summaryrefslogtreecommitdiff
path: root/src/style.rs
AgeCommit message (Collapse)Author
2020-10-04Separate state and constraints ๐ŸงถLaurenz
2020-10-03Int, Float, Relative and Linear values ๐Ÿ‰Laurenz
2020-10-03Port to kurbo ๐ŸŽ‹Laurenz
2020-10-03Rename bold/italic to strong/emph โœLaurenz
2020-09-27Fix for updated fontdock โœ”Laurenz
2020-08-30Format everything with rustfmt! ๐Ÿ’šLaurenz
2020-08-04Par nodes ๐ŸงณLaurenz
2020-08-03Formatting, documentation and small improvements ๐ŸงฝLaurenz
2020-08-02Refactor model into tree ๐Ÿ›’Laurenz
2020-08-01Raw lengths ๐ŸšฒLaurenz
Replace unitless length with raw f64 and introduce length type with unit.
2020-08-01Port font handling to fontdock and ttf-parser ๐Ÿ›ณLaurenz
- Use fontdock for indexing fonts and querying - Typst binary now automatically indexes and uses system fonts in addition to a fixed font folder! - Removes subsetting support for now (was half-finished anyways, plan is to use harfbuzz for subsetting in the future) - Adds font width configuration support
2020-07-29Move, rename and switch some things (boring) ๐ŸššLaurenz
- Problems -> Diagnostics - Position -> Pos - offset_spans -> Offset trait - Size -> Length (and some more size types renamed) - Paper into its own module - scope::Parser -> parsing::CallParser - Create `Decorations` alias - Remove lots of double newlines - Switch from f32 to f64
2020-02-13New syntax features ๐Ÿ‘”Laurenz
- Forced line breaks with backslash followed by whitespace - (Multline) raw text in backticks - Set font class fallbacks with [font.family] (e.g. [font.family: monospace=("CMU Typewriter Text")]) - More sophisticated procedure to find end of function, which accounts for comments, strings, raw text and nested functions (this is a mix of a feature and a bug fix)
2020-02-06Highlight bold / italic / monospace ๐ŸŽจLaurenz
2020-02-03Better Debug/Display and Derives ๐ŸงฝLaurenz
2020-02-03Upgrade to new toddle interface ๐ŸณLaurenz
2020-01-26Document everything ๐Ÿ“œLaurenz
2020-01-24Reorganize modules ๐ŸงฑLaurenz
2020-01-24Non-fatal argument parsing ๐ŸŒ‹Laurenz
2020-01-20Merge branch 'master' into syntax-modelMartin Haug
2020-01-20Page margin classes! ๐ŸฟMartin Haug
2020-01-11Re-engineer tokenization ๐ŸšฟLaurenz
2020-01-06Define base fallback list โ™พLaurenz
2020-01-06Asyncify font loading ๐ŸชLaurenz
2020-01-05Re-enable *, _ and `.Laurenz
2020-01-04Adopt new font loading engine โš™Laurenz
2019-12-30Simple line layouter ๐ŸงพLaurenz
2019-12-15Merge branch 'dev' of https://github.com/laurmaedje/typstc into devLaurenz
2019-12-15Paper styles and scalable+default margins ๐Ÿ“œLaurenz
2019-12-15Merged changes ๐Ÿ”€Martin Haug
2019-12-15Reformat paper styles โ™ปLaurenz
2019-12-14Added shitload of page dimension definitions ๐Ÿ“˜Martin Haug
2019-12-13More consistent library code and functions ๐ŸŽ„Laurenz
2019-12-12Tidying up ๐ŸงนLaurenz
2019-12-12Add font size function ๐ŸŒฑLaurenz
2019-11-30Refactor layouting base โ™ปLaurenz
2019-11-28Remove bad tests and tweak numbers for better debugging ๐ŸงชLaurenz
2019-11-18Page style modification functions ๐Ÿ“œLaurenz
- `page.size` - `page.margins`
2019-11-16Generalize tree layouter ๐ŸŒฒLaurenz
2019-10-30Improve documentation comments ๐Ÿ“œLaurenz
2019-10-13Run rustfmt ๐ŸšฟLaurenz
2019-10-13Reformat some things ๐ŸงบLaurenz
2019-10-09Extract into separate repository ๐ŸงฑLaurenz
2019-06-22Unify font classes + By-value-contexts โš–Laurenz
2019-06-22Implement function layouting โœ’Laurenz
2019-06-21Implement flex and box layouting ๐Ÿ“Laurenz
2019-06-17Introduce flex layouting ๐ŸŽˆLaurenz