Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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] | |||||
2020-04-14 | Remove strict-prototypes warning | rbuj | 2 | -2/+2 | |
2020-04-14 | ev-window/epub-document: remove unused functions | Pablo Barciela | 2 | -25/+0 | |
Fixes the build warnings: ev-window.c:6379:1: warning: function 'menubar_deactivate_cb' is not needed and will not be emitted [-Wunneeded-internal-declaration] menubar_deactivate_cb (GtkWidget *menubar, ^ epub-document.c:946:1: warning: function 'check_add_page_numbers' is not needed and will not be emitted [-Wunneeded-internal-declaration] check_add_page_numbers(linknode *listdata, contentListNode *comparenode) ^ | |||||
2020-04-14 | ev-poppler: remove unused variable | Pablo Barciela | 1 | -1/+0 | |
2020-04-13 | epub-document: Remove unused-variable warning | rbuj | 1 | -7/+5 | |
2020-04-11 | Travis CI: debian build: add clang compiler | Pablo Barciela | 1 | -0/+8 | |
2020-04-11 | Travis CI: debian build: add more CFLAGS and CXXFLAGS | Pablo Barciela | 1 | -3/+6 | |
2020-04-10 | build: do not override the default value for MATE_COMPILE_WARNINGS | rbuj | 1 | -1/+1 | |
2020-04-10 | epub backend: build with WARN_CFLAGS instead WARN_CXXFLAGS | Pablo Barciela | 1 | -2/+2 | |
2020-04-10 | Travis CI: build with --enable-cxx-warnings=maximum | Pablo Barciela | 1 | -1/+1 | |
2020-04-07 | ci: variables, drop CFLAGS | raveit65 | 1 | -1/+0 | |
2020-04-07 | Migrate to README.md and fix links | Mohammad Abu Sakib | 2 | -29/+26 | |
2020-04-05 | [ci] avoid deprecated skip_cleanup | Wu Xiaotian | 1 | -2/+2 | |
2020-04-04 | ci: update build environment | raveit65 | 1 | -5/+7 | |
2020-04-03 | (CI): scan-build: use maximum compile warnings | raveit65 | 1 | -1/+1 | |