Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [build] Use shave to improve build log readabilityCarlos Garcia Campos2009-05-129-16/+341
|
* [libview] Initialize start/end_page to -1Carlos Garcia Campos2009-05-121-0/+2
|
* [pdf] Remove unneeded #ifdefsCarlos Garcia Campos2009-05-122-22/+0
|
* [libview] Do not handle key events in EvView when it's not focusedCarlos Garcia Campos2009-05-121-2/+7
| | | | | We only handle key events in EvView even when it doesn't have the focus if there is a popup window with the focus
* [shell] Propagate key events from EvWindow to EvViewCarlos Garcia Campos2009-05-121-0/+25
| | | | | | | | | EvAnnotationWindow is a GtkWindow that doesn't accept focus, but we manually grab the focus on the text view contained in it to be able to modify the annotation contents. We need to propagate the key events to the view even when the view is not the focused widget. The view will only handle these events when there's a popup window with the focus so that it's possible to type in window annotations.
* [libview] Show popup windows associated to markup annotationsCarlos Garcia Campos2009-05-122-22/+533
|
* [libview] Add EvAnnotationWindow widget that implements popup annotationsCarlos Garcia Campos2009-05-124-0/+709
|
* Add close, resize-se and resize-sw icons copied from stickynotes appletCarlos Garcia Campos2009-05-126-2/+11
|
* [libview] Get annotations when rendering pagesCarlos Garcia Campos2009-05-124-1/+48
|
* Move stock icons from libmisc to libview and make the API publicCarlos Garcia Campos2009-05-128-44/+54
|
* [pdf] Implement annotations interfaceCarlos Garcia Campos2009-05-121-17/+200
|
* Bump poppler requirement to 0.11.0Carlos Garcia Campos2009-05-121-1/+1
|
* [libdocument] Add annotations interfaceCarlos Garcia Campos2009-05-125-0/+679
|
* [libdocument] Convert EvRectangle struct into a boxed typeCarlos Garcia Campos2009-05-122-6/+61
|
* Updated Spanish translationJorge Gonzalez2009-05-081-15/+5
|
* Updated Spanish translationJorge Gonzalez2009-05-081-174/+170
|
* Updated Oriya Translation.Manoj Kumar Giri2009-05-081-177/+205
|
* [ui] Disables bouncing during scrollingMartin Pohlack2009-05-061-3/+5
| | | | It appeared to be annoying. Fixes GNOME bug #533534
* [build] Added previewer to .gitignoreNickolay V. Shmyrev2009-05-061-0/+1
| | | | Shutup git
* [comics] Style fixesJuanjo Marín2009-05-061-86/+98
| | | | Fixes indentation and quotes
* Fix build without gconftool-2Christian Persch2009-05-051-20/+19
| | | | Bug #581441.
* Updated Spanish translationJorge Gonzalez2009-05-031-9/+9
|
* [build] Fixes distcheckNickolay V. Shmyrev2009-05-031-0/+2
| | | | Fixes distcheck issue with additional include folder.
* [docs] Fixes documentation buildNickolay V. Shmyrev2009-05-031-3/+4
| | | | Libmisc sources are added to shell docs. Fixes GNOME bug #579671
* [document] Fixes handling of broken documentsNickolay V. Shmyrev2009-05-035-13/+46
| | | | | Instead of aborting on assertion, we gracefully report that document is broken. Fixes GNOME bug #580886.
* Updated Spanish translationJorge Gonzalez2009-05-031-164/+197
|
* [comics] Fixes memory leaks and error messagesJuanjo Marín2009-05-031-34/+34
| | | | Few memory leaks noted in the GNOME bug #552074
* [ui] Escape URIs for displayNickolay V. Shmyrev2009-05-034-8/+55
| | | | | Uses uri escaping function to make more sensible URI's to display them. Fixes GNOME bug #581064.
* [ui] Use stock icon for Page SetupNickolay V. Shmyrev2009-05-031-1/+1
| | | | This stock icon requires GTK+-2.14, so it's fine to use it
* [ui] Renamed menu entry to Page SetupNickolay V. Shmyrev2009-05-032-3/+3
| | | | | To match with gtk+ dialog title and other applications like gedit. Fixes GNOME bug #581109
* Updated Spanish translationJorge Gonzalez2009-05-021-55/+68
|
* Updated Spanish translationJorge Gonzalez2009-05-011-12/+48
|
* Added F3 as a find-next accelerator key, bug 579072Michael J. Chudobiak2009-04-303-1/+9
|
* [build] Little typo fixNickolay V. Shmyrev2009-04-301-1/+1
| | | | Fixes the build issue introduced by the last commit
* [libegg] Resync with libegg to remove deprecated GTK+ symbolsJavier Jardón2009-04-301-3/+19
| | | | Fixes GNOME bug #580556
* Updated Oriya Translation.Manoj Kumar Giri2009-04-301-302/+310
|
* [comics] Support the free Gna! unrar tool.Juanjo Marín2009-04-281-99/+416
| | | | Adds handling of various types of cb[0-z] archives. Fixes Bug #552074.
* [doc] Add README.commits copied from NautilusCarlos Garcia Campos2009-04-281-0/+68
|
* [build] Rename ChangeLog and autogenerate itCarlos Garcia Campos2009-04-282-0/+21
|
* [infrastructure] Fixes doap fileNickolay V. Shmyrev2009-04-261-3/+3
| | | | Makes doap file valid by addition of mailto into foaf:mbox.
* [comics] Correct check for exit statusJuanjo Marín2009-04-262-3/+7
| | | | | Status of the dvipdfm needs to be checked after exit. Fixes GNOME bug #579656.
* [build] Adds -no-undefined flag for Cygwin buildNickolay V. Shmyrev2009-04-263-1/+3
| | | | | | | Added flag -no-undefined required by Cygwin for installed shared libraries since Cygwin's libtool can't track library dependency automatically. Fixes GNOME bug #580058. Patch from Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* Updating Estonian translationIvar Smolin2009-04-251-2/+2
|
* doap: Add desktop categoryOlav Vitters2009-04-241-0/+1
|
* Updated Brazilian Portuguese translation.Vladimir Melo2009-04-241-248/+270
|
* Updated Slovenian translationMatej Urban2009-04-241-292/+349
|
* Updated Spanish translationJorge Gonzalez2009-04-241-15/+12
|
* evince.doap: Added project description.Nickolay V. Shmyrev2009-04-242-0/+35
|
* Fixes the test Nickolay V. Shmyrev2009-04-151-3/+5
| | | | svn path=/trunk/; revision=3612
* Updated Arabic translation.khaledh2009-04-152-329/+329
| | | | svn path=/trunk/; revision=3607