Commit Graph

79 Commits

Author SHA1 Message Date
Jos Dehaes 78bce5b5a6
Merge branch 'aristocratos:main' into main 2021-10-03 22:08:34 +02:00
Jos Dehaes 66534eb5b5 initialize mutex (needed on macos apparently and not on linux) 2021-10-03 21:45:39 +02:00
Jos Dehaes 6e704ce838 Merge branch 'main' of github.com:joske/btop 2021-10-02 23:48:43 +02:00
Jos Dehaes fe4db7c16c first infos on macos: memory used & free 2021-10-02 23:48:28 +02:00
aristocratos f9505a425d v1.0.13 Better symbol compatibility 2021-10-02 22:43:49 +02:00
Jos Dehaes 7bfbd83a47
Merge branch 'aristocratos:main' into main 2021-10-01 17:05:26 +02:00
aristocratos ae7b8b77ff Version bump 2021-09-30 22:51:05 +02:00
Jos Dehaes 8c8139bd1d
Merge branch 'aristocratos:main' into main 2021-09-29 21:50:00 +02:00
aristocratos a246c098cd v1.0.11 Bug fixes 2021-09-29 21:24:33 +02:00
Jos Dehaes 679d21cd22
Merge branch 'aristocratos:main' into main 2021-09-29 20:23:34 +02:00
aristocratos a49b8f999f Changed: Init will continue if UTF-8 locale are detected even if it fails to set the locale 2021-09-29 11:43:37 +02:00
Jos Dehaes 4c70c5bdd9
Merge branch 'aristocratos:main' into main 2021-09-29 08:30:05 +02:00
aristocratos c70667e9e5 Fixed: UTF8 set LANG and LC_ALL to empty before UTF8 search and fixed empty error msg on exit before signal handler init 2021-09-29 08:16:49 +02:00
Jos Dehaes 84a974695a make it compile on macos (M1 - arm64). Does not run though 2021-09-28 23:37:03 +02:00
aristocratos 5fba94c96c v1.0.10 Bug fixes 2021-09-28 16:37:02 +02:00
aristocratos 8296c1a8d5 Changed: UTF8 detection search if LANG is set but fails to set 2021-09-28 13:08:45 +02:00
aristocratos 683c57539a Changed: Moved signal handler setup to later in init 2021-09-28 09:05:16 +02:00
aristocratos 01dfd27ec4 Changed: Moved check for valid terminal dimensions to before platform init 2021-09-27 11:59:10 +02:00
aristocratos 65c62cef47 Changed: Stop second thread before updating terminal size variables 2021-09-27 11:01:56 +02:00
aristocratos d76f258a49 Added: Wait for terminal size properties to be available at start 2021-09-27 09:16:39 +02:00
aristocratos 68d88e6e4d v1.0.9 Bug fixes 2021-09-26 13:46:51 +02:00
aristocratos 5ae05f0333 v1.0.8 Bug fixes 2021-09-26 00:23:46 +02:00
aristocratos 771a200107 Changed: Only log tty name if known 2021-09-26 00:17:39 +02:00
aristocratos 94feb4e16e More fixes for UTF-8 detection 2021-09-25 11:35:50 +02:00
aristocratos 5273a62856 Fixed: Additional NULL checks in UTF-8 detection 2021-09-25 00:10:18 +02:00
aristocratos ee8109ec38 v1.0.7 Bug fixes 2021-09-24 22:35:13 +02:00
aristocratos 78c417bc9f v1.0.6 Bug fixes 2021-09-23 21:00:56 +02:00
aristocratos 1f5aebead0 Fixed: Check that getenv("LANG") is not NULL in UTF-8 check 2021-09-22 19:32:00 +02:00
aristocratos 2f27d9fa17 v1.0.5 Bug fixes 2021-09-22 17:31:17 +02:00
aristocratos eedab3062e Fixed: UTF-8 check crashing if LANG was set to non existant locale 2021-09-22 17:27:25 +02:00
aristocratos b818d0102d Fixed: Sizing constraints bug on start and boxes can be toggled from size error screen 2021-09-22 12:55:39 +02:00
aristocratos 5ce72403b6 v1.0.4 Bug fixes 2021-09-21 21:27:46 +02:00
aristocratos 19e9a181ea v1.0.3 Bug fixes 2021-09-21 17:39:49 +02:00
aristocratos 026a9311e9 v1.0.2 Bug fixes 2021-09-20 18:32:08 +02:00
aristocratos 9319d0c48c Missing comma... 2021-09-18 20:31:47 +02:00
aristocratos 91025a8025 v1.0.1 Bug fixes 2021-09-18 20:20:02 +02:00
aristocratos fca1d8c199 Fixed UTF-8 check to include UTF8 and added thread started check before joining in clean_quit() 2021-09-18 17:59:45 +02:00
aristocratos 3b80ef9e40 Command line options fixup 2021-09-18 17:33:02 +02:00
Michael Pyne 97726f3fa7 Fix documentation of --utf-force in README and --help.
Fixes #1.
2021-09-18 10:58:51 -04:00
aristocratos 480b421852 v1.0.0 First release 2021-09-18 15:30:42 +02:00
aristocratos 9b6f362247 Added preset selection as program argument 2021-09-18 15:26:56 +02:00
aristocratos 33884e2bf0 Fixed variables to support 32-bit and added preset selection 2021-09-18 14:42:53 +02:00
aristocratos cffa303270 Added battery info in Cpu::draw() 2021-09-18 02:13:35 +02:00
aristocratos 650df9ac39 Added collect for battery 2021-09-17 14:25:54 +02:00
aristocratos 8583a8a2ef Added menu system 2021-09-12 15:58:23 +02:00
aristocratos db96a20e16 Added menus and boxes for signal sending 2021-09-01 21:40:13 +02:00
aristocratos 03f64c22de Added btop_platform.cpp, moved btop_linux.cpp to btop_linux.hpp and updated robin_hood.h 2021-08-23 17:35:27 +02:00
aristocratos b2e0707c32 Added terminal size limit warnings and fixed net auto sizing 2021-08-22 21:39:25 +02:00
aristocratos 3f27fb24b5 Added clock, updated makefile and switch to using semaphore to trigger _runner thread 2021-08-22 16:04:01 +02:00
aristocratos 8bd97b4f24 Fixed memory leak and greatly reduced general memory usage 2021-08-17 22:33:21 +02:00