summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QPA plugins]Thiago Macieira2012-05-041-1/+1
* Update QXbWindow orientation APILauro Neto2012-05-022-2/+2
* Fix warningOlivier Goffart2012-05-011-0/+1
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-162-78/+97
|\
| * XCB: Compress window state change events.Friedemann Kleint2012-04-112-78/+97
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-105-144/+60
|\|
| * Pass autorepeat info to input context key filtering with XCBPekka Vuorela2012-04-031-12/+19
| * XCB: Simplify xcb error handlingUli Schlachter2012-03-274-132/+41
* | Merge master into api_changesKent Hansen2012-03-278-1286/+13
|\|
| * Remove dummy impl. of shared graphics cache in XCB pluginEskil Abrahamsen Blomfeldt2012-03-267-1279/+2
| * Use XCB_TIME_CURRENT_TIME instead of CurrentTime from X.h in xcb plugin.Samuel Rødal2012-03-241-1/+1
| * Fix building the XCB platform pluginThiago Macieira2012-03-241-1/+2
| * xcb: fix (negative) coordinate handlingMarc Mutz2012-03-241-5/+7
| * Implement QSystemTrayIcon for X11.Friedemann Kleint2012-03-231-0/+1
* | Merge master into api_changesKent Hansen2012-03-233-1/+8
|\|
| * Fix compilation: std::min is in <algorithm>Thiago Macieira2012-03-221-0/+1
| * Fixed QScreen::name() return value on xcb.Samuel Rødal2012-03-221-1/+5
| * Improves configure checks for XCB.Bradley Smith2012-03-191-0/+2
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-222-3/+24
|/
* Fix compiling with --no-accessibilityJerome Leclanche2012-03-152-0/+10
* Fixed incorrect reporting of child window geometry in xcb plugin.Samuel Rødal2012-03-151-1/+1
* Refactor theme plugin loading.Friedemann Kleint2012-03-152-6/+10
* Made sure first created xcb window still receives focus.Samuel Rødal2012-03-141-1/+2
* Remove stale references to QtopiaDonald Carr2012-03-121-36/+0
* XCB: Implement native events for for windows.Friedemann Kleint2012-03-103-6/+18
* Defer window activation if the window hasn't beenn mapped yet.Lars Knoll2012-03-082-1/+8
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-073-1/+7
* Worked around Metacity crashes in xcb plugin.Samuel Rødal2012-03-061-0/+2
* Cleaned up debug and warning output in xcb plugin.Samuel Rødal2012-03-0210-38/+40
* xcb: Check for SHAPE extension before using itUli Schlachter2012-03-023-4/+34
* Fix QApplication autotest crash when running on multiple screensMiikka Heikkinen2012-03-021-1/+3
* Unset _NET_WM_USER_TIME_WINDOW before destroying the windowJan Arne Petersen2012-03-011-0/+8
* Take into account input shaping in findRealWindowAlbert Astals Cid2012-03-013-19/+27
* Add support for _NET_ACTIVE_WINDOW on xcbJan Arne Petersen2012-03-011-2/+23
* Refactor the QPA dnd interface.Friedemann Kleint2012-02-294-271/+180
* QClipboard: Fix autotest failsDebao Zhang2012-02-271-0/+1
* XCB No longer lists ThreadedOpenGL capabilityAlan Alpert2012-02-241-6/+1
* Add WindowDoesNotAcceptFocus flag and use it in xcbJan Arne Petersen2012-02-232-0/+25
* Use requested window format to match rest of the patch in 38257651Tor Arne Vestbø2012-02-211-1/+1
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-202-0/+3
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-172-1/+11
* Fix naming of plugins for QPA plugins and use new plugin system.Friedemann Kleint2012-02-173-2/+9
* xcb: avoid use of statically-sized QListMarc Mutz2012-02-171-18/+15
* Compile without OpenGL.Samuel Rødal2012-02-123-1/+5
* Add QPlatformServices class.Friedemann Kleint2012-02-102-1/+13
* Fix xcb's native resource getters.Laszlo Agocs2012-02-101-2/+10
* Properly read back the actual format in xcb and xlib plugins.Samuel Rødal2012-02-103-7/+10
* Take into account shaping in findRealWindowAlbert Astals Cid2012-02-091-3/+25
* xcb: Check for SHM extension before using itUli Schlachter2012-01-311-2/+6
* xcb: Check for SYNC extension before using itUli Schlachter2012-01-311-1/+5