jules
|
f5f6600770
|
Changed the demo plugin OSX build to be 32/64-bit.
|
11 years ago |
jules
|
91d9c96338
|
Minor clean-ups
|
11 years ago |
jules
|
a06e23e606
|
Minor fix to demo app.
|
11 years ago |
jules
|
95699451b5
|
Added method ModalComponentManager::cancelAllModalComponents()
|
11 years ago |
jules
|
f96ee7c860
|
Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android)
|
11 years ago |
jules
|
343d68814b
|
Introjucer: setting default name for new GUI comps.
|
12 years ago |
jules
|
94076545a4
|
Introjucer: avoiding an Xcode warning when quicktime is explicitly disabled.
|
12 years ago |
jules
|
65f01eb6f7
|
Introjucer: tweaked Xcode project structure to avoid warning about architectures.
|
12 years ago |
jules
|
29f36905c5
|
Introjucer: updated the list of iOS versions.
|
12 years ago |
jules
|
75770f293c
|
New class: SharedResourcePointer
|
12 years ago |
jules
|
897c3c8044
|
Introjucer: correctly setting the JucePlugin_ManufacturerEmail macro.
|
12 years ago |
jules
|
bc2f908c9c
|
Added 'override' keywords to some introjucer template files
|
12 years ago |
jules
|
5409951861
|
Refactored some Xcode warning suppression.
|
12 years ago |
jules
|
783af9c332
|
Introjucer: avoided warnings for old 3rd-party code in Xcode 5.1
|
12 years ago |
jules
|
a0c18acb1e
|
Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor.
|
12 years ago |
jules
|
060a8cb05f
|
Introjucer: added customisable VST category setting.
|
12 years ago |
jules
|
fa21d2ac02
|
Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty.
|
12 years ago |
jules
|
e74698bed4
|
Tweaked the fonts demo to display the fonts using point sizes.
|
12 years ago |
jules
|
35fd84cc52
|
Better parsing of openGL SL version number.
|
12 years ago |
jules
|
7992319dc0
|
Added new LookAndFeel page to the juce demo (Thanks Dave!)
|
12 years ago |
jules
|
c1098806cb
|
Made sure the demo cleans up the bubble message components that it uses.
|
12 years ago |
jules
|
9abf1ff000
|
Introjucer: added option to translation tool to merge existing translations.
|
12 years ago |
jules
|
53fcb23e26
|
(Added missing .sln file from last check-in)
|
12 years ago |
jules
|
8d834b29a1
|
Refactored VST plugin win32 hooks, and added mouse-wheel hooking to VST3. Also added a VC2010 project to the audio demo plugin.
|
12 years ago |
jules
|
8146a6bc37
|
Fix for android 'ant clean' operation.
|
12 years ago |
jules
|
b1b08106bf
|
Updated OpenGLGraphicsContext to be able to use GL3 contexts.
|
12 years ago |
jules
|
12fb13bdea
|
Tweaks for OpenGL 3 support.
|
12 years ago |
jules
|
8e7fbe9976
|
Fix for SVG view box parsing. Improved introjucer SVG viewer to show the image's content inside the view-box as defined in the file.
|
12 years ago |
jules
|
47aad5a8e7
|
Replaced some win32 cpuid code.
|
12 years ago |
jules
|
4889822eaf
|
Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page.
|
12 years ago |
jules
|
51a0f6e9ff
|
Changed Slider::snapValue to provide more details about the drag mode involved.
|
12 years ago |
jules
|
3617bca65f
|
Added multi-mono control for AAX. Fixed a problem with RTAS automation when opening plugin UIs.
|
12 years ago |
jules
|
fa2b42a742
|
Android GL fixes.
|
12 years ago |
jules
|
56f7676601
|
Refactored the OpenGLGraphicsContextCustomShader class and added a demo for it.
|
12 years ago |
jules
|
4c6e655f0f
|
Introjucer: made the tooltip entry box multi-line.
|
12 years ago |
jules
|
95d9d489a1
|
Removed an obsolete AAX config.
|
12 years ago |
jules
|
8c40999c51
|
Added a callback so that ThreadWithProgressWindow can be used without blocking.
|
12 years ago |
jules
|
7ae92cf1ba
|
Added juce version display to plugin demo.
|
12 years ago |
jules
|
70f8ae36e9
|
Introjucer: removed redundant plugin website field, and used the website value that's already set for the project instead when creating plugin projects.
|
12 years ago |
jules
|
ba2ae2dd12
|
Introjucer: added some backslashes to the plugin install script path.
|
12 years ago |
jules
|
705f73610c
|
Introjucer: larger field sizes.
|
12 years ago |
jules
|
802197644b
|
New interprocess utility classes: ChildProcessSlave and ChildProcessMaster.
|
12 years ago |
jules
|
e22e536626
|
Couple of tweaks to VST3 generation.
|
12 years ago |
jules
|
8469269b10
|
Introjucer font selector typo fix.
|
12 years ago |
jules
|
4fe7240eb2
|
Initial version of VST3 plugin support.
|
12 years ago |
jules
|
fb2a5fc857
|
Updates to introjucer for VST3 targets.
|
12 years ago |
jules
|
5cabff2ac2
|
Moved FileFilter and WildcardFileFilter into the juce_core module.
|
12 years ago |
jules
|
633ff931d6
|
Introjucer: made sure the linux makefiles don't do crazy things when given mis-typed config names.
|
12 years ago |
jules
|
76c8400049
|
Really minor clean-ups.
|
12 years ago |
jules
|
d20279d1db
|
Fix to the GL 2D renderer. Also removed the smaller limit on the GL buffer sizes used in win32.
|
12 years ago |