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

Commit Graph

  • 02e0666697 Remove more app usages which are unnecessary Sean Smith 2019-05-24 22:22:56 -04:00
  • c4d58ece81 Add a helper function to do highlighting in a uniform way Sean Smith 2019-05-24 22:06:07 -04:00
  • d2385b962f
    Merge branch 'master' into configdocs Chris Cummer 2019-05-24 18:14:34 -07:00
  • a06cbcbd7f Merge branch 'master' of github.com:wtfutil/wtf Chris Cummer 2019-05-24 17:43:35 -07:00
  • 725b0ee79b
    Merge pull request #463 from Seanstoppable/weathermultisource Chris Cummer 2019-05-24 17:43:29 -07:00
  • 5b183af93e
    Merge branch 'master' into weathermultisource Chris Cummer 2019-05-24 17:39:56 -07:00
  • cfd5dfe09c
    Merge pull request #462 from Seanstoppable/gitlabmultisource Chris Cummer 2019-05-24 17:39:40 -07:00
  • ba9ed05013
    Merge branch 'master' into gitlabmultisource Chris Cummer 2019-05-24 17:37:33 -07:00
  • f183a854c8 Improve keyboard handling in main.go Chris Cummer 2019-05-24 16:56:44 -07:00
  • ce7234179c Merge branch 'master' of github.com:wtfutil/wtf Chris Cummer 2019-05-24 14:27:35 -07:00
  • b9fc08e098 Todoist only refreshes if it is not disabled and there is a current project Chris Cummer 2019-05-24 14:27:29 -07:00
  • dd4d85e337
    Update CHANGELOG.md Chris Cummer 2019-05-24 14:26:38 -07:00
  • 09ea4cd874 Todoist now properly updates list items when Refresh() is called Chris Cummer 2019-05-24 14:26:03 -07:00
  • d8f337884f Add more 'man page' like functionality Sean Smith 2019-05-24 00:06:10 -04:00
  • a283dd8ed8 Migrate gitlab to multisource widget Sean Smith 2019-05-23 20:45:01 -04:00
  • aeb76e9c57 Flip weather over to a multi-source widget Sean Smith 2019-05-23 20:41:14 -04:00
  • 9a877b5e04 Improve the look of the help modal a little bit Chris Cummer 2019-05-23 15:08:03 -07:00
  • 5db30c0e8d Add help screen to main app Chris Cummer 2019-05-23 07:37:25 -07:00
  • ed4fbf01d0 Merge branch 'Seanstoppable-todoistsimplify' Chris Cummer 2019-05-22 21:02:16 -07:00
  • d8bb0debd9 Remove unused import Sean Smith 2019-05-22 18:57:08 -04:00
  • 2fb1a06ca0 Add Scrollable to todoist widget Sean Smith 2019-05-15 20:03:58 -04:00
  • 44a2634a85 Update .all-contributors Chris Cummer 2019-05-21 17:52:11 -07:00
  • a86bd4c3f6 Merge branch 'master' of github.com:wtfutil/wtf Chris Cummer 2019-05-21 17:51:52 -07:00
  • 523b75e211 Add @sosiska as a contributor Chris Cummer 2019-05-21 17:50:29 -07:00
  • 0c0c6e94e0
    Merge pull request #460 from sosiska/patch-1 Chris Cummer 2019-05-21 17:50:04 -07:00
  • f0771cd013 Some code improvements Kirill Motkov 2019-05-21 17:17:47 +03:00
  • c050292a8d
    Merge pull request #459 from Seanstoppable/keyboardharmonize Chris Cummer 2019-05-21 04:14:59 -07:00
  • a2f5db7847 Harmonize keyboard controls Sean Smith 2019-05-12 19:00:17 -04:00
  • 3eb3183249 Add @bosr as a contributor v0.10.3 Chris Cummer 2019-05-19 20:20:49 -07:00
  • f8dae61804 Merge branch 'master' of github.com:wtfutil/wtf Chris Cummer 2019-05-19 20:20:35 -07:00
  • b6d09d66d4
    Update CHANGELOG.md Chris Cummer 2019-05-19 20:14:26 -07:00
  • 9a167ba29b
    Merge pull request #458 from bosr/fix/glog Chris Cummer 2019-05-19 20:11:57 -07:00
  • 5bd6b26a60 Merge branch 'bosr-fix/glog' Chris Cummer 2019-05-19 20:11:48 -07:00
  • 7d080bb01a remove glog mod dep Romain Bossart 2019-05-19 20:17:17 +02:00
  • bc31e25547
    Merge pull request #457 from Seanstoppable/multisourcefuncrename Chris Cummer 2019-05-18 11:44:49 -07:00
  • 34bf319c2e Rename Prev/Next in MultiSourceWidget Sean Smith 2019-05-12 22:51:52 -04:00
  • bca6772a07
    Update CHANGELOG.md Chris Cummer 2019-05-16 14:45:40 -07:00
  • 18cc6c34ad WTF-455 Pass nil options for Gitlab project. Closes #455 v0.10.2 Chris Cummer 2019-05-16 14:42:11 -07:00
  • 387cf3d142
    Update CHANGELOG.md Chris Cummer 2019-05-15 18:34:44 -07:00
  • 29f3d90232
    Update CHANGELOG.md Chris Cummer 2019-05-15 18:34:03 -07:00
  • accfa70ba5 Don't panic when there's no city data for Weather Chris Cummer 2019-05-15 18:31:59 -07:00
  • 405beea6d3
    Update CHANGELOG.md Chris Cummer 2019-05-15 10:45:06 -07:00
  • 3cc19dc27c Improve the look of Trello widget a bit v0.10.1 Chris Cummer 2019-05-15 10:43:13 -07:00
  • b2cef43355
    Merge pull request #456 from wtfutil/WTF-454-trello-multiple Chris Cummer 2019-05-15 10:38:52 -07:00
  • 6879695e89 WTF-454 Fixes multi-list issue with Trello. Closes #454 Chris Cummer 2019-05-15 10:35:22 -07:00
  • 7c1152ac1d
    Merge pull request #450 from Seanstoppable/githubmultisource Chris Cummer 2019-05-15 06:53:36 -07:00
  • 2f7a294ac8 Merge remote-tracking branch 'origin/master' into githubmultisource Sean Smith 2019-05-14 20:48:36 -04:00
  • cb64f7df22 Handle historical config Sean Smith 2019-05-14 20:46:40 -04:00
  • 313ad4c935 Remove 'system' widget from the widget initialization Chris Cummer 2019-05-13 20:29:59 -07:00
  • 85014a4ded
    Merge branch 'master' into githubmultisource Chris Cummer 2019-05-13 20:15:27 -07:00
  • 4863901859 Improve the comments in utils.go Chris Cummer 2019-05-13 17:15:09 -07:00
  • 0a2addb532 Add some comments to the functions in utils.go Chris Cummer 2019-05-13 17:03:59 -07:00
  • f62f9a0926 Merge branch 'Seanstoppable-todoistmulti' Chris Cummer 2019-05-13 16:57:51 -07:00
  • f7b69fac7c Extend ToStrs() to support ints or strings Chris Cummer 2019-05-13 16:57:34 -07:00
  • 5620db2046
    Merge branch 'master' into todoistmulti Chris Cummer 2019-05-13 16:50:10 -07:00
  • 6bdb0cee38 Merge branch 'master' of github.com:wtfutil/wtf Chris Cummer 2019-05-13 14:07:06 -07:00
  • a9eec596ab Merge branch 'Seanstoppable-githubcleanup' Chris Cummer 2019-05-13 13:56:56 -07:00
  • 37d61fb732 Merge branch 'Seanstoppable-githubcleanup' Chris Cummer 2019-05-13 13:56:56 -07:00
  • 6a44ba8fcc
    Merge branch 'master' into githubcleanup Chris Cummer 2019-05-13 13:55:36 -07:00
  • 1aee849280
    Update CHANGELOG.md Chris Cummer 2019-05-12 20:42:27 -07:00
  • 9160d1fb0e Remove Windows build target. It fails to build v0.10.0 Chris Cummer 2019-05-12 20:33:59 -07:00
  • 6a41935e61 Flip todoist over to multiview widget Sean Smith 2019-05-12 23:15:48 -04:00
  • d410f548b8 Cleanup git widget Sean Smith 2019-05-12 22:55:41 -04:00
  • c35034d587 Make github a multisource widget Sean Smith 2019-05-12 22:44:27 -04:00
  • cbb147f41e
    Update CHANGELOG.md Chris Cummer 2019-05-12 15:45:48 -07:00
  • b4b39d87c0
    Merge pull request #447 from wtfutil/pagerduty-schedule-specifications Chris Cummer 2019-05-12 15:42:21 -07:00
  • 2f2599b34f
    Merge branch 'master' into pagerduty-schedule-specifications Chris Cummer 2019-05-12 15:38:02 -07:00
  • 5fec87812e Merge branch 'Seanstoppable-autohelp' Chris Cummer 2019-05-12 15:22:54 -07:00
  • a2e67fa498
    Merge branch 'master' into autohelp Chris Cummer 2019-05-12 10:48:29 -07:00
  • 2ee83d30bb Merge branch 'Seanstoppable-cleanupdrawing' Chris Cummer 2019-05-12 10:47:59 -07:00
  • ec4b34c9f5
    Merge branch 'master' into cleanupdrawing Chris Cummer 2019-05-12 09:59:06 -07:00
  • 5f054c8ffd Allow PagerDuty to restrict on scheduleID Chris Cummer 2019-05-12 09:42:20 -07:00
  • f6ed8b6b45
    Update CHANGELOG.md Chris Cummer 2019-05-11 21:08:35 -07:00
  • ea3368a25a
    Merge pull request #446 from retgits/master Chris Cummer 2019-05-11 21:07:15 -07:00
  • 46c31103b8 Make widget name part of the output Sean Smith 2019-05-11 20:00:35 -04:00
  • 9b8ce06990 Split out char/key mapping help Sean Smith 2019-05-11 19:55:03 -04:00
  • cd35d1e0a3 Re-add command line help Sean Smith 2019-05-11 19:40:24 -04:00
  • 98d370ed94
    Merge branch 'master' into master Chris Cummer 2019-05-11 10:38:48 -07:00
  • 18e5619246
    feat: update sample configs retgits 2019-05-11 09:37:22 -07:00
  • 7f3daaac59 Have keyboard widget manage its own help Sean Smith 2019-05-11 11:14:02 -04:00
  • 42821b3102 Clean up drawing functionality Sean Smith 2019-05-11 12:10:30 -04:00
  • e9e62c2065 Merge branch 'master' of github.com:wtfutil/wtf Chris Cummer 2019-05-11 08:59:58 -07:00
  • 42461c6e55
    Update CHANGELOG.md Chris Cummer 2019-05-11 08:59:24 -07:00
  • bebc8362e8
    Merge pull request #441 from Seanstoppable/splituplogger Chris Cummer 2019-05-11 08:58:46 -07:00
  • 03b1abd740 Remove datadog app reference Sean Smith 2019-05-11 11:54:52 -04:00
  • db746802c9 Improve the display of Twitter; less-harsh colours Chris Cummer 2019-05-11 08:49:26 -07:00
  • 8c4346f8b8
    Merge branch 'master' into splituplogger Chris Cummer 2019-05-11 08:43:37 -07:00
  • 197b3a50ef
    Update CHANGELOG.md Chris Cummer 2019-05-11 08:42:58 -07:00
  • 2067a73072 Fix a bug in scrollable.RowColor Chris Cummer 2019-05-11 08:41:00 -07:00
  • 78fc097818
    Update widget.go Chris Cummer 2019-05-10 23:27:48 -07:00
  • 18ed770fe2
    Merge branch 'master' into abstractscrollable Chris Cummer 2019-05-10 23:26:14 -07:00
  • 04fae35f5b
    Update CHANGELOG.md Chris Cummer 2019-05-10 23:23:39 -07:00
  • a3717a5a8c
    Merge pull request #438 from Seanstoppable/zendeskhelp Chris Cummer 2019-05-10 23:23:07 -07:00
  • 521687e0a4
    Merge branch 'master' into zendeskhelp Chris Cummer 2019-05-10 23:14:16 -07:00
  • d1670413cc
    Update CHANGELOG.md Chris Cummer 2019-05-10 23:12:35 -07:00
  • 7be64c0558
    Update CHANGELOG.md Chris Cummer 2019-05-10 23:12:10 -07:00
  • de2db5208a
    Merge pull request #440 from Seanstoppable/stablesort Chris Cummer 2019-05-10 23:10:29 -07:00
  • eafeb3c6ea
    Merge branch 'master' into stablesort Chris Cummer 2019-05-10 23:07:27 -07:00
  • c328ba4c11 Split up logger and widget Sean Smith 2019-05-10 18:21:52 -04:00
  • 0d2667685e Add stable sort for focusable windows Sean Smith 2019-05-10 18:46:31 -04:00