Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-04-04 | fix: rename all backend files | Oz Tiram | 8 | -8/+8 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | chore: clean references to xreader | Oz Tiram | 1 | -2/+2 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | chore: remove unused intltool | Oz Tiram | 8 | -56/+56 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | Initial support for meson | Oz Tiram | 12 | -0/+410 | |
Mostly copy and paste from linuxmint/xreader Signed-off-by: Oz Tiram <[email protected]> | |||||
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-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 | 5 | -739/+795 | |
This commit eliminates the use of external commands for opening comic documents, and uses libarchive instead. | |||||
2022-11-17 | epub: add fallback for malformed epub files in check_mime_type | rbuj | 1 | -28/+38 | |
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-01-02 | Remove warnings about redefining gettext support macros | rbuj | 1 | -2/+2 | |
2021-11-20 | Use a blank line at most | rbuj | 28 | -128/+0 | |
2021-04-01 | epub: declaration of ‘uL’ shadows a previous local [-Wshadow] | rbuj | 1 | -2/+0 | |
2021-04-01 | epub: fix typo | rbuj | 1 | -1/+1 | |
2021-02-10 | dvi: use glib i18n macros | rbuj | 3 | -20/+18 | |
2021-02-10 | build: allow users to disable gettext support (--disable-nls) | rbuj | 9 | -1/+37 | |
2021-01-28 | Remove warning -Wtype-limits | rbuj | 1 | -2/+0 | |
2021-01-07 | ps backend: do not silence the warnings when rendering the page | rbuj | 1 | -5/+5 | |
2020-12-09 | build: remove legacy variable MATEICONDIR | rbuj | 1 | -1/+0 | |
2020-10-24 | epub backend: Escape link text to display & in index content | rbuj | 1 | -1/+1 | |
2020-09-02 | ev-poppler: 'POPPLER_ACTION_RESET_FORM' not handled in switch [-Wswitch] | rbuj | 1 | -8/+13 | |
2020-08-28 | epub-document: improve code-style | raveit65 | 1 | -552/+552 | |
- tab to spaces - fix some indents | |||||
2020-08-26 | check return value of xmlDocGetRootElement call if is NULL | lvtao-sec | 1 | -2/+12 | |
2020-08-16 | Remove unused macros | Pablo Barciela | 7 | -15/+0 | |
2020-07-15 | ev-poppler: remove warning about no previous declaration | rbuj | 1 | -1/+1 | |
2020-07-10 | Fix segfault on empty navMap | errt | 1 | -2/+2 | |
2020-04-23 | djvu-text-page: Fix cppcheck [clarifyCalculation] warnings | Pablo Barciela | 1 | -2/+2 | |
Fixes the warnings: backend/djvu/djvu-text-page.c:46:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] g_strjoin (delimit & 2 ? "\n" : ^ backend/djvu/djvu-text-page.c:47:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] delimit & 1 ? " " : NULL, ^ | |||||
2020-04-15 | Fix cppcheck [knownConditionTrueFalse] warnings | Pablo Barciela | 2 | -7/+1 | |
Fixes the warnings: backend/comics/comics-document.c:767:21: style: Condition 'bytes<=0' is always true [knownConditionTrueFalse] backend/epub/minizip/unzip.c:603:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse] properties/ev-properties-view.c:197:33: style: Condition 'text' is always true [knownConditionTrueFalse] shell/ev-sidebar-thumbnails.c:598:7: style: Condition '!loading_icon' is always true [knownConditionTrueFalse] shell/main.c:115:6: style: Condition '!error' is always true [knownConditionTrueFalse] | |||||
2020-04-14 | Remove strict-prototypes warning | rbuj | 2 | -2/+2 | |
2020-04-14 | ev-window/epub-document: remove unused functions | Pablo Barciela | 1 | -11/+0 | |
Fixes the build warnings: ev-window.c:6379:1: warning: function 'menubar_deactivate_cb' is not needed and will not be emitted [-Wunneeded-internal-declaration] menubar_deactivate_cb (GtkWidget *menubar, ^ epub-document.c:946:1: warning: function 'check_add_page_numbers' is not needed and will not be emitted [-Wunneeded-internal-declaration] check_add_page_numbers(linknode *listdata, contentListNode *comparenode) ^ | |||||
2020-04-14 | ev-poppler: remove unused variable | Pablo Barciela | 1 | -1/+0 | |
2020-04-13 | epub-document: Remove unused-variable warning | rbuj | 1 | -7/+5 | |
2020-04-10 | epub backend: build with WARN_CFLAGS instead WARN_CXXFLAGS | Pablo Barciela | 1 | -2/+2 | |
2020-03-12 | dviread: ‘inline’ is not at beginning of declaration | rbuj | 1 | -3/+3 | |
2020-01-31 | Fix year 2038 issue with signed 32-bit integers | rbuj | 1 | -2/+3 | |
GTime is defined to always be a signed 32-bit integer, it will overflow in the year 2038. | |||||
2020-01-15 | pdf: Fix memory leak when adding new text annotations | Carlos Garcia Campos | 1 | -1/+1 | |
origin commit: https://gitlab.gnome.org/GNOME/evince/commit/a182f12 | |||||
2019-11-11 | migrate from intltool to gettext | Wu Xiaotian | 18 | -46/+49 | |
2019-08-20 | tiff: Handle failure from TIFFReadRGBAImageOriented | Victor Kareh | 1 | -9/+17 | |
The TIFFReadRGBAImageOriented function returns zero if it was unable to read the image. Return NULL in this case instead of displaying uninitialized memory. This addresses CVE-2019-11459 upstream commit: https://gitlab.gnome.org/GNOME/evince/commit/234f034a4 | |||||
2019-07-27 | Fix buffer overflow in backend/tiff-document.c | lukefromdc | 1 | -6/+9 | |
Apply https://gitlab.gnome.org/GNOME/evince/commit/e02fe9170ad0ac2fd46c75329c4f1d4502d4a362 | |||||
2019-07-01 | Remove trailing whitespaces | Laurent Napias | 52 | -1409/+1409 | |
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 | |
2018-12-20 | comics: fix incorrect mimetype saying to open and thumbnail all rarfiles | Eli Schwartz | 1 | -1/+1 | |
application/vnd.rar is for files with the .rar extension, application/vnd.comicbook-rar is the subtype for files with the .cbr extension. | |||||
2018-11-07 | comics: support application/vnd.rar MIME type | Pablo Barciela | 1 | -1/+1 | |
Fixes https://github.com/mate-desktop/atril/issues/341 | |||||
2018-03-16 | epub: allow to save epub documents | raveit65 | 1 | -1/+5 | |
inspired by: https://github.com/linuxmint/xreader/commit/63a28f https://github.com/linuxmint/xreader/issues/165 | |||||
2018-03-16 | epub: fix loading epub thumbnails | Mickael Albertus | 1 | -3/+4 | |
origin commit: https://github.com/linuxmint/xreader/commit/6ed0ee1 Note: origin commit causes some serious build warnings, ......fixed. | |||||
2018-01-16 | epub: make minizip support more BSD variants | monsta | 1 | -1/+1 | |
closes https://github.com/mate-desktop/atril/issues/290 which has the original patch | |||||
2017-09-06 | pdf: Implement ev_document_text_get_text_attrs() | Antia Puentes | 1 | -0/+53 | |
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=96b9a1 | |||||
2017-08-28 | pdf: Reset the annotation mapping when there are no more annotations | Giselle Machado | 1 | -0/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=649044 origin commit: https://git.gnome.org/browse/evince/commit/?id=06e9129 |