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