Bastiaan van der Plaat 
								
							 
						 
						
							
							
							
							
								
							
							
								f1742ae1b9 
								
							 
						 
						
							
							
								
								LibWeb: Add DOMMatrix flipX and flipY  
							
							
							
						 
						
							2023-09-05 20:30:36 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bastiaan van der Plaat 
								
							 
						 
						
							
							
							
							
								
							
							
								fc380bf516 
								
							 
						 
						
							
							
								
								LibWeb: Add DOMMatrix skewX and skewY  
							
							
							
						 
						
							2023-09-05 20:30:36 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bastiaan van der Plaat 
								
							 
						 
						
							
							
							
							
								
							
							
								5cd35b633a 
								
							 
						 
						
							
							
								
								LibWeb: Add DOMMatrix translate  
							
							
							
						 
						
							2023-09-03 15:05:41 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bastiaan van der Plaat 
								
							 
						 
						
							
							
							
							
								
							
							
								61c063f7b3 
								
							 
						 
						
							
							
								
								LibWeb: Add DOMMatrix multiply  
							
							
							
						 
						
							2023-09-03 15:05:41 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bastiaan van der Plaat 
								
							 
						 
						
							
							
							
							
								
							
							
								ff1bcc694d 
								
							 
						 
						
							
							
								
								LibWeb: Add DOMMatrix and DOMMatrixReadOnly fromMatrix  
							
							
							
						 
						
							2023-09-03 15:05:41 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bastiaan van der Plaat 
								
							 
						 
						
							
							
							
							
								
							
							
								57a1d99cf4 
								
							 
						 
						
							
							
								
								LibWeb: Fix DOMMatrix Gfx::Matrix row/column ordering  
							
							... 
							
							
							
							The matrix used in the spec is column-major but Gfx::Matrix4x4 is
row-major so we need to transpose the values. This will fix internal
operations on that matrix. Because we also transposed the readonly
matrix property getters the matrix is again transposed when reading
so the JavaScript world only sees a column-major matrix. 
							
						 
						
							2023-09-01 20:58:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bastiaan van der Plaat 
								
							 
						 
						
							
							
							
							
								
							
							
								b4ae719664 
								
							 
						 
						
							
							
								
								LibWeb: Add DOMPoint matrixTransform and DOMMatrix transformPoint  
							
							
							
						 
						
							2023-09-01 20:58:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								18c54d8d40 
								
							 
						 
						
							
							
								
								LibJS: Make Cell::initialize() return void  
							
							... 
							
							
							
							Stop worrying about tiny OOMs.
Work towards #20405  
							
						 
						
							2023-08-08 07:39:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Luke Wilde 
								
							 
						 
						
							
							
							
							
								
							
							
								a90667e79c 
								
							 
						 
						
							
							
								
								LibWeb: Add initial implementation of DOMMatrix(ReadOnly)  
							
							... 
							
							
							
							This is currently missing a lot of functions and initialisation from a
<transform-list> string, but is enough for Ruffle. 
							
						 
						
							2023-02-27 20:55:09 +01:00