Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-03 | LibGUI: Remove Button& parameter from Button::on_click hook | Andreas Kling | |
There was but a single user of this parameter and it's a bit tedious to write it out every time, so let's get rid of it. | |||
2020-02-23 | LibGUI: Remove parent parameter to GUI::Widget constructor | Andreas Kling | |
2020-02-23 | LibGUI: Don't require passing a parent to widget constructors | Andreas Kling | |
This is a step towards using Core::Object::add<T> more, which takes care of parenting the newly created child automatically. | |||
2020-02-16 | LibGUI: Add forwarding header | Andreas Kling | |
This patch adds <LibGUI/Forward.h> and uses it a bunch. It also dragged various header dependency reduction changes into it. | |||
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling | |