--- gigedit/trunk/ChangeLog 2015/08/30 10:00:49 2841 +++ gigedit/trunk/ChangeLog 2016/05/02 14:36:40 2899 @@ -1,8 +1,30 @@ Version SVN HEAD (?) - * allow building with G_DISABLE_DEPRECATED + * 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. + * User settings are now automatically saved and restored. + * Automatically save & restore window size and position. + * Script Editor: Show precise parser error/warning messages as tooltip + when the mouse points over the respective location in the script's + source code. + * Script Editor: Show a question dialog to the user when the editor is + to be closed and the script changes have not been applied yet. + * Script Editor: Added status bar at the bottom of the script editor + window showing the amount (if any) of errors and warnings. Version 1.0.0 (2015-07-17)