Age | Commit message (Expand) | Author |
---|---|---|
2019-04-12 | LibCore: Move LibGUI/GTimer to LibCore/CTimer. | Andreas Kling |
2019-04-12 | LibCore: Prune remaining knowledge about LibGUI. | Andreas Kling |
2019-04-10 | LibCore: Move LibGUI/GLock to LibCore/CLock. | Andreas Kling |
2019-04-10 | LibCore: Move HTTP classes from LibGUI to LibCore. | Andreas Kling |
2019-04-10 | LibCore: Move GIODevice hierarchy from LibGUI to LibCore. | Andreas Kling |
2019-04-10 | LibCore: Move LibGUI/GNotifier to LibCore/CNotifier. | Andreas Kling |
2019-04-10 | LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it. | Andreas Kling |
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-10 | Introduce LibCore and move GElapsedTimer => CElapsedTimer. | Andreas Kling |