44 Commits (33c0940d74e71545eed4751f11ca8eb9f53fc0f4)

Author SHA1 Message Date
  Noah Dayan 004360b59e Projucer: Added missing tooltip descriptions 7 years ago
  ed d6667e31a4 Projucer: Fixed a bug in the audio plugin property editors 7 years ago
  ed b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 7 years ago
  ed b288da58f0 Projucer: Fixed a crash that could occur when saving a project multiple times 7 years ago
  jules babea0885b Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy. 7 years ago
  jules 2dc9316420 Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 7 years ago
  ed 3473e6307c Projucer: Changed the default C++ standard for new projects from 11 to 14 7 years ago
  ed 097f3209db Projucer: Pass current thread pool job to MessageManagerLock to prevent deadlock 7 years ago
  ed 455c323184 Projucer: Lock the message loop when creating icon image files 7 years ago
  jules 2ee168ad46 Deprecated File::separator and File::separatorString, replacing them by static getter functions, so that File methods can be safely used in static constructors without order-of-initialisation problems 7 years ago
  ed bffc53b336 Projucer: Added a company copyright field to the project settings 7 years ago
  ed c956b984c6 Projucer: Added a "Header search paths" field to the project settings page that will be used for all exporters 7 years ago
  hogliux 54029e776d Projucer: Re-factored source code groups and general code clean-up 7 years ago
  ed 33535973be Projucer: Update window title when project name changes 7 years ago
  ed 7582952cdf Projucer: Added a method to check old exporter settings for the C++ language standard setting and to use this value as the default if it hasn't been set 7 years ago
  ed bde34cebcb Projucer: Fixed a bug where the C++ language standard project settings wasn't being recalled correctly 7 years ago
  ed 2e81e8a0dc Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set. 7 years ago
  ed 26596fbfad Projucer: Added default module search paths to the Projucer 8 years ago
  hogliux b8f0609164 Projucer: Fixed the tooltip description of the plug-in channel configuration field 8 years ago
  hogliux 1e9be800c5 Projucer: Only add webkit2gtk-4 linux dependency if JUCE_WEB_BROWSER is actually enabled 8 years ago
  ed 90fbed7889 Projucer: Added an option when right-clicking on an exporter to save just the selected exporter 8 years ago
  ed 1a266e822b Projucer: The Projucer now adds a unique suffix to the target project folder of duplicate exporters and the 'selected exporter' drop-down now defaults to the first exporter that can launch the project if none were previously selected 8 years ago
  ed ff7cfb8824 Projucer: Moved a Thread::sleep() call that would be called every time a project was saved out of the Xcode exporter and only call it if saving and opening project in Xcode 8 years ago
  tpoole 359238f0ed Fixed a Projucer crash when saving projects with no targets 8 years ago
  hogliux 9b7e944a54 Added a popup to the Projucer informing the user about the collection of analytics data 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  hogliux 7ed37f8600 Added the standard JUCE splash screen and app usage reporting 8 years ago
  hogliux 750ab85fe9 Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model. 8 years ago
  tpoole dd7c510e2f Added a Projucer warning when a project includes outdated Visual Studio exporters 8 years ago
  jules 44cd80969d A few C++11 modernisations and comment corrections 8 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 8 years ago
  tpoole 4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 8 years ago
  hogliux 0117aace01 Added support for multi-target exporters and standalone plug-in format 8 years ago
  tpoole 8cd578b0c6 Added the ability to set a custom BinaryData namespace in the Projucer 8 years ago
  hogliux c5d3c26af6 Added workaround to fix a false re-save warning in the Projucer when saving a .jucer file on a network drive 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
  ed 8e10f16eb8 Dialog window to ask whether to keep current project or re-load from disk when .jucer file changes 8 years ago
  hogliux 6810791645 Make sure that the legacy AU rez file is correct for midi effect AUs 9 years ago
  jules d9e3cdac16 Removed a few references to var::null 9 years ago
  jules fad8d0526e Projucer: improved the set of browsable files that are added to target projects for each module 9 years ago
  jules 025d04cbd1 Projucer: Added warning when trying to load projects with out-of-date build scripts 9 years ago
  jules 0a0c550198 Projucer: made sure that RTAS files are built with stdcall in MSVC 9 years ago
  jules fb864a5cb1 Corrected some spelling mistakes in comments 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 8e9ed0d0a9 Introjucer: more refactoring 9 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 9 years ago
  jules 89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 9 years ago
  jules 323bce7282 Introjucer: More avoiding of recursive project saving. 9 years ago
  jules 4c6be5671e Introjucer: if groups are sorted, then adding new files retains the sort order. 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago