summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-11-27 10:45:36 +0100
committerraveit65 <[email protected]>2017-11-27 10:45:36 +0100
commitdd2c555654cd4beeec3cfc64481024982dbcbaa3 (patch)
tree32b20a0145c1f1fc0371e6f3361fb9185a96f0c9
parent4e9956169e1010387ffcc20f7f33f37c26a24577 (diff)
downloadatril-dd2c555654cd4beeec3cfc64481024982dbcbaa3.tar.bz2
atril-dd2c555654cd4beeec3cfc64481024982dbcbaa3.tar.xz
release 1.19.5v1.19.5
-rw-r--r--NEWS37
1 files changed, 37 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index edd89f6c..c15b3aba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,42 @@
### atril 1.19.5
+ sync with transifex
+ shell: show caret navigation in menu
+ ev-link-accessible: Improve efficiency of methods to get start and end indices
+ Expose form fields as AtkObject children of the page
+ Expose images as AtkObject children of the page
+ Expose links as AtkObject children of the page
+ ev-view-accessible: Add a method to determine if a given doc rect is showing
+ ev-page-cache: Add method to check if a given page has been cached
+ libview: Update the caret cursor when jumping to a find result
+ libview: Update ATK_STATE_SHOWING when the visible page range changes
+ libview: Implement AtkComponent for pages
+ libview: Fix shift+click text selection
+ a11y: ensure text cached when you request an EvPageAccessible
+ a11y: managing atk states on EvPageAccessible
+ a11y: add if applies ATK_RELATION_FLOWS_TO/FROM on EvPageAccessible
+ a11y: move AtkHyperText implementation from EvViewAccessible to EvPageAccessible
+ a11y: move AtkText implementation from EvViewAccessible to EvPageAccessible
+ a11y: expose EvPageAccessible as children of EvViewAccessible
+ a11y: new EvPageAccessible
+ libview: Fix some broken aspects EvViewAccessible text support
+ libview: Take caret navigation into account when getting AtkHyperlink indices
+ a11y: cleaning implementation for atk_text_get_caret_offset
+ a11y: fixing implementation for atk_text_set_caret_offset
+ view: set_caret_cursor_position should emit "cursor-moved" if applies
+ Remove support for deprecated atk_text_get_text_{before,after}_offset()
+ a11y: implement AtkDocument on EvViewAccessible
+ a11y: with caret navigation enabled, accessibility current page is cursor page
+ ev-view-accessible: call document_changed_cb when setting the model
+ Some text fixes for caret message area
+ ev-view-accessible: Fix a crash in ev_view_accessible_get_link
+ ev-view-accessible: Clear the cached data when the current page
+ shell: remove view_actions_focus_out_cb
+ shell: Remove ev_window_set_view_accels_sensitivity
+ shell: forward accels to the focused widget
+ Use a global array for view accel action
+ fix crash when selecting text in djvu documents
+
### atril 1.19.4
* Translations update