Age | Commit message (Expand) | Author | Files | Lines |
2022-09-14 | layout: Handle dynamic application/surface movement between outputs |  Marius Vlad | 1 | -1/+24 |
2022-09-14 | shell: Remove the black curtain installed on outputs |  Marius Vlad | 4 | -20/+60 |
2022-09-14 | layout: Detect when an application should be migrated to other outputs |  Marius Vlad | 2 | -2/+35 |
2022-09-14 | desktop: Avoid sending the dimensions for the first output |  Marius Vlad | 1 | -1/+4 |
2022-09-14 | layout: State explicity the output |  Marius Vlad | 1 | -5/+7 |
2022-09-14 | layout: Use view's mapping once we placed the view in the hidden layer |  Marius Vlad | 1 | -8/+9 |
2022-09-14 | desktop: Install a black background for REMOTE roles |  Marius Vlad | 1 | -4/+2 |
2022-09-14 | desktop: Include REMOTE role in initial configuration |  Marius Vlad | 1 | -1/+2 |
2022-08-31 | agl-shell: Add bound_ok and bound_fail events and a default destructor |  Marius Vlad | 4 | -12/+142 |
2022-07-18 | Fix typo in READMEneedlefish_13.93.0needlefish/13.93.013.93.0 |  chintsung | 1 | -1/+1 |
2022-06-29 | layout: Add a wrapper for adding the view to the hidden layer |  Marius Vlad | 1 | -24/+41 |
2022-06-20 | shell: Fix a typo when adding surface to pending list |  Marius Vlad | 1 | -1/+1 |
2022-06-13 | compositor: Allow passing continue-without-input |  Marius Vlad | 1 | -1/+5 |
2022-06-10 | shell: Make sure that app_id is valid before checking it |  Marius Vlad | 1 | -4/+4 |
2022-06-10 | layout: Keep track of popup state to handle activation |  Marius Vlad | 2 | -1/+7 |
2022-06-10 | compositor: Perform activation from keybindings |  Marius Vlad | 1 | -4/+6 |
2022-06-10 | compositor: Pass flags when adding keybindgs |  Marius Vlad | 1 | -7/+14 |
2022-06-10 | layout: Add a way common way activate views |  Marius Vlad | 3 | -0/+65 |
2022-06-10 | shell: Extract some common functions |  Marius Vlad | 3 | -15/+30 |
2022-06-10 | input: Migrate ivi_seat to ivi_compositor header |  Marius Vlad | 2 | -13/+13 |
2022-06-10 | input: Remove keyboard listener keyboard focus activation |  Marius Vlad | 1 | -37/+0 |
2022-06-03 | compositor: Properly dispose of fullscreen views at shutdown |  Marius Vlad | 2 | -1/+10 |
2022-05-04 | shell: Do not set none role for applications w/o appid |  Marius Vlad | 1 | -5/+0 |
2022-05-04 | shell: Let the output destroy handler handle layer fini |  Marius Vlad | 2 | -12/+1 |
2022-05-04 | desktop: Document the repaint schedule |  Marius Vlad | 1 | -0/+11 |
2022-05-04 | Revert "desktop: No need to schedule a compositor repaint" |  Marius Vlad | 1 | -0/+2 |
2022-05-03 | shell: Added missing layer fini calls |  Marius Vlad | 3 | -1/+77 |
2022-05-03 | compositor: Proper indentation |  Marius Vlad | 1 | -2/+4 |
2022-05-03 | desktop: Remove dead code |  Marius Vlad | 2 | -20/+0 |
2022-05-03 | desktop: No need to schedule a compositor repaint |  Marius Vlad | 1 | -2/+0 |
2022-05-03 | meson.build: Bump up meson version |  Marius Vlad | 1 | -3/+2 |
2022-05-03 | layout: Inform client to resize for fullscreen roles |  Marius Vlad | 2 | -19/+58 |
2022-05-03 | layout: Send dimensions when setting up property as fullscreen |  Marius Vlad | 4 | -28/+65 |
2022-04-29 | layout: Do perform a view update transform when unmapped |  Marius Vlad | 1 | -0/+2 |
2022-04-29 | layout: Make the view mapped at activation completion |  Marius Vlad | 1 | -3/+1 |
2022-04-29 | compositor: Rename activated_by_default to mapped |  Marius Vlad | 3 | -15/+15 |
2022-03-29 | Weston 10.0 compatibility changes |  Scott Murray | 3 | -5/+5 |
2022-03-29 | Weston 9.0 compatibility changes |  Scott Murray | 3 | -20/+20 |
2022-03-17 | Remove the listener in the end of ivi_shell_destroy() |  duerpei | 1 | -0/+1 |
2022-03-15 | Fix potential memory leak in agl-compositor |  duerpei | 1 | -2/+8 |
2022-03-02 | layout: Address all other callsites w/ dirty+surface damagemarlin_12.93.0marlin/12.93.012.93.0 |  Marius Vlad | 1 | -10/+13 |
2022-03-02 | layout: Inflict surface damage |  Marius Vlad | 1 | -2/+1 |
2022-03-02 | layout: Remove left-over comment |  Marius Vlad | 1 | -2/+0 |
2022-02-23 | Fix potential memory leak |  duerpei | 1 | -0/+1 |
2022-01-28 | meson.build: Don't set the dependency type for wayland-scannermarlin_12.92.0marlin/12.92.012.92.0 |  Marius Vlad | 1 | -1/+1 |
2022-01-20 | Fix potential memory leak |  Rongrong Yuan | 1 | -0/+5 |
2022-01-13 | client/screenshooter: Compute the width/height for a single output |  Marius Vlad | 1 | -0/+2 |
2021-12-22 | agl-compositor: Add NULL check after creating surface/view |  AndyZhou | 1 | -2/+6 |
2021-12-22 | agl-compositor:Add NULL check after zalloc in src directorymarlin_12.91.0marlin/12.91.012.91.0 |  AndyZhou | 3 | -4/+72 |
2021-12-21 | agl-compositor:Add NULL check after zalloc in screenshooter.c |  AndyZhou | 1 | -0/+2 |