summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/InputBox.h
AgeCommit message (Expand)Author
2023-04-18LibGUI: Add a numeric input type to InputBoxthankyouverycool
2023-04-18LibGUI: Let InputBox display an ImageWidgetthankyouverycool
2023-04-18LibGUI+Userland: Improve error and font handling for InputBoxthankyouverycool
2023-02-04LibGUI: Verify NonemptyText InputBox doesn't result in an empty stringKarol Baraniecki
2023-02-04LibGUI+Userland: Switch order of parameters for InputBox::showKarol Baraniecki
2023-02-04LibGUI: Allow the InputBox to be of NonemptyText typeKarol Baraniecki
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-16LibGUI: Allow more programmatic control over GUI::InputBoxTimothy Flynn
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