Age | Commit message (Expand) | Author |
---|---|---|
2019-06-30 | GUI: Use Win2K-like "warm gray" color instead of the older colder gray. | Andreas Kling |
2019-06-07 | Applications: Run clang-format on everything. | Andreas Kling |
2019-05-09 | LibGUI: Remove GModel activations to GAbstractView. | Andreas Kling |
2019-03-29 | GModel: Add GModelIndex argument to row_count() and column_count(). | Andreas Kling |
2019-03-23 | LibGUI: Rename GTableModel => GModel. | Andreas Kling |
2019-03-18 | IRCClient: Colorize some channel messages (joins, parts, topics) | Andreas Kling |
2019-03-18 | LibGUI: Add GTableModel::Role::ForegroundColor. | Andreas Kling |
2019-03-16 | IRCClient: Add a little "(n)" indicator to window list for unread messages. | Andreas Kling |
2019-03-16 | IRCClient: Rename IRCClientWindowFoo => IRCWindowFoo. | Andreas Kling |