Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-30 | Base: Add glyph spacing fields to fonts | Tibor Nagy | |
2019-12-28 | Base: Add 2x upscaled Liza fonts | Tibor Nagy | |
2019-12-26 | Base: Add 3x upscaled Liza fonts | Tibor Nagy | |
Upscaled with hq3x then cleaned up the glyphs manually. | |||
2019-12-10 | Fonts: Add two little marker glyphs to CsillaThin7x10 | Andreas Kling | |
ASCII values 0x1 and 0x2 of this font now contain little helper glyphs for showing left and right side markers around something. | |||
2019-11-12 | Katica10: Tweak the 'L' and 'Q' glyphs | Andreas Kling | |
2019-09-28 | Base: Add a bold variant of the Pebbleton 11px font | Andreas Kling | |
2019-05-04 | GTableView: Improve look of column headers, and add sort order indicators. | Andreas Kling | |
2019-04-30 | Base: Import a slightly larger font I started working on. | Andreas Kling | |
This still needs a bunch of work but it will be good to have a larger font available to us. | |||
2019-04-10 | GSpinBox: Put nice little arrow glyphs on the buttons. | Andreas Kling | |
2019-03-06 | Base: Tweak Katica system menu glyph. | Andreas Kling | |
2019-03-06 | Base: Tweak Katica and Katica Bold glyphs. | Andreas Kling | |
2019-03-06 | Add a bold variant of Katica and make that the system's default bold font. | Andreas Kling | |
..and do some minor tweaks to the font rendering code. | |||
2019-03-01 | Base: Add Csilla Bold 7x10 variant. | Andreas Kling | |
It's nice to have a thin and a bold variant to complement each other. | |||
2019-03-01 | Base: Import a new font, Csilla Thin (7x10). | Andreas Kling | |
I wanted to do a bitmap font with an odd number of columns for a while and I finally got around to it. This really looks rather nice, so I'm making it the default system font for now. :^) | |||
2019-02-12 | Base: Add some human-friendly spaces to font names. | Andreas Kling | |
"LizaRegular" => "Liza Regular", etc. | |||
2019-02-12 | Base: Rename Liza8x10 to LizaThin8x10. | Andreas Kling | |
2019-02-12 | WindowServer: Made a slightly nicer icon for the system menu. | Andreas Kling | |
2019-02-11 | WindowServer: Let's have a cute little symbol for the system menu. | Andreas Kling | |
2019-02-05 | LizaRegular8x10: Tweak some glyphs. | Andreas Kling | |
2019-02-05 | Rename LizaBold to LizaRegular and LizaBlack to LizaBold. | Andreas Kling | |
LizaRegular is quickly becoming my favorite bitmap font. It's so pretty :^) | |||
2019-02-05 | LizaBlack8x10: Tweak some glyphs. | Andreas Kling | |
2019-02-04 | LizaBlack8x10: Import a very heavy variant of Liza. | Andreas Kling | |
2019-02-04 | LizaBold8x10: Import a bold variant of Liza8x10 and make it the default bold. | Andreas Kling | |
Start using it right away for window titles. | |||
2019-02-03 | Liza8x10: Tweak some glyphs. | Andreas Kling | |
2019-02-03 | Liza8x10: Tweak some glyphs. | Andreas Kling | |
2019-02-02 | Support font files. | Andreas Kling | |
This only works with the userspace build of SharedGraphics so far. It's also very slow at loading fonts, but that's easy to fix. Let's put fonts in /res/fonts/. |