summaryrefslogtreecommitdiff
path: root/Applications/IRCClient/IRCWindowListModel.h
AgeCommit message (Expand)Author
2019-07-13IRCClient: Open query window immediately when created by the user.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-09LibGUI: Remove GModel activations to GAbstractView.Andreas Kling
2019-03-29GModel: Add GModelIndex argument to row_count() and column_count().Andreas Kling
2019-03-23LibGUI: Rename GTableModel => GModel.Andreas Kling
2019-03-20LibGUI: Make GTableModel a retainable object.Andreas Kling
2019-03-16IRCClient: Rename IRCClientWindowFoo => IRCWindowFoo.Andreas Kling