ladybird/Userland
Linus Groh 545b4879e4 LibGfx: Make Painter::draw_pixel() with thickness = 1 work with RGBA
The underlying fill_rect() works correctly, but the special case for
thickness = 1 was not blending the new color with the target pixel's
color, causing RGBA colors to be painted as their RGB counterpart.
2021-01-12 21:41:14 +01:00
..
Applications HexEditor: Hide unnecessary scrollbars in the main file view 2021-01-12 13:31:32 +01:00
Demos Demos: Remove HelloWorld demo 2021-01-12 13:17:00 +01:00
DevTools DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
DynamicLoader Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Games Games: Move to Userland/Games/ 2021-01-12 12:04:23 +01:00
Libraries LibGfx: Make Painter::draw_pixel() with thickness = 1 work with RGBA 2021-01-12 21:41:14 +01:00
MenuApplets MenuApplets: Move to Userland/MenuApplets/ 2021-01-12 12:04:20 +01:00
Services Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Shell Shell: Use lstat instead of access to check if glob target exists 2021-01-12 16:23:26 +01:00
Tests Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
Utilities Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00