summaryrefslogtreecommitdiff
path: root/compositor
AgeCommit message (Expand)AuthorFilesLines
2012-01-03Rename wayland-compositor to westonKristian Høgsberg21-11796/+0
2011-12-29x11: Clear X11 selection when we can't bridge the data typeKristian Høgsberg1-0/+5
2011-12-28Fix WL_EVENT_WRITEABLE typoKristian Høgsberg2-3/+3
2011-12-28x11: Bridge Wayland selections to X11 CLIPBOARD selectionKristian Høgsberg3-6/+327
2011-12-27x11: Handle BadWindow errorsKristian Høgsberg1-0/+7
2011-12-27x11: Remove destroy listener when X11 window is destroyedKristian Høgsberg1-0/+3
2011-12-27x11: Store interesting window properties, dump a few more thingsKristian Høgsberg1-43/+127
2011-12-27x11: Improvide debugging output a bitKristian Høgsberg1-26/+35
2011-12-27x11: Remove a couple of done TODOsKristian Høgsberg1-9/+0
2011-12-27compositor: Pull in hash table from protocolKristian Høgsberg4-11/+370
2011-12-27x11: Bridge X11 CLIPBOARD selection to Wayland clientsKristian Høgsberg3-69/+512
2011-12-23compositor-x11: Use ARRAY_LENGTH macro from wayland-util.hKristian Høgsberg1-6/+4
2011-12-22compositor: Handle disappearing surfaces and input devices for touchKristian Høgsberg2-14/+58
2011-12-22clients: Add simple-touch client for testing touch events.Kristian Høgsberg1-3/+2
2011-12-22evdev: Store positions for all touch points in the evdev deviceKristian Høgsberg1-76/+91
2011-12-22compositor: Send touch_up before clearing touch focusKristian Høgsberg1-4/+5
2011-12-22compositor: Send out touch events accordinglyTiago Vignatti2-0/+91
2011-12-22evdev: Add ABS_MT_* support for direct touch devicesTiago Vignatti3-38/+126
2011-12-22compositor: Make surface picking not depend on an input deviceKristian Høgsberg1-11/+19
2011-12-20compositor: fix uniform handling for fade_output()Pekka Paalanen1-0/+1
2011-12-19compositor: Remove shell->activate callbackKristian Høgsberg3-14/+1
2011-12-19compositor: Move click-to-focus and ctrl-alt-bs bindings to shell.cKristian Høgsberg2-32/+33
2011-12-19compositor: Move binding code to util.cKristian Høgsberg3-55/+61
2011-12-19compositor: Consolidate code for finding and running bindingsKristian Høgsberg1-18/+20
2011-12-19compositor: Make click to activate behavior a bindingKristian Høgsberg1-8/+24
2011-12-19x11: Ignore FocusOut with mode = NotifyUngrabKristian Høgsberg1-1/+2
2011-12-19evdev: new header file for the driverTiago Vignatti6-20/+44
2011-12-19compositor-drm: remove/add evdev devices when vt switchesTiago Vignatti3-2/+14
2011-12-19compositor: first destroy backend routines and then displayTiago Vignatti1-1/+1
2011-12-19compositor-drm: destroy evdev driver properly when finishing compositorTiago Vignatti3-0/+34
2011-12-19evdev: use a separate function for adding devicesTiago Vignatti1-19/+27
2011-12-18compositor: use wl_list_for_each_safe when destroying outputTiago Vignatti1-2/+2
2011-12-15Activate toplevel fullscreen and menu surfacesJuan Zhao1-0/+14
2011-12-15desktop-shell: Animate surface opacity in zoom animation as wellKristian Høgsberg1-2/+10
2011-12-15compositor: Implement surface global alphaKristian Høgsberg2-1/+14
2011-12-15compositor: Remove server side cursorsKristian Høgsberg3-250/+37
2011-12-14compositor: let shell override idle timePekka Paalanen3-4/+19
2011-12-14shell: use desktop-shell ini file for screensaver pathPekka Paalanen2-2/+33
2011-12-14shell: automatic exec and kill of wscreensaverPekka Paalanen1-2/+16
2011-12-14compositor: add IDLE statePekka Paalanen4-4/+14
2011-12-14shell: center the unlock dialogPekka Paalanen1-2/+11
2011-12-14compositor: fix re-fadingPekka Paalanen1-4/+5
2011-12-14shell: let screensaver wake up the compositorPekka Paalanen1-1/+6
2011-12-14shell: implement screensaver surface typePekka Paalanen1-25/+156
2011-12-14shell: handle surface type reassignmentPekka Paalanen1-13/+57
2011-12-14protocol: add screensaver interfacePekka Paalanen1-0/+54
2011-12-12evdev: run flush_motion only when neededTiago Vignatti1-0/+3
2011-12-12evdev: send old valuator inside event frame when the other is missingTiago Vignatti1-2/+16
2011-12-08compositor-drm: Catch errors in create_output_for_connectorDavid Herrmann1-3/+26
2011-12-08compositor-drm: Free output on error in create_output_for_connectorDavid Herrmann1-7/+27