summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-04-27prepare 0.5.0-alpha.30.5.0-alpha.3Jovansonlee Cesar
2020-04-27prepare 0.5.0-alpha.3Jovansonlee Cesar
2020-04-27prepare 0.5.0-alpha.2Jovansonlee Cesar
2020-04-27Remove Cargo.lockJovansonlee Cesar
2020-04-27prepare 0.5.0-alpha.1Jovansonlee Cesar
2020-04-25use the same version in svgbob for svgbob_cli depJovansonlee Cesar
2020-04-25re-export sauron::NodeJovansonlee Cesar
2020-04-25Merge pull request #53 from KSXGitHub/patch-1Jovansonlee Cesar
Fix FUNDING.yml
2020-04-23Fix FUNDING.ymlKhải
Before this fix, yaml parses this file as a string (`"patreon:ivanceras"`) instead of an object (`{ "patreon": "invanceras" }`).
2020-03-22fix: make the code deal with more than just 2 widthJovansonlee Cesar
2020-02-29Use rust nightly0.5.0-alpha.1Jovansonlee Cesar
2020-02-29Merge branch 'master' of https://github.com/ivanceras/svgbobJovansonlee Cesar
2020-02-29Remove the path from sauronJovansonlee Cesar
2020-02-29Create rust.ymlJovansonlee Cesar
2020-02-29Expose the with-dom feature in svgbob, this is to allow usage of the ↵Jovansonlee Cesar
generated node readily usable as is in sauron projects, provided they uses the same version of sauron library
2020-02-29Make functions that return Node<()> into a return generics Node<MSG> to ↵Jovansonlee Cesar
allow usage of Node<MSG> generics in sauron apps
2020-02-27Fix the behaviour of merging line and polygon tags, the direction of the ↵Jovansonlee Cesar
arrow is now correct and only dealing with line that is in the same direction of the arrow marker Merging line with arrow and heading with opposite direction is not yet dealth
2020-02-14Change the default settings to match the originalJovansonlee Cesar
2020-02-14Merge pull request #48 from ivanceras/rewrite3-vectorizeJovansonlee Cesar
This is the 3rd major rewrite of the core architecture of svgbob. This provides major improvements in terms of performance, extensibility and modular design.
2020-02-14Prepare release 0.5.0-alpha.0rewrite3-vectorizeJovansonlee Cesar
2020-02-14Fix errored testsJovansonlee Cesar
2020-02-14cargo fmtJovansonlee Cesar
2020-02-14Improve docsJovansonlee Cesar
2020-02-13Add more connection to flexible character behavior: *,0,XoJovansonlee Cesar
2020-02-13Use cargo denyJovansonlee Cesar
2020-02-13Pass Settings to the property, so behavior can be dependent on flags that is ↵Jovansonlee Cesar
set in the settings
2020-02-13Use line properties rather than specific characterJovansonlee Cesar
2020-02-13Shorten the code excerptJovansonlee Cesar
2020-02-11More improvements on the Architecture designJovansonlee Cesar
2020-02-11Add Architecture documentJovansonlee Cesar
2020-02-04Revert "Update README.md"Jovansonlee Cesar
This reverts commit ca5443423ee779154eca263f4d4326e6365ba3cb.
2020-02-04Update README.mdJovansonlee Cesar
2020-02-03Move back the README and license to the root folderJovansonlee Cesar
2020-02-03Merge the rearchitecture code into the main svgbob codeJovansonlee Cesar
2020-01-30Create FUNDING.ymlJovansonlee Cesar
2020-01-30Update README.mdJovansonlee Cesar
2020-01-10Merge pull request #47 from mbarkhau/patch-2Jovansonlee Cesar
update crates badge link
2020-01-09update badge linkmbarkhau
2019-10-20Add timing in demo exampleJovansonlee Cesar
2019-09-18update of cargo.lockJovansonlee Cesar
2019-09-18bump up version for the cliJovansonlee Cesar
2019-09-18update cargo.lockJovansonlee Cesar
2019-09-18Use the ? for try operatorJovansonlee Cesar
2019-09-18Merge pull request #41 from corpix/feature/redundant-importsJovansonlee Cesar
removing redundant imports
2019-09-18Merge pull request #43 from corpix/feature/dynJovansonlee Cesar
fixed dynamically dispatched traits type declaration
2019-09-05fixed dynamically dispatched traits type declarationDmitry Moskowski
2019-08-14removing redundant importsDmitry Moskowski
rust 1.36.0: cargo build: error: the item `exit` is imported redundantly
2019-04-12cargo fmtJovansonlee Cesar
2018-10-05Regenerated the exampleJovansonlee Cesar
2018-10-05Remove unused codeJovansonlee Cesar
All elements is now class based styled, to allow overriding in the html embedding in css