ladybird/Applications/Calculator
Andreas Kling 39931733a5 Calculator: Use unveil()
A barebones GUI app like this only needs read access to /res (for fonts
and themes, in case settings change) once it's up and running.
2020-01-21 12:03:08 +01:00
..
Calculator.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Calculator.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
CalculatorWidget.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
CalculatorWidget.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Keypad.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Keypad.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
main.cpp Calculator: Use unveil() 2020-01-21 12:03:08 +01:00
Makefile Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00