.. |
juce_CachedComponentImage.h
|
New internal class CachedComponentImage, which is used internally to manage component buffering. I've used this to rebuild the OpenGLComponent's rendering algorithm so that it now supports sub-components and can have 2D content drawn in its paint method. Updated the openGL demo to show this in action.
|
13 years ago |
juce_Component.cpp
|
Added call to Component::colourChanged when the l+f changes.
|
13 years ago |
juce_Component.h
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
13 years ago |
juce_ComponentListener.cpp
|
(automated whitespace clean-up)
|
13 years ago |
juce_ComponentListener.h
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
13 years ago |
juce_Desktop.cpp
|
New class Desktop::Displays, which now handles all display size information and replaces some methods that were in Desktop. Also now supports display scaling values. See Desktop::getDisplays().
|
13 years ago |
juce_Desktop.h
|
New class Desktop::Displays, which now handles all display size information and replaces some methods that were in Desktop. Also now supports display scaling values. See Desktop::getDisplays().
|
13 years ago |
juce_ModalComponentManager.cpp
|
(automated whitespace clean-up)
|
13 years ago |
juce_ModalComponentManager.h
|
Modal component deletion fix. Minor addition to ComponentAnimator.
|
13 years ago |