summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/ImageWidget.cpp
AgeCommit message (Expand)Author
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool
2023-04-30LibGUI: Don't fix ImageWidget's size when disabling auto_resize()thankyouverycool
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-01-20LibGfx: Re-work the abstractions of sending image for decoding over IPCLiav A
2023-01-18LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytesLiav A
2023-01-12Userland: Replace remaining Core::Timer::construct()s with try_create()Sam Atkins
2022-12-09LibGUI: Register GUI icon path setters as write-onlyTimothy Flynn
2022-08-05LibGUI: Register "bitmap" GML property for ImageWidgetthankyouverycool
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-21LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-07-27LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index)Andreas Kling
2021-07-27LibGfx: Improve ImageDecoder constructionAndreas Kling
2021-05-14ImageViewer: Rename QSWidget => ImageViewer::ViewWidgetAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-17QuickShow: Animate animated images :^)Linus Groh
2021-03-17LibGUI: Animate any image in ImageWidget, not just *.gifLinus Groh
2021-03-12LibGUI: Add opacity to ImageWidgetthankyouverycool
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling