| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | limit width of windowv1.0.1 | Sam Anthony | 2023-07-29 | 2 | -15/+25 |
| | | |||||
| * | degree/radian conversion functionsv1.0.0 | Sam Anthony | 2023-07-29 | 1 | -0/+16 |
| | | |||||
| * | inverse trig functions | Sam Anthony | 2023-07-29 | 1 | -0/+26 |
| | | |||||
| * | move comment | Sam Anthony | 2023-07-29 | 1 | -2/+1 |
| | | |||||
| * | rename var lines -> padlines | Sam Anthony | 2023-07-29 | 1 | -4/+4 |
| | | |||||
| * | add padding to ui | Sam Anthony | 2023-07-29 | 2 | -9/+47 |
| | | |||||
| * | radian/degree mode toggle command | Sam Anthony | 2023-07-29 | 2 | -3/+5 |
| | | |||||
| * | trig functions | Sam Anthony | 2023-07-29 | 3 | -12/+52 |
| | | |||||
| * | rename calculator.go -> calc.go | Sam Anthony | 2023-07-29 | 1 | -0/+0 |
| | | |||||
| * | use Stack push, pop methods | Sam Anthony | 2023-07-29 | 2 | -4/+3 |
| | | |||||
| * | refactor | Sam Anthony | 2023-07-29 | 3 | -54/+59 |
| | | |||||
| * | negation command | Sam Anthony | 2023-07-29 | 2 | -3/+17 |
| | | |||||
| * | CE and AC commands | Sam Anthony | 2023-07-29 | 1 | -0/+5 |
| | | |||||
| * | swap command | Sam Anthony | 2023-07-29 | 2 | -1/+38 |
| | | |||||
| * | move man page assembly to seperate make target | Sam Anthony | 2023-07-29 | 2 | -5/+8 |
| | | |||||
| * | remove superfluous keyboard command descriptions from man page | Sam Anthony | 2023-07-29 | 1 | -15/+0 |
| | | |||||
| * | Euler's constant | Sam Anthony | 2023-07-28 | 1 | -0/+3 |
| | | |||||
| * | split man page into multiple files | Sam Anthony | 2023-07-28 | 6 | -82/+79 |
| | | |||||
| * | add modulo operator to man page | Sam Anthony | 2023-07-28 | 1 | -1/+36 |
| | | |||||
| * | exponentiation operator | Sam Anthony | 2023-07-28 | 2 | -1/+4 |
| | | |||||
| * | arithmetic operators | Sam Anthony | 2023-07-28 | 2 | -10/+58 |
| | | |||||
| * | rename Calculator.buffer to Calculator.buf | Sam Anthony | 2023-07-28 | 2 | -13/+13 |
| | | |||||
| * | addition operator | Sam Anthony | 2023-07-27 | 3 | -7/+28 |
| | | |||||
| * | fix typo in input parsing block | Sam Anthony | 2023-07-23 | 1 | -1/+1 |
| | | |||||
| * | constant and function parsing skeleton | Sam Anthony | 2023-07-23 | 4 | -5/+45 |
| | | |||||
| * | use UTF-8 box characters in ui | Sam Anthony | 2023-07-23 | 1 | -12/+60 |
| | | |||||
| * | add 'run' target to makefile | Sam Anthony | 2023-07-23 | 1 | -1/+4 |
| | | |||||
| * | ui skeleton | Sam Anthony | 2023-07-22 | 7 | -11/+133 |
| | | |||||
| * | init go module | Sam Anthony | 2023-07-22 | 12 | -717/+20 |
| | | |||||
| * | negationv0.8.0 | Sam Anthony | 2023-04-03 | 5 | -3/+15 |
| | | |||||
| * | update version numberv0.7.0 | Sam Anthony | 2023-03-13 | 3 | -3/+3 |
| | | |||||
| * | update man page | Sam Anthony | 2023-03-13 | 1 | -0/+9 |
| | | |||||
| * | inverse trig functions | Sam Anthony | 2023-03-13 | 3 | -56/+68 |
| | | |||||
| * | update man page | Sam Anthony | 2023-03-13 | 1 | -15/+9 |
| | | |||||
| * | degree and radian modes | Sam Anthony | 2023-03-13 | 3 | -38/+90 |
| | | |||||
| * | push constant in buffer to stack before performing operationv0.6.2 | Sam Anthony | 2023-02-12 | 3 | -8/+6 |
| | | |||||
| * | update version numberv0.6.1 | Sam Anthony | 2023-02-11 | 2 | -2/+2 |
| | | |||||
| * | fix error in man page | Sam Anthony | 2023-02-11 | 1 | -1/+1 |
| | | |||||
| * | update man page and version numberv0.6.0 | Sam Anthony | 2023-02-11 | 4 | -3/+10 |
| | | |||||
| * | constants | Sam Anthony | 2023-02-11 | 3 | -8/+43 |
| | | |||||
| * | update man page | Sam Anthony | 2023-02-11 | 1 | -5/+11 |
| | | |||||
| * | degree/radian conversion functions | Sam Anthony | 2023-02-11 | 1 | -0/+6 |
| | | |||||
| * | update man page | Sam Anthony | 2023-02-11 | 1 | -3/+13 |
| | | |||||
| * | trig functions for radians & degrees | Sam Anthony | 2023-02-11 | 2 | -16/+25 |
| | | |||||
| * | update version number to 0.5.1v0.5.1 | Sam Anthony | 2023-02-10 | 2 | -4/+2 |
| | | |||||
| * | fix bug: parsing buffer when it contains invalid chars | Sam Anthony | 2023-02-10 | 1 | -9/+9 |
| | | |||||
| * | remove mouse capture | Sam Anthony | 2023-02-09 | 1 | -7/+2 |
| | | |||||
| * | fix bug: parsing empty buffer | Sam Anthony | 2023-02-09 | 1 | -2/+6 |
| | | |||||
| * | remove unnecessary pub | Sam Anthony | 2023-02-09 | 1 | -3/+3 |
| | | |||||
| * | add comments | Sam Anthony | 2023-02-09 | 1 | -4/+11 |
| | | |||||