Age | Commit message (Expand) | Author |
---|---|---|
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-02-26 | LibGUI: Make event receivers be weak pointers. | Andreas Kling |
2019-02-25 | More moving towards using signed types. | Andreas Kling |
2019-02-05 | Add a simple close button ("X") to windows. | Andreas Kling |
2019-02-01 | Implement event loop timers. | 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 | Start bringing up LibGUI properly (formerly Widgets.) | Andreas Kling |
2019-01-20 | Rename all the LibGUI classes to GClassName. | Andreas Kling |