aboutsummaryrefslogtreecommitdiffstats
path: root/compositor/shell.c
Commit message (Collapse)AuthorAgeFilesLines
* Split into a core repository that only holds the core Wayland librariesKristian Høgsberg2011-02-141-676/+0
|
* Use pixman regions to reduce repaintingKristian Høgsberg2011-02-131-0/+2
| | | | | For now, we just use glScissor and clip to the extent of the damage region, but we can do even better by clipping the repaint to the region rectangles.
* Add initial basic support for fullscreen surfacesKristian Høgsberg2011-01-281-0/+4
|
* Define the shell resize enumeration in the xml specKristian Høgsberg2011-01-211-12/+12
|
* Take away pointer focus during server grabsKristian Høgsberg2011-01-211-3/+33
| | | | This lets the client restore the pointer image when the grab ends.
* First attempt at selection supportKristian Høgsberg2011-01-191-6/+167
|
* Split shell object out from compositor.c into its own fileKristian Høgsberg2011-01-181-0/+479