--- gigedit/trunk/ChangeLog 2017/05/11 11:36:33 3176 +++ gigedit/trunk/ChangeLog 2017/05/19 18:09:37 3192 @@ -87,6 +87,16 @@ * "Macro" main menu section: show macro comments as tooltip. * Macro Editor: Display demangled C++ type names. * Macros Setup: Implemented cloning of macros. + * Live mode performance optimization: fixed the editor to be non-responsive + for a very long time, which happened if changing instrument parameters of a + very large amount of dimension regions was requested. + * Macro Editor: Handle boolean parameter types appropriately, i.e. show + 'Yes' or 'NO' instead of '1' or '0'. + * GTK3: Bringing back icons and keyboard accelerators / mnemonics for menus + and buttons with GTK3; Cudos to those GTK heros who thought it might be + a clever idea to simply remove such features for all users, all devices + and all apps by default with GTK3! + * Autoconf: check for presence of at least gtk+-2.0-dev. Version 1.0.0 (2015-07-17)