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