| .. | 
			
		
		
			
			
			
				
					| 
						
							
								
								juce_ComboBox.cpp
							
						
					 | 
				
				
					
						Added a drawComboBoxTextWhenNothingSelected() method to ComboBox::LookAndFeelMethods and made the drawing code consistent with drawLabel()
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ComboBox.h
							
						
					 | 
				
				
					
						Added various clang-tidy modernize-* fixes
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ImageComponent.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_ImageComponent.h
							
						
					 | 
				
				
					
						Enabled some more warning flags in Xcode, and fixed the problems they caused
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Label.cpp
							
						
					 | 
				
				
					
						Fixed a warning in the recent Label LookAndFeel changes
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Label.h
							
						
					 | 
				
				
					
						Added various clang-tidy modernize-* fixes
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ListBox.cpp
							
						
					 | 
				
				
					
						Enabled some more warning flags in Xcode, and fixed the problems they caused
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ListBox.h
							
						
					 | 
				
				
					
						Added various clang-tidy modernize-* fixes
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ProgressBar.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_ProgressBar.h
							
						
					 | 
				
				
					
						Added various clang-tidy modernize-* fixes
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Slider.cpp
							
						
					 | 
				
				
					
						Allowed linear-drag rotary sliders to rollover
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Slider.h
							
						
					 | 
				
				
					
						Minor whitespace tidying
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TableHeaderComponent.cpp
							
						
					 | 
				
				
					
						Added some free functions to help make XML parsing less verbose: parseXML()
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TableHeaderComponent.h
							
						
					 | 
				
				
					
						Added various clang-tidy modernize-* fixes
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TableListBox.cpp
							
						
					 | 
				
				
					
						Added an option for Viewport subclasses to create custom scrollbars. Also modified Viewport::getVerticalScrollBar() and ListBox::getVerticalScrollBar() to return references instead of pointers
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TableListBox.h
							
						
					 | 
				
				
					
						Added various clang-tidy modernize-* fixes
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TextEditor.cpp
							
						
					 | 
				
				
					
						Always call TextEditor::checkFocus() when focus is gained to ensure that the software keyboard is shown on Android when a TextEditor has content
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TextEditor.h
							
						
					 | 
				
				
					
						Added various clang-tidy modernize-* fixes
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Toolbar.cpp
							
						
					 | 
				
				
					
						Enabled some more warning flags in Xcode, and fixed the problems they caused
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Toolbar.h
							
						
					 | 
				
				
					
						Added various clang-tidy modernize-* fixes
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ToolbarItemComponent.cpp
							
						
					 | 
				
				
					
						More ScopedPointer/unique_ptr compatibility work
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ToolbarItemComponent.h
							
						
					 | 
				
				
					
						Enabled some more warning flags in Xcode, and fixed the problems they caused
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ToolbarItemFactory.h
							
						
					 | 
				
				
					
						Add documentation tags
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ToolbarItemPalette.cpp
							
						
					 | 
				
				
					
						Some light modernisation of a bunch of old code
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ToolbarItemPalette.h
							
						
					 | 
				
				
					
						Enabled some more warning flags in Xcode, and fixed the problems they caused
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TreeView.cpp
							
						
					 | 
				
				
					
						Replaced all usage of ScopedPointer with std::unique_ptr
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TreeView.h
							
						
					 | 
				
				
					
						Added various clang-tidy modernize-* fixes
					
				 | 
				6 years ago |