--- gigedit/trunk/ChangeLog 2016/05/18 11:37:31 2919 +++ gigedit/trunk/ChangeLog 2016/10/30 17:02:51 3033 @@ -34,7 +34,21 @@ (disabled by default since it causes issues on some machines). * Fixed crash after changing a dimension type with the dimension manager dialog. - + * Script Editor: Fixed editor which did not appear on some systems due + to missing icons (using now lists of alternative icon names). + * Script Editor: Added "Font Size ..." selection to editor's menu. + * Script Editor: Fixed crash on Ctrl + A, followed by Del. + * fixed crash when opening dimension manager dialolg multiple times + (and i.e. adding or removing dimensions each time) + * Show sample group name and CRC-32 checksum on "Sample" tab. + * Show instrument index number on instruments list view. + * Added multi-row selection support on samples tree view. + * Added multi-row selection support on instruments list view. + * windows, 32-bit: fixed crashes by making sure the stack in sub + threads is 16-byte aligned + * windows: look for the data directory in the parent of the dll + directory, if the dll directory is called "32" or "64" + Version 1.0.0 (2015-07-17) * minor fix in configure for cross-compiling @@ -156,6 +170,9 @@ * Region Chooser: when moving a region around automatically move the keyboard position dependent pitch accordingly (can be turned off with "Settings"->"Move root key with region moved"). + * Added option to main menu for performing "Save" operation with a + tempoary file (may perform faster than directly modifying existing + .gig file). Version 0.2.0 (2009-07-31)