jules
|
1bfddbbeff
|
Introjucer: added CLANG_LINK_OBJC_RUNTIME = NO flag to Xcode builds.
|
12 years ago |
jules
|
e8cc7b1dd6
|
Introjucer: Xcode prebuild script fix.
|
12 years ago |
jules
|
ddb6b969ea
|
Introjucer: new plist format for AU plugins.
|
12 years ago |
jules
|
7a3453f48b
|
Minor clean-ups.
|
12 years ago |
jules
|
54eebff76d
|
Introjucer: added custom external libraries to link.
|
12 years ago |
jules
|
9bf10e2caa
|
Introjucer: Xcode fix for properties which end in a quote.
|
12 years ago |
jules
|
d79fcf1d32
|
Introjucer: swapped the xib file for a nib file.
|
12 years ago |
jules
|
f13621a78d
|
Added support for native OSX recent files menu - to enable it, see the MenuBarModel::setMacMainMenu() method, and re-save your project using this version of the introjucer.
|
12 years ago |
jules
|
c50a70669a
|
Introjucer: handling quotes in preprocessor defs in Xcode
|
12 years ago |
jules
|
2758080d7e
|
Introjucer: added Xcode pre-build script.
|
12 years ago |
jules
|
c38cb0a7b9
|
Introjucer: images files that aren't marked as being a binary include are added to the Xcode project as resources.
|
12 years ago |
jules
|
9077ba817d
|
Introjucer: fix for Xcode filenames containing @ signs.
|
12 years ago |
jules
|
2ac8615c7e
|
Introjucer: Xcode project generation update.
|
12 years ago |
jules
|
9fde239d9c
|
Misc minor tidying up.
|
12 years ago |
jules
|
e8131455d5
|
Introjucer: added some comment fields to the config pages.
|
12 years ago |
jules
|
b11527d751
|
Introjucer: launching a project now opens the first possible exporter in the list.
|
12 years ago |
jules
|
b86a9f3429
|
Introjucer: fix for Xcode plist file generation when there are multiple file extensions.
|
12 years ago |
jules
|
74eb65090f
|
Introjucer: improved some rollover help.
|
12 years ago |
jules
|
49d0182f61
|
Introjucer: graphical tweaks, binary data header change.
|
13 years ago |
jules
|
e875ddc3a1
|
Introjucer: optimised some unnecessary project copying.
|
13 years ago |
jules
|
a151510501
|
Introjucer: don't enable OSX "active architecture only" if an non-default architecture has been chosen.
|
13 years ago |
jules
|
8b208084aa
|
Introjucer: icns file format fix.
|
13 years ago |
jules
|
74078ee2c8
|
Introjucer: support for larger OSX icon sizes.
|
13 years ago |
jules
|
2fe73f6ebe
|
Introjucer: added a flag to help with OSX retina displays.
|
13 years ago |
jules
|
7a1c8f61a5
|
RTAS build fixes.
|
13 years ago |
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.
|
13 years ago |
jules
|
654134ffdb
|
Introjucer: removed old OSX 10.4 target option.
|
13 years ago |
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.
|
13 years ago |
jules
|
c1d5fd53cb
|
Introjucer: ability to specify an iOS deployment version.
|
13 years ago |
jules
|
9a56a2f8ba
|
Introjucer: added Xcode option to link with LLVM libc++
|
13 years ago |
jules
|
a2845d8895
|
Introjucer: some preliminary AAX work.
|
13 years ago |
jules
|
ff3b616759
|
Introjucer: better icon generation.
|
13 years ago |
jules
|
849dd043b8
|
Introjucer: option to build .dylibs in Xcode.
|
13 years ago |
jules
|
1cb0847568
|
Introjucer: improvements for VS2010 and old PPC Xcode targets.
|
13 years ago |
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.
|
13 years ago |
jules
|
51b2068576
|
Introjucer: added company name property to project, and better exe property info generation in MSVC resource files. Added method OpenGLComponent::rebuildContext().
|
13 years ago |
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.
|
13 years ago |
jules
|
105929d39f
|
Introjucer: a few minor optimisations.
|
13 years ago |
jules
|
0272a7cc6a
|
Introjucer: added SRCROOT flag to Xcode builds.
|
13 years ago |
jules
|
a6069d1c02
|
Introjucer: added Xcode frameworks setting. Fix for win32 bold fonts. Fix for 64-bit plugin builds.
|
13 years ago |
jules
|
1ef6c140ec
|
Introjucer: added an option for setting custom Xcode flags. Cleaned up some MSVC library naming settings.
|
13 years ago |
jules
|
2b311a410f
|
Introjucer: added 10.7 SDK target and tidied up some 64-bit AU build settings.
|
13 years ago |
jules
|
4e77678299
|
Introjucer: App icons are now specified per-exporter type rather than globally for the project.
|
13 years ago |
jules
|
7241a03860
|
Introjucer: Added a library paths settings for all platforms.
|
13 years ago |
jules
|
b8397a9888
|
Added some iterators for introjucer projects.
|
13 years ago |
jules
|
2e664976ec
|
Changed the introjucer's config list system: each exporter now contains its own list of configs. If you load an old project, its global config list will be copied into each of its exporters. Added x64 support for VC2010 projects, as an option in its configs.
|
13 years ago |
jules
|
10a388a9e8
|
Introjucer: added option to provide some custom Plist XML which overrides the introjucer's settings. Cleaned up some internal introjucer property handling.
|
13 years ago |
jules
|
f7d3521e06
|
Introjucer: minor refactoring + enabled clang c++0x option.
|
13 years ago |
jules
|
d6ed09e158
|
TextLayout fix. Windows stylus fix. Minor clean-ups.
|
13 years ago |
jules
|
fd9bf6d5a3
|
Updated Introjucer for better Xcode 4 compatibility. Bumped version number.
|
13 years ago |