1. acd71fb compositor-fbdev: fix start-up assertion by Pekka Paalanen · 8 years ago
  2. a5066e0 compositor-fbdev: Instead of less than 1 Hz use default refresh rate by Oliver Smith · 8 years ago
  3. b1f166d Allow backends to group repaint flushes by Daniel Stone · 8 years ago
  4. 09a97e2 Change repaint_needed to bool by Daniel Stone · 8 years ago
  5. 23e1d6f libweston: Properly namespace backends entrypoint by Quentin Glidic · 9 years ago
  6. 4008740 weston: Rename weston_output_init_pending() to weston_output_init() by Armin Krezović · 9 years ago
  7. 6ba369d weston: Port fbdev backend to new output handling API by Armin Krezović · 9 years ago
  8. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  9. b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago[Renamed from src/compositor-fbdev.c]
  10. e77f8ad compositor-fbdev: drop EGL support by Pekka Paalanen · 9 years ago
  11. a256c5e libweston: remove unused backend_init() arguments by Pekka Paalanen · 9 years ago
  12. 8aedf7b libinput: don't use weston_config when configuring input devices by Giulio Camuffo · 9 years ago
  13. 934e89a fbdev-backend: refactor configuration API by Benoit Gschwind · 9 years ago
  14. e5b5659 compositor-fbdev: make copy of the device string by Pekka Paalanen · 9 years ago
  15. b00c79b protocol: migrate to stable presentation-time.xml by Pekka Paalanen · 9 years ago
  16. 91880f1 compositor-{drm, fbdev, rpi}: Make VT switching configurable by Bob Ham · 9 years ago
  17. c2be857 compositor: Fix a couple comment typos by Bryce Harrington · 10 years ago
  18. c112e0c compositor-fbdev: Drop intermediate shadow buffer by Sjoerd Simons · 10 years ago
  19. 93daabb compositor: pass the backend config struct to the backends init function by Giulio Camuffo · 10 years ago
  20. 44bbdd0 fbdev: Ensure strncpy results are null terminated. by Bryce Harrington · 10 years ago
  21. 6179338 compositor-fbdev: Remove bizarre division by sizeof by Derek Foreman · 10 years ago
  22. 3f89794 compositor-fbdev: fix VT switching crash by Pekka Paalanen · 10 years ago
  23. 82d4925 backends: don't destroy renderer and output twice by Dawid Gajownik · 10 years ago
  24. 8ae2db5 input: Pass the appropriate pointer type to bindings instead of a seat by Derek Foreman · 10 years ago
  25. 459137b compositor: add API to manage compositor instances by Giulio Camuffo · 11 years ago
  26. 954f183 compositor: introduce struct weston_backend by Giulio Camuffo · 11 years ago
  27. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  28. a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  29. e76f185 gl-renderer: Take a list of acceptable formats in create functions by Derek Foreman · 10 years ago
  30. b114715 compositor: send the output_created signal after inserting it in the list by Giulio Camuffo · 10 years ago
  31. 74eed31 gl-renderer: call supports() automatically in create() by Jonny Lamb · 10 years ago
  32. 671148f gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces by Jonny Lamb · 10 years ago
  33. 70eba3f gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay by Jonny Lamb · 10 years ago
  34. 662f384 compositor, backends: weston_compositor_read_presentation_clock by Pekka Paalanen · 10 years ago
  35. 561662b compositor-fbdev: fix output transformations by Derek Foreman · 10 years ago
  36. 44ed70b compositor-fbdev: allow configuring transform in the ini file by Derek Foreman · 10 years ago
  37. e516c3b compositor-fbdev: give the output a name by Derek Foreman · 10 years ago
  38. 363aa7b compositor: set presentation.presented flags by Pekka Paalanen · 11 years ago
  39. 2ecb84a logind: forward Active=true changes for non-DRM backends by David Herrmann · 11 years ago
  40. 3894670 fbdev: Remove unnecessary semicolon by nerdopolis · 11 years ago
  41. de16d89 Use zalloc instead of calloc(1, ...) by Bryce Harrington · 11 years ago
  42. bff3472 Setting members to 0/NULL after a zalloc or calloc is redundant by Bryce Harrington · 11 years ago
  43. 823ad33 compositor: Drop legacy backends in favor of libinput by Peter Hutterer · 11 years ago
  44. b5eedad compositor: set and use the presentation clock everywhere by Pekka Paalanen · 11 years ago
  45. e0de3c2 Add libinput based input device backend by Jonas Ådahl · 11 years ago
  46. 0feb32e udev-seat: Make udev_input own its own udev object reference by Jonas Ådahl · 11 years ago
  47. 77c1a5b Add support for having different GBM formats for different outputs by Neil Roberts · 11 years ago
  48. 1853676 compositor: Destroy renderer in weston_compositor_shutdown() by Ander Conselvan de Oliveira · 12 years ago
  49. f749fc3 compositor: Remove output from list in weston_output_destroy() by Ander Conselvan de Oliveira · 12 years ago
  50. 6b16214 pixman-renderer, gl-renderer: Destroy debug bindings on clean up by Ander Conselvan de Oliveira · 12 years ago
  51. 10ddd97 compositor: Remove redundant and not well-defined focus field by Kristian Høgsberg · 12 years ago
  52. 1edf44c compositor: finish frame if redraw fails by David Herrmann · 12 years ago
  53. cc5b2ed launcher: add logind backend by David Herrmann · 12 years ago
  54. 1641d14 fbdev: open launcher only once by David Herrmann · 12 years ago
  55. 97f2952 gl-renderer: Build as a loadable module by Ander Conselvan de Oliveira · 12 years ago
  56. 8ac6a2d compositor-fbdev: Fix a fd leak in the fbdev backend by Kristian Høgsberg · 12 years ago
  57. 6ff3ff5 launcher: Add back support for specifying VT to run on by Kristian Høgsberg · 12 years ago
  58. 57388e4 Notify clients on mode_switch() by Hardening · 12 years ago
  59. ff39efa Rename current, origin, scale, origin_scale by Hardening · 12 years ago
  60. 3f49587 launcher: Move rest of tty object into struct weston_launcher by Kristian Høgsberg · 12 years ago
  61. 61741a2 compositor: Generalize VT switching as a session_signal by Kristian Høgsberg · 12 years ago
  62. 05ad1e4 launcher: Collect launcher state in new struct weston_launcher by Kristian Høgsberg · 12 years ago
  63. 4aa756d add libhybris support by Adrian Negreanu · 12 years ago
  64. ffbddff fbdev: Support of TrueColor and Directcolor of video hardware by Marc Chalain · 12 years ago
  65. c838423 compositor: Setup weston-launch sock in fbdev by Adrian Negreanu · 12 years ago
  66. c814c58 Drop extraneous duplicate header includes by Bryce Harrington · 12 years ago
  67. 581b3fd compositor-fbdev: Close fd used for re-enabling if that fails by Rob Bradford · 12 years ago
  68. f8ef42f compositor-fbdev: Avoid dereferencing a pointer in freed memory by Rob Bradford · 12 years ago
  69. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  70. 2387fde compositor-fbdev: Rename seat variable to seat_id to clarify purpose by Rob Bradford · 12 years ago
  71. f165f18 compositor-fbdev: Remove unused fbdev_seat code by Rob Bradford · 12 years ago
  72. d355b80 udev-seat: Make the udev_input structure an embedded structure by Rob Bradford · 12 years ago
  73. d27b99d udev-seat: Rename udev_seat to udev_input by Rob Bradford · 12 years ago
  74. 14e438c compositor: Parse config file in main(), only keep weston config object by Kristian Høgsberg · 12 years ago
  75. 4ea9552 compositor: Support output/buffer scaling by Alexander Larsson · 12 years ago
  76. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  77. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  78. e5a1225 Make backends always specify output repaint time by Jonas Ådahl · 12 years ago
  79. 57edf7f compositor: add WESTON_COMPOSITOR_OFFSCREEN state by Philipp Brüschweiler · 12 years ago
  80. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  81. 8764466 udev-seat: Simplfy enable/disable interface a bit by Kristian Høgsberg · 12 years ago
  82. 7e597f2 compositor-fbdev: Use udev_seat by Kristian Høgsberg · 12 years ago
  83. 4f49917 fbdev: Add an fbdev compositor backend using pixman and evdev by Philip Withnall · 12 years ago