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