summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* xcb: Don't update the geometry of a screen if XrandR is not availableAlexander Volkov2015-08-211-2/+0
* 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
| * | xcb: Set _NET_WM_WINDOW_TYPE from a single placeAlexander Volkov2015-06-132-57/+63
| * | Remove useless truncation to the size the string already hasThiago Macieira2015-06-081-4/+2
| * | xcb: Ignore emulated pointer eventsAlexander Volkov2015-06-081-1/+1
| * | xcb: Fix getting the window types from the property of QWindowAlexander Volkov2015-06-081-1/+1
| * | xcb: Track touch points on a per device basisAlexander Volkov2015-06-032-6/+6
* | | Use QVector::reserve() all over the place.Sérgio Martins2015-06-292-1/+4
* | | Use QList::reserve(), reduces reallocationsSérgio Martins2015-06-271-0/+1
* | | Don't try to resolve symbols for xcb if QT_NO_LIBRARY is setUlf Hermann2015-06-223-6/+8
* | | Mark unused parameters with Q_UNUSEDUlf Hermann2015-06-121-0/+4
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0311-241/+501
|\| |
| * | Don't assign iterator to const_iteratorSérgio Martins2015-06-021-2/+2
| |/
| * xcb: Use XIGrabDevice instead of xcb_grab_pointer with XI 2.2Laszlo Agocs2015-06-018-227/+493
| * xcb: Properly calculate the size of the touch rectAlexander Volkov2015-05-231-14/+5
| * xcb: Fix FP1616 to double conversionAlexander Volkov2015-05-141-1/+1
| * QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-131-1/+1
| * Fix compile error in XCB when XInput version < 2.2Kati Kankaanpaa2015-05-121-0/+2
| * xcb: Skip EGL integration with -no-openglLaszlo Agocs2015-05-121-1/+1
| * xcb: Fix -no-opengl buildsLaszlo Agocs2015-05-061-0/+2
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-042-7/+19
|\|
| * xcb: Fix updating physical screen sizeAlexander Volkov2015-04-302-7/+19
* | xcb: Export RootWindow to QXcbNativeInterface::nativeResourceForScreen()Alexander Volkov2015-04-301-0/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-272-3/+1
|\|
| * Avoid setting a swap interval for pbuffersLaszlo Agocs2015-04-271-1/+1
| * Remove unused counter variableGatis Paeglis2015-04-231-2/+0
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2216-157/+365
|\|
| * Fix "Unsupported extension used" errorGatis Paeglis2015-04-211-0/+3
| * Map X11 AudioPause buttonAllan Sandfeld Jensen2015-04-161-0/+1
| * Fix screen detection on configureNotifyPaul Olav Tvete2015-04-161-1/+2