summaryrefslogtreecommitdiffstats
path: root/src/btop_draw.cpp
AgeCommit message (Expand)Author
2023-12-14round wattage to second decimaljkre
2023-12-14remove redundant spacejkre
2023-12-14Show wattage next to battery remaining time when wattage could be calculatedjkre
2023-12-07cut less of cpu name if frequency is not shownmasiboss
2023-11-25Squashed commit of the following:aristocratos
2023-11-25Added definition GPU_SUPPORT to toggle GPU related codearistocratos
2023-08-27Fix: Cpu gpu stats always shown when show_gpu_info is On and sizing issuesaristocratos
2023-08-27Merge fixaristocratos
2023-08-27Merge branch 'main' into pr/romner-set/529aristocratos
2023-08-27Changed: cpu_graph_lower Auto defaults to cpu_graph_upper when show_gpu_info ...aristocratos
2023-08-27Added show_gpu_info setting and Auto options for cpu graphsaristocratos
2023-08-26Squashed commit of the following:aristocratos
2023-07-30Merge pull request #539 from nobounce/replace-NULL-nullptrJakob P. Liljenberg
2023-07-27Better text editingaristocratos
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-07-19Fix GPU text overflow in CPU panel, againromner
2023-07-16Fix GPU horizontal text overflow in CPU panelromner
2023-06-26Add GPU optionsromner-set
2023-06-05Fix type: ulong -> size_t and compare std::cmp_lessaristocratos
2023-05-30Add more GPU graph types to the CPU panelromner-set
2023-05-24amend! update cpu load average displaycpalv
2023-05-23update cpu load average displaycpalv
2023-05-22Fix crash when all GPU panels are open but the CPU panel is closedromner-set
2023-05-21Handle GPUs which cannot report certain stats in GPU panelromner
2023-05-21Handle GPUs which cannot report certain stats in btop_collect.cpp and CPU panelromner
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-15Add ROCm SMI backend for AMD GPU supportromner-set
2023-05-15Add multi-GPU support for NVML data collectionromner-set
2023-05-14Fix crash when no nvidia GPU is detectedromner
2023-05-14Update makefile text, fix typo and adhere to contibuting guidelinesromner
2023-05-14Make GPU window's size dynamic and integrate it with the rest of btopromner
2023-05-13Improve GPU side panelromner
2023-05-13Add GPU side panelromner
2023-05-12Add rudimentary, fullscreen single-GPU NVML utilization graphromner
2022-10-31Address commentArjun P
2022-10-30Fix bug in proc_tree view when showing full cmdArjun P
2022-10-29proc tree: fix width threshold to match commit message and use and/or instead...Arjun P
2022-10-28proc tree view: if there's more than 40 width left, try to print full cmdArjun P
2022-10-04All but two places `const bool` have been updatedΣτέφανος
2022-10-04More const bool cleanupΣτέφανος
2022-10-04Fix variable initialization to 'auto' for getB()Στέφανος
2022-10-04Forgot to update 'auto' usage wherever necessaryΣτέφανος
2022-10-03Further Cleanup Part 2Στέφανος
2022-08-28Fixed: Memory values not clearing properly when not in graph mode in mem boxaristocratos
2022-07-29Added: Option to hide the small cpu graphs for processesAristocratos
2022-07-26Changed: Small graphs now show colors for each characterAristocratos
2022-07-05Fixed: Logo transparencyaristocratos