.. |
containers
|
Fixed an obscure utf8 string comparison problem. Added a few C++11 tweaks. Improved VST host default folder detection. Win32 file browser filter fix. Introjucer VS2005 compiler bug workaround.
|
13 years ago |
files
|
New method: FileOutputStream::truncate()
|
13 years ago |
json
|
Added a unit-test, and removed constness from a couple more return types.
|
13 years ago |
logging
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
14 years ago |
maths
|
Tweaks to Viewport and roundToInt()
|
13 years ago |
memory
|
Handy new functions: createCopyIfNotNull(), and ScopedPointer::createCopy()
|
13 years ago |
misc
|
Created c++11 move constructors and operator= methods for a bunch of classes (only enabled for c++11 compilers, of course)
|
14 years ago |
native
|
New method: FileOutputStream::truncate()
|
13 years ago |
network
|
Workarounds for mingw compatibility.
|
13 years ago |
streams
|
OSX10.4 menu fix. Graphics::drawSingleLineText justification.
|
13 years ago |
system
|
win32 revealToUser improvement. TextEditor fix. Supprt for cut/copy/paste shortcuts when OSX file browsers are visible. iOS embedded window positioning fix.
|
13 years ago |
text
|
Fixed an obscure utf8 string comparison problem. Added a few C++11 tweaks. Improved VST host default folder detection. Win32 file browser filter fix. Introjucer VS2005 compiler bug workaround.
|
13 years ago |
threads
|
Misc minor clean-ups.
|
13 years ago |
time
|
Minor additions to ValueTree, Time. OpenGL work. Update to introjucer MSVC .sln file generation.
|
13 years ago |
unit_tests
|
Optimised and tidied up some ValueTree methods. Added a method to MultiDocumentPanel.
|
13 years ago |
xml
|
Removed the (broken) String::Concatenator class - this awful class should never have existed. Instead, for fast string concatenation, write to a MemoryOutputStream and get the result with MemoryOutputStream::toString().
|
13 years ago |
zip
|
A few minor tweaks to ZipFile. Handling for aliased folders in OSX file chooser.
|
13 years ago |
juce_core.cpp
|
Finally turned off the T wide-char string macro by default. If you've used it in your code, I'd recommend just skimming through and simply removing it. Any ascii strings will work fine without it; any strings containing extended chars are NOT PORTABLE and shouldn't be embedded anyway, but will work just as well if you replace the T with an 'L' prefix (much better to re-encode them as escaped UTF-8 though). If you really must keep using the macro, you can set the JUCE_DEFINE_T_MACRO flag to 1, and it will still be available as before.
|
13 years ago |
juce_core.h
|
New class: ChildProcess. Fixed android build problems with paths.
|
13 years ago |
juce_core.mm
|
Added new module wrappers.
|
14 years ago |
juce_module_info
|
Bumped the version number.
|
13 years ago |