1. 96d47c0 Add modifier-only binding by Daniel Stone · 12 years ago
  2. a662206 protocol: move sub-surfaces to Wayland by Pekka Paalanen · 12 years ago
  3. ba44c6b Add [core] backend option by Lubomir Rintel · 12 years ago
  4. cdb4d29 compositor: add a way to override the default pointer grab by Giulio Camuffo · 12 years ago
  5. a3a784a compositor: Schedule a repaint in weston_view_damage_below() by Kristian Høgsberg · 12 years ago
  6. 5ea0480 compositor-wayland: Add fullscreen support by Jason Ekstrand · 12 years ago
  7. 12c6dd9 compositor-wayland: Add a --scale option by Jason Ekstrand · 12 years ago
  8. 48ce421 compositor-wayland: Parse [output] config sections and more options by Jason Ekstrand · 12 years ago
  9. 33ff636 Move region transformation code to weston_transformed_region by Jason Ekstrand · 12 years ago
  10. b6a3cc7 Make weston_output_transform_coordinate more sane by Jason Ekstrand · 12 years ago
  11. 00b8428 Remove the concept of a border from weston_output. by Jason Ekstrand · 12 years ago
  12. ff2fd46 compositor-wayland: Add pixman/SHM fallback mode by Jason Ekstrand · 12 years ago
  13. 96dc9e4 rpi: Remove create_view and destroy_view implementations by Tomeu Vizoso · 12 years ago
  14. aa398ae compositor: Let renderers create and destroy surface state on their own by Ander Conselvan de Oliveira · 12 years ago
  15. aa2700d compositor: Remove two unused variables by Kristian Høgsberg · 12 years ago
  16. 9711653 compositor: set surface->plane from destroyed plane to NULL by Xiong Zhang · 12 years ago
  17. a7af704 Split the geometry information from weston_surface out into weston_view by Jason Ekstrand · 12 years ago
  18. 10ddd97 compositor: Remove redundant and not well-defined focus field by Kristian Høgsberg · 12 years ago
  19. 1edf44c compositor: finish frame if redraw fails by David Herrmann · 12 years ago
  20. 991810c compositor: Stop the repaint loop if the compositor went to sleep by Kristian Høgsberg · 12 years ago
  21. 97f2952 gl-renderer: Build as a loadable module by Ander Conselvan de Oliveira · 12 years ago
  22. a28c693 Add a touch binding to activate a surface by Neil Roberts · 12 years ago
  23. 8b62e20 Set new state before emitting wake signal in weston_compsitor_wake by Neil Roberts · 12 years ago
  24. 5f42930 config: Don't crash if we don't have a config file by Alexandru DAMIAN · 12 years ago
  25. 840a421 compositor: check if seteuid worked by Alexandru DAMIAN · 12 years ago
  26. 4df790e compositor: when unmapping a surface remove it from the compositor's list by Giulio Camuffo · 12 years ago
  27. eeefc9e compositor: Log the full path of the config file we're using by Kristian Høgsberg · 12 years ago
  28. 1abe048 config-parser: Make weston_config_parse() tkae a file name by Kristian Høgsberg · 12 years ago
  29. b12e356 compositor: Unlink unmapped surface instead of rebuilding surface list by Kristian Høgsberg · 12 years ago
  30. 57388e4 Notify clients on mode_switch() by Hardening · 12 years ago
  31. ff39efa Rename current, origin, scale, origin_scale by Hardening · 12 years ago
  32. 61741a2 compositor: Generalize VT switching as a session_signal by Kristian Høgsberg · 12 years ago
  33. bfbb8e5 gl_renderer: Use EGL_WAYLAND_Y_INVERTED_WL to query wl_buffer's orientation by Stanislav Vorobiov · 12 years ago
  34. a985da4 Add a --shell option to override the default desktop-shell by Jason Ekstrand · 12 years ago
  35. ab19f93 compositor: Only check buffer for NULL tried to allocate something by Kristian Høgsberg · 12 years ago
  36. 08b58c7 compositor: Handle OOM in weston_buffer_from_resource() by Kristian Høgsberg · 12 years ago
  37. 13b85bd compositor: ref-count weston_surface instances by Giulio Camuffo · 12 years ago
  38. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  39. 3c17933 Use #define WL_HIDE_DEPRECATED to avoid deprecated warnings for wl_buffer by Kristian Høgsberg · 12 years ago
  40. 0ff7908 compositor: Check wl_resource_create() return value by Kristian Høgsberg · 12 years ago
  41. a2bb791 Reset touch focus in unmap by Michael Fu · 12 years ago
  42. 3c95e70 compositor: Move weston-launch socket lookup to drm backend by Kristian Høgsberg · 12 years ago
  43. 98c774f compositor: Move device coordinate transform helper to compositor.c by Kristian Høgsberg · 12 years ago
  44. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  45. 9dadfb5 compositor: Eliminate marshalling warning for leave events by Kristian Høgsberg · 12 years ago
  46. c077a84 Document RDP compositor options by Hardening · 12 years ago
  47. 27b1793 compositor: rebuild the global list if we've removed a surface from it by Rob Bradford · 12 years ago
  48. 3c36bf3 compositor: Remove a plane from the compositor list when releasing it by Ander Conselvan de Oliveira · 12 years ago
  49. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago
  50. 382ff46 build: Make libxkbcommon build-time optional in the compositor by Rob Bradford · 12 years ago
  51. 01a9273 input: Add support for making libxkbcommon optional by Matt Roper · 12 years ago
  52. c2d7042 compositor: Fix a couple of left-over wl_resource direct access by Kristian Høgsberg · 12 years ago
  53. f004607 compositor: Fix remaining double free()s by Kristian Høgsberg · 12 years ago
  54. 6c8d778 compositor: Remove double free()s in resource destructors by Kristian Høgsberg · 12 years ago
  55. 6bd6294 Add a weston_buffer structure to replace wl_buffer by Jason Ekstrand · 12 years ago
  56. 0bd587e subsurfaces: Use wl_resource_get accessors for subsurfaces by Jason Ekstrand · 12 years ago
  57. a0d2dde output: Use wl_resource_get accessors for weston_output resources by Jason Ekstrand · 12 years ago
  58. fbbbec8 callback: Change resource to a wl_resource pointer by Jason Ekstrand · 12 years ago
  59. 8895efc region: Change resource to a wl_resource pointer by Jason Ekstrand · 12 years ago
  60. 0f2ef7e Use wl_resource_get_user_data for weston_surface resources by Jason Ekstrand · 12 years ago
  61. fb2adba xwayland: Forward global position to X by Tiago Vignatti · 12 years ago
  62. 26ed73c Change weston_surface.resource to a wl_resource pointer. by Jason Ekstrand · 12 years ago
  63. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  64. 3b64d62 use _exit instead of exit if client fails to exec by U. Artie Eoff · 12 years ago
  65. 355748e shell: Use buffer_scale as output scale on fullscreen DRIVER by Alexander Larsson · 12 years ago
  66. e32c376 compositor: Store original output scale by Alexander Larsson · 12 years ago
  67. 0b13506 compositor: Store modes in physical units by Alexander Larsson · 12 years ago
  68. edddbd1 Convert all scales to int32_t by Alexander Larsson · 12 years ago
  69. 14e438c compositor: Parse config file in main(), only keep weston config object by Kristian Høgsberg · 12 years ago
  70. 6a04791 compositor: Use new config parser for keyboard options by Kristian Høgsberg · 12 years ago
  71. 7327471 Add new config parser by Kristian Høgsberg · 12 years ago
  72. e31e053 rpi: switch to rpi-renderer by Pekka Paalanen · 12 years ago
  73. 4fc5dd0 compositor: add capability CAPTURE_YFLIP by Pekka Paalanen · 12 years ago
  74. 7bb6510 compositor: add capability flag for arbitrary surface rotation by Pekka Paalanen · 12 years ago
  75. 4ea9552 compositor: Support output/buffer scaling by Alexander Larsson · 12 years ago
  76. 86c8ca0 compositor: forbid sub-surface nesting loops by Pekka Paalanen · 12 years ago
  77. 16abf6a protocol: set_desync should flush by Pekka Paalanen · 12 years ago
  78. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  79. ec08f33 move subsurface-server-protocol.h include out of compositor.h by U. Artie Eoff · 12 years ago
  80. 01388e2 shell: keyboard focus and restacking fixes for sub-surfaces by Pekka Paalanen · 12 years ago
  81. e67858b compositor: introduce sub-surfaces by Pekka Paalanen · 12 years ago
  82. 7b9195f compositor: Move gl-renderer vertex arrays into gl-renderer.c by Kristian Høgsberg · 12 years ago
  83. 6848c25 input: Move surface picking into the pointer grab focus callback by Kristian Høgsberg · 12 years ago
  84. fe7aa90 compositor: Adapt to wl_surface going away by Kristian Høgsberg · 12 years ago
  85. aad8099 data-device: Update drag icon position from configure and motion handlers by Kristian Høgsberg · 12 years ago
  86. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  87. 02bbabb input: Rename wl_pointer to weston_pointer by Kristian Høgsberg · 12 years ago
  88. a71e8b2 input: Rename weston_device_repick() to weston_seat_repick() by Kristian Høgsberg · 12 years ago
  89. b5e2610 move input code from compositor.c into input.c by Kristian Høgsberg · 12 years ago
  90. 29139d4 fold wl_keyboard into weston_keyboard by Kristian Høgsberg · 12 years ago
  91. 14da96b text: Add support for panels following the cursor by Jan Arne Petersen · 12 years ago
  92. afe690c Move the optional output name property from drm_output to weston_output by Richard Hughes · 12 years ago
  93. 59d5da7 Add a output_created_signal on weston_compositor by Richard Hughes · 12 years ago
  94. 64ddde1 Add a destroy_signal on weston_output by Richard Hughes · 12 years ago
  95. e5a1225 Make backends always specify output repaint time by Jonas Ådahl · 12 years ago
  96. 91ae483 compositor: Use wl_pointer_set_current to cleanup after surface destruction by Rob Bradford · 12 years ago
  97. e14560e compositor: add information about the fbdev backend to --help output by Philipp Brüschweiler · 12 years ago
  98. 57edf7f compositor: add WESTON_COMPOSITOR_OFFSCREEN state by Philipp Brüschweiler · 12 years ago
  99. 7fe01b1 sdk: be C++ friendly by Giulio Camuffo · 12 years ago
  100. 88817f8 compositor: Remove unused wl_pointer variable by Kristian Høgsberg · 12 years ago