Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-transition-effect.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes bug #542924. Makes enums static to fix Solaris build.Darren Kenny2008-07-141-3/+3
| | | | | | | | | | | | | | 2008-07-15 Darren Kenny <darren.kenny@sun.com> * libdocument/ev-transition-effect.c (ev_transition_effect_type_get_type), (ev_transition_effect_alignment_get_type), (ev_transition_effect_direction_get_type): Fixes bug #542924. Makes enums static to fix Solaris build. svn path=/trunk/; revision=3071
* New files, define a page transition effect, at the moment it mapsCarlos Garnacho2008-01-041-0/+285
2008-01-04 Carlos Garnacho <carlosg@gnome.org> * libdocument/ev-transition-effect.[ch]: New files, define a page transition effect, at the moment it maps PopplerPageTransition to a GObject. * libdocument/Makefile.am: Added these files to build. * libdocument/ev-document-transition.[ch] (ev_document_transition_get_effect): New method, gets the EvTransitionEffect returned by the interface implementation, with fallback to the "replace" effect. svn path=/trunk/; revision=2796