summaryrefslogtreecommitdiff
path: root/src/gui/widget.c
AgeCommit message (Expand)Author
2017-07-22separated video driver in a virtual video driver and a specificAndreas Baumann
2017-07-22moved color handling to video driver from generic VGA driverAndreas Baumann
2017-07-14removed stddef.h and limits.h (come with the compiler header files)Andreas Baumann
2017-07-02simplified some driver manager code around calling virtual driver methodsAndreas Baumann
2017-07-01fixed get_focus error in widget (called the wrong parent)Andreas Baumann
2017-06-21started to rewrite to use the main desktop widgetAndreas Baumann
2017-06-21added the widget and the composite widget classesAndreas Baumann
2017-06-18started the widget frameworkAndreas Baumann