summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/WindowActions.cpp
AgeCommit message (Expand)Author
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