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

652 commits

Author SHA1 Message Date
jules
e80e396f5d Improved documentation. 2014-01-28 11:56:42 +00:00
jules
844fda7939 Spelling fix. 2014-01-27 20:12:39 +00:00
jules
5765dbe670 Fix for Time::formatted with empty strings. 2014-01-27 09:58:06 +00:00
jules
98bd1c55d3 Documentation correction. 2014-01-27 09:57:38 +00:00
jules
5cabff2ac2 Moved FileFilter and WildcardFileFilter into the juce_core module. 2014-01-25 15:54:32 +00:00
jules
7e1dcaa0ed Improved comment. 2014-01-23 09:52:43 +00:00
jules
d2532f4540 Version number update 2014-01-21 15:10:13 +00:00
jules
28c281c6d3 Added a missing operator<< declaration for String. 2014-01-20 15:40:07 +00:00
jules
492def9abf Made CharPointer_UTF8 more consistent in the way it handles broken sequences. 2014-01-20 12:06:14 +00:00
jules
0530b6b01a Added a JSON::fromString method. 2014-01-20 10:06:13 +00:00
jules
ff6e3bdace Fix for Array move operator. 2014-01-17 09:27:51 +00:00
jules
8d340d587e Added an assertion for android to catch use of HTTP on the main thread (not allowed by the OS) 2014-01-14 20:48:39 +00:00
jules
b18dd57e42 Change to allow fully-specified paths to be passed as posix NamedPipe paths, to be able to specify the temp file's location. 2014-01-14 15:45:51 +00:00
jules
01b9ff0843 Fix for setting thread priority while the thread isn't running. 2014-01-14 15:44:34 +00:00
jules
76c8400049 Really minor clean-ups. 2014-01-12 18:06:48 +00:00
jules
d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 2014-01-02 14:33:06 +00:00
jules
ce8d56d3a1 Added copy constructors to LocalisedStrings. 2014-01-01 16:57:25 +00:00
jules
ca42bdaeb4 Documentation update + Xcode 3 compiler fix. 2014-01-01 16:20:25 +00:00
jules
7dd5c09826 Version number update 2013-12-31 10:25:10 +00:00
jules
ab053c5503 Added a LocalisedString::setFallback() method. 2013-12-29 11:02:59 +00:00
jules
2b0f3f45e0 Made OwnedArray::addCopiesOf handle null pointers. 2013-12-29 10:32:32 +00:00
jules
dc182eef2c Improvement to OSX double->string conversion for better speed + thread-safety. 2013-12-17 20:14:54 +00:00
jules
585164f4ad javascript 'continue' fix. 2013-12-05 14:23:01 +00:00
jules
28cdb20040 Whitespace cleanups. 2013-12-03 11:33:45 +00:00
jules
a316bd5f6f Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 2013-12-02 09:44:17 +00:00
jules
2edec00b55 Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
jules
2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 2013-12-01 11:32:39 +00:00
jules
f9759ecc6b Documentation fixes. 2013-11-30 20:04:17 +00:00
jules
c7341b1e2c Added a flag in ZipFile to make sure the filename is treated as UTF8. 2013-11-27 15:18:10 +00:00
jules
39cc7d8d82 Fixed some var::equals ordering problems, and added unit tests for this. 2013-11-22 11:02:06 +00:00
jules
6849658788 Added method ZipFile::Builder::addEntry for using streams instead of files. 2013-11-21 15:05:19 +00:00
jules
cdacae9cbb Version 3.0.0 2013-11-19 10:13:14 +00:00
jules
55ff9a57be Changed the Atomic class to use compiler intrinsics directly when using Clang, rather than the OSX functions. 2013-11-18 14:57:38 +00:00
jules
c8779f4192 Put back some atomics workaround functions for PPC. 2013-11-14 16:29:22 +00:00
jules
a4e611222d Various build housekeeping. 2013-11-12 10:28:29 +00:00
jules
1113e17186 Version number update 2013-11-10 18:00:38 +00:00
jules
a9c2354ed0 Provided public access to the Array<String> that's inside StringArray. 2013-11-10 17:27:54 +00:00
jules
d0d74175e0 Added some functionality to PerformanceCounter. 2013-11-09 22:58:23 +00:00
jules
c8f72856d6 Added a template param to a CharacterFunctions method. 2013-11-07 14:39:22 +00:00
jules
a081f0f641 Added/refactored a couple of String methods. 2013-11-07 14:38:01 +00:00
jules
ad324efc01 Removed some old iOS workarounds from the atomic class. 2013-11-05 18:01:09 +00:00
jules
74ed52e20e Fix for file searches returning non-precomposed unicode chars on OSX. 2013-11-05 14:33:12 +00:00
jules
6018f1df3d Added a SystemStats::getDeviceDescription() method. 2013-11-05 11:10:31 +00:00
jules
12a8dd3092 Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00
jules
d4a50a8de1 A couple of javascript fixes. 2013-11-02 14:05:59 +00:00
jules
4f5fd4daa7 Fix for javascript invocation of object methods. 2013-11-01 22:09:26 +00:00
jules
aa8fdc8cba Made a couple of OwnedArray methods return the object that they are passed. 2013-11-01 14:00:44 +00:00
jules
fb3b5035aa Made sure that File::createLink on win32 works even if CoInitialize hasn't been called. 2013-11-01 11:03:40 +00:00
jules
2c9c35d3c3 Fixed a few compiler warnings. 2013-11-01 10:43:30 +00:00
jules
d996ab0c25 Optimisation to posix WaitableEvent::signal() 2013-10-28 21:36:48 +00:00