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
/
MessageBox.cpp
Age
Commit message (
Expand
)
Author
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
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-18
Userland: Use Widget::add_spacer() everywhere
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-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-28
LibGUI: Use new layout system for basic widgets
FrHun
2022-06-28
LibGUI: Remove usages of deprecated implicit conversions
FrHun
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-02-18
Userland: Dynamically update the MonitorSettingsWidget countdown timer
stijndr
2022-02-01
LibGUI: Rename Close to Discard in MessageBox::ask_about_unsaved_changes
Thitat Auareesuksakul
2022-01-09
LibGUI: Show hours and minutes in "unsaved changes" dialogs
Rafał Babiarz
2022-01-04
LibGUI: Don't show "last saved" information for never-saved documents
Andreas Kling
2022-01-04
LibGUI: Add optional unmodified timestamp to "unsaved changes" dialogs
Andreas Kling
2022-01-04
LibGUI: Add GUI::MessageBox::ask_about_unsaved_changes()
Andreas Kling
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-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-08-01
LibGUI: Remove unused header includes
Brian Gianforcaro
2021-07-22
LibGUI: Handle multiple lines of text in MessageBox
Timothy
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-09
LibGUI: Remove left margin on MessageBox text when icon is unset
LuK1337
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling