Log of /cvsgraph/cvsgraph.h
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.28 -
(
view)
(
annotate)
-
[select for diffs]
Sun Dec 18 01:57:57 2005 UTC
(12 years, 4 months ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_6_0,
REL_1_6_1
Branch point for:
automake-dev1,
svn-integration
Changes since
1.27: +24 -1 lines
Diff to
previous 1.27
,
to
selected 1.16
- Added dynamic colors and strings for more flexibility in visual
representations of the tree.
- Added keyword rev_idtext to define the revision ID in a revision
box. Normally this would show the revision number, but can now be
changed dynamically.
- Fix dashed lines when stripped revisions have mergepoints attatched
Revision
1.27 -
(
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.26: +15 -3 lines
Diff to
previous 1.26
,
to
selected 1.16
Implemented multiple regex match for triplets merge_{from,to,color} so
that merges can be detected with more disjoined tag definitions.
Revision
1.26 -
(
view)
(
annotate)
-
[select for diffs]
Thu Oct 21 20:08:42 2004 UTC
(13 years, 6 months ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_5_1,
REL_1_5_2
Changes since
1.25: +2 -0 lines
Diff to
previous 1.25
,
to
selected 1.16
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.25 -
(
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.24: +2 -0 lines
Diff to
previous 1.24
,
to
selected 1.16
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.24 -
(
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.23: +1 -0 lines
Diff to
previous 1.23
,
to
selected 1.16
- Add resorting of branches on how many revisions they have. This saves space under circumstances.
Revision
1.23 -
(
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.22: +3 -0 lines
Diff to
previous 1.22
,
to
selected 1.16
- 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.22 -
(
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.21: +20 -0 lines
Diff to
previous 1.21
,
to
selected 1.16
- 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.19 -
(
view)
(
annotate)
-
[select for diffs]
Sun Feb 22 13:00:39 2004 UTC
(14 years, 2 months ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_4_1
Changes since
1.18: +3 -0 lines
Diff to
previous 1.18
,
to
selected 1.16
- Add the arrow patch from Haroon Rafique <haroon.rafique {at} utoronto.ca>
- Adapt the arrow patch to be more configurable
Revision
1.18 -
(
view)
(
annotate)
-
[select for diffs]
Fri Mar 14 14:24:50 2003 UTC
(15 years, 1 month ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_4_0
Changes since
1.17: +1 -0 lines
Diff to
previous 1.17
,
to
selected 1.16
- 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.17 -
(
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.16: +1 -0 lines
Diff to
previous 1.16
- 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.16 -
(
view)
(
annotate)
-
[selected]
Sun Mar 9 22:36:50 2003 UTC
(15 years, 1 month ago)
by
bertho
Branch:
MAIN
Changes since
1.15: +6 -0 lines
Diff to
previous 1.15
- add merge visualization
- Provide solution for possible XSS bug in tag expansions
Revision
1.15 -
(
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.14: +5 -0 lines
Diff to
previous 1.14
,
to
selected 1.16
- Implement different HTML levels for imagemaps.
- Add new commandline option for HTML level
- Update docs
Revision
1.13 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jul 18 15:26:34 2002 UTC
(15 years, 9 months ago)
by
bertho
Branch:
MAIN
Changes since
1.12: +1 -0 lines
Diff to
previous 1.12
,
to
selected 1.16
First changes for left_right drawing of the tree.
Still missing proper branch_dupbox, upside_down and imagemap support.
Revision
1.12 -
(
view)
(
annotate)
-
[select for diffs]
Tue Apr 23 23:02:54 2002 UTC
(16 years ago)
by
bertho
Branch:
MAIN
Changes since
1.11: +1 -0 lines
Diff to
previous 1.11
,
to
selected 1.16
- Fix browserbug ordering y-coordinates
- Speed up parsing by bypassing deltatext parse
- Add logentry expansion
Revision
1.10 -
(
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.9: +12 -2 lines
Diff to
previous 1.9
,
to
selected 1.16
- 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.9 -
(
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.8: +8 -0 lines
Diff to
previous 1.8
,
to
selected 1.16
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.8 -
(
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.7: +1 -1 lines
Diff to
previous 1.7
,
to
selected 1.16
- 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.7 -
(
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.6: +3 -0 lines
Diff to
previous 1.6
,
to
selected 1.16
- 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]
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.5: +8 -0 lines
Diff to
previous 1.5
,
to
selected 1.16
- 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.4 -
(
view)
(
annotate)
-
[select for diffs]
Sun Mar 4 01:38:23 2001 UTC
(17 years, 1 month ago)
by
bertho
Branch:
MAIN
Changes since
1.3: +10 -2 lines
Diff to
previous 1.3
,
to
selected 1.16
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.
Revision
1.3 -
(
view)
(
annotate)
-
[select for diffs]
Mon Feb 26 00:09:20 2001 UTC
(17 years, 1 month ago)
by
bertho
Branch:
MAIN
Changes since
1.2: +4 -0 lines
Diff to
previous 1.2
,
to
selected 1.16
- Fixed the recursion problem so that branches of branches are properly placed.
- Fixed a lonely '+' in an expression.
- Started to make an imagemap functionality (not very functional yet)
Revision
1.2 -
(
view)
(
annotate)
-
[select for diffs]
Sat Feb 24 00:35:13 2001 UTC
(17 years, 2 months ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_0_1
Changes since
1.1: +3 -0 lines
Diff to
previous 1.1
,
to
selected 1.16
Fixed the soring of revisions permanently. All sections of the revision
numbers are important.
Implemented better control over libgd with autoconf and added support
for generation of png and jpeg from the configuration file (thanks to
Kurt L. Sussman for a patch, although I modified it a bit).
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.