summaryrefslogtreecommitdiff
path: root/src/animation.c
Commit message (Expand)AuthorAgeFilesLines
* animation: Fix potential leak of memory pointed to by moveLucas Tanure2015-10-051-1/+3
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-0/+1
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* animation: also change stop value when updating a fade targetJonny Lamb2014-07-301-0/+1
* animation: ensure repaints are always scheduled during animationsJonny Lamb2014-06-181-0/+11
* animation: fix move scale animationJonny Lamb2014-06-181-1/+3
* animation: Fix input panel slide animationAnder Conselvan de Oliveira2014-04-161-1/+1
* animation: Split spring setup out of weston_view_animation_run()Ander Conselvan de Oliveira2014-04-161-25/+37
* animation: Fix the fade animation to work in both directionsKristian Høgsberg2014-03-191-5/+5
* animation: don't NULL deref if _run() returns NULLU. Artie Eoff2014-01-191-0/+12
* Remove the weston_view.geometry.width/height fieldsJason Ekstrand2013-12-021-4/+4
* Add move/scale animationDaniel Stone2013-11-191-0/+62
* animation, shell: add kbd focus change animationLouis-Francis Ratté-Boulianne2013-11-191-5/+48
* animation.c: Schedule a repaint when the animation is doneKristian Høgsberg2013-10-301-0/+1
* Split the geometry information from weston_surface out into weston_viewJason Ekstrand2013-10-221-68/+68
* Restoring alpha after the shell effects.Axel Davy2013-09-211-4/+20
* shell: Tweak spring animation for zoom animation typeKristian Høgsberg2013-06-171-1/+9
* input-panel: Bounce the input panel slideKristian Høgsberg2013-06-171-2/+3
* spring: Tweak the window fade-in spring to not overshootKristian Høgsberg2013-06-171-3/+6
* spring: Make min/max part of spring parametersKristian Høgsberg2013-06-171-12/+18
* spring: Make clip behavior configurableKristian Høgsberg2013-06-171-14/+24
* spring: End spring simulatio fasterKristian Høgsberg2013-06-171-2/+2
* Change weston_surface.resource to a wl_resource pointer.Jason Ekstrand2013-06-121-1/+1
* configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone2013-06-051-0/+2
* compositor: Adapt to wl_surface going awayKristian Høgsberg2013-05-081-2/+1
* compositor: introduce weston_surface_geometry_dirty()Pekka Paalanen2013-03-181-2/+2
* compositor: Rename lock and unlock signals to idle and wakeAnder Conselvan de Oliveira2013-02-211-1/+1
* animation: Schedule a repaint only on the outputs the surface is inAnder Conselvan de Oliveira2013-02-211-1/+1
* animation: When fading, round the surface alpha when close to 0 or 1Ander Conselvan de Oliveira2013-02-211-2/+2
* animation: Make fade more controllableAnder Conselvan de Oliveira2013-02-211-1/+16
* compositor: Split util.c into binding.c and animation.cAnder Conselvan de Oliveira2013-02-211-0/+275