serenity/Userland
Simon Danner 45f86466bb LibWeb: Add initial implementation of CRC2D.globalAlpha
Works for fills and strokes (using colors, gradients, or patterns),
along with images.

fill_rect() has been updated to use fill_path(), which allows it to
easily transform the rect, and already supports opacity.

Co-authored-by: MacDue <macdue@dueutil.tech>
2023-06-18 20:31:11 +02:00
..
Applets LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
Applications SpaceAnalyzer: Show status tips in Statusbar 2023-06-17 20:36:03 +02:00
BuggieBox
Demos LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2023-06-15 13:53:22 +01:00
DevTools GMLPlayground: Add a Statusbar 2023-06-17 20:36:03 +02:00
DynamicLoader
Games Snake: Show status tips in Statusbar 2023-06-17 20:36:03 +02:00
Libraries LibWeb: Add initial implementation of CRC2D.globalAlpha 2023-06-18 20:31:11 +02:00
Services Ladybird+LibWeb+WebContent: Add context menu controls for muting audio 2023-06-16 19:34:42 +02:00
Shell Shell: Stop lying about string types 2023-06-13 01:49:02 +02:00
Utilities Everywhere: Use AK_MAKE_DEFAULT_MOVABLE to avoid mistakes 2023-06-18 08:47:51 +01:00
CMakeLists.txt