summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-10-23Introduce a set of macros for writing functions more concisely ๐ŸŽLaurenz
2019-10-22Add spacing functions ๐Ÿ”›Laurenz
2019-10-17Extend stack layouts from vertical to horizontal flows โžกLaurenz
2019-10-17Create basic box and line-break functions ๐Ÿ“ฆLaurenz
2019-10-17Add pagebreak function โญLaurenz
2019-10-17Implement context-modifying align ๐ŸงฉLaurenz
2019-10-16Rearrange layouting contexts โ™ปLaurenz
2019-10-16Allow center alignment ๐Ÿ“Laurenz
2019-10-16Implement space extension (multipage) โž•Laurenz
2019-10-15Refactor the main layouter โ™ปLaurenz
2019-10-15Fix double-spaces bug ๐ŸšงLaurenz
2019-10-14Refactor the text layouting โ™ปLaurenz
2019-10-14Refactor stack and flex layouter โ™ปLaurenz
2019-10-14Refactor and refine PDF exporter โ™ปLaurenz
2019-10-13Run rustfmt ๐ŸšฟLaurenz
2019-10-13Reformat some things ๐ŸงบLaurenz
2019-10-13Move functions to command-based architecture โœˆLaurenz
2019-10-13Refactor layout types ๐ŸšงLaurenz
2019-10-11Render debug boxes ๐ŸงญLaurenz
2019-10-11Create test runner which renders layouts to images ๐Ÿ—บLaurenz
2019-10-10Add standard `align` function and support right-alignment โžก๏ธLaurenz
2019-10-10Basic positional argument parsing ๐Ÿ—ƒLaurenz
Supported types are identifiers, strings, numbers, sizes and booleans.
2019-10-09Extract into separate repository ๐ŸงฑLaurenz
2019-07-28Reuse font loader across compilations ๐Ÿ”‹Laurenz Mรคdje
2019-07-28Reformat where clauses ๐ŸŽˆLaurenz Mรคdje
2019-07-28Create some benchmarks ๐Ÿ“ŠLaurenz Mรคdje
2019-07-27Improve subsetter testing โœ”Laurenz Mรคdje
2019-06-25Add more tests for table parsers ๐Ÿ”‹Laurenz
2019-06-23Refactor subsetter ๐ŸงฐLaurenz
2019-06-22Split font module into submodules ๐ŸงฑLaurenz
2019-06-22Parse loca table ๐Ÿ”จLaurenz
2019-06-22Add monospace syntax ๐Ÿ“ฐLaurenz
2019-06-22Unify font classes + By-value-contexts โš–Laurenz
2019-06-22Fix top-left text alignment ๐Ÿ“Laurenz
2019-06-22Implement function layouting โœ’Laurenz
2019-06-21Deduplicate action lists โœ‚Laurenz
2019-06-21Implement flex and box layouting ๐Ÿ“Laurenz
2019-06-17Introduce flex layouting ๐ŸŽˆLaurenz
2019-06-02Add more fonts ๐Ÿ“œLaurenz Mรคdje
2019-06-02Move to top-left default positioning ๐Ÿ“Laurenz Mรคdje
2019-06-02Add margins with basic box layouter ๐Ÿ“–Laurenz Mรคdje
2019-06-02Fix some documentation ๐ŸšงLaurenz Mรคdje
2019-05-26Devise text layouter ๐Ÿ“‘Laurenz
2019-05-26Thoroughly improve documentation ๐Ÿ“Laurenz
2019-05-24Restructure engine into modular layouter ๐Ÿ‚Laurenz
2019-05-20Unify parsing and typesetting functions. ๐Ÿ—ณLaurenz
2019-05-03Parse line and block comments ๐Ÿ“”Laurenz
2019-05-02Ignore escaped brackets for body measure ๐ŸฅLaurenz
2019-05-01Simplify the parsing model ๐Ÿ”‹Laurenz
2019-05-01Require scope for parser โ™ปLaurenz