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

864 commits

Author SHA1 Message Date
jules
06f279856c Added support to the Javascript parser for invoking custom methods via DynamicObject::invokeMethod 2015-04-27 11:14:05 +01:00
hogliux
123b70ec91 Add JUCE_STANDALONE_APPLICATION pre-processor macro 2015-04-20 15:49:43 +01:00
jules
d8bf3aabca Added a method ReferenceCountedArray::clearQuick() 2015-04-20 11:10:22 +01:00
hogliux
b5f2723ef9 Fix LLVM warning in previous commit 2015-04-17 18:02:09 +01:00
hogliux
0bac9fefc6 Add URL stream progress support on OSX/iOS 2015-04-17 17:44:56 +01:00
hogliux
0c3023327a Get correct path for File::currentExecutableFile on Linux 2015-04-17 11:56:44 +01:00
jules
121ce102a7 Whitespace cleanup. 2015-04-13 13:01:52 +01:00
hogliux
41b38f59ed Re-write DatagramSocket class and general clean-up in socket code 2015-04-13 12:56:23 +01:00
hogliux
ea4262f5e1 Add ignoreUnused utility function as a tool to avoid unused variables warning 2015-04-10 11:12:50 +01:00
jules
0496e944b1 Documentation fix. 2015-04-10 10:13:02 +01:00
hogliux
5b8a633108 Fix unicode input on Android 2015-04-08 12:05:20 +01:00
jules
3bc4eb3efb Fix for PPC build 2015-04-06 11:29:33 +01:00
Fabian Renn-Giles
6d38e890f7 Fix Android compile error with recent isfinite patch 2015-04-06 11:23:50 +01:00
jules
904dd784fa Fix for an obscure Visual Studio warning. 2015-04-01 14:55:16 +01:00
jules
82b4581d2d Fixed a warning in juce_isfinite 2015-04-01 12:28:53 +01:00
jules
5ce5d95064 Added some template specialisation to the juce_isfinite method, so that it can safely be called for integer types too. 2015-04-01 11:48:51 +01:00
jules
f6395d4cda Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 2015-03-31 11:44:10 +01:00
jules
8fb779e2fb Minor change to avoid a compiler warning. 2015-03-30 14:08:18 +01:00
jules
12f318d3d0 Added an option to allow use of GZIPDecompressorInputStream on gzip format data. 2015-03-30 12:21:48 +01:00
jules
058f8102f8 Added a method to DatagramSocket that can return the sender address when reading. Also updated some internal code in the socket classes. 2015-03-27 12:06:11 +00:00
jules
c66f412224 Optimised performance of String::isEmpty() 2015-03-27 09:24:30 +00:00
jules
18dd0af6c1 Removed assertions about invalid characters in Identifier constructors. 2015-03-26 15:03:44 +00:00
jules
710aec4503 Fixed a couple of broken unit tests 2015-03-23 13:01:43 +00:00
jules
cfb3c5459a Improved the way juce_isRunningUnderDebugger() works on linux. 2015-03-20 10:17:20 +00:00
jules
995839429e Tweaked JUCE_UNDENORMALISE to add/subtract a different constant, as this seems to lead to values that snap to zero better. 2015-03-13 10:56:18 +00:00
jules
0a977b5589 Added a template specialisation for juce_hypot when used with float parameters. 2015-03-12 10:20:11 +00:00
jules
8f51420c8d Minor documentation fix. 2015-03-12 09:42:26 +00:00
jules
d723d58b16 Documentation fix. 2015-03-11 09:52:52 +00:00
jules
3dc8a96265 Made the JUCE_UNDENORMALISE macro active on 64-bit intel, because apparently it actually is still an issue on that platform. 2015-03-10 11:20:42 +00:00
jules
726279be09 Fixes for iOS build with modal components disabled, and for some obj C problems with older SDKs. 2015-03-09 10:36:55 +00:00
jules
f6139cee55 Minor documentation cleanups. 2015-03-07 17:45:45 +00:00
jules
e1dcd96892 Workarounds to allow building with Xcode option "strict checking of objc_msgSend calls" enabled. 2015-03-03 09:47:03 +00:00
jules
7d4273f9d4 A couple of small changes that seem to be needed for some Android builds. 2015-02-27 09:29:34 +00:00
jules
17863a45b6 Workaround for problems on Android when the OS reuses a posix thread for the openGL thread. 2015-02-24 17:59:53 +00:00
jules
c87463cad1 Added support for in-memory fonts on Android. 2015-02-24 10:15:01 +00:00
jules
a0af60a179 Increased the precision with which var converts double values to strings. It now uses 20 decimal places, which matches the way XmlElement does this. 2015-02-24 09:49:25 +00:00
jules
7cfcf7940d Modified the return types of some var and DynamicObject operator[] methods to avoid a common pitfall. 2015-02-16 10:58:29 +00:00
jules
5cbad3b30f Removed more 'final's from the android java class. 2015-02-12 09:11:25 +00:00
jules
c206793ff1 Removed 'final' from the android java activity class. 2015-02-11 16:39:07 +00:00
jules
fe7d345060 Workaround for win32 folder read-only permissions problem. 2015-02-06 17:09:17 +00:00
jules
8d8c946528 Tidied up some inconsistent use of size_t and a problem in a demo build. 2015-02-06 08:59:20 +00:00
jules
827e02862c Tweaks to avoid an obscure compiler warning. 2015-02-05 15:10:27 +00:00
jules
3ced35439c Added compiler support detection for variadic templates 2015-02-03 10:29:26 +00:00
jules
04019091a7 Fix for deletion of opengl views on newer versions of android 2015-01-19 12:21:51 -08:00
jules
c5d9600fa1 Added comment to a file method. 2015-01-17 13:29:26 +00:00
jules
b2c9029026 Minor improvement to XML parsing. 2015-01-10 13:23:51 +00:00
jules
c5595695fe Optimisation to XML parsing of documents that contain large text sections. 2015-01-10 11:40:09 +00:00
jules
5054b4959a Added a couple of jmap() functions, to map values from source ranges to target ranges. 2015-01-06 16:32:35 +00:00
jules
7233c1b8df Made a couple of String methods more robust in the edge-case where they get called with a recursive reference to the target string. 2015-01-06 10:47:04 +00:00
jules
96054060cd Tweak to avoid a compiler warning. 2015-01-06 09:51:52 +00:00