summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/CommandPalette.cpp
AgeCommit message (Expand)Author
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-20LibGUI: Use fuzzy matching in CommandPalettefaxe1008
2022-04-20LibGUI: Close CommandPalette on active window changefaxe1008
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-02-25Assistant+CommandPalette: Use FrameShape::Window for main widgetsthankyouverycool
2022-01-30LibGUI: Collect menu and submenu actions for CommandPalettenetworkException
2022-01-30LibGUI: Increase the width of a CommandPalette dialognetworkException
2022-01-30LibGUI: Add Menu column to CommandPalette :^)networkException
2022-01-30LibGUI: Allow CommandPalette to distinguish radio buttons and checkboxesnetworkException
2022-01-29LibGUI: Show radio buttons for checkable actions in CommandPalettenetworkException
2022-01-27LibGUI: Alphabetize the available entries in CommandPaletteAndreas Kling
2022-01-27LibGUI: Show action icons in CommandPalette when available :^)Andreas Kling
2022-01-27LibGUI: Add a universally available "command palette" to GUI programsAndreas Kling