aboutsummaryrefslogtreecommitdiffstats
path: root/ui.go
Commit message (Expand)AuthorAgeFilesLines
* don't panic if there are not enough operandsSam Anthony2024-06-251-3/+1
* make functions that modify Calculator take pointer parameterSam Anthony2024-02-051-1/+1
* use builtin min() function from go 1.21Sam Anthony2024-01-221-8/+0
* rename angle mode constantsSam Anthony2024-01-221-6/+6
* error handling and tidyingSam Anthony2023-10-011-6/+4
* limit width of windowv1.0.1Sam Anthony2023-07-291-8/+21
* move commentSam Anthony2023-07-291-2/+1
* rename var lines -> padlinesSam Anthony2023-07-291-4/+4
* add padding to uiSam Anthony2023-07-291-9/+40
* radian/degree mode toggle commandSam Anthony2023-07-291-0/+2
* trig functionsSam Anthony2023-07-291-1/+1
* use Stack push, pop methodsSam Anthony2023-07-291-2/+2
* negation commandSam Anthony2023-07-291-2/+4
* CE and AC commandsSam Anthony2023-07-291-0/+5
* swap commandSam Anthony2023-07-291-1/+7
* exponentiation operatorSam Anthony2023-07-281-1/+1
* arithmetic operatorsSam Anthony2023-07-281-2/+4
* rename Calculator.buffer to Calculator.bufSam Anthony2023-07-281-8/+8
* addition operatorSam Anthony2023-07-271-0/+2
* fix typo in input parsing blockSam Anthony2023-07-231-1/+1
* constant and function parsing skeletonSam Anthony2023-07-231-1/+11
* use UTF-8 box characters in uiSam Anthony2023-07-231-12/+60
* ui skeletonSam Anthony2023-07-221-0/+48