Fossil

Timeline
Login

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

8 check-ins using file src/printf.c version 3d6128552e

2019-05-17
19:30
In the graph layout, make sure that the idxTop value is properly relayed across gaps. Closed-Leaf check-in: e0186fdb5e user: drh tags: graph-improvements
17:48
Add tooltips to more elements. Click to jump to the branch displayed by the tooltip - except clicking no a node toggles the node selection on and off as it always has. check-in: 804dbe0d5b user: drh tags: tooltips
17:08
Change redirect handling so that (1) status codes 307 and 308 are recognized as redirects in addition to 301 and 302 and (2) the remote URL is only changed if it encounters a permanent redirect (301 or 308). check-in: f2ca44916c user: drh tags: trunk
16:45
Proof-of-concept for how to pop up a tooltip when mousing over one of the branch arrows in a timeline graph. check-in: 8e922935fe user: drh tags: tooltips
14:47
Fix the redundant "udc" query parameter in the timeline. check-in: 0f9b648f2b user: drh tags: trunk
14:04
Fix a warning (a real one) on win32: Win32 printf doesn't know about "%lld". check-in: f6524ae5cc user: jan.nijtmans tags: trunk
13:54
Merge the %j string formatter enhancement from trunk. check-in: 78d812e24d user: drh tags: graph-improvements
13:53
Add the %j formatting directive to the customized printf() inside of Fossil. The %j format generates a string with appropriate backslash escapes so that the string can be part of a Javascript string literal. check-in: 5e9c1d5e04 user: drh tags: trunk