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
2012-11-27 12:06:36 +00:00
..
containers Minor cleanups. 2012-11-08 16:35:56 +00:00
files Workaround for Xcode3 compiler bug. 2012-10-30 12:25:48 +00:00
json Removed some unused android code. Refactored some messaging code. 2012-03-25 20:09:57 +01:00
logging Fix for recursion in exception logger. 2012-11-04 16:45:57 +00:00
maths Avoid warnings in Intel compiler. 2012-11-19 15:57:58 +00:00
memory Renamed a few old references to "iPhoneOS" as "iOS". 2012-11-13 18:28:55 +00:00
misc Changed URL::addEscapeChars to avoid use of the '+' character. Minor clean-ups. 2012-04-11 11:04:50 +01:00
native Made posix ChildProcess return stderr as well as stdout. 2012-11-27 12:06:36 +00:00
network Fixed some more warnings. 2012-09-24 15:45:25 +01:00
streams Minor documentation updates. Added MidiMessageSequence::sort() method. 2012-10-17 17:03:05 +01:00
system Version 2.0.28 2012-11-14 10:01:45 +00:00
text Avoided some minor compiler warnings. 2012-11-11 17:06:14 +00:00
threads Added a new ChildProcess::start method that takes an argument array. 2012-10-14 12:54:40 +01:00
time Fix for Time::getCurrentTime(). 2012-10-16 11:18:30 +01:00
unit_tests Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 2012-07-07 21:09:10 +01:00
xml New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component". 2012-08-14 17:47:41 +01:00
zip Prevented zlib headers messing-up use of the fdopen() function. 2012-10-31 10:03:20 +00:00
juce_core.cpp New class: TextDiff 2012-08-15 18:39:33 +01:00
juce_core.h New class: TextDiff 2012-08-15 18:39:33 +01:00
juce_core.mm Added new module wrappers. 2011-08-15 19:41:17 +01:00
juce_module_info Version 2.0.28 2012-11-14 10:01:45 +00:00