Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Little refactoring of diff highlight. | Andrey Nering | 2016-02-21 | 1 | -3/+4 |
| | | | | Moving cache variable to template instead of in the struct. | ||||
* | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 | 1 | -3/+3 |
| | |||||
* | Refactoring of inline diff computing to prevent empty diff box. Fix #2489 | Andrey Nering | 2016-01-27 | 1 | -3/+3 |
| | |||||
* | Merge pull request #2335 from andreynering/highlight-diff | Unknwon | 2016-01-09 | 1 | -7/+7 |
|\ | | | | | Highlight diff | ||||
| * | Declaring specific types for enums constants. | Andrey Nering | 2016-01-06 | 1 | -4/+4 |
| | | | | | | | | | | This makes the code more strict since you can't assign or compare values of different types without proper cast. | ||||
| * | Highlighting differences of lines in the diff view. | Andrey Nering | 2016-01-06 | 1 | -3/+3 |
| | | |||||
* | | fix markdown autolink error | Unknwon | 2016-01-09 | 1 | -1/+1 |
|/ | |||||
* | Removed opticon-fold | Kim "BKC" Carlbäcker | 2016-01-06 | 1 | -15/+0 |
| | |||||
* | merged split/unified templates | Kim "BKC" Carlbäcker | 2016-01-06 | 1 | -3/+118 |
| | |||||
* | Changed name from inline to unified | Kim "BKC" Carlbäcker | 2016-01-05 | 1 | -3/+3 |
| | |||||
* | i18n-fix for split-view | Kim "BKC" Carlbäcker | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | Implement Split Diff-View | Kim "BKC" Carlbäcker | 2016-01-05 | 1 | -58/+5 |
| | | | | - Unified/Inline Diff-View Selectable | ||||
* | prepare release | Unknwon | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 1 | -90/+90 |
| | | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file | ||||
* | #1078 not show bin when rename a file | Unknwon | 2015-11-03 | 1 | -27/+29 |
| | |||||
* | fix #1078 | Unknwon | 2015-11-02 | 1 | -10/+10 |
| | |||||
* | work on PR conversation | Unknwon | 2015-09-01 | 1 | -0/+92 |