1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00
JUCE/extras/Demo/Source
2014-05-27 17:02:34 +01:00
..
Demos Refactored the StringPool and Identifier classes to store the identifiers as Strings, so that they can be shared with other classes like XmlElement without creating temporary or copied String objects. Also added garbage collection for the pooled strings, and changed XmlElement to pool all of the strings it uses, to reduce memory footprint in large XML trees with many identical names. Also refactored NamedValueSet to use an array instead of a linked list. 2014-05-27 17:02:34 +01:00
DemoUtilities.h Added the all-new demo app! 2013-11-11 16:48:48 +00:00
IntroScreen.cpp Minor fix to demo app. 2014-04-25 11:18:03 +01:00
JuceDemoHeader.h Added the all-new demo app! 2013-11-11 16:48:48 +00:00
Main.cpp New interprocess utility classes: ChildProcessSlave and ChildProcessMaster. 2014-02-09 11:11:28 +00:00
MainWindow.cpp Made sure the demo cleans up the bubble message components that it uses. 2014-03-16 12:29:32 +00:00
MainWindow.h Made sure the demo cleans up the bubble message components that it uses. 2014-03-16 12:29:32 +00:00