aboutsummaryrefslogtreecommitdiffstats
path: root/ui-shared.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-09ui-shared: return value of cgit_hosturl is not constChristian Hesse1-1/+1
2015-10-09ui-shared: return value of cgit_currenturl is not constChristian Hesse1-1/+1
2015-08-14ui-shared: add cgit_print_layout_{start,end}()John Keeping1-0/+3
2015-08-14ui-shared: add cgit_print_error_page() functionJohn Keeping1-0/+2
2015-08-13cgit.h: move stdbool.h from ui-shared.hJohn Keeping1-2/+0
2015-08-12log: allow users to follow a fileJohn Keeping1-1/+1
2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld1-0/+3
2015-03-03Make root handling sane again.Jason A. Donenfeld1-1/+1
2015-03-03ui-shared: Add current url helper function.Jason A. Donenfeld1-0/+1
2015-01-19tag: reference with "h" instead of "id"masterJohn Keeping1-2/+1
2014-12-24Extract clone URL printing to ui-shared.cJohn Keeping1-0/+2
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping1-1/+1
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping1-2/+1
2014-01-17Switch to exclusively using global ctxLukas Fleischer1-3/+3
2014-01-16auth: have cgit calculate login addressJason A. Donenfeld1-0/+1
2013-09-14ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer1-1/+0
2013-08-16Extract filepair_cb from ui-patch.cLukas Fleischer1-0/+1
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping1-1/+4
2013-04-08Always #include corresponding .h in .c filesJohn Keeping1-2/+0
2013-04-08Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer1-3/+3
2012-03-18Merge branch 'lh/module-links'Lars Hjemli1-0/+3
2012-01-03Add sort parameter to pager of repo listTobias Grimm1-1/+1
2011-06-15ui-tree.c: add support for path-selected submodule linksLars Hjemli1-0/+3
2010-06-19ui-commit: Preserve path limit in links to commit pageJohan Herland1-1/+2
2010-06-19ui-patch: Apply path limit to generated patchJohan Herland1-1/+1
2010-06-19ui-shared: Teach "breadcrumb" navigation to path limit display beneath tab barJohan Herland1-0/+2
2010-06-19ui-shared: Improve const-ness in APIJohan Herland1-29/+40
2009-12-08Merge branch 'ro/ssdiff'Lars Hjemli1-2/+3
2009-09-20Fix repolist search links with virtual rootGeoff Johnstone1-0/+1
2009-09-16Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony1-2/+3
2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro1-0/+1
2009-01-27Merge branch 'lh/stats'Lars Hjemli1-1/+4
2008-12-07ui-shared: externalize add_hidden_formfields()Lars Hjemli1-1/+2
2008-12-07ui-shared: add and use cgit_stats_link()Lars Hjemli1-0/+2
2008-11-29ui-log: add support for showing the full commit messageLars Hjemli1-1/+1
2008-10-05ui-shared: add cgit_tag_link()Lars Hjemli1-0/+2
2008-10-05ui-shared.c: add cgit_summary_link()Lars Hjemli1-0/+1
2008-09-01Merge branch 'lh/plain'Lars Hjemli1-0/+2
2008-08-06ui-tree: link to plain view instead of blob viewLars Hjemli1-0/+2
2008-08-01Add atom-supportLars Hjemli1-0/+1
2008-08-01Added `local-time` option to cgitrcStefan Naewe1-1/+1
2008-05-03Add cgit_index_link() function with support for offsetLars Hjemli1-0/+2
2008-04-13Remove 'patch' link from tab, add to commit viewLars Hjemli1-0/+2
2008-03-24Add ui-shared.hLars Hjemli1-0/+36