1. ba89f00 weston: add weston code [1/1] by Dongjin Kim · 10 months ago
  2. c826d8f xwayland: Fix user after free on shutdown by Derek Foreman · 3 years, 7 months ago
  3. c00aba6 xwayland: Fix copy and paste error by Derek Foreman · 3 years, 9 months ago
  4. eff793a Fix indentation all through the project by Emmanuel Gil Peyrot · 4 years ago
  5. f33ddd0 Allow programmatically closing xwayland window by John Good · 5 years ago
  6. cdeeb88 xwayland/window-manager: Handle weston_wm_window's name/class destruction by Marius Vlad · 4 years, 2 months ago
  7. 4c7dbe6 xwayland/window-manager: Handle theme destruction by Marius Vlad · 4 years, 2 months ago
  8. 022ea43 xwayland: Pass -listenfd instead of -listen <fd> by Vlad Zahorodnii · 4 years, 6 months ago
  9. f7f8f5f xwayland/window-manager: add a NULL check to fail when frame_create fails by Jimmy Ohn · 5 years ago
  10. 83fb745 xwm: always configure on send_configure() by Pekka Paalanen · 6 years ago
  11. 2add217 xwm: do not configure frame window None by Pekka Paalanen · 6 years ago
  12. dcd2b42 xwm: remove configure_source on destroy by Pekka Paalanen · 6 years ago
  13. a24989e xwm: remove configure_source on dispatch by Pekka Paalanen · 6 years ago
  14. 134e149 xwm: fix initially-fullscreen windows by Pekka Paalanen · 6 years ago
  15. bdd45d6 xwayland: stop direct accessing core struct member by Leandro Ribeiro · 6 years ago
  16. f1e8fc9 libweston: add missing include by Guillaume Champagne · 6 years ago
  17. f014964 weston-log: rename the confusing function name weston_compositor_log_scope_destroy() by Leandro Ribeiro · 6 years ago
  18. 5976dbb weston-log: rename the confusing function name weston_compositor_add_log_scope() by Leandro Ribeiro · 6 years ago
  19. e7fb62a xwm: debug ConfigureWindow by Pekka Paalanen · 6 years ago
  20. 8f9fa46 xwm: xcb_configure_window() takes uint16_t by Pekka Paalanen · 6 years ago
  21. 98ab770 xwm: debug what kind decoration is drawn by Pekka Paalanen · 6 years ago
  22. e1246a8 xwm: debug _XWAYLAND_ALLOW_COMMITS by Pekka Paalanen · 6 years ago
  23. 0b147e4 xwm: add newline to cardinal array by Pekka Paalanen · 6 years ago
  24. 2144ded xwayland: Remove unused variable by Link Mauve · 6 years ago
  25. f568968 xwm: Use Xwayland allow commits for repaint by Olivier Fourdan · 6 years ago
  26. 6ffbba3 Use weston_compositor_add_destroy_listener_once() in plugins by Pekka Paalanen · 6 years ago
  27. 71ff95a build: separate deps for int and ext libweston users by Pekka Paalanen · 6 years ago
  28. 9bb1c3a weston-log: Add 'destroy_subscription' callback for the subscription by Marius Vlad · 6 years ago
  29. 7b67977 xwm: no need for compositor/weston.h by Pekka Paalanen · 6 years ago
  30. 4f5e360 build: simplify include_directories by Pekka Paalanen · 6 years ago
  31. c232f8d Unify the include style of shared/ headers by Pekka Paalanen · 6 years ago
  32. acf84fd xwm: dnd does not need cairo-util.h by Pekka Paalanen · 6 years ago
  33. c901e89 weston-debug: Rename weston-debug to weston-log to better reflect its purpose by Marius Vlad · 6 years ago
  34. f4f4c2b libweston: Add weston-debug header to libweston by Marius Vlad · 6 years ago
  35. 7e4db95 libweston: Rename weston_debug_scope_ to weston_log_scope_ by Marius Vlad · 6 years ago
  36. 5d5e335 libweston: Rename weston_debug_scope to weston_log_scope by Marius Vlad · 6 years ago
  37. 3d7d978 libweston: Rename weston_debug_compositor to weston_log_context by Marius Vlad · 6 years ago
  38. 1e2fda2 compositor: Convert weston-debug framework to use weston_debug_compositor by Marius Vlad · 6 years ago
  39. 3957863 log: remove "%m" from format strings by using strerror(errno) by Antonio Borneo · 6 years ago
  40. e04159b xwayland: do not include weston.h by Pekka Paalanen · 6 years ago
  41. eebb7dc Rename xwayland-api.h to libweston/xwayland-api.h by Pekka Paalanen · 6 years ago
  42. 27b377f Rename plugin-registry.h to libweston/plugin-registry.h by Pekka Paalanen · 6 years ago
  43. 3d5d947 Rename compositor.h to libweston/libweston.h by Pekka Paalanen · 6 years ago
  44. 426c246 Fix typos all around (thanks codespell!) by Emmanuel Gil Peyrot · 6 years ago
  45. dce10bd xwm: fix resize grab related crash by Greg V · 7 years ago
  46. 4253f23 xwayland: fix clipboard related crash by Greg V · 7 years ago
  47. 2d7a290 meson: better errors for xwayland deps by Pekka Paalanen · 7 years ago
  48. 4cf7db6 meson: drop indent level from xwayland by Pekka Paalanen · 7 years ago
  49. 8011b0f Add Meson build system by Daniel Stone · 9 years ago
  50. 9b72eb7 xwm: convert WM_DEBUG into a weston-debug scope by Pekka Paalanen · 8 years ago
  51. b3b0065 xwm: move FILE to the callers of dump_property() by Pekka Paalanen · 8 years ago
  52. 0a3ef99 xwm: dump_property() to use FILE internally by Pekka Paalanen · 8 years ago
  53. 3ea5437 xwayland/selection: do not remove NULL property_source by Greg V · 7 years ago
  54. e0e39b6 xwm: dump properties of type WINDOW by Pekka Paalanen · 7 years ago
  55. b0a8317 xwm: dump properties of type CARDINAL by Pekka Paalanen · 7 years ago
  56. 0dc0df2 Partially revert "xwm: Add icon support to the frame" and friends by Derek Foreman · 7 years ago
  57. 6765233 Revert "xwm: do not include shadow in input region" by Derek Foreman · 7 years ago
  58. bef7617 xwm: Fix two more icon related memory leaks by Derek Foreman · 7 years ago
  59. 4d1cd36 xwm: Fix memory leak by Scott Moreau · 7 years ago
  60. 9fe5d5f Revert "xwm: Fix memory leak" by Pekka Paalanen · 7 years ago
  61. d2cb711 xwm: Fix memory leak by Scott Moreau · 7 years ago
  62. 44fc1be xwm: Fix icon surface ownership by Emmanuel Gil Peyrot · 8 years ago
  63. 4b72ff0 xwayland: Fix crash on weston shutdown by Derek Foreman · 7 years ago
  64. 6b58ea8 xwm: Add icon support to the frame by Emmanuel Gil Peyrot · 8 years ago
  65. 332d189 xwm: do not include shadow in input region by Ian Ray · 8 years ago
  66. e5d655c xwm: Maximize windows when double-clicking on title bar by Louis-Francis Ratté-Boulianne · 8 years ago
  67. 3f53d91 xwm: Only send configure a window if the new size is different by Louis-Francis Ratté-Boulianne · 8 years ago
  68. ef82bdf xwm: Handle third data entry in client messages by Ilia Bozhinov · 8 years ago
  69. 3e5303d xwm: update override-redirect surface's position upon configure_notify by Ilia Bozhinov · 8 years ago
  70. 9e07d25 xwm: Don't change focus on focus events from grabs by Olivier Fourdan · 8 years ago
  71. 7ace831 xwm: use _XWAYLAND_ALLOW_COMMITS by Pekka Paalanen · 9 years ago
  72. ad0da45 xwm: do not draw decor twice on map by Pekka Paalanen · 9 years ago
  73. 0bbe624 xwm: explain the read_properties() in xserver_map_shell_surface() by Pekka Paalanen · 9 years ago
  74. 9f5a103 xwm: schedule repaint from MapRequest by Pekka Paalanen · 9 years ago
  75. 9a5fab0 xwm: debug when weston_surface gets created by Pekka Paalanen · 9 years ago
  76. ed56883 xwm: split out weston_wm_window_set_pending_state_OR() by Pekka Paalanen · 9 years ago
  77. 83626b9 xwm: move fini near init in set_pending_state by Pekka Paalanen · 9 years ago
  78. aabf43d xwm: split weston_wm_window_draw_decoration() by Pekka Paalanen · 9 years ago
  79. 882aff0 xwayland: detect initially positioned X11 windows by Pekka Paalanen · 9 years ago
  80. eed36bb xwayland: add set_toplevel_with_position to internal API by Pekka Paalanen · 9 years ago
  81. db7b9f3 xwm: fix intermittent half-drawn decorations problem by Pekka Paalanen · 9 years ago
  82. 3d7ca3b libweston: Properly namespace modules entrypoint by Quentin Glidic · 9 years ago
  83. 39d7e99 xwm: delete dead flags from weston_wm_window_draw_decorations() by Pekka Paalanen · 9 years ago
  84. 474dbca xwm: postpone geometry dirtying from pending.opaque by Pekka Paalanen · 9 years ago
  85. 8cc153b xwm: debug print deleted property name by Pekka Paalanen · 9 years ago
  86. 73428a8 xwm: debug changes to override-redirect flag by Pekka Paalanen · 9 years ago
  87. c9ca2c0 xwm: move set_title and set_pid by Pekka Paalanen · 9 years ago
  88. 9a330e1 xwm: move frame_set_title() into draw_decoration() by Pekka Paalanen · 9 years ago
  89. 20111d5 xwm: clarify props[] in weston_wm_window_read_properties() by Pekka Paalanen · 9 years ago
  90. 505237e xwm: detect legacy fullscreen on MapRequest by Pekka Paalanen · 9 years ago
  91. a04eacc xwayland: WM debug prints by Pekka Paalanen · 9 years ago
  92. b8b150b xwayland: fix three minor typos by Abdur Rehman · 9 years ago
  93. 44660c3 XWM: debug position and size on map request by Pekka Paalanen · 9 years ago
  94. 7db6c43 XWM: debug position on create_notify by Pekka Paalanen · 9 years ago
  95. 11f8fcb xwayland: Create the drag-and-drop window in weston_wm_dnd_init by Carlos Garnacho · 9 years ago
  96. 08a35d3 xwayland: Fix X11 lock file size confusion by Daniel Stone · 9 years ago
  97. e7fff21 xwayland: Fix crash when run with no input device by Tom Hochstein · 9 years ago
  98. 61beda6 xwayland: fix lock file parsing by Pekka Paalanen · 9 years ago
  99. 67fe3db xwayland: Move includes to avoid deprecation warnings by Daniel Stone · 9 years ago
  100. d8b17bc share/cairo-util: Use wl_pointer_button_state enum directly by Quentin Glidic · 9 years ago