.. |
juce_ComboBox.cpp
|
Fixed a windows warning in the previous commit
|
6 years ago |
juce_ComboBox.h
|
Added a LookAndFeel method to customise the options of a ComboBox's PopupMenu
|
6 years ago |
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
|
7 years ago |
juce_ImageComponent.h
|
Add documentation tags
|
7 years ago |
juce_Label.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_Label.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_ListBox.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_ListBox.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
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
|
7 years ago |
juce_ProgressBar.h
|
Add documentation tags
|
7 years ago |
juce_Slider.cpp
|
Slider: Don't update lastAngle in mouseDown() if the Slider style is two-value as it uses currentValue. Added isTwoValue() and isThreeValue() methods.
|
7 years ago |
juce_Slider.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |
juce_TableHeaderComponent.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_TableHeaderComponent.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
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
|
7 years ago |
juce_TableListBox.h
|
Add documentation tags
|
7 years ago |
juce_TextEditor.cpp
|
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
|
7 years ago |
juce_TextEditor.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_Toolbar.cpp
|
More ScopedPointer/unique_ptr compatibility work
|
7 years ago |
juce_Toolbar.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_ToolbarItemComponent.cpp
|
More ScopedPointer/unique_ptr compatibility work
|
7 years ago |
juce_ToolbarItemComponent.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_ToolbarItemFactory.h
|
Add documentation tags
|
7 years ago |
juce_ToolbarItemPalette.cpp
|
Some light modernisation of a bunch of old code
|
7 years ago |
juce_ToolbarItemPalette.h
|
Add documentation tags
|
7 years ago |
juce_TreeView.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_TreeView.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |