summaryrefslogtreecommitdiff
path: root/src/text.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-04shl: move log.[ch] to shl_log.[ch]David Herrmann1-1/+1
2013-02-06build: major cleanupDavid Herrmann1-0/+3
2013-01-07uterm: move video API into uterm_video.hDavid Herrmann1-1/+1
2013-01-03text: add owner field to text-opsDavid Herrmann1-1/+10
2012-12-30text: use new shl-registry objectsDavid Herrmann1-138/+47
2012-12-10text: add render-support for multi-cell glyphsDavid Herrmann1-2/+5
2012-11-26text: use uterm_display directlyDavid Herrmann1-10/+10
2012-11-08text: add bold font as separate font objectDavid Herrmann1-0/+13
2012-09-18console: rename prefix to tsm_screen_*David Herrmann1-5/+5
2012-09-18text: pass symbol-data directly into text layerDavid Herrmann1-7/+11
2012-09-16shl: move timer to shl_timer_*David Herrmann1-1/+0
2012-09-15shl: move dlist to shl_dlist.hDavid Herrmann1-0/+1
2012-09-15shl: move dlist implementation to shl_dlist_*David Herrmann1-15/+15
2012-09-14unicode: move kmscon_symbol* to tsm_symbol*David Herrmann1-2/+2
2012-09-08console: make independent of text drawing layerDavid Herrmann1-0/+17
2012-09-08console: rename font_char_attr to kmscon_console_attrDavid Herrmann1-1/+1
2012-08-10text: fix choosing fallback backendDavid Herrmann1-1/+1
2012-08-10text: rework text renderer systemDavid Herrmann1-52/+161
2012-08-08text: move font_char_attr to text.hDavid Herrmann1-1/+0
2012-07-31text: add text renderer subsystemDavid Herrmann1-0/+391