--- gigedit/trunk/ChangeLog 2018/01/03 13:29:55 3403 +++ gigedit/trunk/ChangeLog 2019/02/02 07:48:50 3460 @@ -4,6 +4,30 @@ (which was editable, selectable and incorrectly displayed on new scripts). * Translation Fix: MacroEditor.cpp and MacrosSetup.cpp were not under translation control. + * Spelling fixes (patch provided by Debian maintainer Jaromír Mikeš). + * Added new main menu item "View" -> "Tooltips for Beginners" which allows + to disable tooltips intended for newbies only (default: on). + * Extended support for keyboard function keys up to F19. + * List assigned scripts as colored tooltip when hovering mouse over the + "Scripts" column in the instruments list. + * Added global keyboard accelerator Shift + Backspace for dropping all script + slots from an instrument. + * Added option to save as gig v4 file (File -> Properties). + * Fixed duplicate items in File -> Properties -> "File Format" combo box. + * GIG SOUND FORMAT EXTENSION: Added combo box "Sustain Release Trigger" which + can be used to optionally play release trigger samples on sustain pedal up. + * GIG SOUND FORMAT EXTENSION: Added check box "No note-off release trigger" + which allows to disable release trigger samples on regular MIDI note-off. + * Fixed compiler errors with Gtk 3.24.x (patch by Miroslav Šulc). + * Fixed some compiler warnings + * Avoid non-standard offsetof usage (to get rid of gcc warnings) + * Use GDK Seat API if available to grab pointer + * Improve version checks for pangomm + * Fix the instrument list tooltip handling so it doesn't generate + GTK assertion error messages + * Use English quotation marks in tooltips instead of German + * Use multiple columns in controller value popups, as tall popup + menus work really badly in some GTK environments Version 1.1.0 (2017-11-25)