Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Collapse)AuthorAgeFilesLines
* Update icons to match gnome-icon-theme appearanceCarlos Garcia Campos2010-04-132-2/+2
| | | | Fixes bug #614747.
* [libview] Make sure there's a new valid page range before updating cachesCarlos Garcia Campos2010-04-131-0/+3
| | | | Fixes fdo#27599.
* [libview] Do not set loading to FALSE unless we really have a documentCarlos Garcia Campos2010-04-131-2/+1
|
* Update FSF address everywhere.Arun Persaud2010-04-0528-32/+32
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* [libview] Fix loading of compressed password-protected documentsCarlos Garcia Campos2010-04-031-2/+6
| | | | Fixes bug #613959.
* Replace GTK_WIDGET_STATE() with gtk_widget_get_state()Hib Eris2010-03-311-1/+1
|
* Replace GTK_WIDGET_VISIBLE() with gtk_widget_get_visible()Hib Eris2010-03-311-1/+1
|
* Replace GTK_WIDGET_REALIZED() with gtk_widget_get_realized()Hib Eris2010-03-312-2/+2
|
* Replace GTK_WIDGET_IS_SENSITIVE() with gtk_widget_is_sensitive()Hib Eris2010-03-311-1/+1
|
* Replace GTK_WIDGET_HAS_FOCUS() with gtk_widget_has_focus()Hib Eris2010-03-313-5/+5
|
* Bump GTK+ requirements to 2.20.0Carlos Garcia Campos2010-03-311-41/+3
| | | | Remove GTK_CHECK_VERSION macros and unneeded code.
* [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
|
*