ed
|
67931e4465
|
Added String::replaceFirstOccurrenceOf() method
|
8 years ago |
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
8 years ago |
hogliux
|
9f3fb1c0a6
|
Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated
|
8 years ago |
hogliux
|
ec0485388d
|
Reworked and modernised Android exporter and removed old deprecated Android ant exporter
|
8 years ago |
jules
|
e040353898
|
Cleaned up a few old bits of VC2005 support code
|
8 years ago |
hogliux
|
b35c2f2f61
|
Fixed a compiler warning when using HashMap iterators in VS2013
|
8 years ago |
hogliux
|
e0aff606a8
|
Bump version number to 4.3.1
|
8 years ago |
hogliux
|
06dde9d927
|
Removed unnecessary check in macOS/iOS URL session cancel
|
8 years ago |
hogliux
|
a84c166c6f
|
Fixed an issue where an iOS background download task would not receive the completion callback when the app is swapped
|
8 years ago |
jules
|
d8ead14de4
|
Removed a duplicate header file
|
8 years ago |
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
|
8 years ago |
jules
|
fcd5a47d8c
|
Added a bit-twiddling helper method: findHighestSetBit()
|
8 years ago |
jules
|
a6c4a02c81
|
Avoided an unused variable warning in the OSX network code
|
8 years ago |
tpoole
|
c52f147565
|
Improved a variable name
|
8 years ago |
ed
|
7120d7dfca
|
Fix for HTTPS POST requests with keep-alive failing on OS X versions below 10.10
|
8 years ago |
jules
|
f918827dcf
|
Clarified some comments in the Logger class
|
8 years ago |
jules
|
92f3a1e88f
|
Miscellaneous fixes for some PVS static analyser warnings
|
8 years ago |
jules
|
d4b47809a1
|
Fixed some spelling mistakes in comments
|
8 years ago |
jules
|
9e0370c9b7
|
Made sure the File::getNonexistentChildFile() method's putNumbersInBrackets is used when the name already ends in a digit
|
8 years ago |
jules
|
aae0b15916
|
Added begin/end iteration to HashMap
|
8 years ago |
jules
|
b184ca92e8
|
Removed an accidentally-committed method from String
|
8 years ago |
tpoole
|
6f27a1d4a4
|
Typo fixes
|
8 years ago |
jules
|
ab0c519cef
|
Workaround for an android-specific bug in String::formatted()
|
8 years ago |
jules
|
aae64719a5
|
Minor compile fix in the javascript parser for VS2013
|
8 years ago |
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 |