Commit graph

375 commits

Author SHA1 Message Date
Marco Radocchia 3ea3aaaf33 Added theme gruvbox_material_dark 2022-01-10 14:20:03 +01:00
aristocratos 56deec4988 Fixed: Account for system rolling over net speeds in Net::collect() 2021-12-30 11:26:23 +01:00
aristocratos 2171789675 v1.1.4 Bug fixes 2021-12-29 14:40:32 +01:00
Jakob P. Liljenberg 03d6dfcd63
Merge pull request #209 from mariogrip/fix-missing-copyright-src
Fix some missing copyright in src files found by debian lintian
2021-12-29 14:21:13 +01:00
Jakob P. Liljenberg c5fd59f09f
Merge pull request #208 from mariogrip/fix-spelling-mistakes
Fix spelling mistakes caught by debian lintian
2021-12-29 14:20:49 +01:00
Jakob P. Liljenberg 3cc19a511c
Merge pull request #227 from pg83/main
in_avail() can always be zero, it is an optimization opportunity only
2021-12-29 14:12:40 +01:00
Anton Samokhvalov 9faeeabda5 quick_exit for Darwin 2021-12-29 15:47:48 +03:00
Anton Samokhvalov c1f540e61e Revert "no memory leak"
This reverts commit fe66d52a38.
2021-12-29 15:46:15 +03:00
Anton Samokhvalov fe66d52a38 no memory leak 2021-12-29 15:23:37 +03:00
Anton Samokhvalov 35dccb1038 in_avail() can always be zero, it is a optimization opportunity only 2021-12-29 13:29:43 +03:00
aristocratos b4e801af54 Merge branch 'main' of github.com:aristocratos/btop 2021-12-27 10:55:35 +01:00
aristocratos 5453e82a95 Changed: From rng::sort() to rng::stable_sort() for more stability 2021-12-27 10:55:17 +01:00
Jos Dehaes 2ee32bdbcc
Merge pull request #222 from joske/main
fix CPU temp fallback on macOS
2021-12-21 23:24:58 +01:00
Jos Dehaes 96ac1149d1 fix CPU temp fallback on macOS 2021-12-21 23:15:02 +01:00
Jakob P. Liljenberg d4f5112d23
Merge pull request #218 from stwnt/main
Create dependency files in build directory when compiling
2021-12-21 18:21:18 +01:00
stwnt 0e2517ae11 Create dependency files in build directory when compiling. 2021-12-19 23:53:01 +01:00
Marius Gripsgard 7a1c88adc4 Fix some missing copyright in src files found by debian lintian 2021-12-13 13:59:18 +01:00
Marius Gripsgard de27c581c5 Fix spelling mistakes caught by debian lintian 2021-12-13 13:45:22 +01:00
aristocratos a6d27c1cc4 v1.1.3 New themes + bugfixes 2021-12-11 18:22:08 +01:00
aristocratos 13a29c39e1 Fixed: Suspected possibility of very rare stall in Input::clear() 2021-12-11 01:06:27 +01:00
aristocratos 609dfccadd Fixed: Fixed network graph scale int rollover 2021-12-09 07:10:56 +01:00
Jakob P. Liljenberg 41be7f8083
Merge pull request #189 from vtmx/main
Added theme OneDark
2021-12-07 23:05:50 +01:00
vtmx b015aa6ae1 Added theme OneDark 2021-12-07 18:35:32 -03:00
aristocratos 43c4190895
Merge pull request #184 from joske/main
#168 - try again with TC0C smc key
2021-12-02 21:26:10 +01:00
Jos Dehaes bcc0acf9f2 #168 - try again with TC0C smc key 2021-12-02 21:04:57 +01:00
aristocratos 7d20ab3c36
Merge pull request #178 from nevack/nevack/macos-homebrew
[macOS] Add Homebrew installation instructions.
2021-12-02 13:01:05 +01:00
Dzmitry Neviadomski 1997c7a751
Update README.md
Co-authored-by: Xuehai Pan <XuehaiPan@outlook.com>
2021-12-02 14:54:49 +03:00
aristocratos defc419de8
Merge pull request #180 from pietryszak/gruvbox_dark_v2
Create gruvbox_dark_v2.theme
2021-12-02 09:06:58 +01:00
Paweł Pietryszak 5aef22cfa1
Create gruvbox_dark_v2.theme
I create a theme with colors used only from original scheme https://github.com/morhetz/gruvbox and with 3 colorsh gradient.
2021-12-02 01:56:14 +01:00
Dzmitry Neviadomski 7bee0016e4 [macOS] Add Homebrew installation instructions. 2021-12-02 01:29:58 +03:00
aristocratos 02db6a28b4
Merge pull request #175 from AlphaNecron/patch-1
Added `ayu`
2021-12-01 15:06:25 +01:00
Nguyen Thanh Quang 7f7795d674
Added ayu 2021-12-01 13:09:30 +07:00
aristocratos 48cbe688c5 v1.1.2 Bug fixes 2021-11-27 18:52:10 +01:00
aristocratos 9465e9b014 Fixed: coretemp ordering 2021-11-27 18:24:40 +01:00
aristocratos 1bce1be695 Merge branch 'sensor-fix' 2021-11-27 18:20:30 +01:00
aristocratos 50928fc1e1 Enabled more verbosity and disabled currently failing builds 2021-11-27 17:59:46 +01:00
aristocratos 297cb696b3 Fixed: UTF-8 detection on macos 2021-11-27 17:38:29 +01:00
aristocratos 538ec20b90 Fixed: Wrong unit for net_upload and net_download in config menu 2021-11-27 16:22:37 +01:00
aristocratos 953216f614 Disabled unused mouse_released event 2021-11-24 21:58:21 +01:00
aristocratos e1074cd15b Mem::collect optimization 2021-11-22 21:43:40 +01:00
Krzysztof Filipek 5fb484a299 Fix coretemp iteration due to missing temp9_input (i9-9940X)
There are cases when some files are missing:
1. Due to specific CPU topology (e.g. {cpu6: core_id=6; but cpu7: core_id=8})
2. On architectures older than SandyBridge (missing per-package sensor)
2021-11-22 19:07:53 +01:00
Jos Dehaes e2668c60f6
Merge pull request #154 from mgradowski/main
fix SISEGV on Mojave
2021-11-16 21:27:40 +01:00
Mikołaj Gradowski 6ab49d2803 fix SISEGV on Mojave 2021-11-16 20:40:49 +01:00
aristocratos 557bcf56c9 v1.1.1 OSX build fixes 2021-11-16 08:41:16 +01:00
aristocratos 19894feec7
bug_report added instruction for lldb 2021-11-16 07:58:42 +01:00
aristocratos 7373d24905
Continuous build macos switch to BigSur
Also added static linking with libgcc and libstdc++
2021-11-16 07:34:09 +01:00
aristocratos cb6ad141eb Added support for partial static linking on OSX 2021-11-16 07:16:55 +01:00
aristocratos d721c4b135
Fixed link 2021-11-15 21:58:09 +01:00
aristocratos 044927b7e5
Fixed broken links 2021-11-14 01:30:27 +01:00
aristocratos 125e3c0cb2 v1.1.0 OSX Support 2021-11-14 01:23:12 +01:00