1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_gui_basics/windows
2014-11-19 17:53:33 +02:00
..
juce_AlertWindow.cpp A few minor whitespace cleanups. 2014-08-16 21:06:27 +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 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 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 Added a missing JUCE_API flag. 2014-09-17 08:47:51 +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 More template cleanups 2014-11-04 17:36:59 +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 Avoided recursion in TooltipWindow on win32 2014-11-19 17:53:33 +02:00
juce_TooltipWindow.h Avoided recursion in TooltipWindow on win32 2014-11-19 17:53:33 +02:00
juce_TopLevelWindow.cpp Tweak to the way TopLevelWindow detects focus 2014-05-23 21:52:29 +01:00
juce_TopLevelWindow.h Removed a couple of redundant 'virtual's 2014-09-26 13:05:55 +01:00