| .. |
|
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
|
Documentation improvement.
|
2014-04-14 16:53:16 +01:00 |
|
juce_KeyMappingEditorComponent.cpp
|
Added a TRANS macro in the key-map editor.
|
2014-04-09 13:50:49 +01:00 |
|
juce_KeyMappingEditorComponent.h
|
Couple of translation tweaks to KeyMappingEditorComponent.
|
2013-09-17 16:52:57 +01:00 |
|
juce_LiveConstantEditor.cpp
|
Updated the live constant editor to add C++ escape-sequences for non-ascii strings, and to allow multi-line strings.
|
2014-07-04 17:54:21 +01:00 |
|
juce_LiveConstantEditor.h
|
Updated the live constant editor to add C++ escape-sequences for non-ascii strings, and to allow multi-line strings.
|
2014-07-04 17:54:21 +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
|
Whitespace cleanups.
|
2013-12-03 11:33:45 +00:00 |