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

633 commits

Author SHA1 Message Date
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
jules
62b6f4691d Fix to javascript operator precedence. 2013-10-28 18:30:08 +00:00
jules
0de50d99a5 Version number update 2013-10-27 22:06:04 +00:00
jules
bea7b83cb8 Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 2013-10-27 22:02:21 +00:00
jules
98ef0eb4a5 Fix for utf-32 builds. 2013-10-25 13:10:27 +01:00
jules
eb7e42b0ad Added method String::hash() 2013-10-25 13:04:47 +01:00
jules
61ed92ee51 Added a method XmlElement::prependChildElement(), and used this for a few optimisations. 2013-10-25 12:52:19 +01:00
jules
61d1e1b7ba Avoiding a few MSVC warnings 2013-10-22 19:29:04 +01:00
jules
a204ea7ae8 Version number update 2013-10-17 21:54:19 +01:00
jules
5f00e94f3e Fixed a string allocation problem. 2013-10-17 17:34:22 +01:00
jules
526ae27e8e Made the introjucer linux build use c++11 mode. 2013-10-17 16:34:51 +01:00
jules
fb4912ac1f Added a method JavascriptEngine::callFunction(), and tweaked the way timeouts are specified. 2013-10-17 16:34:09 +01:00
jules
a074bfeea2 Workarounds for javascript code in non-C++11 compilers. 2013-10-17 14:32:00 +01:00
jules
81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 2013-10-17 10:42:58 +01:00
jules
6c5c461d73 New class: JavascriptEngine! 2013-10-16 12:49:12 +01:00
jules
59b9b0ccaf Couple of minor fixes to CharacterFunctions, and added a find-character method. 2013-10-15 19:44:37 +01:00
jules
88c71bc7af Removed unwise assertion from File. 2013-10-15 17:36:32 +01:00
jules
b11a88bc01 Moved some duplicated linux/android code into a shared file. Added a method File::isLink() 2013-10-15 17:17:31 +01:00
jules
3f07f45702 Improved Android event callback mechanism. 2013-10-14 13:50:50 +01:00
jules
c70d98dbdd Added some trigonometry functions that are missing from MSVC's C library. 2013-10-14 13:40:10 +01:00