aboutsummaryrefslogtreecommitdiffstats
path: root/ui-diff.h
Commit message (Collapse)AuthorAgeLines
* Allow for creating raw diffs with cgit_print_diff()Gravatar Lukas Fleischer2013-08-17-1/+1
| | | | | | | This adds a parameter to cgit_print_diff() to create raw diffs, using the same format as `git diff <commit>`. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
* Always #include corresponding .h in .c filesGravatar John Keeping2013-04-08-3/+0
| | | | | | | | | | | | While doing this, remove declarations from header files where the corresponding definition is declared "static" in order to avoid build errors. Also re-order existing headers in ui-*.c so that the file-specific header always comes immediately after "cgit.h", helping with future consistency. Signed-off-by: John Keeping <john@keeping.me.uk>
* ui-diff.c: create a control panel for diff optionsGravatar Lars Hjemli2011-03-07-1/+3
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* ssdiff: anchors for ssdiffGravatar Bernhard Reutner-Fischer2011-02-19-0/+6
| | | | | | | Emit anchors to the respective revisions in side-by-side diff view Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Integrate diffstat with diffGravatar Lars Hjemli2008-04-25-0/+3
| | | | | | | | This creates a generic diffstat function in ui-diff, which then is invoked from cgit_print_diff with the result that both commit and diff- view gets a diffstat. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Add separate header-files for each page/viewGravatar Lars Hjemli2008-03-25-0/+7
Yet another step towards removing cgit.h. Signed-off-by: Lars Hjemli <hjemli@gmail.com>