Age | Commit message (Expand) | Author |
---|---|---|
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 "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 |