| .. |
|
juce_AnimatedAppComponent.cpp
|
Demo cleanups.
|
2014-11-04 11:41:36 +00:00 |
|
juce_AnimatedAppComponent.h
|
Added includes of new template classes.
|
2014-10-28 14:22:54 +00:00 |
|
juce_AppleRemote.h
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
juce_BubbleMessageComponent.cpp
|
Fixed some coverity warnings.
|
2013-06-17 22:10:57 +01:00 |
|
juce_BubbleMessageComponent.h
|
Bit of tidying-up in the Point class, and some spelling fixes in comments.
|
2013-07-22 13:18:29 +01:00 |
|
juce_ColourSelector.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
2013-12-23 15:16:38 +00:00 |
|
juce_ColourSelector.h
|
Added some missing 'override' decorators
|
2015-05-15 12:54:44 +01:00 |
|
juce_KeyMappingEditorComponent.cpp
|
Added some missing 'override' decorators
|
2015-05-15 12:54:44 +01:00 |
|
juce_KeyMappingEditorComponent.h
|
Documentation correction.
|
2015-03-24 14:30:34 +00:00 |
|
juce_LiveConstantEditor.cpp
|
Fix for JUCE_LIVE_CONSTANT in plugins.
|
2015-06-15 10:10:39 -05:00 |
|
juce_LiveConstantEditor.h
|
Fix for non-string textboxes in live constant editor.
|
2014-07-26 10:10:15 +01:00 |
|
juce_PreferencesPanel.cpp
|
Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes.
|
2013-07-08 13:05:51 +01:00 |
|
juce_PreferencesPanel.h
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
juce_RecentlyOpenedFilesList.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
juce_RecentlyOpenedFilesList.h
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
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.
|
2013-08-02 15:36:49 +01:00 |
|
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.
|
2013-09-07 09:43:45 +01:00 |
|
juce_SystemTrayIconComponent.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
juce_SystemTrayIconComponent.h
|
Updated a comment.
|
2014-04-05 10:40:38 +01:00 |
|
juce_WebBrowserComponent.h
|
Focus fix for win32 web browser component. Ability to use javascript in goToURL on OSX.
|
2014-11-20 11:10:16 +02:00 |