aboutsummaryrefslogtreecommitdiff
path: root/ui-diff.c
AgeCommit message (Expand)Author
2015-08-12log: allow users to follow a fileGravatar John Keeping
2015-03-09Avoid signed bitfieldsGravatar John Keeping
2015-03-09Avoid non-ANSI function declarationsGravatar John Keeping
2014-12-30ui-diff: don't link to single file diff statGravatar John Keeping
2014-12-13ui-diff: add "stat only" diff typeGravatar John Keeping
2014-12-13Change "ss" diff flag to an enumGravatar John Keeping
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_diff_link()Gravatar John Keeping
2014-01-17Switch to exclusively using global ctxGravatar Lukas Fleischer
2014-01-08Update copyright informationGravatar Lukas Fleischer
2013-09-14ui-diff: Use diff_tree_sha1() for raw diff formattingGravatar Lukas Fleischer
2013-08-20ui-diff: Check the return value of get_sha1()Gravatar Lukas Fleischer
2013-08-16Allow for creating raw diffs with cgit_print_diff()Gravatar Lukas Fleischer
2013-04-08Convert cgit_print_error to a variadic functionGravatar John Keeping
2013-04-08Always #include corresponding .h in .c filesGravatar John Keeping
2013-03-04Mark several functions/variables staticGravatar Lukas Fleischer
2013-03-04White space around control verbs.Gravatar Jason A. Donenfeld
2012-11-15Format git diff headers correctly when adding or removing files.Gravatar Michael Halstead
2012-01-03ui-ssdiff.c: set correct diffmode in "control panel"Gravatar Tim Chen
2012-01-03Merge branch 'stable'Gravatar Lars Hjemli
2012-01-03Fix diff mode switching when side-by-side-diffs=1Gravatar Tim Chen
2011-07-22Merge branch 'stable'Gravatar Lars Hjemli
2011-07-22Fix potential XSS vulnerability in rename hintGravatar Lukas Fleischer
2011-05-23Merge branch 'lh/panel'Gravatar Lars Hjemli
2011-05-23Avoid null pointer dereference in cgit_print_diff().Gravatar Lukas Fleischer
2011-03-06ui-diff.c: create a control panel for diff optionsGravatar Lars Hjemli
2011-03-05ui-diff.c: avoid html injectionGravatar Lukasz Janyst
2011-02-19ssdiff: anchors for ssdiffGravatar Bernhard Reutner-Fischer
2010-09-04fix errors in printf-style format stringsGravatar Mark Lodato
2010-07-18ui-diff: Add link to ignore/show whitespace changes in diffsGravatar Johan Herland
2010-07-18Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsGravatar Johan Herland
2010-06-19ui-diff: Add links to increase/decrease number of context lines in diffsGravatar Johan Herland
2010-06-19Add URL parameter 'context' for changing the number of context lines in diffsGravatar Johan Herland
2010-06-19ui-diff: Teach diffstat to obey path limitGravatar Johan Herland
2009-09-16Fixed side-by-side diff bugs related to binary diff and more.Gravatar Ragnar Ouchterlony
2009-09-16Polishing of how the side-by-side diff looks.Gravatar Ragnar Ouchterlony
2009-09-16Add possibility to switch between unidiff and side-by-side-diff.Gravatar Ragnar Ouchterlony
2009-09-16First version of side-by-side diff.Gravatar Ragnar Ouchterlony
2009-01-31Handle binary files in diffsGravatar Lars Hjemli
2008-09-23ui-diff: make diffstat header a link to the full diffGravatar Lars Hjemli
2008-09-23ui-diff: fix links from diffstatGravatar Lars Hjemli
2008-05-18Include commit-id in link from diff-statGravatar Lars Hjemli
2008-04-24ui-diff: remove test on object typeGravatar Lars Hjemli
2008-04-24Integrate diffstat with diffGravatar Lars Hjemli
2008-03-24Add ui-shared.hGravatar Lars Hjemli
2008-03-18Introduce html.hGravatar Lars Hjemli
2008-02-16Introduce struct cgit_contextGravatar Lars Hjemli
2007-11-11Fix html error detected by test-suiteGravatar Lars Hjemli
2007-10-01ui-diff: add links to pre- and postversion of blobsGravatar Lars Hjemli
2007-10-01Add prefix parameter to cgit_print_diff()Gravatar Lars Hjemli
2007-10-01Add prefix parameter to cgit_diff_tree()Gravatar Lars Hjemli