commit db229c01a3ed39622cf5f5e94cccc42e3eb50c87
Author: lukefromdc <lukefromdc@hushmail.com>
Date:   Mon Dec 2 20:33:52 2024 -0500

    Release 1.28.1

 NEWS         | 7 +++++++
 configure.ac | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit d3fd9d3832b0652b0abbf8feccde38ae3f43fe4e
Author: lukefromdc <lukefromdc@hushmail.com>
Date:   Mon Dec 2 20:30:52 2024 -0500

    tx:update translations

 help/ca/ca.po       |    2 +-
 help/en_GB/en_GB.po |  896 ++++++++++++++------
 help/he/he.po       |   11 +-
 help/nb/nb.po       |    2 +-
 help/pt_BR/pt_BR.po |  112 ++-
 help/sv/sv.po       |    4 +-
 help/tr/tr.po       |    2 +-
 po/ar.po            |   10 +-
 po/bg.po            |    2 +-
 po/ca.po            |    2 +-
 po/de.po            |   53 +-
 po/el.po            |    2 +-
 po/es.po            |    5 +-
 po/es_AR.po         |   25 +-
 po/fi.po            |    2 +-
 po/fr.po            |   26 +-
 po/he.po            |   84 +-
 po/hu.po            |    9 +-
 po/lv.po            |    4 +-
 po/nan.po           | 2275 ++++++++++++++++++++++++++++++++++++++++++++++++++
 po/nb.po            |    4 +-
 po/oc.po            |    8 +-
 po/pt.po            |   10 +-
 po/pt_BR.po         |    2 +-
 po/sl.po            |   12 +-
 po/sv.po            |    6 +-
 po/tr.po            |    4 +-
 po/tzm.po           | 2278 +++++++++++++++++++++++++++++++++++++++++++++++++++
 28 files changed, 5433 insertions(+), 419 deletions(-)

commit 54e44c98bb3ae3b8c4445250ab926a8c3084405e
Author: Krassy Boykinov <87526889+chereskata@users.noreply.github.com>
Date:   Mon Dec 2 11:49:18 2024 +0000

    Update CBR library to libarchive in README.md
    
    * commit ce41df6 introduced libarchive for unpacking CBR comics

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fb1d374e99fa52c8ec23116be66c03925214d036
Author: lukefromdc <lukefromdc@hushmail.com>
Date:   Mon Dec 2 16:18:03 2024 -0500

    ci: fix travis build failures caused by recent travis changes

 .travis.yml | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

commit 33f05a252cd2f8f39eaa0fb6df9210c47995ac0e
Author: Colomban Wendling <cwendling@hypra.fr>
Date:   Tue Apr 16 14:41:35 2024 +0200

    Cleanup icons Makefile
    
    Replace full-subdirs with a single Makefile for all icons, making
    things both simpler and more concise.
    
    Also, properly use Automake variable prefixes instead of doing it
    manually.

 configure.ac                              | 26 -------------
 data/icons/128x128/Makefile.am            |  4 --
 data/icons/128x128/apps/Makefile.am       | 16 --------
 data/icons/16x16/Makefile.am              |  3 --
 data/icons/16x16/actions/Makefile.am      | 27 -------------
 data/icons/16x16/apps/Makefile.am         | 16 --------
 data/icons/16x16/mimetypes/Makefile.am    | 16 --------
 data/icons/22x22/Makefile.am              |  3 --
 data/icons/22x22/actions/Makefile.am      | 28 --------------
 data/icons/22x22/apps/Makefile.am         | 16 --------
 data/icons/22x22/mimetypes/Makefile.am    | 16 --------
 data/icons/24x24/Makefile.am              |  3 --
 data/icons/24x24/actions/Makefile.am      | 23 -----------
 data/icons/24x24/apps/Makefile.am         | 16 --------
 data/icons/24x24/mimetypes/Makefile.am    | 16 --------
 data/icons/32x32/Makefile.am              |  3 --
 data/icons/32x32/actions/Makefile.am      | 19 ---------
 data/icons/32x32/mimetypes/Makefile.am    | 16 --------
 data/icons/48x48/Makefile.am              |  4 --
 data/icons/48x48/actions/Makefile.am      | 20 ----------
 data/icons/48x48/apps/Makefile.am         | 16 --------
 data/icons/64x64/Makefile.am              |  4 --
 data/icons/64x64/apps/Makefile.am         | 16 --------
 data/icons/Makefile.am                    | 64 ++++++++++++++++++++++++++++++-
 data/icons/scalable/Makefile.am           |  3 --
 data/icons/scalable/actions/Makefile.am   | 17 --------
 data/icons/scalable/apps/Makefile.am      | 16 --------
 data/icons/scalable/mimetypes/Makefile.am | 16 --------
 28 files changed, 63 insertions(+), 380 deletions(-)

