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

2230 commits

Author SHA1 Message Date
jules
d74bf3dca8 Added 64-bit double methods to FloatVectorOperations. Refactored some of the min/max methods in FloatVectorOperations to return a Range instead of getting the results as parameters. 2014-03-18 10:56:34 +00:00
jules
98c77f85e9 Added a couple of channel formats to WavAudioFormat 2014-03-18 10:54:33 +00:00
jules
9dcdea59a7 Added a couple of methods to Range. 2014-03-17 21:53:56 +00:00
jules
b026fccb92 VST3 stream loading fix. 2014-03-17 13:27:14 +00:00
jules
63db2bfeea Tweak to avoid problems compiling DLL builds. 2014-03-17 10:57:02 +00:00
jules
e25b727559 Added some assertions to the MP3 decoder to flag up an unsupported encoding type. 2014-03-17 10:56:44 +00:00
jules
865b9ab46a Documentation clean-up. 2014-03-16 21:08:38 +00:00
jules
c733ed50ff Began adding some win8.1 DPI functionality. 2014-03-16 21:08:11 +00:00
jules
2dbd55db3e Fix for threading bug in GlyphCache. 2014-03-16 15:37:23 +00:00
jules
2f91b1c5f4 Bit of tidying up in GlyphCache. 2014-03-16 13:43:20 +00:00
jules
fbaa559a19 Added a method CallOutBox::getBorderSize 2014-03-15 12:30:32 +00:00
jules
42482fc5db Spelling fix. 2014-03-14 21:47:37 +00:00
jules
e2dee22b07 Updated OS version enum. 2014-03-14 19:04:41 +00:00
jules
9f1dd01625 Avoided an inputAttemptWhenModal callback on OSX when making windows visible. 2014-03-14 18:59:40 +00:00
jules
e5e24fd541 Avoided assertion in File::isAbsolutePath 2014-03-14 18:33:53 +00:00
jules
8d834b29a1 Refactored VST plugin win32 hooks, and added mouse-wheel hooking to VST3. Also added a VC2010 project to the audio demo plugin. 2014-03-14 18:16:56 +00:00
jules
c577b04ccc Removed some Timer debugging code that wasn't really very useful. 2014-03-14 17:54:17 +00:00
jules
e1f3ce0699 Fix for vector ops on very old CPUs. 2014-03-14 13:42:28 +00:00
jules
5ede2da44b Improved some MemoryBlock comments and gave the class a reset() method. 2014-03-14 10:15:35 +00:00
jules
0de3ec9a51 OSX warning fix. 2014-03-13 16:41:21 +00:00
jules
d416a425d6 Added some documentation to CustomTypeface. 2014-03-13 16:23:34 +00:00
jules
bf72ff0851 Added VST3->VST2 backwards compatibility, with a flag JUCE_VST3_CAN_REPLACE_VST2 to disable this if you want your VST2 + 3 versions to use different IDs and not be interchangable. 2014-03-13 13:54:50 +00:00
jules
b09467c7c5 Couple of GL clean-ups. 2014-03-13 11:05:34 +00:00
jules
b1b08106bf Updated OpenGLGraphicsContext to be able to use GL3 contexts. 2014-03-13 10:57:03 +00:00
jules
12fb13bdea Tweaks for OpenGL 3 support. 2014-03-13 10:19:00 +00:00
jules
e1ebe495b4 Added method Path::preallocateSpace(). 2014-03-12 19:41:09 +00:00
jules
9aa3245315 Slider drag mode fix. 2014-03-12 19:27:09 +00:00
jules
845391eb78 Documentation fix. 2014-03-12 16:36:33 +00:00
jules
bcec781991 Tidied up the way the URL class handles file uploads, and added support for in-memory uploads. 2014-03-12 11:17:27 +00:00
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. 2014-03-11 22:56:42 +00:00
jules
d633ee5d31 Stopped VST3 plugins sending parameter updates on the message thread, as these could interfere with updates being processed on the audio thread. 2014-03-11 11:03:35 +00:00
jules
272bcbcaab Added a method OpenGLContext::setOpenGLVersionRequired, which can be used to request a v3.2 context. 2014-03-11 10:24:31 +00:00
jules
5f2b87d69b Made WindowsMediaAudioFormat::isCompressed() return true. 2014-03-10 21:53:03 +00:00
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