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-30 02:50:05 +00:00
Code
Activity
ef6ab9ed6a
JUCE
/
src
/
juce_core
History
Download ZIP
Download TAR.GZ
jules
ef6ab9ed6a
Added some cunning hacks that should make modal dialogs in plugins block mouse events in the host app. Also added a fix for thread-safety in ReferenceCountedArrays, and tweaked the new variant classes.
2009-04-22 21:07:52 +00:00
..
basics
whitespace clean-ups
2008-12-17 15:08:39 +00:00
containers
Added some cunning hacks that should make modal dialogs in plugins block mouse events in the host app. Also added a fix for thread-safety in ReferenceCountedArrays, and tweaked the new variant classes.
2009-04-22 21:07:52 +00:00
cryptography
Added a method to BitArray, fixed a memory leak at shutdown on the mac, and tidied up some whitespace.
2009-01-28 16:30:56 +00:00
io
A handful of small fixes and whitespace clean-ups. Added a parameter to the DatagramSocket::read to specify whether the operation should block.
2009-04-17 14:05:04 +00:00
misc
added a CD-eject method for the mac; fixed a small CoreAudio bug; sorted out some minor message loop problems on the mac and windows; added a PlatformUtilities method to add an item to the OSX dock.
2009-03-24 18:43:08 +00:00
text
whitespace clean-up
2009-02-25 21:10:27 +00:00
threads
Added method String::containsNonWhitespaceChars(); changed the XML parser to not strip whitespace from around text elements, and also added XmlDocument::setEmptyTextElementsIgnored() to make it optionally keep all whitespace-only text elements. Added methods File::containsSubDirectories(), WebBrowserComponent::refresh(), TreeView::deleteRootItem(). Ironed out a possible bug with buttons crashing when deleted during a keypress callback. Changed pixel ordering to sort out transparent windows on PPC macs. Also fixed a mac AU build problem, and removed a couple of gcc warnings.
2009-01-19 13:00:10 +00:00