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 |
|
jules
|
a8c754f06c
|
Added some comparison methods to Identifier.
|
2013-10-14 12:46:44 +01:00 |
|
jules
|
3bfc0a81e7
|
Added flags to choose whether stderr and stdout are returned by ChildProcess. Used this to fix linux native file chooser.
|
2013-10-12 17:00:16 +01:00 |
|
jules
|
a7df25f860
|
Added methods var::clone() and DynamicObject::clone() for deep-copying objects.
|
2013-10-12 15:25:44 +01:00 |
|
jules
|
1a2aff80a7
|
Moved some JSON formatting logic into DynamicObject::writeAsJSON
|
2013-10-12 11:39:34 +01:00 |
|
jules
|
0cc6fb9356
|
Avoided MSVC warning.
|
2013-10-11 21:19:31 +01:00 |
|
jules
|
97823b3085
|
Added a method JSON::parseQuotedString
|
2013-10-11 18:16:17 +01:00 |
|