1. f9bd546 compositor-drm: Remove unnecessary picked_scanout variable by Daniel Stone · 6 years ago
  2. 85eebdf compositor-drm: Property accessor can be const by Daniel Stone · 6 years ago
  3. a21c393 compositor-drm: Add aspect-ratio parsing support by Ankit Nautiyal · in the future
  4. f82ff35 man: add description for specifying modes with aspect-ratio in weston.ini by Ankit Nautiyal · in the future
  5. 9711fd9 libweston: fix output reflow on removal by Pekka Paalanen · 6 years ago
  6. 82dd54d desktop-shell: fix output removal for background/panel by Pekka Paalanen · 6 years ago
  7. 92278e0 compositor-drm: ignore case of {h,v}sync flags in modeline by Guido Günther · 6 years ago
  8. 3528044 main: don't configure /dev/fb0 by default by nerdopolis · 6 years ago
  9. 4381040 compositor-fbdev: detect the first fb device in the seat by nerdopolis · 6 years ago
  10. 92a06a9 compositor-fbdev: set fb device info upon the first run. by nerdopolis · 6 years ago
  11. 68220db launcher-logind: only get a VT on seat0, as only seat0 supports VTs by nerdopolis · 6 years ago
  12. d68109b compositor-fbdev: support the --seat option, (and XDG_SEAT variable) by nerdopolis · 6 years ago
  13. b16c4ac libweston: set the seat automatically based on the XDG_SEAT environment variable by nerdopolis · 6 years ago
  14. efdebbc configure.ac: bump libdrm requirement to 2.4.68 by Peter Hutterer · 6 years ago
  15. 9071817 weston: add force-on option for DRM by Pekka Paalanen · 6 years ago
  16. 944dd23 weston: support clone mode on DRM-frontend by Pekka Paalanen · 6 years ago
  17. 6a699b1 man: remove redundant word in weston.ini(5) by Matheus Santana · 6 years ago
  18. 78a4211 tests: Reshuffle IVI layout tests by Daniel Stone · 7 years ago
  19. f5c9646 tests: remove WESTON_BUILD_DIR from env by Pekka Paalanen · 6 years ago
  20. c5aaaa7 shared: remove weston_config_get_libexec_dir() by Pekka Paalanen · 6 years ago
  21. e03c111 tests: Don't rely on build directory layout by Daniel Stone · 7 years ago
  22. 002f0c5 man: fix prefixes for weston.ini(5) by Peter Hutterer · 6 years ago
  23. a1fd430 compositor: print usage to stdout on success (not stderr) - this time really by Peter Hutterer · 6 years ago
  24. 70e8a32 compositor: print usage to stdout on success (not stderr) by Peter Hutterer · 6 years ago
  25. 84bc403 weston-launch: always run through all groups by Peter Hutterer · 6 years ago
  26. dcfb195 doc: Update for GitLab migration by Daniel Stone · 6 years ago
  27. bc04d70 client: Fix segmentation fault in the case weston-nested by Yong Gan · 7 years ago
  28. 7f4d9ff libweston: Reset repaint schedule for all repainted outputs when repaint cancel by Tomohito Esaki · 6 years ago
  29. 09bfcd6 libweston: fix indentation by Tomohito Esaki · 6 years ago
  30. 3a80ca0 simple-dmabuf-drm: Fallback DRM_FORMAT_MOD_LINEAR definition by Daniel Stone · 6 years ago
  31. fa6069a Add .gitlab-ci.yml by Daniel Stone · 6 years ago
  32. bfaaedc doc: add example calibration-helper script by Pekka Paalanen · 6 years ago
  33. b79dead clients: add a new touchscreen calibrator by Louis-Francis Ratté-Boulianne · 6 years ago
  34. 5a1b0cf weston: add touchscreen_calibrator option by Louis-Francis Ratté-Boulianne · 6 years ago
  35. 8363098 libweston: implement touch calibration protocol by Louis-Francis Ratté-Boulianne · 6 years ago
  36. 999876a protocol: add weston_touch_calibration by Pekka Paalanen · 6 years ago
  37. c4689ff input: introduce touch event mode for calibrator by Louis-Francis Ratté-Boulianne · 6 years ago
  38. 332a45e input: do not forward unmatched touch-ups by Pekka Paalanen · 6 years ago
  39. 813a06e input: move touchpoint counting up by Louis-Francis Ratté-Boulianne · 6 years ago
  40. f406253 libweston: introduce notify_touch_normalized() and doc by Pekka Paalanen · 6 years ago
  41. bcbce33 libweston: notify_touch API to use weston_touch_device by Pekka Paalanen · 6 years ago
  42. 09fbe14 libinput: move calibration printing into do_set_calibration() by Pekka Paalanen · 7 years ago
  43. 6ef59c9 input: introduce weston_touch_device by Louis-Francis Ratté-Boulianne · 6 years ago
  44. 995bf51 weston-info: destroy wl_keyboard by Markus Ongyerth · 6 years ago
  45. ccdc81d weston-info: Add support for tablet-unstable-v2 by Markus Ongyerth · 6 years ago
  46. e0dc5d4 Fix a crash when unlocking or unconfining a pointer by Dima Ryazanov · 6 years ago
  47. da18883 simple-dmabuf-drm: support DRM_FORMAT_LINEAR for NV12 as well by Guido Günther · 6 years ago
  48. 74742e0 log: improve handling of use-before-init by Matt Hoosier · 6 years ago
  49. 577b346 simple-dmabuf-drm: don't exit from create_display by Guido Günther · 6 years ago
  50. f7d035b simple-dmabuf-drm: drop superfluous declaration by Guido Günther · 6 years ago
  51. bff9063 simple-dmabuf-drm: support etnaviv drm as well by Guido Günther · 6 years ago
  52. f9f5953 simple-dmabuf-drm: simplify fd_map_bo by Guido Günther · 6 years ago
  53. 324cdf2 simple-dmabuf-drm: 0 is a valid fd (freedreno) by Guido Günther · 6 years ago
  54. 029583e rdp-compositor: fix compilation against FreeRDP 2.0.0 rc2 by David Fort · 6 years ago
  55. e0e39b6 xwm: dump properties of type WINDOW by Pekka Paalanen · 6 years ago
  56. b0a8317 xwm: dump properties of type CARDINAL by Pekka Paalanen · 6 years ago
  57. c63acc4 desktop-shell: survive NULL output in shell_configure_fullscreen() by Pekka Paalanen · 6 years ago
  58. 87860c2 desktop-shell: do not lower_fullscreen_layer(s, NULL) by Pekka Paalanen · 6 years ago
  59. 30aa597 desktop-shell: handle NULL output in center_on_output() by Pekka Paalanen · 6 years ago
  60. 99372ba desktop-shell: handle NULL output in get_output_work_area() by Pekka Paalanen · 6 years ago
  61. 325ff4c main: add setting for DRM/pixman shadow framebuffer by Pekka Paalanen · 6 years ago
  62. dee412d compositor-drm: expose global shadow flag for pixman by Pekka Paalanen · 6 years ago
  63. 26ded94 pixman: make shadow buffer optional by Pekka Paalanen · 6 years ago
  64. acf50c3 pixman,drm: do not composite previous damage by Pekka Paalanen · 6 years ago
  65. 944fae8 libweston: fix output destroy signal list corruption by Pekka Paalanen · 6 years ago
  66. 9962800 desktop-shell: fix output destroy signal list corruption by Pekka Paalanen · 6 years ago
  67. 99f8c08 desktop-shell: detect stale shell surface outputs by Semi Malinen · 6 years ago
  68. e7a52fb libweston: add weston_view_set_output() by Semi Malinen · 6 years ago
  69. 03dc95a weston: use wet.compositor consistently in main() by Pekka Paalanen · 6 years ago
  70. 3ffc687 weston: store weston_compositor in wet_compositor by Pekka Paalanen · 6 years ago
  71. dfc0683 compositor-drm: allow shared-CRTC cloning by Pekka Paalanen · 6 years ago
  72. d5f98d8 compositor-drm: head attach requires a modeset by Pekka Paalanen · 6 years ago
  73. 7f85379 compositor-drm: head detach requires a modeset by Pekka Paalanen · 6 years ago
  74. db4c7d7 compositor-drm: preserve CRTC routing harder by Pekka Paalanen · 6 years ago
  75. 27cc481 compositor-drm: rewrite crtc picking for clone mode by Pekka Paalanen · 6 years ago
  76. 8549e16 libweston: fix weston_touch_start_grab() arg name by Louis-Francis Ratté-Boulianne · 6 years ago
  77. 1b043b1 libweston: unexport weston_{pointer,keyboard,touch}_{create,destroy}() by Pekka Paalanen · 6 years ago
  78. 925788f Update copyrights for Collabora and General Electric Company by Pekka Paalanen · 6 years ago
  79. f39249a tests: add test_seat_release() for symmetry by Pekka Paalanen · 6 years ago
  80. d61da83 man: document WESTON_LIBINPUT_LOG_PRIORITY env by Pekka Paalanen · 6 years ago
  81. 1bbf58f libinput: do not switch output associations on disable by Pekka Paalanen · 6 years ago
  82. 8dc6db8 libweston: require connected heads for input devices by Pekka Paalanen · 6 years ago
  83. fd02efb libinput: use head names for output matching by Pekka Paalanen · 6 years ago
  84. 98d50cc libinput: allow evdev_device_set_output(dev, NULL) by Pekka Paalanen · 7 years ago
  85. 018e6ad libinput: make setting the same output a no-op by Pekka Paalanen · 7 years ago
  86. 6632b6d libinput: log input device to output associations by Pekka Paalanen · 7 years ago
  87. ed51b62 libinput: deprecate WL_CALIBRATION by Pekka Paalanen · 6 years ago
  88. dfc9d3b libinput: note if calibrating without an output by Pekka Paalanen · 7 years ago
  89. bb659c8 libinput: remove evdev_device::devnode by Pekka Paalanen · 7 years ago
  90. 6fae2be compositor-drm: no need to clear inherited_mode by Pekka Paalanen · 6 years ago
  91. 9c03a7c compositor-drm: introduce drm_head_read_current_setup() by Pekka Paalanen · 6 years ago
  92. c0eb254 compositor-drm: update video mode printing by Pekka Paalanen · 6 years ago
  93. f8b850d compositor-drm: backlight control for all heads by Pekka Paalanen · 6 years ago
  94. f005f25 compositor-drm: combine mode list from heads by Pekka Paalanen · 6 years ago
  95. 456dc73 compositor-drm: unify head status logging by Pekka Paalanen · 6 years ago
  96. ecc8cce compositor-drm: drm_set_backlight heads by Pekka Paalanen · 7 years ago
  97. 2f66130 compositor-drm: drm_output_apply_state_atomic heads by Pekka Paalanen · 7 years ago
  98. 02aeb5c compositor-drm: drm_output_apply_state_legacy heads by Pekka Paalanen · 7 years ago
  99. eacec81 compositor-drm: remove unused_connectors array by Pekka Paalanen · 7 years ago
  100. d2e6242 compositor-drm: create heads for all connectors by Pekka Paalanen · 7 years ago