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

1523 commits

Author SHA1 Message Date
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. 2014-03-24 14:39:32 +00:00
jules
e74698bed4 Tweaked the fonts demo to display the fonts using point sizes. 2014-03-23 14:07:42 +00:00
jules
35fd84cc52 Better parsing of openGL SL version number. 2014-03-22 14:58:30 +00:00
jules
7992319dc0 Added new LookAndFeel page to the juce demo (Thanks Dave!) 2014-03-18 11:04:22 +00:00
jules
c1098806cb Made sure the demo cleans up the bubble message components that it uses. 2014-03-16 12:29:32 +00:00
jules
9abf1ff000 Introjucer: added option to translation tool to merge existing translations. 2014-03-14 18:30:24 +00:00
jules
53fcb23e26 (Added missing .sln file from last check-in) 2014-03-14 18:29:37 +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
8146a6bc37 Fix for android 'ant clean' operation. 2014-03-13 11:06:27 +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
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
47aad5a8e7 Replaced some win32 cpuid code. 2014-03-08 20:32:34 +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
51a0f6e9ff Changed Slider::snapValue to provide more details about the drag mode involved. 2014-02-28 20:53:33 +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
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
4c6e655f0f Introjucer: made the tooltip entry box multi-line. 2014-02-24 11:05:00 +00:00
jules
95d9d489a1 Removed an obsolete AAX config. 2014-02-20 12:11:44 +00:00
jules
8c40999c51 Added a callback so that ThreadWithProgressWindow can be used without blocking. 2014-02-19 12:14:56 +00:00
jules
7ae92cf1ba Added juce version display to plugin demo. 2014-02-17 16:07:22 +00:00
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. 2014-02-17 11:35:39 +00:00
jules
ba2ae2dd12 Introjucer: added some backslashes to the plugin install script path. 2014-02-16 13:03:51 +00:00
jules
705f73610c Introjucer: larger field sizes. 2014-02-15 15:59:04 +00:00
jules
802197644b New interprocess utility classes: ChildProcessSlave and ChildProcessMaster. 2014-02-09 11:11:28 +00:00
jules
e22e536626 Couple of tweaks to VST3 generation. 2014-02-06 11:27:23 +00:00
jules
8469269b10 Introjucer font selector typo fix. 2014-02-05 16:38:14 +00:00
jules
4fe7240eb2 Initial version of VST3 plugin support. 2014-02-05 16:20:57 +00:00
jules
fb2a5fc857 Updates to introjucer for VST3 targets. 2014-02-04 15:54:15 +00:00
jules
5cabff2ac2 Moved FileFilter and WildcardFileFilter into the juce_core module. 2014-01-25 15:54:32 +00:00
jules
633ff931d6 Introjucer: made sure the linux makefiles don't do crazy things when given mis-typed config names. 2014-01-13 11:00:52 +00:00
jules
76c8400049 Really minor clean-ups. 2014-01-12 18:06:48 +00:00
jules
d20279d1db Fix to the GL 2D renderer. Also removed the smaller limit on the GL buffer sizes used in win32. 2014-01-12 16:21:03 +00:00
jules
5b25b303fb Cleaned up some minor stuff in the GL demo and PathStrokeType. 2014-01-12 15:50:16 +00:00
jules
cc633ce3f5 Introjucer: Fixed folder sorting in Xcode export. 2014-01-09 10:27:46 +00:00
jules
3100e54728 Introjucer: workaround for building OSX icons if only a 1024x1024 image is supplied 2014-01-08 15:25:18 +00:00
jules
593e1c1e65 Introjucer: added a setting for specifying a code-signing identity in Xcode builds. 2014-01-07 15:36:38 +00:00
jules
45b49f84d1 Introjucer: moved the definition of a BinaryData constant into the header file. 2014-01-05 16:42:37 +00:00
jules
eee868ae02 Introjucer: projects now include a JUCE_APP_VERSION macro containing the version number. 2014-01-04 18:26:03 +00:00
jules
ecaf9eb1ac Introjucer: made sure that preprocessor tokens are replaced in the binary name used. 2014-01-04 13:03:16 +00:00
jules
d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 2014-01-02 14:33:06 +00:00
jules
16469fefe9 Spelling fix. 2013-12-30 15:49:32 +00:00
jules
4e085e7707 Introjucer: added a "save all" command. 2013-12-29 11:23:13 +00:00
jules
b439a1a4a3 Introjucer: added support for link-time code gen and non-IEEE math support on OSX + MSVC. 2013-12-28 15:51:10 +00:00
jules
4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jules
a2705927c9 Introjucer: tweak to the VS2010 toolset types. 2013-12-23 11:09:49 +00:00
jules
b6a907290b Introjucer: added option to set the toolset in VC2010 projects. 2013-12-22 18:49:00 +00:00
jules
64a38ea6ee Sanity-checked places where introjucer GUI editor added TRANS macros. 2013-12-19 18:31:32 +00:00
jules
dcb7e61ed5 Redesigned CoreAudio for better handling of separate in/out devices. 2013-12-18 22:48:26 +00:00