summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/InputBox.h
AgeCommit message (Expand)Author
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-07-26LibGUI: Add InputType enum to allow creating a password InputBox dialogTom
2021-07-07LibGUI: Use east const style in InputBox.{cpp,h}networkException
2021-07-07LibGUI: Allow InputBox to show placeholdernetworkException
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-20LibGUI: Set InputBox initial value to text_value stringLinus Groh
2021-02-20LibGUI: Swap order of InputBox value and parent window argsLinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling