From ac9e77f79d8c35c61be081a902b8125b9f3d4467 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Fri, 11 Sep 2009 14:40:55 +0200 Subject: [PATCH] [docs] Updated TODO.xml Added labeling feature as TODO in unknown release. --- adg/adg-style-private.h | 36 ------------------------------------ docs/gnu/TODO.xml | 3 +++ 2 files changed, 3 insertions(+), 36 deletions(-) delete mode 100644 adg/adg-style-private.h diff --git a/adg/adg-style-private.h b/adg/adg-style-private.h deleted file mode 100644 index e5846155..00000000 --- a/adg/adg-style-private.h +++ /dev/null @@ -1,36 +0,0 @@ -/* ADG - Automatic Drawing Generation - * Copyright (C) 2007,2008,2009 Nicola Fontana - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301, USA. - */ - - -#ifndef __ADG_STYLE_PRIVATE_H__ -#define __ADG_STYLE_PRIVATE_H__ - - -G_BEGIN_DECLS - -typedef struct _AdgStylePrivate AdgStylePrivate; - -struct _AdgStylePrivate { - AdgPattern *pattern; -}; - -G_END_DECLS - - -#endif /* __ADG_STYLE_PRIVATE_H__ */ diff --git a/docs/gnu/TODO.xml b/docs/gnu/TODO.xml index 624d75ba..da4dfad9 100644 --- a/docs/gnu/TODO.xml +++ b/docs/gnu/TODO.xml @@ -122,6 +122,9 @@ must be reflected in the demo programs, where applicable. Road to unknown + Add labeling feature to the models and let AdgDim and children points + be expressed as references to these labeled points instead of using + explicit coordinates. The ARROW and TRIANGLE markers should follow the director path that could be a curve. Use the METAPOST solution suggested by John Hobby I don't remember where, that is given angle and size, rotate the -- 2.11.4.GIT