Age | Commit message (Expand) | Author |
---|---|---|
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-11-07 | IRCClient: Escape HTML entities in nicknames, too, just in case | Andreas Kling |
2019-11-06 | LibHTML+IRCClient: Add an escape_html_entities() helper | Andreas Kling |
2019-11-06 | IRCClient: Use parse_html_fragment() to add messages to the HtmlView | Andreas Kling |
2019-11-06 | Revert "LibHTML: Rename parse_html() => parse_html_document()" | Andreas Kling |
2019-11-06 | LibHTML: Rename parse_html() => parse_html_document() | Andreas Kling |
2019-10-28 | IRCClient: Switch to using an HtmlView for the IRC window contents :^) | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-03-20 | LibGUI: Make GTableModel a retainable object. | Andreas Kling |
2019-03-18 | IRCClient: Colorize some channel messages (joins, parts, topics) | Andreas Kling |
2019-03-15 | IRCClient: Hacking on IRCClient bringup. | Andreas Kling |
2019-03-15 | IRCClient: Start working on a simple graphical IRC client. | Andreas Kling |