1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

2197 commits

Author SHA1 Message Date
jules
d5cd1663db Fixed a VS compile problem. 2014-03-09 09:12:35 +00:00
jules
47aad5a8e7 Replaced some win32 cpuid code. 2014-03-08 20:32:34 +00:00
jules
12d31f5203 VST3 fix for reading state from streams of unknown size. 2014-03-08 14:57:36 +00:00
jules
5956d5bce0 Added a method CallOutBox::dismiss() 2014-03-08 14:18:51 +00:00
jules
902a47d1ad Refactored a VST3 state method. 2014-03-08 13:07:30 +00:00
jules
6bd544c273 VST3 hosting fix. 2014-03-08 13:02:22 +00:00
jules
4889822eaf Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page. 2014-03-06 22:26:58 +00:00
jules
14a5fcf410 Attempt at better recovery from malformed sysex messages in a midi stream. 2014-03-06 16:02:09 +00:00
jules
946c1804fd Avoided an unnecessary GL assertion. 2014-03-06 10:30:41 +00:00
jules
d20441ad62 win32 midi - handling for drivers returning a MIDIERR_NOTREADY error. 2014-03-05 11:40:53 +00:00
jules
a2b67cbfae Incrementing AAX change counter when audioProcessorChanged is called. 2014-03-02 21:41:34 +00:00
jules
2b037b5095 Avoiding spurious assertions in posix when starting child processes without full paths. 2014-03-02 11:02:44 +00:00
jules
7f9425058a Version number update 2014-02-28 20:55:06 +00:00
jules
51a0f6e9ff Changed Slider::snapValue to provide more details about the drag mode involved. 2014-02-28 20:53:33 +00:00
jules
00aa1df346 TreeViewItem::setSelected() - avoided deselecting items before re-selecting them if they're already selected. 2014-02-28 19:28:08 +00:00
jules
1f27553d38 Added an assertion to ChildProcess to catch attempts to launch non-existent executables. 2014-02-28 19:25:47 +00:00
jules
9ceb072b24 Spelling typos. 2014-02-28 11:25:46 +00:00
jules
0455110a0e Added method URL::createWithoutParsing() 2014-02-27 15:51:49 +00:00
jules
3617bca65f Added multi-mono control for AAX. Fixed a problem with RTAS automation when opening plugin UIs. 2014-02-27 10:15:52 +00:00
jules
647ca90460 Added a method AudioDeviceManager::initialiseWithDefaultDevices() 2014-02-26 20:56:54 +00:00
jules
28e4473a6b Fixed some typos. 2014-02-26 19:47:55 +00:00
jules
00f317a717 Android JNIEnv locking. 2014-02-26 12:12:36 +00:00
jules
fb1018a034 Better GL context scale change detection. 2014-02-25 22:13:56 +00:00
jules
dd366bbcaa Fix for step count in VST3 parameters 2014-02-25 22:13:18 +00:00
jules
423e824d42 VST3 hosting fixes. 2014-02-25 11:08:41 +00:00
jules
7b3ac6ebe7 Better detection of changes of display scale in GL component. 2014-02-25 10:59:43 +00:00
jules
fa2b42a742 Android GL fixes. 2014-02-24 20:29:13 +00:00
jules
56f7676601 Refactored the OpenGLGraphicsContextCustomShader class and added a demo for it. 2014-02-24 19:03:47 +00:00
jules
6427e11ae3 New class: OpenGLGraphicsContextCustomShader, which allows custom fragment shaders to be applied to a rectangular area during a normal 2D paint routine, to achieve per-pixel effects. 2014-02-24 11:04:38 +00:00
jules
1fef7a8408 Better opening of JACK DLLs. 2014-02-24 09:15:35 +00:00
jules
25fe7c8490 Fixed an error when JUCE_CORETEXT_AVAILABLE = 0 2014-02-24 09:09:29 +00:00
jules
80387e8cb5 Stripped out all the old openGL fixed-function code, and hard-coded the assumption that it'll be running on hardware that's capable of running GLSL. 2014-02-23 16:23:34 +00:00
jules
e7e2abbb5c Avoided an unnecessary call in win32 openGL that may have been causing problems with some Nvidea drivers. 2014-02-23 13:41:49 +00:00
jules
da5b67bd03 Minor clean-up. 2014-02-23 13:40:27 +00:00
jules
fe25f6ee3c Improved some misleading example code for ScopedLock. 2014-02-23 11:56:46 +00:00
jules
cfead6205b Added a missing TextEditor colour setting to the L+F. 2014-02-23 11:55:17 +00:00
jules
d76f55e018 Updated some documenation. 2014-02-22 16:58:58 +00:00
jules
48c2f42802 Added a safety check and fixed a couple of warnings. 2014-02-21 16:00:39 +00:00
jules
a34496588c Changed an obj-C call to avoid warnings in the old 10.5 SDK. 2014-02-21 15:30:47 +00:00
jules
fec71a645b Made sure the monitor list is sorted correctly on win32. 2014-02-21 14:40:09 +00:00
jules
9cb86df630 Setting speaker arrangement strings for AAX. 2014-02-21 13:34:31 +00:00
jules
6a75641ca9 Better detection of win32 main monitor. 2014-02-21 13:16:33 +00:00
jules
8968df0402 Added some centering methods to Rectangle. 2014-02-21 12:51:06 +00:00
jules
7a869d6528 Made the OpenGL graphics context keep a cache of textures it has recently used for Image rendering, to avoid repeatedly moving data to the GPU. 2014-02-20 16:38:49 +00:00
jules
7786943593 Added MidiMessage::textMetaEvent method. 2014-02-19 20:37:15 +00:00
jules
b0933193bf Disambiguation in Point::getAngleToPoint 2014-02-19 16:14:37 +00:00
jules
8c40999c51 Added a callback so that ThreadWithProgressWindow can be used without blocking. 2014-02-19 12:14:56 +00:00
jules
a6aca791af Spelling fixes. 2014-02-19 12:13:32 +00:00
jules
a3ea53c460 Version number update 2014-02-17 19:40:43 +00:00
jules
a5cc0d492e Added some colour ID constants for PropertyComponent. 2014-02-17 17:55:15 +00:00