1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/modules/juce_gui_basics/widgets
2013-08-23 12:08:31 +01:00
..
juce_ComboBox.cpp Began adding mouse-wheel support to ComboBox, but then realised it would be incredibly irritating on scrollable pages like the introjucer's settings pages. (Left the code in there but disabled though) 2013-08-14 18:49:38 +01:00
juce_ComboBox.h Minor clean-ups. 2013-08-20 09:48:19 +01:00
juce_ImageComponent.cpp Added some more override decorators. 2013-07-10 10:22:33 +01:00
juce_ImageComponent.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_Label.cpp Replaced a few Justification references. 2013-07-01 22:07:39 +01:00
juce_Label.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_ListBox.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_ListBox.h Added a few override modifiers and fixed some documentation. 2013-08-22 22:03:51 +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 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_Slider.cpp Added some "override" annotations. 2013-07-08 19:05:14 +01:00
juce_Slider.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_TableHeaderComponent.cpp Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
juce_TableHeaderComponent.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_TableListBox.cpp Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
juce_TableListBox.h Bit of tidying-up in the Point class, and some spelling fixes in comments. 2013-07-22 13:18:29 +01:00
juce_TextEditor.cpp Converted a few Colour references to pass-by-values. 2013-07-01 17:38:47 +01:00
juce_TextEditor.h Bit of tidying-up in the Point class, and some spelling fixes in comments. 2013-07-22 13:18:29 +01:00
juce_Toolbar.cpp Fixed some toolbar customiser drag+drop problems. 2013-07-25 18:14:23 +01:00
juce_Toolbar.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_ToolbarItemComponent.cpp Fixed some toolbar customiser drag+drop problems. 2013-07-25 18:14:23 +01:00
juce_ToolbarItemComponent.h Fixed some toolbar customiser drag+drop problems. 2013-07-25 18:14:23 +01:00
juce_ToolbarItemFactory.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_ToolbarItemPalette.cpp Fixed some toolbar customiser drag+drop problems. 2013-07-25 18:14:23 +01:00
juce_ToolbarItemPalette.h Fixed some toolbar customiser drag+drop problems. 2013-07-25 18:14:23 +01:00
juce_TreeView.cpp Added some more override decorators. 2013-07-10 10:22:33 +01:00
juce_TreeView.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00