summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-02-28Path changes for major revisionv3.4.0Sean E. Russell
2020-02-28Merge branch 'v3.4.x'Sean E. Russell
2020-02-28Merge branch 'master' of github.com:xxxserxxx/gotopSean E. Russell
2020-02-28Extensions.v3.4.xSean E. Russell
2020-02-28Abstracts CPU & mem devices.Sean E. Russell
Finishes device refactoring: temps Refactoring to allow updating maps. Simpler, and optimizable.
2020-02-27Merge branch 'v3.4.x' into nvidiaSean E. Russell
2020-02-27Adding some dev docs.Sean E. Russell
2020-02-27Fixes #62, the one-column bugSean E. Russell
Updates ticket info
2020-02-26Fixes #59: keys not controlling processes widgetv3.3.2master.v1Sean E. Russell
Version bump Version bump
2020-02-26ChangelogSean E. Russell
2020-02-26Fixes #59: keys not controlling processes widgetSean E. Russell
2020-02-25Merge remote-tracking branch 'willems/master' into tempsSean E. Russell
2020-02-25Adds charge/discharge to power widget.Sean E. Russell
Issue tracking
2020-02-25Refactoring devices in support of GPUSean E. Russell
2020-02-25NVIDIA supportSean E. Russell
2020-02-24Merge branch 'master' into nvidiaSean E. Russell
2020-02-23Documentation clean-up.Sean E. Russell
2020-02-23Documentation clean-up.Sean E. Russell
2020-02-23Cleans the Arch PKGBUILD to reduce `namcap` warnings.Sean E. Russell
2020-02-22Arch package (src)Sean E. Russell
2020-02-20Fixes #15, crash when battery info includes devicesSean E. Russell
2020-02-20Merge branch 'master' into v3.4.xSean E. Russell
2020-02-20Fixes #15, crash when battery info includes devicesSean E. Russell
2020-02-20Moved todos around to correct filesSean E. Russell
2020-02-20Merge remote-tracking branch 'kraust/master' into nvidiaSean E. Russell
However, this drastically increases CPU use of gotop, so leaving this unmerged at the moment.
2020-02-20Changelog cleanup & add todos.Sean E. Russell
2020-02-20Fixes #57. Also renames files that came with a pull request such that they ↵Sean E. Russell
follow golang file naming conventions (underscores rather than dashes), mainly for consistency.
2020-02-20Builds for darwin; requires docker.Sean E. Russell
osxcross has an old go; make go.mod match. Directory clean-ups
2020-02-20Issue #56. Slight improvement in layout algorithm. Still doesn't handle > 2 ↵Sean E. Russell
columns well, but it's more correct and lays the foundation for a correct solution. It's clear, however, that a full table model parser will require a substantial rewrite and, possibly, a change in the layout syntax. That would add substantial complexity, so maybe for some future effort. I'll fix the basic column layout (rowspans at the edges), and then shelve it.
2020-02-19Merge branch 'gauge' into v3.4.xSean E. Russell
2020-02-18Merge branch 'metrics' into v3.4.x; also fixes a bug in some of the widgets ↵Sean E. Russell
where it wasn't checking that metrics were enabled and was causing panics.
2020-02-18Prepped for releasev3.3.1Sean E. Russell
2020-02-18Adds a layout with all the widgetsSean E. Russell
2020-02-18Fixes a layout bug; rolls back gopsutil dep updateSean E. Russell
2020-02-18Fixes the dependencies again b/c of broken gopsutilSean E. Russell
2020-02-18Adds a battery gauge.Sean E. Russell
2020-02-18Adds widget metrics outputSean E. Russell
Doc cleanup Missed changes
2020-02-18Strange behaviors with 2.20 gopsutil, so reverting dependency.Sean E. Russell
2020-02-17Fixes cross-compiling, adds a new build scriptv3.3.0Sean E. Russell
2020-02-17Version bump <sigh>Sean E. Russell
2020-02-17Adds log rotation, config file support, and refactoring. Colorschemes are ↵Sean E. Russell
self-registered. Merge remote-tracking branch 'jrswab/configFile111' into config_file; drastically refactored, and am not sure how much original code from the patch was used.
2020-02-16Merge prepSean E. Russell
2020-02-15Deprecation warning for --minimal and --battery.Sean E. Russell
2020-02-15Fixed changelog text to conform to self-proclaimed spec.Sean E. Russell
2020-02-15Addendum to logging fix, to enable on other archsSean E. Russell
2020-02-15Fixes #49, logs filling up hard drive.Sean E. Russell
2020-02-14Ready for release.v3.2.0Sean E. Russell
2020-02-14Merge remote-tracking branch 'rephorm/filter'Sean E. Russell
2020-02-14Merge remote-tracking branch 'mattLLVW/feature/network_interface_list'Sean E. Russell
2020-02-14Updates release info.Sean E. Russell