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
/
CommonActions.cpp
Age
Commit message (
Expand
)
Author
2022-11-19
LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts
thankyouverycool
2022-10-25
LibGUI: Add CommonActions::make_command_palette_action()
demostanis
2022-10-14
Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Version
kleines Filmröllchen
2022-09-09
LibGUI: Add ellipsis to Insert Emoji action
thankyouverycool
2022-09-08
Base+LibGUI: Add insert emoji common action
electrikmilk
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-30
LibGUI: Add side mouse buttons as an alternate shortcut for back/forward
Geordie Hall
2022-05-15
LibGUI: Phrase help action more specifically
diogenes
2022-04-26
LibGUI: Use ctrl+shift+z for redo action shortcut
ForLoveOfCats
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-13
AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnull
Idan Horowitz
2022-01-12
Base+Browser: Add Browser icons
electrikmilk
2022-01-06
LibGUI: Move rotate cw/ccw to CommonActions
Marcus Nilsson
2022-01-05
Base+LibGUI: Add unique "Save As" icon
thankyouverycool
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-09-29
Browser: Use CommonActions where possible and various fixes
Marcus Nilsson
2021-08-19
LibGUI: Move common action definitions to CommonActions.cpp
sin-ack