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

1557 commits

Author SHA1 Message Date
Tom Poole
90f3d11ab8 Fixed an issue terminating threads on iOS 2018-01-03 09:10:23 +00:00
jules
7c847e7126 Added some BSD target support 2018-01-02 14:24:49 +00:00
jules
81abb6a1a6 Avoided a spurious assertion when trying to compile invalid javascript 2018-01-02 10:47:22 +00:00
jules
85f74ca7d3 Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated 2017-12-31 10:49:33 +00:00
Lukasz Kozakiewicz
ce0ab63f57 Android: avoid an assertion in URL::isLocalFile(). 2017-12-21 13:20:27 +01:00
jules
78791be3c5 Deleted some old deprecated methods from Component, and tidied a few things up 2017-12-20 15:30:40 +00:00
Tom Poole
809c8f56e2 Added CURLOPT_NOSIGNAL to the cURL configuration 2017-12-20 14:45:18 +00:00
Lukasz Kozakiewicz
3b130b10fe URL: add method to get filename (most useful for Android’s content:// scheme). 2017-12-14 18:53:35 +00:00
Lukasz Kozakiewicz
360449de0b Android: ensure that navigation/status bar visibility is correctly restored when the app gets resumed. 2017-12-14 16:20:05 +00:00
ed
ea23ddd69e Added a method to DatagramSocket to set whether multicast loopback should be enabled 2017-12-14 15:15:03 +00:00
jules
89b4e13423 Fixed some incorrect documentation in the singleton macros 2017-12-14 14:14:57 +00:00
jules
25c457df39 Enabled JUCE_CONSTEXPR for older versions of clang 2017-12-14 10:23:18 +00:00
jules
faa847f443 Added a method OptionalScopedPointer::reset() 2017-12-13 11:05:22 +00:00
jules
22ad29baba Workaround for a VS compiler warning 2017-12-12 17:40:17 +00:00
jules
58a99ff139 Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! 2017-12-12 16:24:40 +00:00
Tom Poole
8cecf0baf9 Assorted threading and undefined behaviour fixes 2017-12-11 16:37:17 +00:00
Lukasz Kozakiewicz
36da4cde05 Add native content sharing support for iOS and Android 2017-12-11 16:08:01 +00:00
Noah Dayan
737c82fcfc Fix Windows doc in juce_File.h 2017-12-11 09:54:38 +00:00
Tom Poole
11c5845eb1 Fixed a misaligned pointer access 2017-12-07 10:24:42 +00:00
jules
d727f2a35a Added MathConstants::halfPi to improve readability 2017-12-06 12:56:00 +00:00
jules
d0111a4f96 Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +00:00
jules
51f6c5d01c Tidied up a few bits of messy String concatenation 2017-12-05 12:03:30 +00:00
Tom Poole
ceb0afd861 Fixed some data races in the CoreAudio audio device 2017-12-05 09:36:36 +00:00
Tom Poole
170cc39858 Fixed data races in the Atomic and AbstractFifo classes 2017-12-04 17:22:05 +00:00
Tom Poole
0f6cfda823 Removed a legacy Mac implementation of Atomic 2017-12-04 13:49:31 +00:00
jules
f4963a27d7 Minor optimisations and cleanups in Array 2017-12-04 11:08:20 +00:00
Tom Poole
c1a3aa38f8 Fixed a data race in the Thread destructor 2017-12-04 10:07:46 +00:00
jules
7dd8fa993e Fixes for templated code which could default-initialise a SIMDRegister object while expecting to get a zero-initialised value 2017-11-30 16:59:37 +00:00
Lukasz Kozakiewicz
7297f62182 FileChooser: actually do store URL security bookmark in a smart pointer (as it was originally on an internal branch). Also update the docs to clearly indicate that a user has to use URL returned from FileChooser. 2017-11-29 22:15:48 +01:00
jules
6a49d6efdc Minor tidying up 2017-11-29 17:33:00 +00:00
Lukasz Kozakiewicz
5358756d58 FileChooser: misc fixes and improvements to iOS and Android file choosers. 2017-11-29 16:46:38 +01:00
jules
8a93402143 Avoided a shadowed variable warning 2017-11-29 09:16:07 +00:00
Tom Poole
f4c7a82ace Made TimeHelpers::lastMSCounterValue atomic 2017-11-28 17:54:35 +00:00
jules
f85d706131 Some minor formatting and comment fixes 2017-11-28 17:46:15 +00:00
jules
a586966c65 Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 2017-11-28 16:18:40 +00:00
Tom Poole
7d30c30819 Fixed some GCC constexpr issues 2017-11-27 20:13:18 +00:00
jules
6ddff42012 Added JUCE_CONSTEXPR to a bunch of simple maths functions 2017-11-27 17:36:33 +00:00
jules
2be865b831 Added a GZIPCompressorOutputStream constructor that takes a reference. 2017-11-27 16:56:11 +00:00
Noah Dayan
4fa0ee447b Fixed typo in doc of juce_SpinLock.h 2017-11-27 12:00:52 +00:00
Noah Dayan
4cb6a6fcee Fixed typo in doc of juce_WebInputStream.h 2017-11-27 11:51:53 +00:00
jules
27df960a52 Fix for VS2015 2017-11-27 09:42:32 +00:00
jules
117df12136 Fixed constness of a few SparseSet methods, and added some move operators 2017-11-27 09:27:19 +00:00
hogliux
1fb38d7864 URL: Fixed an issue when decoding local file URLs which contain a '+' in their paths 2017-11-24 11:13:51 +00:00
Lukasz Kozakiewicz
e89e220aa6 Android: fix build for API < 11 (setting layer type to none). 2017-11-22 14:19:36 +01:00
Lukasz Kozakiewicz
b8b304e4cd PushNotifications: add OSX implementation. 2017-11-22 12:59:53 +01:00
Lukasz Kozakiewicz
87831624cb Android: disable hardware acceleration on ComponentPeerView level rather than application level to allow embedded views to use hardware acceleration if needed.
This circumvents the issue in web view scrolling that happens only when using software rendering (a potential bug in chromium).
2017-11-22 12:43:24 +01:00
hogliux
7e23bf28ae Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers 2017-11-20 10:56:08 +00:00
hogliux
a4ef96a9d6 Ensured that JUCE_HAS_CONSTEXPR is enabled on MSVC 1900 2017-11-16 15:25:51 +00:00
Noah Dayan
62d713f696 Fixed typo in juce_Thread.h 2017-11-16 09:29:43 +00:00
jules
babea0885b Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy. 2017-11-11 14:17:48 +00:00