Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-22 | tx: sync with transifex | raveit65 | 229 | -2816/+4004 | |
2021-03-22 | tx: update resource | raveit65 | 1 | -181/+175 | |
2021-03-08 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -11/+0 | |
2021-03-08 | travis: use rolling tag for ubuntu | raveit65 | 1 | -1/+1 | |
2021-03-08 | travis: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
2020-10-24 | epub backend: Escape link text to display & in index content | rbuj | 1 | -1/+1 | |
2020-07-10 | Fix segfault on empty navMap | errt | 1 | -2/+2 | |
2020-06-26 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |
2020-06-22 | [ci] fix release tarball on travis CI failed | Wu Xiaotian | 1 | -1/+3 | |
2020-04-18 | ci: don't run configure with autogen.sh | raveit65 | 1 | -1/+1 | |
2020-04-18 | build: silent build warnings for distcheck | raveit65 | 1 | -0/+1 | |
they are already displayed during `make`, no need to display them twice. | |||||
2020-04-18 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
2020-04-10 | epub backend: build with WARN_CFLAGS instead WARN_CXXFLAGS | Pablo Barciela | 1 | -2/+2 | |
2020-04-07 | ci: variables, drop CFLAGS | raveit65 | 1 | -1/+0 | |
2020-04-05 | Travis CI: avoid deprecated skip_cleanup | Pablo Barciela | 1 | -1/+1 | |
2020-04-04 | CI: update build environment | raveit65 | 1 | -0/+1 | |
2020-04-03 | Travis CI: Fix build error with arch | Pablo Barciela | 1 | -9/+8 | |
2020-04-02 | Travis CI: build with mate-common-1.24.1 tarball | raveit65 | 1 | -0/+12 | |
add missing requires autoconf-archive (fedora) | |||||
2020-04-02 | build: set compiler warning level to yes | raveit65 | 1 | -1/+1 | |
Note: it was unset here | |||||
2020-03-11 | Travis CI: use Ubuntu 20.04 instead 19.10 | Pablo Barciela | 1 | -1/+1 | |
2020-03-11 | Travis CI: don't update gh-pages | Pablo Barciela | 2 | -34/+1 | |
2020-02-28 | Update authors | rbuj | 2 | -1/+7 | |
2020-02-26 | Travis CI: arch build: add autoconf-archive | Pablo Barciela | 1 | -0/+1 | |
2020-02-26 | thumbnailer: fix typo in the option description | monsta | 1 | -1/+1 | |
2020-02-24 | Use int64_t for g_date_time_to_unix even word size is 32-bit wide | rbuj | 1 | -1/+1 | |
2020-02-17 | travis: update config for new travis validation | raveit65 | 2 | -174/+174 | |
2020-02-14 | tx: udate config | raveit65 | 1 | -2/+2 | |
2020-02-09 | release 1.24.0v1.24.0 | raveit65 | 2 | -2/+8 | |
2020-02-09 | tx: sync with transifex | raveit65 | 7 | -68/+71 | |
2020-02-02 | thumbnailer: Fix memory leak | rbuj | 1 | -5/+19 | |
2020-01-31 | Fix year 2038 issue with signed 32-bit integers | rbuj | 11 | -60/+54 | |
GTime is defined to always be a signed 32-bit integer, it will overflow in the year 2038. | |||||
2020-01-19 | release 1.23.2v1.23.2 | raveit65 | 2 | -1/+28 | |
2020-01-19 | Revert "Fix memory leak in ev_sidebar_thumbnails_document_changed_cb()" | raveit65 | 1 | -8/+4 | |
This reverts commit bb8194a94310dae72bcbd745cd7f0f93e8d6fad1. Commit cases a warning when closing atril window, see https://github.com/mate-desktop/atril/pull/431#issuecomment-576002680 for more info | |||||
2020-01-19 | tx: pull fixed Spanish translation | raveit65 | 1 | -3/+3 | |
2020-01-19 | tx: sync with transifex | raveit65 | 229 | -63436/+58281 | |
2020-01-18 | Fix atril.desktop file | rbuj | 1 | -2/+2 | |
Test: $ sudo update-desktop-database /usr/share/applications Diff: $ ./autogen --prefix=/usr && make $ cp data/atril.desktop data/atril.desktop.old (changes) $ ./autogen --prefix=/usr && make $ diff data/atril.desktop.old data/atril.desktop 229c229 < X-MATE-Bugzilla-Version=@VERSION@ --- > X-MATE-Bugzilla-Version=1.23.1 233c233 < MimeType=@ATRIL_MIME_TYPES@ --- > MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-xzpdf;application/postscript;application/x-bzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps;application/x-dvi;application/x-bzdvi;application/x-gzdvi;image/vnd.djvu;image/vnd.djvu+multipage;image/tiff;application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;application/vnd.comicbook+zip;application/vnd-comicbook.rar;application/oxps;application/vnd.ms-xpsdocument;application/epub+zip; | |||||
2020-01-15 | Fix memory leak in | Eric R. Schulz | 1 | -4/+8 | |
ev_sidebar_thumbnails_document_changed_cb() Clear the loading icon hash table if it already exists. https://bugzilla.gnome.org/show_bug.cgi?id=770070 origin commit: https://gitlab.gnome.org/GNOME/evince/commit/702c7c6 | |||||
2020-01-15 | pdf: Fix memory leak when adding new text annotations | Carlos Garcia Campos | 1 | -1/+1 | |
origin commit: https://gitlab.gnome.org/GNOME/evince/commit/a182f12 | |||||
2020-01-10 | tx: update resource file | raveit65 | 2 | -32/+33 | |
2020-01-10 | Update Copyright year | raveit65 | 2 | -2/+2 | |
2019-12-08 | libview: fixing memory leak | Giselle Reis | 1 | -22/+21 | |
The memory leak was caused by a g_signal_connect which was never disconnected. This patch makes sure the signal is disconnected and the job is cancelled before creating another rendering job. It additionally introduces a helper function to cleanly finalize the job. origin commit: https://gitlab.gnome.org/GNOME/evince/commit/939c434 | |||||
2019-12-08 | Revert "First page should not reloaded" | raveit65 | 2 | -6/+5 | |
This reverts commit 00fad2c0d0fcdade570a08f046e85a4558f1fc0c. and fixes https://github.com/mate-desktop/atril/issues/404 | |||||
2019-11-30 | Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable | Pablo Barciela | 1 | -1/+1 | |
2019-11-28 | avoid redundant redeclarations | Pablo Barciela | 18 | -79/+0 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-23 | libview: Reset `pressed_button` when starting Drag and Drop | Martin Wimpress | 1 | -0/+2 | |
If view->pressed_button is left set, when the Drag and Drop operation completes, Atril will act as if it is still in a selection event. Adapted from: https://gitlab.gnome.org/GNOME/evince/commit/92828bb797742e04aadbfdd62ba1da36837c37cf | |||||
2019-11-11 | show SyncTeX version in about dialog | Pablo Barciela | 3 | -3/+5 | |
2019-11-11 | tx: add fixes to makepot script | raveit65 | 1 | -0/+1 | |
2019-11-11 | tx: update resource for transifex | raveit65 | 1 | -500/+456 | |
2019-11-11 | add hint for translators | Wu Xiaotian | 2 | -0/+3 | |