summaryrefslogtreecommitdiff
path: root/src/shared/format-table.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13216 from poettering/busctl-format-tableLennart Poettering2019-07-291-9/+56
|\
| * format-table: automatically show empty cells in greyLennart Poettering2019-07-291-3/+16
| * format-table: add table_fill_empty() to fill in empty cells until the specifi...Lennart Poettering2019-07-291-0/+21
| * format-table: if NULL is spcified as data, let's patch to an empty cellLennart Poettering2019-07-291-0/+4
| * format-table: optionally show a specific string in empty cellsLennart Poettering2019-07-291-6/+15
* | table: add missing NULL initializationYu Watanabe2019-07-291-1/+1
* | table: add TABLE_UINT8 or friendsYu Watanabe2019-07-291-0/+124
* | table: add TABLE_IN_ADDR and TABLE_IN6_ADDRYu Watanabe2019-07-291-0/+43
|/
* Merge pull request #13074 from poettering/format-tree-manyLennart Poettering2019-07-161-1/+53
|\
| * format-table: add ability to set cell attributes within table_add_many()Lennart Poettering2019-07-161-1/+53
* | format-table: add TABLE_TIMESTAMP_UTC and _RELATIVEYu Watanabe2019-07-161-2/+19
* | format-table: add TABLE_TIMESPAN_MSECYu Watanabe2019-07-161-2/+8
|/
* table: introduce FORMAT_BPS typeYu Watanabe2019-06-191-0/+23
* tree-wide: replace if_indextoname() with format_ifname()Yu Watanabe2019-05-291-2/+3
* table: add TABLE_IFINDEX typeYu Watanabe2019-05-291-0/+32
* table: add more basic typesYu Watanabe2019-05-291-0/+104
* table: add teble_add_string_cell()Yu Watanabe2019-05-291-0/+14
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-4/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-0/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* format-table: never try to reuse cells that have color/url/uppercase setLennart Poettering2018-12-031-0/+8
* format-table: add option to uppercase cells on displayLennart Poettering2018-12-031-12/+50
* format-table: optionally covert/output table to JSONLennart Poettering2018-12-031-0/+163
* format-table: use right field for displayLennart Poettering2018-12-031-1/+1
* format-table: make sure we never call memcmp() with NULL parametersLennart Poettering2018-11-301-1/+1
* format-table: add calls to query the data in a specific cellLennart Poettering2018-11-301-0/+22
* format-table: always underline header lineLennart Poettering2018-11-301-2/+9
* format-table: add an API for getting the cell at a specific row/columnLennart Poettering2018-11-301-0/+15
* format-table: add table_update() to update existing entriesLennart Poettering2018-11-301-0/+40
* format-table: optionally allow reversing the sort order for a columnLennart Poettering2018-11-301-1/+21
* format-table: add option to store/format percent and uint64_t values in cellsLennart Poettering2018-11-301-0/+48
* format-table: before outputting a color, check if colors are availableLennart Poettering2018-11-301-3/+3
* format-table: optionally make specific cells clickable linksLennart Poettering2018-11-301-9/+70
* format-table: when duplicating a cell, also copy the colorLennart Poettering2018-11-301-0/+2
* Move various files that don't need to be in basic/ to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1201