Andreas Kling
|
b4329a8eec
|
CObject: Add LogStream operator<< for CObject.
|
2019-07-14 10:59:26 +02:00 |
|
Andreas Kling
|
a634fab3c4
|
CObject: Add custom_event() virtual.
This way you can just override custom_event() to catch CCustomEvent instead
of having to filter the entire event stream with event(). :^)
|
2019-07-14 10:27:27 +02:00 |
|
Andreas Kling
|
b06d2c04dc
|
CObject: Add a "name" property.
This will be useful for things like the VisualBuilder code generator.
|
2019-07-10 20:33:53 +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 |
|