X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=5331377b6dbf9f14b37a839f2a5019858ef34e2b;hb=5d8a2d163e4927fffb4efae5d811a4e644c170ce;hp=28f1a0a723099bf6c25831bb93019994025d5464;hpb=f80cca2a58de116769484bb6f9b5cc8aa81afefc;p=inkscape.git diff --git a/ChangeLog b/ChangeLog index 28f1a0a72..5331377b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,330 @@ +2006-05-21 Marco Scholten + + * src/ui/dialog/inkscape-preferences.cpp, + src/ui/dialog/inkscape-preferences.h: + Added 'Show close button on dialogs' option. + +2006-05-21 MenTaLguY + + * src/ui/view/view-widget.cpp: + + request collection pass after destruction of a view widget + +2006-05-21 MenTaLguY + + * src/gc-core.h, src/gc.cpp: + + add GC::request_early_collection() to force a collection from the idle + loop at opportune times + + * src/dialogs/filedialog.cpp: + + call GC::request_early_collection() after switching preview images + +2006-05-21 Jon A. Cruz + + * src/layer-manager.cpp, src/layer-manager.h, + src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h: + Adding notification when managed layers change. + +2006-05-21 Michael Wybrow + + * src/extension/internal/pdf.cpp: Compilation fix. For versions + of glib older that 2.9.0, use g_date_set_time() instead of + g_date_set_time_t(). + +2006-05-20 MenTaLguY + + * src/extensin/internal/ps.cpp: + + add %%EOF trailer for DSC-compliance + +2006-05-20 Colin Marquardt + + * share/extensions/lindenmayer.inx, + share/extensions/kochify_load.inx, + share/extensions/kochify.inx: + Rename slightly, also makes for easier translation. + +2006-05-20 Jon A. Cruz + + * src/widgets/icon.h, src/widgets/icon.cpp, src/dialogs/layers-panel.cpp: + Changled dialog from checkboxes to icons for visible and locked. + +2006-05-20 Michael Wybrow + + * src/libnrtype/FontInstance.cpp: patch from David Turner of the + FreeType Project. Fixes a compilation problem and a possible + segmentation fault. + +2006-05-19 Jon A. Cruz + * src/preferences-skeleton.h, src/dialogs/layers-panel.h, + src/dialogs/layers-panel.cpp: + Selection and event handling cleanup. Added deeper display. + +2006-05-18 Jon A. Cruz + * src/layer-manager.cpp, src/dialogs/layers-panel.h, + src/dialogs/layers-panel.cpp: + Next round of layer dialog updates. + +2006-05-17 Kees Cook + * src/dialogs/rdf.cpp: corrected localization on array, added comments. + * src/ui/widget/licensor.cpp: Localized the license name. + * configure.ac: added comment about why sigc++ was upgraded + +2006-05-17 Jon A. Cruz + * src/dialogs/layers-panel.cpp: + Flipped top/bottom in layers UI to reflect visible stacking. + +2006-05-16 verbalshadow + + * src/desktop-style.h, src/desktop-style.cpp: + Fixes calligraphy tool so drawing now uses the the correct opacity. + +2006-05-17 Jon A. Cruz + * src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h: + Switched icons to stock generic. + +2006-05-17 Michael Wybrow + + * src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche. + +2006-05-16 Jon A. Cruz + + * src/document-subset.cpp: + Corrected ordering of children in subset. + +2006-05-15 Jon A. Cruz + * src/Makefile_insert, src/desktop.cpp, src/desktop.h, + src/layer-manager.cpp, src/menus-skeleton.h, src/verbs.cpp, + src/verbs.h, src/dialogs/layers-panel.cpp, + src/dialogs/layers-panel.h, src/dialogs/Makefile_insert: + Base implementation of a layers dialog. + +2006-05-14 Colin Marquardt + + * src/ui/dialog/inkscape-preferences.cpp (initPageTools): + Typofix ("conector"). + +2006-05-14 Jon A. Cruz + + * src/document-subset.cpp, src/layer-manager.h, src/layer-manager.cpp: + Corrected base structure and avoiding infinite loop. + +2006-05-14 Michael Wybrow + + * src/widgets/toolbox.cpp: Slightly increase size of the + connector toolbar buttons to match button sizes on other + toolbars. + +2006-05-13 verbalshadow + + * src/dyna-draw-context.cpp, src/desktop-style.cpp, + src/desktop-style.h: + + Calligraphy tool now draws in the last used color or the + tool style depending on the Preference setting. + +2006-05-11 Michael Wybrow + + * src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp: + + When moving/transforming connectors, only detach connectors + from objects that are not part of the selection. Previously, + connectors moved as part of a selection would be detached from + all objects. This has been requested several times via email. + The change also fixes bug #1383806. + + * src/ui/dialog/inkscape-preferences.cpp, + src/ui/dialog/inkscape-preferences.h, src/connector-context.cpp: + + Add a preferences setting to the connector tool for setting + whether or not connectors attach to text objects. This change + addresses feature request #1434292. + +2006-05-09 Carl Hetherington + + * src/nodepath.cpp: fix silly bug with snapping node edits. + + * src/snapper.cpp, src/snapper.h, src/sp-namedview.cpp: + re-enable link between grid visibility and grid snap. + +2006-05-08 Michael Wybrow + + * conn-avoid-ref.cpp: Fix a crashbug that could occur in files + containing connectors if they were loaded from the file chooser + or from the recent file list. Fixes bug #1458820. + +2006-05-08 MenTaLguY + + * src/display/curve.cpp: + + always make local copy of path data so that we have control over memory + policy + +2006-05-08 MenTaLguY + + * src/display/curve.h, src/display/curve.cpp, src/dropper-context.cpp: + + get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve + memory management + +2006-05-08 MenTaLguY + + * src/display/canvas-bpath.cpp, src/display/curve.cpp, src/display/curve.h, + src/display/nr-arena-shape.cpp, src/draw-context.cpp, + src/extension/internal/odf.cpp, src/extension/internal/pov-out.cpp, + src/nodepath.cpp, src/object-snapper.cpp, src/path-chemistry.cpp, + src/sp-flowregion.cpp, src/splivarot.cpp, src/sp-offset.cpp, + src/sp-path.cpp, src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp, + src/sp-use-reference.cpp: + + eliminate direct accesses to SPCurve::bpath + +2006-05-08 MenTaLguY + + * src/streams-zlib.cpp, src/streams-jar.cpp, src/splivarot.cpp, + src/extension/internal/bluredge.cpp: + + use std::vector rather than dynamically-sized automatic arrays, + plus cleanups and minor fixes, and dead code removal + +2006-05-08 MenTaLguY + + * src/debug/demangle.cpp, src/debug/demangle.h, src/sp-object.cpp, + src/gc-anchored.cpp, src/debug/Makefile_insert: + + use c++filt for symbol demangling if available + +2006-05-08 MenTaLguY + + * src/xml/repr-util.cpp: + + comments explaining namespace mapping for the broken sodipodi namespace + +2006-05-08 Carl Hetherington + + * src/seltrans.cpp, src/snap.cpp, src/snap.h: fix ctrl-scaling + when there is no snap. More snapping cleanups. + +2006-05-07 Michael Wybrow + + * knot.h, knot.cpp, connector-context.cpp: + Fix glib-gobject-warnings for knots in the connector tool. + +2006-05-07 Jon A. Cruz + + * src/document-subset.cpp: + Corrected two bugs, with the minor one hiding the more severe. + +2006-05-06 MenTaLguY + + * src/xml/repr-util.cpp, src/xml/repr.h: + + add fixup for incorrect sodipodi namespace + +2006-05-06 MenTaLguY + + * doc/NewAppArchitecture/01-title.svg, + doc/NewAppArchitecture/04-current-main.svg, + doc/NewAppArchitecture/05-current-objects.svg, + doc/NewAppArchitecture/06-current-desktop-view.svg, + doc/NewAppArchitecture/07-current-problems.svg, + doc/NewAppArchitecture/08-inkscape-gtkmm.svg + doc/NewAppArchitecture/09-future-capabilities.svg, + doc/NewAppArchitecture/10-future-main.svg, + doc/NewAppArchitecture/11-future-ink-app.svg, + doc/NewAppArchitecture/12-future-run-modes.svg, + doc/NewAppArchitecture/13-future-ink-app-editor.svg, + doc/NewAppArchitecture/14-evolving.svg, + share/examples/art-nouveau-P3.svg, + share/examples/eastern-motive-P4G.svg, + share/examples/i18n.svg, + share/examples/markers.svg, + share/examples/tesselation-P3.svg, + share/examples/text-on-path.svg, + share/icons/David_icons.svg, + share/icons/icons.svg, + share/icons/legacy_icons.svg, + share/screens/about.svg, + share/templates/business_card_85x54mm.svg, + share/templates/default.cs.svg, + share/templates/default.lt.svg, + share/templates/default.pl.svg, + share/tutorials/gpl-2.svg, + share/tutorials/tutorial-advanced.es.svg, + share/tutorials/tutorial-advanced.fr.svg, + share/tutorials/tutorial-advanced.ja.svg, + share/tutorials/tutorial-advanced.sl.svg, + share/tutorials/tutorial-advanced.svg, + share/tutorials/tutorial-basic.ca.svg, + share/tutorials/tutorial-basic.de.svg, + share/tutorials/tutorial-basic.es.svg, + share/tutorials/tutorial-basic.fr.svg, + share/tutorials/tutorial-basic.ja.svg, + share/tutorials/tutorial-basic.nn.svg, + share/tutorials/tutorial-basic.sl.svg, + share/tutorials/tutorial-basic.svg, + share/tutorials/tutorial-calligraphy.es.svg, + share/tutorials/tutorial-calligraphy.fr.svg, + share/tutorials/tutorial-calligraphy.sl.svg, + share/tutorials/tutorial-calligraphy.svg, + share/tutorials/tutorial-elements.es.svg, + share/tutorials/tutorial-elements.fr.svg, + share/tutorials/tutorial-elements.sl.svg, + share/tutorials/tutorial-elements.svg, + share/tutorials/tutorial-shapes.ca.svg, + share/tutorials/tutorial-shapes.es.svg, + share/tutorials/tutorial-shapes.fr.svg, + share/tutorials/tutorial-shapes.ja.svg, + share/tutorials/tutorial-shapes.sl.svg, + share/tutorials/tutorial-shapes.svg, + share/tutorials/tutorial-tips.es.svg, + share/tutorials/tutorial-tips.fr.svg, + share/tutorials/tutorial-tips.sl.svg, + share/tutorials/tutorial-tips.svg, + share/tutorials/tutorial-tracing.de.svg, + share/tutorials/tutorial-tracing.es.svg, + share/tutorials/tutorial-tracing.fr.svg, + share/tutorials/tutorial-tracing.sl.svg, + share/tutorials/tutorial-tracing.svg, + src/extension/dxf2svg/dxf2svg.cpp, + src/menus-skeleton.h, + src/preferences-skeleton.h: + + get the CORRECT sodipodi namespace in there + +2006-05-06 MenTaLguY + + * src/xml/repr-util.cpp: + + fix for #1483198 ("infectious namespaces") + +2006-05-01 Jon A. Cruz + + * src/verbs.h, src/verbs.cpp, src/verbs-test.h: + Fixed problem with std::map use making last verb inaccessible. + +2006-05-05 Carl Hetherington + + * src/draw-context.cpp, src/line-snapper.h, src/snap.cpp, + src/snapper.cpp, src/line-snapper.cpp, src/snap.h, + src/context-fns.cpp, src/object-snapper.h, src/seltrans.cpp, + src/nodepath.cpp, src/snapper.h, src/object-snapper.cpp: various + snapping fixes and cleanups. + +06-05-04 Carl Hetherington + + * src/guide-snapper.h, src/line-snapper.h, src/snap.cpp, + src/snap.h, src/object-snapper.h, src/sp-namedview.cpp, + src/grid-snapper.h: clean up knutux's fix for the snapper crash. + +2006-05-03 Michael Wybrow + + * po/pt_BR.po: Fix some "Unmatched closing " warnings. + + * src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS. + 2006-05-03 Carl Hetherington * src/arc-context.cpp, src/connector-context.cpp, @@ -10,6 +337,8 @@ SnapManager instance and use it for all management of snapping settings. + * src/snap.cpp, src/snap.h: remove the unused namedview_dim_snap_list() + 2006-05-01 Jon A. Cruz * src/Makefile.am, src/Makefile_insert, src/attributes-test.h,