Log of /cvsgraph/README
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.33 -
(
view)
(
annotate)
-
[select for diffs]
Thu Oct 21 20:08:42 2004 UTC
(13 years, 6 months ago)
by
bertho
Branch:
MAIN
Changes since
1.32: +4 -0 lines
Diff to
previous 1.32
,
to
selected 1.3
Implement selection of png compression level with image_compress and enable
interlacing (progressive load) for both png and jpeg images with image_interlace.
Revision
1.32 -
(
view)
(
annotate)
-
[select for diffs]
Wed Oct 20 22:03:36 2004 UTC
(13 years, 6 months ago)
by
bertho
Branch:
MAIN
Changes since
1.31: +4 -0 lines
Diff to
previous 1.31
,
to
selected 1.3
Added patch from Gordon Hollingworth <Gordon.Hollingworth {at} TTP.com> to use
mergepoints as implemented by CVSNT. Adapted the patch to enable both
tag-detected merges and mergepoints to be shows at the same time.
Revision
1.31 -
(
view)
(
annotate)
-
[select for diffs]
Wed Oct 20 19:31:10 2004 UTC
(13 years, 6 months ago)
by
bertho
Branch:
MAIN
Changes since
1.30: +6 -0 lines
Diff to
previous 1.30
,
to
selected 1.3
Fix a bug in the detection of branch-numbers in the logical ,v file structure
(reported by Daniel Dumitrache <ddumitrache {at} bitdefender.com>). The branch was
deduced from the revision, but that would fail for revision numbers that are
like magic branch-numbers (x.x.0.x) because they were interpreted. These
revision numbers are now correctly handled by treating them as revision numbers
and deducing the branch by eliminating the trailing .x.
Revision
1.30 -
(
view)
(
annotate)
-
[select for diffs]
Thu Sep 23 20:29:01 2004 UTC
(13 years, 7 months ago)
by
bertho
Branch:
MAIN
Changes since
1.29: +6 -9 lines
Diff to
previous 1.29
,
to
selected 1.3
Change the timezone stuff to fix localtime calculation as suggested by
Henrik Carlqvist <henca {at} users.SourceForge.net>
Revision
1.29 -
(
view)
(
annotate)
-
[select for diffs]
Sun Aug 29 12:20:03 2004 UTC
(13 years, 7 months ago)
by
bertho
Branch:
MAIN
Changes since
1.28: +2 -0 lines
Diff to
previous 1.28
,
to
selected 1.3
- Add resorting of branches on how many revisions they have. This saves space under circumstances.
Revision
1.28 -
(
view)
(
annotate)
-
[select for diffs]
Sun Aug 29 12:07:05 2004 UTC
(13 years, 7 months ago)
by
bertho
Branch:
MAIN
Changes since
1.27: +10 -23 lines
Diff to
previous 1.27
,
to
selected 1.3
- Add patch from Henrik Carlqvist <henca {at} users.SourceForge.net>
* add option rev_hidenumber for disabling revision number display.
* add option tag_ignore_merge for disabling merge_from/merge_to display
if matched with tag_ignore.
- Add option merge_findall so that merge_from/merge_to tags can have multiple
matches.
- Fix some whitespace to tab.
Revision
1.26 -
(
view)
(
annotate)
-
[select for diffs]
Sun Aug 15 16:58:22 2004 UTC
(13 years, 8 months ago)
by
bertho
Branch:
MAIN
Changes since
1.25: +25 -5 lines
Diff to
previous 1.25
,
to
selected 1.3
- Added drawing of partial trees. You now can select a subtree based on a
revision number, branch number or symbolic tag to show only that part of the
tree. New config option branch_subtree selects which part is shown. If the
subtree is empty, then the whole tree is shown.
- Most error and warning messages are now displayed in the graph, instead of
being written to stderr. This enables you to see an image eventhough errors
might be present. The old method would generate a corrupt image.
New configuration options include msg_color and msg_font to control the looks
of it. Messages are always printed at the bottom of the image.
- Fixed a bug in the folding code where subtrees would not fold correctly.
- Added diff links in the map-generation for detected merges so that you can
get the differences in merge-operations. The options map_merge_href and
map_merge_alt must be set accordingly.
Revision
1.25 -
(
view)
(
annotate)
-
[select for diffs]
Sat Aug 14 14:56:18 2004 UTC
(13 years, 8 months ago)
by
bertho
Branch:
MAIN
Changes since
1.24: +15 -32 lines
Diff to
previous 1.24
,
to
selected 1.3
- Add comments on latest changes on tag_ignore
- Mention that there are at least 3 viewers with support for CvsGraph
Revision
1.22 -
(
view)
(
annotate)
-
[select for diffs]
Mon Mar 17 01:33:44 2003 UTC
(15 years, 1 month ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_4_0
Changes since
1.21: +4 -4 lines
Diff to
previous 1.21
,
to
selected 1.3
- Fix off by one error in html-izing string expansions
- Fix wrong font in branch-box
- Fix imagemaps to contain references to each branch in
folded branchboxes.
- Prepare for release 1.4.0
Revision
1.21 -
(
view)
(
annotate)
-
[select for diffs]
Fri Mar 14 14:24:50 2003 UTC
(15 years, 1 month ago)
by
bertho
Branch:
MAIN
Changes since
1.20: +4 -0 lines
Diff to
previous 1.20
,
to
selected 1.3
- Implement folding for all branches on the same branchpoint if empty. New
option branch_foldall controls this behavior. See cvsgraph.conf(5) for
details.
Revision
1.20 -
(
view)
(
annotate)
-
[select for diffs]
Fri Mar 14 01:38:39 2003 UTC
(15 years, 1 month ago)
by
bertho
Branch:
MAIN
Changes since
1.19: +20 -0 lines
Diff to
previous 1.19
,
to
selected 1.3
- Fixed a bug in the initial placing of left to right displaying.
- Half-fixed a bug in the kerning code, where a loop-safeguard was triggered
way too soon (at 100 iterations). This has now been changed to 10000, but
should be dependent on the number of drawable branches, as the function is
_at least_ order O(N^2). However, more analysis is required to ensure
safe guarding under all circumstances.
- Implemented folding of empty branches. Many uses of CVS create many
branches on the same revision but have no commits on them. This occurs
often with stable files like .cvsignore files and the like. A new
configuration option branch_fold enables imaging consequtive brances
with no commits in the same branch-box. This reduces images by a huge
factor (28000x1700 -> 2100x2300, i.e. a factor of 10). It also speeds up
drawing considerably. The branch_fold option is *on* by default.
- Fix duplicate branch-boxes (branch_dupbox=true). No duplicates should be
created if there are no commits on a specific branch. There is no reason
for having two boxes on top of each other.
Revision
1.17 -
(
view)
(
annotate)
-
[select for diffs]
Tue Feb 11 10:43:44 2003 UTC
(15 years, 2 months ago)
by
bertho
Branch:
MAIN
Changes since
1.16: +4 -30 lines
Diff to
previous 1.16
,
to
selected 1.3
- Implement different HTML levels for imagemaps.
- Add new commandline option for HTML level
- Update docs
Revision
1.14 -
(
view)
(
annotate)
-
[select for diffs]
Tue Apr 23 23:02:54 2002 UTC
(16 years ago)
by
bertho
Branch:
MAIN
Changes since
1.13: +15 -48 lines
Diff to
previous 1.13
,
to
selected 1.3
- Fix browserbug ordering y-coordinates
- Speed up parsing by bypassing deltatext parse
- Add logentry expansion
Revision
1.11 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jan 9 00:28:36 2002 UTC
(16 years, 3 months ago)
by
bertho
Branch:
MAIN
Changes since
1.10: +13 -0 lines
Diff to
previous 1.10
,
to
selected 1.3
- Added a new version of auto_stretch. It seems to work better
bit it still needs improvement (a lot)
- Added TrueType support. This solves also a problem of missing
libraries if libgd needs -lttf or -lfreetype.
Revision
1.10 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jan 1 21:03:23 2002 UTC
(16 years, 3 months ago)
by
bertho
Branch:
MAIN
Changes since
1.9: +21 -8 lines
Diff to
previous 1.9
,
to
selected 1.3
Major code update to enable some more features. The new formatting scheme is
not yet 100%. This should be close to version 1.2.0.
Revision
1.9 -
(
view)
(
annotate)
-
[select for diffs]
Wed Dec 19 18:10:58 2001 UTC
(16 years, 4 months ago)
by
bertho
Branch:
MAIN
Changes since
1.8: +41 -10 lines
Diff to
previous 1.8
,
to
selected 1.3
- Updated the docu a bit
- Renamed the branch_mirror to branch_dupbox which is more appropriate
- strip_untagged displays now draw dashed connector lines to indicate a jump
Revision
1.8 -
(
view)
(
annotate)
-
[select for diffs]
Tue Dec 18 22:50:12 2001 UTC
(16 years, 4 months ago)
by
bertho
Branch:
MAIN
Changes since
1.7: +3 -3 lines
Diff to
previous 1.7
,
to
selected 1.3
- Added upside-down imaging of the tree
- Added extra branch-box at the bottom/top of the trunk
- Added stripping of untagged revisions
Revision
1.6 -
(
view)
(
annotate)
-
[select for diffs]
Thu Mar 22 21:42:48 2001 UTC
(17 years, 1 month ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_1_2
Changes since
1.5: +3 -3 lines
Diff to
previous 1.5
,
to
selected 1.3
- Dead tags (i.e. a tag without a valid revision or branch) does no
longer print a message in quiet mode.
- Added expansions for cvsroot and cvsmodule without trailing '/'
- Remove core-files in a 'make clean'.
- Fixed default config file to use entities < and >.
Revision
1.3 -
(
view)
(
annotate)
-
[selected]
Sat Feb 24 21:52:28 2001 UTC
(17 years, 2 months ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_0_1
Changes since
1.2: +1 -0 lines
Diff to
previous 1.2
Mention to run configure before make
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.