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-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
2020-04-21
LibGUI: Make it easier to create checkable GUI::Actions
Andreas Kling
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-19
Browser: Make removal of bookmark persistent (#1865)
Vojtech Moravec
2020-04-19
Browser: Fix opening non-file URLs passed in argv
Sergey Bugaev
2020-04-18
Browser: Use URL::create_with_file_protocol() in one place
Andreas Kling
2020-04-15
Browser: Default page title to URL if no title is provided
Nick Tiberi
2020-04-11
Browser: Accept file:// URLs on the command line
Andreas Kling
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-04-04
Browser: Add Reload option to app menu with F5 shortcut key
Brendan Coles
2020-03-31
Browser: Refuse to run as root
Andreas Kling
2020-03-27
Browser: Let the user add/remove bookmarks to the bookmarks bar
Emanuel Sprung
2020-03-27
Browser: Add bookmarks bar
Emanuel Sprung
2020-03-27
Browser: Add empty, toogleable bookmarks bar
Emanuel Sprung
2020-03-18
Browser: Fix unintentional Web::Element copy
Andreas Kling
2020-03-14
LibWeb: Parse <script> elements and run any JavaScript found inside
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Some more convenience functions for constructing widgets
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
LibGUI: Add helper for constructing new TabWidget tabs
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
[next]