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
2020-01-07 08:53:23 +00:00
..
juce_ComboBox.cpp Fixed some more typos 2020-01-07 08:53:23 +00:00
juce_ComboBox.h Fixed a couple of typos in the ComboBox documentation 2020-01-06 10:54:13 +00: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 Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_Label.cpp Fixed a warning in the recent Label LookAndFeel changes 2018-09-04 14:29:52 +01:00
juce_Label.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_ListBox.cpp Made ListBox::createSnapshotOfRows() take the list and row scale factors into account 2019-04-29 12:55:39 +01:00
juce_ListBox.h Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +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 Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_Slider.cpp DRY-ed some code by adding a static Component::getApproximateScaleFactorForComponent() method 2019-04-29 12:55:39 +01:00
juce_Slider.h Fixed some more typos 2020-01-07 08:53:23 +00:00
juce_TableHeaderComponent.cpp A few more internal updates for better smart pointer use 2019-05-19 11:44:22 +01:00
juce_TableHeaderComponent.h Fixed some more typos 2020-01-07 08:53:23 +00: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 Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_TextEditor.cpp Ensure that font width is correct when changing the TextEditor password character 2019-07-12 17:53:19 +01:00
juce_TextEditor.h Some minor cleanups 2019-06-17 15:48:56 +01:00
juce_Toolbar.cpp PopupMenu: Pass unique_ptr rather than raw pointers to convey ownership semantics 2019-08-08 17:15:46 +01:00
juce_Toolbar.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_ToolbarItemComponent.cpp More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_ToolbarItemComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00: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 Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_TreeView.cpp A few more internal updates for better smart pointer use 2019-05-19 11:44:22 +01:00
juce_TreeView.h Fixed some more typos 2020-01-07 08:53:23 +00:00