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