1. be6403e input: Get rid of grab focus concept by Kristian Høgsberg · 12 years ago
  2. e122b7b input: Remove 'current' and related fields from weston_pointer by Kristian Høgsberg · 12 years ago
  3. 054c50a data-device: Move all drag-related fields out of weston_seat by Kristian Høgsberg · 12 years ago
  4. 195b869 input: Move sprite fields into weston_pointer from weston_seat by Kristian Høgsberg · 12 years ago
  5. fe7aa90 compositor: Adapt to wl_surface going away by Kristian Høgsberg · 12 years ago
  6. a4036bb input: Allocate pointer/keyboard/touch structs by Kristian Høgsberg · 12 years ago
  7. 2bf8762 input: Eliminate weston_seat::has_pointer/keyboard/touch by Kristian Høgsberg · 12 years ago
  8. aad8099 data-device: Update drag icon position from configure and motion handlers by Kristian Høgsberg · 12 years ago
  9. 5f95557 data-device: Setup and release drag surface and beginning and end of drag by Kristian Høgsberg · 12 years ago
  10. 624d8f2 data-device: Don't emit a signal for drag icon changes by Kristian Høgsberg · 12 years ago
  11. 7848bb6 input: Move drag handling to data-device.c by Kristian Høgsberg · 12 years ago
  12. 8799d41 compositor: Move fan_debug to gl-renderer by Kristian Høgsberg · 12 years ago
  13. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  14. 4912454 input: Remove wl_seat destroy signal by Kristian Høgsberg · 12 years ago
  15. 4a2a274 input: Fold wl_seat init/release into weston_seat init/release by Kristian Høgsberg · 12 years ago
  16. e329f36 input: Rename wl_touch to weston_touch by Kristian Høgsberg · 12 years ago
  17. 02bbabb input: Rename wl_pointer to weston_pointer by Kristian Høgsberg · 12 years ago
  18. a71e8b2 input: Rename weston_device_repick() to weston_seat_repick() by Kristian Høgsberg · 12 years ago
  19. b5e2610 move input code from compositor.c into input.c by Kristian Høgsberg · 12 years ago
  20. 29139d4 fold wl_keyboard into weston_keyboard by Kristian Høgsberg · 12 years ago
  21. 2158a88 Import input structs and helper functions from wayland by Kristian Høgsberg · 12 years ago
  22. 14da96b text: Add support for panels following the cursor by Jan Arne Petersen · 12 years ago
  23. afe690c Move the optional output name property from drm_output to weston_output by Richard Hughes · 12 years ago
  24. e729996 Add a set_gamma vfunc on weston_output by Richard Hughes · 12 years ago
  25. 59d5da7 Add a output_created_signal on weston_compositor by Richard Hughes · 12 years ago
  26. 64ddde1 Add a destroy_signal on weston_output by Richard Hughes · 12 years ago
  27. 2b2092a Extract and parse the EDID when outputs are added by Richard Hughes · 12 years ago
  28. e5a1225 Make backends always specify output repaint time by Jonas Ådahl · 12 years ago
  29. 57edf7f compositor: add WESTON_COMPOSITOR_OFFSCREEN state by Philipp Brüschweiler · 12 years ago
  30. 7fe01b1 sdk: be C++ friendly by Giulio Camuffo · 12 years ago
  31. c088e2c compositor: Support notifying with absolute position too by Rob Bradford · 12 years ago
  32. 5085a75 shell: handle multiple popups by Giulio Camuffo · 12 years ago
  33. 4b409c3 compositor: remove unused field option_idle_time by Philipp Brüschweiler · 12 years ago
  34. 483243f compositor, shell: surface transform inheritance by Pekka Paalanen · 12 years ago
  35. c3ce738 compositor: introduce weston_surface_geometry_dirty() by Pekka Paalanen · 12 years ago
  36. 14b2fe7 Eat scroll event if a key binding function is executed because of it. by Rune K. Svendsen · 12 years ago
  37. e1bd5a0 compositor: Don't rely on surface->clip to cull overlay obscured damage by Ander Conselvan de Oliveira · 12 years ago
  38. 8ad1982 compositor: Keep a z-ordered list of planes by Ander Conselvan de Oliveira · 12 years ago
  39. 2034780 compositor: Fold weston_buffer_post_release into weston_buffer_reference by Kristian Høgsberg · 12 years ago
  40. 184df50 compositor: call configure on surfaces with a null buffer too by Giulio Camuffo · 12 years ago
  41. a457563 compositor: Rename lock and unlock signals to idle and wake by Ander Conselvan de Oliveira · 12 years ago
  42. 87524b6 compositor: Move state tracking complexity into shell by Ander Conselvan de Oliveira · 12 years ago
  43. 19d10ef compositor: Move fade animation out of core Weston into shell by Ander Conselvan de Oliveira · 12 years ago
  44. ee41605 animation: Make fade more controllable by Ander Conselvan de Oliveira · 12 years ago
  45. cb4685b Pass argc and argv to modules by Kristian Høgsberg · 12 years ago
  46. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  47. 2f07ef6 xkb: Don't call exit on failure in weston_compositor_xkb_init() by Kristian Høgsberg · 12 years ago
  48. af4f2aa Install header files and pkg-config file for external modules by Kristian Høgsberg · 12 years ago
  49. a75a789 text: fix weston key bindings with input methods by Jan Arne Petersen · 13 years ago
  50. b810eb5 xwm: Support _NET_WM_STATE_FULLSCREEN by Kristian Høgsberg · 12 years ago
  51. 52cfd61 renderer: introduce destroy callback by Vasily Khoruzhick · 13 years ago
  52. 409eebf compositor-drm: Support overlays with transformed buffers by Ander Conselvan de Oliveira · 13 years ago
  53. 81ee3f5 compositor: move texture_damage into renderer private by Pekka Paalanen · 13 years ago
  54. 68033ac compositor: move pitch into renderer private by Pekka Paalanen · 13 years ago
  55. ccfeae2 compositor: add early wl_buffer.release by Pekka Paalanen · 13 years ago
  56. de685b8 compositor: introduce weston_buffer_reference by Pekka Paalanen · 13 years ago
  57. 4a82249 Move matrix.[ch] to shared by Rob Bradford · 13 years ago
  58. 0396ba2 compositor: Fix rendering with shm transformed buffers by Ander Conselvan de Oliveira · 13 years ago
  59. 674fd1d text: Start input method from configuration by Jan Arne Petersen · 13 years ago
  60. 012b4c7 compositor: Implement buffer transformation by Ander Conselvan de Oliveira · 13 years ago
  61. b8fcca9 compositor: Move buffer damage fields from weston_output to gl-renderer by Ander Conselvan de Oliveira · 13 years ago
  62. 30d2b1f Move EGL and GL includes to a gles2-renderer header. by John Kåre Alsaker · 13 years ago
  63. 320711d Move weston_compositor GL and EGL state into gles2-renderer. by John Kåre Alsaker · 13 years ago
  64. 75cc571 Move weston_surface GL and EGL state into gles2-renderer. by John Kåre Alsaker · 13 years ago
  65. 4068414 Moved shader state into gles2-renderer. by John Kåre Alsaker · 13 years ago
  66. 878f449 compositor: Move surface color state to gles2-renderer. by John Kåre Alsaker · 13 years ago
  67. f9e710b screenshooter: Use the renderer function for reading out pixels by John Kåre Alsaker · 13 years ago
  68. a95b2d6 compositor: Add a renderer function to read out pixels by John Kåre Alsaker · 13 years ago
  69. 4415450 Move compositor-wayland border drawing into gles2-renderer. by John Kåre Alsaker · 13 years ago
  70. 1b7ad16 Move EGLConfig, EGLContext and EGLDisplay fields into gles2-renderer. by John Kåre Alsaker · 13 years ago
  71. 9465927 Move weston_output EGL state into gles2-renderer. by John Kåre Alsaker · 13 years ago
  72. bcdd579 gles2: update texture only if needed by Pekka Paalanen · 13 years ago
  73. 27508c2 gles2: Add a debug binding for highlighting shaded content by Ander Conselvan de Oliveira · 13 years ago
  74. c509d2b compositor: Add debug key bindings infrastructure by Ander Conselvan de Oliveira · 13 years ago
  75. 11f8d40 Add a headless backend by Ander Conselvan de Oliveira · 13 years ago
  76. 4bcf3a5 compositor: Fix culling of repaints behind opaque surfaces by Ander Conselvan de Oliveira · 13 years ago
  77. 8c31a4c Define our own container_of as well by Kristian Høgsberg · 13 years ago
  78. 5717b6d Stop relying on ARRAY_LENGTH being defined in wayland-util.h by Kristian Høgsberg · 13 years ago
  79. bc10638 compositor, clients: apply wl_surface.frame on commit by Pekka Paalanen · 13 years ago
  80. 0cbd3b5 compositor, clients: double-buffer input region by Pekka Paalanen · 13 years ago
  81. 512dde8 compositor, clients: double-buffer opaque region by Pekka Paalanen · 13 years ago
  82. 8e15918 compositor, clients: make damage double-buffered by Pekka Paalanen · 13 years ago
  83. 5df44de compositor: make wl_surface.attach double-buffered by Pekka Paalanen · 13 years ago
  84. 490d02a weston: Use float instead of GLfloat. by John Kåre Alsaker · 13 years ago
  85. 1d01b01 compositor: Add kill signal by Tiago Vignatti · 13 years ago
  86. b9af479 compositor: Make weston_surface_assign_output() static by Kristian Høgsberg · 13 years ago
  87. 8ea818f compositor: Generalize output previous damage into per buffer damage by Ander Conselvan de Oliveira · 13 years ago
  88. b13b9ff text: Have only one text_model_factory by Philipp Brüschweiler · 13 years ago
  89. 33a45f5 compositor: Drop unused wl_shm field by Kristian Høgsberg · 13 years ago
  90. b00a9d3 compositor: Make all non-backend modules use module_init() as entry point by Kristian Høgsberg · 13 years ago
  91. dd1b3f4 compositor: Remove unused 'fbo' field from weston_compositor by Kristian Høgsberg · 13 years ago
  92. 4226385 compositor: Destroy gles2 resource for weston_surface in gles2-renderer.c by Kristian Høgsberg · 13 years ago
  93. 3a0de88 compositor: Move unbind_display call into gles2-renderer.c by Kristian Høgsberg · 13 years ago
  94. fa1be02 compositor: Introduce a weston_renderer object by Kristian Høgsberg · 13 years ago
  95. b7b77e6 compositor: Move EGL/GLES2 parts of weston_surface_attach to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  96. b1fd2d6 compositor: Move update_shm_texture() to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  97. 25894fc compositor: Move gles2 initialization to gles2-renderer.h by Kristian Høgsberg · 13 years ago
  98. ecf6ede compositor: Move surface repaint code to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  99. d7c1726 compositor: Consolidate output repaint logic by Kristian Høgsberg · 13 years ago
  100. 4f9c07b xwayland: replace opaque_rect, fix an alpha problem by Pekka Paalanen · 13 years ago