summaryrefslogtreecommitdiff
path: root/LibCore
AgeCommit message (Expand)Author
2019-04-12LibCore: Move LibGUI/GTimer to LibCore/CTimer.Andreas Kling
2019-04-12LibCore: Prune remaining knowledge about LibGUI.Andreas Kling
2019-04-10LibCore: Move LibGUI/GLock to LibCore/CLock.Andreas Kling
2019-04-10LibCore: Move HTTP classes from LibGUI to LibCore.Andreas Kling
2019-04-10LibCore: Move GIODevice hierarchy from LibGUI to LibCore.Andreas Kling
2019-04-10LibCore: Move LibGUI/GNotifier to LibCore/CNotifier.Andreas Kling
2019-04-10LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it.Andreas Kling
2019-04-10LibCore: Move LibGUI/GObject to LibCore/CObject.Andreas Kling
2019-04-10LibCore: Add CEvent and make LibGUI/GEvent inherit from it.Andreas Kling
2019-04-10Introduce LibCore and move GElapsedTimer => CElapsedTimer.Andreas Kling