jules
|
523f436957
|
Added some NEEDS_TRANS wrappers around the various strings returned by MidiMessage
|
2013-12-05 22:14:34 +00:00 |
|
jules
|
2f72bba274
|
Improved the LIVE_CONSTANT classes to allow it to work on non-GUI threads.
|
2013-12-05 15:46:08 +00:00 |
|
jules
|
585164f4ad
|
javascript 'continue' fix.
|
2013-12-05 14:23:01 +00:00 |
|
jules
|
3f9a4834a6
|
Added a few TRANS wrappers around error messages.
|
2013-12-05 11:32:38 +00:00 |
|
jules
|
33b1e7bd16
|
Tweaked CoreAudio slightly, and added some more logging.
|
2013-12-05 11:25:02 +00:00 |
|
jules
|
305c7056f1
|
Minor fix for AU assertion.
|
2013-12-04 15:45:01 +00:00 |
|
jules
|
79d60f0b35
|
Updated some browser plugin build paths.
|
2013-12-04 09:43:32 +00:00 |
|
jules
|
f26bf24304
|
Avoided an assertion when creating AU plugins on multiple threads.
|
2013-12-04 09:32:07 +00:00 |
|
jules
|
56de2c27b4
|
Fix for some NPAPI code.
|
2013-12-04 09:23:56 +00:00 |
|
jules
|
a356c6b148
|
Couple of minor warning fixes.
|
2013-12-04 09:23:45 +00:00 |
|
jules
|
8ba781aa81
|
Added a demo page for the live constant editor stuff.
|
2013-12-03 19:13:14 +00:00 |
|
jules
|
f89c2ca05d
|
Added read-only support for the CodeEditorComponent.
|
2013-12-03 19:09:16 +00:00 |
|
jules
|
5e10803565
|
Added new keywords to CppTokeniserFunctions
|
2013-12-03 17:42:22 +00:00 |
|
jules
|
763d4646c5
|
Rolled-back a VSTMidiEventList change.
|
2013-12-03 14:50:40 +00:00 |
|
jules
|
d85d14843a
|
Made JUCE_ENABLE_LIVE_CONSTANT_EDITOR enabled by default in debug builds.
|
2013-12-03 14:09:17 +00:00 |
|
jules
|
be461fa03c
|
Very cool new feature: JUCE_LIVE_CONSTANT. See the macro's description for more details.
|
2013-12-03 13:44:15 +00:00 |
|
jules
|
58acb96a9e
|
Changed CodeEditorComponent to stop it scrolling to code changes made in other editors that share the same document.
|
2013-12-03 12:47:37 +00:00 |
|
jules
|
28cdb20040
|
Whitespace cleanups.
|
2013-12-03 11:33:45 +00:00 |
|
jules
|
5601a244d3
|
Couple of fixes for FloatVectorOperations on NEON, and added a subtract() function.
|
2013-12-03 11:20:14 +00:00 |
|
jules
|
d226fea10e
|
Added a callback WebBrowserComponent::windowCloseRequest()
|
2013-12-03 11:02:22 +00:00 |
|
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.
|
2013-12-02 23:14:09 +00:00 |
|
jules
|
331ce9ff8c
|
Couple of minor clean-ups.
|
2013-12-02 23:12:39 +00:00 |
|
jules
|
33b8c017f7
|
Added an icon for the Android build of the demo.
|
2013-12-02 11:26:23 +00:00 |
|
jules
|
e53235741f
|
Added support for NEON vector instructions, and some unit-tests for FloatVectorOperations.
|
2013-12-02 11:25:35 +00:00 |
|
jules
|
53cbc74986
|
Passed maximum name length when calling VST getParameterName().
|
2013-12-02 11:17:43 +00:00 |
|
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.
|
2013-12-02 09:44:17 +00:00 |
|
jules
|
fb15840f61
|
Introjucer: removed a flag from the CodeBlocks project exporter.
|
2013-12-02 09:22:49 +00:00 |
|
jules
|
2edec00b55
|
Removed a few more uses of String::empty.
|
2013-12-01 23:28:31 +00:00 |
|
jules
|
2623f4d1e1
|
Added method String::clear(), and used it to replace a few uses of String::empty.
|
2013-12-01 11:32:39 +00:00 |
|
jules
|
488fe56ffe
|
Documentation correction.
|
2013-11-30 21:38:50 +00:00 |
|
jules
|
fe6ec7acfc
|
Workaround for mingw.
|
2013-11-30 20:15:48 +00:00 |
|
jules
|
7336f7da34
|
Added a couple of mingw tweaks for plugin builds.
|
2013-11-30 20:04:44 +00:00 |
|
jules
|
f9759ecc6b
|
Documentation fixes.
|
2013-11-30 20:04:17 +00:00 |
|
jules
|
505bdcea88
|
Allowed JUCEApplicationBase::quit() to be called from non-message threads on OSX.
|
2013-11-28 10:01:21 +00:00 |
|
jules
|
86d03cc5ed
|
Introjucer: avoided setting the MSVC character type if "default" is chosen.
|
2013-11-27 20:57:49 +00:00 |
|
jules
|
4620d71816
|
Made DragAndDropContainer force mouse-cursor updates to help when using modifier keys to change the drag mode.
|
2013-11-27 19:38:40 +00:00 |
|
jules
|
c7341b1e2c
|
Added a flag in ZipFile to make sure the filename is treated as UTF8.
|
2013-11-27 15:18:10 +00:00 |
|
jules
|
6dcf82f904
|
Fixed return value of an AudioUnit method to stop auval complaining.
|
2013-11-26 17:10:53 +00:00 |
|
jules
|
b1b702a176
|
Avoided a couple of MSVC warnings.
|
2013-11-26 17:09:39 +00:00 |
|
jules
|
95610593a5
|
Fix for clipping of Graphics::drawSingleLineText with right-justification.
|
2013-11-26 10:08:16 +00:00 |
|
jules
|
f2cca861dd
|
Introjucer: quoting of all include paths to keep Xcode 5 happy.
|
2013-11-26 10:04:21 +00:00 |
|
jules
|
2c3d639d91
|
Introjucer: fix for RTAS path when exporting VC projects.
|
2013-11-26 09:38:09 +00:00 |
|
jules
|
242a5f221d
|
Fixed some libFLAC code to keep old Xcode compilers happy.
|
2013-11-25 12:16:17 +00:00 |
|
jules
|
28dbc839b1
|
Refactored LookAndFeel::drawPopupMenuItem() and some PopupMenu methods to allow menus to use Drawables for their icons as well as just Images.
|
2013-11-24 19:30:04 +00:00 |
|
jules
|
06629a3967
|
(Minor correction to last check-in)
|
2013-11-24 16:41:07 +00:00 |
|
jules
|
7a11730317
|
Improvements to PluginListComponent - it's now a sortable table rather than a list.
|
2013-11-24 15:00:17 +00:00 |
|
jules
|
3989280b91
|
Better guessing of what base has been used to encode the VST version number when scanning plugins.
|
2013-11-24 14:56:25 +00:00 |
|
jules
|
c9ac405ca4
|
Removed a bogus module from the demo plugin project.
|
2013-11-23 20:01:52 +00:00 |
|
jules
|
c28c6c3e7c
|
Introjucer: added a utility tool that converts an SVG path string into code that creates a Path object.
|
2013-11-23 16:08:05 +00:00 |
|
jules
|
7ba6a353ed
|
Avoided an assertion when parsing invalid SVG path strings.
|
2013-11-23 16:07:09 +00:00 |
|