1. b8c16c9 compositor: allow using nested parent as a subsurface sibling by Arnaud Vrac · 9 years ago
  2. 927267b libweston: Drop requirement of setting mm_width/mm_height in backends by Armin Krezović · 9 years ago
  3. 4008740 weston: Rename weston_output_init_pending() to weston_output_init() by Armin Krezović · 9 years ago
  4. 782f5df libweston: Merge weston_output_init() into weston_output_enable() by Armin Krezović · 9 years ago
  5. a01ab6d libweston: Add more functionality for handling weston_output objects by Armin Krezović · 9 years ago
  6. 148c199 compositor: set the opaque region for some views with transform by Giulio Camuffo · 9 years ago
  7. 08976ac Revert "compositor: Add internal support to track idle inhibition requests" by Bryce Harrington · 9 years ago
  8. 873a3f8 Revert "compositor: Add public interface support for client-requested idle inhibition" by Bryce Harrington · 9 years ago
  9. c700143 Revert "libweston: Add a signal to fire when the idle inhibitor is dropped" by Bryce Harrington · 9 years ago
  10. 0795ece Revert "shell: Inhibit idle fade-out behavior" by Bryce Harrington · 9 years ago
  11. 9be807c shell: Inhibit idle fade-out behavior by Bryce Harrington · 9 years ago
  12. ca5b624 libweston: Add a signal to fire when the idle inhibitor is dropped by Bryce Harrington · 9 years ago
  13. 689fece compositor: Add public interface support for client-requested idle inhibition by Bryce Harrington · 9 years ago
  14. f8300c8 compositor: Add internal support to track idle inhibition requests by Bryce Harrington · 9 years ago
  15. 887c018 libweston: Silence tautological-compare warning by Quentin Glidic · 9 years ago
  16. 9c5dd7e libweston-desktop: Implement xdg_shell_v6 by Quentin Glidic · 9 years ago
  17. 248dd10 Introduce libweston-desktop by Quentin Glidic · 9 years ago
  18. 2edc3d5 libweston: Rename weston_surface::configure to ::committed by Quentin Glidic · 9 years ago
  19. 4ef719c libweston: Implement wl_output version 3 (release request) by Quentin Glidic · 9 years ago
  20. e540384 compositor: Mark all views as dirty when a new output is assigned 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. d3414f2 Implement pointer locking and confinement by Jonas Ådahl · 9 years ago
  24. 5d9ca27 compositor: Add surface commit signal by Jonas Ådahl · 9 years ago
  25. 30d61d8 Implement the relative pointer protocol by Jonas Ådahl · 11 years ago
  26. 94e2e2d compositor: Keep track of what views were activated by clicking by Jonas Ådahl · 11 years ago
  27. 375759e Require base-10 for strtol() calls by Bryce Harrington · 9 years ago
  28. 0da12b8 compositor: Switch to new surface/view mapped checks by Armin Krezović · 9 years ago
  29. f8486c3 compositor: Untangle surface/view is_mapped from output assignments by Armin Krezović · 9 years ago
  30. 9c764df xwayland: make the plugin usable by libweston compositors by Giulio Camuffo · 9 years ago
  31. 827b5d2 compositor: add plugin-registry by Pekka Paalanen · 9 years ago
  32. b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago[Renamed from src/compositor.c]
  33. 201769a compositor: fix wp_viewport.set_source errors by Pekka Paalanen · 9 years ago
  34. bb32ccc compositor: check viewport dst size validity by Pekka Paalanen · 9 years ago
  35. d9aae9c compositor: check viewport source rect validity by Pekka Paalanen · 9 years ago
  36. 4826f87 compositor: fix wp_viewport use after free by Pekka Paalanen · 9 years ago
  37. 9c5a0d9 compositor: rename scaler to viewport(er) by Pekka Paalanen · 9 years ago
  38. e95ad5c compositor: migrate to stable viewporter.xml by Pekka Paalanen · 9 years ago
  39. 0de859e compositor: recompute output position on mode switch by David Fort · 9 years ago
  40. 50dbf38 libweston: use enum to choose the backend by Pekka Paalanen · 9 years ago
  41. a256c5e libweston: remove unused backend_init() arguments by Pekka Paalanen · 9 years ago
  42. dd18673 compositor,main: use weston_compositor_load_backend() by Pekka Paalanen · 9 years ago
  43. 179fcda Split the modules and include files between weston and libweston by Giulio Camuffo · 9 years ago
  44. fba27fb Move the functions launching clients to main.c by Giulio Camuffo · 9 years ago
  45. 8a12069 compositor: use generated constant instead of hardcoded value by FORT David · 9 years ago
  46. 130ae6e compositor: surface and view output comment fixes by Pekka Paalanen · 9 years ago
  47. 59987fa compositor: refactor into convert_size_by_transform_scale() by Pekka Paalanen · 9 years ago
  48. 04baea5 compositor: constify weston_surface_build_buffer_matrix() by Pekka Paalanen · 9 years ago
  49. 4c72e29 compositor: Hyphenate compound adjective surface-local by Yong Bakos · 9 years ago
  50. 87953b7 compositor: remove input_loop by Pekka Paalanen · 9 years ago
  51. 90a6fc6 input: use doubles in the interfaces to notify of input events by Giulio Camuffo · 9 years ago
  52. b00c79b protocol: migrate to stable presentation-time.xml by Pekka Paalanen · 9 years ago
  53. 89324ce compositor: Make types consistent for bitshifting unsigned ints by Bryce Harrington · 10 years ago
  54. 18e4573 compositor: Verify that the maximum number of outputs is not exceeded by Bryce Harrington · 10 years ago
  55. 3f650b8 compositor: Document how views and surfaces are mapped to outputs by Bryce Harrington · 10 years ago
  56. c9626a3 compositor: Document routines relating to idle behavior by Bryce Harrington · 10 years ago
  57. 9973967 compositor: Add doxygen for weston_surface_to_buffer_rect() by Derek Foreman · 10 years ago
  58. 152254b compositor: Add damage_buffer by Derek Foreman · 10 years ago
  59. 6207b6a compositor: Remove unused weston_surface_to_buffer function by Chris Michael · 10 years ago
  60. e2e15ac compositor: change rounding in weston_surface_to_buffer_rect() by Derek Foreman · 10 years ago
  61. 1909c10 compositor, input: Don't use MIN() macro for new resource versions by Derek Foreman · 10 years ago
  62. 062edf2 compositor: Fix comment of subsurface_commit_to_cache function by Chris Michael · 10 years ago
  63. 57e92ed compositor: ignore useless surface_damage by Derek Foreman · 10 years ago
  64. 51baeb2 compositor: Remove extra blank line by Chris Michael · 10 years ago
  65. bc9a61c compositor: Move weston_matrix_transform_region to compositor.c and export it by Derek Foreman · 10 years ago
  66. 060cf11 compositor: Change "touched" to bool by Derek Foreman · 10 years ago
  67. 2d24e64 compositor: don't crash if destroying a compositor without a backend by Giulio Camuffo · 10 years ago
  68. 56fe1c7 compositor: remove incorrect idle timer initialization by Egor Starkov · 10 years ago
  69. 230f3b1 dmabuf: implement linux_dmabuf extension by Pekka Paalanen · 11 years ago
  70. 2f7d33d compositor: fix crash when destroying incompletely created output by Dawid Gajownik · 10 years ago
  71. f9318d1 input: add a weston_pointer_clear_focus() helper function by Derek Foreman · 10 years ago
  72. 7239d74 compositor: remove a call to weston_compositor_schedule_repaint by Ryo Munakata · 10 years ago
  73. 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
  74. 3f86e50 compositor: Respect WESTON_BUILD_DIR env var in weston_load_module by Derek Foreman · 10 years ago
  75. 27135af compositor: destroy modifier_binding_list by Ryo Munakata · 10 years ago
  76. 8ae2db5 input: Pass the appropriate pointer type to bindings instead of a seat by Derek Foreman · 10 years ago
  77. b7df04e compositor: Respect repaint-window when restarting repaint loop. by Mario Kleiner · 10 years ago
  78. d7894d0 compositor,shared: add millihz_to_nsec() by Pekka Paalanen · 10 years ago
  79. aa21f62 shared: introduce timespec-util.h by Pekka Paalanen · 10 years ago
  80. 2f2a70c compositor: make sure to reset views' pointers to destroyed output by Giulio Camuffo · 10 years ago
  81. bab996e compositor: move the main() to a new main.c file by Giulio Camuffo · 11 years ago
  82. 459137b compositor: add API to manage compositor instances by Giulio Camuffo · 11 years ago
  83. 954f183 compositor: introduce struct weston_backend by Giulio Camuffo · 11 years ago
  84. e28ee34 compositor: add missing help text by JoonCheol Park · 10 years ago
  85. 4fa7b7f compositor: Add missing help text by Derek Foreman · 10 years ago
  86. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  87. 4678bab Remove redundant #include path component. by Jon Cruz · 10 years ago
  88. a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  89. 9a51cd7 move text_backend initialization into the shell plugin by Murray Calavera · 10 years ago
  90. b114715 compositor: send the output_created signal after inserting it in the list by Giulio Camuffo · 10 years ago
  91. 4c93c08 touch: Make weston_touch_set_focus() take a touch instead of a seat by Derek Foreman · 10 years ago
  92. ca79076 compositor: change weston_surface::destroy_signal argument by Pekka Paalanen · 10 years ago
  93. 08d3fb7 compositor: inert wl_surface objects do not exist by Pekka Paalanen · 10 years ago
  94. 06c4274 compositor: Help text for --config by Bryce Harrington · 10 years ago
  95. 8a0e0ba compositor: add option to specify a weston.ini by Pekka Paalanen · 10 years ago
  96. 6c71aae Pass config file from compositor to everything by Pekka Paalanen · 10 years ago
  97. dc940ca compositor: move code into load_configuration() by Pekka Paalanen · 10 years ago
  98. 17a1a96 compositor: postpone unhandled option check by Pekka Paalanen · 10 years ago
  99. 67a18b9 compositor: fix weston_output_transform_coordinate by Derek Foreman · 10 years ago
  100. c002321 compositor: Create the inverse of the output matrix by Derek Foreman · 10 years ago