jules
|
b4bef8e91e
|
Avoided enabling openGL 3 support on linux, which was causing problems because of missing symbols.
|
11 years ago |
jules
|
6efc1b8afc
|
Removed an unnecessary inclusion of Carbon.h
|
11 years ago |
jules
|
3aa1162998
|
Making AU timecode detection deal with some quirks in certain versions of Ableton.
|
11 years ago |
jules
|
d42a606b99
|
Tried to improve the explanation for XmlElement::findParentElementOf.
|
11 years ago |
jules
|
87a2c67e99
|
Fixed tooltips with certain kinds of sliders.
|
11 years ago |
jules
|
de1d07090a
|
Returning correct app failure codes if the app quits before finishing initialisation.
|
11 years ago |
jules
|
4604767220
|
Extensions to AudioProcessorEditor to help clicking on AAX controls.
|
11 years ago |
jules
|
e12823a10f
|
Added Math.ceil and Math.floor to the javascript parser.
|
11 years ago |
jules
|
a5fc9b34ec
|
Fixed javascript parser to handle for statements without iterator terms.
|
11 years ago |
jules
|
e6e5d34152
|
Made KnownPluginList::getTypeForIdentifierString handle shell plugin IDs.
|
11 years ago |
jules
|
86fc9d7e16
|
Introjucer: Updates to the android exporter, adding a toolchain version setting.
|
11 years ago |
jules
|
005f0be531
|
Better cleanup in MessageManagerLock to avoid spurious assertions when a lock fails on shutdown.
|
11 years ago |
jules
|
6c30e83de1
|
Added openGL macro JUCE_GLSL_VERSION
|
11 years ago |
jules
|
f376a82a56
|
Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS
|
11 years ago |
jules
|
f50650ad1b
|
Removed the Component::getVisibleArea method. This had some design flaws and the current implementation was broken, so presumably few people were using it! If you were using it, let me know your use-case so I can perhaps find a replacement that has less ambiguities about exactly what it's supposed to do.
|
11 years ago |
jules
|
3e7d305094
|
A few minor whitespace cleanups.
|
11 years ago |
jules
|
aba0ff9240
|
Added method AudioProcessorEditor::setControlHighlight() for support of this AAX functionality.
|
11 years ago |
jules
|
4c67754498
|
Made the VST host parse the plugin's strings as UTF8.
|
11 years ago |
jules
|
ba2fff9c63
|
Avoided some win32 warnings.
|
11 years ago |
jules
|
66d413c32b
|
Minor clean-ups
|
11 years ago |
jules
|
da8e3c53b6
|
Fix for win32 openGL repaints when continuous rendering is turned off.
|
11 years ago |
jules
|
e34e00ebfc
|
Fixed a typo in iOS audio code.
|
11 years ago |
jules
|
e5d89355d1
|
Win XP font style selection fix.
|
11 years ago |
jules
|
99e8445b96
|
Version number update
|
11 years ago |
jules
|
0147fe00f9
|
Implemented an AU method to avoid problems with some versions of the CoreAudio API.
|
11 years ago |
jules
|
cd30b3bfd1
|
Minor warning fixes for mingw
|
11 years ago |
jules
|
7c61188bf9
|
Cleaned up a few places where four-char constants were used, to prevent warnings.
|
11 years ago |
jules
|
fcf010e74f
|
Removed glDrawBuffers call (wasn't available in GLES)
|
11 years ago |
jules
|
6a952d2e0b
|
Added glDrawBuffers to the GL extension function list.
|
11 years ago |
jules
|
8c99011b4c
|
Minor change to the order in which Slider callbacks are made, so that the order is the same for async/sync callbacks.
|
11 years ago |
jules
|
df9701430a
|
Workaround for VST3 plugin resizing in Wavelab.
|
11 years ago |
jules
|
fe61c37d93
|
Updated the return types of OutputStream::writeFromInputStream and InputStream::readIntoMemoryBlock
|
11 years ago |
jules
|
43cac64c42
|
Fixed a minor typo in VST3 hosting.
|
11 years ago |
jules
|
4a96fc6ed2
|
Made the OSX web browser component compile if JUCE_MODAL_LOOPS_PERMITTED is disabled
|
11 years ago |
jules
|
97b0a7df3c
|
Made AudioProcessor::setNonRealtime virtual to allow subclasses to intercept this.
|
11 years ago |
jules
|
66b420afdf
|
Added method Range::withStartAndLength
|
11 years ago |
jules
|
859e23d550
|
Made sure that ListBox updates its opacity when re-parented
|
11 years ago |
jules
|
bfe91a07a5
|
Moved an assertion to avoid a melodyne vst3 bug.
|
11 years ago |
jules
|
4af1478dfb
|
Fixed a few windowing issues when using global scale factors.
|
11 years ago |
jules
|
27646a8db0
|
Avoided a false alarm assertion in the AU wrapper.
|
11 years ago |
jules
|
93b9708777
|
Fixed a coordinate issue with NSViewComponent hit testing.
|
11 years ago |
jules
|
b052208cf4
|
Fix for Value move operators.
|
11 years ago |
jules
|
ac7e776798
|
linux scaled desktop size fix.
|
11 years ago |
jules
|
7d8b9ad597
|
Avoided a few linux gcc warnings.
|
11 years ago |
jules
|
176da42e3d
|
Added default value to child process timeout.
|
11 years ago |
jules
|
df607bacdd
|
Added a timeout value to the ChildProcessSlave and ChildProcessMaster classes.
|
11 years ago |
jules
|
a9750c0e38
|
Workaround for linux gcc warning.
|
11 years ago |
jules
|
29ae02ad7f
|
Fix for linux desktop scale factors.
|
11 years ago |
jules
|
abd46569ae
|
Fix for viewport shift-scrolling
|
11 years ago |
jules
|
1d9161d55e
|
Reworked START_JUCE_APPLICATION to work on Windows if windows.h has been included after the juce headers.
|
11 years ago |