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 00b082caf6 New arrowhead and polygon methods for Path and PathStrokeType. Tweaked a few Path methods to take Line and Point objects instead of loose coordinate parameters. Various new geometric methods and more refactoring of Drawables. Misc fixes for CoreGraphics, AudioFormat. 15 years ago
..
AudioDemoLatencyPage.cpp Minor string changes. 15 years ago
AudioDemoLatencyPage.h Converted the Juce demo projects to all be auto-generated by the Jucer. 15 years ago
AudioDemoPlaybackPage.cpp Converted the Juce demo projects to all be auto-generated by the Jucer. 15 years ago
AudioDemoPlaybackPage.h Converted the Juce demo projects to all be auto-generated by the Jucer. 15 years ago
AudioDemoRecordPage.cpp Converted the Juce demo projects to all be auto-generated by the Jucer. 15 years ago
AudioDemoRecordPage.h Converted the Juce demo projects to all be auto-generated by the Jucer. 15 years ago
AudioDemoSetupPage.cpp Converted the Juce demo projects to all be auto-generated by the Jucer. 15 years ago
AudioDemoSetupPage.h Minor code clean-ups. 15 years ago
AudioDemoSynthPage.cpp Fixed a typo in the AU hosting code. 15 years ago
AudioDemoSynthPage.h Converted the Juce demo projects to all be auto-generated by the Jucer. 15 years ago
AudioDemoTabComponent.cpp Converted the Juce demo projects to all be auto-generated by the Jucer. 15 years ago
AudioDemoTabComponent.h Minor code clean-ups. 15 years ago
CameraDemo.cpp Major change to the way the Image class works, making it use value semantics and internally shared data (see the forum notes for more info on this). Also minor changes to win32 browser plugin object ref counting and linux millisecond timers. 15 years ago
CodeEditorDemo.cpp Converted the Juce demo projects to all be auto-generated by the Jucer. 15 years ago
DragAndDropDemo.cpp Converted the Juce demo projects to all be auto-generated by the Jucer. 15 years ago
FontsAndTextDemo.cpp New arrowhead and polygon methods for Path and PathStrokeType. Tweaked a few Path methods to take Line and Point objects instead of loose coordinate parameters. Various new geometric methods and more refactoring of Drawables. Misc fixes for CoreGraphics, AudioFormat. 15 years ago
InterprocessCommsDemo.cpp Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number. 15 years ago
OpenGLDemo.cpp Major change to the way the Image class works, making it use value semantics and internally shared data (see the forum notes for more info on this). Also minor changes to win32 browser plugin object ref counting and linux millisecond timers. 15 years ago
QuickTimeDemo.cpp Converted the Juce demo projects to all be auto-generated by the Jucer. 15 years ago
RenderingTestComponent.cpp New arrowhead and polygon methods for Path and PathStrokeType. Tweaked a few Path methods to take Line and Point objects instead of loose coordinate parameters. Various new geometric methods and more refactoring of Drawables. Misc fixes for CoreGraphics, AudioFormat. 15 years ago
RenderingTestComponent.h Converted the Juce demo projects to all be auto-generated by the Jucer. 15 years ago
TableDemo.cpp Removed IntegerElementComparator and FloatElementComparator, replacing them with DefaultElementComparator, which does the same job. Added method Array::addUsingDefaultSort(). 15 years ago
ThreadingDemo.cpp Minor string changes. 15 years ago
TreeViewDemo.cpp Minor string changes. 15 years ago
WebBrowserDemo.cpp Minor code clean-ups. 15 years ago
WidgetsDemo.cpp New arrowhead and polygon methods for Path and PathStrokeType. Tweaked a few Path methods to take Line and Point objects instead of loose coordinate parameters. Various new geometric methods and more refactoring of Drawables. Misc fixes for CoreGraphics, AudioFormat. 15 years ago