mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:32:44 +00:00 
			
		
		
		
	IRCClient: Switch to using an HtmlView for the IRC window contents :^)
This seemed like a perfect fit for LibHTML. We can now style the IRC channels and queries however we like with the power of HTML and CSS. This patch doesn't do much in the way of styling, it just gets the basic mechanism into place.
This commit is contained in:
		
							parent
							
								
									98ff8ef0cf
								
							
						
					
					
						commit
						fa69b9fbb7
					
				
					 8 changed files with 64 additions and 146 deletions
				
			
		|  | @ -7,6 +7,7 @@ | |||
| 
 | ||||
| class GAction; | ||||
| class GStackWidget; | ||||
| class GTableView; | ||||
| 
 | ||||
| class IRCAppWindow : public GWindow { | ||||
| public: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling