summaryrefslogtreecommitdiff
path: root/compositor
AgeCommit message (Expand)AuthorFilesLines
2023-06-19xwayland: Remove process exit status from libweston APIDaniel Stone1-1/+1
2023-06-19xwayland: Only pass Xwayland wl_client to libwestonDaniel Stone1-9/+8
2023-06-19frontend: Factor out wet_process_destroyDaniel Stone2-5/+14
2023-06-19frontend: Inline process_handle_sigchldDaniel Stone1-20/+11
2023-06-19frontend: Make wet_client_launch allocate new wet_processDaniel Stone3-49/+33
2023-06-19frontend: Allocate new wet_process for XwaylandDaniel Stone1-9/+25
2023-06-19frontend: Allow NULL wet_process cleanup handlerDaniel Stone1-1/+2
2023-06-19frontend: Add data argument to wet_process cleanupDaniel Stone3-10/+14
2023-06-19frontend: Rename weston_client_start to wet_client_startDaniel Stone4-10/+9
2023-06-19frontend: Inline wet_watch_processDaniel Stone2-13/+2
2023-06-19frontend: Rename weston_process to wet_processDaniel Stone3-16/+16
2023-06-19frontend: Remove process_infoDaniel Stone1-13/+6
2023-06-19frontend: Move path into weston_processDaniel Stone2-14/+9
2023-06-12libweston: Use weston_coord in struct weston_outputDerek Foreman2-8/+8
2023-04-28backend-drm: drop HDR without libdisplay-infoPekka Paalanen1-0/+4
2023-04-19xwayland: Reuse weston_client_launchDaniel Stone1-82/+47
2023-04-19xwayland: Use an array for CLOEXEC FDsDaniel Stone1-11/+23
2023-04-19xwayland: Don't leak fds on failureDaniel Stone1-2/+8
2023-04-19frontend: Split process and client handlingDaniel Stone2-55/+64
2023-04-19frontend: Use array for clearing CLOEXEC in childDaniel Stone1-7/+15
2023-04-19frontend: Don't log when an unknown child process exitsDaniel Stone1-3/+2
2023-04-19frontend: Add FDSTR_INIT macroDaniel Stone2-6/+6
2023-04-19screenshooter: Use wl_client, not wet_processDaniel Stone1-7/+13
2023-04-19screenshooter: Exit early when screenshot in progressDaniel Stone1-0/+3
2023-04-19screenshooter: Rename compositor_destroy_listenerDaniel Stone1-5/+7
2023-04-18backend-pipewire: add PipeWire backendPhilipp Zabel2-0/+108
2023-04-17libweston: pass backend to weston_windowed_output_api::create_head()Philipp Zabel1-5/+5
2023-04-11compositor: free renderer stringPekka Paalanen1-0/+1
2023-03-03backend-drm: add additional-devices to support multi GPUMichael Tretter1-0/+1
2023-02-27compositor/text-backend: use xzalloc everywhereMichael Olbrich1-15/+6
2023-02-24libweston: Convert weston_output_move to weston_coordDerek Foreman1-1/+3
2023-02-17libweston: Use weston_coord in struct weston_pointerDerek Foreman1-2/+2
2023-02-09backend: Make input notification functions use weston_coordDerek Foreman1-2/+3
2023-02-03frontend: make x11 backend honor the renderer optionPhilipp Zabel1-1/+1
2023-01-31build: fix meson deprecation warningsPhilipp Zabel1-1/+0
2023-01-25screen-share: Fix invalid seat releaseMarius Vlad1-6/+19
2023-01-10rdp: Add preliminary rdp multihead supportHideyuki Nagase1-36/+84
2023-01-10frontend: Add common --renderer=foo argumentDaniel Stone3-30/+112
2023-01-10backend-vnc: Add renderer parameter to backend configDaniel Stone1-0/+1
2023-01-10backend-rdp: Add renderer parameter to backend configDaniel Stone1-0/+1
2023-01-10backend-x11: Use renderer enum type for config selectionDaniel Stone1-2/+8
2023-01-10backend-wayland: Use renderer enum type for config selectionDaniel Stone1-2/+8
2023-01-10backend-headless: Use renderer enum type for config selectionDaniel Stone1-4/+17
2023-01-10backend-drm: Use renderer enum type for config selectionDaniel Stone1-12/+9
2023-01-10frontend: Use enums for backend type, not stringsDaniel Stone4-18/+89
2023-01-10frontend: Use short-form names for shell argumentDaniel Stone1-3/+12
2023-01-09shell-utils: Integrate shell-utils into libwestonMarius Vlad2-4/+3
2022-12-30compositor: don't pass the signal flags to autolaunched processAndrei Makeev1-12/+19
2022-12-16compositor: configure VNC output size via weston.iniPhilipp Zabel1-6/+11
2022-12-16compositor: extract mode parsing from windowed output configurationPhilipp Zabel1-21/+33