提交歷史

作者 SHA1 備註 提交日期
  MacDue 6ceb185865 LibGfx: Add `ALWAYS_INLINE` to Color::mixed_with()/interpolate() 2 年之前
  MacDue 3cc074c1b0 LibGfx: De-duplicate color interpolation code 2 年之前
  MacDue e5a39d134b LibGfx: Move Color::mixed_with() inline 2 年之前
  Timothy Flynn 027aee2c66 Userland: Add missing Math.h and IntegralMath.h header includes 2 年之前
  Timothy Flynn ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 年之前
  Timothy Flynn 9b483625e6 LibIPC+Everywhere: Change IPC decoders to construct values in-place 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 年之前
  Andreas Oppebøen 29de0dbea5 LibGfx: Add missing color LightBlue 2 年之前
  MacDue f274f04e35 LibGfx: Handle alpha in color distance 2 年之前
  Timothy Flynn 05f41382bb Userland: Properly define IPC::encode and IPC::decode specializations 2 年之前
  Daniel Bertalan 4296425bd8 Everywhere: Remove redundant inequality comparison operators 2 年之前
  Timothy Slater eec881ea34 LibGfx: Implement flood fill algorithm in Bitmap class 2 年之前
  MacDue 7bc0c66290 LibWeb+LibGfx: Move premultiplied alpha mixing to color.mixed_with() 2 年之前
  kleines Filmröllchen 049c1a536c LibGfx: Add saturation modification functions to Color 2 年之前
  kleines Filmröllchen 5bb277d9ec LibGfx: Add YUV conversion functions to Color 2 年之前
  kleines Filmröllchen ac23b806a2 LibGfx: Make Color::set_alpha constexpr 2 年之前
  MacDue 73b05364e8 LibGfx: Add Color::contrast_ratio() 3 年之前
  Hendiadyoin1 5fd49b9d9f LibGfx: Avoid some unnecessary Rounding in AffineTransform and Color 3 年之前
  César Torres 4b0b22d897 LibGfx: Fix typo in Color constructor 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Sam Atkins 404a7cb63a LibGfx+LibWeb: Use floats not doubles to create HSL colors 3 年之前
  Andreas Kling a6a8ba80fc LibGfx: Rename Color::from_rgba() => Color::from_argb() 3 年之前
  Andreas Kling 5ace66a903 LibGfx: Rename RGBA32 => ARGB32 3 年之前
  Andreas Kling 5c4bb03926 LibGfx+GameOfLife: Remove Gfx::make_rgb() and its one user 3 年之前
  Xavier Defrang b1a15b02f1 PixelPaint+LibGfx: Add sepia color filter 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 年之前