sin-ack 
								
							 
						 
						
							
							
							
							
								
							
							
								3f3f45580a 
								
							 
						 
						
							
							
								
								Everywhere: Add sv suffix to strings relying on StringView(char const*)  
							
							... 
							
							
							
							Each of these strings would previously rely on StringView's char const*
constructor overload, which would call __builtin_strlen on the string.
Since we now have operator ""sv, we can replace these with much simpler
versions. This opens the door to being able to remove
StringView(char const*).
No functional changes. 
							
						 
						
							2022-07-12 23:11:35 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								5702f016f0 
								
							 
						 
						
							
							
								
								LibGUI+Applications: Add --open-tab option to FooSettings applications  
							
							... 
							
							
							
							Similar to SystemMonitor's option of the same name, this allows you to
launch the given application with the specific tab open. 
							
						 
						
							2022-04-21 17:24:42 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								ded5ba1f87 
								
							 
						 
						
							
							
								
								LibGUI+Applications: Give SettingsWindow tabs a string ID  
							
							... 
							
							
							
							This gives us a convenient way to refer to them, which will be used in
the following commit. 
							
						 
						
							2022-04-21 17:24:42 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									cflip 
								
							 
						 
						
							
							
							
							
								
							
							
								5bb0b6ba7a 
								
							 
						 
						
							
							
								
								ClockSettings+Taskbar: Add settings for taskbar clock format  
							
							
							
						 
						
							2022-04-04 13:15:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Timothy Flynn 
								
							 
						 
						
							
							
							
							
								
							
							
								4d2ea773db 
								
							 
						 
						
							
							
								
								ClockSettings: Display a map to show the current time zone's location  
							
							
							
						 
						
							2022-02-03 16:11:15 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Timothy Flynn 
								
							 
						 
						
							
							
							
							
								
							
							
								6efbafa6e0 
								
							 
						 
						
							
							
								
								Everywhere: Update copyrights with my new serenityos.org e-mail :^)  
							
							
							
						 
						
							2022-01-31 18:23:22 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Timothy Flynn 
								
							 
						 
						
							
							
							
							
								
							
							
								d365559839 
								
							 
						 
						
							
							
								
								ClockSettings: Add a GUI application to set the system time zone  
							
							... 
							
							
							
							This application can be expanded with other clock-related options. For
an initial iteration, it has just an option to change the time zone. 
							
						 
						
							2022-01-23 12:48:26 +00:00