1. ef54008 Use pixman_region32_clear instead of our own empty_region by Jason Ekstrand · 11 years ago
  2. 8f9e87f compositor: update the surface size when there is a size change without a buffer attach by George Kiagiadakis · 11 years ago
  3. ba2a36d weston: Fix memleak issue in compositor.c by Srivardhan Hebbar · 11 years ago
  4. ed04d38 compositor: unmap subsurface views before destroying the subsurfaces by George Kiagiadakis · 11 years ago
  5. a55f139 compositor: raise errors when bad scale or transform values are used by Jonny Lamb · 11 years ago
  6. 588bee1 compositor: add --no-config command line option by Pekka Paalanen · 11 years ago
  7. 6c3b01f Apply the zoom transformation before the output transformation by Neil Roberts · 11 years ago
  8. eb5a200 Take into account the zoom when applying the output transform by Neil Roberts · 11 years ago
  9. 1e40a7e Simply the matrix calculation for zooming by Neil Roberts · 11 years ago
  10. d0cebc3 Use the correct width/height when transforming surfaces with viewports. by Jason Ekstrand · 11 years ago
  11. e931721 compositor: wl_viewport destination 1x1 min by Pekka Paalanen · 11 years ago
  12. 2c8b5f5 protocol: unify wl_viewport src and dst size rules by Pekka Paalanen · 11 years ago
  13. f03a04a compositor: Add create_surface_signal by Kristian Høgsberg · 11 years ago
  14. f34cd2c compositor-rdp: Add an option to disable client initiated resizes by Hardening · 11 years ago
  15. 923bfe6 Add support for running with a primary client by Jason Ekstrand · 11 years ago
  16. cf40a13 Automatically select the wayland backend if WAYLAND_SOCKET is set by Jason Ekstrand · 11 years ago
  17. e4ca8b0 compositor-wayland: Add a --sprawl option by Jason Ekstrand · 11 years ago
  18. c6ab3d5 compositor: let the shells create the screenshooter by Giulio Camuffo · 12 years ago
  19. e058cd1 compositor: export weston_buffer_from_resource() by Giulio Camuffo · 12 years ago
  20. fb24eaa Make RDP backend supports arbitrary modes by Hardening · 11 years ago
  21. 0b4c535 protocol,compositor: split wl_viewport setters by Pekka Paalanen · 11 years ago
  22. f0cad48 compositor: replace weston_buffer_viewport::viewport_set by Pekka Paalanen · 11 years ago
  23. 952b6c8 compositor: reorganize struct weston_buffer_viewport by Pekka Paalanen · 11 years ago
  24. 7ed251c compositor: use surface_set_size() in one more case by Pekka Paalanen · 11 years ago
  25. 3c9b802 compositor: refactor code into weston_surface_reset_pending_buffer() by Pekka Paalanen · 11 years ago
  26. 260ba38 compositor: buffer can be non-NULL only if newly_attached by Pekka Paalanen · 11 years ago
  27. bb2f3f2 compositor: refactor more into weston_surface_attach by Pekka Paalanen · 11 years ago
  28. b2c8636 weston: Send done event with version 2 of wl_output by Quanxian Wang · 11 years ago
  29. e11ef64 compositor: Drop core ping_handler callout by Kristian Høgsberg · 11 years ago
  30. c94d622 compositor: Move view repositioning logic into shell by Ander Conselvan de Oliveira · 12 years ago
  31. a8a9baf compositor: Remove weston_output::move_signal by Ander Conselvan de Oliveira · 12 years ago
  32. f84327a input: Remove exported function weston_pointer_verify() by Ander Conselvan de Oliveira · 12 years ago
  33. 32b793c compositor: Clarify XDG_RUNTIME_DIR misconfiguration message by Guillem Jover · 12 years ago
  34. 2e2384a compositor: free memory from str config sections after done using it by U. Artie Eoff · 12 years ago
  35. 81038fb Only update the surface size if a new buffer is attached by Jason Ekstrand · 12 years ago
  36. b0fb25d compositor: Init output listeners in weston_view if it's not on any output by Kristian Høgsberg · 12 years ago
  37. b0420ae protocol: rename wl_surface_scaler to wl_viewport by Pekka Paalanen · 12 years ago
  38. 1853676 compositor: Destroy renderer in weston_compositor_shutdown() by Ander Conselvan de Oliveira · 12 years ago
  39. 24dff2b compositor: Clean up view output move and destroy listeners by Ander Conselvan de Oliveira · 12 years ago
  40. df42a80 compositor: Initialize output listener links by Kristian Høgsberg · 12 years ago
  41. 7413076 compositor: transform surface coordinates if a surface scaler is used by Jonny Lamb · 12 years ago
  42. 8ae3590 compositor: add stub scaler resources by Jonny Lamb · 12 years ago
  43. 5c11a33 Add a weston_surface_set_size function by Jason Ekstrand · 12 years ago
  44. 3123693 desktop-shell: Invalidate saved position when output is destroyed by Zhang, Xiong Y · 12 years ago
  45. 54e90c7 compositor: Make pointers visible when an output is unplugged by Ander Conselvan de Oliveira · 12 years ago
  46. e1e2352 compositor: Don't repaint outputs being destroyed by Ander Conselvan de Oliveira · 12 years ago
  47. 010d0b1 compositor: Ensure views are visible if their output was unplugged by Zhang, Xiong Y · 12 years ago
  48. f301241 compositor: Move views when outputs are moved by Zhang, Xiong Y · 12 years ago
  49. a4b54c0 compositor: Move the logic of moving outputs into the core by Zhang, Xiong Y · 12 years ago
  50. f749fc3 compositor: Remove output from list in weston_output_destroy() by Ander Conselvan de Oliveira · 12 years ago
  51. 918f2dd Remove the weston_view.geometry.width/height fields by Jason Ekstrand · 12 years ago
  52. 83ffd9d shell: Remove weston_view_restack() by Philip Withnall · 12 years ago
  53. e4f7b92 rpi: Support opaque regions by Tomeu Vizoso · 12 years ago
  54. da75ee1 compositor: merge surface size from buffer size funcs by Pekka Paalanen · 12 years ago
  55. 1fd9c0f compositor: gather buffer_transform and _scale into a struct by Pekka Paalanen · 12 years ago
  56. 40ee921 Do not set output->current_mode in compositor.c by Axel Davy · 12 years ago
  57. 0d37974 compositor: set weston_surface:resource to NULL when destroyed by Giulio Camuffo · 12 years ago
  58. b188e91 compositor: fix sub-surface view stacking order by Pekka Paalanen · 12 years ago
  59. 96d47c0 Add modifier-only binding by Daniel Stone · 12 years ago
  60. a662206 protocol: move sub-surfaces to Wayland by Pekka Paalanen · 12 years ago
  61. ba44c6b Add [core] backend option by Lubomir Rintel · 12 years ago
  62. cdb4d29 compositor: add a way to override the default pointer grab by Giulio Camuffo · 12 years ago
  63. a3a784a compositor: Schedule a repaint in weston_view_damage_below() by Kristian Høgsberg · 12 years ago
  64. 5ea0480 compositor-wayland: Add fullscreen support by Jason Ekstrand · 12 years ago
  65. 12c6dd9 compositor-wayland: Add a --scale option by Jason Ekstrand · 12 years ago
  66. 48ce421 compositor-wayland: Parse [output] config sections and more options by Jason Ekstrand · 12 years ago
  67. 33ff636 Move region transformation code to weston_transformed_region by Jason Ekstrand · 12 years ago
  68. b6a3cc7 Make weston_output_transform_coordinate more sane by Jason Ekstrand · 12 years ago
  69. 00b8428 Remove the concept of a border from weston_output. by Jason Ekstrand · 12 years ago
  70. ff2fd46 compositor-wayland: Add pixman/SHM fallback mode by Jason Ekstrand · 12 years ago
  71. 96dc9e4 rpi: Remove create_view and destroy_view implementations by Tomeu Vizoso · 12 years ago
  72. aa398ae compositor: Let renderers create and destroy surface state on their own by Ander Conselvan de Oliveira · 12 years ago
  73. aa2700d compositor: Remove two unused variables by Kristian Høgsberg · 12 years ago
  74. 9711653 compositor: set surface->plane from destroyed plane to NULL by Xiong Zhang · 12 years ago
  75. a7af704 Split the geometry information from weston_surface out into weston_view by Jason Ekstrand · 12 years ago
  76. 10ddd97 compositor: Remove redundant and not well-defined focus field by Kristian Høgsberg · 12 years ago
  77. 1edf44c compositor: finish frame if redraw fails by David Herrmann · 12 years ago
  78. 991810c compositor: Stop the repaint loop if the compositor went to sleep by Kristian Høgsberg · 12 years ago
  79. 97f2952 gl-renderer: Build as a loadable module by Ander Conselvan de Oliveira · 12 years ago
  80. a28c693 Add a touch binding to activate a surface by Neil Roberts · 12 years ago
  81. 8b62e20 Set new state before emitting wake signal in weston_compsitor_wake by Neil Roberts · 12 years ago
  82. 5f42930 config: Don't crash if we don't have a config file by Alexandru DAMIAN · 12 years ago
  83. 840a421 compositor: check if seteuid worked by Alexandru DAMIAN · 12 years ago
  84. 4df790e compositor: when unmapping a surface remove it from the compositor's list by Giulio Camuffo · 12 years ago
  85. eeefc9e compositor: Log the full path of the config file we're using by Kristian Høgsberg · 12 years ago
  86. 1abe048 config-parser: Make weston_config_parse() tkae a file name by Kristian Høgsberg · 12 years ago
  87. b12e356 compositor: Unlink unmapped surface instead of rebuilding surface list by Kristian Høgsberg · 12 years ago
  88. 57388e4 Notify clients on mode_switch() by Hardening · 12 years ago
  89. ff39efa Rename current, origin, scale, origin_scale by Hardening · 12 years ago
  90. 61741a2 compositor: Generalize VT switching as a session_signal by Kristian Høgsberg · 12 years ago
  91. bfbb8e5 gl_renderer: Use EGL_WAYLAND_Y_INVERTED_WL to query wl_buffer's orientation by Stanislav Vorobiov · 12 years ago
  92. a985da4 Add a --shell option to override the default desktop-shell by Jason Ekstrand · 12 years ago
  93. ab19f93 compositor: Only check buffer for NULL tried to allocate something by Kristian Høgsberg · 12 years ago
  94. 08b58c7 compositor: Handle OOM in weston_buffer_from_resource() by Kristian Høgsberg · 12 years ago
  95. 13b85bd compositor: ref-count weston_surface instances by Giulio Camuffo · 12 years ago
  96. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  97. 3c17933 Use #define WL_HIDE_DEPRECATED to avoid deprecated warnings for wl_buffer by Kristian Høgsberg · 12 years ago
  98. 0ff7908 compositor: Check wl_resource_create() return value by Kristian Høgsberg · 12 years ago
  99. a2bb791 Reset touch focus in unmap by Michael Fu · 12 years ago
  100. 3c95e70 compositor: Move weston-launch socket lookup to drm backend by Kristian Høgsberg · 12 years ago