|  jules | d582a66917 | Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. | 11 years ago | 
				
					
						|  jules | ce8d56d3a1 | Added copy constructors to LocalisedStrings. | 12 years ago | 
				
					
						|  jules | ca42bdaeb4 | Documentation update + Xcode 3 compiler fix. | 12 years ago | 
				
					
						|  jules | 7dd5c09826 | Version number update | 12 years ago | 
				
					
						|  jules | ab053c5503 | Added a LocalisedString::setFallback() method. | 12 years ago | 
				
					
						|  jules | 2b0f3f45e0 | Made OwnedArray::addCopiesOf handle null pointers. | 12 years ago | 
				
					
						|  jules | dc182eef2c | Improvement to OSX double->string conversion for better speed + thread-safety. | 12 years ago | 
				
					
						|  jules | 585164f4ad | javascript 'continue' fix. | 12 years ago | 
				
					
						|  jules | 28cdb20040 | Whitespace cleanups. | 12 years ago | 
				
					
						|  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. | 12 years ago | 
				
					
						|  jules | 2edec00b55 | Removed a few more uses of String::empty. | 12 years ago | 
				
					
						|  jules | 2623f4d1e1 | Added method String::clear(), and used it to replace a few uses of String::empty. | 12 years ago | 
				
					
						|  jules | f9759ecc6b | Documentation fixes. | 12 years ago | 
				
					
						|  jules | c7341b1e2c | Added a flag in ZipFile to make sure the filename is treated as UTF8. | 12 years ago | 
				
					
						|  jules | 39cc7d8d82 | Fixed some var::equals ordering problems, and added unit tests for this. | 12 years ago | 
				
					
						|  jules | 6849658788 | Added method ZipFile::Builder::addEntry for using streams instead of files. | 12 years ago | 
				
					
						|  jules | cdacae9cbb | Version 3.0.0 | 12 years ago | 
				
					
						|  jules | 55ff9a57be | Changed the Atomic class to use compiler intrinsics directly when using Clang, rather than the OSX functions. | 12 years ago | 
				
					
						|  jules | c8779f4192 | Put back some atomics workaround functions for PPC. | 12 years ago | 
				
					
						|  jules | a4e611222d | Various build housekeeping. | 12 years ago | 
				
					
						|  jules | 1113e17186 | Version number update | 12 years ago | 
				
					
						|  jules | a9c2354ed0 | Provided public access to the Array<String> that's inside StringArray. | 12 years ago | 
				
					
						|  jules | d0d74175e0 | Added some functionality to PerformanceCounter. | 12 years ago | 
				
					
						|  jules | c8f72856d6 | Added a template param to a CharacterFunctions method. | 12 years ago | 
				
					
						|  jules | a081f0f641 | Added/refactored a couple of String methods. | 12 years ago | 
				
					
						|  jules | ad324efc01 | Removed some old iOS workarounds from the atomic class. | 12 years ago | 
				
					
						|  jules | 74ed52e20e | Fix for file searches returning non-precomposed unicode chars on OSX. | 12 years ago | 
				
					
						|  jules | 6018f1df3d | Added a SystemStats::getDeviceDescription() method. | 12 years ago | 
				
					
						|  jules | 12a8dd3092 | Avoided some pedantic GCC warnings. | 12 years ago | 
				
					
						|  jules | d4a50a8de1 | A couple of javascript fixes. | 12 years ago | 
				
					
						|  jules | 4f5fd4daa7 | Fix for javascript invocation of object methods. | 12 years ago | 
				
					
						|  jules | aa8fdc8cba | Made a couple of OwnedArray methods return the object that they are passed. | 12 years ago | 
				
					
						|  jules | fb3b5035aa | Made sure that File::createLink on win32 works even if CoInitialize hasn't been called. | 12 years ago | 
				
					
						|  jules | 2c9c35d3c3 | Fixed a few compiler warnings. | 12 years ago | 
				
					
						|  jules | d996ab0c25 | Optimisation to posix WaitableEvent::signal() | 12 years ago | 
				
					
						|  jules | 62b6f4691d | Fix to javascript operator precedence. | 12 years ago | 
				
					
						|  jules | 0de50d99a5 | Version number update | 12 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). | 12 years ago | 
				
					
						|  jules | 98ef0eb4a5 | Fix for utf-32 builds. | 12 years ago | 
				
					
						|  jules | eb7e42b0ad | Added method String::hash() | 12 years ago | 
				
					
						|  jules | 61ed92ee51 | Added a method XmlElement::prependChildElement(), and used this for a few optimisations. | 12 years ago | 
				
					
						|  jules | 61d1e1b7ba | Avoiding a few MSVC warnings | 12 years ago | 
				
					
						|  jules | a204ea7ae8 | Version number update | 12 years ago | 
				
					
						|  jules | 5f00e94f3e | Fixed a string allocation problem. | 12 years ago | 
				
					
						|  jules | 526ae27e8e | Made the introjucer linux build use c++11 mode. | 12 years ago | 
				
					
						|  jules | fb4912ac1f | Added a method JavascriptEngine::callFunction(), and tweaked the way timeouts are specified. | 12 years ago | 
				
					
						|  jules | a074bfeea2 | Workarounds for javascript code in non-C++11 compilers. | 12 years ago | 
				
					
						|  jules | 81435f8134 | Made a few constant string arrays static to help compilers to optimise their initialisation. | 12 years ago | 
				
					
						|  jules | 6c5c461d73 | New class: JavascriptEngine! | 12 years ago | 
				
					
						|  jules | 59b9b0ccaf | Couple of minor fixes to CharacterFunctions, and added a find-character method. | 12 years ago |