Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -63/+0 |
| | | | | | | -Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code | ||||
* | Reworked signal connection system, added support for Callable and Signal ↵ | Juan Linietsky | 2020-02-20 | 1 | -0/+30 |
| | | | | objects and made them default. | ||||
* | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 1 | -0/+1 |
| | |||||
* | ObjectID converted to a structure, fixes many bugs where used incorrectly as ↵ | Juan Linietsky | 2020-02-12 | 1 | -0/+32 |
32 bits. |