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
/
CreateNewImageDialog.cpp
Age
Commit message (
Expand
)
Author
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-14
PixelPaint: Add background color options to "new image" dialog
MacDue
2022-08-13
PixelPaint: Allow configuration of default image size through GUI
cflip
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-02
Userland: Use default buttons instead of manually handling return press
Karol Kosek
2022-05-17
PixelPaint: Allow configuring 'new image' defaults
MacDue
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2021-11-22
PixelPaint: Use better-fitting image size
Ben Wiederhake
2021-09-25
PixelPaint: Close New Image dialog after pressing return key
Karol Kosek
2021-09-19
PixelPaint: Use main window's icon in the 'Create new image' widget
Karol Kosek
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-06-15
PixelPaint: Increase default size of new images from 1x1 to 480x360
Andreas Kling
2021-06-15
PixelPaint: Don't allow creating empty layers or images
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling