688 Commits (352e603d43fbd7d80c2a8daac954b52e48b51d49)

Author SHA1 Message Date
  jules 9dcdea59a7 Added a couple of methods to Range. 11 years ago
  jules 2dbd55db3e Fix for threading bug in GlyphCache. 11 years ago
  jules e2dee22b07 Updated OS version enum. 11 years ago
  jules e5e24fd541 Avoided assertion in File::isAbsolutePath 11 years ago
  jules 5ede2da44b Improved some MemoryBlock comments and gave the class a reset() method. 11 years ago
  jules 845391eb78 Documentation fix. 11 years ago
  jules bcec781991 Tidied up the way the URL class handles file uploads, and added support for in-memory uploads. 11 years ago
  jules 47aad5a8e7 Replaced some win32 cpuid code. 11 years ago
  jules 4889822eaf Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page. 11 years ago
  jules 2b037b5095 Avoiding spurious assertions in posix when starting child processes without full paths. 11 years ago
  jules 7f9425058a Version number update 11 years ago
  jules 1f27553d38 Added an assertion to ChildProcess to catch attempts to launch non-existent executables. 11 years ago
  jules 0455110a0e Added method URL::createWithoutParsing() 11 years ago
  jules 28e4473a6b Fixed some typos. 11 years ago
  jules 00f317a717 Android JNIEnv locking. 11 years ago
  jules fe25f6ee3c Improved some misleading example code for ScopedLock. 11 years ago
  jules a3ea53c460 Version number update 11 years ago
  jules dcbde7b118 Added NamedValueSet::indexOf() 11 years ago
  jules 3e1c6b6a65 Optimisation to OutputStream::writeString 11 years ago
  jules c0e262463d Added method ThreadPoolJob::getCurrentThreadPoolJob() 11 years ago
  jules 21d4a82002 Added ChildProcess::getExitCode() 11 years ago
  jules af746fafa3 Documentation typo fix. 11 years ago
  jules a2ba38efb8 More assertions to catch dodgy XmlElement tag names. 11 years ago
  jules 1fc549f666 Fix for parsing XML elements with comments at the start of a text block. 11 years ago
  jules 7d3782b9e9 Minor documentation typo. 11 years ago
  jules f38dc2fe3a Added a DynamicObject::cloneAllProperties() method. 11 years ago
  jules 174e04b766 Added a copy constructor for DynamicObject 11 years ago
  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