| .. | 
			
		
		
			
			
			
				
					| 
						
							
								
								
								
								
									
										java
									
								
							
						
					 | 
				
				
					
						Improved Android event callback mechanism.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_BasicNativeHeaders.h
							
						
					 | 
				
				
					
						Fix for MinGW builds.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_Files.cpp
							
						
					 | 
				
				
					
						Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_JNIHelpers.h
							
						
					 | 
				
				
					
						Improved Android event callback mechanism.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_Misc.cpp
							
						
					 | 
				
				
					
						A few android warning fixes.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_Network.cpp
							
						
					 | 
				
				
					
						Added some JUCE_CALLTYPE flags to Process methods.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_SystemStats.cpp
							
						
					 | 
				
				
					
						Added a SystemStats::getDeviceDescription() method.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_Threads.cpp
							
						
					 | 
				
				
					
						Added some JUCE_CALLTYPE flags to Process methods.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_linux_CommonFile.cpp
							
						
					 | 
				
				
					
						Moved some duplicated linux/android code into a shared file. Added a method File::isLink()
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_linux_Files.cpp
							
						
					 | 
				
				
					
						Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_linux_Network.cpp
							
						
					 | 
				
				
					
						Removed a few more uses of String::empty.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_linux_SystemStats.cpp
							
						
					 | 
				
				
					
						Removed a few more uses of String::empty.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_linux_Threads.cpp
							
						
					 | 
				
				
					
						Added some JUCE_CALLTYPE flags to Process methods.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_Files.mm
							
						
					 | 
				
				
					
						Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_Network.mm
							
						
					 | 
				
				
					
						Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_Strings.mm
							
						
					 | 
				
				
					
						Removed a few more uses of String::empty.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_SystemStats.mm
							
						
					 | 
				
				
					
						Removed a few more uses of String::empty.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_Threads.mm
							
						
					 | 
				
				
					
						Added some JUCE_CALLTYPE flags to Process methods.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_osx_ObjCHelpers.h
							
						
					 | 
				
				
					
						iOS build fix.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_posix_NamedPipe.cpp
							
						
					 | 
				
				
					
						Replaced calls to the deprecated unix siginterrupt function.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_posix_SharedCode.h
							
						
					 | 
				
				
					
						Removed a few more uses of String::empty.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_ComSmartPtr.h
							
						
					 | 
				
				
					
						Updated the format of the header include guard macros.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_Files.cpp
							
						
					 | 
				
				
					
						Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_Network.cpp
							
						
					 | 
				
				
					
						New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_Registry.cpp
							
						
					 | 
				
				
					
						In WindowsRegistry::registerFileAssociation(), the icon resource number was being negated for some mysterious reason.. Corrected this, so the number you give it is now used directly.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_SystemStats.cpp
							
						
					 | 
				
				
					
						Added a SystemStats::getDeviceDescription() method.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_Threads.cpp
							
						
					 | 
				
				
					
						Added flags to choose whether stderr and stdout are returned by ChildProcess. Used this to fix linux native file chooser.
					
				 | 
				12 years ago |