1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 18:28:10 +00:00
serenity/Libraries
Andreas Kling 74ca299b4b GTextEditor: Make visual lines stop after their last character
Instead of letting each visual line run to the end of the editor when
wrapping lines, stop each visual line where it runs ouf characters.

Fixes #493.
2019-09-01 17:30:23 +02:00
..
LibAudio AudioServer: Port to the new generated IPC mechanism 2019-08-03 19:49:19 +02:00
LibC LibThread: Move CLock to LibThread::Lock 2019-08-26 11:31:14 +02:00
LibCore LibThread: Move CLock to LibThread::Lock 2019-08-26 11:31:14 +02:00
LibDraw Rect: Add contains_vertically(y) and contains_horizontally(x) 2019-09-01 17:28:49 +02:00
LibGUI GTextEditor: Make visual lines stop after their last character 2019-09-01 17:30:23 +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
LibThread LibThread: Add missing install.sh script 2019-09-01 16:59:12 +02:00
LibVT LibVT: Add scrollback history to VT::Terminal 2019-08-19 19:07:52 +02:00