index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
PixelPaint
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-03-09
PixelPaint: Add list of recently opened files to the file menu
Tim Ledbetter
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-01-29
PixelPaint: Increase default window height by 10px
MacDue
2023-01-28
PixelPaint: Remove `try_` prefix from fallible IconBag methods
Linus Groh
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-07
PixelPaint: Port to `Core::Stream` :^)
Karol Kosek
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-20
PixelPaint: Propagate errors when creating images or layers
Cnidarias
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-14
PixelPaint: Unveil clipboard using the right path
snooze6214
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-08-14
Base: Launch ImageDecoder at session start-up
Lucas CHOLLET
2022-08-14
Base: Launch FileSystemAccessServer at session start-up
Lucas CHOLLET
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-12
PixelPaint: Implement IconBag to organize icons
electrikmilk
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-01-20
PixelPaint: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-09
PixelPaint: Propagate errors using try_set_main_widget in main
creator1creeper1
2022-01-06
PixelPaint: Unveil FileIconProvider.ini
Tobias Christiansen
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
Everywhere: Use Application::construct() with Main::Arguments directly
Mustafa Quraish
2021-11-22
Everywhere: Use ArgsParser::parse() with Main::Arguments directly
Mustafa Quraish
2021-11-22
PixelPaint: Port to LibMain
Pascal Puffke
2021-10-07
PixelPaint: Close tab now prompts for a save
Alex Major
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-12
PixelPaint: Use FileSystemAccessServer exclusively, remove unveil
Mustafa Quraish
2021-09-12
PixelPaint: Use LibConfig to allow custom pixel grid threshold
Mustafa Quraish
2021-09-06
PixelPaint: Refactor `main.cpp` into `MainWidget`
Mustafa Quraish
2021-09-04
PixelPaint: Add invert filter
Musab Kılıç
2021-09-04
PixelPaint: Add separator in image menu
Mustafa Quraish
2021-09-04
PixelPaint: Add `Copy Merged` action
Mustafa Quraish
2021-09-04
PixelPaint: Parse saved Guides from the ProjectLoader in main
Tobias Christiansen
2021-09-04
PixelPaint: Add ProjectLoader to abstract away opening of files
Tobias Christiansen
2021-09-04
PixelPaint: Move saving a project from Image into ImageEditor
Tobias Christiansen
2021-09-03
PixelPaint: Add actions to rotate image left/right
Mustafa Quraish
2021-09-03
PixelPaint: Add actions to flip image vertically/horizontally
Mustafa Quraish
2021-09-03
PixelPaint: Add `Merge Active Layer Down` action
Mustafa Quraish
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-09-01
PixelPaint: Move the conversion to pixels into the EditGuideDialog
Tobias Christiansen
2021-09-01
PixelPaint: Rename CreateNewGuideDialog to EditGuideDialog
Tobias Christiansen
2021-08-31
PixelPaint: Add grayscale filter
savary1
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-14
PixelPaint: Show Guides on GuideTool activation
Marcus Nilsson
2021-08-07
PixelPaint: Use unveil to hide file system
Timothy
2021-08-07
PixelPaint: Make Guides' visibility optional
Tobias Christiansen
[next]