summaryrefslogtreecommitdiff
path: root/libsmartcols/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* libsmartcols: change "export" behavior, add "shellvar" flagKarel Zak2022-02-111-7/+13
* libsmartcols: fix lines groups for multi-line cellsKarel Zak2022-01-051-29/+54
* libsmartcols: use lib/buffer, remove local implementationKarel Zak2021-08-061-58/+65
* libsmartcols: add support for optional boolean valuesThomas Weißschuh2021-05-301-5/+10
* lib/jsonwrt: remove 'islast' from APIKarel Zak2021-05-061-14/+12
* libsmratcols: print title color only when wantedKarel Zak2021-03-151-2/+5
* libsmartcols: fix colors useKarel Zak2021-03-121-63/+125
* libsmartcols: support arrays for JSON outputKarel Zak2021-01-081-15/+46
* libsmartcols: sanitize variable names on export outputKarel Zak2020-12-031-1/+4
* libsmartcols: use lib/jsonwrt.c for JSONKarel Zak2020-11-121-42/+56
* libsmartcols: don't calculate with encoding on scols_table_enable_noencoding()Karel Zak2020-04-221-3/+10
* libsmartcols: cleanup and extend padding functionalityKarel Zak2019-07-231-11/+70
* libsmartcols: use scols_walk_* for calculations and printingKarel Zak2019-05-071-94/+44
* libsmartcols: (groups) use print functions tp calculate grpsetKarel Zak2019-05-031-1/+3
* libsmartcols: (groups) print group childrent after regualr treeKarel Zak2019-05-031-27/+43
* libsmartcols: (groups) improve debug messagesKarel Zak2019-05-031-1/+6
* libsmartcols: fix groups reset, add debugsKarel Zak2019-05-021-0/+2
* libsmartcols: (groups) remove hardcoded const numbersKarel Zak2019-05-021-3/+3
* libsmartcols: print tree also for empty cellsKarel Zak2019-02-201-4/+2
* docs: fix typos [codespell]Sami Kerola2019-02-181-1/+1
* libsmartcols: add lines grouping supportKarel Zak2018-12-071-26/+169
* libsmartcols: split print.c into print.c, put.c and print-api.cKarel Zak2018-12-071-312/+10
* libsmartcols: move width calculation to separate fileKarel Zak2018-12-071-395/+3
* libsmartcols: rename table_print.c to print.cKarel Zak2018-12-071-0/+1601