1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_extra/misc
2013-12-23 15:16:38 +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 a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_KeyMappingEditorComponent.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_KeyMappingEditorComponent.h Couple of translation tweaks to KeyMappingEditorComponent. 2013-09-17 16:52:57 +01:00
juce_LiveConstantEditor.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_LiveConstantEditor.h Added XML and Lua tokenisers for the CodeEditorComponent 2013-12-08 12:27:36 +00: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 Added some new methods to SystemTrayIconComponent for highlighting and message bubbles. 2013-09-16 11:21:49 +01:00
juce_WebBrowserComponent.h Whitespace cleanups. 2013-12-03 11:33:45 +00:00