--- gigedit/trunk/ChangeLog 2014/06/12 15:12:00 2626 +++ gigedit/trunk/ChangeLog 2016/04/25 17:35:21 2890 @@ -1,4 +1,24 @@ -Version CVS HEAD (?) +Version SVN HEAD (?) + + * allow building with G/GDK/GTK_DISABLE_DEPRECATED + * fixed building without linuxsampler on Mac + * fixed some compiler and cppcheck warnings + * avoid using gtk stock items, as they are deprecated in gtk 3.10 + * synthesis paremeter page tabs are now scrollable (fixes an issue with + GTK 3: default theme uses huge tabs which breaks the overall layout on + average window sizes) + * Automake: set environment variable GCC_COLORS=auto to allow GCC to + auto detect whether it (sh/c)ould output its messages in color. + * NKSP Editor: Added support for liblinuxsampler's NKSP syntax + highlighting backend. + * Script Editor: Some color tweaks (using now same text colors as on + the NKSP refrence documentation website). + * Script Editor: Added support for liblinuxsampler's NKSP parser + backend for displaying parser errors and warnings directly within + the source code. + +Version 1.0.0 (2015-07-17) + * minor fix in configure for cross-compiling * minor Makefile fix for parallel make * use Cairo instead of deprecated gdk drawing primitives @@ -88,6 +108,36 @@ dimension zones, not just the currently selected ones. * Dimension Region Selector: Fixed drawing issues when zone sizes were altered by mouse drag and labels being displayed at wrong positions. + * Region Chooser: Double click opens dimension manager dialog. + * Dimension Manager: Clicking on dimension type cell of an existing dimension + opens a popup to alter the dimension type. + * Script Tree: Double click opens script editor. + * Fixed potential crash if exception was thrown while opening a gig file. + * Added support for visual progress bar while saving a gig file. + * Automatically switch the sampler's (audible) instrument whenever another + instrument was selected in gigedit (this default behavior can be switched + off in the settings menu of gigedit). + * Dimension Region Editor: Show coarse sample format info (audio channels, + bit depth, sample rate) and unique sample ID (since the gig format allows + different samples to have the same name). + * Dimension Region Editor: Added button "Select Sample" on the sample tab, + which allows to conveniently select the dimension region's sample on the + left hand side's samples tree view. + * Sample Referenve View Dialog: Clicking on a reference in the list closes + the dialog and jumps directly to the respective instrument, region and + dimension region the respective sample reference is located at. + * Fixed instruments, samples and scripts to appear twice after save. + * Implemented reordering of instruments by drag & drop. + * Implemented replacing of existing samples. + * Added "X" button next to sample reference field, which allows to remove + the current sample reference, allowing to create a "silent case" where + no sample shall be played. + * Fixed file name disappearing from title bar on certain actions. + * Added new menu item "View"->"Refresh All". + * Added new menu item "Samples"->"Remove Unused Samples". + * 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"). Version 0.2.0 (2009-07-31)