jules
|
0475cedff5
|
Introjucer: commands to move back/forwards through open docs.
|
2012-07-07 21:11:06 +01:00 |
|
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.
|
2012-07-07 21:09:10 +01:00 |
|
jules
|
27f1901fe6
|
Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code.
|
2012-07-07 15:13:46 +01:00 |
|
jules
|
fb29acf1fa
|
Introjucer: minor internal stuff.
|
2012-07-07 15:05:25 +01:00 |
|
jules
|
9e3cd767aa
|
Introjucer: minor internal changes.
|
2012-07-06 10:15:59 +01:00 |
|
jules
|
7a1c8f61a5
|
RTAS build fixes.
|
2012-07-05 19:50:16 +01:00 |
|
jules
|
e875c65642
|
Introjucer: some treeview refactoring.
|
2012-07-05 18:34:20 +01:00 |
|
jules
|
4233f603db
|
More MouseInputSource tweaks.
|
2012-07-05 11:29:03 +01:00 |
|
jules
|
6758ce0bc9
|
CodeEditorComponent improvements and TextEditor menu refactoring.
|
2012-07-04 20:34:47 +01:00 |
|
jules
|
d3bb7fb9cc
|
Added line-numbering to the CodeEditorComponent.
|
2012-07-04 13:11:25 +01:00 |
|
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
|
100301ed17
|
Added a CharacterFunctions method. Some refactoring in introjucer.
|
2012-06-28 12:38:21 +01:00 |
|
jules
|
7f499caf5f
|
Introjucer: refactored some filenames.
|
2012-06-28 08:52:42 +01:00 |
|
jules
|
79ddd3a859
|
Introjucer: Allowed the root item in the files tree to be selected as a group.
|
2012-06-27 21:27:02 +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
|
ba9f24681f
|
First check-in of AAX code - note that this is a work-in-progress and although it currently creates a plugin that gets scanned (on OSX at least), it doesn't yet work.
|
2012-06-26 15:36:14 +01:00 |
|
jules
|
9074f68da8
|
Introjucer: more AAX support and some clean-ups.
|
2012-06-26 15:30:48 +01:00 |
|
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));
|
2012-06-26 13:18:03 +01:00 |
|
jules
|
6eaba30646
|
Fixed some DocumentWindow behaviour in the library and introjucer.
|
2012-06-25 18:35:29 +01:00 |
|
jules
|
1fd27d7ed6
|
Introjucer: fix for binary data file generation when no images are present.
|
2012-06-25 16:07:58 +01:00 |
|
jules
|
44b9f93564
|
Replaced rollover help on the config pages.
|
2012-06-25 15:47:36 +01:00 |
|
jules
|
3352b9238a
|
Introjucer: fix for code editor save points.
|
2012-06-25 15:35:35 +01:00 |
|
jules
|
1406b72b54
|
Introjucer: selecting project settings on start-up.
|
2012-06-25 09:19:08 +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
|
654134ffdb
|
Introjucer: removed old OSX 10.4 target option.
|
2012-06-15 17:27:58 +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
|
943a8ef757
|
Added a get() method to ReferenceCountedObjectPtr.
|
2012-06-02 08:30:08 +01:00 |
|
jules
|
4cabc9095e
|
Introjucer: Added code to the win32 resource file to allow custom rc files to be included.
|
2012-06-01 16:26:10 +01:00 |
|
jules
|
1089e3df86
|
Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs.
|
2012-05-31 08:21:34 +01:00 |
|
jules
|
5fcebaa07e
|
Updated project files.
|
2012-05-29 11:01:05 +01:00 |
|
jules
|
1977238869
|
Fix for a Jucer build error.
|
2012-05-29 10:32:21 +01:00 |
|
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.
|
2012-05-29 10:30:41 +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
|
4df0ea72c9
|
Introjucer: fix for binary resource file generation.
|
2012-05-25 21:40:26 +01:00 |
|
jules
|
87175c91f5
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
2012-05-25 16:42:36 +01:00 |
|
jules
|
cb169b251d
|
Altered BubbleMessageComponent to take an AttributedString rather than a plain String, for more control over its layout.
|
2012-05-25 10:16:55 +01:00 |
|
jules
|
20f0734863
|
Fix for jucer build error.
|
2012-05-24 19:52:39 +01:00 |
|
jules
|
c1d5fd53cb
|
Introjucer: ability to specify an iOS deployment version.
|
2012-05-24 13:14:12 +01:00 |
|
jules
|
4e754a838b
|
Changed the constness of the return type of MenuBarModel::getMenuBarNames() and MenuBarModel::getMenuForIndex(). Easy to update your code to handle this, just remove the 'const'.
|
2012-05-23 21:31:44 +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 |
|