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

9166 commits

Author SHA1 Message Date
ed
102203d8a5 Whitespace 2018-06-01 11:56:33 +01:00
ed
1c819c79d0 Projucer: Add cmd/ctrl + p shortcut for saving a project 2018-06-01 11:42:26 +01:00
hogliux
9fee13ba82 Slider: Added missing ComponentPeer flags to the popup display of a slider 2018-05-30 17:33:04 +01:00
hogliux
3e327a5390 Ensured that any top-level component transforms are not applied twice 2018-05-30 17:29:56 +01:00
hogliux
b85726a646 BubbleComponent: Correctly convert screen coordinates for BubbleComponents that have a custom AffineTransforms 2018-05-30 17:28:24 +01:00
jules
ea43a1f57d Provided a public field MouseEvent::mouseDownPosition, to provide a floating point version of the mouse-down pos 2018-05-30 14:49:29 +01:00
Lukasz Kozakiewicz
8fd1740ad8 Camera: fix broken CameraDevice listener on Mac that would trigger only once always. 2018-05-29 17:51:33 +02:00
hogliux
8377a6406b Scaling: Ensured that the Slider's PopupDisplayComponent will have the same transform applied as the Slider itself 2018-05-29 11:43:30 +01:00
hogliux
b632360518 Fixed missing position update in MemoryAudioSource 2018-05-29 10:49:56 +01:00
ed
1d4555fd58 Add Magix Sequoia to PluginHostType 2018-05-25 11:56:15 +01:00
ed
11e790094e Projucer: Fix a typo in the --set-global-search-path help text and allow quoted paths 2018-05-25 11:52:08 +01:00
Noah Dayan
613f40d0c2 Demorunner: Fixed device manager bug in BlocksSynthDemo.h 2018-05-25 11:42:00 +01:00
hogliux
f574b9d962 VS2013: Fixed a VS2013 compiler error in the AudioPluginHost 2018-05-25 08:53:48 +01:00
Noah Dayan
f2824e96ef Fixed typos in the DSP module 2018-05-24 10:08:39 +01:00
hogliux
cfb071d52f PlugIns: Ensured that the midi buffer is allocated with a reasonable size before the plugin starts processing 2018-05-24 09:44:50 +01:00
ed
848ab56465 Projucer: Don't overwrite newer global settings file when migrating Introjucer settings 2018-05-23 09:07:51 +01:00
jules
aba7a80ffb Added missing juce namespace to JUCE_DECLARE_WEAK_REFERENCEABLE macro 2018-05-22 17:33:55 +01:00
ed
5beddce629 BLOCKS: Fix an issue where firmware ACK messages could be read out of order 2018-05-22 16:52:17 +01:00
hogliux
d37187c959 Re-named AudioProcessor in previous commit to not be plug-in format specific 2018-05-22 14:40:14 +01:00
hogliux
4d0b1167f0 AAX: Added support for EQ curve graphs via a new AudioProcessor callback AudioProcessor::getAAXCurve 2018-05-22 12:51:57 +01:00
Tom Poole
009eb887ef APVTS: Fixed an inconsistency between ComboBoxAttachment IDs and parameter values 2018-05-21 18:12:15 +01:00
ed
eed45b7462 Projucer: Mark modified files with an asterisk in the file tree panel 2018-05-21 17:03:46 +01:00
hogliux
c967a398fb Linux Midi: Fixed a typo which prevented virtual midi outputs from working 2018-05-21 15:25:27 +01:00
jules
271f519234 Tidied up some broken use of std::unique_ptr for holding linux handles 2018-05-21 14:47:21 +01:00
Tom Poole
0469fde310 Fixed a data race when iterating directory contents 2018-05-21 13:17:16 +01:00
Tom Poole
1fd3df6278 macOS: Fixed a data race in URL connections 2018-05-21 13:13:30 +01:00
ed
783b6b7baf Projucer: Fixed a bug in the GUI builder's relative #include path when adding Viewport content 2018-05-21 09:04:10 +01:00
jules
a4c51494bf Made the Direct2D validate after painting 2018-05-19 11:42:48 +01:00
ed
c5be8e0722 Projucer: Save all open documents when saving a project via the GUI 2018-05-18 09:07:35 +01:00
Lukasz Kozakiewicz
70ad10155f Projucer: add option to Xcode exporter to embed a framework in an app bundle. 2018-05-17 15:40:16 +01:00
jules
2733b4c9a6 Made the error message text in OnlineUnlockStatus customisable 2018-05-17 15:24:38 +01:00
ed
6f65cf0f7b Fixed a bug when parsing IP address strings 2018-05-17 14:36:28 +01:00
hogliux
876aaf49e7 Allow multiple TooltipWindows as long as they do not share the same parent component 2018-05-17 12:49:19 +01:00
ed
c154024641 Added a missing call to zeroUnusedBytes() in the String constructor of IPAddress 2018-05-17 12:48:26 +01:00
Tom Poole
a99cac4af4 Fixed some MIDI message descriptions in the MIDI example code 2018-05-17 12:02:37 +01:00
hogliux
5b9a07ec2e PluginHost: Fixed a bug where the PluginHost would always ask to save the file even if it wasn't changed 2018-05-17 11:43:16 +01:00
hogliux
aec8c367fe macOS: Only apply recent gl fix to shared windows and not to all of them 2018-05-16 11:59:27 +01:00
Lukasz Kozakiewicz
afd28b2c57 Re-save all projects. 2018-05-16 10:12:43 +01:00
Lukasz Kozakiewicz
5862d832e6 Android: fix crash when accessing system clipboard. 2018-05-16 10:12:36 +01:00
Noah Dayan
f737fc0882 Fixed a documentation warning in juce_MidiFile.h 2018-05-15 17:34:08 +01:00
ed
8e463b4051 Various improvements and bug-fixes to the IPAddress class - added more comparison operators and support for IPv4-mapped IPv6 addresses 2018-05-15 17:28:00 +01:00
hogliux
2362ca9125 macOS: Fixed a crash in a recent commit when an on-desktop component is deleted 2018-05-15 15:42:21 +01:00
hogliux
e91def7fae OpenGL: Fixed an issue where components using OpenGL would not be restarted correctly when used in the FX docker window in Reaper 2018-05-15 12:03:20 +01:00
ed
f70a450bd4 Ensure that ComboBox::menuActive flag is set when calling showPopup() 2018-05-15 11:00:02 +01:00
hogliux
4ecd7eb8e8 Do not assert in ScopedPointer::reset if you are resetting to a nullptr 2018-05-15 10:37:57 +01:00
ed
516f053006 Removed the default bool argument from static IPAddress::any() method 2018-05-15 10:27:45 +01:00
Lukasz Kozakiewicz
315326477d Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs. 2018-05-14 18:15:06 +01:00
hogliux
dc7217fbbb DSP: Fixed a bug in AudioBlock::multiply where the linear smoothed value would not be applied 2018-05-14 18:02:06 +01:00
hogliux
7d056e2670 Tidied up some macOS ObjC conversion methods 2018-05-14 17:11:58 +01:00
ed
ddc2f9cc4c Added an assertion to ScopedPointer to catch people resetting it to itself 2018-05-14 17:08:48 +01:00