summaryrefslogtreecommitdiff
path: root/Widgets/Label.cpp
AgeCommit message (Expand)Author
2019-01-19Move Widget & friends into LibGUI.Andreas Kling
2019-01-13Minor GUI API things + make Button corners properly transparent.Andreas Kling
2019-01-12Update Painter class to the new coding style.Andreas Kling
2019-01-10Hook everything up to run the GUI on top of the kernel.Andreas Kling
2018-12-21Yet another pass of style fixes.Andreas Kling
2018-10-13Use fooEvent() type names for the virtual event handlers.Andreas Kling
2018-10-12Label should respect background/foreground color.Andreas Kling
2018-10-11More hacking on Widgets.Andreas Kling
2018-10-11More work on the bitmap font.Andreas Kling
2018-10-10More rage hacking on Widgets. Some very basic text drawing. :^)Andreas Kling
2018-10-10Intense hacking on Widgets.Andreas Kling