Fossil

Changes On Branch tooltip-tweaks
Login

Changes On Branch tooltip-tweaks

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

Changes In Branch tooltip-tweaks Excluding Merge-Ins

This is equivalent to a diff from 55f56e91 to 49bee969

2019-06-12
09:41
Improvements to tooltip handling. check-in: 3a8abf49 user: drh tags: trunk
2019-06-11
06:59
Fix the test whether the currently hovered element is the owner of the tooltip. Closed-Leaf check-in: 49bee969 user: florian tags: tooltip-tweaks
2019-06-10
16:08
Fix a minor coding typo from [2196555351] (property name). check-in: af2ca388 user: florian tags: tooltip-tweaks
16:02
This check-in started as a follow-up to [55f56e91ba] to make the tooltip less hasty, and prevent it from being instantly reshown (and slightly moved) when the mouse pointer goes back from the tooltip to the owning node. The final result is a combined and simplified "mousemove" handler for both nodes and rails, with consistent tooltip lifetime: the tooltip is only closed if the mouse pointer is at a fixed point over another element for the (full) duration of the dwell timeout, or away from the owning element (and the tooltip) for the (full) duration of the close timeout. This check-in also improves positioning of the tooltip for longer dwell timeouts. check-in: 1fc61638 user: florian tags: tooltip-tweaks
2019-06-08
16:11
Fix to the graph layout for complex time-warp cases. Add tooltips to timewarp arrows. check-in: 5399c5da user: drh tags: trunk
14:48
Improvements to tooltip behavior in an effort to make it easier to move the mouse over to the "copy button" or to the hyperlink without the tooltip changing out from under the user. check-in: 55f56e91 user: drh tags: trunk
14:19
Minor name refactoring and comment enhancements in graph.js. No logic changes. Improvements to the javascript compressor. Apply compression to "*/js.txt" files in addition to "*.js" files. check-in: 786d6167 user: drh tags: trunk

Changes to src/graph.js.

Changes to src/timeline.c.