1. b502654 compositor: Implement JSON-timeline logging by Pekka Paalanen · 11 years ago
  2. 8274d90 compositor: add weston_surface_set_label_func() by Pekka Paalanen · 11 years ago
  3. de16d89 Use zalloc instead of calloc(1, ...) by Bryce Harrington · 11 years ago
  4. bff3472 Setting members to 0/NULL after a zalloc or calloc is redundant by Bryce Harrington · 11 years ago
  5. 3e3b59e compositor: Document options for headless compositor by Bryce Harrington · 11 years ago
  6. 4a84c83 compositor: Add idle timeout option to weston.ini by Frederic Plourde · 11 years ago
  7. 64a3df0 backends: refactor transform string parsing by Derek Foreman · 11 years ago
  8. f5ef88f compositor: do not overwrite error exit code by Pekka Paalanen · 11 years ago
  9. c336f06 compositor: Return a user-defined exit code by Frederic Plourde · 11 years ago
  10. 86b70e1 compositor: add missing newline to help text by Pekka Paalanen · 11 years ago
  11. 32297c9 compositor: List only available backends in help text by Bryce Harrington · 11 years ago
  12. 8eb95c4 compositor: Display option help text only for enabled backends by Bryce Harrington · 11 years ago
  13. b8b25bd compositor: Fix typos in help text by Bryce Harrington · 11 years ago
  14. f5b34ae compositor: Fix tabbing of help output by Bryce Harrington · 11 years ago
  15. 59fe423 compositor: (Whitespace-only) Indent with tabs by Bryce Harrington · 11 years ago
  16. dd4cd33 compositor: stop sending spurious events on mode switch by Derek Foreman · 11 years ago
  17. 41bdc27 compositor: check version before calling wl_output_send_scale() by Derek Foreman · 11 years ago
  18. 6ae7bc9 compositor: Refactor weston_output_mode_switch() by Derek Foreman · 11 years ago
  19. 61a9bf5 compositor: Fix weston_subsurface_is_synchronized() return value. by Carlos Olmedo Escobar · 11 years ago
  20. 280e7dd cosmetic: replace boolean function return values with bool by Derek Foreman · 11 years ago
  21. 50b6747 compositor: send error for surface role resets by Pekka Paalanen · 11 years ago
  22. 641307c compositor-drm: deliver frame seq for feedback by Pekka Paalanen · 11 years ago
  23. 133e439 compositor: implement presentation_feedback by Pekka Paalanen · 11 years ago
  24. b5eedad compositor: set and use the presentation clock everywhere by Pekka Paalanen · 11 years ago
  25. 31f7d78 compositor: add stub implementation of presentation interface by Pekka Paalanen · 11 years ago
  26. 03db71c compositor: Don't free an uninitialised pointer. by Ondřej Majerech · 11 years ago
  27. 4b1a0a1 cosmetic: update comments that refer to weston_surface_update_transform() by Derek Foreman · 11 years ago
  28. 00535ce compositor: fix memory corruption when removing an output by Giulio Camuffo · 11 years ago
  29. 03faed2 main: don't leak option strings by Ryo Munakata · 11 years ago
  30. d8deff6 compositor: extract choose_default_backend and create_listening_socket by Ryo Munakata · 11 years ago
  31. f83a0d4 Fix a copy-paste error in weston_surface_commit_state by Jason Ekstrand · 11 years ago
  32. de7e2b3 compositor: add an option to set the default numlock value by Giulio Camuffo · 11 years ago
  33. 23ade62 compositor: leave no zombie behind by Pekka Paalanen · 11 years ago
  34. 9c1ac7b compositor: add weston_client_start() by Pekka Paalanen · 11 years ago
  35. 66a41a0 compositor: fetch repeat info from weston.ini by Jonny Lamb · 11 years ago
  36. 0013a29 Use the named SINCE_VERSION defines for version checks by Jasper St. Pierre · 11 years ago
  37. e2f0f84 compositor: Use libwayland to find a good default display for us by Jasper St. Pierre · 11 years ago
  38. 661de3a compositor: ignore unmapped sub-surfaces for view_list by Pekka Paalanen · 11 years ago
  39. eb3cf22 compositor: quick fix for sub-surface mapping by Pekka Paalanen · 11 years ago
  40. 95ec0f9 compositor: add a masking mechanism to weston_layer by Giulio Camuffo · 11 years ago
  41. 412e6a5 compositor: keep track of the weston_layer a weston_view is in by Giulio Camuffo · 11 years ago
  42. 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
  43. 108865d Move weston_frame_callback above weston_surface_create by Jason Ekstrand · 11 years ago
  44. ef54008 Use pixman_region32_clear instead of our own empty_region by Jason Ekstrand · 11 years ago
  45. 8f9e87f compositor: update the surface size when there is a size change without a buffer attach by George Kiagiadakis · 11 years ago
  46. ba2a36d weston: Fix memleak issue in compositor.c by Srivardhan Hebbar · 11 years ago
  47. ed04d38 compositor: unmap subsurface views before destroying the subsurfaces by George Kiagiadakis · 11 years ago
  48. a55f139 compositor: raise errors when bad scale or transform values are used by Jonny Lamb · 11 years ago
  49. 588bee1 compositor: add --no-config command line option by Pekka Paalanen · 11 years ago
  50. 6c3b01f Apply the zoom transformation before the output transformation by Neil Roberts · 11 years ago
  51. eb5a200 Take into account the zoom when applying the output transform by Neil Roberts · 11 years ago
  52. 1e40a7e Simply the matrix calculation for zooming by Neil Roberts · 11 years ago
  53. d0cebc3 Use the correct width/height when transforming surfaces with viewports. by Jason Ekstrand · 11 years ago
  54. e931721 compositor: wl_viewport destination 1x1 min by Pekka Paalanen · 11 years ago
  55. 2c8b5f5 protocol: unify wl_viewport src and dst size rules by Pekka Paalanen · 11 years ago
  56. f03a04a compositor: Add create_surface_signal by Kristian Høgsberg · 11 years ago
  57. f34cd2c compositor-rdp: Add an option to disable client initiated resizes by Hardening · 11 years ago
  58. 923bfe6 Add support for running with a primary client by Jason Ekstrand · 11 years ago
  59. cf40a13 Automatically select the wayland backend if WAYLAND_SOCKET is set by Jason Ekstrand · 11 years ago
  60. e4ca8b0 compositor-wayland: Add a --sprawl option by Jason Ekstrand · 11 years ago
  61. c6ab3d5 compositor: let the shells create the screenshooter by Giulio Camuffo · 12 years ago
  62. e058cd1 compositor: export weston_buffer_from_resource() by Giulio Camuffo · 12 years ago
  63. fb24eaa Make RDP backend supports arbitrary modes by Hardening · 11 years ago
  64. 0b4c535 protocol,compositor: split wl_viewport setters by Pekka Paalanen · 11 years ago
  65. f0cad48 compositor: replace weston_buffer_viewport::viewport_set by Pekka Paalanen · 11 years ago
  66. 952b6c8 compositor: reorganize struct weston_buffer_viewport by Pekka Paalanen · 11 years ago
  67. 7ed251c compositor: use surface_set_size() in one more case by Pekka Paalanen · 11 years ago
  68. 3c9b802 compositor: refactor code into weston_surface_reset_pending_buffer() by Pekka Paalanen · 11 years ago
  69. 260ba38 compositor: buffer can be non-NULL only if newly_attached by Pekka Paalanen · 11 years ago
  70. bb2f3f2 compositor: refactor more into weston_surface_attach by Pekka Paalanen · 11 years ago
  71. b2c8636 weston: Send done event with version 2 of wl_output by Quanxian Wang · 11 years ago
  72. e11ef64 compositor: Drop core ping_handler callout by Kristian Høgsberg · 11 years ago
  73. c94d622 compositor: Move view repositioning logic into shell by Ander Conselvan de Oliveira · 12 years ago
  74. a8a9baf compositor: Remove weston_output::move_signal by Ander Conselvan de Oliveira · 12 years ago
  75. f84327a input: Remove exported function weston_pointer_verify() by Ander Conselvan de Oliveira · 12 years ago
  76. 32b793c compositor: Clarify XDG_RUNTIME_DIR misconfiguration message by Guillem Jover · 12 years ago
  77. 2e2384a compositor: free memory from str config sections after done using it by U. Artie Eoff · 12 years ago
  78. 81038fb Only update the surface size if a new buffer is attached by Jason Ekstrand · 12 years ago
  79. b0fb25d compositor: Init output listeners in weston_view if it's not on any output by Kristian Høgsberg · 12 years ago
  80. b0420ae protocol: rename wl_surface_scaler to wl_viewport by Pekka Paalanen · 12 years ago
  81. 1853676 compositor: Destroy renderer in weston_compositor_shutdown() by Ander Conselvan de Oliveira · 12 years ago
  82. 24dff2b compositor: Clean up view output move and destroy listeners by Ander Conselvan de Oliveira · 12 years ago
  83. df42a80 compositor: Initialize output listener links by Kristian Høgsberg · 12 years ago
  84. 7413076 compositor: transform surface coordinates if a surface scaler is used by Jonny Lamb · 12 years ago
  85. 8ae3590 compositor: add stub scaler resources by Jonny Lamb · 12 years ago
  86. 5c11a33 Add a weston_surface_set_size function by Jason Ekstrand · 12 years ago
  87. 3123693 desktop-shell: Invalidate saved position when output is destroyed by Zhang, Xiong Y · 12 years ago
  88. 54e90c7 compositor: Make pointers visible when an output is unplugged by Ander Conselvan de Oliveira · 12 years ago
  89. e1e2352 compositor: Don't repaint outputs being destroyed by Ander Conselvan de Oliveira · 12 years ago
  90. 010d0b1 compositor: Ensure views are visible if their output was unplugged by Zhang, Xiong Y · 12 years ago
  91. f301241 compositor: Move views when outputs are moved by Zhang, Xiong Y · 12 years ago
  92. a4b54c0 compositor: Move the logic of moving outputs into the core by Zhang, Xiong Y · 12 years ago
  93. f749fc3 compositor: Remove output from list in weston_output_destroy() by Ander Conselvan de Oliveira · 12 years ago
  94. 918f2dd Remove the weston_view.geometry.width/height fields by Jason Ekstrand · 12 years ago
  95. 83ffd9d shell: Remove weston_view_restack() by Philip Withnall · 12 years ago
  96. e4f7b92 rpi: Support opaque regions by Tomeu Vizoso · 12 years ago
  97. da75ee1 compositor: merge surface size from buffer size funcs by Pekka Paalanen · 12 years ago
  98. 1fd9c0f compositor: gather buffer_transform and _scale into a struct by Pekka Paalanen · 12 years ago
  99. 40ee921 Do not set output->current_mode in compositor.c by Axel Davy · 12 years ago
  100. 0d37974 compositor: set weston_surface:resource to NULL when destroyed by Giulio Camuffo · 12 years ago