diff options
author | raveit65 <[email protected]> | 2017-05-10 22:22:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-10 22:22:02 +0200 |
commit | 79fadd6ab9e93e46b5308bc6d3838ed93f225f98 (patch) | |
tree | ff2e2d551f9534a34d112240b03d1b3063e5b83d /NEWS | |
parent | eee440a893fa8f738e25605d3549e18298fe5a90 (diff) | |
download | caja-79fadd6ab9e93e46b5308bc6d3838ed93f225f98.tar.bz2 caja-79fadd6ab9e93e46b5308bc6d3838ed93f225f98.tar.xz |
release 1.19.0v1.19.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,5 +1,31 @@ ### caja 1.19.0 + * sync with transifex + * restore DBus interface initialization + * CSS: Load a different caja-desktop.css with GTK 3.14 + * Use gtk+-3 bookmarks location + * Open With dialog: force icon size + * file: make caja_file_get_gicon return custom icons too (#765) + * Expand grid width to canvas + * update copyright year to 2017 + * use atk_component_get_extents instead of atk_component_get_position + * don't parse .hidden files manually - GIO does it since 2.36 + * don't check nonexistent MATE22_USER_DIR env var + * don't check nonexistent ~/.mate2 directory + * eel-accessibility: remove unused code and outdated comments + * show correct right-click menu after making selection + * eel: Queue resizes on the canvas as elements change visibility + * Add size_request to IconContainer to work around unncecessary relayouting + * IconCanvasItem: fix overlapping filenames on hover + * eel: remove unneeded #include with condition + * eel: remove some unused code from eel-gdk-pixbuf-extensions + * fix build warning (no const needed there) + * fix build with gcc 4.9.2 (looks like it's in c89 mode by default) + * search: added tag support (xattr::xdg.tags). + * Fix broken rename in list view by selectin file name cell. + * property-browser: add style class frame to scrolledwindows + * caja-application.c: Fix uninitialized variable + ### caja 1.18.0 * NEWS: use consistent, project wide, markdown-like formatting to make |