summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Fix clang build for libc++Donald Carr2013-10-021-0/+1
* 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
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-236-7/+62
| |\|
| | * xcb: Don't use Xlib's XBell() functionUli Schlachter2013-07-221-6/+3
| | * Prevent activation of windows with Qt::WindowDoesNotAcceptFocus.Friedemann Kleint2013-07-221-1/+2
| | * XCB: Set WM_CLASS.Friedemann Kleint2013-07-185-0/+57
* | | Bump QPA-API-version.Friedemann Kleint2013-07-231-1/+1
|/ /
* | xcb: touchpad supportShawn Rutledge2013-07-223-30/+110
* | added maximumTouchPoints to QTouchDeviceShawn Rutledge2013-07-221-2/+3
* | Pass argc, argv to the platform plugins.Friedemann Kleint2013-07-183-6/+24
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-151-1/+1
|\|
| * XCB: Append 0-character to atom name string.Friedemann Kleint2013-07-121-1/+1