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
/
LayerPropertiesWidget.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
2022-12-09
LibGUI: Split OpacitySlider into vertical and horizontal helper classes
FrHun
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-09
PixelPaint: Keep a RefPtr to layer in LayerPropertiesWidget
Marcus Nilsson
2021-11-03
Applications: Remove border from GroupBox margins
FrHun
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-05-16
PixelPaint: Convert main UI to GML :^)
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