ladybird/Libraries
Andreas Kling 0c72371ad9 GTextEditor: Implement a simple text search API
- GTextRange find(const StringView& needle, const GTextPosition& start)

This function searches for the needle in the haystack (the full text)
and returns a GTextRange for the closest match after "start".
If the needle is not found, it returns an invalid GTextRange.
If no "start" position is provided, the search begins at the head of
the text document. :^)
2019-08-21 21:23:17 +02:00
..
LibAudio AudioServer: Port to the new generated IPC mechanism 2019-08-03 19:49:19 +02:00
LibC LibC: Write to the dbg() every time we perror() in userspace 2019-08-19 17:25:49 +02:00
LibCore LibCore: Move CObject serialization into CObject::save_to(JsonObject&) 2019-08-19 16:34:53 +02:00
LibDraw GraphicsBitmap: create_wrapper() should take pitch as a parameter 2019-08-19 13:45:22 +02:00
LibGUI GTextEditor: Implement a simple text search API 2019-08-21 21:23:17 +02:00
LibHTML LibHTML: Implement basic block height computation 2019-08-18 08:39:52 +02:00
LibIPC IPCCompiler: More work towards AudioServer bringup 2019-08-03 19:24:08 +02:00
LibM LibM: Implement sqrt() 2019-08-10 08:46:22 +02:00
LibPCIDB Libraries: Add LibPCIDB for reading PCI device information from pci.ids 2019-08-14 13:12:54 +02:00
LibVT LibVT: Add scrollback history to VT::Terminal 2019-08-19 19:07:52 +02:00