Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-20 | Use a blank line at most | rbuj | 1 | -1/+0 | |
2021-02-10 | build: allow users to disable gettext support (--disable-nls) | rbuj | 1 | -0/+4 | |
2020-09-02 | ev-poppler: 'POPPLER_ACTION_RESET_FORM' not handled in switch [-Wswitch] | rbuj | 1 | -8/+13 | |
2020-07-15 | ev-poppler: remove warning about no previous declaration | rbuj | 1 | -1/+1 | |
2020-04-14 | ev-poppler: remove unused variable | Pablo Barciela | 1 | -1/+0 | |
2020-01-31 | Fix year 2038 issue with signed 32-bit integers | rbuj | 1 | -2/+3 | |
GTime is defined to always be a signed 32-bit integer, it will overflow in the year 2038. | |||||
2020-01-15 | pdf: Fix memory leak when adding new text annotations | Carlos Garcia Campos | 1 | -1/+1 | |
origin commit: https://gitlab.gnome.org/GNOME/evince/commit/a182f12 | |||||
2019-11-11 | migrate from intltool to gettext | Wu Xiaotian | 2 | -4/+5 | |
2019-01-21 | pdf: add missing break statement | monsta | 1 | -0/+1 | |
2017-09-06 | pdf: Implement ev_document_text_get_text_attrs() | Antia Puentes | 1 | -0/+53 | |
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=96b9a1 | |||||
2017-08-28 | pdf: Reset the annotation mapping when there are no more annotations | Giselle Machado | 1 | -0/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=649044 origin commit: https://git.gnome.org/browse/evince/commit/?id=06e9129 | |||||
2017-08-28 | pdf: Implement remove_annotation virtual func | Germán Poo-Caamaño | 1 | -0/+31 | |
https://bugzilla.gnome.org/show_bug.cgi?id=649044 origin commit: https://git.gnome.org/browse/evince/commit/?id=38ca871 | |||||
2017-08-28 | pdf: Make annotation names unique | Giselle Machado | 1 | -13/+14 | |
Naming the annotations sequentially by number is problematic when they can be removed (see https://bugzilla.gnome.org/show_bug.cgi?id=649044#c33). This patch changes the annotation names to timestamps, guaranteeing that they are indeed unique. https://bugzilla.gnome.org/show_bug.cgi?id=649044 origin commit: https://git.gnome.org/browse/evince/commit/?id=0f38a27 fix build warning: https://git.gnome.org/browse/evince/commit/?id=6197eba | |||||
2017-08-28 | pdf: Add support for adding other types of annotations | Giselle Machado | 1 | -9/+16 | |
Implementing switch/case to support new annotations as they are implemented. origin commit: https://git.gnome.org/browse/evince/commit/?id=320d10f | |||||
2017-08-28 | pdf: Add activation link for Fields that have it. | José Aliste | 1 | -2/+8 | |
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=01254fb | |||||
2016-10-14 | Fix case sensitive searching for PDF | Cormac Walsh | 1 | -1/+5 | |
2015-09-02 | pdf: remove unused variables | Hib Eris | 1 | -12/+2 | |
2015-09-02 | pdf: remove unused variable | Hib Eris | 1 | -1/+0 | |
2015-08-31 | pdf: Fix compile warning | Carlos Garcia Campos | 1 | -0/+3 | |
2015-08-31 | pdf: Fix saving annotations added to different pages | Daniel Glöckner | 1 | -4/+9 | |
Fixes bug #628378. | |||||
2015-03-19 | corrected bug tracker links everywhere | Monsta | 1 | -5/+5 | |
Closes https://github.com/mate-desktop/atril/pull/132 | |||||
2014-12-10 | pdf: Bump poppler requirements to 0.16.0 | infirit | 1 | -103/+9 | |
And remove all unneeded #ifdefs Based on evince commit: e214c8e963fc4224c5ee54b8b9f0d23cb07019d7 From: Carlos Garcia Campos <[email protected]> | |||||
2014-12-10 | Fixed minor bug, it returned NULL when expecting gboolean | infirit | 1 | -1/+1 | |
Taken from evince commit: d9458f7a82b916efcc7bebf576388ef9bf2e8e45 From: danigm <[email protected]> | |||||
2014-12-09 | pdf: Support .pdf.xz files | infirit | 1 | -2/+1 | |
Taken from evince commit: d68a55580d2e63c0587b11580dfde219d5ef56fb From: Christian Persch <[email protected]> | |||||
2014-12-09 | [pdf] Implement document_links_find_link_page() | infirit | 1 | -0/+20 | |
Taken from evince commit: 42fdab936eef083c81a9e6798ffea2c4bfab3842 From: Carlos Garcia Campos <[email protected]> | |||||
2014-12-09 | [pdf] Do not resolve named destinations in the backend | infirit | 1 | -30/+1 | |
Taken from evince commit: c4923eca28c74fad47acdd1ebaafff206107f721 From: Carlos Garcia Campos <[email protected]> | |||||
2014-12-09 | [pdf] Update to poppler api changes | infirit | 1 | -0/+11 | |
Linearized PopplerDocument property is now boolean rather than string. Based on evince commit: f77e6cf4fd7fef49ac91d8c62b6a9a993529adb8 From: Carlos Garcia Campos <[email protected]> | |||||
2014-12-09 | [pdf] Add support for OCG State actions | infirit | 1 | -2/+41 | |
Based on evince commit: e39bde3f3b8ce3c111c27f7aa6b384c7a5f98672 From: Carlos Garcia Campos <[email protected]> | |||||
2014-12-09 | Do not cache layers in the backends | infirit | 1 | -19/+17 | |
se g_object_set_data instead, to attach the backend object to the evince layer. Based on evince commit: 08993c59369086fa8916236f580438d656ccb8f7 From: Carlos Garcia Campos <[email protected]> | |||||
2014-10-03 | pdf: Return FALSE instead of NULL in gboolean function | Stefano Karapetsas | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/atril/issues/30 | |||||
2013-03-21 | Update make files for autoconf 1.13 | raveit | 1 | -1/+1 | |
2011-11-09 | renaming libevdocument and libevview to prevent file conflicts | Perberos | 1 | -1/+1 | |
2011-11-09 | renaming evince to atril | Perberos | 4 | -10/+10 | |
2011-11-09 | inicial | Perberos | 4 | -0/+3370 | |