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
* Add EvMappingList data struct instead of using a GListCarlos Garcia Campos2010-07-121-7/+6
| | | | It just wraps the GList and adds reference counting
* [presentation] Fix a crash when starting animationCarlos Garcia Campos2010-06-021-3/+3
| | | | Fixes bug #619948.
* [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
| | | | Still pending GTK_WINDOW (toplevel)->group in ev-view-presentation
* [presentation] Make inverted colors mode work in presentation mode tooCarlos Garcia Campos2010-04-251-2/+20
| | | | Fixes bug #614693.
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* 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
| | | | Spotted by José Aliste.
* [presentation] Fix rendering of documents with non uniform page sizeCarlos Garcia Campos2010-03-131-28/+21
|
*