Olivier Goffart
|
0d2d48be4f
|
Rename "signal" to "callback"
|
2020-12-18 09:51:01 +01:00 |
|
Olivier Goffart
|
7f78bea8b5
|
Fix a bunch of cargo clippy warnings in the compiler
|
2020-12-07 12:54:38 +01:00 |
|
Olivier Goffart
|
f3f18259ae
|
Some items default size is the parent size
Fixes #122
|
2020-12-02 18:36:23 +01:00 |
|
Olivier Goffart
|
276e11a101
|
More work on signals with return value
|
2020-12-01 18:47:49 +01:00 |
|
Olivier Goffart
|
2fdf852289
|
Add the element name in the error when a property is not found
|
2020-11-30 13:01:39 +01:00 |
|
Olivier Goffart
|
11e55dd8d2
|
String -> Float conversions
|
2020-11-03 15:19:58 +01:00 |
|
Olivier Goffart
|
e5302e0b7b
|
Remove unused Type::EnumerationValue
Values are not their own types
|
2020-11-03 12:34:17 +01:00 |
|
Olivier Goffart
|
a82c23fc41
|
Add ability for the native style to export native Globals
|
2020-11-02 16:13:04 +01:00 |
|
Olivier Goffart
|
70d6648880
|
Remove some remains of code that allowed to use Component as Object
|
2020-10-27 16:25:21 +01:00 |
|
Olivier Goffart
|
d3801e26d3
|
Change the syntax of structures to require the struct keyword
|
2020-10-27 16:09:05 +01:00 |
|
Olivier Goffart
|
333c96fd79
|
Change Type::Object to be able to hold a name
Internally, structure will be represented with a Type::Object with a name
instead of a Component with a void base type
|
2020-10-27 16:09:05 +01:00 |
|
Olivier Goffart
|
27a6ff1227
|
Move Type and related concepts in a different module
Leaving only the TypeRegister in the typeregister module
|
2020-10-23 11:17:14 +02:00 |
|