summaryrefslogtreecommitdiffstats
path: root/libsmartcols
Commit message (Expand)AuthorAgeFilesLines
* libsmartcols: cleanup and extend padding functionalityKarel Zak2019-07-237-15/+158
* libsmartcols: fix docsKarel Zak2019-06-132-1/+2
* libsmartcols: (docs) add reference to v2.33 and v2.34Karel Zak2019-06-071-0/+8
* libsmartcols: (groups) improve scols_table_group_lines() args check [coverity...Karel Zak2019-05-151-3/+3
* libsmartcols: use scols_walk_* for calculations and printingKarel Zak2019-05-072-99/+67Star
* libsmartcols: add generic function to walk on treeKarel Zak2019-05-073-1/+195
* libsmartcols: cell width calulation cleanupKarel Zak2019-05-032-36/+49
* libsmartcols: (groups) use print functions tp calculate grpsetKarel Zak2019-05-034-75/+23Star
* libsmartcols: (groups) print group childrent after regualr treeKarel Zak2019-05-033-28/+72
* libsmartcols: (groups) improve debug messagesKarel Zak2019-05-032-2/+14
* libsmartcols: fix groups reset, add debugsKarel Zak2019-05-023-12/+29
* libsmartcols: (groups) remove hardcoded const numbersKarel Zak2019-05-023-15/+20
* libsmartcols: print tree also for empty cellsKarel Zak2019-02-201-4/+2Star
* docs: fix typos [codespell]Sami Kerola2019-02-183-4/+4
* libsmartcols: use list_add_tail() in more robust wayKarel Zak2019-02-182-0/+12
* libsmartcols: remove extra ';' outside of a function [-Wextra-semi]Sami Kerola2019-01-021-1/+1
* libsmartcols: fix variable shadowingSami Kerola2018-12-101-2/+2
* libsmartcols: add grouping API docsKarel Zak2018-12-071-0/+13
* libsmartcols: add grouping samplesKarel Zak2018-12-073-0/+290
* libsmartcols: add lines grouping supportKarel Zak2018-12-0713-62/+1177
* libsmartcols: split print.c into print.c, put.c and print-api.cKarel Zak2018-12-075-312/+339
* libsmartcols: move width calculation to separate fileKarel Zak2018-12-074-395/+412
* libsmartcols: rename table_print.c to print.cKarel Zak2018-12-072-1/+1
* libsmartcols: move buffer stuff to buffer.cKarel Zak2018-12-074-134/+163
* libsmartcols: add another UTF symbolsKarel Zak2018-12-071-4/+7
* libsmartcols: add is_last_child(), move is_last_column()Karel Zak2018-12-072-17/+24
* libsmartcols: don't mark as extreme where average is zeroKarel Zak2018-08-232-8/+9
* libsmartcols: allow to add line to table without columnsKarel Zak2018-08-231-2/+2
* docs: use SPDX license namesKarel Zak2018-08-161-1/+1
* libsmartcols: don't print empty columnKarel Zak2018-06-041-2/+9
* build: Add missing -lintl linkage to lib{smartcols,uuid}Karel Zak2018-04-091-1/+1
* libsmartcols: make sure boolean is true/false onlyKarel Zak2018-04-051-5/+9
* libsmartcols: improve JSON support (add types)Karel Zak2018-04-036-3/+75
* libsmartcols: (docs) update yearKarel Zak2018-03-201-1/+1
* libsmartcols: fix docs warningsKarel Zak2018-02-212-1/+5
* Merge branch 'maybe-for-v2.32' of https://github.com/rudimeier/util-linuxKarel Zak2018-02-162-2/+2
|\
| * misc: fix typos using codespellRuediger Meier2018-02-162-2/+2
* | libsmartcols: fixes issue with 0 width columnstaiyu2018-02-151-0/+4
* | libsmartcols: set minimal column width to 1Karel Zak2018-02-151-0/+2
* | libsmartcols: interpret zero width for pending data as errorKarel Zak2018-02-151-1/+4
|/
* misc: remove %p from debug messagesKarel Zak2018-02-015-17/+13Star
* build-sys: remove redundant EXTRA_DIST filesRuediger Meier2018-01-221-2/+1Star
* build-sys: avoid using prog_DEPENDENCIESRuediger Meier2018-01-221-2/+1Star
* build-sys: remove unneeded dependencies on bla.h.inRuediger Meier2018-01-221-2/+1Star
* build-sys: automake is able to find headers in builddir ...Ruediger Meier2018-01-221-1/+1
* build-sys: remove generated headers from dist tar ballRuediger Meier2018-01-221-4/+1Star
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-171-1/+1
* include/debug: don't print pointer address for SUID programsKarel Zak2018-01-121-0/+3
* libsmartcols: don't add blank padding after left aligned titleKarel Zak2017-12-121-4/+12
* sample-scols-title: add left title without paddingKarel Zak2017-12-121-2/+14