7 Commits (c610745ee3cc1c20ba70041b6c2db90ae6537e2c)

Author SHA1 Message Date
  Noah Dayan e690350df3 Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 7 years ago
  ed 642061a31b Projucer: Used Button::onClick to simplify some code 7 years ago
  ed b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 7 years ago
  tpoole 1946712154 Projucer: Reorganised some source files so that we can compile with the malfunctioning link time optimisation of legacy 32 bit MinGW compilers 7 years ago
  ed a166f01fce Projucer: Added an option to the Xcode and VS exporters to enable/disable the post-build plugin binary copy step 7 years ago
  ed f9d5f0eff5 Projucer: Added an option to set the debug information format for each build configuration to the VS exporter 7 years ago
  hogliux 54029e776d Projucer: Re-factored source code groups and general code clean-up 7 years ago
  ed 0e6699ce23 Projucer: Added options to the iOS exporter for app groups and an option to disable duplicating the resources folder for AUv3 app extensions 8 years ago
  ed 26596fbfad Projucer: Added default module search paths to the Projucer 8 years ago
  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