summaryrefslogtreecommitdiff
path: root/Applications/IRCClient/IRCWindow.cpp
AgeCommit message (Expand)Author
2019-03-30IRCClient: Use GSplitter in the window layouts.Andreas Kling
2019-03-29IRCClient: Tweak size of window input boxes.Andreas Kling
2019-03-20GTableView: Add ability to hide individual columns at view-level.Andreas Kling
2019-03-20LibGUI: Make GTableModel a retainable object.Andreas Kling
2019-03-19IRCClient: Scroll windows to bottom when new messages arrive.Andreas Kling
2019-03-19IRCClient: Make the IRCWindow input box look symmetrical.Andreas Kling
2019-03-16IRCClient: Add a little "(n)" indicator to window list for unread messages.Andreas Kling
2019-03-16IRCClient: Refactor window creation responsibilities.Andreas Kling
2019-03-16IRCClient: Rename IRCClientWindowFoo => IRCWindowFoo.Andreas Kling