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
|
fab2c76194
|
Added a few methods to Rectangle. Small fix for ValueTrees.
|
2010-06-16 10:55:00 +01:00 |
|
Julian Storer
|
0c541cfba2
|
More changes to Drawables + Jucer development.
|
2010-05-29 13:05:34 +01:00 |
|
Julian Storer
|
8ff6737261
|
Major changes to the way Drawables are converted to ValueTrees (with more changes still to come in this area). Important fix to DirectoryIterator. Minor fix for ASIO. Jucer development.
|
2010-05-21 22:29:31 +01:00 |
|
Julian Storer
|
9d00c15b67
|
Stage 1 of a redesign of Drawables - instead of a DrawableComposite storing a tranform for each child, each type of drawable now stores its own transform, and these are represented as remapped points instead of affine transforms. Plus, lots of minor tweaks and jucer development.
|
2010-05-19 14:42:14 +01:00 |
|
Julian Storer
|
b46e94cffd
|
New class StringPool. Removed the class var::identifier from its parent class, and renamed it "Identifier" - I've left a typedef in var to allow old code to still work, but I'll remove this at some point, so please switch to using the new classname directly. Jucer development.
|
2010-05-15 13:22:26 +01:00 |
|
Julian Storer
|
1751beed57
|
Code clean-ups. Jucer development.
|
2010-05-12 23:42:49 +01:00 |
|
Julian Storer
|
22e02cf791
|
Added a way to store a Font descriptor as a string. Tweaked sample-rate initialisation in the AU hosting wrapper. Gave default constructors to a few components.
|
2010-05-12 11:53:28 +01:00 |
|
Julian Storer
|
5a9e18d3a5
|
Added the option to coalesce UndoableActions, and implemented this for ValueTree undo. Jucer development.
|
2010-05-10 20:48:52 +01:00 |
|
Julian Storer
|
266494a1b9
|
Minor code clean-ups.
|
2010-05-08 18:16:09 +01:00 |
|
Julian Storer
|
10f53a1cb4
|
ValueTree bugfix. Minor tweaks and new method StringArray::removeRange.
|
2010-04-27 15:08:14 +01:00 |
|
Julian Storer
|
27506c2120
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
Julian Storer
|
c1f4f5501f
|
Added a couple of methods to ValueTree. Added a MidiBuffer::ensureSize method and used it in the audio plugin wrapper code to preallocate their midi buffers.
|
2010-04-22 11:52:53 +01:00 |
|
Julian Storer
|
c85d54b1cb
|
Minor tweaks. Jucer development.
|
2010-04-21 23:02:37 +01:00 |
|
Julian Storer
|
39ced6543a
|
Small additions to ValueTree, Rectangle, AudioDeviceSelectorComponent. Jucer development.
|
2010-04-20 20:30:29 +01:00 |
|
Julian Storer
|
e663b1a04c
|
Small fix for tab-key focus movement. Added default property option to ValueTree. RTAS change for mac shutdown problems. Rearranged Atomic methods. Jucer development.
|
2010-04-19 15:39:15 +01:00 |
|
Julian Storer
|
c76e500574
|
Minor clean-ups.
|
2010-04-15 11:09:20 +01:00 |
|
Julian Storer
|
8afb26072f
|
Minor updates to ValueTree, SelectedItemSet, zlib symbols, Jucer.
|
2010-03-31 23:00:27 +01:00 |
|
Julian Storer
|
2676bb02f2
|
Added ListenerList class and changed some components to use it for their listener dispatching. Sorted out bug in popup menus and win32 mouse wheel.
|
2010-03-07 17:45:10 +00:00 |
|
Julian Storer
|
08eb852103
|
Minor code clean-ups.
|
2010-02-22 15:28:18 +00:00 |
|
Julian Storer
|
63d3d8a77e
|
New class: NamedValueSet, which is a simple container for named var objects. Removed the clunky get/setComponentProperty methods and replaced them a single method Component::getProperties(), which returns a NamedValueSet for that component - if you've used component properties in your code you might need to change your syntax, but this is a cleaner solution, and using var objects for the data is more powerful than the old, string-based implementation. Also fixed a Mac image rendering bug.
|
2010-01-29 10:31:12 +00:00 |
|
Julian Storer
|
6bf8b51c5a
|
Added X-windows locking for all linux windowing, and added a class ScopedXLock to allow it to be done around client code as well. Misc fixes for mac menus, win32 WM_QUIT messages, MidiKeyboardComponent. Added text colour id to DirectoryContentsDisplayComponent.
|
2010-01-24 20:46:34 +00:00 |
|
Julian Storer
|
6a4e8f235c
|
Minor fixes and warning removals for VC7.
|
2010-01-17 22:44:16 +00:00 |
|
Julian Storer
|
7381243506
|
Changed the semantics of the ValueTree::Listener callbacks - listeners are now notified when a property or child is changed at any level inside the tree, including in child trees.
|
2010-01-17 21:22:25 +00:00 |
|
Julian Storer
|
98380f4744
|
New class: Value, which provides a way to share variants and listen for changes to them. Adapted Slider to use Value objects for its position, and changed the widgets demo to show how they can be easily tied together. Updated the VST speaker arrangement code.
|
2010-01-07 17:54:51 +00:00 |
|
Julian Storer
|
45befc9ed2
|
Small fix to ValueTree
|
2010-01-03 22:57:39 +00:00 |
|
Julian Storer
|
a2183daee5
|
VC6 compatibility updates
|
2009-12-22 20:59:32 +00:00 |
|
Julian Storer
|
a126b1918a
|
Added a colour ID for TextButton text when the button is toggled on. Improved the class hierarchy implementation of some container classes. Made DSound cope better with dropped buffers.
|
2009-12-18 16:37:46 +00:00 |
|
Julian Storer
|
80753f4c03
|
Lots of minor changes to prevent warnings. Small fixes to Path, AudioThumbnail, ValueTree, OutputStreams. Tweaks to convert Drawables to/from ValueTrees. New method to write XML to a stream.
|
2009-12-16 21:13:46 +00:00 |
|
Julian Storer
|
d9dc6b1cfc
|
New class: ValueTree for storing undoable structured data. Also added tooltip support to the ListBoxModel.
|
2009-12-12 13:27:07 +00:00 |
|