summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for QWindow::setOrientation on HarmattanSimon Hausmann2012-01-175-5/+36
* xcb: Obey maximum request length when uploading imagesUli Schlachter2012-01-161-11/+41
* xcb: abort (rather than segfault) when X is not availableRohan McGovern2012-01-161-13/+16
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-131-2/+0
* Match the name in the cpp fileAlbert Astals Cid2012-01-111-1/+1
* Rename check to checkEvent.Stephen Kelly2012-01-104-5/+5
* Lock X display while calling XESetWireToEvent and its callback.Samuel Rødal2012-01-101-3/+7
* xcb: Fix a memleak when atomName() failsUli Schlachter2012-01-081-0/+1
* Detect autoreapeat in xcb plugin.Samuel Rødal2012-01-073-3/+85
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-2/+2
* Use clipboard_timeout instead of hardcoded 5000 (since its the same value)Albert Astals Cid2012-01-051-1/+1
* Free the repliesAlbert Astals Cid2012-01-051-0/+2
* Check for the clipboard manager when looping due to app quitingAlbert Astals Cid2012-01-052-3/+13
* Update copyright year in license headers.Jason McDonald2012-01-0534-34/+34
* Disable logging in xcbJørgen Lind2011-12-221-1/+1
* Compile fix - qxcbconnection.cpp (‘Display’ was not declared)Thorbjørn Lund Martsum2011-12-131-0/+2
* Use QVarLengthArray in QXcbConnection.Robin Burchell2011-12-132-6/+9