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

7680 commits

Author SHA1 Message Date
hogliux
a092c19bcc Added In-App Purchase sample code app 2017-08-10 12:05:46 +01:00
hogliux
3d379863f1 Revert commit (as already applied with earlier commit): Ensure that IAP requests will still succeed even if the IAP service did not yet bind to our app 2017-08-10 12:04:47 +01:00
hogliux
cd46000927 Projucer: sign the apk with user provided credentials in both debug and release mode 2017-08-10 11:51:52 +01:00
hogliux
0413331cc3 Android IAP: Ensure that IAP requests will still succeed even if the IAP service did not yet bind to our app 2017-08-10 11:43:40 +01:00
hogliux
38f9e951bb SoundPlayer: Added support for automatic sample rate conversion when playing audio from AudioFormatReaders 2017-08-10 11:41:25 +01:00
jules
b653e838d0 Tweaked the order in which properties are set when TreeViewItems are added, and did some internal modernisation of the TreeView classes 2017-08-10 11:13:01 +01:00
hogliux
cd74131729 IAP Android: Delay IAP responses if IAP android service did not bind to our app yet 2017-08-10 09:13:17 +01:00
hogliux
803800376b IAP: Fixed a compiler error on linux and windows 2017-08-10 09:12:30 +01:00
hogliux
3c871602dc Re-saved all projects 2017-08-09 20:16:55 +01:00
hogliux
df91b15455 Added in-app purchase feature to JUCE 2017-08-09 20:15:17 +01:00
jules
3df7f8ff8b Did a bit of minor modernising in Graphics + Path 2017-08-09 10:41:08 +01:00
jules
82e9d47416 Tweaked a LookAndFeel_V2 method to avoid a subtle rectangle rendering glitch 2017-08-09 10:40:11 +01:00
ed
b9ea65b0c1 Projucer: Fixed a couple of potential race conditions when saving a project 2017-08-08 14:36:09 +01:00
hogliux
60c664c83c WASAPI: Fixed an issue where the AudioIODevice would not be stopped if the system goes to sleep 2017-08-08 14:29:37 +01:00
hogliux
368d2542a1 VST2: Fixed an issue with resizing plug-ins in Ableton Live 2017-08-08 09:26:30 +01:00
jules
8c0331b605 Avoided a VS warning 2017-08-08 09:08:21 +01:00
ed
3947df98a9 Fixed a scaling bug when doing drag auto-repeat 2017-08-07 16:41:25 +01:00
hogliux
530bdf6f45 Fixed an assertion when using an IncDec slider with the AudioProcessorValueTree 2017-08-07 11:36:57 +01:00
hogliux
293e746e57 Fixed a live-build compiler-error when building the DSP module 2017-08-07 10:56:28 +01:00
jules
3c43707a54 Avoided some assertions drawing very small ToggleButtons 2017-08-07 10:40:25 +01:00
jules
0ca253856b Added a method DrawableButton::getEdgeIndent() 2017-08-07 09:54:49 +01:00
jules
1801193b5d Improved comments in AsyncUpdater 2017-08-07 09:43:41 +01:00
hogliux
1b7d30f0f4 Android: Moved more Java code into C++ 2017-08-04 18:49:14 +01:00
ed
b2db1f48c1 Defined some Windows touch API flags that were not defined when compiling using MinGW 2017-08-04 17:44:42 +01:00
hogliux
662cf06a52 Projucer: Don't delete the entire src/main/java folder when re-saving Android projects 2017-08-04 12:01:18 +01:00
ed
7ca714dfbb Projucer: Fixed a bug in the iOS exporter where app group entitlements weren't being added correctly 2017-08-04 11:58:38 +01:00
ed
6d1a0acd07 Projucer: Added a workaround for some errors when using the live-build engine with the XCode 9 beta 2017-08-04 11:57:26 +01:00
hogliux
1b964e98c2 Fixed the SimpleFFT sample code 2017-08-04 09:50:54 +01:00
jules
405152fc24 Fixed a deprecation warning in OSX 10.12 2017-08-03 17:49:44 +01:00
ed
ca061af7b6 Fixed a warning in last commit 2017-08-03 14:48:37 +01:00
ed
0d1ed9ba99 Projucer: Improved method for saving and restoring previously selected GUI component tabs 2017-08-03 14:37:47 +01:00
jules
39cb22cf5e Fixed a problem with the SVG parser 2017-08-03 09:03:18 +01:00
hogliux
6d49b9d99c Re-saved all projects 2017-08-02 18:36:10 +01:00
hogliux
c02ef79fd6 Bump version number to 5.1.1 2017-08-02 18:35:29 +01:00
ed
df06909979 Projucer: Added juce_dsp to the list of JUCE module IDs 2017-08-02 11:38:54 +01:00
ed
956d16bf8d Projucer: Fixed a bug in the GUI editor where some paint element properties weren't being displayed 2017-08-02 08:18:42 +01:00
hogliux
606a81cc14 DSP: Fixed a potential crash when using the default constructor of ProcessorDuplicator 2017-08-01 18:06:41 +01:00
jules
2bbd2b9785 Added CSS Grid classes 2017-08-01 16:22:19 +01:00
tpoole
fe134173f6 iOS: Fixed an openURL iOS 10 deprecation 2017-08-01 15:37:19 +01:00
tpoole
f755050df5 Projucer: Added additional iOS deployment target versions 2017-08-01 14:37:29 +01:00
tpoole
6e818d42f4 Documentation fixes 2017-08-01 11:23:17 +01:00
jules
9d692d0d8b Added some ThreadPool::addJob methods that take lambdas 2017-08-01 10:55:09 +01:00
jules
ab4013e289 Added method Thread::launch() to run lambdas on an anonymous thread 2017-08-01 10:54:59 +01:00
jules
50183e5318 Bit of tidying up in Component 2017-08-01 10:08:09 +01:00
tpoole
7c4a23bac7 Documentation fixes 2017-07-31 18:29:53 +01:00
ed
49ef5b4318 Fixed a couple of warnings in last commit 2017-07-31 17:40:53 +01:00
ed
b1ea737d54 Projucer: Added some layout features to the GUI editor to allow alignment of selected components and paint elements and multi-select positioning and resizing 2017-07-31 17:24:57 +01:00
hogliux
52fb43b1a7 Windows: Added windows implementation for SystemStats::getDeviceDescription 2017-07-31 15:57:07 +01:00
hogliux
264ccf5191 Fixed a compiler error when using the default constructor of dsp::IIR::Filter 2017-07-31 15:55:10 +01:00
hogliux
dfab56c449 Removed extra build-steps in DSP module plugin demo 2017-07-31 15:52:33 +01:00