ladybird/Userland/Applications
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
..
3DFileViewer 3DFileViewer: Propagate key events to the window 2022-11-22 11:23:44 +00:00
About Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
AnalogClock Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Assistant LibGUI+Taskbar+Applets+Applications: Set various windows as Popups 2022-11-19 16:04:42 +01:00
Browser LibWeb: Add 'should block pop ups' user config to Page 2022-11-15 21:48:19 +00:00
BrowserSettings Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Calculator Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Calendar Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
CalendarSettings Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
CharacterMap LibGUI+Applications: Allow GlyphMapWidget's set_font() to fail 2022-11-19 15:41:09 +01:00
ClockSettings Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
CrashReporter Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Debugger Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
DisplaySettings Userland: Remove workarounds for LibIPC include order sensitivity 2022-11-15 13:25:51 -05:00
Escalator Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
FileManager FileManager: Improve error handling when posix_spawn() fails 2022-11-04 09:47:30 +01:00
FontEditor FontEditor: Include file basename in error messages when available 2022-11-19 15:41:09 +01:00
GamesSettings Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Help Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
HexEditor HexEditor: Allow keydown events to propagate if they are not handled 2022-11-14 16:08:11 +00:00
ImageViewer Userland: Accept drag_enter events for widgets supporting file drops 2022-11-13 16:13:03 -07:00
KeyboardMapper KeyboardMapper: Call event.ignore() on keydown in the main widget 2022-11-14 16:08:11 +00:00
KeyboardSettings Userland: Remove workarounds for LibIPC include order sensitivity 2022-11-15 13:25:51 -05:00
Magnifier Magnifier+ThemeEditor: Use CommonMenus::make_accessibility_menu() 2022-11-19 11:04:11 +01:00
Mail Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
MailSettings Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
MouseSettings Everywhere: Remove unnecessary mutable attributes from lambdas 2022-11-19 14:37:31 +00:00
NetworkSettings NetworkSettings: Add command line option for opening a specific adapter 2022-11-02 12:00:26 +00:00
PartitionEditor Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
PDFViewer PDFViewer: Take the mousewheel delta into account for scrolling 2022-11-19 15:42:08 +01:00
Piano Piano: Guard against all allocations at top level of the audio pipeline 2022-11-13 19:17:21 +00:00
PixelPaint PixelPaint: Add lasso selection tool 2022-11-25 22:52:45 +01:00
Presenter Applications: Add Presenter 2022-11-25 14:28:33 -07:00
Run Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Settings Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
SoundPlayer Userland: Remove workarounds for LibIPC include order sensitivity 2022-11-15 13:25:51 -05:00
SpaceAnalyzer Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Spreadsheet LibJS: Reduce AST memory usage by shrink-wrapping source range info 2022-11-22 21:13:35 +01:00
SystemMonitor SystemMonitor: Add context menu for opening adapter in NetworkSettings 2022-11-02 12:00:26 +00:00
Terminal Terminal+LibVT: Toggle TerminalWidget's focus on input preemption 2022-11-19 16:04:42 +01:00
TerminalSettings Userland: Remove workarounds for LibIPC include order sensitivity 2022-11-15 13:25:51 -05:00
TextEditor Userland: Accept drag_enter events for widgets supporting file drops 2022-11-13 16:13:03 -07:00
ThemeEditor ThemeEditor: Update GML and polish interface 2022-11-19 11:04:11 +01:00
VideoPlayer VideoPlayer: Make PlaybackManager use OwnPtr 2022-11-14 10:05:56 +00:00
Welcome Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
CMakeLists.txt Applications: Add Presenter 2022-11-25 14:28:33 -07:00