Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								1c0669f010 
								
							 
						 
						
							
							
								
								LibDraw: Introduce (formerly known as SharedGraphics.)  
							
							... 
							
							
							
							Instead of LibGUI and WindowServer building their own copies of the drawing
and graphics code, let's it in a separate LibDraw library.
This avoids building the code twice, and will encourage better separation
of concerns. :^) 
							
						 
						
							2019-07-18 10:18:16 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								d343fb2429 
								
							 
						 
						
							
							
								
								AK: Rename Retainable.h => RefCounted.h.  
							
							
							
						 
						
							2019-06-21 18:58:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								550b0b062b 
								
							 
						 
						
							
							
								
								AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.  
							
							
							
						 
						
							2019-06-21 18:45:59 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								90b1354688 
								
							 
						 
						
							
							
								
								AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.  
							
							
							
						 
						
							2019-06-21 18:37:47 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								77b9fa89dd 
								
							 
						 
						
							
							
								
								AK: Rename Retainable => RefCounted.  
							
							... 
							
							
							
							(And various related renames that go along with it.) 
							
						 
						
							2019-06-21 15:30:03 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robin Burchell 
								
							 
						 
						
							
							
							
							
								
							
							
								0dc9af5f7e 
								
							 
						 
						
							
							
								
								Add clang-format file  
							
							... 
							
							
							
							Also run it across the whole tree to get everything using the One True Style.
We don't yet run this in an automated fashion as it's a little slow, but
there is a snippet to do so in makeall.sh. 
							
						 
						
							2019-05-28 17:31:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								f47945759b 
								
							 
						 
						
							
							
								
								LibGUI: Make GTableModel a retainable object.  
							
							... 
							
							
							
							It became clear that this class needs to support multiple owners. 
							
						 
						
							2019-03-20 03:27:07 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								55aa819077 
								
							 
						 
						
							
							
								
								IRCClient: Colorize some channel messages (joins, parts, topics)  
							
							
							
						 
						
							2019-03-18 20:56:45 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								b54ab06595 
								
							 
						 
						
							
							
								
								GTableView: Add a way to turn off alternating row colors.  
							
							
							
						 
						
							2019-03-15 21:41:27 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								850c7504a2 
								
							 
						 
						
							
							
								
								IRCClient: Hacking on IRCClient bringup.  
							
							
							
						 
						
							2019-03-15 13:07:04 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								aa19735c5a 
								
							 
						 
						
							
							
								
								IRCClient: Start working on a simple graphical IRC client.  
							
							... 
							
							
							
							This will be a nice way to exercise both LibGUI and the TCP/IP support. :^) 
							
						 
						
							2019-03-15 12:14:23 +01:00