Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
5 days | ci: attempt to fix deploy with newer travis syntaxHEADmaster | Oz Tiram | 1 | -1/+1 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-24 | Release 1.28.2v1.28.2 | lukefromdc | 3 | -3/+38 | |
2025-04-24 | Translations update | lukefromdc | 12 | -28/+33 | |
2025-04-24 | epub: Disable thumbnailing sidebar. | Michael Webster | 3 | -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-04 | fix: rename all backend files | Oz Tiram | 8 | -8/+8 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix: generate dbus generated with the correct prefix | Oz Tiram | 1 | -7/+3 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix: building atrild with explicit sources | Oz Tiram | 2 | -10/+7 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix: building atril target | Oz Tiram | 1 | -23/+23 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix: shell/meson.build missing files | Oz Tiram | 2 | -0/+3 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix: correct dependeny on mate-submodules | Oz Tiram | 2 | -2/+1 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix: properly build cut-n-paste/toolbar-editor | Oz Tiram | 1 | -2/+2 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix: add missing properties/meson.build | Oz Tiram | 1 | -0/+20 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix all build errors with meson | Oz Tiram | 4 | -26/+68 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix more build errors | Oz Tiram | 2 | -1/+2 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix more build errors | Oz Tiram | 3 | -2/+12 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix: disable maintainer mode per default | Oz Tiram | 3 | -14/+5 | |
... fix library name Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix: #error "Only <atril-document.h> can be included directly." | Oz Tiram | 1 | -1/+2 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix: libdocument! meson automatically adds lib prefix | Oz Tiram | 1 | -1/+1 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | chore: clean references to xreader | Oz Tiram | 6 | -16/+16 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | chore: add subprojects/mate-submodules.wrap | Oz Tiram | 1 | -0/+6 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix: remove non existing source in shell/ | Oz Tiram | 1 | -8/+0 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix: correct typo missing .in in filename | Oz Tiram | 1 | -1/+1 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | fix: use mate-submodules correctly | Oz Tiram | 2 | -2/+4 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | chore: fix warnings for meson.build | Oz Tiram | 1 | -2/+2 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | chore: pin meson version, add missing ATRIL_MIME_TYPES | Oz Tiram | 3 | -1/+4 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | chore: reorganinze meson.build | Oz Tiram | 1 | -131/+168 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | chore: add maintainer mode | Oz Tiram | 2 | -9/+39 | |
Replacing MATE_MAINTAINER_MODE_DEFINES in configure.ac. Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | chore: remove unused intltool | Oz Tiram | 10 | -64/+62 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-04-04 | meson: make ps and epub optional backends | Oz Tiram | 1 | -2/+2 | |
G# with '#' will be ignored, and an empty message aborts the commit. | |||||
2025-04-04 | Initial support for meson | Oz Tiram | 45 | -0/+2260 | |
Mostly copy and paste from linuxmint/xreader Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-03-31 | Fix .cbr mimetype | Jan Szejko | 1 | -1/+1 | |
2025-03-31 | Wayland: stop segfaults on some systems | lukefromdc | 1 | -3/+11 | |
*Put a missed instance of gdk_x11_screen_get_screen_number behind x11-only selectors | |||||
2025-03-31 | replace deprecated gtk_menu_tool_button_new_from_stock | Oz Tiram | 1 | -1/+3 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-03-31 | libview/ev-document-model.c remove one more deprecation warning | Oz Tiram | 1 | -1/+1 | |
Signed-off-by: Oz Tiram <[email protected]> | |||||
2025-03-31 | replace ev_document_model_get_dual_page with | Oz Tiram | 1 | -4/+4 | |
ev_document_model_get_page_layout ... Signed-off-by: Oz Tiram <[email protected]> | |||||
2024-12-02 | Release 1.28.1v1.28.1 | lukefromdc | 2 | -1/+8 | |
2024-12-02 | tx:update translations | lukefromdc | 28 | -419/+5433 | |
2024-12-02 | Update CBR library to libarchive in README.md | Krassy Boykinov | 1 | -1/+1 | |
* commit ce41df6 introduced libarchive for unpacking CBR comics | |||||
2024-12-02 | ci: fix travis build failures caused by recent travis changes | lukefromdc | 1 | -3/+14 | |
2024-04-23 | Cleanup icons Makefile | Colomban Wendling | 28 | -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-16 | icons: Include higher resolution icons (#608) | Victor Kareh | 8 | -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-21 | release 1.28.0v1.28.0 | raveit65 | 2 | -13/+17 | |
2024-02-21 | tx: sync with transifex | raveit65 | 1 | -1/+1 | |
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. |