Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2019-01-21 | tiff: fix possible NULL pointer dereference | monsta | 1 | -1/+2 | |
2019-01-21 | pdf: add missing break statement | monsta | 1 | -0/+1 | |
2019-01-21 | libdocument: drop useless freeing of NULL pointer | monsta | 1 | -2/+0 | |
2018-12-20 | comics: fix incorrect mimetype saying to open and thumbnail all rarfiles | Eli Schwartz | 2 | -2/+2 | |
application/vnd.rar is for files with the .rar extension, application/vnd.comicbook-rar is the subtype for files with the .cbr extension. | |||||
2018-12-11 | disable deprecation warnings for distcheck | raveit65 | 1 | -1/+2 | |
2018-12-05 | tx: fix typo | raveit65 | 1 | -1/+1 | |
2018-11-15 | release 1.21.1v1.21.1 | raveit65 | 2 | -37/+71 | |
2018-11-15 | tx: sync with transfex | raveit65 | 241 | -39327/+164593 | |