summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src
Commit message (Expand)AuthorAgeFilesLines
* libsmartcols: cleanup line separator usageKarel Zak2016-09-162-36/+49
* libsmartcols: fix tree paddingKarel Zak2016-09-151-4/+3Star
* 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
|/
* libsmartcols: fix hidden file usageKarel Zak2016-09-141-14/+31
* libsmartcols: add functions to control terminal usageKarel Zak2016-09-135-6/+88
* 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-076-8/+32
* libsmartcols: fix padding for non-maxout outputKarel Zak2016-09-061-8/+10
* libsmartcols: support multi-line cells based on line breaksKarel Zak2016-09-064-15/+93
* 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: don't print title color is colors disabledKarel Zak2016-08-311-3/+6
* libsmartcols: Corrected JSON escapingKarel Zak2016-08-021-2/+2
* misc: cleanup non-widechar compilationKarel Zak2016-06-032-3/+0Star
* lib/ttyutils: use stdout for get_terminal_width()Karel Zak2016-06-021-1/+1
* misc: Fix various typosSebastian Rasmussen2016-05-314-17/+17
* libsmartcols remove duplicate codeKarel Zak2016-04-226-172/+33Star
* build-sys: use AC_PROG_MKDIR_P and remove a few gnuismsRuediger Meier2016-03-131-1/+1
* misc: fix icc/clang compiler warningsRuediger Meier2016-03-131-1/+2
* build-sys: fix if..endif for *_la_LDFLAGSKarel Zak2016-03-101-4/+3Star
* libsmartcols: fix uninitialized variableRuediger Meier2016-02-291-1/+1
* Merge branch 'ldadd-cflags-warnings' of https://github.com/rudimeier/util-linuxKarel Zak2016-02-243-6/+6
|\
| * misc: fix compiler warnungs (unsigned/signed)Ruediger Meier2016-02-232-3/+3
| * misc: fix warnings "unused parameter" [-Wunused-parameter]Ruediger Meier2016-02-231-3/+2Star
| * build-sys: always add AM_CFLAGSRuediger Meier2016-02-231-0/+1
* | libsmartcols: fix stupid typoKarel Zak2016-02-241-2/+1Star
* | libsmartcols: fix relative column width for maxoutKarel Zak2016-02-243-32/+52
|/
* libsmartcols: fix scols_table_print_range() to print headerKarel Zak2016-02-221-1/+1
* libsmartcols: implement scols_table_print_range_to_stringIgor Gnatenko2016-02-213-0/+49
* libsmartcols: support continuous printingKarel Zak2016-02-196-5/+44
* libsmartcols: add scols_table_print_range()Karel Zak2016-02-194-39/+106
* build-sys: check linker support for version scriptsRuediger Meier2016-02-181-1/+3
* libsmartcols: fill wrapped lines with space instead of 'x'Igor Gnatenko2016-02-161-1/+1
* libsmartcols: print title only with SCOLS_FMT_HUMANIgor Gnatenko2016-02-131-1/+2
* libsmartcols: support multi-line cellsKarel Zak2016-02-104-42/+174
* libsmartcols: use libscols_cell for titleKarel Zak2016-02-096-101/+64Star
* docs: fix typos found by codespellRuediger Meier2016-02-031-1/+1
* libsmartcols: make SCOLS_FL_WRAP usable in treeKarel Zak2016-01-251-1/+1
* libsmartcols: reduce also SCOLS_FL_WRAP columnsKarel Zak2016-01-251-2/+1Star
* libsmartcols: add samples directoryKarel Zak2016-01-253-239/+2Star
* Merge branch 'scols_fl_wrap' of https://github.com/ignatenkobrain/util-linuxKarel Zak2016-01-254-1/+46
|\
| * libsmartcols: don't loose colors when wrappingIgor Gnatenko2016-01-221-0/+6
| * libsmartcols: wrap columns correctly with unicodeIgor Gnatenko2016-01-221-5/+15
| * libsmartcols: implement SCOLS_FL_WRAPIgor Gnatenko2016-01-224-1/+30