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

6183 commits

Author SHA1 Message Date
Timur Doumler
94eb1e61f4 Fixed broken RTAS compilation on Visual Studio. 2016-02-25 23:32:35 +00:00
Timur Doumler
3f50693025 AudioPluginDemo: removed deprecated input/outputChannel methods to avoid compiler warning. 2016-02-25 23:26:18 +00:00
jules
56b6efbbad Made sure that String::toCFString() never returns a null pointer 2016-02-25 16:53:14 +00:00
jules
efd5bd36cb Made CharPointer_UTF8::isValidString reject some sequences that weren't being detected as illegal 2016-02-25 16:50:11 +00:00
jules
6149a4f649 Avoided an MSVC warning 2016-02-25 14:49:13 +00:00
jules
f8e9c3af6b Added missing range check to LagrangeInterpolator::process() 2016-02-25 14:38:58 +00:00
jules
190a985003 Added typeof operator to javascript parser 2016-02-25 12:39:59 +00:00
jules
90ff2369e2 Fixed a javascript return-else-statement parsing problem 2016-02-25 11:26:30 +00:00
jules
606a503a15 Improved some Windows registry root key handling. 2016-02-25 10:18:43 +00:00
Timur Doumler
1762cdc9c9 Added runtime permissions request to JUCE Demo (recording tab) and MidiTest example app, added matching permissions to manifest, removed ant exporter, and re-saved both projects. 2016-02-25 10:15:45 +00:00
Timur Doumler
9ea874428c Added feature RuntimePermissions, which allows to request permissions at runtime to access the microphone and bluetooth (required for Android apps using SDK Level 23 and above). 2016-02-25 10:12:30 +00:00
Timur Doumler
c8428f2168 AudioPerformanceTest: increased slider sensitivity so the CPU load can be tuned more precisely from the GUI. 2016-02-24 17:01:07 +00:00
jules
c01091895b Refactored some internal code in Socket 2016-02-24 11:50:58 +00:00
jules
e66762d81f Added writing-direction flags to OSX font layout generation 2016-02-24 10:17:17 +00:00
Timur Doumler
08c5c52061 Reverted a change that broke RTAS compilation on OS X (commit 672b07b9). 2016-02-23 17:33:25 +00:00
jules
b3f4be1646 Introjucer: Slight improvement to --fix-broken-include-paths 2016-02-23 11:03:21 +00:00
jules
cb1c17b9f1 Avoided a redefinition warning in a particular GCC setup 2016-02-23 10:45:50 +00:00
jules
672b07b9ac Added explicit namespaces to some RTAS code 2016-02-23 10:08:46 +00:00
jules
5d23645ca2 Workaround for some OSX10.11 repaint region coalescing problems 2016-02-23 10:01:57 +00:00
jules
70a3db1cb1 Added method PluginHostType::isProTools() 2016-02-22 18:05:38 +00:00
jules
328652c3ad Added some workarounds in the OSX windowing code to help keep window resizing smooth when components are repainting at high speeds (only seems to be an issue since OSX 10.11) 2016-02-22 18:00:05 +00:00
hogliux
688969da20 Fix missing window decorations in KDE 2016-02-22 16:39:44 +00:00
jules
79332132b5 Fixed a mistake in the demo plugin. 2016-02-22 12:27:59 +00:00
hogliux
203e4e8c67 Fix a bug where AUs would incorrectly return an error when Logic tries to decrease the number of buses 2016-02-22 11:37:02 +00:00
jules
6fba61fdeb Allowed mouse-wheel events to be delivered while the mouse button is down 2016-02-22 10:54:20 +00:00
hogliux
5a05478861 Fix typos in GenericEditor.h and check for nullptrs 2016-02-22 10:26:48 +00:00
jules
5ca221ee11 Made Viewport remove the old viewed component when setViewedComponent is called, even if it doesn't own it 2016-02-22 10:13:39 +00:00
jules
83e1348ebf Corrected a typo in a comment 2016-02-20 10:39:49 +00:00
jules
35ee44df80 Added a new command-line option to the Introjucer: --fix-broken-include-paths, which will fix the relative #includes for all files within a folder. Very handy if you have a large project and are restructuring it by shuffling files around. 2016-02-20 10:27:19 +00:00
jules
b5907fa90d Normalised some divider comments 2016-02-20 09:45:43 +00:00
hogliux
c64fcd72e9 Add automation support to the GenericEditor sample code 2016-02-19 16:54:58 +00:00
jules
cb6085733f Fixed a minor leak in posix WaitableEvent 2016-02-19 16:01:09 +00:00
hogliux
be34912b67 Remove unnecessary copying of channels in VST2 wrapper 2016-02-19 15:18:45 +00:00
hogliux
32e34bc808 Fix ugly noise feedback bug for AUs in Logic 2016-02-19 12:31:37 +00:00
hogliux
f4ac12820c Fix channel names in surround channel layouts 2016-02-19 10:22:37 +00:00
jules
5c05483fbb Fixed a minor typo in the Component docs. 2016-02-18 17:40:45 +00:00
jules
6b75e59e1f Added some behind-the-scenes functions for creating snapshots of native windows 2016-02-18 17:37:20 +00:00
jules
16466371f0 Added ability for ImageType::convert() to work on formats with different pixel strides 2016-02-18 16:44:30 +00:00
jules
cdf525f74a Added an option to AudioDeviceManager::playSound to use the sample across all output channels (and made the test sound do this) 2016-02-18 12:41:48 +00:00
hogliux
8465dea2ac Fixed missing surround format in PluginBusUtilities 2016-02-18 10:35:20 +00:00
jules
8622ec4004 Fixes for the operator= implementations of the AudioParameterXXX classes 2016-02-18 10:30:17 +00:00
jules
613aaa765a Fixed parsing of ISO8601 millisecond fields 2016-02-18 10:04:32 +00:00
jules
2343dc153d Added hidden internal helper function to access plugin carbon window wrappers 2016-02-17 17:05:17 +00:00
jules
5835bbc363 Avoided a warning in the plugin host build 2016-02-17 16:52:18 +00:00
jules
f5ee78595a Added a workaround for a problem in MSVC when using large years in Time::formatted 2016-02-17 16:26:13 +00:00
jules
deae885df4 Avoided a warning in OSX when core graphics is disabled 2016-02-17 16:24:39 +00:00
Timur Doumler
1b8c8bdb5d Introjucer Android Studio export: Switched gradle experimental wrapper version from 0.6.0-alpha5 to 0.6.0-beta5. 2016-02-17 14:44:36 +00:00
jules
eca3a5b232 Fixed a typo in a comment 2016-02-17 14:42:15 +00:00
jules
3fdf969ea2 Added some UTC and ISO8601 methods to the Time class. Also clarified some of its comments and added unit tests 2016-02-17 14:41:44 +00:00
jules
d6f02c9ba4 Avoided a false assertion in ChildProcess 2016-02-17 14:24:53 +00:00