summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
5 daysci: attempt to fix deploy with newer travis syntaxHEADmasterOz Tiram1-1/+1
Signed-off-by: Oz Tiram <[email protected]>
2025-04-24Release 1.28.2v1.28.2lukefromdc3-3/+38
2025-04-24Translations updatelukefromdc12-28/+33
2025-04-24epub: Disable thumbnailing sidebar.Michael Webster3-117/+14
A recent update to libwebkitgtk2gtk-4.1 breaks using WebKitWebView in a GtkOffscreenWindow. Disable the thumbnail sidebar with epub documents, and disable updating the GtkWindow thumbnail. ref: https://github.com/WebKit/WebKit/commit/8d7385fad3ffb31d0c438e6b6a50dffb4390840c Fixes: #631.
2025-04-04fix: rename all backend filesOz Tiram8-8/+8
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: generate dbus generated with the correct prefixOz Tiram1-7/+3
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: building atrild with explicit sourcesOz Tiram2-10/+7
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04fix: building atril targetOz Tiram1-23/+23
Signed-off-by: Oz Tiram <[email protected]>
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.