688 Commits (352e603d43fbd7d80c2a8daac954b52e48b51d49)

Author SHA1 Message Date
  jules e80e396f5d Improved documentation. 11 years ago
  jules 844fda7939 Spelling fix. 11 years ago
  jules 5765dbe670 Fix for Time::formatted with empty strings. 11 years ago
  jules 98bd1c55d3 Documentation correction. 11 years ago
  jules 5cabff2ac2 Moved FileFilter and WildcardFileFilter into the juce_core module. 11 years ago
  jules 7e1dcaa0ed Improved comment. 11 years ago
  jules d2532f4540 Version number update 11 years ago
  jules 28c281c6d3 Added a missing operator<< declaration for String. 11 years ago
  jules 492def9abf Made CharPointer_UTF8 more consistent in the way it handles broken sequences. 11 years ago
  jules 0530b6b01a Added a JSON::fromString method. 11 years ago
  jules ff6e3bdace Fix for Array move operator. 11 years ago
  jules 8d340d587e Added an assertion for android to catch use of HTTP on the main thread (not allowed by the OS) 11 years ago
  jules b18dd57e42 Change to allow fully-specified paths to be passed as posix NamedPipe paths, to be able to specify the temp file's location. 11 years ago
  jules 01b9ff0843 Fix for setting thread priority while the thread isn't running. 11 years ago
  jules 76c8400049 Really minor clean-ups. 11 years ago
  jules d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 11 years ago
  jules ce8d56d3a1 Added copy constructors to LocalisedStrings. 11 years ago
  jules ca42bdaeb4 Documentation update + Xcode 3 compiler fix. 11 years ago
  jules 7dd5c09826 Version number update 11 years ago
  jules ab053c5503 Added a LocalisedString::setFallback() method. 11 years ago
  jules 2b0f3f45e0 Made OwnedArray::addCopiesOf handle null pointers. 11 years ago
  jules dc182eef2c Improvement to OSX double->string conversion for better speed + thread-safety. 11 years ago
  jules 585164f4ad javascript 'continue' fix. 11 years ago
  jules 28cdb20040 Whitespace cleanups. 11 years ago
  jules a316bd5f6f Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 11 years ago
  jules 2edec00b55 Removed a few more uses of String::empty. 11 years ago
  jules 2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 11 years ago
  jules f9759ecc6b Documentation fixes. 11 years ago
  jules c7341b1e2c Added a flag in ZipFile to make sure the filename is treated as UTF8. 11 years ago
  jules 39cc7d8d82 Fixed some var::equals ordering problems, and added unit tests for this. 11 years ago
  jules 6849658788 Added method ZipFile::Builder::addEntry for using streams instead of files. 11 years ago
  jules cdacae9cbb Version 3.0.0 11 years ago
  jules 55ff9a57be Changed the Atomic class to use compiler intrinsics directly when using Clang, rather than the OSX functions. 11 years ago
  jules c8779f4192 Put back some atomics workaround functions for PPC. 11 years ago
  jules a4e611222d Various build housekeeping. 11 years ago
  jules 1113e17186 Version number update 11 years ago
  jules a9c2354ed0 Provided public access to the Array<String> that's inside StringArray. 11 years ago
  jules d0d74175e0 Added some functionality to PerformanceCounter. 11 years ago
  jules c8f72856d6 Added a template param to a CharacterFunctions method. 11 years ago
  jules a081f0f641 Added/refactored a couple of String methods. 11 years ago
  jules ad324efc01 Removed some old iOS workarounds from the atomic class. 11 years ago
  jules 74ed52e20e Fix for file searches returning non-precomposed unicode chars on OSX. 11 years ago
  jules 6018f1df3d Added a SystemStats::getDeviceDescription() method. 11 years ago
  jules 12a8dd3092 Avoided some pedantic GCC warnings. 11 years ago
  jules d4a50a8de1 A couple of javascript fixes. 11 years ago
  jules 4f5fd4daa7 Fix for javascript invocation of object methods. 11 years ago
  jules aa8fdc8cba Made a couple of OwnedArray methods return the object that they are passed. 11 years ago
  jules fb3b5035aa Made sure that File::createLink on win32 works even if CoInitialize hasn't been called. 11 years ago
  jules 2c9c35d3c3 Fixed a few compiler warnings. 11 years ago
  jules d996ab0c25 Optimisation to posix WaitableEvent::signal() 11 years ago