Olivier Goffart
f13a46fd13
Remove file which was not meant to be added to git
...
Other demo don't include the package-lock. This was added by mistake
when the demo was renamed
2021-04-01 08:36:24 +02:00
Olivier Goffart
5f30170543
Fix white background on the old printer demo
...
The default Window background color was changed to be the native one some times ago
2021-03-19 09:48:19 +01:00
Olivier Goffart
32762ef5a6
Fix printerdemo_old
2021-03-19 09:48:19 +01:00
Olivier Goffart
56b22950bf
Fix URL to the old printer demo
2021-03-19 09:09:56 +01:00
Simon Hausmann
b27034efa5
Rename sixtyfps::IntoWeak
into sixtyfps::ComponentHandle
and remove Clone
from generated components
...
`ComponentHandle` offers a richer API of common functions, such as
`show()`/`hide()` as well as the new `clone_strong()` - that should help
to prevent mistakely created strong reference that may cause leaks.
Fixes #188
2021-03-15 16:01:13 +01:00
Olivier Goffart
5c6e84fa54
Copy the printerdemo to printerdemo_old
...
We're about to redo the printerdemo so copy the old one as we will
re-use the path for the new one
2021-02-22 11:16:40 +01:00