1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. https://juce.com
Find a file
2010-06-17 14:34:16 +01:00
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. 2010-06-13 19:09:20 +01:00
bin Updated .gitignore 2009-08-27 20:07:12 +01:00
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. 2010-06-13 19:09:20 +01:00
docs Updated changelist. 2010-04-23 13:56:53 +01:00
extras Minor correction to jucer. 2010-06-17 14:34:16 +01:00
src Reorganised the Jucer project structure. 2010-06-17 12:22:03 +01:00
.gitignore Tidied up some filenames, cleaned up some code. Removed VoidArray class (just use Array<void*> instead) 2010-05-14 15:18:44 +01:00
juce.h Tweak to TextInputTarget. Code clean-ups. Jucer development. 2010-04-30 11:00:38 +01:00
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. 2010-06-13 19:09:20 +01:00
juce_amalgamated.cpp Added a few methods to Rectangle. Small fix for ValueTrees. 2010-06-16 10:55:00 +01:00
juce_amalgamated.h Added a few methods to Rectangle. Small fix for ValueTrees. 2010-06-16 10:55:00 +01:00
juce_amalgamated.mm fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00
juce_Config.h Reduced the dependencies of the juce demo. Jucer development. 2010-04-26 13:08:22 +01:00