1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00
JUCE/src
2010-08-09 11:21:48 +01:00
..
application Fix for iOS launching. Tweak for win32 font rendering. Added a File::hostApplicationPath flag. 2010-07-23 12:33:27 -05:00
audio Added CDDB support for mac. Small fix for iPad text entry. 2010-07-26 16:18:21 +01:00
containers Added workarounds for a truly moronic VC2005 compiler bug. Very, very annoyed at having to spend hours and compromise my coding style geting this to build properly... 2010-07-13 16:00:10 +01:00
core ActiveX browser plugin fix. File extension changes in the new jucer. 2010-08-09 11:21:48 +01:00
cryptography Fix for random seeds in the RSAKey class. 2010-07-06 11:39:48 +01:00
events Cleaned up and restructured some app startup code. Updated some iPhone settings. 2010-07-10 11:41:07 +01:00
gui ActiveX browser plugin fix. File extension changes in the new jucer. 2010-08-09 11:21:48 +01:00
io Fixed some namespace issues with png and zlib. Changed the way the DBG macro works to allow expressions like DBG ("foo" << 123 << "bar"), so that it's easier to dump out numbers. 2010-08-02 11:33:05 +01:00
native ActiveX browser plugin fix. File extension changes in the new jucer. 2010-08-09 11:21:48 +01:00
text Refactored the MemoryOutputStream constructors and added some new features. Tidied up some stream methods to avoid relying on the stream length, which can be unreliable in http streams. Tweaked some mac atomic functions. Fixed some win32 dllexport declarations. 2010-07-05 13:37:38 +01:00
threads Fixed a couple of MSVC compile errors. 2010-07-12 10:21:03 +01:00
utilities Cleaned up and restructured some app startup code. Updated some iPhone settings. 2010-07-10 11:41:07 +01:00
juce_app_includes.h Tidied up a bunch of listener classes, making them child classes - e.g. ButtonListener becomes Button::Listener. Did this for ComboBox, Button, CameraDevice, Label, ScrollBar, Slider, TextEditor, TableHeaderComponent. (There are typedefs to make sure old code still works, though I might remove those in the future). 2010-07-11 11:46:36 +01:00
juce_core_includes.h New class StringPool. Removed the class var::identifier from its parent class, and renamed it "Identifier" - I've left a typedef in var to allow old code to still work, but I'll remove this at some point, so please switch to using the new classname directly. Jucer development. 2010-05-15 13:22:26 +01:00
juce_DefineMacros.h Mouse fix for audio plugins in Muse Receptor. Fixed DrawableText constructor. 2010-07-07 16:59:19 +01:00
juce_WithoutMacros.h Copyright notice update. 2010-04-23 09:37:13 +01:00