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