summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/ProcessChooser.cpp
AgeCommit message (Expand)Author
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-18Userland: Use Widget::add_spacer() everywhereSam Atkins
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-12-24LibGUI+Userland: Make SortingProxyModel::create() return ErrorOrSam Atkins
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-03LibGUI+Settings: Remove superfluous margin setsFrHun
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-08LibGUI: Correctly call update() in ProcessChoosersin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-07-27ProcessChooser: Fix button margins and sizeFrHun
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling