1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_gui_basics/widgets
2018-04-09 18:56:38 +02:00
..
juce_ComboBox.cpp Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 2018-01-18 15:23:57 +00:00
juce_ComboBox.h Add documentation tags 2018-03-15 12:10:32 +00:00
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 2017-09-08 08:59:55 +01:00
juce_ImageComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_Label.cpp Added helper objects to Label and Slider to allow lambda callbacks 2018-01-17 14:31:05 +00:00
juce_Label.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ListBox.cpp More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_ListBox.h Add documentation tags 2018-03-15 12:10:32 +00:00
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 2017-09-08 08:59:55 +01:00
juce_ProgressBar.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_Slider.cpp Passed the valueToTextFunction and textToValueFunction lambdas from an AudioProcessorValueTreeState parameter to an attached slider 2018-03-12 10:08:38 +00:00
juce_Slider.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_TableHeaderComponent.cpp More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_TableHeaderComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
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 2017-09-25 11:22:03 +01:00
juce_TableListBox.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_TextEditor.cpp AlertWindow: ensure a native keyboard is hidden when alert window gets dismissed. 2018-04-09 18:56:38 +02:00
juce_TextEditor.h AlertWindow: ensure a native keyboard is hidden when alert window gets dismissed. 2018-04-09 18:56:38 +02:00
juce_Toolbar.cpp More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_Toolbar.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ToolbarItemComponent.cpp More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_ToolbarItemComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ToolbarItemFactory.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ToolbarItemPalette.cpp Some light modernisation of a bunch of old code 2017-10-04 12:47:43 +01:00
juce_ToolbarItemPalette.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_TreeView.cpp More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_TreeView.h Add documentation tags 2018-03-15 12:10:32 +00:00