1. 38ea2d2 compositor-drm: remove connector option by Ucan, Emre (ADITG/SW1) · 8 years ago
  2. f0d39b2 weston: Set CLOEXEC on stdin by Derek Foreman · 8 years ago
  3. 11ae2a3 compositor-drm: pageflip timeout implementation by Emmanuel Gil Peyrot · 8 years ago
  4. e6b7136 compositor: Improve xwayland warning message by Armin Krezović · 8 years ago
  5. 605ac8e compositor-drm: Restore use-current-mode functionality by Armin Krezović · 9 years ago
  6. 6d3887b weston: Add a specific option to load XWayland by Quentin Glidic · 9 years ago
  7. da01c1d weston: Make the shell entrypoint specific by Quentin Glidic · 9 years ago
  8. 8af2bec weston: Properly namespace modules entrypoint by Quentin Glidic · 9 years ago
  9. beb97e5 libweston: Make module loading safe against long paths by Daniel Stone · 9 years ago
  10. 75b7197 Add configuration option for no input device. by Daniel Díaz · 9 years ago
  11. 2045016 compositor-wayland: Convert fullscreen flag to bool by Armin Krezović · 9 years ago
  12. 7f1c0b8 compositor-wayland: Convert sprawl flag to boolean by Armin Krezović · 9 years ago
  13. 7e71b87 compositor-wayland: Convert use-pixman flag to boolean by Armin Krezović · 9 years ago
  14. c3d2f96 weston: Port X11 backend to new output handling API by Armin Krezović · 9 years ago
  15. 174448a weston: Port Wayland backend to new output handling API by Armin Krezović · 9 years ago
  16. 8f1dca1 weston: Port RDP backend to new output handling API by Armin Krezović · 9 years ago
  17. 7fb1775 weston: Port headless backend to new output handling API by Armin Krezović · 9 years ago
  18. 6ba369d weston: Port fbdev backend to new output handling API by Armin Krezović · 9 years ago
  19. 0836813 weston: Port DRM backend to new output handling API by Armin Krezović · 9 years ago
  20. a3666d2 compositor: Implement output configuration using windowed_output_api by Armin Krezović · 9 years ago
  21. 25a2bdd Switch to use safe_strtoint instead of strtol by Bryce Harrington · 9 years ago
  22. 913d7c1 Standardize error checking for strtol calls by Bryce Harrington · 9 years ago
  23. 78a3637 compositor: Extend compositor user data by Armin Krezović · 9 years ago
  24. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  25. 375759e Require base-10 for strtol() calls by Bryce Harrington · 9 years ago
  26. 1dbdc0b Include space in 'if (' by Bryce Harrington · 9 years ago
  27. 9c764df xwayland: make the plugin usable by libweston compositors by Giulio Camuffo · 9 years ago
  28. d84deeb compositor-headless: Support starting with zero outputs by Armin Krezović · 9 years ago
  29. 20436e2 main: log the command line by Pekka Paalanen · 9 years ago
  30. 58f98c9 Move weston source to compositor/ by Pekka Paalanen · 9 years ago[Renamed from src/main.c]
  31. be112d4 main: report presentation clock resolution by Pekka Paalanen · 9 years ago
  32. e77f8ad compositor-fbdev: drop EGL support by Pekka Paalanen · 9 years ago
  33. 321ede7 main: remove unused argument from backend loaders by Pekka Paalanen · 9 years ago
  34. 50dbf38 libweston: use enum to choose the backend by Pekka Paalanen · 9 years ago
  35. dd18673 compositor,main: use weston_compositor_load_backend() by Pekka Paalanen · 9 years ago
  36. 808b006 main: remove load_backend_old() by Pekka Paalanen · 9 years ago
  37. 179fcda Split the modules and include files between weston and libweston by Giulio Camuffo · 9 years ago
  38. be2b11a allow compositors to define the logging behavior by Giulio Camuffo · 9 years ago
  39. 8aedf7b libinput: don't use weston_config when configuring input devices by Giulio Camuffo · 9 years ago
  40. d52f3b7 compositor: remove the weston_config field in weston_compositor by Giulio Camuffo · 9 years ago
  41. fba27fb Move the functions launching clients to main.c by Giulio Camuffo · 9 years ago
  42. 0358af4 Rename weston_compositor_xkb_init to weston_compositor_set_xkb_rule_names by Giulio Camuffo · 9 years ago
  43. ca52b31 Remove Raspberry Pi backend and renderer by Pekka Paalanen · 9 years ago
  44. 5375384 main: let load_wayland_backend() clean up on error by Benoit Gschwind · 9 years ago
  45. 44e302b main: rename new_config arg of weston_wayland_backend_config_add_new_output by Benoit Gschwind · 9 years ago
  46. e48ab5f main: rename new_config arg of weston_wayland_backend_config_release by Benoit Gschwind · 9 years ago
  47. 68d6a6c main: rename wayland_backend_config_release function by Benoit Gschwind · 9 years ago
  48. 390af6d main: rename wayland_backend_config_add_new_output function by Benoit Gschwind · 9 years ago
  49. 55a2288 main: replace and remove new_config in load_wayland_backend_config by Benoit Gschwind · 9 years ago
  50. 6c1cd2f main: rename load_wayland_backend_config arg "config" to wc by Benoit Gschwind · 9 years ago
  51. 3ff10da compositor-wayland: move configuration parsing to weston main.c by Benoit Gschwind · 9 years ago
  52. 1c0e40d drm: port the drm backend to the new init api by Giulio Camuffo · 9 years ago
  53. aa25898 x11: Fix incorrect output counting logic by Bryce Harrington · 9 years ago
  54. e16acab x11: port the x11 backend to the new init api by Benoit Gschwind · 9 years ago
  55. 2da6d0c headless-backend: fix leak of transform configuration by Benoit Gschwind · 9 years ago
  56. 934e89a fbdev-backend: refactor configuration API by Benoit Gschwind · 9 years ago
  57. bd57310 compositor-rdp: refactor configuration API by Benoit Gschwind · 9 years ago
  58. 3c53094 headless: port the headless backend to the new init api by Benoit Gschwind · 9 years ago
  59. 98ab08b main: document load_backend_new() by Bryce Harrington · 9 years ago
  60. 6ca25b3 Revert 'main: Remove unused function load_backend_new()' by Bryce Harrington · 9 years ago
  61. 91880f1 compositor-{drm, fbdev, rpi}: Make VT switching configurable by Bob Ham · 9 years ago
  62. 5ffbfff main: Remove unused function load_backend_new() by Chris Michael · 10 years ago
  63. 43008c7 main: stub the functions to load the backends with the new config system by Giulio Camuffo · 10 years ago
  64. 93daabb compositor: pass the backend config struct to the backends init function by Giulio Camuffo · 10 years ago
  65. 32838c9 compositor/clients: Protect CLOCK_BOOTTIME with ifdefs by Derek Foreman · 10 years ago
  66. 3c241b1 main: fix destroying the compositor on error while starting by Giulio Camuffo · 10 years ago
  67. 94fd9a5 compositor: remove systemd-notify.h by Egor Starkov · 10 years ago
  68. 7ce2e97 compositor: systemd notifications support by Egor Starkov · 10 years ago
  69. 71f5704 main: print backends in help message in alphabetical order by Dawid Gajownik · 10 years ago
  70. 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
  71. d99a050 main: update RDP backend help message by Dawid Gajownik · 10 years ago
  72. bab996e compositor: move the main() to a new main.c file by Giulio Camuffo · 11 years ago