summaryrefslogtreecommitdiff
path: root/src/gui
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-21changed video mode management, moved to video driver,Andreas Baumann
2017-07-14removed stddef.h and limits.h (come with the compiler header files)Andreas Baumann
2017-07-05tried to fix libc tests, currently they draw in too many dependenciesAndreas Baumann
2017-07-02simplified some driver manager code around calling virtual driver methodsAndreas 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-30playing with Z buffering in VGA driverAndreas Baumann
2017-06-30added a window to gui which is draggable by the mouseAndreas Baumann
2017-06-25we have a flickering mouse cursor and terrible redrawing of the desktop now :-)Andreas Baumann
2017-06-25put the mouse object into the global context so we can adjust theAndreas Baumann
2017-06-25fixed calculation of coordinates in text widgetAndreas Baumann
2017-06-24font is shown as a text widget nowAndreas Baumann
2017-06-24started to implement a widget showing text, the problem currentlyAndreas Baumann
2017-06-24printing whole ASCII font in VGA graphics modeAndreas Baumann
2017-06-24started to make some things in graphical VGA driver fasterAndreas Baumann
2017-06-21started to rewrite to use the main desktop widgetAndreas Baumann
2017-06-21fixed vtable initialization of desktopAndreas Baumann
2017-06-21improved VGA colorsAndreas Baumann
2017-06-21added the widget and the composite widget classesAndreas Baumann
2017-06-18added graphic context (stub)Andreas Baumann
2017-06-18started the widget frameworkAndreas Baumann