1. 553d124 desktop-shell: Allow binding-modifier weston.ini option to be none by Bob Ham · 10 years ago
  2. 744e653 desktop-shell: Make zapping configurable by Bob Ham · 10 years ago
  3. 91880f1 compositor-{drm, fbdev, rpi}: Make VT switching configurable by Bob Ham · 10 years ago
  4. 5d43af3 clients: add simple-v4l-dmabuf client by Emmanuel Gil Peyrot · 10 years ago
  5. 8ef2957 clients: Fix a few issues in simple-dmabuf-intel by Emmanuel Gil Peyrot · 10 years ago
  6. 3b65b0b clients: rename simple-dmabuf into simple-dmabuf-intel by Emmanuel Gil Peyrot · 10 years ago
  7. bc35fda gl-renderer: Add support for a few YUV dmabuf formats by Emmanuel Gil Peyrot · 10 years ago
  8. b805350 gl-renderer: introduce a new struct dmabuf_image by Emmanuel Gil Peyrot · 10 years ago
  9. c9626a3 compositor: Document routines relating to idle behavior by Bryce Harrington · 10 years ago
  10. c2be857 compositor: Fix a couple comment typos by Bryce Harrington · 10 years ago
  11. f05d18f xwm: let the shells decide the position of X windows by Giulio Camuffo · 10 years ago
  12. c112e0c compositor-fbdev: Drop intermediate shadow buffer by Sjoerd Simons · 10 years ago
  13. ba9dca0 weston-info: display output scale by Jonny Lamb · 10 years ago
  14. 1c2201b ivi-shell: hmi-controller supports multi screens at random-mode. by Nobuhiko Tanibata · 10 years ago
  15. a7ffa68 ivi-shell: hmi-controller supports multi screens at fullscreen mode. by Nobuhiko Tanibata · 10 years ago
  16. d156d9c ivi-shell: hmi-controller supports multi screens at side-by-side mode. by Nobuhiko Tanibata · 10 years ago
  17. a8aa91c ivi-shell: hmi-controller supports multi screens at tiling mode. by Nobuhiko Tanibata · 10 years ago
  18. d789c66 hmi-controller: allocate application layers for multi-screen by Nobuhiko Tanibata · 10 years ago
  19. 2e65676 hmi-controller: allocate background surfaces for multi-screen by Nobuhiko Tanibata · 10 years ago
  20. 744b030 hmi-controller: allocate base layers for multi-screen by Nobuhiko Tanibata · 10 years ago
  21. 35711df ivi-shell: hmi-controller implements internal method to get screen. by Nobuhiko Tanibata · 10 years ago
  22. 1c2618e ivi-shell: multi screen support to calcuration of a mask of weston_surface. by Nobuhiko Tanibata · 10 years ago
  23. 29babdf ivi-shell: convert from screen to global coordinates by Nobuhiko Tanibata · 10 years ago
  24. b4cb25d ivi-shell: avoid update_prop() on invisible surfaces by Nobuhiko Tanibata · 10 years ago
  25. 0627b4a ivi-shell: activate weston surface with a seat when left click or touch. by Nobuhiko Tanibata · 10 years ago
  26. 748c695 compositor-wayland: Add touch support by Derek Foreman · 10 years ago
  27. 3cc004a input: Add notify_touch_cancel() by Derek Foreman · 10 years ago
  28. cfce7d0 compositor-wayland: Properly release input resources when caps change by Derek Foreman · 10 years ago
  29. 9690641 cairo-util: return theme location from frame_touch_down by Derek Foreman · 10 years ago
  30. 3375cca configure.ac: add explicit enable/disable for lcms by Jussi Kukkonen · 10 years ago
  31. 2ec5f2a cosmetic: Remove use of C++ style comments by Chris Michael · 10 years ago
  32. 9973967 compositor: Add doxygen for weston_surface_to_buffer_rect() by Derek Foreman · 10 years ago
  33. fb1e126 simple-damage: Add --use-damage-buffer flag by Derek Foreman · 10 years ago
  34. 152254b compositor: Add damage_buffer by Derek Foreman · 10 years ago
  35. c399692 linux-dmabuf: Move the attributes part of linux_dmabuf_buffer into its own struct by Emmanuel Gil Peyrot · 10 years ago
  36. 6207b6a compositor: Remove unused weston_surface_to_buffer function by Chris Michael · 10 years ago
  37. e2e15ac compositor: change rounding in weston_surface_to_buffer_rect() by Derek Foreman · 10 years ago
  38. 5ffbfff main: Remove unused function load_backend_new() by Chris Michael · 10 years ago
  39. 29b846e simple-damage: Offset drawing co-ordinates not buffer start by Derek Foreman · 10 years ago
  40. 1909c10 compositor, input: Don't use MIN() macro for new resource versions by Derek Foreman · 10 years ago
  41. 7eaed40 compositor-drm: fix hw cursor positioning by Pekka Paalanen · 10 years ago
  42. 747c386 ivi-shell: remove a code which expects only a screen in the system. by Nobuhiko Tanibata · 10 years ago
  43. fbfa8f2 ivi-shell: fix layout_layer.view_list is not initilized per a screen. by Nobuhiko Tanibata · 10 years ago
  44. 77b0ee1 ivi-shell: avoid inserting a ivi_layer to multiple screens. by Nobuhiko Tanibata · 10 years ago
  45. 3e710d1 ivi-shell: fix TODO which expects only one screen in the system. by Nobuhiko Tanibata · 10 years ago
  46. 7d967da configure: don't control egl version by Ucan, Emre (ADITG/SW1) · 10 years ago
  47. 062edf2 compositor: Fix comment of subsurface_commit_to_cache function by Chris Michael · 10 years ago
  48. 57e92ed compositor: ignore useless surface_damage by Derek Foreman · 10 years ago
  49. 35da52d configure.ac: Bump wayland-protocols dependency to 1.0 by Jonas Ådahl · 10 years ago
  50. be428b3 compositor-drm: Use view transform in cursor plane setup by Derek Foreman · 10 years ago
  51. cd9bb71 ivi-shell-user-interface: fix runtime error caused by missing header inclusion by Yong-iL Joh · 10 years ago
  52. 6172c38 compositor.h: Remove unused variable from weston_seat structure by Chris Michael · 10 years ago
  53. b50ed17 clients: Adjust grammar of comment for toysurface->prepare function pointer by Chris Michael · 10 years ago
  54. 51baeb2 compositor: Remove extra blank line by Chris Michael · 10 years ago
  55. f69bd1a clients: Fix a few minor typos in comments by Bryce Harrington · 10 years ago
  56. bc9a61c compositor: Move weston_matrix_transform_region to compositor.c and export it by Derek Foreman · 10 years ago
  57. 52c476a pixman-renderer: Use output->matrix for region transformations and enable output zoom by Jason Ekstrand · 10 years ago
  58. 9774679 gl-renderer: Make texture_used a bool instead of an int by Derek Foreman · 10 years ago
  59. 4c11fe7 gl-renderer: Use a bool for needs_full_upload by Derek Foreman · 10 years ago
  60. 060cf11 compositor: Change "touched" to bool by Derek Foreman · 10 years ago
  61. 118387e toytoolkit: Remove window_damage() by Derek Foreman · 10 years ago
  62. 0aba785 smoke: Don't post extra damage by Derek Foreman · 10 years ago
  63. 2cbf293 input: Keep per client pointer resources in their own structs by Jonas Ådahl · 10 years ago
  64. 8283c34 input: Don't send wl_pointer.motion if position didn't change by Jonas Ådahl · 10 years ago
  65. d251010 input: Make pointer grab motion callbacks take an event struct by Jonas Ådahl · 11 years ago
  66. 870fadc protocol: fix DTD warning in weston-desktop-shell by Pekka Paalanen · 10 years ago
  67. 379ee65 releasing.txt: Add step about checking wayland-protocols dependency by Jonas Ådahl · 10 years ago
  68. 5b0b770 Remove workspaces protocol by Jonas Ådahl · 10 years ago
  69. cf1efd2 Rename screenshooter protocol to weston_screenshooter by Jonas Ådahl · 10 years ago
  70. 6d6fb61 desktop-shell: Rename protocol weston_desktop_shell by Jonas Ådahl · 10 years ago
  71. 2a22933 Use xdg_shell protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  72. 08ab0bc Makefile.am: Make the external xml scanning rule version generic by Jonas Ådahl · 10 years ago
  73. b57f472 Use input method protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  74. 3bcba34 Use text input protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  75. 57e48f0 Use linux-dmabuf protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  76. 496adb3 Use fullscreen-shell.xml from wayland-protocols by Jonas Ådahl · 10 years ago
  77. 4bcc54d compositor-wayland: Change focus to a bool instead of an int by Derek Foreman · 10 years ago
  78. 1118952 desktop-shell: use weston_pointer_send_axis by Peter Hutterer · 10 years ago
  79. 64d78bb shared: work around EGL header idiosyncrasy by Ahmet Acar · 10 years ago
  80. 4a7ce1f compositor-drm: pass NULL to mmap() instead of 0 as the address by Chris Michael · 10 years ago
  81. 6d55637 compositor-drm: fall back to EGL visual_id 0 if no others work by Derek Foreman · 10 years ago
  82. 0336ca0 input: Pass axis events through pointer grab interfaces by Jonas Ådahl · 11 years ago
  83. 22faea1 desktop-shell: Add surface_keyboard_focus_lost helper by Jonas Ådahl · 11 years ago
  84. 2071f1f Provide damage region for screen recording on Raspberry Pi by Shinya Saito · 10 years ago
  85. 0c0e51e ivi-shell: rename ivi_controller_interface by Ucan, Emre \(ADITG/SW1\) · 10 years ago
  86. 32c3211 compositor: Disallow negative geometries in backend output configs by Bryce Harrington · 10 years ago
  87. cd0f1ac desktop-shell: Make activate_binding take a view instead of surface by Jonas Ådahl · 10 years ago
  88. 43008c7 main: stub the functions to load the backends with the new config system by Giulio Camuffo · 10 years ago
  89. 93daabb compositor: pass the backend config struct to the backends init function by Giulio Camuffo · 10 years ago
  90. e3c0d8a compositor: introduce structs to handle backends configuration by Giulio Camuffo · 10 years ago
  91. ecf819b zunitc: made name of test fixture parameter explicit. by Jon Cruz · 10 years ago
  92. 2ffb0af zunitc: Clarify documentation on return behavior. by Jon Cruz · 10 years ago
  93. 46812b6 clients: don't discard motion if we have a grab by Derek Foreman · 10 years ago
  94. 5d13548 clients: try harder to discard motion after resize by Derek Foreman · 10 years ago
  95. fa41eec weston-launch: Remove unused event source by Derek Foreman · 10 years ago
  96. 1ab9ca7 clients: Correct drawing glitch in stacking demo by Ben Hummon · 10 years ago
  97. 32838c9 compositor/clients: Protect CLOCK_BOOTTIME with ifdefs by Derek Foreman · 10 years ago
  98. e292694 build: Add -lrt for programs that use clock_gettime() by Derek Foreman · 10 years ago
  99. 33598ff devices-test: Fix typo 'destroyes' in a comment by Bryce Harrington · 10 years ago
  100. 3a1580f clients: track seat_version per seat, not per display by Derek Foreman · 10 years ago