src/agl-compositor.git
2022-10-25 Marius VladAdd more grpc - Asyncstuff sandbox/mvlad/switch-to-grpc
2022-10-21 Marius Vladsrc/shell: Add a wrappers for sending events with agl...
2022-10-21 Marius Vladsrc: Allow to start other clients
2022-10-21 Marius Vladclients/grpc: Initial start for gRPC proxy
2022-10-21 Marius Vladagl-shell.xml: Introduce a new interface
2022-10-12 Scott MurrayAdd manual activation area configuration option 52/28052/2
2022-09-23 Marius Vladcompositor: Use sigaction to trap SIGINT 24/28024/1
2022-09-23 Marius Vladcompositor: Add missing SIGCHLD handler 23/28023/1
2022-09-23 Marius Vladcompositor: Stop trapping SIGQUIT 22/28022/1
2022-09-23 Marius Vladshell: Rewrite client_exec as client_launch 21/28021/1
2022-09-23 Marius Vladprocess-util: Move Xwayland fork helpers to shared 20/28020/1
2022-09-22 Marius Vladshared: add str_printf() 26/28026/1
2022-09-22 Marius Vladshared: introduce os_fd_clear_cloexec() 25/28025/1
2022-09-22 Marius Vladdesktop: Do not attempt to send terminate event 15/28015/1
2022-09-14 Marius Vladprotocol/agl-shell.xml: Add an app_state event -- app... 67/27967/2
2022-09-14 Marius Vladlayout: Handle dynamic application/surface movement... 54/27954/3
2022-09-14 Marius Vladshell: Remove the black curtain installed on outputs 53/27953/3
2022-09-14 Marius Vladlayout: Detect when an application should be migrated... 52/27952/3
2022-09-14 Marius Vladdesktop: Avoid sending the dimensions for the first... 05/27905/4
2022-09-14 Marius Vladlayout: State explicity the output 04/27904/3
2022-09-14 Marius Vladlayout: Use view's mapping once we placed the view... 03/27903/3
2022-09-14 Marius Vladdesktop: Install a black background for REMOTE roles 01/27901/5
2022-09-14 Marius Vladdesktop: Include REMOTE role in initial configuration 00/27900/4
2022-08-31 Marius Vladagl-shell: Add bound_ok and bound_fail events and a... 59/27859/4
2022-07-18 chintsungFix typo in README 77/27777/1 13.93.0 needlefish/13.93.0 needlefish_13.93.0
2022-06-29 Marius Vladlayout: Add a wrapper for adding the view to the hidden... 84/27684/2
2022-06-20 Marius Vladshell: Fix a typo when adding surface to pending list 81/27681/1
2022-06-13 Marius Vladcompositor: Allow passing continue-without-input 89/27589/2
2022-06-10 Marius Vladshell: Make sure that app_id is valid before checking it 73/27573/2
2022-06-10 Marius Vladlayout: Keep track of popup state to handle activation 72/27572/2
2022-06-10 Marius Vladcompositor: Perform activation from keybindings 95/27595/2
2022-06-10 Marius Vladcompositor: Pass flags when adding keybindgs 94/27594/2
2022-06-10 Marius Vladlayout: Add a way common way activate views 93/27593/2
2022-06-10 Marius Vladshell: Extract some common functions 92/27592/2
2022-06-10 Marius Vladinput: Migrate ivi_seat to ivi_compositor header 91/27591/2
2022-06-10 Marius Vladinput: Remove keyboard listener keyboard focus activation 90/27590/2
2022-06-03 Marius Vladcompositor: Properly dispose of fullscreen views at... 96/27596/1
2022-05-04 Marius Vladshell: Do not set none role for applications w/o appid 43/27443/1
2022-05-04 Marius Vladshell: Let the output destroy handler handle layer... 42/27442/1
2022-05-04 Marius Vladdesktop: Document the repaint schedule 41/27441/1
2022-05-04 Marius VladRevert "desktop: No need to schedule a compositor repaint" 40/27440/1
2022-05-03 Marius Vladshell: Added missing layer fini calls 36/27436/1
2022-05-03 Marius Vladcompositor: Proper indentation 35/27435/1
2022-05-03 Marius Vladdesktop: Remove dead code 34/27434/1
2022-05-03 Marius Vladdesktop: No need to schedule a compositor repaint 33/27433/1
2022-05-03 Marius Vladmeson.build: Bump up meson version 32/27432/1
2022-05-03 Marius Vladlayout: Inform client to resize for fullscreen roles 23/27423/2
2022-05-03 Marius Vladlayout: Send dimensions when setting up property as... 15/27415/3
2022-04-29 Marius Vladlayout: Do perform a view update transform when unmapped 76/27376/3
2022-04-29 Marius Vladlayout: Make the view mapped at activation completion 75/27375/3
2022-04-29 Marius Vladcompositor: Rename activated_by_default to mapped 74/27374/3
2022-03-29 Scott MurrayWeston 10.0 compatibility changes
2022-03-29 Scott MurrayWeston 9.0 compatibility changes
2022-03-17 duerpeiRemove the listener in the end of ivi_shell_destroy() 58/27258/2
2022-03-15 duerpeiFix potential memory leak in agl-compositor 27/27227/3
2022-03-02 Marius Vladlayout: Address all other callsites w/ dirty+surface... 13/27213/2 12.93.0 marlin/12.93.0 marlin_12.93.0
2022-03-02 Marius Vladlayout: Inflict surface damage 12/27212/2
2022-03-02 Marius Vladlayout: Remove left-over comment 11/27211/2
2022-02-23 duerpeiFix potential memory leak 01/27201/3
2022-01-28 Marius Vladmeson.build: Don't set the dependency type for wayland... 02/27102/1 12.92.0 marlin/12.92.0 marlin_12.92.0
2022-01-20 Rongrong YuanFix potential memory leak 93/27093/2
2022-01-13 Marius Vladclient/screenshooter: Compute the width/height for... 82/27082/1
2021-12-22 AndyZhouagl-compositor: Add NULL check after creating surface... 61/27061/1
2021-12-22 AndyZhouagl-compositor:Add NULL check after zalloc in src directory 01/27001/6 12.91.0 marlin/12.91.0 marlin_12.91.0
2021-12-21 AndyZhouagl-compositor:Add NULL check after zalloc in screensho... 00/27000/2
2021-12-20 AndyZhouagl-compositor: Correct several spell issues in the... 99/26999/3
2021-12-17 AndyZhouagl-compositor: Correct several spell or grammar issues... 33/26933/3
2021-12-16 Marius Vladlayout: Remove explicit damage call 07/27007/1
2021-12-16 Marius Vladlayout: Inflict damage on all subsurfaces 82/26982/6
2021-12-10 Marius Vladmeson.build: Bump compositor version 32/26932/2
2021-12-10 Marius Vladshell: Refactor pending surfaces for existing pending... 31/26931/2
2021-12-10 Marius Vladsrc/desktop: Add a compositor destroy listener 30/26930/3
2021-12-08 Marius Vladsrc/shell: Add set_app_property_mode request 29/26929/2
2021-11-09 Marius Vladlayout: Fix-up the positions when placing the pop-up... 36/26836/3
2021-11-05 Marius Vladshell: Fix passing maximized state from the start 31/26831/2
2021-09-27 Marius Vladmeson.build: Add a waltham-transmitter pkg-config pc... 75/26675/1 12.90.1 marlin/12.90.1 marlin_12.90.1
2021-09-27 Marius Vladmeson.build: Conditionally build with headless support 74/26674/1
2021-09-27 Marius Vladmeson.build: Clarify out-of-tree build error 73/26673/1
2021-09-03 Marius Vladclients/screenshooter: Fix taking screenshot on multipl... 15/26615/1
2021-08-26 Marius Vladcompositor: Do not allow vt-switching by default 75/26575/1
2021-07-13 Marius Vladcompositor: Avoid loading systemd-notify plug-in 52/26452/2
2021-06-24 Marius Vladmeson.build: Install run-time shared library to a speci... 53/26453/1
2021-04-20 Marius Vladmain: Split of main() from wet_main() 83/26283/1 sandbox/mvlad/pre-ci 11.91.0 11.92.0 12.90.0 lamprey/11.91.0 lamprey/11.92.0 lamprey_11.91.0 lamprey_11.92.0 marlin/12.90.0 marlin_12.90.0
2021-04-20 Marius Vladmain: Copy cmd line args and print them 82/26282/1
2021-04-20 Marius Vladmain: Teach agl-compositor to load additional modules 81/26281/1
2021-04-20 Marius Vladmain: Add support for loading the headless-backend 80/26280/1
2021-04-20 Marius Vladmeson.build: Do an release update before libweston9... 48/26248/2
2021-04-19 Marius Vladlayout: Remove weston_output_damage dependecy 46/26246/4
2021-04-08 Marius Vladlayout: Fix split role sending invalid dimensions 45/26245/1
2021-03-10 Marius Vladdesktop: Tell clients to use current geometry area... 55/26155/1
2021-03-10 Marius Vladdesktop: Send remove event only if output and app_id... 54/26154/1
2021-02-17 Walter LozanoNotify about application destruction 54/26054/2
2021-02-04 Anusha GugaleAllow unregistered applications in rba 92/25992/2
2021-01-26 Anusha GugaleUse parameterized constructor of RBAArbitrator 36/25936/3 10.93.0 koi/10.93.0 koi_10.93.0
2021-01-13 Marius Vladdoc/arch_diagram: Update architecture diagram with... 02/25902/1
2021-01-12 Anusha GugaleAdded rba policy implementation 23/25823/8 10.92.0 koi/10.92.0 koi_10.92.0
2021-01-06 Marius Vladmeson.build: Fix building with cross SDK 68/25868/1
2021-01-06 Marius Vladmain: Add activate_by_default ini option 67/25867/1
2020-11-19 Marius Vladlayout: Do not attempt to activate surfaces that doesn... 85/25585/3 10.91.0 koi/10.91.0 koi_10.91.0
2020-11-19 Marius Vladshell: Throttle the log message 84/25584/2
next