summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-06-23release 1.25.0v1.25.0raveit651-0/+27
2020-06-23add README.md to EXTRA_DISTraveit651-1/+2
2020-06-23tx: pull fixed sr languageraveit651-3/+4
2020-06-23sync with transifexraveit65143-762/+3161
2020-06-22update resource for transifexraveit651-217/+213
2020-06-22update submoduleraveit651-0/+0
2020-06-22[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-06-22pre-bump versionraveit652-1/+3
2020-06-18Re-enable highlight_find_resultsOz N Tiram2-8/+3
2020-06-18Use ENABLE_SYNCTEX in libdocument/Makefile.amOz N Tiram1-2/+7
2020-06-18Improved detection of --enable/disable synctex optionOz N Tiram1-3/+6
2020-06-18Fix -Wunused-function warnings caused by --enable-synctex=noOz N Tiram3-2/+16
2020-06-18Make synctex optionalOz Tiram4-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-17add git.mk to generate .gitignoretamplan7-0/+412
2020-06-07use git submodule for cut-n-paste/smclientWu Xiaotian13-3752/+14
2020-04-23djvu-text-page: Fix cppcheck [clarifyCalculation] warningsPablo Barciela1-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-21ev-window: expand the comment on about dialogrbuj1-5/+4
2020-04-18ci: don't run configure with autogen.shraveit651-1/+1
autogen should only generate make file, etc. This will reduce build time and sizes of build logs.
2020-04-18build: silent build warnings for distcheckraveit651-0/+1
they are already displayed during `make`, no need to display them twice.
2020-04-18Travis CI: enable irc notifications with broken buildsPablo Barciela1-0/+12
2020-04-17build: update configure summaryraveit651-0/+5
2020-04-15Fix cppcheck [knownConditionTrueFalse] warningsPablo Barciela5-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-14Remove strict-prototypes warningrbuj2-2/+2
2020-04-14ev-window/epub-document: remove unused functionsPablo Barciela2-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-14ev-poppler: remove unused variablePablo Barciela1-1/+0
2020-04-13epub-document: Remove unused-variable warningrbuj1-7/+5
2020-04-11Travis CI: debian build: add clang compilerPablo Barciela1-0/+8
2020-04-11Travis CI: debian build: add more CFLAGS and CXXFLAGSPablo Barciela1-3/+6
2020-04-10build: do not override the default value for MATE_COMPILE_WARNINGSrbuj1-1/+1
2020-04-10epub backend: build with WARN_CFLAGS instead WARN_CXXFLAGSPablo Barciela1-2/+2
2020-04-10Travis CI: build with --enable-cxx-warnings=maximumPablo Barciela1-1/+1
2020-04-07ci: variables, drop CFLAGSraveit651-1/+0
2020-04-07Migrate to README.md and fix linksMohammad Abu Sakib2-29/+26
2020-04-05[ci] avoid deprecated skip_cleanupWu Xiaotian1-2/+2
2020-04-04ci: update build environmentraveit651-5/+7
2020-04-03(CI): scan-build: use maximum compile warningsraveit651-1/+1
2020-04-03Travis CI: Fix build error with archPablo Barciela1-9/+8
2020-04-02Travis CI: build with mate-common-1.24.1 tarballraveit651-0/+12
add missing requires autoconf-archive (fedora)
2020-04-02build: set compiler warning level to yesraveit651-1/+1
Note: it was unset here
2020-03-12dviread: ‘inline’ is not at beginning of declarationrbuj1-3/+3
2020-03-11Travis CI: use Ubuntu devel instead 19.10Pablo Barciela1-2/+1
2020-02-28Update authorsrbuj2-1/+7
2020-02-26Travis CI: arch build: add autoconf-archivePablo Barciela1-0/+1
2020-02-24Use int64_t for g_date_time_to_unix even word size is 32-bit widerbuj1-1/+1
2020-02-17travis: update config for new travis validationraveit652-174/+174
2020-02-15thumbnailer: fix typo in the option descriptionmonsta1-1/+1
2020-02-09release 1.24.0v1.24.0raveit652-2/+8
2020-02-09tx: sync with transifexraveit657-68/+71
2020-02-02thumbnailer: Fix memory leakrbuj1-5/+19
2020-01-31Fix year 2038 issue with signed 32-bit integersrbuj11-60/+54
GTime is defined to always be a signed 32-bit integer, it will overflow in the year 2038.