summaryrefslogtreecommitdiff
path: root/src/library
AgeCommit message (Expand)Author
2021-08-30Lower- and uppercase string conversion functionsLaurenz
2021-08-29Allow body for font function once againLaurenz
2021-08-27Make font fallback disableableLaurenz
2021-08-24Switch from state to decorations for underline/strikethrough/overlineLaurenz
2021-08-23Links! (#43)Martin
2021-08-21Shorter/clearer field name for geometry typesLaurenz
2021-08-19Refactor layouting a bitLaurenz
2021-08-17Library functions behave more imperativelyLaurenz
2021-08-17More logical ordering and namingLaurenz
2021-08-17Make percentages for h and v relative to area instead of font sizeLaurenz
2021-08-16Convert single-field structs to tuple structsLaurenz
2021-08-14Separate type for string valuesLaurenz
2021-08-13Add file information to spansLaurenz
2021-08-12Array and dictionary indexingLaurenz
2021-08-10Minor refactoringsLaurenz
2021-08-09New source loading architectureLaurenz
2021-07-30Fatal errorsLaurenz
2021-07-29Refactor stateLaurenz
2021-07-29Move font family and refactor alignmentLaurenz
2021-07-29Move EcoString and OptionExt into utilLaurenz
2021-07-25Merge font and par state into text stateLaurenz
2021-07-21Main context structLaurenz
2021-07-20FileId instead of Path + FileHashLaurenz
2021-07-11Simpler castingLaurenz
2021-07-10Remove warnings from parsing and castingLaurenz
2021-07-10Move comparisons into standard traitsLaurenz
2021-07-10Reference-count complex valuesLaurenz
2021-07-10Eco string 🌱Laurenz
2021-07-08Rename Fill to PaintLaurenz
2021-07-08Rename some library argumentsLaurenz
2021-06-30Remove color literals (#39)Laurenz
2021-06-30Make clippy a bit happierLaurenz
2021-06-29Make use of wide callsLaurenz
2021-06-27Fix capturing bugLaurenz
2021-06-26Add box and block functionsLaurenz
2021-06-26Remove unused template name fieldLaurenz
2021-06-26Cleanse libraryLaurenz
2021-06-25Make font take everything as keyword argumentsLaurenz
2021-06-18Ref count the framesMartin
2021-06-18LevelsMartin
2021-06-18Remove eat_ prefixLaurenz
2021-06-18Len function for strings, arrays and dictionariesLaurenz
2021-06-17Constraints (#31)Martin
2021-06-13Refactor column resolvingLaurenz
2021-06-12Allow grid cells to span multiple regions. (#30)Martin
2021-06-11Push some nodes directly into the stackLaurenz
2021-06-11Remove props in favor of using state for everythingLaurenz
2021-06-10Text decorationsMartin Haug
2021-06-09Tidy upLaurenz
2021-06-09Add a grid layouterMartin Haug