Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-25 | AK, LibGfx, LibGUI: Initialize various variables to zero. | Emanuel Sprung | |
The not initialized variables can lead to compiler warnings that become errors with the -Werror flag. | |||
2020-02-23 | LibGfx: Fix accidentally hardcoded font height in Font::clone() | Tibor Nagy | |
2020-02-23 | LibGfx: Add a way to construct an empty Font with arbitrary metrics | Andreas Kling | |
2020-02-20 | LibGfx+LibGUI: Allow theming the focus outline of AbstractButton | Tibor Nagy | |
2020-02-20 | LibGfx+LibGUI: Allow theming the text cursor | Tibor Nagy | |
2020-02-19 | LibGfx: Add ColorRoles for rulers | Tibor Nagy | |
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-16 | LibGfx: Reduce header dependencies of StylePainter | Andreas Kling | |
2020-02-15 | LibGfx: Add inactive selection colors | Tibor Nagy | |
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: Remove unused Bitmap::load_from_file() for loading raw RGBA | Andreas Kling | |
This was not used anywhere but added unnecessary members to Bitmap. | |||
2020-02-15 | LibGfx: Reduce header dependencies of Bitmap and Font | Andreas Kling | |
2020-02-15 | LibGfx: Move a bunch of LogStream::operator<< to cpp files | Andreas Kling | |
2020-02-15 | LibGfx: Remove Utf8View.h dependency from Font.h | Andreas Kling | |
2020-02-14 | LibGUI: Remove some header dependencies from Widget.h | Andreas Kling | |
2020-02-14 | LibGfx: More work on header dependency reduction | Andreas Kling | |
2020-02-14 | LibGfx: Add forward declaration header | Andreas Kling | |
This patch adds <LibGfx/Forward.h> with forward declarations for Gfx. | |||
2020-02-14 | AK: Add a forward declaration header | Andreas Kling | |
You can now #include <AK/Forward.h> to get most of the AK types as forward declarations. Header dependency explosion is one of the main contributors to compile times at the moment, so this is a step towards smaller include graphs. | |||
2020-02-11 | LibGfx: Add Rect::operator!=(Rect) | Andreas Kling | |
2020-02-11 | LibGfx: Assert that an empty bitmap is not created | Shannon Booth | |
2020-02-08 | LibGfx: Naive RGB/HSV conversion | Andreas Kling | |
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling | |
2020-02-06 | LibGfx: Unpublish FloatPoint from the global namespace | Andreas Kling | |
2020-02-06 | LibGfx: Unpublish FloatSize from the global namespace | Andreas Kling | |
2020-02-06 | LibGfx: Unpublish FloatRect from the global namespace | Andreas Kling | |
2020-02-06 | LibGfx: Unpublish Gfx::Size from the global namespace | Andreas Kling | |
2020-02-06 | LibGfx: Unpublish Gfx::Point from global namespace | Andreas Kling | |
2020-02-06 | LibGfx: Unpublish Gfx::Rect from global namespace | Andreas Kling | |
2020-02-06 | LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} | Andreas Kling | |
2020-02-06 | LibGfx: Rename from LibDraw :^) | Andreas Kling | |