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
/
BookmarksBarWidget.cpp
Age
Commit message (
Expand
)
Author
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-13
Userland: Replace usages of AbstractButton::text_deprecated with text()
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2023-02-02
Browser: Disallow empty URLs in the bookmark editor
Kemal Zebari
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2022-12-21
Browser: Introduce action for opening bookmarks in a new window
Kemal Zebari
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-09-12
Everywhere: Use my very shiny serenityos.org email :^)
networkException
2022-09-08
Browser+LibGUI+WindowServer: Open Button menus uniformly
thankyouverycool
2022-09-08
Browser: Add context menu icons
electrikmilk
2022-08-07
Browser: Show bookmark and history page lists under the their buttons
Karol Kosek
2022-08-07
Browser: Set margins for BookmarkBarWidget
Karol Kosek
2022-08-07
Browser: Use overflow-menu icon for hidden bookmarks the button
Karol Kosek
2022-07-14
Browser: Allow opening bookmarks in new tab on middle mouse click
networkException
2022-07-14
Browser: Use OpenInNewTab parameter in on_bookmark_click handler
networkException
2022-06-02
Userland: Use default buttons instead of manually handling return press
Karol Kosek
2022-05-30
Browser: Always show menu for additional bookmarks when one is hidden
networkException
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-05-04
Browser: Set an icon for the 'Edit Bookmark' Dialog
Karol Kosek
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-21
Browser: Load icons at start of program
Dylan Katz
2021-11-22
Browser: Scope bookmark actions so that they don't block the delete key
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-09-29
Browser: Use CommonActions where possible and various fixes
Marcus Nilsson
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-05-10
Browser: Apply some polish to menus and actions
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-26
Browser: Add right-click context menu item for editing bookmarks
Timothy Flynn
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling