Commit Graph

436 Commits

Author SHA1 Message Date
aristocratos
27791602ff Fixed: Fallback to less accurate UTF8 char count if conversion to wstring fails 2022-03-04 19:39:06 +01:00
aristocratos
a98b031a0d v1.2.4 Bug fixes 2022-02-27 14:24:39 +01:00
Jakob P. Liljenberg
e793370dc9
Merge pull request #274 from NMrocks/main
Fixed a string in the options menu
2022-02-23 16:52:48 +01:00
NMrocks
8dd587dac2
Fixed the "cpu responsive" string in btop_config.cpp as well
See previous commit for more info
2022-02-23 21:19:44 +05:30
NMrocks
b4334a590d
Fixed a string in the options menu
The "Proc Sorting" option in the proc section of the options menu has "cpu direct" as the 7th option but the description of the option mentioned it using its older name, "cpu responsive". Changed this to "cpu direct" in the description.
2022-02-23 20:04:46 +05:30
Jakob P. Liljenberg
d3a8421bd7
Merge pull request #273 from mohi001/main
add "g" and "G" to vim keys
2022-02-21 19:37:15 +01:00
mohammad hashemy
682313027f add "g" and "G" to vim keys 2022-02-21 20:52:08 +03:30
aristocratos
7b3d996a73 Changed: Restrict command line for processes to 1000 characters to fix utf8 conversion errors 2022-02-20 00:27:03 +01:00
aristocratos
4e7a212f83 Fixed: Ignore duplicate disks with same mountpoint 2022-02-17 22:28:10 +01:00
aristocratos
f7860f9d1b Optimization: Proc::draw() 2022-02-16 08:06:24 +01:00
aristocratos
17979139c3 v1.2.3 Bug fixes 2022-02-15 18:39:36 +01:00
aristocratos
2aeae24b88 Fixed: string to wstring conversion crash when string is too big 2022-02-15 07:11:22 +01:00
aristocratos
58846af516 Fixed: Process tree not redrawing properly 2022-02-15 06:58:22 +01:00
aristocratos
c88169fc85 Makefile supress find test error 2022-02-14 22:21:50 +01:00
aristocratos
f630a8da3b Makefile fixed fallback for outdated find 2022-02-14 22:19:26 +01:00
aristocratos
49b415d733 Makefile progress accuracy 2022-02-14 22:01:21 +01:00
aristocratos
2fa800e21e Changed: floating_humanizer() now shows fractionals when shortened < 10 2022-02-14 12:45:17 +01:00
Jakob P. Liljenberg
4a94c83aa2
Merge pull request #266 from bmwiedemann/sort
Sort input file list to make builds deterministic.
2022-02-14 09:19:15 +01:00
Jakob P. Liljenberg
5ceb967b94
btop.cfg -> btop.conf 2022-02-13 19:43:27 +01:00
Bernhard M. Wiedemann
f9a7cdbe09
Sort input file list
so that btop builds in a reproducible way
in spite of indeterministic filesystem readdir order

See https://reproducible-builds.org/ for why this is good.
2022-02-13 03:52:16 +01:00
aristocratos
18457d1181 v1.2.2 Bug fixes 2022-02-13 00:59:00 +01:00
aristocratos
edece28eec Updated example config file 2022-02-13 00:51:35 +01:00
aristocratos
36a3c7fb8c Added: Clarification on signal screen that number can be manually entered 2022-02-13 00:44:55 +01:00
aristocratos
baabbe78b2 Added: Toggle for showing free disk space for privileged or normal users 2022-02-13 00:33:20 +01:00
aristocratos
d804d3ab33 Changed: Reverted uncolor() back to using regex 2022-02-12 22:27:11 +01:00
aristocratos
fc1500007c v1.2.1 Bug fixes 2022-02-11 20:02:21 +01:00
aristocratos
ac5ad87121 Fixed: Battery meter draw fix 2022-02-11 19:46:29 +01:00
aristocratos
31555d8a7e Fixed: Alignment of columns in proc box when wide UTF8 characters are used 2022-02-11 19:30:06 +01:00
aristocratos
951423dba5 Added: Percentage progress to Makefile 2022-02-10 08:46:39 +01:00
aristocratos
8e81bf2ccb Removed: Unnecessary counter for atomic_lock 2022-02-09 22:30:53 +01:00
aristocratos
08f3957817 Fixed: Fx::uncolor() optimization 2022-02-09 22:08:27 +01:00
aristocratos
897769a90d Fixed: Logic of Fx::uncolor() 2022-02-09 21:58:41 +01:00
aristocratos
932bb15e79 Fixed: Wrong type for max() in msgBox 2022-02-09 15:45:28 +01:00
aristocratos
c77aee2211 Fixed: Terminal resize warning getting stuck 2022-02-09 15:42:09 +01:00
aristocratos
ec4bc6823f Description correction 2022-02-09 15:39:50 +01:00
aristocratos
1f4b724d60 Fixed: Text alignment for popup boxes 2022-02-09 15:38:48 +01:00
aristocratos
3b9144dff3 Fixed: Fx::uncolor not removing all escapes 2022-02-09 15:38:05 +01:00
Jakob P. Liljenberg
59a1868ce6
Merge pull request #259 from NavigationHazard/main
Added Request - Arrow only after use of "f" when filtering processes
2022-02-08 11:01:53 +01:00
NavigationHazard
3887389e0a Added or and if statement 2022-02-08 10:36:21 +01:00
NavigationHazard
eebcb08e49 Best of Both Worlds. Both ways are workings now. Using enter and then moving with arrows or just using arrow down. 2022-02-08 01:24:28 +01:00
NavigationHazard
0790520818 Added Request - Arrow only after use of "f" in Process search 2022-02-06 18:32:35 +01:00
NavigationHazard
4c5e48c6a8 Added Request https://github.com/aristocratos/btop/issues/234 2022-02-06 18:29:33 +01:00
Jakob P. Liljenberg
5229625b9a
Merge pull request #254 from sebix/patch-1
README: Update openSUSE install section
2022-01-31 17:07:06 +01:00
Sebastian
f033c57be5
README: Update openSUSE install section
The package is available in the official default repos for Tumbleweed. For Leap, the package is available in the development repository. Linking to the generic page, which has the current information - independent of distro releases and package submissions. The user's repository is obsolete/not necessary any more.
2022-01-31 17:04:13 +01:00
Jakob P. Liljenberg
53d2c6ebe3
Fixed: bad value for theme[used_end] 2022-01-29 10:59:27 +01:00
Jakob P. Liljenberg
c7493a3a04
Merge pull request #253 from kz6fittycent/main
Just keeping our repos synced.
2022-01-29 10:51:40 +01:00
kz6fittycent
9adaa8fa1d
Snap now autoconnects most interfaces 2022-01-28 17:28:55 -06:00
kz6fittycent
3a4dbc3d2e
Update snapcraft.yaml 2022-01-18 21:46:40 -06:00
aristocratos
22061fa627 v1.2.0 FreeBSD Support 2022-01-16 14:19:31 +01:00
aristocratos
1816f9d1e5 Merge branch 'main' of github.com:aristocratos/btop 2022-01-16 13:49:06 +01:00