789 Commits (c20a61b80210de917a0123fe110f6207e6f62d45)

Author SHA1 Message Date
  jules 91d9c96338 Minor clean-ups 11 years ago
  jules d909b5aa2a Added some base class initialisers to keep gcc 4.8.2 happy 11 years ago
  jules a5e8d0b154 Android: implementation of SystemStats::getDeviceDescription() 11 years ago
  jules f96ee7c860 Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android) 11 years ago
  jules 3b2538313a Better misalignment-proofing in SharedResourcePointer. 11 years ago
  jules d7d662bb38 Documentation improvement. 11 years ago
  jules 75770f293c New class: SharedResourcePointer 11 years ago
  jules d8c390d7a2 Avoided unnecessary disk flushing in the destructor of FileOutputStream. 11 years ago
  jules 798de207a7 Better implementation of command-line arg escaping for ChilpProcess on win32 11 years ago
  jules 05afb39185 mingw __uuidof update 11 years ago
  jules 335084c542 Made the win32 implementation of ChildProcess automatically add escape characters to arguments containing a quote or space. 11 years ago
  jules 5645702bd4 (Fixed something that was missing from the last commit) 11 years ago
  jules aff3ce418b Renamed a variable called "slots" to avoid confusion in Qt creator. 11 years ago
  jules 5f23c27117 Fixed a typo in OSX networking. 11 years ago
  jules b5d10d753a Made Process::isForegroundProcess() return a correct result on iOS. 11 years ago
  jules 8f25b2092b Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class. 11 years ago
  jules 5409951861 Refactored some Xcode warning suppression. 11 years ago
  jules e449f1a8af Workarounds for a couple of MSVC quirks. 11 years ago
  jules b5af44a485 Couple of minor clean-ups. 11 years ago
  jules e8a1876a95 Added an operator[] to StringRef 11 years ago
  jules ad353ac543 Avoided compiler warning 11 years ago
  jules 197688016a Avoided some memory allocation when writing zip files. 11 years ago
  jules d2ed531ab8 Better device type detection on linux. 11 years ago
  jules 4251a2437b Version number update 11 years ago
  jules aaf4aa7398 Documentation for Range. 11 years ago
  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