summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* XCB: Simplify xcb error handlingUli Schlachter2012-03-274-132/+41
* 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
* 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
* 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
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3038-38/+38
* Fix compilation of MeeGo/Maliit related code after Qt::ScreenOrientation API ...Simon Hausmann2012-01-271-1/+1
* Fall back on glXChooseVisual() if glXChooseFBConfig() doesn't work.Samuel Rødal2012-01-272-27/+39
* XCB: Introduce enumeration for event filter types.Friedemann Kleint2012-01-233-10/+25
* xcb: Correctly check the X11 connectionUli Schlachter2012-01-231-1/+1
* xcb: Don't crash on missing mouse pointerUli Schlachter2012-01-231-4/+6
* Update contact information in license headers.Jason McDonald2012-01-2338-38/+38
* Introducing QPlatformSharedGraphicsCacheEskil Abrahamsen Blomfeldt2012-01-207-2/+1280
* Add support for platform plugin specific event filters.Simon Hausmann2012-01-206-69/+97
* Added libxrender-dev to xcb's README.Samuel Rødal2012-01-171-2/+2