about summary refs log tree commit diff
path: root/ui-log.c (follow)
Commit message (Expand)AuthorAge
* Make a few more columns in repolist and log view clickableLars Hjemli2008-04-14
* Make branches, tags and log play better together in the summary viewLars Hjemli2008-04-14
* Add ui-shared.hLars Hjemli2008-03-24
* Introduce html.hLars Hjemli2008-03-18
* Move cgit_repo into cgit_contextLars Hjemli2008-02-16
* Introduce struct cgit_contextLars Hjemli2008-02-16
* Fix html error detected by test-suiteLars Hjemli2007-11-11
* Show lines changed as -n/+m in shortlogsLars Hjemli2007-11-06
* Add search parameters to cgit_log_linkLars Hjemli2007-11-03
* Teach log search about --grep, --author and --committerLars Hjemli2007-10-28
* Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli2007-06-29
* ui-log: honor id=sha1 on querystringLars Hjemli2007-06-17
* Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli2007-06-17
* Add option to disable pager to cgit_print_log().Ondrej Jirman2007-05-31
* Use & instead of & in URLs.Ondrej Jirman2007-05-31
* Use cgit_print_age() on summary and log pagesLars Hjemli2007-05-22
* Add knobs to enable/disable files/lines changed in log viewLars Hjemli2007-05-18
* Change commit-view to expect h parameter, not idLars Hjemli2007-05-16
* Add log filtering by path and link to it from tree viewLars Hjemli2007-05-14
* Show number of changed lines in log viewLars Hjemli2007-05-13
* Show number of changed files in log viewLars Hjemli2007-05-13
* Layout updateLars Hjemli2007-02-21
* Add parameter to adjust max message length in log listingsLars Hjemli2007-01-28
* Cleanup table listingsLars Hjemli2007-01-28
* Add basic log filteringLars Hjemli2006-12-28
* Only show first 80 characters of commit subject in log and summaryLars Hjemli2006-12-22
* Reformat code to avoid excessive line lengthsLars Hjemli2006-12-16
* Add cgit_free_commitinfo() and use where neededLars Hjemli2006-12-16
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-16
* Add a common commit parserLars Hjemli2006-12-15
* Add simple pager to log pageLars Hjemli2006-12-14
* Add display of tree content w/ui-tree.cLars Hjemli2006-12-13
* Move log-functions into ui-log.cLars Hjemli2006-12-11
50 -0500'>2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe