1. d7894d0 compositor,shared: add millihz_to_nsec() by Pekka Paalanen · 10 years ago
  2. aa21f62 shared: introduce timespec-util.h by Pekka Paalanen · 10 years ago
  3. 2f2a70c compositor: make sure to reset views' pointers to destroyed output by Giulio Camuffo · 10 years ago
  4. bab996e compositor: move the main() to a new main.c file by Giulio Camuffo · 11 years ago
  5. 459137b compositor: add API to manage compositor instances by Giulio Camuffo · 11 years ago
  6. 954f183 compositor: introduce struct weston_backend by Giulio Camuffo · 11 years ago
  7. e28ee34 compositor: add missing help text by JoonCheol Park · 10 years ago
  8. 4fa7b7f compositor: Add missing help text by Derek Foreman · 10 years ago
  9. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  10. 4678bab Remove redundant #include path component. by Jon Cruz · 10 years ago
  11. a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  12. 9a51cd7 move text_backend initialization into the shell plugin by Murray Calavera · 10 years ago
  13. b114715 compositor: send the output_created signal after inserting it in the list by Giulio Camuffo · 10 years ago
  14. 4c93c08 touch: Make weston_touch_set_focus() take a touch instead of a seat by Derek Foreman · 10 years ago
  15. ca79076 compositor: change weston_surface::destroy_signal argument by Pekka Paalanen · 10 years ago
  16. 08d3fb7 compositor: inert wl_surface objects do not exist by Pekka Paalanen · 10 years ago
  17. 06c4274 compositor: Help text for --config by Bryce Harrington · 10 years ago
  18. 8a0e0ba compositor: add option to specify a weston.ini by Pekka Paalanen · 10 years ago
  19. 6c71aae Pass config file from compositor to everything by Pekka Paalanen · 10 years ago
  20. dc940ca compositor: move code into load_configuration() by Pekka Paalanen · 10 years ago
  21. 17a1a96 compositor: postpone unhandled option check by Pekka Paalanen · 10 years ago
  22. 67a18b9 compositor: fix weston_output_transform_coordinate by Derek Foreman · 10 years ago
  23. c002321 compositor: Create the inverse of the output matrix by Derek Foreman · 10 years ago
  24. 111c6f9 compositor: fix return code from main() by Pekka Paalanen · 10 years ago
  25. 8fd4de4 compositor: warn about insane repaint delay by Pekka Paalanen · 10 years ago
  26. 0513a95 compositor: add repaint delay timer by Pekka Paalanen · 11 years ago
  27. 662f384 compositor, backends: weston_compositor_read_presentation_clock by Pekka Paalanen · 10 years ago
  28. e54e31c compositor: add weston_surface_to_buffer_region() by Pekka Paalanen · 10 years ago
  29. 1e05904 compositor: Add surface-to-buffer and buffer-to-surface matrices by Jason Ekstrand · 11 years ago
  30. 0f67941 compositor: use weston_matrix_transform for weston_output_transform_coordinate by Derek Foreman · 11 years ago
  31. fb23df7 Use pixel coordinates for weston_output.matrix by Jason Ekstrand · 11 years ago
  32. 380adf5 compositor: add weston_view_set_mask() API and state by Pekka Paalanen · 10 years ago
  33. fc22a52 compositor: restructure weston_compositor_pick_view() by Pekka Paalanen · 10 years ago
  34. 502f5e0 compositor: fix plane coords in view_accumulate_damage() by Pekka Paalanen · 10 years ago
  35. c7d7fdf compositor: let view_compute_bbox() take a box32_t by Pekka Paalanen · 10 years ago
  36. 9e944d3 compositor: remove dead code from weston_output_move() by Pekka Paalanen · 10 years ago
  37. e508ce6 compositor: note, weston_surface_damage does it wrong by Pekka Paalanen · 10 years ago
  38. c647ed7 compositor: add surface-shooting API by Pekka Paalanen · 10 years ago
  39. 25c0ca5 compositor: turn weston_view boundingbox into masked by Pekka Paalanen · 10 years ago
  40. 8844bf2 compositor: turn weston_view::transform.opaque into masked by Pekka Paalanen · 10 years ago
  41. 8291979 compositor: refactor to weston_output_schedule_repaint_reset() by Pekka Paalanen · 11 years ago
  42. 51723d5 compositor: document weston_view_damage_below() by Pekka Paalanen · 10 years ago
  43. bf0e031 compositor, drm: set per-surface Presentation feedback flags by Pekka Paalanen · 11 years ago
  44. 363aa7b compositor: set presentation.presented flags by Pekka Paalanen · 11 years ago
  45. 01e98b6 compositor: Propagate errors from module_init by Ondřej Majerech · 11 years ago
  46. b502654 compositor: Implement JSON-timeline logging by Pekka Paalanen · 11 years ago
  47. 8274d90 compositor: add weston_surface_set_label_func() by Pekka Paalanen · 11 years ago
  48. de16d89 Use zalloc instead of calloc(1, ...) by Bryce Harrington · 11 years ago
  49. bff3472 Setting members to 0/NULL after a zalloc or calloc is redundant by Bryce Harrington · 11 years ago
  50. 3e3b59e compositor: Document options for headless compositor by Bryce Harrington · 11 years ago
  51. 4a84c83 compositor: Add idle timeout option to weston.ini by Frederic Plourde · 11 years ago
  52. 64a3df0 backends: refactor transform string parsing by Derek Foreman · 11 years ago
  53. f5ef88f compositor: do not overwrite error exit code by Pekka Paalanen · 11 years ago
  54. c336f06 compositor: Return a user-defined exit code by Frederic Plourde · 11 years ago
  55. 86b70e1 compositor: add missing newline to help text by Pekka Paalanen · 11 years ago
  56. 32297c9 compositor: List only available backends in help text by Bryce Harrington · 11 years ago
  57. 8eb95c4 compositor: Display option help text only for enabled backends by Bryce Harrington · 11 years ago
  58. b8b25bd compositor: Fix typos in help text by Bryce Harrington · 11 years ago
  59. f5b34ae compositor: Fix tabbing of help output by Bryce Harrington · 11 years ago
  60. 59fe423 compositor: (Whitespace-only) Indent with tabs by Bryce Harrington · 11 years ago
  61. dd4cd33 compositor: stop sending spurious events on mode switch by Derek Foreman · 11 years ago
  62. 41bdc27 compositor: check version before calling wl_output_send_scale() by Derek Foreman · 11 years ago
  63. 6ae7bc9 compositor: Refactor weston_output_mode_switch() by Derek Foreman · 11 years ago
  64. 61a9bf5 compositor: Fix weston_subsurface_is_synchronized() return value. by Carlos Olmedo Escobar · 11 years ago
  65. 280e7dd cosmetic: replace boolean function return values with bool by Derek Foreman · 11 years ago
  66. 50b6747 compositor: send error for surface role resets by Pekka Paalanen · 11 years ago
  67. 641307c compositor-drm: deliver frame seq for feedback by Pekka Paalanen · 11 years ago
  68. 133e439 compositor: implement presentation_feedback by Pekka Paalanen · 11 years ago
  69. b5eedad compositor: set and use the presentation clock everywhere by Pekka Paalanen · 11 years ago
  70. 31f7d78 compositor: add stub implementation of presentation interface by Pekka Paalanen · 11 years ago
  71. 03db71c compositor: Don't free an uninitialised pointer. by Ondřej Majerech · 11 years ago
  72. 4b1a0a1 cosmetic: update comments that refer to weston_surface_update_transform() by Derek Foreman · 11 years ago
  73. 00535ce compositor: fix memory corruption when removing an output by Giulio Camuffo · 11 years ago
  74. 03faed2 main: don't leak option strings by Ryo Munakata · 11 years ago
  75. d8deff6 compositor: extract choose_default_backend and create_listening_socket by Ryo Munakata · 11 years ago
  76. f83a0d4 Fix a copy-paste error in weston_surface_commit_state by Jason Ekstrand · 11 years ago
  77. de7e2b3 compositor: add an option to set the default numlock value by Giulio Camuffo · 11 years ago
  78. 23ade62 compositor: leave no zombie behind by Pekka Paalanen · 11 years ago
  79. 9c1ac7b compositor: add weston_client_start() by Pekka Paalanen · 11 years ago
  80. 66a41a0 compositor: fetch repeat info from weston.ini by Jonny Lamb · 11 years ago
  81. 0013a29 Use the named SINCE_VERSION defines for version checks by Jasper St. Pierre · 11 years ago
  82. e2f0f84 compositor: Use libwayland to find a good default display for us by Jasper St. Pierre · 11 years ago
  83. 661de3a compositor: ignore unmapped sub-surfaces for view_list by Pekka Paalanen · 11 years ago
  84. eb3cf22 compositor: quick fix for sub-surface mapping by Pekka Paalanen · 11 years ago
  85. 95ec0f9 compositor: add a masking mechanism to weston_layer by Giulio Camuffo · 11 years ago
  86. 412e6a5 compositor: keep track of the weston_layer a weston_view is in by Giulio Camuffo · 11 years ago
  87. 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
  88. 108865d Move weston_frame_callback above weston_surface_create by Jason Ekstrand · 11 years ago
  89. ef54008 Use pixman_region32_clear instead of our own empty_region by Jason Ekstrand · 11 years ago
  90. 8f9e87f compositor: update the surface size when there is a size change without a buffer attach by George Kiagiadakis · 11 years ago
  91. ba2a36d weston: Fix memleak issue in compositor.c by Srivardhan Hebbar · 11 years ago
  92. ed04d38 compositor: unmap subsurface views before destroying the subsurfaces by George Kiagiadakis · 11 years ago
  93. a55f139 compositor: raise errors when bad scale or transform values are used by Jonny Lamb · 11 years ago
  94. 588bee1 compositor: add --no-config command line option by Pekka Paalanen · 11 years ago
  95. 6c3b01f Apply the zoom transformation before the output transformation by Neil Roberts · 11 years ago
  96. eb5a200 Take into account the zoom when applying the output transform by Neil Roberts · 11 years ago
  97. 1e40a7e Simply the matrix calculation for zooming by Neil Roberts · 11 years ago
  98. d0cebc3 Use the correct width/height when transforming surfaces with viewports. by Jason Ekstrand · 11 years ago
  99. e931721 compositor: wl_viewport destination 1x1 min by Pekka Paalanen · 11 years ago
  100. 2c8b5f5 protocol: unify wl_viewport src and dst size rules by Pekka Paalanen · 11 years ago