Files
ladybird/Libraries/LibGUI
Andreas Kling 3ca1c72c77 GTextEditor: Unbreak selection painting in the new line-wrapping world
To expand a bit on how the line-wrapping works, each physical line of
text is broken up into multiple visual lines. This is recomputed when
the document changes, or when the widget is resized.

Each GTextEditor::Line keeps track of the visual breaking points, and
also their visual rect in content coordinates. This allows us to do
painting and hit testing reasonably efficiently for now.

This code needs some cleanup, but it's finally in a working state, so
here it goes. :^)
2019-08-25 11:24:23 +02:00
..
2019-07-25 19:49:28 +02:00
2019-07-25 19:49:28 +02:00
2019-07-25 19:49:28 +02:00
2019-07-31 07:07:59 +02:00