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

8628 commits

Author SHA1 Message Date
Tom Poole
1c037e07be CLion: Fixed a hardcoded cmake executable name 2018-01-29 17:20:51 +00:00
Tom Poole
8c0f0815f0 iOS: Added memory warning callbacks 2018-01-29 15:11:56 +00:00
Tom Poole
57a75bc990 MacOS: Fixed an intermittent crash when closing a window from kiosk mode 2018-01-29 11:37:34 +00:00
ed
16c942fd54 Recall some button states in DSP module plugin demo 2018-01-29 09:50:17 +00:00
ed
771025cccf Projucer: Increased the character limit of some TextPropertyComponents in the project settings 2018-01-29 08:39:14 +00:00
ed
6dcc41c9a8 Fixed a bug in AlertWindow layouts when using LookAndFeel_V4 2018-01-26 10:17:26 +00:00
Noah Dayan
365507d7fd Fixed typo in juce_SIMDRegister.h 2018-01-26 09:03:34 +00:00
Tom Poole
224d0a9325 Fixed a bug setting the number of decimal places in a String 2018-01-25 11:03:30 +00:00
Tom Poole
50ff2c5bc3 AAX: Removed an unused variable 2018-01-25 10:29:22 +00:00
Noah Dayan
6fd3e9cd2f Add documentation to juce_MPENote.h 2018-01-24 10:06:44 +00:00
Noah Dayan
98f1998477 Fix enum documentation in juce_MPEInstrument.h 2018-01-23 14:49:39 +00:00
Noah Dayan
3656cbd4cf Fix documentation error in juce_MPEInstrument.h 2018-01-23 14:42:46 +00:00
Noah Dayan
4ce06a1f77 Fixed typo in juce_MPESynthesiser.h 2018-01-23 14:40:14 +00:00
jules
b56e7560a7 Added some missing logic to flexbox 2018-01-23 14:06:26 +00:00
Noah Dayan
e1abac681d Fixed typos in juce_SIMDRegister.h 2018-01-23 10:56:05 +00:00
ed
61ba218a75 Some code cleanup in the MPE classes 2018-01-23 10:16:54 +00:00
ed
c715b069b5 OpenGL: Revert commits 515f484 and 0a15be7 and calculate scale factor using relative bounds instead 2018-01-22 14:46:02 +00:00
ed
d668adb81b Projucer: Code cleanup 2018-01-22 12:30:19 +00:00
ed
1f405d6cd5 Projucer: Some reshuffling in the exporters tree to allow build configurations to be deleted with the backspace key 2018-01-22 11:29:23 +00:00
ed
cd24d14000 Projucer: Fixed a missing argument in the simple content component template 2018-01-22 09:11:44 +00:00
ed
8924eda7b7 Projucer: Fix for toggle button not showing in the "Application Usage Data" window 2018-01-22 08:53:10 +00:00
Tom Poole
4c44d96fdf Added an initialiser list based ValueTree constructor 2018-01-19 16:22:15 +00:00
Noah Dayan
e690350df3 Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 2018-01-18 15:23:57 +00:00
ed
6d8d90e9d8 Fixed a typo 2018-01-18 15:17:17 +00:00
ed
ce253595f2 Projucer: Added some options to the SVG path converter to toggle stroke/fill and closing sub-paths 2018-01-18 11:20:29 +00:00
Tom Poole
b434b320a1 Fixed an intermittent test failure 2018-01-18 10:17:30 +00:00
ed
3f2678b38e Projucer: Some code cleanup in Project.h/.cpp 2018-01-18 09:46:39 +00:00
ed
780902b492 Projucer: Fixed a bug where preprocessor definitions weren't being parsed initially and fixed a typo 2018-01-18 09:44:37 +00:00
Noah Dayan
bed0f02e54 Projucer: Cleaned up templates and added options for header and cpp file creation 2018-01-17 16:51:07 +00:00
Tom Poole
1b2e21d867 Fixed a bug with some ifdeffed VST3 code in the AudioProcessor definition 2018-01-17 15:24:05 +00:00
ed
c0c709f10b Projucer: More code cleanup 2018-01-17 14:42:58 +00:00
Noah Dayan
77c3d790a5 Added helper objects to Label and Slider to allow lambda callbacks 2018-01-17 14:31:05 +00:00
jules
5ca8427840 Minor fix for VS2017 in the MPETest project 2018-01-17 13:48:32 +00:00
ed
2d43125a95 Projucer: Cleaned up the exporter code 2018-01-17 12:48:38 +00:00
Tom Poole
646aebb77e Linux: Fixed a MIDI port read/write mixup 2018-01-17 12:14:45 +00:00
Noah Dayan
1c21f34e21 Fix typo in juce_Button.h 2018-01-17 11:53:49 +00:00
Tom Poole
aed439ab4f Linux: Fixed a leaking XWindowSystem 2018-01-17 11:49:13 +00:00
jules
415f0e4c90 Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 2018-01-17 11:23:12 +00:00
ed
7912349b55 Projucer: Cache preprocessor defs to reduce save time 2018-01-17 09:24:55 +00:00
jules
7d24b39f18 Cranked up the Clang warning level in the projucer, and fixed a few minor warnings 2018-01-16 17:15:06 +00:00
Tom Poole
4746337ecc Fixed a bug in the InterAppAudioEffect demo 2018-01-16 16:38:18 +00:00
jules
13cbb960f4 Fixed a warning on Android 2018-01-16 12:52:25 +00:00
jules
e2688eec0a Added methods AbstractFifo::read() and AbstractFifo::write() which return a scope-based object to make it easy to hold, release and iterate blocks of items. 2018-01-16 12:38:44 +00:00
Tom Poole
dfa94c8425 Added some documentation to the AudioProcessorValueTreeState class 2018-01-16 12:10:04 +00:00
Tom Poole
df40cad110 VST3: Pass meter values to hosted plug-ins 2018-01-16 12:02:19 +00:00
Tom Poole
56fb522185 VST3: Detect when parameters are automatable when hosting 2018-01-16 11:44:05 +00:00
Tom Poole
f876b9f5df Minor formatting fixes 2018-01-15 17:27:46 +00:00
Tom Poole
0e7c503720 Lowered the minimim supported version of clang 2018-01-15 13:00:27 +00:00
Tom Poole
7d943e76dc Tidied up some module dependencies 2018-01-15 12:20:35 +00:00
jules
2e3c8a351b Added a sleep to ChildProcess::waitForProcessToFinish() to avoid it wasting CPU 2018-01-15 12:02:20 +00:00