ladybird/Userland
Lucas CHOLLET 881f499704 LibGUI: Fix text wrap artifact when selecting text
The issue was caused by the usage of the
selection_end_column_within_line variable as if it was the visual line.
This is fixed by taking the minimum between this value and the length of
a visual line.
2022-04-24 19:14:28 +02:00
..
Applets LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
Applications ClockSettings: Add a preview of the current time format 2022-04-23 10:48:51 -07:00
Demos Mandelbrot: Add BMP and QOI image formats as options for export 2022-04-20 08:19:25 -04:00
DevTools UserspaceEmulator: Use boolean operators instead of bitwise ones 2022-04-23 10:43:32 -07:00
DynamicLoader Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Games Pong: Explicitly clear held keys in Game::reset() 2022-04-15 00:13:09 +02:00
Libraries LibGUI: Fix text wrap artifact when selecting text 2022-04-24 19:14:28 +02:00
Services LibWeb+AudioServer: Remove unused spaceship operators 2022-04-23 10:43:32 -07:00
Shell Shell: Highlight commands with a hyperlink to open their help pages 2022-04-21 09:12:37 +04:30
Utilities LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00