|  Tom Poole | 2ec861d99e | Update licensing banners to JUCE 7 | 3 years ago | 
				
					
						|  Tom Poole | db3c6e6216 | macOS/iOS: Fix unguarded availability warnings | 3 years ago | 
				
					
						|  Tom Poole | eda5c696e5 | macOS/iOS: Fix unguarded availability warnings | 3 years ago | 
				
					
						|  Tom Poole | dea3fe60e4 | Update copyright banners | 3 years ago | 
				
					
						|  reuk | 81fa777ff7 
										
											
										
									 | ObjC Helpers:  Automatically derive appropriate signature for function | 4 years ago | 
				
					
						|  ed | 7d1918b385 | macOS/iOS:  Replace compile-time deployment target checks with runtime checks using the available keyword | 4 years ago | 
				
					
						|  ed | 69d4e0186f | Update code to use new AudioData interleaving/deinterleaving API | 4 years ago | 
				
					
						|  ed | 3e606cc378 | Update code to use new AudioData interleaving/deinterleaving helper methods | 4 years ago | 
				
					
						|  ed | a5c3b81f82 | Use C++14 lambda capture initialisers for initialising deletion checkers | 4 years ago | 
				
					
						|  reuk | 837ab64dbd 
										
											
										
									 | Android:  Fix numeric conversion warnings | 4 years ago | 
				
					
						|  reuk | 3baaad8b5b 
										
											
										
									 | XmlElement:  Update loops to use new iterators | 4 years ago | 
				
					
						|  ed | 54f65256e2 | Cleaned up some whitespace | 5 years ago | 
				
					
						|  ed | c8a416f476 | Obj-C++:  Added obc_msgSendSuper_stret overloads for ObjCMsgSendSuper() and refactored the superclass messaging a bit | 5 years ago | 
				
					
						|  juce-team | f9f5caa5cc 
										
											
										
									 | macOS 11:  Fix function pointer conversions | 5 years ago | 
				
					
						|  ed | 009d685179 | Updated all license headers | 5 years ago | 
				
					
						|  Tom Poole | 6cb75d9d2c | Replaced all references to ROLI with Raw Material Software and regenerated all bytecode | 5 years ago | 
				
					
						|  Tom Poole | 894e7d2bd2 | Updated all license headers | 5 years ago | 
				
					
						|  ed | add88c33f2 | Replaced all references to ROLI with Raw Material Software and regenerated all bytecode | 5 years ago | 
				
					
						|  Tom Poole | 2d16374b14 | Updated all license headers | 5 years ago | 
				
					
						|  reuk | 5f348c3040 | Warnings:  Add warning-wrangling header | 5 years ago | 
				
					
						|  reuk | 327f817b9b | Copyrights: Update commercial/gpl headers to be gpl-only | 5 years ago | 
				
					
						|  reuk | 0c9067c9a4 | Ownership:  Fix some raw/unique ptr conversion issues | 5 years ago | 
				
					
						|  ed | 59a058fdc6 | Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough | 5 years ago | 
				
					
						|  ed | c57f028a01 | Fixed a bug causing the Bluetooth MIDI pairing dialog to be invisible on iOS | 6 years ago | 
				
					
						|  Tom Poole | 670f77f80c | Fixed some Android compiler warnings | 6 years ago | 
				
					
						|  Tom Poole | 0828977e5b | macOS:  Added a Bluetooth MIDI pairing dialog | 6 years ago | 
				
					
						|  hogliux | 008b7a9ab2 | Re-structured the low-level Android native code Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information. | 7 years ago | 
				
					
						|  Tom Poole | f0a4b67915 | Android:  Fixed some compiler warnings | 7 years ago | 
				
					
						|  Tom Poole | ab863a6dc2 | Replaced all usage of ScopedPointer with std::unique_ptr | 7 years ago | 
				
					
						|  Tom Poole | 7d943e76dc | Tidied up some module dependencies | 7 years ago | 
				
					
						|  jules | 48a5fbd333 | Another batch of ScopedPointer cleanups | 7 years ago | 
				
					
						|  jules | aecb819985 | Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) | 8 years ago | 
				
					
						|  jules | c2a2d5c734 | Updated some code to use cleaner array initialisation from constant data | 8 years ago | 
				
					
						|  hogliux | bc247f0d27 | Added optional parameter to specify the size and position of the MIDI bluetooth selector | 8 years ago | 
				
					
						|  hogliux | efacd83ab5 | Added a missing juce namespace to juce_mac_AudioCDBurner.mm | 8 years ago | 
				
					
						|  jules | eda613c6db | Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools | 8 years ago | 
				
					
						|  hogliux | b5afccc37c | Updated file headers and the README with the JUCE 5 license | 8 years ago | 
				
					
						|  hogliux | 8aea84e20c | Added pause after opening MIDI BLE device on Android to improve MIDI BLE reliability | 8 years ago | 
				
					
						|  jules | 8ed41ed14b | Fixed some whitespace style and cleaned up some code using C++11 | 8 years ago | 
				
					
						|  hogliux | ebbba641a4 | Fixed a bug where the bluetooth LE scanner would continue to scan even if the bluetooth selector window was closed | 8 years ago | 
				
					
						|  hogliux | 6559b3e185 | Fixed multiple harmless warnings in Android builds | 8 years ago | 
				
					
						|  XmasRights | 86386300d9 | Fixed unused parameter error in BluetoothMIDISelector overlay | 9 years ago | 
				
					
						|  XmasRights | 4b881b0765 | Added an exit callback to BluetoothMidiDevicePairingDialogue::open() | 9 years ago | 
				
					
						|  hogliux | 3e7b5993ca | Moved audio CD burner/reader to juce_audio_utils | 9 years ago | 
				
					
						|  jules | bacf194dda | Small tweak to the bluetooth iOS menu to make it as wide as possible on small screens | 9 years ago | 
				
					
						|  hogliux | c1e2e6ae40 | Fixed size of bluetooth midi pairing dialogue to accommodate more iOS device screen sizes | 9 years ago | 
				
					
						|  hogliux | 46b38d77ab | Removed code which is not used anymore | 9 years ago | 
				
					
						|  Agnieszka Janowicz | edd828a554 | Fix memory leak in BluetoothMidiSelectorOverlay | 9 years ago | 
				
					
						|  Timur Doumler | 70949aa0c6 | Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. | 9 years ago | 
				
					
						|  Timur Doumler | 9ea874428c | Added feature RuntimePermissions, which allows to request permissions at runtime to access the microphone and bluetooth (required for Android apps using SDK Level 23 and above). | 9 years ago |