summaryrefslogtreecommitdiff
path: root/src/gui/text_widget.h
AgeCommit message (Expand)Author
2017-07-22moved color handling to video driver from generic VGA driverAndreas Baumann
2017-07-01replaced some strange access to .base.base with casts of the class to the cla...Andreas Baumann
2017-07-01got rid of superflous vtables in GUI class hierarchyAndreas Baumann
2017-07-01fixed get_focus error in widget (called the wrong parent)Andreas Baumann
2017-07-01added a strlcatAndreas Baumann
2017-06-30text widget has a constant buffer and owns the string to draw nowAndreas Baumann
2017-06-24started to implement a widget showing text, the problem currentlyAndreas Baumann