index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
SharedGraphics
/
Font.cpp
Age
Commit message (
Expand
)
Author
2019-02-17
SharedGraphics: Removed some unused stuff from Font.
Andreas Kling
2019-02-17
Move WindowServer to userspace.
Andreas Kling
2019-02-15
Use modern C++ attributes instead of __attribute__ voodoo.
Andreas Kling
2019-02-08
SharedGraphics: Don't eagerly commit mmap'ed font files in kernel.
Andreas Kling
2019-02-06
Bootloader: Locate the kernel's data segment and clear it.
Andreas Kling
2019-02-05
Rename LizaBold to LizaRegular and LizaBlack to LizaBold.
Andreas Kling
2019-02-05
mmap all the font files!
Andreas Kling
2019-02-04
LizaBold8x10: Import a bold variant of Liza8x10 and make it the default bold.
Andreas Kling
2019-02-03
SharedGraphics: Font::load_from_file() forgot to close() the font file.
Andreas Kling
2019-02-03
Load the default font from disk in the kernel as well.
Andreas Kling
2019-02-03
Make font loading use mmap().
Andreas Kling
2019-02-02
Support font files.
Andreas Kling
2019-02-02
SharedGraphics: Fix Font.cpp kernel build.
Andreas Kling
2019-02-02
Start working on a simple graphical font editor.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2019-01-27
Font: Eagerly load all 256 glyphs. It's not that many.
Andreas Kling
2019-01-25
SharedGraphics: Import another 8x10 fixed-width font I made.
Andreas Kling
2019-01-23
SharedGraphics: Draw an error glyph instead of crashing due to missing glyphs.
Andreas Kling
2019-01-19
Make a SharedGraphics directory for classes shared between Kernel and LibGUI.
Andreas Kling