Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Norwegian bokmål translationKjartan Maraas2010-07-131-194/+210
|
* Updated Hebrew translation.Yaron Shahrabani2010-07-131-187/+200
|
* Updated Galician translationsFran Diéguez2010-07-131-189/+202
|
* [release] 2.31.5Carlos Garcia Campos2010-07-122-3/+26
|
* Add shell/ev-sidebar-annotations.c to POTFILES.inCarlos Garcia Campos2010-07-121-0/+1
|
* [shell] Flush DBus connection after emitting closed signal for the last windowCarlos Garcia Campos2010-07-121-4/+8
|
* [shell] Add ev_application_get_n_windows()Carlos Garcia Campos2010-07-122-0/+19
|
* [shell] Optimize ev_application_has_window()Carlos Garcia Campos2010-07-121-3/+10
|
* [libview] Use cairo_region_xor() when availableCarlos Garcia Campos2010-07-121-2/+5
|
* [libdocument] Use G_DEFINE_INTERFACE() macro to define EvAnnotationMarkup ifaceCarlos Garcia Campos2010-07-122-34/+11
|
* Bump GTK+ version to 2.90.5 and GLib to 2.25.11Carlos Garcia Campos2010-07-121-2/+2
|
* [libdocument] Add ev-annotation.h to evince-document.hCarlos Garcia Campos2010-07-121-0/+1
|
* [shell] Focus the selected annotation in the sidebarCarlos Garcia Campos2010-07-123-0/+63
|
* [libview] Add ev_view_focus_annotation() to focus the given annotationCarlos Garcia Campos2010-07-123-0/+59
|
* [shell] Add a sidebar page to show the list of annotationsCarlos Garcia Campos2010-07-124-0/+426
|
* [libview] Add a job to get the list of all annotations in documentCarlos Garcia Campos2010-07-122-0/+106
|
* [pdf] Cache annotations in the backendCarlos Garcia Campos2010-07-121-1/+31
|
* [libview] Add mail-attachment to stock-iconsCarlos Garcia Campos2010-07-122-1/+3
|
* [pdf] Try to parse and format annots modified dateCarlos Garcia Campos2010-07-121-1/+10
|
* [libdocument] Move format_date function from ev-properties to ev-document-miscCarlos Garcia Campos2010-07-123-25/+27
|
* Add EvMappingList data struct instead of using a GListCarlos Garcia Campos2010-07-1224-303/+364
| | | | It just wraps the GList and adds reference counting
* Added Kazakh translation for evinceBaurzhan Muftakhidinov2010-07-122-0/+1532
|
* Update Simplified Chinese help translation.Tao Zhu2010-07-111-280/+835
|
* [libview] Make sure annot popups never show up outside the main windowCarlos Garcia Campos2010-07-101-2/+10
| | | | Fixes bug #604125.
* [shell] Add GetWindowList DBus method to EvWindowJose Aliste2010-07-091-40/+60
| | | | It returns the list of currently opened windows
* [shell] Add ev_window_get_dbus_object_path()Jose Aliste2010-07-092-0/+11
|
* [shell] Emit a DBus signal when window is closedJose Aliste2010-07-091-0/+36
|
* [ev-daemon] Add FindDocument method to the daemon DBus interfaceJose Aliste2010-07-091-1/+24
| | | | | It returns the name owner of the evince process for the given document URI.
* [pdf] Update to poppler API changesCarlos Garcia Campos2010-07-082-3/+26
|
* Switch to GTK+ 3Carlos Garcia Campos2010-07-0816-226/+244
|
* [libview] Fix build with GSEAL enabledCarlos Garcia Campos2010-07-061-2/+2
|
* Remove gail-util from cut-n-paste and add gail dependencyCarlos Garcia Campos2010-07-059-2105/+3
| | | | | I thought gail-util was included in gtk+ sources but it was not installed by gtk.
* [libview] Set word wrapping mode for text in popup annotationsCarlos Garcia Campos2010-07-031-0/+1
| | | | Patch by gvlat@pochta.ru. Fixes bug #623456.
* [release] 2.31.4.1Carlos Garcia Campos2010-06-302-2/+11
|
* [libview] Cache GtkTextBuffer in EvViewAccessibleDaniel Garcia2010-06-291-51/+48
|
* [pdf] Fix build when text_layout is not availableCarlos Garcia Campos2010-06-291-0/+2
| | | | Fixes bug #623080.
* [release] 2.31.4Carlos Garcia Campos2010-06-282-1/+30
|
* [shell] Add synctex supportCarlos Garcia Campos2010-06-281-0/+143
|
* [shell] Add ev_application_get_dbus_connection()Carlos Garcia Campos2010-06-282-0/+11
|
* [shell] Rename OpenURI dbus method as Reload and remove uri argumentCarlos Garcia Campos2010-06-281-30/+13
|
* [shell] Free dbus introspection data on application shutdownCarlos Garcia Campos2010-06-281-3/+4
|
* [libview] Add support for synctex in EvViewCarlos Garcia Campos2010-06-283-2/+115
| | | | | | - A signal with a source link is emitted on CTRL + click - A new public method has been added to highlight the view rectangle corresponding to a source link
* [libdocument] Use EvSourceLink as parameter of synctex_forward_search()Carlos Garcia Campos2010-06-282-11/+5
|
* [dvi] Implement ev_document_support_syntexJose Aliste2010-06-271-0/+7
|
* [pdf] Implement ev_document_support_syntexJose Aliste2010-06-271-0/+7
|
* [libdocument] Add synctex methods to search backward and forwardJose Aliste2010-06-274-19/+174
|
* Add synctex parser to cut-n-paste directory.Jose Aliste2010-06-2710-1/+5172
|
* Update Simplified Chinese translation.杨章2010-06-271-194/+207
|
* [libview] Implement AtkText interface in EvViewDaniel Garcia2010-06-262-39/+398
|
* Add gail-util to cut-n-pasteDaniel Garcia2010-06-267-1/+2100
|