8 Commits (a9efe89bd11a52ef64e5299be51519a59eb11f90)

Author SHA1 Message Date
  ed cf0e97fcc7 Projucer: Selected colour scheme is now stored and recalled. Multiple fixes for unreadable text in the GUI editor 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  tpoole e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 8 years ago
  jules 284fc826e2 Tidied up some Projucer code that was causing build errors in VS2013/15 8 years ago
  hogliux 288e56de83 Fixed a bug in the Projucer that would incorrectly mark relative SDK paths as invalid even if they were valid 8 years ago
  jules 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 8 years ago
  jules d9b0b53794 Corrected a rogue header comment 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 21dabf778d Introjucer: Refactored global path implementation 9 years ago
  Timur Doumler a178731a95 refactoring: put initialisation of dependency path values into the individual exporters, called from their constructors. 10 years ago
  Timur Doumler f4c91eca99 Fixed exporting global/fallback path settings for Android exporter by moving Android SDK/NDK DependencyPathValueSource ownership into the project. 10 years ago
  Timur Doumler af9762885b Refactoring: moved isValidPath() check to the DependencyPathValueSource, to make the DependencyPathPropertyComponent responsible for GUI only. 10 years ago
  Timur Doumler d9cd459032 Moved dependency path key strings into better location (DependencyPath utility class) 10 years ago
  Timur Doumler c922162b03 Introjucer: added global preferences window and global SDK path settings. 10 years ago