Julian Storer
|
b80bb4bf38
|
Small change to method in RectanglePlacement and Drawable to use Rectangles instead of bare coordinates. Fix to make ValueTree::sort use an UndoManager, and to prevent different mouse buttons being interpreted as a double-click.
|
2010-10-18 16:04:32 +01:00 |
|
Julian Storer
|
85c32498dc
|
Spelling correction and iOS file path tweaks.
|
2010-10-15 21:53:41 +01:00 |
|
Julian Storer
|
e414760a26
|
Cleaned up a few compiler warnings + build problems.
|
2010-10-14 18:43:20 +01:00 |
|
Julian Storer
|
91e2759000
|
Fix for some broken Apple AudioUnit editors. Fix for amalgamated mac builds. Changed some mac debugging settings which didn't work. Updated the Jucer-generated audio plugins to match the current codebase.
|
2010-10-14 14:17:10 +01:00 |
|
Julian Storer
|
4bc85a9dc3
|
Added display rotation support for iOS - see the Desktop class for implementation methods. Also fixed a couple of minor build issues.
|
2010-10-13 19:16:01 +01:00 |
|
Julian Storer
|
d508109296
|
Refactored midi input code to allow unlimited syex length + partial sysex callbacks on win32. Fixed a few problems with menu bars, Quicktime, AudioUnits. Modernised some old win32 file chooser code. Tweaked some window border rendering.
|
2010-10-08 14:52:23 +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
|
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
|
769e6d185d
|
Fixed an iOS stat call and an image loading bug.
|
2010-09-20 18:22:14 +01:00 |
|
Julian Storer
|
e387132522
|
Changes to XML parsing so that leading space inside text elements does not get trimmed.
|
2010-09-19 15:45:21 +01:00 |
|
Julian Storer
|
5c63c3746c
|
Fixed a mac app shutdown issue.
|
2010-09-17 12:00:40 +01:00 |
|
Julian Storer
|
d710ed98e4
|
Fixed some documentation. Added a frequency to MidiMessage::getMidiNoteInHertz(). Tweaked some Expression and RelativeCoordinate methods.
|
2010-09-16 17:55:11 +01:00 |
|
Julian Storer
|
0a6aaea93b
|
Minor updates for plugins. Fixed some X windows locking.
|
2010-09-14 22:27:43 +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
|
88b1d2a2de
|
Additions to Expression class. Tweak for mac app shutdown behaviour.
|
2010-08-30 21:40:34 +01:00 |
|
Julian Storer
|
5159554140
|
Fix for mac numeric key handling.
|
2010-08-29 10:00:43 +01:00 |
|
Julian Storer
|
32081a387c
|
Minor code clean-ups
|
2010-08-27 22:16:14 +01:00 |
|
Julian Storer
|
76a92c0c26
|
Fixed a mac modal window titlebar problem.
|
2010-08-27 21:01:07 +01:00 |
|
Julian Storer
|
90b74fcdee
|
Made image-loading use CoreImage on the Mac and iOS.
|
2010-08-26 18:25:24 +01:00 |
|
Julian Storer
|
622f823bf7
|
First experimental check-in of Direct2D rendering - not for public use yet!
|
2010-08-26 13:31:41 +01:00 |
|
Julian Storer
|
2a81da760a
|
Minor code clean-ups.
|
2010-08-24 20:33:45 +01:00 |
|
Julian Storer
|
8c37193c3d
|
Fix for URL percent sign decoding. Added InterprocessLock to ApplicationProperties. Minor tidying-up of file functionality.
|
2010-08-24 14:39:40 +01:00 |
|
Julian Storer
|
71ee73ead1
|
Merged some of the mac/linux pthread code. Fixes to the Expression class. Fix for CoreGraphics to get gradients working correctly for vertical/horizontal lines.
|
2010-08-19 17:17:53 +01:00 |
|
Julian Storer
|
3e30e09afa
|
Documentation fixes. Mac OpenGL fix. PositionableAudioSource tweak. Added new class: Expression, and changed RelativeCoordinate to use an Expression to store its position.
|
2010-08-18 08:36:30 +01:00 |
|
Julian Storer
|
23e07daec7
|
Minor code clean-ups.
|
2010-08-09 21:47:08 +01:00 |
|
Julian Storer
|
b61ac0ea3c
|
iOS text entry fix.
|
2010-07-27 14:28:05 +01:00 |
|
Julian Storer
|
cd14d5efa5
|
Added CDDB support for mac. Small fix for iPad text entry.
|
2010-07-26 16:18:21 +01: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
|
280b966ff6
|
Fix for ppc atomics. Fix for carbon wrapper mouse events.
|
2010-07-21 13:43:48 -05:00 |
|
Julian Storer
|
c20daf9740
|
Fixed a mac initialisation problem.
|
2010-07-12 21:18:14 +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
|
6c4d8023bd
|
Cleaned up and restructured some app startup code. Updated some iPhone settings.
|
2010-07-10 11:41:07 +01:00 |
|
Julian Storer
|
9f0c91196f
|
Added method Image::getClippedImage(), which allows the use of images that refer to subsections of another image. This means that the the parameters to a couple of Graphics methods no longer need a clipping rectangle. Also dded a static Image::null object and another constructor for Image::BitmapData.
|
2010-07-09 13:35:50 +01:00 |
|
Julian Storer
|
fe92227a4d
|
OpenGL tweaks.
|
2010-07-09 10:01:02 +01:00 |
|
Julian Storer
|
7436e26887
|
Small updates to OpenGLContext.
|
2010-07-08 21:08:15 +01:00 |
|
Julian Storer
|
8d3be2913a
|
Fixed a couple of mac 64-bit warnings.
|
2010-07-08 17:33:57 +01:00 |
|
Julian Storer
|
942999ea31
|
Fix for xcode linker warnings when using the static lib. Tweaks to iPhone audio and StretchableLayoutManager.
|
2010-07-06 10:24:06 +01:00 |
|
Julian Storer
|
e3d97820d1
|
New methods for Path, Line, ValueTree. Changed the Graphics::fillCheckerBoard parameters to take a Rectangle object. Fixed Component::centreWithSize to handle multi-monitor setups.
|
2010-06-23 11:02:30 +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
|
2df522076b
|
Improvements to mouse wheel response on the mac, allowing much better smooth-scrolling, and also mouse-wheel improvements in the Viewport class to make it respond more fluidly. Also misc small fixes and tweaks.
|
2010-06-15 19:57:55 +01:00 |
|
Julian Storer
|
80472c3448
|
Minor updates to some plugin classes.
|
2010-06-12 16:07:32 +01:00 |
|
Julian Storer
|
419aac8074
|
Minor clean-ups.
|
2010-06-10 12:26:43 +01:00 |
|
Julian Storer
|
6bcc8febca
|
Minor code clean-ups.
|
2010-06-10 10:09:24 +01:00 |
|
Julian Storer
|
cc45ec88f5
|
Misc fixes and tweaks for networking, pthreads, jucer project generation, drawables.
|
2010-06-09 20:11:43 +01:00 |
|
Julian Storer
|
0e59a56a51
|
Couple of minor changes to Line and Graphics methods. Small fix for mouse event handling.
|
2010-06-08 19:11:26 +01:00 |
|
Julian Storer
|
00b082caf6
|
New arrowhead and polygon methods for Path and PathStrokeType. Tweaked a few Path methods to take Line and Point objects instead of loose coordinate parameters. Various new geometric methods and more refactoring of Drawables. Misc fixes for CoreGraphics, AudioFormat.
|
2010-06-08 10:39:46 +01:00 |
|
Julian Storer
|
564038fe57
|
Couple of minor fixes.
|
2010-06-05 19:46:29 +01:00 |
|
Julian Storer
|
d2492f5f3b
|
Changes to DrawableText. Minor new methods for Rectangle, Line and AffineTransform. Optimisation for CoreGraphics clip bounds.
|
2010-06-05 19:09:56 +01:00 |
|
Julian Storer
|
24673283eb
|
Major change to the way the Image class works, making it use value semantics and internally shared data (see the forum notes for more info on this). Also minor changes to win32 browser plugin object ref counting and linux millisecond timers.
|
2010-06-01 18:01:13 +01:00 |
|