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-11-19
LibGUI: Set focus proxy for CommandPalette's TableView
thankyouverycool
2022-11-19
LibGUI+Taskbar+Applets+Applications: Set various windows as Popups
thankyouverycool
2022-11-19
LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts
thankyouverycool
2022-11-19
LibGUI+WindowServer: Remove InputPreemptor concept
thankyouverycool
2022-10-25
LibGUI: Don't show the command palette action in the command palette
demostanis
2022-10-25
LibGUI: Remove Window::set_blocks_command_palette()
demostanis
2022-09-12
Everywhere: Use my very shiny serenityos.org email :^)
networkException
2022-09-09
LibGUI: Allow blocking CommandPalette/EmojiInput on a per Window basis
thankyouverycool
2022-09-09
LibGUI: CommandPalette: Fix key event capture for actions
faxe1008
2022-09-08
LibGUI+WindowServer: Notify Windows on input preemption
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
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