jules
|
0de50d99a5
|
Version number update
|
2013-10-27 22:06:04 +00:00 |
|
jules
|
bea7b83cb8
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
2013-10-27 22:02:21 +00:00 |
|
jules
|
56ec1d1400
|
Added a colour ID TreeView::selectedItemBackgroundColourId, and changed the TreeView to fill selected items with this. (The colour is set to transparent by default so this won't affect existing code).
Updated the LookAndFeel::drawTreeviewPlusMinusBox and TreeViewItem::paintOpenCloseButton methods to provide more flexibility.
|
2013-10-27 12:49:17 +00:00 |
|
jules
|
020f138d20
|
Added a method TreeViewItem::addSubItemSorted()
|
2013-10-25 18:17:40 +01:00 |
|
jules
|
98ef0eb4a5
|
Fix for utf-32 builds.
|
2013-10-25 13:10:27 +01:00 |
|
jules
|
eb7e42b0ad
|
Added method String::hash()
|
2013-10-25 13:04:47 +01:00 |
|
jules
|
61ed92ee51
|
Added a method XmlElement::prependChildElement(), and used this for a few optimisations.
|
2013-10-25 12:52:19 +01:00 |
|
jules
|
6ff9512059
|
Made sure that the PluginHostType class is included by the audio_plugin_client module
|
2013-10-24 09:29:28 +01:00 |
|
jules
|
c7d8d45963
|
iOS: made sure windows aren't made visible until they've finished being set-up.
|
2013-10-23 13:30:58 +01:00 |
|
jules
|
a8984031ba
|
Made sure that glyph caches are flushed along with the typeface cache.
|
2013-10-23 11:50:04 +01:00 |
|
jules
|
61d1e1b7ba
|
Avoiding a few MSVC warnings
|
2013-10-22 19:29:04 +01:00 |
|
jules
|
26828713ba
|
Removed some locking from CoreAudio.
|
2013-10-22 18:28:38 +01:00 |
|
jules
|
e4e58adc83
|
Fix for box2d path creation.
|
2013-10-22 16:56:25 +01:00 |
|
jules
|
bbd620c1cf
|
More tweaking of Button toggle-notification behaviour.
|
2013-10-22 16:10:28 +01:00 |
|
jules
|
e71fd7cdcb
|
Fix for AudioFormatReader::read when passing buffers with > 2 channels.
|
2013-10-22 15:35:47 +01:00 |
|
jules
|
b2423c4e35
|
Cleaned up some comments.
|
2013-10-22 12:43:49 +01:00 |
|
jules
|
40ca8a7787
|
Tweaked an OSX obj-C window event signature.
|
2013-10-21 09:13:29 +01:00 |
|
jules
|
ad490925e4
|
ALSA device name utf-8 encoding fix.
|
2013-10-21 09:12:07 +01:00 |
|
jules
|
740cea768c
|
Added some trimming functions to Rectangle.
|
2013-10-20 20:38:45 +01:00 |
|
jules
|
9d588b0bce
|
Avoided a few unused parameter warnings.
|
2013-10-20 15:50:05 +01:00 |
|
jules
|
137b50f3a4
|
TabbedButtonBar: made sure that when the buttons contain an extra component, the tab's text doesn't overlap it.
|
2013-10-20 14:29:05 +01:00 |
|
jules
|
286c256eeb
|
Added an optional border size to ShapeButton.
|
2013-10-20 14:27:06 +01:00 |
|
jules
|
171c1f31ae
|
Fixed a typo in the last MidiBuffer changes.
|
2013-10-19 09:12:12 +01:00 |
|
jules
|
ad10abfee0
|
Simplified the internal workings of the MidiBuffer class.
|
2013-10-18 14:28:08 +01:00 |
|
jules
|
a204ea7ae8
|
Version number update
|
2013-10-17 21:54:19 +01:00 |
|
jules
|
ebddea7765
|
Updated an old powf() call.
|
2013-10-17 21:54:03 +01:00 |
|
jules
|
ef1f2e6094
|
Avoided some repainting when moving scaled windows (win32). Also removed the fake drop-shadowing in newer versions of
|
2013-10-17 20:50:17 +01:00 |
|
jules
|
5f00e94f3e
|
Fixed a string allocation problem.
|
2013-10-17 17:34:22 +01:00 |
|
jules
|
526ae27e8e
|
Made the introjucer linux build use c++11 mode.
|
2013-10-17 16:34:51 +01:00 |
|
jules
|
fb4912ac1f
|
Added a method JavascriptEngine::callFunction(), and tweaked the way timeouts are specified.
|
2013-10-17 16:34:09 +01:00 |
|
jules
|
a074bfeea2
|
Workarounds for javascript code in non-C++11 compilers.
|
2013-10-17 14:32:00 +01:00 |
|
jules
|
81435f8134
|
Made a few constant string arrays static to help compilers to optimise their initialisation.
|
2013-10-17 10:42:58 +01:00 |
|
jules
|
6c5c461d73
|
New class: JavascriptEngine!
|
2013-10-16 12:49:12 +01:00 |
|
jules
|
8a8941aab5
|
Fix for MidiKeyboardComponent when used with multi-touch screen.
|
2013-10-15 21:37:40 +01:00 |
|
jules
|
59b9b0ccaf
|
Couple of minor fixes to CharacterFunctions, and added a find-character method.
|
2013-10-15 19:44:37 +01:00 |
|
jules
|
f35dc2df92
|
Correction to MidiFile end-of-track handling.
|
2013-10-15 18:24:59 +01:00 |
|
jules
|
88c71bc7af
|
Removed unwise assertion from File.
|
2013-10-15 17:36:32 +01:00 |
|
jules
|
b11a88bc01
|
Moved some duplicated linux/android code into a shared file. Added a method File::isLink()
|
2013-10-15 17:17:31 +01:00 |
|
jules
|
a265c052c4
|
Made AudioProcessor::setPlayHead virtual.
|
2013-10-15 13:01:27 +01:00 |
|
jules
|
bf16cbdd7f
|
Stopped MidiFile writing an end-of-track event if the data provided already contained one.
|
2013-10-15 12:58:29 +01:00 |
|
jules
|
9d505609b7
|
Stopped buttons with auto-toggle sending duplicated events.
|
2013-10-14 14:09:58 +01:00 |
|
jules
|
3f07f45702
|
Improved Android event callback mechanism.
|
2013-10-14 13:50:50 +01:00 |
|
jules
|
c70d98dbdd
|
Added some trigonometry functions that are missing from MSVC's C library.
|
2013-10-14 13:40:10 +01:00 |
|
jules
|
a8c754f06c
|
Added some comparison methods to Identifier.
|
2013-10-14 12:46:44 +01:00 |
|
jules
|
3bfc0a81e7
|
Added flags to choose whether stderr and stdout are returned by ChildProcess. Used this to fix linux native file chooser.
|
2013-10-12 17:00:16 +01:00 |
|
jules
|
2cded82ea6
|
Fix for auto-toggle DrawableButtons not updating their image immediately.
|
2013-10-12 15:44:31 +01:00 |
|
jules
|
a7df25f860
|
Added methods var::clone() and DynamicObject::clone() for deep-copying objects.
|
2013-10-12 15:25:44 +01:00 |
|
jules
|
1a2aff80a7
|
Moved some JSON formatting logic into DynamicObject::writeAsJSON
|
2013-10-12 11:39:34 +01:00 |
|
jules
|
48f76460b8
|
Fix for building non-synth AUs.
|
2013-10-12 09:34:31 +01:00 |
|
jules
|
2d7cf92ad9
|
(Compiler warning fix)
|
2013-10-11 22:58:32 +01:00 |
|