index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Calculator
/
CalculatorWidget.cpp
Age
Commit message (
Expand
)
Author
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-11-23
Calculator: Changed 'CE' Button from 'Clear Error' To 'Clear Entry'
Zac
2020-06-02
Calculator: Set text color through the palette
Sergey Bugaev
2020-05-18
Calculator: Set a fixed-width font on the text box
Andreas Kling
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-10
Calculator: Accept more keyboard input (#1207)
ignas-sa
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-18
Calculator: Added keyboard input
rhin123
2019-09-21
Calculator: Convert to using ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GLabel to ObjectPtr
Andreas Kling
2019-08-10
Calculator: Add a simple calculator app
Sergey Bugaev