1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
Commit graph

119 commits

Author SHA1 Message Date
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
82a964de48 Minor introjucer method change. 2012-06-14 13:58:36 +01:00
jules
d2aa3a666b Introjucer: tidied up some document saving behaviour. 2012-06-12 19:06:30 +01:00
jules
f2426cc7de Minor additions to OptionalScopedPointer. Internal introjucer tweaks. 2012-06-12 11:54:32 +01:00
jules
451046e990 Minor introjucer tweaks. 2012-06-11 12:03:30 +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
1089e3df86 Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs. 2012-05-31 08:21:34 +01:00
jules
2cf53557f6 Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this. 2012-05-27 22:05:21 +01:00
jules
276e7622a9 Introjucer: added checking to avoid duplicate IDs in groups. 2012-05-26 17:51:43 +01:00
jules
d4fb934a26 Fixed a problem with introjucer module file target parsing. 2012-05-26 11:02:56 +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
5509a4f950 Introjucer: more AAX work. 2012-05-15 17:18:34 +01:00
jules
0a9223dd36 Introjucer: minor AAX stuff. 2012-05-13 14:05:12 +01:00
jules
f110506be7 AAX work. 2012-05-11 15:24:56 +01:00
jules
a2845d8895 Introjucer: some preliminary AAX work. 2012-05-09 12:06:47 +01:00
jules
d4deecb2f2 Cleaned up a few warnings generated by clang -Wall. 2012-05-09 10:01:56 +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
10815d9e4d Introjucer: made the project wizard create some default exporters. 2012-04-24 10:50:00 +01:00
jules
6836d1eca6 Introjucer: minor internal changes. 2012-04-22 16:13:08 +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
70133a94eb Introjucer: added a setting for JucePlugin_AUMainType. Added a method InputStream::getNumBytesRemaining() 2012-04-05 18:30:49 +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
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
c1f7ca2dc0 Introjucer RTAS fix. 2012-03-12 15:49:53 +00:00
jules
b8bc80c1bf Introjucer plugin project fix. 2012-03-02 17:05:25 +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
cb18ce366a Introjucer: disabled "launch project" buttons when no suitable exporter exists. 2012-02-23 21:31:52 +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
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
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