summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/table.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'ldadd-cflags-warnings' of https://github.com/rudimeier/util-linuxKarel Zak2016-02-241-2/+2
|\
| * misc: fix compiler warnungs (unsigned/signed)Ruediger Meier2016-02-231-2/+2
* | libsmartcols: fix relative column width for maxoutKarel Zak2016-02-241-5/+7
|/
* libsmartcols: support continuous printingKarel Zak2016-02-191-0/+21
* libsmartcols: add scols_table_print_range()Karel Zak2016-02-191-7/+1Star
* libsmartcols: use libscols_cell for titleKarel Zak2016-02-091-75/+3Star
* docs: fix typos found by codespellRuediger Meier2016-02-031-1/+1
* libsmartcols: document v2.27 symbolsKarel Zak2016-01-251-0/+6
* libsmartcols: add 'Since' tag for gtkdoc for some functionsIgor Gnatenko2016-01-251-0/+4
* libsmartcols: add few methods to get information about titleIgor Gnatenko2016-01-251-0/+39
* libsmartcols: position of title in fact unsignedIgor Gnatenko2016-01-251-1/+1
* libsmartcols: support multibyte titles, rename wrap to paddingKarel Zak2016-01-221-1/+1
* libsmartcols: set everything once in scols_table_set_title()Igor Gnatenko2016-01-221-9/+8Star
* libsmartcols: use symbols for title wrapIgor Gnatenko2016-01-211-0/+1
* libsmartcols: implement title of tableIgor Gnatenko2016-01-211-0/+47
* libsmartcols: don't sort if cmpfunc() is not setKarel Zak2016-01-181-1/+1
* libsmartcols: be sure column is unusedKarel Zak2016-01-181-2/+3
* libsmartcols: reflect changinging SCOLS_FL_TREE after adding to tableIgor Gnatenko2016-01-171-0/+2
* libsmartcols: make output buffer size estimation more robust and elegantKarel Zak2016-01-071-1/+5
* libsmartcols: add scols_table_enable_nowrap()Karel Zak2015-12-071-0/+18
* libsmartcols: add JSON output formatKarel Zak2015-06-041-1/+65
* libsmartcols: remove assert(arg) from public functionsKarel Zak2015-02-161-54/+0Star
* libsmartcols: (docs) improve section descriptionsKarel Zak2015-01-131-1/+1
* libsmartcols: add note about deallocationsKarel Zak2014-06-301-1/+2
* libsmartcols: add debug messagesKarel Zak2014-06-061-0/+30
* libsmartcols: add scols_sort_table()Karel Zak2014-05-201-0/+39
* libsmartcols: improve line and cell separatorsKarel Zak2014-04-141-12/+18
* libsmartcols: add separator getters/settersOndrej Oprala2014-04-141-0/+91
* libsmartcols: improve docsKarel Zak2014-04-071-4/+4
* libsmartcols: add debug and version functionsKarel Zak2014-04-071-2/+1Star
* libsmartcols: clean up flags usageKarel Zak2014-04-031-107/+92Star
* libsmartcols: init symbols when necessaryKarel Zak2014-04-031-2/+4
* libsmartcols: include stdioOndrej Oprala2014-04-031-1/+1
* libsmartcols: add scols_table_is_empty()Ondrej Oprala2014-04-031-0/+11
* libsmartcols: fix a usage exampleOndrej Oprala2014-04-031-2/+2
* libsmartcols: documentationOndrej Oprala2014-04-031-25/+168
* libsmartcols: move some code aroundOndrej Oprala2014-04-031-6/+6
* libsmartcols: revert the column flags APIOndrej Oprala2014-04-031-1/+6
* libsmartcols: separate flags, add getters/settersOndrej Oprala2014-04-031-25/+228
* libsmartcols: add missing copyright notificationsOndrej Oprala2014-04-031-0/+1
* libsmartcols: remove unnecessary codeKarel Zak2014-04-031-1/+0Star
* libsmartcols: add reduce term width functionalityKarel Zak2014-04-031-0/+10
* libsmartcols: support alternative streamsKarel Zak2014-04-031-0/+17
* libsmartcols: add table codeKarel Zak2014-04-031-0/+507