Age | Commit message (Expand) | Author |
---|---|---|
2019-10-09 | LibGUI: Add GScrollableWidget::to_widget_position() | Andreas Kling |
2019-10-03 | GScrollableWidget: Add to_content_position(Point) | Andreas Kling |
2019-09-22 | LibCore: Remove ObjectPtr in favor of RefPtr | Andreas Kling |
2019-09-21 | LibGUI: Convert GWidget to ObjectPtr | Andreas Kling |
2019-09-21 | LibGUI: Convert GScrollBar to ObjectPtr | Andreas Kling |
2019-09-05 | LibGUI: Teach GScrollableWidget how to hide unnecessary scrollbars | Andreas Kling |
2019-09-01 | LibGUI: Add a way for GWidgets to do custom layout on child hide/show | Andreas Kling |
2019-07-25 | LibCore: Introduce a C_OBJECT macro. | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |