Fossil

Timeline
Login

Timeline

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

57 check-ins using file skins/aht/details.txt or skins/black_and_white/details.txt or skins/enhanced1/details.txt or skins/khaki/details.txt or skins/original/details.txt or skins/plain_gray/details.txt or skins/rounded1/details.txt or skins/xekri/details.txt or skins/default/details.txt or skins/blitz/details.txt or skins/blitz_no_logo/details.txt version b8f20e99

2018-08-08
01:27
Fix the MSVC specific link flags. ... (check-in: 27c4e7b0 user: ashepilko tags: cmake-ide)
2018-08-07
17:55
Adjust include directories list to pick up autoconfig.h ... (check-in: ad12f35c user: ashepilko tags: cmake-ide)
2018-08-04
11:08
Pass the build command in verbatim mode. ... (check-in: 28094475 user: ashepilko tags: cmake-ide)
11:01
Enumerate tests to preserve the order, MSVS2017 does not seem to follow test dependencies. ... (check-in: a5dff314 user: ashepilko tags: cmake-ide)
10:55
Change the order of extra build flags to allow overrides. ... (check-in: f59ccb03 user: ashepilko tags: cmake-ide)
10:47
Fix PDB file handling; should apply only for Debug build. ... (check-in: b7430ba1 user: ashepilko tags: cmake-ide)
2018-08-02
11:58
Merge updates from trunk. ... (check-in: b6a0c001 user: mistachkin tags: cmake-ide)
11:44
Improve comment. ... (check-in: f9ba9d94 user: mistachkin tags: cmake-ide)
09:55
Allow out-of-source build with MSVC on Windows. ... (check-in: fc8281ee user: ashepilko tags: cmake-ide)
09:37
Allow reading the list of input resources from a file with --reslist option. ... (check-in: ba8ba160 user: ashepilko tags: cmake-ide)
09:24
Build Fossil via ExternalProject ... (check-in: cddc7bb0 user: ashepilko tags: cmake-ide)
08:32
Merge from trunk. ... (check-in: 19997e99 user: ashepilko tags: cmake-ide)
2017-08-31
02:00
Merge trunk ... (check-in: d15c1ba0 user: jan.nijtmans tags: multi-thread)
2017-04-23
13:08
merge trunk. Use new Win10 flag: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE. See: https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/#Y9sMOye6Y8vVYmDx.97 for why this might make this branch work better. ... (Closed-Leaf check-in: 2999c7dc user: jan.nijtmans tags: winsymlink)
2016-05-31
08:17
merge from trunk with a few tweaks for merge conflicts ... (check-in: 598b58a5 user: sdr tags: winsymlink)
2016-04-08
13:03
Updating from trunk. ... (Closed-Leaf check-in: a1b09559 user: viriketo tags: viric_flavour)
2015-09-04
15:51
Merge from trunk. ... (check-in: f571ded3 user: sdr tags: winsymlink)
15:44
Fixed a broken conditional for code which should only be compiled on Windows but was only being compiled for posix. ... (check-in: 5bbf1ab3 user: sdr tags: winsymlink)
2015-09-03
23:15
Merged from trunk with a few tiny edits to make new functionality work on Windows ... (check-in: 8f33e49d user: sdr tags: winsymlink)
2015-08-26
14:06
fix bug in finding previous version of changed file ... (Closed-Leaf check-in: 24048ead user: baruch tags: svn-import)
09:34
Bring svn import up to date in an attempt to finish it ... (check-in: c75ca53e user: baruch tags: svn-import)
2015-06-26
21:25
Fix memory leak in prompt handling. Move clean-glob setting to ignore-glob, that makes "fossil extras" and "fossil clean" behave much more sensible. ... (Closed-Leaf check-in: a98c9957 user: jan.nijtmans tags: undo-clean)
21:05
If "fossil clean" is undoable, there is no need to prompt for each file first. ... (check-in: 466ccf96 user: jan.nijtmans tags: undo-clean)
20:28
Bring behavior and comments closer toghether, hopefully right this time. ... (check-in: cc34dcb7 user: jan.nijtmans tags: undo-clean)
20:22
Cleaning files matching ignore-glob should never be undoable. Other files being clean are undoable, even when using -x|--verily. That's how it should behave (I think) ... (check-in: b3384326 user: jan.nijtmans tags: undo-clean)
20:11
Merge trunk. Make fossil clean undoable only when -x|--verily is not specified. And cleaning files matching ignore-glob will never be undoable. ... (check-in: 134d8e11 user: jan.nijtmans tags: undo-clean)
18:48
Merge trunk. ... (check-in: f3daf393 user: andygoth tags: undo-clean)
2015-05-16
11:38
Added "More..." to the main menu. ... (Closed-Leaf check-in: 156b602d user: zakero tags: skin-xekri)
02:27
Added support for the SVG pie charts. ... (check-in: dee9e33b user: zakero tags: skin-xekri)
02:18
Merge updates from trunk. ... (check-in: 777db01e user: zakero tags: skin-xekri)
2015-05-08
03:22
Reimplement timeline-circle-nodes and timeline-arrowheads skin options. ... (Closed-Leaf check-in: aaa0e6d1 user: joel tags: graphcss)
2015-05-04
22:10
Merge cleanX ... (check-in: 72baedfb user: jan.nijtmans tags: cleanX-no-clean-glob)
21:10
merge trunk ... (check-in: 857ab8ae user: jan.nijtmans tags: cleanX)
2015-04-30
22:03
No longer assume -f with -x|--verily, as everything matching --ignore will not be prompted for anyway. ... (check-in: f870407c user: jan.nijtmans tags: cleanX)
21:53
Remove no-longer used allow-clean-x setting ... (check-in: 330c88eb user: jan.nijtmans tags: cleanX)
21:24
Merge trunk ... (check-in: 44bed853 user: jan.nijtmans tags: cleanX)
2015-04-10
00:18
Use one setting instead of two. Using one default fallback constant instead of two. Remove the '--metadata-only' option entirely. ... (Closed-Leaf check-in: d981fe2c user: mistachkin tags: mvAndRmFiles)
00:02
Add comments and simplify use of temporary tables. ... (check-in: 90ee7bcb user: mistachkin tags: mvAndRmFiles)
2015-04-09
23:21
Style and comment fixes. ... (check-in: 99c57b3e user: mistachkin tags: mvAndRmFiles)
02:19
Merge updates from trunk. ... (check-in: 0060d07d user: mistachkin tags: mvAndRmFiles)
2015-04-08
13:49
Merge trunk ... (check-in: ff571668 user: jan.nijtmans tags: sqlite3-compat)
2015-04-05
20:15
Update TH1 docs. ... (check-in: 095eb14c user: mistachkin tags: mvAndRmFiles)
20:08
Fix some inaccurate comments. ... (check-in: af501140 user: mistachkin tags: mvAndRmFiles)
20:02
Merge updates from trunk. ... (check-in: 55f7ec6c user: mistachkin tags: mvAndRmFiles)
2015-04-03
03:56
Evidently, the changes on this branch are no longer required. The underlying database locking issue has already been resolved. ... (Closed-Leaf check-in: 999de0b7 user: mistachkin tags: tkt-b6eea9446d)
03:13
Merge updates from trunk. ... (check-in: bc313086 user: mistachkin tags: mvAndRmFiles)
03:07
Further simplifications. ... (check-in: 52641f30 user: mistachkin tags: tkt-b6eea9446d)
03:06
Remove superfluous conditional operator. ... (check-in: 79b27a67 user: mistachkin tags: tkt-b6eea9446d)
03:04
Manually fix some merge issues and adapt the algorithm to the latest trunk code. ... (check-in: e6b160af user: mistachkin tags: tkt-b6eea9446d)
02:36
Merge updates from trunk. ... (check-in: 06ffd800 user: mistachkin tags: tkt-b6eea9446d)
2015-03-31
09:39
Update custom makefile ... (check-in: eb090f25 user: jan.nijtmans tags: trunk)
00:15
Update to the latest SQLite 3.8.9 alpha code. ... (check-in: ec44ff01 user: drh tags: trunk)
2015-03-30
22:00
Rename "event" to "technote" throughout technote/event documentation. Previous renaming did not address every instance of the word "event". ... (check-in: dc359323 user: andygoth tags: trunk)
20:34
In the timeline graph, color the initial up-arrow of a branch in the branch color, when graph coloring is enable. ... (check-in: d19b52a3 user: drh tags: trunk)
17:51
Simplify and improve the skin-editing capability. Add the new "details.txt" skin file that contains skin settings used on the server-side. Add detail values for selecting white-background, rounded nodes, color graph lines, and for omitting arrowheads on verticle graph lines. ... (check-in: 106c0909 user: drh tags: trunk)
17:43
Convert background colors into foreground colors before using them for drawing graph lines. ... (Closed-Leaf check-in: 70e882b5 user: drh tags: improved-skin-edit)
16:57
Add the ability to draw graph rail lines in node color. ... (check-in: 675f8c7d user: drh tags: improved-skin-edit)