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

Diff of /gigedit/trunk/ChangeLog

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

revision 2151 by persson, Sun Nov 21 12:38:41 2010 UTC revision 3566 by schoenebeck, Sat Aug 24 13:42:17 2019 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version SVN trunk (?)
2    
3      * Script Editor: Added syntax highlighting support for standard measurement
4        units (and their potential metric prefix).
5    
6    Version 1.1.1 (2019-07-27)
7    
8      * Script Editor: Fixed some minor issues with vertical line number bar
9        (which was editable, selectable and incorrectly displayed on new scripts).
10      * Translation Fix: MacroEditor.cpp and MacrosSetup.cpp were not under
11        translation control.
12      * Spelling fixes (patch provided by Debian maintainer Jaromír Mikeš).
13      * Added new main menu item "View" -> "Tooltips for Beginners" which allows
14        to disable tooltips intended for newbies only (default: on).
15      * Extended support for keyboard function keys up to F19.
16      * List assigned scripts as colored tooltip when hovering mouse over the
17        "Scripts" column in the instruments list.
18      * Added global keyboard accelerator Shift + Backspace for dropping all script
19        slots from an instrument.
20      * Added option to save as gig v4 file (File -> Properties).
21      * Fixed duplicate items in File -> Properties -> "File Format" combo box.
22      * GIG SOUND FORMAT EXTENSION: Added combo box "Sustain Release Trigger" which
23        can be used to optionally play release trigger samples on sustain pedal up.
24      * GIG SOUND FORMAT EXTENSION: Added check box "No note-off release trigger"
25        which allows to disable release trigger samples on regular MIDI note-off.
26      * Fixed compiler errors with Gtk 3.24.x (patch by Miroslav Šulc).
27      * Fixed some compiler warnings
28      * Avoid non-standard offsetof usage (to get rid of gcc warnings)
29      * Use GDK Seat API if available to grab pointer
30      * Improve version checks for pangomm
31      * Fix the instrument list tooltip handling so it doesn't generate
32        GTK assertion error messages
33      * Use English quotation marks in tooltips instead of German
34      * Use multiple columns in controller value popups, as tall popup
35        menus work really badly in some GTK environments
36      * Avoid deprecated sigc++ usage
37      * Fix build on old linux environments
38      * Enable "silent rules" in build
39      * Fix memory read access bug
40      * Refactor code: add common base class for Loader and Saver
41      * Fix resource leak: join loader and saver threads after use
42      * Use std::thread when building with newer glibmm, as Glib::Thread is
43        deprecated
44      * Fix bug that left the main window in a greyed out state after
45        opening a small gig file
46      * Set gtk settings a bit later to prevent warnings
47      * Use standard name for gdk pixbuf module file on Mac
48      * Look for locale files under directory share on Mac
49      * Support bundled gtk3 on Mac
50    
51    Version 1.1.0 (2017-11-25)
52    
53      * allow building with G/GDK/GTK_DISABLE_DEPRECATED
54      * fixed building without linuxsampler on Mac
55      * fixed some compiler and cppcheck warnings
56      * synthesis paremeter page tabs are now scrollable (fixes an issue with
57        GTK 3: default theme uses huge tabs which breaks the overall layout on
58        average window sizes)
59      * Automake: set environment variable GCC_COLORS=auto to allow GCC to
60        auto detect whether it (sh/c)ould output its messages in color.
61      * NKSP Editor: Added support for liblinuxsampler's NKSP syntax
62        highlighting backend.
63      * Script Editor: Some color tweaks (using now same text colors as on
64        the NKSP refrence documentation website).
65      * Script Editor: Added support for liblinuxsampler's NKSP parser
66        backend for displaying parser errors and warnings directly within
67        the source code.
68      * User settings are now automatically saved and restored.
69      * Automatically save & restore window size and position.
70      * Script Editor: Show precise parser error/warning messages as tooltip
71        when the mouse points over the respective location in the script's
72        source code.
73      * Script Editor: Show a question dialog to the user when the editor is
74        to be closed and the script changes have not been applied yet.
75      * Script Editor: Added status bar at the bottom of the script editor
76        window showing the amount (if any) of errors and warnings.
77      * Script Editor: Added menu bar and two initial entries: "Apply" (Ctrl-S)
78        and "Close" (Ctrl-Q).
79      * Script Editor: if editor is used in live-mode, inform the sampler that
80        it needs to automatically reload the script after the script has been
81        altered and applied with the script editor.
82      * Added setting to main menu "View" -> "Auto Restore Window Dimension"
83        (disabled by default since it causes issues on some machines).
84      * Fixed crash after changing a dimension type with the dimension manager
85        dialog.
86      * Script Editor: Fixed editor which did not appear on some systems due
87        to missing icons (using now lists of alternative icon names).
88      * Script Editor: Added "Font Size ..." selection to editor's menu.
89      * Script Editor: Fixed crash on Ctrl + A, followed by Del.
90      * fixed crash when opening dimension manager dialolg multiple times
91        (and i.e. adding or removing dimensions each time)
92      * Show sample group name and CRC-32 checksum on "Sample" tab.
93      * Show instrument index number on instruments list view.
94      * Added multi-row selection support on samples tree view.
95      * Added multi-row selection support on instruments list view.
96      * windows, 32-bit: fixed crashes by making sure the stack in sub
97        threads is 16-byte aligned
98      * windows: look for the data directory in the parent of the dll
99        directory, if the dll directory is called "32" or "64"
100      * Implemented resizing multiple dimension region zones at once, which is
101        controlled by the infamous checkbox trio "all regions",
102        "all dimension splits" and "both channels".
103      * Implemented deleting dimension region zones of all regions at once, which
104        is controlled by checkbox "all regions".
105      * Implemented splitting up dimension region zones of all regions at once,
106        which is controlled by checkbox "all regions".
107      * Show graphical symbol on region that uses loop(s).
108      * Show graphical symbol on region that misses sample reference(s).
109      * Fixed crash on saving file if a sample was requested to be replaced twice
110        by the user.
111      * Implemented fast navigation through regions by keyboard accelerator
112        Ctrl+Left and Ctrl+Right (on Mac: Cmd+Left and Cmd+Right).
113      * Implemented fast navigation through dimension region zones of currently
114        selected region by keyboard accelerator Alt+Left, Alt+Right, Alt+Up,
115        Alt+Down, as well as simply using the arrow keys alone if the dimension
116        region chooser got focus (i.e. when it was selected by mouse previously).
117      * Color tweaking on selected regions and selected dimension zones.
118      * Dimension Region Chooser: Show main selected case in opaque blue color
119        (like before), but all other selected dimension zones with a blue hatched
120        pattern instead.
121      * Dimension Region Chooser: Show the label of the currently selected
122        dimension in bold font.
123      * Implemented selecting multiple dimension region zones by keyboard with
124        keyboard accelerators Alt+Shift+Left and Alt+Shift+Right.
125      * Implemented copy & paste of DimensionRegion (with Alt+c and Alt+v).
126      * Dimension Region Chooser: Mark all zones auto selected by check box trio
127        with gray hatched pattern.
128      * Region Chooser: Mark all regions which are auto selected by check box
129        "All Regions" with gray hatched pattern.
130      * Introduced "Macro Editor" for adjusting clipboard content before applying
131        it (accessible via Alt+x).
132      * Introduced configurable list of macros which are auto assigned to keyboard
133        accelerators (F1 ... F12) and saved along with the app's config file.
134      * Macro Editor: Fixed deleting rows when delete button was hit without Ctrl
135        being pressed.
136      * Macro Editor: Show combo box with textual options for enum types.
137      * "Macro" main menu section: show macro comments as tooltip.
138      * Macro Editor: Display demangled C++ type names.
139      * Macros Setup: Implemented cloning of macros.
140      * Live mode performance optimization: fixed the editor to be non-responsive
141        for a very long time, which happened if changing instrument parameters of a
142        very large amount of dimension regions was requested.
143      * Macro Editor: Handle boolean parameter types appropriately, i.e. show
144        'Yes' or 'NO' instead of '1' or '0'.
145      * GTK3: Bringing back icons and keyboard accelerators / mnemonics for menus
146        and buttons with GTK3; Cudos to those GTK heros who thought it might be
147        a clever idea to simply remove such features for all users, all devices
148        and all apps by default with GTK3!
149      * Autoconf: check for presence of at least gtk+-2.0-dev.
150      * Instruments list view: show amount of real-time instruments scripts used
151        by instrument.
152      * Script Editor: Fixed Gtk crash while entering a variety of ill formed code
153        like unterminated string literals.
154      * Assigned more useful default dimensions (and default position) for various
155        windows and dialogs (if auto-restore of user's own custom window
156        dimensions is disabled).
157      * Mac fix: Make sure app window appears in front of all other apps.
158      * Script Editor: only if compiled without liblinuxsampler; added support for
159        new NKSP language keyword "synchronized".
160      * Script Editor: strike through code blocks filtered out by the preprocessor.
161      * Combine Tool: Show instruments' index number in the list view.
162      * Combine Tool: Now it allows to select the instruments to be combined
163        already in the main window's instruments list view; then either call the
164        combine instrument dialog from the main menu or use the new keyboard
165        shortcut Ctrl + j.
166      * Combine Tool: Added a vertical list which represents the order of the
167        selected instruments to be combined; dragging them modifies their order.
168      * Combine Tool: After returning from the combine tool dialog, automatically
169        scroll to the newly added (combined) instrument.
170      * Draw icons on individual dimension region zones, similar to the icons
171        already been drawn on regions.
172      * Fixed loop and sample reference icons being displayed incorrectly sometimes,
173        because unused dimension regions were not ignored.
174      * Script Editor: Show line numbers.
175      * Script Editor: Right aligned line numbers.
176      * Script Editor: Fixed font readability issue on Mac.
177      * Added EG state machine options for EG1 and EG2, which may be used to
178        configure whether the individual EG stages may be cancelled.
179      * Fix: after the combine instruments dialog, the new instrument was not
180        correctly displayed by the GUI as being selected.
181      * Fix: automatically reload instrument after script slots have been modified.
182      * Combine Tool: OK button has focus now by default to quickly combine
183        instruments by pressing Return key.
184      * Added keyboard accelerators Shift+F1 to Shift+F12 for quick assigning
185        a script to the currently selected instrument, and an appropriate
186        additional menu "Instruments" -> "Assign Script".
187      * Added keyboard accelerators Ctrl + Arrow Down and Ctrl + Arrow Up for
188        switching between instruments.
189      * Added search filter field which allows to quickly filter the instrument
190        list by case insensitive search tokens.
191      * Fix: navigating between dimension zones by keyboard did sometimes not
192        work after switching from an instrument with different dimension types.
193      * Fix: Sample references view dialog had some odd behaviors, like it did not
194        respond to mouse scroll events for instance.
195      * Debian: Raised Debian compatibility level to Debian 9 "Stretch".
196      * Raised max. pitchbend range to 48 semi tones.
197      * Added experimental support for upcoming GTK(MM)4
198        (for now up to GTKMM 3.91.2 while still preserving backward compatibility
199        down to GTKMM 2).
200      * Re-merged r2845 to compile now with and without Gtk "Stock ID" API
201        (see also r3158).
202      * Visual cosmetics on Gtk 3.
203      * Script Editor: Use consistent font size on all screens and DPI settings.
204    
205    Version 1.0.0 (2015-07-17)
206    
207    * minor fix in configure for cross-compiling    * minor fix in configure for cross-compiling
208    * minor Makefile fix for parallel make    * minor Makefile fix for parallel make
209    * use Cairo instead of deprecated gdk drawing primitives    * use Cairo instead of deprecated gdk drawing primitives
210    * avoid deprecated gtk methods when using newer gtk versions    * avoid deprecated gtk methods when using newer gtk versions
211    * raised minimum supported gtkmm version to 2.8    * raised minimum supported gtkmm version to 2.8
212      * ported to gtkmm 3, keeping compatibility with gtkmm 2
213      * gtkmm 3 fix: rewrote the custom widgets (regionchooser and
214        dimregionchooser) so they only draw pixels in the on_draw
215        method. This should make them work again in newer gtkmm 3
216        environments.
217      * added support for new glibmm threads API
218      * gtkmm 3 fix: the WrapLabel custom widget is not needed in gtkmm 3
219      * fixed building on Debian testing (#186)
220      * modernized configure script
221      * added graphical curves for velocity response and crossfade
222      * added "Duplicate Instrument" function
223      * fixed import of 32 bit float wav files
224      * code refactoring: created a PropEdit class for property editor
225        windows, moved Table class from mainwindow to paramedit
226      * minor gui tweaks: made note entry fields a bit wider, set a
227        minimum width for scales
228      * bug fix: avoid stale information in the instrument properties
229        window when a new file is loaded or the instrument is removed
230      * cross fade graph: draw curves of all layers in the same graph
231      * made sure the instruments menu is updated when instruments are
232        added, removed or renamed
233      * fixed name entry field in instrument properties window
234      * use character encoding Windows-1252 for all strings in gig files
235      * show dimension zone start and end as numeric text labels
236      * copying sample informations automatically may now be disabled from the
237        new "Edit" main menu
238      * import 'fine tune' when importing samples with libsndfile
239      * Mac OS X: initialize gtk and gettext with files from base
240        directory of the libgigedit library
241      * Mac OS X: fixed "recently used" in file dialogs
242      * Mac OS X: avoid crash when starting gigedit as an application
243        bundle
244      * Mac OS X: try to launch the GUI on the process's "main" thread
245      * show build date and libgig version number in about dialog
246      * added dialog for editing the CtrlTrigger and Legato midi rules
247      * if there is no region yet, show a red hint text to the user that he may
248        right click on the region chooser area to add a region
249      * added tooltips to main menu entries (was buggy before)
250      * added tooltips to instruments tree view and samples tree view
251      * added various tooltips and adjusted some labels on the region settings
252        pane
253      * GIG SOUND FORMAT EXTENSION: only a small set of possible MIDI controllers
254        was selectable for EG1 controller, EG2 controller and attenuation
255        controller (and no CC number was shown in the combo box). Obviously the
256        additional MIDI controllers can only be used with LinuxSampler, they would
257        not work with Gigasampler/GigaStudio. A warning message will be shown
258        though whenever somebody tries to use one of those extension controllers.
259      * Combine instruments: a new feature that allows to merge a selection of
260        instruments to one new single instrument. It uses the 'layer' dimension
261        to stack up the instruments. This feature is available from the main menu
262        under 'Tools' -> 'Combine Instruments'.
263      * Dimension zone amount: Support for increasing and decreasing the amount of
264        dimension zones by right clicking on the respective zone and either
265        selecting "delete" or "split" in the popup menu.
266      * Combine instruments: generalized this tool to allow combining instruments
267        based on any dimension, not only the 'layer' dimension.
268      * 'Dimension Manager' dialog: show dialog window with at least 460x300px on
269        initial usage (was far too small by default).
270      * File Property Dialog: allow viewing and altering the Giga file format
271        version (by combo box).
272      * 'Dimension Manager' dialog: added support for viewing and editing
273        dimensions of all regions simultaniously.
274      * GIG SOUND FORMAT EXTENSION: Added support for managing and editing
275        real-time instrument scripts. Instrument scripts are a LinuxSampler
276        extension of the original Giga format and will not load with the
277        GigaStudio software.
278      * GIG SOUND FORMAT EXTENSION: Added support for managing script slots for
279        instruments. Script slots define which scripts shall be executed for an
280        instrument by the sampler and in which order.
281      * Samples tree view on main window: display the amount of references for
282        each sample and show the respective sample in gray color in case it is not
283        referenced at all.
284      * Samples tree view: implemented sample reference browser, which shows a
285        tree with all instruments and their respective regions which reference the
286        selected sample once ore more.
287      * Restructured main menu: duplicated all popup menus to the main menu,
288        automatically switch to the right tree view tab when either selecting the
289        "Sample", "Instrument" or "Script" main menu entry.
290      * Dimension Region Selector: implemented multi zone selection by press and
291        hold CTRL key.
292      * Dimension Region Selector: show bottom and upper limit values for all
293        dimension zones, not just the currently selected ones.
294      * Dimension Region Selector: Fixed drawing issues when zone sizes were
295        altered by mouse drag and labels being displayed at wrong positions.
296      * Region Chooser: Double click opens dimension manager dialog.
297      * Dimension Manager: Clicking on dimension type cell of an existing dimension
298        opens a popup to alter the dimension type.
299      * Script Tree: Double click opens script editor.
300      * Fixed potential crash if exception was thrown while opening a gig file.
301      * Added support for visual progress bar while saving a gig file.
302      * Automatically switch the sampler's (audible) instrument whenever another
303        instrument was selected in gigedit (this default behavior can be switched
304        off in the settings menu of gigedit).
305      * Dimension Region Editor: Show coarse sample format info (audio channels,
306        bit depth, sample rate) and unique sample ID (since the gig format allows
307        different samples to have the same name).
308      * Dimension Region Editor: Added button "Select Sample" on the sample tab,
309        which allows to conveniently select the dimension region's sample on the
310        left hand side's samples tree view.
311      * Sample Referenve View Dialog: Clicking on a reference in the list closes
312        the dialog and jumps directly to the respective instrument, region and
313        dimension region the respective sample reference is located at.
314      * Fixed instruments, samples and scripts to appear twice after save.
315      * Implemented reordering of instruments by drag & drop.
316      * Implemented replacing of existing samples.
317      * Added "X" button next to sample reference field, which allows to remove
318        the current sample reference, allowing to create a "silent case" where
319        no sample shall be played.
320      * Fixed file name disappearing from title bar on certain actions.
321      * Added new menu item "View"->"Refresh All".
322      * Added new menu item "Samples"->"Remove Unused Samples".
323      * Region Chooser: when moving a region around automatically move the
324        keyboard position dependent pitch accordingly (can be turned off with
325        "Settings"->"Move root key with region moved").
326      * Added option to main menu for performing "Save" operation with a
327        tempoary file (may perform faster than directly modifying existing
328        .gig file).
329    
330  Version 0.2.0 (2009-07-31)  Version 0.2.0 (2009-07-31)
331    

Legend:
Removed from v.2151  
changed lines
  Added in v.3566

  ViewVC Help
Powered by ViewVC