summaryrefslogtreecommitdiff
path: root/compositor
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-08compositor: support loading backend via shortened namePhilipp Zabel1-21/+27
2022-12-02compositor: add output-decorations option for headlessPekka Paalanen1-0/+2
2022-11-29compositor: remove weston-screenshooter protocolPekka Paalanen2-77/+0
2022-11-29compositor: authorize new screenshooter protocolPekka Paalanen1-0/+17
2022-11-29compositor: make new screenhots free for all on --debugPekka Paalanen1-2/+18
2022-11-23backend-vnc: enable TLS supportPhilipp Zabel1-0/+6
2022-11-03DRM: Add support for HDMI content typeEmmanuel Gil Peyrot1-0/+7
2022-10-25libweston: Split notify_pointer focus into notify/clearDerek Foreman1-2/+2
2022-10-18backend-vnc: add VNC support using Neat VNC libraryStefan Agner1-0/+99
2022-09-28screen-share: split up damage tracking variablesDerek Foreman1-16/+31
2022-09-28screen-share: Fix first buffer damageDerek Foreman1-3/+3
2022-09-28screen-share: Copy the damage region instead of intersecting itDerek Foreman1-1/+1
2022-09-23screen-share: Use weston_output_contains_pointDerek Foreman1-5/+2
2022-09-23compositor: Use weston_load_moduleMarius Vlad2-54/+6
2022-09-23libweston: use weston_region_global_to_output more oftenDerek Foreman1-1/+1
2022-09-23compositor: Remove weston_transformed_regionDerek Foreman1-4/+4
2022-09-23compositor/shared: Suppress write(2) warningsMarius Vlad2-7/+10
2022-09-23Don't change the max_bpc connector prop if mode=current.vanfanel1-4/+10
2022-09-23compositor/main: Extract split/retrieve args passed shell clientMarius Vlad1-1/+1
2022-08-05compositor/main.c: use pixman renderer by default when gl-renderer not enabledThomas Petazzoni1-1/+11
2022-08-05libweston: Don't move outputs during enableDerek Foreman1-0/+36
2022-08-03compositor: Fix use after free at shutdownDerek Foreman1-0/+2
2022-08-03libweston: change read_format to struct pixel_format_infoPekka Paalanen1-2/+4
2022-08-03screen-share: use read_format consistentlyPekka Paalanen1-3/+5
2022-07-27compositor/text-backend: Avoid a potential UAFMarius Vlad1-0/+8
2022-07-26compositor: Load xwayland module firstDerek Foreman1-7/+11
2022-07-26compositor: Remove deprecated xwayland loading methodDerek Foreman1-5/+5
2022-07-19xwayland: give Xwayland its own sessionDerek Foreman1-0/+1