1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00
JUCE/src/gui/components/windows
2010-11-01 17:51:09 +00:00
..
juce_AlertWindow.cpp Couple of minor tweaks, and a fix for menu bars. 2010-10-08 20:35:04 +01:00
juce_AlertWindow.h Couple of minor tweaks, and a fix for menu bars. 2010-10-08 20:35:04 +01:00
juce_CallOutBox.cpp Added display rotation support for iOS - see the Desktop class for implementation methods. Also fixed a couple of minor build issues. 2010-10-13 19:16:01 +01:00
juce_CallOutBox.h Improvements to mouse wheel response on the mac, allowing much better smooth-scrolling, and also mouse-wheel improvements in the Viewport class to make it respond more fluidly. Also misc small fixes and tweaks. 2010-06-15 19:57:55 +01:00
juce_ComponentPeer.cpp The Component class no longer derives from MessageListener - this was adding a lot of overhead to each component construction/destruction, and was rarely providing any benefit. You can add it as a base class yourself if you need it. Component::isValidComponent() has now been removed - it was never 100% reliable and its job can be done better using Component::SafePointer to watch for deletions. Also minor fixes to AudioDeviceManager and Midi sysex parsing. 2010-11-01 17:51:09 +00:00
juce_ComponentPeer.h The Component class no longer derives from MessageListener - this was adding a lot of overhead to each component construction/destruction, and was rarely providing any benefit. You can add it as a base class yourself if you need it. Component::isValidComponent() has now been removed - it was never 100% reliable and its job can be done better using Component::SafePointer to watch for deletions. Also minor fixes to AudioDeviceManager and Midi sysex parsing. 2010-11-01 17:51:09 +00:00
juce_DialogWindow.cpp Fix for iOS launching. Tweak for win32 font rendering. Added a File::hostApplicationPath flag. 2010-07-23 12:33:27 -05:00
juce_DialogWindow.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_DocumentWindow.cpp Added an alpha setting to Components with Component::setAlpha(). Removed Component::fadeOutComponent method and instead refactored the ComponentAnimator class to provide fading in and out of the alpha level. Added a method Desktop::getAnimator() that provides a global instance of a ComponentAnimator so that there's no need to create your own. 2010-10-23 21:05:21 +01:00
juce_DocumentWindow.h Major change to the way the Image class works, making it use value semantics and internally shared data (see the forum notes for more info on this). Also minor changes to win32 browser plugin object ref counting and linux millisecond timers. 2010-06-01 18:01:13 +01:00
juce_ResizableWindow.cpp Added display rotation support for iOS - see the Desktop class for implementation methods. Also fixed a couple of minor build issues. 2010-10-13 19:16:01 +01:00
juce_ResizableWindow.h Made ResizableWindow slightly more resilient. Added a method to OwnedArray. 2010-06-18 11:33:53 +01:00
juce_SplashScreen.cpp Major change to the way the Image class works, making it use value semantics and internally shared data (see the forum notes for more info on this). Also minor changes to win32 browser plugin object ref counting and linux millisecond timers. 2010-06-01 18:01:13 +01:00
juce_SplashScreen.h Major change to the way the Image class works, making it use value semantics and internally shared data (see the forum notes for more info on this). Also minor changes to win32 browser plugin object ref counting and linux millisecond timers. 2010-06-01 18:01:13 +01:00
juce_ThreadWithProgressWindow.cpp Minor clean-ups. 2010-06-10 12:26:43 +01:00
juce_ThreadWithProgressWindow.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_TooltipWindow.cpp Minor fixes for mac 10.4 atomics, mouse dragging, tooltips. 2010-07-28 13:57:58 +01:00
juce_TooltipWindow.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_TopLevelWindow.cpp Minor clean-ups. 2010-06-10 12:26:43 +01:00
juce_TopLevelWindow.h Minor clean-ups. Jucer development. 2010-04-27 19:19:18 +01:00