| .. |
|
containers
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +01:00 |
|
files
|
Some clean-ups and additions to Logger and FileLogger classes. Added some logging to the Introjucer.
|
2012-09-19 15:22:39 +01:00 |
|
json
|
Removed some unused android code. Refactored some messaging code.
|
2012-03-25 20:09:57 +01:00 |
|
logging
|
Some clean-ups and additions to Logger and FileLogger classes. Added some logging to the Introjucer.
|
2012-09-19 15:22:39 +01:00 |
|
maths
|
Cleaned up some compiler warnings.
|
2012-09-24 14:03:54 +01:00 |
|
memory
|
Audio plugin fixes.
|
2012-10-01 20:21:27 +01:00 |
|
misc
|
Changed URL::addEscapeChars to avoid use of the '+' character. Minor clean-ups.
|
2012-04-11 11:04:50 +01:00 |
|
native
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +01:00 |
|
network
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +01:00 |
|
streams
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +01:00 |
|
system
|
Precautionary undef-ing of noexcept and nullptr.
|
2012-10-03 21:02:01 +01:00 |
|
text
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +01:00 |
|
threads
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +01:00 |
|
time
|
Misc minor tidying up.
|
2012-09-08 11:31:51 +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
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +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 bump: 2.0.27
|
2012-09-08 14:37:39 +01:00 |