From c068b5db0b3b18d2e2f6cfd7c6d2a0bb8b4d3fa8 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Sat, 10 Jan 2009 23:51:27 +0100 Subject: [PATCH] [build] Updated Changelogs using the new make target Renamed the old (and unmaintained ChangeLog) to ChangeLog-0.2.1 and generated the new one. --- ChangeLog | 3003 +++++++++++++++++++++++++++++++++++++++--- ChangeLog => ChangeLog-0.2.1 | 0 2 files changed, 2810 insertions(+), 193 deletions(-) rewrite ChangeLog (98%) copy ChangeLog => ChangeLog-0.2.1 (100%) diff --git a/ChangeLog b/ChangeLog dissimilarity index 98% index 3be40787..715d3dd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,193 +1,2810 @@ -2006-12-29 Fontana Nicola - - * configure.ac: bumped version to 0.2.1. - * docs/adg-docs.xml: updated href to adgmodel.xml. - * First subversion commit on sourceforge. - -2006-12-27 Fontana Nicola - - * NEWS: updated. - -2006-12-22 Fontana Nicola - - * adg/adgstyle.[ch]: removed the `tolerance_format' unused field from - the AdgDimStyle structure. Also, modified the ISO measure_format to be - the more appropriated `%-.7g'. - * demo/adg-demo.c: general code cleanup and added more dimensions. - * === Released 0.2.0 === - -2006-12-21 Fontana Nicola - - * adg/adgpair.[ch]: added AdgVector (alias to AdgPair) to improve API - understanding. Renamed some APIs. Implemented the long waited - adg_pair_intersection() and adg_pair_projection(). - * adg/adgldim.c: implemented adg_ldim_set_pos() using the new pair - APIs. - * demo/adg-demo.c: modified the quote instantiation with the new - syntax. It works quite well now! - * adg/adgpart.[ch]: moved to adg/adgmodel.[ch] - * adg/adgmodel.[ch]: renamed part to model. Hopefully, this is a - better global known name. - * docs/*: renamed part to model. - -2006-12-18 Fontana Nicola - * adg/adgdim.c: after some attempts to use Pango, I implemented - _adg_dim_render_quote() protected method using the "toy" text API of - Cairo. This does not mean I do not intend to use Pango, but I'm - not ready to use it. Furthermore, I quickly need something to render - text to let the Adg library be usable. - -2006-09-06 Fontana Nicola - - * adg/adgpair.[ch]: improved APIs consistency. - -2006-09-05 Fontana Nicola - - * adg/adgdim.[ch]: terminated the double tolerance implementation. - Added the automatic measure calculation and the labelize_... - virtual methods. - * adg/adgldim.c: implemented AdgDim::labelize_measure. - -2006-09-04 Fontana Nicola - - * adg/adgdimprivate.h: added private structure to AdgDim to cache the - quote text elements (label, tolerances and note). - -2006-09-01 Fontana Nicola - - * adg/adgpair.[ch]: removed adg_pair_assign() as duplicate of - adg_pair_copy(). Replaced all its occurrences with the correct name. - * adg/adgdim.[ch]: modified tolerance type from dynamic string to - double: this will allow to offset the automatic measure for - asymmethrical tolerances. To be terminated ... - -2006-08-31 Fontana Nicola - - * adg/adgprivate.h: merged in adgutil.h. - * adg/adgutil.h: improved STUB() and renamed in ADG_STUB(). Added some - debugging macros. - * adg/adgldim.[hc]: splitted update and render processes. Added a - quote rendering method, to be moved in AdgDim as general quote - renderer. - -2006-08-30 Fontana Nicola - - * adg/adgpoint.[ch]: renamed point to pair to better suite xy items - different from points (such as sizes, offsets and others). Added - public APIs: adg_pair_dup and adg_pair_copy. - * *: update with AdgPair instead AdgPoint. - * adg/adgutil.[ch]: added AdgMatrix as wrapper to cairo_matrix_t. - * adg/adgcontainer.[ch]: added stuff to manage the "matrix" and "ctm" - fields. "matrix" is the transformation apported by the AdgContainer, - while "ctm" is the current transformation matrix to use while - rendering. - * adg/adgentity.[ch]: added the "ctm-changed" signal. - * adg/adgmatrix.[ch]: moved the AdgMatrix stuff from adgutil.[ch] to - its own place. Added public APIs: adg_matrix_dup, adg_matrix_copy and - adg_matrix_equal. - * adg/adgentity.[ch]: implemented the GChildable interface instead of - derive AdgEntity from GChild. Added generic style management. - * adg/adgcanvas.[ch]: removed unused properties: "title", "scale", - "file". Added fallback style properties: "line_style", "font_style", - "arrow_style" and "dim_style". - * adg/adgpath.[ch]: added line_style field in AdgPath. Implemented - get_line_style and set_line_style. - -2006-08-29 Fontana Nicola - - * adg/adgutil.[ch], adg/adgpoint.[ch]: added AdgPoint structure. Moved - geometrical stuff about points from adgutil to adgpoint. - * adg/adgdim.[ch]: implemented the dimension properties. - * adg/adgldim.[ch]: added AdgLDim, a base implementation of AdgDim to - draw linear dimension. To be improved ... - * adg/docs/*: added the new classes. Updated "Requirements". - -2006-08-28 Fontana Nicola - - * adg/tests: moved to adg/demo. - * configure.ac, Makefile.am: updated. - * adg/adgstyle.[ch]: added arrow rendering function stubs. - -2006-08-25 Fontana Nicola - - * adg/style.[ch]: added to AdgDimStyle some new fields to manage the - text layout. - * tests/adgdemo.[ch]: added in the dimension test the {from,to}_offset - management given by AdgDimStyle. - -2006-08-24 Fontana Nicola - - * adg/adgutil.[ch]: added some geometrical stuff here. - * adg/adgdim.[ch]: added tolerance_up, tolerance_down and note fields - to AdgDim (with their _get _set functions). Filled all empty functions - with STUB(). - * adg/Makefile.am: updated. - * docs/adg-{docs.xml,sections.txt}: added documentation hooks for - adgdim.[ch], adgstyle.[ch] and adgutil.[ch]. - -2006-08-23 Fontana Nicola - - * configure.ac, Makefile.am: updated to make gettext happy. - * adg/adgprivate.h: added to manage some private macros (ex.: STUB()). - * adg/adgstyle.[ch]: added some style management stuff. Some functions - are stubs. - * adg/adgdim.[ch]: this is a stub AdgDim object as base class for all - dimension entities. - * tests/adgdemo.c: started to do some cairo text manipulations to be - ready to implement a simple linear dimension entity. - -2006-08-22 Fontana Nicola - - * adg/adgdim.*: added stubs for common dimension management. - * adg/Makefile.am: updated. - -2006-08-21 Fontana Nicola - - * test: renamed to tests. - -2006-07-05 gettextize - - * Makefile.am (ACLOCAL_AMFLAGS): New variable. - (EXTRA_DIST): Add config.rpath, mkinstalldirs, m4/ChangeLog. - * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in. - -2006-07-05 Fontana Nicola - - * adg/adgpath.*: implemented the cairo path manual construction using - a GArray structure. - * adg/adgview.*: removed (superseded by AdgCanvas). - * test/adg-demo.c: provide a primitive test to check if - now - all - can work without core dumps. - * *: added i18n stuff. - * adg/adgstyle.*: added a stub for style management. - -2006-07-03 Fontana Nicola - - * adg/adgpath.*: defined adg_path* Cairo path wrapper functions. - Implemented all these functions but adg_path_arc() and - adg_path_arc_negative(). - -2006-07-02 Fontana Nicola - - * adg/adgentity.*: added "uptodate-set" signal. Removed the "rendered" - property: an AdgEntity will be ever rendered when requested. - * adg/adgcontainer: implemented the update, outdate and render virtual - methods. - -2006-06-29 Fontana Nicola - - * adg/adgentity.*: changed "uptodate" and "rendered" from properties - to AdgEntity flags. - * adg/Makefile.am: generate adg/adgtypebuiltins.* source files and - added to libadg (needed to register AdgEntityFlags). - -2006-06-28 Fontana Nicola - - * ChangeLog: started. - * adg/adgcontainer.[hc]: heavly modified to use libgcontainer as - container manager. Now AdgContainer simply implements the - GContainerable interface. libgcontainer can be downloaded from - . - * configure.ac: added stuff to link against gcontainer. - * adg/adgentity.*: remove container code and derived AdgEntity from - GChild base class of gcontainer. +commit 623487f31e674765adf3d543e7752ad6dae0f735 +Author: Nicola Fontana +Date: Sat Jan 10 21:13:38 2009 +0100 + + [AdgPath] Removed cairo wrappers + + Useless declarations of cairo wrappers API has been removed and + the AdgEntity::invalidate() infrastructure is used instead of the + old clear() method. + + adg/adg-path-private.h | 9 +++---- + adg/adg-path.c | 50 +++++++++++++++++++------------------------ + adg/adg-path.h | 54 +---------------------------------------------- + docs/adg-sections.txt | 15 ------------- + 4 files changed, 28 insertions(+), 100 deletions(-) + +commit 0a0d606dd8c29c851a01d89dabce0c90e1fe9917 +Merge: cd9ffba... 7537f19... +Author: Nicola Fontana +Date: Sat Jan 10 20:48:32 2009 +0100 + + Merge branch 'ntd' + + Conflicts: + + adg/adg-path-private.h + adg/adg-path.c + adg/adg-path.h + demo/adg-demo.c + demo/ldim.c + +commit cd9ffbaf286177b56f49bd5a8f1e0ab7a67b4393 +Author: Nicola Fontana +Date: Sat Jan 10 18:15:10 2009 +0100 + + [adg-demo] Added png and pdf surfaces and improved usability + + demo/adg-demo.c | 157 +++++++++++++++++++++++++++++++++++++++++++++++++------ + 1 files changed, 140 insertions(+), 17 deletions(-) + +commit 1ac71e518b22c7832c0c2821cea5b565bccc5628 +Author: Nicola Fontana +Date: Sat Jan 10 17:11:04 2009 +0100 + + [AdgToyText] Implemented the AdgRotable interface + + adg/adg-toy-text-private.h | 2 + + adg/adg-toy-text.c | 128 +++++++++++++++++++++++++++++++++---------- + demo/adg-demo.c | 11 +++- + 3 files changed, 109 insertions(+), 32 deletions(-) + +commit 0bedbf3a15bda1b4cc124a5f985b5568e63692a0 +Author: Nicola Fontana +Date: Sat Jan 10 17:09:32 2009 +0100 + + [AdgEntity] Added cairo_t arg in adg_entity_point_to_pair() + + The new function accepts a cairo context to transform the model + paper components of a point in the current transformation matrix + instead of transforming on a useless identity matrix. + + adg/adg-entity.c | 21 ++++++++++++++------- + adg/adg-entity.h | 3 ++- + 2 files changed, 16 insertions(+), 8 deletions(-) + +commit 8db4e0ec8898be36c4bf9720b0fe78308870e97a +Author: Nicola Fontana +Date: Sat Jan 10 14:24:40 2009 +0100 + + [AdgMatrix] Renamed adg_matrix_set() to adg_matrix_copy() + + As this function copies a source matrix into the subject matrix, + the old name was simply wrong. + + adg/adg-container.c | 20 ++++++++++---------- + adg/adg-entity.c | 4 ++-- + adg/adg-matrix.c | 6 +++--- + adg/adg-matrix.h | 2 +- + docs/adg-sections.txt | 2 +- + 5 files changed, 17 insertions(+), 17 deletions(-) + +commit 3f3393ae9fe0bce51192df83e45cd152e227537f +Author: Nicola Fontana +Date: Sat Jan 10 14:20:57 2009 +0100 + + [AdgPoint] Renamed source to src in adg_point_copy() + + Needed to be consistent with the other ..._copy() APIs. + + adg/adg-point.c | 8 ++++---- + adg/adg-point.h | 2 +- + 2 files changed, 5 insertions(+), 5 deletions(-) + +commit 46c86cc51c315b5a2f36888ebe1c9555ded803d1 +Author: Nicola Fontana +Date: Sat Jan 10 13:51:35 2009 +0100 + + [AdgRotable] Use angle in radians + + adg/adg-rotable.c | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit a30e33ec0c4e18678dd5c51e478c2ae844e5d34f +Author: Nicola Fontana +Date: Sat Jan 10 12:30:54 2009 +0100 + + [docs] Expose the dummy typedef for interfaces + + gtk-doc uses the dummy typedef to recognize interfaces: this + typedef must be exposed (that is be public) to allow proper + interface documentation, such as references from the + "Implemented interfaces" sections. + + docs/adg-sections.txt | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 225a5b615ba3a7bc14930a70ce41dfc388061b46 +Author: Nicola Fontana +Date: Sat Jan 10 12:17:37 2009 +0100 + + [docs] Removed xatch-style as still to be done + + docs/adg-docs.xml | 1 - + 1 files changed, 0 insertions(+), 1 deletions(-) + +commit 1a18bf3635cea7585c4cd9639dae7edce93eef67 +Author: Nicola Fontana +Date: Sat Jan 10 11:31:50 2009 +0100 + + [AdgRotable] Initial implementation + + adg/Makefile.am | 2 + + adg/adg-rotable.c | 175 +++++++++++++++++++++++++++++++++++++++++++++++++ + adg/adg-rotable.h | 56 ++++++++++++++++ + adg/adg.h | 1 + + docs/adg-docs.xml | 5 +- + docs/adg-sections.txt | 16 +++++ + docs/adg.types | 4 + + 7 files changed, 256 insertions(+), 3 deletions(-) + +commit 7b02bd54f28db772d27a98d8e5d6b558775cb84c +Author: Nicola Fontana +Date: Sat Jan 10 11:31:23 2009 +0100 + + [AdgPositionable] Removed bug in docblock + + adg/adg-positionable.c | 3 +-- + 1 files changed, 1 insertions(+), 2 deletions(-) + +commit 1fc409a1e8a6796596e418eff934b3ceef7d1342 +Author: Nicola Fontana +Date: Sat Jan 10 11:23:05 2009 +0100 + + [AdgPositionable] Documented args for "origin-moved" signals + + adg/adg-positionable.c | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit a14e5c464d36bc01bcf3575700b28d22fb856e89 +Author: Nicola Fontana +Date: Fri Jan 9 21:13:30 2009 +0100 + + [AdgPositionable] Using origin instead of org in public API + + Also reworked AdgPositionable to use the classical approach in the + virtual table (one getter and one setter) instead of directly + access the instance object. + + adg/adg-positionable.c | 112 +++++++++++++++++++++++++------------------- + adg/adg-positionable.h | 14 ++++-- + adg/adg-toy-text-private.h | 4 +- + adg/adg-toy-text.c | 81 ++++++++++++++++++------------- + demo/adg-demo.c | 6 +- + docs/adg-sections.txt | 6 +- + 6 files changed, 128 insertions(+), 95 deletions(-) + +commit 27b65200465f66e35273d9cb6687689879d814fe +Author: Nicola Fontana +Date: Fri Jan 9 16:47:33 2009 +0100 + + [AdgPair] Implemented adg_pair_copy() as macro + + Being yet defined cpml_pair_copy() that does the same job, the new + adg_pair_copy() is a macro that wraps this function. + + adg/adg-pair.c | 9 ++------- + adg/adg-pair.h | 5 ++--- + 2 files changed, 4 insertions(+), 10 deletions(-) + +commit 22bf43160293cf1c013da28af57cff922090b01c +Author: Nicola Fontana +Date: Fri Jan 9 02:40:27 2009 +0100 + + [AdgToyText] Initial implementation + + adg/Makefile.am | 5 +- + adg/adg-toy-text-private.h | 44 ++++++ + adg/adg-toy-text.c | 341 ++++++++++++++++++++++++++++++++++++++++++++ + adg/adg-toy-text.h | 62 ++++++++ + adg/adg.h | 2 + + demo/adg-demo.c | 31 +++- + docs/adg-docs.xml | 1 + + docs/adg-sections.txt | 21 +++ + 8 files changed, 499 insertions(+), 8 deletions(-) + +commit 7d0ee649309379ab40bb5e0902de18ddc450d492 +Author: Nicola Fontana +Date: Fri Jan 9 02:32:39 2009 +0100 + + [AdgEntity] Applying forgot component in adg_entity_point_to_pair...() + + adg/adg-entity.c | 6 ++++++ + 1 files changed, 6 insertions(+), 0 deletions(-) + +commit ca26fc332ac46d9453108e290396c3fc76dc33eb +Author: Nicola Fontana +Date: Fri Jan 9 01:28:00 2009 +0100 + + [AdgEntity] Implemented adg_entity_point_to_pair() alternatives + + adg/adg-entity.c | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- + adg/adg-entity.h | 6 ++++++ + docs/adg-sections.txt | 2 ++ + 3 files changed, 56 insertions(+), 1 deletions(-) + +commit b901b14d0e18afb59af78a40fe64de483ad94f8c +Author: Nicola Fontana +Date: Fri Jan 9 00:43:41 2009 +0100 + + [AdgEntity] Implemented adg_entity_point_to_pair() + + adg/adg-entity.c | 33 +++++++++++++++++++++++++++++++++ + adg/adg-entity.h | 4 ++++ + 2 files changed, 37 insertions(+), 0 deletions(-) + +commit cd5706e8d8fd6a44b892833df389a59f2025ed8d +Author: Nicola Fontana +Date: Fri Jan 9 00:43:10 2009 +0100 + + [docs] Added new APIs + + docs/adg-sections.txt | 3 +++ + 1 files changed, 3 insertions(+), 0 deletions(-) + +commit 2d4857d518091f1f85ced9f8f60fd948dde9ab46 +Author: Nicola Fontana +Date: Fri Jan 9 00:42:36 2009 +0100 + + [CpmlPair] Implemented cpml_pair_transform() shortcut + + cpml/cpml-pair.c | 16 ++++++++++++++++ + cpml/cpml-pair.h | 2 ++ + 2 files changed, 18 insertions(+), 0 deletions(-) + +commit ea7ef581146d8084c91e28c0b753e7fe9561433a +Author: Nicola Fontana +Date: Fri Jan 9 00:35:24 2009 +0100 + + [AdgPair] Implemented adg_pair_copy() + + adg/adg-pair.c | 19 +++++++++++++++++-- + adg/adg-pair.h | 2 ++ + 2 files changed, 19 insertions(+), 2 deletions(-) + +commit 667d9c01cef25d1516428df2f066f18a233d89c7 +Author: Nicola Fontana +Date: Fri Jan 9 00:05:19 2009 +0100 + + [AdgPoint] Reversed args in adg_point_copy() to keep consistency + + adg/adg-point.c | 8 ++++---- + adg/adg-point.h | 4 ++-- + adg/adg-positionable.c | 4 ++-- + 3 files changed, 8 insertions(+), 8 deletions(-) + +commit 0e9a3265c04cef906a38bb0fc63686e59e30cfb4 +Author: Nicola Fontana +Date: Thu Jan 8 22:26:04 2009 +0100 + + [AdgPoint] Added adg_point_unset() + + adg/adg-point.c | 20 ++++++++++++++++++-- + adg/adg-point.h | 15 ++++++++------- + 2 files changed, 26 insertions(+), 9 deletions(-) + +commit 856ff2173e49e244b6ee71e3a65cdb25be8467ce +Author: Nicola Fontana +Date: Thu Jan 8 20:05:15 2009 +0100 + + Improved indentation consistency + + adg/adg-positionable.h | 9 ++++----- + 1 files changed, 4 insertions(+), 5 deletions(-) + +commit 12581d92650111c2f3270da37748a135a89a06ec +Author: Nicola Fontana +Date: Thu Jan 8 12:33:00 2009 +0100 + + [AdgPositionable] Implemented adg_positionable_set_org_explicit() + + adg/adg-positionable.c | 34 ++++++++++++++++++++++++++++++---- + adg/adg-positionable.h | 6 ++++++ + docs/adg-sections.txt | 1 + + 3 files changed, 37 insertions(+), 4 deletions(-) + +commit caad71159d18fae5cd27b86b278be694c59c863a +Author: Nicola Fontana +Date: Thu Jan 8 01:43:57 2009 +0100 + + [AdgPositionable] Initial implementation of the positionable interface + + adg/Makefile.am | 2 + + adg/adg-positionable.c | 162 ++++++++++++++++++++++++++++++++++++++++++++++++ + adg/adg-positionable.h | 55 ++++++++++++++++ + docs/adg-docs.xml | 4 + + docs/adg-sections.txt | 17 +++++ + 5 files changed, 240 insertions(+), 0 deletions(-) + +commit 8cfef1e80b437e0fc8b85fdde965726e204d6c30 +Author: Nicola Fontana +Date: Thu Jan 8 01:36:34 2009 +0100 + + [AdgPoint] Implemented adg_point_copy() shortcut + + adg/adg-point.c | 13 +++++++++++++ + adg/adg-point.h | 2 ++ + 2 files changed, 15 insertions(+), 0 deletions(-) + +commit c5c70e839ed4f66549698c6afd516cba36583d7a +Author: Nicola Fontana +Date: Thu Jan 8 00:30:49 2009 +0100 + + Added missing @cr params to docblock + + adg/adg-entity.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit e1e1d38ee919e49e8fe3ab30314565008d9fcbd0 +Author: Nicola Fontana +Date: Thu Jan 8 00:29:53 2009 +0100 + + [AdgPoint] Initial implementation + + adg/Makefile.am | 2 + + adg/adg-point.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++++ + adg/adg-point.h | 49 ++++++++++++++++++++++++++++++ + docs/adg-docs.xml | 1 + + docs/adg-sections.txt | 14 +++++++- + 5 files changed, 144 insertions(+), 2 deletions(-) + +commit 80da4bf10e7cfe4962e39dc23f12f70c54c22e05 +Author: Nicola Fontana +Date: Thu Jan 8 00:22:57 2009 +0100 + + Improved consistency in documenting @cr + + adg/adg-entity.c | 7 ++++--- + 1 files changed, 4 insertions(+), 3 deletions(-) + +commit affe7f6bcd570cae00d6a6d474811e45fe4f0348 +Author: Nicola Fontana +Date: Sat Oct 25 21:48:42 2008 +0200 + + Removed #include + + adg/adg-adim.c | 2 -- + adg/adg-container.c | 2 -- + adg/adg-entity.c | 1 - + adg/adg-ldim.c | 1 - + demo/adg-demo.c | 1 - + demo/ldim.c | 1 - + 6 files changed, 0 insertions(+), 8 deletions(-) + +commit 4361ac08b115499b18e545e38a6b304e2aa81ba9 +Author: Nicola Fontana +Date: Sat Oct 25 21:43:46 2008 +0200 + + [configure.ac] Bumped version to 0.3.2 + + configure.ac | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 650e7188ba7d345ef107500f8193d2a9b3e2d6a8 +Author: Nicola Fontana +Date: Sat Oct 25 21:43:06 2008 +0200 + + [README] Updated + + README | 3 +-- + 1 files changed, 1 insertions(+), 2 deletions(-) + +commit 8f281fabf85a4fa8a0e7ab2a58621d0d317d4d59 +Author: Nicola Fontana +Date: Sat Oct 25 21:42:10 2008 +0200 + + [NEWS] Updated + + NEWS | 11 +++++++++++ + 1 files changed, 11 insertions(+), 0 deletions(-) + +commit 83ca13c5172e094bb2be1aa7d07ceb9037c0476f +Author: Nicola Fontana +Date: Sat Oct 25 21:31:15 2008 +0200 + + [docs/] Updated documentation + + Included the new container API. + + docs/adg-sections.txt | 13 +++++++++++++ + 1 files changed, 13 insertions(+), 0 deletions(-) + +commit afb5645dc53aa9e529b8879e930bbf9774bdf959 +Author: Nicola Fontana +Date: Sat Oct 25 21:29:08 2008 +0200 + + [demo/] Updated demo programs using the new container API + + g_containerable_...() and g_childable_...() are now roughly equivalent to + their adg_entity_...() and adg_container_...() counterparts. + + demo/adg-demo.c | 24 ++++++++++++------------ + demo/ldim.c | 6 +++--- + 2 files changed, 15 insertions(+), 15 deletions(-) + +commit 89ad3d0bb4522b3842dae6e533012f0e06ca7ba1 +Author: Nicola Fontana +Date: Sat Oct 25 21:26:49 2008 +0200 + + [adg-container.* adg-entity.*] Merged gcontainer in AdgContainer & AdgEntity + + As required to drop the libgcontainer dependency, the gcontainer sources have + been included inside AdgContainer (GContainerable) and AdgEntity (GChildable). + + adg/adg-container.c | 399 ++++++++++++++++++++++++++++++++++++++++------ + adg/adg-container.h | 48 +++++- + adg/adg-entity-private.h | 4 +- + adg/adg-entity.c | 253 ++++++++++++++++++++++------- + adg/adg-entity.h | 14 ++ + 5 files changed, 593 insertions(+), 125 deletions(-) + +commit daec8416c5b5e596a8687043cab73b9da1f6f919 +Author: Nicola Fontana +Date: Fri Oct 24 18:58:45 2008 +0200 + + [docs/Makefile.am] Removed reference to GContainer + + docs/Makefile.am | 2 -- + 1 files changed, 0 insertions(+), 2 deletions(-) + +commit 8ab3c3076f6669b8169a0c391d50c84f6dc25a4e +Author: Nicola Fontana +Date: Fri Oct 24 14:04:07 2008 +0200 + + [Makefile.am adg/Makefile.am] Removed GCONTAINER_{CFLAGS,LIBS} + + The configure.ac doesn't depend anymore on gcontainer. + + adg/Makefile.am | 6 ++---- + demo/Makefile.am | 6 ++---- + 2 files changed, 4 insertions(+), 8 deletions(-) + +commit c27a5fa832b08bc3b5e93d9a34550cff8cb34f6a +Author: Nicola Fontana +Date: Fri Oct 24 14:02:43 2008 +0200 + + [.gitignore] Ignore .loT + + .gitignore | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit ad22351d29d5153437deaf84ded630e81e856d90 +Author: Nicola Fontana +Date: Fri Oct 24 13:57:45 2008 +0200 + + [configure.ac] Removed dependency on gcontainer + + gcontainer is a quite hexotic project while all others ADG dependencies + are well known. Being of quite small help, I'm planning to include the + container-child relationship management directly inside AdgContainer, + giving the great advantage of running the adg-demo program without + installing anything new in any decent (and updated) GNU/Linux dist. + + configure.ac | 2 -- + 1 files changed, 0 insertions(+), 2 deletions(-) + +commit 368fb1a13527cb360a62f2683c12eea0cc5595bb +Author: Nicola Fontana +Date: Fri Aug 22 02:52:26 2008 +0200 + + Updated "GNU Library General License" to "GNU Lesser General License + + adg/adg-adim-private.h | 4 ++-- + adg/adg-adim.c | 4 ++-- + adg/adg-adim.h | 4 ++-- + adg/adg-arrow-style-private.h | 4 ++-- + adg/adg-arrow-style.c | 4 ++-- + adg/adg-arrow-style.h | 4 ++-- + adg/adg-canvas-private.h | 4 ++-- + adg/adg-canvas.c | 4 ++-- + adg/adg-canvas.h | 4 ++-- + adg/adg-container-private.h | 4 ++-- + adg/adg-container.c | 4 ++-- + adg/adg-container.h | 4 ++-- + adg/adg-context-private.h | 4 ++-- + adg/adg-context.c | 4 ++-- + adg/adg-context.h | 4 ++-- + adg/adg-dim-private.h | 4 ++-- + adg/adg-dim-style-private.h | 4 ++-- + adg/adg-dim-style.c | 4 ++-- + adg/adg-dim-style.h | 4 ++-- + adg/adg-dim.c | 4 ++-- + adg/adg-dim.h | 4 ++-- + adg/adg-entity-private.h | 4 ++-- + adg/adg-entity.c | 4 ++-- + adg/adg-entity.h | 4 ++-- + adg/adg-enums.c | 4 ++-- + adg/adg-enums.h | 4 ++-- + adg/adg-font-style-private.h | 4 ++-- + adg/adg-font-style.c | 4 ++-- + adg/adg-font-style.h | 4 ++-- + adg/adg-intl.h | 4 ++-- + adg/adg-ldim-private.h | 4 ++-- + adg/adg-ldim.c | 4 ++-- + adg/adg-ldim.h | 4 ++-- + adg/adg-line-style-private.h | 4 ++-- + adg/adg-line-style.c | 4 ++-- + adg/adg-line-style.h | 4 ++-- + adg/adg-matrix.c | 4 ++-- + adg/adg-matrix.h | 4 ++-- + adg/adg-model-private.h | 4 ++-- + adg/adg-model.c | 4 ++-- + adg/adg-model.h | 4 ++-- + adg/adg-pair.c | 4 ++-- + adg/adg-pair.h | 4 ++-- + adg/adg-path-private.h | 4 ++-- + adg/adg-path.c | 4 ++-- + adg/adg-path.h | 4 ++-- + adg/adg-pattern.c | 4 ++-- + adg/adg-pattern.h | 4 ++-- + adg/adg-style-private.h | 4 ++-- + adg/adg-style.c | 4 ++-- + adg/adg-style.h | 4 ++-- + adg/adg-util.c | 4 ++-- + adg/adg-util.h | 4 ++-- + adg/adg.h | 4 ++-- + cpml/cpml-pair.c | 4 ++-- + cpml/cpml-pair.h | 4 ++-- + cpml/cpml-path.c | 4 ++-- + cpml/cpml-path.h | 4 ++-- + cpml/cpml.h | 4 ++-- + 59 files changed, 118 insertions(+), 118 deletions(-) + +commit a47f4070aa19d20dc9858f84cd54dc37e027a117 +Author: Nicola Fontana +Date: Fri Aug 22 02:49:00 2008 +0200 + + Updated FSF address + + adg/adg-adim-private.h | 4 ++-- + adg/adg-adim.c | 4 ++-- + adg/adg-adim.h | 4 ++-- + adg/adg-arrow-style-private.h | 4 ++-- + adg/adg-arrow-style.c | 4 ++-- + adg/adg-arrow-style.h | 4 ++-- + adg/adg-canvas-private.h | 4 ++-- + adg/adg-canvas.c | 4 ++-- + adg/adg-canvas.h | 4 ++-- + adg/adg-container-private.h | 4 ++-- + adg/adg-container.c | 4 ++-- + adg/adg-container.h | 4 ++-- + adg/adg-context-private.h | 4 ++-- + adg/adg-context.c | 4 ++-- + adg/adg-context.h | 4 ++-- + adg/adg-dim-private.h | 4 ++-- + adg/adg-dim-style-private.h | 4 ++-- + adg/adg-dim-style.c | 4 ++-- + adg/adg-dim-style.h | 4 ++-- + adg/adg-dim.c | 4 ++-- + adg/adg-dim.h | 4 ++-- + adg/adg-entity-private.h | 4 ++-- + adg/adg-entity.c | 4 ++-- + adg/adg-entity.h | 4 ++-- + adg/adg-enums.c | 4 ++-- + adg/adg-enums.h | 4 ++-- + adg/adg-font-style-private.h | 4 ++-- + adg/adg-font-style.c | 4 ++-- + adg/adg-font-style.h | 4 ++-- + adg/adg-intl.h | 4 ++-- + adg/adg-ldim-private.h | 4 ++-- + adg/adg-ldim.c | 4 ++-- + adg/adg-ldim.h | 4 ++-- + adg/adg-line-style-private.h | 4 ++-- + adg/adg-line-style.c | 4 ++-- + adg/adg-line-style.h | 4 ++-- + adg/adg-matrix.c | 4 ++-- + adg/adg-matrix.h | 4 ++-- + adg/adg-model-private.h | 4 ++-- + adg/adg-model.c | 4 ++-- + adg/adg-model.h | 4 ++-- + adg/adg-pair.c | 4 ++-- + adg/adg-pair.h | 4 ++-- + adg/adg-path-private.h | 4 ++-- + adg/adg-path.c | 4 ++-- + adg/adg-path.h | 4 ++-- + adg/adg-pattern.c | 4 ++-- + adg/adg-pattern.h | 4 ++-- + adg/adg-style-private.h | 4 ++-- + adg/adg-style.c | 4 ++-- + adg/adg-style.h | 4 ++-- + adg/adg-util.c | 4 ++-- + adg/adg-util.h | 4 ++-- + adg/adg.h | 4 ++-- + cpml/cpml-pair.c | 4 ++-- + cpml/cpml-pair.h | 4 ++-- + cpml/cpml-path.c | 4 ++-- + cpml/cpml-path.h | 4 ++-- + cpml/cpml.h | 4 ++-- + 59 files changed, 118 insertions(+), 118 deletions(-) + +commit 2d6dfe9e4d804d03b6aefe6cf010113adeb14537 +Author: Nicola Fontana +Date: Fri Aug 22 02:48:22 2008 +0200 + + Corrected typos in NEWS + + NEWS | 10 +++++----- + 1 files changed, 5 insertions(+), 5 deletions(-) + +commit 20d0155f543d57add93dcc6ac2800b75f0b24594 +Author: Nicola Fontana +Date: Fri Aug 22 02:47:44 2008 +0200 + + Updated the COPYING license + + COPYING | 96 +++++++++++++++++++++++++++++--------------------------------- + 1 files changed, 45 insertions(+), 51 deletions(-) + +commit 38317a476a8527e7efb0519d9c302396adae37d7 +Author: Nicola Fontana +Date: Wed Aug 13 22:50:01 2008 +0200 + + Updated NEWS + + NEWS | 15 +++++++++++++++ + 1 files changed, 15 insertions(+), 0 deletions(-) + +commit 134f8e1e5427a6b33a2583c3d0aae72d8c5bfaa2 +Author: Nicola Fontana +Date: Wed Aug 13 22:31:36 2008 +0200 + + Updated dependency: cairo >= 1.7.4 + + configure.ac | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 6393f51f2f71eaa13ecd86a16c500add948c6735 +Author: Nicola Fontana +Date: Wed Aug 13 22:19:07 2008 +0200 + + Updated documentation + + docs/adg-sections.txt | 12 ++++++++++++ + 1 files changed, 12 insertions(+), 0 deletions(-) + +commit 677430566171a6311de4268d70f7bd1404ffb54f +Author: Nicola Fontana +Date: Wed Aug 13 22:14:26 2008 +0200 + + Updated AdgLDim implementation to the new design + + adg/adg-ldim-private.h | 29 +++- + adg/adg-ldim.c | 484 +++++++++++++++++++++++------------------------- + adg/adg-ldim.h | 24 ++-- + 3 files changed, 271 insertions(+), 266 deletions(-) + +commit eddee965ffa29dc7681d12befa0cf90e4bf6d5c5 +Author: Nicola Fontana +Date: Wed Aug 13 22:07:14 2008 +0200 + + Implemented adg_entity_build_{paper2model,model2paper}() + + adg/adg-entity.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ + adg/adg-entity.h | 4 +++ + 2 files changed, 64 insertions(+), 0 deletions(-) + +commit e20d4f4c3f2d61dc1d7ba60efb94f57a8087491b +Author: Nicola Fontana +Date: Wed Aug 13 21:19:48 2008 +0200 + + Provided accessors to AdgDim calculated fields + + adg/adg-dim-private.h | 4 +- + adg/adg-dim.c | 114 +++++++++++++++++++++++++++++++++++++++++++------ + adg/adg-dim.h | 29 ++++++++---- + 3 files changed, 121 insertions(+), 26 deletions(-) + +commit d495165c816271505ef05b3af7d9b5e03199120f +Author: Nicola Fontana +Date: Wed Aug 13 21:18:43 2008 +0200 + + Improved CPML API consistency by using destination as first arg + + cpml/cpml-pair.c | 13 ++++++------- + cpml/cpml-pair.h | 26 +++++++++++++------------- + 2 files changed, 19 insertions(+), 20 deletions(-) + +commit 2b9be156d43a7a233dd3f87bb845b6328842e254 +Author: Nicola Fontana +Date: Wed Aug 13 20:33:00 2008 +0200 + + Chained-up the parent method in AdgDim::invalidate + + adg/adg-dim.c | 67 ++++++++++++++++++++++++++------------------------------ + 1 files changed, 31 insertions(+), 36 deletions(-) + +commit 0c707c5f60791950df8102988144e8b7eb80d501 +Author: Nicola Fontana +Date: Wed Aug 13 20:14:59 2008 +0200 + + Cosmetic improvements + + adg/adg-dim.c | 48 ++++++++++++++++++++++++------------------------ + 1 files changed, 24 insertions(+), 24 deletions(-) + +commit 0622a615701199a82d25239dcf71fd490e38448b +Author: Nicola Fontana +Date: Wed Aug 13 20:12:41 2008 +0200 + + AdgDim::paper_matrix_changed must invalidate all the text + + adg/adg-dim.c | 18 +++++++++++++++++- + 1 files changed, 17 insertions(+), 1 deletions(-) + +commit 3302146d4f2a27a3393b9fb6e81a03cfbb46b01d +Author: Nicola Fontana +Date: Wed Aug 13 20:03:08 2008 +0200 + + Documented adg-dim.c and moved static stuff at the end of the file + + adg/adg-dim.c | 416 +++++++++++++++++++++++++++++++++++++++------------------ + 1 files changed, 288 insertions(+), 128 deletions(-) + +commit 60f2bd4dae5d299d0cda694e45a8ca03fe2d2bd5 +Author: Nicola Fontana +Date: Wed Aug 13 15:36:00 2008 +0200 + + Small AdgLDim clean-ups + + adg/adg-ldim.c | 68 +++++++++++++++++++++++++++---------------------------- + 1 files changed, 33 insertions(+), 35 deletions(-) + +commit 9535dabae789eb6a039dcb59611efd3501a6f630 +Author: Nicola Fontana +Date: Wed Aug 13 14:59:06 2008 +0200 + + Added error checking while building glyphs + + adg/adg-dim.c | 19 ++++++++++++++----- + 1 files changed, 14 insertions(+), 5 deletions(-) + +commit 3709000af60993ab168577bbe137ab22959be222 +Author: Nicola Fontana +Date: Wed Aug 13 14:04:14 2008 +0200 + + Invalidate the whole AdgDim on level changed + + adg/adg-dim.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit 6b531de379f27f5e7e96a0a094584f53a1296a0e +Author: Nicola Fontana +Date: Wed Aug 13 14:02:26 2008 +0200 + + Removed unused AdgDim::model_matrix_changed + + adg/adg-dim.c | 10 ---------- + 1 files changed, 0 insertions(+), 10 deletions(-) + +commit 07a7f8ef6351e8a30d79f35d78b63bf52d4ebe2f +Author: Nicola Fontana +Date: Wed Aug 13 13:48:35 2008 +0200 + + Using a proper cache management in adg_dim_render_quote() + + adg/adg-dim-private.h | 20 ++-- + adg/adg-dim.c | 292 +++++++++++++++++++++--------------------------- + 2 files changed, 140 insertions(+), 172 deletions(-) + +commit 54a9d02771fd3b9f90b822713103bc7957e9b81c +Author: Nicola Fontana +Date: Wed Aug 13 12:01:39 2008 +0200 + + Implemented adg_entity_scale_to_{model,paper}() APIs + + adg/adg-entity.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ + adg/adg-entity.h | 4 ++++ + 2 files changed, 52 insertions(+), 0 deletions(-) + +commit 8a3eb5c710dae5d45a7c1e12960dfc3bf39157b0 +Author: Nicola Fontana +Date: Wed Aug 13 10:08:56 2008 +0200 + + Merged tolerance invalidation + + adg/adg-dim.c | 23 +++++++---------------- + 1 files changed, 7 insertions(+), 16 deletions(-) + +commit 3a75f7bbe71a73da758611553546363ea54ce8cd +Author: Nicola Fontana +Date: Tue Aug 12 23:46:07 2008 +0200 + + Privatized "glyphs_translate" + + adg/adg-dim.c | 5 ++++- + 1 files changed, 4 insertions(+), 1 deletions(-) + +commit db89c1bc81fd69b07a10ae21629324e6b5c02676 +Author: Nicola Fontana +Date: Tue Aug 12 23:41:12 2008 +0200 + + Rewrote the text rendering in AdgDim + + The new approach directly uses the glyph generation of the cairo + "toys" API. No need to keep around the offset pairs, as the + position is stored in the glyphs. + + adg/adg-dim-private.h | 34 ++-- + adg/adg-dim.c | 473 ++++++++++++++++++++++++++++++------------------- + 2 files changed, 314 insertions(+), 193 deletions(-) + +commit 9884106d521a12bfed3a778111740f42d5afd964 +Author: Nicola Fontana +Date: Tue Aug 12 19:54:25 2008 +0200 + + Tab expansion in all the source files + + adg/adg-adim-private.h | 8 +- + adg/adg-adim.c | 24 ++-- + adg/adg-adim.h | 6 +- + adg/adg-arrow-style-private.h | 8 +- + adg/adg-arrow-style.c | 262 ++++++++++++++-------------- + adg/adg-arrow-style.h | 46 +++--- + adg/adg-canvas.c | 8 +- + adg/adg-canvas.h | 6 +- + adg/adg-container-private.h | 10 +- + adg/adg-container.c | 144 ++++++++-------- + adg/adg-container.h | 20 +- + adg/adg-context-private.h | 6 +- + adg/adg-context.c | 48 +++--- + adg/adg-context.h | 22 ++-- + adg/adg-dim-private.h | 30 ++-- + adg/adg-dim-style-private.h | 28 ++-- + adg/adg-dim-style.c | 328 +++++++++++++++++----------------- + adg/adg-dim-style.h | 112 ++++++------ + adg/adg-dim.c | 364 +++++++++++++++++++------------------- + adg/adg-dim.h | 14 +- + adg/adg-entity-private.h | 6 +- + adg/adg-entity.c | 198 +++++++++++----------- + adg/adg-entity.h | 50 +++--- + adg/adg-enums.h | 2 +- + adg/adg-font-style-private.h | 16 +- + adg/adg-font-style.c | 264 ++++++++++++++-------------- + adg/adg-font-style.h | 64 ++++---- + adg/adg-ldim-private.h | 10 +- + adg/adg-ldim.c | 118 ++++++------ + adg/adg-ldim.h | 6 +- + adg/adg-line-style-private.h | 2 +- + adg/adg-line-style.c | 196 +++++++++++----------- + adg/adg-line-style.h | 42 +++--- + adg/adg-matrix.c | 6 +- + adg/adg-matrix.h | 18 +- + adg/adg-model-private.h | 6 +- + adg/adg-model.c | 88 +++++----- + adg/adg-model.h | 8 +- + adg/adg-pair.c | 6 +- + adg/adg-pair.h | 4 +- + adg/adg-path-private.h | 10 +- + adg/adg-path.c | 388 ++++++++++++++++++++-------------------- + adg/adg-path.h | 6 +- + adg/adg-pattern.c | 6 +- + adg/adg-pattern.h | 2 +- + adg/adg-style-private.h | 2 +- + adg/adg-style.c | 64 ++++---- + adg/adg-style.h | 34 ++-- + adg/adg-util.h | 6 +- + cpml/cpml-pair.c | 72 ++++---- + cpml/cpml-pair.h | 34 ++-- + cpml/cpml-path.c | 164 +++++++++--------- + cpml/cpml-path.h | 52 +++--- + demo/adg-demo.c | 62 ++++---- + demo/ldim.c | 4 +- + 55 files changed, 1755 insertions(+), 1755 deletions(-) + +commit 0c6988d70406ac33faf3039e35b9079511e2bce8 +Author: Nicola Fontana +Date: Tue Aug 12 17:44:51 2008 +0200 + + Chained-up the parent method in AdgContainer::render() + + adg/adg-container.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit e348c92b3fcf6da55394b359811e9e230ba4f7bd +Author: Nicola Fontana +Date: Tue Aug 12 17:42:26 2008 +0200 + + Implemented "invalidate" in AdgContainer + + adg/adg-container.c | 53 +++++++++++++++++++++++++++++--------------------- + 1 files changed, 31 insertions(+), 22 deletions(-) + +commit 73a325588a733b48e073a0404d8952d89eaeb262 +Author: Nicola Fontana +Date: Tue Aug 12 17:40:47 2008 +0200 + + Exposed adg_entity_invalidate() API + + adg/adg-entity.h | 45 +++++++++++++++++++++++---------------------- + 1 files changed, 23 insertions(+), 22 deletions(-) + +commit 08daf6f58a46e0b7e94f8d51fc31695605944466 +Author: Nicola Fontana +Date: Tue Aug 12 17:32:50 2008 +0200 + + Corrected docs and args type for AdgEntity::render + + adg/adg-entity.c | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 355ed0e30b4cb0c5c4fa6d28f8fa4d480b7b6bd6 +Author: Nicola Fontana +Date: Tue Aug 12 17:30:52 2008 +0200 + + Added "invalidate" signal to AdgEntity + + adg/adg-entity.c | 45 +++++++++++++++++++++++++++++++++++++++------ + adg/adg-entity.h | 1 + + 2 files changed, 40 insertions(+), 6 deletions(-) + +commit c35e42fe5b21db1e237bc887210568e96ec51d4c +Author: Nicola Fontana +Date: Tue Aug 12 16:04:41 2008 +0200 + + Renamed _adg_dim_render_quote() to adg_dim_render_quote() + + adg/adg-dim-private.h | 4 -- + adg/adg-dim.c | 9 ++--- + adg/adg-dim.h | 81 +++++++++++++++++++++++++------------------------ + adg/adg-ldim.c | 2 +- + 4 files changed, 46 insertions(+), 50 deletions(-) + +commit 55521f24a421cf4b2e93ab45a8a2073e94a6822f +Author: Nicola Fontana +Date: Tue Aug 12 15:57:27 2008 +0200 + + Use CpmlPair in cache for AdgDim entities + + adg/adg-adim-private.h | 2 +- + adg/adg-dim-private.h | 14 ++++++++------ + adg/adg-ldim-private.h | 4 +++- + 3 files changed, 12 insertions(+), 8 deletions(-) + +commit 092876f2c7f5b1fe270046b53ce3d08123191814 +Author: Nicola Fontana +Date: Tue Aug 12 11:15:57 2008 +0200 + + Added *.bak pattern to docs/.gitignore + + docs/.gitignore | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit 7537f19da6002158ce92b00ee976dbd149cfc6a1 +Author: Nicola Fontana +Date: Tue Aug 12 11:14:52 2008 +0200 + + Updated demo programs avoiding cairo wrappers + + demo/adg-demo.c | 72 +++++++++++++++++++++++++++++-------------------------- + demo/ldim.c | 27 ++++++++++---------- + 2 files changed, 52 insertions(+), 47 deletions(-) + +commit 2f8f41e08d16829735fdffed11ac571cd154cd5e +Merge: 1adf98a... 98215f6... +Author: Nicola Fontana +Date: Tue Aug 12 11:00:39 2008 +0200 + + Merge branch 'master' into ntd + +commit 98215f6797e57a9673156cd6a628f6bcd3fc59d8 +Author: Nicola Fontana +Date: Tue Aug 12 11:00:21 2008 +0200 + + "indent -kr" on demo/ + + demo/adg-demo.c | 592 ++++++++++++++++++++++++++++--------------------------- + demo/ldim.c | 116 ++++++------ + 2 files changed, 366 insertions(+), 342 deletions(-) + +commit 1adf98a61b78f72ffaccfa1de699b017210f3f33 +Author: Nicola Fontana +Date: Tue Aug 12 10:52:40 2008 +0200 + + Removed awful cairo wrappers + + adg/adg-entity.h | 2 +- + adg/adg-path-private.h | 11 +- + adg/adg-path.c | 513 ++++-------------------------------------------- + adg/adg-path.h | 5 +- + 4 files changed, 50 insertions(+), 481 deletions(-) + +commit 7cdf01c092fdb781417851ae27371bc93403a1a1 +Author: Nicola Fontana +Date: Mon Aug 11 11:04:52 2008 +0200 + + Added .gitignore stuff + + .gitignore | 36 ++++++++++++++++++++++++++++++++++++ + docs/.gitignore | 17 +++++++++++++++++ + po/.gitignore | 16 ++++++++++++++++ + 3 files changed, 69 insertions(+), 0 deletions(-) + +commit 175be19f991a58ad318ffcf179933fe141474b00 +Author: Nicola Fontana +Date: Mon Aug 11 10:24:36 2008 +0200 + + Bumped version to 0.3.1 + + configure.ac | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit e14b6a8f82e935414475aa10e76cf41cb7a3b436 +Author: Nicola Fontana +Date: Mon Aug 11 10:24:17 2008 +0200 + + Moved AC_DISABLE_STATIC right before AC_PROG_LIBTOOL + + configure.ac | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 5a085e67442e9c37a70d3319bf44799cc34a79b1 +Author: Nicola Fontana +Date: Sun Aug 10 18:56:23 2008 +0200 + + Updated README + + README | 21 +++++++++------------ + 1 files changed, 9 insertions(+), 12 deletions(-) + +commit c1ba607fcc6c7a70eeaaea54072805ed640516d4 +Author: Nicola Fontana +Date: Sat Jul 19 00:35:59 2008 +0000 + + Added a bare TODO file + + TODO | 33 +++++++++++++++++++++++++++++++++ + 1 files changed, 33 insertions(+), 0 deletions(-) + +commit 8ebba83270742d286a8bcd50d1165526f26c0dcc +Author: Nicola Fontana +Date: Fri Jul 18 23:46:07 2008 +0000 + + Updated obsolete README + + README | 19 ++++++------------- + 1 files changed, 6 insertions(+), 13 deletions(-) + +commit a896442e07e76b87734f2a0982bcc93ce965369f +Author: Nicola Fontana +Date: Fri Jul 18 23:41:48 2008 +0000 + + Updated NEWS + + NEWS | 11 +++++++++++ + 1 files changed, 11 insertions(+), 0 deletions(-) + +commit 38323691225e73b5f16a845d088771bb39c2f6b3 +Author: Nicola Fontana +Date: Thu Jul 17 23:33:34 2008 +0000 + + indent -kr on adg + + adg/adg-adim-private.h | 15 +- + adg/adg-adim.c | 125 +++--- + adg/adg-adim.h | 15 +- + adg/adg-arrow-style-private.h | 13 +- + adg/adg-arrow-style.c | 498 +++++++++++------------- + adg/adg-arrow-style.h | 19 +- + adg/adg-canvas-private.h | 5 +- + adg/adg-canvas.c | 37 +- + adg/adg-canvas.h | 15 +- + adg/adg-container-private.h | 18 +- + adg/adg-container.c | 383 +++++++++--------- + adg/adg-container.h | 16 +- + adg/adg-context-private.h | 9 +- + adg/adg-context.c | 155 ++++---- + adg/adg-context.h | 16 +- + adg/adg-dim-private.h | 37 +- + adg/adg-dim-style-private.h | 33 +- + adg/adg-dim-style.c | 805 ++++++++++++++++++-------------------- + adg/adg-dim-style.h | 17 +- + adg/adg-dim.c | 882 ++++++++++++++++++++--------------------- + adg/adg-dim.h | 27 +- + adg/adg-entity-private.h | 20 +- + adg/adg-entity.c | 446 ++++++++++----------- + adg/adg-entity.h | 82 ++-- + adg/adg-enums.c | 4 +- + adg/adg-enums.h | 88 ++--- + adg/adg-font-style-private.h | 21 +- + adg/adg-font-style.c | 572 +++++++++++++------------- + adg/adg-font-style.h | 17 +- + adg/adg-ldim-private.h | 18 +- + adg/adg-ldim.c | 641 +++++++++++++++--------------- + adg/adg-ldim.h | 15 +- + adg/adg-line-style-private.h | 21 +- + adg/adg-line-style.c | 432 ++++++++++----------- + adg/adg-line-style.h | 16 +- + adg/adg-matrix.c | 54 ++-- + adg/adg-matrix.h | 2 - + adg/adg-model-private.h | 11 +- + adg/adg-model.c | 260 ++++++------- + adg/adg-model.h | 15 +- + adg/adg-pair.c | 19 +- + adg/adg-pair.h | 2 - + adg/adg-path-private.h | 15 +- + adg/adg-path.c | 812 ++++++++++++++++++-------------------- + adg/adg-path.h | 15 +- + adg/adg-pattern.c | 17 +- + adg/adg-pattern.h | 2 - + adg/adg-style-private.h | 7 +- + adg/adg-style.c | 193 +++++----- + adg/adg-style.h | 22 +- + adg/adg-util.c | 2 + + adg/adg-util.h | 8 - + 52 files changed, 3308 insertions(+), 3681 deletions(-) + +commit cb51b7751f67654064e887eca147d12ed84669e9 +Author: Nicola Fontana +Date: Tue Jul 15 19:20:32 2008 +0000 + + Modified adg-type-builtins.[ch] generation templates to get a kr indentation + + adg/Makefile.am | 12 ++++++------ + 1 files changed, 6 insertions(+), 6 deletions(-) + +commit e74c349e2e378902693049c6e337caa5370f4d99 +Author: Nicola Fontana +Date: Tue Jul 15 19:05:29 2008 +0000 + + indent -kr on the CPML library + + cpml/cpml-pair.c | 163 +++++++++++++------------- + cpml/cpml-pair.h | 36 +++---- + cpml/cpml-path.c | 341 +++++++++++++++++++++++++++--------------------------- + cpml/cpml-path.h | 57 ++++------ + 4 files changed, 287 insertions(+), 310 deletions(-) + +commit 430a752c75291e4c3a34cc6c28b0b98fd4f30f79 +Author: Nicola Fontana +Date: Mon Jul 14 21:35:00 2008 +0000 + + Reworked adg_entity_get_style() to recursively call the parent on NULL style + + adg/adg-entity.c | 17 +++++++++++++++-- + 1 files changed, 15 insertions(+), 2 deletions(-) + +commit 02a86a4a7d17baf5d3786a3041482798f271b0fe +Author: Nicola Fontana +Date: Mon Jul 14 21:27:40 2008 +0000 + + Implemented AdgContextFiller callback + + adg/adg-canvas.c | 21 ++++++++++++++-- + adg/adg-context-private.h | 2 + + adg/adg-context.c | 56 +++++++++++++++++++++++++++++++++++++------- + adg/adg-context.h | 4 ++- + docs/adg-sections.txt | 1 + + 5 files changed, 71 insertions(+), 13 deletions(-) + +commit 7faa82c93af28995e4e17cced27d28a290caef6b +Author: Nicola Fontana +Date: Mon Jul 14 17:30:09 2008 +0000 + + Cleaned up old (and crappy) style stuff + + adg/adg-canvas-private.h | 5 - + adg/adg-canvas.c | 216 ++----------------------------------- + adg/adg-entity.c | 272 ---------------------------------------------- + adg/adg-entity.h | 24 ---- + adg/adg-path-private.h | 1 - + adg/adg-path.c | 85 -------------- + docs/adg-sections.txt | 8 -- + 7 files changed, 8 insertions(+), 603 deletions(-) + +commit 66a505cbfddfa35a7c515f6cfceda16edbf7d63f +Author: Nicola Fontana +Date: Sun Jul 13 22:37:50 2008 +0000 + + Removed embedded AdgDimStyle from AdgDim + + adg/adg-dim-private.h | 3 +- + adg/adg-dim-style-private.h | 8 ++-- + adg/adg-dim.c | 80 +++++++++++-------------------------------- + adg/adg-entity.c | 29 +++++++++++---- + adg/adg-entity.h | 2 + + adg/adg-ldim.c | 55 ++++++++++++++--------------- + docs/adg-sections.txt | 1 + + 7 files changed, 76 insertions(+), 102 deletions(-) + +commit 0983ca4f9a75dc0fd14d336e9cd34b2cf379d6f8 +Author: Nicola Fontana +Date: Sun Jul 13 22:02:30 2008 +0000 + + Updated docs for slots related changes + + docs/adg-sections.txt | 6 ++++++ + 1 files changed, 6 insertions(+), 0 deletions(-) + +commit 6e37f68483bde773429938a06841ed31336354f3 +Author: Nicola Fontana +Date: Sun Jul 13 21:59:45 2008 +0000 + + Implemented stlye slots on AdgDimStyle + + adg/adg-dim-style.c | 18 ++++++++++++++++++ + adg/adg-dim-style.h | 6 ++++-- + 2 files changed, 22 insertions(+), 2 deletions(-) + +commit deafbb12b0553f467f85ad1ddc610c9689aabb6d +Author: Nicola Fontana +Date: Sun Jul 13 21:57:43 2008 +0000 + + Corrected typo in adg-arrow-style.h + + adg/adg-arrow-style.h | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit c92d4fc040a953afb5c783a582bc0236710ef9ef +Author: Nicola Fontana +Date: Sun Jul 13 21:56:25 2008 +0000 + + Implemented stlye slots on AdgArrowStyle + + adg/adg-arrow-style.c | 18 ++++++++++++++++++ + adg/adg-arrow-style.h | 3 +++ + 2 files changed, 21 insertions(+), 0 deletions(-) + +commit c0732ff863477928736b74c6d2a08b6e573bd646 +Author: Nicola Fontana +Date: Sun Jul 13 21:53:30 2008 +0000 + + Implemented stlye slots on AdgFontStyle + + adg/adg-font-style.c | 18 ++++++++++++++++++ + adg/adg-font-style.h | 2 ++ + adg/adg-line-style.c | 7 +++++++ + 3 files changed, 27 insertions(+), 0 deletions(-) + +commit 0ba1114e3c7e8e4436b0aa4ef76b67fb83851194 +Author: Nicola Fontana +Date: Sun Jul 13 21:28:47 2008 +0000 + + Updated docs accordling to the previous change + + adg/adg-context.c | 13 +++++++++++++ + adg/adg-entity.c | 8 ++++++++ + docs/adg-sections.txt | 14 ++++++++++++++ + 3 files changed, 35 insertions(+), 0 deletions(-) + +commit a99f7e96d32403cf7e9b23e0fd4650cc6b2f378a +Author: Nicola Fontana +Date: Sun Jul 13 21:11:14 2008 +0000 + + Implemented stlye slots and tested on AdgLineStyle + + adg/adg-adim.c | 1 - + adg/adg-canvas.c | 2 + + adg/adg-context-private.h | 6 +- + adg/adg-context.c | 133 ++++++++++++++++++++++++++++ + adg/adg-context.h | 7 ++ + adg/adg-entity-private.h | 5 +- + adg/adg-entity.c | 216 +++++++++++++++++++++++++++++++-------------- + adg/adg-entity.h | 8 ++ + adg/adg-line-style.c | 12 +++ + adg/adg-line-style.h | 2 + + adg/adg-path.c | 2 +- + adg/adg-style.c | 11 +++ + adg/adg-style.h | 2 + + 13 files changed, 331 insertions(+), 76 deletions(-) + +commit 814877cc77189120ace952e658066d483736145c +Author: Nicola Fontana +Date: Sun Jul 13 09:48:27 2008 +0000 + + Used AdgStyleId instead of gint + + adg/adg-style.c | 16 ++++++++-------- + adg/adg-style.h | 7 ++++--- + docs/adg-sections.txt | 2 +- + 3 files changed, 13 insertions(+), 12 deletions(-) + +commit 89a8026f9d45056b8ce2328a16fa5c1255ca9f48 +Author: Nicola Fontana +Date: Sat Jul 12 20:40:34 2008 +0000 + + Implemented AdgDimStyle::get_pool() and removed deprecated adg_dim_style_get_from_id() + + adg/adg-canvas.c | 3 +- + adg/adg-dim-style.c | 122 ++++++++++++++++++++++++------------------------- + adg/adg-dim-style.h | 1 - + adg/adg-dim.c | 3 +- + docs/adg-sections.txt | 1 - + 5 files changed, 64 insertions(+), 66 deletions(-) + +commit 8f47378fa2a280bbcd22256ad1938c19f4889930 +Author: Nicola Fontana +Date: Sat Jul 12 20:17:36 2008 +0000 + + Implemented AdgArrowStyle::get_pool() and removed deprecated adg_arrow_style_get_from_id() + + adg/adg-arrow-style.c | 194 +++++++++++++++++++++++++----------------------- + adg/adg-arrow-style.h | 1 - + adg/adg-canvas.c | 3 +- + adg/adg-dim-style.c | 6 +- + docs/adg-sections.txt | 1 - + 5 files changed, 107 insertions(+), 98 deletions(-) + +commit 3b433c6334b4ae1d1271513df55239111819e491 +Author: Nicola Fontana +Date: Sat Jul 12 20:06:46 2008 +0000 + + Implemented AdgFontStyle::get_pool() and removed deprecated adg_font_style_get_from_id() + + adg/adg-canvas.c | 3 +- + adg/adg-dim-style.c | 9 +++-- + adg/adg-font-style.c | 83 +++++++++++++++++++++++-------------------------- + adg/adg-font-style.h | 1 - + docs/adg-sections.txt | 2 +- + 5 files changed, 48 insertions(+), 50 deletions(-) + +commit 3cbb14d7829bcfeb1fdb0b1a5d137f7aee4203ea +Author: Nicola Fontana +Date: Sat Jul 12 19:58:27 2008 +0000 + + Moved logic to AdgStyle and left only get_pool() as virtual method + + adg/adg-line-style.c | 21 +++++++++---------- + adg/adg-style.c | 52 +++++++++++++++++++++++++++++++++++++------------ + adg/adg-style.h | 3 +- + 3 files changed, 51 insertions(+), 25 deletions(-) + +commit 925d6a43929760c10a557cf0c449526ddc39bf8c +Author: Nicola Fontana +Date: Sat Jul 12 19:34:41 2008 +0000 + + Used a static GPtrArray to store line styles + + adg/adg-line-style.c | 50 ++++++++++++++++++++++++++------------------------ + 1 files changed, 26 insertions(+), 24 deletions(-) + +commit 68ddc487c69d888d12753afbde7989239bce4984 +Author: Nicola Fontana +Date: Sat Jul 12 17:12:57 2008 +0000 + + Removed unused adg_line_style_from_id() and updated documentation + + adg/adg-line-style.c | 53 ------------------------------------------------- + adg/adg-line-style.h | 1 - + docs/adg-sections.txt | 3 +- + 3 files changed, 2 insertions(+), 55 deletions(-) + +commit c679fa3e74facc880587d13c57087307c8817633 +Author: Nicola Fontana +Date: Sat Jul 12 17:09:41 2008 +0000 + + Unreference the AdgStyle class after AdgStyle::from_id() method is called + + adg/adg-style.c | 16 +++++++++++----- + adg/adg-style.h | 2 +- + 2 files changed, 12 insertions(+), 6 deletions(-) + +commit ee2cfe7b280e4d93b6d17ddec5f81fb23258b056 +Author: Nicola Fontana +Date: Fri Jul 11 17:35:32 2008 +0000 + + Implemented adg_style_from_id() and tested on AdgLineStyle + + adg/adg-canvas.c | 3 ++- + adg/adg-dim-style.c | 2 +- + adg/adg-line-style.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++ + adg/adg-style.c | 29 +++++++++++++++++++++++++++++ + adg/adg-style.h | 3 +++ + 5 files changed, 82 insertions(+), 2 deletions(-) + +commit 876cc593eb7184e72d5dcf81a9284fd01e232b19 +Author: Nicola Fontana +Date: Thu Jul 10 19:19:07 2008 +0000 + + Implemented adg_dim_style_new() + + adg/adg-dim-style.c | 13 +++++++++++++ + 1 files changed, 13 insertions(+), 0 deletions(-) + +commit 3d02c58bc9f4f7529c3bb4914612eec33b5f7e45 +Author: Nicola Fontana +Date: Thu Jul 10 19:17:26 2008 +0000 + + Implemented adg_arrow_style_new() + + adg/adg-arrow-style.c | 21 +++++++++++++++++++++ + 1 files changed, 21 insertions(+), 0 deletions(-) + +commit e03b47499b0eca19f403cb277a02d4a140a610a3 +Author: Nicola Fontana +Date: Thu Jul 10 19:15:39 2008 +0000 + + Implemented adg_font_style_new() + + adg/adg-font-style.c | 13 +++++++++++++ + 1 files changed, 13 insertions(+), 0 deletions(-) + +commit 050a428f7dd0059c1fa8c36797b4ca3acaaef6e3 +Author: Nicola Fontana +Date: Thu Jul 10 19:13:38 2008 +0000 + + Implemented adg_line_style_new() + + adg/adg-line-style.c | 13 +++++++++++++ + 1 files changed, 13 insertions(+), 0 deletions(-) + +commit ddd2c628bdefa8e25ab1d15b234deae37809a668 +Author: Nicola Fontana +Date: Wed Jul 9 16:06:20 2008 +0000 + + Sanitized AdgDimStyle and implemented pattern in AdgLDim render() + + adg/adg-arrow-style.c | 1 + + adg/adg-dim-style.c | 58 +++++++++++++++++++++++++++---------------------- + adg/adg-ldim.c | 1 + + adg/adg-line-style.c | 3 -- + 4 files changed, 34 insertions(+), 29 deletions(-) + +commit 06947fa0cead229c11c83e2b4d4d8db2cbe75830 +Author: Nicola Fontana +Date: Wed Jul 9 15:52:47 2008 +0000 + + Implemented adg_font_style_apply() as virtual method adg_style_apply() + + adg/adg-dim.c | 10 +++--- + adg/adg-font-style.c | 88 ++++++++++++++++++++++++------------------------ + adg/adg-font-style.h | 2 - + docs/adg-sections.txt | 1 - + 4 files changed, 49 insertions(+), 52 deletions(-) + +commit 8ca77656e06b31aa296d6f41efb725dcf8704795 +Author: Nicola Fontana +Date: Wed Jul 9 15:46:16 2008 +0000 + + Implemented adg_line_style_apply() as virtual method adg_style_apply() + + adg/adg-ldim.c | 2 +- + adg/adg-line-style.c | 77 +++++++++++++++++++++++++----------------------- + adg/adg-line-style.h | 2 - + adg/adg-path.c | 2 +- + docs/adg-sections.txt | 1 - + 5 files changed, 42 insertions(+), 42 deletions(-) + +commit 56d0ed6db3569c758db7e79e8732acf6259b5867 +Author: Nicola Fontana +Date: Wed Jul 9 15:39:06 2008 +0000 + + Implemented patterns in AdgStyle + + adg/adg-dim-style.h | 1 + + adg/adg-line-style.c | 22 ++++++- + adg/adg-style-private.h | 5 +- + adg/adg-style.c | 157 ++++++++++++++++++++++++++++++----------------- + adg/adg-style.h | 15 +++- + docs/adg-sections.txt | 4 + + 6 files changed, 135 insertions(+), 69 deletions(-) + +commit 31f169cc1d275b86b9bc6a42849f0b254bf0e83a +Author: Nicola Fontana +Date: Wed Jul 9 14:49:00 2008 +0000 + + Added AdgPattern wrapper type aroung cairo_pattern_t + + adg/Makefile.am | 2 ++ + adg/adg-pattern.c | 44 ++++++++++++++++++++++++++++++++++++++++++++ + adg/adg-pattern.h | 43 +++++++++++++++++++++++++++++++++++++++++++ + docs/adg-docs.xml | 5 +++++ + docs/adg-sections.txt | 9 +++++++++ + 5 files changed, 103 insertions(+), 0 deletions(-) + +commit 76a000b7767f840a3b683d1f44adceb5150105d5 +Author: Nicola Fontana +Date: Tue Jul 8 19:19:28 2008 +0000 + + Added accessors to AdgArrowStyle + + adg/adg-arrow-style-private.h | 8 +- + adg/adg-arrow-style.c | 134 +++++++++++++++++++++++++++++++++++++++++ + adg/adg-arrow-style.h | 18 +++++- + docs/adg-sections.txt | 11 +++- + 4 files changed, 164 insertions(+), 7 deletions(-) + +commit dcc720b73e3aee48062a279d00167b4eea367951 +Author: Nicola Fontana +Date: Tue Jul 8 18:38:21 2008 +0000 + + Added accessors to AdgFontStyle + + adg/adg-font-style-private.h | 14 +- + adg/adg-font-style.c | 297 +++++++++++++++++++++++++++++++++++++++++- + adg/adg-font-style.h | 43 ++++++- + docs/adg-sections.txt | 18 +++ + 4 files changed, 359 insertions(+), 13 deletions(-) + +commit 5bcb710aafcd9a3e23929ccbfb700898c50bc91c +Author: Nicola Fontana +Date: Tue Jul 8 17:34:55 2008 +0000 + + Corrected minor docs bugs + + adg/adg-arrow-style.h | 7 ++++--- + adg/adg-dim-style.c | 8 ++++---- + adg/adg-dim-style.h | 10 +++++----- + docs/adg-docs.xml | 2 +- + 4 files changed, 14 insertions(+), 13 deletions(-) + +commit b091c320f65cd13221293269b1864ec180854fbb +Author: Nicola Fontana +Date: Tue Jul 8 17:25:40 2008 +0000 + + Updated adg-sections.txt + + docs/adg-sections.txt | 11 +++++++++++ + 1 files changed, 11 insertions(+), 0 deletions(-) + +commit 738508f314ab366498f8466cbb930027ba0dd887 +Author: Nicola Fontana +Date: Tue Jul 8 17:23:17 2008 +0000 + + Added accessors to AdgLineStyle + + adg/adg-dim-style.c | 2 +- + adg/adg-line-style.c | 181 ++++++++++++++++++++++++++++++++++++++++++++++++++ + adg/adg-line-style.h | 29 +++++++-- + 3 files changed, 206 insertions(+), 6 deletions(-) + +commit 875297864f29ff3bd480fb2cdf7899e9957e7f1c +Author: Nicola Fontana +Date: Tue Jul 8 16:59:45 2008 +0000 + + Added default antialias to AdgLineStyle + + adg/adg-line-style.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit 649312e691a3194b3a4bce355c27c52d8e39f076 +Author: Nicola Fontana +Date: Tue Jul 8 16:45:49 2008 +0000 + + Renamed "offset" to "shift" when meaning "displacement" to avoid confusion + + adg/adg-dim-private.h | 10 ++-- + adg/adg-dim-style-private.h | 6 +- + adg/adg-dim-style.c | 108 +++++++++++++++++++++--------------------- + adg/adg-dim-style.h | 20 ++++---- + adg/adg-dim.c | 70 ++++++++++++++-------------- + docs/adg-sections.txt | 12 ++-- + 6 files changed, 112 insertions(+), 114 deletions(-) + +commit 9c20c2c6f0d2e3c75c82699f2d7155d018ea8a32 +Author: Nicola Fontana +Date: Tue Jul 8 16:36:13 2008 +0000 + + Changed position of tolerance-spacing in source + + adg/adg-dim-style.c | 96 +++++++++++++++++++++++++------------------------- + 1 files changed, 48 insertions(+), 48 deletions(-) + +commit f1521c48ee4eb9d05706110ca94b079d71c28601 +Author: Nicola Fontana +Date: Tue Jul 8 16:33:23 2008 +0000 + + Updated long standing NEWS file + + NEWS | 22 +++++++++++++++------- + 1 files changed, 15 insertions(+), 7 deletions(-) + +commit 257f8114c59d512c08c4102a5f17236592372362 +Author: Nicola Fontana +Date: Tue Jul 8 16:27:27 2008 +0000 + + Updated AdgStyle gtkdoc block + + adg/adg-style.c | 5 ++--- + 1 files changed, 2 insertions(+), 3 deletions(-) + +commit fbe272c3a1a0ec02b27e963e21ce9a99ace55ee5 +Author: Nicola Fontana +Date: Tue Jul 8 16:24:19 2008 +0000 + + Added accessors to AdgDimStyle + + adg/adg-dim-style.c | 636 +++++++++++++++++++++++++++++++++++++++++++------ + adg/adg-dim-style.h | 54 +++++ + docs/adg-sections.txt | 37 +++- + 3 files changed, 655 insertions(+), 72 deletions(-) + +commit 5f0015ff5a437fdb80186cb8d5925f123374cc38 +Author: Nicola Fontana +Date: Tue Jul 8 14:14:50 2008 +0000 + + Work on _duplicate_ property values, as suggested by the GObject tutorial + + adg/adg-dim-style.c | 162 ++++++++++++++++++++++++++++++++++++++++++--------- + 1 files changed, 135 insertions(+), 27 deletions(-) + +commit 188bbe6f54d3df02d6b524336972a2b1f5445fd8 +Author: Nicola Fontana +Date: Tue Jul 8 14:12:44 2008 +0000 + + Renamed label to quote in AdgDim derived objects + + adg/adg-adim.c | 6 ++-- + adg/adg-dim-private.h | 2 +- + adg/adg-dim.c | 74 ++++++++++++++++++++++++------------------------ + adg/adg-dim.h | 10 +++--- + adg/adg-ldim.c | 6 ++-- + 5 files changed, 49 insertions(+), 49 deletions(-) + +commit 4b4eda7d7b1249ea6af49882e8022db66f4fc098 +Author: Nicola Fontana +Date: Tue Jul 8 13:35:30 2008 +0000 + + Renamed label to quote in AdgDimStyle (to be consistent) + + adg/adg-dim-style-private.h | 2 +- + adg/adg-dim-style.c | 26 +++++++++++++------------- + 2 files changed, 14 insertions(+), 14 deletions(-) + +commit c48d4b451f17b78f17c62ed473c74833a2f25697 +Author: Nicola Fontana +Date: Mon Jul 7 19:18:25 2008 +0000 + + Reworked whole documentation and improved organization + + adg/adg-arrow-style.c | 4 +- + adg/adg-dim-style.c | 4 +- + adg/adg-font-style.c | 4 +- + adg/adg-line-style.c | 4 +- + docs/Makefile.am | 3 +- + docs/adg-docs.xml | 72 ++++++++------ + docs/adg-sections.txt | 267 +++++++++++++++++++++++++++---------------------- + 7 files changed, 199 insertions(+), 159 deletions(-) + +commit fcdc9d762aea9749444c9ad2caab4dbaeec6ff01 +Author: Nicola Fontana +Date: Mon Jul 7 19:17:39 2008 +0000 + + Added empty adg-enum.c only to document enumerations + + adg/Makefile.am | 1 + + adg/adg-enums.c | 25 +++++++++++++++++++++++++ + 2 files changed, 26 insertions(+), 0 deletions(-) + +commit f6fb330c06e1851bbd8353d33aebb8b7ed48553a +Author: Nicola Fontana +Date: Mon Jul 7 19:03:47 2008 +0000 + + Added and implemented AdgDimStyle and improved documentation + + adg/Makefile.am | 3 + + adg/adg-adim.c | 2 +- + adg/adg-arrow-style.c | 2 +- + adg/adg-arrow-style.h | 2 +- + adg/adg-canvas.c | 64 ++++---- + adg/adg-container.c | 7 +- + adg/adg-dim-style-private.h | 52 +++++++ + adg/adg-dim-style.c | 352 +++++++++++++++++++++++++++++++++++++++++++ + adg/adg-dim-style.h | 64 ++++++++ + adg/adg-dim.c | 32 +++-- + adg/adg-entity.c | 2 +- + adg/adg-entity.h | 5 +- + adg/adg-enums.h | 14 ++ + adg/adg-font-style.c | 2 +- + adg/adg-font-style.h | 2 +- + adg/adg-ldim.c | 69 +++++---- + adg/adg-line-style.c | 2 +- + adg/adg-line-style.h | 2 +- + adg/adg-matrix.c | 4 +- + adg/adg-model.c | 2 +- + adg/adg-pair.c | 5 +- + adg/adg-path.c | 2 +- + adg/adg-style.c | 77 +--------- + adg/adg-style.h | 53 +------- + 24 files changed, 598 insertions(+), 223 deletions(-) + +commit 0bfb8653a6eaddc37341ee56eb78d29167cb4528 +Author: Nicola Fontana +Date: Mon Jul 7 19:00:02 2008 +0000 + + Added missing adg-context-private.h + + adg/adg-context-private.h | 46 +++++++++++++++++++++++++++++++++++++++++++++ + 1 files changed, 46 insertions(+), 0 deletions(-) + +commit f58fb2aa608b493fdd92b5a0b02d915483f4aa33 +Author: Nicola Fontana +Date: Mon Jul 7 16:38:54 2008 +0000 + + Added adg-context.[ch] and adg-util.c files to Makefile.am + + adg/Makefile.am | 6 +++++- + 1 files changed, 5 insertions(+), 1 deletions(-) + +commit 635b5ba0009b9fa48eec5afcb65d603c4e366c18 +Author: Nicola Fontana +Date: Mon Jul 7 16:38:02 2008 +0000 + + Added an empty adg-util.c to keep gtk-doc stuff + + adg/adg-util.c | 25 +++++++++++++++++++++++++ + 1 files changed, 25 insertions(+), 0 deletions(-) + +commit e0ee2860150d243bf6d3a74cfd30609f3d178e0f +Author: Nicola Fontana +Date: Mon Jul 7 16:37:03 2008 +0000 + + Added an AdgContext stub declaration + + adg/adg-context.c | 50 ++++++++++++++++++++++++++++++++++++++++++ + adg/adg-context.h | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 112 insertions(+), 0 deletions(-) + +commit 779ccd2a44a4cbf50456d4c07d2e7f9ae42ce912 +Author: Nicola Fontana +Date: Sun Jul 6 22:59:40 2008 +0000 + + Removed deprecated APIs from adg-util.h and dropped adg-util.c + + adg/Makefile.am | 3 +- + adg/adg-util.c | 146 ------------------------------------------------------- + adg/adg-util.h | 11 ---- + 3 files changed, 1 insertions(+), 159 deletions(-) + +commit f7d484e58e2cabdaf7d09742ea7f11766a475581 +Author: Nicola Fontana +Date: Sun Jul 6 22:54:14 2008 +0000 + + Stripped dangerous NaN management + + adg/Makefile.am | 1 - + adg/adg-dim.c | 3 +- + adg/adg-font-style.c | 20 +++-- + adg/adg-ldim.c | 5 +- + adg/adg-line-style.c | 25 +++--- + adg/adg-nan.c | 220 -------------------------------------------------- + adg/adg-path.c | 15 ++-- + adg/adg-util.h | 15 ---- + 8 files changed, 32 insertions(+), 272 deletions(-) + +commit 71399bc82a15f8caa0fcaaca728fde1f22ef193d +Author: Nicola Fontana +Date: Sun Jul 6 18:08:52 2008 +0000 + + Updated AdgPair documentation making clear it is only a CpmlPair wrapper + + adg/adg-pair.c | 16 ++-------------- + 1 files changed, 2 insertions(+), 14 deletions(-) + +commit 14a176a988f94ce9d1a11667864a557e139809dc +Author: Nicola Fontana +Date: Sun Jul 6 18:02:35 2008 +0000 + + Removed deprecated macros: adg_pair_unset() & adg_pair_is_set() + + adg/adg-dim.c | 45 +++++++++++++++++---------------------------- + adg/adg-ldim.c | 8 -------- + adg/adg-pair.c | 5 +---- + adg/adg-pair.h | 28 +++------------------------- + 4 files changed, 21 insertions(+), 65 deletions(-) + +commit 8df9a4f8e5d581e57f17a65e54414f36d63ff7dd +Author: Nicola Fontana +Date: Sun Jul 6 17:39:31 2008 +0000 + + Removed unused AdgVector typedef + + adg/adg-pair.c | 10 ---------- + adg/adg-pair.h | 1 - + 2 files changed, 0 insertions(+), 11 deletions(-) + +commit d8a0f6f04badc5ddb64214406693321a9feee171 +Author: Nicola Fontana +Date: Sun Jul 6 17:38:14 2008 +0000 + + Avoid useless NULL check befor g_memdup() + + adg/adg-pair.c | 2 -- + 1 files changed, 0 insertions(+), 2 deletions(-) + +commit 835d1f785266d4697e05f688a402b019e1567bff +Author: Nicola Fontana +Date: Sun Jul 6 17:37:41 2008 +0000 + + Removed adg_pair_{intersection,projection}() APIs + + adg/adg-ldim.c | 18 ++++++++++++--- + adg/adg-pair.c | 66 -------------------------------------------------------- + adg/adg-pair.h | 8 +------ + 3 files changed, 15 insertions(+), 77 deletions(-) + +commit f55fd36d2750ad7581745099a1dad591497a6b28 +Author: Nicola Fontana +Date: Sun Jul 6 11:58:09 2008 +0000 + + Moved adg_pair_get_angle() to cpml_pair_angle() + + adg/adg-ldim.c | 2 +- + adg/adg-pair.c | 49 ------------------------------------------- + adg/adg-pair.h | 1 - + cpml/cpml-pair.c | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ + cpml/cpml-pair.h | 4 +++ + 5 files changed, 66 insertions(+), 51 deletions(-) + +commit 179ede0a999f34623a46c49948aa79744a0f325d +Author: Nicola Fontana +Date: Sun Jul 6 11:27:47 2008 +0000 + + Removed unused adg_pair_mid() + + adg/adg-pair.c | 22 ---------------------- + adg/adg-pair.h | 2 -- + 2 files changed, 0 insertions(+), 24 deletions(-) + +commit 4c09fbc267828a686efbb0ecac903b5802760f52 +Author: Nicola Fontana +Date: Sun Jul 6 11:25:57 2008 +0000 + + Removed unused adg_pair_transform() + + adg/adg-pair.c | 22 ---------------------- + adg/adg-pair.h | 2 -- + 2 files changed, 0 insertions(+), 24 deletions(-) + +commit 58489cc15cc387899cde6634409e65b5a6b81e16 +Author: Nicola Fontana +Date: Sun Jul 6 11:22:23 2008 +0000 + + Used cpml_pair_copy() instead of plain assignment + + cpml/cpml-pair.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit f854452bba650d7b3ba037828ffe17f60fd9e890 +Author: Nicola Fontana +Date: Sun Jul 6 11:21:44 2008 +0000 + + Get rid of redundant AdgPair transform APIs + + adg/adg-dim.c | 34 ++++++++----- + adg/adg-ldim.c | 79 +++++++++++++++---------------- + adg/adg-pair.c | 142 -------------------------------------------------------- + adg/adg-pair.h | 24 +-------- + 4 files changed, 63 insertions(+), 216 deletions(-) + +commit 40184ba45af5cfe6bcd955adcb7b5ce8922ab4b8 +Author: Nicola Fontana +Date: Thu Jul 3 21:37:22 2008 +0000 + + Moved vector stuff from AdgPair to CpmlPair + + adg/adg-adim.c | 2 +- + adg/adg-arrow-style.c | 37 ++++++++------- + adg/adg-ldim.c | 25 +++++----- + adg/adg-pair.c | 124 +++---------------------------------------------- + adg/adg-pair.h | 7 --- + adg/adg-util.h | 6 -- + cpml/cpml-pair.c | 73 +++++++++++++++++++++++++++- + cpml/cpml-pair.h | 12 +++++ + demo/adg-demo.c | 22 ++++---- + demo/ldim.c | 4 +- + 10 files changed, 135 insertions(+), 177 deletions(-) + +commit f61dbbb7b91e5e951273545e492941f310276685 +Author: Nicola Fontana +Date: Thu Jul 3 19:09:37 2008 +0000 + + Moved length calculation APIs from AdgPair to CpmlPair + + adg/adg-ldim.c | 7 ++--- + adg/adg-pair.c | 43 +---------------------------------- + adg/adg-pair.h | 3 -- + cpml/cpml-pair.c | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++-- + cpml/cpml-pair.h | 11 ++++++-- + 5 files changed, 74 insertions(+), 55 deletions(-) + +commit afbc40d92329303072abb0abad9b6faf53ecefde +Author: Nicola Fontana +Date: Tue Jul 1 20:07:30 2008 +0000 + + Implemented {dot,circle}_renderer() in AdgArrowStyle + + adg/adg-arrow-style.c | 22 ++++++++++++++++++++-- + 1 files changed, 20 insertions(+), 2 deletions(-) + +commit 4c19a327e4f5a7984540c4793c9a7a901a317382 +Author: Nicola Fontana +Date: Mon Jun 30 22:08:21 2008 +0000 + + Moved adg_pair_set() to cpml_pair_copy() + + adg/adg-arrow-style.c | 9 ++++++--- + adg/adg-dim.c | 20 ++++++++++---------- + adg/adg-ldim.c | 49 ++++++++++++++++++++++++++++++++----------------- + adg/adg-pair.c | 27 ++------------------------- + adg/adg-pair.h | 2 -- + 5 files changed, 50 insertions(+), 57 deletions(-) + +commit de5cdc8ff4635f3c4a9eea3d9887308f2c219612 +Author: Nicola Fontana +Date: Mon Jun 30 21:52:57 2008 +0000 + + Started moving stuff from ADG to CPML + + adg/adg-arrow-style.c | 55 ++++---- + adg/adg-arrow-style.h | 4 +- + adg/adg-ldim.c | 7 +- + cpml/Makefile.am | 7 +- + cpml/cpml-pair.c | 69 +++++++++ + cpml/cpml-pair.h | 47 ++++++ + cpml/cpml-path.c | 406 +++++++++++++++++++++++++++++++++++++++++++++++++ + cpml/cpml-path.h | 80 ++++++++++ + cpml/cpml.c | 160 ------------------- + cpml/cpml.h | 42 +----- + 10 files changed, 643 insertions(+), 234 deletions(-) + +commit 92c50759977699772970360a8c1661a3c53b80b6 +Author: Nicola Fontana +Date: Mon Jun 30 13:25:08 2008 +0000 + + Added missing Makefile.am + + cpml/Makefile.am | 32 ++++++++++++++++++++++++++++++++ + 1 files changed, 32 insertions(+), 0 deletions(-) + +commit bb7c8ad432be67e38992451016f529a9d7f0eb85 +Author: Nicola Fontana +Date: Mon Jun 30 13:24:43 2008 +0000 + + Moved CPML stuff in its own directory + + Makefile.am | 5 +- + adg/Makefile.am | 38 ++++++------ + adg/adg-arrow-style.h | 2 +- + adg/adg-pair.h | 2 +- + adg/cpml.c | 160 ------------------------------------------------- + adg/cpml.h | 62 ------------------- + configure.ac | 1 + + cpml/cpml.c | 160 +++++++++++++++++++++++++++++++++++++++++++++++++ + cpml/cpml.h | 62 +++++++++++++++++++ + 9 files changed, 246 insertions(+), 246 deletions(-) + +commit e7e7a033891e076b5e354f30a440569801f5cba9 +Author: Nicola Fontana +Date: Sun Jun 29 20:48:45 2008 +0000 + + Implemented arrow and triangle renderer + + adg/Makefile.am | 6 +- + adg/adg-arrow-style.c | 112 +++++++++++++++++++++++++++++++----------------- + adg/adg-arrow-style.h | 7 +-- + adg/adg-ldim.c | 10 ++++- + adg/adg-pair.h | 11 +---- + adg/adg-style.h | 4 +- + adg/cpml.c | 52 +++++++++++++++++++---- + adg/cpml.h | 12 +++-- + 8 files changed, 142 insertions(+), 72 deletions(-) + +commit 2b3b61c3febaf47a2b4979cbb05efa9c3205e01c +Author: Nicola Fontana +Date: Sun Jun 29 19:22:50 2008 +0000 + + Added primitive management to CPML + + adg/cpml.c | 97 +++++++++++++++++++++++++++++++++++++++++++++--------------- + adg/cpml.h | 28 +++++++++++++++-- + 2 files changed, 98 insertions(+), 27 deletions(-) + +commit 4e13d932695c510f48c7312dfb33375487d50e30 +Author: Nicola Fontana +Date: Sun Jun 29 17:46:10 2008 +0000 + + Added stub implementation of Cairo Path Manipulation Library (cpml) + + adg/Makefile.am | 6 +++- + adg/cpml.c | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ + adg/cpml.h | 38 ++++++++++++++++++++++++++++ + 3 files changed, 117 insertions(+), 2 deletions(-) + +commit cbbecdf99c39ecdad38c777609a9bf8bb7ea36b3 +Author: Nicola Fontana +Date: Sun Jun 29 16:48:54 2008 +0000 + + Added forgotten AdgArrowStyle files + + adg/adg-arrow-style-private.h | 42 +++++ + adg/adg-arrow-style.c | 335 +++++++++++++++++++++++++++++++++++++++++ + adg/adg-arrow-style.h | 82 ++++++++++ + 3 files changed, 459 insertions(+), 0 deletions(-) + +commit 5f94989e1d88ffa3ca1357df27e058b57fdf5fb5 +Author: Nicola Fontana +Date: Sun Jun 29 16:44:48 2008 +0000 + + Moved dirty AdgArrowStyle struct to its own GObject + + adg/Makefile.am | 3 + + adg/adg-canvas.c | 3 +- + adg/adg-enums.h | 25 +++++ + adg/adg-ldim.c | 15 ++- + adg/adg-style.c | 316 +----------------------------------------------------- + adg/adg-style.h | 71 +------------ + 6 files changed, 43 insertions(+), 390 deletions(-) + +commit b03244ba6bbe10babe241fbc9b018d499faaec51 +Author: Nicola Fontana +Date: Sun Jun 29 16:42:57 2008 +0000 + + Removed useless dependencies + + adg/adg-line-style-private.h | 2 +- + adg/adg-line-style.c | 1 - + 2 files changed, 1 insertions(+), 2 deletions(-) + +commit c3489a2680b3babe47021cff72a5c241e9875745 +Author: Nicola Fontana +Date: Sun Jun 29 12:50:40 2008 +0000 + + Using a more informative ADG_STUB() macro + + adg/adg-util.h | 12 +----------- + 1 files changed, 1 insertions(+), 11 deletions(-) + +commit c3205567e2d038dcceea50a3638137a0823e887c +Author: Nicola Fontana +Date: Sat Jun 28 20:12:48 2008 +0000 + + Bring to 14 the ADG_TYPE_FONT_SIZE + + adg/adg-font-style.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit ebae10e7f275f48f6ab76944df01ee84245e7a12 +Author: Nicola Fontana +Date: Sat Jun 28 19:55:57 2008 +0000 + + Moved dirty AdgFontStyle struct to its own GObject + + adg/Makefile.am | 3 + + adg/adg-canvas.c | 3 +- + adg/adg-enums.h | 17 +++- + adg/adg-font-style-private.h | 46 +++++++ + adg/adg-font-style.c | 296 ++++++++++++++++++++++++++++++++++++++++++ + adg/adg-font-style.h | 66 ++++++++++ + adg/adg-line-style.h | 1 - + adg/adg-style-private.h | 2 - + adg/adg-style.c | 160 +---------------------- + adg/adg-style.h | 46 +------ + 10 files changed, 437 insertions(+), 203 deletions(-) + +commit d8bef3901b9002989a53acf85cede6386267d738 +Author: Nicola Fontana +Date: Sat Jun 28 19:53:08 2008 +0000 + + Bumped version to a new branch + + configure.ac | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit a5498469a87aaae4502e9bd7d0f70651502f926b +Author: Nicola Fontana +Date: Sat Jun 28 19:51:30 2008 +0000 + + Forced a line width of 2 on ADG_LINE_STYLE_DRAW + + adg/adg-line-style.c | 4 +++- + 1 files changed, 3 insertions(+), 1 deletions(-) + +commit fda0017c8b9205b94570715de76945af0bb50ac7 +Author: Nicola Fontana +Date: Sat Jun 28 19:39:37 2008 +0000 + + Corrected typos in AdgLineStyle and removed adg_line_style_register() + + adg/adg-line-style.c | 5 +++-- + 1 files changed, 3 insertions(+), 2 deletions(-) + +commit aaf4f13c97732d1da99215caa667d977175d1e73 +Author: Nicola Fontana +Date: Sat Jun 28 18:28:52 2008 +0000 + + Added antialiasing mode to AdgLineStyle and applied all the properties + + adg/adg-line-style-private.h | 1 + + adg/adg-line-style.c | 34 +++++++++++++++++++++++++++------- + 2 files changed, 28 insertions(+), 7 deletions(-) + +commit f6dccb0fffcc3e02388de9a6cd4c74dd2831a950 +Author: Nicola Fontana +Date: Sat Jun 28 16:31:49 2008 +0000 + + Corrected syntax errors in AdgStyle macros + + adg/adg-style.h | 6 +++--- + 1 files changed, 3 insertions(+), 3 deletions(-) + +commit e2452f58d41189346244833a4518376385deff6d +Author: Nicola Fontana +Date: Sat Jun 28 16:28:35 2008 +0000 + + Added miter_limit to AdgLineStyle + + adg/adg-line-style-private.h | 3 ++- + adg/adg-line-style.c | 15 +++++++++++++++ + 2 files changed, 17 insertions(+), 1 deletions(-) + +commit b8a1b10d9c3e8f6997ec997acd411ef5f0bfdbb5 +Author: Nicola Fontana +Date: Sat Jun 28 16:11:03 2008 +0000 + + Moved dirty AdgLineStyle struct to its own GObject + + adg/Makefile.am | 21 +++-- + adg/adg-canvas.c | 3 +- + adg/adg-canvas.h | 2 +- + adg/adg-enums.h | 56 ++++++++++ + adg/adg-line-style-private.h | 44 ++++++++ + adg/adg-line-style.c | 227 ++++++++++++++++++++++++++++++++++++++++++ + adg/adg-line-style.h | 67 ++++++++++++ + adg/adg-path.c | 1 + + adg/adg-style-private.h | 42 ++++++++ + adg/adg-style.c | 214 ++++++++++++++++++++++------------------ + adg/adg-style.h | 61 +++++------- + adg/adg.h | 1 + + 12 files changed, 597 insertions(+), 142 deletions(-) + +commit 957b4782248414bf30dcdd3a64018809d7bf2118 +Author: Nicola Fontana +Date: Sat Jun 28 12:09:44 2008 +0000 + + Use ADG_ENTITY_IS_CANVAS in adg_entity_get_canvas() + + adg/adg-entity.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 462e26b19c348fa40ba94c862412f34f666bb097 +Author: Nicola Fontana +Date: Sat Jun 28 07:39:35 2008 +0000 + + Adding forgot adg-container-private.h to dist + + adg/Makefile.am | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit 962f7cd2d57590ccd197cf7435dca67efb119fca +Author: Nicola Fontana +Date: Fri Jun 27 14:55:51 2008 +0000 + + Updated NEWS + + NEWS | 13 ++++++++++--- + 1 files changed, 10 insertions(+), 3 deletions(-) + +commit 847f7967b67194042a085224347568107010624f +Author: Nicola Fontana +Date: Thu Jun 26 18:38:50 2008 +0000 + + Added to the doc the missing GContainer dependancy + + docs/adg-docs.xml | 18 ++++++++---------- + 1 files changed, 8 insertions(+), 10 deletions(-) + +commit 4044c449dead1aaf109cc9b946894ba61a432d6b +Author: Nicola Fontana +Date: Thu Jun 26 18:32:36 2008 +0000 + + Updated requirements in doc + + docs/adg-docs.xml | 12 ++++++------ + 1 files changed, 6 insertions(+), 6 deletions(-) + +commit 6e5b956a930ec3305be9267fe211686a66315a45 +Author: Nicola Fontana +Date: Thu Jun 26 18:26:09 2008 +0000 + + Update doc makefile to avoid private header inclusion + + docs/Makefile.am | 85 ++++++++++++++--------------------------------------- + 1 files changed, 23 insertions(+), 62 deletions(-) + +commit d1c920f9c9b95768090f7c5f01c514bcc7428b13 +Author: Nicola Fontana +Date: Thu Jun 26 18:19:10 2008 +0000 + + Bumped version + + configure.ac | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 452d69dd7385613954b189ef29a8431344bc20d6 +Author: Nicola Fontana +Date: Thu Jun 26 17:45:44 2008 +0000 + + Implemented a cleaner rendering process + + adg/adg-adim.c | 12 +---- + adg/adg-container.c | 35 ++----------- + adg/adg-dim.c | 38 +++----------- + adg/adg-entity-private.h | 4 +- + adg/adg-entity.c | 126 +++++++++++++--------------------------------- + adg/adg-entity.h | 24 ++------- + adg/adg-ldim.c | 35 +++---------- + adg/adg-path.c | 35 +++---------- + 8 files changed, 72 insertions(+), 237 deletions(-) + +commit 71e67af7b888751df5faea0a0673e5fe370fd276 +Author: Nicola Fontana +Date: Wed Jun 25 19:47:24 2008 +0000 + + Emit matrix-changed signals on setting a different trasformation + + adg/adg-adim.c | 17 ++------ + adg/adg-container.c | 112 ++++++++++++++++++++------------------------------- + adg/adg-entity.c | 16 ++++---- + adg/adg-entity.h | 8 ++-- + adg/adg-ldim.c | 16 +------ + 5 files changed, 63 insertions(+), 106 deletions(-) + +commit 224acd74a23f72b26ca02cae3475c06f4fa32501 +Author: Nicola Fontana +Date: Mon Jun 23 21:05:23 2008 +0000 + + Rewriting matrices management (2/2) + + adg/adg-container.c | 118 ++++++++++++++++++++++++++++++-------------------- + adg/adg-entity.c | 12 +---- + adg/adg-matrix.c | 14 +++--- + adg/adg-path.c | 2 +- + 4 files changed, 81 insertions(+), 65 deletions(-) + +commit 2ca108804e88a6d353787eb770c87321da31390c +Author: Nicola Fontana +Date: Sun Jun 22 21:59:10 2008 +0000 + + Rewriting matrices management (1/2) + + adg/adg-adim.c | 24 ++-- + adg/adg-container-private.h | 8 +- + adg/adg-container.c | 288 ++++++++++++++++++++----------------------- + adg/adg-container.h | 29 +---- + adg/adg-entity.c | 176 +++++++++++++++++--------- + adg/adg-entity.h | 19 ++- + adg/adg-ldim.c | 52 ++++---- + demo/adg-demo.c | 4 +- + demo/ldim.c | 2 +- + 9 files changed, 312 insertions(+), 290 deletions(-) + +commit 8e7d2445da61f0ef5974b08558ca7d3d62b2e293 +Author: Nicola Fontana +Date: Sat Jun 21 17:56:50 2008 +0000 + + Added null matrix management + + adg/adg-matrix.c | 50 +++++++++++++++++++++++++++++++++++++++----------- + adg/adg-matrix.h | 16 +++++++++------- + 2 files changed, 48 insertions(+), 18 deletions(-) + +commit 984cbdb7c5d3ba1c261abc500eb3a00c103a03d8 +Author: Nicola Fontana +Date: Thu Jun 19 18:30:23 2008 +0000 + + Added the ldim test program + + demo/Makefile.am | 4 +- + demo/ldim.c | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 87 insertions(+), 2 deletions(-) + +commit 8b6efeb2c5ffd7c1903fe80be7a4a54d3894702f +Author: Nicola Fontana +Date: Thu Jun 19 18:29:04 2008 +0000 + + Updated README to reflect the website + + README | 31 ++++++++++++++++++------------- + 1 files changed, 18 insertions(+), 13 deletions(-) + +commit b6a2e74c39a24ceadc2ed349d25de0dfdb61935b +Author: Nicola Fontana +Date: Tue May 27 21:47:14 2008 +0000 + + gcontainer-1.99.2 required to avoid the awful variadic bug + + configure.ac | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 288babeec1bd15a480f0cf31518269cb8765efbe +Author: Nicola Fontana +Date: Tue May 27 21:20:20 2008 +0000 + + Applied new AdgContainer and improved general source style + + adg/adg-adim.c | 16 ++++----- + adg/adg-entity-private.h | 4 ++- + adg/adg-entity.c | 79 ++++++++++++++++++++++------------------------ + adg/adg-entity.h | 4 +- + adg/adg-ldim.c | 3 +- + adg/adg-matrix.h | 4 ++- + 6 files changed, 55 insertions(+), 55 deletions(-) + +commit bad4a0f6ef9a575561bf04088b7d2533c3bf9388 +Author: Nicola Fontana +Date: Tue May 27 21:17:27 2008 +0000 + + Privatized AdgContainer + + adg/adg-container-private.h | 42 +++++++++++++++ + adg/adg-container.c | 119 +++++++++++++++++++++++-------------------- + adg/adg-container.h | 57 +++++++++----------- + 3 files changed, 132 insertions(+), 86 deletions(-) + +commit b48f6e35418df6823563fcc452d6a863690b37fe +Author: Nicola Fontana +Date: Sat May 24 13:24:20 2008 +0000 + + Corrected typo in some PARENT_CLASS definition + + adg/adg-adim.c | 2 +- + adg/adg-entity.c | 2 +- + adg/adg-entity.h | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +commit 74ef1045fb3e24d0d0ca41ae85c960e6c3f0389d +Author: Nicola Fontana +Date: Thu May 22 17:24:05 2008 +0000 + + Included adg-overrides.txt in docs (quite useless up to now) + + 0 files changed, 0 insertions(+), 0 deletions(-) + +commit fa71532c7504cbc78f4b0dafb998bdceb5dafb7e +Author: Nicola Fontana +Date: Wed May 21 12:30:36 2008 +0000 + + Corrected bug in setting AdgPath::line_style property + + adg/adg-path.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit a6884ac0370f4ea18a05a110b2d987bc2769c85b +Author: Nicola Fontana +Date: Tue May 20 20:10:50 2008 +0000 + + Avoid notification in AdgPath::set_property + + adg/adg-path.c | 4 +++- + 1 files changed, 3 insertions(+), 1 deletions(-) + +commit d1bc3dfba074096df8a9b8bb043c07f2e566c731 +Author: Nicola Fontana +Date: Tue May 20 20:07:12 2008 +0000 + + Avoid notification in AdgContainer::set_property + + adg/adg-container.c | 32 ++++++++++++++++++++++---------- + 1 files changed, 22 insertions(+), 10 deletions(-) + +commit fa53988c04b948c2b9c0be0a01c26c79975671b2 +Author: Nicola Fontana +Date: Tue May 20 19:22:35 2008 +0000 + + Privatized AdgModel + + adg/Makefile.am | 1 + + adg/adg-model-private.h | 41 ++++++++++++++++++ + adg/adg-model.c | 109 +++++++++++++++++++++++++--------------------- + adg/adg-model.h | 10 ++--- + 4 files changed, 105 insertions(+), 56 deletions(-) + +commit e6eb88210f7522a6737bde5b3d0c110d8f372694 +Author: Nicola Fontana +Date: Tue May 20 18:46:05 2008 +0000 + + Renamed conditional defines to improve consistency (and readability) + + adg/adg-adim-private.h | 6 +++--- + adg/adg-adim.h | 6 +++--- + adg/adg-canvas-private.h | 6 +++--- + adg/adg-canvas.h | 6 +++--- + adg/adg-container.h | 6 +++--- + adg/adg-dim-private.h | 6 +++--- + adg/adg-dim.h | 6 +++--- + adg/adg-entity-private.h | 6 +++--- + adg/adg-entity.h | 6 +++--- + adg/adg-intl.h | 6 +++--- + adg/adg-ldim-private.h | 6 +++--- + adg/adg-ldim.h | 6 +++--- + adg/adg-matrix.h | 6 +++--- + adg/adg-model.h | 6 +++--- + adg/adg-pair.h | 6 +++--- + adg/adg-style.h | 6 +++--- + adg/adg-util.h | 6 +++--- + 17 files changed, 51 insertions(+), 51 deletions(-) + +commit 499d25431997766587cecf0840e0e22d41619fc8 +Author: Nicola Fontana +Date: Tue May 20 17:53:50 2008 +0000 + + Privatized AdgPath + + adg/Makefile.am | 1 - + adg/adg-path-private.c | 233 ---------------------------- + adg/adg-path-private.h | 39 ++--- + adg/adg-path.c | 391 ++++++++++++++++++++++++++++++++++++------------ + adg/adg-path.h | 33 +--- + 5 files changed, 319 insertions(+), 378 deletions(-) + +commit c2c3326349597fbd9a30ab630c09cb852cd9d70f +Author: Nicola Fontana +Date: Tue May 20 16:06:12 2008 +0000 + + Prepended underscore to exported private methods + + adg/adg-dim-private.h | 2 +- + adg/adg-dim.c | 6 +++--- + adg/adg-ldim.c | 3 +-- + 3 files changed, 5 insertions(+), 6 deletions(-) + +commit 9fe595e4f5c26869fa03ed2d1117e433dc8d30f0 +Author: Nicola Fontana +Date: Mon May 19 21:10:09 2008 +0000 + + Privatized AdgDim, AdgLDim and AdgADim + + adg/Makefile.am | 4 +- + adg/adg-adim-private.h | 43 +++++++ + adg/adg-adim.c | 45 ++++--- + adg/adg-adim.h | 6 +- + adg/adg-dim-private.h | 70 +++++------- + adg/adg-dim.c | 317 ++++++++++++++++++++++++------------------------ + adg/adg-dim.h | 25 +--- + adg/adg-ldim-private.h | 45 +++++++ + adg/adg-ldim.c | 163 ++++++++++++------------- + adg/adg-ldim.h | 10 +- + adg/adg-style.c | 1 + + adg/adg-style.h | 1 + + 12 files changed, 395 insertions(+), 335 deletions(-) + +commit 6ff3641fb2838b3bc66bb32f74690ef9511802c7 +Author: Nicola Fontana +Date: Mon May 19 15:41:22 2008 +0000 + + Updated the last forgotten email + + po/Makevars | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 500fdeb0ef76a2fc6db03d28b6d78e8092c59ec5 +Author: Nicola Fontana +Date: Mon May 19 15:37:45 2008 +0000 + + Updated my email address + + AUTHORS | 2 +- + ChangeLog | 46 +++++++++++++++++++++++----------------------- + 2 files changed, 24 insertions(+), 24 deletions(-) + +commit 1e8380877d21f0aa3142a93abdd226dcad1a3810 +Author: Nicola Fontana +Date: Mon May 19 15:34:54 2008 +0000 + + Privatized AdgEntity + + adg/Makefile.am | 1 + + adg/adg-adim.c | 7 ++- + adg/adg-canvas-private.h | 1 + + adg/adg-container.c | 4 +- + adg/adg-entity-private.h | 44 ++++++++++++++ + adg/adg-entity.c | 57 ++++++++++++++----- + adg/adg-entity.h | 141 ++++++++++++++++++++------------------------- + adg/adg-ldim.c | 6 +- + adg/adg-util.h | 7 ++ + demo/adg-demo.c | 1 + + 10 files changed, 171 insertions(+), 98 deletions(-) + +commit 647948218c241d23051f44465be6beddc11931e2 +Author: Nicola Fontana +Date: Sun May 18 21:40:42 2008 +0000 + + Privatized AdgCanvas + + adg/Makefile.am | 1 + + adg/adg-canvas-private.h | 42 +++++++++++++++++++++++++++++++ + adg/adg-canvas.c | 61 ++++++++++++++++++++++------------------------ + adg/adg-canvas.h | 10 ++----- + 4 files changed, 75 insertions(+), 39 deletions(-) + +commit e97c819f1e8cc245aff637eee9e0c2be07e9bbb6 +Author: Nicola Fontana +Date: Sun May 18 18:45:46 2008 +0000 + + Removed useless prefix from static functions + + adg/adg-adim.c | 50 ++++++++++----------- + adg/adg-canvas.c | 113 +++++++++++++++++++++++----------------------- + adg/adg-container.c | 122 +++++++++++++++++++++++++------------------------- + adg/adg-dim.c | 125 +++++++++++++++++++++++++-------------------------- + adg/adg-entity.c | 106 +++++++++++++++++++++---------------------- + adg/adg-ldim.c | 103 ++++++++++++++++++++--------------------- + adg/adg-model.c | 85 +++++++++++++++++----------------- + adg/adg-nan.c | 36 +++++++------- + adg/adg-path.c | 102 ++++++++++++++++++++--------------------- + 9 files changed, 416 insertions(+), 426 deletions(-) + +commit d3a105456454a81515b98472e25e0756ee6da732 +Author: Nicola Fontana +Date: Sun May 18 16:10:34 2008 +0000 + + Changed name convention, as this seems a smarter approach + + adg/Makefile.am | 66 ++-- + adg/adg-adim.c | 180 +++++++++++ + adg/adg-adim.h | 60 ++++ + adg/adg-canvas.c | 268 ++++++++++++++++ + adg/adg-canvas.h | 67 ++++ + adg/adg-container.c | 375 +++++++++++++++++++++++ + adg/adg-container.h | 87 ++++++ + adg/adg-dim-private.h | 76 +++++ + adg/adg-dim.c | 790 ++++++++++++++++++++++++++++++++++++++++++++++++ + adg/adg-dim.h | 120 ++++++++ + adg/adg-entity.c | 692 ++++++++++++++++++++++++++++++++++++++++++ + adg/adg-entity.h | 144 +++++++++ + adg/adg-intl.h | 32 ++ + adg/adg-ldim.c | 565 ++++++++++++++++++++++++++++++++++ + adg/adg-ldim.h | 82 +++++ + adg/adg-matrix.c | 116 +++++++ + adg/adg-matrix.h | 47 +++ + adg/adg-model.c | 257 ++++++++++++++++ + adg/adg-model.h | 71 +++++ + adg/adg-nan.c | 220 ++++++++++++++ + adg/adg-pair.c | 557 ++++++++++++++++++++++++++++++++++ + adg/adg-pair.h | 113 +++++++ + adg/adg-path-private.c | 233 ++++++++++++++ + adg/adg-path-private.h | 56 ++++ + adg/adg-path.c | 595 ++++++++++++++++++++++++++++++++++++ + adg/adg-path.h | 131 ++++++++ + adg/adg-style.c | 691 ++++++++++++++++++++++++++++++++++++++++++ + adg/adg-style.h | 231 ++++++++++++++ + adg/adg-util.c | 146 +++++++++ + adg/adg-util.h | 84 +++++ + adg/adg.h | 26 +- + adg/adgadim.c | 180 ----------- + adg/adgadim.h | 60 ---- + adg/adgcanvas.c | 268 ---------------- + adg/adgcanvas.h | 67 ---- + adg/adgcontainer.c | 375 ----------------------- + adg/adgcontainer.h | 87 ------ + adg/adgdim.c | 790 ------------------------------------------------ + adg/adgdim.h | 120 -------- + adg/adgdimprivate.h | 76 ----- + adg/adgentity.c | 692 ------------------------------------------ + adg/adgentity.h | 144 --------- + adg/adgintl.h | 32 -- + adg/adgldim.c | 565 ---------------------------------- + adg/adgldim.h | 82 ----- + adg/adgmatrix.c | 116 ------- + adg/adgmatrix.h | 47 --- + adg/adgmodel.c | 257 ---------------- + adg/adgmodel.h | 71 ----- + adg/adgnan.c | 220 -------------- + adg/adgpair.c | 557 ---------------------------------- + adg/adgpair.h | 113 ------- + adg/adgpath.c | 595 ------------------------------------ + adg/adgpath.h | 131 -------- + adg/adgpathprivate.c | 233 -------------- + adg/adgpathprivate.h | 56 ---- + adg/adgstyle.c | 691 ------------------------------------------ + adg/adgstyle.h | 231 -------------- + adg/adgtypebuiltins.c | 120 -------- + adg/adgtypebuiltins.h | 29 -- + adg/adgutil.c | 146 --------- + adg/adgutil.h | 84 ----- + docs/Makefile.am | 4 +- + po/POTFILES.in | 4 +- + 64 files changed, 7137 insertions(+), 7284 deletions(-) + +commit f2b67682fa38f8c0788ba4cc50340f03cc8f31c0 +Author: Nicola Fontana +Date: Tue May 13 16:18:50 2008 +0000 + + Use NAN value to represent undefined current points + + adg/adgpath.c | 20 +++++++++----------- + adg/adgpath.h | 1 - + adg/adgpathprivate.c | 4 ++-- + 3 files changed, 11 insertions(+), 14 deletions(-) + +commit e3fc8380e44054a786e518e1cb03e39e21062b85 +Author: Nicola Fontana +Date: Tue May 13 15:02:00 2008 +0000 + + Bumped cairo dependency to 1.6 + + README | 2 +- + configure.ac | 1 + + 2 files changed, 2 insertions(+), 1 deletions(-) + +commit 8fdcff28c593918c303378f569f13acd0a068011 +Author: Nicola Fontana +Date: Tue May 13 14:43:50 2008 +0000 + + Updated copyright header and email address + + adg/adg.h | 5 ++--- + adg/adgadim.c | 8 ++++---- + adg/adgadim.h | 4 ++-- + adg/adgcanvas.c | 6 +++--- + adg/adgcanvas.h | 5 ++--- + adg/adgcontainer.c | 6 +++--- + adg/adgcontainer.h | 4 ++-- + adg/adgdim.c | 8 ++++---- + adg/adgdim.h | 4 ++-- + adg/adgdimprivate.h | 4 ++-- + adg/adgentity.c | 42 +++++++++++++++++++++--------------------- + adg/adgentity.h | 4 ++-- + adg/adgintl.h | 4 ++-- + adg/adgldim.c | 20 ++++++++++---------- + adg/adgldim.h | 4 ++-- + adg/adgmatrix.c | 14 +++++++------- + adg/adgmatrix.h | 4 ++-- + adg/adgmodel.c | 6 +++--- + adg/adgmodel.h | 5 ++--- + adg/adgnan.c | 8 ++++---- + adg/adgpair.c | 46 +++++++++++++++++++++++----------------------- + adg/adgpair.h | 8 ++++---- + adg/adgpath.c | 8 ++++---- + adg/adgpath.h | 4 ++-- + adg/adgpathprivate.c | 12 ++++++------ + adg/adgpathprivate.h | 4 ++-- + adg/adgstyle.c | 6 +++--- + adg/adgstyle.h | 14 +++++++------- + adg/adgutil.c | 12 ++++++------ + adg/adgutil.h | 4 ++-- + configure.ac | 2 +- + 31 files changed, 141 insertions(+), 144 deletions(-) + +commit 1c7699882b156ccd9b1ce93aa89f398f61a261cf +Author: Nicola Fontana +Date: Tue May 13 13:58:43 2008 +0000 + + adgentidi.h makeups + + adg/adgentity.h | 12 +++++------- + 1 files changed, 5 insertions(+), 7 deletions(-) + +commit a76b631634787838f98c4bfc9485d9ef81925d8c +Author: Nicola Fontana +Date: Mon May 12 16:00:46 2008 +0000 + + Removed AC_PROG_RANLIB from configure.ac + + configure.ac | 1 - + 1 files changed, 0 insertions(+), 1 deletions(-) + +commit 52660878a0ea72832f9883a25ed8780a9b6d4311 +Author: Nicola Fontana +Date: Wed Jan 10 11:41:52 2007 +0000 + + Added copyright notice in the top of the source files. + + adg/adg.h | 20 ++++++++++++++++++++ + adg/adgadim.c | 20 ++++++++++++++++++++ + adg/adgadim.h | 20 ++++++++++++++++++++ + adg/adgcanvas.c | 20 ++++++++++++++++++++ + adg/adgcanvas.h | 20 ++++++++++++++++++++ + adg/adgcontainer.c | 20 ++++++++++++++++++++ + adg/adgcontainer.h | 20 ++++++++++++++++++++ + adg/adgdim.c | 20 ++++++++++++++++++++ + adg/adgdim.h | 20 ++++++++++++++++++++ + adg/adgdimprivate.h | 20 ++++++++++++++++++++ + adg/adgentity.c | 20 ++++++++++++++++++++ + adg/adgentity.h | 20 ++++++++++++++++++++ + adg/adgintl.h | 20 ++++++++++++++++++++ + adg/adgldim.c | 20 ++++++++++++++++++++ + adg/adgldim.h | 20 ++++++++++++++++++++ + adg/adgmatrix.c | 20 ++++++++++++++++++++ + adg/adgmatrix.h | 20 ++++++++++++++++++++ + adg/adgmodel.c | 20 ++++++++++++++++++++ + adg/adgmodel.h | 20 ++++++++++++++++++++ + adg/adgnan.c | 20 ++++++++++++++++++++ + adg/adgpair.c | 20 ++++++++++++++++++++ + adg/adgpair.h | 20 ++++++++++++++++++++ + adg/adgpath.c | 20 ++++++++++++++++++++ + adg/adgpath.h | 20 ++++++++++++++++++++ + adg/adgpathprivate.c | 20 ++++++++++++++++++++ + adg/adgpathprivate.h | 20 ++++++++++++++++++++ + adg/adgstyle.c | 20 ++++++++++++++++++++ + adg/adgstyle.h | 20 ++++++++++++++++++++ + adg/adgutil.c | 20 ++++++++++++++++++++ + adg/adgutil.h | 20 ++++++++++++++++++++ + 30 files changed, 600 insertions(+), 0 deletions(-) + +commit 782dde57dc211d19326fe2c0917b5239f674da42 +Author: Nicola Fontana +Date: Wed Jan 10 11:24:48 2007 +0000 + + Added stub for AdgADim (angular dimension). + + adg/Makefile.am | 4 +- + adg/adgadim.c | 459 ++++---------------------------------------------- + adg/adgadim.h | 20 --- + adg/adgdimprivate.h | 10 + + 4 files changed, 50 insertions(+), 443 deletions(-) + +commit a08ccb0bc410bc5411eed2ae81ff2c2e2703a0d8 +Author: Nicola Fontana +Date: Wed Jan 10 11:14:30 2007 +0000 + + Updated COPYING content to LGPL. + + COPYING | 684 ++++++++++++++++++++++++++++++------------------ + README | 2 +- + adg/adg.h | 1 + + adg/adgadim.c | 545 +++++++++++++++++++++++++++++++++++++++ + adg/adgadim.h | 60 +++++ + docs/adg-docs.xml | 10 +- + docs/adg-sections.txt | 24 ++ + docs/adg.types | 1 + + 8 files changed, 1066 insertions(+), 261 deletions(-) + +commit 654d6f367a52edd89c26f15e4e98485ab45d5ea0 +Author: Nicola Fontana +Date: Fri Dec 29 12:35:03 2006 +0000 + + Commit test + + ChangeLog | 8 ++++++-- + configure.ac | 2 +- + 2 files changed, 7 insertions(+), 3 deletions(-) + +commit b88570fb0b0afa6e00f3e9eb43db18c44a4ce31f +Author: Nicola Fontana +Date: Fri Dec 29 12:27:13 2006 +0000 + + Initial import + + AUTHORS | 1 + + COPYING | 340 ++++++++++++++++++++++ + ChangeLog | 189 ++++++++++++ + Makefile.am | 19 ++ + NEWS | 12 + + README | 40 +++ + adg/Makefile.am | 78 +++++ + adg/adg.h | 18 ++ + adg/adgcanvas.c | 248 ++++++++++++++++ + adg/adgcanvas.h | 48 +++ + adg/adgcontainer.c | 355 +++++++++++++++++++++++ + adg/adgcontainer.h | 67 +++++ + adg/adgdim.c | 770 +++++++++++++++++++++++++++++++++++++++++++++++++ + adg/adgdim.h | 100 +++++++ + adg/adgdimprivate.h | 46 +++ + adg/adgentity.c | 672 ++++++++++++++++++++++++++++++++++++++++++ + adg/adgentity.h | 126 ++++++++ + adg/adgintl.h | 12 + + adg/adgldim.c | 545 ++++++++++++++++++++++++++++++++++ + adg/adgldim.h | 62 ++++ + adg/adgmatrix.c | 96 ++++++ + adg/adgmatrix.h | 27 ++ + adg/adgmodel.c | 237 +++++++++++++++ + adg/adgmodel.h | 52 ++++ + adg/adgnan.c | 200 +++++++++++++ + adg/adgpair.c | 537 ++++++++++++++++++++++++++++++++++ + adg/adgpair.h | 93 ++++++ + adg/adgpath.c | 577 ++++++++++++++++++++++++++++++++++++ + adg/adgpath.h | 112 +++++++ + adg/adgpathprivate.c | 213 ++++++++++++++ + adg/adgpathprivate.h | 36 +++ + adg/adgstyle.c | 671 ++++++++++++++++++++++++++++++++++++++++++ + adg/adgstyle.h | 211 ++++++++++++++ + adg/adgtypebuiltins.c | 120 ++++++++ + adg/adgtypebuiltins.h | 29 ++ + adg/adgutil.c | 126 ++++++++ + adg/adgutil.h | 64 ++++ + autogen.sh | 17 + + config.h.in | 77 +++++ + configure.ac | 57 ++++ + demo/Makefile.am | 11 + + demo/adg-demo.c | 349 ++++++++++++++++++++++ + docs/Makefile.am | 73 +++++ + docs/adg-docs.xml | 98 +++++++ + docs/adg-sections.txt | 328 +++++++++++++++++++++ + docs/adg.types | 15 + + docs/version.xml.in | 1 + + m4/ChangeLog | 32 ++ + po/ChangeLog | 12 + + po/Makevars | 11 + + po/POTFILES.in | 4 + + 51 files changed, 8234 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog-0.2.1 similarity index 100% copy from ChangeLog copy to ChangeLog-0.2.1 -- 2.11.4.GIT