ladybird/Applications/IRCClient
Andreas Kling 08c15be0ca IRCClient: Add ability to send query messages.
You can't open a query yet, but if someone starts one with you, you can
respond at least.
2019-03-15 18:02:38 +01:00
..
.gitignore IRCClient: Start working on a simple graphical IRC client. 2019-03-15 12:14:23 +01:00
IRCAppWindow.cpp IRCClient: Add ability to send query messages. 2019-03-15 18:02:38 +01:00
IRCAppWindow.h IRCClient: Start using GStackWidget for the subwindows. 2019-03-15 16:12:51 +01:00
IRCChannel.cpp IRCClient+LibGUI: Add an input box so we can send messages to channels. 2019-03-15 17:37:13 +01:00
IRCChannel.h IRCClient+LibGUI: Add an input box so we can send messages to channels. 2019-03-15 17:37:13 +01:00
IRCClient.cpp IRCClient: Add ability to send query messages. 2019-03-15 18:02:38 +01:00
IRCClient.h IRCClient: Add ability to send query messages. 2019-03-15 18:02:38 +01:00
IRCClientWindow.cpp IRCClient+LibGUI: Add an input box so we can send messages to channels. 2019-03-15 17:37:13 +01:00
IRCClientWindow.h IRCClient+LibGUI: Add an input box so we can send messages to channels. 2019-03-15 17:37:13 +01:00
IRCClientWindowListModel.cpp LibGUI: Add a mode where GTableModel automatically activates on selection. 2019-03-15 16:25:30 +01:00
IRCClientWindowListModel.h IRCClient: Start using GStackWidget for the subwindows. 2019-03-15 16:12:51 +01:00
IRCLogBuffer.cpp IRCClient: Hacking on IRCClient bringup. 2019-03-15 13:07:04 +01:00
IRCLogBuffer.h IRCClient: Hacking on IRCClient bringup. 2019-03-15 13:07:04 +01:00
IRCLogBufferModel.cpp IRCClient+LibGUI: Add an input box so we can send messages to channels. 2019-03-15 17:37:13 +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: Add ability to send query messages. 2019-03-15 18:02:38 +01:00
IRCQuery.h IRCClient: Add ability to send query messages. 2019-03-15 18:02:38 +01:00
main.cpp IRCClient: Start working on a simple graphical IRC client. 2019-03-15 12:14:23 +01:00
Makefile IRCClient: Use a model for the window list. 2019-03-15 14:01:04 +01:00