summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-01-31fix a incompatible pointer type warning for gcc141.26raveit651-2/+2
* fix a incompatible pointer type warning for gcc14 Co-authored-by: Colomban Wendling <[email protected]>
2024-01-31epub: Avoid crash when index list has extraneous entrycorrectmost1-2/+2
This commit also fixes an incorrect sizeof call detected by AddressSanitizer. Closes #599
2024-01-22release 1.26.2v1.26.2raveit652-1/+10
2024-01-22tx: sync with transifexraveit6521-1174/+1456
2024-01-22ci: use ubuntu jammy dockerraveit651-1/+1
2024-01-17epub: Prevent path traversal when extracting fileslukefromdc1-6/+22
Test each file's resolved path against the temporary directory before extracting.
2024-01-08comics: Use libarchive to unpack documentslukefromdc7-739/+799
This commit eliminates the use of external commands for opening comic documents, and uses libarchive instead.
2024-01-08Use a blank line at mostrbuj83-220/+0
2023-05-15support webkit2 4.0 and 4.1raveit651-1/+7
Co-authored-by: Colomban Wendling <[email protected]>
2023-05-15use webkit2gtk-4.1raveit651-1/+1
- fixes https://github.com/mate-desktop/atril/issues/582
2023-04-28add missing po filev1.26.1raveit651-0/+2280
2023-04-28release 1.26.1raveit652-1/+9
2023-04-28tx: pull from transifexraveit65146-30232/+41671
2023-04-28tx: migrate to new apiraveit651-11/+12
2023-04-28epub: add fallback for malformed epub files in check_mime_typerbuj1-28/+38
2023-04-28epub: Fix index loading for certain documents - look for epub:typeMichael Webster1-1/+7
instead of epub:id. Add a null check as well. ref: https://help.apple.com/itc/booksassetguide/en.lproj/itc0f175a5b9.html#apdd3c4c6d1c0904 https://idpf.org/epub/301/spec/epub-contentdocs-20140626.html#sec-xhtml-nav
2021-11-20tx: update resourceraveit651-162/+166
2021-11-20Accessibility: add button descriptionValentin Villenave2-0/+4
2021-11-12Preserve compatibility with older GLib versionsValentin Villenave2-1/+14
This is a rather non-invasive change, that will be easy to remove whenever we go ahead and stop supporting older systems.
2021-09-11tx: update transifex configraveit651-1/+1
2021-09-11tx: update transifex configraveit651-1/+1
2021-09-11branch 1.26raveit652-46/+6
2021-08-06release 1.26.0v1.26.0raveit652-2/+13
2021-08-06tx: sync with transifexraveit6541-24180/+60193
2021-08-06tx: update resourceraveit651-182/+182
2021-08-06travis-Ci: use libera.chat as notification serverraveit651-1/+1
2021-07-10ev-window.c: only create a EvWebView if neededmbkma1-3/+10
A WebKit processes should only be created when the user actually requests to open a file type requiring WebKit to be processed.
2021-06-15ev-sidebar-links: Optimize reverse link lookup for a pageChristoph Fritz1-59/+80
Commit adapted for atril, picked up from: https://gitlab.gnome.org/GNOME/evince/-/commit/c3de8e75d6d0920478af210ba19a2d94b0734917 Credits to Benjamin Berg <[email protected]> | For large documents the linear search for the first link that is on a | certain page is really slow. Because of this scrolling becomes slow | whenever the page changes. | | Replace the linear search with a search in a binary tree populated with | the first link on each page and the corresponding GtkTreePath. This way | a specialized binary tree lookup can be used to find the closest | matching link and select that in the treeview. | | https://bugzilla.gnome.org/show_bug.cgi?id=779614
2021-05-29travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-04-22travis: disable travis builds for ubunturaveit651-1/+1
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25
2021-04-13introspection: Fix bogus --library arguments.orbea2-2/+2
2021-04-01libdocument: remove _ev_g_mkdtemp functionJason Crain1-86/+1
The g_mkdtemp function was added to glib 2.30. Remove our local copy and use the glib one instead.
2021-04-01epub: declaration of ‘uL’ shadows a previous local [-Wshadow]rbuj1-2/+0
2021-04-01ev-window: missing initializer for a field of ‘GtkActionEntry’rbuj1-6/+6
2021-04-01epub: fix typorbuj1-1/+1
2021-03-29release 1.25.1v1.25.1raveit652-1/+37
2021-03-29tx: sync with transifexraveit65227-34022/+88435
2021-03-29tx: update resourceraveit651-683/+2318
2021-03-29update helpmbkma54-872/+2850
2021-03-08travis: build with mate-common-1.24.2 from reposraveit651-11/+0
2021-02-22tx: temporarily disable build for ArchLinuxraveit651-1/+1
2021-02-10update resource for transifexrbuj1-160/+601
2021-02-10caja extension: Update copyright yearrbuj1-1/+1
2021-02-10dvi: use glib i18n macrosrbuj5-20/+37
2021-02-10i18n: use g_dngettext instead of ngettextrbuj1-13/+18
2021-02-10build: allow users to disable gettext support (--disable-nls)rbuj19-19/+74
2021-02-05build: Use PACKAGE_URL variablerbuj7-26/+39
2021-02-04build: display package name and version in configure summaryrbuj1-0/+3
2021-02-02build: set GETTEXT_PACKAGE=AC_PACKAGE_NAMErbuj1-1/+1
2021-01-28Remove warning -Wtype-limitsrbuj2-3/+1