index
:
~jjones/weston
nvidia_head
nvidia_head_rebase-2.0
nvidia_head_rebase-2016-11-04
nvidia_head_rebase-3.0
nvidia_head_rebase-4.0
nvidia_head_rebase_1.11
nvidia_head_rebase_1.12
nvidia_r364
NVIDIA development branches of the Weston Wayland Compositor
jjones
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
animation.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-05
animation: Fix potential leak of memory pointed to by move
Lucas Tanure
1
-1
/
+3
2015-06-15
Unified multiple definitions of container_of() macro.
Jon Cruz
1
-0
/
+1
2015-06-15
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
1
-16
/
+19
2014-07-30
animation: also change stop value when updating a fade target
Jonny Lamb
1
-0
/
+1
2014-06-18
animation: ensure repaints are always scheduled during animations
Jonny Lamb
1
-0
/
+11
2014-06-18
animation: fix move scale animation
Jonny Lamb
1
-1
/
+3
2014-04-16
animation: Fix input panel slide animation
Ander Conselvan de Oliveira
1
-1
/
+1
2014-04-16
animation: Split spring setup out of weston_view_animation_run()
Ander Conselvan de Oliveira
1
-25
/
+37
2014-03-19
animation: Fix the fade animation to work in both directions
Kristian Høgsberg
1
-5
/
+5
2014-01-19
animation: don't NULL deref if _run() returns NULL
U. Artie Eoff
1
-0
/
+12
2013-12-02
Remove the weston_view.geometry.width/height fields
Jason Ekstrand
1
-4
/
+4
2013-11-19
Add move/scale animation
Daniel Stone
1
-0
/
+62
2013-11-19
animation, shell: add kbd focus change animation
Louis-Francis Ratté-Boulianne
1
-5
/
+48
2013-10-30
animation.c: Schedule a repaint when the animation is done
Kristian Høgsberg
1
-0
/
+1
2013-10-22
Split the geometry information from weston_surface out into weston_view
Jason Ekstrand
1
-68
/
+68
2013-09-21
Restoring alpha after the shell effects.
Axel Davy
1
-4
/
+20
2013-06-17
shell: Tweak spring animation for zoom animation type
Kristian Høgsberg
1
-1
/
+9
2013-06-17
input-panel: Bounce the input panel slide
Kristian Høgsberg
1
-2
/
+3
2013-06-17
spring: Tweak the window fade-in spring to not overshoot
Kristian Høgsberg
1
-3
/
+6
2013-06-17
spring: Make min/max part of spring parameters
Kristian Høgsberg
1
-12
/
+18
2013-06-17
spring: Make clip behavior configurable
Kristian Høgsberg
1
-14
/
+24
2013-06-17
spring: End spring simulatio faster
Kristian Høgsberg
1
-2
/
+2
2013-06-12
Change weston_surface.resource to a wl_resource pointer.
Jason Ekstrand
1
-1
/
+1
2013-06-05
configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
Daniel Stone
1
-0
/
+2
2013-05-08
compositor: Adapt to wl_surface going away
Kristian Høgsberg
1
-2
/
+1
2013-03-18
compositor: introduce weston_surface_geometry_dirty()
Pekka Paalanen
1
-2
/
+2
2013-02-21
compositor: Rename lock and unlock signals to idle and wake
Ander Conselvan de Oliveira
1
-1
/
+1
2013-02-21
animation: Schedule a repaint only on the outputs the surface is in
Ander Conselvan de Oliveira
1
-1
/
+1
2013-02-21
animation: When fading, round the surface alpha when close to 0 or 1
Ander Conselvan de Oliveira
1
-2
/
+2
2013-02-21
animation: Make fade more controllable
Ander Conselvan de Oliveira
1
-1
/
+16
2013-02-21
compositor: Split util.c into binding.c and animation.c
Ander Conselvan de Oliveira
1
-0
/
+275