summaryrefslogtreecommitdiff
path: root/compositor/main.c
Commit message (Expand)AuthorAgeFilesLines
* backend-drm: drop HDR without libdisplay-infoPekka Paalanen2023-04-281-0/+4
* frontend: Split process and client handlingDaniel Stone2023-04-191-53/+58
* 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-191-1/+1
* backend-pipewire: add PipeWire backendPhilipp Zabel2023-04-181-0/+107
* 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
* libweston: Convert weston_output_move to weston_coordDerek Foreman2023-02-241-1/+3
* frontend: make x11 backend honor the renderer optionPhilipp Zabel2023-02-031-1/+1
* rdp: Add preliminary rdp multihead supportHideyuki Nagase2023-01-101-36/+84
* frontend: Add common --renderer=foo argumentDaniel Stone2023-01-101-30/+79
* 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-101-18/+20
* frontend: Use short-form names for shell argumentDaniel Stone2023-01-101-3/+12
* 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: 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
* backend-vnc: add VNC support using Neat VNC libraryStefan Agner2022-10-181-0/+99
* compositor: Use weston_load_moduleMarius Vlad2022-09-231-51/+6
* compositor/shared: Suppress write(2) warningsMarius Vlad2022-09-231-5/+7
* Don't change the max_bpc connector prop if mode=current.vanfanel2022-09-231-4/+10
* compositor/main: Extract split/retrieve args passed shell clientMarius Vlad2022-09-231-1/+1
* compositor/main.c: use pixman renderer by default when gl-renderer not enabledThomas Petazzoni2022-08-051-1/+11
* libweston: Don't move outputs during enableDerek Foreman2022-08-051-0/+36
* compositor: Load xwayland module firstDerek Foreman2022-07-261-7/+11
* compositor: Remove deprecated xwayland loading methodDerek Foreman2022-07-261-5/+5
* wet_process: Do not weston_log() after fork()Daniel Stone2022-07-191-7/+13
* wet_process: Use custom_env when forking clientsDaniel Stone2022-07-191-3/+17
* wet_process: Inline child_client_exec()Daniel Stone2022-07-191-24/+18
* wet_process: Use fdstr when executing clientsDaniel Stone2022-07-191-22/+23
* wet_process: Rearrange fork() if tree to case statementDaniel Stone2022-07-191-22/+23
* compositor: fix shutdown when xwayland failed to startPekka Paalanen2022-07-081-0/+1
* compositor: destroy the layout after the compositorMichael Olbrich2022-07-041-2/+1
* compositor: add weston.ini option max-bpcPekka Paalanen2022-06-151-0/+4
* compositor: stop creating outputs without headPhilipp Zabel2022-06-101-5/+8
* libweston: consolidate weston_compositor_create_output(_with_head)Philipp Zabel2022-06-101-3/+3
* compositor: add color_characteristics weston.ini optionPekka Paalanen2022-05-271-1/+160
* compositor: add eotf-mode weston.ini optionPekka Paalanen2022-05-021-0/+76