Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-31 | fix a incompatible pointer type warning for gcc141.26 | raveit65 | 1 | -2/+2 | |
* fix a incompatible pointer type warning for gcc14 Co-authored-by: Colomban Wendling <[email protected]> | |||||
2024-01-31 | epub: Avoid crash when index list has extraneous entry | correctmost | 1 | -2/+2 | |
This commit also fixes an incorrect sizeof call detected by AddressSanitizer. Closes #599 | |||||
2024-01-22 | release 1.26.2v1.26.2 | raveit65 | 2 | -1/+10 | |
2024-01-22 | tx: sync with transifex | raveit65 | 21 | -1174/+1456 | |
2024-01-22 | ci: use ubuntu jammy docker | raveit65 | 1 | -1/+1 | |
2024-01-17 | epub: Prevent path traversal when extracting files | lukefromdc | 1 | -6/+22 | |
Test each file's resolved path against the temporary directory before extracting. | |||||
2024-01-08 | comics: Use libarchive to unpack documents | lukefromdc | 7 | -739/+799 | |
This commit eliminates the use of external commands for opening comic documents, and uses libarchive instead. | |||||
2024-01-08 | Use a blank line at most | rbuj | 83 | -220/+0 | |
2023-05-15 | support webkit2 4.0 and 4.1 | raveit65 | 1 | -1/+7 | |
Co-authored-by: Colomban Wendling <[email protected]> | |||||
2023-05-15 | use webkit2gtk-4.1 | raveit65 | 1 | -1/+1 | |
- fixes https://github.com/mate-desktop/atril/issues/582 | |||||
2023-04-28 | add missing po filev1.26.1 | raveit65 | 1 | -0/+2280 | |
2023-04-28 | release 1.26.1 | raveit65 | 2 | -1/+9 | |
2023-04-28 | tx: pull from transifex | raveit65 | 146 | -30232/+41671 | |
2023-04-28 | tx: migrate to new api | raveit65 | 1 | -11/+12 | |
2023-04-28 | epub: add fallback for malformed epub files in check_mime_type | rbuj | 1 | -28/+38 | |
2023-04-28 | epub: Fix index loading for certain documents - look for epub:type | Michael Webster | 1 | -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-20 | tx: update resource | raveit65 | 1 | -162/+166 | |
2021-11-20 | Accessibility: add button description | Valentin Villenave | 2 | -0/+4 | |
2021-11-12 | Preserve compatibility with older GLib versions | Valentin Villenave | 2 | -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-11 | tx: update transifex config | raveit65 | 1 | -1/+1 | |
2021-09-11 | tx: update transifex config | raveit65 | 1 | -1/+1 | |
2021-09-11 | branch 1.26 | raveit65 | 2 | -46/+6 | |
2021-08-06 | release 1.26.0v1.26.0 | raveit65 | 2 | -2/+13 | |
2021-08-06 | tx: sync with transifex | raveit65 | 41 | -24180/+60193 | |
2021-08-06 | tx: update resource | raveit65 | 1 | -182/+182 | |
2021-08-06 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 | |
2021-07-10 | ev-window.c: only create a EvWebView if needed | mbkma | 1 | -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-15 | ev-sidebar-links: Optimize reverse link lookup for a page | Christoph Fritz | 1 | -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-29 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. | |||||
2021-04-22 | travis: disable travis builds for ubuntu | raveit65 | 1 | -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-13 | introspection: Fix bogus --library arguments. | orbea | 2 | -2/+2 | |
2021-04-01 | libdocument: remove _ev_g_mkdtemp function | Jason Crain | 1 | -86/+1 | |
The g_mkdtemp function was added to glib 2.30. Remove our local copy and use the glib one instead. | |||||
2021-04-01 | epub: declaration of ‘uL’ shadows a previous local [-Wshadow] | rbuj | 1 | -2/+0 | |
2021-04-01 | ev-window: missing initializer for a field of ‘GtkActionEntry’ | rbuj | 1 | -6/+6 | |
2021-04-01 | epub: fix typo | rbuj | 1 | -1/+1 | |
2021-03-29 | release 1.25.1v1.25.1 | raveit65 | 2 | -1/+37 | |
2021-03-29 | tx: sync with transifex | raveit65 | 227 | -34022/+88435 | |
2021-03-29 | tx: update resource | raveit65 | 1 | -683/+2318 | |
2021-03-29 | update help | mbkma | 54 | -872/+2850 | |
2021-03-08 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -11/+0 | |
2021-02-22 | tx: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
2021-02-10 | update resource for transifex | rbuj | 1 | -160/+601 | |
2021-02-10 | caja extension: Update copyright year | rbuj | 1 | -1/+1 | |
2021-02-10 | dvi: use glib i18n macros | rbuj | 5 | -20/+37 | |
2021-02-10 | i18n: use g_dngettext instead of ngettext | rbuj | 1 | -13/+18 | |
2021-02-10 | build: allow users to disable gettext support (--disable-nls) | rbuj | 19 | -19/+74 | |
2021-02-05 | build: Use PACKAGE_URL variable | rbuj | 7 | -26/+39 | |
2021-02-04 | build: display package name and version in configure summary | rbuj | 1 | -0/+3 | |
2021-02-02 | build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME | rbuj | 1 | -1/+1 | |
2021-01-28 | Remove warning -Wtype-limits | rbuj | 2 | -3/+1 | |