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

1580 Commits

Author SHA1 Message Date
Sean Smith
bcf899df72 Further reduce usage of global
Bargraph moves to common settings
"Global" config moves out of wtf and into cfg for the few things that need it
We can probably eliminate a global config used across things if we want to
2019-04-27 22:26:23 -04:00
Sean Smith
5abd701b40 Decouple modules from global config
Rather than referencing wtc.Config, instead pass the global config
Also, look up config for the module early and pass that in sooner, to deal with fewer long paths and get rid of the
ConfigKey variable
2019-04-27 22:26:23 -04:00
Chris Cummer
b310dcd69e Merge branch 'retgits-go-modules' 0.8.0 2019-04-27 14:55:01 -07:00
Chris Cummer
e99bb9c1a5
Update CHANGELOG.md 2019-04-27 14:54:43 -07:00
Chris Cummer
7a14c39d81 Export Go module variables in Makefile 2019-04-27 14:51:33 -07:00
retgits
c579b13705
fix: update readme with gopath 2019-04-26 21:34:01 -07:00
retgits
ee98726c7f
fix: update readme 2019-04-26 16:44:54 -07:00
retgits
e03b65b442
feat: update to go modules 2019-04-26 16:39:44 -07:00
Chris Cummer
66a16af97d Fix all-contributors file 0.7.2 2019-04-26 06:36:32 -07:00
Chris Cummer
881448abfe Merge branch 'master' of github.com:wtfutil/wtf 2019-04-26 06:35:34 -07:00
Chris Cummer
870fd911ff Add @foorb as a contributor 2019-04-26 06:35:20 -07:00
Chris Cummer
ddc228b5d2
Merge pull request #416 from foorb/patch-1
fix broken links
2019-04-26 06:34:22 -07:00
Chris Cummer
8e37cb15ef
Merge branch 'master' into patch-1 2019-04-26 06:31:45 -07:00
Chris Cummer
d1cd382512 Merge branch 'master' of github.com:wtfutil/wtf 2019-04-26 06:22:22 -07:00
Chris Cummer
879fa92777 Fix a number of minor bugs in the Twitter module 2019-04-26 06:22:05 -07:00
foorb
451d45359d
fix broken links 2019-04-26 15:15:16 +02:00
Chris Cummer
95d40adf05
Update CHANGELOG.md 2019-04-26 06:14:15 -07:00
Chris Cummer
16e68371d8
Update CHANGELOG.md 2019-04-26 06:13:31 -07:00
Chris Cummer
7e3a8fdcd6 Fix a number of minor bugs in the Twitter module 2019-04-26 06:11:55 -07:00
Chris Cummer
3958177a8e
Update CHANGELOG.md 2019-04-25 21:01:57 -07:00
Chris Cummer
f14766a1c0 WTF-415 Improve NBA Scores date format. Closes #415 2019-04-25 21:00:47 -07:00
Chris Cummer
de00f6ab1f WTF-415 Add arrow key navigation to NBA Scores 2019-04-25 20:58:40 -07:00
Chris Cummer
e97283433f Fix potential race conditions in Logger 2019-04-25 20:18:02 -07:00
Chris Cummer
6e30961f25
Update CHANGELOG.md 2019-04-25 19:55:14 -07:00
Chris Cummer
f4a68140d3
Update CHANGELOG.md 2019-04-25 19:54:21 -07:00
Chris Cummer
d0c1a5db96 WTF-413 Fix right-align to account for both widget borders. Closes #413 2019-04-25 19:52:15 -07:00
Chris Cummer
5445309aa0 WTF-315 Fix race conditions caused by writing to view 2019-04-25 19:39:49 -07:00
Chris Cummer
a1aae6206f Fix race conditions caused by writing to view 2019-04-25 00:11:16 -07:00
Chris Cummer
b7be868798 Fix race conditions caused by writing to view 2019-04-24 23:53:31 -07:00
Chris Cummer
388851f02d Fix comment spelling mistake in main.go 2019-04-23 21:08:18 -07:00
Chris Cummer
40cdfe7146 Move widget and FocusTracker creation out of main to simplify main's internals 2019-04-23 21:06:26 -07:00
Chris Cummer
a18625f427 Remove extraneous app.Draw() calls by having app.Draw() in its own routine 2019-04-23 20:33:03 -07:00
Chris Cummer
f60ce6967d Clean up TextWidget by simplifying the view creation 2019-04-23 19:59:51 -07:00
Chris Cummer
eef8015158
Merge pull request #412 from wtfutil/411-hackernews
Fix HackerNews row selection issue. Closes #411
0.7.1
2019-04-23 03:18:26 -07:00
Chris Cummer
fa357294fb Fix HackerNews row selection issue. Closes #411 2019-04-23 03:14:50 -07:00
Chris Cummer
5eb21d82b6 Delete unused code block from main.go 2019-04-22 19:51:54 -07:00
Chris Cummer
cb3a0d5fc9
Update CHANGELOG.md 2019-04-21 21:46:12 -07:00
Chris Cummer
c6a7d5d340
Update CHANGELOG.md 2019-04-21 21:44:00 -07:00
Chris Cummer
3eaf0a323a
Merge pull request #407 from wtfutil/WTF-400-clean-up-utils
WTF-400 clean up utils
2019-04-21 21:40:52 -07:00
Chris Cummer
88fdf9702b WTF-400 Move settings-related functions from util.go into common_settings.go 0.7.0 2019-04-21 21:35:45 -07:00
Chris Cummer
bd2c6e5c9f Merge branch 'master' of github.com:wtfutil/wtf 2019-04-21 21:20:20 -07:00
Chris Cummer
25a21f75c0
Merge pull request #402 from wtfutil/WTF-400-widget-configs
WTF-400 Extracting config out of modules
2019-04-21 21:20:01 -07:00
Chris Cummer
58a3b67ce9 Merge branch 'WTF-400-widget-configs' 2019-04-21 16:47:12 -07:00
Chris Cummer
de4e285cf6 Update Tcell dependency to dcf1bb3 2019-04-19 20:44:55 -07:00
Chris Cummer
79733145f4 Gcal widget properly renders title again 2019-04-19 19:10:22 -07:00
Chris Cummer
6fd9430ef8 WTF-400 TextWidget properly renders title again 2019-04-19 14:06:55 -07:00
Chris Cummer
6227b2bcdb WTF-400 Remove last of wtf.Config from CryptoLive 2019-04-19 13:49:28 -07:00
Chris Cummer
bc967be9e2 WTF-400 Remove last of wtf.Config from Bittex widget 2019-04-19 10:50:27 -07:00
Chris Cummer
a8e3602817 WTF-400 Fix title display in CmdRunner 2019-04-19 09:35:05 -07:00
Chris Cummer
03e186a0cc WTF-400 Make ChecklistItem tests pass again 2019-04-19 09:28:14 -07:00