1. 0263955 gl-renderer: use weston_platform_destroy_egl_surface wrapper by Emil Velikov · 9 years ago
  2. 050e5d0 clients/window: use weston_platform_destroy_egl_surface wrapper by Emil Velikov · 9 years ago
  3. 0050536 clients/subsurfaces: use weston_platform_destroy_egl_surface wrapper by Emil Velikov · 9 years ago
  4. 903cb57 clients/simple-egl: use weston_platform_destroy_egl_surface wrapper by Emil Velikov · 9 years ago
  5. 915ee13 clients/nested-client: destroy the EGL surface during teardown by Emil Velikov · 9 years ago
  6. 3612be2 shared/platform.h: introduce weston_platform_destroy_egl_surface() by Emil Velikov · 9 years ago
  7. 43cea54 gl-renderer: add support for EGL_KHR_swap_buffers_with_damage by Emil Velikov · 9 years ago
  8. c77d30c simple-egl: add support for EGL_KHR_swap_buffers_with_damage by Emil Velikov · 9 years ago
  9. 46dc9b4 libweston: Move text_backend_* to weston.h by Quentin Glidic · 9 years ago
  10. c3b6372 Ignore the OSC code for desktop notifications by Dima Ryazanov · 9 years ago
  11. 08f09e2 libweston: remove unused function declaration of weston_compositor_top by Ryo Munakata · 9 years ago
  12. 08a35d3 xwayland: Fix X11 lock file size confusion by Daniel Stone · 9 years ago
  13. 97863d6 text-input: Clear out context->input pointer by Daniel Stone · 9 years ago
  14. e7fff21 xwayland: Fix crash when run with no input device by Tom Hochstein · 9 years ago
  15. 61beda6 xwayland: fix lock file parsing by Pekka Paalanen · 9 years ago
  16. 9b1f8ef Get rid of the window_create_menu function by Dima Ryazanov · 9 years ago
  17. c027153 terminal: Silence maybe-uninitialized warning by Quentin Glidic · 9 years ago
  18. df84dbe input: Update keyboard serial on press and release by Olivier Fourdan · 9 years ago
  19. e3bfee1 gl-renderer: Use EGL_KHR_no_config_context by Armin Krezović · 9 years ago
  20. c3ded66 clients: Fix weston-scaler source-only mode to use integer width and height by Derek Foreman · 9 years ago
  21. be8a6d3 xdg-shell: validate positioner object by Sjoerd Simons · 9 years ago
  22. 7da3823 ivi-shell: describe members of type wl_list by Ucan, Emre (ADITG/SW1) · 9 years ago
  23. 606f592 ivi-shell: clear unused struct members by Ucan, Emre (ADITG/SW1) · 9 years ago
  24. 967b6bc gl-renderer: Refactor gl_renderer_output_window_create() by Miguel A. Vico · 9 years ago
  25. 41700e3 gl-renderer: Add <platform_attribs> param to gl_renderer_display_create by Miguel A. Vico · 9 years ago
  26. 684c9f4 gl-renderer: Accept non-NULL empty <visual_id> arrays by Miguel A. Vico · 9 years ago
  27. 4057cd9 gl-renderer: Rename <attribs> param of gl_renderer to <config_attribs> by Miguel A. Vico · 9 years ago
  28. c095cde gl-renderer: Rename gl_renderer::output_create to output_window_create by Miguel A. Vico · 9 years ago
  29. dddc670 gl-renderer: Rename gl_renderer_create to gl_renderer_display_create by Miguel A. Vico · 9 years ago
  30. 9c526e0 gl-renderer: conditionally call query_buffer while gl_renderer_attach by Vincent Abriou · 9 years ago
  31. 7327d5a libweston: fix building issue when EGL support is not enabled by Vincent Abriou · 9 years ago
  32. 67fe3db xwayland: Move includes to avoid deprecation warnings by Daniel Stone · 9 years ago
  33. 5b01596 clients: Make XKB compose support conditional by Daniel Stone · 9 years ago
  34. 75b7197 Add configuration option for no input device. by Daniel Díaz · 9 years ago
  35. 2dae4d0 libweston-desktop: destroy wl_shell_surface after the wl_surface is destroyed by Giulio Camuffo · 9 years ago
  36. 2045016 compositor-wayland: Convert fullscreen flag to bool by Armin Krezović · 9 years ago
  37. c6a899d simple-im: Rename source file to be consistent with other client tools by Bryce Harrington · 9 years ago
  38. 4c66a90 simple-im: Use the appropriate enum names to xkb calls by Bryce Harrington · 9 years ago
  39. 8224171 simple-im: Use returns from main() consistently by Bryce Harrington · 9 years ago
  40. e57b6a1 window: Fix 'devlivery' misspelling by Bryce Harrington · 9 years ago
  41. 894b3ec clients: Add XKB compose key support by Bryce Harrington · 9 years ago
  42. 2d321e3 compositor-wayland: Convert draw_initial_frame to boolean by Armin Krezović · 9 years ago
  43. 7f1c0b8 compositor-wayland: Convert sprawl flag to boolean by Armin Krezović · 9 years ago
  44. 7e71b87 compositor-wayland: Convert use-pixman flag to boolean by Armin Krezović · 9 years ago
  45. 00a03d2 gl-renderer: add support of WL_SHM_FORMAT_NV12 by Vincent Abriou · 9 years ago
  46. fdeefe4 gl-renderer: add support of WL_SHM_FORMAT_YUV420 by Vincent Abriou · 9 years ago
  47. c950667 libweston: include weston-egl-ext.h in drm, x11 and wayland compositor by Vincent Abriou · 9 years ago
  48. a483cac compositor-rdp: Properly destroy the renderer and pixman image by Armin Krezović · 9 years ago
  49. 927267b libweston: Drop requirement of setting mm_width/mm_height in backends by Armin Krezović · 9 years ago
  50. 5fe00cb libweston: Remove weston_backend_output_config structure by Armin Krezović · 9 years ago
  51. 4008740 weston: Rename weston_output_init_pending() to weston_output_init() by Armin Krezović · 9 years ago
  52. 782f5df libweston: Merge weston_output_init() into weston_output_enable() by Armin Krezović · 9 years ago
  53. c3d2f96 weston: Port X11 backend to new output handling API by Armin Krezović · 9 years ago
  54. 174448a weston: Port Wayland backend to new output handling API by Armin Krezović · 9 years ago
  55. 8f1dca1 weston: Port RDP backend to new output handling API by Armin Krezović · 9 years ago
  56. 7fb1775 weston: Port headless backend to new output handling API by Armin Krezović · 9 years ago
  57. 6ba369d weston: Port fbdev backend to new output handling API by Armin Krezović · 9 years ago
  58. 0836813 weston: Port DRM backend to new output handling API by Armin Krezović · 9 years ago
  59. a3666d2 compositor: Implement output configuration using windowed_output_api by Armin Krezović · 9 years ago
  60. 4690c56 libweston: Add initial output API for windowed outputs configuration by Armin Krezović · 9 years ago
  61. a01ab6d libweston: Add more functionality for handling weston_output objects by Armin Krezović · 9 years ago
  62. aca3ffb gl-renderer: Add support for DRM_FORMAT_YUV444 buffers by Matthias Treydte · 9 years ago
  63. eaf5841 clients/stacking: Silence a compiler warning by Armin Krezović · 9 years ago
  64. 72f68c5 libweston-desktop: fix sending the configure event with wl_shell by Giulio Camuffo · 9 years ago
  65. 3123c81 configure: remove double equal test bashism by Murray Calavera · 9 years ago
  66. e338ced shared/platform: include weston-egl-ext.h only if ENABLE_EGL is defined by Krzysztof Konopko · 9 years ago
  67. 4e2fa0a libweston-desktop: Fix some clang warnings by Armin Krezović · 9 years ago
  68. 5d72bc4 string-helpers.h: Fix usage on musl libc by Kylie McClain · 9 years ago
  69. d8b17bc share/cairo-util: Use wl_pointer_button_state enum directly by Quentin Glidic · 9 years ago
  70. 9c36eb9 zunitc/junit-reporter: Silence pointer-sign warning by Quentin Glidic · 9 years ago
  71. 148c199 compositor: set the opaque region for some views with transform by Giulio Camuffo · 9 years ago
  72. 3578497 configure: Also update libweston version to match weston by Bryce Harrington · 9 years ago
  73. f314a0e configure.ac: bump version to 1.12.90 for open development by Bryce Harrington · 9 years ago
  74. a08dff5 configure.ac: bump to version 1.12.0 for the official release by Bryce Harrington · 9 years ago
  75. a56b053 libweston-desktop: Fix configure event for already well-sized surfaces by Quentin Glidic · 9 years ago
  76. 870f384 configure.ac: bump to version 1.11.94 for the RC2 release by Bryce Harrington · 9 years ago
  77. 0abf890 libweston-desktop/xdg_shell_v6: Raise errors on not-yet-possible requests by Quentin Glidic · 9 years ago
  78. 3d7e607 libweston-desktop/xdg_shell_v6: Add surface as needed by Quentin Glidic · 9 years ago
  79. e30b5fb Revert "terminal: Fix crash due to race condition in init" by Quentin Glidic · 9 years ago
  80. 6967f0e libweston-desktop/xdg_shell_v5: Add surface as needed by Quentin Glidic · 9 years ago
  81. 920cf04 desktop-shell: Add back the saved position and rotation for fullscreen/maximized by Quentin Glidic · 9 years ago
  82. 18a81ac desktop-shell: Unset fullscreen/maximized state on commit by Quentin Glidic · 9 years ago
  83. 6315607 configure.ac: bump to version 1.11.93 for the RC1 release by Bryce Harrington · 9 years ago
  84. 85571a3 compositor-wayland: Only destroy the egl_window when using GLES. by Emmanuel Gil Peyrot · 9 years ago
  85. 1714f01 libweston-desktop/xwayland: Do not over-destroy the view by Quentin Glidic · 9 years ago
  86. 5c611d9 terminal: Fix crash due to race condition in init by Bryce Harrington · 9 years ago
  87. c6ae812 clients: Use ARRAY_LENGTH macro in weston-simple-im by Bryce Harrington · 9 years ago
  88. b0e4abd configure.ac: (Re-)bump to version 1.11.92 for the beta release by Bryce Harrington · 9 years ago
  89. b3197f4 Revert "desktop-shell: Enable per-output fade animations" by Bryce Harrington · 9 years ago
  90. 08976ac Revert "compositor: Add internal support to track idle inhibition requests" by Bryce Harrington · 9 years ago
  91. 873a3f8 Revert "compositor: Add public interface support for client-requested idle inhibition" by Bryce Harrington · 9 years ago
  92. c700143 Revert "libweston: Add a signal to fire when the idle inhibitor is dropped" by Bryce Harrington · 9 years ago
  93. 0971933 Revert "libweston-desktop: Add listener and API to drop the idle inhibitor" by Bryce Harrington · 9 years ago
  94. 0795ece Revert "shell: Inhibit idle fade-out behavior" by Bryce Harrington · 9 years ago
  95. 6303d3b Revert "clients: Add screensaver inhibitor client demo" by Bryce Harrington · 9 years ago
  96. d2bea61 configure.ac: bump to version 1.11.92 for the beta release by Bryce Harrington · 9 years ago
  97. 3ced1a0 releasing: Fix incorrect direction about how many lines need tweaked by Bryce Harrington · 9 years ago
  98. dfea66e clients: Add screensaver inhibitor client demo by Bryce Harrington · 9 years ago
  99. 9be807c shell: Inhibit idle fade-out behavior by Bryce Harrington · 9 years ago
  100. e7069bc libweston-desktop: Add listener and API to drop the idle inhibitor by Bryce Harrington · 9 years ago