Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-12 | LibGfx: Add overloads to Rect's shrink/inflate that accept a Size<T> | Tom | |
2020-10-09 | LibGfx: Add formatter for Rect. | asynts | |
2020-08-18 | LibGfx: Add convenience helpers for Rect | Tom | |
2020-08-12 | Meta: Replace remaining LibM/math.h includes with math.h | Linus Groh | |
2020-08-04 | Revert "LibM: Always include <math.h> instead of <LibM/math.h>" | Andreas Kling | |
This reverts commit dc12cbca41b8b667ae7ced1066647d47186d1557. Sadly this broke the build due to some confusion about <new>. Reverting until this can be solved fully. | |||
2020-08-04 | LibM: Always include <math.h> instead of <LibM/math.h> | Andreas Kling | |
This makes Lagom pick up the host math.h, which is what we want. | |||
2020-07-27 | LibGfx: Templatize Point, Size, and Rect | Matthew Olsson | |
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-12 | LibIPC+LibGfx: Templatize IPC encoding as well as decoding | Andreas Kling | |
Now most classes dictate how they are serialized and deserialized when transmitted across LibIPC sockets. This also makes the IPC compiler a bit simpler. :^) | |||
2020-03-29 | LibIPC+LibGfx: Pass the IPC::Decoder to decoding helpers | Andreas Kling | |
Instead of passing the BufferStream, pass the Decoder. I'd like to stop using BufferStream eventually anyway, so it's good to get it out of any API's where it's in currently. | |||
2020-03-08 | Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller | Andreas Kling | |
2020-02-15 | LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves | Andreas Kling | |
This shaves ~5 seconds off of a full build, not too bad. Also it just seems nicer to push this logic out to classes. It could be better but it's a start. :^) | |||
2020-02-15 | LibGfx: Move a bunch of LogStream::operator<< to cpp files | Andreas Kling | |
2020-02-11 | LibGfx: Add Rect::operator!=(Rect) | Andreas Kling | |
2020-02-06 | LibGfx: Unpublish Gfx::Rect from global namespace | Andreas Kling | |
2020-02-06 | LibGfx: Rename from LibDraw :^) | Andreas Kling | |