1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
jules 2007-07-16 17:33:42 +00:00
parent 415b8a46c0
commit ad1c2b740b
12 changed files with 292 additions and 55 deletions

View file

@ -15,6 +15,7 @@ Changelist for version 1.44
- added some virtual methods to TextEditor to allow customisation of its popup menu.
- added a Component::setExplicitFocusOrder() method for specifying the order in which components have their focus traversed, and added Jucer support for setting this value.
- made slider skew factor editable in the jucer
- added a background thread to the MidiOutput class, so it can be given a batch of midi events and will dispatch them itself based on their timestamps.
==============================================================================
Changelist for version 1.43