summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added X error tracking to XCB platform.Samuel Rødal2011-03-301-53/+53
* Threaded event handling and improved error reporting in XCB plugin.Samuel Rødal2011-03-291-22/+22
* Fixed GLX on Nvidia for XCB backend.Samuel Rødal2011-03-251-0/+3
* Prevent crash on exit by deleting QXcbWindow's GL context integration.Samuel Rødal2011-03-241-0/+1
* Lighthouse: Move glx common code into shared filesJørgen Lind2011-03-241-1/+2
* Don't say we support _NET_WM_PING when we don't (xcb platform).Samuel Rødal2011-03-241-1/+1
* Avoid duplicate calls to eglGetDisplay() in XCB / Xlib platforms.Samuel Rødal2011-03-231-4/+3
* Fixup license headers in Lighthouse pluginsJørgen Lind2011-03-171-1/+1
* Properly set the window event masks etc for screens and GL windows too.Samuel Rødal2011-03-151-2/+4
* Lighthouse: Xcb. implement dri2 context handlingJørgen Lind2011-03-011-1/+15
* Lighthouse: Adding EGL support to the xcb pluginJørgen Lind2011-03-011-12/+41
* Properly update the geometry variable of QPlatformWindow when resized.Samuel Rødal2011-02-141-1/+4
* Conform to ICCCM when mapping / unmapping windows in XCB backend.Samuel Rødal2011-02-101-0/+19
* Added WM_TRANSIENT_FOR property to XCB backend.Samuel Rødal2011-02-101-0/+23
* Added GL support to XCB backend.Samuel Rødal2011-02-101-18/+71
* Fixed 'lingering' dialog bug in XCB backend.Samuel Rødal2011-02-101-0/+2
* Added window attribute setting to XCB backend.Samuel Rødal2011-02-091-9/+145
* Added setGeometry(), raise(), lower() and setParent() in XCB backend.Samuel Rødal2011-02-081-1/+14
* Initial key event handling for XCB backend.Samuel Rødal2011-02-081-6/+32
* Optimized XCB window surface using partial updates and shared images.Samuel Rødal2011-02-081-7/+5
* Add WM_DELETE_WINDOW support and clean up atom / connection handling.Samuel Rødal2011-02-081-13/+32
* Added atom resolving, resizing, and window title support to XCB backend.Samuel Rødal2011-02-071-1/+24
* Improve mouse input handling in XCB lighthouse backend.Samuel Rødal2011-02-071-7/+46
* Initial (incomplete) XCB platform port.Samuel Rødal2011-02-071-0/+189