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

8687 commits

Author SHA1 Message Date
Tom Poole
2a66f4a00e Added the correct license banner to the files in the juce_analytics module 2018-01-15 10:01:13 +00:00
Tom Poole
e951be4e72 Added the correct license banner to the files in the juce_analytics module 2018-01-15 09:59:17 +00:00
Tom Poole
61459ad24f Added thread safe methods for getting and setting the AudioProcessorValueTreeState state 2018-01-12 16:25:01 +00:00
ed
bb5dd6aaa6 Projucer: Fixed a typo 2018-01-12 15:48:50 +00:00
Lukasz Kozakiewicz
f2fc06b447 Android: add utility macro to log JNI references table. 2018-01-12 13:36:56 +01:00
Lukasz Kozakiewicz
6e5b6b3eb1 Android: fix JNI local references leak in JNIClassBase. 2018-01-12 13:36:48 +01:00
ed
642061a31b Projucer: Used Button::onClick to simplify some code 2018-01-12 10:44:23 +00:00
Noah Dayan
1d43cdb508 Add missing documentation to juce_AudioAppComponent.h 2018-01-12 10:27:13 +00:00
ed
0a15be729e OpenGL: Apply Component's transform when invalidating 2018-01-11 16:57:27 +00:00
Noah Dayan
61418912bc Fix documentation typo in juce_ColourSelector.h 2018-01-11 12:48:43 +00:00
jules
057bb262dd Enabled std::atomic for Android 2018-01-11 09:08:51 +00:00
jules
8d09eaadb6 Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
ed
e5ddf29bf9 Projucer: Removed some calls to trim() when getting the plugin and plugin manufacturer code 2018-01-11 09:06:21 +00:00
jules
1a60fa9765 More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
jules
48a5fbd333 Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
jules
5b13063162 Fixed a typo in comments 2018-01-10 11:48:06 +00:00
Tom Poole
49c36a20e0 Windows: Fixed an issue getting file icons with an alpha channel 2018-01-09 17:02:30 +00:00
jules
f9313c8338 Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago! 2018-01-09 16:28:14 +00:00
ed
515f4846a5 OpenGL: Take a Component's transform into account when painting 2018-01-09 15:43:14 +00:00
jules
249ab04f76 fixed a typo 2018-01-09 15:27:01 +00:00
jules
7326a37795 Added some missing math constants to the Javascript parser, and a constant MathConstants::sqrt2 2018-01-09 15:15:33 +00:00
jules
78b0ab6442 A few code cleanups 2018-01-09 14:28:08 +00:00
jules
33c0940d74 Cleaned up a few more ScopedPointer uses 2018-01-09 12:22:31 +00:00
ed
3f565bf81f Re-saved all projects 2018-01-09 09:50:38 +00:00
ed
5095bea44a Projucer: Use dynamic runtime linking by default on Windows 2018-01-09 09:47:04 +00:00
jules
7429654b5e Fixed the FlexBox demo to make it update properly 2018-01-09 09:05:17 +00:00
jules
3ec5c17bb1 Misc cleanups relating to ScopedPointer 2018-01-08 18:03:26 +00:00
jules
edea094d7d Added an option to Slider::setVelocityModeParameters() to set the modifier keys 2018-01-08 17:47:07 +00:00
Tom Poole
0f752396a5 VST3: Made MIDI CC parameters non-automatable 2018-01-08 17:30:55 +00:00
Noah Dayan
004360b59e Projucer: Added missing tooltip descriptions 2018-01-08 16:44:03 +00:00
Noah Dayan
75394b19b6 Projucer: Added Help menu for quick access to online documentation 2018-01-08 16:07:20 +00:00
ed
3664575ef1 Update all examples and extras projects to use new Projucer defaults 2018-01-08 15:54:05 +00:00
ed
6e44578a51 Projucer: Remove old code that disabled "JUCE_QUICKTIME" flag 2018-01-08 15:05:33 +00:00
jules
81a76efcd3 Fix for dsp::ProcessorChain when used with a non-replacing context 2018-01-08 12:36:24 +00:00
ed
d6667e31a4 Projucer: Fixed a bug in the audio plugin property editors 2018-01-08 11:49:34 +00:00
ed
1603f21976 Projucer: Update TextPropertyComponentWithEnablement and ChoicePropertyComponentWithEnablement to use ValueWithDefault 2018-01-08 11:36:42 +00:00
jules
4fcedf7be5 Standardised some lambda syntax 2018-01-08 10:28:41 +00:00
Tom Poole
af9526a1c3 DSP: Fixed a bug when oversampling multiple channels 2018-01-08 10:19:57 +00:00
ed
5b32ef4897 Implement the menuActive flag in TextEditor 2018-01-08 10:18:03 +00:00
ed
9046453701 Added a showMenuAsync() method to PopupMenu that takes a std::function 2018-01-08 10:17:32 +00:00
Noah Dayan
381874c20a Fix typo in juce_TemporaryFile.h 2018-01-08 09:17:07 +00:00
ed
728f9b4664 Fixed a typo in the comment above Component::createFocusTraverser() 2018-01-08 08:48:35 +00:00
ed
df35930a4f Projucer: Correct case for some iOS identifiers 2018-01-06 18:52:43 +00:00
ed
73a4730b27 Projucer: Disable LTO by default on Android. Re-saved all Android projects 2018-01-05 17:50:20 +00:00
ed
12bad3008b Re-saved all projects 2018-01-05 17:24:59 +00:00
ed
b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 2018-01-05 17:05:20 +00:00
ed
1d5c75546f Added a new ValueWithDefault class to juce_data_structures and extended ChoicePropertyComponent and TextPropertyComponent to use this class 2018-01-05 14:50:05 +00:00
ed
9717758901 Projucer: Update VS exporter optimisation level options to correspond to the options in VS 2018-01-05 10:24:04 +00:00
ed
aea1aac48c Projucer: Apply typeface name to font when loading painted text from XML 2018-01-04 15:45:41 +00:00
jules
80a7718286 Added some event lambda callbacks for TextEditor and simplified a bit more code using them 2018-01-03 16:34:11 +00:00