Historique des commits

Auteur SHA1 Message Date
  Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} il y a 1 an
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Andrew Kaster 86ce502ae2 LibGfx+Utilities: Add helpers to load vector fonts from Core::Resources il y a 1 an
  Andrew Kaster 1567332e34 Userland+Tests: Remove uses of direct file loading for BitmapFont il y a 1 an
  Andrew Kaster 639051d34e LibGfx: Inspect font paths using LexicalPath::has_extension() il y a 1 an
  Andrew Kaster 21d027129d LibGfx: Remove the ability to load fonts from a path directly il y a 1 an
  Andrew Kaster e03357308c LibGfx: Load fonts with new Resource API instead of filesystem paths il y a 1 an
  Andreas Kling 13db3c5ce0 LibGfx: Convert FontDatabase APIs to use FlyString il y a 1 an
  Andreas Kling 545d8336b8 LibGfx: Convert Font APIs to return String instead of DeprecatedString il y a 1 an
  Andreas Kling 2cd89531f9 LibGfx: Add FontDatabase::for_each_typeface_with_family_name() il y a 1 an
  Jelle Raaijmakers 4448a51824 LibGfx: Add search path to debug output in `FontDatabase` il y a 2 ans
  Andreas Kling 9bd4add734 LibGfx: Make FontDatabase lookups case insensitive il y a 2 ans
  Cameron Youell 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial il y a 2 ans
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes il y a 2 ans
  Sam Atkins 774f328783 LibCore+Everywhere: Return an Error from DirIterator::error() il y a 2 ans
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` il y a 2 ans
  Aliaksandr Kalenik 1f4106842d LibGfx: Pass font width to `FontDatabase::get()` il y a 2 ans
  Sam Atkins 6d5fb9eb02 LibGfx: Remove declarations for non-existent methods il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  Ben Wiederhake 6b7ce19161 Everywhere: Remove unused includes of LibC/stdlib.h il y a 2 ans
  Andreas Kling f982400063 LibGfx: Rename TTF/TrueType to OpenType il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Andreas Kling 4910cc1879 LibGfx: Cache vector fonts by family name il y a 2 ans
  Andreas Kling 3dc82d2fa5 LibGfx: Add API for loading more directories into Gfx::FontDatabase il y a 2 ans
  Karol Kosek 652870c178 LibGfx: Ignore incorrect .font files when building the Font Database il y a 2 ans
  Andreas Kling 548081ea23 Userland+Base: Make the window titlebar font configurable separately il y a 2 ans
  Simon Wanner bf6d64c199 LibGfx: Add a loader the Web Open Font Format (WOFF) il y a 3 ans
  Simon Wanner 17baf05c5a LibGfx: Migrate Typeface from TTF::Font to Gfx::VectorFont il y a 3 ans
  Simon Wanner 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ il y a 3 ans