Log of /cvsgraph/rcs.h
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.14 -
(
view)
(
annotate)
-
[select for diffs]
Thu Dec 15 13:06:09 2005 UTC
(12 years, 4 months ago)
by
bertho
Branch:
MAIN
Changes since
1.13: +1 -0 lines
Diff to
previous 1.13
,
to
selected 1.10
Implemented multiple regex match for triplets merge_{from,to,color} so
that merges can be detected with more disjoined tag definitions.
Revision
1.12 -
(
view)
(
annotate)
-
[select for diffs]
Wed Oct 20 22:03:36 2004 UTC
(13 years, 6 months ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_5_1
Changes since
1.11: +43 -9 lines
Diff to
previous 1.11
,
to
selected 1.10
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.11 -
(
view)
(
annotate)
-
[select for diffs]
Sun Aug 15 16:58:22 2004 UTC
(13 years, 8 months ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_5_0
Changes since
1.10: +2 -0 lines
Diff to
previous 1.10
- 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.10 -
(
view)
(
annotate)
-
[selected]
Tue Aug 3 08:50:15 2004 UTC
(13 years, 8 months ago)
by
bertho
Branch:
MAIN
Changes since
1.9: +1 -0 lines
Diff to
previous 1.9
Implement tag-ignoring on basis of a regular expression
Revision
1.9 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jul 15 15:12:07 2004 UTC
(13 years, 9 months ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_4_1
Changes since
1.8: +1 -0 lines
Diff to
previous 1.8
,
to
selected 1.10
Fix the author recognition for CVSNT with broken rcsfile(5) format.
This might not be a total remedy, but should fix some.
Revision
1.8 -
(
view)
(
annotate)
-
[select for diffs]
Fri Mar 14 01:38:39 2003 UTC
(15 years, 1 month ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_4_0
Changes since
1.7: +9 -5 lines
Diff to
previous 1.7
,
to
selected 1.10
- 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.5 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jan 9 00:28:36 2002 UTC
(16 years, 3 months ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_2_0,
REL_1_3_0
Changes since
1.4: +0 -1 lines
Diff to
previous 1.4
,
to
selected 1.10
- 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.4 -
(
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.3: +1 -0 lines
Diff to
previous 1.3
,
to
selected 1.10
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.3 -
(
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.2: +1 -0 lines
Diff to
previous 1.2
,
to
selected 1.10
- 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.2 -
(
view)
(
annotate)
-
[select for diffs]
Sat Mar 10 02:54:39 2001 UTC
(17 years, 1 month ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_1_1,
REL_1_1_2,
REL_1_1_3
Changes since
1.1: +1 -0 lines
Diff to
previous 1.1
,
to
selected 1.10
- Fixed path problems. Cvsroot and module will always have a
trailing '/' if they are not empty so that simple files
can be addressed directly from the commandline. This also
eases expansions.
- Implemented new features:
* revisions can have custom text
* background colors of boxes working
* boxes can have shadow (looks nice)
* imagemaps generate diff areas between revisions
- Several new config parameters to support above functionality.
Revision
1.1 -
(
view)
(
annotate)
-
[select for diffs]
Sun Mar 4 01:38:23 2001 UTC
(17 years, 1 month ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_1_0
Diff
to
selected 1.10
Major update of the code.
- Complete new method of getting the revision structure by directly
reading the rcs/cvs file. This should also speed things a bit
because no external program needs to be called anymore.
This also means that "remote-graphs" are no longer a possible
extension of the program. But, who cares.
- Implemented branch-kerning to save place. The images are now
much smaller in width, dependent on the settings of the exterior
margins.
- Fixed disjoint braches by reading the structure direct from the
rcs/cvs file. The revision/branch structure is no longer determined
from the revision numbers, but solely from the rcs/cvs file structure.
- Fixed display of branches with no revisions attached to them. These
only have a tag describing the new branch.
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.