index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibGfx
Age
Commit message (
Expand
)
Author
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-21
LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>
Andreas Kling
2021-11-11
Tests/LibGfx: Actually test image decoders in TestImageDecoder
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-09-19
Tests: Conform font tests to new font format
thankyouverycool
2021-09-02
Tests: Remove all file(GLOB) from CMakeLists in Tests
Andrew Kaster
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-06
Tests: Set a default font in BenchmarkGfxPainter to prevent crashes
Andrew Kaster
2021-05-21
Tests: Remove default font tests from LibGfx/TestFontHandling
Andreas Kling
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()
Andreas Kling
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-06
Tests: Establish root Tests directory, move Userland/Tests there
Brian Gianforcaro