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 fbaa559a19 Added a method CallOutBox::getBorderSize 11 years ago
..
juce_AlertWindow.cpp Some modal loop code cleanups. 11 years ago
juce_AlertWindow.h Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 11 years ago
juce_CallOutBox.cpp Added a method CallOutBox::getBorderSize 11 years ago
juce_CallOutBox.h Added a method CallOutBox::getBorderSize 11 years ago
juce_ComponentPeer.cpp Better handling of ResizableWindow screen bounds handling when in kiosk mode. 11 years ago
juce_ComponentPeer.h Spelling fixes. 11 years ago
juce_DialogWindow.cpp Fixed some toolbar customiser drag+drop problems. 11 years ago
juce_DialogWindow.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago
juce_DocumentWindow.cpp Various changes to improve the behaviour of kiosk mode for DocumentWindows on win32. 11 years ago
juce_DocumentWindow.h Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 11 years ago
juce_NativeMessageBox.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago
juce_ResizableWindow.cpp Various changes to improve the behaviour of kiosk mode for DocumentWindows on win32. 11 years ago
juce_ResizableWindow.h Better handling of ResizableWindow screen bounds handling when in kiosk mode. 11 years ago
juce_ThreadWithProgressWindow.cpp Added MidiMessage::textMetaEvent method. 11 years ago
juce_ThreadWithProgressWindow.h Added a callback so that ThreadWithProgressWindow can be used without blocking. 11 years ago
juce_TooltipWindow.cpp Added method String::clear(), and used it to replace a few uses of String::empty. 11 years ago
juce_TooltipWindow.h Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 11 years ago
juce_TopLevelWindow.cpp Various changes to improve the behaviour of kiosk mode for DocumentWindows on win32. 11 years ago
juce_TopLevelWindow.h Changes to ResizableWindow to avoid flicker when first adding to desktop. 11 years ago