summaryrefslogtreecommitdiff
path: root/src/library/mod.rs
AgeCommit message (Expand)Author
2021-11-16Introduce `SizedNode`Laurenz
2021-11-16Revert page and inline levelsLaurenz
2021-11-16Move `lang` functionality into `par`Laurenz
2021-11-16Introduce `FlowNode`Laurenz
2021-11-15Make clippy happier and remove `Str`Laurenz
2021-11-02Reduce namespace pollutionLaurenz
2021-11-02Smallcaps, sub- and superscript, ligature ctrls...Martin Haug
2021-10-31Reorganize modulesLaurenz
2021-10-28Add `move` functionLaurenz
2021-10-26Simplify node constructionLaurenz
2021-10-26Fr in stack and parLaurenz
2021-10-25Replace `..` syntax with `range` functionLaurenz
2021-10-23New `ShapeNode`Laurenz
2021-10-10Rename `State` to `Style` and move it into its own moduleLaurenz
2021-10-10Move paint and colors into `geom`Laurenz
2021-10-05Error on out-of-range values in `rgb`Laurenz
2021-10-05Add `assert` functionLaurenz
2021-09-28Allow linear values for text edgesLaurenz
2021-09-10Rename `Arguments` to `Args`Laurenz
2021-08-31More utility functionsLaurenz
2021-08-30Add abs() functionLaurenz
2021-08-30Lower- and uppercase string conversion functionsLaurenz
2021-08-29Allow body for font function once againLaurenz
2021-08-23Links! (#43)Martin
2021-08-19Refactor layouting a bitLaurenz
2021-08-17Library functions behave more imperativelyLaurenz
2021-08-14Separate type for string valuesLaurenz
2021-07-30Fatal errorsLaurenz
2021-07-29Move font family and refactor alignmentLaurenz
2021-07-29Move EcoString and OptionExt into utilLaurenz
2021-07-11Simpler castingLaurenz
2021-07-10Reference-count complex valuesLaurenz
2021-07-10Eco string 🌱Laurenz
2021-07-08Rename Fill to PaintLaurenz
2021-06-26Add box and block functionsLaurenz
2021-06-26Cleanse libraryLaurenz
2021-06-25Make font take everything as keyword argumentsLaurenz
2021-06-18Len function for strings, arrays and dictionariesLaurenz
2021-06-11Remove props in favor of using state for everythingLaurenz
2021-06-10Text decorationsMartin Haug
2021-06-09Add a grid layouterMartin Haug
2021-06-09Lists with indent-based parsingLaurenz
2021-05-23A few predefined colors for testingLaurenz
2021-05-23Stack functionLaurenz
2021-05-18Rename _new to new and typify to valueLaurenz
2021-05-18Min and max functionsLaurenz
2021-04-23Reengineer font and resource loading 🏞Laurenz
2021-03-29Move around test cases 🚚Laurenz
2021-03-25Refactor alignments & directions 📐Laurenz
2021-03-24Text shaping 🚀Laurenz