1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core/xml
2014-02-06 10:01:18 +00:00
..
juce_XmlDocument.cpp Fix for parsing XML elements with comments at the start of a text block. 2014-02-06 10:01:18 +00:00
juce_XmlDocument.h Fix for parsing XML elements with comments at the start of a text block. 2014-02-06 10:01:18 +00:00
juce_XmlElement.cpp Added a method XmlElement::prependChildElement(), and used this for a few optimisations. 2013-10-25 12:52:19 +01:00
juce_XmlElement.h Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 2013-10-27 22:02:21 +00:00