/[svn]/gigedit/trunk/ChangeLog
ViewVC logotype

Diff of /gigedit/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3154 by schoenebeck, Sat May 6 13:46:14 2017 UTC revision 3340 by schoenebeck, Mon Jul 31 11:20:18 2017 UTC
# Line 3  Version SVN HEAD (?) Line 3  Version SVN HEAD (?)
3    * allow building with G/GDK/GTK_DISABLE_DEPRECATED    * allow building with G/GDK/GTK_DISABLE_DEPRECATED
4    * fixed building without linuxsampler on Mac    * fixed building without linuxsampler on Mac
5    * fixed some compiler and cppcheck warnings    * fixed some compiler and cppcheck warnings
   * avoid using gtk stock items, as they are deprecated in gtk 3.10  
6    * synthesis paremeter page tabs are now scrollable (fixes an issue with    * synthesis paremeter page tabs are now scrollable (fixes an issue with
7      GTK 3: default theme uses huge tabs which breaks the overall layout on      GTK 3: default theme uses huge tabs which breaks the overall layout on
8      average window sizes)      average window sizes)
# Line 80  Version SVN HEAD (?) Line 79  Version SVN HEAD (?)
79      "All Regions" with gray hatched pattern.      "All Regions" with gray hatched pattern.
80    * Introduced "Macro Editor" for adjusting clipboard content before applying    * Introduced "Macro Editor" for adjusting clipboard content before applying
81      it (accessible via Alt+x).      it (accessible via Alt+x).
82      * Introduced configurable list of macros which are auto assigned to keyboard
83        accelerators (F1 ... F12) and saved along with the app's config file.
84      * Macro Editor: Fixed deleting rows when delete button was hit without Ctrl
85        being pressed.
86      * Macro Editor: Show combo box with textual options for enum types.
87      * "Macro" main menu section: show macro comments as tooltip.
88      * Macro Editor: Display demangled C++ type names.
89      * Macros Setup: Implemented cloning of macros.
90      * Live mode performance optimization: fixed the editor to be non-responsive
91        for a very long time, which happened if changing instrument parameters of a
92        very large amount of dimension regions was requested.
93      * Macro Editor: Handle boolean parameter types appropriately, i.e. show
94        'Yes' or 'NO' instead of '1' or '0'.
95      * GTK3: Bringing back icons and keyboard accelerators / mnemonics for menus
96        and buttons with GTK3; Cudos to those GTK heros who thought it might be
97        a clever idea to simply remove such features for all users, all devices
98        and all apps by default with GTK3!
99      * Autoconf: check for presence of at least gtk+-2.0-dev.
100      * Instruments list view: show amount of real-time instruments scripts used
101        by instrument.
102      * Script Editor: Fixed Gtk crash while entering a variety of ill formed code
103        like unterminated string literals.
104      * Assigned more useful default dimensions (and default position) for various
105        windows and dialogs (if auto-restore of user's own custom window
106        dimensions is disabled).
107      * Mac fix: Make sure app window appears in front of all other apps.
108      * Script Editor: only if compiled without liblinuxsampler; added support for
109        new NKSP language keyword "synchronized".
110      * Script Editor: strike through code blocks filtered out by the preprocessor.
111      * Combine Tool: Show instruments' index number in the list view.
112      * Combine Tool: Now it allows to select the instruments to be combined
113        already in the main window's instruments list view; then either call the
114        combine instrument dialog from the main menu or use the new keyboard
115        shortcut Ctrl + j.
116      * Combine Tool: Added a vertical list which represents the order of the
117        selected instruments to be combined; dragging them modifies their order.
118      * Combine Tool: After returning from the combine tool dialog, automatically
119        scroll to the newly added (combined) instrument.
120      * Draw icons on individual dimension region zones, similar to the icons
121        already been drawn on regions.
122      * Fixed loop and sample reference icons being displayed incorrectly sometimes,
123        because unused dimension regions were not ignored.
124      * Script Editor: Show line numbers.
125      * Script Editor: Right aligned line numbers.
126      * Script Editor: Fixed font readability issue on Mac.
127      * Added EG state machine options for EG1 and EG2, which may be used to
128        configure whether the individual EG stages may be cancelled.
129      * Fix: after the combine instruments dialog, the new instrument was not
130        correctly displayed by the GUI as being selected.
131      * Fix: automatically reload instrument after script slots have been modified.
132      * Combine Tool: OK button has focus now by default to quickly combine
133        instruments by pressing Return key.
134      * Added keyboard accelerators Shift+F1 to Shift+F12 for quick assigning
135        a script to the currently selected instrument, and an appropriate
136        additional menu "Instruments" -> "Assign Script".
137      * Added keyboard accelerators Ctrl + Arrow Down and Ctrl + Arrow Up for
138        switching between instruments.
139      * Added search filter field which allows to quickly filter the instrument
140        list by case insensitive search tokens.
141      * Fix: navigating between dimension zones by keyboard did sometimes not
142        work after switching from an instrument with different dimension types.
143      * Fix: Sample references view dialog had some odd behaviors, like it did not
144        respond to mouse scroll events for instance.
145    
146  Version 1.0.0 (2015-07-17)  Version 1.0.0 (2015-07-17)
147    

Legend:
Removed from v.3154  
changed lines
  Added in v.3340

  ViewVC Help
Powered by ViewVC