Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-06 | release 1.27.1v1.27.1 | raveit65 | 2 | -4/+21 | |
2024-02-06 | tx: sync with transifex | raveit65 | 146 | -5116/+5432 | |
2024-01-31 | epub: fix previous commit | raveit65 | 1 | -1/+1 | |
2024-01-31 | fix a incompatible pointer type warning for gcc14 | 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 | 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-07 | 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-01 | Fix build with libxml2 2.12 | Jan Tojnar | 1 | -0/+2 | |
libxml 2.12.0 reorganized headers, resulting in xmlParseFile and xmlIndentTreeOutput no longer being in scope. Let’s add the proper includes containing the symbols. | |||||
2023-11-19 | fix typo in configure.ac | raveit65 | 1 | -1/+1 | |
- fixes https://github.com/mate-desktop/atril/issues/596 | |||||
2023-10-02 | replace deprecated gtk_image_menu_item_new_from_stock | raveit65 | 1 | -2/+6 | |
2023-10-02 | replace deprecated gtk-image-menu-item | raveit65 | 4 | -3/+39 | |
2023-10-02 | drop double ui files | raveit65 | 2 | -190/+0 | |
2023-10-01 | Remove compilation warnings and set 'always_show_image' Properties in the UI ↵ | zhuyaliang | 3 | -11/+4 | |
file | |||||
2023-09-11 | tx: fix warnings in id,it and tr translations | raveit65 | 3 | -13/+16 | |
2023-08-31 | update resources | raveit65 | 2 | -33/+33 | |
2023-05-13 | Add epub to man page | lillolollo | 1 | -2/+2 | |
Fix #581 | |||||
2023-05-06 | CI: switch to webkit2-4.1 for fedora and debian | raveit65 | 1 | -2/+2 | |
2023-05-06 | support webkit2 4.0 and 4.1 | raveit65 | 1 | -1/+7 | |
Co-authored-by: Colomban Wendling <[email protected]> | |||||
2023-05-06 | use webkit2gtk-4.1 | raveit65 | 1 | -1/+1 | |
- fixes https://github.com/mate-desktop/atril/issues/582 | |||||
2022-11-17 | epub: add fallback for malformed epub files in check_mime_type | rbuj | 1 | -28/+38 | |
2022-11-11 | release 1.27.0v1.27.0 | mbkma | 2 | -1/+17 | |
2022-11-11 | tx: sync with transifex | mbkma | 143 | -37854/+49281 | |
2022-10-29 | tx: update resource | mbkma | 2 | -260/+264 | |
2022-10-28 | tx: migrate config file | mbkma | 2 | -11/+28 | |
2022-08-04 | 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 | |||||
2022-02-12 | ci: drop -Wunused-parameter compiler cflag from debian build | raveit65 | 1 | -2/+2 | |
2022-02-11 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 5 | -10/+10 | |
2022-01-09 | Fix the type for the signal identifier which is gulong | rbuj | 4 | -8/+8 | |
2022-01-09 | Use GLib's new g_clear_signal_handler() function to simplify code | rbuj | 2 | -0/+19 | |
2022-01-02 | Remove warnings about redefining gettext support macros | rbuj | 2 | -5/+2 | |
2022-01-02 | Don't build the path to stock icons | rbuj | 5 | -18/+3 | |
2021-11-20 | Use a blank line at most | rbuj | 83 | -220/+0 | |
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-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 | |