Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-annotation-window.c
Commit message (Collapse)AuthorAgeFilesLines
* [libview] Correctly compute the position of the annotation windowJose Aliste2010-07-261-2/+2
|
* [libview] Fix position of window annotations when moved by the userCarlos Garcia Campos2010-07-251-8/+6
|
* Preliminary support for adding new annotationsCarlos Garcia Campos2010-07-201-48/+63
| | | | At the moment only Text annotations can be added. See bug #168304.
* [libview] Set word wrapping mode for text in popup annotationsCarlos Garcia Campos2010-07-031-0/+1
| | | | Patch by gvlat@pochta.ru. Fixes bug #623456.
* [libview] Set accept focus for annotation windowsCarlos Garcia Campos2010-05-111-1/+1
|
* [libview] Fix most of the GSEAL build issuesCarlos Garcia Campos2010-05-101-16/+10
| | | | Still pending GTK_WINDOW (toplevel)->group in ev-view-presentation
* 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_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-311-2/+2
|
* [libview] Use ev_document_misc_get_screen_dpi()Carlos Garcia Campos2010-02-211-9/+5
|
* [libview] Add EvAnnotationWindow widget that implements popup annotationsCarlos Garcia Campos2009-05-121-0/+650