1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_gui_extra/misc
2012-05-25 16:50:47 +01:00
..
juce_AppleRemote.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.. 2011-08-12 10:04:52 +01:00
juce_BubbleMessageComponent.cpp Minor change to BubbleMessageComponent layout. 2012-05-25 16:50:47 +01:00
juce_BubbleMessageComponent.h Altered BubbleMessageComponent to take an AttributedString rather than a plain String, for more control over its layout. 2012-05-25 10:16:55 +01:00
juce_ColourSelector.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_ColourSelector.h Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed. 2011-08-19 21:34:34 +01:00
juce_KeyMappingEditorComponent.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_KeyMappingEditorComponent.h Removed 'const' from some virtual method return types - this might require a few tweaks to user-code. 2011-09-12 21:59:19 +01:00
juce_PreferencesPanel.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_PreferencesPanel.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.. 2011-08-12 10:04:52 +01:00
juce_RecentlyOpenedFilesList.cpp Added a method RecentlyOpenedFilesList::registerRecentFileNatively() and updated the introjucer to register its recent documents with the OS. 2012-05-22 16:24:06 +01:00
juce_RecentlyOpenedFilesList.h Added a method RecentlyOpenedFilesList::registerRecentFileNatively() and updated the introjucer to register its recent documents with the OS. 2012-05-22 16:24:06 +01:00
juce_SplashScreen.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_SplashScreen.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.. 2011-08-12 10:04:52 +01:00
juce_SystemTrayIconComponent.cpp Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 2012-02-11 14:09:23 +00:00
juce_SystemTrayIconComponent.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.. 2011-08-12 10:04:52 +01:00
juce_WebBrowserComponent.h Added WebBrowserComponent::pageFinishedLoading() 2011-11-23 12:33:34 +00:00