| .. |
|
juce_ComboBox.cpp
|
Minor fix to inactive code in ComboBox.
|
2013-08-23 16:58:54 +01:00 |
|
juce_ComboBox.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_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
|
Minor optimisations and clean-ups.
|
2013-09-21 13:41:16 +01:00 |
|
juce_Label.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_ListBox.cpp
|
Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors.
|
2013-12-02 09:44:17 +00:00 |
|
juce_ListBox.h
|
Provided support for setting the mouse cursor in ListBoxModel.
|
2013-11-10 17:28:58 +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
|
Numeric rounding error fix in Slider.
|
2013-12-28 16:46:57 +00:00 |
|
juce_Slider.h
|
Updated a few Slider lookandfeel methods to take a Slider& as a parameter.
|
2013-11-10 18:08:42 +00:00 |
|
juce_TableHeaderComponent.cpp
|
Removed a few more uses of String::empty.
|
2013-12-01 23:28:31 +00: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
|
Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors.
|
2013-12-02 09:44:17 +00:00 |
|
juce_TableListBox.h
|
Documentation fixes.
|
2013-11-30 20:04:17 +00:00 |
|
juce_TextEditor.cpp
|
Made 'paste' menu item available in text editors with a password field.
|
2014-02-02 11:12:12 +00:00 |
|
juce_TextEditor.h
|
Refactored some TextEditor allocation.
|
2014-01-31 10:14:02 +00:00 |
|
juce_Toolbar.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_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
|
Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors.
|
2013-12-02 09:44:17 +00:00 |
|
juce_TreeView.h
|
Avoided TreeView consuming return key presses if the selected item can't be opened.
|
2013-11-11 14:50:17 +00:00 |