summaryrefslogtreecommitdiffstats
path: root/gerrit-prettify/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-07-052-5/+3
|\
| * PrettyFormatter: Fix expand tab when syntax coloring is on.Arnaud Fabre2013-07-012-5/+3
* | Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-07-011-2/+2
|\|
| * PrettyFormatter: Fix ArrayIndexOutOfBoundException with CRLF files.Arnaud Fabre2013-06-301-2/+2
* | prettify: Move client-only classes to client packageShawn Pearce2013-05-057-6/+6
|/
* Add clarification comment in SparseFileContent.Range.toStringDavid Pursehouse2013-02-191-0/+1
* Revert "Non-matching brackets in SparseFileContent.toString()"Shawn Pearce2013-02-191-1/+1
* Non-matching brackets in SparseFileContent.toString()Gustaf Lundh2013-02-181-1/+1
* Fix performance problem in side by side viewerShawn Pearce2013-02-041-2/+2
* Work around prettify stripping empty linesShawn Pearce2013-02-041-1/+2
* Fix display of Commit MessageShawn Pearce2013-01-311-1/+1
* Update prettify to r225 (2013-01-17)Shawn Pearce2013-01-3025-166/+183
* Fix ArrayIndexOutOfBoundsException on intraline diffEdwin Kempin2013-01-241-0/+15
* Fix ArrayIndexOutOfBoundsException on navigation to next/previous patchEdwin Kempin2012-08-081-1/+1
* Option to display line endingsPravin Sethia2012-07-304-4/+31
* Updated to gwtorm 1.4.Colby Ranger2012-03-071-1/+1
* Fix diffs skipping one lineBrad Larson2011-10-261-2/+4
* Refactoring AccountDiffPreference vs PatchScriptSettings+PrettySettingsSasa Zivkov2010-07-213-121/+21
* Fix prettify private scope in IE6, IE8Shawn O. Pearce2010-07-144-32/+144
* Move prettify into its own iframeShawn O. Pearce2010-07-121-3/+13
* Handle bare CR in the middle of a linev2.1.2-rc3Shawn O. Pearce2010-03-093-6/+43
* Fix coloring of tab markers in syntax highlightingShawn O. Pearce2010-03-041-5/+36
* Fix build breakage due to missing constantsShawn O. Pearce2010-03-012-0/+27
* Use a tooltip to explain whitespace errorsShawn O. Pearce2010-03-012-2/+7
* Fix tab marker RIGHT-POINTING DOUBLE ANGLE QUOTATION MARKShawn O. Pearce2010-03-012-2/+5
* Use RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK for tabsShawn O. Pearce2010-03-012-3/+3
* Change default tab width to 8Shawn O. Pearce2010-03-011-1/+1
* Allow user to modify patch display settingsShawn O. Pearce2010-02-262-1/+23
* Always use class wdc on replace line common sectionsShawn O. Pearce2010-02-251-8/+4
* Cleanup CSS for side-by-side view when there are character differencesShawn O. Pearce2010-02-242-8/+30
* Ensure vertical tabs are visible within deleted regionsShawn O. Pearce2010-02-241-1/+2
* Fix SparseFileContent for delete-only patchesShawn O. Pearce2010-02-241-0/+4
* Fix whitespace ignore featureShawn O. Pearce2010-02-233-125/+155
* Remove Mozilla Rhino from our buildShawn O. Pearce2010-02-162-164/+0
* Don't try to syntax highlight plain textShawn O. Pearce2010-02-161-0/+9
* Move syntax highlighting back to clientShawn O. Pearce2010-02-166-115/+636
* Fix whitespace errors with word diff enabledShawn O. Pearce2010-02-162-8/+20
* Disable syntax highlighting on unified viewsShawn O. Pearce2010-02-132-1/+18
* Highlight line-level (aka word) differences in filesShawn O. Pearce2010-01-303-13/+160
* Run prettify on the server using whole file contentsShawn O. Pearce2010-01-3022-0/+820