# HG changeset patch # User Santeri Piippo # Date 1389621631 -7200 # Node ID 356772d527cc7c29b4b146d3832559a1ed44d79e # Parent cd0cbf091b83a787d394fa8fe349b9295840ebf2 - changed the default color toolbar diff -r cd0cbf091b83 -r 356772d527cc changelog.txt --- a/changelog.txt Mon Jan 13 10:10:32 2014 +0200 +++ b/changelog.txt Mon Jan 13 16:00:31 2014 +0200 @@ -53,6 +53,7 @@ and the algorithm can terminate early, hopefully this will save a few cycles on large parts. - The camera icons now draw real tooltips instead of emulated ones. - Color icon border now reflects the color's edge color. +- Changed the default color toolbar to have a wider range of colors. No need for transparent ones. - Fixed: When rotating subfiles, the scale was treated incorrectly due to bad operand order in matrix multiplication, causing unwanted morphing. - [Linux] Fixed: If an external program is attempted to be launched requiring Wine but with Wine missing, diff -r cd0cbf091b83 -r 356772d527cc src/gui.cc --- a/src/gui.cc Mon Jan 13 10:10:32 2014 +0200 +++ b/src/gui.cc Mon Jan 13 16:00:31 2014 +0200 @@ -54,7 +54,7 @@ static bool g_isSelectionLocked = false; cfg (Bool, lv_colorize, true); -cfg (String, gui_colortoolbar, "16:24:|:1:2:4:14:0:15:|:33:34:36:46"); +cfg (String, gui_colortoolbar, "16:24:|:4:25:14:27:2:3:11:1:22:|:0:72:71:15"); cfg (Bool, gui_implicitfiles, false); extern_cfg (List, io_recentfiles); extern_cfg (Bool, gl_axes);