The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Storer
b74398dfdf
Fixed a compile error in the plugin host demo.
|
15 years ago |
| .. |
|
application
|
Minor code clean-ups.
|
15 years ago |
|
audio
|
Fixed a compile error in the plugin host demo.
|
15 years ago |
|
containers
|
Minor code clean-ups
|
15 years ago |
|
core
|
Minor code clean-ups
|
15 years ago |
|
cryptography
|
Minor code clean-ups.
|
15 years ago |
|
events
|
Minor code clean-ups
|
15 years ago |
|
gui
|
Minor code clean-ups
|
15 years ago |
|
io
|
Minor code clean-ups
|
15 years ago |
|
native
|
Minor code clean-ups
|
15 years ago |
|
text
|
Minor code clean-ups.
|
15 years ago |
|
threads
|
Fixed a couple of MSVC compile errors.
|
15 years ago |
|
utilities
|
Small changes to Expression, TreeView, FileBasedDocument.
|
15 years ago |
|
juce_DefineMacros.h
|
Mouse fix for audio plugins in Muse Receptor. Fixed DrawableText constructor.
|
15 years ago |
|
juce_WithoutMacros.h
|
Copyright notice update.
|
16 years ago |
|
juce_app_includes.h
|
Tidied up a bunch of listener classes, making them child classes - e.g. ButtonListener becomes Button::Listener. Did this for ComboBox, Button, CameraDevice, Label, ScrollBar, Slider, TextEditor, TableHeaderComponent. (There are typedefs to make sure old code still works, though I might remove those in the future).
|
15 years ago |
|
juce_core_includes.h
|
Documentation fixes. Mac OpenGL fix. PositionableAudioSource tweak. Added new class: Expression, and changed RelativeCoordinate to use an Expression to store its position.
|
15 years ago |