ladybird/Applications/Calculator
asynts 206e48abb5 Calculator: Use format instead of printf.
This also fixes a graphical bug where the decimal point was always
rendered. The number four was represented as '4.' instead of '4'. Now
the decimal point is only shown when there are decimal places.
2020-10-05 14:19:24 +02:00
..
Calculator.cpp Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
Calculator.h Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
CalculatorWidget.cpp Calculator: Set text color through the palette 2020-06-02 21:49:47 +02:00
CalculatorWidget.h Calculator: Set text color through the palette 2020-06-02 21:49:47 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Keypad.cpp Calculator: Use format instead of printf. 2020-10-05 14:19:24 +02:00
Keypad.h Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
main.cpp Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00