Fossil

Timeline
Login

Timeline

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

20 check-ins using file src/file.c version f2ab8b98

2012-11-30
15:22
Click on the timeline graph once to select a node. Click on a different node to see a diff between the two nodes. Click on the selected node to unselect it. ... (check-in: 5bff5e5c user: drh tags: trunk)
15:16
Add javascript to ticket reports tables so that clicking on column headers causes the table to be sorted by that header. Clicking again reverses the sort order. ... (check-in: 20f17aeb user: drh tags: trunk)
15:07
Add javascript to ticket reports tables so that clicking on column headers causes the table to be sorted by that header. Clicking again reverses the sort order. ... (Closed-Leaf check-in: c43da4fc user: drh tags: click-to-sort-reports)
14:24
merge trunk g.nameOfExe should have filename_to_utf translation as well on UNIX/OSX ... (check-in: bac4b248 user: jan.nijtmans tags: cmdline-expansion)
14:09
fix testcase ... (check-in: e08073d3 user: jan.nijtmans tags: trunk)
13:27
(experimental) command-line expansion for MinGW-w64. Should work on MSVC as well. Doesn't work with MinGW. ... (check-in: b1036fe5 user: jan.nijtmans tags: cmdline-expansion)
03:33
Fix the click coordinates so that they work even when the page has been scrolled. ... (Closed-Leaf check-in: 7b3def02 user: drh tags: click-graph-to-diff)
03:14
Fix compiler warning. ... (check-in: 95cce92a user: drh tags: click-graph-to-diff)
03:10
Click on the timeline graph once to select a node. Click on a different node to see a diff between the two. Click on the selected node to undo the selection. Works with check-in timelines and file timelines. ... (check-in: a7dde41f user: drh tags: click-graph-to-diff)
00:40
Move the new utf8.c file into alphabetical order in the makemake.tcl tool. ... (check-in: 3e0f48c7 user: mistachkin tags: trunk)
00:38
Update custom MinGW makefile with recent changes. ... (check-in: 2d754ca8 user: mistachkin tags: trunk)
2012-11-29
20:23
All the --verbose option on "all sync", "all push", and "all pull". ... (check-in: 4ee99cc8 user: drh tags: trunk)
18:46
Modify the test-echo command to also show the name of the executable. ... (check-in: 5ed566f8 user: drh tags: trunk)
18:39
Fix the "all" command on mac, broken by the penultimate check-in. ... (check-in: 2f187c2f user: drh tags: trunk)
18:31
Fix harmless compiler warnings on windows. ... (check-in: 9eb2df37 user: drh tags: trunk)
18:21
Fix the build for mingw: do not translate command-line options from unicode to utf8 because mingw has already done that for us. ... (check-in: f1a82cf3 user: drh tags: trunk)
16:54
Fix a missing on object descriptions. ... (check-in: 7e609e0e user: drh tags: trunk)
13:15
Translate decomposed-UTF8 filenames on MacOS into precomposed-UTF8. Fix for ticket [e399bc1edfe45b] ... (check-in: ca728447 user: drh tags: trunk)
13:12
Translate decomposed-UTF8 filenames on MacOS into precomposed-UTF8. Fix for ticket [e399bc1edfe45b] ... (Closed-Leaf check-in: 1002e723 user: drh tags: ticket-e399bc)
09:59
One more thing I spotted (but cannot test!): UTF8-mac encoded values could enter fossil through environment variables as well... ... (check-in: 42951c59 user: jan.nijtmans tags: ticket-e399bc)