1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
jules 2007-07-23 19:02:09 +00:00
parent 78b5d2994e
commit 08cde09921
9 changed files with 164 additions and 99 deletions

View file

@ -20,6 +20,8 @@ Changelist for version 1.44
- added MultiDocumentPanel::createNewDocumentWindow() method to allow creation of custom document windows in a MultiDocumentPanel
- added a Thread::getCurrentThread() method
- added an option to MessageManagerLock that can check for thread termination, to avoid deadlocks.
- new method: PropertySet::setFallbackPropertySet()
- some simplifications to ApplicationProperties, because of problems it was causing when there were read-only common property files.
==============================================================================
Changelist for version 1.43