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.
Timur Doumler d46ea64aa5 LookAndFeel: added method to specify a custom font for Alert Window title. 10 years ago
..
juce_AlertWindow.cpp LookAndFeel: added method to specify a custom font for Alert Window title. 10 years ago
juce_AlertWindow.h LookAndFeel: added method to specify a custom font for Alert Window title. 10 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 Minor clean-ups. 10 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. 12 years ago
juce_DialogWindow.h Corrected a typo in some comments. 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 Added some missing 'override' decorators 10 years ago
juce_NativeMessageBox.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago
juce_ResizableWindow.cpp Added a method ResizableWindow::setDraggable() 10 years ago
juce_ResizableWindow.h Added a method ResizableWindow::setDraggable() 10 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 Replaced the old LookAndFeel method getTooltipSize() with getTooltipBounds(), which can return a position as well as a size. 10 years ago
juce_TooltipWindow.h Replaced the old LookAndFeel method getTooltipSize() with getTooltipBounds(), which can return a position as well as a size. 10 years ago
juce_TopLevelWindow.cpp Avoided a few compiler warnings. 10 years ago
juce_TopLevelWindow.h Minor documentation cleanups. 10 years ago