1
0
mirror of https://github.com/DanilaFe/abacus synced 2025-04-22 08:27:12 -07:00
Commit Graph

416 Commits

Author SHA1 Message Date
c3d53a5ab8 Merge branch 'master' into fxml-fix 2017-08-29 18:14:09 -07:00
df92017fbf Merge pull request #4 from DanilaFe/variable-parsing
Add variables into the parser.
2017-08-29 18:13:35 -07:00
56f3e7b153 Merge branch 'master' into variable-parsing 2017-08-29 18:11:30 -07:00
af121d8a07 Merge pull request #5 from DanilaFe/dokka-setup
Add dokka plugin to generate documentation.
2017-08-29 18:09:36 -07:00
6ae0d5a7e0 Move the FXML file for the fx project into the correct location. 2017-08-27 15:49:01 -07:00
3f3e1773b5 Add dokka plugin to generate documentation. 2017-08-27 15:47:32 -07:00
8f1d2139c7 Account for the new string-only node structure.
The output has to be the same as the user-provided input, as the
tree isn't converted to numbers until evaluation.
2017-08-18 16:31:54 -07:00
ab6565c780 Remove Abacus dependency from ShuntingYardParser. 2017-08-18 15:57:48 -07:00
b4d2dc0322 Move number string parsing from the parser into the reducer. 2017-08-18 14:26:33 -07:00
3f6f64c6a8 Temporarily substitute 0 for variables. 2017-08-18 14:21:48 -07:00
e61e23e80c Lex and parse variables. 2017-08-18 14:21:14 -07:00
110dd0e017 Implement a variable TreeNode. 2017-08-18 14:20:49 -07:00
a55764be54 Add a new TokenType for variables. 2017-08-18 14:20:37 -07:00
c3ab38b1e0 Add comment to DocumentationType. 2017-08-16 15:38:02 -07:00
b44b5d2531 Fix problems with scaling on mobile phones. 2017-08-15 01:24:48 -07:00
8711143145 Add a proper About page. 2017-08-15 01:02:16 -07:00
2b41078d52 Add the download page. 2017-08-15 00:40:28 -07:00
36a6bee9b5 Remove the rounded borders. 2017-08-15 00:40:21 -07:00
3c203be7af Change download to link to the Download page. 2017-08-15 00:40:05 -07:00
aedb446a64 Move button styling into scss. 2017-08-15 00:31:47 -07:00
3332c7ce1b Add a home layout. 2017-08-15 00:14:20 -07:00
ba38e112c8 Change the code font. 2017-08-14 23:42:17 -07:00
813c6529d8 Add some style to code. 2017-08-14 22:58:32 -07:00
8940ae94de Add the page layout for pages like About. 2017-08-14 22:58:27 -07:00
174029a3b4 Add support for navbar links. 2017-08-14 22:46:39 -07:00
ad3628ce43 Use the center class for centering the content. 2017-08-14 22:36:46 -07:00
bad0b1e87a Add a header. 2017-08-14 22:36:36 -07:00
cd8624c69d Add some basic CSS styling. 2017-08-14 22:36:26 -07:00
2ef95dc7cb Add the CSS file and link to it from head. 2017-08-14 21:40:37 -07:00
f2e434fcab Use the minima head.html include. 2017-08-14 21:28:28 -07:00
cf129b9ba7 Modify 404 to use the base layout. 2017-08-14 21:22:55 -07:00
ceb039f290 Start the base page layout. 2017-08-14 21:22:43 -07:00
082f92c924 Add a new head include. 2017-08-14 21:22:34 -07:00
0263c96b96 Remove default theme altogether. 2017-08-14 21:16:35 -07:00
83fd849e19 Overwrite the default header and footer. Temporarily blank. 2017-08-14 21:13:33 -07:00
5e6d19cf12 Create the about page. 2017-08-14 21:12:41 -07:00
23cac13260 Delete the about me page, and add a folder for pages. 2017-08-14 21:11:16 -07:00
7fff994da4 Remove the default post. 2017-08-14 19:42:14 -07:00
b3649fa539 Configure the default site. 2017-08-14 19:42:06 -07:00
4b656aa2d5 Create basic Jekyll template. 2017-08-14 19:21:17 -07:00
245a468293 Format code. 2017-08-14 19:03:52 -07:00
57439b938d Delete old, unused code. 2017-08-13 16:49:25 -07:00
84691a238e Move the JavaFX files written in Kotlin to the FX module. 2017-08-13 01:51:53 -07:00
745142e687 Reduce Kotlin version to 1.7 2017-08-13 01:08:19 -07:00
861bdf372d Split the project into separate modules. 2017-08-12 21:11:01 -07:00
cb104d5d5a Merge remote-tracking branch 'origin/inv-trig-doc' 2017-08-11 22:25:45 -07:00
e40e43f11e Merge branch 'inv-trig'
# Conflicts:
#	src/main/java/org/nwapw/abacus/plugin/StandardPlugin.java
2017-08-11 22:13:20 -07:00
4787386bf5 Merge branch 'master' of github.com:DanilaFe/abacus 2017-08-11 22:10:42 -07:00
Arthur Drobot
3d20073ae8 Inverse trig documentation. 2017-08-11 21:07:34 -07:00
Arthur Drobot
5aab5d967d Add examples to documentation of trig functions. 2017-08-11 20:32:39 -07:00