jules
|
b61af93f1a
|
Couple of tweaks to the introjucer new project template.
|
2014-10-01 11:08:54 +01:00 |
|
jules
|
85e7ccd8be
|
Updated some dusty code in the introjucer templates for a new plugin project.
|
2014-09-29 16:30:48 +01:00 |
|
jules
|
7671e6a350
|
Fix for the program count in the introjucer-generated template plugin.
|
2014-09-29 14:46:57 +01:00 |
|
jules
|
a323d4d797
|
Clarified the example code that's generated in the plugin template process method.
|
2014-08-19 15:37:00 +01:00 |
|
jules
|
897c3c8044
|
Introjucer: correctly setting the JucePlugin_ManufacturerEmail macro.
|
2014-04-05 14:53:32 +01:00 |
|
jules
|
fa21d2ac02
|
Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty.
|
2014-03-24 14:39:32 +00:00 |
|
jules
|
4fe7240eb2
|
Initial version of VST3 plugin support.
|
2014-02-05 16:20:57 +00:00 |
|
jules
|
fb2a5fc857
|
Updates to introjucer for VST3 targets.
|
2014-02-04 15:54:15 +00:00 |
|
jules
|
45b49f84d1
|
Introjucer: moved the definition of a BinaryData constant into the header file.
|
2014-01-05 16:42:37 +00: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
|
463325c0c6
|
Introjucer: changed the way binary data cpps are generated so that the content will not be dependent on machine-specific paths.
|
2013-09-11 11:13:24 +01:00 |
|
jules
|
97ed2ac915
|
Introjucer: code editor popup menu helper function to insert a new class declaration.
|
2013-04-22 16:18:35 +01:00 |
|
jules
|
35d695d123
|
Introjucer: fix for AU build script.
|
2013-04-03 18:07:52 +01:00 |
|
jules
|
66a6275e76
|
Fix to AU shell script syntax
|
2013-04-03 17:20:16 +01:00 |
|
jules
|
003575fd99
|
Introjucer: added workaround to AU install script for Xcode 3 builds
|
2013-04-03 17:14:09 +01:00 |
|
jules
|
9c9cae12f4
|
Resaved some projects. Added a Code::Blocks project for the introjucer.
|
2013-03-31 23:24:56 +01:00 |
|
jules
|
bb008cb1ba
|
Merged the old Jucer into the introjucer.
|
2013-03-31 23:09:17 +01:00 |
|
jules
|
adb59236b7
|
Fixed OSX Accelerate framework linkage.
|
2013-03-03 10:22:19 +00:00 |
|
jules
|
84e87f7391
|
Introjucer: tidied up optimisation level descriptions.
|
2013-01-29 17:48:33 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
d79fcf1d32
|
Introjucer: swapped the xib file for a nib file.
|
2012-11-08 11:28:16 +00:00 |
|
jules
|
f13621a78d
|
Added support for native OSX recent files menu - to enable it, see the MenuBarModel::setMacMainMenu() method, and re-save your project using this version of the introjucer.
|
2012-10-28 18:38:10 +00:00 |
|
jules
|
422b0df651
|
Updated some introjucer template files. Updated project files.
|
2012-10-21 12:18:37 +01:00 |
|
jules
|
d9d5a6ae51
|
Introjucer: improved the new project wizard code.
|
2012-09-25 23:13:45 +01:00 |
|
jules
|
6b1654e1d2
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +01:00 |
|
jules
|
46f1c15f92
|
Introjucer: fix for binary data with duplicate filenames.
|
2012-09-24 12:08:33 +01:00 |
|
jules
|
d24ee139d3
|
Introjucer: wizards for auto-generating new Component classes
|
2012-09-06 11:08:29 +01:00 |
|
jules
|
50e659a37b
|
Introjucer: colour scheme tweak.
|
2012-08-17 20:32:56 +01:00 |
|
jules
|
e9ae25ed9c
|
Introjucer fixes + cosmetic changes.
|
2012-08-09 11:40:45 +01:00 |
|
jules
|
d5ddbc88bd
|
Introjucer: cosmetic changes.
|
2012-08-06 10:14:30 +01:00 |
|
jules
|
49d0182f61
|
Introjucer: graphical tweaks, binary data header change.
|
2012-07-26 22:16:07 +01:00 |
|
jules
|
4268ed7453
|
Introjucer: better tool windows. Font fixes.
|
2012-07-26 13:42:40 +01:00 |
|
jules
|
1b2b1a1aac
|
Introjucer: colour scheme presets and aesthetic stuff.
|
2012-07-14 10:30:56 +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
|
9074f68da8
|
Introjucer: more AAX support and some clean-ups.
|
2012-06-26 15:30:48 +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
|
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
|
1f95f54089
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
jules
|
15375dd223
|
Internal work on the ComponentBuilder system.
|
2012-01-17 18:33:35 +00:00 |
|
jules
|
4773b388ef
|
AttributedString class and advanced text layout (stage 1)
|
2011-11-21 20:03:39 +00: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
|
fb58d0c380
|
Tidied up some warnings and documentation.
|
2011-06-23 23:17:37 +01:00 |
|
Julian Storer
|
328cc11713
|
Removed the initialiseJuce_NonGUI() and shutdownJuce_NonGUI() methods - these aren't needed any more. Removed some old MidiOutput methods which weren't cross-platform. OpenGLComponent updates. Extra DropShadower safety.
|
2011-04-22 22:47:58 +01:00 |
|
Julian Storer
|
82e8d68a5d
|
Renamed the experimental jucer as the Introjucer.
|
2011-03-08 11:41:28 +00:00 |
|