summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
...
| * xcb: don't compress tablet motion eventsShawn Rutledge2016-05-043-8/+21
| * egl: Reshuffle headers to help less fortunate systems with X11Laszlo Agocs2016-05-032-2/+2
| * xcb: Fix drag and drop to Emacs.Urs Fleisch2016-05-021-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-05-021-11/+44
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-11/+44
| |\|
| | * xcb: Fix drag and drop to applications like Emacs and Chromium.Urs Fleisch2016-04-251-11/+44
* | | xcb: support nested paint operations in remote scenariosLouai Al-Khanji2016-04-292-5/+14
|/ /
* | xcb: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-285-10/+10
* | xcb: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-04-271-1/+1
* | xcb: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-272-5/+5
* | Optimize QXcbScreen::visualForFormat()Marc Mutz2016-04-271-14/+11
* | xcb: don't iterate over .keys()Marc Mutz2016-04-271-3/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-273-15/+64
|\|
| * xcb: Properly process enter/leave eventsBłażej Szczygieł2016-04-223-15/+64
* | xcb: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-04-264-4/+8
* | QXcbConnection: add some qAsConst()Marc Mutz2016-04-261-7/+7
* | QXcbIntegration: simplify a switchMarc Mutz2016-04-261-11/+19
* | QXcbConnection: mark some more methods constMarc Mutz2016-04-262-6/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-252-1/+4
|\|
| * Xcb: Fix compilation with -no-c++11Kai Koehne2016-04-171-1/+1
| * xcb: Fix interpretation of the size from RRCrtcChangeNotifyAlexander Volkov2016-04-131-0/+3
* | xcb: remove tablet->mouse event synth; harmonize handle/report methodsShawn Rutledge2016-04-193-40/+32
* | xcb: Fix image scanline paddingLouai Al-Khanji2016-04-151-15/+22
* | xcb: Optimize non-shm backing store flushingLouai Al-Khanji2016-04-101-21/+88
* | X11: Better support non-32bit visualsLouai Al-Khanji2016-04-0912-129/+165
* | xcb: replace qt.xcb.glintegration logging category with qt.qpa.glShawn Rutledge2016-04-085-12/+12
* | Reduce verbosity for QT_XCB_GL_INTEGRATION=noneGatis Paeglis2016-04-071-9/+11
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-2/+1
|\|
| * Fix assert with Meta modifierJoni Poikelin2016-04-051-2/+1
* | QXcbBackingStore: Fix scrolling when backed with native X PixmapLouai Al-Khanji2016-03-301-32/+62
* | 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