| .. | 
			
		
		
			
			
			
				
					| 
						
							
								
								juce_Base64.cpp
							
						
					 | 
				
				
					
						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 | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Base64.h
							
						
					 | 
				
				
					
						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 | 
			
		
			
			
			
				
					| 
						
							
								
								juce_CharPointer_ASCII.h
							
						
					 | 
				
				
					
						Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting!
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_CharPointer_UTF8.h
							
						
					 | 
				
				
					
						Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting!
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_CharPointer_UTF16.h
							
						
					 | 
				
				
					
						Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting!
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_CharPointer_UTF32.h
							
						
					 | 
				
				
					
						Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting!
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_CharacterFunctions.cpp
							
						
					 | 
				
				
					
						UnitTestRunner:  Improved logging on Windows
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_CharacterFunctions.h
							
						
					 | 
				
				
					
						UnitTestRunner:  Improved logging on Windows
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Identifier.cpp
							
						
					 | 
				
				
					
						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 | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Identifier.h
							
						
					 | 
				
				
					
						Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting!
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_LocalisedStrings.cpp
							
						
					 | 
				
				
					
						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 | 
			
		
			
			
			
				
					| 
						
							
								
								juce_LocalisedStrings.h
							
						
					 | 
				
				
					
						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 | 
			
		
			
			
			
				
					| 
						
							
								
								juce_NewLine.h
							
						
					 | 
				
				
					
						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 | 
			
		
			
			
			
				
					| 
						
							
								
								juce_String.cpp
							
						
					 | 
				
				
					
						Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_String.h
							
						
					 | 
				
				
					
						Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting!
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_StringArray.cpp
							
						
					 | 
				
				
					
						Added back std::initializer_list constructors for Array and StringArray in addition to the variadic constructors
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_StringArray.h
							
						
					 | 
				
				
					
						Added back std::initializer_list constructors for Array and StringArray in addition to the variadic constructors
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_StringPairArray.cpp
							
						
					 | 
				
				
					
						Fixed some false positives generated by the StringPairArray comparison operator, and made it faster for common cases.
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_StringPairArray.h
							
						
					 | 
				
				
					
						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 | 
			
		
			
			
			
				
					| 
						
							
								
								juce_StringPool.cpp
							
						
					 | 
				
				
					
						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 | 
			
		
			
			
			
				
					| 
						
							
								
								juce_StringPool.h
							
						
					 | 
				
				
					
						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 | 
			
		
			
			
			
				
					| 
						
							
								
								juce_StringRef.h
							
						
					 | 
				
				
					
						Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting!
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TextDiff.cpp
							
						
					 | 
				
				
					
						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 | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TextDiff.h
							
						
					 | 
				
				
					
						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 |