1. 3fb40df weston: always restart desktop shell if it is destroyed [1/1] by limin.tian · 7 months ago
  2. ab8ebc2 weston: fix video display abnormal [1/1] by leng.fang · 10 months ago
  3. dbaf6fa weston: add simple shell protocol [1/1] by leng.fang · 1 year, 1 month ago
  4. 32af9fc weston: all patch add merge weston [1/1] by leng.fang · 1 year, 2 months ago
  5. d25d63e desktop-shell: Do not leave views in layers upon shell destruction by Marius Vlad · 3 years, 9 months ago
  6. 137c793 desktop-shell: Guard against invalid seats in get_shell_seat() by Marius Vlad · 3 years, 9 months ago
  7. 5699dba desktop-shell: Don't crash on when attemping to switch by Marius Vlad · 3 years, 10 months ago
  8. 2be0937 desktop-shell, kiosk-shell: Migrate helpers to create a view to shell-utils by Marius Vlad · 4 years, 5 months ago
  9. d98c7e8 shared/shell-utils: Create common helpers functions for shells by Marius Vlad · 4 years, 5 months ago
  10. d6ccc8b libweston: Rename weston_view_activate() to weston_view_activate_input() by Marius Vlad · 4 years, 5 months ago
  11. f3584cf desktop-shell: Remove keyboard_focus_listener by Marius Vlad · 3 years, 9 months ago
  12. f12697b desktop-shell: Embed keyboard focus handle code when activating by Marius Vlad · 4 years, 5 months ago
  13. ab39e1d desktop-shell: Rename gain/lose keyboard focus to activate/de-activate by Marius Vlad · 4 years, 5 months ago
  14. 05bef4c desktop-shell: Remove no-op de-activation of the xdg top-level surface by Marius Vlad · 4 years, 5 months ago
  15. beff0bd desktop-shell: Fix wrong initial position of input panel by Takuro Ashie · 4 years ago
  16. a7392c8 desktop-shell: Clear out missing listeners by Marius Vlad · 4 years ago
  17. c114fd6 desktop-shell: Keep track of seats by Marius Vlad · 4 years ago
  18. 56958aa desktop-shell: Damage subsurfaces when minimizing by Jonas Ådahl · 3 years, 10 months ago
  19. c30cb29 desktop-shell: Use weston_surface_destroy() directly by Marius Vlad · 4 years ago
  20. eff793a Fix indentation all through the project by Emmanuel Gil Peyrot · 4 years ago
  21. 04918f3 desktop-shell: don't run fade animation if compositor is inactive by Erik Kurzinger · 4 years, 3 months ago
  22. 719ca87 desktop-shell: clean up shell_output better by Pekka Paalanen · 4 years, 2 months ago
  23. 0d5e4ff desktop-shell: rename output_listener to shell_output by Pekka Paalanen · 4 years, 2 months ago
  24. abd7292 desktop-shell: destroy weston_desktop by Pekka Paalanen · 4 years, 2 months ago
  25. 4bb326b desktop-shell: call weston_layer_fini() by Pekka Paalanen · 4 years, 3 months ago
  26. 2ac73a8 exposay: delete outer padding from struct exposay_output by Leandro Ribeiro · 6 years ago
  27. 82b4d42 exposay: centralize surfaces of the last row when we don't have enough surfaces by Leandro Ribeiro · 6 years ago
  28. 55b4b47 exposay: centralize exposay's surfaces in their own square by Leandro Ribeiro · 6 years ago
  29. 048c628 exposay: add margins to centralize exposay by Leandro Ribeiro · 6 years ago
  30. 33e29d8 exposay: make inner border dependent of exposay's surfaces size by Leandro Ribeiro · 6 years ago
  31. b68454e exposay: do not account panel size to compute exposay area by Leandro Ribeiro · 6 years ago
  32. 0c59e92 desktop-shell: make get_output_work_area() global by Leandro Ribeiro · 6 years ago
  33. fd874ff exposay: move constant value calculation out of loop by Leandro Ribeiro · 6 years ago
  34. c1e7151 desktop-shell: check memory allocation in switcher_binding by ganjing · 5 years ago
  35. 6ebda36 desktop-shell: Avoid retrieving output's width/height if none present by Marius Vlad · 5 years ago
  36. 4b1de01 build: add rpath to modules that use symbols from libexec_weston by Philipp Zabel · 5 years ago
  37. a27658e desktop-shell: Do not try to add a child to a non-existent parent by Marius Vlad · 6 years ago
  38. a8da208 desktop-shell: make sure child window stays active by Stefan Agner · 6 years ago
  39. 51d995a config-parser: Make get_bool be bool by Daniel Stone · 6 years ago
  40. 6ffbba3 Use weston_compositor_add_destroy_listener_once() in plugins by Pekka Paalanen · 6 years ago
  41. 8e7f950 Link Weston plugins to libexec-weston.so by Pekka Paalanen · 6 years ago
  42. 5e734ba build: link libm explicitly by Pekka Paalanen · 6 years ago
  43. 71ff95a build: separate deps for int and ext libweston users by Pekka Paalanen · 6 years ago
  44. 4f5e360 build: simplify include_directories by Pekka Paalanen · 6 years ago
  45. 03eacfa build: shells do not need matrix.c by Pekka Paalanen · 6 years ago
  46. 620f68d desktop-shell: Avoid NULL output dereference when getting surface label by Miguel A. Vico · 6 years ago
  47. 5898cd3 desktop-shell: unmap a view which was faded out by Tomohito Esaki · 6 years ago
  48. dc3edc0 desktop-shell: Re-position views when outputs change by Harish Krupo · 6 years ago
  49. 2dff4dd desktop-shell: Don't re-position views when output_list is empty by Harish Krupo · 6 years ago
  50. 8ebd981 Move libweston-desktop.h by Pekka Paalanen · 6 years ago
  51. eebb7dc Rename xwayland-api.h to libweston/xwayland-api.h by Pekka Paalanen · 6 years ago
  52. 91b1010 Rename config-parser.h to libweston/config-parser.h by Pekka Paalanen · 6 years ago
  53. 3d5d947 Rename compositor.h to libweston/libweston.h by Pekka Paalanen · 6 years ago
  54. 426c246 Fix typos all around (thanks codespell!) by Emmanuel Gil Peyrot · 6 years ago
  55. 14ef201 desktop-shell: don't crash if a surface disappears while grabbed by Sergey Bugaev · 6 years ago
  56. 15d3d30 desktop-shell: remove surface destroy listener when focus state is destroyed by Greg V · 7 years ago
  57. ec3f779 desktop-shell: fix resize grab related crash by Greg V · 7 years ago
  58. 052032d desktop-shell: use weston_compositor_exit by Pekka Paalanen · 6 years ago
  59. f57774e desktop-shell: extract view_get_transform, make it reliable by Greg V · 7 years ago
  60. 64fbd0f compositor: Add some handy wrappers for wet_get_binary_path() by Marius Vlad · 7 years ago
  61. 8011b0f Add Meson build system by Daniel Stone · 9 years ago
  62. b8b2c72 libweston: Remove signals from the list during de-init by Harsha M M · 7 years ago
  63. 11f91bb helpers: Move static_assert definition to shared by Daniel Stone · 7 years ago
  64. e03c111 tests: Don't rely on build directory layout by Daniel Stone · 9 years ago
  65. c63acc4 desktop-shell: survive NULL output in shell_configure_fullscreen() by Pekka Paalanen · 7 years ago
  66. 87860c2 desktop-shell: do not lower_fullscreen_layer(s, NULL) by Pekka Paalanen · 7 years ago
  67. 30aa597 desktop-shell: handle NULL output in center_on_output() by Pekka Paalanen · 7 years ago
  68. 99372ba desktop-shell: handle NULL output in get_output_work_area() by Pekka Paalanen · 7 years ago
  69. 9962800 desktop-shell: fix output destroy signal list corruption by Pekka Paalanen · 7 years ago
  70. 99f8c08 desktop-shell: detect stale shell surface outputs by Semi Malinen · 7 years ago
  71. e7a52fb libweston: add weston_view_set_output() by Semi Malinen · 7 years ago
  72. 055c113 libweston: make wl_output point to weston_head by Pekka Paalanen · 8 years ago
  73. 9350bfd desktop-shell: fix shell_output_destroy_move_layer unused variable by Pekka Paalanen · 7 years ago
  74. 1a0239e desktop-shell: handle redundant panels by Pekka Paalanen · 8 years ago
  75. ff5e88d desktop-shell: handle redundant backgrounds by Pekka Paalanen · 8 years ago
  76. ea40d6d desktop-shell: Correctly migrate views to other outputs when output is disabled/disconnected by Marius Vlad · 7 years ago
  77. bf31f6c desktop-shell: remove surface listener when surface is destroyed by Tomohito Esaki · 8 years ago
  78. e1af3d8 desktop-shell: Handle the fullscreen to maximized case safely by Derek Foreman · 8 years ago
  79. 927d9e2 desktop-shell: refactor maximized size calculation into its own function by Derek Foreman · 8 years ago
  80. 409b01f libweston: Use struct timespec for compositor time by Alexandros Frantzis · 8 years ago
  81. 7d2abcf libweston: Use struct timespec for touch motion events by Alexandros Frantzis · 8 years ago
  82. 27a51b8 libweston: Use struct timespec for touch up events by Alexandros Frantzis · 8 years ago
  83. 9448deb libweston: Use struct timespec for touch down events by Alexandros Frantzis · 8 years ago
  84. 47e79c8 libweston: Use struct timespec for key events by Alexandros Frantzis · 8 years ago
  85. 8032194 libweston: Use struct timespec for axis events by Alexandros Frantzis · 8 years ago
  86. 215bedc libweston: Use struct timespec for button events by Alexandros Frantzis · 8 years ago
  87. 84b31f8 libweston: Use struct timespec for motion events by Alexandros Frantzis · 8 years ago
  88. 8250a61 build,libweston: Use struct timespec for animations by Alexandros Frantzis · 8 years ago
  89. 13404c4 desktop-shell: disable opacity binding when modifier is none by Ian Ray · 8 years ago
  90. ab7c0b6 desktop-shell: use binding_modifier for zoom by Ian Ray · 8 years ago
  91. c5f1241 desktop-shell: Set surface resizing state during interactive resize by Philipp Kerling · 8 years ago
  92. ba8a0d0 desktop-shell: Track focused shell surface by main surface by Philipp Kerling · 8 years ago
  93. 9ffb250 libweston: introduce weston_output_from_resource() by Pekka Paalanen · 8 years ago
  94. 9ad4de1 desktop-shell: Enable per-output fade animations by Bryce Harrington · 9 years ago
  95. c394179 desktop-shell: Position maximized surfaces on the correct output. by Emmanuel Gil Peyrot · 8 years ago
  96. 2ef9b1a Fix 'implicit fallthrough' warning with new GCC by Daniel Stone · 8 years ago
  97. 77a6d95 shell: implement set_xwayland_position by Pekka Paalanen · 9 years ago
  98. da01c1d weston: Make the shell entrypoint specific by Quentin Glidic · 9 years ago
  99. 8af2bec weston: Properly namespace modules entrypoint by Quentin Glidic · 9 years ago
  100. 8268157 libweston: Position layers in an absolute way by Quentin Glidic · 9 years ago