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

1233 commits

Author SHA1 Message Date
jules
d8ead14de4 Removed a duplicate header file 2017-01-15 08:33:38 +00:00
ed
2a983067ab Fixed bug in OSX network code where Content-Type headers were not being added to HTTP POST requests unless specified manually and renamed a variable in URL::createHeadersAndPostData() method 2017-01-11 15:45:56 +00:00
jules
fcd5a47d8c Added a bit-twiddling helper method: findHighestSetBit() 2017-01-11 08:50:16 +00:00
jules
a6c4a02c81 Avoided an unused variable warning in the OSX network code 2017-01-10 09:15:08 +00:00
tpoole
c52f147565 Improved a variable name 2017-01-09 18:21:15 +00:00
ed
7120d7dfca Fix for HTTPS POST requests with keep-alive failing on OS X versions below 10.10 2017-01-05 16:54:00 +00:00
jules
f918827dcf Clarified some comments in the Logger class 2017-01-04 11:15:57 +00:00
jules
92f3a1e88f Miscellaneous fixes for some PVS static analyser warnings 2017-01-03 17:22:01 +00:00
jules
d4b47809a1 Fixed some spelling mistakes in comments 2017-01-01 11:59:39 +00:00
jules
9e0370c9b7 Made sure the File::getNonexistentChildFile() method's putNumbersInBrackets is used when the name already ends in a digit 2016-12-30 11:39:09 +00:00
jules
aae0b15916 Added begin/end iteration to HashMap 2016-12-26 19:06:20 +00:00
jules
b184ca92e8 Removed an accidentally-committed method from String 2016-12-24 09:40:06 +00:00
tpoole
6f27a1d4a4 Typo fixes 2016-12-22 20:21:13 +00:00
jules
ab0c519cef Workaround for an android-specific bug in String::formatted() 2016-12-22 17:16:48 +00:00
jules
aae64719a5 Minor compile fix in the javascript parser for VS2013 2016-12-20 17:41:12 +00:00
hogliux
ae3ee3467b Fixed an issue when including an external and newer version of zlib 2016-12-19 15:34:37 +00:00
hogliux
a9b29baf83 Added support for lambdas in var::NativeFunction 2016-12-19 11:53:12 +00:00
jules
53ae78f1bb Fix for javascript parseInt of strings that start with a zero but contain non-numeric chars 2016-12-19 09:23:54 +00:00
tpoole
2e84129479 Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license 2016-12-14 10:07:26 +00:00
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