Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m + implement libfonts_do_{decoded_,}font_descriptions_match | Mattias Andrée | 2023-01-10 | 1 | -2/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Print warnings | Mattias Andrée | 2023-01-08 | 1 | -0/+22 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix warnings | Mattias Andrée | 2023-01-08 | 1 | -10/+21 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | struct libfonts_context will be used to print warnings | Mattias Andrée | 2023-01-08 | 1 | -13/+26 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Draft implementations of libfonts_get_{default,output}_rendering_settings | Mattias Andrée | 2023-01-08 | 1 | -25/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add environment spoofing | Mattias Andrée | 2023-01-08 | 1 | -3/+47 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Improve libfonts_get_default_font_name and draft implementation of libfonts_get_default_font | Mattias Andrée | 2023-01-08 | 1 | -30/+11 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Move test-todos into .c-files and add empty test functions | Mattias Andrée | 2023-01-08 | 1 | -3/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix and test libfonts_get_default_font_name | Mattias Andrée | 2023-01-08 | 1 | -1/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Test and fix libfonts_calculate_subpixel_order | Mattias Andrée | 2023-01-08 | 1 | -3/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | More detailed subpixel layout descriptions | Mattias Andrée | 2023-01-08 | 1 | -20/+50 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix documentation | Mattias Andrée | 2023-01-07 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add tests | Mattias Andrée | 2023-01-07 | 1 | -7/+12 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add textual descriptions of subpixel layouts | Mattias Andrée | 2023-01-07 | 1 | -2/+264 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add libfonts_{get,unget}_subpixel_order_class | Mattias Andrée | 2023-01-07 | 1 | -0/+176 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add LIBFONTS_SUBPIXEL_ORDER_BALANCED_??_?? subpixels orders | Mattias Andrée | 2023-01-07 | 1 | -1/+277 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add subpixels diagrams | Mattias Andrée | 2023-01-07 | 1 | -0/+340 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add specifications to todos | Mattias Andrée | 2022-07-22 | 1 | -9/+32 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add default fonts | Mattias Andrée | 2022-07-22 | 1 | -0/+88 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add LIBFONTS_ANTIALIASING_GREYSCALE_FORCED | Mattias Andrée | 2022-07-22 | 1 | -0/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Doc libfonts_antialiasing | Mattias Andrée | 2022-07-22 | 1 | -0/+24 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add LIBFONTS_ANTIALIASING_UNSPECIFIED | Mattias Andrée | 2022-07-22 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | libfonts_get_default_rendering_settings shall be used by output-unaware applications | Mattias Andrée | 2022-07-22 | 1 | -0/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add min_dpsqi_for_greyscale and min_dpsqi_for_subpixel | Mattias Andrée | 2022-07-22 | 1 | -0/+19 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Improve libfonts_rendering_settings | Mattias Andrée | 2022-07-22 | 1 | -14/+25 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add documentation | Mattias Andrée | 2022-07-22 | 1 | -3/+64 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m doc | Mattias Andrée | 2022-07-22 | 1 | -8/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Put NULL, in doc, inside backticks | Mattias Andrée | 2022-07-22 | 1 | -5/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | libfonts_get_output_dpi: inversion of transformation should be used | Mattias Andrée | 2022-07-22 | 1 | -50/+14 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix EDID reading in libfonts_get_output_dpi and make it use the output transformation | Mattias Andrée | 2022-07-22 | 1 | -16/+35 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Calculate logical subpixel order from transformation | Mattias Andrée | 2022-07-22 | 1 | -29/+41 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add documentation | Mattias Andrée | 2022-07-22 | 1 | -2/+180 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add prototype for libfonts_do_decoded_font_descriptions_match | Mattias Andrée | 2021-11-20 | 1 | -0/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Implement libfonts_encode_font_description | Mattias Andrée | 2021-11-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Store DPI in floating point instead of deci-integer + implement libfonts_get_output_dpi | Mattias Andrée | 2021-11-10 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add function prototype: libfonts_do_font_descriptions_match | Mattias Andrée | 2021-11-10 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Implement libfonts_calculate_subpixel_order | Mattias Andrée | 2021-11-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add missing include directive | Mattias Andrée | 2021-11-10 | 1 | -0/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | First commit | Mattias Andrée | 2021-11-09 | 1 | -0/+318 |
Signed-off-by: Mattias Andrée <maandree@kth.se> |