|  reuk | 3b3cd1bf1f 
										
											
										
									 | DemoRunner: Avoid applying insets to main component on desktop systems | 1 year ago | 
				
					
						|  Oliver James | 3624346e90 
										
											
										
									 | AudioWorkgroup: Add demo app | 2 years ago | 
				
					
						|  Tom Poole | 6bf9bb9a2e | Add final specifiers in implementation files | 2 years ago | 
				
					
						|  Tom Poole | 2fb19ffd8f | Fix some LLVM 17 compiler warnings | 2 years ago | 
				
					
						|  Anthony Nicholls | 59d91cff1e | Xcode15: Allow older llvm versions when compiling with Xcode 15 | 2 years ago | 
				
					
						|  Tom Poole | 9b041f3d74 | Add a base clang-tidy configuration | 2 years ago | 
				
					
						|  reuk | 9cfbccca8e 
										
											
										
									 | Accessibility: Make createAccessibilityHandler public to allow calls from derived classes | 2 years ago | 
				
					
						|  reuk | 09c107698b 
										
											
										
									 | DemoRunner:  Avoid hiding UI behind virtual keyboard | 3 years ago | 
				
					
						|  reuk | 6dc002b89c 
										
											
										
									 | Demos:  Fix missing prototype warning | 3 years ago | 
				
					
						|  reuk | 2b82ce7c84 
										
											
										
									 | DemoRunner:  Avoid exposing unnecessary accessible component | 3 years ago | 
				
					
						|  reuk | 93a815ec8d 
										
											
										
									 | DemoRunner:  Add AccessibilityDemo to iOS and Android builds | 3 years ago | 
				
					
						|  reuk | 0a6000d0e7 
										
											
										
									 | DemoRunner:  Avoid exposing unnecessary accessible component | 3 years ago | 
				
					
						|  reuk | d83c30efa1 
										
											
										
									 | DemoRunner:  Add AccessibilityDemo to iOS and Android builds | 3 years ago | 
				
					
						|  Tom Poole | 2ec861d99e | Update licensing banners to JUCE 7 | 3 years ago | 
				
					
						|  Tom Poole | dea3fe60e4 | Update copyright banners | 3 years ago | 
				
					
						|  ed | 56f057fb65 | Whitespace | 4 years ago | 
				
					
						|  Tom Poole | 6542446594 | Update the JUCE logo | 4 years ago | 
				
					
						|  ed | 0ff4123189 | DemoRunner:  Added AccessibilityDemo to demos list | 4 years ago | 
				
					
						|  ed | 99d122e4fb | DemoRunner:  Don't select demos ListBox row if it has been dismissed | 4 years ago | 
				
					
						|  reuk | 06544850fb 
										
											
										
									 | BLOCKS:  Remove juce_blocks_basics module | 4 years ago | 
				
					
						|  ed | 2e5509f401 | Use global ApplicationCommandManager in KeyMappingsDemo and MenusDemo when running in DemoRunner | 4 years ago | 
				
					
						|  ed | f28acdb48c | Examples/DemoRunner:  Accessibility updates | 4 years ago | 
				
					
						|  Tom Poole | 79fbde7099 | Added preliminary support for FreeBSD | 4 years ago | 
				
					
						|  ed | bdb41ee995 | DemoRunner:  Enable all orientations and kiosk mode on mobile | 4 years ago | 
				
					
						|  ed | 78a09bdfc6 | DemoRunner:  Use Display::safeAreaInsets to position demo content | 4 years ago | 
				
					
						|  ed | 333f98d204 | Squashed some compiler warnings with -Wmissing-prototypes enabled | 5 years ago | 
				
					
						|  reuk | 394c4fd475 | Clang:  Fix warnings when building with clang 10 | 5 years ago | 
				
					
						|  ed | 009d685179 | Updated all license headers | 5 years ago | 
				
					
						|  ed | d510b73cdf | Normalised all whitespace before args in std::function | 5 years ago | 
				
					
						|  Tom Poole | 894e7d2bd2 | Updated all license headers | 5 years ago | 
				
					
						|  Tom Poole | 2d16374b14 | Updated all license headers | 5 years ago | 
				
					
						|  reuk | 8433c098b9 | MIDI:  Add Midi Logger plugin demo PIP We also build this into the AudioPluginHost, as a convenient way to
check the midi outputs of plugins and devices. | 5 years ago | 
				
					
						|  reuk | 327f817b9b | Copyrights: Update commercial/gpl headers to be gpl-only | 5 years ago | 
				
					
						|  ed | 08925cac6e | Updated AudioPluginHost and DemoRunner icons to be different to Projucer icon | 5 years ago | 
				
					
						|  Tom Poole | 28e03f0815 | Replaced all instances of JUCE_CONSTEXPR with constexpr | 5 years ago | 
				
					
						|  Tom Poole | 0831c718a2 | macOS:  Fixed some Projucer live-build issues on Catalina | 5 years ago | 
				
					
						|  ed | 7d330ab782 | Always #include JuceHeader.h from the include search path | 5 years ago | 
				
					
						|  Tom Poole | 95396b150d | DemoRunner:  Fixed a home screen navigation bug | 6 years ago | 
				
					
						|  ed | 937991cc83 | Fixed broken back button behaviour on Android and updated JUCEApplicationBase::backButtonPressed() to return a bool indicating whether the back event has been handled or not to override this behaviour | 6 years ago | 
				
					
						|  Tom Poole | 283521f1df | Fixed some issues with the multithreading demo | 6 years ago | 
				
					
						|  Tom Poole | a4bd6cbc66 | Fixed some more Linux compiler warnings | 6 years ago | 
				
					
						|  Tom Poole | 16dd26649a | Fixed some GCC compiler warnings and removed deprecated functions | 6 years ago | 
				
					
						|  Tom Poole | 7c45ad695c | MacOS:  Better support for SystemTrayIconComponent on Mojave | 6 years ago | 
				
					
						|  ed | d6fb474c39 | Restructure OpenGLDemo and UnitTestsDemo and remove unused macro from DemoRunner | 6 years ago | 
				
					
						|  jules | 93ea3d922f | Added class AudioProcessLoadMeasurer, and a new version of the method AudioDeviceManager::getAudioDeviceSetup() | 7 years ago | 
				
					
						|  Tom Poole | 4448ef6a59 | DemoRunner:  Fixed a race condition on shutdown | 7 years ago | 
				
					
						|  Lukasz Kozakiewicz | 315326477d | Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs. | 7 years ago | 
				
					
						|  ed | 92e5631968 | Fixed a bug in the DemoRunner on Mac causing the demo code to not be displayed | 7 years ago | 
				
					
						|  Lukasz Kozakiewicz | 772185f2b0 | Add camera support for iOS and Android. | 7 years ago | 
				
					
						|  Tom Poole | 3a373cfa06 | Increased the warning level when building DemoRunner on iOS | 7 years ago |