jules
|
d5ddbc88bd
|
Introjucer: cosmetic changes.
|
2012-08-06 10:14:30 +01:00 |
|
jules
|
49d0182f61
|
Introjucer: graphical tweaks, binary data header change.
|
2012-07-26 22:16:07 +01:00 |
|
jules
|
af3bab799f
|
Introjucer: fine-tuned some command behaviours.
|
2012-07-26 18:47:24 +01:00 |
|
jules
|
e3537ba57a
|
Cleaned out some defunct ComponentBuilder code.
|
2012-07-26 15:32:34 +01:00 |
|
jules
|
e875ddc3a1
|
Introjucer: optimised some unnecessary project copying.
|
2012-07-22 14:21:07 +01:00 |
|
jules
|
a151510501
|
Introjucer: don't enable OSX "active architecture only" if an non-default architecture has been chosen.
|
2012-07-20 21:09:30 +01:00 |
|
jules
|
8b208084aa
|
Introjucer: icns file format fix.
|
2012-07-16 20:33:45 +01:00 |
|
jules
|
74078ee2c8
|
Introjucer: support for larger OSX icon sizes.
|
2012-07-16 15:53:09 +01:00 |
|
jules
|
1f2c81980f
|
Introjucer: Fix for MSVC optimisation levels.
|
2012-07-13 19:35:46 +01:00 |
|
jules
|
65f147b241
|
Introjucer: Visual studio WPO and debug option fixes.
|
2012-07-13 12:28:25 +01:00 |
|
jules
|
ecd91dc559
|
Introjucer: updated Android builds to work with the latest SDK.
|
2012-07-09 15:59:26 +01:00 |
|
jules
|
f50b05b251
|
Introjucer threading fix.
|
2012-07-09 13:48:59 +01:00 |
|
jules
|
2fe73f6ebe
|
Introjucer: added a flag to help with OSX retina displays.
|
2012-07-08 17:32:58 +01:00 |
|
jules
|
7a1c8f61a5
|
RTAS build fixes.
|
2012-07-05 19:50:16 +01:00 |
|
jules
|
17e59cf95f
|
Introjucer: made sure the new project wizard creates an exporter for the current OS.
|
2012-07-03 12:07:05 +01:00 |
|
jules
|
ead42bd39a
|
Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item.
|
2012-06-27 19:08:06 +01:00 |
|
jules
|
9074f68da8
|
Introjucer: more AAX support and some clean-ups.
|
2012-06-26 15:30:48 +01:00 |
|
jules
|
1fd27d7ed6
|
Introjucer: fix for binary data file generation when no images are present.
|
2012-06-25 16:07:58 +01:00 |
|
jules
|
463d2b3289
|
Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs.
|
2012-06-24 21:20:59 +01:00 |
|
jules
|
0c142b51b5
|
Introjucer: avoided clang warning in generated binary data code.
|
2012-06-23 13:54:38 +01:00 |
|
jules
|
654134ffdb
|
Introjucer: removed old OSX 10.4 target option.
|
2012-06-15 17:27:58 +01:00 |
|
jules
|
451046e990
|
Minor introjucer tweaks.
|
2012-06-11 12:03:30 +01:00 |
|
jules
|
4cabc9095e
|
Introjucer: Added code to the win32 resource file to allow custom rc files to be included.
|
2012-06-01 16:26:10 +01:00 |
|
jules
|
1089e3df86
|
Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs.
|
2012-05-31 08:21:34 +01:00 |
|
jules
|
ac1d6955e7
|
Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed.
|
2012-05-29 10:30:41 +01:00 |
|
jules
|
4df0ea72c9
|
Introjucer: fix for binary resource file generation.
|
2012-05-25 21:40:26 +01:00 |
|
jules
|
c1d5fd53cb
|
Introjucer: ability to specify an iOS deployment version.
|
2012-05-24 13:14:12 +01:00 |
|
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.
|
2012-05-23 21:25:28 +01:00 |
|
jules
|
b7d0c13226
|
Introjucer: Use of $(OutDir) in MSVC projects.
|
2012-05-23 14:09:39 +01:00 |
|
jules
|
9a56a2f8ba
|
Introjucer: added Xcode option to link with LLVM libc++
|
2012-05-22 14:13:42 +01:00 |
|
jules
|
b3c193e15e
|
Introjucer: Better use of $(IntDir) in MSVC project generation.
|
2012-05-22 13:34:58 +01:00 |
|
jules
|
7c8eb56f04
|
Android: fix to prevent app restarts when rotating.
|
2012-05-19 10:23:56 +01:00 |
|
jules
|
5509a4f950
|
Introjucer: more AAX work.
|
2012-05-15 17:18:34 +01:00 |
|
jules
|
c782b5cc02
|
Introjucer: removed image code from BinaryData classes without any images. Rebuilt some project files.
|
2012-05-11 09:56:32 +01:00 |
|
jules
|
00af978182
|
Introjucer: Fixes for adding non-code files to VS2010 projects.
|
2012-05-09 18:09:51 +01:00 |
|
jules
|
a2845d8895
|
Introjucer: some preliminary AAX work.
|
2012-05-09 12:06:47 +01:00 |
|
jules
|
7abee24947
|
Introjucer: fix to VS2010 library setting.
|
2012-05-03 13:16:12 +01:00 |
|
jules
|
79381ced5d
|
Removed GLU from the list of default libraries.
|
2012-04-27 09:00:07 +01:00 |
|
jules
|
54bdb48972
|
Introjucer: minor internal changes.
|
2012-04-24 13:34:37 +01:00 |
|
jules
|
10815d9e4d
|
Introjucer: made the project wizard create some default exporters.
|
2012-04-24 10:50:00 +01:00 |
|
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
|
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
|
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
|
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
|
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 |
|