Brandon Scott 
								
							 
						 
						
							
							
							
							
								
							
							
								a1c89c2734 
								
							 
						 
						
							
							
								
								LibGUI: Add very limited multi-label support to GStatusBar  
							
							... 
							
							
							
							Created a constructor argument and getter/setter methods to allow
you to have a multi-label status bar. 
							
						 
						
							2019-10-24 09:57:27 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								93851c3832 
								
							 
						 
						
							
							
								
								LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr  
							
							
							
						 
						
							2019-09-21 15:46:47 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								c7437f9caa 
								
							 
						 
						
							
							
								
								LibGUI: Convert GLabel to ObjectPtr  
							
							
							
						 
						
							2019-09-21 15:25:08 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								aa2224a2f0 
								
							 
						 
						
							
							
								
								GWidget: Add set_preferred_size(width, height) overload.  
							
							... 
							
							
							
							It was annoying to always write set_preferred_size({ width, height }). :^) 
							
						 
						
							2019-07-20 22:39:24 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									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 
								
							 
						 
						
							
							
							
							
								
							
							
								04b9dc2d30 
								
							 
						 
						
							
							
								
								Libraries: Create top level directory for libraries.  
							
							... 
							
							
							
							Things were getting a little crowded in the project root, so this patch
moves the Lib*/ directories into Libraries/. 
							
						 
						
							2019-07-04 16:16:50 +02:00