summaryrefslogtreecommitdiffstats
path: root/svgbob/src/lib.rs
AgeCommit message (Expand)Author
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
2017-07-12Some fix for utf8, and full-width character hack workaroundJovansonlee Cesar
2017-07-04Remove debug logsJovansonlee Cesar
2017-07-04api, to_stringJovansonlee Cesar
2017-07-01Added usecase for negative rows / negative columns locationsJovansonlee Cesar
2017-06-30make pub some focuschar functionality, added insert_line apiJovansonlee Cesar
2017-06-30Add api to modify grid content in placeJovansonlee Cesar
2017-06-30Add implementation to modify grid content by location, remove neighbor, remov...Jovansonlee Cesar
2017-06-29Fix testsJovansonlee Cesar
2017-06-29Further optimize by setting the focused char before handJovansonlee Cesar
2017-06-29Remove gchars and optimize performanceJovansonlee Cesar
2017-06-29Add testJovansonlee Cesar
2017-06-29A huge optimization by utilizing indexes instead of using iteratorJovansonlee Cesar
2017-06-27A rewrite on architectureJovansonlee Cesar
2017-05-05Add open and junction circleJovansonlee Cesar
2017-04-27Fix pointed trianglesJovansonlee Cesar
2017-04-24Prioritize used as drawing element, no more used as text checkingJovansonlee Cesar
2017-04-23Fix connections on corner of some linesJovansonlee Cesar