Simon Hausmann
|
7047856d4e
|
Replace FooRc with Foo and without ComponentHandle in examples and tests
|
2020-12-03 08:13:24 +01:00 |
|
Simon Hausmann
|
08b8a8cb83
|
Port the examples away from the ComponentHandle based API
|
2020-12-03 08:13:15 +01:00 |
|
Simon Hausmann
|
c73edd503b
|
Fix tapping on the quit icon in the wasm printer demo
Don't let that make the demo become dysfunctional.
|
2020-11-26 14:56:18 +01:00 |
|
Olivier Goffart
|
47bf84d85d
|
Printer demo: some logic for the Fax page
|
2020-10-20 15:06:24 +02:00 |
|
Simon Hausmann
|
d771143f68
|
Make it possible to exit the printer demo
... by clicking on the power button :-)
Calling exit is a big rough, but simplest and fastest for now.
|
2020-10-07 15:53:07 +02:00 |
|
Olivier Goffart
|
8361ef4019
|
Start code egeneration for the two ways binding
This is only meant to include the cases in which the property are optimized.
Does not work yet for the dynamic component
|
2020-09-24 14:37:16 +02:00 |
|
Olivier Goffart
|
221bb853d7
|
Change the exaple to used named struct for models
|
2020-09-17 14:00:50 +02:00 |
|
Olivier Goffart
|
913d680333
|
Recactor rust Model after first round of API review
- Remove EmptyModel and use an Option
- Make ModelRc a type alias
- Rename ArrayModel into VecModel
|
2020-09-16 14:25:57 +02:00 |
|
Olivier Goffart
|
0d8a38577d
|
Todo example: make the "add todo" button do something
|
2020-09-14 16:38:45 +02:00 |
|
Olivier Goffart
|
4de2e57175
|
Use a Model trait in the rust backend
|
2020-09-14 14:02:34 +02:00 |
|
Simon Hausmann
|
9ecaf11eed
|
Various additions to the Rust Color API
As discussed in the most recent API review.
|
2020-09-09 18:53:59 +02:00 |
|
Olivier Goffart
|
8761ca80a3
|
Add SharedArray::push and adjust a bit the API
|
2020-09-09 18:47:15 +02:00 |
|
Simon Hausmann
|
19cce012a0
|
Add ARGBColor<T> to the color API
As discussed in the last API review, this replaces the as_rgba_f32/u8
"accessor" functions by returning a struct with named fields.
|
2020-09-08 22:11:23 +02:00 |
|
Olivier Goffart
|
0751552068
|
Printer demo: the ink data now comes from the native code
|
2020-09-04 15:49:33 +02:00 |
|
Olivier Goffart
|
58cdaeb8dd
|
Update license header to mention that commertial option are available
|
2020-08-26 13:23:42 +02:00 |
|
Simon Hausmann
|
2823f32692
|
Apply license headers to all non-binary/non-json sources
|
2020-08-17 17:55:20 +02:00 |
|
Simon Hausmann
|
3596059eab
|
Add wasm build for the printer demo
|
2020-08-05 15:02:36 +02:00 |
|
Olivier Goffart
|
3becd69bc5
|
Skeleton for the printerdemo
|
2020-08-04 10:11:02 +02:00 |
|