X-Git-Url: https://git.tokkee.org/?p=inkscape.git;a=blobdiff_plain;f=ChangeLog;h=1e53daa2f7d0d7ca0854bd53c6902d244f86f9e1;hp=1d70cb1ac58b9a91156f127f406ec9f7006b96e8;hb=c7cf14ac71346f76ae219ce67fb88c1bd34832e2;hpb=408e9460dd70bf3c99f32030e78a901bf959da89 diff --git a/ChangeLog b/ChangeLog index 1d70cb1ac..1e53daa2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,146 @@ +2008-05-23 Peter Moulder + + * share/extensions/*.py: Use gettext for (many) error messages. + share/extensions/inkex.py: (errormsg): New function. + +2007-06-24 Joel Holdsworth + + * modified the windows RC files to add version info and manifest data + +2007-03-16 Tim Dwyer + + * src/graphlayout/graphlayout.cpp: handle null bounding boxes + +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/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-07-27 MenTaLguY + + * src/dialogs/sp-attribute-widget.cpp, + src/dialogs/sp-attribute-widget.h, src/sp-offset.cpp, + src/sp-offset.h, src/sp-shape.cpp, src/sp-shape.h, + src/sp-use-reference.cpp, src/sp-use-reference.h: + + switch to sigc++ SPObject signals + +2006-07-26 MenTaLguY + + * src/dialogs/object-attributes.cpp: + + switch to sigc++ "release" + +2006-07-26 MenTaLguY + + * src/style.cpp, src/style.h: + + finish switching to sigc++ SPObject signals for SPStyle + +2006-07-25 MenTaLguY + + * src/widgets/gradient-vector.cpp, src/widgets/gradient-vector.h: + + switch to sigc++ SPObject signals for SPGradientVectorSelector + +2006-07-25 MenTaLguY + + * autogen.sh, configure.ac, debian/control, tools-version.sh: + + un-libtoolize the build process (yay!) -- we haven't actually + used libtool for ages + +2006-07-25 MenTaLguY + + * src/extension/plugin, src/extension/plugin/Makefile_insert, + src/extension/plugin/makefile.in, src/extension/plugin/.cvsignore, + src/Makefile.am, configure.ac: + + remove vestigal plugin support + +2006-07-24 MenTaLguY + + * configure.ac: further work on LSB build configuration + +2006-07-23 John Bintz + + * src/verbs.cpp, src/event-context.cpp, src/node-context.cpp: + + forced redraw of canvas upon completion of zooming or upon + starting rubber band selection events to work around event + starvation issue at high zoom levels + +2006-07-23 MenTaLguY + + * src/widgets/paint-selector.cpp: + + Update pattern creation help text to reflect new menu layout. We + probably need some way to automatically generate + "menu navigation strings" for a given verb. + 2006-07-23 Michael Wybrow * packaging/osx-app.sh, packaging/macosx/inkscape.ds_store packaging/macosx/dmg_background.svg, packaging/macosx/osx-dmg.sh, - packaging/macosx/dmg_background.png, + packaging/macosx/dmg_background.png, Makefile.am, packaging/macosx/dmg_set_style.scpt: Improve the disk image layout for Mac OS X releases. This is @@ -11,11 +149,11 @@ 2006-07-23 John Bintz - * src/desktop.cpp, src/desktop.h + * src/desktop.cpp, src/desktop.h: added SPDesktop::updateNow() - * src/event-context.cpp, src/select-context.cpp, src/node-context.cpp + * src/event-context.cpp, src/select-context.cpp, src/node-context.cpp: forced redraw of canvas upon completion of selection or panning to work around event starvation issue at high zoom levels