Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-10 | Travis CI: build with --enable-cxx-warnings=maximum | Pablo Barciela | 1 | -1/+1 | |
2020-04-07 | ci: variables, drop CFLAGS | raveit65 | 1 | -1/+0 | |
2020-04-07 | Migrate to README.md and fix links | Mohammad Abu Sakib | 2 | -29/+26 | |
2020-04-05 | [ci] avoid deprecated skip_cleanup | Wu Xiaotian | 1 | -2/+2 | |
2020-04-04 | ci: update build environment | raveit65 | 1 | -5/+7 | |
2020-04-03 | (CI): scan-build: use maximum compile warnings | raveit65 | 1 | -1/+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-12 | dviread: ‘inline’ is not at beginning of declaration | rbuj | 1 | -3/+3 | |
2020-03-11 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -2/+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-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-15 | thumbnailer: fix typo in the option description | monsta | 1 | -1/+1 | |
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 | |
2019-11-11 | ci: remove patch for debian | Wu Xiaotian | 1 | -4/+0 | |
2019-11-11 | ci: add autopoint | Wu Xiaotian | 1 | -3/+2 | |
2019-11-11 | migrate from intltool to gettext | Wu Xiaotian | 27 | -87/+161 | |
2019-11-08 | tx: sync with transifex | Pablo Barciela | 140 | -27982/+28062 | |
2019-10-09 | Added accelerator 'o' for toggling Odd Pages Left. | A. Palsson | 1 | -1/+1 | |
Fixes https://github.com/mate-desktop/atril/issues/365 | |||||
2019-10-06 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-05 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-09-10 | Added accelerator 't' for toggling visibility of the toolbar. | A. Palsson | 1 | -1/+1 | |
2019-09-08 | remove 'synctex' internally, work with external library instead | Pablo Barciela | 14 | -11057/+5 | |
2019-09-06 | remove -Wunused-but-set-variable warning | rbuj | 2 | -4/+1 | |
ephy-zoom-control.c:274:20: warning: variable ‘tool_item_class’ set but not used [-Wunused-but-set-variable] 274 | GtkToolItemClass *tool_item_class; | ^~~~~~~~~~~~~~~ -- ev-window.c:1390:10: warning: variable ‘page’ set but not used [-Wunused-but-set-variable] 1390 | gint page, n_pages; | ^~~~ | |||||
2019-08-31 | build: require webkit2gtk-4.0 >= 2.6.0 | monsta | 1 | -1/+1 | |