Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

18 check-ins tagged with "diff-word-wrap"

2026-01-10
14:10
Sync with trunk. ... (Leaf check-in: e4556126da user: florian tags: diff-word-wrap)
2025-09-26
12:57
Sync with trunk. ... (check-in: 779fe3e1b2 user: florian tags: diff-word-wrap)
2025-08-21
12:07
Sync with trunk. ... (check-in: a0377ebb9d user: florian tags: diff-word-wrap)
2025-07-21
12:20
Sync with trunk. ... (check-in: 931e7065bb user: florian tags: diff-word-wrap)
2024-12-17
06:56
Sync with trunk. ... (check-in: 5fbb14f73a user: florian tags: diff-word-wrap)
2024-12-13
17:11
Sync with trunk. ... (check-in: 4d7277762f user: florian tags: diff-word-wrap)
08:47
Sync with trunk. ... (check-in: a1f60bee3c user: florian tags: diff-word-wrap)
2024-12-12
17:07
Sync with trunk. ... (check-in: 878a56bc98 user: florian tags: diff-word-wrap)
2024-09-20
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-17
06:15
Sync with trunk and resolve the merge conflicts in the 'fossil.diff.js' script. ... (check-in: ac3d7c9b4f user: florian tags: diff-word-wrap)
2024-09-06
10:58
Add 'overflow-x: hidden' to the table cells containing the diff text to ensure "unbreakable" text (like long runs of spaces) is truncated. ... (check-in: ddf26dd3ff user: florian tags: diff-word-wrap)
10:57
Sync with trunk. ... (check-in: b97f0310f0 user: florian tags: diff-word-wrap)
2024-08-25
17:48
Change an assert() to a fossil_fatal() to make the error message appear in the web UI. ... (check-in: 3aad57dd7c user: florian tags: diff-word-wrap)
05:17
Exempt diff line numbers and diff marks (separators) from text selections and have click-and-drag selection include only the most recently clicked side for side-by-side (split) diffs. ... (check-in: abd3bca70e user: florian tags: diff-word-wrap)
2024-08-23
06:02
Remove 'display: inline-block' from insertion and deletion marks to get more natural word-wrapping. Try whether the previous, precisely calculated line height and padding values also work to extend the background color to the entire line height. ... (check-in: b912690fc4 user: florian tags: diff-word-wrap)
05:21
Fix a JS ternary operator precedence bug to mess up later loaded diff context. ... (check-in: 18c5117b11 user: florian tags: diff-word-wrap)
2024-08-17
16:03
First draft to implement word-wrap for web UI diffs. The list of TODO items can be found on the branch wiki page. ... (check-in: faf4b4718d user: florian tags: diff-word-wrap)