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

227 commits

Author SHA1 Message Date
jules
e3d827a059 Introjucer: avoid an assertion when opening certain types of file 2016-01-29 09:36:07 +00:00
jules
76177fc431 Added a callback method DialogWindow::escapeKeyPressed() and used it to fix a minor introjucer bug with tool windows 2016-01-28 11:45:19 +00:00
Timur Doumler
29a6451c19 Introjucer: added Android screen orientation setting. 2016-01-22 16:44:27 +00:00
Timur Doumler
09e4ca57c5 Added Android Studio exporter build tools option. 2015-12-14 16:24:33 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
f618963530 Introjucer: Simplified VST include path generation. Resaved projects. 2015-11-24 10:46:46 +00:00
Joshua Gerrard
4400db5969 Added NDK platform version setting to Android Studio exporter 2015-11-09 17:48:00 +00:00
Joshua Gerrard
f1ad44e2bf Fixed variable shadowing warnings 2015-11-04 16:28:35 +00:00
Joshua Gerrard
bc9439c338 Introjucer: Refactored TreeViewBase painting functions 2015-11-04 15:53:18 +00:00
jules
6eee3b2a09 Resaved all project files 2015-11-03 10:55:10 +00:00
jules
89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 2015-11-03 10:37:52 +00:00
jules
810f2bfb2a Introjucer: Added Android Studio exporter 2015-11-02 16:13:46 +00:00
jules
3aa3ebff91 Introjucer: Added option to avoid overwriting changes to local module files 2015-11-02 16:13:45 +00:00
Timur Doumler
123e1e1679 Fixed custom Plist error for iOS. 2015-10-22 09:39:43 +01:00
jules
0ff73d6ed2 Introjucer: Minor symbol disambiguation 2015-10-05 12:31:44 +01:00
jules
fd7a36a177 Introjucer: made the Xcode exporter treat swift files as source code 2015-10-05 09:51:06 +01:00
jules
5fcf662375 Fixes for Introjucer in Xcode 7 2015-09-17 16:31:26 +01:00
jules
adfe457b64 A couple more fixes for Clang pedantic warnings 2015-09-15 10:52:46 +01:00
jules
2877653cc3 Introjucer: added hack to enable c++ syntax highlighting in the editor for extensionless libc++ header files. 2015-09-14 19:52:37 +01:00
jules
c53b00cb21 Introjucer: changes to implementation of auto-update and a few editor tweaks. 2015-09-01 12:29:19 +01:00
Timur Doumler
549b5dc429 Introjucer: restored default Android SDK/NDK path to what it used to be; added expansion of java environment variable ${user.home} to be able to still check path for correctness. 2015-08-20 16:52:17 +01:00
jules
21dabf778d Introjucer: Refactored global path implementation 2015-08-20 12:46:47 +01:00
Timur Doumler
c922162b03 Introjucer: added global preferences window and global SDK path settings. 2015-08-11 18:17:23 +01:00
jules
6db05a6100 Tweaked some syntax to help with Clang/Windows compatibility 2015-08-08 12:54:59 +01:00
hogliux
ce2793ca2d Add option in Introjucer to specify custom Android Activity sub-class 2015-07-24 18:21:52 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
jules
26143d5034 Introjucer: added a better browser for module paths 2015-06-21 19:47:48 +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
Timur Doumler
fc2f9e848d Introjucer: Added option to select C++ language standard for Xcode. 2015-05-22 09:38:12 +01:00
jules
a1dfafe2c8 Introjucer: added Android version number 2015-04-01 11:14:41 +01:00
jules
e84797b508 Introjucer: added options for specifying shared libraries for use on Android. 2015-03-30 12:39:52 +01:00
jules
013b1ce000 Introjucer: fix for stuck sliding panels in new project wizard. 2015-03-06 11:13:46 +00:00
jules
e5b5a164eb Introjucer: added theme support and import-modules for Android builds. 2015-02-19 10:13:19 +00:00
jules
5908238f8a Introjucer: Added a "warnings = errors" option to the MSVC builds. 2015-02-19 10:07:02 +00:00
jules
7c48d2cff8 Introjucer: added minor utility function. 2015-01-12 12:36:45 +00:00
jules
19cd4103be Made the dots work in the sliding page comp 2014-10-23 17:25:01 +01:00
jules
4fbb5358c4 Code clean-up 2014-10-20 17:00:34 +01:00
jules
c397984fe9 Whitespace 2014-10-20 15:05:51 +01:00
jules
80214e458c First version of new introjucer templates page 2014-10-20 14:58:01 +01:00
jules
811258e72b Introjucer: made the iOS build spit out some .xcassets resources, to force it to launch correctly on iOS8 2014-09-30 14:21:07 +01:00
jules
1e23cda2ff Cleaned up a couple of minor analyser warnings. 2014-07-18 12:56:10 +01:00
jules
c8bf8cd41e Moved some C++ escaping functions from the Introjucer into CppTokeniserFunctions. 2014-07-04 17:53:31 +01:00
jules
e9549f6d00 Introjucer: clicking already-selected items in the treeview now opens their document. 2014-06-09 17:46:34 +01:00
jules
c46927d580 Minor clean-ups 2014-05-23 21:50:43 +01:00
jules
91d9c96338 Minor clean-ups 2014-04-29 14:14:21 +01:00
jules
95699451b5 Added method ModalComponentManager::cancelAllModalComponents() 2014-04-24 14:20:17 +01:00
jules
9abf1ff000 Introjucer: added option to translation tool to merge existing translations. 2014-03-14 18:30:24 +00:00
jules
fb2a5fc857 Updates to introjucer for VST3 targets. 2014-02-04 15:54:15 +00:00
jules
593e1c1e65 Introjucer: added a setting for specifying a code-signing identity in Xcode builds. 2014-01-07 15:36:38 +00:00
jules
b439a1a4a3 Introjucer: added support for link-time code gen and non-IEEE math support on OSX + MSVC. 2013-12-28 15:51:10 +00:00