From 56e94758c270e5a5d5805b440dd2eea69f9e0c2a Mon Sep 17 00:00:00 2001 From: zilti Date: Tue, 30 Oct 2018 10:11:36 +0000 Subject: [PATCH] Some stuff --- docs/clojurefx.html | 71 ++++++++---- docs/manual.texinfo | 53 ++++++--- project.clj | 8 +- src/clojurefx/clojurefx.clj | 174 ++++++++++++++++++----------- test/clojurefx/fxml_test.clj | 68 ++++++----- test/clojurefx/scenegraph_test.clj | 30 ++++- 6 files changed, 261 insertions(+), 143 deletions(-) diff --git a/docs/clojurefx.html b/docs/clojurefx.html index 17caaef..9b7bc2c 100644 --- a/docs/clojurefx.html +++ b/docs/clojurefx.html @@ -3,9 +3,10 @@ - +Copyright (C) 2016-2018 Daniel Ziltener. --> + + ClojureFX Manual @@ -13,7 +14,6 @@ Copyright (C) 2017 Daniel Ziltener. --> - @@ -92,7 +92,7 @@ Next:

ClojureFX

-

This is the documentation to ClojureFX, version 0.4.0. +

This is the documentation to ClojureFX, version 0.5.0.