diff options
author | raveit65 <[email protected]> | 2016-06-30 19:04:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-30 19:04:45 +0200 |
commit | a9ea177ea56573919e8651d452785e6fac245bc7 (patch) | |
tree | 0732d3e9c02b6e6f2b22a5a03c1c42078af27a8c /NEWS | |
parent | 4816e44323a80a52343ac8ed6f1941cad28a92b7 (diff) | |
download | atril-a9ea177ea56573919e8651d452785e6fac245bc7.tar.bz2 atril-a9ea177ea56573919e8651d452785e6fac245bc7.tar.xz |
release 1.15.1v1.15.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -1,3 +1,49 @@ +1.15.1 +------ + + * Translations update + * dvi: Use new font name instead of the old one + * dvi: Use t1 font mapping files + * xps: Fill version information of EvDocumentBackendInfo + * comics: Fix some memory leaks + * eggfindbar: Find next/previous with control + Up/Down + * libview: Add an option to show odd pages on the left in dual mode + * libview: Add dual-odd-left property to EvDocumentModel + * Refresh thumbnail only when window has a document + * Fix rotated tiff documents + * GTK+-3 ev-view-presentation: Fix a unused-but-set-variable compile warning + * GTK+-3 toolbar-editor: port GtkTable to GtkGrid + * GTK+-3: Use ev_document_misc_get_pointer_position() instad of deprecated gtk_widget_get_pointer() + * GTK+-3: do not use deprecated gtk_dialog_set_alternative_button_order + * GTK+-3: do not use gdk_app_launch_context_new() + * Use gdk_display_get_app_launch_context() instead. + * libdocument: Document EvAnnotation. + * libdocument: Make EvSourceLink boxed. + * libdocument: Add missing annotation to ev_document_factory_get_document. + * libdocument: Use G_DEFINE_BOXED_TYPE instead of custom macro + * document-model: annotate ev_document_model_get_document() + * configure: Bump poppler requirements to 0.18.0 + * shell: add plural form for "cancel print jobs before closing" dialog + * GTK+-3 cut-n-paste: Update toolbar-editor from libegg + * Fix undefined variable warnings in dvi-backend + * GTK+-3: Use GtkGrid instead of GtkTable + * GTK+-3 ev-sidebar-annotations: replace deprecated gtk_widget_render_icon + * GTK+-3 ev-password-view: Do not use deprecate composite-child API + * GTK+-3: fix deprecated gtk_{v/h}separator_new + * synctex: update to 1.18 + * synctex: Fix -Wundef warning + * synctex: Update from upstream + * synctex: fix compile warnings + * synctex: update to version 1.17 + * cut-n-paste: Update synctex parser to version 1.16 + * schema: some corrections and a typo fix + * egg_toolbar_editor: use gtk_orientable_set_orientation () for both toolkit versions + * GTK+-3.0: avoid deprecated usage of GtkArrow + * Do not use deprecated GTK_TYPE_VBOX definitions + * GTK3 ev-timeline: don't use deprecated gdk_threads_{enter/leave} () + * GTK+-3: do not use deprecated gtk_{h/v}box_new + * GTK3 egg: don't use deprecated gdk_threads_{enter/leave} () + 1.15.0 ------ |