aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ctimeline: free fields of struct ctimeline_branch_list in the appropriate funcJoursoir2021-05-212-2/+5
|
* ctimeline: make string_release() and string_reset() more simpleJoursoir2021-05-191-8/+3
| | | | * If we have string, then have char representation too
* ctimeline: handle all context infos; split branch and config contextJoursoir2021-05-191-1/+23
|
* ctimeline: change (char *) to (string *) for context informationJoursoir2021-05-193-12/+16
|
* ctimeline: open config file in functionJoursoir2021-05-191-4/+9
|
* xstring: make string assignment using string_(n)allocJoursoir2021-05-193-17/+27
| | | | * Code in ctimeline have rewritten using updated function
* xstring: add char* concatenation, use func for realloc memoryJoursoir2021-05-172-11/+15
|
* xstring: extend memory allocationJoursoir2021-05-172-7/+25
|
* 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-153-30/+93
| | | | * Generate new html-code
* ctimeline: move version and config file constants to headerJoursoir2021-05-142-2/+3
|
* ctimeline: add context and its initJoursoir2021-05-142-49/+80
| | | | Context struct added to header file. Code have rewritten with use it.
* css: update copyrightJoursoir2021-05-121-1/+2
|
* css: make footerJoursoir2021-05-121-0/+6
|
* css: make headerJoursoir2021-05-121-0/+35
|
* css: add main ID, fix dependenciesJoursoir2021-05-121-10/+13
|
* remove \t; add handle argument '-i, --stdin'; print full html file => works ↵Joursoir2021-05-091-33/+48
| | | | as cgi-script
* add example of configJoursoir2021-04-281-0/+41
|
* 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 MakefileJoursoir2021-04-271-0/+9
|
* add cssJoursoir2021-04-271-0/+192
|
* add main logicJoursoir2021-04-261-0/+205
|
* init projectJoursoir2021-04-262-0/+76