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

1801 commits

Author SHA1 Message Date
Tom Poole
aa361c9cf5 Documentation fixes 2019-02-22 10:01:53 +00:00
ed
6722194260 Bump version number to 5.4.3 2019-02-21 15:25:51 +00:00
jules
f6431fc3df More work on ConsoleApplication - added some new methods, and added short/long description fields to the Command structure 2019-02-15 16:54:27 +00:00
jules
1dee28660e Added and updated some methods in the ArgumentList classes 2019-02-14 16:31:30 +00:00
jules
097525ba5b Improved the layout of ConsoleApplication::printHelp() when there are long items 2019-02-13 12:46:09 +00:00
ed
9762e29007 Deleted some var constructors that take a const ReferenceCountedObject* and were resolving to the wrong type 2019-02-11 15:45:14 +00:00
Tom Poole
6f6451b7d2 Restored compatibility with older versions of Xcode 2019-02-11 14:59:05 +00:00
Tom Poole
168188665e Added a couple of missing JUCE_API macros 2019-02-11 14:50:20 +00:00
Tom Poole
306e7e4360 Fixed a few more places where doubles were not serialised to full accuracy 2019-02-11 14:44:19 +00:00
Tom Poole
865eabd434 Fixed a bug writing doubles to XML and JSON 2019-02-11 11:11:44 +00:00
Tom Poole
66691fc602 Fixed a bug parsing long double strings 2019-02-08 23:30:56 +00:00
jules
8fb3508913 Tidied up a comment in AbstractFIFO 2019-02-08 16:38:59 +00:00
ed
62958a79ea Whitespace 2019-02-08 09:42:17 +00:00
ed
a096b4f707 Added an assertion to XmlElement::removeChildElement() to check that childToRemove is actually a child of the XmlElement 2019-02-08 09:24:02 +00:00
Tom Poole
e3ebe5aed1 Bump version number to 5.4.2 2019-02-07 10:02:17 +00:00
Tom Poole
066ec6c18b Whitespace 2019-02-07 09:56:43 +00:00
Tom Poole
be83a08c3b Added an assertion to check the OpenGL swap interval on MacOS 2019-02-01 13:00:08 +00:00
jules
06a2654a74 Moved some AbstractFifo declarations to avoid a compiler warning 2019-01-31 17:06:43 +00:00
ed
a234721110 Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
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