ladybird/Libraries
Andrew Weller ed0553fe10 GTextEditor: Fixed bug on KeyCode::Key_Right pressed.
Pressing right did nothing when the very last characters of the buffer
were selected.

The expected action would be for the cursor to move to the end of the
buffer.

This patch fixes that.
2019-08-27 07:17:22 +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 LibDraw: Fix wrong installation path 2019-08-25 17:42:16 +02:00
LibGUI GTextEditor: Fixed bug on KeyCode::Key_Right pressed. 2019-08-27 07:17:22 +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: Move CLock to LibThread::Lock 2019-08-26 11:31:14 +02:00
LibVT LibVT: Add scrollback history to VT::Terminal 2019-08-19 19:07:52 +02:00