summaryrefslogtreecommitdiff
path: root/Applications/IRCClient/IRCLogBuffer.cpp
AgeCommit message (Expand)Author
2020-10-23LibWeb: Fix Document construction mishap in <template> elementAndreas Kling
2020-10-22LibWeb: Add namespace to ElementLuke
2020-10-06IRCClient: Use new format functions.asynts
2020-09-12IRCClient: Remove unused dump() logicBen Wiederhake
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-06-26IRCClient: Remove duplicate <div> wrapper around colored messagesAndreas Kling
2020-06-26IRCClient: Use Web::Element::set_inner_html()Andreas Kling
2020-05-28IRCClient: remove some unused headers and replace tabs with spacesEmanuele Torre
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-03-07LibWeb: Move everything into the Web namespaceAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-07IRCClient: Escape HTML entities in nicknames, too, just in caseAndreas Kling
2019-11-06LibHTML+IRCClient: Add an escape_html_entities() helperAndreas Kling
2019-11-06IRCClient: Use parse_html_fragment() to add messages to the HtmlViewAndreas Kling
2019-11-06Revert "LibHTML: Rename parse_html() => parse_html_document()"Andreas Kling
2019-11-06LibHTML: Rename parse_html() => parse_html_document()Andreas Kling
2019-10-28IRCClient: Switch to using an HtmlView for the IRC window contents :^)Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-03-20LibGUI: Make GTableModel a retainable object.Andreas Kling
2019-03-18IRCClient: Colorize some channel messages (joins, parts, topics)Andreas Kling
2019-03-15IRCClient: Hacking on IRCClient bringup.Andreas Kling
2019-03-15IRCClient: Start working on a simple graphical IRC client.Andreas Kling