summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* xcb: Handle screen siblings in QXcbVirtualDesktopAlexander Volkov2015-11-171-10/+5
* xcb: Use XShape for DnD when a compositing manager is not runningAlexander Volkov2015-10-141-3/+42
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* xcb: fix yet another crash when screens are disconnectedShawn Rutledge2015-09-241-2/+4
* Silence the _COMPIZ_TOOLKIT_ACTION warning.Gatis Paeglis2015-09-221-1/+2
* xcb: Compress mouse motion and touch update eventsGatis Paeglis2015-09-221-73/+147
* Notify when the primary screen changesAleix Pol2015-09-081-6/+3
* Harmonize input context selectionBernd Weimer2015-08-251-3/+0
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-19/+45
|\
| * Let the linker find xcb_poll_for_queued_event for usThiago Macieira2015-07-281-6/+9
| * Make the function pointer to xcb_poll_for_queued_event not a memberThiago Macieira2015-07-281-13/+20