hogliux
|
b83bf4e7ce
|
Windows: Ensure that memory mapped files behave the same on all targets by allowing other code to open the memory mapped file with write priveleges even if the map was created with read priveleges only
|
8 years ago |
hogliux
|
d5249492ae
|
Android: Fixed File::getSpecialLocation (userDocumentsDirectory) to return correct directory on newer Android versions
|
8 years ago |
tpoole
|
450de0d3a6
|
Added a uint8 operator<< to the String class
|
8 years ago |
tpoole
|
6d1fa807f9
|
Fixed some compiler errors when logging debug ALSA output
|
8 years ago |
hogliux
|
a2a0a2cae6
|
Fixed compiler errors when compiling with GNU libstdc++
|
8 years ago |
tpoole
|
3933c5f8f9
|
Removed the sstream header from juce_StandardHeader.h
|
8 years ago |
tpoole
|
9600016294
|
Fixed some undefined (or implementation defined) behavior
|
8 years ago |
hogliux
|
ba1cba9547
|
IAP: Ensured that IAP can compile even on platforms that don't support IAP
|
8 years ago |
jules
|
8cae6f97e2
|
Fixed a typo in the last ThreadPool change
|
8 years ago |
tpoole
|
c84aa57473
|
Removed the unordered_map header from juce_StandardHeader.h
|
8 years ago |
tpoole
|
8408e54637
|
AU: Fixed a compiler warning
|
8 years ago |
hogliux
|
ade10c9328
|
Fixed the of documentation of URL::downloadToFile to align with some changes in a recent commit
|
8 years ago |
hogliux
|
7107d3fe1e
|
AU hosting: Fixed potential compiler error/warning on iOS
|
8 years ago |
hogliux
|
9c5cd5a188
|
BLOCKS: Fixed a potential memory overflow in a recent commit
|
8 years ago |
hogliux
|
8e7a2072eb
|
Wav format reader: fixed an issue where JUCE would assert when reading wave files with a large number of channels
|
8 years ago |
hogliux
|
c779982d38
|
Added an optional usePost parameter to URL::downloadToFile
|
8 years ago |
hogliux
|
842634cd80
|
Added an option to ignore the case when getting an entry inside a zip file with ZipFile::getEntry
|
8 years ago |
Lukasz Kozakiewicz
|
644ba82e00
|
Android: ensure that web calls are done off the main thread and fix data races.
|
8 years ago |
hogliux
|
ac5797da58
|
Android: Fixed a race condition when switching the buffer size on the Android OpenSL audio device
|
8 years ago |
jules
|
0e95d97404
|
Added a fast parameter ID lookup to the AudioUnit wrapper
|
8 years ago |
jules
|
17fb72f826
|
Tweak to the updating of the popup display value in Slider
|
8 years ago |
jules
|
997c669260
|
VST: made sure the VstSpeakerConfiguration is never created with a size smaller than the original structure definition
|
8 years ago |
hogliux
|
bd6ca234cb
|
Added Oversampling processor to DSP module
|
8 years ago |
tpoole
|
945b3e8a14
|
DSP: Added template specialisations of the Matrix class
|
8 years ago |
ed
|
12e99c7152
|
Allow select all key command for read-only TextEditors
|
8 years ago |
hogliux
|
88c734d28d
|
Fixed a crash when performing layout on an empty Grid using auto flow and added a few Margin convenience constructors
|
8 years ago |
jules
|
4e69133e54
|
Added method ThreadPool::moveJobToFront()
|
8 years ago |
ed
|
dc8033633c
|
Added a virtual getTabButtonFont() method to TabbedButtonBar::LookAndFeelMethods
|
8 years ago |
tpoole
|
d2967de994
|
Fixed some compiler errors when creating AU plug-ins with Xcode 9
|
8 years ago |
jules
|
383c1678ce
|
Worked around a compiler warning
|
8 years ago |
tpoole
|
d59ac51067
|
Deleted the String (bool) constructor to prevent nasty type conversion edge cases
|
8 years ago |
ed
|
8b81379c46
|
Fixed a bug where PopupMenus with a border size of 0 were being immediately dismissed
|
8 years ago |
tpoole
|
041feb1688
|
Added operator<< bool to the String class
|
8 years ago |
hogliux
|
e61292fe57
|
DSP: Added hint flag to tell juce's FFT to only calculate positive frequencies when perforing real to complex transforms
|
8 years ago |
tpoole
|
8424030e50
|
Fixed a bug where floating point numbers were parsed using the system's locale
|
8 years ago |
hogliux
|
42826ae93c
|
BLOCKS: Fixed issue preventing update of blocks version numbers after updating over API/DNA/Topology.
|
8 years ago |
tpoole
|
6383b05d7f
|
VST3: Fixed some VST3 hosting compiler errors on Windows
|
8 years ago |
jules
|
a0d8137fea
|
Tidied up the DefaultHashFunctions methods, to avoid some edge-case values and avoid using abs()
|
8 years ago |
hogliux
|
a5311ff753
|
Fixed a few harmless sign conversion warnings in the dsp's SIMD code
|
8 years ago |
hogliux
|
f516b97a25
|
Fixed some warnings when using JUCE_SNAP_TO_ZERO on non x86 processors
|
8 years ago |
tpoole
|
372bc66c9d
|
Doxygen: Add top-level LittleFoot functions group
|
8 years ago |
tpoole
|
25b1390a4a
|
Doxygen: Remove groups from LittleFoot functions
|
8 years ago |
hogliux
|
ffdc318d7f
|
iOS/Android PlugIn Standalone: Fixed an issue where midi callbacks would be added twice
|
8 years ago |
hogliux
|
b56e3890c2
|
Added AudioProcessor::updateTrackProperties callback to inform plug-ins about track colour and name changes
|
8 years ago |
hogliux
|
b2ae412e26
|
Android: Replaced jni type in JUCE header with generic void* to avoid compilation errors if the user does not include jni.h
|
8 years ago |
hogliux
|
51311ce8f7
|
macOS: Fixed an issue where the menuIndex was shifted by one when using the native macOS menu bar
|
8 years ago |
jules
|
ac9ccc0dfd
|
Avoided unnecessarily including the grid unit test code
|
8 years ago |
hogliux
|
8892026ec7
|
Android: Fixed a bug where getCurrentRawMousePosition() would incorrectly return the mouse position local to the peer that had the last touch event
|
8 years ago |
hogliux
|
0fd1a69525
|
AU/Auv3: Added workaround for compiler issue when initialising CoreAudio's AudioChannelLayout structure using braces
|
8 years ago |
hogliux
|
e65708eb4c
|
Added colour ids to modify the colours of the TableHeaderComponent
|
8 years ago |