jules
|
99e8445b96
|
Version number update
|
2014-08-12 13:43:39 +01:00 |
|
jules
|
0147fe00f9
|
Implemented an AU method to avoid problems with some versions of the CoreAudio API.
|
2014-08-12 11:38:14 +01:00 |
|
jules
|
cd30b3bfd1
|
Minor warning fixes for mingw
|
2014-08-12 11:36:55 +01:00 |
|
jules
|
7c61188bf9
|
Cleaned up a few places where four-char constants were used, to prevent warnings.
|
2014-08-12 09:22:28 +01:00 |
|
jules
|
fcf010e74f
|
Removed glDrawBuffers call (wasn't available in GLES)
|
2014-08-12 08:28:34 +01:00 |
|
jules
|
6a952d2e0b
|
Added glDrawBuffers to the GL extension function list.
|
2014-08-11 18:50:44 +01:00 |
|
jules
|
8c99011b4c
|
Minor change to the order in which Slider callbacks are made, so that the order is the same for async/sync callbacks.
|
2014-08-11 18:50:25 +01:00 |
|
jules
|
df9701430a
|
Workaround for VST3 plugin resizing in Wavelab.
|
2014-08-11 10:48:30 +01:00 |
|
jules
|
fe61c37d93
|
Updated the return types of OutputStream::writeFromInputStream and InputStream::readIntoMemoryBlock
|
2014-08-11 09:44:14 +01:00 |
|
jules
|
43cac64c42
|
Fixed a minor typo in VST3 hosting.
|
2014-08-10 21:04:02 +01:00 |
|
jules
|
4a96fc6ed2
|
Made the OSX web browser component compile if JUCE_MODAL_LOOPS_PERMITTED is disabled
|
2014-08-10 20:19:45 +01:00 |
|
jules
|
97b0a7df3c
|
Made AudioProcessor::setNonRealtime virtual to allow subclasses to intercept this.
|
2014-08-10 18:14:08 +01:00 |
|
jules
|
66b420afdf
|
Added method Range::withStartAndLength
|
2014-08-10 18:12:13 +01:00 |
|
jules
|
859e23d550
|
Made sure that ListBox updates its opacity when re-parented
|
2014-08-08 12:04:25 +01:00 |
|
jules
|
bfe91a07a5
|
Moved an assertion to avoid a melodyne vst3 bug.
|
2014-08-08 11:05:31 +01:00 |
|
jules
|
4af1478dfb
|
Fixed a few windowing issues when using global scale factors.
|
2014-08-08 09:23:01 +01:00 |
|
jules
|
27646a8db0
|
Avoided a false alarm assertion in the AU wrapper.
|
2014-08-07 22:04:11 +01:00 |
|
jules
|
93b9708777
|
Fixed a coordinate issue with NSViewComponent hit testing.
|
2014-08-07 16:38:54 +01:00 |
|
jules
|
b052208cf4
|
Fix for Value move operators.
|
2014-08-05 13:46:15 +01:00 |
|
jules
|
ac7e776798
|
linux scaled desktop size fix.
|
2014-08-05 13:29:35 +01:00 |
|
jules
|
7d8b9ad597
|
Avoided a few linux gcc warnings.
|
2014-08-05 13:29:18 +01:00 |
|
jules
|
176da42e3d
|
Added default value to child process timeout.
|
2014-08-05 11:15:13 +01:00 |
|
jules
|
df607bacdd
|
Added a timeout value to the ChildProcessSlave and ChildProcessMaster classes.
|
2014-08-05 10:34:27 +01:00 |
|
jules
|
a9750c0e38
|
Workaround for linux gcc warning.
|
2014-08-05 10:26:31 +01:00 |
|
jules
|
29ae02ad7f
|
Fix for linux desktop scale factors.
|
2014-08-04 13:42:52 +01:00 |
|
jules
|
abd46569ae
|
Fix for viewport shift-scrolling
|
2014-08-04 09:01:27 +01:00 |
|
jules
|
1d9161d55e
|
Reworked START_JUCE_APPLICATION to work on Windows if windows.h has been included after the juce headers.
|
2014-08-03 18:00:14 +01:00 |
|
jules
|
43252902f1
|
Made OSX windows do a better job of checking for overlapping windows when calling contains()
|
2014-08-01 20:59:09 +01:00 |
|
jules
|
008d3a36b6
|
Added method ResamplingAudioSource::flushBuffers()
|
2014-08-01 09:58:25 +01:00 |
|
jules
|
31087226bc
|
Minor tweak for console win32 builds.
|
2014-08-01 09:20:17 +01:00 |
|
jules
|
6773fc2f4f
|
Modified the posix HighResolutionTimer to cope with being started/stopped from its own callback.
|
2014-08-01 09:11:30 +01:00 |
|
jules
|
ed0bed9af7
|
Added a function countNumberOfBits()
|
2014-07-31 11:30:51 +01:00 |
|
jules
|
7dac51859c
|
Fixes for unbounded mouse behaviour on scaled displays
|
2014-07-31 11:18:38 +01:00 |
|
jules
|
fdf6f12185
|
Made Label take its editing colours from the L+F.
|
2014-07-31 10:54:45 +01:00 |
|
jules
|
bdeb0765ea
|
Added support for windows command line apps that want an event loop.
|
2014-07-31 09:11:04 +01:00 |
|
jules
|
6bb3a4b74f
|
For for hi-res timer threads on android.
|
2014-07-31 09:00:37 +01:00 |
|
jules
|
e233124fc3
|
Fix for StandAloneFilterWindow path saving.
|
2014-07-30 11:35:43 +01:00 |
|
jules
|
1b7c4ea6a4
|
Added some extra Label colour IDs to allow control over the text editor colours while it's being edited.
|
2014-07-28 22:09:00 +01:00 |
|
jules
|
19b412c1a8
|
Avoiding flicker when handling synchronous repainting of desktop windows when they are resized.
|
2014-07-28 20:49:16 +01:00 |
|
jules
|
2080aab33a
|
Linux: better detection of transparent windowing ability.
|
2014-07-28 10:43:37 +01:00 |
|
jules
|
e131dd3b2a
|
Documentation correction.
|
2014-07-27 09:49:12 +01:00 |
|
jules
|
82726a9e66
|
Improved slider mouse wheel behaviour for inc/dec sliders.
|
2014-07-26 10:53:29 +01:00 |
|
jules
|
65b97cd334
|
Fix for non-string textboxes in live constant editor.
|
2014-07-26 10:10:15 +01:00 |
|
jules
|
b66661d569
|
Clarified some comments.
|
2014-07-25 20:39:36 +01:00 |
|
jules
|
7f5c5e02d1
|
Avoided problems in the VST3 wrapper for plugins with 0 inputs.
|
2014-07-25 20:32:55 +01:00 |
|
jules
|
5d5f0d2cad
|
Clarified some documentation about AudioProcessor::suspendProcessing
|
2014-07-24 14:04:11 +01:00 |
|
jules
|
ed7a262296
|
Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address.
|
2014-07-24 14:03:40 +01:00 |
|
jules
|
7c0d0ae677
|
VST hosting: tweaked the way 64-bit plugin NSViews are created, to avoid an extra intermediate parent NSView which seems to break some plugins.
|
2014-07-24 11:24:57 +01:00 |
|
jules
|
705492a800
|
Avoided division-by-zero problems in the javascript interpreter.
|
2014-07-24 09:31:46 +01:00 |
|
jules
|
4aee96be04
|
Added an animation option to TabbedButtonBar::removeTab().
|
2014-07-24 09:30:48 +01:00 |
|