aboutsummaryrefslogtreecommitdiff
path: root/src/tabfile.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename tools, make them installablePřemysl Eric Janouch2023-06-111-223/+0
|
* tabfile: fix mismatching popen/fclosePřemysl Eric Janouch2022-07-241-1/+1
|
* Fix g_option_context_get_help() usagePřemysl Eric Janouch2021-10-121-1/+1
|
* tabfile: fix file format version downgradePřemysl Eric Janouch2021-10-101-2/+1
|
* tabfile: add support for writing Pango markupPřemysl Eric Janouch2021-10-101-4/+15
| | | | Enabling this option will ensure the field would parse.
* tabfile: make it possible to set metadataPřemysl Eric Janouch2021-10-071-6/+54
| | | | And some related clean-up.
* tabfile: remember to check UTF-8, glibizePřemysl Eric Janouch2021-10-061-9/+11
|
* Add an implementation of tabfilePřemysl Eric Janouch2021-10-061-0/+163
The original one is a horrible thing. Now we're self-reliant.