1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics/windows
2014-06-14 13:06:53 +01:00
..
juce_AlertWindow.cpp Some modal loop code cleanups. 2013-08-07 10:18:15 +01:00
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). 2013-10-27 22:02:21 +00:00
juce_CallOutBox.cpp Added a method CallOutBox::getBorderSize 2014-03-15 12:30:32 +00:00
juce_CallOutBox.h Added a method CallOutBox::getBorderSize 2014-03-15 12:30:32 +00:00
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>. 2014-06-14 13:06:53 +01: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 Stripped out some unnecessary boilerplate includes from juce_gui_basics. 2013-08-24 11:45:55 +01: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 Various changes to improve the behaviour of kiosk mode for DocumentWindows on win32. 2014-01-27 17:39:21 +00:00
juce_ResizableWindow.h Better handling of ResizableWindow screen bounds handling when in kiosk mode. 2014-01-09 17:44: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 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_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>. 2014-06-14 13:06:53 +01:00
juce_TopLevelWindow.cpp Tweak to the way TopLevelWindow detects focus 2014-05-23 21:52:29 +01:00
juce_TopLevelWindow.h Minor clean-ups 2014-05-23 21:50:43 +01:00