summaryrefslogtreecommitdiff
path: root/Applications/Browser/main.cpp
AgeCommit message (Expand)Author
2020-11-02Applications: Use GUI::Icon::default_icon to set application iconBrendan Coles
2020-10-25AK: Eradicate calls to warn().asynts
2020-10-04AK: Make the return type of dbgputstr consistent.asynts
2020-10-04Browser: Remove dbgln() statement that was crashing on startupAndreas Kling
2020-10-04Browser: Fix build after dbgf() -> dbgln() renameAndreas Kling
2020-10-04Browser: Use format functions instead of printf.asynts
2020-09-23Applications+IRCClient: Use new format functions.asynts
2020-09-14Browser: Set tab text alignment from JSON GUIAndreas Kling
2020-09-14Browser: Generate the main browser window UI from JSON :^)Andreas Kling
2020-08-12Browser: Avoid ninja-import of global variableBen Wiederhake
2020-08-05Browser: Move bookmarks.json to ~/.configAndreas Kling
2020-08-01Applications: Stop setting initial window locationPeter Elliott
2020-07-06Browser: Add a way to start Browser in multi-process mode :^)Andreas Kling
2020-07-06Browser+LibWeb: Pave the way for using WebContentView in BrowserAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-26LibWeb+Browser: Remove old HTML parser :^)Andreas Kling
2020-06-22LibWeb+Browser: Decode non-animated images out-of-process :^)Andreas Kling
2020-06-12Browser: Be a little bit smarter about interpretering command line URLsAndreas Kling
2020-06-01LibWeb: Move ResourceLoader into a new Loader/ directoryAndreas Kling
2020-06-01LibWeb+Browser: Use the new HTML parser by defaultAndreas Kling
2020-05-27LibWeb+Browser: Add ability to run Browser with the new HTML parserAndreas Kling
2020-05-26Browser: Add option in DownloadWidget to open download's in folderFalseHonesty
2020-05-21Browser: Pop up a context menu when one is requested on a tabFalseHonesty
2020-05-19Browser: Hide tab bar if there's only one tabLinus Groh
2020-05-10Browser: Use "about:blank" as the default home pageAndreas Kling
2020-05-09Browser: Close tabs when middle clickedFalseHonesty
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: 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: Open links with target="_blank" in new tabLinus 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-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas Kling
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
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