summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in QXcbDrag.Friedemann Kleint2013-10-231-1/+1
* Fix compilation with Clang and libc++ under LinuxMarcel Krems2013-10-161-0/+1
* set the title of the user time window not the application windowShawn Rutledge2013-10-151-1/+1
* xcb: every window should have a title in debug modeShawn Rutledge2013-10-095-0/+59
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-072-1/+8
* Update QSessionManager and related classes documentationSamuel Gaist2013-10-021-0/+9
* Windows/Linux: Cache cursors by mask/pixmap keys and shape.Friedemann Kleint2013-10-022-15/+55
* xcb: Initialize accessibility lazily, since it requires an event-dispatcherTor Arne Vestbø2013-10-012-4/+9
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-302-8/+4
* xcb: Don't connect() to event-dispatcher until we are sure we have oneTor Arne Vestbø2013-09-302-14/+23
* Merge branch 'stable' into devSergio Ahumada2013-09-214-13/+151
|\
| * Fix timing issue in incremental data retrieval mechanismGatis Paeglis2013-09-192-5/+13
| * Implement INCR property mechanism for large data transfers [XCB]Gatis Paeglis2013-09-193-4/+138
| * xcb: QWindow never uses XCB_GRAVITY_CENTERShawn Rutledge2013-09-161-4/+0
* | Build X11 session management only if dependencies are foundTeo Mrnjavac2013-09-203-2/+3
* | Use egl.prf in xcb instead of hardcoding -lEGLLaszlo Agocs2013-09-171-1/+1
* | Export x11 screen of the QXcbConnection to the native interfaceMartin Gräßlin2013-09-172-2/+16
* | Remove useless code setting but not using variablesThiago Macieira2013-09-171-3/+0
* | remove unnecessary beginPaint and endPaint overridesShawn Rutledge2013-09-162-5/+0
* | Bring back Qt4 X11 session management functionality.Teo Mrnjavac2013-09-135-0/+622
* | QXcbSystemTrayTracker::trayWindow compiles if Q_XCB_DEBUG is onShawn Rutledge2013-09-121-1/+1
* | Replace XCB native interface resource map by a lookup function.Friedemann Kleint2013-09-081-43/+23
* | Remove qFind usages from the XCB pluginGiuseppe D'Angelo2013-09-062-10/+13
* | Change QXcbConnection::atom() to be inline.Friedemann Kleint2013-09-052-6/+1
* | Compile fix in qxcbwindowhjk2013-09-051-1/+1
* | Enable XSync extension also for KWinMartin Gräßlin2013-09-041-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-272-0/+7
|\|
| * XCB: Fix race with the event threadUli Schlachter2013-08-231-0/+3
| * QXcbBackingStore: don't crash in flush() if no platformWindowShawn Rutledge2013-08-211-0/+4
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Thiago Macieira2013-08-221-3/+5
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-211-3/+5
| |\|
| | * xcb: Fix TouchPointPressed being sent multiple times.Jocelyn Turcotte2013-08-191-3/+5
* | | XCB: Suppress warnings about unhandled client messages.Friedemann Kleint2013-08-211-3/+5
|/ /
* | XI2 touch support: must call deviceForId to create the deviceShawn Rutledge2013-08-161-2/+4
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-164-44/+84
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-144-44/+84
| |\|
| | * Fix QDialog position shift bug after resize.Balazs Domjan2013-08-131-0/+3
| | * Merge branch 'release' into stableSergio Ahumada2013-08-092-22/+51
| | |\
| | | * Fix handling of non-latin1 shortcutsGatis Paeglis2013-07-312-22/+51
| | * | Fix stuck modifier issue in the non-xcb_xkb code pathGatis Paeglis2013-08-021-19/+24
| | * | xcb: mouse wheel does not focus a windowShawn Rutledge2013-07-311-2/+3
| | * | xcb: Fix minor leaks in XSettings codeUli Schlachter2013-07-251-1/+3
| | |/
* | / XCB: Ignore _NET_WM_PING on the root windowUli Schlachter2013-08-161-0/+3
|/ /
* | Implement support for global whatsthis on WindowsSimon Hausmann2013-08-131-2/+1
* | Pass Xcb errors through the native event filterMartin Gräßlin2013-08-081-0/+5
* | Export getTimestamp to the native interfaceMartin Gräßlin2013-08-072-1/+12
* | Move the X11 system tray code from widgets into XCB-plugin.Friedemann Kleint2013-07-309-3/+350
* | XCB: Readd support for -name command line argument.Friedemann Kleint2013-07-252-0/+7
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-07-246-7/+62
|\ \