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.
Tom Poole c2a877cac8 Passed the valueToTextFunction and textToValueFunction lambdas from an AudioProcessorValueTreeState parameter to an attached slider 7 years ago
..
juce_ComboBox.cpp Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 7 years ago
juce_ComboBox.h Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 7 years ago
juce_ImageComponent.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_ImageComponent.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_Label.cpp Added helper objects to Label and Slider to allow lambda callbacks 7 years ago
juce_Label.h Added helper objects to Label and Slider to allow lambda callbacks 7 years ago
juce_ListBox.cpp More ScopedPointer/unique_ptr compatibility work 7 years ago
juce_ListBox.h Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 7 years ago
juce_ProgressBar.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_ProgressBar.h Added some more documentation to ProgressBar 7 years ago
juce_Slider.cpp Passed the valueToTextFunction and textToValueFunction lambdas from an AudioProcessorValueTreeState parameter to an attached slider 7 years ago
juce_Slider.h Passed the valueToTextFunction and textToValueFunction lambdas from an AudioProcessorValueTreeState parameter to an attached slider 7 years ago
juce_TableHeaderComponent.cpp More ScopedPointer/unique_ptr compatibility work 7 years ago
juce_TableHeaderComponent.h Got rid of some very old legacy VC6 workaround typedefs 7 years ago
juce_TableListBox.cpp Added an option for Viewport subclasses to create custom scrollbars. Also modified Viewport::getVerticalScrollBar() and ListBox::getVerticalScrollBar() to return references instead of pointers 7 years ago
juce_TableListBox.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_TextEditor.cpp Android: un-focus TextEditor when keyboard is hidden from nav bar. Ensure immersive mode is properly restored. Fix TextEditor not hiding keyboard if deleted immediately after getting focus. 7 years ago
juce_TextEditor.h Added some event lambda callbacks for TextEditor and simplified a bit more code using them 7 years ago
juce_Toolbar.cpp More ScopedPointer/unique_ptr compatibility work 7 years ago
juce_Toolbar.h Used Button::onClick to simplify a bunch of library classes and demo code 7 years ago
juce_ToolbarItemComponent.cpp More ScopedPointer/unique_ptr compatibility work 7 years ago
juce_ToolbarItemComponent.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_ToolbarItemFactory.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_ToolbarItemPalette.cpp Some light modernisation of a bunch of old code 7 years ago
juce_ToolbarItemPalette.h Some light modernisation of a bunch of old code 7 years ago
juce_TreeView.cpp More ScopedPointer/unique_ptr compatibility work 7 years ago
juce_TreeView.h Made the documentation of some classes clearer regarding when a notification will be sent 7 years ago