summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/main.cpp
AgeCommit message (Expand)Author
2023-03-09PixelPaint: Add list of recently opened files to the file menuTim Ledbetter
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-01-29PixelPaint: Increase default window height by 10pxMacDue
2023-01-28PixelPaint: Remove `try_` prefix from fallible IconBag methodsLinus Groh
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-07PixelPaint: Port to `Core::Stream` :^)Karol Kosek
2023-01-07LibFileSystemAccessClient: Rename try_* functions to try_*_deprecatedKarol Kosek
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-20PixelPaint: Propagate errors when creating images or layersCnidarias
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-14PixelPaint: Unveil clipboard using the right pathsnooze6214
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-08-14Base: Launch ImageDecoder at session start-upLucas CHOLLET
2022-08-14Base: Launch FileSystemAccessServer at session start-upLucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-12PixelPaint: Implement IconBag to organize iconselectrikmilk
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-01-20PixelPaint: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-09PixelPaint: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-06PixelPaint: Unveil FileIconProvider.iniTobias Christiansen
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
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-10-07PixelPaint: Close tab now prompts for a saveAlex Major
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-12PixelPaint: Use FileSystemAccessServer exclusively, remove unveilMustafa Quraish
2021-09-12PixelPaint: Use LibConfig to allow custom pixel grid thresholdMustafa Quraish
2021-09-06PixelPaint: Refactor `main.cpp` into `MainWidget`Mustafa Quraish
2021-09-04PixelPaint: Add invert filterMusab Kılıç
2021-09-04PixelPaint: Add separator in image menuMustafa Quraish
2021-09-04PixelPaint: Add `Copy Merged` actionMustafa Quraish
2021-09-04PixelPaint: Parse saved Guides from the ProjectLoader in mainTobias Christiansen
2021-09-04PixelPaint: Add ProjectLoader to abstract away opening of filesTobias Christiansen
2021-09-04PixelPaint: Move saving a project from Image into ImageEditorTobias Christiansen
2021-09-03PixelPaint: Add actions to rotate image left/rightMustafa Quraish
2021-09-03PixelPaint: Add actions to flip image vertically/horizontallyMustafa Quraish
2021-09-03PixelPaint: Add `Merge Active Layer Down` actionMustafa Quraish
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-09-01PixelPaint: Move the conversion to pixels into the EditGuideDialogTobias Christiansen
2021-09-01PixelPaint: Rename CreateNewGuideDialog to EditGuideDialogTobias Christiansen
2021-08-31PixelPaint: Add grayscale filtersavary1
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-14PixelPaint: Show Guides on GuideTool activationMarcus Nilsson
2021-08-07PixelPaint: Use unveil to hide file systemTimothy
2021-08-07PixelPaint: Make Guides' visibility optionalTobias Christiansen