ed
|
360be3400d
|
Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt
|
2019-01-30 09:55:50 +00:00 |
|
ed
|
3661d928c1
|
Added a URL::DownloadTask::getTargetLocation() method so the target file can be retrieved in the DownloadTask::Listener callbacks
|
2019-01-24 10:42:08 +00:00 |
|
ed
|
38fb341ee4
|
Remove empty strings when creating an ArgumentList so they are not treated as a separate argument
|
2019-01-22 11:58:46 +00:00 |
|
ed
|
bcf388b2cd
|
Increase the amount of bytes that findCentralDirectoryFileHeader() will scan when unzipping a .zip file
|
2019-01-16 16:51:50 +00:00 |
|
ed
|
c55338b844
|
Windows: Fixed a signed/unsigned comparison warning in juce_win32_Network.cpp
|
2019-01-14 15:48:21 +00:00 |
|
ed
|
a5d546b25d
|
Windows: Use GetComputerNameEx() in SystemStats::getComputerName() to allow names longer than 15 characters
|
2019-01-11 14:18:10 +00:00 |
|
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
ed
|
0fbb75330b
|
Windows: Handle ERROR_INTERNET_FORCE_RETRY when opening a HTTP connection
|
2019-01-10 17:18:47 +00:00 |
|
jules
|
26279af622
|
Made it possible to provide a user-supplied definition for JUCE_LOG_CURRENT_ASSERTION to enable custom behaviour when an assertion fails
|
2019-01-08 10:14:12 +00:00 |
|
ed
|
5e7409ead1
|
Android: Revert commit 9bad191
|
2019-01-07 15:49:11 +00:00 |
|
ed
|
84513eef8f
|
Added JUCE_CONSTEXPR macro to qualifying functions in Range
|
2019-01-07 11:07:42 +00:00 |
|
jules
|
12ec130cf6
|
Avoided a possible recursion in ScopedPointer::reset() if called from within the object's own destructor.
|
2019-01-04 08:49:45 +00:00 |
|
ed
|
74b6673e42
|
Improved the documentation of some methods in juce_Thread.h
|
2018-12-18 11:14:12 +00:00 |
|
ed
|
3ba771507d
|
Avoid unnecessary zeros when writing double values to XML or JSON
|
2018-12-17 16:32:57 +00:00 |
|
ed
|
6d4fa280c6
|
Linux: Fix Process::openDocument() return value in previous commit
|
2018-12-14 16:09:03 +00:00 |
|
ed
|
6cd0ebd832
|
Linux: Don't quote space-escaped paths in Process::openDocument() as it causes xdg-open to fail
|
2018-12-14 15:58:59 +00:00 |
|
ed
|
9bad19151b
|
Android: Create URL object without checking the filepath in Process::openDocument() to avoid hitting an assertion when opening URLs
|
2018-12-10 11:36:26 +00:00 |
|
Tom Poole
|
721d732b40
|
Reverted the numberOfDecimalPlaces behaviour of the String constructor
|
2018-12-07 13:52:54 +00:00 |
|
Tom Poole
|
d06a2b8c13
|
Fixed compatibility with GCC 4.8
|
2018-12-06 10:45:23 +00:00 |
|
Tom Poole
|
a968c9dd6b
|
Moved the UUID hashing template to the header file
|
2018-12-05 15:30:35 +00:00 |
|
ed
|
3b8686aa97
|
Windows: Add the FILE_SHARE_DELETE when opening file handles to allow them to be renamed and deleted
|
2018-12-04 12:44:37 +00:00 |
|
ed
|
f4c67f6fa7
|
Whitespace
|
2018-12-03 17:02:26 +00:00 |
|
Tom Poole
|
415dc54820
|
Protected the system Random from having its seed reset
|
2018-11-30 15:49:03 +00:00 |
|
ed
|
eaf0f990d4
|
Replaced all uses of static_cast<Type&&> with std::move
|
2018-11-28 17:29:20 +00:00 |
|
Tom Poole
|
23f9cff73e
|
Moved <map> into the set of standard headers
|
2018-11-28 08:19:41 +00:00 |
|
cesare
|
ca3f1167fb
|
Fix Xcode warnings
|
2018-11-26 10:15:36 +00:00 |
|
ed
|
b6bebb313f
|
Fixed a documentation error in ListenerList
|
2018-11-23 17:35:42 +00:00 |
|
hogliux
|
85ec71d6e4
|
Fixed an issue where file URIs on Windows would not be parsed correctly
|
2018-11-14 08:30:25 +00:00 |
|
hogliux
|
008b7a9ab2
|
Re-structured the low-level Android native code
Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information.
|
2018-11-13 12:33:40 +00:00 |
|
ed
|
6d39f01793
|
Bump version number to 5.4.1
|
2018-11-12 11:26:11 +00:00 |
|
Tom Poole
|
f0a4b67915
|
Android: Fixed some compiler warnings
|
2018-11-09 14:04:46 +00:00 |
|
ed
|
0b8fcc7a15
|
Bump version number to 5.4.0
|
2018-11-06 12:50:21 +00:00 |
|
Lukasz Kozakiewicz
|
21c2612dea
|
Android: add putFloat to bundle and rename JavaBundle to AndroidBundle.
|
2018-11-05 11:30:09 +01:00 |
|
Tom Poole
|
4094bcc45a
|
Fixed some Doxygen parsing errors
|
2018-10-25 10:18:20 +01:00 |
|
ed
|
acd3c0b8ee
|
Fixed some Objective-C id -> auto* conversion warnings
|
2018-10-24 16:20:45 +01:00 |
|
jules
|
2666842fa5
|
Used the shared posix networking code for Android where the target SDK supports it
|
2018-10-23 17:34:23 +01:00 |
|
jules
|
a2fcd9b4c1
|
Added android broadcast address support
|
2018-10-23 14:59:53 +01:00 |
|
Tom Poole
|
823350fe30
|
Included the HeavyweightLeakedObjectDetector header a little earlier so that more JUCE classes can make use of it when necessary
|
2018-10-17 14:45:58 +01:00 |
|
jules
|
aaad33ce57
|
Fixed a couple of asan memory access warnings
|
2018-10-17 11:35:54 +01:00 |
|
jules
|
bc027b5237
|
Tidied up some spelling and comments
|
2018-10-17 09:41:01 +01:00 |
|
jules
|
7d124ca74d
|
Converted some legacy OSX network code to use atomics to avoid an asan warning
|
2018-10-16 16:37:28 +01:00 |
|
jules
|
768139a298
|
Added some free functions to help make XML parsing less verbose: parseXML()
|
2018-10-15 16:08:25 +01:00 |
|
jules
|
7ea87b4bc5
|
DRYed some IPAddress code
|
2018-10-15 11:11:48 +01:00 |
|
jules
|
7b23dfe473
|
Made the Time class trivially copyable.
|
2018-10-15 10:07:47 +01:00 |
|
jules
|
14989b6eda
|
Minor tidy-up to IPAddress
|
2018-10-15 10:06:36 +01:00 |
|
jules
|
d5034083cb
|
Fix for JSON stringification of INF and NaN double values
|
2018-10-09 16:51:11 +01:00 |
|
reuk
|
392bd972ac
|
Added converting constructors to OwnedArray, ArrayBase and HeapBlock
|
2018-10-05 15:03:13 +01:00 |
|
jules
|
6fda0bffca
|
Fixed some stray zeros that were still being passed as null pointers
|
2018-10-05 12:15:04 +01:00 |
|
Tom Poole
|
1eb3de3312
|
Fixed a typo
|
2018-10-04 15:01:28 +01:00 |
|
Tom Poole
|
8deef0b4bc
|
MacOS: Fixed a memory access bug when handling MAC addresses
|
2018-10-04 12:19:25 +01:00 |
|