1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00
JUCE/extras
2010-01-03 22:57:39 +00:00
..
amalgamator fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00
audio plugin host Cleaned up some namespace issues, and tweaked the plugin host demo to avoid namespace clashes with juce plugins 2009-12-01 13:16:55 +00:00
audio plugins Small fix to ValueTree 2010-01-03 22:57:39 +00:00
binarybuilder fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00
browser plugins New class HeapBlock, which provides a safe and object-oriented way to allocate heap space. I've used HeapBlocks to replace almost all uses of malloc/free throughout the codebase. 2010-01-02 14:55:44 +00:00
example projects fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00
juce demo New class: ScopedPointer, which auto-releases a pointer when it goes out of scope. I've used this extensively to replace a lot of pointer deletions with more RAII-style patterns. 2010-01-02 23:01:18 +00:00
prebuilt Checked in some new binaries for the juce demo 2009-09-19 14:27:46 +01:00
the jucer Added a colour ID for TextButton text when the button is toggled on. Improved the class hierarchy implementation of some container classes. Made DSound cope better with dropped buffers. 2009-12-18 16:37:46 +00:00