summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-05-10 15:21:19 +0200
committerraveit65 <[email protected]>2017-05-10 15:21:19 +0200
commit9dcf3c39ebde868b71b5598bc6f1399a887c94c5 (patch)
tree2e52362fdf53ef4ba3407e40419f6903f8b8b8fd /NEWS
parentc1e7916d178c8d7bb80c71d9e3ffb4aad5d1ef1c (diff)
downloadeom-9dcf3c39ebde868b71b5598bc6f1399a887c94c5.tar.bz2
eom-9dcf3c39ebde868b71b5598bc6f1399a887c94c5.tar.xz
release 1.19.0v1.19.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1ecb8f8..8346173 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,36 @@
### eom 1.19.0
+ * EomThumbView: Replace deprecated gtk_menu_popup function
+ * multiple-save-as-dialog.ui: avoid deprecated widgets
+ * error-message: replace usage of GtkStock
+ * A bunch of instrospection warning fixes
+ * EomScrollView: fix override_background deprecated call
+ * EomPropertiesDialog: Fix deprecation warnings
+ * EomThumbNav: Fix deprecated function warning
+ * EomScrollView: Replace deprecated gtk_menu_popup function
+ * EomScrollView: Switch from GtkDeviceManager to GdkSeat
+ * fix typo in function annotation
+ * use different css files for < gtk+=3.20
+ * Translations update
+ * EomWindow: Set file open dialog transient for its parent window
+ * update copyright year to 2017
+ * settings: use rgb color definition as defaults
+ * UI: avoid using deprecaded widgets
+ * EomCloseConfirmationDialog: set max width chars for primary label
+ * EomCloseConfirmationDialog: Fix size request for the image list
+ * Printing paper orientation should default based on image dimensions
+ * Avoid recompressing JPEGs as PNG when printing
+ * EomFileChooser: Use MateThumbnailFactory to create preview image
+ * EomPropertiesDialog: Allow RGBA for transparent background color
+ * preferences-ui: drop usage of MateColorButton
+ * EomScrollView: Switch to GdkRGBA for background and transparent colors
+ * EomPrintPreview: Avoid unnecessary color parsing
+ * Fix a few GtkStock deprecations
+ * EomCloseConfirmationDialog: replace deprecated GTK_STOCK_DIALOG_WARNING
+ * toolbar-editor: avoid deprecated GtkAlignment
+ * Bring eom-image.c's SVG handling up to date, properly recognize svgz filetypes
+ * eom_uri_converter: GList leak fix
+
### eom 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting