Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented _NET_WM_SYNC_REQUEST protocol in XCB plugin. | Samuel Rødal | 2011-04-07 | 1 | -1/+1 |
| | | | | | Excluded KWin for now, as it sends multiple ConfigureNotify events per _NET_WM_SYNC_REQUEST message. | ||||
* | Lighthouse: Move glx common code into shared files | Jørgen Lind | 2011-03-24 | 1 | -0/+1 |
| | |||||
* | Lighthouse: Make xcb backen usable for anyone else again | Jørgen Lind | 2011-03-03 | 1 | -1/+4 |
| | |||||
* | Lighthouse: Xcb, implement native interface | Jørgen Lind | 2011-03-01 | 1 | -2/+4 |
| | |||||
* | Lighthouse: Xcb. implement dri2 context handling | Jørgen Lind | 2011-03-01 | 1 | -19/+29 |
| | |||||
* | Lighthouse: Adding EGL support to the xcb plugin | Jørgen Lind | 2011-03-01 | 1 | -6/+21 |
| | |||||
* | Conform to ICCCM when mapping / unmapping windows in XCB backend. | Samuel Rødal | 2011-02-10 | 1 | -1/+1 |
| | |||||
* | Added GL support to XCB backend. | Samuel Rødal | 2011-02-10 | 1 | -0/+10 |
| | | | | | We need to use a Xlib / XCB hybrid approach, as GLX depends on Xlib, and there's no replacement for XCB. | ||||
* | Initial key event handling for XCB backend. | Samuel Rødal | 2011-02-08 | 1 | -6/+8 |
| | | | | | As there is no XLookupString equivalent in XCB, the key handling is still incomplete. | ||||
* | Optimized XCB window surface using partial updates and shared images. | Samuel Rødal | 2011-02-08 | 1 | -1/+1 |
| | |||||
* | Add WM_DELETE_WINDOW support and clean up atom / connection handling. | Samuel Rødal | 2011-02-08 | 1 | -0/+1 |
| | |||||
* | Initial (incomplete) XCB platform port. | Samuel Rødal | 2011-02-07 | 1 | -0/+26 |