summaryrefslogtreecommitdiffstats
path: root/svgbob/src/lib.rs
AgeCommit message (Expand)Author
2021-09-13Reorganize directory structure, update to sauron 0.43.40.6.2Jovansonlee Cesar
2021-09-13reexport nalgebra, add logging on points ordJovansonlee Cesar
2021-08-17Add notes to reexportJovansonlee Cesar
2021-08-14Add a compressed variant to the generated svgJovansonlee Cesar
2021-06-30Add a function to convert ascii to svg with an override sizeJovansonlee Cesar
2020-11-28Expose some functions and structsJovansonlee Cesar
2020-11-25cargo fmtJovansonlee Cesar
2020-11-25Remove warningsJovansonlee Cesar
2020-09-21update to latest sauronJovansonlee Cesar
2020-07-19migrate to sauron 0.27Jovansonlee Cesar
2020-05-09make the crate compile to stableJovansonlee Cesar
2020-04-25re-export sauron::NodeJovansonlee Cesar
2020-02-29Make functions that return Node<()> into a return generics Node<MSG> to allow...Jovansonlee Cesar
2020-02-27Fix the behaviour of merging line and polygon tags, the direction of the arro...Jovansonlee Cesar
2020-02-03Merge the rearchitecture code into the main svgbob codeJovansonlee Cesar
2019-04-12cargo fmtJovansonlee Cesar
2018-09-05Make build to stable versionJovansonlee Cesar
2018-08-03Make '. ,' connections solid againJovansonlee Cesar
2018-08-03Remove warnings and error messagesJovansonlee Cesar
2018-08-02Add enhance_circle module as a different enhance trait, this is run first bef...Jovansonlee Cesar
2018-07-29Make the underscore work properlyJovansonlee Cesar
2018-07-29remove unused warningsJovansonlee Cesar
2018-07-29refactored to modularized components to its corresponding fileJovansonlee Cesar
2018-07-29Added arrowstart markerJovansonlee Cesar
2018-07-29removed enhancementsJovansonlee Cesar
2018-07-29A good improvement on reducing the linesJovansonlee Cesar
2018-07-28Add color and background color to settingsJovansonlee Cesar
2018-05-22Fix tests, remove warningsJovansonlee Cesar
2018-03-04cargo fmtJovansonlee Cesar
2018-03-04Remove warning, letting it compile on stableJovansonlee Cesar
2018-02-22Allow control over stroke width, and overall scalingFranz Thoma
2018-02-19Add config option for fontFranz Thoma
2018-02-09Fix literal string escapingFranz Thoma
2017-11-17fix inclusive range new syntaxJovansonlee Cesar
2017-09-04fix the parser, by putting escape_sequence firstJovansonlee Cesar
2017-08-23added get all text, fix spongedown editor by subtracting 1 to rows and columnsJovansonlee Cesar
2017-08-23corrected escaping of string, added multiline parsingJovansonlee Cesar
2017-08-23Add rect, use_as_text now checks if the neighbors are drawing elementsJovansonlee Cesar
2017-08-08Add medium size circle, add escaping of stringsJovansonlee Cesar
2017-08-02Stable looking behaviors on circlesJovansonlee Cesar
2017-08-01A desirable stable configurationsJovansonlee Cesar
2017-07-31Completed major use case for intended behaviorsJovansonlee Cesar
2017-07-30Completed converting to point-blockJovansonlee Cesar
2017-07-30Completed a functional implementation of signal-base-connectionJovansonlee Cesar
2017-07-28Added querselector for plugin componenetsJovansonlee Cesar
2017-07-26More architectural change in character propertiesJovansonlee Cesar
2017-07-24Change the architecture to use signal base connection, less hard codingJovansonlee Cesar
2017-07-21More spec and spec testJovansonlee Cesar
2017-07-20Make the circle transparent, correct line boundaries touching the circleJovansonlee Cesar
2017-07-13Render big arcsJovansonlee Cesar