1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 10:17:41 +00:00
serenity/Libraries
Andreas Kling b8bf998b61 LibGUI: Move text search functions from GTextEditor to GTextDocument
Also add a find_all() that retuns a Vector<GTextRange> and simply does
a find_next() loop, returning all the matching ranges.
2019-11-01 21:31:06 +01:00
..
LibAudio AudioServer: Added ability to get count of samples in the buffer queue 2019-10-19 20:05:13 +02:00
LibC LibC: Stop stdio from adding null terminators out of bounds (#685) 2019-10-24 14:12:37 +02:00
LibCore LibCore: Only wait 10ms between IPC connection retries instead of 1 sec 2019-10-31 16:28:30 +01:00
LibDraw LibDraw: Add FloatPoint, FloatSize and FloatRect 2019-10-20 12:55:55 +02:00
LibGUI LibGUI: Move text search functions from GTextEditor to GTextDocument 2019-11-01 21:31:06 +01:00
LibHTML LibHTML: Add Document::force_layout() 2019-10-28 20:51:45 +01:00
LibIPC AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
LibM LibM: Make roundf() and ceilf() slightly less terrible 2019-10-20 17:20:20 +02:00
LibMarkdown LibMarkdown: Include a <head> element when rendering MD to HTML 2019-10-30 20:28:44 +01:00
LibPCIDB ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
LibThread AK: Add Atomic.h 2019-10-12 19:30:59 +02:00
LibVT LibVT: Make inject_string() a public API so clients can use it 2019-10-22 22:14:36 +02:00