ladybird/Applications/Calculator
William Marlow 39364bdda4 Build: Embed application icons directly in the executables.
New serenity_app() targets can be defined which allows application
icons to be emedded directly into the executable. The embedded
icons will then be used when creating an icon for that file in
LibGUI.
2020-12-21 00:12:59 +01:00
..
Calculator.cpp Calculator: Changed 'CE' Button from 'Clear Error' To 'Clear Entry' 2020-11-23 18:41:54 +01:00
Calculator.h Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
CalculatorWidget.cpp Calculator: Changed 'CE' Button from 'Clear Error' To 'Clear Entry' 2020-11-23 18:41:54 +01:00
CalculatorWidget.h Calculator: Set text color through the palette 2020-06-02 21:49:47 +02:00
CMakeLists.txt Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01: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: Use GUI::Icon::default_icon to set application icon 2020-11-02 21:06:17 +01:00