6 Commits (caea1c33703494c19fc0978b4db8e432258f266a)

Author SHA1 Message Date
  jules 342684a4c2 Introjucer: extended the binary data format to include a list of the filenames of all the resources. 11 years ago
  jules 49d0182f61 Introjucer: graphical tweaks, binary data header change. 13 years ago
  jules e3537ba57a Cleaned out some defunct ComponentBuilder code. 13 years ago
  jules 15375dd223 Internal work on the ComponentBuilder system. 13 years ago
  Julian Storer fb58d0c380 Tidied up some warnings and documentation. 14 years ago
  Julian Storer 1d215fa865 Renamed the juce demo folder from "juce demo" to "JuceDemo". Annoyingly, this is necessary because the Android build tools can't handle paths containing spaces (!) 14 years ago
  Julian Storer a94ebc0461 Added openGL support for the iPhone. 15 years ago
  Julian Storer 6b79430341 Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number. 15 years ago
  Julian Storer 5443f95790 Jucer-generated file updates. 15 years ago
  Julian Storer 305d58519a Converted the Juce demo projects to all be auto-generated by the Jucer. 15 years ago