summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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