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 d5c262642c Added a flag to CallOutBox to provide control over the consumption of mouse-events that dismiss the box. 10 years ago
..
juce_AlertWindow.cpp A few minor whitespace cleanups. 10 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 flag to CallOutBox to provide control over the consumption of mouse-events that dismiss the box. 10 years ago
juce_CallOutBox.h Added a flag to CallOutBox to provide control over the consumption of mouse-events that dismiss the box. 10 years ago
juce_ComponentPeer.cpp Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 11 years ago
juce_ComponentPeer.h Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 11 years ago
juce_DialogWindow.cpp Fixed some toolbar customiser drag+drop problems. 11 years ago
juce_DialogWindow.h Added a missing JUCE_API flag. 10 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 Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 11 years ago
juce_TooltipWindow.h Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 11 years ago
juce_TopLevelWindow.cpp Tweak to the way TopLevelWindow detects focus 11 years ago
juce_TopLevelWindow.h Removed a couple of redundant 'virtual's 10 years ago