summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/BookmarksBarWidget.h
AgeCommit message (Expand)Author
2023-05-23Browser: Don't show error message box when canceling editor dialogKemal Zebari
2023-04-24Browser: Convert `BookmarksBarWidget` to use failable functionsCameron Youell
2023-04-09Browser: Have `BookmarksBarWidget` signal bookmark changes for `Tab`Kemal Zebari
2023-03-17Browser: Have the bookmark button use the editor dialogKemal Zebari
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2022-12-21Browser: Introduce action for opening bookmarks in a new windowKemal Zebari
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-27Browser: Give BookmarksBarWidget a minimum sizeSam Atkins
2022-07-14Browser: Use OpenInNewTab parameter in on_bookmark_click handlernetworkException
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-26Browser: Add right-click context menu item for editing bookmarksTimothy Flynn
2021-01-12Applications: Move to Userland/Applications/Andreas Kling