Age | Commit message (Expand) | Author |
---|---|---|
2019-07-27 | GWidget: Remove unused is_widget() virtual. | Andreas Kling |
2019-07-27 | GWidget: Add set_size_policy(Orientation, Policy). | Andreas Kling |
2019-07-25 | LibCore: Introduce a C_OBJECT macro. | Andreas Kling |
2019-07-20 | GWidget: Add set_preferred_size(width, height) overload. | Andreas Kling |
2019-07-20 | LibDraw: Move the Orientation enum to its own LibDraw header file. | Andreas Kling |
2019-07-18 | LibDraw: Introduce (formerly known as SharedGraphics.) | Andreas Kling |
2019-07-11 | GWidget: Make set_font() take either Font* or Font&. | Andreas Kling |
2019-07-10 | GWidget: Add "set_autofill" as an alias for set_fill_with_background_color. | Andreas Kling |
2019-07-10 | GWidget: Add placeholder setters for the backcolor/forecolor properties. | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |