summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2016-06-02Merge branch 'master' of github.com:mate-desktop/atrilraveit657-139/+5
2016-06-01fix minor build warningmonsta1-1/+2
2016-06-01backend: drop some win32-specific stuffmonsta6-138/+3
2016-05-26ev-window: add new gsetting to set the page cache sizeraveit652-3/+32
https://bugzilla.gnome.org/show_bug.cgi?id=642683 inspired from: https://git.gnome.org/browse/evince/commit/?id=392d8e3 https://git.gnome.org/browse/evince/commit/?id=e656398
2016-05-26shell: Create metadata object even for temp filesraveit652-5/+10
Metadata won't be saved in those cases, but default settings will applied. https://bugzilla.gnome.org/show_bug.cgi?id=680145 taken from: https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&id=6d25b93
2016-05-26shell: Store and restore current folder when opening or saving fileraveit652-32/+120
Remember the folder last used to open or save a document, attachment or image. taken from: https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&id=f6137df22503d88a76cc69f622919ec7bd3582d7 shell: Fix potential read-after-free in gsettings use It's not valid to use '&' with g_settings_get(). https://bugzilla.gnome.org/show_bug.cgi?id=723737 taken from: https://git.gnome.org/browse/evince/commit/?id=41ce0e1 ev-window: Don't crash when trying to save a copy We can not free both folder_uri and parent_uri. If parent_uri is non-NULL then it will point to the same location as folder_uri. Also, parent_uri is now unused so we can just remove it. https://bugzilla.gnome.org/show_bug.cgi?id=727536 taken from: https://git.gnome.org/browse/evince/commit/?id=3850ff5
2016-05-26shell: Don't set the current folder while saving a fileraveit651-5/+0
Fixes bug 655514. taken from: https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-8&id=55c1f8231bdab143a1d90f4bd598852d746b08e0
2016-05-26shell: Do not save file chooser open/save uriraveit653-76/+6
It doesn't make sense anymore since we have multiple processes. taken from: https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-2&id=3df6a61
2016-05-26Add a setting to disable auto-reloadraveit652-1/+9
https://bugzilla.gnome.org/show_bug.cgi?id=669265 taken from: https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&id=a5a0f6
2016-05-25backend, libdocument: reorganize some includesmonsta8-8/+3
2016-05-21update to 1.14.1 releasev1.14.1raveit652-1/+7
2016-05-21sync with transiflexraveit6512-89/+1830
2016-05-17Remove the check for a parent, more intuitive conditionsrootavish1-4/+4
2016-04-26window: fix another random webview-related crashmonsta1-0/+1
2016-04-07po: add missing languages to LINGUASv1.14.0monsta1-0/+4
2016-04-06release 1.14.0raveit652-2/+3
2016-04-06Fix Changelog generationraveit651-13/+9
2016-04-06add new languages and sync with transiflexraveit6586-232/+7203
2016-04-05update NEWS and pack 1.13.x changes into single 1.14.0 entrymonsta1-11/+7
2016-04-05check for GTK+3 stable release, not development onemonsta1-1/+1