summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/ComparePage.java
Commit message (Expand)AuthorAgeFilesLines
* Implement configurable tab length support for blob viewsJames Moger2015-05-221-2/+2
* Add a checkbox to control whitespace diff preference on the compare pageJames Moger2015-03-071-0/+20
* Expose the DiffComparator choice as an url parameter (?w=1)James Moger2015-03-071-1/+1
* Add DiffComparator argument to all DiffUtils calls, default to ignore all whi...James Moger2015-03-071-1/+3
* Add a blink comparator and pixel difference to image diffsTom2014-11-191-1/+1
* Opacity adjustments for image diffsTom2014-11-121-0/+3
* Image diffsTom2014-11-111-1/+6
* More diff page improvementsTom2014-11-061-2/+2
* Replace RawPage with RawServletJames Moger2014-05-051-2/+3
* Fix compare page exception when a submodule changes (issue-375)James Moger2014-03-031-0/+1
* Add raw link to commit, commitdiff, and compare pages (issue-319)James Moger2013-10-161-0/+3
* Trim trailing whitespace and organize importsJames Moger2013-09-301-15/+16
* Add normalized diffstats to the commit, commitdiff, and compare pagesJames Moger2013-09-271-6/+16
* Removed GitWeb-style diff rendererJames Moger2013-09-181-6/+1
* Fixed submodule npe in compare pageJames Moger2013-05-231-0/+3
* Implemented compare page for branch/tag/manual diffs (issue-75, issue-133)James Moger2013-05-231-0/+277