Histórico de Commits

Autor SHA1 Mensagem Data
  thankyouverycool 781bc67a96 LibGfx: Correct BitmapFont row indexing when un/masking fonts há 3 anos atrás
  Andreas Kling 58fb3ebf66 LibCore+AK: Move MappedFile from AK to LibCore há 3 anos atrás
  Ali Mohammad Pur 3ca00c8ae6 LibGfx: Avoid unaligned loads and stores in GlyphBitmap há 3 anos atrás
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value há 3 anos atrás
  Andreas Kling a7f1f1c34b LibCore: Use ErrorOr<T> for Core::File::open() há 3 anos atrás
  Andreas Kling d7586aff53 LibGfx: Add a simple Gfx::FontMetrics and Gfx::Font::metrics(code_point) há 3 anos atrás
  thankyouverycool 84ce923850 LibGfx: Make BitmapFont::variant() report a complete typeface há 3 anos atrás
  thankyouverycool fff89ad769 LibGfx: Support italic BitmapFonts há 3 anos atrás
  thankyouverycool bb592aef8a LibGfx: Extend Unicode support for BitmapFonts há 3 anos atrás
  Brian Gianforcaro 3e45c3ed90 Userland: Switch static_assert of type sizes to AK::AssertSize há 3 anos atrás
  Andreas Kling 84656788bf Userland: Use kmalloc_array() where appropriate há 4 anos atrás
  Andreas Kling e4c1514033 LibGfx: Use calloc() instead of malloc()+memset() Gfx::BitmapFont há 4 anos atrás
  Andreas Kling f5e914fb9f LibTTF+LibGfx: Make Gfx::Font::bold_variant() work for TTF fonts há 4 anos atrás
  Max Wipfli 006e5998c5 LibGfx: Optimize BitmapFont::unicode_view_width() a bit há 4 anos atrás
  Max Wipfli 4578ab3ed0 LibGfx: ALWAYS_INLINE BitmapFont::unicode_view_width há 4 anos atrás
  Max Wipfli 2afa35deb8 LibGfx: Remove unused headers from BitmapFont.{cpp,h} há 4 anos atrás
  LuK1337 6319796f58 LibGfx: BitmapFont: Handle '\r' and '\n' when calculating text width há 4 anos atrás
  Andreas Kling add3d6e9d7 LibGfx: Inline BitmapFont::glyph_or_emoji_width() for fixed-width fonts há 4 anos atrás
  Andreas Kling 8f2425125e LibGfx+Base: Tweak bitmap fonts to ensure glyph data is 4-byte aligned há 4 anos atrás
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() há 4 anos atrás
  thankyouverycool cc7744f6ca LibGfx+FontEditor: Account for raw width when painting glyphs há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Idan Horowitz 08d1b16a8d LibGfx: Always load font widths array and use it for glyph presence há 4 anos atrás
  Idan Horowitz f461ee7d01 LibGfx: Add support for fonts that include the Hebrew Unicode Block há 4 anos atrás
  Andreas Kling e873d27ab1 LibGfx: Switch a bunch of API's from taking StringView to String há 4 anos atrás
  thankyouverycool c283429196 LibGfx: Add a count to FontTypes and a helper to return type names há 4 anos atrás
  Dmitrii Trifonov 323b7021bc LibGfx: Added dirty and raw cyrillic support for bitmap fonts. há 4 anos atrás
  Idan Horowitz 77601e09c8 FontEditor+TextEditor+Playground: Refuse to load device files há 4 anos atrás
  Ben Wiederhake bceb98e2df Userland: Remove superfluous headers há 4 anos atrás
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY há 4 anos atrás