221 Commits (c723e56952f40d9ee38e7080e930bb2c6fd345a1)

Author SHA1 Message Date
  ed b8a4e00cb4 Projucer: Make the source code editor respect line endings when loading and saving a file and add an option to set the preferred line feed for a project 6 years ago
  ed 463f5ea5b0 Projucer: Ensure that the default bundle identifier doesn't contain any illegal characters 6 years ago
  ed 33baa50986 Projucer: Fixed a bug in scanning exporter module paths when there are no compatible exporters on the current OS 6 years ago
  ed ada0fdfeaf Projucer: Fixed a bug where multiple AlertWindows could be shown for an out-of-date version 6 years ago
  ed b56bdd83fd Projucer: Only add paths from compatible exporters when scanning exporter module paths 6 years ago
  ed fe49d69dfc Projucer: Added a "VST (Legacy) SDK" field to the global paths window and re-factored the global paths window a bit 6 years ago
  ed 3458d11078 Projucer: Increase the height of the user settings popup slightly when using the Projucer in GPL mode 6 years ago
  ed 1702fa04aa Projucer: Fixed a dangling pointer crash which could occur in modules items with config flags 6 years ago
  ed b758d83415 Projucer: Removed an unused method and fixed a potential crash when refreshing module tree items 6 years ago
  ed 8667ffc059 Projucer: Ensure that ValueWithDefault objects outlive the PropertyComponents which reference them 6 years ago
  Tom Poole a3566b8c1e Removed the embedded VST2 SDK 6 years ago
  ed c4eb15eb21 Projucer: Refactored the global paths window and project exporters to use the new FilePathPropertyComponent 6 years ago
  ed 653d94c7a0 Projucer: Pulled out the module and PIP header parsing methods into a single method 6 years ago
  ed 159eee8e6f Projucer: Initialise company name value before bundle ID to ensure that the default bundle ID is set correctly 6 years ago
  ed 076b09c7a3 Projucer: Ensure that project setting defaults reflect the company name that has been set 6 years ago
  ed 90765fa52a Projucer: Re-scan module paths immediately on start up 6 years ago
  jules 768139a298 Added some free functions to help make XML parsing less verbose: parseXML() 6 years ago
  jules 6fda0bffca Fixed some stray zeros that were still being passed as null pointers 6 years ago
  ed af041a02d7 Projucer: Fixed a bug when merging the old plug-in format settings if the current value is empty 6 years ago
  ed bea6639637 Projucer: Merge old plug-in format vars instead of replacing in coalescePluginFormatValues() to ensure that format settings persist 6 years ago
  ed 8495d429ff Projucer: Removed the jobNeedsRunningAgain logic from AvailableModuleList's ModuleScannerJob as it was causing the job to hang when the module was found in the root directory 6 years ago
  ed 38fcc1163d Projucer: Partially reverted commit ff263ec to allow per-project VST3/AAX/RTAS SDK path overrides 6 years ago
  ed ff263ecded Projucer: Removed the per-exporter AAX and RTAS SDK and Android SDK/NDK path settings as well as the unused VST3 SDK setting as this was interfering with the embedded VST3 SDK path 6 years ago
  Tom Poole 67d2ff2ec8 Projucer: Fixed a getting the module list for new projects 6 years ago
  ed 059c2e12ed Projucer: Ensure that explicitly set module paths are prioritised over the global path when searching 6 years ago
  ed f77c995b4d Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning 6 years ago
  Tom Poole 0e1722e387 Multiple spelling fixes 6 years ago
  ed 15e09fdc5e Projucer: Refresh the modules tree on a timer so that rapid changes to the module search paths don't cause a slow down 6 years ago
  ed 2687253051 Projucer: Only set default compilable files when selecting "Enable compiling of all enclosed files" menu item 6 years ago
  Tom Poole 1d92f9c9d0 Added a tooltip warning against using 4 segment version numbers for AU and AUv3 plug-ins 6 years ago
  ed 2f5cd8811d Projucer: Ensure that either "Fx" or "Instrument" is added to the VST3 categories when saving a plugin project 6 years ago
  ed 78368cfe1a Projucer: Remove recursion from module path checks and cache previous module directories 6 years ago
  ed 6cb09350c7 Projucer: Reduced the recursion depth in the module scanning code to fix slow project load times 6 years ago
  Tom Poole cc4cbbd2df Projucer: A minor code cleanup 6 years ago
  Tom Poole 6cff481c6a Fixed some gcc 8 compiler warnings 7 years ago
  ed 84cc1dc4a0 Projucer: Cleaned up the module scanning code 7 years ago
  ed e6c85b8a08 Projucer: Increase the subfolder recursion depth when searching for modules and fix a couple of places where paths containing ~ were not being parsed correctly 7 years ago
  ed 9cdb02a0dc Projucer: Remove duplicate user module IDs from list 7 years ago
  hogliux fefbbc89b4 AU: Added an option to the Projucer to enable sandbox safe AUs (required for newer versions of GarageBand) 7 years ago
  jules 49aa9c9db4 Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 7 years ago
  hogliux cf4f12a452 Replaced our VST2 interface headers with official VST3 SDK 7 years ago
  ed 102203d8a5 Whitespace 7 years ago
  ed 1c819c79d0 Projucer: Add cmd/ctrl + p shortcut for saving a project 7 years ago
  ed eed45b7462 Projucer: Mark modified files with an asterisk in the file tree panel 7 years ago
  ed c5be8e0722 Projucer: Save all open documents when saving a project via the GUI 7 years ago
  ed 527625b699 Added support for building Unity native audio plugins on desktop platforms 7 years ago
  ed 1e23f5fa25 Projucer: Fixed a bug causing AAX and RTAS categories to not be recalled correctly 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  ed 4a73a9a6f0 Projucer: When writing the VST3 category string prioritise "Fx" > "Instrument" > everything else. Added missing "Dynamics" category 7 years ago
  ed 1e66355617 Projucer: Explicitly set the project ID if it isn't already set 7 years ago