summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-12-08release 1.22.3v1.22.3raveit652-1/+8
2019-12-08tx: sync with transifexraveit6525-253/+496
2019-12-08libview: fixing memory leakGiselle Reis1-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-08Revert "First page should not reloaded"raveit652-6/+5
This reverts commit 00fad2c0d0fcdade570a08f046e85a4558f1fc0c. and fixes https://github.com/mate-desktop/atril/issues/404
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-11-23libview: Reset `pressed_button` when starting Drag and DropMartin Wimpress1-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-23Travis CI: use Ubuntu 19.10 instead 19.04Pablo Barciela1-1/+1
2019-10-12Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-05travis(ci): enable notify_serversraveit651-0/+2
2019-09-17release 1.22.2v1.22.2raveit652-1/+8
2019-09-17tx: sync with transifexraveit65129-872/+4600
2019-08-26tx: fixed greek translation for user guideraveit652-106/+323
2019-08-06prevent segfaults when no document loadedReuben Green1-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-28Fix buffer overflow in backend/tiff-document.clukefromdc1-7/+10
Apply https://gitlab.gnome.org/GNOME/evince/commit/e02fe9170ad0ac2fd46c75329c4f1d4502d4a362
2019-05-21travis: use fedora-30 and ubuntu-19.04 for buildingraveit651-2/+2
2019-04-22release 1.22.1v1.22.1raveit652-1/+10
2019-04-22tx: sync with transifexraveit65227-27341/+28684
2019-04-22tx: update resource fileraveit651-2/+2
2019-03-26github release for stable branchraveit651-0/+19
2019-03-23help: update copyrightraveit651-1/+1
2019-03-22tx: update resource fileraveit652-12/+20
2019-03-22Add documenters to translation resourcerbuj1-2/+2
2019-03-22Use program-name and title in gtk_show_about_dialog callrbuj1-1/+2
2019-03-22Update copyright in about dialogrbuj1-2/+2
2019-03-22Use g_strjoin to build license text in about dialogrbuj1-5/+4
2019-03-15tx: update translation sourcerbuj1-193/+201
2019-03-11tx: update transifex configraveit651-2/+2
2019-02-25release 1.22.0v1.22.0raveit652-2/+22
2019-02-25tx: sync with transifexraveit6515-31/+39
2019-02-18Add update-authors.pl script which helps to update atril.aboutrbuj1-0/+71
2019-02-18Read authors (updated) from atril.about gresourcerbuj4-21/+32
2019-02-17Enable Travis CI for all branchesWu Xiaotian1-6/+0
2019-02-17Initialize Travis CI supportWu Xiaotian1-0/+147
2019-02-14Update Documentersrbuj1-1/+2
Update "Documented by" in About Atril dialog
2019-02-08Remove generated filesrbuj3-885/+0
2019-02-05Tx: sync with fixed translations from transifexraveit6532-607/+1081
2019-02-04[ephy-zoom-control] Avoid deprecated g_type_class_add_privateWu Xiaotian1-7/+2
2019-02-04[ephy-zoom-action] Avoid deprecated g_type_class_add_privateWu Xiaotian1-6/+2
2019-02-01Add pixbuf, tiff and xps TypeDescription to POTFILES.inrbuj1-0/+3
2019-01-22eggsmclient: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-01-21move appdata to metainfo directorymonsta1-1/+1
fixes https://github.com/mate-desktop/atril/issues/292
2019-01-21message-area: set a11y object name from actual icon namemonsta1-5/+2
2019-01-21shell: remove duplicate condition checkmonsta1-1/+0
2019-01-21tiff: fix possible NULL pointer dereferencemonsta1-1/+2
2019-01-21pdf: add missing break statementmonsta1-0/+1
2019-01-21libdocument: drop useless freeing of NULL pointermonsta1-2/+0
2018-12-20comics: fix incorrect mimetype saying to open and thumbnail all rarfilesEli Schwartz2-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-11disable deprecation warnings for distcheckraveit651-1/+2
2018-12-05tx: fix typoraveit651-1/+1
2018-11-15release 1.21.1v1.21.1raveit652-37/+71