Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view-presentation.c
Commit message (Expand)AuthorAgeFilesLines
* Add EvMappingList data struct instead of using a GListCarlos Garcia Campos2010-07-121-7/+6
* [presentation] Fix a crash when starting animationCarlos Garcia Campos2010-06-021-3/+3
* [libview] Fix build with GSEAL enabledCarlos Garcia Campos2010-05-311-14/+13
* [libview] Fix most of the GSEAL build issuesCarlos Garcia Campos2010-05-101-54/+56
* [presentation] Make inverted colors mode work in presentation mode tooCarlos Garcia Campos2010-04-251-2/+20
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
* Replace GTK_WIDGET_STATE() with gtk_widget_get_state()Hib Eris2010-03-311-1/+1
* Replace GTK_WIDGET_REALIZED() with gtk_widget_get_realized()Hib Eris2010-03-311-1/+1
* [presentation] Fix scale calculation on rotated monitorsCarlos Garcia Campos2010-03-131-3/+10
* [presentation] Fix rendering of documents with non uniform page sizeCarlos Garcia Campos2010-03-131-28/+21
* Use monitor height instead of screen height to calculate page scale in presen...Carlos Garcia Campos2010-03-131-21/+25
* [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
* [presentation] Fix vertical white line in documents with black backgroundCarlos Garcia Campos2010-01-041-6/+10
* [presentation] Make sure we always have a valid surface to draw a pageCarlos Garcia Campos2010-01-041-2/+28
* [presentation] Allow finish presentation by clicking on end pageCarlos Garcia Campos2010-01-031-1/+18
* [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