--- gigedit/trunk/ChangeLog 2019/01/31 18:43:09 3458 +++ gigedit/trunk/ChangeLog 2019/08/24 13:42:17 3566 @@ -1,5 +1,10 @@ Version SVN trunk (?) + * Script Editor: Added syntax highlighting support for standard measurement + units (and their potential metric prefix). + +Version 1.1.1 (2019-07-27) + * Script Editor: Fixed some minor issues with vertical line number bar (which was editable, selectable and incorrectly displayed on new scripts). * Translation Fix: MacroEditor.cpp and MacrosSetup.cpp were not under @@ -21,6 +26,27 @@ * 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 + * Fix build on old linux environments + * Enable "silent rules" in build + * Fix memory read access bug + * Refactor code: add common base class for Loader and Saver + * Fix resource leak: join loader and saver threads after use + * Use std::thread when building with newer glibmm, as Glib::Thread is + deprecated + * Fix bug that left the main window in a greyed out state after + opening a small gig file + * Set gtk settings a bit later to prevent warnings + * Use standard name for gdk pixbuf module file on Mac + * Look for locale files under directory share on Mac + * Support bundled gtk3 on Mac Version 1.1.0 (2017-11-25)