1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
Commit graph

1748 commits

Author SHA1 Message Date
hogliux
0e6c3ab68f Add all possible orientations to the UISupportedInterfaceOrientations plist element on iOS 2015-07-16 12:33:10 +01:00
hogliux
c2c0795aea Add https/SSL support for Linux (via libcurl) 2015-07-15 10:58:08 +01:00
jules
61eb7f8e6c Introjucer: Minor project and L+F updates 2015-07-07 12:13:28 +01:00
jules
dab1a549b9 Introjucer: some internal refactoring. 2015-07-02 14:47:22 +01:00
jules
ff68742e1e Introjucer: Updated the script that installs plugins to make sure it creates missing folders before copying the files to them 2015-06-30 17:20:27 +01:00
jules
d917606ad8 Resaved project files. 2015-06-29 16:20:50 +01:00
jules
b7c3b5c89c Introjucer: moved a C++11 flag setting in the linux makefile. 2015-06-29 16:19:58 +01:00
jules
3cfdde28c3 Avoided a VC2013 warning in the introjucer. 2015-06-28 14:13:43 +01:00
jules
0e38c68e15 Removed some accidental C++11 syntax in the introjucer. 2015-06-26 08:27:48 +01:00
jules
6cbab98ab2 Introjucer: update to the format of iOS icons. 2015-06-24 17:20:31 +01:00
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. 2015-06-23 12:44:51 +01:00
jules
26143d5034 Introjucer: added a better browser for module paths 2015-06-21 19:47:48 +01:00
jules
b0ca99d26b Introjucer: made the modules panel update when the filename is edited 2015-06-21 19:26:26 +01:00
jules
e179df3e2c Introjucer: Fix to linux VST makefile flag generation. 2015-05-25 12:53:04 +01:00
jules
43ce64a099 Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings. 2015-05-22 11:27:01 +01:00
jules
3e5b15a8e3 Introjucer: fix for menu glitch when clicking "save and open" button in dual iOS/OSX projects. 2015-05-22 10:56:37 +01:00
Timur Doumler
fc2f9e848d Introjucer: Added option to select C++ language standard for Xcode. 2015-05-22 09:38:12 +01:00
jules
06c1a15496 Added some missing 'override' decorators 2015-05-15 12:54:44 +01:00
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 2015-05-13 12:50:18 +01:00
jules
95e94bc8dd Fixed a problem compiling introjucer on linux. 2015-05-06 09:08:43 +01:00
jules
d9f88e763e Resaved the binarybuilder project files. 2015-05-05 17:32:36 +01:00
jules
5fd8cda62d Introjucer: Fixed some Code::Blocks enums that were causing problems in old compilers. 2015-05-05 17:31:48 +01:00
jules
1952ed195e Whitespace 2015-05-05 12:19:52 +01:00
jules
0860061fd9 Introjucer: made it possible to use relative paths for AU SDK includes 2015-05-05 12:11:19 +01:00
Timur Doumler
898e3c3796 Introjucer: added Linux Code::Blocks project export. 2015-05-05 11:16:44 +01:00
hogliux
0e97c57322 More clean-up on convertToPath in Introjucer 2015-05-05 10:49:18 +01:00
hogliux
9748d92798 Clean-up convertToPath in Introjucer 2015-05-05 10:49:10 +01:00
hogliux
d8b50dd009 Fixes bug in the introjucer where converting a text to a path adds a small offset 2015-05-05 10:49:02 +01:00
jules
c17a72e5b1 Minor clean-ups. 2015-04-27 12:18:22 +01:00
jules
1c382e83fc Whitespace. 2015-04-20 17:29:32 +01:00
jules
706b339fa9 Merge branch 'master' of juce-repo.roli.com:JUCE 2015-04-20 16:33:48 +01:00
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. 2015-04-20 16:33:32 +01:00
hogliux
fcb8735dfc Re-save all Introjucer projects with newest introjucer version 2015-04-20 15:49:43 +01:00
hogliux
123b70ec91 Add JUCE_STANDALONE_APPLICATION pre-processor macro 2015-04-20 15:49:43 +01:00
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. 2015-04-20 11:45:26 +01:00
jules
a1dfafe2c8 Introjucer: added Android version number 2015-04-01 11:14:41 +01:00
jules
f6395d4cda Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 2015-03-31 11:44:10 +01:00
jules
e84797b508 Introjucer: added options for specifying shared libraries for use on Android. 2015-03-30 12:39:52 +01:00
jules
3a89869bdb Removed the -march flag from the introjucer makefile so that it will build on non-Intel architectures 2015-03-27 15:50:57 +00:00
jules
31f0d5e239 Introjucer: added more options for optimisation levels on GCC/LLVM targets. 2015-03-26 11:02:29 +00:00
jules
ef4a6ce1a7 Introjucer: Fix iOS 8.1 orientation by adding default orientation flags to the generated project plist. 2015-03-25 17:29:46 +00:00
jules
9da6f51439 Introjucer: added a field for setting the plugin AudioUnit SDK path. 2015-03-24 17:52:21 +00:00
jules
4ed044b93c Introjucer: prevented copying hidden source-control sub-folders when module code is copied to the project folder. 2015-03-24 16:56:20 +00:00
jules
699c5a9109 Added a [Constructor_pre] section to introjucer GUI component files. 2015-03-24 16:17:35 +00:00
jules
0e591abe0f Introjucer: Stripped a couple of defunct values out of the generated linux makefiles. 2015-03-24 14:42:23 +00:00
jules
fce4188055 Introjucer: made the Xcode exporter delete .rsrc files to force a rebuild which can be needed to update the version number. 2015-03-23 17:37:36 +00:00
jules
d130a8e338 Introjucer: reporting of errors when resource files are missing when creating the binary data. 2015-03-06 13:19:54 +00:00
jules
013b1ce000 Introjucer: fix for stuck sliding panels in new project wizard. 2015-03-06 11:13:46 +00:00
jules
cbe1e6bcdc Introjucer: Updated the default android NDK version from 8 to 10 2015-03-05 14:59:41 +00:00
jules
bbc3a56b84 Introjucer: added module option flags for OSXLibs and iOSLibs 2015-03-02 14:54:57 +00:00