summaryrefslogtreecommitdiffstats
path: root/src/btop_input.cpp
AgeCommit message (Expand)Author
2024-01-03Merge branch 'main' into pr/lvxnull/624aristocratos
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-09-28Use native POSIX polling syscalls to read inputlvxnull
2023-08-27Merge branch 'main' into pr/romner-set/529aristocratos
2023-08-26Fixed: Key 5-0 gpu box togglearistocratos
2023-08-26Squashed commit of the following:aristocratos
2023-07-26Fix whitespace indent -> tab indentaristocratos
2023-07-26Revert fmt submodule to static fmt folder in includearistocratos
2023-07-19Improve 0-10 key inputromner
2023-07-19Fix available boxes in menu & config descriptionromner
2023-07-19Fix crashes when trying to open nth GPU box with only n-1 GPUs in the systemromner
2023-05-20Fixed key > gpu_names checkaristocratos
2023-05-19Bind GPU panel to 5,6,7,8,9,0 and fully implement multi-GPU supportromner-set
2023-05-12Add rudimentary, fullscreen single-GPU NVML utilization graphromner
2022-10-04Forgot to update 'auto' usage wherever necessaryΣτέφανος
2022-10-03Further Cleanup Part 2Στέφανος
2022-07-07add "?" to see helpmohammad hashemy
2022-07-03Changed: Rewrite of process sorting and tree generation including fixes for t...aristocratos
2022-02-21add "g" and "G" to vim keysmohammad hashemy
2022-02-09Fixed: Terminal resize warning getting stuckaristocratos
2022-02-08Added or and if statementNavigationHazard
2022-02-08Best of Both Worlds. Both ways are workings now. Using enter and then moving ...NavigationHazard
2022-02-06Added Request - Arrow only after use of "f" in Process searchNavigationHazard
2022-02-06Added Request https://github.com/aristocratos/btop/issues/234NavigationHazard
2021-12-30Fixed: Account for system rolling over net speeds in Net::collect()aristocratos
2021-12-29Revert "no memory leak"Anton Samokhvalov
2021-12-29no memory leakAnton Samokhvalov
2021-12-29in_avail() can always be zero, it is a optimization opportunity onlyAnton Samokhvalov
2021-12-11Fixed: Suspected possibility of very rare stall in Input::clear()aristocratos
2021-11-24Disabled unused mouse_released eventaristocratos
2021-11-13Squashed commit of the following:aristocratos
2021-11-08Fixed: Inconsistent behaviour of "q" key in the menusaristocratos
2021-11-08Fixed: Stall when clearing input queue on exit and queue is >1aristocratos
2021-10-27Added: / as alternative bind for filteraristocratos
2021-10-12Added: Toggle in options for enabling directional vim keys "h,j,k,l"aristocratos
2021-09-26Fixed: Freeze on cin.ignore()aristocratos
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-23Moving stuff aroundaristocratos
2021-08-23Added btop_platform.cpp, moved btop_linux.cpp to btop_linux.hpp and updated r...aristocratos
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
2021-08-11Added bitmask enums and fixed signed to unsigned comparisonsaristocratos