Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
5 check-ins using file src/finfo.c version 96d48c3165
|
2024-09-20
| ||
| 20:24 | Remove the empty implementation of the /files webpage. (It's not only dead code since a /help page get generated for it.) check-in: e897da20a0 user: mgagnon tags: trunk | |
| 03:57 | Try dynamic calculation of the top and bottom paddings of inserted and deleted text so that the background color extends exactly to the line height (using the `calc()' CSS function). In Chromium, `overflow-y: hidden' is required so that the table cell containing the diff line doesn't display vertical scrollbars (without otherwise changing the visual result). check-in: db04882760 user: florian tags: diff-word-wrap | |
| 03:50 | Sync with trunk. check-in: ef298b282a user: florian tags: diff-word-wrap | |
|
2024-09-19
| ||
| 12:05 | Merge diff-web-noise-reduction branch to trunk, change that try to skip diff processing/rendering upfront where no useful diff output can be done. check-in: 8b73fbbd1a user: mgagnon tags: trunk | |
|
2024-09-17
| ||
| 23:49 | Try to skip diff rendering when not necessary, like on rename or executable bit change without file modification. Closed-Leaf check-in: f69cf768cc user: mgagnon tags: diff-web-noise-reduction | |