summaryrefslogtreecommitdiff
path: root/Applications/Browser
AgeCommit message (Expand)Author
2020-05-07Browser: Show line numbers when viewing page sourceNick Tiberi
2020-05-07Browser: Escape percent sign in download progress format stringLinus Groh
2020-05-07Browser: Assume http:// when no protocol is provided in the location bar (#2142)Maciej Sobaczewski
2020-05-06Browser: Open links in a new tab when middle clickedFalseHonesty
2020-05-06Browser: Add dedicated "view source" windowLinus Groh
2020-05-06Browser: Add "Copy link" context menu itemmodmuss50
2020-05-05Browser: Add a basic GUI download featureAndreas Kling
2020-05-05Browser: Add a simple context menu for hyperlinksAndreas Kling
2020-05-03LibTextCodec: Start fleshing out a simple text codec libraryAndreas Kling
2020-05-03Meta: Fix Makefile permissions (not executable)Ben Wiederhake
2020-05-02LibCore+LibHTTP: Move out the HTTP handler and add HTTPSAnotherTest
2020-04-30Browser: Add missing tooltip to bookmark buttonDylan Katz
2020-04-29Browser: Add missing `#pragma once` in Tab.hEmanuele Torre
2020-04-28Browser: Make Ctrl+L select the location bar againAndreas Kling
2020-04-28Browser: Don't put favicons as the window iconAndreas Kling
2020-04-26Base+Browser: Add an icon for the serenity Browser and make it use itAndres Vieira
2020-04-25Browser: Rejig the "on_load_counter_change" hook when switching tabsAndreas Kling
2020-04-25Browser: Unveil /etc/passwd so we can find our home directory if neededAndreas Kling
2020-04-25Browser: Share one BookmarksBarWidget between all TabsAndreas Kling
2020-04-25Browser: Add Browser.ini configuration fileBrendan Coles
2020-04-24Browser: Use the active tab's favicon as the window icon :^)Andreas Kling
2020-04-24LibGUI: Add "uniform tabs" mode to TabWidget (all tabs have same width)Andreas Kling
2020-04-24Browser: React to favicon notifications and put favicons in the tabs!Andreas Kling
2020-04-24Browser: Move the "About" action to WindowActionsAndreas Kling
2020-04-24Browser: Remove padding from the main TabWidgetAndreas Kling
2020-04-24Browser: Add icons for the "new tab" and "close tab" actionsAndreas Kling
2020-04-24Browser+LibWeb: Open link in new tab on Ctrl+Click :^)Andreas Kling
2020-04-24Browser: Scope tab-specific actions to the tab itselfAndreas Kling
2020-04-24Browser: Open links with target="_blank" in new tabLinus Groh
2020-04-24LibWeb: Pass link target to HtmlView's on_link_click callbackLinus Groh
2020-04-23Browser: Add "next tab" and "previous tab" actionsAndreas Kling
2020-04-23Browser: Add "Close tab" action (Ctrl+W) :^)Andreas Kling
2020-04-23Browser: Add "New tab" action (Ctrl+T) :^)Andreas Kling
2020-04-23Browser: Start implementing tabbed browsing! :^)Andreas Kling
2020-04-23Applications: Tweak main layout spacing and backgroundAndreas Kling
2020-04-23LibGUI: Add a ToolBarContainer widget and put most ToolBars in oneAndreas Kling
2020-04-23Browser: Remove no-op from the BooksmarksBarWidgetAndreas Kling
2020-04-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas Kling
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-04-19Browser: Make removal of bookmark persistent (#1865)Vojtech Moravec
2020-04-19Browser: Fix opening non-file URLs passed in argvSergey Bugaev
2020-04-18Browser: Use URL::create_with_file_protocol() in one placeAndreas Kling
2020-04-15Browser: Default page title to URL if no title is providedNick Tiberi
2020-04-11Browser: Accept file:// URLs on the command lineAndreas Kling
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-04-04Browser: Add Reload option to app menu with F5 shortcut keyBrendan Coles
2020-03-31Browser: Refuse to run as rootAndreas Kling
2020-03-27Browser: Let the user add/remove bookmarks to the bookmarks barEmanuel Sprung
2020-03-27Browser: Add bookmarks barEmanuel Sprung
2020-03-27Browser: Add empty, toogleable bookmarks barEmanuel Sprung