Code

switch to sigc++ signals and manually clean up signal connections (although it may...
[inkscape.git] / ChangeLog
1 2006-07-21  MenTaLguY  <mental@rydia.net>
3         * src/layer-manager.cpp, src/layer-manager.h:
5           switch to sigc++ signals and manually clean up signal connections
6           (although it may not be strictly necessary to do so here)
8 2006-07-21  MenTaLguY  <mental@rydia.net>
10         * src/document-subset.cpp, src/object-hierarchy.cpp,
11           src/object-hierarchy.h, src/selection.cpp, src/selection.h,
12           src/ui/view/edit-widget.cpp, src/ui/view/edit-widget.h,
13           src/uri-references.cpp, src/uri-references.h:
14         
15           switch to sigc++ signals for "modified" and "release"
17 2006-07-21  MenTaLguY  <mental@rydia.net>
19         * src/document.cpp, src/sp-object.cpp, src/sp-object.h:
21           sp_object_invoke_release -> SPObject::releaseReferences,
22           plus the introduction of sigc++ signals for "release" and 
23           "modified" which will eventually replace the GObject signals
25 2006-07-20  MenTaLguY  <mental@rydia.net>
27         * src/libnrtype/RasterFont.h, src/libnrtype/font-instance.h:
29           replace two uses of hash_map with standard STL map
31 2006-07-18  Bryce Harrington <bryce@bryceharrington.org>
32         * src/document.h, src/document.cpp:  Refactoring from mental &
33           bryce to consolidate document update functionality from
34           sp_document_ensure_is_up_to_date() and
35           sp_document_idle_handler().  This is the first step in getting
36           updates of defs (and markers) fixed.
38 2006-07-18  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
40         * src/graphlayout/graphlayout.cpp,
41           src/conn-avoid-ref.h:
42           We now use connector spacing to determine the minimum space required
43           between shape bounding boxes when graph layout with avoid overlap
44           constraints is applied.  This means that there should always be enough
45           room for connectors to route between shapes.  Also changed the default
46           connector spacing to a less extreme 3.
48 2006-07-17  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
50         * src/libcola/cola.h,
51           src/libcola/connected_components.cpp,
52           src/graphlayout/graphlayout.cpp:
53           Disconnected graphs are now handled more gracefully,
54           connected components are arranged separated (in place) and
55           then overlaps between components are removed.
57 2006-07-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
59         * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
60           src/xml/Makefile_insert, src/libnr/Makefile_insert:
61           Add "$(srcdir)/" to some things so that "make check" works in 
62           the case that the build directory is somewhere other than the
63           source directory.
65         * src/sp-conn-end-pair.cpp, src/connector-context.cpp,
66           src/document.cpp, src/libavoid/*:
67           Update libavoid with upstream fixes, optimisations and new features.
69 2006-07-13  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
71         * src/libvpsc/*,
72           src/graphlayout/graphlayout.cpp:
73           Toggle on connector toolbar can force connectors with 
74           end-markers (arrows) to point downwards
76 2006-07-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
78         * src/libavoid/router.cpp: Fixed a bug in the libavoid function
79           Router::attachedConns().  Previously unused, but needed by Tim
80           for new Graph Layout code.
82 2006-07-13  Jon Phillips  <jon@rejon.org>
84         * src/inkview: Added commandline option capability to inkview and 
85           got code ready to add a timer for an automatic slideshow capability.
87 2006-07-12 Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
89         * src/libvpsc/*,
90           src/libcola/*,
91           src/graphlayout/graphlayout.cpp,
92           src/removeoverlaps/removeoverlaps.cpp:
93           Boost graph layout algorithms replaced by custom constraint layout
94           algorithm (implemented in libcola).  New layout supports constraints
95           such as downward pointing connectors (directed graph layout) or
96           non-overlapping shapes.
97           libvpsc contains updated code for quadratic program solver used by
98           libcola and removeoverlaps.  Fixes bug #1441411.
100 2006-07-02  Colin Marquardt  <colin@marquardt-home.de>
102         * AUTHORS, src/ui/dialog/aboutbox.cpp: Add Niko, Hugo, Dale and
103           Gustav.
105 2006-06-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
107         * src/connector-context.cpp, src/widgets/toolbox.cpp:
108           Add undo event descriptions for the connector context.
110 2006-06-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
112         * packaging/macosx/ScriptExec/main.c:
113           Add some quotes to fix a problem for people on OS X with 
114           spaces in their home directory path.  Fixes bug #1512019.
116 2006-06-21  Colin Marquardt  <colin@marquardt-home.de>
118         * share/templates/DVD_cover_regular_300dpi.svg,
119           share/templates/DVD_cover_slim_300dpi.svg,
120           share/templates/DVD_cover_superslim_300dpi.svg,
121           share/templates/DVD_cover_ultraslim_300dpi.svg:
122           DVD templates by Aleksandar Urosevic. Closes #1507164.
124 2006-06-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
126         * packaging/macosx/Resources/script,
127           packaging/macosx/Resources/bin/inkscape:
129           Improve quoting of shell variables.
131         * packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj:
133           Xcode 2 project file for the OS X launcher.  This will build a
134           Universal version of the launcher by default.  The project files for
135           different versions are named differently, so this will be picked up and
136           used if the package builder has a sufficiently new version of Xcode.
138         * packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser,
139           packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser:
141           Remove unnecessary user preference files.
143         * Makefile.am:
144         
145           Update the Xcode project files included when creating releases.
147 2006-06-13  Jon A. Cruz  <jon@joncruz.org>
149         * TRANSLATORS, src/ui/dialog/aboutbox.cpp:
151           Applied patch #1505715.
153 2006-06-13  Jon A. Cruz  <jon@joncruz.org>
155         * packaging/macosx/Resources/etc/fonts/fonts.conf:
157           Applied patch #1505765.
159 2006-06-09  Jon A. Cruz  <jon@joncruz.org>
161         * src/object-snapper.cpp, src/selection.cpp, src/selection.h,
162           src/seltrans.cpp:
164           Applied patch #1503864.
166 2006-06-09  Jon A. Cruz  <jon@joncruz.org>
168         * src/widgets/toolbox.cpp:
170           Handle case when function call fails.
171           Fixes bug #1501150.
173 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
175         * src/seltrans.cpp:
177           Work-around for seltrans not getting calls to grab() and ungrab() as
178           expected.
179           Fixes bug #1501156.
181 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
183         * src/widgets/toolbox.cpp:
185           Applied patch #1502407.
186           Fixes bug #1500049.
188 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
190         * packaging/macosx/ScriptExec/main.c, packaging/osx-app.sh:
192           Fixing OS X fc-cache problem.
193           Applied patch #1502063.
195 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
197         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
198           src/sp-switch.cpp, src/ui/widget/ruler.cpp:
200           Applied patch #1501709.
202 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
204         * trace/siox.cpp, trace/siox.h, trace/trace.cpp,
205           src/ui/dialog/tracedialog.cpp:
207           Applied patch #1501375.
209 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
211         * trace/siox.cpp, trace/trace.cpp:
213           Applied patch #1501134.
215 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
217         * src/dialogs/layers-panel.cpp:
219           Allow action when no layer selected.
220           Fixes bugs #1494646.
222 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
224         * trace/siox.cpp:
226           Applied patch #1500659.
228 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
230         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
232           Blocked signal when changes are not from the layers UI.
233           Fixes bugs #1495406 and most of #1494646.
235 2006-06-02  Colin Marquardt  <colin@marquardt-home.de>
237         * TRANSLATORS: Add Stefan Graubner.
239 2006-06-01  Jon A. Cruz  <jon@joncruz.org>
241         * src/extension/internal/pdf-mini.h
243           Fix for delete[] mismatch and binary tweak from Ulf Erikson.
245 2006-06-01  Jon A. Cruz  <jon@joncruz.org>
247         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
249           Added layer opacity slider.
250           Fixes RFE #1496569.
252 2006-05-31  Colin Marquardt  <colin@marquardt-home.de>
254         * TRANSLATORS: Add vonHalenbach for tutorial translations.
256 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
258         * src/extension/internal/odf.cpp:
259         Corrected deletes and uninitizlied variables.
260         Fixes bug# 1489961.
262 2006-05-30 John Cliff <simarilius@yahoo.com>
263         src/trace/potrace/inkscape-potrace.cpp
264         Changed bitsPerSample from hardcoded to calculated for multi color traces
265         to fix bugs 1188811 and 1484076
267 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
269         * src/xml/repr-io.cpp:
270         Changed to strip leading BOM from input.
271         Fixes bug# 1121666.
273 2006-05-29  Bryce <bryce@bryceharrington.org>
274         * sp-shape.cpp:  Adding documentation
276 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
278         * src/desktop.cpp, src/layer-manager.cpp, src/dialogs/layers-panel.cpp:
279         Workaround to avoid assertion upon file revert.
281 2006-05-28  Bryce <bryce@bryceharrington.org>
282         * sp-marker.cpp:  Adding documentation
284 2006-05-28  MenTaLguY  <mental@rydia.net>
286         * src/dialogs/clonetiler.cpp, src/dialogs/iconpreview.cpp,
287           src/dialogs/stroke-style.cpp, src/display/curve.cpp,
288           src/display/sp-canvas.cpp, src/dyna-draw-context.cpp,
289           src/extension/internal/gnome.cpp, src/extension/internal/pdf.cpp,
290           src/extension/internal/ps.cpp, src/extension/internal/win32.cpp,
291           src/file.cpp, src/inkview.cpp, src/libnr/nr-macros.h,
292           src/libnr/nr-object.cpp, src/libnr/nr-path.cpp,
293           src/libnr/nr-pixblock.cpp, src/libnr/nr-pixblock-pattern.cpp,
294           src/libnr/nr-svp.cpp, src/libnr/nr-svp-render.cpp,
295           src/libnrtype/FontFactory.cpp, src/libnrtype/Layout-TNG-Output.cpp,
296           src/libnrtype/nr-type-primitives.cpp, src/path-chemistry.cpp,
297           src/splivarot.cpp, src/sp-marker.cpp, src/ui/widget/icon-widget.cpp,
298           src/widgets/icon.cpp:
300           replace nr_new() with g_new(), and try to converge on using the
301           glib allocator a little more instead of the others (aside from
302           libgc)
304 2006-05-28  MenTaLguY  <mental@rydia.net>
306         * share/icons/icons.svg:
308           correct vertical text flow icon to  correctly reflect lines stacking
309           right-to-left, as well as improving pixel alignment on both text flow
310           icons
312 2006-05-28  MenTaLguY  <mental@rydia.net>
314         * src/widgets/toolbox.cpp:
316           add tooltips to text toolbar widgets
318 2006-05-28  Jon A. Cruz  <jon@joncruz.org>
320         * src/layer-manager.cpp, src/layer-manager.h,
321           src/preferences-skeleton.h, src/ui/dialog/inkscape-preferences.cpp,
322           src/ui/dialog/inkscape-preferences.h,
323           src/widgets/layer-selector.cpp, src/dialogs/layers-panel.cpp:
325           Finished option to turn on or off deslecting when switching layers.
326           Fixes RFE #1495701.
328 2006-05-28  Jon A. Cruz  <jon@joncruz.org>
330         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
332           Changed clicking on visibility and locked toggles to not switch
333           selected layer.
334           Fixes bug #1495856.
336 2006-05-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
338         * src/sp-conn-end-pair.cpp: Detach connectors from empty groups
339           before trying to route connectors to them.  This is required
340           since empty groups have no physical position.  Fixes bug #1448811.
342 2006-05-27  Kees Cook  <kees@outflux.net>
344         * src/extension/implementation/script.cpp: allow output extension
345           parameters to be prompted and used, closes bug #1495310.
347 2006-05-26  MenTaLguY  <mental@rydia.net>
349         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
351           make button labels translatable, and use HButtonBox instead of HBox for
352           better appearance
354 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
356         * src/layer-manager.cpp, src/layer-manager.h,
357           src/dialogs/layer-properties.cpp, src/dialogs/layers-panel.cpp:
359           Prevent layer name duplication.
360           Fixes bug #1115407.
362 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
364         * src/widgets/desktop-widget.cpp:
366           Fixed resize handle in corner of main UI.
367           Fixes bug #1493995.
369 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
371         * src/layer-manager.cpp, src/layer-manager.h,
372           src/widgets/layer-selector.cpp:
374           Cleaned up propagation of status changes.
375           Fixes bug #1495333.
377 2006-05-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
379         * src/path-prefix.h: Add missing CREATE_* directory locations
380           for building an OS X application bundle.  Fixes bug #1495284.
382 2006-05-25  Bryce Harrington <bryce@bryceharrington.org>
384         * src/inkscape.cpp:  i18n on error messages (fix for bug 1490928) 
386 2006-05-23  Jon A. Cruz  <jon@joncruz.org>
388         * src/dialogs/layers-panel.cpp, src/dialogs/swatches.cpp,
389           src/dialogs/swatches.h, src/preferences-skeleton.h,
390           src/ui/previewfillable.h, src/ui/previewholder.cpp,
391           src/ui/previewholder.h, src/ui/widget/panel.cpp,
392           src/ui/widget/panel.h, src/verbs.cpp,
393           src/widgets/desktop-widget.cpp:
394           Refactored panels.
395           Fixes RFE #1453153. Fixes RFE #1453152.
396         
398 2006-05-23  MenTaLguY  <mental@rydia.net>
400         * src/extension/internal/ps.cpp:
402           move %%EOF to end of output document
404 2006-05-22  Jon A. Cruz  <jon@joncruz.org>
406         * src/dialogs/swatches.cpp, src/ui/widget/panel.cpp,
407           src/ui/widget/panel.h:
408           Removed panel menu unless requested. Fixes bug #1492597.
410 2006-05-22  MenTaLguY  <mental@rydia.net>
412         * src/extension/internal/svg.cpp:
414           replace EXTREMELY inefficient (O(n^2), I think?) stacked C string
415           concatenations with appends to a std::vector, which is amortized O(1)
417 2006-05-21  Marco Scholten  <mscholtn@xs4all.nl>
419         * src/ui/dialog/inkscape-preferences.cpp, 
420           src/ui/dialog/inkscape-preferences.h: 
421           Added 'Show close button on dialogs' option.
423 2006-05-21  MenTaLguY  <mental@rydia.net>
425         * src/ui/view/view-widget.cpp:
426         
427           request collection pass after destruction of a view widget
429 2006-05-21  MenTaLguY  <mental@rydia.net>
431         * src/gc-core.h, src/gc.cpp:
432         
433           add GC::request_early_collection() to force a collection from the idle
434           loop at opportune times
436         * src/dialogs/filedialog.cpp:
438           call GC::request_early_collection() after switching preview images
440 2006-05-21  Jon A. Cruz  <jon@joncruz.org>
442         * src/layer-manager.cpp, src/layer-manager.h,
443           src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h:
444           Adding notification when managed layers change.
446 2006-05-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
448         * src/extension/internal/pdf.cpp: Compilation fix.  For versions
449           of glib older that 2.9.0, use g_date_set_time() instead of
450           g_date_set_time_t().
452 2006-05-20  MenTaLguY  <mental@rydia.net>
454         * src/extensin/internal/ps.cpp:
456           add %%EOF trailer for DSC-compliance
458 2006-05-20  Colin Marquardt  <colin@marquardt-home.de>
460         * share/extensions/lindenmayer.inx,
461           share/extensions/kochify_load.inx, 
462           share/extensions/kochify.inx:
463           Rename slightly, also makes for easier translation.
465 2006-05-20  Jon A. Cruz  <jon@joncruz.org>
467         * src/widgets/icon.h, src/widgets/icon.cpp, src/dialogs/layers-panel.cpp:
468           Changled dialog from checkboxes to icons for visible and locked.
470 2006-05-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
472         * src/libnrtype/FontInstance.cpp: patch from David Turner of the
473           FreeType Project.  Fixes a compilation problem and a possible
474           segmentation fault.
476 2006-05-19  Jon A. Cruz  <jon@joncruz.org>
477         * src/preferences-skeleton.h, src/dialogs/layers-panel.h,
478           src/dialogs/layers-panel.cpp:
479           Selection and event handling cleanup. Added deeper display.
481 2006-05-18  Jon A. Cruz  <jon@joncruz.org>
482         * src/layer-manager.cpp, src/dialogs/layers-panel.h,
483           src/dialogs/layers-panel.cpp:
484           Next round of layer dialog updates.
486 2006-05-17  Kees Cook  <kees@outflux.net>
487         * src/dialogs/rdf.cpp: corrected localization on array, added comments.
488         * src/ui/widget/licensor.cpp: Localized the license name.
489         * configure.ac: added comment about why sigc++ was upgraded
491 2006-05-17  Jon A. Cruz  <jon@joncruz.org>
492         * src/dialogs/layers-panel.cpp:
493           Flipped top/bottom in layers UI to reflect visible stacking.
495 2006-05-16  verbalshadow  <verbalshadow@gmail.com>
497         * src/desktop-style.h, src/desktop-style.cpp:
498           Fixes calligraphy tool so drawing now uses the the correct opacity.
500 2006-05-17  Jon A. Cruz  <jon@joncruz.org>
501         * src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h:
502           Switched icons to stock generic.
504 2006-05-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
506         * src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche.
508 2006-05-16  Jon A. Cruz  <jon@joncruz.org>
510         * src/document-subset.cpp:
511           Corrected ordering of children in subset.
513 2006-05-15  Jon A. Cruz  <jon@joncruz.org>
514         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
515           src/layer-manager.cpp, src/menus-skeleton.h, src/verbs.cpp,
516           src/verbs.h, src/dialogs/layers-panel.cpp,
517           src/dialogs/layers-panel.h, src/dialogs/Makefile_insert:
518           Base implementation of a layers dialog.
520 2006-05-14  Colin Marquardt  <colin@marquardt-home.de>
522         * src/ui/dialog/inkscape-preferences.cpp (initPageTools): 
523           Typofix ("conector").
525 2006-05-14  Jon A. Cruz  <jon@joncruz.org>
527         * src/document-subset.cpp, src/layer-manager.h, src/layer-manager.cpp:
528           Corrected base structure and avoiding infinite loop.
530 2006-05-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
532         * src/widgets/toolbox.cpp: Slightly increase size of the
533          connector toolbar buttons to match button sizes on other
534          toolbars.
536 2006-05-13  verbalshadow  <verbalshadow@gmail.com>
538         * src/dyna-draw-context.cpp, src/desktop-style.cpp,
539           src/desktop-style.h:
541           Calligraphy tool now draws in the last used color or the
542           tool style depending on the Preference setting.
543           
544 2006-05-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
546         * src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp:
548           When moving/transforming connectors, only detach connectors
549           from objects that are not part of the selection.  Previously,
550           connectors moved as part of a selection would be detached from
551           all objects.  This has been requested several times via email.
552           The change also fixes bug #1383806.
554         * src/ui/dialog/inkscape-preferences.cpp,
555           src/ui/dialog/inkscape-preferences.h, src/connector-context.cpp:
557           Add a preferences setting to the connector tool for setting
558           whether or not connectors attach to text objects.  This change
559           addresses feature request #1434292.
560           
561 2006-05-09  Carl Hetherington  <inkscape@carlh.net>
563         * src/nodepath.cpp: fix silly bug with snapping node edits.
564         
565         * src/snapper.cpp, src/snapper.h, src/sp-namedview.cpp:
566           re-enable link between grid visibility and grid snap.
568 2006-05-08  Michael Wybrow  <mjwybrow@users.sourceforge.net>
570         * conn-avoid-ref.cpp: Fix a crashbug that could occur in files
571           containing connectors if they were loaded from the file chooser
572           or from the recent file list.  Fixes bug #1458820.
574 2006-05-08  MenTaLguY  <mental@rydia.net>
576         * src/display/curve.cpp:
578           always make local copy of path data so that we have control over memory
579           policy
581 2006-05-08  MenTaLguY  <mental@rydia.net>
583         * src/display/curve.h, src/display/curve.cpp, src/dropper-context.cpp:
585           get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve
586           memory management
588 2006-05-08  MenTaLguY  <mental@rydia.net>
590         * src/display/canvas-bpath.cpp, src/display/curve.cpp, src/display/curve.h,
591           src/display/nr-arena-shape.cpp, src/draw-context.cpp,
592           src/extension/internal/odf.cpp, src/extension/internal/pov-out.cpp,
593           src/nodepath.cpp, src/object-snapper.cpp, src/path-chemistry.cpp,
594           src/sp-flowregion.cpp, src/splivarot.cpp, src/sp-offset.cpp,
595           src/sp-path.cpp, src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
596           src/sp-use-reference.cpp:
598           eliminate direct accesses to SPCurve::bpath
600 2006-05-08  MenTaLguY  <mental@rydia.net>
602         * src/streams-zlib.cpp, src/streams-jar.cpp, src/splivarot.cpp,
603           src/extension/internal/bluredge.cpp:
605           use std::vector rather than dynamically-sized automatic arrays,
606           plus cleanups and minor fixes, and dead code removal
608 2006-05-08  MenTaLguY  <mental@rydia.net>
610         * src/debug/demangle.cpp, src/debug/demangle.h, src/sp-object.cpp,
611           src/gc-anchored.cpp, src/debug/Makefile_insert:
613           use c++filt for symbol demangling if available
615 2006-05-08  MenTaLguY  <mental@rydia.net>
617         * src/xml/repr-util.cpp:
618         
619           comments explaining namespace mapping for the broken sodipodi namespace
621 2006-05-08  Carl Hetherington  <inkscape@carlh.net>
623         * src/seltrans.cpp, src/snap.cpp, src/snap.h: fix ctrl-scaling
624         when there is no snap.  More snapping cleanups.
626 2006-05-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
628         * knot.h, knot.cpp, connector-context.cpp:
629           Fix glib-gobject-warnings for knots in the connector tool.
631 2006-05-07  Jon A. Cruz  <jon@joncruz.org>
633         * src/document-subset.cpp:
634           Corrected two bugs, with the minor one hiding the more severe.
636 2006-05-06  MenTaLguY  <mental@rydia.net>
638         * src/xml/repr-util.cpp, src/xml/repr.h:
640           add fixup for incorrect sodipodi namespace
642 2006-05-06  MenTaLguY  <mental@rydia.net>
644         * doc/NewAppArchitecture/01-title.svg,
645           doc/NewAppArchitecture/04-current-main.svg,
646           doc/NewAppArchitecture/05-current-objects.svg,
647           doc/NewAppArchitecture/06-current-desktop-view.svg,
648           doc/NewAppArchitecture/07-current-problems.svg,
649           doc/NewAppArchitecture/08-inkscape-gtkmm.svg
650           doc/NewAppArchitecture/09-future-capabilities.svg,
651           doc/NewAppArchitecture/10-future-main.svg,
652           doc/NewAppArchitecture/11-future-ink-app.svg,
653           doc/NewAppArchitecture/12-future-run-modes.svg,
654           doc/NewAppArchitecture/13-future-ink-app-editor.svg,
655           doc/NewAppArchitecture/14-evolving.svg,
656           share/examples/art-nouveau-P3.svg,
657           share/examples/eastern-motive-P4G.svg,
658           share/examples/i18n.svg,
659           share/examples/markers.svg,
660           share/examples/tesselation-P3.svg,
661           share/examples/text-on-path.svg,
662           share/icons/David_icons.svg,
663           share/icons/icons.svg,
664           share/icons/legacy_icons.svg,
665           share/screens/about.svg,
666           share/templates/business_card_85x54mm.svg,
667           share/templates/default.cs.svg,
668           share/templates/default.lt.svg,
669           share/templates/default.pl.svg,
670           share/tutorials/gpl-2.svg,
671           share/tutorials/tutorial-advanced.es.svg,
672           share/tutorials/tutorial-advanced.fr.svg,
673           share/tutorials/tutorial-advanced.ja.svg,
674           share/tutorials/tutorial-advanced.sl.svg,
675           share/tutorials/tutorial-advanced.svg,
676           share/tutorials/tutorial-basic.ca.svg,
677           share/tutorials/tutorial-basic.de.svg,
678           share/tutorials/tutorial-basic.es.svg,
679           share/tutorials/tutorial-basic.fr.svg,
680           share/tutorials/tutorial-basic.ja.svg,
681           share/tutorials/tutorial-basic.nn.svg,
682           share/tutorials/tutorial-basic.sl.svg,
683           share/tutorials/tutorial-basic.svg,
684           share/tutorials/tutorial-calligraphy.es.svg,
685           share/tutorials/tutorial-calligraphy.fr.svg,
686           share/tutorials/tutorial-calligraphy.sl.svg,
687           share/tutorials/tutorial-calligraphy.svg,
688           share/tutorials/tutorial-elements.es.svg,
689           share/tutorials/tutorial-elements.fr.svg,
690           share/tutorials/tutorial-elements.sl.svg,
691           share/tutorials/tutorial-elements.svg,
692           share/tutorials/tutorial-shapes.ca.svg,
693           share/tutorials/tutorial-shapes.es.svg,
694           share/tutorials/tutorial-shapes.fr.svg,
695           share/tutorials/tutorial-shapes.ja.svg,
696           share/tutorials/tutorial-shapes.sl.svg,
697           share/tutorials/tutorial-shapes.svg,
698           share/tutorials/tutorial-tips.es.svg,
699           share/tutorials/tutorial-tips.fr.svg,
700           share/tutorials/tutorial-tips.sl.svg,
701           share/tutorials/tutorial-tips.svg,
702           share/tutorials/tutorial-tracing.de.svg,
703           share/tutorials/tutorial-tracing.es.svg,
704           share/tutorials/tutorial-tracing.fr.svg,
705           share/tutorials/tutorial-tracing.sl.svg,
706           share/tutorials/tutorial-tracing.svg,
707           src/extension/dxf2svg/dxf2svg.cpp,
708           src/menus-skeleton.h,
709           src/preferences-skeleton.h:
711           get the CORRECT sodipodi namespace in there
713 2006-05-06  MenTaLguY  <mental@rydia.net>
715         * src/xml/repr-util.cpp:
717           fix for #1483198 ("infectious namespaces")
719 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
721         * src/verbs.h, src/verbs.cpp, src/verbs-test.h:
722           Fixed problem with std::map use making last verb inaccessible.
724 2006-05-05  Carl Hetherington  <inkscape@carlh.net>
726         * src/draw-context.cpp, src/line-snapper.h, src/snap.cpp,
727         src/snapper.cpp, src/line-snapper.cpp, src/snap.h,
728         src/context-fns.cpp, src/object-snapper.h, src/seltrans.cpp,
729         src/nodepath.cpp, src/snapper.h, src/object-snapper.cpp: various
730         snapping fixes and cleanups.
732 06-05-04  Carl Hetherington  <inkscape@carlh.net>
734         * src/guide-snapper.h, src/line-snapper.h, src/snap.cpp,
735         src/snap.h, src/object-snapper.h, src/sp-namedview.cpp,
736         src/grid-snapper.h: clean up knutux's fix for the snapper crash.
738 2006-05-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
740         * po/pt_BR.po: Fix some "Unmatched closing </b>" warnings.
742         * src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.
743         
744 2006-05-03  Carl Hetherington  <inkscape@carlh.net>
746         * src/arc-context.cpp, src/connector-context.cpp,
747         src/context-fns.cpp, src/desktop.cpp, src/draw-context.cpp,
748         src/nodepath.cpp, src/object-edit.cpp, src/pencil-context.cpp,
749         src/rect-context.cpp, src/selection-chemistry.cpp,
750         src/seltrans.cpp, src/snap.cpp, src/snap.h, src/sp-namedview.cpp,
751         src/sp-namedview.h, src/spiral-context.cpp, src/star-context.cpp,
752         src/ui/dialog/document-properties.cpp: Give SPNamedView a
753         SnapManager instance and use it for all management of snapping
754         settings.
756         * src/snap.cpp, src/snap.h: remove the unused namedview_dim_snap_list()
758 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
760         * src/Makefile.am, src/Makefile_insert, src/attributes-test.h,
761           src/color-profile-test.h, src/mod360-test.cpp, src/mod360-test.h,
762           src/round-test.cpp, src/round-test.h, src/sp-gradient-test.cpp,
763           src/sp-gradient-test.h, src/sp-style-elem-test.cpp,
764           src/sp-style-elem-test.h, src/style-test.h, src/test-helpers.h:
765           Replaced four more tests with CxxTest versions.
767 2006-05-01  MenTaLguY  <mental@rydia.net>
769         * src/display/nr-arena-item.cpp:
771           use GC allocator for bitmap cache and transform
773 2006-05-01  Marco Scholten  <mscholtn@xs4all.nl>
775         * src/dialogs/inkscape-preferences.cpp: Moved 'compass like
776     display of angles' from 'windows' to 'steps'.
778 2006-04-30  MenTaLguY  <mental@rydia.net>
780         * src/libnr/nr-object.cpp:
782           log finalization of NRObjects
784 2006-04-29  Jon Phillips  <jon@rejon.org>
786         * src/dialogs/rdf.cpp: Updated cc licenses to 2.5 by default.
788         * src/ui/dialog/document-metadata.cpp: Made metadata window
789         resizable so that one can see the licenses and enter long entries.
791 2006-04-29  MenTaLguY  <mental@rydia.net>
793         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp,
794           src/display/nr-arena-item.h, src/display/nr-arena-shape.cpp:
796           rationalize function names and remove spurious soft_ptr
798 2006-04-29  MenTaLguY  <mental@rydia.net>
800         * src/document.cpp:
801         
802           use proper unref function on SPRoot to avoid appearance of leak
804 2006-04-29  MenTaLguY  <mental@rydia.net>
806         * src/gc-anchored.cpp, src/xml/simple-node.cpp, src/sp-object.cpp:
808           switch everyone to simpler debug event API
810 2006-04-29  MenTaLguY  <mental@rydia.net>
812         * src/Makefile_insert, src/gc-finalized.cpp, src/gc-finalized.h:
814           add finalizer logging
816 2006-04-29  MenTaLguY  <mental@rydia.net>
818         * src/debug/simple-event.h: simplify the SimpleEvent API more
820 2006-04-29  MenTaLguY  <mental@rydia.net>
822         * src/debug/simple-event.h: make Debug::SimpleEvent more convenient
824         * src/debug/event.h, src/debug/logger.cpp: add FINALIZERS category
826 2006-04-29  MenTaLguY  <mental@rydia.net>
828         * src/debug/logger.cpp:
829         
830         finish interrupted refactoring of log filter configuration
832 2006-04-29  MenTaLguY  <mental@rydia.net>
834         * src/doc/Makefile.am, src/doc/refcounting.txt:
835         
836           some developer documentation about refcounting
838 2006-04-29  MenTaLguY  <mental@rydia.net>
840         * src/ui/view/view.cpp:
842           Wait a minute -- UI::View::View and SPDocument are both managed
843           by the collector -- the view doesn't need to ref the document!
845 2006-04-29  MenTaLguY  <mental@rydia.net>
847         * src/ui/view/view.cpp: add missing unref
849 2006-04-29  MenTaLguY  <mental@rydia.net>
851         * src/gc-anchored.cpp, src/gc-anchored.h:
853           added refcount logging to GC::Anchored
855         * src/util/Makefile_insert, src/util/format.h:
857           shared string printf
859 2006-04-28  MenTaLguY  <mental@rydia.net>
861     * src/sp-object.cpp: make refcount logging a little more useful
862           by including the relevent class name
864 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
866         * src/Makefile_insert, src/Makefile.am, src/dir-util-test.h,
867           src/dir-util-test.cpp, src/extract-uri-test.h,
868           src/extract-uri-test.cpp:
869           Replaced two tests with CxxTest versions.
871 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
873         * src/Makefile_insert, src/MultiPrinter.h, src/verbs.h,
874           src/verbs-test.h:
875           Adding unit test for verbs.
877 2006-04-27  verbalshadow <verbalshadow@gmail.com>
878         
879         * src/io/resource.h, src/io/resource.cpp, 
880           src/dialogs/swatches.cpp, src/helper/stock-items.cpp:
881           Added CREATE v0.1 support for gradients/swatches/patterns
882           Support for Linux & Win32. Mac support waiting final support
883           Directory info.
885 2006-04-26  Jon A. Cruz  <jon@joncruz.org>
887         * src/Makefile.am, src/MultiPrinter.h, src/PylogFormatter.h,
888           src/TRPIFormatter.h, src/selfname.tpl, src/libnr/Makefile_insert,
889           src/svg/Makefile_insert, src/xml/Makefile_insert:
890           Adding multiple test output formats.
892 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
894     * path-prefix.h:
895           Added beginnings of CREATE support in path-prefix.h
897 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
899     * src/object-ui.cpp, src/object-ui.h:
900           moved to src/ui/context-menu.cpp, src/ui/context-menu.h
901           to make it easier to find
903 2006-04-20  MenTaLguY  <mental@rydia.net>
905     * src/dyna-draw-context.cpp, src/dyna-draw-context.h:
906           remove unused timer code
908 2006-04-19 Andrius R. <knutux@gmail.com>
909         * src\display\nr-arena-item.cpp, src\display\canvas-arena.cpp,
910           src\display\nr-arena-shape.cpp, src\display\sp-canvas.h,
911           src\display\nr-arena.cpp, src\display\nr-arena-shape.h,
912           src\display\nr-arena-glyphs.cpp, src\display\nr-gradient-gpl.cpp,
913           src\display\sp-canvas.cpp, src\display\sp-ctrlline.cpp,
914           src\livarot\ShapeSweep.cpp, src\livarot\Shape.h, src\livarot\Shape.cpp,
915           src\livarot\Path.h, src\livarot\PathConversion.cpp,
916           src\livarot\ShapeMisc.cpp, src\livarot\Path.cpp, src\libnr\nr-pixblock.h,
917           src\libnr\nr-pixblock.cpp
919           Rendering optimisation, which gives best results for zoomed in drawings
920           with complex (multi-node) paths. Optimisation focus - eliminating cubicTo
921           and LineTo nodes outside of visible area, so no unneeded calculations is
922           needed and less memory is consumed (this avoids crashes which were
923           occurring previously if zooming into a complex drawing)
925 2006-04-18 njh <njh@njhurst.com>
926         * share/extensions/measure.inx, share/extensions/measure.py, share/extensions/Makefile.am
928           Added the measure extension that marks lengths onto paths.
930 2006-04-17  MenTaLguY  <mental@rydia.net>
932         * src/application/editor.cpp, src/arc-context.cpp, src/conn-avoid-ref.cpp,
933           src/connector-context.cpp, src/desktop-events.cpp, src/desktop-handles.h,
934           src/dialogs/clonetiler.cpp, src/dialogs/export.cpp,
935           src/dialogs/fill-style.cpp, src/dialogs/find.cpp,
936           src/dialogs/iconpreview.cpp, src/dialogs/item-properties.cpp,
937           src/dialogs/layer-properties.cpp, src/dialogs/object-properties.cpp,
938           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
939           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
940           src/dialogs/xml-tree.cpp, src/draw-anchor.cpp, src/draw-context.cpp,
941           src/dropper-context.cpp, src/dyna-draw-context.cpp,
942           src/event-context.cpp, src/extension/implementation/script.cpp,
943           src/file.cpp, src/gradient-context.cpp, src/gradient-drag.cpp,
944           src/helper/stock-items.cpp, src/inkscape.cpp, src/interface.cpp,
945           src/jabber_whiteboard/callbacks.cpp,
946           src/jabber_whiteboard/chat-handler.cpp,
947           src/jabber_whiteboard/message-processors.cpp,
948           src/jabber_whiteboard/message-queue.cpp,
949           src/jabber_whiteboard/session-manager.cpp, src/knot.cpp,
950           src/node-context.cpp, src/nodepath.cpp, src/object-ui.cpp,
951           src/path-chemistry.cpp, src/pencil-context.cpp, src/pen-context.cpp,
952           src/rect-context.cpp, src/rubberband.cpp, src/satisfied-guide-cns.cpp,
953           src/selcue.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
954           src/selection.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
955           src/spiral-context.cpp, src/splivarot.cpp, src/sp-namedview.cpp,
956           src/sp-text.cpp, src/star-context.cpp, src/text-chemistry.cpp,
957           src/text-context.cpp, src/tools-switch.cpp,
958           src/trace/potrace/inkscape-potrace.cpp, src/trace/trace.cpp,
959           src/ui/dialog/align-and-distribute.cpp, src/ui/dialog/dialog.cpp,
960           src/ui/dialog/document-metadata.cpp,
961           src/ui/dialog/document-properties.cpp,
962           src/ui/dialog/inkscape-preferences.cpp,
963           src/ui/dialog/session-player.cpp, src/ui/dialog/transformation.cpp,
964           src/ui/widget/color-picker.cpp, src/ui/widget/page-sizer.cpp,
965           src/ui/widget/registered-widget.cpp, src/ui/widget/ruler.cpp,
966           src/ui/widget/selected-style.cpp, src/ui/widget/tolerance-slider.cpp,
967           src/verbs.cpp, src/widgets/gradient-toolbar.cpp,
968           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
969           src/widgets/sp-xmlview-content.cpp, src/widgets/toolbox.cpp:
971           Get rid of the SP_DT_* macros which do nothing more than provide
972           additional, confusing, names for other functions.  If shorter names
973           are desired, the actual functions should be renamed -- or better, made
974           into member functions.
976 2006-04-09  Jon A. Cruz  <jon@joncruz.org>
978         * share/icons/icons.svg: Fixed jumping eye (layer visibility).
980 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
982         * po/eu.po: Fix a "Unmatched closing </b>" warnings.
984 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
986         * src/widgets/paint-selector.cpp, src/widgets/gradient-toolbar.cpp,
987           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp,
988           src/dialogs/clonetiler.cpp, src/dialogs/object-properties.cpp:
990           Shrunk a few icon sizes.
992 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
994         * src/widgets/desktop-widget.cpp, src/widgets/icon.cpp,
995           src/widgets/layer-selector.cpp:
997           Added implementation of smaller icon size.
999 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
1001         * src/color-profile.cpp, src/sp-image.cpp:
1003           Simple debugging #ifdefs added.
1005 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
1007         * src/interface.cpp, src/dialogs/clonetiler.cpp,
1008           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
1009           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
1010           src/dialogs/xml-tree.cpp, src/ui/dialog/align-and-distribute.cpp,
1011           src/ui/widget/labelled.cpp, src/widgets/button.cpp,
1012           src/widgets/button.h, src/widgets/desktop-widget.cpp,
1013           src/widgets/gradient-toolbar.cpp, src/widgets/icon.cpp,
1014           src/widgets/icon.h, src/widgets/layer-selector.cpp,
1015           src/widgets/paint-selector.cpp, src/widgets/select-toolbar.cpp,
1016           src/widgets/toolbox.cpp, src/widgets/toolbox.h, src/icon-size.h:
1018           Decoupling from direct use of GtkIconSize to allow for smaller
1019           custom ones.
1021 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
1023         * src/Makefile_insert, src/Makefile.am, src/color-profile.cpp
1024           src/color-profile.h, src/color-profile-fns.h,
1025           src/color-profile-test.h, src/sp-image.cpp:
1027           Adding rendering-intent to <color-profile>.
1029 2006-04-05  MenTaLguY  <mental@rydia.net>
1031         * configure.ac, share/keyboards/.cvsignore, share/keyboards/Makefile.am,
1032           share/keyboards/README, share/keys/.cvsignore, share/keys/Makefile.am,
1033           share/keys/Makefile.in, share/Makefile.am:
1035           share/keyboards -> share/keys
1037         * share/keys/Makefile.am, share/keys/default.xml, src/Makefile_insert,
1038           src/shortcuts.cpp, src/shortcuts-default-xml.cpp:
1040           first shot at configurable keymaps
1042 2006-04-05  MenTaLguY  <mental@rydia.net>
1044         * src/io/Makefile_insert, src/io/resource.cpp, src/io/resource.h:
1046           introduce uniform resource path API to replace copy-and-pasted hacks
1048 2006-04-05  Jon A. Cruz  <jon@joncruz.org>
1050         * src/svg/svg-color-test.h, src/svg/svg-color.cpp:
1052           Tuned icc-color() parsing.
1054 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1056         * src/color-profile.h, src/color-profile.cpp,
1057           src/color-profile-fns.h, src/sp-image.h, src/sp-image.cpp:
1059           Initial support of color-profile on <image> elements.
1061 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1063         * src/color-profile.h, src/color-profile.cpp,
1064           src/color-profile-fns.h, src/Makefile_insert, src/attributes.cpp,
1065           src/attributes.h, src/sp-object-repr.cpp:
1067           Adding support for <color-profile> element.
1069 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1071         * src/knot.h: Fixed warning messages.
1073 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
1075         * src/ui/widget/selected-style.cpp:
1077           Safety check for null pointer.
1078         
1079 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
1081         * configure.ac, src/interface.cpp, src/dialogs/swatches.cpp:
1083           Introducing optional LittleCms use.
1084         
1085 2006-03-31  MenTaLguY  <mental@rydia.net>
1087     * src/dyna-draw-context.cpp, src/dyna-draw-context.cpp:
1089           merge ::dragging and ::dynahand
1091 2006-03-31  MenTaLguY  <mental@rydia.net>
1093     * src/dyna-draw-context.h: add documentation
1095 2006-03-29  Andrius R. <knutux@gmail.com>
1097         * src/enums.h, src/selection-chemistry.cpp,
1098           src/selection.h, src/selection.cpp,
1099           src/ui/dialog/inkscape-preferences.cpp,
1100           src/ui/dialog/inkscape-preferences.h:
1102           patch #1450307 - option for select all to work in layer with it's sub-layers
1104 2006-03-29  Andrius R. <knutux@gmail.com>
1106         * po/lt.po: Translated and added new language - Lithuanian.
1108 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1110         * src/interface.cpp, src/dialogs/swatches.cpp:
1112           Fixing name of temporary non-standard tag attributes.
1113         
1114 2006-03-28  MenTaLguY  <mental@rydia.net>
1116     * src/layer-manager.cpp, src/layer-manager.h: draft of layer manager
1118 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1120         * src/interface.cpp, src/dialogs/eek-color-def.h,
1121           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
1122           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
1124           Changed objects to only get liked to "linkable" colors.
1125         
1126 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1128         * src/interface.cpp, src/dialogs/swatches.cpp:
1130           Objects now change when linked colors change.
1131         
1132 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1134         * src/dialogs/eek-color-def.h, src/dialogs/eek-color-def.cpp,
1135           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
1136           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
1138           Experimenting with linked colors.
1139         
1140 2006-03-26  Aaron C. Spike  <aaron@ekips.org>
1142         * inkscape.pod, src/main.cpp:
1144           Added --export-area-canvas (-C). Area specifying options
1145           (--export-area, --export-area-canvas and --export-area-drawing)
1146           can now be used in combination with --export-id.
1148 2006-03-23  Jon A. Cruz  <jon@joncruz.org>
1150         * src/dialogs/eek-color-def.cpp, src/dialogs/eek-color-def.h,
1151           src/dialogs/Makefile_insert, src/dialogs/swatches.h,
1152           src/dialogs/swatches.cpp:
1154           Bringing in new color class.
1155         
1156 2006-03-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1158         * packaging/macosx/Resources/bin/inkscape: Fix a packaging
1159           problem on Mac OSX where Inkscape wouldn't open if one of the
1160           parent directories containing the app bundle contained a '#' in
1161           its name.  Fixes bug #1443072.
1163 2006-03-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1165         * share/icons/Makefile.am: Update a makefile after the icon file
1166           renaming.
1168 2005-03-14  MenTaLguY  <mental@rydia.net>
1170         * src/layer-fns.h, src/dialogs/layer-properties.cpp,
1171           src/dialogs/layer-properties.h, src/layer-fns.cpp:
1173           merged patch #1447043 from Andrius "knutux" R. to create sub-layers
1175 2006-03-14  MenTaLguY  <mental@rydia.net>
1177         * src/Makefile_insert, src/display/nr-arena-item.cpp,
1178           src/display/nr-arena-item.cpp, src/gc-finalized.h, src/gc-managed.h,
1179           src/gc-soft-ptr.h, src/selection.h, src/selection.cpp:
1181           Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
1183 2006-03-14  MenTaLguY  <mental@rydia.net>
1185         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
1186           src/debug/logger.cpp, src/debug/simple-event.h,
1187           src/debug/sysv-heap.h, src/jabber_whiteboard/deserializer.cpp,
1188           src/jabber_whiteboard/message-utilities.cpp,
1189           src/jabber_whiteboard/message-utilities.h,
1190           src/jabber_whiteboard/node-tracker-observer.h,
1191           src/jabber_whiteboard/serializer.cpp,
1192           src/jabber_whiteboard/serializer.h,
1193           src/sp-object.cpp, src/util/share.cpp, src/util/share.h,
1194           src/xml/attribute-record.h, src/xml/comment-node.h,
1195           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
1196           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
1197           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr-io.cpp,
1198           src/xml/simple-node.cpp, src/xml/simple-node.h,
1199           src/xml/simple-session.cpp, src/xml/simple-session.h,
1200           src/xml/text-node.h:
1202           shared_ptr -> ptr_shared
1204 2006-03-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1206         * src/svg/svg-color.cpp (sp_svg_write_color): More readable colour
1207           names when possible: e.g. `red', `#cfc'.
1209 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
1211         * src/interface.cpp:
1213           Shift-drop now sets stroke on target objects.
1214         
1215 2006-03-11  MenTaLguY  <mental@rydia.net>
1217         * src/sp-object.cpp: experiment to verify that we can safely release
1218           before removing object from document tree
1220 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
1222         * src/dialogs/swatches.cpp:
1224           Changed color dragging to have a color preview.
1225         
1226 2006-03-09  Jon A. Cruz  <jon@joncruz.org>
1228         * src/interface.cpp:
1230           Initial cut of color drag-n-drop to items on canvas.
1231         
1232 2006-03-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1234         * src/path-chemistry.cpp (sp_selected_path_reverse):
1235           Fix when multiple paths are selected.
1236           Also fix a small memory leak.
1238 2006-03-06  MenTaLguY  <mental@rydia.net>
1240         * src/document-subset.h, src/document-subset.cpp:
1241           add DocumentSubset::_clear
1243 2006-03-05  MenTaLguY  <mental@rydia.net>
1245         * src/document-subset.h, src/document-subset.cpp:
1246           remove unneeded document parameter from constructor
1248 2006-03-05  MenTaLguY  <mental@rydia.net>
1250         * src/document-subset.cpp:
1252           Wire up new SPObject signal to DocumentSubset, so order changes
1253           will be reflected in the subset.
1255 2006-03-05  MenTaLguY  <mental@rydia.net>
1257         * src/sp-object.h, src/sp-object.cpp:
1259           Add signal for notification of object position changes.
1261 2006-03-05  MenTaLguY  <mental@rydia.net>
1263         * src/Makefile_insert, src/document-subset.cpp, src/document-subset.h:
1265           Add DocumentSubset as groundwork for layers.
1267 2006-03-04  Jon A. Cruz  <jon@joncruz.org>
1268         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
1270           Style minibar now only accepts color drag-n-drop when not N/A.
1271           Final tweak for completing RFE #1429027.
1272         
1273 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
1274         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
1276           Made the style minibar a target for color drag-n-drop.
1277         
1278 2006-03-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1280         * src/conn-avoid-ref.cpp, src/libavoid/connector.h,
1281           src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
1282           src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
1283           src/libavoid/connector.cpp, src/libavoid/debug.h:
1285           Some speed improvements and interface cleanups to libavoid.
1287 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
1288         * src/dialogs/swatches.cpp:
1290           Fixed drag-n-drop out of color to match GTK+ standard.
1291         
1292 2006-02-27  Jon A. Cruz  <jon@joncruz.org>
1293         * src/dialogs/swatches.cpp, src/ui/previewfillable.h,
1294           src/ui/previewholder.h, src/ui/previewholder.cpp:
1296           Finished cleanup of embedded swatches when switching palettes.
1297         
1298 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
1299         * src/dialogs/swatches.cpp, src/ui/previewholder.h,
1300           src/ui/previewholder.cpp:
1302           Changing embedded swatches resizing.
1303         
1304 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
1305         * src/text-context.cpp:
1307           Allow Private Use Area characters. Fixes bug #1439016.
1308         
1309 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1310         * src/dialogs/swatches.cpp, src/dialogs/iconpreview.cpp,
1311           src/ui/widget/panel.cpp, src/ui/widget/panel.h:
1313           Refactoring panel containment. Purged ugly 'X'.
1314         
1315 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1316         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
1317           src/dialogs/swatches.h, src/ui/widget/panel.cpp,
1318           src/ui/widget/panel.h, src/ui/previewholder.cpp,
1319           src/ui/previewholder.h:
1321           Adding spacer to get swatches scrollbar enough room to move.
1322           Tuning up API for better embedding.
1324 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1325         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
1326           src/dialogs/swatches.h, src/ui/previewholder.cpp, 
1327           src/ui/previewfillable.h, src/ui/previewholder.h:
1329           Removed horizontal scroll bar from swatches when embedded.
1331 2006-02-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1333         *  src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, 
1334            src/connector-context.cpp, src/conn-avoid-ref.cpp:
1336         Keep a seperate connector router for each document.
1337            
1338         *  src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
1339            src/libavoid/connector.h, src/libavoid/debug.h,
1340            src/libavoid/geometry.cpp, src/libavoid/geometry.h,
1341            src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
1342            src/libavoid/graph.h, src/libavoid/incremental.cpp,
1343            src/libavoid/incremental.h, src/libavoid/libavoid.h,
1344            src/libavoid/makepath.cpp, src/libavoid/makepath.h,
1345            src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
1346            src/libavoid/router.cpp, src/libavoid/router.h,
1347            src/libavoid/shape.cpp, src/libavoid/shape.h,
1348            src/libavoid/static.cpp, src/libavoid/static.h,
1349            src/libavoid/timer.cpp, src/libavoid/timer.h,
1350            src/libavoid/vertices.cpp, src/libavoid/vertices.h,
1351            src/libavoid/visibility.cpp, src/libavoid/visibility.h:
1352            
1353         Upstream changes to libavoid that allow multiple connector 
1354         router instances, as well a few other minor bugfixes.
1356 2006-02-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1358         * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
1359         
1360         Revert a previous change that generated enter events for canvas items
1361         other than the current one when mouse buttons were depressed.  These 
1362         events are now only generated in the connector context, where they are
1363         required.
1365 2006-02-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1367         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
1368           src/conn-avoid-ref.h, src/libavoid/connector.cpp,
1369           src/libavoid/connector.h:
1370           
1371         Change the behaviour and naming of some connector querying code
1372         after feedback from Tim Dwyer in implementing graph drawing
1373         functionality.
1375 2006-02-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1377         * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:
1378           Fix two bugs from my commit yesterday.
1380 2006-02-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1382         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,
1383           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
1384           src/libavoid/connector.cpp, src/libavoid/connector.h,
1385           src/libavoid/visibility.cpp:
1387         Add some code to allow querying of items and connectors to find
1388         out what is attached to them.  This will allow graph layout
1389         algorithms (currently being worked on by Tim Dwyer) to determine 
1390         a graph structure from the diagram.
1392 2006-02-07  MenTaLguY  <mental@rydia.net>
1394         * src/widgets/icon.cpp: get rid of icon prerender time messages
1396 2006-02-07  MenTaLguY  <mental@rydia.net>
1398         * src/debug/gc-heap.h, src/debug/logger.cpp, src/debug/sysv-heap.h,
1399           src/jabber_whiteboard/deserializer.cpp, src/sp-object.cpp,
1400           src/util/share.h, src/xml/simple-node.cpp:
1402           share_static -> share_static_string
1404 2006-02-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1406         * src/jabber_whiteboard/message-utilities.h,
1407           src/jabber_whiteboard/serializer.cpp,
1408           src/jabber_whiteboard/deserializer.cpp,
1409           src/jabber_whiteboard/message-utilities.cpp,
1410           src/ui/dialog/whiteboard-connect.cpp:
1411         
1412         Some fixes to allow the codebase to compile with Inkboard support
1413         after the recent Util::shared_ptr<> and Dialog::present() changes.
1415 2006-02-05  Marco Scholten  <mscholtn@xs4all.nl>
1417         * src/verbs.cpp: updated to make double clicking a tool button
1418           open the new preferences dialog.
1419         * src/ui/dialog/inkscape-preferences.cpp: updated to enable opening
1420           the dialog on the correct page.
1421         * src/ui/dialog/dialog.cpp: added virtual void present() so that
1422           InkscapePreferences::present() will be called from 
1423           DialogManager::showDialog()
1425 2006-02-05  MenTaLguY  <mental@rydia.net>
1427         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
1428           src/debug/logger.cpp, src/debug/simple-event.h, src/debug/sysv-heap.h,
1429           src/jabber_whiteboard/deserializer.cpp,
1430           src/jabber_whiteboard/message-utilities.cpp,
1431           src/jabber_whiteboard/message-utilities.h,
1432           src/jabber_whiteboard/node-tracker-observer.h,
1433           src/jabber_whiteboard/node-utilities.cpp,
1434           src/jabber_whiteboard/serializer.cpp,
1435           src/jabber_whiteboard/serializer.h,
1436           src/sp-object.cpp, src/util/Makefile_insert, src/util/share.cpp,
1437           src/util/shared-c-string-ptr.cpp, src/util/shared-c-string-ptr.h,
1438           src/util/share.h, src/xml/attribute-record.h, src/xml/comment-node.h,
1439           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
1440           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
1441           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr.cpp,
1442           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h,
1443           src/xml/simple-session.cpp, src/xml/simple-session.h,
1444           src/xml/text-node.h:
1446           replace Util::SharedCStringPtr with the nicer and more general
1447           Util::shared_ptr<>
1449 2006-02-03  Jon Phillips  <jon@rejon.org>
1451         * src/verbs.cpp: Added "..." to "Trace Bitmap" text. Yes, what a
1452         simple and dumb thing to add for consistency.
1454 2006-01-24  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1456         * src/libavoid/connector.cpp, src/libavoid/connector.h, 
1457           src/libavoid/shape.cpp, src/libavoid/graph.cpp,
1458           src/libavoid/incremental.cpp, src/libavoid/incremental.h,
1459           src/libavoid/static.cpp, src/libavoid/visibility.cpp, 
1460           src/libavoid/makepath.cpp:
1462         Some minor upstream libavoid fixes.  
1464 2006-01-23  Carl Hetherington  <inkscape@carlh.net>
1466         * src/selection.cpp: fix a typo in one of my previous commits.
1467         Closes #1401357.
1469         * src/xml/repr-io.cpp: catch failures in fopen of XML files.
1470         Closes #1374551.
1472 2006-01-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1474         * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
1475           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
1476           src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
1477           src/attributes-test.cpp:
1479         Added a "Spacing" control to the connector toolbar which allows
1480         the user to adjust the amount of space left around avoided shapes
1481         for the purpose of determining auto-routing connector paths.
1483 2006-01-17  Marco Scholten  <mscholtn@xs4all.nl>
1485         * /src/ui/dialog/inkscape-preferences.cpp:
1486           Added style swatches,
1487           Changed Gtk::Requisition Gtk::Widget::size_request() to       
1488           void Gtk::Widget::size_request(const Requisition& requisition)        
1489         * /src/ui/dialog/preferences-widget.cpp & .h:
1490           Added DialogPage::set_tip()
1492 2006-01-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1494         * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
1495           Use a modified fonts.conf file for Mac OS X that includes the 
1496           standard user font directory ~/Library/Fonts.
1498 2006-01-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1500         * src/svg/Makefile_insert: Updated to reflect a previous header
1501           file renaming.
1503 2006-01-12  Marco Scholten  <mscholtn@xs4all.nl>
1505         * /src/ui/dialog/inkscape-preferences.cpp & .h:
1506           Converted preferences dialog to gtkmm
1507         * src/ui/widget/preferences-widget.cpp & .h:
1508           New files.
1509         * src/verbs.cpp: updated to start new dialog.
1511 2006-01-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1513         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
1514           src/extension/internal/svg.cpp, src/ui/widget/ruler.cpp:
1515           Fix some compilation problems on Mac OS X after recent
1516           includes cleanup.
1518 2006-01-05  Jon A. Cruz  <jon@joncruz.org>
1520         * src/widgets/desktop-widget.cpp:
1521           Corrected resize behavior of canvas/swatches split.
1523 2006-01-06  Mathieu Dimanche  <mdimanche@free.fr>
1525         * src/util/units.cpp: forcin 'C' locale for reading units.txt file
1526            Fixes bug #1391348.
1528 2006-01-05  MenTaLguY  <mental@rydia.net>
1530         * src/libnr/nr-maybe.h: fix constness/local reference issues
1532 2006-01-04  MenTaLguY  <mental@rydia.net>
1534         * src/Makefile_insert, src/shortcuts-default-xml.cpp,
1535           src/shortcuts.cpp, src/shortcuts.xml:
1537           Moved default shortcuts XML file into a string constant (for now);
1538           replaced hard-coded structure with code to read XML file.
1540 2006-01-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1542         * src/extension/internal/ps.cpp (setup): Clarify the meaning of
1543           `Print destination', mentioning the new possibility of leaving
1544           as empty.
1545         * (PrintPS::begin) If print destination is an empty string, then
1546           don't pass `-P %s' to lpr: just let lpr use its default.
1547         * (PrintPS::init) Change default print destination from `lp' to empty
1548           string.
1550 2006-01-04  Jon A. Cruz  <jon@joncruz.org>
1552         * src/widgets/desktop-widget.cpp:
1553           Adding split pane for swatches.
1555 2006-01-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1557         * src/libavoid/visibility.cpp: Add operator!= for the EdgePair class.
1558           This is needed to compile on Tru64 UNIX.  Fixes bug #1386755.
1560 2005-12-30  Josh Andler  <scislac@users.sf.net>
1562         * src/ui/widget/selected-style.cpp, src/ui/widget/selected-style.h
1563           Added "invert" function to right-click menu of style selector.
1565 2005-12-22  Jon A. Cruz  <jon@joncruz.org>
1567         * share/palettes/Tango-Palette.gpl:
1568           Updated to newer version from the Tango project.
1570 2005-12-21  Jon A. Cruz  <jon@joncruz.org>
1572         * src/interface.cpp, src/preferences-skeleton.h,
1573           src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
1574           Adding panels/swatches to main UI.
1576 2005-12-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
1578         * src/removeoverlap/*.{cpp,h}: Bug fix in removeoverlap algorithm that
1579           should finally get timestamps working properly.  Specifically, heap
1580           timestamps are now refreshed before a merge.
1582 2005-12-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1584         * src/sp-conn-end.cpp, src/connector-context.cpp: Have connectors
1585           draw to the correct position on shape bounding boxes.  Previously
1586           the point where connectors were drawn was on straight line between
1587           the two endpoints.  These points now lie on the line between the 
1588           second last point on the polyline and the center of the shape.
1589           
1590         * src/display/curve.cpp, src/display/curve.hpp: Added a couple of 
1591           functions that return the second and second-last points in a curve.
1593         * src/removeoverlap/generate-constraints.cpp: Moved the 
1594           #include "isnan.h" to be the final include.  This fixes a
1595           compilation error on OS X.
1597 2005-12-16  Carl Hetherington  <inkscape@carlh.net>
1599         * src/conn-avoid-ref.cpp, sp-conn-end-pair.cpp, sp-conn-end.cpp,
1600         sp-item.cpp, sp-shape.cpp, dialogs/clonetiler.cpp,
1601         dialogs/stroke-style.cpp, dialogs/tiledialog.cpp,
1602         dialogs/unclump.cpp, display/nr-arena-shape.cpp,
1603         display/nr-arena-shape.h, widgets/icon.cpp: more NRRect removal.
1605         * src/desktop.cpp, src/desktop.h, src/dyna-draw-context.cpp,
1606         src/selection-chemistry.cpp, src/sp-namedview.cpp, src/verbs.cpp,
1607         src/display/sp-canvas.cpp, src/display/sp-canvas.h,
1608         src/ui/view/edit-widget.cpp, src/ui/widget/zoom-status.cpp,
1609         src/widgets/desktop-widget.cpp: more NRRect removals and cleanups.
1611         * src/grid-snapper.cpp: snap only to visible grid lines (patch
1612         from mtou).
1614 2005-12-15  Carl Hetherington  <inkscape@carlh.net>
1616         * src/conn-avoid-ref.cpp, src/gradient-chemistry.cpp,
1617         src/sp-conn-end.cpp, src/sp-item.{cpp,h}: NR::Rect version of
1618         sp_item_invoke_bbox (SPItem::invokeBbox).  Use it in some places.
1620 2005-12-14  Carl Hetherington  <inkscape@carlh.net>
1622         * src/dyna-draw-context.cpp, src/gradient-context.cpp,
1623         src/selection.h, src/sp-flowtext.cpp, src/sp-item.cpp,
1624         src/sp-item.h, src/sp-shape.cpp, src/sp-text.cpp,
1625         src/dialogs/layer-properties.cpp,
1626         src/extension/internal/bluredge.cpp,
1627         src/extension/internal/grid.cpp, src/ui/dialog/transformation.cpp,
1628         src/widgets/desktop-widget.cpp: remove NRMatrix version of
1629         sp_item_i2d_affine().  Some include file adjustments.
1631         * src/arc-context.cpp: some very minor cleanups.
1633         * src/svg/svg-length.{cpp,h}, src/helper/units.cpp: use INCH
1634         rather than IN to avoid breaking the compile on some systems.
1636 2005-12-13  Carl Hetherington  <inkscape@carlh.net>
1638         * src/arc-context.cpp, src/connector-context.cpp,
1639         src/context-fns.cpp, src/desktop-affine.cpp, src/desktop-affine.h,
1640         src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
1641         src/draw-anchor.cpp src/dropper-context.cpp,
1642         src/dyna-draw-context.cpp, src/event-context.cpp
1643         src/gradient-context.cpp, src/knot.cpp, src/node-context.cpp,
1644         src/object-snapper.cpp src/pen-context.cpp,
1645         src/pencil-context.cpp, src/rect-context.cpp
1646         src/select-context.cpp, src/selection-chemistry.cpp,
1647         src/sp-item.cpp, src/sp-item.h src/spiral-context.cpp,
1648         src/star-context.cpp, src/text-context.cpp src/zoom-context.cpp,
1649         src/ui/widget/ruler.cpp: make desktop's transforms private
1650         members.
1652         * src/document.cpp, src/object-edit.cpp, src/sp-ellipse.cpp,
1653         src/sp-ellipse.h, src/sp-gradient.cpp, src/sp-image.cpp,
1654         src/sp-image.h, src/sp-line.cpp, src/sp-line.h,
1655         src/sp-linear-gradient.h, src/sp-marker.cpp, src/sp-marker.h,
1656         src/sp-pattern.cpp, src/sp-pattern.h, src/sp-radial-gradient.h,
1657         src/sp-rect.cpp, src/sp-rect.h, src/sp-root.cpp, src/sp-root.h,
1658         src/sp-star.cpp, src/sp-symbol.h, src/sp-text.cpp,
1659         src/sp-textpath.h, src/sp-tspan.cpp, src/sp-use.cpp, src/sp-use.h,
1660         src/text-tag-attributes.h, src/helper/units.cpp,
1661         src/helper/units.h, src/libnrtype/Layout-TNG-Compute.cpp,
1662         src/libnrtype/Layout-TNG-Input.cpp,
1663         src/libnrtype/Layout-TNG-OutIter.cpp,
1664         src/libnrtype/Layout-TNG-Output.cpp, src/libnrtype/Layout-TNG.h,
1665         src/libnrtype/TextWrapper.cpp, src/svg/svg-length.cpp,
1666         src/svg/svg.h: partial C++-ificiation of SPSVGLength.  Rename it
1667         to SVGLength.
1669 2005-12-13  Mathieu Dimanche <mdimanche@free.fr>
1671         * src/snapped-point.{cpp,h} : new files.
1673         * src/Makefile_insert : Added the new files
1675         * src/arc-context.cpp, src/connector-context.cpp,
1676         src/context-fns.cpp, src/draw-context.cpp, src/nodepath.cpp,
1677         src/object-edit.cpp, src/pencil-context.cpp,
1678         src/selection-chemistry.cpp, src/seltrans.cpp, src/snap.cpp,
1679         src/spiral-context.cpp, src/star-context.cpp,
1680         src/line-snapper.cpp, src/line-snapper.h, src/object-snapper.cpp,
1681         src/object-snapper.h src/snapper.cpp, src/snapper.h,
1682         src/event-context.cpp, src/rect-context.cpp,
1683         src/select-context.cpp : Use SnappedPoint class
1685         * src/color-rgba.h : Added rgba32 unsigned int handling and
1686         "inverse" members (NEED TO BE TESTED)
1688 2005-12-12  MenTaLguY  <mental@rydia.net>
1690         * src/widgets/desktop-widget.cpp: moved some widgets into statusbar
1691           widget for more aesthetic appearance
1693 2005-12-12  Carl Hetherington <inkscape@carlh.net>
1695         * src/arc-context.cpp: minor cleanups.  Use SnapManager more.  Use
1696         Inkscape::setup_for_drag_start.
1698         * src/connector-context.cpp, src/draw-context.cpp,
1699         src/object-edit.cpp, src/pencil-context.cpp, src/rect-context.cpp,
1700         src/spiral-context.cpp, src/star-context.cpp: use SnapManager.
1702         * src/rect-context.cpp, src/spiral-context.cpp,
1703         src/star-context.cpp: use Inkscape::setup_for_drag_start().
1705         * src/snapper.{cpp,h}: simplify snap point types code.
1707         * src/context-fns.{cpp,h}: add setup_for_drag_start().
1709         * src/dyna-draw-context.cpp: remove unused and erroneous snapping code.
1711         * src/pen-context.cpp: remove unused variable.
1713         * src/draw-context.cpp: use SnapManager.
1715         * src/nodepath.cpp: const fixes.  Use SnapManager.
1717         * src/selection-chemistry.cpp, src/seltrans.cpp: some cleanups.
1718         Use new snap API.
1720         * src/snap.{cpp,h}: remove some dead code.
1722         * src/sp-item.{cpp,h}, src/node-context.cpp, src/draw-context.cpp:
1723         remove an unnecessary parameter from sp_item_dt2i_affine().
1725 2005-12-09  Carl Hetherington <inkscape@carlh.net>
1727         * src/object-snapper.cpp: make node snapping work again.
1729         * src/star-context.cpp: use SnapManager.  Some other minor cleanups.
1731         * src/arc-context.cpp, src/connector-context.cpp,
1732         src/dyna-draw-context.cpp, src/pen-context.cpp,
1733         src/pencil-context.cpp, src/rect-context.cpp,
1734         src/selection-chemistry.cpp, src/spiral-context.cpp,
1735         src/star-context.cpp, src/text-context.cpp: use
1736         Inkscape::have_viable_layer.
1738         * src/context-fns.{cpp,h}: new files.
1740         * src/arc-context.cpp, src/context-fns.{cpp,h},
1741         src/rect-context.cpp: abstract common code into context-fns and
1742         clean it up a bit.
1744 2005-12-08  Carl Hetherington <inkscape@carlh.net>
1746         * src/grid-snapper.cpp, src/guide-snapper.cpp, src/line-snapper.h:
1747         coding style.  Change how lines are defined.
1749         * src/grid-snapper.h, src/guide-snapper.h: coding style.
1751         * src/line-snapper.cpp, src/object-snapper.{cpp,h}: Coding style.
1752         Various cleanups.  Small API changes.
1754         * src/snap.cpp: changes to Snapper API.  Added work-in-progress SnapManager.
1756         * src/snapper.{cpp,h}: API cleanups.
1758         * src/sp-namedview.{cpp,h}: added getSnappers().
1760         * src/seltrans.cpp: Cleanup and fix moveTo().  Go back to snapping
1761         to snap points rather than the convex hull, at least for a bit.
1763 2005-12-07  Carl Hetherington <inkscape@carlh.net>
1765         * src/libnr/nr-convex-hull.h: remove unnecessary includes.
1767         * src/line-snapper.{cpp,h}, src/object-snapper.{cpp,h},
1768         src/attributes.{cpp,h}, src/desktop.cpp, src/dyna-draw-context.cpp
1769         src/arc-context.cpp, src/grid-snapper.h, src/nodepath.cpp,
1770         src/rect-context.cpp, src/selection-chemistry.cpp,
1771         src/seltrans.cpp, src/snap.{cpp,h}, src/snapper.{cpp,h},
1772         src/sp-namedview.{cpp,h}, src/spiral-context.cpp,
1773         src/star-context.cpp, src/dialogs/desktop-properties.{cpp,h},
1774         src/Makefile_insert: first cut of object snapping.
1776         * src/grid-snapper.cpp, src/guide-snapper.{cpp,h}: use Inkscape namespace.
1778 2005-12-06  Carl Hetherington <inkscape@carlh.net>
1780         * src/libnr/nr-maybe.h: add missing public: to class IsNot.
1782         * src/splivarot.{cpp,h}: declare some more functions.  Fix
1783         get_nearest_position_on_Path to not crash if you call it with an
1784         Item that isn't Shape or Text.
1786         * src/node-context.cpp: adapt for changes in splivarot.{cpp,h}.
1788         * src/nodepath.cpp: remove declaration of a function now declared
1789         in splivarot.h.
1791 2005-12-05  Carl Hetherington <inkscape@carlh.net>
1793         * src/desktop.cpp, src/tools-switch.cpp,
1794         src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp:
1795         re-jig #includes slightly.
1797         * src/seltrans.{cpp,h}, src/selcue.{cpp,h}: C++-ification and cleanup.
1799         * src/select-context.{cpp,h}, src/seltrans-handles.h: adapt for
1800         changes to SelTrans.
1802         * src/event-context.{cpp,h}: adapt for changes to SelCue.
1804         * src/rect-context.cpp, src/gradient-context.cpp: remove unnecessary include.
1806         * src/connector-context.h, src/draw-context.h: add a forward
1807         declaration.
1809         * src/dropper-context.{cpp,h}: remove an unused variable and its
1810         associated includes.
1812         * src/main.cpp: fix comment for renamed SPSelCue.
1814         * src/dialogs/display-settings.cpp: adapt for slightly re-jigged SelCue.
1816 2005-12-04  Ted Gould  <ted@gould.cx>
1818         * po/POTFILES.in:
1820         Adding the .inx files as [type: gettext/xml] so that they will get
1821         translated.  Good stuff.
1823         * share/extensions/addnodes.inx, share/extensions/ai_input.inx,
1824         share/extensions/ai_output.inx, share/extensions/bluredge.inx,
1825         share/extensions/dia.inx, share/extensions/dots.inx,
1826         share/extensions/dropshadow.inx, share/extensions/dxf_input.inx,
1827         share/extensions/dxf_output.inx, share/extensions/embedimage.inx,
1828         share/extensions/eps_input.inx, share/extensions/epsi_output.inx,
1829         share/extensions/ffmet.inx, share/extensions/ffms.inx,
1830         share/extensions/ffset.inx, share/extensions/ffss.inx,
1831         share/extensions/gimpgrad.inx, share/extensions/grid.inx,
1832         share/extensions/handles.inx, share/extensions/interp.inx,
1833         share/extensions/kochify.inx, share/extensions/kochify_load.inx,
1834         share/extensions/lindenmayer.inx, share/extensions/motion.inx,
1835         share/extensions/pdf_output.inx, share/extensions/ps_input.inx,
1836         share/extensions/radiusrand.inx, share/extensions/randompnt.inx,
1837         share/extensions/randompos.inx, share/extensions/rtree.inx,
1838         share/extensions/sk_input.inx, share/extensions/straightseg.inx,
1839         share/extensions/summersnight.inx, share/extensions/svgz_input.inx,
1840         share/extensions/svgz_output.inx, share/extensions/txt2svg.inx,
1841         share/extensions/wavy.inx, share/extensions/whirl.inx,
1842         share/extensions/wmf_input.inx:
1844         Marking the user visible strings as translatable.
1846         * src/extension/dependency.cpp, src/extension/extension.cpp,
1847         src/extension/init.cpp, src/extension/input.cpp, src/extension/output.cpp,
1848         src/extension/parameter.cpp:
1850         Changed to handle translated .inx files.  They will find the data, and
1851         mark the right strings as translated.
1853         * src/extension/effect.cpp, src/extension/effect.h, src/interface.cpp:
1855         Changed menu handling to be push instead of pull
1857 2005-12-02  Carl Hetherington <inkscape@carlh.net>
1859         * src/dropper-context.cpp: coding style.
1860         * src/sp-namedview.cpp, src/sp-namedview.h, src/desktop.cpp: some
1861         C++-ification of SPNamedView.
1863 2005-12-01  MenTaLguY  <mental@rydia.net>
1865         * src/widgets/desktop-widget.cpp: shuffle status bar around again;
1866           add a grippie so we don't have to care about the corner of the window
1867           getting covered up
1869 2005-12-01  MenTaLguY  <mental@rydia.net>
1871         * src/widgets/icon.cpp: refactored a bit around the icon prerendering
1872           code and added a timer; also kick off the task immediately rather
1873           than waiting for the first expose event
1875 2005-12-01  MenTaLguY  <mental@rydia.net>
1877         * src/widgets/desktop-widget.cpp:
1879           moved zoom selector away from the right edge so it won't get covered
1880           by window manager decorations
1882 2005-12-01  MenTaLguY  <mental@rydia.net>
1884         * src/help.cpp, src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp:
1886           Moved creation of the splash widget into the about dialog code,
1887           and tweaked the appearance of the dialog in a lot of subtle ways
1888           -- we now use an AspectFrame to constrain the aspect ratio of the
1889           splash view, and also finally get the correct initial size for the
1890           dialog while still allowing it to be arbitrarily resized.
1892 2005-12-01  Carl Hetherington <inkscape@carlh.net>
1894         * src/sp-namedview.cpp: coding style.
1896 2005-12-01  Jon A. Cruz  <jon@joncruz.org>
1898         * src/widgets/icon.cpp: added idle calback pre-render.
1900 2005-11-30  MenTaLguY  <mental@rydia.net>
1902         * src/ui/dialog/aboutbox.cpp: make 'close' button default widget,
1903           and rename "About" tab to "_Splash"
1905 2005-11-30  Carl Hetherington <inkscape@carlh.net>
1907         * src/svg/svg-path.cpp: add missing #include of assert.h for
1908         assert()
1909         * src/dialogs/xml-tree.cpp: fix uninitialised variable
1910         warnings, move some declarations to first use, coding style fixes.
1911         * src/snap.cpp, src/snap.h, src/sp-namedview.cpp: split
1912         snap.{cpp,h} up into snapper.{cpp,h}, grid-snapper.{cpp,h},
1913         guide-snapper.{cpp,h}.  Refactor and simplify.  Add another
1914         namedview_free_snap().
1915         * src/geom.cpp, src/geom.h: cosmetic renaming.
1916         * src/pen-context.cpp: a few minor cleanups to
1917         pen_handle_button_press().  Other snapping cleanups.
1918         * src/draw-context.cpp, src/draw-context.h: split
1919         spdc_endpoint_snap_internal() into two functions.
1920         * src/pencil-context.cpp: snapping cleanups.
1921         * src/ui/widget/unit-menu.cpp: remove definition of a variable
1922         that's just been made static.
1923         
1924 2005-11-26  MenTaLguY <mental@rydia.net>
1926         * src/ui/dialog/aboutbox.cpp, src/ui/dialog/aboutbox.h:
1927           clean up and simplify About dialog; fix memory management (mostly)
1929 2005-11-25  Robert Crosbie <swingincelt@gmail.com>
1931         * replaced sp_repr_ref with direct cal to Inkscape::GC::anchor
1932         * replaced sp_repr_unref with direct call to Inkscape::GC::release
1933         * replaced sp_repr_set_attr with direct call to repr->setAttribute
1935 2005-11-24  MenTaLguY  <mental@rydia.net>
1937         * src/shortcuts.cpp, src/interface.cpp: prune back shortcuts API in
1938           preparation for configurable key bindings work
1940 2005-11-24  MenTaLguY  <mental@rydia.net>
1942         * src/sp-item.cpp: remedy erroneous initialization of doubles with NULL
1944 2005-11-24  MenTaLguY  <mental@rydia.net>
1946         * src/seltrans.cpp: prune dead wood (sp_sel_trans_handle_click)
1948 2005-11-24  MenTaLguY  <mental@rydia.net>
1950         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
1951           src/display/canvas-grid.cpp, src/display/guideline.cpp,
1952           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
1953           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
1954           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
1955           
1956           cosmetic renaming
1958 2005-11-23  Robert Crosbie <swingincelt@gmail.com>
1960         * replaced sp_repr_change_order with direct cal to repr->changeOrder
1961         * replaced sp_repr_add_child with direct call to repr->addChild
1962         * replaced sp_repr_remove_child with direct call to repr->removeChild
1964 2005-11-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1966         * src/ui/dialog/align-and-distribute.h, src/ui/dialog/align-and-distribute.cpp:
1967           Add new action ActionRemoveOverlaps, and add new button & two spin buttons
1968           to the Align & Distribute dialog box, to remove overlaps between objects.
1969         * configure.ac: New directory src/removeoverlap.
1970         * src/Makefile.am: Build new library removeoverlap/libremoveoverlap.a.
1971         * src/Makefile_insert: Link against new library removeoverlap/libremoveoverlap.a.
1973 2005-11-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1975         * packaging/osx-app.sh, packaging/macosx/Resources/bin/inkscape:
1976           Include some missing modules required by gnome-vfs and set shell
1977           variables to point to these modules within the OS X app bundle.
1978           Fixes bug #1363390.
1980 2005-11-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1982         * packaging/osx-app.sh: Fix a typo resulting from last change.
1984 2005-11-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1986         * packaging/osx-app.sh: Add libXinerama.1.dylib to the app bundle 
1987           since users of OS X 10.3.x will not have this file.
1989 2005-11-12  Jon Phillips <jon@rejon.org>
1991         * po/it.po po/sr.po po/sr@Latn.po: Fixed these po files so that 
1992         Inkscape builds okay.
1995 2005-11-12  Ralf Stephan <ralf@ark.in-berlin.de>
1997         * src/ui/view/edit-widget.h, src/ui/view/edit-widget.cpp:
1998           new-gui: made complete statusbar widget, equals old-gui now
1999         * src/widgets/layer-selector.h, src/ui/widget/selected-style.h:
2000           classes have now a constructor with default parameter
2001         * src/ui/widget/zoom-status.cpp: smaller font
2003 2005-11-12  MenTaLguY  <mental@rydia.net>
2005         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
2006           src/display/canvas-grid.cpp, src/display/guideline.cpp,
2007           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
2008           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
2009           src/display/sp-canvas.cpp, src/display/sp-canvas.h,
2010           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
2012           Refactor canvas buffer code a little.   Hint: if you have two flags
2013           and an invariant that one will be false if the other is true and
2014           vice-versa, you can represent them with a single flag.  Fixed
2015           cut-and-paste madness between sp_canvas_buf_ensure_buf and
2016           sp_canvas_clear_buf also.  Finally, renamed sp_canvas_buf_ensure_buf
2017           to sp_canvas_prepare_buf.
2019 2005-11-09  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2021         * src/sp-item.cpp: Call updateRepr before emitting the transformed
2022           signal in sp_item_write_transform.  This fixes bug #1303423.
2024         * packaging/osx-app.sh: Fixes to allow building app bundles on both
2025           OS X 10.4 and earlier versions of the OS without altering the script.
2026           Also, add a note that Inkscape needs to be configured with
2027           --enable-osxapp when building the OS X package.
2029         * po/nl.po: Fix an "Unmatched closing </b>" warning.
2031 2005-11-08  Ralf Stephan <ralf@ark.in-berlin.de>
2033         merged with branch CXXIFICATION_VIEW_AND_WIDGET
2034         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/event-context.cpp,
2035           src/file.cpp, gradient-context.cpp, src/inkscape.cpp, src/interface.cpp,
2036           src/rect-context.cpp, src/select-context.cpp, src/seltrans.cpp,
2037           src/sp-namedview.cpp, src/spiral-context.cpp, src/star-context.cpp,
2038           src/verbs.cpp, dialogs/dialog-events.cpp, src/dialogs/layer-properties.cpp,
2039           src/ui/dialog/dialog.cpp, src/widgets/desktop-widget.cpp,
2040           src/widgets/desktop-widget.h:
2041           move gtk code into desktop-widget.cpp, called via desktop
2042         * src/ui/view/Makefile_insert: added files edit-widget-interface.h,
2043           edit-widget.cpp, edit-widget.h
2044           the EditWidget is the Gtkmm version of the SPDesktopWidget
2045         * src/ui/widget/Makefile_insert: added files ruler.cpp, ruler.h,
2046           svg-canvas.cpp, svg-canvas.h, zoom-status.cpp, zoom-status.h
2047           these are widgets part of the EditWidget
2048         * src/file.cpp, src/inkscape.cpp, src/ui/dialog/dialog.cpp, 
2049           src/ui/dialog/dialog.h, src/application/application.h, 
2050           src/application/application.cpp:
2051           divide code /wrt Application::getNewGui(): if true, it's called by the 
2052           Gtkmm application and the inkscape object is meaningless
2053         * src/application/app-prototype.h:
2054           replace UI specific return value of getWindow() with void*
2055         * src/application/editor.cpp, src/application/editor.h:
2056           made Editor a singleton, collect global UI code here that (for Gtk+)
2057           lives in inkscape.cpp and elsewhere
2058         * src/desktop-events.cpp, src/desktop.cpp, src/event-context.cpp,
2059           src/nodepath.cpp, src/seltrans.cpp:
2060           simplify calls to desktop->set_coordinate_status
2061         * src/desktop-handles.cpp, src/desktop-handles.h, 
2062           src/extension/internal/ps.cpp, src/widgets/gradient-toolbar.cpp, 
2063           src/widgets/toolbox.cpp:
2064           widget is no longer available through desktop
2065         * src/Makefile_insert: added files preferences.h preferences.cpp
2066           src/inkscape.h, src/inkscape.cpp, src/application/editor.cpp:
2067           move preferences handling into preferences.cpp/h
2068         * src/desktop.cpp, src/desktop.h:
2069           use EditWidgetInterface, more cosmetics
2070         * src/desktop.cpp, src/inkview.cpp, src/slideshow.cpp, src/svg-view-widget.cpp,
2071           src/svg-view.cpp, src/svg-view.h, src/ui/view/view.cpp, src/ui/view/view.h:
2072           streamline setDoc()/setDocument() logic
2073         * src/inkview.cpp: include empty func bodies to make linker happy
2075 2005-11-08 ------------0.43
2077 2005-11-06  Ted Gould  <ted@gould.cx>
2079         * 0.43pre2
2081 2005-11-01  Jon A. Cruz  <jon@joncruz.org>
2083         * src/io/base64stream.h, src/io/base64stream.cpp:
2084           Applied modified patch 1341198.
2086 2005-10-31  Jon A. Cruz  <jon@joncruz.org>
2088         * src/verbs.cpp:
2089           Applied patch from RFE 1247694.
2091 2005-10-26  Jon A. Cruz  <jon@joncruz.org>
2093         * share/screens/about.svg:
2094           Trimmed bad lines. Fixed bug 1310742.
2096 2005-10-24  Ted Gould  <ted@gould.cx>
2098         * 0.43pre1
2100 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
2102         * Makefile.mingw, src/io/sys.cpp:
2103           Patch 1334818.
2105 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
2107         * src/main.cpp, src/io/sys.cpp:
2108           Updating Win32 parameter filename handling.
2110 2005-10-22  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2112         * src/connector-context.cpp: Correct two typos.  Fixes bug #1333915.
2114 2005-10-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2116         * src/connector-context.cpp: Fix a bug where undoing creation of 
2117           new connectors revealed intermediate steps.
2119         * src/libavoid/connector.cpp, src/libavoid/connector.h,
2120           src/libavoid/makepath.cpp, src/libavoid/static.cpp:
2121           Applied a couple of libavoid fixes.  One of which addresses
2122           a possible crash bug.
2124 2005-10-19  Ted Gould  <ted@gould.cx>
2126         * 0.43pre0
2128 2005-10-19  Jon A. Cruz  <jon@joncruz.org>
2130         * inkscape32-16.ico: patch 1323419
2132 2005-10-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2134         * src/conn-avoid-ref.cpp: Don't pass avoided objects to libavoid
2135           if they have the 'cloned' flag set.  Fixes bug #1328401.
2137 2005-10-17  Jon A. Cruz  <jon@joncruz.org>
2139         * src/main.cpp, src/io/sys.h, src/io/sys.cpp:
2140           Switched command-line name conversion from filename to locale.
2141           Fixes bug #1250124.
2143 2005-10-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2145         * src/sp-conn-end.cpp: Don't update the repr for the curve while 
2146           manually rerouting connector endpoints.  This speeds up undo/redo
2147           and allows responsive rerouting with the xml editor window open.
2148           Fixes bug #1315489.
2150         * po/ca.po: Fix unclosed <b> found in translations.
2151         
2152 2005-10-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2154         * src/isnan.h: Update to allow compilation on OSX 10.4.
2156         * src/connector-context.cpp, src/connector-context.h,
2157           src/tools-switch.cpp: Allow double-clicking on connectors
2158           in the selector tool to swap to the connector tool.
2160 2005-10-14  Jon A. Cruz  <jon@joncruz.org>
2162         * share/palettes/Makefile.am, share/palettes/Tango-Palette.gpl:
2163           Adding the Tango palette.
2165 2005-10-13  MenTaLguY  <mental@rydia.net>
2167         * share/screens/about.svg: New copy for about dialog; did some
2168           vector clean-up and re-enabled the coffee stains.
2170 2005-10-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2172         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h:
2173           Reroute connector lines if the object itself is moved or
2174           transformed.  Previously a routed line would not unroute if it
2175           was moved away from the blocking objects.  Fixes bug #1303493.
2177 2005-10-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2179         * packaging/macosx/Resources/script, src/path-prefix.h:
2180           Don't assume the OSX app bundle will be named "Inkscape.app".
2181           This caused things like tool icons to disappear if the app
2182           bundle was renamed, e.g., to "Inscape-0.42.2.app".
2183           Fixes bug #1289648.
2185 2005-10-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2187         * src/sp-conn-end-pair.cpp: Fix a bug where connectors could
2188           sometimes be given strange routes if there was a transform on
2189           either of the objects that the connector was attached to.
2191         * src/conn-avoid-ref.cpp, src/sp-conn-end.cpp: Add a call to
2192           sp_document_ensure_up_to_date before checking bounding boxes
2193           in response to a transform signal.  This is because some
2194           objects (e.g., text) will not give the correct bbox until its
2195           update function has been called and its internal representation
2196           has been updated.  This fixes bug #1303523.
2198         * src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
2199           Restore the Connector tool preferences tab.  Use same ordering
2200           for tools as on the toolbar.  Add the standard selection cue
2201           option to the connector tool preferences.  Fixes bug #1303360.
2203 2005-10-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2205         * packaging/osx-app.sh: Include locale files in the OSX package and
2206           a couple of minor updates for building packages on OSX 10.4.x.
2208         * packaging/macosx/Resources/bin/inkscape: Fix a problem in setting
2209           LANG to the current OSX language before launching Inkscape.
2210           With this fix, the Inkscape app bundle will obey the user's
2211           language setting in the system preferences on OSX.
2213 2005-09-30  Ralf Stephan <ralf@ark.in-berlin.de>
2215         * src/desktop.*, src/widget/desktop-widget.cpp:
2216         make empty destructor, fixes #1291009
2218 2005-09-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2220         * Info.plist.in: Associate .svgz files with Inkscape on OSX.
2221           Fixes bug #1307083.
2223 2005-09-27  MenTaLguY  <mental@rydia.net>
2225         * src/gc-anchored.h: emphasize initial refcount
2227         * src/desktop.h, src/svg-view-widget.cpp, src/ui/view/view-widget.cpp,
2228           src/ui/view/view.cpp, src/ui/view/view.h,
2229           src/widgets/desktop-widget.cpp:
2231           Move _whole_ UI::View::View hierarchy over to the garbage collector
2232           and fix anchor imbalances; you can't do this piecemeal.
2234 2005-09-23  Ben Fowler  <bpfowler@users.sourceforge.net>
2236         * autogen.sh: Cleanup error message.
2238 2005-09-20  Carl Hetherington <inkscape@carlh.net>
2240         * src/file.cpp, src/file.h, src/help.cpp: don't replace empty
2241         desktops with help files / tutorials.  Fixes 1249067.
2243 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
2245         * src/jabber_whiteboard/typedefs.h:
2246           gcc4 needs more const correctness, fixes #1294298
2248 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
2250         * src/desktop.h, src/desktop.cpp, src/interface.cpp, 
2251           src/dialogs/layer-properties.cpp, src/ui/view/view.cpp,
2252           src/widgets/desktop-widget.cpp:
2253           correcting old and new oversights, fixes #1290982
2254           
2255 2005-09-15  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2257         * src/xml/repr-util.cpp (sp_repr_set_double): Split into two
2258           functions (sp_repr_set_svg_double, sp_repr_set_css_double)
2259           according to whether or not an exponent is allowed.  Update callers.
2260           (sp_repr_set_double_default): Remove this unused function.
2262 2005-09-15  Carl Hetherington <inkscape@carlh.net>
2264         * src/object-edit.cpp: fix idiotic bug introduced in previous commit.
2266 2005-09-14  Carl Hetherington <inkscape@carlh.net>
2268         * src/knot.cpp, src/knotholder.cpp: coding style.
2270 2005-09-13  Ralf Stephan <ralf@ark.in-berlin.de>
2272         * src/desktop.h, src/desktop.cpp, src/svg-view.h, src/svg-view.cpp,
2273           src/ui/view/view.h, src/ui/view/view.cpp, src/ui/view/edit.h:
2274             View::setDocument() did not call same function in subclass
2275         * src/widgets/select-toolbar.cpp:   removed usage of SP_DT_WIDGET
2276         * src/desktop.cpp:   removed last sp_desktop_* function names
2278 2005-09-13  Carl Hetherington <inkscape@carlh.net>
2280         * src/object-edit.cpp: Add some comments.  Minor refactoring.
2281         Snap points when editing rectangles; partial fix for bug 1282399.
2283         * packaging/win32/inkscape.nsi: Correct spelling of associations
2284         and associated; fix for bug 1283916.
2286 2005-09-12  Jon A. Cruz  <jon@joncruz.org>
2288         * src/dialogs/iconpreview.cpp, src/dialogs/iconpreview.h,
2289           src/widgets/icon.cpp:
2290           Icon preview now toggles between selection or whole document.
2291           Fixes REF #1281883.
2293 2005-09-12  Ralf Stephan <ralf@ark.in-berlin.de>
2295         * src/widgets/ruler.cpp:   fixed precision problem (bug #1242995)
2297 2005-09-12  Peter Moulder  <pmoulder@bowman.csse.monash.edu.au>
2299         * src/libnrtype/Layout-TNG-Compute.cpp (Calculator::_measureUnbrokenSpan):
2300           Fix line breaking for [supposedly] non-breaking whitespace characters.
2302 2005-09-11  Ralf Stephan <ralf@ark.in-berlin.de>
2304         * po/nl.po:   replaced all instances of "verkleint" with "verkleind"
2305           (bug #1277695)
2307 2005-09-10  Jon A. Cruz  <jon@joncruz.org>
2309         * src/preferences-skeleton.h, src/dialogs/iconpreview.cpp:
2310           Made icon preview sizes configurable. Fixes REF #1281885.
2312 2005-09-08  Carl Hetherington <inkscape@carlh.net>
2314         * src/object-edit.cpp: Coding style in SPRect portion.  Add
2315         Emacs/vim mode blocks.
2317 2005-09-08  Ralf Stephan <ralf@ark.in-berlin.de>
2319         * src/desktop.cpp, src/ui/view/view.cpp:
2320           removed placement new signal construction
2321         * src/desktop.cpp:   selection is no longer anchored
2322         * src/desktop.cpp, src/desktop.h:   further cleanup
2323         * src/main.cpp:   minor changes in doxygen main page
2325 2005-09-08  MenTaLguY  <mental@rydia.net>
2327         * src/xml/document.h, src/xml/session.h, src/xml/simple-session.cpp,
2328           src/xml/simple-session.h:
2330           Add Session and Document createElementNode, createCommentNode,
2331           and createTextNode methods
2333 2005-09-06  Ralf Stephan <ralf@ark.in-berlin.de>
2335         * src/desktop-handles.h, src/desktop-handles.cpp:
2336             added macros SP_DT_MSGSTACK/NAMEDVIEW/WIDGET, moved last
2337                 macros from desktop.h
2338         * src/desktop.h src/desktop.cpp, src/sp-namedview.h, 
2339           src/sp-namedview.cpp:
2340             moved default_metric and default_unit into namedview
2341         * src/desktop.h src/desktop.cpp, src/widgets/desktop-widget.h,
2342           src/widgets/desktop-widget.cpp:
2343             moved window member into desktop widget
2344         * src/dialogs/clonetiler.cpp, src/dialogs/color-picker.cpp,
2345           src/dialogs/desktop-properties.cpp, src/dialogs/dialog-events.cpp ,
2346           src/dialogs/display-settings.cpp, src/dialogs/export.cpp,
2347           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
2348           src/dialogs/transformation.cpp, src/dropper-context.cpp,
2349           src/extension/internal/ps.cpp, src/gradient-context.cpp,
2350           src/jabber_whiteboard/callbacks.cpp,
2351           src/jabber_whiteboard/chat-handler.cpp,
2352           src/jabber_whiteboard/message-processors.cpp,
2353           src/jabber_whiteboard/message-queue.cpp,
2354           src/jabber_whiteboard/session-manager.cpp,
2355           src/path-chemistry.cpp, src/satisfied-guide-cns.cpp,
2356           src/sp-text.cpp, src/text-chemistry.cpp,
2357           src/trace/potrace/inkscape-potrace.cpp,
2358           src/trace/trace.cpp, src/ui/dialog/align-and-distribute.cpp:
2359             removed dependency on desktop.h
2360         * src/arc-context.cpp, src/desktop-events.cpp, src/inkscape.cpp,
2361           src/interface.cpp, src/nodepath.cpp, src/rect-context.cpp,
2362           src/select-context.cpp, src/seltrans.cpp, src/spiral-context.cpp,
2363           src/star-context.cpp, src/text-context.cpp, src/ui/dialog/dialog.cpp,
2364           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp:
2365             minor adaptation due to the above changes
2366         * src/ui/dialog/session-player.cpp:   didn't #include config.h
2367         
2368 2005-09-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2370         * doc/keys.html, doc/keys.xml, share/screens/keys.svg,
2371           src/shortcuts.cpp:
2372           Add keyboard shortcuts for the connector tool -- Ctrl+F2 and 'o'.
2374 2005-09-05  Ralf Stephan <ralf@ark.in-berlin.de>
2376         * src/document.cpp, src/draw-anchor.cpp, src/knotholder.cpp,
2377           src/main.cpp, src/object-ui.cpp, src/selcue.cpp,
2378           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
2379           src/sp-star.cpp, src/sp-symbol.cpp, src/sp-tspan.cpp,
2380           src/dialogs/docker.cpp, src/dialogs/extensions.cpp,
2381           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
2382           src/extension/system.cpp, src/widgets/gradient-vector.cpp,
2383           src/jabber_whiteboard/session-file-player.cpp,
2384           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
2385           src/widgets/spw-utilities.cpp, src/extension/implementation/script.cpp,
2386           src/ui/dialog/transformation.cpp, src/seltrans.h,
2387           src/widgets/sp-widget.h:
2388             removed dependency on desktop.h
2389         * src/select-context.cpp, src/tools-switch.cpp, 
2390           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
2391           src/dialogs/object-properties.cpp, src/dialogs/clonetiler.cpp:
2392             added dependencies because of above changes
2393         
2394 2005-09-04  Kees Cook  <kees@outflux.net>
2396         * TRANSLATORS, Makefile.am, src/verbs.cpp, src/help.cpp,
2397           src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp,
2398           src/menus-skeleton.h, src/ui/dialog/Makefile_insert:
2399           Implemented AboutDialog following the Gnome style.
2400         * packaging/win32/inkscape.nsi: added quotes around execution name.
2402 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
2404         * src/desktop.cpp, src/dropper-context.cpp, src/forward.h,
2405           src/interface.cpp, src/main.cpp, src/sp-anchor.cpp,
2406           src/sp-text.cpp, src/splivarot.cpp, src/svg-view-widget.cpp,
2407           src/svg-view-widget.h, src/svg-view.h, src/extension/effect.h,
2408           src/extension/implementation/plugin-link.h, 
2409           src/jabber_whiteboard/session-manager.cpp,
2410           src/ui/dialog/dialog.cpp, src/ui/view/edit.h, 
2411           src/ui/view/view-widget.cpp, src/ui/view/view-widget.h,
2412           src/ui/view/view.cpp, src/ui/view/view.h:
2413             minor edits to completely remove SPView identifier, and some
2414                 dependencies
2416 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2418         * src/sp-conn-end-pair.cpp: Fix a crash bug when undoing connectors
2419           on Linux x86 where we were calling a signal destructor.
2421         * src/io/sys.cpp: Build fix - conditionally include <glib/gstdio.h>
2422           if using glib 2.6.0 or greater, since it is not available in earlier
2423           versions.
2425 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
2427         * src/svg-view-widget.h, src/svg-view-widget.cpp, src/Makefile_insert:
2428             separated SPSVGViewWidget from SPSVGView
2429         * src/desktop.h, src/svg-view.h, src/ui/view/edit.h,
2430           src/ui/view/view-widget.h, src/ui/view/view.h,
2431           src/widgets/desktop-widget.h, src/desktop.cpp,
2432           src/svg-view.cpp, src/ui/view/view-widget.cpp,
2433           src/ui/view/view.cpp, src/widgets/desktop-widget.cpp:
2434             moved SPDesktop from GObject to C++/sigc++
2435         * src/forward.h: 
2436             removed SP_DESKTOP*, SP_SVG_VIEW* macros and dependencies
2437         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
2438             changed to sigc++ but disabled call
2439         * src/desktop-events.cpp:  removed desktop_enter_notify()
2440         * src/sp-anchor.cpp:  removed handling of mouse over/out
2441         * src/helper/action.h, src/sp-use.cpp:  added missing dependency
2442         * src/arc-context.cpp, src/desktop-affine.cpp, src/desktop-events.cpp,
2443           src/desktop-handles.cpp, src/dyna-draw-context.cpp,
2444           src/event-context.cpp, src/file.cpp, src/gradient-context.cpp,
2445           src/gradient-drag.cpp, src/help.cpp, src/inkscape.cpp,
2446           src/inkview.cpp, src/interface.cpp, src/knot.cpp,
2447           src/knotholder.cpp, src/node-context.cpp, src/nodepath.cpp,
2448           src/object-ui.cpp, src/path-chemistry.cpp, src/rect-context.cpp,
2449           src/rubberband.cpp, src/satisfied-guide-cns.cpp,
2450           src/select-context.cpp, src/selection-chemistry.cpp,
2451           src/seltrans.cpp, src/shortcuts.cpp, src/slideshow.cpp,
2452           src/sp-anchor.cpp, src/sp-flowtext.cpp, src/sp-namedview.cpp,
2453           src/sp-text.cpp, src/spiral-context.cpp, src/splivarot.cpp,
2454           src/star-context.cpp, src/text-context.cpp, src/text-editing.cpp,
2455           src/tools-switch.cpp, src/verbs.cpp, src/zoom-context.cpp,
2456           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
2457           src/dialogs/dialog-events.cpp, src/dialogs/export.cpp,
2458           src/dialogs/filedialog.cpp, src/dialogs/iconpreview.cpp,
2459           src/dialogs/layer-properties.cpp, src/dialogs/stroke-style.cpp,
2460           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp,
2461           src/extension/effect.cpp, src/extension/implementation/script.cpp,
2462           src/extension/internal/grid.cpp, src/extension/internal/ps.cpp,
2463           src/helper/window.cpp, src/ui/dialog/dialog.cpp,
2464           src/ui/widget/imageicon.cpp, src/widgets/gradient-toolbar.cpp,
2465           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
2466           src/widgets/toolbox.cpp:
2467             minor adaptations due to the above changes
2468         * src/desktop-events.h:  removed dependencies 
2469         * src/selection.cpp:  improved doxygen documentation
2470         
2471 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2473         * src/connector-context.cpp: Fix a bug where a data structure was
2474           not being freed, triggering an assertion failure and Inkscape to
2475           crash sometimes when the connector tool context was switched.
2477 2005-09-03  Aaron Spike <aaron@ekips.org>
2479         * src/node-context.cpp, src/livarot.cpp: Fixing a problem where node
2480           adding and curve dragging operate on fills. A special thank you to
2481           Simon Budig of GIMP fame for working with me and giving very 
2482           thorough explanations of his curve dragging code.
2484 2005-09-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2486         * src/libavoid/connector.cpp, src/libavoid/connector.h: Autoroute
2487           connectors while they are being drawn in the connector context.
2489         * src/sp-conn-end.cpp: Fix a bug where connectors attached to shapes
2490           were not always getting updated.  Their path was sometimes thought
2491           to be valid even when it was not.
2493 2005-09-02  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2495         * src/sp-conn-end.cpp: Fix a bug where connectors not attached to
2496           shapes were not updating correctly if an object was dropped on
2497           their path.
2499 2005-09-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2501         * src/sp-conn-end.cpp, src/sp-conn-end.h, src/sp-conn-end-pair.cpp,
2502           src/sp-conn-end-pair.h, src/sp-path.cpp, src/libavoid/graph.cpp,
2503           src/libavoid/incremental.cpp:
2505         Connectors now automagically reroute as a result of any 'avoided'
2506         object being placed on their path.  They also update to better
2507         paths when blocking shapes are removed.
2508          
2509         * src/connector-context.cpp: Update TODO list.  Only show endpoints
2510           and allow manipulation of paths marked as connectors.
2512         * src/libavoid/connector.cpp, src/libavoid/connector.h: Connectors
2513           with invalid paths can now notify other code via a callback,
2514           rather than just setting a boolean flag.
2516         * src/conn-avoid-ref.cpp: Fix an obscure crash bug in the connector
2517           routing code where we were still using a freed data structure.
2519 2005-08-31  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2521         * src/conn-avoid-ref.cpp, src/conn-avoid-ref.h: Use the correct
2522           coordinate system when passing shape geometry to libavoid.
2523           Add a small amount of buffer space around objects.
2524         
2525         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
2526           src/path.cpp: Add code to handle the "inkscape:connector-type"
2527           attribute.
2529         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h: Store information
2530           about type paths, to determine whether they are connectors.  Keep
2531           a reference to the libavoid representation if necessary.  Add code
2532           to call libavoid to get a path for a connector.
2533         
2534         * src/sp-conn-end.cpp: Call the connector routing code when connector
2535           ends are moved.  Move connector endpoints rather than stretching
2536           when adjusting to draw to shape edge.
2537           
2538         * src/libavoid/connector.cpp, src/libavoid/connector.h: Make the
2539           connector references aware of their own initialisation state.
2541         * src/connector-context.cpp:  Update TODO list.  Update for other
2542           changes.  Fix a bug where multi-segment connectors had a solid
2543           black fill while being dragged.
2545         * src/display/curve.cpp, src/display/curve.h: Add a function to 
2546           simply move the two endpoints of a curve.
2548 2005-08-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2550         * src/conn-avoid-ref.cpp, src/libavoid/connector.cpp,
2551           src/libavoid/graph.cpp, src/libavoid/makepath.cpp,
2552           src/libavoid/shape.cpp, src/libavoid/vertices.cpp,
2553           src/libavoid/vertices.h, src/libavoid/visibility.cpp:
2555         Use a better system for unique IDs within libavoid.  This properly
2556         addresses a hack in SPAvoidRef that was unsafe on amd64 machines.
2558         * configure.ac: Add the src/libavoid subdir.
2559         
2560 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2562         * src/attributes.cpp, src/connector-context.cpp, src/sp-item.cpp:
2563           Use "inkscape:connector-avoid" instead of "inkscape:avoid".
2565 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2567         * src/libavoid/timer.cpp: Remove some code assuming a fixed size for
2568           timer types.
2570 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2572         * src/connector-context.cpp: Fix a problem where the context didn't
2573           notice the current selection when it was entered.  Also, fix a 
2574           problem where connectors disappeared for a moment when an endpoint
2575           was clicked (for rerouting), but before the mouse was moved.
2577 2005-08-29      David Yip               <yipdw@rose-hulman.edu>
2579         * src/ui/dialog/whiteboard-connect.{cpp,h},
2580           src/ui/dialog/whiteboard-sharewithchat.{cpp,h}:
2581           Improved widget layout (switched to Gtk::Table)
2583         * src/jabber_whiteboard/session-manager.cpp:
2584           Fixed crash that occurred when connecting via SSL to a Jabber
2585           server that does not support SSL
2586           
2587 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2589         * src/Makefile_insert, src/attributes-test.cpp, src/attributes.cpp,
2590           src/attributes.h, src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
2591           src/forward.h, src/sp-item.cpp, src/sp-item.h:
2592          
2593           Add code that handles the "inkscape:avoid" attribute, used to mark
2594           whether an item should be avoided for the purposes of routing
2595           connectors.  This code also calls libavoid when an 'avoided'
2596           item is moved/transformed.
2597         
2598         * src/connector-context.cpp, src/connector-context.h,
2599           src/widgets/toolbox.cpp:
2600           
2601           Add a couple of buttons to the connector context's toolbar to
2602           allow selected objects to be marked as avoided or ignored for the
2603           purpose of connector routing.
2604           
2605         * src/libavoid/debug.h, src/libavoid/geomtypes.h, 
2606           src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
2607           src/libavoid/shape.cpp:
2608         
2609           Misc fixes: turn off debugging output, put types in the Avoid
2610           namespace, and add an assertion for a special case that can
2611           cause problems.
2613 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2615         * share/icons/icons.svg: Add a couple of icons for the connector
2616           context toolbar.
2618 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2620         * src/Makefile.am, src/Makefile_insert, src/libavoid/*:
2621           Add libavoid code, the library that does all the path planning
2622           work for autorouting connectors.
2624 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2626         * src/Makefile_insert: Remove a reference to the previously moved
2627           src/desktop-widget.h.  This wasn't breaking the build, but was
2628           stopping me from generating tags files.
2629           
2630 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
2632         * src/ui/view/edit.h, src/ui/view/view.h, src/ui/view/view.cpp,
2633           src/ui/view/view-widget.h, src/ui/view/view-widget.cpp,
2634           src/widgets/desktop-widget.h, src/svg-view.h, src/desktop.cpp:
2635             separated SPViewWidget from SPView
2636         * src/connector-context.cpp, src/dyna-draw-context.cpp,
2637           src/file.cpp, src/gradient-context.cpp, src/knot.cpp,
2638           src/node-context.cpp, src/nodepath.cpp, src/path-chemistry.cpp,
2639           src/pen-context.cpp, src/pencil-context.cpp, src/rect-context.cpp,
2640           src/selection-chemistry.cpp, src/spiral-context.cpp,
2641           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
2642           src/text-context.cpp, src/verbs.cpp, src/dialogs/display-settings.cpp,
2643           src/dialogs/layer-properties.cpp, src/dialogs/find.cpp,
2644           src/dialogs/clonetiler.cpp, src/trace/trace.cpp,
2645           src/trace/potrace/inkscape-potrace.cpp:
2646             all these files relied on a dependency in view.h to include
2647           code for MessageStack and/or MessageContext which is now removed
2648         * dialogs/desktop-properties.cpp:   improved doxygen documentation
2649         
2650 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
2652         * src/desktop.cpp, src/widgets/desktop-widget.h, 
2653           src/widgets/desktop-widget.cpp: 
2654           abstracted out all Gtk+ calls from SPDesktop into SPDesktopWidget
2655         * src/Doxyfile, src/main.cpp, src/desktop.cpp:
2656           improved doxygen documentation
2657           
2658 2005-08-25  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2660         * src/connector-context.cpp, src/connector-context.h:
2661           Change the connector context to use Inkscape's standard selection
2662           mechanism.  Show connector endpoint handles for single connectors
2663           in the selection.  This is the proposed interaction changes as
2664           discussed on the mailing list.  See the post there for a greater
2665           description of the change.
2667 2005-08-24  Ralf Stephan <ralf@ark.in-berlin.de>
2669         * src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
2670           separated SPDesktopWidget from SPDesktop
2671         * src/desktop-widget.h:   removed
2672         * src/toolbox.cpp, src/toolbox.h, src/select-toolbar.cpp,
2673           src/select-toolbar.h, src/gradient-toolbar.cpp, 
2674           src/gradient-toolbar.h:   moved into src/widgets
2675         * src/desktop.h, src/desktop.cpp, src/desktop-events.cpp,
2676           src/verbs.cpp, src/Makefile_insert, src/widgets/Makefile_insert,
2677           src/arc-context.cpp, src/dyna-draw-context.cpp,
2678           src/gradient-context.cpp, src/rect-context.cpp,
2679           src/select-context.cpp, src/spiral-context.cpp,
2680           src/star-context.cpp, src/interface.cpp, src/seltrans.cpp:
2681           adapted following SPDesktopWidget separation
2682         
2683 2005-08-24      David Yip       <yipdw@rose-hulman.edu>
2685         * src/jabber_whiteboard/session-manager.{cpp.h},
2686           src/jabber_whiteboard/callbacks.cpp,
2687           src/ui/dialog/whiteboard-connect.{cpp,h}:
2688           added support for XMPP over SSL to Inkboard
2690 2005-08-22  Ralf Stephan <ralf@ark.in-berlin.de>
2692         * src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp:
2693           both dialogs are now unresizable (bug #1237865)
2694         * src/main.cpp: enhanced doxygen main page
2696 2005-08-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2698         * packaging/osx-app.sh: Added a command line option which allows
2699           the executable and bundled dylibs to be stripped, significantly
2700           reducing the package size.
2702 2005-08-20  Ralf Stephan <ralf@ark.in-berlin.de>
2704         * src/desktop-style.cpp: fixed bug 1247989: nonstroked objects are
2705           no longer counted in stroke_average_width()
2706         * src/Doxyfile: added 3 more files
2707         * src/main.cpp: introduced doc hierarchy on doxygen main page
2708         * src/desktop-style.cpp:  improved doxygen documentation
2709           
2710 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2712         * src/connector-context.cpp, src/connector-context.h:
2713           Rework connector context to extend SPEventContext instead of
2714           SPDrawContext, and remove most of the borrowed draw context
2715           code.
2717 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2719         * src/menus-skeleton.h: correct the verb for "Select All In All Layers"
2720           since it was just showing a verb error in the menu.
2722 2005-08-19  Kees Cook  <kees@outflux.net>
2724         * autogen.sh, tools-version.sh, distro: report Ubuntu correctly, detect
2725           and reject unsafe automake versions (1.9.0 -> 1.9.6).
2727 2005-08-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2729         * src/dialogs/display-settings.cpp:
2730           Align the "Oversample bitmaps" option in the preferences
2731           dialog with all the other options.
2733 2005-08-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2735         * src/Makefile_insert: Added connector-context.{cpp,h}
2737         * src/connector-context.cpp, src/connector-context.h: New code for
2738           the connector context.  Handles the interaction of creating and
2739           modifying connectors.
2741         * src/sp-conn-end.cpp, src/sp-conn-end.h: Added sp_conn_adjust_path
2742           for adjusting the path of connectors to the edge of shapes, and
2743           sp_conn_end_detach to detach a connector endpoint from a shape.
2744           Also, when there is only a single shape attached to a connector
2745           and it is moved, then reroute the connector leaving its unattached
2746           endpoint where it is, rather than just moving the whole thing with
2747           the shape.
2749         * src/preferences-skeleton.h, src/toolbox.cpp, src/tools-switch.cpp,
2750           src/tools-switch.h, src/verbs.cpp, src/verbs.h,
2751           src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
2753           Enable the connector context.  Give it a preferences tab, toolbox,
2754           icon, etc.  Also, correct some vim modelines.
2755           
2756         * src/display/sp-canvas.cpp: Allow enter and leave events to be generated
2757           for canvas items when mouse buttons are depressed.
2759         * src/pixmaps/cursor-connector.xpm: A cursor for connector context.
2761 2005-08-18  Jon A. Cruz  <jon@joncruz.org>
2763         * src/knot.cpp: Corrected type conflict for crash bugs.
2765 2005-08-18  Ralf Stephan <ralf@ark.in-berlin.de>
2767         * src/Doxyfile: added 4 more files
2768         * src/extension/implementation/plugin-link.h,
2769           src/extension/internal/gimpgrad.cpp:  improved doxygen documentation
2770           
2771 2005-08-16  Ralf Stephan <ralf@ark.in-berlin.de>
2773         * src/desktop.h, src/desktop.cpp: replaced gboolean with bool
2774         * src/display/curve.cpp: made is_moveto() inline
2775         * src/knot.cpp, src/extension/extension.cpp, src/helper/action.cpp:
2776           added editor footer
2777         * src/desktop.h, src/desktop.cpp, src/knot.cpp, src/sp-gradient.cpp,
2778           src/display/curve.cpp, src/extension/extension.cpp,
2779           src/extension/implementation/plugin.h, 
2780           src/extension/implementation/plugin.cpp,
2781           src/extension/internal/gimpgrad.cpp, src/helper/action.cpp:
2782           improved doxygen documentation
2784 2005-08-14  MenTaLguY  <mental@rydia.net>
2786         * src/widgets/layer-selector.cpp: quick fix for crash bug when
2787           deleting unnamed layer [bug 1255843]
2789 2005-08-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2790         
2791         * packaging/macosx/ScriptExec/main.c: Allow the user to ignore the
2792           automatic fixing of the fontconfig problem and fix the problem
2793           manually.  Don't pop up the dialog again in this case when they
2794           relaunch Inkscape.
2796 2005-08-13  Ralf Stephan <ralf@ark.in-berlin.de>
2798         * src/menus-skeleton.h: fixed cvs bug where, in the default menus.xml, 
2799           given submenus didn't have correct names, so translation on 
2800           non-English systems was missed.
2801         
2802 2005-08-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2804         * packaging/macosx/Resources/script, packaging/macosx/ScriptExec/main.c:
2806         Fix for the fontconfig cache problem on OS X 10.4.  The first time 
2807         Inkscape is launched on 10.4 machines, after checking X11 is available,
2808         a dialog is brought up informing users of the fontconfig problem.  The
2809         dialog has a button to run fc-cache as root.  If chosen, an OS X
2810         authentication dialog in launched and fc-cache is run following the
2811         authentication.  A file is stored in ~/.inkscape to mark that fc-cache
2812         has been run.
2813         
2814 2005-08-11  Ralf Stephan <ralf@ark.in-berlin.de>
2816         * src/sp-gradient.cpp,src/sp-gradient-fns.h,src/event-context.h,
2817           src/event-context.cpp:  replaced gboolean with bool
2818         * src/document-undo.cpp:  added editor footer
2819         * src/sp-gradient.cpp, src/desktop.cpp, src/document.h,
2820           src/document.cpp, src/document-undo.cpp, src/event-context.h,
2821           src/event-context.cpp, src/selection.h:
2822           improved doxygen documentation
2824 2005-08-10      David Yip       <yipdw@rose-hulman.edu>
2826         * src/Makefile_insert: added composite-undo-stack-observer.{cpp,h}
2828         * src/document.{cpp.h},
2829           src/document-undo.cpp, src/document-private.h: 
2830           added hooks for undo stack observer
2832         * src/jabber_whiteboard/Makefile_insert: added new classes
2834         * src/jabber_whiteboard/callbacks.cpp: moved document initialization actions
2835           here (not the best idea, admittedly...)
2837         * src/jabber_whiteboard/connection-establishment.cpp,
2838           src/jabber_whiteboard/session-manager.*,
2839           src/jabber_whiteboard/chat-handler.cpp: updated to work with new listeners
2841         * src/jabber_whiteboard/message-contexts.cpp,
2842           src/jabber_whiteboard/message-handler.*,
2843           src/jabber_whiteboard/message-tags.*,
2844           src/jabber_whiteboard/defines.h: new message types (TODO: trim out dead
2845           types)
2847         * src/jabber_whiteboard/message-queue.*,
2848         * src/jabber_whiteboard/message-node.h: made MessageNode capable of
2849           representing more message types, as required by callbacks.cpp
2850           and new commit model
2852         * src/jabber_whiteboard/message-utilities.*: new utilities, although
2853           this entire class should be going bye-bye soon (its main tasks have been
2854           taken over by SerializerNodeObserver)
2856         * src/jabber_whiteboard/node-tracker.*: removal of node-level locks
2858         * src/jabber_whiteboard/node-utilities.*: removal of unnecessary methods;
2859           this class should also be removed soon
2861         * src/jabber_whiteboard/session-file-selector.cpp: miscellaneous tweaks
2863         * src/jabber_whiteboard/typedefs.h: new type definitions to handle the new
2864           commit model (TODO: prune unnecessary types)
2866         * src/xml/event.cpp: small hack to get Inkboard working (shouldn't be
2867           there, but I'm still learning my way around XML::Node and
2868           XML::Session...help welcome)
2870         * src/undo-stack-observer.h: interface for classes that watch undo, redo,
2871           and undo log commit events
2873         * src/composite-undo-stack-observer.*: similar to CompositeNodeObserver;
2874           combines multiple undo stack observers
2876         * src/jabber_whiteboard/serializer-node-observer.*: XML::Event serializer
2878         * src/jabber_whiteboard/deserializer.*: XML::Event deserializer
2880         * src/jabber_whiteboard/tracker-action-observer.*: simple observer to
2881           watch for added and removed nodes in undo/redo actions (put aside for
2882           now)
2884         * src/jabber_whiteboard/undo-stack-observer.*: Inkboard's undo stack
2885           observer implementation
2887 2005-08-10  Ralf Stephan <ralf@ark.in-berlin.de>
2889         * src/main.cpp: introduced doxygen doc main page with links
2891 2005-08-09  Ralf Stephan <ralf@ark.in-berlin.de>
2893         * src/Doxyfile: added 5 more files
2894         * src/display/curve.h, src/display/curve.cpp, src/knot.cpp,
2895           src/dialogs/export.cpp: replaced gboolean with bool
2896         * src/display/curve.cpp: removed sp_curve_finish() as it is nowhere 
2897           called, made sp_curve_ensure_space() static
2898         * src/sp-object.cpp, src/sp-item.cpp, src/libnr/n-art-bpath.h,
2899           src/libnr/nr-path-code.h, src/ui/view/view.cpp, src/dialogs/export.cpp,
2900           src/display/bezier-utils.cpp, src/display/curve.h,
2901           src/display/curve.cpp, src/knot.h, src/knot.cpp:
2902           improved doxygen documentation
2904 2005-08-08  MenTaLguY  <mental@rydia.net>
2906         * README.txt, README: make autotools happy
2908 2005-08-06  MenTaLguY  <mental@rydia.net>
2910         * Makefile.am, HACKING, HACKING_de, HACKING_fr, HACKING_it,
2911           HACKING.txt, HACKING.de.txt, HACKING.fr.txt, HACKING.it.txt,
2912           README, README_ca, README_de, README_fr, README_it,
2913           README.txt, README.ca.txt, README.de.txt, README.fr.txt, README.it.txt:
2915           saner filenames
2917 2005-08-06  MenTaLguY  <mental@rydia.net>
2919         * src/xml/Makefile_insert, src/xml/log-builder.cpp,
2920           src/xml/log-builder.h, src/xml/simple-session.cpp,
2921           src/xml/simple-session.h:
2923           Implement XML::LogBuilder class and use it from XML::SimpleSession.
2925 2005-08-06  MenTaLguY  <mental@rydia.net>
2927         * src/xml/event.h, src/xml/event.cpp, src/xml/event-fns.h:
2928           rejigger the way XML event logs are handled, based on NodeObservers
2930 2005-08-06  MenTaLguY  <mental@rydia.net>
2932         * src/xml/simple-session.cpp: minor formatting cleanups
2934 2005-08-06  Ted Gould <ted@gould.cx>
2936         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
2938         Adding in a hash table for Verb ID lookups.  This makes searching for them
2939         in the dynamic menus much faster.
2941 2005-08-06  Ralf Stephan <ralf@ark.in-berlin.de>
2943         * src/sp-offset.cpp: 
2944           removed a dependency, made refresh_offset_source() static
2945         * src/svg-view.cpp, src/svg-view.h, src/sp-spiral.cpp, src/sp-spiral.h: 
2946           replaced gboolean with bool
2947         * src/sp-offset.cpp, src/sp-root.cpp, src/sp-stop.h, src/sp-spiral.h,
2948           src/sp-spiral.cpp, src/svg-view.h, src/svg-view.cpp, src/style.cpp:
2949           improved doxygen documentation
2950         
2951 2005-08-05  MenTaLguY  <mental@rydia.net>
2953         * inkscape.spec.in: include translated manpages
2955 2005-08-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2957         * po/nl.po: fix a typo: close a bold tag.
2959 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2961         * src/jabber_whiteboard/typedefs.h:
2962           fixed incorrect template specialization syntax,
2963           removed duplicate definitions (oops...)
2965         * src/gc-alloc.h:
2966           removed explicit keyword from allocator constructors, as it is
2967           necessary to allow implicit conversion for rebinding.  Some
2968           containers in the libstdc++ in GCC 3.4.x require this, such as anything
2969           using the standard library's red-black tree implementation --
2970           std::set, std::map, std::multimap
2972 2005-08-03  Ralf Stephan <ralf@ark.in-berlin.de>
2974         * src/pen-context.cpp: made sp_pen_context_root_handler static
2975         * src/snap.h: removed getSnapToBBox() declaration
2976         * src/sp-stop.h: removed three dependencies
2977         * src/Doxyfile: added further 3 files
2978         * src/object-hierarchy.cpp, src/pen-context.h, src/pen-context.cpp,
2979           src/pencil-context.h, src/pencil-context.cpp, src/snap.h, 
2980           src/snap.cpp, src/sp-stop.h, src/sp-gradient.h, src/sp-gradient.cpp,
2981           src/sp-linear-gradient.h, src/sp-radial-gradient.h:
2982           improved doxygen documentation
2984 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2986         * src/jabber_whiteboard/Makefile_insert,
2987           src/jabber_whiteboard/message-handler.cpp,
2988           src/jabber_whiteboard/empty.cpp:
2989           fixing some build issues (Apple's ar doesn't like creating
2990           archives with an empty member list, so empty.cpp is a null
2991           placeholder to be used as the sole member in the jabber_whiteboard
2992           archive in the event that a user does not wish to enable
2993           Inkboard)
2995 2005-08-02  Bryce Harrington <bryce@bryceharrington.org>
2997         * src/ui/dialog/*.*:  Update copyrights
2999         * doc/WISHLIST:  s/Sodipodi/Inkscape/
3001         * src/desktop.cpp:  Rename SPView to Inkscape::UI::View::View
3003         * changing include file syntax from "" to <> where appropriate
3005         * Changing copyrights to be consistent
3007 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
3009         * src/menus-skeleton.h:
3010           added WITH_INKBOARD ifdef to prevent Inkboard options from being
3011           compiled into the menu skeleton if the Inkboard code is not enabled
3013 2005-08-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3015         *  src/display/curve.cpp: Correctly free an array with "delete []".
3017 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
3019         * src/jabber/whiteboard/node-tracker.cpp:
3020           removed unnecessary anchoring of XML::Nodes in XMLNodeTracker
3022 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
3024         * src/jabber_whiteboard/typedefs.h:
3025           moved back to GC::Alloc from traceable_allocator
3027         * src/jabber_whiteboard/node-tracker.cpp:
3028           fixed anchor-release problem with XML::Nodes in XMLNodeTracker
3030 2005-08-01  MenTaLguY  <mental@rydia.net>
3032         * src/gc.cpp, src/gc-core.h: Hans says it's okay to use
3033           GC_malloc_atomic_uncollectable
3035 2005-08-01  MenTaLguY  <mental@rydia.net>
3037         * src/gc-alloc.h: fix improper allocation size
3039 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
3041         * src/jabber_whiteboard/message-handler.cpp: removed some
3042           debug output
3044         * src/dialogs/whiteboard-sharewithchat.cpp: removed some excess
3045           debugging code
3047         * src/jabber_whiteboard/session-manager.cpp: removed 
3048           redundant if (x == NULL) tests surrounding delete
3050 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
3052         * src/ui/icons.cpp, src/ui/stock-items.cpp, src/ui/stock.cpp, 
3053           src/ui/stock.h:
3054           added Inkboard UI stock items
3056         * src/dialogs/whiteboard*:
3057           old C/Gtk Inkboard dialogs for collecting user input necessary
3058           to establish Jabber connections and Inkboard sessions (they're
3059           still used in some parts of the Inkboard code)
3061         * src/Makefile.am, src/Makefile_insert, src/desktop.cpp, 
3062           src/desktop.h, src/document.cpp, src/file.cpp, src/file.h,
3063           src/menus-skeleton.h, src/verbs.cpp, src/verbs.h:
3064           added necessary UI code to access Inkboard functions
3066         * src/jabber_whiteboard/Makefile_insert,
3067           src/jabber_whiteboard/buddy-list-manager.*,
3068           src/jabber_whiteboard/callbacks.*,
3069           src/jabber_whiteboard/chat-handler.*,
3070           src/jabber_whiteboard/connection-establishment.*,
3071           src/jabber_whiteboard/defines.h,
3072           src/jabber_whiteboard/error*,
3073           src/jabber_whiteboard/internal-constants.*,
3074           src/jabber_whiteboard/invitation-confirm-dialog.*,
3075           src/jabber_whiteboard/jabber-handlers.*,
3076           src/jabber_whiteboard/makefile*,
3077           src/jabber_whiteboard/message-*,
3078           src/jabber_whiteboard/node-*,
3079           src/jabber_whiteboard/received-message-helpers.cpp,
3080           src/jabber_whiteboard/player-functors.*,
3081           src/jabber_whiteboard/session-*,
3082           src/jabber_whiteboard/tracker-node.h,
3083           src/jabber_whiteboard/typedefs.h:
3084           Initial commit of Inkboard code
3085         * src/ui/dialog/session-player*,
3086           src/ui/dialog/whiteboard*:
3087           C++/Gtkmm replacements for some old C/Gtk dialogs
3088         * configure.ac:
3089           added Inkboard configure checks
3090         * src/ui/view/edit.cpp,
3091           src/ui/view/edit.h,
3092           src/ui/view/view.cpp:
3093           added Inkboard code stubs to new Gtkmm code
3094         * share/ui/menus-bars.xml:
3095           added Inkboard code stubs to menu UI XML
3097 2005-08-01  Ralf Stephan <ralf@ark.in-berlin.de>
3099         * src/sp-object.cpp: improved doxygen documentation
3101 2005-07-31  Ralf Stephan <ralf@ark.in-berlin.de>
3103         * src/nodepath.cpp: removed three dependencies
3105 2005-07-31  MenTaLguY  <mental@rydia.net>
3107         * src/sp-object.cpp, src/sp-object.h, src/sp-use.cpp:
3108           adopt more consistent refcounting policy
3110         * src/sp-object.h: make second parameter to sp_object_ref and
3111           sp_object_unref optional
3113 2005-07-30  Ralf Stephan <ralf@ark.in-berlin.de>
3115         * src/draw-anchor.cpp, src/nodepath.h: reduced dependencies
3116         * src/nodepath.cpp: removed duplicate dependency, added two from 
3117           nodepath.h, made triangle_area() inline
3118         * src/node-context.cpp: added dependency removed from nodepath.h
3119         * src/Doxyfile: added 2 further files to the scanned list
3120         * src/nodepath.h: moved function docs into nodepath.cpp
3121         * src/color.cpp: made file work with src/Doxyfile
3122         * src/color.cpp, src/draw-anchor.cpp, src/geom.cpp, src/nodepath.cpp:
3123           improved doxygen documentation
3124         * src/event-context.cpp: added a \todo
3125         * src/geom.cpp: added editor footer
3127 2005-07-30  Ted Gould  <ted@gould.cx>
3129         * src/Makefile_insert, src/inkscape.cpp, src/inkscape.h,
3130         src/interface.cpp, src/selection.cpp, src/verbs.cpp, src/verbs.h,
3131         src/extension/effect.cpp, src/extension/effect.h, src/menus-skeleton.h:
3133         Doing two things.  One, making menus configurable by an external xml file
3134         and the second is enabling sensitivity in the verbs.  These are both in
3135         pretty basic states right now, but workable.
3137 2005-07-29  MenTaLguY  <mental@rydia.net>
3139         * src/shortcuts.cpp: made Ctrl+Shift+G the "primary" ungroup shortcut
3141 2005-07-28  Carl Hetherington  <inkscape@carlh.net>
3143         * src/arc-context.cpp: CodingStyle.  Replace gboolean with bool.
3145         * src/desktop-events.cpp: CodingStyle: whitespace.  Add editor
3146         variables block.  gboolean exorcism.  Declaration-to-first-use fixes.
3147         
3149 2005-07-27  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3151         * src/style.h (SP_SCALE24_MAX): Change from 0xffffff to 0xff0000,
3152           and add documentation for choice of value.
3153           (SP_SCALE24_TO_FLOAT) Return a double instead of a float.
3154           (SP_SCALE24_FROM_FLOAT) Change rounding behaviour.
3155           These changes are intended to combat float rounding bugs on x86.
3157         * src/style.cpp (sp_style_merge_from_style_string): Use libcroco
3158           to parse style="..." attribute strings, to improve CSS parsing.
3160 2005-07-27  Ralf Stephan <ralf@ark.in-berlin.de>
3162         * src/Doxyfile: added 10 further files to the scanned list
3163         * src/gc-anchored.h, src/gc-managed.h, src/object-hierarchy.h, 
3164           src/pencil-context.h, src/selection.h, src/sp-object.h, src/sp-spiral.h, 
3165           src/svg-view.h, src/verbs.h, src/livarot/float-line.h, src/util/list.h, 
3166           src/widgets/paint-selector.h, src/xml/repr.h: 
3167           made file work with src/Doxyfile
3168         * src/livarot/int-line.h, src/livarot/float-line.h: 
3169           moved part of documentation into *.cpp file
3170         * src/gc-anchored.h, src/knot-holder-entity.h, src/nodepath.h, 
3171           src/pen-context.h, src/pencil-context.h, src/selection.h, 
3172           src/sp-gradient.h, src/sp-gradient.cpp, src/sp-item.h, src/sp-object.h, 
3173           src/sp-spiral.h, src/style.h, src/svg-view.h, src/extension/extension.h, 
3174           src/libnr/nr-matrix.h, src/livarot/int-line.h, src/livarot/int-line.cpp, 
3175           src/livarot/float-line.h, src/livarot/float-line.cpp, 
3176           src/livarot/sweep-event.h, src/livarot/sweep-event-queue.h, 
3177           src/util/list.h, src/widgets/paint-selector.h, src/xml/repr.h, 
3178           src/xml/repr.cpp: documentation improvements
3179         * src/sp-item.h: added editor footer
3181 2005-07-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3183         * src/svg/stringstream.h, src/svg/stringstream.cpp:
3184           Trim trailing zeros from after the decimal point when writing
3185           float or double to Inkscape::SVGOStringStream.
3186         * src/style-test.cpp: Update expected output accordingly.
3187         * src/svg/stringstream-test.h: New unit test.
3188         * src/Makefile.am, src/svg/Makefile_insert: Add the new unit test.
3189         * src/svg/Makefile_insert:
3190           Don't link unused ftos.cpp, but do link new file stringstream.cpp.
3192 2005-07-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3194         * share/icons/icons.svg: Add icon for connector context.
3196 2005-07-25  Ralf Stephan <ralf@ark.in-berlin.de>
3198         * src/libnr/nr-pixblock.h:  interface cleanup of NRPixBlock: size and mode
3199           are now named enums, empty is now bool, changes to function interfaces 
3200           because of that, changed C macros to C++ inline functions, changed clean 
3201           flag in some function interfaces from int to bool.
3202         * src/libnr/nr-pixblock.cpp:  adaptations due to changes in nr-pixblock.h,
3203           added assert to ...setup_extern() which remains a bit ... risky,
3204         * src/display/sp-canvas.cpp: 
3205           made sp_canvas_item_construct() static, inlined two other functions
3206         * src/svg-view.cpp: piped emit_resized through C++ façade (incomplete)
3207         * src/ui/view/view.h: removed legacyMessageContext() member
3208         * src/Doxyfile: added files, and options to collect todo and bugs
3209         * src/display/curve.cpp: moved member docs into curve.h
3210         * src/event-context.cpp: long line cosmetics, moved a function for clarity
3211         * src/sp-offset.h, src/sp-spiral.cpp, src/svg-view.cpp, 
3212           src/libnr/nr-types.h: added editor footer
3213         * src/color-rgba.h, src/draw-anchor.h, src/event-context.*, src/knot-*.h, 
3214           src/message-*.h, src/modifier-fns.h, src/nodepath.h, 
3215           src/pencil-context.cpp, src/pen-context.*, src/snap.*, src/sp-gradient.h, 
3216           src/sp-gradient-fns.h, src/sp-item.cpp, src/sp-item-notify-moveto.h, 
3217           src/sp-linear-gradient*, src/sp-offset.*, src/sp-radial-gradient*, 
3218           src/sp-spiral.cpp, src/style.cpp, src/svg-view.cpp, src/verbs.cpp, 
3219           src/dialogs/export.cpp, src/display/bezier-utils.cpp, 
3220           src/display/curve.*, src/diplay/sp-canvas.*, 
3221           src/extension/implementation/plugin*, src/extension/internal/gimpgrad.h, 
3222           src/libnr/nr-matrix.h, src/libnr/nr-matrix-scale-ops.h, 
3223           src/libnr/nr-matrix-translate-ops.h, src/libnr/nr-pixblock.*, 
3224           src/libnr/nr-point.h, src/libnr/nr-rotate.h, src/libnr/nr-rotate-fns.h, 
3225           src/libnr/nr-scale-matrix-ops.h, src/libnr/nr-types.h, 
3226           src/livarot/int-line.h, src/ui/view/view.*:
3227           
3228           made file work with src/Doxygen, doxygen documentation improvements
3230 2005-07-24  Ted Gould  <ted@gould.cx>
3232         * 0.42 Release
3234 2005-07-21  Ted Gould  <ted@gould.cx>
3236         * 0.42pre3
3238 2005-05-21  Kees Cook  <kees@outflux.net>
3240         * share/icons/*xpm, src/ui/dialog/transformation.cpp,
3241           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h:
3242           Hooked up Gtkmmified Icon manager correctly.  (bug 1217367)
3243         * Makefile.mingw, Makefile.mingw.common: patch 1241293 for build fixes
3245 2005-07-12  Ted Gould  <ted@gould.cx>
3247         * 0.42pre2
3249 2005-07-11  MenTaLguY  <mental@rydia.net>
3251         * src/debug/logger.cpp: wrap stack vector in method to avoid
3252           potential static initialization issues
3254         * src/sp-object.cpp: add refcount logging
3256 2005-07-09  MenTaLguY  <mental@rydia.net>
3258         * src/document-undo.cpp, src/inkscape.cpp, src/debug/event.h,
3259           src/debug/logger.cpp, src/debug/logger.h, src/debug/simple-event.h,
3260           src/xml/composite-node-observer.cpp, src/xml/event.cpp,
3261           src/xml/simple-node.cpp:
3263           Categorize debugging events and add the ability to filter them
3264           via setting the INKSCAPE_DEBUG_FILTER environment variable to
3265           a comma-separated list of debug event categories.
3267 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
3269         * src/interface.cpp: Spackle for Bug 1217361 "freeze on quitting 
3270         with transform dialog"
3272 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
3274         * src/interface.cpp: Whitespace changes only
3276 2005-07-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3278         * Info.plist.in, packaging/osx-app.sh, packaging/macosx/*:
3280         Changes and new files required to build an Inkscape dmg on Mac OS X.
3282 2005-07-05  Ted Gould  <ted@gould.cx>
3284         * 0.42pre1
3286 2005-07-04  MenTaLguY  <mental@rydia.net>
3288         * src/sp-metadata.cpp: strip id= attributes under rdf:RDF elements
3290 2005-07-04  MenTaLguY  <mental@rydia.net>
3292         * src/sp-object.cpp, src/xml/node-fns.h, src/xml/node-fns.cpp:
3293           don't force id= attributes on anything except elements in the SVG,
3294           Sodipodi, or Inkscape namespaces.
3296 2005-07-04  MenTaLguY  <mental@rydia.net>
3298         * src/verbs.cpp: redo cryve's fix to use defaultLabel() rather than
3299           label()
3301 2005-07-04  Bryce Harrington <bryce@bryceharrington.org>
3303         * src/livarot/float-line.cpp:  Patch from Ralf Stephan
3304         <ralf@ark.in-berlin.de> to suppress two warnings.
3305         
3306 2005-06-28  Ted Gould  <ted@gould.cx>
3308         * src/verbs.h:
3310         Changing from gnu::hash_map to std::map.  The only reason this was a
3311         hash_map before is because I was stealing code that I didn't understand,
3312         and a std::map works as well.  This fixes bug #1172199 for Tru64.
3314 2005-06-28  Ted Gould  <ted@gould.cx>
3316         * src/extension/dependency.cpp:
3318         Fix for #1169396 -- setting the default type for a dependency to file,
3319         this seems to be the only way that the print function could end up using
3320         undefined memory, and then passing it on the gettext.
3322 2005-06-28  Ted Gould  <ted@gould.cx>
3324         * src/extension/implementation/script.cpp,
3325         src/extension/implementation/script.h:
3327         Adding support for information coming back on STDERR from scripts.  This
3328         fixes bug #1220959 and RFE #1178941
3330 2005-07-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3332         * src/sp-stop.h, sp-gradient.cpp, widgets/gradient-vector.cpp:
3333           Implement currentColor as possible value for stop-color, as per spec.
3335 2005-07-02  Kees Cook  <kees@outflux.net>
3337         * src/dialog/rdf.cpp: Added FreeArt license, RFE #1230981.
3339 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
3341         * inkscape.nsi:  Fix for bug #1230744 'wrong installer language'
3342         by theadib.
3344         * src/swatches.cpp: Fix for bug #1217973.  The KDE swatches file
3345         consists of 3 column numbers (missing 4th column), and also lacks
3346         an ending newline.  In this situation, the name variable returned
3347         from trim() could be null, thus causing a segfault when used as an
3348         input to Glib::ustring.
3350         * src/sp-image.cpp: Patch for bug #1210100 by bpfowler to help
3351         narrow in on the cause of the bug.
3353         * README:  Requested change for bug #1174991.  Directions for
3354         installation of perl libs
3355         
3356 2005-07-01  Ben Fowler  <bpfowler@users.sourceforge.net>
3358         * src/desktop.cpp src/svg-view.cpp src/dialogs/display-settings.cpp 
3359         src/dialogs/export.cpp src/dialogs/find.cpp 
3360         src/extension/internal/ps.cpp: Replaced calls to gtk_widget_set_usize 
3361         with GTK2 version.
3363 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
3365         * inkscape.pod, src/main.cpp: Applying Makzu's patch to implement
3366           --vacuum-defs
3368 2005-06-28  Ted Gould  <ted@gould.cx>
3370         * 0.42pre0
3372 2005-06-23  MenTaLguY  <mental@rydia.net>
3374         * src/extension/implementation/script.cpp:
3375           support for ruby scripts (interpreter="ruby")
3377 2005-06-20  Ted Gould  <ted@gould.cx>
3379         * src/desktop.cpp, src/desktop.h, src/document-private.h,
3380         src/document.cpp, src/document.h, src/extension/effect.h,
3381         src/extension/implementation/script.cpp:
3383         Adding in a signal to show that the document is being reconstructed from
3384         another document.  This is used by the scripting extensions implementation
3385         to say to the desktops that they need to save their object references
3386         as strings instead of pointers -- and then recreate them when the
3387         reconstruction is complete.
3389         * src/extension/prefdialog.cpp: Making "OK" have focus.
3391         * src/verbs.cpp, src/verbs.h: Some prototype code to start making verbs
3392         sensitive or not.  Not tied in to anything currently.
3394 2005-06-20  MenTaLguY  <mental@rydia.net>
3396         * src/xml/repr-io.cpp: whoops... don't emit xmlns:xml
3398 2005-06-18  Richard Hughes  <cyreve@users.sourceforge.net>
3400         * src/text-context.cpp, src/text-context.h, src/libnrtype/Layout-TNG.h:
3401           implement double- and triple-clicking of text for selecting the
3402           current word and line respectively
3404 2005-06-16  MenTaLguY  <mental@rydia.net>
3406         * src/interface.cpp: removed "Go to root" context menu item
3408         * src/widgets/layer-selector.cpp: hide "(root)" unless it is the current
3409           layer
3411 2005-06-11  Aaron Spike  <aaron@ekips.org>
3413         * confiugre.ac,
3414           packaging/autopackage/default.apspec.in:
3416           Adding the autopackage specfile
3418 2005-06-10  Richard Hughes  <cyreve@users.sourceforge.net>
3420         * src/text-context.cpp:
3421           use ctrl-left/right for moving cursor by word in text mode,
3422           and ctrl-a for select all text
3424 2005-06-09  Bryce Harrington <bryce@bryceharrington.org>
3426         * src/ui/dialogs/align-and-distribute.cpp,
3427           src/ui/dialogs/align-and-distribute.h,
3428           src/verbs.cpp:
3429           Hooking up Aubanel's new align and distribute dialog
3431 2005-06-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3433         * src/text-context.cpp (sp_text_context_root_handler):
3434           Greater conformance to ISO 14755 for unicode entry.  We now
3435           implement all of the ``Basic method'' portion of that spec
3436           except for non-latin hexadecimal digits (first 6 letters of
3437           other alphabets).  (Instead, we do the same as for all other
3438           shortcuts, viz. force a group0 (latin) interpretation of the
3439           keypress.)
3441 2005-06-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3443         * src/pen-context.cpp (spdc_endpoint_snap): Pen tool: do snapping
3444           (i.e. namedview_free_snap_all_types) even for initial point.
3446         * src/Makefile.am (INCLUDES), src/extension/script/Makefile_insert
3447         (extension_script_libscript_a_CXXFLAGS):
3449           Put PERL_CFLAGS PYTHON_CFLAGS into global INCLUDES rather than
3450           using a libscript_a_CXXFLAGS var (which involved creating .o files
3451           specific to that lib).
3453 2005-06-06  Ted Gould  <ted@gould.cx>
3455         * src/extensions/effect.cpp:
3457         Adding in the code so that effects can be undoable.
3459         * src/extensions/implementation/script.[cpp,h]
3461         Adding in the code so that a new window is not displayed when an
3462         effect is executed.  Now it is in the same window (much nicer).
3464         * src/extensions/internal/latex*.[cpp,h]
3466         Patches from the mailing list to add LaTeX output.
3468 2005-06-04  MenTaLguY  <mental@rydia.net>
3470         * src/extensions/init.cpp:
3472           That tears it.  Showing the error dialog on startup goes.  I've
3473           had to respond to one too many bloody bug reports.  If we released
3474           0.42 with this too we'll drive away users permanently.  As it was,
3475           a lot of people were assuming 0.41 was broken when they saw this
3476           and reverted to 0.40.
3478 2005-05-31  MenTaLguY  <mental@rydia.net>
3480         * src/preferences-skeleton.h: disable extension error dialog on startup
3481           -- I'm sick of hearing that Inkscape is broken because people see
3482           this dialog on startup.  It makes us look bad.
3483           
3484           We're not going to repeat this for 0.42 -- find a better approach.
3486 2005-05-28  MenTaLguY  <mental@rydia.net>
3488         * src/document.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
3489           src/sp-flowtext.cpp, src/sp-object.cpp, src/sp-object.h,
3490           src/sp-path.cpp, src/sp-rect.cpp, src/sp-root.cpp, src/sp-root.h,
3491           src/sp-shape.cpp, src/version.cpp, src/version.h:
3493           propagate SVG version upwards, and move SPVersion into Inkscape
3494           namespace
3496 2005-05-24  Simarilius  <Simarilius@yahoo.com>
3498         * src/verbs.cpp, src/dialogs/tiledialog.cpp, src/dialogs/tiledialog.h,
3499         src/ui/dialogs/dialog-manager.cpp
3500         
3501         Converted the tiledialog over to the inkscape:ui:dialog class and hooked
3502         it into dialog manager
3504 2005-05-24  Ted Gould  <ted@gould.cx>
3506         * src/extension/dependency.cpp, src/extension/extension.cpp,
3507         src/extension/extension.h, src/extension/init.cpp,
3508         src/extension/implementation/script.cpp:
3510         Applying patch 1199856 which allows Inkscape to have multiple directories
3511         for extensions.  Currently those are /share/inkscape/extensions and
3512         ~/.inkscape/extensions.  The patch was written by Aaron Spike.
3514 2005-05-23  Ted Gould  <ted@gould.cx>
3516         * share/extensions/<alot>
3518         Adding in Aaron Spike's extensions so that they come with the standard
3519         build.  Lot's of useful stuff that is worth having for most users.
3521 2005-05-19  MenTaLguY  <mental@rydia.net>
3523         * src/verbs.cpp, src/ui/dialog/align-and-distribute.h,
3524           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
3525           src/ui/dialog/document-preferences.h, src/ui/dialog/export.h,
3526           src/ui/dialog/extension-editor.h, src/ui/dialog/fill-and-stroke.h,
3527           src/ui/dialog/find.h, src/ui/dialog/inkscape-preferences.h,
3528           src/ui/dialog/layer-editor.h, src/ui/dialog/messages.h,
3529           src/ui/dialog/text-properties.h, src/ui/dialog/transformation.h,
3530           src/ui/dialog/xml-editor.h, src/ui/view/edit.cpp:
3532           refactoring of the dialog manager code, introducing factory
3533           functions and a method specifically for showing a dialog
3535 2005-05-19  MenTaLguY  <mental@rydia.net>
3537         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
3539           fix layer property undo crash bugs (#1192708 and #1171704)
3541 2005-05-19  MenTaLguY  <mental@rydia.net>
3543         * src/debug/Makefile_insert, src/debug/sysv-heap.cpp,
3544           src/debug/sysv-heap.h, src/gc.cpp, src/debug/gc-heap.h,
3545           src/debug/heap.cpp:
3547           moved GC Heap statistics stuff into libdebug to ease circular
3548           dependencies
3550 2005-05-17  MenTaLguY  <mental@rydia.net>
3552         * src/ui/dialog/memory.cpp:
3554           reduce magnitude of memory jitter somewhat by avoiding some vector
3555           resizing and copying
3557 2005-05-16  MenTaLguY  <mental@rydia.net>
3559         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
3561           revised Debug::Heap API slightly
3563         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
3565           thousands separators and other niceties.  'apply' now forces a
3566           garbage collection and immediate update.
3568 2005-05-16  MenTaLguY  <mental@rydia.net>
3570         * src/ui/dialog/memory.cpp: re-use existing rows, though it doesn't
3571           seem to help memory jitter much
3573 2005-05-15  MenTaLguY  <mental@rydia.net>
3575         * src/debug/heap.cpp: fix bounds error
3577         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
3578         
3579         flesh out basic memory info dialog
3581 2005-05-15  MenTaLguY  <mental@rydia.net>
3583         * configure.ac: cleaned up tests
3585         * src/debug/heap.cpp: fixed feature macro names
3587 2005-05-15  MenTaLguY  <mental@rydia.net>
3589         * configure.ac: added tests for mallinfo and malloc.h
3591         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
3593           fix up Debug::Heap API slightly
3595 2005-05-14  MenTaLguY  <mental@rydia.net>
3597         * src/interface.cpp, src/verbs.cpp, src/verbs.h,
3598           src/ui/dialog/Makefile_insert, src/ui/dialog/dialog-manager.cpp,
3599           src/ui/dialog/dialog-manager.h, src/ui/dialog/memory.cpp,
3600           src/ui/dialog/memory.h:
3601           
3602           added skeletal memory statistics dialog
3604 2005-05-12  Juerg Billeter  <j@bitron.ch>
3606         * configure.ac: Have pkgconfig explicitly require gdkmm-2.4 & glibmm-2.4
3607         (used directly by Inkscape), rather than relying on transitive
3608         dependencies.  It's said that this is required in some cases with
3609         pkgconfig 0.17 and later.
3611 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
3613         * ChangeLog configure.ac src/Makefile_insert src/desktop-widget.h
3614           src/desktop.h src/dropper-context.cpp src/file.cpp
3615           src/shortcuts.cpp src/sp-text.cpp src/splivarot.cpp
3616           src/svg-view.h src/text-context.cpp src/verbs.cpp
3617           src/extension/implementation/plugin-link.h
3618           src/extension/internal/grid.cpp src/helper/action.h
3619           src/helper/window.cpp src/ui/dialog/dialog.cpp
3620           src/ui/dialog/messages.cpp src/ui/view/view.cpp
3621           src/ui/view/view.h:   
3623           Moving view.* into src/ui/view/
3624         
3625 2005-05-09  MenTaLguY  <mental@rydia.net>
3627         * src/gc-alloc.h: const-correctness fix
3629 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
3631         * configure.ac:  Defaulting with-gnome-vfs to on if library is
3632           present. 
3633         
3634         * po/POTFILES.in : Fixed error causing compile failure
3636         * src/Makefile_insert src/arc-context.cpp src/desktop-events.cpp
3637            src/desktop.cpp src/desktop.h src/dyna-draw-context.cpp
3638            src/gradient-context.cpp src/gradient-toolbar.cpp
3639            src/interface.cpp src/make.dep src/make.files
3640            src/rect-context.cpp src/select-context.cpp
3641            src/select-toolbar.cpp src/seltrans.cpp src/spiral-context.cpp
3642            src/star-context.cpp src/toolbox.cpp src/verbs.cpp src/view.cpp
3643            src/view.h src/application/application.cpp
3644            src/application/application.h src/application/editor.cpp
3645            src/application/editor.h src/ui/dialog/align-and-distribute.cpp
3646            src/ui/dialog/align-and-distribute.h
3647            src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h
3648            src/ui/dialog/dialog.cpp src/ui/dialog/dialog.h
3649            src/ui/dialog/document-preferences.cpp
3650            src/ui/dialog/document-preferences.h src/ui/dialog/export.cpp
3651            src/ui/dialog/export.h src/ui/dialog/extension-editor.cpp
3652            src/ui/dialog/extension-editor.h
3653            src/ui/dialog/fill-and-stroke.cpp
3654            src/ui/dialog/fill-and-stroke.h src/ui/dialog/find.cpp
3655            src/ui/dialog/find.h src/ui/dialog/inkscape-preferences.cpp
3656            src/ui/dialog/inkscape-preferences.h
3657            src/ui/dialog/layer-editor.cpp src/ui/dialog/layer-editor.h
3658            src/ui/dialog/messages.h src/ui/dialog/text-properties.cpp
3659            src/ui/dialog/text-properties.h
3660            src/ui/dialog/transformation.cpp src/ui/dialog/transformation.h
3661            src/ui/dialog/tree-editor.h src/ui/dialog/xml-editor.cpp
3662            src/ui/dialog/xml-editor.h src/ui/view/Makefile_insert
3663            src/ui/view/edit.cpp src/ui/view/edit.h :
3665            Renaming sp-desktop-widget.h to desktop-widget.h for
3666            consistency with other desktop files.  Beginning migration of
3667            desktop-* and view* files into ui/view/ subdir.  Incorporating
3668            DialogManager into existing SPDesktop code.  Making SPView
3669            derive from GObject.  Changing Messages dialog to run via
3670            DialogManager.  Removing getName() and getDesc() routines from
3671            Dialogs.  
3672         
3673 2005-05-08  MenTaLguY  <mental@rydia.net>
3675         * src/Makefile_insert: change link order since the GC code now
3676           depends on the debugging stuff
3678         * src/debug/Makefile_insert, src/debug/heap.cpp, src/debug/heap.h:
3680           added heap statistics stuff
3682         * src/gc.cpp: register the GC heap with the heap statistics facility
3684 2005-05-07  MenTaLguY  <mental@rydia.net>
3686         * src/gc-anchored.h, src/gc-core.h, src/gc-finalized.h,
3687           src/gc-managed.h, src/gc.cpp:
3689           hide the global Ops structure from the outside world, and expose
3690           some additional libgc API.
3692 2005-05-07  Ted Gould  <ted@gould.cx>
3694         * src/extension/parameter.cpp: bug fix for empty string parameter
3696         * share/extensions/dropshadow.inx,
3697         src/extension/implementation/script.cpp:
3699         Adding in an "interpreter" attribute for "command" that will prepend
3700         the command with the interpreter.  Right now only "perl" and "python"
3701         work, and they only prepend "perl" and "python", but more will be
3702         added later.
3704 2005-05-07  MenTaLguY  <mental@rydia.net>
3706         * src/xml/composite-node-observer.cpp: bug fixes
3708         * src/xml/simple-node.cpp, src/xml/simple-node.h: switch to using
3709           CompositeNodeObserver, which has saner add/remove semantics
3711         * src/util/list-container-test.cpp: add another test, just to be sure
3713         * src/dialogs/xml-tree.cpp: remove need for is_interactive flag on
3714           attribute changes (the flag is effectively disabled by the other
3715           changes)
3717 2005-05-05  MenTaLguY  <mental@rydia.net>
3719         * src/debug/event.h, src/debug/logger.cpp:
3721           PropertyPair is now its own class
3722         
3723         * src/xml/simple-node.cpp: add logging of XML node mutation
3725         * src/xml/Makefile_insert, src/xml/composite-node-observer.cpp,
3726           src/xml/composite-node-observer.h:
3728           added CompositeNodeObserver class, which will eventually replace
3729           the existing notifier lists
3731 2005-05-05  MenTaLguY  <mental@rydia.net>
3733         * src/inkscape.cpp: try to cleanly terminate log in case of crashes
3735 2005-05-05  MenTaLguY  <mental@rydia.net>
3737         * src/document-undo.cpp, src/debug/Makefile_insert, src/debug/logger.cpp,
3738           src/debug/simple-event.h, src/xml/event.cpp:
3740           add debug logging for undo+redo+transactions
3742 2005-05-05  MenTaLguY  <mental@rydia.net>
3744         * src/inkscape.cpp, src/main.cpp: initialize and shutdown debug log
3745           from more reliable place
3747         * src/debug/logger.cpp: clean up log via std::atexit()
3749 2005-05-04  MenTaLguY  <mental@rydia.net>
3751         * configure.ac, src/Makefile.am, src/Makefile_insert,
3752           src/debug/Makefile_insert, src/debug/makefile.in:
3754           added src/debug/ subdir
3756         * src/gc-alloc.h: no default management type for now
3758         * src/debug/event-tracker.h, src/debug/event.h, src/debug/logger.cpp,
3759           src/debug/logger.h: simple XML logging facility
3761         * src/util/Makefile_insert: fixed cut-and-paste error
3763 2005-04-29  Jon A. Cruz  <jon@joncruz.org>
3764         * src/dialogs/swatches.cpp, src/dialogs/eek-preview.h,
3765           src/dialogs/eek-preview.cpp:
3767         Added property to swatch to block taking focus.
3769 2005-04-28  Jon A. Cruz  <jon@joncruz.org>
3770         * src/dialogs/Makefile_insert, src/dialogs/eek-preview.cpp,
3771           src/dialogs/eek-preview.h, src/dialogs/swatches.cpp,
3772           src/dialogs/swatches.h, src/ui/previewholder.cpp,
3773           src/ui/previewable.h, src/ui/widget/panel.cpp:
3775           Adding new widget for color swatch usage.
3777 2005-04-24  Bryce Harrington <bryce@bryceharrington.org>
3779         * src/Makefile.am src/Makefile_insert,
3780           src/application/Makefile_insert, src/application/editor.cpp,
3781           src/application/editor.h, src/extension/internal/svg.cpp,
3782           src/ui/Makefile_insert, src/ui/view/Makefile_insert,
3783           src/ui/view/edit.cpp, src/ui/view/edit.h, src/ui/view/makefile.in,
3784           src/application/editor-impl.cpp, src/application/editor-impl.h:
3786           Renaming EditorImpl to UI::View::Edit
3788           Fixing bug 1185873 "batch mode crasher" caused by VFS being
3789           called with relative paths.  Adding a check to see whether the
3790           input is a valid uri, and if not, just calling sp_document_new
3791           directly.
3794 2005-04-23  Ted Gould  <ted@gould.cx>
3796         * src/extension/input.cpp, src/extension/input.h,
3797         src/extension/output.cpp, src/extension/output.h,
3798         src/extension/system.cpp, src/extension/implementation/implementation.cpp,
3799         src/extension/implementation/implementation.h,
3800         src/extension/implementation/plugin-link.h,
3801         src/extension/implementation/plugin.cpp,
3802         src/extension/implementation/plugin.h,
3803         src/extension/implementation/script.cpp,
3804         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
3805         src/extension/internal/eps-out.h:
3807         Changing the prototype for the input/output preferences to be closer to
3808         that of Effects.  This is a good thing because now autogui can be used for
3809         all, and it is much cleaner.  Unfortunately, this caused alot of files to
3810         be changed.  Also, this sets up the extensions dialog (we're only using
3811         one now) to be integrated into the GTKmm codebase easier.
3813 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3814         * src/widgets/sp-color-wheel-selector.cpp,
3815           src/widgets/sp-color-scales.h, src/widgets/sp-color-slider.cpp,
3816           src/widgets/sp-color-scales.cpp:
3817         Changed CMYK selector to display values as 0-100. Fixes REF #1124499.
3819 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3820         * src/xml/repr-io.cpp:
3821         Expand entities; matches 0.41 behavior. Fixes bug #1157478.
3823 2005-04-20  Jon A. Cruz  <jon@joncruz.org>
3824         * src/sp-object-repr.cpp:
3825         Turned off the half-done <animate> element. Fixes bug #1119935.
3827 2005-04-19  Carl Hetherington  <inkscape@carlh.net>
3829         * src/pen-context.cpp: snap first point to grid correctly, fixing
3830         #1152057.  Remove a pointless call to spdc_endpoint_snap().
3832         * src/main.cpp: support for command-line export of PS and EPS,
3833         with options.
3835 2005-04-19  Piers Titus van der Torren  <piersvdt@users.sourceforge.net>
3836         * src/seltrans.cpp:
3837         Fixed skew so it displays and snaps to angle instead of percentage.
3839 2005-04-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3841         * src/extension/internal/pov-out.cpp (PovOutput::save):
3842         Was dividing component bytes by 256 instead of the usual 255 to get
3843         floating point component.  Changed to use sp_color_get_rgb_floatv
3844         instead.  (N.B. This change is wrong if pov files disallow 1.0.)
3846         Multiply opacity by product of all ancestors' opacity property computed
3847         value.
3849 2005-04-18  Carl Hetherington  <inkscape@carlh.net>
3851         * src/sp-line.cpp, src/dialogs/unclump.cpp,
3852         src/extension/internal/ps.cpp,
3853         src/libnrtype/Layout-TNG-Output.cpp,
3854         src/Layout-TNG-Scanline-Makers.cpp, src/livarot/PathCutting.cpp:
3855         add missing include of nr-point-matrix-ops.h.
3857 2005-04-17  Jon A. Cruz  <jon@joncruz.org>
3858         * src/toolbox.cpp:
3860         Corrected improper use of static. Fixes bug #1171919.
3862 2005-04-16  Ted Gould  <ted@gould.cx>
3864         * src/extension/extension.cpp, src/extension/parameter.cpp:
3866         Adding in autogui for strings and booleans.  Also making everything
3867         a little more robust.
3869 2005-04-17  cyreve  <cyreve@users.sourceforge.net>
3871         * src/: sp-text.cpp, sp-text.h, text-context.cpp, text-editing.cpp,
3872           text-editing.h, libnrtype/Layout-TNG-Compute.cpp: hook up keys
3873           for adding rotate= attribute to text elements
3875         * src/libnrtype/Layout-TNG-OutIter.cpp: visual cursor left/right in
3876           counterdirectional text runs
3878 2005-04-16  cyreve  <cyreve@users.sourceforge.net>
3880         * src/: display/nr-arena-glyphs.cpp, libnrtype/FontInstance.cpp,
3881           libnrtype/RasterFont.cpp, libnrtype/font-instance.h,
3882           libnrtype/font-style.h: make miter-limit work for text outlines
3883           (bug 1094430)
3885 2005-04-16  Ted Gould  <ted@gould.cx>
3887         * src/main.cpp:
3889         Added a command-line arguement --extension-directory to find what
3890         extension directory Inkscape is configured for.  This should be 
3891         helpful for external extensions that want to use the same path
3892         as Inkscape itself on their install.
3894         * src/extension/extension.cpp, src/extension/init.cpp:
3896         Putting in half of Aaron's fix, mostly the one to keep things from
3897         crashing, next we need to examine how to add multiple search paths
3898         for extension dependencies.
3900         Also, added a check so that autogui won't create a GUI if there are
3901         no preferences.
3903 2005-04-13  Jon Phillips <jon@rejon.org>
3904         * src/toolbox.cpp: removed code that was beeping and prepped for new
3905           drag-n-drop color swatches.
3907 2005-04-13  cyreve  <cyreve@users.sourceforge.net>
3909         * src/path-chemistry.cpp: wire up converting object to path for
3910           flowtext
3912 2005-04-13  Jon A. Cruz  <jon@joncruz.org>
3913         * src/dialogs/swatches.cpp:
3915         Simple drag-n-drop out from color swatches.
3917 2005-04-12  cyreve  <cyreve@users.sourceforge.net>
3919         * src/: selection-chemistry.cpp, text-context.cpp, text-context.h,
3920           text-editing.cpp, text-editing.h: cut and copy selected text (bug
3921           1175441)
3923 2005-04-12  Ted Gould  <ted@gould.cx>
3925         * src/extension/extension.cpp, src/extension/extension.h,
3926         src/extension/parameter.cpp, src/extension/parameter.h,
3927         src/extension/implementation/script.cpp:
3929         This is support for having command line arguments from the parameters,
3930         mostly this is a quick hack to get Aaron working, I'll clean it up
3931         shortly, I promise.  But, it does seem to be working right now.  More
3932         polish shortly.
3934 2005-04-10  Jon A. Cruz  <jon@joncruz.org>
3935         * src/interface.cpp:
3937         Adding drag-n-drop support for arbitrary images. Fixes bug 1177714.
3940 2005-04-10  Ted Gould  <ted@gould.cx>
3942         * Lots of files:
3944         Moving around the plugins, and disabling the feature.  I've put all
3945         the functionality into the internal directory.  This should allow for
3946         the features to be used until plugins could work.  Also, adding in
3947         features to do autogui with the parameters of a given extension.
3949 2005-04-09  Bryce <bryce@bryceharrington.org>
3951         * src/view.h, src/application/editor-impl.cpp,
3952           src/application/editor-impl.h, src/svg-view.h:
3954           C++-ification.  Created some C++ wrapper member functions for
3955           SPView and SPSVGView, to enable Gtkmmification of SPDesktop
3957 2005-04-09  MenTaLguY  <mental@rydia.net>
3959         * src/selection.cpp, src/selection.h, src/dialogs/align.cpp,
3960           src/extension/implementation/script.cpp,
3961           src/extension/plugin/bluredge.cpp, src/util/glib-list-iterators.h:
3963           excise STL abuse, and fix up the glib list iterators
3965 2005-04-09  MenTaLguY  <mental@rydia.net>
3967         * src/file.cpp, src/interface.cpp, src/shortcuts.cpp,
3968           src/sp-object-repr.cpp, src/sp-skeleton.cpp, src/verbs.cpp,
3969           src/dialogs/export.cpp, src/display/nr-arena-item.cpp,
3970           src/libnrtype/FontFactory.cpp, src/libnrtype/TextWrapper.h,
3971           src/livarot/ShapeMisc.cpp, src/livarot/float-line.cpp:
3973           combined several different 64-bit cleanness patches
3975 2005-04-08 Jon Phillips <jon@rejon.org>
3976         * src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h: 
3977           added copyright statements about dialog manager code I wrote.
3979 2005-04-08  MenTaLguY  <mental@rydia.net>
3981         * src/draw-context.cpp, src/dyna-draw-context.cpp, src/path-chemistry.cpp,
3982           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
3983           src/splivarot.cpp, src/extension/plugin/bluredge.cpp,
3984           src/trace/trace.cpp:
3986           renaming Inkscape::Selection methods that deal with XML::Nodes
3988 2005-04-08  MenTaLguY  <mental@rydia.net>
3990         * src/document-undo.cpp: try again with handling incomplete transactions
3991           more gracefully
3993 2005-04-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3995         * src/io/sys.h, src/io/sys.cpp (dir_open, dir_read_utf8name):
3996           New functions: utf8 wrappers around g_dir_open, g_dir_read_name.
3998 2005-04-02  Bryce Harrington <bryce@bryceharrington.org>
4000         * configure.ac share/ui/menus-bars.xml, src/Makefile.am,
4001           src/Makefile_insert, src/file.cpp,
4002           src/application/editor-impl.cpp,
4003           src/application/editor-impl.h,
4004           src/extension/init.cpp, src/extension/input.cpp,
4005           src/extension/system.cpp,
4006           src/extension/implementation/implementation.cpp,
4007           src/extension/implementation/plugin.cpp,
4008           src/extension/implementation/script.cpp,
4009           src/extension/internal/svg.cpp
4010         : Implementing preliminary load-from-URI functionality.
4011         
4013 2005-04-02  MenTaLguY  <mental@rydia.net>
4015         * src/document-undo.cpp, src/xml/event-fns.h, src/xml/event.cpp,
4016           src/xml/event.h:
4018           more debugging info for incomplete transactions
4020 2005-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4022         * src/sp-gradient.cpp: Fix crash with cycles in gradient hrefs.
4024 2005-04-01  Jon A. Cruz  <jon@joncruz.org>
4025         * src/ui/widget/panel.h, src/ui/widget/panel.cpp, src/ui/previewholder.h,
4026           src/ui/previewholder.cpp,src/dialogs/swatches.cpp,
4027           src/dialogs/swatches.h:
4028           Added UI for switching palettes
4030 2005-04-01  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4031         * src/style.cpp (sp_style_merge_from_dying_parent): New function to
4032           combine the styles of the <use> element and its ghost child when
4033           unlinking.
4034         * src/sp-use.cpp: Use it.
4036 2005-03-31  Jon A. Cruz  <jon@joncruz.org>
4037         * src/ui/widget/panel.cpp, src/ui/widget/panel.h, src/path-prefix.h,
4038           src/dialogs/swatches.cpp, src/dialogs/swatches.h
4039           share/palettes/Makefile.am, share/palettes/svg.gpl:
4040           Adding palette loading.
4042 2005-03-31 Jean-François Lemaire <jflemaire@skynet.be>
4043         * share/icons/David_icons.svg: new icon theme by David Christian Berg
4045         * share/icons/README.icons: explanations on how to use the theme
4047 2005-03-30  Jean-François Lemaire <jflemaire@skynet.be>
4048         * share/icons/icons.svg: included the layer menu icons
4050         * src/verbs.cpp: assigned names for the layer menu icons
4052 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
4053         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
4054           src/ui/previewholder.h, src/ui/previewfillable.h,
4055           src/dialogs/iconpreview.cpp, src/dialogs/swatches.cpp:
4056           Adding panel menu
4058 2005-03-27  Jon Phillips <jon@rejon.org>
4059         * src/toolbox.cpp src/toolbox.h src/ui/dialog/dialog-manager.cpp
4060           src/ui/dialog/dialog-manager.h: Added generic dialog adding,
4061           deleting, and getting and fixed toolboxes to be static with no
4062           warnings.
4064 2005-03-26  Bryce <bryce@bryceharrington.com>
4066         * share/ui/keybindings.rc, share/ui/menus-bars.xml
4067           src/application/editor-impl.cpp, src/application/editor-impl.h,
4068           src/extension/internal/svg.cpp, src/ui/dialog/Makefile_insert,
4069           src/ui/dialog/dialog-manager.cpp,
4070           src/ui/dialog/dialog-manager.h, src/ui/dialog/messages.cpp,
4071           src/ui/dialog/messages.h: Initial implementation of canvas in
4072           gtkmm.  Incorporating Messages dialog.
4075 2005-03-24  MenTaLguY  <mental@rydia.net>
4077         * src/sp-item.cpp: fix relative transforms to accommodate viewbox
4079 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
4081         * src/ui/Makefile_insert, src/dialogs/swatches.cpp,
4082           src/dialogs/swatches.h, src/ui/previewable.h,
4083           src/ui/previewfillable.h, src/ui/previewholder.cpp,
4084           src/ui/previewholder.h:
4085           Refactoring previewable functionality to be more generic
4087 2005-03-24  cyreve  <cyreve@users.sourceforge.net>
4089         * src/: text-context.cpp, text-editing.cpp, text-editing.h:
4090           functions for applying style to selected text, and wire them
4091           up to ctrl-b/ctrl-i for bold/italic
4093 2005-03-23  Jon Phillips <jon@rejon.org>
4094         * src/toolbox.h src/toolbox.cpp: Fixed warning messages.
4096 2005-03-23  Jon A. Cruz  <jon@joncruz.org>
4098         * src/ui/previewable.h, src/ui/Makefile_insert,
4099           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
4100           Preliminary work for 'Previewable' interface.
4102 2005-03-23  cyreve  <cyreve@users.sourceforge.net>
4104         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
4105           libnrtype/Layout-TNG-Output.cpp: make text on path work correctly
4106           with accent glyphs and suchlike
4108         * src/: text-chemistry.cpp, libnrtype/Layout-TNG.h: apply text's
4109           alignment to startOffset on new textpath elements, fixes bug
4110           1168145
4112         * src/libnrtype/Layout-TNG-OutIter.cpp: selecting text to the end
4113           sometimes displays wrong
4115 2005-03-22  MenTaLguY  <mental@rydia.net>
4117         * src/arc-context.cpp, src/desktop-handles.cpp,
4118           src/desktop-handles.h, src/desktop.cpp, src/desktop.h,
4119           src/document.h, src/draw-context.cpp, src/draw-context.h,
4120           src/file.cpp, src/forward.h, src/gradient-context.cpp,
4121           src/gradient-drag.cpp, src/gradient-drag.h, src/gradient-toolbar.cpp,
4122           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
4123           src/node-context.h, src/nodepath.cpp, src/object-ui.cpp,
4124           src/path-chemistry.cpp, src/rect-context.cpp, src/selcue.cpp,
4125           src/selcue.h, src/select-context.cpp, src/select-toolbar.cpp,
4126           src/selection-chemistry.cpp, src/selection-chemistry.h,
4127           src/selection-describer.cpp, src/selection-describer.h,
4128           src/selection.cpp, src/selection.h, src/seltrans.cpp,
4129           src/seltrans.h, src/sp-flowtext.cpp, src/spiral-context.cpp,
4130           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
4131           src/text-context.cpp, src/toolbox.cpp, src/verbs.cpp,
4132           src/dialogs/align.cpp, src/dialogs/clonetiler.cpp,
4133           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
4134           src/dialogs/find.cpp, src/dialogs/iconpreview.cpp,
4135           src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
4136           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4137           src/dialogs/tiledialog.cpp, src/dialogs/transformation.cpp,
4138           src/dialogs/xml-tree.cpp, src/extension/plugin/bluredge.cpp,
4139           src/extension/plugin/grid.cpp, src/trace/trace.cpp,
4140           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
4141           src/ui/dialog/transformation.cpp, src/ui/dialog/transformation.h,
4142           src/widgets/sp-widget.cpp, src/widgets/sp-widget.h:
4144           SPSelection -> Inkscape::Selection
4146 2005-03-22  cyreve  <cyreve@users.sourceforge.net>
4148         * src/text-context.cpp: pressing esc doesn't hide text selection
4150         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4151           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
4152           libnrtype/Layout-TNG.h: make text selection inverse
4154 2005-03-21  Jon Phillips <jon@rejon.org>
4156         * share/icons/icons.svg src/dropper-context.cpp
4157           src/dropper-context.h src/toolbox.cpp src/toolbox.h
4158           src/dialogs/display-settings.cpp: Added controls for eye dropper
4159           so that I could get color values. Removed option from application
4160           preferences.
4162 2005-03-21  MenTaLguY  <mental@rydia.net>
4164         * src/util/Makefile_insert, src/util/glib-list.h,
4165           src/util/glib-list-iterators.h:
4167           retired old Glib list to Util::List adaptor and replaced it with
4168           new iterator classes that directly wrap the Glib list types
4170 2005-03-21  cyreve  <cyreve@users.sourceforge.net>
4172         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp: text
4173           selection doesn't show when it starts at the end of a line
4175         * src/: text-context.cpp, text-editing.cpp: crash on overtyping
4176           selection, and displayed selection not removed on overtype
4178         * src/text-editing.cpp: kerning information placed wrongly in text
4179           after child span element
4181         * src/libnrtype/Layout-TNG-OutIter.cpp: crash when pressing home key
4183         * src/: text-context.cpp, text-context.h: text selection using the
4184           mouse
4186         * src/: make.dep, make.files, make.ofiles,
4187           libnrtype/Layout-TNG-OutIter.cpp: further optimisation of text
4188           selection, and an implementation for text on a path
4190         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp,
4191           libnrtype/Layout-TNG.h: optimisation of text selection and fixing
4192           some bugs in it
4194 2005-03-18  MenTaLguY  <mental@rydia.net>
4196         * src/arc-context.cpp, src/file.cpp, src/gradient-context.cpp,
4197           src/node-context.cpp, src/object-ui.cpp, src/path-chemistry.cpp,
4198           src/rect-context.cpp, src/select-context.cpp,
4199           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
4200           src/sp-flowtext.cpp, src/spiral-context.cpp, src/splivarot.cpp,
4201           src/star-context.cpp, src/text-chemistry.cpp, src/text-context.cpp,
4202           src/dialogs/find.cpp, src/dialogs/in-dt-coordsys.cpp,
4203           src/dialogs/xml-tree.cpp:
4205           cleaned up the selection API slightly
4207 2005-03-20  cyreve  <cyreve@users.sourceforge.net>
4209         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4210           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
4211           libnrtype/Layout-TNG.h: initial implementation of text selection
4212           (keyboard only)
4214         * src/libnrtype/Layout-TNG-OutIter.cpp: making
4215           createSelectionShape() work
4217         * src/: sp-text.cpp, sp-text.h: text-anchor sometimes won't work in
4218           text on a path when x/y coordinates are set
4220         * src/libnrtype/Layout-TNG-Output.cpp: text on path: cut characters
4221           before start of path and calculate bounding box correctly when
4222           this happens
4224 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
4225         * src/dialogs/Makefile_insert, src/dialogs/swatches.cpp,
4226           src/dialogs/swatches.h, src/verbs.h, src/verbs.cpp,
4227           src/interface.cpp:
4228           Initial cut of swatches panel.
4230 2005-03-19  cyreve  <cyreve@users.sourceforge.net>
4232         * src/libnrtype/Layout-TNG-Compute.cpp: rendering of
4233           multiple-character clusters in rtl text is wrong (bug 1166603)
4235         * src/: make.dep, make.files, make.ofiles, sp-text.cpp, sp-text.h,
4236           text-editing.cpp: glue kerning info back together on deleting
4237           line breaks
4239         * src/sp-tspan.cpp: textpath startOffset attribute doesn't save
4240           correctly when it's a percentage (remnants of bug 1124722)
4242         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4243           text-editing.h, libnrtype/Layout-TNG.h: use Layout::iterator for
4244           storing cursor position. Fixes bug 1093660 related to rtl cursor
4245           movement
4247         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG.h: implement
4248           backend cursor movement functions properly for multidirectional
4249           text
4251         * src/libnrtype/Layout-TNG-Output.cpp: create more efficient
4252           postscript output
4254         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG-Output.cpp,
4255           Layout-TNG.h: obey text-align attribute when fitting text to a
4256           path (fixes bug 1124722)
4258         * src/: attributes-test.cpp, attributes.cpp, attributes.h,
4259           sp-flowtext.cpp, sp-text.cpp, sp-tspan.cpp, sp-tspan.h,
4260           style-test.cpp, libnrtype/Layout-TNG-Output.cpp: wire up
4261           startOffset attribute to textpath and fix bugs in it
4263         * src/sp-flowtext.cpp: unflow text command loses formatting
4265         * src/xml/repr-io.cpp: xml pretty-printer adding whitespace in
4266           xml:space=preserve elements
4268         * src/: sp-flowtext.cpp, text-editing.cpp: line breaks not being
4269           put before strings immediately following para elements, and
4270           deleting line breaks copies style wrongly
4272 2005-03-18  MenTaLguY  <mental@rydia.net>
4274         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4275           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4276           src/xml/node-fns.cpp, src/xml/node-fns.h, src/xml/node-iterators.h,
4277           src/xml/repr.cpp, src/xml/simple-node.cpp:
4279           renamed node-fns-tree to node-fns, and moved sp_repr_prev etc
4280           into Inkscape::XML namespace (as e.g. previous_node)
4282 2005-03-18  cyreve  <cyreve@users.sourceforge.net>
4284         * src/libnrtype/Layout-TNG-Compute.cpp: cursor position on blank
4285           first line sometimes goes wrong
4287         * src/: make.dep, make.files, make.ofiles, text-editing.cpp:
4288           spurious line break added before text in text and font dialog
4289           (bug 1166016)
4291         * src/: make.dep, make.files, make.ofiles, libnrtype/FlowBoxes.cpp,
4292           libnrtype/FlowBoxes.h, libnrtype/FlowDefs.h,
4293           libnrtype/FlowDest.cpp, libnrtype/FlowDest.h,
4294           libnrtype/FlowEater.cpp, libnrtype/FlowEater.h,
4295           libnrtype/FlowRes.cpp, libnrtype/FlowRes.h,
4296           libnrtype/FlowResOut.cpp, libnrtype/FlowSols.cpp,
4297           libnrtype/FlowSols.h, libnrtype/FlowSrc.cpp, libnrtype/FlowSrc.h,
4298           libnrtype/FlowSrcText.cpp, libnrtype/FlowSrcText.h,
4299           libnrtype/FlowStyle.cpp, libnrtype/FlowStyle.h,
4300           libnrtype/FlowUtils.cpp, libnrtype/FlowUtils.h,
4301           libnrtype/Makefile_insert: remove all old text layout code (7,577
4302           lines)
4304         * src/: sp-flowregion.cpp, sp-flowregion.h, sp-flowtext.cpp,
4305           sp-string.cpp, sp-tspan.cpp: purge flow_dest class from code
4307         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
4308           libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: define a value
4309           for line-height:normal and use it consistently
4311         * src/: sp-text.cpp, sp-text.h, text-editing.cpp: adjust kerning
4312           attributes on adding/removing line breaks
4314 2005-03-17  MenTaLguY  <mental@rydia.net>
4316         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp:
4318           whoops, we were calling the 'children' vfunc rather than
4319           'last_child' when appending, hence the bug... fixed now.
4321 2005-03-17  cyreve  <cyreve@users.sourceforge.net>
4323         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
4324           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h: x,y
4325           attributes on tspans set wrongly when alignment != left (bug
4326           1165427)
4328         * src/: sp-text.cpp, sp-text.h: break before tspan role=line
4329           elements, ie allow first tspan not to have role=line
4331         * src/: make.dep, make.files, make.ofiles, sp-flowtext.cpp,
4332           sp-object.cpp: fix inheritance problems with xml:space attribute
4334         * src/libnrtype/Layout-TNG-OutIter.cpp: crash on pressing enter
4335           immediately after creating text
4337         * src/: object-ui.cpp, sp-flowtext.cpp: set xml:space=preserve on
4338           new flowdiv elements
4340         * src/libnrtype/Layout-TNG-Compute.cpp: second try at solving
4341           numerical problems when line-height is set
4343         * src/: sp-flowtext.cpp, sp-flowtext.h, verbs.cpp: slightly
4344           objectify SPFlowtext and rearrange its updating a tiny bit
4346         * src/: path-chemistry.cpp, sp-flowregion.cpp, sp-offset.cpp,
4347           sp-text.cpp, sp-text.h, sp-use-reference.cpp, splivarot.cpp:
4348           slightly objectify SPText & rearrange updating code, also fixes
4349           bug causing all letters to appear on top of each other
4351         * src/libnrtype/Layout-TNG-Compute.cpp: characters will draw
4352           multiple times when x or y attributes set
4354 2005-03-16  cyreve  <cyreve@users.sourceforge.net>
4356         * src/text-editing.cpp: kerning: add/remove kerns with
4357           insertion/deletion of characters, and only apply kerns to the
4358           topmost xml object
4360         * src/: help.cpp, selection-chemistry.cpp, sp-text.cpp, sp-text.h,
4361           text-context.cpp, text-editing.cpp, text-editing.h,
4362           dialogs/text-edit.cpp: move functions applying to both text and
4363           flowtext to text-editing & rename them. Also fixes crash on
4364           letter/linespacing adjustment for flowtext
4366         * src/text-editing.cpp: fix crash on pressing delete at the end of
4367           text
4369         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
4370           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h:
4371           position cursor correctly in empty text objects
4373         * src/: sp-item-group.cpp, sp-object.cpp: optimise adding children
4374           to the end of a group - big improvement for tile clones
4376         * src/: sp-flowtext.cpp, sp-text.cpp, text-context.cpp,
4377           text-editing.cpp, text-editing.h: text editing fixes: track line
4378           breaks with preceding para tag, finish abstracting line
4379           break/remove functions to work on flowtext
4381         * src/libnrtype/Layout-TNG-Compute.cpp: cursor positioning
4382           off-by-one in some cases of wrapped text
4384 2005-03-15  cyreve  <cyreve@users.sourceforge.net>
4386         * src/libnrtype/Layout-TNG-Compute.cpp: small tweak to make cursor
4387           positioning work right in counterdirectional spans in fully
4388           justified text
4390         * src/sp-text.cpp: tweak function for adjusting linespacing by
4391           keyboard to be more precise
4393         * src/: attributes-test.cpp, attributes.cpp, make.dep, make.files,
4394           make.ofiles, style-test.cpp, style.cpp,
4395           libnrtype/Layout-TNG-Output.cpp: make the unit tests pass for the
4396           new styles, and workaround build breakage when pango < 1.8
4397           installed
4399         * src/: sp-flowtext.cpp, sp-flowtext.h,
4400           libnrtype/Layout-TNG-Compute.cpp,
4401           libnrtype/Layout-TNG-Scanline-Makers.cpp, libnrtype/Layout-TNG.h:
4402           wiring up full justification to old attribute & fixing bugs in
4403           it, which turned in to a major refactoring of layout code
4405 2005-03-14  Jon Phillips <jon@rejon.org>
4406         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
4407           src/desktop.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4408           src/dialogs/desktop-properties.cpp:
4409           Added showpageshadow preference to document preferences. Set to
4410           on automatically and saves with document if off.
4412 2005-03-14  MenTaLguY  <mental@rydia.net>
4414         * src/display/nr-arena-item.h, src/display/nr-arena-item.cpp,
4415           src/display/nr-arena-group.cpp:
4417           added virtual accessor for last child
4419 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
4420         * src/interface.cpp, src/verb.cpp, src/verbs.h,
4421           src/ui/widget/panel.cpp, src/dialogs/Makefile_insert,
4422           src/dialogs/extensions.cpp, src/dialogs/extensions.h,
4423           src/extension/error-file.cpp:
4424           Added rough cut of initial extensions panel and dialog.
4426 2005-03-13  Bryce Harrington <bryce@bryceharrington.org>
4428         * src/path-prefix.h: Rearranging linking of libui and libutil
4430         * src/application/application.cpp, src/application/application.h
4431           src/application/editor-impl.cpp,
4432           src/ui/dialog/dialog-manager.cpp,  src/ui/dialog/dialog.cpp,
4433           src/ui/dialog/dialog.h, src/ui/widget/labelled.cpp,
4434           src/ui/dialog/transformation.h, src/ui/dialog/transformation.cpp,
4435           src/ui/widget/unit-menu.h, src/util/units.cpp:
4436           Integrating Transformation dialog.  Removing hardcoded paths.
4438         * share/icons/Makefile.in, share/icons/arrows-horiz.svg,
4439           share/icons/arrows-vert.svg, share/icons/arrows_hor.xpm,
4440           share/icons/arrows_ver.xpm, share/icons/rotate.svg,
4441           share/icons/rotate.xpm, share/icons/scale_hor.xpm,
4442           share/icons/scale_ver.xpm, share/icons/Makefile.am:
4443           Adding icons needed by transformation dialog
4445         * share/ui/units.txt,  share/ui/units.xml:
4446           Moving units into ui/ subdir.  Dunno if this is the best
4447           location for them, but pjrm thought it'd be ok for now.
4449 2005-03-13  cyreve  <cyreve@users.sourceforge.net>
4451         * src/sp-text.cpp: allow adjusting letter spacing when cursor is at
4452           eol
4454         * src/: make.dep, make.files, make.ofiles,
4455           libnrtype/Layout-TNG-Compute.cpp,
4456           libnrtype/Layout-TNG-OutIter.cpp,
4457           libnrtype/Layout-TNG-Output.cpp, libnrtype/Layout-TNG.h: fix
4458           kerning when align != left, and fix linespacing < 100
4460         * src/: sp-flowtext.cpp, sp-text.cpp, sp-text.h, style.cpp,
4461           style.h, libnrtype/Layout-TNG-Compute.cpp,
4462           libnrtype/Layout-TNG-Input.cpp, libnrtype/Layout-TNG-OutIter.cpp,
4463           libnrtype/Layout-TNG-Output.cpp,
4464           libnrtype/Layout-TNG-Scanline-Maker.h, libnrtype/Layout-TNG.h:
4465           implement line-height css property, & fix percentage handling in
4466           style
4468 2005-03-12  MenTaLguY  <mental@rydia.net>
4470         * src/node-context.cpp, src/node-context.h, src/nodepath.cpp,
4471           src/nodepath.h, src/toolbox.cpp, src/dialogs/align.cpp:
4473           Renamed Path namespace to Inkscape::NodePath, to avoid conflict
4474           with livarot
4476 2005-03-12  Kees Cook  <kees@outflux.net>
4478         * inkscape.nsi: added German translation from Adib Taraben.
4480 2005-03-12  MenTaLguY  <mental@rydia.net>
4482         * src/sp-namedview.cpp, src/sp-metadata.cpp: it's valid for an SPObject
4483           'write' method to be passed the object's own XML node; account for this.
4485 2005-03-12  MenTaLguY  <mental@rydia.net>
4487         * src/xml/simple-node.cpp: assert that src != this in
4488           SimpleNode::mergeFrom
4490 2005-03-12  MenTaLguY  <mental@rydia.net>
4492         * src/gc-alloc.h: minor cosmetic adjustments
4494         * src/util/list-container.h: pedantically correct implementation of
4495           ListContainer::max_size()
4497         * src/xml/simple-node.cpp: use Util::ListContainer iterators in a more
4498           STL-ish fashion
4500 2005-03-12  Jon A. Cruz  <jon@joncruz.org>
4501         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
4502           src/ui/widget/Makefile_insert, src/dialogs/iconpreview.h,
4503           src/dialogs/iconpreview.cpp:
4504           Initial addition of Panel.
4506 2005-03-12  cyreve  <cyreve@users.sourceforge.net>
4508         * src/sp-flowtext.cpp: text unflow command losing space characters:
4509           add xml:space to generated elements
4511         * src/: attributes.cpp, attributes.h, make.dep, make.files,
4512           make.ofiles, sp-flowtext.cpp, sp-text.cpp, style.cpp, style.h,
4513           text-context.cpp, text-editing.cpp, dialogs/text-edit.cpp,
4514           libnrtype/FlowRes.cpp, libnrtype/Layout-TNG-Compute.cpp,
4515           libnrtype/Layout-TNG-Input.cpp: add several new text properties
4516           to SPStyle and rearrange some of the existing ones, also remove
4517           spurious warning on applying kerning
4519         * src/sp-flowtext.cpp: svg spec requires us to break after flowline
4520           content, not before
4522 2005-03-11  cyreve  <cyreve@users.sourceforge.net>
4524         * src/desktop-style.cpp, src/sp-text.cpp, src/sp-text.h,
4525           src/sp-tspan.cpp, src/sp-tspan.h, src/text-chemistry.cpp,
4526 src/text-editing.cpp,
4527           src/text-editing.h: combine the common attribute handling for text,
4528           tspan and textpath into one class
4530         * src/sp-flowtext.cpp, src/sp-string.cpp: reimplement xml:space attribute
4532         * src/sp-text.cpp, src/libnrtype/Layout-TNG-OutIter.cpp,
4533           src/libnrtype/Layout-TNG.h: apply calculated x/y attributes to tspan
4534           role=line elements
4536         * src/libnrtype/Layout-TNG-Output.cpp: postscript text output
4537           incorrectly scaled (and other problems)
4539 2005-03-10  cyreve  <cyreve@users.sourceforge.net>
4541         * src/sp-flowdiv.h, src/sp-flowtext.h,
4542           src/sp-text.cpp, src/sp-text.h, src/sp-tspan.h, src/text-context.cpp,
4543           src/text-editing.cpp, src/text-editing.h,
4544           src/libnrtype/Layout-TNG-Compute.cpp,
4545           src/libnrtype/Layout-TNG-OutIter.cpp: clean up xml tree properly on
4546           deleting line break, & fix various compile issues
4548         * src/nodepath.cpp, src/sp-flowdiv.cpp,
4549           src/sp-flowdiv.h, src/sp-flowtext.cpp, src/sp-flowtext.h,
4550 src/sp-string.cpp,
4551           src/sp-string.h, src/sp-text.cpp, src/sp-text.h, src/sp-tspan.cpp,
4552 src/sp-tspan.h,
4553           src/text-editing.cpp, src/verbs.cpp, src/libnrtype/FontInstance.cpp,
4554           src/libnrtype/font-instance.h, src/livarot/Shape.h,
4555           src/libnrtype/Layout-TNG-Compute.cpp, src/libnrtype/Layout-TNG-Input.cpp,
4556           src/libnrtype/Layout-TNG-OutIter.cpp,
4557           src/libnrtype/Layout-TNG-Output.cpp,
4558           src/libnrtype/Layout-TNG-Scanline-Maker.h,
4559           src/libnrtype/Layout-TNG-Scanline-Makers.cpp,
4560           src/libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: huge rewrite of
4561           text layout (and some text editing) code
4563 2005-03-07  Kees Cook  <kees@outflux.net>
4565         * src/libnr/have_mmx.S, src/libnr/nr_mmx_R8G8B8A8_P_EMPTY_A8_RGBAP.S,
4566           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_A8_RGBAP.S,
4567           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_R8G8B8A8_N_TRANSFORM.S,
4568           src/libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S: execstack patch
4569           from Mike Hearn.
4571 2005-03-07  Jon A. Cruz  <jon@joncruz.org>
4572         * src/interface.cpp, src/verbs.h, src.verbs.cpp, src/widgets/icon.cpp,
4573           src/dialogs/iconpreview.h, src/dialogs/iconpreview.cpp,
4574           src/dialogs/Makefile_insert:
4575           Initial cut of icon preview.
4577 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
4579         * share/icons/*.svg, share/icons/Makefile.am:  Adding icons for
4580           new gui interface
4582         * src/ui/icons.cpp:  Fixing some paths
4584         * src/main.cpp src/application/Makefile_insert,
4585           src/application/app-prototype.h,
4586           src/application/application.cpp src/application/editor.cpp,
4587           src/ui/widget/toolbox.cpp,
4588           src/application/editor-impl.cpp:
4589           Broke out editor-impl class to its own file.  Continued getting
4590           the new interface to the point where it'll load and run.
4592         * share/ui/keybindings.rc, share/ui/toolbox.xml, share/ui/menus-bars.xml:
4593           Migrating some of the UI definition stuff into main codebase
4595 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
4596         * src/widgets/layer-selector.cpp, src/widgets/icon.h,
4597           src/widgets/icon.cpp, src/dialogs/align.cpp, src/dialogs/find.cpp,
4598           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
4599           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4600           src/dialogs/xml-tree.cpp, src/interface.cpp:
4601           Purging PixBufFactory and sp_icon_new_scaled.
4603 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
4604         * src/widgets/icon.cpp, src/widgets/icon.cpp: Switched icon loading
4605           to be deferred and react to theme changes on-the-fly.
4607 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
4609         * src/application/Makefile_insert,
4610           src/application/app-prototype.cpp,
4611           src/application/editor.h,
4612           src/application/app-prototype.h,
4613           src/application/application.cpp:
4614           Adding Application::AppPrototype class
4615         * src/application/editor.cpp,
4616           src/application/editor.h:
4617           Changing member function getImpl() to getWindow()
4619 2005-03-04  Jon A. Cruz  <jon@joncruz.org>
4620         * src/widgets/icon.cpp: Changed stock item loading to use stock
4621           GtkImage widgets directly.
4623 2005-03-03  MenTaLguY  <mental@rydia.net>
4625         * src/widgets/icon.cpp: more idiomatic iteration
4627 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
4628         * src/toolbox.cpp: Added preference to make the top toolbox 'small'.
4630 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
4631         * src/desktop-events.cpp, src/desktop.cpp, src/gradient-toolbar.cpp,
4632           src/interface.cpp, src/select-toolbar.cpp, src/toolbox.cpp,
4633           src/toolbox.h, src/dialogs/find.cpp,
4634           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
4635           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4636           src/dialogs/xml-tree.cpp, src/widgets/button.cpp,
4637           src/widgets/button.h, src/widgets/icon.cpp, src/widgets/icon.h,
4638           src/widgets/layer-selector.cpp, src/widgets/paint-selector.cpp,
4639           src/widgets/widget-sizes.h:
4640           Initial pass removing hardcoded icon sizes.
4642 2005-03-01  MenTaLguY  <mental@rydia.net>
4644         * src/extensions/internal/ps.cpp: apply patch from Michael Forbes
4645           (miforbes@mbhs.edu) to support gradient fills in Postscript
4647 2005-03-01  MenTaLguY  <mental@rydia.net>
4649         * src/xml/node.h, src/xml/simple-node.cpp, src/xml/simple-node.h:
4651           begin migration of notification interface to use NodeObserver
4652           rather than NodeEventVector
4654 2005-03-01  MenTaLguY  <mental@rydia.net>
4656         * src/xml/Makefile_insert, src/xml/node-listener.h, src/xml/repr.cpp,
4657           src/xml/simple-node.cpp, src/xml/simple-node.h:
4659           reworked listener list to use Util::ListContainer
4661         * src/xml/node-observer.h: minor name cleanups
4663 2005-03-01  MenTaLguY  <mental@rydia.net>
4665         * src/Makefile.am, src/algorithms/find-if-before.h:
4667           added new generic algorithm
4669 2005-03-01  MenTaLguY  <mental@rydia.net>
4671         * src/Makefile.am, src/util/Makefile_insert,
4672           src/util/list-container-test.cpp, src/util/list-container.h:
4674           tests and fixes for Util::ListContainer
4676 2005-03-01  MenTaLguY  <mental@rydia.net>
4678         * src/Makefile.am, src/libnr/Makefile_insert, src/xml/Makefile_insert:
4679           use in-tree copy of cxxtest
4681         * src/util/Makefile_insert, src/util/list-container.h:
4682           add Util::List-based STL container
4684 2005-02-28 SwinginCelt  <swinginceltgmail.com>
4686         * Fixed an improper conversion of sp_repr_document_merge that was causing
4687           extra data being written to the prefrences file every time inkscape
4688           exited.
4690 2005-02-26 SwinginCelt  <swinginceltgmail.com>
4692         * Replaced all sp_repr_set_content calls with direct call to
4693           repr->setContent.
4694         * Replaced all sp_repr_merge calls with direct call to
4695           repr->mergeFrom.
4696         * Removed inline sp_repr_document_merge because it wasn't used anywhere.
4697         * Removed inline sp_repr_set_content because it wasn't used anywhere.
4699 2005-02-26  MenTaLguY  <mental@rydia.net>
4701         * cxxtest: imported cxxtest tree
4703 2005-02-24  Jon A. Cruz  <jon@joncruz.org>
4704         * src/main.cpp, io/sys.h, io/sys.cpp:
4705           Refactoring input filename conversion and fallback.
4706           Fixes bug #1151536.
4708 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
4709         * src/main.cpp:
4710           Refactoring sp_main_*. Adding cleanup phase on extracted filename list.
4712 2005-02-22  Bryce Harrington <bryce@bryceharringotn.org>
4714         * src/main.cpp, src/application/application.cpp:  Adding --new-gui
4715         option.
4717 2005-02-22  Ted Gould  <ted@gould.cx>
4719         * src/interface.cpp:
4721         Changing the effects menu to be driven by the preferences file so that the
4722         file can be the same whether or not the effects are shown.
4724 2005-02-22  MenTaLguY  <mental@rydia.net>
4726         * src/desktop-style.cpp, src/selection-chemistry.cpp,
4727           src/xml/attribute-record.h, src/xml/node.h, src/xml/repr-css.cpp,
4728           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h:
4730           use Inkscape::Util::List for attribute lists, and sprinkle some
4731           appropriate 'using's in to make things less verbose
4733 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
4734         * src/inkscape.cpp, src/main.cpp, src/extension/input.cpp, src/io/sys.cpp,
4735           src/xml/repr-io.cpp:
4736           Better catching of problematic filenames.
4737           Made segv handler only use dialog box when app is using a gui.
4738           Fixes bug #1145847.
4740 2005-02-22  Ted Gould  <ted@gould.cx>
4742         * src/extension/effect.cpp, src/extension/prefdialog.cpp,
4743         src/extension/prefdialog.h,
4744         src/extension/implementation/implementation.cpp,
4745         src/extension/implementation/implementation.h,
4746         src/extension/implementation/plugin-link.h,
4747         src/extension/implementation/plugin.cpp,
4748         src/extension/implementation/plugin.h,
4749         src/extension/implementation/script.cpp,
4750         src/extension/implementation/script.h, src/extension/plugin/grid.cpp:
4752         Changing the API of the effects preferences so that it doesn't use
4753         sockets and plugs anymore.  Now there is a generic widget passed down so
4754         that should work on every platform.
4756         * src/extension/plugin/grid.cpp:
4758         Fixing the grid so that it uses the right axis.
4760         * share/extensions/Makefile.am, share/extensions/bluredge.inx,
4761         share/extensions/randompnt.inx, share/extensions/randompos.inx,
4762         src/extension/plugin/Makefile_insert, src/extension/plugin/bluredge.cpp,
4763         src/extension/plugin/randompnt.cpp, src/extension/plugin/randompos.cpp:
4765         Adding some cool new effects, well, they're not really done yet,
4766         but getting the basis code into CVS so I don't loose it :)
4768 2005-02-21  MenTaLguY  <mental@rydia.net>
4770         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4771           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4772           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4773           src/xml/repr.cpp, src/xml/simple-node.cpp:
4775           renamed header files
4777         * src/xml/Makefile_insert, src/xml/invalid-operation-exception.h:
4779           added Inkscape::XML::InvalidOperationException
4781         * src/xml/simple-node.h:
4783           avoid a second indirect function call from SimpleNode::appendChild
4785 2005-02-20 SwinginCelt  <swinginceltgmail.com>
4787         * Replaced all sp_repr_attr calls with direct call to
4788           repr->attribute.
4789         * Replaced all sp_repr_document_unref calls with direct call to
4790           Inkscape::GC::release(...).
4791         * Removed iinline sp_repr_document_ref because it wasn't used anywhere.
4793 2005-02-20  MenTaLguY  <mental@rydia.net>
4795         * src/inkscape.cpp: removed unused signals
4797 2005-02-19  MenTaLguY  <mental@rydia.net>
4799         * src/arc-context.cpp, src/desktop.cpp, src/document-private.h,
4800           src/document-undo.cpp, src/document.cpp, src/event-context.cpp,
4801           src/gradient-chemistry.cpp, src/gradient-chemistry.h,
4802           src/gradient-drag.cpp, src/gradient-drag.h, src/node-context.cpp,
4803           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4804           src/star-context.cpp, src/toolbox.cpp,
4805           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4806           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4807           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4808           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
4809           src/xml/attribute-record.h, src/xml/document.h, src/xml/event-fns.h,
4810           src/xml/event.cpp, src/xml/event.h, src/xml/node-event-vector.h,
4811           src/xml/node-iterators.h, src/xml/node-listener.h, src/xml/node.h,
4812           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp, src/xml/repr-io.cpp,
4813           src/xml/repr-sorting.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp,
4814           src/xml/repr.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4815           src/xml/simple-node.h, src/xml/simple-session.cpp,
4816           src/xml/sp-css-attr.h, src/xml/sp-repr-action-fns.h,
4817           src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h,
4818           src/xml/sp-repr-attr.h, src/xml/sp-repr-doc.h,
4819           src/xml/sp-repr-event-vector.h, src/xml/sp-repr-iterators.h,
4820           src/xml/sp-repr-listener.h, src/xml/sp-repr.h:
4822           renamed header files to match new class names
4824 2005-02-19  MenTaLguY  <mental@rydia.net>
4826         * src/arc-context.cpp, src/arc-context.h, src/desktop-events.cpp,
4827           src/desktop-style.cpp, src/desktop-style.h, src/desktop.cpp,
4828           src/document-private.h, src/document-undo.cpp, src/document.cpp,
4829           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
4830           src/dyna-draw-context.h, src/event-context.cpp, src/event-context.h,
4831           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
4832           src/inkscape.h, src/inkview.cpp, src/interface.cpp, src/knotholder.cpp,
4833           src/knotholder.h, src/layer-fns.cpp, src/main.cpp, src/node-context.cpp,
4834           src/nodepath.cpp, src/nodepath.h, src/object-ui.cpp,
4835           src/path-chemistry.cpp, src/prefs-utils.cpp, src/rect-context.cpp,
4836           src/rect-context.h, src/selection-chemistry.cpp, src/selection.cpp,
4837           src/selection.h, src/seltrans.cpp, src/sp-anchor.cpp,
4838           src/sp-animation.cpp, src/sp-clippath.cpp, src/sp-conn-end-pair.cpp,
4839           src/sp-conn-end-pair.h, src/sp-defs.cpp, src/sp-ellipse.cpp,
4840           src/sp-flowdiv.cpp, src/sp-flowregion.cpp, src/sp-flowtext.cpp,
4841           src/sp-gradient-fns.h, src/sp-gradient-test.cpp, src/sp-gradient.cpp,
4842           src/sp-guide.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4843           src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
4844           src/sp-linear-gradient-fns.h, src/sp-marker.cpp, src/sp-mask.cpp,
4845           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4846           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object-repr.h,
4847           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp, src/sp-offset.h,
4848           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4849           src/sp-polyline.cpp, src/sp-radial-gradient-fns.h, src/sp-rect.cpp,
4850           src/sp-root.cpp, src/sp-shape.cpp, src/sp-skeleton.cpp,
4851           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-string.cpp,
4852           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-tspan.cpp,
4853           src/sp-use-reference.h, src/sp-use.cpp, src/spiral-context.cpp,
4854           src/spiral-context.h, src/splivarot.cpp, src/star-context.cpp,
4855           src/star-context.h, src/style.cpp, src/style.h, src/text-chemistry.cpp,
4856           src/text-context.cpp, src/text-editing.cpp, src/toolbox.cpp,
4857           src/verbs.cpp, src/application/application.cpp,
4858           src/application/application.h, src/application/editor.h,
4859           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
4860           src/dialogs/export.cpp, src/dialogs/fill-style.cpp, src/dialogs/rdf.cpp,
4861           src/dialogs/sp-attribute-widget.cpp, src/dialogs/sp-attribute-widget.h,
4862           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4863           src/dialogs/tiledialog.cpp, src/dialogs/xml-tree.cpp,
4864           src/ecma/EcmaBinding.cpp, src/ecma/EcmaBinding.h,
4865           src/extension/dependency.cpp, src/extension/dependency.h,
4866           src/extension/effect.cpp, src/extension/effect.h,
4867           src/extension/extension.cpp, src/extension/extension.h,
4868           src/extension/input.cpp, src/extension/input.h,
4869           src/extension/output.cpp, src/extension/output.h,
4870           src/extension/print.cpp, src/extension/print.h, src/extension/system.cpp,
4871           src/extension/implementation/plugin.cpp,
4872           src/extension/implementation/script.cpp,
4873           src/extension/implementation/script.h,
4874           src/extension/internal/gdkpixbuf-input.cpp,
4875           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4876           src/extension/internal/svg.cpp, src/extension/plugin/grid.cpp,
4877           src/helper/stock-items.cpp, src/trace/trace.cpp,
4878           src/widgets/dash-selector.cpp, src/widgets/dash-selector.h,
4879           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp,
4880           src/widgets/layer-selector.cpp, src/widgets/layer-selector.h,
4881           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
4882           src/widgets/sp-widget.h, src/widgets/sp-xmlview-attr-list.cpp,
4883           src/widgets/sp-xmlview-attr-list.h, src/widgets/sp-xmlview-content.cpp,
4884           src/widgets/sp-xmlview-content.h, src/widgets/sp-xmlview-tree.cpp,
4885           src/widgets/sp-xmlview-tree.h, src/widgets/spw-utilities.h,
4886           src/xml/comment-node.h, src/xml/element-node.h, src/xml/node-observer.h,
4887           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
4888           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4889           src/xml/repr-io.cpp, src/xml/repr-sorting.cpp, src/xml/repr-sorting.h,
4890           src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
4891           src/xml/session.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4892           src/xml/simple-node.h, src/xml/simple-session.cpp,
4893           src/xml/simple-session.h, src/xml/sp-css-attr.h,
4894           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
4895           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h,
4896           src/xml/sp-repr-doc.h, src/xml/sp-repr-event-vector.h,
4897           src/xml/sp-repr-iterators.h, src/xml/sp-repr-listener.h,
4898           src/xml/sp-repr.h, src/xml/text-node.h, src/xml/transaction-logger.h:
4900             SPRepr -> Inkscape::XML::Node
4901             SPReprDoc -> Inkscape::XML::Document
4902             SPReprAttr -> Inkscape::XML::AttributeRecord
4903             SPReprAction -> Inkscape::XML::Event
4904             SPReprEventVector -> Inkscape::XML::EventVector
4905             SPReprListener -> Inkscape::XML::NodeListener
4907             etc..
4909 2005-02-19  Jon A. Cruz  <jon@joncruz.org>
4910         * src/extension/extension.h, src/extension/internal/svg.cpp,
4911           src/extension/internal/svgz.cpp:
4912           Fixing .svgz Inkscape save and adding .svgz Plain save.
4913           Fixes bug #1144223
4915 2005-02-18  Jon A. Cruz  <jon@joncruz.org>
4916         * src/Makefile.am, src/libnr/Makefile_insert,
4917           src/libnr/nr-point-fns-test.h  src/libnr/nr-types-test.h:
4918           Adding initial version of CxxTest test cases.
4920 2005-02-17  Jon A. Cruz  <jon@joncruz.org>
4922         * src/io/gzipinputstream.h, src/io/gzipinputstream.cpp: Changed
4923           decompression to be streammed and removed hardcoded limit.
4925 2005-02-17  MenTaLguY  <mental@rydia.net>
4927         * src/inkscape.h, src/inkscape.cpp, src/desktop.cpp:
4929           rewrote "last desktop standing" test to not suck
4931 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4933         * Replaced some sp_repr_attr calls with direct call to
4934           repr->attribute.
4936 2005-02-16 John Cliff <simarilius@yahoo.com>
4938         * src/dialogs/tiledialog.h, src/dialogs/tiledialog.cpp,
4939           src/dialogs/makefile_insert, src/verbs.cpp, src/verbs.h:
4940           Added a dialog that allows you to arrange the selection
4941           in a grid pattern with user defined spacing.
4942           its in objects->grid arrange...
4944 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4946         * Replaced inline function sp_repr_name with direct call to
4947           repr->name.
4948         * Replaced inline function sp_repr_content with direct call to
4949           repr->content.
4950         * Replaced inline function sp_repr_has_attr with direct call to
4951           repr->matchAttributeName.
4953 2005-02-15  MenTaLguY  <mental@rydia.net>
4955         * src/document.cpp, src/document.h, src/file.cpp, src/help.cpp,
4956           src/inkscape.cpp, src/inkview.cpp, src/slideshow.cpp,
4957           src/dialogs/filedialog.cpp, src/dialogs/stroke-style.cpp,
4958           src/extension/internal/gdkpixbuf-input.cpp,
4959           src/extension/internal/svg.cpp, src/extension/plugin/gimpgrad.cpp,
4960           src/helper/stock-items.cpp, src/widgets/icon.cpp:
4962           removed unused SPDocument::advertize
4964 2005-02-14  MenTaLguY  <mental@rydia.net>
4966         * src/document.cpp: remove redundant assignment that appears to confuse
4967           gcc anyhow
4969 2005-02-14  SwinginCelt  <swingincelt@gmail.com>
4971         * Replaced inline function sp_repr_set_position_absolute with
4972           direct call to repr>->setPosition.
4974 2005-02-13  Bryce  <bryce@bryceharrington.org>
4976         * src/main.cpp, src/application/application.cpp, src/inkscape.h,
4977           src/application/editor-impl.h, src/application/editor.cpp
4978           src/application/editor.h, src/ui/dialog/dialog-manager.cpp,
4979           src/ui/dialog/dialog-manager.h, src/application/app-prototype.h
4980           src/application/application.h:  Integrating I::A::Application
4981           into the execution path.  Now its run() routine is called from
4982           main().
4984         * src/application/Makefile_insert, src/application/makefile.in,
4985           src/application/editor-impl.h, src/application/editor.cpp,
4986           src/application/editor.h:  Initial import of inkscape_gtkmm
4987           code.  Also see doc/NewAppArchitecture/ presentation for the
4988           rationale behind this.
4990         * src/ui/dialog/align-and-distribute.cpp,
4991 src/ui/dialog/align-and-distribute.h,
4992           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
4993           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
4994           src/ui/dialog/document-preferences.cpp,
4995 src/ui/dialog/document-preferences.h,
4996           src/ui/dialog/export.cpp, src/ui/dialog/export.h,
4997           src/ui/dialog/extension-editor.cpp, src/ui/dialog/extension-editor.h,
4998           src/ui/dialog/fill-and-stroke.cpp, src/ui/dialog/fill-and-stroke.h,
4999           src/ui/dialog/find.cpp, src/ui/dialog/find.h,
5000           src/ui/dialog/inkscape-preferences.cpp,
5001 src/ui/dialog/inkscape-preferences.h,
5002           src/ui/dialog/layer-editor.cpp, src/ui/dialog/layer-editor.h,
5003           src/ui/dialog/messages.cpp, src/ui/dialog/messages.h,
5004           src/ui/dialog/text-properties.cpp, src/ui/dialog/text-properties.h,
5005           src/ui/dialog/tree-editor.cpp, src/ui/dialog/tree-editor.h,
5006           src/ui/dialog/xml-editor.cpp, src/ui/dialog/xml-editor.h,
5007           src/ui/widget/combo-text.cpp, src/ui/widget/combo-text.h,
5008           src/ui/widget/handlebox.cpp, src/ui/widget/handlebox.h,
5009           src/ui/widget/icon-widget.cpp, src/ui/widget/icon-widget.h,
5010           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h,
5011           src/ui/widget/notebook-page.cpp, src/ui/widget/notebook-page.h,
5012           src/ui/widget/scalar-unit.cpp, src/ui/widget/scalar-unit.h,
5013           src/ui/widget/scalar.cpp, src/ui/widget/scalar.h,
5014           src/ui/widget/toolbox.cpp, src/ui/widget/toolbox.h,
5015           src/ui/widget/unit-menu.cpp, src/ui/widget/unit-menu.h:
5016           Initial import of the gtkmm code.  These are mainly
5017           unimplemented stubs, but have few dependencies so are easy to
5018           integrate at this stage.
5020         * src/ui/widget/Makefile_insert, src/ui/widget/makefile.in,
5021           src/ui/dialog/Makefile_insert, src/ui/dialog/makefile.in,
5022           src/ui/Makefile_insert, src/ui/makefile.in:  Adding makefile
5023           support for new code.
5025         * io/simple-sax.h, io/simple-sax.cpp:  Adding Jon's simple SAX
5026           code
5028         * util/units.h, util/units.cpp:  New inkscape_gtkmm units code
5030 2005-02-12  MenTaLguY  <mental@rydia.net>
5032         * src/document.cpp, src/document.h, src/sp-gradient-test.cpp:
5034           SPDocument is now a "real C++ class", managed by the garbage collector
5036 2005-02-12  MenTaLguY  <mental@rydia.net>
5038         * src/document-private.h, src/document.cpp, src/document.h, src/view.cpp,
5039           src/view.h, src/dialogs/xml-tree.cpp:
5041           switched SPDocument to sigc++ signals
5043 2005-02-12  Kees Cook  <kees@outflux.net>
5045         * Makefile.am, configure.ac, Makefile.mingw.common, inkscape.nsi: undoing
5046           my "configure" changes.  Was dumb and forgot about native compiles on
5047           win32.
5048         * inkview.1.in, share/extensions/inkscape-shadow-white.sh,
5049           share/extensions/inkscape-shadow.sh: corrections found by Wolfram
5050           Quester during Debian packaging.
5051         * src/desktop-events.cpp, src/file.cpp, src/gradient-chemistry.cpp,
5052           src/interface.cpp, src/layer-fns.cpp, src/nodepath.cpp,
5053           src/object-ui.cpp, src/path-chemistry.cpp, src/prefs-utils.cpp,
5054           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
5055           src/sp-object.cpp, src/sp-pattern.cpp, src/sp-text.cpp, src/splivarot.cpp,
5056           src/text-editing.cpp, src/dialogs/clonetiler.cpp, src/dialogs/rdf.cpp,
5057           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
5058           src/extension/internal/gdkpixbuf-input.cpp, src/extension/plugin/grid.cpp,
5059           src/widgets/gradient-selector.cpp, src/xml/repr-action-test.cpp,
5060           src/xml/repr-css.cpp, src/xml/repr-io.cpp, src/xml/repr-util.cpp,
5061           src/xml/repr.cpp, src/xml/repr.h: inline function removal patches from
5062           Robert Crosbie.
5064 2005-02-11  Kees Cook  <kees@outflux.net>
5066         * src/Makefile.mingw, src/make.*: win32 compile updates.
5067         * src/extensions/internal/gnome.cpp: added my missing "comment" code.
5068         * src/shortcuts.cpp, doc/keys.xml, doc/keys.html, share/screens/keys.svg:
5069           added explicit ctrl-w. since gtk already binds it, we may as well show it.
5071 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
5073         * src/inkscape.cpp: Changed from SHGetSpecialFolderPath to
5074           SHGetSpecialFolderLocation. Fixes bug #1085641
5076 2005-02-10  MenTaLguY  <mental@rydia.net>
5078         * src/document.h, src/document.cpp: get rid of casting macro uses
5080 2005-02-10  MenTaLguY  <mental@rydia.net>
5082         * src/desktop.cpp, src/document-undo.cpp, src/document.cpp, src/file.cpp,
5083           src/gradient-chemistry.cpp, src/inkscape.cpp, src/interface.cpp,
5084           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-object-repr.cpp,
5085           src/sp-object.cpp, src/svg-view.cpp, src/uri-references.cpp,
5086           src/view.cpp, src/dialogs/stroke-style.cpp,
5087           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp:
5089           get rid needless uses of SP_IS_DOCUMENT (if we can't trust the
5090           compiler's type checking, what can we trust?)
5092 2005-02-10  MenTaLguY  <mental@rydia.net>
5094         * src/desktop-style.h, src/desktop.h, src/document.h, src/event-context.h,
5095           src/inkscape.h, src/knotholder.h, src/nodepath.h,
5096           src/selection-chemistry.h, src/selection.h, src/sp-conn-end-pair.h,
5097           src/sp-object-repr.h, src/sp-object.h, src/style.h,
5098           src/dialogs/sp-attribute-widget.h, src/extension/implementation/script.h,
5099           src/xml/repr-get-children.h, src/xml/repr.h, src/xml/sp-repr-action.h,
5100           src/xml/sp-repr-attr.h, src/xml/xml-forward.h:
5102           got rid of xml-forward.h
5104 2005-02-10  Kees Cook  <kees@outflux.net>
5106         * configure.ac, Makefile.am, src/Makefile.am, Makefile.mingw.common.in,
5107           inkscape.nsi.in: setting up "configure" to build the other files that
5108           expect version numbers to get updated.  Including mingw files in dist
5109           package.
5111 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
5112         * src/io/uristream.h, src/io/uristream.cpp,
5113           src/extension/internal/svg.h, src/extension/internal/svg.cpp,
5114           src/extension/internal/Makefile_insert,
5115           src/extension/internal/extension.h,
5116           src/extension/internal/init.cpp:
5117           Adding internal .svgz load and save extension.
5118           Probable fix for bugs #1074996, #1050361, #925033, #1052307
5120 2005-02-08  Kees Cook  <kees@outflux.net>
5122         * src/extension/implementation/script.cpp: proper /tmp handling.
5123           Closes bug #1074996.
5124         * src/inkscape.cpp, src/inkscape.h, src/dialogs/export.cpp: correction
5125           for export dialog paths.  Closes bug #1114714.
5126         * inkscape.nsi, Makefile.mingw.common: version bumps
5127         * src/text-context.cpp: removed preedit code; it was broken and unneeded.
5129 2005-02-08  Ted Gould  <ted@gould.cx>
5131         * Released 0.41
5133 2005-02-01  Kees Cook  <kees@outflux.net>
5135         * src/xml/sp-css-attr.h, src/desktop-style.cpp, src/xml/repr-css.cpp,
5136           src/xml/repr.h: Fixed SPCSSAttr to be a "real" class, at mental's
5137           direction.  Fixes my "default prefs don't show attrs" bug.
5138         * src/helper/stock-items.cpp: removing redundant code.
5139         * src/libnr/nr-point.h, src/libnrtype/FlowUtils.h, src/livarot/Shape.h:
5140           added explicit initializations to keep valgrind happy.
5141         * src/dir-util.cpp, src/sp-path.cpp, src/splivarot.cpp,
5142           src/svg/svg-length.cpp, src/widgets/icon.cpp:
5143           cleaning up memory leaks detected by valgrind.
5144         * src/extension/dependancy.cpp: made repr-attr tags untranslatable.
5145         * src/extension/system.cpp: correcting extension autodetection when
5146           there are conflicting matching modules.
5147         * src/dialogs/filedialog.cpp, src/extension/extension.h,
5148           src/extension/internal/svg.cpp: .svgz loading works again as
5149           expected.  Non-functioning modules are not listed in file dialogs.
5150         * src/text-context.cpp, src/text-editing.cpp: preedit modes don't
5151           work correctly for multi-byte characters.  See bug 1086769.
5153 2005-01-31  Jon A. Cruz  <jon@joncruz.org>
5154         * src/file.cpp, src/inkscape.cpp, src/interface.cpp,
5155           src/dialogs/export.cpp, src/extension/init.cpp:
5156           sanitize messages before passing to display dialogs.
5158 2005-01-31  Kees Cook  <kees@outflux.net>
5160         * src/libnrtype/FontFactory.cpp: added a crude font name detection
5161           routine to work around a Pango crash bug.  This can be removed once
5162           Pango is fixed.  See bug #1025565.  Actually, I figured out a fix.
5163         * print.cpp, print.h, sp-shape.cpp, extension/print.cpp,
5164           extension/print.h, extension/implementation/implementation.cpp,
5165           extension/implementation/implementation.h,
5166           extension/implementation/plugin.cpp, extension/implementation/plugin.h,
5167           extension/internal/gnome.h, extension/internal/ps.cpp,
5168           extension/internal/ps.h, extension/internal/win32.h:
5169           In an attempt to start debugging print rendering, I've added the
5170           Print::comment function so that SPItem boundries can be easily
5171           seen in rendered output.
5172         * src/preferences-skeleton.h, src/sp-shape.cpp,
5173           src/dialogs/display-settings.cpp, src/extension/internal/ps.cpp:
5174           Added printout comments for print debugging.  Fixed dash output
5175           bug #1104050.
5176         * src/dialogs/rdf.cpp: fixed rdf:bag displays.  Closes bug #1113316.
5178 2005-01-30  Jon A. Cruz  <jon@joncruz.org>
5179         * src/io/sys.h, src/io/sys.cpp: added utility routine to cleanup
5180           strings with invalid UTF-8 for display.
5182 2004-01-30  Kees Cook  <kees@outflux.net>
5184         * src/make.dep, src/make.exclude, src/make.files, src/make.ofiles,
5185           src/io/uristream.cpp, src/io/sys.cpp: additional win32 changes
5186           using Jon Cruz's new mkdir function.  Getting Win32 to compile the
5187           "io" directory.  Closes bug #1107305.
5188         * src/file.cpp, src/inkscape-stock.cpp, src/inkscape.cpp,
5189           src/interface.cpp, src/main.cpp, src/dialogs/export.cpp,
5190           src/dialogs/stroke-style.cpp, src/extension/input.cpp,
5191           src/extension/implementation/script.cpp, src/helper/stock-items.cpp,
5192           src/io/sys.cpp, src/io/sys.h, src/widgets/icon.cpp: wrapped
5193           g_file_test with new Inkscape::IO::file_test since g_file_test isn't
5194           utf8-safe.
5195         * src/inkscape.cpp: removed call to g_free on non-alloced string.
5196           fixed up crash-save location to be utf8-okay.
5197         * src/extension/extension.cpp: convert from utf8 before open.
5198         * src/sp-spiral.cpp, src/object-edit.cpp: found place where CLAMP on
5199           spiral's t0 wasn't working.  Closes bug #1075640.
5201 2004-01-28  MenTaLguY  <mental@rydia.net>
5203         * src/sp-object.h, src/sp-object.cpp:
5204           efficiency fixes which should be helpful when loading large documents
5206 2005-01-29  Jon A. Cruz  <jon@joncruz.org>
5208         * src/file.h, src/file.cpp, src/inkscape.cpp, src/sp-image.cpp,
5209           src/extension/implementation/script.cpp,
5210           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
5211           src/extension/plugin/gimpgrad.cpp, src/helper/png-write.cpp,
5212           src/io/Makefile_insert, src/io/sys.h, src/io/sys.cpp,
5213           src/trace/imagemap.cpp, src/xml/repr-io.cpp:
5215           Refactored open routine to better location.
5217 2004-01-28  Kees Cook  <kees@outflux.net>
5219         * configure.ac: added test for libgc 6.4 or better.
5220         * src/main.cpp: calling new SPRepr methods instead of inline wrappers.
5222 2004-01-27  MenTaLguY  <mental@rydia.net>
5224         * src/xml/simple-node.h, src/xml/simple-node.cpp:
5226           SimpleNode::lastChild() and SimpleNode::appendChild() are now
5227           O(1) rather than O(n)
5229 2004-01-26  MenTaLguY  <mental@rydia.net>
5231         * src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
5232           src/xml/sp-repr-action.h, src/xml/sp-repr-event-vector.h:
5234           inlined legacy wrappers
5236         * src/xml/simple-node.cpp: really fixed #1108231 now
5238 2005-01-25  Jon A. Cruz  <jon@joncruz.org>
5240         * src/interface.cpp: Passed file import call to shared code.
5241           Fixed bug #1108620.
5243 2005-01-25  MenTaLguY  <mental@rydia.net>
5245         * src/xml/simple-node.cpp: fixed bug #1108231
5247 2005-01-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5249         * src/dialogs/desktop-properties.cpp: Changed set of paper sizes offered:
5251           Removed `Folio' pagesize (which means a different paper size to
5252           different people; will Folio be missed?  If so, can we improve
5253           the name?).
5255           Changed ISO page sizes (A0..A10, B0..B10) to match official ISO
5256           specification in mm.
5258           Note that these differ from ghostscript's idea of page sizes;
5259           see comment in desktop-properties.cpp for speculation of
5260           possible problems (fuzziness from antialiasing).
5262           (Note also that our previous sizes differed even more from
5263           gs_statd.ps...)
5265           Coalesced Ledger and Tabloid to a single entry (11x17in);
5266           previously they differed in size.
5268           Changed Icon 16x16 from 16pt to 16px; similarly Icon 32x32 and
5269           Banner 468x60.
5271 2004-01-24  MenTaLguY  <mental@rydia.net>
5273         * src/xml/simple-node.cpp: potential fix for bug #1108231
5275 2004-01-23  Ted Gould  <ted@gould.cx>
5277         * po/POTFILES.in, share/extensions/dia.inx,
5278         src/preferences-skeleton.h, src/extension/Makefile_insert,
5279         src/extension/dependency.cpp, src/extension/dependency.h,
5280         src/extension/error-file.cpp, src/extension/error-file.h,
5281         src/extension/extension.cpp, src/extension/extension.h,
5282         src/extension/init.cpp, src/extension/prefdialog.cpp:
5284         Adding in functionality to write out an error log based on the failing to
5285         load of extensions.  There is also a new error dialog that appears if one
5286         or more fail to alert the user and tell them where the error log is
5287         stored.  In the log there is more complex descriptions of what failed.
5289 2004-01-23  MenTaLguY  <mental@rydia.net>
5291         * src/sp-object.cpp: fix for id binding bug
5293 2004-01-23  MenTaLguY  <mental@rydia.net>
5295         * src/xml/repr-io.cpp: don't complain about not having a namespace
5296           URI for the standard xml: prefix
5298         * src/desktop-style.cpp, src/desktop.cpp, src/document-undo.cpp,
5299           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
5300           src/interface.cpp, src/nodepath.cpp, src/object-edit.cpp,
5301           src/path-chemistry.cpp, src/prefs-utils.cpp, src/select-toolbar.cpp,
5302           src/selection-chemistry.cpp, src/sp-defs.cpp, src/sp-flowdiv.cpp,
5303           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-item.cpp,
5304           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object.cpp,
5305           src/sp-offset.cpp, src/sp-pattern.cpp, src/sp-string.cpp,
5306           src/sp-text.cpp, src/sp-tspan.cpp, src/sp-use.cpp, src/splivarot.cpp,
5307           src/text-chemistry.cpp, src/text-context.cpp, src/text-editing.cpp,
5308           src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp,
5309           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
5310           src/extension/extension.h, src/extension/implementation/script.cpp,
5311           src/widgets/dash-selector.cpp, src/widgets/gradient-vector.cpp,
5312           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
5313           src/xml/comment-node.h, src/xml/element-node.h,
5314           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
5315           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
5316           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5317           src/xml/repr.h, src/xml/simple-document.cpp, src/xml/simple-document.h,
5318           src/xml/simple-node.cpp, src/xml/simple-node.h,
5319           src/xml/sp-repr-action.cpp, src/xml/sp-repr-doc.h, src/xml/sp-repr.h,
5320           src/xml/text-node.h:
5322           got rid of xml/repr-private.h, removed
5323           sp_repr_document_createTextNode(), made SPRepr and SPReprDoc abstract
5324           interfaces, and moved the SPRepr implementations into separate files
5325           in the Inkscape::XML namespace
5327         * src/util/shared-c-string-ptr.h: added equality operators to avoid
5328           certain ambiguities
5330 2004-01-22  MenTaLguY  <mental@rydia.net>
5332         * src/xml/Makefile_insert, src/xml/repr-private.h, src/xml/repr.cpp,
5333           src/xml/session.h, src/xml/simple-session.cpp, src/xml/simple-session.h,
5334           src/xml/sp-repr-action.cpp, src/xml/transaction-logger.h:
5336           added Inkscape::XML::Session and Inkscape::XML::TransactionLogger
5337           to provide a new interface for transactions, rather than doing it from
5338           SPReprDoc
5340 2004-01-22  MenTaLguY  <mental@rydia.net>
5342         * src/xml/Makefile_insert, src/xml/node-observer.h,
5343           src/xml/repr-private.h, src/xml/repr.cpp:
5345           moved repr loging behind generic observer interface
5347 2005-01-22  Ted Gould  <ted@gould.cx>
5349         * src/display/canvas-grid.cpp, src/display/canvas-grid.h;
5351         Fixing 1103001.  Now major grid lines work alot more like you
5352         think that they should.
5354 2005-01-21  MenTaLguY  <mental@rydia.net>
5356         * src/util/Makefile_insert, src/util/shared-c-string-ptr.cpp,
5357           src/util/shared-c-string-ptr.h, src/util/shared-c-string.cpp,
5358           src/util/shared-c-string.h, src/xml/repr-io.cpp,
5359           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5360           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h:
5362           renamed Util::SharedCString to Util::SharedCStringPtr, which is
5363           more descriptive of what it actually is
5365 2005-01-21  MenTaLguY  <mental@rydia.net>
5367         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp:
5369           simplify the cacheing of repr position indices, and make it something
5370           that can work with an abstract interface
5372 2005-01-20  Kees Cook  <kees@outflux.net>
5374         * src/file.cpp: added some debug output to help bulia debug bug #1102318.
5375         * configure.ac: more attempts at detecting the -lgc libs.
5377 2005-01-19  Kees Cook  <kees@outflux.net>
5379         * configure.ac: trying to correct the -lgc detection.
5380         * inkscape.pod: added theme details.
5381         * src/widgets/widget-sizes.h: went from 20 to 24 for toolbar icon size
5382           to match other GTK applications.
5383         * src/extension/db.cpp: corrected STL "not found" handling.  Didn't
5384           fix bug #1102318.
5386 2005-01-18  Kees Cook  <kees@outflux.net>
5388         * src/inkscape.h, src/inkscape.cpp, src/widgets/icons.cpp:
5389           Added basic theme support!  Whee!
5390         * share/inkscape/icons.svg: restoring original up/down/flip icons since
5391           icons are themable now.  We should stick to our original look.
5392         * share/screens/about.svg: added Brisgeek's 0.41 about screen.  Had
5393           to tweak background: looks like doc background isn't imported.
5394         * share/icons/*.xpm, share/icons/*.png: removed them.  Not being used.
5396 2005-01-17  MenTaLguY  <mental@rydia.net>
5398         * src/desktop-style.cpp, src/inkscape.cpp, src/interface.cpp,
5399           src/path-chemistry.cpp, src/prefs-utils.cpp, src/selection-chemistry.cpp,
5400           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-object.cpp,
5401           src/sp-text.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
5402           src/dialogs/xml-tree.cpp, src/extension/internal/pov-out.cpp,
5403           src/widgets/dash-selector.cpp, src/xml/repr-css.cpp,
5404           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
5405           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5406           src/xml/sp-repr-action.cpp:
5408           Made all SPRepr fields private, and moved most functionality into
5409           member functions.  Also shuffled SPReprDoc members, to avoid
5410           need for SPReprDoc to be finalized.
5412 2005-01-17  Kees Cook  <kees@outflux.net>
5414         * share/markers/markers.svg: applied patch #990884, which provides a
5415           few mirrored arrows until marker transforms are finished.
5416         * share/icons/icons.svg: updates per Bulia's request.
5418 2005-01-16  MenTaLguY  <mental@rydia.net>
5420         * src/sp-object.cpp: non-elements no longer get ids assigned
5422 2005-01-15  MenTaLguY  <mental@rydia.net>
5424         * src/arc-context.cpp, src/document-private.h, src/document.cpp,
5425           src/document.h, src/event-context.cpp, src/node-context.cpp,
5426           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
5427           src/star-context.cpp, src/toolbox.cpp, src/uri-references.cpp,
5428           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
5429           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
5430           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
5431           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
5432           src/xml/sp-repr-event-vector.h:
5434           Removed attribute setting callback, and decoupled ids and object/repr
5435           bindings (object <-> repr associations are now remembered directly,
5436           though ids are still tracked too).
5438           This means it is now possible to set a null id on an object without
5439           anything breaking (hopefully).  For now we will still assign ids
5440           to everything by default...
5442 2005-01-15  MenTaLguY  <mental@rydia.net>
5444         * src/arc-context.cpp, src/event-context.cpp, src/node-context.cpp,
5445           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
5446           src/star-context.cpp, src/toolbox.cpp,
5447           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
5448           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
5449           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
5450           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
5451           src/xml/sp-repr-event-vector.h:
5453           remove all veto callbacks but setting attributes
5455 2005-01-15  Kees Cook  <kees@outflux.net>
5457         * src/inkscape.cpp: correcting windows path for preferences.  Closes
5458         bug #933461.
5460         * src/file.cpp, src/nodepath.cpp, src/selection-describer.cpp,
5461         src/seltrans.cpp, src/sp-item-group.cpp, src/sp-path.cpp,
5462         src/sp-spiral.cpp, src/sp-star.cpp, src/dialogs/find.cpp:
5463         Using ngettext for plural localized strings.  Please try to keep this
5464         up.  Closes bug #1076872.
5466         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
5467         src/inkscape-stock.h, src/dialogs/stroke-style.cpp,
5468         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
5469         src/dialogs/xml-tree.cpp: Finished the last of the missing pixmap
5470         replacements from Andreas Nilsson.  Fixed some mistakes in the earlier
5471         changes (need to call sp_icon_new_scaled not sp_icon_new).
5473 2005-01-14  MenTaLguY  <mental@rydia.net>
5475         * src/gc.cpp: leave the free space multiplier at the default, which
5476           will hopefully (according to Hans) avoid some of the odd gc issues
5477           we've had, if nothing else does
5479 2005-01-14  Kees Cook  <kees@outflux.net>
5481         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
5482         src/inkscape-stock.h, src/verbs.cpp, src/dialogs/stroke-style.cpp,
5483         src/dialogs/transformation.cpp, src/widgets/icon.cpp, src/widgets/icon.h,
5484         src/widgets/paint-selector.cpp:
5485         Fixed up code and replaced pixmaps with icons from myself and
5486         Andreas Nilsson.
5488 2005-01-11  MenTaLguY  <mental@rydia.net>
5490         * src/xml/repr-io.cpp: promote non-namespaced SVG documents into SVG
5491           namespace
5493 2005-01-08  MenTaLguY  <mental@rydia.net>
5495         * src/Makefile_insert, src/gc-anchored.cpp, src/gc-anchored.h:
5496           abstracted allocation of anchors
5498 2005-01-06  Ted Gould  <ted@gould.cx>
5500         * src/interface.cpp, src/extension/effect.cpp,
5501         src/extension/implementation/implementation.cpp,
5502         src/extension/implementation/implementation.h,
5503         src/extension/implementation/plugin-link.h,
5504         src/extension/implementation/plugin.cpp,
5505         src/extension/implementation/plugin.h,
5506         src/extension/implementation/script.cpp,
5507         src/extension/implementation/script.h, src/extension/plugin/gimpgrad.cpp,
5508         src/extension/plugin/grid.cpp:
5510         Changing the effects preferences so that it uses sockets and plugs which
5511         will allow out of process GUIs to work too.  This is a first pass with
5512         nothing beautiful, but it does seem to work.
5514 2005-01-03  MenTaLguY  <mental@rydia.net>
5516         * src/document.cpp, src/main.cpp, src/sp-root.cpp:
5517           get rid of ugly xmlns hacks
5519         * src/inkscape.cpp, src/extension/internal/svg.cpp, src/xml/repr-io.cpp:
5520           automatically include xmlns declarations for the required namespaces,
5521           and make a best effort at using a default namespace when requested
5522           and possible
5524 2005-01-02  Kees Cook  <kees@outflux.net>
5526         * share/icons/icons.svg: updated view and location
5527         * src/document.cpp, src/dialogs/rdf.cpp: fixed another bug in metadata
5528           due to svg: prefix change.
5529         * src/inkscape-stock.h, src/inkscape-stock.cpp, share/icons/Makefile.am:
5530           removed unused xpm icons
5532 2005-01-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5534         * src/fontsize-expansion.h, src/fontsize-expansion.cpp:
5535           New files.
5536         * src/Makefile_insert: Add the new files to libinkpre_a_SOURCES.
5537         * src/desktop-style.cpp (sp_desktop_apply_css_recursive):
5538           When calling sp_css_attr_scale, change the expansion calculation
5539           to use fontsize_expansion().
5540         * src/sp-text.cpp (sp_text_set_transform): Similarly use
5541           fontsize_expansion() instead of generic m.expansion().
5543 2005-01-01  Kees Cook  <kees@outflux.net>
5545         * src/extension/db.h, src/extension/db.cpp, src/extension/init.cpp:
5546         created "modulelist" to maintain initialization order for extension
5547         lists.
5549 2004-12-31  MenTaLguY  <mental@rydia.net>
5551         * src/xml/repr-io.cpp, src/xml/repr.h: initial scaffoliding for more
5552           cosmetic use of prefixes in output files (and eventually more proper
5553           namespace handling for output as well)
5555 2004-12-31  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5557         * src/sp-text.cpp (sp_text_set_transform): Change scaling of font size.
5558           The result should be closer to what CorelDraw, XaraX, Canvas 7 and
5559           Expression3 do according to vellum, though I don't know the exact
5560           rule that they use.
5562 2004-12-25  Ted Gould  <ted@gould.cx>
5564         * share/extensions/grid.inx, src/extension/extension.cpp,
5565         src/extension/extension.h, src/extension/plugin/grid.cpp:
5567         Futher improvements to the grid plugin.  This involves mostly adding in
5568         parameters at this time, but, ofcourse, I never implemented floating
5569         point parameters -- so that had to be done first.  More modular code so
5570         that things can be adjusted externally better.
5572 2004-12-25  Ted Gould  <ted@gould.cx>
5574         * share/extensions/Makefile.am, share/extensions/grid.inx,
5575         src/extension/implementation/plugin-link.h,
5576         src/extension/implementation/plugin.cpp,
5577         src/extension/plugin/Makefile_insert, src/extension/plugin/gimpgrad.cpp,
5578         src/extension/plugin/grid.cpp:
5580         Adding in a new effect plugin, grid.  It draws a grid on the canvas which
5581         is just an easy way to do some neat things.  It is mostly done, but still
5582         needs cleanup.  Some other files required modification to make this
5583         possible.
5585 2004-12-25  MenTaLguY  <mental@rydia.net>
5587         * src/event-context.cpp: removed unused handler
5589 2004-12-25  Ted Gould  <ted@gould.cx>
5591         * share/extensions/svg_dropshadow:
5593         Changing to use "svg:g" instead of "g" for the group.
5595         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h,
5596         src/extension/system.cpp, src/extension/system.h,
5597         src/extension/implementation/implementation.cpp,
5598         src/extension/implementation/implementation.h,
5599         src/extension/implementation/plugin.cpp,
5600         src/extension/implementation/plugin.h,
5601         src/extension/implementation/script.cpp,
5602         src/extension/implementation/script.h:
5604         Final stuff to get Effects working as well as the did before, which
5605         is okay, but not great.  This involved changing the API to get an SPView
5606         instead of an SPDocument because then I can get the selection information
5607         from the view that is being used.
5609 2004-12-24  MenTaLguY  <mental@rydia.net>
5611         * src/sp-object-repr.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
5612           src/dialogs/rdf.cpp, src/dialogs/xml-tree.cpp,
5613           src/widgets/sp-xmlview-tree.cpp, src/xml/repr-io.cpp,
5614           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5615           src/xml/repr.h:
5617           cleaned out unused code and unhygenic macros, as well as fixing
5618           constructors for text and comment nodes
5620 2004-12-24  Ted Gould  <ted@gould.cx>
5622         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h:
5624         Okay, now the effects menu really works!  Well, the implementation seems
5625         to be broken, but the wrapper seems to be all working.
5627 2004-12-24  Ted Gould  <ted@gould.cx>
5629         * src/interface.cpp, src/verbs.cpp, src/verbs.h, src/extension/effect.cpp,
5630         src/extension/effect.h:
5632         Getting the Effects menu basically working.  This included some fixes to
5633         the verbs where they were incrementing the database incorrectly.  The
5634         effects are the first component to take advantage of the dynamically
5635         created verbs, and exercised new code.  Now the basic menu is available,
5636         but there is no functionality there.
5638 2004-12-24  Ted Gould  <ted@gould.cx>
5640         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
5642         Basic code for the effects menu.
5644         * src/dialogs/filedialog.cpp, src/dialogs/filedialog.h,
5645         src/extension/db.cpp, src/extension/db.h:
5647         Changing the DB access functions to use std::list instead of GSList so
5648         that it is more standard, and we get rid of a specialized class that
5649         really isn't that useful.  Less memory usage, and fixes a leak.
5651         * src/extension/effect.cpp, src/extension/effect.h:
5653         Adding in a "Last Effect" to be used in the menus.
5655         * src/extension/extension-forward.h, src/extension/extension.cpp,
5656         src/extension/extension.h, src/extension/input.cpp,
5657         src/extension/output.cpp, src/extension/timer.cpp, src/extension/timer.h,
5658         src/extension/Makefile_insert:
5660         Adding in the timer functions so that modules will unload in a given
5661         amount of time.  For more information on this read the documentation
5662         in the files.  Kinda a lazy deallocation.
5664         * src/extension/implementation/implementation.cpp:
5666         Fix unload so that it is not recursive.
5668 2004-12-23  MenTaLguY  <mental@rydia.net>
5670         * src/arc-context.cpp, src/document.cpp, src/draw-context.cpp,
5671           src/dyna-draw-context.cpp, src/file.cpp, src/gradient-chemistry.cpp,
5672           src/interface.cpp, src/layer-fns.cpp, src/main.cpp, src/object-ui.cpp,
5673           src/path-chemistry.cpp, src/rect-context.cpp,
5674           src/selection-chemistry.cpp, src/sp-anchor.cpp, src/sp-clippath.cpp,
5675           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
5676           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-gradient-test.cpp,
5677           src/sp-gradient.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
5678           src/sp-line.cpp, src/sp-marker.cpp, src/sp-mask.cpp,
5679           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-offset.cpp,
5680           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
5681           src/sp-polyline.cpp, src/sp-rect.cpp, src/sp-root.cpp,
5682           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp, src/sp-text.cpp,
5683           src/sp-tspan.cpp, src/sp-use.cpp, src/spiral-context.cpp,
5684           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
5685           src/text-context.cpp, src/dialogs/find.cpp, src/dialogs/rdf.cpp,
5686           src/dialogs/xml-tree.cpp, src/ecma/EcmaBinding.cpp,
5687           src/extension/internal/gdkpixbuf-input.cpp,
5688           src/extension/internal/svg.cpp, src/livarot/ShapeDraw.cpp,
5689           src/xml/repr-io.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp:
5691           use normalized qnames for SVG elements too
5693 2004-12-23  Kees Cook  <kees@outflux.net>
5695         * configure.ac, src/Makefile_insert, src/extension/script/Makefile_insert:
5696           adding Perl and Python compile tests.  Corrected library locations.
5697         * src/extension/script/InkscapeScript.h,
5698           src/extension/script/InkscapePython.cpp,
5699           src/extension/script/InkscapeScript.cpp: white space fix, and
5700           added config.h, and some small debugging for myself.  Hope Bob doesn't
5701           mind!  :)
5702         * src/dialogs/scriptdialog.cpp: added comments to default code.
5704 2004-12-22  Kees Cook  <kees@outflux.net>
5706         * configure.ac, src/extension/script/Makefile_insert: automake cleanups
5707           to deal with perl/python detection.
5709 2004-12-20  David Turner <novalis@gnu.org>
5710         * src/widgets/gradient-vector.cpp:
5711           Fixed bug with gradient stops at 0 and 100%.  Closes 1085920.
5713 2004-12-18  Bob Jamison  <rjamison@titan.com>
5715         * src/extensions/script/*:
5716           New files that enable embedding of scripting languages
5717           in Inkscape.  Currently using Swig to embed Perl and Python.
5719         * autoconf.ac:
5720           Allow opting for perl or python with --with-perl=yes|no
5721           and --with-python=yes|no
5723 2004-12-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5725         * streq.h (streq), strneq.h (strneq), memeq.h (memeq):
5726           New convenience functions for strcmp(a,b)==0 etc.
5728         * src/dir-util.cpp (sp_relative_path_from_path):
5729           Fix when base is a string prefix of path but a directory prefix
5730           (e.g. path=/foo/barney, base=/foo/bar).
5732 2004-12-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5734         * src/sp-conn-end.cpp (sp_conn_end_move_compensate):
5735           Fix for undo/save: wasn't calling updateRepr().
5737 2004-12-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5739         * src/style.cpp (sp_style_merge_from_style_string):
5740           More standards-conforming parsing of style strings into prop:value
5741           pairs.
5743 2004-12-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5745         * src/style.h, src/style.cpp, src/libnrtype/font-style-to-pos.cpp:
5746           Fix font-weight value: s/darker/bolder/.
5748         * src/style.cpp (sp_style_merge_from_parent):
5749           Fix bug with specifying stroke-width with unit of em or ex.
5750           (We were ignoring the number, treating it as 1em or 1ex.)
5752         * src/style.h, src/style.cpp (sp_style_read_dash,
5753           sp_style_write_string, sp_style_write_difference):
5754           Allow `inherit' as a value for dasharray.
5755           (Also plug small memory leak in sp_style_read_dash.)
5757 2004-12-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5759         * src/style.cpp (sp_style_write_string):
5760           Fix for when stroke-dasharray either explicitly set to `none', or
5761           inherits non-none.
5763         * src/style.cpp (sp_style_write_ienum):
5764           Fix: preserve explicit `inherit' request.
5765         * (sp_style_read, sp_style_merge_property):
5766           Allow explicit `inherit' for `display' property.
5768         * src/style.cpp (sp_style_read):
5769           Fix copy&paste bug affecting `visibility' and `display' properties.
5771 2004-12-07  David Turner  <novalis@gnu.org>
5773         * src/libnrtype/RasterFont.cpp, src/display/nr-arena-shape.cpp:
5774         Fixed dash rendering bug (#1077213)
5776 2004-12-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5778         * src/style.h, src/style.cpp: Support all `display' values
5779           required by SVG 1.1.  (No functional change, insofar as the new
5780           values all have the same behaviour as our existing `block' value
5781           in SVG.)
5782         * src/sp-item.cpp, src/style.cpp: Use `inline' (SP_CSS_DISPLAY_INLINE)
5783           rather than `block' as our generic display value meaning `don't hide
5784           this', as per spec.
5786         * src/style.cpp: Prefer to write lr-tb etc. rather than the
5787           abbreviations lr etc.  (Also add comment saying why.)
5789 2004-12-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5791         * src/dialogs/xml-tree.cpp (on_attr_select_row_set_value_content):
5792           Fix segfault: treat NULL as empty string for display purposes.
5794 2004-11-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5796         * src/svg/svg.h, src/svg/sp-svg.def, src/svg/svg-length.cpp:
5797           (sp_svg_boolean_read, sp_svg_write_percentage):
5798           Remove these unused functions.
5799           (sp_svg_length_read_lff, sp_svg_number_write_d,
5800           sp_svg_number_write_i): Mark static.
5802         * configure.ac:
5803           When adding -lgc to LIBS, also add its dependencies -lpthread -ldl.
5805 2004-11-28  Ted Gould  <ted@gould.cx>
5807         * 0.40
5809 2004-11-25  MenTaLguY  <mental@rydia.net>
5811         * share/tutorials/tutorial-calligraphy.svg: spelling fix
5813         * src/widgets/layer-selector.cpp: fixing the layer selector update bug;
5814           sigc++ apparently doesn't deal with reference arguments very well
5816 2004-11-25  MenTaLguY  <mental@rydia.net>
5818         * src/layer-fns.cpp: fix layer creation within sublayers
5820         * src/dialogs/layer-properties.cpp: fix dialog leak
5822 2004-11-25  MenTaLguY  <mental@rydia.net>
5824         * src/inkscape.cpp: eliminate duplicated code across #ifdefs
5826         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5827           src/dialogs/layer-properties.h:
5829           LayerPropertiesDialog is no longer a singleton, since it's kind of a
5830           per-desktop (well, ideally per-document) thing.  Remaining to do:
5831           fix update of layer selector widget, and eliminate leak of dialog
5832           objects.
5834 2004-11-24  Kees Cook  <kees@outflux.net>
5836         * inkscape.spec: added SMP flags, added static library link capability.
5838 2004-11-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5840         * src/draw-context.cpp (spdc_concat_colors_and_flush):
5841           Do nothing if empty curve; in particular, don't try to close an
5842           empty curve.
5844         * src/pen-context.cpp (spdc_endpoint_snap):
5845           Fix use of uninitialized value when snapping.
5847 2004-11-23  Bryce Harrington <bryce@bryceharrington.org>
5849         * src/dialogs/layer-properties.cpp:  Fixing bug causing two new
5850           layers to get created when hitting enter
5852 2004-11-23  Kees Cook  <kees@outflux.net>
5854         * share/tutorials: added Josh's changes, resized, repositioned for
5855           800x600.
5856         * src/verbs.h, src/verbs.cpp, src/interface.cpp: added tracing
5857           tutorial.
5859 2004-11-23  MenTaLguY  <mental@rydia.net>
5861         * src/rect-context.cpp: disallow drawing on locked or invisible layers
5863         * src/widgets/layer-properties.h, src/widgets/layer-properties.cpp:
5864           slight HIG-ification
5866         * src/desktop.cpp, src/desktop.h, src/widgets/layer-selector.cpp,
5867           src/widgets/layer-selector.h, src/verbs.cpp, src/sp-desktop-widget.h
5869           removed vestigal layer renaming thing
5871         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5872           src/dialogs/layer-properties.h:
5874           reuse dialog for creating layers as well as for renaming them
5876 2004-11-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5878         * src/display/bezier-utils.cpp (generate_bezier): For the sake of
5879           our current pencil tool, don't use free optimization of the end
5880           tangent vector.
5882 2004-11-21  MenTaLguY <mental@rydia.net>
5884         * src/verbs.cpp: add accels for layer menu items
5886 2004-11-21  Bryce Harrington <bryce@bryceharrington.org>
5888         * src/dialogs/layer-properties.cpp, src/verbs.cpp,
5889           src/dialogs/layer-properties.h: Hooking up layer rename
5890           functionality, and making it show correctly.
5892         * src/dialogs/debugdialog.cpp, src/dialogs/find.cpp,
5893           src/dialogs/tracedialog.cpp:  Fixing dialog show behavior
5895 2004-11-21  Kees Cook  <kees@outflux.net>
5897         * src/sp-object.cpp, src/sp-metadata.cpp: added some debugging, and
5898           fixed a dumb error in my metadata _release handler.  Should mostly
5899           close bug 1069772.
5900         * src/Makefile_insert, src/sp-skeleton.cpp, src/sp-skeleton.h:
5901           created some example SPObject implementations for a basis for any
5902           new SPObjects in the future.
5903         * src/dialogs/xml-tree.cpp: fixing logic bug in identability checker.
5904           Added immutability test to actually close 1069772.
5905         * share/icons/icons.svg, src/verbs.cpp, src/interface.cpp: adding
5906           icons for the "new" menu, vacuum, reverse, make bitmap, and trace.
5908 2004-11-20  Jon A. Cruz  <jon@joncruz.org>
5910         * src/extension/db.h, src/extension/db.cpp, src/dialogs/filedialog.cpp:
5911           Added extension matching pattern. Fixed bug 1064888.
5913         * src/dialogs/filedialog.cpp (isValidImageFile):
5914           Fixed previewing bug 1067551.
5916 2004-11-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5918         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
5919           Add splitpoints parameter.  Callers updated.
5921         * src/display/bezier-utils.cpp
5922           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full):
5923           Change last parameter from lg_max_beziers to max_beziers.
5924           Callers updated.
5926 2004-11-19  Bryce <bryce@bryceharrington.org>
5928         * src/dialogs/layer-properties.cpp,
5929           src/dialogs/layer-properties.h:  Adding some widgets.
5931 2004-11-18  Bryce <bryce@bryceharrington.org>
5933         * src/dialogs/Makefile_insert, src/dialogs/makefile.msc,
5934           src/dialogs/layer-properties.h, src/dialogs/layer-properties.h:
5935           Adding a layer properties dialog for renaming layers
5937         * src/desktop.cpp src/interface.cpp, src/verbs.cpp,
5938           src/verbs.h src/dialogs/layer-properties.cpp,
5939           src/dialogs/layer-properties.h,
5940           src/widgets/layer-selector.cpp:  Hooking in layer props dialog.
5942 2004-11-16  MenTaLguY  <mental@rydia.net>
5944         * src/widgets/document-tree-model.cpp, src/widgets/document-tree-model.h,
5945           src/widgets/layer-selector.cpp, src/widgets/Makefile_insert:
5947           removed Widgets::DocumentTreeModel because unused
5949         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5950           src/xml/repr.h:
5952           cache successive sibling counts (self+subsequent siblings) in SPRepr
5953           to make sp_repr_n_children() and sp_repr_position() more efficient,
5954           which will be needed later for e.g. GTK tree models.
5956           sp_repr_nth_child() isn't any faster as a result of the changes,
5957           but it probably won't need to be
5959         * src/xml/repr.cpp: fixed refcount leak in SPRepr::SPRepr(SPRepr const &)
5961 2004-11-15  MenTaLguY  <mental@rydia.net>
5963         * src/gc.cpp: add initial stubs that print an informative error
5964           if the GC functions are used before Inkscape::GC::init() is called
5966 2004-11-14  MenTaLguY  <mental@rydia.net>
5968         * configure.ac, src/gc-core.h, src/gc-managed.h, src/gc-anchored.h,
5969           src/gc-finalized.h, src/gc.cpp:
5971           make disabling the collector a run-time rather than a compile-time
5972           option; there are now three garbage collector options, selectable
5973           by setting the _INKSCAPE_GC environment variable:
5975            * enable - the normal collector (default)
5976            * debug - the debugging collector
5977            * disable - use standard malloc in place of the libgc allocator
5979 2004-11-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5981         * src/display/bezier-utils.cpp: Make end tangent/s be unconstrained for
5982           sp_bezier_fit_cubic, sp_bezier_fit_cubic_r, and around corner nodes.
5984         * src/pencil-context.cpp (fit_and_split): Allow the bezier fitter to
5985           choose the middle control points freely except to the extent required
5986           for smooth nodes.
5988         * src/display/bezier-utils.cpp (generate_bezier):
5989           If either end tangent is specified as zero then estimate the
5990           corresponding control point without constraining its direction
5991           from the endpoint.
5993         * src/pencil-context.h, src/pencil-context.cpp
5994           (fit_and_split, sp_pencil_context_init): Explicitly remember required
5995           tangent instead of using "first two points" hack.
5997         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
5998           Detect & prevent "ghost spikes", by allowing a corner node if
5999           the specified tangent would result in a spike.
6001         * src/display/bezier-utils.cpp (generate_bezier): Better handling
6002           of the case of infinite solutions for the lengths of the two
6003           tangent vectors: try requiring that the lengths equal each other,
6004           and solving for that length (just one variable).
6006 2004-11-13  Kees Cook  <kees@outflux.net>
6008         * src/document.cpp: wrapped updateDisplay call in undo insensitivity.
6009           Closes bug #1030436.
6011 2004-11-12  MenTaLguY  <mental@rydia.net>
6013         * src/main.cpp: fpresetsticky -> fpsetsticky
6015         * src/verbs.cpp: cast width changes
6017         * src/libnrtype/FlowBoxes.h, src/libnrtype/FlowDefs.h,
6018           src/libnrtype/FlowDest.h, src/libnrtype/FlowEater.h,
6019           src/libnrtype/FlowRes.h, src/libnrtype/FlowSols.h,
6020           src/libnrtype/FlowSrc.h, src/libnrtype/FlowSrcText.h,
6021           src/libnrtype/FlowStyle.h, src/libnrtype/FlowUtils.h:
6022           remove stdint.h which isn't being used here
6024         * src/widgets/icon.h, src/widgets/icon.cpp:
6025           icon greys out when insensitive
6027         * src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
6028           documentation
6030         * src/verbs.cpp: changed cast to reinterpret_cast to hopefully
6031           avoid compiler warning
6033 2004-11-11  Kees Cook  <kees@outflux.net>
6035         * src/seltrans.cpp, src/select-context.cpp: ref counting SPObjects
6036           correctly so undo's don't blow up an active resize/move.  Closes
6037           bug #1018756.
6039 2004-11-11  MenTaLguY  <mental@rydia.net>
6041         * src/inkscape.cpp, src/main.cpp, src/widgets/icon.cpp:
6042           removed sp_bitmap_icons
6044         * configure.ac, src/sp-image.cpp, src/object-ui.cpp:
6045           removed stale autotrace support code
6047 2004-11-10  MenTaLguY  <mental@rydia.net>
6049         * src/sp-item.cpp, src/sp-clippath.cpp, src/cp-mask.cpp:
6050           minor refcounting tweaks
6052         * src/sp-image.cpp: fixed failure to release GdkPixbufLoader when
6053           done with it (fixes bug #1063054)
6055 2004-11-10  Kees Cook  <kees@outflux.net>
6057         * configure.ac, src/gc-core.h: corrected gc.h path detection.
6059 2004-11-09  MenTaLguY  <mental@rydia.net>
6061         * src/dialogs/fileselector.cpp: fixed cut-and-paste refcount bug
6062           between SVGPreview::setFileName and SVGPreview::setFromMem that
6063           was leaking bitmap image preview SPDocuments
6065 2004-11-09  Bryce Harrington <bryce@bryceharrington.org>
6067         * src/dialogs/item-properties.cpp
6069 2004-11-09  MenTaLguY  <mental@rydia.net>
6071         * src/sp-item.cpp, src/style.cpp, src/style.h:
6072           use 'display' rather than 'visibility' for hiding, and give display
6073           a more "modern" representation in SPStyle like visibility's
6075 2004-11-09  Kees Cook  <kees@outflux.net>
6077         * src/dialogs/xml-tree.cpp: added better context to the status bar.
6078           added warning flash for id conflicts.
6079         * src/toolbox.cpp: killed some copy/paste code while bug hunting.
6081 2004-11-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6083         * src/sp-item.h, src/sp-item.cpp
6084           (isExplicitlyHidden, setExplicitlyHidden): New methods.
6086         * src/dialogs/item-properties.cpp: Change from having a `Visible'
6087           checkbox that explicitly sets the SVG visibility property to
6088           having a `Hide' checkbox that controls whether or not the
6089           element has visibility:hidden.  (Mitigates #1061934.)
6091         * src/sp-object.h, src/sp-object.cpp (visible, setVisible):
6092           Remove these methods.
6094 2004-11-07  MenTaLguY  <mental@rydia.net>
6096         * src/gc-finalized.h: fix for Debian bug #279991 (cast to ptrdiff_t
6097                               rather than int), and basic documentation
6099 2004-11-06  MenTaLguY  <mental@rydia.net>
6101         * src/sp-item.cpp: fix desktop-specific version of SPItem::isHidden()
6102                            to deal correctly with parent visibility
6104 2004-11-05  MenTaLguY  <mental@rydia.net>
6106         * src/widgets/layer-selector.cpp: more work on making the lock/hide
6107           buttons actually do something
6109         * src/sp-item.cpp, src/sp-item.h: implement lock/hide related methods
6111         * src/verbs.cpp: "Remove All Kerns" -> "Remove Manual Kerning"
6113 2004-11-04  Kees Cook  <kees@outflux.net>
6115         * src/dialogs/rdf.h, src/dialogs/rdf.cpp: added rdf:Bag for the
6116           dc:subject keyword list.  Closed bug #1021025.
6117         * src/dialogs/xml-tree.cpp, src/widgets/sp-xmlview-attr-list.cpp,
6118           src/widgets/sp-xmlview-attr-list.h: added status bar to XML
6119           editor.  added row-change callback for XML tree view.  This
6120           all supports a possible future solution to bug #869683.
6121         * src/dialogs/desktop-properties.cpp: memory leak in RDF code.
6123 2004-11-04  MenTaLguY  <mental@rydia.net>
6125         * src/widgets/layer-selector.cpp: togglable images and formatting
6126           changes (make current layer bold)
6128         * src/uri.h, src/uri.cpp: added assignment operator
6130 2004-11-03  MenTaLguY  <mental@rydia.net>
6132         * src/widgets/Makefile_insert, src/widgets/shrink-wrap-button.cpp,
6133           src/widgets/shrink-wrap-button.h:
6135           added Inkscape::Widgets::shrink_wrap_button, to make any gtk button
6136           an SPButton-like shrink-wrapped button
6138         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6140           abandon SPButton for layer selector buttons
6142 2004-11-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6144         * po/check-markup: New script: detects <b>markup<b> <b>problems<7b>
6145           in the <b>translated strings.  (~10 such problems found.)
6146         * Makefile.am (all, check, distcheck): Run po/check-markup (with
6147           varying permissiveness of errors).
6149 2004-11-02  MenTaLguY  <mental@rydia.net>
6151         * doc/keys.xml: added documentation of layer keys
6153 2004-11-01  Kees Cook  <kees@outflux.net>
6155         * src/dialogs/align.cpp, src/dialogs/debugdialog.cpp: localized
6156         some missed strings.
6158 2004-11-01  MenTaLguY  <mental@rydia.net>
6160         * share/icons/icons.svg: gave bulia's eye icons ids
6162         * src/widgets/layer-selector.h, src/widgets/layers-selector.cpp:
6163           fixed up visibility/lock toggles... now to make them actually do
6164           something
6166 2004-10-31  MenTaLguY  <mental@rydia.net>
6168         * src/util/glib-list.h: adaptor for glib lists
6170         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6171           save the repr next to the SPObject
6173 2004-10-30  MenTaLguY  <mental@rydia.net>
6175         * src/util/list.h: more list cleanups and documentation
6177         * src/verbs.cpp: call sp_document_done() for layer verbs too
6179 2004-10-30  Bryce Harrington <bryce@bryceharrington.org>
6181         * src/dialogs/item-properties.cpp, src/sp-object.h:  Cleaning up
6182         stubs, disabling some more of the desc code to prevent crash.
6183         The change to SPObject::label() broke the label editing code;
6184         fixing it.
6186 2004-10-30  Kees Cook  <kees@outflux.net>
6188         * src/sp-metadata.cpp, src/sp-metadata.h, src/Makefile_insert,
6189         src/document.cpp, src/sp-object-repr.cpp, src/sp-object.cpp:
6190         I've created my very first SPObject!  SPMetadata is alive!  No
6191         more nasty hack to have it disappear from SVG Plain.  Mental
6192         won't have to take away my CVS access any more!  :)
6193         * inkscape2.nsi: update from Adib Taraben
6195 2004-10-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6197         * src/libnr/nr-matrix.cpp (nr_matrix_invert):
6198           Fix for last commit to this file, which broke src==dest case.
6199         * src/libnr/nr-matrix-test.cpp: Add test cases for nr_matrix_invert.
6201 2004-10-30  MenTaLguY  <mental@rydia.net>
6203         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6204           update when layers added/removed/reordered.
6206         * src/verbs.h, src/verbs.cpp: added "rename layer" verb.
6208 2004-10-29  Kees Cook  <kees@outflux.net>
6210         * src/Makefile_insert, src/trace/Makefile_insert,
6211         src/util/Makefile_insert: distcheck cleanups.
6213 2004-10-29  MenTaLguY  <mental@rydia.net>
6215         * src/widgets/layer-selector.cpp: default labels in italic
6217         * src/sp-object.h, src/sp-object.cpp: inkscape:label fixes
6219         * src/layer-fns.cpp: make ordering of layers complete; not just among
6220                              siblings
6222         * src/util/list.h: documentation update
6224 2004-10-29  Bryce Harrington <bryce@bryceharrington.org>
6226         * layer-fns.cpp:  documenting
6227         * layer-selector.cpp:  documenting & fixing funky widget resizing
6228         * object-ui.cpp, dialogs/item-properties.cpp, sp-object.h,
6229           sp-object.cpp, widgets/layer-selector.cpp: add ability to set
6230           inkscape:label from "Item Properties", remove id setting from
6231           "Item Properties", switch to using
6232           SPObject::label()/SPObject?::defaultLabel() in UI where object
6233           ID is currently used.  Documenting.  Switching from "label" to
6234           "inkscape:label" where appropriate.  Adding
6235           visible()/setVisible() functions and activating checkbox.
6236         * dialogs/item-properties.cpp:  Adding title and desc boxes.
6237           Adjusting layout of dialog a bit.  Changing to use of tables
6238           instead of horiz/vert boxes for layout.  Setting to inactive
6239           until some underlying bits get finished.
6241 2004-10-29  Kees Cook  <kees@outflux.net>
6243         * src/dialogs/export.cpp: moved function-based static state variable
6244           into the dialog state variables.  Closes bug #993447.
6245         * src/display/curve.cpp: fixed compile warning.
6246         * src/sp-namedview.cpp: wasn't ref counting correctly.  Closes #955020.
6248 2004-10-29  Jon A. Cruz  <jon@joncruz.org>
6250         * src/sp-image.cpp, src/extension/internal/gdkpixbuf-input.cpp:
6251           Refactoring filenames and file opening
6252           Scales imported images if DPI is known and not 72 DPI. Fixes
6253           #1029755
6255 2004-10-29  MenTaLguY  <mental@rydia.net>
6257         * src/widgets/layer-selector.cpp, src/verbs.cpp:
6258           unselect objects when layer is manually switched
6260 2004-10-28  Kees Cook  <kees@outflux.net>
6262         * src/document-undo.cpp, src/document.cpp, src/sp-namedview.cpp,
6263           src/sp-text.cpp, src/dialogs/desktop-properties.cpp,
6264           src/dialogs/export.cpp, src/extension/input.cpp,
6265           src/extension/output.cpp, src/extension/system.cpp:
6266           Fixing calls to sp_document_set_undo_sensitive to correct allow for
6267           nesting, as suggested by mental.  Found while tracking down bug
6268           #1030436.
6270 2004-10-28  MenTaLguY  <mental@rydia.net>
6272         * src/util/list.h: cleanups of list class.  I think, aside from
6273           documentation and maybe fixes for g++ 3.4 (if required), this
6274           is the last set of changes I will need to make.
6276         * src/sp-item.cpp, src/splivarot.cpp, src/util/reverse-list.h,
6277           src/util/filter-list.h, src/util/map-list.h:
6278           adjust for changes in the list class' interface
6280         * src/desktop.cpp, src/sp-desktop-widget.h:
6281           removed old layer selector and added SPDesktop::itemIsHidden()
6283         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6284           more work; it's now at least as functional as the old selector it
6285           replaces
6287 2004-10-27  Kees Cook  <kees@outflux.net>
6289         * src/libnr/nr-point.h: use NR::X and NR::Y instead of "0" and "1".
6290         * src/dialogs/export.cpp: stack/register weirdness requires a function
6291           call to get true == comparison of NR::Rect's.  Closes bug #1048614.
6292         * src/dialogs/align.cpp: saving erased iterator.  Closes bug #1054270.
6293         * share/extensions/ill2svg.pl: added strict, warnings, and detection
6294           of Image::Magick module.  Closes bug #990659.
6295         * src/dialogs/find.h, src/dialogs/find.cpp: removed unfinished new
6296           find dialog instantiation.  Closes bug #1048802.
6298 2004-10-27  Carl Hetherington  <inkscape@carlh.net>
6300         * src/extension/output.cpp: better fix for 1004134 after advice
6301         from Ted.
6303 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
6305         * src/extension/output.cpp: don't reset modified flag until after
6306         save has happened, in case it fails.  Fixes 1004134.
6308         * src/livarot/ShapeSweep.cpp: fix a typo in my cleanups.  Fixes
6309         1048151.
6311 2004-10-25  Bryce Harringotn <bryce@bryceharrington.org>
6313         * file.cpp, file.h, dialogs/export.cpp: Adding error return logic
6314           for png export code so that failure to write can be tracked.
6315           Adding an error dialog for when this occurs.  Fixes bug 1038932.
6317         * extension/system.cpp:  Changing sp_ui_error_dialog to g_warning
6318           so won't crash when running from commandline.  Fixes bug
6319           1000350.
6321         * inkscape.cpp, inkscape.h, main.cpp, dialogs/filedialog.cpp:
6322           Adding Inkscape::Application::use_gui flag as temporary hack to
6323           prevent gui dialogs from being used when running from
6324           commandline.  Fixes bug 1045067.
6326 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
6328         * src/livarot/PathCutting.cpp: fix a couple of bugs that I
6329         introduced that cause crashes on cut path.
6331 2004-10-25  Kees Cook  <kees@outflux.net>
6333         * src/sp-object.cpp: nasty hack to not export metadata on "Plain SVG".
6334           I promise I'll fix this with a proper SPObject soon.
6336 2004-10-25  Jon A. Cruz  <jon@joncruz.org>
6337         * src/file.cpp, src/file.h, src/inkscape.cpp, src/sp-image.cpp,
6338         src/uri.cpp, src/uri.h, src/dialogs/filedialog.cpp,
6339         src/extension/input.cpp, src/extension/implementation/script.cpp,
6340         src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
6341         src/extension/internal/win32.h, src/extension/plugin/gimpgrad.cpp,
6342         src/helper/png-write.cpp, src/trace/imagemap.cpp, src/xml/repr-io.cpp:
6344         Refactoring filenames and file opening
6346 2004-10-24  MenTaLguY  <mental@rydia.net>
6348         * src/Makefile.am: added/removed files
6350         * src/util/copy-list.h: nobody's using it right now, get rid of it
6352         * src/traits/copy.h, src/traits/list-copy.h:
6353           traits for determining the type to make a copy of a value
6355         * src/sp-item.cpp, src/util/filter-list.h src/util/map-list.h,
6356           src/util/reverse-list.h, src/widgets/layer-selector.cpp
6357           src/xml/sp-repr-action.cpp:
6359           let the list functions infer their own result type (where possible)
6361         * src/util/forward-pointer-iterator.h: its value type is a reference
6363 2004-10-23  MenTaLguY  <mental@rydia.net>
6365         * src/desktop.cpp: removed vertical usize limits on statusbar
6367         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6368           more layer selector work; simplfied model and customized CellRenderer
6369           settings a bit
6371         * src/attributes.cpp, src/attributes.h, src/sp-object.cpp, src/sp-object.h:
6372           add inkscape:label attribute
6374         * src/file.cpp, src/sp-anchor.h, src/sp-animation.h, src/sp-chars.h,
6375           src/sp-clippath.h, src/sp-conn-end.cpp, src/sp-defs.h, src/sp-ellipse.h,
6376           src/sp-gradient.h, src/sp-guide.h, src/sp-image.h, src/sp-line.h,
6377           src/sp-linear-gradient.h, src/sp-marker.h, src/sp-mask.h,
6378           src/sp-namedview.h, src/sp-object-group.h, src/sp-offset.h, src/sp-path.h,
6379           src/sp-pattern.h, src/sp-polygon.h, src/sp-polyline.h,
6380           src/sp-radial-gradient.h, src/sp-rect.cpp, src/sp-rect.h, src/sp-root.h,
6381           src/sp-spiral.h, src/sp-star.h, src/sp-stop.h, src/sp-string.h,
6382           src/sp-symbol.h, src/sp-text.h, src/sp-tspan.h, src/sp-use.h,
6383           src/sp-offset.cpp, src/sp-shape.h:
6385           make inheritance actual
6387 2004-10-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6389         * src/libnr/*: Move some things from nr-matrix-ops.h to new files.
6391         * src/libnr/nr-point-fns.h, src/libnr/nr-point-fns.cpp:
6392           New function is_zero.  Move is_unit_vector here
6393           (was private to sp-spiral.cpp).
6395         * src/display/bezier-utils-test.cpp: Disable a test, replacing with a
6396           todo printf and adding a comment explaining.
6398 2004-10-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6400         * src/pencil-context.cpp: Ensure that data points array p is uniqued
6401           and contains no NaNs.
6403         * src/libnr/nr-point-fns.cpp (LInfty): Fix bug with NaN coordinates:
6404           return NaN (rather than unspecified behaviour).
6405         * src/libnr/nr-point-fns-test.cpp: Add test cases for L1,L2,LInfty
6406           handling of NaN.
6408         * src/pencil-context.cpp: Fix bug: undesirable interactions between
6409           snapping and snap-to-anchor.
6411 2004-10-21  MenTaLguY  <mental@rydia.net>
6413         * src/desktop.cpp: SPDesktop::currentRoot() should pull from
6414           the current layer hierarchy just like SPDesktop::currentLayer();
6415           doubly so, since currently when switching documents the layer hierarchy
6416           is updated before the document is switched
6418         * src/util/Makefile_insert, src/util/copy-list.h: add list copy thingy
6420         * src/util/list.h: add rest()
6422         * src/util/reverse-list.h: bug fixes to reverse_list_in_place()
6424         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6425           more work on layer selector
6427 2004-10-21  Carl Hetherington  <inkscape@carlh.net>
6429         * src/livarot/Path.cpp, src/livarot/Path.h,
6430         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6431         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6432         src/livarot/ShapeMisc.cpp: excise separate path description data
6433         structure.
6435         * src/livarot/Path.h, src/livarot/Path.cpp,
6436         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6437         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6438         src/livarot/ShapeMisc.cpp, src/livarot/livarot-forward.h: move
6439         path description structs into their own files, and rename a few
6440         member variables.
6442         * src/livarot/Path.h, src/livarot/PathConversion.cpp,
6443         src/livarot/PathOutline.cpp: remove some unused functions.
6445 2004-10-20  Carl Hetherington  <inkscape@carlh.net>
6447         * src/livarot/Path.cpp: fix for 1050379, and probably lots of
6448         others.
6450         * src/livarot/Path.h, src/livarot/PathOutline.cpp: bug fix for a
6451         previous commit.
6453         * src/livarot/Path.cpp: fix a memory leak.
6455 2004-10-19  Carl Hetherington  <inkscape@carlh.net>
6457         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: more
6458         simplification cleanups.
6460         * src/livarot/PathStroke.cpp: coding style cleanups.
6462         * src/livarot/Path.h, src/livarot/PathSimplify.cpp,
6463         src/livarot/PathStroke.cpp: more cleanups; don't modify Path::pts
6464         and Path::nbPt.
6466         * src/livarot/Path.cpp, src/livarot/Path.h,
6467         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6468         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: use a
6469         std::vector for Path::pts.
6471 2004-10-18  Carl Hetherington  <inkscape@carlh.net>
6473         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: coding style
6474         and const cleanups.
6476         * src/livarot/PathSimplify.cpp: some very minor cleanups, and
6477         temporary comments for myself.
6479         * src/livarot/PathConversion.cpp: coding style cleanups.
6481         * src/livarot/PathConversion.cpp: fix for bug 1048827.
6483         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: clean up
6484         simplification code.
6486 2004-10-17  MenTaLguY  <mental@rydia.net>
6488         * share/templates/Makefile.am, share/templates/layers.svg:
6489           added a layer template
6491         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6492           more layer selector work
6494         * src/util/filter-list.h, src/util/Makefile_insert:
6495           added filter_list()
6497 2004-10-15  Carl Hetherington  <inkscape@carlh.net>
6499         * src/livarot/PathSimplify.cpp: remove #ifdef
6500         pseudo_douglas_pecker code that wasn't being used.
6502 2004-10-15  MenTaLguY  <mental@rydia.net>
6504         * src/view.h: removed obsolete status message functions
6506         * src/attributes.h: remove unused #define
6508         * src/sp-object.cpp: fix for bug #1048268 (inkscape:collect being written
6509           in "plain SVG" files)
6511         * src/sp-item.h, src/sp-item.cpp: added isLocked() and isHidden()
6512           predicates
6514         * src/sp-item.cpp, src/sp-style.cpp: basic support for visibility CSS
6515           property
6517 2004-10-14  Ted Gould  <ted@gould.cx>
6519         * share/extension/*.inkmod -> *.inx
6520         src/extension/init.cpp
6522         Changing the filename extension that is used to identify Inkscape
6523         extensions to the one specified in the design document.
6525 2004-10-14  MenTaLguY  <mental@rydia.net>
6527         * src/util/list.h: more 3.4 fixes
6529 2004-10-13  MenTaLguY  <mental@rydia.net>
6531         * src/util/list.h, src/util/forward-pointer-iterator.h:
6533           fixes to (hopefully) build with g++ 3.4 (and generally be less evil
6534           anyway)
6536 2004-10-14  Carl Hetherington <inkscape@carlh.net>
6538         * src/livarot/int-line.cpp: coding style cleanups.
6540         * src/livarot/float-line.cpp, src/livarot/float-line.h:
6541         refactoring, removal of dead code.
6543         * src/display/guideline.cpp, src/display/guideline.h: coding style
6544         cleanups.
6546         * src/livarot/Path.cpp, src/livarot/Path.h,
6547         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6548         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: merge
6549         Path::path_lineto and Path::path_lineto_b.
6551 2004-10-14  Carl Hetherington <inkscape@carlh.net>
6553         * src/Path.cpp, src/Path.h, src/PathConversion.cpp,
6554         src/PathCutting.cpp, src/PathOutline.cpp, src/PathSimplify.cpp,
6555         src/ShapeMisc.cpp: use a vector of pointers for Path::descr_cmd.
6557         * src/livarot/Ligne.cpp, src/livarot/Ligne.h,
6558         src/livarot/int-line.cpp, src/livarot/int-line.h,
6559         src/livarot/float-line.cpp, src/livarot/float-line.h,
6560         src/livarot/livarot-forward.h, src/livarot/ShapeRaster.cpp,
6561         src/sp-flowregion.cpp, src/display/canvas-bpath.cpp,
6562         src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
6563         src/display/sp-ctrlline.cpp, src/libnrtype/FlowDest.cpp,
6564         src/libnrtype/RasterFont.cpp: split Ligne into float-line and
6565         int-line.
6567         * src/libnrtype/FlowDest.cpp, src/libnrtype/RasterFont.cpp,
6568         src/libnrtype/raster-position.h, src/livarot/float-line.cpp,
6569         src/livarot/float-line.h, src/livarot/int-line.cpp: use
6570         std::vector for arrays in FloatLigne.
6572         * src/livarot/float-line.cpp, src/livarot/float-line.h: remove
6573         lots of dead code.  Make some methods private.
6575 2004-10-12  MenTaLguY  <mental@rydia.net>
6577         * src/Makefile.am: added files
6579         * src/layer-fns.cpp, src/sp-item.cpp: use iterators, simplifying code
6581         * src/sp-object.cpp, src/splivarot.cpp: adapt to new version of
6582           Inkscape::Algorithms::longest_common_suffix
6584         * src/sp-object.h, src/sp-repr-iterators.h: add new iterator classes
6586         * src/algorithms/find-last-if.h: add counterpart of std::find_if
6588         * src/algorithms/longest-common-suffix.h: rewrite to use iterators
6590         * src/algorithms/longest-prefix.h, src/algorithms/longest-suffix.h,
6591           src/algorithms/shortest-prefix.h, src/algorithms/shortest-suffix.h:
6593           removed; these algorithms are no longer necessary when using
6594           iterators
6596         * src/traits/list.h: no longer needed
6598         * src/traits/reference.h: add "Pointer" member type
6600         * src/util/Makefile_insert: shuffled files
6602         * src/util/list.h: reworked Inkscape::Util::List to be a "handle" type
6603           that can also be used as an STL iterator
6605         * src/util/forward-pointer-iterator.h: treat a pointer as an iterator,
6606           given a base pointer type and a type which defines the iteration
6607           strategy
6609         * src/util/map.h: obsolete
6611         * src/util/map-list.h: iterator-based implementation
6613         * src/traits/tree-iterator.h: no longer necessary (superceded by
6614           specific applications of Inkscape::Util::ForwardPointerIterator)
6616         * src/sp-object-tree-iterator.h, src/util/parent-axis.h,
6617           src/util/sibling-axis.h: obsolete
6619         * src/util/map.h, src/util/reverse.h: obsolete
6621         * src/util/map-list.h, src/util/reverse-list.h:
6622           iterator-based implementations
6624         * src/xml/Makefile_insert: added file
6626         * src/xml/repr.h: removed old tree iterator stuff
6628         * src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h: use new
6629           pointer iterator facility
6631         * src/xml/sp-repr-iterators.h: pointer iterators for SPRepr
6633 2004-10-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6635         * src/display/bezier-utils.h, src/display/bezier-utils.cpp
6636           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full): Change the meaning
6637           of the last parameter: was max_depth, now lg_max_beziers, with the
6638           relationship lg_max_beziers = max_depth + 1.  Callers updated.
6640         * src/xml/repr.cpp (sp_repr_change_order):
6641           Add g_return_if_fail for some conditions that would break structural
6642           integrity, and add a TODO comment indicating incompleteness.
6643           Use sp_repr_prev function.
6645         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp
6646           (sp_repr_prev_sibling): Rename to sp_repr_prev for consistency
6647           with sp_repr_next.  Don't consider it an error for child to be
6648           NULL or parentless.  Callers updated.
6650         * src/draw-context.cpp (spdc_concat_colors_and_flush,
6651           spdc_flush_white): Misc readability cleanups.
6653         * src/display/curve.cpp (sp_curve_reverse): Fix a bug where the
6654           reversed curve wrongly included a trailing moveto command.  (Bug
6655           introduced in my 2004-09-05 change: one of the callers I didn't
6656           know how to cause to run.)
6658 2004-10-12  Ted Gould  <ted@gould.cx>
6660         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
6661         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
6662         share/extensions/eps_input.inkmod, share/extensions/epsi_output.inkmod,
6663         share/extensions/gimpgrad.inkmod, share/extensions/ps_input.inkmod,
6664         share/extensions/roundhole.inkmod, share/extensions/sk_input.inkmod,
6665         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
6666         share/extensions/txt2svg.inkmod, share/extensions/wmf_input.inkmod,
6667         src/extension/dependency.cpp, src/extension/dependency.h,
6668         src/extension/extension.cpp, src/extension/init.cpp:
6670         Moving all of the dependency stuff from the scripts, up to the root
6671         extension level.  This means that everyone can have dependencies, and
6672         dependency checking (a good thing).  This makes use of the new
6673         'Dependency' class that is also in the extension directory.
6675 2004-10-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6677         * src/pencil-context.cpp (sp_pencil_context_root_handler): Split into
6678           many functions, fixing some illegal union aliasing along the way (as
6679           was done for sp_pen_context_root_handler).
6681         * src/modifier-fns.h: New file of inline functions based on macros.h
6682           MOD__CTRL etc. macros.
6683         * src/Makefile_insert: Add the new file.
6685         * src/pen-context.h: Change size of p array from SP_DRAW_MAX_POINTS to
6686           5 now that we aren't sharing with SPPencilContext.
6688         * src/draw-context.cpp, src/draw-context.h, src/pen-context.cpp,
6689           src/pen-context.h, src/pencil-context.cpp, src/pencil-context.h:
6690           Move npoints,p from SPDrawContext to both SPPenContext and
6691           SPPencilContext.
6693         * src/draw-context.cpp, src/draw-context.h: Split off new files
6694           pen-context.h, pen-context.cpp, pencil-context.h, pencil-context.cpp,
6695           draw-anchor.h, draw-anchor.cpp.
6696         * src/Makefile_insert: Add the new files.
6698 2004-10-10  Ted Gould  <ted@gould.cx>
6700         * src/event-context.cpp, src/file.cpp, src/file.h, src/print.cpp,
6701         src/print.h, src/selection-chemistry.h, src/sp-image.cpp, src/sp-item.cpp,
6702         src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp, src/sp-symbol.cpp,
6703         src/tools-switch.cpp, src/dialogs/export.cpp, src/dialogs/filedialog.cpp,
6704         src/extension/Makefile_insert, src/extension/db.cpp,
6705         src/extension/dependency.cpp, src/extension/dependency.h,
6706         src/extension/effect.cpp, src/extension/effect.h,
6707         src/extension/extension-forward.h, src/extension/extension.cpp,
6708         src/extension/extension.h, src/extension/input.cpp, src/extension/input.h,
6709         src/extension/output.cpp, src/extension/output.h, src/extension/print.cpp,
6710         src/extension/print.h, src/extension/system.cpp,
6711         src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp,
6712         src/extension/internal/svg.cpp, src/libnrtype/FlowResOut.cpp:
6714         Splitting out the different types of extensions into their own files so
6715         that the overall dependencies can be reduced.  Caused a ripple through
6716         lots of other files.  Hopefully the dependency situation is better now.
6718 2004-10-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6720         * src/draw-context.cpp:
6721           Change xp,yp file globals to NR::Point pen_draw_origin_w.
6723         * src/draw-context.cpp (sp_pen_context_root_handler):
6724           Split into many routines.  Fix some illegal union member aliasing.
6725           (pen_handle_key_press): Minor code cleanups in backspace handling.
6726           (pen_handle_motion_notify): Make tolerance var local instead of
6727           file-global.  (This transformation is applicable to many
6728           dragtolerance users.)
6730         * src/draw-context.cpp (spdc_endpoint_snap_handle):
6731           Change argument type from SPDrawContext to SPPenContext, and
6732           specialize definition accordingly.  Caller updated.
6734         * src/draw-context.h: Change red_curve_is_valid from char to bool.
6735         * src/draw-context.cpp: Change red_curve_is_valid assignments from
6736           0x00/0x01 to false/true (using find & replace).
6738 2004-10-07  Carl Hetherington  <inkscape@carlh.net>
6740         * src/nr-object.cpp, src/nr-object.h: coding style and const
6741         fixes.
6743         * src/nr-rect.cpp: added a doxygen comment.  Some coding style
6744         fixes.
6746         * src/sp-paint-server.cpp: coding style fixes.
6748         * src/nr-arena-item.cpp, src/nr-arena-item.h: move a comment to
6749         the .cpp file and make it doxygen-style.
6751         * src/livarot/Path.cpp: coding style cleanups.  Add an assert to
6752         Path::Transform().
6754         * src/livarot/Path.cpp, src/livarot/Path.h: fix some archaic
6755         notation.
6757         * src/livarot/Ligne.cpp: coding style cleanups.
6759         * src/livarot/PathOutline.cpp, src/livarot/Path.h: fix a rather
6760         nasty hack in the outlining code.
6762         * src/livarot/Path.cpp, src/livarot/Path.h,
6763         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6764         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6765         src/livarot/ShapeMisc.cpp, src/splivarot.cpp, src/sp-offset.cpp:
6766         use std::vector for Path::descr_cmd.
6768         * src/livarot/Path.cpp, src/livarot/Path.h,
6769         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6770         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6771         src/livarot/ShapeMisc.cpp: getType() and setType() in Path::path_descr.
6773 2004-10-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6775         * src/sp-object-repr.cpp (sp_repr_type_lookup): Distinguish between XML
6776           element name and sodipodi:type attribute value: use a separate table
6777           for each.
6778         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_lookup):
6779           Don't export this function.  (Also rename it to name_to_gtype and
6780           change its definition for separate tables.)
6782 2004-10-03  Kees Cook  <kees@outflux.net>
6784         * src/dialogs/rdf.cpp, src/dialogs/repr-util.cpp, src/dialogs/repr.h:
6785           Since "dc:title" can appear at multiple XML levels, a way to
6786           control max depth in searching was added.  (Closes bug #1009290)
6788 2004-09-30  MenTaLguY  <mental@rydia.net>
6790         * src/widgets/document-tree-model.cpp:
6791           more bug fixes
6793         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6794           get the layer selector sort of in more order
6796 2004-09-28  Ted Gould  <ted@gould.cx>
6798         * src/verbs.cpp, src/verbs.h, src/view.cpp:
6800         Making it so that actions get deleted as views get destroyed.
6802 2004-09-27  Ted Gould  <ted@gould.cx>
6804         * src/desktop.h, src/forward.h, src/interface.cpp, src/interface.h,
6805         src/select-toolbar.cpp, src/shortcuts.cpp, src/shortcuts.h,
6806         src/toolbox.cpp, src/toolbox.h, src/verbs.cpp, src/verbs.h,
6807         src/dialogs/align.cpp, src/dialogs/align.h,
6808         src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp,
6809         src/dialogs/export.cpp, src/dialogs/find.cpp,
6810         src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
6811         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
6812         src/dialogs/xml-tree.cpp, src/helper/action.cpp, src/helper/action.h:
6814         Wow, alot of files changed.  The ones that changed the most are
6815         verb.cpp and verb.h, which are almost entirely different.  What happened
6816         here is the verbs were made object oriented.  So, as the verbs
6817         are built into everything, lots of files changed.  Now the code
6818         for the verbs is much cleaner, and I think a little bit faster.
6819         Also, it will be easier to extend the verbs for use in effects.
6821 2004-09-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6823         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
6824           Get rid of operator NR::translate(), which was allowing
6825           *implicit* (and typically lossy) conversion to NR::translate,
6826           and which made a bug hard to find.
6828         * src/sp-gradient-test.cpp: New unit test file.  I believe this is the
6829           first test that tests an SPObject.
6830         * src/Makefile_insert, src/Makefile.am: Invoke the new test.
6832 2004-09-24  MenTaLguY <mental@rydia.net>
6834         * src/selection-chemistry.cpp:
6836           "select all" and "clear" now operate on the current layer rather than on
6837           the document root
6839         * src/verbs.cpp, src/shortcuts.cpp, layer-fns.cpp, src/sp-item.cpp:
6841           keyboard shortcuts and fixes for layer verbs
6843 2004-09-23  MenTaLguY <mental@rydia.net>
6845         * src/message-stack.h, src/message-stack.cpp:
6847           return id of flashed messages so they are cancellable
6849         * src/message-context.h, src/message-context.cpp:
6851           message context flashes now supercede one another, as regular
6852           messages do (they do not supercede regular messages though)
6854         * src/interface.cpp, src/layer-fns.cpp, src/layer-fns.h, src/verbs.cpp:
6856           initial stab at layers menu; not everything works the way it should
6857           quite yet
6859         * src/message-context.h, src/message-context.cpp:
6861           added flash methods to Inkscape::MessageContext
6863         * src/gc-core.h, src/display/nr-arena-glyphs.cpp,
6864 src/display/nr-arena-group.cpp,
6865           src/display/nr-arena-item.cpp, src/display/nr-arena-item.h,
6866           src/display/nr-arena-shape.cpp, src/libnr/nr-object.cpp,
6867 src/libnr/nr-object.h,
6869           eliminate more sources of leaks; managed objects shouldn't use refcounts
6870           among themselves
6872         * src/xml/repr.cpp: don't nuke log pointer
6874 2004-09-21  MenTaLguY <mental@rydia.net>
6876         * src/gc-finalized.h: fix for stupid bug preventing finalizable objects
6877           from being collected
6879         * src/Makefile_insert, src/gc.cpp, src/gc-core.h:
6880           move Inkscape::GC::init out-of-line, and funnel GC warnings through
6881           glib
6883 2004-09-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6885         * src/sp-marker.h, src/sp-marker.cpp (sp_marker_show_instance):
6886           Change to using NR::Matrix instead of NRMatrix.  Update caller.
6888         * src/sp-gradient.cpp (sp_gradient_get_g2d_matrix,
6889           sp_gradient_get_gs2d_matrix, sp_gradient_set_gs2d_matrix):
6890           New NR::Matrix/NR::Rect versions of existing functions.
6892         * src/libnr/nr-matrix-translate-ops.h (operator/): New function.
6894         * src/libnr/nr-matrix-scale-ops.cpp: New file.
6895         * src/libnr/nr-matrix-scale-ops.h (operator/(Matrix,scale)):
6896           New function.
6898 2004-09-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6900         * src/sp-gradient.h: Change gradientTransform from NRMatrix to
6901           NR::Matrix.  Users updated.
6903         * src/Makefile.am (EXTRA_DIST), Makefile_insert
6904           dialogs/Makefile_insert extension/implementation/Makefile_insert
6905           extension/internal/Makefile_insert helper/Makefile_insert
6906           livarot/Makefile_insert (blah_SOURCES):
6907           Add some .h files for `make dist'.
6909 2004-09-19  MenTaLguY <mental@rydia.net>
6911         * src/gc-core.h: don't defer finalizers
6913         * src/gc-core.h: bump up free space divisor -- collections should
6914           happen ~32x more frequently
6916 2004-09-19  Carl Hetherington <inkscape@carlh.net>
6918         * src/display/canvas-bpath.cpp, src/display/nr-arena-shape.cpp,
6919         src/display/sp-ctrlline.cpp, src/libnrtype/RasterFont.cpp,
6920         src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: remove some
6921         unused parameters from calls to raster code.
6923         * src/livarot/ShapeRaster.cpp: coding style cleanups.
6925         * src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: factored out
6926         _updateIntersection().
6928         * src/livarot/AVL.cpp, src/livarot/AVL.h: remove DblLinked.  Cleanups.
6930 2004-09-18  MenTaLguY <mental@rydia.net>
6932         * src/dialogs/filedialog.cpp: unref the preview document we created
6934 2004-09-18  Carl Hetherington <inkscape@carlh.net>
6936         * src/livarot/AVL.cpp, src/livarot/AVL.h,
6937         src/livarot/DblLinked.cpp, src/livarot/DblLinked.h,
6938         src/livarot/LivarotDefs.h, src/livarot/ShapeRaster.cpp,
6939         src/livarot/ShapeSweep.cpp, src/livarot/sweep-tree.cpp,
6940         src/livarot/sweep-tree.h, src/sweep-event.h: replace leftFoo and
6941         rightFoo with foo[2] in a few places.  Associated cleanups.
6943         * src/livarot/Shape.h: use Side rather than a bool for
6944         TesteIntersection.  Add some methods.  Remove some unused variables.
6946         * src/livarot/ShapeSweep.cpp: simplify TesteIntersection with use
6947         of Side.
6949         * src/livarot/sweep-event.h: const fix.
6951         * src/livarot/sweep-event.cpp: simplifications with use of Side.
6953         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
6954         src/livarot/ShapeMisc.cpp, src/ShapeSweep.cpp: lastA/firstA in
6955         Shape::dg_point ->
6957           further work on stroking; break out bezier approximation into
6958           public functions
6960 2004-09-10  MenTaLguY <mental@rydia.net>
6962         * src/render/polygon.h, src/render/shape-builder.h,
6963           src/render/shape-builder.cpp, src/render/stroke.h,
6964           src/render/dash.h:
6966           beginnings of a simple alternate renderer
6968 2004-09-09  Carl Hetherington <inkscape@carlh.net>
6970         * src/sp-flowtext.cpp, src/sp-offset.cpp, src/splivarot.cpp,
6971         src/display/nr-arena-shape.cpp, src/libnrtype/FlowDest.cpp,
6972         src/livarot/PathConversion.cpp, src/livarot/Shape.h: make
6973         Shape::nbPt and Shape::nbAr private and provide accessor methods.
6975         * src/display/nr-arena-shape.cpp, src/livarot/Shape.h: make
6976         Shape::flags private.
6978         * src/splivarot.cpp, src/livarot/PathStroke.cpp,
6979         src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6980         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
6981         Clean up handling of flags in Shape class
6983         * src/livarot/AlphaLigne.cpp, src/livarot/Path.cpp,
6984         src/livarot/PathSimplify.cpp, src/livarot/Shape.cpp,
6985         src/livarot/ShapeSweepUtils.cpp: it's ok to free NULL.
6987         * src/livarot/Shape.h, src/sp-offset.cpp, src/splivarot.cpp,
6988         src/display/nr-arena-shape.cpp: Make Shape::pts private and offer
6989         a read-only accessor.
6991         * src/livarot/Shape.cpp, src/livarot/Shape.h,
6992         src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
6993         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp, src/
6994         livarot/ShapeSweepUtils.cpp, src/livarot/ShapeUtils.h: Rename
6995         Shape::pts to Shape::_pts, and use getPoint() wherever possible.
6997         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
6998         src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6999         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp: Add
7000         dg_point::totalDegree() and make use of it.
7003 2004-09-08  MenTaLguY  <mental@rydia.net>
7005         * src/libnr/nr-object.h, src/libnr/nr-object.cpp: fix NRObject
7006           initialization
7008         * configure.in, src/gc-core.h, src/gc-managed.h, src/gc-anchored,
7009           src/gc-finalized.h:
7011           add a --disable-gc ./configure option to omit garbage collection
7012           from the build (the normal allocator will be used, although
7013           memory will obviously leak since it does not get explicitly freed)
7015         * src/xml/repr.cpp: SPRepr's copy constructor needs to properly
7016           initialize its fields
7018         * src/xml/repr-util.cpp, src/xml/repr-private.h,
7019           src/xml/repr.h, src/xml/repr.cpp:
7021           new child-count-related routines, and added mutation signals
7022           to SPReprDoc
7024         * src/desktop.cpp: call the "Active Group" widget by its TRUE NAME!
7026         * src/widgets/Makefile_insert, src/widgets/document-tree-model.cpp,
7027           src/widgets/document-tree-model.h, src/widgets/layer-selector.cpp,
7028           src/widgets/layer-selector.h:
7030           very cursory start on new layers UI
7032 2004-09-08  Carl Hetherington <inkscape@carlh.net>
7034         * src/helper/stock-items.cpp: fix a bad free().  Improve coding
7035         style compliance.
7037         * src/libnrtype/FlowRes.cpp: slightly unpleasant fix for a buffer
7038         overrun.
7040 2004-09-07  MenTaLguY <mental@rydia.net>
7042         * src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
7043           src/livarot/ShapeSweep.cpp:
7045           use std::vector for points array (seems to crash less?)
7047         * src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
7048           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
7049           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
7050           src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
7051           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
7053           switch to glib's allocator routines, which have the expected
7054           semantics
7056         * src/livarot/evil-malloc.h: removed
7058 2004-09-07  Ted Gould  <ted@gould.cx>
7060         * src/color-rgba.h:
7062         Some comments and some little code clean up things.  Added a couple
7063         of constructors to make life a little simpler.
7065 2004-09-06  Ted Gould  <ted@gould.cx>
7066         * src/extension/plugin/gimgrad.cpp, src/extension/implementation/plugin*
7067           share/extension/gimpgrad.inkmod, src/extension/system.cpp,
7068           src/extension/extension.h:
7070         Mega commit.  This commit does two things, it adds in the ability to
7071         do plugins in Inkscape.  This means that there are loadable modules
7072         that can be used for just about anything.  It also provides a sample
7073         implementation of a plugin to load GIMP gradients.  This means that
7074         GIMP gradients can be imported into Inkscape, giving a larger set of
7075         gradients that can be used in Inkscape.
7077         Currently, nothing here is really complete, but it is functional.  The
7078         plugins really only work for input plugins, and the GIMP gradient example
7079         isn't very robust.  They will come shortly.
7081 2004-09-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7083         * src/display/curve.h, src/display/curve.cpp:
7084           Change x,y members to NR::Point.
7085           Rename posset (spiced&spiked hot milk) to posSet as per CodingStyle.
7087         * src/display/curve.cpp (sp_curve_reverse): Previously this
7088           routine returned only the last subpath, and made it an open
7089           path.  Now it preserves all aspects of the curve other than
7090           reversing it.  I believe this change makes no difference to the
7091           draw-context and dyna-draw-context callers (though I haven't
7092           managed to test all of these callers), whereas for the `reverse
7093           path' command, users presumably expect the new behaviour.
7095         * src/display/curve.cpp (sp_curve_closepath_current):
7096           Fix bad assertion.
7098         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
7099           (get_translation): New function.
7101         * src/sp-polygon.cpp (polygon_get_value): Use static linkage.
7102           (sp_polygon_set): Remove debugging output.  Add `todo' comment.
7104 2004-09-03  MenTaLguY <mental@rydia.net>
7106         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7107           src/sp-namedview.h:
7109           remember previously selected layer on load
7111 2004-09-02  MenTaLguY <mental@rydia.net>
7113         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp:
7115           reintroduced the inkscape:groupmode attribute
7117         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
7118           src/libnr/nr-object.cpp:
7120           remove USE_LIBGC macro again
7122 2004-08-30  MenTaLguY <mental@rydia.net>
7124         * src/sp-object.cpp:
7126           ref the object while SPObject::deleteObject runs, so it doesn't
7127           get destroyed halfway through [ fix for bug #1012874 ]
7129 2004-08-29  MenTaLguY <mental@rydia.net>
7131         * src/gc-core.h:
7133           turn off scanning of dynamic library data segments; we don't need
7134           it, and it seems to cause problems on FC2
7136 2004-08-27  MenTaLguY <mental@rydia.net>
7138         * src/traits/function.h: add typedefs for all argument positions,
7139           specifying 'void' for all arguments after the last
7141         * src/livarot/evil-malloc.h, src/livarot/BitLigne.cpp,
7142           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
7143           src/livarot/Shape.cpp, src/livarot/ShapeSweepUtils.cpp:
7145           work around livarot bugs so I can use ElectricFence
7147         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
7148           src/libnr/nr-object.cpp:
7150           make the garbage collector easy to disable by undefining
7151           USE_LIBGC in src/gc-core.h
7153 2004-08-26  MenTaLguY <mental@rydia.net>
7155         * src/document-private.h, src/document.h, src/document.cpp:
7157           add notification signal when resources are added or removed
7159 2004-08-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7161         * src/xml/repr-css.cpp (sp_repr_css_print):
7162           Fix for shared string change.
7164         * src/sp-text.cpp (sp_text_description):
7165           Fix for when font Name() call fails.
7167         * src/sp-text.cpp: CodingStyle changes, including moving some
7168           declarations to first use.
7169           Remove unused __SP_TEXT_C__ define.
7171 2004-08-25  Carl Hetherington  <inkscape@carlh.net>
7173         * src/sp-cursor.cpp, src/sp-cursor.h, src/sp-guide.cpp:
7174         coding style cleanups.
7176 2004-08-24  MenTaLguY <mental@rydia.net>
7178         * src/gc-anchor.h: fix to always use the GC base address, since
7179           that will not always be the same as 'this', when I::GC::Anchored
7180           is used via multiple inheritance.
7182 2004-08-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7184         * src/libnrtype/TextWrapper.h, src/libnrtype/TextWrapper.cpp (AppendUTF8):
7185           Use strlen instead of for-loop.
7186           Change printf to g_return_if_fail (and document that the argument
7187           must be valid UTF-8).
7188           Mark the text pointer as not being written through (const).
7190 2004-08-23  MenTaLguY <mental@rydia.net>
7192         * src/xml/repr.cpp, src/xml/sp-repr-action.h:
7194           removed stupid default 'next' constructor arguments and force them
7195           to be specified explicitly (and fix the omission of one, which
7196           fixes bug #1014541)
7198 2004-08-22  MenTaLguY <mental@rydia.net>
7200         * src/Makefile_insert, src/gc-alloc.h:
7202           introduced a GC-aware STL allocator
7204         * src/document-private.h, src/document.h, src/document.cpp:
7206           switch to using STL map for "id changed" signals
7208 2004-08-21  MenTaLguY <mental@rydia.net>
7210         * src/Makefile_insert, src/util/Makefile_insert: get libinkutil
7211           deps straightened out
7213         * src/document-private.h, src/document-undo.cpp, src/document.cpp:
7215           adapt for new APIs, header cleanups/refactorings
7217         * src/gc-core.h, src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
7219           rewrote interface to Boehm GC for increased flexibility; there are now
7220           three main classes:
7222            - Inkscape::GC::Managed: objects managed by the GC; replaces
7223                                     Inkscape::GC::Object
7225            - Inkscape::GC::Finalized: objects for which the GC will call
7226                                       destructors automatically; replaces
7227                                       Inkscape::GC::FinalizedObject
7229            - Inkscape::GC::Anchored: managed objects which can be 'anchored'
7230                                      to prevent collection while non-gc-aware
7231                                      objects are holding references; replaces
7232                                      Inkscape::Refcounted
7234           Note that they no longer inherit from each other(!), so you will
7235           need to mix-and-match via multiple inheritance.  The latter two
7236           don't do anything useful without the first, however.
7238         * src/gc-object.h, src/refcounted.h: removed
7240         * src/message-context.cpp, src/message-stack.h, src/selection.h,
7241           src/view.cpp, src/libnr/nr-object.h, src/util/list.h,
7242           src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h, src/desktop.cpp:
7244           adopt new GC API and header refatorings
7246         * src/Makefile.am, src/util/Makefile_insert:
7248           list util/* files in util's Makefile_insert now.
7250         * src/util/reverse.h: revive anx fix Inkscape::Util::reverse
7252         * src/util/share-c-string.cpp, src/util/share-c-string.h: removed
7254         * src/util/shared-c-string.cpp, src/util/shared-c-string.h:
7256           employ the type system to make shared strings a little safer to use;
7257           you can still shoot yourself in the foot, but at least now you need
7258           to aim and pull the trigger first
7260         * src/xml/Makefile_insert, src/xml/repr-action-test.cpp,
7261           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.h:
7263           reorganize transaction logging files
7265         * src/xml/repr-action-test.cpp: updated headers
7267         * src/xml/repr-action.cpp, src/xml/repr-action.h: removed
7269         * src/xml/repr-private.h, src/xml/repr.cpp, src/xml/repr.h:
7271           update for new GC API and shared strings
7273         * src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
7274           src/xml/sp-repr-action.h:
7276           header refactoring and new GC API
7278         * src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h:
7280           new GC API
7282 2004-08-20  Carl Hetherington <inkscape@carlh.net>
7284         * src/zoom-context.cpp, src/view.cpp, src/version.cpp,
7285         src/sp-defs.cpp: coding style cleanups.
7287         * src/sp-polygon.cpp: coding style and a few other small cleanups.
7289         * src/sp-anchor.cpp: coding style cleanups.  Remove unnecessary
7290         static variable.
7292 2004-08-18  Bryce Harrington <bryce@bryceharrington.org>
7294         * autogen.sh:  Fixing the 'missing ltmain.sh' bug
7296 2004-08-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7298         * src/sp-star.cpp: Use cast to guint32 instead of using modulo 2**32.
7299           Fix a uint compilation bug on Windows reported by mrchapp.
7300           Mark a few functions as static.
7302 2004-08-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7304         * src/sp-conn-end.cpp (change_endpts):
7305           Use new sp_curve_stretch_endpoints function: i.e. preserve the
7306           shape of the connector path.
7308         * src/display/curve.h, src/display/curve.cpp
7309           (sp_curve_stretch_endpoints): New function.
7311         * src/sp-use-reference.cpp: CodingStyle changes.
7313         * src/sp-item.h, src/sp-item.cpp (sp_item_write_transform):
7314           Indicate that adv won't get written to.
7316         * src/sp-rect.cpp (sp_rect_set_transform): Call sp_rect_set_shape,
7317           so that bbox is up-to-    src/livarot/PathConversion.cpp,
7318 src/livarot/Shape.cpp,
7319         src/livarot/Shape.h, src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
7320         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp,
7321         src/livarot/ShapeSweepUtils.cpp:
7322           Revert these files to their state prior to mental's "2004-08-08"
7323           entry (the change made in 2004-08-09 02:23 UTC).
7325 2004-08-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7327         * src/algorithms/longest-common-suffix.h: Fix bug I introduced three
7328           days ago.
7330         * src/attributes.h, src/attributes.cpp: New attributes
7331           SP_ATTR_CONNECTION_START, SP_ATTR_CONNECTION_END.
7332         * src/sp-conn-end.h, src/sp-conn-end.cpp,
7333           src/sp-conn-end-pair.h, src/sp-conn-end-pair.cpp:
7334           New files.
7335         * src/Makefile_insert (libinkpre_a_SOURCES): Add the new files.
7337         * src/sp-path.cpp, src/sp-path.h: Call the new connector stuff.
7339         * src/display/curve.h, src/display/curve.cpp
7340           (sp_curve_first_point, sp_curve_last_point): New functions.
7342           (sp_curve_transform): Re-implement with NR::Matrix/NR::Point.
7343           The old code appears to be buggy for sheer/rotate matrices
7344           due to calculating each y coord using the new corresponding x coord
7345           instead of the previous value.
7347           Also add NR::translate version.
7349           Get rid of the return value.  Callers updated.
7351         * src/sp-item.h, src/sp-item.cpp: (i2anc_affine): New function
7352           (essentially a rename of existing private partial_xform function, but
7353           differing behaviour on encountering non-SPItem in the hierarchy).
7355           (i2i_affine): New function (essentially a rename of existing
7356           SPItem::getRelativeAffine).  Implement SPItem::getRelativeAffine in
7357           terms of the new function.
7359           (sp_item_dt2i_affine): NR::Matrix version.
7361         * src/libnr/nr-path.h (c, setC): new methods.
7363 2004-08-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7365         * src/desktop-affine.cpp (sp_desktop_w2doc_affine,
7366         sp_desktop_doc2w_affine, sp_desktop_doc2d_xy_point),
7367         src/knotholder.cpp (knot_moved_handler), src/sp-item.cpp
7368         (SPItem::getRelativeTransform), src/sp-rect.cpp
7369         (sp_rect_set_transform), src/display/sp-canvas-util.cpp
7370         (sp_canvas_item_i2i_affine, sp_canvas_item_set_i2w_affine):
7371           Cleanup: Use the new division operators instead of multiplication by
7372           inverse.  (Currently the division operators are implemented as
7373           multiplication by inverse.)
7375         * src/splivarot.cpp, src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
7376         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
7377           Hurriedly fix some problems caused by overly-hurried changes.
7378           Address some signed/unsigned warnings.
7379           Add some assertions.
7380           (Haven't checked the performance cost of the assertions.)
7382         * src/livarot/Shape.h: Make constructors explicit.
7384 2004-08-08  MenTaLguY  <mental@rydia.net>
7386         * src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-offset.cpp,
7387           src/splivarot.cpp, src/display/nr-arena-shape.cpp,
7388           src/livarot/PathConversion.cpp, src/livarot/Shape.cpp,
7389           src/livarot/Shape.h, src/livarot/ShapeDraw.cpp,
7390           src/livarot/ShapeMisc.cpp, src/livarot/ShapeRaster.cpp,
7391           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
7393           replace ad-hoc realloced arrays with std::vector and deal with
7394           uninitialized data problems that valgrind complained about
7396         * libgc.supp: valgrind suppression profile for libgc, which necessarily
7397           reads and runs comparisons on a lot of uninitalized data; the present
7398           form of this file is probably too broad however
7400 2004-08-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7402         * src/libnr/nr-matrix-div.h, src/libnr/nr-matrix-div.cpp:
7403           operator/(NR::Point, NR::Matrix), operator/(NR::Matrix, NR::Matrix):
7404           new functions, new files.
7406         * src/algorithms/longest-common-suffix.h:
7407           Handle in O(1) time the common case of equal tails.
7408           Documentation.
7410 2004-08-08  Ted Gould  <ted@gould.cx>
7412         * src/svg-profile.h, src/Makefile_insert:
7414         Adding the first support in for trying to determine which profiles are
7415         used with certain functionality, and if that is used by the current
7416         document.  Really, right now, there is no code changes to anything that
7417         compiles.  But this is the header file that contains the class that
7418         I'm plannig to use in the future.
7420 2004-08-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7422         * src/libnrtype/RasterFont.h, src/libnrtype/RasterFont.cpp:
7423           Get rid of argumentless constructor (which was leaving
7424           style.transform as random bits), replace with constructor taking
7425           style argument.  Caller updated.
7426           Disable default copy constructor and operator=.
7428 2004-08-06  MenTaLguY <mental@rydia.net>
7430         * configure.in, src/gc-core.h, src/gc-object.h,
7431           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-group.cpp,
7432           src/display/nr-arena-image.cpp, src/display/nr-arena-item.cpp,
7433           src/display/nr-arena-shape.cpp, src/display/nr-arena.cpp,
7434           src/helper/action.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
7436           make NRObject GC-aware
7438 2004-08-06  David Turner <novalis@gnu.org>
7439         * src/sp-shape.cpp (sp_shape_marker_get_transform): Make marker handling
7440 match
7441         SVG spec better.
7443 2004-08-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7445         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
7446           NR::Matrix *= NR::scale: new.
7448         * src/sp-object.cpp, src/sp-object.h, src/sp-object-tree-iterator.h:
7449           Move TreeIterator<SPObject *> specialization to snew file
7450           sp-object-tree-iterator.h.
7451           Mark several pointers as not being written through.
7452           Correspondingly change TreeIterator specialization to
7453           <SPObject const *> instead of <SPObject *>.
7455         * display/nr-arena-item.cpp, display/nr-arena-item.h:
7456           Add NR::Matrix version of nr_arena_item_set_transform.
7458         * src/sp-item.h, src/sp-item.cpp (getRelativeTransform, partial_xform):
7459           Mark pointers as not written through.
7461         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
7462           src/path-chemistry.cpp, src/rect-context.cpp,
7463           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowdiv.cpp,
7464           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-item-group.cpp,
7465           src/sp-item-notify-moveto.cpp, src/sp-item-transform.cpp,
7466           src/sp-item.cpp, src/sp-item.h, src/sp-offset.cpp, src/sp-rect.cpp,
7467           src/sp-shape.cpp, src/sp-use.cpp, src/spiral-context.cpp,
7468           src/splivarot.cpp, src/star-context.cpp, src/text-context.cpp,
7469           src/dialogs/item-properties.cpp:
7470           Change SPItem->transform from NRMatrix to NR::Matrix.
7472         * src/libnr/nr-matrix-ops.h (operator*(NR::Matrix, NRMatrix)): new.
7474         * src/libnr/nr-matrix.h: NR::Matrix *= NR::translate: new operator.
7476         * src/nodepath.cpp: Mark NodeSort operator< as static.
7477           Indentation as per CodingStyle.
7479         * src/libnr/nr-scale.h (NR::scale(double)): new constructor.
7481         * src/svg/svg-affine.cpp (sp_svg_transform_write), src/svg/svg.h:
7482           Add NR::Matrix version.
7484 2004-08-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7486         * src/display/bezier-utils.cpp: Misc. minor changes.
7488 2004-08-04  MenTaLguY  <mental@rydia.net>
7490         * configure.in, src/gc-object.h, src/refcounted.h:
7492           start using libgc in earnest; Inkscape::Refcounted is now GC-aware
7494 2004-08-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7496         * src/nodepath.cpp: Cleanups: Mark some things as static.  Switch from
7497           pointer to reference in some places. Make const placement conform to
7498           CodingStyle.
7500         * src/inkview.cpp (sp_svgview_main_key_press): Accept some common keys
7501           like PgUp, q.
7503         * src/draw-context.cpp (fit_and_split):
7504           Slight simplification: don't handle impossible condition npoints < 2.
7505         * src/proofs: Update accordingly.  (Also add some bezier-utils proofs.)
7507 2004-08-04  David Turner <novalis@gnu.org>
7509         * sp-path.cpp: 'd' is a required attribute for paths.  Ensure that
7510         all paths have it.
7512 2004-08-03  MenTaLguY  <mental@rydia.net>
7514         * src/dialogs/rdf.cpp, src/xml/repr-util.cpp, src/xml/repr.h:
7515           removed sp_repr_recursive_drop() which is unneeded and
7516           creates unnecessary thrash in the undo logs
7518         * src/livarot/Shape.h, src/livarot/Shape.cpp,
7519           src/livarot/ShapeSweep.cpp, src/livarot/ShapeMisc.cpp:
7521           experiment to replace ad-hoc realloc() arrays with std::vector
7523 2004-08-02  David Turner <novalis@gnu.org>
7525         * file.cpp, file.h, interface.cpp, toolbox.cpp, verbs.cpp, verbs.h:
7527         Added vacuum command to remove unused defs.
7529 2004-08-02  MenTaLguY  <mental@rydia.net>
7531         * configure.in: sigc++ 2.0.2 (and before?) has a bug that
7532           causes us to crash.  require >= 2.0.3
7534         * src/Makefile.am, src/Makefile_insert, src/gc-core.h,
7535           src/gc-object.h, src/algorithms/longest-common-suffix.h,
7536           src/traits/list.h, src/traits/reference.h, src/util/flip.h,
7537           src/util/fold.h, src/util/list-iterator.h, src/util/list.h,
7538           src/util/map.h, src/util/parent-axis.h, src/util/reverse.h,
7539           src/util/sibling-axis.h, src/util/tuple.h, src/util/zip.h:
7541           more "functional" work
7543 2004-08-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7545         * src/display/curve.cpp, src/display/curve.h:
7546           Greater conformance with CodingStyle.
7548 2004-07-31  David Turner <novalis@gnu.org>
7550         * dialogs/xml-tree.cpp: Improved focus, added keystroke for attr commit.
7552 2004-07-31  Ted Gould  <ted@gould.cx>
7554         * src/extension/extension.cpp,
7555         src/extension/implementation/implementation.cpp,
7556         src/extension/implementation/implementation.h,
7557         src/extension/implementation/script.cpp,
7558         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
7559         src/extension/internal/eps-out.h:
7561         Okay, changed the prefs_ prototypes to include which extension they are
7562         working with. This should clean up some warnings before they become
7563         problems later.
7565 2004-07-31  Ted Gould  <ted@gould.cx>
7567         * src/print.cpp, src/extension/extension.cpp, src/extension/extension.h,
7568           src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp:
7570           Changed the get and set param prototypes so that they aren't overloaded
7571           anymore - this was flaky.  Also added a document to the prototype so
7572           that document specific parameters can be supported in the future.
7574 2004-07-28  David Turner <novalis@gnu.org>
7576         * sp-gradient.cpp, widgets/gradient-vector.cpp: fixed gradient handling to
7577         properly render gradients with sharp color boundaries
7579 2004-07-29  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7581         * src/inkview.cpp: Make the window title be the name of the
7582           instead of the current file instead of the first file.
7584         * src/round-test.cpp: New unit-test file.
7586         * src/desktop.h, src/sp-desktop-widget.h:
7587           Move SPDesktopWidget stuff from desktop.h to new file
7588           sp-desktop-widget.h.
7590         * debian/*: Copy lots of changes from wolfi's official Debian package
7591           of inkscape.
7592           Also use separate builddir, which simplifies the `clean' target.
7594 2004-07-24  MenTaLguY  <mental@rydia.net>
7596         * configure.in, src/Makefile.am, src/main.cpp, src/gc-core.h:
7597           added libgc dependency
7599         * src/Makefile.am, traits/function.h:
7600           added trait class for functions and C++ "functors"
7602         * src/Makefile.am, util/flip.h:
7603           added flip() which, given a function with two arguments,
7604           returns an identical function with its arguments reversed
7606 2004-07-23  MenTaLguY  <mental@rydia.net>
7608         * src/Makefile.am, src/traits/reference.h, src/util/tuple.h:
7609           added generic Tuple type
7611 2004-07-23  Ted Gould  <ted@gould.cx>
7613         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7614         src/sp-namedview.h, src/dialogs/desktop-properties.cpp,
7615         src/display/canvas-grid.cpp, src/display/canvas-grid.h:
7617         Adding in the ability to have 'emphasis grid lines' where some lines are a
7618         different color than others.  In the default case every fifth grid line
7619         gets to be 0x11 darker alpha.  Nothing that will get in your way, but
7620         enough that you can find the spacing.  All parameters are changeable in
7621         document preferences.
7623 2004-07-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7625         * autogen.sh: Move unversioned automake to last resort.
7627 2004-07-20  Kees Cook  <kees@outflux.net>
7629         * src/dialogs/desktop-preferences.cpp: corrected my usage of static
7630           l18n strings.
7631         * src/dialogs/stroke-style.cpp: fixed missing l18n. (bug #994837)
7632         * src/dialogs/sp-attribute-widget.cpp: went hunting for other static
7633           l18n strings.  Fixed some here too.
7634         * autogen.sh: cleanups and more debugging.
7635         * share/extensions/sk2svg.sh: tempfile cleanups from pjrm (patch #990009)
7637 2004-07-20 Nathan Hurst <njh@mail.csse.monash.edu.au>
7639         * debian/changelog, configure.in: Moved to 0.40cvs and updated
7640           debian stuff.
7642 2004-07-18  MenTaLguY  <mental@rydia.net>
7644         * configure.in, src/Makefile.am, src/algorithms/Makefile_insert,
7645           src/algorithms/makefile.in, src/traits/Makefile_insert,
7646           src/traits/makefile.in, src/util/Makefile_insert, src/util/makefile.in:
7648           added src/algorithms, src/traits, and src/util subdirs
7650         * src/algorithms/longest-common-suffix.h:
7652           added generic "longest common suffix" algorithm
7654         * src/traits/list.h: added traits class for lists
7656         * src/traits/tree-iterator.h: added traits class for n-ary tree iterators
7658         * src/util/list-iterator.h: STL iterator for lists
7660         * src/util/parent-axis.h: parent "axis" of tree iterator as list
7662         * src/util/sibling-axis.h: sibling "axis" of tree iterator as list
7664         * src/xml/repr.h: specialize Traits::TreeIterator for SPRepr *
7666         * src/sp-object.h: specialize Traits::TreeIterator for SPObject *
7668         * src/sp-object.cpp: use generic "longest common suffix" to find
7669                              nearest common ancestor
7671         * src/splivarot.cpp: use genric "longest common suffix" to find
7672                              nearest common ancestor here too
7674 2004-07-18  Kees Cook  <kees@outflux.net>
7676         * Makefile.am, configure.in, autogen.sh, toolversions.sh:
7677           cleaning up some automake misbehavior from the gtkmm patch.
7678           automake 1.4isms snuck back in.
7679         * src/desktop-events.cpp: unlocalized strings updated.
7681 2004-07-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7683         * src/sp-path.cpp (sp_path_write): Handle shape->curve==NULL.
7685 2004-07-18  MenTaLguY  <mental@rydia.net>
7687         * Makefile.am, configure.in, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4,
7688           m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4,
7689           m4/progtest.m4, src/arc-context.cpp, src/arc-context.h, src/desktop.cpp,
7690           src/desktop.h, src/document.cpp, src/document.h, src/draw-context.cpp,
7691           src/draw-context.h, src/event-context.h, src/main.cpp,
7692           src/message-stack.h, src/node-context.cpp, src/node-context.h,
7693           src/nodepath.cpp, src/nodepath.h, src/object-hierarchy.h,
7694           src/rect-context.cpp, src/rect-context.h, src/selcue.cpp, src/selcue.h,
7695           src/selection-describer.cpp, src/selection-describer.h,
7696           src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
7697           src/sp-item.cpp, src/sp-item.h, src/sp-object.cpp, src/sp-object.h,
7698           src/sp-offset.cpp, src/sp-offset.h, src/sp-pattern.cpp, src/sp-use.cpp,
7699           src/sp-use.h, src/spiral-context.cpp, src/spiral-context.h,
7700           src/star-context.cpp, src/star-context.h, src/text-context.cpp,
7701           src/text-context.h, src/toolbox.cpp, src/uri-references.cpp,
7702           src/uri-references.h, src/view.cpp, src/view.h,
7703           src/dialogs/xml-tree.cpp:
7705           merged Aubanel MONNIER's gtkmm upgrade patch
7707 2004-07-17  Carl Hetherington  <inkscape@carlh.net>
7709         * src/sp-use.cpp: fix a compiler warning (closes #992960)
7711         * src/sp-offset.cpp: fix a compiler warning (closes #992960)
7713         * src/sp-text.cpp: fix a compiler warning (closes #992959)
7715 2004-07-16  Kees Cook  <kees@outflux.net>
7717         * src/verbs.h, src/verbs.cpp: added "sp_verbs_find" function for bryce.
7719 2004-07-15  Ted Gould  <ted@gould.cx>
7721         * 0.39 Release
7723 2004-07-14  MenTaLguY  <mental@rydia.net>
7725         * src/sp-object.cpp: disable recursive update warning for release
7727         * src/select-context.cpp: work around probable cut-and-paste bug
7728           between sp_select_context_item_handler and
7729           sp_select_context_root_handler by checking for drag_escaped
7731 2004-07-13  MenTaLguY  <mental@rydia.net>
7733         * src/make.exclude: omit extension/script/js/js.c from build
7735 2004-07-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7737         * src/dialogs/rdf.cpp: Don't add dc:description entry to SVG files.
7739         * src/utest/utest.h: Add include guard.
7741 2004-07-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7743         * src/decimal-round.h (decimal_round): New file, new function.
7744         * src/round.h (decimal_round): New file, new function.
7745         * src/Makefile_insert: Add to libinkpost_a_SOURCES.
7747 2004-07-11  MenTaLguY  <mental@rydia.net>
7749         * src/document.h, src/document-undo.cpp:
7750           added sp_document_get_undo_sensitive() for capturing and restoring
7751           undo sensitivity
7753         * src/sp-object.cpp: don't log id changes made to resolve
7754           duplicate ids (to avoid undo badness) (fix for bug #989023)
7756 2004-07-11  Kees Cook  <kees@outflux.net>
7758         * src/preferences-skeleton.h, src/extension/init.cpp: with simarilius,
7759           tracked down the cause of bug #988445.  Extension code now has a
7760           small section that validates preferences for valid extension names.
7761         * src/dialogs/filedialog-win32.cpp: corrected an assert test, and
7762           changed dialog to take the passed window title.
7763         * autogen.sh, config.h.mingw, configure.in, src/Makefile_insert,
7764           src/help.cpp, src/inkscape-stock.cpp, src/inkscape.cpp, src/main.cpp,
7765           src/make.dep, src/make.files, src/path-prefix.h, src/prefix.cpp,
7766           src/prefix.h, src/dialogs/stroke-style.cpp,
7767           src/extension/Makefile_insert, src/extension/init.cpp,
7768           src/extension/implementation/Makefile_insert,
7769           src/extension/implementation/script.cpp,
7770           src/extension/internal/Makefile_insert, src/helper/stock-items.cpp,
7771           src/widgets/icon.cpp:
7772         Cleaned up all the path #define's and usage.  In the process found at
7773         least 3 separate bugs associated with file locations.  This should
7774         hopefully work for Win32 as well.  Bottom line in this change: don't use
7775         INKSCAPE_DATADIR anywhere except in "path-prefix.h".  This includes
7776         an update to the autopackage code as well with fixes so that
7777         a change to "--enable-binreloc" will get recompiled correctly.  These
7778         changes should address bug #978391.
7780 2004-07-11  Carl Hetherington  <inkscape@carlh.net>
7782         * src/attributes.cpp, src/attributes.h: remove confusing
7783         snaptogrid and snaptoguides options.
7785         * src/desktop-events.cpp: use inkscape:guide-bbox instead of
7786         snaptoguides to turn guides on.
7788         * src/desktop.cpp: no need to worry about Snapper::getEnabled().
7790         * src/snap.cpp, src/snap.h: Remove explicit enabled flag from
7791         Snapper, as itconfuses people.  Added
7792         namedview_dim_snap_all_types().  Return useful stuff from
7793         vector_snap_list.
7795         * src/rect-context.cpp: Use hack to make snapping kind of work
7796         even with snap-to-bbox enabled.
7798         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp: remove
7799         snaptogrid and snaptoguides options as they confuse people.  Use
7800         better names for the scale origin radio buttons, as suggested by
7801         Bulia.
7803         * src/seltrans.cpp: Fix some cases where snap wasn't correctly applied.
7805 2004-07-10  MenTaLguY  <mental@rydia.net>
7807         * src/sp-image.cpp: prospective fix for bug #979858
7809         * src/select-context.cpp, src/select-context.h,
7810           src/seltrans.cpp, src/seltrans.h:
7812           gave SPSelTrans its own Inkscape::MessageContext, fixing
7813           bug #977971
7815 2004-07-10  Kees Cook  <kees@outflux.net>
7817         * src/knot.cpp: solved bug #988513: knot could stay grabbed in
7818           situations where the tool went away but never got "button_release"
7819           event.  This patch uses the "enter" and "leave" notifiers to disable
7820           the grab before a "motion" can come and snag the knot.
7822 2004-07-09  Kees Cook  <kees@outflux.net>
7824         * src/widgets/paint-selector.cpp: solved bug #984902: the pattern
7825           menu was being destroyed since it was remaining part of the frame
7826           that was being destroyed whenever the selector changed.  It gets
7827           ref-counted, disconnected, and destroyed correctly now.
7828         * mkinstalldirs: automake 1.8 stopped including "mkinstalldirs", but
7829           intltool still uses it.  We'll need to keep this until intltool
7830           fixes the bug.  intltool 0.31 and earlier are all buggy.
7832 2004-07-09  Carl Hetherington  <inkscape@carlh.net>
7834         * src/draw-context.cpp: remove some debugging g_prints.
7836 2004-07-08  MenTaLguY  <mental@rydia.net>
7838         * src/interface.cpp: fixed crash on desktop context menu
7840         * src/desktop.h, src/desktop.cpp:
7842           added SPDesktop::isWithinViewport() to conveniently determine
7843           if an item is within view
7845           also made isLayer() const
7847         * src/sp-object.h: added SPObject::hasChildren() predicate
7849         * src/sp-object.cpp: revert to old behavior of breaking parent
7850           link before emitting "release" signal
7852         * src/selection-chemistry.cpp: rewrote sp_selection_item_next()
7853           and sp_selection_item_prev() to work with layers
7855 2004-07-08  Carl Hetherington  <inkscape@carlh.net>
7857         * src/libnrtype/FontFactory.cpp: disable printing of debug
7858         messages.
7860         * src/sp-item-group.cpp: give it a snappoints method to fix
7861         937318.
7863         * src/draw-context.cpp: fix a couple of places where Shift isn't
7864         checked before snapping.
7867 2004-07-07  MenTaLguY  <mental@rydia.net>
7869         * src/desktop.cpp, src/interface.cpp: remove the word "layer"
7870           for now, and disable the layer selector when the user is not
7871           inside a group
7873 2004-07-07  Kees Cook  <kees@outflux.net>
7875         * src/dialogs/desktop-properties.cpp: added a few g_asserts, and
7876           added a missing sp_signal_disconnect_by_data for the color picker,
7877           which closes bug #975864.  Stopped accidentally calling
7878           sp_document_done from the update handler (fixes bug #986411).
7879         * src/dialogs/dialog-events.cpp, src/helper/action.cpp:
7880           whitespace changes, typo fixes, added a few g_asserts.
7881         * src/selection-chemistry.cpp, src/desktop.cpp: when deleting items
7882           from the desktop, the selection context may need to be cleared since
7883           it may have pointers to the deleted items.  To do this, I just
7884           reselect the current tool (fixes bug #983243).
7885         * src/dialogs/xml-tree.cpp, src/dialogs/desktop-properties.cpp:
7886           corrected tooltips memory handling.
7888 2004-07-06  MenTaLguY  <mental@rydia.net>
7890         * src/desktop.cpp: minor tweaks to make the existing layers
7891           code easier to work with in its current state (particularly,
7892           to sidestep some existing bugs that otherwise require more
7893           UI work to fix)
7895 2004-07-06  Carl Hetherington  <inkscape@carlh.net>
7897         * src/seltrans.cpp, src/sp-namedview.cpp,
7898         src/display/bezier-utils.cpp, src/libnr/nr-types.cpp:
7899         isnan appears to need a std:: namespace qualifier.
7901 2004-07-06  Ted Gould  <ted@gould.cx>
7903         * src/libnr/nr-point.h, src/libnr/nr-rect.h:
7905         Adding in a function to round the points and rectangles.  Using this
7906         for less precise comparisons.  Also, added in a function to print
7907         each of these.
7909         * src/dialogs/export.cpp:
7911         Major revisions to do all kinds of fun stuff.  The major one being
7912         that filenames and dpi's can now be stored on selections.  This
7913         makes it so that people working on a section of a document can export
7914         it consistently.
7916 2004-07-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7918         * src/sp-typeset-utils.h: Greatly reduce #includes.
7920         * src/color-rgba.h, src/Makefile_insert, src/desktop.h:
7921           Move ColorRGBA from desktop.h to new file color-rgba.h.
7922         * src/desktop.cpp, src/dropper-context.cpp: #include it.
7924 2004-07-05  Kees Cook  <kees@outflux.net>
7926         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.cpp,
7927           src/dialogs/rdf.h: added multiline data entry items, reduced
7928           overall width of the dialog, and created the license entry areas.
7929           Auto-detection of license on load works now.
7931 2004-07-05  MenTaLguY <mental@rydia.net>
7933         * src/desktop.cpp: comitted further work which gives us a
7934           partially-functional layers menu (not actually hooked up to
7935           change layers yet), and it is not always updated when it needs
7936           to be (yet).  It does also fix the crash though.
7938         * src/desktop.cpp, src/desktop.h, src/document.cpp,
7939           src/sp-item-group.cpp, src/sp-item-group.h:
7941           additional layers work; backed off on promoting siblings to
7942           layers automatically and reintroduced "global" layer mode
7944 2004-07-05  Carl Hetherington <inkscape@carlh.net>
7946         * src/desktop.cpp: prevent crash by adding a check for
7947         layer == NULL to SPDesktopWidget::_buildLayerStatusMenuItem.
7949         * src/selection-chemistry.cpp: prevent crash on copying empty
7950         groups.
7952 2004-07-04  MenTaLguY  <mental@rydia.net>
7954         * src/sp-object.cpp: fixed bug #979281 -- I had accidentally
7955           reversed the sense of a test in SPObject::requestModified(),
7956           such that CHILD_MODIFIED notifications were never being sent
7958         * src/widgets/sp-color-notebook.cpp: always assume colors are
7959           8-digit hex rrggbbaa, and zero-fill accordingly
7961           HAPPY NATHAN#@$?#$#@$!?!?!?
7963         * src/desktop.cpp, src/desktop.h, src/document.cpp, src/document.h,
7964           src/interface.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
7965           src/sp-item-group.cpp, src/sp-item-group.h, src/widgets/widget-sizes.h:
7967           Added selection-changes-current-layer and other layer refinements.
7968           Except for fixing the currently broken layer combo box on the status
7969           bar, I think this is pretty much the last of the layerish work I'm
7970           willing to do for 0.39 since we're in freeze now.
7972 2004-07-03  Kees Cook  <kees@outflux.net>
7974         * src/document.cpp, src/dialogs/desktop-properties.cpp,
7975           src/dialogs/rdf.cpp, src/dialogs/rdf.h:
7976           Added several more RDF entities.  Created entry tooltips.  Set
7977           a few RDF defaults for the document.
7979 2004-07-03  MenTaLguY  <mental@rydia.net>
7981         * src/desktop.cpp, src/document.cpp:
7983           siblings of a layer now become layers too
7985         * src/interface.cpp: switched to command names suggested by bulia
7987         * src/object-hierarchy.cpp, src/object-hierarchy.h:
7989           bugfixes and cleanups
7991         * src/sp-item-group.cpp, src/sp-item-group.h, src/sp-root.cpp:
7993           new layerMode() and setLayerMode() methods; SPGroupMode becomes
7994           SPGroup::LayerMode
7996         * src/sp-object.h: added isSiblingOf() method
7998         * src/sp-object.cpp: leave parent pointer in place until after
7999           "release" handlers finish
8001 2004-07-02  Kees Cook  <kees@outflux.net>
8003         * src/document.cpp, src/dialogs/desktop-properties.cpp,
8004           src/dialogs/rdf.cpp, src/dialogs/rdf.h, src/xml/repr.h:
8005           Made RDF's writable now.  Handling modifications and defaults.
8006           Mental and others will most likely kill me when they finally
8007           read this code.
8009 2004-07-02  MenTaLguY  <mental@rydia.net>
8011         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp,
8012           src/sp-item-group.h:
8014           Removed the "inkscape:groupmode" attribute and added note about how
8015           the group/layer mode setting needs to be per-view, not global.
8017         * src/desktop.cpp, src/desktop.h,
8018           src/object-hierarchy.cpp, src/object-hierarchy.h:
8020           Added notification signals for switching layers, as well as putting
8021           groups in layer mode when they are being used as layers.
8023           Notably, you can now call SPDesktop::connectCurrentLayerChanged() to
8024           connect to a SigC++ signal to be notified when the current layer
8025           changes.
8027         * src/interface.cpp, src/object-ui.cpp:
8029           Fixed up the "Enter Group" and "Leave Group" context menu
8030           commands a bit, and implement them both in the same places.
8032 2004-07-02  Carl Hetherington  <inkscape@carlh.net>
8034         * src/desktop-snap.cpp, src/desktop-snap.h, src/snap.cpp, src/snap.h,
8035         src/Makefile_insert src/arc-context.cpp src/draw-context.cpp
8036         src/dyna-draw-context.cpp src/make.dep src/make.files src/make.ofiles
8037         src/makefile.msc src/nodepath.cpp src/rect-context.cpp
8038         src/select-context.cpp src/selection-chemistry.cpp src/seltrans.cpp
8039         src/sp-namedview.h src/spiral-context.cpp src/star-context.cpp:
8040         renamed desktop-snap.* to snap.* since it has nothing to do with the
8041         desktop any more.
8043         * src/draw-context.cpp: Temporary hack to prevent snapping
8044         completely failing to work when snapping to bbox points.  Support
8045         shift-disables-snap for freehand drawing.
8047         * src/snap.cpp, src/snap.h: Added some temporary methods to assist
8048         with hacks elsewhere.
8050 2004-07-01  Kees Cook  <kees@outflux.net>
8052         * src/xml/repr.h, src/xml/repr-util.h, src/dialogs/rdf.cpp:
8053           moved "repr_lookup_name" into the repr-util collection so
8054           that the RDF stuff doesn't need to know about SPRepr internals.
8055           Now that I've started to grok the SPRepr stuff, this seems best.
8056           Added "sp_repr_recursive_drop" for use in the future when I may
8057           want to throw away an entire tree of SPRepr items (like ditching
8058           a blank "dc:rights" section).
8060 2004-07-01  MenTaLguY  <mental@rydia.net>
8062         * src/sp-item.cpp: fix clip path loading bug
8064         * src/sp-object.cpp: relax analness about object ids a little
8066 2004-06-30  Kees Cook  <kees@outflux.net>
8068         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.h,
8069           src/dialogs/rdf.cpp: built the various functions needed to extract
8070           the RDF text elements from the DOM.  XML in the document will now
8071           be displayed in the entry fields.
8073 2004-06-28  MenTaLguY  <mental@rydia.net>
8075         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr-css.cpp,
8076           src/xml/repr-io.cpp, src/xml/repr-private.h, src/xml/repr-util.cpp,
8077           src/xml/repr.cpp, src/xml/sp-repr-attr.h: applied peter's patch to
8078           break out NRReprAttr
8080         * src/sp-object.cpp, src/sp-object.h:
8082           added SPObject::nearestCommonAncestor, which given another SPObject
8083           returns the nearest common ancestor of the two SPObjects.
8085         * src/sp-item.cpp, src/sp-item.h:
8087           added SPItem::getRelativeTransform, which computes the SPItem's
8088           transform relative to another SPObject
8090         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
8091           src/rect-context.cpp, src/spiral-context.cpp, src/star-context.cpp,
8092           src/text-context.cpp:
8094           drawing tools now cope with drawing within transformed groups
8095           (i.e. layers)
8097 2004-06-27  MenTaLguY  <mental@rydia.net>
8099         * src/sp-object.h: remove sp_object_request_update,
8100           sp_object_invoke_update, sp_object_invoke_modified,
8101           sp_object_request_modified, and sp_object_invoke_write, which have been
8102           deprecated and are now completely unused
8104         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
8105           src/object-hierarchy.cpp, src/object-hierarchy.h, src/sp-object.cpp,
8106           src/sp-object.h:
8108           Implemented SPDesktop::setCurrentLayer(), introducing
8109           Inkscape::ObjectHierarchy to permit falling back to parents if
8110           the current layer is removed.
8112         * src/object-ui.cpp, src/interface.cpp: really crude hack of
8113           Sodipodi-like "enter group" and "leave group"
8115 2004-06-26  MenTaLguY  <mental@rydia.net>
8117         * src/refcounted.h: allow reffing/unreffing const objects
8119         * src/arc-context.cpp, src/draw-context.cpp, src/dropper-context.cpp,
8120           src/event-context.cpp, src/event-context.h, src/node-context.cpp,
8121           src/rect-context.cpp, src/selcue.cpp, src/selcue.h,
8122           src/select-context.cpp, src/select-context.h, src/seltrans.cpp,
8123           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
8124           src/text-context.cpp, src/zoom-context.cpp:
8126           Make SPSelTrans and SPSelCue proper C++ classes with constructors.
8128         * src/document.h, src/dialogs/xml-tree.cpp: removed sp_document_lookup_id
8130         * src/sp-object.cpp: clarify what is happening with bug #980407 --
8131           the clone is getting attached to the repr before the original SPObject
8132           is.
8134 2004-06-26  Carl Hetherington  <inkscape@carlh.net>
8136         * src/node-context.cpp: make sure nodepath->nodeContext is set up
8137         when the selection changes.  Fixes 936739.
8139 2004-06-25  MenTaLguY  <mental@rydia.net>
8141         * src/display/sp-canvas.cpp: enabled win32 current item workaround on
8142           all platforms
8144 2004-06-25  Kees Cook  <kees@outflux.net>
8146         * src/dialogs/rdf.h, src/dialogs/rdf.cpp, src/dialogs/Makefile_insert,
8147           src/dialogs/desktop-properties.cpp:
8149           Added data entry widgets for document metadata, including a rough
8150           license selector, and debug rdf generator.  Corrected whitespace,
8151           added table for RDF entity lookup, tag, and title mapping.  Added
8152           initial loading framework.  Cleaned up rdf_work_entity_t usage.
8154 2004-06-25  Carl Hetherington  <inkscape@carlh.net>
8156         * src/sp-namedview.cpp: cleanups in grid snap settings.  Fix a
8157         typo.
8159         * src/seltrans.cpp: optional default origin for scaling.  Fixes
8160         to snap during scale.
8162         * src/seltrans.h: s/opposit/opposite/.  Add some comments.
8164         * src/dialogs/display-settings.cpp: add default scale origin
8165         option.
8167         * src/desktop-snap.h: changes to snap_list_scale prototype.
8169         * src/desktop-snap.cpp: snap_list_scale now returns whether
8170         it snapped or not.  The best scale snap is now the one that
8171         changes the scale factor least, rather than the one that
8172         results in the snap point being closest to where it used to be.
8174         * src/display/sp-canvas.cpp: fix for win32 freeze-at-border bug,
8175         copied from SP.
8177         * src/knot.cpp, src/select-context.cpp: change spellings from
8178         British to American English for translators.
8180 2004-06-24  rejon <kidproto@users.sf.net>
8182         * src/verbs.cpp: I changed the reverse command to be more verbose and
8183           explanative.
8185 2004-06-24  MenTaLguY  <mental@rydia.net>
8187         * src/seltrans.cpp: slight change to make showing/hiding center
8188           mark easier later on
8190         * configure.in, src/main.cpp, src/star-context.cpp,
8191           src/display/bezier-utils.cpp, src/display/canvas-bpath.cpp,
8192           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
8193           src/display/sp-ctrlline.cpp, src/libnr/nr-svp.cpp,
8194           src/libnrtype/FontFactory.cpp, src/libnrtype/RasterFont.cpp,
8195           src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
8196           src/livarot/Ligne.cpp, src/livarot/PathOutline.cpp,
8197           src/livarot/ShapeMisc.cpp, src/widgets/font-selector.cpp:
8199           fixes for floating-point portability issues, courtesy of
8200           Colin Marquardt.
8202         * src/extensions/init.cpp: dirent.h requires inttypes.h on OS X
8204 2004-06-23  MenTaLguY  <mental@rydia.net>
8206         * src/Makefile_insert, src/desktop.cpp, src/managed.h,
8207           src/message-context.cpp, src/message-stack.h, src/refcounted.h,
8208           src/selection.h, src/view.cpp:
8210           Changed my mind.
8212           Inkscape::Managed is more properly called Inkscape::Refcounted
8214         * src/libnrtype/Makefile_insert, src/libnrtype/codepages.h,
8215           src/libnrtype/cp1250.cpp, src/libnrtype/cp1251.cpp,
8216           src/libnrtype/cp1252.cpp, src/libnrtype/cp1253.cpp,
8217           src/libnrtype/cp1254.cpp, src/libnrtype/cp1255.cpp,
8218           src/libnrtype/cp1256.cpp, src/libnrtype/cp1257.cpp,
8219           src/libnrtype/cp1258.cpp, src/libnrtype/cp874.cpp,
8220           src/libnrtype/cp932.cpp, src/libnrtype/cp936.cpp,
8221           src/libnrtype/cp949.cpp, src/libnrtype/cp950.cpp:
8223           removed unused Win32 codepage crap
8225 2004-06-23  Carl Hetherington  <inkscape@carlh.net>
8227         * src/inkscape.cpp: Don't connect to SIGBUS on Win32, as
8228         it doesn't seem to exist.  Add Emacs mode line.
8229         Declaration-to-first-use and coding style cleanups.
8231         * src/desktop-snap.h: a few double -> NR::Coord fixes.
8233         * src/nodepath.cpp: turn off snapping when Shift is held down.
8234         Some minor cleanups.
8236         * src/dialogs/display-settings.cpp: remove my rather dubious
8237         move_with_grid option.
8239         * src/select-context.cpp: rationalise grid modifiers; now Shift
8240         disables snap and Alt snaps movement to the grid.
8242 2004-06-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8244         * share/extensions/dia2svg.sh: Fix bashism and insecure tempfile usage.
8246 2004-06-23  Ted Gould  <ted@gould.cx>
8248         * share/extensions/dropshadow.inkmod, share/extensions/roundhole.inkmod,
8249         src/extension/system.cpp:
8251         Setting it up so that poorly formed inkmod files generate actual GTK
8252         warnings so that they can be easily hidden.  Also, fixing these two inkmod
8253         files so that they don't generate the above mentioned warnings.
8255 2004-06-22  Kees Cook  <kees@outflux.net>
8257         * src/inkscape.cpp: added SIGBUS and SIGABRT handling.
8259 2004-06-22  John Cliff <simarilius@yahoo.com>
8261         * src/object-edit.cpp:  Added knots for manipulation of pattern fills.
8262         * src/sp-shape.cpp, src/sp-shape.h:     Added sp_shape_set_pattern to
8263         explictly set the transform rather than multiplying like adjust.
8266 2004-06-22  Carl Hetherington  <inkscape@carlh.net>
8268         * src/sp-shape.cpp: add sp_shape_snappoints.
8270         * src/desktop-snap.cpp: minor cleanups.  Added a comment.
8272         * src/sp-text.cpp: removed an old comment.
8274         * src/sp-ellipse.cpp: fix snappoints method now that the parent
8275         class method has changed.
8277         * src/sp-rect.cpp: snappoints method is not required as it's now
8278         handled by SPShape.
8280         * src/sp-image.cpp: use SPItem's snappoints method.
8282         * src/file.cpp: fix another call to g_file_test with a
8283         possibly-NULL parameter.  Fixes #977413.
8285 2004-06-21  Carl Hetherington  <inkscape@carlh.net>
8287         * src/file.cpp: don't call g_file_test with a NULL path.  Fixes
8288         #976703.
8290         * src/desktop-snap.cpp: default to snapping to bounding boxes when
8291         snapping is first enabled.  Rework in terms of SPNamedView rather
8292         than SPDesktop.
8294         * src/desktop-snap.h: rework in terms of SPNamedView rather than
8295         SPDesktop.
8297         * src/arc-context.cpp, src/draw-context.cpp,
8298         src/dyna-draw-context.cpp, src/nodepath.cpp src/rect-context.cpp,
8299         src/select-context.cpp, src/selection-chemistry.cpp,
8300         src/seltrans.cpp, src/sp-namedview.cpp, src/spiral-context.cpp,
8301         src/star-context.cpp: Adapt for changes to snap code naming.
8303         * src/seltrans.cpp: cleanups to sp_sel_trans_skew_request and
8304         sp_sel_trans_scale_request.
8306 2004-06-20  Ted Gould  <ted@gould.cx>
8308         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
8309         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
8310         share/extensions/epsi_output.inkmod, share/extensions/roundhole.inkmod,
8311         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
8312         share/extensions/txt2svg.inkmod, src/extension/extension.h,
8313         src/extension/system.cpp, src/extension/implementation/script.cpp,
8314         src/extension/internal/eps-out.cpp,
8315         src/extension/internal/gdkpixbuf-input.cpp,
8316         src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
8317         src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
8318         src/extension/internal/win32.cpp:
8320         Changing the naming of the extensions to be more Java style naming to
8321         allow for more extension in the future.
8323 2004-06-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8325         * src/extension/internal/ps.cpp (PrintPS): Initialize _stream to
8326           NULL (fixes segfaults when exporting to an unopenable file), and
8327           initialize _bitmap to false instead of random.
8329 2004-06-20  MenTaLguY  <mental@rydia.net>
8331         * src/desktop.cpp, src/managed.h, src/message-context.h,
8332           src/message-stack.h, src/message.h, src/view.cpp:
8334           Document classes, and change Managed to have an initial refcount
8335           of one at creation.
8337 2004-06-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8339         * src/libnrtype/FontFactory.cpp, src/libnrtype/FontInstance.cpp,
8340           src/libnrtype/font-instance.h: If both WIN32 and WITH_XFT are
8341           defined, then use just the WITH_XFT code.  (I don't know if it's
8342           possible for both to be defined, but we might as well document
8343           that the existing code doesn't handle both being defined, AFAICT.)
8345         * src/libnrtype/FontFactory.cpp (ink_strstr): Document brokenness.
8346           (is_regular, is_nonbold, is_italic, etc.): Mark as static.
8348         * src/Makefile.am (EXTRA_DIST): Remove reference to deleted files
8349           libnrtype/nr-type-w32.cpp, libnrtype/nr-type-w32.h,
8350           libnrtype/nr-type-xft.cpp, libnrtype/nr-type-xft.h.
8352         * src/config.h.win32: Define PACKAGE_TARNAME, for require-config.h.
8353           More accurate mathematical constants (20 decimal places instead of 3).
8355 2004-06-19  MenTaLguY  <mental@rydia.net>
8357         * src/desktop.cpp, src/managed.h, src/rect-context.cpp,
8358           src/rect-context.h, src/selection.h, src/view.cpp:
8360           SPSelection now derives from Inkscape::Managed
8362         * src/Makefile_insert, src/select-context.cpp, src/select-context.h,
8363           src/selection-describer.h, src/selection-describer.cpp:
8365           Introduced Inkscape::SelectionDescriber to which SPSelectContext
8366           delegates the task of displaying descriptions of the current
8367           selection.  This fixes bug #945735.
8369 2004-06-19  Carl Hetherington  <inkscape@carlh.net>
8371         * src/desktop-snap.{cpp,h}: sp_desktop_dim_snap_list returns
8372         whether or not it snapped anything.
8374         * src/select-context.cpp: fix snap on move behaviour (again)
8376         * src/widgets/dash-selector.cpp: fix off-by-one spotted by
8377         valgrind.
8379 2004-06-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8381         * src/extension/internal/ps.cpp (begin): Add some basic error handling.
8383         * src/extension/internal/ps.cpp (setup): Simplify an expression now that
8384           _bitmap is a bool.
8386         * src/extension/internal/ps.h: Twiddle the order of the fields.
8387           Replace bitfields with bool/short.
8389         * src/libnrtype/Makefile_insert, src/libnrtype/FontInstance.h,
8390           src/make.files, src/make.ofiles, src/make.dep:
8391           Remove src/libnrtype/FontInstance.h (see change below).
8393         * src/libnrtype/RasterFont.h, src/libnrtype/raster-glyph.h,
8394           src/libnrtype/raster-position.h:
8395           Move raster_glyph, raster_position from RasterFont.h to new files
8396           raster-glyph.h, raster-position.h.
8397         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
8399         * src/libnrtype/FontInstance.h, src/libnrtype/font-glyph.h,
8400           src/libnrtype/font-instance.h, src/libnrtype/font-style.h:
8401           Move font_glyph, font_instance, and font_style definitions from
8402           FontInstance.h into new files font-glyph.h, font-instance.h,
8403           font-style.h.
8404         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
8406         * src/libnrtype/nrtype-forward.h: New file.
8407         * src/libnrtype/Makefile_insert: Add it to SOURCES.
8408         * src/libnrtype/FontFactory.h, src/libnrtype/TextWrapper.h:
8409           #include it (replacing local declarations in some cases).
8411         * src/livarot/livarot-forward.h: New file.
8412         * src/livarot/Ligne.h, src/livarot/Path.h, src/livarot/Shape.h:
8413           #include it (replacing local declarations in some cases).
8414         * src/livarot/Makefile_insert: Add it to SOURCES.
8416 2004-08-18  Ted Gould  <ted@gould.cx>
8418         * src/file.cpp, src/preferences-skeleton.h:
8420         Adding the feature that the save and open directories are saved in the
8421         preferences.  The last one will be used.
8423 2004-08-18  Carl Hetherington  <inkscape@carlh.net>
8425         * src/widgets/font-selector.cpp: uint -> guint to fix
8426         compile errors.
8428         * src/desktop-snap.{cpp,h}: make snap functions aware of the
8429         type of point they are snapping, so they can decide whether
8430         to ignore it.
8432         * src/arc-context.cpp, src/rect-context.cpp,
8433         src/spiral-context.cpp, src/star-context.cpp,
8434         src/draw-context.cpp, src/dyna-draw-context.cpp, src/nodepath.cpp,
8435         src/selection-chemistry.cpp, src/seltrans.cpp:
8436         temporarily update for changes to snapping API.
8438         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp:
8439         adapt for small changes to Snapper API.
8441         * src/select-context.cpp: use new snapping API.
8443 2004-08-17  Bryce Harrington  <bryce@bryceharrington.org>
8445         *  nodepath.cpp path-chemistry.cpp selection-chemistry.cpp,
8446            seltrans.cpp sp-typeset.cpp splivarot.cpp text-context.cpp,
8447            tools-switch.cpp dialogs/find.cpp:  Converting statusbar
8448            messages from old style to new, as per
8449            http://inkscape.org/cgi-bin/wiki.pl?StatusbarAPI
8451 2004-06-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8453         * src/mkdep.pl: Add `by mkdep.pl' to `automatically generated' line.
8455         * src/dialogs/desktop-properties.cpp:
8456           Greater conformance to CodingStyle.  Add FIXME comment.
8458         * src/sp-namedview.cpp: Tighter scoping for iteration var.
8459           Simplify some code by greater use of cheap sp_unit_get_by_id.
8461 2004-06-17  MenTaLguY  <mental@rydia.net>
8463         * src/Makefile_insert, src/arc-context.cpp, src/arc-context.h,
8464           src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
8465           src/draw-context.cpp, src/dropper-context.cpp, src/event-context.cpp,
8466           src/event-context.h, src/file.cpp, src/interface.cpp, src/knot.cpp,
8467           src/managed.h, src/message-context.cpp, src/message-context.h,
8468           src/message-stack.cpp, src/message-stack.h, src/message.h,
8469           src/select-context.cpp, src/view.cpp, src/view.h,
8470           src/libnrtype/FontFactory.cpp, src/libnrtype/nr-type-primitives.h,
8471           src/widgets/font-selector.cpp:
8473           New status messages primitives (statusbar bug not fixed yet though).
8475 2004-06-17  Carl Hetherington  <inkscape@carlh.net>
8477         * src/helper/stock-items.cpp: fix a compiler warning.  Minor
8478         coding style cleanups.
8480         * src/arc-context.cpp, src/desktop-snap.cpp, src-desktop-snap.h,
8481         src/rect-context.cpp, src/spiral-context.cpp,
8482         src/star-context.cpp: Replace desktop.h include with forward
8483         references in desktop-snap.h, and add desktop.h includes in
8484         files which require them.
8486         * src/widgets/spw-utilities.cpp, src/widgets/spw-utilities.h:
8487         add spw_vbox_checkbutton.
8489         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
8490         src/sp-namedview.h, src/desktop-snap.cpp, src/desktop-snap.h,
8491         src/desktop.cpp, src/desktop.h,
8492         src/dialogs/desktop-properties.cpp, src/seltrans.cpp,
8493         src/seltrans.h, src/selection.cpp, src/selection.h,
8494         src/select-context.cpp, src/selection-chemistry.cpp:
8496         Start of new and hopefully improved snapping code.
8498 2004-06-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8500         * src/helper/units.h, src/helper/units.cpp:
8501           (sp_unit_get_by_id): new function.
8502           (sp_convert_distance_full): Change arguments & return value.
8503           Call g_log if no conversion possible.
8504           Callers updated.
8505           (sp_unit_get_default, sp_unit_get_by_name): Remove unused functions.
8506           sp_units: Less rounding error in unittobase.
8508 2004-06-16  Carl Hetherington  <inkscape@carlh.net>
8510         * src/sp-item.h: added a comment.
8512 2004-06-15  Ted Gould  <ted@gould.cx>
8514         * share/extensions/ai_input.inkmod:
8515         Removing the command-line argument to specify line endings.
8517         * src/print.cpp, src/print.h, src/sp-text.cpp,
8518         src/extension/extension.cpp, src/extension/extension.h,
8519         src/extension/implementation/implementation.cpp,
8520         src/extension/implementation/implementation.h,
8521         src/extension/internal/ps.cpp, src/extension/internal/ps.h:
8523         Changing it so that the text to vector is its own function.  This way it
8524         can be used as a parameter in Postscript, but then can be easily used for
8525         drivers which only support vector drawing.
8527 2004-06-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8529         * src/select-toolbar.cpp: Cleanups and preparation for px units.
8531         * src/helper/units.h, src/helper/units.cpp:
8532           Add reference version of sp_points_get_units, sp_units_get_points.
8533           Implement as simple multiplication instead of sp_convert_distance.
8534           (sp_units_table_sane): New function.
8535         * src/helper/units-test.cpp: Test sp_units_table_sane.
8537         * src/sp-object-repr.cpp: Move some declarations to first use.
8538         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_register):
8539           Change return type to void.
8541         * src/sp-item.cpp (sp_item_repr_compare_position):
8542           Reimplement as shallow wrapper around sp_repr_compare_position.
8544         * src/helper/units.h, src/helper/units.cpp:
8545           SPUnitId: new enum, to allow replacing string lookups.
8546           Get rid of handling for unused SP_UNIT_USERSPACE.
8547           Remove unused SPUnit.version field.
8549         * src/helper/units-test.cpp (test_bases): Test sp_unit_get_identity.
8551         * src/helper/Makefile_insert (helper_units_test_LDADD): Fix the previous
8552           commit: -lglib-2.0 instead of -lglib.
8554 2004-06-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8556         * src/Makefile.am, src/helper/Makefile_insert,
8557           src/helper/units-test.cpp:
8558           New unit test file units-test.cpp.
8560         * src/select-toolbar.cpp: Greater conformance to CodingStyle.
8562 2004-06-14  Carl Hetherington  <inkscape@carlh.net>
8564         * src/libnrtype/TextWrapper.cpp: Fix what looks like an off-by-one.
8566         * ChangeLog, src/prefs-utils.cpp:
8567         Fix bracketing typo that causes an array to be overrun.
8569 2004-06-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8571         * src/sp-path.cpp: Move some declarations to first use.
8573 2004-06-13  Kees Cook  <kees@outflux.net>
8575         * src/xml/repr.h, src/xml/repr-utils.cpp: adding additional RDF URIs
8576         to the default namespace prefix list.
8578 2004-06-13  MenTaLguY  <mental@rydia.net>
8580         * src/arc-context.cpp, src/desktop.cpp, src/desktop.h, src/document.cpp,
8581           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
8582           src/file.cpp, src/gradient-chemistry.cpp, src/interface.cpp,
8583           src/rect-context.cpp, src/selection-chemistry.cpp, src/sp-object.cpp,
8584           src/sp-object.h, src/spiral-context.cpp, src/splivarot.cpp,
8585           src/star-context.cpp, src/svg-view.h, src/text-context.cpp,
8586           src/extension/internal/gdkpixbuf-input.cpp:
8588           added SPDesktop::currentRoot() and SPDesktop::currentLayer(), which
8589           report the current "view" root and current "editing" layer,
8590           respectively; I've also added SPObject::appendReprChild().
8592           Between the two of them, they replace sp_document_add_repr, which
8593           has been removed.  Generally to add a repr to a document, you would
8594           now use either:
8596            SP_DOCUMENT_DEFS(document)->appendReprChild(repr);
8598           or:
8600            desktop->currentLayer()->appendReprChild(repr);
8602 2004-06-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8604         * src/sp-clippath.h, src/sp-gradient.h, src/sp-marker.h, src/sp-mask.h,
8605 src/sp-pattern.h:
8606           Explicitly mark _acceptObject as virtual.
8607           (Already declared as virtual in base class.)
8609         * src/file.cpp, src/main.cpp: Greater conformance to CodingStyle.
8611         * src/node-context.h, src/selcue.h, src/sp-pattern.h,
8612           src/widgets/sp-color-wheel-selector.h:
8613           Add missing includes as found by src/check-header-compile.
8615         * src/Makefile_insert:
8616         * src/sp-use-reference.cpp:
8617         * src/sp-use-reference.h:
8618         * src/sp-use.cpp:
8619         * src/sp-use.h:
8620           Move SPUseReference from sp-use.h to new files sp-use-reference.h,
8621           sp-use-reference.cpp.
8623         * src/sp-use.h (_acceptObject): Fix can't-use-ancestor check.
8625         * src/uri-references.h (getOwner): Fix copy&paste bug.
8627 2004-06-11  MenTaLguY  <mental@rydia.net>
8629         * src/sp-object.h, src/sp-object.cpp:
8631           migrated several SPObject methods to C++ methods:
8633           sp_object_invoke_write -> SPObject::updateRepr
8634           sp_object_request_update -> SPObject::requestDisplayUpdate
8635           sp_object_invoke_update -> SPObject::updateDisplay
8636           sp_object_request_modified -> SPObject::requestModified
8637           sp_object_invoke_modified -> SPObject::emitModified
8639           (leaving deprecated wrappers in place for now)
8641         * src/document.cpp, src/object-edit.cpp, src/sp-clippath.cpp,
8642           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-image.cpp,
8643           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-line.cpp,
8644           src/sp-marker.cpp, src/sp-mask.cpp, src/sp-offset.cpp,
8645           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-root.cpp,
8646           src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
8647           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
8648           src/sp-use.cpp, src/dialogs/stroke-style.cpp, src/sp-path.cpp:
8650           transitioned to SPObject::requestDisplayUpdate and
8651           SPObject::updateDisplay
8653         * src/arc-context.cpp, src/document.cpp, src/gradient-chemistry.cpp,
8654           src/knotholder.cpp, src/main.cpp, src/rect-context.cpp,
8655           src/sp-anchor.cpp, src/sp-clippath.cpp, src/sp-defs.cpp,
8656           src/sp-gradient.cpp, src/sp-item-group.cpp, src/sp-item.cpp,
8657           src/sp-mask.cpp, src/sp-namedview.cpp, src/sp-object-group.cpp,
8658           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp,
8659           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-shape.cpp,
8660           src/sp-spiral.cpp, src/sp-text.cpp, src/sp-use.cpp,
8661           src/spiral-context.cpp, src/splivarot.cpp, src/star-context.cpp,
8662           src/style.cpp, src/toolbox.cpp, src/dialogs/fill-style.cpp,
8663           src/dialogs/stroke-style.cpp, src/extension/internal/svg.cpp:
8665           transitioned to SPObject::requestModified, SPObject::emitModified,
8666           and SPObject::updateRepr; also reworked "minimal" version of
8667           updateRepr.
8669         * src/sp-object.h: added a little documentation
8671         * src/document.cpp, src/document.h, src/file.cpp,
8672           src/gradient-chemistry.cpp, src/help.cpp, src/object-ui.cpp,
8673           src/selection-chemistry.cpp, src/selection.cpp, src/seltrans.cpp,
8674           src/sp-clippath.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
8675           src/sp-namedview.cpp, src/sp-object.cpp, src/sp-offset.cpp,
8676           src/sp-pattern.cpp, src/sp-root.cpp, src/sp-text.cpp,
8677           src/sp-typeset.cpp, src/sp-use.cpp, src/splivarot.cpp,
8678           src/uri-references.cpp, src/dialogs/fill-style.cpp,
8679           src/dialogs/item-properties.cpp, src/dialogs/stroke-style.cpp,
8680           src/helper/stock-items.cpp, src/widgets/gradient-selector.cpp,
8681           src/widgets/gradient-vector.cpp, src/widgets/icon.cpp:
8683           replaced sp_document_lookup_id with SPDocument::getObjectById,
8684           and SPDocument::getObjectByRepr
8686           (left deprecated stub in place, but it should be unused at this point)
8688 2004-06-11  Ted Gould  <ted@gould.cx>
8690         * src/file.cpp, src/inkscape.cpp, src/interface.cpp, src/prefs-utils.cpp,
8691         src/prefs-utils.h:
8693         Moving the recent document setting and getting code into the prefs-utils
8694         files so that they'll be with the preferences (which they really kinda
8695         are).  Then, moved the place where they are set from the removing of the
8696         document to where the files are opened and 'save as'd.  (yes, I made up a
8697         word/contraction).
8699 2004-06-10  Carl Hetherington  <inkscape@carlh.net>
8701         * src/desktop-snap.cpp, src/desktop-snap.h,
8702         src/satisfied-guide-cns.cpp, src/satisfied-guide-cns.h,
8703         select-context.cpp, selection.cpp, selection.h, seltrans.cpp,
8704         seltrans.h, sp-ellipse.cpp, sp-image.cpp,
8705         sp-item-notify-moveto.cpp, sp-item-rm-unsatisfied-cns.cpp,
8706         sp-item-update-cns.cpp, sp-item.cpp, sp-item.h, sp-offset.cpp,
8707         sp-rect.cpp, sp-spiral.cpp, sp-star.cpp, sp-text.cpp:
8709         Use a std::vector to store snap points, rather than a fixed-size
8710         array.
8712 2004-06-09  Carl Hetherington  <inkscape@carlh.net>
8714         * src/desktop-snap.cpp, src/desktop-snap.h: Coding style fixes.
8715         Use NR::Coord rather than double where appropriate.  Added some
8716         comments.  Use NR::Dim2 where appropriate.  Use NR_HUGE rather
8717         than hardcoded 1e18s.
8719         * src/rect-context.cpp, src/nodepath.cpp, src/arc-context.cpp:
8720         Adapt for changes to sp_desktop_dim_snap prototype.
8722         * src/select-context.cpp:
8723         Adapt for changes to sp_desktop_dim_snap_list prototype.
8725 2004-06-08  MenTaLguY  <mental@rydia.net>
8727         * src/display/sp-canvas.h, src/livarot/DblLinked.h,
8728           src/livarot/LivarotDefs.h, src/livarot/AVL.h, src/livarot/Shape.h,
8729           src/livarot/ShapeUtils.h, src/livarot/Ligne.h,
8730           src/object-edit.cpp, src/spiral-context.cpp, src/sp-shape.cpp:
8732           Portability fixes from Colin Marquardt <colin@marquardt-home.de>.
8734 2004-06-08  Carl Hetherington  <inkscape@carlh.net>
8736         * src/main.cpp: remove the call to
8737         Extension::Internal::PrintWin32::init() entirely after Ted pointed
8738         out that it would be called by code in src/extension/init.cpp
8739         anyway.
8741 2004-06-08  Ted Gould  <ted@gould.cx>
8743         * src/main.cpp:
8745         Added in a version command to our command line args.  This fixes
8746         enhancement request 968642.
8748 2004-06-07  MenTaLguY  <mental@rydia.net>
8750         * src/document.cpp, src/document.h, src/document-undo.cpp,
8751           src/sp-object.h, src/sp-object.cpp:
8752           renamed object garbage collection routines to fit the "orphan"
8753           terminology
8755 2004-06-07  Carl Hetherington <inkscape@carlh.net>
8757         * src/main.cpp: tentative fix for startup crash on Win32.  Ensure
8758         that Extension::Internal::PrintWin32::init() is not called until
8759         after inkscape_application_init().
8761 2004-06-07  Ted Gould  <ted@gould.cx>
8763         * src/inkscape.cpp, src/main.cpp:
8765         Moving the initialization of the extensions into the Inkscape application
8766         init.  I have mixed feelings on this.  On one hand, basically extension
8767         init gets called directly after applicaiton init and extensions init has
8768         nothing to do with anything else in main.  On the other hand I'm not sure
8769         that it is directly related to the structure of the application itself.
8770         Comments are welcome.
8772 2004-06-06  MenTaLguY  <mental@rydia.net>
8774         * src/attributes.cpp, src/attributes.h: added inkscape:collect attribute
8775           to specify orphan collection policy (collect with parent, or always
8776           collect)
8778         * src/document-undo.cpp, src/document.cpp, src/document.h: added an orphan
8779           collection pass as part of comitting an undo step
8781         * src/sp-object.cpp, src/sp-object.h:
8782           add total hrefcount for all descendants, and basic orphan collection
8783           facilities
8785         * src/gradient-chemistry.cpp, src/dialogs/stroke-style.cpp,
8786           src/extension/internal/gdkpixbuf-input.cpp:
8787           mark automatically added gradients, patterns, and markers for orphan
8788           collection
8790 2004-06-06  Bryce Harrington <bryce@bryceharrington.org>
8792         * libnrtype/nr-type-xft.cpp, libnrtype/nr-font.cpp,
8793           libnrtype/nr-rasterfont.cpp, libnrtype/nr-type-directory.cpp,
8794           libnrtype/nr-typeface.cpp, libnrtype/nr-type-w32.cpp,
8795           libnrtype/nr-type-ft2.cpp, libnrtype/nr-type-pos-def.cpp,
8796           libnrtype/nr-type-primitives.cpp:
8798         Documenting the routines.  This adds basic code docs for
8799         everything in libnrtype.
8801 2004-06-06  Ted Gould  <ted@gould.cx>
8803         * src/main.cpp, src/preferences-skeleton.h, src/extension/extension.cpp:
8805         Making it so that the extension parameters get saved in the Inkscape
8806         preferences.  Most people will notice that their printer gets saved now.
8807         But this does alot more than that.  Added an "extensions" group to the
8808         preferences skeleton for all these settings.  All settings get saved as
8809         "module ID"."param name".  Also had to change where the extensions get
8810         init'd in the startup to put it behind the Inkscape application so that
8811         prerefences could be used.
8813 2004-06-03  Ted Gould  <ted@gould.cx>
8815         * src/file.cpp, src/dialog/filedialog.cpp:
8817         Making the whole file dialog alot more fun.  Basically, now the
8818         first filename will always be unique on files that don't have a
8819         filename already.  And, if you've selected a different default
8820         extension, that extension's filename extension will be placed
8821         on the file.  Also, when you change the extension to save with
8822         in the dialog, the filename extension will change with you (assuming
8823         that you were using filename extensions previously ofcourse).
8824         Finally, the checkbox to autoappend extensions is no insensitive
8825         when "Autodetect" is selected.
8827 2004-06-03  MenTaLguY  <mental@rydia.net>
8829         * src/file.cpp, src/extension/internal/ps.cpp,
8830           src/extension/internal/win32.cpp, src/sp-pattern.cpp,
8831           src/dialogs/stroke-style.cpp, src/display/nr-arena-glyphs.cpp,
8832           src/display/nr-arena-group.cpp, src/display/nr-arena-image.cpp,
8833           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
8834           src/widgets/icon.cpp, src/dialogs/nr-arena-item.h:
8836           Introduced the notion of "parent" NRGCs
8838 2004-06-02  bulia byak <bulia@users.sourceforge.net>
8840         * src/selection.h, src/selection.cpp:
8842         * preferences-skeleton.h dialogs/display-settings.cpp sp-item.cpp: New
8843 settings
8844         for various compensations
8846         * sp-shape.cpp sp-shape.h sp-rect.cpp sp-path.cpp: Factored out adjustments
8847         (stroke and pattern so far) from optimizing items into sp-shape.
8849         * libnr: Added distance function for a couple of points. Added expansions
8850 for X and Y.
8852         * object-edit.cpp sp-rect.cpp sp-item.cpp toolbox.cpp: Made rect use
8853 absolute
8854         radii, added recursive compensation on item_transform. Added new knot for
8855         rect, moved corner knots to the top right corner. Rect toolbar shows visible
8856         rx/ry.
8858         * toolbox.cpp: Finally got the freeze semaphores right (prevent loops for
8859         changes both from the repr and from toolbar UI).
8861         * sp-namedview.cpp: Guarding against nan in zoom, cx, cy
8863         * select-toolbar.cpp helper/unit-menu.cpp helper/unit-menu.h: Fix units menu
8864 size
8866         * node-context.cpp: Second Esc or empty-click deselects object
8868         * desktop.cpp desktop.h: Restored sticky zoom
8870         * preferences-skeleton.h extension/internal/gdkpixbuf-input.cpp file.cpp: Do
8871 not
8872         group import if only one item; move its defs to our defs; select and move
8873         under cursor the imported item/group. Optionally import bitmaps as filled
8874         rects.
8876         * many -context files: Decoupled seltrans and selcue so that the latter can
8877 be
8878         used outside of selector; enabled optional selcue in all tools
8880         * many files: New set_color signals on desktop, switching the dropper to
8881 them;
8882         needs to be redone for style. Excise the old inkscape::color_set signal.
8884         * dialogs/stroke-style.cpp: Fix the "all clubs" marker preview bug. In
8885 markers
8886         menu, skip document markers with stockid only if the same stockid is in
8887         markers.svg; add separator.
8889         * many fill and stroke files: Remove old mode selector, remove dropper
8890 checkbox
8891         (now always on). Remember active colorselector page. Remove redundant checks
8892         in setting color (fixes at least one bug). Cosmetics, cleanup, b/w icons,
8893         shortened labels, added mnemonics and tooltips, removed the drop-down modes
8894         list. Switched color spinbuttons to 0..255 enabling 0..1 floats to be typed
8895 as
8896         well.
8898         * dialogs/find.* et al: Find dialog, command
8900         * selection-chemistry.cpp: Fix copying objects from different parents; fix
8901 and
8902         reorganize copying gradients, recurse into groups
8904         * dialogs/xml-tree.cpp: Removed unused desktop shutdown signal, fixes
8905 problem
8906         with saving window settings on exit
8908         * select-toolbar.cpp: Percentage unit, lock toggle, NR::Rectification
8910         * sp-object.cpp path-chemistry.cpp splivarot.cpp et al: Sending
8911 _delete_signal
8912         recursively for descendants; switched to deleteObject where appropriate to
8913         notify clones
8915         * preferences-skeleton.h desktop.cpp desktop.h interface.cpp: Window layout
8916         fully configurable, commands in the View menu
8918         * path-chemistry.cpp: Fixed transform when combining inside group
8920         * preferences-skeleton.h sp-item.cpp dialogs/display-settings.cpp: Fixes in
8921         scalestroke (coded by Carl): arbitrary depth recusion, setting stroke-width
8922         via repr, pref in the transforms tab
8924         * widgets/sp-xmlview-attr-list.cpp: More robust listener
8926 2004-06-01  Ted Gould  <ted@gould.cx>
8928         * src/extension/internal/gdkpixbuf-input.cpp:
8929         Making it so that the lists of extensions and mimetypes are
8930         used in the creation of the plugins.  Also, free'ing everything
8931         properly so that we don't have a memory leak.
8933 2004-05-30  MenTaLguY  <mental@rydia.net>
8935         * src/selection.h, src/selection.cpp:
8936           rework SPSelection to be SPObject- rather than SPItem- oriented;
8937           this will be needed later for the layers/document tree dialog
8938           (and could prove useful for the XML editor later too)
8940         * src/sp-item.h: make SPItem a proper C++ subclass of SPObject
8942         * src/dialogs/item-properties.cpp:
8943           correct overly intimate knowledge of SPObject (use SP_OBJECT_ID rather
8944           than directly accessing the SPObject::id member)
8946 2004-05-27  Kees Cook  <kees@outflux.net>
8948         * src/extension/internal/ps.h, src/extension/internal/ps.cpp:
8949           Hopefully fixed the locale problems in the PS output generator.
8950         * src/sp-offset.cpp, src/display/bezier-utils-test.cpp,
8951           src/display/nr-arena-item.cpp, src/libnr/nr-svp-render.cpp,
8952           src/libnr/testnr.cpp, src/livarot/AlphaLigne.cpp,
8953           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
8954           src/livarot/PathCutting.cpp, src/livarot/Shape.cpp,
8955           src/livarot/ShapeDraw.cpp, src/livarot/ShapeSweep.cpp,
8956           src/svg/svg-affine.cpp: added comments and notes to all remaining
8957           "printf"ish calls that have %g or %f in them.  Most are just debug
8958           output, etc.  Hopefully we are actually free of locale bugs!  :)
8959         * src/desktop.h, src/desktop.cpp: desktop's knowledge of
8960           fullscreen-ness doesn't depend on having the ability to DO it.  Other
8961           functions already test "is_fullscreen" to alter their behavior.
8963 2004-05-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8965         * src/extension/system.h, src/extension/system.cpp (build_from_file):
8966           Remove unused second argument.  Callers updated.
8967         * src/extension/system.cpp (build_from_reprdoc):
8968           Just one call to sp_repr_name per child.
8969         * src/extension/system.h, src/extension/system.cpp:
8970           Cleanup: greater conformance to CodingStyle.
8972 2004-05-23  MenTaLguY  <mental@rydia.net>
8974         * src/libnrtype/Makefile_insert, src/libnrtype/nr-type-gnome.cpp,
8975           src/libnrtype/nr-type-gnome.h, src/libnrtype/nr-type-dictionary:
8977           removed gnome-print libnrtype backend
8979 2004-05-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8981         * src/xml/repr.h, src/xml/repr-util.cpp:
8982           Remove unused function sp_repr_set_position_relative.
8984         * src/xml/repr-util.cpp (sp_repr_compare_position, sp_repr_position):
8985           Minor cleanups.
8987 2004-05-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8989         * src/sp-use.cpp: Cleanup: greater conformance to CodingStyle.
8991         * src/sp-item-group.cpp (sp_item_group_ungroup): Fix bug #956334:
8992           ungrouping was reversing the order of the group members.
8994         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp: New files.
8995         * src/xml/Makefile_insert (xml_libspxml_a_SOURCES): Add the new files.
8997         * src/xml/repr-private.h, src/xml/repr.cpp (sp_repr_nth_child):
8998           Remove this unused function.
9000         * src/xml/repr.h, src/xml/repr.cpp (sp_repr_parent):
9001           Mark pointer as not written through (const).
9003 2004-05-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9005         * src/xml/repr.cpp: Cleanup: greater conformance to CodingStyle.
9007         * src/Makefile_insert: Add missing dependencies on inkscape_version.h.
9008         * src/display/Makefile_insert: Adapt dependency object names for
9009           `subdir-objects' automake option.
9010         * src/helper/Makefile_insert: Adapt dependency object names for
9011           lack of libspchelp-specific CPPFLAGS.
9013 2004-05-17  Carl Hetherington <inkscape@carlh.net>
9015         * src/libnrtype/nr-type-w32.cpp: Tentative fix for
9016         build problems on Win32.
9018         * src/extension/internal/svg.cpp: Coding style cleanups.
9020 2004-05-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9022         * src/sp-item.h, src/sp-item.cpp: Remove unused
9023           distance-conversion functions sp_item_distance_to_svg_bbox,
9024           sp_item_distance_to_svg_viewport.
9026         * src/sp-item.cpp: Cleanup: greater conformance to CodingStyle.
9028         * acinclude.m4: Remove.
9030 2004-05-16  Carl Hetherington  <inkscape@carlh.net>
9032         * src/extension/internal/svg.cpp:
9033         Throw an exception if sp_repr_save_file fails.  This should close
9034         bug 948921.
9036 2004-05-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9038         * src/check-header-compile.in: New script.
9039         * configure.in: Add it to list of files for substitution.
9041         * src/star-context.cpp: Minor cleanups, and use g_strdup_printf instead
9042           of fixed-size buffer for translated string.
9044         * src/selection-chemistry.cpp: Use NR::Rect bounds() method instead of
9045           old bounds(NRRect*).
9047         * src/document.cpp (sp_document_create):
9048         * src/preferences-skeleton.h:
9049           Use INKSCAPE_VERSION from inkscape_version.h instead of VERSION.
9051         * src/libnr/nr-rotate-test.cpp: Use new rotate_equalp function.
9053         * src/libnr/nr-translate-ops.h (operator-): New function.
9055         * src/select-context.cpp:
9056         * src/selection-chemistry.cpp:
9057         * src/xml/repr.h:
9058         * src/sp-defs.h:
9059           Cleanup: greater conformance to CodingStyle.
9061         * src/libnr/nr-macros.h: Don't #include nr-matrix.h, nr-rect.h.
9063         * src/arc-context.h, src/desktop-affine.h, src/dir-util.h,
9064           src/draw-context.h, src/dyna-draw-context.h, src/help.h,
9065           src/knotholder.h, src/prefs-utils.h, src/select-toolbar.h,
9066           src/sp-clippath.h, src/sp-mask.h, src/sp-pattern.h, src/sp-use.h,
9067           src/text-context.h, src/toolbox.h, src/tools-switch.h,
9068           src/dialogs/dialog-events.h, src/dialogs/sp-attribute-widget.h,
9069           src/display/sp-canvas.h, src/helper/gnome-utils.h,
9070           src/helper/png-write.h, src/helper/stock-items.h, src/inkjar/jar.h,
9071           src/libnr/nr-matrix.cpp, src/libnr/nr-point-l.h,
9072           src/svg/stringstream.h, src/svg/svg-affine.cpp,
9073           src/widgets/gradient-selector.h, src/widgets/paint-selector.h,
9074           src/widgets/spinbutton-events.h, src/widgets/spw-utilities.h,
9075           src/xml/repr-action.h:
9076           Add missing header files as detected by check-header-compile script.
9078         * src/libnr/nr-rotate-fns.h, src/libnr/nr-rotate-fns.cpp: New files.
9079         * src/libnr/nr-rotate-fns-test.cpp: New unit test.
9080         * src/libnr/Makefile_insert, src/Makefile.am: Reference new files,
9081           add to unit tests.
9083         * src/libnr/nr-rotate.h: Add Coord,Coord constructor.
9085         * src/libnr/nr-rotate.h, src/libnr/nr-rotate-ops.h (operator*=):
9086         New method.
9088         * src/libnr/nr-point-fns.h (point_equalp): New function.
9090         * src/radial.h: Remove this unused header.
9092         * src/xml/xml-forward.h: New file.
9093         * src/xml/Makefile_insert: Add it to xml_libspxml_a_SOURCES.
9094         * src/xml/repr-private.h: Include it.
9096 2004-05-16  MenTaLguY  <mental@rydia.net>
9098         * src/libnrtype/nr-type-directory.cpp, src/libnrtype/nr-type-ft2.cpp,
9099           src/libnrtype/nr-type-ft2.h, src/libnrtype/nr-type-gnome.h,
9100           src/libnrtype/nr-type-w32.h, src/libnrtype/nr-type-xft.cpp,
9101           src/libnrtype/nr-typeface.h:
9103           transition to C++ inheritance
9105         * src/verbs.cpp, src/helper/action.h, src/helper/action.cpp,
9106           src/widgets/button.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
9108           removed barely-used "in-place construction" facility for NRObject
9110         * src/helper/action.h, src/helper/action.cpp,
9111           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-glyphs.h,
9112           src/display/nr-arena-image.cpp, src/display/nr-arena-image.h,
9113           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
9114           src/helper/action.cpp, src/helper/action.h, src/libnr/nr-object.cpp,
9115           src/libnr/nr-object.h, src/libnrtype/nr-type-ft2.cpp,
9116           src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
9117           src/libnrtype/nr-typeface.cpp:
9119           Made NRObject "C++-compatible".  All C++ features including virtual
9120           methods and RTTI should now be available to NRObject subclasses
9121           _provided_:
9123            a) there is an unbroken chain of _C++_ inheritance from the subclass
9124               back to NRObject
9126            b) the NRObject-derived inheritance chain is always first in cases
9127               of multiple inheritance (the NRObject must be first in the memory
9128               layout)
9130            c) The subclass in question overrides NRObjectClass::cpp_ctor in its
9131               own class_init function, with a pointer to a function that calls
9132               the specific subclass' constructor (via placement new -- you will
9133               need to #include <new> for this to work)
9135               n.b. Objects of classes which do not override cpp_ctor will appear
9136               to the C++ runtime system (RTTI and virtual dispatch, at least) as
9137               objects of the closest ancestor class which does override it
9138               (NRObject or NRActiveObject if nothing else).
9140 2004-05-15  MenTaLguY  <mental@rydia.net>
9142         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
9143           further reduced dependency on SPStyle
9145 2004-05-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9147         * src/libnr/nr-path.cpp, src/libnr/nr-path.h (nr_path_matrix_bbox_union):
9148           Get rid of no-longer-needed tolerance arg.  Update callers.
9150         * src/selection.cpp, src/sp-chars.cpp, src/sp-image.cpp,
9151           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-item.h,
9152           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
9153           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
9154           src/sp-use.cpp, src/dialogs/fill-style.cpp,
9155           src/dialogs/stroke-style.cpp, src/display/nr-arena-shape.cpp,
9156           src/libnr/nr-path.cpp, src/libnr/nr-path.h,
9157           src/libnrtype/nr-font.cpp, src/libnrtype/nr-rasterfont.cpp,
9158           src/libnrtype/nr-type-gnome.cpp, src/widgets/icon.cpp,
9159           src/widgets/paint-selector.cpp:
9160           Change argument from NRMatrix to NR::Matrix in SPItemClass->bbox,
9161           sp_item_invoke_bbox, sp_item_invoke_bbox_full,
9162           nr_path_matrix_bbox_union.  Users updated.
9164         * src/libnr/nr-rect.h, src/libnr/nr-rect.cpp (nr_rect_union_pt):
9165           new function.
9167         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
9168           (NR::transform): new function.
9170         * src/Makefile_insert: Move fixes.cpp from libinkpre.a to libinkpost.a.
9171         * src/xml/Makefile_insert (xml_repr_action_test_LDADD):
9172           Add libinkpost.a, for fixes.o.  `make check' now works again.
9174         * src/sp-text.cpp (sp_text_set_transform):
9175           Don't include SP_OBJECT_CHILD_MODIFIED_FLAG in flags for
9176           sp_object_request_update.  Addresses `critical' warning.
9178 2004-05-13  John Cliff <simarilius@yahoo.com>
9180         * src/dialogs/stroke-style.cpp: Switched to using get_stock to retrieve
9181 markers.
9182         * src/helpers/stock-items.h, src/helpers/stock-items.cpp: created to handle
9183 stock items.
9184         * src/prefix.h: Added marker and gradient directorys.
9186 2004-05-13  Kees Cook <kees@outflux.net>
9188         * configure.in, src/main.cpp, config.h.mingw, debian/rules:
9189           made popt a requirement instead of an option.
9191 2004-05-13  Carl Hetherington  <cth103@houllier.home>
9193         * sp-color-notebook.cpp: Fix uninitialised value spotted by valgrind.
9195         * stroke-style.cpp:
9196         Fix ink_extract_marker_name returning a pointer into a free()d buffer.
9198 2004-05-13  Ted Gould <ted@gould.cx>
9200         * src/file.cpp:
9201         Making the default filename _("untitled.svg")
9203 2004-05-12  Kees Cook <kees@outflux.net>
9205         * config.h.mingw: added g_ascii_strtod macro.
9207 2004-05-12  Carl Hetherington <inkscape@carlh.net>
9209         * src/dialogs/export.cpp: fix faulty logic with exporting of
9210         selections, as reported by Artemio on the ML.
9212         * src/dialogs/desktop-properties.cpp: Fix a gtk_table size.
9213         Make use of spw_dropdown in one place.
9215         * src/select-context.cpp: Remove alt-drag "slow move" mode.
9216         Make alt-drag move without any grid snap, even if the grid
9217         is enabled.  Add a new mode, shift-drag, which preserves
9218         objects' grid offsets rather than snapping their snappoints.
9220         * src/selection-chemistry.cpp: Pasted objects have the same
9221         offset from the grid as the original, if the grid is enabled.
9222         Also a NRRect -> NR::Rect fix thrown in for no extra charge.
9224         * src/dialogs/display-settings.cpp: Added option to reverse
9225         the actions of drag and shift-drag when moving objects.
9227 2004-05-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9229         * src/main.cpp (main): Test ENABLE_NLS instead of HAVE_NLS (which
9230         wasn't getting defined).  Restores translations on *nix systems
9231         when inkscape translations aren't in system-wide /usr/share/locale.
9233 2004-05-10  Carl Hetherington <inkscape@carlh.net>
9235         * src/sp-item.cpp, src/dialogs/display-settings.cpp: primitive
9236         support for preserving line widths when scaling.  Thanks to Bulia
9237         for telling me what to do :)
9238         * src/dialogs/align.cpp: refactor some cut-and-paste code into
9239         a separate function.  Remove NRRect.  Declaration-to-first-use
9240         cleanups.
9241         * src/dialogs/transformation.cpp, src/dialogs/fill-stype.cpp:
9242         NRRect removal.  Declaration-to-first-use cleanups.
9244 2004-05-09  MenTaLguY <mental@rydia.net>
9246         * src/sp-paint-server.h: SPPaintServer now uses C++ inheritance
9248           (bigger question -- should SPPaintServer derive from SPObject?  I think
9249            not, actually ... it's more something that should be aggregated into
9250            the various paint-server-capable types)
9252         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
9253           first steps in removing SPStyle dependency from NRArenaShape --
9254           add fill and stroke paint server members, and use those instead
9255           of reading directly from an SPStyle.
9257 2004-05-09  Kees Cook <kees@outflux.net>
9259         * src/libnrtype/nr-type-xft.cpp: added patch 898200, hopefully this
9260           won't break anyone.
9261         * src/dialogs/desktop-properties.cpp: added patch 947127, along with
9262           some orientation bugfixes, list cleanup, and logic to select the
9263           correct menu items based on document settings.
9264         * configure.in: default to always replace g_ascii_strtod.
9266 2004-05-08  Kees Cook <kees@outflux.net>
9268         * src/extension/internal/gdkpixbuf-input.cpp: skip SVG files. (open bug)
9269         * configure.in, src/Makefile_insert, src/fixes.cpp: added replacement
9270           for g_ascii_strtod, since it has locale-related bugs in gnome 2.0.
9271           The upstream version is fixed, so some day, we won't need this any
9272           more.  (fixes "ugly icons" bug, and possibly the spinbutton locale bug)
9273         * src/dyna-draw-context.cpp, src/rect-context.cpp, src/sp-namedview.cpp,
9274           src/sp-object.cpp, src/sp-object.h, src/sp-pattern.cpp,
9275           src/sp-polygon.cpp, src/sp-polyline.cpp, src/sp-root.cpp,
9276           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp,
9277           src/sp-text.cpp, src/spiral-context.cpp, src/star-context.cpp,
9278           src/svg/ftos.cpp, src/svg/svg-affine.cpp, src/svg/svg-color.cpp,
9279           src/svg/svg-length.cpp: adding "config.h", making a few extra
9280           locale-sensitive functions use g_ascii versions.
9282 2004-05-08  MenTaLguY <mental@rydia.net>
9284         * src/sp-item.cpp: move "transformed" signal emission after actual
9285           application of transform
9287         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr.cpp:
9288           fix lifecycle issues with content and attribute strings
9290         * src/sp-object.h, src/sp-object.cpp: added SPObject::setId()
9292 2004-05-08  Kees Cook <kees@outflux.net>
9294         * src/verbs.cpp, src/help.cpp: localizing "about" and "keys" stuff.
9295         * po/*.po: rebuilt for new strings.
9297 2004-05-08  Carl Hetherington <inkscape@carlh.net>
9299         * src/dialogs/desktop-properties.cpp: the usual cleanups.  Also
9300         add some sp_document_done()s in various places.
9302 2004-05-08  bulia byak <bulia@users.sourceforge.net>
9304         * widgets/paint-selector.cpp: Tooltips, slight cosmetics
9306         * main.cpp: --help edit
9308         *  sp-use.h sp-use.cpp: Redid move compensation using _transformed_signal
9310         * sp-item.h sp-item.cpp: Added _transformed_signal, emitted by
9311 write_transform,
9312         passes the difference transform relative to the old one (not the new
9313 transform
9314         set)
9316         * nodepath.cpp: Fix lagging update of the other handle for smooth nodes
9318         * widgets/dash-selector.cpp: (Almost) fixed display of shorter-than-0.5
9319 dashes
9320         in selector; proper fixing will require manual drawing the dashes instead of
9321         using gdk dashes
9323         * preferences-skeleton.h: lots of new  dasharrays
9325         * dialogs/stroke-style.cpp: Remove repetitive code; relocation patch from
9326         mhearn; fixed, reenabled, and automated marker previews (no need for
9327 previews
9328         in markers.svg)
9330         * share/markers/markers.svg: Cleanup, sizes, remove manual previews
9332         * style.cpp: Disabled warning for overflow property (we need it for markers)
9334         * splivarot.cpp: Fixed transform when doing boolop inside group
9336         * libnr/nr-path.cpp: Ported fix from sodi, fixes two bugs with endnodes of a
9337         curve on the same hor/vert line
9339         * sp-namedview.cpp: Use set_default_size instead of _resize for setting
9340 window
9341         from namedview
9343         * preferences-skeleton.h dialogs/item-properties.cpp: Objects props
9344         transientized (better late than never)
9346         * dialogs/display-settings.cpp: Added simplify threshold
9348         * sp-use.cpp: Mega-kill use on unlink
9350         * preferences-skeleton.h dialogs/display-settings.cpp: Orphaned clones
9351 options
9353         * sp-item-group.cpp: Prevent jumps when ungrouping clone with its original
9355         * sp-object.cpp: Fix crash when deleting clone and its original
9357         * toolbox.cpp, tool contexts: Alt-x and top panel keyboard shortcuts now
9358 work
9359         for all tools
9361         * sp-use.cpp enums.h: Unlink option on self-delete
9363         * sp-use.cpp: Fix: disappeating clone on undoing ungrouping (_show finally
9364 works properly)
9366         * splivarot.cpp: Boolops: cleanup, preserve id, parent, position, fix to
9367 take
9368         style from the bottom object
9370         * interface.cpp verbs.cpp shortcuts.cpp: Mnemonics, tooltips, shortcuts,
9371         cleanup, autoraise removed from menu
9373 2004-05-07  Kees Cook <kees@outflux.net>
9375         * src/verbs.cpp: re-localizing tutorials.  My goof!
9376         * po/POTFILES.in: removed arikkei references
9378 2004-05-07  Carl Hetherington <inkscape@carlh.net>
9380         * src/desktop.cpp: make sure that a SPNamedView's modified signal
9381         is connected to the SPDesktop even when a file is loaded into an
9382         existing SPDesktop.  Fixes problems whereby grid snap does not
9383         work for the first file loaded in a session.  Fix a && -> & typo.
9385         * src/sp-object.cpp: declaration-to-first-use and coding style
9386         cleanups.
9388 2004-05-05 Spundun Bhatt <spundun@isi.edu>
9390         * configure.in: Stole Nathan's configure hack and used it to
9391         support gtkmm-2.4
9393 2004-05-06  Ted Gould  <ted@gould.cx>
9395         * src/file.cpp, src/extension/extension.cpp, src/extension/init.cpp,
9396         src/extension/internal/Makefile_insert,
9397         src/extension/internal/gdkpixbuf-input.cpp,
9398         src/extension/internal/gdkpixbuf-input.h:
9399           Changing the import functionality so that it works much more like open.
9400           You can use any format, and it will place that file directly in the
9401           document that you are working on.  Added input extensions that cover all
9402           of the bitmap formats that are covered with gdkpixbuf.  Also, more
9403           formats can be used using the scripting system.
9405 2004-05-06  Carl Hetherington <inkscape@carlh.net>
9407         * src/sp-line.cpp, src/sp-mask.cpp, src/sp-metrics.cpp:
9408         declaration-to-first-use and coding style cleanups
9410 2004-05-05  MenTaLguY  <mental@rydia.net>
9412         * src/libnrtype/nr-type-dictionary.cpp: removed 'private-fonts'
9413           feature (we should rely on fontconfig for "custom" font stuff)
9415         * configure.in, src/Makefile_include, src/Makefile.am,
9416           src/libarikkei/*: removed the now unused libarikkei
9418 2004-05-05 Nathan Hurst <njh@mail.csse.monash.edu.au>
9420         * src/dialogs/text-edit.cpp, configure.in: Added support for spell
9421         checking in text dialog.
9423 2004-05-04  MenTaLguY <mental@rydia.net>
9425         * src/display/nr-arena-glyphs.h: fixed cut-and-paste error in
9426           NRArenaGlyphsGroup::create()
9428         * src/selection.cpp, src/selection.h: fixed global "changed" propagation
9430 2004-05-02  MenTaLguY <mental@rydia.net>
9432         * src/file.cpp, src/print.cpp, src/sp-chars.cpp, src/sp-clippath.cpp,
9433           src/sp-image.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
9434           src/sp-pattern.cpp, src/sp-shape.cpp, src/sp-text.cpp,
9435           src/sp-use.cpp, src/dialogs/stroke-style.cpp,
9436           src/display/canvas-arena.cpp, src/display/nr-arena-glyphs.cpp,
9437           src/display/nr-arena-glyphs.h, src/display/nr-arena-group.h,
9438           src/display/nr-arena-image.h, src/display/nr-arena-item.cpp,
9439           src/display/nr-arena-item.h, src/display/nr-arena-shape.h,
9440           src/display/nr-arena.h, src/libnr/nr-object.h, src/widgets/icon.cpp:
9442           removed nr_arena_item_new in favor of static ::create() functions
9443           which call NRArenaItem::init() to perform setup (i.e. setting
9444           NRArenaItem::arena).  Eventually NRArenaItem::init() and
9445           nr_arena_item_init will merge and become NRArenaItem's constructor.
9447 2004-04-30  MenTaLguY <mental@rydia.net>
9449         * src/sp-use.cpp: call parent class' write methods rather than
9450           attempting to do everything (wrongly) ourselves; among other
9451           things, <use> transform attributes weren't getting written
9453         * src/sp-object.h, src/sp-object.cpp:
9455           designate a "successor" object so we still perform as
9456           expected if objects are replaced in the middle of e.g. a
9457           bulk delete operation
9459         * src/sp-use.cpp: cleanups and succession logic for <use>
9460           deletion
9462         * src/widgets/sp-hwrap-box.cpp, src/widgets/sp-hwrap-box.h,
9463           src/widgets/sp-vwrap-box.cpp, src/widgets/sp-vwrap-box.h,
9464           src/widgets/sp-wrap-box.cpp, src/widgets/sp-wrap-box.h,
9465           src/widgets/test-wrapbox.cpp, src/widgets/Makefile_insert:
9467           Removed unused (and imperfect) "wrapbox" widgets.
9469         * src/sp-object.h, src/sp-object.cpp, src/sp-item-group.cpp:
9471           Removed unused sp_object_invoke_forall and sp_object_sequence
9472           methods.  (forall might be nice to have, but we can do better
9473           implementation-wise now that we're in C++-land)
9475 2004-04-30 njh <njh@mail.csse.monash.edu.au>
9477         * main.cpp: replaced gtk_init with g_type_init for console mode.
9478         Closes 944969.
9480 2004-04-29  MenTaLguY <mental@rydia.net>
9482         * src/sp-image.cpp, src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
9483           src/sp-path.cpp, src/sp-rect.cpp, src/sp-text.cpp:
9485           write_transform becomes set_transform, which applies the given
9486           transform to the object without (!) invoking a repr write
9488         * src/sp-star.cpp, src/svg/svg-length.h, src/svg/svg-length.cpp,
9489           src/svg-types.h, src/svg/svg.h:
9491           replaced raw integers with real units enum
9493         * src/libnr/nr-matrix.h:
9495           removed dead assertion (it's always valid to retrieve the
9496           translation component of a matrix)
9498         * src/selection-chemistry.cpp:
9500           delete items via SPItem (SPObject), not repr
9502         * src/sp-object.h, src/sp-object.cpp:
9504           added SPObject::deleteObject() and a delete notification signal;
9505           SPObject now inherits from GObject in the C++ sense
9507         * src/sp-use.h:
9509           don't accept references to the use or its ancestors (preventing
9510           infinite loops)
9512         * src/sp-use.cpp, src/sp-use.h:
9514           added automatic deletion when referrent is deleted
9516         * src/uri-reference.h:
9518           added URIReference::getOwner()
9520 2004-04-29  Carl Hetherington <inkscape@carlh.net>
9522         * src/extension/internal/win32.cpp: add textToPath parameter to
9523         description in order to fix #944131.
9525 2004-04-28  Carl Hetherington <inkscape@carlh.net>
9527         * src/desktop.cpp, src/inkscape.cpp, src/sp-namedview.cpp
9528         Part of the fix for #942149.  Also fixed some compiler warnings.
9530         * src/display/nr-arena.cpp: Fixed an unused variable warning.
9532         * src/main.cpp: Fix a warning that is raised on Windows.
9534 2004-04-28  bulia byak <bulia@users.sourceforge.net>
9536         * inkscape.cpp: Fixed prev/next desktop; numbered from 0
9538         * Lots of files: Replaced all strtod() and atof() by g_ascii_strtod()
9540         * interface.cpp verbs.cpp: Tooltip edits
9542         * view.cpp view.h desktop.cpp: Signal and function to pop statusbar message
9544         * dialogs/dialog-events.cpp: Only set the UTILITY hint for non-modal
9545 windows,
9546         fixes "disappearing save as"
9548         * toolbox.cpp widgets/widget-sizes.h widgets/button.cpp: Got rid of button
9549         relief, top panel made less tall
9551         * desktop.cpp preferences-skeleton.h dialogs/display-settings.cpp: Done away
9552         with the sticky zoom button, now in prefs
9554         * path-chemistry.cpp: Preserve id= in combine/break, convert to paths;
9555 preserve
9556         z-order in combine/break; cleanups
9558         * splivarot.cpp: New selection API, Simplify preserves id=
9560         * select-context.cpp preferences-skeleton.h sp-item.cpp display-settings.cpp
9561         splivarot.cpp sp-item-group.cpp sp-item-transform.cpp
9562         sp-item-notify-moveto.cpp nodepath.cpp node-context.cpp seltrans.cpp
9563         seltrans.h: Switched to global preservetransform, transform writing
9564         unification (no more manual transform= setting all over the place), stamp
9565         preserves parent, mental's new SPSelection API, pruning dead code
9567         * verbs.cpp interface.cpp: Eliminated Dialogs menu, added ... to dialog
9568         commands, rearrangements, menu items display tooltips in statusbar when
9569         selected
9571         * sp-item-group.cpp sp-item-group.h: Made document_done optional in ungroup
9572 (not
9573         done when the function is called from another function)
9575         * dialogs/display-settings.cpp enums.h preferences-skeleton.h sp-use.cpp
9576         sp-use.h: Clone move compensation (3 modes), settable in prefs
9578         * seltrans.cpp selection-chemistry.cpp: Do not translate a clone if its
9579 original
9580         is in the selection
9582         * verbs.cpp verbs.h interface.cpp shortcuts.cpp sp-use.cpp sp-use.h
9583         selection-chemistry.cpp selection-chemistry.h: Unlink Clone verb and menu
9584         command (preserves id=)
9586         * selection-chemistry.cpp selection-chemistry.h verbs.h verbs.cpp
9587 shortcuts.cpp
9588         interface.cpp: Select Original verb and command, scrolls to the original
9590         * selection-chemistry.cpp selection-chemistry.h verbs.cpp verbs.h
9591 interface.cpp:
9592         Clone command
9594         * sp-use.h sp-use.cpp: Use URIReference; Propagate update to parent class
9595         (SPItem) (fixes redraw on dragging a clone)
9597         * dropper-context.cpp dropper-context.h dialogs/display-settings.cpp:
9598         Implemented pick modes (pick either actual color with transparency or
9599 visible
9600         color without transparency); added statusbar indication; color is only set
9601 on
9602         mouse release
9604         * seltrans.cpp display/sodipodi-ctrlrect.cpp: Finally the correct selection
9605 cue
9606         rect (fixed displacement)
9608 2004-04-27  Carl Hetherington <inkscape@carlh.net>
9610         * src/desktop.cpp: Check for there being no items when zooming to
9611         the drawing.  This fixes bug #942137.
9613 2004-04-26  Carl Hetherington <inkscape@carlh.net>
9615         * config.h.mingw, prefix.h:
9616         INKSCAPE_VERSION moved to inkscape_version.h.
9617         INKSCAPE_{PIXMAP,SCREENS,TUTORIALS,MARKERS}DIR moved to prefix.h
9619         * src/Makefile.mingw, src/inkscape_version.h.mingw
9620         Use CVS inkscape_version.h.mingw for inkscape_version.h on Win32.
9622         * src/sp-use.cpp: fix a warning.
9624 2004-04-26  Ted Gould  <ted@gould.cx>
9626         * share/extensions/ai_input.inkmod, share/extensions/dia.inkmod,
9627         share/extensions/txt2svg.inkmod, src/extension/extension.cpp,
9628         src/extension/internal/svg.cpp:
9630         Making the names of the input extensions look like the output ones.
9631         Also, threw in a slight memory savings in removing the implementation on
9632         deactivated extensions.
9634 2004-04-26  MenTaLguY  <mental@rydia.net>
9636         * src/selection.cpp: migrate to new glib idle API
9638         * src/extension/db.cpp: can't call ->deactivated() on a NULL pointer..
9640 2004-04-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9642         * configure.in: Replace use of old AM_PROG_LIBTOOL macro with
9643           AC_PROG_LIBTOOL.
9645 2004-04-26  Ted Gould  <ted@gould.cx>
9647         * share/extensions/epsi_output.inkmod:
9649         Added in a check for ps2epsi
9651         * src/dialogs/filedialog.cpp, src/extension/db.cpp, src/extension/db.h,
9652         src/extension/extension.cpp, src/extension/extension.h,
9653         src/extension/init.cpp, src/extension/system.cpp:
9655         Implementing a 'deactivated' extension.  This means that it should
9656         still exist, but show up as insensitive in any GUI element that could use
9657         it.  The idea here is that users should know what they don't have, but
9658         Inkscape supports.
9660 2004-04-26 Nathan Hurst <njh@mail.csse.monash.edu.au>
9662         * src/{libnr,libnrtype,widgets,display,helper,.}*.{h,cpp}: moved
9663         from typedef _name name; to C++ style struct name; forward
9664         references.
9666 2004-04-25  Ted Gould  <ted@gould.cx>
9668         * share/extensions/ai_output.inkmod, share/extensions/dia.inkmod,
9669         share/extensions/dropshadow.inkmod, share/extensions/epsi_output.inkmod,
9670         share/extensions/roundhole.inkmod, share/extensions/svgz_input.inkmod,
9671         share/extensions/svgz_output.inkmod, share/extensions/txt2svg.inkmod,
9672         src/extension/implementation/script.cpp,
9673         src/extension/implementation/script.h:
9675         Adding in support for superior checking of dependencies.  Now scripts
9676         can include a line, which will look for a binary in the path.  So
9677         something like dia input will no be loaded if there isn't dia available in
9678         the path.
9680 2004-04-25  Carl Hetherington <inkscape@carlh.net>
9682         * src/verbs.cpp, src/rect-context.cpp, src/spiral-context.cpp,
9683         src/event-context.cpp, src/text-context.cpp,
9684         src/dialogs/stroke-style.cpp, src/xml-tree.cpp, src/widgets/sp-widget.cpp:
9685         SPSelection OO-ification.
9687         * src/display/curve.cpp: Don't raise a critical error if a new
9688         curve cannot be created in sp_curve_new_from_bpath().  This can
9689         happen if a file contains a strange path, like one with only a
9690         move in it and nothing else.  This is part of the fix for bug
9691         934882.
9693         * src/sp-path.cpp: cope with sp_curve_new_from_bpath() returning
9694         NULL in sp_path_set().  This is the other part of the fix for 934882.
9696         * src/path-chemistry.cpp, src/sp-offset.cpp, src/sp-ellipse.cpp,
9697         src/display/nr-arena-glyhs.cpp:
9698         added asserts for calls to sp_curve_new_from_bpath() which look
9699         like they might not expect it to return NULL.
9701         * src/desktop.h: add a comment about how SPDesktop::selection
9702         should never generally be NULL.
9704         * src/desktop-handles.cpp: ensure that sp_desktop_selection never
9705         returns NULL, so that we don't have to check for this eventuality
9706         elsewhere.
9708         * src/arc-context.cpp, src/seltrans.cpp, src/desktop.cpp: be less defensive
9709 about
9710         SPDesktop::selection being NULL.
9712         * src/path-chemistry.cpp, src/select-context.cpp,
9713         src/selection-chemistry.cpp, src/star-context.cpp,
9714         src/dialogs/align.cpp, src/dialogs/item-properties.cpp,
9715 src/dialogs/text-edit.cpp:
9716         SPSelection OO-ification.  Also some coding style and
9717         declaration-to-first-use cleanups.
9719         * src/toolbox.cpp: SPSelection OO-ification.  Various cleanups.
9721         * src/selection.h: remove deprecated access functions.
9723         * src/dialogs/fill-style.cpp: declaration-to-first-use cleanups.
9725         * src/selection.cpp: add vim and Emacs mode blocks.
9727         * src/object-ui.cpp: very minor coding style fix.
9729 2004-04-24  MenTaLguY <mental@rydia.net>
9731         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/object-ui.cpp,
9732           src/path-chemistry.cpp, src/rect-context.cpp, src/select-context.cpp,
9733           src/select-toolbar.cpp, src/selection-chemistry.cpp, src/selection.h,
9734           src/spiral-context.cpp, src/star-context.cpp, src/text-context.cpp,
9735           src/verbs.cpp, src/dialogs/export.cpp, src/dialogs/fill-style.cpp,
9736           src/dialogs/in-dt-coordsys.cpp, src/dialogs/stroke-style.cpp,
9737           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp:
9739           removed sp_selection_set_item(), sp_selection_set_repr(),
9740           sp_selection_is_empty(), sp_selection_item_selected(),
9741           and sp_selection_repr_selected()
9743 2004-04-24  Ted Gould  <ted@gould.cx>
9745         * share/extensions/ill2svg.pl:
9747         Applying a patch made to the Sodipodi list by Tuukka Pasanen which adds in
9748         support for text in Illustrator files.  Also, I backed out the changes
9749         which removed being able to specify the line endings.  This will, by
9750         default, force them back to mac compatible.  Mac files didn't work with
9751         those changes.
9753 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9755         * configure.in: Tentatively remove config.h definitions of
9756           INKSCAPE_MARKERSDIR, INKSCAPE_PIXMAPDIR, INKSCAPE_SCREENSDIR,
9757           INKSCAPE_TUTORIALSDIR, with the understanding that these are to be
9758           provided by prefix.h.
9759         * src/prefix.h: Define INKSCAPE_MARKERSDIR.
9761         * src/extension/extension.cpp (Extension):
9762         * src/extension/init.cpp (check_extensions):
9763           Address warning.
9765         * src/dialogs/stroke-style.cpp: #include prefix.h.
9767         * src/Makefile.am (EXTRA_DIST): Add */makefile.in.
9769         * src/libnr/Makefile_insert (libnr_libnr_a_SOURCES):
9770           Add libnr/nr-convex-hull.h, needed by sp-canvas.cpp.
9772 2004-04-24  Ted Gould  <ted@gould.cx>
9774         * src/Makefile_include, src/prefix.cpp:
9776         Removing the redefition of NULL and adding to the make system.
9778 2004-04-24  Ted Gould  <ted@gould.cx>
9780         * src/extension/db.cpp, src/extension/db.h, src/extension/extension.cpp,
9781         src/extension/extension.h, src/extension/init.cpp,
9782         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
9783         src/extension/internal/ps-out.cpp, src/extension/internal/ps-out.h:
9785         Adding in more checks for individual extensions.  All of them
9786         should still pass though.  Also, moved the extension database from
9787         glib to STL.  This allows extensions to be deleted while using the
9788         foreach functions (which causes instability with the glib hash
9789         table).
9791 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9793         * src/dialogs/Makefile_insert:
9794         * src/display/Makefile_insert:
9795         * src/xml/Makefile_insert:
9796           Get rid of unneeded CPPFLAGS specification.
9798         * src/Makefile.am:
9799         * src/Makefile_insert:
9800           New generated file inkscape_version.h, to replace
9801           -DINKSCAPE_VERSION=\"$(VERSION)\".
9802         * src/help.cpp: #include it.
9804 2004-04-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9806         * src/sp-polygon.cpp:
9807         * src/splivarot.cpp:
9808         * src/style.cpp:
9809         Change include stringstream.h to include svg/stringstream.h.
9811         * src/Makefile.am, src/Makefile_insert: Change libinkscape.a use
9812           to eliminate triple compilation of these object files.
9814         * src/Makefile.am: Use `subdir-objects' option.
9816         * src/Makefile.am: Add global INCLUDES setting.
9817         * src/*/Makefile_insert: Get rid of now-redundant $(INKSCAPE_CFLAGS)
9818           from *_CPPFLAGS.
9820         * src/*/makefile.in: `%' as a target doesn't behave as intended,
9821         so replace with less general `clean %.a %.o' and add .SUFFIXES.
9823 2004-04-22  Ted Gould  <ted@gould.cx>
9825         * src/draw-context.cpp, src/dropper-context.cpp,
9826         src/dyna-draw-context.cpp, src/node-context.cpp, src/nodepath.cpp,
9827         src/sp-ellipse.cpp, src/sp-offset.cpp, src/sp-path.cpp,
9828         src/sp-polygon.cpp, src/sp-shape.cpp, src/splivarot.cpp, src/toolbox.cpp,
9829         src/display/curve.cpp, src/display/nr-arena-shape.cpp,
9830         src/extension/internal/gnome.cpp, src/extension/internal/ps.cpp,
9831         src/libnr/nr-path.cpp, src/libnr/nr-path.h,
9832         src/libnrtype/nr-rasterfont.cpp, src/libnrtype/nr-type-ft2.cpp,
9833         src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
9834         src/libnrtype/nr-typeface.cpp, src/livarot/PathCutting.cpp,
9835         src/svg/gnome-canvas-bpath-util.cpp, src/svg/svg-path.cpp:
9837         Changing the ART_ enums to NR_ so that if libart is include (like if
9838         you are building gnome-print) it doesn't conflict with the internal
9839         definitions.
9841         * share/extensions/svgz_output.inkmod, src/extension/extension.cpp,
9842         src/extension/init.cpp, src/extension/implementation/script.cpp:
9844         Adding in a little more checking code.  Now extensions can start
9845         deleting themseleves if they fail certain tests.  More tests are
9846         needed, along with more testing of this feature.  Consider this
9847         an 'early release' of the feature. ;)
9849 2004-04-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9851         * src/Makefile.am: Make non-recursive.  Now sources */Makefile_insert.
9852           See HACKING or discussion on mailing list.
9853         * autogen.sh: Bump requirement from automake-1.6 to automake-1.7.
9854         * configure.in: Don't generate src/blah/Makefile, but do generate
9855           src/blah/makefile.
9856         * src/*/Makefile.am: Remove.
9857         * src/*/makefile.in: New wrapper makefiles to allow typing `make' from
9858           subdirectories of src.  (Not used by compiles started from top-level
9859           or from src/.)
9861 2004-04-21  MenTaLguY <mental@rydia.net>
9863         * src/libnrtype/nr-type-w32.h: fixed unremoved underscores
9865         * src/select-context.cpp, src/selection.cpp, src/selection.h,
9866           src/seltrans.cpp, src/tools-switch.cpp, src/dialogs/align.cpp:
9867           remove improper twiddling of desktop message line from SPSelection;
9868           some additional work is now required in SPSelectContext to update
9869           the message properly in all cases.
9871         * src/selection.h, src/selection.cpp: touched up and documented
9872           SPSelection
9874         * src/uri-references.h: documentation touch-ups
9876 2004-04-20  Kees Cook <kees@outflux.net>
9878         * src/file.cpp, src/desktop.cpp: moved sp_file_open unselection code into
9879           sp_desktop_change_document.  Generalized Carl's fix for unref counting
9880           since it applies in both cases.  (My bad!)
9882 2004-04-20  MenTaLguY <mental@rydia.net>
9884         * src/text-context.cpp: merged Carl's fix for signal cleanup
9886         * src/selection.h: marked wrappers for old API as deprecated
9888 2004-04-20  Carl Hetherington <inkscape@carlh.net>
9890         * src/extension/internal/ps.cpp, src/extension/internal/ps.h:
9891         Fixed some bugs in exporting images that seem to have been
9892         introduced when the code was copied from the gimp.  They caused
9893         problems when exporting bitmap images to PS.
9895         * src/file.cpp: fix bug whereby the first file loaded in a session
9896         would not have its modified status checked when closed.  Hence if
9897         you modified the first file you loaded and then closed it, you
9898         would not be asked to confirm the close.
9900         * src/preferences-skeleton.h: add \n to the end of each line to
9901         fix bug 938368.
9903 2004-04-19  MenTaLguY <mental@rydia.net>
9905         * src/arc-context.cpp, src/desktop-handles.h, src/desktop.h,
9906           src/draw-context.cpp, src/draw-context.h, src/forward.h,
9907           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
9908           src/node-context.h, src/rect-context.cpp, src/selection-chemistry.cpp,
9909           src/selection-chemistry.h, src/selection.cpp, src/selection.h,
9910           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
9911           src/star-context.h, src/text-context.cpp, src/dialogs/xml-tree.cpp,
9912           src/widgets/sp-widget.h:
9914           finished GObject removal from SPSelection
9916         * src/arc-context.h, src/arc-context.cpp, src/desktop.cpp, src/desktop.h,
9917           src/draw-context.cpp, src/draw-context.h, src/node-context.cpp,
9918           src/node-context.h, src/rect-context.cpp, src/rect-context.h,
9919           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/seltrans.h,
9920           src/spiral-context.cpp, src/spiral-context.h, src/text-context.cpp,
9921           src/text-context.h, src/toolbox.cpp:
9923           migrated SPSelection to SigC++ signals (though it's a bit messy
9924           right now)
9926 2004-04-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9928         * src/dialogs/stroke-style.cpp: Cleanups: greater conformance to
9929         CodingStyle.  Moved some declarations to their first use.
9931 2004-04-19  Carl Hetherington <inkscape@carlh.net>
9933         * src/dialogs/stroke-style.cpp, libnr/nr-rect-l.cpp:
9934         Fix a couple of compiler warnings.
9936         * src/dialogs/filedialog-win32.cpp: add OFN_NOCHANGEDIR to Win32
9937         flags in OPENFILENAME structs.  This prevents the open / save
9938         boxes from changing the current directory.  Any change to the
9939         current directory causes problems for subsequent attempts to
9940         load icons from pixmaps.  Also, fix a bug whereby the save
9941         dialogue would sometimes not open due to being passed a filename
9942         it didn't like.
9944 2004-04-19  bulia byak <bulia@users.sourceforge.net>
9946         * shortcuts.cpp selection-chemistry.cpp selection-chemistry.h verbs.cpp
9947 verbs.h
9948         interface.cpp: Clone command (Edit menu, Shift+Ctrl+N)
9950         * sp-use.cpp: Update propagated to parent class (SPItem), misc fixes
9952         * sp-polygon.cpp: Fix for points= updating by adding set_shape call into
9953 _write
9954         (bug 910142)
9956         * text-context.cpp: Do not create text object unless a printable key was
9957         pressed; fixes 934280
9959         * widgets/dash-selector.cpp dialogs/stroke-style.cpp: Removed marker
9960 buttons,
9961         fixed g_free crash in marker menus, added tooltips, added stroke-miterlimit
9962         spinbutton
9964         * splivarot.cpp: Outline handles multiple objects; All commands use correct
9965         stroke_miterlimit
9967         * splivarot.cpp sp-offset.cpp: Fix for 932642
9969         * helper/sodipodi-ctrlrect.cpp: Simplify and fix dashes and offsets
9971         * widgets/gradient-selector.cpp: Tooltip edits
9973         * verbs.cpp verbs.h interface.cpp...: Remove tool options
9975         * seltrans.cpp: Pivot marker made inverse
9977         * toolbox.cpp: More defocusing
9979         * *-context.cpp: Eliminated config widgets from all tools
9981         * toolbox.cpp sp-ellipse.cpp: Ellipse fixes, tooltips
9983         * verbs.cpp: Options -> Preferences
9985         * dialogs/display-settings.cpp: An options dialog, completely new; selector
9986         widget grafted here
9988         * preferences-skeleton.h node-context.cpp select-context.cpp: scaling uses
9989         defaultscale
9991         * dialogs/display-settings.cpp display/nr-arena-image.cpp: Make oversample
9992         saveable
9994         * toolbox.cpp: Aux toolbar for calligraphic
9996         * preferences-skeleton.h: fill-opacity:1 for calligraphic
9998         * select-context.cpp seltrans.cpp seltrans.cpp: Patch to enable box and none
9999         options for per-object selection cue
10001         * main.cpp: Removed C-locale setting, not needed anymore; temporary switch
10003         gettext encoding for console output
10005         * inkscape.cpp: Memory fix from sodi
10007         * right-click finishes pen (patch by Carl)  draw-context.cpp
10009 2004-04-19  Carl Hetherington <inkscape@carlh.net>
10011         * src/livarot/ShapeRaster.cpp
10012         Fix an unitialised value error that was spotted by valgrind.
10014 2004-04-18  MenTaLguY <mental@rydia.net>
10016         * src/selection.cpp, src/selection.h, src/selection-chemistry.cpp,
10017           src/seltrans.cpp, src/nodepath.cpp:
10018           made all SPSelection members private, and changed all methods into
10019           real C++ methods (with temporary inline wrappers for the old C
10020           pseudo-methods)
10022 2004-04-18  Carl Hetherington <inkscape@carlh.net>
10024         * src/print.cpp, src/print.h, src/sp-text.cpp
10025         src/extension/extension.cpp src/extension/extension.h,
10026         src/extension/implementation/implementation.cpp,
10027         src/extension/implementation/implementation.h,
10028         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
10029         src/extension/internal/ps.cpp, src/extension/internal/ps.h,
10030         Add very basic feature to allow PS text to be exported as real
10031         text, rather than being converted to paths first.  Needs some
10032         work, mostly on font handling.
10034         * src/seltrans.cpp: Slightly improve placement of the bounding
10035         box selection cue.
10037         * src/sp-shape.cpp: various marker-related cleanups, mostly factoring out
10038         common code into functions.
10040 2004-04-17  MenTaLguY <mental@rydia.net>
10041         * src/inkscape.cpp, src/node-context.cpp, src/selection-chemistry.cpp,
10042           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
10043           src/sp-item.cpp, src/sp-offset.cpp, src/dialogs/transformation.cpp,
10044           src/libnr/nr-rect.cpp, src/libnr/nr-rect.h:
10045           Cleaned up NR::Rect API and made SPSelection's desktop pointer private.
10047         * src/display/sp-canvas.cpp, src/libnr/nr-convex-hull.h,
10048           src/libnr/nr-rect.h:
10050           First use of NR::ConvexHull (for propagating canvas bounding boxes)
10052 2004-04-17  Kees Cook <kees@outflux.net>
10054         * share/icons/icons.svg, src/verbs.cpp: made last three ugly menu icons.
10056 2004-04-17  Nathan Hurst <njh@mail.csse.monash.edu.au>
10058         * configure.in src/draw-context.cpp src/dropper-context.cpp
10059         src/dyna-draw-context.cpp src/nodepath.cpp src/nodepath.h
10060         src/path-chemistry.cpp src/sp-chars.cpp src/sp-ellipse.cpp
10061         src/sp-offset.cpp src/sp-path.cpp src/sp-polygon.cpp
10062         src/sp-shape.cpp src/sp-text.cpp src/splivarot.cpp src/style.cpp
10063         src/style.h src/dialogs/fill-style.cpp
10064         src/dialogs/object-properties.cpp src/dialogs/stroke-style.cpp
10065         src/display/canvas-bpath.cpp src/display/canvas-bpath.h
10066         src/display/canvas-grid.h src/display/curve.cpp
10067         src/display/curve.h src/display/nr-arena-glyphs.cpp
10068         src/display/nr-arena-glyphs.h src/display/nr-arena-shape.cpp
10069         src/display/sodipodi-ctrl.cpp src/display/sodipodi-ctrl.h
10070         src/display/sodipodi-ctrlrect.h src/display/sp-canvas-util.cpp
10071         src/display/sp-canvas-util.h src/display/sp-canvas.cpp
10072         src/display/sp-canvas.h src/display/sp-ctrlline.cpp
10073         src/extension/internal/ps.cpp src/extension/internal/ps.h
10074         src/libnr/Makefile.am src/libnr/libnr.def src/libnr/nr-path.cpp
10075         src/libnr/nr-path.h src/libnr/nr-svp-private.h
10076         src/libnr/nr-svp-render.cpp src/libnr/nr-svp-render.h
10077         src/libnr/nr-svp.cpp src/libnr/nr-svp.h
10078         src/libnrtype/nr-rasterfont.cpp src/libnrtype/nr-type-ft2.cpp
10079         src/libnrtype/nr-type-gnome.cpp src/libnrtype/nr-type-w32.cpp
10080         src/libnrtype/nr-typeface.cpp src/livarot/PathCutting.cpp
10081         src/svg/gnome-canvas-bpath-util.cpp
10082         src/svg/gnome-canvas-bpath-util.h src/svg/svg-path.cpp
10083         src/svg/svg.h: removed libart.
10085         * src/libnr/nr-svp-uncross.cpp src/libnr/nr-svp-uncross.h: deleted
10086         uncross and SVL routines.
10089 2004-04-15  Carl Hetherington <inkscape@carlh.net>
10091         * src/make.exclude, src/make.dep, src/make.files, src/make.ofiles:
10092         Various fixes to the Win32 build following rearrangement of some
10093         source files and cleanups to libnr.
10095         * src/sp-text.cpp: remove an unused variable.
10097         * src/display/sodipodi-ctrlrect.cpp: removed two unused variables.
10099 2004-04-16  MenTaLguY <mental@rydia.net>
10101         * src/selection.cpp, src/selection.h, src/forward.h: initial
10102           C++ification of SPSelection class
10104 2004-04-15  Kees Cook <kees@outflux.net>
10106         * debian/control, debian/changes: dropping (currently) unused
10107           dependancies.  Added "0.39cvs" tag.
10109 2004-04-15  Carl Hetherington <inkscape@carlh.net>
10111         * src/seltrans.cpp, src/helper/sodipodi-ctrlrect.cpp,
10112         src/helper/sodipodi-ctrlrect.h:
10113           Use black, dashed bounding boxes for indicating itemselection,
10114           rather than red, solid boxes (as suggested by Bulia).
10116         * src/desktop.cpp:
10117         Small fix for the problem whereby the first file loaded in an
10118         Inkscape session will not have its grid set up properly.  This was
10119         my patch #935013.
10121         * src/dialogs/filedialog-win32.cpp:
10122         Use the extension system to build the list of allowable file types
10123         for save.  This means that save as PS and EPS work properly.
10125         * src/streams-zlib.cpp, src/livarot/PathConversion.cpp,
10126         src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
10127         src/livarot/PathStroke.cpp, src/livarot/Shape.cpp,
10128         src/livarot/ShapeMisc.cpp, src/display/nr-arena-glyphs.cpp,
10129         src/helper/sodipodi-ctrlrect.cpp, src/helper/sp-canvas.cpp,
10130         src/extension/internal/win32.cpp:
10131         Fix compiler warnings, mostly about unused variables.
10133         * src/helper/sp-canvas-util.cpp:
10134         Fix what I and someone else considered to be an obvious typo.  The
10135         function in question isn't used, however, so it's a bit difficult
10136         to test.
10138         * src/libnrtype/nr-rasterfont.cpp:
10139         Fix a warning wrt a cast from NR::Matrix to NRMatrix.
10141         * src/sp-shape.cpp:
10142         Fix bug #935758.
10145 2004-04-14  Ted Gould <ted@gould.cx>
10147         * src/file.cpp, dialogs/filedialog.cpp:
10148         Making it so that the filename will get placed in the save as dialog
10149         if there is a name for the file.  Otherwise the last save directory
10150         is used (properly now)
10152 2004-04-15  MenTaLguY <mental@rydia.net>
10154         * most files in src/: removed many old "compatable" struct typedefs
10156         * src/libarikkei/arikkei-dict.cpp, src/libarikkei/arikkei-dict.h:
10157           removed unused arikkei files
10159         * configure.in: added gtkmm dependency
10161 2004-04-14  Kees Cook <kees@outflux.net>
10163         * src/helper/unit-menu.cpp: Turns out I found a 2nd bug while
10164           investigating patch 934358.  I've applied this patch again, which gives
10165           us the entire fix.
10166         * src/draw-context.cpp: Investigated patch 934351 from cth103.  Applied a
10167           slight variation to conform to the function calling styles of that code.
10168         * configure.in: Implemented gcc version test for >= 3.0.0
10169         * src/file.cpp, src/interface.cpp, share/icons/icons.svg, src/verbs.cbb:
10170           finished "File / Revert" implementation.  Found a memory leak in
10171           "file_save".  Added more sanity checking to "sp_file_revert" and more
10172           status messages.
10173         * src/main.cpp, src/file.h, src/file.cpp: removed redundant code,
10174 implemented
10175           in "sp_file_open".
10177 2004-04-13  Kees Cook <kees@outflux.net>
10179         * tools-version.sh: added a possible fix for BSDish tools.
10180         * configure.in, share/patterns/Makefile.am: inkscape janitor strikes
10181           again!  This is a quick cleanup to Ted's new directories.  Looks
10182           like "patterns" got left out.
10183         * share/clipart/.cvsignore, share/templates/.cvsignore,
10184           share/examples/.cvsignore, share/fonts/.cvsignore,
10185           share/gradients/.cvsignore, share/keyboards/.cvsignore,
10186           share/palettes/.cvsignore, share/patterns/.cvsignore:
10187           Added Makefile build-cruft to .cvsignores.
10188         * src/helper/unit-menu.cpp: applied a variation to patch 934358 from cth103
10189           to fix grid unit changing bug.
10190         * configure.in: fixed capitalization of "libpng" to avoid confusion.
10191         * src/sp-namedview.cpp, src/document.cpp, src/document.h, src/file.cpp,
10192           src/file.h, src/document-undo.cpp, src/interface.cpp, src/verbs.cpp,
10193           src/verbs.h:
10194           Newly opened files will only create new windows if the current document
10195           is untouched.  (RFE#928517)
10196           Added support for future "File/Revert" handling.  Needs
10197           a little more support in the SPDocument structure.  See notes in
10198           "src/file.cpp", function "sp_file_revert_dialog".
10200 2004-04-13  Ted Gould <ted@gould.cx>
10202         * configure.in, share/Makefile.am, share/clipart/Makefile.am,
10203           share/examples/Makefile.am, share/fonts/Makefile.am
10204           share/gradients/Makefile.am, share/keyboards/Makefile.am
10205           share/markers/Makefile.am, share/palettes/Makefile.am
10206           share/screens/Makefile.am, share/templates/Makefile.am:
10207         Making it so that the clipart and everything else gets put in
10208         the tarball, and also get installed in the share directory.  Many
10209         of these have just 'README' files, but they now have good place-
10210         holders for further development.
10212 2004-04-12  Kees Cook <kees@outflux.net>
10214         * src/dialogs/stroke-style.cpp, src/Makefile.am, src/dialogs/Makefile.am,
10215           src/widgets/Makefile.am, configure.in: fixed up INKSCAPE_*DIR paths so CVS
10216           will compile happily for me.  This way if paths change, files will be
10217           recompiled.  The old way would let configure run again (changing the
10218           datadir path) without forcing a recompile, which could break the
10219           compiled paths.
10221 2004-04-13  John Cliff <simarilius@yahoo.com>
10222         * src/sp-shape.cpp, src/dialogs/stroke-style.cpp:
10223         Couple of changes to marker related code, mid and end markers now point in
10224 correct
10225         direction, turning off start markers behaves correctly.
10226         This follows on from changes made by me and Carl Hetherington that were
10227 commited
10228         yesterday to
10229         src/inkscape-stock.cpp, src/sp-item.cpp, src/sp-marker.cpp,
10230 src/sp-shape.cpp,
10231         src/style.cpp, src/style.h, src/dialogs/stroke-style.cpp
10232         to implement marker UI and fixes to the marker rendering code.
10234 2004-04-11  Ted Gould <ted@gould.cx>
10236         * src/extension/system.cpp, src/extension/internal/eps-out.cpp
10237           src/extension/internal/eps-out.h:
10238         First pass at a file save dialog with EPS output.  The dialog
10239         sets the bounding box in the file.  Comments encouraged.
10241 2004-04-11  Ted Gould <ted@gould.cx>
10243         * src/file.cpp, src/main.cpp, src/print.cpp, src/extension/init.cpp,
10244           src/extension/init.h, src/extension/system.cpp, src/extension/system.h,
10245           src/extension/implementation/script.cpp,
10246 src/extension/internal/eps-out.cpp,
10247           src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
10248           src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
10249           src/extension/internal/win32.cpp:
10250         Change alot of files, but small changes.  Basically just took
10251         system.cpp and init.cpp and finally ported them to the Inkscape::
10252         Extension namespace.  Cleaned up the code in them a bunch, it is
10253         much easier to read now!  All the other files are just referencing
10254         these changes.
10256 2004-04-11  Kees Cook <kees@outflux.net>
10258         * src/verbs.h, src/verbs.cpp, src/interface.cpp, src/interface.h: replaced
10259           the rest of the missing menu verbs: "View New", "Cleanup".  Created
10260           generic function to add icons to a given menu item (for submenu icons
10261           mostly).
10262         * share/icons/icons.svg: added "selection_cleanup", "selection_deselect",
10263           "selection_select_all".  Corrected "view_new" and "selection_smooth",
10264           "dialog_toggle", "dialog_tool_options", "file_open_recent".
10265         * src/selection-chemistry.cpp, src/selection-chemistry.h: renamed
10266           "selection_cleanup" function.
10268 2004-04-11  Jon Phillip <jon@rejon.org>
10270         * Makefile.mingw share/Makefile.am src/Makefile.am
10271           share/markers/Makefile.am share/markers/.cvsignore config.h.mingw
10272           configure.in:
10273           Added the proper infrastructure to get files to the right location for
10274           markers.
10276         * share/tutorials/tipsandtricks.svg: Deleted the URL trick because it no
10277           longer works or something.
10279 2004-04-11  Kees Cook <kees@outflux.net>
10281         * src/verbs.h, src/verbs.cpp: added verbs for the Help and Tutorials menus.
10282         * src/interface.cpp: replaced contents of sp_ui_menu_help to use new verbs.
10283         * src/help.h, src/help.cpp: replaced sp_help_keys with more generic
10284           sp_help_open_screen, similar to sp_help_open_tutorial.
10285         * share/icons/icons.svg: created really ugly "help_tutorials" and
10286           "help_keys" icons.  The "help_keys" one needs the most help.  :)
10288 2004-04-09  Ted Gould <ted@gould.cx>
10290         * share/extensions/Makefile.am, share/extensions/epsi_output.inkmod,
10291           share/extensions/ps2epsi.sh, src/extension/extension.cpp,
10292           src/extension/extension.h, src/extension/init.cpp,
10293           src/extension/implementation/implementation.cpp,
10294           src/extension/implementation/implementation.h,
10295           src/extension/implementation/script.cpp,
10296           src/extension/implementation/script.h,
10297           src/extension/internal/Makefile.am, src/extension/internal/eps-out.cpp,
10298           src/extension/internal/eps-out.h, src/extension/internal/ps.cpp:
10300           Okay, these are some changes that I've had in my directory for
10301           a little while.
10303           1) adding the basics of checking extensions.  This will allow
10304              them to remove themselves based on their dependencies failing.
10306           2) Adding the concepts of a 'helper extension' to scripts.  This
10307              allows them to use other extensions for handling the data, so
10308              they don't have to deal with SVG directly - Inkscape will
10309              build the pipeline.  An example of this is the epsi output.
10311           3) Adding the bounding box change provided by Carl Hetherington
10312              to the Postscript output.  The EPS output plugin sets this, so
10313              now EPSes have smaller bounding boxes.  A GUI needs to be
10314              written for this setting.
10316 2004-04-08  MenTaLguY <mental@rydia.net>
10318         * configure.in, src/svg/ftos.cpp: fix for OS X build
10320         * src/extensions/internal.ps.cpp: crash fix
10322 2004-04-07  MenTaLguY <mental@rydia.net>
10324         * src/xml/repr.cpp: adjusted the advertising comment in the default
10325           document template (we need a real default document template, btw)
10327         * src/svg/ftos.cpp, src/svg/itos.cpp, src/svg/round.cpp,
10328           src/svg/ftos.h, src/svg/stringstream.h: incorporated Bryce's number
10329           serializing code (disabled for now, due to the impending release)
10331         * src/dialogs/stroke-style.cpp, src/dialogs/sp-shape.cpp:
10332           nuked unused variables
10334 2004-04-07  bulia byak <bulia@users.sourceforge.net>
10336         * icons.svg: Alignment fix
10338         * src/select-toolbar.cpp: Swapped rotate buttons
10340         * share/tutorials/: Cleanup, added Russian translation of basic
10342         * extension/extension.cpp extension/system.cpp extension/internal/ps.cpp
10343         extension/implementation/script/cpp: Fixes to make non-ascii filenames work
10344 again
10346         * src/verbs.cpp: Remove xpm icon that causes trouble on win32
10348         * share/examples/: new gradient.svg, tiger.svgz, cleanup
10350         * src/widgets/gradient-vector.cpp: Crash fix: loading new gradient into the
10351         editor does not completely reset it
10353         * share/icons/icons.svg: New dialog icons, draw tool icons, changed colors
10355         * src/dialogs/align.cpp src/helper/bezier-utils.cpp: remove pjrm's debug
10356 output
10358         * share/tutorials/: SVG cleanup: remove unused font properties, wrong radius
10359         paths in ellipses (leftovers from old versions). Expanded & updated tips &
10360 tricks.
10362         * file.cpp: Set uri on save in one place; save 'offcially' from here only
10364         * system.cpp system.h: Remove redundant uri-setting on open and save, add
10365         official arg to sp_module_system_save to prevent docname/docbase changing on
10366         temporary saves
10368         * many files: _() fixes, edits in labels, messages, tooltips, mnemonics
10370         * src/inkscape.cpp: remove redundancy in error messages for failing to load
10371 prefs
10373         * share/extensions src/extension/internal: Renaming file formats to include
10374 (*.ext)
10376         * src/interface.cpp src/dialogs/filedialog.cpp: Transientize, make modal
10377         open/save dialogs, ditto for warning overwrite and make it unresizeable
10379         * src/dialogs/xml-tree.cpp: Do not deselect item on canvas when a
10380 non-selectable
10381         thing is highlighted in xml editor
10383         * src/sp-guide.cpp: Guide position updated after undo
10385         * src/widgets/sp-xmlview-attr-list.cpp: Max length of viewable attributes
10386         increased
10388         * many files: Adib's svgostringstream patches to remove printfs
10390         * src/selection-chemistry.cpp: Crash fix when pasting style to an object
10391 that
10392         has none (e.g. group)
10394         * src/knot.cpp: Knot dragging autoscrolls
10396         * src/sp-text.cpp src/text-context.cpp: Cursor movements autoscroll
10398         * src/desktop.h src/desktop.cpp: autoscrollspeed can be overridden in call
10400         sp_desktop_scroll_to_point
10402         * src/text-context.cpp src/sp-text.cpp: Text cursor made inverse. Initial
10403 cursor
10404         after click is no longer horizontal.
10406         * src/helper/sp-ctrlline.cpp: Always-visible inversion for ctrlline
10408         * src/libnrtype/nr-type-w32.cpp: Fix stretch and variant on win32
10410         * src/widgets/gradient-vector.cpp: Undo fix; new stop takes average of its
10411         neighbors' colors; is between stops even when the last stop is selected
10413 2004-04-06  Ted Gould <ted@gould.cx>
10415         * src/file.cpp, src/dialogs/filedialog.cpp, src/extension/extension.cpp,
10416         src/extension/system.cpp:
10417         Moving code around so that the filename extension gets put on by
10418         the extension that is saving the file.  This adds a couple complications
10419         in that the extension now needs to check for overwriting the file
10420         and also set the document URI.  Better overall, but a PITA.
10422 2004-04-05  njh <njh@mail.csse.monash.edu.au>
10424         * debian/rules,debian/control: applied patch from Kees Cook to remove
10425         obsolete libraries, and to tidy things up a tad.
10427 2004-04-04  Ted Gould <ted@gould.cx>
10429         * src/main.cpp, src/extension/extension.cpp, src/extension/system.cpp:
10430         Now the input autodetect will try the SVG filter if the autodetect
10431         fails.  This was done by the command line, but now it is done
10432         everywhere.
10434 2004-04-04  MenTaLguY <mental@rydia.net>
10436         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr.h:
10437         Take the full list of document node children from libxml, and
10438         append them in the correct order.  This fixes bug #929348.
10440         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr-private.h:
10441         Added API for coping with comments at the root level (i.e. siblings
10442         of the root XML node), and made corresponding changes to the repr-io
10443         code.  In theory this should be enough to preserve them upon loading,
10444         though in practice it still doesn't appear to be working (bug #929348).
10445         Is there some libxml thing we need to do?
10447 2004-04-04  Ted Gould <ted@gould.cx>
10449         * a bunch of files
10450         Sorry, I seem to be in some delay getting e-mail.  Anyway, a few
10451         files were changed to add in a new parameter 'dataloss'  Basically
10452         this signifies that a format was used to save that may not save
10453         the whole document and thus, a pop-up is elevated on close to signal
10454         that you might want to 'really save' this document.
10456 2004-04-03  Ted Gould <ted@gould.cx>
10458         * share/extensions/svgz_input.inkmod, src/file.cpp,
10459           src/extension/extension.cpp, src/extension/internal/svg.cpp:
10460         Making it so that input extensions can specify the output extension
10461         that gets used to save them.  If this field isn't filled in, the value
10462         gets set to NULL, and then the Save As dialog is used instead of
10463         just trying to save.
10465 2004-04-03  Ted Gould <ted@gould.cx>
10467         * src/file.cpp, src/main.cpp, src/extension/extension.cpp,
10468           src/extension/extension.h, src/extension/system.cpp,
10469           src/extension/internal/svg.cpp:
10470         Fixing the output_extension flag to not be saved in a file, but also
10471         to be able to be specified by the input module.  Also, this fixes
10472         the commandline processing of files to make them use the extension
10473         system.
10475 2004-04-02  Ted Gould <ted@gould.cx>
10477         * src/file.cpp, src/extension/db.cpp, src/extension/internal/svg.cpp:
10478         Changing it so that SVG documents open and default to with
10479         extension namespace.  Also, autodetect is reenabled.
10481 2004-04-03  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
10483         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Fix my
10484         previous commit.
10486 2004-04-02  Ted Gould <ted@gould.cx>
10488         * share/extensions/svgz_output.inkmod, src/main.cpp, src/print.cpp,
10489           src/extension/init.cpp, src/extension/implementation/script.cpp,
10490           src/extension/implementation/script.h,
10491           src/extension/internal/Makefile.am, src/extension/internal/ps-out.cpp,
10492           src/extension/internal/ps-out.h, src/extension/internal/ps.cpp:
10493         Fixing the commandline printing.  This required fixing both the
10494         print driver to handle the newer extensions stuff.  It seems
10495         happy now.  I went ahead and implemented save as postscript
10496         while I was at it.
10498 2004-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
10500         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Ensure that the
10501         "improved" value is never worse than the previous guess.
10503         * src/helper/bezier-utils.cpp:
10504         Greater CodingStyle conformance, mainly whitespace changes.
10506         * src/helper/bezier-utils.cpp (sp_bezier_fit_cubic_full):
10507         Always reparameterize between generate_bezier and calc_max_error.
10508         Switch from discouraged alloca (see man page) to g_new, at cost of
10509         some extra g_free calls in the code.
10510         (reparameterize): Do in-place modification.
10512         * src/helper/bezier-utils-test.cpp:
10513         Add tests for generate_bezier, sp_bezier_fit_cubic_full.
10514         Change to a simpler test bezier.
10516         * src/helper/bezier-utils.cpp (sp_darray_left_tangent,
10517         sp_darray_right_tangent):
10518         Switch to using just the two end points for calculating the gradient.
10519         (The old code could sometimes cause g_warning's.)
10520         Correct the documentation of requirements.
10521         (sp_darray_center_tangent): Similarly remove the #if'ed out code for
10522         looking at more than two points.
10524 See doc/Changelog_archive.txt for older entries
10526 # Local Variables:
10527 # tab-width:8
10528 # indent-tabs-mode:t
10529 # End:
10530 # vim: tabstop=4:noexpandtab:shiftwidth=4