ladybird/Userland/Applications/Calculator
Andreas Kling 31d4bcf5bf Userland: Tighten a *lot* of pledges! :^)
Since applications using Core::EventLoop no longer need to create a
socket in /tmp/rpc/, and also don't need to listen for incoming
connections on this socket, we can remove a whole bunch of pledges!
2021-05-13 23:28:40 +02:00
..
Calculator.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Calculator.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CalculatorWidget.cpp Everywhere: Add missing comma between copyright year and name 2021-04-29 00:59:26 +02:00
CalculatorWidget.h Everywhere: Add missing comma between copyright year and name 2021-04-29 00:59:26 +02:00
CalculatorWindow.gml Calculator: Add a separator line between the menu and the main UI 2021-04-10 16:08:14 +02:00
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Keypad.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Keypad.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00