lp:~ubuntu-desktop/evince/+git/master

Owned by Ubuntu Desktop
Get this repository:
git clone https://git.launchpad.net/~ubuntu-desktop/evince/+git/master

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.gnome.org/GNOME/evince.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log

Branches

Name Last Modified Last Commit
main 2024-05-07 17:10:07 UTC
Update Hindi translation

Author: G Karunakar
Author Date: 2024-05-07 17:10:07 UTC

Update Hindi translation

gnome-46 2024-05-06 22:05:39 UTC
Update Portuguese translation

Author: Hugo Carvalho
Author Date: 2024-05-06 22:05:39 UTC

Update Portuguese translation

evince-next 2024-04-28 11:00:18 UTC
data: Fix URLs in metadata

Author: Germán Poo-Caamaño
Author Date: 2024-03-11 18:31:34 UTC

data: Fix URLs in metadata

Fixe #2024

gnome-45 2024-03-17 22:55:17 UTC
Update Portuguese translation

Author: Hugo Carvalho
Author Date: 2024-03-17 22:55:17 UTC

Update Portuguese translation

ev-job-fonts-fixes 2024-02-02 13:00:57 UTC
Improve pps_document_fonts_scan API

Author: =?utf-8?q?Pablo_Correa_G=C3=B3mez?=
Author Date: 2024-02-01 18:05:20 UTC

Improve pps_document_fonts_scan API

The "return" value means only whether fonts were found. This is a bug
from previously in Evince and Poppler[1]. So don't return anything,
and instead always scan the whole document, as that's how it makes
most sense to use it. This allows to keep all the logic more contained
in pdf_document_fonts_scan, and to require less boilerplate around.

[1] https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1487

gnome-44 2024-01-21 13:43:27 UTC
Update Brazilian Portuguese translation

Author: Juliano de Souza Camargo
Author Date: 2024-01-21 13:43:27 UTC

Update Brazilian Portuguese translation

wip/corey/seekable 2024-01-15 17:35:20 UTC
ev-window: Don't attempt to load non-seekable files directly

Author: Corey Berla
Author Date: 2024-01-12 21:59:03 UTC

ev-window: Don't attempt to load non-seekable files directly

