Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2020-10-24 | travis: fix make distcheck error on archlinux | raveit65 | 3 | -0/+6 | |
2020-10-24 | epub backend: Escape link text to display & in index content | rbuj | 1 | -1/+1 | |
2020-09-02 | ev-poppler: 'POPPLER_ACTION_RESET_FORM' not handled in switch [-Wswitch] | rbuj | 1 | -8/+13 | |
2020-08-31 | ev-window: fix interval (guint milliseconds) in g_timeout_add_full | rbuj | 1 | -1/+1 | |
2020-08-28 | epub-document: improve code-style | raveit65 | 1 | -552/+552 | |
- tab to spaces - fix some indents | |||||
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-26 | check return value of xmlDocGetRootElement call if is NULL | lvtao-sec | 2 | -3/+28 | |
2020-08-26 | travis: use ubuntu:rolling tag to fix building | raveit65 | 1 | -1/+1 | |
2020-08-23 | ev-pixbuf-cache: Remove -Wtype-limits warnings | rbuj | 1 | -6/+6 | |
2020-08-16 | Remove unused macros | Pablo Barciela | 12 | -34/+0 | |
2020-08-08 | Travis CI: debian build: add -Wunused-macros to CFLAGS and CXXFLAGS | Pablo Barciela | 1 | -2/+2 | |
2020-07-27 | Change spaces to tab | Scott Balneaves | 1 | -1/+1 | |
2020-07-27 | Make sure attachments window fills entire sidebar | Scott Balneaves | 1 | -0/+1 | |
2020-07-15 | ev-poppler: remove warning about no previous declaration | rbuj | 1 | -1/+1 | |
2020-07-10 | Fix segfault on empty navMap | errt | 1 | -2/+2 | |
2020-07-10 | ev-properties-dialog: Add on_notebook_scroll_event | rbuj | 1 | -0/+64 | |
2020-07-10 | update mate-submodules | raveit65 | 1 | -0/+0 | |
2020-06-28 | Add compilation help | tamplan | 1 | -1/+9 | |
2020-06-28 | build: Add ice & glib-2.0 modules in PKG_CHECK_MODULES(LIBEGG) | rbuj | 1 | -1/+1 | |
2020-06-26 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |
2020-06-23 | release 1.25.0v1.25.0 | raveit65 | 1 | -0/+27 | |
2020-06-23 | add README.md to EXTRA_DIST | raveit65 | 1 | -1/+2 | |
2020-06-23 | tx: pull fixed sr language | raveit65 | 1 | -3/+4 | |
2020-06-23 | sync with transifex | raveit65 | 143 | -762/+3161 | |
2020-06-22 | update resource for transifex | raveit65 | 1 | -217/+213 | |
2020-06-22 | update submodule | raveit65 | 1 | -0/+0 | |
2020-06-22 | [ci] fix release tarball on travis CI failed | Wu Xiaotian | 1 | -1/+3 | |
2020-06-22 | pre-bump version | raveit65 | 2 | -1/+3 | |
2020-06-18 | Re-enable highlight_find_results | Oz N Tiram | 2 | -8/+3 | |
2020-06-18 | Use ENABLE_SYNCTEX in libdocument/Makefile.am | Oz N Tiram | 1 | -2/+7 | |
2020-06-18 | Improved detection of --enable/disable synctex option | Oz N Tiram | 1 | -3/+6 | |
2020-06-18 | Fix -Wunused-function warnings caused by --enable-synctex=no | Oz N Tiram | 3 | -2/+16 | |
2020-06-18 | Make synctex optional | Oz Tiram | 4 | -13/+42 | |
Not everyone who reads PDF's is necessarily a LaTeX user. These changes allow users to install atril without the huge bagage of tex-live on systems where synctex isn't provided as a stand alone library. | |||||
2020-06-17 | add git.mk to generate .gitignore | tamplan | 7 | -0/+412 | |
2020-06-07 | use git submodule for cut-n-paste/smclient | Wu Xiaotian | 13 | -3752/+14 | |
2020-04-23 | djvu-text-page: Fix cppcheck [clarifyCalculation] warnings | Pablo Barciela | 1 | -2/+2 | |
Fixes the warnings: backend/djvu/djvu-text-page.c:46:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] g_strjoin (delimit & 2 ? "\n" : ^ backend/djvu/djvu-text-page.c:47:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] delimit & 1 ? " " : NULL, ^ | |||||
2020-04-21 | ev-window: expand the comment on about dialog | rbuj | 1 | -5/+4 | |
2020-04-18 | ci: don't run configure with autogen.sh | raveit65 | 1 | -1/+1 | |
autogen should only generate make file, etc. This will reduce build time and sizes of build logs. | |||||
2020-04-18 | build: silent build warnings for distcheck | raveit65 | 1 | -0/+1 | |
they are already displayed during `make`, no need to display them twice. | |||||
2020-04-18 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
2020-04-17 | build: update configure summary | raveit65 | 1 | -0/+5 | |
2020-04-15 | Fix cppcheck [knownConditionTrueFalse] warnings | Pablo Barciela | 5 | -31/+15 | |
Fixes the warnings: backend/comics/comics-document.c:767:21: style: Condition 'bytes<=0' is always true [knownConditionTrueFalse] backend/epub/minizip/unzip.c:603:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse] properties/ev-properties-view.c:197:33: style: Condition 'text' is always true [knownConditionTrueFalse] shell/ev-sidebar-thumbnails.c:598:7: style: Condition '!loading_icon' is always true [knownConditionTrueFalse] shell/main.c:115:6: style: Condition '!error' is always true [knownConditionTrueFalse] |