1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_gui_basics/windows
2015-03-25 15:14:46 +00:00
..
juce_AlertWindow.cpp A few minor whitespace cleanups. 2014-08-16 21:06:27 +01:00
juce_AlertWindow.h Minor documentation cleanups. 2015-03-07 17:45:45 +00:00
juce_CallOutBox.cpp Added a flag to CallOutBox to provide control over the consumption of mouse-events that dismiss the box. 2014-10-12 16:38:18 +01:00
juce_CallOutBox.h Added a flag to CallOutBox to provide control over the consumption of mouse-events that dismiss the box. 2014-10-12 16:38:18 +01:00
juce_ComponentPeer.cpp Whitespace. 2015-02-18 11:01:05 +00:00
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>. 2014-06-14 13:06:53 +01:00
juce_DialogWindow.cpp Fixed some toolbar customiser drag+drop problems. 2013-07-25 18:14:23 +01:00
juce_DialogWindow.h Corrected a typo in some comments. 2015-02-02 09:58:53 +00:00
juce_DocumentWindow.cpp Various changes to improve the behaviour of kiosk mode for DocumentWindows on win32. 2014-01-27 17:39:21 +00:00
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). 2013-10-27 22:02:21 +00:00
juce_NativeMessageBox.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 2013-08-24 11:45:55 +01:00
juce_ResizableWindow.cpp Fix to make sure that ResizableWindow can't accidentally be dragged without first getting a mouseDown event. 2015-03-25 15:14:46 +00:00
juce_ResizableWindow.h Fix to make sure that ResizableWindow can't accidentally be dragged without first getting a mouseDown event. 2015-03-25 15:14:46 +00:00
juce_ThreadWithProgressWindow.cpp Added MidiMessage::textMetaEvent method. 2014-02-19 20:37:15 +00:00
juce_ThreadWithProgressWindow.h Added a callback so that ThreadWithProgressWindow can be used without blocking. 2014-02-19 12:14:56 +00:00
juce_TooltipWindow.cpp Replaced the old LookAndFeel method getTooltipSize() with getTooltipBounds(), which can return a position as well as a size. 2015-03-25 14:51:11 +00:00
juce_TooltipWindow.h Replaced the old LookAndFeel method getTooltipSize() with getTooltipBounds(), which can return a position as well as a size. 2015-03-25 14:51:11 +00:00
juce_TopLevelWindow.cpp Avoided a few compiler warnings. 2014-12-03 11:45:15 +00:00
juce_TopLevelWindow.h Minor documentation cleanups. 2015-03-07 17:45:45 +00:00