summaryrefslogtreecommitdiff
path: root/xwayland
AgeCommit message (Expand)AuthorFilesLines
2021-03-04xwayland: Pass -listenfd instead of -listen <fd>Vlad Zahorodnii1-0/+7
2020-07-01xwayland/window-manager: add a NULL check to fail when frame_create failsJimmy Ohn1-0/+4
2020-01-29xwm: always configure on send_configure()Pekka Paalanen1-7/+8
2020-01-29xwm: do not configure frame window NonePekka Paalanen1-17/+22
2020-01-29xwm: remove configure_source on destroyPekka Paalanen1-0/+2
2020-01-29xwm: remove configure_source on dispatchPekka Paalanen1-2/+5
2020-01-29xwm: fix initially-fullscreen windowsPekka Paalanen1-1/+0
2020-01-29xwayland: stop direct accessing core struct memberLeandro Ribeiro1-4/+3
2020-01-29libweston: add missing includeGuillaume Champagne1-0/+1
2020-01-27weston-log: rename the confusing function name weston_compositor_log_scope_de...Leandro Ribeiro1-1/+1
2020-01-27weston-log: rename the confusing function name weston_compositor_add_log_scope()Leandro Ribeiro1-4/+4
2019-12-12xwm: debug ConfigureWindowPekka Paalanen1-19/+59
2019-12-12xwm: xcb_configure_window() takes uint16_tPekka Paalanen1-2/+4
2019-12-12xwm: debug what kind decoration is drawnPekka Paalanen1-2/+7
2019-12-12xwm: debug _XWAYLAND_ALLOW_COMMITSPekka Paalanen1-0/+3
2019-12-12xwm: add newline to cardinal arrayPekka Paalanen1-0/+1
2019-12-01xwayland: Remove unused variableLink Mauve1-3/+0
2019-11-21xwm: Use Xwayland allow commits for repaintOlivier Fourdan1-1/+11
2019-11-21Use weston_compositor_add_destroy_listener_once() in pluginsPekka Paalanen1-9/+15
2019-10-24build: separate deps for int and ext libweston usersPekka Paalanen1-1/+1
2019-10-17weston-log: Add 'destroy_subscription' callback for the subscriptionMarius Vlad1-1/+1
2019-10-04xwm: no need for compositor/weston.hPekka Paalanen1-1/+0
2019-10-04build: simplify include_directoriesPekka Paalanen1-1/+1
2019-10-04Unify the include style of shared/ headersPekka Paalanen1-1/+1
2019-10-04xwm: dnd does not need cairo-util.hPekka Paalanen1-1/+0
2019-07-18weston-debug: Rename weston-debug to weston-log to better reflect its purposeMarius Vlad1-1/+1
2019-05-10libweston: Add weston-debug header to libwestonMarius Vlad1-1/+1
2019-05-10libweston: Rename weston_debug_scope_ to weston_log_scope_Marius Vlad2-11/+11
2019-05-10libweston: Rename weston_debug_scope to weston_log_scopeMarius Vlad1-1/+1
2019-05-10libweston: Rename weston_debug_compositor to weston_log_contextMarius Vlad1-1/+1
2019-05-10compositor: Convert weston-debug framework to use weston_debug_compositorMarius Vlad1-4/+5
2019-05-02log: remove "%m" from format strings by using strerror(errno)Antonio Borneo2-5/+9
2019-04-18xwayland: do not include weston.hPekka Paalanen1-1/+0
2019-04-18Rename xwayland-api.h to libweston/xwayland-api.hPekka Paalanen4-179/+3
2019-04-18Rename plugin-registry.h to libweston/plugin-registry.hPekka Paalanen1-1/+1
2019-04-18Rename compositor.h to libweston/libweston.hPekka Paalanen3-3/+3
2019-02-20Fix typos all around (thanks codespell!)Emmanuel Gil Peyrot1-1/+1
2019-02-16xwm: fix resize grab related crashGreg V1-2/+7
2019-02-16xwayland: fix clipboard related crashGreg V1-0/+1
2018-12-31meson: better errors for xwayland depsPekka Paalanen1-8/+19
2018-12-31meson: drop indent level from xwaylandPekka Paalanen1-30/+32
2018-12-09Add Meson build systemDaniel Stone1-0/+31
2018-09-17xwm: convert WM_DEBUG into a weston-debug scopePekka Paalanen3-77/+99
2018-09-17xwm: move FILE to the callers of dump_property()Pekka Paalanen3-44/+65
2018-09-17xwm: dump_property() to use FILE internallyPekka Paalanen1-28/+30
2018-07-22xwayland/selection: do not remove NULL property_sourceGreg V1-5/+10
2018-05-24xwm: dump properties of type WINDOWPekka Paalanen1-0/+4
2018-05-24xwm: dump properties of type CARDINALPekka Paalanen1-1/+65
2018-04-02Partially revert "xwm: Add icon support to the frame" and friendsDerek Foreman1-86/+2
2018-03-28Revert "xwm: do not include shadow in input region"Derek Foreman1-34/+0