diff options
author | raveit65 <[email protected]> | 2018-04-06 22:42:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-04-06 22:42:50 +0200 |
commit | 3f19451892020b595a80eaa480c639625e3ee931 (patch) | |
tree | bc93a433d456709350f7920720f69803fa5b2fc2 | |
parent | a58d52a7cbfdd231b38b45af78f72ab067eff302 (diff) | |
download | caja-1.20.2.tar.bz2 caja-1.20.2.tar.xz |
update NEWS for 1.20.2v1.20.2
-rw-r--r-- | NEWS | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -1,18 +1,19 @@ ### caja 1.20.2 - sidebar: Respect sidebar dimensions on HiDPI - HiDPI: Convert Pixbufs to Cairo Surfaces - general: use gdk_monitor_get_scale_factor - list-view: use the cairo surface as a drag icon - Scale screen dimensions - icon-info: hash/store icons using scale factor as well as size - file: support HiDpi for thumbnails images - properties-window: support HiDpi for the properties window icon - Support HiDpi icons - canvas-container: listen to scale factor to invalidate icons - canvas-item: use gtk_render_icon_surface for the DnD surface - desktop-canvas-view: scale desktop workarea - modify code error: end the statement with a semicolon + * Fix warnings from HiDPI commits + * sidebar: Respect sidebar dimensions on HiDPI + * HiDPI: Convert Pixbufs to Cairo Surfaces + * general: use gdk_monitor_get_scale_factor + * list-view: use the cairo surface as a drag icon + * Scale screen dimensions + * icon-info: hash/store icons using scale factor as well as size + * file: support HiDpi for thumbnails images + * properties-window: support HiDpi for the properties window icon + * Support HiDpi icons + * canvas-container: listen to scale factor to invalidate icons + * canvas-item: use gtk_render_icon_surface for the DnD surface + * desktop-canvas-view: scale desktop workarea + * modify code error: end the statement with a semicolon ### caja 1.20.1 |