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 2c2a11dee9 Added the ability to apply affine transforms to components - Component::setTransform(). Added a slider to the widgets demo to show this in action. Changed Component::reallyContains() to take a rectangle instead of raw coordinates. 15 years ago
..
AudioDemoLatencyPage.cpp Improved the coding standards used in the juce demo project. 15 years ago
AudioDemoLatencyPage.h Improved the coding standards used in the juce demo project. 15 years ago
AudioDemoPlaybackPage.cpp Updated the ChangeBroadcaster class - sendChangeMessage() now has no parameters, and ChangeListener::changeListenerCallback() no longer provides a void*, it provides the ChangeBroadcaster* that triggered the callback. Also deleted the ChangeListenerList class, as it didn't offer anything that ChangeBroadcaster doesn't do. Changed the new jucer to expand preprocessor tokens in the header search path string. 15 years ago
AudioDemoPlaybackPage.h Improved the coding standards used in the juce demo project. 15 years ago
AudioDemoRecordPage.cpp Fix for mouse event click counts. Fix for webkit mouse-moves. Cleaned up some Component coordinate conversion methods, adding some new ones for rectangle conversion. 15 years ago
AudioDemoRecordPage.h New class AbstractFifo - a lock-free fifo helper class. New class AudioFormatWriter::ThreadedWriter, which helps stream an audio file to disk on a background thread. Simplified the juce demo audio recorder using this new class. 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 Improved the coding standards used in the juce demo project. 15 years ago
AudioDemoSynthPage.h Improved the coding standards used in the juce demo project. 15 years ago
AudioDemoTabComponent.cpp Cleaned up some compiler warings in the demo. Minor Viewport tweak. 15 years ago
AudioDemoTabComponent.h Minor code clean-ups. 15 years ago
CameraDemo.cpp Improved the coding standards used in the juce demo project. 15 years ago
CodeEditorDemo.cpp Improved the coding standards used in the juce demo project. 15 years ago
DragAndDropDemo.cpp Improved the coding standards used in the juce demo project. 15 years ago
FontsAndTextDemo.cpp Improved the coding standards used in the juce demo project. 15 years ago
InterprocessCommsDemo.cpp Improved the coding standards used in the juce demo project. 15 years ago
OpenGLDemo.cpp Improved the coding standards used in the juce demo project. 15 years ago
QuickTimeDemo.cpp Improved the coding standards used in the juce demo project. 15 years ago
RenderingTestComponent.cpp Improved the coding standards used in the juce demo project. 15 years ago
RenderingTestComponent.h Added workarounds for a truly moronic VC2005 compiler bug. Very, very annoyed at having to spend hours and compromise my coding style geting this to build properly... 15 years ago
TableDemo.cpp Fixed an image resizing bug. Tweaked a couple of methods in KeyMappingEditorComponent and TableListBox to return references instead of pointers. Changed Component::contains() to take a Point rather than raw coordinates. Modernised some UI classes internally. Extended some internal graphics classes to handle affine transforms. 15 years ago
ThreadingDemo.cpp Improved the coding standards used in the juce demo project. 15 years ago
TreeViewDemo.cpp Couple of minor fixes and clean-ups to various components. 15 years ago
WebBrowserDemo.cpp Improved the coding standards used in the juce demo project. 15 years ago
WidgetsDemo.cpp Added the ability to apply affine transforms to components - Component::setTransform(). Added a slider to the widgets demo to show this in action. Changed Component::reallyContains() to take a rectangle instead of raw coordinates. 15 years ago