1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00
JUCE/src/gui/components/properties
2010-11-19 22:03:35 +00:00
..
juce_BooleanPropertyComponent.cpp Minor code clean-ups. 2010-06-10 10:09:24 +01:00
juce_BooleanPropertyComponent.h Added workarounds for a truly moronic VC2005 compiler bug. Very, very annoyed at having to spend hours and compromise my coding style geting this to build properly... 2010-07-13 16:00:10 +01:00
juce_ButtonPropertyComponent.cpp Minor code clean-ups. 2010-06-10 10:09:24 +01:00
juce_ButtonPropertyComponent.h Added workarounds for a truly moronic VC2005 compiler bug. Very, very annoyed at having to spend hours and compromise my coding style geting this to build properly... 2010-07-13 16:00:10 +01:00
juce_ChoicePropertyComponent.cpp Workarounds for VC6. 2010-11-17 14:01:14 +00:00
juce_ChoicePropertyComponent.h Added workarounds for a truly moronic VC2005 compiler bug. Very, very annoyed at having to spend hours and compromise my coding style geting this to build properly... 2010-07-13 16:00:10 +01:00
juce_PropertyComponent.cpp Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_PropertyComponent.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_PropertyPanel.cpp Fixed an image resizing bug. Tweaked a couple of methods in KeyMappingEditorComponent and TableListBox to return references instead of pointers. Changed Component::contains() to take a Point rather than raw coordinates. Modernised some UI classes internally. Extended some internal graphics classes to handle affine transforms. 2010-11-15 14:04:01 +00:00
juce_PropertyPanel.h Minor code clean-ups. 2010-06-10 10:09:24 +01:00
juce_SliderPropertyComponent.cpp Minor code clean-ups. 2010-06-10 10:09:24 +01:00
juce_SliderPropertyComponent.h Updated the ChangeBroadcaster class - sendChangeMessage() now has no parameters, and ChangeListener::changeListenerCallback() no longer provides a void*, it provides the ChangeBroadcaster* that triggered the callback. Also deleted the ChangeListenerList class, as it didn't offer anything that ChangeBroadcaster doesn't do. Changed the new jucer to expand preprocessor tokens in the header search path string. 2010-11-19 22:03:35 +00:00
juce_TextPropertyComponent.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_TextPropertyComponent.h 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