summaryrefslogtreecommitdiff
path: root/LibGUI/GStackWidget.cpp
AgeCommit message (Collapse)Author
2019-04-10LibCore: Add CEvent and make LibGUI/GEvent inherit from it.Andreas Kling
2019-03-23LibGUI: Add a GItemView class.Andreas Kling
This is a GAbstractView subclass that implements a icon-based view onto a GModel. It still need a bunch of work, but it's in basic usable shape.
2019-03-15IRCClient: Add a toolbar with some actions.Andreas Kling
2019-03-15LibGUI: Don't autofill the background of GStackWidget.Andreas Kling
2019-03-15LibGUI: Add a GStackWidget for many widgets sharing a single location.Andreas Kling
Call set_active_widget(GWidget*) to put a new widget on top.