Age | Commit message (Collapse) | 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 | |
This is shaping up to be quite nice. | |||
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 | |
I need a layer somewhere between AK (usable both by userspace and kernel) and LibGUI (usable by userspace except WindowServer.) So here's LibCore. |