summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Fix potential division by zero.Nicolas Capens2015-11-261-1/+2
* xcb: Don't assume creating a window will result in ConfigureNotify eventTor Arne Vestbø2015-11-242-13/+3
* xcb: Fix windows opened from keyboard are not active on Marco or Xfwm4Błażej Szczygieł2015-11-231-1/+5
* xcb: Fix slow widget resizingBłażej Szczygieł2015-11-192-5/+1
* xcb: Process _NET_WORKAREA and screen geometry changes separatelyAlexander Volkov2015-11-174-25/+64
* xcb: Handle screen siblings in QXcbVirtualDesktopAlexander Volkov2015-11-173-15/+17
* move addition of libdl to right projectOswald Buddenhagen2015-11-162-2/+2
* remove abuse of module include path overridesOswald Buddenhagen2015-11-161-7/+0
* Xcb: fix crash on screen power savePaul Olav Tvete2015-10-263-4/+14
* xcb: better error reporting when shmget() failsShawn Rutledge2015-10-261-2/+2
* xcb: Use XShape for DnD when a compositing manager is not runningAlexander Volkov2015-10-146-25/+87
* Add default argument to QPlatformWindow::isEmbedded()Tor Arne Vestbø2015-10-141-1/+1
* Avoid triggering OpenGL initialization for RasterSurfaceJohn Lindgren2015-10-141-1/+2
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-132-2/+2
* xcb: Fix DnD for separate X screensAlexander Volkov2015-10-097-53/+53
* xcb: Add support for Qt::WA_ShowWithoutActivatingAlexander Volkov2015-10-081-2/+15
* xcb: Show buttons on the title bar for QWindowAlexander Volkov2015-09-251-0/+3
* xcb: fix touchscreen input with certain capabilities onlyWolfgang Bremer2015-09-251-0/+2
* xcb: fix yet another crash when screens are disconnectedShawn Rutledge2015-09-241-2/+4
* xcb: get Genius/Waltop tablets working againShawn Rutledge2015-09-241-0/+6
* Silence the _COMPIZ_TOOLKIT_ACTION warning.Gatis Paeglis2015-09-223-2/+5
* xcb: Compress mouse motion and touch update eventsGatis Paeglis2015-09-223-134/+208
* xcb: Always send dnd events to the proxy window if it existsAlexander Volkov2015-09-222-6/+13
* xcb: Use the correct property type when requesting virtual rootsAlexander Volkov2015-09-211-2/+2
* Notify when the primary screen changesAleix Pol2015-09-081-6/+3
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-262-12/+13
|\
| * xcb: send QTabletEvent before QMouseEventShawn Rutledge2015-08-192-12/+13
* | Harmonize input context selectionBernd Weimer2015-08-252-4/+4
* | xcb: set QTabletEvent's timestamp from the window system eventShawn Rutledge2015-08-241-9/+8
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-065-39/+65
|\|
| * xcb: Make it compile on systems with xinput2 < 2.2Martin Koller2015-07-301-11/+13
| * 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-282-16/+20
| * xcb: Fix build with QT_NO_CURSORAndrew Knight2015-07-281-0/+2
| * xcb: fix tablet proximity againShawn Rutledge2015-07-281-5/+4
| * 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
| * Fix GCC 4.9 warning about repeated attributesThiago Macieira2015-07-181-1/+1
* | Fix highdpi drag-n-drop for X11Paul Olav Tvete2015-07-302-33/+34
* | X11 changes for highdpiPaul Olav Tvete2015-07-304-16/+29
* | Remove QT_DEVICE_PIXEL_RATIO support from xcbPaul Olav Tvete2015-07-299-292/+74
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-175-37/+77
|\|
| * xcb: set SM_CLIENT_ID propertyStefan Becker2015-07-085-37/+57
| * xcb: Use _NET_FRAME_EXTENTS to get frame marginsAlexander Volkov2015-07-083-0/+20
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-019-78/+107
|\|
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-271-4/+4
| |\
| | * Make logicalDpi consistent in relation to device pixel ratioAllan Sandfeld Jensen2015-06-041-4/+4
| * | xcb: make it possible to disable gl integrationsLaszlo Agocs2015-06-221-3/+8
| * | xcb: Map touch points to screen coordinatesAlexander Volkov2015-06-193-3/+19
| * | Fix GLX backend in static buildsLaszlo Agocs2015-06-161-0/+4