27 Commits (ebe5916c494d00a70f87c4139a6d08301e331eac)

Author SHA1 Message Date
  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 9 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 9 years ago
  tpoole 4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 9 years ago
  hogliux 0117aace01 Added support for multi-target exporters and standalone plug-in format 9 years ago
  tpoole 8cd578b0c6 Added the ability to set a custom BinaryData namespace in the Projucer 9 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 9 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. 9 years ago
  ed 8e10f16eb8 Dialog window to ask whether to keep current project or re-load from disk when .jucer file changes 9 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. 10 years ago
  jules 8e9ed0d0a9 Introjucer: more refactoring 10 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 10 years ago
  jules 89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 10 years ago
  jules 323bce7282 Introjucer: More avoiding of recursive project saving. 10 years ago
  jules 4c6be5671e Introjucer: if groups are sorted, then adding new files retains the sort order. 10 years ago
  hogliux c7b8e77031 Update copyright notice 10 years ago
  jules 6bc4d7627f Modified the ValueTree::Listener::valueTreeChildRemoved() and ValueTree::Listener::valueTreeChildOrderChanged() methods to include some extra parameters that give more detailed info about exactly what changed. 11 years ago
  jules 6a89a440b5 Introjucer: Reorganised some file extensions and added .asm and .s to the list of recognised types. 11 years ago
  jules 3b88555140 Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this. 11 years ago
  jules 91d9c96338 Minor clean-ups 11 years ago
  jules fb2a5fc857 Updates to introjucer for VST3 targets. 12 years ago
  jules eee868ae02 Introjucer: projects now include a JUCE_APP_VERSION macro containing the version number. 12 years ago
  jules d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 12 years ago
  jules 5c98d8f48f Introjucer: command line warning fix. 12 years ago
  jules 2c9c35d3c3 Fixed a few compiler warnings. 12 years ago
  jules 0ba5b01497 Introjucer: avoided losing the filename suffix when dropping folders into the tree. 12 years ago
  jules a9aae9651b Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules. 12 years ago
  jules 64391b7552 Introjucer: began refactoring some module-management code. 12 years ago
  jules ec524a437d Fixed VC warning. Tweak to mouse cursor snap-back in sliders. Added an introjucer option to avoid adding the BinaryData.h header to AppConfig.h 12 years ago
  jules 53ae95b730 Introjucer: fix for a situation where project groups could get duplicate IDs. 12 years ago
  jules ddc1524742 Updated headers in demo project files. 12 years ago
  jules 7c6889403c Introjucer: added global preprocessor defs setting. 12 years ago
  jules cf9e7072ae Introjucer: resource file size limit setting. 13 years ago