summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Remove hasOpenGL. This changes breaks binary compatibillityJørgen Lind2011-04-141-2/+2
* Fixed logical error in XCB backend.Samuel Rødal2011-04-081-1/+1
* Set the _NET_WM_WINDOW_TYPE property in the XCB backend.Samuel Rødal2011-04-081-0/+38
* Added _NET_WM_PID in XCB backend.Samuel Rødal2011-04-081-0/+6
* Implemented _NET_WM_SYNC_REQUEST protocol in XCB plugin.Samuel Rødal2011-04-071-2/+46
* Implemented _NET_WM_PING protocol in XCB backend.Samuel Rødal2011-04-061-1/+9
* Moved all XCB event handling back into the main thread.Samuel Rødal2011-04-011-4/+0
* Fixed synchronizations issues in XCB platform plugin.Samuel Rødal2011-03-311-3/+1
* Unswapped arguments to xcb_set_input_focus.Samuel Rødal2011-03-301-1/+1
* Fixed synchronization issue in QXcbWindow.Samuel Rødal2011-03-301-0/+1
* 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