serenity/Libraries
AnotherTest 7ef48171ce LibLine: Complete only common prefixes, and tweak suggestion logic
On the first tab, only complete the token without suggesting extra
stuff, and on further tabs, show suggestions.
Except in one case where the completion is all in the buffer, then
we show the suggestions, but do no completion.
2020-04-19 17:21:55 +02:00
..
LibAudio LibAudio: Use NumericLimits<T> 2020-04-15 16:58:46 +02:00
LibBareMetal LibBareMetal: Accept a u16 type pointer in the appropriate IO functions 2020-04-15 12:35:10 +02:00
LibC LibC: getprotoent() family of functions 2020-04-18 10:11:55 +02:00
LibCore LibCore: Check for fork() failure 2020-04-19 11:14:26 +02:00
LibDebug LibDebug: Add ContinueBreakAtSyscall decision 2020-04-16 11:17:33 +02:00
LibELF Userland: Add "functrace" utility 2020-04-16 11:17:33 +02:00
LibGfx LibGfx: Fix draw_triangle() clipping calculations 2020-04-18 13:24:34 +02:00
LibGUI LibCore+LibGUI: Move DesktopServices to LibCore 2020-04-19 11:14:26 +02:00
LibIPC AK: Stop allowing implicit downcast with OwnPtr and NonnullOwnPtr 2020-04-05 11:32:30 +02:00
LibJS LibJS: Fix expectations in the function-TypeError.js test 2020-04-19 14:51:47 +02:00
LibLine LibLine: Complete only common prefixes, and tweak suggestion logic 2020-04-19 17:21:55 +02:00
LibM LibM: Add (not very good) round() implementation 2020-04-15 19:11:53 +02:00
LibMarkdown Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller 2020-03-08 13:06:51 +01:00
LibPCIDB
LibProtocol ProtocolServer+LibProtocol: Reject unhandled URLs instead of asserting 2020-04-04 20:01:36 +02:00
LibPthread Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller 2020-03-08 13:06:51 +01:00
LibThread LibThread: Simplify the userspace Lock to remove CAS on unlock() 2020-04-13 12:33:42 +02:00
LibVT LibVT: Shift+Tab should generate ESC[Z 2020-04-11 21:09:47 +02:00
LibWeb LibWeb: Parse <br/> into a self-closed br element 2020-04-18 20:35:18 +02:00
LibX86 LibX86: Use MakeUnsigned<T> from AK instead of making a custom one 2020-04-15 16:58:46 +02:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00