1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 05:48:12 +00:00
serenity/Userland
redsnout fd641f6f17 Calculator: Replace "Euler's Constant" with "Euler's Number" in menu
This is meant to address #14234 by renaming the "Euler's Constant"
menu item to "Euler's Number". This commit removes the existing
"eulers.png" and replaces with a new "eulers_number.png" for clarity.
2022-06-10 20:03:37 +01:00
..
Applets Applets: Use spawn_or_show_error() for common spawn pattern 2022-06-03 12:29:56 +01:00
Applications Calculator: Replace "Euler's Constant" with "Euler's Number" in menu 2022-06-10 20:03:37 +01:00
Demos LibGfx: Rename draw_ellipse/circle to fill_ellipse/circle 2022-06-01 19:33:45 +02:00
DevTools Userland: Use default buttons instead of manually handling return press 2022-06-02 22:33:00 +02:00
DynamicLoader LibC+Kernel: Prevent string functions from calling themselves 2022-05-12 13:12:37 +02:00
Games Pong: Paint ball antialiased 2022-06-05 16:16:17 +01:00
Libraries LibPthread: Implement cleanup handlers 2022-06-10 19:06:46 +01:00
Services SystemServer: Detect spawning user for AcceptSocketConnections services 2022-06-10 14:20:07 +01:00
Shell LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00
Utilities js: Add a loadINI() function for loading INI files :^) 2022-06-06 20:14:28 +01:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00