summaryrefslogtreecommitdiffstats
path: root/src/btop_tools.hpp
AgeCommit message (Expand)Author
2023-12-25Return const refsaristocratos
2023-12-25Replace robin_hood map and set with STD alternative and add safeVal() functio...aristocratos
2023-08-26Squashed commit of the following:aristocratos
2023-05-21Add DebugTimer class and change some Logger::error calls to Logger::debugaristocratos
2023-05-21Readd using namespace fmtaristocratos
2023-05-21Add fmt prefix for fmtlibaristocratos
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-02Clean up btop_tools.{hpp,cpp} filesΣτέφανος
2022-05-01Added: Case insensitive process filteringabrasumente
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-09Description correctionaristocratos
2021-11-13Squashed commit of the following:aristocratos
2021-11-08Fixed: Restore all escape seq mouse modes on exitaristocratos
2021-10-26v1.0.20 Bug fixesv1.0.20aristocratos
2021-10-26Changed: Regex for Fx::uncolor() changed to string search and replacearistocratos
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-12Changed: Limit atomic_wait() to 1000ms to fix rare stallaristocratos
2021-09-29v1.0.11 Bug fixesv1.0.11aristocratos
2021-09-28Changed: atomic_wait to use while loop instead of atom.wait() because of rand...aristocratos
2021-09-27Changed: Stop second thread before updating terminal size variablesaristocratos
2021-09-18Added battery info in Cpu::draw()aristocratos
2021-09-12Added menu systemaristocratos
2021-09-01Added menus and boxes for signal sendingaristocratos
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
2021-08-15Added Net::collect(), Net::draw() and input mappings for netaristocratos
2021-08-11Removed bad goto and added 100 microseconds sleep in thread manager loop to s...aristocratos
2021-08-11Added bitmask enums and fixed signed to unsigned comparisonsaristocratos
2021-08-11Runner::_runner() async threads and bitmask looparistocratos
2021-08-10Added mem and disksaristocratos
2021-08-04Formatting and fixesaristocratos
2021-08-03Added cpu temperature functionalityaristocratos
2021-07-29Added Cpu::collect(), Cpu::get_cpuName() and Cpu::getHz()aristocratos
2021-07-26Added proc info box and changed Proc::collect() to reuse old data when changi...aristocratos
2021-07-24Added functionality for text editing and slight modifications to default them...aristocratos
2021-07-21Loads...aristocratos
2021-07-18Small changesdaristocratos
2021-07-18Added Input::process for input actions and Runner:: namespace for multithread...aristocratos
2021-07-15Proc::draw() and SIGWINCH resizing handleraristocratos
2021-07-04Added Draw::calcSizes() and Proc::draw()aristocratos
2021-06-30Proc::collect() optimization and started on Proc::_collect_details()aristocratos
2021-06-27Fixed filtering for processes tree viewaristocratos
2021-06-22added str_to_upper and str_to_loweraristocratos
2021-06-21Why not and oraristocratos