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 5d5aa37475 Fixed a couple of bugs in TableListBox and FileListComponent. 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 16 years ago
docs Updated changelist. 15 years ago
extras Changes to relative coordinate classes. Fix for jucer include file. 15 years ago
src Fixed a couple of bugs in TableListBox and FileListComponent. 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 Fixed a couple of bugs in TableListBox and FileListComponent. 15 years ago
juce_amalgamated.h Fixed a couple of bugs in TableListBox and FileListComponent. 15 years ago
juce_amalgamated.mm fix for a mac file bug introduced in the last check-in.. 16 years ago