X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=ChangeLog;h=5221f8d1d8b364c0ebe74dffe0dd343f03e86346;hb=6a52a6adf15c819fce77370771969c16fca197e3;hp=c4869d4feb029c2635833dfd36650ea82e7c8fc0;hpb=40e293484b1aa3e95dc866d5d2ef298c3cba243a;p=inkscape.git diff --git a/ChangeLog b/ChangeLog index c4869d4fe..5221f8d1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,67 @@ -2006-06-29 MenTaLguY +2007-03-01 Markus Schwarzenberg + + Solaris 8 / gcc-3.2.3 fixes (selectively effecting only this special + + * src/display/nr-filter-gaussian.cpp: + + * include compatibility header "isnormal.h" + * template calcTriggsSdikaInitialization needs to be + specified explicitely for gcc 3.2.3 + + * src/display/pixblock-transform.cpp, src/display/nr-filter.cpp, + src/display/nr-filter.cpp + + * include compatibility header "round.h" + * using Inkscape::round + + * src/extension/internal/ps.cpp, src/print.cpp + + include on SOLARIS_2_8 for open, unlink + + * src/libcola/gradient_projection.cpp + + include and use compatibility headers "isnan.h" "isinf.h" + + * removed obsolete src/libvpsc/isnan.h + + * added src/isinf.h + + * configure.ac: Added Detection of solaris2.8 --> CXXFLAGS += -DSOLARIS_2_8 + +2006-08-05 John Bintz + + * node-context.cpp, nodepath.cpp: + + add checks to make sure given nodepath pointers are not + null before working with them + +2006-08-01 MenTaLguY + + * configure.ac: refactor pkg-config tests and add explicit cairo test + +2006-07-29 John Bintz + + * src/nodepath.cpp: + + Fix bug where deleting a node broke the symmetry of neighboring + smooth nodes and failed to convert those nodes to cusp nodes + +2006-07-29 MenTaLguY - * src/desktop.cpp, src/desktop.h, src/widgets/desktop-widget.cpp, + * src/sp-object.cpp: + + remove GObject signals from SPObject + + * src/desktop.cpp, src/desktop.h, src/sp-gradient.cpp, + src/sp-gradient.h, src/sp-pattern.cpp, src/sp-pattern.h, + src/sp-switch.cpp, src/sp-switch.h, src/widgets/desktop-widget.cpp, src/widgets/desktop-widget.h, src/widgets/gradient-image.cpp, src/widgets/gradient-image.h, src/widgets/gradient-toolbar.cpp, src/widgets/gradient-toolbar.cpp: switch to sigc++ SPObject signals -2006-06-27 MenTaLguY +2006-07-27 MenTaLguY * src/dialogs/sp-attribute-widget.cpp, src/dialogs/sp-attribute-widget.h, src/sp-offset.cpp,