1. 13b85bd compositor: ref-count weston_surface instances by Giulio Camuffo · 12 years ago
  2. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  3. 3c17933 Use #define WL_HIDE_DEPRECATED to avoid deprecated warnings for wl_buffer by Kristian Høgsberg · 12 years ago
  4. 0ff7908 compositor: Check wl_resource_create() return value by Kristian Høgsberg · 12 years ago
  5. a2bb791 Reset touch focus in unmap by Michael Fu · 12 years ago
  6. 3c95e70 compositor: Move weston-launch socket lookup to drm backend by Kristian Høgsberg · 12 years ago
  7. 98c774f compositor: Move device coordinate transform helper to compositor.c by Kristian Høgsberg · 12 years ago
  8. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  9. 9dadfb5 compositor: Eliminate marshalling warning for leave events by Kristian Høgsberg · 12 years ago
  10. c077a84 Document RDP compositor options by Hardening · 12 years ago
  11. 27b1793 compositor: rebuild the global list if we've removed a surface from it by Rob Bradford · 12 years ago
  12. 3c36bf3 compositor: Remove a plane from the compositor list when releasing it by Ander Conselvan de Oliveira · 12 years ago
  13. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago
  14. 382ff46 build: Make libxkbcommon build-time optional in the compositor by Rob Bradford · 12 years ago
  15. 01a9273 input: Add support for making libxkbcommon optional by Matt Roper · 12 years ago
  16. c2d7042 compositor: Fix a couple of left-over wl_resource direct access by Kristian Høgsberg · 12 years ago
  17. f004607 compositor: Fix remaining double free()s by Kristian Høgsberg · 12 years ago
  18. 6c8d778 compositor: Remove double free()s in resource destructors by Kristian Høgsberg · 12 years ago
  19. 6bd6294 Add a weston_buffer structure to replace wl_buffer by Jason Ekstrand · 12 years ago
  20. 0bd587e subsurfaces: Use wl_resource_get accessors for subsurfaces by Jason Ekstrand · 12 years ago
  21. a0d2dde output: Use wl_resource_get accessors for weston_output resources by Jason Ekstrand · 12 years ago
  22. fbbbec8 callback: Change resource to a wl_resource pointer by Jason Ekstrand · 12 years ago
  23. 8895efc region: Change resource to a wl_resource pointer by Jason Ekstrand · 12 years ago
  24. 0f2ef7e Use wl_resource_get_user_data for weston_surface resources by Jason Ekstrand · 12 years ago
  25. fb2adba xwayland: Forward global position to X by Tiago Vignatti · 12 years ago
  26. 26ed73c Change weston_surface.resource to a wl_resource pointer. by Jason Ekstrand · 12 years ago
  27. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  28. 3b64d62 use _exit instead of exit if client fails to exec by U. Artie Eoff · 12 years ago
  29. 355748e shell: Use buffer_scale as output scale on fullscreen DRIVER by Alexander Larsson · 12 years ago
  30. e32c376 compositor: Store original output scale by Alexander Larsson · 12 years ago
  31. 0b13506 compositor: Store modes in physical units by Alexander Larsson · 12 years ago
  32. edddbd1 Convert all scales to int32_t by Alexander Larsson · 12 years ago
  33. 14e438c compositor: Parse config file in main(), only keep weston config object by Kristian Høgsberg · 12 years ago
  34. 6a04791 compositor: Use new config parser for keyboard options by Kristian Høgsberg · 12 years ago
  35. 7327471 Add new config parser by Kristian Høgsberg · 12 years ago
  36. e31e053 rpi: switch to rpi-renderer by Pekka Paalanen · 12 years ago
  37. 4fc5dd0 compositor: add capability CAPTURE_YFLIP by Pekka Paalanen · 12 years ago
  38. 7bb6510 compositor: add capability flag for arbitrary surface rotation by Pekka Paalanen · 12 years ago
  39. 4ea9552 compositor: Support output/buffer scaling by Alexander Larsson · 12 years ago
  40. 86c8ca0 compositor: forbid sub-surface nesting loops by Pekka Paalanen · 12 years ago
  41. 16abf6a protocol: set_desync should flush by Pekka Paalanen · 12 years ago
  42. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  43. ec08f33 move subsurface-server-protocol.h include out of compositor.h by U. Artie Eoff · 12 years ago
  44. 01388e2 shell: keyboard focus and restacking fixes for sub-surfaces by Pekka Paalanen · 12 years ago
  45. e67858b compositor: introduce sub-surfaces by Pekka Paalanen · 12 years ago
  46. 7b9195f compositor: Move gl-renderer vertex arrays into gl-renderer.c by Kristian Høgsberg · 12 years ago
  47. 6848c25 input: Move surface picking into the pointer grab focus callback by Kristian Høgsberg · 12 years ago
  48. fe7aa90 compositor: Adapt to wl_surface going away by Kristian Høgsberg · 12 years ago
  49. aad8099 data-device: Update drag icon position from configure and motion handlers by Kristian Høgsberg · 12 years ago
  50. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  51. 02bbabb input: Rename wl_pointer to weston_pointer by Kristian Høgsberg · 12 years ago
  52. a71e8b2 input: Rename weston_device_repick() to weston_seat_repick() by Kristian Høgsberg · 12 years ago
  53. b5e2610 move input code from compositor.c into input.c by Kristian Høgsberg · 12 years ago
  54. 29139d4 fold wl_keyboard into weston_keyboard by Kristian Høgsberg · 12 years ago
  55. 14da96b text: Add support for panels following the cursor by Jan Arne Petersen · 12 years ago
  56. afe690c Move the optional output name property from drm_output to weston_output by Richard Hughes · 12 years ago
  57. 59d5da7 Add a output_created_signal on weston_compositor by Richard Hughes · 12 years ago
  58. 64ddde1 Add a destroy_signal on weston_output by Richard Hughes · 12 years ago
  59. e5a1225 Make backends always specify output repaint time by Jonas Ådahl · 12 years ago
  60. 91ae483 compositor: Use wl_pointer_set_current to cleanup after surface destruction by Rob Bradford · 12 years ago
  61. e14560e compositor: add information about the fbdev backend to --help output by Philipp Brüschweiler · 12 years ago
  62. 57edf7f compositor: add WESTON_COMPOSITOR_OFFSCREEN state by Philipp Brüschweiler · 12 years ago
  63. 7fe01b1 sdk: be C++ friendly by Giulio Camuffo · 12 years ago
  64. 88817f8 compositor: Remove unused wl_pointer variable by Kristian Høgsberg · 12 years ago
  65. e5b42e4 Added handler for SIGABRT by Peter Maatman · 12 years ago
  66. 5006596 compositor-x11: Fix relative motion reporting for multiple outputs by Kristian Høgsberg · 12 years ago
  67. c088e2c compositor: Support notifying with absolute position too by Rob Bradford · 12 years ago
  68. 5085a75 shell: handle multiple popups by Giulio Camuffo · 12 years ago
  69. 4b409c3 compositor: remove unused field option_idle_time by Philipp Brüschweiler · 12 years ago
  70. 483243f compositor, shell: surface transform inheritance by Pekka Paalanen · 12 years ago
  71. c3ce738 compositor: introduce weston_surface_geometry_dirty() by Pekka Paalanen · 12 years ago
  72. f1f48cf compositor: remove redundant geometry dirtying by Pekka Paalanen · 12 years ago
  73. 14b2fe7 Eat scroll event if a key binding function is executed because of it. by Rune K. Svendsen · 12 years ago
  74. e1bd5a0 compositor: Don't rely on surface->clip to cull overlay obscured damage by Ander Conselvan de Oliveira · 12 years ago
  75. 8ad1982 compositor: Keep a z-ordered list of planes by Ander Conselvan de Oliveira · 12 years ago
  76. e7144fd compositor: Only send release event in response to wl_surface.attach by Kristian Høgsberg · 12 years ago
  77. 2034780 compositor: Fold weston_buffer_post_release into weston_buffer_reference by Kristian Høgsberg · 12 years ago
  78. 068b61c compositor: Change notify_motion to take relative motion events by Kristian Høgsberg · 12 years ago
  79. e2464fd compositor: Split pointer motion code into its own function by Kristian Høgsberg · 12 years ago
  80. 9bcaaeb compositor: Make sure surface->transform.inverse is a complete matrix by Kristian Høgsberg · 12 years ago
  81. c1e6c8a compositor: Make sure surface->transform.matrix,inverse are always valid by Kristian Høgsberg · 12 years ago
  82. 184df50 compositor: call configure on surfaces with a null buffer too by Giulio Camuffo · 12 years ago
  83. a457563 compositor: Rename lock and unlock signals to idle and wake by Ander Conselvan de Oliveira · 12 years ago
  84. 87524b6 compositor: Move state tracking complexity into shell by Ander Conselvan de Oliveira · 12 years ago
  85. 19d10ef compositor: Move fade animation out of core Weston into shell by Ander Conselvan de Oliveira · 12 years ago
  86. cbdebc2 compositor: Split util.c into binding.c and animation.c by Ander Conselvan de Oliveira · 12 years ago
  87. 142d546 compositor: Don't free config_file before we done using it by Kristian Høgsberg · 12 years ago
  88. cb4685b Pass argc and argv to modules by Kristian Høgsberg · 12 years ago
  89. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  90. db79057 compositor: set data_device keyboard focus in seat_get_keyboard by Rafal Mielniczuk · 12 years ago
  91. 2f07ef6 xkb: Don't call exit on failure in weston_compositor_xkb_init() by Kristian Høgsberg · 12 years ago
  92. af4f2aa Install header files and pkg-config file for external modules by Kristian Høgsberg · 12 years ago
  93. 554a0da compositor: Use libunwind if available for better backtraces by Marcin Slusarz · 12 years ago
  94. a75a789 text: fix weston key bindings with input methods by Jan Arne Petersen · 13 years ago
  95. 4c65da5 compositor: Init fade surface color properly by Ander Conselvan de Oliveira · 12 years ago
  96. 088c62e Use __func__ in log message instead of hard coded function name by Scott Moreau · 12 years ago
  97. 1224514 Add --version option by Scott Moreau · 13 years ago
  98. 1bbf372 matrix: track transform type by Vasily Khoruzhick · 13 years ago
  99. 23e72b8 pixman-renderer: Don't unreference NULL hw_buffer image by Ander Conselvan de Oliveira · 13 years ago
  100. efaca34 Document --use-pixman option by Kristian Høgsberg · 13 years ago