ladybird/Userland/Libraries
Idan Horowitz 08d1b16a8d LibGfx: Always load font widths array and use it for glyph presence
Since we were always saving the glyph widths array to the font file, we
now also always load it, even on (which also simplifies the logic a bit)
fixed width fonts. We also set it initially to 0 instead of the default
fixed width, which allows us to use it to check for glyph presence in
both fixed width and variable width fonts.
2021-04-18 22:10:25 +02:00
..
LibArchive Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00
LibAudio
LibC LibDebug: Implement ability to set watchpoints 2021-04-18 17:02:40 +02:00
LibChess
LibCompress Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00
LibCore LibCore: Remove the no-longer-used Core::DateTime::is_before() function 2021-04-18 14:18:16 +02:00
LibCoreDump Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00
LibCpp
LibCrypt
LibCrypto LibCrypto: Avoid creating bools from anything except bools 2021-04-18 14:18:16 +02:00
LibDebug LibDebug: Implement ability to set watchpoints 2021-04-18 17:02:40 +02:00
LibDesktop
LibDiff
LibELF Ports: Update the gcc port with the patches from the toolchain 2021-04-18 10:55:25 +02:00
LibGemini
LibGfx LibGfx: Always load font widths array and use it for glyph presence 2021-04-18 22:10:25 +02:00
LibGUI LibGUI: Add some more status tips to common actions 2021-04-18 10:58:22 +02:00
LibHTTP
LibImageDecoderClient
LibIPC
LibJS LibJS: Implement console.assert() 2021-04-18 18:28:17 +02:00
LibKeyboard
LibLine LibLine: Check the terminal size at the start of get_line() 2021-04-17 22:10:35 +02:00
LibM
LibMarkdown
LibPCIDB
LibProtocol
LibPthread LibC+LibPthread: Make sure TLS keys are destroyed after everything else 2021-04-18 10:52:05 +02:00
LibRegex
LibSymbolClient
LibSyntax
LibSystem
LibTest
LibTextCodec LibTextCodec: Implement a Windows-1255 decoder. 2021-04-17 18:13:20 +02:00
LibThread
LibTLS LibTLS: Parse X.509 certificates with the new ASN.1 parser 2021-04-18 14:18:16 +02:00
LibTTF LibGfx: Use size_t instead of int for glyph count 2021-04-18 22:10:25 +02:00
LibVT
LibWeb Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00
LibX86
CMakeLists.txt