This website requires JavaScript.
Explore
Help
Sign in
mirror
/
JUCE
Watch
1
Star
0
Fork
You've already forked JUCE
0
mirror of
https://github.com/juce-framework/JUCE.git
synced
2026-01-16 00:34:19 +00:00
Code
Activity
91eeebda2f
JUCE
/
build
/
win32
History
Download ZIP
Download TAR.GZ
Julian Storer
63d3d8a77e
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
..
codeblocks
2008-05-19 19:32:17 +00:00
vc6
VC6 compatibility updates
2009-12-22 20:59:32 +00:00
vc8
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