jules
|
f824e99f2d
|
Introjucer: refactoring and addition of appearance settings window for editor colours + fonts.
|
2012-07-04 10:43:18 +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
|
b4251726f0
|
Introjucer: refactored some settings classes, and added new icons for the treeviews.
|
2012-06-28 19:11:48 +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
|
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
|
a016944e69
|
Minor introjucer work.
|
2012-06-15 11:02:21 +01:00 |
|
jules
|
f2426cc7de
|
Minor additions to OptionalScopedPointer. Internal introjucer tweaks.
|
2012-06-12 11:54:32 +01:00 |
|
jules
|
fd919e577c
|
Introjucer: added a warning if you have a plugin project but don't enable the juce_audio_plugin_client module.
|
2012-06-07 21:41:11 +01:00 |
|
jules
|
276e7622a9
|
Introjucer: added checking to avoid duplicate IDs in groups.
|
2012-05-26 17:51:43 +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
|
4735442424
|
Another typo fix.
|
2012-05-22 16:30:27 +01:00 |
|
jules
|
805fb36371
|
Fixed a typo in the last check-in.
|
2012-05-22 16:27:33 +01:00 |
|
jules
|
220114d04b
|
Added a method RecentlyOpenedFilesList::registerRecentFileNatively() and updated the introjucer to register its recent documents with the OS.
|
2012-05-22 16:24:06 +01:00 |
|
jules
|
a2845d8895
|
Introjucer: some preliminary AAX work.
|
2012-05-09 12:06:47 +01:00 |
|
jules
|
75ad35f786
|
Improved File::moveFileTo and made file renaming in the introjucer more robust.
|
2012-05-02 16:37:00 +01:00 |
|
jules
|
54bdb48972
|
Introjucer: minor internal changes.
|
2012-04-24 13:34:37 +01:00 |
|
jules
|
cebf34d9bb
|
Introjucer: improved handling of windows filenames when run on *nix.
|
2012-04-16 12:20:58 +01:00 |
|
jules
|
7748376960
|
Introjucer: added a progress bar when saving.
|
2012-04-10 18:10:15 +01:00 |
|
jules
|
018d070948
|
Introjucer: tidied up command-line handling, added "--resave-resources" option.
|
2012-03-19 12:01:11 +00:00 |
|
jules
|
efa18b1230
|
Small introjucer fix.
|
2012-02-26 20:30:24 +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
|
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
|
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
|
b8397a9888
|
Added some iterators for introjucer projects.
|
2012-02-10 18:50:07 +00:00 |
|
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.
|
2012-02-09 13:35:37 +00:00 |
|
jules
|
10a388a9e8
|
Introjucer: added option to provide some custom Plist XML which overrides the introjucer's settings. Cleaned up some internal introjucer property handling.
|
2012-02-08 15:15:06 +00:00 |
|
jules
|
96ec22501a
|
Improved CallOutBox layout. Minor introjucer tidy-ups.
|
2012-01-26 10:31:19 +00:00 |
|
jules
|
ffaa06c3d0
|
XML parser fix. Mac filechooser fix.
|
2012-01-21 09:10:06 +00:00 |
|
jules
|
15375dd223
|
Internal work on the ComponentBuilder system.
|
2012-01-17 18:33:35 +00:00 |
|
jules
|
c7354b927e
|
Introjucer updates to the new project wizard and module update system.
|
2011-10-03 13:05:21 +01:00 |
|
Julian Storer
|
2d56bedab5
|
Introjucer update to provide downloading of new modules directly from the website.
|
2011-09-17 16:15:38 +01:00 |
|
Julian Storer
|
dab3472756
|
Fixed a typo in the introjucer.
|
2011-08-19 20:02:10 +01:00 |
|
Julian Storer
|
f04875879e
|
Introjucer work. Improved command line tokenisation in OSX.
|
2011-08-17 15:07:06 +01:00 |
|
Julian Storer
|
81da96f1a2
|
Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules.
|
2011-08-16 18:05:20 +01:00 |
|
Julian Storer
|
693132a6e5
|
Changed the way module code is wrapped by the Introjucer.
|
2011-08-15 19:40:50 +01:00 |
|
Julian Storer
|
d3bcbeef9c
|
Introjucer saving optimisations.
|
2011-08-13 15:31:49 +01:00 |
|
Julian Storer
|
b70e0a28d2
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|
Julian Storer
|
f89fa9456a
|
Sorted out some windows header files. Introjucer RTAS VC project fix.
|
2011-07-12 15:51:35 +01:00 |
|
Julian Storer
|
bf68f7932e
|
Android mono audio device fix. More introjucer work.
|
2011-07-12 12:23:17 +01:00 |
|
Julian Storer
|
e130af03ec
|
Introjucer refactoring, moving more functionality from the ProjectExporters and into the ProjectTypes. Slightly altered the structure of nested groups that is generated, and tweaked the demo projects to reflect this. Couple of minor fixes to symbol exporting and CoreAudioFormat.
|
2011-07-11 19:03:54 +01:00 |
|
Julian Storer
|
cf4ecfacac
|
Changed some obj-C literals to avoid cross-linkage problems in plugins. More introjucer work.
|
2011-07-07 22:16:51 +01:00 |
|
Julian Storer
|
6392cdabcc
|
Even more introjucer refactoring.
|
2011-07-07 10:13:18 +01:00 |
|
Julian Storer
|
e627847d32
|
More introjucer refactoring.
|
2011-07-06 13:35:17 +01:00 |
|
Julian Storer
|
a7a4c287b7
|
More introjucer refactoring. Fixes for MessageListener and iOS font names.
|
2011-07-05 11:48:13 +01:00 |
|
Julian Storer
|
2dff4cd3fa
|
GIF decoding fix. Introjucer refactoring work.
|
2011-07-04 11:20:17 +01:00 |
|