summaryrefslogtreecommitdiff
path: root/Userland/Applications/Calculator/CalculatorWindow.gml
AgeCommit message (Expand)Author
2022-07-17Calculator: Set button colors from system paletteKarol Kosek
2022-03-03Calculator: Avoid focusing any keypad button other than the equal buttonForLoveOfCats
2022-02-13Userland: Run gml-formatIdan Horowitz
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-07-27Calculator: Improve UI margin consistencyFrHun
2021-06-13Calculator: Fix offensive button misalignmentAndreas Kling
2021-04-10Calculator: Add a separator line between the menu and the main UIAndreas Kling
2021-03-29Everywhere: Change font properties to be described in GMLEdgar Araújo
2021-03-29Everywhere: Remove empty {} from GML objectsEdgar Araújo
2021-01-22Calculator: Give the '9' button a blue foreground color as wellLinus Groh
2021-01-12Applications: Move to Userland/Applications/Andreas Kling