summaryrefslogtreecommitdiff
path: root/src/gui/window.c
AgeCommit message (Expand)Author
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-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-06-30added a window to gui which is draggable by the mouseAndreas Baumann