1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core
2013-10-28 21:36:48 +00:00
..
containers Added methods var::clone() and DynamicObject::clone() for deep-copying objects. 2013-10-12 15:25:44 +01:00
files Removed unwise assertion from File. 2013-10-15 17:36:32 +01:00
javascript Fix to javascript operator precedence. 2013-10-28 18:30:08 +00:00
logging Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
maths Added some trigonometry functions that are missing from MSVC's C library. 2013-10-14 13:40:10 +01:00
memory Avoiding a few MSVC warnings 2013-10-22 19:29:04 +01:00
misc Tweaked the Uuid class to make it compatible with RFC 4122 version 4. 2013-09-30 15:22:09 +01:00
native Optimisation to posix WaitableEvent::signal() 2013-10-28 21:36:48 +00:00
network Made a few constant string arrays static to help compilers to optimise their initialisation. 2013-10-17 10:42:58 +01:00
streams Avoiding a few MSVC warnings 2013-10-22 19:29:04 +01:00
system Version number update 2013-10-27 22:06:04 +00:00
text Added method String::hash() 2013-10-25 13:04:47 +01:00
threads Added flags to choose whether stderr and stdout are returned by ChildProcess. Used this to fix linux native file chooser. 2013-10-12 17:00:16 +01:00
time Made a few constant string arrays static to help compilers to optimise their initialisation. 2013-10-17 10:42:58 +01:00
unit_tests Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. 2013-09-11 10:29:48 +01:00
xml Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 2013-10-27 22:02:21 +00:00
zip Fixed spelling. Added a few simple methods to Random, BigInteger and var. 2013-10-10 12:13:12 +01:00
juce_core.cpp New class: JavascriptEngine! 2013-10-16 12:49:12 +01:00
juce_core.h New class: JavascriptEngine! 2013-10-16 12:49:12 +01:00
juce_core.mm Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_module_info Version number update 2013-10-27 22:06:04 +00:00