1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Applications/IRCClient
Andreas Kling 23bb276fcd LibC: Run constructors on process startup.
Cooperate with the compiler to generate and execute the _init_array list
of constructor functions on userspace program statup. This took two days
to get working, my goodness. :^)
2019-03-27 12:48:21 +01:00
..
.gitignore IRCClient: Start working on a simple graphical IRC client. 2019-03-15 12:14:23 +01:00
IRCAppWindow.cpp Use the PNG loader for all images, and get rid of the .rgb files. 2019-03-22 00:21:03 +01: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 LibGUI: Rename GTableModel => GModel. 2019-03-23 01:42:49 +01:00
IRCChannelMemberListModel.h LibGUI: Rename GTableModel => GModel. 2019-03-23 01:42:49 +01:00
IRCClient.cpp GTableView: Add ability to hide individual columns at view-level. 2019-03-20 13:36:07 +01:00
IRCClient.h IRCClient: Add ability to change nickname. 2019-03-20 04:21:58 +01: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 LibGUI: Rename GTableModel => GModel. 2019-03-23 01:42:49 +01:00
IRCLogBufferModel.h LibGUI: Rename GTableModel => GModel. 2019-03-23 01:42:49 +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 GTableView: Add ability to hide individual columns at view-level. 2019-03-20 13:36:07 +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 LibGUI: Rename GTableModel => GModel. 2019-03-23 01:42:49 +01:00
IRCWindowListModel.h LibGUI: Rename GTableModel => GModel. 2019-03-23 01:42:49 +01:00
main.cpp IRCClient: Exit the main loop when closing the app window. 2019-03-23 22:58:53 +01:00
Makefile LibC: Run constructors on process startup. 2019-03-27 12:48:21 +01:00