jules
|
b20b5f9276
|
Introjucer: fix for Xcode post-build script in audio plugin projects.
|
13 years ago |
jules
|
c65c7dd4a4
|
Introjucer: misc internal refactoring.
|
13 years ago |
jules
|
1f2b26a30b
|
Introjucer: refactored icons.
|
13 years ago |
jules
|
25e7361f2c
|
Refactored some TreeView key handling. Introjucer: now restores the last set of open documents for a project.
|
13 years ago |
jules
|
0475cedff5
|
Introjucer: commands to move back/forwards through open docs.
|
13 years ago |
jules
|
591e89cd87
|
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
|
13 years ago |
jules
|
27f1901fe6
|
Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code.
|
13 years ago |
jules
|
fb29acf1fa
|
Introjucer: minor internal stuff.
|
13 years ago |
jules
|
9e3cd767aa
|
Introjucer: minor internal changes.
|
13 years ago |
jules
|
7a1c8f61a5
|
RTAS build fixes.
|
13 years ago |
jules
|
f824e99f2d
|
Introjucer: refactoring and addition of appearance settings window for editor colours + fonts.
|
13 years ago |
jules
|
17e59cf95f
|
Introjucer: made sure the new project wizard creates an exporter for the current OS.
|
13 years ago |
jules
|
b4251726f0
|
Introjucer: refactored some settings classes, and added new icons for the treeviews.
|
13 years ago |
jules
|
100301ed17
|
Added a CharacterFunctions method. Some refactoring in introjucer.
|
13 years ago |
jules
|
7f499caf5f
|
Introjucer: refactored some filenames.
|
13 years ago |
jules
|
79ddd3a859
|
Introjucer: Allowed the root item in the files tree to be selected as a group.
|
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
|
9074f68da8
|
Introjucer: more AAX support and some clean-ups.
|
13 years ago |
jules
|
f5d72f1406
|
Removed the style parameter from Graphics::setFont(), because if the current font doesn't support that style, it'll give the wrong results. If this breaks your code, just wrap your arguments in a Font constructor, e.g. g.setFont (Font (mySize, myStyle));
|
13 years ago |
jules
|
6eaba30646
|
Fixed some DocumentWindow behaviour in the library and introjucer.
|
13 years ago |
jules
|
44b9f93564
|
Replaced rollover help on the config pages.
|
13 years ago |
jules
|
1406b72b54
|
Introjucer: selecting project settings on start-up.
|
13 years ago |
jules
|
463d2b3289
|
Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs.
|
13 years ago |
jules
|
0c142b51b5
|
Introjucer: avoided clang warning in generated binary data code.
|
13 years ago |
jules
|
a016944e69
|
Minor introjucer work.
|
13 years ago |
jules
|
82a964de48
|
Minor introjucer method change.
|
13 years ago |
jules
|
d2aa3a666b
|
Introjucer: tidied up some document saving behaviour.
|
13 years ago |
jules
|
f2426cc7de
|
Minor additions to OptionalScopedPointer. Internal introjucer tweaks.
|
13 years ago |
jules
|
451046e990
|
Minor introjucer tweaks.
|
13 years ago |
jules
|
fd919e577c
|
Introjucer: added a warning if you have a plugin project but don't enable the juce_audio_plugin_client module.
|
13 years ago |
jules
|
1089e3df86
|
Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs.
|
13 years ago |
jules
|
2cf53557f6
|
Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this.
|
13 years ago |
jules
|
276e7622a9
|
Introjucer: added checking to avoid duplicate IDs in groups.
|
13 years ago |
jules
|
d4fb934a26
|
Fixed a problem with introjucer module file target parsing.
|
13 years ago |
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.
|
13 years ago |
jules
|
b7d0c13226
|
Introjucer: Use of $(OutDir) in MSVC projects.
|
13 years ago |
jules
|
4735442424
|
Another typo fix.
|
13 years ago |
jules
|
805fb36371
|
Fixed a typo in the last check-in.
|
13 years ago |
jules
|
220114d04b
|
Added a method RecentlyOpenedFilesList::registerRecentFileNatively() and updated the introjucer to register its recent documents with the OS.
|
13 years ago |
jules
|
5509a4f950
|
Introjucer: more AAX work.
|
13 years ago |
jules
|
0a9223dd36
|
Introjucer: minor AAX stuff.
|
13 years ago |
jules
|
f110506be7
|
AAX work.
|
13 years ago |
jules
|
a2845d8895
|
Introjucer: some preliminary AAX work.
|
13 years ago |
jules
|
d4deecb2f2
|
Cleaned up a few warnings generated by clang -Wall.
|
13 years ago |
jules
|
75ad35f786
|
Improved File::moveFileTo and made file renaming in the introjucer more robust.
|
13 years ago |
jules
|
54bdb48972
|
Introjucer: minor internal changes.
|
13 years ago |
jules
|
10815d9e4d
|
Introjucer: made the project wizard create some default exporters.
|
13 years ago |
jules
|
6836d1eca6
|
Introjucer: minor internal changes.
|
13 years ago |
jules
|
cebf34d9bb
|
Introjucer: improved handling of windows filenames when run on *nix.
|
13 years ago |
jules
|
7748376960
|
Introjucer: added a progress bar when saving.
|
13 years ago |