summaryrefslogtreecommitdiff
path: root/src/animation.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-05animation: Fix potential leak of memory pointed to by moveLucas Tanure1-1/+3
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-0/+1
2015-06-15src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2014-07-30animation: also change stop value when updating a fade targetJonny Lamb1-0/+1
2014-06-18animation: ensure repaints are always scheduled during animationsJonny Lamb1-0/+11
2014-06-18animation: fix move scale animationJonny Lamb1-1/+3
2014-04-16animation: Fix input panel slide animationAnder Conselvan de Oliveira1-1/+1
2014-04-16animation: Split spring setup out of weston_view_animation_run()Ander Conselvan de Oliveira1-25/+37
2014-03-19animation: Fix the fade animation to work in both directionsKristian Høgsberg1-5/+5
2014-01-19animation: don't NULL deref if _run() returns NULLU. Artie Eoff1-0/+12
2013-12-02Remove the weston_view.geometry.width/height fieldsJason Ekstrand1-4/+4
2013-11-19Add move/scale animationDaniel Stone1-0/+62
2013-11-19animation, shell: add kbd focus change animationLouis-Francis Ratté-Boulianne1-5/+48
2013-10-30animation.c: Schedule a repaint when the animation is doneKristian Høgsberg1-0/+1
2013-10-22Split the geometry information from weston_surface out into weston_viewJason Ekstrand1-68/+68
2013-09-21Restoring alpha after the shell effects.Axel Davy1-4/+20
2013-06-17shell: Tweak spring animation for zoom animation typeKristian Høgsberg1-1/+9
2013-06-17input-panel: Bounce the input panel slideKristian Høgsberg1-2/+3
2013-06-17spring: Tweak the window fade-in spring to not overshootKristian Høgsberg1-3/+6
2013-06-17spring: Make min/max part of spring parametersKristian Høgsberg1-12/+18
2013-06-17spring: Make clip behavior configurableKristian Høgsberg1-14/+24
2013-06-17spring: End spring simulatio fasterKristian Høgsberg1-2/+2
2013-06-12Change weston_surface.resource to a wl_resource pointer.Jason Ekstrand1-1/+1
2013-06-05configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone1-0/+2
2013-05-08compositor: Adapt to wl_surface going awayKristian Høgsberg1-2/+1
2013-03-18compositor: introduce weston_surface_geometry_dirty()Pekka Paalanen1-2/+2
2013-02-21compositor: Rename lock and unlock signals to idle and wakeAnder Conselvan de Oliveira1-1/+1
2013-02-21animation: Schedule a repaint only on the outputs the surface is inAnder Conselvan de Oliveira1-1/+1
2013-02-21animation: When fading, round the surface alpha when close to 0 or 1Ander Conselvan de Oliveira1-2/+2
2013-02-21animation: Make fade more controllableAnder Conselvan de Oliveira1-1/+16
2013-02-21compositor: Split util.c into binding.c and animation.cAnder Conselvan de Oliveira1-0/+275