Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | font_get_width(), font_get_height(): New functions | Patrick McDermott | 2019-07-17 | 2 | -0/+18 |
| | |||||
* | font_find(): New function | Patrick McDermott | 2019-07-17 | 4 | -3/+95 |
| | |||||
* | main(): Destroy text | Patrick McDermott | 2019-07-17 | 1 | -0/+1 |
| | |||||
* | text_new(): Increment through string | Patrick McDermott | 2019-07-17 | 1 | -0/+2 |
| | |||||
* | text_new(): Reset width after newlines | Patrick McDermott | 2019-07-17 | 1 | -0/+1 |
| | |||||
* | image_render(): Get dimensions from text | Patrick McDermott | 2019-07-17 | 3 | -6/+19 |
| | |||||
* | text_*(): New functions | Patrick McDermott | 2019-07-17 | 3 | -1/+132 |
| | |||||
* | image_render(): Allocate and free row buffers | Patrick McDermott | 2019-07-17 | 1 | -18/+19 |
| | | | | | Move code from image_new() and image_destroy() and drop rows member from struct image. | ||||
* | Add copyright/license headers | Patrick McDermott | 2019-07-17 | 3 | -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 functions | Patrick McDermott | 2019-07-17 | 5 | -1/+124 |
| | |||||
* | Initial commit | Patrick McDermott | 2019-07-17 | 2 | -0/+2 |