summaryrefslogtreecommitdiffstats
path: root/libsmartcols
Commit message (Expand)AuthorAgeFilesLines
* libsmartcols: add scols_cell_get_alignment()Karel Zak2017-01-095-9/+39
* Merge branch 'ignatenko/libsmartcols-dead' of https://github.com/ignatenkobra...Karel Zak2017-01-091-2/+2
|\
| * libsmartcols: remove dead checksIgor Gnatenko2016-12-191-2/+2
* | libsmartcols: unused parameter [-Wunused-parameter]Karel Zak2017-01-051-2/+9
|/
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-191-1/+1
* misc: fix typos using codespellRuediger Meier2016-12-012-3/+3
* libsmartcols: make scols_sort_table() usable for treesKarel Zak2016-11-021-3/+50
* misc: fix some compiler warningsRuediger Meier2016-10-271-1/+1
* libsmartcols: add scols_column_add_width()Karel Zak2016-09-304-0/+23
* libsmartcols: custom wrap fixesKarel Zak2016-09-273-8/+6Star
* docs: some random fixesKarel Zak2016-09-273-11/+13
* libsmartcols: (docs) add missing version notesKarel Zak2016-09-273-1/+20
* libsmartcols: fixes in doc generationIgor Gnatenko2016-09-276-31/+35
* libsmartcols: support custom wrap and remove SCOLS_FL_WRAPNLKarel Zak2016-09-267-58/+208
* libsmartcols: (docs) add missing functionsKarel Zak2016-09-231-0/+3
* Merge branch 'getters' of https://github.com/ignatenkobrain/util-linuxKarel Zak2016-09-233-3/+48
|\
| * 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