LibPDF: Add an initial implementation of type 3 glyph rendering 
						
					 
				 
				2023-11-17 19:47:53 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Add some scaffolding for type 3 fonts 
						
					 
				 
				2023-11-17 19:47:53 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Tolerate palettes that are one byte too long 
						
					 
				 
				2023-12-07 08:10:40 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Implement DeviceNColorSpace 
						
					 
				 
				2023-11-09 23:33:49 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK+Everywhere: Rename FlyString to DeprecatedFlyString 
						
					 
				 
				2023-01-09 23:00:24 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Consistently asciibetize CommonNames.h 
						
					 
				 
				2023-11-17 20:27:42 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF+Tests: Correctly decode text strings without explicit encoding 
						
					 
				 
				2023-11-22 09:08:06 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Eliminate reference cycle between OutlineItem parent/children 
						
					 
				 
				2023-12-02 22:23:53 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Ensure xref stream field widths are within expected range 
						
					 
				 
				2023-10-28 13:17:09 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Make PDF version accessible on Document 
						
					 
				 
				2023-07-11 13:49:17 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Add two FIXMEs 
						
					 
				 
				2023-10-13 07:53:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Add char_code -> name mapping function 
						
					 
				 
				2023-02-08 19:47:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Don't crash on encrypted files with streams with filter arrays 
						
					 
				 
				2023-07-24 09:50:45 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Implement 7.6.4.3.3 Algorithm 2.A: Retrieve file encryption key 
						
					 
				 
				2023-07-21 11:55:20 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Mark PDF::Error nodiscard 
						
					 
				 
				2023-07-12 17:03:14 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCompress: Add LZWDecoder::decode_all() 
						
					 
				 
				2023-12-01 12:58:14 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Let decode_png_prediction() call LibGfx's unfilter_scanline() 
						
					 
				 
				2023-11-17 19:09:50 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Remove unused includes of AK/StdLibExtras.h 
						
					 
				 
				2023-01-02 20:27:20 -05:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Do less work in SampledFunction::evaluate()'s inner loop 
						
					 
				 
				2023-12-02 22:26:13 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Add scaffolding for function objects 
						
					 
				 
				2023-11-06 10:01:05 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Add first interpolation methods 
						
					 
				 
				2022-12-10 10:49:03 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Add first interpolation methods 
						
					 
				 
				2022-12-10 10:49:03 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Make Object::cast<T>() non-const 
						
					 
				 
				2023-02-21 00:54:04 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Fix quadratic runtime in stream dumping 
						
					 
				 
				2023-07-14 09:50:30 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Remove needless trailing semi-colons after functions 
						
					 
				 
				2023-07-08 10:32:56 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Fix symbol for text_next_line_show_string_set_spacing operator 
						
					 
				 
				2023-07-22 12:25:30 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Don't accidentally form new tokens on pages with contents arrays 
						
					 
				 
				2023-10-23 13:23:54 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Move code to compute full page contents into Page 
						
					 
				 
				2023-07-12 18:22:35 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Stop converting encodings in object parser 
						
					 
				 
				2023-11-22 09:08:06 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Make string literal parsing fallible 
						
					 
				 
				2023-10-25 10:44:26 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Implement Reader::is_[eol, whitespace](char) 
						
					 
				 
				2023-11-14 10:15:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Implement Reader::is_[eol, whitespace](char) 
						
					 
				 
				2023-11-14 10:15:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Make Reference store two u32s instead of one 
						
					 
				 
				2023-07-10 17:48:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: For low-bpp images, start scanlines on byte boundaries 
						
					 
				 
				2023-12-07 08:10:40 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Add an initial implementation of type 3 glyph rendering 
						
					 
				 
				2023-11-17 19:47:53 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Stop shoving things into ::std and mentioning them as such 
						
					 
				 
				2022-12-14 11:44:32 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Stop shoving things into ::std and mentioning them as such 
						
					 
				 
				2022-12-14 11:44:32 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibPDF: Allow reading documents with incremental updates 
						
					 
				 
				2023-02-12 10:55:37 +00:00