1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
Commit graph

2564 commits

Author SHA1 Message Date
hogliux
e91d0f900a Fixed a bug where the URL's DownloadTask would not indicate an error if the downloaded file is incomplete 2016-12-12 17:22:15 +00:00
hogliux
fdeea46c8e Fixed a bug where a downloaded file may have been incomplete when accessed just after downloading 2016-12-12 16:46:51 +00:00
hogliux
1c4b687401 Fixed a bug where the high resolution timer could hang when stopped from another thread 2016-12-08 17:44:24 +00:00
tpoole
3fa62bcaf7 Fixed some misnamed Doxygen parameters 2016-12-08 11:05:11 +00:00
tpoole
2f06fdf66c Updated the standalone BLOCKS SDK build 2016-12-07 16:19:28 +00:00
ed
2952b52f88 Renamed instances of FileHelpers to MacFileHelpers in iOS implementation in juce_mac_Files.mm 2016-12-06 17:21:31 +00:00
ed
fb08261013 Fixed VS2013 warning in File::NaturalFileComparator struct 2016-12-06 14:28:38 +00:00
ed
a0ed11ebee Made File::NaturalFileComparator::compareElements() method const 2016-12-05 14:09:07 +00:00
ed
36f561a8e5 Changed FileHelpers namespace to MacFileHelpers in juce_mac_Files.mm to be consistent with other native code 2016-12-05 12:06:04 +00:00
ed
e93eee0eb1 Added NaturalFileComparator struct to File. Reverted File::compareFilenames method to old behaviour. 2016-12-05 12:03:44 +00:00
ed
d6fc589b6d Reverted File::compareFilenames() method to not compare filenames naturally and added an optional argument to use a natural comparison 2016-12-02 16:18:15 +00:00
tpoole
8e7ed3ae7d Fixed MacOS 10.12 deprecations 2016-12-02 11:37:52 +00:00
hogliux
b5fb095696 Fixed a few VS2008 build errors 2016-11-30 11:43:47 +00:00
ed
7bd5c05216 Fixed touch event bug on Windows where touches weren't being received when a modal dialog was open. 2016-11-29 10:19:39 +00:00
tpoole
2f00cb1b75 Tidied up ListenerList tests 2016-11-28 20:11:03 +00:00
hogliux
6340e541f0 Fixed a bug where StreamingSocket::isLocal would only return true if it was connected to 127.0.0.1 2016-11-28 14:48:14 +00:00
ed
1e2cb6f6f7 Changed documentation for OutputStream::setNewLineString() to remove mention of non-existent writeNewLine() method 2016-11-28 14:30:05 +00:00
ed
2f5b8e5f9f Changed File::compareFilenames() method to use String::compareNatural() and added argument to String::compareNatural() for case sensitivity 2016-11-25 12:41:19 +00:00
hogliux
da5805fb48 Fixed a race condition in iOS DownloadTask implementation 2016-11-24 15:00:51 +00:00
tpoole
f93b174d93 Fixed error in variable name 2016-11-16 15:43:45 +00:00
tpoole
cff1793d89 Exposed some functions when building JUCE as a DLL 2016-11-16 11:14:58 +00:00
hogliux
caa65e8ff1 Add new URL::downloadToFile method 2016-11-16 11:13:25 +00:00
tpoole
b82773baae Fixed older MacOS compatibility for ListenerList tests 2016-11-14 21:52:39 +00:00
hogliux
6fb0aa4527 Added a StringArray constructor to var 2016-11-14 17:51:08 +00:00
tpoole
d438fa59e8 Fixed issues with AudioProcessorValueTreeState parameter synchronization 2016-11-14 12:37:01 +00:00
hogliux
c3ea4f8efe Fixed a warning in MSVC 2013 in JUCE's URL class 2016-11-11 15:16:44 +00:00
hogliux
8499e29241 Fixed a VS2013 warning in juce_URL 2016-11-09 17:35:56 +00:00
hogliux
3b630f3281 Added new WebInputStream class for more fine-grained control on retrieving URLs 2016-11-09 10:58:37 +00:00
hogliux
bfd5605dda Added comments to specify what File::create vs. FileOutputStream() will do when the parent directoy of the file does not exist 2016-11-07 17:42:11 +00:00
hogliux
363ceb08cf Bump version number to 4.3.0 2016-11-02 14:02:52 +00:00
hogliux
b5ef6d7e37 Whitespace clean-up 2016-11-02 14:01:12 +00:00
ed
76b3689a48 Added BLOCKS module 2016-11-01 17:17:33 +00:00
hogliux
01380b12d6 Fixed a typo in the SSE 4.1/4.2 detection logic 2016-10-31 13:12:33 +00:00
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. 2016-10-31 10:42:55 +00:00
hogliux
f415b09c7b Enabled cookies in the juce curl backend to align the behaviour with other platforms 2016-10-28 09:08:57 +01:00
hogliux
ae13dd6d6c Added an option to escape round brackets in URLs 2016-10-27 18:49:23 +01:00
hogliux
5d0256982b Added a method to ThreadPool to query the number of threads assigned to the pool 2016-10-27 16:21:00 +01:00
hogliux
ff52d76197 Fixed a bug in DirectoryIterator where the result would be inconsistent between Mac/Window when using a default constructed File object 2016-10-19 10:20:21 +01:00
hogliux
676ad43898 Added more compare operators to Identifier class 2016-10-16 18:37:55 +02:00
ed
4a6473afa0 Removed the isLocked() method from ReadWriteLock 2016-10-12 10:50:27 +01:00
ed
f301ed7e09 Added an isLocked() method to ReadWriteLock that checks whether ReadWriteLock is currently locked 2016-10-12 10:36:43 +01:00
hogliux
13c501da0c Removed unnecessary memory allocation when assigning a big integer with the same memory requirements 2016-10-09 19:14:09 +01:00
ed
f374eb6d98 Fixed SortedSet::remove() to return the removed element 2016-10-07 18:05:46 +01:00
ed
6c39897369 Added 'inclusive' and 'exclusive' to documentation for Random::nextFloat() and Random::nextDouble() 2016-10-06 09:30:15 +01:00
hogliux
7686db659f Fixed a typo in my latest commit 2016-10-05 16:37:13 +01:00
hogliux
59a47d1fb4 Fixed possible dead-lock 2016-10-05 15:31:01 +01:00
Timur Doumler
e8cdc65357 Fixed Array::remove (ElementType*) so that if given an invalid pointer, it doesn't attempt to remove anything after the assert. 2016-10-05 13:06:44 +01:00
tpoole
278505913c Restored non-flushing behaviour of FileOutputStream 2016-09-30 15:24:46 +01:00
hogliux
bf85f4c68b Cache the result of isRunningInAppExtensionSandbox 2016-09-30 12:33:37 +01:00
tpoole
495e2bfd56 Fixed file flushing for FileOutputStream on Windows 2016-09-29 11:39:11 +01:00