summaryrefslogtreecommitdiff
path: root/Applications/Browser
AgeCommit message (Expand)Author
2021-01-03Browser: Tell LaunchServer we only want to show the downloads directoryAndreas Kling
2021-01-01Applications+LibGUI: Convert all GML consumers to use the LibCore finderAndrew Kaster
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30ProtocolServer: Stream the downloaded data if possibleAnotherTest
2020-12-30LibGUI: Give some widgets a reasonable default fixed heightAndreas Kling
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-28Browser: Show destination URLs as tooltips in the bookmarks barAndreas Kling
2020-12-28Browser: Use Core::Object::remove_all_children() in bookmarks barAndreas Kling
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-20LibGUI: Introduce GML - a simple GUI Markup Language :^)Andreas Kling
2020-12-19LibProtocol: Remove use of ByteBuffer::wrap() in protocol APIAndreas Kling
2020-12-08Browser: Don't focus the bookmarks bar overflow button on clickAndreas Kling
2020-12-07Browser: Don't focus bookmarks toolbar buttons when clicking themAndreas Kling
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-22LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()Andreas Kling
2020-11-02Applications: Use GUI::Icon::default_icon to set application iconBrendan Coles
2020-10-31Applications: Use application icons for dialog windowsBrendan Coles
2020-10-30LibGUI: Add Widget focus policiesAndreas Kling
2020-10-25AK: Eradicate calls to warn().asynts
2020-10-23LibWeb: Fix Document construction mishap in <template> elementAndreas Kling
2020-10-22LibWeb: Add namespace to ElementLuke
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-10-02Browser: Add a special context menu for imagesAndreas Kling
2020-10-02Browser: Move the opening of a download window to its own functionAndreas Kling
2020-09-29LibJS: Move Console from Interpreter to GlobalObjectAndreas Kling
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-09-25Meta+Applications: Make clang-format-10 cleanBen Wiederhake
2020-09-23Applications+IRCClient: Use new format functions.asynts
2020-09-22LibJS: Move the current exception from Interpreter to VMAndreas Kling
2020-09-21Applications: Use placeholders in TextBoxes where applicablePeter Elliott
2020-09-14Browser: Move the basic Tab UI skeleton to JSON GUIAndreas Kling
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-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-08-30Browser: Mark default action in context menu of hyperlinksBen Wiederhake
2020-08-30Browser: Mark default action in context menu of bookmarksBen Wiederhake
2020-08-27Base: Create /res/graphics/ and relocate system art assetsthankyouverycool
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-19Browser: add urls to browser history on load startJake Wilson
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-16Browser: Add a debug menu action for triggering a JS garbage collectionAndreas Kling
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling