jules
|
a90aedce50
|
Small updates to ComponentBuilder, UnitTestRunner.
|
14 years ago |
jules
|
15375dd223
|
Internal work on the ComponentBuilder system.
|
14 years ago |
jules
|
a511ea6b31
|
Mac GL fix for some older graphics cards.
|
14 years ago |
jules
|
ec08dc29a4
|
AU hosting fix for plugins without UIs.
|
14 years ago |
jules
|
e0aa00181a
|
Minor tweaks to TextEditor, Message.
|
14 years ago |
jules
|
673b8b5645
|
Updated some introjucer-generated defines.
|
14 years ago |
jules
|
bdbe7d3f01
|
Introjucer: made it possible to override settings in AppConfig.h. Version number bump.
|
14 years ago |
jules
|
ca17d3dd82
|
Couple of minor compilation fixes.
|
14 years ago |
jules
|
6899d2c56f
|
Minor tweaks to win32, tab key handling.
|
14 years ago |
jules
|
fb01e6dfc2
|
RTAS description update to use JucePlugin_Desc macro. FileBasedDocument addition for customising save filename. TableHeaderComponent fix to avoid spurious mouse-overs.
|
14 years ago |
jules
|
493a78f33d
|
More openGL: removed problematic gl_FragCoord use; made shaders work in GLES2.
|
14 years ago |
jules
|
0301e9d1e4
|
Introjucer RTAS fix. VST fix for intel compiler.
|
14 years ago |
jules
|
b65b34ad40
|
More openGL refactoring, completion of all-shader graphic pipeline.
|
14 years ago |
jules
|
7c486b83d8
|
Removed the OpenGLRenderingTarget class (which wasn't a good fit with the way openGL actually works)
|
14 years ago |
jules
|
9b16df83cf
|
GL fixes for iOS/Android.
|
14 years ago |
jules
|
98406ae4e4
|
Added iOS CoreMidi support.
|
14 years ago |
jules
|
dcfa73204b
|
AlertWindow text colour fix. URL::getPort() method. Image::createCopy() method.
|
14 years ago |
jules
|
4870ea28dd
|
Refactored the dynamically-loaded OpenGL extension functions from being static to being members of a specific context object. This entails lots of OpenGLContext references being passed around all over the place, and has meant that a few static helper functions are no longer available.
|
14 years ago |
jules
|
825cd60737
|
Improved enablement of DrawableButton. Made hosted VSTs update their latency.
|
14 years ago |
jules
|
f4cbb721a5
|
Minor update to ResizableWindow positioning, and slider tooltips.
|
14 years ago |
jules
|
38703ee4c3
|
Cleaned up a few 64-bit VC++ warnings.
|
14 years ago |
jules
|
35da7fe473
|
VST: workaround for a Wavelab bug.
|
14 years ago |
jules
|
a997490f17
|
Updated the OpenGLComponent so that it can render sub-components when using a background thread, and changed the demo to use this mode (which is faster).
|
14 years ago |
jules
|
c38916b675
|
OpenGL renderer optimisations.
|
14 years ago |
jules
|
43d9a4eb16
|
New class: ThreadLocalValue.
|
14 years ago |
jules
|
b00ae44410
|
Windows 64-bit GL fix.
|
14 years ago |
jules
|
932ee2ebf6
|
VST host build fix. Removed a couple of MSVC warnings.
|
14 years ago |
jules
|
5e795134fc
|
Added a read/write lock to the glyph cache. OpenGL shader fix.
|
14 years ago |
jules
|
2c0902833d
|
Lock for multithreaded font rendering. Tweaks for some openGL settings. Updated the demo to have an openGL rendering engine option.
|
14 years ago |
jules
|
115d86817f
|
Minor win32 GL fix.
|
14 years ago |
jules
|
0d1c72f0b1
|
More openGL: using VBOs when rendering with shaders.
|
14 years ago |
jules
|
57091c833c
|
Win32 openGL build fix. Added .wma file extension for Windows Media.
|
14 years ago |
jules
|
df8b3618c2
|
OpenGL vertex attribute helper.
|
14 years ago |
jules
|
3995ef255f
|
iOS audio: added some buffer size options.
|
14 years ago |
jules
|
37d8a65407
|
More OpenGL shader work.
|
14 years ago |
jules
|
78dc975ab9
|
Minor CoreAudio callback fix.
|
14 years ago |
jules
|
a56a285e58
|
OpenGL work: renamed OpenGLGraphicsContext class, and made it use shaders for rendering where available.
|
14 years ago |
jules
|
0925b99e6d
|
Added ChildProcess::kill()
|
14 years ago |
jules
|
a376a04c64
|
Android build updates.
|
14 years ago |
jules
|
bbac5a8790
|
New class: OpenGLShaderProgram, and GL clean-ups.
|
14 years ago |
jules
|
678b532dad
|
Mac VST-host resource file fix.
|
14 years ago |
jules
|
f703feb61e
|
OpenGL improvements.
|
14 years ago |
jules
|
d6ed09e158
|
TextLayout fix. Windows stylus fix. Minor clean-ups.
|
14 years ago |
jules
|
f36fa37440
|
Android: made audio system more tolerant of failed devices.
|
14 years ago |
jules
|
fd9bf6d5a3
|
Updated Introjucer for better Xcode 4 compatibility. Bumped version number.
|
14 years ago |
jules
|
c1ab947a53
|
Couple of minor windowing fixes.
|
14 years ago |
jules
|
ba53323cbd
|
Android updates to support NDK r7.
|
14 years ago |
jules
|
cd0683ef4d
|
Tidied up a few return types.
|
14 years ago |
jules
|
da7d612591
|
Small 10.5 compatibility tweak.
|
14 years ago |
jules
|
907cfc5221
|
Straightened out some confusion with the Point::getAngleToPoint and Line::getAngle methods, where the description didn't actually match the behaviour. The behaviour and descriptions of these functions have now changed, but should now match up!
|
14 years ago |