1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00
JUCE/src/text
2010-02-20 18:57:36 +00:00
..
juce_CharacterFunctions.cpp Minor code modernisations. 2010-02-03 19:05:03 +00:00
juce_CharacterFunctions.h Rearranged the layout of the source tree, giving it a slightly flatter directory structure. Also fixed a small bug with DragAndDropComponents that was stopping the toolbar customisation working properly. 2009-08-22 21:57:23 +00:00
juce_LocalisedStrings.cpp Minor code clean-ups 2010-01-03 16:17:42 +00:00
juce_LocalisedStrings.h Minor code clean-ups 2010-01-03 16:17:42 +00:00
juce_String.cpp Fix for String copying thread-safety, and some minor compile issues. 2010-02-08 16:23:01 +00:00
juce_String.h Fix for String copying thread-safety, and some minor compile issues. 2010-02-08 16:23:01 +00:00
juce_StringArray.cpp Added X-windows locking for all linux windowing, and added a class ScopedXLock to allow it to be done around client code as well. Misc fixes for mac menus, win32 WM_QUIT messages, MidiKeyboardComponent. Added text colour id to DirectoryContentsDisplayComponent. 2010-01-24 20:46:34 +00:00
juce_StringArray.h Added X-windows locking for all linux windowing, and added a class ScopedXLock to allow it to be done around client code as well. Misc fixes for mac menus, win32 WM_QUIT messages, MidiKeyboardComponent. Added text colour id to DirectoryContentsDisplayComponent. 2010-01-24 20:46:34 +00:00
juce_StringPairArray.cpp Rearranged the layout of the source tree, giving it a slightly flatter directory structure. Also fixed a small bug with DragAndDropComponents that was stopping the toolbar customisation working properly. 2009-08-22 21:57:23 +00:00
juce_StringPairArray.h Rearranged the layout of the source tree, giving it a slightly flatter directory structure. Also fixed a small bug with DragAndDropComponents that was stopping the toolbar customisation working properly. 2009-08-22 21:57:23 +00:00
juce_XmlDocument.cpp New class: NamedValueSet, which is a simple container for named var objects. Removed the clunky get/setComponentProperty methods and replaced them a single method Component::getProperties(), which returns a NamedValueSet for that component - if you've used component properties in your code you might need to change your syntax, but this is a cleaner solution, and using var objects for the data is more powerful than the old, string-based implementation. Also fixed a Mac image rendering bug. 2010-01-29 10:31:12 +00:00
juce_XmlDocument.h Changed all uses of OwnedArray<File> to be Array<File> instead, which is a bit more efficient and easier to work with. Optimised the software renderer to improve most drawing operations, particularly simple shapes filling like drawing lines, etc. 2010-01-28 16:02:16 +00:00
juce_XmlElement.cpp Tidied a few static functions away into private namespaces. 2010-02-20 18:57:36 +00:00
juce_XmlElement.h Added a handy new method: XmlElement::createNewChildElement(). 2010-02-07 14:02:30 +00:00