summaryrefslogtreecommitdiff
path: root/compositor
AgeCommit message (Expand)AuthorFilesLines
2016-07-12systemd: Also force base-10 for the strtol() callBryce Harrington1-1/+1
2016-07-12Require base-10 for strtol() callsBryce Harrington1-1/+1
2016-07-12Include space in 'if ('Bryce Harrington1-1/+1
2016-07-07xwayland: Cleanup error message on spawn failure Signed-off-by: Bryce Harring...Bryce Harrington1-1/+1
2016-07-07xwayland: Include missing config.hBryce Harrington1-0/+2
2016-07-01xwayland: make the plugin usable by libweston compositorsGiulio Camuffo3-5/+221
2016-06-27compositor-headless: Support starting with zero outputsArmin Krezović1-1/+4
2016-06-23main: log the command linePekka Paalanen1-1/+29
2016-06-23Move weston source to compositor/Pekka Paalanen12-0/+5292
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