Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | po/stamp-po: Exclude from Git | Patrick McDermott | 2019-07-17 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | po/POTFILES.in: Update | Patrick McDermott | 2019-07-17 | 1 | -0/+1 |
| | |||||
* | po/Makevars: New file | Patrick McDermott | 2019-07-17 | 1 | -0/+43 |
| | |||||
* | include/linux/module.h: Fix extra ";" warnings | Patrick McDermott | 2019-07-17 | 1 | -1/+2 |
| | |||||
* | lib/fonts/*.c: Add fonts | Patrick McDermott | 2019-07-17 | 6 | -0/+20590 |
| | |||||
* | *.png: Exclude from Git | Patrick McDermott | 2019-07-17 | 1 | -0/+3 |
| | |||||
* | Add copyright/license headers | Patrick McDermott | 2019-07-17 | 4 | -0/+84 |
| | | | | | | 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 |
| | |||||
* | gettextize-ize | Patrick McDermott | 2019-07-17 | 6 | -3/+32 |
| | |||||
* | include/linux/font.h, include/linux/module.h: New files | Patrick McDermott | 2019-07-17 | 2 | -0/+24 |
| | |||||
* | Initial commit | Patrick McDermott | 2019-07-17 | 17 | -0/+1354 |