1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_gui_basics/widgets
2017-03-10 17:07:34 +00:00
..
juce_ComboBox.cpp Fixed a bug where ComboBoxes with no itmes wouldn't show the "no choices" entry 2017-02-23 10:01:21 +00:00
juce_ComboBox.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ImageComponent.cpp Added a new Graphics::drawImage method that takes a Rectangle<float> 2016-07-01 15:35:04 +01:00
juce_ImageComponent.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_Label.cpp Added method MouseEvent::mouseWasDraggedSinceMouseDown() 2016-02-16 12:59:49 +00:00
juce_Label.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ListBox.cpp Fixed bug where ListBox mouse listener wasn't being removed when ListBoxMouseMoveSelector was destroyed 2017-02-07 10:45:29 +00:00
juce_ListBox.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ProgressBar.cpp Added isProgressBarOpaque() method to ProgressBar::LookAndFeelMethods 2017-03-03 12:37:45 +00:00
juce_ProgressBar.h Added isProgressBarOpaque() method to ProgressBar::LookAndFeelMethods 2017-03-03 12:37:45 +00:00
juce_Slider.cpp Fixed bug in ThreeValueVertical Slider where initial mouse down/drag wouldn't get correct thumb index 2017-02-21 14:03:50 +00:00
juce_Slider.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_TableHeaderComponent.cpp Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
juce_TableHeaderComponent.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_TableListBox.cpp Added method MouseEvent::mouseWasDraggedSinceMouseDown() 2016-02-16 12:59:49 +00:00
juce_TableListBox.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_TextEditor.cpp Added line spacing to TextEditor and methods to set/get the current line spacing 2017-03-10 17:07:34 +00:00
juce_TextEditor.h Added line spacing to TextEditor and methods to set/get the current line spacing 2017-03-10 17:07:34 +00:00
juce_Toolbar.cpp Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
juce_Toolbar.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ToolbarItemComponent.cpp Cleaned up a few uses of Image::null 2016-03-10 17:20:15 +00:00
juce_ToolbarItemComponent.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ToolbarItemFactory.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_ToolbarItemPalette.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_ToolbarItemPalette.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_TreeView.cpp Added ColourIds to allow alternate colouring of TreeViewItems 2016-10-03 16:12:30 +01:00
juce_TreeView.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00