1. c826d8f xwayland: Fix user after free on shutdown by Derek Foreman · 3 years, 7 months ago
  2. bdd45d6 xwayland: stop direct accessing core struct member by Leandro Ribeiro · 6 years ago
  3. f014964 weston-log: rename the confusing function name weston_compositor_log_scope_destroy() by Leandro Ribeiro · 6 years ago
  4. 5976dbb weston-log: rename the confusing function name weston_compositor_add_log_scope() by Leandro Ribeiro · 6 years ago
  5. 6ffbba3 Use weston_compositor_add_destroy_listener_once() in plugins by Pekka Paalanen · 6 years ago
  6. 9bb1c3a weston-log: Add 'destroy_subscription' callback for the subscription by Marius Vlad · 6 years ago
  7. 7e4db95 libweston: Rename weston_debug_scope_ to weston_log_scope_ by Marius Vlad · 6 years ago
  8. 3d7d978 libweston: Rename weston_debug_compositor to weston_log_context by Marius Vlad · 6 years ago
  9. 1e2fda2 compositor: Convert weston-debug framework to use weston_debug_compositor by Marius Vlad · 6 years ago
  10. 3957863 log: remove "%m" from format strings by using strerror(errno) by Antonio Borneo · 6 years ago
  11. e04159b xwayland: do not include weston.h by Pekka Paalanen · 6 years ago
  12. eebb7dc Rename xwayland-api.h to libweston/xwayland-api.h by Pekka Paalanen · 6 years ago
  13. 9b72eb7 xwm: convert WM_DEBUG into a weston-debug scope by Pekka Paalanen · 8 years ago
  14. 3d7ca3b libweston: Properly namespace modules entrypoint by Quentin Glidic · 9 years ago
  15. 08a35d3 xwayland: Fix X11 lock file size confusion by Daniel Stone · 9 years ago
  16. 61beda6 xwayland: fix lock file parsing by Pekka Paalanen · 9 years ago
  17. 955cec0 xwayland: Introduce a private struct for XWayland interface by Quentin Glidic · 9 years ago
  18. 25a2bdd Switch to use safe_strtoint instead of strtol by Bryce Harrington · 9 years ago
  19. 139fcab xwayland: Improve error checking for strtol call by Bryce Harrington · 9 years ago
  20. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  21. 375759e Require base-10 for strtol() calls by Bryce Harrington · 9 years ago
  22. 9c764df xwayland: make the plugin usable by libweston compositors by Giulio Camuffo · 9 years ago
  23. 58f98c9 Move weston source to compositor/ by Pekka Paalanen · 9 years ago
  24. d52f3b7 compositor: remove the weston_config field in weston_compositor by Giulio Camuffo · 9 years ago
  25. 867d50e Unified multiple definitions of container_of() macro. by Jon Cruz · 10 years ago
  26. 0a007dd xwayland: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  27. 434cc23 xwayland: Clean up the WM properly if X server crashes by Dima Ryazanov · 11 years ago
  28. 7da71ee Better error message when exec'ing Xwayland fails by Arnout Engelen · 11 years ago
  29. a212cbb xwayland: Check zalloc return for out of memory situation by Bryce W. Harrington · 11 years ago
  30. 4783739 xwayland/launcher: Use %m instead of manual strerror(errno) by Jasper St. Pierre · 11 years ago
  31. d7fb309 Don't include xserver-server-protocol.h by Mariusz Ceier · 11 years ago
  32. 757d8af xwayland: Use new Xwayland DDX by Kristian Høgsberg · 11 years ago
  33. 5e647ca xwayland: Fix typo in open flags for Xorg log file by Kristian Høgsberg · 12 years ago
  34. 2ba10df Move xwayland up one directory level by Kristian Høgsberg · 12 years ago[Renamed from src/xwayland/launcher.c]
  35. 92de144 add [xwayland] path weston.ini option by Maksim Melnikau · 12 years ago
  36. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  37. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  38. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago
  39. a58290b xwayland: Use _exit() when exec() fails by Kristian Høgsberg · 12 years ago
  40. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  41. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  42. cb4685b Pass argc and argv to modules by Kristian Høgsberg · 12 years ago
  43. ef94085 xwayland: Close fd opened for lockfile on error path by Rob Bradford · 13 years ago
  44. f268446 xwayland: Standardize 'wxs' for weston_xserver variables by Tiago Vignatti · 13 years ago
  45. b00a9d3 compositor: Make all non-backend modules use module_init() as entry point by Kristian Høgsberg · 13 years ago
  46. 64eca89 compositor: Fold the log prototypes into compositor.h and drop log.h by Kristian Høgsberg · 13 years ago
  47. 1972141 xwayland: Don't leak fd while reading lock file in src/xwayland/launcher.c by Martin Olsson · 13 years ago
  48. 6d11836 Replace fprintf() by weston_log() by Martin Minarik · 13 years ago
  49. e10b124 xwayland: Move socket and launcher code to it's own file by Kristian Høgsberg · 13 years ago