1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:28:11 +00:00
serenity/Userland/Libraries
AnotherTest eb1ca965c7 LibLine: Cleanup the suggestions before inserting a new code point
Otherwise `reposition_cursor()` will move the cursor one character too
far to the right, and since we don't redraw the entire buffer when
the character is inserted at the end, the mistake won't be immediately
fixed by a complete redraw.
Fixes #5722
2021-03-11 14:47:56 +01:00
..
LibAudio LibAudio: Move format and BPS checks before VERIFYs in WAV loader 2021-03-01 11:09:09 +01:00
LibC Userland: Remove superfluous headers 2021-03-11 12:32:53 +01:00
LibChess Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
LibCompress LibCompress: Rename libcompression.so to libcompress.so 2021-03-07 18:14:54 +01:00
LibCore LibCore: Add String variant for ArgsParser::add_positional_argument 2021-03-07 11:00:36 +01:00
LibCoreDump Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibCpp LibCpp: Don't crash on an empty '#' line 2021-03-06 09:40:33 +01:00
LibCrypt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LibCrypto Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
LibDebug Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01: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 Everywhere: Remove unnecessary clang-format offs 2021-03-04 11:01:48 +01:00
LibGemini Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibGfx Userland: Remove superfluous headers 2021-03-11 12:32:53 +01:00
LibGUI LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enum 2021-03-08 18:47:40 +01:00
LibHTTP LibCore+LibHTTP+LibGfx: Switch to LibCompress 2021-03-03 23:42:32 +01:00
LibImageDecoderClient LibWeb+LibImageDecoderClient: Reuse ImageDecoder service process 2021-02-20 11:37:55 +01:00
LibIPC Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibJS Userland: Remove superfluous headers 2021-03-11 12:32:53 +01:00
LibKeyboard Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
LibLine LibLine: Cleanup the suggestions before inserting a new code point 2021-03-11 14:47:56 +01:00
LibM LibM: Add nan{f, l} 2021-03-09 07:28:06 +01:00
LibMarkdown Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +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 Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibRegex LibRegex: VERIFY that string builder in print_header is not null. 2021-02-28 18:19:37 +01: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 Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
LibTar Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibTest LibTest + test-js: Add initial skelaton of LibTest and migrate code there. 2021-03-01 11:17:05 +01:00
LibTextCodec LibTextCodec: Add a simple UTF-16BE decoder 2021-02-16 17:31:22 +01:00
LibThread Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibTLS Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
LibTTF LibTTF: Fix glyph rasterizer coverage calculation 2021-02-28 10:01:41 +01:00
LibVT LibVT: New terminal cells should be filled with whitespace, not '\0' 2021-03-01 11:37:22 +01:00
LibWeb LibWeb: Remove FIXME in is_javascript_mime_type_essence_match 2021-03-11 08:30:02 +01:00
LibX86 LibX86: Don't use "if (foo) [[unlikely]] { }" for now (to please clang) 2021-03-09 17:47:28 +01:00
CMakeLists.txt LibTest + test-js: Add initial skelaton of LibTest and migrate code there. 2021-03-01 11:17:05 +01:00