Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view-presentation.c
Commit message (Collapse)AuthorAgeFilesLines
* [presentation] Fix transition of pages with duration=0Carlos Garcia Campos2010-01-041-1/+1
|
* [presentation] Make Home/End keys go to first/last page in presentation mode tooCarlos Garcia Campos2010-01-041-0/+16
| | | | Fixes bug #358462.
* [presentation] Fix vertical white line in documents with black backgroundCarlos Garcia Campos2010-01-041-6/+10
| | | | | We never show the last vertical line since it's usually wrong due to rounding errors. Fixes bug #438760.
* [presentation] Make sure we always have a valid surface to draw a pageCarlos Garcia Campos2010-01-041-2/+28
| | | | | It avoids flickering or even a black screen when changing pages fast. Fixes bug #602738.
* [presentation] Allow finish presentation by clicking on end pageCarlos Garcia Campos2010-01-031-1/+18
| | | | | Escape still works, but end page message now says 'Click to exit'. See bug #309364.
* [libview] Fix double to int conversionCarlos Garcia Campos2010-01-031-14/+12
|
* [libview] Add EvViewPresentation to implement presentation modeCarlos Garcia Campos2010-01-031-0/+1415
It's a new view that contains all the EvView features that are specific to presentation mode.