summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-04-04fix: shell/meson.build missing filesOz Tiram2-0/+3
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: correct dependeny on mate-submodulesOz Tiram2-2/+1
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: properly build cut-n-paste/toolbar-editorOz Tiram1-2/+2
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: add missing properties/meson.buildOz Tiram1-0/+20
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix all build errors with mesonOz Tiram4-26/+68
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix more build errorsOz Tiram2-1/+2
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix more build errorsOz Tiram3-2/+12
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: disable maintainer mode per defaultOz Tiram3-14/+5
... fix library name Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: #error "Only <atril-document.h> can be included directly."Oz Tiram1-1/+2
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: libdocument! meson automatically adds lib prefixOz Tiram1-1/+1
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04chore: clean references to xreaderOz Tiram6-16/+16
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04chore: add subprojects/mate-submodules.wrapOz Tiram1-0/+6
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: remove non existing source in shell/Oz Tiram1-8/+0
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: correct typo missing .in in filenameOz Tiram1-1/+1
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: use mate-submodules correctlyOz Tiram2-2/+4
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04chore: fix warnings for meson.buildOz Tiram1-2/+2
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04chore: pin meson version, add missing ATRIL_MIME_TYPESOz Tiram3-1/+4
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04chore: reorganinze meson.buildOz Tiram1-131/+168
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04chore: add maintainer modeOz Tiram2-9/+39
Replacing MATE_MAINTAINER_MODE_DEFINES in configure.ac. Signed-off-by: Oz Tiram <[email protected]>
2025-04-04chore: remove unused intltoolOz Tiram10-64/+62
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04meson: make ps and epub optional backendsOz Tiram1-2/+2
G# with '#' will be ignored, and an empty message aborts the commit.
2025-04-04Initial support for mesonOz Tiram45-0/+2260
Mostly copy and paste from linuxmint/xreader Signed-off-by: Oz Tiram <[email protected]>
2025-03-31Fix .cbr mimetypeJan Szejko1-1/+1
2025-03-31Wayland: stop segfaults on some systemslukefromdc1-3/+11
*Put a missed instance of gdk_x11_screen_get_screen_number behind x11-only selectors
2025-03-31replace deprecated gtk_menu_tool_button_new_from_stockOz Tiram1-1/+3
Signed-off-by: Oz Tiram <[email protected]>
2025-03-31libview/ev-document-model.c remove one more deprecation warningOz Tiram1-1/+1
Signed-off-by: Oz Tiram <[email protected]>
2025-03-31replace ev_document_model_get_dual_page withOz Tiram1-4/+4
ev_document_model_get_page_layout ... Signed-off-by: Oz Tiram <[email protected]>
2024-12-02Release 1.28.1v1.28.1lukefromdc2-1/+8
2024-12-02tx:update translationslukefromdc28-419/+5433
2024-12-02Update CBR library to libarchive in README.mdKrassy Boykinov1-1/+1
* commit ce41df6 introduced libarchive for unpacking CBR comics
2024-12-02ci: fix travis build failures caused by recent travis changeslukefromdc1-3/+14
2024-04-23Cleanup icons MakefileColomban Wendling28-380/+63
Replace full-subdirs with a single Makefile for all icons, making things both simpler and more concise. Also, properly use Automake variable prefixes instead of doing it manually.
2024-04-16icons: Include higher resolution icons (#608)Victor Kareh8-1/+45
This only includes higher resolution icons to be loaded automatically by the window manager icon cache, resulting in sharper icons in the alt-tab and wnck views.
2024-02-21release 1.28.0v1.28.0raveit652-13/+17
2024-02-21tx: sync with transifexraveit651-1/+1
2024-02-06release 1.27.1v1.27.1raveit652-4/+21
2024-02-06tx: sync with transifexraveit65146-5116/+5432
2024-01-31epub: fix previous commitraveit651-1/+1
2024-01-31fix a incompatible pointer type warning for gcc14raveit651-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-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-07comics: 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-01Fix build with libxml2 2.12Jan Tojnar1-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-19fix typo in configure.acraveit651-1/+1
- fixes https://github.com/mate-desktop/atril/issues/596
2023-10-02replace deprecated gtk_image_menu_item_new_from_stockraveit651-2/+6
2023-10-02replace deprecated gtk-image-menu-itemraveit654-3/+39
2023-10-02drop double ui filesraveit652-190/+0
2023-10-01Remove compilation warnings and set 'always_show_image' Properties in the UI ↵zhuyaliang3-11/+4
file
2023-09-11tx: fix warnings in id,it and tr translationsraveit653-13/+16