summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-03-06zoom-control.c: don't use deprecated gtk_combo_box_set_focus_on_clickraveit651-0/+4
replace it with gtk_widget_set_focus_on_click
2017-03-06avoid deprecated gtk_misc_set_alignmentraveit656-8/+57
2017-03-06sidebar-annotations: don't use deprecated gtk_widget_render_icon_pixbufraveit651-7/+14
and avoid to use GtkStock
2017-03-05Previously opened page incorrectly restored if it was the last oneloongson1-2/+0
If you stay on the last page when you close it, reopen it will not be positioned until you visited it (reset to the first). In the changed code: Judgment only works on the last page. This function explicitly introduces this problem, so it can be removed directly. I have been tested successfully.
2017-03-05Revert "sometimes info->linearized is not a string" andAlexei Sorokin2-20/+3
"crash on g_free the address 0 or 1" These hacks are no longer of need after 1a0f225
2017-02-20First page should not reloadednanxiongchao2-5/+6
For the displayed page, do not reload every time, should be displayed immediately Tested successfully on Loongson 3A2000 with fedora25(mips64el distribution).
2017-01-25force X11raveit651-0/+2
2017-01-13Update atril NEWS to use consistent, project wide, markdown-like formatting. ↵Martin Wimpress1-163/+145
This will make generating release announcements easier.
2016-11-30comics backend: add support for unarchiver (unar and lsar)ZenWalker1-2/+30
unar is able to extract all supported comics archive format CBR give unar priority over bsdtar, because it works better CBZ CB7 CBT give bsdtar priority over unar, because it is much faster
2016-11-28po: actually add new languages from Transifexmonsta1-0/+2
2016-11-28release 1.17.0v1.17.0raveit651-0/+7
2016-11-28sync with transiflexraveit65100-18896/+21331
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta44-1917/+95
and require caja >= 1.17.1
2016-11-23cut-n-paste: set vertical box to be homogeneous in GTK+3 code toomonsta1-4/+5
2016-11-23shell: use modern function inside GTK+3 code block (and drop #define)monsta1-5/+1
2016-11-23shell: replace deprecated function call inside GTK+3 code blockmonsta1-1/+1
2016-11-23fix indent a bitmonsta6-29/+28
2016-11-11shell: remove metadata migration codemonsta5-412/+3
taken from: https://git.gnome.org/browse/evince/commit/?id=8713e9adcd884d32d4d49e675a001bb26c590dcc this metadata convert tool had been added to Evince back in 2009, and I'm not sure it ever worked in Atril. time to drop it anyway.
2016-11-01release 1.16.1v1.16.1monsta2-1/+14
2016-11-01sync with Transifexmonsta16-207/+216
2016-10-31thumbnailer: skip epub filesmonsta1-0/+1
temporary workaround for stupid segfaults - until we implement proper thumbnailing in epub backend
2016-10-31djvu: support image/vnd.djvu+multipage MIME typemonsta2-2/+2
more info at: https://git.gnome.org/browse/evince/commit/?id=7850b986cf3225369170cdec545844b025bfd12e
2016-10-21comics: support application/vnd.comicbook+zip MIME typemonsta2-2/+2
more info at: https://git.gnome.org/browse/evince/commit/?id=71b1323
2016-10-21comics: fix MIME type comparisonsmonsta1-8/+8
taken from: https://git.gnome.org/browse/evince/commit/?id=364b340
2016-10-21comics: fix indentmonsta1-24/+24
2016-10-20tiff: use function from cairo >= 1.6 unconditionallymonsta2-10/+0
no need for additional checks these days (and we actually already use the same function in another file)
2016-10-20bump poppler version requirement to 0.22.0monsta1-1/+1
because of new case-sensitive search feature
2016-10-14Fix case sensitive searching for PDFCormac Walsh1-1/+5
2016-09-19release 1.16.0v1.16.0raveit651-2/+2
2016-09-19update NEWS for 1.16monsta1-89/+24
2016-09-19sync with Transifexmonsta98-17106/+20357
2016-07-29release 1.15.3v1.15.3monsta2-1/+9
2016-07-29get rid of build-dep on libmate-desktopmonsta4-36/+3
2016-07-29use GtkAbout instead of MateAboutraveit651-5/+0
2016-07-28add some missing contextual information for translatorsmonsta3-1/+9
ported from: https://git.gnome.org/browse/evince/commit/?id=544d9b4a73011c1e5a7b1d37b05a94f761d0dc03
2016-07-28libview: remove useless always-false conditionmonsta1-4/+0
from https://git.gnome.org/browse/evince/commit/?id=ebb480a2359cf9ce88cafd7babb034d2387d849c
2016-07-28djvu: remove unneeded assignmentmonsta1-4/+1
from https://git.gnome.org/browse/evince/commit/?id=d5ab5564e1b2e99e4939a4fb5a683e9be814bcbe
2016-07-28comics: properly open files with special characters in pathmonsta1-1/+1
from https://git.gnome.org/browse/evince/commit/?id=c648cb2aa38c5004fc091d0067d63aa3beee748f
2016-07-26relese 1.15.2v1.15.2raveit651-0/+25
2016-07-26sync with transiflexraveit6598-21697/+23284
2016-07-26fix sendto with non-latin filenames or filenames with spacesmonsta1-1/+4
adapted from: https://git.gnome.org/browse/evince/commit/?id=00acd7274797fe3576be92f21faa32fd8692c95d
2016-07-22Split dual mode option into dual mode with odd and even pages on the leftraveit655-42/+100
2016-07-22document-model: Make dual mode and dual mode odd page left mutally exclusiveraveit651-0/+10
The can't be set at the same time, but they can be both unset. taken from: https://git.gnome.org/browse/evince/commit/?id=39106f4
2016-07-22Allow to use Send To action from the toolbarraveit652-0/+3
taken from: https://git.gnome.org/browse/evince/commit/?id=a8d6329
2016-07-22Use document-send icon for Send To actionraveit653-2/+4
taken from: https://git.gnome.org/browse/evince/commit/?id=fff0e69
2016-07-22Add Send To action to file menuraveit652-0/+51
It uses caja-sendto to allow you to send the current document by email, to a removable device, etc. If caja-sendto command is not present in path, the menu item is hidden. https://bugzilla.gnome.org/show_bug.cgi?id=569913 Taken from: https://git.gnome.org/browse/evince/commit/?id=c9ce578
2016-07-22Add --named-dest command line argumentraveit652-0/+14
and add spawn and dbus support for named destinations taken from: https://git.gnome.org/browse/evince/commit/?id=a90e764 https://git.gnome.org/browse/evince/commit/?id=26c0109
2016-07-15distcheck: explicitly use currently selected GTK+ versionraveit651-1/+2
2016-07-14pre-bump versionraveit652-1/+4
2016-07-03GTK+-3 gimpcellrenderertoggle: Fix compile warningsraveit651-0/+18
taken from: https://git.gnome.org/browse/evince/commit/?id=f9a8e04