1338 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  hogliux ae3ee3467b Fixed an issue when including an external and newer version of zlib 8 years ago
  hogliux a9b29baf83 Added support for lambdas in var::NativeFunction 8 years ago
  jules 53ae78f1bb Fix for javascript parseInt of strings that start with a zero but contain non-numeric chars 8 years ago
  tpoole 2e84129479 Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license 8 years ago
  hogliux e91d0f900a Fixed a bug where the URL's DownloadTask would not indicate an error if the downloaded file is incomplete 8 years ago
  hogliux fdeea46c8e Fixed a bug where a downloaded file may have been incomplete when accessed just after downloading 8 years ago
  hogliux 1c4b687401 Fixed a bug where the high resolution timer could hang when stopped from another thread 8 years ago
  tpoole 3fa62bcaf7 Fixed some misnamed Doxygen parameters 8 years ago
  tpoole 2f06fdf66c Updated the standalone BLOCKS SDK build 8 years ago
  ed 2952b52f88 Renamed instances of FileHelpers to MacFileHelpers in iOS implementation in juce_mac_Files.mm 8 years ago
  ed fb08261013 Fixed VS2013 warning in File::NaturalFileComparator struct 8 years ago
  ed a0ed11ebee Made File::NaturalFileComparator::compareElements() method const 8 years ago
  ed 36f561a8e5 Changed FileHelpers namespace to MacFileHelpers in juce_mac_Files.mm to be consistent with other native code 8 years ago
  ed e93eee0eb1 Added NaturalFileComparator struct to File. Reverted File::compareFilenames method to old behaviour. 8 years ago
  ed d6fc589b6d Reverted File::compareFilenames() method to not compare filenames naturally and added an optional argument to use a natural comparison 8 years ago
  tpoole 8e7ed3ae7d Fixed MacOS 10.12 deprecations 8 years ago
  hogliux b5fb095696 Fixed a few VS2008 build errors 8 years ago
  ed 7bd5c05216 Fixed touch event bug on Windows where touches weren't being received when a modal dialog was open. 8 years ago
  tpoole 2f00cb1b75 Tidied up ListenerList tests 8 years ago
  hogliux 6340e541f0 Fixed a bug where StreamingSocket::isLocal would only return true if it was connected to 127.0.0.1 8 years ago
  ed 1e2cb6f6f7 Changed documentation for OutputStream::setNewLineString() to remove mention of non-existent writeNewLine() method 8 years ago
  ed 2f5b8e5f9f Changed File::compareFilenames() method to use String::compareNatural() and added argument to String::compareNatural() for case sensitivity 8 years ago
  hogliux da5805fb48 Fixed a race condition in iOS DownloadTask implementation 8 years ago
  tpoole f93b174d93 Fixed error in variable name 8 years ago
  tpoole cff1793d89 Exposed some functions when building JUCE as a DLL 8 years ago
  hogliux caa65e8ff1 Add new URL::downloadToFile method 8 years ago
  tpoole b82773baae Fixed older MacOS compatibility for ListenerList tests 8 years ago
  hogliux 6fb0aa4527 Added a StringArray constructor to var 8 years ago
  tpoole d438fa59e8 Fixed issues with AudioProcessorValueTreeState parameter synchronization 8 years ago
  hogliux c3ea4f8efe Fixed a warning in MSVC 2013 in JUCE's URL class 8 years ago
  hogliux 8499e29241 Fixed a VS2013 warning in juce_URL 8 years ago
  hogliux 3b630f3281 Added new WebInputStream class for more fine-grained control on retrieving URLs 8 years ago
  hogliux bfd5605dda Added comments to specify what File::create vs. FileOutputStream() will do when the parent directoy of the file does not exist 8 years ago
  hogliux 363ceb08cf Bump version number to 4.3.0 8 years ago
  hogliux b5ef6d7e37 Whitespace clean-up 8 years ago
  ed 76b3689a48 Added BLOCKS module 8 years ago
  hogliux 01380b12d6 Fixed a typo in the SSE 4.1/4.2 detection logic 8 years ago
  stefan 4aa0f311e0 Allow to specify the stack size for each thread in a thread pool explicitly, by adding an optional parameter to the constructors of ThreadPool and ThreadPoolThread. 8 years ago
  hogliux f415b09c7b Enabled cookies in the juce curl backend to align the behaviour with other platforms 8 years ago
  hogliux ae13dd6d6c Added an option to escape round brackets in URLs 8 years ago
  hogliux 5d0256982b Added a method to ThreadPool to query the number of threads assigned to the pool 8 years ago
  hogliux ff52d76197 Fixed a bug in DirectoryIterator where the result would be inconsistent between Mac/Window when using a default constructed File object 8 years ago
  hogliux 676ad43898 Added more compare operators to Identifier class 8 years ago
  ed 4a6473afa0 Removed the isLocked() method from ReadWriteLock 8 years ago
  ed f301ed7e09 Added an isLocked() method to ReadWriteLock that checks whether ReadWriteLock is currently locked 8 years ago
  hogliux 13c501da0c Removed unnecessary memory allocation when assigning a big integer with the same memory requirements 8 years ago
  ed f374eb6d98 Fixed SortedSet::remove() to return the removed element 8 years ago
  ed 6c39897369 Added 'inclusive' and 'exclusive' to documentation for Random::nextFloat() and Random::nextDouble() 8 years ago
  hogliux 7686db659f Fixed a typo in my latest commit 8 years ago
  hogliux 59a47d1fb4 Fixed possible dead-lock 8 years ago