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 12a6bdaa03 Couple of minor jucer tweaks. 15 years ago
Builds New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes. 15 years ago
amalgamation Cleaned up the AsyncUpdater and ChangeBroadcaster classes internally - these now have less overhead when creating and deleting them. Removed the ActionListenerList class, as all its functionality is already provided by ActionBroadcaster. 15 years ago
bin Updated .gitignore 16 years ago
docs Updated changelist. 15 years ago
extras Couple of minor jucer tweaks. 15 years ago
src Small fixes to drag-and-drop, leak detector. 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 New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes. 15 years ago
juce.h Updated ComponentDragger to handle transformed components (this required a change to its parameters). Tidied up some classes with the JUCE_DECLARE_NON_COPYABLE macro. Changed some 3rd-party include statements to use angle-bracket quotes. 15 years ago
juce_Config.h New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes. 15 years ago
juce_amalgamated.cpp Small fixes to drag-and-drop, leak detector. 15 years ago
juce_amalgamated.h Small fixes to drag-and-drop, leak detector. 15 years ago
juce_amalgamated.mm fix for a mac file bug introduced in the last check-in.. 16 years ago