1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core
2013-11-02 14:05:59 +00:00
..
containers Made a couple of OwnedArray methods return the object that they are passed. 2013-11-01 14:00:44 +00:00
files Removed unwise assertion from File. 2013-10-15 17:36:32 +01:00
javascript A couple of javascript fixes. 2013-11-02 14:05:59 +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 Made sure that File::createLink on win32 works even if CoInitialize hasn't been called. 2013-11-01 11:03:40 +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 Fixed a few compiler warnings. 2013-11-01 10:43:30 +00: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