Age | Commit message (Expand) | Author |
---|---|---|
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |
2020-02-02 | LibGUI: Put all classes in the GUI namespace and remove the leading G | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-07-13 | IRCClient: Open query window immediately when created by the user. | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-06-07 | Meta: Tweak .clang-format to not wrap braces after enums. | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
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-20 | LibGUI: Make GTableModel a retainable object. | Andreas Kling |
2019-03-16 | IRCClient: Rename IRCClientWindowFoo => IRCWindowFoo. | Andreas Kling |