commit 996f986a83574f6885d91807c255c4cc59696ca1 Author: Joanmarie Diggs Date: 2014-04-14 libview: Fix shift+click text selection https://bugzilla.gnome.org/show_bug.cgi?id=728189 M libview/ev-view.c commit 71fb638f84e99d346e18e539d0356510749e987b Author: Alejandro Piñeiro Date: 2014-04-11 a11y: ensure text cached when you request an EvPageAccessible https://bugzilla.gnome.org/show_bug.cgi?id=724965 M libview/ev-page-cache.c M libview/ev-page-cache.h M libview/ev-view-accessible.c commit 83e8534d8e5f541c3d82d8e18a9e7564c98e43fb Author: Alejandro Piñeiro Date: 2014-04-07 a11y: managing atk states on EvPageAccessible This includes: * Implements ref_state_set on EvPageAccessible * Notify FOCUSED state changes https://bugzilla.gnome.org/show_bug.cgi?id=724965 M libview/ev-page-accessible.c M libview/ev-view-accessible.c M libview/ev-view-accessible.h commit ae213508d09692ad4bfeafe8733d41e0e978eb3e Author: Alejandro Piñeiro Date: 2014-04-11 a11y: add if applies ATK_RELATION_FLOWS_TO/FROM on EvPageAccessible https://bugzilla.gnome.org/show_bug.cgi?id=724965 M libview/ev-page-accessible.c M libview/ev-view-accessible.c M libview/ev-view-accessible.h commit c3f87ff406278090e1303b55ac29e5393e867521 Author: Alejandro Piñeiro Date: 2014-04-07 a11y: move AtkHyperText implementation from EvViewAccessible to EvPageAccessible https://bugzilla.gnome.org/show_bug.cgi?id=724965 M libview/ev-link-accessible.c M libview/ev-link-accessible.h M libview/ev-page-accessible.c M libview/ev-view-accessible.c commit 31a9782dc16a5ee1b81ec29037150127a94e6480 Author: Alejandro Piñeiro Date: 2014-04-07 a11y: move AtkText implementation from EvViewAccessible to EvPageAccessible https://bugzilla.gnome.org/show_bug.cgi?id=724965 M libview/ev-page-accessible.c M libview/ev-page-accessible.h M libview/ev-view-accessible.c commit 12f8f21b10a576d1c8b4835b942d2f6297e8d4d7 Author: Alejandro Piñeiro Date: 2014-03-12 a11y: expose EvPageAccessible as children of EvViewAccessible https://bugzilla.gnome.org/show_bug.cgi?id=724965 M libview/ev-view-accessible.c commit 4aae082937e1216f1eba1b0c11b2b10abd2fc0dd Author: Alejandro Piñeiro Date: 2014-03-11 a11y: new EvPageAccessible Basic skeleton for a new accessible class, that represents each individual page. https://bugzilla.gnome.org/show_bug.cgi?id=724965 M libview/Makefile.am A libview/ev-page-accessible.c A libview/ev-page-accessible.h commit 5d41559902484effeea756373811ab0779c9100b Author: Ibrahim Saed Date: 2014-04-10 Updated Arabic translation M po/ar.po commit 0741a1cb98b768f3f425b374c1ff81374328a898 Author: Dirgita Date: 2014-04-10 Updated Indonesian translation M po/id.po commit 5ab6037b0f0d875b11ad1237b33a35223c3a8220 Author: Debarshi Ray Date: 2014-04-03 ev-window: Don't crash when trying to save a copy We can not free both folder_uri and parent_uri. If parent_uri is non-NULL then it will point to the same location as folder_uri. Also, parent_uri is now unused so we can just remove it. Fallout from 41ce0e16cc3f395766abb239f990dd98c3144001 https://bugzilla.gnome.org/show_bug.cgi?id=727536 M shell/ev-window.c commit 0a93cf34d7cf0c50bda513dc67ed98819426558b Author: Jiro Matsuzawa Date: 2014-04-04 l10n: Update Japanese translation Fix typo M po/ja.po commit 5c5a5b35f55773544acb6db3c9e27a24b5b8a145 Author: Ikuya Awashiro Date: 2014-04-03 l10n: Update Japanese translation M po/ja.po commit 2e9db4b167860df896407e52ec69178b019b8311 Author: Daniel Mustieles Date: 2014-04-02 Updated Spanish translation M help/es/es.po commit 5716877ffacdad1ce6334461693fd1a3d908d719 Author: Alexandre Franke Date: 2014-03-31 Updated French translation M help/fr/fr.po commit f53f748a50b0ca32cb3433ef648d72703179a79f Author: Gustau Perez Date: 2014-03-28 Fix a crash during the build with introspection enabled Using GI_SCANNER_DEBUG=save-temps, the temporal files remained. It has been suggested that calling gtk_style_context_add_provider_for_screen() should, inside a g_once_init(), be in the class's _init() (not class_init()) hook. https://bugzilla.gnome.org/show_bug.cgi?id=726812 M libview/ev-view-presentation.c commit b751e51d060cf0a8a39173e664d7118a959e360c Author: Attila Hammer Date: 2014-03-28 Updated Hungarian translation M help/hu/hu.po commit 1ccfa70847874e73c7a0fe1d2500c0b1e283a0a1 Author: Marek Kasik Date: 2014-03-27 libview: Allow printing to all formats supported by backend Set output format of EvPrintOperationExport according to the format requested by user or by capabilities of used backend if there is only 1 choice. https://bugzilla.gnome.org/show_bug.cgi?id=724044 M libview/ev-print-operation.c commit c969b9749d434ecce4b403370af1e939ad6c91cd Author: Andika Triwidada Date: 2014-03-27 Updated Indonesian translation M help/id/id.po commit d5081208f26188476ce7d11b01edfc3fe77a98f7 Author: Daniel Mustieles Date: 2014-03-25 Updated Spanish translation M help/es/es.po commit 8d22967163e87097a05991ab3fcad4f6cd2f4853 Author: Carlos Garcia Campos Date: 2014-03-25 release: 3.12.0 M NEWS M configure.ac