1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/LibCore
Andreas Kling b2542414d7 LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it.
This is shaping up to be quite nice.
2019-04-10 17:30:58 +02:00
..
.gitignore Introduce LibCore and move GElapsedTimer => CElapsedTimer. 2019-04-10 16:14:44 +02:00
CElapsedTimer.cpp Introduce LibCore and move GElapsedTimer => CElapsedTimer. 2019-04-10 16:14:44 +02:00
CElapsedTimer.h Introduce LibCore and move GElapsedTimer => CElapsedTimer. 2019-04-10 16:14:44 +02:00
CEvent.cpp LibCore: Move LibGUI/GObject to LibCore/CObject. 2019-04-10 17:01:54 +02:00
CEvent.h LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it. 2019-04-10 17:30:58 +02:00
CEventLoop.cpp LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it. 2019-04-10 17:30:58 +02:00
CEventLoop.h LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it. 2019-04-10 17:30:58 +02:00
CObject.cpp LibCore: Move LibGUI/GObject to LibCore/CObject. 2019-04-10 17:01:54 +02:00
CObject.h LibCore: Move LibGUI/GObject to LibCore/CObject. 2019-04-10 17:01:54 +02:00
Makefile LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it. 2019-04-10 17:30:58 +02:00