jules
|
fb3a3a0fb4
|
Made ComboBox update its L+F when reparented.
|
2014-05-07 10:01:24 +01:00 |
|
jules
|
ef16b4481f
|
Avoided a compiler warning.
|
2014-05-06 21:55:05 +01:00 |
|
jules
|
6588d04be0
|
VST3 hosting - added context menu support.
|
2014-05-06 11:55:16 +01:00 |
|
jules
|
3759aecfbc
|
Fixed a mix-up in iOS timing calculations.
|
2014-05-05 15:00:12 +01:00 |
|
jules
|
1c6515ea66
|
Reworked Value to handle changes on a background thread.
|
2014-05-05 10:20:38 +01:00 |
|
jules
|
27046fd1a7
|
Added new method File::getFileIdentifier() for retrieving a file's unique ID.
|
2014-05-03 16:46:44 +01:00 |
|
jules
|
167f75772f
|
Minor VST3 cleanup
|
2014-05-03 16:00:56 +01:00 |
|
jules
|
619d475021
|
Fixes for building on iOS 6 SDK
|
2014-05-03 16:00:11 +01:00 |
|
jules
|
2910d60459
|
Fixed some out-of-date documentation
|
2014-05-02 17:39:42 +01:00 |
|
jules
|
766e98b01f
|
VST3 hosting fixes
|
2014-04-30 17:27:42 +01:00 |
|
jules
|
b6f1a518ca
|
Fix for VST3 host build.
|
2014-04-30 16:31:34 +01:00 |
|
jules
|
40ad479b96
|
Couple of minor cleanups.
|
2014-04-30 10:10:35 +01:00 |
|
jules
|
91d9c96338
|
Minor clean-ups
|
2014-04-29 14:14:21 +01:00 |
|
jules
|
4e6e2a396e
|
Minor compiler warning fix.
|
2014-04-28 20:09:06 +01:00 |
|
jules
|
80fef3200c
|
Added parameter change callbacks to VST3 hosting.
|
2014-04-28 14:42:54 +01:00 |
|
jules
|
f34e812633
|
VST3 client workarounds for Wavelab and midi-only plugins.
|
2014-04-28 12:58:53 +01:00 |
|
jules
|
6c6c815a16
|
Changed default location for standalone plugin wrapper file saving.
|
2014-04-28 11:40:53 +01:00 |
|
jules
|
e0712d4ced
|
In PropertiesFile, allowed the osxLibrarySubfolder path to include a sub-folder.
|
2014-04-28 10:10:53 +01:00 |
|
jules
|
d909b5aa2a
|
Added some base class initialisers to keep gcc 4.8.2 happy
|
2014-04-27 14:04:32 +01:00 |
|
jules
|
0eab0962ba
|
Avoided parameter jumping when dragging the sliders in the GenericAudioProcessorEditor
|
2014-04-25 17:03:53 +01:00 |
|
jules
|
625d4289f3
|
CoreAudio: tweaked number of retries when playing to help avoid glitching.
|
2014-04-25 11:19:03 +01:00 |
|
jules
|
a5e8d0b154
|
Android: implementation of SystemStats::getDeviceDescription()
|
2014-04-25 11:18:30 +01:00 |
|
jules
|
22056fab01
|
Added parameters to StandalonePluginHolder to allow custom file suffixes when loading/saving
|
2014-04-25 10:47:56 +01:00 |
|
jules
|
516b7bcc58
|
SVG parser: handling paths that aren't correctly closed.
|
2014-04-24 17:04:34 +01:00 |
|
jules
|
8cad74a22a
|
Changed the Label class to use BorderSize to define its border instead of raw values.
|
2014-04-24 14:38:13 +01:00 |
|
jules
|
95699451b5
|
Added method ModalComponentManager::cancelAllModalComponents()
|
2014-04-24 14:20:17 +01:00 |
|
jules
|
94ed88efd2
|
Fix to generic audio editor parameter intervals.
|
2014-04-24 09:56:20 +01:00 |
|
jules
|
1237a6cb5f
|
Better parameter controls in the GenericAudioProcessorEditor
|
2014-04-23 20:49:47 +01:00 |
|
jules
|
f96ee7c860
|
Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android)
|
2014-04-23 20:35:45 +01:00 |
|
jules
|
fd5df871ed
|
Fixed a couple of typos in file chooser messages.
|
2014-04-23 16:32:18 +01:00 |
|
jules
|
aec7f60146
|
Added a hidden constructor to prevent accidental misuse of the MD5 class.
|
2014-04-23 12:36:30 +01:00 |
|
jules
|
ad8acb88ca
|
Linux xinerama DPI fix.
|
2014-04-23 10:47:30 +01:00 |
|
jules
|
dfb1830493
|
Fix for iOS compiler warning
|
2014-04-23 10:26:26 +01:00 |
|
jules
|
9b07d806e6
|
Fix for SHM display not being available on linux.
|
2014-04-23 10:20:51 +01:00 |
|
jules
|
3b2538313a
|
Better misalignment-proofing in SharedResourcePointer.
|
2014-04-20 10:19:27 +01:00 |
|
jules
|
6cd4bb5448
|
OpenGL thread-safety fix.
|
2014-04-18 22:10:39 +01:00 |
|
jules
|
7da62afe4c
|
Minor lookandfeel colour tweak.
|
2014-04-18 21:13:14 +01:00 |
|
jules
|
99024f0405
|
Filled in the descriptiveName field for VST3 hosting.
|
2014-04-18 10:26:18 +01:00 |
|
jules
|
ef20f3a662
|
Added sanity-checks to VST2->3 chunk loading.
|
2014-04-18 10:25:46 +01:00 |
|
jules
|
596fccb6de
|
Really minor UI tweak in StandaloneFilterWindow.
|
2014-04-17 12:27:56 +01:00 |
|
jules
|
2db263c122
|
Refactored StandaloneFilterWindow, breaking it up so that there's a separate class StandalonePluginHolder which can be used inside more customised windows.
|
2014-04-16 15:25:21 +01:00 |
|
jules
|
7d307727ad
|
Fixed some edge-case problems in FloatVectorOperations min/max
|
2014-04-16 10:25:57 +01:00 |
|
jules
|
d7d662bb38
|
Documentation improvement.
|
2014-04-14 16:53:16 +01:00 |
|
jules
|
75770f293c
|
New class: SharedResourcePointer
|
2014-04-14 13:13:07 +01:00 |
|
jules
|
d7777c87c5
|
Avoiding a VC warning.
|
2014-04-13 12:43:12 +01:00 |
|
jules
|
e6cb945088
|
VST2->3 state loading changes.
|
2014-04-12 22:42:37 +01:00 |
|
jules
|
943d20ba7a
|
Added an option to Viewport to allow mouse-wheel scrolling when scrollbars are disabled.
|
2014-04-12 21:57:21 +01:00 |
|
jules
|
bcce4e388a
|
Minor optimisation in software image rendering.
|
2014-04-12 12:21:17 +01:00 |
|
jules
|
589f20e829
|
Better colour lookup in LookAndFeel_V3::drawTabButton
|
2014-04-10 21:31:35 +01:00 |
|
jules
|
4a0c5173e9
|
Fix for linux zenity file chooser.
|
2014-04-10 21:01:06 +01:00 |
|