Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring of inline diff computing to prevent empty diff box. Fix #2489 | Andrey Nering | 2016-01-27 |
| | |||
* | Merge pull request #2335 from andreynering/highlight-diff | Unknwon | 2016-01-09 |
|\ | | | | | Highlight diff | ||
| * | Declaring specific types for enums constants. | Andrey Nering | 2016-01-06 |
| | | | | | | | | | | 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 |
| | | |||
* | | fix markdown autolink error | Unknwon | 2016-01-09 |
|/ | |||
* | Removed opticon-fold | Kim "BKC" Carlbäcker | 2016-01-06 |
| | |||
* | merged split/unified templates | Kim "BKC" Carlbäcker | 2016-01-06 |
| | |||
* | Changed name from inline to unified | Kim "BKC" Carlbäcker | 2016-01-05 |
| | |||
* | i18n-fix for split-view | Kim "BKC" Carlbäcker | 2016-01-05 |
| | |||
* | Implement Split Diff-View | Kim "BKC" Carlbäcker | 2016-01-05 |
| | | | | - Unified/Inline Diff-View Selectable | ||
* | prepare release | Unknwon | 2015-12-12 |
| | |||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 |
| | | | | | | | | | | | | 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 |
| | |||
* | fix #1078 | Unknwon | 2015-11-02 |
| | |||
* | work on PR conversation | Unknwon | 2015-09-01 |