commit c5b2dfc82baeaa998b414fc90efcc15f11f17925
Author: Victor Kareh <vkareh@redhat.com>
Date:   Tue Apr 16 09:03:23 2024 -0400

    icons: Include higher resolution icons (#608)
    
    This only includes higher resolution icons to be loaded automatically by
    the window manager icon cache, resulting in sharper icons in the alt-tab
    and wnck views.

 configure.ac                        |   4 ++++
 data/icons/128x128/Makefile.am      |   4 ++++
 data/icons/128x128/apps/Makefile.am |  16 ++++++++++++++++
 data/icons/128x128/apps/atril.png   | Bin 0 -> 5590 bytes
 data/icons/64x64/Makefile.am        |   4 ++++
 data/icons/64x64/apps/Makefile.am   |  16 ++++++++++++++++
 data/icons/64x64/apps/atril.png     | Bin 0 -> 2853 bytes
 data/icons/Makefile.am              |   2 +-
 8 files changed, 45 insertions(+), 1 deletion(-)

commit 3c3aa9cbb18e3a10d4aa95e258d8c415750f1ff3
Author: raveit65 <mate@raveit.de>
Date:   Wed Feb 21 16:45:00 2024 +0100

    release 1.28.0

 NEWS         | 26 +++++++++++++++-----------
 configure.ac |  4 ++--
 2 files changed, 17 insertions(+), 13 deletions(-)

commit 81414311394fa846c85b7c77db839f8d7492e616
Author: raveit65 <mate@raveit.de>
Date:   Wed Feb 21 16:40:20 2024 +0100

    tx: sync with transifex

 po/ja.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d6641eafc5c78ddf9ae90e287245ec53304f5fc5
Author: raveit65 <mate@raveit.de>
Date:   Tue Feb 6 14:37:10 2024 +0100

    release 1.27.1

 NEWS         | 23 ++++++++++++++++++++---
 configure.ac |  2 +-
 2 files changed, 21 insertions(+), 4 deletions(-)

commit 9b317630bc50a55f5f3fdc895d4f6bcae0dc3204
Author: raveit65 <mate@raveit.de>
Date:   Tue Feb 6 14:31:07 2024 +0100

    tx: sync with transifex

 help/ca/ca.po       |   6 +-
 help/cs/cs.po       |   4 +-
 help/da/da.po       |   4 +-
 help/de/de.po       |   4 +-
 help/el/el.po       |   4 +-
 help/en_GB/en_GB.po | 201 ++++++++++++++++--------
 help/es/es.po       | 441 ++++++++++++++++++++++++++++++++++------------------
 help/fr/fr.po       |   4 +-
 help/gl/gl.po       |   4 +-
 help/he/he.po       |   8 +-
 help/it/it.po       |   2 +-
 help/ja/ja.po       | 143 +++++++++--------
 help/ko/ko.po       |   6 +-
 help/ms/ms.po       |   4 +-
 help/nb/nb.po       |   6 +-
 help/nl/nl.po       |   4 +-
 help/oc/oc.po       |  11 +-
 help/pl/pl.po       |   4 +-
 help/pt_BR/pt_BR.po | 164 ++++++++++++-------
 help/ru/ru.po       |  17 +-
 help/sr/sr.po       |   4 +-
 help/sv/sv.po       |   4 +-
 help/uk/uk.po       |   4 +-
 help/zh_CN/zh_CN.po |   4 +-
 po/af.po            |  66 ++++----
 po/am.po            |  66 ++++----
 po/ar.po            |  66 ++++----
 po/as.po            |  66 ++++----
 po/ast.po           |  66 ++++----
 po/az.po            |  66 ++++----
 po/be.po            |  66 ++++----
 po/bg.po            |  66 ++++----
 po/bn.po            |  66 ++++----
 po/bn_IN.po         |  66 ++++----
 po/br.po            |  66 ++++----
 po/bs.po            |  66 ++++----
 po/ca.po            |  68 ++++----
 po/ca@valencia.po   |  66 ++++----
 po/cmn.po           |  66 ++++----
 po/crh.po           |  66 ++++----
 po/cs.po            |  82 +++++-----
 po/cy.po            |  66 ++++----
 po/da.po            |  66 ++++----
 po/de.po            | 141 ++++++++---------
 po/de_CH.po         |  66 ++++----
 po/dz.po            |  66 ++++----
 po/el.po            |  66 ++++----
 po/en_AU.po         |  66 ++++----
 po/en_CA.po         |  66 ++++----
 po/en_GB.po         | 321 +++++++++++++++++++++-----------------
 po/eo.po            |  66 ++++----
 po/es.po            |  66 ++++----
 po/es_AR.po         |  66 ++++----
 po/es_CL.po         |  66 ++++----
 po/es_CO.po         |  66 ++++----
 po/es_MX.po         |  66 ++++----
 po/es_PR.po         |  66 ++++----
 po/es_VE.po         |  66 ++++----
 po/et.po            |  66 ++++----
 po/eu.po            |  96 ++++++------
 po/fa.po            |  66 ++++----
 po/fi.po            |  66 ++++----
 po/fr.po            |  68 ++++----
 po/frp.po           |  66 ++++----
 po/fur.po           |  66 ++++----
 po/fy.po            |  66 ++++----
 po/ga.po            |  66 ++++----
 po/gl.po            |  66 ++++----
 po/gu.po            |  66 ++++----
 po/ha.po            |  66 ++++----
 po/he.po            |  70 ++++-----
 po/hi.po            |  66 ++++----
 po/hr.po            |  66 ++++----
 po/hu.po            |  66 ++++----
 po/hy.po            |  66 ++++----
 po/ia.po            |  66 ++++----
 po/id.po            |  66 ++++----
 po/ie.po            |  66 ++++----
 po/ig.po            |  66 ++++----
 po/is.po            |  66 ++++----
 po/it.po            |  68 ++++----
 po/ja.po            |  82 +++++-----
 po/ka.po            | 390 +++++++++++++++++++++++-----------------------
 po/kab.po           |  68 ++++----
 po/kk.po            |  66 ++++----
 po/kn.po            |  78 +++++-----
 po/ko.po            |  70 ++++-----
 po/ks.po            |  66 ++++----
 po/ku.po            |  66 ++++----
 po/ku_IQ.po         |  66 ++++----
 po/ky.po            |  66 ++++----
 po/li.po            |  66 ++++----
 po/lt.po            | 151 +++++++++---------
 po/lv.po            |  66 ++++----
 po/mai.po           |  66 ++++----
 po/mg.po            |  66 ++++----
 po/mi.po            |  66 ++++----
 po/mk.po            |  66 ++++----
 po/ml.po            |  66 ++++----
 po/mn.po            |  66 ++++----
 po/mr.po            |  66 ++++----
 po/ms.po            |  66 ++++----
 po/nb.po            |  70 ++++-----
 po/nds.po           |  72 ++++-----
 po/ne.po            |  66 ++++----
 po/nl.po            |  66 ++++----
 po/nn.po            |  66 ++++----
 po/nso.po           |  66 ++++----
 po/oc.po            |  84 +++++-----
 po/or.po            |  66 ++++----
 po/pa.po            |  66 ++++----
 po/pl.po            |  66 ++++----
 po/pms.po           |  66 ++++----
 po/ps.po            |  66 ++++----
 po/pt.po            |  66 ++++----
 po/pt_BR.po         | 182 ++++++++++------------
 po/ro.po            |  66 ++++----
 po/ru.po            | 155 +++++++++---------
 po/rw.po            |  66 ++++----
 po/sc.po            |  66 ++++----
 po/si.po            |  66 ++++----
 po/sk.po            |  66 ++++----
 po/sl.po            | 224 +++++++++++++-------------
 po/sq.po            |  66 ++++----
 po/sr.po            |  66 ++++----
 po/sr@latin.po      |  66 ++++----
 po/sv.po            | 242 ++++++++++++++--------------
 po/ta.po            |  66 ++++----
 po/te.po            |  66 ++++----
 po/th.po            |  80 +++++-----
 po/tk.po            |  66 ++++----
 po/tr.po            |  66 ++++----
 po/tt.po            |  66 ++++----
 po/ug.po            |  66 ++++----
 po/uk.po            |  95 +++++------
 po/ur.po            |  66 ++++----
 po/uz.po            |  66 ++++----
 po/vi.po            |  66 ++++----
 po/wa.po            |  66 ++++----
 po/xh.po            |  66 ++++----
 po/yi.po            |  66 ++++----
 po/yo.po            |  66 ++++----
 po/zh_CN.po         |  66 ++++----
 po/zh_HK.po         |  66 ++++----
 po/zh_TW.po         |  66 ++++----
 po/zu.po            |  66 ++++----
 146 files changed, 5432 insertions(+), 5116 deletions(-)

commit 6d37d813914c5a466b0859348cce4d64781b2aa1
Author: raveit65 <mate@raveit.de>
Date:   Wed Jan 31 11:54:34 2024 +0100

    epub: fix previous commit

 backend/epub/epub-document.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 095b361404c5f174fa1cf737753a450542d9f1c3
Author: raveit65 <mate@raveit.de>
Date:   Wed Jan 31 11:47:29 2024 +0100

    fix a incompatible pointer type warning for gcc14
    
    * fix a incompatible pointer type warning for gcc14
    
    Co-authored-by: Colomban Wendling <cwendling@hypra.fr>

 backend/epub/epub-document.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e254cd9eb51eecfeb5ffa88cf57133709db19291
Author: correctmost <134317971+correctmost@users.noreply.github.com>
Date:   Mon Jan 8 18:08:38 2024 -0500

    epub: Avoid crash when index list has extraneous entry
    
    This commit also fixes an incorrect sizeof call detected by
    AddressSanitizer.
    
    Closes #599

 backend/epub/epub-document.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1d379fb767df95a6ea2643de75c330e01a15c0a4
Author: raveit65 <mate@raveit.de>
Date:   Mon Jan 22 12:59:16 2024 +0100

    ci: use ubuntu jammy docker

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e70b21c815418a1e6ebedf6d8d31b8477c03ba50
Author: lukefromdc <lukefromdc@hushmail.com>
Date:   Mon Dec 25 01:40:42 2023 -0500

    epub: Prevent path traversal when extracting files
    
    Test each file's resolved path against the temporary directory
    before extracting.

 backend/epub/epub-document.c | 28 ++++++++++++++++++++++------
 1 file changed, 22 insertions(+), 6 deletions(-)

commit ce41df6467521ff9fd4f16514ae7d6ebb62eb1ed
Author: lukefromdc <lukefromdc@hushmail.com>
Date:   Mon Dec 25 15:11:04 2023 -0500

    comics: Use libarchive to unpack documents
    
    This commit eliminates the use of external commands for opening
    comic documents, and uses libarchive instead.

 backend/comics/Makefile.am       |    5 +-
 backend/comics/comics-document.c | 1143 ++++++++++++++------------------------
 backend/comics/comics-document.h |    7 +-
 backend/comics/ev-archive.c      |  323 +++++++++++
 backend/comics/ev-archive.h      |   56 ++
 configure.ac                     |    3 +
 libdocument/ev-document.h        |    1 +
 7 files changed, 799 insertions(+), 739 deletions(-)

commit 600b552f162fa6b59a937be541d8a377807bcceb
Author: Jan Tojnar <jtojnar@gmail.com>
Date:   Wed Dec 13 08:18:12 2023 +0100

    Fix build with libxml2 2.12
    
    libxml 2.12.0 reorganized headers, resulting in xmlParseFile and xmlIndentTreeOutput no longer being in scope.
    Let’s add the proper includes containing the symbols.

 cut-n-paste/toolbar-editor/egg-toolbars-model.c | 2 ++
 1 file changed, 2 insertions(+)

commit 5ad4bfa14ab49f84bb56c1b3fc1f971190d868f5
Author: raveit65 <mate@raveit.de>
Date:   Sun Nov 19 17:45:31 2023 +0100

    fix typo in configure.ac
    
    - fixes https://github.com/mate-desktop/atril/issues/596

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f41d8ccb7c7418c65b6102ff163dbb60f88069ca
Author: raveit65 <mate@raveit.de>
Date:   Sat Sep 30 20:53:02 2023 +0200

    replace deprecated gtk_image_menu_item_new_from_stock

 shell/ev-sidebar-links.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 5fbd44b2f5b99d44ddf1b7a8521a61c0183d0bb3
Author: raveit65 <mate@raveit.de>
Date:   Sat Sep 30 12:28:02 2023 +0200

    replace deprecated gtk-image-menu-item

 .build.yml                   | 31 +++++++++++++++++++++++++++++++
 configure.ac                 |  3 ++-
 shell/ev-navigation-action.c |  4 +++-
 shell/ev-sidebar.c           |  4 +++-
 4 files changed, 39 insertions(+), 3 deletions(-)

commit 23c39b53a0aa49168fd2be7cbfc8272e369a3c70
Author: raveit65 <mate@raveit.de>
Date:   Sun Oct 1 12:25:04 2023 +0200

    drop double ui files

 data/atril-toolbar.xml |  41 --------------
 data/atril-ui.xml      | 149 -------------------------------------------------
 2 files changed, 190 deletions(-)

commit ba0d50e323f888f9b68f355ba22518179283b93f
Author: zhuyaliang <15132211195@163.com>
Date:   Sat Sep 30 14:18:51 2023 +0800

    Remove compilation warnings and set 'always_show_image' Properties in the UI file

 data/atril-ui.xml  | 4 ++--
 shell/atril-ui.xml | 4 ++--
 shell/ev-window.c  | 7 -------
 3 files changed, 4 insertions(+), 11 deletions(-)

commit 9da7a436ba68fc3eeff0d2b1af16c96e5b8fbc8c
Author: raveit65 <mate@raveit.de>
Date:   Mon Sep 11 16:43:42 2023 +0200

    tx: fix warnings in id,it and tr translations

 help/id/id.po |  9 +++++----
 help/it/it.po | 11 ++++++-----
 help/tr/tr.po |  9 +++++----
 3 files changed, 16 insertions(+), 13 deletions(-)

commit 6e531742913ac53b536542ab3a6209c55dc067be
Author: raveit65 <mate@raveit.de>
Date:   Thu Aug 31 17:49:40 2023 +0200

    update resources

 atril.pot      | 64 +++++++++++++++++++++++++++++-----------------------------
 help/atril.pot |  2 +-
 2 files changed, 33 insertions(+), 33 deletions(-)

commit da19ed7df1457ccd73efcc80bd443ff72b53a8ea
Author: lillolollo <730814+lillolollo@users.noreply.github.com>
Date:   Wed May 10 21:15:17 2023 +0200

    Add epub to man page
    
    Fix #581

 data/atril.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f5dead1a81d5ad8e15ed65c66196f6ccd287f0d8
Author: raveit65 <mate@raveit.de>
Date:   Thu May 4 16:53:18 2023 +0200

    CI: switch to webkit2-4.1 for fedora and debian

 .build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6ba0000aa903dfcb1a9718aa4431028d1400cc0a
Author: raveit65 <mate@raveit.de>
Date:   Thu May 4 16:15:06 2023 +0200

    support webkit2 4.0 and 4.1
    
    Co-authored-by: Colomban Wendling <cwendling@hypra.fr>

 configure.ac | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 92f7d054d2a534bb08f92821e910625ecc0a3760
Author: raveit65 <mate@raveit.de>
Date:   Thu May 4 13:13:22 2023 +0200

    use webkit2gtk-4.1
    
    - fixes https://github.com/mate-desktop/atril/issues/582

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 39ba86c9d50b614483152335aa22ee83ac2af02e
Author: rbuj <robert.buj@gmail.com>
Date:   Sun Aug 7 23:08:59 2022 +0200

    epub: add fallback for malformed epub files in check_mime_type

 backend/epub/epub-document.c | 66 +++++++++++++++++++++++++-------------------
 1 file changed, 38 insertions(+), 28 deletions(-)

commit 6ba899248d5f12c9bafaeba9ba371dd7007a9049
Author: mbkma <johannes.unruh@fau.de>
Date:   Fri Nov 11 20:19:59 2022 +0100

    release 1.27.0

 NEWS         | 16 ++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

commit 10f2b931dd56fdacc8eafd14e4cc5e05c415e51f
Author: mbkma <johannes.unruh@fau.de>
Date:   Wed Nov 9 22:22:10 2022 +0100

    tx: sync with transifex

 help/ca/ca.po       | 1112 ++++++++++----
 help/cs/cs.po       | 3533 ++++++++++++++++++++++++++++++++-----------
 help/da/da.po       | 1100 ++++++++++----
 help/de/de.po       |   82 +-
 help/el/el.po       | 4170 +++++++++++++++++++++++++++++++++++----------------
 help/en_GB/en_GB.po | 3560 ++++++++++++++++++++++++++++++++-----------
 help/es/es.po       |  254 +++-
 help/fr/fr.po       |   43 +-
 help/he/he.po       | 3466 +++++++++++++++++++++++++++++++-----------
 help/id/id.po       | 4167 ++++++++++++++++++++++++++++++++++++++------------
 help/it/it.po       |  104 +-
 help/ja/ja.po       |   10 +-
 help/ko/ko.po       |    7 +-
 help/oc/oc.po       |   22 +-
 help/pl/pl.po       |    6 +-
 help/pt_BR/pt_BR.po |    2 +-
 help/ru/ru.po       | 1118 ++++++++++----
 help/sr/sr.po       |    5 +-
 help/tr/tr.po       |  117 +-
 help/uk/uk.po       |   20 +-
 help/zh_CN/zh_CN.po |   26 +-
 po/af.po            |  500 +++---
 po/am.po            |  500 +++---
 po/ar.po            |  561 +++----
 po/as.po            |  500 +++---
 po/ast.po           |  500 +++---
 po/az.po            |  500 +++---
 po/be.po            |  500 +++---
 po/bg.po            |  500 +++---
 po/bn.po            |  500 +++---
 po/bn_IN.po         |  500 +++---
 po/br.po            |  500 +++---
 po/bs.po            |  500 +++---
 po/ca.po            |  513 +++----
 po/ca@valencia.po   |  500 +++---
 po/cmn.po           |  500 +++---
 po/crh.po           |  500 +++---
 po/cs.po            |  557 +++----
 po/cy.po            |  500 +++---
 po/da.po            |  514 +++----
 po/de.po            |  592 ++++----
 po/de_CH.po         |  500 +++---
 po/dz.po            |  500 +++---
 po/el.po            |  504 ++++---
 po/en_AU.po         |  500 +++---
 po/en_CA.po         |  500 +++---
 po/en_GB.po         |  506 +++----
 po/eo.po            |  502 ++++---
 po/es.po            |  626 ++++----
 po/es_AR.po         |  505 ++++---
 po/es_CL.po         |  507 ++++---
 po/es_CO.po         |  505 ++++---
 po/es_MX.po         |  505 ++++---
 po/es_PR.po         |  505 ++++---
 po/es_VE.po         |  505 ++++---
 po/et.po            |  500 +++---
 po/eu.po            |  565 +++----
 po/fa.po            |  502 ++++---
 po/fi.po            |  500 +++---
 po/fr.po            |  611 ++++----
 po/frp.po           |  500 +++---
 po/fur.po           |  500 +++---
 po/fy.po            |  500 +++---
 po/ga.po            |  500 +++---
 po/gl.po            |  500 +++---
 po/gu.po            |  500 +++---
 po/ha.po            |  500 +++---
 po/he.po            |  500 +++---
 po/hi.po            |  500 +++---
 po/hr.po            |  508 +++----
 po/hu.po            |  500 +++---
 po/hy.po            |  500 +++---
 po/ia.po            |  500 +++---
 po/id.po            |  504 ++++---
 po/ie.po            |  524 +++----
 po/ig.po            |  500 +++---
 po/is.po            |  500 +++---
 po/it.po            |  970 ++++++------
 po/ja.po            |  508 +++----
 po/ka.po            |  500 +++---
 po/kab.po           |  502 ++++---
 po/kk.po            |  500 +++---
 po/kn.po            |  500 +++---
 po/ko.po            |  502 ++++---
 po/ks.po            |  500 +++---
 po/ku.po            |  500 +++---
 po/ku_IQ.po         |  500 +++---
 po/ky.po            |  500 +++---
 po/li.po            |  500 +++---
 po/lt.po            |  506 +++----
 po/lv.po            |  509 +++----
 po/mai.po           |  500 +++---
 po/mg.po            |  500 +++---
 po/mi.po            |  500 +++---
 po/mk.po            |  500 +++---
 po/ml.po            |  500 +++---
 po/mn.po            |  500 +++---
 po/mr.po            |  500 +++---
 po/ms.po            |  500 +++---
 po/nb.po            |  504 ++++---
 po/nds.po           |  500 +++---
 po/ne.po            |  500 +++---
 po/nl.po            |  504 ++++---
 po/nn.po            |  500 +++---
 po/nso.po           |  500 +++---
 po/oc.po            |  540 +++----
 po/or.po            |  502 ++++---
 po/pa.po            |  500 +++---
 po/pl.po            |  514 +++----
 po/pms.po           |  500 +++---
 po/ps.po            |  502 ++++---
 po/pt.po            |  565 +++----
 po/pt_BR.po         |  797 +++++-----
 po/ro.po            |  507 +++----
 po/ru.po            |  765 +++++-----
 po/rw.po            |  500 +++---
 po/sc.po            |  500 +++---
 po/si.po            |  500 +++---
 po/sk.po            |  500 +++---
 po/sl.po            |  751 +++++-----
 po/sq.po            |  517 +++----
 po/sr.po            |  504 ++++---
 po/sr@latin.po      |  500 +++---
 po/sv.po            |  508 +++----
 po/ta.po            |  500 +++---
 po/te.po            |  500 +++---
 po/th.po            |  500 +++---
 po/tk.po            |  500 +++---
 po/tr.po            |  725 ++++-----
 po/tt.po            |  500 +++---
 po/ug.po            |  500 +++---
 po/uk.po            | 1137 +++++++-------
 po/ur.po            |  500 +++---
 po/uz.po            |  500 +++---
 po/vi.po            |  500 +++---
 po/wa.po            |  500 +++---
 po/xh.po            |  500 +++---
 po/yi.po            |  500 +++---
 po/yo.po            |  500 +++---
 po/zh_CN.po         |  769 +++++-----
 po/zh_HK.po         |  500 +++---
 po/zh_TW.po         |  504 ++++---
 po/zu.po            |  500 +++---
 143 files changed, 49292 insertions(+), 37865 deletions(-)

commit 3a6cdbcc11a3fb604e15a8500ff0e08e17a54207
Author: mbkma <johannes.unruh@fau.de>
Date:   Sat Oct 29 15:39:07 2022 +0200

    tx: update resource

 atril.pot      | 522 +++++++++++++++++++++++++++++----------------------------
 help/atril.pot |   2 +-
 2 files changed, 264 insertions(+), 260 deletions(-)

commit c04ba47fe992c03bd690d516816fcde037f0041b
Author: mbkma <johannes.unruh@fau.de>
Date:   Fri Oct 28 21:54:30 2022 +0200

    tx: migrate config file

 .tx/config                    | 23 ++++++++++++-----------
 .tx/config_20221028215429.bak | 16 ++++++++++++++++
 2 files changed, 28 insertions(+), 11 deletions(-)

commit 886866b1437119ae9a21b4957d327071cf453308
Author: Michael Webster <miketwebster@gmail.com>
Date:   Mon Jul 18 10:43:47 2022 -0400

    epub: Fix index loading for certain documents - look for epub:type
    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

 backend/epub/epub-document.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit acb33ad155ef1a98c2d240900cd11727d9dab465
Author: raveit65 <mate@raveit.de>
Date:   Sat Feb 12 09:33:28 2022 +0100

    ci: drop -Wunused-parameter compiler cflag from debian build

 .build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b71aa9861c0bcaae602f42b24e18e2f816ceed03
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Dec 22 11:23:46 2021 +0100

    Fix implicit conversion changes signedness: 'gboolean' to 'guint'

 libdocument/ev-transition-effect.c |  2 +-
 libview/ev-document-model.c        | 10 +++++-----
 libview/ev-print-operation.c       |  4 ++--
 libview/ev-timeline.c              |  2 +-
 shell/eggfindbar.c                 |  2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

commit 05dc26a2c8abd952e7b3d46dae719530a546f7d9
Author: rbuj <robert.buj@gmail.com>
Date:   Mon Oct 25 09:52:41 2021 +0200

    Fix the type for the signal identifier which is gulong

 cut-n-paste/zoom-control/ephy-zoom-control.c |  2 +-
 libmisc/ev-page-action-widget.c              |  2 +-
 shell/ev-sidebar-annotations.c               |  2 +-
 shell/ev-sidebar-links.c                     | 10 +++++-----
 4 files changed, 8 insertions(+), 8 deletions(-)

commit b7fd397eb4a7a17a671b29e818b63718ab618b63
Author: rbuj <robert.buj@gmail.com>
Date:   Sun Oct 24 12:19:27 2021 +0200

    Use GLib's new g_clear_signal_handler() function to simplify code

 cut-n-paste/toolbar-editor/egg-toolbar-editor.c |  6 ++++++
 libmisc/ev-page-action-widget.c                 | 13 +++++++++++++
 2 files changed, 19 insertions(+)

commit e25ac2b7fe574063881d12beadc7fc6b52ad0779
Author: rbuj <robert.buj@gmail.com>
Date:   Tue Oct 26 21:35:44 2021 +0200

    Remove warnings about redefining gettext support macros

 backend/epub/epub-document.c | 4 ++--
 libdocument/ev-document.h    | 3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)

