Age | Commit message (Expand) | Author |
---|---|---|
2021-07-09 | LibGfx: Make enclosing_int_rect(FloatRect) actually enclose the rect | Andreas Kling |
2021-06-20 | LibGfx: Add a Line class and a Rect<T>::RelativeLocation class | Tom |
2021-06-16 | LibGfx: Convert Rect to east-const style | Andreas Kling |
2021-06-16 | LibGfx: Add a bunch of [[nodiscard]] to Gfx::Rect | Andreas Kling |
2021-06-11 | LibGfx: Add Rect::centered_on() | Dmitrii Ubskii |
2021-05-02 | LibGfx: Unify Rect, Point, and Size | Matthew Olsson |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling |
2021-03-02 | SpaceAnalyzer: Reduce thickness of black borders between cells. | Mart G |
2021-01-23 | LibGfx: Implement Rect resizing around a fixed point | Ben Wiederhake |
2021-01-22 | LibGfx: Allow comparing Points, Sizes, and Rects of different type | Nico Weber |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |