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