kz6fittycent
|
60f6c89b2a
|
Update snapcraft.yaml
|
2021-09-18 17:58:20 -05:00 |
|
kz6fittycent
|
bfa0e16f18
|
Update snapcraft.yaml
|
2021-09-18 17:44:29 -05:00 |
|
kz6fittycent
|
0f81dc6bda
|
Update snapcraft.yaml
|
2021-09-18 15:28:43 -05:00 |
|
kz6fittycent
|
b4eb23fec3
|
Update snapcraft.yaml
|
2021-09-18 15:22:19 -05:00 |
|
kz6fittycent
|
c83e807faf
|
Update snapcraft.yaml
|
2021-09-18 15:03:11 -05:00 |
|
kz6fittycent
|
231646d9c7
|
Update snapcraft.yaml
|
2021-09-18 14:51:56 -05:00 |
|
kz6fittycent
|
8bc4b15ba8
|
Update snapcraft.yaml
|
2021-09-18 14:39:17 -05:00 |
|
kz6fittycent
|
a8bd4cb7f0
|
Update snapcraft.yaml
|
2021-09-18 14:30:16 -05:00 |
|
kz6fittycent
|
11a843530b
|
Update snapcraft.yaml
|
2021-09-18 14:19:50 -05:00 |
|
aristocratos
|
9319d0c48c
|
Missing comma...
|
2021-09-18 20:31:47 +02:00 |
|
aristocratos
|
91025a8025
|
v1.0.1 Bug fixes
|
2021-09-18 20:20:02 +02:00 |
|
kz6fittycent
|
1c4fbdcd14
|
Create snapcraft.yaml
|
2021-09-18 12:48:21 -05:00 |
|
aristocratos
|
8ea296dcea
|
Upcoming changes in v1.0.1
|
2021-09-18 18:03:58 +02:00 |
|
aristocratos
|
fca1d8c199
|
Fixed UTF-8 check to include UTF8 and added thread started check before joining in clean_quit()
|
2021-09-18 17:59:45 +02:00 |
|
aristocratos
|
3b80ef9e40
|
Command line options fixup
|
2021-09-18 17:33:02 +02:00 |
|
aristocratos
|
e170971b88
|
Merge pull request #2 from purinchu/main
Fix documentation of --utf-force in README and --help.
|
2021-09-18 17:30:27 +02:00 |
|
Michael Pyne
|
97726f3fa7
|
Fix documentation of --utf-force in README and --help.
Fixes #1.
|
2021-09-18 10:58:51 -04:00 |
|
aristocratos
|
480b421852
|
v1.0.0 First release
|
2021-09-18 15:30:42 +02:00 |
|
aristocratos
|
9b6f362247
|
Added preset selection as program argument
|
2021-09-18 15:26:56 +02:00 |
|
aristocratos
|
33884e2bf0
|
Fixed variables to support 32-bit and added preset selection
|
2021-09-18 14:42:53 +02:00 |
|
aristocratos
|
cffa303270
|
Added battery info in Cpu::draw()
|
2021-09-18 02:13:35 +02:00 |
|
aristocratos
|
07c468a8b7
|
Testing
|
2021-09-17 22:40:29 +02:00 |
|
aristocratos
|
34fd7ec0b7
|
Formatting
|
2021-09-17 22:08:39 +02:00 |
|
aristocratos
|
4ea204abe0
|
Formatting
|
2021-09-17 21:50:14 +02:00 |
|
aristocratos
|
ca3e0dab1f
|
Merge branch 'main' of github.com:aristocratos/btop
|
2021-09-17 15:26:05 +02:00 |
|
aristocratos
|
c11b85b81d
|
v0.9.0 Test release
|
2021-09-17 15:25:16 +02:00 |
|
aristocratos
|
294c3094bf
|
v0.9.0 Test release
|
2021-09-17 14:58:00 +02:00 |
|
aristocratos
|
650df9ac39
|
Added collect for battery
|
2021-09-17 14:25:54 +02:00 |
|
aristocratos
|
8583a8a2ef
|
Added menu system
|
2021-09-12 15:58:23 +02:00 |
|
aristocratos
|
db96a20e16
|
Added menus and boxes for signal sending
|
2021-09-01 21:40:13 +02:00 |
|
aristocratos
|
5dcc1b7829
|
Fixed logo again...
|
2021-08-28 22:28:23 +02:00 |
|
aristocratos
|
d79fef3119
|
Fixed logo
|
2021-08-28 22:13:03 +02:00 |
|
aristocratos
|
214d8962e0
|
Moving stuff around
|
2021-08-23 22:52:52 +02:00 |
|
aristocratos
|
03f64c22de
|
Added btop_platform.cpp, moved btop_linux.cpp to btop_linux.hpp and updated robin_hood.h
|
2021-08-23 17:35:27 +02:00 |
|
aristocratos
|
b2e0707c32
|
Added terminal size limit warnings and fixed net auto sizing
|
2021-08-22 21:39:25 +02:00 |
|
aristocratos
|
3f27fb24b5
|
Added clock, updated makefile and switch to using semaphore to trigger _runner thread
|
2021-08-22 16:04:01 +02:00 |
|
aristocratos
|
8bd97b4f24
|
Fixed memory leak and greatly reduced general memory usage
|
2021-08-17 22:33:21 +02:00 |
|
aristocratos
|
7ab765b575
|
Added Net::collect(), Net::draw() and input mappings for net
|
2021-08-15 23:20:55 +02:00 |
|
aristocratos
|
ee073f6ae5
|
Added some comments and changed some defaults
|
2021-08-12 22:25:18 +02:00 |
|
aristocratos
|
ced3d47ebe
|
Removed bad goto and added 100 microseconds sleep in thread manager loop to spare some cpu cycles
|
2021-08-11 23:21:33 +02:00 |
|
aristocratos
|
f9ed675d47
|
Added bitmask enums and fixed signed to unsigned comparisons
|
2021-08-11 20:25:11 +02:00 |
|
aristocratos
|
d56fe4cdb5
|
Runner::_runner() async threads and bitmask loop
|
2021-08-11 08:00:13 +02:00 |
|
aristocratos
|
acb20832d1
|
Added mem and disks
|
2021-08-10 20:20:33 +02:00 |
|
aristocratos
|
95db0eaf90
|
Formatting and fixes
|
2021-08-04 00:11:50 +02:00 |
|
aristocratos
|
102ed6179e
|
Added cpu temperature functionality
|
2021-08-03 23:47:46 +02:00 |
|
aristocratos
|
e33b4b7b0c
|
Added Cpu::collect(), Cpu::get_cpuName() and Cpu::getHz()
|
2021-07-29 23:40:56 +02:00 |
|
aristocratos
|
3a4f33485a
|
Added proc info box and changed Proc::collect() to reuse old data when changing filters or sorting etc.
|
2021-07-26 01:06:34 +02:00 |
|
aristocratos
|
9ee9f3232d
|
Added functionality for text editing and slight modifications to default theme colors
|
2021-07-24 02:13:26 +02:00 |
|
aristocratos
|
f8005aeb21
|
Added mouse support and graphs for processes in proc box
|
2021-07-23 01:41:00 +02:00 |
|
aristocratos
|
5460ed5460
|
Removed gcc 10 instructions
|
2021-07-21 03:30:41 +02:00 |
|