commit f033cb68fea4b1ad028fc25b80a0c5b52ab3896d
Author: rbuj <robert.buj@gmail.com>
Date:   Tue Oct 26 12:49:17 2021 +0200

    Don't build the path to stock icons

 help/reference/libview/libatrilview-sections.txt |  1 -
 libview/ev-stock-icons.c                         | 17 +++--------------
 libview/ev-stock-icons.h                         |  1 -
 previewer/ev-previewer.c                         |  1 -
 shell/main.c                                     |  1 -
 5 files changed, 3 insertions(+), 18 deletions(-)

commit 816d2dc8226f8d271aa1a6cd30549614769d5267
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Oct 27 17:30:36 2021 +0200

    Use a blank line at most

 backend/comics/comics-document.c                  |  3 --
 backend/djvu/djvu-document.c                      |  3 --
 backend/djvu/djvu-links.c                         |  2 -
 backend/djvu/djvu-text-page.c                     |  3 --
 backend/djvu/djvu-text-page.h                     |  1 -
 backend/dvi/dvi-document.c                        |  2 -
 backend/dvi/fonts.c                               |  1 -
 backend/dvi/mdvi-lib/afmparse.c                   | 18 ---------
 backend/dvi/mdvi-lib/bitmap.c                     |  2 -
 backend/dvi/mdvi-lib/color.c                      |  1 -
 backend/dvi/mdvi-lib/color.h                      |  1 -
 backend/dvi/mdvi-lib/fontmap.c                    |  1 -
 backend/dvi/mdvi-lib/hash.c                       |  1 -
 backend/dvi/mdvi-lib/hash.h                       |  2 -
 backend/dvi/mdvi-lib/mdvi.h                       |  2 -
 backend/dvi/mdvi-lib/paper.h                      |  1 -
 backend/dvi/mdvi-lib/special.c                    |  1 -
 backend/dvi/mdvi-lib/tfmfile.c                    |  1 -
 backend/epub/epub-document.c                      |  6 ---
 backend/epub/minizip/ioapi.c                      |  6 ---
 backend/epub/minizip/ioapi.h                      |  7 ----
 backend/epub/minizip/unzip.c                      | 45 -----------------------
 backend/epub/minizip/unzip.h                      | 11 ------
 backend/pdf/ev-poppler.h                          |  1 -
 backend/pixbuf/pixbuf-document.c                  |  1 -
 backend/tiff/tiff-document.c                      |  1 -
 backend/tiff/tiff2ps.c                            |  2 -
 backend/xps/xps-document.c                        |  2 -
 cut-n-paste/toolbar-editor/egg-editable-toolbar.c |  2 -
 cut-n-paste/toolbar-editor/egg-toolbar-editor.c   |  1 -
 cut-n-paste/toolbar-editor/egg-toolbar-editor.h   |  2 -
 cut-n-paste/toolbar-editor/egg-toolbars-model.c   |  2 -
 cut-n-paste/zoom-control/ephy-zoom.c              |  1 -
 libdocument/ev-document-attachments.c             |  1 -
 libdocument/ev-document-factory.c                 |  1 -
 libdocument/ev-document-fonts.h                   |  1 -
 libdocument/ev-document-misc.c                    |  1 -
 libdocument/ev-document-security.h                |  1 -
 libdocument/ev-document-text.c                    |  1 -
 libdocument/ev-document.c                         |  1 -
 libdocument/ev-file-helpers.h                     |  1 -
 libdocument/ev-form-field.h                       |  1 -
 libdocument/ev-image.h                            |  1 -
 libdocument/ev-render-context.h                   |  2 -
 libdocument/ev-transition-effect.h                |  2 -
 libmisc/ev-page-action-widget.c                   |  3 --
 libview/ev-page-accessible.c                      |  2 -
 libview/ev-pixbuf-cache.c                         |  6 ---
 libview/ev-pixbuf-cache.h                         |  2 -
 libview/ev-timeline.c                             |  2 -
 libview/ev-timeline.h                             |  2 -
 libview/ev-transition-animation.c                 |  2 -
 libview/ev-transition-animation.h                 |  2 -
 libview/ev-view-presentation.c                    |  1 -
 libview/ev-view.c                                 |  2 -
 libview/ev-web-view.c                             |  2 -
 libview/ev-web-view.h                             |  1 -
 previewer/ev-previewer-window.c                   |  1 -
 shell/eggfindbar.c                                |  1 -
 shell/eggfindbar.h                                |  1 -
 shell/ev-application.c                            |  2 -
 shell/ev-bookmarks.h                              |  2 -
 shell/ev-daemon.c                                 |  1 -
 shell/ev-history.c                                |  1 -
 shell/ev-loading-message.c                        |  1 -
 shell/ev-media-player-keys.h                      |  1 -
 shell/ev-navigation-action.c                      |  1 -
 shell/ev-open-recent-action.c                     |  1 -
 shell/ev-password-view.c                          |  2 -
 shell/ev-sidebar-attachments.c                    |  1 -
 shell/ev-sidebar-bookmarks.c                      |  1 -
 shell/ev-sidebar-layers.c                         |  1 -
 shell/ev-sidebar-links.c                          |  3 --
 shell/ev-sidebar-links.h                          |  1 -
 shell/ev-sidebar-page.c                           |  1 -
 shell/ev-sidebar-page.h                           |  1 -
 shell/ev-sidebar-thumbnails.c                     |  1 -
 shell/ev-sidebar-thumbnails.h                     |  1 -
 shell/ev-sidebar.c                                |  1 -
 shell/ev-sidebar.h                                |  1 -
 shell/ev-window.c                                 |  9 -----
 shell/ev-window.h                                 |  2 -
 shell/main.c                                      |  4 --
 83 files changed, 220 deletions(-)

