ladybird/Applications
BenJilks afd52e2576 PixelPaint: Tool properties panel
Each tool can have its own set of properties that can be modified
through a panel on the right side.

The tools I've added properties for are:

Pen:
	Thickness

Brush:
	Size
	Hardness

Spray:
	Thickness
	Density

Bucket:
	Threshold
2020-10-16 00:03:53 +02:00
..
About LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
Browser AK: Make the return type of dbgputstr consistent. 2020-10-04 19:18:32 +02:00
Calculator Calculator: Use format instead of printf. 2020-10-05 14:19:24 +02:00
Calendar Calendar: Use format instead of printf. 2020-10-05 14:19:24 +02:00
Debugger Debugger: Use format instead of printf. 2020-10-05 14:19:24 +02:00
DisplaySettings DisplaySettings: Use format instead of printf. 2020-10-05 14:19:24 +02:00
FileManager FileManager: Only set ~/Desktop as model root path in desktop mode 2020-10-15 23:49:34 +02:00
FontEditor FontEditor: Use new format functions. 2020-10-06 15:04:37 +02:00
Help Help: Replace InProcessWebView with OutOfProcessWebView 2020-10-08 23:20:52 +02:00
HexEditor AK+Format: Exclude prefix from width calculation. 2020-10-06 15:28:39 +02:00
IRCClient IRCClient: Use new format functions. 2020-10-06 15:28:39 +02:00
KeyboardMapper LibC: Remove an unneeded string.h include in ctype.h/cpp 2020-09-27 21:15:25 +02:00
KeyboardSettings KeyboardSettings: Use new format functions. 2020-10-06 15:28:39 +02:00
Piano Piano: Add UI support for different lengths of notes 2020-10-12 19:41:53 +02:00
PixelPaint PixelPaint: Tool properties panel 2020-10-16 00:03:53 +02:00
QuickShow QuickShow: Use new format functions. 2020-10-06 15:28:39 +02:00
SoundPlayer SoundPlayer: Use new format functions. 2020-10-06 15:28:39 +02:00
Spreadsheet Everywhere: Add missing <AK/TemporaryChange.h> includes 2020-10-15 23:49:53 +02:00
SystemMonitor SystemMonitor: Use new format functions. 2020-10-06 20:29:26 +02:00
Terminal Terminal: Use new format functions. 2020-10-06 20:29:26 +02:00
TextEditor TextEditor: Replace InProcessWebView with OutOfProcessWebView 2020-10-08 23:20:52 +02:00
ThemeEditor Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Welcome Welcome: Use new format functions. 2020-10-06 20:29:26 +02:00
CMakeLists.txt ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00