summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-03-29Weston 9.0 compatibility changesScott Murray1-18/+16
2022-03-17Remove the listener in the end of ivi_shell_destroy()duerpei1-0/+1
2022-03-15Fix potential memory leak in agl-compositorduerpei1-2/+8
2022-03-02layout: Address all other callsites w/ dirty+surface damagemarlin_12.93.0marlin/12.93.012.93.0Marius Vlad1-10/+13
2022-03-02layout: Inflict surface damageMarius Vlad1-2/+1
2022-03-02layout: Remove left-over commentMarius Vlad1-2/+0
2022-02-23Fix potential memory leakduerpei1-0/+1
2022-01-20Fix potential memory leakRongrong Yuan1-0/+5
2021-12-22agl-compositor: Add NULL check after creating surface/viewAndyZhou1-2/+6
2021-12-22agl-compositor:Add NULL check after zalloc in src directorymarlin_12.91.0marlin/12.91.012.91.0AndyZhou3-4/+72
2021-12-16layout: Remove explicit damage callMarius Vlad1-3/+2
2021-12-16layout: Inflict damage on all subsurfacesMarius Vlad1-0/+1
2021-12-10shell: Refactor pending surfaces for existing pending onesMarius Vlad1-18/+128
2021-12-10src/desktop: Add a compositor destroy listenerMarius Vlad3-1/+20
2021-12-08src/shell: Add set_app_property_mode requestMarius Vlad2-5/+56
2021-11-09layout: Fix-up the positions when placing the pop-up/dialogMarius Vlad1-1/+15
2021-11-05shell: Fix passing maximized state from the startMarius Vlad3-5/+60
2021-09-28meson.build: Conditionally build with headless supportMarius Vlad1-0/+10
2021-08-26compositor: Do not allow vt-switching by defaultMarius Vlad1-1/+1
2021-07-13compositor: Avoid loading systemd-notify plug-inMarius Vlad1-0/+8
2021-04-20main: Split of main() from wet_main()marlin_12.90.0marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.012.90.011.92.011.91.0sandbox/mvlad/pre-ciMarius Vlad2-1739/+1772
2021-04-20main: Copy cmd line args and print themMarius Vlad1-2/+28
2021-04-20main: Teach agl-compositor to load additional modulesMarius Vlad1-0/+52
2021-04-20main: Add support for loading the headless-backendMarius Vlad1-0/+54
2021-04-19layout: Remove weston_output_damage dependecyMarius Vlad2-6/+4
2021-04-08layout: Fix split role sending invalid dimensionsMarius Vlad1-6/+2
2021-03-11desktop: Tell clients to use current geometry area from startMarius Vlad1-0/+52
2021-03-11desktop: Send remove event only if output and app_id is setMarius Vlad1-2/+3
2021-02-17Notify about application destructionWalter Lozano1-2/+9
2021-02-04Allow unregistered applications in rbaAnusha Gugale3-4/+17
2021-01-26Use parameterized constructor of RBAArbitratorkoi_10.93.0koi/10.93.010.93.0Anusha Gugale1-2/+1
2021-01-12Added rba policy implementationkoi_10.92.0koi/10.92.010.92.0Anusha Gugale3-0/+222
2021-01-06main: Add activate_by_default ini optionMarius Vlad3-0/+8
2020-11-19layout: Do not attempt to activate surfaces that doesn't have a valid app_idkoi_10.91.0koi/10.91.010.91.0Marius Vlad1-0/+6
2020-11-19shell: Throttle the log messageMarius Vlad1-1/+5
2020-11-19build/: Allow to build the compositor w/o walthamMarius Vlad1-0/+12
2020-11-18shell: Perform wl_list_init() after wl_list_remove()Walter Lozano1-0/+1
2020-11-17desktop: Allow to remove surface from pending listWalter Lozano1-3/+2
2020-11-17desktop: Do not attempt to advertise the clients if there are noneMarius Vlad1-1/+2
2020-11-17desktop: Delay surface creation until committedWalter Lozano3-14/+27
2020-11-05shell: Destroy weston_transmitter_surface as wellMarius Vlad3-0/+20
2020-11-05shell: Keep a reference to weston_transmitter_surfaceMarius Vlad2-1/+11
2020-11-05desktop: Insert a black surface only when the output is a remote typeMarius Vlad1-2/+2
2020-11-05desktop: Group tests for checking against last remote surfaceMarius Vlad1-5/+3
2020-11-05shell: Push the surface to the remote sideMarius Vlad1-0/+62
2020-11-05main: Create a remoting output if the waltham plug-in has been loadedMarius Vlad1-0/+55
2020-11-05ivi-compositor: Add the ability to distinguish between differentMarius Vlad2-0/+10
2020-11-05main: Add support loading waltham transmitter plug-inMarius Vlad2-0/+38
2020-11-05layout: Check app_id for remote type of surfacesMarius Vlad1-0/+3
2020-11-05shell: Avoid creating and inserting black surfaceMarius Vlad1-2/+5