summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/BookmarksBarWidget.cpp
AgeCommit message (Expand)Author
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-02-13Userland: Replace usages of AbstractButton::text_deprecated with text()Karol Kosek
2023-02-13LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}textKarol Kosek
2023-02-02Browser: Disallow empty URLs in the bookmark editorKemal Zebari
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2022-12-21Browser: Introduce action for opening bookmarks in a new windowKemal Zebari
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-09-08Browser+LibGUI+WindowServer: Open Button menus uniformlythankyouverycool
2022-09-08Browser: Add context menu iconselectrikmilk
2022-08-07Browser: Show bookmark and history page lists under the their buttonsKarol Kosek
2022-08-07Browser: Set margins for BookmarkBarWidgetKarol Kosek
2022-08-07Browser: Use overflow-menu icon for hidden bookmarks the buttonKarol Kosek
2022-07-14Browser: Allow opening bookmarks in new tab on middle mouse clicknetworkException
2022-07-14Browser: Use OpenInNewTab parameter in on_bookmark_click handlernetworkException
2022-06-02Userland: Use default buttons instead of manually handling return pressKarol Kosek
2022-05-30Browser: Always show menu for additional bookmarks when one is hiddennetworkException
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-04Browser: Set an icon for the 'Edit Bookmark' DialogKarol Kosek
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-21Browser: Load icons at start of programDylan Katz
2021-11-22Browser: Scope bookmark actions so that they don't block the delete keySam Atkins
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-09-29Browser: Use CommonActions where possible and various fixesMarcus Nilsson
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-05-10Browser: Apply some polish to menus and actionsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-26Browser: Add right-click context menu item for editing bookmarksTimothy Flynn
2021-01-12Applications: Move to Userland/Applications/Andreas Kling