]> granicus.if.org Git - graphviz/log
graphviz
19 years agofirst cut at a -Tfig plugin
ellson [Wed, 26 Jul 2006 19:23:31 +0000 (19:23 +0000)]
first cut at a -Tfig plugin

19 years agorework postscript alias mapping to better support svg and xfig
ellson [Wed, 26 Jul 2006 15:30:54 +0000 (15:30 +0000)]
rework postscript alias mapping to better support svg and xfig
   update pango and svg renderers to use new postscript aliases

19 years agouse separate $titlefont in entities demo so that we can view symbol font
ellson [Wed, 26 Jul 2006 03:01:59 +0000 (03:01 +0000)]
use separate $titlefont in entities demo so that  we can view symbol font

19 years agoreturn more pango text properties in -v output.
ellson [Tue, 25 Jul 2006 19:14:36 +0000 (19:14 +0000)]
return more pango text properties in -v output.

19 years agoimprove postscript fontname translation by use of bsearch() and caching prev result.
ellson [Tue, 25 Jul 2006 17:52:56 +0000 (17:52 +0000)]
improve postscript fontname translation by use of bsearch() and caching prev result.

19 years agomake translated fontnames (from postscript names) available to SVG renderer
ellson [Mon, 24 Jul 2006 14:25:02 +0000 (14:25 +0000)]
make translated fontnames (from postscript names) available to SVG renderer

19 years agouse simple fork of "firefox" from -Txlib for URLs to avoid gnome dependencies.
ellson [Fri, 21 Jul 2006 17:37:09 +0000 (17:37 +0000)]
use simple fork of "firefox" from -Txlib for URLs to avoid gnome dependencies.
  - disadvantage is hardcoded "firefox"

19 years agoalternate fix to bug #979 retaining BP;IN; at beginning
ellson [Wed, 19 Jul 2006 22:13:32 +0000 (22:13 +0000)]
alternate fix to bug #979 retaining BP;IN; at beginning

19 years agofix for bug# 979 - initialize GC stack before first use
ellson [Wed, 19 Jul 2006 20:06:28 +0000 (20:06 +0000)]
fix for bug# 979 - initialize GC stack before first use

19 years agorefix bug that was in 2.8, was fixed, then reintroduced with pdf fixes.
ellson [Tue, 18 Jul 2006 21:04:44 +0000 (21:04 +0000)]
refix bug that was in 2.8, was fixed, then reintroduced with pdf fixes.
  UR coord of setpagedevice was short by the margin size.

19 years agorestore /pagesize in -Tps2 output
ellson [Tue, 18 Jul 2006 18:14:54 +0000 (18:14 +0000)]
restore /pagesize in -Tps2 output

19 years agojanitor - recode to avoid: "dereferencing type-punned pointer will break strict-alias...
ellson [Tue, 18 Jul 2006 18:07:44 +0000 (18:07 +0000)]
janitor - recode to avoid: "dereferencing type-punned pointer will break strict-aliasing rules"

19 years agoconsolidate font resolution verbose messages
ellson [Mon, 17 Jul 2006 18:56:22 +0000 (18:56 +0000)]
consolidate font resolution verbose messages

19 years agoone-level cache on font resolution
ellson [Mon, 17 Jul 2006 18:40:56 +0000 (18:40 +0000)]
one-level cache on font resolution

19 years agoadd some verbose information about pango+fontconfig font resolution
ellson [Mon, 17 Jul 2006 18:03:47 +0000 (18:03 +0000)]
add some verbose information about pango+fontconfig font resolution

19 years agofix hsv color bug introduced in yesterday's changes
ellson [Fri, 14 Jul 2006 00:07:22 +0000 (00:07 +0000)]
fix hsv color bug introduced in yesterday's changes

19 years agoadd postscript font name translation
ellson [Thu, 13 Jul 2006 23:36:01 +0000 (23:36 +0000)]
add postscript font name translation

19 years agofix duplicate plugin listings in error messages
ellson [Thu, 13 Jul 2006 22:06:12 +0000 (22:06 +0000)]
fix duplicate plugin listings in error messages

19 years agoignore generated ps.h
ellson [Thu, 13 Jul 2006 18:33:04 +0000 (18:33 +0000)]
ignore generated ps.h

19 years agofix problem with anchors in svg output
ellson [Thu, 13 Jul 2006 18:32:13 +0000 (18:32 +0000)]
fix problem with anchors in svg output

