ladybird/Base
Timothy Slater 3d542b0c38 PixelPaint: Add lasso selection tool
Lasso selection works by allowing the user to draw an arbitrary shape
much like the pen tool and ensuring the shape is closed by connecting
the start/end points when the user is done drawing. Everything inside
the shape becomes the selection.

Selection is determined via an outer flood fill. We begin a flood fill
from a point that is guaranteed to be outside of the drawn shape, and
anything the fill doesn't touch is determined to be the selection
region.
2022-11-25 22:52:45 +01:00
..
bin Userland: Add more(1) emulation to less(1) 2021-07-07 20:01:15 +04:30
etc Base: Add appropriate entries for VideoPlayer 2022-11-06 16:27:18 +01:00
home/anon Base: Add an example presentation 2022-11-25 14:28:33 -07:00
res PixelPaint: Add lasso selection tool 2022-11-25 22:52:45 +01:00
root Base: Update tail(1) man page 2022-11-02 21:29:20 -06:00
usr Base: Document Presenter and its file format 2022-11-25 14:28:33 -07:00
www Base: Improve default WebServer pages 2022-02-23 21:28:17 +00:00
.gitignore Meta: Don't generate emoji.txt into the source tree 2022-09-05 09:50:31 -04:00