Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-02-19 | Fix function name | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-02-19 | Makefile: add support for shared library | Mattias Andrée | 4 | -7/+59 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-02-19 | Use c99 instead of cc -std=c99 | Mattias Andrée | 1 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-12-26 | Update to use version 1 of libgrapheme | Mattias Andrée | 3 | -7/+9 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-08-18 | Small fixes + other font types should be handled via conversion | Mattias Andrée | 5 | -36/+59 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-08-17 | Add support for gzip compression and prepare for PSF support | Mattias Andrée | 15 | -41/+313 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-08-13 | m | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-08-05 | Fix typo | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-08-05 | Add support for horizontal blanking interval in output images | Mattias Andrée | 3 | -3/+4 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-08-05 | Improvements for character transformations | Mattias Andrée | 6 | -63/+78 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-08-05 | make demo flexible + minor fixes | Mattias Andrée | 4 | -28/+609 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-08-05 | m | Mattias Andrée | 1 | -1/+3 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-08-05 | minor fixes and cleanups, and update to use new version of libgrapheme and add text length parameter instead of using NUL-termination | Mattias Andrée | 14 | -66/+74 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-01 | demo: refuse to write image to terminal | Mattias Andrée | 1 | -0/+6 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-01 | m | Mattias Andrée | 1 | -1/+6 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-01 | m fix | Mattias Andrée | 1 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-30 | Add flag for ignoring variant selectors that the font does not support | Mattias Andrée | 1 | -0/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-30 | Add libskrift_open_font_at | Mattias Andrée | 4 | -0/+23 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-29 | reverse_text: use restrict | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-29 | Add support for mirrored text (mirror both text and characters for right-to-left) | Mattias Andrée | 4 | -4/+39 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-29 | m | Mattias Andrée | 1 | -0/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-29 | Add support for inter-letter spacing | Mattias Andrée | 4 | -8/+8 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-29 | m | Mattias Andrée | 1 | -14/+14 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-29 | Add support for text-level transformation | Mattias Andrée | 5 | -11/+26 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-29 | Add support for character mirroring and add functions for creating transformations | Mattias Andrée | 15 | -42/+192 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-28 | Add support for character transformation | Mattias Andrée | 3 | -16/+50 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-28 | Thread-safety | Mattias Andrée | 2 | -6/+8 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-28 | Document alpha blending algorithm | Mattias Andrée | 2 | -1/+49 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-28 | Fix blending function error for non-premultiplied surfaces | Mattias Andrée | 2 | -7/+7 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-28 | The demo no longer uses libgrapheme | Mattias Andrée | 1 | -2/+0 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-28 | More things that are out of scope | Mattias Andrée | 1 | -0/+6 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-28 | Line breaks are out of scope | Mattias Andrée | 1 | -0/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-28 | Update README with missing feature | Mattias Andrée | 1 | -0/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-28 | simply readme | Mattias Andrée | 1 | -3/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-28 | m | Mattias Andrée | 1 | -0/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-28 | m | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-04-28 | m | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> |