summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/InputBox.cpp
AgeCommit message (Expand)Author
2022-11-16LibGUI: Allow more programmatic control over GUI::InputBoxTimothy Flynn
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-06-28LibGUI: Use new layout system in InputBoxFrHun
2022-06-10LibGUI: Use new DialogButton for consistencyFrHun
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-01-26LibGUI+LoginServer: Use default buttons in InputBox and LoginWindowthankyouverycool
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-05LibGUI: Use default Button and TextBox heights in InputBoxAndreas Kling
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-01LibGUI: Remove unused header includesBrian Gianforcaro
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-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
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