ladybird/Applications/IRCClient
2019-03-19 02:28:34 +01:00
..
.gitignore IRCClient: Start working on a simple graphical IRC client. 2019-03-15 12:14:23 +01:00
IRCAppWindow.cpp LibGUI: More work on GInputBox. 2019-03-19 02:22:49 +01:00
IRCAppWindow.h IRCClient: Add a little "(n)" indicator to window list for unread messages. 2019-03-16 02:14:53 +01:00
IRCChannel.cpp IRCClient: Colorize some channel messages (joins, parts, topics) 2019-03-18 20:56:45 +01:00
IRCChannel.h IRCClient: Colorize some channel messages (joins, parts, topics) 2019-03-18 20:56:45 +01:00
IRCChannelMemberListModel.cpp LibGUI: Add GTableModel::Role::ForegroundColor. 2019-03-18 04:54:07 +01:00
IRCChannelMemberListModel.h IRClient: Add a member list to channel views. 2019-03-15 18:25:51 +01:00
IRCClient.cpp IRCClient: Fix broken handling of RPL_WHOISIDLE. 2019-03-19 02:28:34 +01:00
IRCClient.h LibGUI: Add GInputBox for getting a string from a modal dialog. 2019-03-19 01:41:00 +01:00
IRCLogBuffer.cpp IRCClient: Colorize some channel messages (joins, parts, topics) 2019-03-18 20:56:45 +01:00
IRCLogBuffer.h IRCClient: Colorize some channel messages (joins, parts, topics) 2019-03-18 20:56:45 +01:00
IRCLogBufferModel.cpp IRCClient: Colorize some channel messages (joins, parts, topics) 2019-03-18 20:56:45 +01:00
IRCLogBufferModel.h IRCClient+LibGUI: Add an input box so we can send messages to channels. 2019-03-15 17:37:13 +01:00
IRCQuery.cpp IRCClient: Colorize some channel messages (joins, parts, topics) 2019-03-18 20:56:45 +01:00
IRCQuery.h IRCClient: Colorize some channel messages (joins, parts, topics) 2019-03-18 20:56:45 +01:00
IRCWindow.cpp IRCClient: Add a little "(n)" indicator to window list for unread messages. 2019-03-16 02:14:53 +01:00
IRCWindow.h IRCClient: Add a little "(n)" indicator to window list for unread messages. 2019-03-16 02:14:53 +01:00
IRCWindowListModel.cpp IRCClient: Colorize some channel messages (joins, parts, topics) 2019-03-18 20:56:45 +01:00
IRCWindowListModel.h IRCClient: Rename IRCClientWindowFoo => IRCWindowFoo. 2019-03-16 01:15:19 +01:00
main.cpp IRCClient: Start working on a simple graphical IRC client. 2019-03-15 12:14:23 +01:00
Makefile IRCClient: Rename IRCClientWindowFoo => IRCWindowFoo. 2019-03-16 01:15:19 +01:00