aboutsummaryrefslogtreecommitdiffstats
path: root/compositor/compositor.h
Commit message (Expand)AuthorAgeFilesLines
* Split into a core repository that only holds the core Wayland librariesKristian Høgsberg2011-02-141-269/+0
* compositor: Clip repaint to the damage regionKristian Høgsberg2011-02-141-0/+1
* compositor: Switch away from using VBOs and just stream the vertex dataKristian Høgsberg2011-02-131-1/+1
* Use pixman regions to reduce repaintingKristian Høgsberg2011-02-131-0/+11
* compositor: Implement super-tab window switchingKristian Høgsberg2011-02-071-0/+1
* Don't crash when the previous keyboard surface goes awayKristian Høgsberg2011-01-281-1/+0
* Add initial basic support for fullscreen surfacesKristian Høgsberg2011-01-281-1/+10
* compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiersKristian Høgsberg2011-01-271-0/+6
* compositor: Forward pointer focus notification from compostor backendKristian Høgsberg2011-01-261-0/+6
* compositor-x11: Set window iconKristian Høgsberg2011-01-261-0/+3
* First attempt at selection supportKristian Høgsberg2011-01-191-0/+5
* Split shell object out from compositor.c into its own fileKristian Høgsberg2011-01-181-0/+25
* Move buffer creation and buffer details into drm.c and shm.cKristian Høgsberg2011-01-141-14/+8
* Move tty and vt handling out in its own fileKristian Høgsberg2011-01-141-1/+6
* Split out evdev handling to its own fileKristian Høgsberg2011-01-141-0/+3
* Ignore surface.map_toplevel() if already mappedKristian Høgsberg2011-01-071-0/+1
* Move grab definitions to wayland-util.hKristian Høgsberg2011-01-061-17/+0
* Set up visuals in wayland-serverKristian Høgsberg2010-12-081-1/+0
* Move grab state to struct wl_input_deviceKristian Høgsberg2010-12-081-14/+4
* Use grab object for motion grabs tooKristian Høgsberg2010-12-071-4/+2
* Use a grab object for drag and dropKristian Høgsberg2010-12-071-13/+0
* Handle shell.move using a grab objectKristian Høgsberg2010-12-071-1/+1
* Add grab object infrastructureKristian Høgsberg2010-12-071-0/+13
* Drop dummy wl_grab_surface hackKristian Høgsberg2010-12-071-1/+0
* Use surface destroy notifier for cancelling grabsKristian Høgsberg2010-12-061-2/+1
* Use the per-surface destroy callback for grabs as wellKristian Høgsberg2010-12-061-2/+0
* Add a surface destroy callback and use it for focus trackingKristian Høgsberg2010-12-061-7/+1
* Chage the 'base' field to be the name of the super class insteadKristian Høgsberg2010-12-011-8/+8
* compositor: Use a virtual destructor when shutting downKristian Høgsberg2010-12-011-0/+1
* Move pointer and keyboard focus tracking into libwayland-serverKristian Høgsberg2010-12-011-4/+0
* Add wayland backend for compositor (nested)Benjamin Franzke2010-11-291-0/+3
* Add a geometry option for x11 compositorKristian Høgsberg2010-10-271-5/+2
* Add a shm buffer sharing mechanismKristian Høgsberg2010-10-061-5/+25
* Fix EGLImageKHR leak in wl_buffer destroyKristian Høgsberg2010-09-241-0/+1
* Add timestamp to pointer image attach requestKristian Høgsberg2010-09-141-0/+1
* Move example compositor to subdirectoryKristian Høgsberg2010-09-141-0/+221