]> granicus.if.org Git - graphviz/log
graphviz
16 years ago*** empty log message ***
arif [Wed, 5 Nov 2008 21:14:38 +0000 (21:14 +0000)]
*** empty log message ***

16 years agoFix code to work with changed signature of fontDrawString
erg [Wed, 5 Nov 2008 20:38:11 +0000 (20:38 +0000)]
Fix code to work with changed signature of fontDrawString

16 years agoFix use of stdargs to remove warning;
erg [Wed, 5 Nov 2008 20:37:10 +0000 (20:37 +0000)]
Fix use of stdargs to remove warning;
for procedures, specify parameters as (void) rather than () to satisfy
anal-retentive gcc.

16 years agoupdate examples
ellson [Wed, 5 Nov 2008 16:59:19 +0000 (16:59 +0000)]
update examples

16 years agooverlapping, file extensions,
arif [Wed, 5 Nov 2008 16:58:33 +0000 (16:58 +0000)]
overlapping, file extensions,

16 years ago*** empty log message ***
arif [Wed, 5 Nov 2008 16:54:09 +0000 (16:54 +0000)]
*** empty log message ***

16 years agoadd plugins.png to distribution
ellson [Wed, 5 Nov 2008 16:07:25 +0000 (16:07 +0000)]
add plugins.png to distribution

16 years agodelete Lasi doc after each use
ellson [Tue, 4 Nov 2008 21:25:45 +0000 (21:25 +0000)]
delete Lasi doc after each use

16 years ago*** empty log message ***
arif [Tue, 4 Nov 2008 17:18:01 +0000 (17:18 +0000)]
*** empty log message ***

16 years agoRemove unused variables and functions;
erg [Tue, 4 Nov 2008 17:11:30 +0000 (17:11 +0000)]
Remove unused variables and functions;
fix declaration of enddrawcycle()

16 years agoFix incorrect arguments to printf
erg [Tue, 4 Nov 2008 17:10:20 +0000 (17:10 +0000)]
Fix incorrect arguments to printf

16 years agoRemove unused variables;
erg [Tue, 4 Nov 2008 17:08:31 +0000 (17:08 +0000)]
Remove unused variables;
fix return value of write_to_console()

16 years agoRemove unused function
erg [Tue, 4 Nov 2008 17:07:34 +0000 (17:07 +0000)]
Remove unused function

16 years agoComplete declaration of mSlot()
erg [Tue, 4 Nov 2008 17:06:56 +0000 (17:06 +0000)]
Complete declaration of mSlot()

16 years agoRe-add call to write_to_console, but provide include file for
erg [Tue, 4 Nov 2008 17:06:14 +0000 (17:06 +0000)]
Re-add call to write_to_console, but provide include file for
declaration;
remove unused variable

16 years agoMake fontId() static;
erg [Tue, 4 Nov 2008 17:04:54 +0000 (17:04 +0000)]
Make fontId() static;
add font directory when creating fontset;
fix font directory use to work on Unix;
clean up code by using an intermediate pointer;
fix font cleanup to remove any font files and the temp directory

16 years agoFix includes for non-Windows;
erg [Tue, 4 Nov 2008 17:02:15 +0000 (17:02 +0000)]
Fix includes for non-Windows;
remove unnecessary declarations;
change signature of font_init();
declare free_font_set function

16 years agoAdd lib/common to include file directories
erg [Tue, 4 Nov 2008 17:00:40 +0000 (17:00 +0000)]
Add lib/common to include file directories

16 years agoFix warnings; remove unused variables; add declartion for fontLoadPNG
erg [Tue, 4 Nov 2008 17:00:03 +0000 (17:00 +0000)]
Fix warnings; remove unused variables; add declartion for fontLoadPNG

16 years agoFix warnings;
erg [Tue, 4 Nov 2008 16:58:53 +0000 (16:58 +0000)]
Fix warnings;
fix #ifndef wrapper in .h file;
use unsigned int

16 years agoClean up warnings;
erg [Tue, 4 Nov 2008 16:57:27 +0000 (16:57 +0000)]
Clean up warnings;
use font* rather than built-in font fields;
#if out unused functions;
add creation function for glCompSet

16 years agoMake static functions static;
erg [Tue, 4 Nov 2008 16:54:44 +0000 (16:54 +0000)]
Make static functions static;
fix bug where char* was used instead of int;
clean up warnings

