Code

switch to sigc++ "release"
[inkscape.git] / ChangeLog
1 2006-07-26  MenTaLguY  <mental@rydia.net>
3         * src/dialogs/object-attributes.cpp:
5           switch to sigc++ "release"
7 2006-07-26  MenTaLguY  <mental@rydia.net>
9         * src/style.cpp, src/style.h:
11           finish switching to sigc++ SPObject signals for SPStyle
13 2006-07-25  MenTaLguY  <mental@rydia.net>
15         * src/widgets/gradient-vector.cpp, src/widgets/gradient-vector.h:
17           switch to sigc++ SPObject signals for SPGradientVectorSelector
19 2006-07-25  MenTaLguY  <mental@rydia.net>
21         * autogen.sh, configure.ac, debian/control, tools-version.sh:
23           un-libtoolize the build process (yay!) -- we haven't actually
24           used libtool for ages
26 2006-07-25  MenTaLguY  <mental@rydia.net>
28         * src/extension/plugin, src/extension/plugin/Makefile_insert,
29           src/extension/plugin/makefile.in, src/extension/plugin/.cvsignore,
30           src/Makefile.am, configure.ac:
32           remove vestigal plugin support
34 2006-07-24  MenTaLguY  <mental@rydia.net>
36     * configure.ac: further work on LSB build configuration
38 2006-07-23  John Bintz  <jcoswell@coswellproductions.org>
40   * src/verbs.cpp, src/event-context.cpp, src/node-context.cpp:
42     forced redraw of canvas upon completion of zooming or upon
43     starting rubber band selection events to work around event
44     starvation issue at high zoom levels
46 2006-07-23  MenTaLguY  <mental@rydia.net>
48   * src/widgets/paint-selector.cpp:
50     Update pattern creation help text to reflect new menu layout.  We
51     probably need some way to automatically generate
52     "menu navigation strings" for a given verb.
54 2006-07-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
56         * packaging/osx-app.sh, packaging/macosx/inkscape.ds_store
57           packaging/macosx/dmg_background.svg, packaging/macosx/osx-dmg.sh,
58           packaging/macosx/dmg_background.png, Makefile.am,
59           packaging/macosx/dmg_set_style.scpt:
61           Improve the disk image layout for Mac OS X releases.  This is 
62           based on Jean-Olivier Irisson's work and patches, submitted as
63           #1516212.
65 2006-07-23  John Bintz  <jcoswell@coswellproductions.org>
67         * src/desktop.cpp, src/desktop.h:
69           added SPDesktop::updateNow()
71         * src/event-context.cpp, src/select-context.cpp, src/node-context.cpp:
73           forced redraw of canvas upon completion of selection or panning
74           to work around event starvation issue at high zoom levels
76 2006-07-22  John Bintz  <jcoswell@coswellproductions.org>
78         * src/desktop.cpp, src/desktop.h, src/document-undo.cpp,
79           src/document.h, src/document-private.h, src/document.cpp:
81           forced redraw of canvas upon document commit to work
82           around event starvation issue at high zoom levels
84 2006-07-21  MenTaLguY  <mental@rydia.net>
86         * src/splivarot.cpp:
87         
88           patch from John Bintz, adding pref to simplify multiple
89           paths separately
91 2006-07-21  MenTaLguY  <mental@rydia.net>
93         * configure.ac: first shot at implementing --enable-lsb
95 2006-07-21  MenTaLguY  <mental@rydia.net>
97         * src/style.cpp, src/style.h:
99           switch to using sigc++ signals
101 2006-07-21  MenTaLguY  <mental@rydia.net>
103         * src/layer-manager.cpp, src/layer-manager.h:
105           switch to sigc++ signals and manually clean up signal connections
106           (although it may not be strictly necessary to do so here)
108 2006-07-21  MenTaLguY  <mental@rydia.net>
110         * src/document-subset.cpp, src/object-hierarchy.cpp,
111           src/object-hierarchy.h, src/selection.cpp, src/selection.h,
112           src/ui/view/edit-widget.cpp, src/ui/view/edit-widget.h,
113           src/uri-references.cpp, src/uri-references.h:
114         
115           switch to sigc++ signals for "modified" and "release"
117 2006-07-21  MenTaLguY  <mental@rydia.net>
119         * src/document.cpp, src/sp-object.cpp, src/sp-object.h:
121           sp_object_invoke_release -> SPObject::releaseReferences,
122           plus the introduction of sigc++ signals for "release" and 
123           "modified" which will eventually replace the GObject signals
125 2006-07-20  MenTaLguY  <mental@rydia.net>
127         * src/libnrtype/RasterFont.h, src/libnrtype/font-instance.h:
129           replace two uses of hash_map with standard STL map
131 2006-07-18  Bryce Harrington <bryce@bryceharrington.org>
133         * src/document.h, src/document.cpp:  Refactoring from mental &
134           bryce to consolidate document update functionality from
135           sp_document_ensure_is_up_to_date() and
136           sp_document_idle_handler().  This is the first step in getting
137           updates of defs (and markers) fixed.
139 2006-07-18  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
141         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.h:
142           We now use connector spacing to determine the minimum space required
143           between shape bounding boxes when graph layout with avoid overlap
144           constraints is applied.  This means that there should always be enough
145           room for connectors to route between shapes.  Also changed the default
146           connector spacing to a less extreme 3.
148 2006-07-17  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
150         * src/libcola/cola.h, src/libcola/connected_components.cpp,
151           src/graphlayout/graphlayout.cpp:
152           Disconnected graphs are now handled more gracefully,
153           connected components are arranged separated (in place) and
154           then overlaps between components are removed.
156 2006-07-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
158         * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
159           src/xml/Makefile_insert, src/libnr/Makefile_insert:
160           Add "$(srcdir)/" to some things so that "make check" works in 
161           the case that the build directory is somewhere other than the
162           source directory.
164         * src/sp-conn-end-pair.cpp, src/connector-context.cpp,
165           src/document.cpp, src/libavoid/*:
166           Update libavoid with upstream fixes, optimisations and new features.
168 2006-07-13  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
170         * src/libvpsc/*,
171           src/graphlayout/graphlayout.cpp:
172           Toggle on connector toolbar can force connectors with 
173           end-markers (arrows) to point downwards
175 2006-07-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
177         * src/libavoid/router.cpp: Fixed a bug in the libavoid function
178           Router::attachedConns().  Previously unused, but needed by Tim
179           for new Graph Layout code.
181 2006-07-13  Jon Phillips  <jon@rejon.org>
183         * src/inkview: Added commandline option capability to inkview and 
184           got code ready to add a timer for an automatic slideshow capability.
186 2006-07-12 Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
188         * src/libvpsc/*,
189           src/libcola/*,
190           src/graphlayout/graphlayout.cpp,
191           src/removeoverlaps/removeoverlaps.cpp:
192           Boost graph layout algorithms replaced by custom constraint layout
193           algorithm (implemented in libcola).  New layout supports constraints
194           such as downward pointing connectors (directed graph layout) or
195           non-overlapping shapes.
196           libvpsc contains updated code for quadratic program solver used by
197           libcola and removeoverlaps.  Fixes bug #1441411.
199 2006-07-02  Colin Marquardt  <colin@marquardt-home.de>
201         * AUTHORS, src/ui/dialog/aboutbox.cpp: Add Niko, Hugo, Dale and
202           Gustav.
204 2006-06-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
206         * src/connector-context.cpp, src/widgets/toolbox.cpp:
207           Add undo event descriptions for the connector context.
209 2006-06-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
211         * packaging/macosx/ScriptExec/main.c:
212           Add some quotes to fix a problem for people on OS X with 
213           spaces in their home directory path.  Fixes bug #1512019.
215 2006-06-21  Colin Marquardt  <colin@marquardt-home.de>
217         * share/templates/DVD_cover_regular_300dpi.svg,
218           share/templates/DVD_cover_slim_300dpi.svg,
219           share/templates/DVD_cover_superslim_300dpi.svg,
220           share/templates/DVD_cover_ultraslim_300dpi.svg:
221           DVD templates by Aleksandar Urosevic. Closes #1507164.
223 2006-06-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
225         * packaging/macosx/Resources/script,
226           packaging/macosx/Resources/bin/inkscape:
228           Improve quoting of shell variables.
230         * packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj:
232           Xcode 2 project file for the OS X launcher.  This will build a
233           Universal version of the launcher by default.  The project files for
234           different versions are named differently, so this will be picked up and
235           used if the package builder has a sufficiently new version of Xcode.
237         * packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser,
238           packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser:
240           Remove unnecessary user preference files.
242         * Makefile.am:
243         
244           Update the Xcode project files included when creating releases.
246 2006-06-13  Jon A. Cruz  <jon@joncruz.org>
248         * TRANSLATORS, src/ui/dialog/aboutbox.cpp:
250           Applied patch #1505715.
252 2006-06-13  Jon A. Cruz  <jon@joncruz.org>
254         * packaging/macosx/Resources/etc/fonts/fonts.conf:
256           Applied patch #1505765.
258 2006-06-09  Jon A. Cruz  <jon@joncruz.org>
260         * src/object-snapper.cpp, src/selection.cpp, src/selection.h,
261           src/seltrans.cpp:
263           Applied patch #1503864.
265 2006-06-09  Jon A. Cruz  <jon@joncruz.org>
267         * src/widgets/toolbox.cpp:
269           Handle case when function call fails.
270           Fixes bug #1501150.
272 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
274         * src/seltrans.cpp:
276           Work-around for seltrans not getting calls to grab() and ungrab() as
277           expected.
278           Fixes bug #1501156.
280 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
282         * src/widgets/toolbox.cpp:
284           Applied patch #1502407.
285           Fixes bug #1500049.
287 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
289         * packaging/macosx/ScriptExec/main.c, packaging/osx-app.sh:
291           Fixing OS X fc-cache problem.
292           Applied patch #1502063.
294 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
296         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
297           src/sp-switch.cpp, src/ui/widget/ruler.cpp:
299           Applied patch #1501709.
301 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
303         * trace/siox.cpp, trace/siox.h, trace/trace.cpp,
304           src/ui/dialog/tracedialog.cpp:
306           Applied patch #1501375.
308 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
310         * trace/siox.cpp, trace/trace.cpp:
312           Applied patch #1501134.
314 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
316         * src/dialogs/layers-panel.cpp:
318           Allow action when no layer selected.
319           Fixes bugs #1494646.
321 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
323         * trace/siox.cpp:
325           Applied patch #1500659.
327 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
329         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
331           Blocked signal when changes are not from the layers UI.
332           Fixes bugs #1495406 and most of #1494646.
334 2006-06-02  Colin Marquardt  <colin@marquardt-home.de>
336         * TRANSLATORS: Add Stefan Graubner.
338 2006-06-01  Jon A. Cruz  <jon@joncruz.org>
340         * src/extension/internal/pdf-mini.h
342           Fix for delete[] mismatch and binary tweak from Ulf Erikson.
344 2006-06-01  Jon A. Cruz  <jon@joncruz.org>
346         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
348           Added layer opacity slider.
349           Fixes RFE #1496569.
351 2006-05-31  Colin Marquardt  <colin@marquardt-home.de>
353         * TRANSLATORS: Add vonHalenbach for tutorial translations.
355 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
357         * src/extension/internal/odf.cpp:
358         Corrected deletes and uninitizlied variables.
359         Fixes bug# 1489961.
361 2006-05-30 John Cliff <simarilius@yahoo.com>
362         src/trace/potrace/inkscape-potrace.cpp
363         Changed bitsPerSample from hardcoded to calculated for multi color traces
364         to fix bugs 1188811 and 1484076
366 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
368         * src/xml/repr-io.cpp:
369         Changed to strip leading BOM from input.
370         Fixes bug# 1121666.
372 2006-05-29  Bryce <bryce@bryceharrington.org>
373         * sp-shape.cpp:  Adding documentation
375 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
377         * src/desktop.cpp, src/layer-manager.cpp, src/dialogs/layers-panel.cpp:
378         Workaround to avoid assertion upon file revert.
380 2006-05-28  Bryce <bryce@bryceharrington.org>
381         * sp-marker.cpp:  Adding documentation
383 2006-05-28  MenTaLguY  <mental@rydia.net>
385         * src/dialogs/clonetiler.cpp, src/dialogs/iconpreview.cpp,
386           src/dialogs/stroke-style.cpp, src/display/curve.cpp,
387           src/display/sp-canvas.cpp, src/dyna-draw-context.cpp,
388           src/extension/internal/gnome.cpp, src/extension/internal/pdf.cpp,
389           src/extension/internal/ps.cpp, src/extension/internal/win32.cpp,
390           src/file.cpp, src/inkview.cpp, src/libnr/nr-macros.h,
391           src/libnr/nr-object.cpp, src/libnr/nr-path.cpp,
392           src/libnr/nr-pixblock.cpp, src/libnr/nr-pixblock-pattern.cpp,
393           src/libnr/nr-svp.cpp, src/libnr/nr-svp-render.cpp,
394           src/libnrtype/FontFactory.cpp, src/libnrtype/Layout-TNG-Output.cpp,
395           src/libnrtype/nr-type-primitives.cpp, src/path-chemistry.cpp,
396           src/splivarot.cpp, src/sp-marker.cpp, src/ui/widget/icon-widget.cpp,
397           src/widgets/icon.cpp:
399           replace nr_new() with g_new(), and try to converge on using the
400           glib allocator a little more instead of the others (aside from
401           libgc)
403 2006-05-28  MenTaLguY  <mental@rydia.net>
405         * share/icons/icons.svg:
407           correct vertical text flow icon to  correctly reflect lines stacking
408           right-to-left, as well as improving pixel alignment on both text flow
409           icons
411 2006-05-28  MenTaLguY  <mental@rydia.net>
413         * src/widgets/toolbox.cpp:
415           add tooltips to text toolbar widgets
417 2006-05-28  Jon A. Cruz  <jon@joncruz.org>
419         * src/layer-manager.cpp, src/layer-manager.h,
420           src/preferences-skeleton.h, src/ui/dialog/inkscape-preferences.cpp,
421           src/ui/dialog/inkscape-preferences.h,
422           src/widgets/layer-selector.cpp, src/dialogs/layers-panel.cpp:
424           Finished option to turn on or off deslecting when switching layers.
425           Fixes RFE #1495701.
427 2006-05-28  Jon A. Cruz  <jon@joncruz.org>
429         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
431           Changed clicking on visibility and locked toggles to not switch
432           selected layer.
433           Fixes bug #1495856.
435 2006-05-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
437         * src/sp-conn-end-pair.cpp: Detach connectors from empty groups
438           before trying to route connectors to them.  This is required
439           since empty groups have no physical position.  Fixes bug #1448811.
441 2006-05-27  Kees Cook  <kees@outflux.net>
443         * src/extension/implementation/script.cpp: allow output extension
444           parameters to be prompted and used, closes bug #1495310.
446 2006-05-26  MenTaLguY  <mental@rydia.net>
448         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
450           make button labels translatable, and use HButtonBox instead of HBox for
451           better appearance
453 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
455         * src/layer-manager.cpp, src/layer-manager.h,
456           src/dialogs/layer-properties.cpp, src/dialogs/layers-panel.cpp:
458           Prevent layer name duplication.
459           Fixes bug #1115407.
461 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
463         * src/widgets/desktop-widget.cpp:
465           Fixed resize handle in corner of main UI.
466           Fixes bug #1493995.
468 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
470         * src/layer-manager.cpp, src/layer-manager.h,
471           src/widgets/layer-selector.cpp:
473           Cleaned up propagation of status changes.
474           Fixes bug #1495333.
476 2006-05-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
478         * src/path-prefix.h: Add missing CREATE_* directory locations
479           for building an OS X application bundle.  Fixes bug #1495284.
481 2006-05-25  Bryce Harrington <bryce@bryceharrington.org>
483         * src/inkscape.cpp:  i18n on error messages (fix for bug 1490928) 
485 2006-05-23  Jon A. Cruz  <jon@joncruz.org>
487         * src/dialogs/layers-panel.cpp, src/dialogs/swatches.cpp,
488           src/dialogs/swatches.h, src/preferences-skeleton.h,
489           src/ui/previewfillable.h, src/ui/previewholder.cpp,
490           src/ui/previewholder.h, src/ui/widget/panel.cpp,
491           src/ui/widget/panel.h, src/verbs.cpp,
492           src/widgets/desktop-widget.cpp:
493           Refactored panels.
494           Fixes RFE #1453153. Fixes RFE #1453152.
495         
497 2006-05-23  MenTaLguY  <mental@rydia.net>
499         * src/extension/internal/ps.cpp:
501           move %%EOF to end of output document
503 2006-05-22  Jon A. Cruz  <jon@joncruz.org>
505         * src/dialogs/swatches.cpp, src/ui/widget/panel.cpp,
506           src/ui/widget/panel.h:
507           Removed panel menu unless requested. Fixes bug #1492597.
509 2006-05-22  MenTaLguY  <mental@rydia.net>
511         * src/extension/internal/svg.cpp:
513           replace EXTREMELY inefficient (O(n^2), I think?) stacked C string
514           concatenations with appends to a std::vector, which is amortized O(1)
516 2006-05-21  Marco Scholten  <mscholtn@xs4all.nl>
518         * src/ui/dialog/inkscape-preferences.cpp, 
519           src/ui/dialog/inkscape-preferences.h: 
520           Added 'Show close button on dialogs' option.
522 2006-05-21  MenTaLguY  <mental@rydia.net>
524         * src/ui/view/view-widget.cpp:
525         
526           request collection pass after destruction of a view widget
528 2006-05-21  MenTaLguY  <mental@rydia.net>
530         * src/gc-core.h, src/gc.cpp:
531         
532           add GC::request_early_collection() to force a collection from the idle
533           loop at opportune times
535         * src/dialogs/filedialog.cpp:
537           call GC::request_early_collection() after switching preview images
539 2006-05-21  Jon A. Cruz  <jon@joncruz.org>
541         * src/layer-manager.cpp, src/layer-manager.h,
542           src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h:
543           Adding notification when managed layers change.
545 2006-05-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
547         * src/extension/internal/pdf.cpp: Compilation fix.  For versions
548           of glib older that 2.9.0, use g_date_set_time() instead of
549           g_date_set_time_t().
551 2006-05-20  MenTaLguY  <mental@rydia.net>
553         * src/extensin/internal/ps.cpp:
555           add %%EOF trailer for DSC-compliance
557 2006-05-20  Colin Marquardt  <colin@marquardt-home.de>
559         * share/extensions/lindenmayer.inx,
560           share/extensions/kochify_load.inx, 
561           share/extensions/kochify.inx:
562           Rename slightly, also makes for easier translation.
564 2006-05-20  Jon A. Cruz  <jon@joncruz.org>
566         * src/widgets/icon.h, src/widgets/icon.cpp, src/dialogs/layers-panel.cpp:
567           Changled dialog from checkboxes to icons for visible and locked.
569 2006-05-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
571         * src/libnrtype/FontInstance.cpp: patch from David Turner of the
572           FreeType Project.  Fixes a compilation problem and a possible
573           segmentation fault.
575 2006-05-19  Jon A. Cruz  <jon@joncruz.org>
576         * src/preferences-skeleton.h, src/dialogs/layers-panel.h,
577           src/dialogs/layers-panel.cpp:
578           Selection and event handling cleanup. Added deeper display.
580 2006-05-18  Jon A. Cruz  <jon@joncruz.org>
581         * src/layer-manager.cpp, src/dialogs/layers-panel.h,
582           src/dialogs/layers-panel.cpp:
583           Next round of layer dialog updates.
585 2006-05-17  Kees Cook  <kees@outflux.net>
586         * src/dialogs/rdf.cpp: corrected localization on array, added comments.
587         * src/ui/widget/licensor.cpp: Localized the license name.
588         * configure.ac: added comment about why sigc++ was upgraded
590 2006-05-17  Jon A. Cruz  <jon@joncruz.org>
591         * src/dialogs/layers-panel.cpp:
592           Flipped top/bottom in layers UI to reflect visible stacking.
594 2006-05-16  verbalshadow  <verbalshadow@gmail.com>
596         * src/desktop-style.h, src/desktop-style.cpp:
597           Fixes calligraphy tool so drawing now uses the the correct opacity.
599 2006-05-17  Jon A. Cruz  <jon@joncruz.org>
600         * src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h:
601           Switched icons to stock generic.
603 2006-05-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
605         * src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche.
607 2006-05-16  Jon A. Cruz  <jon@joncruz.org>
609         * src/document-subset.cpp:
610           Corrected ordering of children in subset.
612 2006-05-15  Jon A. Cruz  <jon@joncruz.org>
613         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
614           src/layer-manager.cpp, src/menus-skeleton.h, src/verbs.cpp,
615           src/verbs.h, src/dialogs/layers-panel.cpp,
616           src/dialogs/layers-panel.h, src/dialogs/Makefile_insert:
617           Base implementation of a layers dialog.
619 2006-05-14  Colin Marquardt  <colin@marquardt-home.de>
621         * src/ui/dialog/inkscape-preferences.cpp (initPageTools): 
622           Typofix ("conector").
624 2006-05-14  Jon A. Cruz  <jon@joncruz.org>
626         * src/document-subset.cpp, src/layer-manager.h, src/layer-manager.cpp:
627           Corrected base structure and avoiding infinite loop.
629 2006-05-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
631         * src/widgets/toolbox.cpp: Slightly increase size of the
632          connector toolbar buttons to match button sizes on other
633          toolbars.
635 2006-05-13  verbalshadow  <verbalshadow@gmail.com>
637         * src/dyna-draw-context.cpp, src/desktop-style.cpp,
638           src/desktop-style.h:
640           Calligraphy tool now draws in the last used color or the
641           tool style depending on the Preference setting.
642           
643 2006-05-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
645         * src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp:
647           When moving/transforming connectors, only detach connectors
648           from objects that are not part of the selection.  Previously,
649           connectors moved as part of a selection would be detached from
650           all objects.  This has been requested several times via email.
651           The change also fixes bug #1383806.
653         * src/ui/dialog/inkscape-preferences.cpp,
654           src/ui/dialog/inkscape-preferences.h, src/connector-context.cpp:
656           Add a preferences setting to the connector tool for setting
657           whether or not connectors attach to text objects.  This change
658           addresses feature request #1434292.
659           
660 2006-05-09  Carl Hetherington  <inkscape@carlh.net>
662         * src/nodepath.cpp: fix silly bug with snapping node edits.
663         
664         * src/snapper.cpp, src/snapper.h, src/sp-namedview.cpp:
665           re-enable link between grid visibility and grid snap.
667 2006-05-08  Michael Wybrow  <mjwybrow@users.sourceforge.net>
669         * conn-avoid-ref.cpp: Fix a crashbug that could occur in files
670           containing connectors if they were loaded from the file chooser
671           or from the recent file list.  Fixes bug #1458820.
673 2006-05-08  MenTaLguY  <mental@rydia.net>
675         * src/display/curve.cpp:
677           always make local copy of path data so that we have control over memory
678           policy
680 2006-05-08  MenTaLguY  <mental@rydia.net>
682         * src/display/curve.h, src/display/curve.cpp, src/dropper-context.cpp:
684           get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve
685           memory management
687 2006-05-08  MenTaLguY  <mental@rydia.net>
689         * src/display/canvas-bpath.cpp, src/display/curve.cpp, src/display/curve.h,
690           src/display/nr-arena-shape.cpp, src/draw-context.cpp,
691           src/extension/internal/odf.cpp, src/extension/internal/pov-out.cpp,
692           src/nodepath.cpp, src/object-snapper.cpp, src/path-chemistry.cpp,
693           src/sp-flowregion.cpp, src/splivarot.cpp, src/sp-offset.cpp,
694           src/sp-path.cpp, src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
695           src/sp-use-reference.cpp:
697           eliminate direct accesses to SPCurve::bpath
699 2006-05-08  MenTaLguY  <mental@rydia.net>
701         * src/streams-zlib.cpp, src/streams-jar.cpp, src/splivarot.cpp,
702           src/extension/internal/bluredge.cpp:
704           use std::vector rather than dynamically-sized automatic arrays,
705           plus cleanups and minor fixes, and dead code removal
707 2006-05-08  MenTaLguY  <mental@rydia.net>
709         * src/debug/demangle.cpp, src/debug/demangle.h, src/sp-object.cpp,
710           src/gc-anchored.cpp, src/debug/Makefile_insert:
712           use c++filt for symbol demangling if available
714 2006-05-08  MenTaLguY  <mental@rydia.net>
716         * src/xml/repr-util.cpp:
717         
718           comments explaining namespace mapping for the broken sodipodi namespace
720 2006-05-08  Carl Hetherington  <inkscape@carlh.net>
722         * src/seltrans.cpp, src/snap.cpp, src/snap.h: fix ctrl-scaling
723         when there is no snap.  More snapping cleanups.
725 2006-05-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
727         * knot.h, knot.cpp, connector-context.cpp:
728           Fix glib-gobject-warnings for knots in the connector tool.
730 2006-05-07  Jon A. Cruz  <jon@joncruz.org>
732         * src/document-subset.cpp:
733           Corrected two bugs, with the minor one hiding the more severe.
735 2006-05-06  MenTaLguY  <mental@rydia.net>
737         * src/xml/repr-util.cpp, src/xml/repr.h:
739           add fixup for incorrect sodipodi namespace
741 2006-05-06  MenTaLguY  <mental@rydia.net>
743         * doc/NewAppArchitecture/01-title.svg,
744           doc/NewAppArchitecture/04-current-main.svg,
745           doc/NewAppArchitecture/05-current-objects.svg,
746           doc/NewAppArchitecture/06-current-desktop-view.svg,
747           doc/NewAppArchitecture/07-current-problems.svg,
748           doc/NewAppArchitecture/08-inkscape-gtkmm.svg
749           doc/NewAppArchitecture/09-future-capabilities.svg,
750           doc/NewAppArchitecture/10-future-main.svg,
751           doc/NewAppArchitecture/11-future-ink-app.svg,
752           doc/NewAppArchitecture/12-future-run-modes.svg,
753           doc/NewAppArchitecture/13-future-ink-app-editor.svg,
754           doc/NewAppArchitecture/14-evolving.svg,
755           share/examples/art-nouveau-P3.svg,
756           share/examples/eastern-motive-P4G.svg,
757           share/examples/i18n.svg,
758           share/examples/markers.svg,
759           share/examples/tesselation-P3.svg,
760           share/examples/text-on-path.svg,
761           share/icons/David_icons.svg,
762           share/icons/icons.svg,
763           share/icons/legacy_icons.svg,
764           share/screens/about.svg,
765           share/templates/business_card_85x54mm.svg,
766           share/templates/default.cs.svg,
767           share/templates/default.lt.svg,
768           share/templates/default.pl.svg,
769           share/tutorials/gpl-2.svg,
770           share/tutorials/tutorial-advanced.es.svg,
771           share/tutorials/tutorial-advanced.fr.svg,
772           share/tutorials/tutorial-advanced.ja.svg,
773           share/tutorials/tutorial-advanced.sl.svg,
774           share/tutorials/tutorial-advanced.svg,
775           share/tutorials/tutorial-basic.ca.svg,
776           share/tutorials/tutorial-basic.de.svg,
777           share/tutorials/tutorial-basic.es.svg,
778           share/tutorials/tutorial-basic.fr.svg,
779           share/tutorials/tutorial-basic.ja.svg,
780           share/tutorials/tutorial-basic.nn.svg,
781           share/tutorials/tutorial-basic.sl.svg,
782           share/tutorials/tutorial-basic.svg,
783           share/tutorials/tutorial-calligraphy.es.svg,
784           share/tutorials/tutorial-calligraphy.fr.svg,
785           share/tutorials/tutorial-calligraphy.sl.svg,
786           share/tutorials/tutorial-calligraphy.svg,
787           share/tutorials/tutorial-elements.es.svg,
788           share/tutorials/tutorial-elements.fr.svg,
789           share/tutorials/tutorial-elements.sl.svg,
790           share/tutorials/tutorial-elements.svg,
791           share/tutorials/tutorial-shapes.ca.svg,
792           share/tutorials/tutorial-shapes.es.svg,
793           share/tutorials/tutorial-shapes.fr.svg,
794           share/tutorials/tutorial-shapes.ja.svg,
795           share/tutorials/tutorial-shapes.sl.svg,
796           share/tutorials/tutorial-shapes.svg,
797           share/tutorials/tutorial-tips.es.svg,
798           share/tutorials/tutorial-tips.fr.svg,
799           share/tutorials/tutorial-tips.sl.svg,
800           share/tutorials/tutorial-tips.svg,
801           share/tutorials/tutorial-tracing.de.svg,
802           share/tutorials/tutorial-tracing.es.svg,
803           share/tutorials/tutorial-tracing.fr.svg,
804           share/tutorials/tutorial-tracing.sl.svg,
805           share/tutorials/tutorial-tracing.svg,
806           src/extension/dxf2svg/dxf2svg.cpp,
807           src/menus-skeleton.h,
808           src/preferences-skeleton.h:
810           get the CORRECT sodipodi namespace in there
812 2006-05-06  MenTaLguY  <mental@rydia.net>
814         * src/xml/repr-util.cpp:
816           fix for #1483198 ("infectious namespaces")
818 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
820         * src/verbs.h, src/verbs.cpp, src/verbs-test.h:
821           Fixed problem with std::map use making last verb inaccessible.
823 2006-05-05  Carl Hetherington  <inkscape@carlh.net>
825         * src/draw-context.cpp, src/line-snapper.h, src/snap.cpp,
826         src/snapper.cpp, src/line-snapper.cpp, src/snap.h,
827         src/context-fns.cpp, src/object-snapper.h, src/seltrans.cpp,
828         src/nodepath.cpp, src/snapper.h, src/object-snapper.cpp: various
829         snapping fixes and cleanups.
831 06-05-04  Carl Hetherington  <inkscape@carlh.net>
833         * src/guide-snapper.h, src/line-snapper.h, src/snap.cpp,
834         src/snap.h, src/object-snapper.h, src/sp-namedview.cpp,
835         src/grid-snapper.h: clean up knutux's fix for the snapper crash.
837 2006-05-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
839         * po/pt_BR.po: Fix some "Unmatched closing </b>" warnings.
841         * src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.
842         
843 2006-05-03  Carl Hetherington  <inkscape@carlh.net>
845         * src/arc-context.cpp, src/connector-context.cpp,
846         src/context-fns.cpp, src/desktop.cpp, src/draw-context.cpp,
847         src/nodepath.cpp, src/object-edit.cpp, src/pencil-context.cpp,
848         src/rect-context.cpp, src/selection-chemistry.cpp,
849         src/seltrans.cpp, src/snap.cpp, src/snap.h, src/sp-namedview.cpp,
850         src/sp-namedview.h, src/spiral-context.cpp, src/star-context.cpp,
851         src/ui/dialog/document-properties.cpp: Give SPNamedView a
852         SnapManager instance and use it for all management of snapping
853         settings.
855         * src/snap.cpp, src/snap.h: remove the unused namedview_dim_snap_list()
857 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
859         * src/Makefile.am, src/Makefile_insert, src/attributes-test.h,
860           src/color-profile-test.h, src/mod360-test.cpp, src/mod360-test.h,
861           src/round-test.cpp, src/round-test.h, src/sp-gradient-test.cpp,
862           src/sp-gradient-test.h, src/sp-style-elem-test.cpp,
863           src/sp-style-elem-test.h, src/style-test.h, src/test-helpers.h:
864           Replaced four more tests with CxxTest versions.
866 2006-05-01  MenTaLguY  <mental@rydia.net>
868         * src/display/nr-arena-item.cpp:
870           use GC allocator for bitmap cache and transform
872 2006-05-01  Marco Scholten  <mscholtn@xs4all.nl>
874         * src/dialogs/inkscape-preferences.cpp: Moved 'compass like
875     display of angles' from 'windows' to 'steps'.
877 2006-04-30  MenTaLguY  <mental@rydia.net>
879         * src/libnr/nr-object.cpp:
881           log finalization of NRObjects
883 2006-04-29  Jon Phillips  <jon@rejon.org>
885         * src/dialogs/rdf.cpp: Updated cc licenses to 2.5 by default.
887         * src/ui/dialog/document-metadata.cpp: Made metadata window
888         resizable so that one can see the licenses and enter long entries.
890 2006-04-29  MenTaLguY  <mental@rydia.net>
892         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp,
893           src/display/nr-arena-item.h, src/display/nr-arena-shape.cpp:
895           rationalize function names and remove spurious soft_ptr
897 2006-04-29  MenTaLguY  <mental@rydia.net>
899         * src/document.cpp:
900         
901           use proper unref function on SPRoot to avoid appearance of leak
903 2006-04-29  MenTaLguY  <mental@rydia.net>
905         * src/gc-anchored.cpp, src/xml/simple-node.cpp, src/sp-object.cpp:
907           switch everyone to simpler debug event API
909 2006-04-29  MenTaLguY  <mental@rydia.net>
911         * src/Makefile_insert, src/gc-finalized.cpp, src/gc-finalized.h:
913           add finalizer logging
915 2006-04-29  MenTaLguY  <mental@rydia.net>
917         * src/debug/simple-event.h: simplify the SimpleEvent API more
919 2006-04-29  MenTaLguY  <mental@rydia.net>
921         * src/debug/simple-event.h: make Debug::SimpleEvent more convenient
923         * src/debug/event.h, src/debug/logger.cpp: add FINALIZERS category
925 2006-04-29  MenTaLguY  <mental@rydia.net>
927         * src/debug/logger.cpp:
928         
929         finish interrupted refactoring of log filter configuration
931 2006-04-29  MenTaLguY  <mental@rydia.net>
933         * src/doc/Makefile.am, src/doc/refcounting.txt:
934         
935           some developer documentation about refcounting
937 2006-04-29  MenTaLguY  <mental@rydia.net>
939         * src/ui/view/view.cpp:
941           Wait a minute -- UI::View::View and SPDocument are both managed
942           by the collector -- the view doesn't need to ref the document!
944 2006-04-29  MenTaLguY  <mental@rydia.net>
946         * src/ui/view/view.cpp: add missing unref
948 2006-04-29  MenTaLguY  <mental@rydia.net>
950         * src/gc-anchored.cpp, src/gc-anchored.h:
952           added refcount logging to GC::Anchored
954         * src/util/Makefile_insert, src/util/format.h:
956           shared string printf
958 2006-04-28  MenTaLguY  <mental@rydia.net>
960     * src/sp-object.cpp: make refcount logging a little more useful
961           by including the relevent class name
963 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
965         * src/Makefile_insert, src/Makefile.am, src/dir-util-test.h,
966           src/dir-util-test.cpp, src/extract-uri-test.h,
967           src/extract-uri-test.cpp:
968           Replaced two tests with CxxTest versions.
970 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
972         * src/Makefile_insert, src/MultiPrinter.h, src/verbs.h,
973           src/verbs-test.h:
974           Adding unit test for verbs.
976 2006-04-27  verbalshadow <verbalshadow@gmail.com>
977         
978         * src/io/resource.h, src/io/resource.cpp, 
979           src/dialogs/swatches.cpp, src/helper/stock-items.cpp:
980           Added CREATE v0.1 support for gradients/swatches/patterns
981           Support for Linux & Win32. Mac support waiting final support
982           Directory info.
984 2006-04-26  Jon A. Cruz  <jon@joncruz.org>
986         * src/Makefile.am, src/MultiPrinter.h, src/PylogFormatter.h,
987           src/TRPIFormatter.h, src/selfname.tpl, src/libnr/Makefile_insert,
988           src/svg/Makefile_insert, src/xml/Makefile_insert:
989           Adding multiple test output formats.
991 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
993     * path-prefix.h:
994           Added beginnings of CREATE support in path-prefix.h
996 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
998     * src/object-ui.cpp, src/object-ui.h:
999           moved to src/ui/context-menu.cpp, src/ui/context-menu.h
1000           to make it easier to find
1002 2006-04-20  MenTaLguY  <mental@rydia.net>
1004     * src/dyna-draw-context.cpp, src/dyna-draw-context.h:
1005           remove unused timer code
1007 2006-04-19 Andrius R. <knutux@gmail.com>
1008         * src\display\nr-arena-item.cpp, src\display\canvas-arena.cpp,
1009           src\display\nr-arena-shape.cpp, src\display\sp-canvas.h,
1010           src\display\nr-arena.cpp, src\display\nr-arena-shape.h,
1011           src\display\nr-arena-glyphs.cpp, src\display\nr-gradient-gpl.cpp,
1012           src\display\sp-canvas.cpp, src\display\sp-ctrlline.cpp,
1013           src\livarot\ShapeSweep.cpp, src\livarot\Shape.h, src\livarot\Shape.cpp,
1014           src\livarot\Path.h, src\livarot\PathConversion.cpp,
1015           src\livarot\ShapeMisc.cpp, src\livarot\Path.cpp, src\libnr\nr-pixblock.h,
1016           src\libnr\nr-pixblock.cpp
1018           Rendering optimisation, which gives best results for zoomed in drawings
1019           with complex (multi-node) paths. Optimisation focus - eliminating cubicTo
1020           and LineTo nodes outside of visible area, so no unneeded calculations is
1021           needed and less memory is consumed (this avoids crashes which were
1022           occurring previously if zooming into a complex drawing)
1024 2006-04-18 njh <njh@njhurst.com>
1025         * share/extensions/measure.inx, share/extensions/measure.py, share/extensions/Makefile.am
1027           Added the measure extension that marks lengths onto paths.
1029 2006-04-17  MenTaLguY  <mental@rydia.net>
1031         * src/application/editor.cpp, src/arc-context.cpp, src/conn-avoid-ref.cpp,
1032           src/connector-context.cpp, src/desktop-events.cpp, src/desktop-handles.h,
1033           src/dialogs/clonetiler.cpp, src/dialogs/export.cpp,
1034           src/dialogs/fill-style.cpp, src/dialogs/find.cpp,
1035           src/dialogs/iconpreview.cpp, src/dialogs/item-properties.cpp,
1036           src/dialogs/layer-properties.cpp, src/dialogs/object-properties.cpp,
1037           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
1038           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
1039           src/dialogs/xml-tree.cpp, src/draw-anchor.cpp, src/draw-context.cpp,
1040           src/dropper-context.cpp, src/dyna-draw-context.cpp,
1041           src/event-context.cpp, src/extension/implementation/script.cpp,
1042           src/file.cpp, src/gradient-context.cpp, src/gradient-drag.cpp,
1043           src/helper/stock-items.cpp, src/inkscape.cpp, src/interface.cpp,
1044           src/jabber_whiteboard/callbacks.cpp,
1045           src/jabber_whiteboard/chat-handler.cpp,
1046           src/jabber_whiteboard/message-processors.cpp,
1047           src/jabber_whiteboard/message-queue.cpp,
1048           src/jabber_whiteboard/session-manager.cpp, src/knot.cpp,
1049           src/node-context.cpp, src/nodepath.cpp, src/object-ui.cpp,
1050           src/path-chemistry.cpp, src/pencil-context.cpp, src/pen-context.cpp,
1051           src/rect-context.cpp, src/rubberband.cpp, src/satisfied-guide-cns.cpp,
1052           src/selcue.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
1053           src/selection.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
1054           src/spiral-context.cpp, src/splivarot.cpp, src/sp-namedview.cpp,
1055           src/sp-text.cpp, src/star-context.cpp, src/text-chemistry.cpp,
1056           src/text-context.cpp, src/tools-switch.cpp,
1057           src/trace/potrace/inkscape-potrace.cpp, src/trace/trace.cpp,
1058           src/ui/dialog/align-and-distribute.cpp, src/ui/dialog/dialog.cpp,
1059           src/ui/dialog/document-metadata.cpp,
1060           src/ui/dialog/document-properties.cpp,
1061           src/ui/dialog/inkscape-preferences.cpp,
1062           src/ui/dialog/session-player.cpp, src/ui/dialog/transformation.cpp,
1063           src/ui/widget/color-picker.cpp, src/ui/widget/page-sizer.cpp,
1064           src/ui/widget/registered-widget.cpp, src/ui/widget/ruler.cpp,
1065           src/ui/widget/selected-style.cpp, src/ui/widget/tolerance-slider.cpp,
1066           src/verbs.cpp, src/widgets/gradient-toolbar.cpp,
1067           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
1068           src/widgets/sp-xmlview-content.cpp, src/widgets/toolbox.cpp:
1070           Get rid of the SP_DT_* macros which do nothing more than provide
1071           additional, confusing, names for other functions.  If shorter names
1072           are desired, the actual functions should be renamed -- or better, made
1073           into member functions.
1075 2006-04-09  Jon A. Cruz  <jon@joncruz.org>
1077         * share/icons/icons.svg: Fixed jumping eye (layer visibility).
1079 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
1081         * po/eu.po: Fix a "Unmatched closing </b>" warnings.
1083 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
1085         * src/widgets/paint-selector.cpp, src/widgets/gradient-toolbar.cpp,
1086           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp,
1087           src/dialogs/clonetiler.cpp, src/dialogs/object-properties.cpp:
1089           Shrunk a few icon sizes.
1091 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
1093         * src/widgets/desktop-widget.cpp, src/widgets/icon.cpp,
1094           src/widgets/layer-selector.cpp:
1096           Added implementation of smaller icon size.
1098 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
1100         * src/color-profile.cpp, src/sp-image.cpp:
1102           Simple debugging #ifdefs added.
1104 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
1106         * src/interface.cpp, src/dialogs/clonetiler.cpp,
1107           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
1108           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
1109           src/dialogs/xml-tree.cpp, src/ui/dialog/align-and-distribute.cpp,
1110           src/ui/widget/labelled.cpp, src/widgets/button.cpp,
1111           src/widgets/button.h, src/widgets/desktop-widget.cpp,
1112           src/widgets/gradient-toolbar.cpp, src/widgets/icon.cpp,
1113           src/widgets/icon.h, src/widgets/layer-selector.cpp,
1114           src/widgets/paint-selector.cpp, src/widgets/select-toolbar.cpp,
1115           src/widgets/toolbox.cpp, src/widgets/toolbox.h, src/icon-size.h:
1117           Decoupling from direct use of GtkIconSize to allow for smaller
1118           custom ones.
1120 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
1122         * src/Makefile_insert, src/Makefile.am, src/color-profile.cpp
1123           src/color-profile.h, src/color-profile-fns.h,
1124           src/color-profile-test.h, src/sp-image.cpp:
1126           Adding rendering-intent to <color-profile>.
1128 2006-04-05  MenTaLguY  <mental@rydia.net>
1130         * configure.ac, share/keyboards/.cvsignore, share/keyboards/Makefile.am,
1131           share/keyboards/README, share/keys/.cvsignore, share/keys/Makefile.am,
1132           share/keys/Makefile.in, share/Makefile.am:
1134           share/keyboards -> share/keys
1136         * share/keys/Makefile.am, share/keys/default.xml, src/Makefile_insert,
1137           src/shortcuts.cpp, src/shortcuts-default-xml.cpp:
1139           first shot at configurable keymaps
1141 2006-04-05  MenTaLguY  <mental@rydia.net>
1143         * src/io/Makefile_insert, src/io/resource.cpp, src/io/resource.h:
1145           introduce uniform resource path API to replace copy-and-pasted hacks
1147 2006-04-05  Jon A. Cruz  <jon@joncruz.org>
1149         * src/svg/svg-color-test.h, src/svg/svg-color.cpp:
1151           Tuned icc-color() parsing.
1153 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1155         * src/color-profile.h, src/color-profile.cpp,
1156           src/color-profile-fns.h, src/sp-image.h, src/sp-image.cpp:
1158           Initial support of color-profile on <image> elements.
1160 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1162         * src/color-profile.h, src/color-profile.cpp,
1163           src/color-profile-fns.h, src/Makefile_insert, src/attributes.cpp,
1164           src/attributes.h, src/sp-object-repr.cpp:
1166           Adding support for <color-profile> element.
1168 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1170         * src/knot.h: Fixed warning messages.
1172 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
1174         * src/ui/widget/selected-style.cpp:
1176           Safety check for null pointer.
1177         
1178 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
1180         * configure.ac, src/interface.cpp, src/dialogs/swatches.cpp:
1182           Introducing optional LittleCms use.
1183         
1184 2006-03-31  MenTaLguY  <mental@rydia.net>
1186     * src/dyna-draw-context.cpp, src/dyna-draw-context.cpp:
1188           merge ::dragging and ::dynahand
1190 2006-03-31  MenTaLguY  <mental@rydia.net>
1192     * src/dyna-draw-context.h: add documentation
1194 2006-03-29  Andrius R. <knutux@gmail.com>
1196         * src/enums.h, src/selection-chemistry.cpp,
1197           src/selection.h, src/selection.cpp,
1198           src/ui/dialog/inkscape-preferences.cpp,
1199           src/ui/dialog/inkscape-preferences.h:
1201           patch #1450307 - option for select all to work in layer with it's sub-layers
1203 2006-03-29  Andrius R. <knutux@gmail.com>
1205         * po/lt.po: Translated and added new language - Lithuanian.
1207 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1209         * src/interface.cpp, src/dialogs/swatches.cpp:
1211           Fixing name of temporary non-standard tag attributes.
1212         
1213 2006-03-28  MenTaLguY  <mental@rydia.net>
1215     * src/layer-manager.cpp, src/layer-manager.h: draft of layer manager
1217 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1219         * src/interface.cpp, src/dialogs/eek-color-def.h,
1220           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
1221           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
1223           Changed objects to only get liked to "linkable" colors.
1224         
1225 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1227         * src/interface.cpp, src/dialogs/swatches.cpp:
1229           Objects now change when linked colors change.
1230         
1231 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1233         * src/dialogs/eek-color-def.h, src/dialogs/eek-color-def.cpp,
1234           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
1235           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
1237           Experimenting with linked colors.
1238         
1239 2006-03-26  Aaron C. Spike  <aaron@ekips.org>
1241         * inkscape.pod, src/main.cpp:
1243           Added --export-area-canvas (-C). Area specifying options
1244           (--export-area, --export-area-canvas and --export-area-drawing)
1245           can now be used in combination with --export-id.
1247 2006-03-23  Jon A. Cruz  <jon@joncruz.org>
1249         * src/dialogs/eek-color-def.cpp, src/dialogs/eek-color-def.h,
1250           src/dialogs/Makefile_insert, src/dialogs/swatches.h,
1251           src/dialogs/swatches.cpp:
1253           Bringing in new color class.
1254         
1255 2006-03-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1257         * packaging/macosx/Resources/bin/inkscape: Fix a packaging
1258           problem on Mac OSX where Inkscape wouldn't open if one of the
1259           parent directories containing the app bundle contained a '#' in
1260           its name.  Fixes bug #1443072.
1262 2006-03-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1264         * share/icons/Makefile.am: Update a makefile after the icon file
1265           renaming.
1267 2005-03-14  MenTaLguY  <mental@rydia.net>
1269         * src/layer-fns.h, src/dialogs/layer-properties.cpp,
1270           src/dialogs/layer-properties.h, src/layer-fns.cpp:
1272           merged patch #1447043 from Andrius "knutux" R. to create sub-layers
1274 2006-03-14  MenTaLguY  <mental@rydia.net>
1276         * src/Makefile_insert, src/display/nr-arena-item.cpp,
1277           src/display/nr-arena-item.cpp, src/gc-finalized.h, src/gc-managed.h,
1278           src/gc-soft-ptr.h, src/selection.h, src/selection.cpp:
1280           Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
1282 2006-03-14  MenTaLguY  <mental@rydia.net>
1284         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
1285           src/debug/logger.cpp, src/debug/simple-event.h,
1286           src/debug/sysv-heap.h, src/jabber_whiteboard/deserializer.cpp,
1287           src/jabber_whiteboard/message-utilities.cpp,
1288           src/jabber_whiteboard/message-utilities.h,
1289           src/jabber_whiteboard/node-tracker-observer.h,
1290           src/jabber_whiteboard/serializer.cpp,
1291           src/jabber_whiteboard/serializer.h,
1292           src/sp-object.cpp, src/util/share.cpp, src/util/share.h,
1293           src/xml/attribute-record.h, src/xml/comment-node.h,
1294           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
1295           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
1296           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr-io.cpp,
1297           src/xml/simple-node.cpp, src/xml/simple-node.h,
1298           src/xml/simple-session.cpp, src/xml/simple-session.h,
1299           src/xml/text-node.h:
1301           shared_ptr -> ptr_shared
1303 2006-03-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1305         * src/svg/svg-color.cpp (sp_svg_write_color): More readable colour
1306           names when possible: e.g. `red', `#cfc'.
1308 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
1310         * src/interface.cpp:
1312           Shift-drop now sets stroke on target objects.
1313         
1314 2006-03-11  MenTaLguY  <mental@rydia.net>
1316         * src/sp-object.cpp: experiment to verify that we can safely release
1317           before removing object from document tree
1319 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
1321         * src/dialogs/swatches.cpp:
1323           Changed color dragging to have a color preview.
1324         
1325 2006-03-09  Jon A. Cruz  <jon@joncruz.org>
1327         * src/interface.cpp:
1329           Initial cut of color drag-n-drop to items on canvas.
1330         
1331 2006-03-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1333         * src/path-chemistry.cpp (sp_selected_path_reverse):
1334           Fix when multiple paths are selected.
1335           Also fix a small memory leak.
1337 2006-03-06  MenTaLguY  <mental@rydia.net>
1339         * src/document-subset.h, src/document-subset.cpp:
1340           add DocumentSubset::_clear
1342 2006-03-05  MenTaLguY  <mental@rydia.net>
1344         * src/document-subset.h, src/document-subset.cpp:
1345           remove unneeded document parameter from constructor
1347 2006-03-05  MenTaLguY  <mental@rydia.net>
1349         * src/document-subset.cpp:
1351           Wire up new SPObject signal to DocumentSubset, so order changes
1352           will be reflected in the subset.
1354 2006-03-05  MenTaLguY  <mental@rydia.net>
1356         * src/sp-object.h, src/sp-object.cpp:
1358           Add signal for notification of object position changes.
1360 2006-03-05  MenTaLguY  <mental@rydia.net>
1362         * src/Makefile_insert, src/document-subset.cpp, src/document-subset.h:
1364           Add DocumentSubset as groundwork for layers.
1366 2006-03-04  Jon A. Cruz  <jon@joncruz.org>
1367         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
1369           Style minibar now only accepts color drag-n-drop when not N/A.
1370           Final tweak for completing RFE #1429027.
1371         
1372 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
1373         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
1375           Made the style minibar a target for color drag-n-drop.
1376         
1377 2006-03-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1379         * src/conn-avoid-ref.cpp, src/libavoid/connector.h,
1380           src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
1381           src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
1382           src/libavoid/connector.cpp, src/libavoid/debug.h:
1384           Some speed improvements and interface cleanups to libavoid.
1386 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
1387         * src/dialogs/swatches.cpp:
1389           Fixed drag-n-drop out of color to match GTK+ standard.
1390         
1391 2006-02-27  Jon A. Cruz  <jon@joncruz.org>
1392         * src/dialogs/swatches.cpp, src/ui/previewfillable.h,
1393           src/ui/previewholder.h, src/ui/previewholder.cpp:
1395           Finished cleanup of embedded swatches when switching palettes.
1396         
1397 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
1398         * src/dialogs/swatches.cpp, src/ui/previewholder.h,
1399           src/ui/previewholder.cpp:
1401           Changing embedded swatches resizing.
1402         
1403 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
1404         * src/text-context.cpp:
1406           Allow Private Use Area characters. Fixes bug #1439016.
1407         
1408 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1409         * src/dialogs/swatches.cpp, src/dialogs/iconpreview.cpp,
1410           src/ui/widget/panel.cpp, src/ui/widget/panel.h:
1412           Refactoring panel containment. Purged ugly 'X'.
1413         
1414 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1415         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
1416           src/dialogs/swatches.h, src/ui/widget/panel.cpp,
1417           src/ui/widget/panel.h, src/ui/previewholder.cpp,
1418           src/ui/previewholder.h:
1420           Adding spacer to get swatches scrollbar enough room to move.
1421           Tuning up API for better embedding.
1423 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1424         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
1425           src/dialogs/swatches.h, src/ui/previewholder.cpp, 
1426           src/ui/previewfillable.h, src/ui/previewholder.h:
1428           Removed horizontal scroll bar from swatches when embedded.
1430 2006-02-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1432         *  src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, 
1433            src/connector-context.cpp, src/conn-avoid-ref.cpp:
1435         Keep a seperate connector router for each document.
1436            
1437         *  src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
1438            src/libavoid/connector.h, src/libavoid/debug.h,
1439            src/libavoid/geometry.cpp, src/libavoid/geometry.h,
1440            src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
1441            src/libavoid/graph.h, src/libavoid/incremental.cpp,
1442            src/libavoid/incremental.h, src/libavoid/libavoid.h,
1443            src/libavoid/makepath.cpp, src/libavoid/makepath.h,
1444            src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
1445            src/libavoid/router.cpp, src/libavoid/router.h,
1446            src/libavoid/shape.cpp, src/libavoid/shape.h,
1447            src/libavoid/static.cpp, src/libavoid/static.h,
1448            src/libavoid/timer.cpp, src/libavoid/timer.h,
1449            src/libavoid/vertices.cpp, src/libavoid/vertices.h,
1450            src/libavoid/visibility.cpp, src/libavoid/visibility.h:
1451            
1452         Upstream changes to libavoid that allow multiple connector 
1453         router instances, as well a few other minor bugfixes.
1455 2006-02-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1457         * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
1458         
1459         Revert a previous change that generated enter events for canvas items
1460         other than the current one when mouse buttons were depressed.  These 
1461         events are now only generated in the connector context, where they are
1462         required.
1464 2006-02-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1466         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
1467           src/conn-avoid-ref.h, src/libavoid/connector.cpp,
1468           src/libavoid/connector.h:
1469           
1470         Change the behaviour and naming of some connector querying code
1471         after feedback from Tim Dwyer in implementing graph drawing
1472         functionality.
1474 2006-02-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1476         * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:
1477           Fix two bugs from my commit yesterday.
1479 2006-02-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1481         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,
1482           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
1483           src/libavoid/connector.cpp, src/libavoid/connector.h,
1484           src/libavoid/visibility.cpp:
1486         Add some code to allow querying of items and connectors to find
1487         out what is attached to them.  This will allow graph layout
1488         algorithms (currently being worked on by Tim Dwyer) to determine 
1489         a graph structure from the diagram.
1491 2006-02-07  MenTaLguY  <mental@rydia.net>
1493         * src/widgets/icon.cpp: get rid of icon prerender time messages
1495 2006-02-07  MenTaLguY  <mental@rydia.net>
1497         * src/debug/gc-heap.h, src/debug/logger.cpp, src/debug/sysv-heap.h,
1498           src/jabber_whiteboard/deserializer.cpp, src/sp-object.cpp,
1499           src/util/share.h, src/xml/simple-node.cpp:
1501           share_static -> share_static_string
1503 2006-02-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1505         * src/jabber_whiteboard/message-utilities.h,
1506           src/jabber_whiteboard/serializer.cpp,
1507           src/jabber_whiteboard/deserializer.cpp,
1508           src/jabber_whiteboard/message-utilities.cpp,
1509           src/ui/dialog/whiteboard-connect.cpp:
1510         
1511         Some fixes to allow the codebase to compile with Inkboard support
1512         after the recent Util::shared_ptr<> and Dialog::present() changes.
1514 2006-02-05  Marco Scholten  <mscholtn@xs4all.nl>
1516         * src/verbs.cpp: updated to make double clicking a tool button
1517           open the new preferences dialog.
1518         * src/ui/dialog/inkscape-preferences.cpp: updated to enable opening
1519           the dialog on the correct page.
1520         * src/ui/dialog/dialog.cpp: added virtual void present() so that
1521           InkscapePreferences::present() will be called from 
1522           DialogManager::showDialog()
1524 2006-02-05  MenTaLguY  <mental@rydia.net>
1526         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
1527           src/debug/logger.cpp, src/debug/simple-event.h, src/debug/sysv-heap.h,
1528           src/jabber_whiteboard/deserializer.cpp,
1529           src/jabber_whiteboard/message-utilities.cpp,
1530           src/jabber_whiteboard/message-utilities.h,
1531           src/jabber_whiteboard/node-tracker-observer.h,
1532           src/jabber_whiteboard/node-utilities.cpp,
1533           src/jabber_whiteboard/serializer.cpp,
1534           src/jabber_whiteboard/serializer.h,
1535           src/sp-object.cpp, src/util/Makefile_insert, src/util/share.cpp,
1536           src/util/shared-c-string-ptr.cpp, src/util/shared-c-string-ptr.h,
1537           src/util/share.h, src/xml/attribute-record.h, src/xml/comment-node.h,
1538           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
1539           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
1540           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr.cpp,
1541           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h,
1542           src/xml/simple-session.cpp, src/xml/simple-session.h,
1543           src/xml/text-node.h:
1545           replace Util::SharedCStringPtr with the nicer and more general
1546           Util::shared_ptr<>
1548 2006-02-03  Jon Phillips  <jon@rejon.org>
1550         * src/verbs.cpp: Added "..." to "Trace Bitmap" text. Yes, what a
1551         simple and dumb thing to add for consistency.
1553 2006-01-24  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1555         * src/libavoid/connector.cpp, src/libavoid/connector.h, 
1556           src/libavoid/shape.cpp, src/libavoid/graph.cpp,
1557           src/libavoid/incremental.cpp, src/libavoid/incremental.h,
1558           src/libavoid/static.cpp, src/libavoid/visibility.cpp, 
1559           src/libavoid/makepath.cpp:
1561         Some minor upstream libavoid fixes.  
1563 2006-01-23  Carl Hetherington  <inkscape@carlh.net>
1565         * src/selection.cpp: fix a typo in one of my previous commits.
1566         Closes #1401357.
1568         * src/xml/repr-io.cpp: catch failures in fopen of XML files.
1569         Closes #1374551.
1571 2006-01-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1573         * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
1574           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
1575           src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
1576           src/attributes-test.cpp:
1578         Added a "Spacing" control to the connector toolbar which allows
1579         the user to adjust the amount of space left around avoided shapes
1580         for the purpose of determining auto-routing connector paths.
1582 2006-01-17  Marco Scholten  <mscholtn@xs4all.nl>
1584         * /src/ui/dialog/inkscape-preferences.cpp:
1585           Added style swatches,
1586           Changed Gtk::Requisition Gtk::Widget::size_request() to       
1587           void Gtk::Widget::size_request(const Requisition& requisition)        
1588         * /src/ui/dialog/preferences-widget.cpp & .h:
1589           Added DialogPage::set_tip()
1591 2006-01-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1593         * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
1594           Use a modified fonts.conf file for Mac OS X that includes the 
1595           standard user font directory ~/Library/Fonts.
1597 2006-01-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1599         * src/svg/Makefile_insert: Updated to reflect a previous header
1600           file renaming.
1602 2006-01-12  Marco Scholten  <mscholtn@xs4all.nl>
1604         * /src/ui/dialog/inkscape-preferences.cpp & .h:
1605           Converted preferences dialog to gtkmm
1606         * src/ui/widget/preferences-widget.cpp & .h:
1607           New files.
1608         * src/verbs.cpp: updated to start new dialog.
1610 2006-01-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1612         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
1613           src/extension/internal/svg.cpp, src/ui/widget/ruler.cpp:
1614           Fix some compilation problems on Mac OS X after recent
1615           includes cleanup.
1617 2006-01-05  Jon A. Cruz  <jon@joncruz.org>
1619         * src/widgets/desktop-widget.cpp:
1620           Corrected resize behavior of canvas/swatches split.
1622 2006-01-06  Mathieu Dimanche  <mdimanche@free.fr>
1624         * src/util/units.cpp: forcin 'C' locale for reading units.txt file
1625            Fixes bug #1391348.
1627 2006-01-05  MenTaLguY  <mental@rydia.net>
1629         * src/libnr/nr-maybe.h: fix constness/local reference issues
1631 2006-01-04  MenTaLguY  <mental@rydia.net>
1633         * src/Makefile_insert, src/shortcuts-default-xml.cpp,
1634           src/shortcuts.cpp, src/shortcuts.xml:
1636           Moved default shortcuts XML file into a string constant (for now);
1637           replaced hard-coded structure with code to read XML file.
1639 2006-01-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1641         * src/extension/internal/ps.cpp (setup): Clarify the meaning of
1642           `Print destination', mentioning the new possibility of leaving
1643           as empty.
1644         * (PrintPS::begin) If print destination is an empty string, then
1645           don't pass `-P %s' to lpr: just let lpr use its default.
1646         * (PrintPS::init) Change default print destination from `lp' to empty
1647           string.
1649 2006-01-04  Jon A. Cruz  <jon@joncruz.org>
1651         * src/widgets/desktop-widget.cpp:
1652           Adding split pane for swatches.
1654 2006-01-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1656         * src/libavoid/visibility.cpp: Add operator!= for the EdgePair class.
1657           This is needed to compile on Tru64 UNIX.  Fixes bug #1386755.
1659 2005-12-30  Josh Andler  <scislac@users.sf.net>
1661         * src/ui/widget/selected-style.cpp, src/ui/widget/selected-style.h
1662           Added "invert" function to right-click menu of style selector.
1664 2005-12-22  Jon A. Cruz  <jon@joncruz.org>
1666         * share/palettes/Tango-Palette.gpl:
1667           Updated to newer version from the Tango project.
1669 2005-12-21  Jon A. Cruz  <jon@joncruz.org>
1671         * src/interface.cpp, src/preferences-skeleton.h,
1672           src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
1673           Adding panels/swatches to main UI.
1675 2005-12-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
1677         * src/removeoverlap/*.{cpp,h}: Bug fix in removeoverlap algorithm that
1678           should finally get timestamps working properly.  Specifically, heap
1679           timestamps are now refreshed before a merge.
1681 2005-12-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1683         * src/sp-conn-end.cpp, src/connector-context.cpp: Have connectors
1684           draw to the correct position on shape bounding boxes.  Previously
1685           the point where connectors were drawn was on straight line between
1686           the two endpoints.  These points now lie on the line between the 
1687           second last point on the polyline and the center of the shape.
1688           
1689         * src/display/curve.cpp, src/display/curve.hpp: Added a couple of 
1690           functions that return the second and second-last points in a curve.
1692         * src/removeoverlap/generate-constraints.cpp: Moved the 
1693           #include "isnan.h" to be the final include.  This fixes a
1694           compilation error on OS X.
1696 2005-12-16  Carl Hetherington  <inkscape@carlh.net>
1698         * src/conn-avoid-ref.cpp, sp-conn-end-pair.cpp, sp-conn-end.cpp,
1699         sp-item.cpp, sp-shape.cpp, dialogs/clonetiler.cpp,
1700         dialogs/stroke-style.cpp, dialogs/tiledialog.cpp,
1701         dialogs/unclump.cpp, display/nr-arena-shape.cpp,
1702         display/nr-arena-shape.h, widgets/icon.cpp: more NRRect removal.
1704         * src/desktop.cpp, src/desktop.h, src/dyna-draw-context.cpp,
1705         src/selection-chemistry.cpp, src/sp-namedview.cpp, src/verbs.cpp,
1706         src/display/sp-canvas.cpp, src/display/sp-canvas.h,
1707         src/ui/view/edit-widget.cpp, src/ui/widget/zoom-status.cpp,
1708         src/widgets/desktop-widget.cpp: more NRRect removals and cleanups.
1710         * src/grid-snapper.cpp: snap only to visible grid lines (patch
1711         from mtou).
1713 2005-12-15  Carl Hetherington  <inkscape@carlh.net>
1715         * src/conn-avoid-ref.cpp, src/gradient-chemistry.cpp,
1716         src/sp-conn-end.cpp, src/sp-item.{cpp,h}: NR::Rect version of
1717         sp_item_invoke_bbox (SPItem::invokeBbox).  Use it in some places.
1719 2005-12-14  Carl Hetherington  <inkscape@carlh.net>
1721         * src/dyna-draw-context.cpp, src/gradient-context.cpp,
1722         src/selection.h, src/sp-flowtext.cpp, src/sp-item.cpp,
1723         src/sp-item.h, src/sp-shape.cpp, src/sp-text.cpp,
1724         src/dialogs/layer-properties.cpp,
1725         src/extension/internal/bluredge.cpp,
1726         src/extension/internal/grid.cpp, src/ui/dialog/transformation.cpp,
1727         src/widgets/desktop-widget.cpp: remove NRMatrix version of
1728         sp_item_i2d_affine().  Some include file adjustments.
1730         * src/arc-context.cpp: some very minor cleanups.
1732         * src/svg/svg-length.{cpp,h}, src/helper/units.cpp: use INCH
1733         rather than IN to avoid breaking the compile on some systems.
1735 2005-12-13  Carl Hetherington  <inkscape@carlh.net>
1737         * src/arc-context.cpp, src/connector-context.cpp,
1738         src/context-fns.cpp, src/desktop-affine.cpp, src/desktop-affine.h,
1739         src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
1740         src/draw-anchor.cpp src/dropper-context.cpp,
1741         src/dyna-draw-context.cpp, src/event-context.cpp
1742         src/gradient-context.cpp, src/knot.cpp, src/node-context.cpp,
1743         src/object-snapper.cpp src/pen-context.cpp,
1744         src/pencil-context.cpp, src/rect-context.cpp
1745         src/select-context.cpp, src/selection-chemistry.cpp,
1746         src/sp-item.cpp, src/sp-item.h src/spiral-context.cpp,
1747         src/star-context.cpp, src/text-context.cpp src/zoom-context.cpp,
1748         src/ui/widget/ruler.cpp: make desktop's transforms private
1749         members.
1751         * src/document.cpp, src/object-edit.cpp, src/sp-ellipse.cpp,
1752         src/sp-ellipse.h, src/sp-gradient.cpp, src/sp-image.cpp,
1753         src/sp-image.h, src/sp-line.cpp, src/sp-line.h,
1754         src/sp-linear-gradient.h, src/sp-marker.cpp, src/sp-marker.h,
1755         src/sp-pattern.cpp, src/sp-pattern.h, src/sp-radial-gradient.h,
1756         src/sp-rect.cpp, src/sp-rect.h, src/sp-root.cpp, src/sp-root.h,
1757         src/sp-star.cpp, src/sp-symbol.h, src/sp-text.cpp,
1758         src/sp-textpath.h, src/sp-tspan.cpp, src/sp-use.cpp, src/sp-use.h,
1759         src/text-tag-attributes.h, src/helper/units.cpp,
1760         src/helper/units.h, src/libnrtype/Layout-TNG-Compute.cpp,
1761         src/libnrtype/Layout-TNG-Input.cpp,
1762         src/libnrtype/Layout-TNG-OutIter.cpp,
1763         src/libnrtype/Layout-TNG-Output.cpp, src/libnrtype/Layout-TNG.h,
1764         src/libnrtype/TextWrapper.cpp, src/svg/svg-length.cpp,
1765         src/svg/svg.h: partial C++-ificiation of SPSVGLength.  Rename it
1766         to SVGLength.
1768 2005-12-13  Mathieu Dimanche <mdimanche@free.fr>
1770         * src/snapped-point.{cpp,h} : new files.
1772         * src/Makefile_insert : Added the new files
1774         * src/arc-context.cpp, src/connector-context.cpp,
1775         src/context-fns.cpp, src/draw-context.cpp, src/nodepath.cpp,
1776         src/object-edit.cpp, src/pencil-context.cpp,
1777         src/selection-chemistry.cpp, src/seltrans.cpp, src/snap.cpp,
1778         src/spiral-context.cpp, src/star-context.cpp,
1779         src/line-snapper.cpp, src/line-snapper.h, src/object-snapper.cpp,
1780         src/object-snapper.h src/snapper.cpp, src/snapper.h,
1781         src/event-context.cpp, src/rect-context.cpp,
1782         src/select-context.cpp : Use SnappedPoint class
1784         * src/color-rgba.h : Added rgba32 unsigned int handling and
1785         "inverse" members (NEED TO BE TESTED)
1787 2005-12-12  MenTaLguY  <mental@rydia.net>
1789         * src/widgets/desktop-widget.cpp: moved some widgets into statusbar
1790           widget for more aesthetic appearance
1792 2005-12-12  Carl Hetherington <inkscape@carlh.net>
1794         * src/arc-context.cpp: minor cleanups.  Use SnapManager more.  Use
1795         Inkscape::setup_for_drag_start.
1797         * src/connector-context.cpp, src/draw-context.cpp,
1798         src/object-edit.cpp, src/pencil-context.cpp, src/rect-context.cpp,
1799         src/spiral-context.cpp, src/star-context.cpp: use SnapManager.
1801         * src/rect-context.cpp, src/spiral-context.cpp,
1802         src/star-context.cpp: use Inkscape::setup_for_drag_start().
1804         * src/snapper.{cpp,h}: simplify snap point types code.
1806         * src/context-fns.{cpp,h}: add setup_for_drag_start().
1808         * src/dyna-draw-context.cpp: remove unused and erroneous snapping code.
1810         * src/pen-context.cpp: remove unused variable.
1812         * src/draw-context.cpp: use SnapManager.
1814         * src/nodepath.cpp: const fixes.  Use SnapManager.
1816         * src/selection-chemistry.cpp, src/seltrans.cpp: some cleanups.
1817         Use new snap API.
1819         * src/snap.{cpp,h}: remove some dead code.
1821         * src/sp-item.{cpp,h}, src/node-context.cpp, src/draw-context.cpp:
1822         remove an unnecessary parameter from sp_item_dt2i_affine().
1824 2005-12-09  Carl Hetherington <inkscape@carlh.net>
1826         * src/object-snapper.cpp: make node snapping work again.
1828         * src/star-context.cpp: use SnapManager.  Some other minor cleanups.
1830         * src/arc-context.cpp, src/connector-context.cpp,
1831         src/dyna-draw-context.cpp, src/pen-context.cpp,
1832         src/pencil-context.cpp, src/rect-context.cpp,
1833         src/selection-chemistry.cpp, src/spiral-context.cpp,
1834         src/star-context.cpp, src/text-context.cpp: use
1835         Inkscape::have_viable_layer.
1837         * src/context-fns.{cpp,h}: new files.
1839         * src/arc-context.cpp, src/context-fns.{cpp,h},
1840         src/rect-context.cpp: abstract common code into context-fns and
1841         clean it up a bit.
1843 2005-12-08  Carl Hetherington <inkscape@carlh.net>
1845         * src/grid-snapper.cpp, src/guide-snapper.cpp, src/line-snapper.h:
1846         coding style.  Change how lines are defined.
1848         * src/grid-snapper.h, src/guide-snapper.h: coding style.
1850         * src/line-snapper.cpp, src/object-snapper.{cpp,h}: Coding style.
1851         Various cleanups.  Small API changes.
1853         * src/snap.cpp: changes to Snapper API.  Added work-in-progress SnapManager.
1855         * src/snapper.{cpp,h}: API cleanups.
1857         * src/sp-namedview.{cpp,h}: added getSnappers().
1859         * src/seltrans.cpp: Cleanup and fix moveTo().  Go back to snapping
1860         to snap points rather than the convex hull, at least for a bit.
1862 2005-12-07  Carl Hetherington <inkscape@carlh.net>
1864         * src/libnr/nr-convex-hull.h: remove unnecessary includes.
1866         * src/line-snapper.{cpp,h}, src/object-snapper.{cpp,h},
1867         src/attributes.{cpp,h}, src/desktop.cpp, src/dyna-draw-context.cpp
1868         src/arc-context.cpp, src/grid-snapper.h, src/nodepath.cpp,
1869         src/rect-context.cpp, src/selection-chemistry.cpp,
1870         src/seltrans.cpp, src/snap.{cpp,h}, src/snapper.{cpp,h},
1871         src/sp-namedview.{cpp,h}, src/spiral-context.cpp,
1872         src/star-context.cpp, src/dialogs/desktop-properties.{cpp,h},
1873         src/Makefile_insert: first cut of object snapping.
1875         * src/grid-snapper.cpp, src/guide-snapper.{cpp,h}: use Inkscape namespace.
1877 2005-12-06  Carl Hetherington <inkscape@carlh.net>
1879         * src/libnr/nr-maybe.h: add missing public: to class IsNot.
1881         * src/splivarot.{cpp,h}: declare some more functions.  Fix
1882         get_nearest_position_on_Path to not crash if you call it with an
1883         Item that isn't Shape or Text.
1885         * src/node-context.cpp: adapt for changes in splivarot.{cpp,h}.
1887         * src/nodepath.cpp: remove declaration of a function now declared
1888         in splivarot.h.
1890 2005-12-05  Carl Hetherington <inkscape@carlh.net>
1892         * src/desktop.cpp, src/tools-switch.cpp,
1893         src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp:
1894         re-jig #includes slightly.
1896         * src/seltrans.{cpp,h}, src/selcue.{cpp,h}: C++-ification and cleanup.
1898         * src/select-context.{cpp,h}, src/seltrans-handles.h: adapt for
1899         changes to SelTrans.
1901         * src/event-context.{cpp,h}: adapt for changes to SelCue.
1903         * src/rect-context.cpp, src/gradient-context.cpp: remove unnecessary include.
1905         * src/connector-context.h, src/draw-context.h: add a forward
1906         declaration.
1908         * src/dropper-context.{cpp,h}: remove an unused variable and its
1909         associated includes.
1911         * src/main.cpp: fix comment for renamed SPSelCue.
1913         * src/dialogs/display-settings.cpp: adapt for slightly re-jigged SelCue.
1915 2005-12-04  Ted Gould  <ted@gould.cx>
1917         * po/POTFILES.in:
1919         Adding the .inx files as [type: gettext/xml] so that they will get
1920         translated.  Good stuff.
1922         * share/extensions/addnodes.inx, share/extensions/ai_input.inx,
1923         share/extensions/ai_output.inx, share/extensions/bluredge.inx,
1924         share/extensions/dia.inx, share/extensions/dots.inx,
1925         share/extensions/dropshadow.inx, share/extensions/dxf_input.inx,
1926         share/extensions/dxf_output.inx, share/extensions/embedimage.inx,
1927         share/extensions/eps_input.inx, share/extensions/epsi_output.inx,
1928         share/extensions/ffmet.inx, share/extensions/ffms.inx,
1929         share/extensions/ffset.inx, share/extensions/ffss.inx,
1930         share/extensions/gimpgrad.inx, share/extensions/grid.inx,
1931         share/extensions/handles.inx, share/extensions/interp.inx,
1932         share/extensions/kochify.inx, share/extensions/kochify_load.inx,
1933         share/extensions/lindenmayer.inx, share/extensions/motion.inx,
1934         share/extensions/pdf_output.inx, share/extensions/ps_input.inx,
1935         share/extensions/radiusrand.inx, share/extensions/randompnt.inx,
1936         share/extensions/randompos.inx, share/extensions/rtree.inx,
1937         share/extensions/sk_input.inx, share/extensions/straightseg.inx,
1938         share/extensions/summersnight.inx, share/extensions/svgz_input.inx,
1939         share/extensions/svgz_output.inx, share/extensions/txt2svg.inx,
1940         share/extensions/wavy.inx, share/extensions/whirl.inx,
1941         share/extensions/wmf_input.inx:
1943         Marking the user visible strings as translatable.
1945         * src/extension/dependency.cpp, src/extension/extension.cpp,
1946         src/extension/init.cpp, src/extension/input.cpp, src/extension/output.cpp,
1947         src/extension/parameter.cpp:
1949         Changed to handle translated .inx files.  They will find the data, and
1950         mark the right strings as translated.
1952         * src/extension/effect.cpp, src/extension/effect.h, src/interface.cpp:
1954         Changed menu handling to be push instead of pull
1956 2005-12-02  Carl Hetherington <inkscape@carlh.net>
1958         * src/dropper-context.cpp: coding style.
1959         * src/sp-namedview.cpp, src/sp-namedview.h, src/desktop.cpp: some
1960         C++-ification of SPNamedView.
1962 2005-12-01  MenTaLguY  <mental@rydia.net>
1964         * src/widgets/desktop-widget.cpp: shuffle status bar around again;
1965           add a grippie so we don't have to care about the corner of the window
1966           getting covered up
1968 2005-12-01  MenTaLguY  <mental@rydia.net>
1970         * src/widgets/icon.cpp: refactored a bit around the icon prerendering
1971           code and added a timer; also kick off the task immediately rather
1972           than waiting for the first expose event
1974 2005-12-01  MenTaLguY  <mental@rydia.net>
1976         * src/widgets/desktop-widget.cpp:
1978           moved zoom selector away from the right edge so it won't get covered
1979           by window manager decorations
1981 2005-12-01  MenTaLguY  <mental@rydia.net>
1983         * src/help.cpp, src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp:
1985           Moved creation of the splash widget into the about dialog code,
1986           and tweaked the appearance of the dialog in a lot of subtle ways
1987           -- we now use an AspectFrame to constrain the aspect ratio of the
1988           splash view, and also finally get the correct initial size for the
1989           dialog while still allowing it to be arbitrarily resized.
1991 2005-12-01  Carl Hetherington <inkscape@carlh.net>
1993         * src/sp-namedview.cpp: coding style.
1995 2005-12-01  Jon A. Cruz  <jon@joncruz.org>
1997         * src/widgets/icon.cpp: added idle calback pre-render.
1999 2005-11-30  MenTaLguY  <mental@rydia.net>
2001         * src/ui/dialog/aboutbox.cpp: make 'close' button default widget,
2002           and rename "About" tab to "_Splash"
2004 2005-11-30  Carl Hetherington <inkscape@carlh.net>
2006         * src/svg/svg-path.cpp: add missing #include of assert.h for
2007         assert()
2008         * src/dialogs/xml-tree.cpp: fix uninitialised variable
2009         warnings, move some declarations to first use, coding style fixes.
2010         * src/snap.cpp, src/snap.h, src/sp-namedview.cpp: split
2011         snap.{cpp,h} up into snapper.{cpp,h}, grid-snapper.{cpp,h},
2012         guide-snapper.{cpp,h}.  Refactor and simplify.  Add another
2013         namedview_free_snap().
2014         * src/geom.cpp, src/geom.h: cosmetic renaming.
2015         * src/pen-context.cpp: a few minor cleanups to
2016         pen_handle_button_press().  Other snapping cleanups.
2017         * src/draw-context.cpp, src/draw-context.h: split
2018         spdc_endpoint_snap_internal() into two functions.
2019         * src/pencil-context.cpp: snapping cleanups.
2020         * src/ui/widget/unit-menu.cpp: remove definition of a variable
2021         that's just been made static.
2022         
2023 2005-11-26  MenTaLguY <mental@rydia.net>
2025         * src/ui/dialog/aboutbox.cpp, src/ui/dialog/aboutbox.h:
2026           clean up and simplify About dialog; fix memory management (mostly)
2028 2005-11-25  Robert Crosbie <swingincelt@gmail.com>
2030         * replaced sp_repr_ref with direct cal to Inkscape::GC::anchor
2031         * replaced sp_repr_unref with direct call to Inkscape::GC::release
2032         * replaced sp_repr_set_attr with direct call to repr->setAttribute
2034 2005-11-24  MenTaLguY  <mental@rydia.net>
2036         * src/shortcuts.cpp, src/interface.cpp: prune back shortcuts API in
2037           preparation for configurable key bindings work
2039 2005-11-24  MenTaLguY  <mental@rydia.net>
2041         * src/sp-item.cpp: remedy erroneous initialization of doubles with NULL
2043 2005-11-24  MenTaLguY  <mental@rydia.net>
2045         * src/seltrans.cpp: prune dead wood (sp_sel_trans_handle_click)
2047 2005-11-24  MenTaLguY  <mental@rydia.net>
2049         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
2050           src/display/canvas-grid.cpp, src/display/guideline.cpp,
2051           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
2052           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
2053           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
2054           
2055           cosmetic renaming
2057 2005-11-23  Robert Crosbie <swingincelt@gmail.com>
2059         * replaced sp_repr_change_order with direct cal to repr->changeOrder
2060         * replaced sp_repr_add_child with direct call to repr->addChild
2061         * replaced sp_repr_remove_child with direct call to repr->removeChild
2063 2005-11-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2065         * src/ui/dialog/align-and-distribute.h, src/ui/dialog/align-and-distribute.cpp:
2066           Add new action ActionRemoveOverlaps, and add new button & two spin buttons
2067           to the Align & Distribute dialog box, to remove overlaps between objects.
2068         * configure.ac: New directory src/removeoverlap.
2069         * src/Makefile.am: Build new library removeoverlap/libremoveoverlap.a.
2070         * src/Makefile_insert: Link against new library removeoverlap/libremoveoverlap.a.
2072 2005-11-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2074         * packaging/osx-app.sh, packaging/macosx/Resources/bin/inkscape:
2075           Include some missing modules required by gnome-vfs and set shell
2076           variables to point to these modules within the OS X app bundle.
2077           Fixes bug #1363390.
2079 2005-11-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2081         * packaging/osx-app.sh: Fix a typo resulting from last change.
2083 2005-11-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2085         * packaging/osx-app.sh: Add libXinerama.1.dylib to the app bundle 
2086           since users of OS X 10.3.x will not have this file.
2088 2005-11-12  Jon Phillips <jon@rejon.org>
2090         * po/it.po po/sr.po po/sr@Latn.po: Fixed these po files so that 
2091         Inkscape builds okay.
2094 2005-11-12  Ralf Stephan <ralf@ark.in-berlin.de>
2096         * src/ui/view/edit-widget.h, src/ui/view/edit-widget.cpp:
2097           new-gui: made complete statusbar widget, equals old-gui now
2098         * src/widgets/layer-selector.h, src/ui/widget/selected-style.h:
2099           classes have now a constructor with default parameter
2100         * src/ui/widget/zoom-status.cpp: smaller font
2102 2005-11-12  MenTaLguY  <mental@rydia.net>
2104         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
2105           src/display/canvas-grid.cpp, src/display/guideline.cpp,
2106           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
2107           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
2108           src/display/sp-canvas.cpp, src/display/sp-canvas.h,
2109           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
2111           Refactor canvas buffer code a little.   Hint: if you have two flags
2112           and an invariant that one will be false if the other is true and
2113           vice-versa, you can represent them with a single flag.  Fixed
2114           cut-and-paste madness between sp_canvas_buf_ensure_buf and
2115           sp_canvas_clear_buf also.  Finally, renamed sp_canvas_buf_ensure_buf
2116           to sp_canvas_prepare_buf.
2118 2005-11-09  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2120         * src/sp-item.cpp: Call updateRepr before emitting the transformed
2121           signal in sp_item_write_transform.  This fixes bug #1303423.
2123         * packaging/osx-app.sh: Fixes to allow building app bundles on both
2124           OS X 10.4 and earlier versions of the OS without altering the script.
2125           Also, add a note that Inkscape needs to be configured with
2126           --enable-osxapp when building the OS X package.
2128         * po/nl.po: Fix an "Unmatched closing </b>" warning.
2130 2005-11-08  Ralf Stephan <ralf@ark.in-berlin.de>
2132         merged with branch CXXIFICATION_VIEW_AND_WIDGET
2133         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/event-context.cpp,
2134           src/file.cpp, gradient-context.cpp, src/inkscape.cpp, src/interface.cpp,
2135           src/rect-context.cpp, src/select-context.cpp, src/seltrans.cpp,
2136           src/sp-namedview.cpp, src/spiral-context.cpp, src/star-context.cpp,
2137           src/verbs.cpp, dialogs/dialog-events.cpp, src/dialogs/layer-properties.cpp,
2138           src/ui/dialog/dialog.cpp, src/widgets/desktop-widget.cpp,
2139           src/widgets/desktop-widget.h:
2140           move gtk code into desktop-widget.cpp, called via desktop
2141         * src/ui/view/Makefile_insert: added files edit-widget-interface.h,
2142           edit-widget.cpp, edit-widget.h
2143           the EditWidget is the Gtkmm version of the SPDesktopWidget
2144         * src/ui/widget/Makefile_insert: added files ruler.cpp, ruler.h,
2145           svg-canvas.cpp, svg-canvas.h, zoom-status.cpp, zoom-status.h
2146           these are widgets part of the EditWidget
2147         * src/file.cpp, src/inkscape.cpp, src/ui/dialog/dialog.cpp, 
2148           src/ui/dialog/dialog.h, src/application/application.h, 
2149           src/application/application.cpp:
2150           divide code /wrt Application::getNewGui(): if true, it's called by the 
2151           Gtkmm application and the inkscape object is meaningless
2152         * src/application/app-prototype.h:
2153           replace UI specific return value of getWindow() with void*
2154         * src/application/editor.cpp, src/application/editor.h:
2155           made Editor a singleton, collect global UI code here that (for Gtk+)
2156           lives in inkscape.cpp and elsewhere
2157         * src/desktop-events.cpp, src/desktop.cpp, src/event-context.cpp,
2158           src/nodepath.cpp, src/seltrans.cpp:
2159           simplify calls to desktop->set_coordinate_status
2160         * src/desktop-handles.cpp, src/desktop-handles.h, 
2161           src/extension/internal/ps.cpp, src/widgets/gradient-toolbar.cpp, 
2162           src/widgets/toolbox.cpp:
2163           widget is no longer available through desktop
2164         * src/Makefile_insert: added files preferences.h preferences.cpp
2165           src/inkscape.h, src/inkscape.cpp, src/application/editor.cpp:
2166           move preferences handling into preferences.cpp/h
2167         * src/desktop.cpp, src/desktop.h:
2168           use EditWidgetInterface, more cosmetics
2169         * src/desktop.cpp, src/inkview.cpp, src/slideshow.cpp, src/svg-view-widget.cpp,
2170           src/svg-view.cpp, src/svg-view.h, src/ui/view/view.cpp, src/ui/view/view.h:
2171           streamline setDoc()/setDocument() logic
2172         * src/inkview.cpp: include empty func bodies to make linker happy
2174 2005-11-08 ------------0.43
2176 2005-11-06  Ted Gould  <ted@gould.cx>
2178         * 0.43pre2
2180 2005-11-01  Jon A. Cruz  <jon@joncruz.org>
2182         * src/io/base64stream.h, src/io/base64stream.cpp:
2183           Applied modified patch 1341198.
2185 2005-10-31  Jon A. Cruz  <jon@joncruz.org>
2187         * src/verbs.cpp:
2188           Applied patch from RFE 1247694.
2190 2005-10-26  Jon A. Cruz  <jon@joncruz.org>
2192         * share/screens/about.svg:
2193           Trimmed bad lines. Fixed bug 1310742.
2195 2005-10-24  Ted Gould  <ted@gould.cx>
2197         * 0.43pre1
2199 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
2201         * Makefile.mingw, src/io/sys.cpp:
2202           Patch 1334818.
2204 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
2206         * src/main.cpp, src/io/sys.cpp:
2207           Updating Win32 parameter filename handling.
2209 2005-10-22  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2211         * src/connector-context.cpp: Correct two typos.  Fixes bug #1333915.
2213 2005-10-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2215         * src/connector-context.cpp: Fix a bug where undoing creation of 
2216           new connectors revealed intermediate steps.
2218         * src/libavoid/connector.cpp, src/libavoid/connector.h,
2219           src/libavoid/makepath.cpp, src/libavoid/static.cpp:
2220           Applied a couple of libavoid fixes.  One of which addresses
2221           a possible crash bug.
2223 2005-10-19  Ted Gould  <ted@gould.cx>
2225         * 0.43pre0
2227 2005-10-19  Jon A. Cruz  <jon@joncruz.org>
2229         * inkscape32-16.ico: patch 1323419
2231 2005-10-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2233         * src/conn-avoid-ref.cpp: Don't pass avoided objects to libavoid
2234           if they have the 'cloned' flag set.  Fixes bug #1328401.
2236 2005-10-17  Jon A. Cruz  <jon@joncruz.org>
2238         * src/main.cpp, src/io/sys.h, src/io/sys.cpp:
2239           Switched command-line name conversion from filename to locale.
2240           Fixes bug #1250124.
2242 2005-10-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2244         * src/sp-conn-end.cpp: Don't update the repr for the curve while 
2245           manually rerouting connector endpoints.  This speeds up undo/redo
2246           and allows responsive rerouting with the xml editor window open.
2247           Fixes bug #1315489.
2249         * po/ca.po: Fix unclosed <b> found in translations.
2250         
2251 2005-10-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2253         * src/isnan.h: Update to allow compilation on OSX 10.4.
2255         * src/connector-context.cpp, src/connector-context.h,
2256           src/tools-switch.cpp: Allow double-clicking on connectors
2257           in the selector tool to swap to the connector tool.
2259 2005-10-14  Jon A. Cruz  <jon@joncruz.org>
2261         * share/palettes/Makefile.am, share/palettes/Tango-Palette.gpl:
2262           Adding the Tango palette.
2264 2005-10-13  MenTaLguY  <mental@rydia.net>
2266         * share/screens/about.svg: New copy for about dialog; did some
2267           vector clean-up and re-enabled the coffee stains.
2269 2005-10-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2271         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h:
2272           Reroute connector lines if the object itself is moved or
2273           transformed.  Previously a routed line would not unroute if it
2274           was moved away from the blocking objects.  Fixes bug #1303493.
2276 2005-10-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2278         * packaging/macosx/Resources/script, src/path-prefix.h:
2279           Don't assume the OSX app bundle will be named "Inkscape.app".
2280           This caused things like tool icons to disappear if the app
2281           bundle was renamed, e.g., to "Inscape-0.42.2.app".
2282           Fixes bug #1289648.
2284 2005-10-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2286         * src/sp-conn-end-pair.cpp: Fix a bug where connectors could
2287           sometimes be given strange routes if there was a transform on
2288           either of the objects that the connector was attached to.
2290         * src/conn-avoid-ref.cpp, src/sp-conn-end.cpp: Add a call to
2291           sp_document_ensure_up_to_date before checking bounding boxes
2292           in response to a transform signal.  This is because some
2293           objects (e.g., text) will not give the correct bbox until its
2294           update function has been called and its internal representation
2295           has been updated.  This fixes bug #1303523.
2297         * src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
2298           Restore the Connector tool preferences tab.  Use same ordering
2299           for tools as on the toolbar.  Add the standard selection cue
2300           option to the connector tool preferences.  Fixes bug #1303360.
2302 2005-10-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2304         * packaging/osx-app.sh: Include locale files in the OSX package and
2305           a couple of minor updates for building packages on OSX 10.4.x.
2307         * packaging/macosx/Resources/bin/inkscape: Fix a problem in setting
2308           LANG to the current OSX language before launching Inkscape.
2309           With this fix, the Inkscape app bundle will obey the user's
2310           language setting in the system preferences on OSX.
2312 2005-09-30  Ralf Stephan <ralf@ark.in-berlin.de>
2314         * src/desktop.*, src/widget/desktop-widget.cpp:
2315         make empty destructor, fixes #1291009
2317 2005-09-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2319         * Info.plist.in: Associate .svgz files with Inkscape on OSX.
2320           Fixes bug #1307083.
2322 2005-09-27  MenTaLguY  <mental@rydia.net>
2324         * src/gc-anchored.h: emphasize initial refcount
2326         * src/desktop.h, src/svg-view-widget.cpp, src/ui/view/view-widget.cpp,
2327           src/ui/view/view.cpp, src/ui/view/view.h,
2328           src/widgets/desktop-widget.cpp:
2330           Move _whole_ UI::View::View hierarchy over to the garbage collector
2331           and fix anchor imbalances; you can't do this piecemeal.
2333 2005-09-23  Ben Fowler  <bpfowler@users.sourceforge.net>
2335         * autogen.sh: Cleanup error message.
2337 2005-09-20  Carl Hetherington <inkscape@carlh.net>
2339         * src/file.cpp, src/file.h, src/help.cpp: don't replace empty
2340         desktops with help files / tutorials.  Fixes 1249067.
2342 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
2344         * src/jabber_whiteboard/typedefs.h:
2345           gcc4 needs more const correctness, fixes #1294298
2347 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
2349         * src/desktop.h, src/desktop.cpp, src/interface.cpp, 
2350           src/dialogs/layer-properties.cpp, src/ui/view/view.cpp,
2351           src/widgets/desktop-widget.cpp:
2352           correcting old and new oversights, fixes #1290982
2353           
2354 2005-09-15  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2356         * src/xml/repr-util.cpp (sp_repr_set_double): Split into two
2357           functions (sp_repr_set_svg_double, sp_repr_set_css_double)
2358           according to whether or not an exponent is allowed.  Update callers.
2359           (sp_repr_set_double_default): Remove this unused function.
2361 2005-09-15  Carl Hetherington <inkscape@carlh.net>
2363         * src/object-edit.cpp: fix idiotic bug introduced in previous commit.
2365 2005-09-14  Carl Hetherington <inkscape@carlh.net>
2367         * src/knot.cpp, src/knotholder.cpp: coding style.
2369 2005-09-13  Ralf Stephan <ralf@ark.in-berlin.de>
2371         * src/desktop.h, src/desktop.cpp, src/svg-view.h, src/svg-view.cpp,
2372           src/ui/view/view.h, src/ui/view/view.cpp, src/ui/view/edit.h:
2373             View::setDocument() did not call same function in subclass
2374         * src/widgets/select-toolbar.cpp:   removed usage of SP_DT_WIDGET
2375         * src/desktop.cpp:   removed last sp_desktop_* function names
2377 2005-09-13  Carl Hetherington <inkscape@carlh.net>
2379         * src/object-edit.cpp: Add some comments.  Minor refactoring.
2380         Snap points when editing rectangles; partial fix for bug 1282399.
2382         * packaging/win32/inkscape.nsi: Correct spelling of associations
2383         and associated; fix for bug 1283916.
2385 2005-09-12  Jon A. Cruz  <jon@joncruz.org>
2387         * src/dialogs/iconpreview.cpp, src/dialogs/iconpreview.h,
2388           src/widgets/icon.cpp:
2389           Icon preview now toggles between selection or whole document.
2390           Fixes REF #1281883.
2392 2005-09-12  Ralf Stephan <ralf@ark.in-berlin.de>
2394         * src/widgets/ruler.cpp:   fixed precision problem (bug #1242995)
2396 2005-09-12  Peter Moulder  <pmoulder@bowman.csse.monash.edu.au>
2398         * src/libnrtype/Layout-TNG-Compute.cpp (Calculator::_measureUnbrokenSpan):
2399           Fix line breaking for [supposedly] non-breaking whitespace characters.
2401 2005-09-11  Ralf Stephan <ralf@ark.in-berlin.de>
2403         * po/nl.po:   replaced all instances of "verkleint" with "verkleind"
2404           (bug #1277695)
2406 2005-09-10  Jon A. Cruz  <jon@joncruz.org>
2408         * src/preferences-skeleton.h, src/dialogs/iconpreview.cpp:
2409           Made icon preview sizes configurable. Fixes REF #1281885.
2411 2005-09-08  Carl Hetherington <inkscape@carlh.net>
2413         * src/object-edit.cpp: Coding style in SPRect portion.  Add
2414         Emacs/vim mode blocks.
2416 2005-09-08  Ralf Stephan <ralf@ark.in-berlin.de>
2418         * src/desktop.cpp, src/ui/view/view.cpp:
2419           removed placement new signal construction
2420         * src/desktop.cpp:   selection is no longer anchored
2421         * src/desktop.cpp, src/desktop.h:   further cleanup
2422         * src/main.cpp:   minor changes in doxygen main page
2424 2005-09-08  MenTaLguY  <mental@rydia.net>
2426         * src/xml/document.h, src/xml/session.h, src/xml/simple-session.cpp,
2427           src/xml/simple-session.h:
2429           Add Session and Document createElementNode, createCommentNode,
2430           and createTextNode methods
2432 2005-09-06  Ralf Stephan <ralf@ark.in-berlin.de>
2434         * src/desktop-handles.h, src/desktop-handles.cpp:
2435             added macros SP_DT_MSGSTACK/NAMEDVIEW/WIDGET, moved last
2436                 macros from desktop.h
2437         * src/desktop.h src/desktop.cpp, src/sp-namedview.h, 
2438           src/sp-namedview.cpp:
2439             moved default_metric and default_unit into namedview
2440         * src/desktop.h src/desktop.cpp, src/widgets/desktop-widget.h,
2441           src/widgets/desktop-widget.cpp:
2442             moved window member into desktop widget
2443         * src/dialogs/clonetiler.cpp, src/dialogs/color-picker.cpp,
2444           src/dialogs/desktop-properties.cpp, src/dialogs/dialog-events.cpp ,
2445           src/dialogs/display-settings.cpp, src/dialogs/export.cpp,
2446           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
2447           src/dialogs/transformation.cpp, src/dropper-context.cpp,
2448           src/extension/internal/ps.cpp, src/gradient-context.cpp,
2449           src/jabber_whiteboard/callbacks.cpp,
2450           src/jabber_whiteboard/chat-handler.cpp,
2451           src/jabber_whiteboard/message-processors.cpp,
2452           src/jabber_whiteboard/message-queue.cpp,
2453           src/jabber_whiteboard/session-manager.cpp,
2454           src/path-chemistry.cpp, src/satisfied-guide-cns.cpp,
2455           src/sp-text.cpp, src/text-chemistry.cpp,
2456           src/trace/potrace/inkscape-potrace.cpp,
2457           src/trace/trace.cpp, src/ui/dialog/align-and-distribute.cpp:
2458             removed dependency on desktop.h
2459         * src/arc-context.cpp, src/desktop-events.cpp, src/inkscape.cpp,
2460           src/interface.cpp, src/nodepath.cpp, src/rect-context.cpp,
2461           src/select-context.cpp, src/seltrans.cpp, src/spiral-context.cpp,
2462           src/star-context.cpp, src/text-context.cpp, src/ui/dialog/dialog.cpp,
2463           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp:
2464             minor adaptation due to the above changes
2465         * src/ui/dialog/session-player.cpp:   didn't #include config.h
2466         
2467 2005-09-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2469         * doc/keys.html, doc/keys.xml, share/screens/keys.svg,
2470           src/shortcuts.cpp:
2471           Add keyboard shortcuts for the connector tool -- Ctrl+F2 and 'o'.
2473 2005-09-05  Ralf Stephan <ralf@ark.in-berlin.de>
2475         * src/document.cpp, src/draw-anchor.cpp, src/knotholder.cpp,
2476           src/main.cpp, src/object-ui.cpp, src/selcue.cpp,
2477           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
2478           src/sp-star.cpp, src/sp-symbol.cpp, src/sp-tspan.cpp,
2479           src/dialogs/docker.cpp, src/dialogs/extensions.cpp,
2480           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
2481           src/extension/system.cpp, src/widgets/gradient-vector.cpp,
2482           src/jabber_whiteboard/session-file-player.cpp,
2483           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
2484           src/widgets/spw-utilities.cpp, src/extension/implementation/script.cpp,
2485           src/ui/dialog/transformation.cpp, src/seltrans.h,
2486           src/widgets/sp-widget.h:
2487             removed dependency on desktop.h
2488         * src/select-context.cpp, src/tools-switch.cpp, 
2489           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
2490           src/dialogs/object-properties.cpp, src/dialogs/clonetiler.cpp:
2491             added dependencies because of above changes
2492         
2493 2005-09-04  Kees Cook  <kees@outflux.net>
2495         * TRANSLATORS, Makefile.am, src/verbs.cpp, src/help.cpp,
2496           src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp,
2497           src/menus-skeleton.h, src/ui/dialog/Makefile_insert:
2498           Implemented AboutDialog following the Gnome style.
2499         * packaging/win32/inkscape.nsi: added quotes around execution name.
2501 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
2503         * src/desktop.cpp, src/dropper-context.cpp, src/forward.h,
2504           src/interface.cpp, src/main.cpp, src/sp-anchor.cpp,
2505           src/sp-text.cpp, src/splivarot.cpp, src/svg-view-widget.cpp,
2506           src/svg-view-widget.h, src/svg-view.h, src/extension/effect.h,
2507           src/extension/implementation/plugin-link.h, 
2508           src/jabber_whiteboard/session-manager.cpp,
2509           src/ui/dialog/dialog.cpp, src/ui/view/edit.h, 
2510           src/ui/view/view-widget.cpp, src/ui/view/view-widget.h,
2511           src/ui/view/view.cpp, src/ui/view/view.h:
2512             minor edits to completely remove SPView identifier, and some
2513                 dependencies
2515 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2517         * src/sp-conn-end-pair.cpp: Fix a crash bug when undoing connectors
2518           on Linux x86 where we were calling a signal destructor.
2520         * src/io/sys.cpp: Build fix - conditionally include <glib/gstdio.h>
2521           if using glib 2.6.0 or greater, since it is not available in earlier
2522           versions.
2524 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
2526         * src/svg-view-widget.h, src/svg-view-widget.cpp, src/Makefile_insert:
2527             separated SPSVGViewWidget from SPSVGView
2528         * src/desktop.h, src/svg-view.h, src/ui/view/edit.h,
2529           src/ui/view/view-widget.h, src/ui/view/view.h,
2530           src/widgets/desktop-widget.h, src/desktop.cpp,
2531           src/svg-view.cpp, src/ui/view/view-widget.cpp,
2532           src/ui/view/view.cpp, src/widgets/desktop-widget.cpp:
2533             moved SPDesktop from GObject to C++/sigc++
2534         * src/forward.h: 
2535             removed SP_DESKTOP*, SP_SVG_VIEW* macros and dependencies
2536         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
2537             changed to sigc++ but disabled call
2538         * src/desktop-events.cpp:  removed desktop_enter_notify()
2539         * src/sp-anchor.cpp:  removed handling of mouse over/out
2540         * src/helper/action.h, src/sp-use.cpp:  added missing dependency
2541         * src/arc-context.cpp, src/desktop-affine.cpp, src/desktop-events.cpp,
2542           src/desktop-handles.cpp, src/dyna-draw-context.cpp,
2543           src/event-context.cpp, src/file.cpp, src/gradient-context.cpp,
2544           src/gradient-drag.cpp, src/help.cpp, src/inkscape.cpp,
2545           src/inkview.cpp, src/interface.cpp, src/knot.cpp,
2546           src/knotholder.cpp, src/node-context.cpp, src/nodepath.cpp,
2547           src/object-ui.cpp, src/path-chemistry.cpp, src/rect-context.cpp,
2548           src/rubberband.cpp, src/satisfied-guide-cns.cpp,
2549           src/select-context.cpp, src/selection-chemistry.cpp,
2550           src/seltrans.cpp, src/shortcuts.cpp, src/slideshow.cpp,
2551           src/sp-anchor.cpp, src/sp-flowtext.cpp, src/sp-namedview.cpp,
2552           src/sp-text.cpp, src/spiral-context.cpp, src/splivarot.cpp,
2553           src/star-context.cpp, src/text-context.cpp, src/text-editing.cpp,
2554           src/tools-switch.cpp, src/verbs.cpp, src/zoom-context.cpp,
2555           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
2556           src/dialogs/dialog-events.cpp, src/dialogs/export.cpp,
2557           src/dialogs/filedialog.cpp, src/dialogs/iconpreview.cpp,
2558           src/dialogs/layer-properties.cpp, src/dialogs/stroke-style.cpp,
2559           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp,
2560           src/extension/effect.cpp, src/extension/implementation/script.cpp,
2561           src/extension/internal/grid.cpp, src/extension/internal/ps.cpp,
2562           src/helper/window.cpp, src/ui/dialog/dialog.cpp,
2563           src/ui/widget/imageicon.cpp, src/widgets/gradient-toolbar.cpp,
2564           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
2565           src/widgets/toolbox.cpp:
2566             minor adaptations due to the above changes
2567         * src/desktop-events.h:  removed dependencies 
2568         * src/selection.cpp:  improved doxygen documentation
2569         
2570 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2572         * src/connector-context.cpp: Fix a bug where a data structure was
2573           not being freed, triggering an assertion failure and Inkscape to
2574           crash sometimes when the connector tool context was switched.
2576 2005-09-03  Aaron Spike <aaron@ekips.org>
2578         * src/node-context.cpp, src/livarot.cpp: Fixing a problem where node
2579           adding and curve dragging operate on fills. A special thank you to
2580           Simon Budig of GIMP fame for working with me and giving very 
2581           thorough explanations of his curve dragging code.
2583 2005-09-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2585         * src/libavoid/connector.cpp, src/libavoid/connector.h: Autoroute
2586           connectors while they are being drawn in the connector context.
2588         * src/sp-conn-end.cpp: Fix a bug where connectors attached to shapes
2589           were not always getting updated.  Their path was sometimes thought
2590           to be valid even when it was not.
2592 2005-09-02  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2594         * src/sp-conn-end.cpp: Fix a bug where connectors not attached to
2595           shapes were not updating correctly if an object was dropped on
2596           their path.
2598 2005-09-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2600         * src/sp-conn-end.cpp, src/sp-conn-end.h, src/sp-conn-end-pair.cpp,
2601           src/sp-conn-end-pair.h, src/sp-path.cpp, src/libavoid/graph.cpp,
2602           src/libavoid/incremental.cpp:
2604         Connectors now automagically reroute as a result of any 'avoided'
2605         object being placed on their path.  They also update to better
2606         paths when blocking shapes are removed.
2607          
2608         * src/connector-context.cpp: Update TODO list.  Only show endpoints
2609           and allow manipulation of paths marked as connectors.
2611         * src/libavoid/connector.cpp, src/libavoid/connector.h: Connectors
2612           with invalid paths can now notify other code via a callback,
2613           rather than just setting a boolean flag.
2615         * src/conn-avoid-ref.cpp: Fix an obscure crash bug in the connector
2616           routing code where we were still using a freed data structure.
2618 2005-08-31  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2620         * src/conn-avoid-ref.cpp, src/conn-avoid-ref.h: Use the correct
2621           coordinate system when passing shape geometry to libavoid.
2622           Add a small amount of buffer space around objects.
2623         
2624         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
2625           src/path.cpp: Add code to handle the "inkscape:connector-type"
2626           attribute.
2628         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h: Store information
2629           about type paths, to determine whether they are connectors.  Keep
2630           a reference to the libavoid representation if necessary.  Add code
2631           to call libavoid to get a path for a connector.
2632         
2633         * src/sp-conn-end.cpp: Call the connector routing code when connector
2634           ends are moved.  Move connector endpoints rather than stretching
2635           when adjusting to draw to shape edge.
2636           
2637         * src/libavoid/connector.cpp, src/libavoid/connector.h: Make the
2638           connector references aware of their own initialisation state.
2640         * src/connector-context.cpp:  Update TODO list.  Update for other
2641           changes.  Fix a bug where multi-segment connectors had a solid
2642           black fill while being dragged.
2644         * src/display/curve.cpp, src/display/curve.h: Add a function to 
2645           simply move the two endpoints of a curve.
2647 2005-08-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2649         * src/conn-avoid-ref.cpp, src/libavoid/connector.cpp,
2650           src/libavoid/graph.cpp, src/libavoid/makepath.cpp,
2651           src/libavoid/shape.cpp, src/libavoid/vertices.cpp,
2652           src/libavoid/vertices.h, src/libavoid/visibility.cpp:
2654         Use a better system for unique IDs within libavoid.  This properly
2655         addresses a hack in SPAvoidRef that was unsafe on amd64 machines.
2657         * configure.ac: Add the src/libavoid subdir.
2658         
2659 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2661         * src/attributes.cpp, src/connector-context.cpp, src/sp-item.cpp:
2662           Use "inkscape:connector-avoid" instead of "inkscape:avoid".
2664 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2666         * src/libavoid/timer.cpp: Remove some code assuming a fixed size for
2667           timer types.
2669 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2671         * src/connector-context.cpp: Fix a problem where the context didn't
2672           notice the current selection when it was entered.  Also, fix a 
2673           problem where connectors disappeared for a moment when an endpoint
2674           was clicked (for rerouting), but before the mouse was moved.
2676 2005-08-29      David Yip               <yipdw@rose-hulman.edu>
2678         * src/ui/dialog/whiteboard-connect.{cpp,h},
2679           src/ui/dialog/whiteboard-sharewithchat.{cpp,h}:
2680           Improved widget layout (switched to Gtk::Table)
2682         * src/jabber_whiteboard/session-manager.cpp:
2683           Fixed crash that occurred when connecting via SSL to a Jabber
2684           server that does not support SSL
2685           
2686 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2688         * src/Makefile_insert, src/attributes-test.cpp, src/attributes.cpp,
2689           src/attributes.h, src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
2690           src/forward.h, src/sp-item.cpp, src/sp-item.h:
2691          
2692           Add code that handles the "inkscape:avoid" attribute, used to mark
2693           whether an item should be avoided for the purposes of routing
2694           connectors.  This code also calls libavoid when an 'avoided'
2695           item is moved/transformed.
2696         
2697         * src/connector-context.cpp, src/connector-context.h,
2698           src/widgets/toolbox.cpp:
2699           
2700           Add a couple of buttons to the connector context's toolbar to
2701           allow selected objects to be marked as avoided or ignored for the
2702           purpose of connector routing.
2703           
2704         * src/libavoid/debug.h, src/libavoid/geomtypes.h, 
2705           src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
2706           src/libavoid/shape.cpp:
2707         
2708           Misc fixes: turn off debugging output, put types in the Avoid
2709           namespace, and add an assertion for a special case that can
2710           cause problems.
2712 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2714         * share/icons/icons.svg: Add a couple of icons for the connector
2715           context toolbar.
2717 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2719         * src/Makefile.am, src/Makefile_insert, src/libavoid/*:
2720           Add libavoid code, the library that does all the path planning
2721           work for autorouting connectors.
2723 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2725         * src/Makefile_insert: Remove a reference to the previously moved
2726           src/desktop-widget.h.  This wasn't breaking the build, but was
2727           stopping me from generating tags files.
2728           
2729 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
2731         * src/ui/view/edit.h, src/ui/view/view.h, src/ui/view/view.cpp,
2732           src/ui/view/view-widget.h, src/ui/view/view-widget.cpp,
2733           src/widgets/desktop-widget.h, src/svg-view.h, src/desktop.cpp:
2734             separated SPViewWidget from SPView
2735         * src/connector-context.cpp, src/dyna-draw-context.cpp,
2736           src/file.cpp, src/gradient-context.cpp, src/knot.cpp,
2737           src/node-context.cpp, src/nodepath.cpp, src/path-chemistry.cpp,
2738           src/pen-context.cpp, src/pencil-context.cpp, src/rect-context.cpp,
2739           src/selection-chemistry.cpp, src/spiral-context.cpp,
2740           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
2741           src/text-context.cpp, src/verbs.cpp, src/dialogs/display-settings.cpp,
2742           src/dialogs/layer-properties.cpp, src/dialogs/find.cpp,
2743           src/dialogs/clonetiler.cpp, src/trace/trace.cpp,
2744           src/trace/potrace/inkscape-potrace.cpp:
2745             all these files relied on a dependency in view.h to include
2746           code for MessageStack and/or MessageContext which is now removed
2747         * dialogs/desktop-properties.cpp:   improved doxygen documentation
2748         
2749 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
2751         * src/desktop.cpp, src/widgets/desktop-widget.h, 
2752           src/widgets/desktop-widget.cpp: 
2753           abstracted out all Gtk+ calls from SPDesktop into SPDesktopWidget
2754         * src/Doxyfile, src/main.cpp, src/desktop.cpp:
2755           improved doxygen documentation
2756           
2757 2005-08-25  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2759         * src/connector-context.cpp, src/connector-context.h:
2760           Change the connector context to use Inkscape's standard selection
2761           mechanism.  Show connector endpoint handles for single connectors
2762           in the selection.  This is the proposed interaction changes as
2763           discussed on the mailing list.  See the post there for a greater
2764           description of the change.
2766 2005-08-24  Ralf Stephan <ralf@ark.in-berlin.de>
2768         * src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
2769           separated SPDesktopWidget from SPDesktop
2770         * src/desktop-widget.h:   removed
2771         * src/toolbox.cpp, src/toolbox.h, src/select-toolbar.cpp,
2772           src/select-toolbar.h, src/gradient-toolbar.cpp, 
2773           src/gradient-toolbar.h:   moved into src/widgets
2774         * src/desktop.h, src/desktop.cpp, src/desktop-events.cpp,
2775           src/verbs.cpp, src/Makefile_insert, src/widgets/Makefile_insert,
2776           src/arc-context.cpp, src/dyna-draw-context.cpp,
2777           src/gradient-context.cpp, src/rect-context.cpp,
2778           src/select-context.cpp, src/spiral-context.cpp,
2779           src/star-context.cpp, src/interface.cpp, src/seltrans.cpp:
2780           adapted following SPDesktopWidget separation
2781         
2782 2005-08-24      David Yip       <yipdw@rose-hulman.edu>
2784         * src/jabber_whiteboard/session-manager.{cpp.h},
2785           src/jabber_whiteboard/callbacks.cpp,
2786           src/ui/dialog/whiteboard-connect.{cpp,h}:
2787           added support for XMPP over SSL to Inkboard
2789 2005-08-22  Ralf Stephan <ralf@ark.in-berlin.de>
2791         * src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp:
2792           both dialogs are now unresizable (bug #1237865)
2793         * src/main.cpp: enhanced doxygen main page
2795 2005-08-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2797         * packaging/osx-app.sh: Added a command line option which allows
2798           the executable and bundled dylibs to be stripped, significantly
2799           reducing the package size.
2801 2005-08-20  Ralf Stephan <ralf@ark.in-berlin.de>
2803         * src/desktop-style.cpp: fixed bug 1247989: nonstroked objects are
2804           no longer counted in stroke_average_width()
2805         * src/Doxyfile: added 3 more files
2806         * src/main.cpp: introduced doc hierarchy on doxygen main page
2807         * src/desktop-style.cpp:  improved doxygen documentation
2808           
2809 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2811         * src/connector-context.cpp, src/connector-context.h:
2812           Rework connector context to extend SPEventContext instead of
2813           SPDrawContext, and remove most of the borrowed draw context
2814           code.
2816 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2818         * src/menus-skeleton.h: correct the verb for "Select All In All Layers"
2819           since it was just showing a verb error in the menu.
2821 2005-08-19  Kees Cook  <kees@outflux.net>
2823         * autogen.sh, tools-version.sh, distro: report Ubuntu correctly, detect
2824           and reject unsafe automake versions (1.9.0 -> 1.9.6).
2826 2005-08-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2828         * src/dialogs/display-settings.cpp:
2829           Align the "Oversample bitmaps" option in the preferences
2830           dialog with all the other options.
2832 2005-08-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2834         * src/Makefile_insert: Added connector-context.{cpp,h}
2836         * src/connector-context.cpp, src/connector-context.h: New code for
2837           the connector context.  Handles the interaction of creating and
2838           modifying connectors.
2840         * src/sp-conn-end.cpp, src/sp-conn-end.h: Added sp_conn_adjust_path
2841           for adjusting the path of connectors to the edge of shapes, and
2842           sp_conn_end_detach to detach a connector endpoint from a shape.
2843           Also, when there is only a single shape attached to a connector
2844           and it is moved, then reroute the connector leaving its unattached
2845           endpoint where it is, rather than just moving the whole thing with
2846           the shape.
2848         * src/preferences-skeleton.h, src/toolbox.cpp, src/tools-switch.cpp,
2849           src/tools-switch.h, src/verbs.cpp, src/verbs.h,
2850           src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
2852           Enable the connector context.  Give it a preferences tab, toolbox,
2853           icon, etc.  Also, correct some vim modelines.
2854           
2855         * src/display/sp-canvas.cpp: Allow enter and leave events to be generated
2856           for canvas items when mouse buttons are depressed.
2858         * src/pixmaps/cursor-connector.xpm: A cursor for connector context.
2860 2005-08-18  Jon A. Cruz  <jon@joncruz.org>
2862         * src/knot.cpp: Corrected type conflict for crash bugs.
2864 2005-08-18  Ralf Stephan <ralf@ark.in-berlin.de>
2866         * src/Doxyfile: added 4 more files
2867         * src/extension/implementation/plugin-link.h,
2868           src/extension/internal/gimpgrad.cpp:  improved doxygen documentation
2869           
2870 2005-08-16  Ralf Stephan <ralf@ark.in-berlin.de>
2872         * src/desktop.h, src/desktop.cpp: replaced gboolean with bool
2873         * src/display/curve.cpp: made is_moveto() inline
2874         * src/knot.cpp, src/extension/extension.cpp, src/helper/action.cpp:
2875           added editor footer
2876         * src/desktop.h, src/desktop.cpp, src/knot.cpp, src/sp-gradient.cpp,
2877           src/display/curve.cpp, src/extension/extension.cpp,
2878           src/extension/implementation/plugin.h, 
2879           src/extension/implementation/plugin.cpp,
2880           src/extension/internal/gimpgrad.cpp, src/helper/action.cpp:
2881           improved doxygen documentation
2883 2005-08-14  MenTaLguY  <mental@rydia.net>
2885         * src/widgets/layer-selector.cpp: quick fix for crash bug when
2886           deleting unnamed layer [bug 1255843]
2888 2005-08-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2889         
2890         * packaging/macosx/ScriptExec/main.c: Allow the user to ignore the
2891           automatic fixing of the fontconfig problem and fix the problem
2892           manually.  Don't pop up the dialog again in this case when they
2893           relaunch Inkscape.
2895 2005-08-13  Ralf Stephan <ralf@ark.in-berlin.de>
2897         * src/menus-skeleton.h: fixed cvs bug where, in the default menus.xml, 
2898           given submenus didn't have correct names, so translation on 
2899           non-English systems was missed.
2900         
2901 2005-08-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2903         * packaging/macosx/Resources/script, packaging/macosx/ScriptExec/main.c:
2905         Fix for the fontconfig cache problem on OS X 10.4.  The first time 
2906         Inkscape is launched on 10.4 machines, after checking X11 is available,
2907         a dialog is brought up informing users of the fontconfig problem.  The
2908         dialog has a button to run fc-cache as root.  If chosen, an OS X
2909         authentication dialog in launched and fc-cache is run following the
2910         authentication.  A file is stored in ~/.inkscape to mark that fc-cache
2911         has been run.
2912         
2913 2005-08-11  Ralf Stephan <ralf@ark.in-berlin.de>
2915         * src/sp-gradient.cpp,src/sp-gradient-fns.h,src/event-context.h,
2916           src/event-context.cpp:  replaced gboolean with bool
2917         * src/document-undo.cpp:  added editor footer
2918         * src/sp-gradient.cpp, src/desktop.cpp, src/document.h,
2919           src/document.cpp, src/document-undo.cpp, src/event-context.h,
2920           src/event-context.cpp, src/selection.h:
2921           improved doxygen documentation
2923 2005-08-10      David Yip       <yipdw@rose-hulman.edu>
2925         * src/Makefile_insert: added composite-undo-stack-observer.{cpp,h}
2927         * src/document.{cpp.h},
2928           src/document-undo.cpp, src/document-private.h: 
2929           added hooks for undo stack observer
2931         * src/jabber_whiteboard/Makefile_insert: added new classes
2933         * src/jabber_whiteboard/callbacks.cpp: moved document initialization actions
2934           here (not the best idea, admittedly...)
2936         * src/jabber_whiteboard/connection-establishment.cpp,
2937           src/jabber_whiteboard/session-manager.*,
2938           src/jabber_whiteboard/chat-handler.cpp: updated to work with new listeners
2940         * src/jabber_whiteboard/message-contexts.cpp,
2941           src/jabber_whiteboard/message-handler.*,
2942           src/jabber_whiteboard/message-tags.*,
2943           src/jabber_whiteboard/defines.h: new message types (TODO: trim out dead
2944           types)
2946         * src/jabber_whiteboard/message-queue.*,
2947         * src/jabber_whiteboard/message-node.h: made MessageNode capable of
2948           representing more message types, as required by callbacks.cpp
2949           and new commit model
2951         * src/jabber_whiteboard/message-utilities.*: new utilities, although
2952           this entire class should be going bye-bye soon (its main tasks have been
2953           taken over by SerializerNodeObserver)
2955         * src/jabber_whiteboard/node-tracker.*: removal of node-level locks
2957         * src/jabber_whiteboard/node-utilities.*: removal of unnecessary methods;
2958           this class should also be removed soon
2960         * src/jabber_whiteboard/session-file-selector.cpp: miscellaneous tweaks
2962         * src/jabber_whiteboard/typedefs.h: new type definitions to handle the new
2963           commit model (TODO: prune unnecessary types)
2965         * src/xml/event.cpp: small hack to get Inkboard working (shouldn't be
2966           there, but I'm still learning my way around XML::Node and
2967           XML::Session...help welcome)
2969         * src/undo-stack-observer.h: interface for classes that watch undo, redo,
2970           and undo log commit events
2972         * src/composite-undo-stack-observer.*: similar to CompositeNodeObserver;
2973           combines multiple undo stack observers
2975         * src/jabber_whiteboard/serializer-node-observer.*: XML::Event serializer
2977         * src/jabber_whiteboard/deserializer.*: XML::Event deserializer
2979         * src/jabber_whiteboard/tracker-action-observer.*: simple observer to
2980           watch for added and removed nodes in undo/redo actions (put aside for
2981           now)
2983         * src/jabber_whiteboard/undo-stack-observer.*: Inkboard's undo stack
2984           observer implementation
2986 2005-08-10  Ralf Stephan <ralf@ark.in-berlin.de>
2988         * src/main.cpp: introduced doxygen doc main page with links
2990 2005-08-09  Ralf Stephan <ralf@ark.in-berlin.de>
2992         * src/Doxyfile: added 5 more files
2993         * src/display/curve.h, src/display/curve.cpp, src/knot.cpp,
2994           src/dialogs/export.cpp: replaced gboolean with bool
2995         * src/display/curve.cpp: removed sp_curve_finish() as it is nowhere 
2996           called, made sp_curve_ensure_space() static
2997         * src/sp-object.cpp, src/sp-item.cpp, src/libnr/n-art-bpath.h,
2998           src/libnr/nr-path-code.h, src/ui/view/view.cpp, src/dialogs/export.cpp,
2999           src/display/bezier-utils.cpp, src/display/curve.h,
3000           src/display/curve.cpp, src/knot.h, src/knot.cpp:
3001           improved doxygen documentation
3003 2005-08-08  MenTaLguY  <mental@rydia.net>
3005         * README.txt, README: make autotools happy
3007 2005-08-06  MenTaLguY  <mental@rydia.net>
3009         * Makefile.am, HACKING, HACKING_de, HACKING_fr, HACKING_it,
3010           HACKING.txt, HACKING.de.txt, HACKING.fr.txt, HACKING.it.txt,
3011           README, README_ca, README_de, README_fr, README_it,
3012           README.txt, README.ca.txt, README.de.txt, README.fr.txt, README.it.txt:
3014           saner filenames
3016 2005-08-06  MenTaLguY  <mental@rydia.net>
3018         * src/xml/Makefile_insert, src/xml/log-builder.cpp,
3019           src/xml/log-builder.h, src/xml/simple-session.cpp,
3020           src/xml/simple-session.h:
3022           Implement XML::LogBuilder class and use it from XML::SimpleSession.
3024 2005-08-06  MenTaLguY  <mental@rydia.net>
3026         * src/xml/event.h, src/xml/event.cpp, src/xml/event-fns.h:
3027           rejigger the way XML event logs are handled, based on NodeObservers
3029 2005-08-06  MenTaLguY  <mental@rydia.net>
3031         * src/xml/simple-session.cpp: minor formatting cleanups
3033 2005-08-06  Ted Gould <ted@gould.cx>
3035         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
3037         Adding in a hash table for Verb ID lookups.  This makes searching for them
3038         in the dynamic menus much faster.
3040 2005-08-06  Ralf Stephan <ralf@ark.in-berlin.de>
3042         * src/sp-offset.cpp: 
3043           removed a dependency, made refresh_offset_source() static
3044         * src/svg-view.cpp, src/svg-view.h, src/sp-spiral.cpp, src/sp-spiral.h: 
3045           replaced gboolean with bool
3046         * src/sp-offset.cpp, src/sp-root.cpp, src/sp-stop.h, src/sp-spiral.h,
3047           src/sp-spiral.cpp, src/svg-view.h, src/svg-view.cpp, src/style.cpp:
3048           improved doxygen documentation
3049         
3050 2005-08-05  MenTaLguY  <mental@rydia.net>
3052         * inkscape.spec.in: include translated manpages
3054 2005-08-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3056         * po/nl.po: fix a typo: close a bold tag.
3058 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
3060         * src/jabber_whiteboard/typedefs.h:
3061           fixed incorrect template specialization syntax,
3062           removed duplicate definitions (oops...)
3064         * src/gc-alloc.h:
3065           removed explicit keyword from allocator constructors, as it is
3066           necessary to allow implicit conversion for rebinding.  Some
3067           containers in the libstdc++ in GCC 3.4.x require this, such as anything
3068           using the standard library's red-black tree implementation --
3069           std::set, std::map, std::multimap
3071 2005-08-03  Ralf Stephan <ralf@ark.in-berlin.de>
3073         * src/pen-context.cpp: made sp_pen_context_root_handler static
3074         * src/snap.h: removed getSnapToBBox() declaration
3075         * src/sp-stop.h: removed three dependencies
3076         * src/Doxyfile: added further 3 files
3077         * src/object-hierarchy.cpp, src/pen-context.h, src/pen-context.cpp,
3078           src/pencil-context.h, src/pencil-context.cpp, src/snap.h, 
3079           src/snap.cpp, src/sp-stop.h, src/sp-gradient.h, src/sp-gradient.cpp,
3080           src/sp-linear-gradient.h, src/sp-radial-gradient.h:
3081           improved doxygen documentation
3083 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
3085         * src/jabber_whiteboard/Makefile_insert,
3086           src/jabber_whiteboard/message-handler.cpp,
3087           src/jabber_whiteboard/empty.cpp:
3088           fixing some build issues (Apple's ar doesn't like creating
3089           archives with an empty member list, so empty.cpp is a null
3090           placeholder to be used as the sole member in the jabber_whiteboard
3091           archive in the event that a user does not wish to enable
3092           Inkboard)
3094 2005-08-02  Bryce Harrington <bryce@bryceharrington.org>
3096         * src/ui/dialog/*.*:  Update copyrights
3098         * doc/WISHLIST:  s/Sodipodi/Inkscape/
3100         * src/desktop.cpp:  Rename SPView to Inkscape::UI::View::View
3102         * changing include file syntax from "" to <> where appropriate
3104         * Changing copyrights to be consistent
3106 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
3108         * src/menus-skeleton.h:
3109           added WITH_INKBOARD ifdef to prevent Inkboard options from being
3110           compiled into the menu skeleton if the Inkboard code is not enabled
3112 2005-08-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3114         *  src/display/curve.cpp: Correctly free an array with "delete []".
3116 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
3118         * src/jabber/whiteboard/node-tracker.cpp:
3119           removed unnecessary anchoring of XML::Nodes in XMLNodeTracker
3121 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
3123         * src/jabber_whiteboard/typedefs.h:
3124           moved back to GC::Alloc from traceable_allocator
3126         * src/jabber_whiteboard/node-tracker.cpp:
3127           fixed anchor-release problem with XML::Nodes in XMLNodeTracker
3129 2005-08-01  MenTaLguY  <mental@rydia.net>
3131         * src/gc.cpp, src/gc-core.h: Hans says it's okay to use
3132           GC_malloc_atomic_uncollectable
3134 2005-08-01  MenTaLguY  <mental@rydia.net>
3136         * src/gc-alloc.h: fix improper allocation size
3138 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
3140         * src/jabber_whiteboard/message-handler.cpp: removed some
3141           debug output
3143         * src/dialogs/whiteboard-sharewithchat.cpp: removed some excess
3144           debugging code
3146         * src/jabber_whiteboard/session-manager.cpp: removed 
3147           redundant if (x == NULL) tests surrounding delete
3149 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
3151         * src/ui/icons.cpp, src/ui/stock-items.cpp, src/ui/stock.cpp, 
3152           src/ui/stock.h:
3153           added Inkboard UI stock items
3155         * src/dialogs/whiteboard*:
3156           old C/Gtk Inkboard dialogs for collecting user input necessary
3157           to establish Jabber connections and Inkboard sessions (they're
3158           still used in some parts of the Inkboard code)
3160         * src/Makefile.am, src/Makefile_insert, src/desktop.cpp, 
3161           src/desktop.h, src/document.cpp, src/file.cpp, src/file.h,
3162           src/menus-skeleton.h, src/verbs.cpp, src/verbs.h:
3163           added necessary UI code to access Inkboard functions
3165         * src/jabber_whiteboard/Makefile_insert,
3166           src/jabber_whiteboard/buddy-list-manager.*,
3167           src/jabber_whiteboard/callbacks.*,
3168           src/jabber_whiteboard/chat-handler.*,
3169           src/jabber_whiteboard/connection-establishment.*,
3170           src/jabber_whiteboard/defines.h,
3171           src/jabber_whiteboard/error*,
3172           src/jabber_whiteboard/internal-constants.*,
3173           src/jabber_whiteboard/invitation-confirm-dialog.*,
3174           src/jabber_whiteboard/jabber-handlers.*,
3175           src/jabber_whiteboard/makefile*,
3176           src/jabber_whiteboard/message-*,
3177           src/jabber_whiteboard/node-*,
3178           src/jabber_whiteboard/received-message-helpers.cpp,
3179           src/jabber_whiteboard/player-functors.*,
3180           src/jabber_whiteboard/session-*,
3181           src/jabber_whiteboard/tracker-node.h,
3182           src/jabber_whiteboard/typedefs.h:
3183           Initial commit of Inkboard code
3184         * src/ui/dialog/session-player*,
3185           src/ui/dialog/whiteboard*:
3186           C++/Gtkmm replacements for some old C/Gtk dialogs
3187         * configure.ac:
3188           added Inkboard configure checks
3189         * src/ui/view/edit.cpp,
3190           src/ui/view/edit.h,
3191           src/ui/view/view.cpp:
3192           added Inkboard code stubs to new Gtkmm code
3193         * share/ui/menus-bars.xml:
3194           added Inkboard code stubs to menu UI XML
3196 2005-08-01  Ralf Stephan <ralf@ark.in-berlin.de>
3198         * src/sp-object.cpp: improved doxygen documentation
3200 2005-07-31  Ralf Stephan <ralf@ark.in-berlin.de>
3202         * src/nodepath.cpp: removed three dependencies
3204 2005-07-31  MenTaLguY  <mental@rydia.net>
3206         * src/sp-object.cpp, src/sp-object.h, src/sp-use.cpp:
3207           adopt more consistent refcounting policy
3209         * src/sp-object.h: make second parameter to sp_object_ref and
3210           sp_object_unref optional
3212 2005-07-30  Ralf Stephan <ralf@ark.in-berlin.de>
3214         * src/draw-anchor.cpp, src/nodepath.h: reduced dependencies
3215         * src/nodepath.cpp: removed duplicate dependency, added two from 
3216           nodepath.h, made triangle_area() inline
3217         * src/node-context.cpp: added dependency removed from nodepath.h
3218         * src/Doxyfile: added 2 further files to the scanned list
3219         * src/nodepath.h: moved function docs into nodepath.cpp
3220         * src/color.cpp: made file work with src/Doxyfile
3221         * src/color.cpp, src/draw-anchor.cpp, src/geom.cpp, src/nodepath.cpp:
3222           improved doxygen documentation
3223         * src/event-context.cpp: added a \todo
3224         * src/geom.cpp: added editor footer
3226 2005-07-30  Ted Gould  <ted@gould.cx>
3228         * src/Makefile_insert, src/inkscape.cpp, src/inkscape.h,
3229         src/interface.cpp, src/selection.cpp, src/verbs.cpp, src/verbs.h,
3230         src/extension/effect.cpp, src/extension/effect.h, src/menus-skeleton.h:
3232         Doing two things.  One, making menus configurable by an external xml file
3233         and the second is enabling sensitivity in the verbs.  These are both in
3234         pretty basic states right now, but workable.
3236 2005-07-29  MenTaLguY  <mental@rydia.net>
3238         * src/shortcuts.cpp: made Ctrl+Shift+G the "primary" ungroup shortcut
3240 2005-07-28  Carl Hetherington  <inkscape@carlh.net>
3242         * src/arc-context.cpp: CodingStyle.  Replace gboolean with bool.
3244         * src/desktop-events.cpp: CodingStyle: whitespace.  Add editor
3245         variables block.  gboolean exorcism.  Declaration-to-first-use fixes.
3246         
3248 2005-07-27  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3250         * src/style.h (SP_SCALE24_MAX): Change from 0xffffff to 0xff0000,
3251           and add documentation for choice of value.
3252           (SP_SCALE24_TO_FLOAT) Return a double instead of a float.
3253           (SP_SCALE24_FROM_FLOAT) Change rounding behaviour.
3254           These changes are intended to combat float rounding bugs on x86.
3256         * src/style.cpp (sp_style_merge_from_style_string): Use libcroco
3257           to parse style="..." attribute strings, to improve CSS parsing.
3259 2005-07-27  Ralf Stephan <ralf@ark.in-berlin.de>
3261         * src/Doxyfile: added 10 further files to the scanned list
3262         * src/gc-anchored.h, src/gc-managed.h, src/object-hierarchy.h, 
3263           src/pencil-context.h, src/selection.h, src/sp-object.h, src/sp-spiral.h, 
3264           src/svg-view.h, src/verbs.h, src/livarot/float-line.h, src/util/list.h, 
3265           src/widgets/paint-selector.h, src/xml/repr.h: 
3266           made file work with src/Doxyfile
3267         * src/livarot/int-line.h, src/livarot/float-line.h: 
3268           moved part of documentation into *.cpp file
3269         * src/gc-anchored.h, src/knot-holder-entity.h, src/nodepath.h, 
3270           src/pen-context.h, src/pencil-context.h, src/selection.h, 
3271           src/sp-gradient.h, src/sp-gradient.cpp, src/sp-item.h, src/sp-object.h, 
3272           src/sp-spiral.h, src/style.h, src/svg-view.h, src/extension/extension.h, 
3273           src/libnr/nr-matrix.h, src/livarot/int-line.h, src/livarot/int-line.cpp, 
3274           src/livarot/float-line.h, src/livarot/float-line.cpp, 
3275           src/livarot/sweep-event.h, src/livarot/sweep-event-queue.h, 
3276           src/util/list.h, src/widgets/paint-selector.h, src/xml/repr.h, 
3277           src/xml/repr.cpp: documentation improvements
3278         * src/sp-item.h: added editor footer
3280 2005-07-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3282         * src/svg/stringstream.h, src/svg/stringstream.cpp:
3283           Trim trailing zeros from after the decimal point when writing
3284           float or double to Inkscape::SVGOStringStream.
3285         * src/style-test.cpp: Update expected output accordingly.
3286         * src/svg/stringstream-test.h: New unit test.
3287         * src/Makefile.am, src/svg/Makefile_insert: Add the new unit test.
3288         * src/svg/Makefile_insert:
3289           Don't link unused ftos.cpp, but do link new file stringstream.cpp.
3291 2005-07-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3293         * share/icons/icons.svg: Add icon for connector context.
3295 2005-07-25  Ralf Stephan <ralf@ark.in-berlin.de>
3297         * src/libnr/nr-pixblock.h:  interface cleanup of NRPixBlock: size and mode
3298           are now named enums, empty is now bool, changes to function interfaces 
3299           because of that, changed C macros to C++ inline functions, changed clean 
3300           flag in some function interfaces from int to bool.
3301         * src/libnr/nr-pixblock.cpp:  adaptations due to changes in nr-pixblock.h,
3302           added assert to ...setup_extern() which remains a bit ... risky,
3303         * src/display/sp-canvas.cpp: 
3304           made sp_canvas_item_construct() static, inlined two other functions
3305         * src/svg-view.cpp: piped emit_resized through C++ façade (incomplete)
3306         * src/ui/view/view.h: removed legacyMessageContext() member
3307         * src/Doxyfile: added files, and options to collect todo and bugs
3308         * src/display/curve.cpp: moved member docs into curve.h
3309         * src/event-context.cpp: long line cosmetics, moved a function for clarity
3310         * src/sp-offset.h, src/sp-spiral.cpp, src/svg-view.cpp, 
3311           src/libnr/nr-types.h: added editor footer
3312         * src/color-rgba.h, src/draw-anchor.h, src/event-context.*, src/knot-*.h, 
3313           src/message-*.h, src/modifier-fns.h, src/nodepath.h, 
3314           src/pencil-context.cpp, src/pen-context.*, src/snap.*, src/sp-gradient.h, 
3315           src/sp-gradient-fns.h, src/sp-item.cpp, src/sp-item-notify-moveto.h, 
3316           src/sp-linear-gradient*, src/sp-offset.*, src/sp-radial-gradient*, 
3317           src/sp-spiral.cpp, src/style.cpp, src/svg-view.cpp, src/verbs.cpp, 
3318           src/dialogs/export.cpp, src/display/bezier-utils.cpp, 
3319           src/display/curve.*, src/diplay/sp-canvas.*, 
3320           src/extension/implementation/plugin*, src/extension/internal/gimpgrad.h, 
3321           src/libnr/nr-matrix.h, src/libnr/nr-matrix-scale-ops.h, 
3322           src/libnr/nr-matrix-translate-ops.h, src/libnr/nr-pixblock.*, 
3323           src/libnr/nr-point.h, src/libnr/nr-rotate.h, src/libnr/nr-rotate-fns.h, 
3324           src/libnr/nr-scale-matrix-ops.h, src/libnr/nr-types.h, 
3325           src/livarot/int-line.h, src/ui/view/view.*:
3326           
3327           made file work with src/Doxygen, doxygen documentation improvements
3329 2005-07-24  Ted Gould  <ted@gould.cx>
3331         * 0.42 Release
3333 2005-07-21  Ted Gould  <ted@gould.cx>
3335         * 0.42pre3
3337 2005-05-21  Kees Cook  <kees@outflux.net>
3339         * share/icons/*xpm, src/ui/dialog/transformation.cpp,
3340           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h:
3341           Hooked up Gtkmmified Icon manager correctly.  (bug 1217367)
3342         * Makefile.mingw, Makefile.mingw.common: patch 1241293 for build fixes
3344 2005-07-12  Ted Gould  <ted@gould.cx>
3346         * 0.42pre2
3348 2005-07-11  MenTaLguY  <mental@rydia.net>
3350         * src/debug/logger.cpp: wrap stack vector in method to avoid
3351           potential static initialization issues
3353         * src/sp-object.cpp: add refcount logging
3355 2005-07-09  MenTaLguY  <mental@rydia.net>
3357         * src/document-undo.cpp, src/inkscape.cpp, src/debug/event.h,
3358           src/debug/logger.cpp, src/debug/logger.h, src/debug/simple-event.h,
3359           src/xml/composite-node-observer.cpp, src/xml/event.cpp,
3360           src/xml/simple-node.cpp:
3362           Categorize debugging events and add the ability to filter them
3363           via setting the INKSCAPE_DEBUG_FILTER environment variable to
3364           a comma-separated list of debug event categories.
3366 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
3368         * src/interface.cpp: Spackle for Bug 1217361 "freeze on quitting 
3369         with transform dialog"
3371 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
3373         * src/interface.cpp: Whitespace changes only
3375 2005-07-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3377         * Info.plist.in, packaging/osx-app.sh, packaging/macosx/*:
3379         Changes and new files required to build an Inkscape dmg on Mac OS X.
3381 2005-07-05  Ted Gould  <ted@gould.cx>
3383         * 0.42pre1
3385 2005-07-04  MenTaLguY  <mental@rydia.net>
3387         * src/sp-metadata.cpp: strip id= attributes under rdf:RDF elements
3389 2005-07-04  MenTaLguY  <mental@rydia.net>
3391         * src/sp-object.cpp, src/xml/node-fns.h, src/xml/node-fns.cpp:
3392           don't force id= attributes on anything except elements in the SVG,
3393           Sodipodi, or Inkscape namespaces.
3395 2005-07-04  MenTaLguY  <mental@rydia.net>
3397         * src/verbs.cpp: redo cryve's fix to use defaultLabel() rather than
3398           label()
3400 2005-07-04  Bryce Harrington <bryce@bryceharrington.org>
3402         * src/livarot/float-line.cpp:  Patch from Ralf Stephan
3403         <ralf@ark.in-berlin.de> to suppress two warnings.
3404         
3405 2005-06-28  Ted Gould  <ted@gould.cx>
3407         * src/verbs.h:
3409         Changing from gnu::hash_map to std::map.  The only reason this was a
3410         hash_map before is because I was stealing code that I didn't understand,
3411         and a std::map works as well.  This fixes bug #1172199 for Tru64.
3413 2005-06-28  Ted Gould  <ted@gould.cx>
3415         * src/extension/dependency.cpp:
3417         Fix for #1169396 -- setting the default type for a dependency to file,
3418         this seems to be the only way that the print function could end up using
3419         undefined memory, and then passing it on the gettext.
3421 2005-06-28  Ted Gould  <ted@gould.cx>
3423         * src/extension/implementation/script.cpp,
3424         src/extension/implementation/script.h:
3426         Adding support for information coming back on STDERR from scripts.  This
3427         fixes bug #1220959 and RFE #1178941
3429 2005-07-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3431         * src/sp-stop.h, sp-gradient.cpp, widgets/gradient-vector.cpp:
3432           Implement currentColor as possible value for stop-color, as per spec.
3434 2005-07-02  Kees Cook  <kees@outflux.net>
3436         * src/dialog/rdf.cpp: Added FreeArt license, RFE #1230981.
3438 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
3440         * inkscape.nsi:  Fix for bug #1230744 'wrong installer language'
3441         by theadib.
3443         * src/swatches.cpp: Fix for bug #1217973.  The KDE swatches file
3444         consists of 3 column numbers (missing 4th column), and also lacks
3445         an ending newline.  In this situation, the name variable returned
3446         from trim() could be null, thus causing a segfault when used as an
3447         input to Glib::ustring.
3449         * src/sp-image.cpp: Patch for bug #1210100 by bpfowler to help
3450         narrow in on the cause of the bug.
3452         * README:  Requested change for bug #1174991.  Directions for
3453         installation of perl libs
3454         
3455 2005-07-01  Ben Fowler  <bpfowler@users.sourceforge.net>
3457         * src/desktop.cpp src/svg-view.cpp src/dialogs/display-settings.cpp 
3458         src/dialogs/export.cpp src/dialogs/find.cpp 
3459         src/extension/internal/ps.cpp: Replaced calls to gtk_widget_set_usize 
3460         with GTK2 version.
3462 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
3464         * inkscape.pod, src/main.cpp: Applying Makzu's patch to implement
3465           --vacuum-defs
3467 2005-06-28  Ted Gould  <ted@gould.cx>
3469         * 0.42pre0
3471 2005-06-23  MenTaLguY  <mental@rydia.net>
3473         * src/extension/implementation/script.cpp:
3474           support for ruby scripts (interpreter="ruby")
3476 2005-06-20  Ted Gould  <ted@gould.cx>
3478         * src/desktop.cpp, src/desktop.h, src/document-private.h,
3479         src/document.cpp, src/document.h, src/extension/effect.h,
3480         src/extension/implementation/script.cpp:
3482         Adding in a signal to show that the document is being reconstructed from
3483         another document.  This is used by the scripting extensions implementation
3484         to say to the desktops that they need to save their object references
3485         as strings instead of pointers -- and then recreate them when the
3486         reconstruction is complete.
3488         * src/extension/prefdialog.cpp: Making "OK" have focus.
3490         * src/verbs.cpp, src/verbs.h: Some prototype code to start making verbs
3491         sensitive or not.  Not tied in to anything currently.
3493 2005-06-20  MenTaLguY  <mental@rydia.net>
3495         * src/xml/repr-io.cpp: whoops... don't emit xmlns:xml
3497 2005-06-18  Richard Hughes  <cyreve@users.sourceforge.net>
3499         * src/text-context.cpp, src/text-context.h, src/libnrtype/Layout-TNG.h:
3500           implement double- and triple-clicking of text for selecting the
3501           current word and line respectively
3503 2005-06-16  MenTaLguY  <mental@rydia.net>
3505         * src/interface.cpp: removed "Go to root" context menu item
3507         * src/widgets/layer-selector.cpp: hide "(root)" unless it is the current
3508           layer
3510 2005-06-11  Aaron Spike  <aaron@ekips.org>
3512         * confiugre.ac,
3513           packaging/autopackage/default.apspec.in:
3515           Adding the autopackage specfile
3517 2005-06-10  Richard Hughes  <cyreve@users.sourceforge.net>
3519         * src/text-context.cpp:
3520           use ctrl-left/right for moving cursor by word in text mode,
3521           and ctrl-a for select all text
3523 2005-06-09  Bryce Harrington <bryce@bryceharrington.org>
3525         * src/ui/dialogs/align-and-distribute.cpp,
3526           src/ui/dialogs/align-and-distribute.h,
3527           src/verbs.cpp:
3528           Hooking up Aubanel's new align and distribute dialog
3530 2005-06-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3532         * src/text-context.cpp (sp_text_context_root_handler):
3533           Greater conformance to ISO 14755 for unicode entry.  We now
3534           implement all of the ``Basic method'' portion of that spec
3535           except for non-latin hexadecimal digits (first 6 letters of
3536           other alphabets).  (Instead, we do the same as for all other
3537           shortcuts, viz. force a group0 (latin) interpretation of the
3538           keypress.)
3540 2005-06-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3542         * src/pen-context.cpp (spdc_endpoint_snap): Pen tool: do snapping
3543           (i.e. namedview_free_snap_all_types) even for initial point.
3545         * src/Makefile.am (INCLUDES), src/extension/script/Makefile_insert
3546         (extension_script_libscript_a_CXXFLAGS):
3548           Put PERL_CFLAGS PYTHON_CFLAGS into global INCLUDES rather than
3549           using a libscript_a_CXXFLAGS var (which involved creating .o files
3550           specific to that lib).
3552 2005-06-06  Ted Gould  <ted@gould.cx>
3554         * src/extensions/effect.cpp:
3556         Adding in the code so that effects can be undoable.
3558         * src/extensions/implementation/script.[cpp,h]
3560         Adding in the code so that a new window is not displayed when an
3561         effect is executed.  Now it is in the same window (much nicer).
3563         * src/extensions/internal/latex*.[cpp,h]
3565         Patches from the mailing list to add LaTeX output.
3567 2005-06-04  MenTaLguY  <mental@rydia.net>
3569         * src/extensions/init.cpp:
3571           That tears it.  Showing the error dialog on startup goes.  I've
3572           had to respond to one too many bloody bug reports.  If we released
3573           0.42 with this too we'll drive away users permanently.  As it was,
3574           a lot of people were assuming 0.41 was broken when they saw this
3575           and reverted to 0.40.
3577 2005-05-31  MenTaLguY  <mental@rydia.net>
3579         * src/preferences-skeleton.h: disable extension error dialog on startup
3580           -- I'm sick of hearing that Inkscape is broken because people see
3581           this dialog on startup.  It makes us look bad.
3582           
3583           We're not going to repeat this for 0.42 -- find a better approach.
3585 2005-05-28  MenTaLguY  <mental@rydia.net>
3587         * src/document.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
3588           src/sp-flowtext.cpp, src/sp-object.cpp, src/sp-object.h,
3589           src/sp-path.cpp, src/sp-rect.cpp, src/sp-root.cpp, src/sp-root.h,
3590           src/sp-shape.cpp, src/version.cpp, src/version.h:
3592           propagate SVG version upwards, and move SPVersion into Inkscape
3593           namespace
3595 2005-05-24  Simarilius  <Simarilius@yahoo.com>
3597         * src/verbs.cpp, src/dialogs/tiledialog.cpp, src/dialogs/tiledialog.h,
3598         src/ui/dialogs/dialog-manager.cpp
3599         
3600         Converted the tiledialog over to the inkscape:ui:dialog class and hooked
3601         it into dialog manager
3603 2005-05-24  Ted Gould  <ted@gould.cx>
3605         * src/extension/dependency.cpp, src/extension/extension.cpp,
3606         src/extension/extension.h, src/extension/init.cpp,
3607         src/extension/implementation/script.cpp:
3609         Applying patch 1199856 which allows Inkscape to have multiple directories
3610         for extensions.  Currently those are /share/inkscape/extensions and
3611         ~/.inkscape/extensions.  The patch was written by Aaron Spike.
3613 2005-05-23  Ted Gould  <ted@gould.cx>
3615         * share/extensions/<alot>
3617         Adding in Aaron Spike's extensions so that they come with the standard
3618         build.  Lot's of useful stuff that is worth having for most users.
3620 2005-05-19  MenTaLguY  <mental@rydia.net>
3622         * src/verbs.cpp, src/ui/dialog/align-and-distribute.h,
3623           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
3624           src/ui/dialog/document-preferences.h, src/ui/dialog/export.h,
3625           src/ui/dialog/extension-editor.h, src/ui/dialog/fill-and-stroke.h,
3626           src/ui/dialog/find.h, src/ui/dialog/inkscape-preferences.h,
3627           src/ui/dialog/layer-editor.h, src/ui/dialog/messages.h,
3628           src/ui/dialog/text-properties.h, src/ui/dialog/transformation.h,
3629           src/ui/dialog/xml-editor.h, src/ui/view/edit.cpp:
3631           refactoring of the dialog manager code, introducing factory
3632           functions and a method specifically for showing a dialog
3634 2005-05-19  MenTaLguY  <mental@rydia.net>
3636         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
3638           fix layer property undo crash bugs (#1192708 and #1171704)
3640 2005-05-19  MenTaLguY  <mental@rydia.net>
3642         * src/debug/Makefile_insert, src/debug/sysv-heap.cpp,
3643           src/debug/sysv-heap.h, src/gc.cpp, src/debug/gc-heap.h,
3644           src/debug/heap.cpp:
3646           moved GC Heap statistics stuff into libdebug to ease circular
3647           dependencies
3649 2005-05-17  MenTaLguY  <mental@rydia.net>
3651         * src/ui/dialog/memory.cpp:
3653           reduce magnitude of memory jitter somewhat by avoiding some vector
3654           resizing and copying
3656 2005-05-16  MenTaLguY  <mental@rydia.net>
3658         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
3660           revised Debug::Heap API slightly
3662         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
3664           thousands separators and other niceties.  'apply' now forces a
3665           garbage collection and immediate update.
3667 2005-05-16  MenTaLguY  <mental@rydia.net>
3669         * src/ui/dialog/memory.cpp: re-use existing rows, though it doesn't
3670           seem to help memory jitter much
3672 2005-05-15  MenTaLguY  <mental@rydia.net>
3674         * src/debug/heap.cpp: fix bounds error
3676         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
3677         
3678         flesh out basic memory info dialog
3680 2005-05-15  MenTaLguY  <mental@rydia.net>
3682         * configure.ac: cleaned up tests
3684         * src/debug/heap.cpp: fixed feature macro names
3686 2005-05-15  MenTaLguY  <mental@rydia.net>
3688         * configure.ac: added tests for mallinfo and malloc.h
3690         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
3692           fix up Debug::Heap API slightly
3694 2005-05-14  MenTaLguY  <mental@rydia.net>
3696         * src/interface.cpp, src/verbs.cpp, src/verbs.h,
3697           src/ui/dialog/Makefile_insert, src/ui/dialog/dialog-manager.cpp,
3698           src/ui/dialog/dialog-manager.h, src/ui/dialog/memory.cpp,
3699           src/ui/dialog/memory.h:
3700           
3701           added skeletal memory statistics dialog
3703 2005-05-12  Juerg Billeter  <j@bitron.ch>
3705         * configure.ac: Have pkgconfig explicitly require gdkmm-2.4 & glibmm-2.4
3706         (used directly by Inkscape), rather than relying on transitive
3707         dependencies.  It's said that this is required in some cases with
3708         pkgconfig 0.17 and later.
3710 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
3712         * ChangeLog configure.ac src/Makefile_insert src/desktop-widget.h
3713           src/desktop.h src/dropper-context.cpp src/file.cpp
3714           src/shortcuts.cpp src/sp-text.cpp src/splivarot.cpp
3715           src/svg-view.h src/text-context.cpp src/verbs.cpp
3716           src/extension/implementation/plugin-link.h
3717           src/extension/internal/grid.cpp src/helper/action.h
3718           src/helper/window.cpp src/ui/dialog/dialog.cpp
3719           src/ui/dialog/messages.cpp src/ui/view/view.cpp
3720           src/ui/view/view.h:   
3722           Moving view.* into src/ui/view/
3723         
3724 2005-05-09  MenTaLguY  <mental@rydia.net>
3726         * src/gc-alloc.h: const-correctness fix
3728 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
3730         * configure.ac:  Defaulting with-gnome-vfs to on if library is
3731           present. 
3732         
3733         * po/POTFILES.in : Fixed error causing compile failure
3735         * src/Makefile_insert src/arc-context.cpp src/desktop-events.cpp
3736            src/desktop.cpp src/desktop.h src/dyna-draw-context.cpp
3737            src/gradient-context.cpp src/gradient-toolbar.cpp
3738            src/interface.cpp src/make.dep src/make.files
3739            src/rect-context.cpp src/select-context.cpp
3740            src/select-toolbar.cpp src/seltrans.cpp src/spiral-context.cpp
3741            src/star-context.cpp src/toolbox.cpp src/verbs.cpp src/view.cpp
3742            src/view.h src/application/application.cpp
3743            src/application/application.h src/application/editor.cpp
3744            src/application/editor.h src/ui/dialog/align-and-distribute.cpp
3745            src/ui/dialog/align-and-distribute.h
3746            src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h
3747            src/ui/dialog/dialog.cpp src/ui/dialog/dialog.h
3748            src/ui/dialog/document-preferences.cpp
3749            src/ui/dialog/document-preferences.h src/ui/dialog/export.cpp
3750            src/ui/dialog/export.h src/ui/dialog/extension-editor.cpp
3751            src/ui/dialog/extension-editor.h
3752            src/ui/dialog/fill-and-stroke.cpp
3753            src/ui/dialog/fill-and-stroke.h src/ui/dialog/find.cpp
3754            src/ui/dialog/find.h src/ui/dialog/inkscape-preferences.cpp
3755            src/ui/dialog/inkscape-preferences.h
3756            src/ui/dialog/layer-editor.cpp src/ui/dialog/layer-editor.h
3757            src/ui/dialog/messages.h src/ui/dialog/text-properties.cpp
3758            src/ui/dialog/text-properties.h
3759            src/ui/dialog/transformation.cpp src/ui/dialog/transformation.h
3760            src/ui/dialog/tree-editor.h src/ui/dialog/xml-editor.cpp
3761            src/ui/dialog/xml-editor.h src/ui/view/Makefile_insert
3762            src/ui/view/edit.cpp src/ui/view/edit.h :
3764            Renaming sp-desktop-widget.h to desktop-widget.h for
3765            consistency with other desktop files.  Beginning migration of
3766            desktop-* and view* files into ui/view/ subdir.  Incorporating
3767            DialogManager into existing SPDesktop code.  Making SPView
3768            derive from GObject.  Changing Messages dialog to run via
3769            DialogManager.  Removing getName() and getDesc() routines from
3770            Dialogs.  
3771         
3772 2005-05-08  MenTaLguY  <mental@rydia.net>
3774         * src/Makefile_insert: change link order since the GC code now
3775           depends on the debugging stuff
3777         * src/debug/Makefile_insert, src/debug/heap.cpp, src/debug/heap.h:
3779           added heap statistics stuff
3781         * src/gc.cpp: register the GC heap with the heap statistics facility
3783 2005-05-07  MenTaLguY  <mental@rydia.net>
3785         * src/gc-anchored.h, src/gc-core.h, src/gc-finalized.h,
3786           src/gc-managed.h, src/gc.cpp:
3788           hide the global Ops structure from the outside world, and expose
3789           some additional libgc API.
3791 2005-05-07  Ted Gould  <ted@gould.cx>
3793         * src/extension/parameter.cpp: bug fix for empty string parameter
3795         * share/extensions/dropshadow.inx,
3796         src/extension/implementation/script.cpp:
3798         Adding in an "interpreter" attribute for "command" that will prepend
3799         the command with the interpreter.  Right now only "perl" and "python"
3800         work, and they only prepend "perl" and "python", but more will be
3801         added later.
3803 2005-05-07  MenTaLguY  <mental@rydia.net>
3805         * src/xml/composite-node-observer.cpp: bug fixes
3807         * src/xml/simple-node.cpp, src/xml/simple-node.h: switch to using
3808           CompositeNodeObserver, which has saner add/remove semantics
3810         * src/util/list-container-test.cpp: add another test, just to be sure
3812         * src/dialogs/xml-tree.cpp: remove need for is_interactive flag on
3813           attribute changes (the flag is effectively disabled by the other
3814           changes)
3816 2005-05-05  MenTaLguY  <mental@rydia.net>
3818         * src/debug/event.h, src/debug/logger.cpp:
3820           PropertyPair is now its own class
3821         
3822         * src/xml/simple-node.cpp: add logging of XML node mutation
3824         * src/xml/Makefile_insert, src/xml/composite-node-observer.cpp,
3825           src/xml/composite-node-observer.h:
3827           added CompositeNodeObserver class, which will eventually replace
3828           the existing notifier lists
3830 2005-05-05  MenTaLguY  <mental@rydia.net>
3832         * src/inkscape.cpp: try to cleanly terminate log in case of crashes
3834 2005-05-05  MenTaLguY  <mental@rydia.net>
3836         * src/document-undo.cpp, src/debug/Makefile_insert, src/debug/logger.cpp,
3837           src/debug/simple-event.h, src/xml/event.cpp:
3839           add debug logging for undo+redo+transactions
3841 2005-05-05  MenTaLguY  <mental@rydia.net>
3843         * src/inkscape.cpp, src/main.cpp: initialize and shutdown debug log
3844           from more reliable place
3846         * src/debug/logger.cpp: clean up log via std::atexit()
3848 2005-05-04  MenTaLguY  <mental@rydia.net>
3850         * configure.ac, src/Makefile.am, src/Makefile_insert,
3851           src/debug/Makefile_insert, src/debug/makefile.in:
3853           added src/debug/ subdir
3855         * src/gc-alloc.h: no default management type for now
3857         * src/debug/event-tracker.h, src/debug/event.h, src/debug/logger.cpp,
3858           src/debug/logger.h: simple XML logging facility
3860         * src/util/Makefile_insert: fixed cut-and-paste error
3862 2005-04-29  Jon A. Cruz  <jon@joncruz.org>
3863         * src/dialogs/swatches.cpp, src/dialogs/eek-preview.h,
3864           src/dialogs/eek-preview.cpp:
3866         Added property to swatch to block taking focus.
3868 2005-04-28  Jon A. Cruz  <jon@joncruz.org>
3869         * src/dialogs/Makefile_insert, src/dialogs/eek-preview.cpp,
3870           src/dialogs/eek-preview.h, src/dialogs/swatches.cpp,
3871           src/dialogs/swatches.h, src/ui/previewholder.cpp,
3872           src/ui/previewable.h, src/ui/widget/panel.cpp:
3874           Adding new widget for color swatch usage.
3876 2005-04-24  Bryce Harrington <bryce@bryceharrington.org>
3878         * src/Makefile.am src/Makefile_insert,
3879           src/application/Makefile_insert, src/application/editor.cpp,
3880           src/application/editor.h, src/extension/internal/svg.cpp,
3881           src/ui/Makefile_insert, src/ui/view/Makefile_insert,
3882           src/ui/view/edit.cpp, src/ui/view/edit.h, src/ui/view/makefile.in,
3883           src/application/editor-impl.cpp, src/application/editor-impl.h:
3885           Renaming EditorImpl to UI::View::Edit
3887           Fixing bug 1185873 "batch mode crasher" caused by VFS being
3888           called with relative paths.  Adding a check to see whether the
3889           input is a valid uri, and if not, just calling sp_document_new
3890           directly.
3893 2005-04-23  Ted Gould  <ted@gould.cx>
3895         * src/extension/input.cpp, src/extension/input.h,
3896         src/extension/output.cpp, src/extension/output.h,
3897         src/extension/system.cpp, src/extension/implementation/implementation.cpp,
3898         src/extension/implementation/implementation.h,
3899         src/extension/implementation/plugin-link.h,
3900         src/extension/implementation/plugin.cpp,
3901         src/extension/implementation/plugin.h,
3902         src/extension/implementation/script.cpp,
3903         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
3904         src/extension/internal/eps-out.h:
3906         Changing the prototype for the input/output preferences to be closer to
3907         that of Effects.  This is a good thing because now autogui can be used for
3908         all, and it is much cleaner.  Unfortunately, this caused alot of files to
3909         be changed.  Also, this sets up the extensions dialog (we're only using
3910         one now) to be integrated into the GTKmm codebase easier.
3912 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3913         * src/widgets/sp-color-wheel-selector.cpp,
3914           src/widgets/sp-color-scales.h, src/widgets/sp-color-slider.cpp,
3915           src/widgets/sp-color-scales.cpp:
3916         Changed CMYK selector to display values as 0-100. Fixes REF #1124499.
3918 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3919         * src/xml/repr-io.cpp:
3920         Expand entities; matches 0.41 behavior. Fixes bug #1157478.
3922 2005-04-20  Jon A. Cruz  <jon@joncruz.org>
3923         * src/sp-object-repr.cpp:
3924         Turned off the half-done <animate> element. Fixes bug #1119935.
3926 2005-04-19  Carl Hetherington  <inkscape@carlh.net>
3928         * src/pen-context.cpp: snap first point to grid correctly, fixing
3929         #1152057.  Remove a pointless call to spdc_endpoint_snap().
3931         * src/main.cpp: support for command-line export of PS and EPS,
3932         with options.
3934 2005-04-19  Piers Titus van der Torren  <piersvdt@users.sourceforge.net>
3935         * src/seltrans.cpp:
3936         Fixed skew so it displays and snaps to angle instead of percentage.
3938 2005-04-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3940         * src/extension/internal/pov-out.cpp (PovOutput::save):
3941         Was dividing component bytes by 256 instead of the usual 255 to get
3942         floating point component.  Changed to use sp_color_get_rgb_floatv
3943         instead.  (N.B. This change is wrong if pov files disallow 1.0.)
3945         Multiply opacity by product of all ancestors' opacity property computed
3946         value.
3948 2005-04-18  Carl Hetherington  <inkscape@carlh.net>
3950         * src/sp-line.cpp, src/dialogs/unclump.cpp,
3951         src/extension/internal/ps.cpp,
3952         src/libnrtype/Layout-TNG-Output.cpp,
3953         src/Layout-TNG-Scanline-Makers.cpp, src/livarot/PathCutting.cpp:
3954         add missing include of nr-point-matrix-ops.h.
3956 2005-04-17  Jon A. Cruz  <jon@joncruz.org>
3957         * src/toolbox.cpp:
3959         Corrected improper use of static. Fixes bug #1171919.
3961 2005-04-16  Ted Gould  <ted@gould.cx>
3963         * src/extension/extension.cpp, src/extension/parameter.cpp:
3965         Adding in autogui for strings and booleans.  Also making everything
3966         a little more robust.
3968 2005-04-17  cyreve  <cyreve@users.sourceforge.net>
3970         * src/: sp-text.cpp, sp-text.h, text-context.cpp, text-editing.cpp,
3971           text-editing.h, libnrtype/Layout-TNG-Compute.cpp: hook up keys
3972           for adding rotate= attribute to text elements
3974         * src/libnrtype/Layout-TNG-OutIter.cpp: visual cursor left/right in
3975           counterdirectional text runs
3977 2005-04-16  cyreve  <cyreve@users.sourceforge.net>
3979         * src/: display/nr-arena-glyphs.cpp, libnrtype/FontInstance.cpp,
3980           libnrtype/RasterFont.cpp, libnrtype/font-instance.h,
3981           libnrtype/font-style.h: make miter-limit work for text outlines
3982           (bug 1094430)
3984 2005-04-16  Ted Gould  <ted@gould.cx>
3986         * src/main.cpp:
3988         Added a command-line arguement --extension-directory to find what
3989         extension directory Inkscape is configured for.  This should be 
3990         helpful for external extensions that want to use the same path
3991         as Inkscape itself on their install.
3993         * src/extension/extension.cpp, src/extension/init.cpp:
3995         Putting in half of Aaron's fix, mostly the one to keep things from
3996         crashing, next we need to examine how to add multiple search paths
3997         for extension dependencies.
3999         Also, added a check so that autogui won't create a GUI if there are
4000         no preferences.
4002 2005-04-13  Jon Phillips <jon@rejon.org>
4003         * src/toolbox.cpp: removed code that was beeping and prepped for new
4004           drag-n-drop color swatches.
4006 2005-04-13  cyreve  <cyreve@users.sourceforge.net>
4008         * src/path-chemistry.cpp: wire up converting object to path for
4009           flowtext
4011 2005-04-13  Jon A. Cruz  <jon@joncruz.org>
4012         * src/dialogs/swatches.cpp:
4014         Simple drag-n-drop out from color swatches.
4016 2005-04-12  cyreve  <cyreve@users.sourceforge.net>
4018         * src/: selection-chemistry.cpp, text-context.cpp, text-context.h,
4019           text-editing.cpp, text-editing.h: cut and copy selected text (bug
4020           1175441)
4022 2005-04-12  Ted Gould  <ted@gould.cx>
4024         * src/extension/extension.cpp, src/extension/extension.h,
4025         src/extension/parameter.cpp, src/extension/parameter.h,
4026         src/extension/implementation/script.cpp:
4028         This is support for having command line arguments from the parameters,
4029         mostly this is a quick hack to get Aaron working, I'll clean it up
4030         shortly, I promise.  But, it does seem to be working right now.  More
4031         polish shortly.
4033 2005-04-10  Jon A. Cruz  <jon@joncruz.org>
4034         * src/interface.cpp:
4036         Adding drag-n-drop support for arbitrary images. Fixes bug 1177714.
4039 2005-04-10  Ted Gould  <ted@gould.cx>
4041         * Lots of files:
4043         Moving around the plugins, and disabling the feature.  I've put all
4044         the functionality into the internal directory.  This should allow for
4045         the features to be used until plugins could work.  Also, adding in
4046         features to do autogui with the parameters of a given extension.
4048 2005-04-09  Bryce <bryce@bryceharrington.org>
4050         * src/view.h, src/application/editor-impl.cpp,
4051           src/application/editor-impl.h, src/svg-view.h:
4053           C++-ification.  Created some C++ wrapper member functions for
4054           SPView and SPSVGView, to enable Gtkmmification of SPDesktop
4056 2005-04-09  MenTaLguY  <mental@rydia.net>
4058         * src/selection.cpp, src/selection.h, src/dialogs/align.cpp,
4059           src/extension/implementation/script.cpp,
4060           src/extension/plugin/bluredge.cpp, src/util/glib-list-iterators.h:
4062           excise STL abuse, and fix up the glib list iterators
4064 2005-04-09  MenTaLguY  <mental@rydia.net>
4066         * src/file.cpp, src/interface.cpp, src/shortcuts.cpp,
4067           src/sp-object-repr.cpp, src/sp-skeleton.cpp, src/verbs.cpp,
4068           src/dialogs/export.cpp, src/display/nr-arena-item.cpp,
4069           src/libnrtype/FontFactory.cpp, src/libnrtype/TextWrapper.h,
4070           src/livarot/ShapeMisc.cpp, src/livarot/float-line.cpp:
4072           combined several different 64-bit cleanness patches
4074 2005-04-08 Jon Phillips <jon@rejon.org>
4075         * src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h: 
4076           added copyright statements about dialog manager code I wrote.
4078 2005-04-08  MenTaLguY  <mental@rydia.net>
4080         * src/draw-context.cpp, src/dyna-draw-context.cpp, src/path-chemistry.cpp,
4081           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
4082           src/splivarot.cpp, src/extension/plugin/bluredge.cpp,
4083           src/trace/trace.cpp:
4085           renaming Inkscape::Selection methods that deal with XML::Nodes
4087 2005-04-08  MenTaLguY  <mental@rydia.net>
4089         * src/document-undo.cpp: try again with handling incomplete transactions
4090           more gracefully
4092 2005-04-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4094         * src/io/sys.h, src/io/sys.cpp (dir_open, dir_read_utf8name):
4095           New functions: utf8 wrappers around g_dir_open, g_dir_read_name.
4097 2005-04-02  Bryce Harrington <bryce@bryceharrington.org>
4099         * configure.ac share/ui/menus-bars.xml, src/Makefile.am,
4100           src/Makefile_insert, src/file.cpp,
4101           src/application/editor-impl.cpp,
4102           src/application/editor-impl.h,
4103           src/extension/init.cpp, src/extension/input.cpp,
4104           src/extension/system.cpp,
4105           src/extension/implementation/implementation.cpp,
4106           src/extension/implementation/plugin.cpp,
4107           src/extension/implementation/script.cpp,
4108           src/extension/internal/svg.cpp
4109         : Implementing preliminary load-from-URI functionality.
4110         
4112 2005-04-02  MenTaLguY  <mental@rydia.net>
4114         * src/document-undo.cpp, src/xml/event-fns.h, src/xml/event.cpp,
4115           src/xml/event.h:
4117           more debugging info for incomplete transactions
4119 2005-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4121         * src/sp-gradient.cpp: Fix crash with cycles in gradient hrefs.
4123 2005-04-01  Jon A. Cruz  <jon@joncruz.org>
4124         * src/ui/widget/panel.h, src/ui/widget/panel.cpp, src/ui/previewholder.h,
4125           src/ui/previewholder.cpp,src/dialogs/swatches.cpp,
4126           src/dialogs/swatches.h:
4127           Added UI for switching palettes
4129 2005-04-01  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4130         * src/style.cpp (sp_style_merge_from_dying_parent): New function to
4131           combine the styles of the <use> element and its ghost child when
4132           unlinking.
4133         * src/sp-use.cpp: Use it.
4135 2005-03-31  Jon A. Cruz  <jon@joncruz.org>
4136         * src/ui/widget/panel.cpp, src/ui/widget/panel.h, src/path-prefix.h,
4137           src/dialogs/swatches.cpp, src/dialogs/swatches.h
4138           share/palettes/Makefile.am, share/palettes/svg.gpl:
4139           Adding palette loading.
4141 2005-03-31 Jean-François Lemaire <jflemaire@skynet.be>
4142         * share/icons/David_icons.svg: new icon theme by David Christian Berg
4144         * share/icons/README.icons: explanations on how to use the theme
4146 2005-03-30  Jean-François Lemaire <jflemaire@skynet.be>
4147         * share/icons/icons.svg: included the layer menu icons
4149         * src/verbs.cpp: assigned names for the layer menu icons
4151 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
4152         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
4153           src/ui/previewholder.h, src/ui/previewfillable.h,
4154           src/dialogs/iconpreview.cpp, src/dialogs/swatches.cpp:
4155           Adding panel menu
4157 2005-03-27  Jon Phillips <jon@rejon.org>
4158         * src/toolbox.cpp src/toolbox.h src/ui/dialog/dialog-manager.cpp
4159           src/ui/dialog/dialog-manager.h: Added generic dialog adding,
4160           deleting, and getting and fixed toolboxes to be static with no
4161           warnings.
4163 2005-03-26  Bryce <bryce@bryceharrington.com>
4165         * share/ui/keybindings.rc, share/ui/menus-bars.xml
4166           src/application/editor-impl.cpp, src/application/editor-impl.h,
4167           src/extension/internal/svg.cpp, src/ui/dialog/Makefile_insert,
4168           src/ui/dialog/dialog-manager.cpp,
4169           src/ui/dialog/dialog-manager.h, src/ui/dialog/messages.cpp,
4170           src/ui/dialog/messages.h: Initial implementation of canvas in
4171           gtkmm.  Incorporating Messages dialog.
4174 2005-03-24  MenTaLguY  <mental@rydia.net>
4176         * src/sp-item.cpp: fix relative transforms to accommodate viewbox
4178 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
4180         * src/ui/Makefile_insert, src/dialogs/swatches.cpp,
4181           src/dialogs/swatches.h, src/ui/previewable.h,
4182           src/ui/previewfillable.h, src/ui/previewholder.cpp,
4183           src/ui/previewholder.h:
4184           Refactoring previewable functionality to be more generic
4186 2005-03-24  cyreve  <cyreve@users.sourceforge.net>
4188         * src/: text-context.cpp, text-editing.cpp, text-editing.h:
4189           functions for applying style to selected text, and wire them
4190           up to ctrl-b/ctrl-i for bold/italic
4192 2005-03-23  Jon Phillips <jon@rejon.org>
4193         * src/toolbox.h src/toolbox.cpp: Fixed warning messages.
4195 2005-03-23  Jon A. Cruz  <jon@joncruz.org>
4197         * src/ui/previewable.h, src/ui/Makefile_insert,
4198           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
4199           Preliminary work for 'Previewable' interface.
4201 2005-03-23  cyreve  <cyreve@users.sourceforge.net>
4203         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
4204           libnrtype/Layout-TNG-Output.cpp: make text on path work correctly
4205           with accent glyphs and suchlike
4207         * src/: text-chemistry.cpp, libnrtype/Layout-TNG.h: apply text's
4208           alignment to startOffset on new textpath elements, fixes bug
4209           1168145
4211         * src/libnrtype/Layout-TNG-OutIter.cpp: selecting text to the end
4212           sometimes displays wrong
4214 2005-03-22  MenTaLguY  <mental@rydia.net>
4216         * src/arc-context.cpp, src/desktop-handles.cpp,
4217           src/desktop-handles.h, src/desktop.cpp, src/desktop.h,
4218           src/document.h, src/draw-context.cpp, src/draw-context.h,
4219           src/file.cpp, src/forward.h, src/gradient-context.cpp,
4220           src/gradient-drag.cpp, src/gradient-drag.h, src/gradient-toolbar.cpp,
4221           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
4222           src/node-context.h, src/nodepath.cpp, src/object-ui.cpp,
4223           src/path-chemistry.cpp, src/rect-context.cpp, src/selcue.cpp,
4224           src/selcue.h, src/select-context.cpp, src/select-toolbar.cpp,
4225           src/selection-chemistry.cpp, src/selection-chemistry.h,
4226           src/selection-describer.cpp, src/selection-describer.h,
4227           src/selection.cpp, src/selection.h, src/seltrans.cpp,
4228           src/seltrans.h, src/sp-flowtext.cpp, src/spiral-context.cpp,
4229           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
4230           src/text-context.cpp, src/toolbox.cpp, src/verbs.cpp,
4231           src/dialogs/align.cpp, src/dialogs/clonetiler.cpp,
4232           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
4233           src/dialogs/find.cpp, src/dialogs/iconpreview.cpp,
4234           src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
4235           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4236           src/dialogs/tiledialog.cpp, src/dialogs/transformation.cpp,
4237           src/dialogs/xml-tree.cpp, src/extension/plugin/bluredge.cpp,
4238           src/extension/plugin/grid.cpp, src/trace/trace.cpp,
4239           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
4240           src/ui/dialog/transformation.cpp, src/ui/dialog/transformation.h,
4241           src/widgets/sp-widget.cpp, src/widgets/sp-widget.h:
4243           SPSelection -> Inkscape::Selection
4245 2005-03-22  cyreve  <cyreve@users.sourceforge.net>
4247         * src/text-context.cpp: pressing esc doesn't hide text selection
4249         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4250           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
4251           libnrtype/Layout-TNG.h: make text selection inverse
4253 2005-03-21  Jon Phillips <jon@rejon.org>
4255         * share/icons/icons.svg src/dropper-context.cpp
4256           src/dropper-context.h src/toolbox.cpp src/toolbox.h
4257           src/dialogs/display-settings.cpp: Added controls for eye dropper
4258           so that I could get color values. Removed option from application
4259           preferences.
4261 2005-03-21  MenTaLguY  <mental@rydia.net>
4263         * src/util/Makefile_insert, src/util/glib-list.h,
4264           src/util/glib-list-iterators.h:
4266           retired old Glib list to Util::List adaptor and replaced it with
4267           new iterator classes that directly wrap the Glib list types
4269 2005-03-21  cyreve  <cyreve@users.sourceforge.net>
4271         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp: text
4272           selection doesn't show when it starts at the end of a line
4274         * src/: text-context.cpp, text-editing.cpp: crash on overtyping
4275           selection, and displayed selection not removed on overtype
4277         * src/text-editing.cpp: kerning information placed wrongly in text
4278           after child span element
4280         * src/libnrtype/Layout-TNG-OutIter.cpp: crash when pressing home key
4282         * src/: text-context.cpp, text-context.h: text selection using the
4283           mouse
4285         * src/: make.dep, make.files, make.ofiles,
4286           libnrtype/Layout-TNG-OutIter.cpp: further optimisation of text
4287           selection, and an implementation for text on a path
4289         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp,
4290           libnrtype/Layout-TNG.h: optimisation of text selection and fixing
4291           some bugs in it
4293 2005-03-18  MenTaLguY  <mental@rydia.net>
4295         * src/arc-context.cpp, src/file.cpp, src/gradient-context.cpp,
4296           src/node-context.cpp, src/object-ui.cpp, src/path-chemistry.cpp,
4297           src/rect-context.cpp, src/select-context.cpp,
4298           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
4299           src/sp-flowtext.cpp, src/spiral-context.cpp, src/splivarot.cpp,
4300           src/star-context.cpp, src/text-chemistry.cpp, src/text-context.cpp,
4301           src/dialogs/find.cpp, src/dialogs/in-dt-coordsys.cpp,
4302           src/dialogs/xml-tree.cpp:
4304           cleaned up the selection API slightly
4306 2005-03-20  cyreve  <cyreve@users.sourceforge.net>
4308         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4309           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
4310           libnrtype/Layout-TNG.h: initial implementation of text selection
4311           (keyboard only)
4313         * src/libnrtype/Layout-TNG-OutIter.cpp: making
4314           createSelectionShape() work
4316         * src/: sp-text.cpp, sp-text.h: text-anchor sometimes won't work in
4317           text on a path when x/y coordinates are set
4319         * src/libnrtype/Layout-TNG-Output.cpp: text on path: cut characters
4320           before start of path and calculate bounding box correctly when
4321           this happens
4323 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
4324         * src/dialogs/Makefile_insert, src/dialogs/swatches.cpp,
4325           src/dialogs/swatches.h, src/verbs.h, src/verbs.cpp,
4326           src/interface.cpp:
4327           Initial cut of swatches panel.
4329 2005-03-19  cyreve  <cyreve@users.sourceforge.net>
4331         * src/libnrtype/Layout-TNG-Compute.cpp: rendering of
4332           multiple-character clusters in rtl text is wrong (bug 1166603)
4334         * src/: make.dep, make.files, make.ofiles, sp-text.cpp, sp-text.h,
4335           text-editing.cpp: glue kerning info back together on deleting
4336           line breaks
4338         * src/sp-tspan.cpp: textpath startOffset attribute doesn't save
4339           correctly when it's a percentage (remnants of bug 1124722)
4341         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4342           text-editing.h, libnrtype/Layout-TNG.h: use Layout::iterator for
4343           storing cursor position. Fixes bug 1093660 related to rtl cursor
4344           movement
4346         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG.h: implement
4347           backend cursor movement functions properly for multidirectional
4348           text
4350         * src/libnrtype/Layout-TNG-Output.cpp: create more efficient
4351           postscript output
4353         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG-Output.cpp,
4354           Layout-TNG.h: obey text-align attribute when fitting text to a
4355           path (fixes bug 1124722)
4357         * src/: attributes-test.cpp, attributes.cpp, attributes.h,
4358           sp-flowtext.cpp, sp-text.cpp, sp-tspan.cpp, sp-tspan.h,
4359           style-test.cpp, libnrtype/Layout-TNG-Output.cpp: wire up
4360           startOffset attribute to textpath and fix bugs in it
4362         * src/sp-flowtext.cpp: unflow text command loses formatting
4364         * src/xml/repr-io.cpp: xml pretty-printer adding whitespace in
4365           xml:space=preserve elements
4367         * src/: sp-flowtext.cpp, text-editing.cpp: line breaks not being
4368           put before strings immediately following para elements, and
4369           deleting line breaks copies style wrongly
4371 2005-03-18  MenTaLguY  <mental@rydia.net>
4373         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4374           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4375           src/xml/node-fns.cpp, src/xml/node-fns.h, src/xml/node-iterators.h,
4376           src/xml/repr.cpp, src/xml/simple-node.cpp:
4378           renamed node-fns-tree to node-fns, and moved sp_repr_prev etc
4379           into Inkscape::XML namespace (as e.g. previous_node)
4381 2005-03-18  cyreve  <cyreve@users.sourceforge.net>
4383         * src/libnrtype/Layout-TNG-Compute.cpp: cursor position on blank
4384           first line sometimes goes wrong
4386         * src/: make.dep, make.files, make.ofiles, text-editing.cpp:
4387           spurious line break added before text in text and font dialog
4388           (bug 1166016)
4390         * src/: make.dep, make.files, make.ofiles, libnrtype/FlowBoxes.cpp,
4391           libnrtype/FlowBoxes.h, libnrtype/FlowDefs.h,
4392           libnrtype/FlowDest.cpp, libnrtype/FlowDest.h,
4393           libnrtype/FlowEater.cpp, libnrtype/FlowEater.h,
4394           libnrtype/FlowRes.cpp, libnrtype/FlowRes.h,
4395           libnrtype/FlowResOut.cpp, libnrtype/FlowSols.cpp,
4396           libnrtype/FlowSols.h, libnrtype/FlowSrc.cpp, libnrtype/FlowSrc.h,
4397           libnrtype/FlowSrcText.cpp, libnrtype/FlowSrcText.h,
4398           libnrtype/FlowStyle.cpp, libnrtype/FlowStyle.h,
4399           libnrtype/FlowUtils.cpp, libnrtype/FlowUtils.h,
4400           libnrtype/Makefile_insert: remove all old text layout code (7,577
4401           lines)
4403         * src/: sp-flowregion.cpp, sp-flowregion.h, sp-flowtext.cpp,
4404           sp-string.cpp, sp-tspan.cpp: purge flow_dest class from code
4406         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
4407           libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: define a value
4408           for line-height:normal and use it consistently
4410         * src/: sp-text.cpp, sp-text.h, text-editing.cpp: adjust kerning
4411           attributes on adding/removing line breaks
4413 2005-03-17  MenTaLguY  <mental@rydia.net>
4415         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp:
4417           whoops, we were calling the 'children' vfunc rather than
4418           'last_child' when appending, hence the bug... fixed now.
4420 2005-03-17  cyreve  <cyreve@users.sourceforge.net>
4422         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
4423           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h: x,y
4424           attributes on tspans set wrongly when alignment != left (bug
4425           1165427)
4427         * src/: sp-text.cpp, sp-text.h: break before tspan role=line
4428           elements, ie allow first tspan not to have role=line
4430         * src/: make.dep, make.files, make.ofiles, sp-flowtext.cpp,
4431           sp-object.cpp: fix inheritance problems with xml:space attribute
4433         * src/libnrtype/Layout-TNG-OutIter.cpp: crash on pressing enter
4434           immediately after creating text
4436         * src/: object-ui.cpp, sp-flowtext.cpp: set xml:space=preserve on
4437           new flowdiv elements
4439         * src/libnrtype/Layout-TNG-Compute.cpp: second try at solving
4440           numerical problems when line-height is set
4442         * src/: sp-flowtext.cpp, sp-flowtext.h, verbs.cpp: slightly
4443           objectify SPFlowtext and rearrange its updating a tiny bit
4445         * src/: path-chemistry.cpp, sp-flowregion.cpp, sp-offset.cpp,
4446           sp-text.cpp, sp-text.h, sp-use-reference.cpp, splivarot.cpp:
4447           slightly objectify SPText & rearrange updating code, also fixes
4448           bug causing all letters to appear on top of each other
4450         * src/libnrtype/Layout-TNG-Compute.cpp: characters will draw
4451           multiple times when x or y attributes set
4453 2005-03-16  cyreve  <cyreve@users.sourceforge.net>
4455         * src/text-editing.cpp: kerning: add/remove kerns with
4456           insertion/deletion of characters, and only apply kerns to the
4457           topmost xml object
4459         * src/: help.cpp, selection-chemistry.cpp, sp-text.cpp, sp-text.h,
4460           text-context.cpp, text-editing.cpp, text-editing.h,
4461           dialogs/text-edit.cpp: move functions applying to both text and
4462           flowtext to text-editing & rename them. Also fixes crash on
4463           letter/linespacing adjustment for flowtext
4465         * src/text-editing.cpp: fix crash on pressing delete at the end of
4466           text
4468         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
4469           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h:
4470           position cursor correctly in empty text objects
4472         * src/: sp-item-group.cpp, sp-object.cpp: optimise adding children
4473           to the end of a group - big improvement for tile clones
4475         * src/: sp-flowtext.cpp, sp-text.cpp, text-context.cpp,
4476           text-editing.cpp, text-editing.h: text editing fixes: track line
4477           breaks with preceding para tag, finish abstracting line
4478           break/remove functions to work on flowtext
4480         * src/libnrtype/Layout-TNG-Compute.cpp: cursor positioning
4481           off-by-one in some cases of wrapped text
4483 2005-03-15  cyreve  <cyreve@users.sourceforge.net>
4485         * src/libnrtype/Layout-TNG-Compute.cpp: small tweak to make cursor
4486           positioning work right in counterdirectional spans in fully
4487           justified text
4489         * src/sp-text.cpp: tweak function for adjusting linespacing by
4490           keyboard to be more precise
4492         * src/: attributes-test.cpp, attributes.cpp, make.dep, make.files,
4493           make.ofiles, style-test.cpp, style.cpp,
4494           libnrtype/Layout-TNG-Output.cpp: make the unit tests pass for the
4495           new styles, and workaround build breakage when pango < 1.8
4496           installed
4498         * src/: sp-flowtext.cpp, sp-flowtext.h,
4499           libnrtype/Layout-TNG-Compute.cpp,
4500           libnrtype/Layout-TNG-Scanline-Makers.cpp, libnrtype/Layout-TNG.h:
4501           wiring up full justification to old attribute & fixing bugs in
4502           it, which turned in to a major refactoring of layout code
4504 2005-03-14  Jon Phillips <jon@rejon.org>
4505         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
4506           src/desktop.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4507           src/dialogs/desktop-properties.cpp:
4508           Added showpageshadow preference to document preferences. Set to
4509           on automatically and saves with document if off.
4511 2005-03-14  MenTaLguY  <mental@rydia.net>
4513         * src/display/nr-arena-item.h, src/display/nr-arena-item.cpp,
4514           src/display/nr-arena-group.cpp:
4516           added virtual accessor for last child
4518 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
4519         * src/interface.cpp, src/verb.cpp, src/verbs.h,
4520           src/ui/widget/panel.cpp, src/dialogs/Makefile_insert,
4521           src/dialogs/extensions.cpp, src/dialogs/extensions.h,
4522           src/extension/error-file.cpp:
4523           Added rough cut of initial extensions panel and dialog.
4525 2005-03-13  Bryce Harrington <bryce@bryceharrington.org>
4527         * src/path-prefix.h: Rearranging linking of libui and libutil
4529         * src/application/application.cpp, src/application/application.h
4530           src/application/editor-impl.cpp,
4531           src/ui/dialog/dialog-manager.cpp,  src/ui/dialog/dialog.cpp,
4532           src/ui/dialog/dialog.h, src/ui/widget/labelled.cpp,
4533           src/ui/dialog/transformation.h, src/ui/dialog/transformation.cpp,
4534           src/ui/widget/unit-menu.h, src/util/units.cpp:
4535           Integrating Transformation dialog.  Removing hardcoded paths.
4537         * share/icons/Makefile.in, share/icons/arrows-horiz.svg,
4538           share/icons/arrows-vert.svg, share/icons/arrows_hor.xpm,
4539           share/icons/arrows_ver.xpm, share/icons/rotate.svg,
4540           share/icons/rotate.xpm, share/icons/scale_hor.xpm,
4541           share/icons/scale_ver.xpm, share/icons/Makefile.am:
4542           Adding icons needed by transformation dialog
4544         * share/ui/units.txt,  share/ui/units.xml:
4545           Moving units into ui/ subdir.  Dunno if this is the best
4546           location for them, but pjrm thought it'd be ok for now.
4548 2005-03-13  cyreve  <cyreve@users.sourceforge.net>
4550         * src/sp-text.cpp: allow adjusting letter spacing when cursor is at
4551           eol
4553         * src/: make.dep, make.files, make.ofiles,
4554           libnrtype/Layout-TNG-Compute.cpp,
4555           libnrtype/Layout-TNG-OutIter.cpp,
4556           libnrtype/Layout-TNG-Output.cpp, libnrtype/Layout-TNG.h: fix
4557           kerning when align != left, and fix linespacing < 100
4559         * src/: sp-flowtext.cpp, sp-text.cpp, sp-text.h, style.cpp,
4560           style.h, libnrtype/Layout-TNG-Compute.cpp,
4561           libnrtype/Layout-TNG-Input.cpp, libnrtype/Layout-TNG-OutIter.cpp,
4562           libnrtype/Layout-TNG-Output.cpp,
4563           libnrtype/Layout-TNG-Scanline-Maker.h, libnrtype/Layout-TNG.h:
4564           implement line-height css property, & fix percentage handling in
4565           style
4567 2005-03-12  MenTaLguY  <mental@rydia.net>
4569         * src/node-context.cpp, src/node-context.h, src/nodepath.cpp,
4570           src/nodepath.h, src/toolbox.cpp, src/dialogs/align.cpp:
4572           Renamed Path namespace to Inkscape::NodePath, to avoid conflict
4573           with livarot
4575 2005-03-12  Kees Cook  <kees@outflux.net>
4577         * inkscape.nsi: added German translation from Adib Taraben.
4579 2005-03-12  MenTaLguY  <mental@rydia.net>
4581         * src/sp-namedview.cpp, src/sp-metadata.cpp: it's valid for an SPObject
4582           'write' method to be passed the object's own XML node; account for this.
4584 2005-03-12  MenTaLguY  <mental@rydia.net>
4586         * src/xml/simple-node.cpp: assert that src != this in
4587           SimpleNode::mergeFrom
4589 2005-03-12  MenTaLguY  <mental@rydia.net>
4591         * src/gc-alloc.h: minor cosmetic adjustments
4593         * src/util/list-container.h: pedantically correct implementation of
4594           ListContainer::max_size()
4596         * src/xml/simple-node.cpp: use Util::ListContainer iterators in a more
4597           STL-ish fashion
4599 2005-03-12  Jon A. Cruz  <jon@joncruz.org>
4600         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
4601           src/ui/widget/Makefile_insert, src/dialogs/iconpreview.h,
4602           src/dialogs/iconpreview.cpp:
4603           Initial addition of Panel.
4605 2005-03-12  cyreve  <cyreve@users.sourceforge.net>
4607         * src/sp-flowtext.cpp: text unflow command losing space characters:
4608           add xml:space to generated elements
4610         * src/: attributes.cpp, attributes.h, make.dep, make.files,
4611           make.ofiles, sp-flowtext.cpp, sp-text.cpp, style.cpp, style.h,
4612           text-context.cpp, text-editing.cpp, dialogs/text-edit.cpp,
4613           libnrtype/FlowRes.cpp, libnrtype/Layout-TNG-Compute.cpp,
4614           libnrtype/Layout-TNG-Input.cpp: add several new text properties
4615           to SPStyle and rearrange some of the existing ones, also remove
4616           spurious warning on applying kerning
4618         * src/sp-flowtext.cpp: svg spec requires us to break after flowline
4619           content, not before
4621 2005-03-11  cyreve  <cyreve@users.sourceforge.net>
4623         * src/desktop-style.cpp, src/sp-text.cpp, src/sp-text.h,
4624           src/sp-tspan.cpp, src/sp-tspan.h, src/text-chemistry.cpp,
4625 src/text-editing.cpp,
4626           src/text-editing.h: combine the common attribute handling for text,
4627           tspan and textpath into one class
4629         * src/sp-flowtext.cpp, src/sp-string.cpp: reimplement xml:space attribute
4631         * src/sp-text.cpp, src/libnrtype/Layout-TNG-OutIter.cpp,
4632           src/libnrtype/Layout-TNG.h: apply calculated x/y attributes to tspan
4633           role=line elements
4635         * src/libnrtype/Layout-TNG-Output.cpp: postscript text output
4636           incorrectly scaled (and other problems)
4638 2005-03-10  cyreve  <cyreve@users.sourceforge.net>
4640         * src/sp-flowdiv.h, src/sp-flowtext.h,
4641           src/sp-text.cpp, src/sp-text.h, src/sp-tspan.h, src/text-context.cpp,
4642           src/text-editing.cpp, src/text-editing.h,
4643           src/libnrtype/Layout-TNG-Compute.cpp,
4644           src/libnrtype/Layout-TNG-OutIter.cpp: clean up xml tree properly on
4645           deleting line break, & fix various compile issues
4647         * src/nodepath.cpp, src/sp-flowdiv.cpp,
4648           src/sp-flowdiv.h, src/sp-flowtext.cpp, src/sp-flowtext.h,
4649 src/sp-string.cpp,
4650           src/sp-string.h, src/sp-text.cpp, src/sp-text.h, src/sp-tspan.cpp,
4651 src/sp-tspan.h,
4652           src/text-editing.cpp, src/verbs.cpp, src/libnrtype/FontInstance.cpp,
4653           src/libnrtype/font-instance.h, src/livarot/Shape.h,
4654           src/libnrtype/Layout-TNG-Compute.cpp, src/libnrtype/Layout-TNG-Input.cpp,
4655           src/libnrtype/Layout-TNG-OutIter.cpp,
4656           src/libnrtype/Layout-TNG-Output.cpp,
4657           src/libnrtype/Layout-TNG-Scanline-Maker.h,
4658           src/libnrtype/Layout-TNG-Scanline-Makers.cpp,
4659           src/libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: huge rewrite of
4660           text layout (and some text editing) code
4662 2005-03-07  Kees Cook  <kees@outflux.net>
4664         * src/libnr/have_mmx.S, src/libnr/nr_mmx_R8G8B8A8_P_EMPTY_A8_RGBAP.S,
4665           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_A8_RGBAP.S,
4666           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_R8G8B8A8_N_TRANSFORM.S,
4667           src/libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S: execstack patch
4668           from Mike Hearn.
4670 2005-03-07  Jon A. Cruz  <jon@joncruz.org>
4671         * src/interface.cpp, src/verbs.h, src.verbs.cpp, src/widgets/icon.cpp,
4672           src/dialogs/iconpreview.h, src/dialogs/iconpreview.cpp,
4673           src/dialogs/Makefile_insert:
4674           Initial cut of icon preview.
4676 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
4678         * share/icons/*.svg, share/icons/Makefile.am:  Adding icons for
4679           new gui interface
4681         * src/ui/icons.cpp:  Fixing some paths
4683         * src/main.cpp src/application/Makefile_insert,
4684           src/application/app-prototype.h,
4685           src/application/application.cpp src/application/editor.cpp,
4686           src/ui/widget/toolbox.cpp,
4687           src/application/editor-impl.cpp:
4688           Broke out editor-impl class to its own file.  Continued getting
4689           the new interface to the point where it'll load and run.
4691         * share/ui/keybindings.rc, share/ui/toolbox.xml, share/ui/menus-bars.xml:
4692           Migrating some of the UI definition stuff into main codebase
4694 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
4695         * src/widgets/layer-selector.cpp, src/widgets/icon.h,
4696           src/widgets/icon.cpp, src/dialogs/align.cpp, src/dialogs/find.cpp,
4697           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
4698           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4699           src/dialogs/xml-tree.cpp, src/interface.cpp:
4700           Purging PixBufFactory and sp_icon_new_scaled.
4702 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
4703         * src/widgets/icon.cpp, src/widgets/icon.cpp: Switched icon loading
4704           to be deferred and react to theme changes on-the-fly.
4706 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
4708         * src/application/Makefile_insert,
4709           src/application/app-prototype.cpp,
4710           src/application/editor.h,
4711           src/application/app-prototype.h,
4712           src/application/application.cpp:
4713           Adding Application::AppPrototype class
4714         * src/application/editor.cpp,
4715           src/application/editor.h:
4716           Changing member function getImpl() to getWindow()
4718 2005-03-04  Jon A. Cruz  <jon@joncruz.org>
4719         * src/widgets/icon.cpp: Changed stock item loading to use stock
4720           GtkImage widgets directly.
4722 2005-03-03  MenTaLguY  <mental@rydia.net>
4724         * src/widgets/icon.cpp: more idiomatic iteration
4726 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
4727         * src/toolbox.cpp: Added preference to make the top toolbox 'small'.
4729 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
4730         * src/desktop-events.cpp, src/desktop.cpp, src/gradient-toolbar.cpp,
4731           src/interface.cpp, src/select-toolbar.cpp, src/toolbox.cpp,
4732           src/toolbox.h, src/dialogs/find.cpp,
4733           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
4734           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4735           src/dialogs/xml-tree.cpp, src/widgets/button.cpp,
4736           src/widgets/button.h, src/widgets/icon.cpp, src/widgets/icon.h,
4737           src/widgets/layer-selector.cpp, src/widgets/paint-selector.cpp,
4738           src/widgets/widget-sizes.h:
4739           Initial pass removing hardcoded icon sizes.
4741 2005-03-01  MenTaLguY  <mental@rydia.net>
4743         * src/extensions/internal/ps.cpp: apply patch from Michael Forbes
4744           (miforbes@mbhs.edu) to support gradient fills in Postscript
4746 2005-03-01  MenTaLguY  <mental@rydia.net>
4748         * src/xml/node.h, src/xml/simple-node.cpp, src/xml/simple-node.h:
4750           begin migration of notification interface to use NodeObserver
4751           rather than NodeEventVector
4753 2005-03-01  MenTaLguY  <mental@rydia.net>
4755         * src/xml/Makefile_insert, src/xml/node-listener.h, src/xml/repr.cpp,
4756           src/xml/simple-node.cpp, src/xml/simple-node.h:
4758           reworked listener list to use Util::ListContainer
4760         * src/xml/node-observer.h: minor name cleanups
4762 2005-03-01  MenTaLguY  <mental@rydia.net>
4764         * src/Makefile.am, src/algorithms/find-if-before.h:
4766           added new generic algorithm
4768 2005-03-01  MenTaLguY  <mental@rydia.net>
4770         * src/Makefile.am, src/util/Makefile_insert,
4771           src/util/list-container-test.cpp, src/util/list-container.h:
4773           tests and fixes for Util::ListContainer
4775 2005-03-01  MenTaLguY  <mental@rydia.net>
4777         * src/Makefile.am, src/libnr/Makefile_insert, src/xml/Makefile_insert:
4778           use in-tree copy of cxxtest
4780         * src/util/Makefile_insert, src/util/list-container.h:
4781           add Util::List-based STL container
4783 2005-02-28 SwinginCelt  <swinginceltgmail.com>
4785         * Fixed an improper conversion of sp_repr_document_merge that was causing
4786           extra data being written to the prefrences file every time inkscape
4787           exited.
4789 2005-02-26 SwinginCelt  <swinginceltgmail.com>
4791         * Replaced all sp_repr_set_content calls with direct call to
4792           repr->setContent.
4793         * Replaced all sp_repr_merge calls with direct call to
4794           repr->mergeFrom.
4795         * Removed inline sp_repr_document_merge because it wasn't used anywhere.
4796         * Removed inline sp_repr_set_content because it wasn't used anywhere.
4798 2005-02-26  MenTaLguY  <mental@rydia.net>
4800         * cxxtest: imported cxxtest tree
4802 2005-02-24  Jon A. Cruz  <jon@joncruz.org>
4803         * src/main.cpp, io/sys.h, io/sys.cpp:
4804           Refactoring input filename conversion and fallback.
4805           Fixes bug #1151536.
4807 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
4808         * src/main.cpp:
4809           Refactoring sp_main_*. Adding cleanup phase on extracted filename list.
4811 2005-02-22  Bryce Harrington <bryce@bryceharringotn.org>
4813         * src/main.cpp, src/application/application.cpp:  Adding --new-gui
4814         option.
4816 2005-02-22  Ted Gould  <ted@gould.cx>
4818         * src/interface.cpp:
4820         Changing the effects menu to be driven by the preferences file so that the
4821         file can be the same whether or not the effects are shown.
4823 2005-02-22  MenTaLguY  <mental@rydia.net>
4825         * src/desktop-style.cpp, src/selection-chemistry.cpp,
4826           src/xml/attribute-record.h, src/xml/node.h, src/xml/repr-css.cpp,
4827           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h:
4829           use Inkscape::Util::List for attribute lists, and sprinkle some
4830           appropriate 'using's in to make things less verbose
4832 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
4833         * src/inkscape.cpp, src/main.cpp, src/extension/input.cpp, src/io/sys.cpp,
4834           src/xml/repr-io.cpp:
4835           Better catching of problematic filenames.
4836           Made segv handler only use dialog box when app is using a gui.
4837           Fixes bug #1145847.
4839 2005-02-22  Ted Gould  <ted@gould.cx>
4841         * src/extension/effect.cpp, src/extension/prefdialog.cpp,
4842         src/extension/prefdialog.h,
4843         src/extension/implementation/implementation.cpp,
4844         src/extension/implementation/implementation.h,
4845         src/extension/implementation/plugin-link.h,
4846         src/extension/implementation/plugin.cpp,
4847         src/extension/implementation/plugin.h,
4848         src/extension/implementation/script.cpp,
4849         src/extension/implementation/script.h, src/extension/plugin/grid.cpp:
4851         Changing the API of the effects preferences so that it doesn't use
4852         sockets and plugs anymore.  Now there is a generic widget passed down so
4853         that should work on every platform.
4855         * src/extension/plugin/grid.cpp:
4857         Fixing the grid so that it uses the right axis.
4859         * share/extensions/Makefile.am, share/extensions/bluredge.inx,
4860         share/extensions/randompnt.inx, share/extensions/randompos.inx,
4861         src/extension/plugin/Makefile_insert, src/extension/plugin/bluredge.cpp,
4862         src/extension/plugin/randompnt.cpp, src/extension/plugin/randompos.cpp:
4864         Adding some cool new effects, well, they're not really done yet,
4865         but getting the basis code into CVS so I don't loose it :)
4867 2005-02-21  MenTaLguY  <mental@rydia.net>
4869         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4870           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4871           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4872           src/xml/repr.cpp, src/xml/simple-node.cpp:
4874           renamed header files
4876         * src/xml/Makefile_insert, src/xml/invalid-operation-exception.h:
4878           added Inkscape::XML::InvalidOperationException
4880         * src/xml/simple-node.h:
4882           avoid a second indirect function call from SimpleNode::appendChild
4884 2005-02-20 SwinginCelt  <swinginceltgmail.com>
4886         * Replaced all sp_repr_attr calls with direct call to
4887           repr->attribute.
4888         * Replaced all sp_repr_document_unref calls with direct call to
4889           Inkscape::GC::release(...).
4890         * Removed iinline sp_repr_document_ref because it wasn't used anywhere.
4892 2005-02-20  MenTaLguY  <mental@rydia.net>
4894         * src/inkscape.cpp: removed unused signals
4896 2005-02-19  MenTaLguY  <mental@rydia.net>
4898         * src/arc-context.cpp, src/desktop.cpp, src/document-private.h,
4899           src/document-undo.cpp, src/document.cpp, src/event-context.cpp,
4900           src/gradient-chemistry.cpp, src/gradient-chemistry.h,
4901           src/gradient-drag.cpp, src/gradient-drag.h, src/node-context.cpp,
4902           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4903           src/star-context.cpp, src/toolbox.cpp,
4904           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4905           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4906           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4907           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
4908           src/xml/attribute-record.h, src/xml/document.h, src/xml/event-fns.h,
4909           src/xml/event.cpp, src/xml/event.h, src/xml/node-event-vector.h,
4910           src/xml/node-iterators.h, src/xml/node-listener.h, src/xml/node.h,
4911           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp, src/xml/repr-io.cpp,
4912           src/xml/repr-sorting.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp,
4913           src/xml/repr.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4914           src/xml/simple-node.h, src/xml/simple-session.cpp,
4915           src/xml/sp-css-attr.h, src/xml/sp-repr-action-fns.h,
4916           src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h,
4917           src/xml/sp-repr-attr.h, src/xml/sp-repr-doc.h,
4918           src/xml/sp-repr-event-vector.h, src/xml/sp-repr-iterators.h,
4919           src/xml/sp-repr-listener.h, src/xml/sp-repr.h:
4921           renamed header files to match new class names
4923 2005-02-19  MenTaLguY  <mental@rydia.net>
4925         * src/arc-context.cpp, src/arc-context.h, src/desktop-events.cpp,
4926           src/desktop-style.cpp, src/desktop-style.h, src/desktop.cpp,
4927           src/document-private.h, src/document-undo.cpp, src/document.cpp,
4928           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
4929           src/dyna-draw-context.h, src/event-context.cpp, src/event-context.h,
4930           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
4931           src/inkscape.h, src/inkview.cpp, src/interface.cpp, src/knotholder.cpp,
4932           src/knotholder.h, src/layer-fns.cpp, src/main.cpp, src/node-context.cpp,
4933           src/nodepath.cpp, src/nodepath.h, src/object-ui.cpp,
4934           src/path-chemistry.cpp, src/prefs-utils.cpp, src/rect-context.cpp,
4935           src/rect-context.h, src/selection-chemistry.cpp, src/selection.cpp,
4936           src/selection.h, src/seltrans.cpp, src/sp-anchor.cpp,
4937           src/sp-animation.cpp, src/sp-clippath.cpp, src/sp-conn-end-pair.cpp,
4938           src/sp-conn-end-pair.h, src/sp-defs.cpp, src/sp-ellipse.cpp,
4939           src/sp-flowdiv.cpp, src/sp-flowregion.cpp, src/sp-flowtext.cpp,
4940           src/sp-gradient-fns.h, src/sp-gradient-test.cpp, src/sp-gradient.cpp,
4941           src/sp-guide.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4942           src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
4943           src/sp-linear-gradient-fns.h, src/sp-marker.cpp, src/sp-mask.cpp,
4944           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4945           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object-repr.h,
4946           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp, src/sp-offset.h,
4947           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4948           src/sp-polyline.cpp, src/sp-radial-gradient-fns.h, src/sp-rect.cpp,
4949           src/sp-root.cpp, src/sp-shape.cpp, src/sp-skeleton.cpp,
4950           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-string.cpp,
4951           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-tspan.cpp,
4952           src/sp-use-reference.h, src/sp-use.cpp, src/spiral-context.cpp,
4953           src/spiral-context.h, src/splivarot.cpp, src/star-context.cpp,
4954           src/star-context.h, src/style.cpp, src/style.h, src/text-chemistry.cpp,
4955           src/text-context.cpp, src/text-editing.cpp, src/toolbox.cpp,
4956           src/verbs.cpp, src/application/application.cpp,
4957           src/application/application.h, src/application/editor.h,
4958           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
4959           src/dialogs/export.cpp, src/dialogs/fill-style.cpp, src/dialogs/rdf.cpp,
4960           src/dialogs/sp-attribute-widget.cpp, src/dialogs/sp-attribute-widget.h,
4961           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4962           src/dialogs/tiledialog.cpp, src/dialogs/xml-tree.cpp,
4963           src/ecma/EcmaBinding.cpp, src/ecma/EcmaBinding.h,
4964           src/extension/dependency.cpp, src/extension/dependency.h,
4965           src/extension/effect.cpp, src/extension/effect.h,
4966           src/extension/extension.cpp, src/extension/extension.h,
4967           src/extension/input.cpp, src/extension/input.h,
4968           src/extension/output.cpp, src/extension/output.h,
4969           src/extension/print.cpp, src/extension/print.h, src/extension/system.cpp,
4970           src/extension/implementation/plugin.cpp,
4971           src/extension/implementation/script.cpp,
4972           src/extension/implementation/script.h,
4973           src/extension/internal/gdkpixbuf-input.cpp,
4974           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4975           src/extension/internal/svg.cpp, src/extension/plugin/grid.cpp,
4976           src/helper/stock-items.cpp, src/trace/trace.cpp,
4977           src/widgets/dash-selector.cpp, src/widgets/dash-selector.h,
4978           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp,
4979           src/widgets/layer-selector.cpp, src/widgets/layer-selector.h,
4980           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
4981           src/widgets/sp-widget.h, src/widgets/sp-xmlview-attr-list.cpp,
4982           src/widgets/sp-xmlview-attr-list.h, src/widgets/sp-xmlview-content.cpp,
4983           src/widgets/sp-xmlview-content.h, src/widgets/sp-xmlview-tree.cpp,
4984           src/widgets/sp-xmlview-tree.h, src/widgets/spw-utilities.h,
4985           src/xml/comment-node.h, src/xml/element-node.h, src/xml/node-observer.h,
4986           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
4987           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4988           src/xml/repr-io.cpp, src/xml/repr-sorting.cpp, src/xml/repr-sorting.h,
4989           src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
4990           src/xml/session.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4991           src/xml/simple-node.h, src/xml/simple-session.cpp,
4992           src/xml/simple-session.h, src/xml/sp-css-attr.h,
4993           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
4994           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h,
4995           src/xml/sp-repr-doc.h, src/xml/sp-repr-event-vector.h,
4996           src/xml/sp-repr-iterators.h, src/xml/sp-repr-listener.h,
4997           src/xml/sp-repr.h, src/xml/text-node.h, src/xml/transaction-logger.h:
4999             SPRepr -> Inkscape::XML::Node
5000             SPReprDoc -> Inkscape::XML::Document
5001             SPReprAttr -> Inkscape::XML::AttributeRecord
5002             SPReprAction -> Inkscape::XML::Event
5003             SPReprEventVector -> Inkscape::XML::EventVector
5004             SPReprListener -> Inkscape::XML::NodeListener
5006             etc..
5008 2005-02-19  Jon A. Cruz  <jon@joncruz.org>
5009         * src/extension/extension.h, src/extension/internal/svg.cpp,
5010           src/extension/internal/svgz.cpp:
5011           Fixing .svgz Inkscape save and adding .svgz Plain save.
5012           Fixes bug #1144223
5014 2005-02-18  Jon A. Cruz  <jon@joncruz.org>
5015         * src/Makefile.am, src/libnr/Makefile_insert,
5016           src/libnr/nr-point-fns-test.h  src/libnr/nr-types-test.h:
5017           Adding initial version of CxxTest test cases.
5019 2005-02-17  Jon A. Cruz  <jon@joncruz.org>
5021         * src/io/gzipinputstream.h, src/io/gzipinputstream.cpp: Changed
5022           decompression to be streammed and removed hardcoded limit.
5024 2005-02-17  MenTaLguY  <mental@rydia.net>
5026         * src/inkscape.h, src/inkscape.cpp, src/desktop.cpp:
5028           rewrote "last desktop standing" test to not suck
5030 2005-02-15 SwinginCelt  <swinginceltgmail.com>
5032         * Replaced some sp_repr_attr calls with direct call to
5033           repr->attribute.
5035 2005-02-16 John Cliff <simarilius@yahoo.com>
5037         * src/dialogs/tiledialog.h, src/dialogs/tiledialog.cpp,
5038           src/dialogs/makefile_insert, src/verbs.cpp, src/verbs.h:
5039           Added a dialog that allows you to arrange the selection
5040           in a grid pattern with user defined spacing.
5041           its in objects->grid arrange...
5043 2005-02-15 SwinginCelt  <swinginceltgmail.com>
5045         * Replaced inline function sp_repr_name with direct call to
5046           repr->name.
5047         * Replaced inline function sp_repr_content with direct call to
5048           repr->content.
5049         * Replaced inline function sp_repr_has_attr with direct call to
5050           repr->matchAttributeName.
5052 2005-02-15  MenTaLguY  <mental@rydia.net>
5054         * src/document.cpp, src/document.h, src/file.cpp, src/help.cpp,
5055           src/inkscape.cpp, src/inkview.cpp, src/slideshow.cpp,
5056           src/dialogs/filedialog.cpp, src/dialogs/stroke-style.cpp,
5057           src/extension/internal/gdkpixbuf-input.cpp,
5058           src/extension/internal/svg.cpp, src/extension/plugin/gimpgrad.cpp,
5059           src/helper/stock-items.cpp, src/widgets/icon.cpp:
5061           removed unused SPDocument::advertize
5063 2005-02-14  MenTaLguY  <mental@rydia.net>
5065         * src/document.cpp: remove redundant assignment that appears to confuse
5066           gcc anyhow
5068 2005-02-14  SwinginCelt  <swingincelt@gmail.com>
5070         * Replaced inline function sp_repr_set_position_absolute with
5071           direct call to repr>->setPosition.
5073 2005-02-13  Bryce  <bryce@bryceharrington.org>
5075         * src/main.cpp, src/application/application.cpp, src/inkscape.h,
5076           src/application/editor-impl.h, src/application/editor.cpp
5077           src/application/editor.h, src/ui/dialog/dialog-manager.cpp,
5078           src/ui/dialog/dialog-manager.h, src/application/app-prototype.h
5079           src/application/application.h:  Integrating I::A::Application
5080           into the execution path.  Now its run() routine is called from
5081           main().
5083         * src/application/Makefile_insert, src/application/makefile.in,
5084           src/application/editor-impl.h, src/application/editor.cpp,
5085           src/application/editor.h:  Initial import of inkscape_gtkmm
5086           code.  Also see doc/NewAppArchitecture/ presentation for the
5087           rationale behind this.
5089         * src/ui/dialog/align-and-distribute.cpp,
5090 src/ui/dialog/align-and-distribute.h,
5091           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
5092           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
5093           src/ui/dialog/document-preferences.cpp,
5094 src/ui/dialog/document-preferences.h,
5095           src/ui/dialog/export.cpp, src/ui/dialog/export.h,
5096           src/ui/dialog/extension-editor.cpp, src/ui/dialog/extension-editor.h,
5097           src/ui/dialog/fill-and-stroke.cpp, src/ui/dialog/fill-and-stroke.h,
5098           src/ui/dialog/find.cpp, src/ui/dialog/find.h,
5099           src/ui/dialog/inkscape-preferences.cpp,
5100 src/ui/dialog/inkscape-preferences.h,
5101           src/ui/dialog/layer-editor.cpp, src/ui/dialog/layer-editor.h,
5102           src/ui/dialog/messages.cpp, src/ui/dialog/messages.h,
5103           src/ui/dialog/text-properties.cpp, src/ui/dialog/text-properties.h,
5104           src/ui/dialog/tree-editor.cpp, src/ui/dialog/tree-editor.h,
5105           src/ui/dialog/xml-editor.cpp, src/ui/dialog/xml-editor.h,
5106           src/ui/widget/combo-text.cpp, src/ui/widget/combo-text.h,
5107           src/ui/widget/handlebox.cpp, src/ui/widget/handlebox.h,
5108           src/ui/widget/icon-widget.cpp, src/ui/widget/icon-widget.h,
5109           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h,
5110           src/ui/widget/notebook-page.cpp, src/ui/widget/notebook-page.h,
5111           src/ui/widget/scalar-unit.cpp, src/ui/widget/scalar-unit.h,
5112           src/ui/widget/scalar.cpp, src/ui/widget/scalar.h,
5113           src/ui/widget/toolbox.cpp, src/ui/widget/toolbox.h,
5114           src/ui/widget/unit-menu.cpp, src/ui/widget/unit-menu.h:
5115           Initial import of the gtkmm code.  These are mainly
5116           unimplemented stubs, but have few dependencies so are easy to
5117           integrate at this stage.
5119         * src/ui/widget/Makefile_insert, src/ui/widget/makefile.in,
5120           src/ui/dialog/Makefile_insert, src/ui/dialog/makefile.in,
5121           src/ui/Makefile_insert, src/ui/makefile.in:  Adding makefile
5122           support for new code.
5124         * io/simple-sax.h, io/simple-sax.cpp:  Adding Jon's simple SAX
5125           code
5127         * util/units.h, util/units.cpp:  New inkscape_gtkmm units code
5129 2005-02-12  MenTaLguY  <mental@rydia.net>
5131         * src/document.cpp, src/document.h, src/sp-gradient-test.cpp:
5133           SPDocument is now a "real C++ class", managed by the garbage collector
5135 2005-02-12  MenTaLguY  <mental@rydia.net>
5137         * src/document-private.h, src/document.cpp, src/document.h, src/view.cpp,
5138           src/view.h, src/dialogs/xml-tree.cpp:
5140           switched SPDocument to sigc++ signals
5142 2005-02-12  Kees Cook  <kees@outflux.net>
5144         * Makefile.am, configure.ac, Makefile.mingw.common, inkscape.nsi: undoing
5145           my "configure" changes.  Was dumb and forgot about native compiles on
5146           win32.
5147         * inkview.1.in, share/extensions/inkscape-shadow-white.sh,
5148           share/extensions/inkscape-shadow.sh: corrections found by Wolfram
5149           Quester during Debian packaging.
5150         * src/desktop-events.cpp, src/file.cpp, src/gradient-chemistry.cpp,
5151           src/interface.cpp, src/layer-fns.cpp, src/nodepath.cpp,
5152           src/object-ui.cpp, src/path-chemistry.cpp, src/prefs-utils.cpp,
5153           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
5154           src/sp-object.cpp, src/sp-pattern.cpp, src/sp-text.cpp, src/splivarot.cpp,
5155           src/text-editing.cpp, src/dialogs/clonetiler.cpp, src/dialogs/rdf.cpp,
5156           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
5157           src/extension/internal/gdkpixbuf-input.cpp, src/extension/plugin/grid.cpp,
5158           src/widgets/gradient-selector.cpp, src/xml/repr-action-test.cpp,
5159           src/xml/repr-css.cpp, src/xml/repr-io.cpp, src/xml/repr-util.cpp,
5160           src/xml/repr.cpp, src/xml/repr.h: inline function removal patches from
5161           Robert Crosbie.
5163 2005-02-11  Kees Cook  <kees@outflux.net>
5165         * src/Makefile.mingw, src/make.*: win32 compile updates.
5166         * src/extensions/internal/gnome.cpp: added my missing "comment" code.
5167         * src/shortcuts.cpp, doc/keys.xml, doc/keys.html, share/screens/keys.svg:
5168           added explicit ctrl-w. since gtk already binds it, we may as well show it.
5170 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
5172         * src/inkscape.cpp: Changed from SHGetSpecialFolderPath to
5173           SHGetSpecialFolderLocation. Fixes bug #1085641
5175 2005-02-10  MenTaLguY  <mental@rydia.net>
5177         * src/document.h, src/document.cpp: get rid of casting macro uses
5179 2005-02-10  MenTaLguY  <mental@rydia.net>
5181         * src/desktop.cpp, src/document-undo.cpp, src/document.cpp, src/file.cpp,
5182           src/gradient-chemistry.cpp, src/inkscape.cpp, src/interface.cpp,
5183           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-object-repr.cpp,
5184           src/sp-object.cpp, src/svg-view.cpp, src/uri-references.cpp,
5185           src/view.cpp, src/dialogs/stroke-style.cpp,
5186           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp:
5188           get rid needless uses of SP_IS_DOCUMENT (if we can't trust the
5189           compiler's type checking, what can we trust?)
5191 2005-02-10  MenTaLguY  <mental@rydia.net>
5193         * src/desktop-style.h, src/desktop.h, src/document.h, src/event-context.h,
5194           src/inkscape.h, src/knotholder.h, src/nodepath.h,
5195           src/selection-chemistry.h, src/selection.h, src/sp-conn-end-pair.h,
5196           src/sp-object-repr.h, src/sp-object.h, src/style.h,
5197           src/dialogs/sp-attribute-widget.h, src/extension/implementation/script.h,
5198           src/xml/repr-get-children.h, src/xml/repr.h, src/xml/sp-repr-action.h,
5199           src/xml/sp-repr-attr.h, src/xml/xml-forward.h:
5201           got rid of xml-forward.h
5203 2005-02-10  Kees Cook  <kees@outflux.net>
5205         * configure.ac, Makefile.am, src/Makefile.am, Makefile.mingw.common.in,
5206           inkscape.nsi.in: setting up "configure" to build the other files that
5207           expect version numbers to get updated.  Including mingw files in dist
5208           package.
5210 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
5211         * src/io/uristream.h, src/io/uristream.cpp,
5212           src/extension/internal/svg.h, src/extension/internal/svg.cpp,
5213           src/extension/internal/Makefile_insert,
5214           src/extension/internal/extension.h,
5215           src/extension/internal/init.cpp:
5216           Adding internal .svgz load and save extension.
5217           Probable fix for bugs #1074996, #1050361, #925033, #1052307
5219 2005-02-08  Kees Cook  <kees@outflux.net>
5221         * src/extension/implementation/script.cpp: proper /tmp handling.
5222           Closes bug #1074996.
5223         * src/inkscape.cpp, src/inkscape.h, src/dialogs/export.cpp: correction
5224           for export dialog paths.  Closes bug #1114714.
5225         * inkscape.nsi, Makefile.mingw.common: version bumps
5226         * src/text-context.cpp: removed preedit code; it was broken and unneeded.
5228 2005-02-08  Ted Gould  <ted@gould.cx>
5230         * Released 0.41
5232 2005-02-01  Kees Cook  <kees@outflux.net>
5234         * src/xml/sp-css-attr.h, src/desktop-style.cpp, src/xml/repr-css.cpp,
5235           src/xml/repr.h: Fixed SPCSSAttr to be a "real" class, at mental's
5236           direction.  Fixes my "default prefs don't show attrs" bug.
5237         * src/helper/stock-items.cpp: removing redundant code.
5238         * src/libnr/nr-point.h, src/libnrtype/FlowUtils.h, src/livarot/Shape.h:
5239           added explicit initializations to keep valgrind happy.
5240         * src/dir-util.cpp, src/sp-path.cpp, src/splivarot.cpp,
5241           src/svg/svg-length.cpp, src/widgets/icon.cpp:
5242           cleaning up memory leaks detected by valgrind.
5243         * src/extension/dependancy.cpp: made repr-attr tags untranslatable.
5244         * src/extension/system.cpp: correcting extension autodetection when
5245           there are conflicting matching modules.
5246         * src/dialogs/filedialog.cpp, src/extension/extension.h,
5247           src/extension/internal/svg.cpp: .svgz loading works again as
5248           expected.  Non-functioning modules are not listed in file dialogs.
5249         * src/text-context.cpp, src/text-editing.cpp: preedit modes don't
5250           work correctly for multi-byte characters.  See bug 1086769.
5252 2005-01-31  Jon A. Cruz  <jon@joncruz.org>
5253         * src/file.cpp, src/inkscape.cpp, src/interface.cpp,
5254           src/dialogs/export.cpp, src/extension/init.cpp:
5255           sanitize messages before passing to display dialogs.
5257 2005-01-31  Kees Cook  <kees@outflux.net>
5259         * src/libnrtype/FontFactory.cpp: added a crude font name detection
5260           routine to work around a Pango crash bug.  This can be removed once
5261           Pango is fixed.  See bug #1025565.  Actually, I figured out a fix.
5262         * print.cpp, print.h, sp-shape.cpp, extension/print.cpp,
5263           extension/print.h, extension/implementation/implementation.cpp,
5264           extension/implementation/implementation.h,
5265           extension/implementation/plugin.cpp, extension/implementation/plugin.h,
5266           extension/internal/gnome.h, extension/internal/ps.cpp,
5267           extension/internal/ps.h, extension/internal/win32.h:
5268           In an attempt to start debugging print rendering, I've added the
5269           Print::comment function so that SPItem boundries can be easily
5270           seen in rendered output.
5271         * src/preferences-skeleton.h, src/sp-shape.cpp,
5272           src/dialogs/display-settings.cpp, src/extension/internal/ps.cpp:
5273           Added printout comments for print debugging.  Fixed dash output
5274           bug #1104050.
5275         * src/dialogs/rdf.cpp: fixed rdf:bag displays.  Closes bug #1113316.
5277 2005-01-30  Jon A. Cruz  <jon@joncruz.org>
5278         * src/io/sys.h, src/io/sys.cpp: added utility routine to cleanup
5279           strings with invalid UTF-8 for display.
5281 2004-01-30  Kees Cook  <kees@outflux.net>
5283         * src/make.dep, src/make.exclude, src/make.files, src/make.ofiles,
5284           src/io/uristream.cpp, src/io/sys.cpp: additional win32 changes
5285           using Jon Cruz's new mkdir function.  Getting Win32 to compile the
5286           "io" directory.  Closes bug #1107305.
5287         * src/file.cpp, src/inkscape-stock.cpp, src/inkscape.cpp,
5288           src/interface.cpp, src/main.cpp, src/dialogs/export.cpp,
5289           src/dialogs/stroke-style.cpp, src/extension/input.cpp,
5290           src/extension/implementation/script.cpp, src/helper/stock-items.cpp,
5291           src/io/sys.cpp, src/io/sys.h, src/widgets/icon.cpp: wrapped
5292           g_file_test with new Inkscape::IO::file_test since g_file_test isn't
5293           utf8-safe.
5294         * src/inkscape.cpp: removed call to g_free on non-alloced string.
5295           fixed up crash-save location to be utf8-okay.
5296         * src/extension/extension.cpp: convert from utf8 before open.
5297         * src/sp-spiral.cpp, src/object-edit.cpp: found place where CLAMP on
5298           spiral's t0 wasn't working.  Closes bug #1075640.
5300 2004-01-28  MenTaLguY  <mental@rydia.net>
5302         * src/sp-object.h, src/sp-object.cpp:
5303           efficiency fixes which should be helpful when loading large documents
5305 2005-01-29  Jon A. Cruz  <jon@joncruz.org>
5307         * src/file.h, src/file.cpp, src/inkscape.cpp, src/sp-image.cpp,
5308           src/extension/implementation/script.cpp,
5309           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
5310           src/extension/plugin/gimpgrad.cpp, src/helper/png-write.cpp,
5311           src/io/Makefile_insert, src/io/sys.h, src/io/sys.cpp,
5312           src/trace/imagemap.cpp, src/xml/repr-io.cpp:
5314           Refactored open routine to better location.
5316 2004-01-28  Kees Cook  <kees@outflux.net>
5318         * configure.ac: added test for libgc 6.4 or better.
5319         * src/main.cpp: calling new SPRepr methods instead of inline wrappers.
5321 2004-01-27  MenTaLguY  <mental@rydia.net>
5323         * src/xml/simple-node.h, src/xml/simple-node.cpp:
5325           SimpleNode::lastChild() and SimpleNode::appendChild() are now
5326           O(1) rather than O(n)
5328 2004-01-26  MenTaLguY  <mental@rydia.net>
5330         * src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
5331           src/xml/sp-repr-action.h, src/xml/sp-repr-event-vector.h:
5333           inlined legacy wrappers
5335         * src/xml/simple-node.cpp: really fixed #1108231 now
5337 2005-01-25  Jon A. Cruz  <jon@joncruz.org>
5339         * src/interface.cpp: Passed file import call to shared code.
5340           Fixed bug #1108620.
5342 2005-01-25  MenTaLguY  <mental@rydia.net>
5344         * src/xml/simple-node.cpp: fixed bug #1108231
5346 2005-01-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5348         * src/dialogs/desktop-properties.cpp: Changed set of paper sizes offered:
5350           Removed `Folio' pagesize (which means a different paper size to
5351           different people; will Folio be missed?  If so, can we improve
5352           the name?).
5354           Changed ISO page sizes (A0..A10, B0..B10) to match official ISO
5355           specification in mm.
5357           Note that these differ from ghostscript's idea of page sizes;
5358           see comment in desktop-properties.cpp for speculation of
5359           possible problems (fuzziness from antialiasing).
5361           (Note also that our previous sizes differed even more from
5362           gs_statd.ps...)
5364           Coalesced Ledger and Tabloid to a single entry (11x17in);
5365           previously they differed in size.
5367           Changed Icon 16x16 from 16pt to 16px; similarly Icon 32x32 and
5368           Banner 468x60.
5370 2004-01-24  MenTaLguY  <mental@rydia.net>
5372         * src/xml/simple-node.cpp: potential fix for bug #1108231
5374 2004-01-23  Ted Gould  <ted@gould.cx>
5376         * po/POTFILES.in, share/extensions/dia.inx,
5377         src/preferences-skeleton.h, src/extension/Makefile_insert,
5378         src/extension/dependency.cpp, src/extension/dependency.h,
5379         src/extension/error-file.cpp, src/extension/error-file.h,
5380         src/extension/extension.cpp, src/extension/extension.h,
5381         src/extension/init.cpp, src/extension/prefdialog.cpp:
5383         Adding in functionality to write out an error log based on the failing to
5384         load of extensions.  There is also a new error dialog that appears if one
5385         or more fail to alert the user and tell them where the error log is
5386         stored.  In the log there is more complex descriptions of what failed.
5388 2004-01-23  MenTaLguY  <mental@rydia.net>
5390         * src/sp-object.cpp: fix for id binding bug
5392 2004-01-23  MenTaLguY  <mental@rydia.net>
5394         * src/xml/repr-io.cpp: don't complain about not having a namespace
5395           URI for the standard xml: prefix
5397         * src/desktop-style.cpp, src/desktop.cpp, src/document-undo.cpp,
5398           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
5399           src/interface.cpp, src/nodepath.cpp, src/object-edit.cpp,
5400           src/path-chemistry.cpp, src/prefs-utils.cpp, src/select-toolbar.cpp,
5401           src/selection-chemistry.cpp, src/sp-defs.cpp, src/sp-flowdiv.cpp,
5402           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-item.cpp,
5403           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object.cpp,
5404           src/sp-offset.cpp, src/sp-pattern.cpp, src/sp-string.cpp,
5405           src/sp-text.cpp, src/sp-tspan.cpp, src/sp-use.cpp, src/splivarot.cpp,
5406           src/text-chemistry.cpp, src/text-context.cpp, src/text-editing.cpp,
5407           src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp,
5408           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
5409           src/extension/extension.h, src/extension/implementation/script.cpp,
5410           src/widgets/dash-selector.cpp, src/widgets/gradient-vector.cpp,
5411           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
5412           src/xml/comment-node.h, src/xml/element-node.h,
5413           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
5414           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
5415           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5416           src/xml/repr.h, src/xml/simple-document.cpp, src/xml/simple-document.h,
5417           src/xml/simple-node.cpp, src/xml/simple-node.h,
5418           src/xml/sp-repr-action.cpp, src/xml/sp-repr-doc.h, src/xml/sp-repr.h,
5419           src/xml/text-node.h:
5421           got rid of xml/repr-private.h, removed
5422           sp_repr_document_createTextNode(), made SPRepr and SPReprDoc abstract
5423           interfaces, and moved the SPRepr implementations into separate files
5424           in the Inkscape::XML namespace
5426         * src/util/shared-c-string-ptr.h: added equality operators to avoid
5427           certain ambiguities
5429 2004-01-22  MenTaLguY  <mental@rydia.net>
5431         * src/xml/Makefile_insert, src/xml/repr-private.h, src/xml/repr.cpp,
5432           src/xml/session.h, src/xml/simple-session.cpp, src/xml/simple-session.h,
5433           src/xml/sp-repr-action.cpp, src/xml/transaction-logger.h:
5435           added Inkscape::XML::Session and Inkscape::XML::TransactionLogger
5436           to provide a new interface for transactions, rather than doing it from
5437           SPReprDoc
5439 2004-01-22  MenTaLguY  <mental@rydia.net>
5441         * src/xml/Makefile_insert, src/xml/node-observer.h,
5442           src/xml/repr-private.h, src/xml/repr.cpp:
5444           moved repr loging behind generic observer interface
5446 2005-01-22  Ted Gould  <ted@gould.cx>
5448         * src/display/canvas-grid.cpp, src/display/canvas-grid.h;
5450         Fixing 1103001.  Now major grid lines work alot more like you
5451         think that they should.
5453 2005-01-21  MenTaLguY  <mental@rydia.net>
5455         * src/util/Makefile_insert, src/util/shared-c-string-ptr.cpp,
5456           src/util/shared-c-string-ptr.h, src/util/shared-c-string.cpp,
5457           src/util/shared-c-string.h, src/xml/repr-io.cpp,
5458           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5459           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h:
5461           renamed Util::SharedCString to Util::SharedCStringPtr, which is
5462           more descriptive of what it actually is
5464 2005-01-21  MenTaLguY  <mental@rydia.net>
5466         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp:
5468           simplify the cacheing of repr position indices, and make it something
5469           that can work with an abstract interface
5471 2005-01-20  Kees Cook  <kees@outflux.net>
5473         * src/file.cpp: added some debug output to help bulia debug bug #1102318.
5474         * configure.ac: more attempts at detecting the -lgc libs.
5476 2005-01-19  Kees Cook  <kees@outflux.net>
5478         * configure.ac: trying to correct the -lgc detection.
5479         * inkscape.pod: added theme details.
5480         * src/widgets/widget-sizes.h: went from 20 to 24 for toolbar icon size
5481           to match other GTK applications.
5482         * src/extension/db.cpp: corrected STL "not found" handling.  Didn't
5483           fix bug #1102318.
5485 2005-01-18  Kees Cook  <kees@outflux.net>
5487         * src/inkscape.h, src/inkscape.cpp, src/widgets/icons.cpp:
5488           Added basic theme support!  Whee!
5489         * share/inkscape/icons.svg: restoring original up/down/flip icons since
5490           icons are themable now.  We should stick to our original look.
5491         * share/screens/about.svg: added Brisgeek's 0.41 about screen.  Had
5492           to tweak background: looks like doc background isn't imported.
5493         * share/icons/*.xpm, share/icons/*.png: removed them.  Not being used.
5495 2005-01-17  MenTaLguY  <mental@rydia.net>
5497         * src/desktop-style.cpp, src/inkscape.cpp, src/interface.cpp,
5498           src/path-chemistry.cpp, src/prefs-utils.cpp, src/selection-chemistry.cpp,
5499           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-object.cpp,
5500           src/sp-text.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
5501           src/dialogs/xml-tree.cpp, src/extension/internal/pov-out.cpp,
5502           src/widgets/dash-selector.cpp, src/xml/repr-css.cpp,
5503           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
5504           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5505           src/xml/sp-repr-action.cpp:
5507           Made all SPRepr fields private, and moved most functionality into
5508           member functions.  Also shuffled SPReprDoc members, to avoid
5509           need for SPReprDoc to be finalized.
5511 2005-01-17  Kees Cook  <kees@outflux.net>
5513         * share/markers/markers.svg: applied patch #990884, which provides a
5514           few mirrored arrows until marker transforms are finished.
5515         * share/icons/icons.svg: updates per Bulia's request.
5517 2005-01-16  MenTaLguY  <mental@rydia.net>
5519         * src/sp-object.cpp: non-elements no longer get ids assigned
5521 2005-01-15  MenTaLguY  <mental@rydia.net>
5523         * src/arc-context.cpp, src/document-private.h, src/document.cpp,
5524           src/document.h, src/event-context.cpp, src/node-context.cpp,
5525           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
5526           src/star-context.cpp, src/toolbox.cpp, src/uri-references.cpp,
5527           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
5528           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
5529           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
5530           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
5531           src/xml/sp-repr-event-vector.h:
5533           Removed attribute setting callback, and decoupled ids and object/repr
5534           bindings (object <-> repr associations are now remembered directly,
5535           though ids are still tracked too).
5537           This means it is now possible to set a null id on an object without
5538           anything breaking (hopefully).  For now we will still assign ids
5539           to everything by default...
5541 2005-01-15  MenTaLguY  <mental@rydia.net>
5543         * src/arc-context.cpp, src/event-context.cpp, src/node-context.cpp,
5544           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
5545           src/star-context.cpp, src/toolbox.cpp,
5546           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
5547           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
5548           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
5549           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
5550           src/xml/sp-repr-event-vector.h:
5552           remove all veto callbacks but setting attributes
5554 2005-01-15  Kees Cook  <kees@outflux.net>
5556         * src/inkscape.cpp: correcting windows path for preferences.  Closes
5557         bug #933461.
5559         * src/file.cpp, src/nodepath.cpp, src/selection-describer.cpp,
5560         src/seltrans.cpp, src/sp-item-group.cpp, src/sp-path.cpp,
5561         src/sp-spiral.cpp, src/sp-star.cpp, src/dialogs/find.cpp:
5562         Using ngettext for plural localized strings.  Please try to keep this
5563         up.  Closes bug #1076872.
5565         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
5566         src/inkscape-stock.h, src/dialogs/stroke-style.cpp,
5567         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
5568         src/dialogs/xml-tree.cpp: Finished the last of the missing pixmap
5569         replacements from Andreas Nilsson.  Fixed some mistakes in the earlier
5570         changes (need to call sp_icon_new_scaled not sp_icon_new).
5572 2005-01-14  MenTaLguY  <mental@rydia.net>
5574         * src/gc.cpp: leave the free space multiplier at the default, which
5575           will hopefully (according to Hans) avoid some of the odd gc issues
5576           we've had, if nothing else does
5578 2005-01-14  Kees Cook  <kees@outflux.net>
5580         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
5581         src/inkscape-stock.h, src/verbs.cpp, src/dialogs/stroke-style.cpp,
5582         src/dialogs/transformation.cpp, src/widgets/icon.cpp, src/widgets/icon.h,
5583         src/widgets/paint-selector.cpp:
5584         Fixed up code and replaced pixmaps with icons from myself and
5585         Andreas Nilsson.
5587 2005-01-11  MenTaLguY  <mental@rydia.net>
5589         * src/xml/repr-io.cpp: promote non-namespaced SVG documents into SVG
5590           namespace
5592 2005-01-08  MenTaLguY  <mental@rydia.net>
5594         * src/Makefile_insert, src/gc-anchored.cpp, src/gc-anchored.h:
5595           abstracted allocation of anchors
5597 2005-01-06  Ted Gould  <ted@gould.cx>
5599         * src/interface.cpp, src/extension/effect.cpp,
5600         src/extension/implementation/implementation.cpp,
5601         src/extension/implementation/implementation.h,
5602         src/extension/implementation/plugin-link.h,
5603         src/extension/implementation/plugin.cpp,
5604         src/extension/implementation/plugin.h,
5605         src/extension/implementation/script.cpp,
5606         src/extension/implementation/script.h, src/extension/plugin/gimpgrad.cpp,
5607         src/extension/plugin/grid.cpp:
5609         Changing the effects preferences so that it uses sockets and plugs which
5610         will allow out of process GUIs to work too.  This is a first pass with
5611         nothing beautiful, but it does seem to work.
5613 2005-01-03  MenTaLguY  <mental@rydia.net>
5615         * src/document.cpp, src/main.cpp, src/sp-root.cpp:
5616           get rid of ugly xmlns hacks
5618         * src/inkscape.cpp, src/extension/internal/svg.cpp, src/xml/repr-io.cpp:
5619           automatically include xmlns declarations for the required namespaces,
5620           and make a best effort at using a default namespace when requested
5621           and possible
5623 2005-01-02  Kees Cook  <kees@outflux.net>
5625         * share/icons/icons.svg: updated view and location
5626         * src/document.cpp, src/dialogs/rdf.cpp: fixed another bug in metadata
5627           due to svg: prefix change.
5628         * src/inkscape-stock.h, src/inkscape-stock.cpp, share/icons/Makefile.am:
5629           removed unused xpm icons
5631 2005-01-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5633         * src/fontsize-expansion.h, src/fontsize-expansion.cpp:
5634           New files.
5635         * src/Makefile_insert: Add the new files to libinkpre_a_SOURCES.
5636         * src/desktop-style.cpp (sp_desktop_apply_css_recursive):
5637           When calling sp_css_attr_scale, change the expansion calculation
5638           to use fontsize_expansion().
5639         * src/sp-text.cpp (sp_text_set_transform): Similarly use
5640           fontsize_expansion() instead of generic m.expansion().
5642 2005-01-01  Kees Cook  <kees@outflux.net>
5644         * src/extension/db.h, src/extension/db.cpp, src/extension/init.cpp:
5645         created "modulelist" to maintain initialization order for extension
5646         lists.
5648 2004-12-31  MenTaLguY  <mental@rydia.net>
5650         * src/xml/repr-io.cpp, src/xml/repr.h: initial scaffoliding for more
5651           cosmetic use of prefixes in output files (and eventually more proper
5652           namespace handling for output as well)
5654 2004-12-31  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5656         * src/sp-text.cpp (sp_text_set_transform): Change scaling of font size.
5657           The result should be closer to what CorelDraw, XaraX, Canvas 7 and
5658           Expression3 do according to vellum, though I don't know the exact
5659           rule that they use.
5661 2004-12-25  Ted Gould  <ted@gould.cx>
5663         * share/extensions/grid.inx, src/extension/extension.cpp,
5664         src/extension/extension.h, src/extension/plugin/grid.cpp:
5666         Futher improvements to the grid plugin.  This involves mostly adding in
5667         parameters at this time, but, ofcourse, I never implemented floating
5668         point parameters -- so that had to be done first.  More modular code so
5669         that things can be adjusted externally better.
5671 2004-12-25  Ted Gould  <ted@gould.cx>
5673         * share/extensions/Makefile.am, share/extensions/grid.inx,
5674         src/extension/implementation/plugin-link.h,
5675         src/extension/implementation/plugin.cpp,
5676         src/extension/plugin/Makefile_insert, src/extension/plugin/gimpgrad.cpp,
5677         src/extension/plugin/grid.cpp:
5679         Adding in a new effect plugin, grid.  It draws a grid on the canvas which
5680         is just an easy way to do some neat things.  It is mostly done, but still
5681         needs cleanup.  Some other files required modification to make this
5682         possible.
5684 2004-12-25  MenTaLguY  <mental@rydia.net>
5686         * src/event-context.cpp: removed unused handler
5688 2004-12-25  Ted Gould  <ted@gould.cx>
5690         * share/extensions/svg_dropshadow:
5692         Changing to use "svg:g" instead of "g" for the group.
5694         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h,
5695         src/extension/system.cpp, src/extension/system.h,
5696         src/extension/implementation/implementation.cpp,
5697         src/extension/implementation/implementation.h,
5698         src/extension/implementation/plugin.cpp,
5699         src/extension/implementation/plugin.h,
5700         src/extension/implementation/script.cpp,
5701         src/extension/implementation/script.h:
5703         Final stuff to get Effects working as well as the did before, which
5704         is okay, but not great.  This involved changing the API to get an SPView
5705         instead of an SPDocument because then I can get the selection information
5706         from the view that is being used.
5708 2004-12-24  MenTaLguY  <mental@rydia.net>
5710         * src/sp-object-repr.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
5711           src/dialogs/rdf.cpp, src/dialogs/xml-tree.cpp,
5712           src/widgets/sp-xmlview-tree.cpp, src/xml/repr-io.cpp,
5713           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5714           src/xml/repr.h:
5716           cleaned out unused code and unhygenic macros, as well as fixing
5717           constructors for text and comment nodes
5719 2004-12-24  Ted Gould  <ted@gould.cx>
5721         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h:
5723         Okay, now the effects menu really works!  Well, the implementation seems
5724         to be broken, but the wrapper seems to be all working.
5726 2004-12-24  Ted Gould  <ted@gould.cx>
5728         * src/interface.cpp, src/verbs.cpp, src/verbs.h, src/extension/effect.cpp,
5729         src/extension/effect.h:
5731         Getting the Effects menu basically working.  This included some fixes to
5732         the verbs where they were incrementing the database incorrectly.  The
5733         effects are the first component to take advantage of the dynamically
5734         created verbs, and exercised new code.  Now the basic menu is available,
5735         but there is no functionality there.
5737 2004-12-24  Ted Gould  <ted@gould.cx>
5739         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
5741         Basic code for the effects menu.
5743         * src/dialogs/filedialog.cpp, src/dialogs/filedialog.h,
5744         src/extension/db.cpp, src/extension/db.h:
5746         Changing the DB access functions to use std::list instead of GSList so
5747         that it is more standard, and we get rid of a specialized class that
5748         really isn't that useful.  Less memory usage, and fixes a leak.
5750         * src/extension/effect.cpp, src/extension/effect.h:
5752         Adding in a "Last Effect" to be used in the menus.
5754         * src/extension/extension-forward.h, src/extension/extension.cpp,
5755         src/extension/extension.h, src/extension/input.cpp,
5756         src/extension/output.cpp, src/extension/timer.cpp, src/extension/timer.h,
5757         src/extension/Makefile_insert:
5759         Adding in the timer functions so that modules will unload in a given
5760         amount of time.  For more information on this read the documentation
5761         in the files.  Kinda a lazy deallocation.
5763         * src/extension/implementation/implementation.cpp:
5765         Fix unload so that it is not recursive.
5767 2004-12-23  MenTaLguY  <mental@rydia.net>
5769         * src/arc-context.cpp, src/document.cpp, src/draw-context.cpp,
5770           src/dyna-draw-context.cpp, src/file.cpp, src/gradient-chemistry.cpp,
5771           src/interface.cpp, src/layer-fns.cpp, src/main.cpp, src/object-ui.cpp,
5772           src/path-chemistry.cpp, src/rect-context.cpp,
5773           src/selection-chemistry.cpp, src/sp-anchor.cpp, src/sp-clippath.cpp,
5774           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
5775           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-gradient-test.cpp,
5776           src/sp-gradient.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
5777           src/sp-line.cpp, src/sp-marker.cpp, src/sp-mask.cpp,
5778           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-offset.cpp,
5779           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
5780           src/sp-polyline.cpp, src/sp-rect.cpp, src/sp-root.cpp,
5781           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp, src/sp-text.cpp,
5782           src/sp-tspan.cpp, src/sp-use.cpp, src/spiral-context.cpp,
5783           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
5784           src/text-context.cpp, src/dialogs/find.cpp, src/dialogs/rdf.cpp,
5785           src/dialogs/xml-tree.cpp, src/ecma/EcmaBinding.cpp,
5786           src/extension/internal/gdkpixbuf-input.cpp,
5787           src/extension/internal/svg.cpp, src/livarot/ShapeDraw.cpp,
5788           src/xml/repr-io.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp:
5790           use normalized qnames for SVG elements too
5792 2004-12-23  Kees Cook  <kees@outflux.net>
5794         * configure.ac, src/Makefile_insert, src/extension/script/Makefile_insert:
5795           adding Perl and Python compile tests.  Corrected library locations.
5796         * src/extension/script/InkscapeScript.h,
5797           src/extension/script/InkscapePython.cpp,
5798           src/extension/script/InkscapeScript.cpp: white space fix, and
5799           added config.h, and some small debugging for myself.  Hope Bob doesn't
5800           mind!  :)
5801         * src/dialogs/scriptdialog.cpp: added comments to default code.
5803 2004-12-22  Kees Cook  <kees@outflux.net>
5805         * configure.ac, src/extension/script/Makefile_insert: automake cleanups
5806           to deal with perl/python detection.
5808 2004-12-20  David Turner <novalis@gnu.org>
5809         * src/widgets/gradient-vector.cpp:
5810           Fixed bug with gradient stops at 0 and 100%.  Closes 1085920.
5812 2004-12-18  Bob Jamison  <rjamison@titan.com>
5814         * src/extensions/script/*:
5815           New files that enable embedding of scripting languages
5816           in Inkscape.  Currently using Swig to embed Perl and Python.
5818         * autoconf.ac:
5819           Allow opting for perl or python with --with-perl=yes|no
5820           and --with-python=yes|no
5822 2004-12-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5824         * streq.h (streq), strneq.h (strneq), memeq.h (memeq):
5825           New convenience functions for strcmp(a,b)==0 etc.
5827         * src/dir-util.cpp (sp_relative_path_from_path):
5828           Fix when base is a string prefix of path but a directory prefix
5829           (e.g. path=/foo/barney, base=/foo/bar).
5831 2004-12-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5833         * src/sp-conn-end.cpp (sp_conn_end_move_compensate):
5834           Fix for undo/save: wasn't calling updateRepr().
5836 2004-12-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5838         * src/style.cpp (sp_style_merge_from_style_string):
5839           More standards-conforming parsing of style strings into prop:value
5840           pairs.
5842 2004-12-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5844         * src/style.h, src/style.cpp, src/libnrtype/font-style-to-pos.cpp:
5845           Fix font-weight value: s/darker/bolder/.
5847         * src/style.cpp (sp_style_merge_from_parent):
5848           Fix bug with specifying stroke-width with unit of em or ex.
5849           (We were ignoring the number, treating it as 1em or 1ex.)
5851         * src/style.h, src/style.cpp (sp_style_read_dash,
5852           sp_style_write_string, sp_style_write_difference):
5853           Allow `inherit' as a value for dasharray.
5854           (Also plug small memory leak in sp_style_read_dash.)
5856 2004-12-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5858         * src/style.cpp (sp_style_write_string):
5859           Fix for when stroke-dasharray either explicitly set to `none', or
5860           inherits non-none.
5862         * src/style.cpp (sp_style_write_ienum):
5863           Fix: preserve explicit `inherit' request.
5864         * (sp_style_read, sp_style_merge_property):
5865           Allow explicit `inherit' for `display' property.
5867         * src/style.cpp (sp_style_read):
5868           Fix copy&paste bug affecting `visibility' and `display' properties.
5870 2004-12-07  David Turner  <novalis@gnu.org>
5872         * src/libnrtype/RasterFont.cpp, src/display/nr-arena-shape.cpp:
5873         Fixed dash rendering bug (#1077213)
5875 2004-12-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5877         * src/style.h, src/style.cpp: Support all `display' values
5878           required by SVG 1.1.  (No functional change, insofar as the new
5879           values all have the same behaviour as our existing `block' value
5880           in SVG.)
5881         * src/sp-item.cpp, src/style.cpp: Use `inline' (SP_CSS_DISPLAY_INLINE)
5882           rather than `block' as our generic display value meaning `don't hide
5883           this', as per spec.
5885         * src/style.cpp: Prefer to write lr-tb etc. rather than the
5886           abbreviations lr etc.  (Also add comment saying why.)
5888 2004-12-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5890         * src/dialogs/xml-tree.cpp (on_attr_select_row_set_value_content):
5891           Fix segfault: treat NULL as empty string for display purposes.
5893 2004-11-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5895         * src/svg/svg.h, src/svg/sp-svg.def, src/svg/svg-length.cpp:
5896           (sp_svg_boolean_read, sp_svg_write_percentage):
5897           Remove these unused functions.
5898           (sp_svg_length_read_lff, sp_svg_number_write_d,
5899           sp_svg_number_write_i): Mark static.
5901         * configure.ac:
5902           When adding -lgc to LIBS, also add its dependencies -lpthread -ldl.
5904 2004-11-28  Ted Gould  <ted@gould.cx>
5906         * 0.40
5908 2004-11-25  MenTaLguY  <mental@rydia.net>
5910         * share/tutorials/tutorial-calligraphy.svg: spelling fix
5912         * src/widgets/layer-selector.cpp: fixing the layer selector update bug;
5913           sigc++ apparently doesn't deal with reference arguments very well
5915 2004-11-25  MenTaLguY  <mental@rydia.net>
5917         * src/layer-fns.cpp: fix layer creation within sublayers
5919         * src/dialogs/layer-properties.cpp: fix dialog leak
5921 2004-11-25  MenTaLguY  <mental@rydia.net>
5923         * src/inkscape.cpp: eliminate duplicated code across #ifdefs
5925         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5926           src/dialogs/layer-properties.h:
5928           LayerPropertiesDialog is no longer a singleton, since it's kind of a
5929           per-desktop (well, ideally per-document) thing.  Remaining to do:
5930           fix update of layer selector widget, and eliminate leak of dialog
5931           objects.
5933 2004-11-24  Kees Cook  <kees@outflux.net>
5935         * inkscape.spec: added SMP flags, added static library link capability.
5937 2004-11-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5939         * src/draw-context.cpp (spdc_concat_colors_and_flush):
5940           Do nothing if empty curve; in particular, don't try to close an
5941           empty curve.
5943         * src/pen-context.cpp (spdc_endpoint_snap):
5944           Fix use of uninitialized value when snapping.
5946 2004-11-23  Bryce Harrington <bryce@bryceharrington.org>
5948         * src/dialogs/layer-properties.cpp:  Fixing bug causing two new
5949           layers to get created when hitting enter
5951 2004-11-23  Kees Cook  <kees@outflux.net>
5953         * share/tutorials: added Josh's changes, resized, repositioned for
5954           800x600.
5955         * src/verbs.h, src/verbs.cpp, src/interface.cpp: added tracing
5956           tutorial.
5958 2004-11-23  MenTaLguY  <mental@rydia.net>
5960         * src/rect-context.cpp: disallow drawing on locked or invisible layers
5962         * src/widgets/layer-properties.h, src/widgets/layer-properties.cpp:
5963           slight HIG-ification
5965         * src/desktop.cpp, src/desktop.h, src/widgets/layer-selector.cpp,
5966           src/widgets/layer-selector.h, src/verbs.cpp, src/sp-desktop-widget.h
5968           removed vestigal layer renaming thing
5970         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5971           src/dialogs/layer-properties.h:
5973           reuse dialog for creating layers as well as for renaming them
5975 2004-11-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5977         * src/display/bezier-utils.cpp (generate_bezier): For the sake of
5978           our current pencil tool, don't use free optimization of the end
5979           tangent vector.
5981 2004-11-21  MenTaLguY <mental@rydia.net>
5983         * src/verbs.cpp: add accels for layer menu items
5985 2004-11-21  Bryce Harrington <bryce@bryceharrington.org>
5987         * src/dialogs/layer-properties.cpp, src/verbs.cpp,
5988           src/dialogs/layer-properties.h: Hooking up layer rename
5989           functionality, and making it show correctly.
5991         * src/dialogs/debugdialog.cpp, src/dialogs/find.cpp,
5992           src/dialogs/tracedialog.cpp:  Fixing dialog show behavior
5994 2004-11-21  Kees Cook  <kees@outflux.net>
5996         * src/sp-object.cpp, src/sp-metadata.cpp: added some debugging, and
5997           fixed a dumb error in my metadata _release handler.  Should mostly
5998           close bug 1069772.
5999         * src/Makefile_insert, src/sp-skeleton.cpp, src/sp-skeleton.h:
6000           created some example SPObject implementations for a basis for any
6001           new SPObjects in the future.
6002         * src/dialogs/xml-tree.cpp: fixing logic bug in identability checker.
6003           Added immutability test to actually close 1069772.
6004         * share/icons/icons.svg, src/verbs.cpp, src/interface.cpp: adding
6005           icons for the "new" menu, vacuum, reverse, make bitmap, and trace.
6007 2004-11-20  Jon A. Cruz  <jon@joncruz.org>
6009         * src/extension/db.h, src/extension/db.cpp, src/dialogs/filedialog.cpp:
6010           Added extension matching pattern. Fixed bug 1064888.
6012         * src/dialogs/filedialog.cpp (isValidImageFile):
6013           Fixed previewing bug 1067551.
6015 2004-11-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6017         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
6018           Add splitpoints parameter.  Callers updated.
6020         * src/display/bezier-utils.cpp
6021           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full):
6022           Change last parameter from lg_max_beziers to max_beziers.
6023           Callers updated.
6025 2004-11-19  Bryce <bryce@bryceharrington.org>
6027         * src/dialogs/layer-properties.cpp,
6028           src/dialogs/layer-properties.h:  Adding some widgets.
6030 2004-11-18  Bryce <bryce@bryceharrington.org>
6032         * src/dialogs/Makefile_insert, src/dialogs/makefile.msc,
6033           src/dialogs/layer-properties.h, src/dialogs/layer-properties.h:
6034           Adding a layer properties dialog for renaming layers
6036         * src/desktop.cpp src/interface.cpp, src/verbs.cpp,
6037           src/verbs.h src/dialogs/layer-properties.cpp,
6038           src/dialogs/layer-properties.h,
6039           src/widgets/layer-selector.cpp:  Hooking in layer props dialog.
6041 2004-11-16  MenTaLguY  <mental@rydia.net>
6043         * src/widgets/document-tree-model.cpp, src/widgets/document-tree-model.h,
6044           src/widgets/layer-selector.cpp, src/widgets/Makefile_insert:
6046           removed Widgets::DocumentTreeModel because unused
6048         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
6049           src/xml/repr.h:
6051           cache successive sibling counts (self+subsequent siblings) in SPRepr
6052           to make sp_repr_n_children() and sp_repr_position() more efficient,
6053           which will be needed later for e.g. GTK tree models.
6055           sp_repr_nth_child() isn't any faster as a result of the changes,
6056           but it probably won't need to be
6058         * src/xml/repr.cpp: fixed refcount leak in SPRepr::SPRepr(SPRepr const &)
6060 2004-11-15  MenTaLguY  <mental@rydia.net>
6062         * src/gc.cpp: add initial stubs that print an informative error
6063           if the GC functions are used before Inkscape::GC::init() is called
6065 2004-11-14  MenTaLguY  <mental@rydia.net>
6067         * configure.ac, src/gc-core.h, src/gc-managed.h, src/gc-anchored.h,
6068           src/gc-finalized.h, src/gc.cpp:
6070           make disabling the collector a run-time rather than a compile-time
6071           option; there are now three garbage collector options, selectable
6072           by setting the _INKSCAPE_GC environment variable:
6074            * enable - the normal collector (default)
6075            * debug - the debugging collector
6076            * disable - use standard malloc in place of the libgc allocator
6078 2004-11-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6080         * src/display/bezier-utils.cpp: Make end tangent/s be unconstrained for
6081           sp_bezier_fit_cubic, sp_bezier_fit_cubic_r, and around corner nodes.
6083         * src/pencil-context.cpp (fit_and_split): Allow the bezier fitter to
6084           choose the middle control points freely except to the extent required
6085           for smooth nodes.
6087         * src/display/bezier-utils.cpp (generate_bezier):
6088           If either end tangent is specified as zero then estimate the
6089           corresponding control point without constraining its direction
6090           from the endpoint.
6092         * src/pencil-context.h, src/pencil-context.cpp
6093           (fit_and_split, sp_pencil_context_init): Explicitly remember required
6094           tangent instead of using "first two points" hack.
6096         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
6097           Detect & prevent "ghost spikes", by allowing a corner node if
6098           the specified tangent would result in a spike.
6100         * src/display/bezier-utils.cpp (generate_bezier): Better handling
6101           of the case of infinite solutions for the lengths of the two
6102           tangent vectors: try requiring that the lengths equal each other,
6103           and solving for that length (just one variable).
6105 2004-11-13  Kees Cook  <kees@outflux.net>
6107         * src/document.cpp: wrapped updateDisplay call in undo insensitivity.
6108           Closes bug #1030436.
6110 2004-11-12  MenTaLguY  <mental@rydia.net>
6112         * src/main.cpp: fpresetsticky -> fpsetsticky
6114         * src/verbs.cpp: cast width changes
6116         * src/libnrtype/FlowBoxes.h, src/libnrtype/FlowDefs.h,
6117           src/libnrtype/FlowDest.h, src/libnrtype/FlowEater.h,
6118           src/libnrtype/FlowRes.h, src/libnrtype/FlowSols.h,
6119           src/libnrtype/FlowSrc.h, src/libnrtype/FlowSrcText.h,
6120           src/libnrtype/FlowStyle.h, src/libnrtype/FlowUtils.h:
6121           remove stdint.h which isn't being used here
6123         * src/widgets/icon.h, src/widgets/icon.cpp:
6124           icon greys out when insensitive
6126         * src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
6127           documentation
6129         * src/verbs.cpp: changed cast to reinterpret_cast to hopefully
6130           avoid compiler warning
6132 2004-11-11  Kees Cook  <kees@outflux.net>
6134         * src/seltrans.cpp, src/select-context.cpp: ref counting SPObjects
6135           correctly so undo's don't blow up an active resize/move.  Closes
6136           bug #1018756.
6138 2004-11-11  MenTaLguY  <mental@rydia.net>
6140         * src/inkscape.cpp, src/main.cpp, src/widgets/icon.cpp:
6141           removed sp_bitmap_icons
6143         * configure.ac, src/sp-image.cpp, src/object-ui.cpp:
6144           removed stale autotrace support code
6146 2004-11-10  MenTaLguY  <mental@rydia.net>
6148         * src/sp-item.cpp, src/sp-clippath.cpp, src/cp-mask.cpp:
6149           minor refcounting tweaks
6151         * src/sp-image.cpp: fixed failure to release GdkPixbufLoader when
6152           done with it (fixes bug #1063054)
6154 2004-11-10  Kees Cook  <kees@outflux.net>
6156         * configure.ac, src/gc-core.h: corrected gc.h path detection.
6158 2004-11-09  MenTaLguY  <mental@rydia.net>
6160         * src/dialogs/fileselector.cpp: fixed cut-and-paste refcount bug
6161           between SVGPreview::setFileName and SVGPreview::setFromMem that
6162           was leaking bitmap image preview SPDocuments
6164 2004-11-09  Bryce Harrington <bryce@bryceharrington.org>
6166         * src/dialogs/item-properties.cpp
6168 2004-11-09  MenTaLguY  <mental@rydia.net>
6170         * src/sp-item.cpp, src/style.cpp, src/style.h:
6171           use 'display' rather than 'visibility' for hiding, and give display
6172           a more "modern" representation in SPStyle like visibility's
6174 2004-11-09  Kees Cook  <kees@outflux.net>
6176         * src/dialogs/xml-tree.cpp: added better context to the status bar.
6177           added warning flash for id conflicts.
6178         * src/toolbox.cpp: killed some copy/paste code while bug hunting.
6180 2004-11-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6182         * src/sp-item.h, src/sp-item.cpp
6183           (isExplicitlyHidden, setExplicitlyHidden): New methods.
6185         * src/dialogs/item-properties.cpp: Change from having a `Visible'
6186           checkbox that explicitly sets the SVG visibility property to
6187           having a `Hide' checkbox that controls whether or not the
6188           element has visibility:hidden.  (Mitigates #1061934.)
6190         * src/sp-object.h, src/sp-object.cpp (visible, setVisible):
6191           Remove these methods.
6193 2004-11-07  MenTaLguY  <mental@rydia.net>
6195         * src/gc-finalized.h: fix for Debian bug #279991 (cast to ptrdiff_t
6196                               rather than int), and basic documentation
6198 2004-11-06  MenTaLguY  <mental@rydia.net>
6200         * src/sp-item.cpp: fix desktop-specific version of SPItem::isHidden()
6201                            to deal correctly with parent visibility
6203 2004-11-05  MenTaLguY  <mental@rydia.net>
6205         * src/widgets/layer-selector.cpp: more work on making the lock/hide
6206           buttons actually do something
6208         * src/sp-item.cpp, src/sp-item.h: implement lock/hide related methods
6210         * src/verbs.cpp: "Remove All Kerns" -> "Remove Manual Kerning"
6212 2004-11-04  Kees Cook  <kees@outflux.net>
6214         * src/dialogs/rdf.h, src/dialogs/rdf.cpp: added rdf:Bag for the
6215           dc:subject keyword list.  Closed bug #1021025.
6216         * src/dialogs/xml-tree.cpp, src/widgets/sp-xmlview-attr-list.cpp,
6217           src/widgets/sp-xmlview-attr-list.h: added status bar to XML
6218           editor.  added row-change callback for XML tree view.  This
6219           all supports a possible future solution to bug #869683.
6220         * src/dialogs/desktop-properties.cpp: memory leak in RDF code.
6222 2004-11-04  MenTaLguY  <mental@rydia.net>
6224         * src/widgets/layer-selector.cpp: togglable images and formatting
6225           changes (make current layer bold)
6227         * src/uri.h, src/uri.cpp: added assignment operator
6229 2004-11-03  MenTaLguY  <mental@rydia.net>
6231         * src/widgets/Makefile_insert, src/widgets/shrink-wrap-button.cpp,
6232           src/widgets/shrink-wrap-button.h:
6234           added Inkscape::Widgets::shrink_wrap_button, to make any gtk button
6235           an SPButton-like shrink-wrapped button
6237         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6239           abandon SPButton for layer selector buttons
6241 2004-11-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6243         * po/check-markup: New script: detects <b>markup<b> <b>problems<7b>
6244           in the <b>translated strings.  (~10 such problems found.)
6245         * Makefile.am (all, check, distcheck): Run po/check-markup (with
6246           varying permissiveness of errors).
6248 2004-11-02  MenTaLguY  <mental@rydia.net>
6250         * doc/keys.xml: added documentation of layer keys
6252 2004-11-01  Kees Cook  <kees@outflux.net>
6254         * src/dialogs/align.cpp, src/dialogs/debugdialog.cpp: localized
6255         some missed strings.
6257 2004-11-01  MenTaLguY  <mental@rydia.net>
6259         * share/icons/icons.svg: gave bulia's eye icons ids
6261         * src/widgets/layer-selector.h, src/widgets/layers-selector.cpp:
6262           fixed up visibility/lock toggles... now to make them actually do
6263           something
6265 2004-10-31  MenTaLguY  <mental@rydia.net>
6267         * src/util/glib-list.h: adaptor for glib lists
6269         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6270           save the repr next to the SPObject
6272 2004-10-30  MenTaLguY  <mental@rydia.net>
6274         * src/util/list.h: more list cleanups and documentation
6276         * src/verbs.cpp: call sp_document_done() for layer verbs too
6278 2004-10-30  Bryce Harrington <bryce@bryceharrington.org>
6280         * src/dialogs/item-properties.cpp, src/sp-object.h:  Cleaning up
6281         stubs, disabling some more of the desc code to prevent crash.
6282         The change to SPObject::label() broke the label editing code;
6283         fixing it.
6285 2004-10-30  Kees Cook  <kees@outflux.net>
6287         * src/sp-metadata.cpp, src/sp-metadata.h, src/Makefile_insert,
6288         src/document.cpp, src/sp-object-repr.cpp, src/sp-object.cpp:
6289         I've created my very first SPObject!  SPMetadata is alive!  No
6290         more nasty hack to have it disappear from SVG Plain.  Mental
6291         won't have to take away my CVS access any more!  :)
6292         * inkscape2.nsi: update from Adib Taraben
6294 2004-10-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6296         * src/libnr/nr-matrix.cpp (nr_matrix_invert):
6297           Fix for last commit to this file, which broke src==dest case.
6298         * src/libnr/nr-matrix-test.cpp: Add test cases for nr_matrix_invert.
6300 2004-10-30  MenTaLguY  <mental@rydia.net>
6302         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6303           update when layers added/removed/reordered.
6305         * src/verbs.h, src/verbs.cpp: added "rename layer" verb.
6307 2004-10-29  Kees Cook  <kees@outflux.net>
6309         * src/Makefile_insert, src/trace/Makefile_insert,
6310         src/util/Makefile_insert: distcheck cleanups.
6312 2004-10-29  MenTaLguY  <mental@rydia.net>
6314         * src/widgets/layer-selector.cpp: default labels in italic
6316         * src/sp-object.h, src/sp-object.cpp: inkscape:label fixes
6318         * src/layer-fns.cpp: make ordering of layers complete; not just among
6319                              siblings
6321         * src/util/list.h: documentation update
6323 2004-10-29  Bryce Harrington <bryce@bryceharrington.org>
6325         * layer-fns.cpp:  documenting
6326         * layer-selector.cpp:  documenting & fixing funky widget resizing
6327         * object-ui.cpp, dialogs/item-properties.cpp, sp-object.h,
6328           sp-object.cpp, widgets/layer-selector.cpp: add ability to set
6329           inkscape:label from "Item Properties", remove id setting from
6330           "Item Properties", switch to using
6331           SPObject::label()/SPObject?::defaultLabel() in UI where object
6332           ID is currently used.  Documenting.  Switching from "label" to
6333           "inkscape:label" where appropriate.  Adding
6334           visible()/setVisible() functions and activating checkbox.
6335         * dialogs/item-properties.cpp:  Adding title and desc boxes.
6336           Adjusting layout of dialog a bit.  Changing to use of tables
6337           instead of horiz/vert boxes for layout.  Setting to inactive
6338           until some underlying bits get finished.
6340 2004-10-29  Kees Cook  <kees@outflux.net>
6342         * src/dialogs/export.cpp: moved function-based static state variable
6343           into the dialog state variables.  Closes bug #993447.
6344         * src/display/curve.cpp: fixed compile warning.
6345         * src/sp-namedview.cpp: wasn't ref counting correctly.  Closes #955020.
6347 2004-10-29  Jon A. Cruz  <jon@joncruz.org>
6349         * src/sp-image.cpp, src/extension/internal/gdkpixbuf-input.cpp:
6350           Refactoring filenames and file opening
6351           Scales imported images if DPI is known and not 72 DPI. Fixes
6352           #1029755
6354 2004-10-29  MenTaLguY  <mental@rydia.net>
6356         * src/widgets/layer-selector.cpp, src/verbs.cpp:
6357           unselect objects when layer is manually switched
6359 2004-10-28  Kees Cook  <kees@outflux.net>
6361         * src/document-undo.cpp, src/document.cpp, src/sp-namedview.cpp,
6362           src/sp-text.cpp, src/dialogs/desktop-properties.cpp,
6363           src/dialogs/export.cpp, src/extension/input.cpp,
6364           src/extension/output.cpp, src/extension/system.cpp:
6365           Fixing calls to sp_document_set_undo_sensitive to correct allow for
6366           nesting, as suggested by mental.  Found while tracking down bug
6367           #1030436.
6369 2004-10-28  MenTaLguY  <mental@rydia.net>
6371         * src/util/list.h: cleanups of list class.  I think, aside from
6372           documentation and maybe fixes for g++ 3.4 (if required), this
6373           is the last set of changes I will need to make.
6375         * src/sp-item.cpp, src/splivarot.cpp, src/util/reverse-list.h,
6376           src/util/filter-list.h, src/util/map-list.h:
6377           adjust for changes in the list class' interface
6379         * src/desktop.cpp, src/sp-desktop-widget.h:
6380           removed old layer selector and added SPDesktop::itemIsHidden()
6382         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6383           more work; it's now at least as functional as the old selector it
6384           replaces
6386 2004-10-27  Kees Cook  <kees@outflux.net>
6388         * src/libnr/nr-point.h: use NR::X and NR::Y instead of "0" and "1".
6389         * src/dialogs/export.cpp: stack/register weirdness requires a function
6390           call to get true == comparison of NR::Rect's.  Closes bug #1048614.
6391         * src/dialogs/align.cpp: saving erased iterator.  Closes bug #1054270.
6392         * share/extensions/ill2svg.pl: added strict, warnings, and detection
6393           of Image::Magick module.  Closes bug #990659.
6394         * src/dialogs/find.h, src/dialogs/find.cpp: removed unfinished new
6395           find dialog instantiation.  Closes bug #1048802.
6397 2004-10-27  Carl Hetherington  <inkscape@carlh.net>
6399         * src/extension/output.cpp: better fix for 1004134 after advice
6400         from Ted.
6402 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
6404         * src/extension/output.cpp: don't reset modified flag until after
6405         save has happened, in case it fails.  Fixes 1004134.
6407         * src/livarot/ShapeSweep.cpp: fix a typo in my cleanups.  Fixes
6408         1048151.
6410 2004-10-25  Bryce Harringotn <bryce@bryceharrington.org>
6412         * file.cpp, file.h, dialogs/export.cpp: Adding error return logic
6413           for png export code so that failure to write can be tracked.
6414           Adding an error dialog for when this occurs.  Fixes bug 1038932.
6416         * extension/system.cpp:  Changing sp_ui_error_dialog to g_warning
6417           so won't crash when running from commandline.  Fixes bug
6418           1000350.
6420         * inkscape.cpp, inkscape.h, main.cpp, dialogs/filedialog.cpp:
6421           Adding Inkscape::Application::use_gui flag as temporary hack to
6422           prevent gui dialogs from being used when running from
6423           commandline.  Fixes bug 1045067.
6425 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
6427         * src/livarot/PathCutting.cpp: fix a couple of bugs that I
6428         introduced that cause crashes on cut path.
6430 2004-10-25  Kees Cook  <kees@outflux.net>
6432         * src/sp-object.cpp: nasty hack to not export metadata on "Plain SVG".
6433           I promise I'll fix this with a proper SPObject soon.
6435 2004-10-25  Jon A. Cruz  <jon@joncruz.org>
6436         * src/file.cpp, src/file.h, src/inkscape.cpp, src/sp-image.cpp,
6437         src/uri.cpp, src/uri.h, src/dialogs/filedialog.cpp,
6438         src/extension/input.cpp, src/extension/implementation/script.cpp,
6439         src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
6440         src/extension/internal/win32.h, src/extension/plugin/gimpgrad.cpp,
6441         src/helper/png-write.cpp, src/trace/imagemap.cpp, src/xml/repr-io.cpp:
6443         Refactoring filenames and file opening
6445 2004-10-24  MenTaLguY  <mental@rydia.net>
6447         * src/Makefile.am: added/removed files
6449         * src/util/copy-list.h: nobody's using it right now, get rid of it
6451         * src/traits/copy.h, src/traits/list-copy.h:
6452           traits for determining the type to make a copy of a value
6454         * src/sp-item.cpp, src/util/filter-list.h src/util/map-list.h,
6455           src/util/reverse-list.h, src/widgets/layer-selector.cpp
6456           src/xml/sp-repr-action.cpp:
6458           let the list functions infer their own result type (where possible)
6460         * src/util/forward-pointer-iterator.h: its value type is a reference
6462 2004-10-23  MenTaLguY  <mental@rydia.net>
6464         * src/desktop.cpp: removed vertical usize limits on statusbar
6466         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6467           more layer selector work; simplfied model and customized CellRenderer
6468           settings a bit
6470         * src/attributes.cpp, src/attributes.h, src/sp-object.cpp, src/sp-object.h:
6471           add inkscape:label attribute
6473         * src/file.cpp, src/sp-anchor.h, src/sp-animation.h, src/sp-chars.h,
6474           src/sp-clippath.h, src/sp-conn-end.cpp, src/sp-defs.h, src/sp-ellipse.h,
6475           src/sp-gradient.h, src/sp-guide.h, src/sp-image.h, src/sp-line.h,
6476           src/sp-linear-gradient.h, src/sp-marker.h, src/sp-mask.h,
6477           src/sp-namedview.h, src/sp-object-group.h, src/sp-offset.h, src/sp-path.h,
6478           src/sp-pattern.h, src/sp-polygon.h, src/sp-polyline.h,
6479           src/sp-radial-gradient.h, src/sp-rect.cpp, src/sp-rect.h, src/sp-root.h,
6480           src/sp-spiral.h, src/sp-star.h, src/sp-stop.h, src/sp-string.h,
6481           src/sp-symbol.h, src/sp-text.h, src/sp-tspan.h, src/sp-use.h,
6482           src/sp-offset.cpp, src/sp-shape.h:
6484           make inheritance actual
6486 2004-10-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6488         * src/libnr/*: Move some things from nr-matrix-ops.h to new files.
6490         * src/libnr/nr-point-fns.h, src/libnr/nr-point-fns.cpp:
6491           New function is_zero.  Move is_unit_vector here
6492           (was private to sp-spiral.cpp).
6494         * src/display/bezier-utils-test.cpp: Disable a test, replacing with a
6495           todo printf and adding a comment explaining.
6497 2004-10-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6499         * src/pencil-context.cpp: Ensure that data points array p is uniqued
6500           and contains no NaNs.
6502         * src/libnr/nr-point-fns.cpp (LInfty): Fix bug with NaN coordinates:
6503           return NaN (rather than unspecified behaviour).
6504         * src/libnr/nr-point-fns-test.cpp: Add test cases for L1,L2,LInfty
6505           handling of NaN.
6507         * src/pencil-context.cpp: Fix bug: undesirable interactions between
6508           snapping and snap-to-anchor.
6510 2004-10-21  MenTaLguY  <mental@rydia.net>
6512         * src/desktop.cpp: SPDesktop::currentRoot() should pull from
6513           the current layer hierarchy just like SPDesktop::currentLayer();
6514           doubly so, since currently when switching documents the layer hierarchy
6515           is updated before the document is switched
6517         * src/util/Makefile_insert, src/util/copy-list.h: add list copy thingy
6519         * src/util/list.h: add rest()
6521         * src/util/reverse-list.h: bug fixes to reverse_list_in_place()
6523         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6524           more work on layer selector
6526 2004-10-21  Carl Hetherington  <inkscape@carlh.net>
6528         * src/livarot/Path.cpp, src/livarot/Path.h,
6529         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6530         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6531         src/livarot/ShapeMisc.cpp: excise separate path description data
6532         structure.
6534         * src/livarot/Path.h, src/livarot/Path.cpp,
6535         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6536         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6537         src/livarot/ShapeMisc.cpp, src/livarot/livarot-forward.h: move
6538         path description structs into their own files, and rename a few
6539         member variables.
6541         * src/livarot/Path.h, src/livarot/PathConversion.cpp,
6542         src/livarot/PathOutline.cpp: remove some unused functions.
6544 2004-10-20  Carl Hetherington  <inkscape@carlh.net>
6546         * src/livarot/Path.cpp: fix for 1050379, and probably lots of
6547         others.
6549         * src/livarot/Path.h, src/livarot/PathOutline.cpp: bug fix for a
6550         previous commit.
6552         * src/livarot/Path.cpp: fix a memory leak.
6554 2004-10-19  Carl Hetherington  <inkscape@carlh.net>
6556         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: more
6557         simplification cleanups.
6559         * src/livarot/PathStroke.cpp: coding style cleanups.
6561         * src/livarot/Path.h, src/livarot/PathSimplify.cpp,
6562         src/livarot/PathStroke.cpp: more cleanups; don't modify Path::pts
6563         and Path::nbPt.
6565         * src/livarot/Path.cpp, src/livarot/Path.h,
6566         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6567         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: use a
6568         std::vector for Path::pts.
6570 2004-10-18  Carl Hetherington  <inkscape@carlh.net>
6572         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: coding style
6573         and const cleanups.
6575         * src/livarot/PathSimplify.cpp: some very minor cleanups, and
6576         temporary comments for myself.
6578         * src/livarot/PathConversion.cpp: coding style cleanups.
6580         * src/livarot/PathConversion.cpp: fix for bug 1048827.
6582         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: clean up
6583         simplification code.
6585 2004-10-17  MenTaLguY  <mental@rydia.net>
6587         * share/templates/Makefile.am, share/templates/layers.svg:
6588           added a layer template
6590         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6591           more layer selector work
6593         * src/util/filter-list.h, src/util/Makefile_insert:
6594           added filter_list()
6596 2004-10-15  Carl Hetherington  <inkscape@carlh.net>
6598         * src/livarot/PathSimplify.cpp: remove #ifdef
6599         pseudo_douglas_pecker code that wasn't being used.
6601 2004-10-15  MenTaLguY  <mental@rydia.net>
6603         * src/view.h: removed obsolete status message functions
6605         * src/attributes.h: remove unused #define
6607         * src/sp-object.cpp: fix for bug #1048268 (inkscape:collect being written
6608           in "plain SVG" files)
6610         * src/sp-item.h, src/sp-item.cpp: added isLocked() and isHidden()
6611           predicates
6613         * src/sp-item.cpp, src/sp-style.cpp: basic support for visibility CSS
6614           property
6616 2004-10-14  Ted Gould  <ted@gould.cx>
6618         * share/extension/*.inkmod -> *.inx
6619         src/extension/init.cpp
6621         Changing the filename extension that is used to identify Inkscape
6622         extensions to the one specified in the design document.
6624 2004-10-14  MenTaLguY  <mental@rydia.net>
6626         * src/util/list.h: more 3.4 fixes
6628 2004-10-13  MenTaLguY  <mental@rydia.net>
6630         * src/util/list.h, src/util/forward-pointer-iterator.h:
6632           fixes to (hopefully) build with g++ 3.4 (and generally be less evil
6633           anyway)
6635 2004-10-14  Carl Hetherington <inkscape@carlh.net>
6637         * src/livarot/int-line.cpp: coding style cleanups.
6639         * src/livarot/float-line.cpp, src/livarot/float-line.h:
6640         refactoring, removal of dead code.
6642         * src/display/guideline.cpp, src/display/guideline.h: coding style
6643         cleanups.
6645         * src/livarot/Path.cpp, src/livarot/Path.h,
6646         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6647         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: merge
6648         Path::path_lineto and Path::path_lineto_b.
6650 2004-10-14  Carl Hetherington <inkscape@carlh.net>
6652         * src/Path.cpp, src/Path.h, src/PathConversion.cpp,
6653         src/PathCutting.cpp, src/PathOutline.cpp, src/PathSimplify.cpp,
6654         src/ShapeMisc.cpp: use a vector of pointers for Path::descr_cmd.
6656         * src/livarot/Ligne.cpp, src/livarot/Ligne.h,
6657         src/livarot/int-line.cpp, src/livarot/int-line.h,
6658         src/livarot/float-line.cpp, src/livarot/float-line.h,
6659         src/livarot/livarot-forward.h, src/livarot/ShapeRaster.cpp,
6660         src/sp-flowregion.cpp, src/display/canvas-bpath.cpp,
6661         src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
6662         src/display/sp-ctrlline.cpp, src/libnrtype/FlowDest.cpp,
6663         src/libnrtype/RasterFont.cpp: split Ligne into float-line and
6664         int-line.
6666         * src/libnrtype/FlowDest.cpp, src/libnrtype/RasterFont.cpp,
6667         src/libnrtype/raster-position.h, src/livarot/float-line.cpp,
6668         src/livarot/float-line.h, src/livarot/int-line.cpp: use
6669         std::vector for arrays in FloatLigne.
6671         * src/livarot/float-line.cpp, src/livarot/float-line.h: remove
6672         lots of dead code.  Make some methods private.
6674 2004-10-12  MenTaLguY  <mental@rydia.net>
6676         * src/Makefile.am: added files
6678         * src/layer-fns.cpp, src/sp-item.cpp: use iterators, simplifying code
6680         * src/sp-object.cpp, src/splivarot.cpp: adapt to new version of
6681           Inkscape::Algorithms::longest_common_suffix
6683         * src/sp-object.h, src/sp-repr-iterators.h: add new iterator classes
6685         * src/algorithms/find-last-if.h: add counterpart of std::find_if
6687         * src/algorithms/longest-common-suffix.h: rewrite to use iterators
6689         * src/algorithms/longest-prefix.h, src/algorithms/longest-suffix.h,
6690           src/algorithms/shortest-prefix.h, src/algorithms/shortest-suffix.h:
6692           removed; these algorithms are no longer necessary when using
6693           iterators
6695         * src/traits/list.h: no longer needed
6697         * src/traits/reference.h: add "Pointer" member type
6699         * src/util/Makefile_insert: shuffled files
6701         * src/util/list.h: reworked Inkscape::Util::List to be a "handle" type
6702           that can also be used as an STL iterator
6704         * src/util/forward-pointer-iterator.h: treat a pointer as an iterator,
6705           given a base pointer type and a type which defines the iteration
6706           strategy
6708         * src/util/map.h: obsolete
6710         * src/util/map-list.h: iterator-based implementation
6712         * src/traits/tree-iterator.h: no longer necessary (superceded by
6713           specific applications of Inkscape::Util::ForwardPointerIterator)
6715         * src/sp-object-tree-iterator.h, src/util/parent-axis.h,
6716           src/util/sibling-axis.h: obsolete
6718         * src/util/map.h, src/util/reverse.h: obsolete
6720         * src/util/map-list.h, src/util/reverse-list.h:
6721           iterator-based implementations
6723         * src/xml/Makefile_insert: added file
6725         * src/xml/repr.h: removed old tree iterator stuff
6727         * src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h: use new
6728           pointer iterator facility
6730         * src/xml/sp-repr-iterators.h: pointer iterators for SPRepr
6732 2004-10-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6734         * src/display/bezier-utils.h, src/display/bezier-utils.cpp
6735           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full): Change the meaning
6736           of the last parameter: was max_depth, now lg_max_beziers, with the
6737           relationship lg_max_beziers = max_depth + 1.  Callers updated.
6739         * src/xml/repr.cpp (sp_repr_change_order):
6740           Add g_return_if_fail for some conditions that would break structural
6741           integrity, and add a TODO comment indicating incompleteness.
6742           Use sp_repr_prev function.
6744         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp
6745           (sp_repr_prev_sibling): Rename to sp_repr_prev for consistency
6746           with sp_repr_next.  Don't consider it an error for child to be
6747           NULL or parentless.  Callers updated.
6749         * src/draw-context.cpp (spdc_concat_colors_and_flush,
6750           spdc_flush_white): Misc readability cleanups.
6752         * src/display/curve.cpp (sp_curve_reverse): Fix a bug where the
6753           reversed curve wrongly included a trailing moveto command.  (Bug
6754           introduced in my 2004-09-05 change: one of the callers I didn't
6755           know how to cause to run.)
6757 2004-10-12  Ted Gould  <ted@gould.cx>
6759         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
6760         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
6761         share/extensions/eps_input.inkmod, share/extensions/epsi_output.inkmod,
6762         share/extensions/gimpgrad.inkmod, share/extensions/ps_input.inkmod,
6763         share/extensions/roundhole.inkmod, share/extensions/sk_input.inkmod,
6764         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
6765         share/extensions/txt2svg.inkmod, share/extensions/wmf_input.inkmod,
6766         src/extension/dependency.cpp, src/extension/dependency.h,
6767         src/extension/extension.cpp, src/extension/init.cpp:
6769         Moving all of the dependency stuff from the scripts, up to the root
6770         extension level.  This means that everyone can have dependencies, and
6771         dependency checking (a good thing).  This makes use of the new
6772         'Dependency' class that is also in the extension directory.
6774 2004-10-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6776         * src/pencil-context.cpp (sp_pencil_context_root_handler): Split into
6777           many functions, fixing some illegal union aliasing along the way (as
6778           was done for sp_pen_context_root_handler).
6780         * src/modifier-fns.h: New file of inline functions based on macros.h
6781           MOD__CTRL etc. macros.
6782         * src/Makefile_insert: Add the new file.
6784         * src/pen-context.h: Change size of p array from SP_DRAW_MAX_POINTS to
6785           5 now that we aren't sharing with SPPencilContext.
6787         * src/draw-context.cpp, src/draw-context.h, src/pen-context.cpp,
6788           src/pen-context.h, src/pencil-context.cpp, src/pencil-context.h:
6789           Move npoints,p from SPDrawContext to both SPPenContext and
6790           SPPencilContext.
6792         * src/draw-context.cpp, src/draw-context.h: Split off new files
6793           pen-context.h, pen-context.cpp, pencil-context.h, pencil-context.cpp,
6794           draw-anchor.h, draw-anchor.cpp.
6795         * src/Makefile_insert: Add the new files.
6797 2004-10-10  Ted Gould  <ted@gould.cx>
6799         * src/event-context.cpp, src/file.cpp, src/file.h, src/print.cpp,
6800         src/print.h, src/selection-chemistry.h, src/sp-image.cpp, src/sp-item.cpp,
6801         src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp, src/sp-symbol.cpp,
6802         src/tools-switch.cpp, src/dialogs/export.cpp, src/dialogs/filedialog.cpp,
6803         src/extension/Makefile_insert, src/extension/db.cpp,
6804         src/extension/dependency.cpp, src/extension/dependency.h,
6805         src/extension/effect.cpp, src/extension/effect.h,
6806         src/extension/extension-forward.h, src/extension/extension.cpp,
6807         src/extension/extension.h, src/extension/input.cpp, src/extension/input.h,
6808         src/extension/output.cpp, src/extension/output.h, src/extension/print.cpp,
6809         src/extension/print.h, src/extension/system.cpp,
6810         src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp,
6811         src/extension/internal/svg.cpp, src/libnrtype/FlowResOut.cpp:
6813         Splitting out the different types of extensions into their own files so
6814         that the overall dependencies can be reduced.  Caused a ripple through
6815         lots of other files.  Hopefully the dependency situation is better now.
6817 2004-10-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6819         * src/draw-context.cpp:
6820           Change xp,yp file globals to NR::Point pen_draw_origin_w.
6822         * src/draw-context.cpp (sp_pen_context_root_handler):
6823           Split into many routines.  Fix some illegal union member aliasing.
6824           (pen_handle_key_press): Minor code cleanups in backspace handling.
6825           (pen_handle_motion_notify): Make tolerance var local instead of
6826           file-global.  (This transformation is applicable to many
6827           dragtolerance users.)
6829         * src/draw-context.cpp (spdc_endpoint_snap_handle):
6830           Change argument type from SPDrawContext to SPPenContext, and
6831           specialize definition accordingly.  Caller updated.
6833         * src/draw-context.h: Change red_curve_is_valid from char to bool.
6834         * src/draw-context.cpp: Change red_curve_is_valid assignments from
6835           0x00/0x01 to false/true (using find & replace).
6837 2004-10-07  Carl Hetherington  <inkscape@carlh.net>
6839         * src/nr-object.cpp, src/nr-object.h: coding style and const
6840         fixes.
6842         * src/nr-rect.cpp: added a doxygen comment.  Some coding style
6843         fixes.
6845         * src/sp-paint-server.cpp: coding style fixes.
6847         * src/nr-arena-item.cpp, src/nr-arena-item.h: move a comment to
6848         the .cpp file and make it doxygen-style.
6850         * src/livarot/Path.cpp: coding style cleanups.  Add an assert to
6851         Path::Transform().
6853         * src/livarot/Path.cpp, src/livarot/Path.h: fix some archaic
6854         notation.
6856         * src/livarot/Ligne.cpp: coding style cleanups.
6858         * src/livarot/PathOutline.cpp, src/livarot/Path.h: fix a rather
6859         nasty hack in the outlining code.
6861         * src/livarot/Path.cpp, src/livarot/Path.h,
6862         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6863         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6864         src/livarot/ShapeMisc.cpp, src/splivarot.cpp, src/sp-offset.cpp:
6865         use std::vector for Path::descr_cmd.
6867         * src/livarot/Path.cpp, src/livarot/Path.h,
6868         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6869         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6870         src/livarot/ShapeMisc.cpp: getType() and setType() in Path::path_descr.
6872 2004-10-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6874         * src/sp-object-repr.cpp (sp_repr_type_lookup): Distinguish between XML
6875           element name and sodipodi:type attribute value: use a separate table
6876           for each.
6877         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_lookup):
6878           Don't export this function.  (Also rename it to name_to_gtype and
6879           change its definition for separate tables.)
6881 2004-10-03  Kees Cook  <kees@outflux.net>
6883         * src/dialogs/rdf.cpp, src/dialogs/repr-util.cpp, src/dialogs/repr.h:
6884           Since "dc:title" can appear at multiple XML levels, a way to
6885           control max depth in searching was added.  (Closes bug #1009290)
6887 2004-09-30  MenTaLguY  <mental@rydia.net>
6889         * src/widgets/document-tree-model.cpp:
6890           more bug fixes
6892         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6893           get the layer selector sort of in more order
6895 2004-09-28  Ted Gould  <ted@gould.cx>
6897         * src/verbs.cpp, src/verbs.h, src/view.cpp:
6899         Making it so that actions get deleted as views get destroyed.
6901 2004-09-27  Ted Gould  <ted@gould.cx>
6903         * src/desktop.h, src/forward.h, src/interface.cpp, src/interface.h,
6904         src/select-toolbar.cpp, src/shortcuts.cpp, src/shortcuts.h,
6905         src/toolbox.cpp, src/toolbox.h, src/verbs.cpp, src/verbs.h,
6906         src/dialogs/align.cpp, src/dialogs/align.h,
6907         src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp,
6908         src/dialogs/export.cpp, src/dialogs/find.cpp,
6909         src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
6910         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
6911         src/dialogs/xml-tree.cpp, src/helper/action.cpp, src/helper/action.h:
6913         Wow, alot of files changed.  The ones that changed the most are
6914         verb.cpp and verb.h, which are almost entirely different.  What happened
6915         here is the verbs were made object oriented.  So, as the verbs
6916         are built into everything, lots of files changed.  Now the code
6917         for the verbs is much cleaner, and I think a little bit faster.
6918         Also, it will be easier to extend the verbs for use in effects.
6920 2004-09-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6922         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
6923           Get rid of operator NR::translate(), which was allowing
6924           *implicit* (and typically lossy) conversion to NR::translate,
6925           and which made a bug hard to find.
6927         * src/sp-gradient-test.cpp: New unit test file.  I believe this is the
6928           first test that tests an SPObject.
6929         * src/Makefile_insert, src/Makefile.am: Invoke the new test.
6931 2004-09-24  MenTaLguY <mental@rydia.net>
6933         * src/selection-chemistry.cpp:
6935           "select all" and "clear" now operate on the current layer rather than on
6936           the document root
6938         * src/verbs.cpp, src/shortcuts.cpp, layer-fns.cpp, src/sp-item.cpp:
6940           keyboard shortcuts and fixes for layer verbs
6942 2004-09-23  MenTaLguY <mental@rydia.net>
6944         * src/message-stack.h, src/message-stack.cpp:
6946           return id of flashed messages so they are cancellable
6948         * src/message-context.h, src/message-context.cpp:
6950           message context flashes now supercede one another, as regular
6951           messages do (they do not supercede regular messages though)
6953         * src/interface.cpp, src/layer-fns.cpp, src/layer-fns.h, src/verbs.cpp:
6955           initial stab at layers menu; not everything works the way it should
6956           quite yet
6958         * src/message-context.h, src/message-context.cpp:
6960           added flash methods to Inkscape::MessageContext
6962         * src/gc-core.h, src/display/nr-arena-glyphs.cpp,
6963 src/display/nr-arena-group.cpp,
6964           src/display/nr-arena-item.cpp, src/display/nr-arena-item.h,
6965           src/display/nr-arena-shape.cpp, src/libnr/nr-object.cpp,
6966 src/libnr/nr-object.h,
6968           eliminate more sources of leaks; managed objects shouldn't use refcounts
6969           among themselves
6971         * src/xml/repr.cpp: don't nuke log pointer
6973 2004-09-21  MenTaLguY <mental@rydia.net>
6975         * src/gc-finalized.h: fix for stupid bug preventing finalizable objects
6976           from being collected
6978         * src/Makefile_insert, src/gc.cpp, src/gc-core.h:
6979           move Inkscape::GC::init out-of-line, and funnel GC warnings through
6980           glib
6982 2004-09-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6984         * src/sp-marker.h, src/sp-marker.cpp (sp_marker_show_instance):
6985           Change to using NR::Matrix instead of NRMatrix.  Update caller.
6987         * src/sp-gradient.cpp (sp_gradient_get_g2d_matrix,
6988           sp_gradient_get_gs2d_matrix, sp_gradient_set_gs2d_matrix):
6989           New NR::Matrix/NR::Rect versions of existing functions.
6991         * src/libnr/nr-matrix-translate-ops.h (operator/): New function.
6993         * src/libnr/nr-matrix-scale-ops.cpp: New file.
6994         * src/libnr/nr-matrix-scale-ops.h (operator/(Matrix,scale)):
6995           New function.
6997 2004-09-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6999         * src/sp-gradient.h: Change gradientTransform from NRMatrix to
7000           NR::Matrix.  Users updated.
7002         * src/Makefile.am (EXTRA_DIST), Makefile_insert
7003           dialogs/Makefile_insert extension/implementation/Makefile_insert
7004           extension/internal/Makefile_insert helper/Makefile_insert
7005           livarot/Makefile_insert (blah_SOURCES):
7006           Add some .h files for `make dist'.
7008 2004-09-19  MenTaLguY <mental@rydia.net>
7010         * src/gc-core.h: don't defer finalizers
7012         * src/gc-core.h: bump up free space divisor -- collections should
7013           happen ~32x more frequently
7015 2004-09-19  Carl Hetherington <inkscape@carlh.net>
7017         * src/display/canvas-bpath.cpp, src/display/nr-arena-shape.cpp,
7018         src/display/sp-ctrlline.cpp, src/libnrtype/RasterFont.cpp,
7019         src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: remove some
7020         unused parameters from calls to raster code.
7022         * src/livarot/ShapeRaster.cpp: coding style cleanups.
7024         * src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: factored out
7025         _updateIntersection().
7027         * src/livarot/AVL.cpp, src/livarot/AVL.h: remove DblLinked.  Cleanups.
7029 2004-09-18  MenTaLguY <mental@rydia.net>
7031         * src/dialogs/filedialog.cpp: unref the preview document we created
7033 2004-09-18  Carl Hetherington <inkscape@carlh.net>
7035         * src/livarot/AVL.cpp, src/livarot/AVL.h,
7036         src/livarot/DblLinked.cpp, src/livarot/DblLinked.h,
7037         src/livarot/LivarotDefs.h, src/livarot/ShapeRaster.cpp,
7038         src/livarot/ShapeSweep.cpp, src/livarot/sweep-tree.cpp,
7039         src/livarot/sweep-tree.h, src/sweep-event.h: replace leftFoo and
7040         rightFoo with foo[2] in a few places.  Associated cleanups.
7042         * src/livarot/Shape.h: use Side rather than a bool for
7043         TesteIntersection.  Add some methods.  Remove some unused variables.
7045         * src/livarot/ShapeSweep.cpp: simplify TesteIntersection with use
7046         of Side.
7048         * src/livarot/sweep-event.h: const fix.
7050         * src/livarot/sweep-event.cpp: simplifications with use of Side.
7052         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
7053         src/livarot/ShapeMisc.cpp, src/ShapeSweep.cpp: lastA/firstA in
7054         Shape::dg_point ->
7056           further work on stroking; break out bezier approximation into
7057           public functions
7059 2004-09-10  MenTaLguY <mental@rydia.net>
7061         * src/render/polygon.h, src/render/shape-builder.h,
7062           src/render/shape-builder.cpp, src/render/stroke.h,
7063           src/render/dash.h:
7065           beginnings of a simple alternate renderer
7067 2004-09-09  Carl Hetherington <inkscape@carlh.net>
7069         * src/sp-flowtext.cpp, src/sp-offset.cpp, src/splivarot.cpp,
7070         src/display/nr-arena-shape.cpp, src/libnrtype/FlowDest.cpp,
7071         src/livarot/PathConversion.cpp, src/livarot/Shape.h: make
7072         Shape::nbPt and Shape::nbAr private and provide accessor methods.
7074         * src/display/nr-arena-shape.cpp, src/livarot/Shape.h: make
7075         Shape::flags private.
7077         * src/splivarot.cpp, src/livarot/PathStroke.cpp,
7078         src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
7079         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
7080         Clean up handling of flags in Shape class
7082         * src/livarot/AlphaLigne.cpp, src/livarot/Path.cpp,
7083         src/livarot/PathSimplify.cpp, src/livarot/Shape.cpp,
7084         src/livarot/ShapeSweepUtils.cpp: it's ok to free NULL.
7086         * src/livarot/Shape.h, src/sp-offset.cpp, src/splivarot.cpp,
7087         src/display/nr-arena-shape.cpp: Make Shape::pts private and offer
7088         a read-only accessor.
7090         * src/livarot/Shape.cpp, src/livarot/Shape.h,
7091         src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
7092         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp, src/
7093         livarot/ShapeSweepUtils.cpp, src/livarot/ShapeUtils.h: Rename
7094         Shape::pts to Shape::_pts, and use getPoint() wherever possible.
7096         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
7097         src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
7098         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp: Add
7099         dg_point::totalDegree() and make use of it.
7102 2004-09-08  MenTaLguY  <mental@rydia.net>
7104         * src/libnr/nr-object.h, src/libnr/nr-object.cpp: fix NRObject
7105           initialization
7107         * configure.in, src/gc-core.h, src/gc-managed.h, src/gc-anchored,
7108           src/gc-finalized.h:
7110           add a --disable-gc ./configure option to omit garbage collection
7111           from the build (the normal allocator will be used, although
7112           memory will obviously leak since it does not get explicitly freed)
7114         * src/xml/repr.cpp: SPRepr's copy constructor needs to properly
7115           initialize its fields
7117         * src/xml/repr-util.cpp, src/xml/repr-private.h,
7118           src/xml/repr.h, src/xml/repr.cpp:
7120           new child-count-related routines, and added mutation signals
7121           to SPReprDoc
7123         * src/desktop.cpp: call the "Active Group" widget by its TRUE NAME!
7125         * src/widgets/Makefile_insert, src/widgets/document-tree-model.cpp,
7126           src/widgets/document-tree-model.h, src/widgets/layer-selector.cpp,
7127           src/widgets/layer-selector.h:
7129           very cursory start on new layers UI
7131 2004-09-08  Carl Hetherington <inkscape@carlh.net>
7133         * src/helper/stock-items.cpp: fix a bad free().  Improve coding
7134         style compliance.
7136         * src/libnrtype/FlowRes.cpp: slightly unpleasant fix for a buffer
7137         overrun.
7139 2004-09-07  MenTaLguY <mental@rydia.net>
7141         * src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
7142           src/livarot/ShapeSweep.cpp:
7144           use std::vector for points array (seems to crash less?)
7146         * src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
7147           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
7148           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
7149           src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
7150           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
7152           switch to glib's allocator routines, which have the expected
7153           semantics
7155         * src/livarot/evil-malloc.h: removed
7157 2004-09-07  Ted Gould  <ted@gould.cx>
7159         * src/color-rgba.h:
7161         Some comments and some little code clean up things.  Added a couple
7162         of constructors to make life a little simpler.
7164 2004-09-06  Ted Gould  <ted@gould.cx>
7165         * src/extension/plugin/gimgrad.cpp, src/extension/implementation/plugin*
7166           share/extension/gimpgrad.inkmod, src/extension/system.cpp,
7167           src/extension/extension.h:
7169         Mega commit.  This commit does two things, it adds in the ability to
7170         do plugins in Inkscape.  This means that there are loadable modules
7171         that can be used for just about anything.  It also provides a sample
7172         implementation of a plugin to load GIMP gradients.  This means that
7173         GIMP gradients can be imported into Inkscape, giving a larger set of
7174         gradients that can be used in Inkscape.
7176         Currently, nothing here is really complete, but it is functional.  The
7177         plugins really only work for input plugins, and the GIMP gradient example
7178         isn't very robust.  They will come shortly.
7180 2004-09-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7182         * src/display/curve.h, src/display/curve.cpp:
7183           Change x,y members to NR::Point.
7184           Rename posset (spiced&spiked hot milk) to posSet as per CodingStyle.
7186         * src/display/curve.cpp (sp_curve_reverse): Previously this
7187           routine returned only the last subpath, and made it an open
7188           path.  Now it preserves all aspects of the curve other than
7189           reversing it.  I believe this change makes no difference to the
7190           draw-context and dyna-draw-context callers (though I haven't
7191           managed to test all of these callers), whereas for the `reverse
7192           path' command, users presumably expect the new behaviour.
7194         * src/display/curve.cpp (sp_curve_closepath_current):
7195           Fix bad assertion.
7197         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
7198           (get_translation): New function.
7200         * src/sp-polygon.cpp (polygon_get_value): Use static linkage.
7201           (sp_polygon_set): Remove debugging output.  Add `todo' comment.
7203 2004-09-03  MenTaLguY <mental@rydia.net>
7205         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7206           src/sp-namedview.h:
7208           remember previously selected layer on load
7210 2004-09-02  MenTaLguY <mental@rydia.net>
7212         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp:
7214           reintroduced the inkscape:groupmode attribute
7216         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
7217           src/libnr/nr-object.cpp:
7219           remove USE_LIBGC macro again
7221 2004-08-30  MenTaLguY <mental@rydia.net>
7223         * src/sp-object.cpp:
7225           ref the object while SPObject::deleteObject runs, so it doesn't
7226           get destroyed halfway through [ fix for bug #1012874 ]
7228 2004-08-29  MenTaLguY <mental@rydia.net>
7230         * src/gc-core.h:
7232           turn off scanning of dynamic library data segments; we don't need
7233           it, and it seems to cause problems on FC2
7235 2004-08-27  MenTaLguY <mental@rydia.net>
7237         * src/traits/function.h: add typedefs for all argument positions,
7238           specifying 'void' for all arguments after the last
7240         * src/livarot/evil-malloc.h, src/livarot/BitLigne.cpp,
7241           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
7242           src/livarot/Shape.cpp, src/livarot/ShapeSweepUtils.cpp:
7244           work around livarot bugs so I can use ElectricFence
7246         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
7247           src/libnr/nr-object.cpp:
7249           make the garbage collector easy to disable by undefining
7250           USE_LIBGC in src/gc-core.h
7252 2004-08-26  MenTaLguY <mental@rydia.net>
7254         * src/document-private.h, src/document.h, src/document.cpp:
7256           add notification signal when resources are added or removed
7258 2004-08-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7260         * src/xml/repr-css.cpp (sp_repr_css_print):
7261           Fix for shared string change.
7263         * src/sp-text.cpp (sp_text_description):
7264           Fix for when font Name() call fails.
7266         * src/sp-text.cpp: CodingStyle changes, including moving some
7267           declarations to first use.
7268           Remove unused __SP_TEXT_C__ define.
7270 2004-08-25  Carl Hetherington  <inkscape@carlh.net>
7272         * src/sp-cursor.cpp, src/sp-cursor.h, src/sp-guide.cpp:
7273         coding style cleanups.
7275 2004-08-24  MenTaLguY <mental@rydia.net>
7277         * src/gc-anchor.h: fix to always use the GC base address, since
7278           that will not always be the same as 'this', when I::GC::Anchored
7279           is used via multiple inheritance.
7281 2004-08-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7283         * src/libnrtype/TextWrapper.h, src/libnrtype/TextWrapper.cpp (AppendUTF8):
7284           Use strlen instead of for-loop.
7285           Change printf to g_return_if_fail (and document that the argument
7286           must be valid UTF-8).
7287           Mark the text pointer as not being written through (const).
7289 2004-08-23  MenTaLguY <mental@rydia.net>
7291         * src/xml/repr.cpp, src/xml/sp-repr-action.h:
7293           removed stupid default 'next' constructor arguments and force them
7294           to be specified explicitly (and fix the omission of one, which
7295           fixes bug #1014541)
7297 2004-08-22  MenTaLguY <mental@rydia.net>
7299         * src/Makefile_insert, src/gc-alloc.h:
7301           introduced a GC-aware STL allocator
7303         * src/document-private.h, src/document.h, src/document.cpp:
7305           switch to using STL map for "id changed" signals
7307 2004-08-21  MenTaLguY <mental@rydia.net>
7309         * src/Makefile_insert, src/util/Makefile_insert: get libinkutil
7310           deps straightened out
7312         * src/document-private.h, src/document-undo.cpp, src/document.cpp:
7314           adapt for new APIs, header cleanups/refactorings
7316         * src/gc-core.h, src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
7318           rewrote interface to Boehm GC for increased flexibility; there are now
7319           three main classes:
7321            - Inkscape::GC::Managed: objects managed by the GC; replaces
7322                                     Inkscape::GC::Object
7324            - Inkscape::GC::Finalized: objects for which the GC will call
7325                                       destructors automatically; replaces
7326                                       Inkscape::GC::FinalizedObject
7328            - Inkscape::GC::Anchored: managed objects which can be 'anchored'
7329                                      to prevent collection while non-gc-aware
7330                                      objects are holding references; replaces
7331                                      Inkscape::Refcounted
7333           Note that they no longer inherit from each other(!), so you will
7334           need to mix-and-match via multiple inheritance.  The latter two
7335           don't do anything useful without the first, however.
7337         * src/gc-object.h, src/refcounted.h: removed
7339         * src/message-context.cpp, src/message-stack.h, src/selection.h,
7340           src/view.cpp, src/libnr/nr-object.h, src/util/list.h,
7341           src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h, src/desktop.cpp:
7343           adopt new GC API and header refatorings
7345         * src/Makefile.am, src/util/Makefile_insert:
7347           list util/* files in util's Makefile_insert now.
7349         * src/util/reverse.h: revive anx fix Inkscape::Util::reverse
7351         * src/util/share-c-string.cpp, src/util/share-c-string.h: removed
7353         * src/util/shared-c-string.cpp, src/util/shared-c-string.h:
7355           employ the type system to make shared strings a little safer to use;
7356           you can still shoot yourself in the foot, but at least now you need
7357           to aim and pull the trigger first
7359         * src/xml/Makefile_insert, src/xml/repr-action-test.cpp,
7360           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.h:
7362           reorganize transaction logging files
7364         * src/xml/repr-action-test.cpp: updated headers
7366         * src/xml/repr-action.cpp, src/xml/repr-action.h: removed
7368         * src/xml/repr-private.h, src/xml/repr.cpp, src/xml/repr.h:
7370           update for new GC API and shared strings
7372         * src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
7373           src/xml/sp-repr-action.h:
7375           header refactoring and new GC API
7377         * src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h:
7379           new GC API
7381 2004-08-20  Carl Hetherington <inkscape@carlh.net>
7383         * src/zoom-context.cpp, src/view.cpp, src/version.cpp,
7384         src/sp-defs.cpp: coding style cleanups.
7386         * src/sp-polygon.cpp: coding style and a few other small cleanups.
7388         * src/sp-anchor.cpp: coding style cleanups.  Remove unnecessary
7389         static variable.
7391 2004-08-18  Bryce Harrington <bryce@bryceharrington.org>
7393         * autogen.sh:  Fixing the 'missing ltmain.sh' bug
7395 2004-08-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7397         * src/sp-star.cpp: Use cast to guint32 instead of using modulo 2**32.
7398           Fix a uint compilation bug on Windows reported by mrchapp.
7399           Mark a few functions as static.
7401 2004-08-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7403         * src/sp-conn-end.cpp (change_endpts):
7404           Use new sp_curve_stretch_endpoints function: i.e. preserve the
7405           shape of the connector path.
7407         * src/display/curve.h, src/display/curve.cpp
7408           (sp_curve_stretch_endpoints): New function.
7410         * src/sp-use-reference.cpp: CodingStyle changes.
7412         * src/sp-item.h, src/sp-item.cpp (sp_item_write_transform):
7413           Indicate that adv won't get written to.
7415         * src/sp-rect.cpp (sp_rect_set_transform): Call sp_rect_set_shape,
7416           so that bbox is up-to-    src/livarot/PathConversion.cpp,
7417 src/livarot/Shape.cpp,
7418         src/livarot/Shape.h, src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
7419         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp,
7420         src/livarot/ShapeSweepUtils.cpp:
7421           Revert these files to their state prior to mental's "2004-08-08"
7422           entry (the change made in 2004-08-09 02:23 UTC).
7424 2004-08-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7426         * src/algorithms/longest-common-suffix.h: Fix bug I introduced three
7427           days ago.
7429         * src/attributes.h, src/attributes.cpp: New attributes
7430           SP_ATTR_CONNECTION_START, SP_ATTR_CONNECTION_END.
7431         * src/sp-conn-end.h, src/sp-conn-end.cpp,
7432           src/sp-conn-end-pair.h, src/sp-conn-end-pair.cpp:
7433           New files.
7434         * src/Makefile_insert (libinkpre_a_SOURCES): Add the new files.
7436         * src/sp-path.cpp, src/sp-path.h: Call the new connector stuff.
7438         * src/display/curve.h, src/display/curve.cpp
7439           (sp_curve_first_point, sp_curve_last_point): New functions.
7441           (sp_curve_transform): Re-implement with NR::Matrix/NR::Point.
7442           The old code appears to be buggy for sheer/rotate matrices
7443           due to calculating each y coord using the new corresponding x coord
7444           instead of the previous value.
7446           Also add NR::translate version.
7448           Get rid of the return value.  Callers updated.
7450         * src/sp-item.h, src/sp-item.cpp: (i2anc_affine): New function
7451           (essentially a rename of existing private partial_xform function, but
7452           differing behaviour on encountering non-SPItem in the hierarchy).
7454           (i2i_affine): New function (essentially a rename of existing
7455           SPItem::getRelativeAffine).  Implement SPItem::getRelativeAffine in
7456           terms of the new function.
7458           (sp_item_dt2i_affine): NR::Matrix version.
7460         * src/libnr/nr-path.h (c, setC): new methods.
7462 2004-08-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7464         * src/desktop-affine.cpp (sp_desktop_w2doc_affine,
7465         sp_desktop_doc2w_affine, sp_desktop_doc2d_xy_point),
7466         src/knotholder.cpp (knot_moved_handler), src/sp-item.cpp
7467         (SPItem::getRelativeTransform), src/sp-rect.cpp
7468         (sp_rect_set_transform), src/display/sp-canvas-util.cpp
7469         (sp_canvas_item_i2i_affine, sp_canvas_item_set_i2w_affine):
7470           Cleanup: Use the new division operators instead of multiplication by
7471           inverse.  (Currently the division operators are implemented as
7472           multiplication by inverse.)
7474         * src/splivarot.cpp, src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
7475         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
7476           Hurriedly fix some problems caused by overly-hurried changes.
7477           Address some signed/unsigned warnings.
7478           Add some assertions.
7479           (Haven't checked the performance cost of the assertions.)
7481         * src/livarot/Shape.h: Make constructors explicit.
7483 2004-08-08  MenTaLguY  <mental@rydia.net>
7485         * src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-offset.cpp,
7486           src/splivarot.cpp, src/display/nr-arena-shape.cpp,
7487           src/livarot/PathConversion.cpp, src/livarot/Shape.cpp,
7488           src/livarot/Shape.h, src/livarot/ShapeDraw.cpp,
7489           src/livarot/ShapeMisc.cpp, src/livarot/ShapeRaster.cpp,
7490           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
7492           replace ad-hoc realloced arrays with std::vector and deal with
7493           uninitialized data problems that valgrind complained about
7495         * libgc.supp: valgrind suppression profile for libgc, which necessarily
7496           reads and runs comparisons on a lot of uninitalized data; the present
7497           form of this file is probably too broad however
7499 2004-08-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7501         * src/libnr/nr-matrix-div.h, src/libnr/nr-matrix-div.cpp:
7502           operator/(NR::Point, NR::Matrix), operator/(NR::Matrix, NR::Matrix):
7503           new functions, new files.
7505         * src/algorithms/longest-common-suffix.h:
7506           Handle in O(1) time the common case of equal tails.
7507           Documentation.
7509 2004-08-08  Ted Gould  <ted@gould.cx>
7511         * src/svg-profile.h, src/Makefile_insert:
7513         Adding the first support in for trying to determine which profiles are
7514         used with certain functionality, and if that is used by the current
7515         document.  Really, right now, there is no code changes to anything that
7516         compiles.  But this is the header file that contains the class that
7517         I'm plannig to use in the future.
7519 2004-08-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7521         * src/libnrtype/RasterFont.h, src/libnrtype/RasterFont.cpp:
7522           Get rid of argumentless constructor (which was leaving
7523           style.transform as random bits), replace with constructor taking
7524           style argument.  Caller updated.
7525           Disable default copy constructor and operator=.
7527 2004-08-06  MenTaLguY <mental@rydia.net>
7529         * configure.in, src/gc-core.h, src/gc-object.h,
7530           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-group.cpp,
7531           src/display/nr-arena-image.cpp, src/display/nr-arena-item.cpp,
7532           src/display/nr-arena-shape.cpp, src/display/nr-arena.cpp,
7533           src/helper/action.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
7535           make NRObject GC-aware
7537 2004-08-06  David Turner <novalis@gnu.org>
7538         * src/sp-shape.cpp (sp_shape_marker_get_transform): Make marker handling
7539 match
7540         SVG spec better.
7542 2004-08-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7544         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
7545           NR::Matrix *= NR::scale: new.
7547         * src/sp-object.cpp, src/sp-object.h, src/sp-object-tree-iterator.h:
7548           Move TreeIterator<SPObject *> specialization to snew file
7549           sp-object-tree-iterator.h.
7550           Mark several pointers as not being written through.
7551           Correspondingly change TreeIterator specialization to
7552           <SPObject const *> instead of <SPObject *>.
7554         * display/nr-arena-item.cpp, display/nr-arena-item.h:
7555           Add NR::Matrix version of nr_arena_item_set_transform.
7557         * src/sp-item.h, src/sp-item.cpp (getRelativeTransform, partial_xform):
7558           Mark pointers as not written through.
7560         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
7561           src/path-chemistry.cpp, src/rect-context.cpp,
7562           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowdiv.cpp,
7563           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-item-group.cpp,
7564           src/sp-item-notify-moveto.cpp, src/sp-item-transform.cpp,
7565           src/sp-item.cpp, src/sp-item.h, src/sp-offset.cpp, src/sp-rect.cpp,
7566           src/sp-shape.cpp, src/sp-use.cpp, src/spiral-context.cpp,
7567           src/splivarot.cpp, src/star-context.cpp, src/text-context.cpp,
7568           src/dialogs/item-properties.cpp:
7569           Change SPItem->transform from NRMatrix to NR::Matrix.
7571         * src/libnr/nr-matrix-ops.h (operator*(NR::Matrix, NRMatrix)): new.
7573         * src/libnr/nr-matrix.h: NR::Matrix *= NR::translate: new operator.
7575         * src/nodepath.cpp: Mark NodeSort operator< as static.
7576           Indentation as per CodingStyle.
7578         * src/libnr/nr-scale.h (NR::scale(double)): new constructor.
7580         * src/svg/svg-affine.cpp (sp_svg_transform_write), src/svg/svg.h:
7581           Add NR::Matrix version.
7583 2004-08-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7585         * src/display/bezier-utils.cpp: Misc. minor changes.
7587 2004-08-04  MenTaLguY  <mental@rydia.net>
7589         * configure.in, src/gc-object.h, src/refcounted.h:
7591           start using libgc in earnest; Inkscape::Refcounted is now GC-aware
7593 2004-08-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7595         * src/nodepath.cpp: Cleanups: Mark some things as static.  Switch from
7596           pointer to reference in some places. Make const placement conform to
7597           CodingStyle.
7599         * src/inkview.cpp (sp_svgview_main_key_press): Accept some common keys
7600           like PgUp, q.
7602         * src/draw-context.cpp (fit_and_split):
7603           Slight simplification: don't handle impossible condition npoints < 2.
7604         * src/proofs: Update accordingly.  (Also add some bezier-utils proofs.)
7606 2004-08-04  David Turner <novalis@gnu.org>
7608         * sp-path.cpp: 'd' is a required attribute for paths.  Ensure that
7609         all paths have it.
7611 2004-08-03  MenTaLguY  <mental@rydia.net>
7613         * src/dialogs/rdf.cpp, src/xml/repr-util.cpp, src/xml/repr.h:
7614           removed sp_repr_recursive_drop() which is unneeded and
7615           creates unnecessary thrash in the undo logs
7617         * src/livarot/Shape.h, src/livarot/Shape.cpp,
7618           src/livarot/ShapeSweep.cpp, src/livarot/ShapeMisc.cpp:
7620           experiment to replace ad-hoc realloc() arrays with std::vector
7622 2004-08-02  David Turner <novalis@gnu.org>
7624         * file.cpp, file.h, interface.cpp, toolbox.cpp, verbs.cpp, verbs.h:
7626         Added vacuum command to remove unused defs.
7628 2004-08-02  MenTaLguY  <mental@rydia.net>
7630         * configure.in: sigc++ 2.0.2 (and before?) has a bug that
7631           causes us to crash.  require >= 2.0.3
7633         * src/Makefile.am, src/Makefile_insert, src/gc-core.h,
7634           src/gc-object.h, src/algorithms/longest-common-suffix.h,
7635           src/traits/list.h, src/traits/reference.h, src/util/flip.h,
7636           src/util/fold.h, src/util/list-iterator.h, src/util/list.h,
7637           src/util/map.h, src/util/parent-axis.h, src/util/reverse.h,
7638           src/util/sibling-axis.h, src/util/tuple.h, src/util/zip.h:
7640           more "functional" work
7642 2004-08-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7644         * src/display/curve.cpp, src/display/curve.h:
7645           Greater conformance with CodingStyle.
7647 2004-07-31  David Turner <novalis@gnu.org>
7649         * dialogs/xml-tree.cpp: Improved focus, added keystroke for attr commit.
7651 2004-07-31  Ted Gould  <ted@gould.cx>
7653         * src/extension/extension.cpp,
7654         src/extension/implementation/implementation.cpp,
7655         src/extension/implementation/implementation.h,
7656         src/extension/implementation/script.cpp,
7657         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
7658         src/extension/internal/eps-out.h:
7660         Okay, changed the prefs_ prototypes to include which extension they are
7661         working with. This should clean up some warnings before they become
7662         problems later.
7664 2004-07-31  Ted Gould  <ted@gould.cx>
7666         * src/print.cpp, src/extension/extension.cpp, src/extension/extension.h,
7667           src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp:
7669           Changed the get and set param prototypes so that they aren't overloaded
7670           anymore - this was flaky.  Also added a document to the prototype so
7671           that document specific parameters can be supported in the future.
7673 2004-07-28  David Turner <novalis@gnu.org>
7675         * sp-gradient.cpp, widgets/gradient-vector.cpp: fixed gradient handling to
7676         properly render gradients with sharp color boundaries
7678 2004-07-29  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7680         * src/inkview.cpp: Make the window title be the name of the
7681           instead of the current file instead of the first file.
7683         * src/round-test.cpp: New unit-test file.
7685         * src/desktop.h, src/sp-desktop-widget.h:
7686           Move SPDesktopWidget stuff from desktop.h to new file
7687           sp-desktop-widget.h.
7689         * debian/*: Copy lots of changes from wolfi's official Debian package
7690           of inkscape.
7691           Also use separate builddir, which simplifies the `clean' target.
7693 2004-07-24  MenTaLguY  <mental@rydia.net>
7695         * configure.in, src/Makefile.am, src/main.cpp, src/gc-core.h:
7696           added libgc dependency
7698         * src/Makefile.am, traits/function.h:
7699           added trait class for functions and C++ "functors"
7701         * src/Makefile.am, util/flip.h:
7702           added flip() which, given a function with two arguments,
7703           returns an identical function with its arguments reversed
7705 2004-07-23  MenTaLguY  <mental@rydia.net>
7707         * src/Makefile.am, src/traits/reference.h, src/util/tuple.h:
7708           added generic Tuple type
7710 2004-07-23  Ted Gould  <ted@gould.cx>
7712         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7713         src/sp-namedview.h, src/dialogs/desktop-properties.cpp,
7714         src/display/canvas-grid.cpp, src/display/canvas-grid.h:
7716         Adding in the ability to have 'emphasis grid lines' where some lines are a
7717         different color than others.  In the default case every fifth grid line
7718         gets to be 0x11 darker alpha.  Nothing that will get in your way, but
7719         enough that you can find the spacing.  All parameters are changeable in
7720         document preferences.
7722 2004-07-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7724         * autogen.sh: Move unversioned automake to last resort.
7726 2004-07-20  Kees Cook  <kees@outflux.net>
7728         * src/dialogs/desktop-preferences.cpp: corrected my usage of static
7729           l18n strings.
7730         * src/dialogs/stroke-style.cpp: fixed missing l18n. (bug #994837)
7731         * src/dialogs/sp-attribute-widget.cpp: went hunting for other static
7732           l18n strings.  Fixed some here too.
7733         * autogen.sh: cleanups and more debugging.
7734         * share/extensions/sk2svg.sh: tempfile cleanups from pjrm (patch #990009)
7736 2004-07-20 Nathan Hurst <njh@mail.csse.monash.edu.au>
7738         * debian/changelog, configure.in: Moved to 0.40cvs and updated
7739           debian stuff.
7741 2004-07-18  MenTaLguY  <mental@rydia.net>
7743         * configure.in, src/Makefile.am, src/algorithms/Makefile_insert,
7744           src/algorithms/makefile.in, src/traits/Makefile_insert,
7745           src/traits/makefile.in, src/util/Makefile_insert, src/util/makefile.in:
7747           added src/algorithms, src/traits, and src/util subdirs
7749         * src/algorithms/longest-common-suffix.h:
7751           added generic "longest common suffix" algorithm
7753         * src/traits/list.h: added traits class for lists
7755         * src/traits/tree-iterator.h: added traits class for n-ary tree iterators
7757         * src/util/list-iterator.h: STL iterator for lists
7759         * src/util/parent-axis.h: parent "axis" of tree iterator as list
7761         * src/util/sibling-axis.h: sibling "axis" of tree iterator as list
7763         * src/xml/repr.h: specialize Traits::TreeIterator for SPRepr *
7765         * src/sp-object.h: specialize Traits::TreeIterator for SPObject *
7767         * src/sp-object.cpp: use generic "longest common suffix" to find
7768                              nearest common ancestor
7770         * src/splivarot.cpp: use genric "longest common suffix" to find
7771                              nearest common ancestor here too
7773 2004-07-18  Kees Cook  <kees@outflux.net>
7775         * Makefile.am, configure.in, autogen.sh, toolversions.sh:
7776           cleaning up some automake misbehavior from the gtkmm patch.
7777           automake 1.4isms snuck back in.
7778         * src/desktop-events.cpp: unlocalized strings updated.
7780 2004-07-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7782         * src/sp-path.cpp (sp_path_write): Handle shape->curve==NULL.
7784 2004-07-18  MenTaLguY  <mental@rydia.net>
7786         * Makefile.am, configure.in, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4,
7787           m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4,
7788           m4/progtest.m4, src/arc-context.cpp, src/arc-context.h, src/desktop.cpp,
7789           src/desktop.h, src/document.cpp, src/document.h, src/draw-context.cpp,
7790           src/draw-context.h, src/event-context.h, src/main.cpp,
7791           src/message-stack.h, src/node-context.cpp, src/node-context.h,
7792           src/nodepath.cpp, src/nodepath.h, src/object-hierarchy.h,
7793           src/rect-context.cpp, src/rect-context.h, src/selcue.cpp, src/selcue.h,
7794           src/selection-describer.cpp, src/selection-describer.h,
7795           src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
7796           src/sp-item.cpp, src/sp-item.h, src/sp-object.cpp, src/sp-object.h,
7797           src/sp-offset.cpp, src/sp-offset.h, src/sp-pattern.cpp, src/sp-use.cpp,
7798           src/sp-use.h, src/spiral-context.cpp, src/spiral-context.h,
7799           src/star-context.cpp, src/star-context.h, src/text-context.cpp,
7800           src/text-context.h, src/toolbox.cpp, src/uri-references.cpp,
7801           src/uri-references.h, src/view.cpp, src/view.h,
7802           src/dialogs/xml-tree.cpp:
7804           merged Aubanel MONNIER's gtkmm upgrade patch
7806 2004-07-17  Carl Hetherington  <inkscape@carlh.net>
7808         * src/sp-use.cpp: fix a compiler warning (closes #992960)
7810         * src/sp-offset.cpp: fix a compiler warning (closes #992960)
7812         * src/sp-text.cpp: fix a compiler warning (closes #992959)
7814 2004-07-16  Kees Cook  <kees@outflux.net>
7816         * src/verbs.h, src/verbs.cpp: added "sp_verbs_find" function for bryce.
7818 2004-07-15  Ted Gould  <ted@gould.cx>
7820         * 0.39 Release
7822 2004-07-14  MenTaLguY  <mental@rydia.net>
7824         * src/sp-object.cpp: disable recursive update warning for release
7826         * src/select-context.cpp: work around probable cut-and-paste bug
7827           between sp_select_context_item_handler and
7828           sp_select_context_root_handler by checking for drag_escaped
7830 2004-07-13  MenTaLguY  <mental@rydia.net>
7832         * src/make.exclude: omit extension/script/js/js.c from build
7834 2004-07-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7836         * src/dialogs/rdf.cpp: Don't add dc:description entry to SVG files.
7838         * src/utest/utest.h: Add include guard.
7840 2004-07-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7842         * src/decimal-round.h (decimal_round): New file, new function.
7843         * src/round.h (decimal_round): New file, new function.
7844         * src/Makefile_insert: Add to libinkpost_a_SOURCES.
7846 2004-07-11  MenTaLguY  <mental@rydia.net>
7848         * src/document.h, src/document-undo.cpp:
7849           added sp_document_get_undo_sensitive() for capturing and restoring
7850           undo sensitivity
7852         * src/sp-object.cpp: don't log id changes made to resolve
7853           duplicate ids (to avoid undo badness) (fix for bug #989023)
7855 2004-07-11  Kees Cook  <kees@outflux.net>
7857         * src/preferences-skeleton.h, src/extension/init.cpp: with simarilius,
7858           tracked down the cause of bug #988445.  Extension code now has a
7859           small section that validates preferences for valid extension names.
7860         * src/dialogs/filedialog-win32.cpp: corrected an assert test, and
7861           changed dialog to take the passed window title.
7862         * autogen.sh, config.h.mingw, configure.in, src/Makefile_insert,
7863           src/help.cpp, src/inkscape-stock.cpp, src/inkscape.cpp, src/main.cpp,
7864           src/make.dep, src/make.files, src/path-prefix.h, src/prefix.cpp,
7865           src/prefix.h, src/dialogs/stroke-style.cpp,
7866           src/extension/Makefile_insert, src/extension/init.cpp,
7867           src/extension/implementation/Makefile_insert,
7868           src/extension/implementation/script.cpp,
7869           src/extension/internal/Makefile_insert, src/helper/stock-items.cpp,
7870           src/widgets/icon.cpp:
7871         Cleaned up all the path #define's and usage.  In the process found at
7872         least 3 separate bugs associated with file locations.  This should
7873         hopefully work for Win32 as well.  Bottom line in this change: don't use
7874         INKSCAPE_DATADIR anywhere except in "path-prefix.h".  This includes
7875         an update to the autopackage code as well with fixes so that
7876         a change to "--enable-binreloc" will get recompiled correctly.  These
7877         changes should address bug #978391.
7879 2004-07-11  Carl Hetherington  <inkscape@carlh.net>
7881         * src/attributes.cpp, src/attributes.h: remove confusing
7882         snaptogrid and snaptoguides options.
7884         * src/desktop-events.cpp: use inkscape:guide-bbox instead of
7885         snaptoguides to turn guides on.
7887         * src/desktop.cpp: no need to worry about Snapper::getEnabled().
7889         * src/snap.cpp, src/snap.h: Remove explicit enabled flag from
7890         Snapper, as itconfuses people.  Added
7891         namedview_dim_snap_all_types().  Return useful stuff from
7892         vector_snap_list.
7894         * src/rect-context.cpp: Use hack to make snapping kind of work
7895         even with snap-to-bbox enabled.
7897         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp: remove
7898         snaptogrid and snaptoguides options as they confuse people.  Use
7899         better names for the scale origin radio buttons, as suggested by
7900         Bulia.
7902         * src/seltrans.cpp: Fix some cases where snap wasn't correctly applied.
7904 2004-07-10  MenTaLguY  <mental@rydia.net>
7906         * src/sp-image.cpp: prospective fix for bug #979858
7908         * src/select-context.cpp, src/select-context.h,
7909           src/seltrans.cpp, src/seltrans.h:
7911           gave SPSelTrans its own Inkscape::MessageContext, fixing
7912           bug #977971
7914 2004-07-10  Kees Cook  <kees@outflux.net>
7916         * src/knot.cpp: solved bug #988513: knot could stay grabbed in
7917           situations where the tool went away but never got "button_release"
7918           event.  This patch uses the "enter" and "leave" notifiers to disable
7919           the grab before a "motion" can come and snag the knot.
7921 2004-07-09  Kees Cook  <kees@outflux.net>
7923         * src/widgets/paint-selector.cpp: solved bug #984902: the pattern
7924           menu was being destroyed since it was remaining part of the frame
7925           that was being destroyed whenever the selector changed.  It gets
7926           ref-counted, disconnected, and destroyed correctly now.
7927         * mkinstalldirs: automake 1.8 stopped including "mkinstalldirs", but
7928           intltool still uses it.  We'll need to keep this until intltool
7929           fixes the bug.  intltool 0.31 and earlier are all buggy.
7931 2004-07-09  Carl Hetherington  <inkscape@carlh.net>
7933         * src/draw-context.cpp: remove some debugging g_prints.
7935 2004-07-08  MenTaLguY  <mental@rydia.net>
7937         * src/interface.cpp: fixed crash on desktop context menu
7939         * src/desktop.h, src/desktop.cpp:
7941           added SPDesktop::isWithinViewport() to conveniently determine
7942           if an item is within view
7944           also made isLayer() const
7946         * src/sp-object.h: added SPObject::hasChildren() predicate
7948         * src/sp-object.cpp: revert to old behavior of breaking parent
7949           link before emitting "release" signal
7951         * src/selection-chemistry.cpp: rewrote sp_selection_item_next()
7952           and sp_selection_item_prev() to work with layers
7954 2004-07-08  Carl Hetherington  <inkscape@carlh.net>
7956         * src/libnrtype/FontFactory.cpp: disable printing of debug
7957         messages.
7959         * src/sp-item-group.cpp: give it a snappoints method to fix
7960         937318.
7962         * src/draw-context.cpp: fix a couple of places where Shift isn't
7963         checked before snapping.
7966 2004-07-07  MenTaLguY  <mental@rydia.net>
7968         * src/desktop.cpp, src/interface.cpp: remove the word "layer"
7969           for now, and disable the layer selector when the user is not
7970           inside a group
7972 2004-07-07  Kees Cook  <kees@outflux.net>
7974         * src/dialogs/desktop-properties.cpp: added a few g_asserts, and
7975           added a missing sp_signal_disconnect_by_data for the color picker,
7976           which closes bug #975864.  Stopped accidentally calling
7977           sp_document_done from the update handler (fixes bug #986411).
7978         * src/dialogs/dialog-events.cpp, src/helper/action.cpp:
7979           whitespace changes, typo fixes, added a few g_asserts.
7980         * src/selection-chemistry.cpp, src/desktop.cpp: when deleting items
7981           from the desktop, the selection context may need to be cleared since
7982           it may have pointers to the deleted items.  To do this, I just
7983           reselect the current tool (fixes bug #983243).
7984         * src/dialogs/xml-tree.cpp, src/dialogs/desktop-properties.cpp:
7985           corrected tooltips memory handling.
7987 2004-07-06  MenTaLguY  <mental@rydia.net>
7989         * src/desktop.cpp: minor tweaks to make the existing layers
7990           code easier to work with in its current state (particularly,
7991           to sidestep some existing bugs that otherwise require more
7992           UI work to fix)
7994 2004-07-06  Carl Hetherington  <inkscape@carlh.net>
7996         * src/seltrans.cpp, src/sp-namedview.cpp,
7997         src/display/bezier-utils.cpp, src/libnr/nr-types.cpp:
7998         isnan appears to need a std:: namespace qualifier.
8000 2004-07-06  Ted Gould  <ted@gould.cx>
8002         * src/libnr/nr-point.h, src/libnr/nr-rect.h:
8004         Adding in a function to round the points and rectangles.  Using this
8005         for less precise comparisons.  Also, added in a function to print
8006         each of these.
8008         * src/dialogs/export.cpp:
8010         Major revisions to do all kinds of fun stuff.  The major one being
8011         that filenames and dpi's can now be stored on selections.  This
8012         makes it so that people working on a section of a document can export
8013         it consistently.
8015 2004-07-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8017         * src/sp-typeset-utils.h: Greatly reduce #includes.
8019         * src/color-rgba.h, src/Makefile_insert, src/desktop.h:
8020           Move ColorRGBA from desktop.h to new file color-rgba.h.
8021         * src/desktop.cpp, src/dropper-context.cpp: #include it.
8023 2004-07-05  Kees Cook  <kees@outflux.net>
8025         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.cpp,
8026           src/dialogs/rdf.h: added multiline data entry items, reduced
8027           overall width of the dialog, and created the license entry areas.
8028           Auto-detection of license on load works now.
8030 2004-07-05  MenTaLguY <mental@rydia.net>
8032         * src/desktop.cpp: comitted further work which gives us a
8033           partially-functional layers menu (not actually hooked up to
8034           change layers yet), and it is not always updated when it needs
8035           to be (yet).  It does also fix the crash though.
8037         * src/desktop.cpp, src/desktop.h, src/document.cpp,
8038           src/sp-item-group.cpp, src/sp-item-group.h:
8040           additional layers work; backed off on promoting siblings to
8041           layers automatically and reintroduced "global" layer mode
8043 2004-07-05  Carl Hetherington <inkscape@carlh.net>
8045         * src/desktop.cpp: prevent crash by adding a check for
8046         layer == NULL to SPDesktopWidget::_buildLayerStatusMenuItem.
8048         * src/selection-chemistry.cpp: prevent crash on copying empty
8049         groups.
8051 2004-07-04  MenTaLguY  <mental@rydia.net>
8053         * src/sp-object.cpp: fixed bug #979281 -- I had accidentally
8054           reversed the sense of a test in SPObject::requestModified(),
8055           such that CHILD_MODIFIED notifications were never being sent
8057         * src/widgets/sp-color-notebook.cpp: always assume colors are
8058           8-digit hex rrggbbaa, and zero-fill accordingly
8060           HAPPY NATHAN#@$?#$#@$!?!?!?
8062         * src/desktop.cpp, src/desktop.h, src/document.cpp, src/document.h,
8063           src/interface.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
8064           src/sp-item-group.cpp, src/sp-item-group.h, src/widgets/widget-sizes.h:
8066           Added selection-changes-current-layer and other layer refinements.
8067           Except for fixing the currently broken layer combo box on the status
8068           bar, I think this is pretty much the last of the layerish work I'm
8069           willing to do for 0.39 since we're in freeze now.
8071 2004-07-03  Kees Cook  <kees@outflux.net>
8073         * src/document.cpp, src/dialogs/desktop-properties.cpp,
8074           src/dialogs/rdf.cpp, src/dialogs/rdf.h:
8075           Added several more RDF entities.  Created entry tooltips.  Set
8076           a few RDF defaults for the document.
8078 2004-07-03  MenTaLguY  <mental@rydia.net>
8080         * src/desktop.cpp, src/document.cpp:
8082           siblings of a layer now become layers too
8084         * src/interface.cpp: switched to command names suggested by bulia
8086         * src/object-hierarchy.cpp, src/object-hierarchy.h:
8088           bugfixes and cleanups
8090         * src/sp-item-group.cpp, src/sp-item-group.h, src/sp-root.cpp:
8092           new layerMode() and setLayerMode() methods; SPGroupMode becomes
8093           SPGroup::LayerMode
8095         * src/sp-object.h: added isSiblingOf() method
8097         * src/sp-object.cpp: leave parent pointer in place until after
8098           "release" handlers finish
8100 2004-07-02  Kees Cook  <kees@outflux.net>
8102         * src/document.cpp, src/dialogs/desktop-properties.cpp,
8103           src/dialogs/rdf.cpp, src/dialogs/rdf.h, src/xml/repr.h:
8104           Made RDF's writable now.  Handling modifications and defaults.
8105           Mental and others will most likely kill me when they finally
8106           read this code.
8108 2004-07-02  MenTaLguY  <mental@rydia.net>
8110         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp,
8111           src/sp-item-group.h:
8113           Removed the "inkscape:groupmode" attribute and added note about how
8114           the group/layer mode setting needs to be per-view, not global.
8116         * src/desktop.cpp, src/desktop.h,
8117           src/object-hierarchy.cpp, src/object-hierarchy.h:
8119           Added notification signals for switching layers, as well as putting
8120           groups in layer mode when they are being used as layers.
8122           Notably, you can now call SPDesktop::connectCurrentLayerChanged() to
8123           connect to a SigC++ signal to be notified when the current layer
8124           changes.
8126         * src/interface.cpp, src/object-ui.cpp:
8128           Fixed up the "Enter Group" and "Leave Group" context menu
8129           commands a bit, and implement them both in the same places.
8131 2004-07-02  Carl Hetherington  <inkscape@carlh.net>
8133         * src/desktop-snap.cpp, src/desktop-snap.h, src/snap.cpp, src/snap.h,
8134         src/Makefile_insert src/arc-context.cpp src/draw-context.cpp
8135         src/dyna-draw-context.cpp src/make.dep src/make.files src/make.ofiles
8136         src/makefile.msc src/nodepath.cpp src/rect-context.cpp
8137         src/select-context.cpp src/selection-chemistry.cpp src/seltrans.cpp
8138         src/sp-namedview.h src/spiral-context.cpp src/star-context.cpp:
8139         renamed desktop-snap.* to snap.* since it has nothing to do with the
8140         desktop any more.
8142         * src/draw-context.cpp: Temporary hack to prevent snapping
8143         completely failing to work when snapping to bbox points.  Support
8144         shift-disables-snap for freehand drawing.
8146         * src/snap.cpp, src/snap.h: Added some temporary methods to assist
8147         with hacks elsewhere.
8149 2004-07-01  Kees Cook  <kees@outflux.net>
8151         * src/xml/repr.h, src/xml/repr-util.h, src/dialogs/rdf.cpp:
8152           moved "repr_lookup_name" into the repr-util collection so
8153           that the RDF stuff doesn't need to know about SPRepr internals.
8154           Now that I've started to grok the SPRepr stuff, this seems best.
8155           Added "sp_repr_recursive_drop" for use in the future when I may
8156           want to throw away an entire tree of SPRepr items (like ditching
8157           a blank "dc:rights" section).
8159 2004-07-01  MenTaLguY  <mental@rydia.net>
8161         * src/sp-item.cpp: fix clip path loading bug
8163         * src/sp-object.cpp: relax analness about object ids a little
8165 2004-06-30  Kees Cook  <kees@outflux.net>
8167         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.h,
8168           src/dialogs/rdf.cpp: built the various functions needed to extract
8169           the RDF text elements from the DOM.  XML in the document will now
8170           be displayed in the entry fields.
8172 2004-06-28  MenTaLguY  <mental@rydia.net>
8174         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr-css.cpp,
8175           src/xml/repr-io.cpp, src/xml/repr-private.h, src/xml/repr-util.cpp,
8176           src/xml/repr.cpp, src/xml/sp-repr-attr.h: applied peter's patch to
8177           break out NRReprAttr
8179         * src/sp-object.cpp, src/sp-object.h:
8181           added SPObject::nearestCommonAncestor, which given another SPObject
8182           returns the nearest common ancestor of the two SPObjects.
8184         * src/sp-item.cpp, src/sp-item.h:
8186           added SPItem::getRelativeTransform, which computes the SPItem's
8187           transform relative to another SPObject
8189         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
8190           src/rect-context.cpp, src/spiral-context.cpp, src/star-context.cpp,
8191           src/text-context.cpp:
8193           drawing tools now cope with drawing within transformed groups
8194           (i.e. layers)
8196 2004-06-27  MenTaLguY  <mental@rydia.net>
8198         * src/sp-object.h: remove sp_object_request_update,
8199           sp_object_invoke_update, sp_object_invoke_modified,
8200           sp_object_request_modified, and sp_object_invoke_write, which have been
8201           deprecated and are now completely unused
8203         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
8204           src/object-hierarchy.cpp, src/object-hierarchy.h, src/sp-object.cpp,
8205           src/sp-object.h:
8207           Implemented SPDesktop::setCurrentLayer(), introducing
8208           Inkscape::ObjectHierarchy to permit falling back to parents if
8209           the current layer is removed.
8211         * src/object-ui.cpp, src/interface.cpp: really crude hack of
8212           Sodipodi-like "enter group" and "leave group"
8214 2004-06-26  MenTaLguY  <mental@rydia.net>
8216         * src/refcounted.h: allow reffing/unreffing const objects
8218         * src/arc-context.cpp, src/draw-context.cpp, src/dropper-context.cpp,
8219           src/event-context.cpp, src/event-context.h, src/node-context.cpp,
8220           src/rect-context.cpp, src/selcue.cpp, src/selcue.h,
8221           src/select-context.cpp, src/select-context.h, src/seltrans.cpp,
8222           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
8223           src/text-context.cpp, src/zoom-context.cpp:
8225           Make SPSelTrans and SPSelCue proper C++ classes with constructors.
8227         * src/document.h, src/dialogs/xml-tree.cpp: removed sp_document_lookup_id
8229         * src/sp-object.cpp: clarify what is happening with bug #980407 --
8230           the clone is getting attached to the repr before the original SPObject
8231           is.
8233 2004-06-26  Carl Hetherington  <inkscape@carlh.net>
8235         * src/node-context.cpp: make sure nodepath->nodeContext is set up
8236         when the selection changes.  Fixes 936739.
8238 2004-06-25  MenTaLguY  <mental@rydia.net>
8240         * src/display/sp-canvas.cpp: enabled win32 current item workaround on
8241           all platforms
8243 2004-06-25  Kees Cook  <kees@outflux.net>
8245         * src/dialogs/rdf.h, src/dialogs/rdf.cpp, src/dialogs/Makefile_insert,
8246           src/dialogs/desktop-properties.cpp:
8248           Added data entry widgets for document metadata, including a rough
8249           license selector, and debug rdf generator.  Corrected whitespace,
8250           added table for RDF entity lookup, tag, and title mapping.  Added
8251           initial loading framework.  Cleaned up rdf_work_entity_t usage.
8253 2004-06-25  Carl Hetherington  <inkscape@carlh.net>
8255         * src/sp-namedview.cpp: cleanups in grid snap settings.  Fix a
8256         typo.
8258         * src/seltrans.cpp: optional default origin for scaling.  Fixes
8259         to snap during scale.
8261         * src/seltrans.h: s/opposit/opposite/.  Add some comments.
8263         * src/dialogs/display-settings.cpp: add default scale origin
8264         option.
8266         * src/desktop-snap.h: changes to snap_list_scale prototype.
8268         * src/desktop-snap.cpp: snap_list_scale now returns whether
8269         it snapped or not.  The best scale snap is now the one that
8270         changes the scale factor least, rather than the one that
8271         results in the snap point being closest to where it used to be.
8273         * src/display/sp-canvas.cpp: fix for win32 freeze-at-border bug,
8274         copied from SP.
8276         * src/knot.cpp, src/select-context.cpp: change spellings from
8277         British to American English for translators.
8279 2004-06-24  rejon <kidproto@users.sf.net>
8281         * src/verbs.cpp: I changed the reverse command to be more verbose and
8282           explanative.
8284 2004-06-24  MenTaLguY  <mental@rydia.net>
8286         * src/seltrans.cpp: slight change to make showing/hiding center
8287           mark easier later on
8289         * configure.in, src/main.cpp, src/star-context.cpp,
8290           src/display/bezier-utils.cpp, src/display/canvas-bpath.cpp,
8291           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
8292           src/display/sp-ctrlline.cpp, src/libnr/nr-svp.cpp,
8293           src/libnrtype/FontFactory.cpp, src/libnrtype/RasterFont.cpp,
8294           src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
8295           src/livarot/Ligne.cpp, src/livarot/PathOutline.cpp,
8296           src/livarot/ShapeMisc.cpp, src/widgets/font-selector.cpp:
8298           fixes for floating-point portability issues, courtesy of
8299           Colin Marquardt.
8301         * src/extensions/init.cpp: dirent.h requires inttypes.h on OS X
8303 2004-06-23  MenTaLguY  <mental@rydia.net>
8305         * src/Makefile_insert, src/desktop.cpp, src/managed.h,
8306           src/message-context.cpp, src/message-stack.h, src/refcounted.h,
8307           src/selection.h, src/view.cpp:
8309           Changed my mind.
8311           Inkscape::Managed is more properly called Inkscape::Refcounted
8313         * src/libnrtype/Makefile_insert, src/libnrtype/codepages.h,
8314           src/libnrtype/cp1250.cpp, src/libnrtype/cp1251.cpp,
8315           src/libnrtype/cp1252.cpp, src/libnrtype/cp1253.cpp,
8316           src/libnrtype/cp1254.cpp, src/libnrtype/cp1255.cpp,
8317           src/libnrtype/cp1256.cpp, src/libnrtype/cp1257.cpp,
8318           src/libnrtype/cp1258.cpp, src/libnrtype/cp874.cpp,
8319           src/libnrtype/cp932.cpp, src/libnrtype/cp936.cpp,
8320           src/libnrtype/cp949.cpp, src/libnrtype/cp950.cpp:
8322           removed unused Win32 codepage crap
8324 2004-06-23  Carl Hetherington  <inkscape@carlh.net>
8326         * src/inkscape.cpp: Don't connect to SIGBUS on Win32, as
8327         it doesn't seem to exist.  Add Emacs mode line.
8328         Declaration-to-first-use and coding style cleanups.
8330         * src/desktop-snap.h: a few double -> NR::Coord fixes.
8332         * src/nodepath.cpp: turn off snapping when Shift is held down.
8333         Some minor cleanups.
8335         * src/dialogs/display-settings.cpp: remove my rather dubious
8336         move_with_grid option.
8338         * src/select-context.cpp: rationalise grid modifiers; now Shift
8339         disables snap and Alt snaps movement to the grid.
8341 2004-06-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8343         * share/extensions/dia2svg.sh: Fix bashism and insecure tempfile usage.
8345 2004-06-23  Ted Gould  <ted@gould.cx>
8347         * share/extensions/dropshadow.inkmod, share/extensions/roundhole.inkmod,
8348         src/extension/system.cpp:
8350         Setting it up so that poorly formed inkmod files generate actual GTK
8351         warnings so that they can be easily hidden.  Also, fixing these two inkmod
8352         files so that they don't generate the above mentioned warnings.
8354 2004-06-22  Kees Cook  <kees@outflux.net>
8356         * src/inkscape.cpp: added SIGBUS and SIGABRT handling.
8358 2004-06-22  John Cliff <simarilius@yahoo.com>
8360         * src/object-edit.cpp:  Added knots for manipulation of pattern fills.
8361         * src/sp-shape.cpp, src/sp-shape.h:     Added sp_shape_set_pattern to
8362         explictly set the transform rather than multiplying like adjust.
8365 2004-06-22  Carl Hetherington  <inkscape@carlh.net>
8367         * src/sp-shape.cpp: add sp_shape_snappoints.
8369         * src/desktop-snap.cpp: minor cleanups.  Added a comment.
8371         * src/sp-text.cpp: removed an old comment.
8373         * src/sp-ellipse.cpp: fix snappoints method now that the parent
8374         class method has changed.
8376         * src/sp-rect.cpp: snappoints method is not required as it's now
8377         handled by SPShape.
8379         * src/sp-image.cpp: use SPItem's snappoints method.
8381         * src/file.cpp: fix another call to g_file_test with a
8382         possibly-NULL parameter.  Fixes #977413.
8384 2004-06-21  Carl Hetherington  <inkscape@carlh.net>
8386         * src/file.cpp: don't call g_file_test with a NULL path.  Fixes
8387         #976703.
8389         * src/desktop-snap.cpp: default to snapping to bounding boxes when
8390         snapping is first enabled.  Rework in terms of SPNamedView rather
8391         than SPDesktop.
8393         * src/desktop-snap.h: rework in terms of SPNamedView rather than
8394         SPDesktop.
8396         * src/arc-context.cpp, src/draw-context.cpp,
8397         src/dyna-draw-context.cpp, src/nodepath.cpp src/rect-context.cpp,
8398         src/select-context.cpp, src/selection-chemistry.cpp,
8399         src/seltrans.cpp, src/sp-namedview.cpp, src/spiral-context.cpp,
8400         src/star-context.cpp: Adapt for changes to snap code naming.
8402         * src/seltrans.cpp: cleanups to sp_sel_trans_skew_request and
8403         sp_sel_trans_scale_request.
8405 2004-06-20  Ted Gould  <ted@gould.cx>
8407         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
8408         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
8409         share/extensions/epsi_output.inkmod, share/extensions/roundhole.inkmod,
8410         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
8411         share/extensions/txt2svg.inkmod, src/extension/extension.h,
8412         src/extension/system.cpp, src/extension/implementation/script.cpp,
8413         src/extension/internal/eps-out.cpp,
8414         src/extension/internal/gdkpixbuf-input.cpp,
8415         src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
8416         src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
8417         src/extension/internal/win32.cpp:
8419         Changing the naming of the extensions to be more Java style naming to
8420         allow for more extension in the future.
8422 2004-06-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8424         * src/extension/internal/ps.cpp (PrintPS): Initialize _stream to
8425           NULL (fixes segfaults when exporting to an unopenable file), and
8426           initialize _bitmap to false instead of random.
8428 2004-06-20  MenTaLguY  <mental@rydia.net>
8430         * src/desktop.cpp, src/managed.h, src/message-context.h,
8431           src/message-stack.h, src/message.h, src/view.cpp:
8433           Document classes, and change Managed to have an initial refcount
8434           of one at creation.
8436 2004-06-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8438         * src/libnrtype/FontFactory.cpp, src/libnrtype/FontInstance.cpp,
8439           src/libnrtype/font-instance.h: If both WIN32 and WITH_XFT are
8440           defined, then use just the WITH_XFT code.  (I don't know if it's
8441           possible for both to be defined, but we might as well document
8442           that the existing code doesn't handle both being defined, AFAICT.)
8444         * src/libnrtype/FontFactory.cpp (ink_strstr): Document brokenness.
8445           (is_regular, is_nonbold, is_italic, etc.): Mark as static.
8447         * src/Makefile.am (EXTRA_DIST): Remove reference to deleted files
8448           libnrtype/nr-type-w32.cpp, libnrtype/nr-type-w32.h,
8449           libnrtype/nr-type-xft.cpp, libnrtype/nr-type-xft.h.
8451         * src/config.h.win32: Define PACKAGE_TARNAME, for require-config.h.
8452           More accurate mathematical constants (20 decimal places instead of 3).
8454 2004-06-19  MenTaLguY  <mental@rydia.net>
8456         * src/desktop.cpp, src/managed.h, src/rect-context.cpp,
8457           src/rect-context.h, src/selection.h, src/view.cpp:
8459           SPSelection now derives from Inkscape::Managed
8461         * src/Makefile_insert, src/select-context.cpp, src/select-context.h,
8462           src/selection-describer.h, src/selection-describer.cpp:
8464           Introduced Inkscape::SelectionDescriber to which SPSelectContext
8465           delegates the task of displaying descriptions of the current
8466           selection.  This fixes bug #945735.
8468 2004-06-19  Carl Hetherington  <inkscape@carlh.net>
8470         * src/desktop-snap.{cpp,h}: sp_desktop_dim_snap_list returns
8471         whether or not it snapped anything.
8473         * src/select-context.cpp: fix snap on move behaviour (again)
8475         * src/widgets/dash-selector.cpp: fix off-by-one spotted by
8476         valgrind.
8478 2004-06-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8480         * src/extension/internal/ps.cpp (begin): Add some basic error handling.
8482         * src/extension/internal/ps.cpp (setup): Simplify an expression now that
8483           _bitmap is a bool.
8485         * src/extension/internal/ps.h: Twiddle the order of the fields.
8486           Replace bitfields with bool/short.
8488         * src/libnrtype/Makefile_insert, src/libnrtype/FontInstance.h,
8489           src/make.files, src/make.ofiles, src/make.dep:
8490           Remove src/libnrtype/FontInstance.h (see change below).
8492         * src/libnrtype/RasterFont.h, src/libnrtype/raster-glyph.h,
8493           src/libnrtype/raster-position.h:
8494           Move raster_glyph, raster_position from RasterFont.h to new files
8495           raster-glyph.h, raster-position.h.
8496         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
8498         * src/libnrtype/FontInstance.h, src/libnrtype/font-glyph.h,
8499           src/libnrtype/font-instance.h, src/libnrtype/font-style.h:
8500           Move font_glyph, font_instance, and font_style definitions from
8501           FontInstance.h into new files font-glyph.h, font-instance.h,
8502           font-style.h.
8503         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
8505         * src/libnrtype/nrtype-forward.h: New file.
8506         * src/libnrtype/Makefile_insert: Add it to SOURCES.
8507         * src/libnrtype/FontFactory.h, src/libnrtype/TextWrapper.h:
8508           #include it (replacing local declarations in some cases).
8510         * src/livarot/livarot-forward.h: New file.
8511         * src/livarot/Ligne.h, src/livarot/Path.h, src/livarot/Shape.h:
8512           #include it (replacing local declarations in some cases).
8513         * src/livarot/Makefile_insert: Add it to SOURCES.
8515 2004-08-18  Ted Gould  <ted@gould.cx>
8517         * src/file.cpp, src/preferences-skeleton.h:
8519         Adding the feature that the save and open directories are saved in the
8520         preferences.  The last one will be used.
8522 2004-08-18  Carl Hetherington  <inkscape@carlh.net>
8524         * src/widgets/font-selector.cpp: uint -> guint to fix
8525         compile errors.
8527         * src/desktop-snap.{cpp,h}: make snap functions aware of the
8528         type of point they are snapping, so they can decide whether
8529         to ignore it.
8531         * src/arc-context.cpp, src/rect-context.cpp,
8532         src/spiral-context.cpp, src/star-context.cpp,
8533         src/draw-context.cpp, src/dyna-draw-context.cpp, src/nodepath.cpp,
8534         src/selection-chemistry.cpp, src/seltrans.cpp:
8535         temporarily update for changes to snapping API.
8537         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp:
8538         adapt for small changes to Snapper API.
8540         * src/select-context.cpp: use new snapping API.
8542 2004-08-17  Bryce Harrington  <bryce@bryceharrington.org>
8544         *  nodepath.cpp path-chemistry.cpp selection-chemistry.cpp,
8545            seltrans.cpp sp-typeset.cpp splivarot.cpp text-context.cpp,
8546            tools-switch.cpp dialogs/find.cpp:  Converting statusbar
8547            messages from old style to new, as per
8548            http://inkscape.org/cgi-bin/wiki.pl?StatusbarAPI
8550 2004-06-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8552         * src/mkdep.pl: Add `by mkdep.pl' to `automatically generated' line.
8554         * src/dialogs/desktop-properties.cpp:
8555           Greater conformance to CodingStyle.  Add FIXME comment.
8557         * src/sp-namedview.cpp: Tighter scoping for iteration var.
8558           Simplify some code by greater use of cheap sp_unit_get_by_id.
8560 2004-06-17  MenTaLguY  <mental@rydia.net>
8562         * src/Makefile_insert, src/arc-context.cpp, src/arc-context.h,
8563           src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
8564           src/draw-context.cpp, src/dropper-context.cpp, src/event-context.cpp,
8565           src/event-context.h, src/file.cpp, src/interface.cpp, src/knot.cpp,
8566           src/managed.h, src/message-context.cpp, src/message-context.h,
8567           src/message-stack.cpp, src/message-stack.h, src/message.h,
8568           src/select-context.cpp, src/view.cpp, src/view.h,
8569           src/libnrtype/FontFactory.cpp, src/libnrtype/nr-type-primitives.h,
8570           src/widgets/font-selector.cpp:
8572           New status messages primitives (statusbar bug not fixed yet though).
8574 2004-06-17  Carl Hetherington  <inkscape@carlh.net>
8576         * src/helper/stock-items.cpp: fix a compiler warning.  Minor
8577         coding style cleanups.
8579         * src/arc-context.cpp, src/desktop-snap.cpp, src-desktop-snap.h,
8580         src/rect-context.cpp, src/spiral-context.cpp,
8581         src/star-context.cpp: Replace desktop.h include with forward
8582         references in desktop-snap.h, and add desktop.h includes in
8583         files which require them.
8585         * src/widgets/spw-utilities.cpp, src/widgets/spw-utilities.h:
8586         add spw_vbox_checkbutton.
8588         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
8589         src/sp-namedview.h, src/desktop-snap.cpp, src/desktop-snap.h,
8590         src/desktop.cpp, src/desktop.h,
8591         src/dialogs/desktop-properties.cpp, src/seltrans.cpp,
8592         src/seltrans.h, src/selection.cpp, src/selection.h,
8593         src/select-context.cpp, src/selection-chemistry.cpp:
8595         Start of new and hopefully improved snapping code.
8597 2004-06-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8599         * src/helper/units.h, src/helper/units.cpp:
8600           (sp_unit_get_by_id): new function.
8601           (sp_convert_distance_full): Change arguments & return value.
8602           Call g_log if no conversion possible.
8603           Callers updated.
8604           (sp_unit_get_default, sp_unit_get_by_name): Remove unused functions.
8605           sp_units: Less rounding error in unittobase.
8607 2004-06-16  Carl Hetherington  <inkscape@carlh.net>
8609         * src/sp-item.h: added a comment.
8611 2004-06-15  Ted Gould  <ted@gould.cx>
8613         * share/extensions/ai_input.inkmod:
8614         Removing the command-line argument to specify line endings.
8616         * src/print.cpp, src/print.h, src/sp-text.cpp,
8617         src/extension/extension.cpp, src/extension/extension.h,
8618         src/extension/implementation/implementation.cpp,
8619         src/extension/implementation/implementation.h,
8620         src/extension/internal/ps.cpp, src/extension/internal/ps.h:
8622         Changing it so that the text to vector is its own function.  This way it
8623         can be used as a parameter in Postscript, but then can be easily used for
8624         drivers which only support vector drawing.
8626 2004-06-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8628         * src/select-toolbar.cpp: Cleanups and preparation for px units.
8630         * src/helper/units.h, src/helper/units.cpp:
8631           Add reference version of sp_points_get_units, sp_units_get_points.
8632           Implement as simple multiplication instead of sp_convert_distance.
8633           (sp_units_table_sane): New function.
8634         * src/helper/units-test.cpp: Test sp_units_table_sane.
8636         * src/sp-object-repr.cpp: Move some declarations to first use.
8637         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_register):
8638           Change return type to void.
8640         * src/sp-item.cpp (sp_item_repr_compare_position):
8641           Reimplement as shallow wrapper around sp_repr_compare_position.
8643         * src/helper/units.h, src/helper/units.cpp:
8644           SPUnitId: new enum, to allow replacing string lookups.
8645           Get rid of handling for unused SP_UNIT_USERSPACE.
8646           Remove unused SPUnit.version field.
8648         * src/helper/units-test.cpp (test_bases): Test sp_unit_get_identity.
8650         * src/helper/Makefile_insert (helper_units_test_LDADD): Fix the previous
8651           commit: -lglib-2.0 instead of -lglib.
8653 2004-06-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8655         * src/Makefile.am, src/helper/Makefile_insert,
8656           src/helper/units-test.cpp:
8657           New unit test file units-test.cpp.
8659         * src/select-toolbar.cpp: Greater conformance to CodingStyle.
8661 2004-06-14  Carl Hetherington  <inkscape@carlh.net>
8663         * src/libnrtype/TextWrapper.cpp: Fix what looks like an off-by-one.
8665         * ChangeLog, src/prefs-utils.cpp:
8666         Fix bracketing typo that causes an array to be overrun.
8668 2004-06-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8670         * src/sp-path.cpp: Move some declarations to first use.
8672 2004-06-13  Kees Cook  <kees@outflux.net>
8674         * src/xml/repr.h, src/xml/repr-utils.cpp: adding additional RDF URIs
8675         to the default namespace prefix list.
8677 2004-06-13  MenTaLguY  <mental@rydia.net>
8679         * src/arc-context.cpp, src/desktop.cpp, src/desktop.h, src/document.cpp,
8680           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
8681           src/file.cpp, src/gradient-chemistry.cpp, src/interface.cpp,
8682           src/rect-context.cpp, src/selection-chemistry.cpp, src/sp-object.cpp,
8683           src/sp-object.h, src/spiral-context.cpp, src/splivarot.cpp,
8684           src/star-context.cpp, src/svg-view.h, src/text-context.cpp,
8685           src/extension/internal/gdkpixbuf-input.cpp:
8687           added SPDesktop::currentRoot() and SPDesktop::currentLayer(), which
8688           report the current "view" root and current "editing" layer,
8689           respectively; I've also added SPObject::appendReprChild().
8691           Between the two of them, they replace sp_document_add_repr, which
8692           has been removed.  Generally to add a repr to a document, you would
8693           now use either:
8695            SP_DOCUMENT_DEFS(document)->appendReprChild(repr);
8697           or:
8699            desktop->currentLayer()->appendReprChild(repr);
8701 2004-06-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8703         * src/sp-clippath.h, src/sp-gradient.h, src/sp-marker.h, src/sp-mask.h,
8704 src/sp-pattern.h:
8705           Explicitly mark _acceptObject as virtual.
8706           (Already declared as virtual in base class.)
8708         * src/file.cpp, src/main.cpp: Greater conformance to CodingStyle.
8710         * src/node-context.h, src/selcue.h, src/sp-pattern.h,
8711           src/widgets/sp-color-wheel-selector.h:
8712           Add missing includes as found by src/check-header-compile.
8714         * src/Makefile_insert:
8715         * src/sp-use-reference.cpp:
8716         * src/sp-use-reference.h:
8717         * src/sp-use.cpp:
8718         * src/sp-use.h:
8719           Move SPUseReference from sp-use.h to new files sp-use-reference.h,
8720           sp-use-reference.cpp.
8722         * src/sp-use.h (_acceptObject): Fix can't-use-ancestor check.
8724         * src/uri-references.h (getOwner): Fix copy&paste bug.
8726 2004-06-11  MenTaLguY  <mental@rydia.net>
8728         * src/sp-object.h, src/sp-object.cpp:
8730           migrated several SPObject methods to C++ methods:
8732           sp_object_invoke_write -> SPObject::updateRepr
8733           sp_object_request_update -> SPObject::requestDisplayUpdate
8734           sp_object_invoke_update -> SPObject::updateDisplay
8735           sp_object_request_modified -> SPObject::requestModified
8736           sp_object_invoke_modified -> SPObject::emitModified
8738           (leaving deprecated wrappers in place for now)
8740         * src/document.cpp, src/object-edit.cpp, src/sp-clippath.cpp,
8741           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-image.cpp,
8742           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-line.cpp,
8743           src/sp-marker.cpp, src/sp-mask.cpp, src/sp-offset.cpp,
8744           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-root.cpp,
8745           src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
8746           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
8747           src/sp-use.cpp, src/dialogs/stroke-style.cpp, src/sp-path.cpp:
8749           transitioned to SPObject::requestDisplayUpdate and
8750           SPObject::updateDisplay
8752         * src/arc-context.cpp, src/document.cpp, src/gradient-chemistry.cpp,
8753           src/knotholder.cpp, src/main.cpp, src/rect-context.cpp,
8754           src/sp-anchor.cpp, src/sp-clippath.cpp, src/sp-defs.cpp,
8755           src/sp-gradient.cpp, src/sp-item-group.cpp, src/sp-item.cpp,
8756           src/sp-mask.cpp, src/sp-namedview.cpp, src/sp-object-group.cpp,
8757           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp,
8758           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-shape.cpp,
8759           src/sp-spiral.cpp, src/sp-text.cpp, src/sp-use.cpp,
8760           src/spiral-context.cpp, src/splivarot.cpp, src/star-context.cpp,
8761           src/style.cpp, src/toolbox.cpp, src/dialogs/fill-style.cpp,
8762           src/dialogs/stroke-style.cpp, src/extension/internal/svg.cpp:
8764           transitioned to SPObject::requestModified, SPObject::emitModified,
8765           and SPObject::updateRepr; also reworked "minimal" version of
8766           updateRepr.
8768         * src/sp-object.h: added a little documentation
8770         * src/document.cpp, src/document.h, src/file.cpp,
8771           src/gradient-chemistry.cpp, src/help.cpp, src/object-ui.cpp,
8772           src/selection-chemistry.cpp, src/selection.cpp, src/seltrans.cpp,
8773           src/sp-clippath.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
8774           src/sp-namedview.cpp, src/sp-object.cpp, src/sp-offset.cpp,
8775           src/sp-pattern.cpp, src/sp-root.cpp, src/sp-text.cpp,
8776           src/sp-typeset.cpp, src/sp-use.cpp, src/splivarot.cpp,
8777           src/uri-references.cpp, src/dialogs/fill-style.cpp,
8778           src/dialogs/item-properties.cpp, src/dialogs/stroke-style.cpp,
8779           src/helper/stock-items.cpp, src/widgets/gradient-selector.cpp,
8780           src/widgets/gradient-vector.cpp, src/widgets/icon.cpp:
8782           replaced sp_document_lookup_id with SPDocument::getObjectById,
8783           and SPDocument::getObjectByRepr
8785           (left deprecated stub in place, but it should be unused at this point)
8787 2004-06-11  Ted Gould  <ted@gould.cx>
8789         * src/file.cpp, src/inkscape.cpp, src/interface.cpp, src/prefs-utils.cpp,
8790         src/prefs-utils.h:
8792         Moving the recent document setting and getting code into the prefs-utils
8793         files so that they'll be with the preferences (which they really kinda
8794         are).  Then, moved the place where they are set from the removing of the
8795         document to where the files are opened and 'save as'd.  (yes, I made up a
8796         word/contraction).
8798 2004-06-10  Carl Hetherington  <inkscape@carlh.net>
8800         * src/desktop-snap.cpp, src/desktop-snap.h,
8801         src/satisfied-guide-cns.cpp, src/satisfied-guide-cns.h,
8802         select-context.cpp, selection.cpp, selection.h, seltrans.cpp,
8803         seltrans.h, sp-ellipse.cpp, sp-image.cpp,
8804         sp-item-notify-moveto.cpp, sp-item-rm-unsatisfied-cns.cpp,
8805         sp-item-update-cns.cpp, sp-item.cpp, sp-item.h, sp-offset.cpp,
8806         sp-rect.cpp, sp-spiral.cpp, sp-star.cpp, sp-text.cpp:
8808         Use a std::vector to store snap points, rather than a fixed-size
8809         array.
8811 2004-06-09  Carl Hetherington  <inkscape@carlh.net>
8813         * src/desktop-snap.cpp, src/desktop-snap.h: Coding style fixes.
8814         Use NR::Coord rather than double where appropriate.  Added some
8815         comments.  Use NR::Dim2 where appropriate.  Use NR_HUGE rather
8816         than hardcoded 1e18s.
8818         * src/rect-context.cpp, src/nodepath.cpp, src/arc-context.cpp:
8819         Adapt for changes to sp_desktop_dim_snap prototype.
8821         * src/select-context.cpp:
8822         Adapt for changes to sp_desktop_dim_snap_list prototype.
8824 2004-06-08  MenTaLguY  <mental@rydia.net>
8826         * src/display/sp-canvas.h, src/livarot/DblLinked.h,
8827           src/livarot/LivarotDefs.h, src/livarot/AVL.h, src/livarot/Shape.h,
8828           src/livarot/ShapeUtils.h, src/livarot/Ligne.h,
8829           src/object-edit.cpp, src/spiral-context.cpp, src/sp-shape.cpp:
8831           Portability fixes from Colin Marquardt <colin@marquardt-home.de>.
8833 2004-06-08  Carl Hetherington  <inkscape@carlh.net>
8835         * src/main.cpp: remove the call to
8836         Extension::Internal::PrintWin32::init() entirely after Ted pointed
8837         out that it would be called by code in src/extension/init.cpp
8838         anyway.
8840 2004-06-08  Ted Gould  <ted@gould.cx>
8842         * src/main.cpp:
8844         Added in a version command to our command line args.  This fixes
8845         enhancement request 968642.
8847 2004-06-07  MenTaLguY  <mental@rydia.net>
8849         * src/document.cpp, src/document.h, src/document-undo.cpp,
8850           src/sp-object.h, src/sp-object.cpp:
8851           renamed object garbage collection routines to fit the "orphan"
8852           terminology
8854 2004-06-07  Carl Hetherington <inkscape@carlh.net>
8856         * src/main.cpp: tentative fix for startup crash on Win32.  Ensure
8857         that Extension::Internal::PrintWin32::init() is not called until
8858         after inkscape_application_init().
8860 2004-06-07  Ted Gould  <ted@gould.cx>
8862         * src/inkscape.cpp, src/main.cpp:
8864         Moving the initialization of the extensions into the Inkscape application
8865         init.  I have mixed feelings on this.  On one hand, basically extension
8866         init gets called directly after applicaiton init and extensions init has
8867         nothing to do with anything else in main.  On the other hand I'm not sure
8868         that it is directly related to the structure of the application itself.
8869         Comments are welcome.
8871 2004-06-06  MenTaLguY  <mental@rydia.net>
8873         * src/attributes.cpp, src/attributes.h: added inkscape:collect attribute
8874           to specify orphan collection policy (collect with parent, or always
8875           collect)
8877         * src/document-undo.cpp, src/document.cpp, src/document.h: added an orphan
8878           collection pass as part of comitting an undo step
8880         * src/sp-object.cpp, src/sp-object.h:
8881           add total hrefcount for all descendants, and basic orphan collection
8882           facilities
8884         * src/gradient-chemistry.cpp, src/dialogs/stroke-style.cpp,
8885           src/extension/internal/gdkpixbuf-input.cpp:
8886           mark automatically added gradients, patterns, and markers for orphan
8887           collection
8889 2004-06-06  Bryce Harrington <bryce@bryceharrington.org>
8891         * libnrtype/nr-type-xft.cpp, libnrtype/nr-font.cpp,
8892           libnrtype/nr-rasterfont.cpp, libnrtype/nr-type-directory.cpp,
8893           libnrtype/nr-typeface.cpp, libnrtype/nr-type-w32.cpp,
8894           libnrtype/nr-type-ft2.cpp, libnrtype/nr-type-pos-def.cpp,
8895           libnrtype/nr-type-primitives.cpp:
8897         Documenting the routines.  This adds basic code docs for
8898         everything in libnrtype.
8900 2004-06-06  Ted Gould  <ted@gould.cx>
8902         * src/main.cpp, src/preferences-skeleton.h, src/extension/extension.cpp:
8904         Making it so that the extension parameters get saved in the Inkscape
8905         preferences.  Most people will notice that their printer gets saved now.
8906         But this does alot more than that.  Added an "extensions" group to the
8907         preferences skeleton for all these settings.  All settings get saved as
8908         "module ID"."param name".  Also had to change where the extensions get
8909         init'd in the startup to put it behind the Inkscape application so that
8910         prerefences could be used.
8912 2004-06-03  Ted Gould  <ted@gould.cx>
8914         * src/file.cpp, src/dialog/filedialog.cpp:
8916         Making the whole file dialog alot more fun.  Basically, now the
8917         first filename will always be unique on files that don't have a
8918         filename already.  And, if you've selected a different default
8919         extension, that extension's filename extension will be placed
8920         on the file.  Also, when you change the extension to save with
8921         in the dialog, the filename extension will change with you (assuming
8922         that you were using filename extensions previously ofcourse).
8923         Finally, the checkbox to autoappend extensions is no insensitive
8924         when "Autodetect" is selected.
8926 2004-06-03  MenTaLguY  <mental@rydia.net>
8928         * src/file.cpp, src/extension/internal/ps.cpp,
8929           src/extension/internal/win32.cpp, src/sp-pattern.cpp,
8930           src/dialogs/stroke-style.cpp, src/display/nr-arena-glyphs.cpp,
8931           src/display/nr-arena-group.cpp, src/display/nr-arena-image.cpp,
8932           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
8933           src/widgets/icon.cpp, src/dialogs/nr-arena-item.h:
8935           Introduced the notion of "parent" NRGCs
8937 2004-06-02  bulia byak <bulia@users.sourceforge.net>
8939         * src/selection.h, src/selection.cpp:
8941         * preferences-skeleton.h dialogs/display-settings.cpp sp-item.cpp: New
8942 settings
8943         for various compensations
8945         * sp-shape.cpp sp-shape.h sp-rect.cpp sp-path.cpp: Factored out adjustments
8946         (stroke and pattern so far) from optimizing items into sp-shape.
8948         * libnr: Added distance function for a couple of points. Added expansions
8949 for X and Y.
8951         * object-edit.cpp sp-rect.cpp sp-item.cpp toolbox.cpp: Made rect use
8952 absolute
8953         radii, added recursive compensation on item_transform. Added new knot for
8954         rect, moved corner knots to the top right corner. Rect toolbar shows visible
8955         rx/ry.
8957         * toolbox.cpp: Finally got the freeze semaphores right (prevent loops for
8958         changes both from the repr and from toolbar UI).
8960         * sp-namedview.cpp: Guarding against nan in zoom, cx, cy
8962         * select-toolbar.cpp helper/unit-menu.cpp helper/unit-menu.h: Fix units menu
8963 size
8965         * node-context.cpp: Second Esc or empty-click deselects object
8967         * desktop.cpp desktop.h: Restored sticky zoom
8969         * preferences-skeleton.h extension/internal/gdkpixbuf-input.cpp file.cpp: Do
8970 not
8971         group import if only one item; move its defs to our defs; select and move
8972         under cursor the imported item/group. Optionally import bitmaps as filled
8973         rects.
8975         * many -context files: Decoupled seltrans and selcue so that the latter can
8976 be
8977         used outside of selector; enabled optional selcue in all tools
8979         * many files: New set_color signals on desktop, switching the dropper to
8980 them;
8981         needs to be redone for style. Excise the old inkscape::color_set signal.
8983         * dialogs/stroke-style.cpp: Fix the "all clubs" marker preview bug. In
8984 markers
8985         menu, skip document markers with stockid only if the same stockid is in
8986         markers.svg; add separator.
8988         * many fill and stroke files: Remove old mode selector, remove dropper
8989 checkbox
8990         (now always on). Remember active colorselector page. Remove redundant checks
8991         in setting color (fixes at least one bug). Cosmetics, cleanup, b/w icons,
8992         shortened labels, added mnemonics and tooltips, removed the drop-down modes
8993         list. Switched color spinbuttons to 0..255 enabling 0..1 floats to be typed
8994 as
8995         well.
8997         * dialogs/find.* et al: Find dialog, command
8999         * selection-chemistry.cpp: Fix copying objects from different parents; fix
9000 and
9001         reorganize copying gradients, recurse into groups
9003         * dialogs/xml-tree.cpp: Removed unused desktop shutdown signal, fixes
9004 problem
9005         with saving window settings on exit
9007         * select-toolbar.cpp: Percentage unit, lock toggle, NR::Rectification
9009         * sp-object.cpp path-chemistry.cpp splivarot.cpp et al: Sending
9010 _delete_signal
9011         recursively for descendants; switched to deleteObject where appropriate to
9012         notify clones
9014         * preferences-skeleton.h desktop.cpp desktop.h interface.cpp: Window layout
9015         fully configurable, commands in the View menu
9017         * path-chemistry.cpp: Fixed transform when combining inside group
9019         * preferences-skeleton.h sp-item.cpp dialogs/display-settings.cpp: Fixes in
9020         scalestroke (coded by Carl): arbitrary depth recusion, setting stroke-width
9021         via repr, pref in the transforms tab
9023         * widgets/sp-xmlview-attr-list.cpp: More robust listener
9025 2004-06-01  Ted Gould  <ted@gould.cx>
9027         * src/extension/internal/gdkpixbuf-input.cpp:
9028         Making it so that the lists of extensions and mimetypes are
9029         used in the creation of the plugins.  Also, free'ing everything
9030         properly so that we don't have a memory leak.
9032 2004-05-30  MenTaLguY  <mental@rydia.net>
9034         * src/selection.h, src/selection.cpp:
9035           rework SPSelection to be SPObject- rather than SPItem- oriented;
9036           this will be needed later for the layers/document tree dialog
9037           (and could prove useful for the XML editor later too)
9039         * src/sp-item.h: make SPItem a proper C++ subclass of SPObject
9041         * src/dialogs/item-properties.cpp:
9042           correct overly intimate knowledge of SPObject (use SP_OBJECT_ID rather
9043           than directly accessing the SPObject::id member)
9045 2004-05-27  Kees Cook  <kees@outflux.net>
9047         * src/extension/internal/ps.h, src/extension/internal/ps.cpp:
9048           Hopefully fixed the locale problems in the PS output generator.
9049         * src/sp-offset.cpp, src/display/bezier-utils-test.cpp,
9050           src/display/nr-arena-item.cpp, src/libnr/nr-svp-render.cpp,
9051           src/libnr/testnr.cpp, src/livarot/AlphaLigne.cpp,
9052           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
9053           src/livarot/PathCutting.cpp, src/livarot/Shape.cpp,
9054           src/livarot/ShapeDraw.cpp, src/livarot/ShapeSweep.cpp,
9055           src/svg/svg-affine.cpp: added comments and notes to all remaining
9056           "printf"ish calls that have %g or %f in them.  Most are just debug
9057           output, etc.  Hopefully we are actually free of locale bugs!  :)
9058         * src/desktop.h, src/desktop.cpp: desktop's knowledge of
9059           fullscreen-ness doesn't depend on having the ability to DO it.  Other
9060           functions already test "is_fullscreen" to alter their behavior.
9062 2004-05-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9064         * src/extension/system.h, src/extension/system.cpp (build_from_file):
9065           Remove unused second argument.  Callers updated.
9066         * src/extension/system.cpp (build_from_reprdoc):
9067           Just one call to sp_repr_name per child.
9068         * src/extension/system.h, src/extension/system.cpp:
9069           Cleanup: greater conformance to CodingStyle.
9071 2004-05-23  MenTaLguY  <mental@rydia.net>
9073         * src/libnrtype/Makefile_insert, src/libnrtype/nr-type-gnome.cpp,
9074           src/libnrtype/nr-type-gnome.h, src/libnrtype/nr-type-dictionary:
9076           removed gnome-print libnrtype backend
9078 2004-05-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9080         * src/xml/repr.h, src/xml/repr-util.cpp:
9081           Remove unused function sp_repr_set_position_relative.
9083         * src/xml/repr-util.cpp (sp_repr_compare_position, sp_repr_position):
9084           Minor cleanups.
9086 2004-05-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9088         * src/sp-use.cpp: Cleanup: greater conformance to CodingStyle.
9090         * src/sp-item-group.cpp (sp_item_group_ungroup): Fix bug #956334:
9091           ungrouping was reversing the order of the group members.
9093         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp: New files.
9094         * src/xml/Makefile_insert (xml_libspxml_a_SOURCES): Add the new files.
9096         * src/xml/repr-private.h, src/xml/repr.cpp (sp_repr_nth_child):
9097           Remove this unused function.
9099         * src/xml/repr.h, src/xml/repr.cpp (sp_repr_parent):
9100           Mark pointer as not written through (const).
9102 2004-05-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9104         * src/xml/repr.cpp: Cleanup: greater conformance to CodingStyle.
9106         * src/Makefile_insert: Add missing dependencies on inkscape_version.h.
9107         * src/display/Makefile_insert: Adapt dependency object names for
9108           `subdir-objects' automake option.
9109         * src/helper/Makefile_insert: Adapt dependency object names for
9110           lack of libspchelp-specific CPPFLAGS.
9112 2004-05-17  Carl Hetherington <inkscape@carlh.net>
9114         * src/libnrtype/nr-type-w32.cpp: Tentative fix for
9115         build problems on Win32.
9117         * src/extension/internal/svg.cpp: Coding style cleanups.
9119 2004-05-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9121         * src/sp-item.h, src/sp-item.cpp: Remove unused
9122           distance-conversion functions sp_item_distance_to_svg_bbox,
9123           sp_item_distance_to_svg_viewport.
9125         * src/sp-item.cpp: Cleanup: greater conformance to CodingStyle.
9127         * acinclude.m4: Remove.
9129 2004-05-16  Carl Hetherington  <inkscape@carlh.net>
9131         * src/extension/internal/svg.cpp:
9132         Throw an exception if sp_repr_save_file fails.  This should close
9133         bug 948921.
9135 2004-05-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9137         * src/check-header-compile.in: New script.
9138         * configure.in: Add it to list of files for substitution.
9140         * src/star-context.cpp: Minor cleanups, and use g_strdup_printf instead
9141           of fixed-size buffer for translated string.
9143         * src/selection-chemistry.cpp: Use NR::Rect bounds() method instead of
9144           old bounds(NRRect*).
9146         * src/document.cpp (sp_document_create):
9147         * src/preferences-skeleton.h:
9148           Use INKSCAPE_VERSION from inkscape_version.h instead of VERSION.
9150         * src/libnr/nr-rotate-test.cpp: Use new rotate_equalp function.
9152         * src/libnr/nr-translate-ops.h (operator-): New function.
9154         * src/select-context.cpp:
9155         * src/selection-chemistry.cpp:
9156         * src/xml/repr.h:
9157         * src/sp-defs.h:
9158           Cleanup: greater conformance to CodingStyle.
9160         * src/libnr/nr-macros.h: Don't #include nr-matrix.h, nr-rect.h.
9162         * src/arc-context.h, src/desktop-affine.h, src/dir-util.h,
9163           src/draw-context.h, src/dyna-draw-context.h, src/help.h,
9164           src/knotholder.h, src/prefs-utils.h, src/select-toolbar.h,
9165           src/sp-clippath.h, src/sp-mask.h, src/sp-pattern.h, src/sp-use.h,
9166           src/text-context.h, src/toolbox.h, src/tools-switch.h,
9167           src/dialogs/dialog-events.h, src/dialogs/sp-attribute-widget.h,
9168           src/display/sp-canvas.h, src/helper/gnome-utils.h,
9169           src/helper/png-write.h, src/helper/stock-items.h, src/inkjar/jar.h,
9170           src/libnr/nr-matrix.cpp, src/libnr/nr-point-l.h,
9171           src/svg/stringstream.h, src/svg/svg-affine.cpp,
9172           src/widgets/gradient-selector.h, src/widgets/paint-selector.h,
9173           src/widgets/spinbutton-events.h, src/widgets/spw-utilities.h,
9174           src/xml/repr-action.h:
9175           Add missing header files as detected by check-header-compile script.
9177         * src/libnr/nr-rotate-fns.h, src/libnr/nr-rotate-fns.cpp: New files.
9178         * src/libnr/nr-rotate-fns-test.cpp: New unit test.
9179         * src/libnr/Makefile_insert, src/Makefile.am: Reference new files,
9180           add to unit tests.
9182         * src/libnr/nr-rotate.h: Add Coord,Coord constructor.
9184         * src/libnr/nr-rotate.h, src/libnr/nr-rotate-ops.h (operator*=):
9185         New method.
9187         * src/libnr/nr-point-fns.h (point_equalp): New function.
9189         * src/radial.h: Remove this unused header.
9191         * src/xml/xml-forward.h: New file.
9192         * src/xml/Makefile_insert: Add it to xml_libspxml_a_SOURCES.
9193         * src/xml/repr-private.h: Include it.
9195 2004-05-16  MenTaLguY  <mental@rydia.net>
9197         * src/libnrtype/nr-type-directory.cpp, src/libnrtype/nr-type-ft2.cpp,
9198           src/libnrtype/nr-type-ft2.h, src/libnrtype/nr-type-gnome.h,
9199           src/libnrtype/nr-type-w32.h, src/libnrtype/nr-type-xft.cpp,
9200           src/libnrtype/nr-typeface.h:
9202           transition to C++ inheritance
9204         * src/verbs.cpp, src/helper/action.h, src/helper/action.cpp,
9205           src/widgets/button.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
9207           removed barely-used "in-place construction" facility for NRObject
9209         * src/helper/action.h, src/helper/action.cpp,
9210           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-glyphs.h,
9211           src/display/nr-arena-image.cpp, src/display/nr-arena-image.h,
9212           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
9213           src/helper/action.cpp, src/helper/action.h, src/libnr/nr-object.cpp,
9214           src/libnr/nr-object.h, src/libnrtype/nr-type-ft2.cpp,
9215           src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
9216           src/libnrtype/nr-typeface.cpp:
9218           Made NRObject "C++-compatible".  All C++ features including virtual
9219           methods and RTTI should now be available to NRObject subclasses
9220           _provided_:
9222            a) there is an unbroken chain of _C++_ inheritance from the subclass
9223               back to NRObject
9225            b) the NRObject-derived inheritance chain is always first in cases
9226               of multiple inheritance (the NRObject must be first in the memory
9227               layout)
9229            c) The subclass in question overrides NRObjectClass::cpp_ctor in its
9230               own class_init function, with a pointer to a function that calls
9231               the specific subclass' constructor (via placement new -- you will
9232               need to #include <new> for this to work)
9234               n.b. Objects of classes which do not override cpp_ctor will appear
9235               to the C++ runtime system (RTTI and virtual dispatch, at least) as
9236               objects of the closest ancestor class which does override it
9237               (NRObject or NRActiveObject if nothing else).
9239 2004-05-15  MenTaLguY  <mental@rydia.net>
9241         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
9242           further reduced dependency on SPStyle
9244 2004-05-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9246         * src/libnr/nr-path.cpp, src/libnr/nr-path.h (nr_path_matrix_bbox_union):
9247           Get rid of no-longer-needed tolerance arg.  Update callers.
9249         * src/selection.cpp, src/sp-chars.cpp, src/sp-image.cpp,
9250           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-item.h,
9251           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
9252           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
9253           src/sp-use.cpp, src/dialogs/fill-style.cpp,
9254           src/dialogs/stroke-style.cpp, src/display/nr-arena-shape.cpp,
9255           src/libnr/nr-path.cpp, src/libnr/nr-path.h,
9256           src/libnrtype/nr-font.cpp, src/libnrtype/nr-rasterfont.cpp,
9257           src/libnrtype/nr-type-gnome.cpp, src/widgets/icon.cpp,
9258           src/widgets/paint-selector.cpp:
9259           Change argument from NRMatrix to NR::Matrix in SPItemClass->bbox,
9260           sp_item_invoke_bbox, sp_item_invoke_bbox_full,
9261           nr_path_matrix_bbox_union.  Users updated.
9263         * src/libnr/nr-rect.h, src/libnr/nr-rect.cpp (nr_rect_union_pt):
9264           new function.
9266         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
9267           (NR::transform): new function.
9269         * src/Makefile_insert: Move fixes.cpp from libinkpre.a to libinkpost.a.
9270         * src/xml/Makefile_insert (xml_repr_action_test_LDADD):
9271           Add libinkpost.a, for fixes.o.  `make check' now works again.
9273         * src/sp-text.cpp (sp_text_set_transform):
9274           Don't include SP_OBJECT_CHILD_MODIFIED_FLAG in flags for
9275           sp_object_request_update.  Addresses `critical' warning.
9277 2004-05-13  John Cliff <simarilius@yahoo.com>
9279         * src/dialogs/stroke-style.cpp: Switched to using get_stock to retrieve
9280 markers.
9281         * src/helpers/stock-items.h, src/helpers/stock-items.cpp: created to handle
9282 stock items.
9283         * src/prefix.h: Added marker and gradient directorys.
9285 2004-05-13  Kees Cook <kees@outflux.net>
9287         * configure.in, src/main.cpp, config.h.mingw, debian/rules:
9288           made popt a requirement instead of an option.
9290 2004-05-13  Carl Hetherington  <cth103@houllier.home>
9292         * sp-color-notebook.cpp: Fix uninitialised value spotted by valgrind.
9294         * stroke-style.cpp:
9295         Fix ink_extract_marker_name returning a pointer into a free()d buffer.
9297 2004-05-13  Ted Gould <ted@gould.cx>
9299         * src/file.cpp:
9300         Making the default filename _("untitled.svg")
9302 2004-05-12  Kees Cook <kees@outflux.net>
9304         * config.h.mingw: added g_ascii_strtod macro.
9306 2004-05-12  Carl Hetherington <inkscape@carlh.net>
9308         * src/dialogs/export.cpp: fix faulty logic with exporting of
9309         selections, as reported by Artemio on the ML.
9311         * src/dialogs/desktop-properties.cpp: Fix a gtk_table size.
9312         Make use of spw_dropdown in one place.
9314         * src/select-context.cpp: Remove alt-drag "slow move" mode.
9315         Make alt-drag move without any grid snap, even if the grid
9316         is enabled.  Add a new mode, shift-drag, which preserves
9317         objects' grid offsets rather than snapping their snappoints.
9319         * src/selection-chemistry.cpp: Pasted objects have the same
9320         offset from the grid as the original, if the grid is enabled.
9321         Also a NRRect -> NR::Rect fix thrown in for no extra charge.
9323         * src/dialogs/display-settings.cpp: Added option to reverse
9324         the actions of drag and shift-drag when moving objects.
9326 2004-05-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9328         * src/main.cpp (main): Test ENABLE_NLS instead of HAVE_NLS (which
9329         wasn't getting defined).  Restores translations on *nix systems
9330         when inkscape translations aren't in system-wide /usr/share/locale.
9332 2004-05-10  Carl Hetherington <inkscape@carlh.net>
9334         * src/sp-item.cpp, src/dialogs/display-settings.cpp: primitive
9335         support for preserving line widths when scaling.  Thanks to Bulia
9336         for telling me what to do :)
9337         * src/dialogs/align.cpp: refactor some cut-and-paste code into
9338         a separate function.  Remove NRRect.  Declaration-to-first-use
9339         cleanups.
9340         * src/dialogs/transformation.cpp, src/dialogs/fill-stype.cpp:
9341         NRRect removal.  Declaration-to-first-use cleanups.
9343 2004-05-09  MenTaLguY <mental@rydia.net>
9345         * src/sp-paint-server.h: SPPaintServer now uses C++ inheritance
9347           (bigger question -- should SPPaintServer derive from SPObject?  I think
9348            not, actually ... it's more something that should be aggregated into
9349            the various paint-server-capable types)
9351         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
9352           first steps in removing SPStyle dependency from NRArenaShape --
9353           add fill and stroke paint server members, and use those instead
9354           of reading directly from an SPStyle.
9356 2004-05-09  Kees Cook <kees@outflux.net>
9358         * src/libnrtype/nr-type-xft.cpp: added patch 898200, hopefully this
9359           won't break anyone.
9360         * src/dialogs/desktop-properties.cpp: added patch 947127, along with
9361           some orientation bugfixes, list cleanup, and logic to select the
9362           correct menu items based on document settings.
9363         * configure.in: default to always replace g_ascii_strtod.
9365 2004-05-08  Kees Cook <kees@outflux.net>
9367         * src/extension/internal/gdkpixbuf-input.cpp: skip SVG files. (open bug)
9368         * configure.in, src/Makefile_insert, src/fixes.cpp: added replacement
9369           for g_ascii_strtod, since it has locale-related bugs in gnome 2.0.
9370           The upstream version is fixed, so some day, we won't need this any
9371           more.  (fixes "ugly icons" bug, and possibly the spinbutton locale bug)
9372         * src/dyna-draw-context.cpp, src/rect-context.cpp, src/sp-namedview.cpp,
9373           src/sp-object.cpp, src/sp-object.h, src/sp-pattern.cpp,
9374           src/sp-polygon.cpp, src/sp-polyline.cpp, src/sp-root.cpp,
9375           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp,
9376           src/sp-text.cpp, src/spiral-context.cpp, src/star-context.cpp,
9377           src/svg/ftos.cpp, src/svg/svg-affine.cpp, src/svg/svg-color.cpp,
9378           src/svg/svg-length.cpp: adding "config.h", making a few extra
9379           locale-sensitive functions use g_ascii versions.
9381 2004-05-08  MenTaLguY <mental@rydia.net>
9383         * src/sp-item.cpp: move "transformed" signal emission after actual
9384           application of transform
9386         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr.cpp:
9387           fix lifecycle issues with content and attribute strings
9389         * src/sp-object.h, src/sp-object.cpp: added SPObject::setId()
9391 2004-05-08  Kees Cook <kees@outflux.net>
9393         * src/verbs.cpp, src/help.cpp: localizing "about" and "keys" stuff.
9394         * po/*.po: rebuilt for new strings.
9396 2004-05-08  Carl Hetherington <inkscape@carlh.net>
9398         * src/dialogs/desktop-properties.cpp: the usual cleanups.  Also
9399         add some sp_document_done()s in various places.
9401 2004-05-08  bulia byak <bulia@users.sourceforge.net>
9403         * widgets/paint-selector.cpp: Tooltips, slight cosmetics
9405         * main.cpp: --help edit
9407         *  sp-use.h sp-use.cpp: Redid move compensation using _transformed_signal
9409         * sp-item.h sp-item.cpp: Added _transformed_signal, emitted by
9410 write_transform,
9411         passes the difference transform relative to the old one (not the new
9412 transform
9413         set)
9415         * nodepath.cpp: Fix lagging update of the other handle for smooth nodes
9417         * widgets/dash-selector.cpp: (Almost) fixed display of shorter-than-0.5
9418 dashes
9419         in selector; proper fixing will require manual drawing the dashes instead of
9420         using gdk dashes
9422         * preferences-skeleton.h: lots of new  dasharrays
9424         * dialogs/stroke-style.cpp: Remove repetitive code; relocation patch from
9425         mhearn; fixed, reenabled, and automated marker previews (no need for
9426 previews
9427         in markers.svg)
9429         * share/markers/markers.svg: Cleanup, sizes, remove manual previews
9431         * style.cpp: Disabled warning for overflow property (we need it for markers)
9433         * splivarot.cpp: Fixed transform when doing boolop inside group
9435         * libnr/nr-path.cpp: Ported fix from sodi, fixes two bugs with endnodes of a
9436         curve on the same hor/vert line
9438         * sp-namedview.cpp: Use set_default_size instead of _resize for setting
9439 window
9440         from namedview
9442         * preferences-skeleton.h dialogs/item-properties.cpp: Objects props
9443         transientized (better late than never)
9445         * dialogs/display-settings.cpp: Added simplify threshold
9447         * sp-use.cpp: Mega-kill use on unlink
9449         * preferences-skeleton.h dialogs/display-settings.cpp: Orphaned clones
9450 options
9452         * sp-item-group.cpp: Prevent jumps when ungrouping clone with its original
9454         * sp-object.cpp: Fix crash when deleting clone and its original
9456         * toolbox.cpp, tool contexts: Alt-x and top panel keyboard shortcuts now
9457 work
9458         for all tools
9460         * sp-use.cpp enums.h: Unlink option on self-delete
9462         * sp-use.cpp: Fix: disappeating clone on undoing ungrouping (_show finally
9463 works properly)
9465         * splivarot.cpp: Boolops: cleanup, preserve id, parent, position, fix to
9466 take
9467         style from the bottom object
9469         * interface.cpp verbs.cpp shortcuts.cpp: Mnemonics, tooltips, shortcuts,
9470         cleanup, autoraise removed from menu
9472 2004-05-07  Kees Cook <kees@outflux.net>
9474         * src/verbs.cpp: re-localizing tutorials.  My goof!
9475         * po/POTFILES.in: removed arikkei references
9477 2004-05-07  Carl Hetherington <inkscape@carlh.net>
9479         * src/desktop.cpp: make sure that a SPNamedView's modified signal
9480         is connected to the SPDesktop even when a file is loaded into an
9481         existing SPDesktop.  Fixes problems whereby grid snap does not
9482         work for the first file loaded in a session.  Fix a && -> & typo.
9484         * src/sp-object.cpp: declaration-to-first-use and coding style
9485         cleanups.
9487 2004-05-05 Spundun Bhatt <spundun@isi.edu>
9489         * configure.in: Stole Nathan's configure hack and used it to
9490         support gtkmm-2.4
9492 2004-05-06  Ted Gould  <ted@gould.cx>
9494         * src/file.cpp, src/extension/extension.cpp, src/extension/init.cpp,
9495         src/extension/internal/Makefile_insert,
9496         src/extension/internal/gdkpixbuf-input.cpp,
9497         src/extension/internal/gdkpixbuf-input.h:
9498           Changing the import functionality so that it works much more like open.
9499           You can use any format, and it will place that file directly in the
9500           document that you are working on.  Added input extensions that cover all
9501           of the bitmap formats that are covered with gdkpixbuf.  Also, more
9502           formats can be used using the scripting system.
9504 2004-05-06  Carl Hetherington <inkscape@carlh.net>
9506         * src/sp-line.cpp, src/sp-mask.cpp, src/sp-metrics.cpp:
9507         declaration-to-first-use and coding style cleanups
9509 2004-05-05  MenTaLguY  <mental@rydia.net>
9511         * src/libnrtype/nr-type-dictionary.cpp: removed 'private-fonts'
9512           feature (we should rely on fontconfig for "custom" font stuff)
9514         * configure.in, src/Makefile_include, src/Makefile.am,
9515           src/libarikkei/*: removed the now unused libarikkei
9517 2004-05-05 Nathan Hurst <njh@mail.csse.monash.edu.au>
9519         * src/dialogs/text-edit.cpp, configure.in: Added support for spell
9520         checking in text dialog.
9522 2004-05-04  MenTaLguY <mental@rydia.net>
9524         * src/display/nr-arena-glyphs.h: fixed cut-and-paste error in
9525           NRArenaGlyphsGroup::create()
9527         * src/selection.cpp, src/selection.h: fixed global "changed" propagation
9529 2004-05-02  MenTaLguY <mental@rydia.net>
9531         * src/file.cpp, src/print.cpp, src/sp-chars.cpp, src/sp-clippath.cpp,
9532           src/sp-image.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
9533           src/sp-pattern.cpp, src/sp-shape.cpp, src/sp-text.cpp,
9534           src/sp-use.cpp, src/dialogs/stroke-style.cpp,
9535           src/display/canvas-arena.cpp, src/display/nr-arena-glyphs.cpp,
9536           src/display/nr-arena-glyphs.h, src/display/nr-arena-group.h,
9537           src/display/nr-arena-image.h, src/display/nr-arena-item.cpp,
9538           src/display/nr-arena-item.h, src/display/nr-arena-shape.h,
9539           src/display/nr-arena.h, src/libnr/nr-object.h, src/widgets/icon.cpp:
9541           removed nr_arena_item_new in favor of static ::create() functions
9542           which call NRArenaItem::init() to perform setup (i.e. setting
9543           NRArenaItem::arena).  Eventually NRArenaItem::init() and
9544           nr_arena_item_init will merge and become NRArenaItem's constructor.
9546 2004-04-30  MenTaLguY <mental@rydia.net>
9548         * src/sp-use.cpp: call parent class' write methods rather than
9549           attempting to do everything (wrongly) ourselves; among other
9550           things, <use> transform attributes weren't getting written
9552         * src/sp-object.h, src/sp-object.cpp:
9554           designate a "successor" object so we still perform as
9555           expected if objects are replaced in the middle of e.g. a
9556           bulk delete operation
9558         * src/sp-use.cpp: cleanups and succession logic for <use>
9559           deletion
9561         * src/widgets/sp-hwrap-box.cpp, src/widgets/sp-hwrap-box.h,
9562           src/widgets/sp-vwrap-box.cpp, src/widgets/sp-vwrap-box.h,
9563           src/widgets/sp-wrap-box.cpp, src/widgets/sp-wrap-box.h,
9564           src/widgets/test-wrapbox.cpp, src/widgets/Makefile_insert:
9566           Removed unused (and imperfect) "wrapbox" widgets.
9568         * src/sp-object.h, src/sp-object.cpp, src/sp-item-group.cpp:
9570           Removed unused sp_object_invoke_forall and sp_object_sequence
9571           methods.  (forall might be nice to have, but we can do better
9572           implementation-wise now that we're in C++-land)
9574 2004-04-30 njh <njh@mail.csse.monash.edu.au>
9576         * main.cpp: replaced gtk_init with g_type_init for console mode.
9577         Closes 944969.
9579 2004-04-29  MenTaLguY <mental@rydia.net>
9581         * src/sp-image.cpp, src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
9582           src/sp-path.cpp, src/sp-rect.cpp, src/sp-text.cpp:
9584           write_transform becomes set_transform, which applies the given
9585           transform to the object without (!) invoking a repr write
9587         * src/sp-star.cpp, src/svg/svg-length.h, src/svg/svg-length.cpp,
9588           src/svg-types.h, src/svg/svg.h:
9590           replaced raw integers with real units enum
9592         * src/libnr/nr-matrix.h:
9594           removed dead assertion (it's always valid to retrieve the
9595           translation component of a matrix)
9597         * src/selection-chemistry.cpp:
9599           delete items via SPItem (SPObject), not repr
9601         * src/sp-object.h, src/sp-object.cpp:
9603           added SPObject::deleteObject() and a delete notification signal;
9604           SPObject now inherits from GObject in the C++ sense
9606         * src/sp-use.h:
9608           don't accept references to the use or its ancestors (preventing
9609           infinite loops)
9611         * src/sp-use.cpp, src/sp-use.h:
9613           added automatic deletion when referrent is deleted
9615         * src/uri-reference.h:
9617           added URIReference::getOwner()
9619 2004-04-29  Carl Hetherington <inkscape@carlh.net>
9621         * src/extension/internal/win32.cpp: add textToPath parameter to
9622         description in order to fix #944131.
9624 2004-04-28  Carl Hetherington <inkscape@carlh.net>
9626         * src/desktop.cpp, src/inkscape.cpp, src/sp-namedview.cpp
9627         Part of the fix for #942149.  Also fixed some compiler warnings.
9629         * src/display/nr-arena.cpp: Fixed an unused variable warning.
9631         * src/main.cpp: Fix a warning that is raised on Windows.
9633 2004-04-28  bulia byak <bulia@users.sourceforge.net>
9635         * inkscape.cpp: Fixed prev/next desktop; numbered from 0
9637         * Lots of files: Replaced all strtod() and atof() by g_ascii_strtod()
9639         * interface.cpp verbs.cpp: Tooltip edits
9641         * view.cpp view.h desktop.cpp: Signal and function to pop statusbar message
9643         * dialogs/dialog-events.cpp: Only set the UTILITY hint for non-modal
9644 windows,
9645         fixes "disappearing save as"
9647         * toolbox.cpp widgets/widget-sizes.h widgets/button.cpp: Got rid of button
9648         relief, top panel made less tall
9650         * desktop.cpp preferences-skeleton.h dialogs/display-settings.cpp: Done away
9651         with the sticky zoom button, now in prefs
9653         * path-chemistry.cpp: Preserve id= in combine/break, convert to paths;
9654 preserve
9655         z-order in combine/break; cleanups
9657         * splivarot.cpp: New selection API, Simplify preserves id=
9659         * select-context.cpp preferences-skeleton.h sp-item.cpp display-settings.cpp
9660         splivarot.cpp sp-item-group.cpp sp-item-transform.cpp
9661         sp-item-notify-moveto.cpp nodepath.cpp node-context.cpp seltrans.cpp
9662         seltrans.h: Switched to global preservetransform, transform writing
9663         unification (no more manual transform= setting all over the place), stamp
9664         preserves parent, mental's new SPSelection API, pruning dead code
9666         * verbs.cpp interface.cpp: Eliminated Dialogs menu, added ... to dialog
9667         commands, rearrangements, menu items display tooltips in statusbar when
9668         selected
9670         * sp-item-group.cpp sp-item-group.h: Made document_done optional in ungroup
9671 (not
9672         done when the function is called from another function)
9674         * dialogs/display-settings.cpp enums.h preferences-skeleton.h sp-use.cpp
9675         sp-use.h: Clone move compensation (3 modes), settable in prefs
9677         * seltrans.cpp selection-chemistry.cpp: Do not translate a clone if its
9678 original
9679         is in the selection
9681         * verbs.cpp verbs.h interface.cpp shortcuts.cpp sp-use.cpp sp-use.h
9682         selection-chemistry.cpp selection-chemistry.h: Unlink Clone verb and menu
9683         command (preserves id=)
9685         * selection-chemistry.cpp selection-chemistry.h verbs.h verbs.cpp
9686 shortcuts.cpp
9687         interface.cpp: Select Original verb and command, scrolls to the original
9689         * selection-chemistry.cpp selection-chemistry.h verbs.cpp verbs.h
9690 interface.cpp:
9691         Clone command
9693         * sp-use.h sp-use.cpp: Use URIReference; Propagate update to parent class
9694         (SPItem) (fixes redraw on dragging a clone)
9696         * dropper-context.cpp dropper-context.h dialogs/display-settings.cpp:
9697         Implemented pick modes (pick either actual color with transparency or
9698 visible
9699         color without transparency); added statusbar indication; color is only set
9700 on
9701         mouse release
9703         * seltrans.cpp display/sodipodi-ctrlrect.cpp: Finally the correct selection
9704 cue
9705         rect (fixed displacement)
9707 2004-04-27  Carl Hetherington <inkscape@carlh.net>
9709         * src/desktop.cpp: Check for there being no items when zooming to
9710         the drawing.  This fixes bug #942137.
9712 2004-04-26  Carl Hetherington <inkscape@carlh.net>
9714         * config.h.mingw, prefix.h:
9715         INKSCAPE_VERSION moved to inkscape_version.h.
9716         INKSCAPE_{PIXMAP,SCREENS,TUTORIALS,MARKERS}DIR moved to prefix.h
9718         * src/Makefile.mingw, src/inkscape_version.h.mingw
9719         Use CVS inkscape_version.h.mingw for inkscape_version.h on Win32.
9721         * src/sp-use.cpp: fix a warning.
9723 2004-04-26  Ted Gould  <ted@gould.cx>
9725         * share/extensions/ai_input.inkmod, share/extensions/dia.inkmod,
9726         share/extensions/txt2svg.inkmod, src/extension/extension.cpp,
9727         src/extension/internal/svg.cpp:
9729         Making the names of the input extensions look like the output ones.
9730         Also, threw in a slight memory savings in removing the implementation on
9731         deactivated extensions.
9733 2004-04-26  MenTaLguY  <mental@rydia.net>
9735         * src/selection.cpp: migrate to new glib idle API
9737         * src/extension/db.cpp: can't call ->deactivated() on a NULL pointer..
9739 2004-04-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9741         * configure.in: Replace use of old AM_PROG_LIBTOOL macro with
9742           AC_PROG_LIBTOOL.
9744 2004-04-26  Ted Gould  <ted@gould.cx>
9746         * share/extensions/epsi_output.inkmod:
9748         Added in a check for ps2epsi
9750         * src/dialogs/filedialog.cpp, src/extension/db.cpp, src/extension/db.h,
9751         src/extension/extension.cpp, src/extension/extension.h,
9752         src/extension/init.cpp, src/extension/system.cpp:
9754         Implementing a 'deactivated' extension.  This means that it should
9755         still exist, but show up as insensitive in any GUI element that could use
9756         it.  The idea here is that users should know what they don't have, but
9757         Inkscape supports.
9759 2004-04-26 Nathan Hurst <njh@mail.csse.monash.edu.au>
9761         * src/{libnr,libnrtype,widgets,display,helper,.}*.{h,cpp}: moved
9762         from typedef _name name; to C++ style struct name; forward
9763         references.
9765 2004-04-25  Ted Gould  <ted@gould.cx>
9767         * share/extensions/ai_output.inkmod, share/extensions/dia.inkmod,
9768         share/extensions/dropshadow.inkmod, share/extensions/epsi_output.inkmod,
9769         share/extensions/roundhole.inkmod, share/extensions/svgz_input.inkmod,
9770         share/extensions/svgz_output.inkmod, share/extensions/txt2svg.inkmod,
9771         src/extension/implementation/script.cpp,
9772         src/extension/implementation/script.h:
9774         Adding in support for superior checking of dependencies.  Now scripts
9775         can include a line, which will look for a binary in the path.  So
9776         something like dia input will no be loaded if there isn't dia available in
9777         the path.
9779 2004-04-25  Carl Hetherington <inkscape@carlh.net>
9781         * src/verbs.cpp, src/rect-context.cpp, src/spiral-context.cpp,
9782         src/event-context.cpp, src/text-context.cpp,
9783         src/dialogs/stroke-style.cpp, src/xml-tree.cpp, src/widgets/sp-widget.cpp:
9784         SPSelection OO-ification.
9786         * src/display/curve.cpp: Don't raise a critical error if a new
9787         curve cannot be created in sp_curve_new_from_bpath().  This can
9788         happen if a file contains a strange path, like one with only a
9789         move in it and nothing else.  This is part of the fix for bug
9790         934882.
9792         * src/sp-path.cpp: cope with sp_curve_new_from_bpath() returning
9793         NULL in sp_path_set().  This is the other part of the fix for 934882.
9795         * src/path-chemistry.cpp, src/sp-offset.cpp, src/sp-ellipse.cpp,
9796         src/display/nr-arena-glyhs.cpp:
9797         added asserts for calls to sp_curve_new_from_bpath() which look
9798         like they might not expect it to return NULL.
9800         * src/desktop.h: add a comment about how SPDesktop::selection
9801         should never generally be NULL.
9803         * src/desktop-handles.cpp: ensure that sp_desktop_selection never
9804         returns NULL, so that we don't have to check for this eventuality
9805         elsewhere.
9807         * src/arc-context.cpp, src/seltrans.cpp, src/desktop.cpp: be less defensive
9808 about
9809         SPDesktop::selection being NULL.
9811         * src/path-chemistry.cpp, src/select-context.cpp,
9812         src/selection-chemistry.cpp, src/star-context.cpp,
9813         src/dialogs/align.cpp, src/dialogs/item-properties.cpp,
9814 src/dialogs/text-edit.cpp:
9815         SPSelection OO-ification.  Also some coding style and
9816         declaration-to-first-use cleanups.
9818         * src/toolbox.cpp: SPSelection OO-ification.  Various cleanups.
9820         * src/selection.h: remove deprecated access functions.
9822         * src/dialogs/fill-style.cpp: declaration-to-first-use cleanups.
9824         * src/selection.cpp: add vim and Emacs mode blocks.
9826         * src/object-ui.cpp: very minor coding style fix.
9828 2004-04-24  MenTaLguY <mental@rydia.net>
9830         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/object-ui.cpp,
9831           src/path-chemistry.cpp, src/rect-context.cpp, src/select-context.cpp,
9832           src/select-toolbar.cpp, src/selection-chemistry.cpp, src/selection.h,
9833           src/spiral-context.cpp, src/star-context.cpp, src/text-context.cpp,
9834           src/verbs.cpp, src/dialogs/export.cpp, src/dialogs/fill-style.cpp,
9835           src/dialogs/in-dt-coordsys.cpp, src/dialogs/stroke-style.cpp,
9836           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp:
9838           removed sp_selection_set_item(), sp_selection_set_repr(),
9839           sp_selection_is_empty(), sp_selection_item_selected(),
9840           and sp_selection_repr_selected()
9842 2004-04-24  Ted Gould  <ted@gould.cx>
9844         * share/extensions/ill2svg.pl:
9846         Applying a patch made to the Sodipodi list by Tuukka Pasanen which adds in
9847         support for text in Illustrator files.  Also, I backed out the changes
9848         which removed being able to specify the line endings.  This will, by
9849         default, force them back to mac compatible.  Mac files didn't work with
9850         those changes.
9852 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9854         * configure.in: Tentatively remove config.h definitions of
9855           INKSCAPE_MARKERSDIR, INKSCAPE_PIXMAPDIR, INKSCAPE_SCREENSDIR,
9856           INKSCAPE_TUTORIALSDIR, with the understanding that these are to be
9857           provided by prefix.h.
9858         * src/prefix.h: Define INKSCAPE_MARKERSDIR.
9860         * src/extension/extension.cpp (Extension):
9861         * src/extension/init.cpp (check_extensions):
9862           Address warning.
9864         * src/dialogs/stroke-style.cpp: #include prefix.h.
9866         * src/Makefile.am (EXTRA_DIST): Add */makefile.in.
9868         * src/libnr/Makefile_insert (libnr_libnr_a_SOURCES):
9869           Add libnr/nr-convex-hull.h, needed by sp-canvas.cpp.
9871 2004-04-24  Ted Gould  <ted@gould.cx>
9873         * src/Makefile_include, src/prefix.cpp:
9875         Removing the redefition of NULL and adding to the make system.
9877 2004-04-24  Ted Gould  <ted@gould.cx>
9879         * src/extension/db.cpp, src/extension/db.h, src/extension/extension.cpp,
9880         src/extension/extension.h, src/extension/init.cpp,
9881         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
9882         src/extension/internal/ps-out.cpp, src/extension/internal/ps-out.h:
9884         Adding in more checks for individual extensions.  All of them
9885         should still pass though.  Also, moved the extension database from
9886         glib to STL.  This allows extensions to be deleted while using the
9887         foreach functions (which causes instability with the glib hash
9888         table).
9890 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9892         * src/dialogs/Makefile_insert:
9893         * src/display/Makefile_insert:
9894         * src/xml/Makefile_insert:
9895           Get rid of unneeded CPPFLAGS specification.
9897         * src/Makefile.am:
9898         * src/Makefile_insert:
9899           New generated file inkscape_version.h, to replace
9900           -DINKSCAPE_VERSION=\"$(VERSION)\".
9901         * src/help.cpp: #include it.
9903 2004-04-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9905         * src/sp-polygon.cpp:
9906         * src/splivarot.cpp:
9907         * src/style.cpp:
9908         Change include stringstream.h to include svg/stringstream.h.
9910         * src/Makefile.am, src/Makefile_insert: Change libinkscape.a use
9911           to eliminate triple compilation of these object files.
9913         * src/Makefile.am: Use `subdir-objects' option.
9915         * src/Makefile.am: Add global INCLUDES setting.
9916         * src/*/Makefile_insert: Get rid of now-redundant $(INKSCAPE_CFLAGS)
9917           from *_CPPFLAGS.
9919         * src/*/makefile.in: `%' as a target doesn't behave as intended,
9920         so replace with less general `clean %.a %.o' and add .SUFFIXES.
9922 2004-04-22  Ted Gould  <ted@gould.cx>
9924         * src/draw-context.cpp, src/dropper-context.cpp,
9925         src/dyna-draw-context.cpp, src/node-context.cpp, src/nodepath.cpp,
9926         src/sp-ellipse.cpp, src/sp-offset.cpp, src/sp-path.cpp,
9927         src/sp-polygon.cpp, src/sp-shape.cpp, src/splivarot.cpp, src/toolbox.cpp,
9928         src/display/curve.cpp, src/display/nr-arena-shape.cpp,
9929         src/extension/internal/gnome.cpp, src/extension/internal/ps.cpp,
9930         src/libnr/nr-path.cpp, src/libnr/nr-path.h,
9931         src/libnrtype/nr-rasterfont.cpp, src/libnrtype/nr-type-ft2.cpp,
9932         src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
9933         src/libnrtype/nr-typeface.cpp, src/livarot/PathCutting.cpp,
9934         src/svg/gnome-canvas-bpath-util.cpp, src/svg/svg-path.cpp:
9936         Changing the ART_ enums to NR_ so that if libart is include (like if
9937         you are building gnome-print) it doesn't conflict with the internal
9938         definitions.
9940         * share/extensions/svgz_output.inkmod, src/extension/extension.cpp,
9941         src/extension/init.cpp, src/extension/implementation/script.cpp:
9943         Adding in a little more checking code.  Now extensions can start
9944         deleting themseleves if they fail certain tests.  More tests are
9945         needed, along with more testing of this feature.  Consider this
9946         an 'early release' of the feature. ;)
9948 2004-04-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9950         * src/Makefile.am: Make non-recursive.  Now sources */Makefile_insert.
9951           See HACKING or discussion on mailing list.
9952         * autogen.sh: Bump requirement from automake-1.6 to automake-1.7.
9953         * configure.in: Don't generate src/blah/Makefile, but do generate
9954           src/blah/makefile.
9955         * src/*/Makefile.am: Remove.
9956         * src/*/makefile.in: New wrapper makefiles to allow typing `make' from
9957           subdirectories of src.  (Not used by compiles started from top-level
9958           or from src/.)
9960 2004-04-21  MenTaLguY <mental@rydia.net>
9962         * src/libnrtype/nr-type-w32.h: fixed unremoved underscores
9964         * src/select-context.cpp, src/selection.cpp, src/selection.h,
9965           src/seltrans.cpp, src/tools-switch.cpp, src/dialogs/align.cpp:
9966           remove improper twiddling of desktop message line from SPSelection;
9967           some additional work is now required in SPSelectContext to update
9968           the message properly in all cases.
9970         * src/selection.h, src/selection.cpp: touched up and documented
9971           SPSelection
9973         * src/uri-references.h: documentation touch-ups
9975 2004-04-20  Kees Cook <kees@outflux.net>
9977         * src/file.cpp, src/desktop.cpp: moved sp_file_open unselection code into
9978           sp_desktop_change_document.  Generalized Carl's fix for unref counting
9979           since it applies in both cases.  (My bad!)
9981 2004-04-20  MenTaLguY <mental@rydia.net>
9983         * src/text-context.cpp: merged Carl's fix for signal cleanup
9985         * src/selection.h: marked wrappers for old API as deprecated
9987 2004-04-20  Carl Hetherington <inkscape@carlh.net>
9989         * src/extension/internal/ps.cpp, src/extension/internal/ps.h:
9990         Fixed some bugs in exporting images that seem to have been
9991         introduced when the code was copied from the gimp.  They caused
9992         problems when exporting bitmap images to PS.
9994         * src/file.cpp: fix bug whereby the first file loaded in a session
9995         would not have its modified status checked when closed.  Hence if
9996         you modified the first file you loaded and then closed it, you
9997         would not be asked to confirm the close.
9999         * src/preferences-skeleton.h: add \n to the end of each line to
10000         fix bug 938368.
10002 2004-04-19  MenTaLguY <mental@rydia.net>
10004         * src/arc-context.cpp, src/desktop-handles.h, src/desktop.h,
10005           src/draw-context.cpp, src/draw-context.h, src/forward.h,
10006           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
10007           src/node-context.h, src/rect-context.cpp, src/selection-chemistry.cpp,
10008           src/selection-chemistry.h, src/selection.cpp, src/selection.h,
10009           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
10010           src/star-context.h, src/text-context.cpp, src/dialogs/xml-tree.cpp,
10011           src/widgets/sp-widget.h:
10013           finished GObject removal from SPSelection
10015         * src/arc-context.h, src/arc-context.cpp, src/desktop.cpp, src/desktop.h,
10016           src/draw-context.cpp, src/draw-context.h, src/node-context.cpp,
10017           src/node-context.h, src/rect-context.cpp, src/rect-context.h,
10018           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/seltrans.h,
10019           src/spiral-context.cpp, src/spiral-context.h, src/text-context.cpp,
10020           src/text-context.h, src/toolbox.cpp:
10022           migrated SPSelection to SigC++ signals (though it's a bit messy
10023           right now)
10025 2004-04-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
10027         * src/dialogs/stroke-style.cpp: Cleanups: greater conformance to
10028         CodingStyle.  Moved some declarations to their first use.
10030 2004-04-19  Carl Hetherington <inkscape@carlh.net>
10032         * src/dialogs/stroke-style.cpp, libnr/nr-rect-l.cpp:
10033         Fix a couple of compiler warnings.
10035         * src/dialogs/filedialog-win32.cpp: add OFN_NOCHANGEDIR to Win32
10036         flags in OPENFILENAME structs.  This prevents the open / save
10037         boxes from changing the current directory.  Any change to the
10038         current directory causes problems for subsequent attempts to
10039         load icons from pixmaps.  Also, fix a bug whereby the save
10040         dialogue would sometimes not open due to being passed a filename
10041         it didn't like.
10043 2004-04-19  bulia byak <bulia@users.sourceforge.net>
10045         * shortcuts.cpp selection-chemistry.cpp selection-chemistry.h verbs.cpp
10046 verbs.h
10047         interface.cpp: Clone command (Edit menu, Shift+Ctrl+N)
10049         * sp-use.cpp: Update propagated to parent class (SPItem), misc fixes
10051         * sp-polygon.cpp: Fix for points= updating by adding set_shape call into
10052 _write
10053         (bug 910142)
10055         * text-context.cpp: Do not create text object unless a printable key was
10056         pressed; fixes 934280
10058         * widgets/dash-selector.cpp dialogs/stroke-style.cpp: Removed marker
10059 buttons,
10060         fixed g_free crash in marker menus, added tooltips, added stroke-miterlimit
10061         spinbutton
10063         * splivarot.cpp: Outline handles multiple objects; All commands use correct
10064         stroke_miterlimit
10066         * splivarot.cpp sp-offset.cpp: Fix for 932642
10068         * helper/sodipodi-ctrlrect.cpp: Simplify and fix dashes and offsets
10070         * widgets/gradient-selector.cpp: Tooltip edits
10072         * verbs.cpp verbs.h interface.cpp...: Remove tool options
10074         * seltrans.cpp: Pivot marker made inverse
10076         * toolbox.cpp: More defocusing
10078         * *-context.cpp: Eliminated config widgets from all tools
10080         * toolbox.cpp sp-ellipse.cpp: Ellipse fixes, tooltips
10082         * verbs.cpp: Options -> Preferences
10084         * dialogs/display-settings.cpp: An options dialog, completely new; selector
10085         widget grafted here
10087         * preferences-skeleton.h node-context.cpp select-context.cpp: scaling uses
10088         defaultscale
10090         * dialogs/display-settings.cpp display/nr-arena-image.cpp: Make oversample
10091         saveable
10093         * toolbox.cpp: Aux toolbar for calligraphic
10095         * preferences-skeleton.h: fill-opacity:1 for calligraphic
10097         * select-context.cpp seltrans.cpp seltrans.cpp: Patch to enable box and none
10098         options for per-object selection cue
10100         * main.cpp: Removed C-locale setting, not needed anymore; temporary switch
10102         gettext encoding for console output
10104         * inkscape.cpp: Memory fix from sodi
10106         * right-click finishes pen (patch by Carl)  draw-context.cpp
10108 2004-04-19  Carl Hetherington <inkscape@carlh.net>
10110         * src/livarot/ShapeRaster.cpp
10111         Fix an unitialised value error that was spotted by valgrind.
10113 2004-04-18  MenTaLguY <mental@rydia.net>
10115         * src/selection.cpp, src/selection.h, src/selection-chemistry.cpp,
10116           src/seltrans.cpp, src/nodepath.cpp:
10117           made all SPSelection members private, and changed all methods into
10118           real C++ methods (with temporary inline wrappers for the old C
10119           pseudo-methods)
10121 2004-04-18  Carl Hetherington <inkscape@carlh.net>
10123         * src/print.cpp, src/print.h, src/sp-text.cpp
10124         src/extension/extension.cpp src/extension/extension.h,
10125         src/extension/implementation/implementation.cpp,
10126         src/extension/implementation/implementation.h,
10127         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
10128         src/extension/internal/ps.cpp, src/extension/internal/ps.h,
10129         Add very basic feature to allow PS text to be exported as real
10130         text, rather than being converted to paths first.  Needs some
10131         work, mostly on font handling.
10133         * src/seltrans.cpp: Slightly improve placement of the bounding
10134         box selection cue.
10136         * src/sp-shape.cpp: various marker-related cleanups, mostly factoring out
10137         common code into functions.
10139 2004-04-17  MenTaLguY <mental@rydia.net>
10140         * src/inkscape.cpp, src/node-context.cpp, src/selection-chemistry.cpp,
10141           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
10142           src/sp-item.cpp, src/sp-offset.cpp, src/dialogs/transformation.cpp,
10143           src/libnr/nr-rect.cpp, src/libnr/nr-rect.h:
10144           Cleaned up NR::Rect API and made SPSelection's desktop pointer private.
10146         * src/display/sp-canvas.cpp, src/libnr/nr-convex-hull.h,
10147           src/libnr/nr-rect.h:
10149           First use of NR::ConvexHull (for propagating canvas bounding boxes)
10151 2004-04-17  Kees Cook <kees@outflux.net>
10153         * share/icons/icons.svg, src/verbs.cpp: made last three ugly menu icons.
10155 2004-04-17  Nathan Hurst <njh@mail.csse.monash.edu.au>
10157         * configure.in src/draw-context.cpp src/dropper-context.cpp
10158         src/dyna-draw-context.cpp src/nodepath.cpp src/nodepath.h
10159         src/path-chemistry.cpp src/sp-chars.cpp src/sp-ellipse.cpp
10160         src/sp-offset.cpp src/sp-path.cpp src/sp-polygon.cpp
10161         src/sp-shape.cpp src/sp-text.cpp src/splivarot.cpp src/style.cpp
10162         src/style.h src/dialogs/fill-style.cpp
10163         src/dialogs/object-properties.cpp src/dialogs/stroke-style.cpp
10164         src/display/canvas-bpath.cpp src/display/canvas-bpath.h
10165         src/display/canvas-grid.h src/display/curve.cpp
10166         src/display/curve.h src/display/nr-arena-glyphs.cpp
10167         src/display/nr-arena-glyphs.h src/display/nr-arena-shape.cpp
10168         src/display/sodipodi-ctrl.cpp src/display/sodipodi-ctrl.h
10169         src/display/sodipodi-ctrlrect.h src/display/sp-canvas-util.cpp
10170         src/display/sp-canvas-util.h src/display/sp-canvas.cpp
10171         src/display/sp-canvas.h src/display/sp-ctrlline.cpp
10172         src/extension/internal/ps.cpp src/extension/internal/ps.h
10173         src/libnr/Makefile.am src/libnr/libnr.def src/libnr/nr-path.cpp
10174         src/libnr/nr-path.h src/libnr/nr-svp-private.h
10175         src/libnr/nr-svp-render.cpp src/libnr/nr-svp-render.h
10176         src/libnr/nr-svp.cpp src/libnr/nr-svp.h
10177         src/libnrtype/nr-rasterfont.cpp src/libnrtype/nr-type-ft2.cpp
10178         src/libnrtype/nr-type-gnome.cpp src/libnrtype/nr-type-w32.cpp
10179         src/libnrtype/nr-typeface.cpp src/livarot/PathCutting.cpp
10180         src/svg/gnome-canvas-bpath-util.cpp
10181         src/svg/gnome-canvas-bpath-util.h src/svg/svg-path.cpp
10182         src/svg/svg.h: removed libart.
10184         * src/libnr/nr-svp-uncross.cpp src/libnr/nr-svp-uncross.h: deleted
10185         uncross and SVL routines.
10188 2004-04-15  Carl Hetherington <inkscape@carlh.net>
10190         * src/make.exclude, src/make.dep, src/make.files, src/make.ofiles:
10191         Various fixes to the Win32 build following rearrangement of some
10192         source files and cleanups to libnr.
10194         * src/sp-text.cpp: remove an unused variable.
10196         * src/display/sodipodi-ctrlrect.cpp: removed two unused variables.
10198 2004-04-16  MenTaLguY <mental@rydia.net>
10200         * src/selection.cpp, src/selection.h, src/forward.h: initial
10201           C++ification of SPSelection class
10203 2004-04-15  Kees Cook <kees@outflux.net>
10205         * debian/control, debian/changes: dropping (currently) unused
10206           dependancies.  Added "0.39cvs" tag.
10208 2004-04-15  Carl Hetherington <inkscape@carlh.net>
10210         * src/seltrans.cpp, src/helper/sodipodi-ctrlrect.cpp,
10211         src/helper/sodipodi-ctrlrect.h:
10212           Use black, dashed bounding boxes for indicating itemselection,
10213           rather than red, solid boxes (as suggested by Bulia).
10215         * src/desktop.cpp:
10216         Small fix for the problem whereby the first file loaded in an
10217         Inkscape session will not have its grid set up properly.  This was
10218         my patch #935013.
10220         * src/dialogs/filedialog-win32.cpp:
10221         Use the extension system to build the list of allowable file types
10222         for save.  This means that save as PS and EPS work properly.
10224         * src/streams-zlib.cpp, src/livarot/PathConversion.cpp,
10225         src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
10226         src/livarot/PathStroke.cpp, src/livarot/Shape.cpp,
10227         src/livarot/ShapeMisc.cpp, src/display/nr-arena-glyphs.cpp,
10228         src/helper/sodipodi-ctrlrect.cpp, src/helper/sp-canvas.cpp,
10229         src/extension/internal/win32.cpp:
10230         Fix compiler warnings, mostly about unused variables.
10232         * src/helper/sp-canvas-util.cpp:
10233         Fix what I and someone else considered to be an obvious typo.  The
10234         function in question isn't used, however, so it's a bit difficult
10235         to test.
10237         * src/libnrtype/nr-rasterfont.cpp:
10238         Fix a warning wrt a cast from NR::Matrix to NRMatrix.
10240         * src/sp-shape.cpp:
10241         Fix bug #935758.
10244 2004-04-14  Ted Gould <ted@gould.cx>
10246         * src/file.cpp, dialogs/filedialog.cpp:
10247         Making it so that the filename will get placed in the save as dialog
10248         if there is a name for the file.  Otherwise the last save directory
10249         is used (properly now)
10251 2004-04-15  MenTaLguY <mental@rydia.net>
10253         * most files in src/: removed many old "compatable" struct typedefs
10255         * src/libarikkei/arikkei-dict.cpp, src/libarikkei/arikkei-dict.h:
10256           removed unused arikkei files
10258         * configure.in: added gtkmm dependency
10260 2004-04-14  Kees Cook <kees@outflux.net>
10262         * src/helper/unit-menu.cpp: Turns out I found a 2nd bug while
10263           investigating patch 934358.  I've applied this patch again, which gives
10264           us the entire fix.
10265         * src/draw-context.cpp: Investigated patch 934351 from cth103.  Applied a
10266           slight variation to conform to the function calling styles of that code.
10267         * configure.in: Implemented gcc version test for >= 3.0.0
10268         * src/file.cpp, src/interface.cpp, share/icons/icons.svg, src/verbs.cbb:
10269           finished "File / Revert" implementation.  Found a memory leak in
10270           "file_save".  Added more sanity checking to "sp_file_revert" and more
10271           status messages.
10272         * src/main.cpp, src/file.h, src/file.cpp: removed redundant code,
10273 implemented
10274           in "sp_file_open".
10276 2004-04-13  Kees Cook <kees@outflux.net>
10278         * tools-version.sh: added a possible fix for BSDish tools.
10279         * configure.in, share/patterns/Makefile.am: inkscape janitor strikes
10280           again!  This is a quick cleanup to Ted's new directories.  Looks
10281           like "patterns" got left out.
10282         * share/clipart/.cvsignore, share/templates/.cvsignore,
10283           share/examples/.cvsignore, share/fonts/.cvsignore,
10284           share/gradients/.cvsignore, share/keyboards/.cvsignore,
10285           share/palettes/.cvsignore, share/patterns/.cvsignore:
10286           Added Makefile build-cruft to .cvsignores.
10287         * src/helper/unit-menu.cpp: applied a variation to patch 934358 from cth103
10288           to fix grid unit changing bug.
10289         * configure.in: fixed capitalization of "libpng" to avoid confusion.
10290         * src/sp-namedview.cpp, src/document.cpp, src/document.h, src/file.cpp,
10291           src/file.h, src/document-undo.cpp, src/interface.cpp, src/verbs.cpp,
10292           src/verbs.h:
10293           Newly opened files will only create new windows if the current document
10294           is untouched.  (RFE#928517)
10295           Added support for future "File/Revert" handling.  Needs
10296           a little more support in the SPDocument structure.  See notes in
10297           "src/file.cpp", function "sp_file_revert_dialog".
10299 2004-04-13  Ted Gould <ted@gould.cx>
10301         * configure.in, share/Makefile.am, share/clipart/Makefile.am,
10302           share/examples/Makefile.am, share/fonts/Makefile.am
10303           share/gradients/Makefile.am, share/keyboards/Makefile.am
10304           share/markers/Makefile.am, share/palettes/Makefile.am
10305           share/screens/Makefile.am, share/templates/Makefile.am:
10306         Making it so that the clipart and everything else gets put in
10307         the tarball, and also get installed in the share directory.  Many
10308         of these have just 'README' files, but they now have good place-
10309         holders for further development.
10311 2004-04-12  Kees Cook <kees@outflux.net>
10313         * src/dialogs/stroke-style.cpp, src/Makefile.am, src/dialogs/Makefile.am,
10314           src/widgets/Makefile.am, configure.in: fixed up INKSCAPE_*DIR paths so CVS
10315           will compile happily for me.  This way if paths change, files will be
10316           recompiled.  The old way would let configure run again (changing the
10317           datadir path) without forcing a recompile, which could break the
10318           compiled paths.
10320 2004-04-13  John Cliff <simarilius@yahoo.com>
10321         * src/sp-shape.cpp, src/dialogs/stroke-style.cpp:
10322         Couple of changes to marker related code, mid and end markers now point in
10323 correct
10324         direction, turning off start markers behaves correctly.
10325         This follows on from changes made by me and Carl Hetherington that were
10326 commited
10327         yesterday to
10328         src/inkscape-stock.cpp, src/sp-item.cpp, src/sp-marker.cpp,
10329 src/sp-shape.cpp,
10330         src/style.cpp, src/style.h, src/dialogs/stroke-style.cpp
10331         to implement marker UI and fixes to the marker rendering code.
10333 2004-04-11  Ted Gould <ted@gould.cx>
10335         * src/extension/system.cpp, src/extension/internal/eps-out.cpp
10336           src/extension/internal/eps-out.h:
10337         First pass at a file save dialog with EPS output.  The dialog
10338         sets the bounding box in the file.  Comments encouraged.
10340 2004-04-11  Ted Gould <ted@gould.cx>
10342         * src/file.cpp, src/main.cpp, src/print.cpp, src/extension/init.cpp,
10343           src/extension/init.h, src/extension/system.cpp, src/extension/system.h,
10344           src/extension/implementation/script.cpp,
10345 src/extension/internal/eps-out.cpp,
10346           src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
10347           src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
10348           src/extension/internal/win32.cpp:
10349         Change alot of files, but small changes.  Basically just took
10350         system.cpp and init.cpp and finally ported them to the Inkscape::
10351         Extension namespace.  Cleaned up the code in them a bunch, it is
10352         much easier to read now!  All the other files are just referencing
10353         these changes.
10355 2004-04-11  Kees Cook <kees@outflux.net>
10357         * src/verbs.h, src/verbs.cpp, src/interface.cpp, src/interface.h: replaced
10358           the rest of the missing menu verbs: "View New", "Cleanup".  Created
10359           generic function to add icons to a given menu item (for submenu icons
10360           mostly).
10361         * share/icons/icons.svg: added "selection_cleanup", "selection_deselect",
10362           "selection_select_all".  Corrected "view_new" and "selection_smooth",
10363           "dialog_toggle", "dialog_tool_options", "file_open_recent".
10364         * src/selection-chemistry.cpp, src/selection-chemistry.h: renamed
10365           "selection_cleanup" function.
10367 2004-04-11  Jon Phillip <jon@rejon.org>
10369         * Makefile.mingw share/Makefile.am src/Makefile.am
10370           share/markers/Makefile.am share/markers/.cvsignore config.h.mingw
10371           configure.in:
10372           Added the proper infrastructure to get files to the right location for
10373           markers.
10375         * share/tutorials/tipsandtricks.svg: Deleted the URL trick because it no
10376           longer works or something.
10378 2004-04-11  Kees Cook <kees@outflux.net>
10380         * src/verbs.h, src/verbs.cpp: added verbs for the Help and Tutorials menus.
10381         * src/interface.cpp: replaced contents of sp_ui_menu_help to use new verbs.
10382         * src/help.h, src/help.cpp: replaced sp_help_keys with more generic
10383           sp_help_open_screen, similar to sp_help_open_tutorial.
10384         * share/icons/icons.svg: created really ugly "help_tutorials" and
10385           "help_keys" icons.  The "help_keys" one needs the most help.  :)
10387 2004-04-09  Ted Gould <ted@gould.cx>
10389         * share/extensions/Makefile.am, share/extensions/epsi_output.inkmod,
10390           share/extensions/ps2epsi.sh, src/extension/extension.cpp,
10391           src/extension/extension.h, src/extension/init.cpp,
10392           src/extension/implementation/implementation.cpp,
10393           src/extension/implementation/implementation.h,
10394           src/extension/implementation/script.cpp,
10395           src/extension/implementation/script.h,
10396           src/extension/internal/Makefile.am, src/extension/internal/eps-out.cpp,
10397           src/extension/internal/eps-out.h, src/extension/internal/ps.cpp:
10399           Okay, these are some changes that I've had in my directory for
10400           a little while.
10402           1) adding the basics of checking extensions.  This will allow
10403              them to remove themselves based on their dependencies failing.
10405           2) Adding the concepts of a 'helper extension' to scripts.  This
10406              allows them to use other extensions for handling the data, so
10407              they don't have to deal with SVG directly - Inkscape will
10408              build the pipeline.  An example of this is the epsi output.
10410           3) Adding the bounding box change provided by Carl Hetherington
10411              to the Postscript output.  The EPS output plugin sets this, so
10412              now EPSes have smaller bounding boxes.  A GUI needs to be
10413              written for this setting.
10415 2004-04-08  MenTaLguY <mental@rydia.net>
10417         * configure.in, src/svg/ftos.cpp: fix for OS X build
10419         * src/extensions/internal.ps.cpp: crash fix
10421 2004-04-07  MenTaLguY <mental@rydia.net>
10423         * src/xml/repr.cpp: adjusted the advertising comment in the default
10424           document template (we need a real default document template, btw)
10426         * src/svg/ftos.cpp, src/svg/itos.cpp, src/svg/round.cpp,
10427           src/svg/ftos.h, src/svg/stringstream.h: incorporated Bryce's number
10428           serializing code (disabled for now, due to the impending release)
10430         * src/dialogs/stroke-style.cpp, src/dialogs/sp-shape.cpp:
10431           nuked unused variables
10433 2004-04-07  bulia byak <bulia@users.sourceforge.net>
10435         * icons.svg: Alignment fix
10437         * src/select-toolbar.cpp: Swapped rotate buttons
10439         * share/tutorials/: Cleanup, added Russian translation of basic
10441         * extension/extension.cpp extension/system.cpp extension/internal/ps.cpp
10442         extension/implementation/script/cpp: Fixes to make non-ascii filenames work
10443 again
10445         * src/verbs.cpp: Remove xpm icon that causes trouble on win32
10447         * share/examples/: new gradient.svg, tiger.svgz, cleanup
10449         * src/widgets/gradient-vector.cpp: Crash fix: loading new gradient into the
10450         editor does not completely reset it
10452         * share/icons/icons.svg: New dialog icons, draw tool icons, changed colors
10454         * src/dialogs/align.cpp src/helper/bezier-utils.cpp: remove pjrm's debug
10455 output
10457         * share/tutorials/: SVG cleanup: remove unused font properties, wrong radius
10458         paths in ellipses (leftovers from old versions). Expanded & updated tips &
10459 tricks.
10461         * file.cpp: Set uri on save in one place; save 'offcially' from here only
10463         * system.cpp system.h: Remove redundant uri-setting on open and save, add
10464         official arg to sp_module_system_save to prevent docname/docbase changing on
10465         temporary saves
10467         * many files: _() fixes, edits in labels, messages, tooltips, mnemonics
10469         * src/inkscape.cpp: remove redundancy in error messages for failing to load
10470 prefs
10472         * share/extensions src/extension/internal: Renaming file formats to include
10473 (*.ext)
10475         * src/interface.cpp src/dialogs/filedialog.cpp: Transientize, make modal
10476         open/save dialogs, ditto for warning overwrite and make it unresizeable
10478         * src/dialogs/xml-tree.cpp: Do not deselect item on canvas when a
10479 non-selectable
10480         thing is highlighted in xml editor
10482         * src/sp-guide.cpp: Guide position updated after undo
10484         * src/widgets/sp-xmlview-attr-list.cpp: Max length of viewable attributes
10485         increased
10487         * many files: Adib's svgostringstream patches to remove printfs
10489         * src/selection-chemistry.cpp: Crash fix when pasting style to an object
10490 that
10491         has none (e.g. group)
10493         * src/knot.cpp: Knot dragging autoscrolls
10495         * src/sp-text.cpp src/text-context.cpp: Cursor movements autoscroll
10497         * src/desktop.h src/desktop.cpp: autoscrollspeed can be overridden in call
10499         sp_desktop_scroll_to_point
10501         * src/text-context.cpp src/sp-text.cpp: Text cursor made inverse. Initial
10502 cursor
10503         after click is no longer horizontal.
10505         * src/helper/sp-ctrlline.cpp: Always-visible inversion for ctrlline
10507         * src/libnrtype/nr-type-w32.cpp: Fix stretch and variant on win32
10509         * src/widgets/gradient-vector.cpp: Undo fix; new stop takes average of its
10510         neighbors' colors; is between stops even when the last stop is selected
10512 2004-04-06  Ted Gould <ted@gould.cx>
10514         * src/file.cpp, src/dialogs/filedialog.cpp, src/extension/extension.cpp,
10515         src/extension/system.cpp:
10516         Moving code around so that the filename extension gets put on by
10517         the extension that is saving the file.  This adds a couple complications
10518         in that the extension now needs to check for overwriting the file
10519         and also set the document URI.  Better overall, but a PITA.
10521 2004-04-05  njh <njh@mail.csse.monash.edu.au>
10523         * debian/rules,debian/control: applied patch from Kees Cook to remove
10524         obsolete libraries, and to tidy things up a tad.
10526 2004-04-04  Ted Gould <ted@gould.cx>
10528         * src/main.cpp, src/extension/extension.cpp, src/extension/system.cpp:
10529         Now the input autodetect will try the SVG filter if the autodetect
10530         fails.  This was done by the command line, but now it is done
10531         everywhere.
10533 2004-04-04  MenTaLguY <mental@rydia.net>
10535         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr.h:
10536         Take the full list of document node children from libxml, and
10537         append them in the correct order.  This fixes bug #929348.
10539         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr-private.h:
10540         Added API for coping with comments at the root level (i.e. siblings
10541         of the root XML node), and made corresponding changes to the repr-io
10542         code.  In theory this should be enough to preserve them upon loading,
10543         though in practice it still doesn't appear to be working (bug #929348).
10544         Is there some libxml thing we need to do?
10546 2004-04-04  Ted Gould <ted@gould.cx>
10548         * a bunch of files
10549         Sorry, I seem to be in some delay getting e-mail.  Anyway, a few
10550         files were changed to add in a new parameter 'dataloss'  Basically
10551         this signifies that a format was used to save that may not save
10552         the whole document and thus, a pop-up is elevated on close to signal
10553         that you might want to 'really save' this document.
10555 2004-04-03  Ted Gould <ted@gould.cx>
10557         * share/extensions/svgz_input.inkmod, src/file.cpp,
10558           src/extension/extension.cpp, src/extension/internal/svg.cpp:
10559         Making it so that input extensions can specify the output extension
10560         that gets used to save them.  If this field isn't filled in, the value
10561         gets set to NULL, and then the Save As dialog is used instead of
10562         just trying to save.
10564 2004-04-03  Ted Gould <ted@gould.cx>
10566         * src/file.cpp, src/main.cpp, src/extension/extension.cpp,
10567           src/extension/extension.h, src/extension/system.cpp,
10568           src/extension/internal/svg.cpp:
10569         Fixing the output_extension flag to not be saved in a file, but also
10570         to be able to be specified by the input module.  Also, this fixes
10571         the commandline processing of files to make them use the extension
10572         system.
10574 2004-04-02  Ted Gould <ted@gould.cx>
10576         * src/file.cpp, src/extension/db.cpp, src/extension/internal/svg.cpp:
10577         Changing it so that SVG documents open and default to with
10578         extension namespace.  Also, autodetect is reenabled.
10580 2004-04-03  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
10582         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Fix my
10583         previous commit.
10585 2004-04-02  Ted Gould <ted@gould.cx>
10587         * share/extensions/svgz_output.inkmod, src/main.cpp, src/print.cpp,
10588           src/extension/init.cpp, src/extension/implementation/script.cpp,
10589           src/extension/implementation/script.h,
10590           src/extension/internal/Makefile.am, src/extension/internal/ps-out.cpp,
10591           src/extension/internal/ps-out.h, src/extension/internal/ps.cpp:
10592         Fixing the commandline printing.  This required fixing both the
10593         print driver to handle the newer extensions stuff.  It seems
10594         happy now.  I went ahead and implemented save as postscript
10595         while I was at it.
10597 2004-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
10599         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Ensure that the
10600         "improved" value is never worse than the previous guess.
10602         * src/helper/bezier-utils.cpp:
10603         Greater CodingStyle conformance, mainly whitespace changes.
10605         * src/helper/bezier-utils.cpp (sp_bezier_fit_cubic_full):
10606         Always reparameterize between generate_bezier and calc_max_error.
10607         Switch from discouraged alloca (see man page) to g_new, at cost of
10608         some extra g_free calls in the code.
10609         (reparameterize): Do in-place modification.
10611         * src/helper/bezier-utils-test.cpp:
10612         Add tests for generate_bezier, sp_bezier_fit_cubic_full.
10613         Change to a simpler test bezier.
10615         * src/helper/bezier-utils.cpp (sp_darray_left_tangent,
10616         sp_darray_right_tangent):
10617         Switch to using just the two end points for calculating the gradient.
10618         (The old code could sometimes cause g_warning's.)
10619         Correct the documentation of requirements.
10620         (sp_darray_center_tangent): Similarly remove the #if'ed out code for
10621         looking at more than two points.
10623 See doc/Changelog_archive.txt for older entries
10625 # Local Variables:
10626 # tab-width:8
10627 # indent-tabs-mode:t
10628 # End:
10629 # vim: tabstop=4:noexpandtab:shiftwidth=4