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

5082 commits

Author SHA1 Message Date
jules
afbec9cf3c Updates to avoid pedantic warnings in gcc. 2015-04-07 14:41:28 +01:00
hogliux
bbe1b0bc01 Do not ignore return-value of AudioPlayHead::getCurrentPosition 2015-04-07 14:39:46 +01:00
jules
3bc4eb3efb Fix for PPC build 2015-04-06 11:29:33 +01:00
Fabian Renn-Giles
ad3c04cdac Remove colour swizzle to fix inverted colour bug on Samsung phones 2015-04-06 11:23:59 +01:00
Fabian Renn-Giles
6d38e890f7 Fix Android compile error with recent isfinite patch 2015-04-06 11:23:50 +01:00
jules
904dd784fa Fix for an obscure Visual Studio warning. 2015-04-01 14:55:16 +01:00
jules
82b4581d2d Fixed a warning in juce_isfinite 2015-04-01 12:28:53 +01:00
jules
05d15e83da Added assertions to RectangleList to warn about rectangles containing INFs. 2015-04-01 12:28:38 +01:00
jules
769c2f4b46 Added isFinite() methods to Point and Rectangle. 2015-04-01 11:58:05 +01:00
jules
5ce5d95064 Added some template specialisation to the juce_isfinite method, so that it can safely be called for integer types too. 2015-04-01 11:48:51 +01:00
jules
a1dfafe2c8 Introjucer: added Android version number 2015-04-01 11:14:41 +01:00
jules
2b5c9b43cf Made AudioDeviceManager prefer to use a device's current sample rate if asked to use a default rate. 2015-03-31 16:43:57 +01:00
jules
2c3c5c793b More refinements to the Synthesiser class voice-stealing algorithm. 2015-03-31 13:58:59 +01:00
jules
f6395d4cda Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 2015-03-31 11:44:10 +01:00
jules
452a1f3475 Made the VST host classes support the "sizeWindow" canDo. The code has always supported the sizing callback, but for some reason the canDo wasn't responded to correctly. 2015-03-30 17:10:17 +01:00
jules
c0ccc756e4 Made it possible to build plugins with JUCE_MODAL_LOOPS_PERMITTED turned off 2015-03-30 14:13:57 +01:00
jules
8fb779e2fb Minor change to avoid a compiler warning. 2015-03-30 14:08:18 +01:00
jules
4eecccfd92 Fix for Ableton plugin window resizing issues. 2015-03-30 12:46:38 +01:00
jules
e84797b508 Introjucer: added options for specifying shared libraries for use on Android. 2015-03-30 12:39:52 +01:00
jules
12f318d3d0 Added an option to allow use of GZIPDecompressorInputStream on gzip format data. 2015-03-30 12:21:48 +01:00
jules
fbdacb87b1 Added notes to some AudioProcessor methods which will eventually be deprecated. 2015-03-30 12:00:49 +01:00
jules
95b4198e2c Removed a couple of superfluous methods from AudioProcessor. 2015-03-28 09:50:20 +00:00
jules
3a89869bdb Removed the -march flag from the introjucer makefile so that it will build on non-Intel architectures 2015-03-27 15:50:57 +00:00
jules
dd249faae4 Fix for linux desktop scale on hi-res displays. 2015-03-27 12:18:58 +00:00
jules
058f8102f8 Added a method to DatagramSocket that can return the sender address when reading. Also updated some internal code in the socket classes. 2015-03-27 12:06:11 +00:00
jules
c66f412224 Optimised performance of String::isEmpty() 2015-03-27 09:24:30 +00:00
jules
c240ca4eaf Added a method OpenGLContext::setImageCacheSize to provide explicit control over the amount of GPU space that is used for the internal image cache. 2015-03-26 18:12:07 +00:00
jules
0217203b50 Fixed a problem when calling JUCEApplication::quit() from a background thread on OSX 2015-03-26 16:56:28 +00:00
jules
6225b5de49 Added support for parameter value<->text conversion in VST and VST3 plugin formats. Also updated the JUCE demo audio plugin code to use the new AudioProcessorParameter class for its params. 2015-03-26 15:40:52 +00:00
jules
18dd0af6c1 Removed assertions about invalid characters in Identifier constructors. 2015-03-26 15:03:44 +00:00
jules
9033f2a9a8 Resaved some example project iOS files. 2015-03-26 11:03:00 +00:00
jules
31f0d5e239 Introjucer: added more options for optimisation levels on GCC/LLVM targets. 2015-03-26 11:02:29 +00:00
jules
af3dc800e4 Added a callback method LabelListener::editorHidden(). 2015-03-25 17:54:33 +00:00
jules
ef4a6ce1a7 Introjucer: Fix iOS 8.1 orientation by adding default orientation flags to the generated project plist. 2015-03-25 17:29:46 +00:00
jules
fe4398754f Added a couple of vDSP optimisations inside FloatVectorOperations 2015-03-25 17:12:32 +00:00
jules
604044188c Fixed an edge-case when expliticly enabling ARM NEON ops on linux. 2015-03-25 16:48:19 +00:00
jules
72b49689bf Fix to make sure that ResizableWindow can't accidentally be dragged without first getting a mouseDown event. 2015-03-25 15:14:46 +00:00
jules
e3dfaff0db Replaced the old LookAndFeel method getTooltipSize() with getTooltipBounds(), which can return a position as well as a size. 2015-03-25 14:51:11 +00:00
jules
eccfffdc6e Added a method PluginListComponent::setScanDialogText() for customising the scan dialog. 2015-03-25 12:52:45 +00:00
jules
9da6f51439 Introjucer: added a field for setting the plugin AudioUnit SDK path. 2015-03-24 17:52:21 +00:00
jules
21fa6e850e Fixed very minor code style imperfection! 2015-03-24 16:58:21 +00:00
jules
4ed044b93c Introjucer: prevented copying hidden source-control sub-folders when module code is copied to the project folder. 2015-03-24 16:56:20 +00:00
jules
426c8fad0b Avoided out-of-range values in OSX magnify gesture callbacks. 2015-03-24 16:19:25 +00:00
jules
699c5a9109 Added a [Constructor_pre] section to introjucer GUI component files. 2015-03-24 16:17:35 +00:00
jules
3bcc182fe9 Fix for blank windows when closing VST windows on Cubase 7 or later. 2015-03-24 16:08:46 +00:00
jules
a4f5faec2d Fix for a crash when deleting FileBrowserComponent under certain circumstances. 2015-03-24 16:00:58 +00:00
jules
7086f673ac Fix for a problem in applying openness to FileBrowserComponent treeviews. 2015-03-24 15:53:04 +00:00
jules
0e591abe0f Introjucer: Stripped a couple of defunct values out of the generated linux makefiles. 2015-03-24 14:42:23 +00:00
jules
8cacb499f1 Documentation correction. 2015-03-24 14:30:34 +00:00
jules
dccd4f0393 Added a flag JUCE_DISABLE_AUDIOPROCESSOR_BEGIN_END_GESTURE_CHECKING which can be used to avoid sanity-checks on plugin parameter gestures 2015-03-24 09:13:10 +00:00