Nathan Scott
|
31e59cc60d
Merge branch 'misc' of https://github.com/cgzones/htop into cgzones-misc
|
3 years ago |
Christian Göttsche
|
b862e36ee7
Separate data-update and drawing of header
|
3 years ago |
Christian Göttsche
|
2d1042adb3
Save text buffer in Meter
|
4 years ago |
Christian Göttsche
|
df818b9904
Use ATTR_UNUSED instead of void casting
|
4 years ago |
Michael F. Schönitzer
|
76350c0350
Rescale graph when value of total is changed
|
3 years ago |
Nathan Scott
|
8cd90f0c4a
Fix a couple of small spelling mistakes in comments
|
3 years ago |
Christian Göttsche
|
b5a5e83470
LED Meter: display wide characters and restore non-wide ncurses support
|
4 years ago |
Christian Göttsche
|
5fde0e0127
RichString_appendChr: add parameter to set attributes
|
4 years ago |
Christian Göttsche
|
d72b0a682e
Mark several non-modified pointer variables const
|
4 years ago |
Christian Göttsche
|
70f48f1f44
Add wrapper function for free and strdup
|
4 years ago |
Christian Göttsche
|
3bb731c645
RichString_setAttrn: refactor to take a length instead of a stop index
|
4 years ago |
Christian Göttsche
|
6301d5c1da
Convert unnecessary static variables
|
4 years ago |
Christian Göttsche
|
2c06566405
LoadMeter: dynamically adjust color and total of bar
|
4 years ago |
Benny Baumann
|
5fa1c7040d
Minor typo and comment clarification
|
4 years ago |
Christian Göttsche
|
6e46fd6f1f
BarMeter: rework text padding
|
4 years ago |
Christian Göttsche
|
c5e31ba4aa
Meter: fix artifacts with very tiny width
|
4 years ago |
Christian Göttsche
|
79970f05f3
Meter: restore non-wide-character build
|
4 years ago |
Christian Göttsche
|
157086e750
Split RichString_(append|appendn|write) into wide and ascii
|
4 years ago |
Christian Göttsche
|
ad764ff972
Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing to bar buffers
|
4 years ago |
Christian Göttsche
|
e1ce141bc3
Use size_t as len type for Meter_UpdateValues
|
4 years ago |
Christian Göttsche
|
7ba25aa3c4
IWYU update
|
4 years ago |
Christian Göttsche
|
5f528b7455
Meter: fix bar coloring without wide ncurses support
|
4 years ago |
Christian Göttsche
|
f0a9dfc37e
Resolve conversion from int to char
|
4 years ago |
Christian Göttsche
|
1e9b184367
Resolve conversion from int to unsigned and back
|
4 years ago |
Christian Göttsche
|
ea4f33409a
Update even more snprintfs
|
4 years ago |
Christian Göttsche
|
267014cbfe
Add support to change numeric options in settings screen
|
4 years ago |
Christian Göttsche
|
adf9185209
Fully support non-ascii characters in Meter-Bar
|
4 years ago |
Benny Baumann
|
45869513bf
Embracing branches
|
4 years ago |
Benny Baumann
|
61e14d4bb2
Spacing around operators
|
4 years ago |
Benny Baumann
|
adf797c295
Spacing after keywords (for)
|
4 years ago |
Christian Göttsche
|
43d274a617
Use integer type for item count instead of char
|
4 years ago |
Christian Göttsche
|
72103e9613
Hold only a const version of the ProcessList in Meters
|
4 years ago |
Christian Göttsche
|
577416d1a9
Assert allocating non-zero size memory
|
4 years ago |
Benny Baumann
|
0f5262917f
Make all required includes explicit
|
4 years ago |
Benny Baumann
|
872e542f4e
Rename StringUtils.[ch] to XUtils.[ch]
|
4 years ago |
Christian Göttsche
|
0b9a001498
Meter: use explicit type for drawData
|
4 years ago |
Christian Göttsche
|
79ad39c718
Mark Object pointer to _display function const
|
4 years ago |
Christian Göttsche
|
ba282cfe19
Mark Object instances const
|
4 years ago |
Christian Göttsche
|
08d85e6143
Mark Object classes and Object class fields const
|
4 years ago |
Daniel Lange
|
079c2abf8e
Update License consistently to GPLv2 as per COPYING file
|
4 years ago |
Christian Göttsche
|
6db2d52261
Covert Meter attributes to file-local constant arrays
|
4 years ago |
Christian Göttsche
|
843949131a
Drop redundant casts to the same type
|
4 years ago |
Christian Göttsche
|
ce0fd5f6d8
Drop unused macros
|
4 years ago |
Hugo Musso Gualandi
|
9207401f97
Clean up some code duplication in the header files
|
4 years ago |
Nathan Scott
|
c5808c56db
Consolidate repeated macro definitions into one header
|
4 years ago |
Zev Weiss
|
a1a027b9bd
Axe automated header generation.
|
5 years ago |
Nathan Scott
|
a82fd262d7
Merge branch 'hishamhm-pull-960'
|
4 years ago |
Jonischkeit Clemens
|
9a70e43129
fixed display of blank bars
|
4 years ago |
Daniel Flanagan
|
dd33444f7e
Clean up existing whitespace
|
5 years ago |
Hisham Muhammad
|
ff78a1bfce
Fix out-of-bounds read
|
6 years ago |