131 Commits (048cfd6a3c3df143279b51d830eb24e6c9512ff6)

Author SHA1 Message Date
  jules 302019dd43 Tidied up some comments and usage of File::createOutputStream() and createInputStream() 6 years ago
  ed 6a3825f88f Projucer: Fixed a potential crash when setting a global path from the command line 6 years ago
  ed 5149ad511f Projucer: Minor whitespace fix 6 years ago
  ed c957c5c911 Projucer: Fixed a bug loading editor colour schemes when running from the command line 6 years ago
  ed 856d7dc333 Projucer: Only scan module paths on command-line when re-saving projects using global paths 6 years ago
  ed 9761a03334 Projucer: Made it possible to specify a semicolon-separated list of user modules paths to override the global default when generating a project from a PIP using the "--create-project-from-pip" command-line option 6 years ago
  ed c50b0c2660 Projucer: Allow a semicolon-separated list of multiple paths when setting defaultUserModulePath via the --set-global-search-path command line option 6 years ago
  ed 472cd5a984 Projucer: Fixed a bug in last commit when running from the command line 6 years ago
  ed 8c90f08cf4 Projucer: Re-scan module paths in handleAsyncUpdate() when the message loop has started to fix an assertion in File::getLinkedTarget() on Windows 6 years ago
  ed cd8c25b0c1 Projucer: Added an optional command-line argument when generating a project from a PIP to specify a JUCE modules directory to be used instead of the global default 6 years ago
  ed f77c995b4d Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning 6 years ago
  jules 8c9315ab12 Fix for projucer's command-line option handling 6 years ago
  jules 064656e2fb Added classes ArgumentList and ConsoleApplcation which are helpers for writing console applications that parse and resolve command-line arguments 6 years ago
  ed c39475019d Projucer: Don't exit if trying to open a project that no longer exists on startup 6 years ago
  Tom Poole 235bbd46cf Projucer: Code tidy up 7 years ago
  ed 84cc1dc4a0 Projucer: Cleaned up the module scanning code 7 years ago
  jules 5d54e80df8 Made the projucer ignore command-line flags generated when running it in Xcode debug mode 7 years ago
  Tom Poole 0b442c3036 Projucer: Added a check for unknown command line arguments 7 years ago
  ed d018eb8407 Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 7 years ago
  ed c859f50fe6 Projucer: Added a missing reset() call to the PIP creator window when shutting down 7 years ago
  ed bf8adbc29a Projucer: Added an option to set the path to the Android Studio executable in the "Global Paths" settings 7 years ago
  jules abe01671d4 Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz) 7 years ago
  hogliux cf4f12a452 Replaced our VST2 interface headers with official VST3 SDK 7 years ago
  ed 1c819c79d0 Projucer: Add cmd/ctrl + p shortcut for saving a project 7 years ago
  ed 11e790094e Projucer: Fix a typo in the --set-global-search-path help text and allow quoted paths 7 years ago
  ed eed45b7462 Projucer: Mark modified files with an asterisk in the file tree panel 7 years ago
  ed 6a1d6f9cb8 Projucer: Fixed a crash when opening the editor colour scheme window 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  jules 8faeecec28 Fixed a bug in the Projucer where the --lf command line option wouldn't work 7 years ago
  Tom Poole 4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
  ed 05ae575b46 Projucer: Add analytics events for new project wizard page 7 years ago
  ed c03c950c48 Projucer: Add array delimiter strings to the PIPCreator multi-choice values 7 years ago
  jules aeee6f4c33 Projucer: added a command-line flag --lf to make the whitespace and other file-generating tools use LF as linefeeds rather than CRLF 7 years ago
  ed 01339a5365 Projucer: Moved the live-build settings into a separate CompileEngineSettings class and refactored some redundant code 7 years ago
  ed 6eeaa4036c Projucer: Ensure that the default project name is used when no name is set 7 years ago
  ed 8a467e7dc3 Projucer: Added a "PIP Creator" utility tool 7 years ago
  ed 10753da103 Projucer: Fixed a typo that was causing the DemoRunner project file to not be found on Windows 7 years ago
  ed dbaca088b3 Projucer: Remove getJUCEExamplesDirectoryPathFromGlobal() from jucer_MiscUtilities.h 7 years ago
  ed 5cfc2d24ea Projucer: Only include jucer_ProjucerAnalytics.h if the juce_analytics module is available 7 years ago
  ed d707e43d25 Projucer: Ignore empty directories when searching for examples 7 years ago
  ed 2bd4611c03 Projucer: Update all links to the new website 7 years ago
  ed c596583e3b Projucer: Fixed a bug where PIP files not copied locally wouldn't initially be displayed in the code editor 7 years ago
  ed 9c54ccc99b Projucer: Fixed an issue where the DemoRunner executable could not be found in the JUCE root directory 7 years ago
  ed ef2d1fa9fd Projucer: Various fixes and improvements to PIPGenerator 7 years ago
  ed 711e75bdc8 Projucer: Add analytics 7 years ago
  ed 47af78fe0b Projucer: Implement PIPGenerator 7 years ago
  ed 58c02823c5 Projucer: Moved some methods into MiscUtilities 7 years ago
  ed 4d24d125fe Projucer: Ensure that new the project window is opened if reopening previous projects fails 7 years ago
  Tom Poole 5d2ffe1ffc Fixed whitespace in Doxygen files 7 years ago
  ed 4410ffc892 Projucer: call ComponentPeer::setRepresentedFile() and ::setIcon() when loading a project 7 years ago