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
Timur Doumler
e8cdc65357
Fixed Array::remove (ElementType*) so that if given an invalid pointer, it doesn't attempt to remove anything after the assert.
8 years ago
tpoole
278505913c
Restored non-flushing behaviour of FileOutputStream
8 years ago
hogliux
bf85f4c68b
Cache the result of isRunningInAppExtensionSandbox
8 years ago
tpoole
495e2bfd56
Fixed file flushing for FileOutputStream on Windows
8 years ago
hogliux
e14895e5bd
Added macOS version 12 to SystemStats
8 years ago
hogliux
4eb89336f9
Bump version number to 4.2.4
8 years ago
jules
acefbcde27
Fixed a typo that was preventing some config settings showing up in the projucer
8 years ago
jules
9fa0d49be7
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
8 years ago
stefan
8ec9443543
Projucer various fixes
* Use separate folder for disk cache in debug mode to avoid mixing debug/release-mode object files while testing
* Quote the server's file name as it may contain spaces etc.
* Fix saving source files during compilation on Windows
* Fix JuceDemo for live builds on Mac: long chains of recursive operator<< invocations caused compiler crash
* Move code for creating disabled Build tab to extra function and add names to improve readability
* Implement new "subscribe" behavior for createDisabledBuildTab
* Clean up trailing spaces
8 years ago
hogliux
e35aba3444
Added a standard iterator to NamedValueSet
8 years ago
hogliux
cbb8536a6d
Fixed potential crash in mac's legacy WebInputStream implementation
8 years ago
hogliux
ceefc5b4bf
Avoided a dead-lock in a recent commit to WebInputStream on mac
8 years ago
hogliux
f37787df4c
Fixed incorrect comparison in right shift operator of BigInteger
8 years ago
Timur Doumler
b94a68c9ec
Array: added new method removeIf to remove objects based on an arbitrary condition. Made removeIf and removeAllInstancesOf return the number of objects removed.
8 years ago