19 years agofix bug when tooltips are mapped without urls
ellson [Thu, 13 Jul 2006 18:09:42 +0000 (18:09 +0000)]
fix bug when tooltips are mapped without urls

19 years agocmake stuff
ellson [Thu, 13 Jul 2006 01:05:22 +0000 (01:05 +0000)]
cmake stuff

19 years agodon't try to use ${SWIG} if ./configure didn't find it
ellson [Wed, 12 Jul 2006 17:31:49 +0000 (17:31 +0000)]
don't try to use ${SWIG} if ./configure didn't find it

19 years agosvg does have support for partial opacity, so use stroke:none fill:none
ellson [Mon, 10 Jul 2006 23:53:42 +0000 (23:53 +0000)]
svg does have support for partial opacity, so use stroke:none fill:none
    only for case of complete transparency

19 years agouse fill:none stroke:none for alpha values < 128 in svg
ellson [Mon, 10 Jul 2006 23:41:53 +0000 (23:41 +0000)]
use fill:none stroke:none for alpha values < 128 in svg

19 years ago- add internal support for alpha channel in HSV colors
ellson [Mon, 10 Jul 2006 23:25:37 +0000 (23:25 +0000)]
- add internal support for alpha channel in HSV colors
- save both rgba and hsva color values in colortbl.h  - share 'a' value
- only "transparent" has an "a" value of 0  - couold be others one day
- -Tps generator does binary test on "a" value of color - skip rendering if "transparent"

19 years ago- add internal support for alpha channel in HSV colors
ellson [Mon, 10 Jul 2006 23:25:37 +0000 (23:25 +0000)]
- add internal support for alpha channel in HSV colors
- save both rgba and hsva color values in colortbl.h  - share 'a' value
- only "transparent" has an "a" value of 0  - couold be others one day
- -Tps generator does binary test on "a" value of color - skip rendering if "transparent"

19 years agofix copyright headers
ellson [Mon, 10 Jul 2006 21:36:56 +0000 (21:36 +0000)]
fix copyright headers

19 years agofix copyright headers
ellson [Mon, 10 Jul 2006 21:36:56 +0000 (21:36 +0000)]
fix copyright headers

19 years agofix copyright headers
ellson [Mon, 10 Jul 2006 21:36:56 +0000 (21:36 +0000)]
fix copyright headers

19 years agogenerated file - not supposed to be in cvs
ellson [Mon, 10 Jul 2006 11:15:07 +0000 (11:15 +0000)]
generated file - not supposed to be in cvs

19 years agocmake stuff
ellson [Mon, 10 Jul 2006 11:13:45 +0000 (11:13 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Mon, 10 Jul 2006 11:13:45 +0000 (11:13 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Mon, 10 Jul 2006 11:13:45 +0000 (11:13 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Mon, 10 Jul 2006 11:13:44 +0000 (11:13 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Mon, 10 Jul 2006 11:13:44 +0000 (11:13 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Mon, 10 Jul 2006 11:13:44 +0000 (11:13 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Mon, 10 Jul 2006 11:13:44 +0000 (11:13 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sun, 9 Jul 2006 05:10:13 +0000 (05:10 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sun, 9 Jul 2006 04:56:50 +0000 (04:56 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sun, 9 Jul 2006 04:56:50 +0000 (04:56 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sun, 9 Jul 2006 04:29:50 +0000 (04:29 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sun, 9 Jul 2006 04:29:49 +0000 (04:29 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sun, 9 Jul 2006 04:29:49 +0000 (04:29 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sun, 9 Jul 2006 04:29:49 +0000 (04:29 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sun, 9 Jul 2006 04:29:49 +0000 (04:29 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sun, 9 Jul 2006 04:29:49 +0000 (04:29 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sun, 9 Jul 2006 04:29:49 +0000 (04:29 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sun, 9 Jul 2006 04:29:49 +0000 (04:29 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sun, 9 Jul 2006 04:29:48 +0000 (04:29 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sun, 9 Jul 2006 04:29:48 +0000 (04:29 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sat, 8 Jul 2006 23:37:13 +0000 (23:37 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sat, 8 Jul 2006 23:37:13 +0000 (23:37 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)]
cmake stuff

19 years agocmake stuff
ellson [Sat, 8 Jul 2006 22:59:28 +0000 (22:59 +0000)]
cmake stuff

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:10 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:10 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:10 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:10 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:10 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:10 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development

19 years agocmake development
ellson [Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)]
cmake development