ladybird/Userland/Applications/Calculator
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
..
Calculator.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
Calculator.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
CalculatorWidget.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
CalculatorWidget.h Calculator: Update mimic_pressed for refactor into the Button class 2022-04-03 12:21:50 +02:00
CalculatorWindow.gml Calculator: Avoid focusing any keypad button other than the equal button 2022-03-03 22:06:14 +01:00
CMakeLists.txt Calculator: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
Keypad.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
Keypad.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
KeypadValue.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
KeypadValue.h Calculator: Round small number to prevent crash 2022-01-02 15:42:13 +01:00
main.cpp Calculator: Replace "Euler's Constant" with "Euler's Number" in menu 2022-06-10 20:03:37 +01:00