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.cpp
Age
Commit message (
Expand
)
Author
2022-09-12
Everywhere: Use my very shiny serenityos.org email :^)
networkException
2022-06-28
LibGUI: Use new layout system in InputBox
FrHun
2022-06-10
LibGUI: Use new DialogButton for consistency
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-01-26
LibGUI+LoginServer: Use default buttons in InputBox and LoginWindow
thankyouverycool
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-05
LibGUI: Use default Button and TextBox heights in InputBox
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-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-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
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