Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
14 check-ins using file src/main.c version 8486ad6c78
|
2022-09-30
| ||
| 11:22 | Minor code cleanups and comment updates. check-in: d17b59763e user: florian tags: diff-keyboard-navigation | |
| 11:17 | Add documentation, thanks @ams for help with wording. An alternative (but not less redundant) approach may be to create a new documentation-only web page to list available keyboard shortcuts for all pages (there's also the global ESC shortcut to close the Hamburger Menu) linked to from the individual command help screens. check-in: 8773bb88a4 user: florian tags: diff-keyboard-navigation | |
|
2022-09-29
| ||
| 11:56 | Comment updates. check-in: d1d5e99cdc user: florian tags: diff-keyboard-navigation | |
| 11:30 | Since dynamically added CSS classes to hide elements are discarded on back/forward navigation, reset all diff toggle checkboxes to checked to match what is actually visible. An alternative approach is to find the unchecked diff toggles and reapply the CSS classes to hide the corresponding diff blocks. check-in: 4368a1c992 user: florian tags: diff-keyboard-navigation | |
| 08:22 | Import the latest 3.40.0 alpha version of SQLite into the tree. check-in: fbad277226 user: drh tags: trunk | |
|
2022-09-28
| ||
| 15:35 |
add new "Related Work" page linked from the User Links page
Suggested by drh@ with lots of tweaks from wyoung@ check-in: 8ab498bd06 user: mark tags: trunk | |
| 14:48 | Fix scrolling if there's only one diff block. check-in: e41214d25b user: florian tags: diff-keyboard-navigation | |
| 14:24 | Implement Javascript-based keyboard navigation for web UI diffs. Shortcuts SHIFT+I or I show or hide all diffs, and P or O show the next or previous diff. See [forum:a78f44576c| Forum Post a78f44576c] for more information. check-in: b7e089e0f3 user: florian tags: diff-keyboard-navigation | |
| 12:28 |
improve login-group command documentation and output
Prompted by [forum:58f01f6d92], [forum:a7d15cc071], and [forum:1c639bcdea]. Clarify semantics of -R|--repository in 'fossil login-group join' and make user output more helpful. While here, trim some trailing whitespace. check-in: 83bc81e882 user: mark tags: trunk | |
|
2022-09-27
| ||
| 14:39 |
make chatbot message box transparent to avoid collisions
Suggested by mgagnon in /chat. Hint from stephan. check-in: c8b3ec1e6d user: mark tags: trunk | |
| 13:47 | Fix a bug in the chat-robot. check-in: b3f87ef7c2 user: drh tags: trunk | |
| 11:11 |
print stash metadata when popping or applying stash
Feature request from Alfred M. Szmidt in [forum:ae3ad9c69f]. Minor tweak of original patch by stephan@ check-in: 1392710fb4 user: mark tags: trunk | |
|
2022-09-26
| ||
| 22:29 | Replaced most of the speculation in the walmode section of the containers doc with a link to the walbanger project, where we'll be answering this question. check-in: 96633067d5 user: wyoung tags: trunk | |
| 12:08 | The g.fJail global variable should always be set whenever a chroot jail has been entered. check-in: 558cef7c6d user: drh tags: trunk | |