summaryrefslogtreecommitdiffstatshomepage
path: root/ui-diff.c (follow)
Commit message (Expand)AuthorAgeLines
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-08-4/+4
* Always #include corresponding .h in .c filesJohn Keeping2013-04-08-0/+1
* Mark several functions/variables staticLukas Fleischer2013-03-04-2/+3
* White space around control verbs.Jason A. Donenfeld2013-03-04-1/+1
* Format git diff headers correctly when adding or removing files.Michael Halstead2012-11-15-7/+10
* ui-ssdiff.c: set correct diffmode in "control panel"Tim Chen2012-01-03-3/+1
* Merge branch 'stable'Lars Hjemli2012-01-03-2/+1
|\
| * Fix diff mode switching when side-by-side-diffs=1Tim Chen2012-01-03-2/+1
* | Merge branch 'stable'Lars Hjemli2011-07-22-4/+6
|\|
| * Fix potential XSS vulnerability in rename hintLukas Fleischer2011-07-22-4/+6
* | Merge branch 'lh/panel'Lars Hjemli2011-05-23-29/+54
|\ \ | |/ |/|
| * ui-diff.c: create a control panel for diff optionsLars Hjemli2011-03-06-29/+54
* | Avoid null pointer dereference in cgit_print_diff().Lukas Fleischer2011-05-23-2/+6
|/
* ui-diff.c: avoid html injectionLukasz Janyst2011-03-05-2/+5
* ssdiff: anchors for ssdiffBernhard Reutner-Fischer2011-02-19-0/+12
* fix errors in printf-style format stringsMark Lodato2010-09-04-1/+1
* ui-diff: Add link to ignore/show whitespace changes in diffsJohan Herland2010-07-18-0/+5
* Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland2010-07-18-4/+7
* ui-diff: Add links to increase/decrease number of context lines in diffsJohan Herland2010-06-19-1/+9
* Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland2010-06-19-2/+2
* ui-diff: Teach diffstat to obey path limitJohan Herland2010-06-19-3/+5
* Fixed side-by-side diff bugs related to binary diff and more.Ragnar Ouchterlony2009-09-16-4/+10
* Polishing of how the side-by-side diff looks.Ragnar Ouchterlony2009-09-16-11/+16
* Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-16-2/+20
* First version of side-by-side diff.Ragnar Ouchterlony2009-09-16-2/+13
* Handle binary files in diffsLars Hjemli2009-01-31-2/+24
* ui-diff: make diffstat header a link to the full diffLars Hjemli2008-09-23-1/+4
* ui-diff: fix links from diffstatLars Hjemli2008-09-23-4/+2
* Include commit-id in link from diff-statLars Hjemli2008-05-18-0/+1
* ui-diff: remove test on object typeLars Hjemli2008-04-24-6/+0
* Integrate diffstat with diffLars Hjemli2008-04-24-0/+145
* Add ui-shared.hLars Hjemli2008-03-24-0/+1
* Introduce html.hLars Hjemli2008-03-18-1/+1
* Introduce struct cgit_contextLars Hjemli2008-02-16-3/+3
* Fix html error detected by test-suiteLars Hjemli2007-11-11-1/+1
* ui-diff: add links to pre- and postversion of blobsLars Hjemli2007-10-01-16/+26
* Add prefix parameter to cgit_print_diff()Lars Hjemli2007-10-01-2/+2
* Add prefix parameter to cgit_diff_tree()Lars Hjemli2007-10-01-2/+1
* Merge branch 'jo/dirlink'Lars Hjemli2007-09-03-4/+4
|\
| * Rename dirlink to gitlink.Jeffrey C. Ollie2007-06-04-4/+4
* | Add cgit_diff_link()Lars Hjemli2007-06-17-33/+31
* | ui-diff: close td/tr/table properlyLars Hjemli2007-06-06-0/+2
* | ui-diff: emit table/tr/td at better locationsLars Hjemli2007-06-05-9/+7
|/
* Fixed unexpected tags in html output.Ondrej Jirman2007-05-31-4/+5
* Don't die when diffing trees with subprojectsLars Hjemli2007-05-16-19/+43
* Add support for commitdiff via h parameterLars Hjemli2007-05-16-1/+13
* ui-diff: show /dev/null as filename for add/deleteLars Hjemli2007-05-15-1/+4
* cgit.css: try to make diffs look a little bit nicerLars Hjemli2007-05-14-6/+26
* Add commitdiff between commit and each of it's parentLars Hjemli2007-05-13-4/+41
* Simplify ui-diff.c using the new file-level diff interfaceLars Hjemli2007-05-13-86/+2