1. 1580be6 compositor-wayland: move output init into common, fix error path by Pekka Paalanen · 8 years ago
  2. 26ac2e1 libweston: weston_output_init(..., +name) by Pekka Paalanen · 8 years ago
  3. 4270414 libweston: move weston_output::mode_list init to core by Pekka Paalanen · 8 years ago
  4. ffa42ff compositor-wayland: use asprintf for output title by Pekka Paalanen · 8 years ago
  5. dbfd248 libweston: Allow compositor-wayland to use wl_surface_damage_buffer by Derek Foreman · 8 years ago
  6. fec723e compositor-wayland: Properly dealloc mmap data using munmap by Raúl Peñacoba · 8 years ago
  7. eaa7358 compositor-wayland: Call weston_compositor_exit when receiving an xdg toplevel close event by Sergi Granell · 8 years ago
  8. ed016bf compositor-wayland: Call set_window_geometry when using zxdg_shell_v6 by Sergi Granell · 8 years ago
  9. 7fecb43 compositor-wayland: Check the return value of wayland_output_create_common by Sergi Granell · 8 years ago
  10. 2dcbb8d compositor-wayland: Refactor struct wayland_output::name usage by Sergi Granell · 8 years ago
  11. b1f166d Allow backends to group repaint flushes by Daniel Stone · 8 years ago
  12. 23e1d6f libweston: Properly namespace backends entrypoint by Quentin Glidic · 9 years ago
  13. b08e1a5 compositor-wayland: Support building without EGL by Armin Krezović · 9 years ago
  14. 698f9bf compositor-wayland: Destroy cursor images earlier by Daniel Stone · 9 years ago
  15. 21fac60 compositor-wayland: Set frame callback for Pixman by Daniel Stone · 9 years ago
  16. 89c2f63 compositor-wayland: Fix a use after free by Dima Ryazanov · 9 years ago
  17. 3447619 compositor-wayland: Port to xdg-shell-v6 by Armin Krezović · 9 years ago
  18. 2e66252 compositor-wayland: Destroy shm buffers on output disable by Armin Krezović · 9 years ago
  19. 78895c5 compositor-wayland: Properly clean up on backend destroy by Armin Krezović · 9 years ago
  20. f054d35 compositor-wayland: Simplify fullscreen output surface handling by Armin Krezović · 9 years ago
  21. f16de17 compositor-wayland: Move vfunc setting from set_size to enable by Armin Krezović · 9 years ago
  22. 41700e3 gl-renderer: Add <platform_attribs> param to gl_renderer_display_create by Miguel A. Vico · 9 years ago
  23. c095cde gl-renderer: Rename gl_renderer::output_create to output_window_create by Miguel A. Vico · 9 years ago
  24. dddc670 gl-renderer: Rename gl_renderer_create to gl_renderer_display_create by Miguel A. Vico · 9 years ago
  25. 2045016 compositor-wayland: Convert fullscreen flag to bool by Armin Krezović · 9 years ago
  26. 2d321e3 compositor-wayland: Convert draw_initial_frame to boolean by Armin Krezović · 9 years ago
  27. 7f1c0b8 compositor-wayland: Convert sprawl flag to boolean by Armin Krezović · 9 years ago
  28. 7e71b87 compositor-wayland: Convert use-pixman flag to boolean by Armin Krezović · 9 years ago
  29. c950667 libweston: include weston-egl-ext.h in drm, x11 and wayland compositor by Vincent Abriou · 9 years ago
  30. 4008740 weston: Rename weston_output_init_pending() to weston_output_init() by Armin Krezović · 9 years ago
  31. 174448a weston: Port Wayland backend to new output handling API by Armin Krezović · 9 years ago
  32. d8b17bc share/cairo-util: Use wl_pointer_button_state enum directly by Quentin Glidic · 9 years ago
  33. 85571a3 compositor-wayland: Only destroy the egl_window when using GLES. by Emmanuel Gil Peyrot · 9 years ago
  34. 938dc52 compositor-wayland: Use non-cast functions to retrieve backend and output objects by Armin Krezović · 9 years ago
  35. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  36. b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago[Renamed from src/compositor-wayland.c]
  37. e51647f compositor-wayland: Correct output base make name by Yong Bakos · 9 years ago
  38. a256c5e libweston: remove unused backend_init() arguments by Pekka Paalanen · 9 years ago
  39. 3ff10da compositor-wayland: move configuration parsing to weston main.c by Benoit Gschwind · 9 years ago
  40. e091b45 compositor-wayland: add versionning to config structure by Benoit Gschwind · 9 years ago
  41. 5dfce19 compositor-wayland: rename misleading output arg of weston_wayland_output_config_init by Benoit Gschwind · 9 years ago
  42. 37c6a1f compositor-wayland: rename wayland_output_init_from_config by Benoit Gschwind · 9 years ago
  43. 676841d compositor-wayland: fix spacing and lines wraping by Benoit Gschwind · 9 years ago
  44. 639322a compositor-wayland: put configuration structure in separate header by Benoit Gschwind · 9 years ago
  45. cd63b3e compositor-wayland: split backend_init by Benoit Gschwind · 9 years ago
  46. 830b788 compositor-wayland: split wayland_output_create_for_config by Benoit Gschwind · 9 years ago
  47. 244ff79 compositor-wayland: move config parsing in create_cursor by Benoit Gschwind · 9 years ago
  48. 3a49b51 compositor-wayland: use new config struture to create backend by Benoit Gschwind · 9 years ago
  49. 079b626 compositor-wayland: fix memory leak of display_name by Benoit Gschwind · 9 years ago
  50. 37a6807 compositor-wayland: create a basic config structure to use in new init API by Benoit Gschwind · 9 years ago
  51. 90a6fc6 input: use doubles in the interfaces to notify of input events by Giulio Camuffo · 9 years ago
  52. b00c79b protocol: migrate to stable presentation-time.xml by Pekka Paalanen · 9 years ago
  53. 87743e9 Support axis source, axis discrete, frame and axis stop events by Peter Hutterer · 9 years ago
  54. 89b6a49 Add a weston_pointer_axis_event by Peter Hutterer · 9 years ago
  55. 748c695 compositor-wayland: Add touch support by Derek Foreman · 10 years ago
  56. cfce7d0 compositor-wayland: Properly release input resources when caps change by Derek Foreman · 10 years ago
  57. 496adb3 Use fullscreen-shell.xml from wayland-protocols by Jonas Ådahl · 10 years ago
  58. 4bcc54d compositor-wayland: Change focus to a bool instead of an int by Derek Foreman · 10 years ago
  59. 93daabb compositor: pass the backend config struct to the backends init function by Giulio Camuffo · 10 years ago
  60. 90eea27 compositor-wayland: Terminate weston_log error message by Chris Michael · 10 years ago
  61. c59f18e compositor-wayland: Expose zlinux_dmabuf by Emmanuel Gil Peyrot · 10 years ago
  62. 82d4925 backends: don't destroy renderer and output twice by Dawid Gajownik · 10 years ago
  63. 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
  64. 8ae2db5 input: Pass the appropriate pointer type to bindings instead of a seat by Derek Foreman · 10 years ago
  65. f53beb8 compositor-wayland: Use the correct list pointer when freeing shm buffers by Derek Foreman · 10 years ago
  66. 459137b compositor: add API to manage compositor instances by Giulio Camuffo · 11 years ago
  67. 954f183 compositor: introduce struct weston_backend by Giulio Camuffo · 11 years ago
  68. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  69. 4678bab Remove redundant #include path component. by Jon Cruz · 10 years ago
  70. a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  71. b7e70af compositor-wayland: Code cleanup by Dima Ryazanov · 10 years ago
  72. 01d5c02 compositor-wayland: Handle window close events more gracefully by Dima Ryazanov · 10 years ago
  73. e76f185 gl-renderer: Take a list of acceptable formats in create functions by Derek Foreman · 10 years ago
  74. b114715 compositor: send the output_created signal after inserting it in the list by Giulio Camuffo · 10 years ago
  75. 04f8a9b compositor-wayland: ignore frame callback's time by Pekka Paalanen · 10 years ago
  76. 74eed31 gl-renderer: call supports() automatically in create() by Jonny Lamb · 10 years ago
  77. ace6920 compositor-{drm, wayland, x11}: remove useless tests for ->supports by Jonny Lamb · 10 years ago
  78. a3e6a4a gl-renderer: move all EGL_PLATFORM_* defines here by Jonny Lamb · 10 years ago
  79. 62185f4 compositor-{drm, x11, wayland}: stop including EGL headers here by Jonny Lamb · 10 years ago
  80. 671148f gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces by Jonny Lamb · 10 years ago
  81. 70eba3f gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay by Jonny Lamb · 10 years ago
  82. 363aa7b compositor: set presentation.presented flags by Pekka Paalanen · 11 years ago
  83. 64a3df0 backends: refactor transform string parsing by Derek Foreman · 11 years ago
  84. b5eedad compositor: set and use the presentation clock everywhere by Pekka Paalanen · 11 years ago
  85. c9c7415 Don't protect xkb_*_unref from NULL by Ran Benita · 11 years ago
  86. 2e1968f Replace deprecated xkbcommon symbols with current names by Ran Benita · 11 years ago
  87. 497994a compositor-wayland: listen to repeat_info and save values to pass on by Jonny Lamb · 11 years ago
  88. 6ac60c1 compositor-wayland: Fix compiler warning by Thierry Reding · 11 years ago
  89. a1e887b comp-wayland: use safe foreach when destroying outputs by U. Artie Eoff · 11 years ago
  90. d8d4701 compositor-wayland: avoid possible NULL deref in handle_keymap by U. Artie Eoff · 11 years ago
  91. 67072d0 compositor-wayland: assign the correct mode by U. Artie Eoff · 11 years ago
  92. 8cbd8f3 compositor-wayland: free output before returning by U. Artie Eoff · 11 years ago
  93. bfd74f4 Check zalloc return for out of memory situation by Bryce W. Harrington · 11 years ago
  94. b7d9f2e compositor-wayland: Properly handle running inside a compositor that does not provide keymaps by Jason Ekstrand · 11 years ago
  95. e4ca8b0 compositor-wayland: Add a --sprawl option by Jason Ekstrand · 11 years ago
  96. 53ee0dc compositor-wayland: Add support for running on top of wl_fullscreen_shell by Jason Ekstrand · 11 years ago
  97. a093502 compositor: Use weston_log rather than perror for error messages by Bryce W. Harrington · 11 years ago
  98. 842a36a Check return value of wl_cursor functions by Hardening · 11 years ago
  99. 77c1a5b Add support for having different GBM formats for different outputs by Neil Roberts · 11 years ago
  100. ff75500 compositor-wayland: free 'theme' config option value by U. Artie Eoff · 11 years ago