index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGfx
/
FontDatabase.cpp
Age
Commit message (
Expand
)
Author
2021-09-24
LibGfx: Remove debug spam about not having some font installed
Andreas Kling
2021-09-04
LibGfx: Make FontDatabase cache store fonts in NonnullRefPtr
Andreas Kling
2021-07-29
LibTTF/LibGfx: Remove circular dependency by merging LibTTF into LibGfx
Andrew Kaster
2021-07-11
LibGfx: Try to get TTF font when query is not in name->font map
LuK1337
2021-07-04
LibTTF: Make TTF::Font loading API return error strings
Andreas Kling
2021-05-21
LibGfx+WindowServer: Have WindowServer broadcast system font settings
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-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibGfx: Minor clean-ups in Gfx::FontDatabase
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-16
LibGfx: Remove debug spam from FontDatabase lookups
Andreas Kling
2021-02-15
LibGfx: Remove static load_from_file() from abstract Font class
Stephan Unverwerth
2021-02-15
LibGUI+LibGfx+LibTTF: Make fontpicker handle TTF fonts
Stephan Unverwerth
2021-02-15
LibGfx: Add more query methods to FontDatabase and Typeface
Stephan Unverwerth
2021-02-15
LibGfx: Insert pixel and ttf fonts into Typeface structure
Stephan Unverwerth
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling