Chris Cummer
db82fa8c6c
Merge branch 'master' into mercurial
2018-10-11 16:16:54 -04:00
Chris Cummer
a5839a67ff
Update the README
2018-10-11 16:15:57 -04:00
Mathias Weber
2d173ccdc4
add mercurial module
2018-10-11 21:43:51 +02:00
Chris Cummer
99379e6856
Fix broken image links in README
2018-10-11 08:42:28 -04:00
Chris Cummer
75915fd868
Deleted the /_site and /docs directories
...
Moved them over to https://github.com/wtfutil/wtfdocs
2018-10-11 08:34:24 -04:00
Chris Cummer
0d35b88aa9
Delete CNAME
2018-10-11 07:46:47 -04:00
Chris Cummer
12d102ecf9
Remove docs (into own repo)
2018-10-11 07:31:50 -04:00
Chris Cummer
244a1509d3
Create CNAME
2018-10-09 13:38:24 -04:00
Chris Cummer
93bae7c273
Delete CNAME
2018-10-09 10:37:47 -07:00
Chris Cummer
8f314a2d07
Update CHANGELOG.md
2018-10-07 13:54:19 -07:00
Chris Cummer
83361170d1
Add @dvdmssmnn as a contributor
2018-10-07 13:52:02 -07:00
David Missmann
2c0f09169b
Added the hint for pressing return first
2018-10-06 00:51:44 +02:00
David Missmann
c76f49d037
authenticate in suspended mode
2018-10-06 00:23:37 +02:00
Chris Cummer
a032ca55f5
Update CHANGELOG.md
2018-10-04 04:56:35 -07:00
Nicholas Eden
c8ab4af790
Display all day events in calendar, see #306
2018-10-03 21:34:14 -07:00
Chris Cummer
cb29167ad1
Add details to Spotify documentation
2018-10-03 10:33:10 -07:00
Chris Cummer
065c38ddc1
Add documentation for Spotify module
2018-10-03 10:30:48 -07:00
Chris Cummer
d5e78602e6
Release note about Twitter crash fix
2018-10-02 17:09:49 -07:00
Chris Cummer
e2399b36b6
Update CHANGELOG.md
2018-10-02 17:09:04 -07:00
Chris Cummer
fc50161302
Update CHANGELOG.md
0.3.0
2018-10-02 17:06:07 -07:00
Chris Cummer
becf70d056
Add @danrabinowitz as a contributor
2018-10-02 17:05:10 -07:00
Chris Cummer
4f9e76a52c
Generate documentation for Clocks module
2018-10-02 17:04:31 -07:00
Chris Cummer
37849611a4
Merge branch 'master' into clock-format
2018-10-02 15:06:29 -07:00
Chris Cummer
a993b88ccf
Fixes a crashing bug in the Twitter widget
2018-10-02 12:50:54 -07:00
Dan Rabinowitz
0d7fabda42
Add documentation for dateFormat and timeFormat
2018-10-01 22:37:28 -06:00
Dan Rabinowitz
e8ef4800f8
Allow custom date and time formats for clocks
2018-10-01 22:26:15 -06:00
Chris Cummer
eb7da5131e
Merge branch 'master' of github.com:senorprogrammer/wtf
2018-10-01 16:57:39 -07:00
Chris Cummer
7ed8eaeb9d
Closes #316 . Fix link for GitHub personal API token creation
2018-10-01 16:57:11 -07:00
Chris Cummer
3fef4397a3
316 Fix link for GitHub personal API token creation
2018-10-01 16:56:02 -07:00
Chris Cummer
15968718af
Todo modal shows up much faster now, looks better
2018-10-01 16:44:51 -07:00
Chris Cummer
ad86b24da1
Add @nicholas-eden as a contributor
2018-09-27 16:31:31 -07:00
Chris Cummer
5571dd0511
Merge pull request #320 from nicholas-eden/master
...
Add option to set background and text color on a module basis
2018-09-27 16:30:21 -07:00
nicholas-eden
01343b3851
Merge branch 'master' into master
2018-09-27 08:39:18 -07:00
Anand Sudhir Prayaga
b568351dfd
Add godbus/dbus and sticreations/spotigopher dependencies
...
These were added as a part of #317 to add the Spotify widget
2018-09-27 11:08:44 +02:00
Tim Fitzgerald
7ca4fae09c
fixed incorrect to apiKey instead of 'subdomain' in subdomain()
2018-09-27 10:49:39 +02:00
Nicholas Eden
3704cd21b6
Merge branch 'master' of github.com:nicholas-eden/wtf
2018-09-26 23:33:19 -07:00
Nicholas Eden
d05300d849
allow changing of title color
2018-09-26 23:33:08 -07:00
nicholas-eden
f2d4b0e8be
Merge branch 'master' into master
2018-09-26 21:40:39 -07:00
Nicholas Eden
c717cecff9
Add option to set background and text color on a module basis, resolves #307
2018-09-26 21:30:54 -07:00
Chris Cummer
f3fef5a5ff
Merge branch 'master' of github.com:senorprogrammer/wtf
2018-09-25 17:08:09 -07:00
Chris Cummer
51c6c14a06
Add documentation for GitHub return functionality
2018-09-25 17:06:21 -07:00
Chris Cummer
666ce2048d
Add documentation for GitHub return functionality
2018-09-25 17:05:16 -07:00
Chris Cummer
f3eafd5dda
Add return help text to GitHub widget
2018-09-25 17:04:13 -07:00
Chris Cummer
e4efd6ed72
Pressing Return/Enter in the GitHub widget opens the repo GitHub page
2018-09-25 16:16:08 -07:00
Chris Cummer
c35c4e2e1d
Merge in app.Draw() changes
2018-09-24 15:11:35 -07: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
8cfd3ae5cf
Update CHANGELOG.md
2018-09-24 13:12:18 -07:00
Chris Cummer
56b43cb4bf
Add @sticreations as a contributor
2018-09-24 13:09:52 -07:00
Bastian Groß
d66e6d2820
adding Helpful Helptext
2018-09-24 20:26:52 +02:00
Chris Cummer
d10a1265fe
Merge branch 'master' into master
2018-09-24 08:53:23 -07:00