ladybird/Base/home/anon
Andreas Kling 0d93e249c3 LibWeb: Add some basic path drawing functionality to the canvas element
This patch adds the following methods to CanvasRenderingContext2D:

- beginPath()
- moveTo(x, y)
- lineTo(x, y)
- closePath()
- stroke()

We also add the lineWidth property. :^)
2020-04-16 21:06:03 +02:00
..
js LibJS: Add console.{debug,info,warn,error}() 2020-04-12 18:42:42 +02:00
little little: Make this build by default, and add some curlies 2019-11-18 19:01:50 +01:00
www LibWeb: Add some basic path drawing functionality to the canvas element 2020-04-16 21:06:03 +02:00
bookmarks.json Browser: Add bookmarks bar 2020-03-27 14:12:18 +01:00
FileManager.ini FileManager: Remember my last position and size. 2019-11-09 20:50:53 +01:00
IRCClient.ini IRCClient: Add NotifyOnMessage/NotifyOnMention config options 2020-04-10 13:16:07 +02:00
myfile.txt
Taskbar.ini Taskbar: Add a quick launch bar 2019-12-04 14:32:15 +01:00
Terminal.ini Terminal: Use the visual bell by default. 2019-06-07 08:45:39 +02:00