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.
jules 9afac59a60 Introjucer: dragging exporter treeview fix. Audio plugin demo algorithm fix. 13 years ago
..
juce_AlertWindow.cpp Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 13 years ago
juce_AlertWindow.h AlertWindow layout fix. 13 years ago
juce_CallOutBox.cpp New methods for Graphics, CallOutBox. 13 years ago
juce_CallOutBox.h New methods for Graphics, CallOutBox. 13 years ago
juce_ComponentPeer.cpp Internal tidying-up. 13 years ago
juce_ComponentPeer.h Internal tidying-up. 13 years ago
juce_DialogWindow.cpp (automated whitespace clean-up) 13 years ago
juce_DialogWindow.h Minor clean-ups for GL, removed some old VC6 hacks. 13 years ago
juce_DocumentWindow.cpp Tweaks to some posix code. 13 years ago
juce_DocumentWindow.h Tidied up a few return types. 13 years ago
juce_NativeMessageBox.h Documentation fixes. 13 years ago
juce_ResizableWindow.cpp Cleaned out some defunct ComponentBuilder code. 13 years ago
juce_ResizableWindow.h Cleaned up a few warnings generated by clang -Wall. 13 years ago
juce_ThreadWithProgressWindow.cpp Added an option for centring a ThreadWithProgressWindow around a component. 13 years ago
juce_ThreadWithProgressWindow.h Added an option for centring a ThreadWithProgressWindow around a component. 13 years ago
juce_TooltipWindow.cpp Introjucer: dragging exporter treeview fix. Audio plugin demo algorithm fix. 13 years ago
juce_TooltipWindow.h Added a method Desktop::getMouseWheelMoveCounter(), and made the existing getMouseButtonClickCounter() method non-static. 13 years ago
juce_TopLevelWindow.cpp Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 13 years ago
juce_TopLevelWindow.h Fixed some DocumentWindow behaviour in the library and introjucer. 13 years ago