1. ceb5981 compositor-drm: Add missing drmModeFreeResources in drm_device_is_kms by Sergi Granell · 8 years ago
  2. eaa7358 compositor-wayland: Call weston_compositor_exit when receiving an xdg toplevel close event by Sergi Granell · 8 years ago
  3. 07a2b99 desktop-shell: Remove unused variable in panel_create by Raúl Peñacoba · 8 years ago
  4. ed016bf compositor-wayland: Call set_window_geometry when using zxdg_shell_v6 by Sergi Granell · 8 years ago
  5. 88353dd weston-terminal: Fix race at startup by Derek Foreman · 8 years ago
  6. 091c801 desktop-shell: launch clients in their own process group. by Derek Foreman · 8 years ago
  7. f0d39b2 weston: Set CLOEXEC on stdin by Derek Foreman · 8 years ago
  8. 5ef6bd7 os: Check for EINTR on ftruncate() by Derek Foreman · 8 years ago
  9. 91d4bce os: Check for EINTR on posix_fallocate() by Derek Foreman · 8 years ago
  10. 7fecb43 compositor-wayland: Check the return value of wayland_output_create_common by Sergi Granell · 8 years ago
  11. 2dcbb8d compositor-wayland: Refactor struct wayland_output::name usage by Sergi Granell · 8 years ago
  12. b4c0886 Fix uninitialized msec_to_next in output_repaint_timer_arm by Sergi Granell · 8 years ago
  13. 65e57c9 man: move pageflip-timeout later by Pekka Paalanen · 8 years ago
  14. 7609178 weston-terminal: Add a --maximized command line parameter by Derek Foreman · 8 years ago
  15. 5a313c2 weston-launch: Add sysmacros.h include for major() by Daniel Stone · 8 years ago
  16. 4933ca5 libinput: Suppress unhandled-case warning by Daniel Stone · 8 years ago
  17. 300bc6e simple-dmabuf-v4l: Remove incorrect assert by Derek Foreman · 8 years ago
  18. 080f130 configure: bump libweston to 3.0.0 by Pekka Paalanen · 8 years ago
  19. b1f166d Allow backends to group repaint flushes by Daniel Stone · 8 years ago
  20. 6847b85 Switch to global output repaint timer by Daniel Stone · 8 years ago
  21. c4d7f66 launcher: Add sysmacros.h include for major() by Daniel Stone · 8 years ago
  22. 2ef9b1a Fix 'implicit fallthrough' warning with new GCC by Daniel Stone · 8 years ago
  23. 05df8c1 Change boolean repaint_scheduled to quad-state enum by Daniel Stone · 8 years ago
  24. 09a97e2 Change repaint_needed to bool by Daniel Stone · 8 years ago
  25. 3615ce1 Don't delay initial output paint by Daniel Stone · 8 years ago
  26. 84aff5c Calculate next-frame target time in absolute space by Daniel Stone · 8 years ago
  27. 839b635 timespec: Add timespec subtraction helpers by Daniel Stone · 8 years ago
  28. 37ad7e3 timespec: Add timespec_to_msec helper by Daniel Stone · 8 years ago
  29. 61f6d7d timespec: Add timespec_add_msec helper by Daniel Stone · 8 years ago
  30. 5ae7e84 timespec: Add timespec_add_nsec helper by Daniel Stone · 8 years ago
  31. 11ae2a3 compositor-drm: pageflip timeout implementation by Emmanuel Gil Peyrot · 8 years ago
  32. 8a888a5 clients/simple-egl: add delay option by Eero Tamminen · 8 years ago
  33. 78dc6a9 clients/weston-info: print unknown formats better by Pekka Paalanen · 8 years ago
  34. 4d6eb17 libweston/launcher: use C99 initializers for the iface(s) by Emil Velikov · 8 years ago
  35. 8f7201e libweston/launcher: annotate iface(s) as constant data by Emil Velikov · 8 years ago
  36. 9064887 compositor-drm: Make scanout view preparation more stringent by Daniel Stone · 9 years ago
  37. 445b41b compositor-drm: Construct mode list in create_output_for_connector by Armin Krezović · 9 years ago
  38. 75487c2 compositor-drm: Try to preserve existing output routing by Daniel Stone · 9 years ago
  39. efa504f compositor-drm: Ignore non-KMS devices by Daniel Stone · 9 years ago
  40. 7622a5a configure.ac: Bump to 2.0.90 for open development by Bryce Harrington · 8 years ago
  41. 4c4f13d configure.ac: bump to version 2.0.0 for the official release by Bryce Harrington · 8 years ago
  42. 12e6dbb releasing: Should only publish publican docs for actual releases by Bryce Harrington · 8 years ago
  43. 3830665 configure.ac: bump to version 1.99.94 for the RC2 release by Bryce Harrington · 8 years ago
  44. a1d214b config-parser: Export weston_config_next_section by Emmanuel Gil Peyrot · 8 years ago
  45. 4b341a8 clients: Fix build without Cairo/GLES2 by Daniel Stone · 8 years ago
  46. f589dac screen-share: Use wl_list_for_each_safe on destroy by Daniel Stone · 8 years ago
  47. f81959e screen-share: Avoid NULL dereference by Daniel Stone · 8 years ago
  48. a62d046 configure.ac: bump to version 1.99.93 for the RC1 release by Bryce Harrington · 8 years ago
  49. 5336153 (multiple): Use standard permission notice by Yong Bakos · 9 years ago
  50. 9bcf4c5 compositor-drm: Mark eDP connection as internal by Armin Krezović · 8 years ago
  51. e6b7136 compositor: Improve xwayland warning message by Armin Krezović · 8 years ago
  52. efc2b1d compositor-drm: Remove connector_allocator by Daniel Stone · 8 years ago
  53. c0ec759 compositor-drm: Avoid connector_allocator for hotplugs by Daniel Stone · 8 years ago
  54. 72c0e1b compositor-drm: Remove crtc_allocator by Daniel Stone · 8 years ago
  55. 2155c47 configure.ac: bump to version 1.99.92 for the beta release by Bryce Harrington · 8 years ago
  56. d5fa090 Revert "clients: teach simple-dmabuf-v4l to deal with flipped input" by Daniel Stone · 8 years ago
  57. a32986e launcher: don't try to switch to weston's vt by Giulio Camuffo · 9 years ago
  58. 7fe0bb2 ivi-shell: Damage view below after unmapping by Ucan, Emre (ADITG/SW1) · 8 years ago
  59. 19222b4 tests: doc iterating in the runner by Pekka Paalanen · 8 years ago
  60. 4f3cad7 compositor: damage pending subsurfaces when committing them by Emilio Pozuelo Monfort · 9 years ago
  61. e7c6aa6 tests: add subsurface-shot test by Pekka Paalanen · 9 years ago
  62. 50b7b70 tests: put screenshots to ./logs by default by Pekka Paalanen · 9 years ago
  63. b581783 tests: implement get_test_name() by Pekka Paalanen · 9 years ago
  64. a21b5eb tests/shell: change background color by Pekka Paalanen · 9 years ago
  65. 7bcec20 tests/shell: get rid of static variables by Pekka Paalanen · 9 years ago
  66. 642bcaf tests: add test-desktop-shell by Quentin Glidic · 9 years ago
  67. 0fee977 clients: teach simple-dmabuf-v4l to deal with flipped input by Micah Fedke · 8 years ago
  68. 9a200d7 compositor-drm: don't pass option_connector to create_outputs by Ucan, Emre (ADITG/SW1) · 9 years ago
  69. 21e4944 compositor-drm: update connectors with connector config by Ucan, Emre (ADITG/SW1) · 9 years ago
  70. c889012 compositor-drm: don't put y-inverted / interlaced / bottom-first dmabufs on overlays by Micah Fedke · 9 years ago
  71. 2779935 ivi-shell: simplify commit_changes function by Ucan, Emre (ADITG/SW1) · 9 years ago
  72. 1b92ba2 ivi-shell: pass only ivi_view to update_prop by Ucan, Emre (ADITG/SW1) · 9 years ago
  73. 819824d releasing: Copyedits by Bryce Harrington · 8 years ago
  74. 7c1fb3f libweston: grammar fix to recent comment by Bryce Harrington · 8 years ago
  75. 4938f93 tests: Remove buffer-count by Daniel Stone · 9 years ago
  76. ffff92d Move weston-egl-ext.h to shared by Daniel Stone · 9 years ago
  77. cd1a1c3 Add comments and whitespace to repaint machinery by Daniel Stone · 9 years ago
  78. 1298073 systemd: fix Wincompatible-pointer-type by Ucan, Emre (ADITG/SW1) · 9 years ago
  79. fbce2f5 ivi-shell: add screen_add_layers test by Ucan, Emre (ADITG/SW1) · 9 years ago
  80. 5d6aa9b ivi-shell: add layer_add_surfaces test by Ucan, Emre (ADITG/SW1) · 9 years ago
  81. 847c32d ivi-shell: don't check layer is already on the screen by Ucan, Emre (ADITG/SW1) · 9 years ago
  82. 67ed902 ivi-shell: don't check view is rendered before adding surface by Ucan, Emre (ADITG/SW1) · 9 years ago
  83. 6660252 ivi-shell: fix typo in layer_destroy API by Ucan, Emre (ADITG/SW1) · 9 years ago
  84. cb3f1b0 compositor-rdp: Fix build with freerdp2, take 2 by Daniel Stone · 9 years ago
  85. 605ac8e compositor-drm: Restore use-current-mode functionality by Armin Krezović · 9 years ago
  86. e23697f releasing: Drop extraneous word in docs by Bryce Harrington · 9 years ago
  87. e28d275 configure.ac: bump to version 1.99.91 for the alpha release by Bryce Harrington · 9 years ago
  88. 20f30e1 tests: add missing include by Yann E. MORIN · 9 years ago
  89. c560a39 gitignore: version headers are in libweston/ by Pekka Paalanen · 9 years ago
  90. beec77e compositor-rdp: Fix build with freerdp2 by Emilio Pozuelo Monfort · 9 years ago
  91. c8b4645 clients: fix errno handling by Peter Hutterer · 9 years ago
  92. 0bbe624 xwm: explain the read_properties() in xserver_map_shell_surface() by Pekka Paalanen · 9 years ago
  93. 9f5a103 xwm: schedule repaint from MapRequest by Pekka Paalanen · 9 years ago
  94. be9c7d8 Remove dbus-launch from weston.desktop by Ben · 9 years ago
  95. 9a5fab0 xwm: debug when weston_surface gets created by Pekka Paalanen · 9 years ago
  96. ed56883 xwm: split out weston_wm_window_set_pending_state_OR() by Pekka Paalanen · 9 years ago
  97. 83626b9 xwm: move fini near init in set_pending_state by Pekka Paalanen · 9 years ago
  98. aabf43d xwm: split weston_wm_window_draw_decoration() by Pekka Paalanen · 9 years ago
  99. 77a6d95 shell: implement set_xwayland_position by Pekka Paalanen · 9 years ago
  100. 882aff0 xwayland: detect initially positioned X11 windows by Pekka Paalanen · 9 years ago