1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:17:44 +00:00
serenity/Userland/Libraries
Tobias Christiansen 7744048d0f LibWeb: Fix misplaced bullet points on list items
The bullet point should not be centered in the height of the list item,
but rather stay in front of the first line.
So, instead of giving the marker the full height of the ListItemBox,
it gets the height of a single line.

This closes #6384
2021-04-17 00:28:55 +02:00
..
LibArchive LibArchive: Support POSIX.1-1988 tar files 2021-04-12 14:06:24 +02:00
LibAudio Everywhere: rename 'Sample' type to 'Frame' 2021-03-27 10:20:55 +01:00
LibC Kernel: Add some missing socket ioctls 2021-04-16 18:57:35 +02:00
LibChess Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
LibCompress LibCompress: Convert GzipDecompressor from recursive to iterative 2021-03-21 15:46:35 +01:00
LibCore AK+Kernel: Make IntrusiveList capable of holding non-raw pointers 2021-04-16 22:26:52 +02:00
LibCoreDump LibCoreDump+CrashDaemon: Compress coredumps 2021-03-28 20:42:33 +02:00
LibCpp LibCpp: Add 'Namespace' and 'Member' declaration types 2021-04-13 15:16:27 +02:00
LibCrypt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LibCrypto Everything: Add -Wnon-virtual-dtor flag 2021-04-15 20:57:13 +02:00
LibDebug LibDebug/Dwarf: Use dbgln_if() instead of '#if DWARF_DEBUG' 2021-04-16 19:00:30 +02:00
LibDesktop Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibDiff Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibELF LibELF: Add support for loading libraries from /usr/local 2021-04-16 19:04:24 +02:00
LibGemini Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibGfx Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
LibGUI LibGUI: Allow arbitrary font size in FontPicker 2021-04-16 23:54:03 +02:00
LibHTTP LibHTTP: Trim the whitespace around the Transfer-Encoding header value 2021-04-14 09:31:31 +02:00
LibImageDecoderClient Everywhere: Remove pessimizing and redundant move() 2021-03-17 16:30:15 +01:00
LibIPC LibCore+LibIPC: Add IPC coder for Core::DateTime 2021-04-16 19:19:31 +02:00
LibJS LibJS: Implement initializing a TypedArray from an iterable object 2021-04-17 00:24:09 +02:00
LibKeyboard LibKeyboard: Mark CharacterMap::get_char as const 2021-04-03 11:57:23 +02:00
LibLine LibLine: Make the DSR response parser a bit more robust 2021-03-16 21:51:49 +01:00
LibM Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
LibMarkdown LibMarkdown: Remove unused Paragraph::add_line() declaration 2021-03-26 22:58:36 +01:00
LibPCIDB Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibProtocol Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibPthread LibPthread: Implement sem_getvalue() 2021-04-15 09:31:49 +02:00
LibRegex LibRegex: Generate a 'Compare' op for empty character classes 2021-04-12 08:54:58 +02:00
LibSymbolClient SymbolServer+LibSymbolClient: Just do one symbol per IPC message 2021-02-04 23:35:10 +01:00
LibSyntax Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibSystem CMake: Make libc.a self-contained 2021-03-19 22:55:53 +01:00
LibTest LibTest: Add Test::Counts 2021-03-24 20:38:20 +01:00
LibTextCodec Everything: Add -Wnon-virtual-dtor flag 2021-04-15 20:57:13 +02:00
LibThread AK+Everywhere: Make StdLibExtras templates less wrapper-y 2021-04-10 21:01:31 +02:00
LibTLS LibTLS: Remove excessive CloseNotify logging 2021-04-10 21:05:00 +02:00
LibTTF Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
LibVT Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
LibWeb LibWeb: Fix misplaced bullet points on list items 2021-04-17 00:28:55 +02:00
LibX86 Everything: Add -Wnon-virtual-dtor flag 2021-04-15 20:57:13 +02:00
CMakeLists.txt Libraries: Rename LibTar to LibArchive 2021-03-23 16:09:36 +01:00