1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:38:13 +00:00
serenity/Userland
Idan Horowitz 00114ab01d LibWeb: Add a naive implemention of CanvasRenderingContext2D::fill_text
This doesnt actually account for several unimplemented attributes
(like ltr/rtl, alignment, etc) yet, so this should be expanded in
the future.
2021-04-15 20:22:08 +02:00
..
Applets FontEditor+ClipboardHistory: Use system-wide Clipboard 2021-04-07 19:27:01 +02:00
Applications Browser: Implement spec-compliant cookie retrieval 2021-04-15 09:46:49 +02:00
Demos LibGfxDemo: Add an elliptic arc next to the Bezier curves 2021-04-15 17:50:16 +02:00
DevTools Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
DynamicLoader LibC: Add x86_64 Registers 2021-03-21 09:35:23 +01:00
Games Chess: Alt shortcuts and book title capitalization in menus 2021-04-14 21:32:37 +02:00
Libraries LibWeb: Add a naive implemention of CanvasRenderingContext2D::fill_text 2021-04-15 20:22:08 +02:00
Services WindowServer: Fix window shadow rendering glitch 2021-04-15 10:22:04 +02:00
Shell Shell: flush stderr and stdout when using builtins 2021-04-13 00:02:46 +02:00
Tests LibM: Use fptan/fpatan instead of approximating atan2/tan 2021-04-15 17:50:16 +02:00
Utilities LibWeb: Set Cookie header on <script> resource requests 2021-04-15 09:46:49 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00