Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-26 | Travis CI: arch build: add autoconf-archive1.22 | Pablo Barciela | 1 | -0/+1 | |
2020-02-17 | travis: update config for new travis validation | raveit65 | 2 | -131/+131 | |
2020-02-15 | thumbnailer: fix typo in the option description | monsta | 1 | -1/+1 | |
2020-02-15 | thumbnailer: Fix memory leak | rbuj | 1 | -5/+19 | |
2020-02-15 | 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-02-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-09 | tiff: Handle failure from TIFFReadRGBAImageOriented | Victor Kareh | 1 | -9/+17 | |
The TIFFReadRGBAImageOriented function returns zero if it was unable to read the image. Return NULL in this case instead of displaying uninitialized memory. This addresses CVE-2019-11459 upstream commit: https://gitlab.gnome.org/GNOME/evince/commit/234f034a4 | |||||
2019-12-08 | release 1.22.3v1.22.3 | raveit65 | 2 | -1/+8 | |
2019-12-08 | tx: sync with transifex | raveit65 | 25 | -253/+496 | |
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-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-10-23 | Travis CI: use Ubuntu 19.10 instead 19.04 | Pablo Barciela | 1 | -1/+1 | |
2019-10-12 | 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-17 | release 1.22.2v1.22.2 | raveit65 | 2 | -1/+8 | |
2019-09-17 | tx: sync with transifex | raveit65 | 129 | -872/+4600 | |
2019-08-26 | tx: fixed greek translation for user guide | raveit65 | 2 | -106/+323 | |
2019-08-06 | prevent segfaults when no document loaded | Reuben Green | 1 | -31/+32 | |
See the issue report for a description of the bug. The root cause is dereferencing of NULL pointers, specifically the priv->document member of EvWindow structures when no document is loaded. This commit adds checks for a NULL value of priv->document at all the points in the file shell/ev-window.c where this pointer was previously dereferenced without being checked. Fixes 357 (https://github.com/mate-desktop/atril/issues/357) | |||||
2019-07-28 | Fix buffer overflow in backend/tiff-document.c | lukefromdc | 1 | -7/+10 | |
Apply https://gitlab.gnome.org/GNOME/evince/commit/e02fe9170ad0ac2fd46c75329c4f1d4502d4a362 | |||||
2019-05-21 | travis: use fedora-30 and ubuntu-19.04 for building | raveit65 | 1 | -2/+2 | |
2019-04-22 | release 1.22.1v1.22.1 | raveit65 | 2 | -1/+10 | |
2019-04-22 | tx: sync with transifex | raveit65 | 227 | -27341/+28684 | |
2019-04-22 | tx: update resource file | raveit65 | 1 | -2/+2 | |
2019-03-26 | github release for stable branch | raveit65 | 1 | -0/+19 | |
2019-03-23 | help: update copyright | raveit65 | 1 | -1/+1 | |
2019-03-22 | tx: update resource file | raveit65 | 2 | -12/+20 | |
2019-03-22 | Add documenters to translation resource | rbuj | 1 | -2/+2 | |
2019-03-22 | Use program-name and title in gtk_show_about_dialog call | rbuj | 1 | -1/+2 | |
2019-03-22 | Update copyright in about dialog | rbuj | 1 | -2/+2 | |
2019-03-22 | Use g_strjoin to build license text in about dialog | rbuj | 1 | -5/+4 | |
2019-03-15 | tx: update translation source | rbuj | 1 | -193/+201 | |
2019-03-11 | tx: update transifex config | raveit65 | 1 | -2/+2 | |
2019-02-25 | release 1.22.0v1.22.0 | raveit65 | 2 | -2/+22 | |
2019-02-25 | tx: sync with transifex | raveit65 | 15 | -31/+39 | |
2019-02-18 | Add update-authors.pl script which helps to update atril.about | rbuj | 1 | -0/+71 | |
2019-02-18 | Read authors (updated) from atril.about gresource | rbuj | 4 | -21/+32 | |
2019-02-17 | Enable Travis CI for all branches | Wu Xiaotian | 1 | -6/+0 | |
2019-02-17 | Initialize Travis CI support | Wu Xiaotian | 1 | -0/+147 | |
2019-02-14 | Update Documenters | rbuj | 1 | -1/+2 | |
Update "Documented by" in About Atril dialog | |||||
2019-02-08 | Remove generated files | rbuj | 3 | -885/+0 | |
2019-02-05 | Tx: sync with fixed translations from transifex | raveit65 | 32 | -607/+1081 | |
2019-02-04 | [ephy-zoom-control] Avoid deprecated g_type_class_add_private | Wu Xiaotian | 1 | -7/+2 | |
2019-02-04 | [ephy-zoom-action] Avoid deprecated g_type_class_add_private | Wu Xiaotian | 1 | -6/+2 | |
2019-02-01 | Add pixbuf, tiff and xps TypeDescription to POTFILES.in | rbuj | 1 | -0/+3 | |
2019-01-22 | eggsmclient: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-01-21 | move appdata to metainfo directory | monsta | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/atril/issues/292 | |||||
2019-01-21 | message-area: set a11y object name from actual icon name | monsta | 1 | -5/+2 | |
2019-01-21 | shell: remove duplicate condition check | monsta | 1 | -1/+0 | |