LibGfx: Make FastBoxBlurFilter go faster 
						
					 
				 
				2021-08-18 11:35:51 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibGfx: Remove unused header includes 
						
					 
				 
				2021-08-01 08:10:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Don't promote float to double where not needed 
						
					 
				 
				2021-07-08 10:11:00 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Add some helper methods to AffineTransform 
						
					 
				 
				2021-05-02 22:48:06 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Use correct variable size on bitmap to buffer convertion 
						
					 
				 
				2021-07-30 10:14:07 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 
						
					 
				 
				2021-07-25 14:39:25 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Userland: Use kmalloc_array() where appropriate 
						
					 
				 
				2021-08-08 00:03:45 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibTTF+LibGfx: Make Gfx::Font::bold_variant() work for TTF fonts 
						
					 
				 
				2021-07-20 02:48:29 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 
						
					 
				 
				2021-07-27 01:29:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 
						
					 
				 
				2021-07-25 14:39:25 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove unused header includes 
						
					 
				 
				2021-08-01 08:10:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx/BMPWriter: Add support for V3 & V4 DIB headers 
						
					 
				 
				2021-07-05 00:43:00 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK: Rename adopt() to adopt_ref() 
						
					 
				 
				2021-04-23 16:46:57 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGUI+LibGfx: Highlight currently active tab button with accent color 
						
					 
				 
				2021-07-28 20:25:14 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGUI+LibGfx: Highlight currently active tab button with accent color 
						
					 
				 
				2021-07-28 20:25:14 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove Gfx::FontDatabase::default_bold_font() 
						
					 
				 
				2021-05-20 20:55:29 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Fix classic theme frame transparency check 
						
					 
				 
				2021-07-05 12:29:14 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibTTF/LibGfx: Remove circular dependency by merging LibTTF into LibGfx 
						
					 
				 
				2021-07-29 21:46:25 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Implement Color::from_hsl/hsla() 
						
					 
				 
				2021-07-22 23:09:01 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 
						
					 
				 
				2021-07-27 01:29:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 
						
					 
				 
				2021-07-25 14:39:25 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Unify Rect, Point, and Size 
						
					 
				 
				2021-05-02 22:48:06 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							WindowServer: Add basic virtual desktop support 
						
					 
				 
				2021-07-03 12:27:23 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Use "try_" prefix for static factory functions 
						
					 
				 
				2021-07-21 18:02:15 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibTTF+LibGfx: Make Gfx::Font::bold_variant() work for TTF fonts 
						
					 
				 
				2021-07-20 02:48:29 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibTTF/LibGfx: Remove circular dependency by merging LibTTF into LibGfx 
						
					 
				 
				2021-07-29 21:46:25 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx+WindowServer: Have WindowServer broadcast system font settings 
						
					 
				 
				2021-05-21 20:15:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Add a Line class and a Rect<T>::RelativeLocation class 
						
					 
				 
				2021-06-20 14:57:26 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove ancient unused NO_FPU macros 
						
					 
				 
				2021-08-18 11:35:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove unused header includes 
						
					 
				 
				2021-08-01 08:10:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 
						
					 
				 
				2021-07-25 14:39:25 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove unused header includes 
						
					 
				 
				2021-08-01 08:10:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 
						
					 
				 
				2021-07-25 14:39:25 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 
						
					 
				 
				2021-07-27 01:29:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 
						
					 
				 
				2021-07-27 01:29:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 
						
					 
				 
				2021-07-27 01:29:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 
						
					 
				 
				2021-07-25 14:39:25 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use AK/Math.h if applicable 
						
					 
				 
				2021-07-19 16:34:21 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx/Matrix: Add inverse() and friends 
						
					 
				 
				2021-05-24 00:33:18 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use AK/Math.h if applicable 
						
					 
				 
				2021-07-19 16:34:21 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove ancient unused NO_FPU macros 
						
					 
				 
				2021-08-18 11:35:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Add alternate_color to draw_line 
						
					 
				 
				2021-08-07 02:52:47 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK: Rename adopt() to adopt_ref() 
						
					 
				 
				2021-04-23 16:46:57 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx+Base: Add a themable "Accent" color role 
						
					 
				 
				2021-07-28 20:21:52 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use AK/Math.h if applicable 
						
					 
				 
				2021-07-19 16:34:21 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Add Path::clear 
						
					 
				 
				2021-05-25 00:24:09 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 
						
					 
				 
				2021-07-27 01:29:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 
						
					 
				 
				2021-07-25 14:39:25 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove unused header includes 
						
					 
				 
				2021-08-01 08:10:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 
						
					 
				 
				2021-07-25 14:39:25 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 
						
					 
				 
				2021-07-27 01:29:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 
						
					 
				 
				2021-07-25 14:39:25 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Fix writing PNG headers on x86_64 
						
					 
				 
				2021-08-01 11:56:01 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Store the size of the chunk from start in PNGWriter 
						
					 
				 
				2021-07-14 13:37:18 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Refactor Point.constrain to use AK 
						
					 
				 
				2021-07-30 13:21:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use AK/Math.h if applicable 
						
					 
				 
				2021-07-19 16:34:21 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove "purgeable Gfx::Bitmap" as a separate concept 
						
					 
				 
				2021-07-25 14:39:21 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove unused header includes 
						
					 
				 
				2021-08-01 08:10:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 
						
					 
				 
				2021-07-25 14:39:25 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Add a Line class and a Rect<T>::RelativeLocation class 
						
					 
				 
				2021-06-20 14:57:26 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Add an algorithm to disperse overlapping rectangles 
						
					 
				 
				2021-07-21 00:06:58 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Use "try_" prefix for static factory functions 
						
					 
				 
				2021-07-21 18:02:15 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Add a bunch of [[nodiscard]] to Size 
						
					 
				 
				2021-06-16 21:53:10 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Add a bunch of [[nodiscard]] to Size 
						
					 
				 
				2021-06-16 21:53:10 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGUI+LibGfx: Highlight currently active tab button with accent color 
						
					 
				 
				2021-07-28 20:25:14 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGUI+LibGfx: Highlight currently active tab button with accent color 
						
					 
				 
				2021-07-28 20:25:14 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Remove unused current_system_theme() function 
						
					 
				 
				2021-05-20 22:12:42 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx+Base: Add a themable "Accent" color role 
						
					 
				 
				2021-07-28 20:21:52 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Add missing TextAlignment::BottomLeft 
						
					 
				 
				2021-05-21 08:04:31 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Fix a bunch of typos 
						
					 
				 
				2021-05-17 17:48:55 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Fix a bunch of typos 
						
					 
				 
				2021-05-17 17:48:55 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Take the glyph spacing into account when building a line 
						
					 
				 
				2021-07-27 23:47:00 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Userland: Move text wrapping/elision into the new TextLayout :^) 
						
					 
				 
				2021-07-26 21:14:39 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Userland: Move text wrapping/elision into the new TextLayout :^) 
						
					 
				 
				2021-07-26 21:14:39 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Mark Typeface::get_font() const, because it is const 
						
					 
				 
				2021-08-18 10:32:32 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibGfx: Mark Typeface::get_font() const, because it is const 
						
					 
				 
				2021-08-18 10:32:32 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use AK/Math.h if applicable 
						
					 
				 
				2021-07-19 16:34:21 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use AK/Math.h if applicable 
						
					 
				 
				2021-07-19 16:34:21 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use AK/Math.h if applicable 
						
					 
				 
				2021-07-19 16:34:21 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							WindowServer+LibGfx: Automatic "modified" markers in window titles 
						
					 
				 
				2021-05-01 19:42:29 +02:00