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

4923 commits

Author SHA1 Message Date
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
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
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
hogliux
e65708eb4c Added colour ids to modify the colours of the TableHeaderComponent 2017-08-16 12:35:27 +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
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
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
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
jules
3265de83bd Added a method SynthesiserVoice::setKeyDown 2017-08-11 09:03:25 +01:00
jules
47284a4209 Improved some comments in OpenGLAppComponent 2017-08-11 09:02:30 +01:00
jules
aed0e13745 Workaround for an edge-case involving sustain + sostenuto pedal parsing in the Synthesiser class. Also gave that class a quick spring-clean internally 2017-08-10 15:49:42 +01:00
jules
5e4fd94b8f SVG parser: if font-size is unspecified for text, a non-zero default size is used 2017-08-10 15:09:23 +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
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
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
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