In a regression from commit 6cb4a630d1 ("shell: Don't copy whole files
from remote shares"), on some backends (including ftp and archive),
which don't allow for seeking, evince unsuccessfully attempts to open
documents directly, instead of downloading first. Keep the existing
logic to presumably still optimize cases where seeking is allowed,
but make sure to first download files where seeking is not possible.

Fixes: https://gitlab.gnome.org/GNOME/evince/-/issues/1971

wip/corey/nautilus 2023-08-21 01:40:50 UTC
properties: Rename page_provider to model_provider

Author: Corey Berla
Author Date: 2023-05-03 22:50:08 UTC

properties: Rename page_provider to model_provider

Be consistent because we are providing a model now

wip/gpoo/204-annot-square-and-circle 2023-08-21 01:38:07 UTC
shell: Add square and circle annotations

Author: Anuj Khare
Author Date: 2014-07-25 14:12:40 UTC

shell: Add square and circle annotations

Adds the interior color property of the circle and square annotations
to the properties dialog.

Extends fix for #204

gnome-43 2023-07-01 14:38:51 UTC
Release 43.2

Author: Germán Poo-Caamaño
Author Date: 2023-07-01 14:38:51 UTC

Release 43.2

wip/hadess/check-news-appstreamcli 2023-06-20 07:48:29 UTC
build: Use appstreamcli to get the AppData version

Author: Bastien Nocera
Author Date: 2023-06-20 07:47:32 UTC

build: Use appstreamcli to get the AppData version

Instead of appstream-util, as it is in deep maintenance mode.

See: https://github.com/ximion/appstream/pull/503

add_highlight_sel_text_keybinding 2023-04-28 02:43:59 UTC
shell: add keybinding for annotate-selected-text action

Author: Nelson Benitez
Author Date: 2023-04-28 02:43:59 UTC

shell: add keybinding for annotate-selected-text action

Closes #1919

wip/gpoo/mr-origin-131 2023-03-26 01:21:25 UTC
libdocument: Fix compilation when O_CLOEXEC and F_GETFD are not available

Author: Antonio Ospite
Author Date: 2019-02-05 14:51:28 UTC

libdocument: Fix compilation when O_CLOEXEC and F_GETFD are not available

When compiling with MinGW O_CLOEXEC, F_GETFD, F_SETFD, and FD_CLOEXEC
are not available, make the code compile by checking their availability.

wip/gpoo/data-use-enums-in-settings 2023-03-22 14:24:48 UTC
data: Use enumeration for setting to reduce odds of mistake

Author: Germán Poo-Caamaño
Author Date: 2022-03-18 02:44:48 UTC

data: Use enumeration for setting to reduce odds of mistake

fix_outline_entry_remove_nl 2023-03-22 13:56:08 UTC
pdf backend: strip newline from poppler index items

Author: Nelson Benitez
Author Date: 2023-03-12 16:41:56 UTC

pdf backend: strip newline from poppler index items

We found a file in the wild which by mistake left
some newline at the end of some poppler index items
(Outline entries in Evince UI), those newlines are
not shown in Firefox or Adobe readers, we should do
the same and strip them.

Fixes #1911

gnome-42 2023-03-03 18:35:42 UTC
Update German translation

Author: =?utf-8?q?J=C3=BCrgen_Benvenuti?=
Author Date: 2023-03-03 18:35:42 UTC

Update German translation

wip/cdavis/quit-action 2023-02-11 21:08:13 UTC
application: Add quit action and shortcut

Author: Christopher Davis
Author Date: 2023-02-11 03:17:46 UTC

application: Add quit action and shortcut

See
https://developer.gnome.org/hig/reference/keyboard.html#basic-shortcuts

gnome-41 2022-11-24 19:41:42 UTC
Update German translation

Author: =?utf-8?q?J=C3=BCrgen_Benvenuti?=
Author Date: 2022-11-24 19:41:42 UTC

Update German translation

gnome-3-38 2022-10-27 21:47:05 UTC
Remove incorrect args for i18n.merge_file

Author: r-value
Author Date: 2021-11-17 10:22:45 UTC

Remove incorrect args for i18n.merge_file

`i18n.merge_file` has been ignoring positional arguments for
a time and explicitly rejects with error since meson 0.60.0

barthalion/gnome-runtime-images-quay 2022-07-27 10:38:23 UTC
Update (or drop) the Docker image used by Flatpak job

Author: Bartłomiej Piotrowski
Author Date: 2022-07-27 10:38:23 UTC

Update (or drop) the Docker image used by Flatpak job

The gnome-runtime-images have been recently migrated to Quay. This is already reflected in the template.

Please note this MR has been created semi-automatically. If it doesn't make sense, feel free to close it.

mwleeds/no-filesystem-host 2022-04-05 23:37:27 UTC
flatpak: Remove filesystem=host permission

Author: Phaedrus Leeds
Author Date: 2022-04-05 23:37:27 UTC

flatpak: Remove filesystem=host permission

This should not be needed, since Evince uses the file chooser to open
files and the recent files view works since access to the files opened
with the file chooser portal is persistent.

https://github.com/flathub/org.gnome.Evince/issues/76

wip/gpoo/gtk4-preparation-ev-sidebar 2022-03-26 18:23:24 UTC
shell: Use composite template for EvSidebar

Author: Germán Poo-Caamaño
Author Date: 2022-03-26 14:53:46 UTC

shell: Use composite template for EvSidebar

* Switch to composite template
* Support internal-child property

Co-authored-by: Qiu Wenbo <qiuwenbo@kylinos.com.cn>

wip/gpoo/gtk4-rebase-port 2022-03-21 05:36:06 UTC
previewer: Port EvPreviewerWindow to gtk4 with composite template

Author: Qiu Wenbo
Author Date: 2021-08-30 09:12:09 UTC

previewer: Port EvPreviewerWindow to gtk4 with composite template

wip/gpoo/fix-annotation-warnings 2022-03-03 03:07:52 UTC
libdocument: Fix annotations

Author: Germán Poo-Caamaño
Author Date: 2022-03-03 03:07:52 UTC

libdocument: Fix annotations

* Fix duplications, document parameters

wip/gpoo/initial-test-suite-for-evince 2022-03-02 15:08:48 UTC
tests: Fix changes in Python3

Author: Germán Poo-Caamaño
Author Date: 2022-03-02 15:08:48 UTC

tests: Fix changes in Python3

gnome-40 2022-02-27 01:10:57 UTC
EvRecentView: fix crash when thumbnail extraction takes too long

Author: Nelson Benitez
Author Date: 2022-01-22 01:05:10 UTC

EvRecentView: fix crash when thumbnail extraction takes too long

When opening a large file for the first time from the recent
view, evince launches a background process to extract and save
the thumbnail of the first page, this process can take several
seconds for big documents (like comic files).

So it can happen that when it finished extracting the thumbnail
the EvRecentView has already been destroyed (to show document
view) and so when the "save thumbnail" code tries to access
the recent view it crashes.

Fixed by refing the view when attaching it to async process
and unrefing it in its corresponding free_data callback.

Fixes issue #965

dont_grab_focus_from_mouse 2022-01-16 20:28:44 UTC
Bookmarks: Dont let buttons grab focus from mouse click

Author: Nelson Benitez
Author Date: 2022-01-16 20:28:44 UTC

Bookmarks: Dont let buttons grab focus from mouse click

Currently the '+' and '-' buttons in the Bookmarks sidebar
are grabbing focus when clicked with the mouse. That
should not happen and instead the focus be kept in the
previous widget (tipically the main EvView).

This fix is in same spirit as this one:
https://gitlab.gnome.org/GNOME/evince/-/commit/78b5ef0601cf4e9c56c5795b27399e6fcf2265e7

Part of issue #704

wip/chpe/load-fd-backend-tiff 2022-01-11 20:08:42 UTC
tiff: Implement loading from file descriptor

Author: Christian Persch
Author Date: 2022-01-11 20:08:42 UTC

tiff: Implement loading from file descriptor

FIXME: Implement save when source is FD.

wip/chpe/load-fd-backend-ps 2022-01-11 20:08:03 UTC
ps: Implement loading from file descriptor

Author: Christian Persch
Author Date: 2022-01-11 20:08:03 UTC

ps: Implement loading from file descriptor

The required libspectre patch is not upstream yet, so disable
this for now.

wip/chpe/export-print-portal-custom-options 2021-11-24 19:09:45 UTC
shell: Migrate custom print setting keys

Author: Christian Persch
Author Date: 2021-11-24 17:48:50 UTC

shell: Migrate custom print setting keys

The print settings custom options requires options to start with
a common prefix; migrate the existing settings over when the new
ones don't exist.

gnome-3-36 2021-08-23 14:30:18 UTC
Update Romanian translation

Author: Daniel Șerbănescu
Author Date: 2021-08-23 14:30:18 UTC

Update Romanian translation

wip/gpoo/gitlab-ci 2021-06-26 02:57:49 UTC
gitlab-ci: Install libsynctex in Docker image

Author: Germán Poo-Caamaño
Author Date: 2021-06-26 02:57:49 UTC

gitlab-ci: Install libsynctex in Docker image

It will help choose whether to use the internal synctex
library or the one in the system. Currently, it is chosen
automatically.

wip/gpoo/fix-1414 2020-06-09 14:46:29 UTC
Revert "pdf: support 'de facto' tooltip feature"

Author: Germán Poo-Caamaño
Author Date: 2020-06-09 14:46:29 UTC

Revert "pdf: support 'de facto' tooltip feature"

It introduced a regression by breaking the ABI.

Fixes #1414

This reverts commit e2ad8611a4c58f09d78def78500a2c10a21ac48b.

wip/nielsdg/night-mode-gives-dark-theme 2020-06-04 09:22:21 UTC
ev-window: Show dark theme when night mode is active

Author: NielsDG
Author Date: 2020-06-04 09:20:37 UTC

ev-window: Show dark theme when night mode is active

Fixes https://gitlab.gnome.org/GNOME/evince/-/issues/627

wip/gpoo/new-annotation-action 2020-05-29 13:07:42 UTC
shell: Integrate EvAnnotationAction into the shell

Author: Germán Poo-Caamaño
Author Date: 2020-05-29 05:28:22 UTC

shell: Integrate EvAnnotationAction into the shell

gpoo/fix-hover-for-highlight-annotations 2020-05-19 21:54:34 UTC
libview: checking if point is inside annotation

Author: Giselle Reis
Author Date: 2014-08-19 17:23:31 UTC

libview: checking if point is inside annotation

Added a step to check if a point is inside an
annotation. In case it is foud to be inside the
bounding box, view asks the document if it is
actually inside the annotations, since the
quadrilaterals might not comprise the whole are of
the bounding box. Only then it become selectable.

https://bugzilla.gnome.org/show_bug.cgi?id=769133

Fixes #696

BUG_tooltip_annots 2020-03-09 03:59:56 UTC
pdf: support 'de facto' tooltip feature

Author: Nelson Benitez
Author Date: 2020-03-08 21:56:07 UTC

pdf: support 'de facto' tooltip feature

Most pdf readers implement a tooltip feature by
showing the string content of 'TU' field of a
widget annotation that is not linked to any
form field.

Normally, widget annotations carry a reference to a
form field which are used together to implement the
different form widgets. But, the PDF spec does not
forbid standalone (i.e. not linked to any form field)
widget annotations, and the fact is they're been used
by most pdf readers to show a tooltip when the area
of that AnnotWidget is hovered.

According to issue reported files, 'pdfTeX' seems to
be one of the pdf producers incorporating this tooltip
feature.

The support for this feature has been recently been
added to poppler-glib with following api:

gchar *poppler_annot_get_alternate_name (PopplerAnnot *annot)
gboolean poppler_annot_set_alternate_name (PopplerAnnot *annot,
                                           const gchar *name)

so this commit uses only the "read" part of that api
to show tooltips on pdf's that carry them. For that
we created a new EvAnnotationTooltip type. This new
annot type is not shown on the annotations sidebar
list as part of the rest of annotations, instead it's
just been used to show the tooltips when the annot
area is hovered.

Evince issue #842

Poppler issue:
https://gitlab.freedesktop.org/poppler/poppler/issues/34

gnome-3-32 2019-12-27 07:34:53 UTC
Update Chinese (China) translation

Author: wsxy162
Author Date: 2019-12-27 07:34:53 UTC

Update Chinese (China) translation

gnome-3-30 2019-12-24 21:23:29 UTC
Update French docs translation

Author: Alexandre Franke
Author Date: 2019-12-24 21:23:29 UTC

Update French docs translation

gnome-3-34 2019-12-20 14:45:43 UTC
snap: Change grade

Author: Ken VanDine
Author Date: 2019-12-20 14:45:03 UTC

snap: Change grade

wip/link-preview 2019-11-24 01:27:50 UTC
libview: Adjust preview size and contents' position

Author: Henry Gebhardt
Author Date: 2018-12-03 03:25:18 UTC

libview: Adjust preview size and contents' position

Makes the preview as wide as possible, and tries to put the link
slightly above the center of the preview.

Fixes #662

wip/kalev/appdata-release-order 2019-10-28 19:03:55 UTC
AppData: Fix validation error

Author: Kalev Lember
Author Date: 2019-10-28 19:03:55 UTC

AppData: Fix validation error

Remove the 3.30.3 release from the appdata file to make 'appstream-util
validate-relax' not error out on the release tag order.

tag-invalid : <release> versions are not in order [3.30.3 before 3.32.0]

BUG_annotations_with_cropbox 2019-10-16 01:27:36 UTC
annotations: take into account /CropBox

Author: Nelson Benitez
Author Date: 2019-10-16 01:27:36 UTC

annotations: take into account /CropBox

If PDF page has a /CropBox, take it into
account when calculating the coordinates
for new annotations.

Issue #1280

gnome-3-28 2018-10-23 18:35:28 UTC
Release 3.28.5

Author: Germán Poo-Caamaño
Author Date: 2018-10-23 18:35:28 UTC

Release 3.28.5

981-default-mime-type-icon-in-recent-view-is-too-big 2018-09-11 23:08:51 UTC
ev-recent-view: scale default mime type icon

Author: Nelson Benitez
Author Date: 2018-09-11 21:08:27 UTC

ev-recent-view: scale default mime type icon

when eg. the thumbnail is not available due to
file being on an unmounted location.

Issue #981

cache_border 2018-08-17 15:53:12 UTC
ev-view: Add cache for border sizes

Author: José Aliste
Author Date: 2018-08-17 15:48:29 UTC

ev-view: Add cache for border sizes

Border is a CSS property so it's expensive to call compute border so many times.

gnome-3-26 2018-05-21 16:08:33 UTC
Update zh_CN translation

Author: wsxy162
Author Date: 2018-05-21 16:08:33 UTC

Update zh_CN translation

gnome-3-24 2018-01-28 15:29:16 UTC
shell: Fix media-player keys not working

Author: Bastien Nocera
Author Date: 2018-01-24 13:08:31 UTC

shell: Fix media-player keys not working

gsd-media-keys doesn't have a .service file itself, but responds to the
org.gnome.SettingsDaemon.MediaKeys name nonetheless. This however seems
to mean that signals emitted by gsd-media-keys will not have the
expected sender name. Seeing as the signals come from a proxy we created
ourselves with a well-known name, there's really no need to filter any
further.

This fixes pressed media player keys not doing anything with more recent
versions of gnome-settings-daemon (3.24).

https://bugzilla.gnome.org/show_bug.cgi?id=789738

gnome-3-20 2017-10-25 16:25:34 UTC
Update zh_CN translation

Author: Jeff Bai
Author Date: 2017-10-25 16:25:34 UTC

Update zh_CN translation

gnome-3-22 2017-07-22 08:03:06 UTC
release: 3.22.2

Author: Carlos Garcia Campos
Author Date: 2017-07-22 08:03:06 UTC

release: 3.22.2

gnome-3-18 2017-03-04 03:17:45 UTC
Update Brazilian Portuguese translation

Author: Rafael Fontenelle
Author Date: 2017-03-04 03:17:45 UTC

Update Brazilian Portuguese translation

gnome-3-16 2017-03-04 03:04:14 UTC
Update Brazilian Portuguese translation

Author: Felipe Braga
Author Date: 2017-03-04 03:03:15 UTC

Update Brazilian Portuguese translation

gnome-3-14 2017-03-04 02:39:42 UTC
Update Brazilian Portuguese translation

Author: Felipe Braga
Author Date: 2017-03-04 02:39:42 UTC

Update Brazilian Portuguese translation

gnome-3-10 2015-10-15 06:37:56 UTC
Updated Portuguese translation

Author: Pedro Albuquerque
Author Date: 2015-10-15 06:37:56 UTC

Updated Portuguese translation

wip/matthiasc/portal 2015-08-04 10:31:10 UTC
port to new portal api

Author: Alexander Larsson
Author Date: 2015-08-04 10:31:10 UTC

port to new portal api

gnome-3-2 2015-05-18 16:29:05 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-18 16:29:05 UTC

Updated Occitan translation

gnome-3-4 2015-05-18 16:27:04 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-18 16:27:04 UTC

Updated Occitan translation

gnome-3-8 2015-05-18 16:25:32 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-18 16:25:32 UTC

Updated Occitan translation

gnome-3-6 2015-05-18 16:24:31 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-18 16:24:31 UTC

Updated Occitan translation

gnome-3-0 2015-05-18 16:23:29 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-18 16:23:29 UTC

Updated Occitan translation

gnome-2-32 2015-05-18 16:22:26 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-18 16:22:26 UTC

Updated Occitan translation

gnome-3-12 2015-05-18 16:20:24 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-18 16:20:24 UTC

Updated Occitan translation

gnome-2-30 2015-05-18 16:19:24 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-18 16:19:24 UTC

Updated Occitan translation

wip/find-results2 2013-06-23 11:53:59 UTC
shell: show a sidebar with search results when find is active

Author: Carlos Garcia Campos
Author Date: 2013-06-23 11:28:50 UTC

shell: show a sidebar with search results when find is active

https://bugzilla.gnome.org/show_bug.cgi?id=566827

wip/find_results 2013-04-05 12:52:21 UTC
shell: Move find results to a window

Author: José Aliste
Author Date: 2013-04-05 12:52:21 UTC

shell: Move find results to a window

wip/app 2012-10-01 12:38:56 UTC
previewer: Add app menu

Author: c7d2f5c8667d26fffd5e7772d632c76d
Author Date: 2012-06-12 18:40:40 UTC

previewer: Add app menu

https://bugzilla.gnome.org/show_bug.cgi?id=674937

gnome-2-26 2011-10-29 12:59:08 UTC
Updated French translation

Author: bruno
Author Date: 2011-10-29 12:55:29 UTC

Updated French translation

gnome-2-28 2011-10-29 12:58:47 UTC
Updated French translation

Author: bruno
Author Date: 2011-10-29 12:55:29 UTC

Updated French translation

gnome-2-18 2011-10-05 18:50:53 UTC
Added asturian language

Author: Xandru
Author Date: 2011-10-05 18:50:53 UTC

Added asturian language

gnome-2-20 2011-10-05 18:50:14 UTC
Added asturian language

Author: Xandru
Author Date: 2011-10-05 18:50:14 UTC

Added asturian language

gnome-2-22 2011-10-05 18:49:35 UTC
Added asturian language

Author: Xandru
Author Date: 2011-10-05 18:49:35 UTC

Added asturian language

gnome-2-24 2011-10-05 18:48:38 UTC
Updated asturian translation

Author: Xandru
Author Date: 2011-10-05 18:48:38 UTC

Updated asturian translation

gnome-2-14 2009-11-17 07:04:05 UTC
Added sl for Slovenian translation

Author: Matej Urbančič
Author Date: 2009-11-17 07:04:05 UTC

Added sl for Slovenian translation

gnome-2-16 2007-04-25 20:32:30 UTC
Added Occitan translation.

Author: Christophe Merlet
Author Date: 2007-04-25 20:32:30 UTC

Added Occitan translation.

svn path=/branches/gnome-2-16/; revision=2425

evince-form 2006-12-14 17:13:19 UTC
Start of choice fields support, now uses UTF16 for text fields

Author: Julien Rebetez
Author Date: 2006-12-14 17:13:19 UTC

Start of choice fields support, now uses UTF16 for text fields

2006-12-14 Julien Rebetez, <julienr@cvs.gnome.org>
 * backend/ev-document.c: (ev_document_get_form_field_text_content),
 (ev_document_set_form_field_text_content),
 (ev_document_get_form_field_choice_content),
 (ev_document_set_form_field_choice_content),
 (ev_document_get_form_field_choice_count),
 (ev_document_set_form_field_button_state),
 (ev_document_get_form_field_button_state):
 * backend/ev-document.h:
 * backend/ev-form-field.h:
 * pdf/ev-poppler.cc:
 * shell/ev-view.c: (render_form_field_content_for_page),
 (handle_click_at_location):
  Start of choice fields support, now uses UTF16 for text fields

gnome-2-12 2006-03-22 09:50:07 UTC
Added Dzongkha (dz). 2006-03-22 Tommi Vainikainen <thv@iki.fi> Added

Author: Tommi Vainikainen
Author Date: 2006-03-22 09:50:07 UTC

Added Dzongkha (dz). 2006-03-22 Tommi Vainikainen <thv@iki.fi> Added

2006-03-22 Tommi Vainikainen <thv@iki.fi>
 * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
2006-03-22 Tommi Vainikainen <thv@iki.fi>
 * dz.po: Added Dzongkha translation from Pema Geyleg.

evince-threads 2005-03-23 03:46:45 UTC
busted API. Suck.

Author: Jonathan Blandford
Author Date: 2005-03-23 03:46:45 UTC

busted API. Suck.

Tue Mar 22 22:44:18 2005 Jonathan Blandford <jrb@redhat.com>

        * shell/ev-window.c (ev_window_print): busted API. Suck.

        * ps/ps-document.c (setup_page): cast to guchar

gnome-2-8 2004-11-05 18:43:19 UTC
Fix for a number of integer overflow bugs discovered by Chris Evans.

Author: Dan Williams
Author Date: 2004-11-05 18:43:19 UTC

Fix for a number of integer overflow bugs discovered by Chris Evans.

2004-11-05 Dan Williams <dcbw@redhat.com>

* xpdf/Catalog.cc, xpdf/XRef.cc: Fix for a number of integer
overflow bugs discovered by Chris Evans. CAN-2004-0888,
Bug #156729, Red Hat Bug #137420.

gnome-2-6 2004-05-09 08:33:56 UTC
:Thumb): Added a flag for keeping Thumb data validity and the method to

