Tom Poole
							
						 | 
						
							
							
							
								
							
								894e7d2bd2
								
							
								
							
						 | 
						
							
							
								
								Updated all license headers
							
							
							
							
								
							
							
						 | 
						5 years ago | 
					
				
					
						
							
							
								   reuk
							
						 | 
						
							
							
							
								
							
								327f817b9b
								
							
								
							
						 | 
						
							
							
								
								Copyrights: Update commercial/gpl headers to be gpl-only
							
							
							
							
								
							
							
						 | 
						5 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								b56e7560a7
								
							
								
							
						 | 
						
							
							
								
								Added some missing logic to flexbox
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   Tom Poole
							
						 | 
						
							
							
							
								
							
								cff37f5b6a
								
							
								
							
						 | 
						
							
							
								
								Fixed some const violation errors
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								d4a7afa73f
								
							
								
							
						 | 
						
							
							
								
								Replaced some old juce-style sort operations with std::sort and lambdas
							
							
							
							
								
							
							
						 | 
						8 years ago | 
					
				
					
						
							
							
								   tpoole
							
						 | 
						
							
							
							
								
							
								75236aa61d
								
							
								
							
						 | 
						
							
							
								
								Fixed a FlexBox rounding bug
							
							
							
							
								
							
							
						 | 
						8 years ago | 
					
				
					
						
							
							
								   tpoole
							
						 | 
						
							
							
							
								
							
								3cb185fcc3
								
							
								
							
						 | 
						
							
							
								
								A minor code cleanup
							
							
							
							
								
							
							
						 | 
						8 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								369d59f656
								
							
								
							
						 | 
						
							
							
								
								Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters
							
							
							
							
								
							
							
						 | 
						8 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								eda613c6db
								
							
								
							
						 | 
						
							
							
								
								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 | 
					
				
					
						
							
							
								   tpoole
							
						 | 
						
							
							
							
								
							
								9b687968db
								
							
								
							
						 | 
						
							
							
								
								Fixed some g++ compiler warnings
							
							
							
							
								
							
							
						 | 
						8 years ago | 
					
				
					
						
							
							
								   tpoole
							
						 | 
						
							
							
							
								
							
								d6ea60b2e5
								
							
								
							
						 | 
						
							
							
								
								Flexbox:  Fixed a bug in the integer rounding of component bounds
							
							
							
							
								
							
							
						 | 
						8 years ago | 
					
				
					
						
							
							
								   hogliux
							
						 | 
						
							
							
							
								
							
								b5afccc37c
								
							
								
							
						 | 
						
							
							
								
								Updated file headers and the README with the JUCE 5 license
							
							
							
							
								
							
							
						 | 
						8 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								bf94ab0e4c
								
							
								
							
						 | 
						
							
							
								
								Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
							
							
							
							
								
							
							
						 | 
						8 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								901913a0da
								
							
								
							
						 | 
						
							
							
								
								Added new method FlexItem::withAlignSelf()
							
							
							
							
								
							
							
						 | 
						9 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								1ecc6867cb
								
							
								
							
						 | 
						
							
							
								
								Changed order of parameters in FlexItem::Margin constructor to match web standard ordering
							
							
							
							
								
							
							
						 | 
						9 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								c545b58f03
								
							
								
							
						 | 
						
							
							
								
								Added another constructor to FlexItem::Margin
							
							
							
							
								
							
							
						 | 
						9 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								58bd2b130f
								
							
								
							
						 | 
						
							
							
								
								Added a few extra FlexItem convenience methods
							
							
							
							
								
							
							
						 | 
						9 years ago | 
					
				
					
						
							
							
								   hogliux
							
						 | 
						
							
							
							
								
							
								15bed81f87
								
							
								
							
						 | 
						
							
							
								
								Fixed a flex box bug where the first item in a list of too large items would not be layouted properly
							
							
							
							
								
							
							
						 | 
						9 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								8994f37dd0
								
							
								
							
						 | 
						
							
							
								
								Added some FlexBox layout classes, and a demo page for this in the big juce demo app
							
							
							
							
								
							
							
						 | 
						9 years ago |