ladybird/Applications/IRCClient
2019-04-16 02:39:16 +02:00
..
.gitignore IRCClient: Start working on a simple graphical IRC client. 2019-03-15 12:14:23 +01:00
IRCAppWindow.cpp IRCClient: Crash if server name resolution fails. 2019-04-02 20:42:59 +02:00
IRCAppWindow.h IRCClient: Add ability to change nickname. 2019-03-20 04:21:58 +01:00
IRCChannel.cpp IRCClient: Add ability to change nickname. 2019-03-20 04:21:58 +01:00
IRCChannel.h IRCClient: Add ability to change nickname. 2019-03-20 04:21:58 +01:00
IRCChannelMemberListModel.cpp GModel: Add GModelIndex argument to row_count() and column_count(). 2019-03-29 03:27:03 +01:00
IRCChannelMemberListModel.h GModel: Add GModelIndex argument to row_count() and column_count(). 2019-03-29 03:27:03 +01:00
IRCClient.cpp AK: Try to use StringViews more for substrings and splitting. 2019-04-16 02:39:16 +02:00
IRCClient.h LibCore: Move GIODevice hierarchy from LibGUI to LibCore. 2019-04-10 20:22:23 +02:00
IRCLogBuffer.cpp LibGUI: Make GTableModel a retainable object. 2019-03-20 03:27:07 +01:00
IRCLogBuffer.h LibGUI: Make GTableModel a retainable object. 2019-03-20 03:27:07 +01:00
IRCLogBufferModel.cpp GModel: Add GModelIndex argument to row_count() and column_count(). 2019-03-29 03:27:03 +01:00
IRCLogBufferModel.h GModel: Add GModelIndex argument to row_count() and column_count(). 2019-03-29 03:27:03 +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 LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor. 2019-04-10 03:08:29 +02: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 GModel: Add GModelIndex argument to row_count() and column_count(). 2019-03-29 03:27:03 +01:00
IRCWindowListModel.h GModel: Add GModelIndex argument to row_count() and column_count(). 2019-03-29 03:27:03 +01:00
main.cpp IRCClient: Exit the main loop when closing the app window. 2019-03-23 22:58:53 +01:00
Makefile Introduce LibCore and move GElapsedTimer => CElapsedTimer. 2019-04-10 16:14:44 +02:00