fossil
repo
Explore
Sign in
Fossil SCM
Overview
Code
Branches
Timeline
Tickets
Wiki
Forum
Releases
Files
← Back to file
src/timeline.c
50 commits
Merge the latest trunk enhancements into the timestamp-vfs branch.
drh
99aa77d96…
2026-02-17 16:47
Add/use the --quiet option on 'timeline' to suppress printing end-of-timeline notifications.
danield
3e3d5ed01…
2026-02-10 10:01
Latest merge from trunk.
brickviking
d03791648…
2026-02-10 08:49
Tweak [1f20d61a07] to avoid broken UTF-8 sequences at the end of truncated comments.
florian
f661b8de4…
2026-02-07 15:08
Make extra lines like tag notifications responsive to the timeline-max-comment limit.
drh
1f20d61a0…
2026-02-06 00:51
Sync with trunk.
florian
ceee00be5…
2026-01-10 14:16
Sync with trunk.
florian
e4556126d…
2026-01-10 14:10
Sync with trunk.
florian
facfbbd55…
2026-01-10 14:04
Sync with trunk.
florian
c50c8ed9d…
2026-01-10 14:02
Sync with trunk.
florian
c50c8ed9d…
2026-01-10 14:02
Spelling corrections in comments and some help documents.
andybradford
97a4f2660…
2026-01-05 06:18
Spelling fixes in docs/comments.
km
33d3bf3ed…
2025-12-27 12:21
Assorted fixes of typos and grammar in code comments. No functional changes.
danield
e2bdc1057…
2025-12-23 16:06
Sync with trunk.
florian
b81b4c6c3…
2025-11-26 14:12
Merge from trunk.
brickviking
50b56eec7…
2025-10-29 11:10
Cache the name of the main branch.
danield
ca0d66b2e…
2025-10-28 15:05
Try to always honor the main-branch setting rather than hard-coding "branch".
drh
3a6dd8394…
2025-10-28 14:15
Remove some fossil_free() calls added by the previous check-in.
danield
6a617d004…
2025-10-25 13:48
Replace hard-coded "trunk" with the value of 'main-branch' (defaulting to "trunk").
danield
dd8995bbd…
2025-10-23 14:50
Merge from trunk.
brickviking
0ffacb525…
2025-10-23 08:14
Land the timeline-enhance-2025 branch. The "Simple" timeline view. Improved access to tarballs and…
drh
6ce705b8d…
2025-10-20 17:52
Use ascii "self" instead of chinese "自", since some users do not have han fonts installed.
drh
ff94437a7…
2025-10-20 10:31
New setting timeline-mark-leaves controls whether or not leaf check-ins are identified on the timel…
drh
57caee031…
2025-10-19 18:51
Document the timeline-default-style setting so that it can be viewed and changed on the /setup_sett…
drh
c9c17a81a…
2025-10-19 10:33
Replace the "<b>← This is me</b>" notation at the end of the check-in comment with a "自" (self…
drh
80d2beabe…
2025-10-19 00:13
The new "Simple" view for timelines attempts to declutter the timeline without being as extreme as …
drh
07a43dd39…
2025-10-18 17:18
Remove the "tarzip" query parameter from /timeline. Make the default suggested-tarlist be "off" so…
drh
bdbf5db22…
2025-10-18 01:43
Improvements to the display of /brtimeline.
drh
8b00a9714…
2025-10-17 15:49
Use CSS instead of <string> markup to add emphasis to the check-in hash.
drh
6950c1482…
2025-10-17 14:18
Deemphasize "leaf" and "closed-leaf" on the timeline. But add emphasis to the check-in hash, as th…
drh
33de43f0f…
2025-10-17 13:55
Restrict the use of the new "tarzip" parameter to non-robots.
drh
d568a2fb5…
2025-10-17 12:57
Add the "tarzip" query parameter to /timeline.
drh
2dc364f6a…
2025-10-17 12:39
Add the /tarlist page with infrastructure changes to facilitate. Fix the "ng" (no-graph) query par…
drh
9cc36d235…
2025-10-17 11:18
Add #define to enable the new formatting of the "extra" tail on timeline entries. Currently set fo…
drh
4da636fe3…
2025-10-17 11:05
Fix technote linkage on the timeline.
drh
f181c88a7…
2025-10-17 01:32
Omit unused variables in the timeline generator.
drh
d5cff1246…
2025-10-16 23:55
Remove the button from the timeline extra text, thus undoing part of check-in [ba434ab46095ca57]. …
drh
ece92e22b…
2025-10-16 23:29
Reformat the "extra" section of timeline entries. Very experimental.
drh
ba434ab46…
2025-10-16 18:47
More improvements to no-graph timelines.
drh
78b56efae…
2025-10-16 17:51
Improvements to the no-graph display of timelines.
drh
085082f18…
2025-10-16 17:47
The "ng" (no-graph) query parameter still shows a node circle and colors the check-ins by branch na…
drh
ddd12b859…
2025-10-16 17:26
Timeline computes the main branch name once, instead of once per row.
drh
fa3e6ed20…
2025-10-16 15:10
Enhancements to the infrastructure that generates timeline displays.
drh
379554391…
2025-10-16 15:03
Make use of the improved /help/CMD syntax everywhere, in place of the legacy /help?cmd=CMD syntax.
drh
c64f28d26…
2025-10-10 17:20
Change the new `-u|--user' option of the `timeline' command to `-u|--for-user' to avoid conflicts w…
florian
f4240ecc3…
2025-10-10 05:26
In the timeline, replace a hard-coded 'trunk' with a db_get('main-branch'), as suggested in [forum:…
stephan
cc5ffebb5…
2025-10-09 09:34
In the timeline, replace a hard-coded 'trunk' with a db_get('main-branch'), as suggested in [forum:…
stephan
cc5ffebb5…
2025-10-09 09:34
In the timeline, replace a hard-coded 'trunk' with a db_get('main-branch'), as suggested in [forum:…
stephan
263c51941…
2025-10-09 09:33
replace c++ comments single line comment.
mgagnon
ee5db2133…
2025-10-08 15:25
When using "oldestfirst" query parameter on /timeline, swap the Older/Newer buttons at the beginnin…
mgagnon
c09483437…
2025-10-08 15:22
Keyboard Shortcuts
Open search
/
Next entry (timeline)
j
Previous entry (timeline)
k
Open focused entry
Enter
Show this help
?
Toggle theme
Top nav button
Close