Robin Burchell
d8387f1506
CNotifier: Turn into a CObject and Use the event queue to deliver events
...
This way, CNotifier can mutate state to its little heart's content
without destroying the world when the global CNotifier hash changes
during delivery.
2019-07-16 20:47:32 +02:00
Andreas Kling
debc587ce2
LibCore: Add CCustomEvent, a custom CEvent for arbitrary use.
...
For convenience it includes an int, and a void*. Interpretation of the
contents is up to the client.
2019-07-13 18:35:13 +02:00
Andreas Kling
04b9dc2d30
Libraries: Create top level directory for libraries.
...
Things were getting a little crowded in the project root, so this patch
moves the Lib*/ directories into Libraries/.
2019-07-04 16:16:50 +02:00