Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-22 | Add some blank lines | Mattias Andrée | 2 | -0/+9 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-22 | m doc | Mattias Andrée | 1 | -8/+6 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-22 | Put NULL, in doc, inside backticks | Mattias Andrée | 1 | -5/+5 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-22 | libfonts_get_output_dpi: inversion of transformation should be used | Mattias Andrée | 2 | -53/+88 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-22 | Fix EDID reading in libfonts_get_output_dpi and make it use the output transformation | Mattias Andrée | 7 | -73/+98 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-22 | Calculate logical subpixel order from transformation | Mattias Andrée | 2 | -69/+173 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-22 | Add documentation | Mattias Andrée | 2 | -3/+181 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-02-19 | Improve makefile | Mattias Andrée | 5 | -4/+12 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-11-21 | Fix union of overlapping charset subset ranges | Mattias Andrée | 1 | -1/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-11-20 | Implement libfonts_decode_font_description | Mattias Andrée | 2 | -0/+217 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-11-20 | Add prototype for libfonts_do_decoded_font_descriptions_match | Mattias Andrée | 1 | -0/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-11-11 | Implement libfonts_encode_font_description | Mattias Andrée | 3 | -1/+107 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-11-10 | Store DPI in floating point instead of deci-integer + implement libfonts_get_output_dpi | Mattias Andrée | 3 | -5/+46 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-11-10 | Add function prototype: libfonts_do_font_descriptions_match | Mattias Andrée | 1 | -0/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-11-10 | Implement libfonts_calculate_subpixel_order | Mattias Andrée | 3 | -2/+63 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2021-11-10 | Add missing include directive | Mattias Andrée | 1 | -0/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> |