Linux Foundation Collaborative Projects
index
:
agl-compositor
icefish
jellyfish
koi
lamprey
marlin
master
needlefish
next
next-wip
octopus
pike
quillback
ricefish
sandbox/mvlad/add-missing-hooks
sandbox/mvlad/add-waltham-support
sandbox/mvlad/add-waltham-support-wip
sandbox/mvlad/agl-shell-desktop
sandbox/mvlad/agl-shell-v2-bind-events-destructor
sandbox/mvlad/agl-shell-v3-move-out-agl-shell-desktop
sandbox/mvlad/appids-per-output
sandbox/mvlad/fix-next
sandbox/mvlad/fix-shell-v1
sandbox/mvlad/grpc-async-cb
sandbox/mvlad/libweston10
sandbox/mvlad/libweston9
sandbox/mvlad/next-fix-rdp-backend
sandbox/mvlad/next-phase-fix-next
sandbox/mvlad/policy-manager-split
sandbox/mvlad/pre-ci
sandbox/mvlad/remote-surfaces
sandbox/mvlad/screenshooter-init
sandbox/mvlad/split-v3
sandbox/mvlad/split-v3-update
sandbox/mvlad/switch-to-grpc
sandbox/mvlad/t1
sandbox/mvlad/test1
sandbox/mvlad/weston-ci
sandbox/mvlad/weston-ci-libweston8
sandbox/mvlad/xwayland-support
AGL compositor (using wayland)
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-23
process-util: Move Xwayland fork helpers to shared
Marius Vlad
2
-0
/
+364
2022-09-22
shared: add str_printf()
Marius Vlad
1
-0
/
+26
2022-09-22
shared: introduce os_fd_clear_cloexec()
Marius Vlad
2
-0
/
+18
2022-09-22
desktop: Do not attempt to send terminate event
Marius Vlad
1
-1
/
+3
2022-09-14
protocol/agl-shell.xml: Add an app_state event -- app state notification
Marius Vlad
4
-4
/
+54
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 README
needlefish_13.93.0
needlefish/13.93.0
13.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 damage
marlin_12.93.0
marlin/12.93.0
12.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-scanner
marlin_12.92.0
marlin/12.92.0
12.92.0
Marius Vlad
1
-1
/
+1
[next]