1. b1f166d Allow backends to group repaint flushes by Daniel Stone · 8 years ago
  2. 23e1d6f libweston: Properly namespace backends entrypoint by Quentin Glidic · 9 years ago
  3. f86e67d compositor-x11: Remove support for ancient XCB by Daniel Stone · 9 years ago
  4. e6dec90 compositor-x11: fix segfault when use_pixman is true by Ryo Munakata · 9 years ago
  5. 225bf9d compositor-x11: Move vfunc setting from set_size to enable by Armin Krezović · 9 years ago
  6. 41700e3 gl-renderer: Add <platform_attribs> param to gl_renderer_display_create by Miguel A. Vico · 9 years ago
  7. c095cde gl-renderer: Rename gl_renderer::output_create to output_window_create by Miguel A. Vico · 9 years ago
  8. dddc670 gl-renderer: Rename gl_renderer_create to gl_renderer_display_create by Miguel A. Vico · 9 years ago
  9. c950667 libweston: include weston-egl-ext.h in drm, x11 and wayland compositor by Vincent Abriou · 9 years ago
  10. 4008740 weston: Rename weston_output_init_pending() to weston_output_init() by Armin Krezović · 9 years ago
  11. c3d2f96 weston: Port X11 backend to new output handling API by Armin Krezović · 9 years ago
  12. 51c6f63 compositor-x11: remove redundant state arg of x11_backend_deliver_button_event by Benoit Gschwind · 9 years ago
  13. 4ddc4cc compositor-x11: add assert to avoid misuse of x11_backend_deliver_button_event by Benoit Gschwind · 9 years ago
  14. 295e9d0 compositor-x11: Use non-cast functions to retrieve backend and output objects by Armin Krezović · 9 years ago
  15. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  16. ad27693 compositor-x11: Flush xcb connection from x11_output_destroy() by Armin Krezović · 9 years ago
  17. 5c2f20e compositor-x11: fix title overflow in x11_backend_create_output by Benoit Gschwind · 9 years ago
  18. b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago[Renamed from src/compositor-x11.c]
  19. a256c5e libweston: remove unused backend_init() arguments by Pekka Paalanen · 9 years ago
  20. e16acab x11: port the x11 backend to the new init api by Benoit Gschwind · 9 years ago
  21. 157109b compositor-x11: stop using input_loop by Pekka Paalanen · 9 years ago
  22. 90a6fc6 input: use doubles in the interfaces to notify of input events by Giulio Camuffo · 9 years ago
  23. b00c79b protocol: migrate to stable presentation-time.xml by Pekka Paalanen · 9 years ago
  24. 345b4f5 compositor-x11: send pointer frame after axis event by Marek Chalupa · 9 years ago
  25. 87743e9 Support axis source, axis discrete, frame and axis stop events by Peter Hutterer · 9 years ago
  26. 89b6a49 Add a weston_pointer_axis_event by Peter Hutterer · 9 years ago
  27. d251010 input: Make pointer grab motion callbacks take an event struct by Jonas Ådahl · 11 years ago
  28. 93daabb compositor: pass the backend config struct to the backends init function by Giulio Camuffo · 10 years ago
  29. 61b4d3e compositor-x11: Fix Weston running on a secondary X screen by Marko · 10 years ago
  30. 5ffb440 compositor-x11: init linux_dmabuf support by Pekka Paalanen · 11 years ago
  31. 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
  32. 459137b compositor: add API to manage compositor instances by Giulio Camuffo · 11 years ago
  33. 954f183 compositor: introduce struct weston_backend by Giulio Camuffo · 11 years ago
  34. 665b025 compositor-x11: More verbose logging by Bryce Harrington · 10 years ago
  35. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  36. 4678bab Remove redundant #include path component. by Jon Cruz · 10 years ago
  37. a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  38. 883ac02 Whitespace corrections by Murray Calavera · 10 years ago
  39. e76f185 gl-renderer: Take a list of acceptable formats in create functions by Derek Foreman · 10 years ago
  40. b114715 compositor: send the output_created signal after inserting it in the list by Giulio Camuffo · 10 years ago
  41. 74eed31 gl-renderer: call supports() automatically in create() by Jonny Lamb · 10 years ago
  42. ace6920 compositor-{drm, wayland, x11}: remove useless tests for ->supports by Jonny Lamb · 10 years ago
  43. a3e6a4a gl-renderer: move all EGL_PLATFORM_* defines here by Jonny Lamb · 10 years ago
  44. 62185f4 compositor-{drm, x11, wayland}: stop including EGL headers here by Jonny Lamb · 10 years ago
  45. 671148f gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces by Jonny Lamb · 10 years ago
  46. 70eba3f gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay by Jonny Lamb · 10 years ago
  47. 662f384 compositor, backends: weston_compositor_read_presentation_clock by Pekka Paalanen · 10 years ago
  48. 76fb7ec shell,compositor-x11: Fix trivial memory leaks by Ryo Munakata · 10 years ago
  49. d540f4b compositor-x11: Move the x11 window close to an idle handler by Derek Foreman · 10 years ago
  50. 3e4d4bd Fix "Back", "Forward", and other special mouse buttons in the X11 compositor. by Dima Ryazanov · 10 years ago
  51. 3bebe64 Revert "compositor-x11: Move the x11 event handler to the display loop" by Bryce Harrington · 10 years ago
  52. 6deb09e compositor-x11: Move the x11 event handler to the display loop by Derek Foreman · 11 years ago
  53. 363aa7b compositor: set presentation.presented flags by Pekka Paalanen · 11 years ago
  54. 99bfa64 compositor-x11: Fix some shutdown crashes by Derek Foreman · 11 years ago
  55. 64a3df0 backends: refactor transform string parsing by Derek Foreman · 11 years ago
  56. b5eedad compositor: set and use the presentation clock everywhere by Pekka Paalanen · 11 years ago
  57. 22e16b6 compositor-x11: Rename the output make to "weston-X11" by Jason Ekstrand · 11 years ago
  58. c9c7415 Don't protect xkb_*_unref from NULL by Ran Benita · 11 years ago
  59. 2e1968f Replace deprecated xkbcommon symbols with current names by Ran Benita · 11 years ago
  60. 8404acb compsitor-x11: Report more accurate dimension of outputs by Kristian Høgsberg · 11 years ago
  61. 77c1a5b Add support for having different GBM formats for different outputs by Neil Roberts · 11 years ago
  62. 3c2e66b x11-backend: Override scale from weston.ini if --scale is passed by Kristian Høgsberg · 11 years ago
  63. d89a094 x11-backend: Add a --scale option by Jason Ekstrand · 11 years ago
  64. 1853676 compositor: Destroy renderer in weston_compositor_shutdown() by Ander Conselvan de Oliveira · 12 years ago
  65. d4ea71e compositor-x11: Set the name field on weston_outputs by Ander Conselvan de Oliveira · 12 years ago
  66. a4b54c0 compositor: Move the logic of moving outputs into the core by Zhang, Xiong Y · 12 years ago
  67. f749fc3 compositor: Remove output from list in weston_output_destroy() by Ander Conselvan de Oliveira · 12 years ago
  68. f54fa4d compositor-x11: Only destroy one output when the close button is pressed by Ander Conselvan de Oliveira · 12 years ago
  69. a98c2e1 compositor-x11: Damage output when we receive expose events for the window by Kristian Høgsberg · 12 years ago
  70. 7395ea0 input: Move the xkb fields from weston_seat to weston_keyboard by Jonas Ådahl · 12 years ago
  71. 1b55a59 compositor-x11: Allow r5g6b5 visuals for X11 backend SHM by MoD · 12 years ago
  72. 33ff636 Move region transformation code to weston_transformed_region by Jason Ekstrand · 12 years ago
  73. b6a3cc7 Make weston_output_transform_coordinate more sane by Jason Ekstrand · 12 years ago
  74. f88571f compositor-x11: Hide update_xkb_keymap behind #ifdef HAVE_XCB_XKB by Jonas Ådahl · 12 years ago
  75. 6b16214 pixman-renderer, gl-renderer: Destroy debug bindings on clean up by Ander Conselvan de Oliveira · 12 years ago
  76. b5a4f98 compositor-x11: Use the fullscreen size provided by the configure event by Kristian Høgsberg · 12 years ago
  77. c6c2f8e compositor-x11: Update keymap when XKB keymap changes by Rui Matos · 12 years ago
  78. 1edf44c compositor: finish frame if redraw fails by David Herrmann · 12 years ago
  79. 97f2952 gl-renderer: Build as a loadable module by Ander Conselvan de Oliveira · 12 years ago
  80. 57388e4 Notify clients on mode_switch() by Hardening · 12 years ago
  81. ff39efa Rename current, origin, scale, origin_scale by Hardening · 12 years ago
  82. a94dc8a compositor-x11: Copying xkb_info when creating a seat causes problems by Andrew Wedgbury · 12 years ago
  83. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  84. 5c4245d compositor-x11: Don't leak the looked up name for skipped outputs by Rob Bradford · 12 years ago
  85. 87d3841 compositor-x11: Use assert(0) instead of return NULL for non-reachable code by Kristian Høgsberg · 12 years ago
  86. 98c774f compositor: Move device coordinate transform helper to compositor.c by Kristian Høgsberg · 12 years ago
  87. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  88. 9af5f9e input: Add a seat name parameter to weston_seat_init by Rob Bradford · 12 years ago
  89. 0b13506 compositor: Store modes in physical units by Alexander Larsson · 12 years ago
  90. 8336881 compositor-x11: Set original mode after current by Alexander Larsson · 12 years ago
  91. edddbd1 Convert all scales to int32_t by Alexander Larsson · 12 years ago
  92. 14e438c compositor: Parse config file in main(), only keep weston config object by Kristian Høgsberg · 12 years ago
  93. 8f6fcbf compositor-x11: Use new config file parser by Kristian Høgsberg · 12 years ago
  94. daaddc6 compositor-x11: fix default output scale by Pekka Paalanen · 12 years ago
  95. 80f9163 compositor-x11: Only repaint the damaged region by Alexander Larsson · 12 years ago
  96. 4ea9552 compositor: Support output/buffer scaling by Alexander Larsson · 12 years ago
  97. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  98. a4036bb input: Allocate pointer/keyboard/touch structs by Kristian Høgsberg · 12 years ago
  99. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  100. 29139d4 fold wl_keyboard into weston_keyboard by Kristian Høgsberg · 12 years ago