Log of /cvsgraph/configure.in
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.15 -
(
view)
(
annotate)
-
[select for diffs]
Sat Dec 4 02:18:13 2004 UTC
(13 years, 4 months ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_5_2,
REL_1_6_0,
REL_1_6_1,
REL_1_6_2,
source_head_20080521
Branch point for:
automake-dev1,
svn-integration
Changes since
1.14: +2 -2 lines
Diff to
previous 1.14
,
to
selected 1.6
Fix the configure script to detect gd-2:
The mystery is solved, I think. The problem seems to be a bug in the GIF
support of gd-2.0.33. I didn't look into it further because CvsGraph was
configured to output PNGs and shouldn't have been outputting GIFs in the
first place. The reason it was outputting GIFs was a bug in CvsGraph's
configure script which causes CvsGraph to be built without PNG support.
Revision
1.14 -
(
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
Changes since
1.13: +3 -0 lines
Diff to
previous 1.13
,
to
selected 1.6
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.13 -
(
view)
(
annotate)
-
[select for diffs]
Mon Aug 16 08:39:27 2004 UTC
(13 years, 8 months ago)
by
bertho
Branch:
MAIN
Changes since
1.12: +3 -0 lines
Diff to
previous 1.12
,
to
selected 1.6
Add a configure check for sys/wait.h so that Windows/MingW should compile without editing cvsgraph.c.
Revision
1.12 -
(
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.11: +14 -9 lines
Diff to
previous 1.11
,
to
selected 1.6
- 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.7 -
(
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
Changes since
1.6: +14 -0 lines
Diff to
previous 1.6
- 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.6 -
(
view)
(
annotate)
-
[selected]
Wed Nov 21 08:25:04 2001 UTC
(16 years, 5 months ago)
by
bertho
Branch:
MAIN
Changes since
1.5: +2 -0 lines
Diff to
previous 1.5
Update configure to check for getopt.h which does not exist on Solaris 8.
Revision
1.5 -
(
view)
(
annotate)
-
[select for diffs]
Mon Mar 12 15:57:58 2001 UTC
(17 years, 1 month ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_1_2,
REL_1_1_3
Changes since
1.4: +27 -15 lines
Diff to
previous 1.4
,
to
selected 1.6
Fixed the configuration on IRIX. This was actually a bug in the --with-xx
definitions and that messed up about everything. Now CvsGraph runs on IRIX
with the GNU buildchain installed.
Revision
1.3 -
(
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.2: +12 -0 lines
Diff to
previous 1.2
,
to
selected 1.6
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.1 -
(
view)
(
annotate)
-
[select for diffs]
Fri Feb 23 00:11:30 2001 UTC
(17 years, 2 months ago)
by
bertho
Branch:
MAIN
Diff
to
selected 1.6
Start to use autoconf. This makes detecting old/new libgd easier.
Also a bit more portable.
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.