summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-244-1/+57
|\
| * xcb: Deliver mouse enter event to window when closing modal windowBłażej Szczygieł2016-02-241-0/+48
| * xcb: include <cmath>Shawn Rutledge2016-02-191-0/+1
| * xcb: properly initialize size in millimeters if XRandR is not supportedShawn Rutledge2016-02-191-0/+3
| * xcb: Properly initialize available geometry when XRandR is missingAlexander Volkov2016-02-191-1/+1
| * xcb: Fix drag and drop between xcb screensBłażej Szczygieł2016-02-181-0/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-151-1/+1
| |\
| | * Do not change depth for the backingstore's underlying imageLaszlo Agocs2016-02-051-1/+1
* | | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-118-105/+250
|\| |
| * | Reduce allocations by using reserve()Sérgio Martins2016-02-071-1/+3
| * | xcb: Fix not delivering focusIn event on hide/showAlexander Bersenev2016-02-061-4/+17
| * | xcb: Correct enter/leave event handling when mouse button is pressedBłażej Szczygieł2016-02-061-3/+10
| * | xcb: XInput2 fixes, enter/leave event fixesBłażej Szczygieł2016-02-067-95/+183
| * | xcb: Take into account the orientation of touch pointsAlexander Volkov2016-02-033-5/+40
| |/
* | Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-081-9/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-022-3/+4
|\|
| * xcb: Ignore Mouse Enter:ungrab, Leave:grab events.Gatis Paeglis2016-02-011-2/+3
| * Don't use QStringLiteral in comparisonsAnton Kudryavtsev2016-01-281-1/+1
* | xcb: remove compressExposeEvent() from handleMapNotifyEvent()Liang Qi2016-01-261-3/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-216-25/+42
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-193-2/+17
| |\
| | * xcb: Fallback to Xlib screen when glXGetCurrentDisplay() returns NULLBłażej Szczygieł2016-01-182-6/+11
| | * Don't pass NULL Display to glXGetClientStringDāvis Mosāns2016-01-112-2/+8
| | * Fix XI2 smooth scroll with inverted directionMaxim Mikityanskiy2015-12-171-0/+4
| * | xcb: Don't clear alpha on every repaintBłażej Szczygieł2016-01-141-2/+7
| * | xcb: Don't duplicate expose eventsBłażej Szczygieł2016-01-132-21/+18
* | | Updated license headersJani Heikkinen2016-01-1561-854/+1220
* | | QXcbXSettings: don't construct a QByteArray just to append itMarc Mutz2016-01-141-2/+3
* | | QXcbXSettings: replace a QLinkedList with a std::vectorMarc Mutz2016-01-141-19/+16
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-124-12/+8
|\| |
| * | xcb: Remove QXcbScreen::m_nativeGeometryAlexander Volkov2016-01-083-12/+4
| * | Use backing store formats with alphaAllan Sandfeld Jensen2016-01-081-0/+4
* | | 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-0811-22/+113
|\| |
| * | xcb: fix drag and drop when window is hiddenBłażej Szczygieł2016-01-054-2/+29
| * | xcb: don't select XInput events on the root windowShawn Rutledge2016-01-051-1/+1
| * | Default to OpenGLES when building with -opengl es2Allan Sandfeld Jensen2015-12-251-0/+4
| * | xcb: Add Xinerama 3rd party source code for static buildBłażej Szczygieł2015-12-221-2/+4
| * | xcb: Add Xinerama supportBłażej Szczygieł2015-12-226-19/+75
* | | xcb: use qLoadPlugin()Marc Mutz2016-01-052-14/+6
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-187-192/+246
|\| |
| * | xcb: Don't try to detect cases where the WM restricts geometry changesTor Arne Vestbø2015-12-141-8/+5
| * | xcb: Use a placeholder QScreen when there are no outputs connectedBłażej Szczygieł2015-12-116-171/+210
| * | xcb: Don't cache the screen for a windowAlexander Volkov2015-12-112-12/+6
| * | xcb: compare to previous state when sending geometry and expose eventsTor Arne Vestbø2015-12-101-6/+27
| * | XCB: prevent a fp division by zeroGiuseppe D'Angelo2015-12-101-4/+7
* | | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-174-13/+15
* | | Make native cursor handles accessible.Friedemann Kleint2015-12-143-0/+23