Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								be604652ae 
								
							 
						 
						
							
							
								
								LibGUI: Add GIcon::default_icon(name).  
							
							... 
							
							
							
							This is a convenience helper to instantiate a GIcon like so:
    auto icon = GIcon::default_icon("filetype-image");
This will give you the "filetype-image" icon in both 16x16 and 32x32 sizes. 
							
						 
						
							2019-03-25 14:46:37 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								614dafea32 
								
							 
						 
						
							
							
								
								FileManager+LibGUI: Show thumbnail generation progress in the statusbar.  
							
							
							
						 
						
							2019-03-25 04:25:25 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								43f9027968 
								
							 
						 
						
							
							
								
								FileManager: Add toolbar buttons for switching the view mode.  
							
							
							
						 
						
							2019-03-25 01:29:45 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								86413a6f5a 
								
							 
						 
						
							
							
								
								LibGUI+FileManager: Add a GIcon class to support multi-size icons.  
							
							... 
							
							
							
							A GIcon can contain any number of bitmaps internally, and will give you
the best fitting icon when you call bitmap_for_size(). 
							
						 
						
							2019-03-24 04:28:36 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								b0de6aa8d8 
								
							 
						 
						
							
							
								
								Base: Import some 32x32 icons.  
							
							
							
						 
						
							2019-03-23 12:38:41 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								19fa70c821 
								
							 
						 
						
							
							
								
								LibGUI: Add a GItemView class.  
							
							... 
							
							
							
							This is a GAbstractView subclass that implements a icon-based view onto
a GModel. It still need a bunch of work, but it's in basic usable shape. 
							
						 
						
							2019-03-23 03:54:45 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								9d4b4c2689 
								
							 
						 
						
							
							
								
								FileManager: Add a default icon for image files.  
							
							
							
						 
						
							2019-03-22 12:54:27 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								7c0a185970 
								
							 
						 
						
							
							
								
								Use the PNG loader for all images, and get rid of the .rgb files.  
							
							
							
						 
						
							2019-03-22 00:21:03 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								e4dfd5a3a4 
								
							 
						 
						
							
							
								
								WindowServer: Support PNG wallpapers.  
							
							... 
							
							
							
							Fix up /bin/pape so it tells the WindowServer which wallpaper file to use. 
							
						 
						
							2019-03-21 15:54:19 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								65348e7dc1 
								
							 
						 
						
							
							
								
								PNGLoader: Support for color type 2 (RGB triplets) and multiple IDAT chunks.  
							
							
							
						 
						
							2019-03-21 05:25:54 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								daa1dcb5e8 
								
							 
						 
						
							
							
								
								FileManager: Use a GTextEditor for the location bar + tweak icons.  
							
							
							
						 
						
							2019-03-20 18:12:56 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								67009cee8e 
								
							 
						 
						
							
							
								
								IRCClient: Add ability to change nickname.  
							
							
							
						 
						
							2019-03-20 04:21:58 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								5b0cbf547d 
								
							 
						 
						
							
							
								
								Base: Some work on various icons.  
							
							
							
						 
						
							2019-03-17 00:33:49 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								78039ef057 
								
							 
						 
						
							
							
								
								TextEditor: Add actions for undo and redo. Not hooked up yet.  
							
							
							
						 
						
							2019-03-16 23:16:11 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								2b6cf37d20 
								
							 
						 
						
							
							
								
								IRCClient: Add some more toolbar actions. Starting to look nice.  
							
							
							
						 
						
							2019-03-16 00:21:11 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								3a3aa74b2e 
								
							 
						 
						
							
							
								
								IRCClient: Add a toolbar with some actions.  
							
							
							
						 
						
							2019-03-15 23:24:40 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								ed61fdbc32 
								
							 
						 
						
							
							
								
								Base: Improved FileManager (folder) icon.  
							
							
							
						 
						
							2019-03-10 00:58:47 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								2bde251163 
								
							 
						 
						
							
							
								
								Base: Add 16x16 icon for TextEditor.  
							
							
							
						 
						
							2019-03-08 19:56:12 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								48470cdf44 
								
							 
						 
						
							
							
								
								Launcher: Add a launcher button for TextEditor.  
							
							
							
						 
						
							2019-03-08 19:53:11 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								c9c40e1da6 
								
							 
						 
						
							
							
								
								Base+WindowServer: Add a new default wallpaper for fun.  
							
							
							
						 
						
							2019-03-07 23:58:04 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								054e4caf49 
								
							 
						 
						
							
							
								
								TextEditor: Add Cut/Copy/Paste placeholder actions.  
							
							
							
						 
						
							2019-03-07 21:43:43 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								be0ac86b63 
								
							 
						 
						
							
							
								
								TextEditor: Add New/Open/Save actions.  
							
							... 
							
							
							
							They aren't hooked up to anything, I just felt like making some icons. ;^) 
							
						 
						
							2019-03-07 01:46:37 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								67ee579113 
								
							 
						 
						
							
							
								
								WindowServer: Add window icons. Every window has the same icon for now.  
							
							... 
							
							
							
							The icons show up both in the title bars and in the window switcher.
Eventually I'd like to be able to minimize to icon, and maybe even have
myself a taskbar. 
							
						 
						
							2019-03-06 23:03:36 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								d75897708b 
								
							 
						 
						
							
							
								
								Base: Tweak Katica system menu glyph.  
							
							
							
						 
						
							2019-03-06 20:04:52 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								2950d33c76 
								
							 
						 
						
							
							
								
								ProcessManager: Tweak priority icons.  
							
							
							
						 
						
							2019-03-06 20:03:10 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								f3341d2ae7 
								
							 
						 
						
							
							
								
								Base: Tweak Katica and Katica Bold glyphs.  
							
							
							
						 
						
							2019-03-06 19:41:36 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								31d6b640eb 
								
							 
						 
						
							
							
								
								Add a bold variant of Katica and make that the system's default bold font.  
							
							... 
							
							
							
							..and do some minor tweaks to the font rendering code. 
							
						 
						
							2019-03-06 14:50:27 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								e11c7a5df5 
								
							 
						 
						
							
							
								
								FileManager: Add "up to parent directory" action to toolbar.  
							
							... 
							
							
							
							It's not actually hooked up to anything yet, I just wanted to add
