1. 51c6f63 compositor-x11: remove redundant state arg of x11_backend_deliver_button_event by Benoit Gschwind · 9 years ago
  2. 4ddc4cc compositor-x11: add assert to avoid misuse of x11_backend_deliver_button_event by Benoit Gschwind · 9 years ago
  3. 482ffdf compositor-drm: Stop sending uninit data to the kernel by Derek Foreman · 9 years ago
  4. 056889a weston-launch: Only run a login shell for new sessions by Quentin Glidic · 9 years ago
  5. ee27744 libweston/launcher-weston-launch: Silence unused-function warning by Quentin Glidic · 9 years ago
  6. 887c018 libweston: Silence tautological-compare warning by Quentin Glidic · 9 years ago
  7. d84af7c gl-renderer: Silence maybe-uninitialized warning by Quentin Glidic · 9 years ago
  8. e9168f9 libweston/compositor-rdp: fix no-break space U+A0 (U8+C2A0) by Yann E. MORIN · 9 years ago
  9. 9c5dd7e libweston-desktop: Implement xdg_shell_v6 by Quentin Glidic · 9 years ago
  10. 8f9d90a desktop-shell: Port to libweston-desktop by Quentin Glidic · 9 years ago
  11. 955cec0 xwayland: Introduce a private struct for XWayland interface by Quentin Glidic · 9 years ago
  12. 248dd10 Introduce libweston-desktop by Quentin Glidic · 9 years ago
  13. 2edc3d5 libweston: Rename weston_surface::configure to ::committed by Quentin Glidic · 9 years ago
  14. cde1345 input: Add helpers for all keyboard/pointer/touch events by Quentin Glidic · 9 years ago
  15. 75e7106 libweston: fix animation crash when a view has no output assigned by Armin Krezović · 9 years ago
  16. 4ef719c libweston: Implement wl_output version 3 (release request) by Quentin Glidic · 9 years ago
  17. 36d699a gl-renderer: Make dummy surface current after all outputs are gone by Armin Krezović · 9 years ago
  18. e540384 compositor: Mark all views as dirty when a new output is assigned by Armin Krezović · 9 years ago
  19. 545dba6 compositor-drm: Use non-cast functions to retrieve backend and output objects by Armin Krezović · 9 years ago
  20. 25a2bdd Switch to use safe_strtoint instead of strtol by Bryce Harrington · 9 years ago
  21. 913d7c1 Standardize error checking for strtol calls by Bryce Harrington · 9 years ago
  22. 295e9d0 compositor-x11: Use non-cast functions to retrieve backend and output objects by Armin Krezović · 9 years ago
  23. 938dc52 compositor-wayland: Use non-cast functions to retrieve backend and output objects by Armin Krezović · 9 years ago
  24. fb371c6 compositor-rdp: Use non-cast functions to retrieve backend and output objects by Armin Krezović · 9 years ago
  25. a8fb5ea compositor-headless: Use non-cast functions to retrieve backend and output objects by Armin Krezović · 9 years ago
  26. 984781f compositor-drm: Do not exit when there are no outputs left by Armin Krezović · 9 years ago
  27. b12a754 compositor-drm: Do not return an error when no connectors are configured by Armin Krezović · 9 years ago
  28. 707c4fd libweston: fix major in libweston.pc by Pekka Paalanen · 9 years ago
  29. 9deef53 libweston: remove pkgincludedir variable from libweston.pc by Emil Velikov · 9 years ago
  30. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  31. d0be2bb input: Support non-rectangular pointer confine regions by Jonas Ådahl · 10 years ago
  32. d3414f2 Implement pointer locking and confinement by Jonas Ådahl · 9 years ago
  33. c02ac11 input: Split out pointer button sending from grab handler by Jonas Ådahl · 9 years ago
  34. f44942e input: Split out motion sending from default grab by Jonas Ådahl · 9 years ago
  35. 3eb4ddd weston-pointer: Add destroy signal by Jonas Ådahl · 9 years ago
  36. f7deb6a compositor: Pass both surface and seat in activation signal by Jonas Ådahl · 9 years ago
  37. 5d9ca27 compositor: Add surface commit signal by Jonas Ådahl · 9 years ago
  38. 30d61d8 Implement the relative pointer protocol by Jonas Ådahl · 11 years ago
  39. de1ed2e input: Provide microsecond timestamps in motion events by Jonas Ådahl · 10 years ago
  40. 3845b32 libinput: Expose unaccelerated motion deltas in motion event struct by Jonas Ådahl · 11 years ago
  41. 94e2e2d compositor: Keep track of what views were activated by clicking by Jonas Ådahl · 11 years ago
  42. 4361b4e desktop-shell: Pass a flag bitmask instead of bool to activate() by Jonas Ådahl · 11 years ago
  43. ef8e1c3 input: Activate view no matter the keyboard focus by Jonas Ådahl · 9 years ago
  44. 3fd0802 gl-renderer: remove local EGL platform (re)definitions by Emil Velikov · 9 years ago
  45. 706e689 weston-egl-ext.h: add EGL platform definitions by Emil Velikov · 9 years ago
  46. f0c3a1c gl-renderer: move check_extension() to shared/ by Emil Velikov · 9 years ago
  47. 3dd22d9 gl-renderer: remove EGL_EXT_image_dma_buf_import guards by Emil Velikov · 9 years ago
  48. b56c5b4 weston-egl-ext.h: add GL_EXT_unpack_subimage definitions by Emil Velikov · 9 years ago
  49. af5bd5d weston-egl-ext.h: add EGL_MESA_configless_context definitions by Emil Velikov · 9 years ago
  50. 0725cf1 weston-egl-ext.h: add EGL_EXT_swap_buffers_with_damage definitions by Emil Velikov · 9 years ago
  51. 375759e Require base-10 for strtol() calls by Bryce Harrington · 9 years ago
  52. 5ba41eb rdp: Check for non-digits and errno in strtol call by Bryce Harrington · 9 years ago
  53. bac72b2 rdp: Check for non-numeric value in RDP_FD env var by Bryce Harrington · 9 years ago
  54. ba63fae dmabuf: Fix grammar in a comment by Bryce Harrington · 9 years ago
  55. ad27693 compositor-x11: Flush xcb connection from x11_output_destroy() by Armin Krezović · 9 years ago
  56. 0da12b8 compositor: Switch to new surface/view mapped checks by Armin Krezović · 9 years ago
  57. f8486c3 compositor: Untangle surface/view is_mapped from output assignments by Armin Krezović · 9 years ago
  58. 9c764df xwayland: make the plugin usable by libweston compositors by Giulio Camuffo · 9 years ago
  59. 827b5d2 compositor: add plugin-registry by Pekka Paalanen · 9 years ago
  60. 24f917e input: Move weston_seat_set_keyboard_focus and document by Bryce Harrington · 9 years ago
  61. 260c2ff input: Rename weston_surface_activate to weston_seat_set_keyboard_focus by Bryce Harrington · 9 years ago
  62. 28d240f gl-renderer: Always setup gl-renderer by Armin Krezović · 9 years ago
  63. d84deeb compositor-headless: Support starting with zero outputs by Armin Krezović · 9 years ago
  64. 5c2f20e compositor-x11: fix title overflow in x11_backend_create_output by Benoit Gschwind · 9 years ago
  65. b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago[Renamed from src]
  66. 58f98c9 Move weston source to compositor/ by Pekka Paalanen · 9 years ago
  67. a1046ad compositor-headless: do not create a seat by Pekka Paalanen · 9 years ago
  68. f8da0c2 compositor-drm: support RGB565 with pixman renderer by Tomi Valkeinen · 9 years ago
  69. c7d88fa screen-share: Use wet_get_config() by Daniel Stone · 9 years ago
  70. be112d4 main: report presentation clock resolution by Pekka Paalanen · 9 years ago
  71. e77f8ad compositor-fbdev: drop EGL support by Pekka Paalanen · 9 years ago
  72. b4dae9b Make config.h inclusion consistent by Bryce Harrington · 9 years ago
  73. e51647f compositor-wayland: Correct output base make name by Yong Bakos · 9 years ago
  74. 201769a compositor: fix wp_viewport.set_source errors by Pekka Paalanen · 9 years ago
  75. bb32ccc compositor: check viewport dst size validity by Pekka Paalanen · 9 years ago
  76. d9aae9c compositor: check viewport source rect validity by Pekka Paalanen · 9 years ago
  77. 4826f87 compositor: fix wp_viewport use after free by Pekka Paalanen · 9 years ago
  78. 9c5a0d9 compositor: rename scaler to viewport(er) by Pekka Paalanen · 9 years ago
  79. e95ad5c compositor: migrate to stable viewporter.xml by Pekka Paalanen · 9 years ago
  80. 0de859e compositor: recompute output position on mode switch by David Fort · 9 years ago
  81. ba2ad0e rdp: don't release the seat until it is safe v2 by David Fort · 9 years ago
  82. 321ede7 main: remove unused argument from backend loaders by Pekka Paalanen · 9 years ago
  83. 50dbf38 libweston: use enum to choose the backend by Pekka Paalanen · 9 years ago
  84. a256c5e libweston: remove unused backend_init() arguments by Pekka Paalanen · 9 years ago
  85. dd18673 compositor,main: use weston_compositor_load_backend() by Pekka Paalanen · 9 years ago
  86. 808b006 main: remove load_backend_old() by Pekka Paalanen · 9 years ago
  87. 9e44598 Create a libweston-0.so by Giulio Camuffo · 9 years ago
  88. 179fcda Split the modules and include files between weston and libweston by Giulio Camuffo · 9 years ago
  89. be2b11a allow compositors to define the logging behavior by Giulio Camuffo · 9 years ago
  90. 8aedf7b libinput: don't use weston_config when configuring input devices by Giulio Camuffo · 9 years ago
  91. d52f3b7 compositor: remove the weston_config field in weston_compositor by Giulio Camuffo · 9 years ago
  92. fba27fb Move the functions launching clients to main.c by Giulio Camuffo · 9 years ago
  93. 26f62d4 Move part of screenshooter.c to weston-screenshooter.c by Giulio Camuffo · 9 years ago
  94. 0358af4 Rename weston_compositor_xkb_init to weston_compositor_set_xkb_rule_names by Giulio Camuffo · 9 years ago
  95. ca52b31 Remove Raspberry Pi backend and renderer by Pekka Paalanen · 9 years ago
  96. e57056f weston-launch: Handle invalid command line options by Tom Hochstein · 9 years ago
  97. 8a12069 compositor: use generated constant instead of hardcoded value by FORT David · 9 years ago
  98. 2d4aa83 rdp: Fix the ContextNew callback with recent FreeRDP versions by FORT David · 9 years ago
  99. 58b63ab rdp: allow to compile against FreeRDP 2.0 by FORT David · 9 years ago
  100. b8347e3 compositor-drm: Prevent a crash in the pixman renderer by Emmanuel Gil Peyrot · 9 years ago