aboutsummaryrefslogtreecommitdiffstats
path: root/ctimeline.c
Commit message (Collapse)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
| | | | * Code in ctimeline have rewritten using updated function
* 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
| | | | * Generate new html-code
* ctimeline: move version and config file constants to headerJoursoir2021-05-141-2/+0
|
* ctimeline: add context and its initJoursoir2021-05-141-49/+48
| | | | Context struct added to header file. Code have rewritten with use it.
* remove \t; add handle argument '-i, --stdin'; print full html file => works ↵Joursoir2021-05-091-33/+48
| | | | as cgi-script
* add sort by age, refactor store of branch; remove 'branch.position', add ↵Joursoir2021-04-281-40/+59
| | | | 'branch.age_from' and 'branch.age_to' config parametres
* add main logicJoursoir2021-04-261-0/+205