The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hogliux 3bb8dbe3ac Fixed a bug where ComboBoxes with no itmes wouldn't show the "no choices" entry 8 years ago
..
juce_ComboBox.cpp Fixed a bug where ComboBoxes with no itmes wouldn't show the "no choices" entry 8 years ago
juce_ComboBox.h Replace include guards with "#pragma once" 8 years ago
juce_ImageComponent.cpp Added a new Graphics::drawImage method that takes a Rectangle<float> 9 years ago
juce_ImageComponent.h Replace include guards with "#pragma once" 8 years ago
juce_Label.cpp Added method MouseEvent::mouseWasDraggedSinceMouseDown() 9 years ago
juce_Label.h Replace include guards with "#pragma once" 8 years ago
juce_ListBox.cpp Fixed bug where ListBox mouse listener wasn't being removed when ListBoxMouseMoveSelector was destroyed 8 years ago
juce_ListBox.h Replace include guards with "#pragma once" 8 years ago
juce_ProgressBar.cpp Update copyright notice 10 years ago
juce_ProgressBar.h Replace include guards with "#pragma once" 8 years ago
juce_Slider.cpp Fixed bug in ThreeValueVertical Slider where initial mouse down/drag wouldn't get correct thumb index 8 years ago
juce_Slider.h Replace include guards with "#pragma once" 8 years ago
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. 8 years ago
juce_TableHeaderComponent.h Replace include guards with "#pragma once" 8 years ago
juce_TableListBox.cpp Added method MouseEvent::mouseWasDraggedSinceMouseDown() 9 years ago
juce_TableListBox.h Replace include guards with "#pragma once" 8 years ago
juce_TextEditor.cpp Made sure that colours are updated when the look and feel of a TextEditor changes 8 years ago
juce_TextEditor.h Replace include guards with "#pragma once" 8 years ago
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. 8 years ago
juce_Toolbar.h Replace include guards with "#pragma once" 8 years ago
juce_ToolbarItemComponent.cpp Cleaned up a few uses of Image::null 9 years ago
juce_ToolbarItemComponent.h Replace include guards with "#pragma once" 8 years ago
juce_ToolbarItemFactory.h Replace include guards with "#pragma once" 8 years ago
juce_ToolbarItemPalette.cpp Update copyright notice 10 years ago
juce_ToolbarItemPalette.h Replace include guards with "#pragma once" 8 years ago
juce_TreeView.cpp Added ColourIds to allow alternate colouring of TreeViewItems 8 years ago
juce_TreeView.h Replace include guards with "#pragma once" 8 years ago