serenity/Userland/Applications/Calculator
Andreas Kling ef1e5db1d0 Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Good-bye LogStream. Long live AK::Format!
2021-03-12 17:29:37 +01:00
..
Calculator.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Calculator.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CalculatorWidget.cpp Calculator: Add support for copy+paste using system clipboard 2021-02-24 22:01:37 +01:00
CalculatorWidget.h Calculator: Add support for copy+paste using system clipboard 2021-02-24 22:01:37 +01:00
CalculatorWindow.gml Calculator: Give the '9' button a blue foreground color as well 2021-01-22 18:40:55 +01:00
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Keypad.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Keypad.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00