summaryrefslogtreecommitdiff
path: root/compositor
Commit message (Expand)AuthorAgeFilesLines
* backend-drm: drop HDR without libdisplay-infoPekka Paalanen2023-04-281-0/+4
* xwayland: Reuse weston_client_launchDaniel Stone2023-04-191-82/+47
* xwayland: Use an array for CLOEXEC FDsDaniel Stone2023-04-191-11/+23
* xwayland: Don't leak fds on failureDaniel Stone2023-04-191-2/+8
* frontend: Split process and client handlingDaniel Stone2023-04-192-55/+64
* frontend: Use array for clearing CLOEXEC in childDaniel Stone2023-04-191-7/+15
* frontend: Don't log when an unknown child process exitsDaniel Stone2023-04-191-3/+2
* frontend: Add FDSTR_INIT macroDaniel Stone2023-04-192-6/+6
* screenshooter: Use wl_client, not wet_processDaniel Stone2023-04-191-7/+13
* screenshooter: Exit early when screenshot in progressDaniel Stone2023-04-191-0/+3
* screenshooter: Rename compositor_destroy_listenerDaniel Stone2023-04-191-5/+7
* backend-pipewire: add PipeWire backendPhilipp Zabel2023-04-182-0/+108
* libweston: pass backend to weston_windowed_output_api::create_head()Philipp Zabel2023-04-171-5/+5
* compositor: free renderer stringPekka Paalanen2023-04-111-0/+1
* backend-drm: add additional-devices to support multi GPUMichael Tretter2023-03-031-0/+1
* compositor/text-backend: use xzalloc everywhereMichael Olbrich2023-02-271-15/+6
* libweston: Convert weston_output_move to weston_coordDerek Foreman2023-02-241-1/+3
* libweston: Use weston_coord in struct weston_pointerDerek Foreman2023-02-171-2/+2
* backend: Make input notification functions use weston_coordDerek Foreman2023-02-091-2/+3
* frontend: make x11 backend honor the renderer optionPhilipp Zabel2023-02-031-1/+1
* build: fix meson deprecation warningsPhilipp Zabel2023-01-311-1/+0
* screen-share: Fix invalid seat releaseMarius Vlad2023-01-251-6/+19
* rdp: Add preliminary rdp multihead supportHideyuki Nagase2023-01-101-36/+84
* frontend: Add common --renderer=foo argumentDaniel Stone2023-01-103-30/+112
* backend-vnc: Add renderer parameter to backend configDaniel Stone2023-01-101-0/+1
* backend-rdp: Add renderer parameter to backend configDaniel Stone2023-01-101-0/+1
* backend-x11: Use renderer enum type for config selectionDaniel Stone2023-01-101-2/+8
* backend-wayland: Use renderer enum type for config selectionDaniel Stone2023-01-101-2/+8
* backend-headless: Use renderer enum type for config selectionDaniel Stone2023-01-101-4/+17
* backend-drm: Use renderer enum type for config selectionDaniel Stone2023-01-101-12/+9
* frontend: Use enums for backend type, not stringsDaniel Stone2023-01-104-18/+89
* frontend: Use short-form names for shell argumentDaniel Stone2023-01-101-3/+12
* shell-utils: Integrate shell-utils into libwestonMarius Vlad2023-01-092-4/+3
* compositor: don't pass the signal flags to autolaunched processAndrei Makeev2022-12-301-12/+19
* compositor: configure VNC output size via weston.iniPhilipp Zabel2022-12-161-6/+11
* compositor: extract mode parsing from windowed output configurationPhilipp Zabel2022-12-161-21/+33
* compositor: support loading backend via shortened namePhilipp Zabel2022-12-081-21/+27
* compositor: add output-decorations option for headlessPekka Paalanen2022-12-021-0/+2
* compositor: remove weston-screenshooter protocolPekka Paalanen2022-11-292-77/+0
* compositor: authorize new screenshooter protocolPekka Paalanen2022-11-291-0/+17
* compositor: make new screenhots free for all on --debugPekka Paalanen2022-11-291-2/+18
* backend-vnc: enable TLS supportPhilipp Zabel2022-11-231-0/+6
* DRM: Add support for HDMI content typeEmmanuel Gil Peyrot2022-11-031-0/+7
* libweston: Split notify_pointer focus into notify/clearDerek Foreman2022-10-251-2/+2
* backend-vnc: add VNC support using Neat VNC libraryStefan Agner2022-10-181-0/+99
* screen-share: split up damage tracking variablesDerek Foreman2022-09-281-16/+31
* screen-share: Fix first buffer damageDerek Foreman2022-09-281-3/+3
* screen-share: Copy the damage region instead of intersecting itDerek Foreman2022-09-281-1/+1
* screen-share: Use weston_output_contains_pointDerek Foreman2022-09-231-5/+2
* compositor: Use weston_load_moduleMarius Vlad2022-09-232-54/+6