jules
|
eb028b7c33
|
Introjucer: added support for a user-code section to the AppConfig.h file.
|
2012-04-17 12:04:56 +01:00 |
|
jules
|
cebf34d9bb
|
Introjucer: improved handling of windows filenames when run on *nix.
|
2012-04-16 12:20:58 +01:00 |
|
jules
|
830332d3ec
|
Added a progress value for ZipFile::Builder.
|
2012-04-12 13:35:02 +01:00 |
|
jules
|
e7b552957e
|
Introjucer: made the c++11 flag optional in Android (enabling it seems to break some compatibility in the current NDK)
|
2012-04-11 13:33:22 +01:00 |
|
jules
|
7748376960
|
Introjucer: added a progress bar when saving.
|
2012-04-10 18:10:15 +01:00 |
|
jules
|
ff3b616759
|
Introjucer: better icon generation.
|
2012-04-10 12:09:09 +01:00 |
|
jules
|
1f95f54089
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
jules
|
70133a94eb
|
Introjucer: added a setting for JucePlugin_AUMainType. Added a method InputStream::getNumBytesRemaining()
|
2012-04-05 18:30:49 +01:00 |
|
jules
|
63bc3f29de
|
Introjucer fixes for key shortcut and Android c++ flags. Enabled c++0x mode for Android.
|
2012-04-04 12:52:07 +01:00 |
|
jules
|
0e1b6061d5
|
Minor clean-ups for GL, removed some old VC6 hacks.
|
2012-04-03 20:25:05 +01:00 |
|
jules
|
849dd043b8
|
Introjucer: option to build .dylibs in Xcode.
|
2012-04-03 15:15:35 +01:00 |
|
jules
|
1cb0847568
|
Introjucer: improvements for VS2010 and old PPC Xcode targets.
|
2012-04-03 14:52:19 +01:00 |
|
jules
|
7286465f01
|
Introjucer RTAS fix.
|
2012-04-01 10:54:18 +01:00 |
|
jules
|
4e1a9f6526
|
better double comparisons for var. Fix for VS2005/VS2010 RTAS exporting. Minor GL cleanups and project updates.
|
2012-03-31 16:41:05 +01:00 |
|
jules
|
8c00299f8d
|
Introjucer OSX RTAS fix.
|
2012-03-28 16:44:10 +01:00 |
|
jules
|
018d070948
|
Introjucer: tidied up command-line handling, added "--resave-resources" option.
|
2012-03-19 12:01:11 +00:00 |
|
jules
|
a25bddb7ff
|
Introjucer: fix for projects without an export target that can be launched on the current OS.
|
2012-03-15 17:35:28 +00:00 |
|
jules
|
16f5684bd9
|
Introjucer: added a button for changing the copying mode of all modules. Added support for kiosk mode in iOS.
|
2012-03-13 19:23:04 +00:00 |
|
jules
|
4ac3a7f39d
|
Introjucer: another RTAS tweak.
|
2012-03-13 12:28:14 +00:00 |
|
jules
|
cba76bef60
|
Introjucer: fix for RTAS in VS2010
|
2012-03-12 21:43:43 +00:00 |
|
jules
|
c1f7ca2dc0
|
Introjucer RTAS fix.
|
2012-03-12 15:49:53 +00:00 |
|
jules
|
3a7989ad7c
|
Android: added OpenSLES audio device type.
|
2012-03-09 12:23:34 +00:00 |
|
jules
|
b8bc80c1bf
|
Introjucer plugin project fix.
|
2012-03-02 17:05:25 +00:00 |
|
jules
|
aab3a6a6eb
|
Android GL work.
|
2012-02-29 14:16:14 +00:00 |
|
jules
|
bcffc2c94a
|
Introjucer build config fix.
|
2012-02-28 20:30:57 +00:00 |
|
jules
|
9c719306c9
|
Added -ldl to linux builds. Tidied up a few warnings.
|
2012-02-28 19:51:22 +00:00 |
|
jules
|
5b22611306
|
Cleaned up and simplified the ThreadPool class - addJob now takes a flag to indicate whether the pool should delete that job, and the class's constructor arguments have been simplified.
|
2012-02-28 15:08:26 +00:00 |
|
jules
|
8369d9b3ab
|
Introjucer: improved Android projects so that ant can now build and install the apk in the standard way, and added signing key values.
|
2012-02-27 22:02:20 +00:00 |
|
jules
|
efa18b1230
|
Small introjucer fix.
|
2012-02-26 20:30:24 +00:00 |
|
jules
|
54c82b3120
|
Android: added URL launching.
|
2012-02-24 17:48:18 +00:00 |
|
jules
|
b69b7c7647
|
Made the ValueTree::getPropertyAsValue method non-const, to ensure the class behaves in a const-correct manner. Improved the Introjucer's use of const ValueTrees to enable it to write each exporter in parallel, for quicker saving. Tweaked the Identifer class to be thread-safe.
|
2012-02-24 17:15:58 +00:00 |
|
jules
|
cb18ce366a
|
Introjucer: disabled "launch project" buttons when no suitable exporter exists.
|
2012-02-23 21:31:52 +00:00 |
|
jules
|
d2a4173ab4
|
Android: better logging, more GL work.
|
2012-02-23 17:34:46 +00:00 |
|
jules
|
06895cefe1
|
Introjucer: RTAS exporter fix.
|
2012-02-23 14:20:02 +00:00 |
|
jules
|
1c55b28390
|
Introjucer: fix for MSVC post build events in RTAS.
|
2012-02-23 11:11:08 +00:00 |
|
jules
|
51b2068576
|
Introjucer: added company name property to project, and better exe property info generation in MSVC resource files. Added method OpenGLComponent::rebuildContext().
|
2012-02-22 11:11:34 +00:00 |
|
jules
|
092a0166cc
|
Introjucer: added some android manifest options, and fixed audio input permissions for the demo app.
|
2012-02-21 10:02:10 +00:00 |
|
jules
|
d3d391ae7f
|
Introjucer: Improved android project saving to allow the activity class to be custom-named, and to copy the java into the target tree instead of linking. Also added an option to set the android architectures.
|
2012-02-20 17:21:49 +00:00 |
|
jules
|
105929d39f
|
Introjucer: a few minor optimisations.
|
2012-02-20 13:07:45 +00:00 |
|
jules
|
0272a7cc6a
|
Introjucer: added SRCROOT flag to Xcode builds.
|
2012-02-20 11:43:56 +00:00 |
|
jules
|
07189e3c23
|
Introjucer: now creates fat binaries on android.
|
2012-02-17 16:06:59 +00:00 |
|
jules
|
6d865420ee
|
Android: better audio latency reporting. Introjucer: improved android icon generation.
|
2012-02-17 12:50:38 +00:00 |
|
jules
|
75e9f9102e
|
Introjucer: fixed a problem when creating new exporters. Added better error reporting for GL shader compilation. Linux http fix.
|
2012-02-15 11:20:36 +00:00 |
|
jules
|
a6069d1c02
|
Introjucer: added Xcode frameworks setting. Fix for win32 bold fonts. Fix for 64-bit plugin builds.
|
2012-02-14 18:08:12 +00:00 |
|
jules
|
1ef6c140ec
|
Introjucer: added an option for setting custom Xcode flags. Cleaned up some MSVC library naming settings.
|
2012-02-14 10:19:02 +00:00 |
|
jules
|
2b311a410f
|
Introjucer: added 10.7 SDK target and tidied up some 64-bit AU build settings.
|
2012-02-13 22:02:23 +00:00 |
|
jules
|
2ee8d03ebd
|
Minor introjucer tweak.
|
2012-02-13 18:01:33 +00:00 |
|
jules
|
5308aef329
|
Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer.
|
2012-02-13 17:56:59 +00:00 |
|
jules
|
4e77678299
|
Introjucer: App icons are now specified per-exporter type rather than globally for the project.
|
2012-02-13 14:09:30 +00:00 |
|
jules
|
05d10b8be9
|
Introjucer: fix to avoid unneccessary saving. Internal ListBox tweaks.
|
2012-02-12 22:16:42 +00:00 |
|