Commit History

Author SHA1 Message Date
  Karol Kosek ebc20f7ac3 LibGfx: Use enum instead of magic numbers for PNG Color and Filter types 3 years ago
  Andreas Kling 17632c3d2d LibGfx: Rename conflicting Quad<T> in PNG loader to Quartet<T> 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Lenny Maiorani f912a48315 Userland: Change static const variables to static constexpr 3 years ago
  Lenny Maiorani 9c56a83b76 Libraries: Use default constructors/destructors in LibGfx 3 years ago
  Andreas Kling 5ace66a903 LibGfx: Rename RGBA32 => ARGB32 3 years ago
  Andreas Kling f7f7aa6986 LibGfx/PNG: Respect the tRNS chunk transparency with color type 2 3 years ago
  Andreas Kling 5c7f11f1cd LibGfx/PNG: Collect tRNS (transparency chunk) info for all color types 3 years ago
  Andreas Kling aa679643c1 LibGfx: Remove unnecessary includes from PNGLoader.cpp 3 years ago
  mjz19910 3102d8e160 Everywhere: Fix many spelling errors 3 years ago
  Andreas Kling 88da7cc383 LibGfx: Use ErrorOr<void> more internally in PNGImageDecoderPlugin 3 years ago
  Andreas Kling 5a79c69b02 LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<> 3 years ago
  Andreas Kling 2b866e3c9b LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index) 3 years ago
  Andreas Kling 47edd6ae89 LibGfx: Remove all load_FORMAT_from_memory() decoder wrappers 3 years ago
  Timothy Flynn 7cc50d614c LibGfx: Include Vector.h in PNGLoader.cpp 3 years ago
  Andreas Kling 10add3f4c2 LibGfx: Remove load_FORMAT() image codec wrappers 3 years ago
  Andreas Kling 0de33b3d6c LibGfx: Use ErrorOr<T> for Bitmap::try_create() 3 years ago
  Timothy c966c32571 LibGfx: Move common loader functionality to load from memory functions 3 years ago
  Brian Gianforcaro 3e45c3ed90 Userland: Switch static_assert of type sizes to AK::AssertSize 3 years ago
  Andreas Kling 751cb094ff LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 4 years ago
  Andreas Kling 143443e0b6 LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 4 years ago
  Andreas Kling 24b5295b30 LibGfx: Remove "purgeable Gfx::Bitmap" as a separate concept 4 years ago
  Andreas Kling c7d891765c LibGfx: Use "try_" prefix for static factory functions 4 years ago
  Hendiadyoin1 ed46d52252 Everywhere: Use AK/Math.h if applicable 4 years ago
  Linus Groh 634db18809 LibGfx: Replace if constexpr (PNG_DEBUG) printf() with dbgln_if() 4 years ago
  Linus Groh d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" 4 years ago
  Lenny Maiorani 800ea8ea96 Userland: static vs non-static constexpr variables 4 years ago
  Gunnar Beutner 24376e7759 LibGfx: Avoid copying ByteBuffers while loading PNG images 4 years ago
  Andreas Kling 3d4afe7614 Everywhere: "indexes" => "indices" 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago