34 Commits (f573612d379503c85f106a2f19924bf8f21a11cf)

Author SHA1 Message Date
Derek Foreman c826d8fa0d xwayland: Fix user after free on shutdown 3 years ago
Leandro Ribeiro bdd45d6262 xwayland: stop direct accessing core struct member 5 years ago
Leandro Ribeiro f014964f6f weston-log: rename the confusing function name weston_compositor_log_scope_destroy() 5 years ago
Leandro Ribeiro 5976dbbbb5 weston-log: rename the confusing function name weston_compositor_add_log_scope() 5 years ago
Pekka Paalanen 6ffbba3ac1 Use weston_compositor_add_destroy_listener_once() in plugins 5 years ago
Marius Vlad 9bb1c3a3c2 weston-log: Add 'destroy_subscription' callback for the subscription 5 years ago
Marius Vlad 7e4db95373 libweston: Rename weston_debug_scope_ to weston_log_scope_ 5 years ago
Marius Vlad 3d7d978c21 libweston: Rename weston_debug_compositor to weston_log_context 5 years ago
Marius Vlad 1e2fda2ea1 compositor: Convert weston-debug framework to use weston_debug_compositor 5 years ago
Antonio Borneo 3957863667 log: remove "%m" from format strings by using strerror(errno) 5 years ago
Pekka Paalanen e04159b238 xwayland: do not include weston.h 6 years ago
Pekka Paalanen eebb7dc9ce Rename xwayland-api.h to libweston/xwayland-api.h 6 years ago
Pekka Paalanen 9b72eb7930 xwm: convert WM_DEBUG into a weston-debug scope 6 years ago
Quentin Glidic 3d7ca3b9ea
libweston: Properly namespace modules entrypoint 8 years ago
Daniel Stone 08a35d307f xwayland: Fix X11 lock file size confusion 8 years ago
Pekka Paalanen 61beda653b xwayland: fix lock file parsing 8 years ago
Quentin Glidic 955cec06c7
xwayland: Introduce a private struct for XWayland interface 8 years ago
Bryce Harrington 25a2bdd814 Switch to use safe_strtoint instead of strtol 8 years ago
Bryce Harrington 139fcabe7c xwayland: Improve error checking for strtol call 8 years ago
Jussi Kukkonen 649bbce607 include stdint.h for int32_t/uint32_t 8 years ago
Bryce Harrington 375759e636 Require base-10 for strtol() calls 8 years ago
Giulio Camuffo 9c764df043 xwayland: make the plugin usable by libweston compositors 8 years ago
Pekka Paalanen 58f98c99f5 Move weston source to compositor/ 8 years ago
Giulio Camuffo d52f3b775b compositor: remove the weston_config field in weston_compositor 8 years ago
Jon Cruz 867d50eea7 Unified multiple definitions of container_of() macro. 9 years ago
Bryce Harrington 0a007dd21a xwayland: Update boilerplate from MIT X11 license to MIT Expat license 9 years ago
Dima Ryazanov 434cc23426 xwayland: Clean up the WM properly if X server crashes 10 years ago
Arnout Engelen 7da71eec40 Better error message when exec'ing Xwayland fails 10 years ago
Bryce W. Harrington a212cbb0e6 xwayland: Check zalloc return for out of memory situation 11 years ago
Jasper St. Pierre 4783739f39 xwayland/launcher: Use %m instead of manual strerror(errno) 11 years ago
Mariusz Ceier d7fb309dd0 Don't include xserver-server-protocol.h 11 years ago
Kristian Høgsberg 757d8aff27 xwayland: Use new Xwayland DDX 11 years ago
Kristian Høgsberg 5e647ca146 xwayland: Fix typo in open flags for Xorg log file 11 years ago
Kristian Høgsberg 2ba10df300 Move xwayland up one directory level 11 years ago
Maksim Melnikau 92de144331 add [xwayland] path weston.ini option 11 years ago
Peter Hutterer f3d62276d2 malloc + memset -> zalloc 11 years ago
Kristian Høgsberg 919cddb0ab Convert to wl_global_create/destroy() 11 years ago
Jason Ekstrand a85118c1b8 Use wl_resource_create() for creating resources 11 years ago
Kristian Høgsberg a58290b38b xwayland: Use _exit() when exec() fails 11 years ago
Daniel Stone c228e23b05 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS 11 years ago
Ossama Othman a50e6e4c50 config-parser: Honor XDG_CONFIG_DIRS 12 years ago
Kristian Høgsberg cb4685bbd1 Pass argc and argv to modules 12 years ago
Rob Bradford ef94085ff1 xwayland: Close fd opened for lockfile on error path 12 years ago
Tiago Vignatti f268446339 xwayland: Standardize 'wxs' for weston_xserver variables 12 years ago
Kristian Høgsberg b00a9d3cb9 compositor: Make all non-backend modules use module_init() as entry point 12 years ago
Kristian Høgsberg 64eca8949b compositor: Fold the log prototypes into compositor.h and drop log.h 12 years ago
Martin Olsson 197214112c xwayland: Don't leak fd while reading lock file in src/xwayland/launcher.c 12 years ago
Martin Minarik 6d11836721 Replace fprintf() by weston_log() 12 years ago
Kristian Høgsberg e10b124ef5 xwayland: Move socket and launcher code to it's own file 13 years ago