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 c8b977a482 New jucer fix. 15 years ago
Builds Big rewrite to the internals of modal components, with a new class ModalComponentManager. This now lets you use modal components asynchronously, providing an object which will receive a callback when they are dismissed, rather than using a blocking event loop. ComboBoxes and some other components now show their popups asynchronously. 15 years ago
amalgamation Big rewrite to the internals of modal components, with a new class ModalComponentManager. This now lets you use modal components asynchronously, providing an object which will receive a callback when they are dismissed, rather than using a blocking event loop. ComboBoxes and some other components now show their popups asynchronously. 15 years ago
bin Updated .gitignore 15 years ago
docs Updated changelist. 15 years ago
extras New jucer fix. 15 years ago
src Small DirectSound fix. 15 years ago
.gitignore Tidied up some filenames, cleaned up some code. Removed VoidArray class (just use Array<void*> instead) 15 years ago
Juce.jucer Big rewrite to the internals of modal components, with a new class ModalComponentManager. This now lets you use modal components asynchronously, providing an object which will receive a callback when they are dismissed, rather than using a blocking event loop. ComboBoxes and some other components now show their popups asynchronously. 15 years ago
juce.h Tweak to TextInputTarget. Code clean-ups. Jucer development. 15 years ago
juce_Config.h Reduced the dependencies of the juce demo. Jucer development. 15 years ago
juce_amalgamated.cpp Small DirectSound fix. 15 years ago
juce_amalgamated.h New methods for Path, Line, ValueTree. Changed the Graphics::fillCheckerBoard parameters to take a Rectangle object. Fixed Component::centreWithSize to handle multi-monitor setups. 15 years ago
juce_amalgamated.mm fix for a mac file bug introduced in the last check-in.. 15 years ago