summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/WindowActions.cpp
AgeCommit message (Expand)Author
2023-05-09Userland: Show "Ladybird" instead of "Browser" in titles, menus, etcAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-07Browser: Use `GUI::CommonActions::make_about_action()`Sam Atkins
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-06Browser: Add a custom icon for the "New Window" actionGunnar Beutner
2022-10-06Browser: Provide ability to create new browser windowsKemal Zebari
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-21Browser: Allow usage of vertical tabsCameron Youell
2022-04-02Browser: Add Ctrl-<number> actions to changes tabsOlivier De Cannière
2022-01-21Browser: Load icons at start of programDylan Katz
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Browser: Add status tips to most of the actionsAndreas Kling
2021-04-09Browser: Add Alt shortcuts to menu actionsAndreas Kling
2021-02-26Browser: Add Go menu and move Bookmarks bar toggle to Viewthankyouverycool
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling