summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* xcb: Fix TouchPointPressed being sent multiple times.Jocelyn Turcotte2013-08-191-3/+5
* 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: 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
* XCB: Append 0-character to atom name string.Friedemann Kleint2013-07-121-1/+1
* Resolve modifier mask conflicts on X11Gatis Paeglis2013-07-072-1/+37
* Fix system tray icon on X11.Friedemann Kleint2013-06-281-1/+1
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-271-2/+2
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-251-2/+2
| |\
| | * Fix missing focus events for mapped child windowsJørgen Lind2013-06-211-2/+2
* | | Mac/XCB/Windows: Fix initial setting of window icons.Friedemann Kleint2013-06-261-0/+2
|/ /
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-201-0/+2
|\|
| * Android Mute and FastForward keys mapped wrongAllan Sandfeld Jensen2013-06-171-0/+2
* | Make qtbase compile with QT_NO_TEXTCODECTasuku Suzuki2013-06-172-1/+9
* | Fix for when we don't have XSettingsJørgen Lind2013-06-071-4/+18
|/
* Move QBasicDrag and QSimpleDrag to QtGui.Samuel Rødal2013-05-302-3/+3
* Fixed XCB build with -no-openglSamuel Rødal2013-05-221-1/+3
* Fix ambiguity in shortcut matchingGatis Paeglis2013-05-201-10/+13
* xcb: fallback to gtk cursor themesJørgen Lind2013-05-202-24/+98
* Add QXcbConnectionGrabber classJørgen Lind2013-05-203-2/+30
* Introduce QXcbXSettingsJørgen Lind2013-05-207-2/+372
* Restore cursor before sending QDropEventGatis Paeglis2013-05-131-1/+0
* Don't send QMouseEvent events from the QXcbDrag::timerEvent()Gatis Paeglis2013-05-132-21/+1
* XCB: Handle new enum value in switchThiago Macieira2013-05-131-0/+1
* Make access to xkbcommon_workaround.h more genericGatis Paeglis2013-05-072-1/+25
* Use X11 core protocol when xkb not availableGatis Paeglis2013-05-074-20/+236
* Added possibleKeys(QKeyEvent *) to QXcbIntegrationGatis Paeglis2013-05-074-0/+90
* Utilize libxkbcommon API for the keyboard backend on X11Gatis Paeglis2013-05-075-444/+484
* Add xcb-xkb to 3rd party libsGatis Paeglis2013-05-072-1/+3
* Add libxkbcommon to 3rd party libsGatis Paeglis2013-05-071-1/+8
* xcb: don't do mouse synthesis from touch unless we find a reasonShawn Rutledge2013-05-075-1/+43
* Fix possible segfault when setting up window's transient parentShawn Rutledge2013-04-301-1/+1
* Add QXcbWindowEventListenerJørgen Lind2013-04-266-36/+90
* Moving logic from Qt4 for grabbing the X serverJørgen Lind2013-04-264-5/+55
* Fix segfault while handling system-wide shortcuts with xcbhluk2013-04-241-1/+1
* Respond to the _NET_WM_CONTEXT_HELP WM_PROTOCOLS messageJan Kundrát2013-04-241-0/+5
* Implement startup notification spec again.David Faure2013-04-238-1/+85
* qxcb: output clear error message when running on an 8-bit displayDavid Faure2013-04-231-1/+3
* Read correct font hinting config on Gnome/UnityEskil Abrahamsen Blomfeldt2013-04-224-8/+49
* Implement QApplication::beep().Friedemann Kleint2013-04-192-0/+17
* Implement alertion state for windows.Friedemann Kleint2013-04-192-1/+18
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-1/+1
|\
| * Fixed crash when VNCing and trying to use non-present XFixes extension.Mitch Curtis2013-03-151-1/+1
* | Merge branch 'dev' into stableOswald Buddenhagen2013-03-2010-84/+455
|\ \