Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-18 | LibGfx: Give Size and Rect * and *= operators | Nico Weber | |
2020-10-12 | LibGfx: Add Size::contains | Tom | |
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-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-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-06 | LibGfx: Unpublish Gfx::Size from the global namespace | Andreas Kling | |
2020-02-06 | LibGfx: Rename from LibDraw :^) | Andreas Kling | |