100 Commits (26993d2d2b2be391adbfaa2ee53ee3e77f323b28)

Author SHA1 Message Date
Christian Göttsche 79970f05f3 Meter: restore non-wide-character build 5 years ago
Christian Göttsche 157086e750 Split RichString_(append|appendn|write) into wide and ascii 5 years ago
Christian Göttsche ad764ff972 Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing to bar buffers 5 years ago
Christian Göttsche e1ce141bc3 Use size_t as len type for Meter_UpdateValues 5 years ago
Christian Göttsche 7ba25aa3c4 IWYU update 5 years ago
Christian Göttsche 5f528b7455 Meter: fix bar coloring without wide ncurses support 5 years ago
Christian Göttsche f0a9dfc37e Resolve conversion from int to char 5 years ago
Christian Göttsche 1e9b184367 Resolve conversion from int to unsigned and back 5 years ago
Christian Göttsche ea4f33409a Update even more snprintfs 5 years ago
Christian Göttsche 267014cbfe Add support to change numeric options in settings screen 5 years ago
Christian Göttsche adf9185209 Fully support non-ascii characters in Meter-Bar 5 years ago
Benny Baumann 45869513bf Embracing branches 5 years ago
Benny Baumann 61e14d4bb2 Spacing around operators 5 years ago
Benny Baumann adf797c295 Spacing after keywords (for) 5 years ago
Christian Göttsche 43d274a617 Use integer type for item count instead of char 5 years ago
Christian Göttsche 72103e9613 Hold only a const version of the ProcessList in Meters 5 years ago
Christian Göttsche 577416d1a9 Assert allocating non-zero size memory 5 years ago
Benny Baumann 0f5262917f Make all required includes explicit 5 years ago
Benny Baumann 872e542f4e Rename StringUtils.[ch] to XUtils.[ch] 5 years ago
Christian Göttsche 0b9a001498 Meter: use explicit type for drawData 5 years ago
Christian Göttsche 79ad39c718 Mark Object pointer to _display function const 5 years ago
Christian Göttsche ba282cfe19 Mark Object instances const 6 years ago
Christian Göttsche 08d85e6143 Mark Object classes and Object class fields const 6 years ago
Daniel Lange 079c2abf8e Update License consistently to GPLv2 as per COPYING file 6 years ago
Christian Göttsche 6db2d52261 Covert Meter attributes to file-local constant arrays 6 years ago
Christian Göttsche 843949131a Drop redundant casts to the same type 6 years ago
Christian Göttsche ce0fd5f6d8 Drop unused macros 6 years ago
Hugo Musso Gualandi 9207401f97 Clean up some code duplication in the header files 6 years ago
Nathan Scott c5808c56db Consolidate repeated macro definitions into one header 6 years ago
Zev Weiss a1a027b9bd Axe automated header generation. 6 years ago
Jonischkeit Clemens 9a70e43129
fixed display of blank bars 6 years ago
Daniel Flanagan dd33444f7e Clean up existing whitespace 6 years ago
Hisham Muhammad ff78a1bfce Fix out-of-bounds read 8 years ago
Hisham Muhammad f4f35da7e0 Fix indentation 8 years ago
Hisham Muhammad b544c22c72 Fix issue with small terminals. 8 years ago
coypoop b84ebfd4e8 Clarify we are looking for the null termination 8 years ago
Hisham Muhammad 09e241fb12 Security review: check results of snprintf. 9 years ago
Richard d5faf64374 Mark some things as const 9 years ago
Explorer09 143a7de6b2 Round values in graph drawing (instead of implicit truncate) 9 years ago
Explorer09 6b9b6db655 Let BarMeterMode_characters[] be const array. 10 years ago
Explorer09 313b3d3752 Remove redundant is-null checks on free(Meter.drawData) 10 years ago
Explorer09 9dea20e068 Rename Meter.setValues() functions to updateValues() 10 years ago
Explorer09 7b3c8bc77a BarMeterMode_draw minor code improvement 10 years ago
Explorer09 99fb3070a2 Explicit "maxItems" property of meters 10 years ago
Hisham d311e85b91 Avoid crash on huge screens. 10 years ago
Hisham b54d2dde40 Check for failure in allocations. 10 years ago
Explorer09 040613db33 Change variable 'dot' to avoid division by reciprocal. 10 years ago
Explorer09 d54ab24d97 New macro GRAPH_HEIGHT for Graph Meter height 10 years ago
Explorer09 6dae8108f8 Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses. 10 years ago
Hisham Muhammad c6ca311d18 Present IO-Wait as a dot in monochrome. Fixes #345. 10 years ago