1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00
ladybird/Userland/Libraries
thislooksfun 0627ed9900 LibGUI: Always show a box when the user requests autocomplete
Previously if there were no suggestions, we simply wouldn't show the
autocomplete popup at all. This is functional, but when there are no
resultes it does leave the user wondering if it actually worked.

Now, if the user requests autocomplete and we do have requests, it
behaves exactly as before, but if there' aren't any we now show a box
with the message "No suggestions" to show the user that we got the
request, there just isn't anything to suggest.
2021-11-02 17:53:22 +01:00
..
LibArchive
LibAudio
LibC LibC: Add labs() 2021-10-31 12:00:57 +01:00
LibCards
LibChess
LibCompress LibCompress: Add missing header to DeflateTables.h 2021-10-06 23:52:40 +01:00
LibConfig
LibCore LibCore: Add REGISTER_ABSTRACT_CORE_OBJECT 2021-11-02 17:53:22 +01:00
LibCoredump LibCoredump: Show frames from Loader.so if the crash occurs in it 2021-10-17 17:09:58 +01:00
LibCpp LibCpp: Remove redundant comparison to Token::Type::PipePipe 2021-09-28 10:58:09 +02:00
LibCrypt
LibCrypto AK+Everywhere: Make Base64 decoding fallible 2021-10-23 19:16:40 +01:00
LibDebug LibDebug: Enable parsing libgcc_s.so 2021-10-17 17:09:58 +01:00
LibDesktop
LibDeviceTree Libraries: Add LibDeviceTree for manipulating OpenFirmware Device Trees 2021-10-21 19:20:03 -07:00
LibDiff LibDiff: Coalesce adjacent changes into the same Hunk 2021-09-24 14:32:52 +02:00
LibDl
LibDSP LibDSP: Remove unused Effects::Delay::m_old_delay_size member 2021-09-28 10:58:09 +02:00
LibELF LibELF: Store SSE registers in x86_64 PLT Trampoline 2021-10-31 00:21:31 +02:00
LibFileSystemAccessClient
LibGemini LibHTTP+LibGemini: Set underlying sockets as idle when detaching 2021-10-04 15:31:26 +02:00
LibGfx LibGfx: Add 'IsDark' flag to SystemTheme and Palette 2021-10-31 18:39:13 +01:00
LibGL LibGL: Implement glIsEnabled() 2021-10-17 21:01:52 -07:00
LibGUI LibGUI: Always show a box when the user requests autocomplete 2021-11-02 17:53:22 +01:00
LibHTTP LibHTTP: Fix logic error leading to buffer over-read 2021-10-30 00:54:34 +03:30
LibImageDecoderClient
LibIMAP LibIMAP: Remove unused Variant option 2021-09-21 04:22:52 +04:30
LibIPC LibIPC: Use a zero-delay timer for message processing 2021-10-24 01:01:01 +02:00
LibJS LibJS/Tests: Fix arg name in Instant.prototype.toZonedDateTime() test 2021-11-02 17:51:02 +01:00
LibKeyboard AK: Make Utf8View constructors inline and remove C string constructor 2021-09-18 19:54:24 +02:00
LibLine Libraries: Fix -Wunreachable-code warnings from clang 2021-10-08 23:33:46 +02:00
LibM Libraries: Fix typos 2021-10-01 01:06:40 +01:00
LibMarkdown LibMarkdown: Recognize and handle comments 2021-11-01 21:12:58 +01:00
LibPCIDB
LibPDF LibPDF: Parser::parse_header() return false if remaining bytes is zero 2021-10-30 17:34:56 +02:00
LibProtocol RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpoint 2021-09-28 22:32:31 +02:00
LibPthread LibPthread: Correct nonsensical loop exit condition in RWLock unlock 2021-09-28 12:34:51 +03:30
LibRegex LibRegex: Don't ignore empty alternatives in append_alternation() 2021-10-29 15:57:59 +02:00
LibSanitizer
LibSQL LibSQL: Add better error handling to evaluate and execute methods 2021-10-25 12:59:42 +02:00
LibSymbolication LibSymbolication: Skip source position calculation if requested 2021-10-17 22:07:10 -07:00
LibSyntax LibWeb: Implement first draft of CSS syntax highlighting :^) 2021-10-23 19:07:44 +02:00
LibSystem
LibTest Everywhere: Remove unused ArgsParser header 2021-11-01 21:12:58 +01:00
LibTextCodec
LibThreading LibThreading: Remove redundant method 2021-11-02 11:07:26 +01:00
LibTLS LibTLS: Remove useless ByteBuffer allocation in TLSv12::read_line() 2021-10-10 00:27:44 +02:00
LibUnicode LibUnicode: Generate standalone compile-time array for combining class 2021-10-10 13:49:37 +02:00
LibUSBDB
LibVideo
LibVT Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
LibWasm LibWasm: Add missing forward declaration to Printer/Printer.h 2021-10-06 23:52:40 +01:00
LibWeb Everywhere: Remove unused ArgsParser header 2021-11-01 21:12:58 +01:00
LibWebSocket LibWebSocket: Add missing headers to Message.h 2021-10-06 23:52:40 +01:00
LibX86 LibX86: Take load base address into consideration during disassembly 2021-10-25 12:14:26 +02:00
CMakeLists.txt Libraries: Add LibDeviceTree for manipulating OpenFirmware Device Trees 2021-10-21 19:20:03 -07:00