jules
|
3fe01cdca7
|
Removed some duplicated code.
|
2013-10-01 13:49:18 +01:00 |
|
jules
|
4198291d9a
|
Added method XmlElement::getChildByAttribute().
|
2013-10-01 13:48:40 +01:00 |
|
jules
|
a811a80884
|
(Fixed a silly typo in the last commit)
|
2013-10-01 13:41:36 +01:00 |
|
jules
|
4c9b1eff4f
|
Improvements to handling of sample rates and buffer sizes in iOS audio.
|
2013-10-01 12:58:15 +01:00 |
|
jules
|
c62da6c983
|
Cleaned up some pedantic warnings in the iOS build.
|
2013-10-01 12:55:44 +01:00 |
|
jules
|
bb98c00d0d
|
Avoided some pedantic compiler warnings in the audio plugin code.
|
2013-10-01 11:53:17 +01:00 |
|
jules
|
a97921a561
|
Changed the Slider popup component to get its colour settings from its parent slider.
|
2013-10-01 10:30:21 +01:00 |
|
jules
|
00c04fd960
|
Fixed some broken paths in the juce demo project.
|
2013-10-01 09:12:15 +01:00 |
|
jules
|
d43bcc09fe
|
Removed a few pedantic warnings from the audio plugin build.
|
2013-09-30 16:59:04 +01:00 |
|
jules
|
b5d3582580
|
Added missing cast in float vec ops.
|
2013-09-30 15:49:58 +01:00 |
|
jules
|
342684a4c2
|
Introjucer: extended the binary data format to include a list of the filenames of all the resources.
|
2013-09-30 15:39:00 +01:00 |
|
jules
|
b9198f4f88
|
Tweaked the Uuid class to make it compatible with RFC 4122 version 4.
|
2013-09-30 15:22:09 +01:00 |
|
jules
|
5f9552c4ec
|
Version number update
|
2013-09-30 14:45:59 +01:00 |
|
jules
|
2e7f1e16a9
|
Resaved introjucer projects in the new format.
|
2013-09-30 14:45:10 +01:00 |
|
jules
|
a9aae9651b
|
Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules.
|
2013-09-30 14:41:36 +01:00 |
|
jules
|
35286f06be
|
Added a method FloatVectorOperations::negate().
|
2013-09-30 13:55:04 +01:00 |
|
jules
|
ddf5394108
|
Renamed the folder containing the browser plugin module, to make the folder name match the module ID.
|
2013-09-30 13:54:04 +01:00 |
|
jules
|
98f17ab4dc
|
A few tweaks to support the MSVC DLL build.
|
2013-09-30 09:24:31 +01:00 |
|
jules
|
ec52acc609
|
Minor clean ups inside Random class and introjucer.
|
2013-09-29 16:03:01 +01:00 |
|
jules
|
c7cab8e020
|
Cleaned up some table look+feel code.
|
2013-09-28 11:50:49 +01:00 |
|
jules
|
3e233c2f24
|
Updated LADSPA and plugin host demo for latest changes.
|
2013-09-28 09:42:22 +01:00 |
|
jules
|
06a01c9497
|
Changed AudioPluginFormat::createInstanceFromDescription() to take sample rate + block size parameters. This allows it to pass them to the plugin earlier in its construction, as some plugins seem to be flaky if this doesn't happen.
|
2013-09-27 23:02:21 +01:00 |
|
jules
|
278c5d0cb5
|
Added a bool PluginDescription::hasSharedContainer
|
2013-09-27 21:11:53 +01:00 |
|
jules
|
bfbc7d843a
|
arm64 compile fix.
|
2013-09-27 20:04:02 +01:00 |
|
jules
|
672283a1e4
|
Fix for iOS audio device closing.
|
2013-09-27 20:00:39 +01:00 |
|
jules
|
354b5d38ae
|
Added method MidiMessage::keySignatureMetaEvent
|
2013-09-27 19:43:43 +01:00 |
|
jules
|
329127ad87
|
Changes to ResizableWindow to avoid flicker when first adding to desktop.
|
2013-09-27 12:47:31 +01:00 |
|
jules
|
b05c8413cf
|
Tidied up some docs and added an AudioFormat constructor.
|
2013-09-27 10:29:42 +01:00 |
|
jules
|
8a66ec83f0
|
Minor clean-ups.
|
2013-09-26 18:15:45 +01:00 |
|
jules
|
e7141058b7
|
Tab button background colour fix when no tabs present.
|
2013-09-26 16:46:15 +01:00 |
|
jules
|
81c87652db
|
Removed an incorrect assertion.
|
2013-09-26 16:45:39 +01:00 |
|
jules
|
8809efcb7a
|
A few tweaks to help the clang static analyser avoid false alarms.
|
2013-09-26 16:17:36 +01:00 |
|
jules
|
a9d15e04da
|
Tightened up some array const-ness in AudioFormatWriter.
|
2013-09-26 12:30:22 +01:00 |
|
jules
|
6aae0c798c
|
Added sanity-checking in AudioProcessor to block parameter change calls with nonsense indexes (as seen being sent by some buggy plugins). Also improved AudioProcessor::copyXmlToBinary method.
|
2013-09-26 12:05:01 +01:00 |
|
jules
|
4aa931def3
|
Improved locking on InterprocessConnection.
|
2013-09-26 11:57:03 +01:00 |
|
jules
|
1451d555c1
|
Fix for arm-64 iOS.
|
2013-09-26 11:53:06 +01:00 |
|
jules
|
8bef59260b
|
Updated the projects for the plugin host demo - removed old VC2005 and 2008 exported, and added one for VC2010.
|
2013-09-25 11:00:40 +01:00 |
|
jules
|
e9d5dec7bd
|
Linux keyboard locale fix.
|
2013-09-25 10:51:19 +01:00 |
|
jules
|
1c8a03c05e
|
Fix for edgetable rendering.
|
2013-09-24 23:02:28 +01:00 |
|
jules
|
eed99767d0
|
Documentation updates.
|
2013-09-24 19:49:50 +01:00 |
|
jules
|
c485fae6d9
|
Made copied DrawableText objects update their bounds.
|
2013-09-24 17:26:10 +01:00 |
|
jules
|
9e5e5c82da
|
Added an integer fillRectList method to Graphics.
|
2013-09-24 17:25:48 +01:00 |
|
jules
|
af87a2eda6
|
Added some thread-safety to typeface caching, and optimised default font construction.
|
2013-09-24 13:37:00 +01:00 |
|
jules
|
62b3adee81
|
More win32 DirectWrite nullptr checks.
|
2013-09-23 14:44:00 +01:00 |
|
jules
|
d0629ab14e
|
Improved always-on-top window detection. Cleaned up some old obj-C code.
|
2013-09-23 13:41:36 +01:00 |
|
jules
|
239c15845a
|
New method: FloatVectorOperations::enableFlushToZeroMode()
|
2013-09-23 11:17:43 +01:00 |
|
jules
|
5051b2ffcc
|
Optimised some number streaming functions.
|
2013-09-22 12:25:52 +01:00 |
|
jules
|
6074c0c4cc
|
Tweaked the ValueTree listener behaviour to avoid duplicate change callbacks.
|
2013-09-22 10:52:44 +01:00 |
|
jules
|
ea6099d16b
|
Stopped win32 plugins using the global DPI setting.
|
2013-09-22 09:33:49 +01:00 |
|
jules
|
9113a7d6ab
|
Introjucer: internal refactoring work.
|
2013-09-21 22:18:05 +01:00 |
|