Age | Commit message (Expand) | Author |
---|---|---|
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |
2019-06-30 | GUI: Use Win2K-like "warm gray" color instead of the older colder gray. | Andreas Kling |
2019-06-07 | LibGUI: Run clang-format on everything. | Andreas Kling |
2019-05-27 | LibGUI: Add GWidget::for_each_child_widget(callback). | Andreas Kling |
2019-04-10 | LibCore: Add CEvent and make LibGUI/GEvent inherit from it. | Andreas Kling |
2019-04-02 | LibGUI: Switch to a resizing cursor when hovering or using a GSplitter. | Andreas Kling |
2019-03-30 | LibGUI: Highlight the GSplitter when hovering over it. | Andreas Kling |
2019-03-30 | LibGUI: Add a simple GSplitter container widget. | Andreas Kling |