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
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-08-04
Tests: Update TestFontHandling and add new test
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
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