summaryrefslogtreecommitdiff
path: root/LibGUI/GTabWidget.cpp
AgeCommit message (Expand)Author
2019-06-03StringViewize a bunch of things -- mostly LibGUIRobin Burchell
2019-05-27LibCore+LibGUI: Add is<T>(CObject&) and to<T>(CObject&) helpers.Andreas Kling
2019-05-27LibGUI: Add GWidget::for_each_child_widget(callback).Andreas Kling
2019-05-07GTabWidget: Fill the entire tab widget instead of just the bar.Andreas Kling
2019-05-07GTabWidget: Tweak appearance.Andreas Kling
2019-05-07GTabWidget: Highlight tab buttons when hovered.Andreas Kling
2019-05-05ProcessManager+LibGUI: Tweak things to improve ProcessManager look.Andreas Kling
2019-05-05GTabWidget: Paint a frame around the container part of the widget.Andreas Kling
2019-05-05GTabWidget: Make a custom look for tab buttons.Andreas Kling
2019-05-05LibGUI: Start working on a tabbed widget container: GTabWidget.Andreas Kling