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