| .. | 
			
		
		
			
			
			
				
					| 
						
							
								
								juce_ComboBox.cpp
							
						
					 | 
				
				
					
						Made the combo box repaint when its menu is hidden.
					
				 | 
				11 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ComboBox.h
							
						
					 | 
				
				
					
						Documentation correction.
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ImageComponent.cpp
							
						
					 | 
				
				
					
						Added some more override decorators.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ImageComponent.h
							
						
					 | 
				
				
					
						Stripped out some unnecessary boilerplate includes from juce_gui_basics.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Label.cpp
							
						
					 | 
				
				
					
						Added a callback method LabelListener::editorHidden().
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Label.h
							
						
					 | 
				
				
					
						Added a callback method LabelListener::editorHidden().
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ListBox.cpp
							
						
					 | 
				
				
					
						Fix for ListBox::getRowNumberOfComponent
					
				 | 
				11 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ListBox.h
							
						
					 | 
				
				
					
						Added a method ListBox::getHeaderComponent()
					
				 | 
				11 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ProgressBar.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_ProgressBar.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_Slider.cpp
							
						
					 | 
				
				
					
						Updates to Slider to keep the text box editability in sync when the parent is enabled.
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Slider.h
							
						
					 | 
				
				
					
						Changed the very old and strangely written Slider::getDoubleClickReturnValue method into two separate methods.
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TableHeaderComponent.cpp
							
						
					 | 
				
				
					
						Small fix for table header stretch-to-fit mode.
					
				 | 
				11 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TableHeaderComponent.h
							
						
					 | 
				
				
					
						Minor documentation cleanups.
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TableListBox.cpp
							
						
					 | 
				
				
					
						Tidied up some comments in TableListBox.
					
				 | 
				11 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TableListBox.h
							
						
					 | 
				
				
					
						Clarified a couple of comments.
					
				 | 
				11 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TextEditor.cpp
							
						
					 | 
				
				
					
						Fixed a TextEditor border size issue.
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TextEditor.h
							
						
					 | 
				
				
					
						Added methods to Label and TextEditor to specify the type of virtual keyboard they require.
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Toolbar.cpp
							
						
					 | 
				
				
					
						Minor documentation cleanups.
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Toolbar.h
							
						
					 | 
				
				
					
						Minor documentation cleanups.
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ToolbarItemComponent.cpp
							
						
					 | 
				
				
					
						Cleaned out and optimised some graphics code.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ToolbarItemComponent.h
							
						
					 | 
				
				
					
						Stripped out some unnecessary boilerplate includes from juce_gui_basics.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ToolbarItemFactory.h
							
						
					 | 
				
				
					
						Stripped out some unnecessary boilerplate includes from juce_gui_basics.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ToolbarItemPalette.cpp
							
						
					 | 
				
				
					
						Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ToolbarItemPalette.h
							
						
					 | 
				
				
					
						Stripped out some unnecessary boilerplate includes from juce_gui_basics.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TreeView.cpp
							
						
					 | 
				
				
					
						Minor fix for treeview dragging insert position.
					
				 | 
				10 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TreeView.h
							
						
					 | 
				
				
					
						Minor documentation cleanups.
					
				 | 
				10 years ago |