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-08-29 11:01:47 +01:00
..
containers New class: TextDiff 2012-08-15 18:39:33 +01:00
files Minor updates for mingw compatibility. 2012-08-24 08:57:18 +01:00
json Removed some unused android code. Refactored some messaging code. 2012-03-25 20:09:57 +01:00
logging (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
maths Minor updates for mingw compatibility. 2012-08-24 08:57:18 +01:00
memory Added a new struct DialogWindow::LaunchOptions, to provide a better mechanism than the existing static methods for launching dialog boxes. I've left the old static methods in there but will probably deprecate them at some point in the future. Also added a couple of methods to OptionalOwnedPointer. 2012-08-29 11:01:47 +01:00
misc Changed URL::addEscapeChars to avoid use of the '+' character. Minor clean-ups. 2012-04-11 11:04:50 +01:00
native Minor clean-ups. 2012-08-24 09:23:50 +01:00
network Removed some default parameters in NamedPipe methods and fixed time-outs when using posix NamedPipe::read(). 2012-07-17 15:49:55 +01:00
streams 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
system Minor updates for mingw compatibility. 2012-08-24 08:57:18 +01:00
text Mingw fixes. 2012-08-24 17:48:26 +01:00
threads Minor clean-ups. 2012-08-24 09:23:50 +01:00
time Purged some warnings. 2012-04-10 10:29:14 +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 Added a progress value for ZipFile::Builder. 2012-04-12 13:35:02 +01: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 number bump. 2012-08-09 08:56:28 +01:00