Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
11 check-ins using file src/style.c version 0892851048
|
2012-02-06
| ||
| 01:55 | Trying out a greedy algorithm for aligning the two sides of a change with side-by-side diff. This helps in some cases, but we could probably benefit from a better algorithm. ... (check-in: 881b65141b user: drh tags: diff-experimental) | |
|
2012-02-05
| ||
| 20:22 | Add the "diff optimizer" which tries to shift inserts and deletes to align with natural boundaries in the text. The resulting diff is no more or less correct than the original; it just seems more natural to human readers. ... (check-in: 98cf5c33bc user: drh tags: trunk) | |
| 17:19 | Rearrange code and edit comments in diff logic, for clarity of presentation. No functional changes. ... (check-in: 032da543f0 user: drh tags: trunk) | |
| 11:41 | set maintainer email addr to fossil-dev list. ... (check-in: d3e83cdb64 user: stephan tags: trunk) | |
| 02:49 | Fix yet another issue with tables in side-by-side diffs - an off-by-one error this time. ... (check-in: de719b4396 user: drh tags: trunk) | |
| 02:43 | Fix another bug in table handling for side-by-side diffs. ... (check-in: db1365bc3b user: drh tags: trunk) | |
| 00:22 | Bug fix in the handling of tabs on a side-by-side diff. ... (check-in: 07a0ade926 user: drh tags: trunk) | |
|
2012-02-04
| ||
| 21:40 | Fix a harmless compiler warning. ... (check-in: 5bbe190a8c user: drh tags: trunk) | |
| 21:38 | Add the new colorized diff logic to file and wiki diffs in addition to version diffs. ... (check-in: 96f1975ce2 user: drh tags: trunk) | |
| 21:09 | Merge the retro-sbsdiff changes into trunk. ... (check-in: 72c0183ac8 user: drh tags: trunk) | |
| 20:36 | Make the default font size is smaller for side-by-side diff. Fix the context-diff so that it understands the dc=N query parameter. ... (Closed-Leaf check-in: eae55eeafc user: drh tags: retro-sbsdiff) | |