92 Commits (cf306ff86e44361d8cf3aaaec568b20fb8bbfa3d)

Author SHA1 Message Date
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 6 years ago
Christian Göttsche 79ad39c718 Mark Object pointer to _display function const 6 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
Hisham Muhammad d34645f8f1 Array entries have been oddly flipped here for years. 10 years ago
Christian Hesse bf456972b7 kilobytes is the smallest unit and never has precision 11 years ago
Hisham Muhammad bdadd45a88 Fix indentation. 11 years ago
Christian Hesse 6f58fbc5dd make units more dynamic 11 years ago
Christian Hesse 93b811a051 use ASCII blank even for graphical meter in UTF-8 mode 11 years ago
Hisham Muhammad 4597014ea3 Standardize variable name. 11 years ago
Christian Hesse a2a34e89a1 simplify Meter loop 11 years ago
Christian Hesse d8e23bb084 remove UTF-8 code when compiling with --disable-unicode 11 years ago