646 Commits (c50cef32a645b51d770d691872a738c789d29764)

Author SHA1 Message Date
  jules a4e611222d Various build housekeeping. 11 years ago
  jules 1113e17186 Version number update 11 years ago
  jules a9c2354ed0 Provided public access to the Array<String> that's inside StringArray. 11 years ago
  jules d0d74175e0 Added some functionality to PerformanceCounter. 11 years ago
  jules c8f72856d6 Added a template param to a CharacterFunctions method. 11 years ago
  jules a081f0f641 Added/refactored a couple of String methods. 11 years ago
  jules ad324efc01 Removed some old iOS workarounds from the atomic class. 11 years ago
  jules 74ed52e20e Fix for file searches returning non-precomposed unicode chars on OSX. 11 years ago
  jules 6018f1df3d Added a SystemStats::getDeviceDescription() method. 11 years ago
  jules 12a8dd3092 Avoided some pedantic GCC warnings. 11 years ago
  jules d4a50a8de1 A couple of javascript fixes. 11 years ago
  jules 4f5fd4daa7 Fix for javascript invocation of object methods. 11 years ago
  jules aa8fdc8cba Made a couple of OwnedArray methods return the object that they are passed. 11 years ago
  jules fb3b5035aa Made sure that File::createLink on win32 works even if CoInitialize hasn't been called. 11 years ago
  jules 2c9c35d3c3 Fixed a few compiler warnings. 11 years ago
  jules d996ab0c25 Optimisation to posix WaitableEvent::signal() 11 years ago
  jules 62b6f4691d Fix to javascript operator precedence. 11 years ago
  jules 0de50d99a5 Version number update 11 years ago
  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). 11 years ago
  jules 98ef0eb4a5 Fix for utf-32 builds. 11 years ago
  jules eb7e42b0ad Added method String::hash() 11 years ago
  jules 61ed92ee51 Added a method XmlElement::prependChildElement(), and used this for a few optimisations. 11 years ago
  jules 61d1e1b7ba Avoiding a few MSVC warnings 11 years ago
  jules a204ea7ae8 Version number update 11 years ago
  jules 5f00e94f3e Fixed a string allocation problem. 11 years ago
  jules 526ae27e8e Made the introjucer linux build use c++11 mode. 11 years ago
  jules fb4912ac1f Added a method JavascriptEngine::callFunction(), and tweaked the way timeouts are specified. 11 years ago
  jules a074bfeea2 Workarounds for javascript code in non-C++11 compilers. 11 years ago
  jules 81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 11 years ago
  jules 6c5c461d73 New class: JavascriptEngine! 11 years ago
  jules 59b9b0ccaf Couple of minor fixes to CharacterFunctions, and added a find-character method. 11 years ago
  jules 88c71bc7af Removed unwise assertion from File. 11 years ago
  jules b11a88bc01 Moved some duplicated linux/android code into a shared file. Added a method File::isLink() 11 years ago
  jules 3f07f45702 Improved Android event callback mechanism. 11 years ago
  jules c70d98dbdd Added some trigonometry functions that are missing from MSVC's C library. 11 years ago
  jules a8c754f06c Added some comparison methods to Identifier. 11 years ago
  jules 3bfc0a81e7 Added flags to choose whether stderr and stdout are returned by ChildProcess. Used this to fix linux native file chooser. 11 years ago
  jules a7df25f860 Added methods var::clone() and DynamicObject::clone() for deep-copying objects. 11 years ago
  jules 1a2aff80a7 Moved some JSON formatting logic into DynamicObject::writeAsJSON 11 years ago
  jules 0cc6fb9356 Avoided MSVC warning. 11 years ago
  jules 97823b3085 Added a method JSON::parseQuotedString 11 years ago
  jules 03ab2a2c3c Modifications to the var class to make it more javascript-compatible. Changed the handling of array types to be a shared, ref-counted array rather than being copy-by-value. Added an "undefined" type. Updated the native method invocation functions to be static (the old version used class methods) and to provide a 'this' object which may be different from the DynamicObject on which it's being invoked (this is to deal with derived classes) 11 years ago
  jules 293aedac2f Fixed spelling. Added a few simple methods to Random, BigInteger and var. 11 years ago
  jules 0ff1e14b8b Added assertions to some array methods to avoid false alarms from Clang static analyser. 11 years ago
  jules 0e32a71644 Fix for MinGW builds. 11 years ago
  jules 18a012f7db Optimised Array with some move-operators. 11 years ago
  jules 12bf054456 Version number update 11 years ago
  jules 19425a4502 Optimised a couple of XML and memory block functions. 11 years ago
  jules 94aca67a9b Fix for linux URL stream opening. 11 years ago
  jules 4198291d9a Added method XmlElement::getChildByAttribute(). 11 years ago