--- gigedit/trunk/ChangeLog 2015/09/20 10:18:22 2845 +++ gigedit/trunk/ChangeLog 2016/04/25 17:35:21 2890 @@ -4,6 +4,18 @@ * 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)