summaryrefslogtreecommitdiff
path: root/SharedGraphics/Font.cpp
AgeCommit message (Expand)Author
2019-04-04Painter: Add text elision support (only right-hand side supported.)Andreas Kling
2019-04-03Font: Clean up AK::MappedFile and use it for mapping font files.Andreas Kling
2019-03-27Kernel: Add Inode::truncate(size).Andreas Kling
2019-03-25SharedGraphics: Font::width() shouldn't add spacing to the very last glyph.Andreas Kling
2019-03-17AK: Make ByteBuffer's copy() and wrap() take void*.Andreas Kling
2019-03-06Add a bold variant of Katica and make that the system's default bold font.Andreas Kling
2019-03-06More work on the variable-width font support.Andreas Kling
2019-03-06Implement basic support for variable-width fonts.Andreas Kling
2019-03-06Make a preparation pass for variable-width fonts.Andreas Kling
2019-03-01Base: Add Csilla Bold 7x10 variant.Andreas Kling
2019-03-01Base: Import a new font, Csilla Thin (7x10).Andreas Kling
2019-02-25More moving towards using signed types.Andreas Kling
2019-02-22Switch over to building everything with i686-elf-g++.Andreas Kling
2019-02-17SharedGraphics: Removed some unused stuff from Font.Andreas Kling
2019-02-17Move WindowServer to userspace.Andreas Kling
2019-02-15Use modern C++ attributes instead of __attribute__ voodoo.Andreas Kling
2019-02-08SharedGraphics: Don't eagerly commit mmap'ed font files in kernel.Andreas Kling
2019-02-06Bootloader: Locate the kernel's data segment and clear it.Andreas Kling
2019-02-05Rename LizaBold to LizaRegular and LizaBlack to LizaBold.Andreas Kling
2019-02-05mmap all the font files!Andreas Kling
2019-02-04LizaBold8x10: Import a bold variant of Liza8x10 and make it the default bold.Andreas Kling
2019-02-03SharedGraphics: Font::load_from_file() forgot to close() the font file.Andreas Kling
2019-02-03Load the default font from disk in the kernel as well.Andreas Kling
2019-02-03Make font loading use mmap().Andreas Kling
2019-02-02Support font files.Andreas Kling
2019-02-02SharedGraphics: Fix Font.cpp kernel build.Andreas Kling
2019-02-02Start working on a simple graphical font editor.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2019-01-27Font: Eagerly load all 256 glyphs. It's not that many.Andreas Kling
2019-01-25SharedGraphics: Import another 8x10 fixed-width font I made.Andreas Kling
2019-01-23SharedGraphics: Draw an error glyph instead of crashing due to missing glyphs.Andreas Kling
2019-01-19Make a SharedGraphics directory for classes shared between Kernel and LibGUI.Andreas Kling