aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move test-todos into .c-files and add empty test functionsMattias Andrée2023-01-081-6/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix and test libfonts_get_default_font_nameMattias Andrée2023-01-081-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Test and fix libfonts_calculate_subpixel_orderMattias Andrée2023-01-081-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2023-01-071-3/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libfonts_{get,unget}_subpixel_order_classMattias Andrée2023-01-071-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add default fontsMattias Andrée2022-07-221-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix EDID reading in libfonts_get_output_dpi and make it use the output transformationMattias Andrée2022-07-221-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve makefileMattias Andrée2022-02-191-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement libfonts_decode_font_descriptionMattias Andrée2021-11-201-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement libfonts_encode_font_descriptionMattias Andrée2021-11-111-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Store DPI in floating point instead of deci-integer + implement libfonts_get_output_dpiMattias Andrée2021-11-101-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement libfonts_calculate_subpixel_orderMattias Andrée2021-11-101-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2021-11-091-0/+67
Signed-off-by: Mattias Andrée <maandree@kth.se>