.. |
juce_ComboBox.cpp
|
Fixed some more typos
|
5 years ago |
juce_ComboBox.h
|
Fixed a couple of typos in the ComboBox documentation
|
5 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
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
juce_Label.cpp
|
Fixed a warning in the recent Label LookAndFeel changes
|
6 years ago |
juce_Label.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_ListBox.cpp
|
Made ListBox::createSnapshotOfRows() take the list and row scale factors into account
|
6 years ago |
juce_ListBox.h
|
Fixed some GCC compiler warnings and removed deprecated functions
|
6 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
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_Slider.cpp
|
DRY-ed some code by adding a static Component::getApproximateScaleFactorForComponent() method
|
6 years ago |
juce_Slider.h
|
Fixed some more typos
|
5 years ago |
juce_TableHeaderComponent.cpp
|
A few more internal updates for better smart pointer use
|
6 years ago |
juce_TableHeaderComponent.h
|
Fixed some more typos
|
5 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
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_TextEditor.cpp
|
Ensure that font width is correct when changing the TextEditor password character
|
5 years ago |
juce_TextEditor.h
|
Some minor cleanups
|
6 years ago |
juce_Toolbar.cpp
|
PopupMenu: Pass unique_ptr rather than raw pointers to convey ownership semantics
|
5 years ago |
juce_Toolbar.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_ToolbarItemComponent.cpp
|
More ScopedPointer/unique_ptr compatibility work
|
7 years ago |
juce_ToolbarItemComponent.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 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
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
juce_TreeView.cpp
|
A few more internal updates for better smart pointer use
|
6 years ago |
juce_TreeView.h
|
Fixed some more typos
|
5 years ago |