ladybird/Libraries
2020-04-20 17:27:30 +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: Add StandardPaths thing to retrieve various standard locations 2020-04-19 19:57:05 +02:00
LibDebug Debugger: Add source-level operations 2020-04-20 17:25:50 +02:00
LibELF LibELF: Make ELF::Loader RefCounted 2020-04-20 17:25:50 +02:00
LibGfx LibGfx: Let the PNG decoder fail if the header is missing or too short 2020-04-19 17:48:43 +02:00
LibGUI FileManager+LibGUI: Allow drop on entire DirectoryView 2020-04-20 12:15:26 +02:00
LibIPC AK: Stop allowing implicit downcast with OwnPtr and NonnullOwnPtr 2020-04-05 11:32:30 +02:00
LibJS LibJS: Add Array.prototype.reverse 2020-04-20 17:26:46 +02:00
LibLine LibLine: Implement searching via up/down arrow keys 2020-04-20 17:27:30 +02:00
LibM LibM: Add (not very good) round() implementation 2020-04-15 19:11:53 +02:00
LibMarkdown
LibPCIDB
LibProtocol ProtocolServer+LibProtocol: Reject unhandled URLs instead of asserting 2020-04-04 20:01:36 +02:00
LibPthread
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 LibJS: Add MarkedValueList and use it for argument passing 2020-04-19 17:34:33 +02:00
LibX86 LibX86: Use MakeUnsigned<T> from AK instead of making a custom one 2020-04-15 16:58:46 +02:00
Makefile