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
/
BrowserWindow.cpp
Age
Commit message (
Expand
)
Author
2023-05-23
Base+Userland: Apply Human Interface Guidelines to Object text
thankyouverycool
2023-05-17
Browser+Ladybird+LibWebView: Move some common functions to LibWebView
Timothy Flynn
2023-05-09
Userland: Show "Ladybird" instead of "Browser" in titles, menus, etc
Andreas Kling
2023-04-30
LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
thankyouverycool
2023-04-19
LibGUI+Userland: Make Menu::*add_submmenu take name using new string
Karol Kosek
2023-04-19
LibGUI+Userland: Make Window::*add_menu take name using new string
Karol Kosek
2023-04-19
LibGUI+Browser: Set menu names using the new String class
Karol Kosek
2023-04-18
Browser: Propagate autoplay settings to the WebContent process
Timothy Flynn
2023-04-18
LibGUI+Userland: Improve error and font handling for InputBox
thankyouverycool
2023-03-29
Browser: Add reset zoom level button to toolbar
MacDue
2023-03-26
Browser: Show current zoom level in view menu
MacDue
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-21
WebContent+Everywhere: Add a WebContent IPC to activate a tab
Timothy Flynn
2023-03-21
WebContent+Everywhere: Add an option to not activate new tabs over IPC
Timothy Flynn
2023-03-18
LibWeb+Browser+Ladybird: Add menu action to dump paint tree
Andreas Kling
2023-03-16
Browser: Implement `notify_request_open_new_tab`
Aliaksandr Kalenik
2023-03-16
LibGUI+Userland: Port TabWidget set_tab_title to new string
Karol Kosek
2023-03-16
LibGUI+Userland: Make TabWidget::*add_tab() take title using new string
Karol Kosek
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-07
Browser: Use `GUI::CommonActions::make_about_action()`
Sam Atkins
2023-02-04
LibGUI+Userland: Switch order of parameters for InputBox::show
Karol Baraniecki
2023-02-04
Userland: Replace manual checking by using GUI::InputType::NonemptyText
Karol Baraniecki
2023-01-27
Browser: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-12
Browser: Implement zoom :^)
Linus Groh
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
2022-12-31
Browser: Add window to inspect history
Rafał Babiarz
2022-12-28
Applications: Remove i686 support
Liav A
2022-12-21
Browser: Introduce action for opening bookmarks in a new window
Kemal Zebari
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-12-08
Browser+LibWebView+WebContent: Do not domain match on cookie updates
Timothy Flynn
2022-12-08
LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>
Andreas Kling
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
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-11-15
LibWeb: Add 'should block pop ups' user config to Page
Idan Horowitz
2022-11-11
Browser+WebContent+WebDriver: Move Get Named Cookie to WebContent
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Get All Cookies to WebContent
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Execute Async Script to WebContent
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Get Page Source to WebContent
Timothy Flynn
[next]