summaryrefslogtreecommitdiffstats
path: root/src/btop_tools.cpp
AgeCommit message (Expand)Author
2024-01-03Merge branch 'main' into config-read-onlyJakob P. Liljenberg
2024-01-03Improved error handling when determining the config directorySteffen Winter
2024-01-03Merge branch 'main' into pr/lvxnull/624aristocratos
2024-01-03Merge branch 'main' into lldb-term-sizeJakob P. Liljenberg
2024-01-02Squashed commit of the following:aristocratos
2023-10-14Try get terminal size of "/dev/tty" if stdout failsnobounce
2023-09-28Use native POSIX polling syscalls to read inputlvxnull
2023-09-05Fix short conversion of 1000-1023*iBscorpion-26
2023-09-01initial openbsd bringupJos Dehaes
2023-07-26Use nullptr instead of NULL.nobounce
2023-07-26Fix whitespace indent -> tab indentaristocratos
2023-07-26Revert fmt submodule to static fmt folder in includearistocratos
2023-05-25Include <codecvt> required by Clang.zackiloco
2023-05-20btop.cpp -> fmtaristocratos
2022-10-04All but two places `const bool` have been updatedΣτέφανος
2022-10-04Remove const from bool variablesΣτέφανος
2022-10-04Avoid the unnecessary use of copy constructorΣτέφανος
2022-10-04Fix variable initialization to 'auto' for getB()Στέφανος
2022-10-02Further improvementsΣτέφανος
2022-10-02Clean up btop_tools.{hpp,cpp} filesΣτέφανος
2022-03-07Fixed: Wrong memory unit when shorten and size is less than 10mohammad hashemy
2022-03-04Fixed: Fallback to less accurate UTF8 char count if conversion to wstring failsaristocratos
2022-02-15Fixed: string to wstring conversion crash when string is too bigaristocratos
2022-02-14Changed: floating_humanizer() now shows fractionals when shortened < 10aristocratos
2022-02-12Changed: Reverted uncolor() back to using regexaristocratos
2022-02-11Fixed: Alignment of columns in proc box when wide UTF8 characters are usedaristocratos
2022-02-09Removed: Unnecessary counter for atomic_lockaristocratos
2022-02-09Fixed: Fx::uncolor() optimizationaristocratos
2022-02-09Fixed: Logic of Fx::uncolor()aristocratos
2022-02-09Fixed: Fx::uncolor not removing all escapesaristocratos
2022-01-16Added: Option for base 10 bytes/bitsaristocratos
2021-11-13Squashed commit of the following:aristocratos
2021-11-02Fixed: Security issue when running with SUID bit setaristocratos
2021-10-26v1.0.20 Bug fixesv1.0.20aristocratos
2021-10-26Changed: Regex for Fx::uncolor() changed to string search and replacearistocratos
2021-10-26Removed bad codearistocratos
2021-10-16Changed: Reverted mutexes back to custom atomic bool based locksaristocratos
2021-10-13Fixed: Swapped from atomic bool spinlocks to mutexes to fix rare deadlockaristocratos
2021-10-12Fixed: atomic_wait() and atomic_lock{} use cpu pause instructions instead of ...aristocratos
2021-10-01Updated Prerequisitesaristocratos
2021-09-29v1.0.11 Bug fixesv1.0.11aristocratos
2021-09-27Changed: Stop second thread before updating terminal size variablesaristocratos
2021-09-25Fixed: Missing NULL check for ttynamearistocratos
2021-09-18Fixed variables to support 32-bit and added preset selectionaristocratos
2021-09-18Added battery info in Cpu::draw()aristocratos
2021-09-17Added collect for batteryaristocratos
2021-09-12Added menu systemaristocratos
2021-08-23Moving stuff aroundaristocratos
2021-08-22Added clock, updated makefile and switch to using semaphore to trigger _runne...aristocratos
2021-08-17Fixed memory leak and greatly reduced general memory usagearistocratos