Commit graph

20 commits

Author SHA1 Message Date
f4618fd635 Simplify examples, don't use threads 2020-06-19 15:48:44 +02:00
385fc6b764 Remove threads from bar example 2020-06-19 15:48:44 +02:00
64527c3f2a Fix examples 2020-06-19 15:48:44 +02:00
8b2879f93b Remove alloc dependency 2020-06-19 15:48:44 +02:00
3c8f892c19 Fix examples 2020-06-14 16:16:59 +02:00
335261ed6e Fix examples 2020-06-07 20:50:45 +02:00
25efb6da91 Simplify object creation 2020-06-05 23:22:21 +02:00
5015711141 Add Gauge widget 2020-06-04 23:09:54 +02:00
3788b4c66b Fix examples 2020-06-04 20:47:40 +02:00
52e31496c6 Update Bar example 2020-06-04 20:47:40 +02:00
63e33d052f Remove some UB 2020-06-02 19:59:41 +02:00
532cf3cf1b Support more styling options 2020-06-01 22:45:33 +02:00
3faec0e2b1 Panics if C code freed the raw widget pointer 2020-06-01 19:54:35 +02:00
Kuba Clark
fcdf803ab7
Possible to set style for bar components (#14) 2020-05-31 20:52:05 +02:00
b8a559a6cf Make it possible to send events 2020-05-31 19:24:45 +02:00
0349f1c77a Make it possible to define event callbacks 2020-05-31 18:48:17 +02:00
b132edc6fc Move widgets to designated modules 2020-05-31 12:22:18 +02:00
cb8a78137d Possible to set values in the bar widget with animations 2020-05-31 12:07:24 +02:00
e0e3924789 Small improvements in bar example 2020-05-31 09:30:26 +02:00
Kuba Clark
2fae95bdfb
Bar widget (#12)
* Implement simple bar widget

* Make it easier to create new examples

* Add bar example

* Add README to examples

* Remove unnecessary imports
2020-05-31 09:12:37 +02:00