1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00
JUCE/extras/the jucer/src/model
2010-01-29 10:31:12 +00:00
..
components 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
documents Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
paintelements Changed some 'int's to 'size_t's, to improve 64-bit compatibility. Also changed jmin and jmax to use templates, so they can take any type. These changes might mean that you'll need to add some more explicit casts to get your existing code to compile, but this is actually a good thing - it brought to light a few dodgy implicit casts in my code, and may do the same in yours. Also added a function roundToInt(), which replaces roundDoubleToInt() and roundFloatToInt(), but takes any size of floating point number (I've left the old roundDoubleToInt() and roundFloatToInt() functions there for convenience, but will probably remove them in the future). 2010-01-14 14:49:25 +00:00
jucer_BinaryResources.cpp Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
jucer_BinaryResources.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
jucer_ComponentLayout.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
jucer_ComponentLayout.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
jucer_GeneratedCode.cpp Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
jucer_GeneratedCode.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
jucer_JucerDocument.cpp Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
jucer_JucerDocument.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
jucer_ObjectTypes.cpp Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
jucer_ObjectTypes.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
jucer_PaintRoutine.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
jucer_PaintRoutine.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00