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

230 commits

Author SHA1 Message Date
jules
2a6a6651b2 Introjucer: refactored static/dynamic library generation projects. 2013-03-26 11:32:51 +00:00
jules
7875fffa2a Introjucer: fixed some AAX + RTAS paths. 2013-03-26 10:16:14 +00:00
jules
810e73b2bc Introjucer: warning if trying to save read-only file. 2013-03-21 16:10:59 +00:00
jules
14ca3470e6 Changed the parameters of FilenameComponent::setCurrentFile() to use a NotificationType. 2013-03-18 21:44:29 +00:00
jules
0358e95dc9 Introjucer: cleaned up some binarydata code. 2013-03-17 20:09:53 +00:00
jules
d3ea70d8c4 AU name format fix. 2013-03-17 18:22:03 +00:00
jules
dfae2c8a38 Spelling. 2013-03-17 18:17:53 +00:00
jules
d0135d9efc Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings. 2013-03-08 14:07:51 +00:00
jules
f68713f704 Introjucer: update to remove AUCocoaViewClassName 2013-03-06 11:04:48 +00:00
jules
4fe02d2c8d AudioUnits: eliminated the JucePlugin_AUCocoaViewClassName parameter - this is no longer needed. Also rearranged the way AUPlugInDispatch.cpp is included, to improve compatibility. (You may need to re-save your projects in the introjucer to build with these changes) 2013-03-05 21:07:45 +00:00
jules
a50977e2f9 Added method ComponentPeer::setRepresentedFile() (and used this in the introjucer app) 2013-03-02 19:55:57 +00:00
jules
aff0d98e4b Removed JucePlugin_TailLengthSeconds and added a getTailLengthSeconds() method to AudioProcessor instead. 2013-03-02 19:29:01 +00:00
jules
7686adb32f Introjucer: option to enable/disable compiling on a tree group. 2013-02-03 13:12:00 +00:00
jules
fe355dbae7 Introjucer: AAX win32 library linking. 2013-01-13 17:30:47 +00:00
jules
b0fadda27c Introjucer: updated window title bar status when current file has unsaved changes. 2013-01-12 21:00:06 +00:00
jules
9ed6f088e3 Improved Path::addBubble. 2013-01-09 12:43:43 +00:00
jules
e543949bda Minor clean-ups. 2013-01-05 20:07:22 +00:00
jules
ddb6b969ea Introjucer: new plist format for AU plugins. 2013-01-05 15:42:05 +00:00
jules
99088bd0d7 Updated AU plugin wrapper generation to provide new factory entry points. 2013-01-03 11:28:41 +00:00
jules
a3e2a4840c Introjucer: collapse/expand options in treeview. 2013-01-03 10:53:07 +00:00
jules
164ab05bac Minor clean-ups. 2012-12-28 13:34:39 +00:00
jules
ff20ad64f3 Fixed some dodgy threading in the openGL rendering context. 2012-12-27 22:00:17 +00:00
jules
234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 2012-12-27 19:56:18 +00:00
jules
80dc4c57b0 Introjucer: items which are not included in the project are now crossed-out. 2012-12-18 10:33:54 +00:00
jules
bbd7816566 Introjucer: win32 keystroke fixes. 2012-12-11 11:35:15 +00:00
jules
e954a6558b Introjucer: More explicit control over the MSVC DLL runtime mode. 2012-12-06 16:35:06 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
88c0b1e512 Introjucer: Better AU plugin type setting for midi synths. 2012-12-03 18:10:59 +00:00
jules
36ce338d98 Added an AU header path. 2012-11-27 13:13:36 +00:00
jules
2c72bfac6c Reimplemented the VST hex/decimal version change. 2012-11-02 19:54:48 +00:00
jules
aa0eb1a75d Changed the VST version number to be parsed as base-10 rather than base-16. 2012-11-02 17:14:44 +00:00
jules
828d6f8e18 Introjucer: when saving very large amounts of binary data, it now splits it across multiple cpp files 2012-10-25 14:35:22 +01:00
jules
565cb189ea Introjucer: ability to drag files from the project tree into external apps. Added more drag-and-drop functionality for linux. 2012-10-22 12:28:46 +01:00
jules
ab7c03a99e Introjucer: Added MSVC option for using DLL runtime lib. 2012-10-18 11:08:56 +01:00
jules
877ac3b683 Introjucer: RTAS path fix. 2012-10-10 14:18:52 +01:00
jules
6cba4c505e Added a JucePlugin_RTASDisableMultiMono setting. 2012-10-10 10:32:33 +01:00
jules
6a280720d5 Introjucr: RTAS path fix. 2012-10-05 17:30:38 +01:00
jules
128aacaccb Introjucer: added an extra search path for Xcode carbon headers. 2012-10-03 21:01:40 +01:00
jules
0640631d80 Added a JucePlugin_Version define to the audio plugin headers. 2012-10-01 10:20:33 +01:00
jules
bc259dc955 Added flag: JucePlugin_AAXDisableBypass 2012-09-28 09:23:07 +01:00
jules
d830f6c5d4 Couple of fixes for win32 AAX builds. 2012-09-26 15:46:39 +01:00
jules
d9d5a6ae51 Introjucer: improved the new project wizard code. 2012-09-25 23:13:45 +01:00
jules
db5c92f760 Introjucer: module error handling. 2012-09-25 17:20:56 +01:00
jules
46f1c15f92 Introjucer: fix for binary data with duplicate filenames. 2012-09-24 12:08:33 +01:00
jules
63085a7185 Introjucer: minor fixes. 2012-09-20 12:27:39 +01:00
jules
06e2a667fb Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins. 2012-09-19 18:39:57 +01:00
jules
e77d5b12ef Some clean-ups and additions to Logger and FileLogger classes. Added some logging to the Introjucer. 2012-09-19 15:22:39 +01:00
jules
73359d4af0 Introjucer: added text search for the code editor. 2012-09-18 20:04:26 +01:00
jules
6269df4823 Introjucer: fix for new command-line project wizard. 2012-09-18 10:36:15 +01:00
jules
3831af62ef Updated CodeEditorComponent to act as an ApplicationCommandTarget 2012-09-17 21:20:18 +01:00