1. 24d306c libweston: Add move (without scale) animation by Quentin Glidic · 9 years ago
  2. 75e7106 libweston: fix animation crash when a view has no output assigned by Armin Krezović · 9 years ago
  3. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  4. b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago[Renamed from src/animation.c]
  5. ed8dd4e animation: Fix potential leak of memory pointed to by move by Lucas Tanure · 10 years ago
  6. 867d50e Unified multiple definitions of container_of() macro. by Jon Cruz · 10 years ago
  7. a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  8. 70ee3ad animation: also change stop value when updating a fade target by Jonny Lamb · 11 years ago
  9. f8bfd05 animation: ensure repaints are always scheduled during animations by Jonny Lamb · 11 years ago
  10. 91f80f2 animation: fix move scale animation by Jonny Lamb · 11 years ago
  11. a4a6f16 animation: Fix input panel slide animation by Ander Conselvan de Oliveira · 11 years ago
  12. f5cc2b5 animation: Split spring setup out of weston_view_animation_run() by Ander Conselvan de Oliveira · 11 years ago
  13. 3a86901 animation: Fix the fade animation to work in both directions by Kristian Høgsberg · 11 years ago
  14. a62e0e0 animation: don't NULL deref if _run() returns NULL by U. Artie Eoff · 11 years ago
  15. 918f2dd Remove the weston_view.geometry.width/height fields by Jason Ekstrand · 12 years ago
  16. a67e6b9 Add move/scale animation by Daniel Stone · 12 years ago
  17. b482dbd animation, shell: add kbd focus change animation by Louis-Francis Ratté-Boulianne · 12 years ago
  18. 90dfb11 animation.c: Schedule a repaint when the animation is done by Kristian Høgsberg · 12 years ago
  19. a7af704 Split the geometry information from weston_surface out into weston_view by Jason Ekstrand · 12 years ago
  20. 5e396ae Restoring alpha after the shell effects. by Axel Davy · 12 years ago
  21. 1cfd406 shell: Tweak spring animation for zoom animation type by Kristian Høgsberg · 12 years ago
  22. dd2df78 input-panel: Bounce the input panel slide by Kristian Høgsberg · 12 years ago
  23. 5281fb1 spring: Tweak the window fade-in spring to not overshoot by Kristian Høgsberg · 12 years ago
  24. 091b096 spring: Make min/max part of spring parameters by Kristian Høgsberg · 12 years ago
  25. 7eec9b3 spring: Make clip behavior configurable by Kristian Høgsberg · 12 years ago
  26. c24744e spring: End spring simulatio faster by Kristian Høgsberg · 12 years ago
  27. 26ed73c Change weston_surface.resource to a wl_resource pointer. by Jason Ekstrand · 12 years ago
  28. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  29. fe7aa90 compositor: Adapt to wl_surface going away by Kristian Høgsberg · 12 years ago
  30. c3ce738 compositor: introduce weston_surface_geometry_dirty() by Pekka Paalanen · 12 years ago
  31. a457563 compositor: Rename lock and unlock signals to idle and wake by Ander Conselvan de Oliveira · 12 years ago
  32. 29f30fa animation: Schedule a repaint only on the outputs the surface is in by Ander Conselvan de Oliveira · 12 years ago
  33. 8a91324 animation: When fading, round the surface alpha when close to 0 or 1 by Ander Conselvan de Oliveira · 12 years ago
  34. ee41605 animation: Make fade more controllable by Ander Conselvan de Oliveira · 12 years ago
  35. cbdebc2 compositor: Split util.c into binding.c and animation.c by Ander Conselvan de Oliveira · 12 years ago