Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xstring: add char* concatenation, use func for realloc memory | Joursoir | 2021-05-17 | 2 | -11/+15 |
| | |||||
* | xstring: extend memory allocation | Joursoir | 2021-05-17 | 2 | -7/+25 |
| | |||||
* | ctimeline: use sub-module 'ui-common', remove handling command-line arguments | Joursoir | 2021-05-17 | 1 | -48/+10 |
| | |||||
* | move code that generate html to sub-module 'ui-common' | Joursoir | 2021-05-15 | 3 | -30/+93 |
| | | | | * Generate new html-code | ||||
* | ctimeline: move version and config file constants to header | Joursoir | 2021-05-14 | 2 | -2/+3 |
| | |||||
* | ctimeline: add context and its init | Joursoir | 2021-05-14 | 2 | -49/+80 |
| | | | | Context struct added to header file. Code have rewritten with use it. | ||||
* | css: update copyright | Joursoir | 2021-05-12 | 1 | -1/+2 |
| | |||||
* | css: make footer | Joursoir | 2021-05-12 | 1 | -0/+6 |
| | |||||
* | css: make header | Joursoir | 2021-05-12 | 1 | -0/+35 |
| | |||||
* | css: add main ID, fix dependencies | Joursoir | 2021-05-12 | 1 | -10/+13 |
| | |||||
* | remove \t; add handle argument '-i, --stdin'; print full html file => works ↵ | Joursoir | 2021-05-09 | 1 | -33/+48 |
| | | | | as cgi-script | ||||
* | add example of config | Joursoir | 2021-04-28 | 1 | -0/+41 |
| | |||||
* | add sort by age, refactor store of branch; remove 'branch.position', add ↵ | Joursoir | 2021-04-28 | 1 | -40/+59 |
| | | | | 'branch.age_from' and 'branch.age_to' config parametres | ||||
* | add Makefile | Joursoir | 2021-04-27 | 1 | -0/+9 |
| | |||||
* | add css | Joursoir | 2021-04-27 | 1 | -0/+192 |
| | |||||
* | add main logic | Joursoir | 2021-04-26 | 1 | -0/+205 |
| | |||||
* | init project | Joursoir | 2021-04-26 | 2 | -0/+76 |