summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
| * | XCB: don't map hidden windowsAlberto Mardegan2013-03-151-18/+0
| * | XCB: support creation of OpenGL ES profilesGiuseppe D'Angelo2013-03-121-46/+78
| * | Implement XEmbed protocolAlberto Mardegan2013-03-065-12/+264
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-056-225/+92
| |\ \
| * | | Fix primary screen selection.Alain Boyer2013-02-251-1/+1
| * | | Pass the surface format to qglx_surfaceFormatFromGLXFBConfigGiuseppe D'Angelo2013-02-231-2/+2
| * | | Enforce OpenGL context creation under XCBGiuseppe D'Angelo2013-02-231-3/+8
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-12/+13
| |\ \ \
| * | | | Added QOffscreenSurface class.Yoann Lopes2013-02-184-6/+97
| * | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-142-16/+16
| |\ \ \ \
| * | | | | XCB: Free cursors.Friedemann Kleint2013-01-311-1/+7
| * | | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-291-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-1/+1
| | |\ \ \ \ \
| * | | | | | | Reduce invocations QString::left() in XCB key event processing.Friedemann Kleint2013-01-291-4/+5
| |/ / / / / /
| * | | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-242-1/+4
| |\ \ \ \ \ \
| * | | | | | | Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-01-243-2/+25
| * | | | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2235-36/+38
| |\ \ \ \ \ \ \
| * | | | | | | | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-11/+13
* | | | | | | | | Fix sluggish resizing for opengl windows on X11Shawn Rutledge2013-03-132-4/+8
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-241-13/+36
* | | | | | | | Fix OpenGL context creation in the XCB pluginFredrik Höglund2013-02-235-212/+56
| |_|_|_|_|_|/ |/| | | | | |