ladybird/Userland
Scott R. Parish eb368a5000 Calculator: The equal key will now also finish the operation
Prior to this if you typed "1+2=" you would not get the answer, instead
you'd be left with "2" on the screen; Calculator wanted you to hit the
enter key to get the answer. Now you can either use the enter or the
equal key to finish the operation and get the answer.
2021-08-26 17:35:15 +02:00
..
Applets Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
Applications Calculator: The equal key will now also finish the operation 2021-08-26 17:35:15 +02:00
Demos Userland: Remove IRC Client 2021-08-24 16:37:28 +02:00
DevTools Terminal+LibVT: Use LibConfig instead of Core::ConfigFile 2021-08-26 00:54:27 +02:00
DynamicLoader
Games Solitaire: Use LibConfig instead of Core::ConfigFile 2021-08-26 16:39:22 +02:00
Libraries LibWeb: Make the base StyleValue::to_length() return an undefined length 2021-08-26 13:25:52 +02:00
Services ConfigServer+LibConfig: Add pledge_domains() API 2021-08-26 00:54:28 +02:00
Shell Shell: Use String::join for the command in timing report 2021-08-23 22:46:41 +02:00
Utilities Utilities: Add -d option to gzip 2021-08-22 16:51:18 +02:00
CMakeLists.txt