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 841a6665bd Minor string literal tidy-ups. 16 years ago
..
juce_Application.cpp Minor string literal tidy-ups. 16 years ago
juce_Application.h Minor string literal tidy-ups. 16 years ago
juce_ApplicationCommandID.h Rearranged the layout of the source tree, giving it a slightly flatter directory structure. Also fixed a small bug with DragAndDropComponents that was stopping the toolbar customisation working properly. 16 years ago
juce_ApplicationCommandInfo.cpp Rearranged the layout of the source tree, giving it a slightly flatter directory structure. Also fixed a small bug with DragAndDropComponents that was stopping the toolbar customisation working properly. 16 years ago
juce_ApplicationCommandInfo.h Minor string literal tidy-ups. 16 years ago
juce_ApplicationCommandManager.cpp Added ListenerList class and changed some components to use it for their listener dispatching. Sorted out bug in popup menus and win32 mouse wheel. 16 years ago
juce_ApplicationCommandManager.h Minor code style tweaks. 16 years ago
juce_ApplicationCommandTarget.cpp Clean-ups and small fix for plugin hosting classes. 16 years ago
juce_ApplicationCommandTarget.h Change posix juce_readFile to always return >= 0. Sorted out a casting error in carbon AU plugins. Tidied up a bunch of win32 warnings. 16 years ago
juce_ApplicationProperties.cpp New class: ScopedPointer, which auto-releases a pointer when it goes out of scope. I've used this extensively to replace a lot of pointer deletions with more RAII-style patterns. 16 years ago
juce_ApplicationProperties.h Minor code style tweaks. 16 years ago