| .. |
|
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
|
Removed some old iOS workarounds from the atomic class.
|
2013-11-05 18:01:09 +00:00 |
|
misc
|
Tweaked the Uuid class to make it compatible with RFC 4122 version 4.
|
2013-09-30 15:22:09 +01:00 |
|
native
|
Fix for file searches returning non-precomposed unicode chars on OSX.
|
2013-11-05 14:33:12 +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
|
Added a SystemStats::getDeviceDescription() method.
|
2013-11-05 11:10:31 +00:00 |
|
text
|
Added a template param to a CharacterFunctions method.
|
2013-11-07 14:39:22 +00:00 |
|
threads
|
Fixed a few compiler warnings.
|
2013-11-01 10:43:30 +00:00 |
|
time
|
Added some functionality to PerformanceCounter.
|
2013-11-09 22:58:23 +00: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
|
Avoided some pedantic GCC warnings.
|
2013-11-03 19:16:52 +00: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 |