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.
jules 60e9231fb1 Removed need for std::function in order to use MessageManager::callAsync(). Used it to modernise a few bits of old code. 8 years ago
..
juce_ComboBox.cpp Fixed some whitespace style and cleaned up some code using C++11 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 some whitespace style and cleaned up some code using C++11 8 years ago
juce_ListBox.h A few C++11 modernisations and comment corrections 8 years ago
juce_ProgressBar.cpp Added isProgressBarOpaque() method to ProgressBar::LookAndFeelMethods 8 years ago
juce_ProgressBar.h Added isProgressBarOpaque() method to ProgressBar::LookAndFeelMethods 8 years ago
juce_Slider.cpp Multiple fixes for touch and pen input on Windows 8 years ago
juce_Slider.h Replace include guards with "#pragma once" 8 years ago
juce_TableHeaderComponent.cpp Fixed some whitespace style and cleaned up some code using C++11 8 years ago
juce_TableHeaderComponent.h Replace include guards with "#pragma once" 8 years ago
juce_TableListBox.cpp Fixed some whitespace style and cleaned up some code using C++11 8 years ago
juce_TableListBox.h Replace include guards with "#pragma once" 8 years ago
juce_TextEditor.cpp Fixed some whitespace style and cleaned up some code using C++11 8 years ago
juce_TextEditor.h Added line spacing to TextEditor and methods to set/get the current line spacing 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 Removed need for std::function in order to use MessageManager::callAsync(). Used it to modernise a few bits of old code. 8 years ago
juce_TreeView.h Replace include guards with "#pragma once" 8 years ago