1. c647ed7 compositor: add surface-shooting API by Pekka Paalanen · 10 years ago
  2. 25c0ca5 compositor: turn weston_view boundingbox into masked by Pekka Paalanen · 10 years ago
  3. 8844bf2 compositor: turn weston_view::transform.opaque into masked by Pekka Paalanen · 10 years ago
  4. 2d6e551 compositor: add a doc note for weston_view::parent_view by Pekka Paalanen · 10 years ago
  5. 8291979 compositor: refactor to weston_output_schedule_repaint_reset() by Pekka Paalanen · 11 years ago
  6. 1879f21 headless: fix the output refresh rate by Pekka Paalanen · 11 years ago
  7. 51723d5 compositor: document weston_view_damage_below() by Pekka Paalanen · 10 years ago
  8. ad1218f weston-egl-ext: Define EGL tokens harder for old Mesa by Daniel Stone · 10 years ago
  9. b6ddf6c input: store the grab serial of the keyboard by Giulio Camuffo · 10 years ago
  10. d540f4b compositor-x11: Move the x11 window close to an idle handler by Derek Foreman · 11 years ago
  11. 3e4d4bd Fix "Back", "Forward", and other special mouse buttons in the X11 compositor. by Dima Ryazanov · 10 years ago
  12. 90d1ac8 libinput: Only forward first and last press and release for a key by Jonas Ådahl · 11 years ago
  13. e90b9e9 libinput: Only forward first and last press and release for a button by Jonas Ådahl · 11 years ago
  14. 6b4b241 xwm: support maximizing xwayland windows by Giulio Camuffo · 11 years ago
  15. aff7c33 screenshooter: remove useless cast by Derek Foreman · 11 years ago
  16. 3bebe64 Revert "compositor-x11: Move the x11 event handler to the display loop" by Bryce Harrington · 11 years ago
  17. 6deb09e compositor-x11: Move the x11 event handler to the display loop by Derek Foreman · 11 years ago
  18. 2e710e5 Fix mutex hang in colord on output removal by Olivier Fourdan · 11 years ago
  19. 4f4b47a build: install a login manager session entry by Lubomir Rintel · 11 years ago
  20. 1a873aa zoom: Check the value of level before using it. by Carlos Olmedo Escobar · 11 years ago
  21. bf0e031 compositor, drm: set per-surface Presentation feedback flags by Pekka Paalanen · 11 years ago
  22. 363aa7b compositor: set presentation.presented flags by Pekka Paalanen · 11 years ago
  23. 050c1ba compositor-drm: use drm_output in drm_output_*() func args by Pekka Paalanen · 11 years ago
  24. 5dbc79f logind: fix PropertiesChanged parser by David Herrmann · 11 years ago
  25. 2ecb84a logind: forward Active=true changes for non-DRM backends by David Herrmann · 11 years ago
  26. 541b604 launcher: use SIGRTMIN to not conflict with xwayland by David Herrmann · 11 years ago
  27. cd6e477 logind: use SIGRTMIN to not conflict with xwayland by David Herrmann · 11 years ago
  28. 5dddd41 libinput-device: use the discrete axis value for wheel events by Peter Hutterer · 11 years ago
  29. c54f23d libinput-device: use the new merged scroll events by Peter Hutterer · 11 years ago
  30. fd5ca51 input: Add comment explaining why pointer isn't freed when device is removed by Derek Foreman · 11 years ago
  31. 99bfa64 compositor-x11: Fix some shutdown crashes by Derek Foreman · 11 years ago
  32. f0aaa41 text: Don't crash if a seat has no keyboard by Derek Foreman · 11 years ago
  33. 943b46e input: swallow the key press event when running a compositor key binding by Giulio Camuffo · 11 years ago
  34. d09dbb3 text: Use bool for input_panel_visible by Derek Foreman · 11 years ago
  35. b1c32f6 text: Remove unused linked list from input_method_context by Derek Foreman · 11 years ago
  36. cb5fcea text: Fix coding style by Derek Foreman · 11 years ago
  37. 01e98b6 compositor: Propagate errors from module_init by Ondřej Majerech · 11 years ago
  38. 389a10d clipboard: set fd member of clipboard_source by Marek Chalupa · 11 years ago
  39. ab9285b screenshooter: fix various memory handling by Marek Chalupa · 11 years ago
  40. b502654 compositor: Implement JSON-timeline logging by Pekka Paalanen · 11 years ago
  41. 8274d90 compositor: add weston_surface_set_label_func() by Pekka Paalanen · 11 years ago
  42. 3894670 fbdev: Remove unnecessary semicolon by nerdopolis · 11 years ago
  43. a20ca81 input: send focus events to the focused client when running a key binding by Giulio Camuffo · 11 years ago
  44. d5e2187 rpi-renderer: don't pass a box to pixman_region32_contains_point() by Derek Foreman · 11 years ago
  45. de16d89 Use zalloc instead of calloc(1, ...) by Bryce Harrington · 11 years ago
  46. bff3472 Setting members to 0/NULL after a zalloc or calloc is redundant by Bryce Harrington · 11 years ago
  47. de44761 Use zalloc rather than malloc and manually setting members to 0 by Bryce Harrington · 11 years ago
  48. d621df2 input: Use slightly less obscure logic in evdev_notify_keyboard_focus() by Derek Foreman · 11 years ago
  49. 823ad33 compositor: Drop legacy backends in favor of libinput by Peter Hutterer · 11 years ago
  50. fde9490 input: don't run the key bindings on focus in by Giulio Camuffo · 11 years ago
  51. 3e3b59e compositor: Document options for headless compositor by Bryce Harrington · 11 years ago
  52. 4703d68 compositor-headless: add support for transforms set on command line by Derek Foreman · 11 years ago
  53. a04e913 compositor-headless: allow rendering with pixman by Derek Foreman · 11 years ago
  54. 4a84c83 compositor: Add idle timeout option to weston.ini by Frederic Plourde · 11 years ago
  55. f818098 gl-renderer: compress pixman bands to simplify geometry by Derek Foreman · 11 years ago
  56. 64a3df0 backends: refactor transform string parsing by Derek Foreman · 11 years ago
  57. 86b5396 Revert "input: don't send to clients key events eaten by bindings" by Pekka Paalanen · 11 years ago
  58. f5ef88f compositor: do not overwrite error exit code by Pekka Paalanen · 11 years ago
  59. c336f06 compositor: Return a user-defined exit code by Frederic Plourde · 11 years ago
  60. c557ff7 input: use tmp var in pointer_unmap_sprite by Pekka Paalanen · 11 years ago
  61. 5c11fc6 input: don't send to clients key events eaten by bindings by Giulio Camuffo · 11 years ago
  62. 86b70e1 compositor: add missing newline to help text by Pekka Paalanen · 11 years ago
  63. 32297c9 compositor: List only available backends in help text by Bryce Harrington · 11 years ago
  64. 8eb95c4 compositor: Display option help text only for enabled backends by Bryce Harrington · 11 years ago
  65. b8b25bd compositor: Fix typos in help text by Bryce Harrington · 11 years ago
  66. f5b34ae compositor: Fix tabbing of help output by Bryce Harrington · 11 years ago
  67. 59fe423 compositor: (Whitespace-only) Indent with tabs by Bryce Harrington · 11 years ago
  68. de77e32 input: fix access to invalid resource by Giulio Camuffo · 11 years ago
  69. 0fd6d4e compositor: make keep_buffer a bool by Derek Foreman · 11 years ago
  70. dd4cd33 compositor: stop sending spurious events on mode switch by Derek Foreman · 11 years ago
  71. 41bdc27 compositor: check version before calling wl_output_send_scale() by Derek Foreman · 11 years ago
  72. 24b98d0 input: allow to destroy bindings in their handler by Giulio Camuffo · 11 years ago
  73. 6ae7bc9 compositor: Refactor weston_output_mode_switch() by Derek Foreman · 11 years ago
  74. 61a9bf5 compositor: Fix weston_subsurface_is_synchronized() return value. by Carlos Olmedo Escobar · 11 years ago
  75. 3a510d8 data_device : change version while initializing data_device_manager interface and data_device interface by kabeer khan · 11 years ago
  76. 280e7dd cosmetic: replace boolean function return values with bool by Derek Foreman · 11 years ago
  77. 4c58266 gl-renderer: don't move memory in output_rotate_damage by Derek Foreman · 11 years ago
  78. 50b6747 compositor: send error for surface role resets by Pekka Paalanen · 11 years ago
  79. 641307c compositor-drm: deliver frame seq for feedback by Pekka Paalanen · 11 years ago
  80. 133e439 compositor: implement presentation_feedback by Pekka Paalanen · 11 years ago
  81. b5eedad compositor: set and use the presentation clock everywhere by Pekka Paalanen · 11 years ago
  82. 31f7d78 compositor: add stub implementation of presentation interface by Pekka Paalanen · 11 years ago
  83. d1be312 cosmetic: Move WL_EXPORT out of header files by Derek Foreman · 11 years ago
  84. 8f7d30a cosmetic: Remove prototype for nonexistent function by Derek Foreman · 11 years ago
  85. 22e16b6 compositor-x11: Rename the output make to "weston-X11" by Jason Ekstrand · 11 years ago
  86. eb4fd35 libinput: default to INFO log level by Pekka Paalanen · 11 years ago
  87. c996f1d libinput-device: Don't get initial key states by Jonas Ådahl · 11 years ago
  88. 3fbba49 libinput: normalize WL_CALIBRATION before passing it to libinput by Peter Hutterer · 11 years ago
  89. 03db71c compositor: Don't free an uninitialised pointer. by Ondřej Majerech · 11 years ago
  90. 4b1a0a1 cosmetic: update comments that refer to weston_surface_update_transform() by Derek Foreman · 11 years ago
  91. 16fe4dc input: Schedule pointer sprite repaint when cursor is set by Jonas Ådahl · 11 years ago
  92. 00535ce compositor: fix memory corruption when removing an output by Giulio Camuffo · 11 years ago
  93. 03faed2 main: don't leak option strings by Ryo Munakata · 11 years ago
  94. d8deff6 compositor: extract choose_default_backend and create_listening_socket by Ryo Munakata · 11 years ago
  95. 041a981 compositor: remove unused signal by Giulio Camuffo · 11 years ago
  96. f83a0d4 Fix a copy-paste error in weston_surface_commit_state by Jason Ekstrand · 11 years ago
  97. 974c094 fix asprintf warnings by Pekka Paalanen · 11 years ago
  98. 362656b touch-input: Don't dereference NULL pointer during full screen fade by Derek Foreman · 11 years ago
  99. 389d205 pixman-renderer: copy_to_hw_buffer: don't leak output_region by Ryo Munakata · 11 years ago
  100. 66951b7 pixman-renderer: fail to zoom more gracefully by Derek Foreman · 11 years ago