summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Change all shmget calls to user-only memoryThiago Macieira2013-01-181-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1320-20/+20
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2920-481/+481
* Update contact information in license headers.Sergio Ahumada2012-08-0120-40/+40
* Fix xcb-icccm 3.8 supportGirish Ramakrishnan2012-03-011-0/+25
* Update year in Nokia copyright messages.Jason McDonald2012-01-1120-20/+20
* Merge remote-tracking branch 'qt-qa-review/master'Sergio Ahumada2011-11-261-1/+1
|\
| * Doc: Fixing typoSergio Ahumada2011-08-171-1/+1
* | Allow shared EGL contexts for xcb and xlib platformsReuben Dowle2011-09-191-1/+1
|/
* Merge remote branch 'qt/4.8' into fire-masterPaul Olav Tvete2011-06-0620-342/+341
|\
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1320-341/+341
| * Remove not supported qmake apiJørgen Lind2011-05-091-2/+0
| * Added Wayland selection support.Laszlo Agocs2011-05-091-0/+2
| * Dont do doneCurrent in swapBuffersJørgen Lind2011-05-051-1/+0
* | Full translucent background support in xcb and xlib backend.Samuel Rødal2011-05-192-1/+13
* | Lighthouse xcb and xlib: Add support for transparency of GLX windows.Janusz Lewandowski2011-05-193-6/+19
|/
* Remove hasOpenGL. This changes breaks binary compatibillityJørgen Lind2011-04-143-3/+13
* Lighthouse: Fix license headersJørgen Lind2011-04-141-1/+2
* Remove DefaultSharedContext from Lighthouse API.Samuel Rødal2011-04-132-47/+1
* 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-082-0/+39
* Added _NET_WM_PID in XCB backend.Samuel Rødal2011-04-081-0/+6
* 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-0710-32/+146
* Prevent synchronization errors and memory leaks in QXcbWindowSurface.Samuel Rødal2011-04-061-1/+11
* Prevent crashes and X errors in QXcbWindowSurface::flush()Samuel Rødal2011-04-061-2/+4
* 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
* Implemented _NET_WM_PING protocol in XCB backend.Samuel Rødal2011-04-061-1/+9
* 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-016-210/+86
* Fixed synchronizations issues in XCB platform plugin.Samuel Rødal2011-03-316-98/+170
* Removed superfluous sync in QXcbWindowSurface.Samuel Rødal2011-03-301-2/+0
* Prevent dead-lock when quitting XCB application.Samuel Rødal2011-03-301-0/+2
* Compile fix.Samuel Rødal2011-03-301-2/+2
* Fixed dead-locks in XCB window surface.Samuel Rødal2011-03-302-13/+11
* Prevent deadlock in XCB due to GLX calling XCB functions.Samuel Rødal2011-03-301-1/+3
* Better error reporting in XCB platform.Samuel Rødal2011-03-301-2/+10
* Unswapped arguments to xcb_set_input_focus.Samuel Rødal2011-03-301-1/+1
* Fixed synchronization issue in QXcbWindow.Samuel Rødal2011-03-304-3/+13
* Fixed X error in qxcbwindowsurface.cppSamuel Rødal2011-03-301-1/+2
* 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-302-5/+13
* Added X error tracking to XCB platform.Samuel Rødal2011-03-304-67/+122
* Remove unnecessary setters in XCB plugin.Samuel Rødal2011-03-301-3/+0
* Threaded event handling and improved error reporting in XCB plugin.Samuel Rødal2011-03-296-35/+284
* Don't break on the first unhandled event in XCB plugin.Samuel Rødal2011-03-291-1/+1
* Fixed typo.Samuel Rødal2011-03-252-3/+3
* 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