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_AlertWindow.cpp Fixed some whitespace style and cleaned up some code using C++11 8 years ago
juce_AlertWindow.h Replace include guards with "#pragma once" 8 years ago
juce_CallOutBox.cpp Windows touch with CallOutBox bug fix 8 years ago
juce_CallOutBox.h Replace include guards with "#pragma once" 8 years ago
juce_ComponentPeer.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_ComponentPeer.h 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_DialogWindow.cpp Added a callback method DialogWindow::escapeKeyPressed() and used it to fix a minor introjucer bug with tool windows 9 years ago
juce_DialogWindow.h Replace include guards with "#pragma once" 8 years ago
juce_DocumentWindow.cpp Removed an old piece of code that hard-coded a dark border around non-resizable non-native DocumentWindows 9 years ago
juce_DocumentWindow.h Replace include guards with "#pragma once" 8 years ago
juce_NativeMessageBox.h Fixed a typo in the documentation of the NativeMessageBox::showYesNoBox method 8 years ago
juce_ResizableWindow.cpp Fix for ResizableWindow handling size constraints that are set before it gets made visible 9 years ago
juce_ResizableWindow.h Replace include guards with "#pragma once" 8 years ago
juce_ThreadWithProgressWindow.cpp Update copyright notice 10 years ago
juce_ThreadWithProgressWindow.h Replace include guards with "#pragma once" 8 years ago
juce_TooltipWindow.cpp Fixed some whitespace style and cleaned up some code using C++11 8 years ago
juce_TooltipWindow.h Replace include guards with "#pragma once" 8 years ago
juce_TopLevelWindow.cpp Update copyright notice 10 years ago
juce_TopLevelWindow.h Replace include guards with "#pragma once" 8 years ago