| .. |
|
juce_ComboBox.cpp
|
Made the combo box repaint when its menu is hidden.
|
2014-12-31 15:26:18 +00:00 |
|
juce_ComboBox.h
|
Added method ComboBox::isPopupActive()
|
2014-12-31 09:55:48 +00:00 |
|
juce_ImageComponent.cpp
|
Added some more override decorators.
|
2013-07-10 10:22:33 +01:00 |
|
juce_ImageComponent.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_Label.cpp
|
Added methods to Label and TextEditor to specify the type of virtual keyboard they require.
|
2015-01-07 12:03:02 +00:00 |
|
juce_Label.h
|
Added methods to Label and TextEditor to specify the type of virtual keyboard they require.
|
2015-01-07 12:03:02 +00:00 |
|
juce_ListBox.cpp
|
Fix for ListBox::getRowNumberOfComponent
|
2014-10-31 16:16:44 +00:00 |
|
juce_ListBox.h
|
Added a method ListBox::getHeaderComponent()
|
2014-12-18 11:23:14 +00:00 |
|
juce_ProgressBar.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
juce_ProgressBar.h
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
2013-10-27 22:02:21 +00:00 |
|
juce_Slider.cpp
|
Made the Slider's popup display inherit from its parent's lookandfeel.
|
2014-10-06 11:03:25 +01:00 |
|
juce_Slider.h
|
Made Slider::getNumDecimalPlacesToDisplay() public.
|
2014-11-21 14:14:30 +01:00 |
|
juce_TableHeaderComponent.cpp
|
Small fix for table header stretch-to-fit mode.
|
2014-05-07 10:18:32 +01:00 |
|
juce_TableHeaderComponent.h
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
2013-10-27 22:02:21 +00:00 |
|
juce_TableListBox.cpp
|
Tidied up some comments in TableListBox.
|
2014-08-24 12:53:10 +01:00 |
|
juce_TableListBox.h
|
Clarified a couple of comments.
|
2014-09-16 17:49:14 +01:00 |
|
juce_TextEditor.cpp
|
Added methods to Label and TextEditor to specify the type of virtual keyboard they require.
|
2015-01-07 12:03:02 +00:00 |
|
juce_TextEditor.h
|
Added methods to Label and TextEditor to specify the type of virtual keyboard they require.
|
2015-01-07 12:03:02 +00:00 |
|
juce_Toolbar.cpp
|
Fixed a typo in ToolBar dragging.
|
2014-09-15 17:18:09 +01:00 |
|
juce_Toolbar.h
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
2013-10-27 22:02:21 +00:00 |
|
juce_ToolbarItemComponent.cpp
|
Cleaned out and optimised some graphics code.
|
2013-09-04 13:38:54 +01:00 |
|
juce_ToolbarItemComponent.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_ToolbarItemFactory.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_ToolbarItemPalette.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
2013-12-23 15:16:38 +00:00 |
|
juce_ToolbarItemPalette.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
juce_TreeView.cpp
|
Fixed some escaping of slash characters in TreeViewItem identifier strings.
|
2014-09-26 09:34:03 +01:00 |
|
juce_TreeView.h
|
Avoided static-order-of-initialisation problems from causing crashes in the Time::getMillisecondCounter function.
|
2014-05-27 17:03:46 +01:00 |