summaryrefslogtreecommitdiff
path: root/Applications/IRCClient/IRCLogBuffer.h
AgeCommit message (Expand)Author
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-03-07LibWeb: Move everything into the Web namespaceAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-10-28IRCClient: Switch to using an HtmlView for the IRC window contents :^)Andreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-06-21AK: Rename Retainable.h => RefCounted.h.Andreas Kling
2019-06-21AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-21AK: Rename Retainable => RefCounted.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-03-20LibGUI: Make GTableModel a retainable object.Andreas Kling
2019-03-18IRCClient: Colorize some channel messages (joins, parts, topics)Andreas Kling
2019-03-15GTableView: Add a way to turn off alternating row colors.Andreas Kling
2019-03-15IRCClient: Hacking on IRCClient bringup.Andreas Kling
2019-03-15IRCClient: Start working on a simple graphical IRC client.Andreas Kling