summaryrefslogtreecommitdiffstats
path: root/Table.h
Commit message (Collapse)AuthorAgeFilesLines
* Relocate include of config.h from header to source modeuleBenny Baumann2023-12-261-2/+0
|
* Force to keep explicit forward declarationsBenny Baumann2023-12-261-3/+3
|
* Update includes based on IWYUBenny Baumann2023-12-261-4/+0
|
* Introduce Row and Table classes for screens beyond top-processesNathan Scott2023-08-301-0/+101
This commit refactors the Process and ProcessList structures such they each have a new parent - Row and Table, respectively. These new classes handle screen updates relating to anything that could be represented in tabular format, e.g. cgroups, filesystems, etc, without us having to reimplement the display logic repeatedly for each new entity.

© 2014-2024 Faster IT GmbH | imprint | privacy policy