summaryrefslogtreecommitdiff
path: root/Userland/Demos/WidgetGallery/GalleryModels.h
AgeCommit message (Expand)Author
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::cropped()Andreas Kling
2021-09-20WidgetGallery: Crop animated cursorsKarol Kosek
2021-09-20WidgetGallery+MouseSettings: Use LexicalPath::basename()Karol Kosek
2021-08-23WindowServer: Add support for cursor themesMaciej Zygmanowski
2021-08-08WidgetGallery: Change model update() functions to invalidate()sin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-23WidgetGallery: Split cursor/icon names based on full pathsthankyouverycool
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-22WidgetGallery: Fix bogus return type from FileIconsModel::create()Andreas Kling
2021-04-21Userland: Use Core::DirIterator::next_full_path()Andreas Kling
2021-03-12WidgetGallery: Convert layout to GML and add new Icons gallerythankyouverycool