summaryrefslogtreecommitdiff
path: root/Applications/Calculator/CalculatorWidget.cpp
AgeCommit message (Expand)Author
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-11-23Calculator: Changed 'CE' Button from 'Clear Error' To 'Clear Entry'Zac
2020-06-02Calculator: Set text color through the paletteSergey Bugaev
2020-05-18Calculator: Set a fixed-width font on the text boxAndreas Kling
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-10Calculator: Accept more keyboard input (#1207)ignas-sa
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-18Calculator: Added keyboard inputrhin123
2019-09-21Calculator: Convert to using ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GLabel to ObjectPtrAndreas Kling
2019-08-10Calculator: Add a simple calculator appSergey Bugaev