something more to the toolbar. :^) 
							
						 
						
							2019-03-02 02:20:11 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								5f4245789d 
								
							 
						 
						
							
							
								
								FileManager: Allow launching processes by activating an executable file.  
							
							
							
						 
						
							2019-03-01 14:57:42 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								b5e5f26a82 
								
							 
						 
						
							
							
								
								Base: Add Csilla Bold 7x10 variant.  
							
							... 
							
							
							
							It's nice to have a thin and a bold variant to complement each other. 
							
						 
						
							2019-03-01 02:50:50 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								0776c51bf5 
								
							 
						 
						
							
							
								
								Base: Import a new font, Csilla Thin (7x10).  
							
							... 
							
							
							
							I wanted to do a bitmap font with an odd number of columns for a while
and I finally got around to it. This really looks rather nice, so I'm
making it the default system font for now. :^) 
							
						 
						
							2019-03-01 01:52:20 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								e6625755c9 
								
							 
						 
						
							
							
								
								ProcessManager: Tweak icons.  
							
							
							
						 
						
							2019-02-28 22:35:58 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								322f49caec 
								
							 
						 
						
							
							
								
								ProcessManager: Use icons for the process priorities.  
							
							
							
						 
						
							2019-02-28 21:04:26 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								82c22a7484 
								
							 
						 
						
							
							
								
								ProcessManager: Add "continue" action that sends SIGCONT.  
							
							
							
						 
						
							2019-02-28 13:02:55 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								c5a32d139a 
								
							 
						 
						
							
							
								
								ProcessManager: Add a "stop" action that sends SIGSTOP to a process.  
							
							
							
						 
						
							2019-02-28 12:06:19 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								c1fc2b0534 
								
							 
						 
						
							
							
								
								Ignore .data files in Base/res/icons/.  
							
							... 
							
							
							
							These are just temporaries that I sometimes spill when converting icons. 
							
						 
						
							2019-02-28 09:57:12 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								166aadc4e1 
								
							 
						 
						
							
							
								
								ProcessManager: Start working on a graphical process manager.  
							
							... 
							
							
							
							I need a table view widget for this thing, so I'm also using this to
prototype a model/view thingy. 
							
						 
						
							2019-02-28 01:43:50 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								23263aaae4 
								
							 
						 
						
							
							
								
								Base: Improve FileManager's trash icon slightly.  
							
							
							
						 
						
							2019-02-27 13:07:14 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								920e8e58ed 
								
							 
						 
						
							
							
								
								Kernel+Userland: Implement setuid() and setgid() and add /bin/su  
							
							... 
							
							
							
							Also show setuid and setgid bits in "ls -l" output. :^) 
							
						 
						
							2019-02-21 23:38:10 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								b704d3d295 
								
							 
						 
						
							
							
								
								LibGUI: Add a GToolBar class that can be populated with GActions.  
							
							... 
							
							
							
							The same action can be added to both a menu and a toolbar.
Use this to put a toolbar into FileManager. This is pretty neat. :^) 
							
						 
						
							2019-02-20 02:39:46 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								420b7bd55f 
								
							 
						 
						
							
							
								
								FileManager: Add an icon for socket files.  
							
							
							
						 
						
							2019-02-19 03:13:43 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								bf6b0ea181 
								
							 
						 
						
							
							
								
								Base: Remove an unused icon.  
							
							
							
						 
						
							2019-02-19 03:11:12 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								000ccc0a03 
								
							 
						 
						
							
							
								
								Base: Adjust the OS logo icon a little bit.  
							
							
							
						 
						
							2019-02-12 15:46:32 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								d74b131c27 
								
							 
						 
						
							
							
								
								Add a little About app and hook it up to the system menu's "About..." entry.  
							
							... 
							
							
							
							Added icons and customizable text alignment to GLabel. 
							
						 
						
							2019-02-12 15:23:07 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								7df7e5e2a6 
								
							 
						 
						
							
							
								
								Base: Add some human-friendly spaces to font names.  
							
							... 
							
							
							
							"LizaRegular" => "Liza Regular", etc. 
							
						 
						
							2019-02-12 14:34:37 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								a5a7ea3d1e 
								
							 
						 
						
							
							
								
								Base: Rename Liza8x10 to LizaThin8x10.  
							
							
							
						 
						
							2019-02-12 13:31:00 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								ec7099dac3 
								
							 
						 
						
							
							
								
								WindowServer: Made a slightly nicer icon for the system menu.  
							
							
							
						 
						
							2019-02-12 13:19:58 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								f7b25773ab 
								
							 
						 
						
							
							
								
								WindowServer: Let's have a cute little symbol for the system menu.  
							
							
							
						 
						
							2019-02-11 13:00:41 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								5e8d6b1bf4 
								
							 
						 
						
							
							
								
								Base: Rename /users to /home.  
							
							... 
							
							
							
							I didn't like seeing /users next to /usr. /home looks nicer. 
							
						 
						
							2019-02-10 11:18:12 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								546946775b 
								
							 
						 
						
							
							
								
								Base: Add an app icon for FileManager.  
							
							
							
						 
						
							2019-02-10 07:48:54 +01:00