Timeline
Not logged in

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

44 descendants and 50 ancestors of 15f943f0c2f062c6

2026-01-10
16:42
Prevent clicks to timeline hash links, which are now enclosed in extra SPAN elements with class name `timelineHash' in some view modes, from activating keyboard navigation focus tracking. Align the list of click-responsive HTML elements with [b09a9b621f] to filter more clicks on timeline entries to be ignored by the keyboard navigation focus manage... Leaf check-in: ed087bf6d7 user: florian tags: timeline-keyboard-navigation
14:02
Sync with trunk. check-in: c50c8ed9d7 user: florian tags: timeline-keyboard-navigation
2025-09-26
12:50
Sync with trunk. check-in: 9cea672b5d user: florian tags: timeline-keyboard-navigation
2025-08-21
12:04
Sync with trunk. check-in: bab295db10 user: florian tags: timeline-keyboard-navigation
2025-07-21
12:14
Sync with trunk. check-in: a2a1e4a7dc user: florian tags: timeline-keyboard-navigation
2024-12-17
06:26
Sync with trunk. check-in: 215fc593d0 user: florian tags: timeline-keyboard-navigation
06:24
Take note of possibly useful shortcuts. check-in: 88cba5fbfb user: florian tags: timeline-keyboard-navigation
2024-12-12
16:58
Sync with trunk. check-in: 611f20e817 user: florian tags: timeline-keyboard-navigation
2024-09-06
10:47
Sync with trunk. check-in: 00f7466add user: florian tags: timeline-keyboard-navigation
2024-01-22
13:39
Sync with trunk. check-in: f05b04a625 user: florian tags: timeline-keyboard-navigation
2022-10-30
12:53
Fix a bug when handling timeline data blocks not containing any check-ins. check-in: d3f9b8ab78 user: florian tags: timeline-keyboard-navigation
2022-10-03
11:18
Check the meta key modifier (⊞|⌘|◆) when processing keyboard events. check-in: 11bb41e09e user: florian tags: timeline-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
2022-10-01
06:48
Sync with trunk. check-in: e5c5e6f0e9 user: florian tags: timeline-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
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: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 adj... 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 @rou... 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
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
2022-08-05
06:39
Also fix URLs for non-filtered /timeline links opened from /finfo pages, plus some code and comment cleanups. check-in: 3ae1390f17 user: florian tags: timeline-keyboard-navigation
06:22
Shortcut SHIFT+J to view the timeline of the focused entry filtered by branch. Add the 'm' query parameter to /timeline links. check-in: 7bbd1b9918 user: florian tags: timeline-keyboard-navigation
2022-08-04
12:02
The smart "scroll to" routine also needs to scroll upwards when used for their new purpose. check-in: fff09df34f user: florian tags: timeline-keyboard-navigation
11:46
Docs v0.1, with upper-/lower-case letter notation, instead of SHIFT+LETTER (which may be somewhat confusing for the "," and ";" case). check-in: b02508d358 user: florian tags: timeline-keyboard-navigation
11:42
Try to fix the focus indicator CSS to work for all skins: alpha-blending "10% black" with light-mode background colors, or "20% white" with dark-mode background colors, looks surprisingly well and conflicts less with branch colors (which can be orange-ish, but never black or white). Note that the dark-mode skins Ardoise, Dark Mode and Xekri (but no... check-in: 7d02688690 user: florian tags: timeline-keyboard-navigation
06:57
Experimental change to scroll the focused entry into view with a Fossil-style scrolling function to keep the entry centered vertically. This is much better than `Element.scrollIntoView()' for FF (but maybe a matter of tweaking the function arguments). Kudos to the wiz who programmed the `scrollToSelected()' function! check-in: ad3a8e0b87 user: florian tags: timeline-keyboard-navigation
06:14
Comment and TODO updates. check-in: ec8b53a9bc user: florian tags: timeline-keyboard-navigation
06:09
Enhance the H shortcut to consider the secondary selection on the /vdiff page as a waypoint. check-in: 0c024627dc user: florian tags: timeline-keyboard-navigation
04:25
Change the "untick" and "copy hash/branch" handlers to not activate keyboard navigation mode, i.e. "untick" is also available in combination with mouse scrolling, and "copy hash/branch" requires a focused entry, instead of focusing an entry without copying its data. check-in: 1d5e6e3cae user: florian tags: timeline-keyboard-navigation
04:11
Shortcut SHIFT+"," (comma) to untick all (better: one) node(s) without moving the focus indicator. check-in: a4db0b2cfa user: florian tags: timeline-keyboard-navigation
04:01
Remap the shortcut to disable keyboard navigation mode to ESC. This is also a test case for the high-priority ESC handlers of the timeline tooltip and the hamburger menu, and things seem to work fine. check-in: 80085809ac user: florian tags: timeline-keyboard-navigation
03:57
Shortcut H to hop between the selected, current (check-out) and ticked entries. check-in: 7703a5f7a3 user: florian tags: timeline-keyboard-navigation
03:51
Shortcuts B and SHIFT+B top copy the hash or branch name of the focused entry to clipboard. check-in: f23a6d13a2 user: florian tags: timeline-keyboard-navigation
03:45
Shortcut "," (comma) to tick/untick the node of the currently focused entry. This has the same effect as mouse clicks, i.e. as soon as two nodes are ticked, the corresponding diff page is opened. check-in: 15f943f0c2 user: florian tags: timeline-keyboard-navigation
03:41
Shortcuts SHIFT+N and SHIFT+M to put focus the first (topmost) or last (bottommost) entry. check-in: 145df5a3e1 user: florian tags: timeline-keyboard-navigation
03:35
Access the hidden input field used for back/forward caching via dedicated functions, and let browsers do the buffering of `document.getElementById()' results themselves. check-in: 115b484992 user: florian tags: timeline-keyboard-navigation
03:34
Merge with trunk to get the latest web UI updates. check-in: 0f9981971e user: florian tags: timeline-keyboard-navigation
2022-08-02
20:55
Put all sections of the /vinfo page (or the /info page for a check-in) inside an accordion widget. check-in: ab553393a1 user: drh tags: trunk
10:57
Take note of another possibly handy shortcut. check-in: 2ffedc2bcb user: florian tags: timeline-keyboard-navigation
00:45
Corrected broken link introduced in the previous commit which works under (fossil ui) but not on the live server (due to the addition of another URI path element). check-in: bf0efda706 user: stephan tags: trunk
00:42
doc index: added a link to the Release Build How-To wiki page, per [forum:94d62e6758613057|forum request]. check-in: 9f3945fc09 user: stephan tags: trunk
2022-08-01
09:34
Take note of another possible TODO item. check-in: b785da80e7 user: florian tags: timeline-keyboard-navigation
09:30
Update the comments about back/forward caching. check-in: e62b171dbc user: florian tags: timeline-keyboard-navigation
09:21
Some code readability and function naming tweaks. check-in: 89a0438f8f user: florian tags: timeline-keyboard-navigation
2022-07-31
08:56
Take note of a possible TODO point. check-in: 4bc9aa3ca8 user: florian tags: timeline-keyboard-navigation
08:48
Remove an unnecessary !important CSS directive that prevents overriding by skins. (This is a leftover from my private patches, where the same technique is used to alpha-blend an additional SVG background color with the original background color.) check-in: 72dc40da49 user: florian tags: timeline-keyboard-navigation
08:39
Revamp key handling to work with modifiers. check-in: af89065ec5 user: florian tags: timeline-keyboard-navigation
08:20
Refactor a function for later reuse. check-in: 2087ad109e user: florian tags: timeline-keyboard-navigation
08:14
Sanitize URL composing. check-in: 6c16d2ec71 user: florian tags: timeline-keyboard-navigation
07:58
Replace the tooltip 'unload' handler with 'pageshow' and 'pagehide' handlers so that restoring the focused entry on back/forward navigation also works with FF. check-in: 5e545a9f07 user: florian tags: timeline-keyboard-navigation
2022-07-30
20:33
login-group command: corrected help text for 'join' option to include REPO and extended code to allow REPO to optionally be passed on as -R REPO. Resolves issue reported in [forum:240b6d856a3dd4b5|forum post 240b6d856a3dd4b5]. check-in: 769a7651e4 user: stephan tags: trunk
2022-07-29
19:03
Fix the /alerts page so that access is provided even for users that are not logged in as long as a complete subscription code is provided as the "name" query parameter. check-in: a27c908f5d user: drh tags: trunk
18:57
The /unsubscribe page now requests comformation. And so email notifications contain only an "Unsubscribe" link, and not a link to subscription management. check-in: f045c5dd26 user: drh tags: trunk
11:37
Don't use magic numbers, and also improve readability for adjacent lines. check-in: 57baac30d6 user: florian tags: timeline-keyboard-navigation
10:27
Drop a redundant check. check-in: d145d92d14 user: florian tags: timeline-keyboard-navigation
10:26
Fix dynamic style assignment. check-in: bb59cc264e user: florian tags: timeline-keyboard-navigation
10:24
Omit the expiration date when creating the session cookie. check-in: 540955bd36 user: florian tags: timeline-keyboard-navigation
06:36
Implement Javascript-based keyboard navigation for web UI timelines. Shortcuts N and M focus the next or previous entry, and J and K toggle between /timeline and /info views for the focused entry. See comments in the committed Javascript file for more information. check-in: b18c425630 user: florian tags: timeline-keyboard-navigation
2022-07-28
18:59
Consolidated some minor code drift between pikchr's fiddle and fossil's pikchrshow. check-in: 44cd975392 user: stephan tags: trunk
18:19
Patch the javascript compressor so that it does not elide text after // if the // immediately follows a :, as that text might be part of a URI string literal. check-in: ffa1c7d0a0 user: drh tags: trunk
17:38
Fix a build problem with zlib on Windows. check-in: 8bd19cad63 user: drh tags: trunk
17:06
Update the built-in copy of zLib to version 1.2.12. check-in: adb9e8e0bc user: drh tags: trunk
15:38
Corrected -DPIC to -fPIC in compaq/zlib/Makefile.in and filed upstream ticket for that change at https://github.com/madler/zlib/issues/684. Closed-Leaf check-in: 368d97869b user: stephan tags: zlib-update
15:23
Latest upstream pikchr.c and pikchr.wasm. check-in: d5ec3629bb user: stephan tags: trunk
2022-07-27
14:16
Add zlib1g-dev to the list of libraries needed for building. check-in: 12ce928a9e user: danield tags: trunk
2022-07-26
16:05
auto.def: --with-zlib=tree now fails if compat/zlib is not configured and built in advance, resolving the curious problem that the downstream test for openssl fails if libz is not built. Problem discovered by Daniel D. and reported in /chat. check-in: b0dc279205 user: stephan tags: trunk
2022-07-25
16:47
Corrected the --with-see build to use sqlite3-see.c. Problem reported in [forum:b3653991172dcd14|forum post b3653991172dcd14]. The SEE build was broken by the late-December 2021 reworking of the --with-sqlite flag and its related build infrastructure. check-in: 18acd94828 user: stephan tags: trunk
2022-07-24
14:53
Added --dry-run change to the change log. check-in: 5960a16f9a user: stephan tags: trunk
14:51
Replaced the remaining --dryrun flags with --dry-run, for consistency, per discussion/monologue in [forum:d732b4026f44bdba|forum post d732b4026f44bdba]. check-in: 4a720c2621 user: stephan tags: trunk
2022-07-21
21:38
Removed an unused var (compiler warning). check-in: 7ca55e926c user: stephan tags: trunk
20:00
Revise the "fossil version -v" command to give less detail. Use -vv or -v -v to get the original full detail. check-in: bbbd7ef8f5 user: drh tags: trunk
16:11
Updated changes.wiki and VERSION to 2.20. check-in: a3bdee629d user: stephan tags: trunk
16:10
Version 2.19 check-in: 1e131febd3 user: stephan tags: trunk, release, version-2.19
14:48
Update the built-in SQLite to version 3.39.2 RC 1. check-in: 8c36dad3ba user: drh tags: trunk
2022-07-19
23:33
Add a quote from https://wholesomedonut.prose.sh/using-fossil-not-git to the "quotes.wiki" page of the documentation. check-in: ff95be0064 user: drh tags: trunk
13:23
Removed the -- flag handling from expand_args_option(), instead letting it fall through to find_option(), to eliminate inconsistencies and corner cases uncovered in [forum:4382bbc66757c39f|forum thread 4382bbc66757c39f]. check-in: 62a1688205 user: stephan tags: trunk
13:17
Update the built-in SQLite to the latest trunk version for testing. check-in: e5be71d6ac user: drh tags: trunk
13:15
Add a "Timeline" link to the /forum page. check-in: 39bc414b17 user: drh tags: trunk
2022-07-18
18:02
Typo fix in the 'timeline' command's help as per forum post [forum:27bc0a9716]. check-in: c8a39b661b user: danield tags: trunk
14:47
Do not omit a forum thread's title while rendering /forumthread page. check-in: ffd32a9f70 user: george tags: trunk
12:07
Added a note to the cgi command's help about the processing order of directives, per forum request. check-in: 8d3176f117 user: stephan tags: trunk
01:39
Still moer grammar fixes in fossil-v-git check-in: e28c25e497 user: wyoung tags: trunk
01:08
More grammar fixes check-in: 9f135f2f4c user: wyoung tags: trunk
01:07
Grammar fix to the fossil-v-git doc check-in: f36fb951ee user: wyoung tags: trunk