commit 0c38b79c9556e475652d37556f0b2ffd73e0a4e4
Author: Valentin Villenave <vvillenave@hypra.fr>
Date:   Tue Oct 26 19:29:01 2021 +0200

    Accessibility: add button description

 po/POTFILES.in     | 1 +
 shell/ev-sidebar.c | 3 +++
 2 files changed, 4 insertions(+)

commit 706b21d5cfda91dcc7a55d3f5d01d0a56d44eb35
Author: Valentin Villenave <vvillenave@hypra.fr>
Date:   Tue Oct 26 18:42:52 2021 +0200

    Preserve compatibility with older GLib versions
    
    This is a rather non-invasive change, that will
    be easy to remove whenever we go ahead and stop
    supporting older systems.

 configure.ac      |  2 +-
 shell/ev-window.c | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

commit 268ed59da718f619acc4b85573b892b0fe7ffd1d
Author: raveit65 <mate@raveit.de>
Date:   Fri Aug 6 12:19:42 2021 +0200

    release 1.26.0

 NEWS         | 11 +++++++++++
 configure.ac |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

commit e47829c063eee38eec4c9eba398350b44152ebce
Author: raveit65 <mate@raveit.de>
Date:   Fri Aug 6 11:38:48 2021 +0200

    tx: sync with transifex

 help/ca/ca.po       | 4144 +++++++++++++++++++++++++++++++--------------
 help/da/da.po       | 4154 +++++++++++++++++++++++++++++++--------------
 help/de/de.po       | 3881 ++++++++++++++++++++++++++++++------------
 help/es/es.po       | 3862 ++++++++++++++++++++++++++++++------------
 help/fr/fr.po       | 4212 ++++++++++++++++++++++++++++++---------------
 help/gl/gl.po       | 3758 +++++++++++++++++++++++++++++-----------
 help/it/it.po       | 4708 +++++++++++++++++++++++++++++++++++++--------------
 help/ja/ja.po       | 3965 ++++++++++++++++++++++++++++++++-----------
 help/ko/ko.po       | 3521 ++++++++++++++++++++++++++++----------
 help/ms/ms.po       | 4140 ++++++++++++++++++++++++++++++--------------
 help/nb/nb.po       | 3482 +++++++++++++++++++++++++++----------
 help/nl/nl.po       | 3864 ++++++++++++++++++++++++++++++------------
 help/oc/oc.po       | 3704 +++++++++++++++++++++++++++++-----------
 help/pl/pl.po       | 3581 +++++++++++++++++++++++++++++----------
 help/pt_BR/pt_BR.po | 4039 ++++++++++++++++++++++++++++++-------------
 help/ru/ru.po       | 4153 +++++++++++++++++++++++++++++++--------------
 help/sr/sr.po       | 4119 +++++++++++++++++++++++++++++++++-----------
 help/sv/sv.po       | 3674 +++++++++++++++++++++++++++++-----------
 help/tr/tr.po       | 3815 +++++++++++++++++++++++++++++------------
 help/uk/uk.po       | 4149 +++++++++++++++++++++++++++++++--------------
 help/zh_CN/zh_CN.po | 4164 +++++++++++++++++++++++++++++++--------------
 po/bg.po            |   10 +-
 po/ca.po            |    4 +-
 po/cs.po            |   12 +-
 po/da.po            |  191 ++-
 po/de.po            |    2 +-
 po/el.po            |    4 +-
 po/es.po            |    2 +-
 po/fr.po            |   16 +-
 po/he.po            |   34 +-
 po/hr.po            |    2 +-
 po/id.po            |  196 ++-
 po/it.po            |   32 +-
 po/ja.po            |  431 ++---
 po/ko.po            |   59 +-
 po/nb.po            |    4 +-
 po/oc.po            |   55 +-
 po/pt.po            |    2 +-
 po/sr.po            |  193 ++-
 po/sv.po            |   10 +-
 po/zh_CN.po         |  201 +--
 41 files changed, 60281 insertions(+), 24268 deletions(-)

commit e85824b1f7da4dc142a25a9eef500014d3f0609f
Author: raveit65 <mate@raveit.de>
Date:   Fri Aug 6 11:29:56 2021 +0200

    tx: update resource

 atril.pot | 364 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 182 insertions(+), 182 deletions(-)

commit e04d77232cf433d9340e83c0761ee102a6710f97
Author: raveit65 <mate@raveit.de>
Date:   Fri Aug 6 11:27:07 2021 +0200

    travis-Ci: use libera.chat as notification server

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 88e8547e92c3694326c25417ea813942a7b24862
Author: mbkma <johannes.unruh@fau.de>
Date:   Fri Jun 4 13:49:26 2021 +0200

    ev-window.c: only create a EvWebView if needed
    
    A WebKit processes should only be created when the user actually requests to open a file type requiring WebKit to be processed.

 shell/ev-window.c | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit 50d0b23c608020dd1da3fb3e13883941182ec89e
Author: Christoph Fritz <chf.fritz@googlemail.com>
Date:   Mon Mar 8 13:54:39 2021 +0100

    ev-sidebar-links: Optimize reverse link lookup for a page
    
    Commit adapted for atril, picked up from:
    https://gitlab.gnome.org/GNOME/evince/-/commit/c3de8e75d6d0920478af210ba19a2d94b0734917
    
    Credits to Benjamin Berg <bberg@redhat.com>
    
      | 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

 shell/ev-sidebar-links.c | 139 +++++++++++++++++++++++++++--------------------
 1 file changed, 80 insertions(+), 59 deletions(-)

