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 5ed768e953 New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 13 years ago
..
AudioDemoLatencyPage.cpp Fixed some more warnings. 13 years ago
AudioDemoLatencyPage.h Old jucer: eliminated the 'L' string literal prefix. 13 years ago
AudioDemoPlaybackPage.cpp New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 13 years ago
AudioDemoPlaybackPage.h Old jucer: eliminated the 'L' string literal prefix. 13 years ago
AudioDemoRecordPage.cpp Old jucer: eliminated the 'L' string literal prefix. 13 years ago
AudioDemoRecordPage.h Old jucer: eliminated the 'L' string literal prefix. 13 years ago
AudioDemoSetupPage.cpp Got rid of the remaining uses of juce_useDebuggingNewOperator in the old Jucer template. 13 years ago
AudioDemoSetupPage.h Got rid of the remaining uses of juce_useDebuggingNewOperator in the old Jucer template. 13 years ago
AudioDemoSynthPage.cpp Old jucer: eliminated the 'L' string literal prefix. 13 years ago
AudioDemoSynthPage.h Old jucer: eliminated the 'L' string literal prefix. 13 years ago
AudioDemoTabComponent.cpp Fixed some more warnings. 13 years ago
AudioDemoTabComponent.h Old jucer: eliminated the 'L' string literal prefix. 13 years ago
CameraDemo.cpp Renamed the juce demo folder from "juce demo" to "JuceDemo". Annoyingly, this is necessary because the Android build tools can't handle paths containing spaces (!) 14 years ago
CodeEditorDemo.cpp Minor internal refactoring and clean-ups. 13 years ago
DirectShowDemo.cpp New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 13 years ago
DragAndDropDemo.cpp Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters. 13 years ago
FontsAndTextDemo.cpp Some font style tweaks, and update of the juce demo fonts page to show a list of available styles. 13 years ago
InterprocessCommsDemo.cpp Fixed some more warnings. 13 years ago
OpenGLDemo.cpp New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 13 years ago
QuickTimeDemo.cpp Renamed the juce demo folder from "juce demo" to "JuceDemo". Annoyingly, this is necessary because the Android build tools can't handle paths containing spaces (!) 14 years ago
RenderingTestComponent.cpp New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 13 years ago
RenderingTestComponent.h Old jucer: eliminated the 'L' string literal prefix. 13 years ago
TableDemo.cpp Renamed the juce demo folder from "juce demo" to "JuceDemo". Annoyingly, this is necessary because the Android build tools can't handle paths containing spaces (!) 14 years ago
ThreadingDemo.cpp Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters. 13 years ago
TreeViewDemo.cpp Removed 'const' from some virtual method return types - this might require a few tweaks to user-code. 14 years ago
WebBrowserDemo.cpp Renamed the juce demo folder from "juce demo" to "JuceDemo". Annoyingly, this is necessary because the Android build tools can't handle paths containing spaces (!) 14 years ago
WidgetsDemo.cpp New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 13 years ago