jules
|
19a6a282a2
|
Slider behaviour fix.
|
12 years ago |
jules
|
fc24a63ed1
|
Added a method Rectangle::withSizeKeepingCentre()
|
12 years ago |
jules
|
58055df1b3
|
Capitalised some audio device setting text.
|
12 years ago |
jules
|
08c2fce9b5
|
Some improvements to JUCE_LIVE_CONSTANT: Matching original hex/decimal format, and added a reset button.
|
12 years ago |
jules
|
1872ed68c2
|
Made sure that AudioTransportSource::hasStreamFinished() returns the correct value.
|
12 years ago |
jules
|
48cdb90341
|
Made the live constant editor call resize on all visible components.
|
12 years ago |
jules
|
523f436957
|
Added some NEEDS_TRANS wrappers around the various strings returned by MidiMessage
|
12 years ago |
jules
|
2f72bba274
|
Improved the LIVE_CONSTANT classes to allow it to work on non-GUI threads.
|
12 years ago |
jules
|
585164f4ad
|
javascript 'continue' fix.
|
12 years ago |
jules
|
3f9a4834a6
|
Added a few TRANS wrappers around error messages.
|
12 years ago |
jules
|
33b1e7bd16
|
Tweaked CoreAudio slightly, and added some more logging.
|
12 years ago |
jules
|
305c7056f1
|
Minor fix for AU assertion.
|
12 years ago |
jules
|
f26bf24304
|
Avoided an assertion when creating AU plugins on multiple threads.
|
12 years ago |
jules
|
56de2c27b4
|
Fix for some NPAPI code.
|
12 years ago |
jules
|
a356c6b148
|
Couple of minor warning fixes.
|
12 years ago |
jules
|
8ba781aa81
|
Added a demo page for the live constant editor stuff.
|
12 years ago |
jules
|
f89c2ca05d
|
Added read-only support for the CodeEditorComponent.
|
12 years ago |
jules
|
5e10803565
|
Added new keywords to CppTokeniserFunctions
|
12 years ago |
jules
|
763d4646c5
|
Rolled-back a VSTMidiEventList change.
|
12 years ago |
jules
|
d85d14843a
|
Made JUCE_ENABLE_LIVE_CONSTANT_EDITOR enabled by default in debug builds.
|
12 years ago |
jules
|
be461fa03c
|
Very cool new feature: JUCE_LIVE_CONSTANT. See the macro's description for more details.
|
12 years ago |
jules
|
58acb96a9e
|
Changed CodeEditorComponent to stop it scrolling to code changes made in other editors that share the same document.
|
12 years ago |
jules
|
28cdb20040
|
Whitespace cleanups.
|
12 years ago |
jules
|
5601a244d3
|
Couple of fixes for FloatVectorOperations on NEON, and added a subtract() function.
|
12 years ago |
jules
|
d226fea10e
|
Added a callback WebBrowserComponent::windowCloseRequest()
|
12 years ago |
jules
|
eefbcef611
|
Tweaked the internals of CodeDocument::replaceSection so that replacing a section doesn't mess-up the position of CodeDocument::Position objects that are positioned at its start and end.
|
12 years ago |
jules
|
331ce9ff8c
|
Couple of minor clean-ups.
|
12 years ago |
jules
|
e53235741f
|
Added support for NEON vector instructions, and some unit-tests for FloatVectorOperations.
|
12 years ago |
jules
|
53cbc74986
|
Passed maximum name length when calling VST getParameterName().
|
12 years ago |
jules
|
a316bd5f6f
|
Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors.
|
12 years ago |
jules
|
2edec00b55
|
Removed a few more uses of String::empty.
|
12 years ago |
jules
|
2623f4d1e1
|
Added method String::clear(), and used it to replace a few uses of String::empty.
|
12 years ago |
jules
|
488fe56ffe
|
Documentation correction.
|
12 years ago |
jules
|
fe6ec7acfc
|
Workaround for mingw.
|
12 years ago |
jules
|
7336f7da34
|
Added a couple of mingw tweaks for plugin builds.
|
12 years ago |
jules
|
f9759ecc6b
|
Documentation fixes.
|
12 years ago |
jules
|
505bdcea88
|
Allowed JUCEApplicationBase::quit() to be called from non-message threads on OSX.
|
12 years ago |
jules
|
4620d71816
|
Made DragAndDropContainer force mouse-cursor updates to help when using modifier keys to change the drag mode.
|
12 years ago |
jules
|
c7341b1e2c
|
Added a flag in ZipFile to make sure the filename is treated as UTF8.
|
12 years ago |
jules
|
6dcf82f904
|
Fixed return value of an AudioUnit method to stop auval complaining.
|
12 years ago |
jules
|
b1b702a176
|
Avoided a couple of MSVC warnings.
|
12 years ago |
jules
|
95610593a5
|
Fix for clipping of Graphics::drawSingleLineText with right-justification.
|
12 years ago |
jules
|
242a5f221d
|
Fixed some libFLAC code to keep old Xcode compilers happy.
|
12 years ago |
jules
|
28dbc839b1
|
Refactored LookAndFeel::drawPopupMenuItem() and some PopupMenu methods to allow menus to use Drawables for their icons as well as just Images.
|
12 years ago |
jules
|
06629a3967
|
(Minor correction to last check-in)
|
12 years ago |
jules
|
7a11730317
|
Improvements to PluginListComponent - it's now a sortable table rather than a list.
|
12 years ago |
jules
|
3989280b91
|
Better guessing of what base has been used to encode the VST version number when scanning plugins.
|
12 years ago |
jules
|
7ba6a353ed
|
Avoided an assertion when parsing invalid SVG path strings.
|
12 years ago |
jules
|
bca169c6fb
|
Fix for some text editor selection rendering problems.
|
12 years ago |
jules
|
f5be5a7b3c
|
Better left-right mouse cursor shape on OSX.
|
12 years ago |