1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

11 Commits

Author SHA1 Message Date
Chris Cummer
a48d15079a Remove RefreshedAt from TextWidget
This attribute is used for absolutely nothing. It doesn't need to exist.
2018-10-11 17:12:29 -04:00
Chris Cummer
f650bb1698 Remove the app.Draw() gorountine
Prefer to have widgets force a draw when their data changes. This should
reduce draws (unless the user has a module installed that updates >=
1/sec, the old draw default).

This should also remove a source of some of the race conditions that
users were experiencing (though not all, there are still many).
2018-09-24 14:40:57 -07:00
Chris Cummer
37858d4210 Delete unused field from BarGraph widget 2018-08-03 05:48:17 -07:00
Bill Keenan
9a31f95409 added length of bar to bargraph config 2018-06-26 13:57:13 -04:00
Chris Cummer
82e4602dc3 Make BarGraph example graph icon configurable
Set 'wtf.mods.bargraph.graphIcon` to the string you want to use as the
graph icon.
2018-06-21 20:35:39 -07:00
Chris Cummer
66b69471d0 Properly scope Config to the wtf package and remove it as a dependency from everywhere else 2018-06-16 14:59:22 -07:00
Bill
4b12c73b11 added sample code comment 2018-06-06 11:34:32 -07:00
Bill
606c824a28 Merge branch 'master' of github.com:BillKeenan/wtf 2018-06-06 11:32:03 -07:00
Bill
540dee04d7 updated with suggestions from @senorprogrammer 2018-06-06 11:31:52 -07:00
Bill Keenan
1075096f2f
removed unused sleep code 2018-06-06 11:05:47 -07:00
Bill
56158d2e93 Built Graph Widget, working with basic sample 2018-06-05 16:05:06 -07:00