16 years agoAdd copyright notice
erg [Tue, 4 Nov 2008 16:53:24 +0000 (16:53 +0000)]
Add copyright notice

16 years agoRemove unused variables
erg [Tue, 4 Nov 2008 16:52:24 +0000 (16:52 +0000)]
Remove unused variables

16 years agoFix finalization function to check for active graphs;
erg [Tue, 4 Nov 2008 16:25:25 +0000 (16:25 +0000)]
Fix finalization function to check for active graphs;
remove unused variables;
free fonts;
simplify TopView test

16 years agoAdd declaration for scanGraph
erg [Tue, 4 Nov 2008 16:23:00 +0000 (16:23 +0000)]
Add declaration for scanGraph

16 years agoFix indentation
erg [Tue, 4 Nov 2008 16:15:30 +0000 (16:15 +0000)]
Fix indentation

16 years agoMake get_temp_coords() a static function
erg [Tue, 4 Nov 2008 16:13:59 +0000 (16:13 +0000)]
Make get_temp_coords() a static function

16 years agoFix indentation
erg [Tue, 4 Nov 2008 16:07:38 +0000 (16:07 +0000)]
Fix indentation

16 years agoFix incorrect declaration;
erg [Tue, 4 Nov 2008 16:07:09 +0000 (16:07 +0000)]
Fix incorrect declaration;
wrap Windows code in #ifdef

16 years agofont / selection / few memory leaks fix
arif [Mon, 3 Nov 2008 20:40:08 +0000 (20:40 +0000)]
font / selection / few memory leaks fix

16 years ago*** empty log message ***
arif [Mon, 3 Nov 2008 20:39:29 +0000 (20:39 +0000)]
*** empty log message ***

16 years agoAdd generated png to info
erg [Mon, 3 Nov 2008 16:10:47 +0000 (16:10 +0000)]
Add generated png to info

16 years agofix the obvious bugs
ellson [Sat, 1 Nov 2008 02:57:47 +0000 (02:57 +0000)]
fix the obvious bugs

16 years ago*** empty log message ***
arif [Fri, 31 Oct 2008 21:22:10 +0000 (21:22 +0000)]
*** empty log message ***

16 years agoAdd copyright notice
erg [Fri, 31 Oct 2008 20:43:51 +0000 (20:43 +0000)]
Add copyright notice

16 years agoAdd copyright notice
erg [Fri, 31 Oct 2008 20:43:51 +0000 (20:43 +0000)]
Add copyright notice

16 years agoAdd copyright notice
erg [Fri, 31 Oct 2008 20:43:51 +0000 (20:43 +0000)]
Add copyright notice

16 years agoAdd copyright notice
erg [Fri, 31 Oct 2008 20:43:51 +0000 (20:43 +0000)]
Add copyright notice

16 years agoAdd copyright notice
erg [Fri, 31 Oct 2008 20:43:50 +0000 (20:43 +0000)]
Add copyright notice

16 years agoAdd copyright notice
erg [Fri, 31 Oct 2008 20:43:50 +0000 (20:43 +0000)]
Add copyright notice

16 years agoCommit initial version of orthogonal edge code
erg [Fri, 31 Oct 2008 20:29:18 +0000 (20:29 +0000)]
Commit initial version of orthogonal edge code

16 years agoadd psfonttest.gv to test suite
ellson [Fri, 31 Oct 2008 18:14:48 +0000 (18:14 +0000)]
add psfonttest.gv to test suite

16 years agoadd psfonttest.gv to test suite
ellson [Fri, 31 Oct 2008 18:14:48 +0000 (18:14 +0000)]
add psfonttest.gv to test suite

16 years agoUpdate info
erg [Fri, 31 Oct 2008 18:14:19 +0000 (18:14 +0000)]
Update info

16 years agoUpdate info
erg [Fri, 31 Oct 2008 18:14:19 +0000 (18:14 +0000)]
Update info

16 years agoAdd information on image formats;
erg [Fri, 31 Oct 2008 18:13:49 +0000 (18:13 +0000)]
Add information on image formats;
note required tools in the makefile

16 years agoAdd information on image formats;
erg [Fri, 31 Oct 2008 18:13:49 +0000 (18:13 +0000)]
Add information on image formats;
note required tools in the makefile

