1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-09-18 12:55:00 -07:00
Commit Graph

19 Commits

Author SHA1 Message Date
f00ad25d6a Implement correct plugin loading and registration. 2017-07-27 14:06:57 -07:00
7d822a3e77 Move parsing code into TreeBuilder, change lexing and parsing algorithms 2017-07-27 13:25:57 -07:00
49f6f2d21e Comment and clean up the Window class. 2017-07-26 19:10:55 -07:00
1b788c0a46 Comment and clean up HistoryTableModel code. 2017-07-26 19:04:39 -07:00
12e34230ec Add correct handling of failed reduces to both OpNode and Window. 2017-07-26 18:41:21 -07:00
0f2296c92a Change default calculator width. 2017-07-26 17:19:43 -07:00
6bdf9d855a Rename some variables to more appropriate names. 2017-07-26 17:18:40 -07:00
b0f10e011c Separate UI into tabbed panes, and change layout of side panel. 2017-07-26 17:17:21 -07:00
0aa9646b84 Temporarily move components into a tabbed pane. 2017-07-26 15:35:59 -07:00
2cabb8cf88 Add exit on close. 2017-07-26 15:23:22 -07:00
cc0d1d71d5 Make enter key call evaluate entered expression. 2017-07-26 15:22:29 -07:00
81c774fcf4 Add copy pasting to history. 2017-07-26 14:48:43 -07:00
d746db8c9f Implement a table as a history tracker. 2017-07-26 14:34:19 -07:00
53b9b56039 Add a new constructor to the UI, and move strings into constants. 2017-07-26 13:33:24 -07:00
7ba6f8a353 Add more comments. 2017-07-26 10:10:37 -07:00
d175a0d7d8 Make some adjustments to the UI. 2017-07-25 22:08:12 -07:00
ee63eb270e Tidy Window class with more explicit variable names and private vars. 2017-07-25 21:13:18 -07:00
61035437ed Delete unused main method. 2017-07-25 21:11:11 -07:00
rileyJones
f3f7efdb10 Add GUI 2017-07-25 14:52:57 -07:00