Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user florian occurring around 2022-09-25 06:50:00.
2022-10-18
| ||
13:32 | Document more consequences of the merge parent-merge child relationship not recorded for private branches. ... (check-in: 3b719a9614 user: florian tags: trunk) | |
13:31 | • Edit [e1e618d17f5a7712|e1e618d17f]: Mark "Closed". ... (artifact: fe43c34967 user: florian) | |
13:31 | Cherry-pick [767b175d90]: Avoid references to private check-ins in Q-cards of public check-in manifests. This ensures consistent behavior regarding leakage of private check-in hashes, possibly generating phantoms on peer repositories, for P- and Q-cards. ... (check-in: 52a66829d6 user: florian tags: trunk) | |
2022-10-14
| ||
07:33 | Carry forward [368d97869b] to the zlib 1.2.13 update. ... (check-in: dc13e1e50e user: florian tags: zlib-update) | |
07:30 | Carry forward [cc3765eb12] to the zlib 1.2.13 update. ... (check-in: 1a1295a538 user: florian tags: zlib-update) | |
07:27 | Update the built-in zlib to version 1.2.13, released on October 13, 2022. In accordance with check-in [eea86cee3a], all files from the doc/ subdirectory are excluded. ... (check-in: e9e679c56f user: florian tags: zlib-update) | |
2022-10-03
| ||
11:18 | Check the meta key modifier (⊞|⌘|◆) when processing keyboard events. ... (check-in: 11bb41e09e user: florian tags: timeline-keyboard-navigation) | |
11:15 | Check the meta key modifier (⊞|⌘|◆) when processing keyboard events. ... (check-in: 4811d5b237 user: florian tags: diff-keyboard-navigation) | |
11:06 | Cross reference the new CSS classes, as they appear fragmented in the JS part, and therefore can't be found by code search. ... (check-in: ec955233b8 user: florian tags: diff-keyboard-navigation) | |
2022-10-02
| ||
09:15 | Shortcuts G and SHIFT+G to load the default timeline, or the timeline around the current check-out. ... (check-in: 2ed74216fb user: florian tags: timeline-keyboard-navigation) | |
08:11 | Shortcuts U and SHIFT+U to reload the current page in Unified Diff or Side-By-Side Diff mode. ... (check-in: 35cf6f3022 user: florian tags: diff-keyboard-navigation) | |
2022-10-01
| ||
08:40 | • Edit [4c336f372eb0960d|4c336f372e]: Edit check-in comment. ... (artifact: e7cf8eed5c user: florian) | |
08:39 | Fix a bug for empty change views (for example check-ins created by `fossil branch new', or no-op /vdiff and /fdiff views). ... (check-in: 4c336f372e user: florian tags: diff-keyboard-navigation) | |
06:50 | Sync with trunk. ... (check-in: 901ae7258b user: florian tags: diff-keyboard-navigation) | |
06:48 | Sync with trunk. ... (check-in: e5c5e6f0e9 user: florian tags: timeline-keyboard-navigation) | |
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) | |
2022-09-28
| ||
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) | |
2022-09-25
| ||
07:35 | Link keyboard and mouse navigation and enable changing keyboard focus with Ctrl+Click. ... (check-in: 29824137be user: florian tags: timeline-keyboard-navigation) | |
07:23 | Sync with trunk. ... (check-in: 3c92971996 user: florian tags: timeline-keyboard-navigation) | |
07:18 | Minor changes to option handling for the `ui' command: (A) Abort early with an error message if the specified port number is invalid (instead of later with an assertion failure); (B) Add short form -p for --page; (C) Add short form -B for --nobrowser. ... (check-in: 1431ebae3d user: florian tags: trunk) | |
06:50 | Prevent the web UI side-by-side diffs and their scrollbars from getting truncated on the right. [forum:f9becc251c| Forum Post f9becc251c]. ... (check-in: 1a668d359a user: florian tags: trunk) | |
2022-08-19
| ||
04:42 | Fix the logic to cancel default actions and further event bubbling to take effect for all handled keys. ... (check-in: 9cfd4e2b23 user: florian tags: timeline-keyboard-navigation) | |
2022-08-15
| ||
10:28 | Add #ifdef's to fix the Windows build. ... (check-in: f572f7524d user: florian tags: trunk) | |
10:25 | Simplification and harmonisation of the help text. ... (check-in: 6d10841735 user: florian tags: timeline-keyboard-navigation) | |
10:21 | Also disable shortcut handling if the View Style drop-down list has keyboard focus. ... (check-in: f419c7ebe7 user: florian tags: timeline-keyboard-navigation) | |
2022-08-14
| ||
08:54 | Merge with trunk to get the latest web UI fixes. ... (check-in: e317872280 user: florian tags: timeline-keyboard-navigation) | |
08:16 | Comment and TODO updates. ... (check-in: cfed59c9d1 user: florian tags: timeline-keyboard-navigation) | |
08:07 | Cancel default actions and further bubbling of handled keys, in case of conflicts with browser (extension) defaults. ... (check-in: 5257960080 user: florian tags: timeline-keyboard-navigation) | |
08:03 | Fix the shortcut handler to cycle between selected, check-out and ticked entries getting stuck, and give highest priority to ticked entries. ... (check-in: b6a656b520 user: florian tags: timeline-keyboard-navigation) | |
07:56 | Remap keyboard shortcuts, and ensure only letter keys are combined with SHIFT, as non-letter keys may produce different key code pairs with and without SHIFT depending on the keyboard layout. ... (check-in: 33f9315d44 user: florian tags: timeline-keyboard-navigation) | |
2022-08-11
| ||
06:42 | Another attempt to make the CSS for the focus indicator work with any skin foreground and background colors and branch colors: instead of changing just the background color, the foreground color is also adjusted, so the indicator can still be recognized even if similar to a branch color. Besides, no more editing of SVG code is necessary to make adjustments. ... (check-in: a8d306bec6 user: florian tags: timeline-keyboard-navigation) | |
06:17 | Mention in the help text that ticking the second entry node opens the diff page. Again, thanks @rouilj! ... (check-in: 13e0f32e3b user: florian tags: timeline-keyboard-navigation) | |
06:12 | Swap semantics of the "primary" and "secondary" highlighted entries to improve selection of the default focused entry. The "secondary" corresponds to the "To:" entry on /vdiff pages and hance is the last focused entry, so should also be the default when returning to /timeline both by keyboard shortcut or the browser "backwards" command. Thanks @rouilj for spotting this! ... (check-in: 63c1be8c31 user: florian tags: timeline-keyboard-navigation) | |
05:57 | Shortcut "." (period) to set focus to the entry closest to the center of the viewport. (The keys need to be reassigned later, since non-letter keys don't produce the same characters with or without SHIFT pressed on all keyboard layouts.) Thanks @rouilj for the suggestion and the hint! ... (check-in: e1796f2df2 user: florian tags: timeline-keyboard-navigation) | |
05:48 | Refactorings to cookie handling. ... (check-in: cf38f5abb8 user: florian tags: timeline-keyboard-navigation) | |
03:58 | • Edit [49a2d1361f6c6932|49a2d1361f]: Edit check-in comment. ... (artifact: 4d4dc762d7 user: florian) | |
03:54 | • Edit [2fc93df48f9ce81c|2fc93df48f]: Mark "Closed". ... (artifact: fc23aa8011 user: florian) | |
03:53 | Fix a build error introduced by check-in [fc8e5750d7]. ... (check-in: 49a2d1361f user: florian tags: trunk) | |
2022-08-10
| ||
06:03 | Merge fixes to the accordion panel JS script. ... (check-in: 44a7149dc7 user: florian tags: trunk) | |
06:02 | Record a comment on the findings discovered during repair of the accordion panel JS script. ... (Closed-Leaf check-in: 2fc93df48f user: florian tags: accordion-fix) | |
06:00 | Add the new subcommand `fossil branch lsh' to list the most recently modified branches. ... (check-in: fc8e5750d7 user: florian tags: trunk) | |
05:56 | Fix a compiler warning. ... (Closed-Leaf check-in: 877b237ba2 user: florian tags: ls-hot-branches) | |
2022-08-07
| ||
08:12 | Coding style fixes and comment updates. ... (check-in: ae932acdd2 user: florian tags: timeline-keyboard-navigation) | |
08:09 | Shortcut SHIFT+H to scroll to the focused entry without moving focus. This may be handy in conjunction with scrolling by arrow keys or PgUp/Dn. ... (check-in: 8d1edb8206 user: florian tags: timeline-keyboard-navigation) | |
08:07 | Remove a construct to escape the JS compressor obsoleted by [ffa1c7d0a0]. ... (check-in: 0e7357d2fc user: florian tags: accordion-fix) | |
2022-08-05
| ||
10:18 | Remove some unnecessary `bind()' calls for variables already held in function closure. Apart from that, the approach seems to work well and also covers odd cases, such as the post-expansion timeout to clear maxHeight being shorter than the CSS animation duration (in which case the animation would just jerkily stop, but with the correct element height), or setting a short "decoy value" (say, "100px") instead of the real scrollHeight for maxHeight (in which case the animated area would just be smaller, but with the same end result). ... (check-in: 7b8dd9ca70 user: florian tags: accordion-fix) | |