summaryrefslogtreecommitdiffstats
path: root/libsmartcols
Commit message (Expand)AuthorAgeFilesLines
* libsmartcols: reflect changinging SCOLS_FL_TREE after adding to tableIgor Gnatenko2016-01-173-0/+11
* libsmartcols: allow to set data by reference to libscols_columnKarel Zak2016-01-124-0/+40
* libsmartcols: make output buffer size estimation more robust and elegantKarel Zak2016-01-072-7/+52
* lib/tty: Pass default width to get_terminal_width()Boris Egorov2016-01-061-3/+1Star
* scols/table_print: restore old stream after printing to strIgor Gnatenko2015-12-131-1/+3
* libsmartcols: add SCOLS_FL_HIDDENKarel Zak2015-12-105-7/+23
* libsmartcols: fix right-aligned logic for last columnKarel Zak2015-12-071-4/+5
* libsmartcols: don't use fprintf() when count cellsKarel Zak2015-12-071-1/+3
* libsmartcols: add scols_table_enable_nowrap()Karel Zak2015-12-076-6/+75
* libsmartcols: make sure we have space for ascii artKarel Zak2015-11-301-9/+12
* libsmartcols: allow to reduce tree columnsKarel Zak2015-11-302-5/+12
* build-sys: add --disable-assertKarel Zak2015-08-041-9/+0Star
* libsmartcols: make child-parent reference more robust [clang analyze]Karel Zak2015-07-291-5/+4Star
* libsmartcols: reduce relative columns more aggressivelyKarel Zak2015-07-271-1/+4
* libsmartcols: don't link with tinfoKarel Zak2015-07-242-3/+2Star
* libsmartcols: keep JSON field names lower-caseKarel Zak2015-06-051-1/+1
* losetup: add --jsonKarel Zak2015-06-051-6/+11
* libsmartcols: add JSON output formatKarel Zak2015-06-046-24/+242
* docs: fix gtk-docs related warningsKarel Zak2015-05-281-1/+1
* lib/colors: use libtinfo to check terminal capabilityKarel Zak2015-02-271-2/+3
* libsmartcols: remove assert(arg) from public functionsKarel Zak2015-02-165-103/+3Star
* libsmartcols: remove unnecessary check [coverity scan]Karel Zak2015-01-291-1/+1
* docs: fix two "maybe be" duplications in program commentsBenno Schulenberg2015-01-261-16/+14Star
* libsmartcols: (docs) improve section descriptionsKarel Zak2015-01-136-6/+6
* docs: update API docs yearsKarel Zak2015-01-131-1/+1
* libsmartcols: cleanup gtk-docs warningsKarel Zak2015-01-131-2/+2
* libsmartcols: use ASCII art for trees rather than paddingKarel Zak2015-01-071-35/+97
* maint: fix shadow declarationSami Kerola2015-01-071-3/+3
* libsmartcols: fix docs namespaceKarel Zak2014-11-261-1/+1
* build-sys: cleanup library symbol filesKarel Zak2014-11-201-0/+2
* libsmartcols: clean up debug, add help debug maskKarel Zak2014-11-032-10/+20
* textual: fix couple typos in commentsSami Kerola2014-10-011-1/+1
* libs/debug: accept human readable names for _DEBUG=Ondrej Oprala2014-08-131-0/+9
* libsmartcols: avoid variable dereference after releaseSami Kerola2014-07-131-1/+1
* textual: fix some typosSami Kerola2014-07-131-1/+1
* libsmartcols: add note about deallocationsKarel Zak2014-06-303-3/+6
* build-sys: move libsmartcols.so to /lib if they existsKarel Zak2014-06-161-1/+1
* libsmartcols: add debug messagesKarel Zak2014-06-066-19/+124
* libsmartcols: fix docsKarel Zak2014-06-031-1/+1
* docs: rename libs xml/version.xml to xml/version-utils.xmlKarel Zak2014-06-033-3/+3
* libsmartcols: clean up test.c exampleKarel Zak2014-05-301-56/+28Star
* libsmartcols: add scols_sort_table()Karel Zak2014-05-208-2/+179
* libsmartcols: use new colors APIKarel Zak2014-05-133-8/+8
* libsmartcols: (docs) reorder functions in version sectionKarel Zak2014-05-071-1/+1
* libsmartcols: check recount_widths() return valueKarel Zak2014-05-061-1/+5
* libsmartcols: fix buffer usageKarel Zak2014-04-181-2/+2
* libsmartcols: don't colorize tree ascii artKarel Zak2014-04-151-8/+40
* libsmartcols: don't mix width (in cells) and size (in bytes)Karel Zak2014-04-151-7/+9
* libsmartcols: resuse buffer for encoded dataKarel Zak2014-04-151-9/+30
* libsmartcols: fix paddingKarel Zak2014-04-141-1/+1