ed
c8d8201aba
Use a GenericAudioProcessorEditor in the standalone wrapper if no editor is provided
6 years ago
ed
1951714776
Linux: Only add libcurl dependency when JUCE_USE_CURL is enabled
6 years ago
ed
a093112c05
Fixed some compiler warnings
6 years ago
Tom Poole
29508fac70
Fixed an issue maintaining kiosk mode on Android
6 years ago
Tom Poole
de13b83ed2
Fixed some compiler warnings
6 years ago
ed
869a9fd994
CoreAudio: Handle ExtAudioFileRead() reading fewer frames than expected
6 years ago
Tom Poole
283521f1df
Fixed some issues with the multithreading demo
6 years ago
ed
a529fbbf47
Don't reset Drawable's AffineTransform when using DrawableButton::ButtonStyle::ImageRaw
6 years ago
ed
302e4a6166
Projucer: Prevent duplicate module headers being added to the project when copying module files locally
6 years ago
ed
8c31fb2511
Projucer: Removed an unused method
6 years ago
ed
77e93e35e4
Linux: Set POLLOUT flag for fds to receive XShm completion events
6 years ago
jules
ac519e541a
Added a constructor to MemoryInputStream that will move from a MemoryBlock
6 years ago
ed
5d83c1485d
Re-saved all projects
6 years ago
ed
2d503c7a9d
Projucer: Fixed an issue adding the juce_gui_basics javaopt folder when push notifications are enabled
6 years ago
ed
f3ea7e2b29
Projucer: Set the project name in Android settings.gradle file
6 years ago
Tom Poole
d16a30a294
Windows: Fixed a debug Projucer compile error when using VS2015
6 years ago
Tom Poole
0e00e83944
Removed some `extern "C"` declarations from libpng
6 years ago
Tom Poole
5935040d78
Fixed a crash when fetching large content in URL::FallbackDownloadTask
6 years ago
ed
f9dad9d608
Linux: Improved XEmbed support
This commit makes some minor improvements to the XEmbedComponent class and adds support for embedding JUCE windows in other hosts using the XEmbed protocol. It also includes some minor fixes for X11 peers when they have a parent window.
6 years ago
ed
fd76cbc70d
Linux: Refactored InternalMessageQueue
This commit simplifies the Linux event loop code and adds methods to allow arbitrary file descriptors to registered. Also adds a method to register external event loops to be used instead of JUCE's internal event loop.
6 years ago
Tom Poole
d8e07dca91
Fixed a data race in an example
6 years ago
Tom Poole
1c9cea431d
PNG: Switched to inline libpng linkage to prevent symbol collisions
6 years ago
Tom Poole
5a5a8fc293
Updated the README for generating offline Doxygen docs
6 years ago
Tom Poole
0239c0cb7e
iOS: Fixed a crash in InAppPurchases
6 years ago
ed
19cebf8927
VST3: Fixed a mismatch in VST3PluginInstance::setCurrentProgram()
6 years ago
Tom Poole
3e5a3b2cca
Tightened up an assertion in AudioParameterChoice
6 years ago
Tom Poole
5a511cab4d
Updated some license header text
6 years ago
ed
da0401f124
VST3: Fixed a floating-point truncation error in ProgramChangeParameter::toString()
6 years ago
ed
c429bf53ce
Removed some unnecessary static_casts in the URL class
6 years ago
jules
375f11d91b
Fixed some compatibility problems with older clang versions
6 years ago
Tom Poole
bc3e330f97
AUv3: Fixed a potential crash when producing MIDI from plug-ins
6 years ago
dimitri
85f07d9ec8
Fix some spelling mistakes in comments
6 years ago
ed
718712a5a5
Ensure that the button background is drawn for DrawableButton::ButtonStyle::ImageOnButtonBackgroundOriginalSize
6 years ago
Tom Poole
7e52198ee1
Updated the internal PNG library
6 years ago
ed
212eb09e7e
Projucer: Only add default com.roli.juce.JuceActivity activity class if push notifications are enabled
6 years ago
jules
69c3474012
Added method PopupMenu::Options::withDeletionCheck() to help avoid dangling pointers when triggering async menus
6 years ago
ed
aef6bca60a
Re-saved all projects
6 years ago
ed
49a7b30bae
Projucer: Added macOS 10.15 and iOS 13 support
6 years ago
ed
bdeaeaf368
macOS: Fixed some deprecation warnings and silenced some others for the time being
6 years ago
Tom Poole
e88228a036
SVG: Fixed a couple of parsing bugs
6 years ago
ed
73b1e45336
Projucer: Only add module javaopt folder to project in the Android exporter if the module is enabled
6 years ago
ed
b5a2d03a8c
Added DrawableButton::ButtonStyle::ImageOnButtonBackgroundOriginalSize
6 years ago
ed
9b48d6d516
Added DrawableText::replaceColour()
6 years ago
ed
fd4125d964
WASAPI: Fixed a double-deletion crash on older versions of Windows
6 years ago
Tom Poole
e267e8d5ad
Fixed an argument forwarding bug in StdFunctionCompat
6 years ago
jules
485feb47ed
Tweaked a couple of Rectangle methods to avoid some spurious assertions triggered by rounding errors
6 years ago
Tom Poole
6bcf80fb9e
Removed a problematic unit test when running as a Windows system process
6 years ago
jules
cd4aba9e43
PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together.
6 years ago
jules
cce26202ab
Fix for using menu action lambdas in the Mac menu bar
6 years ago
ed
c88611e5c8
Made KnownPluginList::addToMenu() and ::getIndexChosenByMenu() operate on a copy of the PluginDescription array so they are in sync
6 years ago