summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-214-9/+37
|\
| * xcb: Merge _NET_WM_STATE hints instead of overwritingDavid Rosca2016-03-181-8/+24
| * xcb: Initialize all xcb_client_message_event_t members before useShawn Rutledge2016-03-154-1/+13
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-1312-43/+67
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-1112-43/+67
| |\|
| | * xcb: mark mouse events from tablet devices as synthesizedShawn Rutledge2016-03-094-22/+32
| | * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-074-17/+13
| | * Silence the warning: Unhandled client message: "_GTK_LOAD_ICONTHEMES"Thiago Macieira2016-03-053-3/+7
| | * Expose the number of X screen through the QXcbScreenFunctionsAlexander Volkov2016-03-053-0/+14
| | * xcb: resourceType names must have only small lettersBłażej Szczygieł2016-03-041-1/+1
* | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-127-12/+12
|/ /
* | xcb: support more visual formatsLouai Al-Khanji2016-03-041-0/+14
* | QXcbBackingStore: Minor code cleanupLouai Al-Khanji2016-03-041-8/+2
* | xcb: Do not create OpenGL-enabled platform windows for raster windowsLouai Al-Khanji2016-03-041-1/+1
* | QXcbNativeIntegration: Add query for compositing enabledGabriel de Dietrich2016-03-042-2/+8
* | xcb: Be smarter about how we flushLouai Al-Khanji2016-03-031-59/+145
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-012-4/+4
* | xcb: Remove unneeded null pointer checksBłażej Szczygieł2016-02-243-14/+4
* | 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
|\| |