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
/
Libraries
/
LibGUI
/
Icon.cpp
Age
Commit message (
Expand
)
Author
2023-02-21
LibGUI: Fix const-correctness issues
Andreas Kling
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-09
Applications: Add a new NetworkSettings application
Maciej
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-20
LibGUI: Make GUI::try_create_default_icon() tolerate single-size icons
Andreas Kling
2021-12-17
LibGUI: Add ErrorOr wrapper for default icon creation
Astraeus-
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling