summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/InputBox.h
AgeCommit message (Expand)Author
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