Author: Remi Cohen-Scali
Author Date: 2004-05-09 08:33:56 UTC

:Thumb): Added a flag for keeping Thumb data validity and the method to

2004-05-09 Remi Cohen-Scali <rcoscali@cvs.gnome.org>

 * xpdf/Thumb.cc (Thumb::Thumb):
 * xpdf/Thumb.h:
 Added a flag for keeping Thumb data validity and the
 method to access it.

gnome-2-4 2003-09-24 21:06:46 UTC
add xpdf/gpdf-print-progress-dialog.glade

Author: Martin Kretzschmar
Author Date: 2003-09-24 21:06:46 UTC

add xpdf/gpdf-print-progress-dialog.glade

* POTFILES.in: add xpdf/gpdf-print-progress-dialog.glade

* xpdf/gpdf-control.cc (gpdf_print_job_prepare, idle_print_handler:
(gpdf_control_print_job_print, using_postscript_printer)
(gpdf_control_no_preview_alert, gpdf_control_no_postscript_printer_alert)
(gpdf_control_get_range_page, gpdf_control_print_dialog_new)
(gpdf_control_print, verb_FilePrint_cb): implement printing.
(gpdf_control_set_property): disable PersistStream implementation.

* xpdf/gpdf-print-progress-dialog.glade: add.

* xpdf/gpdf-control-ui.xml: add Print verb, menu item, tool item.

* xpdf/Makefile.am (libgpdf_a_SOURCES): include PSOutputDev
(glade_DATA): add gpdf-print-progress-dialog.glade.

* xpdf/GNOME_PDF.server.in.in: don't advertise PersistStream

* configure.in: bump version to 0.110.99; require libgnomeprint >=
2.3.0.

180 of 80 results
This repository contains Public information 
Everyone can see this information.