1. 79af73e compositor-drm: Disable planes when zoomed or capturing by Kristian Høgsberg · 13 years ago
  2. 168ed72 evdev: kill a warning in evdev_led_update() by Pekka Paalanen · 13 years ago
  3. 4ddf1b2 android: add basic evdev input support by Pekka Paalanen · 13 years ago
  4. d858351 compositor-drm, evdev: don't crash on missing keyboard by Pekka Paalanen · 13 years ago
  5. 81a13a3 compositor-drm: log enter/leave VT by Pekka Paalanen · 13 years ago
  6. 42b3f6a compositor-drm: log input device hot-unplugs by Pekka Paalanen · 13 years ago
  7. d2e69c2 compositor-drm: fix leak in evdev_udev_handler() by Pekka Paalanen · 13 years ago
  8. bf639ab evdev: log input devices by Pekka Paalanen · 13 years ago
  9. 3315697 evdev: move udev code into compositor-drm.c by Pekka Paalanen · 13 years ago
  10. 88594b6 evdev: expose the generic evdev API by Pekka Paalanen · 13 years ago
  11. 3b00339 evdev: rename evdev_seat to drm_seat by Pekka Paalanen · 13 years ago
  12. 43f0a1e evdev: pass weston_seat to evdev_input_device_create() by Pekka Paalanen · 13 years ago
  13. 3bfb201 evdev: make evdev_notify_keyboard_focus() independent of evdev_seat by Pekka Paalanen · 13 years ago
  14. 5720e92 evdev: make evdev_led_update independent from struct evdev_seat by Pekka Paalanen · 13 years ago
  15. 5618d6f evdev: change evdev_seat into weston_seat in struct evdev_input_device by Pekka Paalanen · 13 years ago
  16. cfa1f67 evdev: merge evdev-private.h into evdev.h by Pekka Paalanen · 13 years ago
  17. 5a6383b evdev: move device opening out from evdev_input_device_create by Pekka Paalanen · 13 years ago
  18. a123e5c evdev: rename device_removed() to evdev_input_device_destroy() by Pekka Paalanen · 13 years ago
  19. c4f3338 spring: Avoid looping if time appears to be going backwards by Rob Bradford · 13 years ago
  20. 5626d34 compositor-drm: Split cursor handling into prepare and set by Kristian Høgsberg · 13 years ago
  21. 65a11e1 compositor: Accumulate damage per plane by Kristian Høgsberg · 13 years ago
  22. 0fb7975 compositor: Use uint32_t for the msecs value consistently by Rob Bradford · 13 years ago
  23. d9a8e16 compositor: remove OpenWFD backend by Pekka Paalanen · 13 years ago
  24. 649e1ce compositor: Don't allow setting a NULL cursor without pointer focus by Kristian Høgsberg · 13 years ago
  25. 2e96d3c compositor: Check serial number ordering without overflowing by Kristian Høgsberg · 13 years ago
  26. c50645c Properly free drm configured mode variables. by Scott Moreau · 13 years ago
  27. bbe9839 shell: Make it possible to move and raise unresponsive surfaces by Kristian Høgsberg · 13 years ago
  28. 9e31bff shell: Move surface move code back to just after the move grab functions by Kristian Høgsberg · 13 years ago
  29. 64eca89 compositor: Fold the log prototypes into compositor.h and drop log.h by Kristian Høgsberg · 13 years ago
  30. 8f37e0b Add raw modeline support. by Scott Moreau · 13 years ago
  31. 5646425 compositor: rework touch focus by Pekka Paalanen · 13 years ago
  32. 2fc7cce evdev: query position ranges for MT, too by Pekka Paalanen · 13 years ago
  33. 27979b0 weston-launcher: use CLOEXEC on fallback path by Pekka Paalanen · 13 years ago
  34. 8ff6915 compositor-drm: Handle incomplete [output] sections without crashing by Kristian Høgsberg · 13 years ago
  35. e377822 shell: Give keyboard focus to top surface when current keyboard focus goes away by Kristian Høgsberg · 13 years ago
  36. 2f5faff shell: Always track focus state per workspace by Kristian Høgsberg · 13 years ago
  37. 3df6384 compositor: Set WAYLAND_DISPLAY if we're given a --socket argument by Kristian Høgsberg · 13 years ago
  38. 7b884bc compositor: Use a minimal restore handler for crash clean up by Kristian Høgsberg · 13 years ago
  39. c94de64 shell: Remove unused shsurf->focus_state by Kristian Høgsberg · 13 years ago
  40. b8e0d0f shell: Use the right destroy listener in focus_state_surface_destroy() by Kristian Høgsberg · 13 years ago
  41. 8ab5d45 Allow output configuration from config file. by Scott Moreau · 13 years ago
  42. acb805a compositor-drm: Handle unconnected connectors better by Wang Quanxian · 13 years ago
  43. 572c2ff compositor: Add --help option by Kristian Høgsberg · 13 years ago
  44. 3361639 compositor: do clean-up on init failure by Pekka Paalanen · 13 years ago
  45. 148ef01 compositor-drm: Don't leak output->name by Kristian Høgsberg · 13 years ago
  46. 9ca3846 compositor-drm: Look through all crtc/encoder combinations by Kristian Høgsberg · 13 years ago
  47. 2f9ed71 compositor-drm: Assign unique output names like xrandr does by Kristian Høgsberg · 13 years ago
  48. 1acd9f8 compositor: Load modules with RTLD_NOW so we get missing symbols up front by Kristian Høgsberg · 13 years ago
  49. 72b0f8f Update src/weston-egl-ext.h by Kristian Høgsberg · 13 years ago
  50. 9d01a3e evdev: Release weston_seat with underlying evdev device by Daniel Stone · 13 years ago
  51. 816c98e Fix memory leak on compositor exit by Daniel Stone · 13 years ago
  52. 53b6b04 evdev: Don't ignore multitouch touchscreens by Daniel Stone · 13 years ago
  53. 0e69647 Handle new transform argument in wl_output.geometry event by Kristian Høgsberg · 13 years ago
  54. c4063f3 xwm: Make override-redirect windows opaque by Kristian Høgsberg · 13 years ago
  55. ce1baa8 xwm: use last focused window for guessing transient parent by Tiago Vignatti · 13 years ago
  56. e66fcee xwm: Fix transient positioning by Tiago Vignatti · 13 years ago
  57. 2ea74d9 xwm: Initialize window decoration always as !override by Tiago Vignatti · 13 years ago
  58. f25602b Extract the text_model_manager interface from input_method by Philipp Brüschweiler · 13 years ago
  59. f97f379 text-backend.c: Whitespace fixes by Kristian Høgsberg · 13 years ago
  60. 1746781 text-backend: minor fixes by Philipp Brüschweiler · 13 years ago
  61. 1e51fec compositor: Destroy pending surface callbacks when destroying surface by Kristian Høgsberg · 13 years ago
  62. 65191d1 shell: Remove unused pointer_end_grab by Tiago Vignatti · 13 years ago
  63. 9134b77 xwm: Don't try to change frame cursor when there's no decoration by Tiago Vignatti · 13 years ago
  64. a08b528 shell: Center fullscreen surface whenever new buffer is attached by Kristian Høgsberg · 13 years ago
  65. 905d7ce compositor: Update to use new tokens for EGL_WL_bind_wayland_display by Kristian Høgsberg · 13 years ago
  66. 7137506 Never install weston setuid by Kristian Høgsberg · 13 years ago
  67. 82a1d11 shell: Set shell_interface.shell at initialization by Kristian Høgsberg · 13 years ago
  68. 70a11b1 compositor-drm: Remove cursor debug message by Kristian Høgsberg · 13 years ago
  69. 1f5de35 compositor-drm: Only update hw cursor contents when it changes by Kristian Høgsberg · 13 years ago
  70. 24e4275 compositor-drm: Only call drmModeMoveCursor() if hw cursor position changed by Kristian Høgsberg · 13 years ago
  71. f1ea63f compositor: Don't record surface damage when we move or transform surfaces by Kristian Høgsberg · 13 years ago
  72. 94de680 shell: Default to maximize/fullscreen on current output by Kristian Høgsberg · 13 years ago
  73. 971cbc8 compositor: Free the right EGLImage by Kristian Høgsberg · 13 years ago
  74. 4901f6c compositor-drm: Allocate hw cursor like other planes by Kristian Høgsberg · 13 years ago
  75. a6edab3 compositor-drm: Combine drm_output_set_cursor and weston_output_set_cursor by Kristian Høgsberg · 13 years ago
  76. 6143f7d compositor-drm: Assign primary framebuffer in assign_planes callout by Kristian Høgsberg · 13 years ago
  77. 3b00bae compositor-drm: Support hardware scaling with drm planes by Kristian Høgsberg · 13 years ago
  78. 270a7cb compositor-drm: Follow gbm_bo_get_pitch rename to gbm_bo_get_stride by Kristian Høgsberg · 13 years ago
  79. 2763a2e compositor-drm: Use gbm_bo_import instead of gbm_bo_create_from_egl_surface by Kristian Høgsberg · 13 years ago
  80. c190323 xwm: set the root window pointer to left_ptr by Tiago Vignatti · 13 years ago
  81. 236b48d xwm: set appropriate cursors for the frame window by Tiago Vignatti · 13 years ago
  82. 90fada4 xwayland: add simple xcb-cursor hook based on libXcursor by Tiago Vignatti · 13 years ago
  83. e89cef3 xwayland: Look up 32 depth rgba render format as well by Kristian Høgsberg · 13 years ago
  84. e6d8d2f xwayland: Use the right length for iterating through the formats array by Kristian Høgsberg · 13 years ago
  85. eac9a46 shell: Don't ping the grab surface by Ander Conselvan de Oliveira · 13 years ago
  86. c7814d2 compositor: Don't send wl_surface.enter/leave if we didn't find a resource by Kristian Høgsberg · 13 years ago
  87. 240dfeb shell: Scale fullscreen surface without cropping them, center on output by Kristian Høgsberg · 13 years ago
  88. cd717b5 compositor: remove useless weston_compositor_repick call by Tiago Vignatti · 13 years ago
  89. 96ddcb2 clipboard: add seat destroy signal handler by Rafal Mielniczuk · 13 years ago
  90. 28f59b0 compositor: handle YUV buffers. by Gwenole Beauchesne · 13 years ago
  91. 76574d1 Update weston-egl-ext.h with EGL_WL_bind_wayland_display changes by Kristian Høgsberg · 13 years ago
  92. faf9185 compositor: add YUV shaders. by Gwenole Beauchesne · 13 years ago
  93. 6d03049 compositor: factor out RGB shader. by Gwenole Beauchesne · 13 years ago
  94. 023f855 compositor: prepare for multi-planar surfaces. by Gwenole Beauchesne · 13 years ago
  95. 4ab9468 shell: Use the correct the member name when iterating panel_list by Juan Zhao · 13 years ago
  96. e4d3a2b Only position fullscreen surface in surface->configure callback by Kristian Høgsberg · 13 years ago
  97. 1972141 xwayland: Don't leak fd while reading lock file in src/xwayland/launcher.c by Martin Olsson · 13 years ago
  98. 11434bb compositor-x11: Add error handling in x11_compositor_create() by Martin Olsson · 13 years ago
  99. c5db50f compositor-wayland: Add error handling in wayland_compositor_create() by Martin Olsson · 13 years ago
  100. c5da099 compositor-android: Add proper error handling in android_compositor_create() by Martin Olsson · 13 years ago