Age | Commit message (Expand) | Author |
---|---|---|
2019-04-10 | LibCore: Move LibGUI/GObject to LibCore/CObject. | Andreas Kling |
2019-04-10 | LibCore: Add CEvent and make LibGUI/GEvent inherit from it. | Andreas Kling |
2019-04-07 | Start working on a Downloader app and backing classes in LibGUI. | Andreas Kling |
2019-03-19 | LibGUI: More work on GInputBox. | Andreas Kling |
2019-03-19 | LibGUI: Implement nested event loops to support dialog boxes. | Andreas Kling |
2019-03-15 | LibGUI: Add a GStackWidget for many widgets sharing a single location. | Andreas Kling |
2019-01-31 | Big, possibly complete sweep of naming changes. | Andreas Kling |
2019-01-31 | Add a simple clock window to guitest2. | Andreas Kling |
2019-01-30 | LibGUI: Implement destroying individual windows without exiting the process. | Andreas Kling |
2019-01-20 | Rename all the LibGUI classes to GClassName. | Andreas Kling |