summaryrefslogtreecommitdiffstatshomepage
path: root/ui-tree.c
Commit message (Expand)AuthorAge
* source_filter: fix a memory leakFerry Huberts2011-03-26
* prefer html_raw() to write()Mark Lodato2010-09-04
* fix errors in printf-style format stringsMark Lodato2010-09-04
* ui-tree: Remove unnecessary path breadcrumb navigationJohan Herland2010-06-19
* ui-tree: add link to plain view for blobs in tree listingLars Hjemli2010-02-28
* Merge branch 'stable'Lars Hjemli2009-12-12
|\
| * Fix segfault on ppc when browsing treeMartins Polakovs2009-12-12
* | "max-blob-size" config var to limit generated HTML sizeGeorg Lukas2009-11-28
|/
* Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"Lars Hjemli2009-08-21
* Add 'linenumbers' config optionFlorian Pritz2009-08-21
* ui-tree.c: show line numbers when highlightingFlorian Pritz2009-08-21
* Merge branch 'lh/plugins'Lars Hjemli2009-08-09
|\
| * Add support for repo.commit-filter and repo.source-filterLars Hjemli2009-08-09
| * ui-tree: add support for source-filter optionLars Hjemli2009-07-31
* | Expose file extension in tree lists as class to allow nicer tree stylingMartin Szulecki2009-08-08
|/
* fix segfault when displaying empty blobsEric Wong2009-03-15
* ui-tree: escape ascii-text properly in hexdump viewLars Hjemli2009-02-12
* ui-tree: show hexdump of binary blobsLars Hjemli2009-01-31
* Merge branch 'og/tree-view-selection'Lars Hjemli2009-01-27
|\
| * changed objects are outputted, allowing for selections of code onlyOnne Gorter2009-01-10
* | Merge branch 'lh/stats'Lars Hjemli2009-01-27
|\ \ | |/ |/|
| * ui-tree: add link to stats page per pathLars Hjemli2008-12-07
* | Merge branch 'stable'Lars Hjemli2009-01-06
|\ \
| * | ui-tree.c: do not add blank line when displaying blobsLars Hjemli2009-01-06
| |/
* / ui-log: add support for showing the full commit messageLars Hjemli2008-11-29
|/
* ui-tree: link to plain view instead of blob viewLars Hjemli2008-08-06
* Adjust to new calling convention for read_tree_recursive()Lars Hjemli2008-07-21
* ui-tree.c: avoid peeking at GITLINK objectsLars Hjemli2008-05-20
* Don't specify mimetype in ui-blob.cLars Hjemli2008-04-08
* 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
* Add search parameters to cgit_log_linkLars Hjemli2007-11-03
* Remove a few compiler warningsLars Hjemli2007-09-20
* ui-tree: show last line of blobLars Hjemli2007-09-20
* ui-tree: specify parameter position for all htmlf formatsLars Hjemli2007-09-19
* Merge branch 'jo/dirlink'Lars Hjemli2007-09-03
|\
| * Rename dirlink to gitlink.Jeffrey C. Ollie2007-06-04
* | Add support for line number in url fragmentLars Hjemli2007-07-23
* | link raw blob from tree file viewMichael Krelin2007-07-21
* | Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli2007-06-29
* | Change S/L/T to summary/log/treeLars Hjemli2007-06-18
* | Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli2007-06-17
* | Add git_log_link() and fix bug in generic repolink functionLars Hjemli2007-06-17
* | ui-tree: html/css cleanupLars Hjemli2007-06-17
* | Add and use cgit_tree_link()Lars Hjemli2007-06-17
* | ui-tree: make blob viewer generate valid htmlLars Hjemli2007-06-16
* | ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli2007-06-16
|/
510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543