.. |
juce_AnimatedAppComponent.cpp
|
Demo cleanups.
|
10 years ago |
juce_AnimatedAppComponent.h
|
Added includes of new template classes.
|
10 years ago |
juce_AppleRemote.h
|
Updated the format of the header include guard macros.
|
12 years ago |
juce_BubbleMessageComponent.cpp
|
Fixed some coverity warnings.
|
12 years ago |
juce_BubbleMessageComponent.h
|
Bit of tidying-up in the Point class, and some spelling fixes in comments.
|
12 years ago |
juce_ColourSelector.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
juce_ColourSelector.h
|
Added some missing 'override' decorators
|
10 years ago |
juce_KeyMappingEditorComponent.cpp
|
Added some missing 'override' decorators
|
10 years ago |
juce_KeyMappingEditorComponent.h
|
Documentation correction.
|
10 years ago |
juce_LiveConstantEditor.cpp
|
Changed the way the JUCE_LIVE_CONSTANT singletons are generated, to make it more robust when used in a plugin environment
|
10 years ago |
juce_LiveConstantEditor.h
|
Changed the way the JUCE_LIVE_CONSTANT singletons are generated, to make it more robust when used in a plugin environment
|
10 years ago |
juce_PreferencesPanel.cpp
|
Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes.
|
12 years ago |
juce_PreferencesPanel.h
|
Updated the format of the header include guard macros.
|
12 years ago |
juce_RecentlyOpenedFilesList.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
juce_RecentlyOpenedFilesList.h
|
Updated the format of the header include guard macros.
|
12 years ago |
juce_SplashScreen.cpp
|
Had a look at the SplashScreen class, and realised it was total crap, so redesigned it to avoid using any modal loop nastiness, and to encourage initialisation on background threads.
|
12 years ago |
juce_SplashScreen.h
|
Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
|
11 years ago |
juce_SystemTrayIconComponent.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
juce_SystemTrayIconComponent.h
|
Updated a comment.
|
11 years ago |
juce_WebBrowserComponent.h
|
Focus fix for win32 web browser component. Ability to use javascript in goToURL on OSX.
|
10 years ago |