Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-transition-animation.c
Commit message (Collapse)AuthorAgeFilesLines
* Added. Returns whether the animation has everything necessary to run. DoCarlos Garnacho2008-02-291-0/+12
| | | | | | | | | | | | | | 2008-02-29 Carlos Garnacho <carlosg@gnome.org> * shell/ev-transition-animation.[ch] (ev_transition_animation_ready): Added. Returns whether the animation has everything necessary to run. * shell/ev-view.c (ev_view_expose_event): Do not assume the animation is ready just because it's been created. Fixes #519106. (draw_one_page): Do not show the "Loading..." text in presentation mode, there was a slim probability that this could happen. svn path=/trunk/; revision=2933
* Implement "fade" effect.Carlos Garnacho2008-01-041-0/+18
| | | | | | | | | 2008-01-04 Carlos Garnacho <carlosg@gnome.org> * shell/ev-transition-animation.c (ev_transition_animation_fade) (ev_transition_animation_paint): Implement "fade" effect. svn path=/trunk/; revision=2809
* Implement "uncover" effect.Carlos Garnacho2008-01-041-0/+33
| | | | | | | | | 2008-01-04 Carlos Garnacho <carlosg@gnome.org> * shell/ev-transition-animation.c (ev_transition_animation_uncover) (ev_transition_animation_paint): Implement "uncover" effect. svn path=/trunk/; revision=2808
* Implement "cover" effect.Carlos Garnacho2008-01-041-0/+33
| | | | | | | | | 2008-01-04 Carlos Garnacho <carlosg@gnome.org> * shell/ev-transition-animation.c (ev_transition_animation_cover) (ev_transition_animation_paint): Implement "cover" effect. svn path=/trunk/; revision=2807
* Implement "push" effect.Carlos Garnacho2008-01-041-0/+33
| | | | | | | | | 2008-01-04 Carlos Garnacho <carlosg@gnome.org> * shell/ev-transition-animation.c (ev_transition_animation_push) (ev_transition_animation_paint): Implement "push" effect. svn path=/trunk/; revision=2806
* Implement "dissolve" effect.Carlos Garnacho2008-01-041-0/+18
| | | | | | | | | 2008-01-04 Carlos Garnacho <carlosg@gnome.org> * shell/ev-transition-animation.c (ev_transition_animation_dissolve) (ev_transition_animation_paint): Implement "dissolve" effect. svn path=/trunk/; revision=2805
* Implement "wipe" effect.Carlos Garnacho2008-01-041-0/+57
| | | | | | | | | 2008-01-04 Carlos Garnacho <carlosg@gnome.org> * shell/ev-transition-animation.c (ev_transition_animation_wipe) (ev_transition_animation_paint): Implement "wipe" effect. svn path=/trunk/; revision=2804
* Implement "box" effect.Carlos Garnacho2008-01-041-0/+47
| | | | | | | | | 2008-01-04 Carlos Garnacho <carlosg@gnome.org> * shell/ev-transition-animation.c (ev_transition_animation_box) (ev_transition_animation_paint): Implement "box" effect. svn path=/trunk/; revision=2803
* Implement "blinds" effect.Carlos Garnacho2008-01-041-0/+47
| | | | | | | | | 2008-01-04 Carlos Garnacho <carlosg@gnome.org> * shell/ev-transition-animation.c (ev_transition_animation_blinds) (ev_transition_animation_paint): Implement "blinds" effect. svn path=/trunk/; revision=2802
* Implement "split" effect.Carlos Garnacho2008-01-041-0/+68
| | | | | | | | | 2008-01-04 Carlos Garnacho <carlosg@gnome.org> * shell/ev-transition-animation.c (ev_transition_animation_split) (ev_transition_animation_paint): Implement "split" effect. svn path=/trunk/; revision=2801
* Added, EvTransitionAnimation will contain the implementations for pageCarlos Garnacho2008-01-041-0/+316
2008-01-04 Carlos Garnacho <carlosg@gnome.org> * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation will contain the implementations for page transition animations, at the moment it just has the "replace" effect. * shell/Makefile.am: Added these files to build. svn path=/trunk/; revision=2799