Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-08 | remove 'synctex' internally, work with external library instead | Pablo Barciela | 1 | -6/+3 | |
2019-08-31 | build: require webkit2gtk-4.0 >= 2.6.0 | monsta | 1 | -1/+1 | |
2019-08-31 | build: drop fallback check for webkit2gtk-3.0 | monsta | 1 | -5/+0 | |
it's dead upstream for years | |||||
2019-08-29 | build: Use synctex system library if available | rbuj | 1 | -0/+16 | |
based on https://gitlab.gnome.org/GNOME/evince/commit/9edaca5b7b35bbbeeecfaf8d9291a4c092d8be91 | |||||
2019-08-23 | release 1.23.1v1.23.1 | raveit65 | 1 | -1/+1 | |
2019-08-01 | require GLib 2.54.0 | monsta | 1 | -1/+1 | |
that's where glib-genmarshal got --prototypes option | |||||
2019-06-26 | Bump Cairo version to 1.14.0 | Matthew Petroff | 1 | -18/+1 | |
such that hi-dpi conditionals aren't needed. origin commit: https://github.com/linuxmint/xreader/commit/df3cdc6 | |||||
2019-06-10 | Change url project's website | Laurent Napias | 1 | -1/+1 | |
2019-05-14 | pre-bump version | raveit65 | 1 | -1/+1 | |
2019-02-25 | release 1.22.0v1.22.0 | raveit65 | 1 | -2/+2 | |
2018-12-20 | comics: fix incorrect mimetype saying to open and thumbnail all rarfiles | Eli Schwartz | 1 | -1/+1 | |
application/vnd.rar is for files with the .rar extension, application/vnd.comicbook-rar is the subtype for files with the .cbr extension. | |||||
2018-11-15 | release 1.21.1v1.21.1 | raveit65 | 1 | -1/+1 | |
2018-11-07 | comics: support application/vnd.rar MIME type | Pablo Barciela | 1 | -1/+1 | |
Fixes https://github.com/mate-desktop/atril/issues/341 | |||||
2018-03-26 | release 1.21.0v1.21.0 | raveit65 | 1 | -1/+1 | |
2018-03-22 | build: Add configure check for glib-compile-resources | Christian Persch | 1 | -2/+28 | |
origin commit: https://git.gnome.org/browse/evince/commit/?id=119e6ac | |||||
2018-03-21 | shell: Use GtkApplication to inhibit the screensaver | Christian Persch | 1 | -1/+0 | |
Remove TotemScrsaver copy, and use GtkApplication inhibition instead. origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=612701f | |||||
2018-03-21 | shell: Use gdbus-codegen for the org.mate.atril.Application interface | Christian Persch | 1 | -3/+9 | |
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=c9aada8 | |||||
2018-01-31 | release 1.20v1.20.0 | raveit65 | 1 | -2/+2 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -2/+2 | |
2018-01-29 | build: remove pre-GTK+3 option (how did I miss that?) | monsta | 1 | -10/+0 | |
2018-01-04 | release 1.19.6v1.19.6 | raveit65 | 1 | -1/+1 | |
2017-11-22 | pre-bump version | raveit65 | 1 | -1/+1 | |
2017-09-06 | bump version | raveit65 | 1 | -1/+1 | |
2017-08-31 | pre-bump version | raveit65 | 1 | -1/+1 | |
2017-08-29 | release 1.19.2v1.19.2 | raveit65 | 1 | -1/+1 | |
2017-08-15 | release 1.19.1v1.19.1 | raveit65 | 1 | -1/+1 | |
2017-08-12 | Add hi-dpi support for main view. | Matthew Petroff | 1 | -0/+17 | |
Based on Evince commits 8b965e769808815df9c75a10a0e4972c0904d26a and a612f809e4e23d88a661a9604ce84f332189a658. https://github.com/linuxmint/xreader/commit/4eccf6b | |||||
2017-08-12 | shell: Ditch gimpcellrenderertoggle | JosephMcc | 1 | -1/+0 | |
This is full of deprecated code and wasn't displaying properly. Replace it with a gtk_cell_renderer_toggle_new() which uses a standard themed checkbox widget and should display properly in HiDPI. | |||||
2017-04-13 | build: require cairo >= 1.10.0 and drop some old code | monsta | 1 | -1/+1 | |
2017-03-30 | pre-bump version | raveit65 | 1 | -1/+1 | |
2017-03-13 | release 1.18.0v1.18.0 | raveit65 | 1 | -2/+2 | |
2017-03-10 | release 1.17.1v1.17.1 | raveit65 | 1 | -1/+1 | |
2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -47/+22 | |
and require caja >= 1.17.1 | |||||
2016-11-23 | fix indent a bit | monsta | 1 | -13/+12 | |
2016-11-01 | release 1.16.1v1.16.1 | monsta | 1 | -1/+1 | |
2016-10-31 | djvu: support image/vnd.djvu+multipage MIME type | monsta | 1 | -1/+1 | |
more info at: https://git.gnome.org/browse/evince/commit/?id=7850b986cf3225369170cdec545844b025bfd12e | |||||
2016-10-21 | comics: support application/vnd.comicbook+zip MIME type | monsta | 1 | -1/+1 | |
more info at: https://git.gnome.org/browse/evince/commit/?id=71b1323 | |||||
2016-10-20 | tiff: use function from cairo >= 1.6 unconditionally | monsta | 1 | -6/+0 | |
no need for additional checks these days (and we actually already use the same function in another file) | |||||
2016-10-20 | bump poppler version requirement to 0.22.0 | monsta | 1 | -1/+1 | |
because of new case-sensitive search feature | |||||
2016-09-19 | release 1.16.0v1.16.0 | raveit65 | 1 | -2/+2 | |
2016-07-29 | release 1.15.3v1.15.3 | monsta | 1 | -1/+1 | |
2016-07-29 | get rid of build-dep on libmate-desktop | monsta | 1 | -22/+0 | |
2016-07-14 | pre-bump version | raveit65 | 1 | -1/+1 | |
2016-06-30 | release 1.15.1v1.15.1 | raveit65 | 1 | -1/+1 | |
2016-06-29 | xps: Fill version information of EvDocumentBackendInfo | raveit65 | 1 | -1/+1 | |
https://git.gnome.org/browse/evince/commit/?id=3fee54a | |||||
2016-06-24 | configure: Bump poppler requirements to 0.18.0 | raveit65 | 1 | -1/+1 | |
follow: https://git.gnome.org/browse/evince/commit/?id=6f070cf | |||||
2016-06-08 | release 1.15.0v1.15.0 | raveit65 | 1 | -2/+2 | |
2016-05-21 | update to 1.14.1 releasev1.14.1 | raveit65 | 1 | -1/+1 | |
2016-04-06 | release 1.14.0 | raveit65 | 1 | -2/+2 | |
2016-02-21 | release 1.13.1v1.13.1 | Wolfgang Ulbrich | 1 | -1/+1 | |