summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| | | * qxcbconnection.cpp: fix warning about unused functionAnton Kudryavtsev2016-10-211-0/+2
* | | | Change a few c-style casts to static/reinterpret_castFrederik Gladhorn2016-09-201-21/+21
* | | | Declare parameters to xcb_create_window with correct typeFrederik Gladhorn2016-09-201-1/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-4/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-4/+8
| |\|
| | * xcb: Add qt.qpa.input.events and guard mouse event logs tooLaszlo Agocs2016-08-151-4/+8
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-0/+2
* | | Rework privateFeatureLars Knoll2016-08-191-4/+4
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-1/+1
| |\|
| | * XCB: Update the high DPI scaling in more conditionsThiago Macieira2016-07-061-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-0/+2
| |\|
| | * Update the high scaling settings after an XCB screen is addedThiago Macieira2016-05-301-0/+2
* | | Remove checkEvent function no-one usesAlbert Astals Cid2016-05-311-18/+0
|/ /
* | add AA_CompressHighFrequencyEvents to control compression on xcbShawn Rutledge2016-05-151-1/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-1/+6
|\|
| * xcb: don't compress tablet motion eventsShawn Rutledge2016-05-041-1/+6
* | xcb: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-281-5/+5
* | xcb: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-271-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+6
|\|
| * xcb: Properly process enter/leave eventsBłażej Szczygieł2016-04-221-0/+6
* | xcb: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-04-261-1/+2
* | QXcbConnection: add some qAsConst()Marc Mutz2016-04-261-7/+7
* | QXcbConnection: mark some more methods constMarc Mutz2016-04-261-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-0/+3
|\|
| * xcb: Fix interpretation of the size from RRCrtcChangeNotifyAlexander Volkov2016-04-131-0/+3
* | xcb: remove tablet->mouse event synth; harmonize handle/report methodsShawn Rutledge2016-04-191-5/+5
* | xcb: replace qt.xcb.glintegration logging category with qt.qpa.glShawn Rutledge2016-04-081-4/+4
* | Reduce verbosity for QT_XCB_GL_INTEGRATION=noneGatis Paeglis2016-04-071-9/+11
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-131-1/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-1/+3
| |\|
| | * Silence the warning: Unhandled client message: "_GTK_LOAD_ICONTHEMES"Thiago Macieira2016-03-051-1/+3
* | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-3/+14
|\|
| * xcb: XInput2 fixes, enter/leave event fixesBłażej Szczygieł2016-02-061-3/+13
| * xcb: Take into account the orientation of touch pointsAlexander Volkov2016-02-031-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-1/+1
|\|
| * Don't use QStringLiteral in comparisonsAnton Kudryavtsev2016-01-281-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QXcbConnection: use erase and std::remove_if with QVectorAnton Kudryavtsev2016-01-091-7/+6
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-6/+53
|\|
| * xcb: fix drag and drop when window is hiddenBłażej Szczygieł2016-01-051-0/+5
| * xcb: Add Xinerama supportBłażej Szczygieł2015-12-221-6/+48
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-121/+152
|\|
| * xcb: Use a placeholder QScreen when there are no outputs connectedBłażej Szczygieł2015-12-111-121/+152
* | Xcb: Fix debugging codeUlf Hermann2015-12-101-4/+7
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-2/+2
|/
* xcb: Fix windows opened from keyboard are not active on Marco or Xfwm4Błażej Szczygieł2015-11-231-1/+5
* xcb: Process _NET_WORKAREA and screen geometry changes separatelyAlexander Volkov2015-11-171-1/+10