--- gigedit/trunk/ChangeLog 2015/01/11 16:39:22 2697 +++ gigedit/trunk/ChangeLog 2017/05/31 21:11:56 3261 @@ -1,4 +1,115 @@ -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 + * 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. + * Script Editor: Added menu bar and two initial entries: "Apply" (Ctrl-S) + and "Close" (Ctrl-Q). + * Script Editor: if editor is used in live-mode, inform the sampler that + it needs to automatically reload the script after the script has been + altered and applied with the script editor. + * Added setting to main menu "View" -> "Auto Restore Window Dimension" + (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" + * Implemented resizing multiple dimension region zones at once, which is + controlled by the infamous checkbox trio "all regions", + "all dimension splits" and "both channels". + * Implemented deleting dimension region zones of all regions at once, which + is controlled by checkbox "all regions". + * Implemented splitting up dimension region zones of all regions at once, + which is controlled by checkbox "all regions". + * Show graphical symbol on region that uses loop(s). + * Show graphical symbol on region that misses sample reference(s). + * Fixed crash on saving file if a sample was requested to be replaced twice + by the user. + * Implemented fast navigation through regions by keyboard accelerator + Ctrl+Left and Ctrl+Right (on Mac: Cmd+Left and Cmd+Right). + * Implemented fast navigation through dimension region zones of currently + selected region by keyboard accelerator Alt+Left, Alt+Right, Alt+Up, + Alt+Down, as well as simply using the arrow keys alone if the dimension + region chooser got focus (i.e. when it was selected by mouse previously). + * Color tweaking on selected regions and selected dimension zones. + * Dimension Region Chooser: Show main selected case in opaque blue color + (like before), but all other selected dimension zones with a blue hatched + pattern instead. + * Dimension Region Chooser: Show the label of the currently selected + dimension in bold font. + * Implemented selecting multiple dimension region zones by keyboard with + keyboard accelerators Alt+Shift+Left and Alt+Shift+Right. + * Implemented copy & paste of DimensionRegion (with Alt+c and Alt+v). + * Dimension Region Chooser: Mark all zones auto selected by check box trio + with gray hatched pattern. + * Region Chooser: Mark all regions which are auto selected by check box + "All Regions" with gray hatched pattern. + * Introduced "Macro Editor" for adjusting clipboard content before applying + it (accessible via Alt+x). + * Introduced configurable list of macros which are auto assigned to keyboard + accelerators (F1 ... F12) and saved along with the app's config file. + * Macro Editor: Fixed deleting rows when delete button was hit without Ctrl + being pressed. + * Macro Editor: Show combo box with textual options for enum types. + * "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. + * Instruments list view: show amount of real-time instruments scripts used + by instrument. + * Script Editor: Fixed Gtk crash while entering a variety of ill formed code + like unterminated string literals. + * Assigned more useful default dimensions (and default position) for various + windows and dialogs (if auto-restore of user's own custom window + dimensions is disabled). + * Mac fix: Make sure app window appears in front of all other apps. + * Script Editor: only if compiled without liblinuxsampler; added support for + new NKSP language keyword "synchronized". + +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 @@ -107,6 +218,20 @@ 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"). + * 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)