summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint
AgeCommit message (Expand)Author
2021-12-21PixelPaint: Refactor falloff computation and extend hardness ranger00ster91
2021-12-12Userland: Use File::lines() range-based for loop where appropriateSahan Fernando
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-27PixelPaint: Keep a RefPtr to offset_text_box in EditGuideDialogMarcus Nilsson
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use Application::construct() with Main::Arguments directlyMustafa Quraish
2021-11-22Everywhere: Use ArgsParser::parse() with Main::Arguments directlyMustafa Quraish
2021-11-22PixelPaint: Port to LibMainPascal Puffke
2021-11-22PixelPaint: Use better-fitting image sizeBen Wiederhake
2021-11-22PixelPaint: Add interactive zoom ComboBox to toolbarBen Wiederhake
2021-11-22PixelPaint: Add ability to fit to either width, height, or imageBen Wiederhake
2021-11-22PixelPaint: Allow setting ImageEditor scale and listening for changesBen Wiederhake
2021-11-22PixelPaint: Floor effective viewport size to whole integersBen Wiederhake
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-11-21LibGUI: Make clipboard-as-bitmap parsing less data-race-yBen Wiederhake
2021-11-20PixelPaint: Allow toggling the active layer boundary display rectAndreas Kling
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08PixelPaint: Use ErrorOr<T> for Image and Layer creation helpersAndreas Kling
2021-11-08PixelPaint: Use ErrorOr<T> for Image::try_compose_bitmap()Andreas Kling
2021-11-08PixelPaint: Use ErrorOr<T> for Image writing/exporting functionsAndreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-11-08AK: Use ErrorOr<T> for MappedFile factoriesAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
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-11-08LibGfx: Use ErrorOr<T> for Bitmap::flipped()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::rotated()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::clone()Andreas Kling
2021-11-03Applications: Remove border from GroupBox marginsFrHun
2021-11-02Applications: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02PixelPaint: Map color_distance_squared from 0 to 1Musab Kılıç
2021-10-31PixelPaint: Use a bucket cursor for the Bucket toolMarco Cutecchia
2021-10-31PixelPaint: Support using a bitmap as a tool's cursorMarco Cutecchia
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-24PixelPaint: Move Mask::{get, set, to_index} to the header fileIdan Horowitz
2021-10-23AK+Everywhere: Make Base64 decoding fallibleBen Wiederhake
2021-10-16PixelPaint: Create an empty layer when the last layer is removedFelix Rauch
2021-10-07PixelPaint: Close tab now prompts for a saveAlex Major
2021-10-07PixelPaint: Use reorderable tabsLuke Wilde
2021-10-05PixelPaint: Fix first undo action not workingMarco Cutecchia
2021-10-05PixelPaint: Ensure a layer is selected when restoring a snapshotMarco Cutecchia
2021-10-02PixelPaint: Correctly offset stroke position for even thicknessesGal Horowitz
2021-10-02PixelPaint: LayerListWidget::set_selected_layer now handles nullptrGal Horowitz
2021-09-29PixelPaint: Add new icons for layer actionsMarcus Nilsson
2021-09-25PixelPaint: Close image tabs on middle clickKarol Kosek
2021-09-25PixelPaint: Close New Image dialog after pressing return keyKarol Kosek
2021-09-20PixelPaint: Move Tools to it's own subdirectoryMarcus Nilsson
2021-09-19PixelPaint: Use main window's icon in the 'Create new image' widgetKarol Kosek