jules
|
12a8dd3092
|
Avoided some pedantic GCC warnings.
|
2013-11-03 19:16:52 +00:00 |
|
jules
|
664a585d19
|
Introjucer: fix for GUI editor graphic element coords not updating.
|
2013-11-03 13:32:34 +00:00 |
|
jules
|
172f19f4a4
|
Introjucer: fix for module deletion bug, and some clean-ups.
|
2013-11-03 12:56:50 +00:00 |
|
jules
|
14cb377f77
|
Introjucer: fix to paths when copying modules locally.
|
2013-11-02 16:41:11 +00:00 |
|
jules
|
f485fdcf63
|
Introjucer: Fixed a typo in the generated code.
|
2013-11-01 10:53:56 +00:00 |
|
jules
|
4de9768ecb
|
Introjucer: better setup of module paths in new exporters.
|
2013-11-01 10:43:53 +00:00 |
|
jules
|
2c9c35d3c3
|
Fixed a few compiler warnings.
|
2013-11-01 10:43:30 +00:00 |
|
jules
|
f4a5a0ecb4
|
Introjucer: better exporting of absolute module paths in android makefiles.
|
2013-10-28 21:37:21 +00:00 |
|
jules
|
0137a6f7fc
|
Introjucer: made the string literal tool break up multi-line strings in a more readable way.
|
2013-10-28 18:30:58 +00:00 |
|
jules
|
63587c007b
|
Introjucer: sorted out a win32 filename handling issue.
|
2013-10-28 12:37:12 +00:00 |
|
jules
|
03e14b7851
|
Introjucer: fixed a bug when deleting modules; added a button to set copying mode for all modules.
|
2013-10-28 12:34:00 +00:00 |
|
jules
|
ab6314f9e3
|
Introjucer: updated some Xcode architecture flags that seem to have changed. Added a VC2013 build.
|
2013-10-28 09:40:26 +00:00 |
|
jules
|
bea7b83cb8
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
2013-10-27 22:02:21 +00:00 |
|
jules
|
56ec1d1400
|
Added a colour ID TreeView::selectedItemBackgroundColourId, and changed the TreeView to fill selected items with this. (The colour is set to transparent by default so this won't affect existing code).
Updated the LookAndFeel::drawTreeviewPlusMinusBox and TreeViewItem::paintOpenCloseButton methods to provide more flexibility.
|
2013-10-27 12:49:17 +00:00 |
|
jules
|
bf6691dcf7
|
Added a few override annotations.
|
2013-10-21 09:12:42 +01:00 |
|
jules
|
022057460d
|
Introjucer: avoided assertion when launching files in windows explorer.
|
2013-10-20 21:18:11 +01:00 |
|
jules
|
365e4611fa
|
Introjucer: misc minor fixes + tweaks.
|
2013-10-18 10:31:08 +01:00 |
|
jules
|
526ae27e8e
|
Made the introjucer linux build use c++11 mode.
|
2013-10-17 16:34:51 +01:00 |
|
jules
|
81435f8134
|
Made a few constant string arrays static to help compilers to optimise their initialisation.
|
2013-10-17 10:42:58 +01:00 |
|
jules
|
674c0704fe
|
Resaved projects.
|
2013-10-16 12:49:57 +01:00 |
|
jules
|
8e4825e7bd
|
Introjucer: avoided problems when closing a GUI comp which is a sub-component of another currently-loaded GUI component.
|
2013-10-15 20:53:28 +01:00 |
|
jules
|
cb2e2aa607
|
Introjucer: added a "defines" parameter to the module manifest format, to allow it to set modules to set project-wide preprocessor defs.
|
2013-10-15 18:48:40 +01:00 |
|
jules
|
cff361828a
|
Introjucer: in GUI editor, made sure image resources are loaded correctly.
|
2013-10-15 17:30:19 +01:00 |
|
jules
|
40ca59a54e
|
Introjucer: on windows, stopped the cancel button of the new project wizard from closing the app.
|
2013-10-15 17:18:07 +01:00 |
|
jules
|
b58d5da64d
|
Introjucer: fixed some compiler warnings.
|
2013-10-14 15:47:49 +01:00 |
|
jules
|
0ba5b01497
|
Introjucer: avoided losing the filename suffix when dropping folders into the tree.
|
2013-10-14 14:18:49 +01:00 |
|
jules
|
03ab2a2c3c
|
Modifications to the var class to make it more javascript-compatible. Changed the handling of array types to be a shared, ref-counted array rather than being copy-by-value. Added an "undefined" type. Updated the native method invocation functions to be static (the old version used class methods) and to provide a 'this' object which may be different from the DynamicObject on which it's being invoked (this is to deal with derived classes)
|
2013-10-11 15:46:28 +01:00 |
|
jules
|
877823b649
|
Introjucer: added test UI command to the menu.
|
2013-10-06 19:33:42 +01:00 |
|
jules
|
c6becf2532
|
Introjucer: stopped the modules panel from hammering the website.
|
2013-10-05 19:14:03 +01:00 |
|
jules
|
20fa1be6ed
|
Introjucer: fix for finding modules on linux.
|
2013-10-02 10:56:02 +01:00 |
|
jules
|
3c03b34c07
|
Introjucer: made the Xcode projects correctly handle .c file types.
|
2013-10-01 20:47:55 +01:00 |
|
jules
|
b9636ce02b
|
Introjucer: when exporting, added the modules folders to the include path.
|
2013-10-01 20:14:37 +01:00 |
|
jules
|
8c6caf8853
|
Introjucer: made the new project wizard ask for a juce module folder.
|
2013-10-01 18:37:41 +01:00 |
|
jules
|
3fe01cdca7
|
Removed some duplicated code.
|
2013-10-01 13:49:18 +01:00 |
|
jules
|
00c04fd960
|
Fixed some broken paths in the juce demo project.
|
2013-10-01 09:12:15 +01:00 |
|
jules
|
342684a4c2
|
Introjucer: extended the binary data format to include a list of the filenames of all the resources.
|
2013-09-30 15:39:00 +01:00 |
|
jules
|
2e7f1e16a9
|
Resaved introjucer projects in the new format.
|
2013-09-30 14:45:10 +01:00 |
|
jules
|
a9aae9651b
|
Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules.
|
2013-09-30 14:41:36 +01:00 |
|
jules
|
ec52acc609
|
Minor clean ups inside Random class and introjucer.
|
2013-09-29 16:03:01 +01:00 |
|
jules
|
c7cab8e020
|
Cleaned up some table look+feel code.
|
2013-09-28 11:50:49 +01:00 |
|
jules
|
3e233c2f24
|
Updated LADSPA and plugin host demo for latest changes.
|
2013-09-28 09:42:22 +01:00 |
|
jules
|
8a66ec83f0
|
Minor clean-ups.
|
2013-09-26 18:15:45 +01:00 |
|
jules
|
8bef59260b
|
Updated the projects for the plugin host demo - removed old VC2005 and 2008 exported, and added one for VC2010.
|
2013-09-25 11:00:40 +01:00 |
|
jules
|
9113a7d6ab
|
Introjucer: internal refactoring work.
|
2013-09-21 22:18:05 +01:00 |
|
jules
|
f887803358
|
Introjucer: updated list of OSX SDK versions.
|
2013-09-20 10:08:54 +01:00 |
|
jules
|
9243e3dbdd
|
Minor tinkering with the String class.
|
2013-09-19 22:25:16 +01:00 |
|
jules
|
221786dfcf
|
New method Array::addNullTerminatedArray(), and misc minor tightening-up of code.
|
2013-09-18 19:10:01 +01:00 |
|
jules
|
57db92b276
|
Cleaned up some ints that should have been CommandIDs.
|
2013-09-17 18:45:48 +01:00 |
|
jules
|
94da373c31
|
Fixed a couple of rendering problems when using global scale factors.
|
2013-09-17 10:23:17 +01:00 |
|
jules
|
fc772941d6
|
Fixed some pedantic warnings.
|
2013-09-16 18:47:28 +01:00 |
|