jules
|
c3e082b252
|
Added WindowsRegistry::keyExists() methods
|
11 years ago |
jules
|
f196f88330
|
Introjucer: added a menu to choose which IDE to launch when there's more than one.
|
12 years ago |
jules
|
82d305a2a2
|
Introjucer: added exporter for VS2013
|
12 years ago |
jules
|
ddc1524742
|
Updated headers in demo project files.
|
12 years ago |
jules
|
5601c4d189
|
Introjucer: Added an exporter for Code::Blocks projects
|
12 years ago |
jules
|
2a6a6651b2
|
Introjucer: refactored static/dynamic library generation projects.
|
12 years ago |
jules
|
d0135d9efc
|
Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings.
|
12 years ago |
jules
|
891e0c5343
|
Introjucer: Xcode tweak so that newer Xcode versions still put the build products in the build/[config] folder by default.
|
12 years ago |
jules
|
22b98217d8
|
Introjucer: fix for android not using external libraries setting.
|
12 years ago |
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 |