27 Commits (49aa9c9db471c103d7780f7d07cf70a8d85d5fcc)

Author SHA1 Message Date
  ed 11e790094e Projucer: Fix a typo in the --set-global-search-path help text and allow quoted paths 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
  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 ef2d1fa9fd Projucer: Various fixes and improvements to PIPGenerator 7 years ago
  ed 47af78fe0b Projucer: Implement PIPGenerator 7 years ago
  ed 58c02823c5 Projucer: Moved some methods into MiscUtilities 7 years ago
  Tom Poole 5d2ffe1ffc Fixed whitespace in Doxygen files 7 years ago
  jules 3ec5c17bb1 Misc cleanups relating to ScopedPointer 7 years ago
  ed b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 7 years ago
  Tom Poole ea81467377 Fixed a Projucer string obfuscation bug 7 years ago
  ed 198b5bf55a Projucer: Added a set-global-search-path command line option 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
  tpoole eb8fecf816 Formatting improvements 7 years ago
  hogliux 54029e776d Projucer: Re-factored source code groups and general code clean-up 7 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  jules 44cd80969d A few C++11 modernisations and comment corrections 8 years ago
  jules 4fa73d7bb6 Minor clean-ups in projucer translation code 8 years ago
  Christopher Fonseka 405b589f3f Fixed issue where return and newline characters were not being removed when using the —trans-finish command 8 years ago
  hogliux eb89d1ab31 Added a new command line argument to create a finished translation file 8 years ago
  hogliux bd217cf158 Added trans Projucer command line option to generate translation files from the command line 8 years ago
  hogliux c64dc65be2 Whitespace clean-up 8 years ago
  hogliux cc5e5bb43a Made sure that whitespace clean-up tool can clean it's own code 8 years ago
  tpoole 51adfb8afd Enabled multiple arguments for the Projucer whitespace cleaning commands 8 years ago
  jules dffeeb9b61 Projucer: Added an --encode-binary command-line option 8 years ago
  jules 8920e1b1d2 Resaved projects 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 5ba43d6125 Introjucer: added new command-line utility: --obfuscated-string-code 9 years ago
  jules 8e9ed0d0a9 Introjucer: more refactoring 9 years ago
  jules b3f4be1646 Introjucer: Slight improvement to --fix-broken-include-paths 9 years ago
  jules 35ee44df80 Added a new command-line option to the Introjucer: --fix-broken-include-paths, which will fix the relative #includes for all files within a folder. Very handy if you have a large project and are restructuring it by shuffling files around. 9 years ago
  Joshua Gerrard 67efb5852b Updated Introjucer to use appName rather than hard coding Introjucer 9 years ago
  jules 2cade63021 Introjucer: added a -tidy-divider-comment command-line option 9 years ago
  jules a0e7e12a02 Introjucer: added new command-line utilities: "--trim-whitespace" and "--remove-tabs" 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules aa52fd2f61 Introjucer: added a new command-line option --git-tag-version, which will automatically invoke a git command to take a repository with a version number from a project. 10 years ago
  jules 70d475d25f Introjucer: added command-line options for setting version number. 10 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. 11 years ago
  jules ec52acc609 Minor clean ups inside Random class and introjucer. 11 years ago
  jules 64391b7552 Introjucer: began refactoring some module-management code. 11 years ago
  jules ddc1524742 Updated headers in demo project files. 12 years ago
  jules 8a006e589c Cleaned up some application startup code. 13 years ago
  jules 9074f68da8 Introjucer: more AAX support and some clean-ups. 13 years ago
  jules 53b1e351cf Changed the return values of some virtual methods in FileBasedDocument - Strings and File objects are now non-const, and the load/save functions return a Result object rather than a string. 13 years ago
  jules 4735442424 Another typo fix. 13 years ago
  jules 830332d3ec Added a progress value for ZipFile::Builder. 13 years ago
  jules 7748376960 Introjucer: added a progress bar when saving. 13 years ago
  jules 018d070948 Introjucer: tidied up command-line handling, added "--resave-resources" option. 13 years ago
  jules c7354b927e Introjucer updates to the new project wizard and module update system. 13 years ago
  Julian Storer 2d56bedab5 Introjucer update to provide downloading of new modules directly from the website. 13 years ago