summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Doc: Fixing typoSergio Ahumada2011-08-171-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Fixed crash in XCB backend.Samuel Rødal2011-04-071-0/+2
* Implemented _NET_WM_SYNC_REQUEST protocol in XCB plugin.Samuel Rødal2011-04-071-28/+31
* Re-added missing call log in XCB backend.Samuel Rødal2011-04-061-0/+1
* Flush XCB connection before blocking.Samuel Rødal2011-04-061-0/+2
* Process XCB events on aboutToBlock() instead of awake().Samuel Rødal2011-04-041-1/+1
* Moved all XCB event handling back into the main thread.Samuel Rødal2011-04-011-163/+78
* Fixed synchronizations issues in XCB platform plugin.Samuel Rødal2011-03-311-88/+117
* Prevent dead-lock when quitting XCB application.Samuel Rødal2011-03-301-0/+2
* Better error reporting in XCB platform.Samuel Rødal2011-03-301-2/+10
* Fixed synchronization issue in QXcbWindow.Samuel Rødal2011-03-301-0/+7
* Fixed off-by-one error in request name error logging in XCB platform.Samuel Rødal2011-03-301-0/+1
* Protect access to the call log with a mutex.Samuel Rødal2011-03-301-5/+12
* Added X error tracking to XCB platform.Samuel Rødal2011-03-301-5/+32
* Threaded event handling and improved error reporting in XCB plugin.Samuel Rødal2011-03-291-7/+226
* Don't break on the first unhandled event in XCB plugin.Samuel Rødal2011-03-291-1/+1
* Fixup license headers in Lighthouse pluginsJørgen Lind2011-03-171-1/+1
* 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
* Lighthouse: Adding Native interface to getting the native eglcontextJørgen Lind2011-03-071-0/+16
* Lighthouse: Implement the new Native Interface api in the xcb pluginJørgen Lind2011-03-011-2/+3
* Lighthouse: Xcb. implement dri2 context handlingJørgen Lind2011-03-011-2/+129
* Lighthouse: Adding EGL support to the xcb pluginJørgen Lind2011-03-011-3/+3
* More debugging of XCB events.Samuel Rødal2011-02-141-38/+46
* Added warnings for unhandled XCB events.Samuel Rødal2011-02-101-0/+46
* Added GL support to XCB backend.Samuel Rødal2011-02-101-3/+21
* Initial key event handling for XCB backend.Samuel Rødal2011-02-081-0/+28
* Optimized XCB window surface using partial updates and shared images.Samuel Rødal2011-02-081-1/+0
* Add WM_DELETE_WINDOW support and clean up atom / connection handling.Samuel Rødal2011-02-081-6/+8
* Added atom resolving, resizing, and window title support to XCB backend.Samuel Rødal2011-02-071-1/+197
* Initial (incomplete) XCB platform port.Samuel Rødal2011-02-071-0/+110