Age | Commit message (Expand) | Author |
---|---|---|
2019-06-07 | LibGUI: Run clang-format on everything. | Andreas Kling |
2019-06-03 | StringViewize a bunch of things -- mostly LibGUI | Robin Burchell |
2019-05-24 | LibGUI: Add a GAbstractButton base class for button widgets. | Andreas Kling |
2019-05-08 | GMessageBox: Add icons to message boxes with 3 standard ones to choose from. | Andreas Kling |
2019-04-10 | LibCore: Move LibGUI/GObject to LibCore/CObject. | Andreas Kling |
2019-03-27 | LibGUI: Make the buttons in GInputBox and GMessageBox slightly taller. | Andreas Kling |
2019-03-20 | FileManager: Add ability to create new directories. | Andreas Kling |
2019-03-19 | LibGUI: Implement nested event loops to support dialog boxes. | Andreas Kling |