1. c112e0c compositor-fbdev: Drop intermediate shadow buffer by Sjoerd Simons · 10 years ago
  2. 748c695 compositor-wayland: Add touch support by Derek Foreman · 10 years ago
  3. 3cc004a input: Add notify_touch_cancel() by Derek Foreman · 10 years ago
  4. cfce7d0 compositor-wayland: Properly release input resources when caps change by Derek Foreman · 10 years ago
  5. 2ec5f2a cosmetic: Remove use of C++ style comments by Chris Michael · 10 years ago
  6. 9973967 compositor: Add doxygen for weston_surface_to_buffer_rect() by Derek Foreman · 10 years ago
  7. 152254b compositor: Add damage_buffer by Derek Foreman · 10 years ago
  8. c399692 linux-dmabuf: Move the attributes part of linux_dmabuf_buffer into its own struct by Emmanuel Gil Peyrot · 10 years ago
  9. 6207b6a compositor: Remove unused weston_surface_to_buffer function by Chris Michael · 10 years ago
  10. e2e15ac compositor: change rounding in weston_surface_to_buffer_rect() by Derek Foreman · 10 years ago
  11. 5ffbfff main: Remove unused function load_backend_new() by Chris Michael · 10 years ago
  12. 1909c10 compositor, input: Don't use MIN() macro for new resource versions by Derek Foreman · 10 years ago
  13. 7eaed40 compositor-drm: fix hw cursor positioning by Pekka Paalanen · 10 years ago
  14. 062edf2 compositor: Fix comment of subsurface_commit_to_cache function by Chris Michael · 10 years ago
  15. 57e92ed compositor: ignore useless surface_damage by Derek Foreman · 10 years ago
  16. be428b3 compositor-drm: Use view transform in cursor plane setup by Derek Foreman · 10 years ago
  17. 6172c38 compositor.h: Remove unused variable from weston_seat structure by Chris Michael · 10 years ago
  18. 51baeb2 compositor: Remove extra blank line by Chris Michael · 10 years ago
  19. bc9a61c compositor: Move weston_matrix_transform_region to compositor.c and export it by Derek Foreman · 10 years ago
  20. 52c476a pixman-renderer: Use output->matrix for region transformations and enable output zoom by Jason Ekstrand · 10 years ago
  21. 9774679 gl-renderer: Make texture_used a bool instead of an int by Derek Foreman · 10 years ago
  22. 4c11fe7 gl-renderer: Use a bool for needs_full_upload by Derek Foreman · 10 years ago
  23. 060cf11 compositor: Change "touched" to bool by Derek Foreman · 10 years ago
  24. 2cbf293 input: Keep per client pointer resources in their own structs by Jonas Ådahl · 10 years ago
  25. 8283c34 input: Don't send wl_pointer.motion if position didn't change by Jonas Ådahl · 10 years ago
  26. d251010 input: Make pointer grab motion callbacks take an event struct by Jonas Ådahl · 11 years ago
  27. cf1efd2 Rename screenshooter protocol to weston_screenshooter by Jonas Ådahl · 10 years ago
  28. b57f472 Use input method protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  29. 3bcba34 Use text input protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  30. 57e48f0 Use linux-dmabuf protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  31. 496adb3 Use fullscreen-shell.xml from wayland-protocols by Jonas Ådahl · 10 years ago
  32. 4bcc54d compositor-wayland: Change focus to a bool instead of an int by Derek Foreman · 10 years ago
  33. 4a7ce1f compositor-drm: pass NULL to mmap() instead of 0 as the address by Chris Michael · 10 years ago
  34. 6d55637 compositor-drm: fall back to EGL visual_id 0 if no others work by Derek Foreman · 10 years ago
  35. 0336ca0 input: Pass axis events through pointer grab interfaces by Jonas Ådahl · 11 years ago
  36. 2071f1f Provide damage region for screen recording on Raspberry Pi by Shinya Saito · 10 years ago
  37. 32c3211 compositor: Disallow negative geometries in backend output configs by Bryce Harrington · 10 years ago
  38. 43008c7 main: stub the functions to load the backends with the new config system by Giulio Camuffo · 10 years ago
  39. 93daabb compositor: pass the backend config struct to the backends init function by Giulio Camuffo · 10 years ago
  40. e3c0d8a compositor: introduce structs to handle backends configuration by Giulio Camuffo · 10 years ago
  41. fa41eec weston-launch: Remove unused event source by Derek Foreman · 10 years ago
  42. 32838c9 compositor/clients: Protect CLOCK_BOOTTIME with ifdefs by Derek Foreman · 10 years ago
  43. 49da7ae libinput: remove unused #define by Giulio Camuffo · 10 years ago
  44. 8743047 compositor-drm: fix cursor size test in drm_assign_planes by Derek Foreman · 10 years ago
  45. 9054e4c screenshooter: correct output ordering of screencast recording when Y-flip is off by Tomohito Esaki · 10 years ago
  46. a6714fa input: Split get_udev_seat() into its own function by Derek Foreman · 10 years ago
  47. 61b4d3e compositor-x11: Fix Weston running on a secondary X screen by Marko · 10 years ago
  48. d669714 input: add new client to resource_list instead of focus_resource_list by Chokshi, Mitul · 10 years ago
  49. c5a011f zoom: remove temporary variables by Giulio Camuffo · 10 years ago
  50. 6850e7b zoom: Remove unneeded usage of wl_fixed_ts in favour of doubles by Giulio Camuffo · 10 years ago
  51. 3f607d3 weston-input: Reformat weston_log line to add missing space between words by Chris Michael · 10 years ago
  52. ed8dd4e animation: Fix potential leak of memory pointed to by move by Lucas Tanure · 10 years ago
  53. 3c241b1 main: fix destroying the compositor on error while starting by Giulio Camuffo · 10 years ago
  54. 2d24e64 compositor: don't crash if destroying a compositor without a backend by Giulio Camuffo · 10 years ago
  55. 7e17fec compositor-rdp: Add missing '\n' in weston_log usage by Chris Michael · 10 years ago
  56. c262b4a cms-colord: Add missing '\n' in weston_log usage by Chris Michael · 10 years ago
  57. 5169a57 screen-share: Add missing '\n' in weston_log usage by Chris Michael · 10 years ago
  58. 0b7da01 cosmetic: add missing line between variable declarations and code by Derek Foreman · 10 years ago
  59. 94fd9a5 compositor: remove systemd-notify.h by Egor Starkov · 10 years ago
  60. 90eea27 compositor-wayland: Terminate weston_log error message by Chris Michael · 10 years ago
  61. c59f18e compositor-wayland: Expose zlinux_dmabuf by Emmanuel Gil Peyrot · 10 years ago
  62. 7ce2e97 compositor: systemd notifications support by Egor Starkov · 10 years ago
  63. 89dcea9 text: Switch to weston_client_start instead of weston_client_launch by Derek Foreman · 10 years ago
  64. e821ce6 text: Don't track binding in struct text_backend by Derek Foreman · 10 years ago
  65. b4bacd2 text: Launch input method in text_backend_init by Derek Foreman · 10 years ago
  66. e7d868a launcher: fix typo by Derek Foreman · 10 years ago
  67. 56fe1c7 compositor: remove incorrect idle timer initialization by Egor Starkov · 10 years ago
  68. 44bbdd0 fbdev: Ensure strncpy results are null terminated. by Bryce Harrington · 10 years ago
  69. ae5df83 launcher-logind: Remove old VT switching code, move to SwitchTo/Activate by Jasper St. Pierre · 10 years ago
  70. 72dea06 launcher: Split out launcher implementations into three distinct ones by Jasper St. Pierre · 10 years ago
  71. 30bcf35 launcher: Rename logind-util to launcher-logind by Jasper St. Pierre · 10 years ago
  72. 9c7de16 compositor-drm: Ensure strings from EDID blobs are null terminated by Bryce Harrington · 10 years ago
  73. bfae30d vaapi-recorder: Fix allocator sizeof operand mismatch by Lucas Tanure · 10 years ago
  74. ca510d0 rpi: fix segfault at startup in rpi_flippipe_init() v2 by John Sadler · 10 years ago
  75. 6179338 compositor-fbdev: Remove bizarre division by sizeof by Derek Foreman · 10 years ago
  76. 3f32a13 Revert "compositor-drm: disable hardware cursors" by Pekka Paalanen · 10 years ago
  77. 7628789 rpi: prevent segfault on shut-down due to NULL backend by John Sadler · 10 years ago
  78. 960b5eb rpi: avoid segfault in rpir_view_compute_rects() when EGL client destroys buffer by John Sadler · 10 years ago
  79. ab81f15 build, compositor-drm: fix output name constants another way by Pekka Paalanen · 10 years ago
  80. 1a912a9 gl-renderer: gl_renderer_create display cleanup on error by Dawid Gajownik · 10 years ago
  81. 89c49b3 compositor-drm: rename outputs to follow kernel style by Pekka Paalanen · 10 years ago
  82. 3f89794 compositor-fbdev: fix VT switching crash by Pekka Paalanen · 10 years ago
  83. 2b25450 compositor-drm: cast surface to EGLNativeWindowType by Dawid Gajownik · 10 years ago
  84. a358207 Fix build breakage when using older gbm lacking dmabuf import by Bryce Harrington · 10 years ago
  85. bf8cc6f compositor-drm: dmabuf GBM import by Pekka Paalanen · 11 years ago
  86. e4d231e compositor-drm: init linux_dmabuf support by Pekka Paalanen · 11 years ago
  87. 5ffb440 compositor-x11: init linux_dmabuf support by Pekka Paalanen · 11 years ago
  88. a352580 gl-renderer: add dmabuf import by Pekka Paalanen · 11 years ago
  89. 534defd gl-renderer: introduce struct egl_image by Louis-Francis Ratté-Boulianne · 10 years ago
  90. 230f3b1 dmabuf: implement linux_dmabuf extension by Pekka Paalanen · 11 years ago
  91. f3c8336 weston-launch: On error putenv returns a non-zero value by Dawid Gajownik · 10 years ago
  92. 2f7d33d compositor: fix crash when destroying incompletely created output by Dawid Gajownik · 10 years ago
  93. 87c862a input: when destroying a seat, remove keyboard focus first by Derek Foreman · 10 years ago
  94. 74a635b Coding style fixes by Dawid Gajownik · 10 years ago
  95. 75ead05 rpi-renderer: use weston_output matrix instead of a private matrix by Derek Foreman · 10 years ago
  96. f9318d1 input: add a weston_pointer_clear_focus() helper function by Derek Foreman · 10 years ago
  97. 61ed7b6 input: pass the global touch coordinates to the touch grab by Giulio Camuffo · 10 years ago
  98. 7239d74 compositor: remove a call to weston_compositor_schedule_repaint by Ryo Munakata · 10 years ago
  99. e4d6c83 desktop-shell: Make resize and move functions take a pointer instead of a seat by Derek Foreman · 10 years ago
  100. 88249cd don't crash when the key file doesn't exist by David FORT · 10 years ago