| .. | 
			
		
		
			
			
			
				
					| 
						
							
								
								juce_DirectoryContentsDisplayComponent.cpp
							
						
					 | 
				
				
					
						Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_DirectoryContentsDisplayComponent.h
							
						
					 | 
				
				
					
						Stripped out some unnecessary boilerplate includes from juce_gui_basics.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_DirectoryContentsList.cpp
							
						
					 | 
				
				
					
						Made DirectoryContentsList send a change message when switching between empty folders.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_DirectoryContentsList.h
							
						
					 | 
				
				
					
						Stripped out some unnecessary boilerplate includes from juce_gui_basics.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FileBrowserComponent.cpp
							
						
					 | 
				
				
					
						Added some more folders to the list of common locations in the file browser.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FileBrowserComponent.h
							
						
					 | 
				
				
					
						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_FileBrowserListener.h
							
						
					 | 
				
				
					
						Stripped out some unnecessary boilerplate includes from juce_gui_basics.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FileChooser.cpp
							
						
					 | 
				
				
					
						Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FileChooser.h
							
						
					 | 
				
				
					
						Stripped out some unnecessary boilerplate includes from juce_gui_basics.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FileChooserDialogBox.cpp
							
						
					 | 
				
				
					
						Work towards supporting a global scaling factor: Desktop::setGlobalScaleFactor().
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FileChooserDialogBox.h
							
						
					 | 
				
				
					
						Stripped out some unnecessary boilerplate includes from juce_gui_basics.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FileFilter.cpp
							
						
					 | 
				
				
					
						Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FileFilter.h
							
						
					 | 
				
				
					
						Updated the format of the header include guard macros.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FileListComponent.cpp
							
						
					 | 
				
				
					
						Added some 'override' modifiers to overridden methods.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FileListComponent.h
							
						
					 | 
				
				
					
						Stripped out some unnecessary boilerplate includes from juce_gui_basics.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FilePreviewComponent.h
							
						
					 | 
				
				
					
						Stripped out some unnecessary boilerplate includes from juce_gui_basics.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FileSearchPathListComponent.cpp
							
						
					 | 
				
				
					
						Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FileSearchPathListComponent.h
							
						
					 | 
				
				
					
						Stripped out some unnecessary boilerplate includes from juce_gui_basics.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FileTreeComponent.cpp
							
						
					 | 
				
				
					
						Fix to FileTreeComponent not using the top-level file/dir selection flags for subtrees.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FileTreeComponent.h
							
						
					 | 
				
				
					
						Stripped out some unnecessary boilerplate includes from juce_gui_basics.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FilenameComponent.cpp
							
						
					 | 
				
				
					
						FilenameComponent: if partial filenames are entered, these get interpreted relative to the CWD.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_FilenameComponent.h
							
						
					 | 
				
				
					
						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_ImagePreviewComponent.cpp
							
						
					 | 
				
				
					
						Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ImagePreviewComponent.h
							
						
					 | 
				
				
					
						Stripped out some unnecessary boilerplate includes from juce_gui_basics.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_WildcardFileFilter.cpp
							
						
					 | 
				
				
					
						Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_WildcardFileFilter.h
							
						
					 | 
				
				
					
						Stripped out some unnecessary boilerplate includes from juce_gui_basics.
					
				 | 
				12 years ago |