Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |
2020-12-16 | LibGUI: Add ScrollableWidget helpers for rect conversion | Andreas Kling | |
to_content_rect() and to_widget_rect() help you convert rects from one coordinate space to the other. | |||
2020-09-25 | Meta+LibC through LibHTTP: Make clang-format-10 clean | Ben Wiederhake | |
Why break at LibHTTP? Because "Meta+Libraries" would be insanely large, and breaking between LibHTTP and LibJS makes the commits roughly evenly large. | |||
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling | |
This fits nicer with FloatRect,FloatPoint,FloatSize and gives a much better visual clue about what type of metric is being used. | |||
2020-05-04 | LibGUI: Add ScrollableWidget::viewport_rect_in_content_coordinates() | Andreas Kling | |
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 | |