| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-05-05 | only ask for nssdb pwd when neededsign | mbkma | 1 | -4/+18 | |
| 2026-05-05 | use libsecret to cache nss password | mbkma | 3 | -1/+77 | |
| 2026-05-05 | make rect to small warning more generous | mbkma | 1 | -1/+1 | |
| 2026-05-05 | signing: allow overwriting existing document with signed document | mbkma | 1 | -9/+85 | |
| 2026-05-05 | make signing more robust | mbkma | 1 | -4/+44 | |
| 2026-05-05 | add signature verification support | mbkma | 1 | -0/+69 | |
| 2026-05-05 | add digitally signing support | mbkma | 2 | -1/+320 | |
| 2026-04-10 | ev-window: Limit max zoom based on largest page size | Victor Kareh | 1 | -0/+15 | |
| Cairo surfaces have a limit of 32767px in any dimension, so we make sure that we don't end up zooming in past the point where the rendered surface is larger than that limit. | |||||
| 2026-04-10 | ev-window: Remove unnecessary calculation | Victor Kareh | 1 | -5/+1 | |
| Measuring image dimensions based on rotation is unnecessary, since the result is either w×h or h×w, which is commutative. | |||||
| 2026-04-10 | shell: Fix Max zoom in UI | Victor Kareh | 1 | -1/+1 | |
| The EphyZoom widget uses logical zoom (eg. 100%) while the libview widget uses physical zoom, that is if logical zoom is 100% then scale will be 100%*dpi/72.0. Backported from https://gitlab.gnome.org/GNOME/evince/-/commit/0a0a2d8c | |||||
| 2026-04-01 | fix memleak | mbkma | 1 | -1/+1 | |
| 2026-02-13 | add .gitignore and include files in meson | mbkma | 1 | -0/+2 | |
| 2026-02-13 | Improve search system | mbkma | 5 | -113/+908 | |
| shell: Add EvFindSidebar widget to show search results see https://gitlab.gnome.org/GNOME/evince/-/commit/940ce8048e4fc6503dca03c1ce090ff4a11dface eggfindbar: don't close the findbar when it loses the focus see https://gitlab.gnome.org/GNOME/evince/-/commit/a2d781fb124bd19861035fd41dacc976e00d19ef shell: Add the findbar to the main box instead of the view box libview: Add ev_view_find_set_result | |||||
| 2025-12-23 | meson: shell: Fix MATEDATADIR | Colomban Wendling | 1 | -2/+0 | |
| MATEDATADIR value is missing `prefix`, but is already properly defined in the global C flags from the root meson.build, so we just need not to override it incorrectly. Also remove the LIBEXECDIR definition with is also wrong, but that is not actually used. | |||||
| 2025-04-24 | epub: Disable thumbnailing sidebar. | Michael Webster | 2 | -2/+7 | |
| 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: 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 | 1 | -9/+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 | 1 | -0/+2 | |
| Signed-off-by: Oz Tiram <[email protected]> | |||||
| 2025-04-04 | fix: correct dependeny on mate-submodules | Oz Tiram | 1 | -1/+1 | |
| Signed-off-by: Oz Tiram <[email protected]> | |||||
| 2025-04-04 | fix all build errors with meson | Oz Tiram | 1 | -23/+56 | |
| Signed-off-by: Oz Tiram <[email protected]> | |||||
| 2025-04-04 | fix more build errors | Oz Tiram | 1 | -0/+1 | |
| 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: use mate-submodules correctly | Oz Tiram | 1 | -1/+1 | |
| Signed-off-by: Oz Tiram <[email protected]> | |||||
| 2025-04-04 | Initial support for meson | Oz Tiram | 1 | -0/+146 | |
| Mostly copy and paste from linuxmint/xreader Signed-off-by: Oz Tiram <[email protected]> | |||||
| 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 | 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]> | |||||
| 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 | 2 | -2/+6 | |
| 2023-10-01 | Remove compilation warnings and set 'always_show_image' Properties in the UI ↵ | zhuyaliang | 2 | -9/+2 | |
| file | |||||
| 2022-02-11 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 1 | -1/+1 | |
| 2022-01-09 | Fix the type for the signal identifier which is gulong | rbuj | 2 | -6/+6 | |
| 2022-01-02 | Don't build the path to stock icons | rbuj | 1 | -1/+0 | |
| 2021-11-20 | Use a blank line at most | rbuj | 25 | -42/+0 | |
| 2021-11-20 | Accessibility: add button description | Valentin Villenave | 1 | -0/+3 | |
| 2021-11-12 | Preserve compatibility with older GLib versions | Valentin Villenave | 1 | -0/+13 | |
| This is a rather non-invasive change, that will be easy to remove whenever we go ahead and stop supporting older systems. | |||||
| 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-04-01 | ev-window: missing initializer for a field of ‘GtkActionEntry’ | rbuj | 1 | -6/+6 | |
| 2021-02-10 | i18n: use g_dngettext instead of ngettext | rbuj | 1 | -13/+18 | |
| 2021-02-10 | build: allow users to disable gettext support (--disable-nls) | rbuj | 1 | -1/+3 | |
| 2021-02-05 | build: Use PACKAGE_URL variable | rbuj | 1 | -1/+1 | |
| 2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
| 2020-12-11 | Support non-X11 windowing systems | wb9688 | 2 | -8/+10 | |
| 2020-12-09 | build: remove legacy variable MATEICONDIR | rbuj | 1 | -1/+0 | |
| 2020-08-31 | ev-window: fix interval (guint milliseconds) in g_timeout_add_full | rbuj | 1 | -1/+1 | |
| 2020-08-28 | ev-sidebar-attachments: do not add add a Gtk_Container | raveit65 | 1 | -2/+1 | |
| Fixes a runtime warning caused by https://github.com/mate-desktop/atril/commit/70f42da See https://github.com/mate-desktop/atril/pull/476#issuecomment-667701035 for more info. | |||||
| 2020-08-16 | Remove unused macros | Pablo Barciela | 2 | -8/+0 | |
| 2020-07-27 | Change spaces to tab | Scott Balneaves | 1 | -1/+1 | |
