index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
CommandPalette.cpp
Age
Commit message (
Expand
)
Author
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-20
LibGUI: Use fuzzy matching in CommandPalette
faxe1008
2022-04-20
LibGUI: Close CommandPalette on active window change
faxe1008
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-02-25
Assistant+CommandPalette: Use FrameShape::Window for main widgets
thankyouverycool
2022-01-30
LibGUI: Collect menu and submenu actions for CommandPalette
networkException
2022-01-30
LibGUI: Increase the width of a CommandPalette dialog
networkException
2022-01-30
LibGUI: Add Menu column to CommandPalette :^)
networkException
2022-01-30
LibGUI: Allow CommandPalette to distinguish radio buttons and checkboxes
networkException
2022-01-29
LibGUI: Show radio buttons for checkable actions in CommandPalette
networkException
2022-01-27
LibGUI: Alphabetize the available entries in CommandPalette
Andreas Kling
2022-01-27
LibGUI: Show action icons in CommandPalette when available :^)
Andreas Kling
2022-01-27
LibGUI: Add a universally available "command palette" to GUI programs
Andreas Kling