summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xlib
Commit message (Collapse)AuthorAgeFilesLines
* Full translucent background support in xcb and xlib backend.Samuel Rødal2011-05-192-4/+18
| | | | | | | | Make sure to pick an alpha visual also for non-GL surface types, and to ask for alpha in the window format if the WA_TranslucentBackground attribute is set. Reviewed-by: Janusz Lewandowski
* Lighthouse xcb and xlib: Add support for transparency of GLX windows.Janusz Lewandowski2011-05-194-10/+26
| | | | | Merge-request: 1231 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Compile fixes for Xlib plugin.Samuel Rødal2011-05-194-15/+13
|
* Remove hasOpenGL. This changes breaks binary compatibillityJørgen Lind2011-04-143-3/+13
| | | | | so you will need to use $QTBUILDDIR/bin/syncqt and recompile all applications
* Remove DefaultSharedContext from Lighthouse API.Samuel Rødal2011-04-132-45/+1
| | | | | | | | | QPlatformWindowFormat::setUseDefaultSharedContext was meant as a convenience, but it adds complexity in the platform plugin implementation, and can be implemented by the above layers using QPlatformWindowFormat::setSharedContext. Reviewed-by: Jørgen Lind
* Lighthouse: Native interface for xlibJørgen Lind2011-04-065-3/+223
|
* Xlib platform plugin also doesn't support PING protocol.Samuel Rødal2011-03-281-1/+1
|
* Fixed typo.Samuel Rødal2011-03-252-3/+3
|
* Lighthouse: Move glx common code into shared filesJørgen Lind2011-03-244-187/+7
|
* Avoid duplicate calls to eglGetDisplay() in XCB / Xlib platforms.Samuel Rødal2011-03-234-5/+17
| | | | | Just call eglGetDisplay() once, as we also need to call eglInitialize() before the display can be used validly.
* Fixup license headers in Lighthouse pluginsJørgen Lind2011-03-1723-28/+110
|
* Compile with glxPaul Olav Tvete2011-03-022-15/+16
| | | | Reviewed-by: Jørgen
* Lighthouse: Adding EGL support to the xcb pluginJørgen Lind2011-03-014-243/+3
|
* Lighthouse: Xlib added QXlibDisplay typeJørgen Lind2011-03-0112-144/+228
| | | | We still use the nativeDisplay all over the place. Maybe we should?
* Call the extended key event handlers in XCB and Xlib backends.Samuel Rødal2011-02-241-1/+1
|
* Lighthouse: fix qxlib include files after file-renameJørgen Lind2011-02-1422-71/+71
|
* Lighthouse Renamed testlite files to xlibJørgen Lind2011-02-1421-0/+0
|
* Lighthouse Moving testlite plugin into xlibJørgen Lind2011-02-1424-0/+6275