summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* image_render(): Switch to 8-bit/color RGBPatrick McDermott2019-07-171-7/+4
|
* image_render(): Use font dimensionsPatrick McDermott2019-07-173-5/+8
|
* font_get_width(), font_get_height(): New functionsPatrick McDermott2019-07-172-0/+18
|
* font_find(): New functionPatrick McDermott2019-07-174-3/+95
|
* main(): Destroy textPatrick McDermott2019-07-171-0/+1
|
* text_new(): Increment through stringPatrick McDermott2019-07-171-0/+2
|
* text_new(): Reset width after newlinesPatrick McDermott2019-07-171-0/+1
|
* image_render(): Get dimensions from textPatrick McDermott2019-07-173-6/+19
|
* text_*(): New functionsPatrick McDermott2019-07-173-1/+132
|
* image_render(): Allocate and free row buffersPatrick McDermott2019-07-171-18/+19
| | | | | Move code from image_new() and image_destroy() and drop rows member from struct image.
* Add copyright/license headersPatrick McDermott2019-07-173-0/+63
| | | | | | include/linux/font.h, src/image.h, and currently src/main.c probably lack sufficient creativity to be copyrightable, but I'm adding license headers just to be explicit.
* image_*(): New functionsPatrick McDermott2019-07-175-1/+124
|
* Initial commitPatrick McDermott2019-07-172-0/+2