| .. |
|
juce_ComboBox.cpp
|
Added a drawComboBoxTextWhenNothingSelected() method to ComboBox::LookAndFeelMethods and made the drawing code consistent with drawLabel()
|
2018-07-27 09:18:19 +01:00 |
|
juce_ComboBox.h
|
Added a drawComboBoxTextWhenNothingSelected() method to ComboBox::LookAndFeelMethods and made the drawing code consistent with drawLabel()
|
2018-07-27 09:18:19 +01: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 an assertion to Label to help catch some 'doh!' moments
|
2018-07-09 15:11:15 +01:00 |
|
juce_Label.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_ListBox.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_ListBox.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01: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
|
Add a nullptr check in Slider PopupDisplayComponent destructor
|
2018-07-31 09:23:02 +01:00 |
|
juce_Slider.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
juce_TableHeaderComponent.cpp
|
Some misc cleanups, mainly around WeakReference usage and rectangles
|
2018-07-09 16:00:45 +01:00 |
|
juce_TableHeaderComponent.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01: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
|
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
|
2018-05-09 10:04:27 +01:00 |
|
juce_TextEditor.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_Toolbar.cpp
|
More ScopedPointer/unique_ptr compatibility work
|
2018-01-10 17:35:08 +00:00 |
|
juce_Toolbar.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_ToolbarItemComponent.cpp
|
More ScopedPointer/unique_ptr compatibility work
|
2018-01-10 17:35:08 +00:00 |
|
juce_ToolbarItemComponent.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01: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
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_TreeView.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |