jules
|
383c1678ce
|
Worked around a compiler warning
|
2017-08-23 10:06:56 +01:00 |
|
tpoole
|
d59ac51067
|
Deleted the String (bool) constructor to prevent nasty type conversion edge cases
|
2017-08-23 09:27:58 +01:00 |
|
ed
|
8b81379c46
|
Fixed a bug where PopupMenus with a border size of 0 were being immediately dismissed
|
2017-08-22 16:48:35 +01:00 |
|
tpoole
|
041feb1688
|
Added operator<< bool to the String class
|
2017-08-22 16:19:39 +01:00 |
|
hogliux
|
e61292fe57
|
DSP: Added hint flag to tell juce's FFT to only calculate positive frequencies when perforing real to complex transforms
|
2017-08-22 13:54:38 +01:00 |
|
tpoole
|
8424030e50
|
Fixed a bug where floating point numbers were parsed using the system's locale
|
2017-08-22 13:05:05 +01:00 |
|
ed
|
da6452ac0f
|
Projucer: Changed some keypresses for 'View' menu items to avoid clashes
|
2017-08-22 12:13:45 +01:00 |
|
hogliux
|
42826ae93c
|
BLOCKS: Fixed issue preventing update of blocks version numbers after updating over API/DNA/Topology.
|
2017-08-22 11:55:51 +01:00 |
|
tpoole
|
6383b05d7f
|
VST3: Fixed some VST3 hosting compiler errors on Windows
|
2017-08-21 18:18:47 +01:00 |
|
tpoole
|
f7bc550f58
|
Projucer: Remember the directory of a previously created project
|
2017-08-21 14:27:40 +01:00 |
|
ed
|
69868df248
|
Projucer: asynchronously show the '.jucer file has been modified...' alert window to avoid crash
|
2017-08-21 12:37:31 +01:00 |
|
jules
|
a0d8137fea
|
Tidied up the DefaultHashFunctions methods, to avoid some edge-case values and avoid using abs()
|
2017-08-21 11:45:24 +01:00 |
|
hogliux
|
a5311ff753
|
Fixed a few harmless sign conversion warnings in the dsp's SIMD code
|
2017-08-21 11:07:22 +01:00 |
|
hogliux
|
f516b97a25
|
Fixed some warnings when using JUCE_SNAP_TO_ZERO on non x86 processors
|
2017-08-21 11:06:51 +01:00 |
|
tpoole
|
372bc66c9d
|
Doxygen: Add top-level LittleFoot functions group
|
2017-08-21 09:52:31 +01:00 |
|
tpoole
|
25b1390a4a
|
Doxygen: Remove groups from LittleFoot functions
|
2017-08-21 09:15:36 +01:00 |
|
hogliux
|
ffdc318d7f
|
iOS/Android PlugIn Standalone: Fixed an issue where midi callbacks would be added twice
|
2017-08-19 11:14:53 +01:00 |
|
hogliux
|
b56e3890c2
|
Added AudioProcessor::updateTrackProperties callback to inform plug-ins about track colour and name changes
|
2017-08-18 17:52:23 +01:00 |
|
tpoole
|
6ead92430e
|
Doxygen: Don't create groups for "native" directories
|
2017-08-18 12:36:00 +01:00 |
|
tpoole
|
ee205849f0
|
Doxygen: Removed duplicated Doxygen configuration
|
2017-08-18 11:33:27 +01:00 |
|
ed
|
e3f64eb1e3
|
Projucer: Added a missing space in the Makefile exporter
|
2017-08-18 11:20:27 +01:00 |
|
hogliux
|
b2ae412e26
|
Android: Replaced jni type in JUCE header with generic void* to avoid compilation errors if the user does not include jni.h
|
2017-08-18 09:17:16 +01:00 |
|
tpoole
|
75c299025a
|
Projucer: Added code to handle JucePlugin_IsMidiEffect in the new audio plug-in template
|
2017-08-17 15:51:11 +01:00 |
|
tpoole
|
c68838cecc
|
Added support for nested classes in Doxygen groups
|
2017-08-17 15:41:41 +01:00 |
|
hogliux
|
51311ce8f7
|
macOS: Fixed an issue where the menuIndex was shifted by one when using the native macOS menu bar
|
2017-08-17 11:17:53 +01:00 |
|
jules
|
ac9ccc0dfd
|
Avoided unnecessarily including the grid unit test code
|
2017-08-17 11:11:20 +01:00 |
|
hogliux
|
8892026ec7
|
Android: Fixed a bug where getCurrentRawMousePosition() would incorrectly return the mouse position local to the peer that had the last touch event
|
2017-08-16 17:59:24 +01:00 |
|
hogliux
|
0fd1a69525
|
AU/Auv3: Added workaround for compiler issue when initialising CoreAudio's AudioChannelLayout structure using braces
|
2017-08-16 13:34:48 +01:00 |
|
ed
|
1bea9dd0f8
|
Projucer: Set the OSX deployment target of the aggregate target for use in pre-/post-build scripts
|
2017-08-16 12:58:40 +01:00 |
|
hogliux
|
e65708eb4c
|
Added colour ids to modify the colours of the TableHeaderComponent
|
2017-08-16 12:35:27 +01:00 |
|
jules
|
afada01e41
|
Added some autotools folders to the .gitignore
|
2017-08-16 12:19:09 +01:00 |
|
jules
|
1f9f9bd6e2
|
BLOCKS API: Added an internal serial code
|
2017-08-16 11:44:27 +01:00 |
|
ed
|
37cf001599
|
Reduced the minimum height of PopupMenu ItemComponent from 2 to 1
|
2017-08-16 10:52:48 +01:00 |
|
hogliux
|
39ce151636
|
Plugin Host: Fixed a potential crash when creating a new document
|
2017-08-16 10:52:19 +01:00 |
|
ed
|
b7a7563a59
|
Added a virtual getPopupMenuBorderSize() to PopupMenu::LookAndFeelMethods
|
2017-08-16 10:50:42 +01:00 |
|
tpoole
|
8e2ab5eeaa
|
Added a script to create Doxygen groups for modules
|
2017-08-15 16:53:11 +01:00 |
|
ed
|
33535973be
|
Projucer: Update window title when project name changes
|
2017-08-15 15:58:49 +01:00 |
|
ed
|
65fd505a70
|
Projucer: Fixed a typo in Code::Blocks exporter
|
2017-08-15 11:27:05 +01:00 |
|
ed
|
cb1f02696f
|
Fixed a leak in URLConnectionState
|
2017-08-15 10:25:13 +01:00 |
|
jules
|
ef58d3716f
|
Added a missing VST3 header
|
2017-08-15 09:57:46 +01:00 |
|
jules
|
55f536078a
|
Added a parameter to Slider::setPopupDisplayEnabled() to allow the popup to optionally appear on a mouse-over as well as a drag
|
2017-08-15 09:53:29 +01:00 |
|
jules
|
723a15c7a0
|
Removed a few more old compiler workarounds
|
2017-08-14 13:10:40 +01:00 |
|
jules
|
357dd2c9c9
|
Removed some old compiler bug workarounds
|
2017-08-14 12:59:18 +01:00 |
|
hogliux
|
ee4993f0ff
|
Fixed File::getCreationTime() to return the correct creation time on macOS/iOS
|
2017-08-14 11:59:31 +01:00 |
|
ed
|
6b315c4e15
|
Projucer: Fixed a few uninitialised variables
|
2017-08-14 11:31:06 +01:00 |
|
hogliux
|
2fbbb59fef
|
PopupMenu: Minor documentation fix
|
2017-08-14 10:43:35 +01:00 |
|
hogliux
|
4a2a5294a7
|
Added macros JUCE_CONSTEXPR and JUCE_HAS_CONSTEXPR to support constexpr
|
2017-08-14 10:09:15 +01:00 |
|
hogliux
|
7bae8a426b
|
Fixed a potential nullptr dereference in Image::clear()
|
2017-08-14 09:44:10 +01:00 |
|
hogliux
|
825888afba
|
AudioProcessorGraph: Fixed a crash when the processor graph is called with block sizes larger than reported by prepareToPlay
|
2017-08-11 11:45:12 +01:00 |
|
jules
|
dcbe32f527
|
Added some missing move constructors to SortedSet
|
2017-08-11 09:58:23 +01:00 |
|