compositor-wayland: Check the return value of wayland_output_create_common
[platform/upstream/weston.git] / compositor /
2017-03-07 Emmanuel Gil Peyrotcompositor-drm: pageflip timeout implementation
2017-02-21 Daniel Stonescreen-share: Use wl_list_for_each_safe on destroy
2017-02-21 Daniel Stonescreen-share: Avoid NULL dereference
2017-02-09 Armin Krezovićcompositor: Improve xwayland warning message
2017-01-27 Ucan, Emre (ADITG... systemd: fix Wincompatible-pointer-type
2017-01-26 Armin Krezovićcompositor-drm: Restore use-current-mode functionality
2017-01-18 BenRemove dbus-launch from weston.desktop
2017-01-17 Quentin Glidicweston: Add a specific option to load XWayland
2017-01-17 Quentin Glidicweston: Make the shell entrypoint specific
2017-01-17 Quentin Glidicweston: Properly namespace modules entrypoint
2017-01-17 Quentin Glidiclibweston: Properly namespace modules entrypoint
2016-11-30 Daniel Stonelibweston: Make module loading safe against long paths
2016-11-21 Quentin Glidiclibweston: Move text_backend_* to weston.h
2016-11-18 Daniel Stonetext-input: Clear out context->input pointer
2016-10-22 Daniel DíazAdd configuration option for no input device.
2016-10-14 Armin Krezovićcompositor-wayland: Convert fullscreen flag to bool
2016-10-10 Armin Krezovićcompositor-wayland: Convert sprawl flag to boolean
2016-10-10 Armin Krezovićcompositor-wayland: Convert use-pixman flag to boolean
2016-10-05 Armin Krezovićweston: Port X11 backend to new output handling API
2016-10-05 Armin Krezovićweston: Port Wayland backend to new output handling API
2016-10-03 Armin Krezovićweston: Port RDP backend to new output handling API
2016-10-03 Armin Krezovićweston: Port headless backend to new output handling API
2016-10-03 Armin Krezovićweston: Port fbdev backend to new output handling API
2016-10-03 Armin Krezovićweston: Port DRM backend to new output handling API
2016-10-03 Armin Krezovićcompositor: Implement output configuration using window...
2016-08-07 Bryce HarringtonSwitch to use safe_strtoint instead of strtol
2016-08-07 Bryce HarringtonStandardize error checking for strtol calls
2016-08-02 Emil Velikovlibweston: use new versioning scheme
2016-08-02 Armin Krezovićcompositor: Extend compositor user data
2016-07-26 Jussi Kukkoneninclude stdint.h for int32_t/uint32_t
2016-07-13 Bryce Harringtonsystemd: Also force base-10 for the strtol() call
2016-07-13 Bryce HarringtonRequire base-10 for strtol() calls
2016-07-13 Bryce HarringtonInclude space in 'if ('
2016-07-07 Bryce Harringtonxwayland: Cleanup error message on spawn failure Signed...
2016-07-07 Bryce Harringtonxwayland: Include missing config.h
2016-07-01 Giulio Camuffoxwayland: make the plugin usable by libweston compositors
2016-06-27 Armin Krezovićcompositor-headless: Support starting with zero outputs
2016-06-23 Pekka Paalanenmain: log the command line
2016-06-23 Pekka PaalanenMove weston source to compositor/
2012-01-03 Kristian HøgsbergMerge remote-tracking branch 'pq/compositor-dtors-v1'
2012-01-03 Kristian HøgsbergRename wayland-compositor to weston
2012-01-03 Pekka Paalanencompositor-x11: improve x11_destroy()
2012-01-03 Pekka Paalanencompositor-x11: implement x11_output_destroy()
2012-01-03 Pekka Paalanencompositor: fix use after free in wlsc_zoom_frame
2012-01-03 Pekka Paalanencompositor: add screenshooter destructor
2012-01-03 Pekka Paalanencompositor: remove unused member from wlsc_input_device
2012-01-03 Pekka Paalanencompositor: free region members on surface destroy
2012-01-03 Pekka Paalanencompositor: add wlsc_input_device_fini()
2012-01-03 Pekka Paalanencompositor: more cleanup on shutdown
2012-01-03 Pekka Paalanencompositor: clean up signal event sources on exit
2012-01-03 Pekka Paalanencompositor: avoid scheduling rendering on shutdown
2012-01-02 Pekka Paalanenshell: destroy desktop_shell client on exit
2012-01-02 Pekka Paalanencompositor: destroy all input binding objects on shutdown
2012-01-02 Pekka Paalanencompositor: free regions in wlsc_output_repaint()
2012-01-02 Pekka Paalanencompositor: add destructors to shell plugins
2011-12-29 Kristian Høgsbergx11: Clear X11 selection when we can't bridge the data...
2011-12-29 Kristian HøgsbergFix WL_EVENT_WRITEABLE typo
2011-12-29 Kristian Høgsbergx11: Bridge Wayland selections to X11 CLIPBOARD selection
2011-12-28 Kristian Høgsbergx11: Handle BadWindow errors
2011-12-28 Kristian Høgsbergx11: Remove destroy listener when X11 window is destroyed
2011-12-28 Kristian Høgsbergx11: Store interesting window properties, dump a few...
2011-12-28 Kristian Høgsbergx11: Improvide debugging output a bit
2011-12-27 Kristian Høgsbergx11: Remove a couple of done TODOs
2011-12-27 Kristian Høgsbergcompositor: Pull in hash table from protocol
2011-12-27 Kristian Høgsbergx11: Bridge X11 CLIPBOARD selection to Wayland clients
2011-12-23 Kristian Høgsbergcompositor-x11: Use ARRAY_LENGTH macro from wayland...
2011-12-22 Kristian Høgsbergcompositor: Handle disappearing surfaces and input...
2011-12-22 Kristian Høgsbergclients: Add simple-touch client for testing touch...
2011-12-22 Kristian Høgsbergevdev: Store positions for all touch points in the...
2011-12-22 Kristian Høgsbergcompositor: Send touch_up before clearing touch focus
2011-12-22 Tiago Vignatticompositor: Send out touch events accordingly
2011-12-22 Tiago Vignattievdev: Add ABS_MT_* support for direct touch devices
2011-12-22 Kristian Høgsbergcompositor: Make surface picking not depend on an input...
2011-12-20 Pekka Paalanencompositor: fix uniform handling for fade_output()
2011-12-19 Kristian Høgsbergcompositor: Remove shell->activate callback
2011-12-19 Kristian Høgsbergcompositor: Move click-to-focus and ctrl-alt-bs binding...
2011-12-19 Kristian Høgsbergcompositor: Move binding code to util.c
2011-12-19 Kristian Høgsbergcompositor: Consolidate code for finding and running...
2011-12-19 Kristian Høgsbergcompositor: Make click to activate behavior a binding
2011-12-19 Kristian Høgsbergx11: Ignore FocusOut with mode = NotifyUngrab
2011-12-18 Tiago Vignattievdev: new header file for the driver
2011-12-18 Tiago Vignatticompositor-drm: remove/add evdev devices when vt switches
2011-12-18 Tiago Vignatticompositor: first destroy backend routines and then...
2011-12-18 Tiago Vignatticompositor-drm: destroy evdev driver properly when...
2011-12-18 Tiago Vignattievdev: use a separate function for adding devices
2011-12-18 Tiago Vignatticompositor: use wl_list_for_each_safe when destroying...
2011-12-15 Juan ZhaoActivate toplevel fullscreen and menu surfaces
2011-12-15 Kristian Høgsbergdesktop-shell: Animate surface opacity in zoom animatio...
2011-12-15 Kristian Høgsbergcompositor: Implement surface global alpha
2011-12-15 Kristian Høgsbergcompositor: Remove server side cursors
2011-12-14 Pekka Paalanencompositor: let shell override idle time
2011-12-14 Pekka Paalanenshell: use desktop-shell ini file for screensaver path
2011-12-14 Pekka Paalanenshell: automatic exec and kill of wscreensaver
2011-12-14 Pekka Paalanencompositor: add IDLE state
2011-12-14 Pekka Paalanenshell: center the unlock dialog
2011-12-14 Pekka Paalanencompositor: fix re-fading
2011-12-14 Pekka Paalanenshell: let screensaver wake up the compositor
2011-12-14 Pekka Paalanenshell: implement screensaver surface type
2011-12-14 Pekka Paalanenshell: handle surface type reassignment
2011-12-14 Pekka Paalanenprotocol: add screensaver interface
next