about summary refs log tree commit
path: root/ui-tree.c
DateCommit message (Expand)
2009-07-31ui-tree: add support for source-filter option
2009-03-15fix segfault when displaying empty blobs
2009-02-12ui-tree: escape ascii-text properly in hexdump view
2009-01-31ui-tree: show hexdump of binary blobs
2009-01-27Merge branch 'og/tree-view-selection'
2009-01-27Merge branch 'lh/stats'
2009-01-10changed objects are outputted, allowing for selections of code only
2009-01-06Merge branch 'stable'
2009-01-06ui-tree.c: do not add blank line when displaying blobs
2008-12-07ui-tree: add link to stats page per path
2008-11-29ui-log: add support for showing the full commit message
2008-08-06ui-tree: link to plain view instead of blob view
2008-07-21Adjust to new calling convention for read_tree_recursive()
2008-05-20ui-tree.c: avoid peeking at GITLINK objects
2008-04-08Don't specify mimetype in ui-blob.c
2008-03-24Add ui-shared.h
2008-03-18Introduce html.h
2008-02-16Move cgit_repo into cgit_context
2008-02-16Introduce struct cgit_context
2007-11-11Fix html error detected by test-suite
2007-11-03Add search parameters to cgit_log_link
2007-09-20Remove a few compiler warnings
2007-09-20ui-tree: show last line of blob
2007-09-19ui-tree: specify parameter position for all htmlf formats
2007-09-03Merge branch 'jo/dirlink'
2007-07-23Add support for line number in url fragment
2007-07-21link raw blob from tree file view
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.c
2007-06-18Change S/L/T to summary/log/tree
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit view
2007-06-17Add git_log_link() and fix bug in generic repolink function
2007-06-17ui-tree: html/css cleanup
2007-06-17Add and use cgit_tree_link()
2007-06-16ui-tree: make blob viewer generate valid html
2007-06-16ui-tree: unify with ui-view, use path to select tree/blob
2007-06-04Rename dirlink to gitlink.
2007-05-31Use & instead of & in URLs.
2007-05-31Fixed unexpected tags in html output.
2007-05-16Add support for tree listing via h parameter
2007-05-14Add log filtering by path and link to it from tree view
2007-05-11Add submodule links in tree listing
2007-05-08Update to libgit 1.5.2-rc2
2007-02-21Layout update
2007-01-28Cleanup table listings
2007-01-12WIP: add paths/backlinks to tree/blobview
2006-12-17Use html_filemode in ui-tree.c
2006-12-16Add ui-commit.c + misc ui cleanups
2006-12-13Add display of tree content w/ui-tree.c