summaryrefslogtreecommitdiff
path: root/compositor
Commit message (Expand)AuthorAgeFilesLines
...
* libweston: use weston_region_global_to_output more oftenDerek Foreman2022-09-231-1/+1
* compositor: Remove weston_transformed_regionDerek Foreman2022-09-231-4/+4
* compositor/shared: Suppress write(2) warningsMarius Vlad2022-09-232-7/+10
* 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: Fix use after free at shutdownDerek Foreman2022-08-031-0/+2
* libweston: change read_format to struct pixel_format_infoPekka Paalanen2022-08-031-2/+4
* screen-share: use read_format consistentlyPekka Paalanen2022-08-031-3/+5
* compositor/text-backend: Avoid a potential UAFMarius Vlad2022-07-271-0/+8
* compositor: Load xwayland module firstDerek Foreman2022-07-261-7/+11
* compositor: Remove deprecated xwayland loading methodDerek Foreman2022-07-261-5/+5
* xwayland: give Xwayland its own sessionDerek Foreman2022-07-191-0/+1
* 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
* xwayland: Use os_socketpair_cloexec()Daniel Stone2022-07-191-2/+2
* xwayland: Use custom-env arg handlingDaniel Stone2022-07-191-13/+17
* custom-env: Prepare for handling args as well as environmentDaniel Stone2022-07-191-1/+1
* process-util: Move Xwayland fork helpers to sharedDaniel Stone2022-07-191-121/+1
* xwayland: do not check execve() return valuePekka Paalanen2022-07-121-5/+6
* xwayland: do not use setenv() after fork()Pekka Paalanen2022-07-121-3/+92
* xwayland: use execv()Pekka Paalanen2022-07-121-10/+14
* xwayland: use pipe2()Pekka Paalanen2022-07-121-12/+2
* xwayland: do not snprintf() after fork()Pekka Paalanen2022-07-121-35/+71
* xwayland: do not weston_log() after fork()Pekka Paalanen2022-07-121-6/+9
* xwayland: move config reading upPekka Paalanen2022-07-121-4/+6
* Revert "xwayland: Don't dup() displayfd pipe"Pekka Paalanen2022-07-121-5/+6
* compositor: fix shutdown when xwayland failed to startPekka Paalanen2022-07-081-0/+1
* compositor: deprecate cms-static and cms-colord pluginsPekka Paalanen2022-07-061-7/+11
* xwayland: Add compositor destroy listener to free allocationDaniel Stone2022-07-051-0/+20
* xwayland: Don't dup() displayfd pipeDaniel Stone2022-07-051-6/+5
* compositor: destroy the layout after the compositorMichael Olbrich2022-07-041-2/+1
* xwayland: Refactor argument string constructionDaniel Stone2022-07-041-28/+37
* 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
* build: consolidate lcms2 dependenciesPekka Paalanen2022-06-031-3/+2
* compositor: add color_characteristics weston.ini optionPekka Paalanen2022-05-272-1/+194
* compositor: add eotf-mode weston.ini optionPekka Paalanen2022-05-021-0/+76
* rdp: Allow configuring the refresh rateHideyuki Nagase2022-04-281-0/+6
* rdp: Allow specifying a listener fd on the command lineBrenton DeGeer2022-04-281-0/+3
* gl-renderer: Add hook to fill weston_buffer for EGLDaniel Stone2022-04-251-1/+2
* rdp: Allow disabling RemoteFX codecDerek Foreman2022-04-211-0/+4
* screen-share: Avoid bit-shifting large valuesMarius Vlad2022-04-201-3/+4
* screen-share: Add a compositor destroy listenerMarius Vlad2022-04-201-4/+19
* screen-share: Start screen sharing even if no pointer is foundMarius Vlad2022-04-202-7/+12