summaryrefslogtreecommitdiffstats
path: root/libsmartcols
Commit message (Expand)AuthorAgeFilesLines
...
| * libsmartcols: add scols_table_is_nolinesep()Igor Gnatenko2016-09-233-2/+17
| * libsmartcols: add scols_table_is_nowrap()Igor Gnatenko2016-09-233-1/+16
| * libsmartcols: add scols_table_get_name()Igor Gnatenko2016-09-233-0/+15
* | libsmartcols: cleanup scols_table_set_symbols() APIKarel Zak2016-09-236-34/+103
|/
* libsmartcols: use const qualifier for scols_table_get_termwidthIgor Gnatenko2016-09-232-2/+2
* Merge branch 'api_const' of https://github.com/ignatenkobrain/util-linuxKarel Zak2016-09-238-74/+67Star
|\
| * libsmartcols: use const qualifier where it's possibleIgor Gnatenko2016-09-217-71/+65Star
| * debug: use const void * for ul_debugobj()Igor Gnatenko2016-09-212-2/+2
| * libsmartcols: make get_line/column_separator() return constIgor Gnatenko2016-09-212-5/+4Star
* | libsmartcols: keep scols_table_get_termwidth() read-onlyKarel Zak2016-09-221-2/+1Star
|/
* Merge branch 'hotfix' of https://github.com/ignatenkobrain/util-linuxKarel Zak2016-09-192-31/+31
|\
| * libsmartcols: be consistent, use 'sy' for symbolsIgor Gnatenko2016-09-192-31/+31
* | Merge branch 'typos' of https://github.com/ignatenkobrain/util-linuxKarel Zak2016-09-192-6/+6
|\ \
| * | libsmartcols: fix typos in docsIgor Gnatenko2016-09-192-6/+6
| |/
* / libsmartcols: be more strict about empty tablesKarel Zak2016-09-192-6/+15
|/
* libsmartcols: fix commentKarel Zak2016-09-191-1/+1
* libsmartcols: cleanup get functionsKarel Zak2016-09-195-72/+47Star
* tests: add columns separator to libsmartcols testKarel Zak2016-09-161-2/+7
* tests: add export and raw to libsmartcols testKarel Zak2016-09-161-2/+21
* libsmartcols: add JSON support to sample applicationKarel Zak2016-09-161-1/+7
* libsmartcols: improve JSONKarel Zak2016-09-162-2/+3
* libsmartcols: cleanup line separator usageKarel Zak2016-09-162-36/+49
* libsmartcols: fix tree paddingKarel Zak2016-09-151-4/+3Star
* libsmartcols: add support for trees to the sample applicationKarel Zak2016-09-151-4/+77
* Merge branch 'patch-1' of https://github.com/ignatenkobrain/util-linuxKarel Zak2016-09-151-1/+1
|\
| * trivial: s/automatical/automatic/gIgor Gnatenko2016-09-141-1/+1
* | smartcols/symbols: free cell_padding in unref()Igor Gnatenko2016-09-141-0/+1
|/
* tests: add libsmartcols title testKarel Zak2016-09-143-3/+20
* libsmartcols: fix hidden file usageKarel Zak2016-09-141-14/+31
* build-sys: remove dead libsmartcols sampleKarel Zak2016-09-131-5/+0Star
* tests: improve libsmartcols testKarel Zak2016-09-131-1/+6
* libsmartcols: add functions to control terminal usageKarel Zak2016-09-136-8/+94
* libsmartcols: add application to test library featuresKarel Zak2016-09-133-141/+230
* libsmartcols: fix WRAPNL on strings without \nKarel Zak2016-09-121-4/+6
* libsmartcols: fix WRAPNL crashesKarel Zak2016-09-121-1/+1
* libsmartcols: support LIBSMARTCOLS_DEBUG_PADDING=onKarel Zak2016-09-073-1/+20
* libsmartcols: add fallback for symbolsKarel Zak2016-09-071-14/+25
* libsmartcols: allow to change cell padding charKarel Zak2016-09-077-8/+33
* libsmartcols: extend wrapnl sampleKarel Zak2016-09-061-12/+19
* libsmartcols: fix padding for non-maxout outputKarel Zak2016-09-061-8/+10
* libsmartcols: remove debuging code from sampleKarel Zak2016-09-061-5/+1Star
* libsmartcols: commit missing fileKarel Zak2016-09-061-0/+138
* libsmartcols: support multi-line cells based on line breaksKarel Zak2016-09-066-15/+99
* libsmartcols: use SCOLS_FL_RIGHT in sampleKarel Zak2016-08-311-1/+1
* libsmartcols: add maxout sampleKarel Zak2016-08-312-1/+62
* libsmartcols: fix minimal column width calculationKarel Zak2016-08-311-3/+5
* libsmartcols: fix non-tty output for 'maxout' columnsKarel Zak2016-08-311-1/+1
* libsmartcols: fix title output on non-ttyKarel Zak2016-08-312-9/+19
* libsmartcols: fix scols_table_enable_colors() usage in samplesKarel Zak2016-08-313-3/+3
* libsmartcols: don't print title color is colors disabledKarel Zak2016-08-311-3/+6