compositor-drm: Work around page flip not setting tiling mode on BYT
[platform/upstream/weston.git] / src / animation.c
2014-07-30 Jonny Lambanimation: also change stop value when updating a fade...
2014-06-19 Jonny Lambanimation: ensure repaints are always scheduled during...
2014-06-19 Jonny Lambanimation: fix move scale animation
2014-04-17 Ander Conselvan... animation: Fix input panel slide animation
2014-04-17 Ander Conselvan... animation: Split spring setup out of weston_view_animat...
2014-03-19 Kristian Høgsberganimation: Fix the fade animation to work in both direc...
2014-01-20 U. Artie Eoffanimation: don't NULL deref if _run() returns NULL
2013-12-03 Jason EkstrandRemove the weston_view.geometry.width/height fields
2013-11-19 Daniel StoneAdd move/scale animation
2013-11-19 Louis-Francis Ratt... animation, shell: add kbd focus change animation
2013-10-30 Kristian Høgsberganimation.c: Schedule a repaint when the animation...
2013-10-22 Jason EkstrandSplit the geometry information from weston_surface...
2013-09-21 Axel DavyRestoring alpha after the shell effects.
2013-06-17 Kristian Høgsbergshell: Tweak spring animation for zoom animation type
2013-06-17 Kristian Høgsberginput-panel: Bounce the input panel slide
2013-06-17 Kristian Høgsbergspring: Tweak the window fade-in spring to not overshoot
2013-06-17 Kristian Høgsbergspring: Make min/max part of spring parameters
2013-06-17 Kristian Høgsbergspring: Make clip behavior configurable
2013-06-17 Kristian Høgsbergspring: End spring simulatio faster
2013-06-12 Jason EkstrandChange weston_surface.resource to a wl_resource pointer.
2013-06-05 Daniel Stoneconfigure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
2013-05-08 Kristian Høgsbergcompositor: Adapt to wl_surface going away
2013-03-19 Pekka Paalanencompositor: introduce weston_surface_geometry_dirty()
2013-02-22 Ander Conselvan... compositor: Rename lock and unlock signals to idle...
2013-02-22 Ander Conselvan... animation: Schedule a repaint only on the outputs the...
2013-02-22 Ander Conselvan... animation: When fading, round the surface alpha when...
2013-02-22 Ander Conselvan... animation: Make fade more controllable
2013-02-22 Ander Conselvan... compositor: Split util.c into binding.c and animation.c