3 Commits (71d10e750a0fb03c63c32b162c6e103600abe656)

Author SHA1 Message Date
  jules 2bbd2b9785 Added CSS Grid classes 7 years ago
  tpoole d525bb49e1 Resaved all projects 8 years ago
  hogliux c2991f77c2 Re-saved all projects 8 years ago
  hogliux 2ff6de2a94 Linux: re-saved all projects to update broken linux Makefiles (see previous commit) 8 years ago
  hogliux 884afa3a0d Re-saved all projects 8 years ago
  hogliux 00e38f2ef5 Re-saved all projects 8 years ago
  hogliux aad868e383 Added support for WebBrowserComponent on Linux 8 years ago
  tpoole ab4f269c60 Removed brackets from build target names and resaved all projects 8 years ago
  hogliux 167125afb9 Re-saved all projects 8 years ago
  tpoole 96ea4655a7 Resaved all projects 8 years ago
  jules 8994f37dd0 Added some FlexBox layout classes, and a demo page for this in the big juce demo app 8 years ago
  hogliux c9aca28d00 Add pkg-config support for linux 9 years ago
  hogliux 630ab88f8b Version number update 9 years ago
  Timur Doumler 70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 9 years ago
  jules d917606ad8 Resaved project files. 10 years ago
  jules 0e591abe0f Introjucer: Stripped a couple of defunct values out of the generated linux makefiles. 10 years ago
  jules aae0b7a5af Project re-save 10 years ago
  Felix Faire 02c95c45d4 Updated Icon Design and Binary Data 10 years ago
  Felix Faire b01383e8d0 Restructured folder and Updated Readme 10 years ago
  Felix Faire 03b485d3dc Updated JUCE Demo Examples 10 years ago
  jules a382bfc008 Resaved project files 10 years ago
  jules 7992319dc0 Added new LookAndFeel page to the juce demo (Thanks Dave!) 11 years ago
  jules 56f7676601 Refactored the OpenGLGraphicsContextCustomShader class and added a demo for it. 11 years ago
  jules 802197644b New interprocess utility classes: ChildProcessSlave and ChildProcessMaster. 11 years ago
  jules 633ff931d6 Introjucer: made sure the linux makefiles don't do crazy things when given mis-typed config names. 11 years ago
  jules eee868ae02 Introjucer: projects now include a JUCE_APP_VERSION macro containing the version number. 11 years ago
  jules 8ba781aa81 Added a demo page for the live constant editor stuff. 11 years ago
  jules caea1c3370 Added the all-new demo app! 11 years ago
  jules b9636ce02b Introjucer: when exporting, added the modules folders to the include path. 11 years ago
  jules 68227e8b29 Introjucer: Fixed an ordering problem in linux makefile generation. 12 years ago
  jules a82ab2fd8e Introjucer: made linux exporter use same flags for C files 12 years ago
  jules c8fe9cab4b Rebuilt projects 12 years ago
  jules 5ee84916a3 Introjucer: per-config linux makefile architecture setting. 12 years ago
  jules 5428554cda Added a flag to disable bypass in RTAS. 12 years ago
  jules 1089e3df86 Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs. 13 years ago
  jules 79381ced5d Removed GLU from the list of default libraries. 13 years ago
  jules 9c719306c9 Added -ldl to linux builds. Tidied up a few warnings. 13 years ago
  jules 7241a03860 Introjucer: Added a library paths settings for all platforms. 13 years ago
  jules ef63c14040 Optimised and tidied up some ValueTree methods. Added a method to MultiDocumentPanel. 13 years ago
  Julian Storer 693132a6e5 Changed the way module code is wrapped by the Introjucer. 13 years ago
  Julian Storer b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
  Julian Storer b94782d388 New class: DirectShowComponent, for native video playback in Windows. Added a demo page for this to the juce demo app. 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 44ece5a54a Updated the new jucer to handle inherited preprocessor defs, and to use them when expanding some of its parameter strings. 14 years ago
  Julian Storer d2b3c283eb New classes UnitTest and UnitTestRunner. Minor updates to VST wrapper. Added a dynamic buffer for win32 midi input. 14 years ago
  Julian Storer 4521e6ea84 Small fixes for Jucer makefiles. 15 years ago
  Julian Storer 8ff6737261 Major changes to the way Drawables are converted to ValueTrees (with more changes still to come in this area). Important fix to DirectoryIterator. Minor fix for ASIO. Jucer development. 15 years ago
  Julian Storer 64905b472f Jucer improvements to cope with multiple juce paths. 15 years ago
  Julian Storer a612dfdc2f String fix. Minor additional methods for FileBasedDocument and Slider. Jucer development. 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