aboutsummaryrefslogtreecommitdiffstats
path: root/ui-tree.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-23Merge branch 'fh/filter-api'Lars Hjemli1-1/+1
2011-03-26source_filter: fix a memory leakFerry Huberts1-0/+2
2011-03-26cgit_open_filter: also take the repo as a parameterFerry Huberts1-1/+1
2010-09-04prefer html_raw() to write()Mark Lodato1-1/+1
2010-09-04fix errors in printf-style format stringsMark Lodato1-2/+2
2010-06-19ui-tree: Remove unnecessary path breadcrumb navigationJohan Herland1-13/+2
2010-02-28ui-tree: add link to plain view for blobs in tree listingLars Hjemli1-0/+2
2009-12-12Merge branch 'stable'Lars Hjemli1-1/+1
2009-12-12Fix segfault on ppc when browsing treeMartins Polakovs1-1/+1
2009-11-28"max-blob-size" config var to limit generated HTML sizeGeorg Lukas1-0/+6
2009-08-21Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"Lars Hjemli1-1/+1
2009-08-21Add 'linenumbers' config optionFlorian Pritz1-11/+16
2009-08-21ui-tree.c: show line numbers when highlightingFlorian Pritz1-9/+11
2009-08-09Merge branch 'lh/plugins'Lars Hjemli1-4/+14
2009-08-09Add support for repo.commit-filter and repo.source-filterLars Hjemli1-4/+4
2009-08-08Expose file extension in tree lists as class to allow nicer tree stylingMartin Szulecki1-1/+7
2009-07-31ui-tree: add support for source-filter optionLars Hjemli1-4/+14
2009-03-15fix segfault when displaying empty blobsEric Wong1-5/+8
2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli1-4/+9
2009-01-31ui-tree: show hexdump of binary blobsLars Hjemli1-23/+48
2009-01-27Merge branch 'og/tree-view-selection'Lars Hjemli1-15/+16
2009-01-27Merge branch 'lh/stats'Lars Hjemli1-0/+3
2009-01-10changed objects are outputted, allowing for selections of code onlyOnne Gorter1-15/+16
2009-01-06Merge branch 'stable'Lars Hjemli1-2/+4
2009-01-06ui-tree.c: do not add blank line when displaying blobsLars Hjemli1-2/+4
2008-12-07ui-tree: add link to stats page per pathLars Hjemli1-0/+3
2008-11-29ui-log: add support for showing the full commit messageLars Hjemli1-1/+1
2008-08-06ui-tree: link to plain view instead of blob viewLars Hjemli1-4/+4
2008-07-21Adjust to new calling convention for read_tree_recursive()Lars Hjemli1-5/+7
2008-05-20ui-tree.c: avoid peeking at GITLINK objectsLars Hjemli1-6/+8
2008-04-08Don't specify mimetype in ui-blob.cLars Hjemli1-1/+2
2008-03-24Add ui-shared.hLars Hjemli1-0/+1
2008-03-18Introduce html.hLars Hjemli1-1/+2
2008-02-16Move cgit_repo into cgit_contextLars Hjemli1-1/+1
2008-02-16Introduce struct cgit_contextLars Hjemli1-10/+10
2007-11-11Fix html error detected by test-suiteLars Hjemli1-3/+3
2007-11-03Add search parameters to cgit_log_linkLars Hjemli1-1/+1
2007-09-20Remove a few compiler warningsLars Hjemli1-1/+1
2007-09-20ui-tree: show last line of blobLars Hjemli1-2/+5
2007-09-19ui-tree: specify parameter position for all htmlf formatsLars Hjemli1-1/+1
2007-09-03Merge branch 'jo/dirlink'Lars Hjemli1-2/+2
2007-07-23Add support for line number in url fragmentLars Hjemli1-1/+1
2007-07-21link raw blob from tree file viewMichael Krelin1-0/+4
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli1-1/+1
2007-06-18Change S/L/T to summary/log/treeLars Hjemli1-1/+1
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli1-1/+0
2007-06-17Add git_log_link() and fix bug in generic repolink functionLars Hjemli1-8/+4
2007-06-17ui-tree: html/css cleanupLars Hjemli1-10/+8
2007-06-17Add and use cgit_tree_link()Lars Hjemli1-15/+18
2007-06-16ui-tree: make blob viewer generate valid htmlLars Hjemli1-1/+0