summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-03GTK+-3 ev-view-private: Use GtkContainer and GtkContainerClass in EvView and ↵raveit651-2/+8
EvViewClass https://bugzilla.gnome.org/show_bug.cgi?id=685362 taken from: https://git.gnome.org/browse/evince/commit/?id=9c007a9
2016-07-03GTK+-3 ev-view: Make EvView inherit from GtkContainer instead of GtkFixedraveit652-25/+217
It makes handling child widgets easier. Based on patch by José aliste, see bug http://bugzilla.gnome.org/show_bug.cgi?id=573748 taken from: https://git.gnome.org/browse/evince/commit/?id=de237e0
2016-07-01po: drop languages not present on Transifexmonsta3-2967/+0
2016-06-30release 1.15.1v1.15.1raveit652-1/+47
2016-06-30sync with transiflexraveit6598-22611/+25167
2016-06-29dvi: Use new font name instead of the old oneraveit651-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=612298 taken from: https://git.gnome.org/browse/evince/commit/?id=8bab924
2016-06-29dvi: Use t1 font mapping filesraveit651-1/+6
http://bugzilla.gnome.org/show_bug.cgi?id=612298 taken from: https://git.gnome.org/browse/evince/commit/?id=dfbd28dfd9d790b5a3f39890f66a2da9a0d1c759
2016-06-29xps: Fill version information of EvDocumentBackendInforaveit652-3/+2
https://git.gnome.org/browse/evince/commit/?id=3fee54a
2016-06-29comics: Fix some memory leaksraveit651-19/+22
http://bugzilla.gnome.org/show_bug.cgi?id=667258 taken from: https://git.gnome.org/browse/evince/commit/?id=d397c6d
2016-06-29eggfindbar: Find next/previous with control + Up/Downraveit651-2/+7
https://bugzilla.gnome.org/show_bug.cgi?id=653910 taken from: https://git.gnome.org/browse/evince/commit/?id=0d6afe8
2016-06-29libview: Add an option to show odd pages on the left in dual moderaveit652-28/+34
Added a dual_even_left flag to EvView. When this flag is false, odd pages appear left instead of even ones. All the logic has been added to get_dual_even_left(). The patch is a bit more involved because build_height_to_page() was computing dual_even_left directly instead of calling get_dual_even_left(). Rather than implementing the logic twice, we replaced its EvDocument argument by its enclosing EvView in order to be able to call get_dual_even_left() directly. This function was renamed into ev_view_build_height_to_page_cache() to reflect it is now a view method. See http://bugzilla.gnome.org/show_bug.cgi?id=444587 taken from: https://git.gnome.org/browse/evince/commit/?id=f065e36
2016-06-29libview: Add dual-odd-left property to EvDocumentModelraveit652-0/+42
taken from: https://git.gnome.org/browse/evince/commit/?id=1346a98
2016-06-29Refresh thumbnail only when window has a documentraveit651-1/+1
This prevents a critical warning when opening a document that was rotated in a previous Evince session. taken from: https://git.gnome.org/browse/evince/commit/?id=1b5cf70
2016-06-29Fix rotated tiff documentsraveit651-1/+1
This allows tiff documents with different XRESOLUTION and YRESOLUTION to rotate correctly. taken from: https://git.gnome.org/browse/evince/commit/?id=67700e0
2016-06-29GTK+-3 ev-view-presentation: Fix a unused-but-set-variable compile warningraveit651-0/+4
taken from: https://git.gnome.org/browse/evince/commit/?id=0981802
2016-06-29GTK+-3 toolbar-editor: port GtkTable to GtkGridraveit651-5/+87
taken from: https://git.gnome.org/browse/evince/commit/?id=3b0edf9
2016-06-29GTK+-3: Use ev_document_misc_get_pointer_position() instad of deprecated ↵raveit656-2/+104
gtk_widget_get_pointer()
2016-06-24GTK+-3: do not use deprecated gtk_dialog_set_alternative_button_orderraveit652-0/+12
2016-06-24GTK+-3: do not use gdk_app_launch_context_new()raveit652-0/+49
Use gdk_display_get_app_launch_context() instead. taken from: https://git.gnome.org/browse/evince/commit/?id=987f7d9
2016-06-24libdocument: Document EvAnnotation.raveit651-0/+118
https://bugzilla.gnome.org/show_bug.cgi?id=635705 taken from: https://git.gnome.org/browse/evince/commit/?id=a1a164b
2016-06-24libdocument: Make EvSourceLink boxed.raveit653-12/+63
https://bugzilla.gnome.org/show_bug.cgi?id=635705 taken from: https://git.gnome.org/browse/evince/commit/?id=0ac0898
2016-06-24libdocument: Add missing annotation to ev_document_factory_get_document.raveit651-1/+1
Pointed out by Lucas Stadler. https://bugzilla.gnome.org/show_bug.cgi?id=635705 taken from: https://git.gnome.org/browse/evince/commit/?id=bc655e5
2016-06-24libdocument: Use G_DEFINE_BOXED_TYPE instead of custom macroraveit652-22/+3
taken from: https://git.gnome.org/browse/evince/commit/?id=c839e45
2016-06-24document-model: annotate ev_document_model_get_document()raveit651-0/+8
So that introspected bindings can call into this method. https://bugzilla.gnome.org/show_bug.cgi?id=662720 taken from: https://git.gnome.org/browse/evince/commit/?id=a6b50f1
2016-06-24configure: Bump poppler requirements to 0.18.0raveit651-1/+1
follow: https://git.gnome.org/browse/evince/commit/?id=6f070cf
2016-06-24shell: add plural form for "cancel print jobs before closing" dialograveit651-2/+8
The use of ngettext is adviced even if the singular form is not used as languages other than english may have more than one plural form. taken from: https://git.gnome.org/browse/evince/commit/?id=29a368d
2016-06-24GTK+-3 cut-n-paste: Update toolbar-editor from libeggraveit653-5/+138
partial taken from https://git.gnome.org/browse/evince/commit/?id=8c45255 Note: for some reasons parts of this commit was already applied
2016-06-24Fix undefined variable warnings in dvi-backendraveit651-6/+6
taken from: https://git.gnome.org/browse/evince/commit/?id=c8ce06b
2016-06-24GTK+-3: Use GtkGrid instead of GtkTableraveit654-0/+238
taken from: https://git.gnome.org/browse/evince/commit/?id=da8f31e
2016-06-24GTK+-3 ev-sidebar-annotations: replace deprecated gtk_widget_render_iconraveit651-0/+4
2016-06-24GTK+-3 ev-password-view: Do not use deprecate composite-child APIraveit651-1/+5
2016-06-24GTK+-3: fix deprecated gtk_{v/h}separator_newraveit652-0/+8
2016-06-24synctex: update to 1.18raveit657-141/+135
2016-06-24synctex: Fix -Wundef warningraveit651-0/+5
taken from: https://git.gnome.org/browse/evince/commit/?id=0708338
2016-06-24synctex: Update from upstreamraveit653-23/+24
taken from: https://git.gnome.org/browse/evince/commit/?id=d0faf92
2016-06-24synctex: fix compile warningsraveit651-2/+2
taken from: https://git.gnome.org/browse/evince/commit/?id=8262397
2016-06-24synctex: update to version 1.17raveit656-393/+619
taken from: https://git.gnome.org/browse/evince/commit/?id=6179f51
2016-06-24cut-n-paste: Update synctex parser to version 1.16raveit657-651/+827
and add missing files from gnome git for better sync to higher version Fixes bug 651263.https://bugzilla.gnome.org/show_bug.cgi?id=651263 Taken from: https://git.gnome.org/browse/evince/commit/?id=05a78e3
2016-06-23schema: some corrections and a typo fixmonsta1-4/+4
2016-06-22use symbolic arrows only for gtk+-3raveit652-0/+12
2016-06-22egg_toolbar_editor: use gtk_orientable_set_orientation () for both toolkit ↵raveit651-2/+0
versions
2016-06-22GTK+-3.0: avoid deprecated usage of GtkArrowraveit652-3/+3
2016-06-22Do not use deprecated GTK_TYPE_VBOX definitionsraveit6521-36/+59
2016-06-22GTK3 ev-timeline: don't use deprecated gdk_threads_{enter/leave} ()raveit651-0/+5
2016-06-22GTK+-3: do not use deprecated gtk_{h/v}box_newraveit6516-0/+55
2016-06-22GTK3 egg: don't use deprecated gdk_threads_{enter/leave} ()raveit651-0/+12
2016-06-21po: actually add a new language from Transifexmonsta1-0/+1
2016-06-08release 1.15.0v1.15.0raveit652-2/+18
2016-06-08sync with Transiflexraveit655-44/+46
2016-06-03removed old gnome filesmonsta2-2813/+0