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
/
InputBox.h
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-16
LibGUI: Allow more programmatic control over GUI::InputBox
Timothy Flynn
2022-09-12
Everywhere: Use my very shiny serenityos.org email :^)
networkException
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-07-26
LibGUI: Add InputType enum to allow creating a password InputBox dialog
Tom
2021-07-07
LibGUI: Use east const style in InputBox.{cpp,h}
networkException
2021-07-07
LibGUI: Allow InputBox to show placeholder
networkException
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-20
LibGUI: Set InputBox initial value to text_value string
Linus Groh
2021-02-20
LibGUI: Swap order of InputBox value and parent window args
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling