summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
...
* Lighthouse: Move glx common code into shared filesJørgen Lind2011-03-244-187/+7
* 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
* Lighthouse: compile fix for dri2 contextsJørgen Lind2011-03-211-1/+1
* Fixes detected by the static-checkJørgen Lind2011-03-171-1/+1
* Fixup license headers in Lighthouse pluginsJørgen Lind2011-03-1720-16/+180
* Don't skip remaining events on unhandled events in xcb backend.Samuel Rødal2011-03-171-2/+6
* Lighthouse: Xcb, compile fix for the glx pathJørgen Lind2011-03-161-0/+2
* Properly set the window event masks etc for screens and GL windows too.Samuel Rødal2011-03-152-3/+5
* Lighthouse: Adding Native interface to getting the native eglcontextJørgen Lind2011-03-077-17/+78
* Lighthouse: Make xcb backen usable for anyone else againJørgen Lind2011-03-031-1/+4
* Lighthouse: Implement the new Native Interface api in the xcb pluginJørgen Lind2011-03-014-16/+87
* Lighthouse: Xcb, implement native interfaceJørgen Lind2011-03-015-2/+82
* Lighthouse: Xcb. implement dri2 context handlingJørgen Lind2011-03-017-25/+460
* Lighthouse: Adding EGL support to the xcb pluginJørgen Lind2011-03-016-28/+86
* Call the extended key event handlers in XCB and Xlib backends.Samuel Rødal2011-02-241-1/+1
* More debugging of XCB events.Samuel Rødal2011-02-141-38/+46
* 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-103-2/+21
* Added WM_TRANSIENT_FOR property to XCB backend.Samuel Rødal2011-02-101-0/+23
* Added warnings for unhandled XCB events.Samuel Rødal2011-02-101-0/+46
* Added GL support to XCB backend.Samuel Rødal2011-02-1012-24/+588
* Fixed 'lingering' dialog bug in XCB backend.Samuel Rødal2011-02-101-0/+2
* Small improvement to XCB key input handling.Samuel Rødal2011-02-101-0/+12
* Better handling of key codes in XCB backend.Samuel Rødal2011-02-092-12/+19
* Added workaround to make XCB key event handling detect upper case.Samuel Rødal2011-02-092-15/+17
* Added window attribute setting to XCB backend.Samuel Rødal2011-02-092-10/+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-088-18/+1124
* Made XCB report correct physical size.Samuel Rødal2011-02-082-0/+6
* Optimized XCB window surface using partial updates and shared images.Samuel Rødal2011-02-085-34/+138
* Add WM_DELETE_WINDOW support and clean up atom / connection handling.Samuel Rødal2011-02-0810-39/+124
* Added atom resolving, resizing, and window title support to XCB backend.Samuel Rødal2011-02-074-2/+395
* Added support for scrolling in XCB window surface.Samuel Rødal2011-02-071-1/+10
* Improve mouse input handling in XCB lighthouse backend.Samuel Rødal2011-02-071-7/+46
* Initial (incomplete) XCB platform port.Samuel Rødal2011-02-0712-0/+1077