ladybird/Userland
Sam Atkins e30bfabbca LibWeb: Correct "color" media-feature value
This is bits per color channel, not bits per pixel, so 32 was a little
over-optimistic. :^)
2022-03-07 13:42:25 +01:00
..
Applets LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Applications LibPDF: Propagate errors in Renderer/PDFViewer 2022-03-07 10:53:57 +01:00
Demos Demos/CatDog: Show different messages depending on state 2022-03-02 18:10:02 +01:00
DevTools Profiler: Present read event info in tree structure 2022-03-05 21:47:01 +01:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Libraries LibWeb: Correct "color" media-feature value 2022-03-07 13:42:25 +01:00
Services LibGfx: Rename RGBA32 => ARGB32 2022-03-04 23:40:21 +01:00
Shell Shell: Be more smart with pasted stuff 2022-03-06 13:20:41 +01:00
Utilities LibLine+Userland: Make suggestion offsets per-suggestion 2022-03-06 13:20:41 +01:00
CMakeLists.txt