Fossil

Timeline
Login

Timeline

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

18 check-ins related to "sbsreloaded"

2013-07-17
12:02
Merge the updated side-by-side diff logic into trunk. ... (check-in: d70ea7ef9c user: drh tags: trunk)
2013-07-16
16:02
Web SBS diff: Was incorrectly using the scrollWidths of the div containers rather than that of the pre elements themselves. ... (Closed-Leaf check-in: 325ed34e45 user: joel tags: sbsreloaded)
2013-07-15
03:05
Tk diff: New "Files" menu implementation to better handle long file lists. ... (check-in: af9bda81e4 user: joel tags: sbsreloaded)
2013-07-13
23:10
Tk diff: Fix up scrolling code that previously assumed equal line lengths. ... (check-in: 2e7b57fabd user: joel tags: sbsreloaded)
17:54
Improved header comment provides addition documentation for the "translate.c" compilation tool. No changes to code. ... (check-in: 7e5f306235 user: drh tags: sbsreloaded)
2013-07-11
20:04
Move the "looks_like" functions out of diff.c and into a source file of their own: "lookslike.c". ... (check-in: b4c97d76a7 user: drh tags: sbsreloaded)
02:39
Remove (again) the hack of adding tabs to the end of every line in the --tk display in order to make the horizontal scrollbars prettier. The extra tab is removed when copying the text from the selection into the clipboard, but many applications (ex: xterm and the editor that I use daily) paste out of the PRIMARY selection (when available) rather than the CLIPBOARD and thus retain the tabs, which is unacceptable. Better to have jumpy horizontal scrollbars than extra end-of-line whitespace accidently inserted into files due to a paste that bypassed the tab removal. ... (check-in: 6b59760e23 user: drh tags: sbsreloaded)
00:37
Tk diff: Cycle through diffs based on current location rather than the last one you selected in the menu. Menu button now has generic "Files" label. ... (check-in: 90fa060178 user: joel tags: sbsreloaded)
2013-07-10
21:41
Set text widgets to "-state disabled" after loading data. ... (check-in: 302ab3a4e8 user: joel tags: sbsreloaded)
18:06
Combine all diffs into a single display in Tk diff. ... (check-in: 0a41e2b3dc user: joel tags: sbsreloaded)
05:27
Use tab stops instead of spaces to equalize line lengths in Tk diff. ... (check-in: 695156c100 user: joel tags: sbsreloaded)
2013-07-09
20:51
Add better comment explaining why .txtA/.txtB lines are padded with spaces. ... (check-in: 2d8f2b4e24 user: joel tags: sbsreloaded)
12:05
[Backed out: see next commit in sbsreloaded branch.] Do not pad lines of the Tk diff view with spaces. ... (Closed-Leaf check-in: 0a869bebc2 user: drh tags: backed-out)
11:46
Merge in the latest trunk changes. ... (check-in: d97fe53685 user: drh tags: sbsreloaded)
10:54
Comment enhancements. No changes to code. ... (check-in: f04a3242ec user: drh tags: sbsreloaded)
08:51
Fix "fossil commit" when specifying a directory on the command line which doesn't exist. ... (check-in: 062b82c8b0 user: jan.nijtmans tags: trunk)
2013-07-06
02:35
Support arbitrary line lengths with synced horizontal scrolling in side-by-side diffs. ... (check-in: 4081a91c84 user: joel tags: sbsreloaded)
2013-07-05
12:06
Fix behavior of "fossil commit" on case-insensitive file systems. ... (check-in: c1611f7dfa user: jan.nijtmans tags: trunk)