Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-29 | tx: update resource | mbkma | 2 | -260/+264 | |
2022-10-28 | tx: migrate config file | mbkma | 2 | -11/+28 | |
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-02-12 | ci: drop -Wunused-parameter compiler cflag from debian build | raveit65 | 1 | -2/+2 | |
2022-02-11 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 5 | -10/+10 | |
2022-01-09 | Fix the type for the signal identifier which is gulong | rbuj | 4 | -8/+8 | |
2022-01-09 | Use GLib's new g_clear_signal_handler() function to simplify code | rbuj | 2 | -0/+19 | |
2022-01-02 | Remove warnings about redefining gettext support macros | rbuj | 2 | -5/+2 | |
2022-01-02 | Don't build the path to stock icons | rbuj | 5 | -18/+3 | |
2021-11-20 | Use a blank line at most | rbuj | 83 | -220/+0 | |
2021-11-20 | Accessibility: add button description | Valentin Villenave | 2 | -0/+4 | |
2021-11-12 | Preserve compatibility with older GLib versions | Valentin Villenave | 2 | -1/+14 | |
This is a rather non-invasive change, that will be easy to remove whenever we go ahead and stop supporting older systems. | |||||
2021-08-06 | release 1.26.0v1.26.0 | raveit65 | 2 | -2/+13 | |
2021-08-06 | tx: sync with transifex | raveit65 | 41 | -24180/+60193 | |
2021-08-06 | tx: update resource | raveit65 | 1 | -182/+182 | |
2021-08-06 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 | |
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-05-29 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. | |||||
2021-04-22 | travis: disable travis builds for ubuntu | raveit65 | 1 | -1/+1 | |
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25 | |||||
2021-04-13 | introspection: Fix bogus --library arguments. | orbea | 2 | -2/+2 | |
2021-04-01 | libdocument: remove _ev_g_mkdtemp function | Jason Crain | 1 | -86/+1 | |
The g_mkdtemp function was added to glib 2.30. Remove our local copy and use the glib one instead. | |||||
2021-04-01 | epub: declaration of ‘uL’ shadows a previous local [-Wshadow] | rbuj | 1 | -2/+0 | |
2021-04-01 | ev-window: missing initializer for a field of ‘GtkActionEntry’ | rbuj | 1 | -6/+6 | |
2021-04-01 | epub: fix typo | rbuj | 1 | -1/+1 | |
2021-03-29 | release 1.25.1v1.25.1 | raveit65 | 2 | -1/+37 | |
2021-03-29 | tx: sync with transifex | raveit65 | 227 | -34022/+88435 | |
2021-03-29 | tx: update resource | raveit65 | 1 | -683/+2318 | |
2021-03-29 | update help | mbkma | 54 | -872/+2850 | |
2021-03-08 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -11/+0 | |
2021-02-22 | tx: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
2021-02-10 | update resource for transifex | rbuj | 1 | -160/+601 | |
2021-02-10 | caja extension: Update copyright year | rbuj | 1 | -1/+1 | |
2021-02-10 | dvi: use glib i18n macros | rbuj | 5 | -20/+37 | |
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 | 19 | -19/+74 | |
2021-02-05 | build: Use PACKAGE_URL variable | rbuj | 7 | -26/+39 | |
2021-02-04 | build: display package name and version in configure summary | rbuj | 1 | -0/+3 | |
2021-02-02 | build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME | rbuj | 1 | -1/+1 | |
2021-01-28 | Remove warning -Wtype-limits | rbuj | 2 | -3/+1 | |
2021-01-16 | update resource for transifex | rbuj | 2 | -219/+224 | |
2021-01-16 | Update copyright to 2021 | rbuj | 2 | -2/+2 | |
2021-01-07 | Check whether the document page failed to render | rbuj | 2 | -1/+18 | |
2021-01-07 | ps backend: do not silence the warnings when rendering the page | rbuj | 1 | -5/+5 | |
2020-12-11 | Support non-X11 windowing systems | wb9688 | 2 | -8/+10 | |
2020-12-09 | build: remove legacy variable MATEICONDIR | rbuj | 3 | -3/+0 | |
2020-12-08 | update issue template | raveit65 | 1 | -1/+1 | |
2020-12-08 | update issue template | raveit65 | 1 | -1/+1 | |
2020-12-04 | ev-document-factory: use g_list_free_full | rbuj | 1 | -2/+1 | |
2020-11-16 | Remove USE_MATE2_MACROS from autogen.sh (legacy) | rbuj | 1 | -2/+1 | |