Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Full translucent background support in xcb and xlib backend. | Samuel Rødal | 2011-05-19 | 2 | -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 Lewandowski | 2011-05-19 | 4 | -10/+26 |
| | | | | | Merge-request: 1231 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com> | ||||
* | Compile fixes for Xlib plugin. | Samuel Rødal | 2011-05-19 | 4 | -15/+13 |
| | |||||
* | Remove hasOpenGL. This changes breaks binary compatibillity | Jørgen Lind | 2011-04-14 | 3 | -3/+13 |
| | | | | | so you will need to use $QTBUILDDIR/bin/syncqt and recompile all applications | ||||
* | Remove DefaultSharedContext from Lighthouse API. | Samuel Rødal | 2011-04-13 | 2 | -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 xlib | Jørgen Lind | 2011-04-06 | 5 | -3/+223 |
| | |||||
* | Xlib platform plugin also doesn't support PING protocol. | Samuel Rødal | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Fixed typo. | Samuel Rødal | 2011-03-25 | 2 | -3/+3 |
| | |||||
* | Lighthouse: Move glx common code into shared files | Jørgen Lind | 2011-03-24 | 4 | -187/+7 |
| | |||||
* | Avoid duplicate calls to eglGetDisplay() in XCB / Xlib platforms. | Samuel Rødal | 2011-03-23 | 4 | -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 plugins | Jørgen Lind | 2011-03-17 | 23 | -28/+110 |
| | |||||
* | Compile with glx | Paul Olav Tvete | 2011-03-02 | 2 | -15/+16 |
| | | | | Reviewed-by: Jørgen | ||||
* | Lighthouse: Adding EGL support to the xcb plugin | Jørgen Lind | 2011-03-01 | 4 | -243/+3 |
| | |||||
* | Lighthouse: Xlib added QXlibDisplay type | Jørgen Lind | 2011-03-01 | 12 | -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ødal | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Lighthouse: fix qxlib include files after file-rename | Jørgen Lind | 2011-02-14 | 22 | -71/+71 |
| | |||||
* | Lighthouse Renamed testlite files to xlib | Jørgen Lind | 2011-02-14 | 21 | -0/+0 |
| | |||||
* | Lighthouse Moving testlite plugin into xlib | Jørgen Lind | 2011-02-14 | 24 | -0/+6275 |