summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2020-06-22pre-bump versionraveit651-1/+1
2020-06-18Improved detection of --enable/disable synctex optionOz N Tiram1-3/+6
2020-06-18Make synctex optionalOz Tiram1-8/+17
Not everyone who reads PDF's is necessarily a LaTeX user. These changes allow users to install atril without the huge bagage of tex-live on systems where synctex isn't provided as a stand alone library.
2020-06-07use git submodule for cut-n-paste/smclientWu Xiaotian1-3/+4
2020-04-17build: update configure summaryraveit651-0/+5
2020-04-10build: do not override the default value for MATE_COMPILE_WARNINGSrbuj1-1/+1
2020-04-02build: set compiler warning level to yesraveit651-1/+1
Note: it was unset here
2020-02-09release 1.24.0v1.24.0raveit651-2/+2
2020-01-31Fix year 2038 issue with signed 32-bit integersrbuj1-3/+1
GTime is defined to always be a signed 32-bit integer, it will overflow in the year 2038.
2020-01-19release 1.23.2v1.23.2raveit651-1/+1
2019-11-11migrate from intltool to gettextWu Xiaotian1-3/+4
2019-09-08remove 'synctex' internally, work with external library insteadPablo Barciela1-6/+3
2019-08-31build: require webkit2gtk-4.0 >= 2.6.0monsta1-1/+1
2019-08-31build: drop fallback check for webkit2gtk-3.0monsta1-5/+0
it's dead upstream for years
2019-08-29build: Use synctex system library if availablerbuj1-0/+16
based on https://gitlab.gnome.org/GNOME/evince/commit/9edaca5b7b35bbbeeecfaf8d9291a4c092d8be91
2019-08-23release 1.23.1v1.23.1raveit651-1/+1
2019-08-01require GLib 2.54.0monsta1-1/+1
that's where glib-genmarshal got --prototypes option
2019-06-26Bump Cairo version to 1.14.0Matthew Petroff1-18/+1
such that hi-dpi conditionals aren't needed. origin commit: https://github.com/linuxmint/xreader/commit/df3cdc6
2019-06-10Change url project's websiteLaurent Napias1-1/+1
2019-05-14pre-bump versionraveit651-1/+1
2019-02-25release 1.22.0v1.22.0raveit651-2/+2
2018-12-20comics: fix incorrect mimetype saying to open and thumbnail all rarfilesEli Schwartz1-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-15release 1.21.1v1.21.1raveit651-1/+1
2018-11-07comics: support application/vnd.rar MIME typePablo Barciela1-1/+1
Fixes https://github.com/mate-desktop/atril/issues/341
2018-03-26release 1.21.0v1.21.0raveit651-1/+1
2018-03-22build: Add configure check for glib-compile-resourcesChristian Persch1-2/+28
origin commit: https://git.gnome.org/browse/evince/commit/?id=119e6ac
2018-03-21shell: Use GtkApplication to inhibit the screensaverChristian Persch1-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-21shell: Use gdbus-codegen for the org.mate.atril.Application interfaceChristian Persch1-3/+9
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=c9aada8
2018-01-31release 1.20v1.20.0raveit651-2/+2
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-2/+2
2018-01-29build: remove pre-GTK+3 option (how did I miss that?)monsta1-10/+0
2018-01-04release 1.19.6v1.19.6raveit651-1/+1
2017-11-22pre-bump versionraveit651-1/+1
2017-09-06bump versionraveit651-1/+1
2017-08-31pre-bump versionraveit651-1/+1
2017-08-29release 1.19.2v1.19.2raveit651-1/+1
2017-08-15release 1.19.1v1.19.1raveit651-1/+1
2017-08-12Add hi-dpi support for main view.Matthew Petroff1-0/+17
Based on Evince commits 8b965e769808815df9c75a10a0e4972c0904d26a and a612f809e4e23d88a661a9604ce84f332189a658. https://github.com/linuxmint/xreader/commit/4eccf6b
2017-08-12shell: Ditch gimpcellrenderertoggleJosephMcc1-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-13build: require cairo >= 1.10.0 and drop some old codemonsta1-1/+1
2017-03-30pre-bump versionraveit651-1/+1
2017-03-13release 1.18.0v1.18.0raveit651-2/+2
2017-03-10release 1.17.1v1.17.1raveit651-1/+1
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-47/+22
and require caja >= 1.17.1
2016-11-23fix indent a bitmonsta1-13/+12
2016-11-01release 1.16.1v1.16.1monsta1-1/+1
2016-10-31djvu: support image/vnd.djvu+multipage MIME typemonsta1-1/+1
more info at: https://git.gnome.org/browse/evince/commit/?id=7850b986cf3225369170cdec545844b025bfd12e
2016-10-21comics: support application/vnd.comicbook+zip MIME typemonsta1-1/+1
more info at: https://git.gnome.org/browse/evince/commit/?id=71b1323
2016-10-20tiff: use function from cairo >= 1.6 unconditionallymonsta1-6/+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