16 years agoAdd information on image formats;
erg [Fri, 31 Oct 2008 18:13:49 +0000 (18:13 +0000)]
Add information on image formats;
note required tools in the makefile

16 years agofix handling of Bold and Italic in -Tps:lasi
ellson [Fri, 31 Oct 2008 17:41:23 +0000 (17:41 +0000)]
fix handling of Bold and Italic in -Tps:lasi

16 years agoModify error library to allow warning messages to be turned off
erg [Fri, 31 Oct 2008 17:14:54 +0000 (17:14 +0000)]
Modify error library to allow warning messages to be turned off

16 years agoAdd -q (quiet) flag;
erg [Fri, 31 Oct 2008 17:13:45 +0000 (17:13 +0000)]
Add -q (quiet) flag;
use better name function for edges (agnameof isn't really right).

16 years agouse "Times" instead of "Times New Roman" for "Times-Bold", "Times-Italic", "Times...
ellson [Fri, 31 Oct 2008 16:13:23 +0000 (16:13 +0000)]
use "Times" instead of "Times New Roman" for "Times-Bold", "Times-Italic", "Times-BoldItalic"

16 years agoextend -v debugging information about fonts - add pango fontname
ellson [Fri, 31 Oct 2008 16:11:40 +0000 (16:11 +0000)]
extend -v debugging information about fonts - add pango fontname

16 years agoClarify escape sequences in quoted strings
erg [Thu, 30 Oct 2008 22:35:32 +0000 (22:35 +0000)]
Clarify escape sequences in quoted strings

16 years agoMove placement of gvplugin_package_record as it is used if if LTDL is not.
erg [Thu, 30 Oct 2008 22:15:41 +0000 (22:15 +0000)]
Move placement of gvplugin_package_record as it is used if if LTDL is not.

16 years agoAdd old makefile for rbtree
erg [Thu, 30 Oct 2008 22:14:14 +0000 (22:14 +0000)]
Add old makefile for rbtree

16 years agoFix old makefiles
erg [Thu, 30 Oct 2008 22:13:44 +0000 (22:13 +0000)]
Fix old makefiles

16 years agoFix old makefiles
erg [Thu, 30 Oct 2008 22:13:44 +0000 (22:13 +0000)]
Fix old makefiles

16 years agoFix old makefiles
erg [Thu, 30 Oct 2008 22:13:44 +0000 (22:13 +0000)]
Fix old makefiles

16 years agoFix old makefiles
erg [Thu, 30 Oct 2008 22:13:44 +0000 (22:13 +0000)]
Fix old makefiles

16 years agoFix old makefiles
erg [Thu, 30 Oct 2008 22:12:24 +0000 (22:12 +0000)]
Fix old makefiles

16 years agoFix old makefiles
erg [Thu, 30 Oct 2008 22:12:24 +0000 (22:12 +0000)]
Fix old makefiles

16 years agoFix old makefiles
erg [Thu, 30 Oct 2008 22:12:24 +0000 (22:12 +0000)]
Fix old makefiles

16 years agopartial fix for #1504
ellson [Thu, 30 Oct 2008 22:06:59 +0000 (22:06 +0000)]
partial fix for #1504

16 years agopartial fix for #1504
ellson [Thu, 30 Oct 2008 22:06:59 +0000 (22:06 +0000)]
partial fix for #1504

16 years agopartial fix for #1504
ellson [Thu, 30 Oct 2008 22:06:59 +0000 (22:06 +0000)]
partial fix for #1504

16 years agopartial fix for #1504
ellson [Thu, 30 Oct 2008 22:06:59 +0000 (22:06 +0000)]
partial fix for #1504

16 years agochange default bgcolor back to white even on devices that can handle truecolor
ellson [Thu, 30 Oct 2008 20:25:22 +0000 (20:25 +0000)]
change default bgcolor back to white even on devices that can handle truecolor

16 years agono need for -lgts on dot, its already on libgvplugin_neato_layout
ellson [Thu, 30 Oct 2008 02:06:57 +0000 (02:06 +0000)]
no need for -lgts on dot, its already on libgvplugin_neato_layout

16 years agomore font feautures added
arif [Wed, 29 Oct 2008 22:04:31 +0000 (22:04 +0000)]
more font feautures added

16 years agoFix bug in clone to correctly clone anonymous edges.
erg [Wed, 29 Oct 2008 19:37:17 +0000 (19:37 +0000)]
Fix bug in clone to correctly clone anonymous edges.

16 years ago*** empty log message ***
arif [Tue, 28 Oct 2008 22:17:27 +0000 (22:17 +0000)]
*** empty log message ***

16 years agomore font stuff...
arif [Tue, 28 Oct 2008 22:17:12 +0000 (22:17 +0000)]
more font stuff...

16 years ago*** empty log message ***
arif [Tue, 28 Oct 2008 01:02:36 +0000 (01:02 +0000)]
*** empty log message ***

16 years agowork in progress
ellson [Tue, 28 Oct 2008 00:34:44 +0000 (00:34 +0000)]
work in progress

16 years agowork in progress
ellson [Tue, 28 Oct 2008 00:34:44 +0000 (00:34 +0000)]
work in progress

16 years agowork in progress
ellson [Tue, 28 Oct 2008 00:34:44 +0000 (00:34 +0000)]
work in progress

16 years agoMake error message clearer
erg [Mon, 27 Oct 2008 18:31:53 +0000 (18:31 +0000)]
Make error message clearer

16 years ago*** empty log message ***
arif [Fri, 24 Oct 2008 22:05:06 +0000 (22:05 +0000)]
*** empty log message ***

16 years agoFixed C errors.
north [Fri, 24 Oct 2008 20:12:55 +0000 (20:12 +0000)]
Fixed C errors.

16 years agocgraph
ellson [Thu, 23 Oct 2008 22:32:36 +0000 (22:32 +0000)]
cgraph

16 years agouse macro
ellson [Thu, 23 Oct 2008 22:26:47 +0000 (22:26 +0000)]
use macro

16 years agocgraph
ellson [Thu, 23 Oct 2008 22:12:58 +0000 (22:12 +0000)]
cgraph

16 years agocgraph
ellson [Thu, 23 Oct 2008 21:51:43 +0000 (21:51 +0000)]
cgraph

16 years agocgraph
ellson [Thu, 23 Oct 2008 21:50:19 +0000 (21:50 +0000)]
cgraph

16 years agomore cgraph
ellson [Thu, 23 Oct 2008 21:44:54 +0000 (21:44 +0000)]
more cgraph

16 years agosome more cgraph
ellson [Thu, 23 Oct 2008 21:38:55 +0000 (21:38 +0000)]
some more cgraph

16 years agounused vars
ellson [Thu, 23 Oct 2008 21:13:48 +0000 (21:13 +0000)]
unused vars

16 years agofix breakage
ellson [Thu, 23 Oct 2008 21:09:38 +0000 (21:09 +0000)]
fix breakage

16 years agofix breakage
ellson [Thu, 23 Oct 2008 21:09:38 +0000 (21:09 +0000)]
fix breakage

16 years agouse macros
ellson [Thu, 23 Oct 2008 21:04:06 +0000 (21:04 +0000)]
use macros

16 years agouse macros
ellson [Thu, 23 Oct 2008 21:04:06 +0000 (21:04 +0000)]
use macros

16 years agouse macros
ellson [Thu, 23 Oct 2008 21:04:05 +0000 (21:04 +0000)]
use macros

16 years agotypo
ellson [Thu, 23 Oct 2008 20:47:44 +0000 (20:47 +0000)]
typo

16 years agorepair non-cgraph case
ellson [Thu, 23 Oct 2008 20:26:36 +0000 (20:26 +0000)]
repair non-cgraph case

16 years agouse agfindnode/agfindedge macros
ellson [Thu, 23 Oct 2008 20:23:55 +0000 (20:23 +0000)]
use agfindnode/agfindedge macros

16 years agouse agfindnode/agfindedge macros
ellson [Thu, 23 Oct 2008 20:23:55 +0000 (20:23 +0000)]
use agfindnode/agfindedge macros

16 years agouse agfindnode/agfindedge macros
ellson [Thu, 23 Oct 2008 20:23:55 +0000 (20:23 +0000)]
use agfindnode/agfindedge macros

16 years agouse agfindnode/agfindedge macros
ellson [Thu, 23 Oct 2008 20:23:55 +0000 (20:23 +0000)]
use agfindnode/agfindedge macros