Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-10 | LibCore: Add CEvent and make LibGUI/GEvent inherit from it. | Andreas Kling | |
2019-03-23 | LibGUI: 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-15 | IRCClient: Add a toolbar with some actions. | Andreas Kling | |
2019-03-15 | LibGUI: Don't autofill the background of GStackWidget. | Andreas Kling | |
2019-03-15 | LibGUI: Add a GStackWidget for many widgets sharing a single location. | Andreas Kling | |
Call set_active_widget(GWidget*) to put a new widget on top. |