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 e2ef26e91c Added an alertwindow font setting to the lookandfeel class. Made sure the ComponentListener::componentChildrenChanged is called when component z-order changes. Fix for CoreMidi output timestamps. 15 years ago
..
FilterGraph.cpp Fixed a compile error in the plugin host demo. 15 years ago
FilterGraph.h Fixed a linux time issue. Removed a blank line from the jucer's .sln file generator. Cleaned up some jucer code. 15 years ago
GraphEditorPanel.cpp Added an alertwindow font setting to the lookandfeel class. Made sure the ComponentListener::componentChildrenChanged is called when component z-order changes. Fix for CoreMidi output timestamps. 15 years ago
GraphEditorPanel.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
HostStartup.cpp The Component class no longer derives from MessageListener - this was adding a lot of overhead to each component construction/destruction, and was rarely providing any benefit. You can add it as a base class yourself if you need it. Component::isValidComponent() has now been removed - it was never 100% reliable and its job can be done better using Component::SafePointer to watch for deletions. Also minor fixes to AudioDeviceManager and Midi sysex parsing. 15 years ago
InternalFilters.cpp Changed the audio plugin host projects to be Jucer-generated. 15 years ago
InternalFilters.h Fixed a linux time issue. Removed a blank line from the jucer's .sln file generator. Cleaned up some jucer code. 15 years ago
MainHostWindow.cpp win32 font fix. Tidied up warnings in plugin host. More drawable refactoring. TabbedComponent fix. 15 years ago
MainHostWindow.h Fixed a linux time issue. Removed a blank line from the jucer's .sln file generator. Cleaned up some jucer code. 15 years ago