index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Browser
Age
Commit message (
Expand
)
Author
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
Browser: Allow Ctrl+clicking on bookmark bar buttons :^)
Andreas Kling
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-05-12
Browser: Some action fixes
Andreas Kling
2020-05-10
LibProtocol: Pass response headers in a case insensitive HashMap
Andreas Kling
2020-05-10
Browser: Allow opening URLs by dropping them on the HtmlView :^)
Andreas Kling
2020-05-10
LibWeb: Teach HtmlView how to render Markdown files :^)
Andreas Kling
2020-05-10
Browser: Use "about:blank" as the default home page
Andreas Kling
2020-05-10
LibWeb+Browser: Support about: URL protocol so "about:blank" works :^)
Andreas Kling
2020-05-09
Browser: Close tabs when middle clicked
FalseHonesty
2020-05-09
Browser: Add missing copyright header to WindowActions.{cpp,h}
Linus Groh
2020-05-08
Services: Renamed from Servers
Andreas Kling
2020-05-08
Browser: Move InspectorWidget into the Browser namespace
Andreas Kling
2020-05-07
Browser: Show line numbers when viewing page source
Nick Tiberi
2020-05-07
Browser: Escape percent sign in download progress format string
Linus Groh
2020-05-07
Browser: Assume http:// when no protocol is provided in the location bar (#2142)
Maciej Sobaczewski
2020-05-06
Browser: Open links in a new tab when middle clicked
FalseHonesty
2020-05-06
Browser: Add dedicated "view source" window
Linus Groh
2020-05-06
Browser: Add "Copy link" context menu item
modmuss50
2020-05-05
Browser: Add a basic GUI download feature
Andreas Kling
2020-05-05
Browser: Add a simple context menu for hyperlinks
Andreas Kling
2020-05-03
LibTextCodec: Start fleshing out a simple text codec library
Andreas Kling
2020-05-03
Meta: Fix Makefile permissions (not executable)
Ben Wiederhake
2020-05-02
LibCore+LibHTTP: Move out the HTTP handler and add HTTPS
AnotherTest
2020-04-30
Browser: Add missing tooltip to bookmark button
Dylan Katz
2020-04-29
Browser: Add missing `#pragma once` in Tab.h
Emanuele Torre
2020-04-28
Browser: Make Ctrl+L select the location bar again
Andreas Kling
2020-04-28
Browser: Don't put favicons as the window icon
Andreas Kling
2020-04-26
Base+Browser: Add an icon for the serenity Browser and make it use it
Andres Vieira
2020-04-25
Browser: Rejig the "on_load_counter_change" hook when switching tabs
Andreas Kling
2020-04-25
Browser: Unveil /etc/passwd so we can find our home directory if needed
Andreas Kling
2020-04-25
Browser: Share one BookmarksBarWidget between all Tabs
Andreas Kling
2020-04-25
Browser: Add Browser.ini configuration file
Brendan Coles
2020-04-24
Browser: Use the active tab's favicon as the window icon :^)
Andreas Kling
2020-04-24
LibGUI: Add "uniform tabs" mode to TabWidget (all tabs have same width)
Andreas Kling
2020-04-24
Browser: React to favicon notifications and put favicons in the tabs!
Andreas Kling
2020-04-24
Browser: Move the "About" action to WindowActions
Andreas Kling
2020-04-24
Browser: Remove padding from the main TabWidget
Andreas Kling
2020-04-24
Browser: Add icons for the "new tab" and "close tab" actions
Andreas Kling
2020-04-24
Browser+LibWeb: Open link in new tab on Ctrl+Click :^)
Andreas Kling
2020-04-24
Browser: Scope tab-specific actions to the tab itself
Andreas Kling
2020-04-24
Browser: Open links with target="_blank" in new tab
Linus Groh
2020-04-24
LibWeb: Pass link target to HtmlView's on_link_click callback
Linus Groh
2020-04-23
Browser: Add "next tab" and "previous tab" actions
Andreas Kling
2020-04-23
Browser: Add "Close tab" action (Ctrl+W) :^)
Andreas Kling
2020-04-23
Browser: Add "New tab" action (Ctrl+T) :^)
Andreas Kling
2020-04-23
Browser: Start implementing tabbed browsing! :^)
Andreas Kling
2020-04-23
Applications: Tweak main layout spacing and background
Andreas Kling
2020-04-23
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
Andreas Kling
2020-04-23
Browser: Remove no-op from the BooksmarksBarWidget
Andreas Kling
[next]