Julian Storer
e1e5018a91
New class: CaretComponent, which is created by the LookAndFeel. Fix for VST build on VC2005.
2011-03-18 11:37:04 +00:00
Julian Storer
5d98779f19
Updated the date in the copyright notice.
2011-03-09 11:36:34 +00:00
Julian Storer
19c6d9d2bc
Fix for win32 sockets.
2011-03-01 21:26:07 +00:00
Julian Storer
2a6c8af928
Updated some posix socket code to handle IPV6.
2011-03-01 18:55:39 +00:00
Julian Storer
963dbbd40a
Tidied up a few win32 RTAS warnings.
2011-02-24 17:13:01 +00:00
Julian Storer
06d436a3ab
Minor string clean-ups. Made key-shortcut indicators in popup menus use icons for shift/command/option on the mac.
2011-02-24 14:27:59 +00:00
Julian Storer
533e7ba795
Many more String changes, so that finally the String class can store its internal data as either utf8, 16 or 32 - this is controlled by a flag JUCE_STRING_UTF_TYPE. It's currently set to utf-8 by default.
2011-02-22 15:33:30 +00:00
Julian Storer
bd19111417
Cleaned up some comments and uses of setContentComponent().
2011-02-16 14:45:10 +00:00
Julian Storer
8fd76650c4
RTAS ppq fix. New class OptionalScopedPointer. Deprecated the ResizableWindow::setContentComponent() method, replacing it with setContentOwned() and setContentNonOwned(), which provide a way to specify the component's ownership when it is added.
2011-02-11 22:16:07 +00:00
Julian Storer
2d10b0b43d
Changes and additions to provide alternatives to modal-loop functionality (Android can't run modal loops). New class ModalCallbackFunction providing quick objects for making callbacks to static functions. Changes to remove modal loops from most of the internal library classes. Added new methods to PopupMenu to provide easier async callbacks, and also a cleaner way of specifying options when showing a menu. Fix for PNG decoding of corrupted image files.
2011-02-11 14:27:28 +00:00
Julian Storer
efd1e4c88a
Viewport positioning fix. Changed parameters of Viewport::visibleAreaChanged(). Small plugin header fix.
2011-01-10 12:33:38 +00:00
Julian Storer
f19e4d1c04
Added workarounds for mouse-wheel events in win32 VSTs and mouse-moves in carbon AUs and VSTs. Fixed a problem when swapping between carbon/cocoa views in AUs.
2011-01-09 13:46:36 +00:00
Julian Storer
c1d8ac22df
New Component::setBounds() method using a RelativeRectangle.
...
Added Justification::appliedToRectangle() and RectanglePlacement::appliedTo(). Removed a behavioural oddity from TopLevelWindow which brought them to the front when made visible. More RelativeRectangle development. AU wrapper now detects app shutdown and closes its UI.
2011-01-08 22:27:28 +00:00
Julian Storer
ea9a2c095d
Fixes for 64-bit AUs and NamedValueSet.
2011-01-01 12:45:48 +00:00
Julian Storer
f5ed9621cd
Fixed a typo in the plugin host type class.
2010-12-29 09:21:15 +00:00
Julian Storer
7007b179b2
Added fruityloops plugin host type. Changed NamedValueSet to use a linked list internally. Fixes for 64-bit compilation targeting OSX10.6.
2010-12-28 22:04:42 +00:00
Julian Storer
7becff2aa4
Reorganised some of the juce source tree folders. Added a new JUCE_DEPRECATED macro, and tested it by renaming Button::addButtonListener to Button::addListener for consistency with other widgets. Added Samplitude to the AudioHostType class. Fixed window maximising in win32.
2010-12-21 12:44:45 +00:00
Julian Storer
7b955dd6c3
Small fixes for mouse positioning. Clean-up for win32 CD reader code.
2010-12-06 19:30:15 +00:00
Julian Storer
99085429b5
Rewrote the AudioThumbnail class to support some new features like using readers and adding data directly to the thumb. Added an option to AudioFormatWriter::ThreadedWriter to take a thumbnail which it dynamically generates while recording. Added a couple of new maths functions: findMinAndMax, isPositiveAndBelow.
2010-12-03 23:36:00 +00:00
Julian Storer
952b8c3940
Updated ComponentDragger to handle transformed components (this required a change to its parameters). Tidied up some classes with the JUCE_DECLARE_NON_COPYABLE macro. Changed some 3rd-party include statements to use angle-bracket quotes.
2010-11-29 16:22:06 +00:00
Julian Storer
a5cf4030f5
New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes.
2010-11-29 12:24:55 +00:00
Julian Storer
1e8a28679f
AU editor fix. Added a descriptive name field to PluginDescription.
2010-11-26 12:42:56 +00:00
Julian Storer
9896b75340
Internal code modernisation.
2010-11-15 20:34:32 +00:00
Julian Storer
c16f6f17a9
The Component class no longer derives from MessageListener - this was adding a lot of overhead to each component construction/destruction, and was rarely providing any benefit. You can add it as a base class yourself if you need it. Component::isValidComponent() has now been removed - it was never 100% reliable and its job can be done better using Component::SafePointer to watch for deletions. Also minor fixes to AudioDeviceManager and Midi sysex parsing.
2010-11-01 17:51:09 +00:00
Julian Storer
584d9a4ec0
Fixes for ComponentBoundsConstrainer, linux VSTs, and firefox NPAPI.
2010-10-28 17:53:52 +01:00
Julian Storer
377b9ff2c4
Added a couple of useful constructors to some stream classes. Replaced some old static functions with anonymous namespaces.
2010-10-26 16:46:19 +01:00
Julian Storer
9168728a7e
Added a hasEditor() virtual method to the AudioProcessor class, which you'll need to implement in your plugins so that we can work around non-standard threading behaviour in Wavelab.
2010-10-05 10:38:25 +01:00
Julian Storer
38c64a7840
Minor tweaks to LookAndFeel, VST wrapper.
2010-10-04 18:32:25 +01:00
Julian Storer
098f0af3ed
Fixes for ZipFile, QuickTimeAudioFormat.
2010-10-02 17:10:06 +01:00
Julian Storer
ba62157841
Added the AudioData class, which contains a range of templated structrures for manipulating different sample type primitives. This will replace the old AudioDataConverters class, and I've refactored a lot of the audio devices and formats to use the new classes.
2010-09-27 15:56:54 +01:00
Julian Storer
8f4aaa4873
Fixed a problem with DirectoryIterator. Removed a few VC warnings. Tweaked mac Carbon windows for better keyboard focus. Disabled Carbon when doing a 64-bit plugin build.
2010-09-23 13:31:40 +01:00
Julian Storer
0a6aaea93b
Minor updates for plugins. Fixed some X windows locking.
2010-09-14 22:27:43 +01:00
Julian Storer
73f17dba08
Minor clean-ups.
2010-09-10 22:47:38 +01:00
Julian Storer
dffa2dc6e7
Fix for Cubase 32/64 bit bridge. Fix for Jucer RTAS project generation.
2010-09-09 16:53:54 +01:00
Julian Storer
d2b3c283eb
New classes UnitTest and UnitTestRunner. Minor updates to VST wrapper. Added a dynamic buffer for win32 midi input.
2010-09-06 12:19:19 +01:00
Julian Storer
b161c0f437
Minor code clean-ups.
2010-09-01 19:15:20 +01:00
Julian Storer
f953c19efb
Fix for CoreGraphics image loading on iOS. Auto-linked library fix for win32.
2010-09-01 14:29:16 +01:00
Julian Storer
5a89fc6ad8
Cleaned up a few compiler warnings.
2010-08-31 17:52:18 +01:00
Julian Storer
de4d8a5a14
Minor code clean-ups.
2010-08-23 21:10:37 +01:00
Julian Storer
6fab77045b
Small fixes for File, Expression, RTAS.
2010-08-20 16:58:14 +01:00
Julian Storer
23e07daec7
Minor code clean-ups.
2010-08-09 21:47:08 +01:00
Julian Storer
1335673bf0
Fixed a typo in PluginHostType.
2010-07-24 10:43:33 -05:00
Julian Storer
ccd8566e96
Fix for iOS launching. Tweak for win32 font rendering. Added a File::hostApplicationPath flag.
2010-07-23 12:33:27 -05:00
Julian Storer
216d258ceb
Added workarounds for a truly moronic VC2005 compiler bug. Very, very annoyed at having to spend hours and compromise my coding style geting this to build properly...
2010-07-13 16:00:10 +01:00
Julian Storer
907a9aaffe
Tidied up a bunch of listener classes, making them child classes - e.g. ButtonListener becomes Button::Listener. Did this for ComboBox, Button, CameraDevice, Label, ScrollBar, Slider, TextEditor, TableHeaderComponent. (There are typedefs to make sure old code still works, though I might remove those in the future).
2010-07-11 11:46:36 +01:00
Julian Storer
cb7b3d7562
Mouse fix for audio plugins in Muse Receptor. Fixed DrawableText constructor.
2010-07-07 16:59:19 +01:00
Julian Storer
e1cab61fa6
Fixed some minor typos in Rectangle and the RTAS wrapper.
2010-07-06 18:01:07 +01:00
Julian Storer
d93a3a8ddf
Internal changes to drawable gradients. Fix for AudioFormat bug.
2010-06-18 15:32:31 +01:00
Julian Storer
79b8ffa007
Made ResizableWindow slightly more resilient. Added a method to OwnedArray.
2010-06-18 11:33:53 +01:00
Julian Storer
ec021e9e67
Minor fixes for PopupMenu, AudioProcessorPlayer
2010-06-14 11:25:17 +01:00