--- gigedit/trunk/ChangeLog 2019/01/27 10:07:56 3456 +++ gigedit/trunk/ChangeLog 2019/02/02 17:53:36 3461 @@ -20,6 +20,15 @@ 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 + * Avoid deprecated sigc++ usage Version 1.1.0 (2017-11-25)