Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
36 check-ins using file src/shell.c version efee63c0d9
|
2019-06-13
| ||
| 10:32 | Add an entry about the new "touch" command and "--setmtime" option to the change log for version 2.9. check-in: 93a6893d45 user: drh tags: trunk | |
| 10:15 | Per forum discussion, the "touch" command now defaults to --now (the current timestamp) unless --checkin is used, which applies the timestamp of the most recent checkin in which each file was modified. check-in: c3b48561ab user: stephan tags: trunk | |
| 09:00 | Update the copyTextToClipboard() javascript routine to work better cross-platform. check-in: 0904aa8b10 user: drh tags: trunk | |
| 08:58 | Add the --setmtime option to the "checkout" and "open" commands. Add a new "touch" command that does nothing but run --setmtime on all named files. check-in: a7e86f5b18 user: drh tags: trunk | |
| 08:20 | Help text improvements. Closed-Leaf check-in: c5521b6429 user: stephan tags: touch-command | |
| 08:13 | Help text typo. check-in: 85e3340b37 user: stephan tags: touch-command | |
| 08:04 | Added new 'touch' command to set the mtime of files to their SCM-side values. check-in: 4d9ec3e33c user: stephan tags: touch-command | |
| 07:49 | Update the copyTextToClipboard() Javascript function to suppress scrolling, and remove the temporary textarea in case of an error (i.e. blocked clipboard access), as suggested here: [https://fossil-scm.org/forum/forumpost/40189d7d2f]. Closed-Leaf check-in: ba3e6fe738 user: florian tags: copybtn.js-tweaks | |
| 06:18 | Added a -setmtime flag to the checkout and open commands which works identically to that flag for the update command. The open command should arguably do this by default. Closed-Leaf check-in: e59d8d99b8 user: stephan tags: setmtime-checkout-open | |
| 06:15 | Documented the --setmtime flag to the update command. check-in: 34fcaf829a user: stephan tags: trunk | |
|
2019-06-12
| ||
| 12:11 | Avoid attaching a database file that already exists. check-in: 052c5f24a9 user: drh tags: trunk | |
| 09:41 | Improvements to tooltip handling. check-in: 3a8abf492a 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: 49bee969ee user: florian tags: tooltip-tweaks | |
|
2019-06-10
| ||
| 16:08 | Fix a minor coding typo from [2196555351] (property name). check-in: af2ca38890 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: 1fc6163828 user: florian tags: tooltip-tweaks | |
| 04:48 | Disable the mouse-motion anti-robot requirement for devices that self-identify as a tablet or mobile device, and hence might never send mouse-motion events. Closed-Leaf check-in: 60d25189d2 user: drh tags: tablet-antirobot-fix | |
| 01:53 | Simplifications to the copybtn.js script. check-in: 5f0479d097 user: drh tags: trunk | |
| 01:37 | Longer default hash length for the copy button on ticket view pages. check-in: e055942cf2 user: drh tags: trunk | |
| 01:32 | Copy button comes before the hyperlink in tooltips. check-in: 9a5169f585 user: drh tags: trunk | |
|
2019-06-08
| ||
| 18:29 | Improved handling of timewarps in the graph layout. check-in: 628fc32dd3 user: drh tags: trunk | |
| 16:11 | Fix to the graph layout for complex time-warp cases. Add tooltips to timewarp arrows. check-in: 5399c5dacb 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: 55f56e91ba 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: 786d6167fa user: drh tags: trunk | |
| 10:29 | Fix a minor fault in the graph drawing javascript. check-in: 3a15daaa3f user: drh tags: trunk | |
|
2019-06-07
| ||
| 13:15 | Minor improvements to the copy-button logic. check-in: 759fbda4e8 user: drh tags: trunk | |
| 13:10 | Minor name changes to new routines. Closed-Leaf check-in: ef848025da user: drh tags: copybtn.js-tweaks | |
| 13:01 | Add a configuration option to cause timeline timestamps to link to the /info page instead of to the /timeline page. check-in: 647424d463 user: drh tags: trunk | |
| 12:03 | Minor tweak to the copybtn.js interface to fall back to the default element ID "copy-IDTARGET". check-in: 16fcd48aa4 user: florian tags: copybtn.js-tweaks | |
| 11:56 | Make sure copy buttons stay on the same line as the linked text. check-in: 678018d3ab user: florian tags: copybtn.js-tweaks | |
| 11:47 | Output the copy button patterns for HTML pages and TH1 scripts from a centralized function, to make it easier to apply global modifications. check-in: eb960935fc user: florian tags: copybtn.js-tweaks | |
|
2019-06-06
| ||
| 21:13 | Another attempt to fix the login redirect processing. check-in: a8ff3c5092 user: drh tags: trunk | |
| 19:30 | Attempt to fix the "login_needed()" function so that it correctly encodes the "g=" query parameter. check-in: 8d3d39fb19 user: drh tags: trunk | |
|
2019-06-05
| ||
| 20:21 | Updates to the change log for version 2.9. check-in: 2a25a8ebd9 user: drh tags: trunk | |
| 20:15 | Since the /info page is now reachable by double-clicking on the graph node, change the timestamp to be a link to the general /timeline page around that particular time. check-in: 036c854da3 user: drh tags: trunk | |
| 20:08 | Tweaks to the "Copy Button". check-in: 8ee5e55e3c user: drh tags: trunk | |
| 19:45 | Update the built-in SQLite to the latest 3.29.0 alpha. check-in: 9c128d2e89 user: drh tags: trunk | |