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
/
Applications
/
Browser
/
WindowActions.cpp
Age
Commit message (
Expand
)
Author
2023-05-09
Userland: Show "Ladybird" instead of "Browser" in titles, menus, etc
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-07
Browser: Use `GUI::CommonActions::make_about_action()`
Sam Atkins
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-06
Browser: Add a custom icon for the "New Window" action
Gunnar Beutner
2022-10-06
Browser: Provide ability to create new browser windows
Kemal Zebari
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-21
Browser: Allow usage of vertical tabs
Cameron Youell
2022-04-02
Browser: Add Ctrl-<number> actions to changes tabs
Olivier De Cannière
2022-01-21
Browser: Load icons at start of program
Dylan Katz
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Browser: Add status tips to most of the actions
Andreas Kling
2021-04-09
Browser: Add Alt shortcuts to menu actions
Andreas Kling
2021-02-26
Browser: Add Go menu and move Bookmarks bar toggle to View
thankyouverycool
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling