1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics/widgets
2014-07-10 18:57:24 +01:00
..
juce_ComboBox.cpp Avoided a problem with calls to newly-created ComboBoxes. 2014-05-07 16:16:51 +01:00
juce_ComboBox.h Documentation fix. 2014-06-17 11:36:56 +01: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 callback Label::Listener::editorShown 2014-05-23 22:08:19 +01:00
juce_Label.h Added callback Label::Listener::editorShown 2014-05-23 22:08:19 +01:00
juce_ListBox.cpp Added a MouseEvent parameter to ListBoxModel::backgroundClicked and TableListBoxModel::backgroundClicked 2014-06-04 13:08:49 +01:00
juce_ListBox.h Added a MouseEvent parameter to ListBoxModel::backgroundClicked and TableListBoxModel::backgroundClicked 2014-06-04 13:08:49 +01: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 Tightened up a few places where numeric conversion warnings could happen. 2014-07-10 18:57:24 +01:00
juce_Slider.h Better mouse-wheel handling for ComboBox. 2014-03-30 14:50:55 +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 Added a MouseEvent parameter to ListBoxModel::backgroundClicked and TableListBoxModel::backgroundClicked 2014-06-04 13:08:49 +01:00
juce_TableListBox.h Added a MouseEvent parameter to ListBoxModel::backgroundClicked and TableListBoxModel::backgroundClicked 2014-06-04 13:08:49 +01:00
juce_TextEditor.cpp Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android) 2014-04-23 20:35:45 +01:00
juce_TextEditor.h Added a method TextEditor::getInputFilter 2014-05-24 19:15:39 +01: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 Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 2014-06-14 13:06:53 +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