summaryrefslogtreecommitdiffstats
path: root/svgbob/src/buffer/cell_buffer.rs
AgeCommit message (Expand)Author
2021-09-13Reorganize directory structure, update to sauron 0.43.40.6.2Jovansonlee Cesar
2021-09-09Improve code readability on view by using arrays instead of vecJovansonlee Cesar
2021-08-20Fix jssJovansonlee Cesar
2021-08-17Fix issue#38Jovansonlee Cesar
2021-08-17Add test for issue#38 and remove panicking code due to char boundary errorJovansonlee Cesar
2021-08-14Use 'sauron::jss' macro to simplify creating a css from settingsJovansonlee Cesar
2021-07-10Add a calculation for circle center and radius, instead of the hard coded oneJovansonlee Cesar
2021-07-06Include circle in intersection testJovansonlee Cesar
2021-07-06Add a function to return regular shapes such as circle and rect, this will be...Jovansonlee Cesar
2021-07-05refactor group_node_and_fragments to clearly group the fragments first, as th...Jovansonlee Cesar
2021-06-30Add doc commentJovansonlee 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-26Fix the textnode where whitespaces are omittedJovansonlee Cesar
2020-11-26Fix some bugs on text escaping, where the last bit of the text at the end is ...Jovansonlee Cesar
2020-11-25cargo fmtJovansonlee Cesar
2020-11-25Remove warningsJovansonlee Cesar
2020-11-13Fix stray printsDavid Tolnay
2020-11-04enable text escaping featureJovansonlee Cesar
2020-11-04Add escape_line for escaping non-drawing characters with double quotesJovansonlee Cesar
2020-11-04Fix the order of backdrop and fragment nodesJovansonlee Cesar
2020-11-04Add options settings to include/exclude backdrop, styles and defsJovansonlee Cesar
2020-02-29Make functions that return Node<()> into a return generics Node<MSG> to allow...Jovansonlee Cesar
2020-02-13Add more connection to flexible character behavior: *,0,XoJovansonlee Cesar
2020-02-13Pass Settings to the property, so behavior can be dependent on flags that is ...Jovansonlee Cesar
2020-02-11More improvements on the Architecture designJovansonlee Cesar
2020-02-03Merge the rearchitecture code into the main svgbob codeJovansonlee Cesar