summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-06-15ev-sidebar-links: Optimize reverse link lookup for a page1.24Christoph Fritz1-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-29travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-04-22travis: disable travis builds for ubunturaveit651-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-13introspection: Fix bogus --library arguments.orbea2-2/+2
2021-03-22release 1.24.1v1.24.1raveit652-1/+13
2021-03-22tx: sync with transifexraveit65229-2816/+4004
2021-03-22tx: update resourceraveit651-181/+175
2021-03-08travis: build with mate-common-1.24.2 from reposraveit651-11/+0
2021-03-08travis: use rolling tag for ubunturaveit651-1/+1
2021-03-08travis: temporarily disable build for ArchLinuxraveit651-1/+1
2020-10-24epub backend: Escape link text to display & in index contentrbuj1-1/+1
2020-07-10Fix segfault on empty navMaperrt1-2/+2
2020-06-26Travis CI: enable irc notifications with tagged commitsPablo Barciela1-1/+1
2020-06-22[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-04-18ci: don't run configure with autogen.shraveit651-1/+1
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-10epub backend: build with WARN_CFLAGS instead WARN_CXXFLAGSPablo Barciela1-2/+2
2020-04-07ci: variables, drop CFLAGSraveit651-1/+0
2020-04-05Travis CI: avoid deprecated skip_cleanupPablo Barciela1-1/+1
2020-04-04CI: update build environmentraveit651-0/+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-11Travis CI: use Ubuntu 20.04 instead 19.10Pablo Barciela1-1/+1
2020-03-11Travis CI: don't update gh-pagesPablo Barciela2-34/+1
2020-02-28Update authorsrbuj2-1/+7
2020-02-26Travis CI: arch build: add autoconf-archivePablo Barciela1-0/+1
2020-02-26thumbnailer: fix typo in the option descriptionmonsta1-1/+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-14tx: udate configraveit651-2/+2
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.
2020-01-19release 1.23.2v1.23.2raveit652-1/+28
2020-01-19Revert "Fix memory leak in ev_sidebar_thumbnails_document_changed_cb()"raveit651-8/+4
This reverts commit bb8194a94310dae72bcbd745cd7f0f93e8d6fad1. Commit cases a warning when closing atril window, see https://github.com/mate-desktop/atril/pull/431#issuecomment-576002680 for more info
2020-01-19tx: pull fixed Spanish translationraveit651-3/+3
2020-01-19tx: sync with transifexraveit65229-63436/+58281
2020-01-18Fix atril.desktop filerbuj1-2/+2
Test: $ sudo update-desktop-database /usr/share/applications Diff: $ ./autogen --prefix=/usr && make $ cp data/atril.desktop data/atril.desktop.old (changes) $ ./autogen --prefix=/usr && make $ diff data/atril.desktop.old data/atril.desktop 229c229 < X-MATE-Bugzilla-Version=@VERSION@ --- > X-MATE-Bugzilla-Version=1.23.1 233c233 < MimeType=@ATRIL_MIME_TYPES@ --- > MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-xzpdf;application/postscript;application/x-bzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps;application/x-dvi;application/x-bzdvi;application/x-gzdvi;image/vnd.djvu;image/vnd.djvu+multipage;image/tiff;application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;application/vnd.comicbook+zip;application/vnd-comicbook.rar;application/oxps;application/vnd.ms-xpsdocument;application/epub+zip;
2020-01-15Fix memory leak inEric R. Schulz1-4/+8
ev_sidebar_thumbnails_document_changed_cb() Clear the loading icon hash table if it already exists. https://bugzilla.gnome.org/show_bug.cgi?id=770070 origin commit: https://gitlab.gnome.org/GNOME/evince/commit/702c7c6
2020-01-15pdf: Fix memory leak when adding new text annotationsCarlos Garcia Campos1-1/+1
origin commit: https://gitlab.gnome.org/GNOME/evince/commit/a182f12
2020-01-10tx: update resource fileraveit652-32/+33
2020-01-10Update Copyright yearraveit652-2/+2
2019-12-08libview: fixing memory leakGiselle Reis1-22/+21
The memory leak was caused by a g_signal_connect which was never disconnected. This patch makes sure the signal is disconnected and the job is cancelled before creating another rendering job. It additionally introduces a helper function to cleanly finalize the job. origin commit: https://gitlab.gnome.org/GNOME/evince/commit/939c434
2019-12-08Revert "First page should not reloaded"raveit652-6/+5
This reverts commit 00fad2c0d0fcdade570a08f046e85a4558f1fc0c. and fixes https://github.com/mate-desktop/atril/issues/404
2019-11-30Travis CI: add '-Wredundant-decls' to 'CFLAGS' variablePablo Barciela1-1/+1
2019-11-28avoid redundant redeclarationsPablo Barciela18-79/+0
2019-11-24travis ci: use fedora:latestraveit651-1/+1