1. 91880f1 compositor-{drm, fbdev, rpi}: Make VT switching configurable by Bob Ham · 10 years ago
  2. c2be857 compositor: Fix a couple comment typos by Bryce Harrington · 10 years ago
  3. f05d18f xwm: let the shells decide the position of X windows by Giulio Camuffo · 10 years ago
  4. 3cc004a input: Add notify_touch_cancel() by Derek Foreman · 10 years ago
  5. 152254b compositor: Add damage_buffer by Derek Foreman · 10 years ago
  6. 6207b6a compositor: Remove unused weston_surface_to_buffer function by Chris Michael · 10 years ago
  7. 6172c38 compositor.h: Remove unused variable from weston_seat structure by Chris Michael · 10 years ago
  8. bc9a61c compositor: Move weston_matrix_transform_region to compositor.c and export it by Derek Foreman · 10 years ago
  9. 060cf11 compositor: Change "touched" to bool by Derek Foreman · 10 years ago
  10. 2cbf293 input: Keep per client pointer resources in their own structs by Jonas Ådahl · 10 years ago
  11. d251010 input: Make pointer grab motion callbacks take an event struct by Jonas Ådahl · 11 years ago
  12. 0336ca0 input: Pass axis events through pointer grab interfaces by Jonas Ådahl · 11 years ago
  13. 32c3211 compositor: Disallow negative geometries in backend output configs by Bryce Harrington · 10 years ago
  14. 93daabb compositor: pass the backend config struct to the backends init function by Giulio Camuffo · 10 years ago
  15. e3c0d8a compositor: introduce structs to handle backends configuration by Giulio Camuffo · 10 years ago
  16. 6850e7b zoom: Remove unneeded usage of wl_fixed_ts in favour of doubles by Giulio Camuffo · 10 years ago
  17. 230f3b1 dmabuf: implement linux_dmabuf extension by Pekka Paalanen · 11 years ago
  18. f9318d1 input: add a weston_pointer_clear_focus() helper function by Derek Foreman · 10 years ago
  19. e4d6c83 desktop-shell: Make resize and move functions take a pointer instead of a seat by Derek Foreman · 10 years ago
  20. 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
  21. 22276a5 zoom: Store the seat that initiated a zoom by Derek Foreman · 10 years ago
  22. a36eb50 zoom: Change zoom->active to a bool by Derek Foreman · 10 years ago
  23. 99a6a2d bindings: Make run binding functions take apropriate device instead of a seat by Derek Foreman · 10 years ago
  24. 8ae2db5 input: Pass the appropriate pointer type to bindings instead of a seat by Derek Foreman · 10 years ago
  25. 459137b compositor: add API to manage compositor instances by Giulio Camuffo · 11 years ago
  26. 954f183 compositor: introduce struct weston_backend by Giulio Camuffo · 11 years ago
  27. aa9536a text_backend: make destructor call explicit by Pekka Paalanen · 10 years ago
  28. 867d50e Unified multiple definitions of container_of() macro. by Jon Cruz · 10 years ago
  29. d618f68 Moved the MIN() macro to the helper include. by Jon Cruz · 10 years ago
  30. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  31. a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  32. 83285fc compositor: remove the authenticate vfunc by Giulio Camuffo · 10 years ago
  33. b114715 compositor: send the output_created signal after inserting it in the list by Giulio Camuffo · 10 years ago
  34. dddf9e6 data-device: add a function to send the selection to a client by Giulio Camuffo · 10 years ago
  35. 4c93c08 touch: Make weston_touch_set_focus() take a touch instead of a seat by Derek Foreman · 10 years ago
  36. ca79076 compositor: change weston_surface::destroy_signal argument by Pekka Paalanen · 10 years ago
  37. a8e9b41 xwm: tell the shell the pid of the X clients by Giulio Camuffo · 11 years ago
  38. c002321 compositor: Create the inverse of the output matrix by Derek Foreman · 10 years ago
  39. 0513a95 compositor: add repaint delay timer by Pekka Paalanen · 11 years ago
  40. 662f384 compositor, backends: weston_compositor_read_presentation_clock by Pekka Paalanen · 10 years ago
  41. a86c3ee Spellcheck fixes by Bryce Harrington · 10 years ago
  42. e54e31c compositor: add weston_surface_to_buffer_region() by Pekka Paalanen · 10 years ago
  43. 1e05904 compositor: Add surface-to-buffer and buffer-to-surface matrices by Jason Ekstrand · 11 years ago
  44. fb23df7 Use pixel coordinates for weston_output.matrix by Jason Ekstrand · 11 years ago
  45. 13fd446 zoom: remove animation_xy as unused by Pekka Paalanen · 10 years ago
  46. 380adf5 compositor: add weston_view_set_mask() API and state by Pekka Paalanen · 10 years ago
  47. 2829f7c compositor,shell: move debug key code to core by Pekka Paalanen · 10 years ago
  48. 502f5e0 compositor: fix plane coords in view_accumulate_damage() by Pekka Paalanen · 10 years ago
  49. efd08c7 compositor: weston_output::region is in global coords by Pekka Paalanen · 10 years ago
  50. e508ce6 compositor: note, weston_surface_damage does it wrong by Pekka Paalanen · 10 years ago
  51. fbd00f1 compositor: document view->transform.* regions by Pekka Paalanen · 10 years ago
  52. c647ed7 compositor: add surface-shooting API by Pekka Paalanen · 10 years ago
  53. 25c0ca5 compositor: turn weston_view boundingbox into masked by Pekka Paalanen · 10 years ago
  54. 8844bf2 compositor: turn weston_view::transform.opaque into masked by Pekka Paalanen · 10 years ago
  55. 2d6e551 compositor: add a doc note for weston_view::parent_view by Pekka Paalanen · 10 years ago
  56. 51723d5 compositor: document weston_view_damage_below() by Pekka Paalanen · 10 years ago
  57. 6b4b241 xwm: support maximizing xwayland windows by Giulio Camuffo · 11 years ago
  58. bf0e031 compositor, drm: set per-surface Presentation feedback flags by Pekka Paalanen · 11 years ago
  59. 363aa7b compositor: set presentation.presented flags by Pekka Paalanen · 11 years ago
  60. b502654 compositor: Implement JSON-timeline logging by Pekka Paalanen · 11 years ago
  61. 8274d90 compositor: add weston_surface_set_label_func() by Pekka Paalanen · 11 years ago
  62. 64a3df0 backends: refactor transform string parsing by Derek Foreman · 11 years ago
  63. 86b5396 Revert "input: don't send to clients key events eaten by bindings" by Pekka Paalanen · 11 years ago
  64. c336f06 compositor: Return a user-defined exit code by Frederic Plourde · 11 years ago
  65. 5c11fc6 input: don't send to clients key events eaten by bindings by Giulio Camuffo · 11 years ago
  66. 0fd6d4e compositor: make keep_buffer a bool by Derek Foreman · 11 years ago
  67. 6ae7bc9 compositor: Refactor weston_output_mode_switch() by Derek Foreman · 11 years ago
  68. 280e7dd cosmetic: replace boolean function return values with bool by Derek Foreman · 11 years ago
  69. 50b6747 compositor: send error for surface role resets by Pekka Paalanen · 11 years ago
  70. 641307c compositor-drm: deliver frame seq for feedback by Pekka Paalanen · 11 years ago
  71. 133e439 compositor: implement presentation_feedback by Pekka Paalanen · 11 years ago
  72. b5eedad compositor: set and use the presentation clock everywhere by Pekka Paalanen · 11 years ago
  73. d1be312 cosmetic: Move WL_EXPORT out of header files by Derek Foreman · 11 years ago
  74. 041a981 compositor: remove unused signal by Giulio Camuffo · 11 years ago
  75. 6ef444d compositor: add a way to change the keyboard locks by Giulio Camuffo · 11 years ago
  76. 9c1ac7b compositor: add weston_client_start() by Pekka Paalanen · 11 years ago
  77. 66a41a0 compositor: fetch repeat info from weston.ini by Jonny Lamb · 11 years ago
  78. 95ec0f9 compositor: add a masking mechanism to weston_layer by Giulio Camuffo · 11 years ago
  79. 412e6a5 compositor: keep track of the weston_layer a weston_view is in by Giulio Camuffo · 11 years ago
  80. ccf48fb shell: Replace set_margin with set_window_geometry by Jasper St. Pierre · 11 years ago
  81. 7b98207 Create a weston_surface_state structure for storing pending surface state and move the surface commit logic into weston_surface_commit_state by Jason Ekstrand · 11 years ago
  82. e9d40e3 Move weston_subsurface to after weston_surface by Jason Ekstrand · 11 years ago
  83. 8f9e87f compositor: update the surface size when there is a size change without a buffer attach by George Kiagiadakis · 11 years ago
  84. ac985be compositor: Remove the edges parameter from send_configure by Jasper St. Pierre · 11 years ago
  85. d67b52a compositor: Fix the documentation for surface->configure by Jasper St. Pierre · 11 years ago
  86. e5c1ae9 xwayland: Set decoration margin for xwayland windows by Kristian Høgsberg · 11 years ago
  87. 1679f23 libinput: Forward frame events to clients by Jonas Ådahl · 11 years ago
  88. f03a04a compositor: Add create_surface_signal by Kristian Høgsberg · 11 years ago
  89. 9fc7151 Add possible capabilities CURSOR_PLANE and ARBITRARY_MODE by Jason Ekstrand · 11 years ago
  90. a4ab542 Add a signal for when a seat updates its capabilities by Jason Ekstrand · 11 years ago
  91. e9022e7 compositor: add an exported function to take a screenshot of an output by Giulio Camuffo · 12 years ago
  92. 0b4c535 protocol,compositor: split wl_viewport setters by Pekka Paalanen · 11 years ago
  93. f0cad48 compositor: replace weston_buffer_viewport::viewport_set by Pekka Paalanen · 11 years ago
  94. 952b6c8 compositor: reorganize struct weston_buffer_viewport by Pekka Paalanen · 11 years ago
  95. db1fccb input: Send leave and enter pair when the surface moves under the cursor by Kristian Høgsberg · 11 years ago
  96. e11ef64 compositor: Drop core ping_handler callout by Kristian Høgsberg · 11 years ago
  97. c94d622 compositor: Move view repositioning logic into shell by Ander Conselvan de Oliveira · 12 years ago
  98. a8a9baf compositor: Remove weston_output::move_signal by Ander Conselvan de Oliveira · 12 years ago
  99. f84327a input: Remove exported function weston_pointer_verify() by Ander Conselvan de Oliveira · 12 years ago
  100. b0420ae protocol: rename wl_surface_scaler to wl_viewport by Pekka Paalanen · 12 years ago