Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-01-10 | Ignore case (ASCII) when comparing font descriptions | Mattias Andrée | 1 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-10 | libfonts_do_font_descriptions_match: attempt to decode first to handle unnormalized data | Mattias Andrée | 2 | -16/+40 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-10 | m + implement libfonts_do_{decoded_,}font_descriptions_match | Mattias Andrée | 6 | -35/+149 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-09 | m | Mattias Andrée | 1 | -6/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-09 | Use XXX instead of TODO for missing function tests | Mattias Andrée | 10 | -12/+12 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-09 | Implement libfonts_parse_double__ and last part of libfonts_get_output_rendering_settings (section aliases) | Mattias Andrée | 2 | -6/+36 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | Print warnings | Mattias Andrée | 7 | -17/+64 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | m + add tests | Mattias Andrée | 5 | -104/+184 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | Fix warnings | Mattias Andrée | 10 | -69/+111 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | Partially implement libfonts_get_default_font, libfonts_get_{default,output}_rendering_settings | Mattias Andrée | 13 | -27/+648 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | Fix error handling | Mattias Andrée | 3 | -65/+81 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | struct libfonts_context will be used to print warnings | Mattias Andrée | 4 | -50/+66 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | m | Mattias Andrée | 2 | -0/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | Draft implementations of libfonts_get_{default,output}_rendering_settings | Mattias Andrée | 6 | -26/+242 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | Add environment spoofing | Mattias Andrée | 8 | -65/+187 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | Improve libfonts_get_default_font_name and draft implementation of libfonts_get_default_font | Mattias Andrée | 5 | -93/+254 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | m | Mattias Andrée | 1 | -0/+16 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | Fix and test libfonts_get_output_dpi | Mattias Andrée | 1 | -25/+303 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | Move test-todos into .c-files and add empty test functions | Mattias Andrée | 5 | -9/+45 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | Fix and test libfonts_get_default_font_name | Mattias Andrée | 3 | -2/+79 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | m | Mattias Andrée | 1 | -3/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | Test and fix libfonts_calculate_subpixel_order | Mattias Andrée | 3 | -5/+346 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-08 | More detailed subpixel layout descriptions | Mattias Andrée | 1 | -20/+50 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-07 | Fix documentation | Mattias Andrée | 1 | -4/+4 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-07 | Add tests | Mattias Andrée | 6 | -12/+335 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-07 | Add textual descriptions of subpixel layouts | Mattias Andrée | 1 | -2/+264 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-07 | Add libfonts_{get,unget}_subpixel_order_class | Mattias Andrée | 4 | -1/+271 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-07 | Add LIBFONTS_SUBPIXEL_ORDER_BALANCED_??_?? subpixels orders | Mattias Andrée | 1 | -1/+277 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2023-01-07 | Add subpixels diagrams | Mattias Andrée | 2 | -1/+341 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-22 | Add specifications to todos | Mattias Andrée | 1 | -9/+32 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-22 | Add default fonts | Mattias Andrée | 3 | -0/+138 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-22 | Add LIBFONTS_ANTIALIASING_GREYSCALE_FORCED | Mattias Andrée | 1 | -0/+6 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-22 | Doc libfonts_antialiasing | Mattias Andrée | 1 | -0/+24 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-22 | Add LIBFONTS_ANTIALIASING_UNSPECIFIED | Mattias Andrée | 1 | -0/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-22 | libfonts_get_default_rendering_settings shall be used by output-unaware applications | Mattias Andrée | 1 | -0/+3 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-22 | Add min_dpsqi_for_greyscale and min_dpsqi_for_subpixel | Mattias Andrée | 1 | -0/+19 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-22 | Improve libfonts_rendering_settings | Mattias Andrée | 1 | -14/+25 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-07-22 | Add documentation | Mattias Andrée | 1 | -3/+64 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
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> |