Code

* src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
[inkscape.git] / ChangeLog
1 2006-07-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3         * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
4           src/xml/Makefile_insert, src/libnr/Makefile_insert:
5           Add "$(srcdir)/" to some things so that "make check" works in 
6           the case that the build directory is somewhere other than the
7           source directory.
9         * src/sp-conn-end-pair.cpp, src/connector-context.cpp,
10           src/document.cpp, src/libavoid/*:
11           Update libavoid with upstream fixes, optimisations and new features.
13 2006-07-13  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
15         * src/libvpsc/*,
16           src/graphlayout/graphlayout.cpp:
17           Toggle on connector toolbar can force connectors with 
18           end-markers (arrows) to point downwards
20 2006-07-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
22         * src/libavoid/router.cpp: Fixed a bug in the libavoid function
23           Router::attachedConns().  Previously unused, but needed by Tim
24           for new Graph Layout code.
26 2006-07-13  Jon Phillips  <jon@rejon.org>
28         * src/inkview: Added commandline option capability to inkview and 
29           got code ready to add a timer for an automatic slideshow capability.
31 2006-07-12 Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
33         * src/libvpsc/*,
34           src/libcola/*,
35           src/graphlayout/graphlayout.cpp,
36           src/removeoverlaps/removeoverlaps.cpp:
37           Boost graph layout algorithms replaced by custom constraint layout
38           algorithm (implemented in libcola).  New layout supports constraints
39           such as downward pointing connectors (directed graph layout) or
40           non-overlapping shapes.
41           libvpsc contains updated code for quadratic program solver used by
42           libcola and removeoverlaps.  Fixes bug #1441411.
44 2006-07-02  Colin Marquardt  <colin@marquardt-home.de>
46         * AUTHORS, src/ui/dialog/aboutbox.cpp: Add Niko, Hugo, Dale and
47           Gustav.
49 2006-06-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
51         * src/connector-context.cpp, src/widgets/toolbox.cpp:
52           Add undo event descriptions for the connector context.
54 2006-06-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
56         * packaging/macosx/ScriptExec/main.c:
57           Add some quotes to fix a problem for people on OS X with 
58           spaces in their home directory path.  Fixes bug #1512019.
60 2006-06-21  Colin Marquardt  <colin@marquardt-home.de>
62         * share/templates/DVD_cover_regular_300dpi.svg,
63           share/templates/DVD_cover_slim_300dpi.svg,
64           share/templates/DVD_cover_superslim_300dpi.svg,
65           share/templates/DVD_cover_ultraslim_300dpi.svg:
66           DVD templates by Aleksandar Urosevic. Closes #1507164.
68 2006-06-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
70         * packaging/macosx/Resources/script,
71           packaging/macosx/Resources/bin/inkscape:
73           Improve quoting of shell variables.
75         * packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj:
77           Xcode 2 project file for the OS X launcher.  This will build a
78           Universal version of the launcher by default.  The project files for
79           different versions are named differently, so this will be picked up and
80           used if the package builder has a sufficiently new version of Xcode.
82         * packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser,
83           packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser:
85           Remove unnecessary user preference files.
87         * Makefile.am:
88         
89           Update the Xcode project files included when creating releases.
91 2006-06-13  Jon A. Cruz  <jon@joncruz.org>
93         * TRANSLATORS, src/ui/dialog/aboutbox.cpp:
95           Applied patch #1505715.
97 2006-06-13  Jon A. Cruz  <jon@joncruz.org>
99         * packaging/macosx/Resources/etc/fonts/fonts.conf:
101           Applied patch #1505765.
103 2006-06-09  Jon A. Cruz  <jon@joncruz.org>
105         * src/object-snapper.cpp, src/selection.cpp, src/selection.h,
106           src/seltrans.cpp:
108           Applied patch #1503864.
110 2006-06-09  Jon A. Cruz  <jon@joncruz.org>
112         * src/widgets/toolbox.cpp:
114           Handle case when function call fails.
115           Fixes bug #1501150.
117 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
119         * src/seltrans.cpp:
121           Work-around for seltrans not getting calls to grab() and ungrab() as
122           expected.
123           Fixes bug #1501156.
125 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
127         * src/widgets/toolbox.cpp:
129           Applied patch #1502407.
130           Fixes bug #1500049.
132 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
134         * packaging/macosx/ScriptExec/main.c, packaging/osx-app.sh:
136           Fixing OS X fc-cache problem.
137           Applied patch #1502063.
139 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
141         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
142           src/sp-switch.cpp, src/ui/widget/ruler.cpp:
144           Applied patch #1501709.
146 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
148         * trace/siox.cpp, trace/siox.h, trace/trace.cpp,
149           src/ui/dialog/tracedialog.cpp:
151           Applied patch #1501375.
153 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
155         * trace/siox.cpp, trace/trace.cpp:
157           Applied patch #1501134.
159 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
161         * src/dialogs/layers-panel.cpp:
163           Allow action when no layer selected.
164           Fixes bugs #1494646.
166 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
168         * trace/siox.cpp:
170           Applied patch #1500659.
172 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
174         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
176           Blocked signal when changes are not from the layers UI.
177           Fixes bugs #1495406 and most of #1494646.
179 2006-06-02  Colin Marquardt  <colin@marquardt-home.de>
181         * TRANSLATORS: Add Stefan Graubner.
183 2006-06-01  Jon A. Cruz  <jon@joncruz.org>
185         * src/extension/internal/pdf-mini.h
187           Fix for delete[] mismatch and binary tweak from Ulf Erikson.
189 2006-06-01  Jon A. Cruz  <jon@joncruz.org>
191         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
193           Added layer opacity slider.
194           Fixes RFE #1496569.
196 2006-05-31  Colin Marquardt  <colin@marquardt-home.de>
198         * TRANSLATORS: Add vonHalenbach for tutorial translations.
200 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
202         * src/extension/internal/odf.cpp:
203         Corrected deletes and uninitizlied variables.
204         Fixes bug# 1489961.
206 2006-05-30 John Cliff <simarilius@yahoo.com>
207         src/trace/potrace/inkscape-potrace.cpp
208         Changed bitsPerSample from hardcoded to calculated for multi color traces
209         to fix bugs 1188811 and 1484076
211 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
213         * src/xml/repr-io.cpp:
214         Changed to strip leading BOM from input.
215         Fixes bug# 1121666.
217 2006-05-29  Bryce <bryce@bryceharrington.org>
218         * sp-shape.cpp:  Adding documentation
220 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
222         * src/desktop.cpp, src/layer-manager.cpp, src/dialogs/layers-panel.cpp:
223         Workaround to avoid assertion upon file revert.
225 2006-05-28  Bryce <bryce@bryceharrington.org>
226         * sp-marker.cpp:  Adding documentation
228 2006-05-28  MenTaLguY  <mental@rydia.net>
230         * src/dialogs/clonetiler.cpp, src/dialogs/iconpreview.cpp,
231           src/dialogs/stroke-style.cpp, src/display/curve.cpp,
232           src/display/sp-canvas.cpp, src/dyna-draw-context.cpp,
233           src/extension/internal/gnome.cpp, src/extension/internal/pdf.cpp,
234           src/extension/internal/ps.cpp, src/extension/internal/win32.cpp,
235           src/file.cpp, src/inkview.cpp, src/libnr/nr-macros.h,
236           src/libnr/nr-object.cpp, src/libnr/nr-path.cpp,
237           src/libnr/nr-pixblock.cpp, src/libnr/nr-pixblock-pattern.cpp,
238           src/libnr/nr-svp.cpp, src/libnr/nr-svp-render.cpp,
239           src/libnrtype/FontFactory.cpp, src/libnrtype/Layout-TNG-Output.cpp,
240           src/libnrtype/nr-type-primitives.cpp, src/path-chemistry.cpp,
241           src/splivarot.cpp, src/sp-marker.cpp, src/ui/widget/icon-widget.cpp,
242           src/widgets/icon.cpp:
244           replace nr_new() with g_new(), and try to converge on using the
245           glib allocator a little more instead of the others (aside from
246           libgc)
248 2006-05-28  MenTaLguY  <mental@rydia.net>
250         * share/icons/icons.svg:
252           correct vertical text flow icon to  correctly reflect lines stacking
253           right-to-left, as well as improving pixel alignment on both text flow
254           icons
256 2006-05-28  MenTaLguY  <mental@rydia.net>
258         * src/widgets/toolbox.cpp:
260           add tooltips to text toolbar widgets
262 2006-05-28  Jon A. Cruz  <jon@joncruz.org>
264         * src/layer-manager.cpp, src/layer-manager.h,
265           src/preferences-skeleton.h, src/ui/dialog/inkscape-preferences.cpp,
266           src/ui/dialog/inkscape-preferences.h,
267           src/widgets/layer-selector.cpp, src/dialogs/layers-panel.cpp:
269           Finished option to turn on or off deslecting when switching layers.
270           Fixes RFE #1495701.
272 2006-05-28  Jon A. Cruz  <jon@joncruz.org>
274         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
276           Changed clicking on visibility and locked toggles to not switch
277           selected layer.
278           Fixes bug #1495856.
280 2006-05-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
282         * src/sp-conn-end-pair.cpp: Detach connectors from empty groups
283           before trying to route connectors to them.  This is required
284           since empty groups have no physical position.  Fixes bug #1448811.
286 2006-05-27  Kees Cook  <kees@outflux.net>
288         * src/extension/implementation/script.cpp: allow output extension
289           parameters to be prompted and used, closes bug #1495310.
291 2006-05-26  MenTaLguY  <mental@rydia.net>
293         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
295           make button labels translatable, and use HButtonBox instead of HBox for
296           better appearance
298 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
300         * src/layer-manager.cpp, src/layer-manager.h,
301           src/dialogs/layer-properties.cpp, src/dialogs/layers-panel.cpp:
303           Prevent layer name duplication.
304           Fixes bug #1115407.
306 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
308         * src/widgets/desktop-widget.cpp:
310           Fixed resize handle in corner of main UI.
311           Fixes bug #1493995.
313 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
315         * src/layer-manager.cpp, src/layer-manager.h,
316           src/widgets/layer-selector.cpp:
318           Cleaned up propagation of status changes.
319           Fixes bug #1495333.
321 2006-05-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
323         * src/path-prefix.h: Add missing CREATE_* directory locations
324           for building an OS X application bundle.  Fixes bug #1495284.
326 2006-05-25  Bryce Harrington <bryce@bryceharrington.org>
328         * src/inkscape.cpp:  i18n on error messages (fix for bug 1490928) 
330 2006-05-23  Jon A. Cruz  <jon@joncruz.org>
332         * src/dialogs/layers-panel.cpp, src/dialogs/swatches.cpp,
333           src/dialogs/swatches.h, src/preferences-skeleton.h,
334           src/ui/previewfillable.h, src/ui/previewholder.cpp,
335           src/ui/previewholder.h, src/ui/widget/panel.cpp,
336           src/ui/widget/panel.h, src/verbs.cpp,
337           src/widgets/desktop-widget.cpp:
338           Refactored panels.
339           Fixes RFE #1453153. Fixes RFE #1453152.
340         
342 2006-05-23  MenTaLguY  <mental@rydia.net>
344         * src/extension/internal/ps.cpp:
346           move %%EOF to end of output document
348 2006-05-22  Jon A. Cruz  <jon@joncruz.org>
350         * src/dialogs/swatches.cpp, src/ui/widget/panel.cpp,
351           src/ui/widget/panel.h:
352           Removed panel menu unless requested. Fixes bug #1492597.
354 2006-05-22  MenTaLguY  <mental@rydia.net>
356         * src/extension/internal/svg.cpp:
358           replace EXTREMELY inefficient (O(n^2), I think?) stacked C string
359           concatenations with appends to a std::vector, which is amortized O(1)
361 2006-05-21  Marco Scholten  <mscholtn@xs4all.nl>
363         * src/ui/dialog/inkscape-preferences.cpp, 
364           src/ui/dialog/inkscape-preferences.h: 
365           Added 'Show close button on dialogs' option.
367 2006-05-21  MenTaLguY  <mental@rydia.net>
369         * src/ui/view/view-widget.cpp:
370         
371           request collection pass after destruction of a view widget
373 2006-05-21  MenTaLguY  <mental@rydia.net>
375         * src/gc-core.h, src/gc.cpp:
376         
377           add GC::request_early_collection() to force a collection from the idle
378           loop at opportune times
380         * src/dialogs/filedialog.cpp:
382           call GC::request_early_collection() after switching preview images
384 2006-05-21  Jon A. Cruz  <jon@joncruz.org>
386         * src/layer-manager.cpp, src/layer-manager.h,
387           src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h:
388           Adding notification when managed layers change.
390 2006-05-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
392         * src/extension/internal/pdf.cpp: Compilation fix.  For versions
393           of glib older that 2.9.0, use g_date_set_time() instead of
394           g_date_set_time_t().
396 2006-05-20  MenTaLguY  <mental@rydia.net>
398         * src/extensin/internal/ps.cpp:
400           add %%EOF trailer for DSC-compliance
402 2006-05-20  Colin Marquardt  <colin@marquardt-home.de>
404         * share/extensions/lindenmayer.inx,
405           share/extensions/kochify_load.inx, 
406           share/extensions/kochify.inx:
407           Rename slightly, also makes for easier translation.
409 2006-05-20  Jon A. Cruz  <jon@joncruz.org>
411         * src/widgets/icon.h, src/widgets/icon.cpp, src/dialogs/layers-panel.cpp:
412           Changled dialog from checkboxes to icons for visible and locked.
414 2006-05-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
416         * src/libnrtype/FontInstance.cpp: patch from David Turner of the
417           FreeType Project.  Fixes a compilation problem and a possible
418           segmentation fault.
420 2006-05-19  Jon A. Cruz  <jon@joncruz.org>
421         * src/preferences-skeleton.h, src/dialogs/layers-panel.h,
422           src/dialogs/layers-panel.cpp:
423           Selection and event handling cleanup. Added deeper display.
425 2006-05-18  Jon A. Cruz  <jon@joncruz.org>
426         * src/layer-manager.cpp, src/dialogs/layers-panel.h,
427           src/dialogs/layers-panel.cpp:
428           Next round of layer dialog updates.
430 2006-05-17  Kees Cook  <kees@outflux.net>
431         * src/dialogs/rdf.cpp: corrected localization on array, added comments.
432         * src/ui/widget/licensor.cpp: Localized the license name.
433         * configure.ac: added comment about why sigc++ was upgraded
435 2006-05-17  Jon A. Cruz  <jon@joncruz.org>
436         * src/dialogs/layers-panel.cpp:
437           Flipped top/bottom in layers UI to reflect visible stacking.
439 2006-05-16  verbalshadow  <verbalshadow@gmail.com>
441         * src/desktop-style.h, src/desktop-style.cpp:
442           Fixes calligraphy tool so drawing now uses the the correct opacity.
444 2006-05-17  Jon A. Cruz  <jon@joncruz.org>
445         * src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h:
446           Switched icons to stock generic.
448 2006-05-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
450         * src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche.
452 2006-05-16  Jon A. Cruz  <jon@joncruz.org>
454         * src/document-subset.cpp:
455           Corrected ordering of children in subset.
457 2006-05-15  Jon A. Cruz  <jon@joncruz.org>
458         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
459           src/layer-manager.cpp, src/menus-skeleton.h, src/verbs.cpp,
460           src/verbs.h, src/dialogs/layers-panel.cpp,
461           src/dialogs/layers-panel.h, src/dialogs/Makefile_insert:
462           Base implementation of a layers dialog.
464 2006-05-14  Colin Marquardt  <colin@marquardt-home.de>
466         * src/ui/dialog/inkscape-preferences.cpp (initPageTools): 
467           Typofix ("conector").
469 2006-05-14  Jon A. Cruz  <jon@joncruz.org>
471         * src/document-subset.cpp, src/layer-manager.h, src/layer-manager.cpp:
472           Corrected base structure and avoiding infinite loop.
474 2006-05-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
476         * src/widgets/toolbox.cpp: Slightly increase size of the
477          connector toolbar buttons to match button sizes on other
478          toolbars.
480 2006-05-13  verbalshadow  <verbalshadow@gmail.com>
482         * src/dyna-draw-context.cpp, src/desktop-style.cpp,
483           src/desktop-style.h:
485           Calligraphy tool now draws in the last used color or the
486           tool style depending on the Preference setting.
487           
488 2006-05-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
490         * src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp:
492           When moving/transforming connectors, only detach connectors
493           from objects that are not part of the selection.  Previously,
494           connectors moved as part of a selection would be detached from
495           all objects.  This has been requested several times via email.
496           The change also fixes bug #1383806.
498         * src/ui/dialog/inkscape-preferences.cpp,
499           src/ui/dialog/inkscape-preferences.h, src/connector-context.cpp:
501           Add a preferences setting to the connector tool for setting
502           whether or not connectors attach to text objects.  This change
503           addresses feature request #1434292.
504           
505 2006-05-09  Carl Hetherington  <inkscape@carlh.net>
507         * src/nodepath.cpp: fix silly bug with snapping node edits.
508         
509         * src/snapper.cpp, src/snapper.h, src/sp-namedview.cpp:
510           re-enable link between grid visibility and grid snap.
512 2006-05-08  Michael Wybrow  <mjwybrow@users.sourceforge.net>
514         * conn-avoid-ref.cpp: Fix a crashbug that could occur in files
515           containing connectors if they were loaded from the file chooser
516           or from the recent file list.  Fixes bug #1458820.
518 2006-05-08  MenTaLguY  <mental@rydia.net>
520         * src/display/curve.cpp:
522           always make local copy of path data so that we have control over memory
523           policy
525 2006-05-08  MenTaLguY  <mental@rydia.net>
527         * src/display/curve.h, src/display/curve.cpp, src/dropper-context.cpp:
529           get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve
530           memory management
532 2006-05-08  MenTaLguY  <mental@rydia.net>
534         * src/display/canvas-bpath.cpp, src/display/curve.cpp, src/display/curve.h,
535           src/display/nr-arena-shape.cpp, src/draw-context.cpp,
536           src/extension/internal/odf.cpp, src/extension/internal/pov-out.cpp,
537           src/nodepath.cpp, src/object-snapper.cpp, src/path-chemistry.cpp,
538           src/sp-flowregion.cpp, src/splivarot.cpp, src/sp-offset.cpp,
539           src/sp-path.cpp, src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
540           src/sp-use-reference.cpp:
542           eliminate direct accesses to SPCurve::bpath
544 2006-05-08  MenTaLguY  <mental@rydia.net>
546         * src/streams-zlib.cpp, src/streams-jar.cpp, src/splivarot.cpp,
547           src/extension/internal/bluredge.cpp:
549           use std::vector rather than dynamically-sized automatic arrays,
550           plus cleanups and minor fixes, and dead code removal
552 2006-05-08  MenTaLguY  <mental@rydia.net>
554         * src/debug/demangle.cpp, src/debug/demangle.h, src/sp-object.cpp,
555           src/gc-anchored.cpp, src/debug/Makefile_insert:
557           use c++filt for symbol demangling if available
559 2006-05-08  MenTaLguY  <mental@rydia.net>
561         * src/xml/repr-util.cpp:
562         
563           comments explaining namespace mapping for the broken sodipodi namespace
565 2006-05-08  Carl Hetherington  <inkscape@carlh.net>
567         * src/seltrans.cpp, src/snap.cpp, src/snap.h: fix ctrl-scaling
568         when there is no snap.  More snapping cleanups.
570 2006-05-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
572         * knot.h, knot.cpp, connector-context.cpp:
573           Fix glib-gobject-warnings for knots in the connector tool.
575 2006-05-07  Jon A. Cruz  <jon@joncruz.org>
577         * src/document-subset.cpp:
578           Corrected two bugs, with the minor one hiding the more severe.
580 2006-05-06  MenTaLguY  <mental@rydia.net>
582         * src/xml/repr-util.cpp, src/xml/repr.h:
584           add fixup for incorrect sodipodi namespace
586 2006-05-06  MenTaLguY  <mental@rydia.net>
588         * doc/NewAppArchitecture/01-title.svg,
589           doc/NewAppArchitecture/04-current-main.svg,
590           doc/NewAppArchitecture/05-current-objects.svg,
591           doc/NewAppArchitecture/06-current-desktop-view.svg,
592           doc/NewAppArchitecture/07-current-problems.svg,
593           doc/NewAppArchitecture/08-inkscape-gtkmm.svg
594           doc/NewAppArchitecture/09-future-capabilities.svg,
595           doc/NewAppArchitecture/10-future-main.svg,
596           doc/NewAppArchitecture/11-future-ink-app.svg,
597           doc/NewAppArchitecture/12-future-run-modes.svg,
598           doc/NewAppArchitecture/13-future-ink-app-editor.svg,
599           doc/NewAppArchitecture/14-evolving.svg,
600           share/examples/art-nouveau-P3.svg,
601           share/examples/eastern-motive-P4G.svg,
602           share/examples/i18n.svg,
603           share/examples/markers.svg,
604           share/examples/tesselation-P3.svg,
605           share/examples/text-on-path.svg,
606           share/icons/David_icons.svg,
607           share/icons/icons.svg,
608           share/icons/legacy_icons.svg,
609           share/screens/about.svg,
610           share/templates/business_card_85x54mm.svg,
611           share/templates/default.cs.svg,
612           share/templates/default.lt.svg,
613           share/templates/default.pl.svg,
614           share/tutorials/gpl-2.svg,
615           share/tutorials/tutorial-advanced.es.svg,
616           share/tutorials/tutorial-advanced.fr.svg,
617           share/tutorials/tutorial-advanced.ja.svg,
618           share/tutorials/tutorial-advanced.sl.svg,
619           share/tutorials/tutorial-advanced.svg,
620           share/tutorials/tutorial-basic.ca.svg,
621           share/tutorials/tutorial-basic.de.svg,
622           share/tutorials/tutorial-basic.es.svg,
623           share/tutorials/tutorial-basic.fr.svg,
624           share/tutorials/tutorial-basic.ja.svg,
625           share/tutorials/tutorial-basic.nn.svg,
626           share/tutorials/tutorial-basic.sl.svg,
627           share/tutorials/tutorial-basic.svg,
628           share/tutorials/tutorial-calligraphy.es.svg,
629           share/tutorials/tutorial-calligraphy.fr.svg,
630           share/tutorials/tutorial-calligraphy.sl.svg,
631           share/tutorials/tutorial-calligraphy.svg,
632           share/tutorials/tutorial-elements.es.svg,
633           share/tutorials/tutorial-elements.fr.svg,
634           share/tutorials/tutorial-elements.sl.svg,
635           share/tutorials/tutorial-elements.svg,
636           share/tutorials/tutorial-shapes.ca.svg,
637           share/tutorials/tutorial-shapes.es.svg,
638           share/tutorials/tutorial-shapes.fr.svg,
639           share/tutorials/tutorial-shapes.ja.svg,
640           share/tutorials/tutorial-shapes.sl.svg,
641           share/tutorials/tutorial-shapes.svg,
642           share/tutorials/tutorial-tips.es.svg,
643           share/tutorials/tutorial-tips.fr.svg,
644           share/tutorials/tutorial-tips.sl.svg,
645           share/tutorials/tutorial-tips.svg,
646           share/tutorials/tutorial-tracing.de.svg,
647           share/tutorials/tutorial-tracing.es.svg,
648           share/tutorials/tutorial-tracing.fr.svg,
649           share/tutorials/tutorial-tracing.sl.svg,
650           share/tutorials/tutorial-tracing.svg,
651           src/extension/dxf2svg/dxf2svg.cpp,
652           src/menus-skeleton.h,
653           src/preferences-skeleton.h:
655           get the CORRECT sodipodi namespace in there
657 2006-05-06  MenTaLguY  <mental@rydia.net>
659         * src/xml/repr-util.cpp:
661           fix for #1483198 ("infectious namespaces")
663 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
665         * src/verbs.h, src/verbs.cpp, src/verbs-test.h:
666           Fixed problem with std::map use making last verb inaccessible.
668 2006-05-05  Carl Hetherington  <inkscape@carlh.net>
670         * src/draw-context.cpp, src/line-snapper.h, src/snap.cpp,
671         src/snapper.cpp, src/line-snapper.cpp, src/snap.h,
672         src/context-fns.cpp, src/object-snapper.h, src/seltrans.cpp,
673         src/nodepath.cpp, src/snapper.h, src/object-snapper.cpp: various
674         snapping fixes and cleanups.
676 06-05-04  Carl Hetherington  <inkscape@carlh.net>
678         * src/guide-snapper.h, src/line-snapper.h, src/snap.cpp,
679         src/snap.h, src/object-snapper.h, src/sp-namedview.cpp,
680         src/grid-snapper.h: clean up knutux's fix for the snapper crash.
682 2006-05-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
684         * po/pt_BR.po: Fix some "Unmatched closing </b>" warnings.
686         * src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.
687         
688 2006-05-03  Carl Hetherington  <inkscape@carlh.net>
690         * src/arc-context.cpp, src/connector-context.cpp,
691         src/context-fns.cpp, src/desktop.cpp, src/draw-context.cpp,
692         src/nodepath.cpp, src/object-edit.cpp, src/pencil-context.cpp,
693         src/rect-context.cpp, src/selection-chemistry.cpp,
694         src/seltrans.cpp, src/snap.cpp, src/snap.h, src/sp-namedview.cpp,
695         src/sp-namedview.h, src/spiral-context.cpp, src/star-context.cpp,
696         src/ui/dialog/document-properties.cpp: Give SPNamedView a
697         SnapManager instance and use it for all management of snapping
698         settings.
700         * src/snap.cpp, src/snap.h: remove the unused namedview_dim_snap_list()
702 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
704         * src/Makefile.am, src/Makefile_insert, src/attributes-test.h,
705           src/color-profile-test.h, src/mod360-test.cpp, src/mod360-test.h,
706           src/round-test.cpp, src/round-test.h, src/sp-gradient-test.cpp,
707           src/sp-gradient-test.h, src/sp-style-elem-test.cpp,
708           src/sp-style-elem-test.h, src/style-test.h, src/test-helpers.h:
709           Replaced four more tests with CxxTest versions.
711 2006-05-01  MenTaLguY  <mental@rydia.net>
713         * src/display/nr-arena-item.cpp:
715           use GC allocator for bitmap cache and transform
717 2006-05-01  Marco Scholten  <mscholtn@xs4all.nl>
719         * src/dialogs/inkscape-preferences.cpp: Moved 'compass like
720     display of angles' from 'windows' to 'steps'.
722 2006-04-30  MenTaLguY  <mental@rydia.net>
724         * src/libnr/nr-object.cpp:
726           log finalization of NRObjects
728 2006-04-29  Jon Phillips  <jon@rejon.org>
730         * src/dialogs/rdf.cpp: Updated cc licenses to 2.5 by default.
732         * src/ui/dialog/document-metadata.cpp: Made metadata window
733         resizable so that one can see the licenses and enter long entries.
735 2006-04-29  MenTaLguY  <mental@rydia.net>
737         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp,
738           src/display/nr-arena-item.h, src/display/nr-arena-shape.cpp:
740           rationalize function names and remove spurious soft_ptr
742 2006-04-29  MenTaLguY  <mental@rydia.net>
744         * src/document.cpp:
745         
746           use proper unref function on SPRoot to avoid appearance of leak
748 2006-04-29  MenTaLguY  <mental@rydia.net>
750         * src/gc-anchored.cpp, src/xml/simple-node.cpp, src/sp-object.cpp:
752           switch everyone to simpler debug event API
754 2006-04-29  MenTaLguY  <mental@rydia.net>
756         * src/Makefile_insert, src/gc-finalized.cpp, src/gc-finalized.h:
758           add finalizer logging
760 2006-04-29  MenTaLguY  <mental@rydia.net>
762         * src/debug/simple-event.h: simplify the SimpleEvent API more
764 2006-04-29  MenTaLguY  <mental@rydia.net>
766         * src/debug/simple-event.h: make Debug::SimpleEvent more convenient
768         * src/debug/event.h, src/debug/logger.cpp: add FINALIZERS category
770 2006-04-29  MenTaLguY  <mental@rydia.net>
772         * src/debug/logger.cpp:
773         
774         finish interrupted refactoring of log filter configuration
776 2006-04-29  MenTaLguY  <mental@rydia.net>
778         * src/doc/Makefile.am, src/doc/refcounting.txt:
779         
780           some developer documentation about refcounting
782 2006-04-29  MenTaLguY  <mental@rydia.net>
784         * src/ui/view/view.cpp:
786           Wait a minute -- UI::View::View and SPDocument are both managed
787           by the collector -- the view doesn't need to ref the document!
789 2006-04-29  MenTaLguY  <mental@rydia.net>
791         * src/ui/view/view.cpp: add missing unref
793 2006-04-29  MenTaLguY  <mental@rydia.net>
795         * src/gc-anchored.cpp, src/gc-anchored.h:
797           added refcount logging to GC::Anchored
799         * src/util/Makefile_insert, src/util/format.h:
801           shared string printf
803 2006-04-28  MenTaLguY  <mental@rydia.net>
805     * src/sp-object.cpp: make refcount logging a little more useful
806           by including the relevent class name
808 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
810         * src/Makefile_insert, src/Makefile.am, src/dir-util-test.h,
811           src/dir-util-test.cpp, src/extract-uri-test.h,
812           src/extract-uri-test.cpp:
813           Replaced two tests with CxxTest versions.
815 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
817         * src/Makefile_insert, src/MultiPrinter.h, src/verbs.h,
818           src/verbs-test.h:
819           Adding unit test for verbs.
821 2006-04-27  verbalshadow <verbalshadow@gmail.com>
822         
823         * src/io/resource.h, src/io/resource.cpp, 
824           src/dialogs/swatches.cpp, src/helper/stock-items.cpp:
825           Added CREATE v0.1 support for gradients/swatches/patterns
826           Support for Linux & Win32. Mac support waiting final support
827           Directory info.
829 2006-04-26  Jon A. Cruz  <jon@joncruz.org>
831         * src/Makefile.am, src/MultiPrinter.h, src/PylogFormatter.h,
832           src/TRPIFormatter.h, src/selfname.tpl, src/libnr/Makefile_insert,
833           src/svg/Makefile_insert, src/xml/Makefile_insert:
834           Adding multiple test output formats.
836 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
838     * path-prefix.h:
839           Added beginnings of CREATE support in path-prefix.h
841 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
843     * src/object-ui.cpp, src/object-ui.h:
844           moved to src/ui/context-menu.cpp, src/ui/context-menu.h
845           to make it easier to find
847 2006-04-20  MenTaLguY  <mental@rydia.net>
849     * src/dyna-draw-context.cpp, src/dyna-draw-context.h:
850           remove unused timer code
852 2006-04-19 Andrius R. <knutux@gmail.com>
853         * src\display\nr-arena-item.cpp, src\display\canvas-arena.cpp,
854           src\display\nr-arena-shape.cpp, src\display\sp-canvas.h,
855           src\display\nr-arena.cpp, src\display\nr-arena-shape.h,
856           src\display\nr-arena-glyphs.cpp, src\display\nr-gradient-gpl.cpp,
857           src\display\sp-canvas.cpp, src\display\sp-ctrlline.cpp,
858           src\livarot\ShapeSweep.cpp, src\livarot\Shape.h, src\livarot\Shape.cpp,
859           src\livarot\Path.h, src\livarot\PathConversion.cpp,
860           src\livarot\ShapeMisc.cpp, src\livarot\Path.cpp, src\libnr\nr-pixblock.h,
861           src\libnr\nr-pixblock.cpp
863           Rendering optimisation, which gives best results for zoomed in drawings
864           with complex (multi-node) paths. Optimisation focus - eliminating cubicTo
865           and LineTo nodes outside of visible area, so no unneeded calculations is
866           needed and less memory is consumed (this avoids crashes which were
867           occurring previously if zooming into a complex drawing)
869 2006-04-18 njh <njh@njhurst.com>
870         * share/extensions/measure.inx, share/extensions/measure.py, share/extensions/Makefile.am
872           Added the measure extension that marks lengths onto paths.
874 2006-04-17  MenTaLguY  <mental@rydia.net>
876         * src/application/editor.cpp, src/arc-context.cpp, src/conn-avoid-ref.cpp,
877           src/connector-context.cpp, src/desktop-events.cpp, src/desktop-handles.h,
878           src/dialogs/clonetiler.cpp, src/dialogs/export.cpp,
879           src/dialogs/fill-style.cpp, src/dialogs/find.cpp,
880           src/dialogs/iconpreview.cpp, src/dialogs/item-properties.cpp,
881           src/dialogs/layer-properties.cpp, src/dialogs/object-properties.cpp,
882           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
883           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
884           src/dialogs/xml-tree.cpp, src/draw-anchor.cpp, src/draw-context.cpp,
885           src/dropper-context.cpp, src/dyna-draw-context.cpp,
886           src/event-context.cpp, src/extension/implementation/script.cpp,
887           src/file.cpp, src/gradient-context.cpp, src/gradient-drag.cpp,
888           src/helper/stock-items.cpp, src/inkscape.cpp, src/interface.cpp,
889           src/jabber_whiteboard/callbacks.cpp,
890           src/jabber_whiteboard/chat-handler.cpp,
891           src/jabber_whiteboard/message-processors.cpp,
892           src/jabber_whiteboard/message-queue.cpp,
893           src/jabber_whiteboard/session-manager.cpp, src/knot.cpp,
894           src/node-context.cpp, src/nodepath.cpp, src/object-ui.cpp,
895           src/path-chemistry.cpp, src/pencil-context.cpp, src/pen-context.cpp,
896           src/rect-context.cpp, src/rubberband.cpp, src/satisfied-guide-cns.cpp,
897           src/selcue.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
898           src/selection.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
899           src/spiral-context.cpp, src/splivarot.cpp, src/sp-namedview.cpp,
900           src/sp-text.cpp, src/star-context.cpp, src/text-chemistry.cpp,
901           src/text-context.cpp, src/tools-switch.cpp,
902           src/trace/potrace/inkscape-potrace.cpp, src/trace/trace.cpp,
903           src/ui/dialog/align-and-distribute.cpp, src/ui/dialog/dialog.cpp,
904           src/ui/dialog/document-metadata.cpp,
905           src/ui/dialog/document-properties.cpp,
906           src/ui/dialog/inkscape-preferences.cpp,
907           src/ui/dialog/session-player.cpp, src/ui/dialog/transformation.cpp,
908           src/ui/widget/color-picker.cpp, src/ui/widget/page-sizer.cpp,
909           src/ui/widget/registered-widget.cpp, src/ui/widget/ruler.cpp,
910           src/ui/widget/selected-style.cpp, src/ui/widget/tolerance-slider.cpp,
911           src/verbs.cpp, src/widgets/gradient-toolbar.cpp,
912           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
913           src/widgets/sp-xmlview-content.cpp, src/widgets/toolbox.cpp:
915           Get rid of the SP_DT_* macros which do nothing more than provide
916           additional, confusing, names for other functions.  If shorter names
917           are desired, the actual functions should be renamed -- or better, made
918           into member functions.
920 2006-04-09  Jon A. Cruz  <jon@joncruz.org>
922         * share/icons/icons.svg: Fixed jumping eye (layer visibility).
924 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
926         * po/eu.po: Fix a "Unmatched closing </b>" warnings.
928 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
930         * src/widgets/paint-selector.cpp, src/widgets/gradient-toolbar.cpp,
931           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp,
932           src/dialogs/clonetiler.cpp, src/dialogs/object-properties.cpp:
934           Shrunk a few icon sizes.
936 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
938         * src/widgets/desktop-widget.cpp, src/widgets/icon.cpp,
939           src/widgets/layer-selector.cpp:
941           Added implementation of smaller icon size.
943 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
945         * src/color-profile.cpp, src/sp-image.cpp:
947           Simple debugging #ifdefs added.
949 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
951         * src/interface.cpp, src/dialogs/clonetiler.cpp,
952           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
953           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
954           src/dialogs/xml-tree.cpp, src/ui/dialog/align-and-distribute.cpp,
955           src/ui/widget/labelled.cpp, src/widgets/button.cpp,
956           src/widgets/button.h, src/widgets/desktop-widget.cpp,
957           src/widgets/gradient-toolbar.cpp, src/widgets/icon.cpp,
958           src/widgets/icon.h, src/widgets/layer-selector.cpp,
959           src/widgets/paint-selector.cpp, src/widgets/select-toolbar.cpp,
960           src/widgets/toolbox.cpp, src/widgets/toolbox.h, src/icon-size.h:
962           Decoupling from direct use of GtkIconSize to allow for smaller
963           custom ones.
965 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
967         * src/Makefile_insert, src/Makefile.am, src/color-profile.cpp
968           src/color-profile.h, src/color-profile-fns.h,
969           src/color-profile-test.h, src/sp-image.cpp:
971           Adding rendering-intent to <color-profile>.
973 2006-04-05  MenTaLguY  <mental@rydia.net>
975         * configure.ac, share/keyboards/.cvsignore, share/keyboards/Makefile.am,
976           share/keyboards/README, share/keys/.cvsignore, share/keys/Makefile.am,
977           share/keys/Makefile.in, share/Makefile.am:
979           share/keyboards -> share/keys
981         * share/keys/Makefile.am, share/keys/default.xml, src/Makefile_insert,
982           src/shortcuts.cpp, src/shortcuts-default-xml.cpp:
984           first shot at configurable keymaps
986 2006-04-05  MenTaLguY  <mental@rydia.net>
988         * src/io/Makefile_insert, src/io/resource.cpp, src/io/resource.h:
990           introduce uniform resource path API to replace copy-and-pasted hacks
992 2006-04-05  Jon A. Cruz  <jon@joncruz.org>
994         * src/svg/svg-color-test.h, src/svg/svg-color.cpp:
996           Tuned icc-color() parsing.
998 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1000         * src/color-profile.h, src/color-profile.cpp,
1001           src/color-profile-fns.h, src/sp-image.h, src/sp-image.cpp:
1003           Initial support of color-profile on <image> elements.
1005 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1007         * src/color-profile.h, src/color-profile.cpp,
1008           src/color-profile-fns.h, src/Makefile_insert, src/attributes.cpp,
1009           src/attributes.h, src/sp-object-repr.cpp:
1011           Adding support for <color-profile> element.
1013 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1015         * src/knot.h: Fixed warning messages.
1017 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
1019         * src/ui/widget/selected-style.cpp:
1021           Safety check for null pointer.
1022         
1023 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
1025         * configure.ac, src/interface.cpp, src/dialogs/swatches.cpp:
1027           Introducing optional LittleCms use.
1028         
1029 2006-03-31  MenTaLguY  <mental@rydia.net>
1031     * src/dyna-draw-context.cpp, src/dyna-draw-context.cpp:
1033           merge ::dragging and ::dynahand
1035 2006-03-31  MenTaLguY  <mental@rydia.net>
1037     * src/dyna-draw-context.h: add documentation
1039 2006-03-29  Andrius R. <knutux@gmail.com>
1041         * src/enums.h, src/selection-chemistry.cpp,
1042           src/selection.h, src/selection.cpp,
1043           src/ui/dialog/inkscape-preferences.cpp,
1044           src/ui/dialog/inkscape-preferences.h:
1046           patch #1450307 - option for select all to work in layer with it's sub-layers
1048 2006-03-29  Andrius R. <knutux@gmail.com>
1050         * po/lt.po: Translated and added new language - Lithuanian.
1052 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1054         * src/interface.cpp, src/dialogs/swatches.cpp:
1056           Fixing name of temporary non-standard tag attributes.
1057         
1058 2006-03-28  MenTaLguY  <mental@rydia.net>
1060     * src/layer-manager.cpp, src/layer-manager.h: draft of layer manager
1062 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1064         * src/interface.cpp, src/dialogs/eek-color-def.h,
1065           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
1066           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
1068           Changed objects to only get liked to "linkable" colors.
1069         
1070 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1072         * src/interface.cpp, src/dialogs/swatches.cpp:
1074           Objects now change when linked colors change.
1075         
1076 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1078         * src/dialogs/eek-color-def.h, src/dialogs/eek-color-def.cpp,
1079           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
1080           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
1082           Experimenting with linked colors.
1083         
1084 2006-03-26  Aaron C. Spike  <aaron@ekips.org>
1086         * inkscape.pod, src/main.cpp:
1088           Added --export-area-canvas (-C). Area specifying options
1089           (--export-area, --export-area-canvas and --export-area-drawing)
1090           can now be used in combination with --export-id.
1092 2006-03-23  Jon A. Cruz  <jon@joncruz.org>
1094         * src/dialogs/eek-color-def.cpp, src/dialogs/eek-color-def.h,
1095           src/dialogs/Makefile_insert, src/dialogs/swatches.h,
1096           src/dialogs/swatches.cpp:
1098           Bringing in new color class.
1099         
1100 2006-03-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1102         * packaging/macosx/Resources/bin/inkscape: Fix a packaging
1103           problem on Mac OSX where Inkscape wouldn't open if one of the
1104           parent directories containing the app bundle contained a '#' in
1105           its name.  Fixes bug #1443072.
1107 2006-03-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1109         * share/icons/Makefile.am: Update a makefile after the icon file
1110           renaming.
1112 2005-03-14  MenTaLguY  <mental@rydia.net>
1114         * src/layer-fns.h, src/dialogs/layer-properties.cpp,
1115           src/dialogs/layer-properties.h, src/layer-fns.cpp:
1117           merged patch #1447043 from Andrius "knutux" R. to create sub-layers
1119 2006-03-14  MenTaLguY  <mental@rydia.net>
1121         * src/Makefile_insert, src/display/nr-arena-item.cpp,
1122           src/display/nr-arena-item.cpp, src/gc-finalized.h, src/gc-managed.h,
1123           src/gc-soft-ptr.h, src/selection.h, src/selection.cpp:
1125           Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
1127 2006-03-14  MenTaLguY  <mental@rydia.net>
1129         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
1130           src/debug/logger.cpp, src/debug/simple-event.h,
1131           src/debug/sysv-heap.h, src/jabber_whiteboard/deserializer.cpp,
1132           src/jabber_whiteboard/message-utilities.cpp,
1133           src/jabber_whiteboard/message-utilities.h,
1134           src/jabber_whiteboard/node-tracker-observer.h,
1135           src/jabber_whiteboard/serializer.cpp,
1136           src/jabber_whiteboard/serializer.h,
1137           src/sp-object.cpp, src/util/share.cpp, src/util/share.h,
1138           src/xml/attribute-record.h, src/xml/comment-node.h,
1139           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
1140           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
1141           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr-io.cpp,
1142           src/xml/simple-node.cpp, src/xml/simple-node.h,
1143           src/xml/simple-session.cpp, src/xml/simple-session.h,
1144           src/xml/text-node.h:
1146           shared_ptr -> ptr_shared
1148 2006-03-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1150         * src/svg/svg-color.cpp (sp_svg_write_color): More readable colour
1151           names when possible: e.g. `red', `#cfc'.
1153 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
1155         * src/interface.cpp:
1157           Shift-drop now sets stroke on target objects.
1158         
1159 2006-03-11  MenTaLguY  <mental@rydia.net>
1161         * src/sp-object.cpp: experiment to verify that we can safely release
1162           before removing object from document tree
1164 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
1166         * src/dialogs/swatches.cpp:
1168           Changed color dragging to have a color preview.
1169         
1170 2006-03-09  Jon A. Cruz  <jon@joncruz.org>
1172         * src/interface.cpp:
1174           Initial cut of color drag-n-drop to items on canvas.
1175         
1176 2006-03-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1178         * src/path-chemistry.cpp (sp_selected_path_reverse):
1179           Fix when multiple paths are selected.
1180           Also fix a small memory leak.
1182 2006-03-06  MenTaLguY  <mental@rydia.net>
1184         * src/document-subset.h, src/document-subset.cpp:
1185           add DocumentSubset::_clear
1187 2006-03-05  MenTaLguY  <mental@rydia.net>
1189         * src/document-subset.h, src/document-subset.cpp:
1190           remove unneeded document parameter from constructor
1192 2006-03-05  MenTaLguY  <mental@rydia.net>
1194         * src/document-subset.cpp:
1196           Wire up new SPObject signal to DocumentSubset, so order changes
1197           will be reflected in the subset.
1199 2006-03-05  MenTaLguY  <mental@rydia.net>
1201         * src/sp-object.h, src/sp-object.cpp:
1203           Add signal for notification of object position changes.
1205 2006-03-05  MenTaLguY  <mental@rydia.net>
1207         * src/Makefile_insert, src/document-subset.cpp, src/document-subset.h:
1209           Add DocumentSubset as groundwork for layers.
1211 2006-03-04  Jon A. Cruz  <jon@joncruz.org>
1212         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
1214           Style minibar now only accepts color drag-n-drop when not N/A.
1215           Final tweak for completing RFE #1429027.
1216         
1217 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
1218         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
1220           Made the style minibar a target for color drag-n-drop.
1221         
1222 2006-03-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1224         * src/conn-avoid-ref.cpp, src/libavoid/connector.h,
1225           src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
1226           src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
1227           src/libavoid/connector.cpp, src/libavoid/debug.h:
1229           Some speed improvements and interface cleanups to libavoid.
1231 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
1232         * src/dialogs/swatches.cpp:
1234           Fixed drag-n-drop out of color to match GTK+ standard.
1235         
1236 2006-02-27  Jon A. Cruz  <jon@joncruz.org>
1237         * src/dialogs/swatches.cpp, src/ui/previewfillable.h,
1238           src/ui/previewholder.h, src/ui/previewholder.cpp:
1240           Finished cleanup of embedded swatches when switching palettes.
1241         
1242 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
1243         * src/dialogs/swatches.cpp, src/ui/previewholder.h,
1244           src/ui/previewholder.cpp:
1246           Changing embedded swatches resizing.
1247         
1248 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
1249         * src/text-context.cpp:
1251           Allow Private Use Area characters. Fixes bug #1439016.
1252         
1253 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1254         * src/dialogs/swatches.cpp, src/dialogs/iconpreview.cpp,
1255           src/ui/widget/panel.cpp, src/ui/widget/panel.h:
1257           Refactoring panel containment. Purged ugly 'X'.
1258         
1259 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1260         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
1261           src/dialogs/swatches.h, src/ui/widget/panel.cpp,
1262           src/ui/widget/panel.h, src/ui/previewholder.cpp,
1263           src/ui/previewholder.h:
1265           Adding spacer to get swatches scrollbar enough room to move.
1266           Tuning up API for better embedding.
1268 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1269         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
1270           src/dialogs/swatches.h, src/ui/previewholder.cpp, 
1271           src/ui/previewfillable.h, src/ui/previewholder.h:
1273           Removed horizontal scroll bar from swatches when embedded.
1275 2006-02-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1277         *  src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, 
1278            src/connector-context.cpp, src/conn-avoid-ref.cpp:
1280         Keep a seperate connector router for each document.
1281            
1282         *  src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
1283            src/libavoid/connector.h, src/libavoid/debug.h,
1284            src/libavoid/geometry.cpp, src/libavoid/geometry.h,
1285            src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
1286            src/libavoid/graph.h, src/libavoid/incremental.cpp,
1287            src/libavoid/incremental.h, src/libavoid/libavoid.h,
1288            src/libavoid/makepath.cpp, src/libavoid/makepath.h,
1289            src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
1290            src/libavoid/router.cpp, src/libavoid/router.h,
1291            src/libavoid/shape.cpp, src/libavoid/shape.h,
1292            src/libavoid/static.cpp, src/libavoid/static.h,
1293            src/libavoid/timer.cpp, src/libavoid/timer.h,
1294            src/libavoid/vertices.cpp, src/libavoid/vertices.h,
1295            src/libavoid/visibility.cpp, src/libavoid/visibility.h:
1296            
1297         Upstream changes to libavoid that allow multiple connector 
1298         router instances, as well a few other minor bugfixes.
1300 2006-02-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1302         * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
1303         
1304         Revert a previous change that generated enter events for canvas items
1305         other than the current one when mouse buttons were depressed.  These 
1306         events are now only generated in the connector context, where they are
1307         required.
1309 2006-02-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1311         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
1312           src/conn-avoid-ref.h, src/libavoid/connector.cpp,
1313           src/libavoid/connector.h:
1314           
1315         Change the behaviour and naming of some connector querying code
1316         after feedback from Tim Dwyer in implementing graph drawing
1317         functionality.
1319 2006-02-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1321         * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:
1322           Fix two bugs from my commit yesterday.
1324 2006-02-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1326         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,
1327           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
1328           src/libavoid/connector.cpp, src/libavoid/connector.h,
1329           src/libavoid/visibility.cpp:
1331         Add some code to allow querying of items and connectors to find
1332         out what is attached to them.  This will allow graph layout
1333         algorithms (currently being worked on by Tim Dwyer) to determine 
1334         a graph structure from the diagram.
1336 2006-02-07  MenTaLguY  <mental@rydia.net>
1338         * src/widgets/icon.cpp: get rid of icon prerender time messages
1340 2006-02-07  MenTaLguY  <mental@rydia.net>
1342         * src/debug/gc-heap.h, src/debug/logger.cpp, src/debug/sysv-heap.h,
1343           src/jabber_whiteboard/deserializer.cpp, src/sp-object.cpp,
1344           src/util/share.h, src/xml/simple-node.cpp:
1346           share_static -> share_static_string
1348 2006-02-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1350         * src/jabber_whiteboard/message-utilities.h,
1351           src/jabber_whiteboard/serializer.cpp,
1352           src/jabber_whiteboard/deserializer.cpp,
1353           src/jabber_whiteboard/message-utilities.cpp,
1354           src/ui/dialog/whiteboard-connect.cpp:
1355         
1356         Some fixes to allow the codebase to compile with Inkboard support
1357         after the recent Util::shared_ptr<> and Dialog::present() changes.
1359 2006-02-05  Marco Scholten  <mscholtn@xs4all.nl>
1361         * src/verbs.cpp: updated to make double clicking a tool button
1362           open the new preferences dialog.
1363         * src/ui/dialog/inkscape-preferences.cpp: updated to enable opening
1364           the dialog on the correct page.
1365         * src/ui/dialog/dialog.cpp: added virtual void present() so that
1366           InkscapePreferences::present() will be called from 
1367           DialogManager::showDialog()
1369 2006-02-05  MenTaLguY  <mental@rydia.net>
1371         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
1372           src/debug/logger.cpp, src/debug/simple-event.h, src/debug/sysv-heap.h,
1373           src/jabber_whiteboard/deserializer.cpp,
1374           src/jabber_whiteboard/message-utilities.cpp,
1375           src/jabber_whiteboard/message-utilities.h,
1376           src/jabber_whiteboard/node-tracker-observer.h,
1377           src/jabber_whiteboard/node-utilities.cpp,
1378           src/jabber_whiteboard/serializer.cpp,
1379           src/jabber_whiteboard/serializer.h,
1380           src/sp-object.cpp, src/util/Makefile_insert, src/util/share.cpp,
1381           src/util/shared-c-string-ptr.cpp, src/util/shared-c-string-ptr.h,
1382           src/util/share.h, src/xml/attribute-record.h, src/xml/comment-node.h,
1383           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
1384           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
1385           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr.cpp,
1386           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h,
1387           src/xml/simple-session.cpp, src/xml/simple-session.h,
1388           src/xml/text-node.h:
1390           replace Util::SharedCStringPtr with the nicer and more general
1391           Util::shared_ptr<>
1393 2006-02-03  Jon Phillips  <jon@rejon.org>
1395         * src/verbs.cpp: Added "..." to "Trace Bitmap" text. Yes, what a
1396         simple and dumb thing to add for consistency.
1398 2006-01-24  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1400         * src/libavoid/connector.cpp, src/libavoid/connector.h, 
1401           src/libavoid/shape.cpp, src/libavoid/graph.cpp,
1402           src/libavoid/incremental.cpp, src/libavoid/incremental.h,
1403           src/libavoid/static.cpp, src/libavoid/visibility.cpp, 
1404           src/libavoid/makepath.cpp:
1406         Some minor upstream libavoid fixes.  
1408 2006-01-23  Carl Hetherington  <inkscape@carlh.net>
1410         * src/selection.cpp: fix a typo in one of my previous commits.
1411         Closes #1401357.
1413         * src/xml/repr-io.cpp: catch failures in fopen of XML files.
1414         Closes #1374551.
1416 2006-01-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1418         * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
1419           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
1420           src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
1421           src/attributes-test.cpp:
1423         Added a "Spacing" control to the connector toolbar which allows
1424         the user to adjust the amount of space left around avoided shapes
1425         for the purpose of determining auto-routing connector paths.
1427 2006-01-17  Marco Scholten  <mscholtn@xs4all.nl>
1429         * /src/ui/dialog/inkscape-preferences.cpp:
1430           Added style swatches,
1431           Changed Gtk::Requisition Gtk::Widget::size_request() to       
1432           void Gtk::Widget::size_request(const Requisition& requisition)        
1433         * /src/ui/dialog/preferences-widget.cpp & .h:
1434           Added DialogPage::set_tip()
1436 2006-01-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1438         * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
1439           Use a modified fonts.conf file for Mac OS X that includes the 
1440           standard user font directory ~/Library/Fonts.
1442 2006-01-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1444         * src/svg/Makefile_insert: Updated to reflect a previous header
1445           file renaming.
1447 2006-01-12  Marco Scholten  <mscholtn@xs4all.nl>
1449         * /src/ui/dialog/inkscape-preferences.cpp & .h:
1450           Converted preferences dialog to gtkmm
1451         * src/ui/widget/preferences-widget.cpp & .h:
1452           New files.
1453         * src/verbs.cpp: updated to start new dialog.
1455 2006-01-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1457         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
1458           src/extension/internal/svg.cpp, src/ui/widget/ruler.cpp:
1459           Fix some compilation problems on Mac OS X after recent
1460           includes cleanup.
1462 2006-01-05  Jon A. Cruz  <jon@joncruz.org>
1464         * src/widgets/desktop-widget.cpp:
1465           Corrected resize behavior of canvas/swatches split.
1467 2006-01-06  Mathieu Dimanche  <mdimanche@free.fr>
1469         * src/util/units.cpp: forcin 'C' locale for reading units.txt file
1470            Fixes bug #1391348.
1472 2006-01-05  MenTaLguY  <mental@rydia.net>
1474         * src/libnr/nr-maybe.h: fix constness/local reference issues
1476 2006-01-04  MenTaLguY  <mental@rydia.net>
1478         * src/Makefile_insert, src/shortcuts-default-xml.cpp,
1479           src/shortcuts.cpp, src/shortcuts.xml:
1481           Moved default shortcuts XML file into a string constant (for now);
1482           replaced hard-coded structure with code to read XML file.
1484 2006-01-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1486         * src/extension/internal/ps.cpp (setup): Clarify the meaning of
1487           `Print destination', mentioning the new possibility of leaving
1488           as empty.
1489         * (PrintPS::begin) If print destination is an empty string, then
1490           don't pass `-P %s' to lpr: just let lpr use its default.
1491         * (PrintPS::init) Change default print destination from `lp' to empty
1492           string.
1494 2006-01-04  Jon A. Cruz  <jon@joncruz.org>
1496         * src/widgets/desktop-widget.cpp:
1497           Adding split pane for swatches.
1499 2006-01-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1501         * src/libavoid/visibility.cpp: Add operator!= for the EdgePair class.
1502           This is needed to compile on Tru64 UNIX.  Fixes bug #1386755.
1504 2005-12-30  Josh Andler  <scislac@users.sf.net>
1506         * src/ui/widget/selected-style.cpp, src/ui/widget/selected-style.h
1507           Added "invert" function to right-click menu of style selector.
1509 2005-12-22  Jon A. Cruz  <jon@joncruz.org>
1511         * share/palettes/Tango-Palette.gpl:
1512           Updated to newer version from the Tango project.
1514 2005-12-21  Jon A. Cruz  <jon@joncruz.org>
1516         * src/interface.cpp, src/preferences-skeleton.h,
1517           src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
1518           Adding panels/swatches to main UI.
1520 2005-12-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
1522         * src/removeoverlap/*.{cpp,h}: Bug fix in removeoverlap algorithm that
1523           should finally get timestamps working properly.  Specifically, heap
1524           timestamps are now refreshed before a merge.
1526 2005-12-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1528         * src/sp-conn-end.cpp, src/connector-context.cpp: Have connectors
1529           draw to the correct position on shape bounding boxes.  Previously
1530           the point where connectors were drawn was on straight line between
1531           the two endpoints.  These points now lie on the line between the 
1532           second last point on the polyline and the center of the shape.
1533           
1534         * src/display/curve.cpp, src/display/curve.hpp: Added a couple of 
1535           functions that return the second and second-last points in a curve.
1537         * src/removeoverlap/generate-constraints.cpp: Moved the 
1538           #include "isnan.h" to be the final include.  This fixes a
1539           compilation error on OS X.
1541 2005-12-16  Carl Hetherington  <inkscape@carlh.net>
1543         * src/conn-avoid-ref.cpp, sp-conn-end-pair.cpp, sp-conn-end.cpp,
1544         sp-item.cpp, sp-shape.cpp, dialogs/clonetiler.cpp,
1545         dialogs/stroke-style.cpp, dialogs/tiledialog.cpp,
1546         dialogs/unclump.cpp, display/nr-arena-shape.cpp,
1547         display/nr-arena-shape.h, widgets/icon.cpp: more NRRect removal.
1549         * src/desktop.cpp, src/desktop.h, src/dyna-draw-context.cpp,
1550         src/selection-chemistry.cpp, src/sp-namedview.cpp, src/verbs.cpp,
1551         src/display/sp-canvas.cpp, src/display/sp-canvas.h,
1552         src/ui/view/edit-widget.cpp, src/ui/widget/zoom-status.cpp,
1553         src/widgets/desktop-widget.cpp: more NRRect removals and cleanups.
1555         * src/grid-snapper.cpp: snap only to visible grid lines (patch
1556         from mtou).
1558 2005-12-15  Carl Hetherington  <inkscape@carlh.net>
1560         * src/conn-avoid-ref.cpp, src/gradient-chemistry.cpp,
1561         src/sp-conn-end.cpp, src/sp-item.{cpp,h}: NR::Rect version of
1562         sp_item_invoke_bbox (SPItem::invokeBbox).  Use it in some places.
1564 2005-12-14  Carl Hetherington  <inkscape@carlh.net>
1566         * src/dyna-draw-context.cpp, src/gradient-context.cpp,
1567         src/selection.h, src/sp-flowtext.cpp, src/sp-item.cpp,
1568         src/sp-item.h, src/sp-shape.cpp, src/sp-text.cpp,
1569         src/dialogs/layer-properties.cpp,
1570         src/extension/internal/bluredge.cpp,
1571         src/extension/internal/grid.cpp, src/ui/dialog/transformation.cpp,
1572         src/widgets/desktop-widget.cpp: remove NRMatrix version of
1573         sp_item_i2d_affine().  Some include file adjustments.
1575         * src/arc-context.cpp: some very minor cleanups.
1577         * src/svg/svg-length.{cpp,h}, src/helper/units.cpp: use INCH
1578         rather than IN to avoid breaking the compile on some systems.
1580 2005-12-13  Carl Hetherington  <inkscape@carlh.net>
1582         * src/arc-context.cpp, src/connector-context.cpp,
1583         src/context-fns.cpp, src/desktop-affine.cpp, src/desktop-affine.h,
1584         src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
1585         src/draw-anchor.cpp src/dropper-context.cpp,
1586         src/dyna-draw-context.cpp, src/event-context.cpp
1587         src/gradient-context.cpp, src/knot.cpp, src/node-context.cpp,
1588         src/object-snapper.cpp src/pen-context.cpp,
1589         src/pencil-context.cpp, src/rect-context.cpp
1590         src/select-context.cpp, src/selection-chemistry.cpp,
1591         src/sp-item.cpp, src/sp-item.h src/spiral-context.cpp,
1592         src/star-context.cpp, src/text-context.cpp src/zoom-context.cpp,
1593         src/ui/widget/ruler.cpp: make desktop's transforms private
1594         members.
1596         * src/document.cpp, src/object-edit.cpp, src/sp-ellipse.cpp,
1597         src/sp-ellipse.h, src/sp-gradient.cpp, src/sp-image.cpp,
1598         src/sp-image.h, src/sp-line.cpp, src/sp-line.h,
1599         src/sp-linear-gradient.h, src/sp-marker.cpp, src/sp-marker.h,
1600         src/sp-pattern.cpp, src/sp-pattern.h, src/sp-radial-gradient.h,
1601         src/sp-rect.cpp, src/sp-rect.h, src/sp-root.cpp, src/sp-root.h,
1602         src/sp-star.cpp, src/sp-symbol.h, src/sp-text.cpp,
1603         src/sp-textpath.h, src/sp-tspan.cpp, src/sp-use.cpp, src/sp-use.h,
1604         src/text-tag-attributes.h, src/helper/units.cpp,
1605         src/helper/units.h, src/libnrtype/Layout-TNG-Compute.cpp,
1606         src/libnrtype/Layout-TNG-Input.cpp,
1607         src/libnrtype/Layout-TNG-OutIter.cpp,
1608         src/libnrtype/Layout-TNG-Output.cpp, src/libnrtype/Layout-TNG.h,
1609         src/libnrtype/TextWrapper.cpp, src/svg/svg-length.cpp,
1610         src/svg/svg.h: partial C++-ificiation of SPSVGLength.  Rename it
1611         to SVGLength.
1613 2005-12-13  Mathieu Dimanche <mdimanche@free.fr>
1615         * src/snapped-point.{cpp,h} : new files.
1617         * src/Makefile_insert : Added the new files
1619         * src/arc-context.cpp, src/connector-context.cpp,
1620         src/context-fns.cpp, src/draw-context.cpp, src/nodepath.cpp,
1621         src/object-edit.cpp, src/pencil-context.cpp,
1622         src/selection-chemistry.cpp, src/seltrans.cpp, src/snap.cpp,
1623         src/spiral-context.cpp, src/star-context.cpp,
1624         src/line-snapper.cpp, src/line-snapper.h, src/object-snapper.cpp,
1625         src/object-snapper.h src/snapper.cpp, src/snapper.h,
1626         src/event-context.cpp, src/rect-context.cpp,
1627         src/select-context.cpp : Use SnappedPoint class
1629         * src/color-rgba.h : Added rgba32 unsigned int handling and
1630         "inverse" members (NEED TO BE TESTED)
1632 2005-12-12  MenTaLguY  <mental@rydia.net>
1634         * src/widgets/desktop-widget.cpp: moved some widgets into statusbar
1635           widget for more aesthetic appearance
1637 2005-12-12  Carl Hetherington <inkscape@carlh.net>
1639         * src/arc-context.cpp: minor cleanups.  Use SnapManager more.  Use
1640         Inkscape::setup_for_drag_start.
1642         * src/connector-context.cpp, src/draw-context.cpp,
1643         src/object-edit.cpp, src/pencil-context.cpp, src/rect-context.cpp,
1644         src/spiral-context.cpp, src/star-context.cpp: use SnapManager.
1646         * src/rect-context.cpp, src/spiral-context.cpp,
1647         src/star-context.cpp: use Inkscape::setup_for_drag_start().
1649         * src/snapper.{cpp,h}: simplify snap point types code.
1651         * src/context-fns.{cpp,h}: add setup_for_drag_start().
1653         * src/dyna-draw-context.cpp: remove unused and erroneous snapping code.
1655         * src/pen-context.cpp: remove unused variable.
1657         * src/draw-context.cpp: use SnapManager.
1659         * src/nodepath.cpp: const fixes.  Use SnapManager.
1661         * src/selection-chemistry.cpp, src/seltrans.cpp: some cleanups.
1662         Use new snap API.
1664         * src/snap.{cpp,h}: remove some dead code.
1666         * src/sp-item.{cpp,h}, src/node-context.cpp, src/draw-context.cpp:
1667         remove an unnecessary parameter from sp_item_dt2i_affine().
1669 2005-12-09  Carl Hetherington <inkscape@carlh.net>
1671         * src/object-snapper.cpp: make node snapping work again.
1673         * src/star-context.cpp: use SnapManager.  Some other minor cleanups.
1675         * src/arc-context.cpp, src/connector-context.cpp,
1676         src/dyna-draw-context.cpp, src/pen-context.cpp,
1677         src/pencil-context.cpp, src/rect-context.cpp,
1678         src/selection-chemistry.cpp, src/spiral-context.cpp,
1679         src/star-context.cpp, src/text-context.cpp: use
1680         Inkscape::have_viable_layer.
1682         * src/context-fns.{cpp,h}: new files.
1684         * src/arc-context.cpp, src/context-fns.{cpp,h},
1685         src/rect-context.cpp: abstract common code into context-fns and
1686         clean it up a bit.
1688 2005-12-08  Carl Hetherington <inkscape@carlh.net>
1690         * src/grid-snapper.cpp, src/guide-snapper.cpp, src/line-snapper.h:
1691         coding style.  Change how lines are defined.
1693         * src/grid-snapper.h, src/guide-snapper.h: coding style.
1695         * src/line-snapper.cpp, src/object-snapper.{cpp,h}: Coding style.
1696         Various cleanups.  Small API changes.
1698         * src/snap.cpp: changes to Snapper API.  Added work-in-progress SnapManager.
1700         * src/snapper.{cpp,h}: API cleanups.
1702         * src/sp-namedview.{cpp,h}: added getSnappers().
1704         * src/seltrans.cpp: Cleanup and fix moveTo().  Go back to snapping
1705         to snap points rather than the convex hull, at least for a bit.
1707 2005-12-07  Carl Hetherington <inkscape@carlh.net>
1709         * src/libnr/nr-convex-hull.h: remove unnecessary includes.
1711         * src/line-snapper.{cpp,h}, src/object-snapper.{cpp,h},
1712         src/attributes.{cpp,h}, src/desktop.cpp, src/dyna-draw-context.cpp
1713         src/arc-context.cpp, src/grid-snapper.h, src/nodepath.cpp,
1714         src/rect-context.cpp, src/selection-chemistry.cpp,
1715         src/seltrans.cpp, src/snap.{cpp,h}, src/snapper.{cpp,h},
1716         src/sp-namedview.{cpp,h}, src/spiral-context.cpp,
1717         src/star-context.cpp, src/dialogs/desktop-properties.{cpp,h},
1718         src/Makefile_insert: first cut of object snapping.
1720         * src/grid-snapper.cpp, src/guide-snapper.{cpp,h}: use Inkscape namespace.
1722 2005-12-06  Carl Hetherington <inkscape@carlh.net>
1724         * src/libnr/nr-maybe.h: add missing public: to class IsNot.
1726         * src/splivarot.{cpp,h}: declare some more functions.  Fix
1727         get_nearest_position_on_Path to not crash if you call it with an
1728         Item that isn't Shape or Text.
1730         * src/node-context.cpp: adapt for changes in splivarot.{cpp,h}.
1732         * src/nodepath.cpp: remove declaration of a function now declared
1733         in splivarot.h.
1735 2005-12-05  Carl Hetherington <inkscape@carlh.net>
1737         * src/desktop.cpp, src/tools-switch.cpp,
1738         src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp:
1739         re-jig #includes slightly.
1741         * src/seltrans.{cpp,h}, src/selcue.{cpp,h}: C++-ification and cleanup.
1743         * src/select-context.{cpp,h}, src/seltrans-handles.h: adapt for
1744         changes to SelTrans.
1746         * src/event-context.{cpp,h}: adapt for changes to SelCue.
1748         * src/rect-context.cpp, src/gradient-context.cpp: remove unnecessary include.
1750         * src/connector-context.h, src/draw-context.h: add a forward
1751         declaration.
1753         * src/dropper-context.{cpp,h}: remove an unused variable and its
1754         associated includes.
1756         * src/main.cpp: fix comment for renamed SPSelCue.
1758         * src/dialogs/display-settings.cpp: adapt for slightly re-jigged SelCue.
1760 2005-12-04  Ted Gould  <ted@gould.cx>
1762         * po/POTFILES.in:
1764         Adding the .inx files as [type: gettext/xml] so that they will get
1765         translated.  Good stuff.
1767         * share/extensions/addnodes.inx, share/extensions/ai_input.inx,
1768         share/extensions/ai_output.inx, share/extensions/bluredge.inx,
1769         share/extensions/dia.inx, share/extensions/dots.inx,
1770         share/extensions/dropshadow.inx, share/extensions/dxf_input.inx,
1771         share/extensions/dxf_output.inx, share/extensions/embedimage.inx,
1772         share/extensions/eps_input.inx, share/extensions/epsi_output.inx,
1773         share/extensions/ffmet.inx, share/extensions/ffms.inx,
1774         share/extensions/ffset.inx, share/extensions/ffss.inx,
1775         share/extensions/gimpgrad.inx, share/extensions/grid.inx,
1776         share/extensions/handles.inx, share/extensions/interp.inx,
1777         share/extensions/kochify.inx, share/extensions/kochify_load.inx,
1778         share/extensions/lindenmayer.inx, share/extensions/motion.inx,
1779         share/extensions/pdf_output.inx, share/extensions/ps_input.inx,
1780         share/extensions/radiusrand.inx, share/extensions/randompnt.inx,
1781         share/extensions/randompos.inx, share/extensions/rtree.inx,
1782         share/extensions/sk_input.inx, share/extensions/straightseg.inx,
1783         share/extensions/summersnight.inx, share/extensions/svgz_input.inx,
1784         share/extensions/svgz_output.inx, share/extensions/txt2svg.inx,
1785         share/extensions/wavy.inx, share/extensions/whirl.inx,
1786         share/extensions/wmf_input.inx:
1788         Marking the user visible strings as translatable.
1790         * src/extension/dependency.cpp, src/extension/extension.cpp,
1791         src/extension/init.cpp, src/extension/input.cpp, src/extension/output.cpp,
1792         src/extension/parameter.cpp:
1794         Changed to handle translated .inx files.  They will find the data, and
1795         mark the right strings as translated.
1797         * src/extension/effect.cpp, src/extension/effect.h, src/interface.cpp:
1799         Changed menu handling to be push instead of pull
1801 2005-12-02  Carl Hetherington <inkscape@carlh.net>
1803         * src/dropper-context.cpp: coding style.
1804         * src/sp-namedview.cpp, src/sp-namedview.h, src/desktop.cpp: some
1805         C++-ification of SPNamedView.
1807 2005-12-01  MenTaLguY  <mental@rydia.net>
1809         * src/widgets/desktop-widget.cpp: shuffle status bar around again;
1810           add a grippie so we don't have to care about the corner of the window
1811           getting covered up
1813 2005-12-01  MenTaLguY  <mental@rydia.net>
1815         * src/widgets/icon.cpp: refactored a bit around the icon prerendering
1816           code and added a timer; also kick off the task immediately rather
1817           than waiting for the first expose event
1819 2005-12-01  MenTaLguY  <mental@rydia.net>
1821         * src/widgets/desktop-widget.cpp:
1823           moved zoom selector away from the right edge so it won't get covered
1824           by window manager decorations
1826 2005-12-01  MenTaLguY  <mental@rydia.net>
1828         * src/help.cpp, src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp:
1830           Moved creation of the splash widget into the about dialog code,
1831           and tweaked the appearance of the dialog in a lot of subtle ways
1832           -- we now use an AspectFrame to constrain the aspect ratio of the
1833           splash view, and also finally get the correct initial size for the
1834           dialog while still allowing it to be arbitrarily resized.
1836 2005-12-01  Carl Hetherington <inkscape@carlh.net>
1838         * src/sp-namedview.cpp: coding style.
1840 2005-12-01  Jon A. Cruz  <jon@joncruz.org>
1842         * src/widgets/icon.cpp: added idle calback pre-render.
1844 2005-11-30  MenTaLguY  <mental@rydia.net>
1846         * src/ui/dialog/aboutbox.cpp: make 'close' button default widget,
1847           and rename "About" tab to "_Splash"
1849 2005-11-30  Carl Hetherington <inkscape@carlh.net>
1851         * src/svg/svg-path.cpp: add missing #include of assert.h for
1852         assert()
1853         * src/dialogs/xml-tree.cpp: fix uninitialised variable
1854         warnings, move some declarations to first use, coding style fixes.
1855         * src/snap.cpp, src/snap.h, src/sp-namedview.cpp: split
1856         snap.{cpp,h} up into snapper.{cpp,h}, grid-snapper.{cpp,h},
1857         guide-snapper.{cpp,h}.  Refactor and simplify.  Add another
1858         namedview_free_snap().
1859         * src/geom.cpp, src/geom.h: cosmetic renaming.
1860         * src/pen-context.cpp: a few minor cleanups to
1861         pen_handle_button_press().  Other snapping cleanups.
1862         * src/draw-context.cpp, src/draw-context.h: split
1863         spdc_endpoint_snap_internal() into two functions.
1864         * src/pencil-context.cpp: snapping cleanups.
1865         * src/ui/widget/unit-menu.cpp: remove definition of a variable
1866         that's just been made static.
1867         
1868 2005-11-26  MenTaLguY <mental@rydia.net>
1870         * src/ui/dialog/aboutbox.cpp, src/ui/dialog/aboutbox.h:
1871           clean up and simplify About dialog; fix memory management (mostly)
1873 2005-11-25  Robert Crosbie <swingincelt@gmail.com>
1875         * replaced sp_repr_ref with direct cal to Inkscape::GC::anchor
1876         * replaced sp_repr_unref with direct call to Inkscape::GC::release
1877         * replaced sp_repr_set_attr with direct call to repr->setAttribute
1879 2005-11-24  MenTaLguY  <mental@rydia.net>
1881         * src/shortcuts.cpp, src/interface.cpp: prune back shortcuts API in
1882           preparation for configurable key bindings work
1884 2005-11-24  MenTaLguY  <mental@rydia.net>
1886         * src/sp-item.cpp: remedy erroneous initialization of doubles with NULL
1888 2005-11-24  MenTaLguY  <mental@rydia.net>
1890         * src/seltrans.cpp: prune dead wood (sp_sel_trans_handle_click)
1892 2005-11-24  MenTaLguY  <mental@rydia.net>
1894         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
1895           src/display/canvas-grid.cpp, src/display/guideline.cpp,
1896           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
1897           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
1898           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
1899           
1900           cosmetic renaming
1902 2005-11-23  Robert Crosbie <swingincelt@gmail.com>
1904         * replaced sp_repr_change_order with direct cal to repr->changeOrder
1905         * replaced sp_repr_add_child with direct call to repr->addChild
1906         * replaced sp_repr_remove_child with direct call to repr->removeChild
1908 2005-11-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1910         * src/ui/dialog/align-and-distribute.h, src/ui/dialog/align-and-distribute.cpp:
1911           Add new action ActionRemoveOverlaps, and add new button & two spin buttons
1912           to the Align & Distribute dialog box, to remove overlaps between objects.
1913         * configure.ac: New directory src/removeoverlap.
1914         * src/Makefile.am: Build new library removeoverlap/libremoveoverlap.a.
1915         * src/Makefile_insert: Link against new library removeoverlap/libremoveoverlap.a.
1917 2005-11-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1919         * packaging/osx-app.sh, packaging/macosx/Resources/bin/inkscape:
1920           Include some missing modules required by gnome-vfs and set shell
1921           variables to point to these modules within the OS X app bundle.
1922           Fixes bug #1363390.
1924 2005-11-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1926         * packaging/osx-app.sh: Fix a typo resulting from last change.
1928 2005-11-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1930         * packaging/osx-app.sh: Add libXinerama.1.dylib to the app bundle 
1931           since users of OS X 10.3.x will not have this file.
1933 2005-11-12  Jon Phillips <jon@rejon.org>
1935         * po/it.po po/sr.po po/sr@Latn.po: Fixed these po files so that 
1936         Inkscape builds okay.
1939 2005-11-12  Ralf Stephan <ralf@ark.in-berlin.de>
1941         * src/ui/view/edit-widget.h, src/ui/view/edit-widget.cpp:
1942           new-gui: made complete statusbar widget, equals old-gui now
1943         * src/widgets/layer-selector.h, src/ui/widget/selected-style.h:
1944           classes have now a constructor with default parameter
1945         * src/ui/widget/zoom-status.cpp: smaller font
1947 2005-11-12  MenTaLguY  <mental@rydia.net>
1949         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
1950           src/display/canvas-grid.cpp, src/display/guideline.cpp,
1951           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
1952           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
1953           src/display/sp-canvas.cpp, src/display/sp-canvas.h,
1954           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
1956           Refactor canvas buffer code a little.   Hint: if you have two flags
1957           and an invariant that one will be false if the other is true and
1958           vice-versa, you can represent them with a single flag.  Fixed
1959           cut-and-paste madness between sp_canvas_buf_ensure_buf and
1960           sp_canvas_clear_buf also.  Finally, renamed sp_canvas_buf_ensure_buf
1961           to sp_canvas_prepare_buf.
1963 2005-11-09  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1965         * src/sp-item.cpp: Call updateRepr before emitting the transformed
1966           signal in sp_item_write_transform.  This fixes bug #1303423.
1968         * packaging/osx-app.sh: Fixes to allow building app bundles on both
1969           OS X 10.4 and earlier versions of the OS without altering the script.
1970           Also, add a note that Inkscape needs to be configured with
1971           --enable-osxapp when building the OS X package.
1973         * po/nl.po: Fix an "Unmatched closing </b>" warning.
1975 2005-11-08  Ralf Stephan <ralf@ark.in-berlin.de>
1977         merged with branch CXXIFICATION_VIEW_AND_WIDGET
1978         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/event-context.cpp,
1979           src/file.cpp, gradient-context.cpp, src/inkscape.cpp, src/interface.cpp,
1980           src/rect-context.cpp, src/select-context.cpp, src/seltrans.cpp,
1981           src/sp-namedview.cpp, src/spiral-context.cpp, src/star-context.cpp,
1982           src/verbs.cpp, dialogs/dialog-events.cpp, src/dialogs/layer-properties.cpp,
1983           src/ui/dialog/dialog.cpp, src/widgets/desktop-widget.cpp,
1984           src/widgets/desktop-widget.h:
1985           move gtk code into desktop-widget.cpp, called via desktop
1986         * src/ui/view/Makefile_insert: added files edit-widget-interface.h,
1987           edit-widget.cpp, edit-widget.h
1988           the EditWidget is the Gtkmm version of the SPDesktopWidget
1989         * src/ui/widget/Makefile_insert: added files ruler.cpp, ruler.h,
1990           svg-canvas.cpp, svg-canvas.h, zoom-status.cpp, zoom-status.h
1991           these are widgets part of the EditWidget
1992         * src/file.cpp, src/inkscape.cpp, src/ui/dialog/dialog.cpp, 
1993           src/ui/dialog/dialog.h, src/application/application.h, 
1994           src/application/application.cpp:
1995           divide code /wrt Application::getNewGui(): if true, it's called by the 
1996           Gtkmm application and the inkscape object is meaningless
1997         * src/application/app-prototype.h:
1998           replace UI specific return value of getWindow() with void*
1999         * src/application/editor.cpp, src/application/editor.h:
2000           made Editor a singleton, collect global UI code here that (for Gtk+)
2001           lives in inkscape.cpp and elsewhere
2002         * src/desktop-events.cpp, src/desktop.cpp, src/event-context.cpp,
2003           src/nodepath.cpp, src/seltrans.cpp:
2004           simplify calls to desktop->set_coordinate_status
2005         * src/desktop-handles.cpp, src/desktop-handles.h, 
2006           src/extension/internal/ps.cpp, src/widgets/gradient-toolbar.cpp, 
2007           src/widgets/toolbox.cpp:
2008           widget is no longer available through desktop
2009         * src/Makefile_insert: added files preferences.h preferences.cpp
2010           src/inkscape.h, src/inkscape.cpp, src/application/editor.cpp:
2011           move preferences handling into preferences.cpp/h
2012         * src/desktop.cpp, src/desktop.h:
2013           use EditWidgetInterface, more cosmetics
2014         * src/desktop.cpp, src/inkview.cpp, src/slideshow.cpp, src/svg-view-widget.cpp,
2015           src/svg-view.cpp, src/svg-view.h, src/ui/view/view.cpp, src/ui/view/view.h:
2016           streamline setDoc()/setDocument() logic
2017         * src/inkview.cpp: include empty func bodies to make linker happy
2019 2005-11-08 ------------0.43
2021 2005-11-06  Ted Gould  <ted@gould.cx>
2023         * 0.43pre2
2025 2005-11-01  Jon A. Cruz  <jon@joncruz.org>
2027         * src/io/base64stream.h, src/io/base64stream.cpp:
2028           Applied modified patch 1341198.
2030 2005-10-31  Jon A. Cruz  <jon@joncruz.org>
2032         * src/verbs.cpp:
2033           Applied patch from RFE 1247694.
2035 2005-10-26  Jon A. Cruz  <jon@joncruz.org>
2037         * share/screens/about.svg:
2038           Trimmed bad lines. Fixed bug 1310742.
2040 2005-10-24  Ted Gould  <ted@gould.cx>
2042         * 0.43pre1
2044 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
2046         * Makefile.mingw, src/io/sys.cpp:
2047           Patch 1334818.
2049 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
2051         * src/main.cpp, src/io/sys.cpp:
2052           Updating Win32 parameter filename handling.
2054 2005-10-22  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2056         * src/connector-context.cpp: Correct two typos.  Fixes bug #1333915.
2058 2005-10-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2060         * src/connector-context.cpp: Fix a bug where undoing creation of 
2061           new connectors revealed intermediate steps.
2063         * src/libavoid/connector.cpp, src/libavoid/connector.h,
2064           src/libavoid/makepath.cpp, src/libavoid/static.cpp:
2065           Applied a couple of libavoid fixes.  One of which addresses
2066           a possible crash bug.
2068 2005-10-19  Ted Gould  <ted@gould.cx>
2070         * 0.43pre0
2072 2005-10-19  Jon A. Cruz  <jon@joncruz.org>
2074         * inkscape32-16.ico: patch 1323419
2076 2005-10-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2078         * src/conn-avoid-ref.cpp: Don't pass avoided objects to libavoid
2079           if they have the 'cloned' flag set.  Fixes bug #1328401.
2081 2005-10-17  Jon A. Cruz  <jon@joncruz.org>
2083         * src/main.cpp, src/io/sys.h, src/io/sys.cpp:
2084           Switched command-line name conversion from filename to locale.
2085           Fixes bug #1250124.
2087 2005-10-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2089         * src/sp-conn-end.cpp: Don't update the repr for the curve while 
2090           manually rerouting connector endpoints.  This speeds up undo/redo
2091           and allows responsive rerouting with the xml editor window open.
2092           Fixes bug #1315489.
2094         * po/ca.po: Fix unclosed <b> found in translations.
2095         
2096 2005-10-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2098         * src/isnan.h: Update to allow compilation on OSX 10.4.
2100         * src/connector-context.cpp, src/connector-context.h,
2101           src/tools-switch.cpp: Allow double-clicking on connectors
2102           in the selector tool to swap to the connector tool.
2104 2005-10-14  Jon A. Cruz  <jon@joncruz.org>
2106         * share/palettes/Makefile.am, share/palettes/Tango-Palette.gpl:
2107           Adding the Tango palette.
2109 2005-10-13  MenTaLguY  <mental@rydia.net>
2111         * share/screens/about.svg: New copy for about dialog; did some
2112           vector clean-up and re-enabled the coffee stains.
2114 2005-10-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2116         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h:
2117           Reroute connector lines if the object itself is moved or
2118           transformed.  Previously a routed line would not unroute if it
2119           was moved away from the blocking objects.  Fixes bug #1303493.
2121 2005-10-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2123         * packaging/macosx/Resources/script, src/path-prefix.h:
2124           Don't assume the OSX app bundle will be named "Inkscape.app".
2125           This caused things like tool icons to disappear if the app
2126           bundle was renamed, e.g., to "Inscape-0.42.2.app".
2127           Fixes bug #1289648.
2129 2005-10-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2131         * src/sp-conn-end-pair.cpp: Fix a bug where connectors could
2132           sometimes be given strange routes if there was a transform on
2133           either of the objects that the connector was attached to.
2135         * src/conn-avoid-ref.cpp, src/sp-conn-end.cpp: Add a call to
2136           sp_document_ensure_up_to_date before checking bounding boxes
2137           in response to a transform signal.  This is because some
2138           objects (e.g., text) will not give the correct bbox until its
2139           update function has been called and its internal representation
2140           has been updated.  This fixes bug #1303523.
2142         * src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
2143           Restore the Connector tool preferences tab.  Use same ordering
2144           for tools as on the toolbar.  Add the standard selection cue
2145           option to the connector tool preferences.  Fixes bug #1303360.
2147 2005-10-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2149         * packaging/osx-app.sh: Include locale files in the OSX package and
2150           a couple of minor updates for building packages on OSX 10.4.x.
2152         * packaging/macosx/Resources/bin/inkscape: Fix a problem in setting
2153           LANG to the current OSX language before launching Inkscape.
2154           With this fix, the Inkscape app bundle will obey the user's
2155           language setting in the system preferences on OSX.
2157 2005-09-30  Ralf Stephan <ralf@ark.in-berlin.de>
2159         * src/desktop.*, src/widget/desktop-widget.cpp:
2160         make empty destructor, fixes #1291009
2162 2005-09-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2164         * Info.plist.in: Associate .svgz files with Inkscape on OSX.
2165           Fixes bug #1307083.
2167 2005-09-27  MenTaLguY  <mental@rydia.net>
2169         * src/gc-anchored.h: emphasize initial refcount
2171         * src/desktop.h, src/svg-view-widget.cpp, src/ui/view/view-widget.cpp,
2172           src/ui/view/view.cpp, src/ui/view/view.h,
2173           src/widgets/desktop-widget.cpp:
2175           Move _whole_ UI::View::View hierarchy over to the garbage collector
2176           and fix anchor imbalances; you can't do this piecemeal.
2178 2005-09-23  Ben Fowler  <bpfowler@users.sourceforge.net>
2180         * autogen.sh: Cleanup error message.
2182 2005-09-20  Carl Hetherington <inkscape@carlh.net>
2184         * src/file.cpp, src/file.h, src/help.cpp: don't replace empty
2185         desktops with help files / tutorials.  Fixes 1249067.
2187 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
2189         * src/jabber_whiteboard/typedefs.h:
2190           gcc4 needs more const correctness, fixes #1294298
2192 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
2194         * src/desktop.h, src/desktop.cpp, src/interface.cpp, 
2195           src/dialogs/layer-properties.cpp, src/ui/view/view.cpp,
2196           src/widgets/desktop-widget.cpp:
2197           correcting old and new oversights, fixes #1290982
2198           
2199 2005-09-15  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2201         * src/xml/repr-util.cpp (sp_repr_set_double): Split into two
2202           functions (sp_repr_set_svg_double, sp_repr_set_css_double)
2203           according to whether or not an exponent is allowed.  Update callers.
2204           (sp_repr_set_double_default): Remove this unused function.
2206 2005-09-15  Carl Hetherington <inkscape@carlh.net>
2208         * src/object-edit.cpp: fix idiotic bug introduced in previous commit.
2210 2005-09-14  Carl Hetherington <inkscape@carlh.net>
2212         * src/knot.cpp, src/knotholder.cpp: coding style.
2214 2005-09-13  Ralf Stephan <ralf@ark.in-berlin.de>
2216         * src/desktop.h, src/desktop.cpp, src/svg-view.h, src/svg-view.cpp,
2217           src/ui/view/view.h, src/ui/view/view.cpp, src/ui/view/edit.h:
2218             View::setDocument() did not call same function in subclass
2219         * src/widgets/select-toolbar.cpp:   removed usage of SP_DT_WIDGET
2220         * src/desktop.cpp:   removed last sp_desktop_* function names
2222 2005-09-13  Carl Hetherington <inkscape@carlh.net>
2224         * src/object-edit.cpp: Add some comments.  Minor refactoring.
2225         Snap points when editing rectangles; partial fix for bug 1282399.
2227         * packaging/win32/inkscape.nsi: Correct spelling of associations
2228         and associated; fix for bug 1283916.
2230 2005-09-12  Jon A. Cruz  <jon@joncruz.org>
2232         * src/dialogs/iconpreview.cpp, src/dialogs/iconpreview.h,
2233           src/widgets/icon.cpp:
2234           Icon preview now toggles between selection or whole document.
2235           Fixes REF #1281883.
2237 2005-09-12  Ralf Stephan <ralf@ark.in-berlin.de>
2239         * src/widgets/ruler.cpp:   fixed precision problem (bug #1242995)
2241 2005-09-12  Peter Moulder  <pmoulder@bowman.csse.monash.edu.au>
2243         * src/libnrtype/Layout-TNG-Compute.cpp (Calculator::_measureUnbrokenSpan):
2244           Fix line breaking for [supposedly] non-breaking whitespace characters.
2246 2005-09-11  Ralf Stephan <ralf@ark.in-berlin.de>
2248         * po/nl.po:   replaced all instances of "verkleint" with "verkleind"
2249           (bug #1277695)
2251 2005-09-10  Jon A. Cruz  <jon@joncruz.org>
2253         * src/preferences-skeleton.h, src/dialogs/iconpreview.cpp:
2254           Made icon preview sizes configurable. Fixes REF #1281885.
2256 2005-09-08  Carl Hetherington <inkscape@carlh.net>
2258         * src/object-edit.cpp: Coding style in SPRect portion.  Add
2259         Emacs/vim mode blocks.
2261 2005-09-08  Ralf Stephan <ralf@ark.in-berlin.de>
2263         * src/desktop.cpp, src/ui/view/view.cpp:
2264           removed placement new signal construction
2265         * src/desktop.cpp:   selection is no longer anchored
2266         * src/desktop.cpp, src/desktop.h:   further cleanup
2267         * src/main.cpp:   minor changes in doxygen main page
2269 2005-09-08  MenTaLguY  <mental@rydia.net>
2271         * src/xml/document.h, src/xml/session.h, src/xml/simple-session.cpp,
2272           src/xml/simple-session.h:
2274           Add Session and Document createElementNode, createCommentNode,
2275           and createTextNode methods
2277 2005-09-06  Ralf Stephan <ralf@ark.in-berlin.de>
2279         * src/desktop-handles.h, src/desktop-handles.cpp:
2280             added macros SP_DT_MSGSTACK/NAMEDVIEW/WIDGET, moved last
2281                 macros from desktop.h
2282         * src/desktop.h src/desktop.cpp, src/sp-namedview.h, 
2283           src/sp-namedview.cpp:
2284             moved default_metric and default_unit into namedview
2285         * src/desktop.h src/desktop.cpp, src/widgets/desktop-widget.h,
2286           src/widgets/desktop-widget.cpp:
2287             moved window member into desktop widget
2288         * src/dialogs/clonetiler.cpp, src/dialogs/color-picker.cpp,
2289           src/dialogs/desktop-properties.cpp, src/dialogs/dialog-events.cpp ,
2290           src/dialogs/display-settings.cpp, src/dialogs/export.cpp,
2291           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
2292           src/dialogs/transformation.cpp, src/dropper-context.cpp,
2293           src/extension/internal/ps.cpp, src/gradient-context.cpp,
2294           src/jabber_whiteboard/callbacks.cpp,
2295           src/jabber_whiteboard/chat-handler.cpp,
2296           src/jabber_whiteboard/message-processors.cpp,
2297           src/jabber_whiteboard/message-queue.cpp,
2298           src/jabber_whiteboard/session-manager.cpp,
2299           src/path-chemistry.cpp, src/satisfied-guide-cns.cpp,
2300           src/sp-text.cpp, src/text-chemistry.cpp,
2301           src/trace/potrace/inkscape-potrace.cpp,
2302           src/trace/trace.cpp, src/ui/dialog/align-and-distribute.cpp:
2303             removed dependency on desktop.h
2304         * src/arc-context.cpp, src/desktop-events.cpp, src/inkscape.cpp,
2305           src/interface.cpp, src/nodepath.cpp, src/rect-context.cpp,
2306           src/select-context.cpp, src/seltrans.cpp, src/spiral-context.cpp,
2307           src/star-context.cpp, src/text-context.cpp, src/ui/dialog/dialog.cpp,
2308           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp:
2309             minor adaptation due to the above changes
2310         * src/ui/dialog/session-player.cpp:   didn't #include config.h
2311         
2312 2005-09-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2314         * doc/keys.html, doc/keys.xml, share/screens/keys.svg,
2315           src/shortcuts.cpp:
2316           Add keyboard shortcuts for the connector tool -- Ctrl+F2 and 'o'.
2318 2005-09-05  Ralf Stephan <ralf@ark.in-berlin.de>
2320         * src/document.cpp, src/draw-anchor.cpp, src/knotholder.cpp,
2321           src/main.cpp, src/object-ui.cpp, src/selcue.cpp,
2322           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
2323           src/sp-star.cpp, src/sp-symbol.cpp, src/sp-tspan.cpp,
2324           src/dialogs/docker.cpp, src/dialogs/extensions.cpp,
2325           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
2326           src/extension/system.cpp, src/widgets/gradient-vector.cpp,
2327           src/jabber_whiteboard/session-file-player.cpp,
2328           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
2329           src/widgets/spw-utilities.cpp, src/extension/implementation/script.cpp,
2330           src/ui/dialog/transformation.cpp, src/seltrans.h,
2331           src/widgets/sp-widget.h:
2332             removed dependency on desktop.h
2333         * src/select-context.cpp, src/tools-switch.cpp, 
2334           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
2335           src/dialogs/object-properties.cpp, src/dialogs/clonetiler.cpp:
2336             added dependencies because of above changes
2337         
2338 2005-09-04  Kees Cook  <kees@outflux.net>
2340         * TRANSLATORS, Makefile.am, src/verbs.cpp, src/help.cpp,
2341           src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp,
2342           src/menus-skeleton.h, src/ui/dialog/Makefile_insert:
2343           Implemented AboutDialog following the Gnome style.
2344         * packaging/win32/inkscape.nsi: added quotes around execution name.
2346 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
2348         * src/desktop.cpp, src/dropper-context.cpp, src/forward.h,
2349           src/interface.cpp, src/main.cpp, src/sp-anchor.cpp,
2350           src/sp-text.cpp, src/splivarot.cpp, src/svg-view-widget.cpp,
2351           src/svg-view-widget.h, src/svg-view.h, src/extension/effect.h,
2352           src/extension/implementation/plugin-link.h, 
2353           src/jabber_whiteboard/session-manager.cpp,
2354           src/ui/dialog/dialog.cpp, src/ui/view/edit.h, 
2355           src/ui/view/view-widget.cpp, src/ui/view/view-widget.h,
2356           src/ui/view/view.cpp, src/ui/view/view.h:
2357             minor edits to completely remove SPView identifier, and some
2358                 dependencies
2360 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2362         * src/sp-conn-end-pair.cpp: Fix a crash bug when undoing connectors
2363           on Linux x86 where we were calling a signal destructor.
2365         * src/io/sys.cpp: Build fix - conditionally include <glib/gstdio.h>
2366           if using glib 2.6.0 or greater, since it is not available in earlier
2367           versions.
2369 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
2371         * src/svg-view-widget.h, src/svg-view-widget.cpp, src/Makefile_insert:
2372             separated SPSVGViewWidget from SPSVGView
2373         * src/desktop.h, src/svg-view.h, src/ui/view/edit.h,
2374           src/ui/view/view-widget.h, src/ui/view/view.h,
2375           src/widgets/desktop-widget.h, src/desktop.cpp,
2376           src/svg-view.cpp, src/ui/view/view-widget.cpp,
2377           src/ui/view/view.cpp, src/widgets/desktop-widget.cpp:
2378             moved SPDesktop from GObject to C++/sigc++
2379         * src/forward.h: 
2380             removed SP_DESKTOP*, SP_SVG_VIEW* macros and dependencies
2381         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
2382             changed to sigc++ but disabled call
2383         * src/desktop-events.cpp:  removed desktop_enter_notify()
2384         * src/sp-anchor.cpp:  removed handling of mouse over/out
2385         * src/helper/action.h, src/sp-use.cpp:  added missing dependency
2386         * src/arc-context.cpp, src/desktop-affine.cpp, src/desktop-events.cpp,
2387           src/desktop-handles.cpp, src/dyna-draw-context.cpp,
2388           src/event-context.cpp, src/file.cpp, src/gradient-context.cpp,
2389           src/gradient-drag.cpp, src/help.cpp, src/inkscape.cpp,
2390           src/inkview.cpp, src/interface.cpp, src/knot.cpp,
2391           src/knotholder.cpp, src/node-context.cpp, src/nodepath.cpp,
2392           src/object-ui.cpp, src/path-chemistry.cpp, src/rect-context.cpp,
2393           src/rubberband.cpp, src/satisfied-guide-cns.cpp,
2394           src/select-context.cpp, src/selection-chemistry.cpp,
2395           src/seltrans.cpp, src/shortcuts.cpp, src/slideshow.cpp,
2396           src/sp-anchor.cpp, src/sp-flowtext.cpp, src/sp-namedview.cpp,
2397           src/sp-text.cpp, src/spiral-context.cpp, src/splivarot.cpp,
2398           src/star-context.cpp, src/text-context.cpp, src/text-editing.cpp,
2399           src/tools-switch.cpp, src/verbs.cpp, src/zoom-context.cpp,
2400           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
2401           src/dialogs/dialog-events.cpp, src/dialogs/export.cpp,
2402           src/dialogs/filedialog.cpp, src/dialogs/iconpreview.cpp,
2403           src/dialogs/layer-properties.cpp, src/dialogs/stroke-style.cpp,
2404           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp,
2405           src/extension/effect.cpp, src/extension/implementation/script.cpp,
2406           src/extension/internal/grid.cpp, src/extension/internal/ps.cpp,
2407           src/helper/window.cpp, src/ui/dialog/dialog.cpp,
2408           src/ui/widget/imageicon.cpp, src/widgets/gradient-toolbar.cpp,
2409           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
2410           src/widgets/toolbox.cpp:
2411             minor adaptations due to the above changes
2412         * src/desktop-events.h:  removed dependencies 
2413         * src/selection.cpp:  improved doxygen documentation
2414         
2415 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2417         * src/connector-context.cpp: Fix a bug where a data structure was
2418           not being freed, triggering an assertion failure and Inkscape to
2419           crash sometimes when the connector tool context was switched.
2421 2005-09-03  Aaron Spike <aaron@ekips.org>
2423         * src/node-context.cpp, src/livarot.cpp: Fixing a problem where node
2424           adding and curve dragging operate on fills. A special thank you to
2425           Simon Budig of GIMP fame for working with me and giving very 
2426           thorough explanations of his curve dragging code.
2428 2005-09-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2430         * src/libavoid/connector.cpp, src/libavoid/connector.h: Autoroute
2431           connectors while they are being drawn in the connector context.
2433         * src/sp-conn-end.cpp: Fix a bug where connectors attached to shapes
2434           were not always getting updated.  Their path was sometimes thought
2435           to be valid even when it was not.
2437 2005-09-02  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2439         * src/sp-conn-end.cpp: Fix a bug where connectors not attached to
2440           shapes were not updating correctly if an object was dropped on
2441           their path.
2443 2005-09-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2445         * src/sp-conn-end.cpp, src/sp-conn-end.h, src/sp-conn-end-pair.cpp,
2446           src/sp-conn-end-pair.h, src/sp-path.cpp, src/libavoid/graph.cpp,
2447           src/libavoid/incremental.cpp:
2449         Connectors now automagically reroute as a result of any 'avoided'
2450         object being placed on their path.  They also update to better
2451         paths when blocking shapes are removed.
2452          
2453         * src/connector-context.cpp: Update TODO list.  Only show endpoints
2454           and allow manipulation of paths marked as connectors.
2456         * src/libavoid/connector.cpp, src/libavoid/connector.h: Connectors
2457           with invalid paths can now notify other code via a callback,
2458           rather than just setting a boolean flag.
2460         * src/conn-avoid-ref.cpp: Fix an obscure crash bug in the connector
2461           routing code where we were still using a freed data structure.
2463 2005-08-31  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2465         * src/conn-avoid-ref.cpp, src/conn-avoid-ref.h: Use the correct
2466           coordinate system when passing shape geometry to libavoid.
2467           Add a small amount of buffer space around objects.
2468         
2469         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
2470           src/path.cpp: Add code to handle the "inkscape:connector-type"
2471           attribute.
2473         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h: Store information
2474           about type paths, to determine whether they are connectors.  Keep
2475           a reference to the libavoid representation if necessary.  Add code
2476           to call libavoid to get a path for a connector.
2477         
2478         * src/sp-conn-end.cpp: Call the connector routing code when connector
2479           ends are moved.  Move connector endpoints rather than stretching
2480           when adjusting to draw to shape edge.
2481           
2482         * src/libavoid/connector.cpp, src/libavoid/connector.h: Make the
2483           connector references aware of their own initialisation state.
2485         * src/connector-context.cpp:  Update TODO list.  Update for other
2486           changes.  Fix a bug where multi-segment connectors had a solid
2487           black fill while being dragged.
2489         * src/display/curve.cpp, src/display/curve.h: Add a function to 
2490           simply move the two endpoints of a curve.
2492 2005-08-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2494         * src/conn-avoid-ref.cpp, src/libavoid/connector.cpp,
2495           src/libavoid/graph.cpp, src/libavoid/makepath.cpp,
2496           src/libavoid/shape.cpp, src/libavoid/vertices.cpp,
2497           src/libavoid/vertices.h, src/libavoid/visibility.cpp:
2499         Use a better system for unique IDs within libavoid.  This properly
2500         addresses a hack in SPAvoidRef that was unsafe on amd64 machines.
2502         * configure.ac: Add the src/libavoid subdir.
2503         
2504 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2506         * src/attributes.cpp, src/connector-context.cpp, src/sp-item.cpp:
2507           Use "inkscape:connector-avoid" instead of "inkscape:avoid".
2509 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2511         * src/libavoid/timer.cpp: Remove some code assuming a fixed size for
2512           timer types.
2514 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2516         * src/connector-context.cpp: Fix a problem where the context didn't
2517           notice the current selection when it was entered.  Also, fix a 
2518           problem where connectors disappeared for a moment when an endpoint
2519           was clicked (for rerouting), but before the mouse was moved.
2521 2005-08-29      David Yip               <yipdw@rose-hulman.edu>
2523         * src/ui/dialog/whiteboard-connect.{cpp,h},
2524           src/ui/dialog/whiteboard-sharewithchat.{cpp,h}:
2525           Improved widget layout (switched to Gtk::Table)
2527         * src/jabber_whiteboard/session-manager.cpp:
2528           Fixed crash that occurred when connecting via SSL to a Jabber
2529           server that does not support SSL
2530           
2531 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2533         * src/Makefile_insert, src/attributes-test.cpp, src/attributes.cpp,
2534           src/attributes.h, src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
2535           src/forward.h, src/sp-item.cpp, src/sp-item.h:
2536          
2537           Add code that handles the "inkscape:avoid" attribute, used to mark
2538           whether an item should be avoided for the purposes of routing
2539           connectors.  This code also calls libavoid when an 'avoided'
2540           item is moved/transformed.
2541         
2542         * src/connector-context.cpp, src/connector-context.h,
2543           src/widgets/toolbox.cpp:
2544           
2545           Add a couple of buttons to the connector context's toolbar to
2546           allow selected objects to be marked as avoided or ignored for the
2547           purpose of connector routing.
2548           
2549         * src/libavoid/debug.h, src/libavoid/geomtypes.h, 
2550           src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
2551           src/libavoid/shape.cpp:
2552         
2553           Misc fixes: turn off debugging output, put types in the Avoid
2554           namespace, and add an assertion for a special case that can
2555           cause problems.
2557 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2559         * share/icons/icons.svg: Add a couple of icons for the connector
2560           context toolbar.
2562 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2564         * src/Makefile.am, src/Makefile_insert, src/libavoid/*:
2565           Add libavoid code, the library that does all the path planning
2566           work for autorouting connectors.
2568 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2570         * src/Makefile_insert: Remove a reference to the previously moved
2571           src/desktop-widget.h.  This wasn't breaking the build, but was
2572           stopping me from generating tags files.
2573           
2574 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
2576         * src/ui/view/edit.h, src/ui/view/view.h, src/ui/view/view.cpp,
2577           src/ui/view/view-widget.h, src/ui/view/view-widget.cpp,
2578           src/widgets/desktop-widget.h, src/svg-view.h, src/desktop.cpp:
2579             separated SPViewWidget from SPView
2580         * src/connector-context.cpp, src/dyna-draw-context.cpp,
2581           src/file.cpp, src/gradient-context.cpp, src/knot.cpp,
2582           src/node-context.cpp, src/nodepath.cpp, src/path-chemistry.cpp,
2583           src/pen-context.cpp, src/pencil-context.cpp, src/rect-context.cpp,
2584           src/selection-chemistry.cpp, src/spiral-context.cpp,
2585           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
2586           src/text-context.cpp, src/verbs.cpp, src/dialogs/display-settings.cpp,
2587           src/dialogs/layer-properties.cpp, src/dialogs/find.cpp,
2588           src/dialogs/clonetiler.cpp, src/trace/trace.cpp,
2589           src/trace/potrace/inkscape-potrace.cpp:
2590             all these files relied on a dependency in view.h to include
2591           code for MessageStack and/or MessageContext which is now removed
2592         * dialogs/desktop-properties.cpp:   improved doxygen documentation
2593         
2594 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
2596         * src/desktop.cpp, src/widgets/desktop-widget.h, 
2597           src/widgets/desktop-widget.cpp: 
2598           abstracted out all Gtk+ calls from SPDesktop into SPDesktopWidget
2599         * src/Doxyfile, src/main.cpp, src/desktop.cpp:
2600           improved doxygen documentation
2601           
2602 2005-08-25  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2604         * src/connector-context.cpp, src/connector-context.h:
2605           Change the connector context to use Inkscape's standard selection
2606           mechanism.  Show connector endpoint handles for single connectors
2607           in the selection.  This is the proposed interaction changes as
2608           discussed on the mailing list.  See the post there for a greater
2609           description of the change.
2611 2005-08-24  Ralf Stephan <ralf@ark.in-berlin.de>
2613         * src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
2614           separated SPDesktopWidget from SPDesktop
2615         * src/desktop-widget.h:   removed
2616         * src/toolbox.cpp, src/toolbox.h, src/select-toolbar.cpp,
2617           src/select-toolbar.h, src/gradient-toolbar.cpp, 
2618           src/gradient-toolbar.h:   moved into src/widgets
2619         * src/desktop.h, src/desktop.cpp, src/desktop-events.cpp,
2620           src/verbs.cpp, src/Makefile_insert, src/widgets/Makefile_insert,
2621           src/arc-context.cpp, src/dyna-draw-context.cpp,
2622           src/gradient-context.cpp, src/rect-context.cpp,
2623           src/select-context.cpp, src/spiral-context.cpp,
2624           src/star-context.cpp, src/interface.cpp, src/seltrans.cpp:
2625           adapted following SPDesktopWidget separation
2626         
2627 2005-08-24      David Yip       <yipdw@rose-hulman.edu>
2629         * src/jabber_whiteboard/session-manager.{cpp.h},
2630           src/jabber_whiteboard/callbacks.cpp,
2631           src/ui/dialog/whiteboard-connect.{cpp,h}:
2632           added support for XMPP over SSL to Inkboard
2634 2005-08-22  Ralf Stephan <ralf@ark.in-berlin.de>
2636         * src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp:
2637           both dialogs are now unresizable (bug #1237865)
2638         * src/main.cpp: enhanced doxygen main page
2640 2005-08-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2642         * packaging/osx-app.sh: Added a command line option which allows
2643           the executable and bundled dylibs to be stripped, significantly
2644           reducing the package size.
2646 2005-08-20  Ralf Stephan <ralf@ark.in-berlin.de>
2648         * src/desktop-style.cpp: fixed bug 1247989: nonstroked objects are
2649           no longer counted in stroke_average_width()
2650         * src/Doxyfile: added 3 more files
2651         * src/main.cpp: introduced doc hierarchy on doxygen main page
2652         * src/desktop-style.cpp:  improved doxygen documentation
2653           
2654 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2656         * src/connector-context.cpp, src/connector-context.h:
2657           Rework connector context to extend SPEventContext instead of
2658           SPDrawContext, and remove most of the borrowed draw context
2659           code.
2661 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2663         * src/menus-skeleton.h: correct the verb for "Select All In All Layers"
2664           since it was just showing a verb error in the menu.
2666 2005-08-19  Kees Cook  <kees@outflux.net>
2668         * autogen.sh, tools-version.sh, distro: report Ubuntu correctly, detect
2669           and reject unsafe automake versions (1.9.0 -> 1.9.6).
2671 2005-08-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2673         * src/dialogs/display-settings.cpp:
2674           Align the "Oversample bitmaps" option in the preferences
2675           dialog with all the other options.
2677 2005-08-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2679         * src/Makefile_insert: Added connector-context.{cpp,h}
2681         * src/connector-context.cpp, src/connector-context.h: New code for
2682           the connector context.  Handles the interaction of creating and
2683           modifying connectors.
2685         * src/sp-conn-end.cpp, src/sp-conn-end.h: Added sp_conn_adjust_path
2686           for adjusting the path of connectors to the edge of shapes, and
2687           sp_conn_end_detach to detach a connector endpoint from a shape.
2688           Also, when there is only a single shape attached to a connector
2689           and it is moved, then reroute the connector leaving its unattached
2690           endpoint where it is, rather than just moving the whole thing with
2691           the shape.
2693         * src/preferences-skeleton.h, src/toolbox.cpp, src/tools-switch.cpp,
2694           src/tools-switch.h, src/verbs.cpp, src/verbs.h,
2695           src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
2697           Enable the connector context.  Give it a preferences tab, toolbox,
2698           icon, etc.  Also, correct some vim modelines.
2699           
2700         * src/display/sp-canvas.cpp: Allow enter and leave events to be generated
2701           for canvas items when mouse buttons are depressed.
2703         * src/pixmaps/cursor-connector.xpm: A cursor for connector context.
2705 2005-08-18  Jon A. Cruz  <jon@joncruz.org>
2707         * src/knot.cpp: Corrected type conflict for crash bugs.
2709 2005-08-18  Ralf Stephan <ralf@ark.in-berlin.de>
2711         * src/Doxyfile: added 4 more files
2712         * src/extension/implementation/plugin-link.h,
2713           src/extension/internal/gimpgrad.cpp:  improved doxygen documentation
2714           
2715 2005-08-16  Ralf Stephan <ralf@ark.in-berlin.de>
2717         * src/desktop.h, src/desktop.cpp: replaced gboolean with bool
2718         * src/display/curve.cpp: made is_moveto() inline
2719         * src/knot.cpp, src/extension/extension.cpp, src/helper/action.cpp:
2720           added editor footer
2721         * src/desktop.h, src/desktop.cpp, src/knot.cpp, src/sp-gradient.cpp,
2722           src/display/curve.cpp, src/extension/extension.cpp,
2723           src/extension/implementation/plugin.h, 
2724           src/extension/implementation/plugin.cpp,
2725           src/extension/internal/gimpgrad.cpp, src/helper/action.cpp:
2726           improved doxygen documentation
2728 2005-08-14  MenTaLguY  <mental@rydia.net>
2730         * src/widgets/layer-selector.cpp: quick fix for crash bug when
2731           deleting unnamed layer [bug 1255843]
2733 2005-08-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2734         
2735         * packaging/macosx/ScriptExec/main.c: Allow the user to ignore the
2736           automatic fixing of the fontconfig problem and fix the problem
2737           manually.  Don't pop up the dialog again in this case when they
2738           relaunch Inkscape.
2740 2005-08-13  Ralf Stephan <ralf@ark.in-berlin.de>
2742         * src/menus-skeleton.h: fixed cvs bug where, in the default menus.xml, 
2743           given submenus didn't have correct names, so translation on 
2744           non-English systems was missed.
2745         
2746 2005-08-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2748         * packaging/macosx/Resources/script, packaging/macosx/ScriptExec/main.c:
2750         Fix for the fontconfig cache problem on OS X 10.4.  The first time 
2751         Inkscape is launched on 10.4 machines, after checking X11 is available,
2752         a dialog is brought up informing users of the fontconfig problem.  The
2753         dialog has a button to run fc-cache as root.  If chosen, an OS X
2754         authentication dialog in launched and fc-cache is run following the
2755         authentication.  A file is stored in ~/.inkscape to mark that fc-cache
2756         has been run.
2757         
2758 2005-08-11  Ralf Stephan <ralf@ark.in-berlin.de>
2760         * src/sp-gradient.cpp,src/sp-gradient-fns.h,src/event-context.h,
2761           src/event-context.cpp:  replaced gboolean with bool
2762         * src/document-undo.cpp:  added editor footer
2763         * src/sp-gradient.cpp, src/desktop.cpp, src/document.h,
2764           src/document.cpp, src/document-undo.cpp, src/event-context.h,
2765           src/event-context.cpp, src/selection.h:
2766           improved doxygen documentation
2768 2005-08-10      David Yip       <yipdw@rose-hulman.edu>
2770         * src/Makefile_insert: added composite-undo-stack-observer.{cpp,h}
2772         * src/document.{cpp.h},
2773           src/document-undo.cpp, src/document-private.h: 
2774           added hooks for undo stack observer
2776         * src/jabber_whiteboard/Makefile_insert: added new classes
2778         * src/jabber_whiteboard/callbacks.cpp: moved document initialization actions
2779           here (not the best idea, admittedly...)
2781         * src/jabber_whiteboard/connection-establishment.cpp,
2782           src/jabber_whiteboard/session-manager.*,
2783           src/jabber_whiteboard/chat-handler.cpp: updated to work with new listeners
2785         * src/jabber_whiteboard/message-contexts.cpp,
2786           src/jabber_whiteboard/message-handler.*,
2787           src/jabber_whiteboard/message-tags.*,
2788           src/jabber_whiteboard/defines.h: new message types (TODO: trim out dead
2789           types)
2791         * src/jabber_whiteboard/message-queue.*,
2792         * src/jabber_whiteboard/message-node.h: made MessageNode capable of
2793           representing more message types, as required by callbacks.cpp
2794           and new commit model
2796         * src/jabber_whiteboard/message-utilities.*: new utilities, although
2797           this entire class should be going bye-bye soon (its main tasks have been
2798           taken over by SerializerNodeObserver)
2800         * src/jabber_whiteboard/node-tracker.*: removal of node-level locks
2802         * src/jabber_whiteboard/node-utilities.*: removal of unnecessary methods;
2803           this class should also be removed soon
2805         * src/jabber_whiteboard/session-file-selector.cpp: miscellaneous tweaks
2807         * src/jabber_whiteboard/typedefs.h: new type definitions to handle the new
2808           commit model (TODO: prune unnecessary types)
2810         * src/xml/event.cpp: small hack to get Inkboard working (shouldn't be
2811           there, but I'm still learning my way around XML::Node and
2812           XML::Session...help welcome)
2814         * src/undo-stack-observer.h: interface for classes that watch undo, redo,
2815           and undo log commit events
2817         * src/composite-undo-stack-observer.*: similar to CompositeNodeObserver;
2818           combines multiple undo stack observers
2820         * src/jabber_whiteboard/serializer-node-observer.*: XML::Event serializer
2822         * src/jabber_whiteboard/deserializer.*: XML::Event deserializer
2824         * src/jabber_whiteboard/tracker-action-observer.*: simple observer to
2825           watch for added and removed nodes in undo/redo actions (put aside for
2826           now)
2828         * src/jabber_whiteboard/undo-stack-observer.*: Inkboard's undo stack
2829           observer implementation
2831 2005-08-10  Ralf Stephan <ralf@ark.in-berlin.de>
2833         * src/main.cpp: introduced doxygen doc main page with links
2835 2005-08-09  Ralf Stephan <ralf@ark.in-berlin.de>
2837         * src/Doxyfile: added 5 more files
2838         * src/display/curve.h, src/display/curve.cpp, src/knot.cpp,
2839           src/dialogs/export.cpp: replaced gboolean with bool
2840         * src/display/curve.cpp: removed sp_curve_finish() as it is nowhere 
2841           called, made sp_curve_ensure_space() static
2842         * src/sp-object.cpp, src/sp-item.cpp, src/libnr/n-art-bpath.h,
2843           src/libnr/nr-path-code.h, src/ui/view/view.cpp, src/dialogs/export.cpp,
2844           src/display/bezier-utils.cpp, src/display/curve.h,
2845           src/display/curve.cpp, src/knot.h, src/knot.cpp:
2846           improved doxygen documentation
2848 2005-08-08  MenTaLguY  <mental@rydia.net>
2850         * README.txt, README: make autotools happy
2852 2005-08-06  MenTaLguY  <mental@rydia.net>
2854         * Makefile.am, HACKING, HACKING_de, HACKING_fr, HACKING_it,
2855           HACKING.txt, HACKING.de.txt, HACKING.fr.txt, HACKING.it.txt,
2856           README, README_ca, README_de, README_fr, README_it,
2857           README.txt, README.ca.txt, README.de.txt, README.fr.txt, README.it.txt:
2859           saner filenames
2861 2005-08-06  MenTaLguY  <mental@rydia.net>
2863         * src/xml/Makefile_insert, src/xml/log-builder.cpp,
2864           src/xml/log-builder.h, src/xml/simple-session.cpp,
2865           src/xml/simple-session.h:
2867           Implement XML::LogBuilder class and use it from XML::SimpleSession.
2869 2005-08-06  MenTaLguY  <mental@rydia.net>
2871         * src/xml/event.h, src/xml/event.cpp, src/xml/event-fns.h:
2872           rejigger the way XML event logs are handled, based on NodeObservers
2874 2005-08-06  MenTaLguY  <mental@rydia.net>
2876         * src/xml/simple-session.cpp: minor formatting cleanups
2878 2005-08-06  Ted Gould <ted@gould.cx>
2880         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
2882         Adding in a hash table for Verb ID lookups.  This makes searching for them
2883         in the dynamic menus much faster.
2885 2005-08-06  Ralf Stephan <ralf@ark.in-berlin.de>
2887         * src/sp-offset.cpp: 
2888           removed a dependency, made refresh_offset_source() static
2889         * src/svg-view.cpp, src/svg-view.h, src/sp-spiral.cpp, src/sp-spiral.h: 
2890           replaced gboolean with bool
2891         * src/sp-offset.cpp, src/sp-root.cpp, src/sp-stop.h, src/sp-spiral.h,
2892           src/sp-spiral.cpp, src/svg-view.h, src/svg-view.cpp, src/style.cpp:
2893           improved doxygen documentation
2894         
2895 2005-08-05  MenTaLguY  <mental@rydia.net>
2897         * inkscape.spec.in: include translated manpages
2899 2005-08-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2901         * po/nl.po: fix a typo: close a bold tag.
2903 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2905         * src/jabber_whiteboard/typedefs.h:
2906           fixed incorrect template specialization syntax,
2907           removed duplicate definitions (oops...)
2909         * src/gc-alloc.h:
2910           removed explicit keyword from allocator constructors, as it is
2911           necessary to allow implicit conversion for rebinding.  Some
2912           containers in the libstdc++ in GCC 3.4.x require this, such as anything
2913           using the standard library's red-black tree implementation --
2914           std::set, std::map, std::multimap
2916 2005-08-03  Ralf Stephan <ralf@ark.in-berlin.de>
2918         * src/pen-context.cpp: made sp_pen_context_root_handler static
2919         * src/snap.h: removed getSnapToBBox() declaration
2920         * src/sp-stop.h: removed three dependencies
2921         * src/Doxyfile: added further 3 files
2922         * src/object-hierarchy.cpp, src/pen-context.h, src/pen-context.cpp,
2923           src/pencil-context.h, src/pencil-context.cpp, src/snap.h, 
2924           src/snap.cpp, src/sp-stop.h, src/sp-gradient.h, src/sp-gradient.cpp,
2925           src/sp-linear-gradient.h, src/sp-radial-gradient.h:
2926           improved doxygen documentation
2928 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2930         * src/jabber_whiteboard/Makefile_insert,
2931           src/jabber_whiteboard/message-handler.cpp,
2932           src/jabber_whiteboard/empty.cpp:
2933           fixing some build issues (Apple's ar doesn't like creating
2934           archives with an empty member list, so empty.cpp is a null
2935           placeholder to be used as the sole member in the jabber_whiteboard
2936           archive in the event that a user does not wish to enable
2937           Inkboard)
2939 2005-08-02  Bryce Harrington <bryce@bryceharrington.org>
2941         * src/ui/dialog/*.*:  Update copyrights
2943         * doc/WISHLIST:  s/Sodipodi/Inkscape/
2945         * src/desktop.cpp:  Rename SPView to Inkscape::UI::View::View
2947         * changing include file syntax from "" to <> where appropriate
2949         * Changing copyrights to be consistent
2951 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2953         * src/menus-skeleton.h:
2954           added WITH_INKBOARD ifdef to prevent Inkboard options from being
2955           compiled into the menu skeleton if the Inkboard code is not enabled
2957 2005-08-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2959         *  src/display/curve.cpp: Correctly free an array with "delete []".
2961 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
2963         * src/jabber/whiteboard/node-tracker.cpp:
2964           removed unnecessary anchoring of XML::Nodes in XMLNodeTracker
2966 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
2968         * src/jabber_whiteboard/typedefs.h:
2969           moved back to GC::Alloc from traceable_allocator
2971         * src/jabber_whiteboard/node-tracker.cpp:
2972           fixed anchor-release problem with XML::Nodes in XMLNodeTracker
2974 2005-08-01  MenTaLguY  <mental@rydia.net>
2976         * src/gc.cpp, src/gc-core.h: Hans says it's okay to use
2977           GC_malloc_atomic_uncollectable
2979 2005-08-01  MenTaLguY  <mental@rydia.net>
2981         * src/gc-alloc.h: fix improper allocation size
2983 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
2985         * src/jabber_whiteboard/message-handler.cpp: removed some
2986           debug output
2988         * src/dialogs/whiteboard-sharewithchat.cpp: removed some excess
2989           debugging code
2991         * src/jabber_whiteboard/session-manager.cpp: removed 
2992           redundant if (x == NULL) tests surrounding delete
2994 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
2996         * src/ui/icons.cpp, src/ui/stock-items.cpp, src/ui/stock.cpp, 
2997           src/ui/stock.h:
2998           added Inkboard UI stock items
3000         * src/dialogs/whiteboard*:
3001           old C/Gtk Inkboard dialogs for collecting user input necessary
3002           to establish Jabber connections and Inkboard sessions (they're
3003           still used in some parts of the Inkboard code)
3005         * src/Makefile.am, src/Makefile_insert, src/desktop.cpp, 
3006           src/desktop.h, src/document.cpp, src/file.cpp, src/file.h,
3007           src/menus-skeleton.h, src/verbs.cpp, src/verbs.h:
3008           added necessary UI code to access Inkboard functions
3010         * src/jabber_whiteboard/Makefile_insert,
3011           src/jabber_whiteboard/buddy-list-manager.*,
3012           src/jabber_whiteboard/callbacks.*,
3013           src/jabber_whiteboard/chat-handler.*,
3014           src/jabber_whiteboard/connection-establishment.*,
3015           src/jabber_whiteboard/defines.h,
3016           src/jabber_whiteboard/error*,
3017           src/jabber_whiteboard/internal-constants.*,
3018           src/jabber_whiteboard/invitation-confirm-dialog.*,
3019           src/jabber_whiteboard/jabber-handlers.*,
3020           src/jabber_whiteboard/makefile*,
3021           src/jabber_whiteboard/message-*,
3022           src/jabber_whiteboard/node-*,
3023           src/jabber_whiteboard/received-message-helpers.cpp,
3024           src/jabber_whiteboard/player-functors.*,
3025           src/jabber_whiteboard/session-*,
3026           src/jabber_whiteboard/tracker-node.h,
3027           src/jabber_whiteboard/typedefs.h:
3028           Initial commit of Inkboard code
3029         * src/ui/dialog/session-player*,
3030           src/ui/dialog/whiteboard*:
3031           C++/Gtkmm replacements for some old C/Gtk dialogs
3032         * configure.ac:
3033           added Inkboard configure checks
3034         * src/ui/view/edit.cpp,
3035           src/ui/view/edit.h,
3036           src/ui/view/view.cpp:
3037           added Inkboard code stubs to new Gtkmm code
3038         * share/ui/menus-bars.xml:
3039           added Inkboard code stubs to menu UI XML
3041 2005-08-01  Ralf Stephan <ralf@ark.in-berlin.de>
3043         * src/sp-object.cpp: improved doxygen documentation
3045 2005-07-31  Ralf Stephan <ralf@ark.in-berlin.de>
3047         * src/nodepath.cpp: removed three dependencies
3049 2005-07-31  MenTaLguY  <mental@rydia.net>
3051         * src/sp-object.cpp, src/sp-object.h, src/sp-use.cpp:
3052           adopt more consistent refcounting policy
3054         * src/sp-object.h: make second parameter to sp_object_ref and
3055           sp_object_unref optional
3057 2005-07-30  Ralf Stephan <ralf@ark.in-berlin.de>
3059         * src/draw-anchor.cpp, src/nodepath.h: reduced dependencies
3060         * src/nodepath.cpp: removed duplicate dependency, added two from 
3061           nodepath.h, made triangle_area() inline
3062         * src/node-context.cpp: added dependency removed from nodepath.h
3063         * src/Doxyfile: added 2 further files to the scanned list
3064         * src/nodepath.h: moved function docs into nodepath.cpp
3065         * src/color.cpp: made file work with src/Doxyfile
3066         * src/color.cpp, src/draw-anchor.cpp, src/geom.cpp, src/nodepath.cpp:
3067           improved doxygen documentation
3068         * src/event-context.cpp: added a \todo
3069         * src/geom.cpp: added editor footer
3071 2005-07-30  Ted Gould  <ted@gould.cx>
3073         * src/Makefile_insert, src/inkscape.cpp, src/inkscape.h,
3074         src/interface.cpp, src/selection.cpp, src/verbs.cpp, src/verbs.h,
3075         src/extension/effect.cpp, src/extension/effect.h, src/menus-skeleton.h:
3077         Doing two things.  One, making menus configurable by an external xml file
3078         and the second is enabling sensitivity in the verbs.  These are both in
3079         pretty basic states right now, but workable.
3081 2005-07-29  MenTaLguY  <mental@rydia.net>
3083         * src/shortcuts.cpp: made Ctrl+Shift+G the "primary" ungroup shortcut
3085 2005-07-28  Carl Hetherington  <inkscape@carlh.net>
3087         * src/arc-context.cpp: CodingStyle.  Replace gboolean with bool.
3089         * src/desktop-events.cpp: CodingStyle: whitespace.  Add editor
3090         variables block.  gboolean exorcism.  Declaration-to-first-use fixes.
3091         
3093 2005-07-27  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3095         * src/style.h (SP_SCALE24_MAX): Change from 0xffffff to 0xff0000,
3096           and add documentation for choice of value.
3097           (SP_SCALE24_TO_FLOAT) Return a double instead of a float.
3098           (SP_SCALE24_FROM_FLOAT) Change rounding behaviour.
3099           These changes are intended to combat float rounding bugs on x86.
3101         * src/style.cpp (sp_style_merge_from_style_string): Use libcroco
3102           to parse style="..." attribute strings, to improve CSS parsing.
3104 2005-07-27  Ralf Stephan <ralf@ark.in-berlin.de>
3106         * src/Doxyfile: added 10 further files to the scanned list
3107         * src/gc-anchored.h, src/gc-managed.h, src/object-hierarchy.h, 
3108           src/pencil-context.h, src/selection.h, src/sp-object.h, src/sp-spiral.h, 
3109           src/svg-view.h, src/verbs.h, src/livarot/float-line.h, src/util/list.h, 
3110           src/widgets/paint-selector.h, src/xml/repr.h: 
3111           made file work with src/Doxyfile
3112         * src/livarot/int-line.h, src/livarot/float-line.h: 
3113           moved part of documentation into *.cpp file
3114         * src/gc-anchored.h, src/knot-holder-entity.h, src/nodepath.h, 
3115           src/pen-context.h, src/pencil-context.h, src/selection.h, 
3116           src/sp-gradient.h, src/sp-gradient.cpp, src/sp-item.h, src/sp-object.h, 
3117           src/sp-spiral.h, src/style.h, src/svg-view.h, src/extension/extension.h, 
3118           src/libnr/nr-matrix.h, src/livarot/int-line.h, src/livarot/int-line.cpp, 
3119           src/livarot/float-line.h, src/livarot/float-line.cpp, 
3120           src/livarot/sweep-event.h, src/livarot/sweep-event-queue.h, 
3121           src/util/list.h, src/widgets/paint-selector.h, src/xml/repr.h, 
3122           src/xml/repr.cpp: documentation improvements
3123         * src/sp-item.h: added editor footer
3125 2005-07-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3127         * src/svg/stringstream.h, src/svg/stringstream.cpp:
3128           Trim trailing zeros from after the decimal point when writing
3129           float or double to Inkscape::SVGOStringStream.
3130         * src/style-test.cpp: Update expected output accordingly.
3131         * src/svg/stringstream-test.h: New unit test.
3132         * src/Makefile.am, src/svg/Makefile_insert: Add the new unit test.
3133         * src/svg/Makefile_insert:
3134           Don't link unused ftos.cpp, but do link new file stringstream.cpp.
3136 2005-07-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3138         * share/icons/icons.svg: Add icon for connector context.
3140 2005-07-25  Ralf Stephan <ralf@ark.in-berlin.de>
3142         * src/libnr/nr-pixblock.h:  interface cleanup of NRPixBlock: size and mode
3143           are now named enums, empty is now bool, changes to function interfaces 
3144           because of that, changed C macros to C++ inline functions, changed clean 
3145           flag in some function interfaces from int to bool.
3146         * src/libnr/nr-pixblock.cpp:  adaptations due to changes in nr-pixblock.h,
3147           added assert to ...setup_extern() which remains a bit ... risky,
3148         * src/display/sp-canvas.cpp: 
3149           made sp_canvas_item_construct() static, inlined two other functions
3150         * src/svg-view.cpp: piped emit_resized through C++ façade (incomplete)
3151         * src/ui/view/view.h: removed legacyMessageContext() member
3152         * src/Doxyfile: added files, and options to collect todo and bugs
3153         * src/display/curve.cpp: moved member docs into curve.h
3154         * src/event-context.cpp: long line cosmetics, moved a function for clarity
3155         * src/sp-offset.h, src/sp-spiral.cpp, src/svg-view.cpp, 
3156           src/libnr/nr-types.h: added editor footer
3157         * src/color-rgba.h, src/draw-anchor.h, src/event-context.*, src/knot-*.h, 
3158           src/message-*.h, src/modifier-fns.h, src/nodepath.h, 
3159           src/pencil-context.cpp, src/pen-context.*, src/snap.*, src/sp-gradient.h, 
3160           src/sp-gradient-fns.h, src/sp-item.cpp, src/sp-item-notify-moveto.h, 
3161           src/sp-linear-gradient*, src/sp-offset.*, src/sp-radial-gradient*, 
3162           src/sp-spiral.cpp, src/style.cpp, src/svg-view.cpp, src/verbs.cpp, 
3163           src/dialogs/export.cpp, src/display/bezier-utils.cpp, 
3164           src/display/curve.*, src/diplay/sp-canvas.*, 
3165           src/extension/implementation/plugin*, src/extension/internal/gimpgrad.h, 
3166           src/libnr/nr-matrix.h, src/libnr/nr-matrix-scale-ops.h, 
3167           src/libnr/nr-matrix-translate-ops.h, src/libnr/nr-pixblock.*, 
3168           src/libnr/nr-point.h, src/libnr/nr-rotate.h, src/libnr/nr-rotate-fns.h, 
3169           src/libnr/nr-scale-matrix-ops.h, src/libnr/nr-types.h, 
3170           src/livarot/int-line.h, src/ui/view/view.*:
3171           
3172           made file work with src/Doxygen, doxygen documentation improvements
3174 2005-07-24  Ted Gould  <ted@gould.cx>
3176         * 0.42 Release
3178 2005-07-21  Ted Gould  <ted@gould.cx>
3180         * 0.42pre3
3182 2005-05-21  Kees Cook  <kees@outflux.net>
3184         * share/icons/*xpm, src/ui/dialog/transformation.cpp,
3185           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h:
3186           Hooked up Gtkmmified Icon manager correctly.  (bug 1217367)
3187         * Makefile.mingw, Makefile.mingw.common: patch 1241293 for build fixes
3189 2005-07-12  Ted Gould  <ted@gould.cx>
3191         * 0.42pre2
3193 2005-07-11  MenTaLguY  <mental@rydia.net>
3195         * src/debug/logger.cpp: wrap stack vector in method to avoid
3196           potential static initialization issues
3198         * src/sp-object.cpp: add refcount logging
3200 2005-07-09  MenTaLguY  <mental@rydia.net>
3202         * src/document-undo.cpp, src/inkscape.cpp, src/debug/event.h,
3203           src/debug/logger.cpp, src/debug/logger.h, src/debug/simple-event.h,
3204           src/xml/composite-node-observer.cpp, src/xml/event.cpp,
3205           src/xml/simple-node.cpp:
3207           Categorize debugging events and add the ability to filter them
3208           via setting the INKSCAPE_DEBUG_FILTER environment variable to
3209           a comma-separated list of debug event categories.
3211 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
3213         * src/interface.cpp: Spackle for Bug 1217361 "freeze on quitting 
3214         with transform dialog"
3216 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
3218         * src/interface.cpp: Whitespace changes only
3220 2005-07-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3222         * Info.plist.in, packaging/osx-app.sh, packaging/macosx/*:
3224         Changes and new files required to build an Inkscape dmg on Mac OS X.
3226 2005-07-05  Ted Gould  <ted@gould.cx>
3228         * 0.42pre1
3230 2005-07-04  MenTaLguY  <mental@rydia.net>
3232         * src/sp-metadata.cpp: strip id= attributes under rdf:RDF elements
3234 2005-07-04  MenTaLguY  <mental@rydia.net>
3236         * src/sp-object.cpp, src/xml/node-fns.h, src/xml/node-fns.cpp:
3237           don't force id= attributes on anything except elements in the SVG,
3238           Sodipodi, or Inkscape namespaces.
3240 2005-07-04  MenTaLguY  <mental@rydia.net>
3242         * src/verbs.cpp: redo cryve's fix to use defaultLabel() rather than
3243           label()
3245 2005-07-04  Bryce Harrington <bryce@bryceharrington.org>
3247         * src/livarot/float-line.cpp:  Patch from Ralf Stephan
3248         <ralf@ark.in-berlin.de> to suppress two warnings.
3249         
3250 2005-06-28  Ted Gould  <ted@gould.cx>
3252         * src/verbs.h:
3254         Changing from gnu::hash_map to std::map.  The only reason this was a
3255         hash_map before is because I was stealing code that I didn't understand,
3256         and a std::map works as well.  This fixes bug #1172199 for Tru64.
3258 2005-06-28  Ted Gould  <ted@gould.cx>
3260         * src/extension/dependency.cpp:
3262         Fix for #1169396 -- setting the default type for a dependency to file,
3263         this seems to be the only way that the print function could end up using
3264         undefined memory, and then passing it on the gettext.
3266 2005-06-28  Ted Gould  <ted@gould.cx>
3268         * src/extension/implementation/script.cpp,
3269         src/extension/implementation/script.h:
3271         Adding support for information coming back on STDERR from scripts.  This
3272         fixes bug #1220959 and RFE #1178941
3274 2005-07-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3276         * src/sp-stop.h, sp-gradient.cpp, widgets/gradient-vector.cpp:
3277           Implement currentColor as possible value for stop-color, as per spec.
3279 2005-07-02  Kees Cook  <kees@outflux.net>
3281         * src/dialog/rdf.cpp: Added FreeArt license, RFE #1230981.
3283 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
3285         * inkscape.nsi:  Fix for bug #1230744 'wrong installer language'
3286         by theadib.
3288         * src/swatches.cpp: Fix for bug #1217973.  The KDE swatches file
3289         consists of 3 column numbers (missing 4th column), and also lacks
3290         an ending newline.  In this situation, the name variable returned
3291         from trim() could be null, thus causing a segfault when used as an
3292         input to Glib::ustring.
3294         * src/sp-image.cpp: Patch for bug #1210100 by bpfowler to help
3295         narrow in on the cause of the bug.
3297         * README:  Requested change for bug #1174991.  Directions for
3298         installation of perl libs
3299         
3300 2005-07-01  Ben Fowler  <bpfowler@users.sourceforge.net>
3302         * src/desktop.cpp src/svg-view.cpp src/dialogs/display-settings.cpp 
3303         src/dialogs/export.cpp src/dialogs/find.cpp 
3304         src/extension/internal/ps.cpp: Replaced calls to gtk_widget_set_usize 
3305         with GTK2 version.
3307 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
3309         * inkscape.pod, src/main.cpp: Applying Makzu's patch to implement
3310           --vacuum-defs
3312 2005-06-28  Ted Gould  <ted@gould.cx>
3314         * 0.42pre0
3316 2005-06-23  MenTaLguY  <mental@rydia.net>
3318         * src/extension/implementation/script.cpp:
3319           support for ruby scripts (interpreter="ruby")
3321 2005-06-20  Ted Gould  <ted@gould.cx>
3323         * src/desktop.cpp, src/desktop.h, src/document-private.h,
3324         src/document.cpp, src/document.h, src/extension/effect.h,
3325         src/extension/implementation/script.cpp:
3327         Adding in a signal to show that the document is being reconstructed from
3328         another document.  This is used by the scripting extensions implementation
3329         to say to the desktops that they need to save their object references
3330         as strings instead of pointers -- and then recreate them when the
3331         reconstruction is complete.
3333         * src/extension/prefdialog.cpp: Making "OK" have focus.
3335         * src/verbs.cpp, src/verbs.h: Some prototype code to start making verbs
3336         sensitive or not.  Not tied in to anything currently.
3338 2005-06-20  MenTaLguY  <mental@rydia.net>
3340         * src/xml/repr-io.cpp: whoops... don't emit xmlns:xml
3342 2005-06-18  Richard Hughes  <cyreve@users.sourceforge.net>
3344         * src/text-context.cpp, src/text-context.h, src/libnrtype/Layout-TNG.h:
3345           implement double- and triple-clicking of text for selecting the
3346           current word and line respectively
3348 2005-06-16  MenTaLguY  <mental@rydia.net>
3350         * src/interface.cpp: removed "Go to root" context menu item
3352         * src/widgets/layer-selector.cpp: hide "(root)" unless it is the current
3353           layer
3355 2005-06-11  Aaron Spike  <aaron@ekips.org>
3357         * confiugre.ac,
3358           packaging/autopackage/default.apspec.in:
3360           Adding the autopackage specfile
3362 2005-06-10  Richard Hughes  <cyreve@users.sourceforge.net>
3364         * src/text-context.cpp:
3365           use ctrl-left/right for moving cursor by word in text mode,
3366           and ctrl-a for select all text
3368 2005-06-09  Bryce Harrington <bryce@bryceharrington.org>
3370         * src/ui/dialogs/align-and-distribute.cpp,
3371           src/ui/dialogs/align-and-distribute.h,
3372           src/verbs.cpp:
3373           Hooking up Aubanel's new align and distribute dialog
3375 2005-06-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3377         * src/text-context.cpp (sp_text_context_root_handler):
3378           Greater conformance to ISO 14755 for unicode entry.  We now
3379           implement all of the ``Basic method'' portion of that spec
3380           except for non-latin hexadecimal digits (first 6 letters of
3381           other alphabets).  (Instead, we do the same as for all other
3382           shortcuts, viz. force a group0 (latin) interpretation of the
3383           keypress.)
3385 2005-06-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3387         * src/pen-context.cpp (spdc_endpoint_snap): Pen tool: do snapping
3388           (i.e. namedview_free_snap_all_types) even for initial point.
3390         * src/Makefile.am (INCLUDES), src/extension/script/Makefile_insert
3391         (extension_script_libscript_a_CXXFLAGS):
3393           Put PERL_CFLAGS PYTHON_CFLAGS into global INCLUDES rather than
3394           using a libscript_a_CXXFLAGS var (which involved creating .o files
3395           specific to that lib).
3397 2005-06-06  Ted Gould  <ted@gould.cx>
3399         * src/extensions/effect.cpp:
3401         Adding in the code so that effects can be undoable.
3403         * src/extensions/implementation/script.[cpp,h]
3405         Adding in the code so that a new window is not displayed when an
3406         effect is executed.  Now it is in the same window (much nicer).
3408         * src/extensions/internal/latex*.[cpp,h]
3410         Patches from the mailing list to add LaTeX output.
3412 2005-06-04  MenTaLguY  <mental@rydia.net>
3414         * src/extensions/init.cpp:
3416           That tears it.  Showing the error dialog on startup goes.  I've
3417           had to respond to one too many bloody bug reports.  If we released
3418           0.42 with this too we'll drive away users permanently.  As it was,
3419           a lot of people were assuming 0.41 was broken when they saw this
3420           and reverted to 0.40.
3422 2005-05-31  MenTaLguY  <mental@rydia.net>
3424         * src/preferences-skeleton.h: disable extension error dialog on startup
3425           -- I'm sick of hearing that Inkscape is broken because people see
3426           this dialog on startup.  It makes us look bad.
3427           
3428           We're not going to repeat this for 0.42 -- find a better approach.
3430 2005-05-28  MenTaLguY  <mental@rydia.net>
3432         * src/document.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
3433           src/sp-flowtext.cpp, src/sp-object.cpp, src/sp-object.h,
3434           src/sp-path.cpp, src/sp-rect.cpp, src/sp-root.cpp, src/sp-root.h,
3435           src/sp-shape.cpp, src/version.cpp, src/version.h:
3437           propagate SVG version upwards, and move SPVersion into Inkscape
3438           namespace
3440 2005-05-24  Simarilius  <Simarilius@yahoo.com>
3442         * src/verbs.cpp, src/dialogs/tiledialog.cpp, src/dialogs/tiledialog.h,
3443         src/ui/dialogs/dialog-manager.cpp
3444         
3445         Converted the tiledialog over to the inkscape:ui:dialog class and hooked
3446         it into dialog manager
3448 2005-05-24  Ted Gould  <ted@gould.cx>
3450         * src/extension/dependency.cpp, src/extension/extension.cpp,
3451         src/extension/extension.h, src/extension/init.cpp,
3452         src/extension/implementation/script.cpp:
3454         Applying patch 1199856 which allows Inkscape to have multiple directories
3455         for extensions.  Currently those are /share/inkscape/extensions and
3456         ~/.inkscape/extensions.  The patch was written by Aaron Spike.
3458 2005-05-23  Ted Gould  <ted@gould.cx>
3460         * share/extensions/<alot>
3462         Adding in Aaron Spike's extensions so that they come with the standard
3463         build.  Lot's of useful stuff that is worth having for most users.
3465 2005-05-19  MenTaLguY  <mental@rydia.net>
3467         * src/verbs.cpp, src/ui/dialog/align-and-distribute.h,
3468           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
3469           src/ui/dialog/document-preferences.h, src/ui/dialog/export.h,
3470           src/ui/dialog/extension-editor.h, src/ui/dialog/fill-and-stroke.h,
3471           src/ui/dialog/find.h, src/ui/dialog/inkscape-preferences.h,
3472           src/ui/dialog/layer-editor.h, src/ui/dialog/messages.h,
3473           src/ui/dialog/text-properties.h, src/ui/dialog/transformation.h,
3474           src/ui/dialog/xml-editor.h, src/ui/view/edit.cpp:
3476           refactoring of the dialog manager code, introducing factory
3477           functions and a method specifically for showing a dialog
3479 2005-05-19  MenTaLguY  <mental@rydia.net>
3481         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
3483           fix layer property undo crash bugs (#1192708 and #1171704)
3485 2005-05-19  MenTaLguY  <mental@rydia.net>
3487         * src/debug/Makefile_insert, src/debug/sysv-heap.cpp,
3488           src/debug/sysv-heap.h, src/gc.cpp, src/debug/gc-heap.h,
3489           src/debug/heap.cpp:
3491           moved GC Heap statistics stuff into libdebug to ease circular
3492           dependencies
3494 2005-05-17  MenTaLguY  <mental@rydia.net>
3496         * src/ui/dialog/memory.cpp:
3498           reduce magnitude of memory jitter somewhat by avoiding some vector
3499           resizing and copying
3501 2005-05-16  MenTaLguY  <mental@rydia.net>
3503         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
3505           revised Debug::Heap API slightly
3507         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
3509           thousands separators and other niceties.  'apply' now forces a
3510           garbage collection and immediate update.
3512 2005-05-16  MenTaLguY  <mental@rydia.net>
3514         * src/ui/dialog/memory.cpp: re-use existing rows, though it doesn't
3515           seem to help memory jitter much
3517 2005-05-15  MenTaLguY  <mental@rydia.net>
3519         * src/debug/heap.cpp: fix bounds error
3521         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
3522         
3523         flesh out basic memory info dialog
3525 2005-05-15  MenTaLguY  <mental@rydia.net>
3527         * configure.ac: cleaned up tests
3529         * src/debug/heap.cpp: fixed feature macro names
3531 2005-05-15  MenTaLguY  <mental@rydia.net>
3533         * configure.ac: added tests for mallinfo and malloc.h
3535         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
3537           fix up Debug::Heap API slightly
3539 2005-05-14  MenTaLguY  <mental@rydia.net>
3541         * src/interface.cpp, src/verbs.cpp, src/verbs.h,
3542           src/ui/dialog/Makefile_insert, src/ui/dialog/dialog-manager.cpp,
3543           src/ui/dialog/dialog-manager.h, src/ui/dialog/memory.cpp,
3544           src/ui/dialog/memory.h:
3545           
3546           added skeletal memory statistics dialog
3548 2005-05-12  Juerg Billeter  <j@bitron.ch>
3550         * configure.ac: Have pkgconfig explicitly require gdkmm-2.4 & glibmm-2.4
3551         (used directly by Inkscape), rather than relying on transitive
3552         dependencies.  It's said that this is required in some cases with
3553         pkgconfig 0.17 and later.
3555 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
3557         * ChangeLog configure.ac src/Makefile_insert src/desktop-widget.h
3558           src/desktop.h src/dropper-context.cpp src/file.cpp
3559           src/shortcuts.cpp src/sp-text.cpp src/splivarot.cpp
3560           src/svg-view.h src/text-context.cpp src/verbs.cpp
3561           src/extension/implementation/plugin-link.h
3562           src/extension/internal/grid.cpp src/helper/action.h
3563           src/helper/window.cpp src/ui/dialog/dialog.cpp
3564           src/ui/dialog/messages.cpp src/ui/view/view.cpp
3565           src/ui/view/view.h:   
3567           Moving view.* into src/ui/view/
3568         
3569 2005-05-09  MenTaLguY  <mental@rydia.net>
3571         * src/gc-alloc.h: const-correctness fix
3573 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
3575         * configure.ac:  Defaulting with-gnome-vfs to on if library is
3576           present. 
3577         
3578         * po/POTFILES.in : Fixed error causing compile failure
3580         * src/Makefile_insert src/arc-context.cpp src/desktop-events.cpp
3581            src/desktop.cpp src/desktop.h src/dyna-draw-context.cpp
3582            src/gradient-context.cpp src/gradient-toolbar.cpp
3583            src/interface.cpp src/make.dep src/make.files
3584            src/rect-context.cpp src/select-context.cpp
3585            src/select-toolbar.cpp src/seltrans.cpp src/spiral-context.cpp
3586            src/star-context.cpp src/toolbox.cpp src/verbs.cpp src/view.cpp
3587            src/view.h src/application/application.cpp
3588            src/application/application.h src/application/editor.cpp
3589            src/application/editor.h src/ui/dialog/align-and-distribute.cpp
3590            src/ui/dialog/align-and-distribute.h
3591            src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h
3592            src/ui/dialog/dialog.cpp src/ui/dialog/dialog.h
3593            src/ui/dialog/document-preferences.cpp
3594            src/ui/dialog/document-preferences.h src/ui/dialog/export.cpp
3595            src/ui/dialog/export.h src/ui/dialog/extension-editor.cpp
3596            src/ui/dialog/extension-editor.h
3597            src/ui/dialog/fill-and-stroke.cpp
3598            src/ui/dialog/fill-and-stroke.h src/ui/dialog/find.cpp
3599            src/ui/dialog/find.h src/ui/dialog/inkscape-preferences.cpp
3600            src/ui/dialog/inkscape-preferences.h
3601            src/ui/dialog/layer-editor.cpp src/ui/dialog/layer-editor.h
3602            src/ui/dialog/messages.h src/ui/dialog/text-properties.cpp
3603            src/ui/dialog/text-properties.h
3604            src/ui/dialog/transformation.cpp src/ui/dialog/transformation.h
3605            src/ui/dialog/tree-editor.h src/ui/dialog/xml-editor.cpp
3606            src/ui/dialog/xml-editor.h src/ui/view/Makefile_insert
3607            src/ui/view/edit.cpp src/ui/view/edit.h :
3609            Renaming sp-desktop-widget.h to desktop-widget.h for
3610            consistency with other desktop files.  Beginning migration of
3611            desktop-* and view* files into ui/view/ subdir.  Incorporating
3612            DialogManager into existing SPDesktop code.  Making SPView
3613            derive from GObject.  Changing Messages dialog to run via
3614            DialogManager.  Removing getName() and getDesc() routines from
3615            Dialogs.  
3616         
3617 2005-05-08  MenTaLguY  <mental@rydia.net>
3619         * src/Makefile_insert: change link order since the GC code now
3620           depends on the debugging stuff
3622         * src/debug/Makefile_insert, src/debug/heap.cpp, src/debug/heap.h:
3624           added heap statistics stuff
3626         * src/gc.cpp: register the GC heap with the heap statistics facility
3628 2005-05-07  MenTaLguY  <mental@rydia.net>
3630         * src/gc-anchored.h, src/gc-core.h, src/gc-finalized.h,
3631           src/gc-managed.h, src/gc.cpp:
3633           hide the global Ops structure from the outside world, and expose
3634           some additional libgc API.
3636 2005-05-07  Ted Gould  <ted@gould.cx>
3638         * src/extension/parameter.cpp: bug fix for empty string parameter
3640         * share/extensions/dropshadow.inx,
3641         src/extension/implementation/script.cpp:
3643         Adding in an "interpreter" attribute for "command" that will prepend
3644         the command with the interpreter.  Right now only "perl" and "python"
3645         work, and they only prepend "perl" and "python", but more will be
3646         added later.
3648 2005-05-07  MenTaLguY  <mental@rydia.net>
3650         * src/xml/composite-node-observer.cpp: bug fixes
3652         * src/xml/simple-node.cpp, src/xml/simple-node.h: switch to using
3653           CompositeNodeObserver, which has saner add/remove semantics
3655         * src/util/list-container-test.cpp: add another test, just to be sure
3657         * src/dialogs/xml-tree.cpp: remove need for is_interactive flag on
3658           attribute changes (the flag is effectively disabled by the other
3659           changes)
3661 2005-05-05  MenTaLguY  <mental@rydia.net>
3663         * src/debug/event.h, src/debug/logger.cpp:
3665           PropertyPair is now its own class
3666         
3667         * src/xml/simple-node.cpp: add logging of XML node mutation
3669         * src/xml/Makefile_insert, src/xml/composite-node-observer.cpp,
3670           src/xml/composite-node-observer.h:
3672           added CompositeNodeObserver class, which will eventually replace
3673           the existing notifier lists
3675 2005-05-05  MenTaLguY  <mental@rydia.net>
3677         * src/inkscape.cpp: try to cleanly terminate log in case of crashes
3679 2005-05-05  MenTaLguY  <mental@rydia.net>
3681         * src/document-undo.cpp, src/debug/Makefile_insert, src/debug/logger.cpp,
3682           src/debug/simple-event.h, src/xml/event.cpp:
3684           add debug logging for undo+redo+transactions
3686 2005-05-05  MenTaLguY  <mental@rydia.net>
3688         * src/inkscape.cpp, src/main.cpp: initialize and shutdown debug log
3689           from more reliable place
3691         * src/debug/logger.cpp: clean up log via std::atexit()
3693 2005-05-04  MenTaLguY  <mental@rydia.net>
3695         * configure.ac, src/Makefile.am, src/Makefile_insert,
3696           src/debug/Makefile_insert, src/debug/makefile.in:
3698           added src/debug/ subdir
3700         * src/gc-alloc.h: no default management type for now
3702         * src/debug/event-tracker.h, src/debug/event.h, src/debug/logger.cpp,
3703           src/debug/logger.h: simple XML logging facility
3705         * src/util/Makefile_insert: fixed cut-and-paste error
3707 2005-04-29  Jon A. Cruz  <jon@joncruz.org>
3708         * src/dialogs/swatches.cpp, src/dialogs/eek-preview.h,
3709           src/dialogs/eek-preview.cpp:
3711         Added property to swatch to block taking focus.
3713 2005-04-28  Jon A. Cruz  <jon@joncruz.org>
3714         * src/dialogs/Makefile_insert, src/dialogs/eek-preview.cpp,
3715           src/dialogs/eek-preview.h, src/dialogs/swatches.cpp,
3716           src/dialogs/swatches.h, src/ui/previewholder.cpp,
3717           src/ui/previewable.h, src/ui/widget/panel.cpp:
3719           Adding new widget for color swatch usage.
3721 2005-04-24  Bryce Harrington <bryce@bryceharrington.org>
3723         * src/Makefile.am src/Makefile_insert,
3724           src/application/Makefile_insert, src/application/editor.cpp,
3725           src/application/editor.h, src/extension/internal/svg.cpp,
3726           src/ui/Makefile_insert, src/ui/view/Makefile_insert,
3727           src/ui/view/edit.cpp, src/ui/view/edit.h, src/ui/view/makefile.in,
3728           src/application/editor-impl.cpp, src/application/editor-impl.h:
3730           Renaming EditorImpl to UI::View::Edit
3732           Fixing bug 1185873 "batch mode crasher" caused by VFS being
3733           called with relative paths.  Adding a check to see whether the
3734           input is a valid uri, and if not, just calling sp_document_new
3735           directly.
3738 2005-04-23  Ted Gould  <ted@gould.cx>
3740         * src/extension/input.cpp, src/extension/input.h,
3741         src/extension/output.cpp, src/extension/output.h,
3742         src/extension/system.cpp, src/extension/implementation/implementation.cpp,
3743         src/extension/implementation/implementation.h,
3744         src/extension/implementation/plugin-link.h,
3745         src/extension/implementation/plugin.cpp,
3746         src/extension/implementation/plugin.h,
3747         src/extension/implementation/script.cpp,
3748         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
3749         src/extension/internal/eps-out.h:
3751         Changing the prototype for the input/output preferences to be closer to
3752         that of Effects.  This is a good thing because now autogui can be used for
3753         all, and it is much cleaner.  Unfortunately, this caused alot of files to
3754         be changed.  Also, this sets up the extensions dialog (we're only using
3755         one now) to be integrated into the GTKmm codebase easier.
3757 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3758         * src/widgets/sp-color-wheel-selector.cpp,
3759           src/widgets/sp-color-scales.h, src/widgets/sp-color-slider.cpp,
3760           src/widgets/sp-color-scales.cpp:
3761         Changed CMYK selector to display values as 0-100. Fixes REF #1124499.
3763 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3764         * src/xml/repr-io.cpp:
3765         Expand entities; matches 0.41 behavior. Fixes bug #1157478.
3767 2005-04-20  Jon A. Cruz  <jon@joncruz.org>
3768         * src/sp-object-repr.cpp:
3769         Turned off the half-done <animate> element. Fixes bug #1119935.
3771 2005-04-19  Carl Hetherington  <inkscape@carlh.net>
3773         * src/pen-context.cpp: snap first point to grid correctly, fixing
3774         #1152057.  Remove a pointless call to spdc_endpoint_snap().
3776         * src/main.cpp: support for command-line export of PS and EPS,
3777         with options.
3779 2005-04-19  Piers Titus van der Torren  <piersvdt@users.sourceforge.net>
3780         * src/seltrans.cpp:
3781         Fixed skew so it displays and snaps to angle instead of percentage.
3783 2005-04-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3785         * src/extension/internal/pov-out.cpp (PovOutput::save):
3786         Was dividing component bytes by 256 instead of the usual 255 to get
3787         floating point component.  Changed to use sp_color_get_rgb_floatv
3788         instead.  (N.B. This change is wrong if pov files disallow 1.0.)
3790         Multiply opacity by product of all ancestors' opacity property computed
3791         value.
3793 2005-04-18  Carl Hetherington  <inkscape@carlh.net>
3795         * src/sp-line.cpp, src/dialogs/unclump.cpp,
3796         src/extension/internal/ps.cpp,
3797         src/libnrtype/Layout-TNG-Output.cpp,
3798         src/Layout-TNG-Scanline-Makers.cpp, src/livarot/PathCutting.cpp:
3799         add missing include of nr-point-matrix-ops.h.
3801 2005-04-17  Jon A. Cruz  <jon@joncruz.org>
3802         * src/toolbox.cpp:
3804         Corrected improper use of static. Fixes bug #1171919.
3806 2005-04-16  Ted Gould  <ted@gould.cx>
3808         * src/extension/extension.cpp, src/extension/parameter.cpp:
3810         Adding in autogui for strings and booleans.  Also making everything
3811         a little more robust.
3813 2005-04-17  cyreve  <cyreve@users.sourceforge.net>
3815         * src/: sp-text.cpp, sp-text.h, text-context.cpp, text-editing.cpp,
3816           text-editing.h, libnrtype/Layout-TNG-Compute.cpp: hook up keys
3817           for adding rotate= attribute to text elements
3819         * src/libnrtype/Layout-TNG-OutIter.cpp: visual cursor left/right in
3820           counterdirectional text runs
3822 2005-04-16  cyreve  <cyreve@users.sourceforge.net>
3824         * src/: display/nr-arena-glyphs.cpp, libnrtype/FontInstance.cpp,
3825           libnrtype/RasterFont.cpp, libnrtype/font-instance.h,
3826           libnrtype/font-style.h: make miter-limit work for text outlines
3827           (bug 1094430)
3829 2005-04-16  Ted Gould  <ted@gould.cx>
3831         * src/main.cpp:
3833         Added a command-line arguement --extension-directory to find what
3834         extension directory Inkscape is configured for.  This should be 
3835         helpful for external extensions that want to use the same path
3836         as Inkscape itself on their install.
3838         * src/extension/extension.cpp, src/extension/init.cpp:
3840         Putting in half of Aaron's fix, mostly the one to keep things from
3841         crashing, next we need to examine how to add multiple search paths
3842         for extension dependencies.
3844         Also, added a check so that autogui won't create a GUI if there are
3845         no preferences.
3847 2005-04-13  Jon Phillips <jon@rejon.org>
3848         * src/toolbox.cpp: removed code that was beeping and prepped for new
3849           drag-n-drop color swatches.
3851 2005-04-13  cyreve  <cyreve@users.sourceforge.net>
3853         * src/path-chemistry.cpp: wire up converting object to path for
3854           flowtext
3856 2005-04-13  Jon A. Cruz  <jon@joncruz.org>
3857         * src/dialogs/swatches.cpp:
3859         Simple drag-n-drop out from color swatches.
3861 2005-04-12  cyreve  <cyreve@users.sourceforge.net>
3863         * src/: selection-chemistry.cpp, text-context.cpp, text-context.h,
3864           text-editing.cpp, text-editing.h: cut and copy selected text (bug
3865           1175441)
3867 2005-04-12  Ted Gould  <ted@gould.cx>
3869         * src/extension/extension.cpp, src/extension/extension.h,
3870         src/extension/parameter.cpp, src/extension/parameter.h,
3871         src/extension/implementation/script.cpp:
3873         This is support for having command line arguments from the parameters,
3874         mostly this is a quick hack to get Aaron working, I'll clean it up
3875         shortly, I promise.  But, it does seem to be working right now.  More
3876         polish shortly.
3878 2005-04-10  Jon A. Cruz  <jon@joncruz.org>
3879         * src/interface.cpp:
3881         Adding drag-n-drop support for arbitrary images. Fixes bug 1177714.
3884 2005-04-10  Ted Gould  <ted@gould.cx>
3886         * Lots of files:
3888         Moving around the plugins, and disabling the feature.  I've put all
3889         the functionality into the internal directory.  This should allow for
3890         the features to be used until plugins could work.  Also, adding in
3891         features to do autogui with the parameters of a given extension.
3893 2005-04-09  Bryce <bryce@bryceharrington.org>
3895         * src/view.h, src/application/editor-impl.cpp,
3896           src/application/editor-impl.h, src/svg-view.h:
3898           C++-ification.  Created some C++ wrapper member functions for
3899           SPView and SPSVGView, to enable Gtkmmification of SPDesktop
3901 2005-04-09  MenTaLguY  <mental@rydia.net>
3903         * src/selection.cpp, src/selection.h, src/dialogs/align.cpp,
3904           src/extension/implementation/script.cpp,
3905           src/extension/plugin/bluredge.cpp, src/util/glib-list-iterators.h:
3907           excise STL abuse, and fix up the glib list iterators
3909 2005-04-09  MenTaLguY  <mental@rydia.net>
3911         * src/file.cpp, src/interface.cpp, src/shortcuts.cpp,
3912           src/sp-object-repr.cpp, src/sp-skeleton.cpp, src/verbs.cpp,
3913           src/dialogs/export.cpp, src/display/nr-arena-item.cpp,
3914           src/libnrtype/FontFactory.cpp, src/libnrtype/TextWrapper.h,
3915           src/livarot/ShapeMisc.cpp, src/livarot/float-line.cpp:
3917           combined several different 64-bit cleanness patches
3919 2005-04-08 Jon Phillips <jon@rejon.org>
3920         * src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h: 
3921           added copyright statements about dialog manager code I wrote.
3923 2005-04-08  MenTaLguY  <mental@rydia.net>
3925         * src/draw-context.cpp, src/dyna-draw-context.cpp, src/path-chemistry.cpp,
3926           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
3927           src/splivarot.cpp, src/extension/plugin/bluredge.cpp,
3928           src/trace/trace.cpp:
3930           renaming Inkscape::Selection methods that deal with XML::Nodes
3932 2005-04-08  MenTaLguY  <mental@rydia.net>
3934         * src/document-undo.cpp: try again with handling incomplete transactions
3935           more gracefully
3937 2005-04-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3939         * src/io/sys.h, src/io/sys.cpp (dir_open, dir_read_utf8name):
3940           New functions: utf8 wrappers around g_dir_open, g_dir_read_name.
3942 2005-04-02  Bryce Harrington <bryce@bryceharrington.org>
3944         * configure.ac share/ui/menus-bars.xml, src/Makefile.am,
3945           src/Makefile_insert, src/file.cpp,
3946           src/application/editor-impl.cpp,
3947           src/application/editor-impl.h,
3948           src/extension/init.cpp, src/extension/input.cpp,
3949           src/extension/system.cpp,
3950           src/extension/implementation/implementation.cpp,
3951           src/extension/implementation/plugin.cpp,
3952           src/extension/implementation/script.cpp,
3953           src/extension/internal/svg.cpp
3954         : Implementing preliminary load-from-URI functionality.
3955         
3957 2005-04-02  MenTaLguY  <mental@rydia.net>
3959         * src/document-undo.cpp, src/xml/event-fns.h, src/xml/event.cpp,
3960           src/xml/event.h:
3962           more debugging info for incomplete transactions
3964 2005-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3966         * src/sp-gradient.cpp: Fix crash with cycles in gradient hrefs.
3968 2005-04-01  Jon A. Cruz  <jon@joncruz.org>
3969         * src/ui/widget/panel.h, src/ui/widget/panel.cpp, src/ui/previewholder.h,
3970           src/ui/previewholder.cpp,src/dialogs/swatches.cpp,
3971           src/dialogs/swatches.h:
3972           Added UI for switching palettes
3974 2005-04-01  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3975         * src/style.cpp (sp_style_merge_from_dying_parent): New function to
3976           combine the styles of the <use> element and its ghost child when
3977           unlinking.
3978         * src/sp-use.cpp: Use it.
3980 2005-03-31  Jon A. Cruz  <jon@joncruz.org>
3981         * src/ui/widget/panel.cpp, src/ui/widget/panel.h, src/path-prefix.h,
3982           src/dialogs/swatches.cpp, src/dialogs/swatches.h
3983           share/palettes/Makefile.am, share/palettes/svg.gpl:
3984           Adding palette loading.
3986 2005-03-31 Jean-François Lemaire <jflemaire@skynet.be>
3987         * share/icons/David_icons.svg: new icon theme by David Christian Berg
3989         * share/icons/README.icons: explanations on how to use the theme
3991 2005-03-30  Jean-François Lemaire <jflemaire@skynet.be>
3992         * share/icons/icons.svg: included the layer menu icons
3994         * src/verbs.cpp: assigned names for the layer menu icons
3996 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
3997         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
3998           src/ui/previewholder.h, src/ui/previewfillable.h,
3999           src/dialogs/iconpreview.cpp, src/dialogs/swatches.cpp:
4000           Adding panel menu
4002 2005-03-27  Jon Phillips <jon@rejon.org>
4003         * src/toolbox.cpp src/toolbox.h src/ui/dialog/dialog-manager.cpp
4004           src/ui/dialog/dialog-manager.h: Added generic dialog adding,
4005           deleting, and getting and fixed toolboxes to be static with no
4006           warnings.
4008 2005-03-26  Bryce <bryce@bryceharrington.com>
4010         * share/ui/keybindings.rc, share/ui/menus-bars.xml
4011           src/application/editor-impl.cpp, src/application/editor-impl.h,
4012           src/extension/internal/svg.cpp, src/ui/dialog/Makefile_insert,
4013           src/ui/dialog/dialog-manager.cpp,
4014           src/ui/dialog/dialog-manager.h, src/ui/dialog/messages.cpp,
4015           src/ui/dialog/messages.h: Initial implementation of canvas in
4016           gtkmm.  Incorporating Messages dialog.
4019 2005-03-24  MenTaLguY  <mental@rydia.net>
4021         * src/sp-item.cpp: fix relative transforms to accommodate viewbox
4023 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
4025         * src/ui/Makefile_insert, src/dialogs/swatches.cpp,
4026           src/dialogs/swatches.h, src/ui/previewable.h,
4027           src/ui/previewfillable.h, src/ui/previewholder.cpp,
4028           src/ui/previewholder.h:
4029           Refactoring previewable functionality to be more generic
4031 2005-03-24  cyreve  <cyreve@users.sourceforge.net>
4033         * src/: text-context.cpp, text-editing.cpp, text-editing.h:
4034           functions for applying style to selected text, and wire them
4035           up to ctrl-b/ctrl-i for bold/italic
4037 2005-03-23  Jon Phillips <jon@rejon.org>
4038         * src/toolbox.h src/toolbox.cpp: Fixed warning messages.
4040 2005-03-23  Jon A. Cruz  <jon@joncruz.org>
4042         * src/ui/previewable.h, src/ui/Makefile_insert,
4043           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
4044           Preliminary work for 'Previewable' interface.
4046 2005-03-23  cyreve  <cyreve@users.sourceforge.net>
4048         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
4049           libnrtype/Layout-TNG-Output.cpp: make text on path work correctly
4050           with accent glyphs and suchlike
4052         * src/: text-chemistry.cpp, libnrtype/Layout-TNG.h: apply text's
4053           alignment to startOffset on new textpath elements, fixes bug
4054           1168145
4056         * src/libnrtype/Layout-TNG-OutIter.cpp: selecting text to the end
4057           sometimes displays wrong
4059 2005-03-22  MenTaLguY  <mental@rydia.net>
4061         * src/arc-context.cpp, src/desktop-handles.cpp,
4062           src/desktop-handles.h, src/desktop.cpp, src/desktop.h,
4063           src/document.h, src/draw-context.cpp, src/draw-context.h,
4064           src/file.cpp, src/forward.h, src/gradient-context.cpp,
4065           src/gradient-drag.cpp, src/gradient-drag.h, src/gradient-toolbar.cpp,
4066           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
4067           src/node-context.h, src/nodepath.cpp, src/object-ui.cpp,
4068           src/path-chemistry.cpp, src/rect-context.cpp, src/selcue.cpp,
4069           src/selcue.h, src/select-context.cpp, src/select-toolbar.cpp,
4070           src/selection-chemistry.cpp, src/selection-chemistry.h,
4071           src/selection-describer.cpp, src/selection-describer.h,
4072           src/selection.cpp, src/selection.h, src/seltrans.cpp,
4073           src/seltrans.h, src/sp-flowtext.cpp, src/spiral-context.cpp,
4074           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
4075           src/text-context.cpp, src/toolbox.cpp, src/verbs.cpp,
4076           src/dialogs/align.cpp, src/dialogs/clonetiler.cpp,
4077           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
4078           src/dialogs/find.cpp, src/dialogs/iconpreview.cpp,
4079           src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
4080           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4081           src/dialogs/tiledialog.cpp, src/dialogs/transformation.cpp,
4082           src/dialogs/xml-tree.cpp, src/extension/plugin/bluredge.cpp,
4083           src/extension/plugin/grid.cpp, src/trace/trace.cpp,
4084           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
4085           src/ui/dialog/transformation.cpp, src/ui/dialog/transformation.h,
4086           src/widgets/sp-widget.cpp, src/widgets/sp-widget.h:
4088           SPSelection -> Inkscape::Selection
4090 2005-03-22  cyreve  <cyreve@users.sourceforge.net>
4092         * src/text-context.cpp: pressing esc doesn't hide text selection
4094         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4095           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
4096           libnrtype/Layout-TNG.h: make text selection inverse
4098 2005-03-21  Jon Phillips <jon@rejon.org>
4100         * share/icons/icons.svg src/dropper-context.cpp
4101           src/dropper-context.h src/toolbox.cpp src/toolbox.h
4102           src/dialogs/display-settings.cpp: Added controls for eye dropper
4103           so that I could get color values. Removed option from application
4104           preferences.
4106 2005-03-21  MenTaLguY  <mental@rydia.net>
4108         * src/util/Makefile_insert, src/util/glib-list.h,
4109           src/util/glib-list-iterators.h:
4111           retired old Glib list to Util::List adaptor and replaced it with
4112           new iterator classes that directly wrap the Glib list types
4114 2005-03-21  cyreve  <cyreve@users.sourceforge.net>
4116         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp: text
4117           selection doesn't show when it starts at the end of a line
4119         * src/: text-context.cpp, text-editing.cpp: crash on overtyping
4120           selection, and displayed selection not removed on overtype
4122         * src/text-editing.cpp: kerning information placed wrongly in text
4123           after child span element
4125         * src/libnrtype/Layout-TNG-OutIter.cpp: crash when pressing home key
4127         * src/: text-context.cpp, text-context.h: text selection using the
4128           mouse
4130         * src/: make.dep, make.files, make.ofiles,
4131           libnrtype/Layout-TNG-OutIter.cpp: further optimisation of text
4132           selection, and an implementation for text on a path
4134         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp,
4135           libnrtype/Layout-TNG.h: optimisation of text selection and fixing
4136           some bugs in it
4138 2005-03-18  MenTaLguY  <mental@rydia.net>
4140         * src/arc-context.cpp, src/file.cpp, src/gradient-context.cpp,
4141           src/node-context.cpp, src/object-ui.cpp, src/path-chemistry.cpp,
4142           src/rect-context.cpp, src/select-context.cpp,
4143           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
4144           src/sp-flowtext.cpp, src/spiral-context.cpp, src/splivarot.cpp,
4145           src/star-context.cpp, src/text-chemistry.cpp, src/text-context.cpp,
4146           src/dialogs/find.cpp, src/dialogs/in-dt-coordsys.cpp,
4147           src/dialogs/xml-tree.cpp:
4149           cleaned up the selection API slightly
4151 2005-03-20  cyreve  <cyreve@users.sourceforge.net>
4153         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4154           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
4155           libnrtype/Layout-TNG.h: initial implementation of text selection
4156           (keyboard only)
4158         * src/libnrtype/Layout-TNG-OutIter.cpp: making
4159           createSelectionShape() work
4161         * src/: sp-text.cpp, sp-text.h: text-anchor sometimes won't work in
4162           text on a path when x/y coordinates are set
4164         * src/libnrtype/Layout-TNG-Output.cpp: text on path: cut characters
4165           before start of path and calculate bounding box correctly when
4166           this happens
4168 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
4169         * src/dialogs/Makefile_insert, src/dialogs/swatches.cpp,
4170           src/dialogs/swatches.h, src/verbs.h, src/verbs.cpp,
4171           src/interface.cpp:
4172           Initial cut of swatches panel.
4174 2005-03-19  cyreve  <cyreve@users.sourceforge.net>
4176         * src/libnrtype/Layout-TNG-Compute.cpp: rendering of
4177           multiple-character clusters in rtl text is wrong (bug 1166603)
4179         * src/: make.dep, make.files, make.ofiles, sp-text.cpp, sp-text.h,
4180           text-editing.cpp: glue kerning info back together on deleting
4181           line breaks
4183         * src/sp-tspan.cpp: textpath startOffset attribute doesn't save
4184           correctly when it's a percentage (remnants of bug 1124722)
4186         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4187           text-editing.h, libnrtype/Layout-TNG.h: use Layout::iterator for
4188           storing cursor position. Fixes bug 1093660 related to rtl cursor
4189           movement
4191         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG.h: implement
4192           backend cursor movement functions properly for multidirectional
4193           text
4195         * src/libnrtype/Layout-TNG-Output.cpp: create more efficient
4196           postscript output
4198         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG-Output.cpp,
4199           Layout-TNG.h: obey text-align attribute when fitting text to a
4200           path (fixes bug 1124722)
4202         * src/: attributes-test.cpp, attributes.cpp, attributes.h,
4203           sp-flowtext.cpp, sp-text.cpp, sp-tspan.cpp, sp-tspan.h,
4204           style-test.cpp, libnrtype/Layout-TNG-Output.cpp: wire up
4205           startOffset attribute to textpath and fix bugs in it
4207         * src/sp-flowtext.cpp: unflow text command loses formatting
4209         * src/xml/repr-io.cpp: xml pretty-printer adding whitespace in
4210           xml:space=preserve elements
4212         * src/: sp-flowtext.cpp, text-editing.cpp: line breaks not being
4213           put before strings immediately following para elements, and
4214           deleting line breaks copies style wrongly
4216 2005-03-18  MenTaLguY  <mental@rydia.net>
4218         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4219           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4220           src/xml/node-fns.cpp, src/xml/node-fns.h, src/xml/node-iterators.h,
4221           src/xml/repr.cpp, src/xml/simple-node.cpp:
4223           renamed node-fns-tree to node-fns, and moved sp_repr_prev etc
4224           into Inkscape::XML namespace (as e.g. previous_node)
4226 2005-03-18  cyreve  <cyreve@users.sourceforge.net>
4228         * src/libnrtype/Layout-TNG-Compute.cpp: cursor position on blank
4229           first line sometimes goes wrong
4231         * src/: make.dep, make.files, make.ofiles, text-editing.cpp:
4232           spurious line break added before text in text and font dialog
4233           (bug 1166016)
4235         * src/: make.dep, make.files, make.ofiles, libnrtype/FlowBoxes.cpp,
4236           libnrtype/FlowBoxes.h, libnrtype/FlowDefs.h,
4237           libnrtype/FlowDest.cpp, libnrtype/FlowDest.h,
4238           libnrtype/FlowEater.cpp, libnrtype/FlowEater.h,
4239           libnrtype/FlowRes.cpp, libnrtype/FlowRes.h,
4240           libnrtype/FlowResOut.cpp, libnrtype/FlowSols.cpp,
4241           libnrtype/FlowSols.h, libnrtype/FlowSrc.cpp, libnrtype/FlowSrc.h,
4242           libnrtype/FlowSrcText.cpp, libnrtype/FlowSrcText.h,
4243           libnrtype/FlowStyle.cpp, libnrtype/FlowStyle.h,
4244           libnrtype/FlowUtils.cpp, libnrtype/FlowUtils.h,
4245           libnrtype/Makefile_insert: remove all old text layout code (7,577
4246           lines)
4248         * src/: sp-flowregion.cpp, sp-flowregion.h, sp-flowtext.cpp,
4249           sp-string.cpp, sp-tspan.cpp: purge flow_dest class from code
4251         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
4252           libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: define a value
4253           for line-height:normal and use it consistently
4255         * src/: sp-text.cpp, sp-text.h, text-editing.cpp: adjust kerning
4256           attributes on adding/removing line breaks
4258 2005-03-17  MenTaLguY  <mental@rydia.net>
4260         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp:
4262           whoops, we were calling the 'children' vfunc rather than
4263           'last_child' when appending, hence the bug... fixed now.
4265 2005-03-17  cyreve  <cyreve@users.sourceforge.net>
4267         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
4268           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h: x,y
4269           attributes on tspans set wrongly when alignment != left (bug
4270           1165427)
4272         * src/: sp-text.cpp, sp-text.h: break before tspan role=line
4273           elements, ie allow first tspan not to have role=line
4275         * src/: make.dep, make.files, make.ofiles, sp-flowtext.cpp,
4276           sp-object.cpp: fix inheritance problems with xml:space attribute
4278         * src/libnrtype/Layout-TNG-OutIter.cpp: crash on pressing enter
4279           immediately after creating text
4281         * src/: object-ui.cpp, sp-flowtext.cpp: set xml:space=preserve on
4282           new flowdiv elements
4284         * src/libnrtype/Layout-TNG-Compute.cpp: second try at solving
4285           numerical problems when line-height is set
4287         * src/: sp-flowtext.cpp, sp-flowtext.h, verbs.cpp: slightly
4288           objectify SPFlowtext and rearrange its updating a tiny bit
4290         * src/: path-chemistry.cpp, sp-flowregion.cpp, sp-offset.cpp,
4291           sp-text.cpp, sp-text.h, sp-use-reference.cpp, splivarot.cpp:
4292           slightly objectify SPText & rearrange updating code, also fixes
4293           bug causing all letters to appear on top of each other
4295         * src/libnrtype/Layout-TNG-Compute.cpp: characters will draw
4296           multiple times when x or y attributes set
4298 2005-03-16  cyreve  <cyreve@users.sourceforge.net>
4300         * src/text-editing.cpp: kerning: add/remove kerns with
4301           insertion/deletion of characters, and only apply kerns to the
4302           topmost xml object
4304         * src/: help.cpp, selection-chemistry.cpp, sp-text.cpp, sp-text.h,
4305           text-context.cpp, text-editing.cpp, text-editing.h,
4306           dialogs/text-edit.cpp: move functions applying to both text and
4307           flowtext to text-editing & rename them. Also fixes crash on
4308           letter/linespacing adjustment for flowtext
4310         * src/text-editing.cpp: fix crash on pressing delete at the end of
4311           text
4313         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
4314           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h:
4315           position cursor correctly in empty text objects
4317         * src/: sp-item-group.cpp, sp-object.cpp: optimise adding children
4318           to the end of a group - big improvement for tile clones
4320         * src/: sp-flowtext.cpp, sp-text.cpp, text-context.cpp,
4321           text-editing.cpp, text-editing.h: text editing fixes: track line
4322           breaks with preceding para tag, finish abstracting line
4323           break/remove functions to work on flowtext
4325         * src/libnrtype/Layout-TNG-Compute.cpp: cursor positioning
4326           off-by-one in some cases of wrapped text
4328 2005-03-15  cyreve  <cyreve@users.sourceforge.net>
4330         * src/libnrtype/Layout-TNG-Compute.cpp: small tweak to make cursor
4331           positioning work right in counterdirectional spans in fully
4332           justified text
4334         * src/sp-text.cpp: tweak function for adjusting linespacing by
4335           keyboard to be more precise
4337         * src/: attributes-test.cpp, attributes.cpp, make.dep, make.files,
4338           make.ofiles, style-test.cpp, style.cpp,
4339           libnrtype/Layout-TNG-Output.cpp: make the unit tests pass for the
4340           new styles, and workaround build breakage when pango < 1.8
4341           installed
4343         * src/: sp-flowtext.cpp, sp-flowtext.h,
4344           libnrtype/Layout-TNG-Compute.cpp,
4345           libnrtype/Layout-TNG-Scanline-Makers.cpp, libnrtype/Layout-TNG.h:
4346           wiring up full justification to old attribute & fixing bugs in
4347           it, which turned in to a major refactoring of layout code
4349 2005-03-14  Jon Phillips <jon@rejon.org>
4350         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
4351           src/desktop.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4352           src/dialogs/desktop-properties.cpp:
4353           Added showpageshadow preference to document preferences. Set to
4354           on automatically and saves with document if off.
4356 2005-03-14  MenTaLguY  <mental@rydia.net>
4358         * src/display/nr-arena-item.h, src/display/nr-arena-item.cpp,
4359           src/display/nr-arena-group.cpp:
4361           added virtual accessor for last child
4363 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
4364         * src/interface.cpp, src/verb.cpp, src/verbs.h,
4365           src/ui/widget/panel.cpp, src/dialogs/Makefile_insert,
4366           src/dialogs/extensions.cpp, src/dialogs/extensions.h,
4367           src/extension/error-file.cpp:
4368           Added rough cut of initial extensions panel and dialog.
4370 2005-03-13  Bryce Harrington <bryce@bryceharrington.org>
4372         * src/path-prefix.h: Rearranging linking of libui and libutil
4374         * src/application/application.cpp, src/application/application.h
4375           src/application/editor-impl.cpp,
4376           src/ui/dialog/dialog-manager.cpp,  src/ui/dialog/dialog.cpp,
4377           src/ui/dialog/dialog.h, src/ui/widget/labelled.cpp,
4378           src/ui/dialog/transformation.h, src/ui/dialog/transformation.cpp,
4379           src/ui/widget/unit-menu.h, src/util/units.cpp:
4380           Integrating Transformation dialog.  Removing hardcoded paths.
4382         * share/icons/Makefile.in, share/icons/arrows-horiz.svg,
4383           share/icons/arrows-vert.svg, share/icons/arrows_hor.xpm,
4384           share/icons/arrows_ver.xpm, share/icons/rotate.svg,
4385           share/icons/rotate.xpm, share/icons/scale_hor.xpm,
4386           share/icons/scale_ver.xpm, share/icons/Makefile.am:
4387           Adding icons needed by transformation dialog
4389         * share/ui/units.txt,  share/ui/units.xml:
4390           Moving units into ui/ subdir.  Dunno if this is the best
4391           location for them, but pjrm thought it'd be ok for now.
4393 2005-03-13  cyreve  <cyreve@users.sourceforge.net>
4395         * src/sp-text.cpp: allow adjusting letter spacing when cursor is at
4396           eol
4398         * src/: make.dep, make.files, make.ofiles,
4399           libnrtype/Layout-TNG-Compute.cpp,
4400           libnrtype/Layout-TNG-OutIter.cpp,
4401           libnrtype/Layout-TNG-Output.cpp, libnrtype/Layout-TNG.h: fix
4402           kerning when align != left, and fix linespacing < 100
4404         * src/: sp-flowtext.cpp, sp-text.cpp, sp-text.h, style.cpp,
4405           style.h, libnrtype/Layout-TNG-Compute.cpp,
4406           libnrtype/Layout-TNG-Input.cpp, libnrtype/Layout-TNG-OutIter.cpp,
4407           libnrtype/Layout-TNG-Output.cpp,
4408           libnrtype/Layout-TNG-Scanline-Maker.h, libnrtype/Layout-TNG.h:
4409           implement line-height css property, & fix percentage handling in
4410           style
4412 2005-03-12  MenTaLguY  <mental@rydia.net>
4414         * src/node-context.cpp, src/node-context.h, src/nodepath.cpp,
4415           src/nodepath.h, src/toolbox.cpp, src/dialogs/align.cpp:
4417           Renamed Path namespace to Inkscape::NodePath, to avoid conflict
4418           with livarot
4420 2005-03-12  Kees Cook  <kees@outflux.net>
4422         * inkscape.nsi: added German translation from Adib Taraben.
4424 2005-03-12  MenTaLguY  <mental@rydia.net>
4426         * src/sp-namedview.cpp, src/sp-metadata.cpp: it's valid for an SPObject
4427           'write' method to be passed the object's own XML node; account for this.
4429 2005-03-12  MenTaLguY  <mental@rydia.net>
4431         * src/xml/simple-node.cpp: assert that src != this in
4432           SimpleNode::mergeFrom
4434 2005-03-12  MenTaLguY  <mental@rydia.net>
4436         * src/gc-alloc.h: minor cosmetic adjustments
4438         * src/util/list-container.h: pedantically correct implementation of
4439           ListContainer::max_size()
4441         * src/xml/simple-node.cpp: use Util::ListContainer iterators in a more
4442           STL-ish fashion
4444 2005-03-12  Jon A. Cruz  <jon@joncruz.org>
4445         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
4446           src/ui/widget/Makefile_insert, src/dialogs/iconpreview.h,
4447           src/dialogs/iconpreview.cpp:
4448           Initial addition of Panel.
4450 2005-03-12  cyreve  <cyreve@users.sourceforge.net>
4452         * src/sp-flowtext.cpp: text unflow command losing space characters:
4453           add xml:space to generated elements
4455         * src/: attributes.cpp, attributes.h, make.dep, make.files,
4456           make.ofiles, sp-flowtext.cpp, sp-text.cpp, style.cpp, style.h,
4457           text-context.cpp, text-editing.cpp, dialogs/text-edit.cpp,
4458           libnrtype/FlowRes.cpp, libnrtype/Layout-TNG-Compute.cpp,
4459           libnrtype/Layout-TNG-Input.cpp: add several new text properties
4460           to SPStyle and rearrange some of the existing ones, also remove
4461           spurious warning on applying kerning
4463         * src/sp-flowtext.cpp: svg spec requires us to break after flowline
4464           content, not before
4466 2005-03-11  cyreve  <cyreve@users.sourceforge.net>
4468         * src/desktop-style.cpp, src/sp-text.cpp, src/sp-text.h,
4469           src/sp-tspan.cpp, src/sp-tspan.h, src/text-chemistry.cpp,
4470 src/text-editing.cpp,
4471           src/text-editing.h: combine the common attribute handling for text,
4472           tspan and textpath into one class
4474         * src/sp-flowtext.cpp, src/sp-string.cpp: reimplement xml:space attribute
4476         * src/sp-text.cpp, src/libnrtype/Layout-TNG-OutIter.cpp,
4477           src/libnrtype/Layout-TNG.h: apply calculated x/y attributes to tspan
4478           role=line elements
4480         * src/libnrtype/Layout-TNG-Output.cpp: postscript text output
4481           incorrectly scaled (and other problems)
4483 2005-03-10  cyreve  <cyreve@users.sourceforge.net>
4485         * src/sp-flowdiv.h, src/sp-flowtext.h,
4486           src/sp-text.cpp, src/sp-text.h, src/sp-tspan.h, src/text-context.cpp,
4487           src/text-editing.cpp, src/text-editing.h,
4488           src/libnrtype/Layout-TNG-Compute.cpp,
4489           src/libnrtype/Layout-TNG-OutIter.cpp: clean up xml tree properly on
4490           deleting line break, & fix various compile issues
4492         * src/nodepath.cpp, src/sp-flowdiv.cpp,
4493           src/sp-flowdiv.h, src/sp-flowtext.cpp, src/sp-flowtext.h,
4494 src/sp-string.cpp,
4495           src/sp-string.h, src/sp-text.cpp, src/sp-text.h, src/sp-tspan.cpp,
4496 src/sp-tspan.h,
4497           src/text-editing.cpp, src/verbs.cpp, src/libnrtype/FontInstance.cpp,
4498           src/libnrtype/font-instance.h, src/livarot/Shape.h,
4499           src/libnrtype/Layout-TNG-Compute.cpp, src/libnrtype/Layout-TNG-Input.cpp,
4500           src/libnrtype/Layout-TNG-OutIter.cpp,
4501           src/libnrtype/Layout-TNG-Output.cpp,
4502           src/libnrtype/Layout-TNG-Scanline-Maker.h,
4503           src/libnrtype/Layout-TNG-Scanline-Makers.cpp,
4504           src/libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: huge rewrite of
4505           text layout (and some text editing) code
4507 2005-03-07  Kees Cook  <kees@outflux.net>
4509         * src/libnr/have_mmx.S, src/libnr/nr_mmx_R8G8B8A8_P_EMPTY_A8_RGBAP.S,
4510           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_A8_RGBAP.S,
4511           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_R8G8B8A8_N_TRANSFORM.S,
4512           src/libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S: execstack patch
4513           from Mike Hearn.
4515 2005-03-07  Jon A. Cruz  <jon@joncruz.org>
4516         * src/interface.cpp, src/verbs.h, src.verbs.cpp, src/widgets/icon.cpp,
4517           src/dialogs/iconpreview.h, src/dialogs/iconpreview.cpp,
4518           src/dialogs/Makefile_insert:
4519           Initial cut of icon preview.
4521 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
4523         * share/icons/*.svg, share/icons/Makefile.am:  Adding icons for
4524           new gui interface
4526         * src/ui/icons.cpp:  Fixing some paths
4528         * src/main.cpp src/application/Makefile_insert,
4529           src/application/app-prototype.h,
4530           src/application/application.cpp src/application/editor.cpp,
4531           src/ui/widget/toolbox.cpp,
4532           src/application/editor-impl.cpp:
4533           Broke out editor-impl class to its own file.  Continued getting
4534           the new interface to the point where it'll load and run.
4536         * share/ui/keybindings.rc, share/ui/toolbox.xml, share/ui/menus-bars.xml:
4537           Migrating some of the UI definition stuff into main codebase
4539 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
4540         * src/widgets/layer-selector.cpp, src/widgets/icon.h,
4541           src/widgets/icon.cpp, src/dialogs/align.cpp, src/dialogs/find.cpp,
4542           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
4543           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4544           src/dialogs/xml-tree.cpp, src/interface.cpp:
4545           Purging PixBufFactory and sp_icon_new_scaled.
4547 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
4548         * src/widgets/icon.cpp, src/widgets/icon.cpp: Switched icon loading
4549           to be deferred and react to theme changes on-the-fly.
4551 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
4553         * src/application/Makefile_insert,
4554           src/application/app-prototype.cpp,
4555           src/application/editor.h,
4556           src/application/app-prototype.h,
4557           src/application/application.cpp:
4558           Adding Application::AppPrototype class
4559         * src/application/editor.cpp,
4560           src/application/editor.h:
4561           Changing member function getImpl() to getWindow()
4563 2005-03-04  Jon A. Cruz  <jon@joncruz.org>
4564         * src/widgets/icon.cpp: Changed stock item loading to use stock
4565           GtkImage widgets directly.
4567 2005-03-03  MenTaLguY  <mental@rydia.net>
4569         * src/widgets/icon.cpp: more idiomatic iteration
4571 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
4572         * src/toolbox.cpp: Added preference to make the top toolbox 'small'.
4574 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
4575         * src/desktop-events.cpp, src/desktop.cpp, src/gradient-toolbar.cpp,
4576           src/interface.cpp, src/select-toolbar.cpp, src/toolbox.cpp,
4577           src/toolbox.h, src/dialogs/find.cpp,
4578           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
4579           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4580           src/dialogs/xml-tree.cpp, src/widgets/button.cpp,
4581           src/widgets/button.h, src/widgets/icon.cpp, src/widgets/icon.h,
4582           src/widgets/layer-selector.cpp, src/widgets/paint-selector.cpp,
4583           src/widgets/widget-sizes.h:
4584           Initial pass removing hardcoded icon sizes.
4586 2005-03-01  MenTaLguY  <mental@rydia.net>
4588         * src/extensions/internal/ps.cpp: apply patch from Michael Forbes
4589           (miforbes@mbhs.edu) to support gradient fills in Postscript
4591 2005-03-01  MenTaLguY  <mental@rydia.net>
4593         * src/xml/node.h, src/xml/simple-node.cpp, src/xml/simple-node.h:
4595           begin migration of notification interface to use NodeObserver
4596           rather than NodeEventVector
4598 2005-03-01  MenTaLguY  <mental@rydia.net>
4600         * src/xml/Makefile_insert, src/xml/node-listener.h, src/xml/repr.cpp,
4601           src/xml/simple-node.cpp, src/xml/simple-node.h:
4603           reworked listener list to use Util::ListContainer
4605         * src/xml/node-observer.h: minor name cleanups
4607 2005-03-01  MenTaLguY  <mental@rydia.net>
4609         * src/Makefile.am, src/algorithms/find-if-before.h:
4611           added new generic algorithm
4613 2005-03-01  MenTaLguY  <mental@rydia.net>
4615         * src/Makefile.am, src/util/Makefile_insert,
4616           src/util/list-container-test.cpp, src/util/list-container.h:
4618           tests and fixes for Util::ListContainer
4620 2005-03-01  MenTaLguY  <mental@rydia.net>
4622         * src/Makefile.am, src/libnr/Makefile_insert, src/xml/Makefile_insert:
4623           use in-tree copy of cxxtest
4625         * src/util/Makefile_insert, src/util/list-container.h:
4626           add Util::List-based STL container
4628 2005-02-28 SwinginCelt  <swinginceltgmail.com>
4630         * Fixed an improper conversion of sp_repr_document_merge that was causing
4631           extra data being written to the prefrences file every time inkscape
4632           exited.
4634 2005-02-26 SwinginCelt  <swinginceltgmail.com>
4636         * Replaced all sp_repr_set_content calls with direct call to
4637           repr->setContent.
4638         * Replaced all sp_repr_merge calls with direct call to
4639           repr->mergeFrom.
4640         * Removed inline sp_repr_document_merge because it wasn't used anywhere.
4641         * Removed inline sp_repr_set_content because it wasn't used anywhere.
4643 2005-02-26  MenTaLguY  <mental@rydia.net>
4645         * cxxtest: imported cxxtest tree
4647 2005-02-24  Jon A. Cruz  <jon@joncruz.org>
4648         * src/main.cpp, io/sys.h, io/sys.cpp:
4649           Refactoring input filename conversion and fallback.
4650           Fixes bug #1151536.
4652 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
4653         * src/main.cpp:
4654           Refactoring sp_main_*. Adding cleanup phase on extracted filename list.
4656 2005-02-22  Bryce Harrington <bryce@bryceharringotn.org>
4658         * src/main.cpp, src/application/application.cpp:  Adding --new-gui
4659         option.
4661 2005-02-22  Ted Gould  <ted@gould.cx>
4663         * src/interface.cpp:
4665         Changing the effects menu to be driven by the preferences file so that the
4666         file can be the same whether or not the effects are shown.
4668 2005-02-22  MenTaLguY  <mental@rydia.net>
4670         * src/desktop-style.cpp, src/selection-chemistry.cpp,
4671           src/xml/attribute-record.h, src/xml/node.h, src/xml/repr-css.cpp,
4672           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h:
4674           use Inkscape::Util::List for attribute lists, and sprinkle some
4675           appropriate 'using's in to make things less verbose
4677 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
4678         * src/inkscape.cpp, src/main.cpp, src/extension/input.cpp, src/io/sys.cpp,
4679           src/xml/repr-io.cpp:
4680           Better catching of problematic filenames.
4681           Made segv handler only use dialog box when app is using a gui.
4682           Fixes bug #1145847.
4684 2005-02-22  Ted Gould  <ted@gould.cx>
4686         * src/extension/effect.cpp, src/extension/prefdialog.cpp,
4687         src/extension/prefdialog.h,
4688         src/extension/implementation/implementation.cpp,
4689         src/extension/implementation/implementation.h,
4690         src/extension/implementation/plugin-link.h,
4691         src/extension/implementation/plugin.cpp,
4692         src/extension/implementation/plugin.h,
4693         src/extension/implementation/script.cpp,
4694         src/extension/implementation/script.h, src/extension/plugin/grid.cpp:
4696         Changing the API of the effects preferences so that it doesn't use
4697         sockets and plugs anymore.  Now there is a generic widget passed down so
4698         that should work on every platform.
4700         * src/extension/plugin/grid.cpp:
4702         Fixing the grid so that it uses the right axis.
4704         * share/extensions/Makefile.am, share/extensions/bluredge.inx,
4705         share/extensions/randompnt.inx, share/extensions/randompos.inx,
4706         src/extension/plugin/Makefile_insert, src/extension/plugin/bluredge.cpp,
4707         src/extension/plugin/randompnt.cpp, src/extension/plugin/randompos.cpp:
4709         Adding some cool new effects, well, they're not really done yet,
4710         but getting the basis code into CVS so I don't loose it :)
4712 2005-02-21  MenTaLguY  <mental@rydia.net>
4714         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4715           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4716           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4717           src/xml/repr.cpp, src/xml/simple-node.cpp:
4719           renamed header files
4721         * src/xml/Makefile_insert, src/xml/invalid-operation-exception.h:
4723           added Inkscape::XML::InvalidOperationException
4725         * src/xml/simple-node.h:
4727           avoid a second indirect function call from SimpleNode::appendChild
4729 2005-02-20 SwinginCelt  <swinginceltgmail.com>
4731         * Replaced all sp_repr_attr calls with direct call to
4732           repr->attribute.
4733         * Replaced all sp_repr_document_unref calls with direct call to
4734           Inkscape::GC::release(...).
4735         * Removed iinline sp_repr_document_ref because it wasn't used anywhere.
4737 2005-02-20  MenTaLguY  <mental@rydia.net>
4739         * src/inkscape.cpp: removed unused signals
4741 2005-02-19  MenTaLguY  <mental@rydia.net>
4743         * src/arc-context.cpp, src/desktop.cpp, src/document-private.h,
4744           src/document-undo.cpp, src/document.cpp, src/event-context.cpp,
4745           src/gradient-chemistry.cpp, src/gradient-chemistry.h,
4746           src/gradient-drag.cpp, src/gradient-drag.h, src/node-context.cpp,
4747           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4748           src/star-context.cpp, src/toolbox.cpp,
4749           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4750           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4751           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4752           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
4753           src/xml/attribute-record.h, src/xml/document.h, src/xml/event-fns.h,
4754           src/xml/event.cpp, src/xml/event.h, src/xml/node-event-vector.h,
4755           src/xml/node-iterators.h, src/xml/node-listener.h, src/xml/node.h,
4756           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp, src/xml/repr-io.cpp,
4757           src/xml/repr-sorting.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp,
4758           src/xml/repr.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4759           src/xml/simple-node.h, src/xml/simple-session.cpp,
4760           src/xml/sp-css-attr.h, src/xml/sp-repr-action-fns.h,
4761           src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h,
4762           src/xml/sp-repr-attr.h, src/xml/sp-repr-doc.h,
4763           src/xml/sp-repr-event-vector.h, src/xml/sp-repr-iterators.h,
4764           src/xml/sp-repr-listener.h, src/xml/sp-repr.h:
4766           renamed header files to match new class names
4768 2005-02-19  MenTaLguY  <mental@rydia.net>
4770         * src/arc-context.cpp, src/arc-context.h, src/desktop-events.cpp,
4771           src/desktop-style.cpp, src/desktop-style.h, src/desktop.cpp,
4772           src/document-private.h, src/document-undo.cpp, src/document.cpp,
4773           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
4774           src/dyna-draw-context.h, src/event-context.cpp, src/event-context.h,
4775           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
4776           src/inkscape.h, src/inkview.cpp, src/interface.cpp, src/knotholder.cpp,
4777           src/knotholder.h, src/layer-fns.cpp, src/main.cpp, src/node-context.cpp,
4778           src/nodepath.cpp, src/nodepath.h, src/object-ui.cpp,
4779           src/path-chemistry.cpp, src/prefs-utils.cpp, src/rect-context.cpp,
4780           src/rect-context.h, src/selection-chemistry.cpp, src/selection.cpp,
4781           src/selection.h, src/seltrans.cpp, src/sp-anchor.cpp,
4782           src/sp-animation.cpp, src/sp-clippath.cpp, src/sp-conn-end-pair.cpp,
4783           src/sp-conn-end-pair.h, src/sp-defs.cpp, src/sp-ellipse.cpp,
4784           src/sp-flowdiv.cpp, src/sp-flowregion.cpp, src/sp-flowtext.cpp,
4785           src/sp-gradient-fns.h, src/sp-gradient-test.cpp, src/sp-gradient.cpp,
4786           src/sp-guide.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4787           src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
4788           src/sp-linear-gradient-fns.h, src/sp-marker.cpp, src/sp-mask.cpp,
4789           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4790           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object-repr.h,
4791           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp, src/sp-offset.h,
4792           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4793           src/sp-polyline.cpp, src/sp-radial-gradient-fns.h, src/sp-rect.cpp,
4794           src/sp-root.cpp, src/sp-shape.cpp, src/sp-skeleton.cpp,
4795           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-string.cpp,
4796           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-tspan.cpp,
4797           src/sp-use-reference.h, src/sp-use.cpp, src/spiral-context.cpp,
4798           src/spiral-context.h, src/splivarot.cpp, src/star-context.cpp,
4799           src/star-context.h, src/style.cpp, src/style.h, src/text-chemistry.cpp,
4800           src/text-context.cpp, src/text-editing.cpp, src/toolbox.cpp,
4801           src/verbs.cpp, src/application/application.cpp,
4802           src/application/application.h, src/application/editor.h,
4803           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
4804           src/dialogs/export.cpp, src/dialogs/fill-style.cpp, src/dialogs/rdf.cpp,
4805           src/dialogs/sp-attribute-widget.cpp, src/dialogs/sp-attribute-widget.h,
4806           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4807           src/dialogs/tiledialog.cpp, src/dialogs/xml-tree.cpp,
4808           src/ecma/EcmaBinding.cpp, src/ecma/EcmaBinding.h,
4809           src/extension/dependency.cpp, src/extension/dependency.h,
4810           src/extension/effect.cpp, src/extension/effect.h,
4811           src/extension/extension.cpp, src/extension/extension.h,
4812           src/extension/input.cpp, src/extension/input.h,
4813           src/extension/output.cpp, src/extension/output.h,
4814           src/extension/print.cpp, src/extension/print.h, src/extension/system.cpp,
4815           src/extension/implementation/plugin.cpp,
4816           src/extension/implementation/script.cpp,
4817           src/extension/implementation/script.h,
4818           src/extension/internal/gdkpixbuf-input.cpp,
4819           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4820           src/extension/internal/svg.cpp, src/extension/plugin/grid.cpp,
4821           src/helper/stock-items.cpp, src/trace/trace.cpp,
4822           src/widgets/dash-selector.cpp, src/widgets/dash-selector.h,
4823           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp,
4824           src/widgets/layer-selector.cpp, src/widgets/layer-selector.h,
4825           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
4826           src/widgets/sp-widget.h, src/widgets/sp-xmlview-attr-list.cpp,
4827           src/widgets/sp-xmlview-attr-list.h, src/widgets/sp-xmlview-content.cpp,
4828           src/widgets/sp-xmlview-content.h, src/widgets/sp-xmlview-tree.cpp,
4829           src/widgets/sp-xmlview-tree.h, src/widgets/spw-utilities.h,
4830           src/xml/comment-node.h, src/xml/element-node.h, src/xml/node-observer.h,
4831           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
4832           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4833           src/xml/repr-io.cpp, src/xml/repr-sorting.cpp, src/xml/repr-sorting.h,
4834           src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
4835           src/xml/session.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4836           src/xml/simple-node.h, src/xml/simple-session.cpp,
4837           src/xml/simple-session.h, src/xml/sp-css-attr.h,
4838           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
4839           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h,
4840           src/xml/sp-repr-doc.h, src/xml/sp-repr-event-vector.h,
4841           src/xml/sp-repr-iterators.h, src/xml/sp-repr-listener.h,
4842           src/xml/sp-repr.h, src/xml/text-node.h, src/xml/transaction-logger.h:
4844             SPRepr -> Inkscape::XML::Node
4845             SPReprDoc -> Inkscape::XML::Document
4846             SPReprAttr -> Inkscape::XML::AttributeRecord
4847             SPReprAction -> Inkscape::XML::Event
4848             SPReprEventVector -> Inkscape::XML::EventVector
4849             SPReprListener -> Inkscape::XML::NodeListener
4851             etc..
4853 2005-02-19  Jon A. Cruz  <jon@joncruz.org>
4854         * src/extension/extension.h, src/extension/internal/svg.cpp,
4855           src/extension/internal/svgz.cpp:
4856           Fixing .svgz Inkscape save and adding .svgz Plain save.
4857           Fixes bug #1144223
4859 2005-02-18  Jon A. Cruz  <jon@joncruz.org>
4860         * src/Makefile.am, src/libnr/Makefile_insert,
4861           src/libnr/nr-point-fns-test.h  src/libnr/nr-types-test.h:
4862           Adding initial version of CxxTest test cases.
4864 2005-02-17  Jon A. Cruz  <jon@joncruz.org>
4866         * src/io/gzipinputstream.h, src/io/gzipinputstream.cpp: Changed
4867           decompression to be streammed and removed hardcoded limit.
4869 2005-02-17  MenTaLguY  <mental@rydia.net>
4871         * src/inkscape.h, src/inkscape.cpp, src/desktop.cpp:
4873           rewrote "last desktop standing" test to not suck
4875 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4877         * Replaced some sp_repr_attr calls with direct call to
4878           repr->attribute.
4880 2005-02-16 John Cliff <simarilius@yahoo.com>
4882         * src/dialogs/tiledialog.h, src/dialogs/tiledialog.cpp,
4883           src/dialogs/makefile_insert, src/verbs.cpp, src/verbs.h:
4884           Added a dialog that allows you to arrange the selection
4885           in a grid pattern with user defined spacing.
4886           its in objects->grid arrange...
4888 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4890         * Replaced inline function sp_repr_name with direct call to
4891           repr->name.
4892         * Replaced inline function sp_repr_content with direct call to
4893           repr->content.
4894         * Replaced inline function sp_repr_has_attr with direct call to
4895           repr->matchAttributeName.
4897 2005-02-15  MenTaLguY  <mental@rydia.net>
4899         * src/document.cpp, src/document.h, src/file.cpp, src/help.cpp,
4900           src/inkscape.cpp, src/inkview.cpp, src/slideshow.cpp,
4901           src/dialogs/filedialog.cpp, src/dialogs/stroke-style.cpp,
4902           src/extension/internal/gdkpixbuf-input.cpp,
4903           src/extension/internal/svg.cpp, src/extension/plugin/gimpgrad.cpp,
4904           src/helper/stock-items.cpp, src/widgets/icon.cpp:
4906           removed unused SPDocument::advertize
4908 2005-02-14  MenTaLguY  <mental@rydia.net>
4910         * src/document.cpp: remove redundant assignment that appears to confuse
4911           gcc anyhow
4913 2005-02-14  SwinginCelt  <swingincelt@gmail.com>
4915         * Replaced inline function sp_repr_set_position_absolute with
4916           direct call to repr>->setPosition.
4918 2005-02-13  Bryce  <bryce@bryceharrington.org>
4920         * src/main.cpp, src/application/application.cpp, src/inkscape.h,
4921           src/application/editor-impl.h, src/application/editor.cpp
4922           src/application/editor.h, src/ui/dialog/dialog-manager.cpp,
4923           src/ui/dialog/dialog-manager.h, src/application/app-prototype.h
4924           src/application/application.h:  Integrating I::A::Application
4925           into the execution path.  Now its run() routine is called from
4926           main().
4928         * src/application/Makefile_insert, src/application/makefile.in,
4929           src/application/editor-impl.h, src/application/editor.cpp,
4930           src/application/editor.h:  Initial import of inkscape_gtkmm
4931           code.  Also see doc/NewAppArchitecture/ presentation for the
4932           rationale behind this.
4934         * src/ui/dialog/align-and-distribute.cpp,
4935 src/ui/dialog/align-and-distribute.h,
4936           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
4937           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
4938           src/ui/dialog/document-preferences.cpp,
4939 src/ui/dialog/document-preferences.h,
4940           src/ui/dialog/export.cpp, src/ui/dialog/export.h,
4941           src/ui/dialog/extension-editor.cpp, src/ui/dialog/extension-editor.h,
4942           src/ui/dialog/fill-and-stroke.cpp, src/ui/dialog/fill-and-stroke.h,
4943           src/ui/dialog/find.cpp, src/ui/dialog/find.h,
4944           src/ui/dialog/inkscape-preferences.cpp,
4945 src/ui/dialog/inkscape-preferences.h,
4946           src/ui/dialog/layer-editor.cpp, src/ui/dialog/layer-editor.h,
4947           src/ui/dialog/messages.cpp, src/ui/dialog/messages.h,
4948           src/ui/dialog/text-properties.cpp, src/ui/dialog/text-properties.h,
4949           src/ui/dialog/tree-editor.cpp, src/ui/dialog/tree-editor.h,
4950           src/ui/dialog/xml-editor.cpp, src/ui/dialog/xml-editor.h,
4951           src/ui/widget/combo-text.cpp, src/ui/widget/combo-text.h,
4952           src/ui/widget/handlebox.cpp, src/ui/widget/handlebox.h,
4953           src/ui/widget/icon-widget.cpp, src/ui/widget/icon-widget.h,
4954           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h,
4955           src/ui/widget/notebook-page.cpp, src/ui/widget/notebook-page.h,
4956           src/ui/widget/scalar-unit.cpp, src/ui/widget/scalar-unit.h,
4957           src/ui/widget/scalar.cpp, src/ui/widget/scalar.h,
4958           src/ui/widget/toolbox.cpp, src/ui/widget/toolbox.h,
4959           src/ui/widget/unit-menu.cpp, src/ui/widget/unit-menu.h:
4960           Initial import of the gtkmm code.  These are mainly
4961           unimplemented stubs, but have few dependencies so are easy to
4962           integrate at this stage.
4964         * src/ui/widget/Makefile_insert, src/ui/widget/makefile.in,
4965           src/ui/dialog/Makefile_insert, src/ui/dialog/makefile.in,
4966           src/ui/Makefile_insert, src/ui/makefile.in:  Adding makefile
4967           support for new code.
4969         * io/simple-sax.h, io/simple-sax.cpp:  Adding Jon's simple SAX
4970           code
4972         * util/units.h, util/units.cpp:  New inkscape_gtkmm units code
4974 2005-02-12  MenTaLguY  <mental@rydia.net>
4976         * src/document.cpp, src/document.h, src/sp-gradient-test.cpp:
4978           SPDocument is now a "real C++ class", managed by the garbage collector
4980 2005-02-12  MenTaLguY  <mental@rydia.net>
4982         * src/document-private.h, src/document.cpp, src/document.h, src/view.cpp,
4983           src/view.h, src/dialogs/xml-tree.cpp:
4985           switched SPDocument to sigc++ signals
4987 2005-02-12  Kees Cook  <kees@outflux.net>
4989         * Makefile.am, configure.ac, Makefile.mingw.common, inkscape.nsi: undoing
4990           my "configure" changes.  Was dumb and forgot about native compiles on
4991           win32.
4992         * inkview.1.in, share/extensions/inkscape-shadow-white.sh,
4993           share/extensions/inkscape-shadow.sh: corrections found by Wolfram
4994           Quester during Debian packaging.
4995         * src/desktop-events.cpp, src/file.cpp, src/gradient-chemistry.cpp,
4996           src/interface.cpp, src/layer-fns.cpp, src/nodepath.cpp,
4997           src/object-ui.cpp, src/path-chemistry.cpp, src/prefs-utils.cpp,
4998           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
4999           src/sp-object.cpp, src/sp-pattern.cpp, src/sp-text.cpp, src/splivarot.cpp,
5000           src/text-editing.cpp, src/dialogs/clonetiler.cpp, src/dialogs/rdf.cpp,
5001           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
5002           src/extension/internal/gdkpixbuf-input.cpp, src/extension/plugin/grid.cpp,
5003           src/widgets/gradient-selector.cpp, src/xml/repr-action-test.cpp,
5004           src/xml/repr-css.cpp, src/xml/repr-io.cpp, src/xml/repr-util.cpp,
5005           src/xml/repr.cpp, src/xml/repr.h: inline function removal patches from
5006           Robert Crosbie.
5008 2005-02-11  Kees Cook  <kees@outflux.net>
5010         * src/Makefile.mingw, src/make.*: win32 compile updates.
5011         * src/extensions/internal/gnome.cpp: added my missing "comment" code.
5012         * src/shortcuts.cpp, doc/keys.xml, doc/keys.html, share/screens/keys.svg:
5013           added explicit ctrl-w. since gtk already binds it, we may as well show it.
5015 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
5017         * src/inkscape.cpp: Changed from SHGetSpecialFolderPath to
5018           SHGetSpecialFolderLocation. Fixes bug #1085641
5020 2005-02-10  MenTaLguY  <mental@rydia.net>
5022         * src/document.h, src/document.cpp: get rid of casting macro uses
5024 2005-02-10  MenTaLguY  <mental@rydia.net>
5026         * src/desktop.cpp, src/document-undo.cpp, src/document.cpp, src/file.cpp,
5027           src/gradient-chemistry.cpp, src/inkscape.cpp, src/interface.cpp,
5028           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-object-repr.cpp,
5029           src/sp-object.cpp, src/svg-view.cpp, src/uri-references.cpp,
5030           src/view.cpp, src/dialogs/stroke-style.cpp,
5031           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp:
5033           get rid needless uses of SP_IS_DOCUMENT (if we can't trust the
5034           compiler's type checking, what can we trust?)
5036 2005-02-10  MenTaLguY  <mental@rydia.net>
5038         * src/desktop-style.h, src/desktop.h, src/document.h, src/event-context.h,
5039           src/inkscape.h, src/knotholder.h, src/nodepath.h,
5040           src/selection-chemistry.h, src/selection.h, src/sp-conn-end-pair.h,
5041           src/sp-object-repr.h, src/sp-object.h, src/style.h,
5042           src/dialogs/sp-attribute-widget.h, src/extension/implementation/script.h,
5043           src/xml/repr-get-children.h, src/xml/repr.h, src/xml/sp-repr-action.h,
5044           src/xml/sp-repr-attr.h, src/xml/xml-forward.h:
5046           got rid of xml-forward.h
5048 2005-02-10  Kees Cook  <kees@outflux.net>
5050         * configure.ac, Makefile.am, src/Makefile.am, Makefile.mingw.common.in,
5051           inkscape.nsi.in: setting up "configure" to build the other files that
5052           expect version numbers to get updated.  Including mingw files in dist
5053           package.
5055 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
5056         * src/io/uristream.h, src/io/uristream.cpp,
5057           src/extension/internal/svg.h, src/extension/internal/svg.cpp,
5058           src/extension/internal/Makefile_insert,
5059           src/extension/internal/extension.h,
5060           src/extension/internal/init.cpp:
5061           Adding internal .svgz load and save extension.
5062           Probable fix for bugs #1074996, #1050361, #925033, #1052307
5064 2005-02-08  Kees Cook  <kees@outflux.net>
5066         * src/extension/implementation/script.cpp: proper /tmp handling.
5067           Closes bug #1074996.
5068         * src/inkscape.cpp, src/inkscape.h, src/dialogs/export.cpp: correction
5069           for export dialog paths.  Closes bug #1114714.
5070         * inkscape.nsi, Makefile.mingw.common: version bumps
5071         * src/text-context.cpp: removed preedit code; it was broken and unneeded.
5073 2005-02-08  Ted Gould  <ted@gould.cx>
5075         * Released 0.41
5077 2005-02-01  Kees Cook  <kees@outflux.net>
5079         * src/xml/sp-css-attr.h, src/desktop-style.cpp, src/xml/repr-css.cpp,
5080           src/xml/repr.h: Fixed SPCSSAttr to be a "real" class, at mental's
5081           direction.  Fixes my "default prefs don't show attrs" bug.
5082         * src/helper/stock-items.cpp: removing redundant code.
5083         * src/libnr/nr-point.h, src/libnrtype/FlowUtils.h, src/livarot/Shape.h:
5084           added explicit initializations to keep valgrind happy.
5085         * src/dir-util.cpp, src/sp-path.cpp, src/splivarot.cpp,
5086           src/svg/svg-length.cpp, src/widgets/icon.cpp:
5087           cleaning up memory leaks detected by valgrind.
5088         * src/extension/dependancy.cpp: made repr-attr tags untranslatable.
5089         * src/extension/system.cpp: correcting extension autodetection when
5090           there are conflicting matching modules.
5091         * src/dialogs/filedialog.cpp, src/extension/extension.h,
5092           src/extension/internal/svg.cpp: .svgz loading works again as
5093           expected.  Non-functioning modules are not listed in file dialogs.
5094         * src/text-context.cpp, src/text-editing.cpp: preedit modes don't
5095           work correctly for multi-byte characters.  See bug 1086769.
5097 2005-01-31  Jon A. Cruz  <jon@joncruz.org>
5098         * src/file.cpp, src/inkscape.cpp, src/interface.cpp,
5099           src/dialogs/export.cpp, src/extension/init.cpp:
5100           sanitize messages before passing to display dialogs.
5102 2005-01-31  Kees Cook  <kees@outflux.net>
5104         * src/libnrtype/FontFactory.cpp: added a crude font name detection
5105           routine to work around a Pango crash bug.  This can be removed once
5106           Pango is fixed.  See bug #1025565.  Actually, I figured out a fix.
5107         * print.cpp, print.h, sp-shape.cpp, extension/print.cpp,
5108           extension/print.h, extension/implementation/implementation.cpp,
5109           extension/implementation/implementation.h,
5110           extension/implementation/plugin.cpp, extension/implementation/plugin.h,
5111           extension/internal/gnome.h, extension/internal/ps.cpp,
5112           extension/internal/ps.h, extension/internal/win32.h:
5113           In an attempt to start debugging print rendering, I've added the
5114           Print::comment function so that SPItem boundries can be easily
5115           seen in rendered output.
5116         * src/preferences-skeleton.h, src/sp-shape.cpp,
5117           src/dialogs/display-settings.cpp, src/extension/internal/ps.cpp:
5118           Added printout comments for print debugging.  Fixed dash output
5119           bug #1104050.
5120         * src/dialogs/rdf.cpp: fixed rdf:bag displays.  Closes bug #1113316.
5122 2005-01-30  Jon A. Cruz  <jon@joncruz.org>
5123         * src/io/sys.h, src/io/sys.cpp: added utility routine to cleanup
5124           strings with invalid UTF-8 for display.
5126 2004-01-30  Kees Cook  <kees@outflux.net>
5128         * src/make.dep, src/make.exclude, src/make.files, src/make.ofiles,
5129           src/io/uristream.cpp, src/io/sys.cpp: additional win32 changes
5130           using Jon Cruz's new mkdir function.  Getting Win32 to compile the
5131           "io" directory.  Closes bug #1107305.
5132         * src/file.cpp, src/inkscape-stock.cpp, src/inkscape.cpp,
5133           src/interface.cpp, src/main.cpp, src/dialogs/export.cpp,
5134           src/dialogs/stroke-style.cpp, src/extension/input.cpp,
5135           src/extension/implementation/script.cpp, src/helper/stock-items.cpp,
5136           src/io/sys.cpp, src/io/sys.h, src/widgets/icon.cpp: wrapped
5137           g_file_test with new Inkscape::IO::file_test since g_file_test isn't
5138           utf8-safe.
5139         * src/inkscape.cpp: removed call to g_free on non-alloced string.
5140           fixed up crash-save location to be utf8-okay.
5141         * src/extension/extension.cpp: convert from utf8 before open.
5142         * src/sp-spiral.cpp, src/object-edit.cpp: found place where CLAMP on
5143           spiral's t0 wasn't working.  Closes bug #1075640.
5145 2004-01-28  MenTaLguY  <mental@rydia.net>
5147         * src/sp-object.h, src/sp-object.cpp:
5148           efficiency fixes which should be helpful when loading large documents
5150 2005-01-29  Jon A. Cruz  <jon@joncruz.org>
5152         * src/file.h, src/file.cpp, src/inkscape.cpp, src/sp-image.cpp,
5153           src/extension/implementation/script.cpp,
5154           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
5155           src/extension/plugin/gimpgrad.cpp, src/helper/png-write.cpp,
5156           src/io/Makefile_insert, src/io/sys.h, src/io/sys.cpp,
5157           src/trace/imagemap.cpp, src/xml/repr-io.cpp:
5159           Refactored open routine to better location.
5161 2004-01-28  Kees Cook  <kees@outflux.net>
5163         * configure.ac: added test for libgc 6.4 or better.
5164         * src/main.cpp: calling new SPRepr methods instead of inline wrappers.
5166 2004-01-27  MenTaLguY  <mental@rydia.net>
5168         * src/xml/simple-node.h, src/xml/simple-node.cpp:
5170           SimpleNode::lastChild() and SimpleNode::appendChild() are now
5171           O(1) rather than O(n)
5173 2004-01-26  MenTaLguY  <mental@rydia.net>
5175         * src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
5176           src/xml/sp-repr-action.h, src/xml/sp-repr-event-vector.h:
5178           inlined legacy wrappers
5180         * src/xml/simple-node.cpp: really fixed #1108231 now
5182 2005-01-25  Jon A. Cruz  <jon@joncruz.org>
5184         * src/interface.cpp: Passed file import call to shared code.
5185           Fixed bug #1108620.
5187 2005-01-25  MenTaLguY  <mental@rydia.net>
5189         * src/xml/simple-node.cpp: fixed bug #1108231
5191 2005-01-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5193         * src/dialogs/desktop-properties.cpp: Changed set of paper sizes offered:
5195           Removed `Folio' pagesize (which means a different paper size to
5196           different people; will Folio be missed?  If so, can we improve
5197           the name?).
5199           Changed ISO page sizes (A0..A10, B0..B10) to match official ISO
5200           specification in mm.
5202           Note that these differ from ghostscript's idea of page sizes;
5203           see comment in desktop-properties.cpp for speculation of
5204           possible problems (fuzziness from antialiasing).
5206           (Note also that our previous sizes differed even more from
5207           gs_statd.ps...)
5209           Coalesced Ledger and Tabloid to a single entry (11x17in);
5210           previously they differed in size.
5212           Changed Icon 16x16 from 16pt to 16px; similarly Icon 32x32 and
5213           Banner 468x60.
5215 2004-01-24  MenTaLguY  <mental@rydia.net>
5217         * src/xml/simple-node.cpp: potential fix for bug #1108231
5219 2004-01-23  Ted Gould  <ted@gould.cx>
5221         * po/POTFILES.in, share/extensions/dia.inx,
5222         src/preferences-skeleton.h, src/extension/Makefile_insert,
5223         src/extension/dependency.cpp, src/extension/dependency.h,
5224         src/extension/error-file.cpp, src/extension/error-file.h,
5225         src/extension/extension.cpp, src/extension/extension.h,
5226         src/extension/init.cpp, src/extension/prefdialog.cpp:
5228         Adding in functionality to write out an error log based on the failing to
5229         load of extensions.  There is also a new error dialog that appears if one
5230         or more fail to alert the user and tell them where the error log is
5231         stored.  In the log there is more complex descriptions of what failed.
5233 2004-01-23  MenTaLguY  <mental@rydia.net>
5235         * src/sp-object.cpp: fix for id binding bug
5237 2004-01-23  MenTaLguY  <mental@rydia.net>
5239         * src/xml/repr-io.cpp: don't complain about not having a namespace
5240           URI for the standard xml: prefix
5242         * src/desktop-style.cpp, src/desktop.cpp, src/document-undo.cpp,
5243           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
5244           src/interface.cpp, src/nodepath.cpp, src/object-edit.cpp,
5245           src/path-chemistry.cpp, src/prefs-utils.cpp, src/select-toolbar.cpp,
5246           src/selection-chemistry.cpp, src/sp-defs.cpp, src/sp-flowdiv.cpp,
5247           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-item.cpp,
5248           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object.cpp,
5249           src/sp-offset.cpp, src/sp-pattern.cpp, src/sp-string.cpp,
5250           src/sp-text.cpp, src/sp-tspan.cpp, src/sp-use.cpp, src/splivarot.cpp,
5251           src/text-chemistry.cpp, src/text-context.cpp, src/text-editing.cpp,
5252           src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp,
5253           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
5254           src/extension/extension.h, src/extension/implementation/script.cpp,
5255           src/widgets/dash-selector.cpp, src/widgets/gradient-vector.cpp,
5256           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
5257           src/xml/comment-node.h, src/xml/element-node.h,
5258           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
5259           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
5260           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5261           src/xml/repr.h, src/xml/simple-document.cpp, src/xml/simple-document.h,
5262           src/xml/simple-node.cpp, src/xml/simple-node.h,
5263           src/xml/sp-repr-action.cpp, src/xml/sp-repr-doc.h, src/xml/sp-repr.h,
5264           src/xml/text-node.h:
5266           got rid of xml/repr-private.h, removed
5267           sp_repr_document_createTextNode(), made SPRepr and SPReprDoc abstract
5268           interfaces, and moved the SPRepr implementations into separate files
5269           in the Inkscape::XML namespace
5271         * src/util/shared-c-string-ptr.h: added equality operators to avoid
5272           certain ambiguities
5274 2004-01-22  MenTaLguY  <mental@rydia.net>
5276         * src/xml/Makefile_insert, src/xml/repr-private.h, src/xml/repr.cpp,
5277           src/xml/session.h, src/xml/simple-session.cpp, src/xml/simple-session.h,
5278           src/xml/sp-repr-action.cpp, src/xml/transaction-logger.h:
5280           added Inkscape::XML::Session and Inkscape::XML::TransactionLogger
5281           to provide a new interface for transactions, rather than doing it from
5282           SPReprDoc
5284 2004-01-22  MenTaLguY  <mental@rydia.net>
5286         * src/xml/Makefile_insert, src/xml/node-observer.h,
5287           src/xml/repr-private.h, src/xml/repr.cpp:
5289           moved repr loging behind generic observer interface
5291 2005-01-22  Ted Gould  <ted@gould.cx>
5293         * src/display/canvas-grid.cpp, src/display/canvas-grid.h;
5295         Fixing 1103001.  Now major grid lines work alot more like you
5296         think that they should.
5298 2005-01-21  MenTaLguY  <mental@rydia.net>
5300         * src/util/Makefile_insert, src/util/shared-c-string-ptr.cpp,
5301           src/util/shared-c-string-ptr.h, src/util/shared-c-string.cpp,
5302           src/util/shared-c-string.h, src/xml/repr-io.cpp,
5303           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5304           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h:
5306           renamed Util::SharedCString to Util::SharedCStringPtr, which is
5307           more descriptive of what it actually is
5309 2005-01-21  MenTaLguY  <mental@rydia.net>
5311         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp:
5313           simplify the cacheing of repr position indices, and make it something
5314           that can work with an abstract interface
5316 2005-01-20  Kees Cook  <kees@outflux.net>
5318         * src/file.cpp: added some debug output to help bulia debug bug #1102318.
5319         * configure.ac: more attempts at detecting the -lgc libs.
5321 2005-01-19  Kees Cook  <kees@outflux.net>
5323         * configure.ac: trying to correct the -lgc detection.
5324         * inkscape.pod: added theme details.
5325         * src/widgets/widget-sizes.h: went from 20 to 24 for toolbar icon size
5326           to match other GTK applications.
5327         * src/extension/db.cpp: corrected STL "not found" handling.  Didn't
5328           fix bug #1102318.
5330 2005-01-18  Kees Cook  <kees@outflux.net>
5332         * src/inkscape.h, src/inkscape.cpp, src/widgets/icons.cpp:
5333           Added basic theme support!  Whee!
5334         * share/inkscape/icons.svg: restoring original up/down/flip icons since
5335           icons are themable now.  We should stick to our original look.
5336         * share/screens/about.svg: added Brisgeek's 0.41 about screen.  Had
5337           to tweak background: looks like doc background isn't imported.
5338         * share/icons/*.xpm, share/icons/*.png: removed them.  Not being used.
5340 2005-01-17  MenTaLguY  <mental@rydia.net>
5342         * src/desktop-style.cpp, src/inkscape.cpp, src/interface.cpp,
5343           src/path-chemistry.cpp, src/prefs-utils.cpp, src/selection-chemistry.cpp,
5344           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-object.cpp,
5345           src/sp-text.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
5346           src/dialogs/xml-tree.cpp, src/extension/internal/pov-out.cpp,
5347           src/widgets/dash-selector.cpp, src/xml/repr-css.cpp,
5348           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
5349           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5350           src/xml/sp-repr-action.cpp:
5352           Made all SPRepr fields private, and moved most functionality into
5353           member functions.  Also shuffled SPReprDoc members, to avoid
5354           need for SPReprDoc to be finalized.
5356 2005-01-17  Kees Cook  <kees@outflux.net>
5358         * share/markers/markers.svg: applied patch #990884, which provides a
5359           few mirrored arrows until marker transforms are finished.
5360         * share/icons/icons.svg: updates per Bulia's request.
5362 2005-01-16  MenTaLguY  <mental@rydia.net>
5364         * src/sp-object.cpp: non-elements no longer get ids assigned
5366 2005-01-15  MenTaLguY  <mental@rydia.net>
5368         * src/arc-context.cpp, src/document-private.h, src/document.cpp,
5369           src/document.h, src/event-context.cpp, src/node-context.cpp,
5370           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
5371           src/star-context.cpp, src/toolbox.cpp, src/uri-references.cpp,
5372           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
5373           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
5374           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
5375           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
5376           src/xml/sp-repr-event-vector.h:
5378           Removed attribute setting callback, and decoupled ids and object/repr
5379           bindings (object <-> repr associations are now remembered directly,
5380           though ids are still tracked too).
5382           This means it is now possible to set a null id on an object without
5383           anything breaking (hopefully).  For now we will still assign ids
5384           to everything by default...
5386 2005-01-15  MenTaLguY  <mental@rydia.net>
5388         * src/arc-context.cpp, src/event-context.cpp, src/node-context.cpp,
5389           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
5390           src/star-context.cpp, src/toolbox.cpp,
5391           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
5392           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
5393           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
5394           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
5395           src/xml/sp-repr-event-vector.h:
5397           remove all veto callbacks but setting attributes
5399 2005-01-15  Kees Cook  <kees@outflux.net>
5401         * src/inkscape.cpp: correcting windows path for preferences.  Closes
5402         bug #933461.
5404         * src/file.cpp, src/nodepath.cpp, src/selection-describer.cpp,
5405         src/seltrans.cpp, src/sp-item-group.cpp, src/sp-path.cpp,
5406         src/sp-spiral.cpp, src/sp-star.cpp, src/dialogs/find.cpp:
5407         Using ngettext for plural localized strings.  Please try to keep this
5408         up.  Closes bug #1076872.
5410         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
5411         src/inkscape-stock.h, src/dialogs/stroke-style.cpp,
5412         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
5413         src/dialogs/xml-tree.cpp: Finished the last of the missing pixmap
5414         replacements from Andreas Nilsson.  Fixed some mistakes in the earlier
5415         changes (need to call sp_icon_new_scaled not sp_icon_new).
5417 2005-01-14  MenTaLguY  <mental@rydia.net>
5419         * src/gc.cpp: leave the free space multiplier at the default, which
5420           will hopefully (according to Hans) avoid some of the odd gc issues
5421           we've had, if nothing else does
5423 2005-01-14  Kees Cook  <kees@outflux.net>
5425         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
5426         src/inkscape-stock.h, src/verbs.cpp, src/dialogs/stroke-style.cpp,
5427         src/dialogs/transformation.cpp, src/widgets/icon.cpp, src/widgets/icon.h,
5428         src/widgets/paint-selector.cpp:
5429         Fixed up code and replaced pixmaps with icons from myself and
5430         Andreas Nilsson.
5432 2005-01-11  MenTaLguY  <mental@rydia.net>
5434         * src/xml/repr-io.cpp: promote non-namespaced SVG documents into SVG
5435           namespace
5437 2005-01-08  MenTaLguY  <mental@rydia.net>
5439         * src/Makefile_insert, src/gc-anchored.cpp, src/gc-anchored.h:
5440           abstracted allocation of anchors
5442 2005-01-06  Ted Gould  <ted@gould.cx>
5444         * src/interface.cpp, src/extension/effect.cpp,
5445         src/extension/implementation/implementation.cpp,
5446         src/extension/implementation/implementation.h,
5447         src/extension/implementation/plugin-link.h,
5448         src/extension/implementation/plugin.cpp,
5449         src/extension/implementation/plugin.h,
5450         src/extension/implementation/script.cpp,
5451         src/extension/implementation/script.h, src/extension/plugin/gimpgrad.cpp,
5452         src/extension/plugin/grid.cpp:
5454         Changing the effects preferences so that it uses sockets and plugs which
5455         will allow out of process GUIs to work too.  This is a first pass with
5456         nothing beautiful, but it does seem to work.
5458 2005-01-03  MenTaLguY  <mental@rydia.net>
5460         * src/document.cpp, src/main.cpp, src/sp-root.cpp:
5461           get rid of ugly xmlns hacks
5463         * src/inkscape.cpp, src/extension/internal/svg.cpp, src/xml/repr-io.cpp:
5464           automatically include xmlns declarations for the required namespaces,
5465           and make a best effort at using a default namespace when requested
5466           and possible
5468 2005-01-02  Kees Cook  <kees@outflux.net>
5470         * share/icons/icons.svg: updated view and location
5471         * src/document.cpp, src/dialogs/rdf.cpp: fixed another bug in metadata
5472           due to svg: prefix change.
5473         * src/inkscape-stock.h, src/inkscape-stock.cpp, share/icons/Makefile.am:
5474           removed unused xpm icons
5476 2005-01-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5478         * src/fontsize-expansion.h, src/fontsize-expansion.cpp:
5479           New files.
5480         * src/Makefile_insert: Add the new files to libinkpre_a_SOURCES.
5481         * src/desktop-style.cpp (sp_desktop_apply_css_recursive):
5482           When calling sp_css_attr_scale, change the expansion calculation
5483           to use fontsize_expansion().
5484         * src/sp-text.cpp (sp_text_set_transform): Similarly use
5485           fontsize_expansion() instead of generic m.expansion().
5487 2005-01-01  Kees Cook  <kees@outflux.net>
5489         * src/extension/db.h, src/extension/db.cpp, src/extension/init.cpp:
5490         created "modulelist" to maintain initialization order for extension
5491         lists.
5493 2004-12-31  MenTaLguY  <mental@rydia.net>
5495         * src/xml/repr-io.cpp, src/xml/repr.h: initial scaffoliding for more
5496           cosmetic use of prefixes in output files (and eventually more proper
5497           namespace handling for output as well)
5499 2004-12-31  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5501         * src/sp-text.cpp (sp_text_set_transform): Change scaling of font size.
5502           The result should be closer to what CorelDraw, XaraX, Canvas 7 and
5503           Expression3 do according to vellum, though I don't know the exact
5504           rule that they use.
5506 2004-12-25  Ted Gould  <ted@gould.cx>
5508         * share/extensions/grid.inx, src/extension/extension.cpp,
5509         src/extension/extension.h, src/extension/plugin/grid.cpp:
5511         Futher improvements to the grid plugin.  This involves mostly adding in
5512         parameters at this time, but, ofcourse, I never implemented floating
5513         point parameters -- so that had to be done first.  More modular code so
5514         that things can be adjusted externally better.
5516 2004-12-25  Ted Gould  <ted@gould.cx>
5518         * share/extensions/Makefile.am, share/extensions/grid.inx,
5519         src/extension/implementation/plugin-link.h,
5520         src/extension/implementation/plugin.cpp,
5521         src/extension/plugin/Makefile_insert, src/extension/plugin/gimpgrad.cpp,
5522         src/extension/plugin/grid.cpp:
5524         Adding in a new effect plugin, grid.  It draws a grid on the canvas which
5525         is just an easy way to do some neat things.  It is mostly done, but still
5526         needs cleanup.  Some other files required modification to make this
5527         possible.
5529 2004-12-25  MenTaLguY  <mental@rydia.net>
5531         * src/event-context.cpp: removed unused handler
5533 2004-12-25  Ted Gould  <ted@gould.cx>
5535         * share/extensions/svg_dropshadow:
5537         Changing to use "svg:g" instead of "g" for the group.
5539         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h,
5540         src/extension/system.cpp, src/extension/system.h,
5541         src/extension/implementation/implementation.cpp,
5542         src/extension/implementation/implementation.h,
5543         src/extension/implementation/plugin.cpp,
5544         src/extension/implementation/plugin.h,
5545         src/extension/implementation/script.cpp,
5546         src/extension/implementation/script.h:
5548         Final stuff to get Effects working as well as the did before, which
5549         is okay, but not great.  This involved changing the API to get an SPView
5550         instead of an SPDocument because then I can get the selection information
5551         from the view that is being used.
5553 2004-12-24  MenTaLguY  <mental@rydia.net>
5555         * src/sp-object-repr.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
5556           src/dialogs/rdf.cpp, src/dialogs/xml-tree.cpp,
5557           src/widgets/sp-xmlview-tree.cpp, src/xml/repr-io.cpp,
5558           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5559           src/xml/repr.h:
5561           cleaned out unused code and unhygenic macros, as well as fixing
5562           constructors for text and comment nodes
5564 2004-12-24  Ted Gould  <ted@gould.cx>
5566         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h:
5568         Okay, now the effects menu really works!  Well, the implementation seems
5569         to be broken, but the wrapper seems to be all working.
5571 2004-12-24  Ted Gould  <ted@gould.cx>
5573         * src/interface.cpp, src/verbs.cpp, src/verbs.h, src/extension/effect.cpp,
5574         src/extension/effect.h:
5576         Getting the Effects menu basically working.  This included some fixes to
5577         the verbs where they were incrementing the database incorrectly.  The
5578         effects are the first component to take advantage of the dynamically
5579         created verbs, and exercised new code.  Now the basic menu is available,
5580         but there is no functionality there.
5582 2004-12-24  Ted Gould  <ted@gould.cx>
5584         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
5586         Basic code for the effects menu.
5588         * src/dialogs/filedialog.cpp, src/dialogs/filedialog.h,
5589         src/extension/db.cpp, src/extension/db.h:
5591         Changing the DB access functions to use std::list instead of GSList so
5592         that it is more standard, and we get rid of a specialized class that
5593         really isn't that useful.  Less memory usage, and fixes a leak.
5595         * src/extension/effect.cpp, src/extension/effect.h:
5597         Adding in a "Last Effect" to be used in the menus.
5599         * src/extension/extension-forward.h, src/extension/extension.cpp,
5600         src/extension/extension.h, src/extension/input.cpp,
5601         src/extension/output.cpp, src/extension/timer.cpp, src/extension/timer.h,
5602         src/extension/Makefile_insert:
5604         Adding in the timer functions so that modules will unload in a given
5605         amount of time.  For more information on this read the documentation
5606         in the files.  Kinda a lazy deallocation.
5608         * src/extension/implementation/implementation.cpp:
5610         Fix unload so that it is not recursive.
5612 2004-12-23  MenTaLguY  <mental@rydia.net>
5614         * src/arc-context.cpp, src/document.cpp, src/draw-context.cpp,
5615           src/dyna-draw-context.cpp, src/file.cpp, src/gradient-chemistry.cpp,
5616           src/interface.cpp, src/layer-fns.cpp, src/main.cpp, src/object-ui.cpp,
5617           src/path-chemistry.cpp, src/rect-context.cpp,
5618           src/selection-chemistry.cpp, src/sp-anchor.cpp, src/sp-clippath.cpp,
5619           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
5620           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-gradient-test.cpp,
5621           src/sp-gradient.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
5622           src/sp-line.cpp, src/sp-marker.cpp, src/sp-mask.cpp,
5623           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-offset.cpp,
5624           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
5625           src/sp-polyline.cpp, src/sp-rect.cpp, src/sp-root.cpp,
5626           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp, src/sp-text.cpp,
5627           src/sp-tspan.cpp, src/sp-use.cpp, src/spiral-context.cpp,
5628           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
5629           src/text-context.cpp, src/dialogs/find.cpp, src/dialogs/rdf.cpp,
5630           src/dialogs/xml-tree.cpp, src/ecma/EcmaBinding.cpp,
5631           src/extension/internal/gdkpixbuf-input.cpp,
5632           src/extension/internal/svg.cpp, src/livarot/ShapeDraw.cpp,
5633           src/xml/repr-io.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp:
5635           use normalized qnames for SVG elements too
5637 2004-12-23  Kees Cook  <kees@outflux.net>
5639         * configure.ac, src/Makefile_insert, src/extension/script/Makefile_insert:
5640           adding Perl and Python compile tests.  Corrected library locations.
5641         * src/extension/script/InkscapeScript.h,
5642           src/extension/script/InkscapePython.cpp,
5643           src/extension/script/InkscapeScript.cpp: white space fix, and
5644           added config.h, and some small debugging for myself.  Hope Bob doesn't
5645           mind!  :)
5646         * src/dialogs/scriptdialog.cpp: added comments to default code.
5648 2004-12-22  Kees Cook  <kees@outflux.net>
5650         * configure.ac, src/extension/script/Makefile_insert: automake cleanups
5651           to deal with perl/python detection.
5653 2004-12-20  David Turner <novalis@gnu.org>
5654         * src/widgets/gradient-vector.cpp:
5655           Fixed bug with gradient stops at 0 and 100%.  Closes 1085920.
5657 2004-12-18  Bob Jamison  <rjamison@titan.com>
5659         * src/extensions/script/*:
5660           New files that enable embedding of scripting languages
5661           in Inkscape.  Currently using Swig to embed Perl and Python.
5663         * autoconf.ac:
5664           Allow opting for perl or python with --with-perl=yes|no
5665           and --with-python=yes|no
5667 2004-12-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5669         * streq.h (streq), strneq.h (strneq), memeq.h (memeq):
5670           New convenience functions for strcmp(a,b)==0 etc.
5672         * src/dir-util.cpp (sp_relative_path_from_path):
5673           Fix when base is a string prefix of path but a directory prefix
5674           (e.g. path=/foo/barney, base=/foo/bar).
5676 2004-12-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5678         * src/sp-conn-end.cpp (sp_conn_end_move_compensate):
5679           Fix for undo/save: wasn't calling updateRepr().
5681 2004-12-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5683         * src/style.cpp (sp_style_merge_from_style_string):
5684           More standards-conforming parsing of style strings into prop:value
5685           pairs.
5687 2004-12-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5689         * src/style.h, src/style.cpp, src/libnrtype/font-style-to-pos.cpp:
5690           Fix font-weight value: s/darker/bolder/.
5692         * src/style.cpp (sp_style_merge_from_parent):
5693           Fix bug with specifying stroke-width with unit of em or ex.
5694           (We were ignoring the number, treating it as 1em or 1ex.)
5696         * src/style.h, src/style.cpp (sp_style_read_dash,
5697           sp_style_write_string, sp_style_write_difference):
5698           Allow `inherit' as a value for dasharray.
5699           (Also plug small memory leak in sp_style_read_dash.)
5701 2004-12-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5703         * src/style.cpp (sp_style_write_string):
5704           Fix for when stroke-dasharray either explicitly set to `none', or
5705           inherits non-none.
5707         * src/style.cpp (sp_style_write_ienum):
5708           Fix: preserve explicit `inherit' request.
5709         * (sp_style_read, sp_style_merge_property):
5710           Allow explicit `inherit' for `display' property.
5712         * src/style.cpp (sp_style_read):
5713           Fix copy&paste bug affecting `visibility' and `display' properties.
5715 2004-12-07  David Turner  <novalis@gnu.org>
5717         * src/libnrtype/RasterFont.cpp, src/display/nr-arena-shape.cpp:
5718         Fixed dash rendering bug (#1077213)
5720 2004-12-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5722         * src/style.h, src/style.cpp: Support all `display' values
5723           required by SVG 1.1.  (No functional change, insofar as the new
5724           values all have the same behaviour as our existing `block' value
5725           in SVG.)
5726         * src/sp-item.cpp, src/style.cpp: Use `inline' (SP_CSS_DISPLAY_INLINE)
5727           rather than `block' as our generic display value meaning `don't hide
5728           this', as per spec.
5730         * src/style.cpp: Prefer to write lr-tb etc. rather than the
5731           abbreviations lr etc.  (Also add comment saying why.)
5733 2004-12-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5735         * src/dialogs/xml-tree.cpp (on_attr_select_row_set_value_content):
5736           Fix segfault: treat NULL as empty string for display purposes.
5738 2004-11-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5740         * src/svg/svg.h, src/svg/sp-svg.def, src/svg/svg-length.cpp:
5741           (sp_svg_boolean_read, sp_svg_write_percentage):
5742           Remove these unused functions.
5743           (sp_svg_length_read_lff, sp_svg_number_write_d,
5744           sp_svg_number_write_i): Mark static.
5746         * configure.ac:
5747           When adding -lgc to LIBS, also add its dependencies -lpthread -ldl.
5749 2004-11-28  Ted Gould  <ted@gould.cx>
5751         * 0.40
5753 2004-11-25  MenTaLguY  <mental@rydia.net>
5755         * share/tutorials/tutorial-calligraphy.svg: spelling fix
5757         * src/widgets/layer-selector.cpp: fixing the layer selector update bug;
5758           sigc++ apparently doesn't deal with reference arguments very well
5760 2004-11-25  MenTaLguY  <mental@rydia.net>
5762         * src/layer-fns.cpp: fix layer creation within sublayers
5764         * src/dialogs/layer-properties.cpp: fix dialog leak
5766 2004-11-25  MenTaLguY  <mental@rydia.net>
5768         * src/inkscape.cpp: eliminate duplicated code across #ifdefs
5770         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5771           src/dialogs/layer-properties.h:
5773           LayerPropertiesDialog is no longer a singleton, since it's kind of a
5774           per-desktop (well, ideally per-document) thing.  Remaining to do:
5775           fix update of layer selector widget, and eliminate leak of dialog
5776           objects.
5778 2004-11-24  Kees Cook  <kees@outflux.net>
5780         * inkscape.spec: added SMP flags, added static library link capability.
5782 2004-11-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5784         * src/draw-context.cpp (spdc_concat_colors_and_flush):
5785           Do nothing if empty curve; in particular, don't try to close an
5786           empty curve.
5788         * src/pen-context.cpp (spdc_endpoint_snap):
5789           Fix use of uninitialized value when snapping.
5791 2004-11-23  Bryce Harrington <bryce@bryceharrington.org>
5793         * src/dialogs/layer-properties.cpp:  Fixing bug causing two new
5794           layers to get created when hitting enter
5796 2004-11-23  Kees Cook  <kees@outflux.net>
5798         * share/tutorials: added Josh's changes, resized, repositioned for
5799           800x600.
5800         * src/verbs.h, src/verbs.cpp, src/interface.cpp: added tracing
5801           tutorial.
5803 2004-11-23  MenTaLguY  <mental@rydia.net>
5805         * src/rect-context.cpp: disallow drawing on locked or invisible layers
5807         * src/widgets/layer-properties.h, src/widgets/layer-properties.cpp:
5808           slight HIG-ification
5810         * src/desktop.cpp, src/desktop.h, src/widgets/layer-selector.cpp,
5811           src/widgets/layer-selector.h, src/verbs.cpp, src/sp-desktop-widget.h
5813           removed vestigal layer renaming thing
5815         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5816           src/dialogs/layer-properties.h:
5818           reuse dialog for creating layers as well as for renaming them
5820 2004-11-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5822         * src/display/bezier-utils.cpp (generate_bezier): For the sake of
5823           our current pencil tool, don't use free optimization of the end
5824           tangent vector.
5826 2004-11-21  MenTaLguY <mental@rydia.net>
5828         * src/verbs.cpp: add accels for layer menu items
5830 2004-11-21  Bryce Harrington <bryce@bryceharrington.org>
5832         * src/dialogs/layer-properties.cpp, src/verbs.cpp,
5833           src/dialogs/layer-properties.h: Hooking up layer rename
5834           functionality, and making it show correctly.
5836         * src/dialogs/debugdialog.cpp, src/dialogs/find.cpp,
5837           src/dialogs/tracedialog.cpp:  Fixing dialog show behavior
5839 2004-11-21  Kees Cook  <kees@outflux.net>
5841         * src/sp-object.cpp, src/sp-metadata.cpp: added some debugging, and
5842           fixed a dumb error in my metadata _release handler.  Should mostly
5843           close bug 1069772.
5844         * src/Makefile_insert, src/sp-skeleton.cpp, src/sp-skeleton.h:
5845           created some example SPObject implementations for a basis for any
5846           new SPObjects in the future.
5847         * src/dialogs/xml-tree.cpp: fixing logic bug in identability checker.
5848           Added immutability test to actually close 1069772.
5849         * share/icons/icons.svg, src/verbs.cpp, src/interface.cpp: adding
5850           icons for the "new" menu, vacuum, reverse, make bitmap, and trace.
5852 2004-11-20  Jon A. Cruz  <jon@joncruz.org>
5854         * src/extension/db.h, src/extension/db.cpp, src/dialogs/filedialog.cpp:
5855           Added extension matching pattern. Fixed bug 1064888.
5857         * src/dialogs/filedialog.cpp (isValidImageFile):
5858           Fixed previewing bug 1067551.
5860 2004-11-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5862         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
5863           Add splitpoints parameter.  Callers updated.
5865         * src/display/bezier-utils.cpp
5866           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full):
5867           Change last parameter from lg_max_beziers to max_beziers.
5868           Callers updated.
5870 2004-11-19  Bryce <bryce@bryceharrington.org>
5872         * src/dialogs/layer-properties.cpp,
5873           src/dialogs/layer-properties.h:  Adding some widgets.
5875 2004-11-18  Bryce <bryce@bryceharrington.org>
5877         * src/dialogs/Makefile_insert, src/dialogs/makefile.msc,
5878           src/dialogs/layer-properties.h, src/dialogs/layer-properties.h:
5879           Adding a layer properties dialog for renaming layers
5881         * src/desktop.cpp src/interface.cpp, src/verbs.cpp,
5882           src/verbs.h src/dialogs/layer-properties.cpp,
5883           src/dialogs/layer-properties.h,
5884           src/widgets/layer-selector.cpp:  Hooking in layer props dialog.
5886 2004-11-16  MenTaLguY  <mental@rydia.net>
5888         * src/widgets/document-tree-model.cpp, src/widgets/document-tree-model.h,
5889           src/widgets/layer-selector.cpp, src/widgets/Makefile_insert:
5891           removed Widgets::DocumentTreeModel because unused
5893         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5894           src/xml/repr.h:
5896           cache successive sibling counts (self+subsequent siblings) in SPRepr
5897           to make sp_repr_n_children() and sp_repr_position() more efficient,
5898           which will be needed later for e.g. GTK tree models.
5900           sp_repr_nth_child() isn't any faster as a result of the changes,
5901           but it probably won't need to be
5903         * src/xml/repr.cpp: fixed refcount leak in SPRepr::SPRepr(SPRepr const &)
5905 2004-11-15  MenTaLguY  <mental@rydia.net>
5907         * src/gc.cpp: add initial stubs that print an informative error
5908           if the GC functions are used before Inkscape::GC::init() is called
5910 2004-11-14  MenTaLguY  <mental@rydia.net>
5912         * configure.ac, src/gc-core.h, src/gc-managed.h, src/gc-anchored.h,
5913           src/gc-finalized.h, src/gc.cpp:
5915           make disabling the collector a run-time rather than a compile-time
5916           option; there are now three garbage collector options, selectable
5917           by setting the _INKSCAPE_GC environment variable:
5919            * enable - the normal collector (default)
5920            * debug - the debugging collector
5921            * disable - use standard malloc in place of the libgc allocator
5923 2004-11-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5925         * src/display/bezier-utils.cpp: Make end tangent/s be unconstrained for
5926           sp_bezier_fit_cubic, sp_bezier_fit_cubic_r, and around corner nodes.
5928         * src/pencil-context.cpp (fit_and_split): Allow the bezier fitter to
5929           choose the middle control points freely except to the extent required
5930           for smooth nodes.
5932         * src/display/bezier-utils.cpp (generate_bezier):
5933           If either end tangent is specified as zero then estimate the
5934           corresponding control point without constraining its direction
5935           from the endpoint.
5937         * src/pencil-context.h, src/pencil-context.cpp
5938           (fit_and_split, sp_pencil_context_init): Explicitly remember required
5939           tangent instead of using "first two points" hack.
5941         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
5942           Detect & prevent "ghost spikes", by allowing a corner node if
5943           the specified tangent would result in a spike.
5945         * src/display/bezier-utils.cpp (generate_bezier): Better handling
5946           of the case of infinite solutions for the lengths of the two
5947           tangent vectors: try requiring that the lengths equal each other,
5948           and solving for that length (just one variable).
5950 2004-11-13  Kees Cook  <kees@outflux.net>
5952         * src/document.cpp: wrapped updateDisplay call in undo insensitivity.
5953           Closes bug #1030436.
5955 2004-11-12  MenTaLguY  <mental@rydia.net>
5957         * src/main.cpp: fpresetsticky -> fpsetsticky
5959         * src/verbs.cpp: cast width changes
5961         * src/libnrtype/FlowBoxes.h, src/libnrtype/FlowDefs.h,
5962           src/libnrtype/FlowDest.h, src/libnrtype/FlowEater.h,
5963           src/libnrtype/FlowRes.h, src/libnrtype/FlowSols.h,
5964           src/libnrtype/FlowSrc.h, src/libnrtype/FlowSrcText.h,
5965           src/libnrtype/FlowStyle.h, src/libnrtype/FlowUtils.h:
5966           remove stdint.h which isn't being used here
5968         * src/widgets/icon.h, src/widgets/icon.cpp:
5969           icon greys out when insensitive
5971         * src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
5972           documentation
5974         * src/verbs.cpp: changed cast to reinterpret_cast to hopefully
5975           avoid compiler warning
5977 2004-11-11  Kees Cook  <kees@outflux.net>
5979         * src/seltrans.cpp, src/select-context.cpp: ref counting SPObjects
5980           correctly so undo's don't blow up an active resize/move.  Closes
5981           bug #1018756.
5983 2004-11-11  MenTaLguY  <mental@rydia.net>
5985         * src/inkscape.cpp, src/main.cpp, src/widgets/icon.cpp:
5986           removed sp_bitmap_icons
5988         * configure.ac, src/sp-image.cpp, src/object-ui.cpp:
5989           removed stale autotrace support code
5991 2004-11-10  MenTaLguY  <mental@rydia.net>
5993         * src/sp-item.cpp, src/sp-clippath.cpp, src/cp-mask.cpp:
5994           minor refcounting tweaks
5996         * src/sp-image.cpp: fixed failure to release GdkPixbufLoader when
5997           done with it (fixes bug #1063054)
5999 2004-11-10  Kees Cook  <kees@outflux.net>
6001         * configure.ac, src/gc-core.h: corrected gc.h path detection.
6003 2004-11-09  MenTaLguY  <mental@rydia.net>
6005         * src/dialogs/fileselector.cpp: fixed cut-and-paste refcount bug
6006           between SVGPreview::setFileName and SVGPreview::setFromMem that
6007           was leaking bitmap image preview SPDocuments
6009 2004-11-09  Bryce Harrington <bryce@bryceharrington.org>
6011         * src/dialogs/item-properties.cpp
6013 2004-11-09  MenTaLguY  <mental@rydia.net>
6015         * src/sp-item.cpp, src/style.cpp, src/style.h:
6016           use 'display' rather than 'visibility' for hiding, and give display
6017           a more "modern" representation in SPStyle like visibility's
6019 2004-11-09  Kees Cook  <kees@outflux.net>
6021         * src/dialogs/xml-tree.cpp: added better context to the status bar.
6022           added warning flash for id conflicts.
6023         * src/toolbox.cpp: killed some copy/paste code while bug hunting.
6025 2004-11-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6027         * src/sp-item.h, src/sp-item.cpp
6028           (isExplicitlyHidden, setExplicitlyHidden): New methods.
6030         * src/dialogs/item-properties.cpp: Change from having a `Visible'
6031           checkbox that explicitly sets the SVG visibility property to
6032           having a `Hide' checkbox that controls whether or not the
6033           element has visibility:hidden.  (Mitigates #1061934.)
6035         * src/sp-object.h, src/sp-object.cpp (visible, setVisible):
6036           Remove these methods.
6038 2004-11-07  MenTaLguY  <mental@rydia.net>
6040         * src/gc-finalized.h: fix for Debian bug #279991 (cast to ptrdiff_t
6041                               rather than int), and basic documentation
6043 2004-11-06  MenTaLguY  <mental@rydia.net>
6045         * src/sp-item.cpp: fix desktop-specific version of SPItem::isHidden()
6046                            to deal correctly with parent visibility
6048 2004-11-05  MenTaLguY  <mental@rydia.net>
6050         * src/widgets/layer-selector.cpp: more work on making the lock/hide
6051           buttons actually do something
6053         * src/sp-item.cpp, src/sp-item.h: implement lock/hide related methods
6055         * src/verbs.cpp: "Remove All Kerns" -> "Remove Manual Kerning"
6057 2004-11-04  Kees Cook  <kees@outflux.net>
6059         * src/dialogs/rdf.h, src/dialogs/rdf.cpp: added rdf:Bag for the
6060           dc:subject keyword list.  Closed bug #1021025.
6061         * src/dialogs/xml-tree.cpp, src/widgets/sp-xmlview-attr-list.cpp,
6062           src/widgets/sp-xmlview-attr-list.h: added status bar to XML
6063           editor.  added row-change callback for XML tree view.  This
6064           all supports a possible future solution to bug #869683.
6065         * src/dialogs/desktop-properties.cpp: memory leak in RDF code.
6067 2004-11-04  MenTaLguY  <mental@rydia.net>
6069         * src/widgets/layer-selector.cpp: togglable images and formatting
6070           changes (make current layer bold)
6072         * src/uri.h, src/uri.cpp: added assignment operator
6074 2004-11-03  MenTaLguY  <mental@rydia.net>
6076         * src/widgets/Makefile_insert, src/widgets/shrink-wrap-button.cpp,
6077           src/widgets/shrink-wrap-button.h:
6079           added Inkscape::Widgets::shrink_wrap_button, to make any gtk button
6080           an SPButton-like shrink-wrapped button
6082         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6084           abandon SPButton for layer selector buttons
6086 2004-11-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6088         * po/check-markup: New script: detects <b>markup<b> <b>problems<7b>
6089           in the <b>translated strings.  (~10 such problems found.)
6090         * Makefile.am (all, check, distcheck): Run po/check-markup (with
6091           varying permissiveness of errors).
6093 2004-11-02  MenTaLguY  <mental@rydia.net>
6095         * doc/keys.xml: added documentation of layer keys
6097 2004-11-01  Kees Cook  <kees@outflux.net>
6099         * src/dialogs/align.cpp, src/dialogs/debugdialog.cpp: localized
6100         some missed strings.
6102 2004-11-01  MenTaLguY  <mental@rydia.net>
6104         * share/icons/icons.svg: gave bulia's eye icons ids
6106         * src/widgets/layer-selector.h, src/widgets/layers-selector.cpp:
6107           fixed up visibility/lock toggles... now to make them actually do
6108           something
6110 2004-10-31  MenTaLguY  <mental@rydia.net>
6112         * src/util/glib-list.h: adaptor for glib lists
6114         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6115           save the repr next to the SPObject
6117 2004-10-30  MenTaLguY  <mental@rydia.net>
6119         * src/util/list.h: more list cleanups and documentation
6121         * src/verbs.cpp: call sp_document_done() for layer verbs too
6123 2004-10-30  Bryce Harrington <bryce@bryceharrington.org>
6125         * src/dialogs/item-properties.cpp, src/sp-object.h:  Cleaning up
6126         stubs, disabling some more of the desc code to prevent crash.
6127         The change to SPObject::label() broke the label editing code;
6128         fixing it.
6130 2004-10-30  Kees Cook  <kees@outflux.net>
6132         * src/sp-metadata.cpp, src/sp-metadata.h, src/Makefile_insert,
6133         src/document.cpp, src/sp-object-repr.cpp, src/sp-object.cpp:
6134         I've created my very first SPObject!  SPMetadata is alive!  No
6135         more nasty hack to have it disappear from SVG Plain.  Mental
6136         won't have to take away my CVS access any more!  :)
6137         * inkscape2.nsi: update from Adib Taraben
6139 2004-10-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6141         * src/libnr/nr-matrix.cpp (nr_matrix_invert):
6142           Fix for last commit to this file, which broke src==dest case.
6143         * src/libnr/nr-matrix-test.cpp: Add test cases for nr_matrix_invert.
6145 2004-10-30  MenTaLguY  <mental@rydia.net>
6147         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6148           update when layers added/removed/reordered.
6150         * src/verbs.h, src/verbs.cpp: added "rename layer" verb.
6152 2004-10-29  Kees Cook  <kees@outflux.net>
6154         * src/Makefile_insert, src/trace/Makefile_insert,
6155         src/util/Makefile_insert: distcheck cleanups.
6157 2004-10-29  MenTaLguY  <mental@rydia.net>
6159         * src/widgets/layer-selector.cpp: default labels in italic
6161         * src/sp-object.h, src/sp-object.cpp: inkscape:label fixes
6163         * src/layer-fns.cpp: make ordering of layers complete; not just among
6164                              siblings
6166         * src/util/list.h: documentation update
6168 2004-10-29  Bryce Harrington <bryce@bryceharrington.org>
6170         * layer-fns.cpp:  documenting
6171         * layer-selector.cpp:  documenting & fixing funky widget resizing
6172         * object-ui.cpp, dialogs/item-properties.cpp, sp-object.h,
6173           sp-object.cpp, widgets/layer-selector.cpp: add ability to set
6174           inkscape:label from "Item Properties", remove id setting from
6175           "Item Properties", switch to using
6176           SPObject::label()/SPObject?::defaultLabel() in UI where object
6177           ID is currently used.  Documenting.  Switching from "label" to
6178           "inkscape:label" where appropriate.  Adding
6179           visible()/setVisible() functions and activating checkbox.
6180         * dialogs/item-properties.cpp:  Adding title and desc boxes.
6181           Adjusting layout of dialog a bit.  Changing to use of tables
6182           instead of horiz/vert boxes for layout.  Setting to inactive
6183           until some underlying bits get finished.
6185 2004-10-29  Kees Cook  <kees@outflux.net>
6187         * src/dialogs/export.cpp: moved function-based static state variable
6188           into the dialog state variables.  Closes bug #993447.
6189         * src/display/curve.cpp: fixed compile warning.
6190         * src/sp-namedview.cpp: wasn't ref counting correctly.  Closes #955020.
6192 2004-10-29  Jon A. Cruz  <jon@joncruz.org>
6194         * src/sp-image.cpp, src/extension/internal/gdkpixbuf-input.cpp:
6195           Refactoring filenames and file opening
6196           Scales imported images if DPI is known and not 72 DPI. Fixes
6197           #1029755
6199 2004-10-29  MenTaLguY  <mental@rydia.net>
6201         * src/widgets/layer-selector.cpp, src/verbs.cpp:
6202           unselect objects when layer is manually switched
6204 2004-10-28  Kees Cook  <kees@outflux.net>
6206         * src/document-undo.cpp, src/document.cpp, src/sp-namedview.cpp,
6207           src/sp-text.cpp, src/dialogs/desktop-properties.cpp,
6208           src/dialogs/export.cpp, src/extension/input.cpp,
6209           src/extension/output.cpp, src/extension/system.cpp:
6210           Fixing calls to sp_document_set_undo_sensitive to correct allow for
6211           nesting, as suggested by mental.  Found while tracking down bug
6212           #1030436.
6214 2004-10-28  MenTaLguY  <mental@rydia.net>
6216         * src/util/list.h: cleanups of list class.  I think, aside from
6217           documentation and maybe fixes for g++ 3.4 (if required), this
6218           is the last set of changes I will need to make.
6220         * src/sp-item.cpp, src/splivarot.cpp, src/util/reverse-list.h,
6221           src/util/filter-list.h, src/util/map-list.h:
6222           adjust for changes in the list class' interface
6224         * src/desktop.cpp, src/sp-desktop-widget.h:
6225           removed old layer selector and added SPDesktop::itemIsHidden()
6227         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6228           more work; it's now at least as functional as the old selector it
6229           replaces
6231 2004-10-27  Kees Cook  <kees@outflux.net>
6233         * src/libnr/nr-point.h: use NR::X and NR::Y instead of "0" and "1".
6234         * src/dialogs/export.cpp: stack/register weirdness requires a function
6235           call to get true == comparison of NR::Rect's.  Closes bug #1048614.
6236         * src/dialogs/align.cpp: saving erased iterator.  Closes bug #1054270.
6237         * share/extensions/ill2svg.pl: added strict, warnings, and detection
6238           of Image::Magick module.  Closes bug #990659.
6239         * src/dialogs/find.h, src/dialogs/find.cpp: removed unfinished new
6240           find dialog instantiation.  Closes bug #1048802.
6242 2004-10-27  Carl Hetherington  <inkscape@carlh.net>
6244         * src/extension/output.cpp: better fix for 1004134 after advice
6245         from Ted.
6247 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
6249         * src/extension/output.cpp: don't reset modified flag until after
6250         save has happened, in case it fails.  Fixes 1004134.
6252         * src/livarot/ShapeSweep.cpp: fix a typo in my cleanups.  Fixes
6253         1048151.
6255 2004-10-25  Bryce Harringotn <bryce@bryceharrington.org>
6257         * file.cpp, file.h, dialogs/export.cpp: Adding error return logic
6258           for png export code so that failure to write can be tracked.
6259           Adding an error dialog for when this occurs.  Fixes bug 1038932.
6261         * extension/system.cpp:  Changing sp_ui_error_dialog to g_warning
6262           so won't crash when running from commandline.  Fixes bug
6263           1000350.
6265         * inkscape.cpp, inkscape.h, main.cpp, dialogs/filedialog.cpp:
6266           Adding Inkscape::Application::use_gui flag as temporary hack to
6267           prevent gui dialogs from being used when running from
6268           commandline.  Fixes bug 1045067.
6270 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
6272         * src/livarot/PathCutting.cpp: fix a couple of bugs that I
6273         introduced that cause crashes on cut path.
6275 2004-10-25  Kees Cook  <kees@outflux.net>
6277         * src/sp-object.cpp: nasty hack to not export metadata on "Plain SVG".
6278           I promise I'll fix this with a proper SPObject soon.
6280 2004-10-25  Jon A. Cruz  <jon@joncruz.org>
6281         * src/file.cpp, src/file.h, src/inkscape.cpp, src/sp-image.cpp,
6282         src/uri.cpp, src/uri.h, src/dialogs/filedialog.cpp,
6283         src/extension/input.cpp, src/extension/implementation/script.cpp,
6284         src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
6285         src/extension/internal/win32.h, src/extension/plugin/gimpgrad.cpp,
6286         src/helper/png-write.cpp, src/trace/imagemap.cpp, src/xml/repr-io.cpp:
6288         Refactoring filenames and file opening
6290 2004-10-24  MenTaLguY  <mental@rydia.net>
6292         * src/Makefile.am: added/removed files
6294         * src/util/copy-list.h: nobody's using it right now, get rid of it
6296         * src/traits/copy.h, src/traits/list-copy.h:
6297           traits for determining the type to make a copy of a value
6299         * src/sp-item.cpp, src/util/filter-list.h src/util/map-list.h,
6300           src/util/reverse-list.h, src/widgets/layer-selector.cpp
6301           src/xml/sp-repr-action.cpp:
6303           let the list functions infer their own result type (where possible)
6305         * src/util/forward-pointer-iterator.h: its value type is a reference
6307 2004-10-23  MenTaLguY  <mental@rydia.net>
6309         * src/desktop.cpp: removed vertical usize limits on statusbar
6311         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6312           more layer selector work; simplfied model and customized CellRenderer
6313           settings a bit
6315         * src/attributes.cpp, src/attributes.h, src/sp-object.cpp, src/sp-object.h:
6316           add inkscape:label attribute
6318         * src/file.cpp, src/sp-anchor.h, src/sp-animation.h, src/sp-chars.h,
6319           src/sp-clippath.h, src/sp-conn-end.cpp, src/sp-defs.h, src/sp-ellipse.h,
6320           src/sp-gradient.h, src/sp-guide.h, src/sp-image.h, src/sp-line.h,
6321           src/sp-linear-gradient.h, src/sp-marker.h, src/sp-mask.h,
6322           src/sp-namedview.h, src/sp-object-group.h, src/sp-offset.h, src/sp-path.h,
6323           src/sp-pattern.h, src/sp-polygon.h, src/sp-polyline.h,
6324           src/sp-radial-gradient.h, src/sp-rect.cpp, src/sp-rect.h, src/sp-root.h,
6325           src/sp-spiral.h, src/sp-star.h, src/sp-stop.h, src/sp-string.h,
6326           src/sp-symbol.h, src/sp-text.h, src/sp-tspan.h, src/sp-use.h,
6327           src/sp-offset.cpp, src/sp-shape.h:
6329           make inheritance actual
6331 2004-10-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6333         * src/libnr/*: Move some things from nr-matrix-ops.h to new files.
6335         * src/libnr/nr-point-fns.h, src/libnr/nr-point-fns.cpp:
6336           New function is_zero.  Move is_unit_vector here
6337           (was private to sp-spiral.cpp).
6339         * src/display/bezier-utils-test.cpp: Disable a test, replacing with a
6340           todo printf and adding a comment explaining.
6342 2004-10-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6344         * src/pencil-context.cpp: Ensure that data points array p is uniqued
6345           and contains no NaNs.
6347         * src/libnr/nr-point-fns.cpp (LInfty): Fix bug with NaN coordinates:
6348           return NaN (rather than unspecified behaviour).
6349         * src/libnr/nr-point-fns-test.cpp: Add test cases for L1,L2,LInfty
6350           handling of NaN.
6352         * src/pencil-context.cpp: Fix bug: undesirable interactions between
6353           snapping and snap-to-anchor.
6355 2004-10-21  MenTaLguY  <mental@rydia.net>
6357         * src/desktop.cpp: SPDesktop::currentRoot() should pull from
6358           the current layer hierarchy just like SPDesktop::currentLayer();
6359           doubly so, since currently when switching documents the layer hierarchy
6360           is updated before the document is switched
6362         * src/util/Makefile_insert, src/util/copy-list.h: add list copy thingy
6364         * src/util/list.h: add rest()
6366         * src/util/reverse-list.h: bug fixes to reverse_list_in_place()
6368         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6369           more work on layer selector
6371 2004-10-21  Carl Hetherington  <inkscape@carlh.net>
6373         * src/livarot/Path.cpp, src/livarot/Path.h,
6374         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6375         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6376         src/livarot/ShapeMisc.cpp: excise separate path description data
6377         structure.
6379         * src/livarot/Path.h, src/livarot/Path.cpp,
6380         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6381         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6382         src/livarot/ShapeMisc.cpp, src/livarot/livarot-forward.h: move
6383         path description structs into their own files, and rename a few
6384         member variables.
6386         * src/livarot/Path.h, src/livarot/PathConversion.cpp,
6387         src/livarot/PathOutline.cpp: remove some unused functions.
6389 2004-10-20  Carl Hetherington  <inkscape@carlh.net>
6391         * src/livarot/Path.cpp: fix for 1050379, and probably lots of
6392         others.
6394         * src/livarot/Path.h, src/livarot/PathOutline.cpp: bug fix for a
6395         previous commit.
6397         * src/livarot/Path.cpp: fix a memory leak.
6399 2004-10-19  Carl Hetherington  <inkscape@carlh.net>
6401         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: more
6402         simplification cleanups.
6404         * src/livarot/PathStroke.cpp: coding style cleanups.
6406         * src/livarot/Path.h, src/livarot/PathSimplify.cpp,
6407         src/livarot/PathStroke.cpp: more cleanups; don't modify Path::pts
6408         and Path::nbPt.
6410         * src/livarot/Path.cpp, src/livarot/Path.h,
6411         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6412         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: use a
6413         std::vector for Path::pts.
6415 2004-10-18  Carl Hetherington  <inkscape@carlh.net>
6417         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: coding style
6418         and const cleanups.
6420         * src/livarot/PathSimplify.cpp: some very minor cleanups, and
6421         temporary comments for myself.
6423         * src/livarot/PathConversion.cpp: coding style cleanups.
6425         * src/livarot/PathConversion.cpp: fix for bug 1048827.
6427         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: clean up
6428         simplification code.
6430 2004-10-17  MenTaLguY  <mental@rydia.net>
6432         * share/templates/Makefile.am, share/templates/layers.svg:
6433           added a layer template
6435         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6436           more layer selector work
6438         * src/util/filter-list.h, src/util/Makefile_insert:
6439           added filter_list()
6441 2004-10-15  Carl Hetherington  <inkscape@carlh.net>
6443         * src/livarot/PathSimplify.cpp: remove #ifdef
6444         pseudo_douglas_pecker code that wasn't being used.
6446 2004-10-15  MenTaLguY  <mental@rydia.net>
6448         * src/view.h: removed obsolete status message functions
6450         * src/attributes.h: remove unused #define
6452         * src/sp-object.cpp: fix for bug #1048268 (inkscape:collect being written
6453           in "plain SVG" files)
6455         * src/sp-item.h, src/sp-item.cpp: added isLocked() and isHidden()
6456           predicates
6458         * src/sp-item.cpp, src/sp-style.cpp: basic support for visibility CSS
6459           property
6461 2004-10-14  Ted Gould  <ted@gould.cx>
6463         * share/extension/*.inkmod -> *.inx
6464         src/extension/init.cpp
6466         Changing the filename extension that is used to identify Inkscape
6467         extensions to the one specified in the design document.
6469 2004-10-14  MenTaLguY  <mental@rydia.net>
6471         * src/util/list.h: more 3.4 fixes
6473 2004-10-13  MenTaLguY  <mental@rydia.net>
6475         * src/util/list.h, src/util/forward-pointer-iterator.h:
6477           fixes to (hopefully) build with g++ 3.4 (and generally be less evil
6478           anyway)
6480 2004-10-14  Carl Hetherington <inkscape@carlh.net>
6482         * src/livarot/int-line.cpp: coding style cleanups.
6484         * src/livarot/float-line.cpp, src/livarot/float-line.h:
6485         refactoring, removal of dead code.
6487         * src/display/guideline.cpp, src/display/guideline.h: coding style
6488         cleanups.
6490         * src/livarot/Path.cpp, src/livarot/Path.h,
6491         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6492         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: merge
6493         Path::path_lineto and Path::path_lineto_b.
6495 2004-10-14  Carl Hetherington <inkscape@carlh.net>
6497         * src/Path.cpp, src/Path.h, src/PathConversion.cpp,
6498         src/PathCutting.cpp, src/PathOutline.cpp, src/PathSimplify.cpp,
6499         src/ShapeMisc.cpp: use a vector of pointers for Path::descr_cmd.
6501         * src/livarot/Ligne.cpp, src/livarot/Ligne.h,
6502         src/livarot/int-line.cpp, src/livarot/int-line.h,
6503         src/livarot/float-line.cpp, src/livarot/float-line.h,
6504         src/livarot/livarot-forward.h, src/livarot/ShapeRaster.cpp,
6505         src/sp-flowregion.cpp, src/display/canvas-bpath.cpp,
6506         src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
6507         src/display/sp-ctrlline.cpp, src/libnrtype/FlowDest.cpp,
6508         src/libnrtype/RasterFont.cpp: split Ligne into float-line and
6509         int-line.
6511         * src/libnrtype/FlowDest.cpp, src/libnrtype/RasterFont.cpp,
6512         src/libnrtype/raster-position.h, src/livarot/float-line.cpp,
6513         src/livarot/float-line.h, src/livarot/int-line.cpp: use
6514         std::vector for arrays in FloatLigne.
6516         * src/livarot/float-line.cpp, src/livarot/float-line.h: remove
6517         lots of dead code.  Make some methods private.
6519 2004-10-12  MenTaLguY  <mental@rydia.net>
6521         * src/Makefile.am: added files
6523         * src/layer-fns.cpp, src/sp-item.cpp: use iterators, simplifying code
6525         * src/sp-object.cpp, src/splivarot.cpp: adapt to new version of
6526           Inkscape::Algorithms::longest_common_suffix
6528         * src/sp-object.h, src/sp-repr-iterators.h: add new iterator classes
6530         * src/algorithms/find-last-if.h: add counterpart of std::find_if
6532         * src/algorithms/longest-common-suffix.h: rewrite to use iterators
6534         * src/algorithms/longest-prefix.h, src/algorithms/longest-suffix.h,
6535           src/algorithms/shortest-prefix.h, src/algorithms/shortest-suffix.h:
6537           removed; these algorithms are no longer necessary when using
6538           iterators
6540         * src/traits/list.h: no longer needed
6542         * src/traits/reference.h: add "Pointer" member type
6544         * src/util/Makefile_insert: shuffled files
6546         * src/util/list.h: reworked Inkscape::Util::List to be a "handle" type
6547           that can also be used as an STL iterator
6549         * src/util/forward-pointer-iterator.h: treat a pointer as an iterator,
6550           given a base pointer type and a type which defines the iteration
6551           strategy
6553         * src/util/map.h: obsolete
6555         * src/util/map-list.h: iterator-based implementation
6557         * src/traits/tree-iterator.h: no longer necessary (superceded by
6558           specific applications of Inkscape::Util::ForwardPointerIterator)
6560         * src/sp-object-tree-iterator.h, src/util/parent-axis.h,
6561           src/util/sibling-axis.h: obsolete
6563         * src/util/map.h, src/util/reverse.h: obsolete
6565         * src/util/map-list.h, src/util/reverse-list.h:
6566           iterator-based implementations
6568         * src/xml/Makefile_insert: added file
6570         * src/xml/repr.h: removed old tree iterator stuff
6572         * src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h: use new
6573           pointer iterator facility
6575         * src/xml/sp-repr-iterators.h: pointer iterators for SPRepr
6577 2004-10-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6579         * src/display/bezier-utils.h, src/display/bezier-utils.cpp
6580           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full): Change the meaning
6581           of the last parameter: was max_depth, now lg_max_beziers, with the
6582           relationship lg_max_beziers = max_depth + 1.  Callers updated.
6584         * src/xml/repr.cpp (sp_repr_change_order):
6585           Add g_return_if_fail for some conditions that would break structural
6586           integrity, and add a TODO comment indicating incompleteness.
6587           Use sp_repr_prev function.
6589         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp
6590           (sp_repr_prev_sibling): Rename to sp_repr_prev for consistency
6591           with sp_repr_next.  Don't consider it an error for child to be
6592           NULL or parentless.  Callers updated.
6594         * src/draw-context.cpp (spdc_concat_colors_and_flush,
6595           spdc_flush_white): Misc readability cleanups.
6597         * src/display/curve.cpp (sp_curve_reverse): Fix a bug where the
6598           reversed curve wrongly included a trailing moveto command.  (Bug
6599           introduced in my 2004-09-05 change: one of the callers I didn't
6600           know how to cause to run.)
6602 2004-10-12  Ted Gould  <ted@gould.cx>
6604         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
6605         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
6606         share/extensions/eps_input.inkmod, share/extensions/epsi_output.inkmod,
6607         share/extensions/gimpgrad.inkmod, share/extensions/ps_input.inkmod,
6608         share/extensions/roundhole.inkmod, share/extensions/sk_input.inkmod,
6609         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
6610         share/extensions/txt2svg.inkmod, share/extensions/wmf_input.inkmod,
6611         src/extension/dependency.cpp, src/extension/dependency.h,
6612         src/extension/extension.cpp, src/extension/init.cpp:
6614         Moving all of the dependency stuff from the scripts, up to the root
6615         extension level.  This means that everyone can have dependencies, and
6616         dependency checking (a good thing).  This makes use of the new
6617         'Dependency' class that is also in the extension directory.
6619 2004-10-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6621         * src/pencil-context.cpp (sp_pencil_context_root_handler): Split into
6622           many functions, fixing some illegal union aliasing along the way (as
6623           was done for sp_pen_context_root_handler).
6625         * src/modifier-fns.h: New file of inline functions based on macros.h
6626           MOD__CTRL etc. macros.
6627         * src/Makefile_insert: Add the new file.
6629         * src/pen-context.h: Change size of p array from SP_DRAW_MAX_POINTS to
6630           5 now that we aren't sharing with SPPencilContext.
6632         * src/draw-context.cpp, src/draw-context.h, src/pen-context.cpp,
6633           src/pen-context.h, src/pencil-context.cpp, src/pencil-context.h:
6634           Move npoints,p from SPDrawContext to both SPPenContext and
6635           SPPencilContext.
6637         * src/draw-context.cpp, src/draw-context.h: Split off new files
6638           pen-context.h, pen-context.cpp, pencil-context.h, pencil-context.cpp,
6639           draw-anchor.h, draw-anchor.cpp.
6640         * src/Makefile_insert: Add the new files.
6642 2004-10-10  Ted Gould  <ted@gould.cx>
6644         * src/event-context.cpp, src/file.cpp, src/file.h, src/print.cpp,
6645         src/print.h, src/selection-chemistry.h, src/sp-image.cpp, src/sp-item.cpp,
6646         src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp, src/sp-symbol.cpp,
6647         src/tools-switch.cpp, src/dialogs/export.cpp, src/dialogs/filedialog.cpp,
6648         src/extension/Makefile_insert, src/extension/db.cpp,
6649         src/extension/dependency.cpp, src/extension/dependency.h,
6650         src/extension/effect.cpp, src/extension/effect.h,
6651         src/extension/extension-forward.h, src/extension/extension.cpp,
6652         src/extension/extension.h, src/extension/input.cpp, src/extension/input.h,
6653         src/extension/output.cpp, src/extension/output.h, src/extension/print.cpp,
6654         src/extension/print.h, src/extension/system.cpp,
6655         src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp,
6656         src/extension/internal/svg.cpp, src/libnrtype/FlowResOut.cpp:
6658         Splitting out the different types of extensions into their own files so
6659         that the overall dependencies can be reduced.  Caused a ripple through
6660         lots of other files.  Hopefully the dependency situation is better now.
6662 2004-10-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6664         * src/draw-context.cpp:
6665           Change xp,yp file globals to NR::Point pen_draw_origin_w.
6667         * src/draw-context.cpp (sp_pen_context_root_handler):
6668           Split into many routines.  Fix some illegal union member aliasing.
6669           (pen_handle_key_press): Minor code cleanups in backspace handling.
6670           (pen_handle_motion_notify): Make tolerance var local instead of
6671           file-global.  (This transformation is applicable to many
6672           dragtolerance users.)
6674         * src/draw-context.cpp (spdc_endpoint_snap_handle):
6675           Change argument type from SPDrawContext to SPPenContext, and
6676           specialize definition accordingly.  Caller updated.
6678         * src/draw-context.h: Change red_curve_is_valid from char to bool.
6679         * src/draw-context.cpp: Change red_curve_is_valid assignments from
6680           0x00/0x01 to false/true (using find & replace).
6682 2004-10-07  Carl Hetherington  <inkscape@carlh.net>
6684         * src/nr-object.cpp, src/nr-object.h: coding style and const
6685         fixes.
6687         * src/nr-rect.cpp: added a doxygen comment.  Some coding style
6688         fixes.
6690         * src/sp-paint-server.cpp: coding style fixes.
6692         * src/nr-arena-item.cpp, src/nr-arena-item.h: move a comment to
6693         the .cpp file and make it doxygen-style.
6695         * src/livarot/Path.cpp: coding style cleanups.  Add an assert to
6696         Path::Transform().
6698         * src/livarot/Path.cpp, src/livarot/Path.h: fix some archaic
6699         notation.
6701         * src/livarot/Ligne.cpp: coding style cleanups.
6703         * src/livarot/PathOutline.cpp, src/livarot/Path.h: fix a rather
6704         nasty hack in the outlining code.
6706         * src/livarot/Path.cpp, src/livarot/Path.h,
6707         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6708         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6709         src/livarot/ShapeMisc.cpp, src/splivarot.cpp, src/sp-offset.cpp:
6710         use std::vector for Path::descr_cmd.
6712         * src/livarot/Path.cpp, src/livarot/Path.h,
6713         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6714         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6715         src/livarot/ShapeMisc.cpp: getType() and setType() in Path::path_descr.
6717 2004-10-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6719         * src/sp-object-repr.cpp (sp_repr_type_lookup): Distinguish between XML
6720           element name and sodipodi:type attribute value: use a separate table
6721           for each.
6722         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_lookup):
6723           Don't export this function.  (Also rename it to name_to_gtype and
6724           change its definition for separate tables.)
6726 2004-10-03  Kees Cook  <kees@outflux.net>
6728         * src/dialogs/rdf.cpp, src/dialogs/repr-util.cpp, src/dialogs/repr.h:
6729           Since "dc:title" can appear at multiple XML levels, a way to
6730           control max depth in searching was added.  (Closes bug #1009290)
6732 2004-09-30  MenTaLguY  <mental@rydia.net>
6734         * src/widgets/document-tree-model.cpp:
6735           more bug fixes
6737         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6738           get the layer selector sort of in more order
6740 2004-09-28  Ted Gould  <ted@gould.cx>
6742         * src/verbs.cpp, src/verbs.h, src/view.cpp:
6744         Making it so that actions get deleted as views get destroyed.
6746 2004-09-27  Ted Gould  <ted@gould.cx>
6748         * src/desktop.h, src/forward.h, src/interface.cpp, src/interface.h,
6749         src/select-toolbar.cpp, src/shortcuts.cpp, src/shortcuts.h,
6750         src/toolbox.cpp, src/toolbox.h, src/verbs.cpp, src/verbs.h,
6751         src/dialogs/align.cpp, src/dialogs/align.h,
6752         src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp,
6753         src/dialogs/export.cpp, src/dialogs/find.cpp,
6754         src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
6755         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
6756         src/dialogs/xml-tree.cpp, src/helper/action.cpp, src/helper/action.h:
6758         Wow, alot of files changed.  The ones that changed the most are
6759         verb.cpp and verb.h, which are almost entirely different.  What happened
6760         here is the verbs were made object oriented.  So, as the verbs
6761         are built into everything, lots of files changed.  Now the code
6762         for the verbs is much cleaner, and I think a little bit faster.
6763         Also, it will be easier to extend the verbs for use in effects.
6765 2004-09-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6767         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
6768           Get rid of operator NR::translate(), which was allowing
6769           *implicit* (and typically lossy) conversion to NR::translate,
6770           and which made a bug hard to find.
6772         * src/sp-gradient-test.cpp: New unit test file.  I believe this is the
6773           first test that tests an SPObject.
6774         * src/Makefile_insert, src/Makefile.am: Invoke the new test.
6776 2004-09-24  MenTaLguY <mental@rydia.net>
6778         * src/selection-chemistry.cpp:
6780           "select all" and "clear" now operate on the current layer rather than on
6781           the document root
6783         * src/verbs.cpp, src/shortcuts.cpp, layer-fns.cpp, src/sp-item.cpp:
6785           keyboard shortcuts and fixes for layer verbs
6787 2004-09-23  MenTaLguY <mental@rydia.net>
6789         * src/message-stack.h, src/message-stack.cpp:
6791           return id of flashed messages so they are cancellable
6793         * src/message-context.h, src/message-context.cpp:
6795           message context flashes now supercede one another, as regular
6796           messages do (they do not supercede regular messages though)
6798         * src/interface.cpp, src/layer-fns.cpp, src/layer-fns.h, src/verbs.cpp:
6800           initial stab at layers menu; not everything works the way it should
6801           quite yet
6803         * src/message-context.h, src/message-context.cpp:
6805           added flash methods to Inkscape::MessageContext
6807         * src/gc-core.h, src/display/nr-arena-glyphs.cpp,
6808 src/display/nr-arena-group.cpp,
6809           src/display/nr-arena-item.cpp, src/display/nr-arena-item.h,
6810           src/display/nr-arena-shape.cpp, src/libnr/nr-object.cpp,
6811 src/libnr/nr-object.h,
6813           eliminate more sources of leaks; managed objects shouldn't use refcounts
6814           among themselves
6816         * src/xml/repr.cpp: don't nuke log pointer
6818 2004-09-21  MenTaLguY <mental@rydia.net>
6820         * src/gc-finalized.h: fix for stupid bug preventing finalizable objects
6821           from being collected
6823         * src/Makefile_insert, src/gc.cpp, src/gc-core.h:
6824           move Inkscape::GC::init out-of-line, and funnel GC warnings through
6825           glib
6827 2004-09-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6829         * src/sp-marker.h, src/sp-marker.cpp (sp_marker_show_instance):
6830           Change to using NR::Matrix instead of NRMatrix.  Update caller.
6832         * src/sp-gradient.cpp (sp_gradient_get_g2d_matrix,
6833           sp_gradient_get_gs2d_matrix, sp_gradient_set_gs2d_matrix):
6834           New NR::Matrix/NR::Rect versions of existing functions.
6836         * src/libnr/nr-matrix-translate-ops.h (operator/): New function.
6838         * src/libnr/nr-matrix-scale-ops.cpp: New file.
6839         * src/libnr/nr-matrix-scale-ops.h (operator/(Matrix,scale)):
6840           New function.
6842 2004-09-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6844         * src/sp-gradient.h: Change gradientTransform from NRMatrix to
6845           NR::Matrix.  Users updated.
6847         * src/Makefile.am (EXTRA_DIST), Makefile_insert
6848           dialogs/Makefile_insert extension/implementation/Makefile_insert
6849           extension/internal/Makefile_insert helper/Makefile_insert
6850           livarot/Makefile_insert (blah_SOURCES):
6851           Add some .h files for `make dist'.
6853 2004-09-19  MenTaLguY <mental@rydia.net>
6855         * src/gc-core.h: don't defer finalizers
6857         * src/gc-core.h: bump up free space divisor -- collections should
6858           happen ~32x more frequently
6860 2004-09-19  Carl Hetherington <inkscape@carlh.net>
6862         * src/display/canvas-bpath.cpp, src/display/nr-arena-shape.cpp,
6863         src/display/sp-ctrlline.cpp, src/libnrtype/RasterFont.cpp,
6864         src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: remove some
6865         unused parameters from calls to raster code.
6867         * src/livarot/ShapeRaster.cpp: coding style cleanups.
6869         * src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: factored out
6870         _updateIntersection().
6872         * src/livarot/AVL.cpp, src/livarot/AVL.h: remove DblLinked.  Cleanups.
6874 2004-09-18  MenTaLguY <mental@rydia.net>
6876         * src/dialogs/filedialog.cpp: unref the preview document we created
6878 2004-09-18  Carl Hetherington <inkscape@carlh.net>
6880         * src/livarot/AVL.cpp, src/livarot/AVL.h,
6881         src/livarot/DblLinked.cpp, src/livarot/DblLinked.h,
6882         src/livarot/LivarotDefs.h, src/livarot/ShapeRaster.cpp,
6883         src/livarot/ShapeSweep.cpp, src/livarot/sweep-tree.cpp,
6884         src/livarot/sweep-tree.h, src/sweep-event.h: replace leftFoo and
6885         rightFoo with foo[2] in a few places.  Associated cleanups.
6887         * src/livarot/Shape.h: use Side rather than a bool for
6888         TesteIntersection.  Add some methods.  Remove some unused variables.
6890         * src/livarot/ShapeSweep.cpp: simplify TesteIntersection with use
6891         of Side.
6893         * src/livarot/sweep-event.h: const fix.
6895         * src/livarot/sweep-event.cpp: simplifications with use of Side.
6897         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
6898         src/livarot/ShapeMisc.cpp, src/ShapeSweep.cpp: lastA/firstA in
6899         Shape::dg_point ->
6901           further work on stroking; break out bezier approximation into
6902           public functions
6904 2004-09-10  MenTaLguY <mental@rydia.net>
6906         * src/render/polygon.h, src/render/shape-builder.h,
6907           src/render/shape-builder.cpp, src/render/stroke.h,
6908           src/render/dash.h:
6910           beginnings of a simple alternate renderer
6912 2004-09-09  Carl Hetherington <inkscape@carlh.net>
6914         * src/sp-flowtext.cpp, src/sp-offset.cpp, src/splivarot.cpp,
6915         src/display/nr-arena-shape.cpp, src/libnrtype/FlowDest.cpp,
6916         src/livarot/PathConversion.cpp, src/livarot/Shape.h: make
6917         Shape::nbPt and Shape::nbAr private and provide accessor methods.
6919         * src/display/nr-arena-shape.cpp, src/livarot/Shape.h: make
6920         Shape::flags private.
6922         * src/splivarot.cpp, src/livarot/PathStroke.cpp,
6923         src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6924         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
6925         Clean up handling of flags in Shape class
6927         * src/livarot/AlphaLigne.cpp, src/livarot/Path.cpp,
6928         src/livarot/PathSimplify.cpp, src/livarot/Shape.cpp,
6929         src/livarot/ShapeSweepUtils.cpp: it's ok to free NULL.
6931         * src/livarot/Shape.h, src/sp-offset.cpp, src/splivarot.cpp,
6932         src/display/nr-arena-shape.cpp: Make Shape::pts private and offer
6933         a read-only accessor.
6935         * src/livarot/Shape.cpp, src/livarot/Shape.h,
6936         src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
6937         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp, src/
6938         livarot/ShapeSweepUtils.cpp, src/livarot/ShapeUtils.h: Rename
6939         Shape::pts to Shape::_pts, and use getPoint() wherever possible.
6941         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
6942         src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6943         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp: Add
6944         dg_point::totalDegree() and make use of it.
6947 2004-09-08  MenTaLguY  <mental@rydia.net>
6949         * src/libnr/nr-object.h, src/libnr/nr-object.cpp: fix NRObject
6950           initialization
6952         * configure.in, src/gc-core.h, src/gc-managed.h, src/gc-anchored,
6953           src/gc-finalized.h:
6955           add a --disable-gc ./configure option to omit garbage collection
6956           from the build (the normal allocator will be used, although
6957           memory will obviously leak since it does not get explicitly freed)
6959         * src/xml/repr.cpp: SPRepr's copy constructor needs to properly
6960           initialize its fields
6962         * src/xml/repr-util.cpp, src/xml/repr-private.h,
6963           src/xml/repr.h, src/xml/repr.cpp:
6965           new child-count-related routines, and added mutation signals
6966           to SPReprDoc
6968         * src/desktop.cpp: call the "Active Group" widget by its TRUE NAME!
6970         * src/widgets/Makefile_insert, src/widgets/document-tree-model.cpp,
6971           src/widgets/document-tree-model.h, src/widgets/layer-selector.cpp,
6972           src/widgets/layer-selector.h:
6974           very cursory start on new layers UI
6976 2004-09-08  Carl Hetherington <inkscape@carlh.net>
6978         * src/helper/stock-items.cpp: fix a bad free().  Improve coding
6979         style compliance.
6981         * src/libnrtype/FlowRes.cpp: slightly unpleasant fix for a buffer
6982         overrun.
6984 2004-09-07  MenTaLguY <mental@rydia.net>
6986         * src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6987           src/livarot/ShapeSweep.cpp:
6989           use std::vector for points array (seems to crash less?)
6991         * src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
6992           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
6993           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
6994           src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
6995           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
6997           switch to glib's allocator routines, which have the expected
6998           semantics
7000         * src/livarot/evil-malloc.h: removed
7002 2004-09-07  Ted Gould  <ted@gould.cx>
7004         * src/color-rgba.h:
7006         Some comments and some little code clean up things.  Added a couple
7007         of constructors to make life a little simpler.
7009 2004-09-06  Ted Gould  <ted@gould.cx>
7010         * src/extension/plugin/gimgrad.cpp, src/extension/implementation/plugin*
7011           share/extension/gimpgrad.inkmod, src/extension/system.cpp,
7012           src/extension/extension.h:
7014         Mega commit.  This commit does two things, it adds in the ability to
7015         do plugins in Inkscape.  This means that there are loadable modules
7016         that can be used for just about anything.  It also provides a sample
7017         implementation of a plugin to load GIMP gradients.  This means that
7018         GIMP gradients can be imported into Inkscape, giving a larger set of
7019         gradients that can be used in Inkscape.
7021         Currently, nothing here is really complete, but it is functional.  The
7022         plugins really only work for input plugins, and the GIMP gradient example
7023         isn't very robust.  They will come shortly.
7025 2004-09-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7027         * src/display/curve.h, src/display/curve.cpp:
7028           Change x,y members to NR::Point.
7029           Rename posset (spiced&spiked hot milk) to posSet as per CodingStyle.
7031         * src/display/curve.cpp (sp_curve_reverse): Previously this
7032           routine returned only the last subpath, and made it an open
7033           path.  Now it preserves all aspects of the curve other than
7034           reversing it.  I believe this change makes no difference to the
7035           draw-context and dyna-draw-context callers (though I haven't
7036           managed to test all of these callers), whereas for the `reverse
7037           path' command, users presumably expect the new behaviour.
7039         * src/display/curve.cpp (sp_curve_closepath_current):
7040           Fix bad assertion.
7042         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
7043           (get_translation): New function.
7045         * src/sp-polygon.cpp (polygon_get_value): Use static linkage.
7046           (sp_polygon_set): Remove debugging output.  Add `todo' comment.
7048 2004-09-03  MenTaLguY <mental@rydia.net>
7050         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7051           src/sp-namedview.h:
7053           remember previously selected layer on load
7055 2004-09-02  MenTaLguY <mental@rydia.net>
7057         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp:
7059           reintroduced the inkscape:groupmode attribute
7061         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
7062           src/libnr/nr-object.cpp:
7064           remove USE_LIBGC macro again
7066 2004-08-30  MenTaLguY <mental@rydia.net>
7068         * src/sp-object.cpp:
7070           ref the object while SPObject::deleteObject runs, so it doesn't
7071           get destroyed halfway through [ fix for bug #1012874 ]
7073 2004-08-29  MenTaLguY <mental@rydia.net>
7075         * src/gc-core.h:
7077           turn off scanning of dynamic library data segments; we don't need
7078           it, and it seems to cause problems on FC2
7080 2004-08-27  MenTaLguY <mental@rydia.net>
7082         * src/traits/function.h: add typedefs for all argument positions,
7083           specifying 'void' for all arguments after the last
7085         * src/livarot/evil-malloc.h, src/livarot/BitLigne.cpp,
7086           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
7087           src/livarot/Shape.cpp, src/livarot/ShapeSweepUtils.cpp:
7089           work around livarot bugs so I can use ElectricFence
7091         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
7092           src/libnr/nr-object.cpp:
7094           make the garbage collector easy to disable by undefining
7095           USE_LIBGC in src/gc-core.h
7097 2004-08-26  MenTaLguY <mental@rydia.net>
7099         * src/document-private.h, src/document.h, src/document.cpp:
7101           add notification signal when resources are added or removed
7103 2004-08-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7105         * src/xml/repr-css.cpp (sp_repr_css_print):
7106           Fix for shared string change.
7108         * src/sp-text.cpp (sp_text_description):
7109           Fix for when font Name() call fails.
7111         * src/sp-text.cpp: CodingStyle changes, including moving some
7112           declarations to first use.
7113           Remove unused __SP_TEXT_C__ define.
7115 2004-08-25  Carl Hetherington  <inkscape@carlh.net>
7117         * src/sp-cursor.cpp, src/sp-cursor.h, src/sp-guide.cpp:
7118         coding style cleanups.
7120 2004-08-24  MenTaLguY <mental@rydia.net>
7122         * src/gc-anchor.h: fix to always use the GC base address, since
7123           that will not always be the same as 'this', when I::GC::Anchored
7124           is used via multiple inheritance.
7126 2004-08-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7128         * src/libnrtype/TextWrapper.h, src/libnrtype/TextWrapper.cpp (AppendUTF8):
7129           Use strlen instead of for-loop.
7130           Change printf to g_return_if_fail (and document that the argument
7131           must be valid UTF-8).
7132           Mark the text pointer as not being written through (const).
7134 2004-08-23  MenTaLguY <mental@rydia.net>
7136         * src/xml/repr.cpp, src/xml/sp-repr-action.h:
7138           removed stupid default 'next' constructor arguments and force them
7139           to be specified explicitly (and fix the omission of one, which
7140           fixes bug #1014541)
7142 2004-08-22  MenTaLguY <mental@rydia.net>
7144         * src/Makefile_insert, src/gc-alloc.h:
7146           introduced a GC-aware STL allocator
7148         * src/document-private.h, src/document.h, src/document.cpp:
7150           switch to using STL map for "id changed" signals
7152 2004-08-21  MenTaLguY <mental@rydia.net>
7154         * src/Makefile_insert, src/util/Makefile_insert: get libinkutil
7155           deps straightened out
7157         * src/document-private.h, src/document-undo.cpp, src/document.cpp:
7159           adapt for new APIs, header cleanups/refactorings
7161         * src/gc-core.h, src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
7163           rewrote interface to Boehm GC for increased flexibility; there are now
7164           three main classes:
7166            - Inkscape::GC::Managed: objects managed by the GC; replaces
7167                                     Inkscape::GC::Object
7169            - Inkscape::GC::Finalized: objects for which the GC will call
7170                                       destructors automatically; replaces
7171                                       Inkscape::GC::FinalizedObject
7173            - Inkscape::GC::Anchored: managed objects which can be 'anchored'
7174                                      to prevent collection while non-gc-aware
7175                                      objects are holding references; replaces
7176                                      Inkscape::Refcounted
7178           Note that they no longer inherit from each other(!), so you will
7179           need to mix-and-match via multiple inheritance.  The latter two
7180           don't do anything useful without the first, however.
7182         * src/gc-object.h, src/refcounted.h: removed
7184         * src/message-context.cpp, src/message-stack.h, src/selection.h,
7185           src/view.cpp, src/libnr/nr-object.h, src/util/list.h,
7186           src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h, src/desktop.cpp:
7188           adopt new GC API and header refatorings
7190         * src/Makefile.am, src/util/Makefile_insert:
7192           list util/* files in util's Makefile_insert now.
7194         * src/util/reverse.h: revive anx fix Inkscape::Util::reverse
7196         * src/util/share-c-string.cpp, src/util/share-c-string.h: removed
7198         * src/util/shared-c-string.cpp, src/util/shared-c-string.h:
7200           employ the type system to make shared strings a little safer to use;
7201           you can still shoot yourself in the foot, but at least now you need
7202           to aim and pull the trigger first
7204         * src/xml/Makefile_insert, src/xml/repr-action-test.cpp,
7205           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.h:
7207           reorganize transaction logging files
7209         * src/xml/repr-action-test.cpp: updated headers
7211         * src/xml/repr-action.cpp, src/xml/repr-action.h: removed
7213         * src/xml/repr-private.h, src/xml/repr.cpp, src/xml/repr.h:
7215           update for new GC API and shared strings
7217         * src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
7218           src/xml/sp-repr-action.h:
7220           header refactoring and new GC API
7222         * src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h:
7224           new GC API
7226 2004-08-20  Carl Hetherington <inkscape@carlh.net>
7228         * src/zoom-context.cpp, src/view.cpp, src/version.cpp,
7229         src/sp-defs.cpp: coding style cleanups.
7231         * src/sp-polygon.cpp: coding style and a few other small cleanups.
7233         * src/sp-anchor.cpp: coding style cleanups.  Remove unnecessary
7234         static variable.
7236 2004-08-18  Bryce Harrington <bryce@bryceharrington.org>
7238         * autogen.sh:  Fixing the 'missing ltmain.sh' bug
7240 2004-08-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7242         * src/sp-star.cpp: Use cast to guint32 instead of using modulo 2**32.
7243           Fix a uint compilation bug on Windows reported by mrchapp.
7244           Mark a few functions as static.
7246 2004-08-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7248         * src/sp-conn-end.cpp (change_endpts):
7249           Use new sp_curve_stretch_endpoints function: i.e. preserve the
7250           shape of the connector path.
7252         * src/display/curve.h, src/display/curve.cpp
7253           (sp_curve_stretch_endpoints): New function.
7255         * src/sp-use-reference.cpp: CodingStyle changes.
7257         * src/sp-item.h, src/sp-item.cpp (sp_item_write_transform):
7258           Indicate that adv won't get written to.
7260         * src/sp-rect.cpp (sp_rect_set_transform): Call sp_rect_set_shape,
7261           so that bbox is up-to-    src/livarot/PathConversion.cpp,
7262 src/livarot/Shape.cpp,
7263         src/livarot/Shape.h, src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
7264         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp,
7265         src/livarot/ShapeSweepUtils.cpp:
7266           Revert these files to their state prior to mental's "2004-08-08"
7267           entry (the change made in 2004-08-09 02:23 UTC).
7269 2004-08-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7271         * src/algorithms/longest-common-suffix.h: Fix bug I introduced three
7272           days ago.
7274         * src/attributes.h, src/attributes.cpp: New attributes
7275           SP_ATTR_CONNECTION_START, SP_ATTR_CONNECTION_END.
7276         * src/sp-conn-end.h, src/sp-conn-end.cpp,
7277           src/sp-conn-end-pair.h, src/sp-conn-end-pair.cpp:
7278           New files.
7279         * src/Makefile_insert (libinkpre_a_SOURCES): Add the new files.
7281         * src/sp-path.cpp, src/sp-path.h: Call the new connector stuff.
7283         * src/display/curve.h, src/display/curve.cpp
7284           (sp_curve_first_point, sp_curve_last_point): New functions.
7286           (sp_curve_transform): Re-implement with NR::Matrix/NR::Point.
7287           The old code appears to be buggy for sheer/rotate matrices
7288           due to calculating each y coord using the new corresponding x coord
7289           instead of the previous value.
7291           Also add NR::translate version.
7293           Get rid of the return value.  Callers updated.
7295         * src/sp-item.h, src/sp-item.cpp: (i2anc_affine): New function
7296           (essentially a rename of existing private partial_xform function, but
7297           differing behaviour on encountering non-SPItem in the hierarchy).
7299           (i2i_affine): New function (essentially a rename of existing
7300           SPItem::getRelativeAffine).  Implement SPItem::getRelativeAffine in
7301           terms of the new function.
7303           (sp_item_dt2i_affine): NR::Matrix version.
7305         * src/libnr/nr-path.h (c, setC): new methods.
7307 2004-08-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7309         * src/desktop-affine.cpp (sp_desktop_w2doc_affine,
7310         sp_desktop_doc2w_affine, sp_desktop_doc2d_xy_point),
7311         src/knotholder.cpp (knot_moved_handler), src/sp-item.cpp
7312         (SPItem::getRelativeTransform), src/sp-rect.cpp
7313         (sp_rect_set_transform), src/display/sp-canvas-util.cpp
7314         (sp_canvas_item_i2i_affine, sp_canvas_item_set_i2w_affine):
7315           Cleanup: Use the new division operators instead of multiplication by
7316           inverse.  (Currently the division operators are implemented as
7317           multiplication by inverse.)
7319         * src/splivarot.cpp, src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
7320         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
7321           Hurriedly fix some problems caused by overly-hurried changes.
7322           Address some signed/unsigned warnings.
7323           Add some assertions.
7324           (Haven't checked the performance cost of the assertions.)
7326         * src/livarot/Shape.h: Make constructors explicit.
7328 2004-08-08  MenTaLguY  <mental@rydia.net>
7330         * src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-offset.cpp,
7331           src/splivarot.cpp, src/display/nr-arena-shape.cpp,
7332           src/livarot/PathConversion.cpp, src/livarot/Shape.cpp,
7333           src/livarot/Shape.h, src/livarot/ShapeDraw.cpp,
7334           src/livarot/ShapeMisc.cpp, src/livarot/ShapeRaster.cpp,
7335           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
7337           replace ad-hoc realloced arrays with std::vector and deal with
7338           uninitialized data problems that valgrind complained about
7340         * libgc.supp: valgrind suppression profile for libgc, which necessarily
7341           reads and runs comparisons on a lot of uninitalized data; the present
7342           form of this file is probably too broad however
7344 2004-08-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7346         * src/libnr/nr-matrix-div.h, src/libnr/nr-matrix-div.cpp:
7347           operator/(NR::Point, NR::Matrix), operator/(NR::Matrix, NR::Matrix):
7348           new functions, new files.
7350         * src/algorithms/longest-common-suffix.h:
7351           Handle in O(1) time the common case of equal tails.
7352           Documentation.
7354 2004-08-08  Ted Gould  <ted@gould.cx>
7356         * src/svg-profile.h, src/Makefile_insert:
7358         Adding the first support in for trying to determine which profiles are
7359         used with certain functionality, and if that is used by the current
7360         document.  Really, right now, there is no code changes to anything that
7361         compiles.  But this is the header file that contains the class that
7362         I'm plannig to use in the future.
7364 2004-08-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7366         * src/libnrtype/RasterFont.h, src/libnrtype/RasterFont.cpp:
7367           Get rid of argumentless constructor (which was leaving
7368           style.transform as random bits), replace with constructor taking
7369           style argument.  Caller updated.
7370           Disable default copy constructor and operator=.
7372 2004-08-06  MenTaLguY <mental@rydia.net>
7374         * configure.in, src/gc-core.h, src/gc-object.h,
7375           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-group.cpp,
7376           src/display/nr-arena-image.cpp, src/display/nr-arena-item.cpp,
7377           src/display/nr-arena-shape.cpp, src/display/nr-arena.cpp,
7378           src/helper/action.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
7380           make NRObject GC-aware
7382 2004-08-06  David Turner <novalis@gnu.org>
7383         * src/sp-shape.cpp (sp_shape_marker_get_transform): Make marker handling
7384 match
7385         SVG spec better.
7387 2004-08-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7389         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
7390           NR::Matrix *= NR::scale: new.
7392         * src/sp-object.cpp, src/sp-object.h, src/sp-object-tree-iterator.h:
7393           Move TreeIterator<SPObject *> specialization to snew file
7394           sp-object-tree-iterator.h.
7395           Mark several pointers as not being written through.
7396           Correspondingly change TreeIterator specialization to
7397           <SPObject const *> instead of <SPObject *>.
7399         * display/nr-arena-item.cpp, display/nr-arena-item.h:
7400           Add NR::Matrix version of nr_arena_item_set_transform.
7402         * src/sp-item.h, src/sp-item.cpp (getRelativeTransform, partial_xform):
7403           Mark pointers as not written through.
7405         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
7406           src/path-chemistry.cpp, src/rect-context.cpp,
7407           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowdiv.cpp,
7408           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-item-group.cpp,
7409           src/sp-item-notify-moveto.cpp, src/sp-item-transform.cpp,
7410           src/sp-item.cpp, src/sp-item.h, src/sp-offset.cpp, src/sp-rect.cpp,
7411           src/sp-shape.cpp, src/sp-use.cpp, src/spiral-context.cpp,
7412           src/splivarot.cpp, src/star-context.cpp, src/text-context.cpp,
7413           src/dialogs/item-properties.cpp:
7414           Change SPItem->transform from NRMatrix to NR::Matrix.
7416         * src/libnr/nr-matrix-ops.h (operator*(NR::Matrix, NRMatrix)): new.
7418         * src/libnr/nr-matrix.h: NR::Matrix *= NR::translate: new operator.
7420         * src/nodepath.cpp: Mark NodeSort operator< as static.
7421           Indentation as per CodingStyle.
7423         * src/libnr/nr-scale.h (NR::scale(double)): new constructor.
7425         * src/svg/svg-affine.cpp (sp_svg_transform_write), src/svg/svg.h:
7426           Add NR::Matrix version.
7428 2004-08-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7430         * src/display/bezier-utils.cpp: Misc. minor changes.
7432 2004-08-04  MenTaLguY  <mental@rydia.net>
7434         * configure.in, src/gc-object.h, src/refcounted.h:
7436           start using libgc in earnest; Inkscape::Refcounted is now GC-aware
7438 2004-08-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7440         * src/nodepath.cpp: Cleanups: Mark some things as static.  Switch from
7441           pointer to reference in some places. Make const placement conform to
7442           CodingStyle.
7444         * src/inkview.cpp (sp_svgview_main_key_press): Accept some common keys
7445           like PgUp, q.
7447         * src/draw-context.cpp (fit_and_split):
7448           Slight simplification: don't handle impossible condition npoints < 2.
7449         * src/proofs: Update accordingly.  (Also add some bezier-utils proofs.)
7451 2004-08-04  David Turner <novalis@gnu.org>
7453         * sp-path.cpp: 'd' is a required attribute for paths.  Ensure that
7454         all paths have it.
7456 2004-08-03  MenTaLguY  <mental@rydia.net>
7458         * src/dialogs/rdf.cpp, src/xml/repr-util.cpp, src/xml/repr.h:
7459           removed sp_repr_recursive_drop() which is unneeded and
7460           creates unnecessary thrash in the undo logs
7462         * src/livarot/Shape.h, src/livarot/Shape.cpp,
7463           src/livarot/ShapeSweep.cpp, src/livarot/ShapeMisc.cpp:
7465           experiment to replace ad-hoc realloc() arrays with std::vector
7467 2004-08-02  David Turner <novalis@gnu.org>
7469         * file.cpp, file.h, interface.cpp, toolbox.cpp, verbs.cpp, verbs.h:
7471         Added vacuum command to remove unused defs.
7473 2004-08-02  MenTaLguY  <mental@rydia.net>
7475         * configure.in: sigc++ 2.0.2 (and before?) has a bug that
7476           causes us to crash.  require >= 2.0.3
7478         * src/Makefile.am, src/Makefile_insert, src/gc-core.h,
7479           src/gc-object.h, src/algorithms/longest-common-suffix.h,
7480           src/traits/list.h, src/traits/reference.h, src/util/flip.h,
7481           src/util/fold.h, src/util/list-iterator.h, src/util/list.h,
7482           src/util/map.h, src/util/parent-axis.h, src/util/reverse.h,
7483           src/util/sibling-axis.h, src/util/tuple.h, src/util/zip.h:
7485           more "functional" work
7487 2004-08-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7489         * src/display/curve.cpp, src/display/curve.h:
7490           Greater conformance with CodingStyle.
7492 2004-07-31  David Turner <novalis@gnu.org>
7494         * dialogs/xml-tree.cpp: Improved focus, added keystroke for attr commit.
7496 2004-07-31  Ted Gould  <ted@gould.cx>
7498         * src/extension/extension.cpp,
7499         src/extension/implementation/implementation.cpp,
7500         src/extension/implementation/implementation.h,
7501         src/extension/implementation/script.cpp,
7502         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
7503         src/extension/internal/eps-out.h:
7505         Okay, changed the prefs_ prototypes to include which extension they are
7506         working with. This should clean up some warnings before they become
7507         problems later.
7509 2004-07-31  Ted Gould  <ted@gould.cx>
7511         * src/print.cpp, src/extension/extension.cpp, src/extension/extension.h,
7512           src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp:
7514           Changed the get and set param prototypes so that they aren't overloaded
7515           anymore - this was flaky.  Also added a document to the prototype so
7516           that document specific parameters can be supported in the future.
7518 2004-07-28  David Turner <novalis@gnu.org>
7520         * sp-gradient.cpp, widgets/gradient-vector.cpp: fixed gradient handling to
7521         properly render gradients with sharp color boundaries
7523 2004-07-29  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7525         * src/inkview.cpp: Make the window title be the name of the
7526           instead of the current file instead of the first file.
7528         * src/round-test.cpp: New unit-test file.
7530         * src/desktop.h, src/sp-desktop-widget.h:
7531           Move SPDesktopWidget stuff from desktop.h to new file
7532           sp-desktop-widget.h.
7534         * debian/*: Copy lots of changes from wolfi's official Debian package
7535           of inkscape.
7536           Also use separate builddir, which simplifies the `clean' target.
7538 2004-07-24  MenTaLguY  <mental@rydia.net>
7540         * configure.in, src/Makefile.am, src/main.cpp, src/gc-core.h:
7541           added libgc dependency
7543         * src/Makefile.am, traits/function.h:
7544           added trait class for functions and C++ "functors"
7546         * src/Makefile.am, util/flip.h:
7547           added flip() which, given a function with two arguments,
7548           returns an identical function with its arguments reversed
7550 2004-07-23  MenTaLguY  <mental@rydia.net>
7552         * src/Makefile.am, src/traits/reference.h, src/util/tuple.h:
7553           added generic Tuple type
7555 2004-07-23  Ted Gould  <ted@gould.cx>
7557         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7558         src/sp-namedview.h, src/dialogs/desktop-properties.cpp,
7559         src/display/canvas-grid.cpp, src/display/canvas-grid.h:
7561         Adding in the ability to have 'emphasis grid lines' where some lines are a
7562         different color than others.  In the default case every fifth grid line
7563         gets to be 0x11 darker alpha.  Nothing that will get in your way, but
7564         enough that you can find the spacing.  All parameters are changeable in
7565         document preferences.
7567 2004-07-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7569         * autogen.sh: Move unversioned automake to last resort.
7571 2004-07-20  Kees Cook  <kees@outflux.net>
7573         * src/dialogs/desktop-preferences.cpp: corrected my usage of static
7574           l18n strings.
7575         * src/dialogs/stroke-style.cpp: fixed missing l18n. (bug #994837)
7576         * src/dialogs/sp-attribute-widget.cpp: went hunting for other static
7577           l18n strings.  Fixed some here too.
7578         * autogen.sh: cleanups and more debugging.
7579         * share/extensions/sk2svg.sh: tempfile cleanups from pjrm (patch #990009)
7581 2004-07-20 Nathan Hurst <njh@mail.csse.monash.edu.au>
7583         * debian/changelog, configure.in: Moved to 0.40cvs and updated
7584           debian stuff.
7586 2004-07-18  MenTaLguY  <mental@rydia.net>
7588         * configure.in, src/Makefile.am, src/algorithms/Makefile_insert,
7589           src/algorithms/makefile.in, src/traits/Makefile_insert,
7590           src/traits/makefile.in, src/util/Makefile_insert, src/util/makefile.in:
7592           added src/algorithms, src/traits, and src/util subdirs
7594         * src/algorithms/longest-common-suffix.h:
7596           added generic "longest common suffix" algorithm
7598         * src/traits/list.h: added traits class for lists
7600         * src/traits/tree-iterator.h: added traits class for n-ary tree iterators
7602         * src/util/list-iterator.h: STL iterator for lists
7604         * src/util/parent-axis.h: parent "axis" of tree iterator as list
7606         * src/util/sibling-axis.h: sibling "axis" of tree iterator as list
7608         * src/xml/repr.h: specialize Traits::TreeIterator for SPRepr *
7610         * src/sp-object.h: specialize Traits::TreeIterator for SPObject *
7612         * src/sp-object.cpp: use generic "longest common suffix" to find
7613                              nearest common ancestor
7615         * src/splivarot.cpp: use genric "longest common suffix" to find
7616                              nearest common ancestor here too
7618 2004-07-18  Kees Cook  <kees@outflux.net>
7620         * Makefile.am, configure.in, autogen.sh, toolversions.sh:
7621           cleaning up some automake misbehavior from the gtkmm patch.
7622           automake 1.4isms snuck back in.
7623         * src/desktop-events.cpp: unlocalized strings updated.
7625 2004-07-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7627         * src/sp-path.cpp (sp_path_write): Handle shape->curve==NULL.
7629 2004-07-18  MenTaLguY  <mental@rydia.net>
7631         * Makefile.am, configure.in, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4,
7632           m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4,
7633           m4/progtest.m4, src/arc-context.cpp, src/arc-context.h, src/desktop.cpp,
7634           src/desktop.h, src/document.cpp, src/document.h, src/draw-context.cpp,
7635           src/draw-context.h, src/event-context.h, src/main.cpp,
7636           src/message-stack.h, src/node-context.cpp, src/node-context.h,
7637           src/nodepath.cpp, src/nodepath.h, src/object-hierarchy.h,
7638           src/rect-context.cpp, src/rect-context.h, src/selcue.cpp, src/selcue.h,
7639           src/selection-describer.cpp, src/selection-describer.h,
7640           src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
7641           src/sp-item.cpp, src/sp-item.h, src/sp-object.cpp, src/sp-object.h,
7642           src/sp-offset.cpp, src/sp-offset.h, src/sp-pattern.cpp, src/sp-use.cpp,
7643           src/sp-use.h, src/spiral-context.cpp, src/spiral-context.h,
7644           src/star-context.cpp, src/star-context.h, src/text-context.cpp,
7645           src/text-context.h, src/toolbox.cpp, src/uri-references.cpp,
7646           src/uri-references.h, src/view.cpp, src/view.h,
7647           src/dialogs/xml-tree.cpp:
7649           merged Aubanel MONNIER's gtkmm upgrade patch
7651 2004-07-17  Carl Hetherington  <inkscape@carlh.net>
7653         * src/sp-use.cpp: fix a compiler warning (closes #992960)
7655         * src/sp-offset.cpp: fix a compiler warning (closes #992960)
7657         * src/sp-text.cpp: fix a compiler warning (closes #992959)
7659 2004-07-16  Kees Cook  <kees@outflux.net>
7661         * src/verbs.h, src/verbs.cpp: added "sp_verbs_find" function for bryce.
7663 2004-07-15  Ted Gould  <ted@gould.cx>
7665         * 0.39 Release
7667 2004-07-14  MenTaLguY  <mental@rydia.net>
7669         * src/sp-object.cpp: disable recursive update warning for release
7671         * src/select-context.cpp: work around probable cut-and-paste bug
7672           between sp_select_context_item_handler and
7673           sp_select_context_root_handler by checking for drag_escaped
7675 2004-07-13  MenTaLguY  <mental@rydia.net>
7677         * src/make.exclude: omit extension/script/js/js.c from build
7679 2004-07-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7681         * src/dialogs/rdf.cpp: Don't add dc:description entry to SVG files.
7683         * src/utest/utest.h: Add include guard.
7685 2004-07-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7687         * src/decimal-round.h (decimal_round): New file, new function.
7688         * src/round.h (decimal_round): New file, new function.
7689         * src/Makefile_insert: Add to libinkpost_a_SOURCES.
7691 2004-07-11  MenTaLguY  <mental@rydia.net>
7693         * src/document.h, src/document-undo.cpp:
7694           added sp_document_get_undo_sensitive() for capturing and restoring
7695           undo sensitivity
7697         * src/sp-object.cpp: don't log id changes made to resolve
7698           duplicate ids (to avoid undo badness) (fix for bug #989023)
7700 2004-07-11  Kees Cook  <kees@outflux.net>
7702         * src/preferences-skeleton.h, src/extension/init.cpp: with simarilius,
7703           tracked down the cause of bug #988445.  Extension code now has a
7704           small section that validates preferences for valid extension names.
7705         * src/dialogs/filedialog-win32.cpp: corrected an assert test, and
7706           changed dialog to take the passed window title.
7707         * autogen.sh, config.h.mingw, configure.in, src/Makefile_insert,
7708           src/help.cpp, src/inkscape-stock.cpp, src/inkscape.cpp, src/main.cpp,
7709           src/make.dep, src/make.files, src/path-prefix.h, src/prefix.cpp,
7710           src/prefix.h, src/dialogs/stroke-style.cpp,
7711           src/extension/Makefile_insert, src/extension/init.cpp,
7712           src/extension/implementation/Makefile_insert,
7713           src/extension/implementation/script.cpp,
7714           src/extension/internal/Makefile_insert, src/helper/stock-items.cpp,
7715           src/widgets/icon.cpp:
7716         Cleaned up all the path #define's and usage.  In the process found at
7717         least 3 separate bugs associated with file locations.  This should
7718         hopefully work for Win32 as well.  Bottom line in this change: don't use
7719         INKSCAPE_DATADIR anywhere except in "path-prefix.h".  This includes
7720         an update to the autopackage code as well with fixes so that
7721         a change to "--enable-binreloc" will get recompiled correctly.  These
7722         changes should address bug #978391.
7724 2004-07-11  Carl Hetherington  <inkscape@carlh.net>
7726         * src/attributes.cpp, src/attributes.h: remove confusing
7727         snaptogrid and snaptoguides options.
7729         * src/desktop-events.cpp: use inkscape:guide-bbox instead of
7730         snaptoguides to turn guides on.
7732         * src/desktop.cpp: no need to worry about Snapper::getEnabled().
7734         * src/snap.cpp, src/snap.h: Remove explicit enabled flag from
7735         Snapper, as itconfuses people.  Added
7736         namedview_dim_snap_all_types().  Return useful stuff from
7737         vector_snap_list.
7739         * src/rect-context.cpp: Use hack to make snapping kind of work
7740         even with snap-to-bbox enabled.
7742         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp: remove
7743         snaptogrid and snaptoguides options as they confuse people.  Use
7744         better names for the scale origin radio buttons, as suggested by
7745         Bulia.
7747         * src/seltrans.cpp: Fix some cases where snap wasn't correctly applied.
7749 2004-07-10  MenTaLguY  <mental@rydia.net>
7751         * src/sp-image.cpp: prospective fix for bug #979858
7753         * src/select-context.cpp, src/select-context.h,
7754           src/seltrans.cpp, src/seltrans.h:
7756           gave SPSelTrans its own Inkscape::MessageContext, fixing
7757           bug #977971
7759 2004-07-10  Kees Cook  <kees@outflux.net>
7761         * src/knot.cpp: solved bug #988513: knot could stay grabbed in
7762           situations where the tool went away but never got "button_release"
7763           event.  This patch uses the "enter" and "leave" notifiers to disable
7764           the grab before a "motion" can come and snag the knot.
7766 2004-07-09  Kees Cook  <kees@outflux.net>
7768         * src/widgets/paint-selector.cpp: solved bug #984902: the pattern
7769           menu was being destroyed since it was remaining part of the frame
7770           that was being destroyed whenever the selector changed.  It gets
7771           ref-counted, disconnected, and destroyed correctly now.
7772         * mkinstalldirs: automake 1.8 stopped including "mkinstalldirs", but
7773           intltool still uses it.  We'll need to keep this until intltool
7774           fixes the bug.  intltool 0.31 and earlier are all buggy.
7776 2004-07-09  Carl Hetherington  <inkscape@carlh.net>
7778         * src/draw-context.cpp: remove some debugging g_prints.
7780 2004-07-08  MenTaLguY  <mental@rydia.net>
7782         * src/interface.cpp: fixed crash on desktop context menu
7784         * src/desktop.h, src/desktop.cpp:
7786           added SPDesktop::isWithinViewport() to conveniently determine
7787           if an item is within view
7789           also made isLayer() const
7791         * src/sp-object.h: added SPObject::hasChildren() predicate
7793         * src/sp-object.cpp: revert to old behavior of breaking parent
7794           link before emitting "release" signal
7796         * src/selection-chemistry.cpp: rewrote sp_selection_item_next()
7797           and sp_selection_item_prev() to work with layers
7799 2004-07-08  Carl Hetherington  <inkscape@carlh.net>
7801         * src/libnrtype/FontFactory.cpp: disable printing of debug
7802         messages.
7804         * src/sp-item-group.cpp: give it a snappoints method to fix
7805         937318.
7807         * src/draw-context.cpp: fix a couple of places where Shift isn't
7808         checked before snapping.
7811 2004-07-07  MenTaLguY  <mental@rydia.net>
7813         * src/desktop.cpp, src/interface.cpp: remove the word "layer"
7814           for now, and disable the layer selector when the user is not
7815           inside a group
7817 2004-07-07  Kees Cook  <kees@outflux.net>
7819         * src/dialogs/desktop-properties.cpp: added a few g_asserts, and
7820           added a missing sp_signal_disconnect_by_data for the color picker,
7821           which closes bug #975864.  Stopped accidentally calling
7822           sp_document_done from the update handler (fixes bug #986411).
7823         * src/dialogs/dialog-events.cpp, src/helper/action.cpp:
7824           whitespace changes, typo fixes, added a few g_asserts.
7825         * src/selection-chemistry.cpp, src/desktop.cpp: when deleting items
7826           from the desktop, the selection context may need to be cleared since
7827           it may have pointers to the deleted items.  To do this, I just
7828           reselect the current tool (fixes bug #983243).
7829         * src/dialogs/xml-tree.cpp, src/dialogs/desktop-properties.cpp:
7830           corrected tooltips memory handling.
7832 2004-07-06  MenTaLguY  <mental@rydia.net>
7834         * src/desktop.cpp: minor tweaks to make the existing layers
7835           code easier to work with in its current state (particularly,
7836           to sidestep some existing bugs that otherwise require more
7837           UI work to fix)
7839 2004-07-06  Carl Hetherington  <inkscape@carlh.net>
7841         * src/seltrans.cpp, src/sp-namedview.cpp,
7842         src/display/bezier-utils.cpp, src/libnr/nr-types.cpp:
7843         isnan appears to need a std:: namespace qualifier.
7845 2004-07-06  Ted Gould  <ted@gould.cx>
7847         * src/libnr/nr-point.h, src/libnr/nr-rect.h:
7849         Adding in a function to round the points and rectangles.  Using this
7850         for less precise comparisons.  Also, added in a function to print
7851         each of these.
7853         * src/dialogs/export.cpp:
7855         Major revisions to do all kinds of fun stuff.  The major one being
7856         that filenames and dpi's can now be stored on selections.  This
7857         makes it so that people working on a section of a document can export
7858         it consistently.
7860 2004-07-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7862         * src/sp-typeset-utils.h: Greatly reduce #includes.
7864         * src/color-rgba.h, src/Makefile_insert, src/desktop.h:
7865           Move ColorRGBA from desktop.h to new file color-rgba.h.
7866         * src/desktop.cpp, src/dropper-context.cpp: #include it.
7868 2004-07-05  Kees Cook  <kees@outflux.net>
7870         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.cpp,
7871           src/dialogs/rdf.h: added multiline data entry items, reduced
7872           overall width of the dialog, and created the license entry areas.
7873           Auto-detection of license on load works now.
7875 2004-07-05  MenTaLguY <mental@rydia.net>
7877         * src/desktop.cpp: comitted further work which gives us a
7878           partially-functional layers menu (not actually hooked up to
7879           change layers yet), and it is not always updated when it needs
7880           to be (yet).  It does also fix the crash though.
7882         * src/desktop.cpp, src/desktop.h, src/document.cpp,
7883           src/sp-item-group.cpp, src/sp-item-group.h:
7885           additional layers work; backed off on promoting siblings to
7886           layers automatically and reintroduced "global" layer mode
7888 2004-07-05  Carl Hetherington <inkscape@carlh.net>
7890         * src/desktop.cpp: prevent crash by adding a check for
7891         layer == NULL to SPDesktopWidget::_buildLayerStatusMenuItem.
7893         * src/selection-chemistry.cpp: prevent crash on copying empty
7894         groups.
7896 2004-07-04  MenTaLguY  <mental@rydia.net>
7898         * src/sp-object.cpp: fixed bug #979281 -- I had accidentally
7899           reversed the sense of a test in SPObject::requestModified(),
7900           such that CHILD_MODIFIED notifications were never being sent
7902         * src/widgets/sp-color-notebook.cpp: always assume colors are
7903           8-digit hex rrggbbaa, and zero-fill accordingly
7905           HAPPY NATHAN#@$?#$#@$!?!?!?
7907         * src/desktop.cpp, src/desktop.h, src/document.cpp, src/document.h,
7908           src/interface.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
7909           src/sp-item-group.cpp, src/sp-item-group.h, src/widgets/widget-sizes.h:
7911           Added selection-changes-current-layer and other layer refinements.
7912           Except for fixing the currently broken layer combo box on the status
7913           bar, I think this is pretty much the last of the layerish work I'm
7914           willing to do for 0.39 since we're in freeze now.
7916 2004-07-03  Kees Cook  <kees@outflux.net>
7918         * src/document.cpp, src/dialogs/desktop-properties.cpp,
7919           src/dialogs/rdf.cpp, src/dialogs/rdf.h:
7920           Added several more RDF entities.  Created entry tooltips.  Set
7921           a few RDF defaults for the document.
7923 2004-07-03  MenTaLguY  <mental@rydia.net>
7925         * src/desktop.cpp, src/document.cpp:
7927           siblings of a layer now become layers too
7929         * src/interface.cpp: switched to command names suggested by bulia
7931         * src/object-hierarchy.cpp, src/object-hierarchy.h:
7933           bugfixes and cleanups
7935         * src/sp-item-group.cpp, src/sp-item-group.h, src/sp-root.cpp:
7937           new layerMode() and setLayerMode() methods; SPGroupMode becomes
7938           SPGroup::LayerMode
7940         * src/sp-object.h: added isSiblingOf() method
7942         * src/sp-object.cpp: leave parent pointer in place until after
7943           "release" handlers finish
7945 2004-07-02  Kees Cook  <kees@outflux.net>
7947         * src/document.cpp, src/dialogs/desktop-properties.cpp,
7948           src/dialogs/rdf.cpp, src/dialogs/rdf.h, src/xml/repr.h:
7949           Made RDF's writable now.  Handling modifications and defaults.
7950           Mental and others will most likely kill me when they finally
7951           read this code.
7953 2004-07-02  MenTaLguY  <mental@rydia.net>
7955         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp,
7956           src/sp-item-group.h:
7958           Removed the "inkscape:groupmode" attribute and added note about how
7959           the group/layer mode setting needs to be per-view, not global.
7961         * src/desktop.cpp, src/desktop.h,
7962           src/object-hierarchy.cpp, src/object-hierarchy.h:
7964           Added notification signals for switching layers, as well as putting
7965           groups in layer mode when they are being used as layers.
7967           Notably, you can now call SPDesktop::connectCurrentLayerChanged() to
7968           connect to a SigC++ signal to be notified when the current layer
7969           changes.
7971         * src/interface.cpp, src/object-ui.cpp:
7973           Fixed up the "Enter Group" and "Leave Group" context menu
7974           commands a bit, and implement them both in the same places.
7976 2004-07-02  Carl Hetherington  <inkscape@carlh.net>
7978         * src/desktop-snap.cpp, src/desktop-snap.h, src/snap.cpp, src/snap.h,
7979         src/Makefile_insert src/arc-context.cpp src/draw-context.cpp
7980         src/dyna-draw-context.cpp src/make.dep src/make.files src/make.ofiles
7981         src/makefile.msc src/nodepath.cpp src/rect-context.cpp
7982         src/select-context.cpp src/selection-chemistry.cpp src/seltrans.cpp
7983         src/sp-namedview.h src/spiral-context.cpp src/star-context.cpp:
7984         renamed desktop-snap.* to snap.* since it has nothing to do with the
7985         desktop any more.
7987         * src/draw-context.cpp: Temporary hack to prevent snapping
7988         completely failing to work when snapping to bbox points.  Support
7989         shift-disables-snap for freehand drawing.
7991         * src/snap.cpp, src/snap.h: Added some temporary methods to assist
7992         with hacks elsewhere.
7994 2004-07-01  Kees Cook  <kees@outflux.net>
7996         * src/xml/repr.h, src/xml/repr-util.h, src/dialogs/rdf.cpp:
7997           moved "repr_lookup_name" into the repr-util collection so
7998           that the RDF stuff doesn't need to know about SPRepr internals.
7999           Now that I've started to grok the SPRepr stuff, this seems best.
8000           Added "sp_repr_recursive_drop" for use in the future when I may
8001           want to throw away an entire tree of SPRepr items (like ditching
8002           a blank "dc:rights" section).
8004 2004-07-01  MenTaLguY  <mental@rydia.net>
8006         * src/sp-item.cpp: fix clip path loading bug
8008         * src/sp-object.cpp: relax analness about object ids a little
8010 2004-06-30  Kees Cook  <kees@outflux.net>
8012         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.h,
8013           src/dialogs/rdf.cpp: built the various functions needed to extract
8014           the RDF text elements from the DOM.  XML in the document will now
8015           be displayed in the entry fields.
8017 2004-06-28  MenTaLguY  <mental@rydia.net>
8019         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr-css.cpp,
8020           src/xml/repr-io.cpp, src/xml/repr-private.h, src/xml/repr-util.cpp,
8021           src/xml/repr.cpp, src/xml/sp-repr-attr.h: applied peter's patch to
8022           break out NRReprAttr
8024         * src/sp-object.cpp, src/sp-object.h:
8026           added SPObject::nearestCommonAncestor, which given another SPObject
8027           returns the nearest common ancestor of the two SPObjects.
8029         * src/sp-item.cpp, src/sp-item.h:
8031           added SPItem::getRelativeTransform, which computes the SPItem's
8032           transform relative to another SPObject
8034         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
8035           src/rect-context.cpp, src/spiral-context.cpp, src/star-context.cpp,
8036           src/text-context.cpp:
8038           drawing tools now cope with drawing within transformed groups
8039           (i.e. layers)
8041 2004-06-27  MenTaLguY  <mental@rydia.net>
8043         * src/sp-object.h: remove sp_object_request_update,
8044           sp_object_invoke_update, sp_object_invoke_modified,
8045           sp_object_request_modified, and sp_object_invoke_write, which have been
8046           deprecated and are now completely unused
8048         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
8049           src/object-hierarchy.cpp, src/object-hierarchy.h, src/sp-object.cpp,
8050           src/sp-object.h:
8052           Implemented SPDesktop::setCurrentLayer(), introducing
8053           Inkscape::ObjectHierarchy to permit falling back to parents if
8054           the current layer is removed.
8056         * src/object-ui.cpp, src/interface.cpp: really crude hack of
8057           Sodipodi-like "enter group" and "leave group"
8059 2004-06-26  MenTaLguY  <mental@rydia.net>
8061         * src/refcounted.h: allow reffing/unreffing const objects
8063         * src/arc-context.cpp, src/draw-context.cpp, src/dropper-context.cpp,
8064           src/event-context.cpp, src/event-context.h, src/node-context.cpp,
8065           src/rect-context.cpp, src/selcue.cpp, src/selcue.h,
8066           src/select-context.cpp, src/select-context.h, src/seltrans.cpp,
8067           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
8068           src/text-context.cpp, src/zoom-context.cpp:
8070           Make SPSelTrans and SPSelCue proper C++ classes with constructors.
8072         * src/document.h, src/dialogs/xml-tree.cpp: removed sp_document_lookup_id
8074         * src/sp-object.cpp: clarify what is happening with bug #980407 --
8075           the clone is getting attached to the repr before the original SPObject
8076           is.
8078 2004-06-26  Carl Hetherington  <inkscape@carlh.net>
8080         * src/node-context.cpp: make sure nodepath->nodeContext is set up
8081         when the selection changes.  Fixes 936739.
8083 2004-06-25  MenTaLguY  <mental@rydia.net>
8085         * src/display/sp-canvas.cpp: enabled win32 current item workaround on
8086           all platforms
8088 2004-06-25  Kees Cook  <kees@outflux.net>
8090         * src/dialogs/rdf.h, src/dialogs/rdf.cpp, src/dialogs/Makefile_insert,
8091           src/dialogs/desktop-properties.cpp:
8093           Added data entry widgets for document metadata, including a rough
8094           license selector, and debug rdf generator.  Corrected whitespace,
8095           added table for RDF entity lookup, tag, and title mapping.  Added
8096           initial loading framework.  Cleaned up rdf_work_entity_t usage.
8098 2004-06-25  Carl Hetherington  <inkscape@carlh.net>
8100         * src/sp-namedview.cpp: cleanups in grid snap settings.  Fix a
8101         typo.
8103         * src/seltrans.cpp: optional default origin for scaling.  Fixes
8104         to snap during scale.
8106         * src/seltrans.h: s/opposit/opposite/.  Add some comments.
8108         * src/dialogs/display-settings.cpp: add default scale origin
8109         option.
8111         * src/desktop-snap.h: changes to snap_list_scale prototype.
8113         * src/desktop-snap.cpp: snap_list_scale now returns whether
8114         it snapped or not.  The best scale snap is now the one that
8115         changes the scale factor least, rather than the one that
8116         results in the snap point being closest to where it used to be.
8118         * src/display/sp-canvas.cpp: fix for win32 freeze-at-border bug,
8119         copied from SP.
8121         * src/knot.cpp, src/select-context.cpp: change spellings from
8122         British to American English for translators.
8124 2004-06-24  rejon <kidproto@users.sf.net>
8126         * src/verbs.cpp: I changed the reverse command to be more verbose and
8127           explanative.
8129 2004-06-24  MenTaLguY  <mental@rydia.net>
8131         * src/seltrans.cpp: slight change to make showing/hiding center
8132           mark easier later on
8134         * configure.in, src/main.cpp, src/star-context.cpp,
8135           src/display/bezier-utils.cpp, src/display/canvas-bpath.cpp,
8136           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
8137           src/display/sp-ctrlline.cpp, src/libnr/nr-svp.cpp,
8138           src/libnrtype/FontFactory.cpp, src/libnrtype/RasterFont.cpp,
8139           src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
8140           src/livarot/Ligne.cpp, src/livarot/PathOutline.cpp,
8141           src/livarot/ShapeMisc.cpp, src/widgets/font-selector.cpp:
8143           fixes for floating-point portability issues, courtesy of
8144           Colin Marquardt.
8146         * src/extensions/init.cpp: dirent.h requires inttypes.h on OS X
8148 2004-06-23  MenTaLguY  <mental@rydia.net>
8150         * src/Makefile_insert, src/desktop.cpp, src/managed.h,
8151           src/message-context.cpp, src/message-stack.h, src/refcounted.h,
8152           src/selection.h, src/view.cpp:
8154           Changed my mind.
8156           Inkscape::Managed is more properly called Inkscape::Refcounted
8158         * src/libnrtype/Makefile_insert, src/libnrtype/codepages.h,
8159           src/libnrtype/cp1250.cpp, src/libnrtype/cp1251.cpp,
8160           src/libnrtype/cp1252.cpp, src/libnrtype/cp1253.cpp,
8161           src/libnrtype/cp1254.cpp, src/libnrtype/cp1255.cpp,
8162           src/libnrtype/cp1256.cpp, src/libnrtype/cp1257.cpp,
8163           src/libnrtype/cp1258.cpp, src/libnrtype/cp874.cpp,
8164           src/libnrtype/cp932.cpp, src/libnrtype/cp936.cpp,
8165           src/libnrtype/cp949.cpp, src/libnrtype/cp950.cpp:
8167           removed unused Win32 codepage crap
8169 2004-06-23  Carl Hetherington  <inkscape@carlh.net>
8171         * src/inkscape.cpp: Don't connect to SIGBUS on Win32, as
8172         it doesn't seem to exist.  Add Emacs mode line.
8173         Declaration-to-first-use and coding style cleanups.
8175         * src/desktop-snap.h: a few double -> NR::Coord fixes.
8177         * src/nodepath.cpp: turn off snapping when Shift is held down.
8178         Some minor cleanups.
8180         * src/dialogs/display-settings.cpp: remove my rather dubious
8181         move_with_grid option.
8183         * src/select-context.cpp: rationalise grid modifiers; now Shift
8184         disables snap and Alt snaps movement to the grid.
8186 2004-06-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8188         * share/extensions/dia2svg.sh: Fix bashism and insecure tempfile usage.
8190 2004-06-23  Ted Gould  <ted@gould.cx>
8192         * share/extensions/dropshadow.inkmod, share/extensions/roundhole.inkmod,
8193         src/extension/system.cpp:
8195         Setting it up so that poorly formed inkmod files generate actual GTK
8196         warnings so that they can be easily hidden.  Also, fixing these two inkmod
8197         files so that they don't generate the above mentioned warnings.
8199 2004-06-22  Kees Cook  <kees@outflux.net>
8201         * src/inkscape.cpp: added SIGBUS and SIGABRT handling.
8203 2004-06-22  John Cliff <simarilius@yahoo.com>
8205         * src/object-edit.cpp:  Added knots for manipulation of pattern fills.
8206         * src/sp-shape.cpp, src/sp-shape.h:     Added sp_shape_set_pattern to
8207         explictly set the transform rather than multiplying like adjust.
8210 2004-06-22  Carl Hetherington  <inkscape@carlh.net>
8212         * src/sp-shape.cpp: add sp_shape_snappoints.
8214         * src/desktop-snap.cpp: minor cleanups.  Added a comment.
8216         * src/sp-text.cpp: removed an old comment.
8218         * src/sp-ellipse.cpp: fix snappoints method now that the parent
8219         class method has changed.
8221         * src/sp-rect.cpp: snappoints method is not required as it's now
8222         handled by SPShape.
8224         * src/sp-image.cpp: use SPItem's snappoints method.
8226         * src/file.cpp: fix another call to g_file_test with a
8227         possibly-NULL parameter.  Fixes #977413.
8229 2004-06-21  Carl Hetherington  <inkscape@carlh.net>
8231         * src/file.cpp: don't call g_file_test with a NULL path.  Fixes
8232         #976703.
8234         * src/desktop-snap.cpp: default to snapping to bounding boxes when
8235         snapping is first enabled.  Rework in terms of SPNamedView rather
8236         than SPDesktop.
8238         * src/desktop-snap.h: rework in terms of SPNamedView rather than
8239         SPDesktop.
8241         * src/arc-context.cpp, src/draw-context.cpp,
8242         src/dyna-draw-context.cpp, src/nodepath.cpp src/rect-context.cpp,
8243         src/select-context.cpp, src/selection-chemistry.cpp,
8244         src/seltrans.cpp, src/sp-namedview.cpp, src/spiral-context.cpp,
8245         src/star-context.cpp: Adapt for changes to snap code naming.
8247         * src/seltrans.cpp: cleanups to sp_sel_trans_skew_request and
8248         sp_sel_trans_scale_request.
8250 2004-06-20  Ted Gould  <ted@gould.cx>
8252         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
8253         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
8254         share/extensions/epsi_output.inkmod, share/extensions/roundhole.inkmod,
8255         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
8256         share/extensions/txt2svg.inkmod, src/extension/extension.h,
8257         src/extension/system.cpp, src/extension/implementation/script.cpp,
8258         src/extension/internal/eps-out.cpp,
8259         src/extension/internal/gdkpixbuf-input.cpp,
8260         src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
8261         src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
8262         src/extension/internal/win32.cpp:
8264         Changing the naming of the extensions to be more Java style naming to
8265         allow for more extension in the future.
8267 2004-06-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8269         * src/extension/internal/ps.cpp (PrintPS): Initialize _stream to
8270           NULL (fixes segfaults when exporting to an unopenable file), and
8271           initialize _bitmap to false instead of random.
8273 2004-06-20  MenTaLguY  <mental@rydia.net>
8275         * src/desktop.cpp, src/managed.h, src/message-context.h,
8276           src/message-stack.h, src/message.h, src/view.cpp:
8278           Document classes, and change Managed to have an initial refcount
8279           of one at creation.
8281 2004-06-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8283         * src/libnrtype/FontFactory.cpp, src/libnrtype/FontInstance.cpp,
8284           src/libnrtype/font-instance.h: If both WIN32 and WITH_XFT are
8285           defined, then use just the WITH_XFT code.  (I don't know if it's
8286           possible for both to be defined, but we might as well document
8287           that the existing code doesn't handle both being defined, AFAICT.)
8289         * src/libnrtype/FontFactory.cpp (ink_strstr): Document brokenness.
8290           (is_regular, is_nonbold, is_italic, etc.): Mark as static.
8292         * src/Makefile.am (EXTRA_DIST): Remove reference to deleted files
8293           libnrtype/nr-type-w32.cpp, libnrtype/nr-type-w32.h,
8294           libnrtype/nr-type-xft.cpp, libnrtype/nr-type-xft.h.
8296         * src/config.h.win32: Define PACKAGE_TARNAME, for require-config.h.
8297           More accurate mathematical constants (20 decimal places instead of 3).
8299 2004-06-19  MenTaLguY  <mental@rydia.net>
8301         * src/desktop.cpp, src/managed.h, src/rect-context.cpp,
8302           src/rect-context.h, src/selection.h, src/view.cpp:
8304           SPSelection now derives from Inkscape::Managed
8306         * src/Makefile_insert, src/select-context.cpp, src/select-context.h,
8307           src/selection-describer.h, src/selection-describer.cpp:
8309           Introduced Inkscape::SelectionDescriber to which SPSelectContext
8310           delegates the task of displaying descriptions of the current
8311           selection.  This fixes bug #945735.
8313 2004-06-19  Carl Hetherington  <inkscape@carlh.net>
8315         * src/desktop-snap.{cpp,h}: sp_desktop_dim_snap_list returns
8316         whether or not it snapped anything.
8318         * src/select-context.cpp: fix snap on move behaviour (again)
8320         * src/widgets/dash-selector.cpp: fix off-by-one spotted by
8321         valgrind.
8323 2004-06-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8325         * src/extension/internal/ps.cpp (begin): Add some basic error handling.
8327         * src/extension/internal/ps.cpp (setup): Simplify an expression now that
8328           _bitmap is a bool.
8330         * src/extension/internal/ps.h: Twiddle the order of the fields.
8331           Replace bitfields with bool/short.
8333         * src/libnrtype/Makefile_insert, src/libnrtype/FontInstance.h,
8334           src/make.files, src/make.ofiles, src/make.dep:
8335           Remove src/libnrtype/FontInstance.h (see change below).
8337         * src/libnrtype/RasterFont.h, src/libnrtype/raster-glyph.h,
8338           src/libnrtype/raster-position.h:
8339           Move raster_glyph, raster_position from RasterFont.h to new files
8340           raster-glyph.h, raster-position.h.
8341         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
8343         * src/libnrtype/FontInstance.h, src/libnrtype/font-glyph.h,
8344           src/libnrtype/font-instance.h, src/libnrtype/font-style.h:
8345           Move font_glyph, font_instance, and font_style definitions from
8346           FontInstance.h into new files font-glyph.h, font-instance.h,
8347           font-style.h.
8348         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
8350         * src/libnrtype/nrtype-forward.h: New file.
8351         * src/libnrtype/Makefile_insert: Add it to SOURCES.
8352         * src/libnrtype/FontFactory.h, src/libnrtype/TextWrapper.h:
8353           #include it (replacing local declarations in some cases).
8355         * src/livarot/livarot-forward.h: New file.
8356         * src/livarot/Ligne.h, src/livarot/Path.h, src/livarot/Shape.h:
8357           #include it (replacing local declarations in some cases).
8358         * src/livarot/Makefile_insert: Add it to SOURCES.
8360 2004-08-18  Ted Gould  <ted@gould.cx>
8362         * src/file.cpp, src/preferences-skeleton.h:
8364         Adding the feature that the save and open directories are saved in the
8365         preferences.  The last one will be used.
8367 2004-08-18  Carl Hetherington  <inkscape@carlh.net>
8369         * src/widgets/font-selector.cpp: uint -> guint to fix
8370         compile errors.
8372         * src/desktop-snap.{cpp,h}: make snap functions aware of the
8373         type of point they are snapping, so they can decide whether
8374         to ignore it.
8376         * src/arc-context.cpp, src/rect-context.cpp,
8377         src/spiral-context.cpp, src/star-context.cpp,
8378         src/draw-context.cpp, src/dyna-draw-context.cpp, src/nodepath.cpp,
8379         src/selection-chemistry.cpp, src/seltrans.cpp:
8380         temporarily update for changes to snapping API.
8382         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp:
8383         adapt for small changes to Snapper API.
8385         * src/select-context.cpp: use new snapping API.
8387 2004-08-17  Bryce Harrington  <bryce@bryceharrington.org>
8389         *  nodepath.cpp path-chemistry.cpp selection-chemistry.cpp,
8390            seltrans.cpp sp-typeset.cpp splivarot.cpp text-context.cpp,
8391            tools-switch.cpp dialogs/find.cpp:  Converting statusbar
8392            messages from old style to new, as per
8393            http://inkscape.org/cgi-bin/wiki.pl?StatusbarAPI
8395 2004-06-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8397         * src/mkdep.pl: Add `by mkdep.pl' to `automatically generated' line.
8399         * src/dialogs/desktop-properties.cpp:
8400           Greater conformance to CodingStyle.  Add FIXME comment.
8402         * src/sp-namedview.cpp: Tighter scoping for iteration var.
8403           Simplify some code by greater use of cheap sp_unit_get_by_id.
8405 2004-06-17  MenTaLguY  <mental@rydia.net>
8407         * src/Makefile_insert, src/arc-context.cpp, src/arc-context.h,
8408           src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
8409           src/draw-context.cpp, src/dropper-context.cpp, src/event-context.cpp,
8410           src/event-context.h, src/file.cpp, src/interface.cpp, src/knot.cpp,
8411           src/managed.h, src/message-context.cpp, src/message-context.h,
8412           src/message-stack.cpp, src/message-stack.h, src/message.h,
8413           src/select-context.cpp, src/view.cpp, src/view.h,
8414           src/libnrtype/FontFactory.cpp, src/libnrtype/nr-type-primitives.h,
8415           src/widgets/font-selector.cpp:
8417           New status messages primitives (statusbar bug not fixed yet though).
8419 2004-06-17  Carl Hetherington  <inkscape@carlh.net>
8421         * src/helper/stock-items.cpp: fix a compiler warning.  Minor
8422         coding style cleanups.
8424         * src/arc-context.cpp, src/desktop-snap.cpp, src-desktop-snap.h,
8425         src/rect-context.cpp, src/spiral-context.cpp,
8426         src/star-context.cpp: Replace desktop.h include with forward
8427         references in desktop-snap.h, and add desktop.h includes in
8428         files which require them.
8430         * src/widgets/spw-utilities.cpp, src/widgets/spw-utilities.h:
8431         add spw_vbox_checkbutton.
8433         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
8434         src/sp-namedview.h, src/desktop-snap.cpp, src/desktop-snap.h,
8435         src/desktop.cpp, src/desktop.h,
8436         src/dialogs/desktop-properties.cpp, src/seltrans.cpp,
8437         src/seltrans.h, src/selection.cpp, src/selection.h,
8438         src/select-context.cpp, src/selection-chemistry.cpp:
8440         Start of new and hopefully improved snapping code.
8442 2004-06-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8444         * src/helper/units.h, src/helper/units.cpp:
8445           (sp_unit_get_by_id): new function.
8446           (sp_convert_distance_full): Change arguments & return value.
8447           Call g_log if no conversion possible.
8448           Callers updated.
8449           (sp_unit_get_default, sp_unit_get_by_name): Remove unused functions.
8450           sp_units: Less rounding error in unittobase.
8452 2004-06-16  Carl Hetherington  <inkscape@carlh.net>
8454         * src/sp-item.h: added a comment.
8456 2004-06-15  Ted Gould  <ted@gould.cx>
8458         * share/extensions/ai_input.inkmod:
8459         Removing the command-line argument to specify line endings.
8461         * src/print.cpp, src/print.h, src/sp-text.cpp,
8462         src/extension/extension.cpp, src/extension/extension.h,
8463         src/extension/implementation/implementation.cpp,
8464         src/extension/implementation/implementation.h,
8465         src/extension/internal/ps.cpp, src/extension/internal/ps.h:
8467         Changing it so that the text to vector is its own function.  This way it
8468         can be used as a parameter in Postscript, but then can be easily used for
8469         drivers which only support vector drawing.
8471 2004-06-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8473         * src/select-toolbar.cpp: Cleanups and preparation for px units.
8475         * src/helper/units.h, src/helper/units.cpp:
8476           Add reference version of sp_points_get_units, sp_units_get_points.
8477           Implement as simple multiplication instead of sp_convert_distance.
8478           (sp_units_table_sane): New function.
8479         * src/helper/units-test.cpp: Test sp_units_table_sane.
8481         * src/sp-object-repr.cpp: Move some declarations to first use.
8482         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_register):
8483           Change return type to void.
8485         * src/sp-item.cpp (sp_item_repr_compare_position):
8486           Reimplement as shallow wrapper around sp_repr_compare_position.
8488         * src/helper/units.h, src/helper/units.cpp:
8489           SPUnitId: new enum, to allow replacing string lookups.
8490           Get rid of handling for unused SP_UNIT_USERSPACE.
8491           Remove unused SPUnit.version field.
8493         * src/helper/units-test.cpp (test_bases): Test sp_unit_get_identity.
8495         * src/helper/Makefile_insert (helper_units_test_LDADD): Fix the previous
8496           commit: -lglib-2.0 instead of -lglib.
8498 2004-06-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8500         * src/Makefile.am, src/helper/Makefile_insert,
8501           src/helper/units-test.cpp:
8502           New unit test file units-test.cpp.
8504         * src/select-toolbar.cpp: Greater conformance to CodingStyle.
8506 2004-06-14  Carl Hetherington  <inkscape@carlh.net>
8508         * src/libnrtype/TextWrapper.cpp: Fix what looks like an off-by-one.
8510         * ChangeLog, src/prefs-utils.cpp:
8511         Fix bracketing typo that causes an array to be overrun.
8513 2004-06-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8515         * src/sp-path.cpp: Move some declarations to first use.
8517 2004-06-13  Kees Cook  <kees@outflux.net>
8519         * src/xml/repr.h, src/xml/repr-utils.cpp: adding additional RDF URIs
8520         to the default namespace prefix list.
8522 2004-06-13  MenTaLguY  <mental@rydia.net>
8524         * src/arc-context.cpp, src/desktop.cpp, src/desktop.h, src/document.cpp,
8525           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
8526           src/file.cpp, src/gradient-chemistry.cpp, src/interface.cpp,
8527           src/rect-context.cpp, src/selection-chemistry.cpp, src/sp-object.cpp,
8528           src/sp-object.h, src/spiral-context.cpp, src/splivarot.cpp,
8529           src/star-context.cpp, src/svg-view.h, src/text-context.cpp,
8530           src/extension/internal/gdkpixbuf-input.cpp:
8532           added SPDesktop::currentRoot() and SPDesktop::currentLayer(), which
8533           report the current "view" root and current "editing" layer,
8534           respectively; I've also added SPObject::appendReprChild().
8536           Between the two of them, they replace sp_document_add_repr, which
8537           has been removed.  Generally to add a repr to a document, you would
8538           now use either:
8540            SP_DOCUMENT_DEFS(document)->appendReprChild(repr);
8542           or:
8544            desktop->currentLayer()->appendReprChild(repr);
8546 2004-06-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8548         * src/sp-clippath.h, src/sp-gradient.h, src/sp-marker.h, src/sp-mask.h,
8549 src/sp-pattern.h:
8550           Explicitly mark _acceptObject as virtual.
8551           (Already declared as virtual in base class.)
8553         * src/file.cpp, src/main.cpp: Greater conformance to CodingStyle.
8555         * src/node-context.h, src/selcue.h, src/sp-pattern.h,
8556           src/widgets/sp-color-wheel-selector.h:
8557           Add missing includes as found by src/check-header-compile.
8559         * src/Makefile_insert:
8560         * src/sp-use-reference.cpp:
8561         * src/sp-use-reference.h:
8562         * src/sp-use.cpp:
8563         * src/sp-use.h:
8564           Move SPUseReference from sp-use.h to new files sp-use-reference.h,
8565           sp-use-reference.cpp.
8567         * src/sp-use.h (_acceptObject): Fix can't-use-ancestor check.
8569         * src/uri-references.h (getOwner): Fix copy&paste bug.
8571 2004-06-11  MenTaLguY  <mental@rydia.net>
8573         * src/sp-object.h, src/sp-object.cpp:
8575           migrated several SPObject methods to C++ methods:
8577           sp_object_invoke_write -> SPObject::updateRepr
8578           sp_object_request_update -> SPObject::requestDisplayUpdate
8579           sp_object_invoke_update -> SPObject::updateDisplay
8580           sp_object_request_modified -> SPObject::requestModified
8581           sp_object_invoke_modified -> SPObject::emitModified
8583           (leaving deprecated wrappers in place for now)
8585         * src/document.cpp, src/object-edit.cpp, src/sp-clippath.cpp,
8586           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-image.cpp,
8587           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-line.cpp,
8588           src/sp-marker.cpp, src/sp-mask.cpp, src/sp-offset.cpp,
8589           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-root.cpp,
8590           src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
8591           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
8592           src/sp-use.cpp, src/dialogs/stroke-style.cpp, src/sp-path.cpp:
8594           transitioned to SPObject::requestDisplayUpdate and
8595           SPObject::updateDisplay
8597         * src/arc-context.cpp, src/document.cpp, src/gradient-chemistry.cpp,
8598           src/knotholder.cpp, src/main.cpp, src/rect-context.cpp,
8599           src/sp-anchor.cpp, src/sp-clippath.cpp, src/sp-defs.cpp,
8600           src/sp-gradient.cpp, src/sp-item-group.cpp, src/sp-item.cpp,
8601           src/sp-mask.cpp, src/sp-namedview.cpp, src/sp-object-group.cpp,
8602           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp,
8603           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-shape.cpp,
8604           src/sp-spiral.cpp, src/sp-text.cpp, src/sp-use.cpp,
8605           src/spiral-context.cpp, src/splivarot.cpp, src/star-context.cpp,
8606           src/style.cpp, src/toolbox.cpp, src/dialogs/fill-style.cpp,
8607           src/dialogs/stroke-style.cpp, src/extension/internal/svg.cpp:
8609           transitioned to SPObject::requestModified, SPObject::emitModified,
8610           and SPObject::updateRepr; also reworked "minimal" version of
8611           updateRepr.
8613         * src/sp-object.h: added a little documentation
8615         * src/document.cpp, src/document.h, src/file.cpp,
8616           src/gradient-chemistry.cpp, src/help.cpp, src/object-ui.cpp,
8617           src/selection-chemistry.cpp, src/selection.cpp, src/seltrans.cpp,
8618           src/sp-clippath.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
8619           src/sp-namedview.cpp, src/sp-object.cpp, src/sp-offset.cpp,
8620           src/sp-pattern.cpp, src/sp-root.cpp, src/sp-text.cpp,
8621           src/sp-typeset.cpp, src/sp-use.cpp, src/splivarot.cpp,
8622           src/uri-references.cpp, src/dialogs/fill-style.cpp,
8623           src/dialogs/item-properties.cpp, src/dialogs/stroke-style.cpp,
8624           src/helper/stock-items.cpp, src/widgets/gradient-selector.cpp,
8625           src/widgets/gradient-vector.cpp, src/widgets/icon.cpp:
8627           replaced sp_document_lookup_id with SPDocument::getObjectById,
8628           and SPDocument::getObjectByRepr
8630           (left deprecated stub in place, but it should be unused at this point)
8632 2004-06-11  Ted Gould  <ted@gould.cx>
8634         * src/file.cpp, src/inkscape.cpp, src/interface.cpp, src/prefs-utils.cpp,
8635         src/prefs-utils.h:
8637         Moving the recent document setting and getting code into the prefs-utils
8638         files so that they'll be with the preferences (which they really kinda
8639         are).  Then, moved the place where they are set from the removing of the
8640         document to where the files are opened and 'save as'd.  (yes, I made up a
8641         word/contraction).
8643 2004-06-10  Carl Hetherington  <inkscape@carlh.net>
8645         * src/desktop-snap.cpp, src/desktop-snap.h,
8646         src/satisfied-guide-cns.cpp, src/satisfied-guide-cns.h,
8647         select-context.cpp, selection.cpp, selection.h, seltrans.cpp,
8648         seltrans.h, sp-ellipse.cpp, sp-image.cpp,
8649         sp-item-notify-moveto.cpp, sp-item-rm-unsatisfied-cns.cpp,
8650         sp-item-update-cns.cpp, sp-item.cpp, sp-item.h, sp-offset.cpp,
8651         sp-rect.cpp, sp-spiral.cpp, sp-star.cpp, sp-text.cpp:
8653         Use a std::vector to store snap points, rather than a fixed-size
8654         array.
8656 2004-06-09  Carl Hetherington  <inkscape@carlh.net>
8658         * src/desktop-snap.cpp, src/desktop-snap.h: Coding style fixes.
8659         Use NR::Coord rather than double where appropriate.  Added some
8660         comments.  Use NR::Dim2 where appropriate.  Use NR_HUGE rather
8661         than hardcoded 1e18s.
8663         * src/rect-context.cpp, src/nodepath.cpp, src/arc-context.cpp:
8664         Adapt for changes to sp_desktop_dim_snap prototype.
8666         * src/select-context.cpp:
8667         Adapt for changes to sp_desktop_dim_snap_list prototype.
8669 2004-06-08  MenTaLguY  <mental@rydia.net>
8671         * src/display/sp-canvas.h, src/livarot/DblLinked.h,
8672           src/livarot/LivarotDefs.h, src/livarot/AVL.h, src/livarot/Shape.h,
8673           src/livarot/ShapeUtils.h, src/livarot/Ligne.h,
8674           src/object-edit.cpp, src/spiral-context.cpp, src/sp-shape.cpp:
8676           Portability fixes from Colin Marquardt <colin@marquardt-home.de>.
8678 2004-06-08  Carl Hetherington  <inkscape@carlh.net>
8680         * src/main.cpp: remove the call to
8681         Extension::Internal::PrintWin32::init() entirely after Ted pointed
8682         out that it would be called by code in src/extension/init.cpp
8683         anyway.
8685 2004-06-08  Ted Gould  <ted@gould.cx>
8687         * src/main.cpp:
8689         Added in a version command to our command line args.  This fixes
8690         enhancement request 968642.
8692 2004-06-07  MenTaLguY  <mental@rydia.net>
8694         * src/document.cpp, src/document.h, src/document-undo.cpp,
8695           src/sp-object.h, src/sp-object.cpp:
8696           renamed object garbage collection routines to fit the "orphan"
8697           terminology
8699 2004-06-07  Carl Hetherington <inkscape@carlh.net>
8701         * src/main.cpp: tentative fix for startup crash on Win32.  Ensure
8702         that Extension::Internal::PrintWin32::init() is not called until
8703         after inkscape_application_init().
8705 2004-06-07  Ted Gould  <ted@gould.cx>
8707         * src/inkscape.cpp, src/main.cpp:
8709         Moving the initialization of the extensions into the Inkscape application
8710         init.  I have mixed feelings on this.  On one hand, basically extension
8711         init gets called directly after applicaiton init and extensions init has
8712         nothing to do with anything else in main.  On the other hand I'm not sure
8713         that it is directly related to the structure of the application itself.
8714         Comments are welcome.
8716 2004-06-06  MenTaLguY  <mental@rydia.net>
8718         * src/attributes.cpp, src/attributes.h: added inkscape:collect attribute
8719           to specify orphan collection policy (collect with parent, or always
8720           collect)
8722         * src/document-undo.cpp, src/document.cpp, src/document.h: added an orphan
8723           collection pass as part of comitting an undo step
8725         * src/sp-object.cpp, src/sp-object.h:
8726           add total hrefcount for all descendants, and basic orphan collection
8727           facilities
8729         * src/gradient-chemistry.cpp, src/dialogs/stroke-style.cpp,
8730           src/extension/internal/gdkpixbuf-input.cpp:
8731           mark automatically added gradients, patterns, and markers for orphan
8732           collection
8734 2004-06-06  Bryce Harrington <bryce@bryceharrington.org>
8736         * libnrtype/nr-type-xft.cpp, libnrtype/nr-font.cpp,
8737           libnrtype/nr-rasterfont.cpp, libnrtype/nr-type-directory.cpp,
8738           libnrtype/nr-typeface.cpp, libnrtype/nr-type-w32.cpp,
8739           libnrtype/nr-type-ft2.cpp, libnrtype/nr-type-pos-def.cpp,
8740           libnrtype/nr-type-primitives.cpp:
8742         Documenting the routines.  This adds basic code docs for
8743         everything in libnrtype.
8745 2004-06-06  Ted Gould  <ted@gould.cx>
8747         * src/main.cpp, src/preferences-skeleton.h, src/extension/extension.cpp:
8749         Making it so that the extension parameters get saved in the Inkscape
8750         preferences.  Most people will notice that their printer gets saved now.
8751         But this does alot more than that.  Added an "extensions" group to the
8752         preferences skeleton for all these settings.  All settings get saved as
8753         "module ID"."param name".  Also had to change where the extensions get
8754         init'd in the startup to put it behind the Inkscape application so that
8755         prerefences could be used.
8757 2004-06-03  Ted Gould  <ted@gould.cx>
8759         * src/file.cpp, src/dialog/filedialog.cpp:
8761         Making the whole file dialog alot more fun.  Basically, now the
8762         first filename will always be unique on files that don't have a
8763         filename already.  And, if you've selected a different default
8764         extension, that extension's filename extension will be placed
8765         on the file.  Also, when you change the extension to save with
8766         in the dialog, the filename extension will change with you (assuming
8767         that you were using filename extensions previously ofcourse).
8768         Finally, the checkbox to autoappend extensions is no insensitive
8769         when "Autodetect" is selected.
8771 2004-06-03  MenTaLguY  <mental@rydia.net>
8773         * src/file.cpp, src/extension/internal/ps.cpp,
8774           src/extension/internal/win32.cpp, src/sp-pattern.cpp,
8775           src/dialogs/stroke-style.cpp, src/display/nr-arena-glyphs.cpp,
8776           src/display/nr-arena-group.cpp, src/display/nr-arena-image.cpp,
8777           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
8778           src/widgets/icon.cpp, src/dialogs/nr-arena-item.h:
8780           Introduced the notion of "parent" NRGCs
8782 2004-06-02  bulia byak <bulia@users.sourceforge.net>
8784         * src/selection.h, src/selection.cpp:
8786         * preferences-skeleton.h dialogs/display-settings.cpp sp-item.cpp: New
8787 settings
8788         for various compensations
8790         * sp-shape.cpp sp-shape.h sp-rect.cpp sp-path.cpp: Factored out adjustments
8791         (stroke and pattern so far) from optimizing items into sp-shape.
8793         * libnr: Added distance function for a couple of points. Added expansions
8794 for X and Y.
8796         * object-edit.cpp sp-rect.cpp sp-item.cpp toolbox.cpp: Made rect use
8797 absolute
8798         radii, added recursive compensation on item_transform. Added new knot for
8799         rect, moved corner knots to the top right corner. Rect toolbar shows visible
8800         rx/ry.
8802         * toolbox.cpp: Finally got the freeze semaphores right (prevent loops for
8803         changes both from the repr and from toolbar UI).
8805         * sp-namedview.cpp: Guarding against nan in zoom, cx, cy
8807         * select-toolbar.cpp helper/unit-menu.cpp helper/unit-menu.h: Fix units menu
8808 size
8810         * node-context.cpp: Second Esc or empty-click deselects object
8812         * desktop.cpp desktop.h: Restored sticky zoom
8814         * preferences-skeleton.h extension/internal/gdkpixbuf-input.cpp file.cpp: Do
8815 not
8816         group import if only one item; move its defs to our defs; select and move
8817         under cursor the imported item/group. Optionally import bitmaps as filled
8818         rects.
8820         * many -context files: Decoupled seltrans and selcue so that the latter can
8821 be
8822         used outside of selector; enabled optional selcue in all tools
8824         * many files: New set_color signals on desktop, switching the dropper to
8825 them;
8826         needs to be redone for style. Excise the old inkscape::color_set signal.
8828         * dialogs/stroke-style.cpp: Fix the "all clubs" marker preview bug. In
8829 markers
8830         menu, skip document markers with stockid only if the same stockid is in
8831         markers.svg; add separator.
8833         * many fill and stroke files: Remove old mode selector, remove dropper
8834 checkbox
8835         (now always on). Remember active colorselector page. Remove redundant checks
8836         in setting color (fixes at least one bug). Cosmetics, cleanup, b/w icons,
8837         shortened labels, added mnemonics and tooltips, removed the drop-down modes
8838         list. Switched color spinbuttons to 0..255 enabling 0..1 floats to be typed
8839 as
8840         well.
8842         * dialogs/find.* et al: Find dialog, command
8844         * selection-chemistry.cpp: Fix copying objects from different parents; fix
8845 and
8846         reorganize copying gradients, recurse into groups
8848         * dialogs/xml-tree.cpp: Removed unused desktop shutdown signal, fixes
8849 problem
8850         with saving window settings on exit
8852         * select-toolbar.cpp: Percentage unit, lock toggle, NR::Rectification
8854         * sp-object.cpp path-chemistry.cpp splivarot.cpp et al: Sending
8855 _delete_signal
8856         recursively for descendants; switched to deleteObject where appropriate to
8857         notify clones
8859         * preferences-skeleton.h desktop.cpp desktop.h interface.cpp: Window layout
8860         fully configurable, commands in the View menu
8862         * path-chemistry.cpp: Fixed transform when combining inside group
8864         * preferences-skeleton.h sp-item.cpp dialogs/display-settings.cpp: Fixes in
8865         scalestroke (coded by Carl): arbitrary depth recusion, setting stroke-width
8866         via repr, pref in the transforms tab
8868         * widgets/sp-xmlview-attr-list.cpp: More robust listener
8870 2004-06-01  Ted Gould  <ted@gould.cx>
8872         * src/extension/internal/gdkpixbuf-input.cpp:
8873         Making it so that the lists of extensions and mimetypes are
8874         used in the creation of the plugins.  Also, free'ing everything
8875         properly so that we don't have a memory leak.
8877 2004-05-30  MenTaLguY  <mental@rydia.net>
8879         * src/selection.h, src/selection.cpp:
8880           rework SPSelection to be SPObject- rather than SPItem- oriented;
8881           this will be needed later for the layers/document tree dialog
8882           (and could prove useful for the XML editor later too)
8884         * src/sp-item.h: make SPItem a proper C++ subclass of SPObject
8886         * src/dialogs/item-properties.cpp:
8887           correct overly intimate knowledge of SPObject (use SP_OBJECT_ID rather
8888           than directly accessing the SPObject::id member)
8890 2004-05-27  Kees Cook  <kees@outflux.net>
8892         * src/extension/internal/ps.h, src/extension/internal/ps.cpp:
8893           Hopefully fixed the locale problems in the PS output generator.
8894         * src/sp-offset.cpp, src/display/bezier-utils-test.cpp,
8895           src/display/nr-arena-item.cpp, src/libnr/nr-svp-render.cpp,
8896           src/libnr/testnr.cpp, src/livarot/AlphaLigne.cpp,
8897           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
8898           src/livarot/PathCutting.cpp, src/livarot/Shape.cpp,
8899           src/livarot/ShapeDraw.cpp, src/livarot/ShapeSweep.cpp,
8900           src/svg/svg-affine.cpp: added comments and notes to all remaining
8901           "printf"ish calls that have %g or %f in them.  Most are just debug
8902           output, etc.  Hopefully we are actually free of locale bugs!  :)
8903         * src/desktop.h, src/desktop.cpp: desktop's knowledge of
8904           fullscreen-ness doesn't depend on having the ability to DO it.  Other
8905           functions already test "is_fullscreen" to alter their behavior.
8907 2004-05-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8909         * src/extension/system.h, src/extension/system.cpp (build_from_file):
8910           Remove unused second argument.  Callers updated.
8911         * src/extension/system.cpp (build_from_reprdoc):
8912           Just one call to sp_repr_name per child.
8913         * src/extension/system.h, src/extension/system.cpp:
8914           Cleanup: greater conformance to CodingStyle.
8916 2004-05-23  MenTaLguY  <mental@rydia.net>
8918         * src/libnrtype/Makefile_insert, src/libnrtype/nr-type-gnome.cpp,
8919           src/libnrtype/nr-type-gnome.h, src/libnrtype/nr-type-dictionary:
8921           removed gnome-print libnrtype backend
8923 2004-05-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8925         * src/xml/repr.h, src/xml/repr-util.cpp:
8926           Remove unused function sp_repr_set_position_relative.
8928         * src/xml/repr-util.cpp (sp_repr_compare_position, sp_repr_position):
8929           Minor cleanups.
8931 2004-05-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8933         * src/sp-use.cpp: Cleanup: greater conformance to CodingStyle.
8935         * src/sp-item-group.cpp (sp_item_group_ungroup): Fix bug #956334:
8936           ungrouping was reversing the order of the group members.
8938         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp: New files.
8939         * src/xml/Makefile_insert (xml_libspxml_a_SOURCES): Add the new files.
8941         * src/xml/repr-private.h, src/xml/repr.cpp (sp_repr_nth_child):
8942           Remove this unused function.
8944         * src/xml/repr.h, src/xml/repr.cpp (sp_repr_parent):
8945           Mark pointer as not written through (const).
8947 2004-05-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8949         * src/xml/repr.cpp: Cleanup: greater conformance to CodingStyle.
8951         * src/Makefile_insert: Add missing dependencies on inkscape_version.h.
8952         * src/display/Makefile_insert: Adapt dependency object names for
8953           `subdir-objects' automake option.
8954         * src/helper/Makefile_insert: Adapt dependency object names for
8955           lack of libspchelp-specific CPPFLAGS.
8957 2004-05-17  Carl Hetherington <inkscape@carlh.net>
8959         * src/libnrtype/nr-type-w32.cpp: Tentative fix for
8960         build problems on Win32.
8962         * src/extension/internal/svg.cpp: Coding style cleanups.
8964 2004-05-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8966         * src/sp-item.h, src/sp-item.cpp: Remove unused
8967           distance-conversion functions sp_item_distance_to_svg_bbox,
8968           sp_item_distance_to_svg_viewport.
8970         * src/sp-item.cpp: Cleanup: greater conformance to CodingStyle.
8972         * acinclude.m4: Remove.
8974 2004-05-16  Carl Hetherington  <inkscape@carlh.net>
8976         * src/extension/internal/svg.cpp:
8977         Throw an exception if sp_repr_save_file fails.  This should close
8978         bug 948921.
8980 2004-05-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8982         * src/check-header-compile.in: New script.
8983         * configure.in: Add it to list of files for substitution.
8985         * src/star-context.cpp: Minor cleanups, and use g_strdup_printf instead
8986           of fixed-size buffer for translated string.
8988         * src/selection-chemistry.cpp: Use NR::Rect bounds() method instead of
8989           old bounds(NRRect*).
8991         * src/document.cpp (sp_document_create):
8992         * src/preferences-skeleton.h:
8993           Use INKSCAPE_VERSION from inkscape_version.h instead of VERSION.
8995         * src/libnr/nr-rotate-test.cpp: Use new rotate_equalp function.
8997         * src/libnr/nr-translate-ops.h (operator-): New function.
8999         * src/select-context.cpp:
9000         * src/selection-chemistry.cpp:
9001         * src/xml/repr.h:
9002         * src/sp-defs.h:
9003           Cleanup: greater conformance to CodingStyle.
9005         * src/libnr/nr-macros.h: Don't #include nr-matrix.h, nr-rect.h.
9007         * src/arc-context.h, src/desktop-affine.h, src/dir-util.h,
9008           src/draw-context.h, src/dyna-draw-context.h, src/help.h,
9009           src/knotholder.h, src/prefs-utils.h, src/select-toolbar.h,
9010           src/sp-clippath.h, src/sp-mask.h, src/sp-pattern.h, src/sp-use.h,
9011           src/text-context.h, src/toolbox.h, src/tools-switch.h,
9012           src/dialogs/dialog-events.h, src/dialogs/sp-attribute-widget.h,
9013           src/display/sp-canvas.h, src/helper/gnome-utils.h,
9014           src/helper/png-write.h, src/helper/stock-items.h, src/inkjar/jar.h,
9015           src/libnr/nr-matrix.cpp, src/libnr/nr-point-l.h,
9016           src/svg/stringstream.h, src/svg/svg-affine.cpp,
9017           src/widgets/gradient-selector.h, src/widgets/paint-selector.h,
9018           src/widgets/spinbutton-events.h, src/widgets/spw-utilities.h,
9019           src/xml/repr-action.h:
9020           Add missing header files as detected by check-header-compile script.
9022         * src/libnr/nr-rotate-fns.h, src/libnr/nr-rotate-fns.cpp: New files.
9023         * src/libnr/nr-rotate-fns-test.cpp: New unit test.
9024         * src/libnr/Makefile_insert, src/Makefile.am: Reference new files,
9025           add to unit tests.
9027         * src/libnr/nr-rotate.h: Add Coord,Coord constructor.
9029         * src/libnr/nr-rotate.h, src/libnr/nr-rotate-ops.h (operator*=):
9030         New method.
9032         * src/libnr/nr-point-fns.h (point_equalp): New function.
9034         * src/radial.h: Remove this unused header.
9036         * src/xml/xml-forward.h: New file.
9037         * src/xml/Makefile_insert: Add it to xml_libspxml_a_SOURCES.
9038         * src/xml/repr-private.h: Include it.
9040 2004-05-16  MenTaLguY  <mental@rydia.net>
9042         * src/libnrtype/nr-type-directory.cpp, src/libnrtype/nr-type-ft2.cpp,
9043           src/libnrtype/nr-type-ft2.h, src/libnrtype/nr-type-gnome.h,
9044           src/libnrtype/nr-type-w32.h, src/libnrtype/nr-type-xft.cpp,
9045           src/libnrtype/nr-typeface.h:
9047           transition to C++ inheritance
9049         * src/verbs.cpp, src/helper/action.h, src/helper/action.cpp,
9050           src/widgets/button.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
9052           removed barely-used "in-place construction" facility for NRObject
9054         * src/helper/action.h, src/helper/action.cpp,
9055           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-glyphs.h,
9056           src/display/nr-arena-image.cpp, src/display/nr-arena-image.h,
9057           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
9058           src/helper/action.cpp, src/helper/action.h, src/libnr/nr-object.cpp,
9059           src/libnr/nr-object.h, src/libnrtype/nr-type-ft2.cpp,
9060           src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
9061           src/libnrtype/nr-typeface.cpp:
9063           Made NRObject "C++-compatible".  All C++ features including virtual
9064           methods and RTTI should now be available to NRObject subclasses
9065           _provided_:
9067            a) there is an unbroken chain of _C++_ inheritance from the subclass
9068               back to NRObject
9070            b) the NRObject-derived inheritance chain is always first in cases
9071               of multiple inheritance (the NRObject must be first in the memory
9072               layout)
9074            c) The subclass in question overrides NRObjectClass::cpp_ctor in its
9075               own class_init function, with a pointer to a function that calls
9076               the specific subclass' constructor (via placement new -- you will
9077               need to #include <new> for this to work)
9079               n.b. Objects of classes which do not override cpp_ctor will appear
9080               to the C++ runtime system (RTTI and virtual dispatch, at least) as
9081               objects of the closest ancestor class which does override it
9082               (NRObject or NRActiveObject if nothing else).
9084 2004-05-15  MenTaLguY  <mental@rydia.net>
9086         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
9087           further reduced dependency on SPStyle
9089 2004-05-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9091         * src/libnr/nr-path.cpp, src/libnr/nr-path.h (nr_path_matrix_bbox_union):
9092           Get rid of no-longer-needed tolerance arg.  Update callers.
9094         * src/selection.cpp, src/sp-chars.cpp, src/sp-image.cpp,
9095           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-item.h,
9096           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
9097           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
9098           src/sp-use.cpp, src/dialogs/fill-style.cpp,
9099           src/dialogs/stroke-style.cpp, src/display/nr-arena-shape.cpp,
9100           src/libnr/nr-path.cpp, src/libnr/nr-path.h,
9101           src/libnrtype/nr-font.cpp, src/libnrtype/nr-rasterfont.cpp,
9102           src/libnrtype/nr-type-gnome.cpp, src/widgets/icon.cpp,
9103           src/widgets/paint-selector.cpp:
9104           Change argument from NRMatrix to NR::Matrix in SPItemClass->bbox,
9105           sp_item_invoke_bbox, sp_item_invoke_bbox_full,
9106           nr_path_matrix_bbox_union.  Users updated.
9108         * src/libnr/nr-rect.h, src/libnr/nr-rect.cpp (nr_rect_union_pt):
9109           new function.
9111         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
9112           (NR::transform): new function.
9114         * src/Makefile_insert: Move fixes.cpp from libinkpre.a to libinkpost.a.
9115         * src/xml/Makefile_insert (xml_repr_action_test_LDADD):
9116           Add libinkpost.a, for fixes.o.  `make check' now works again.
9118         * src/sp-text.cpp (sp_text_set_transform):
9119           Don't include SP_OBJECT_CHILD_MODIFIED_FLAG in flags for
9120           sp_object_request_update.  Addresses `critical' warning.
9122 2004-05-13  John Cliff <simarilius@yahoo.com>
9124         * src/dialogs/stroke-style.cpp: Switched to using get_stock to retrieve
9125 markers.
9126         * src/helpers/stock-items.h, src/helpers/stock-items.cpp: created to handle
9127 stock items.
9128         * src/prefix.h: Added marker and gradient directorys.
9130 2004-05-13  Kees Cook <kees@outflux.net>
9132         * configure.in, src/main.cpp, config.h.mingw, debian/rules:
9133           made popt a requirement instead of an option.
9135 2004-05-13  Carl Hetherington  <cth103@houllier.home>
9137         * sp-color-notebook.cpp: Fix uninitialised value spotted by valgrind.
9139         * stroke-style.cpp:
9140         Fix ink_extract_marker_name returning a pointer into a free()d buffer.
9142 2004-05-13  Ted Gould <ted@gould.cx>
9144         * src/file.cpp:
9145         Making the default filename _("untitled.svg")
9147 2004-05-12  Kees Cook <kees@outflux.net>
9149         * config.h.mingw: added g_ascii_strtod macro.
9151 2004-05-12  Carl Hetherington <inkscape@carlh.net>
9153         * src/dialogs/export.cpp: fix faulty logic with exporting of
9154         selections, as reported by Artemio on the ML.
9156         * src/dialogs/desktop-properties.cpp: Fix a gtk_table size.
9157         Make use of spw_dropdown in one place.
9159         * src/select-context.cpp: Remove alt-drag "slow move" mode.
9160         Make alt-drag move without any grid snap, even if the grid
9161         is enabled.  Add a new mode, shift-drag, which preserves
9162         objects' grid offsets rather than snapping their snappoints.
9164         * src/selection-chemistry.cpp: Pasted objects have the same
9165         offset from the grid as the original, if the grid is enabled.
9166         Also a NRRect -> NR::Rect fix thrown in for no extra charge.
9168         * src/dialogs/display-settings.cpp: Added option to reverse
9169         the actions of drag and shift-drag when moving objects.
9171 2004-05-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9173         * src/main.cpp (main): Test ENABLE_NLS instead of HAVE_NLS (which
9174         wasn't getting defined).  Restores translations on *nix systems
9175         when inkscape translations aren't in system-wide /usr/share/locale.
9177 2004-05-10  Carl Hetherington <inkscape@carlh.net>
9179         * src/sp-item.cpp, src/dialogs/display-settings.cpp: primitive
9180         support for preserving line widths when scaling.  Thanks to Bulia
9181         for telling me what to do :)
9182         * src/dialogs/align.cpp: refactor some cut-and-paste code into
9183         a separate function.  Remove NRRect.  Declaration-to-first-use
9184         cleanups.
9185         * src/dialogs/transformation.cpp, src/dialogs/fill-stype.cpp:
9186         NRRect removal.  Declaration-to-first-use cleanups.
9188 2004-05-09  MenTaLguY <mental@rydia.net>
9190         * src/sp-paint-server.h: SPPaintServer now uses C++ inheritance
9192           (bigger question -- should SPPaintServer derive from SPObject?  I think
9193            not, actually ... it's more something that should be aggregated into
9194            the various paint-server-capable types)
9196         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
9197           first steps in removing SPStyle dependency from NRArenaShape --
9198           add fill and stroke paint server members, and use those instead
9199           of reading directly from an SPStyle.
9201 2004-05-09  Kees Cook <kees@outflux.net>
9203         * src/libnrtype/nr-type-xft.cpp: added patch 898200, hopefully this
9204           won't break anyone.
9205         * src/dialogs/desktop-properties.cpp: added patch 947127, along with
9206           some orientation bugfixes, list cleanup, and logic to select the
9207           correct menu items based on document settings.
9208         * configure.in: default to always replace g_ascii_strtod.
9210 2004-05-08  Kees Cook <kees@outflux.net>
9212         * src/extension/internal/gdkpixbuf-input.cpp: skip SVG files. (open bug)
9213         * configure.in, src/Makefile_insert, src/fixes.cpp: added replacement
9214           for g_ascii_strtod, since it has locale-related bugs in gnome 2.0.
9215           The upstream version is fixed, so some day, we won't need this any
9216           more.  (fixes "ugly icons" bug, and possibly the spinbutton locale bug)
9217         * src/dyna-draw-context.cpp, src/rect-context.cpp, src/sp-namedview.cpp,
9218           src/sp-object.cpp, src/sp-object.h, src/sp-pattern.cpp,
9219           src/sp-polygon.cpp, src/sp-polyline.cpp, src/sp-root.cpp,
9220           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp,
9221           src/sp-text.cpp, src/spiral-context.cpp, src/star-context.cpp,
9222           src/svg/ftos.cpp, src/svg/svg-affine.cpp, src/svg/svg-color.cpp,
9223           src/svg/svg-length.cpp: adding "config.h", making a few extra
9224           locale-sensitive functions use g_ascii versions.
9226 2004-05-08  MenTaLguY <mental@rydia.net>
9228         * src/sp-item.cpp: move "transformed" signal emission after actual
9229           application of transform
9231         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr.cpp:
9232           fix lifecycle issues with content and attribute strings
9234         * src/sp-object.h, src/sp-object.cpp: added SPObject::setId()
9236 2004-05-08  Kees Cook <kees@outflux.net>
9238         * src/verbs.cpp, src/help.cpp: localizing "about" and "keys" stuff.
9239         * po/*.po: rebuilt for new strings.
9241 2004-05-08  Carl Hetherington <inkscape@carlh.net>
9243         * src/dialogs/desktop-properties.cpp: the usual cleanups.  Also
9244         add some sp_document_done()s in various places.
9246 2004-05-08  bulia byak <bulia@users.sourceforge.net>
9248         * widgets/paint-selector.cpp: Tooltips, slight cosmetics
9250         * main.cpp: --help edit
9252         *  sp-use.h sp-use.cpp: Redid move compensation using _transformed_signal
9254         * sp-item.h sp-item.cpp: Added _transformed_signal, emitted by
9255 write_transform,
9256         passes the difference transform relative to the old one (not the new
9257 transform
9258         set)
9260         * nodepath.cpp: Fix lagging update of the other handle for smooth nodes
9262         * widgets/dash-selector.cpp: (Almost) fixed display of shorter-than-0.5
9263 dashes
9264         in selector; proper fixing will require manual drawing the dashes instead of
9265         using gdk dashes
9267         * preferences-skeleton.h: lots of new  dasharrays
9269         * dialogs/stroke-style.cpp: Remove repetitive code; relocation patch from
9270         mhearn; fixed, reenabled, and automated marker previews (no need for
9271 previews
9272         in markers.svg)
9274         * share/markers/markers.svg: Cleanup, sizes, remove manual previews
9276         * style.cpp: Disabled warning for overflow property (we need it for markers)
9278         * splivarot.cpp: Fixed transform when doing boolop inside group
9280         * libnr/nr-path.cpp: Ported fix from sodi, fixes two bugs with endnodes of a
9281         curve on the same hor/vert line
9283         * sp-namedview.cpp: Use set_default_size instead of _resize for setting
9284 window
9285         from namedview
9287         * preferences-skeleton.h dialogs/item-properties.cpp: Objects props
9288         transientized (better late than never)
9290         * dialogs/display-settings.cpp: Added simplify threshold
9292         * sp-use.cpp: Mega-kill use on unlink
9294         * preferences-skeleton.h dialogs/display-settings.cpp: Orphaned clones
9295 options
9297         * sp-item-group.cpp: Prevent jumps when ungrouping clone with its original
9299         * sp-object.cpp: Fix crash when deleting clone and its original
9301         * toolbox.cpp, tool contexts: Alt-x and top panel keyboard shortcuts now
9302 work
9303         for all tools
9305         * sp-use.cpp enums.h: Unlink option on self-delete
9307         * sp-use.cpp: Fix: disappeating clone on undoing ungrouping (_show finally
9308 works properly)
9310         * splivarot.cpp: Boolops: cleanup, preserve id, parent, position, fix to
9311 take
9312         style from the bottom object
9314         * interface.cpp verbs.cpp shortcuts.cpp: Mnemonics, tooltips, shortcuts,
9315         cleanup, autoraise removed from menu
9317 2004-05-07  Kees Cook <kees@outflux.net>
9319         * src/verbs.cpp: re-localizing tutorials.  My goof!
9320         * po/POTFILES.in: removed arikkei references
9322 2004-05-07  Carl Hetherington <inkscape@carlh.net>
9324         * src/desktop.cpp: make sure that a SPNamedView's modified signal
9325         is connected to the SPDesktop even when a file is loaded into an
9326         existing SPDesktop.  Fixes problems whereby grid snap does not
9327         work for the first file loaded in a session.  Fix a && -> & typo.
9329         * src/sp-object.cpp: declaration-to-first-use and coding style
9330         cleanups.
9332 2004-05-05 Spundun Bhatt <spundun@isi.edu>
9334         * configure.in: Stole Nathan's configure hack and used it to
9335         support gtkmm-2.4
9337 2004-05-06  Ted Gould  <ted@gould.cx>
9339         * src/file.cpp, src/extension/extension.cpp, src/extension/init.cpp,
9340         src/extension/internal/Makefile_insert,
9341         src/extension/internal/gdkpixbuf-input.cpp,
9342         src/extension/internal/gdkpixbuf-input.h:
9343           Changing the import functionality so that it works much more like open.
9344           You can use any format, and it will place that file directly in the
9345           document that you are working on.  Added input extensions that cover all
9346           of the bitmap formats that are covered with gdkpixbuf.  Also, more
9347           formats can be used using the scripting system.
9349 2004-05-06  Carl Hetherington <inkscape@carlh.net>
9351         * src/sp-line.cpp, src/sp-mask.cpp, src/sp-metrics.cpp:
9352         declaration-to-first-use and coding style cleanups
9354 2004-05-05  MenTaLguY  <mental@rydia.net>
9356         * src/libnrtype/nr-type-dictionary.cpp: removed 'private-fonts'
9357           feature (we should rely on fontconfig for "custom" font stuff)
9359         * configure.in, src/Makefile_include, src/Makefile.am,
9360           src/libarikkei/*: removed the now unused libarikkei
9362 2004-05-05 Nathan Hurst <njh@mail.csse.monash.edu.au>
9364         * src/dialogs/text-edit.cpp, configure.in: Added support for spell
9365         checking in text dialog.
9367 2004-05-04  MenTaLguY <mental@rydia.net>
9369         * src/display/nr-arena-glyphs.h: fixed cut-and-paste error in
9370           NRArenaGlyphsGroup::create()
9372         * src/selection.cpp, src/selection.h: fixed global "changed" propagation
9374 2004-05-02  MenTaLguY <mental@rydia.net>
9376         * src/file.cpp, src/print.cpp, src/sp-chars.cpp, src/sp-clippath.cpp,
9377           src/sp-image.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
9378           src/sp-pattern.cpp, src/sp-shape.cpp, src/sp-text.cpp,
9379           src/sp-use.cpp, src/dialogs/stroke-style.cpp,
9380           src/display/canvas-arena.cpp, src/display/nr-arena-glyphs.cpp,
9381           src/display/nr-arena-glyphs.h, src/display/nr-arena-group.h,
9382           src/display/nr-arena-image.h, src/display/nr-arena-item.cpp,
9383           src/display/nr-arena-item.h, src/display/nr-arena-shape.h,
9384           src/display/nr-arena.h, src/libnr/nr-object.h, src/widgets/icon.cpp:
9386           removed nr_arena_item_new in favor of static ::create() functions
9387           which call NRArenaItem::init() to perform setup (i.e. setting
9388           NRArenaItem::arena).  Eventually NRArenaItem::init() and
9389           nr_arena_item_init will merge and become NRArenaItem's constructor.
9391 2004-04-30  MenTaLguY <mental@rydia.net>
9393         * src/sp-use.cpp: call parent class' write methods rather than
9394           attempting to do everything (wrongly) ourselves; among other
9395           things, <use> transform attributes weren't getting written
9397         * src/sp-object.h, src/sp-object.cpp:
9399           designate a "successor" object so we still perform as
9400           expected if objects are replaced in the middle of e.g. a
9401           bulk delete operation
9403         * src/sp-use.cpp: cleanups and succession logic for <use>
9404           deletion
9406         * src/widgets/sp-hwrap-box.cpp, src/widgets/sp-hwrap-box.h,
9407           src/widgets/sp-vwrap-box.cpp, src/widgets/sp-vwrap-box.h,
9408           src/widgets/sp-wrap-box.cpp, src/widgets/sp-wrap-box.h,
9409           src/widgets/test-wrapbox.cpp, src/widgets/Makefile_insert:
9411           Removed unused (and imperfect) "wrapbox" widgets.
9413         * src/sp-object.h, src/sp-object.cpp, src/sp-item-group.cpp:
9415           Removed unused sp_object_invoke_forall and sp_object_sequence
9416           methods.  (forall might be nice to have, but we can do better
9417           implementation-wise now that we're in C++-land)
9419 2004-04-30 njh <njh@mail.csse.monash.edu.au>
9421         * main.cpp: replaced gtk_init with g_type_init for console mode.
9422         Closes 944969.
9424 2004-04-29  MenTaLguY <mental@rydia.net>
9426         * src/sp-image.cpp, src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
9427           src/sp-path.cpp, src/sp-rect.cpp, src/sp-text.cpp:
9429           write_transform becomes set_transform, which applies the given
9430           transform to the object without (!) invoking a repr write
9432         * src/sp-star.cpp, src/svg/svg-length.h, src/svg/svg-length.cpp,
9433           src/svg-types.h, src/svg/svg.h:
9435           replaced raw integers with real units enum
9437         * src/libnr/nr-matrix.h:
9439           removed dead assertion (it's always valid to retrieve the
9440           translation component of a matrix)
9442         * src/selection-chemistry.cpp:
9444           delete items via SPItem (SPObject), not repr
9446         * src/sp-object.h, src/sp-object.cpp:
9448           added SPObject::deleteObject() and a delete notification signal;
9449           SPObject now inherits from GObject in the C++ sense
9451         * src/sp-use.h:
9453           don't accept references to the use or its ancestors (preventing
9454           infinite loops)
9456         * src/sp-use.cpp, src/sp-use.h:
9458           added automatic deletion when referrent is deleted
9460         * src/uri-reference.h:
9462           added URIReference::getOwner()
9464 2004-04-29  Carl Hetherington <inkscape@carlh.net>
9466         * src/extension/internal/win32.cpp: add textToPath parameter to
9467         description in order to fix #944131.
9469 2004-04-28  Carl Hetherington <inkscape@carlh.net>
9471         * src/desktop.cpp, src/inkscape.cpp, src/sp-namedview.cpp
9472         Part of the fix for #942149.  Also fixed some compiler warnings.
9474         * src/display/nr-arena.cpp: Fixed an unused variable warning.
9476         * src/main.cpp: Fix a warning that is raised on Windows.
9478 2004-04-28  bulia byak <bulia@users.sourceforge.net>
9480         * inkscape.cpp: Fixed prev/next desktop; numbered from 0
9482         * Lots of files: Replaced all strtod() and atof() by g_ascii_strtod()
9484         * interface.cpp verbs.cpp: Tooltip edits
9486         * view.cpp view.h desktop.cpp: Signal and function to pop statusbar message
9488         * dialogs/dialog-events.cpp: Only set the UTILITY hint for non-modal
9489 windows,
9490         fixes "disappearing save as"
9492         * toolbox.cpp widgets/widget-sizes.h widgets/button.cpp: Got rid of button
9493         relief, top panel made less tall
9495         * desktop.cpp preferences-skeleton.h dialogs/display-settings.cpp: Done away
9496         with the sticky zoom button, now in prefs
9498         * path-chemistry.cpp: Preserve id= in combine/break, convert to paths;
9499 preserve
9500         z-order in combine/break; cleanups
9502         * splivarot.cpp: New selection API, Simplify preserves id=
9504         * select-context.cpp preferences-skeleton.h sp-item.cpp display-settings.cpp
9505         splivarot.cpp sp-item-group.cpp sp-item-transform.cpp
9506         sp-item-notify-moveto.cpp nodepath.cpp node-context.cpp seltrans.cpp
9507         seltrans.h: Switched to global preservetransform, transform writing
9508         unification (no more manual transform= setting all over the place), stamp
9509         preserves parent, mental's new SPSelection API, pruning dead code
9511         * verbs.cpp interface.cpp: Eliminated Dialogs menu, added ... to dialog
9512         commands, rearrangements, menu items display tooltips in statusbar when
9513         selected
9515         * sp-item-group.cpp sp-item-group.h: Made document_done optional in ungroup
9516 (not
9517         done when the function is called from another function)
9519         * dialogs/display-settings.cpp enums.h preferences-skeleton.h sp-use.cpp
9520         sp-use.h: Clone move compensation (3 modes), settable in prefs
9522         * seltrans.cpp selection-chemistry.cpp: Do not translate a clone if its
9523 original
9524         is in the selection
9526         * verbs.cpp verbs.h interface.cpp shortcuts.cpp sp-use.cpp sp-use.h
9527         selection-chemistry.cpp selection-chemistry.h: Unlink Clone verb and menu
9528         command (preserves id=)
9530         * selection-chemistry.cpp selection-chemistry.h verbs.h verbs.cpp
9531 shortcuts.cpp
9532         interface.cpp: Select Original verb and command, scrolls to the original
9534         * selection-chemistry.cpp selection-chemistry.h verbs.cpp verbs.h
9535 interface.cpp:
9536         Clone command
9538         * sp-use.h sp-use.cpp: Use URIReference; Propagate update to parent class
9539         (SPItem) (fixes redraw on dragging a clone)
9541         * dropper-context.cpp dropper-context.h dialogs/display-settings.cpp:
9542         Implemented pick modes (pick either actual color with transparency or
9543 visible
9544         color without transparency); added statusbar indication; color is only set
9545 on
9546         mouse release
9548         * seltrans.cpp display/sodipodi-ctrlrect.cpp: Finally the correct selection
9549 cue
9550         rect (fixed displacement)
9552 2004-04-27  Carl Hetherington <inkscape@carlh.net>
9554         * src/desktop.cpp: Check for there being no items when zooming to
9555         the drawing.  This fixes bug #942137.
9557 2004-04-26  Carl Hetherington <inkscape@carlh.net>
9559         * config.h.mingw, prefix.h:
9560         INKSCAPE_VERSION moved to inkscape_version.h.
9561         INKSCAPE_{PIXMAP,SCREENS,TUTORIALS,MARKERS}DIR moved to prefix.h
9563         * src/Makefile.mingw, src/inkscape_version.h.mingw
9564         Use CVS inkscape_version.h.mingw for inkscape_version.h on Win32.
9566         * src/sp-use.cpp: fix a warning.
9568 2004-04-26  Ted Gould  <ted@gould.cx>
9570         * share/extensions/ai_input.inkmod, share/extensions/dia.inkmod,
9571         share/extensions/txt2svg.inkmod, src/extension/extension.cpp,
9572         src/extension/internal/svg.cpp:
9574         Making the names of the input extensions look like the output ones.
9575         Also, threw in a slight memory savings in removing the implementation on
9576         deactivated extensions.
9578 2004-04-26  MenTaLguY  <mental@rydia.net>
9580         * src/selection.cpp: migrate to new glib idle API
9582         * src/extension/db.cpp: can't call ->deactivated() on a NULL pointer..
9584 2004-04-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9586         * configure.in: Replace use of old AM_PROG_LIBTOOL macro with
9587           AC_PROG_LIBTOOL.
9589 2004-04-26  Ted Gould  <ted@gould.cx>
9591         * share/extensions/epsi_output.inkmod:
9593         Added in a check for ps2epsi
9595         * src/dialogs/filedialog.cpp, src/extension/db.cpp, src/extension/db.h,
9596         src/extension/extension.cpp, src/extension/extension.h,
9597         src/extension/init.cpp, src/extension/system.cpp:
9599         Implementing a 'deactivated' extension.  This means that it should
9600         still exist, but show up as insensitive in any GUI element that could use
9601         it.  The idea here is that users should know what they don't have, but
9602         Inkscape supports.
9604 2004-04-26 Nathan Hurst <njh@mail.csse.monash.edu.au>
9606         * src/{libnr,libnrtype,widgets,display,helper,.}*.{h,cpp}: moved
9607         from typedef _name name; to C++ style struct name; forward
9608         references.
9610 2004-04-25  Ted Gould  <ted@gould.cx>
9612         * share/extensions/ai_output.inkmod, share/extensions/dia.inkmod,
9613         share/extensions/dropshadow.inkmod, share/extensions/epsi_output.inkmod,
9614         share/extensions/roundhole.inkmod, share/extensions/svgz_input.inkmod,
9615         share/extensions/svgz_output.inkmod, share/extensions/txt2svg.inkmod,
9616         src/extension/implementation/script.cpp,
9617         src/extension/implementation/script.h:
9619         Adding in support for superior checking of dependencies.  Now scripts
9620         can include a line, which will look for a binary in the path.  So
9621         something like dia input will no be loaded if there isn't dia available in
9622         the path.
9624 2004-04-25  Carl Hetherington <inkscape@carlh.net>
9626         * src/verbs.cpp, src/rect-context.cpp, src/spiral-context.cpp,
9627         src/event-context.cpp, src/text-context.cpp,
9628         src/dialogs/stroke-style.cpp, src/xml-tree.cpp, src/widgets/sp-widget.cpp:
9629         SPSelection OO-ification.
9631         * src/display/curve.cpp: Don't raise a critical error if a new
9632         curve cannot be created in sp_curve_new_from_bpath().  This can
9633         happen if a file contains a strange path, like one with only a
9634         move in it and nothing else.  This is part of the fix for bug
9635         934882.
9637         * src/sp-path.cpp: cope with sp_curve_new_from_bpath() returning
9638         NULL in sp_path_set().  This is the other part of the fix for 934882.
9640         * src/path-chemistry.cpp, src/sp-offset.cpp, src/sp-ellipse.cpp,
9641         src/display/nr-arena-glyhs.cpp:
9642         added asserts for calls to sp_curve_new_from_bpath() which look
9643         like they might not expect it to return NULL.
9645         * src/desktop.h: add a comment about how SPDesktop::selection
9646         should never generally be NULL.
9648         * src/desktop-handles.cpp: ensure that sp_desktop_selection never
9649         returns NULL, so that we don't have to check for this eventuality
9650         elsewhere.
9652         * src/arc-context.cpp, src/seltrans.cpp, src/desktop.cpp: be less defensive
9653 about
9654         SPDesktop::selection being NULL.
9656         * src/path-chemistry.cpp, src/select-context.cpp,
9657         src/selection-chemistry.cpp, src/star-context.cpp,
9658         src/dialogs/align.cpp, src/dialogs/item-properties.cpp,
9659 src/dialogs/text-edit.cpp:
9660         SPSelection OO-ification.  Also some coding style and
9661         declaration-to-first-use cleanups.
9663         * src/toolbox.cpp: SPSelection OO-ification.  Various cleanups.
9665         * src/selection.h: remove deprecated access functions.
9667         * src/dialogs/fill-style.cpp: declaration-to-first-use cleanups.
9669         * src/selection.cpp: add vim and Emacs mode blocks.
9671         * src/object-ui.cpp: very minor coding style fix.
9673 2004-04-24  MenTaLguY <mental@rydia.net>
9675         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/object-ui.cpp,
9676           src/path-chemistry.cpp, src/rect-context.cpp, src/select-context.cpp,
9677           src/select-toolbar.cpp, src/selection-chemistry.cpp, src/selection.h,
9678           src/spiral-context.cpp, src/star-context.cpp, src/text-context.cpp,
9679           src/verbs.cpp, src/dialogs/export.cpp, src/dialogs/fill-style.cpp,
9680           src/dialogs/in-dt-coordsys.cpp, src/dialogs/stroke-style.cpp,
9681           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp:
9683           removed sp_selection_set_item(), sp_selection_set_repr(),
9684           sp_selection_is_empty(), sp_selection_item_selected(),
9685           and sp_selection_repr_selected()
9687 2004-04-24  Ted Gould  <ted@gould.cx>
9689         * share/extensions/ill2svg.pl:
9691         Applying a patch made to the Sodipodi list by Tuukka Pasanen which adds in
9692         support for text in Illustrator files.  Also, I backed out the changes
9693         which removed being able to specify the line endings.  This will, by
9694         default, force them back to mac compatible.  Mac files didn't work with
9695         those changes.
9697 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9699         * configure.in: Tentatively remove config.h definitions of
9700           INKSCAPE_MARKERSDIR, INKSCAPE_PIXMAPDIR, INKSCAPE_SCREENSDIR,
9701           INKSCAPE_TUTORIALSDIR, with the understanding that these are to be
9702           provided by prefix.h.
9703         * src/prefix.h: Define INKSCAPE_MARKERSDIR.
9705         * src/extension/extension.cpp (Extension):
9706         * src/extension/init.cpp (check_extensions):
9707           Address warning.
9709         * src/dialogs/stroke-style.cpp: #include prefix.h.
9711         * src/Makefile.am (EXTRA_DIST): Add */makefile.in.
9713         * src/libnr/Makefile_insert (libnr_libnr_a_SOURCES):
9714           Add libnr/nr-convex-hull.h, needed by sp-canvas.cpp.
9716 2004-04-24  Ted Gould  <ted@gould.cx>
9718         * src/Makefile_include, src/prefix.cpp:
9720         Removing the redefition of NULL and adding to the make system.
9722 2004-04-24  Ted Gould  <ted@gould.cx>
9724         * src/extension/db.cpp, src/extension/db.h, src/extension/extension.cpp,
9725         src/extension/extension.h, src/extension/init.cpp,
9726         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
9727         src/extension/internal/ps-out.cpp, src/extension/internal/ps-out.h:
9729         Adding in more checks for individual extensions.  All of them
9730         should still pass though.  Also, moved the extension database from
9731         glib to STL.  This allows extensions to be deleted while using the
9732         foreach functions (which causes instability with the glib hash
9733         table).
9735 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9737         * src/dialogs/Makefile_insert:
9738         * src/display/Makefile_insert:
9739         * src/xml/Makefile_insert:
9740           Get rid of unneeded CPPFLAGS specification.
9742         * src/Makefile.am:
9743         * src/Makefile_insert:
9744           New generated file inkscape_version.h, to replace
9745           -DINKSCAPE_VERSION=\"$(VERSION)\".
9746         * src/help.cpp: #include it.
9748 2004-04-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9750         * src/sp-polygon.cpp:
9751         * src/splivarot.cpp:
9752         * src/style.cpp:
9753         Change include stringstream.h to include svg/stringstream.h.
9755         * src/Makefile.am, src/Makefile_insert: Change libinkscape.a use
9756           to eliminate triple compilation of these object files.
9758         * src/Makefile.am: Use `subdir-objects' option.
9760         * src/Makefile.am: Add global INCLUDES setting.
9761         * src/*/Makefile_insert: Get rid of now-redundant $(INKSCAPE_CFLAGS)
9762           from *_CPPFLAGS.
9764         * src/*/makefile.in: `%' as a target doesn't behave as intended,
9765         so replace with less general `clean %.a %.o' and add .SUFFIXES.
9767 2004-04-22  Ted Gould  <ted@gould.cx>
9769         * src/draw-context.cpp, src/dropper-context.cpp,
9770         src/dyna-draw-context.cpp, src/node-context.cpp, src/nodepath.cpp,
9771         src/sp-ellipse.cpp, src/sp-offset.cpp, src/sp-path.cpp,
9772         src/sp-polygon.cpp, src/sp-shape.cpp, src/splivarot.cpp, src/toolbox.cpp,
9773         src/display/curve.cpp, src/display/nr-arena-shape.cpp,
9774         src/extension/internal/gnome.cpp, src/extension/internal/ps.cpp,
9775         src/libnr/nr-path.cpp, src/libnr/nr-path.h,
9776         src/libnrtype/nr-rasterfont.cpp, src/libnrtype/nr-type-ft2.cpp,
9777         src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
9778         src/libnrtype/nr-typeface.cpp, src/livarot/PathCutting.cpp,
9779         src/svg/gnome-canvas-bpath-util.cpp, src/svg/svg-path.cpp:
9781         Changing the ART_ enums to NR_ so that if libart is include (like if
9782         you are building gnome-print) it doesn't conflict with the internal
9783         definitions.
9785         * share/extensions/svgz_output.inkmod, src/extension/extension.cpp,
9786         src/extension/init.cpp, src/extension/implementation/script.cpp:
9788         Adding in a little more checking code.  Now extensions can start
9789         deleting themseleves if they fail certain tests.  More tests are
9790         needed, along with more testing of this feature.  Consider this
9791         an 'early release' of the feature. ;)
9793 2004-04-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9795         * src/Makefile.am: Make non-recursive.  Now sources */Makefile_insert.
9796           See HACKING or discussion on mailing list.
9797         * autogen.sh: Bump requirement from automake-1.6 to automake-1.7.
9798         * configure.in: Don't generate src/blah/Makefile, but do generate
9799           src/blah/makefile.
9800         * src/*/Makefile.am: Remove.
9801         * src/*/makefile.in: New wrapper makefiles to allow typing `make' from
9802           subdirectories of src.  (Not used by compiles started from top-level
9803           or from src/.)
9805 2004-04-21  MenTaLguY <mental@rydia.net>
9807         * src/libnrtype/nr-type-w32.h: fixed unremoved underscores
9809         * src/select-context.cpp, src/selection.cpp, src/selection.h,
9810           src/seltrans.cpp, src/tools-switch.cpp, src/dialogs/align.cpp:
9811           remove improper twiddling of desktop message line from SPSelection;
9812           some additional work is now required in SPSelectContext to update
9813           the message properly in all cases.
9815         * src/selection.h, src/selection.cpp: touched up and documented
9816           SPSelection
9818         * src/uri-references.h: documentation touch-ups
9820 2004-04-20  Kees Cook <kees@outflux.net>
9822         * src/file.cpp, src/desktop.cpp: moved sp_file_open unselection code into
9823           sp_desktop_change_document.  Generalized Carl's fix for unref counting
9824           since it applies in both cases.  (My bad!)
9826 2004-04-20  MenTaLguY <mental@rydia.net>
9828         * src/text-context.cpp: merged Carl's fix for signal cleanup
9830         * src/selection.h: marked wrappers for old API as deprecated
9832 2004-04-20  Carl Hetherington <inkscape@carlh.net>
9834         * src/extension/internal/ps.cpp, src/extension/internal/ps.h:
9835         Fixed some bugs in exporting images that seem to have been
9836         introduced when the code was copied from the gimp.  They caused
9837         problems when exporting bitmap images to PS.
9839         * src/file.cpp: fix bug whereby the first file loaded in a session
9840         would not have its modified status checked when closed.  Hence if
9841         you modified the first file you loaded and then closed it, you
9842         would not be asked to confirm the close.
9844         * src/preferences-skeleton.h: add \n to the end of each line to
9845         fix bug 938368.
9847 2004-04-19  MenTaLguY <mental@rydia.net>
9849         * src/arc-context.cpp, src/desktop-handles.h, src/desktop.h,
9850           src/draw-context.cpp, src/draw-context.h, src/forward.h,
9851           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
9852           src/node-context.h, src/rect-context.cpp, src/selection-chemistry.cpp,
9853           src/selection-chemistry.h, src/selection.cpp, src/selection.h,
9854           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
9855           src/star-context.h, src/text-context.cpp, src/dialogs/xml-tree.cpp,
9856           src/widgets/sp-widget.h:
9858           finished GObject removal from SPSelection
9860         * src/arc-context.h, src/arc-context.cpp, src/desktop.cpp, src/desktop.h,
9861           src/draw-context.cpp, src/draw-context.h, src/node-context.cpp,
9862           src/node-context.h, src/rect-context.cpp, src/rect-context.h,
9863           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/seltrans.h,
9864           src/spiral-context.cpp, src/spiral-context.h, src/text-context.cpp,
9865           src/text-context.h, src/toolbox.cpp:
9867           migrated SPSelection to SigC++ signals (though it's a bit messy
9868           right now)
9870 2004-04-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9872         * src/dialogs/stroke-style.cpp: Cleanups: greater conformance to
9873         CodingStyle.  Moved some declarations to their first use.
9875 2004-04-19  Carl Hetherington <inkscape@carlh.net>
9877         * src/dialogs/stroke-style.cpp, libnr/nr-rect-l.cpp:
9878         Fix a couple of compiler warnings.
9880         * src/dialogs/filedialog-win32.cpp: add OFN_NOCHANGEDIR to Win32
9881         flags in OPENFILENAME structs.  This prevents the open / save
9882         boxes from changing the current directory.  Any change to the
9883         current directory causes problems for subsequent attempts to
9884         load icons from pixmaps.  Also, fix a bug whereby the save
9885         dialogue would sometimes not open due to being passed a filename
9886         it didn't like.
9888 2004-04-19  bulia byak <bulia@users.sourceforge.net>
9890         * shortcuts.cpp selection-chemistry.cpp selection-chemistry.h verbs.cpp
9891 verbs.h
9892         interface.cpp: Clone command (Edit menu, Shift+Ctrl+N)
9894         * sp-use.cpp: Update propagated to parent class (SPItem), misc fixes
9896         * sp-polygon.cpp: Fix for points= updating by adding set_shape call into
9897 _write
9898         (bug 910142)
9900         * text-context.cpp: Do not create text object unless a printable key was
9901         pressed; fixes 934280
9903         * widgets/dash-selector.cpp dialogs/stroke-style.cpp: Removed marker
9904 buttons,
9905         fixed g_free crash in marker menus, added tooltips, added stroke-miterlimit
9906         spinbutton
9908         * splivarot.cpp: Outline handles multiple objects; All commands use correct
9909         stroke_miterlimit
9911         * splivarot.cpp sp-offset.cpp: Fix for 932642
9913         * helper/sodipodi-ctrlrect.cpp: Simplify and fix dashes and offsets
9915         * widgets/gradient-selector.cpp: Tooltip edits
9917         * verbs.cpp verbs.h interface.cpp...: Remove tool options
9919         * seltrans.cpp: Pivot marker made inverse
9921         * toolbox.cpp: More defocusing
9923         * *-context.cpp: Eliminated config widgets from all tools
9925         * toolbox.cpp sp-ellipse.cpp: Ellipse fixes, tooltips
9927         * verbs.cpp: Options -> Preferences
9929         * dialogs/display-settings.cpp: An options dialog, completely new; selector
9930         widget grafted here
9932         * preferences-skeleton.h node-context.cpp select-context.cpp: scaling uses
9933         defaultscale
9935         * dialogs/display-settings.cpp display/nr-arena-image.cpp: Make oversample
9936         saveable
9938         * toolbox.cpp: Aux toolbar for calligraphic
9940         * preferences-skeleton.h: fill-opacity:1 for calligraphic
9942         * select-context.cpp seltrans.cpp seltrans.cpp: Patch to enable box and none
9943         options for per-object selection cue
9945         * main.cpp: Removed C-locale setting, not needed anymore; temporary switch
9946 of
9947         gettext encoding for console output
9949         * inkscape.cpp: Memory fix from sodi
9951         * right-click finishes pen (patch by Carl)  draw-context.cpp
9953 2004-04-19  Carl Hetherington <inkscape@carlh.net>
9955         * src/livarot/ShapeRaster.cpp
9956         Fix an unitialised value error that was spotted by valgrind.
9958 2004-04-18  MenTaLguY <mental@rydia.net>
9960         * src/selection.cpp, src/selection.h, src/selection-chemistry.cpp,
9961           src/seltrans.cpp, src/nodepath.cpp:
9962           made all SPSelection members private, and changed all methods into
9963           real C++ methods (with temporary inline wrappers for the old C
9964           pseudo-methods)
9966 2004-04-18  Carl Hetherington <inkscape@carlh.net>
9968         * src/print.cpp, src/print.h, src/sp-text.cpp
9969         src/extension/extension.cpp src/extension/extension.h,
9970         src/extension/implementation/implementation.cpp,
9971         src/extension/implementation/implementation.h,
9972         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
9973         src/extension/internal/ps.cpp, src/extension/internal/ps.h,
9974         Add very basic feature to allow PS text to be exported as real
9975         text, rather than being converted to paths first.  Needs some
9976         work, mostly on font handling.
9978         * src/seltrans.cpp: Slightly improve placement of the bounding
9979         box selection cue.
9981         * src/sp-shape.cpp: various marker-related cleanups, mostly factoring out
9982         common code into functions.
9984 2004-04-17  MenTaLguY <mental@rydia.net>
9985         * src/inkscape.cpp, src/node-context.cpp, src/selection-chemistry.cpp,
9986           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
9987           src/sp-item.cpp, src/sp-offset.cpp, src/dialogs/transformation.cpp,
9988           src/libnr/nr-rect.cpp, src/libnr/nr-rect.h:
9989           Cleaned up NR::Rect API and made SPSelection's desktop pointer private.
9991         * src/display/sp-canvas.cpp, src/libnr/nr-convex-hull.h,
9992           src/libnr/nr-rect.h:
9994           First use of NR::ConvexHull (for propagating canvas bounding boxes)
9996 2004-04-17  Kees Cook <kees@outflux.net>
9998         * share/icons/icons.svg, src/verbs.cpp: made last three ugly menu icons.
10000 2004-04-17  Nathan Hurst <njh@mail.csse.monash.edu.au>
10002         * configure.in src/draw-context.cpp src/dropper-context.cpp
10003         src/dyna-draw-context.cpp src/nodepath.cpp src/nodepath.h
10004         src/path-chemistry.cpp src/sp-chars.cpp src/sp-ellipse.cpp
10005         src/sp-offset.cpp src/sp-path.cpp src/sp-polygon.cpp
10006         src/sp-shape.cpp src/sp-text.cpp src/splivarot.cpp src/style.cpp
10007         src/style.h src/dialogs/fill-style.cpp
10008         src/dialogs/object-properties.cpp src/dialogs/stroke-style.cpp
10009         src/display/canvas-bpath.cpp src/display/canvas-bpath.h
10010         src/display/canvas-grid.h src/display/curve.cpp
10011         src/display/curve.h src/display/nr-arena-glyphs.cpp
10012         src/display/nr-arena-glyphs.h src/display/nr-arena-shape.cpp
10013         src/display/sodipodi-ctrl.cpp src/display/sodipodi-ctrl.h
10014         src/display/sodipodi-ctrlrect.h src/display/sp-canvas-util.cpp
10015         src/display/sp-canvas-util.h src/display/sp-canvas.cpp
10016         src/display/sp-canvas.h src/display/sp-ctrlline.cpp
10017         src/extension/internal/ps.cpp src/extension/internal/ps.h
10018         src/libnr/Makefile.am src/libnr/libnr.def src/libnr/nr-path.cpp
10019         src/libnr/nr-path.h src/libnr/nr-svp-private.h
10020         src/libnr/nr-svp-render.cpp src/libnr/nr-svp-render.h
10021         src/libnr/nr-svp.cpp src/libnr/nr-svp.h
10022         src/libnrtype/nr-rasterfont.cpp src/libnrtype/nr-type-ft2.cpp
10023         src/libnrtype/nr-type-gnome.cpp src/libnrtype/nr-type-w32.cpp
10024         src/libnrtype/nr-typeface.cpp src/livarot/PathCutting.cpp
10025         src/svg/gnome-canvas-bpath-util.cpp
10026         src/svg/gnome-canvas-bpath-util.h src/svg/svg-path.cpp
10027         src/svg/svg.h: removed libart.
10029         * src/libnr/nr-svp-uncross.cpp src/libnr/nr-svp-uncross.h: deleted
10030         uncross and SVL routines.
10033 2004-04-15  Carl Hetherington <inkscape@carlh.net>
10035         * src/make.exclude, src/make.dep, src/make.files, src/make.ofiles:
10036         Various fixes to the Win32 build following rearrangement of some
10037         source files and cleanups to libnr.
10039         * src/sp-text.cpp: remove an unused variable.
10041         * src/display/sodipodi-ctrlrect.cpp: removed two unused variables.
10043 2004-04-16  MenTaLguY <mental@rydia.net>
10045         * src/selection.cpp, src/selection.h, src/forward.h: initial
10046           C++ification of SPSelection class
10048 2004-04-15  Kees Cook <kees@outflux.net>
10050         * debian/control, debian/changes: dropping (currently) unused
10051           dependancies.  Added "0.39cvs" tag.
10053 2004-04-15  Carl Hetherington <inkscape@carlh.net>
10055         * src/seltrans.cpp, src/helper/sodipodi-ctrlrect.cpp,
10056         src/helper/sodipodi-ctrlrect.h:
10057           Use black, dashed bounding boxes for indicating itemselection,
10058           rather than red, solid boxes (as suggested by Bulia).
10060         * src/desktop.cpp:
10061         Small fix for the problem whereby the first file loaded in an
10062         Inkscape session will not have its grid set up properly.  This was
10063         my patch #935013.
10065         * src/dialogs/filedialog-win32.cpp:
10066         Use the extension system to build the list of allowable file types
10067         for save.  This means that save as PS and EPS work properly.
10069         * src/streams-zlib.cpp, src/livarot/PathConversion.cpp,
10070         src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
10071         src/livarot/PathStroke.cpp, src/livarot/Shape.cpp,
10072         src/livarot/ShapeMisc.cpp, src/display/nr-arena-glyphs.cpp,
10073         src/helper/sodipodi-ctrlrect.cpp, src/helper/sp-canvas.cpp,
10074         src/extension/internal/win32.cpp:
10075         Fix compiler warnings, mostly about unused variables.
10077         * src/helper/sp-canvas-util.cpp:
10078         Fix what I and someone else considered to be an obvious typo.  The
10079         function in question isn't used, however, so it's a bit difficult
10080         to test.
10082         * src/libnrtype/nr-rasterfont.cpp:
10083         Fix a warning wrt a cast from NR::Matrix to NRMatrix.
10085         * src/sp-shape.cpp:
10086         Fix bug #935758.
10089 2004-04-14  Ted Gould <ted@gould.cx>
10091         * src/file.cpp, dialogs/filedialog.cpp:
10092         Making it so that the filename will get placed in the save as dialog
10093         if there is a name for the file.  Otherwise the last save directory
10094         is used (properly now)
10096 2004-04-15  MenTaLguY <mental@rydia.net>
10098         * most files in src/: removed many old "compatable" struct typedefs
10100         * src/libarikkei/arikkei-dict.cpp, src/libarikkei/arikkei-dict.h:
10101           removed unused arikkei files
10103         * configure.in: added gtkmm dependency
10105 2004-04-14  Kees Cook <kees@outflux.net>
10107         * src/helper/unit-menu.cpp: Turns out I found a 2nd bug while
10108           investigating patch 934358.  I've applied this patch again, which gives
10109           us the entire fix.
10110         * src/draw-context.cpp: Investigated patch 934351 from cth103.  Applied a
10111           slight variation to conform to the function calling styles of that code.
10112         * configure.in: Implemented gcc version test for >= 3.0.0
10113         * src/file.cpp, src/interface.cpp, share/icons/icons.svg, src/verbs.cbb:
10114           finished "File / Revert" implementation.  Found a memory leak in
10115           "file_save".  Added more sanity checking to "sp_file_revert" and more
10116           status messages.
10117         * src/main.cpp, src/file.h, src/file.cpp: removed redundant code,
10118 implemented
10119           in "sp_file_open".
10121 2004-04-13  Kees Cook <kees@outflux.net>
10123         * tools-version.sh: added a possible fix for BSDish tools.
10124         * configure.in, share/patterns/Makefile.am: inkscape janitor strikes
10125           again!  This is a quick cleanup to Ted's new directories.  Looks
10126           like "patterns" got left out.
10127         * share/clipart/.cvsignore, share/templates/.cvsignore,
10128           share/examples/.cvsignore, share/fonts/.cvsignore,
10129           share/gradients/.cvsignore, share/keyboards/.cvsignore,
10130           share/palettes/.cvsignore, share/patterns/.cvsignore:
10131           Added Makefile build-cruft to .cvsignores.
10132         * src/helper/unit-menu.cpp: applied a variation to patch 934358 from cth103
10133           to fix grid unit changing bug.
10134         * configure.in: fixed capitalization of "libpng" to avoid confusion.
10135         * src/sp-namedview.cpp, src/document.cpp, src/document.h, src/file.cpp,
10136           src/file.h, src/document-undo.cpp, src/interface.cpp, src/verbs.cpp,
10137           src/verbs.h:
10138           Newly opened files will only create new windows if the current document
10139           is untouched.  (RFE#928517)
10140           Added support for future "File/Revert" handling.  Needs
10141           a little more support in the SPDocument structure.  See notes in
10142           "src/file.cpp", function "sp_file_revert_dialog".
10144 2004-04-13  Ted Gould <ted@gould.cx>
10146         * configure.in, share/Makefile.am, share/clipart/Makefile.am,
10147           share/examples/Makefile.am, share/fonts/Makefile.am
10148           share/gradients/Makefile.am, share/keyboards/Makefile.am
10149           share/markers/Makefile.am, share/palettes/Makefile.am
10150           share/screens/Makefile.am, share/templates/Makefile.am:
10151         Making it so that the clipart and everything else gets put in
10152         the tarball, and also get installed in the share directory.  Many
10153         of these have just 'README' files, but they now have good place-
10154         holders for further development.
10156 2004-04-12  Kees Cook <kees@outflux.net>
10158         * src/dialogs/stroke-style.cpp, src/Makefile.am, src/dialogs/Makefile.am,
10159           src/widgets/Makefile.am, configure.in: fixed up INKSCAPE_*DIR paths so CVS
10160           will compile happily for me.  This way if paths change, files will be
10161           recompiled.  The old way would let configure run again (changing the
10162           datadir path) without forcing a recompile, which could break the
10163           compiled paths.
10165 2004-04-13  John Cliff <simarilius@yahoo.com>
10166         * src/sp-shape.cpp, src/dialogs/stroke-style.cpp:
10167         Couple of changes to marker related code, mid and end markers now point in
10168 correct
10169         direction, turning off start markers behaves correctly.
10170         This follows on from changes made by me and Carl Hetherington that were
10171 commited
10172         yesterday to
10173         src/inkscape-stock.cpp, src/sp-item.cpp, src/sp-marker.cpp,
10174 src/sp-shape.cpp,
10175         src/style.cpp, src/style.h, src/dialogs/stroke-style.cpp
10176         to implement marker UI and fixes to the marker rendering code.
10178 2004-04-11  Ted Gould <ted@gould.cx>
10180         * src/extension/system.cpp, src/extension/internal/eps-out.cpp
10181           src/extension/internal/eps-out.h:
10182         First pass at a file save dialog with EPS output.  The dialog
10183         sets the bounding box in the file.  Comments encouraged.
10185 2004-04-11  Ted Gould <ted@gould.cx>
10187         * src/file.cpp, src/main.cpp, src/print.cpp, src/extension/init.cpp,
10188           src/extension/init.h, src/extension/system.cpp, src/extension/system.h,
10189           src/extension/implementation/script.cpp,
10190 src/extension/internal/eps-out.cpp,
10191           src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
10192           src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
10193           src/extension/internal/win32.cpp:
10194         Change alot of files, but small changes.  Basically just took
10195         system.cpp and init.cpp and finally ported them to the Inkscape::
10196         Extension namespace.  Cleaned up the code in them a bunch, it is
10197         much easier to read now!  All the other files are just referencing
10198         these changes.
10200 2004-04-11  Kees Cook <kees@outflux.net>
10202         * src/verbs.h, src/verbs.cpp, src/interface.cpp, src/interface.h: replaced
10203           the rest of the missing menu verbs: "View New", "Cleanup".  Created
10204           generic function to add icons to a given menu item (for submenu icons
10205           mostly).
10206         * share/icons/icons.svg: added "selection_cleanup", "selection_deselect",
10207           "selection_select_all".  Corrected "view_new" and "selection_smooth",
10208           "dialog_toggle", "dialog_tool_options", "file_open_recent".
10209         * src/selection-chemistry.cpp, src/selection-chemistry.h: renamed
10210           "selection_cleanup" function.
10212 2004-04-11  Jon Phillip <jon@rejon.org>
10214         * Makefile.mingw share/Makefile.am src/Makefile.am
10215           share/markers/Makefile.am share/markers/.cvsignore config.h.mingw
10216           configure.in:
10217           Added the proper infrastructure to get files to the right location for
10218           markers.
10220         * share/tutorials/tipsandtricks.svg: Deleted the URL trick because it no
10221           longer works or something.
10223 2004-04-11  Kees Cook <kees@outflux.net>
10225         * src/verbs.h, src/verbs.cpp: added verbs for the Help and Tutorials menus.
10226         * src/interface.cpp: replaced contents of sp_ui_menu_help to use new verbs.
10227         * src/help.h, src/help.cpp: replaced sp_help_keys with more generic
10228           sp_help_open_screen, similar to sp_help_open_tutorial.
10229         * share/icons/icons.svg: created really ugly "help_tutorials" and
10230           "help_keys" icons.  The "help_keys" one needs the most help.  :)
10232 2004-04-09  Ted Gould <ted@gould.cx>
10234         * share/extensions/Makefile.am, share/extensions/epsi_output.inkmod,
10235           share/extensions/ps2epsi.sh, src/extension/extension.cpp,
10236           src/extension/extension.h, src/extension/init.cpp,
10237           src/extension/implementation/implementation.cpp,
10238           src/extension/implementation/implementation.h,
10239           src/extension/implementation/script.cpp,
10240           src/extension/implementation/script.h,
10241           src/extension/internal/Makefile.am, src/extension/internal/eps-out.cpp,
10242           src/extension/internal/eps-out.h, src/extension/internal/ps.cpp:
10244           Okay, these are some changes that I've had in my directory for
10245           a little while.
10247           1) adding the basics of checking extensions.  This will allow
10248              them to remove themselves based on their dependencies failing.
10250           2) Adding the concepts of a 'helper extension' to scripts.  This
10251              allows them to use other extensions for handling the data, so
10252              they don't have to deal with SVG directly - Inkscape will
10253              build the pipeline.  An example of this is the epsi output.
10255           3) Adding the bounding box change provided by Carl Hetherington
10256              to the Postscript output.  The EPS output plugin sets this, so
10257              now EPSes have smaller bounding boxes.  A GUI needs to be
10258              written for this setting.
10260 2004-04-08  MenTaLguY <mental@rydia.net>
10262         * configure.in, src/svg/ftos.cpp: fix for OS X build
10264         * src/extensions/internal.ps.cpp: crash fix
10266 2004-04-07  MenTaLguY <mental@rydia.net>
10268         * src/xml/repr.cpp: adjusted the advertising comment in the default
10269           document template (we need a real default document template, btw)
10271         * src/svg/ftos.cpp, src/svg/itos.cpp, src/svg/round.cpp,
10272           src/svg/ftos.h, src/svg/stringstream.h: incorporated Bryce's number
10273           serializing code (disabled for now, due to the impending release)
10275         * src/dialogs/stroke-style.cpp, src/dialogs/sp-shape.cpp:
10276           nuked unused variables
10278 2004-04-07  bulia byak <bulia@users.sourceforge.net>
10280         * icons.svg: Alignment fix
10282         * src/select-toolbar.cpp: Swapped rotate buttons
10284         * share/tutorials/: Cleanup, added Russian translation of basic
10286         * extension/extension.cpp extension/system.cpp extension/internal/ps.cpp
10287         extension/implementation/script/cpp: Fixes to make non-ascii filenames work
10288 again
10290         * src/verbs.cpp: Remove xpm icon that causes trouble on win32
10292         * share/examples/: new gradient.svg, tiger.svgz, cleanup
10294         * src/widgets/gradient-vector.cpp: Crash fix: loading new gradient into the
10295         editor does not completely reset it
10297         * share/icons/icons.svg: New dialog icons, draw tool icons, changed colors
10299         * src/dialogs/align.cpp src/helper/bezier-utils.cpp: remove pjrm's debug
10300 output
10302         * share/tutorials/: SVG cleanup: remove unused font properties, wrong radius
10303         paths in ellipses (leftovers from old versions). Expanded & updated tips &
10304 tricks.
10306         * file.cpp: Set uri on save in one place; save 'offcially' from here only
10308         * system.cpp system.h: Remove redundant uri-setting on open and save, add
10309         official arg to sp_module_system_save to prevent docname/docbase changing on
10310         temporary saves
10312         * many files: _() fixes, edits in labels, messages, tooltips, mnemonics
10314         * src/inkscape.cpp: remove redundancy in error messages for failing to load
10315 prefs
10317         * share/extensions src/extension/internal: Renaming file formats to include
10318 (*.ext)
10320         * src/interface.cpp src/dialogs/filedialog.cpp: Transientize, make modal
10321         open/save dialogs, ditto for warning overwrite and make it unresizeable
10323         * src/dialogs/xml-tree.cpp: Do not deselect item on canvas when a
10324 non-selectable
10325         thing is highlighted in xml editor
10327         * src/sp-guide.cpp: Guide position updated after undo
10329         * src/widgets/sp-xmlview-attr-list.cpp: Max length of viewable attributes
10330         increased
10332         * many files: Adib's svgostringstream patches to remove printfs
10334         * src/selection-chemistry.cpp: Crash fix when pasting style to an object
10335 that
10336         has none (e.g. group)
10338         * src/knot.cpp: Knot dragging autoscrolls
10340         * src/sp-text.cpp src/text-context.cpp: Cursor movements autoscroll
10342         * src/desktop.h src/desktop.cpp: autoscrollspeed can be overridden in call
10344         sp_desktop_scroll_to_point
10346         * src/text-context.cpp src/sp-text.cpp: Text cursor made inverse. Initial
10347 cursor
10348         after click is no longer horizontal.
10350         * src/helper/sp-ctrlline.cpp: Always-visible inversion for ctrlline
10352         * src/libnrtype/nr-type-w32.cpp: Fix stretch and variant on win32
10354         * src/widgets/gradient-vector.cpp: Undo fix; new stop takes average of its
10355         neighbors' colors; is between stops even when the last stop is selected
10357 2004-04-06  Ted Gould <ted@gould.cx>
10359         * src/file.cpp, src/dialogs/filedialog.cpp, src/extension/extension.cpp,
10360         src/extension/system.cpp:
10361         Moving code around so that the filename extension gets put on by
10362         the extension that is saving the file.  This adds a couple complications
10363         in that the extension now needs to check for overwriting the file
10364         and also set the document URI.  Better overall, but a PITA.
10366 2004-04-05  njh <njh@mail.csse.monash.edu.au>
10368         * debian/rules,debian/control: applied patch from Kees Cook to remove
10369         obsolete libraries, and to tidy things up a tad.
10371 2004-04-04  Ted Gould <ted@gould.cx>
10373         * src/main.cpp, src/extension/extension.cpp, src/extension/system.cpp:
10374         Now the input autodetect will try the SVG filter if the autodetect
10375         fails.  This was done by the command line, but now it is done
10376         everywhere.
10378 2004-04-04  MenTaLguY <mental@rydia.net>
10380         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr.h:
10381         Take the full list of document node children from libxml, and
10382         append them in the correct order.  This fixes bug #929348.
10384         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr-private.h:
10385         Added API for coping with comments at the root level (i.e. siblings
10386         of the root XML node), and made corresponding changes to the repr-io
10387         code.  In theory this should be enough to preserve them upon loading,
10388         though in practice it still doesn't appear to be working (bug #929348).
10389         Is there some libxml thing we need to do?
10391 2004-04-04  Ted Gould <ted@gould.cx>
10393         * a bunch of files
10394         Sorry, I seem to be in some delay getting e-mail.  Anyway, a few
10395         files were changed to add in a new parameter 'dataloss'  Basically
10396         this signifies that a format was used to save that may not save
10397         the whole document and thus, a pop-up is elevated on close to signal
10398         that you might want to 'really save' this document.
10400 2004-04-03  Ted Gould <ted@gould.cx>
10402         * share/extensions/svgz_input.inkmod, src/file.cpp,
10403           src/extension/extension.cpp, src/extension/internal/svg.cpp:
10404         Making it so that input extensions can specify the output extension
10405         that gets used to save them.  If this field isn't filled in, the value
10406         gets set to NULL, and then the Save As dialog is used instead of
10407         just trying to save.
10409 2004-04-03  Ted Gould <ted@gould.cx>
10411         * src/file.cpp, src/main.cpp, src/extension/extension.cpp,
10412           src/extension/extension.h, src/extension/system.cpp,
10413           src/extension/internal/svg.cpp:
10414         Fixing the output_extension flag to not be saved in a file, but also
10415         to be able to be specified by the input module.  Also, this fixes
10416         the commandline processing of files to make them use the extension
10417         system.
10419 2004-04-02  Ted Gould <ted@gould.cx>
10421         * src/file.cpp, src/extension/db.cpp, src/extension/internal/svg.cpp:
10422         Changing it so that SVG documents open and default to with
10423         extension namespace.  Also, autodetect is reenabled.
10425 2004-04-03  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
10427         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Fix my
10428         previous commit.
10430 2004-04-02  Ted Gould <ted@gould.cx>
10432         * share/extensions/svgz_output.inkmod, src/main.cpp, src/print.cpp,
10433           src/extension/init.cpp, src/extension/implementation/script.cpp,
10434           src/extension/implementation/script.h,
10435           src/extension/internal/Makefile.am, src/extension/internal/ps-out.cpp,
10436           src/extension/internal/ps-out.h, src/extension/internal/ps.cpp:
10437         Fixing the commandline printing.  This required fixing both the
10438         print driver to handle the newer extensions stuff.  It seems
10439         happy now.  I went ahead and implemented save as postscript
10440         while I was at it.
10442 2004-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
10444         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Ensure that the
10445         "improved" value is never worse than the previous guess.
10447         * src/helper/bezier-utils.cpp:
10448         Greater CodingStyle conformance, mainly whitespace changes.
10450         * src/helper/bezier-utils.cpp (sp_bezier_fit_cubic_full):
10451         Always reparameterize between generate_bezier and calc_max_error.
10452         Switch from discouraged alloca (see man page) to g_new, at cost of
10453         some extra g_free calls in the code.
10454         (reparameterize): Do in-place modification.
10456         * src/helper/bezier-utils-test.cpp:
10457         Add tests for generate_bezier, sp_bezier_fit_cubic_full.
10458         Change to a simpler test bezier.
10460         * src/helper/bezier-utils.cpp (sp_darray_left_tangent,
10461         sp_darray_right_tangent):
10462         Switch to using just the two end points for calculating the gradient.
10463         (The old code could sometimes cause g_warning's.)
10464         Correct the documentation of requirements.
10465         (sp_darray_center_tangent): Similarly remove the #if'ed out code for
10466         looking at more than two points.
10468 See doc/Changelog_archive.txt for older entries
10470 # Local Variables:
10471 # tab-width:8
10472 # indent-tabs-mode:t
10473 # End:
10474 # vim: tabstop=4:noexpandtab:shiftwidth=4