提交历史

作者 SHA1 备注 提交日期
  Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 年之前
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
  Andreas Kling 6c9912c341 LibGfx: Parse hex, rgb() and rgba() colors before named colors 1 年之前
  timmot 2ecc1d64d8 LibGfx: Accept decimal numbers when parsing rgb and rgba strings 1 年之前
  Shannon Booth 6c9fffc4c1 LibGfx: Add String variants of Color::to_string*() 1 年之前
  Shannon Booth 2b46e6f664 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2 年之前
  Shannon Booth 15151d7a4c LibGfx: Add Color::from_named_css_color_string 2 年之前
  Andi Gallo 0ad131e13d LibGfx: Fix parsing of rgba values 2 年之前
  MacDue b698d64ee9 LibGfx: Use StringView literals for CSS color list 2 年之前
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 年之前
  MacDue e5a39d134b LibGfx: Move Color::mixed_with() inline 2 年之前
  Timothy Flynn ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 年之前
  Ben Wiederhake 6b7ce19161 Everywhere: Remove unused includes of LibC/stdlib.h 2 年之前
  Timothy Flynn 9b483625e6 LibIPC+Everywhere: Change IPC decoders to construct values in-place 2 年之前
  MacDue e3c64a0858 LibGfx: Remove unnecessary divides in Color::mixed_with() 2 年之前
  MacDue bbc149ebb9 Meta+Userland: Pass Gfx::Color by value 2 年之前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Timothy Flynn 05f41382bb Userland: Properly define IPC::encode and IPC::decode specializations 2 年之前
  davidot 051134a21e LibGfx: Make parse_rgba_color use the new double parser 2 年之前
  MacDue 7bc0c66290 LibWeb+LibGfx: Move premultiplied alpha mixing to color.mixed_with() 2 年之前
  sin-ack c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  sin-ack c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors 3 年之前
  Valtteri Koskivuori f2c02077ba Userland: Remove a few gratuitous IPC namespace qualifiers 3 年之前
  Andreas Kling a6a8ba80fc LibGfx: Rename Color::from_rgba() => Color::from_argb() 3 年之前
  Andreas Kling 5ace66a903 LibGfx: Rename RGBA32 => ARGB32 3 年之前
  Andreas Kling cb9cac4e40 LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void> 3 年之前
  Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 年之前
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前