1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/src/gui/components/windows
2010-03-08 18:16:24 +00:00
..
juce_AlertWindow.cpp Couple of new methods for String. Cleaned up some component code to use SafePointers. 2010-03-07 13:01:33 +00:00
juce_AlertWindow.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_ComponentPeer.cpp Tweaked some component methods. Added function call types for some operators for compatibility with RTAS build. 2010-03-08 18:16:24 +00:00
juce_ComponentPeer.h Tweaked some component methods. Added function call types for some operators for compatibility with RTAS build. 2010-03-08 18:16:24 +00:00
juce_DialogWindow.cpp Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_DialogWindow.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_DocumentWindow.cpp Created a new class Component::SafePointer that keeps a pointer to a component and automatically nulls it if the component is deleted - this makes it a much more elegant replacement for the old ComponentDeletionWatcher class. Removed Component::getComponentUnderMouse(), which doesn't fit with multi-touch interfaces - for similar functionality, use the Desktop::getMouseInputSource() methods to find out what MouseInputSources are available, and ask them about the component they are over or dragging. 2010-02-25 22:33:44 +00:00
juce_DocumentWindow.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_ResizableWindow.cpp Created a new class Component::SafePointer that keeps a pointer to a component and automatically nulls it if the component is deleted - this makes it a much more elegant replacement for the old ComponentDeletionWatcher class. Removed Component::getComponentUnderMouse(), which doesn't fit with multi-touch interfaces - for similar functionality, use the Desktop::getMouseInputSource() methods to find out what MouseInputSources are available, and ask them about the component they are over or dragging. 2010-02-25 22:33:44 +00:00
juce_ResizableWindow.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_SplashScreen.cpp Created a new class Component::SafePointer that keeps a pointer to a component and automatically nulls it if the component is deleted - this makes it a much more elegant replacement for the old ComponentDeletionWatcher class. Removed Component::getComponentUnderMouse(), which doesn't fit with multi-touch interfaces - for similar functionality, use the Desktop::getMouseInputSource() methods to find out what MouseInputSources are available, and ask them about the component they are over or dragging. 2010-02-25 22:33:44 +00:00
juce_SplashScreen.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_ThreadWithProgressWindow.cpp New class: ScopedPointer, which auto-releases a pointer when it goes out of scope. I've used this extensively to replace a lot of pointer deletions with more RAII-style patterns. 2010-01-02 23:01:18 +00:00
juce_ThreadWithProgressWindow.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_TooltipWindow.cpp Couple of new methods for String. Cleaned up some component code to use SafePointers. 2010-03-07 13:01:33 +00:00
juce_TooltipWindow.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_TopLevelWindow.cpp Created a new class Component::SafePointer that keeps a pointer to a component and automatically nulls it if the component is deleted - this makes it a much more elegant replacement for the old ComponentDeletionWatcher class. Removed Component::getComponentUnderMouse(), which doesn't fit with multi-touch interfaces - for similar functionality, use the Desktop::getMouseInputSource() methods to find out what MouseInputSources are available, and ask them about the component they are over or dragging. 2010-02-25 22:33:44 +00:00
juce_TopLevelWindow.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00