Age | Commit message (Expand) | Author |
---|---|---|
2019-07-07 | IRCClient: Implement the "part from channel" action. | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-03-20 | IRCClient: Add ability to change nickname. | Andreas Kling |
2019-03-16 | IRCClient: Add a little "(n)" indicator to window list for unread messages. | Andreas Kling |
2019-03-16 | IRCClient: Refactor window creation responsibilities. | Andreas Kling |
2019-03-16 | IRCClient: Rename IRCClientWindowFoo => IRCWindowFoo. | Andreas Kling |
2019-03-16 | IRCClient: Add menus. | Andreas Kling |
2019-03-15 | IRCClient: Start using GStackWidget for the subwindows. | Andreas Kling |
2019-03-15 | IRCClient: Use a model for the window list. | Andreas Kling |
2019-03-15 | IRCClient: Rename IRCSubWindow => IRCClientWindow. | Andreas Kling |
2019-03-15 | IRCClient: Hacking on IRCClient bringup. | Andreas Kling |
2019-03-15 | IRCClient: Start working on a simple graphical IRC client. | Andreas Kling |