Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view.c
Commit message (Collapse)AuthorAgeFilesLines
* [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-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_VISIBLE() with gtk_widget_get_visible()Hib Eris2010-03-311-1/+1
|
* Replace GTK_WIDGET_REALIZED() with gtk_widget_get_realized()Hib Eris2010-03-311-1/+1
|
* Replace GTK_WIDGET_HAS_FOCUS() with gtk_widget_has_focus()Hib Eris2010-03-311-2/+2
|
* Allow adding actions for more than one item in view popup menuCarlos Garcia Campos2010-02-211-15/+12
| | | | Fixes bug #609497.
* Assorted string fixesPhilip Withnall2010-02-031-1/+1
| | | | | Assorted string fixes, fixing some missing words, incorrect capitalisation; and converting ellipses and dashes into the appropriate Unicode characters.
* [libview] Make sure new selection region is not emptyCarlos Garcia Campos2010-01-111-1/+1
|
*