summaryrefslogtreecommitdiff
path: root/Applications/Browser
AgeCommit message (Expand)Author
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
2020-03-18Browser: Fix unintentional Web::Element copyAndreas Kling
2020-03-14LibWeb: Parse <script> elements and run any JavaScript found insideAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-03-07LibWeb: Move everything into the Web namespaceAndreas Kling
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-03-03LibGUI: Some more convenience functions for constructing widgetsAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-23LibGUI: Add helper for constructing new TabWidget tabsAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling