Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
25 check-ins using file src/shell.c version e6d573326f
|
2014-03-05
| ||
| 06:14 | Add button to annotate/blame pages. Also minor bug fix for annotate/blame pages url rendering. check-in: f1e99a5a40 user: andybradford tags: diff-eolws | |
| 02:39 | Add "w" URL parameter and buttons to /fdiff pages. check-in: 0ec153a2a7 user: joel tags: diff-eolws | |
| 00:42 | Capitalize button labels for consistency with other pages. Change "Show Whitespace Differences" to "Show Whitespace Changes". check-in: 756c187590 user: joel tags: diff-eolws | |
| 00:20 | Fix up and simplify /ci page button generation code. check-in: 0c670599bf user: joel tags: diff-eolws | |
|
2014-03-04
| ||
| 14:14 | Add "ignore whitespace" button to ci page. check-in: eb6935df7f user: jan.nijtmans tags: diff-eolws | |
| 13:26 | Add "Ignore Whitespace" button to vdiff page. check-in: 56c7561e2b user: jan.nijtmans tags: diff-eolws | |
| 08:21 | Don't ignore whitespace by default, except in annotations/blames. Add new "w" option to some Web UI pages, allowing to ignore whitespace (no buttons yet). check-in: 28b39cc516 user: jan.nijtmans tags: diff-eolws | |
| 00:42 | Show "error" messages in Tk diff. check-in: d4fea96ad8 user: joel tags: diff-eolws | |
|
2014-03-03
| ||
| 15:02 | merge trunk check-in: b8e61d24f8 user: jan.nijtmans tags: diff-eolws | |
| 15:00 | Bug-fix: correct calculation of hash-value for lines with different eol-spacing. Taken from [8f885df209], but without the other enhancements. Eliminate some double semicolons. check-in: 7a0f4af68e user: jan.nijtmans tags: trunk | |
| 12:02 | Adapt some comments. check-in: c0b42f23a3 user: jan.nijtmans tags: diff-eolws | |
| 11:55 | Make option --ignore-space-at-sol work correctly with side-by-side diff as well. check-in: 7763b2e64c user: jan.nijtmans tags: diff-eolws | |
| 11:37 | Oops check-in: 65397b575e user: jan.nijtmans tags: diff-eolws | |
| 11:17 | Fix indenting behavior of --ignore-space-at-sol option check-in: 2faa1a272b user: jan.nijtmans tags: diff-eolws | |
| 10:50 | Implement new --ignore-space-at-sol option for all diff variants. And "-w" which means (for now) both --ignore-space-at-sol and --ignore-space-at-eol. Problem: diffs using --ignore-space-at-sol don't indent any more. to be solved. check-in: 6392c032ce user: jan.nijtmans tags: diff-eolws | |
| 10:28 | Wrong parameter type: should be 64 bits otherwise the diffFlags parameter cannot hold all possible bits. check-in: d3f69bd48e user: jan.nijtmans tags: diff-eolws | |
| 10:15 | Rename --ignore-eolws back to --ignore-space-at-eol. Change last parameter of break_into_lines() to hold multiple flags. This opens the way to implement --ignore-all-space" and "--ignore-space-at-sol" as well. check-in: 2dffb0e026 user: jan.nijtmans tags: diff-eolws | |
| 09:31 | Rename --ignore-space-at-eol to --ignore-eolws|-w, make it work with "fossil stash diff" as well, and make it the default with "fossil diff --tk". Remark: renaming probably was a bad idea, and "-w" should correspond with git's "--ignore-all-space". This would suggest implementing a "--ignore-space-at-sol" options as well, even though I doubt anyone would use that. check-in: 31d25923bd user: jan.nijtmans tags: diff-eolws | |
| 08:22 | Try to fix it more better so it'll work with CLI diffs. Add --ignore-space-at-eol option (name taken from Git) to diff cmd. check-in: 554607d35b user: joel tags: diff-eolws | |
| 06:44 | Fix diffs that use the DIFF_IGNORE_EOLWS flag. Add a message for diffs that involve only EOL whitespace changes. check-in: 8f885df209 user: joel tags: diff-eolws | |
|
2014-02-28
| ||
| 20:00 | re-generate other makefiles check-in: d3b2dabaa5 user: jan.nijtmans tags: trunk | |
| 19:31 | Back out [99dca38314] because it doesn't work on an Ubuntu->windows cross-compile. The only solution is to dirty-up the SQLite shell.c code. check-in: 3d7eaeda86 user: drh tags: trunk | |
| 13:46 | Handle win32 extended path prefix everywhere: Just strip it in the function file_simplify_name(), and only add it back when needed (just before feeding it to a win32 function when >260 chars). Includes additional test-cases. check-in: 95f004b1c5 user: jan.nijtmans tags: trunk | |
| 10:34 | Remove unnecessary spaces at end-of-lines. No change in functionality. check-in: 3df526ca41 user: jan.nijtmans tags: trunk | |
| 08:53 | Fix use of UTF-8 repository filename in "fossil sqlite3" command. (Requires minor change in SQLite's shell.c) check-in: 81162e791f user: jan.nijtmans tags: trunk | |