| .. | 
			
		
		
			
			
			
				
					| 
						
							
								
								juce_ComboBox.cpp
							
						
					 | 
				
				
					
						Minor fix to inactive code in ComboBox.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ComboBox.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_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
							
						
					 | 
				
				
					
						Minor optimisations and clean-ups.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Label.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_ListBox.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_ListBox.h
							
						
					 | 
				
				
					
						Provided support for setting the mouse cursor in ListBoxModel.
					
				 | 
				12 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
							
						
					 | 
				
				
					
						Slider drag mode fix.
					
				 | 
				11 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Slider.h
							
						
					 | 
				
				
					
						Changed Slider::snapValue to provide more details about the drag mode involved.
					
				 | 
				11 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TableHeaderComponent.cpp
							
						
					 | 
				
				
					
						Removed a few more uses of String::empty.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TableHeaderComponent.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_TableListBox.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_TableListBox.h
							
						
					 | 
				
				
					
						Documentation fixes.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TextEditor.cpp
							
						
					 | 
				
				
					
						Added method Viewport::getViewArea()
					
				 | 
				11 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TextEditor.h
							
						
					 | 
				
				
					
						Refactored some TextEditor allocation.
					
				 | 
				11 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Toolbar.cpp
							
						
					 | 
				
				
					
						Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
					
				 | 
				12 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_Toolbar.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_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
							
						
					 | 
				
				
					
						TreeViewItem::setSelected() - avoided deselecting items before re-selecting them if they're already selected.
					
				 | 
				11 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TreeView.h
							
						
					 | 
				
				
					
						TreeViewItem::setSelected() - avoided deselecting items before re-selecting them if they're already selected.
					
				 | 
				11 years ago |