|  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 | 
				
					
						|  jules | 0367d5c3a9 | Added some PopupMenu::addItem overloads which let you attach a lambda callback to be invoked for a menu item. | 6 years ago | 
				
					
						|  Tom Poole | acbdec3f71 | Fixed some DemoRunner build issues | 6 years ago | 
				
					
						|  ed | 08501a3705 | Fixed an issue when adding plug-ins with empty paths on macOS in KnownPluginList::createTree() with sortByFileSystemLocation | 6 years ago | 
				
					
						|  ed | b0934f896c | macOS:  Prevent mac menu bar submenus with empty names being used as the recent items menu | 6 years ago | 
				
					
						|  ed | 5360191737 | Fixed some documentation typos | 6 years ago | 
				
					
						|  jules | 1d68629840 | Some minor improvements to GenericAudioProcessorEditor | 6 years ago | 
				
					
						|  jules | 9a06be6d61 | Some minor cleanups | 6 years ago | 
				
					
						|  Agnieszka Janowicz | fdcebfe6a2 | BLOCKS:  Ensure that the program loaded callback is called when program passed to setProgram is identical to what's already loaded | 6 years ago | 
				
					
						|  Tom Poole | 50be983db5 | Fixed a compiler warning | 6 years ago | 
				
					
						|  jules | 380a102390 | Bit of tidying up in the hashing classes | 6 years ago | 
				
					
						|  jules | f746672c19 | Added an overloaded read method to InputStream which takes a size_t as the size parameter, rather than an int | 6 years ago | 
				
					
						|  jules | 01f0ed3067 | Fixed a warning | 6 years ago | 
				
					
						|  Tom Poole | 52a4939b62 | Updated some documentation | 6 years ago | 
				
					
						|  ed | 0ed474e412 | Fixed a potential crash when reading MIDI files with incorrect track length chunks | 6 years ago | 
				
					
						|  jules | b6c111645a | Refactored some AudioProcessor addParam methods to make sure the parameters always have a valid index set | 6 years ago | 
				
					
						|  jules | 63e31a9fea | Fixed a mistake that made AudioPluginFormat::createPluginInstanceAsync() do its callback synchronously, and also made it survive a situation where the format object is deleted before the callback | 6 years ago | 
				
					
						|  Tom Poole | 01935e3338 | DSP:  Guarded a rogue FMA instruction in the AVX native ops | 6 years ago | 
				
					
						|  Tom Poole | dab2c9be79 | Added GitLab CI config | 6 years ago | 
				
					
						|  Tom Poole | c2a8e0d242 | Re-saved some projects with new warning flags | 6 years ago | 
				
					
						|  Tom Poole | 1fd9c2f282 | Projucer:  Added an "add recommended warning flags" checkbox to the exporters | 6 years ago | 
				
					
						|  Tom Poole | d4b7cceb32 | Fixed more compiler warnings | 6 years ago | 
				
					
						|  Tom Poole | a0b0a3e7bd | Projucer:  Fixed an issue setting the fallback Android SDK path on Linux | 6 years ago | 
				
					
						|  Tom Poole | f8b039c132 | Fixed another compiler warning | 6 years ago |