commit ae1c8e7e9e881022bbad8da68b3efcee10268ed0
Author: raveit65 <mate@raveit.de>
Date:   Sat May 29 15:16:16 2021 +0200

    travis-ci: use ubuntu focal as host system
    
    fixes build issues with fedora:latest (f34) tag.

 .build.yml                                         |  183 +
 .github/FUNDING.yml                                |    9 +
 .github/issue_template.md                          |   19 +
 .gitmodules                                        |    5 +
 .travis.yml                                        |   74 +
 .tx/config                                         |   16 +
 AUTHORS                                            |   14 +
 COPYING                                            |  340 +
 ChangeLog                                          |    2 +
 Makefile.am                                        |   95 +
 NEWS                                               |  675 ++
 README.md                                          |   34 +
 atril-document.h                                   |   63 +
 atril-document.pc.in                               |   12 +
 atril-view.h                                       |   35 +
 atril-view.pc.in                                   |   11 +
 atril.pot                                          | 2271 ++++++
 autogen.sh                                         |   29 +
 backend/Makefile.am                                |   44 +
 backend/backend.symbols                            |    1 +
 backend/comics/Makefile.am                         |   36 +
 backend/comics/comics-document.c                   | 1021 +++
 backend/comics/comics-document.h                   |   38 +
 .../comics/comicsdocument.atril-backend.desktop.in |    4 +
 backend/djvu/Makefile.am                           |   41 +
 backend/djvu/djvu-document-private.h               |   48 +
 backend/djvu/djvu-document.c                       |  704 ++
 backend/djvu/djvu-document.h                       |   38 +
 backend/djvu/djvu-links.c                          |  456 ++
 backend/djvu/djvu-links.h                          |   37 +
 backend/djvu/djvu-text-page.c                      |  456 ++
 backend/djvu/djvu-text-page.h                      |   60 +
 backend/djvu/djvudocument.atril-backend.desktop.in |    4 +
 backend/dvi/Makefile.am                            |   49 +
 backend/dvi/cairo-device.c                         |  372 +
 backend/dvi/cairo-device.h                         |   41 +
 backend/dvi/dvi-document.c                         |  601 ++
 backend/dvi/dvi-document.h                         |   38 +
 backend/dvi/dvidocument.atril-backend.desktop.in   |    4 +
 backend/dvi/fonts.c                                |   57 +
 backend/dvi/fonts.h                                |    6 +
 backend/dvi/mdvi-lib/Makefile.am                   |   45 +
 backend/dvi/mdvi-lib/afmparse.c                    | 1303 +++
 backend/dvi/mdvi-lib/afmparse.h                    |  307 +
 backend/dvi/mdvi-lib/bitmap.c                      | 1035 +++
 backend/dvi/mdvi-lib/bitmap.h                      |  145 +
 backend/dvi/mdvi-lib/color.c                       |  136 +
 backend/dvi/mdvi-lib/color.h                       |   34 +
 backend/dvi/mdvi-lib/common.c                      |  168 +
 backend/dvi/mdvi-lib/common.h                      |  285 +
 backend/dvi/mdvi-lib/defaults.h                    |   71 +
 backend/dvi/mdvi-lib/dviopcodes.h                  |   72 +
 backend/dvi/mdvi-lib/dviread.c                     | 1552 ++++
 backend/dvi/mdvi-lib/files.c                       |   80 +
 backend/dvi/mdvi-lib/font.c                        |  519 ++
 backend/dvi/mdvi-lib/fontmap.c                     | 1179 +++
 backend/dvi/mdvi-lib/fontmap.h                     |   82 +
 backend/dvi/mdvi-lib/fontsrch.c                    |  370 +
 backend/dvi/mdvi-lib/gf.c                          |  393 +
 backend/dvi/mdvi-lib/hash.c                        |  224 +
 backend/dvi/mdvi-lib/hash.h                        |   49 +
 backend/dvi/mdvi-lib/list.c                        |  120 +
 backend/dvi/mdvi-lib/mdvi.h                        |  625 ++
 backend/dvi/mdvi-lib/pagesel.c                     |  491 ++
 backend/dvi/mdvi-lib/paper.c                       |  171 +
 backend/dvi/mdvi-lib/paper.h                       |   32 +
 backend/dvi/mdvi-lib/pk.c                          |  579 ++
 backend/dvi/mdvi-lib/private.h                     |   59 +
 backend/dvi/mdvi-lib/setup.c                       |   48 +
 backend/dvi/mdvi-lib/sp-epsf.c                     |  308 +
 backend/dvi/mdvi-lib/special.c                     |  247 +
 backend/dvi/mdvi-lib/sysdeps.h                     |  116 +
 backend/dvi/mdvi-lib/t1.c                          |  630 ++
 backend/dvi/mdvi-lib/tfm.c                         |  211 +
 backend/dvi/mdvi-lib/tfmfile.c                     |  747 ++
 backend/dvi/mdvi-lib/tt.c                          |  495 ++
 backend/dvi/mdvi-lib/util.c                        |  552 ++
 backend/dvi/mdvi-lib/vf.c                          |  247 +
 backend/epub/Makefile.am                           |   42 +
 backend/epub/epub-document.c                       | 1828 +++++
 backend/epub/epub-document.h                       |   21 +
 backend/epub/epubdocument.atril-backend.desktop.in |    4 +
 backend/epub/minizip/Makefile.am                   |   16 +
 backend/epub/minizip/ioapi.c                       |  247 +
 backend/epub/minizip/ioapi.h                       |  210 +
 backend/epub/minizip/unzip.c                       | 2117 +++++
 backend/epub/minizip/unzip.h                       |  437 ++
 backend/pdf/Makefile.am                            |   39 +
 backend/pdf/ev-poppler.cc                          | 3342 ++++++++
 backend/pdf/ev-poppler.h                           |   40 +
 backend/pdf/pdfdocument.atril-backend.desktop.in   |    5 +
 backend/pixbuf/Makefile.am                         |   34 +
 backend/pixbuf/pixbuf-document.c                   |  208 +
 backend/pixbuf/pixbuf-document.h                   |   38 +
 .../pixbuf/pixbufdocument.atril-backend.desktop.in |    4 +
 backend/ps/Makefile.am                             |   37 +
 backend/ps/ev-spectre.c                            |  487 ++
 backend/ps/ev-spectre.h                            |   46 +
 backend/ps/psdocument.atril-backend.desktop.in     |    5 +
 backend/tiff/Makefile.am                           |   37 +
 backend/tiff/tiff-document.c                       |  552 ++
 backend/tiff/tiff-document.h                       |   38 +
 backend/tiff/tiff2ps.c                             | 1871 +++++
 backend/tiff/tiff2ps.h                             |   30 +
 backend/tiff/tiffdocument.atril-backend.desktop.in |    4 +
 backend/xps/Makefile.am                            |   35 +
 backend/xps/xps-document.c                         |  559 ++
 backend/xps/xps-document.h                         |   43 +
 backend/xps/xpsdocument.atril-backend.desktop.in   |    5 +
 configure.ac                                       |  817 ++
 cut-n-paste/Makefile.am                            |    3 +
 cut-n-paste/smclient                               |    1 +
 cut-n-paste/toolbar-editor/Makefile.am             |  108 +
 cut-n-paste/toolbar-editor/egg-editable-toolbar.c  | 1918 +++++
 cut-n-paste/toolbar-editor/egg-editable-toolbar.h  |   94 +
 cut-n-paste/toolbar-editor/egg-toolbar-editor.c    |  666 ++
 cut-n-paste/toolbar-editor/egg-toolbar-editor.h    |   63 +
 cut-n-paste/toolbar-editor/egg-toolbars-model.c    | 1075 +++
 cut-n-paste/toolbar-editor/egg-toolbars-model.h    |  194 +
 cut-n-paste/toolbar-editor/eggmarshalers.list      |    1 +
 cut-n-paste/zoom-control/Makefile.am               |   16 +
 cut-n-paste/zoom-control/ephy-zoom-action.c        |  335 +
 cut-n-paste/zoom-control/ephy-zoom-action.h        |   68 +
 cut-n-paste/zoom-control/ephy-zoom-control.c       |  339 +
 cut-n-paste/zoom-control/ephy-zoom-control.h       |   63 +
 cut-n-paste/zoom-control/ephy-zoom.c               |   70 +
 cut-n-paste/zoom-control/ephy-zoom.h               |   83 +
 data/Makefile.am                                   |  119 +
 data/atril-toolbar.xml                             |   41 +
 data/atril-ui.xml                                  |  149 +
 data/atril.1                                       |   69 +
 data/atril.appdata.xml.in.in                       |   44 +
 data/atril.desktop.in.in                           |   20 +
 data/hand-open.png                                 |  Bin 0 -> 1088 bytes
 data/icons/16x16/Makefile.am                       |    3 +
 data/icons/16x16/actions/Makefile.am               |   27 +
 data/icons/16x16/actions/object-rotate-left.png    |  Bin 0 -> 607 bytes
 data/icons/16x16/actions/object-rotate-right.png   |  Bin 0 -> 632 bytes
 data/icons/16x16/actions/view-page-continuous.png  |  Bin 0 -> 446 bytes
 data/icons/16x16/actions/view-page-continuous.xcf  |  Bin 0 -> 2190 bytes
 data/icons/16x16/actions/view-page-facing.png      |  Bin 0 -> 471 bytes
 data/icons/16x16/actions/view-page-facing.xcf      |  Bin 0 -> 2158 bytes
 data/icons/16x16/actions/zoom-fit-height.png       |  Bin 0 -> 811 bytes
 data/icons/16x16/actions/zoom-fit-page.svg         |  282 +
 data/icons/16x16/actions/zoom-fit-width.png        |  Bin 0 -> 771 bytes
 data/icons/16x16/actions/zoom-fit-width.svg        |  278 +
 data/icons/16x16/actions/zoom.png                  |  Bin 0 -> 876 bytes
 data/icons/16x16/actions/zoom.svg                  |  247 +
 data/icons/16x16/apps/Makefile.am                  |   16 +
 data/icons/16x16/apps/atril.png                    |  Bin 0 -> 907 bytes
 data/icons/16x16/mimetypes/Makefile.am             |   16 +
 .../16x16/mimetypes/x-office-presentation.png      |  Bin 0 -> 668 bytes
 data/icons/22x22/Makefile.am                       |    3 +
 data/icons/22x22/actions/Makefile.am               |   28 +
 data/icons/22x22/actions/eye.png                   |  Bin 0 -> 617 bytes
 data/icons/22x22/actions/object-rotate-left.png    |  Bin 0 -> 911 bytes
 data/icons/22x22/actions/object-rotate-right.png   |  Bin 0 -> 939 bytes
 data/icons/22x22/actions/view-page-continuous.png  |  Bin 0 -> 722 bytes
 data/icons/22x22/actions/view-page-continuous.xcf  |  Bin 0 -> 4004 bytes
 data/icons/22x22/actions/view-page-facing.png      |  Bin 0 -> 483 bytes
 data/icons/22x22/actions/view-page-facing.xcf      |  Bin 0 -> 1871 bytes
 data/icons/22x22/actions/zoom-fit-page.png         |  Bin 0 -> 1377 bytes
 data/icons/22x22/actions/zoom-fit-page.svg         |  254 +
 data/icons/22x22/actions/zoom-fit-width.png        |  Bin 0 -> 1405 bytes
 data/icons/22x22/actions/zoom-fit-width.svg        |  252 +
 data/icons/22x22/actions/zoom.png                  |  Bin 0 -> 1294 bytes
 data/icons/22x22/actions/zoom.svg                  |  215 +
 data/icons/22x22/apps/Makefile.am                  |   16 +
 data/icons/22x22/apps/atril.png                    |  Bin 0 -> 1345 bytes
 data/icons/22x22/mimetypes/Makefile.am             |   16 +
 .../22x22/mimetypes/x-office-presentation.png      |  Bin 0 -> 1024 bytes
 data/icons/24x24/Makefile.am                       |    3 +
 data/icons/24x24/actions/Makefile.am               |   23 +
 data/icons/24x24/actions/object-rotate-left.png    |  Bin 0 -> 924 bytes
 data/icons/24x24/actions/object-rotate-right.png   |  Bin 0 -> 943 bytes
 data/icons/24x24/actions/stock_filters-invert.png  |  Bin 0 -> 402 bytes
 data/icons/24x24/actions/view-page-continuous.png  |  Bin 0 -> 724 bytes
 data/icons/24x24/actions/view-page-facing.png      |  Bin 0 -> 471 bytes
 data/icons/24x24/actions/zoom-fit-height.png       |  Bin 0 -> 1146 bytes
 data/icons/24x24/actions/zoom-fit-width.png        |  Bin 0 -> 1170 bytes
 data/icons/24x24/actions/zoom.png                  |  Bin 0 -> 1344 bytes
 data/icons/24x24/apps/Makefile.am                  |   16 +
 data/icons/24x24/apps/atril.png                    |  Bin 0 -> 1620 bytes
 data/icons/24x24/mimetypes/Makefile.am             |   16 +
 .../24x24/mimetypes/x-office-presentation.png      |  Bin 0 -> 1643 bytes
 data/icons/32x32/Makefile.am                       |    3 +
 data/icons/32x32/actions/Makefile.am               |   19 +
 data/icons/32x32/actions/object-rotate-left.png    |  Bin 0 -> 1319 bytes
 data/icons/32x32/actions/object-rotate-right.png   |  Bin 0 -> 1353 bytes
 data/icons/32x32/actions/view-page-continuous.png  |  Bin 0 -> 849 bytes
 data/icons/32x32/actions/view-page-facing.png      |  Bin 0 -> 943 bytes
 data/icons/32x32/mimetypes/Makefile.am             |   16 +
 .../32x32/mimetypes/x-office-presentation.png      |  Bin 0 -> 1618 bytes
 data/icons/48x48/Makefile.am                       |    4 +
 data/icons/48x48/actions/Makefile.am               |   20 +
 data/icons/48x48/actions/close.png                 |  Bin 0 -> 363 bytes
 data/icons/48x48/actions/resize-se.png             |  Bin 0 -> 312 bytes
 data/icons/48x48/actions/resize-sw.png             |  Bin 0 -> 295 bytes
 data/icons/48x48/actions/view-page-continuous.png  |  Bin 0 -> 1494 bytes
 data/icons/48x48/actions/view-page-facing.png      |  Bin 0 -> 1485 bytes
 data/icons/48x48/apps/Makefile.am                  |   16 +
 data/icons/48x48/apps/atril.png                    |  Bin 0 -> 3267 bytes
 data/icons/Makefile.am                             |    4 +
 data/icons/scalable/Makefile.am                    |    3 +
 data/icons/scalable/actions/Makefile.am            |   17 +
 data/icons/scalable/actions/object-rotate-left.svg |  208 +
 .../icons/scalable/actions/object-rotate-right.svg |  210 +
 data/icons/scalable/apps/Makefile.am               |   16 +
 data/icons/scalable/apps/atril.svg                 |  483 ++
 data/icons/scalable/mimetypes/Makefile.am          |   16 +
 .../scalable/mimetypes/x-office-presentation.svg   |  686 ++
 data/org.mate.Atril.gschema.xml                    |   79 +
 data/org.mate.atril.Daemon.service.in              |    3 +
 git.mk                                             |  400 +
 help/C/annotation-properties.page                  |   51 +
 help/C/annotations-delete.page                     |   40 +
 help/C/annotations-disabled.page                   |   21 +
 help/C/annotations-navigate.page                   |   23 +
 help/C/annotations-save.page                       |   45 +
 help/C/annotations.page                            |   76 +
 help/C/bookmarks.page                              |   89 +
 help/C/bug-filing.page                             |   37 +
 help/C/commandline.page                            |   61 +
 help/C/convertPostScript.page                      |   59 +
 help/C/convertSVG.page                             |   55 +
 help/C/convertpdf.page                             |   68 +
 help/C/default-settings.page                       |   33 +
 help/C/develop.page                                |   27 +
 help/C/documentation.page                          |   30 +
 help/C/duplex-npages.page                          |   86 +
 help/C/editing.page                                |   34 +
 help/C/figures/atril-trail.png                     |  Bin 0 -> 907 bytes
 help/C/figures/atril.png                           |  Bin 0 -> 3267 bytes
 help/C/finding.page                                |   64 +
 help/C/formats.page                                |   50 +
 help/C/forms-saving.page                           |   86 +
 help/C/forms.page                                  |   34 +
 help/C/index.page                                  |   72 +
 help/C/introduction.page                           |   24 +
 help/C/invert-colors.page                          |   36 +
 help/C/legal-unported.xml                          |    8 +
 help/C/legal.xml                                   |    9 +
 help/C/license.page                                |   59 +
 help/C/movingaround.page                           |  184 +
 help/C/noprint.page                                |   76 +
 help/C/openerror.page                              |   25 +
 help/C/opening.page                                |   73 +
 help/C/password.page                               |   52 +
 help/C/presentations.page                          |   82 +
 help/C/print-2sided.page                           |   44 +
 help/C/print-booklet.page                          |   36 +
 help/C/print-differentsize.page                    |   65 +
 help/C/print-pagescaling.page                      |   57 +
 help/C/printing.page                               |   56 +
 help/C/reload.page                                 |   32 +
 help/C/shortcuts.page                              |  265 +
 help/C/singlesided-npages.page                     |  113 +
 help/C/synctex-beamer.page                         |   45 +
 help/C/synctex-compile.page                        |   34 +
 help/C/synctex-editors.page                        |   57 +
 help/C/synctex-search.page                         |   69 +
 help/C/synctex-support.page                        |   55 +
 help/C/synctex.page                                |   23 +
 help/C/textselection.page                          |   39 +
 help/C/translate.page                              |   34 +
 help/ChangeLog                                     |  362 +
 help/Makefile.am                                   |   74 +
 help/af/af.po                                      | 1351 ++++
 help/am/am.po                                      | 1348 ++++
 help/ar/ar.po                                      | 1353 ++++
 help/as/as.po                                      | 1347 ++++
 help/ast/ast.po                                    | 1349 ++++
 help/atril.omf.in                                  |   11 +
 help/atril.pot                                     | 2776 +++++++
 help/az/az.po                                      | 1352 ++++
 help/be/be.po                                      | 1350 ++++
 help/bg/bg.po                                      | 1359 ++++
 help/bg/figures/atril_start_window.png             |  Bin 0 -> 22691 bytes
 help/bn/bn.po                                      | 1352 ++++
 help/bn_IN/bn_IN.po                                | 1351 ++++
 help/br/br.po                                      | 1348 ++++
 help/bs/bs.po                                      | 1348 ++++
 help/ca/ca.po                                      | 1600 ++++
 help/ca/figures/atril_start_window.png             |  Bin 0 -> 16145 bytes
 help/ca@valencia/ca@valencia.po                    | 1442 ++++
 help/cmn/cmn.po                                    | 1350 ++++
 help/crh/crh.po                                    | 1349 ++++
 help/cs/cs.po                                      | 1389 ++++
 help/cs/figures/atril_start_window.png             |  Bin 0 -> 16696 bytes
 help/cy/cy.po                                      | 1350 ++++
 help/da/da.po                                      | 1571 ++++
 help/de/de.po                                      | 1455 ++++
 help/de/figures/atril_start_window.png             |  Bin 0 -> 12327 bytes
 help/dz/dz.po                                      | 1350 ++++
 help/el/el.po                                      | 1610 ++++
 help/el/figures/atril_start_window.png             |  Bin 0 -> 21766 bytes
 help/en_AU/en_AU.po                                | 1347 ++++
 help/en_CA/en_CA.po                                | 1347 ++++
 help/en_GB/en_GB.po                                | 1394 ++++
 help/eo/eo.po                                      | 1380 ++++
 help/es/es.po                                      | 1510 ++++
 help/es/figures/atril_start_window.png             |  Bin 0 -> 16965 bytes
 help/es_AR/es_AR.po                                | 1353 ++++
 help/es_CL/es_CL.po                                | 1349 ++++
 help/es_CO/es_CO.po                                | 1350 ++++
 help/et/et.po                                      | 1354 ++++
 help/eu/eu.po                                      | 1393 ++++
 help/eu/figures/atril_start_window.png             |  Bin 0 -> 18535 bytes
 help/fa/fa.po                                      | 1349 ++++
 help/fi/fi.po                                      | 1358 ++++
 help/fi/figures/atril_start_window.png             |  Bin 0 -> 16351 bytes
 help/fr/figures/atril_start_window.png             |  Bin 0 -> 15794 bytes
 help/fr/fr.po                                      | 1628 ++++
 help/fur/fur.po                                    | 1346 ++++
 help/fy/fy.po                                      | 1351 ++++
 help/ga/ga.po                                      | 1350 ++++
 help/gl/gl.po                                      | 1422 ++++
 help/gu/gu.po                                      | 1348 ++++
 help/ha/ha.po                                      | 1346 ++++
 help/he/he.po                                      | 1351 ++++
 help/hi/hi.po                                      | 1353 ++++
 help/hr/hr.po                                      | 1413 ++++
 help/hu/hu.po                                      | 1410 ++++
 help/hy/hy.po                                      | 1349 ++++
 help/ia/ia.po                                      | 1348 ++++
 help/id/id.po                                      | 1419 ++++
 help/ie/ie.po                                      | 1347 ++++
 help/ig/ig.po                                      | 1346 ++++
 help/is/is.po                                      | 1351 ++++
 help/it/figures/atril_start_window.png             |  Bin 0 -> 13779 bytes
 help/it/it.po                                      | 1594 ++++
 help/ja/figures/atril_start_window.png             |  Bin 0 -> 16465 bytes
 help/ja/ja.po                                      | 1395 ++++
 help/ka/ka.po                                      | 1347 ++++
 help/kab/kab.po                                    | 1351 ++++
 help/kk/kk.po                                      | 1348 ++++
 help/kn/kn.po                                      | 1350 ++++
 help/ko/ko.po                                      | 1372 ++++
 help/ks/ks.po                                      | 1347 ++++
 help/ku/ku.po                                      | 1347 ++++
 help/ku_IQ/ku_IQ.po                                | 1347 ++++
 help/ky/ky.po                                      | 1347 ++++
 help/lt/lt.po                                      | 1402 ++++
 help/lv/lv.po                                      | 1350 ++++
 help/mai/mai.po                                    | 1347 ++++
 help/mg/mg.po                                      | 1347 ++++
 help/mk/mk.po                                      | 1348 ++++
 help/ml/ml.po                                      | 1349 ++++
 help/mn/mn.po                                      | 1349 ++++
 help/mr/mr.po                                      | 1348 ++++
 help/ms/ms.po                                      | 1568 ++++
 help/nb/nb.po                                      | 1362 ++++
 help/nds/nds.po                                    | 1350 ++++
 help/ne/ne.po                                      | 1351 ++++
 help/nl/figures/atril_start_window.png             |  Bin 0 -> 10973 bytes
 help/nl/nl.po                                      | 1423 ++++
 help/nn/nn.po                                      | 1351 ++++
 help/nso/nso.po                                    | 1349 ++++
 help/oc/oc.po                                      | 1422 ++++
 help/or/or.po                                      | 1347 ++++
 help/pa/pa.po                                      | 1387 ++++
 help/pl/pl.po                                      | 1398 ++++
 help/ps/ps.po                                      | 1349 ++++
 help/pt/pt.po                                      | 1416 ++++
 help/pt_BR/pt_BR.po                                | 1537 ++++
 help/reference/Makefile.am                         |    2 +
 help/reference/libdocument/Makefile.am             |  134 +
 .../libdocument/libatrildocument-docs.xml          |  191 +
 .../libdocument/libatrildocument-overrides.txt     |    0
 .../libdocument/libatrildocument-sections.txt      |  803 ++
 help/reference/libdocument/libatrildocument.types  |   55 +
 help/reference/libdocument/version.xml.in          |    1 +
 help/reference/libview/Makefile.am                 |  144 +
 help/reference/libview/libatrilview-docs.xml       |  145 +
 help/reference/libview/libatrilview-overrides.txt  |    0
 help/reference/libview/libatrilview-sections.txt   |  346 +
 help/reference/libview/libatrilview.types          |   28 +
 help/reference/libview/version.xml.in              |    1 +
 help/reference/shell/Makefile.am                   |  148 +
 help/reference/shell/atril-docs.xml                |  162 +
 help/reference/shell/atril-overrides.txt           |    0
 help/reference/shell/atril-sections.txt            |  465 ++
 help/reference/shell/atril.types                   |   24 +
 help/reference/shell/version.xml.in                |    1 +
 help/ro/ro.po                                      | 1348 ++++
 help/ru/ru.po                                      | 1612 ++++
 help/rw/rw.po                                      | 1346 ++++
 help/si/si.po                                      | 1347 ++++
 help/sk/sk.po                                      | 1445 ++++
 help/sl/sl.po                                      | 1352 ++++
 help/sq/sq.po                                      | 1364 ++++
 help/sr/sr.po                                      | 1392 ++++
 help/sr@latin/sr@latin.po                          | 1351 ++++
 help/sv/figures/atril_start_window.png             |  Bin 0 -> 17118 bytes
 help/sv/sv.po                                      | 1399 ++++
 help/ta/ta.po                                      | 1351 ++++
 help/te/te.po                                      | 1348 ++++
 help/th/th.po                                      | 1389 ++++
 help/tr/tr.po                                      | 1508 ++++
 help/ug/ug.po                                      | 1356 ++++
 help/uk/figures/atril_start_window.png             |  Bin 0 -> 14049 bytes
 help/uk/uk.po                                      | 1580 ++++
 help/ur/ur.po                                      | 1353 ++++
 help/uz/uz.po                                      | 1348 ++++
 help/vi/vi.po                                      | 1349 ++++
 help/wa/wa.po                                      | 1347 ++++
 help/xh/xh.po                                      | 1347 ++++
 help/yo/yo.po                                      | 1346 ++++
 help/zh_CN/zh_CN.po                                | 1449 ++++
 help/zh_HK/zh_HK.po                                | 1351 ++++
 help/zh_TW/zh_TW.po                                | 1359 ++++
 help/zu/zu.po                                      | 1349 ++++
 libdocument/Makefile.am                            |  201 +
 libdocument/ev-annotation.c                        | 1220 +++
 libdocument/ev-annotation.h                        |  169 +
 libdocument/ev-async-renderer.c                    |   65 +
 libdocument/ev-async-renderer.h                    |   65 +
 libdocument/ev-attachment.c                        |  438 ++
 libdocument/ev-attachment.h                        |   79 +
 libdocument/ev-backends-manager.c                  |  330 +
 libdocument/ev-backends-manager.h                  |   54 +
 libdocument/ev-debug.c                             |  177 +
 libdocument/ev-debug.h                             |  106 +
 libdocument/ev-document-annotations.c              |   93 +
 libdocument/ev-document-annotations.h              |  105 +
 libdocument/ev-document-attachments.c              |   55 +
 libdocument/ev-document-attachments.h              |   59 +
 libdocument/ev-document-factory.c                  |  396 +
 libdocument/ev-document-factory.h                  |   39 +
 libdocument/ev-document-find.c                     |   60 +
 libdocument/ev-document-find.h                     |   74 +
 libdocument/ev-document-fonts.c                    |   59 +
 libdocument/ev-document-fonts.h                    |   78 +
 libdocument/ev-document-forms.c                    |  161 +
 libdocument/ev-document-forms.h                    |  128 +
 libdocument/ev-document-images.c                   |   54 +
 libdocument/ev-document-images.h                   |   65 +
 libdocument/ev-document-info.h                     |  154 +
 libdocument/ev-document-layers.c                   |   80 +
 libdocument/ev-document-layers.h                   |   85 +
 libdocument/ev-document-links.c                    |  188 +
 libdocument/ev-document-links.h                    |   95 +
 libdocument/ev-document-misc.c                     |  407 +
 libdocument/ev-document-misc.h                     |   74 +
 libdocument/ev-document-print.c                    |   41 +
 libdocument/ev-document-print.h                    |   59 +
 libdocument/ev-document-security.c                 |   48 +
 libdocument/ev-document-security.h                 |   66 +
 libdocument/ev-document-text.c                     |   82 +
 libdocument/ev-document-text.h                     |   78 +
 libdocument/ev-document-thumbnails.c               |   62 +
 libdocument/ev-document-thumbnails.h               |   68 +
 libdocument/ev-document-transition.c               |   64 +
 libdocument/ev-document-transition.h               |   64 +
 libdocument/ev-document-type-builtins.c.template   |   44 +
 libdocument/ev-document-type-builtins.h.template   |   29 +
 libdocument/ev-document.c                          |  958 +++
 libdocument/ev-document.h                          |  304 +
 libdocument/ev-file-exporter.c                     |   84 +
 libdocument/ev-file-exporter.h                     |  101 +
 libdocument/ev-file-helpers.c                      |  597 ++
 libdocument/ev-file-helpers.h                      |   72 +
 libdocument/ev-form-field.c                        |  200 +
 libdocument/ev-form-field.h                        |  216 +
 libdocument/ev-image.c                             |  176 +
 libdocument/ev-image.h                             |   68 +
 libdocument/ev-init.c                              |   90 +
 libdocument/ev-init.h                              |   41 +
 libdocument/ev-layer.c                             |   69 +
 libdocument/ev-layer.h                             |   60 +
 libdocument/ev-link-action.c                       |  436 +
 libdocument/ev-link-action.h                       |   80 +
 libdocument/ev-link-dest.c                         |  516 ++
 libdocument/ev-link-dest.h                         |   97 +
 libdocument/ev-link.c                              |  176 +
 libdocument/ev-link.h                              |   54 +
 libdocument/ev-macros.h                            |   32 +
 libdocument/ev-mapping-list.c                      |  249 +
 libdocument/ev-mapping-list.h                      |   64 +
 libdocument/ev-module.c                            |  193 +
 libdocument/ev-module.h                            |   74 +
 libdocument/ev-page.c                              |   62 +
 libdocument/ev-page.h                              |   63 +
 libdocument/ev-render-context.c                    |   97 +
 libdocument/ev-render-context.h                    |   70 +
 libdocument/ev-selection.c                         |   77 +
 libdocument/ev-selection.h                         |   93 +
 libdocument/ev-transition-effect.c                 |  220 +
 libdocument/ev-transition-effect.h                 |   87 +
 libdocument/ev-version.h.in                        |   69 +
 libmisc/Makefile.am                                |   22 +
 libmisc/ev-page-action-widget.c                    |  495 ++
 libmisc/ev-page-action-widget.h                    |   46 +
 libmisc/ev-page-action.c                           |  239 +
 libmisc/ev-page-action.h                           |   68 +
 libview/Makefile.am                                |  174 +
 libview/ev-annotation-window.c                     |  685 ++
 libview/ev-annotation-window.h                     |   57 +
 libview/ev-document-model.c                        |  672 ++
 libview/ev-document-model.h                        |  108 +
 libview/ev-form-field-accessible.c                 |  240 +
 libview/ev-form-field-accessible.h                 |   55 +
 libview/ev-image-accessible.c                      |  207 +
 libview/ev-image-accessible.h                      |   55 +
 libview/ev-job-scheduler.c                         |  319 +
 libview/ev-job-scheduler.h                         |   49 +
 libview/ev-jobs.c                                  | 1785 +++++
 libview/ev-jobs.h                                  |  516 ++
 libview/ev-link-accessible.c                       |  437 ++
 libview/ev-link-accessible.h                       |   56 +
 libview/ev-page-accessible.c                       | 1227 +++
 libview/ev-page-accessible.h                       |   56 +
 libview/ev-page-cache.c                            |  680 ++
 libview/ev-page-cache.h                            |   81 +
 libview/ev-pixbuf-cache.c                          | 1359 ++++
 libview/ev-pixbuf-cache.h                          |   91 +
 libview/ev-print-operation.c                       | 2065 +++++
 libview/ev-print-operation.h                       |   71 +
 libview/ev-stock-icons.c                           |  137 +
 libview/ev-stock-icons.h                           |   58 +
 libview/ev-timeline.c                              |  442 ++
 libview/ev-timeline.h                              |   90 +
 libview/ev-transition-animation.c                  |  673 ++
 libview/ev-transition-animation.h                  |   73 +
 libview/ev-view-accessible.c                       |  592 ++
 libview/ev-view-accessible.h                       |   70 +
 libview/ev-view-cursor.c                           |   55 +
 libview/ev-view-cursor.h                           |   47 +
 libview/ev-view-marshal.list                       |    3 +
 libview/ev-view-presentation.c                     | 1660 ++++
 libview/ev-view-presentation.h                     |   56 +
 libview/ev-view-private.h                          |  304 +
 libview/ev-view-type-builtins.c.template           |   44 +
 libview/ev-view-type-builtins.h.template           |   29 +
 libview/ev-view.c                                  | 8165 +++++++++++++++++++
 libview/ev-view.h                                  |  130 +
 libview/ev-web-view.c                              |  719 ++
 libview/ev-web-view.h                              |   93 +
 makepot                                            |   11 +
 po/ChangeLog                                       | 4424 +++++++++++
 po/LINGUAS                                         |  136 +
 po/Makevars                                        |   79 +
 po/POTFILES.in                                     |   79 +
 po/POTFILES.skip                                   |   16 +
 po/af.po                                           | 2282 ++++++
 po/am.po                                           | 2283 ++++++
 po/ar.po                                           | 2307 ++++++
 po/as.po                                           | 2283 ++++++
 po/ast.po                                          | 2325 ++++++
 po/az.po                                           | 2279 ++++++
 po/be.po                                           | 2297 ++++++
 po/bg.po                                           | 2325 ++++++
 po/bn.po                                           | 2298 ++++++
 po/bn_IN.po                                        | 2290 ++++++
 po/br.po                                           | 2289 ++++++
 po/bs.po                                           | 2284 ++++++
 po/ca.po                                           | 2359 ++++++
 po/ca@valencia.po                                  | 2327 ++++++
 po/cmn.po                                          | 2281 ++++++
 po/crh.po                                          | 2276 ++++++
 po/cs.po                                           | 2365 ++++++
 po/cy.po                                           | 2287 ++++++
 po/da.po                                           | 2341 ++++++
 po/de.po                                           | 2358 ++++++
 po/de_CH.po                                        | 2284 ++++++
 po/dz.po                                           | 2281 ++++++
 po/el.po                                           | 2354 ++++++
 po/en_AU.po                                        | 2300 ++++++
 po/en_CA.po                                        | 2278 ++++++
 po/en_GB.po                                        | 2304 ++++++
 po/eo.po                                           | 2295 ++++++
 po/es.po                                           | 2376 ++++++
 po/es_AR.po                                        | 2283 ++++++
 po/es_CL.po                                        | 2283 ++++++
 po/es_CO.po                                        | 2286 ++++++
 po/es_CR.po                                        | 1860 +++++
 po/es_DO.po                                        | 1861 +++++
 po/es_EC.po                                        | 1860 +++++
 po/es_ES.po                                        | 1836 +++++
 po/es_MX.po                                        | 2290 ++++++
 po/es_NI.po                                        | 1860 +++++
 po/es_PA.po                                        | 1860 +++++
 po/es_PE.po                                        | 1860 +++++
 po/es_PR.po                                        | 2280 ++++++
 po/es_SV.po                                        | 1860 +++++
 po/es_UY.po                                        | 1860 +++++
 po/es_VE.po                                        | 2277 ++++++
 po/et.po                                           | 2306 ++++++
 po/eu.po                                           | 2320 ++++++
 po/fa.po                                           | 2286 ++++++
 po/fi.po                                           | 2322 ++++++
 po/fr.po                                           | 2390 ++++++
 po/fr_CA.po                                        | 1815 +++++
 po/frp.po                                          | 2276 ++++++
 po/fur.po                                          | 2274 ++++++
 po/fy.po                                           | 2278 ++++++
 po/ga.po                                           | 2286 ++++++
 po/gl.po                                           | 2365 ++++++
 po/gnome-copyrights.txt                            | 1061 +++
 po/gu.po                                           | 2298 ++++++
 po/ha.po                                           | 2274 ++++++
 po/he.po                                           | 2298 ++++++
 po/hi.po                                           | 2281 ++++++
 po/hr.po                                           | 2332 ++++++
 po/hu.po                                           | 2350 ++++++
 po/hy.po                                           | 2307 ++++++
 po/ia.po                                           | 2276 ++++++
 po/id.po                                           | 2345 ++++++
 po/ie.po                                           | 2320 ++++++
 po/ig.po                                           | 2271 ++++++
 po/is.po                                           | 2278 ++++++
 po/it.po                                           | 2362 ++++++
 po/ja.po                                           | 2304 ++++++
 po/jv.po                                           | 1830 +++++
 po/ka.po                                           | 2274 ++++++
 po/kab.po                                          | 2278 ++++++
 po/kk.po                                           | 2298 ++++++
 po/kn.po                                           | 2297 ++++++
 po/ko.po                                           | 2297 ++++++
 po/ks.po                                           | 2274 ++++++
 po/ku.po                                           | 2276 ++++++
 po/ku_IQ.po                                        | 2274 ++++++
 po/ky.po                                           | 2272 ++++++
 po/li.po                                           | 2274 ++++++
 po/lt.po                                           | 2359 ++++++
 po/lv.po                                           | 2301 ++++++
 po/mai.po                                          | 2275 ++++++
 po/mg.po                                           | 2280 ++++++
 po/mi.po                                           | 2274 ++++++
 po/mk.po                                           | 2282 ++++++
 po/ml.po                                           | 2300 ++++++
 po/mn.po                                           | 2296 ++++++
 po/mr.po                                           | 2297 ++++++
 po/ms.po                                           | 2331 ++++++
 po/nb.po                                           | 2358 ++++++
 po/nds.po                                          | 2278 ++++++
 po/ne.po                                           | 2289 ++++++
 po/nl.po                                           | 2371 ++++++
 po/nn.po                                           | 2299 ++++++
 po/nqo.po                                          | 1855 +++++
 po/nso.po                                          | 2276 ++++++
 po/oc.po                                           | 2359 ++++++
 po/or.po                                           | 2282 ++++++
 po/pa.po                                           | 2296 ++++++
 po/pl.po                                           | 2380 ++++++
 po/pms.po                                          | 2274 ++++++
 po/ps.po                                           | 2276 ++++++
 po/pt.po                                           | 2361 ++++++
 po/pt_BR.po                                        | 2372 ++++++
 po/ro.po                                           | 2316 ++++++
 po/ru.po                                           | 2393 ++++++
 po/rw.po                                           | 2274 ++++++
 po/sc.po                                           | 2286 ++++++
 po/si.po                                           | 2275 ++++++
 po/sk.po                                           | 2333 ++++++
 po/sl.po                                           | 2348 ++++++
 po/sq.po                                           | 2291 ++++++
 po/sr.po                                           | 2342 ++++++
 po/sr@latin.po                                     | 2304 ++++++
 po/sv.po                                           | 2346 ++++++
 po/ta.po                                           | 2301 ++++++
 po/te.po                                           | 2288 ++++++
 po/th.po                                           | 2290 ++++++
 po/tk.po                                           | 2274 ++++++
 po/tr.po                                           | 2352 ++++++
 po/tt.po                                           | 2271 ++++++
 po/ug.po                                           | 2283 ++++++
 po/uk.po                                           | 2358 ++++++
 po/ur.po                                           | 2280 ++++++
 po/ur_PK.po                                        | 1837 +++++
 po/uz.po                                           | 2278 ++++++
 po/vi.po                                           | 2279 ++++++
 po/wa.po                                           | 2276 ++++++
 po/xh.po                                           | 2274 ++++++
 po/yi.po                                           | 2274 ++++++
 po/yo.po                                           | 2271 ++++++
 po/zh_CN.po                                        | 2311 ++++++
 po/zh_HK.po                                        | 2283 ++++++
 po/zh_TW.po                                        | 2308 ++++++
 po/zu.po                                           | 2276 ++++++
 previewer/Makefile.am                              |   50 +
 previewer/atril-previewer.1                        |   16 +
 previewer/ev-previewer-window.c                    |  714 ++
 previewer/ev-previewer-window.h                    |   51 +
 previewer/ev-previewer.c                           |  170 +
 previewer/previewer-ui.xml                         |   30 +
 previewer/previewer.gresource.xml                  |   23 +
 properties/Makefile.am                             |   51 +
 properties/ev-properties-main.c                    |  159 +
 properties/ev-properties-view.c                    |  403 +
 properties/ev-properties-view.h                    |   50 +
 ...il-properties-page.caja-extension.desktop.in.in |    9 +
 shell/Makefile.am                                  |  184 +
 shell/atril-toolbar.xml                            |   41 +
 shell/atril-ui.xml                                 |  149 +
 shell/atril.about                                  |    2 +
 shell/atril.css                                    |   43 +
 shell/atril.gresource.xml                          |   26 +
 shell/eggfindbar.c                                 |  677 ++
 shell/eggfindbar.h                                 |   80 +
 shell/ev-annotation-properties-dialog.c            |  314 +
 shell/ev-annotation-properties-dialog.h            |   54 +
 shell/ev-application.c                             | 1066 +++
 shell/ev-application.h                             |   77 +
 shell/ev-bookmark-action.c                         |  109 +
 shell/ev-bookmark-action.h                         |   45 +
 shell/ev-bookmarks.c                               |  285 +
 shell/ev-bookmarks.h                               |   57 +
 shell/ev-daemon-gdbus.xml                          |   19 +
 shell/ev-daemon.c                                  |  478 ++
 shell/ev-file-monitor.c                            |  163 +
 shell/ev-file-monitor.h                            |   57 +
 shell/ev-gdbus.xml                                 |   33 +
 shell/ev-history.c                                 |  137 +
 shell/ev-history.h                                 |   65 +
 shell/ev-keyring.c                                 |  100 +
 shell/ev-keyring.h                                 |   37 +
 shell/ev-loading-message.c                         |  177 +
 shell/ev-loading-message.h                         |   45 +
 shell/ev-media-player-keys.c                       |  233 +
 shell/ev-media-player-keys.h                       |   49 +
 shell/ev-message-area.c                            |  347 +
 shell/ev-message-area.h                            |   74 +
 shell/ev-metadata.c                                |  325 +
 shell/ev-metadata.h                                |   72 +
 shell/ev-navigation-action-widget.c                |  161 +
 shell/ev-navigation-action-widget.h                |   46 +
 shell/ev-navigation-action.c                       |  250 +
 shell/ev-navigation-action.h                       |   64 +
 shell/ev-open-recent-action.c                      |  102 +
 shell/ev-open-recent-action.h                      |   52 +
 shell/ev-password-view.c                           |  419 +
 shell/ev-password-view.h                           |   59 +
 shell/ev-progress-message-area.c                   |  193 +
 shell/ev-progress-message-area.h                   |   64 +
 shell/ev-properties-dialog.c                       |  201 +
 shell/ev-properties-dialog.h                       |   47 +
 shell/ev-properties-fonts.c                        |  225 +
 shell/ev-properties-fonts.h                        |   48 +
 shell/ev-properties-license.c                      |  167 +
 shell/ev-properties-license.h                      |   50 +
 shell/ev-sidebar-annotations.c                     |  524 ++
 shell/ev-sidebar-annotations.h                     |   63 +
 shell/ev-sidebar-attachments.c                     |  703 ++
 shell/ev-sidebar-attachments.h                     |   62 +
 shell/ev-sidebar-bookmarks.c                       |  615 ++
 shell/ev-sidebar-bookmarks.h                       |   60 +
 shell/ev-sidebar-layers.c                          |  451 ++
 shell/ev-sidebar-layers.h                          |   59 +
 shell/ev-sidebar-links.c                           |  723 ++
 shell/ev-sidebar-links.h                           |   66 +
 shell/ev-sidebar-page.c                            |   92 +
 shell/ev-sidebar-page.h                            |   64 +
 shell/ev-sidebar-thumbnails.c                      | 1037 +++
 shell/ev-sidebar-thumbnails.h                      |   59 +
 shell/ev-sidebar.c                                 |  515 ++
 shell/ev-sidebar.h                                 |   67 +
 shell/ev-utils.c                                   |  109 +
 shell/ev-utils.h                                   |   34 +
 shell/ev-window-title.c                            |  211 +
 shell/ev-window-title.h                            |   47 +
 shell/ev-window.c                                  | 8303 ++++++++++++++++++++
 shell/ev-window.h                                  |   93 +
 shell/main.c                                       |  292 +
 test/Makefile.am                                   |   19 +
 test/test-encrypt.pdf                              |  Bin 0 -> 26501 bytes
 test/test-links.pdf                                |  Bin 0 -> 15151 bytes
 test/test-mime.bin                                 |  Bin 0 -> 15151 bytes
 test/test-page-labels.pdf                          |  Bin 0 -> 10150 bytes
 test/test1.py                                      |   38 +
 test/test2.py                                      |   30 +
 test/test3.py                                      |   16 +
 test/test4.py                                      |   22 +
 test/test5.py                                      |   27 +
 test/test6.py                                      |   47 +
 test/test7.py                                      |   36 +
 thumbnailer/Makefile.am                            |   43 +
 thumbnailer/atril-thumbnailer.1                    |   18 +
 thumbnailer/atril-thumbnailer.c                    |  320 +
 thumbnailer/atril.thumbnailer.in                   |    6 +
 update-authors.pl                                  |   77 +
 781 files changed, 578045 insertions(+)
