847 Commits (8045d89b3a49794d2e215aabd45f7c43ee04be88)

Author SHA1 Message Date
  jules 6db05a6100 Tweaked some syntax to help with Clang/Windows compatibility 9 years ago
  jules e12b3ed774 Fixed an old but harmess typo in the introjucer that was using slightly odd names in the project file. 9 years ago
  jules a0e7e12a02 Introjucer: added new command-line utilities: "--trim-whitespace" and "--remove-tabs" 9 years ago
  Timur Doumler 3a7c138f02 Introjucer: Fixed broken AudioUnit post build script (was removing Info.plist entries if custom SDK paths are used). 9 years ago
  hogliux ce2793ca2d Add option in Introjucer to specify custom Android Activity sub-class 9 years ago
  Timur Doumler dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 9 years ago
  hogliux 49446da555 Some minor tweeks to the auto-updater to more gracefully handle error situations 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  hogliux 0e7729590f Add release notes text field to Introjucer's auto-updater dialog. Minor auto-updater infrastructure updates and code refactoring. 9 years ago
  hogliux 0e6c3ab68f Add all possible orientations to the UISupportedInterfaceOrientations plist element on iOS 10 years ago
  hogliux c2c0795aea Add https/SSL support for Linux (via libcurl) 10 years ago
  jules 61eb7f8e6c Introjucer: Minor project and L+F updates 10 years ago
  jules dab1a549b9 Introjucer: some internal refactoring. 10 years ago
  jules ff68742e1e Introjucer: Updated the script that installs plugins to make sure it creates missing folders before copying the files to them 10 years ago
  jules b7c3b5c89c Introjucer: moved a C++11 flag setting in the linux makefile. 10 years ago
  jules 3cfdde28c3 Avoided a VC2013 warning in the introjucer. 10 years ago
  jules 0e38c68e15 Removed some accidental C++11 syntax in the introjucer. 10 years ago
  jules 6cbab98ab2 Introjucer: update to the format of iOS icons. 10 years ago
  jules d3f76766db Added a flag to FileBrowserComponent to allow it to keep the current name when the folder changes, and used this flag in the introjucer's new project wizard. 10 years ago
  jules 26143d5034 Introjucer: added a better browser for module paths 10 years ago
  jules b0ca99d26b Introjucer: made the modules panel update when the filename is edited 10 years ago
  jules e179df3e2c Introjucer: Fix to linux VST makefile flag generation. 10 years ago
  jules 43ce64a099 Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings. 10 years ago
  jules 3e5b15a8e3 Introjucer: fix for menu glitch when clicking "save and open" button in dual iOS/OSX projects. 10 years ago
  Timur Doumler fc2f9e848d Introjucer: Added option to select C++ language standard for Xcode. 10 years ago
  jules 06c1a15496 Added some missing 'override' decorators 10 years ago
  Timur Doumler bb8b36aa72 Fixed bug where Introjucer would produce invalid code in case two images added via the GUI editor use the same image resource 10 years ago
  jules 95e94bc8dd Fixed a problem compiling introjucer on linux. 10 years ago
  jules 5fd8cda62d Introjucer: Fixed some Code::Blocks enums that were causing problems in old compilers. 10 years ago
  jules 1952ed195e Whitespace 10 years ago
  jules 0860061fd9 Introjucer: made it possible to use relative paths for AU SDK includes 10 years ago
  Timur Doumler 898e3c3796 Introjucer: added Linux Code::Blocks project export. 10 years ago
  hogliux 0e97c57322 More clean-up on convertToPath in Introjucer 10 years ago
  hogliux 9748d92798 Clean-up convertToPath in Introjucer 10 years ago
  hogliux d8b50dd009 Fixes bug in the introjucer where converting a text to a path adds a small offset 10 years ago
  jules c17a72e5b1 Minor clean-ups. 10 years ago
  jules 1c382e83fc Whitespace. 10 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
  hogliux 123b70ec91 Add JUCE_STANDALONE_APPLICATION pre-processor macro 10 years ago
  Timur Doumler b7f77590ff Fixed problem in Introjucer where a newly created audio app would produce howling feedback because the audio buffer did not get cleared. 10 years ago
  jules a1dfafe2c8 Introjucer: added Android version number 10 years ago
  jules f6395d4cda Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 10 years ago
  jules e84797b508 Introjucer: added options for specifying shared libraries for use on Android. 10 years ago
  jules 31f0d5e239 Introjucer: added more options for optimisation levels on GCC/LLVM targets. 10 years ago
  jules ef4a6ce1a7 Introjucer: Fix iOS 8.1 orientation by adding default orientation flags to the generated project plist. 10 years ago
  jules 9da6f51439 Introjucer: added a field for setting the plugin AudioUnit SDK path. 10 years ago
  jules 4ed044b93c Introjucer: prevented copying hidden source-control sub-folders when module code is copied to the project folder. 10 years ago
  jules 699c5a9109 Added a [Constructor_pre] section to introjucer GUI component files. 10 years ago
  jules 0e591abe0f Introjucer: Stripped a couple of defunct values out of the generated linux makefiles. 10 years ago
  jules fce4188055 Introjucer: made the Xcode exporter delete .rsrc files to force a rebuild which can be needed to update the version number. 10 years ago