Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | QX11GL: Implement QX11GLWindowSurface::grabWidget | Tom Cooksey | 2010-04-22 | 1 | -0/+1 |
| | | | | | | Now all the window surface autotests pass. Reviewed-By: TrustMe | ||||
* | Implement scrolling in QX11GLWindowSurface | Tom Cooksey | 2010-03-17 | 1 | -1/+2 |
| | | | | | | | Seems to have some artifacts when scrolling by 1 pixel, but apart from that works pretty well. Reviewed-By: TrustMe | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Add a new window surface which utilises QX11GLPixmapData | Tom Cooksey | 2009-10-20 | 1 | -0/+81 |
The new surface uses XCopyArea to post updates to the window and thus, supports partial updates. |