summaryrefslogtreecommitdiffstats
path: root/src/btop_config.cpp
AgeCommit message (Expand)Author
2024-01-03Add flag to set the refresh rate from command linenobounce
2024-01-03Improved error handling when determining the config directorySteffen Winter
2023-12-25Replace robin_hood map and set with STD alternative and add safeVal() functio...aristocratos
2023-11-25Squashed commit of the following:aristocratos
2023-11-25Added definition GPU_SUPPORT to toggle GPU related codearistocratos
2023-08-27Added show_gpu_info setting and Auto options for cpu graphsaristocratos
2023-08-26Squashed commit of the following:aristocratos
2023-07-19Fix available boxes in menu & config descriptionromner
2023-06-26Add GPU optionsromner-set
2023-05-19Bind GPU panel to 5,6,7,8,9,0 and fully implement multi-GPU supportromner-set
2023-05-18Add GPU info to CPU panelromner
2023-05-12Add rudimentary, fullscreen single-GPU NVML utilization graphromner
2023-05-25Insert `std::` for warning `unqualified call to std::move`.zackiloco
2022-10-15fix: spelling mistake in btop.confdaephx
2022-10-03Further Cleanup Part 2Στέφανος
2022-07-29Added: Option to hide the small cpu graphs for processesAristocratos
2022-07-11Merge pull request #385 from simplepad/zfs-iostat-newJakob P. Liljenberg
2022-07-11rename zfs_pools_only option to zfs_hide_datasets, make its description clearersimplepad
2022-07-03Changed: Rewrite of process sorting and tree generation including fixes for t...aristocratos
2022-07-01Add zfs_pools_only optionsimplepad
2022-06-29Merge branch 'kernel-filtering'aristocratos
2022-05-28Fixed: Net sync scale bugaristocratos
2022-05-21Added linux label on the config option0xJoeMama
2022-05-21Fixed clang-format off labels0xJoeMama
2022-05-20Moved to correct version of the code0xJoeMama
2022-05-05Include ZFS ARC in cached/available memory on LinuxMatt Ickstadt
2022-02-23Fixed the "cpu responsive" string in btop_config.cpp as wellNMrocks
2022-02-21add "g" and "G" to vim keysmohammad hashemy
2022-02-13Added: Toggle for showing free disk space for privileged or normal usersaristocratos
2022-01-16Added: Option for base 10 bytes/bitsaristocratos
2022-01-16Changed: process-per-core defaults to falsearistocratos
2021-12-13Fix spelling mistakes caught by debian lintianMarius Gripsgard
2021-11-13Squashed commit of the following:aristocratos
2021-11-04Fixed: Config parser missing first value when not including version headeraristocratos
2021-11-02Fixed: Security issue when running with SUID bit setaristocratos
2021-10-17Added: Displayed battery selectable in options menuaristocratos
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-12Added: Toggle in options for enabling directional vim keys "h,j,k,l"aristocratos
2021-09-26Changed: use_fstab for disks collection now defaults to truearistocratos
2021-09-22Changed wrong filename error.log > btop.logaristocratos
2021-09-20Fixed: Menu size and preset size issues and added warnings for small terminal...aristocratos
2021-09-18Fixed variables to support 32-bit and added preset selectionaristocratos
2021-09-17Added collect for batteryaristocratos
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-12Added some comments and changed some defaultsaristocratos