aboutsummaryrefslogtreecommitdiffstats
path: root/ctimeline.c
Commit message (Expand)AuthorAgeFilesLines
* ctimeline: use quick instead of bubble sort for branchesJoursoir2021-05-211-15/+15
* move css to root dirJoursoir2021-05-211-1/+1
* ctimeline: free fields of struct ctimeline_branch_list in the appropriate funcJoursoir2021-05-211-0/+5
* ctimeline: handle all context infos; split branch and config contextJoursoir2021-05-191-1/+23
* ctimeline: change (char *) to (string *) for context informationJoursoir2021-05-191-4/+8
* ctimeline: open config file in functionJoursoir2021-05-191-4/+9
* xstring: make string assignment using string_(n)allocJoursoir2021-05-191-4/+4
* ctimeline: use sub-module 'ui-common', remove handling command-line argumentsJoursoir2021-05-171-48/+10
* move code that generate html to sub-module 'ui-common'Joursoir2021-05-151-30/+0
* ctimeline: move version and config file constants to headerJoursoir2021-05-141-2/+0
* ctimeline: add context and its initJoursoir2021-05-141-49/+48
* remove \t; add handle argument '-i, --stdin'; print full html file => works a...Joursoir2021-05-091-33/+48
* add sort by age, refactor store of branch; remove 'branch.position', add 'bra...Joursoir2021-04-281-40/+59
* add main logicJoursoir2021-04-261-0/+205