| .. |
|
Introjucer
|
Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed.
|
13 years ago |
|
JuceDemo
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
13 years ago |
|
audio plugin demo
|
Removed some unnecessary files from linux plugin builds.
|
13 years ago |
|
audio plugin host
|
Changed the constness of the return type of MenuBarModel::getMenuBarNames() and MenuBarModel::getMenuForIndex(). Easy to update your code to handle this, just remove the 'const'.
|
13 years ago |
|
binarybuilder
|
Introjucer: Use of $(OutDir) in MSVC projects.
|
13 years ago |
|
browser plugin demo
|
Couple of introjucer fixes.
|
14 years ago |
|
example projects
|
Updated some project files.
|
13 years ago |
|
static library
|
Introjucer: Use of $(OutDir) in MSVC projects.
|
13 years ago |
|
the jucer
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
13 years ago |
|
windows dll
|
Updated the windows dll project.
|
13 years ago |