Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-transition-animation.c
Commit message (Collapse)AuthorAgeFilesLines
* [presentation] Fix fade animationsCarlos Garcia Campos2010-06-021-28/+28
| | | | Fixes bug #619825.
* Update FSF address everywhere.Arun Persaud2010-04-051-2/+2
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* [presentation] Add clip removed by mistakeCarlos Garcia Campos2010-01-041-0/+1
|
* [libview] Do not scale when drawing animations in presentation modeCarlos Garcia Campos2010-01-031-15/+1
| | | | | Scale never changes in presentation mode, if current page is rendered is always at the right size.
* [libview] Fix page transitions in presentation modeCarlos Garcia Campos2009-06-081-0/+6
| | | | | Set the destination surface as soon as possible when starting a page transition animation. Fixes bgo#583652 and bgo#581881.
* Animation is ready only when origin surface is ready. This fixes fadingNickolay V. Shmyrev2009-03-301-3/+4
| | | | | | | | | | | | | | | 2009-03-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * libview/ev-transition-animation.c: (ev_transition_animation_paint), (ev_transition_animation_ready): Animation is ready only when origin surface is ready. This fixes fading animations because otherwise next page is displayed before animaiton starts. svn path=/trunk/; revision=3562
* Move EvView specific code to a libeviview library so that it can beCarlos Garcia Campos2009-01-181-0/+682
2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * Makefile.am: * libdocument/Makefile.am: * libview/Makefile.am: * libview/ev-job-scheduler.[ch]: * libview/ev-jobs.[ch]: * libview/ev-page-cache.[ch]: * libview/ev-pixbuf-cache.[ch]: * libview/ev-timeline.[ch]: * libview/ev-transition-animation.[ch]: * libview/ev-view-accessible.[ch]: * libview/ev-view-marshal.list: * libview/ev-view.[ch]: * shell/Makefile.am: Move EvView specific code to a libeviview library so that it can be embbeded in other applications. Based on patches by Tomeu Vizoso. Fixes bug #567751. svn path=/trunk/; revision=3348