jules
|
efd45ca032
|
Added access to the root object's properties in JavascriptEngine
|
11 years ago |
jules
|
cb80f332ac
|
Made the win32 URL streaming code handle redirects.
|
11 years ago |
jules
|
b0cbaea4f5
|
Updated lambda compatibility on OSX to only be enabled on 10.9 and above (sigh..)
|
11 years ago |
jules
|
bbd2262945
|
Avoided NSViewComponent calling removeFromSuperview when re-parenting a child NSView.
|
11 years ago |
jules
|
d0cbe7a642
|
Tweaked the JUCE_COMPILER_SUPPORTS_LAMBDAS flag to avoid backwards-compatibility problems with OSX 10.5
|
11 years ago |
jules
|
3137e201ec
|
Re-ordered the initialisation in AudioUnit hosting, to avoid problems with some plugins which don't give a list of their parameters before they've been initialised.
|
11 years ago |
jules
|
89854c55b9
|
Added flag JUCE_COMPILER_SUPPORTS_LAMBDAS
|
11 years ago |
jules
|
fbc5c76544
|
Added missing header that was needed for MSVC.
|
11 years ago |
jules
|
b33677dbb0
|
Fix for rotation on some iOS device types.
|
11 years ago |
jules
|
df3e039bf9
|
Added a handy static method MessageManager::callAsync() which can asynchronously invoke a lambda on the message thread.
|
11 years ago |
jules
|
743f04dc01
|
Refactored the Systhesiser class's voice-stealing methods and gave it a better default voice-stealing algorithm.
|
11 years ago |
jules
|
3afd42690a
|
Added support to WavAudioFormat for writing a LISTINFO chunk.
|
11 years ago |
jules
|
c6ca8b05b1
|
Added callbacks to DragAndDropContainer to be told when drag operations begin/end.
|
11 years ago |
jules
|
93c717e9ec
|
Added method ListBox::setClickingTogglesRowSelection()
|
11 years ago |
jules
|
badc9dc959
|
Fix for FloatVectorOperations on ARM.
|
11 years ago |
jules
|
7e560f1133
|
Added some new methods to FloatVectorOperations for operating on separate source and destination vectors.
|
11 years ago |
jules
|
6678046167
|
Made the Slider's popup display inherit from its parent's lookandfeel.
|
11 years ago |
jules
|
3ebbee5859
|
Modified the way VST window hierarchies are navigated, to avoid problems with popout windows.
|
11 years ago |
jules
|
9201070462
|
Made Button update its auto-gerenated tooltip when the command manager list changes.
|
11 years ago |
jules
|
76c6d324ac
|
Made ApplicationCommandManager::registerCommand update the command info.
|
11 years ago |
jules
|
38bddb3a0d
|
Added a default parameter value to Graphics::drawText.
|
11 years ago |
jules
|
ed289488e0
|
Added a null check in ResamplingAudioSource
|
11 years ago |
jules
|
8f89605e15
|
Better rotation on iOS8
|
11 years ago |
jules
|
3a1ec146ba
|
Added some colour IDs to BooleanPropertyComponent.
|
11 years ago |
jules
|
df1483fb49
|
Minor refactoring in JS parser.
|
11 years ago |
jules
|
2cc283fddd
|
More efficient preallocation when reading large files into memory.
|
11 years ago |
jules
|
23d3bfe3e2
|
Bit of minor cleaning up.
|
11 years ago |
jules
|
a3cf165fc4
|
Fix for osx 10.5 compatibility.
|
11 years ago |
jules
|
086dd2dad4
|
Removed a couple of redundant 'virtual's
|
11 years ago |
jules
|
6c06c34304
|
Fix for File::getCreationTime on OSX.
|
11 years ago |
jules
|
40ba90b19f
|
Fixed some escaping of slash characters in TreeViewItem identifier strings.
|
11 years ago |
jules
|
08a49cb6d4
|
Removed some unnecessary consts from the parameters for SynthesiserSound::appliesToNote and appliesToChannel
|
11 years ago |
jules
|
d284f892b5
|
Workaround for VS2005 compiler bug.
|
11 years ago |
jules
|
6c37ffdf48
|
Avoided an iOS warning.
|
11 years ago |
jules
|
5fd933f041
|
Minor documentation fix.
|
11 years ago |
jules
|
99399d4032
|
Fixed mistaken use of result code in the VST3 wrapper.
|
11 years ago |
jules
|
e137d30385
|
Added a method AudioProcessor::getDefaultNumParameterSteps()
|
11 years ago |
jules
|
a99bbc9ba5
|
win32 web browser component - better updating when components are made visible.
|
11 years ago |
jules
|
91e6d9a35a
|
Socket change to provide consistent re-use behaviour on posix and Windows.
|
11 years ago |
jules
|
a13eb80e6e
|
Fixed a missing change to synthesiser
|
11 years ago |
jules
|
527d1459df
|
Added a velocity argument to the synthesiser noteOff methods.
|
11 years ago |
jules
|
56d2ae6a75
|
More iOS opengl version tweaking
|
11 years ago |
jules
|
9dd760c86b
|
Another update for iOS8 openGL multisampling
|
11 years ago |
jules
|
f5b1919e51
|
Added support for setting a flag JucePlugin_AAXDisableAudioSuite to prevent the AAX wrapper adding audiosuite support
|
11 years ago |
jules
|
741816a020
|
Added a missing JUCE_API flag.
|
11 years ago |
jules
|
49dd0011b0
|
Updates for iOS GL calls in iOS8
|
11 years ago |
jules
|
05b166d048
|
Clarified a couple of comments.
|
11 years ago |
jules
|
acdb9eb653
|
Added a test to set up the JUCE_64BIT flag if __arm64__ is set.
|
11 years ago |
jules
|
31b912bc87
|
Tweak to DragAndDropContainer to avoid problems detecting the window that's being dragged over.
|
11 years ago |
jules
|
3b13032b8c
|
Updated some iOS GL calls to use newer API types and functions
|
11 years ago |