summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * xcb: Ignore disabling of outputs in the middle of the mode switchAlexander Volkov2015-07-221-5/+13
| * When a screen comes back online, the windows need to be told about itRalf Jung2015-07-221-0/+8
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-0/+54
|\|
| * xcb: set SM_CLIENT_ID propertyStefan Becker2015-07-081-0/+53
| * xcb: Use _NET_FRAME_EXTENTS to get frame marginsAlexander Volkov2015-07-081-0/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-3/+8
|\|
| * xcb: make it possible to disable gl integrationsLaszlo Agocs2015-06-221-3/+8
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-44/+35
|\|
| * xcb: Use XIGrabDevice instead of xcb_grab_pointer with XI 2.2Laszlo Agocs2015-06-011-44/+35
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-271-2/+0
|\|
| * Remove unused counter variableGatis Paeglis2015-04-231-2/+0
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-24/+50
|\|
| * Make it possible to use the -visual argumentJørgen Lind2015-04-151-1/+18
| * xcb: Handle XSettings for a virtual desktop rather than for an outputAlexander Volkov2015-04-101-22/+22
| * Add missing event types in printXcbEventGatis Paeglis2015-04-091-1/+10
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-011-61/+79
|\|
| * xcb: set WM_NAME window propertyShawn Rutledge2015-03-311-0/+1
| * xcb: Do not crash with VNCLaszlo Agocs2015-03-271-1/+1
| * xcb: Speed up screens' initializationAlexander Volkov2015-03-271-60/+77
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-241-5/+21
|\|
| * xcb: create a screen if dimensions are known but outputs are notShawn Rutledge2015-03-171-5/+21
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-161-81/+215
|\|
| * Fix segfault when requesting root window and there are no screensJan Kundrát2015-03-121-1/+2
| * Improve handling of XRandR events in XCB backendDaniel Vrátil2015-03-111-80/+213
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-091-10/+5
|\|
| * xcb: do not create a dummy QScreen when there are no outputsShawn Rutledge2015-03-061-10/+5
* | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-031-37/+57
|\|
| * xcb: Don't log mouse moves by defaultShawn Rutledge2015-02-271-2/+4
| * Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-251-1/+0