| .. | 
			
		
		
			
			
			
				
					| 
						
							
								
								
								
								
									
										java
									
								
							
						
					 | 
				
				
					
						Added a workaround for Android GL glitches when pausing the app
					
				 | 
				9 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_BasicNativeHeaders.h
							
						
					 | 
				
				
					
						Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public
					
				 | 
				9 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_Files.cpp
							
						
					 | 
				
				
					
						Added support for some more File::getSpecialLocation locations on Android
					
				 | 
				9 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_JNIHelpers.h
							
						
					 | 
				
				
					
						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 | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_Misc.cpp
							
						
					 | 
				
				
					
						Update copyright notice
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_Network.cpp
							
						
					 | 
				
				
					
						Add optional parameter to juce URL class to specify a custom HTTP command
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_RuntimePermissions.cpp
							
						
					 | 
				
				
					
						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 | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_SystemStats.cpp
							
						
					 | 
				
				
					
						Android Bluetooth MIDI, pro-audio i/o and improved openGL support
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_Threads.cpp
							
						
					 | 
				
				
					
						Add option to set default stack size for JUCE threads
					
				 | 
				9 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_curl_Network.cpp
							
						
					 | 
				
				
					
						Added some extra time-out settings to the Linux CURL code
					
				 | 
				9 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_linux_CommonFile.cpp
							
						
					 | 
				
				
					
						Removed a few stray semicolons
					
				 | 
				9 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_linux_Files.cpp
							
						
					 | 
				
				
					
						Misc minor fix-ups
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_linux_Network.cpp
							
						
					 | 
				
				
					
						Lots of small whitespace tweaks.
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_linux_SystemStats.cpp
							
						
					 | 
				
				
					
						Add SSE4.1, SSE4.2 and AVX2 system stat flags and fix documentation typo
					
				 | 
				9 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_linux_Threads.cpp
							
						
					 | 
				
				
					
						Deduplicated some native code and stopped the OSX juce_isRunningUnderDebugger function from caching its result.
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_ClangBugWorkaround.h
							
						
					 | 
				
				
					
						Projucer: Added a workaround for build errors caused by a Clang bug when building audio plugin projects
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_Files.mm
							
						
					 | 
				
				
					
						Workaround for long filenames in Process::openDocument on OSX
					
				 | 
				9 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_Network.mm
							
						
					 | 
				
				
					
						Used the ignoreUnused() function to tidy up some old code
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_Strings.mm
							
						
					 | 
				
				
					
						Made sure that String::toCFString() never returns a null pointer
					
				 | 
				9 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_SystemStats.mm
							
						
					 | 
				
				
					
						Moved some code that was in the wrong file
					
				 | 
				9 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_Threads.mm
							
						
					 | 
				
				
					
						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 | 
			
		
			
			
			
				
					| 
						
							
								
								juce_osx_ObjCHelpers.h
							
						
					 | 
				
				
					
						Deleted some defunct Mac PowerPC code
					
				 | 
				9 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_posix_NamedPipe.cpp
							
						
					 | 
				
				
					
						Lots of small whitespace tweaks.
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_posix_SharedCode.h
							
						
					 | 
				
				
					
						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 | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_ComSmartPtr.h
							
						
					 | 
				
				
					
						Lots of small whitespace tweaks.
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_Files.cpp
							
						
					 | 
				
				
					
						Avoided a false-positive in File::isOnHardDisk() with unplugged network drives
					
				 | 
				9 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_Network.cpp
							
						
					 | 
				
				
					
						Lots of small whitespace tweaks.
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_Registry.cpp
							
						
					 | 
				
				
					
						Improved some Windows registry root key handling.
					
				 | 
				9 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_SystemStats.cpp
							
						
					 | 
				
				
					
						Stripped out some defunct VS2003 code
					
				 | 
				9 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_Threads.cpp
							
						
					 | 
				
				
					
						Stripped out some defunct VS2003 code
					
				 | 
				9 years ago |