Code

Fix bug where deleting a node broke the symmetry of neighboring smooth nodes and...
[inkscape.git] / ChangeLog
1 2006-07-29  John Bintz  <jcoswell@coswellproductions.org>
3   * src/nodepath.cpp:
4   
5     Fix bug where deleting a node broke the symmetry of neighboring
6     smooth nodes and failed to convert those nodes to cusp nodes
8 2006-06-29  MenTaLguY  <mental@rydia.net>
10         * src/sp-object.cpp:
12           remove GObject signals from SPObject
14         * src/desktop.cpp, src/desktop.h, src/sp-gradient.cpp,
15           src/sp-gradient.h, src/sp-pattern.cpp, src/sp-pattern.h,
16           src/sp-switch.cpp, src/sp-switch.h, src/widgets/desktop-widget.cpp,
17           src/widgets/desktop-widget.h, src/widgets/gradient-image.cpp,
18           src/widgets/gradient-image.h, src/widgets/gradient-toolbar.cpp,
19           src/widgets/gradient-toolbar.cpp:
21           switch to sigc++ SPObject signals
23 2006-06-27  MenTaLguY  <mental@rydia.net>
25         * src/dialogs/sp-attribute-widget.cpp,
26           src/dialogs/sp-attribute-widget.h, src/sp-offset.cpp,
27           src/sp-offset.h, src/sp-shape.cpp, src/sp-shape.h,
28           src/sp-use-reference.cpp, src/sp-use-reference.h:
30           switch to sigc++ SPObject signals
32 2006-07-26  MenTaLguY  <mental@rydia.net>
34         * src/dialogs/object-attributes.cpp:
36           switch to sigc++ "release"
38 2006-07-26  MenTaLguY  <mental@rydia.net>
40         * src/style.cpp, src/style.h:
42           finish switching to sigc++ SPObject signals for SPStyle
44 2006-07-25  MenTaLguY  <mental@rydia.net>
46         * src/widgets/gradient-vector.cpp, src/widgets/gradient-vector.h:
48           switch to sigc++ SPObject signals for SPGradientVectorSelector
50 2006-07-25  MenTaLguY  <mental@rydia.net>
52         * autogen.sh, configure.ac, debian/control, tools-version.sh:
54           un-libtoolize the build process (yay!) -- we haven't actually
55           used libtool for ages
57 2006-07-25  MenTaLguY  <mental@rydia.net>
59         * src/extension/plugin, src/extension/plugin/Makefile_insert,
60           src/extension/plugin/makefile.in, src/extension/plugin/.cvsignore,
61           src/Makefile.am, configure.ac:
63           remove vestigal plugin support
65 2006-07-24  MenTaLguY  <mental@rydia.net>
67     * configure.ac: further work on LSB build configuration
69 2006-07-23  John Bintz  <jcoswell@coswellproductions.org>
71   * src/verbs.cpp, src/event-context.cpp, src/node-context.cpp:
73     forced redraw of canvas upon completion of zooming or upon
74     starting rubber band selection events to work around event
75     starvation issue at high zoom levels
77 2006-07-23  MenTaLguY  <mental@rydia.net>
79   * src/widgets/paint-selector.cpp:
81     Update pattern creation help text to reflect new menu layout.  We
82     probably need some way to automatically generate
83     "menu navigation strings" for a given verb.
85 2006-07-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
87         * packaging/osx-app.sh, packaging/macosx/inkscape.ds_store
88           packaging/macosx/dmg_background.svg, packaging/macosx/osx-dmg.sh,
89           packaging/macosx/dmg_background.png, Makefile.am,
90           packaging/macosx/dmg_set_style.scpt:
92           Improve the disk image layout for Mac OS X releases.  This is 
93           based on Jean-Olivier Irisson's work and patches, submitted as
94           #1516212.
96 2006-07-23  John Bintz  <jcoswell@coswellproductions.org>
98         * src/desktop.cpp, src/desktop.h:
100           added SPDesktop::updateNow()
102         * src/event-context.cpp, src/select-context.cpp, src/node-context.cpp:
104           forced redraw of canvas upon completion of selection or panning
105           to work around event starvation issue at high zoom levels
107 2006-07-22  John Bintz  <jcoswell@coswellproductions.org>
109         * src/desktop.cpp, src/desktop.h, src/document-undo.cpp,
110           src/document.h, src/document-private.h, src/document.cpp:
112           forced redraw of canvas upon document commit to work
113           around event starvation issue at high zoom levels
115 2006-07-21  MenTaLguY  <mental@rydia.net>
117         * src/splivarot.cpp:
118         
119           patch from John Bintz, adding pref to simplify multiple
120           paths separately
122 2006-07-21  MenTaLguY  <mental@rydia.net>
124         * configure.ac: first shot at implementing --enable-lsb
126 2006-07-21  MenTaLguY  <mental@rydia.net>
128         * src/style.cpp, src/style.h:
130           switch to using sigc++ signals
132 2006-07-21  MenTaLguY  <mental@rydia.net>
134         * src/layer-manager.cpp, src/layer-manager.h:
136           switch to sigc++ signals and manually clean up signal connections
137           (although it may not be strictly necessary to do so here)
139 2006-07-21  MenTaLguY  <mental@rydia.net>
141         * src/document-subset.cpp, src/object-hierarchy.cpp,
142           src/object-hierarchy.h, src/selection.cpp, src/selection.h,
143           src/ui/view/edit-widget.cpp, src/ui/view/edit-widget.h,
144           src/uri-references.cpp, src/uri-references.h:
145         
146           switch to sigc++ signals for "modified" and "release"
148 2006-07-21  MenTaLguY  <mental@rydia.net>
150         * src/document.cpp, src/sp-object.cpp, src/sp-object.h:
152           sp_object_invoke_release -> SPObject::releaseReferences,
153           plus the introduction of sigc++ signals for "release" and 
154           "modified" which will eventually replace the GObject signals
156 2006-07-20  MenTaLguY  <mental@rydia.net>
158         * src/libnrtype/RasterFont.h, src/libnrtype/font-instance.h:
160           replace two uses of hash_map with standard STL map
162 2006-07-18  Bryce Harrington <bryce@bryceharrington.org>
164         * src/document.h, src/document.cpp:  Refactoring from mental &
165           bryce to consolidate document update functionality from
166           sp_document_ensure_is_up_to_date() and
167           sp_document_idle_handler().  This is the first step in getting
168           updates of defs (and markers) fixed.
170 2006-07-18  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
172         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.h:
173           We now use connector spacing to determine the minimum space required
174           between shape bounding boxes when graph layout with avoid overlap
175           constraints is applied.  This means that there should always be enough
176           room for connectors to route between shapes.  Also changed the default
177           connector spacing to a less extreme 3.
179 2006-07-17  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
181         * src/libcola/cola.h, src/libcola/connected_components.cpp,
182           src/graphlayout/graphlayout.cpp:
183           Disconnected graphs are now handled more gracefully,
184           connected components are arranged separated (in place) and
185           then overlaps between components are removed.
187 2006-07-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
189         * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
190           src/xml/Makefile_insert, src/libnr/Makefile_insert:
191           Add "$(srcdir)/" to some things so that "make check" works in 
192           the case that the build directory is somewhere other than the
193           source directory.
195         * src/sp-conn-end-pair.cpp, src/connector-context.cpp,
196           src/document.cpp, src/libavoid/*:
197           Update libavoid with upstream fixes, optimisations and new features.
199 2006-07-13  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
201         * src/libvpsc/*,
202           src/graphlayout/graphlayout.cpp:
203           Toggle on connector toolbar can force connectors with 
204           end-markers (arrows) to point downwards
206 2006-07-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
208         * src/libavoid/router.cpp: Fixed a bug in the libavoid function
209           Router::attachedConns().  Previously unused, but needed by Tim
210           for new Graph Layout code.
212 2006-07-13  Jon Phillips  <jon@rejon.org>
214         * src/inkview: Added commandline option capability to inkview and 
215           got code ready to add a timer for an automatic slideshow capability.
217 2006-07-12 Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
219         * src/libvpsc/*,
220           src/libcola/*,
221           src/graphlayout/graphlayout.cpp,
222           src/removeoverlaps/removeoverlaps.cpp:
223           Boost graph layout algorithms replaced by custom constraint layout
224           algorithm (implemented in libcola).  New layout supports constraints
225           such as downward pointing connectors (directed graph layout) or
226           non-overlapping shapes.
227           libvpsc contains updated code for quadratic program solver used by
228           libcola and removeoverlaps.  Fixes bug #1441411.
230 2006-07-02  Colin Marquardt  <colin@marquardt-home.de>
232         * AUTHORS, src/ui/dialog/aboutbox.cpp: Add Niko, Hugo, Dale and
233           Gustav.
235 2006-06-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
237         * src/connector-context.cpp, src/widgets/toolbox.cpp:
238           Add undo event descriptions for the connector context.
240 2006-06-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
242         * packaging/macosx/ScriptExec/main.c:
243           Add some quotes to fix a problem for people on OS X with 
244           spaces in their home directory path.  Fixes bug #1512019.
246 2006-06-21  Colin Marquardt  <colin@marquardt-home.de>
248         * share/templates/DVD_cover_regular_300dpi.svg,
249           share/templates/DVD_cover_slim_300dpi.svg,
250           share/templates/DVD_cover_superslim_300dpi.svg,
251           share/templates/DVD_cover_ultraslim_300dpi.svg:
252           DVD templates by Aleksandar Urosevic. Closes #1507164.
254 2006-06-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
256         * packaging/macosx/Resources/script,
257           packaging/macosx/Resources/bin/inkscape:
259           Improve quoting of shell variables.
261         * packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj:
263           Xcode 2 project file for the OS X launcher.  This will build a
264           Universal version of the launcher by default.  The project files for
265           different versions are named differently, so this will be picked up and
266           used if the package builder has a sufficiently new version of Xcode.
268         * packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser,
269           packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser:
271           Remove unnecessary user preference files.
273         * Makefile.am:
274         
275           Update the Xcode project files included when creating releases.
277 2006-06-13  Jon A. Cruz  <jon@joncruz.org>
279         * TRANSLATORS, src/ui/dialog/aboutbox.cpp:
281           Applied patch #1505715.
283 2006-06-13  Jon A. Cruz  <jon@joncruz.org>
285         * packaging/macosx/Resources/etc/fonts/fonts.conf:
287           Applied patch #1505765.
289 2006-06-09  Jon A. Cruz  <jon@joncruz.org>
291         * src/object-snapper.cpp, src/selection.cpp, src/selection.h,
292           src/seltrans.cpp:
294           Applied patch #1503864.
296 2006-06-09  Jon A. Cruz  <jon@joncruz.org>
298         * src/widgets/toolbox.cpp:
300           Handle case when function call fails.
301           Fixes bug #1501150.
303 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
305         * src/seltrans.cpp:
307           Work-around for seltrans not getting calls to grab() and ungrab() as
308           expected.
309           Fixes bug #1501156.
311 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
313         * src/widgets/toolbox.cpp:
315           Applied patch #1502407.
316           Fixes bug #1500049.
318 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
320         * packaging/macosx/ScriptExec/main.c, packaging/osx-app.sh:
322           Fixing OS X fc-cache problem.
323           Applied patch #1502063.
325 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
327         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
328           src/sp-switch.cpp, src/ui/widget/ruler.cpp:
330           Applied patch #1501709.
332 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
334         * trace/siox.cpp, trace/siox.h, trace/trace.cpp,
335           src/ui/dialog/tracedialog.cpp:
337           Applied patch #1501375.
339 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
341         * trace/siox.cpp, trace/trace.cpp:
343           Applied patch #1501134.
345 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
347         * src/dialogs/layers-panel.cpp:
349           Allow action when no layer selected.
350           Fixes bugs #1494646.
352 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
354         * trace/siox.cpp:
356           Applied patch #1500659.
358 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
360         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
362           Blocked signal when changes are not from the layers UI.
363           Fixes bugs #1495406 and most of #1494646.
365 2006-06-02  Colin Marquardt  <colin@marquardt-home.de>
367         * TRANSLATORS: Add Stefan Graubner.
369 2006-06-01  Jon A. Cruz  <jon@joncruz.org>
371         * src/extension/internal/pdf-mini.h
373           Fix for delete[] mismatch and binary tweak from Ulf Erikson.
375 2006-06-01  Jon A. Cruz  <jon@joncruz.org>
377         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
379           Added layer opacity slider.
380           Fixes RFE #1496569.
382 2006-05-31  Colin Marquardt  <colin@marquardt-home.de>
384         * TRANSLATORS: Add vonHalenbach for tutorial translations.
386 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
388         * src/extension/internal/odf.cpp:
389         Corrected deletes and uninitizlied variables.
390         Fixes bug# 1489961.
392 2006-05-30 John Cliff <simarilius@yahoo.com>
393         src/trace/potrace/inkscape-potrace.cpp
394         Changed bitsPerSample from hardcoded to calculated for multi color traces
395         to fix bugs 1188811 and 1484076
397 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
399         * src/xml/repr-io.cpp:
400         Changed to strip leading BOM from input.
401         Fixes bug# 1121666.
403 2006-05-29  Bryce <bryce@bryceharrington.org>
404         * sp-shape.cpp:  Adding documentation
406 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
408         * src/desktop.cpp, src/layer-manager.cpp, src/dialogs/layers-panel.cpp:
409         Workaround to avoid assertion upon file revert.
411 2006-05-28  Bryce <bryce@bryceharrington.org>
412         * sp-marker.cpp:  Adding documentation
414 2006-05-28  MenTaLguY  <mental@rydia.net>
416         * src/dialogs/clonetiler.cpp, src/dialogs/iconpreview.cpp,
417           src/dialogs/stroke-style.cpp, src/display/curve.cpp,
418           src/display/sp-canvas.cpp, src/dyna-draw-context.cpp,
419           src/extension/internal/gnome.cpp, src/extension/internal/pdf.cpp,
420           src/extension/internal/ps.cpp, src/extension/internal/win32.cpp,
421           src/file.cpp, src/inkview.cpp, src/libnr/nr-macros.h,
422           src/libnr/nr-object.cpp, src/libnr/nr-path.cpp,
423           src/libnr/nr-pixblock.cpp, src/libnr/nr-pixblock-pattern.cpp,
424           src/libnr/nr-svp.cpp, src/libnr/nr-svp-render.cpp,
425           src/libnrtype/FontFactory.cpp, src/libnrtype/Layout-TNG-Output.cpp,
426           src/libnrtype/nr-type-primitives.cpp, src/path-chemistry.cpp,
427           src/splivarot.cpp, src/sp-marker.cpp, src/ui/widget/icon-widget.cpp,
428           src/widgets/icon.cpp:
430           replace nr_new() with g_new(), and try to converge on using the
431           glib allocator a little more instead of the others (aside from
432           libgc)
434 2006-05-28  MenTaLguY  <mental@rydia.net>
436         * share/icons/icons.svg:
438           correct vertical text flow icon to  correctly reflect lines stacking
439           right-to-left, as well as improving pixel alignment on both text flow
440           icons
442 2006-05-28  MenTaLguY  <mental@rydia.net>
444         * src/widgets/toolbox.cpp:
446           add tooltips to text toolbar widgets
448 2006-05-28  Jon A. Cruz  <jon@joncruz.org>
450         * src/layer-manager.cpp, src/layer-manager.h,
451           src/preferences-skeleton.h, src/ui/dialog/inkscape-preferences.cpp,
452           src/ui/dialog/inkscape-preferences.h,
453           src/widgets/layer-selector.cpp, src/dialogs/layers-panel.cpp:
455           Finished option to turn on or off deslecting when switching layers.
456           Fixes RFE #1495701.
458 2006-05-28  Jon A. Cruz  <jon@joncruz.org>
460         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
462           Changed clicking on visibility and locked toggles to not switch
463           selected layer.
464           Fixes bug #1495856.
466 2006-05-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
468         * src/sp-conn-end-pair.cpp: Detach connectors from empty groups
469           before trying to route connectors to them.  This is required
470           since empty groups have no physical position.  Fixes bug #1448811.
472 2006-05-27  Kees Cook  <kees@outflux.net>
474         * src/extension/implementation/script.cpp: allow output extension
475           parameters to be prompted and used, closes bug #1495310.
477 2006-05-26  MenTaLguY  <mental@rydia.net>
479         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
481           make button labels translatable, and use HButtonBox instead of HBox for
482           better appearance
484 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
486         * src/layer-manager.cpp, src/layer-manager.h,
487           src/dialogs/layer-properties.cpp, src/dialogs/layers-panel.cpp:
489           Prevent layer name duplication.
490           Fixes bug #1115407.
492 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
494         * src/widgets/desktop-widget.cpp:
496           Fixed resize handle in corner of main UI.
497           Fixes bug #1493995.
499 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
501         * src/layer-manager.cpp, src/layer-manager.h,
502           src/widgets/layer-selector.cpp:
504           Cleaned up propagation of status changes.
505           Fixes bug #1495333.
507 2006-05-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
509         * src/path-prefix.h: Add missing CREATE_* directory locations
510           for building an OS X application bundle.  Fixes bug #1495284.
512 2006-05-25  Bryce Harrington <bryce@bryceharrington.org>
514         * src/inkscape.cpp:  i18n on error messages (fix for bug 1490928) 
516 2006-05-23  Jon A. Cruz  <jon@joncruz.org>
518         * src/dialogs/layers-panel.cpp, src/dialogs/swatches.cpp,
519           src/dialogs/swatches.h, src/preferences-skeleton.h,
520           src/ui/previewfillable.h, src/ui/previewholder.cpp,
521           src/ui/previewholder.h, src/ui/widget/panel.cpp,
522           src/ui/widget/panel.h, src/verbs.cpp,
523           src/widgets/desktop-widget.cpp:
524           Refactored panels.
525           Fixes RFE #1453153. Fixes RFE #1453152.
526         
528 2006-05-23  MenTaLguY  <mental@rydia.net>
530         * src/extension/internal/ps.cpp:
532           move %%EOF to end of output document
534 2006-05-22  Jon A. Cruz  <jon@joncruz.org>
536         * src/dialogs/swatches.cpp, src/ui/widget/panel.cpp,
537           src/ui/widget/panel.h:
538           Removed panel menu unless requested. Fixes bug #1492597.
540 2006-05-22  MenTaLguY  <mental@rydia.net>
542         * src/extension/internal/svg.cpp:
544           replace EXTREMELY inefficient (O(n^2), I think?) stacked C string
545           concatenations with appends to a std::vector, which is amortized O(1)
547 2006-05-21  Marco Scholten  <mscholtn@xs4all.nl>
549         * src/ui/dialog/inkscape-preferences.cpp, 
550           src/ui/dialog/inkscape-preferences.h: 
551           Added 'Show close button on dialogs' option.
553 2006-05-21  MenTaLguY  <mental@rydia.net>
555         * src/ui/view/view-widget.cpp:
556         
557           request collection pass after destruction of a view widget
559 2006-05-21  MenTaLguY  <mental@rydia.net>
561         * src/gc-core.h, src/gc.cpp:
562         
563           add GC::request_early_collection() to force a collection from the idle
564           loop at opportune times
566         * src/dialogs/filedialog.cpp:
568           call GC::request_early_collection() after switching preview images
570 2006-05-21  Jon A. Cruz  <jon@joncruz.org>
572         * src/layer-manager.cpp, src/layer-manager.h,
573           src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h:
574           Adding notification when managed layers change.
576 2006-05-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
578         * src/extension/internal/pdf.cpp: Compilation fix.  For versions
579           of glib older that 2.9.0, use g_date_set_time() instead of
580           g_date_set_time_t().
582 2006-05-20  MenTaLguY  <mental@rydia.net>
584         * src/extensin/internal/ps.cpp:
586           add %%EOF trailer for DSC-compliance
588 2006-05-20  Colin Marquardt  <colin@marquardt-home.de>
590         * share/extensions/lindenmayer.inx,
591           share/extensions/kochify_load.inx, 
592           share/extensions/kochify.inx:
593           Rename slightly, also makes for easier translation.
595 2006-05-20  Jon A. Cruz  <jon@joncruz.org>
597         * src/widgets/icon.h, src/widgets/icon.cpp, src/dialogs/layers-panel.cpp:
598           Changled dialog from checkboxes to icons for visible and locked.
600 2006-05-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
602         * src/libnrtype/FontInstance.cpp: patch from David Turner of the
603           FreeType Project.  Fixes a compilation problem and a possible
604           segmentation fault.
606 2006-05-19  Jon A. Cruz  <jon@joncruz.org>
607         * src/preferences-skeleton.h, src/dialogs/layers-panel.h,
608           src/dialogs/layers-panel.cpp:
609           Selection and event handling cleanup. Added deeper display.
611 2006-05-18  Jon A. Cruz  <jon@joncruz.org>
612         * src/layer-manager.cpp, src/dialogs/layers-panel.h,
613           src/dialogs/layers-panel.cpp:
614           Next round of layer dialog updates.
616 2006-05-17  Kees Cook  <kees@outflux.net>
617         * src/dialogs/rdf.cpp: corrected localization on array, added comments.
618         * src/ui/widget/licensor.cpp: Localized the license name.
619         * configure.ac: added comment about why sigc++ was upgraded
621 2006-05-17  Jon A. Cruz  <jon@joncruz.org>
622         * src/dialogs/layers-panel.cpp:
623           Flipped top/bottom in layers UI to reflect visible stacking.
625 2006-05-16  verbalshadow  <verbalshadow@gmail.com>
627         * src/desktop-style.h, src/desktop-style.cpp:
628           Fixes calligraphy tool so drawing now uses the the correct opacity.
630 2006-05-17  Jon A. Cruz  <jon@joncruz.org>
631         * src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h:
632           Switched icons to stock generic.
634 2006-05-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
636         * src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche.
638 2006-05-16  Jon A. Cruz  <jon@joncruz.org>
640         * src/document-subset.cpp:
641           Corrected ordering of children in subset.
643 2006-05-15  Jon A. Cruz  <jon@joncruz.org>
644         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
645           src/layer-manager.cpp, src/menus-skeleton.h, src/verbs.cpp,
646           src/verbs.h, src/dialogs/layers-panel.cpp,
647           src/dialogs/layers-panel.h, src/dialogs/Makefile_insert:
648           Base implementation of a layers dialog.
650 2006-05-14  Colin Marquardt  <colin@marquardt-home.de>
652         * src/ui/dialog/inkscape-preferences.cpp (initPageTools): 
653           Typofix ("conector").
655 2006-05-14  Jon A. Cruz  <jon@joncruz.org>
657         * src/document-subset.cpp, src/layer-manager.h, src/layer-manager.cpp:
658           Corrected base structure and avoiding infinite loop.
660 2006-05-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
662         * src/widgets/toolbox.cpp: Slightly increase size of the
663          connector toolbar buttons to match button sizes on other
664          toolbars.
666 2006-05-13  verbalshadow  <verbalshadow@gmail.com>
668         * src/dyna-draw-context.cpp, src/desktop-style.cpp,
669           src/desktop-style.h:
671           Calligraphy tool now draws in the last used color or the
672           tool style depending on the Preference setting.
673           
674 2006-05-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
676         * src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp:
678           When moving/transforming connectors, only detach connectors
679           from objects that are not part of the selection.  Previously,
680           connectors moved as part of a selection would be detached from
681           all objects.  This has been requested several times via email.
682           The change also fixes bug #1383806.
684         * src/ui/dialog/inkscape-preferences.cpp,
685           src/ui/dialog/inkscape-preferences.h, src/connector-context.cpp:
687           Add a preferences setting to the connector tool for setting
688           whether or not connectors attach to text objects.  This change
689           addresses feature request #1434292.
690           
691 2006-05-09  Carl Hetherington  <inkscape@carlh.net>
693         * src/nodepath.cpp: fix silly bug with snapping node edits.
694         
695         * src/snapper.cpp, src/snapper.h, src/sp-namedview.cpp:
696           re-enable link between grid visibility and grid snap.
698 2006-05-08  Michael Wybrow  <mjwybrow@users.sourceforge.net>
700         * conn-avoid-ref.cpp: Fix a crashbug that could occur in files
701           containing connectors if they were loaded from the file chooser
702           or from the recent file list.  Fixes bug #1458820.
704 2006-05-08  MenTaLguY  <mental@rydia.net>
706         * src/display/curve.cpp:
708           always make local copy of path data so that we have control over memory
709           policy
711 2006-05-08  MenTaLguY  <mental@rydia.net>
713         * src/display/curve.h, src/display/curve.cpp, src/dropper-context.cpp:
715           get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve
716           memory management
718 2006-05-08  MenTaLguY  <mental@rydia.net>
720         * src/display/canvas-bpath.cpp, src/display/curve.cpp, src/display/curve.h,
721           src/display/nr-arena-shape.cpp, src/draw-context.cpp,
722           src/extension/internal/odf.cpp, src/extension/internal/pov-out.cpp,
723           src/nodepath.cpp, src/object-snapper.cpp, src/path-chemistry.cpp,
724           src/sp-flowregion.cpp, src/splivarot.cpp, src/sp-offset.cpp,
725           src/sp-path.cpp, src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
726           src/sp-use-reference.cpp:
728           eliminate direct accesses to SPCurve::bpath
730 2006-05-08  MenTaLguY  <mental@rydia.net>
732         * src/streams-zlib.cpp, src/streams-jar.cpp, src/splivarot.cpp,
733           src/extension/internal/bluredge.cpp:
735           use std::vector rather than dynamically-sized automatic arrays,
736           plus cleanups and minor fixes, and dead code removal
738 2006-05-08  MenTaLguY  <mental@rydia.net>
740         * src/debug/demangle.cpp, src/debug/demangle.h, src/sp-object.cpp,
741           src/gc-anchored.cpp, src/debug/Makefile_insert:
743           use c++filt for symbol demangling if available
745 2006-05-08  MenTaLguY  <mental@rydia.net>
747         * src/xml/repr-util.cpp:
748         
749           comments explaining namespace mapping for the broken sodipodi namespace
751 2006-05-08  Carl Hetherington  <inkscape@carlh.net>
753         * src/seltrans.cpp, src/snap.cpp, src/snap.h: fix ctrl-scaling
754         when there is no snap.  More snapping cleanups.
756 2006-05-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
758         * knot.h, knot.cpp, connector-context.cpp:
759           Fix glib-gobject-warnings for knots in the connector tool.
761 2006-05-07  Jon A. Cruz  <jon@joncruz.org>
763         * src/document-subset.cpp:
764           Corrected two bugs, with the minor one hiding the more severe.
766 2006-05-06  MenTaLguY  <mental@rydia.net>
768         * src/xml/repr-util.cpp, src/xml/repr.h:
770           add fixup for incorrect sodipodi namespace
772 2006-05-06  MenTaLguY  <mental@rydia.net>
774         * doc/NewAppArchitecture/01-title.svg,
775           doc/NewAppArchitecture/04-current-main.svg,
776           doc/NewAppArchitecture/05-current-objects.svg,
777           doc/NewAppArchitecture/06-current-desktop-view.svg,
778           doc/NewAppArchitecture/07-current-problems.svg,
779           doc/NewAppArchitecture/08-inkscape-gtkmm.svg
780           doc/NewAppArchitecture/09-future-capabilities.svg,
781           doc/NewAppArchitecture/10-future-main.svg,
782           doc/NewAppArchitecture/11-future-ink-app.svg,
783           doc/NewAppArchitecture/12-future-run-modes.svg,
784           doc/NewAppArchitecture/13-future-ink-app-editor.svg,
785           doc/NewAppArchitecture/14-evolving.svg,
786           share/examples/art-nouveau-P3.svg,
787           share/examples/eastern-motive-P4G.svg,
788           share/examples/i18n.svg,
789           share/examples/markers.svg,
790           share/examples/tesselation-P3.svg,
791           share/examples/text-on-path.svg,
792           share/icons/David_icons.svg,
793           share/icons/icons.svg,
794           share/icons/legacy_icons.svg,
795           share/screens/about.svg,
796           share/templates/business_card_85x54mm.svg,
797           share/templates/default.cs.svg,
798           share/templates/default.lt.svg,
799           share/templates/default.pl.svg,
800           share/tutorials/gpl-2.svg,
801           share/tutorials/tutorial-advanced.es.svg,
802           share/tutorials/tutorial-advanced.fr.svg,
803           share/tutorials/tutorial-advanced.ja.svg,
804           share/tutorials/tutorial-advanced.sl.svg,
805           share/tutorials/tutorial-advanced.svg,
806           share/tutorials/tutorial-basic.ca.svg,
807           share/tutorials/tutorial-basic.de.svg,
808           share/tutorials/tutorial-basic.es.svg,
809           share/tutorials/tutorial-basic.fr.svg,
810           share/tutorials/tutorial-basic.ja.svg,
811           share/tutorials/tutorial-basic.nn.svg,
812           share/tutorials/tutorial-basic.sl.svg,
813           share/tutorials/tutorial-basic.svg,
814           share/tutorials/tutorial-calligraphy.es.svg,
815           share/tutorials/tutorial-calligraphy.fr.svg,
816           share/tutorials/tutorial-calligraphy.sl.svg,
817           share/tutorials/tutorial-calligraphy.svg,
818           share/tutorials/tutorial-elements.es.svg,
819           share/tutorials/tutorial-elements.fr.svg,
820           share/tutorials/tutorial-elements.sl.svg,
821           share/tutorials/tutorial-elements.svg,
822           share/tutorials/tutorial-shapes.ca.svg,
823           share/tutorials/tutorial-shapes.es.svg,
824           share/tutorials/tutorial-shapes.fr.svg,
825           share/tutorials/tutorial-shapes.ja.svg,
826           share/tutorials/tutorial-shapes.sl.svg,
827           share/tutorials/tutorial-shapes.svg,
828           share/tutorials/tutorial-tips.es.svg,
829           share/tutorials/tutorial-tips.fr.svg,
830           share/tutorials/tutorial-tips.sl.svg,
831           share/tutorials/tutorial-tips.svg,
832           share/tutorials/tutorial-tracing.de.svg,
833           share/tutorials/tutorial-tracing.es.svg,
834           share/tutorials/tutorial-tracing.fr.svg,
835           share/tutorials/tutorial-tracing.sl.svg,
836           share/tutorials/tutorial-tracing.svg,
837           src/extension/dxf2svg/dxf2svg.cpp,
838           src/menus-skeleton.h,
839           src/preferences-skeleton.h:
841           get the CORRECT sodipodi namespace in there
843 2006-05-06  MenTaLguY  <mental@rydia.net>
845         * src/xml/repr-util.cpp:
847           fix for #1483198 ("infectious namespaces")
849 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
851         * src/verbs.h, src/verbs.cpp, src/verbs-test.h:
852           Fixed problem with std::map use making last verb inaccessible.
854 2006-05-05  Carl Hetherington  <inkscape@carlh.net>
856         * src/draw-context.cpp, src/line-snapper.h, src/snap.cpp,
857         src/snapper.cpp, src/line-snapper.cpp, src/snap.h,
858         src/context-fns.cpp, src/object-snapper.h, src/seltrans.cpp,
859         src/nodepath.cpp, src/snapper.h, src/object-snapper.cpp: various
860         snapping fixes and cleanups.
862 06-05-04  Carl Hetherington  <inkscape@carlh.net>
864         * src/guide-snapper.h, src/line-snapper.h, src/snap.cpp,
865         src/snap.h, src/object-snapper.h, src/sp-namedview.cpp,
866         src/grid-snapper.h: clean up knutux's fix for the snapper crash.
868 2006-05-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
870         * po/pt_BR.po: Fix some "Unmatched closing </b>" warnings.
872         * src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.
873         
874 2006-05-03  Carl Hetherington  <inkscape@carlh.net>
876         * src/arc-context.cpp, src/connector-context.cpp,
877         src/context-fns.cpp, src/desktop.cpp, src/draw-context.cpp,
878         src/nodepath.cpp, src/object-edit.cpp, src/pencil-context.cpp,
879         src/rect-context.cpp, src/selection-chemistry.cpp,
880         src/seltrans.cpp, src/snap.cpp, src/snap.h, src/sp-namedview.cpp,
881         src/sp-namedview.h, src/spiral-context.cpp, src/star-context.cpp,
882         src/ui/dialog/document-properties.cpp: Give SPNamedView a
883         SnapManager instance and use it for all management of snapping
884         settings.
886         * src/snap.cpp, src/snap.h: remove the unused namedview_dim_snap_list()
888 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
890         * src/Makefile.am, src/Makefile_insert, src/attributes-test.h,
891           src/color-profile-test.h, src/mod360-test.cpp, src/mod360-test.h,
892           src/round-test.cpp, src/round-test.h, src/sp-gradient-test.cpp,
893           src/sp-gradient-test.h, src/sp-style-elem-test.cpp,
894           src/sp-style-elem-test.h, src/style-test.h, src/test-helpers.h:
895           Replaced four more tests with CxxTest versions.
897 2006-05-01  MenTaLguY  <mental@rydia.net>
899         * src/display/nr-arena-item.cpp:
901           use GC allocator for bitmap cache and transform
903 2006-05-01  Marco Scholten  <mscholtn@xs4all.nl>
905         * src/dialogs/inkscape-preferences.cpp: Moved 'compass like
906     display of angles' from 'windows' to 'steps'.
908 2006-04-30  MenTaLguY  <mental@rydia.net>
910         * src/libnr/nr-object.cpp:
912           log finalization of NRObjects
914 2006-04-29  Jon Phillips  <jon@rejon.org>
916         * src/dialogs/rdf.cpp: Updated cc licenses to 2.5 by default.
918         * src/ui/dialog/document-metadata.cpp: Made metadata window
919         resizable so that one can see the licenses and enter long entries.
921 2006-04-29  MenTaLguY  <mental@rydia.net>
923         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp,
924           src/display/nr-arena-item.h, src/display/nr-arena-shape.cpp:
926           rationalize function names and remove spurious soft_ptr
928 2006-04-29  MenTaLguY  <mental@rydia.net>
930         * src/document.cpp:
931         
932           use proper unref function on SPRoot to avoid appearance of leak
934 2006-04-29  MenTaLguY  <mental@rydia.net>
936         * src/gc-anchored.cpp, src/xml/simple-node.cpp, src/sp-object.cpp:
938           switch everyone to simpler debug event API
940 2006-04-29  MenTaLguY  <mental@rydia.net>
942         * src/Makefile_insert, src/gc-finalized.cpp, src/gc-finalized.h:
944           add finalizer logging
946 2006-04-29  MenTaLguY  <mental@rydia.net>
948         * src/debug/simple-event.h: simplify the SimpleEvent API more
950 2006-04-29  MenTaLguY  <mental@rydia.net>
952         * src/debug/simple-event.h: make Debug::SimpleEvent more convenient
954         * src/debug/event.h, src/debug/logger.cpp: add FINALIZERS category
956 2006-04-29  MenTaLguY  <mental@rydia.net>
958         * src/debug/logger.cpp:
959         
960         finish interrupted refactoring of log filter configuration
962 2006-04-29  MenTaLguY  <mental@rydia.net>
964         * src/doc/Makefile.am, src/doc/refcounting.txt:
965         
966           some developer documentation about refcounting
968 2006-04-29  MenTaLguY  <mental@rydia.net>
970         * src/ui/view/view.cpp:
972           Wait a minute -- UI::View::View and SPDocument are both managed
973           by the collector -- the view doesn't need to ref the document!
975 2006-04-29  MenTaLguY  <mental@rydia.net>
977         * src/ui/view/view.cpp: add missing unref
979 2006-04-29  MenTaLguY  <mental@rydia.net>
981         * src/gc-anchored.cpp, src/gc-anchored.h:
983           added refcount logging to GC::Anchored
985         * src/util/Makefile_insert, src/util/format.h:
987           shared string printf
989 2006-04-28  MenTaLguY  <mental@rydia.net>
991     * src/sp-object.cpp: make refcount logging a little more useful
992           by including the relevent class name
994 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
996         * src/Makefile_insert, src/Makefile.am, src/dir-util-test.h,
997           src/dir-util-test.cpp, src/extract-uri-test.h,
998           src/extract-uri-test.cpp:
999           Replaced two tests with CxxTest versions.
1001 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
1003         * src/Makefile_insert, src/MultiPrinter.h, src/verbs.h,
1004           src/verbs-test.h:
1005           Adding unit test for verbs.
1007 2006-04-27  verbalshadow <verbalshadow@gmail.com>
1008         
1009         * src/io/resource.h, src/io/resource.cpp, 
1010           src/dialogs/swatches.cpp, src/helper/stock-items.cpp:
1011           Added CREATE v0.1 support for gradients/swatches/patterns
1012           Support for Linux & Win32. Mac support waiting final support
1013           Directory info.
1015 2006-04-26  Jon A. Cruz  <jon@joncruz.org>
1017         * src/Makefile.am, src/MultiPrinter.h, src/PylogFormatter.h,
1018           src/TRPIFormatter.h, src/selfname.tpl, src/libnr/Makefile_insert,
1019           src/svg/Makefile_insert, src/xml/Makefile_insert:
1020           Adding multiple test output formats.
1022 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
1024     * path-prefix.h:
1025           Added beginnings of CREATE support in path-prefix.h
1027 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
1029     * src/object-ui.cpp, src/object-ui.h:
1030           moved to src/ui/context-menu.cpp, src/ui/context-menu.h
1031           to make it easier to find
1033 2006-04-20  MenTaLguY  <mental@rydia.net>
1035     * src/dyna-draw-context.cpp, src/dyna-draw-context.h:
1036           remove unused timer code
1038 2006-04-19 Andrius R. <knutux@gmail.com>
1039         * src\display\nr-arena-item.cpp, src\display\canvas-arena.cpp,
1040           src\display\nr-arena-shape.cpp, src\display\sp-canvas.h,
1041           src\display\nr-arena.cpp, src\display\nr-arena-shape.h,
1042           src\display\nr-arena-glyphs.cpp, src\display\nr-gradient-gpl.cpp,
1043           src\display\sp-canvas.cpp, src\display\sp-ctrlline.cpp,
1044           src\livarot\ShapeSweep.cpp, src\livarot\Shape.h, src\livarot\Shape.cpp,
1045           src\livarot\Path.h, src\livarot\PathConversion.cpp,
1046           src\livarot\ShapeMisc.cpp, src\livarot\Path.cpp, src\libnr\nr-pixblock.h,
1047           src\libnr\nr-pixblock.cpp
1049           Rendering optimisation, which gives best results for zoomed in drawings
1050           with complex (multi-node) paths. Optimisation focus - eliminating cubicTo
1051           and LineTo nodes outside of visible area, so no unneeded calculations is
1052           needed and less memory is consumed (this avoids crashes which were
1053           occurring previously if zooming into a complex drawing)
1055 2006-04-18 njh <njh@njhurst.com>
1056         * share/extensions/measure.inx, share/extensions/measure.py, share/extensions/Makefile.am
1058           Added the measure extension that marks lengths onto paths.
1060 2006-04-17  MenTaLguY  <mental@rydia.net>
1062         * src/application/editor.cpp, src/arc-context.cpp, src/conn-avoid-ref.cpp,
1063           src/connector-context.cpp, src/desktop-events.cpp, src/desktop-handles.h,
1064           src/dialogs/clonetiler.cpp, src/dialogs/export.cpp,
1065           src/dialogs/fill-style.cpp, src/dialogs/find.cpp,
1066           src/dialogs/iconpreview.cpp, src/dialogs/item-properties.cpp,
1067           src/dialogs/layer-properties.cpp, src/dialogs/object-properties.cpp,
1068           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
1069           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
1070           src/dialogs/xml-tree.cpp, src/draw-anchor.cpp, src/draw-context.cpp,
1071           src/dropper-context.cpp, src/dyna-draw-context.cpp,
1072           src/event-context.cpp, src/extension/implementation/script.cpp,
1073           src/file.cpp, src/gradient-context.cpp, src/gradient-drag.cpp,
1074           src/helper/stock-items.cpp, src/inkscape.cpp, src/interface.cpp,
1075           src/jabber_whiteboard/callbacks.cpp,
1076           src/jabber_whiteboard/chat-handler.cpp,
1077           src/jabber_whiteboard/message-processors.cpp,
1078           src/jabber_whiteboard/message-queue.cpp,
1079           src/jabber_whiteboard/session-manager.cpp, src/knot.cpp,
1080           src/node-context.cpp, src/nodepath.cpp, src/object-ui.cpp,
1081           src/path-chemistry.cpp, src/pencil-context.cpp, src/pen-context.cpp,
1082           src/rect-context.cpp, src/rubberband.cpp, src/satisfied-guide-cns.cpp,
1083           src/selcue.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
1084           src/selection.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
1085           src/spiral-context.cpp, src/splivarot.cpp, src/sp-namedview.cpp,
1086           src/sp-text.cpp, src/star-context.cpp, src/text-chemistry.cpp,
1087           src/text-context.cpp, src/tools-switch.cpp,
1088           src/trace/potrace/inkscape-potrace.cpp, src/trace/trace.cpp,
1089           src/ui/dialog/align-and-distribute.cpp, src/ui/dialog/dialog.cpp,
1090           src/ui/dialog/document-metadata.cpp,
1091           src/ui/dialog/document-properties.cpp,
1092           src/ui/dialog/inkscape-preferences.cpp,
1093           src/ui/dialog/session-player.cpp, src/ui/dialog/transformation.cpp,
1094           src/ui/widget/color-picker.cpp, src/ui/widget/page-sizer.cpp,
1095           src/ui/widget/registered-widget.cpp, src/ui/widget/ruler.cpp,
1096           src/ui/widget/selected-style.cpp, src/ui/widget/tolerance-slider.cpp,
1097           src/verbs.cpp, src/widgets/gradient-toolbar.cpp,
1098           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
1099           src/widgets/sp-xmlview-content.cpp, src/widgets/toolbox.cpp:
1101           Get rid of the SP_DT_* macros which do nothing more than provide
1102           additional, confusing, names for other functions.  If shorter names
1103           are desired, the actual functions should be renamed -- or better, made
1104           into member functions.
1106 2006-04-09  Jon A. Cruz  <jon@joncruz.org>
1108         * share/icons/icons.svg: Fixed jumping eye (layer visibility).
1110 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
1112         * po/eu.po: Fix a "Unmatched closing </b>" warnings.
1114 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
1116         * src/widgets/paint-selector.cpp, src/widgets/gradient-toolbar.cpp,
1117           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp,
1118           src/dialogs/clonetiler.cpp, src/dialogs/object-properties.cpp:
1120           Shrunk a few icon sizes.
1122 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
1124         * src/widgets/desktop-widget.cpp, src/widgets/icon.cpp,
1125           src/widgets/layer-selector.cpp:
1127           Added implementation of smaller icon size.
1129 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
1131         * src/color-profile.cpp, src/sp-image.cpp:
1133           Simple debugging #ifdefs added.
1135 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
1137         * src/interface.cpp, src/dialogs/clonetiler.cpp,
1138           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
1139           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
1140           src/dialogs/xml-tree.cpp, src/ui/dialog/align-and-distribute.cpp,
1141           src/ui/widget/labelled.cpp, src/widgets/button.cpp,
1142           src/widgets/button.h, src/widgets/desktop-widget.cpp,
1143           src/widgets/gradient-toolbar.cpp, src/widgets/icon.cpp,
1144           src/widgets/icon.h, src/widgets/layer-selector.cpp,
1145           src/widgets/paint-selector.cpp, src/widgets/select-toolbar.cpp,
1146           src/widgets/toolbox.cpp, src/widgets/toolbox.h, src/icon-size.h:
1148           Decoupling from direct use of GtkIconSize to allow for smaller
1149           custom ones.
1151 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
1153         * src/Makefile_insert, src/Makefile.am, src/color-profile.cpp
1154           src/color-profile.h, src/color-profile-fns.h,
1155           src/color-profile-test.h, src/sp-image.cpp:
1157           Adding rendering-intent to <color-profile>.
1159 2006-04-05  MenTaLguY  <mental@rydia.net>
1161         * configure.ac, share/keyboards/.cvsignore, share/keyboards/Makefile.am,
1162           share/keyboards/README, share/keys/.cvsignore, share/keys/Makefile.am,
1163           share/keys/Makefile.in, share/Makefile.am:
1165           share/keyboards -> share/keys
1167         * share/keys/Makefile.am, share/keys/default.xml, src/Makefile_insert,
1168           src/shortcuts.cpp, src/shortcuts-default-xml.cpp:
1170           first shot at configurable keymaps
1172 2006-04-05  MenTaLguY  <mental@rydia.net>
1174         * src/io/Makefile_insert, src/io/resource.cpp, src/io/resource.h:
1176           introduce uniform resource path API to replace copy-and-pasted hacks
1178 2006-04-05  Jon A. Cruz  <jon@joncruz.org>
1180         * src/svg/svg-color-test.h, src/svg/svg-color.cpp:
1182           Tuned icc-color() parsing.
1184 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1186         * src/color-profile.h, src/color-profile.cpp,
1187           src/color-profile-fns.h, src/sp-image.h, src/sp-image.cpp:
1189           Initial support of color-profile on <image> elements.
1191 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1193         * src/color-profile.h, src/color-profile.cpp,
1194           src/color-profile-fns.h, src/Makefile_insert, src/attributes.cpp,
1195           src/attributes.h, src/sp-object-repr.cpp:
1197           Adding support for <color-profile> element.
1199 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1201         * src/knot.h: Fixed warning messages.
1203 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
1205         * src/ui/widget/selected-style.cpp:
1207           Safety check for null pointer.
1208         
1209 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
1211         * configure.ac, src/interface.cpp, src/dialogs/swatches.cpp:
1213           Introducing optional LittleCms use.
1214         
1215 2006-03-31  MenTaLguY  <mental@rydia.net>
1217     * src/dyna-draw-context.cpp, src/dyna-draw-context.cpp:
1219           merge ::dragging and ::dynahand
1221 2006-03-31  MenTaLguY  <mental@rydia.net>
1223     * src/dyna-draw-context.h: add documentation
1225 2006-03-29  Andrius R. <knutux@gmail.com>
1227         * src/enums.h, src/selection-chemistry.cpp,
1228           src/selection.h, src/selection.cpp,
1229           src/ui/dialog/inkscape-preferences.cpp,
1230           src/ui/dialog/inkscape-preferences.h:
1232           patch #1450307 - option for select all to work in layer with it's sub-layers
1234 2006-03-29  Andrius R. <knutux@gmail.com>
1236         * po/lt.po: Translated and added new language - Lithuanian.
1238 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1240         * src/interface.cpp, src/dialogs/swatches.cpp:
1242           Fixing name of temporary non-standard tag attributes.
1243         
1244 2006-03-28  MenTaLguY  <mental@rydia.net>
1246     * src/layer-manager.cpp, src/layer-manager.h: draft of layer manager
1248 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1250         * src/interface.cpp, src/dialogs/eek-color-def.h,
1251           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
1252           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
1254           Changed objects to only get liked to "linkable" colors.
1255         
1256 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1258         * src/interface.cpp, src/dialogs/swatches.cpp:
1260           Objects now change when linked colors change.
1261         
1262 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1264         * src/dialogs/eek-color-def.h, src/dialogs/eek-color-def.cpp,
1265           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
1266           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
1268           Experimenting with linked colors.
1269         
1270 2006-03-26  Aaron C. Spike  <aaron@ekips.org>
1272         * inkscape.pod, src/main.cpp:
1274           Added --export-area-canvas (-C). Area specifying options
1275           (--export-area, --export-area-canvas and --export-area-drawing)
1276           can now be used in combination with --export-id.
1278 2006-03-23  Jon A. Cruz  <jon@joncruz.org>
1280         * src/dialogs/eek-color-def.cpp, src/dialogs/eek-color-def.h,
1281           src/dialogs/Makefile_insert, src/dialogs/swatches.h,
1282           src/dialogs/swatches.cpp:
1284           Bringing in new color class.
1285         
1286 2006-03-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1288         * packaging/macosx/Resources/bin/inkscape: Fix a packaging
1289           problem on Mac OSX where Inkscape wouldn't open if one of the
1290           parent directories containing the app bundle contained a '#' in
1291           its name.  Fixes bug #1443072.
1293 2006-03-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1295         * share/icons/Makefile.am: Update a makefile after the icon file
1296           renaming.
1298 2005-03-14  MenTaLguY  <mental@rydia.net>
1300         * src/layer-fns.h, src/dialogs/layer-properties.cpp,
1301           src/dialogs/layer-properties.h, src/layer-fns.cpp:
1303           merged patch #1447043 from Andrius "knutux" R. to create sub-layers
1305 2006-03-14  MenTaLguY  <mental@rydia.net>
1307         * src/Makefile_insert, src/display/nr-arena-item.cpp,
1308           src/display/nr-arena-item.cpp, src/gc-finalized.h, src/gc-managed.h,
1309           src/gc-soft-ptr.h, src/selection.h, src/selection.cpp:
1311           Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
1313 2006-03-14  MenTaLguY  <mental@rydia.net>
1315         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
1316           src/debug/logger.cpp, src/debug/simple-event.h,
1317           src/debug/sysv-heap.h, src/jabber_whiteboard/deserializer.cpp,
1318           src/jabber_whiteboard/message-utilities.cpp,
1319           src/jabber_whiteboard/message-utilities.h,
1320           src/jabber_whiteboard/node-tracker-observer.h,
1321           src/jabber_whiteboard/serializer.cpp,
1322           src/jabber_whiteboard/serializer.h,
1323           src/sp-object.cpp, src/util/share.cpp, src/util/share.h,
1324           src/xml/attribute-record.h, src/xml/comment-node.h,
1325           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
1326           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
1327           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr-io.cpp,
1328           src/xml/simple-node.cpp, src/xml/simple-node.h,
1329           src/xml/simple-session.cpp, src/xml/simple-session.h,
1330           src/xml/text-node.h:
1332           shared_ptr -> ptr_shared
1334 2006-03-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1336         * src/svg/svg-color.cpp (sp_svg_write_color): More readable colour
1337           names when possible: e.g. `red', `#cfc'.
1339 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
1341         * src/interface.cpp:
1343           Shift-drop now sets stroke on target objects.
1344         
1345 2006-03-11  MenTaLguY  <mental@rydia.net>
1347         * src/sp-object.cpp: experiment to verify that we can safely release
1348           before removing object from document tree
1350 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
1352         * src/dialogs/swatches.cpp:
1354           Changed color dragging to have a color preview.
1355         
1356 2006-03-09  Jon A. Cruz  <jon@joncruz.org>
1358         * src/interface.cpp:
1360           Initial cut of color drag-n-drop to items on canvas.
1361         
1362 2006-03-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1364         * src/path-chemistry.cpp (sp_selected_path_reverse):
1365           Fix when multiple paths are selected.
1366           Also fix a small memory leak.
1368 2006-03-06  MenTaLguY  <mental@rydia.net>
1370         * src/document-subset.h, src/document-subset.cpp:
1371           add DocumentSubset::_clear
1373 2006-03-05  MenTaLguY  <mental@rydia.net>
1375         * src/document-subset.h, src/document-subset.cpp:
1376           remove unneeded document parameter from constructor
1378 2006-03-05  MenTaLguY  <mental@rydia.net>
1380         * src/document-subset.cpp:
1382           Wire up new SPObject signal to DocumentSubset, so order changes
1383           will be reflected in the subset.
1385 2006-03-05  MenTaLguY  <mental@rydia.net>
1387         * src/sp-object.h, src/sp-object.cpp:
1389           Add signal for notification of object position changes.
1391 2006-03-05  MenTaLguY  <mental@rydia.net>
1393         * src/Makefile_insert, src/document-subset.cpp, src/document-subset.h:
1395           Add DocumentSubset as groundwork for layers.
1397 2006-03-04  Jon A. Cruz  <jon@joncruz.org>
1398         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
1400           Style minibar now only accepts color drag-n-drop when not N/A.
1401           Final tweak for completing RFE #1429027.
1402         
1403 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
1404         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
1406           Made the style minibar a target for color drag-n-drop.
1407         
1408 2006-03-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1410         * src/conn-avoid-ref.cpp, src/libavoid/connector.h,
1411           src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
1412           src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
1413           src/libavoid/connector.cpp, src/libavoid/debug.h:
1415           Some speed improvements and interface cleanups to libavoid.
1417 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
1418         * src/dialogs/swatches.cpp:
1420           Fixed drag-n-drop out of color to match GTK+ standard.
1421         
1422 2006-02-27  Jon A. Cruz  <jon@joncruz.org>
1423         * src/dialogs/swatches.cpp, src/ui/previewfillable.h,
1424           src/ui/previewholder.h, src/ui/previewholder.cpp:
1426           Finished cleanup of embedded swatches when switching palettes.
1427         
1428 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
1429         * src/dialogs/swatches.cpp, src/ui/previewholder.h,
1430           src/ui/previewholder.cpp:
1432           Changing embedded swatches resizing.
1433         
1434 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
1435         * src/text-context.cpp:
1437           Allow Private Use Area characters. Fixes bug #1439016.
1438         
1439 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1440         * src/dialogs/swatches.cpp, src/dialogs/iconpreview.cpp,
1441           src/ui/widget/panel.cpp, src/ui/widget/panel.h:
1443           Refactoring panel containment. Purged ugly 'X'.
1444         
1445 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1446         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
1447           src/dialogs/swatches.h, src/ui/widget/panel.cpp,
1448           src/ui/widget/panel.h, src/ui/previewholder.cpp,
1449           src/ui/previewholder.h:
1451           Adding spacer to get swatches scrollbar enough room to move.
1452           Tuning up API for better embedding.
1454 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1455         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
1456           src/dialogs/swatches.h, src/ui/previewholder.cpp, 
1457           src/ui/previewfillable.h, src/ui/previewholder.h:
1459           Removed horizontal scroll bar from swatches when embedded.
1461 2006-02-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1463         *  src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, 
1464            src/connector-context.cpp, src/conn-avoid-ref.cpp:
1466         Keep a seperate connector router for each document.
1467            
1468         *  src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
1469            src/libavoid/connector.h, src/libavoid/debug.h,
1470            src/libavoid/geometry.cpp, src/libavoid/geometry.h,
1471            src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
1472            src/libavoid/graph.h, src/libavoid/incremental.cpp,
1473            src/libavoid/incremental.h, src/libavoid/libavoid.h,
1474            src/libavoid/makepath.cpp, src/libavoid/makepath.h,
1475            src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
1476            src/libavoid/router.cpp, src/libavoid/router.h,
1477            src/libavoid/shape.cpp, src/libavoid/shape.h,
1478            src/libavoid/static.cpp, src/libavoid/static.h,
1479            src/libavoid/timer.cpp, src/libavoid/timer.h,
1480            src/libavoid/vertices.cpp, src/libavoid/vertices.h,
1481            src/libavoid/visibility.cpp, src/libavoid/visibility.h:
1482            
1483         Upstream changes to libavoid that allow multiple connector 
1484         router instances, as well a few other minor bugfixes.
1486 2006-02-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1488         * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
1489         
1490         Revert a previous change that generated enter events for canvas items
1491         other than the current one when mouse buttons were depressed.  These 
1492         events are now only generated in the connector context, where they are
1493         required.
1495 2006-02-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1497         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
1498           src/conn-avoid-ref.h, src/libavoid/connector.cpp,
1499           src/libavoid/connector.h:
1500           
1501         Change the behaviour and naming of some connector querying code
1502         after feedback from Tim Dwyer in implementing graph drawing
1503         functionality.
1505 2006-02-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1507         * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:
1508           Fix two bugs from my commit yesterday.
1510 2006-02-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1512         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,
1513           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
1514           src/libavoid/connector.cpp, src/libavoid/connector.h,
1515           src/libavoid/visibility.cpp:
1517         Add some code to allow querying of items and connectors to find
1518         out what is attached to them.  This will allow graph layout
1519         algorithms (currently being worked on by Tim Dwyer) to determine 
1520         a graph structure from the diagram.
1522 2006-02-07  MenTaLguY  <mental@rydia.net>
1524         * src/widgets/icon.cpp: get rid of icon prerender time messages
1526 2006-02-07  MenTaLguY  <mental@rydia.net>
1528         * src/debug/gc-heap.h, src/debug/logger.cpp, src/debug/sysv-heap.h,
1529           src/jabber_whiteboard/deserializer.cpp, src/sp-object.cpp,
1530           src/util/share.h, src/xml/simple-node.cpp:
1532           share_static -> share_static_string
1534 2006-02-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1536         * src/jabber_whiteboard/message-utilities.h,
1537           src/jabber_whiteboard/serializer.cpp,
1538           src/jabber_whiteboard/deserializer.cpp,
1539           src/jabber_whiteboard/message-utilities.cpp,
1540           src/ui/dialog/whiteboard-connect.cpp:
1541         
1542         Some fixes to allow the codebase to compile with Inkboard support
1543         after the recent Util::shared_ptr<> and Dialog::present() changes.
1545 2006-02-05  Marco Scholten  <mscholtn@xs4all.nl>
1547         * src/verbs.cpp: updated to make double clicking a tool button
1548           open the new preferences dialog.
1549         * src/ui/dialog/inkscape-preferences.cpp: updated to enable opening
1550           the dialog on the correct page.
1551         * src/ui/dialog/dialog.cpp: added virtual void present() so that
1552           InkscapePreferences::present() will be called from 
1553           DialogManager::showDialog()
1555 2006-02-05  MenTaLguY  <mental@rydia.net>
1557         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
1558           src/debug/logger.cpp, src/debug/simple-event.h, src/debug/sysv-heap.h,
1559           src/jabber_whiteboard/deserializer.cpp,
1560           src/jabber_whiteboard/message-utilities.cpp,
1561           src/jabber_whiteboard/message-utilities.h,
1562           src/jabber_whiteboard/node-tracker-observer.h,
1563           src/jabber_whiteboard/node-utilities.cpp,
1564           src/jabber_whiteboard/serializer.cpp,
1565           src/jabber_whiteboard/serializer.h,
1566           src/sp-object.cpp, src/util/Makefile_insert, src/util/share.cpp,
1567           src/util/shared-c-string-ptr.cpp, src/util/shared-c-string-ptr.h,
1568           src/util/share.h, src/xml/attribute-record.h, src/xml/comment-node.h,
1569           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
1570           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
1571           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr.cpp,
1572           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h,
1573           src/xml/simple-session.cpp, src/xml/simple-session.h,
1574           src/xml/text-node.h:
1576           replace Util::SharedCStringPtr with the nicer and more general
1577           Util::shared_ptr<>
1579 2006-02-03  Jon Phillips  <jon@rejon.org>
1581         * src/verbs.cpp: Added "..." to "Trace Bitmap" text. Yes, what a
1582         simple and dumb thing to add for consistency.
1584 2006-01-24  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1586         * src/libavoid/connector.cpp, src/libavoid/connector.h, 
1587           src/libavoid/shape.cpp, src/libavoid/graph.cpp,
1588           src/libavoid/incremental.cpp, src/libavoid/incremental.h,
1589           src/libavoid/static.cpp, src/libavoid/visibility.cpp, 
1590           src/libavoid/makepath.cpp:
1592         Some minor upstream libavoid fixes.  
1594 2006-01-23  Carl Hetherington  <inkscape@carlh.net>
1596         * src/selection.cpp: fix a typo in one of my previous commits.
1597         Closes #1401357.
1599         * src/xml/repr-io.cpp: catch failures in fopen of XML files.
1600         Closes #1374551.
1602 2006-01-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1604         * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
1605           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
1606           src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
1607           src/attributes-test.cpp:
1609         Added a "Spacing" control to the connector toolbar which allows
1610         the user to adjust the amount of space left around avoided shapes
1611         for the purpose of determining auto-routing connector paths.
1613 2006-01-17  Marco Scholten  <mscholtn@xs4all.nl>
1615         * /src/ui/dialog/inkscape-preferences.cpp:
1616           Added style swatches,
1617           Changed Gtk::Requisition Gtk::Widget::size_request() to       
1618           void Gtk::Widget::size_request(const Requisition& requisition)        
1619         * /src/ui/dialog/preferences-widget.cpp & .h:
1620           Added DialogPage::set_tip()
1622 2006-01-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1624         * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
1625           Use a modified fonts.conf file for Mac OS X that includes the 
1626           standard user font directory ~/Library/Fonts.
1628 2006-01-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1630         * src/svg/Makefile_insert: Updated to reflect a previous header
1631           file renaming.
1633 2006-01-12  Marco Scholten  <mscholtn@xs4all.nl>
1635         * /src/ui/dialog/inkscape-preferences.cpp & .h:
1636           Converted preferences dialog to gtkmm
1637         * src/ui/widget/preferences-widget.cpp & .h:
1638           New files.
1639         * src/verbs.cpp: updated to start new dialog.
1641 2006-01-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1643         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
1644           src/extension/internal/svg.cpp, src/ui/widget/ruler.cpp:
1645           Fix some compilation problems on Mac OS X after recent
1646           includes cleanup.
1648 2006-01-05  Jon A. Cruz  <jon@joncruz.org>
1650         * src/widgets/desktop-widget.cpp:
1651           Corrected resize behavior of canvas/swatches split.
1653 2006-01-06  Mathieu Dimanche  <mdimanche@free.fr>
1655         * src/util/units.cpp: forcin 'C' locale for reading units.txt file
1656            Fixes bug #1391348.
1658 2006-01-05  MenTaLguY  <mental@rydia.net>
1660         * src/libnr/nr-maybe.h: fix constness/local reference issues
1662 2006-01-04  MenTaLguY  <mental@rydia.net>
1664         * src/Makefile_insert, src/shortcuts-default-xml.cpp,
1665           src/shortcuts.cpp, src/shortcuts.xml:
1667           Moved default shortcuts XML file into a string constant (for now);
1668           replaced hard-coded structure with code to read XML file.
1670 2006-01-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1672         * src/extension/internal/ps.cpp (setup): Clarify the meaning of
1673           `Print destination', mentioning the new possibility of leaving
1674           as empty.
1675         * (PrintPS::begin) If print destination is an empty string, then
1676           don't pass `-P %s' to lpr: just let lpr use its default.
1677         * (PrintPS::init) Change default print destination from `lp' to empty
1678           string.
1680 2006-01-04  Jon A. Cruz  <jon@joncruz.org>
1682         * src/widgets/desktop-widget.cpp:
1683           Adding split pane for swatches.
1685 2006-01-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1687         * src/libavoid/visibility.cpp: Add operator!= for the EdgePair class.
1688           This is needed to compile on Tru64 UNIX.  Fixes bug #1386755.
1690 2005-12-30  Josh Andler  <scislac@users.sf.net>
1692         * src/ui/widget/selected-style.cpp, src/ui/widget/selected-style.h
1693           Added "invert" function to right-click menu of style selector.
1695 2005-12-22  Jon A. Cruz  <jon@joncruz.org>
1697         * share/palettes/Tango-Palette.gpl:
1698           Updated to newer version from the Tango project.
1700 2005-12-21  Jon A. Cruz  <jon@joncruz.org>
1702         * src/interface.cpp, src/preferences-skeleton.h,
1703           src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
1704           Adding panels/swatches to main UI.
1706 2005-12-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
1708         * src/removeoverlap/*.{cpp,h}: Bug fix in removeoverlap algorithm that
1709           should finally get timestamps working properly.  Specifically, heap
1710           timestamps are now refreshed before a merge.
1712 2005-12-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1714         * src/sp-conn-end.cpp, src/connector-context.cpp: Have connectors
1715           draw to the correct position on shape bounding boxes.  Previously
1716           the point where connectors were drawn was on straight line between
1717           the two endpoints.  These points now lie on the line between the 
1718           second last point on the polyline and the center of the shape.
1719           
1720         * src/display/curve.cpp, src/display/curve.hpp: Added a couple of 
1721           functions that return the second and second-last points in a curve.
1723         * src/removeoverlap/generate-constraints.cpp: Moved the 
1724           #include "isnan.h" to be the final include.  This fixes a
1725           compilation error on OS X.
1727 2005-12-16  Carl Hetherington  <inkscape@carlh.net>
1729         * src/conn-avoid-ref.cpp, sp-conn-end-pair.cpp, sp-conn-end.cpp,
1730         sp-item.cpp, sp-shape.cpp, dialogs/clonetiler.cpp,
1731         dialogs/stroke-style.cpp, dialogs/tiledialog.cpp,
1732         dialogs/unclump.cpp, display/nr-arena-shape.cpp,
1733         display/nr-arena-shape.h, widgets/icon.cpp: more NRRect removal.
1735         * src/desktop.cpp, src/desktop.h, src/dyna-draw-context.cpp,
1736         src/selection-chemistry.cpp, src/sp-namedview.cpp, src/verbs.cpp,
1737         src/display/sp-canvas.cpp, src/display/sp-canvas.h,
1738         src/ui/view/edit-widget.cpp, src/ui/widget/zoom-status.cpp,
1739         src/widgets/desktop-widget.cpp: more NRRect removals and cleanups.
1741         * src/grid-snapper.cpp: snap only to visible grid lines (patch
1742         from mtou).
1744 2005-12-15  Carl Hetherington  <inkscape@carlh.net>
1746         * src/conn-avoid-ref.cpp, src/gradient-chemistry.cpp,
1747         src/sp-conn-end.cpp, src/sp-item.{cpp,h}: NR::Rect version of
1748         sp_item_invoke_bbox (SPItem::invokeBbox).  Use it in some places.
1750 2005-12-14  Carl Hetherington  <inkscape@carlh.net>
1752         * src/dyna-draw-context.cpp, src/gradient-context.cpp,
1753         src/selection.h, src/sp-flowtext.cpp, src/sp-item.cpp,
1754         src/sp-item.h, src/sp-shape.cpp, src/sp-text.cpp,
1755         src/dialogs/layer-properties.cpp,
1756         src/extension/internal/bluredge.cpp,
1757         src/extension/internal/grid.cpp, src/ui/dialog/transformation.cpp,
1758         src/widgets/desktop-widget.cpp: remove NRMatrix version of
1759         sp_item_i2d_affine().  Some include file adjustments.
1761         * src/arc-context.cpp: some very minor cleanups.
1763         * src/svg/svg-length.{cpp,h}, src/helper/units.cpp: use INCH
1764         rather than IN to avoid breaking the compile on some systems.
1766 2005-12-13  Carl Hetherington  <inkscape@carlh.net>
1768         * src/arc-context.cpp, src/connector-context.cpp,
1769         src/context-fns.cpp, src/desktop-affine.cpp, src/desktop-affine.h,
1770         src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
1771         src/draw-anchor.cpp src/dropper-context.cpp,
1772         src/dyna-draw-context.cpp, src/event-context.cpp
1773         src/gradient-context.cpp, src/knot.cpp, src/node-context.cpp,
1774         src/object-snapper.cpp src/pen-context.cpp,
1775         src/pencil-context.cpp, src/rect-context.cpp
1776         src/select-context.cpp, src/selection-chemistry.cpp,
1777         src/sp-item.cpp, src/sp-item.h src/spiral-context.cpp,
1778         src/star-context.cpp, src/text-context.cpp src/zoom-context.cpp,
1779         src/ui/widget/ruler.cpp: make desktop's transforms private
1780         members.
1782         * src/document.cpp, src/object-edit.cpp, src/sp-ellipse.cpp,
1783         src/sp-ellipse.h, src/sp-gradient.cpp, src/sp-image.cpp,
1784         src/sp-image.h, src/sp-line.cpp, src/sp-line.h,
1785         src/sp-linear-gradient.h, src/sp-marker.cpp, src/sp-marker.h,
1786         src/sp-pattern.cpp, src/sp-pattern.h, src/sp-radial-gradient.h,
1787         src/sp-rect.cpp, src/sp-rect.h, src/sp-root.cpp, src/sp-root.h,
1788         src/sp-star.cpp, src/sp-symbol.h, src/sp-text.cpp,
1789         src/sp-textpath.h, src/sp-tspan.cpp, src/sp-use.cpp, src/sp-use.h,
1790         src/text-tag-attributes.h, src/helper/units.cpp,
1791         src/helper/units.h, src/libnrtype/Layout-TNG-Compute.cpp,
1792         src/libnrtype/Layout-TNG-Input.cpp,
1793         src/libnrtype/Layout-TNG-OutIter.cpp,
1794         src/libnrtype/Layout-TNG-Output.cpp, src/libnrtype/Layout-TNG.h,
1795         src/libnrtype/TextWrapper.cpp, src/svg/svg-length.cpp,
1796         src/svg/svg.h: partial C++-ificiation of SPSVGLength.  Rename it
1797         to SVGLength.
1799 2005-12-13  Mathieu Dimanche <mdimanche@free.fr>
1801         * src/snapped-point.{cpp,h} : new files.
1803         * src/Makefile_insert : Added the new files
1805         * src/arc-context.cpp, src/connector-context.cpp,
1806         src/context-fns.cpp, src/draw-context.cpp, src/nodepath.cpp,
1807         src/object-edit.cpp, src/pencil-context.cpp,
1808         src/selection-chemistry.cpp, src/seltrans.cpp, src/snap.cpp,
1809         src/spiral-context.cpp, src/star-context.cpp,
1810         src/line-snapper.cpp, src/line-snapper.h, src/object-snapper.cpp,
1811         src/object-snapper.h src/snapper.cpp, src/snapper.h,
1812         src/event-context.cpp, src/rect-context.cpp,
1813         src/select-context.cpp : Use SnappedPoint class
1815         * src/color-rgba.h : Added rgba32 unsigned int handling and
1816         "inverse" members (NEED TO BE TESTED)
1818 2005-12-12  MenTaLguY  <mental@rydia.net>
1820         * src/widgets/desktop-widget.cpp: moved some widgets into statusbar
1821           widget for more aesthetic appearance
1823 2005-12-12  Carl Hetherington <inkscape@carlh.net>
1825         * src/arc-context.cpp: minor cleanups.  Use SnapManager more.  Use
1826         Inkscape::setup_for_drag_start.
1828         * src/connector-context.cpp, src/draw-context.cpp,
1829         src/object-edit.cpp, src/pencil-context.cpp, src/rect-context.cpp,
1830         src/spiral-context.cpp, src/star-context.cpp: use SnapManager.
1832         * src/rect-context.cpp, src/spiral-context.cpp,
1833         src/star-context.cpp: use Inkscape::setup_for_drag_start().
1835         * src/snapper.{cpp,h}: simplify snap point types code.
1837         * src/context-fns.{cpp,h}: add setup_for_drag_start().
1839         * src/dyna-draw-context.cpp: remove unused and erroneous snapping code.
1841         * src/pen-context.cpp: remove unused variable.
1843         * src/draw-context.cpp: use SnapManager.
1845         * src/nodepath.cpp: const fixes.  Use SnapManager.
1847         * src/selection-chemistry.cpp, src/seltrans.cpp: some cleanups.
1848         Use new snap API.
1850         * src/snap.{cpp,h}: remove some dead code.
1852         * src/sp-item.{cpp,h}, src/node-context.cpp, src/draw-context.cpp:
1853         remove an unnecessary parameter from sp_item_dt2i_affine().
1855 2005-12-09  Carl Hetherington <inkscape@carlh.net>
1857         * src/object-snapper.cpp: make node snapping work again.
1859         * src/star-context.cpp: use SnapManager.  Some other minor cleanups.
1861         * src/arc-context.cpp, src/connector-context.cpp,
1862         src/dyna-draw-context.cpp, src/pen-context.cpp,
1863         src/pencil-context.cpp, src/rect-context.cpp,
1864         src/selection-chemistry.cpp, src/spiral-context.cpp,
1865         src/star-context.cpp, src/text-context.cpp: use
1866         Inkscape::have_viable_layer.
1868         * src/context-fns.{cpp,h}: new files.
1870         * src/arc-context.cpp, src/context-fns.{cpp,h},
1871         src/rect-context.cpp: abstract common code into context-fns and
1872         clean it up a bit.
1874 2005-12-08  Carl Hetherington <inkscape@carlh.net>
1876         * src/grid-snapper.cpp, src/guide-snapper.cpp, src/line-snapper.h:
1877         coding style.  Change how lines are defined.
1879         * src/grid-snapper.h, src/guide-snapper.h: coding style.
1881         * src/line-snapper.cpp, src/object-snapper.{cpp,h}: Coding style.
1882         Various cleanups.  Small API changes.
1884         * src/snap.cpp: changes to Snapper API.  Added work-in-progress SnapManager.
1886         * src/snapper.{cpp,h}: API cleanups.
1888         * src/sp-namedview.{cpp,h}: added getSnappers().
1890         * src/seltrans.cpp: Cleanup and fix moveTo().  Go back to snapping
1891         to snap points rather than the convex hull, at least for a bit.
1893 2005-12-07  Carl Hetherington <inkscape@carlh.net>
1895         * src/libnr/nr-convex-hull.h: remove unnecessary includes.
1897         * src/line-snapper.{cpp,h}, src/object-snapper.{cpp,h},
1898         src/attributes.{cpp,h}, src/desktop.cpp, src/dyna-draw-context.cpp
1899         src/arc-context.cpp, src/grid-snapper.h, src/nodepath.cpp,
1900         src/rect-context.cpp, src/selection-chemistry.cpp,
1901         src/seltrans.cpp, src/snap.{cpp,h}, src/snapper.{cpp,h},
1902         src/sp-namedview.{cpp,h}, src/spiral-context.cpp,
1903         src/star-context.cpp, src/dialogs/desktop-properties.{cpp,h},
1904         src/Makefile_insert: first cut of object snapping.
1906         * src/grid-snapper.cpp, src/guide-snapper.{cpp,h}: use Inkscape namespace.
1908 2005-12-06  Carl Hetherington <inkscape@carlh.net>
1910         * src/libnr/nr-maybe.h: add missing public: to class IsNot.
1912         * src/splivarot.{cpp,h}: declare some more functions.  Fix
1913         get_nearest_position_on_Path to not crash if you call it with an
1914         Item that isn't Shape or Text.
1916         * src/node-context.cpp: adapt for changes in splivarot.{cpp,h}.
1918         * src/nodepath.cpp: remove declaration of a function now declared
1919         in splivarot.h.
1921 2005-12-05  Carl Hetherington <inkscape@carlh.net>
1923         * src/desktop.cpp, src/tools-switch.cpp,
1924         src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp:
1925         re-jig #includes slightly.
1927         * src/seltrans.{cpp,h}, src/selcue.{cpp,h}: C++-ification and cleanup.
1929         * src/select-context.{cpp,h}, src/seltrans-handles.h: adapt for
1930         changes to SelTrans.
1932         * src/event-context.{cpp,h}: adapt for changes to SelCue.
1934         * src/rect-context.cpp, src/gradient-context.cpp: remove unnecessary include.
1936         * src/connector-context.h, src/draw-context.h: add a forward
1937         declaration.
1939         * src/dropper-context.{cpp,h}: remove an unused variable and its
1940         associated includes.
1942         * src/main.cpp: fix comment for renamed SPSelCue.
1944         * src/dialogs/display-settings.cpp: adapt for slightly re-jigged SelCue.
1946 2005-12-04  Ted Gould  <ted@gould.cx>
1948         * po/POTFILES.in:
1950         Adding the .inx files as [type: gettext/xml] so that they will get
1951         translated.  Good stuff.
1953         * share/extensions/addnodes.inx, share/extensions/ai_input.inx,
1954         share/extensions/ai_output.inx, share/extensions/bluredge.inx,
1955         share/extensions/dia.inx, share/extensions/dots.inx,
1956         share/extensions/dropshadow.inx, share/extensions/dxf_input.inx,
1957         share/extensions/dxf_output.inx, share/extensions/embedimage.inx,
1958         share/extensions/eps_input.inx, share/extensions/epsi_output.inx,
1959         share/extensions/ffmet.inx, share/extensions/ffms.inx,
1960         share/extensions/ffset.inx, share/extensions/ffss.inx,
1961         share/extensions/gimpgrad.inx, share/extensions/grid.inx,
1962         share/extensions/handles.inx, share/extensions/interp.inx,
1963         share/extensions/kochify.inx, share/extensions/kochify_load.inx,
1964         share/extensions/lindenmayer.inx, share/extensions/motion.inx,
1965         share/extensions/pdf_output.inx, share/extensions/ps_input.inx,
1966         share/extensions/radiusrand.inx, share/extensions/randompnt.inx,
1967         share/extensions/randompos.inx, share/extensions/rtree.inx,
1968         share/extensions/sk_input.inx, share/extensions/straightseg.inx,
1969         share/extensions/summersnight.inx, share/extensions/svgz_input.inx,
1970         share/extensions/svgz_output.inx, share/extensions/txt2svg.inx,
1971         share/extensions/wavy.inx, share/extensions/whirl.inx,
1972         share/extensions/wmf_input.inx:
1974         Marking the user visible strings as translatable.
1976         * src/extension/dependency.cpp, src/extension/extension.cpp,
1977         src/extension/init.cpp, src/extension/input.cpp, src/extension/output.cpp,
1978         src/extension/parameter.cpp:
1980         Changed to handle translated .inx files.  They will find the data, and
1981         mark the right strings as translated.
1983         * src/extension/effect.cpp, src/extension/effect.h, src/interface.cpp:
1985         Changed menu handling to be push instead of pull
1987 2005-12-02  Carl Hetherington <inkscape@carlh.net>
1989         * src/dropper-context.cpp: coding style.
1990         * src/sp-namedview.cpp, src/sp-namedview.h, src/desktop.cpp: some
1991         C++-ification of SPNamedView.
1993 2005-12-01  MenTaLguY  <mental@rydia.net>
1995         * src/widgets/desktop-widget.cpp: shuffle status bar around again;
1996           add a grippie so we don't have to care about the corner of the window
1997           getting covered up
1999 2005-12-01  MenTaLguY  <mental@rydia.net>
2001         * src/widgets/icon.cpp: refactored a bit around the icon prerendering
2002           code and added a timer; also kick off the task immediately rather
2003           than waiting for the first expose event
2005 2005-12-01  MenTaLguY  <mental@rydia.net>
2007         * src/widgets/desktop-widget.cpp:
2009           moved zoom selector away from the right edge so it won't get covered
2010           by window manager decorations
2012 2005-12-01  MenTaLguY  <mental@rydia.net>
2014         * src/help.cpp, src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp:
2016           Moved creation of the splash widget into the about dialog code,
2017           and tweaked the appearance of the dialog in a lot of subtle ways
2018           -- we now use an AspectFrame to constrain the aspect ratio of the
2019           splash view, and also finally get the correct initial size for the
2020           dialog while still allowing it to be arbitrarily resized.
2022 2005-12-01  Carl Hetherington <inkscape@carlh.net>
2024         * src/sp-namedview.cpp: coding style.
2026 2005-12-01  Jon A. Cruz  <jon@joncruz.org>
2028         * src/widgets/icon.cpp: added idle calback pre-render.
2030 2005-11-30  MenTaLguY  <mental@rydia.net>
2032         * src/ui/dialog/aboutbox.cpp: make 'close' button default widget,
2033           and rename "About" tab to "_Splash"
2035 2005-11-30  Carl Hetherington <inkscape@carlh.net>
2037         * src/svg/svg-path.cpp: add missing #include of assert.h for
2038         assert()
2039         * src/dialogs/xml-tree.cpp: fix uninitialised variable
2040         warnings, move some declarations to first use, coding style fixes.
2041         * src/snap.cpp, src/snap.h, src/sp-namedview.cpp: split
2042         snap.{cpp,h} up into snapper.{cpp,h}, grid-snapper.{cpp,h},
2043         guide-snapper.{cpp,h}.  Refactor and simplify.  Add another
2044         namedview_free_snap().
2045         * src/geom.cpp, src/geom.h: cosmetic renaming.
2046         * src/pen-context.cpp: a few minor cleanups to
2047         pen_handle_button_press().  Other snapping cleanups.
2048         * src/draw-context.cpp, src/draw-context.h: split
2049         spdc_endpoint_snap_internal() into two functions.
2050         * src/pencil-context.cpp: snapping cleanups.
2051         * src/ui/widget/unit-menu.cpp: remove definition of a variable
2052         that's just been made static.
2053         
2054 2005-11-26  MenTaLguY <mental@rydia.net>
2056         * src/ui/dialog/aboutbox.cpp, src/ui/dialog/aboutbox.h:
2057           clean up and simplify About dialog; fix memory management (mostly)
2059 2005-11-25  Robert Crosbie <swingincelt@gmail.com>
2061         * replaced sp_repr_ref with direct cal to Inkscape::GC::anchor
2062         * replaced sp_repr_unref with direct call to Inkscape::GC::release
2063         * replaced sp_repr_set_attr with direct call to repr->setAttribute
2065 2005-11-24  MenTaLguY  <mental@rydia.net>
2067         * src/shortcuts.cpp, src/interface.cpp: prune back shortcuts API in
2068           preparation for configurable key bindings work
2070 2005-11-24  MenTaLguY  <mental@rydia.net>
2072         * src/sp-item.cpp: remedy erroneous initialization of doubles with NULL
2074 2005-11-24  MenTaLguY  <mental@rydia.net>
2076         * src/seltrans.cpp: prune dead wood (sp_sel_trans_handle_click)
2078 2005-11-24  MenTaLguY  <mental@rydia.net>
2080         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
2081           src/display/canvas-grid.cpp, src/display/guideline.cpp,
2082           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
2083           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
2084           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
2085           
2086           cosmetic renaming
2088 2005-11-23  Robert Crosbie <swingincelt@gmail.com>
2090         * replaced sp_repr_change_order with direct cal to repr->changeOrder
2091         * replaced sp_repr_add_child with direct call to repr->addChild
2092         * replaced sp_repr_remove_child with direct call to repr->removeChild
2094 2005-11-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2096         * src/ui/dialog/align-and-distribute.h, src/ui/dialog/align-and-distribute.cpp:
2097           Add new action ActionRemoveOverlaps, and add new button & two spin buttons
2098           to the Align & Distribute dialog box, to remove overlaps between objects.
2099         * configure.ac: New directory src/removeoverlap.
2100         * src/Makefile.am: Build new library removeoverlap/libremoveoverlap.a.
2101         * src/Makefile_insert: Link against new library removeoverlap/libremoveoverlap.a.
2103 2005-11-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2105         * packaging/osx-app.sh, packaging/macosx/Resources/bin/inkscape:
2106           Include some missing modules required by gnome-vfs and set shell
2107           variables to point to these modules within the OS X app bundle.
2108           Fixes bug #1363390.
2110 2005-11-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2112         * packaging/osx-app.sh: Fix a typo resulting from last change.
2114 2005-11-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2116         * packaging/osx-app.sh: Add libXinerama.1.dylib to the app bundle 
2117           since users of OS X 10.3.x will not have this file.
2119 2005-11-12  Jon Phillips <jon@rejon.org>
2121         * po/it.po po/sr.po po/sr@Latn.po: Fixed these po files so that 
2122         Inkscape builds okay.
2125 2005-11-12  Ralf Stephan <ralf@ark.in-berlin.de>
2127         * src/ui/view/edit-widget.h, src/ui/view/edit-widget.cpp:
2128           new-gui: made complete statusbar widget, equals old-gui now
2129         * src/widgets/layer-selector.h, src/ui/widget/selected-style.h:
2130           classes have now a constructor with default parameter
2131         * src/ui/widget/zoom-status.cpp: smaller font
2133 2005-11-12  MenTaLguY  <mental@rydia.net>
2135         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
2136           src/display/canvas-grid.cpp, src/display/guideline.cpp,
2137           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
2138           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
2139           src/display/sp-canvas.cpp, src/display/sp-canvas.h,
2140           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
2142           Refactor canvas buffer code a little.   Hint: if you have two flags
2143           and an invariant that one will be false if the other is true and
2144           vice-versa, you can represent them with a single flag.  Fixed
2145           cut-and-paste madness between sp_canvas_buf_ensure_buf and
2146           sp_canvas_clear_buf also.  Finally, renamed sp_canvas_buf_ensure_buf
2147           to sp_canvas_prepare_buf.
2149 2005-11-09  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2151         * src/sp-item.cpp: Call updateRepr before emitting the transformed
2152           signal in sp_item_write_transform.  This fixes bug #1303423.
2154         * packaging/osx-app.sh: Fixes to allow building app bundles on both
2155           OS X 10.4 and earlier versions of the OS without altering the script.
2156           Also, add a note that Inkscape needs to be configured with
2157           --enable-osxapp when building the OS X package.
2159         * po/nl.po: Fix an "Unmatched closing </b>" warning.
2161 2005-11-08  Ralf Stephan <ralf@ark.in-berlin.de>
2163         merged with branch CXXIFICATION_VIEW_AND_WIDGET
2164         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/event-context.cpp,
2165           src/file.cpp, gradient-context.cpp, src/inkscape.cpp, src/interface.cpp,
2166           src/rect-context.cpp, src/select-context.cpp, src/seltrans.cpp,
2167           src/sp-namedview.cpp, src/spiral-context.cpp, src/star-context.cpp,
2168           src/verbs.cpp, dialogs/dialog-events.cpp, src/dialogs/layer-properties.cpp,
2169           src/ui/dialog/dialog.cpp, src/widgets/desktop-widget.cpp,
2170           src/widgets/desktop-widget.h:
2171           move gtk code into desktop-widget.cpp, called via desktop
2172         * src/ui/view/Makefile_insert: added files edit-widget-interface.h,
2173           edit-widget.cpp, edit-widget.h
2174           the EditWidget is the Gtkmm version of the SPDesktopWidget
2175         * src/ui/widget/Makefile_insert: added files ruler.cpp, ruler.h,
2176           svg-canvas.cpp, svg-canvas.h, zoom-status.cpp, zoom-status.h
2177           these are widgets part of the EditWidget
2178         * src/file.cpp, src/inkscape.cpp, src/ui/dialog/dialog.cpp, 
2179           src/ui/dialog/dialog.h, src/application/application.h, 
2180           src/application/application.cpp:
2181           divide code /wrt Application::getNewGui(): if true, it's called by the 
2182           Gtkmm application and the inkscape object is meaningless
2183         * src/application/app-prototype.h:
2184           replace UI specific return value of getWindow() with void*
2185         * src/application/editor.cpp, src/application/editor.h:
2186           made Editor a singleton, collect global UI code here that (for Gtk+)
2187           lives in inkscape.cpp and elsewhere
2188         * src/desktop-events.cpp, src/desktop.cpp, src/event-context.cpp,
2189           src/nodepath.cpp, src/seltrans.cpp:
2190           simplify calls to desktop->set_coordinate_status
2191         * src/desktop-handles.cpp, src/desktop-handles.h, 
2192           src/extension/internal/ps.cpp, src/widgets/gradient-toolbar.cpp, 
2193           src/widgets/toolbox.cpp:
2194           widget is no longer available through desktop
2195         * src/Makefile_insert: added files preferences.h preferences.cpp
2196           src/inkscape.h, src/inkscape.cpp, src/application/editor.cpp:
2197           move preferences handling into preferences.cpp/h
2198         * src/desktop.cpp, src/desktop.h:
2199           use EditWidgetInterface, more cosmetics
2200         * src/desktop.cpp, src/inkview.cpp, src/slideshow.cpp, src/svg-view-widget.cpp,
2201           src/svg-view.cpp, src/svg-view.h, src/ui/view/view.cpp, src/ui/view/view.h:
2202           streamline setDoc()/setDocument() logic
2203         * src/inkview.cpp: include empty func bodies to make linker happy
2205 2005-11-08 ------------0.43
2207 2005-11-06  Ted Gould  <ted@gould.cx>
2209         * 0.43pre2
2211 2005-11-01  Jon A. Cruz  <jon@joncruz.org>
2213         * src/io/base64stream.h, src/io/base64stream.cpp:
2214           Applied modified patch 1341198.
2216 2005-10-31  Jon A. Cruz  <jon@joncruz.org>
2218         * src/verbs.cpp:
2219           Applied patch from RFE 1247694.
2221 2005-10-26  Jon A. Cruz  <jon@joncruz.org>
2223         * share/screens/about.svg:
2224           Trimmed bad lines. Fixed bug 1310742.
2226 2005-10-24  Ted Gould  <ted@gould.cx>
2228         * 0.43pre1
2230 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
2232         * Makefile.mingw, src/io/sys.cpp:
2233           Patch 1334818.
2235 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
2237         * src/main.cpp, src/io/sys.cpp:
2238           Updating Win32 parameter filename handling.
2240 2005-10-22  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2242         * src/connector-context.cpp: Correct two typos.  Fixes bug #1333915.
2244 2005-10-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2246         * src/connector-context.cpp: Fix a bug where undoing creation of 
2247           new connectors revealed intermediate steps.
2249         * src/libavoid/connector.cpp, src/libavoid/connector.h,
2250           src/libavoid/makepath.cpp, src/libavoid/static.cpp:
2251           Applied a couple of libavoid fixes.  One of which addresses
2252           a possible crash bug.
2254 2005-10-19  Ted Gould  <ted@gould.cx>
2256         * 0.43pre0
2258 2005-10-19  Jon A. Cruz  <jon@joncruz.org>
2260         * inkscape32-16.ico: patch 1323419
2262 2005-10-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2264         * src/conn-avoid-ref.cpp: Don't pass avoided objects to libavoid
2265           if they have the 'cloned' flag set.  Fixes bug #1328401.
2267 2005-10-17  Jon A. Cruz  <jon@joncruz.org>
2269         * src/main.cpp, src/io/sys.h, src/io/sys.cpp:
2270           Switched command-line name conversion from filename to locale.
2271           Fixes bug #1250124.
2273 2005-10-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2275         * src/sp-conn-end.cpp: Don't update the repr for the curve while 
2276           manually rerouting connector endpoints.  This speeds up undo/redo
2277           and allows responsive rerouting with the xml editor window open.
2278           Fixes bug #1315489.
2280         * po/ca.po: Fix unclosed <b> found in translations.
2281         
2282 2005-10-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2284         * src/isnan.h: Update to allow compilation on OSX 10.4.
2286         * src/connector-context.cpp, src/connector-context.h,
2287           src/tools-switch.cpp: Allow double-clicking on connectors
2288           in the selector tool to swap to the connector tool.
2290 2005-10-14  Jon A. Cruz  <jon@joncruz.org>
2292         * share/palettes/Makefile.am, share/palettes/Tango-Palette.gpl:
2293           Adding the Tango palette.
2295 2005-10-13  MenTaLguY  <mental@rydia.net>
2297         * share/screens/about.svg: New copy for about dialog; did some
2298           vector clean-up and re-enabled the coffee stains.
2300 2005-10-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2302         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h:
2303           Reroute connector lines if the object itself is moved or
2304           transformed.  Previously a routed line would not unroute if it
2305           was moved away from the blocking objects.  Fixes bug #1303493.
2307 2005-10-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2309         * packaging/macosx/Resources/script, src/path-prefix.h:
2310           Don't assume the OSX app bundle will be named "Inkscape.app".
2311           This caused things like tool icons to disappear if the app
2312           bundle was renamed, e.g., to "Inscape-0.42.2.app".
2313           Fixes bug #1289648.
2315 2005-10-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2317         * src/sp-conn-end-pair.cpp: Fix a bug where connectors could
2318           sometimes be given strange routes if there was a transform on
2319           either of the objects that the connector was attached to.
2321         * src/conn-avoid-ref.cpp, src/sp-conn-end.cpp: Add a call to
2322           sp_document_ensure_up_to_date before checking bounding boxes
2323           in response to a transform signal.  This is because some
2324           objects (e.g., text) will not give the correct bbox until its
2325           update function has been called and its internal representation
2326           has been updated.  This fixes bug #1303523.
2328         * src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
2329           Restore the Connector tool preferences tab.  Use same ordering
2330           for tools as on the toolbar.  Add the standard selection cue
2331           option to the connector tool preferences.  Fixes bug #1303360.
2333 2005-10-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2335         * packaging/osx-app.sh: Include locale files in the OSX package and
2336           a couple of minor updates for building packages on OSX 10.4.x.
2338         * packaging/macosx/Resources/bin/inkscape: Fix a problem in setting
2339           LANG to the current OSX language before launching Inkscape.
2340           With this fix, the Inkscape app bundle will obey the user's
2341           language setting in the system preferences on OSX.
2343 2005-09-30  Ralf Stephan <ralf@ark.in-berlin.de>
2345         * src/desktop.*, src/widget/desktop-widget.cpp:
2346         make empty destructor, fixes #1291009
2348 2005-09-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2350         * Info.plist.in: Associate .svgz files with Inkscape on OSX.
2351           Fixes bug #1307083.
2353 2005-09-27  MenTaLguY  <mental@rydia.net>
2355         * src/gc-anchored.h: emphasize initial refcount
2357         * src/desktop.h, src/svg-view-widget.cpp, src/ui/view/view-widget.cpp,
2358           src/ui/view/view.cpp, src/ui/view/view.h,
2359           src/widgets/desktop-widget.cpp:
2361           Move _whole_ UI::View::View hierarchy over to the garbage collector
2362           and fix anchor imbalances; you can't do this piecemeal.
2364 2005-09-23  Ben Fowler  <bpfowler@users.sourceforge.net>
2366         * autogen.sh: Cleanup error message.
2368 2005-09-20  Carl Hetherington <inkscape@carlh.net>
2370         * src/file.cpp, src/file.h, src/help.cpp: don't replace empty
2371         desktops with help files / tutorials.  Fixes 1249067.
2373 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
2375         * src/jabber_whiteboard/typedefs.h:
2376           gcc4 needs more const correctness, fixes #1294298
2378 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
2380         * src/desktop.h, src/desktop.cpp, src/interface.cpp, 
2381           src/dialogs/layer-properties.cpp, src/ui/view/view.cpp,
2382           src/widgets/desktop-widget.cpp:
2383           correcting old and new oversights, fixes #1290982
2384           
2385 2005-09-15  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2387         * src/xml/repr-util.cpp (sp_repr_set_double): Split into two
2388           functions (sp_repr_set_svg_double, sp_repr_set_css_double)
2389           according to whether or not an exponent is allowed.  Update callers.
2390           (sp_repr_set_double_default): Remove this unused function.
2392 2005-09-15  Carl Hetherington <inkscape@carlh.net>
2394         * src/object-edit.cpp: fix idiotic bug introduced in previous commit.
2396 2005-09-14  Carl Hetherington <inkscape@carlh.net>
2398         * src/knot.cpp, src/knotholder.cpp: coding style.
2400 2005-09-13  Ralf Stephan <ralf@ark.in-berlin.de>
2402         * src/desktop.h, src/desktop.cpp, src/svg-view.h, src/svg-view.cpp,
2403           src/ui/view/view.h, src/ui/view/view.cpp, src/ui/view/edit.h:
2404             View::setDocument() did not call same function in subclass
2405         * src/widgets/select-toolbar.cpp:   removed usage of SP_DT_WIDGET
2406         * src/desktop.cpp:   removed last sp_desktop_* function names
2408 2005-09-13  Carl Hetherington <inkscape@carlh.net>
2410         * src/object-edit.cpp: Add some comments.  Minor refactoring.
2411         Snap points when editing rectangles; partial fix for bug 1282399.
2413         * packaging/win32/inkscape.nsi: Correct spelling of associations
2414         and associated; fix for bug 1283916.
2416 2005-09-12  Jon A. Cruz  <jon@joncruz.org>
2418         * src/dialogs/iconpreview.cpp, src/dialogs/iconpreview.h,
2419           src/widgets/icon.cpp:
2420           Icon preview now toggles between selection or whole document.
2421           Fixes REF #1281883.
2423 2005-09-12  Ralf Stephan <ralf@ark.in-berlin.de>
2425         * src/widgets/ruler.cpp:   fixed precision problem (bug #1242995)
2427 2005-09-12  Peter Moulder  <pmoulder@bowman.csse.monash.edu.au>
2429         * src/libnrtype/Layout-TNG-Compute.cpp (Calculator::_measureUnbrokenSpan):
2430           Fix line breaking for [supposedly] non-breaking whitespace characters.
2432 2005-09-11  Ralf Stephan <ralf@ark.in-berlin.de>
2434         * po/nl.po:   replaced all instances of "verkleint" with "verkleind"
2435           (bug #1277695)
2437 2005-09-10  Jon A. Cruz  <jon@joncruz.org>
2439         * src/preferences-skeleton.h, src/dialogs/iconpreview.cpp:
2440           Made icon preview sizes configurable. Fixes REF #1281885.
2442 2005-09-08  Carl Hetherington <inkscape@carlh.net>
2444         * src/object-edit.cpp: Coding style in SPRect portion.  Add
2445         Emacs/vim mode blocks.
2447 2005-09-08  Ralf Stephan <ralf@ark.in-berlin.de>
2449         * src/desktop.cpp, src/ui/view/view.cpp:
2450           removed placement new signal construction
2451         * src/desktop.cpp:   selection is no longer anchored
2452         * src/desktop.cpp, src/desktop.h:   further cleanup
2453         * src/main.cpp:   minor changes in doxygen main page
2455 2005-09-08  MenTaLguY  <mental@rydia.net>
2457         * src/xml/document.h, src/xml/session.h, src/xml/simple-session.cpp,
2458           src/xml/simple-session.h:
2460           Add Session and Document createElementNode, createCommentNode,
2461           and createTextNode methods
2463 2005-09-06  Ralf Stephan <ralf@ark.in-berlin.de>
2465         * src/desktop-handles.h, src/desktop-handles.cpp:
2466             added macros SP_DT_MSGSTACK/NAMEDVIEW/WIDGET, moved last
2467                 macros from desktop.h
2468         * src/desktop.h src/desktop.cpp, src/sp-namedview.h, 
2469           src/sp-namedview.cpp:
2470             moved default_metric and default_unit into namedview
2471         * src/desktop.h src/desktop.cpp, src/widgets/desktop-widget.h,
2472           src/widgets/desktop-widget.cpp:
2473             moved window member into desktop widget
2474         * src/dialogs/clonetiler.cpp, src/dialogs/color-picker.cpp,
2475           src/dialogs/desktop-properties.cpp, src/dialogs/dialog-events.cpp ,
2476           src/dialogs/display-settings.cpp, src/dialogs/export.cpp,
2477           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
2478           src/dialogs/transformation.cpp, src/dropper-context.cpp,
2479           src/extension/internal/ps.cpp, src/gradient-context.cpp,
2480           src/jabber_whiteboard/callbacks.cpp,
2481           src/jabber_whiteboard/chat-handler.cpp,
2482           src/jabber_whiteboard/message-processors.cpp,
2483           src/jabber_whiteboard/message-queue.cpp,
2484           src/jabber_whiteboard/session-manager.cpp,
2485           src/path-chemistry.cpp, src/satisfied-guide-cns.cpp,
2486           src/sp-text.cpp, src/text-chemistry.cpp,
2487           src/trace/potrace/inkscape-potrace.cpp,
2488           src/trace/trace.cpp, src/ui/dialog/align-and-distribute.cpp:
2489             removed dependency on desktop.h
2490         * src/arc-context.cpp, src/desktop-events.cpp, src/inkscape.cpp,
2491           src/interface.cpp, src/nodepath.cpp, src/rect-context.cpp,
2492           src/select-context.cpp, src/seltrans.cpp, src/spiral-context.cpp,
2493           src/star-context.cpp, src/text-context.cpp, src/ui/dialog/dialog.cpp,
2494           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp:
2495             minor adaptation due to the above changes
2496         * src/ui/dialog/session-player.cpp:   didn't #include config.h
2497         
2498 2005-09-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2500         * doc/keys.html, doc/keys.xml, share/screens/keys.svg,
2501           src/shortcuts.cpp:
2502           Add keyboard shortcuts for the connector tool -- Ctrl+F2 and 'o'.
2504 2005-09-05  Ralf Stephan <ralf@ark.in-berlin.de>
2506         * src/document.cpp, src/draw-anchor.cpp, src/knotholder.cpp,
2507           src/main.cpp, src/object-ui.cpp, src/selcue.cpp,
2508           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
2509           src/sp-star.cpp, src/sp-symbol.cpp, src/sp-tspan.cpp,
2510           src/dialogs/docker.cpp, src/dialogs/extensions.cpp,
2511           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
2512           src/extension/system.cpp, src/widgets/gradient-vector.cpp,
2513           src/jabber_whiteboard/session-file-player.cpp,
2514           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
2515           src/widgets/spw-utilities.cpp, src/extension/implementation/script.cpp,
2516           src/ui/dialog/transformation.cpp, src/seltrans.h,
2517           src/widgets/sp-widget.h:
2518             removed dependency on desktop.h
2519         * src/select-context.cpp, src/tools-switch.cpp, 
2520           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
2521           src/dialogs/object-properties.cpp, src/dialogs/clonetiler.cpp:
2522             added dependencies because of above changes
2523         
2524 2005-09-04  Kees Cook  <kees@outflux.net>
2526         * TRANSLATORS, Makefile.am, src/verbs.cpp, src/help.cpp,
2527           src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp,
2528           src/menus-skeleton.h, src/ui/dialog/Makefile_insert:
2529           Implemented AboutDialog following the Gnome style.
2530         * packaging/win32/inkscape.nsi: added quotes around execution name.
2532 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
2534         * src/desktop.cpp, src/dropper-context.cpp, src/forward.h,
2535           src/interface.cpp, src/main.cpp, src/sp-anchor.cpp,
2536           src/sp-text.cpp, src/splivarot.cpp, src/svg-view-widget.cpp,
2537           src/svg-view-widget.h, src/svg-view.h, src/extension/effect.h,
2538           src/extension/implementation/plugin-link.h, 
2539           src/jabber_whiteboard/session-manager.cpp,
2540           src/ui/dialog/dialog.cpp, src/ui/view/edit.h, 
2541           src/ui/view/view-widget.cpp, src/ui/view/view-widget.h,
2542           src/ui/view/view.cpp, src/ui/view/view.h:
2543             minor edits to completely remove SPView identifier, and some
2544                 dependencies
2546 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2548         * src/sp-conn-end-pair.cpp: Fix a crash bug when undoing connectors
2549           on Linux x86 where we were calling a signal destructor.
2551         * src/io/sys.cpp: Build fix - conditionally include <glib/gstdio.h>
2552           if using glib 2.6.0 or greater, since it is not available in earlier
2553           versions.
2555 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
2557         * src/svg-view-widget.h, src/svg-view-widget.cpp, src/Makefile_insert:
2558             separated SPSVGViewWidget from SPSVGView
2559         * src/desktop.h, src/svg-view.h, src/ui/view/edit.h,
2560           src/ui/view/view-widget.h, src/ui/view/view.h,
2561           src/widgets/desktop-widget.h, src/desktop.cpp,
2562           src/svg-view.cpp, src/ui/view/view-widget.cpp,
2563           src/ui/view/view.cpp, src/widgets/desktop-widget.cpp:
2564             moved SPDesktop from GObject to C++/sigc++
2565         * src/forward.h: 
2566             removed SP_DESKTOP*, SP_SVG_VIEW* macros and dependencies
2567         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
2568             changed to sigc++ but disabled call
2569         * src/desktop-events.cpp:  removed desktop_enter_notify()
2570         * src/sp-anchor.cpp:  removed handling of mouse over/out
2571         * src/helper/action.h, src/sp-use.cpp:  added missing dependency
2572         * src/arc-context.cpp, src/desktop-affine.cpp, src/desktop-events.cpp,
2573           src/desktop-handles.cpp, src/dyna-draw-context.cpp,
2574           src/event-context.cpp, src/file.cpp, src/gradient-context.cpp,
2575           src/gradient-drag.cpp, src/help.cpp, src/inkscape.cpp,
2576           src/inkview.cpp, src/interface.cpp, src/knot.cpp,
2577           src/knotholder.cpp, src/node-context.cpp, src/nodepath.cpp,
2578           src/object-ui.cpp, src/path-chemistry.cpp, src/rect-context.cpp,
2579           src/rubberband.cpp, src/satisfied-guide-cns.cpp,
2580           src/select-context.cpp, src/selection-chemistry.cpp,
2581           src/seltrans.cpp, src/shortcuts.cpp, src/slideshow.cpp,
2582           src/sp-anchor.cpp, src/sp-flowtext.cpp, src/sp-namedview.cpp,
2583           src/sp-text.cpp, src/spiral-context.cpp, src/splivarot.cpp,
2584           src/star-context.cpp, src/text-context.cpp, src/text-editing.cpp,
2585           src/tools-switch.cpp, src/verbs.cpp, src/zoom-context.cpp,
2586           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
2587           src/dialogs/dialog-events.cpp, src/dialogs/export.cpp,
2588           src/dialogs/filedialog.cpp, src/dialogs/iconpreview.cpp,
2589           src/dialogs/layer-properties.cpp, src/dialogs/stroke-style.cpp,
2590           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp,
2591           src/extension/effect.cpp, src/extension/implementation/script.cpp,
2592           src/extension/internal/grid.cpp, src/extension/internal/ps.cpp,
2593           src/helper/window.cpp, src/ui/dialog/dialog.cpp,
2594           src/ui/widget/imageicon.cpp, src/widgets/gradient-toolbar.cpp,
2595           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
2596           src/widgets/toolbox.cpp:
2597             minor adaptations due to the above changes
2598         * src/desktop-events.h:  removed dependencies 
2599         * src/selection.cpp:  improved doxygen documentation
2600         
2601 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2603         * src/connector-context.cpp: Fix a bug where a data structure was
2604           not being freed, triggering an assertion failure and Inkscape to
2605           crash sometimes when the connector tool context was switched.
2607 2005-09-03  Aaron Spike <aaron@ekips.org>
2609         * src/node-context.cpp, src/livarot.cpp: Fixing a problem where node
2610           adding and curve dragging operate on fills. A special thank you to
2611           Simon Budig of GIMP fame for working with me and giving very 
2612           thorough explanations of his curve dragging code.
2614 2005-09-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2616         * src/libavoid/connector.cpp, src/libavoid/connector.h: Autoroute
2617           connectors while they are being drawn in the connector context.
2619         * src/sp-conn-end.cpp: Fix a bug where connectors attached to shapes
2620           were not always getting updated.  Their path was sometimes thought
2621           to be valid even when it was not.
2623 2005-09-02  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2625         * src/sp-conn-end.cpp: Fix a bug where connectors not attached to
2626           shapes were not updating correctly if an object was dropped on
2627           their path.
2629 2005-09-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2631         * src/sp-conn-end.cpp, src/sp-conn-end.h, src/sp-conn-end-pair.cpp,
2632           src/sp-conn-end-pair.h, src/sp-path.cpp, src/libavoid/graph.cpp,
2633           src/libavoid/incremental.cpp:
2635         Connectors now automagically reroute as a result of any 'avoided'
2636         object being placed on their path.  They also update to better
2637         paths when blocking shapes are removed.
2638          
2639         * src/connector-context.cpp: Update TODO list.  Only show endpoints
2640           and allow manipulation of paths marked as connectors.
2642         * src/libavoid/connector.cpp, src/libavoid/connector.h: Connectors
2643           with invalid paths can now notify other code via a callback,
2644           rather than just setting a boolean flag.
2646         * src/conn-avoid-ref.cpp: Fix an obscure crash bug in the connector
2647           routing code where we were still using a freed data structure.
2649 2005-08-31  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2651         * src/conn-avoid-ref.cpp, src/conn-avoid-ref.h: Use the correct
2652           coordinate system when passing shape geometry to libavoid.
2653           Add a small amount of buffer space around objects.
2654         
2655         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
2656           src/path.cpp: Add code to handle the "inkscape:connector-type"
2657           attribute.
2659         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h: Store information
2660           about type paths, to determine whether they are connectors.  Keep
2661           a reference to the libavoid representation if necessary.  Add code
2662           to call libavoid to get a path for a connector.
2663         
2664         * src/sp-conn-end.cpp: Call the connector routing code when connector
2665           ends are moved.  Move connector endpoints rather than stretching
2666           when adjusting to draw to shape edge.
2667           
2668         * src/libavoid/connector.cpp, src/libavoid/connector.h: Make the
2669           connector references aware of their own initialisation state.
2671         * src/connector-context.cpp:  Update TODO list.  Update for other
2672           changes.  Fix a bug where multi-segment connectors had a solid
2673           black fill while being dragged.
2675         * src/display/curve.cpp, src/display/curve.h: Add a function to 
2676           simply move the two endpoints of a curve.
2678 2005-08-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2680         * src/conn-avoid-ref.cpp, src/libavoid/connector.cpp,
2681           src/libavoid/graph.cpp, src/libavoid/makepath.cpp,
2682           src/libavoid/shape.cpp, src/libavoid/vertices.cpp,
2683           src/libavoid/vertices.h, src/libavoid/visibility.cpp:
2685         Use a better system for unique IDs within libavoid.  This properly
2686         addresses a hack in SPAvoidRef that was unsafe on amd64 machines.
2688         * configure.ac: Add the src/libavoid subdir.
2689         
2690 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2692         * src/attributes.cpp, src/connector-context.cpp, src/sp-item.cpp:
2693           Use "inkscape:connector-avoid" instead of "inkscape:avoid".
2695 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2697         * src/libavoid/timer.cpp: Remove some code assuming a fixed size for
2698           timer types.
2700 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2702         * src/connector-context.cpp: Fix a problem where the context didn't
2703           notice the current selection when it was entered.  Also, fix a 
2704           problem where connectors disappeared for a moment when an endpoint
2705           was clicked (for rerouting), but before the mouse was moved.
2707 2005-08-29      David Yip               <yipdw@rose-hulman.edu>
2709         * src/ui/dialog/whiteboard-connect.{cpp,h},
2710           src/ui/dialog/whiteboard-sharewithchat.{cpp,h}:
2711           Improved widget layout (switched to Gtk::Table)
2713         * src/jabber_whiteboard/session-manager.cpp:
2714           Fixed crash that occurred when connecting via SSL to a Jabber
2715           server that does not support SSL
2716           
2717 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2719         * src/Makefile_insert, src/attributes-test.cpp, src/attributes.cpp,
2720           src/attributes.h, src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
2721           src/forward.h, src/sp-item.cpp, src/sp-item.h:
2722          
2723           Add code that handles the "inkscape:avoid" attribute, used to mark
2724           whether an item should be avoided for the purposes of routing
2725           connectors.  This code also calls libavoid when an 'avoided'
2726           item is moved/transformed.
2727         
2728         * src/connector-context.cpp, src/connector-context.h,
2729           src/widgets/toolbox.cpp:
2730           
2731           Add a couple of buttons to the connector context's toolbar to
2732           allow selected objects to be marked as avoided or ignored for the
2733           purpose of connector routing.
2734           
2735         * src/libavoid/debug.h, src/libavoid/geomtypes.h, 
2736           src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
2737           src/libavoid/shape.cpp:
2738         
2739           Misc fixes: turn off debugging output, put types in the Avoid
2740           namespace, and add an assertion for a special case that can
2741           cause problems.
2743 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2745         * share/icons/icons.svg: Add a couple of icons for the connector
2746           context toolbar.
2748 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2750         * src/Makefile.am, src/Makefile_insert, src/libavoid/*:
2751           Add libavoid code, the library that does all the path planning
2752           work for autorouting connectors.
2754 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2756         * src/Makefile_insert: Remove a reference to the previously moved
2757           src/desktop-widget.h.  This wasn't breaking the build, but was
2758           stopping me from generating tags files.
2759           
2760 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
2762         * src/ui/view/edit.h, src/ui/view/view.h, src/ui/view/view.cpp,
2763           src/ui/view/view-widget.h, src/ui/view/view-widget.cpp,
2764           src/widgets/desktop-widget.h, src/svg-view.h, src/desktop.cpp:
2765             separated SPViewWidget from SPView
2766         * src/connector-context.cpp, src/dyna-draw-context.cpp,
2767           src/file.cpp, src/gradient-context.cpp, src/knot.cpp,
2768           src/node-context.cpp, src/nodepath.cpp, src/path-chemistry.cpp,
2769           src/pen-context.cpp, src/pencil-context.cpp, src/rect-context.cpp,
2770           src/selection-chemistry.cpp, src/spiral-context.cpp,
2771           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
2772           src/text-context.cpp, src/verbs.cpp, src/dialogs/display-settings.cpp,
2773           src/dialogs/layer-properties.cpp, src/dialogs/find.cpp,
2774           src/dialogs/clonetiler.cpp, src/trace/trace.cpp,
2775           src/trace/potrace/inkscape-potrace.cpp:
2776             all these files relied on a dependency in view.h to include
2777           code for MessageStack and/or MessageContext which is now removed
2778         * dialogs/desktop-properties.cpp:   improved doxygen documentation
2779         
2780 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
2782         * src/desktop.cpp, src/widgets/desktop-widget.h, 
2783           src/widgets/desktop-widget.cpp: 
2784           abstracted out all Gtk+ calls from SPDesktop into SPDesktopWidget
2785         * src/Doxyfile, src/main.cpp, src/desktop.cpp:
2786           improved doxygen documentation
2787           
2788 2005-08-25  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2790         * src/connector-context.cpp, src/connector-context.h:
2791           Change the connector context to use Inkscape's standard selection
2792           mechanism.  Show connector endpoint handles for single connectors
2793           in the selection.  This is the proposed interaction changes as
2794           discussed on the mailing list.  See the post there for a greater
2795           description of the change.
2797 2005-08-24  Ralf Stephan <ralf@ark.in-berlin.de>
2799         * src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
2800           separated SPDesktopWidget from SPDesktop
2801         * src/desktop-widget.h:   removed
2802         * src/toolbox.cpp, src/toolbox.h, src/select-toolbar.cpp,
2803           src/select-toolbar.h, src/gradient-toolbar.cpp, 
2804           src/gradient-toolbar.h:   moved into src/widgets
2805         * src/desktop.h, src/desktop.cpp, src/desktop-events.cpp,
2806           src/verbs.cpp, src/Makefile_insert, src/widgets/Makefile_insert,
2807           src/arc-context.cpp, src/dyna-draw-context.cpp,
2808           src/gradient-context.cpp, src/rect-context.cpp,
2809           src/select-context.cpp, src/spiral-context.cpp,
2810           src/star-context.cpp, src/interface.cpp, src/seltrans.cpp:
2811           adapted following SPDesktopWidget separation
2812         
2813 2005-08-24      David Yip       <yipdw@rose-hulman.edu>
2815         * src/jabber_whiteboard/session-manager.{cpp.h},
2816           src/jabber_whiteboard/callbacks.cpp,
2817           src/ui/dialog/whiteboard-connect.{cpp,h}:
2818           added support for XMPP over SSL to Inkboard
2820 2005-08-22  Ralf Stephan <ralf@ark.in-berlin.de>
2822         * src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp:
2823           both dialogs are now unresizable (bug #1237865)
2824         * src/main.cpp: enhanced doxygen main page
2826 2005-08-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2828         * packaging/osx-app.sh: Added a command line option which allows
2829           the executable and bundled dylibs to be stripped, significantly
2830           reducing the package size.
2832 2005-08-20  Ralf Stephan <ralf@ark.in-berlin.de>
2834         * src/desktop-style.cpp: fixed bug 1247989: nonstroked objects are
2835           no longer counted in stroke_average_width()
2836         * src/Doxyfile: added 3 more files
2837         * src/main.cpp: introduced doc hierarchy on doxygen main page
2838         * src/desktop-style.cpp:  improved doxygen documentation
2839           
2840 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2842         * src/connector-context.cpp, src/connector-context.h:
2843           Rework connector context to extend SPEventContext instead of
2844           SPDrawContext, and remove most of the borrowed draw context
2845           code.
2847 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2849         * src/menus-skeleton.h: correct the verb for "Select All In All Layers"
2850           since it was just showing a verb error in the menu.
2852 2005-08-19  Kees Cook  <kees@outflux.net>
2854         * autogen.sh, tools-version.sh, distro: report Ubuntu correctly, detect
2855           and reject unsafe automake versions (1.9.0 -> 1.9.6).
2857 2005-08-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2859         * src/dialogs/display-settings.cpp:
2860           Align the "Oversample bitmaps" option in the preferences
2861           dialog with all the other options.
2863 2005-08-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2865         * src/Makefile_insert: Added connector-context.{cpp,h}
2867         * src/connector-context.cpp, src/connector-context.h: New code for
2868           the connector context.  Handles the interaction of creating and
2869           modifying connectors.
2871         * src/sp-conn-end.cpp, src/sp-conn-end.h: Added sp_conn_adjust_path
2872           for adjusting the path of connectors to the edge of shapes, and
2873           sp_conn_end_detach to detach a connector endpoint from a shape.
2874           Also, when there is only a single shape attached to a connector
2875           and it is moved, then reroute the connector leaving its unattached
2876           endpoint where it is, rather than just moving the whole thing with
2877           the shape.
2879         * src/preferences-skeleton.h, src/toolbox.cpp, src/tools-switch.cpp,
2880           src/tools-switch.h, src/verbs.cpp, src/verbs.h,
2881           src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
2883           Enable the connector context.  Give it a preferences tab, toolbox,
2884           icon, etc.  Also, correct some vim modelines.
2885           
2886         * src/display/sp-canvas.cpp: Allow enter and leave events to be generated
2887           for canvas items when mouse buttons are depressed.
2889         * src/pixmaps/cursor-connector.xpm: A cursor for connector context.
2891 2005-08-18  Jon A. Cruz  <jon@joncruz.org>
2893         * src/knot.cpp: Corrected type conflict for crash bugs.
2895 2005-08-18  Ralf Stephan <ralf@ark.in-berlin.de>
2897         * src/Doxyfile: added 4 more files
2898         * src/extension/implementation/plugin-link.h,
2899           src/extension/internal/gimpgrad.cpp:  improved doxygen documentation
2900           
2901 2005-08-16  Ralf Stephan <ralf@ark.in-berlin.de>
2903         * src/desktop.h, src/desktop.cpp: replaced gboolean with bool
2904         * src/display/curve.cpp: made is_moveto() inline
2905         * src/knot.cpp, src/extension/extension.cpp, src/helper/action.cpp:
2906           added editor footer
2907         * src/desktop.h, src/desktop.cpp, src/knot.cpp, src/sp-gradient.cpp,
2908           src/display/curve.cpp, src/extension/extension.cpp,
2909           src/extension/implementation/plugin.h, 
2910           src/extension/implementation/plugin.cpp,
2911           src/extension/internal/gimpgrad.cpp, src/helper/action.cpp:
2912           improved doxygen documentation
2914 2005-08-14  MenTaLguY  <mental@rydia.net>
2916         * src/widgets/layer-selector.cpp: quick fix for crash bug when
2917           deleting unnamed layer [bug 1255843]
2919 2005-08-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2920         
2921         * packaging/macosx/ScriptExec/main.c: Allow the user to ignore the
2922           automatic fixing of the fontconfig problem and fix the problem
2923           manually.  Don't pop up the dialog again in this case when they
2924           relaunch Inkscape.
2926 2005-08-13  Ralf Stephan <ralf@ark.in-berlin.de>
2928         * src/menus-skeleton.h: fixed cvs bug where, in the default menus.xml, 
2929           given submenus didn't have correct names, so translation on 
2930           non-English systems was missed.
2931         
2932 2005-08-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2934         * packaging/macosx/Resources/script, packaging/macosx/ScriptExec/main.c:
2936         Fix for the fontconfig cache problem on OS X 10.4.  The first time 
2937         Inkscape is launched on 10.4 machines, after checking X11 is available,
2938         a dialog is brought up informing users of the fontconfig problem.  The
2939         dialog has a button to run fc-cache as root.  If chosen, an OS X
2940         authentication dialog in launched and fc-cache is run following the
2941         authentication.  A file is stored in ~/.inkscape to mark that fc-cache
2942         has been run.
2943         
2944 2005-08-11  Ralf Stephan <ralf@ark.in-berlin.de>
2946         * src/sp-gradient.cpp,src/sp-gradient-fns.h,src/event-context.h,
2947           src/event-context.cpp:  replaced gboolean with bool
2948         * src/document-undo.cpp:  added editor footer
2949         * src/sp-gradient.cpp, src/desktop.cpp, src/document.h,
2950           src/document.cpp, src/document-undo.cpp, src/event-context.h,
2951           src/event-context.cpp, src/selection.h:
2952           improved doxygen documentation
2954 2005-08-10      David Yip       <yipdw@rose-hulman.edu>
2956         * src/Makefile_insert: added composite-undo-stack-observer.{cpp,h}
2958         * src/document.{cpp.h},
2959           src/document-undo.cpp, src/document-private.h: 
2960           added hooks for undo stack observer
2962         * src/jabber_whiteboard/Makefile_insert: added new classes
2964         * src/jabber_whiteboard/callbacks.cpp: moved document initialization actions
2965           here (not the best idea, admittedly...)
2967         * src/jabber_whiteboard/connection-establishment.cpp,
2968           src/jabber_whiteboard/session-manager.*,
2969           src/jabber_whiteboard/chat-handler.cpp: updated to work with new listeners
2971         * src/jabber_whiteboard/message-contexts.cpp,
2972           src/jabber_whiteboard/message-handler.*,
2973           src/jabber_whiteboard/message-tags.*,
2974           src/jabber_whiteboard/defines.h: new message types (TODO: trim out dead
2975           types)
2977         * src/jabber_whiteboard/message-queue.*,
2978         * src/jabber_whiteboard/message-node.h: made MessageNode capable of
2979           representing more message types, as required by callbacks.cpp
2980           and new commit model
2982         * src/jabber_whiteboard/message-utilities.*: new utilities, although
2983           this entire class should be going bye-bye soon (its main tasks have been
2984           taken over by SerializerNodeObserver)
2986         * src/jabber_whiteboard/node-tracker.*: removal of node-level locks
2988         * src/jabber_whiteboard/node-utilities.*: removal of unnecessary methods;
2989           this class should also be removed soon
2991         * src/jabber_whiteboard/session-file-selector.cpp: miscellaneous tweaks
2993         * src/jabber_whiteboard/typedefs.h: new type definitions to handle the new
2994           commit model (TODO: prune unnecessary types)
2996         * src/xml/event.cpp: small hack to get Inkboard working (shouldn't be
2997           there, but I'm still learning my way around XML::Node and
2998           XML::Session...help welcome)
3000         * src/undo-stack-observer.h: interface for classes that watch undo, redo,
3001           and undo log commit events
3003         * src/composite-undo-stack-observer.*: similar to CompositeNodeObserver;
3004           combines multiple undo stack observers
3006         * src/jabber_whiteboard/serializer-node-observer.*: XML::Event serializer
3008         * src/jabber_whiteboard/deserializer.*: XML::Event deserializer
3010         * src/jabber_whiteboard/tracker-action-observer.*: simple observer to
3011           watch for added and removed nodes in undo/redo actions (put aside for
3012           now)
3014         * src/jabber_whiteboard/undo-stack-observer.*: Inkboard's undo stack
3015           observer implementation
3017 2005-08-10  Ralf Stephan <ralf@ark.in-berlin.de>
3019         * src/main.cpp: introduced doxygen doc main page with links
3021 2005-08-09  Ralf Stephan <ralf@ark.in-berlin.de>
3023         * src/Doxyfile: added 5 more files
3024         * src/display/curve.h, src/display/curve.cpp, src/knot.cpp,
3025           src/dialogs/export.cpp: replaced gboolean with bool
3026         * src/display/curve.cpp: removed sp_curve_finish() as it is nowhere 
3027           called, made sp_curve_ensure_space() static
3028         * src/sp-object.cpp, src/sp-item.cpp, src/libnr/n-art-bpath.h,
3029           src/libnr/nr-path-code.h, src/ui/view/view.cpp, src/dialogs/export.cpp,
3030           src/display/bezier-utils.cpp, src/display/curve.h,
3031           src/display/curve.cpp, src/knot.h, src/knot.cpp:
3032           improved doxygen documentation
3034 2005-08-08  MenTaLguY  <mental@rydia.net>
3036         * README.txt, README: make autotools happy
3038 2005-08-06  MenTaLguY  <mental@rydia.net>
3040         * Makefile.am, HACKING, HACKING_de, HACKING_fr, HACKING_it,
3041           HACKING.txt, HACKING.de.txt, HACKING.fr.txt, HACKING.it.txt,
3042           README, README_ca, README_de, README_fr, README_it,
3043           README.txt, README.ca.txt, README.de.txt, README.fr.txt, README.it.txt:
3045           saner filenames
3047 2005-08-06  MenTaLguY  <mental@rydia.net>
3049         * src/xml/Makefile_insert, src/xml/log-builder.cpp,
3050           src/xml/log-builder.h, src/xml/simple-session.cpp,
3051           src/xml/simple-session.h:
3053           Implement XML::LogBuilder class and use it from XML::SimpleSession.
3055 2005-08-06  MenTaLguY  <mental@rydia.net>
3057         * src/xml/event.h, src/xml/event.cpp, src/xml/event-fns.h:
3058           rejigger the way XML event logs are handled, based on NodeObservers
3060 2005-08-06  MenTaLguY  <mental@rydia.net>
3062         * src/xml/simple-session.cpp: minor formatting cleanups
3064 2005-08-06  Ted Gould <ted@gould.cx>
3066         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
3068         Adding in a hash table for Verb ID lookups.  This makes searching for them
3069         in the dynamic menus much faster.
3071 2005-08-06  Ralf Stephan <ralf@ark.in-berlin.de>
3073         * src/sp-offset.cpp: 
3074           removed a dependency, made refresh_offset_source() static
3075         * src/svg-view.cpp, src/svg-view.h, src/sp-spiral.cpp, src/sp-spiral.h: 
3076           replaced gboolean with bool
3077         * src/sp-offset.cpp, src/sp-root.cpp, src/sp-stop.h, src/sp-spiral.h,
3078           src/sp-spiral.cpp, src/svg-view.h, src/svg-view.cpp, src/style.cpp:
3079           improved doxygen documentation
3080         
3081 2005-08-05  MenTaLguY  <mental@rydia.net>
3083         * inkscape.spec.in: include translated manpages
3085 2005-08-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3087         * po/nl.po: fix a typo: close a bold tag.
3089 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
3091         * src/jabber_whiteboard/typedefs.h:
3092           fixed incorrect template specialization syntax,
3093           removed duplicate definitions (oops...)
3095         * src/gc-alloc.h:
3096           removed explicit keyword from allocator constructors, as it is
3097           necessary to allow implicit conversion for rebinding.  Some
3098           containers in the libstdc++ in GCC 3.4.x require this, such as anything
3099           using the standard library's red-black tree implementation --
3100           std::set, std::map, std::multimap
3102 2005-08-03  Ralf Stephan <ralf@ark.in-berlin.de>
3104         * src/pen-context.cpp: made sp_pen_context_root_handler static
3105         * src/snap.h: removed getSnapToBBox() declaration
3106         * src/sp-stop.h: removed three dependencies
3107         * src/Doxyfile: added further 3 files
3108         * src/object-hierarchy.cpp, src/pen-context.h, src/pen-context.cpp,
3109           src/pencil-context.h, src/pencil-context.cpp, src/snap.h, 
3110           src/snap.cpp, src/sp-stop.h, src/sp-gradient.h, src/sp-gradient.cpp,
3111           src/sp-linear-gradient.h, src/sp-radial-gradient.h:
3112           improved doxygen documentation
3114 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
3116         * src/jabber_whiteboard/Makefile_insert,
3117           src/jabber_whiteboard/message-handler.cpp,
3118           src/jabber_whiteboard/empty.cpp:
3119           fixing some build issues (Apple's ar doesn't like creating
3120           archives with an empty member list, so empty.cpp is a null
3121           placeholder to be used as the sole member in the jabber_whiteboard
3122           archive in the event that a user does not wish to enable
3123           Inkboard)
3125 2005-08-02  Bryce Harrington <bryce@bryceharrington.org>
3127         * src/ui/dialog/*.*:  Update copyrights
3129         * doc/WISHLIST:  s/Sodipodi/Inkscape/
3131         * src/desktop.cpp:  Rename SPView to Inkscape::UI::View::View
3133         * changing include file syntax from "" to <> where appropriate
3135         * Changing copyrights to be consistent
3137 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
3139         * src/menus-skeleton.h:
3140           added WITH_INKBOARD ifdef to prevent Inkboard options from being
3141           compiled into the menu skeleton if the Inkboard code is not enabled
3143 2005-08-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3145         *  src/display/curve.cpp: Correctly free an array with "delete []".
3147 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
3149         * src/jabber/whiteboard/node-tracker.cpp:
3150           removed unnecessary anchoring of XML::Nodes in XMLNodeTracker
3152 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
3154         * src/jabber_whiteboard/typedefs.h:
3155           moved back to GC::Alloc from traceable_allocator
3157         * src/jabber_whiteboard/node-tracker.cpp:
3158           fixed anchor-release problem with XML::Nodes in XMLNodeTracker
3160 2005-08-01  MenTaLguY  <mental@rydia.net>
3162         * src/gc.cpp, src/gc-core.h: Hans says it's okay to use
3163           GC_malloc_atomic_uncollectable
3165 2005-08-01  MenTaLguY  <mental@rydia.net>
3167         * src/gc-alloc.h: fix improper allocation size
3169 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
3171         * src/jabber_whiteboard/message-handler.cpp: removed some
3172           debug output
3174         * src/dialogs/whiteboard-sharewithchat.cpp: removed some excess
3175           debugging code
3177         * src/jabber_whiteboard/session-manager.cpp: removed 
3178           redundant if (x == NULL) tests surrounding delete
3180 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
3182         * src/ui/icons.cpp, src/ui/stock-items.cpp, src/ui/stock.cpp, 
3183           src/ui/stock.h:
3184           added Inkboard UI stock items
3186         * src/dialogs/whiteboard*:
3187           old C/Gtk Inkboard dialogs for collecting user input necessary
3188           to establish Jabber connections and Inkboard sessions (they're
3189           still used in some parts of the Inkboard code)
3191         * src/Makefile.am, src/Makefile_insert, src/desktop.cpp, 
3192           src/desktop.h, src/document.cpp, src/file.cpp, src/file.h,
3193           src/menus-skeleton.h, src/verbs.cpp, src/verbs.h:
3194           added necessary UI code to access Inkboard functions
3196         * src/jabber_whiteboard/Makefile_insert,
3197           src/jabber_whiteboard/buddy-list-manager.*,
3198           src/jabber_whiteboard/callbacks.*,
3199           src/jabber_whiteboard/chat-handler.*,
3200           src/jabber_whiteboard/connection-establishment.*,
3201           src/jabber_whiteboard/defines.h,
3202           src/jabber_whiteboard/error*,
3203           src/jabber_whiteboard/internal-constants.*,
3204           src/jabber_whiteboard/invitation-confirm-dialog.*,
3205           src/jabber_whiteboard/jabber-handlers.*,
3206           src/jabber_whiteboard/makefile*,
3207           src/jabber_whiteboard/message-*,
3208           src/jabber_whiteboard/node-*,
3209           src/jabber_whiteboard/received-message-helpers.cpp,
3210           src/jabber_whiteboard/player-functors.*,
3211           src/jabber_whiteboard/session-*,
3212           src/jabber_whiteboard/tracker-node.h,
3213           src/jabber_whiteboard/typedefs.h:
3214           Initial commit of Inkboard code
3215         * src/ui/dialog/session-player*,
3216           src/ui/dialog/whiteboard*:
3217           C++/Gtkmm replacements for some old C/Gtk dialogs
3218         * configure.ac:
3219           added Inkboard configure checks
3220         * src/ui/view/edit.cpp,
3221           src/ui/view/edit.h,
3222           src/ui/view/view.cpp:
3223           added Inkboard code stubs to new Gtkmm code
3224         * share/ui/menus-bars.xml:
3225           added Inkboard code stubs to menu UI XML
3227 2005-08-01  Ralf Stephan <ralf@ark.in-berlin.de>
3229         * src/sp-object.cpp: improved doxygen documentation
3231 2005-07-31  Ralf Stephan <ralf@ark.in-berlin.de>
3233         * src/nodepath.cpp: removed three dependencies
3235 2005-07-31  MenTaLguY  <mental@rydia.net>
3237         * src/sp-object.cpp, src/sp-object.h, src/sp-use.cpp:
3238           adopt more consistent refcounting policy
3240         * src/sp-object.h: make second parameter to sp_object_ref and
3241           sp_object_unref optional
3243 2005-07-30  Ralf Stephan <ralf@ark.in-berlin.de>
3245         * src/draw-anchor.cpp, src/nodepath.h: reduced dependencies
3246         * src/nodepath.cpp: removed duplicate dependency, added two from 
3247           nodepath.h, made triangle_area() inline
3248         * src/node-context.cpp: added dependency removed from nodepath.h
3249         * src/Doxyfile: added 2 further files to the scanned list
3250         * src/nodepath.h: moved function docs into nodepath.cpp
3251         * src/color.cpp: made file work with src/Doxyfile
3252         * src/color.cpp, src/draw-anchor.cpp, src/geom.cpp, src/nodepath.cpp:
3253           improved doxygen documentation
3254         * src/event-context.cpp: added a \todo
3255         * src/geom.cpp: added editor footer
3257 2005-07-30  Ted Gould  <ted@gould.cx>
3259         * src/Makefile_insert, src/inkscape.cpp, src/inkscape.h,
3260         src/interface.cpp, src/selection.cpp, src/verbs.cpp, src/verbs.h,
3261         src/extension/effect.cpp, src/extension/effect.h, src/menus-skeleton.h:
3263         Doing two things.  One, making menus configurable by an external xml file
3264         and the second is enabling sensitivity in the verbs.  These are both in
3265         pretty basic states right now, but workable.
3267 2005-07-29  MenTaLguY  <mental@rydia.net>
3269         * src/shortcuts.cpp: made Ctrl+Shift+G the "primary" ungroup shortcut
3271 2005-07-28  Carl Hetherington  <inkscape@carlh.net>
3273         * src/arc-context.cpp: CodingStyle.  Replace gboolean with bool.
3275         * src/desktop-events.cpp: CodingStyle: whitespace.  Add editor
3276         variables block.  gboolean exorcism.  Declaration-to-first-use fixes.
3277         
3279 2005-07-27  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3281         * src/style.h (SP_SCALE24_MAX): Change from 0xffffff to 0xff0000,
3282           and add documentation for choice of value.
3283           (SP_SCALE24_TO_FLOAT) Return a double instead of a float.
3284           (SP_SCALE24_FROM_FLOAT) Change rounding behaviour.
3285           These changes are intended to combat float rounding bugs on x86.
3287         * src/style.cpp (sp_style_merge_from_style_string): Use libcroco
3288           to parse style="..." attribute strings, to improve CSS parsing.
3290 2005-07-27  Ralf Stephan <ralf@ark.in-berlin.de>
3292         * src/Doxyfile: added 10 further files to the scanned list
3293         * src/gc-anchored.h, src/gc-managed.h, src/object-hierarchy.h, 
3294           src/pencil-context.h, src/selection.h, src/sp-object.h, src/sp-spiral.h, 
3295           src/svg-view.h, src/verbs.h, src/livarot/float-line.h, src/util/list.h, 
3296           src/widgets/paint-selector.h, src/xml/repr.h: 
3297           made file work with src/Doxyfile
3298         * src/livarot/int-line.h, src/livarot/float-line.h: 
3299           moved part of documentation into *.cpp file
3300         * src/gc-anchored.h, src/knot-holder-entity.h, src/nodepath.h, 
3301           src/pen-context.h, src/pencil-context.h, src/selection.h, 
3302           src/sp-gradient.h, src/sp-gradient.cpp, src/sp-item.h, src/sp-object.h, 
3303           src/sp-spiral.h, src/style.h, src/svg-view.h, src/extension/extension.h, 
3304           src/libnr/nr-matrix.h, src/livarot/int-line.h, src/livarot/int-line.cpp, 
3305           src/livarot/float-line.h, src/livarot/float-line.cpp, 
3306           src/livarot/sweep-event.h, src/livarot/sweep-event-queue.h, 
3307           src/util/list.h, src/widgets/paint-selector.h, src/xml/repr.h, 
3308           src/xml/repr.cpp: documentation improvements
3309         * src/sp-item.h: added editor footer
3311 2005-07-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3313         * src/svg/stringstream.h, src/svg/stringstream.cpp:
3314           Trim trailing zeros from after the decimal point when writing
3315           float or double to Inkscape::SVGOStringStream.
3316         * src/style-test.cpp: Update expected output accordingly.
3317         * src/svg/stringstream-test.h: New unit test.
3318         * src/Makefile.am, src/svg/Makefile_insert: Add the new unit test.
3319         * src/svg/Makefile_insert:
3320           Don't link unused ftos.cpp, but do link new file stringstream.cpp.
3322 2005-07-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3324         * share/icons/icons.svg: Add icon for connector context.
3326 2005-07-25  Ralf Stephan <ralf@ark.in-berlin.de>
3328         * src/libnr/nr-pixblock.h:  interface cleanup of NRPixBlock: size and mode
3329           are now named enums, empty is now bool, changes to function interfaces 
3330           because of that, changed C macros to C++ inline functions, changed clean 
3331           flag in some function interfaces from int to bool.
3332         * src/libnr/nr-pixblock.cpp:  adaptations due to changes in nr-pixblock.h,
3333           added assert to ...setup_extern() which remains a bit ... risky,
3334         * src/display/sp-canvas.cpp: 
3335           made sp_canvas_item_construct() static, inlined two other functions
3336         * src/svg-view.cpp: piped emit_resized through C++ façade (incomplete)
3337         * src/ui/view/view.h: removed legacyMessageContext() member
3338         * src/Doxyfile: added files, and options to collect todo and bugs
3339         * src/display/curve.cpp: moved member docs into curve.h
3340         * src/event-context.cpp: long line cosmetics, moved a function for clarity
3341         * src/sp-offset.h, src/sp-spiral.cpp, src/svg-view.cpp, 
3342           src/libnr/nr-types.h: added editor footer
3343         * src/color-rgba.h, src/draw-anchor.h, src/event-context.*, src/knot-*.h, 
3344           src/message-*.h, src/modifier-fns.h, src/nodepath.h, 
3345           src/pencil-context.cpp, src/pen-context.*, src/snap.*, src/sp-gradient.h, 
3346           src/sp-gradient-fns.h, src/sp-item.cpp, src/sp-item-notify-moveto.h, 
3347           src/sp-linear-gradient*, src/sp-offset.*, src/sp-radial-gradient*, 
3348           src/sp-spiral.cpp, src/style.cpp, src/svg-view.cpp, src/verbs.cpp, 
3349           src/dialogs/export.cpp, src/display/bezier-utils.cpp, 
3350           src/display/curve.*, src/diplay/sp-canvas.*, 
3351           src/extension/implementation/plugin*, src/extension/internal/gimpgrad.h, 
3352           src/libnr/nr-matrix.h, src/libnr/nr-matrix-scale-ops.h, 
3353           src/libnr/nr-matrix-translate-ops.h, src/libnr/nr-pixblock.*, 
3354           src/libnr/nr-point.h, src/libnr/nr-rotate.h, src/libnr/nr-rotate-fns.h, 
3355           src/libnr/nr-scale-matrix-ops.h, src/libnr/nr-types.h, 
3356           src/livarot/int-line.h, src/ui/view/view.*:
3357           
3358           made file work with src/Doxygen, doxygen documentation improvements
3360 2005-07-24  Ted Gould  <ted@gould.cx>
3362         * 0.42 Release
3364 2005-07-21  Ted Gould  <ted@gould.cx>
3366         * 0.42pre3
3368 2005-05-21  Kees Cook  <kees@outflux.net>
3370         * share/icons/*xpm, src/ui/dialog/transformation.cpp,
3371           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h:
3372           Hooked up Gtkmmified Icon manager correctly.  (bug 1217367)
3373         * Makefile.mingw, Makefile.mingw.common: patch 1241293 for build fixes
3375 2005-07-12  Ted Gould  <ted@gould.cx>
3377         * 0.42pre2
3379 2005-07-11  MenTaLguY  <mental@rydia.net>
3381         * src/debug/logger.cpp: wrap stack vector in method to avoid
3382           potential static initialization issues
3384         * src/sp-object.cpp: add refcount logging
3386 2005-07-09  MenTaLguY  <mental@rydia.net>
3388         * src/document-undo.cpp, src/inkscape.cpp, src/debug/event.h,
3389           src/debug/logger.cpp, src/debug/logger.h, src/debug/simple-event.h,
3390           src/xml/composite-node-observer.cpp, src/xml/event.cpp,
3391           src/xml/simple-node.cpp:
3393           Categorize debugging events and add the ability to filter them
3394           via setting the INKSCAPE_DEBUG_FILTER environment variable to
3395           a comma-separated list of debug event categories.
3397 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
3399         * src/interface.cpp: Spackle for Bug 1217361 "freeze on quitting 
3400         with transform dialog"
3402 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
3404         * src/interface.cpp: Whitespace changes only
3406 2005-07-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3408         * Info.plist.in, packaging/osx-app.sh, packaging/macosx/*:
3410         Changes and new files required to build an Inkscape dmg on Mac OS X.
3412 2005-07-05  Ted Gould  <ted@gould.cx>
3414         * 0.42pre1
3416 2005-07-04  MenTaLguY  <mental@rydia.net>
3418         * src/sp-metadata.cpp: strip id= attributes under rdf:RDF elements
3420 2005-07-04  MenTaLguY  <mental@rydia.net>
3422         * src/sp-object.cpp, src/xml/node-fns.h, src/xml/node-fns.cpp:
3423           don't force id= attributes on anything except elements in the SVG,
3424           Sodipodi, or Inkscape namespaces.
3426 2005-07-04  MenTaLguY  <mental@rydia.net>
3428         * src/verbs.cpp: redo cryve's fix to use defaultLabel() rather than
3429           label()
3431 2005-07-04  Bryce Harrington <bryce@bryceharrington.org>
3433         * src/livarot/float-line.cpp:  Patch from Ralf Stephan
3434         <ralf@ark.in-berlin.de> to suppress two warnings.
3435         
3436 2005-06-28  Ted Gould  <ted@gould.cx>
3438         * src/verbs.h:
3440         Changing from gnu::hash_map to std::map.  The only reason this was a
3441         hash_map before is because I was stealing code that I didn't understand,
3442         and a std::map works as well.  This fixes bug #1172199 for Tru64.
3444 2005-06-28  Ted Gould  <ted@gould.cx>
3446         * src/extension/dependency.cpp:
3448         Fix for #1169396 -- setting the default type for a dependency to file,
3449         this seems to be the only way that the print function could end up using
3450         undefined memory, and then passing it on the gettext.
3452 2005-06-28  Ted Gould  <ted@gould.cx>
3454         * src/extension/implementation/script.cpp,
3455         src/extension/implementation/script.h:
3457         Adding support for information coming back on STDERR from scripts.  This
3458         fixes bug #1220959 and RFE #1178941
3460 2005-07-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3462         * src/sp-stop.h, sp-gradient.cpp, widgets/gradient-vector.cpp:
3463           Implement currentColor as possible value for stop-color, as per spec.
3465 2005-07-02  Kees Cook  <kees@outflux.net>
3467         * src/dialog/rdf.cpp: Added FreeArt license, RFE #1230981.
3469 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
3471         * inkscape.nsi:  Fix for bug #1230744 'wrong installer language'
3472         by theadib.
3474         * src/swatches.cpp: Fix for bug #1217973.  The KDE swatches file
3475         consists of 3 column numbers (missing 4th column), and also lacks
3476         an ending newline.  In this situation, the name variable returned
3477         from trim() could be null, thus causing a segfault when used as an
3478         input to Glib::ustring.
3480         * src/sp-image.cpp: Patch for bug #1210100 by bpfowler to help
3481         narrow in on the cause of the bug.
3483         * README:  Requested change for bug #1174991.  Directions for
3484         installation of perl libs
3485         
3486 2005-07-01  Ben Fowler  <bpfowler@users.sourceforge.net>
3488         * src/desktop.cpp src/svg-view.cpp src/dialogs/display-settings.cpp 
3489         src/dialogs/export.cpp src/dialogs/find.cpp 
3490         src/extension/internal/ps.cpp: Replaced calls to gtk_widget_set_usize 
3491         with GTK2 version.
3493 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
3495         * inkscape.pod, src/main.cpp: Applying Makzu's patch to implement
3496           --vacuum-defs
3498 2005-06-28  Ted Gould  <ted@gould.cx>
3500         * 0.42pre0
3502 2005-06-23  MenTaLguY  <mental@rydia.net>
3504         * src/extension/implementation/script.cpp:
3505           support for ruby scripts (interpreter="ruby")
3507 2005-06-20  Ted Gould  <ted@gould.cx>
3509         * src/desktop.cpp, src/desktop.h, src/document-private.h,
3510         src/document.cpp, src/document.h, src/extension/effect.h,
3511         src/extension/implementation/script.cpp:
3513         Adding in a signal to show that the document is being reconstructed from
3514         another document.  This is used by the scripting extensions implementation
3515         to say to the desktops that they need to save their object references
3516         as strings instead of pointers -- and then recreate them when the
3517         reconstruction is complete.
3519         * src/extension/prefdialog.cpp: Making "OK" have focus.
3521         * src/verbs.cpp, src/verbs.h: Some prototype code to start making verbs
3522         sensitive or not.  Not tied in to anything currently.
3524 2005-06-20  MenTaLguY  <mental@rydia.net>
3526         * src/xml/repr-io.cpp: whoops... don't emit xmlns:xml
3528 2005-06-18  Richard Hughes  <cyreve@users.sourceforge.net>
3530         * src/text-context.cpp, src/text-context.h, src/libnrtype/Layout-TNG.h:
3531           implement double- and triple-clicking of text for selecting the
3532           current word and line respectively
3534 2005-06-16  MenTaLguY  <mental@rydia.net>
3536         * src/interface.cpp: removed "Go to root" context menu item
3538         * src/widgets/layer-selector.cpp: hide "(root)" unless it is the current
3539           layer
3541 2005-06-11  Aaron Spike  <aaron@ekips.org>
3543         * confiugre.ac,
3544           packaging/autopackage/default.apspec.in:
3546           Adding the autopackage specfile
3548 2005-06-10  Richard Hughes  <cyreve@users.sourceforge.net>
3550         * src/text-context.cpp:
3551           use ctrl-left/right for moving cursor by word in text mode,
3552           and ctrl-a for select all text
3554 2005-06-09  Bryce Harrington <bryce@bryceharrington.org>
3556         * src/ui/dialogs/align-and-distribute.cpp,
3557           src/ui/dialogs/align-and-distribute.h,
3558           src/verbs.cpp:
3559           Hooking up Aubanel's new align and distribute dialog
3561 2005-06-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3563         * src/text-context.cpp (sp_text_context_root_handler):
3564           Greater conformance to ISO 14755 for unicode entry.  We now
3565           implement all of the ``Basic method'' portion of that spec
3566           except for non-latin hexadecimal digits (first 6 letters of
3567           other alphabets).  (Instead, we do the same as for all other
3568           shortcuts, viz. force a group0 (latin) interpretation of the
3569           keypress.)
3571 2005-06-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3573         * src/pen-context.cpp (spdc_endpoint_snap): Pen tool: do snapping
3574           (i.e. namedview_free_snap_all_types) even for initial point.
3576         * src/Makefile.am (INCLUDES), src/extension/script/Makefile_insert
3577         (extension_script_libscript_a_CXXFLAGS):
3579           Put PERL_CFLAGS PYTHON_CFLAGS into global INCLUDES rather than
3580           using a libscript_a_CXXFLAGS var (which involved creating .o files
3581           specific to that lib).
3583 2005-06-06  Ted Gould  <ted@gould.cx>
3585         * src/extensions/effect.cpp:
3587         Adding in the code so that effects can be undoable.
3589         * src/extensions/implementation/script.[cpp,h]
3591         Adding in the code so that a new window is not displayed when an
3592         effect is executed.  Now it is in the same window (much nicer).
3594         * src/extensions/internal/latex*.[cpp,h]
3596         Patches from the mailing list to add LaTeX output.
3598 2005-06-04  MenTaLguY  <mental@rydia.net>
3600         * src/extensions/init.cpp:
3602           That tears it.  Showing the error dialog on startup goes.  I've
3603           had to respond to one too many bloody bug reports.  If we released
3604           0.42 with this too we'll drive away users permanently.  As it was,
3605           a lot of people were assuming 0.41 was broken when they saw this
3606           and reverted to 0.40.
3608 2005-05-31  MenTaLguY  <mental@rydia.net>
3610         * src/preferences-skeleton.h: disable extension error dialog on startup
3611           -- I'm sick of hearing that Inkscape is broken because people see
3612           this dialog on startup.  It makes us look bad.
3613           
3614           We're not going to repeat this for 0.42 -- find a better approach.
3616 2005-05-28  MenTaLguY  <mental@rydia.net>
3618         * src/document.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
3619           src/sp-flowtext.cpp, src/sp-object.cpp, src/sp-object.h,
3620           src/sp-path.cpp, src/sp-rect.cpp, src/sp-root.cpp, src/sp-root.h,
3621           src/sp-shape.cpp, src/version.cpp, src/version.h:
3623           propagate SVG version upwards, and move SPVersion into Inkscape
3624           namespace
3626 2005-05-24  Simarilius  <Simarilius@yahoo.com>
3628         * src/verbs.cpp, src/dialogs/tiledialog.cpp, src/dialogs/tiledialog.h,
3629         src/ui/dialogs/dialog-manager.cpp
3630         
3631         Converted the tiledialog over to the inkscape:ui:dialog class and hooked
3632         it into dialog manager
3634 2005-05-24  Ted Gould  <ted@gould.cx>
3636         * src/extension/dependency.cpp, src/extension/extension.cpp,
3637         src/extension/extension.h, src/extension/init.cpp,
3638         src/extension/implementation/script.cpp:
3640         Applying patch 1199856 which allows Inkscape to have multiple directories
3641         for extensions.  Currently those are /share/inkscape/extensions and
3642         ~/.inkscape/extensions.  The patch was written by Aaron Spike.
3644 2005-05-23  Ted Gould  <ted@gould.cx>
3646         * share/extensions/<alot>
3648         Adding in Aaron Spike's extensions so that they come with the standard
3649         build.  Lot's of useful stuff that is worth having for most users.
3651 2005-05-19  MenTaLguY  <mental@rydia.net>
3653         * src/verbs.cpp, src/ui/dialog/align-and-distribute.h,
3654           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
3655           src/ui/dialog/document-preferences.h, src/ui/dialog/export.h,
3656           src/ui/dialog/extension-editor.h, src/ui/dialog/fill-and-stroke.h,
3657           src/ui/dialog/find.h, src/ui/dialog/inkscape-preferences.h,
3658           src/ui/dialog/layer-editor.h, src/ui/dialog/messages.h,
3659           src/ui/dialog/text-properties.h, src/ui/dialog/transformation.h,
3660           src/ui/dialog/xml-editor.h, src/ui/view/edit.cpp:
3662           refactoring of the dialog manager code, introducing factory
3663           functions and a method specifically for showing a dialog
3665 2005-05-19  MenTaLguY  <mental@rydia.net>
3667         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
3669           fix layer property undo crash bugs (#1192708 and #1171704)
3671 2005-05-19  MenTaLguY  <mental@rydia.net>
3673         * src/debug/Makefile_insert, src/debug/sysv-heap.cpp,
3674           src/debug/sysv-heap.h, src/gc.cpp, src/debug/gc-heap.h,
3675           src/debug/heap.cpp:
3677           moved GC Heap statistics stuff into libdebug to ease circular
3678           dependencies
3680 2005-05-17  MenTaLguY  <mental@rydia.net>
3682         * src/ui/dialog/memory.cpp:
3684           reduce magnitude of memory jitter somewhat by avoiding some vector
3685           resizing and copying
3687 2005-05-16  MenTaLguY  <mental@rydia.net>
3689         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
3691           revised Debug::Heap API slightly
3693         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
3695           thousands separators and other niceties.  'apply' now forces a
3696           garbage collection and immediate update.
3698 2005-05-16  MenTaLguY  <mental@rydia.net>
3700         * src/ui/dialog/memory.cpp: re-use existing rows, though it doesn't
3701           seem to help memory jitter much
3703 2005-05-15  MenTaLguY  <mental@rydia.net>
3705         * src/debug/heap.cpp: fix bounds error
3707         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
3708         
3709         flesh out basic memory info dialog
3711 2005-05-15  MenTaLguY  <mental@rydia.net>
3713         * configure.ac: cleaned up tests
3715         * src/debug/heap.cpp: fixed feature macro names
3717 2005-05-15  MenTaLguY  <mental@rydia.net>
3719         * configure.ac: added tests for mallinfo and malloc.h
3721         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
3723           fix up Debug::Heap API slightly
3725 2005-05-14  MenTaLguY  <mental@rydia.net>
3727         * src/interface.cpp, src/verbs.cpp, src/verbs.h,
3728           src/ui/dialog/Makefile_insert, src/ui/dialog/dialog-manager.cpp,
3729           src/ui/dialog/dialog-manager.h, src/ui/dialog/memory.cpp,
3730           src/ui/dialog/memory.h:
3731           
3732           added skeletal memory statistics dialog
3734 2005-05-12  Juerg Billeter  <j@bitron.ch>
3736         * configure.ac: Have pkgconfig explicitly require gdkmm-2.4 & glibmm-2.4
3737         (used directly by Inkscape), rather than relying on transitive
3738         dependencies.  It's said that this is required in some cases with
3739         pkgconfig 0.17 and later.
3741 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
3743         * ChangeLog configure.ac src/Makefile_insert src/desktop-widget.h
3744           src/desktop.h src/dropper-context.cpp src/file.cpp
3745           src/shortcuts.cpp src/sp-text.cpp src/splivarot.cpp
3746           src/svg-view.h src/text-context.cpp src/verbs.cpp
3747           src/extension/implementation/plugin-link.h
3748           src/extension/internal/grid.cpp src/helper/action.h
3749           src/helper/window.cpp src/ui/dialog/dialog.cpp
3750           src/ui/dialog/messages.cpp src/ui/view/view.cpp
3751           src/ui/view/view.h:   
3753           Moving view.* into src/ui/view/
3754         
3755 2005-05-09  MenTaLguY  <mental@rydia.net>
3757         * src/gc-alloc.h: const-correctness fix
3759 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
3761         * configure.ac:  Defaulting with-gnome-vfs to on if library is
3762           present. 
3763         
3764         * po/POTFILES.in : Fixed error causing compile failure
3766         * src/Makefile_insert src/arc-context.cpp src/desktop-events.cpp
3767            src/desktop.cpp src/desktop.h src/dyna-draw-context.cpp
3768            src/gradient-context.cpp src/gradient-toolbar.cpp
3769            src/interface.cpp src/make.dep src/make.files
3770            src/rect-context.cpp src/select-context.cpp
3771            src/select-toolbar.cpp src/seltrans.cpp src/spiral-context.cpp
3772            src/star-context.cpp src/toolbox.cpp src/verbs.cpp src/view.cpp
3773            src/view.h src/application/application.cpp
3774            src/application/application.h src/application/editor.cpp
3775            src/application/editor.h src/ui/dialog/align-and-distribute.cpp
3776            src/ui/dialog/align-and-distribute.h
3777            src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h
3778            src/ui/dialog/dialog.cpp src/ui/dialog/dialog.h
3779            src/ui/dialog/document-preferences.cpp
3780            src/ui/dialog/document-preferences.h src/ui/dialog/export.cpp
3781            src/ui/dialog/export.h src/ui/dialog/extension-editor.cpp
3782            src/ui/dialog/extension-editor.h
3783            src/ui/dialog/fill-and-stroke.cpp
3784            src/ui/dialog/fill-and-stroke.h src/ui/dialog/find.cpp
3785            src/ui/dialog/find.h src/ui/dialog/inkscape-preferences.cpp
3786            src/ui/dialog/inkscape-preferences.h
3787            src/ui/dialog/layer-editor.cpp src/ui/dialog/layer-editor.h
3788            src/ui/dialog/messages.h src/ui/dialog/text-properties.cpp
3789            src/ui/dialog/text-properties.h
3790            src/ui/dialog/transformation.cpp src/ui/dialog/transformation.h
3791            src/ui/dialog/tree-editor.h src/ui/dialog/xml-editor.cpp
3792            src/ui/dialog/xml-editor.h src/ui/view/Makefile_insert
3793            src/ui/view/edit.cpp src/ui/view/edit.h :
3795            Renaming sp-desktop-widget.h to desktop-widget.h for
3796            consistency with other desktop files.  Beginning migration of
3797            desktop-* and view* files into ui/view/ subdir.  Incorporating
3798            DialogManager into existing SPDesktop code.  Making SPView
3799            derive from GObject.  Changing Messages dialog to run via
3800            DialogManager.  Removing getName() and getDesc() routines from
3801            Dialogs.  
3802         
3803 2005-05-08  MenTaLguY  <mental@rydia.net>
3805         * src/Makefile_insert: change link order since the GC code now
3806           depends on the debugging stuff
3808         * src/debug/Makefile_insert, src/debug/heap.cpp, src/debug/heap.h:
3810           added heap statistics stuff
3812         * src/gc.cpp: register the GC heap with the heap statistics facility
3814 2005-05-07  MenTaLguY  <mental@rydia.net>
3816         * src/gc-anchored.h, src/gc-core.h, src/gc-finalized.h,
3817           src/gc-managed.h, src/gc.cpp:
3819           hide the global Ops structure from the outside world, and expose
3820           some additional libgc API.
3822 2005-05-07  Ted Gould  <ted@gould.cx>
3824         * src/extension/parameter.cpp: bug fix for empty string parameter
3826         * share/extensions/dropshadow.inx,
3827         src/extension/implementation/script.cpp:
3829         Adding in an "interpreter" attribute for "command" that will prepend
3830         the command with the interpreter.  Right now only "perl" and "python"
3831         work, and they only prepend "perl" and "python", but more will be
3832         added later.
3834 2005-05-07  MenTaLguY  <mental@rydia.net>
3836         * src/xml/composite-node-observer.cpp: bug fixes
3838         * src/xml/simple-node.cpp, src/xml/simple-node.h: switch to using
3839           CompositeNodeObserver, which has saner add/remove semantics
3841         * src/util/list-container-test.cpp: add another test, just to be sure
3843         * src/dialogs/xml-tree.cpp: remove need for is_interactive flag on
3844           attribute changes (the flag is effectively disabled by the other
3845           changes)
3847 2005-05-05  MenTaLguY  <mental@rydia.net>
3849         * src/debug/event.h, src/debug/logger.cpp:
3851           PropertyPair is now its own class
3852         
3853         * src/xml/simple-node.cpp: add logging of XML node mutation
3855         * src/xml/Makefile_insert, src/xml/composite-node-observer.cpp,
3856           src/xml/composite-node-observer.h:
3858           added CompositeNodeObserver class, which will eventually replace
3859           the existing notifier lists
3861 2005-05-05  MenTaLguY  <mental@rydia.net>
3863         * src/inkscape.cpp: try to cleanly terminate log in case of crashes
3865 2005-05-05  MenTaLguY  <mental@rydia.net>
3867         * src/document-undo.cpp, src/debug/Makefile_insert, src/debug/logger.cpp,
3868           src/debug/simple-event.h, src/xml/event.cpp:
3870           add debug logging for undo+redo+transactions
3872 2005-05-05  MenTaLguY  <mental@rydia.net>
3874         * src/inkscape.cpp, src/main.cpp: initialize and shutdown debug log
3875           from more reliable place
3877         * src/debug/logger.cpp: clean up log via std::atexit()
3879 2005-05-04  MenTaLguY  <mental@rydia.net>
3881         * configure.ac, src/Makefile.am, src/Makefile_insert,
3882           src/debug/Makefile_insert, src/debug/makefile.in:
3884           added src/debug/ subdir
3886         * src/gc-alloc.h: no default management type for now
3888         * src/debug/event-tracker.h, src/debug/event.h, src/debug/logger.cpp,
3889           src/debug/logger.h: simple XML logging facility
3891         * src/util/Makefile_insert: fixed cut-and-paste error
3893 2005-04-29  Jon A. Cruz  <jon@joncruz.org>
3894         * src/dialogs/swatches.cpp, src/dialogs/eek-preview.h,
3895           src/dialogs/eek-preview.cpp:
3897         Added property to swatch to block taking focus.
3899 2005-04-28  Jon A. Cruz  <jon@joncruz.org>
3900         * src/dialogs/Makefile_insert, src/dialogs/eek-preview.cpp,
3901           src/dialogs/eek-preview.h, src/dialogs/swatches.cpp,
3902           src/dialogs/swatches.h, src/ui/previewholder.cpp,
3903           src/ui/previewable.h, src/ui/widget/panel.cpp:
3905           Adding new widget for color swatch usage.
3907 2005-04-24  Bryce Harrington <bryce@bryceharrington.org>
3909         * src/Makefile.am src/Makefile_insert,
3910           src/application/Makefile_insert, src/application/editor.cpp,
3911           src/application/editor.h, src/extension/internal/svg.cpp,
3912           src/ui/Makefile_insert, src/ui/view/Makefile_insert,
3913           src/ui/view/edit.cpp, src/ui/view/edit.h, src/ui/view/makefile.in,
3914           src/application/editor-impl.cpp, src/application/editor-impl.h:
3916           Renaming EditorImpl to UI::View::Edit
3918           Fixing bug 1185873 "batch mode crasher" caused by VFS being
3919           called with relative paths.  Adding a check to see whether the
3920           input is a valid uri, and if not, just calling sp_document_new
3921           directly.
3924 2005-04-23  Ted Gould  <ted@gould.cx>
3926         * src/extension/input.cpp, src/extension/input.h,
3927         src/extension/output.cpp, src/extension/output.h,
3928         src/extension/system.cpp, src/extension/implementation/implementation.cpp,
3929         src/extension/implementation/implementation.h,
3930         src/extension/implementation/plugin-link.h,
3931         src/extension/implementation/plugin.cpp,
3932         src/extension/implementation/plugin.h,
3933         src/extension/implementation/script.cpp,
3934         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
3935         src/extension/internal/eps-out.h:
3937         Changing the prototype for the input/output preferences to be closer to
3938         that of Effects.  This is a good thing because now autogui can be used for
3939         all, and it is much cleaner.  Unfortunately, this caused alot of files to
3940         be changed.  Also, this sets up the extensions dialog (we're only using
3941         one now) to be integrated into the GTKmm codebase easier.
3943 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3944         * src/widgets/sp-color-wheel-selector.cpp,
3945           src/widgets/sp-color-scales.h, src/widgets/sp-color-slider.cpp,
3946           src/widgets/sp-color-scales.cpp:
3947         Changed CMYK selector to display values as 0-100. Fixes REF #1124499.
3949 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3950         * src/xml/repr-io.cpp:
3951         Expand entities; matches 0.41 behavior. Fixes bug #1157478.
3953 2005-04-20  Jon A. Cruz  <jon@joncruz.org>
3954         * src/sp-object-repr.cpp:
3955         Turned off the half-done <animate> element. Fixes bug #1119935.
3957 2005-04-19  Carl Hetherington  <inkscape@carlh.net>
3959         * src/pen-context.cpp: snap first point to grid correctly, fixing
3960         #1152057.  Remove a pointless call to spdc_endpoint_snap().
3962         * src/main.cpp: support for command-line export of PS and EPS,
3963         with options.
3965 2005-04-19  Piers Titus van der Torren  <piersvdt@users.sourceforge.net>
3966         * src/seltrans.cpp:
3967         Fixed skew so it displays and snaps to angle instead of percentage.
3969 2005-04-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3971         * src/extension/internal/pov-out.cpp (PovOutput::save):
3972         Was dividing component bytes by 256 instead of the usual 255 to get
3973         floating point component.  Changed to use sp_color_get_rgb_floatv
3974         instead.  (N.B. This change is wrong if pov files disallow 1.0.)
3976         Multiply opacity by product of all ancestors' opacity property computed
3977         value.
3979 2005-04-18  Carl Hetherington  <inkscape@carlh.net>
3981         * src/sp-line.cpp, src/dialogs/unclump.cpp,
3982         src/extension/internal/ps.cpp,
3983         src/libnrtype/Layout-TNG-Output.cpp,
3984         src/Layout-TNG-Scanline-Makers.cpp, src/livarot/PathCutting.cpp:
3985         add missing include of nr-point-matrix-ops.h.
3987 2005-04-17  Jon A. Cruz  <jon@joncruz.org>
3988         * src/toolbox.cpp:
3990         Corrected improper use of static. Fixes bug #1171919.
3992 2005-04-16  Ted Gould  <ted@gould.cx>
3994         * src/extension/extension.cpp, src/extension/parameter.cpp:
3996         Adding in autogui for strings and booleans.  Also making everything
3997         a little more robust.
3999 2005-04-17  cyreve  <cyreve@users.sourceforge.net>
4001         * src/: sp-text.cpp, sp-text.h, text-context.cpp, text-editing.cpp,
4002           text-editing.h, libnrtype/Layout-TNG-Compute.cpp: hook up keys
4003           for adding rotate= attribute to text elements
4005         * src/libnrtype/Layout-TNG-OutIter.cpp: visual cursor left/right in
4006           counterdirectional text runs
4008 2005-04-16  cyreve  <cyreve@users.sourceforge.net>
4010         * src/: display/nr-arena-glyphs.cpp, libnrtype/FontInstance.cpp,
4011           libnrtype/RasterFont.cpp, libnrtype/font-instance.h,
4012           libnrtype/font-style.h: make miter-limit work for text outlines
4013           (bug 1094430)
4015 2005-04-16  Ted Gould  <ted@gould.cx>
4017         * src/main.cpp:
4019         Added a command-line arguement --extension-directory to find what
4020         extension directory Inkscape is configured for.  This should be 
4021         helpful for external extensions that want to use the same path
4022         as Inkscape itself on their install.
4024         * src/extension/extension.cpp, src/extension/init.cpp:
4026         Putting in half of Aaron's fix, mostly the one to keep things from
4027         crashing, next we need to examine how to add multiple search paths
4028         for extension dependencies.
4030         Also, added a check so that autogui won't create a GUI if there are
4031         no preferences.
4033 2005-04-13  Jon Phillips <jon@rejon.org>
4034         * src/toolbox.cpp: removed code that was beeping and prepped for new
4035           drag-n-drop color swatches.
4037 2005-04-13  cyreve  <cyreve@users.sourceforge.net>
4039         * src/path-chemistry.cpp: wire up converting object to path for
4040           flowtext
4042 2005-04-13  Jon A. Cruz  <jon@joncruz.org>
4043         * src/dialogs/swatches.cpp:
4045         Simple drag-n-drop out from color swatches.
4047 2005-04-12  cyreve  <cyreve@users.sourceforge.net>
4049         * src/: selection-chemistry.cpp, text-context.cpp, text-context.h,
4050           text-editing.cpp, text-editing.h: cut and copy selected text (bug
4051           1175441)
4053 2005-04-12  Ted Gould  <ted@gould.cx>
4055         * src/extension/extension.cpp, src/extension/extension.h,
4056         src/extension/parameter.cpp, src/extension/parameter.h,
4057         src/extension/implementation/script.cpp:
4059         This is support for having command line arguments from the parameters,
4060         mostly this is a quick hack to get Aaron working, I'll clean it up
4061         shortly, I promise.  But, it does seem to be working right now.  More
4062         polish shortly.
4064 2005-04-10  Jon A. Cruz  <jon@joncruz.org>
4065         * src/interface.cpp:
4067         Adding drag-n-drop support for arbitrary images. Fixes bug 1177714.
4070 2005-04-10  Ted Gould  <ted@gould.cx>
4072         * Lots of files:
4074         Moving around the plugins, and disabling the feature.  I've put all
4075         the functionality into the internal directory.  This should allow for
4076         the features to be used until plugins could work.  Also, adding in
4077         features to do autogui with the parameters of a given extension.
4079 2005-04-09  Bryce <bryce@bryceharrington.org>
4081         * src/view.h, src/application/editor-impl.cpp,
4082           src/application/editor-impl.h, src/svg-view.h:
4084           C++-ification.  Created some C++ wrapper member functions for
4085           SPView and SPSVGView, to enable Gtkmmification of SPDesktop
4087 2005-04-09  MenTaLguY  <mental@rydia.net>
4089         * src/selection.cpp, src/selection.h, src/dialogs/align.cpp,
4090           src/extension/implementation/script.cpp,
4091           src/extension/plugin/bluredge.cpp, src/util/glib-list-iterators.h:
4093           excise STL abuse, and fix up the glib list iterators
4095 2005-04-09  MenTaLguY  <mental@rydia.net>
4097         * src/file.cpp, src/interface.cpp, src/shortcuts.cpp,
4098           src/sp-object-repr.cpp, src/sp-skeleton.cpp, src/verbs.cpp,
4099           src/dialogs/export.cpp, src/display/nr-arena-item.cpp,
4100           src/libnrtype/FontFactory.cpp, src/libnrtype/TextWrapper.h,
4101           src/livarot/ShapeMisc.cpp, src/livarot/float-line.cpp:
4103           combined several different 64-bit cleanness patches
4105 2005-04-08 Jon Phillips <jon@rejon.org>
4106         * src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h: 
4107           added copyright statements about dialog manager code I wrote.
4109 2005-04-08  MenTaLguY  <mental@rydia.net>
4111         * src/draw-context.cpp, src/dyna-draw-context.cpp, src/path-chemistry.cpp,
4112           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
4113           src/splivarot.cpp, src/extension/plugin/bluredge.cpp,
4114           src/trace/trace.cpp:
4116           renaming Inkscape::Selection methods that deal with XML::Nodes
4118 2005-04-08  MenTaLguY  <mental@rydia.net>
4120         * src/document-undo.cpp: try again with handling incomplete transactions
4121           more gracefully
4123 2005-04-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4125         * src/io/sys.h, src/io/sys.cpp (dir_open, dir_read_utf8name):
4126           New functions: utf8 wrappers around g_dir_open, g_dir_read_name.
4128 2005-04-02  Bryce Harrington <bryce@bryceharrington.org>
4130         * configure.ac share/ui/menus-bars.xml, src/Makefile.am,
4131           src/Makefile_insert, src/file.cpp,
4132           src/application/editor-impl.cpp,
4133           src/application/editor-impl.h,
4134           src/extension/init.cpp, src/extension/input.cpp,
4135           src/extension/system.cpp,
4136           src/extension/implementation/implementation.cpp,
4137           src/extension/implementation/plugin.cpp,
4138           src/extension/implementation/script.cpp,
4139           src/extension/internal/svg.cpp
4140         : Implementing preliminary load-from-URI functionality.
4141         
4143 2005-04-02  MenTaLguY  <mental@rydia.net>
4145         * src/document-undo.cpp, src/xml/event-fns.h, src/xml/event.cpp,
4146           src/xml/event.h:
4148           more debugging info for incomplete transactions
4150 2005-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4152         * src/sp-gradient.cpp: Fix crash with cycles in gradient hrefs.
4154 2005-04-01  Jon A. Cruz  <jon@joncruz.org>
4155         * src/ui/widget/panel.h, src/ui/widget/panel.cpp, src/ui/previewholder.h,
4156           src/ui/previewholder.cpp,src/dialogs/swatches.cpp,
4157           src/dialogs/swatches.h:
4158           Added UI for switching palettes
4160 2005-04-01  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4161         * src/style.cpp (sp_style_merge_from_dying_parent): New function to
4162           combine the styles of the <use> element and its ghost child when
4163           unlinking.
4164         * src/sp-use.cpp: Use it.
4166 2005-03-31  Jon A. Cruz  <jon@joncruz.org>
4167         * src/ui/widget/panel.cpp, src/ui/widget/panel.h, src/path-prefix.h,
4168           src/dialogs/swatches.cpp, src/dialogs/swatches.h
4169           share/palettes/Makefile.am, share/palettes/svg.gpl:
4170           Adding palette loading.
4172 2005-03-31 Jean-François Lemaire <jflemaire@skynet.be>
4173         * share/icons/David_icons.svg: new icon theme by David Christian Berg
4175         * share/icons/README.icons: explanations on how to use the theme
4177 2005-03-30  Jean-François Lemaire <jflemaire@skynet.be>
4178         * share/icons/icons.svg: included the layer menu icons
4180         * src/verbs.cpp: assigned names for the layer menu icons
4182 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
4183         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
4184           src/ui/previewholder.h, src/ui/previewfillable.h,
4185           src/dialogs/iconpreview.cpp, src/dialogs/swatches.cpp:
4186           Adding panel menu
4188 2005-03-27  Jon Phillips <jon@rejon.org>
4189         * src/toolbox.cpp src/toolbox.h src/ui/dialog/dialog-manager.cpp
4190           src/ui/dialog/dialog-manager.h: Added generic dialog adding,
4191           deleting, and getting and fixed toolboxes to be static with no
4192           warnings.
4194 2005-03-26  Bryce <bryce@bryceharrington.com>
4196         * share/ui/keybindings.rc, share/ui/menus-bars.xml
4197           src/application/editor-impl.cpp, src/application/editor-impl.h,
4198           src/extension/internal/svg.cpp, src/ui/dialog/Makefile_insert,
4199           src/ui/dialog/dialog-manager.cpp,
4200           src/ui/dialog/dialog-manager.h, src/ui/dialog/messages.cpp,
4201           src/ui/dialog/messages.h: Initial implementation of canvas in
4202           gtkmm.  Incorporating Messages dialog.
4205 2005-03-24  MenTaLguY  <mental@rydia.net>
4207         * src/sp-item.cpp: fix relative transforms to accommodate viewbox
4209 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
4211         * src/ui/Makefile_insert, src/dialogs/swatches.cpp,
4212           src/dialogs/swatches.h, src/ui/previewable.h,
4213           src/ui/previewfillable.h, src/ui/previewholder.cpp,
4214           src/ui/previewholder.h:
4215           Refactoring previewable functionality to be more generic
4217 2005-03-24  cyreve  <cyreve@users.sourceforge.net>
4219         * src/: text-context.cpp, text-editing.cpp, text-editing.h:
4220           functions for applying style to selected text, and wire them
4221           up to ctrl-b/ctrl-i for bold/italic
4223 2005-03-23  Jon Phillips <jon@rejon.org>
4224         * src/toolbox.h src/toolbox.cpp: Fixed warning messages.
4226 2005-03-23  Jon A. Cruz  <jon@joncruz.org>
4228         * src/ui/previewable.h, src/ui/Makefile_insert,
4229           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
4230           Preliminary work for 'Previewable' interface.
4232 2005-03-23  cyreve  <cyreve@users.sourceforge.net>
4234         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
4235           libnrtype/Layout-TNG-Output.cpp: make text on path work correctly
4236           with accent glyphs and suchlike
4238         * src/: text-chemistry.cpp, libnrtype/Layout-TNG.h: apply text's
4239           alignment to startOffset on new textpath elements, fixes bug
4240           1168145
4242         * src/libnrtype/Layout-TNG-OutIter.cpp: selecting text to the end
4243           sometimes displays wrong
4245 2005-03-22  MenTaLguY  <mental@rydia.net>
4247         * src/arc-context.cpp, src/desktop-handles.cpp,
4248           src/desktop-handles.h, src/desktop.cpp, src/desktop.h,
4249           src/document.h, src/draw-context.cpp, src/draw-context.h,
4250           src/file.cpp, src/forward.h, src/gradient-context.cpp,
4251           src/gradient-drag.cpp, src/gradient-drag.h, src/gradient-toolbar.cpp,
4252           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
4253           src/node-context.h, src/nodepath.cpp, src/object-ui.cpp,
4254           src/path-chemistry.cpp, src/rect-context.cpp, src/selcue.cpp,
4255           src/selcue.h, src/select-context.cpp, src/select-toolbar.cpp,
4256           src/selection-chemistry.cpp, src/selection-chemistry.h,
4257           src/selection-describer.cpp, src/selection-describer.h,
4258           src/selection.cpp, src/selection.h, src/seltrans.cpp,
4259           src/seltrans.h, src/sp-flowtext.cpp, src/spiral-context.cpp,
4260           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
4261           src/text-context.cpp, src/toolbox.cpp, src/verbs.cpp,
4262           src/dialogs/align.cpp, src/dialogs/clonetiler.cpp,
4263           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
4264           src/dialogs/find.cpp, src/dialogs/iconpreview.cpp,
4265           src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
4266           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4267           src/dialogs/tiledialog.cpp, src/dialogs/transformation.cpp,
4268           src/dialogs/xml-tree.cpp, src/extension/plugin/bluredge.cpp,
4269           src/extension/plugin/grid.cpp, src/trace/trace.cpp,
4270           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
4271           src/ui/dialog/transformation.cpp, src/ui/dialog/transformation.h,
4272           src/widgets/sp-widget.cpp, src/widgets/sp-widget.h:
4274           SPSelection -> Inkscape::Selection
4276 2005-03-22  cyreve  <cyreve@users.sourceforge.net>
4278         * src/text-context.cpp: pressing esc doesn't hide text selection
4280         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4281           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
4282           libnrtype/Layout-TNG.h: make text selection inverse
4284 2005-03-21  Jon Phillips <jon@rejon.org>
4286         * share/icons/icons.svg src/dropper-context.cpp
4287           src/dropper-context.h src/toolbox.cpp src/toolbox.h
4288           src/dialogs/display-settings.cpp: Added controls for eye dropper
4289           so that I could get color values. Removed option from application
4290           preferences.
4292 2005-03-21  MenTaLguY  <mental@rydia.net>
4294         * src/util/Makefile_insert, src/util/glib-list.h,
4295           src/util/glib-list-iterators.h:
4297           retired old Glib list to Util::List adaptor and replaced it with
4298           new iterator classes that directly wrap the Glib list types
4300 2005-03-21  cyreve  <cyreve@users.sourceforge.net>
4302         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp: text
4303           selection doesn't show when it starts at the end of a line
4305         * src/: text-context.cpp, text-editing.cpp: crash on overtyping
4306           selection, and displayed selection not removed on overtype
4308         * src/text-editing.cpp: kerning information placed wrongly in text
4309           after child span element
4311         * src/libnrtype/Layout-TNG-OutIter.cpp: crash when pressing home key
4313         * src/: text-context.cpp, text-context.h: text selection using the
4314           mouse
4316         * src/: make.dep, make.files, make.ofiles,
4317           libnrtype/Layout-TNG-OutIter.cpp: further optimisation of text
4318           selection, and an implementation for text on a path
4320         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp,
4321           libnrtype/Layout-TNG.h: optimisation of text selection and fixing
4322           some bugs in it
4324 2005-03-18  MenTaLguY  <mental@rydia.net>
4326         * src/arc-context.cpp, src/file.cpp, src/gradient-context.cpp,
4327           src/node-context.cpp, src/object-ui.cpp, src/path-chemistry.cpp,
4328           src/rect-context.cpp, src/select-context.cpp,
4329           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
4330           src/sp-flowtext.cpp, src/spiral-context.cpp, src/splivarot.cpp,
4331           src/star-context.cpp, src/text-chemistry.cpp, src/text-context.cpp,
4332           src/dialogs/find.cpp, src/dialogs/in-dt-coordsys.cpp,
4333           src/dialogs/xml-tree.cpp:
4335           cleaned up the selection API slightly
4337 2005-03-20  cyreve  <cyreve@users.sourceforge.net>
4339         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4340           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
4341           libnrtype/Layout-TNG.h: initial implementation of text selection
4342           (keyboard only)
4344         * src/libnrtype/Layout-TNG-OutIter.cpp: making
4345           createSelectionShape() work
4347         * src/: sp-text.cpp, sp-text.h: text-anchor sometimes won't work in
4348           text on a path when x/y coordinates are set
4350         * src/libnrtype/Layout-TNG-Output.cpp: text on path: cut characters
4351           before start of path and calculate bounding box correctly when
4352           this happens
4354 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
4355         * src/dialogs/Makefile_insert, src/dialogs/swatches.cpp,
4356           src/dialogs/swatches.h, src/verbs.h, src/verbs.cpp,
4357           src/interface.cpp:
4358           Initial cut of swatches panel.
4360 2005-03-19  cyreve  <cyreve@users.sourceforge.net>
4362         * src/libnrtype/Layout-TNG-Compute.cpp: rendering of
4363           multiple-character clusters in rtl text is wrong (bug 1166603)
4365         * src/: make.dep, make.files, make.ofiles, sp-text.cpp, sp-text.h,
4366           text-editing.cpp: glue kerning info back together on deleting
4367           line breaks
4369         * src/sp-tspan.cpp: textpath startOffset attribute doesn't save
4370           correctly when it's a percentage (remnants of bug 1124722)
4372         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4373           text-editing.h, libnrtype/Layout-TNG.h: use Layout::iterator for
4374           storing cursor position. Fixes bug 1093660 related to rtl cursor
4375           movement
4377         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG.h: implement
4378           backend cursor movement functions properly for multidirectional
4379           text
4381         * src/libnrtype/Layout-TNG-Output.cpp: create more efficient
4382           postscript output
4384         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG-Output.cpp,
4385           Layout-TNG.h: obey text-align attribute when fitting text to a
4386           path (fixes bug 1124722)
4388         * src/: attributes-test.cpp, attributes.cpp, attributes.h,
4389           sp-flowtext.cpp, sp-text.cpp, sp-tspan.cpp, sp-tspan.h,
4390           style-test.cpp, libnrtype/Layout-TNG-Output.cpp: wire up
4391           startOffset attribute to textpath and fix bugs in it
4393         * src/sp-flowtext.cpp: unflow text command loses formatting
4395         * src/xml/repr-io.cpp: xml pretty-printer adding whitespace in
4396           xml:space=preserve elements
4398         * src/: sp-flowtext.cpp, text-editing.cpp: line breaks not being
4399           put before strings immediately following para elements, and
4400           deleting line breaks copies style wrongly
4402 2005-03-18  MenTaLguY  <mental@rydia.net>
4404         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4405           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4406           src/xml/node-fns.cpp, src/xml/node-fns.h, src/xml/node-iterators.h,
4407           src/xml/repr.cpp, src/xml/simple-node.cpp:
4409           renamed node-fns-tree to node-fns, and moved sp_repr_prev etc
4410           into Inkscape::XML namespace (as e.g. previous_node)
4412 2005-03-18  cyreve  <cyreve@users.sourceforge.net>
4414         * src/libnrtype/Layout-TNG-Compute.cpp: cursor position on blank
4415           first line sometimes goes wrong
4417         * src/: make.dep, make.files, make.ofiles, text-editing.cpp:
4418           spurious line break added before text in text and font dialog
4419           (bug 1166016)
4421         * src/: make.dep, make.files, make.ofiles, libnrtype/FlowBoxes.cpp,
4422           libnrtype/FlowBoxes.h, libnrtype/FlowDefs.h,
4423           libnrtype/FlowDest.cpp, libnrtype/FlowDest.h,
4424           libnrtype/FlowEater.cpp, libnrtype/FlowEater.h,
4425           libnrtype/FlowRes.cpp, libnrtype/FlowRes.h,
4426           libnrtype/FlowResOut.cpp, libnrtype/FlowSols.cpp,
4427           libnrtype/FlowSols.h, libnrtype/FlowSrc.cpp, libnrtype/FlowSrc.h,
4428           libnrtype/FlowSrcText.cpp, libnrtype/FlowSrcText.h,
4429           libnrtype/FlowStyle.cpp, libnrtype/FlowStyle.h,
4430           libnrtype/FlowUtils.cpp, libnrtype/FlowUtils.h,
4431           libnrtype/Makefile_insert: remove all old text layout code (7,577
4432           lines)
4434         * src/: sp-flowregion.cpp, sp-flowregion.h, sp-flowtext.cpp,
4435           sp-string.cpp, sp-tspan.cpp: purge flow_dest class from code
4437         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
4438           libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: define a value
4439           for line-height:normal and use it consistently
4441         * src/: sp-text.cpp, sp-text.h, text-editing.cpp: adjust kerning
4442           attributes on adding/removing line breaks
4444 2005-03-17  MenTaLguY  <mental@rydia.net>
4446         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp:
4448           whoops, we were calling the 'children' vfunc rather than
4449           'last_child' when appending, hence the bug... fixed now.
4451 2005-03-17  cyreve  <cyreve@users.sourceforge.net>
4453         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
4454           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h: x,y
4455           attributes on tspans set wrongly when alignment != left (bug
4456           1165427)
4458         * src/: sp-text.cpp, sp-text.h: break before tspan role=line
4459           elements, ie allow first tspan not to have role=line
4461         * src/: make.dep, make.files, make.ofiles, sp-flowtext.cpp,
4462           sp-object.cpp: fix inheritance problems with xml:space attribute
4464         * src/libnrtype/Layout-TNG-OutIter.cpp: crash on pressing enter
4465           immediately after creating text
4467         * src/: object-ui.cpp, sp-flowtext.cpp: set xml:space=preserve on
4468           new flowdiv elements
4470         * src/libnrtype/Layout-TNG-Compute.cpp: second try at solving
4471           numerical problems when line-height is set
4473         * src/: sp-flowtext.cpp, sp-flowtext.h, verbs.cpp: slightly
4474           objectify SPFlowtext and rearrange its updating a tiny bit
4476         * src/: path-chemistry.cpp, sp-flowregion.cpp, sp-offset.cpp,
4477           sp-text.cpp, sp-text.h, sp-use-reference.cpp, splivarot.cpp:
4478           slightly objectify SPText & rearrange updating code, also fixes
4479           bug causing all letters to appear on top of each other
4481         * src/libnrtype/Layout-TNG-Compute.cpp: characters will draw
4482           multiple times when x or y attributes set
4484 2005-03-16  cyreve  <cyreve@users.sourceforge.net>
4486         * src/text-editing.cpp: kerning: add/remove kerns with
4487           insertion/deletion of characters, and only apply kerns to the
4488           topmost xml object
4490         * src/: help.cpp, selection-chemistry.cpp, sp-text.cpp, sp-text.h,
4491           text-context.cpp, text-editing.cpp, text-editing.h,
4492           dialogs/text-edit.cpp: move functions applying to both text and
4493           flowtext to text-editing & rename them. Also fixes crash on
4494           letter/linespacing adjustment for flowtext
4496         * src/text-editing.cpp: fix crash on pressing delete at the end of
4497           text
4499         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
4500           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h:
4501           position cursor correctly in empty text objects
4503         * src/: sp-item-group.cpp, sp-object.cpp: optimise adding children
4504           to the end of a group - big improvement for tile clones
4506         * src/: sp-flowtext.cpp, sp-text.cpp, text-context.cpp,
4507           text-editing.cpp, text-editing.h: text editing fixes: track line
4508           breaks with preceding para tag, finish abstracting line
4509           break/remove functions to work on flowtext
4511         * src/libnrtype/Layout-TNG-Compute.cpp: cursor positioning
4512           off-by-one in some cases of wrapped text
4514 2005-03-15  cyreve  <cyreve@users.sourceforge.net>
4516         * src/libnrtype/Layout-TNG-Compute.cpp: small tweak to make cursor
4517           positioning work right in counterdirectional spans in fully
4518           justified text
4520         * src/sp-text.cpp: tweak function for adjusting linespacing by
4521           keyboard to be more precise
4523         * src/: attributes-test.cpp, attributes.cpp, make.dep, make.files,
4524           make.ofiles, style-test.cpp, style.cpp,
4525           libnrtype/Layout-TNG-Output.cpp: make the unit tests pass for the
4526           new styles, and workaround build breakage when pango < 1.8
4527           installed
4529         * src/: sp-flowtext.cpp, sp-flowtext.h,
4530           libnrtype/Layout-TNG-Compute.cpp,
4531           libnrtype/Layout-TNG-Scanline-Makers.cpp, libnrtype/Layout-TNG.h:
4532           wiring up full justification to old attribute & fixing bugs in
4533           it, which turned in to a major refactoring of layout code
4535 2005-03-14  Jon Phillips <jon@rejon.org>
4536         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
4537           src/desktop.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4538           src/dialogs/desktop-properties.cpp:
4539           Added showpageshadow preference to document preferences. Set to
4540           on automatically and saves with document if off.
4542 2005-03-14  MenTaLguY  <mental@rydia.net>
4544         * src/display/nr-arena-item.h, src/display/nr-arena-item.cpp,
4545           src/display/nr-arena-group.cpp:
4547           added virtual accessor for last child
4549 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
4550         * src/interface.cpp, src/verb.cpp, src/verbs.h,
4551           src/ui/widget/panel.cpp, src/dialogs/Makefile_insert,
4552           src/dialogs/extensions.cpp, src/dialogs/extensions.h,
4553           src/extension/error-file.cpp:
4554           Added rough cut of initial extensions panel and dialog.
4556 2005-03-13  Bryce Harrington <bryce@bryceharrington.org>
4558         * src/path-prefix.h: Rearranging linking of libui and libutil
4560         * src/application/application.cpp, src/application/application.h
4561           src/application/editor-impl.cpp,
4562           src/ui/dialog/dialog-manager.cpp,  src/ui/dialog/dialog.cpp,
4563           src/ui/dialog/dialog.h, src/ui/widget/labelled.cpp,
4564           src/ui/dialog/transformation.h, src/ui/dialog/transformation.cpp,
4565           src/ui/widget/unit-menu.h, src/util/units.cpp:
4566           Integrating Transformation dialog.  Removing hardcoded paths.
4568         * share/icons/Makefile.in, share/icons/arrows-horiz.svg,
4569           share/icons/arrows-vert.svg, share/icons/arrows_hor.xpm,
4570           share/icons/arrows_ver.xpm, share/icons/rotate.svg,
4571           share/icons/rotate.xpm, share/icons/scale_hor.xpm,
4572           share/icons/scale_ver.xpm, share/icons/Makefile.am:
4573           Adding icons needed by transformation dialog
4575         * share/ui/units.txt,  share/ui/units.xml:
4576           Moving units into ui/ subdir.  Dunno if this is the best
4577           location for them, but pjrm thought it'd be ok for now.
4579 2005-03-13  cyreve  <cyreve@users.sourceforge.net>
4581         * src/sp-text.cpp: allow adjusting letter spacing when cursor is at
4582           eol
4584         * src/: make.dep, make.files, make.ofiles,
4585           libnrtype/Layout-TNG-Compute.cpp,
4586           libnrtype/Layout-TNG-OutIter.cpp,
4587           libnrtype/Layout-TNG-Output.cpp, libnrtype/Layout-TNG.h: fix
4588           kerning when align != left, and fix linespacing < 100
4590         * src/: sp-flowtext.cpp, sp-text.cpp, sp-text.h, style.cpp,
4591           style.h, libnrtype/Layout-TNG-Compute.cpp,
4592           libnrtype/Layout-TNG-Input.cpp, libnrtype/Layout-TNG-OutIter.cpp,
4593           libnrtype/Layout-TNG-Output.cpp,
4594           libnrtype/Layout-TNG-Scanline-Maker.h, libnrtype/Layout-TNG.h:
4595           implement line-height css property, & fix percentage handling in
4596           style
4598 2005-03-12  MenTaLguY  <mental@rydia.net>
4600         * src/node-context.cpp, src/node-context.h, src/nodepath.cpp,
4601           src/nodepath.h, src/toolbox.cpp, src/dialogs/align.cpp:
4603           Renamed Path namespace to Inkscape::NodePath, to avoid conflict
4604           with livarot
4606 2005-03-12  Kees Cook  <kees@outflux.net>
4608         * inkscape.nsi: added German translation from Adib Taraben.
4610 2005-03-12  MenTaLguY  <mental@rydia.net>
4612         * src/sp-namedview.cpp, src/sp-metadata.cpp: it's valid for an SPObject
4613           'write' method to be passed the object's own XML node; account for this.
4615 2005-03-12  MenTaLguY  <mental@rydia.net>
4617         * src/xml/simple-node.cpp: assert that src != this in
4618           SimpleNode::mergeFrom
4620 2005-03-12  MenTaLguY  <mental@rydia.net>
4622         * src/gc-alloc.h: minor cosmetic adjustments
4624         * src/util/list-container.h: pedantically correct implementation of
4625           ListContainer::max_size()
4627         * src/xml/simple-node.cpp: use Util::ListContainer iterators in a more
4628           STL-ish fashion
4630 2005-03-12  Jon A. Cruz  <jon@joncruz.org>
4631         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
4632           src/ui/widget/Makefile_insert, src/dialogs/iconpreview.h,
4633           src/dialogs/iconpreview.cpp:
4634           Initial addition of Panel.
4636 2005-03-12  cyreve  <cyreve@users.sourceforge.net>
4638         * src/sp-flowtext.cpp: text unflow command losing space characters:
4639           add xml:space to generated elements
4641         * src/: attributes.cpp, attributes.h, make.dep, make.files,
4642           make.ofiles, sp-flowtext.cpp, sp-text.cpp, style.cpp, style.h,
4643           text-context.cpp, text-editing.cpp, dialogs/text-edit.cpp,
4644           libnrtype/FlowRes.cpp, libnrtype/Layout-TNG-Compute.cpp,
4645           libnrtype/Layout-TNG-Input.cpp: add several new text properties
4646           to SPStyle and rearrange some of the existing ones, also remove
4647           spurious warning on applying kerning
4649         * src/sp-flowtext.cpp: svg spec requires us to break after flowline
4650           content, not before
4652 2005-03-11  cyreve  <cyreve@users.sourceforge.net>
4654         * src/desktop-style.cpp, src/sp-text.cpp, src/sp-text.h,
4655           src/sp-tspan.cpp, src/sp-tspan.h, src/text-chemistry.cpp,
4656 src/text-editing.cpp,
4657           src/text-editing.h: combine the common attribute handling for text,
4658           tspan and textpath into one class
4660         * src/sp-flowtext.cpp, src/sp-string.cpp: reimplement xml:space attribute
4662         * src/sp-text.cpp, src/libnrtype/Layout-TNG-OutIter.cpp,
4663           src/libnrtype/Layout-TNG.h: apply calculated x/y attributes to tspan
4664           role=line elements
4666         * src/libnrtype/Layout-TNG-Output.cpp: postscript text output
4667           incorrectly scaled (and other problems)
4669 2005-03-10  cyreve  <cyreve@users.sourceforge.net>
4671         * src/sp-flowdiv.h, src/sp-flowtext.h,
4672           src/sp-text.cpp, src/sp-text.h, src/sp-tspan.h, src/text-context.cpp,
4673           src/text-editing.cpp, src/text-editing.h,
4674           src/libnrtype/Layout-TNG-Compute.cpp,
4675           src/libnrtype/Layout-TNG-OutIter.cpp: clean up xml tree properly on
4676           deleting line break, & fix various compile issues
4678         * src/nodepath.cpp, src/sp-flowdiv.cpp,
4679           src/sp-flowdiv.h, src/sp-flowtext.cpp, src/sp-flowtext.h,
4680 src/sp-string.cpp,
4681           src/sp-string.h, src/sp-text.cpp, src/sp-text.h, src/sp-tspan.cpp,
4682 src/sp-tspan.h,
4683           src/text-editing.cpp, src/verbs.cpp, src/libnrtype/FontInstance.cpp,
4684           src/libnrtype/font-instance.h, src/livarot/Shape.h,
4685           src/libnrtype/Layout-TNG-Compute.cpp, src/libnrtype/Layout-TNG-Input.cpp,
4686           src/libnrtype/Layout-TNG-OutIter.cpp,
4687           src/libnrtype/Layout-TNG-Output.cpp,
4688           src/libnrtype/Layout-TNG-Scanline-Maker.h,
4689           src/libnrtype/Layout-TNG-Scanline-Makers.cpp,
4690           src/libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: huge rewrite of
4691           text layout (and some text editing) code
4693 2005-03-07  Kees Cook  <kees@outflux.net>
4695         * src/libnr/have_mmx.S, src/libnr/nr_mmx_R8G8B8A8_P_EMPTY_A8_RGBAP.S,
4696           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_A8_RGBAP.S,
4697           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_R8G8B8A8_N_TRANSFORM.S,
4698           src/libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S: execstack patch
4699           from Mike Hearn.
4701 2005-03-07  Jon A. Cruz  <jon@joncruz.org>
4702         * src/interface.cpp, src/verbs.h, src.verbs.cpp, src/widgets/icon.cpp,
4703           src/dialogs/iconpreview.h, src/dialogs/iconpreview.cpp,
4704           src/dialogs/Makefile_insert:
4705           Initial cut of icon preview.
4707 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
4709         * share/icons/*.svg, share/icons/Makefile.am:  Adding icons for
4710           new gui interface
4712         * src/ui/icons.cpp:  Fixing some paths
4714         * src/main.cpp src/application/Makefile_insert,
4715           src/application/app-prototype.h,
4716           src/application/application.cpp src/application/editor.cpp,
4717           src/ui/widget/toolbox.cpp,
4718           src/application/editor-impl.cpp:
4719           Broke out editor-impl class to its own file.  Continued getting
4720           the new interface to the point where it'll load and run.
4722         * share/ui/keybindings.rc, share/ui/toolbox.xml, share/ui/menus-bars.xml:
4723           Migrating some of the UI definition stuff into main codebase
4725 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
4726         * src/widgets/layer-selector.cpp, src/widgets/icon.h,
4727           src/widgets/icon.cpp, src/dialogs/align.cpp, src/dialogs/find.cpp,
4728           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
4729           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4730           src/dialogs/xml-tree.cpp, src/interface.cpp:
4731           Purging PixBufFactory and sp_icon_new_scaled.
4733 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
4734         * src/widgets/icon.cpp, src/widgets/icon.cpp: Switched icon loading
4735           to be deferred and react to theme changes on-the-fly.
4737 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
4739         * src/application/Makefile_insert,
4740           src/application/app-prototype.cpp,
4741           src/application/editor.h,
4742           src/application/app-prototype.h,
4743           src/application/application.cpp:
4744           Adding Application::AppPrototype class
4745         * src/application/editor.cpp,
4746           src/application/editor.h:
4747           Changing member function getImpl() to getWindow()
4749 2005-03-04  Jon A. Cruz  <jon@joncruz.org>
4750         * src/widgets/icon.cpp: Changed stock item loading to use stock
4751           GtkImage widgets directly.
4753 2005-03-03  MenTaLguY  <mental@rydia.net>
4755         * src/widgets/icon.cpp: more idiomatic iteration
4757 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
4758         * src/toolbox.cpp: Added preference to make the top toolbox 'small'.
4760 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
4761         * src/desktop-events.cpp, src/desktop.cpp, src/gradient-toolbar.cpp,
4762           src/interface.cpp, src/select-toolbar.cpp, src/toolbox.cpp,
4763           src/toolbox.h, src/dialogs/find.cpp,
4764           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
4765           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4766           src/dialogs/xml-tree.cpp, src/widgets/button.cpp,
4767           src/widgets/button.h, src/widgets/icon.cpp, src/widgets/icon.h,
4768           src/widgets/layer-selector.cpp, src/widgets/paint-selector.cpp,
4769           src/widgets/widget-sizes.h:
4770           Initial pass removing hardcoded icon sizes.
4772 2005-03-01  MenTaLguY  <mental@rydia.net>
4774         * src/extensions/internal/ps.cpp: apply patch from Michael Forbes
4775           (miforbes@mbhs.edu) to support gradient fills in Postscript
4777 2005-03-01  MenTaLguY  <mental@rydia.net>
4779         * src/xml/node.h, src/xml/simple-node.cpp, src/xml/simple-node.h:
4781           begin migration of notification interface to use NodeObserver
4782           rather than NodeEventVector
4784 2005-03-01  MenTaLguY  <mental@rydia.net>
4786         * src/xml/Makefile_insert, src/xml/node-listener.h, src/xml/repr.cpp,
4787           src/xml/simple-node.cpp, src/xml/simple-node.h:
4789           reworked listener list to use Util::ListContainer
4791         * src/xml/node-observer.h: minor name cleanups
4793 2005-03-01  MenTaLguY  <mental@rydia.net>
4795         * src/Makefile.am, src/algorithms/find-if-before.h:
4797           added new generic algorithm
4799 2005-03-01  MenTaLguY  <mental@rydia.net>
4801         * src/Makefile.am, src/util/Makefile_insert,
4802           src/util/list-container-test.cpp, src/util/list-container.h:
4804           tests and fixes for Util::ListContainer
4806 2005-03-01  MenTaLguY  <mental@rydia.net>
4808         * src/Makefile.am, src/libnr/Makefile_insert, src/xml/Makefile_insert:
4809           use in-tree copy of cxxtest
4811         * src/util/Makefile_insert, src/util/list-container.h:
4812           add Util::List-based STL container
4814 2005-02-28 SwinginCelt  <swinginceltgmail.com>
4816         * Fixed an improper conversion of sp_repr_document_merge that was causing
4817           extra data being written to the prefrences file every time inkscape
4818           exited.
4820 2005-02-26 SwinginCelt  <swinginceltgmail.com>
4822         * Replaced all sp_repr_set_content calls with direct call to
4823           repr->setContent.
4824         * Replaced all sp_repr_merge calls with direct call to
4825           repr->mergeFrom.
4826         * Removed inline sp_repr_document_merge because it wasn't used anywhere.
4827         * Removed inline sp_repr_set_content because it wasn't used anywhere.
4829 2005-02-26  MenTaLguY  <mental@rydia.net>
4831         * cxxtest: imported cxxtest tree
4833 2005-02-24  Jon A. Cruz  <jon@joncruz.org>
4834         * src/main.cpp, io/sys.h, io/sys.cpp:
4835           Refactoring input filename conversion and fallback.
4836           Fixes bug #1151536.
4838 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
4839         * src/main.cpp:
4840           Refactoring sp_main_*. Adding cleanup phase on extracted filename list.
4842 2005-02-22  Bryce Harrington <bryce@bryceharringotn.org>
4844         * src/main.cpp, src/application/application.cpp:  Adding --new-gui
4845         option.
4847 2005-02-22  Ted Gould  <ted@gould.cx>
4849         * src/interface.cpp:
4851         Changing the effects menu to be driven by the preferences file so that the
4852         file can be the same whether or not the effects are shown.
4854 2005-02-22  MenTaLguY  <mental@rydia.net>
4856         * src/desktop-style.cpp, src/selection-chemistry.cpp,
4857           src/xml/attribute-record.h, src/xml/node.h, src/xml/repr-css.cpp,
4858           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h:
4860           use Inkscape::Util::List for attribute lists, and sprinkle some
4861           appropriate 'using's in to make things less verbose
4863 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
4864         * src/inkscape.cpp, src/main.cpp, src/extension/input.cpp, src/io/sys.cpp,
4865           src/xml/repr-io.cpp:
4866           Better catching of problematic filenames.
4867           Made segv handler only use dialog box when app is using a gui.
4868           Fixes bug #1145847.
4870 2005-02-22  Ted Gould  <ted@gould.cx>
4872         * src/extension/effect.cpp, src/extension/prefdialog.cpp,
4873         src/extension/prefdialog.h,
4874         src/extension/implementation/implementation.cpp,
4875         src/extension/implementation/implementation.h,
4876         src/extension/implementation/plugin-link.h,
4877         src/extension/implementation/plugin.cpp,
4878         src/extension/implementation/plugin.h,
4879         src/extension/implementation/script.cpp,
4880         src/extension/implementation/script.h, src/extension/plugin/grid.cpp:
4882         Changing the API of the effects preferences so that it doesn't use
4883         sockets and plugs anymore.  Now there is a generic widget passed down so
4884         that should work on every platform.
4886         * src/extension/plugin/grid.cpp:
4888         Fixing the grid so that it uses the right axis.
4890         * share/extensions/Makefile.am, share/extensions/bluredge.inx,
4891         share/extensions/randompnt.inx, share/extensions/randompos.inx,
4892         src/extension/plugin/Makefile_insert, src/extension/plugin/bluredge.cpp,
4893         src/extension/plugin/randompnt.cpp, src/extension/plugin/randompos.cpp:
4895         Adding some cool new effects, well, they're not really done yet,
4896         but getting the basis code into CVS so I don't loose it :)
4898 2005-02-21  MenTaLguY  <mental@rydia.net>
4900         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4901           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4902           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4903           src/xml/repr.cpp, src/xml/simple-node.cpp:
4905           renamed header files
4907         * src/xml/Makefile_insert, src/xml/invalid-operation-exception.h:
4909           added Inkscape::XML::InvalidOperationException
4911         * src/xml/simple-node.h:
4913           avoid a second indirect function call from SimpleNode::appendChild
4915 2005-02-20 SwinginCelt  <swinginceltgmail.com>
4917         * Replaced all sp_repr_attr calls with direct call to
4918           repr->attribute.
4919         * Replaced all sp_repr_document_unref calls with direct call to
4920           Inkscape::GC::release(...).
4921         * Removed iinline sp_repr_document_ref because it wasn't used anywhere.
4923 2005-02-20  MenTaLguY  <mental@rydia.net>
4925         * src/inkscape.cpp: removed unused signals
4927 2005-02-19  MenTaLguY  <mental@rydia.net>
4929         * src/arc-context.cpp, src/desktop.cpp, src/document-private.h,
4930           src/document-undo.cpp, src/document.cpp, src/event-context.cpp,
4931           src/gradient-chemistry.cpp, src/gradient-chemistry.h,
4932           src/gradient-drag.cpp, src/gradient-drag.h, src/node-context.cpp,
4933           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4934           src/star-context.cpp, src/toolbox.cpp,
4935           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4936           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4937           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4938           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
4939           src/xml/attribute-record.h, src/xml/document.h, src/xml/event-fns.h,
4940           src/xml/event.cpp, src/xml/event.h, src/xml/node-event-vector.h,
4941           src/xml/node-iterators.h, src/xml/node-listener.h, src/xml/node.h,
4942           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp, src/xml/repr-io.cpp,
4943           src/xml/repr-sorting.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp,
4944           src/xml/repr.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4945           src/xml/simple-node.h, src/xml/simple-session.cpp,
4946           src/xml/sp-css-attr.h, src/xml/sp-repr-action-fns.h,
4947           src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h,
4948           src/xml/sp-repr-attr.h, src/xml/sp-repr-doc.h,
4949           src/xml/sp-repr-event-vector.h, src/xml/sp-repr-iterators.h,
4950           src/xml/sp-repr-listener.h, src/xml/sp-repr.h:
4952           renamed header files to match new class names
4954 2005-02-19  MenTaLguY  <mental@rydia.net>
4956         * src/arc-context.cpp, src/arc-context.h, src/desktop-events.cpp,
4957           src/desktop-style.cpp, src/desktop-style.h, src/desktop.cpp,
4958           src/document-private.h, src/document-undo.cpp, src/document.cpp,
4959           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
4960           src/dyna-draw-context.h, src/event-context.cpp, src/event-context.h,
4961           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
4962           src/inkscape.h, src/inkview.cpp, src/interface.cpp, src/knotholder.cpp,
4963           src/knotholder.h, src/layer-fns.cpp, src/main.cpp, src/node-context.cpp,
4964           src/nodepath.cpp, src/nodepath.h, src/object-ui.cpp,
4965           src/path-chemistry.cpp, src/prefs-utils.cpp, src/rect-context.cpp,
4966           src/rect-context.h, src/selection-chemistry.cpp, src/selection.cpp,
4967           src/selection.h, src/seltrans.cpp, src/sp-anchor.cpp,
4968           src/sp-animation.cpp, src/sp-clippath.cpp, src/sp-conn-end-pair.cpp,
4969           src/sp-conn-end-pair.h, src/sp-defs.cpp, src/sp-ellipse.cpp,
4970           src/sp-flowdiv.cpp, src/sp-flowregion.cpp, src/sp-flowtext.cpp,
4971           src/sp-gradient-fns.h, src/sp-gradient-test.cpp, src/sp-gradient.cpp,
4972           src/sp-guide.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4973           src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
4974           src/sp-linear-gradient-fns.h, src/sp-marker.cpp, src/sp-mask.cpp,
4975           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4976           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object-repr.h,
4977           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp, src/sp-offset.h,
4978           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4979           src/sp-polyline.cpp, src/sp-radial-gradient-fns.h, src/sp-rect.cpp,
4980           src/sp-root.cpp, src/sp-shape.cpp, src/sp-skeleton.cpp,
4981           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-string.cpp,
4982           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-tspan.cpp,
4983           src/sp-use-reference.h, src/sp-use.cpp, src/spiral-context.cpp,
4984           src/spiral-context.h, src/splivarot.cpp, src/star-context.cpp,
4985           src/star-context.h, src/style.cpp, src/style.h, src/text-chemistry.cpp,
4986           src/text-context.cpp, src/text-editing.cpp, src/toolbox.cpp,
4987           src/verbs.cpp, src/application/application.cpp,
4988           src/application/application.h, src/application/editor.h,
4989           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
4990           src/dialogs/export.cpp, src/dialogs/fill-style.cpp, src/dialogs/rdf.cpp,
4991           src/dialogs/sp-attribute-widget.cpp, src/dialogs/sp-attribute-widget.h,
4992           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4993           src/dialogs/tiledialog.cpp, src/dialogs/xml-tree.cpp,
4994           src/ecma/EcmaBinding.cpp, src/ecma/EcmaBinding.h,
4995           src/extension/dependency.cpp, src/extension/dependency.h,
4996           src/extension/effect.cpp, src/extension/effect.h,
4997           src/extension/extension.cpp, src/extension/extension.h,
4998           src/extension/input.cpp, src/extension/input.h,
4999           src/extension/output.cpp, src/extension/output.h,
5000           src/extension/print.cpp, src/extension/print.h, src/extension/system.cpp,
5001           src/extension/implementation/plugin.cpp,
5002           src/extension/implementation/script.cpp,
5003           src/extension/implementation/script.h,
5004           src/extension/internal/gdkpixbuf-input.cpp,
5005           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
5006           src/extension/internal/svg.cpp, src/extension/plugin/grid.cpp,
5007           src/helper/stock-items.cpp, src/trace/trace.cpp,
5008           src/widgets/dash-selector.cpp, src/widgets/dash-selector.h,
5009           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp,
5010           src/widgets/layer-selector.cpp, src/widgets/layer-selector.h,
5011           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
5012           src/widgets/sp-widget.h, src/widgets/sp-xmlview-attr-list.cpp,
5013           src/widgets/sp-xmlview-attr-list.h, src/widgets/sp-xmlview-content.cpp,
5014           src/widgets/sp-xmlview-content.h, src/widgets/sp-xmlview-tree.cpp,
5015           src/widgets/sp-xmlview-tree.h, src/widgets/spw-utilities.h,
5016           src/xml/comment-node.h, src/xml/element-node.h, src/xml/node-observer.h,
5017           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
5018           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
5019           src/xml/repr-io.cpp, src/xml/repr-sorting.cpp, src/xml/repr-sorting.h,
5020           src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
5021           src/xml/session.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
5022           src/xml/simple-node.h, src/xml/simple-session.cpp,
5023           src/xml/simple-session.h, src/xml/sp-css-attr.h,
5024           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
5025           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h,
5026           src/xml/sp-repr-doc.h, src/xml/sp-repr-event-vector.h,
5027           src/xml/sp-repr-iterators.h, src/xml/sp-repr-listener.h,
5028           src/xml/sp-repr.h, src/xml/text-node.h, src/xml/transaction-logger.h:
5030             SPRepr -> Inkscape::XML::Node
5031             SPReprDoc -> Inkscape::XML::Document
5032             SPReprAttr -> Inkscape::XML::AttributeRecord
5033             SPReprAction -> Inkscape::XML::Event
5034             SPReprEventVector -> Inkscape::XML::EventVector
5035             SPReprListener -> Inkscape::XML::NodeListener
5037             etc..
5039 2005-02-19  Jon A. Cruz  <jon@joncruz.org>
5040         * src/extension/extension.h, src/extension/internal/svg.cpp,
5041           src/extension/internal/svgz.cpp:
5042           Fixing .svgz Inkscape save and adding .svgz Plain save.
5043           Fixes bug #1144223
5045 2005-02-18  Jon A. Cruz  <jon@joncruz.org>
5046         * src/Makefile.am, src/libnr/Makefile_insert,
5047           src/libnr/nr-point-fns-test.h  src/libnr/nr-types-test.h:
5048           Adding initial version of CxxTest test cases.
5050 2005-02-17  Jon A. Cruz  <jon@joncruz.org>
5052         * src/io/gzipinputstream.h, src/io/gzipinputstream.cpp: Changed
5053           decompression to be streammed and removed hardcoded limit.
5055 2005-02-17  MenTaLguY  <mental@rydia.net>
5057         * src/inkscape.h, src/inkscape.cpp, src/desktop.cpp:
5059           rewrote "last desktop standing" test to not suck
5061 2005-02-15 SwinginCelt  <swinginceltgmail.com>
5063         * Replaced some sp_repr_attr calls with direct call to
5064           repr->attribute.
5066 2005-02-16 John Cliff <simarilius@yahoo.com>
5068         * src/dialogs/tiledialog.h, src/dialogs/tiledialog.cpp,
5069           src/dialogs/makefile_insert, src/verbs.cpp, src/verbs.h:
5070           Added a dialog that allows you to arrange the selection
5071           in a grid pattern with user defined spacing.
5072           its in objects->grid arrange...
5074 2005-02-15 SwinginCelt  <swinginceltgmail.com>
5076         * Replaced inline function sp_repr_name with direct call to
5077           repr->name.
5078         * Replaced inline function sp_repr_content with direct call to
5079           repr->content.
5080         * Replaced inline function sp_repr_has_attr with direct call to
5081           repr->matchAttributeName.
5083 2005-02-15  MenTaLguY  <mental@rydia.net>
5085         * src/document.cpp, src/document.h, src/file.cpp, src/help.cpp,
5086           src/inkscape.cpp, src/inkview.cpp, src/slideshow.cpp,
5087           src/dialogs/filedialog.cpp, src/dialogs/stroke-style.cpp,
5088           src/extension/internal/gdkpixbuf-input.cpp,
5089           src/extension/internal/svg.cpp, src/extension/plugin/gimpgrad.cpp,
5090           src/helper/stock-items.cpp, src/widgets/icon.cpp:
5092           removed unused SPDocument::advertize
5094 2005-02-14  MenTaLguY  <mental@rydia.net>
5096         * src/document.cpp: remove redundant assignment that appears to confuse
5097           gcc anyhow
5099 2005-02-14  SwinginCelt  <swingincelt@gmail.com>
5101         * Replaced inline function sp_repr_set_position_absolute with
5102           direct call to repr>->setPosition.
5104 2005-02-13  Bryce  <bryce@bryceharrington.org>
5106         * src/main.cpp, src/application/application.cpp, src/inkscape.h,
5107           src/application/editor-impl.h, src/application/editor.cpp
5108           src/application/editor.h, src/ui/dialog/dialog-manager.cpp,
5109           src/ui/dialog/dialog-manager.h, src/application/app-prototype.h
5110           src/application/application.h:  Integrating I::A::Application
5111           into the execution path.  Now its run() routine is called from
5112           main().
5114         * src/application/Makefile_insert, src/application/makefile.in,
5115           src/application/editor-impl.h, src/application/editor.cpp,
5116           src/application/editor.h:  Initial import of inkscape_gtkmm
5117           code.  Also see doc/NewAppArchitecture/ presentation for the
5118           rationale behind this.
5120         * src/ui/dialog/align-and-distribute.cpp,
5121 src/ui/dialog/align-and-distribute.h,
5122           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
5123           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
5124           src/ui/dialog/document-preferences.cpp,
5125 src/ui/dialog/document-preferences.h,
5126           src/ui/dialog/export.cpp, src/ui/dialog/export.h,
5127           src/ui/dialog/extension-editor.cpp, src/ui/dialog/extension-editor.h,
5128           src/ui/dialog/fill-and-stroke.cpp, src/ui/dialog/fill-and-stroke.h,
5129           src/ui/dialog/find.cpp, src/ui/dialog/find.h,
5130           src/ui/dialog/inkscape-preferences.cpp,
5131 src/ui/dialog/inkscape-preferences.h,
5132           src/ui/dialog/layer-editor.cpp, src/ui/dialog/layer-editor.h,
5133           src/ui/dialog/messages.cpp, src/ui/dialog/messages.h,
5134           src/ui/dialog/text-properties.cpp, src/ui/dialog/text-properties.h,
5135           src/ui/dialog/tree-editor.cpp, src/ui/dialog/tree-editor.h,
5136           src/ui/dialog/xml-editor.cpp, src/ui/dialog/xml-editor.h,
5137           src/ui/widget/combo-text.cpp, src/ui/widget/combo-text.h,
5138           src/ui/widget/handlebox.cpp, src/ui/widget/handlebox.h,
5139           src/ui/widget/icon-widget.cpp, src/ui/widget/icon-widget.h,
5140           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h,
5141           src/ui/widget/notebook-page.cpp, src/ui/widget/notebook-page.h,
5142           src/ui/widget/scalar-unit.cpp, src/ui/widget/scalar-unit.h,
5143           src/ui/widget/scalar.cpp, src/ui/widget/scalar.h,
5144           src/ui/widget/toolbox.cpp, src/ui/widget/toolbox.h,
5145           src/ui/widget/unit-menu.cpp, src/ui/widget/unit-menu.h:
5146           Initial import of the gtkmm code.  These are mainly
5147           unimplemented stubs, but have few dependencies so are easy to
5148           integrate at this stage.
5150         * src/ui/widget/Makefile_insert, src/ui/widget/makefile.in,
5151           src/ui/dialog/Makefile_insert, src/ui/dialog/makefile.in,
5152           src/ui/Makefile_insert, src/ui/makefile.in:  Adding makefile
5153           support for new code.
5155         * io/simple-sax.h, io/simple-sax.cpp:  Adding Jon's simple SAX
5156           code
5158         * util/units.h, util/units.cpp:  New inkscape_gtkmm units code
5160 2005-02-12  MenTaLguY  <mental@rydia.net>
5162         * src/document.cpp, src/document.h, src/sp-gradient-test.cpp:
5164           SPDocument is now a "real C++ class", managed by the garbage collector
5166 2005-02-12  MenTaLguY  <mental@rydia.net>
5168         * src/document-private.h, src/document.cpp, src/document.h, src/view.cpp,
5169           src/view.h, src/dialogs/xml-tree.cpp:
5171           switched SPDocument to sigc++ signals
5173 2005-02-12  Kees Cook  <kees@outflux.net>
5175         * Makefile.am, configure.ac, Makefile.mingw.common, inkscape.nsi: undoing
5176           my "configure" changes.  Was dumb and forgot about native compiles on
5177           win32.
5178         * inkview.1.in, share/extensions/inkscape-shadow-white.sh,
5179           share/extensions/inkscape-shadow.sh: corrections found by Wolfram
5180           Quester during Debian packaging.
5181         * src/desktop-events.cpp, src/file.cpp, src/gradient-chemistry.cpp,
5182           src/interface.cpp, src/layer-fns.cpp, src/nodepath.cpp,
5183           src/object-ui.cpp, src/path-chemistry.cpp, src/prefs-utils.cpp,
5184           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
5185           src/sp-object.cpp, src/sp-pattern.cpp, src/sp-text.cpp, src/splivarot.cpp,
5186           src/text-editing.cpp, src/dialogs/clonetiler.cpp, src/dialogs/rdf.cpp,
5187           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
5188           src/extension/internal/gdkpixbuf-input.cpp, src/extension/plugin/grid.cpp,
5189           src/widgets/gradient-selector.cpp, src/xml/repr-action-test.cpp,
5190           src/xml/repr-css.cpp, src/xml/repr-io.cpp, src/xml/repr-util.cpp,
5191           src/xml/repr.cpp, src/xml/repr.h: inline function removal patches from
5192           Robert Crosbie.
5194 2005-02-11  Kees Cook  <kees@outflux.net>
5196         * src/Makefile.mingw, src/make.*: win32 compile updates.
5197         * src/extensions/internal/gnome.cpp: added my missing "comment" code.
5198         * src/shortcuts.cpp, doc/keys.xml, doc/keys.html, share/screens/keys.svg:
5199           added explicit ctrl-w. since gtk already binds it, we may as well show it.
5201 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
5203         * src/inkscape.cpp: Changed from SHGetSpecialFolderPath to
5204           SHGetSpecialFolderLocation. Fixes bug #1085641
5206 2005-02-10  MenTaLguY  <mental@rydia.net>
5208         * src/document.h, src/document.cpp: get rid of casting macro uses
5210 2005-02-10  MenTaLguY  <mental@rydia.net>
5212         * src/desktop.cpp, src/document-undo.cpp, src/document.cpp, src/file.cpp,
5213           src/gradient-chemistry.cpp, src/inkscape.cpp, src/interface.cpp,
5214           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-object-repr.cpp,
5215           src/sp-object.cpp, src/svg-view.cpp, src/uri-references.cpp,
5216           src/view.cpp, src/dialogs/stroke-style.cpp,
5217           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp:
5219           get rid needless uses of SP_IS_DOCUMENT (if we can't trust the
5220           compiler's type checking, what can we trust?)
5222 2005-02-10  MenTaLguY  <mental@rydia.net>
5224         * src/desktop-style.h, src/desktop.h, src/document.h, src/event-context.h,
5225           src/inkscape.h, src/knotholder.h, src/nodepath.h,
5226           src/selection-chemistry.h, src/selection.h, src/sp-conn-end-pair.h,
5227           src/sp-object-repr.h, src/sp-object.h, src/style.h,
5228           src/dialogs/sp-attribute-widget.h, src/extension/implementation/script.h,
5229           src/xml/repr-get-children.h, src/xml/repr.h, src/xml/sp-repr-action.h,
5230           src/xml/sp-repr-attr.h, src/xml/xml-forward.h:
5232           got rid of xml-forward.h
5234 2005-02-10  Kees Cook  <kees@outflux.net>
5236         * configure.ac, Makefile.am, src/Makefile.am, Makefile.mingw.common.in,
5237           inkscape.nsi.in: setting up "configure" to build the other files that
5238           expect version numbers to get updated.  Including mingw files in dist
5239           package.
5241 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
5242         * src/io/uristream.h, src/io/uristream.cpp,
5243           src/extension/internal/svg.h, src/extension/internal/svg.cpp,
5244           src/extension/internal/Makefile_insert,
5245           src/extension/internal/extension.h,
5246           src/extension/internal/init.cpp:
5247           Adding internal .svgz load and save extension.
5248           Probable fix for bugs #1074996, #1050361, #925033, #1052307
5250 2005-02-08  Kees Cook  <kees@outflux.net>
5252         * src/extension/implementation/script.cpp: proper /tmp handling.
5253           Closes bug #1074996.
5254         * src/inkscape.cpp, src/inkscape.h, src/dialogs/export.cpp: correction
5255           for export dialog paths.  Closes bug #1114714.
5256         * inkscape.nsi, Makefile.mingw.common: version bumps
5257         * src/text-context.cpp: removed preedit code; it was broken and unneeded.
5259 2005-02-08  Ted Gould  <ted@gould.cx>
5261         * Released 0.41
5263 2005-02-01  Kees Cook  <kees@outflux.net>
5265         * src/xml/sp-css-attr.h, src/desktop-style.cpp, src/xml/repr-css.cpp,
5266           src/xml/repr.h: Fixed SPCSSAttr to be a "real" class, at mental's
5267           direction.  Fixes my "default prefs don't show attrs" bug.
5268         * src/helper/stock-items.cpp: removing redundant code.
5269         * src/libnr/nr-point.h, src/libnrtype/FlowUtils.h, src/livarot/Shape.h:
5270           added explicit initializations to keep valgrind happy.
5271         * src/dir-util.cpp, src/sp-path.cpp, src/splivarot.cpp,
5272           src/svg/svg-length.cpp, src/widgets/icon.cpp:
5273           cleaning up memory leaks detected by valgrind.
5274         * src/extension/dependancy.cpp: made repr-attr tags untranslatable.
5275         * src/extension/system.cpp: correcting extension autodetection when
5276           there are conflicting matching modules.
5277         * src/dialogs/filedialog.cpp, src/extension/extension.h,
5278           src/extension/internal/svg.cpp: .svgz loading works again as
5279           expected.  Non-functioning modules are not listed in file dialogs.
5280         * src/text-context.cpp, src/text-editing.cpp: preedit modes don't
5281           work correctly for multi-byte characters.  See bug 1086769.
5283 2005-01-31  Jon A. Cruz  <jon@joncruz.org>
5284         * src/file.cpp, src/inkscape.cpp, src/interface.cpp,
5285           src/dialogs/export.cpp, src/extension/init.cpp:
5286           sanitize messages before passing to display dialogs.
5288 2005-01-31  Kees Cook  <kees@outflux.net>
5290         * src/libnrtype/FontFactory.cpp: added a crude font name detection
5291           routine to work around a Pango crash bug.  This can be removed once
5292           Pango is fixed.  See bug #1025565.  Actually, I figured out a fix.
5293         * print.cpp, print.h, sp-shape.cpp, extension/print.cpp,
5294           extension/print.h, extension/implementation/implementation.cpp,
5295           extension/implementation/implementation.h,
5296           extension/implementation/plugin.cpp, extension/implementation/plugin.h,
5297           extension/internal/gnome.h, extension/internal/ps.cpp,
5298           extension/internal/ps.h, extension/internal/win32.h:
5299           In an attempt to start debugging print rendering, I've added the
5300           Print::comment function so that SPItem boundries can be easily
5301           seen in rendered output.
5302         * src/preferences-skeleton.h, src/sp-shape.cpp,
5303           src/dialogs/display-settings.cpp, src/extension/internal/ps.cpp:
5304           Added printout comments for print debugging.  Fixed dash output
5305           bug #1104050.
5306         * src/dialogs/rdf.cpp: fixed rdf:bag displays.  Closes bug #1113316.
5308 2005-01-30  Jon A. Cruz  <jon@joncruz.org>
5309         * src/io/sys.h, src/io/sys.cpp: added utility routine to cleanup
5310           strings with invalid UTF-8 for display.
5312 2004-01-30  Kees Cook  <kees@outflux.net>
5314         * src/make.dep, src/make.exclude, src/make.files, src/make.ofiles,
5315           src/io/uristream.cpp, src/io/sys.cpp: additional win32 changes
5316           using Jon Cruz's new mkdir function.  Getting Win32 to compile the
5317           "io" directory.  Closes bug #1107305.
5318         * src/file.cpp, src/inkscape-stock.cpp, src/inkscape.cpp,
5319           src/interface.cpp, src/main.cpp, src/dialogs/export.cpp,
5320           src/dialogs/stroke-style.cpp, src/extension/input.cpp,
5321           src/extension/implementation/script.cpp, src/helper/stock-items.cpp,
5322           src/io/sys.cpp, src/io/sys.h, src/widgets/icon.cpp: wrapped
5323           g_file_test with new Inkscape::IO::file_test since g_file_test isn't
5324           utf8-safe.
5325         * src/inkscape.cpp: removed call to g_free on non-alloced string.
5326           fixed up crash-save location to be utf8-okay.
5327         * src/extension/extension.cpp: convert from utf8 before open.
5328         * src/sp-spiral.cpp, src/object-edit.cpp: found place where CLAMP on
5329           spiral's t0 wasn't working.  Closes bug #1075640.
5331 2004-01-28  MenTaLguY  <mental@rydia.net>
5333         * src/sp-object.h, src/sp-object.cpp:
5334           efficiency fixes which should be helpful when loading large documents
5336 2005-01-29  Jon A. Cruz  <jon@joncruz.org>
5338         * src/file.h, src/file.cpp, src/inkscape.cpp, src/sp-image.cpp,
5339           src/extension/implementation/script.cpp,
5340           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
5341           src/extension/plugin/gimpgrad.cpp, src/helper/png-write.cpp,
5342           src/io/Makefile_insert, src/io/sys.h, src/io/sys.cpp,
5343           src/trace/imagemap.cpp, src/xml/repr-io.cpp:
5345           Refactored open routine to better location.
5347 2004-01-28  Kees Cook  <kees@outflux.net>
5349         * configure.ac: added test for libgc 6.4 or better.
5350         * src/main.cpp: calling new SPRepr methods instead of inline wrappers.
5352 2004-01-27  MenTaLguY  <mental@rydia.net>
5354         * src/xml/simple-node.h, src/xml/simple-node.cpp:
5356           SimpleNode::lastChild() and SimpleNode::appendChild() are now
5357           O(1) rather than O(n)
5359 2004-01-26  MenTaLguY  <mental@rydia.net>
5361         * src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
5362           src/xml/sp-repr-action.h, src/xml/sp-repr-event-vector.h:
5364           inlined legacy wrappers
5366         * src/xml/simple-node.cpp: really fixed #1108231 now
5368 2005-01-25  Jon A. Cruz  <jon@joncruz.org>
5370         * src/interface.cpp: Passed file import call to shared code.
5371           Fixed bug #1108620.
5373 2005-01-25  MenTaLguY  <mental@rydia.net>
5375         * src/xml/simple-node.cpp: fixed bug #1108231
5377 2005-01-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5379         * src/dialogs/desktop-properties.cpp: Changed set of paper sizes offered:
5381           Removed `Folio' pagesize (which means a different paper size to
5382           different people; will Folio be missed?  If so, can we improve
5383           the name?).
5385           Changed ISO page sizes (A0..A10, B0..B10) to match official ISO
5386           specification in mm.
5388           Note that these differ from ghostscript's idea of page sizes;
5389           see comment in desktop-properties.cpp for speculation of
5390           possible problems (fuzziness from antialiasing).
5392           (Note also that our previous sizes differed even more from
5393           gs_statd.ps...)
5395           Coalesced Ledger and Tabloid to a single entry (11x17in);
5396           previously they differed in size.
5398           Changed Icon 16x16 from 16pt to 16px; similarly Icon 32x32 and
5399           Banner 468x60.
5401 2004-01-24  MenTaLguY  <mental@rydia.net>
5403         * src/xml/simple-node.cpp: potential fix for bug #1108231
5405 2004-01-23  Ted Gould  <ted@gould.cx>
5407         * po/POTFILES.in, share/extensions/dia.inx,
5408         src/preferences-skeleton.h, src/extension/Makefile_insert,
5409         src/extension/dependency.cpp, src/extension/dependency.h,
5410         src/extension/error-file.cpp, src/extension/error-file.h,
5411         src/extension/extension.cpp, src/extension/extension.h,
5412         src/extension/init.cpp, src/extension/prefdialog.cpp:
5414         Adding in functionality to write out an error log based on the failing to
5415         load of extensions.  There is also a new error dialog that appears if one
5416         or more fail to alert the user and tell them where the error log is
5417         stored.  In the log there is more complex descriptions of what failed.
5419 2004-01-23  MenTaLguY  <mental@rydia.net>
5421         * src/sp-object.cpp: fix for id binding bug
5423 2004-01-23  MenTaLguY  <mental@rydia.net>
5425         * src/xml/repr-io.cpp: don't complain about not having a namespace
5426           URI for the standard xml: prefix
5428         * src/desktop-style.cpp, src/desktop.cpp, src/document-undo.cpp,
5429           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
5430           src/interface.cpp, src/nodepath.cpp, src/object-edit.cpp,
5431           src/path-chemistry.cpp, src/prefs-utils.cpp, src/select-toolbar.cpp,
5432           src/selection-chemistry.cpp, src/sp-defs.cpp, src/sp-flowdiv.cpp,
5433           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-item.cpp,
5434           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object.cpp,
5435           src/sp-offset.cpp, src/sp-pattern.cpp, src/sp-string.cpp,
5436           src/sp-text.cpp, src/sp-tspan.cpp, src/sp-use.cpp, src/splivarot.cpp,
5437           src/text-chemistry.cpp, src/text-context.cpp, src/text-editing.cpp,
5438           src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp,
5439           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
5440           src/extension/extension.h, src/extension/implementation/script.cpp,
5441           src/widgets/dash-selector.cpp, src/widgets/gradient-vector.cpp,
5442           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
5443           src/xml/comment-node.h, src/xml/element-node.h,
5444           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
5445           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
5446           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5447           src/xml/repr.h, src/xml/simple-document.cpp, src/xml/simple-document.h,
5448           src/xml/simple-node.cpp, src/xml/simple-node.h,
5449           src/xml/sp-repr-action.cpp, src/xml/sp-repr-doc.h, src/xml/sp-repr.h,
5450           src/xml/text-node.h:
5452           got rid of xml/repr-private.h, removed
5453           sp_repr_document_createTextNode(), made SPRepr and SPReprDoc abstract
5454           interfaces, and moved the SPRepr implementations into separate files
5455           in the Inkscape::XML namespace
5457         * src/util/shared-c-string-ptr.h: added equality operators to avoid
5458           certain ambiguities
5460 2004-01-22  MenTaLguY  <mental@rydia.net>
5462         * src/xml/Makefile_insert, src/xml/repr-private.h, src/xml/repr.cpp,
5463           src/xml/session.h, src/xml/simple-session.cpp, src/xml/simple-session.h,
5464           src/xml/sp-repr-action.cpp, src/xml/transaction-logger.h:
5466           added Inkscape::XML::Session and Inkscape::XML::TransactionLogger
5467           to provide a new interface for transactions, rather than doing it from
5468           SPReprDoc
5470 2004-01-22  MenTaLguY  <mental@rydia.net>
5472         * src/xml/Makefile_insert, src/xml/node-observer.h,
5473           src/xml/repr-private.h, src/xml/repr.cpp:
5475           moved repr loging behind generic observer interface
5477 2005-01-22  Ted Gould  <ted@gould.cx>
5479         * src/display/canvas-grid.cpp, src/display/canvas-grid.h;
5481         Fixing 1103001.  Now major grid lines work alot more like you
5482         think that they should.
5484 2005-01-21  MenTaLguY  <mental@rydia.net>
5486         * src/util/Makefile_insert, src/util/shared-c-string-ptr.cpp,
5487           src/util/shared-c-string-ptr.h, src/util/shared-c-string.cpp,
5488           src/util/shared-c-string.h, src/xml/repr-io.cpp,
5489           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5490           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h:
5492           renamed Util::SharedCString to Util::SharedCStringPtr, which is
5493           more descriptive of what it actually is
5495 2005-01-21  MenTaLguY  <mental@rydia.net>
5497         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp:
5499           simplify the cacheing of repr position indices, and make it something
5500           that can work with an abstract interface
5502 2005-01-20  Kees Cook  <kees@outflux.net>
5504         * src/file.cpp: added some debug output to help bulia debug bug #1102318.
5505         * configure.ac: more attempts at detecting the -lgc libs.
5507 2005-01-19  Kees Cook  <kees@outflux.net>
5509         * configure.ac: trying to correct the -lgc detection.
5510         * inkscape.pod: added theme details.
5511         * src/widgets/widget-sizes.h: went from 20 to 24 for toolbar icon size
5512           to match other GTK applications.
5513         * src/extension/db.cpp: corrected STL "not found" handling.  Didn't
5514           fix bug #1102318.
5516 2005-01-18  Kees Cook  <kees@outflux.net>
5518         * src/inkscape.h, src/inkscape.cpp, src/widgets/icons.cpp:
5519           Added basic theme support!  Whee!
5520         * share/inkscape/icons.svg: restoring original up/down/flip icons since
5521           icons are themable now.  We should stick to our original look.
5522         * share/screens/about.svg: added Brisgeek's 0.41 about screen.  Had
5523           to tweak background: looks like doc background isn't imported.
5524         * share/icons/*.xpm, share/icons/*.png: removed them.  Not being used.
5526 2005-01-17  MenTaLguY  <mental@rydia.net>
5528         * src/desktop-style.cpp, src/inkscape.cpp, src/interface.cpp,
5529           src/path-chemistry.cpp, src/prefs-utils.cpp, src/selection-chemistry.cpp,
5530           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-object.cpp,
5531           src/sp-text.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
5532           src/dialogs/xml-tree.cpp, src/extension/internal/pov-out.cpp,
5533           src/widgets/dash-selector.cpp, src/xml/repr-css.cpp,
5534           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
5535           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5536           src/xml/sp-repr-action.cpp:
5538           Made all SPRepr fields private, and moved most functionality into
5539           member functions.  Also shuffled SPReprDoc members, to avoid
5540           need for SPReprDoc to be finalized.
5542 2005-01-17  Kees Cook  <kees@outflux.net>
5544         * share/markers/markers.svg: applied patch #990884, which provides a
5545           few mirrored arrows until marker transforms are finished.
5546         * share/icons/icons.svg: updates per Bulia's request.
5548 2005-01-16  MenTaLguY  <mental@rydia.net>
5550         * src/sp-object.cpp: non-elements no longer get ids assigned
5552 2005-01-15  MenTaLguY  <mental@rydia.net>
5554         * src/arc-context.cpp, src/document-private.h, src/document.cpp,
5555           src/document.h, src/event-context.cpp, src/node-context.cpp,
5556           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
5557           src/star-context.cpp, src/toolbox.cpp, src/uri-references.cpp,
5558           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
5559           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
5560           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
5561           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
5562           src/xml/sp-repr-event-vector.h:
5564           Removed attribute setting callback, and decoupled ids and object/repr
5565           bindings (object <-> repr associations are now remembered directly,
5566           though ids are still tracked too).
5568           This means it is now possible to set a null id on an object without
5569           anything breaking (hopefully).  For now we will still assign ids
5570           to everything by default...
5572 2005-01-15  MenTaLguY  <mental@rydia.net>
5574         * src/arc-context.cpp, src/event-context.cpp, src/node-context.cpp,
5575           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
5576           src/star-context.cpp, src/toolbox.cpp,
5577           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
5578           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
5579           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
5580           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
5581           src/xml/sp-repr-event-vector.h:
5583           remove all veto callbacks but setting attributes
5585 2005-01-15  Kees Cook  <kees@outflux.net>
5587         * src/inkscape.cpp: correcting windows path for preferences.  Closes
5588         bug #933461.
5590         * src/file.cpp, src/nodepath.cpp, src/selection-describer.cpp,
5591         src/seltrans.cpp, src/sp-item-group.cpp, src/sp-path.cpp,
5592         src/sp-spiral.cpp, src/sp-star.cpp, src/dialogs/find.cpp:
5593         Using ngettext for plural localized strings.  Please try to keep this
5594         up.  Closes bug #1076872.
5596         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
5597         src/inkscape-stock.h, src/dialogs/stroke-style.cpp,
5598         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
5599         src/dialogs/xml-tree.cpp: Finished the last of the missing pixmap
5600         replacements from Andreas Nilsson.  Fixed some mistakes in the earlier
5601         changes (need to call sp_icon_new_scaled not sp_icon_new).
5603 2005-01-14  MenTaLguY  <mental@rydia.net>
5605         * src/gc.cpp: leave the free space multiplier at the default, which
5606           will hopefully (according to Hans) avoid some of the odd gc issues
5607           we've had, if nothing else does
5609 2005-01-14  Kees Cook  <kees@outflux.net>
5611         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
5612         src/inkscape-stock.h, src/verbs.cpp, src/dialogs/stroke-style.cpp,
5613         src/dialogs/transformation.cpp, src/widgets/icon.cpp, src/widgets/icon.h,
5614         src/widgets/paint-selector.cpp:
5615         Fixed up code and replaced pixmaps with icons from myself and
5616         Andreas Nilsson.
5618 2005-01-11  MenTaLguY  <mental@rydia.net>
5620         * src/xml/repr-io.cpp: promote non-namespaced SVG documents into SVG
5621           namespace
5623 2005-01-08  MenTaLguY  <mental@rydia.net>
5625         * src/Makefile_insert, src/gc-anchored.cpp, src/gc-anchored.h:
5626           abstracted allocation of anchors
5628 2005-01-06  Ted Gould  <ted@gould.cx>
5630         * src/interface.cpp, src/extension/effect.cpp,
5631         src/extension/implementation/implementation.cpp,
5632         src/extension/implementation/implementation.h,
5633         src/extension/implementation/plugin-link.h,
5634         src/extension/implementation/plugin.cpp,
5635         src/extension/implementation/plugin.h,
5636         src/extension/implementation/script.cpp,
5637         src/extension/implementation/script.h, src/extension/plugin/gimpgrad.cpp,
5638         src/extension/plugin/grid.cpp:
5640         Changing the effects preferences so that it uses sockets and plugs which
5641         will allow out of process GUIs to work too.  This is a first pass with
5642         nothing beautiful, but it does seem to work.
5644 2005-01-03  MenTaLguY  <mental@rydia.net>
5646         * src/document.cpp, src/main.cpp, src/sp-root.cpp:
5647           get rid of ugly xmlns hacks
5649         * src/inkscape.cpp, src/extension/internal/svg.cpp, src/xml/repr-io.cpp:
5650           automatically include xmlns declarations for the required namespaces,
5651           and make a best effort at using a default namespace when requested
5652           and possible
5654 2005-01-02  Kees Cook  <kees@outflux.net>
5656         * share/icons/icons.svg: updated view and location
5657         * src/document.cpp, src/dialogs/rdf.cpp: fixed another bug in metadata
5658           due to svg: prefix change.
5659         * src/inkscape-stock.h, src/inkscape-stock.cpp, share/icons/Makefile.am:
5660           removed unused xpm icons
5662 2005-01-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5664         * src/fontsize-expansion.h, src/fontsize-expansion.cpp:
5665           New files.
5666         * src/Makefile_insert: Add the new files to libinkpre_a_SOURCES.
5667         * src/desktop-style.cpp (sp_desktop_apply_css_recursive):
5668           When calling sp_css_attr_scale, change the expansion calculation
5669           to use fontsize_expansion().
5670         * src/sp-text.cpp (sp_text_set_transform): Similarly use
5671           fontsize_expansion() instead of generic m.expansion().
5673 2005-01-01  Kees Cook  <kees@outflux.net>
5675         * src/extension/db.h, src/extension/db.cpp, src/extension/init.cpp:
5676         created "modulelist" to maintain initialization order for extension
5677         lists.
5679 2004-12-31  MenTaLguY  <mental@rydia.net>
5681         * src/xml/repr-io.cpp, src/xml/repr.h: initial scaffoliding for more
5682           cosmetic use of prefixes in output files (and eventually more proper
5683           namespace handling for output as well)
5685 2004-12-31  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5687         * src/sp-text.cpp (sp_text_set_transform): Change scaling of font size.
5688           The result should be closer to what CorelDraw, XaraX, Canvas 7 and
5689           Expression3 do according to vellum, though I don't know the exact
5690           rule that they use.
5692 2004-12-25  Ted Gould  <ted@gould.cx>
5694         * share/extensions/grid.inx, src/extension/extension.cpp,
5695         src/extension/extension.h, src/extension/plugin/grid.cpp:
5697         Futher improvements to the grid plugin.  This involves mostly adding in
5698         parameters at this time, but, ofcourse, I never implemented floating
5699         point parameters -- so that had to be done first.  More modular code so
5700         that things can be adjusted externally better.
5702 2004-12-25  Ted Gould  <ted@gould.cx>
5704         * share/extensions/Makefile.am, share/extensions/grid.inx,
5705         src/extension/implementation/plugin-link.h,
5706         src/extension/implementation/plugin.cpp,
5707         src/extension/plugin/Makefile_insert, src/extension/plugin/gimpgrad.cpp,
5708         src/extension/plugin/grid.cpp:
5710         Adding in a new effect plugin, grid.  It draws a grid on the canvas which
5711         is just an easy way to do some neat things.  It is mostly done, but still
5712         needs cleanup.  Some other files required modification to make this
5713         possible.
5715 2004-12-25  MenTaLguY  <mental@rydia.net>
5717         * src/event-context.cpp: removed unused handler
5719 2004-12-25  Ted Gould  <ted@gould.cx>
5721         * share/extensions/svg_dropshadow:
5723         Changing to use "svg:g" instead of "g" for the group.
5725         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h,
5726         src/extension/system.cpp, src/extension/system.h,
5727         src/extension/implementation/implementation.cpp,
5728         src/extension/implementation/implementation.h,
5729         src/extension/implementation/plugin.cpp,
5730         src/extension/implementation/plugin.h,
5731         src/extension/implementation/script.cpp,
5732         src/extension/implementation/script.h:
5734         Final stuff to get Effects working as well as the did before, which
5735         is okay, but not great.  This involved changing the API to get an SPView
5736         instead of an SPDocument because then I can get the selection information
5737         from the view that is being used.
5739 2004-12-24  MenTaLguY  <mental@rydia.net>
5741         * src/sp-object-repr.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
5742           src/dialogs/rdf.cpp, src/dialogs/xml-tree.cpp,
5743           src/widgets/sp-xmlview-tree.cpp, src/xml/repr-io.cpp,
5744           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5745           src/xml/repr.h:
5747           cleaned out unused code and unhygenic macros, as well as fixing
5748           constructors for text and comment nodes
5750 2004-12-24  Ted Gould  <ted@gould.cx>
5752         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h:
5754         Okay, now the effects menu really works!  Well, the implementation seems
5755         to be broken, but the wrapper seems to be all working.
5757 2004-12-24  Ted Gould  <ted@gould.cx>
5759         * src/interface.cpp, src/verbs.cpp, src/verbs.h, src/extension/effect.cpp,
5760         src/extension/effect.h:
5762         Getting the Effects menu basically working.  This included some fixes to
5763         the verbs where they were incrementing the database incorrectly.  The
5764         effects are the first component to take advantage of the dynamically
5765         created verbs, and exercised new code.  Now the basic menu is available,
5766         but there is no functionality there.
5768 2004-12-24  Ted Gould  <ted@gould.cx>
5770         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
5772         Basic code for the effects menu.
5774         * src/dialogs/filedialog.cpp, src/dialogs/filedialog.h,
5775         src/extension/db.cpp, src/extension/db.h:
5777         Changing the DB access functions to use std::list instead of GSList so
5778         that it is more standard, and we get rid of a specialized class that
5779         really isn't that useful.  Less memory usage, and fixes a leak.
5781         * src/extension/effect.cpp, src/extension/effect.h:
5783         Adding in a "Last Effect" to be used in the menus.
5785         * src/extension/extension-forward.h, src/extension/extension.cpp,
5786         src/extension/extension.h, src/extension/input.cpp,
5787         src/extension/output.cpp, src/extension/timer.cpp, src/extension/timer.h,
5788         src/extension/Makefile_insert:
5790         Adding in the timer functions so that modules will unload in a given
5791         amount of time.  For more information on this read the documentation
5792         in the files.  Kinda a lazy deallocation.
5794         * src/extension/implementation/implementation.cpp:
5796         Fix unload so that it is not recursive.
5798 2004-12-23  MenTaLguY  <mental@rydia.net>
5800         * src/arc-context.cpp, src/document.cpp, src/draw-context.cpp,
5801           src/dyna-draw-context.cpp, src/file.cpp, src/gradient-chemistry.cpp,
5802           src/interface.cpp, src/layer-fns.cpp, src/main.cpp, src/object-ui.cpp,
5803           src/path-chemistry.cpp, src/rect-context.cpp,
5804           src/selection-chemistry.cpp, src/sp-anchor.cpp, src/sp-clippath.cpp,
5805           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
5806           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-gradient-test.cpp,
5807           src/sp-gradient.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
5808           src/sp-line.cpp, src/sp-marker.cpp, src/sp-mask.cpp,
5809           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-offset.cpp,
5810           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
5811           src/sp-polyline.cpp, src/sp-rect.cpp, src/sp-root.cpp,
5812           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp, src/sp-text.cpp,
5813           src/sp-tspan.cpp, src/sp-use.cpp, src/spiral-context.cpp,
5814           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
5815           src/text-context.cpp, src/dialogs/find.cpp, src/dialogs/rdf.cpp,
5816           src/dialogs/xml-tree.cpp, src/ecma/EcmaBinding.cpp,
5817           src/extension/internal/gdkpixbuf-input.cpp,
5818           src/extension/internal/svg.cpp, src/livarot/ShapeDraw.cpp,
5819           src/xml/repr-io.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp:
5821           use normalized qnames for SVG elements too
5823 2004-12-23  Kees Cook  <kees@outflux.net>
5825         * configure.ac, src/Makefile_insert, src/extension/script/Makefile_insert:
5826           adding Perl and Python compile tests.  Corrected library locations.
5827         * src/extension/script/InkscapeScript.h,
5828           src/extension/script/InkscapePython.cpp,
5829           src/extension/script/InkscapeScript.cpp: white space fix, and
5830           added config.h, and some small debugging for myself.  Hope Bob doesn't
5831           mind!  :)
5832         * src/dialogs/scriptdialog.cpp: added comments to default code.
5834 2004-12-22  Kees Cook  <kees@outflux.net>
5836         * configure.ac, src/extension/script/Makefile_insert: automake cleanups
5837           to deal with perl/python detection.
5839 2004-12-20  David Turner <novalis@gnu.org>
5840         * src/widgets/gradient-vector.cpp:
5841           Fixed bug with gradient stops at 0 and 100%.  Closes 1085920.
5843 2004-12-18  Bob Jamison  <rjamison@titan.com>
5845         * src/extensions/script/*:
5846           New files that enable embedding of scripting languages
5847           in Inkscape.  Currently using Swig to embed Perl and Python.
5849         * autoconf.ac:
5850           Allow opting for perl or python with --with-perl=yes|no
5851           and --with-python=yes|no
5853 2004-12-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5855         * streq.h (streq), strneq.h (strneq), memeq.h (memeq):
5856           New convenience functions for strcmp(a,b)==0 etc.
5858         * src/dir-util.cpp (sp_relative_path_from_path):
5859           Fix when base is a string prefix of path but a directory prefix
5860           (e.g. path=/foo/barney, base=/foo/bar).
5862 2004-12-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5864         * src/sp-conn-end.cpp (sp_conn_end_move_compensate):
5865           Fix for undo/save: wasn't calling updateRepr().
5867 2004-12-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5869         * src/style.cpp (sp_style_merge_from_style_string):
5870           More standards-conforming parsing of style strings into prop:value
5871           pairs.
5873 2004-12-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5875         * src/style.h, src/style.cpp, src/libnrtype/font-style-to-pos.cpp:
5876           Fix font-weight value: s/darker/bolder/.
5878         * src/style.cpp (sp_style_merge_from_parent):
5879           Fix bug with specifying stroke-width with unit of em or ex.
5880           (We were ignoring the number, treating it as 1em or 1ex.)
5882         * src/style.h, src/style.cpp (sp_style_read_dash,
5883           sp_style_write_string, sp_style_write_difference):
5884           Allow `inherit' as a value for dasharray.
5885           (Also plug small memory leak in sp_style_read_dash.)
5887 2004-12-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5889         * src/style.cpp (sp_style_write_string):
5890           Fix for when stroke-dasharray either explicitly set to `none', or
5891           inherits non-none.
5893         * src/style.cpp (sp_style_write_ienum):
5894           Fix: preserve explicit `inherit' request.
5895         * (sp_style_read, sp_style_merge_property):
5896           Allow explicit `inherit' for `display' property.
5898         * src/style.cpp (sp_style_read):
5899           Fix copy&paste bug affecting `visibility' and `display' properties.
5901 2004-12-07  David Turner  <novalis@gnu.org>
5903         * src/libnrtype/RasterFont.cpp, src/display/nr-arena-shape.cpp:
5904         Fixed dash rendering bug (#1077213)
5906 2004-12-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5908         * src/style.h, src/style.cpp: Support all `display' values
5909           required by SVG 1.1.  (No functional change, insofar as the new
5910           values all have the same behaviour as our existing `block' value
5911           in SVG.)
5912         * src/sp-item.cpp, src/style.cpp: Use `inline' (SP_CSS_DISPLAY_INLINE)
5913           rather than `block' as our generic display value meaning `don't hide
5914           this', as per spec.
5916         * src/style.cpp: Prefer to write lr-tb etc. rather than the
5917           abbreviations lr etc.  (Also add comment saying why.)
5919 2004-12-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5921         * src/dialogs/xml-tree.cpp (on_attr_select_row_set_value_content):
5922           Fix segfault: treat NULL as empty string for display purposes.
5924 2004-11-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5926         * src/svg/svg.h, src/svg/sp-svg.def, src/svg/svg-length.cpp:
5927           (sp_svg_boolean_read, sp_svg_write_percentage):
5928           Remove these unused functions.
5929           (sp_svg_length_read_lff, sp_svg_number_write_d,
5930           sp_svg_number_write_i): Mark static.
5932         * configure.ac:
5933           When adding -lgc to LIBS, also add its dependencies -lpthread -ldl.
5935 2004-11-28  Ted Gould  <ted@gould.cx>
5937         * 0.40
5939 2004-11-25  MenTaLguY  <mental@rydia.net>
5941         * share/tutorials/tutorial-calligraphy.svg: spelling fix
5943         * src/widgets/layer-selector.cpp: fixing the layer selector update bug;
5944           sigc++ apparently doesn't deal with reference arguments very well
5946 2004-11-25  MenTaLguY  <mental@rydia.net>
5948         * src/layer-fns.cpp: fix layer creation within sublayers
5950         * src/dialogs/layer-properties.cpp: fix dialog leak
5952 2004-11-25  MenTaLguY  <mental@rydia.net>
5954         * src/inkscape.cpp: eliminate duplicated code across #ifdefs
5956         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5957           src/dialogs/layer-properties.h:
5959           LayerPropertiesDialog is no longer a singleton, since it's kind of a
5960           per-desktop (well, ideally per-document) thing.  Remaining to do:
5961           fix update of layer selector widget, and eliminate leak of dialog
5962           objects.
5964 2004-11-24  Kees Cook  <kees@outflux.net>
5966         * inkscape.spec: added SMP flags, added static library link capability.
5968 2004-11-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5970         * src/draw-context.cpp (spdc_concat_colors_and_flush):
5971           Do nothing if empty curve; in particular, don't try to close an
5972           empty curve.
5974         * src/pen-context.cpp (spdc_endpoint_snap):
5975           Fix use of uninitialized value when snapping.
5977 2004-11-23  Bryce Harrington <bryce@bryceharrington.org>
5979         * src/dialogs/layer-properties.cpp:  Fixing bug causing two new
5980           layers to get created when hitting enter
5982 2004-11-23  Kees Cook  <kees@outflux.net>
5984         * share/tutorials: added Josh's changes, resized, repositioned for
5985           800x600.
5986         * src/verbs.h, src/verbs.cpp, src/interface.cpp: added tracing
5987           tutorial.
5989 2004-11-23  MenTaLguY  <mental@rydia.net>
5991         * src/rect-context.cpp: disallow drawing on locked or invisible layers
5993         * src/widgets/layer-properties.h, src/widgets/layer-properties.cpp:
5994           slight HIG-ification
5996         * src/desktop.cpp, src/desktop.h, src/widgets/layer-selector.cpp,
5997           src/widgets/layer-selector.h, src/verbs.cpp, src/sp-desktop-widget.h
5999           removed vestigal layer renaming thing
6001         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
6002           src/dialogs/layer-properties.h:
6004           reuse dialog for creating layers as well as for renaming them
6006 2004-11-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6008         * src/display/bezier-utils.cpp (generate_bezier): For the sake of
6009           our current pencil tool, don't use free optimization of the end
6010           tangent vector.
6012 2004-11-21  MenTaLguY <mental@rydia.net>
6014         * src/verbs.cpp: add accels for layer menu items
6016 2004-11-21  Bryce Harrington <bryce@bryceharrington.org>
6018         * src/dialogs/layer-properties.cpp, src/verbs.cpp,
6019           src/dialogs/layer-properties.h: Hooking up layer rename
6020           functionality, and making it show correctly.
6022         * src/dialogs/debugdialog.cpp, src/dialogs/find.cpp,
6023           src/dialogs/tracedialog.cpp:  Fixing dialog show behavior
6025 2004-11-21  Kees Cook  <kees@outflux.net>
6027         * src/sp-object.cpp, src/sp-metadata.cpp: added some debugging, and
6028           fixed a dumb error in my metadata _release handler.  Should mostly
6029           close bug 1069772.
6030         * src/Makefile_insert, src/sp-skeleton.cpp, src/sp-skeleton.h:
6031           created some example SPObject implementations for a basis for any
6032           new SPObjects in the future.
6033         * src/dialogs/xml-tree.cpp: fixing logic bug in identability checker.
6034           Added immutability test to actually close 1069772.
6035         * share/icons/icons.svg, src/verbs.cpp, src/interface.cpp: adding
6036           icons for the "new" menu, vacuum, reverse, make bitmap, and trace.
6038 2004-11-20  Jon A. Cruz  <jon@joncruz.org>
6040         * src/extension/db.h, src/extension/db.cpp, src/dialogs/filedialog.cpp:
6041           Added extension matching pattern. Fixed bug 1064888.
6043         * src/dialogs/filedialog.cpp (isValidImageFile):
6044           Fixed previewing bug 1067551.
6046 2004-11-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6048         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
6049           Add splitpoints parameter.  Callers updated.
6051         * src/display/bezier-utils.cpp
6052           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full):
6053           Change last parameter from lg_max_beziers to max_beziers.
6054           Callers updated.
6056 2004-11-19  Bryce <bryce@bryceharrington.org>
6058         * src/dialogs/layer-properties.cpp,
6059           src/dialogs/layer-properties.h:  Adding some widgets.
6061 2004-11-18  Bryce <bryce@bryceharrington.org>
6063         * src/dialogs/Makefile_insert, src/dialogs/makefile.msc,
6064           src/dialogs/layer-properties.h, src/dialogs/layer-properties.h:
6065           Adding a layer properties dialog for renaming layers
6067         * src/desktop.cpp src/interface.cpp, src/verbs.cpp,
6068           src/verbs.h src/dialogs/layer-properties.cpp,
6069           src/dialogs/layer-properties.h,
6070           src/widgets/layer-selector.cpp:  Hooking in layer props dialog.
6072 2004-11-16  MenTaLguY  <mental@rydia.net>
6074         * src/widgets/document-tree-model.cpp, src/widgets/document-tree-model.h,
6075           src/widgets/layer-selector.cpp, src/widgets/Makefile_insert:
6077           removed Widgets::DocumentTreeModel because unused
6079         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
6080           src/xml/repr.h:
6082           cache successive sibling counts (self+subsequent siblings) in SPRepr
6083           to make sp_repr_n_children() and sp_repr_position() more efficient,
6084           which will be needed later for e.g. GTK tree models.
6086           sp_repr_nth_child() isn't any faster as a result of the changes,
6087           but it probably won't need to be
6089         * src/xml/repr.cpp: fixed refcount leak in SPRepr::SPRepr(SPRepr const &)
6091 2004-11-15  MenTaLguY  <mental@rydia.net>
6093         * src/gc.cpp: add initial stubs that print an informative error
6094           if the GC functions are used before Inkscape::GC::init() is called
6096 2004-11-14  MenTaLguY  <mental@rydia.net>
6098         * configure.ac, src/gc-core.h, src/gc-managed.h, src/gc-anchored.h,
6099           src/gc-finalized.h, src/gc.cpp:
6101           make disabling the collector a run-time rather than a compile-time
6102           option; there are now three garbage collector options, selectable
6103           by setting the _INKSCAPE_GC environment variable:
6105            * enable - the normal collector (default)
6106            * debug - the debugging collector
6107            * disable - use standard malloc in place of the libgc allocator
6109 2004-11-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6111         * src/display/bezier-utils.cpp: Make end tangent/s be unconstrained for
6112           sp_bezier_fit_cubic, sp_bezier_fit_cubic_r, and around corner nodes.
6114         * src/pencil-context.cpp (fit_and_split): Allow the bezier fitter to
6115           choose the middle control points freely except to the extent required
6116           for smooth nodes.
6118         * src/display/bezier-utils.cpp (generate_bezier):
6119           If either end tangent is specified as zero then estimate the
6120           corresponding control point without constraining its direction
6121           from the endpoint.
6123         * src/pencil-context.h, src/pencil-context.cpp
6124           (fit_and_split, sp_pencil_context_init): Explicitly remember required
6125           tangent instead of using "first two points" hack.
6127         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
6128           Detect & prevent "ghost spikes", by allowing a corner node if
6129           the specified tangent would result in a spike.
6131         * src/display/bezier-utils.cpp (generate_bezier): Better handling
6132           of the case of infinite solutions for the lengths of the two
6133           tangent vectors: try requiring that the lengths equal each other,
6134           and solving for that length (just one variable).
6136 2004-11-13  Kees Cook  <kees@outflux.net>
6138         * src/document.cpp: wrapped updateDisplay call in undo insensitivity.
6139           Closes bug #1030436.
6141 2004-11-12  MenTaLguY  <mental@rydia.net>
6143         * src/main.cpp: fpresetsticky -> fpsetsticky
6145         * src/verbs.cpp: cast width changes
6147         * src/libnrtype/FlowBoxes.h, src/libnrtype/FlowDefs.h,
6148           src/libnrtype/FlowDest.h, src/libnrtype/FlowEater.h,
6149           src/libnrtype/FlowRes.h, src/libnrtype/FlowSols.h,
6150           src/libnrtype/FlowSrc.h, src/libnrtype/FlowSrcText.h,
6151           src/libnrtype/FlowStyle.h, src/libnrtype/FlowUtils.h:
6152           remove stdint.h which isn't being used here
6154         * src/widgets/icon.h, src/widgets/icon.cpp:
6155           icon greys out when insensitive
6157         * src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
6158           documentation
6160         * src/verbs.cpp: changed cast to reinterpret_cast to hopefully
6161           avoid compiler warning
6163 2004-11-11  Kees Cook  <kees@outflux.net>
6165         * src/seltrans.cpp, src/select-context.cpp: ref counting SPObjects
6166           correctly so undo's don't blow up an active resize/move.  Closes
6167           bug #1018756.
6169 2004-11-11  MenTaLguY  <mental@rydia.net>
6171         * src/inkscape.cpp, src/main.cpp, src/widgets/icon.cpp:
6172           removed sp_bitmap_icons
6174         * configure.ac, src/sp-image.cpp, src/object-ui.cpp:
6175           removed stale autotrace support code
6177 2004-11-10  MenTaLguY  <mental@rydia.net>
6179         * src/sp-item.cpp, src/sp-clippath.cpp, src/cp-mask.cpp:
6180           minor refcounting tweaks
6182         * src/sp-image.cpp: fixed failure to release GdkPixbufLoader when
6183           done with it (fixes bug #1063054)
6185 2004-11-10  Kees Cook  <kees@outflux.net>
6187         * configure.ac, src/gc-core.h: corrected gc.h path detection.
6189 2004-11-09  MenTaLguY  <mental@rydia.net>
6191         * src/dialogs/fileselector.cpp: fixed cut-and-paste refcount bug
6192           between SVGPreview::setFileName and SVGPreview::setFromMem that
6193           was leaking bitmap image preview SPDocuments
6195 2004-11-09  Bryce Harrington <bryce@bryceharrington.org>
6197         * src/dialogs/item-properties.cpp
6199 2004-11-09  MenTaLguY  <mental@rydia.net>
6201         * src/sp-item.cpp, src/style.cpp, src/style.h:
6202           use 'display' rather than 'visibility' for hiding, and give display
6203           a more "modern" representation in SPStyle like visibility's
6205 2004-11-09  Kees Cook  <kees@outflux.net>
6207         * src/dialogs/xml-tree.cpp: added better context to the status bar.
6208           added warning flash for id conflicts.
6209         * src/toolbox.cpp: killed some copy/paste code while bug hunting.
6211 2004-11-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6213         * src/sp-item.h, src/sp-item.cpp
6214           (isExplicitlyHidden, setExplicitlyHidden): New methods.
6216         * src/dialogs/item-properties.cpp: Change from having a `Visible'
6217           checkbox that explicitly sets the SVG visibility property to
6218           having a `Hide' checkbox that controls whether or not the
6219           element has visibility:hidden.  (Mitigates #1061934.)
6221         * src/sp-object.h, src/sp-object.cpp (visible, setVisible):
6222           Remove these methods.
6224 2004-11-07  MenTaLguY  <mental@rydia.net>
6226         * src/gc-finalized.h: fix for Debian bug #279991 (cast to ptrdiff_t
6227                               rather than int), and basic documentation
6229 2004-11-06  MenTaLguY  <mental@rydia.net>
6231         * src/sp-item.cpp: fix desktop-specific version of SPItem::isHidden()
6232                            to deal correctly with parent visibility
6234 2004-11-05  MenTaLguY  <mental@rydia.net>
6236         * src/widgets/layer-selector.cpp: more work on making the lock/hide
6237           buttons actually do something
6239         * src/sp-item.cpp, src/sp-item.h: implement lock/hide related methods
6241         * src/verbs.cpp: "Remove All Kerns" -> "Remove Manual Kerning"
6243 2004-11-04  Kees Cook  <kees@outflux.net>
6245         * src/dialogs/rdf.h, src/dialogs/rdf.cpp: added rdf:Bag for the
6246           dc:subject keyword list.  Closed bug #1021025.
6247         * src/dialogs/xml-tree.cpp, src/widgets/sp-xmlview-attr-list.cpp,
6248           src/widgets/sp-xmlview-attr-list.h: added status bar to XML
6249           editor.  added row-change callback for XML tree view.  This
6250           all supports a possible future solution to bug #869683.
6251         * src/dialogs/desktop-properties.cpp: memory leak in RDF code.
6253 2004-11-04  MenTaLguY  <mental@rydia.net>
6255         * src/widgets/layer-selector.cpp: togglable images and formatting
6256           changes (make current layer bold)
6258         * src/uri.h, src/uri.cpp: added assignment operator
6260 2004-11-03  MenTaLguY  <mental@rydia.net>
6262         * src/widgets/Makefile_insert, src/widgets/shrink-wrap-button.cpp,
6263           src/widgets/shrink-wrap-button.h:
6265           added Inkscape::Widgets::shrink_wrap_button, to make any gtk button
6266           an SPButton-like shrink-wrapped button
6268         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6270           abandon SPButton for layer selector buttons
6272 2004-11-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6274         * po/check-markup: New script: detects <b>markup<b> <b>problems<7b>
6275           in the <b>translated strings.  (~10 such problems found.)
6276         * Makefile.am (all, check, distcheck): Run po/check-markup (with
6277           varying permissiveness of errors).
6279 2004-11-02  MenTaLguY  <mental@rydia.net>
6281         * doc/keys.xml: added documentation of layer keys
6283 2004-11-01  Kees Cook  <kees@outflux.net>
6285         * src/dialogs/align.cpp, src/dialogs/debugdialog.cpp: localized
6286         some missed strings.
6288 2004-11-01  MenTaLguY  <mental@rydia.net>
6290         * share/icons/icons.svg: gave bulia's eye icons ids
6292         * src/widgets/layer-selector.h, src/widgets/layers-selector.cpp:
6293           fixed up visibility/lock toggles... now to make them actually do
6294           something
6296 2004-10-31  MenTaLguY  <mental@rydia.net>
6298         * src/util/glib-list.h: adaptor for glib lists
6300         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6301           save the repr next to the SPObject
6303 2004-10-30  MenTaLguY  <mental@rydia.net>
6305         * src/util/list.h: more list cleanups and documentation
6307         * src/verbs.cpp: call sp_document_done() for layer verbs too
6309 2004-10-30  Bryce Harrington <bryce@bryceharrington.org>
6311         * src/dialogs/item-properties.cpp, src/sp-object.h:  Cleaning up
6312         stubs, disabling some more of the desc code to prevent crash.
6313         The change to SPObject::label() broke the label editing code;
6314         fixing it.
6316 2004-10-30  Kees Cook  <kees@outflux.net>
6318         * src/sp-metadata.cpp, src/sp-metadata.h, src/Makefile_insert,
6319         src/document.cpp, src/sp-object-repr.cpp, src/sp-object.cpp:
6320         I've created my very first SPObject!  SPMetadata is alive!  No
6321         more nasty hack to have it disappear from SVG Plain.  Mental
6322         won't have to take away my CVS access any more!  :)
6323         * inkscape2.nsi: update from Adib Taraben
6325 2004-10-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6327         * src/libnr/nr-matrix.cpp (nr_matrix_invert):
6328           Fix for last commit to this file, which broke src==dest case.
6329         * src/libnr/nr-matrix-test.cpp: Add test cases for nr_matrix_invert.
6331 2004-10-30  MenTaLguY  <mental@rydia.net>
6333         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6334           update when layers added/removed/reordered.
6336         * src/verbs.h, src/verbs.cpp: added "rename layer" verb.
6338 2004-10-29  Kees Cook  <kees@outflux.net>
6340         * src/Makefile_insert, src/trace/Makefile_insert,
6341         src/util/Makefile_insert: distcheck cleanups.
6343 2004-10-29  MenTaLguY  <mental@rydia.net>
6345         * src/widgets/layer-selector.cpp: default labels in italic
6347         * src/sp-object.h, src/sp-object.cpp: inkscape:label fixes
6349         * src/layer-fns.cpp: make ordering of layers complete; not just among
6350                              siblings
6352         * src/util/list.h: documentation update
6354 2004-10-29  Bryce Harrington <bryce@bryceharrington.org>
6356         * layer-fns.cpp:  documenting
6357         * layer-selector.cpp:  documenting & fixing funky widget resizing
6358         * object-ui.cpp, dialogs/item-properties.cpp, sp-object.h,
6359           sp-object.cpp, widgets/layer-selector.cpp: add ability to set
6360           inkscape:label from "Item Properties", remove id setting from
6361           "Item Properties", switch to using
6362           SPObject::label()/SPObject?::defaultLabel() in UI where object
6363           ID is currently used.  Documenting.  Switching from "label" to
6364           "inkscape:label" where appropriate.  Adding
6365           visible()/setVisible() functions and activating checkbox.
6366         * dialogs/item-properties.cpp:  Adding title and desc boxes.
6367           Adjusting layout of dialog a bit.  Changing to use of tables
6368           instead of horiz/vert boxes for layout.  Setting to inactive
6369           until some underlying bits get finished.
6371 2004-10-29  Kees Cook  <kees@outflux.net>
6373         * src/dialogs/export.cpp: moved function-based static state variable
6374           into the dialog state variables.  Closes bug #993447.
6375         * src/display/curve.cpp: fixed compile warning.
6376         * src/sp-namedview.cpp: wasn't ref counting correctly.  Closes #955020.
6378 2004-10-29  Jon A. Cruz  <jon@joncruz.org>
6380         * src/sp-image.cpp, src/extension/internal/gdkpixbuf-input.cpp:
6381           Refactoring filenames and file opening
6382           Scales imported images if DPI is known and not 72 DPI. Fixes
6383           #1029755
6385 2004-10-29  MenTaLguY  <mental@rydia.net>
6387         * src/widgets/layer-selector.cpp, src/verbs.cpp:
6388           unselect objects when layer is manually switched
6390 2004-10-28  Kees Cook  <kees@outflux.net>
6392         * src/document-undo.cpp, src/document.cpp, src/sp-namedview.cpp,
6393           src/sp-text.cpp, src/dialogs/desktop-properties.cpp,
6394           src/dialogs/export.cpp, src/extension/input.cpp,
6395           src/extension/output.cpp, src/extension/system.cpp:
6396           Fixing calls to sp_document_set_undo_sensitive to correct allow for
6397           nesting, as suggested by mental.  Found while tracking down bug
6398           #1030436.
6400 2004-10-28  MenTaLguY  <mental@rydia.net>
6402         * src/util/list.h: cleanups of list class.  I think, aside from
6403           documentation and maybe fixes for g++ 3.4 (if required), this
6404           is the last set of changes I will need to make.
6406         * src/sp-item.cpp, src/splivarot.cpp, src/util/reverse-list.h,
6407           src/util/filter-list.h, src/util/map-list.h:
6408           adjust for changes in the list class' interface
6410         * src/desktop.cpp, src/sp-desktop-widget.h:
6411           removed old layer selector and added SPDesktop::itemIsHidden()
6413         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6414           more work; it's now at least as functional as the old selector it
6415           replaces
6417 2004-10-27  Kees Cook  <kees@outflux.net>
6419         * src/libnr/nr-point.h: use NR::X and NR::Y instead of "0" and "1".
6420         * src/dialogs/export.cpp: stack/register weirdness requires a function
6421           call to get true == comparison of NR::Rect's.  Closes bug #1048614.
6422         * src/dialogs/align.cpp: saving erased iterator.  Closes bug #1054270.
6423         * share/extensions/ill2svg.pl: added strict, warnings, and detection
6424           of Image::Magick module.  Closes bug #990659.
6425         * src/dialogs/find.h, src/dialogs/find.cpp: removed unfinished new
6426           find dialog instantiation.  Closes bug #1048802.
6428 2004-10-27  Carl Hetherington  <inkscape@carlh.net>
6430         * src/extension/output.cpp: better fix for 1004134 after advice
6431         from Ted.
6433 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
6435         * src/extension/output.cpp: don't reset modified flag until after
6436         save has happened, in case it fails.  Fixes 1004134.
6438         * src/livarot/ShapeSweep.cpp: fix a typo in my cleanups.  Fixes
6439         1048151.
6441 2004-10-25  Bryce Harringotn <bryce@bryceharrington.org>
6443         * file.cpp, file.h, dialogs/export.cpp: Adding error return logic
6444           for png export code so that failure to write can be tracked.
6445           Adding an error dialog for when this occurs.  Fixes bug 1038932.
6447         * extension/system.cpp:  Changing sp_ui_error_dialog to g_warning
6448           so won't crash when running from commandline.  Fixes bug
6449           1000350.
6451         * inkscape.cpp, inkscape.h, main.cpp, dialogs/filedialog.cpp:
6452           Adding Inkscape::Application::use_gui flag as temporary hack to
6453           prevent gui dialogs from being used when running from
6454           commandline.  Fixes bug 1045067.
6456 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
6458         * src/livarot/PathCutting.cpp: fix a couple of bugs that I
6459         introduced that cause crashes on cut path.
6461 2004-10-25  Kees Cook  <kees@outflux.net>
6463         * src/sp-object.cpp: nasty hack to not export metadata on "Plain SVG".
6464           I promise I'll fix this with a proper SPObject soon.
6466 2004-10-25  Jon A. Cruz  <jon@joncruz.org>
6467         * src/file.cpp, src/file.h, src/inkscape.cpp, src/sp-image.cpp,
6468         src/uri.cpp, src/uri.h, src/dialogs/filedialog.cpp,
6469         src/extension/input.cpp, src/extension/implementation/script.cpp,
6470         src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
6471         src/extension/internal/win32.h, src/extension/plugin/gimpgrad.cpp,
6472         src/helper/png-write.cpp, src/trace/imagemap.cpp, src/xml/repr-io.cpp:
6474         Refactoring filenames and file opening
6476 2004-10-24  MenTaLguY  <mental@rydia.net>
6478         * src/Makefile.am: added/removed files
6480         * src/util/copy-list.h: nobody's using it right now, get rid of it
6482         * src/traits/copy.h, src/traits/list-copy.h:
6483           traits for determining the type to make a copy of a value
6485         * src/sp-item.cpp, src/util/filter-list.h src/util/map-list.h,
6486           src/util/reverse-list.h, src/widgets/layer-selector.cpp
6487           src/xml/sp-repr-action.cpp:
6489           let the list functions infer their own result type (where possible)
6491         * src/util/forward-pointer-iterator.h: its value type is a reference
6493 2004-10-23  MenTaLguY  <mental@rydia.net>
6495         * src/desktop.cpp: removed vertical usize limits on statusbar
6497         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6498           more layer selector work; simplfied model and customized CellRenderer
6499           settings a bit
6501         * src/attributes.cpp, src/attributes.h, src/sp-object.cpp, src/sp-object.h:
6502           add inkscape:label attribute
6504         * src/file.cpp, src/sp-anchor.h, src/sp-animation.h, src/sp-chars.h,
6505           src/sp-clippath.h, src/sp-conn-end.cpp, src/sp-defs.h, src/sp-ellipse.h,
6506           src/sp-gradient.h, src/sp-guide.h, src/sp-image.h, src/sp-line.h,
6507           src/sp-linear-gradient.h, src/sp-marker.h, src/sp-mask.h,
6508           src/sp-namedview.h, src/sp-object-group.h, src/sp-offset.h, src/sp-path.h,
6509           src/sp-pattern.h, src/sp-polygon.h, src/sp-polyline.h,
6510           src/sp-radial-gradient.h, src/sp-rect.cpp, src/sp-rect.h, src/sp-root.h,
6511           src/sp-spiral.h, src/sp-star.h, src/sp-stop.h, src/sp-string.h,
6512           src/sp-symbol.h, src/sp-text.h, src/sp-tspan.h, src/sp-use.h,
6513           src/sp-offset.cpp, src/sp-shape.h:
6515           make inheritance actual
6517 2004-10-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6519         * src/libnr/*: Move some things from nr-matrix-ops.h to new files.
6521         * src/libnr/nr-point-fns.h, src/libnr/nr-point-fns.cpp:
6522           New function is_zero.  Move is_unit_vector here
6523           (was private to sp-spiral.cpp).
6525         * src/display/bezier-utils-test.cpp: Disable a test, replacing with a
6526           todo printf and adding a comment explaining.
6528 2004-10-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6530         * src/pencil-context.cpp: Ensure that data points array p is uniqued
6531           and contains no NaNs.
6533         * src/libnr/nr-point-fns.cpp (LInfty): Fix bug with NaN coordinates:
6534           return NaN (rather than unspecified behaviour).
6535         * src/libnr/nr-point-fns-test.cpp: Add test cases for L1,L2,LInfty
6536           handling of NaN.
6538         * src/pencil-context.cpp: Fix bug: undesirable interactions between
6539           snapping and snap-to-anchor.
6541 2004-10-21  MenTaLguY  <mental@rydia.net>
6543         * src/desktop.cpp: SPDesktop::currentRoot() should pull from
6544           the current layer hierarchy just like SPDesktop::currentLayer();
6545           doubly so, since currently when switching documents the layer hierarchy
6546           is updated before the document is switched
6548         * src/util/Makefile_insert, src/util/copy-list.h: add list copy thingy
6550         * src/util/list.h: add rest()
6552         * src/util/reverse-list.h: bug fixes to reverse_list_in_place()
6554         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6555           more work on layer selector
6557 2004-10-21  Carl Hetherington  <inkscape@carlh.net>
6559         * src/livarot/Path.cpp, src/livarot/Path.h,
6560         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6561         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6562         src/livarot/ShapeMisc.cpp: excise separate path description data
6563         structure.
6565         * src/livarot/Path.h, src/livarot/Path.cpp,
6566         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6567         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6568         src/livarot/ShapeMisc.cpp, src/livarot/livarot-forward.h: move
6569         path description structs into their own files, and rename a few
6570         member variables.
6572         * src/livarot/Path.h, src/livarot/PathConversion.cpp,
6573         src/livarot/PathOutline.cpp: remove some unused functions.
6575 2004-10-20  Carl Hetherington  <inkscape@carlh.net>
6577         * src/livarot/Path.cpp: fix for 1050379, and probably lots of
6578         others.
6580         * src/livarot/Path.h, src/livarot/PathOutline.cpp: bug fix for a
6581         previous commit.
6583         * src/livarot/Path.cpp: fix a memory leak.
6585 2004-10-19  Carl Hetherington  <inkscape@carlh.net>
6587         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: more
6588         simplification cleanups.
6590         * src/livarot/PathStroke.cpp: coding style cleanups.
6592         * src/livarot/Path.h, src/livarot/PathSimplify.cpp,
6593         src/livarot/PathStroke.cpp: more cleanups; don't modify Path::pts
6594         and Path::nbPt.
6596         * src/livarot/Path.cpp, src/livarot/Path.h,
6597         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6598         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: use a
6599         std::vector for Path::pts.
6601 2004-10-18  Carl Hetherington  <inkscape@carlh.net>
6603         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: coding style
6604         and const cleanups.
6606         * src/livarot/PathSimplify.cpp: some very minor cleanups, and
6607         temporary comments for myself.
6609         * src/livarot/PathConversion.cpp: coding style cleanups.
6611         * src/livarot/PathConversion.cpp: fix for bug 1048827.
6613         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: clean up
6614         simplification code.
6616 2004-10-17  MenTaLguY  <mental@rydia.net>
6618         * share/templates/Makefile.am, share/templates/layers.svg:
6619           added a layer template
6621         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6622           more layer selector work
6624         * src/util/filter-list.h, src/util/Makefile_insert:
6625           added filter_list()
6627 2004-10-15  Carl Hetherington  <inkscape@carlh.net>
6629         * src/livarot/PathSimplify.cpp: remove #ifdef
6630         pseudo_douglas_pecker code that wasn't being used.
6632 2004-10-15  MenTaLguY  <mental@rydia.net>
6634         * src/view.h: removed obsolete status message functions
6636         * src/attributes.h: remove unused #define
6638         * src/sp-object.cpp: fix for bug #1048268 (inkscape:collect being written
6639           in "plain SVG" files)
6641         * src/sp-item.h, src/sp-item.cpp: added isLocked() and isHidden()
6642           predicates
6644         * src/sp-item.cpp, src/sp-style.cpp: basic support for visibility CSS
6645           property
6647 2004-10-14  Ted Gould  <ted@gould.cx>
6649         * share/extension/*.inkmod -> *.inx
6650         src/extension/init.cpp
6652         Changing the filename extension that is used to identify Inkscape
6653         extensions to the one specified in the design document.
6655 2004-10-14  MenTaLguY  <mental@rydia.net>
6657         * src/util/list.h: more 3.4 fixes
6659 2004-10-13  MenTaLguY  <mental@rydia.net>
6661         * src/util/list.h, src/util/forward-pointer-iterator.h:
6663           fixes to (hopefully) build with g++ 3.4 (and generally be less evil
6664           anyway)
6666 2004-10-14  Carl Hetherington <inkscape@carlh.net>
6668         * src/livarot/int-line.cpp: coding style cleanups.
6670         * src/livarot/float-line.cpp, src/livarot/float-line.h:
6671         refactoring, removal of dead code.
6673         * src/display/guideline.cpp, src/display/guideline.h: coding style
6674         cleanups.
6676         * src/livarot/Path.cpp, src/livarot/Path.h,
6677         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6678         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: merge
6679         Path::path_lineto and Path::path_lineto_b.
6681 2004-10-14  Carl Hetherington <inkscape@carlh.net>
6683         * src/Path.cpp, src/Path.h, src/PathConversion.cpp,
6684         src/PathCutting.cpp, src/PathOutline.cpp, src/PathSimplify.cpp,
6685         src/ShapeMisc.cpp: use a vector of pointers for Path::descr_cmd.
6687         * src/livarot/Ligne.cpp, src/livarot/Ligne.h,
6688         src/livarot/int-line.cpp, src/livarot/int-line.h,
6689         src/livarot/float-line.cpp, src/livarot/float-line.h,
6690         src/livarot/livarot-forward.h, src/livarot/ShapeRaster.cpp,
6691         src/sp-flowregion.cpp, src/display/canvas-bpath.cpp,
6692         src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
6693         src/display/sp-ctrlline.cpp, src/libnrtype/FlowDest.cpp,
6694         src/libnrtype/RasterFont.cpp: split Ligne into float-line and
6695         int-line.
6697         * src/libnrtype/FlowDest.cpp, src/libnrtype/RasterFont.cpp,
6698         src/libnrtype/raster-position.h, src/livarot/float-line.cpp,
6699         src/livarot/float-line.h, src/livarot/int-line.cpp: use
6700         std::vector for arrays in FloatLigne.
6702         * src/livarot/float-line.cpp, src/livarot/float-line.h: remove
6703         lots of dead code.  Make some methods private.
6705 2004-10-12  MenTaLguY  <mental@rydia.net>
6707         * src/Makefile.am: added files
6709         * src/layer-fns.cpp, src/sp-item.cpp: use iterators, simplifying code
6711         * src/sp-object.cpp, src/splivarot.cpp: adapt to new version of
6712           Inkscape::Algorithms::longest_common_suffix
6714         * src/sp-object.h, src/sp-repr-iterators.h: add new iterator classes
6716         * src/algorithms/find-last-if.h: add counterpart of std::find_if
6718         * src/algorithms/longest-common-suffix.h: rewrite to use iterators
6720         * src/algorithms/longest-prefix.h, src/algorithms/longest-suffix.h,
6721           src/algorithms/shortest-prefix.h, src/algorithms/shortest-suffix.h:
6723           removed; these algorithms are no longer necessary when using
6724           iterators
6726         * src/traits/list.h: no longer needed
6728         * src/traits/reference.h: add "Pointer" member type
6730         * src/util/Makefile_insert: shuffled files
6732         * src/util/list.h: reworked Inkscape::Util::List to be a "handle" type
6733           that can also be used as an STL iterator
6735         * src/util/forward-pointer-iterator.h: treat a pointer as an iterator,
6736           given a base pointer type and a type which defines the iteration
6737           strategy
6739         * src/util/map.h: obsolete
6741         * src/util/map-list.h: iterator-based implementation
6743         * src/traits/tree-iterator.h: no longer necessary (superceded by
6744           specific applications of Inkscape::Util::ForwardPointerIterator)
6746         * src/sp-object-tree-iterator.h, src/util/parent-axis.h,
6747           src/util/sibling-axis.h: obsolete
6749         * src/util/map.h, src/util/reverse.h: obsolete
6751         * src/util/map-list.h, src/util/reverse-list.h:
6752           iterator-based implementations
6754         * src/xml/Makefile_insert: added file
6756         * src/xml/repr.h: removed old tree iterator stuff
6758         * src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h: use new
6759           pointer iterator facility
6761         * src/xml/sp-repr-iterators.h: pointer iterators for SPRepr
6763 2004-10-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6765         * src/display/bezier-utils.h, src/display/bezier-utils.cpp
6766           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full): Change the meaning
6767           of the last parameter: was max_depth, now lg_max_beziers, with the
6768           relationship lg_max_beziers = max_depth + 1.  Callers updated.
6770         * src/xml/repr.cpp (sp_repr_change_order):
6771           Add g_return_if_fail for some conditions that would break structural
6772           integrity, and add a TODO comment indicating incompleteness.
6773           Use sp_repr_prev function.
6775         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp
6776           (sp_repr_prev_sibling): Rename to sp_repr_prev for consistency
6777           with sp_repr_next.  Don't consider it an error for child to be
6778           NULL or parentless.  Callers updated.
6780         * src/draw-context.cpp (spdc_concat_colors_and_flush,
6781           spdc_flush_white): Misc readability cleanups.
6783         * src/display/curve.cpp (sp_curve_reverse): Fix a bug where the
6784           reversed curve wrongly included a trailing moveto command.  (Bug
6785           introduced in my 2004-09-05 change: one of the callers I didn't
6786           know how to cause to run.)
6788 2004-10-12  Ted Gould  <ted@gould.cx>
6790         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
6791         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
6792         share/extensions/eps_input.inkmod, share/extensions/epsi_output.inkmod,
6793         share/extensions/gimpgrad.inkmod, share/extensions/ps_input.inkmod,
6794         share/extensions/roundhole.inkmod, share/extensions/sk_input.inkmod,
6795         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
6796         share/extensions/txt2svg.inkmod, share/extensions/wmf_input.inkmod,
6797         src/extension/dependency.cpp, src/extension/dependency.h,
6798         src/extension/extension.cpp, src/extension/init.cpp:
6800         Moving all of the dependency stuff from the scripts, up to the root
6801         extension level.  This means that everyone can have dependencies, and
6802         dependency checking (a good thing).  This makes use of the new
6803         'Dependency' class that is also in the extension directory.
6805 2004-10-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6807         * src/pencil-context.cpp (sp_pencil_context_root_handler): Split into
6808           many functions, fixing some illegal union aliasing along the way (as
6809           was done for sp_pen_context_root_handler).
6811         * src/modifier-fns.h: New file of inline functions based on macros.h
6812           MOD__CTRL etc. macros.
6813         * src/Makefile_insert: Add the new file.
6815         * src/pen-context.h: Change size of p array from SP_DRAW_MAX_POINTS to
6816           5 now that we aren't sharing with SPPencilContext.
6818         * src/draw-context.cpp, src/draw-context.h, src/pen-context.cpp,
6819           src/pen-context.h, src/pencil-context.cpp, src/pencil-context.h:
6820           Move npoints,p from SPDrawContext to both SPPenContext and
6821           SPPencilContext.
6823         * src/draw-context.cpp, src/draw-context.h: Split off new files
6824           pen-context.h, pen-context.cpp, pencil-context.h, pencil-context.cpp,
6825           draw-anchor.h, draw-anchor.cpp.
6826         * src/Makefile_insert: Add the new files.
6828 2004-10-10  Ted Gould  <ted@gould.cx>
6830         * src/event-context.cpp, src/file.cpp, src/file.h, src/print.cpp,
6831         src/print.h, src/selection-chemistry.h, src/sp-image.cpp, src/sp-item.cpp,
6832         src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp, src/sp-symbol.cpp,
6833         src/tools-switch.cpp, src/dialogs/export.cpp, src/dialogs/filedialog.cpp,
6834         src/extension/Makefile_insert, src/extension/db.cpp,
6835         src/extension/dependency.cpp, src/extension/dependency.h,
6836         src/extension/effect.cpp, src/extension/effect.h,
6837         src/extension/extension-forward.h, src/extension/extension.cpp,
6838         src/extension/extension.h, src/extension/input.cpp, src/extension/input.h,
6839         src/extension/output.cpp, src/extension/output.h, src/extension/print.cpp,
6840         src/extension/print.h, src/extension/system.cpp,
6841         src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp,
6842         src/extension/internal/svg.cpp, src/libnrtype/FlowResOut.cpp:
6844         Splitting out the different types of extensions into their own files so
6845         that the overall dependencies can be reduced.  Caused a ripple through
6846         lots of other files.  Hopefully the dependency situation is better now.
6848 2004-10-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6850         * src/draw-context.cpp:
6851           Change xp,yp file globals to NR::Point pen_draw_origin_w.
6853         * src/draw-context.cpp (sp_pen_context_root_handler):
6854           Split into many routines.  Fix some illegal union member aliasing.
6855           (pen_handle_key_press): Minor code cleanups in backspace handling.
6856           (pen_handle_motion_notify): Make tolerance var local instead of
6857           file-global.  (This transformation is applicable to many
6858           dragtolerance users.)
6860         * src/draw-context.cpp (spdc_endpoint_snap_handle):
6861           Change argument type from SPDrawContext to SPPenContext, and
6862           specialize definition accordingly.  Caller updated.
6864         * src/draw-context.h: Change red_curve_is_valid from char to bool.
6865         * src/draw-context.cpp: Change red_curve_is_valid assignments from
6866           0x00/0x01 to false/true (using find & replace).
6868 2004-10-07  Carl Hetherington  <inkscape@carlh.net>
6870         * src/nr-object.cpp, src/nr-object.h: coding style and const
6871         fixes.
6873         * src/nr-rect.cpp: added a doxygen comment.  Some coding style
6874         fixes.
6876         * src/sp-paint-server.cpp: coding style fixes.
6878         * src/nr-arena-item.cpp, src/nr-arena-item.h: move a comment to
6879         the .cpp file and make it doxygen-style.
6881         * src/livarot/Path.cpp: coding style cleanups.  Add an assert to
6882         Path::Transform().
6884         * src/livarot/Path.cpp, src/livarot/Path.h: fix some archaic
6885         notation.
6887         * src/livarot/Ligne.cpp: coding style cleanups.
6889         * src/livarot/PathOutline.cpp, src/livarot/Path.h: fix a rather
6890         nasty hack in the outlining code.
6892         * src/livarot/Path.cpp, src/livarot/Path.h,
6893         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6894         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6895         src/livarot/ShapeMisc.cpp, src/splivarot.cpp, src/sp-offset.cpp:
6896         use std::vector for Path::descr_cmd.
6898         * src/livarot/Path.cpp, src/livarot/Path.h,
6899         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6900         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6901         src/livarot/ShapeMisc.cpp: getType() and setType() in Path::path_descr.
6903 2004-10-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6905         * src/sp-object-repr.cpp (sp_repr_type_lookup): Distinguish between XML
6906           element name and sodipodi:type attribute value: use a separate table
6907           for each.
6908         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_lookup):
6909           Don't export this function.  (Also rename it to name_to_gtype and
6910           change its definition for separate tables.)
6912 2004-10-03  Kees Cook  <kees@outflux.net>
6914         * src/dialogs/rdf.cpp, src/dialogs/repr-util.cpp, src/dialogs/repr.h:
6915           Since "dc:title" can appear at multiple XML levels, a way to
6916           control max depth in searching was added.  (Closes bug #1009290)
6918 2004-09-30  MenTaLguY  <mental@rydia.net>
6920         * src/widgets/document-tree-model.cpp:
6921           more bug fixes
6923         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6924           get the layer selector sort of in more order
6926 2004-09-28  Ted Gould  <ted@gould.cx>
6928         * src/verbs.cpp, src/verbs.h, src/view.cpp:
6930         Making it so that actions get deleted as views get destroyed.
6932 2004-09-27  Ted Gould  <ted@gould.cx>
6934         * src/desktop.h, src/forward.h, src/interface.cpp, src/interface.h,
6935         src/select-toolbar.cpp, src/shortcuts.cpp, src/shortcuts.h,
6936         src/toolbox.cpp, src/toolbox.h, src/verbs.cpp, src/verbs.h,
6937         src/dialogs/align.cpp, src/dialogs/align.h,
6938         src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp,
6939         src/dialogs/export.cpp, src/dialogs/find.cpp,
6940         src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
6941         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
6942         src/dialogs/xml-tree.cpp, src/helper/action.cpp, src/helper/action.h:
6944         Wow, alot of files changed.  The ones that changed the most are
6945         verb.cpp and verb.h, which are almost entirely different.  What happened
6946         here is the verbs were made object oriented.  So, as the verbs
6947         are built into everything, lots of files changed.  Now the code
6948         for the verbs is much cleaner, and I think a little bit faster.
6949         Also, it will be easier to extend the verbs for use in effects.
6951 2004-09-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6953         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
6954           Get rid of operator NR::translate(), which was allowing
6955           *implicit* (and typically lossy) conversion to NR::translate,
6956           and which made a bug hard to find.
6958         * src/sp-gradient-test.cpp: New unit test file.  I believe this is the
6959           first test that tests an SPObject.
6960         * src/Makefile_insert, src/Makefile.am: Invoke the new test.
6962 2004-09-24  MenTaLguY <mental@rydia.net>
6964         * src/selection-chemistry.cpp:
6966           "select all" and "clear" now operate on the current layer rather than on
6967           the document root
6969         * src/verbs.cpp, src/shortcuts.cpp, layer-fns.cpp, src/sp-item.cpp:
6971           keyboard shortcuts and fixes for layer verbs
6973 2004-09-23  MenTaLguY <mental@rydia.net>
6975         * src/message-stack.h, src/message-stack.cpp:
6977           return id of flashed messages so they are cancellable
6979         * src/message-context.h, src/message-context.cpp:
6981           message context flashes now supercede one another, as regular
6982           messages do (they do not supercede regular messages though)
6984         * src/interface.cpp, src/layer-fns.cpp, src/layer-fns.h, src/verbs.cpp:
6986           initial stab at layers menu; not everything works the way it should
6987           quite yet
6989         * src/message-context.h, src/message-context.cpp:
6991           added flash methods to Inkscape::MessageContext
6993         * src/gc-core.h, src/display/nr-arena-glyphs.cpp,
6994 src/display/nr-arena-group.cpp,
6995           src/display/nr-arena-item.cpp, src/display/nr-arena-item.h,
6996           src/display/nr-arena-shape.cpp, src/libnr/nr-object.cpp,
6997 src/libnr/nr-object.h,
6999           eliminate more sources of leaks; managed objects shouldn't use refcounts
7000           among themselves
7002         * src/xml/repr.cpp: don't nuke log pointer
7004 2004-09-21  MenTaLguY <mental@rydia.net>
7006         * src/gc-finalized.h: fix for stupid bug preventing finalizable objects
7007           from being collected
7009         * src/Makefile_insert, src/gc.cpp, src/gc-core.h:
7010           move Inkscape::GC::init out-of-line, and funnel GC warnings through
7011           glib
7013 2004-09-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7015         * src/sp-marker.h, src/sp-marker.cpp (sp_marker_show_instance):
7016           Change to using NR::Matrix instead of NRMatrix.  Update caller.
7018         * src/sp-gradient.cpp (sp_gradient_get_g2d_matrix,
7019           sp_gradient_get_gs2d_matrix, sp_gradient_set_gs2d_matrix):
7020           New NR::Matrix/NR::Rect versions of existing functions.
7022         * src/libnr/nr-matrix-translate-ops.h (operator/): New function.
7024         * src/libnr/nr-matrix-scale-ops.cpp: New file.
7025         * src/libnr/nr-matrix-scale-ops.h (operator/(Matrix,scale)):
7026           New function.
7028 2004-09-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7030         * src/sp-gradient.h: Change gradientTransform from NRMatrix to
7031           NR::Matrix.  Users updated.
7033         * src/Makefile.am (EXTRA_DIST), Makefile_insert
7034           dialogs/Makefile_insert extension/implementation/Makefile_insert
7035           extension/internal/Makefile_insert helper/Makefile_insert
7036           livarot/Makefile_insert (blah_SOURCES):
7037           Add some .h files for `make dist'.
7039 2004-09-19  MenTaLguY <mental@rydia.net>
7041         * src/gc-core.h: don't defer finalizers
7043         * src/gc-core.h: bump up free space divisor -- collections should
7044           happen ~32x more frequently
7046 2004-09-19  Carl Hetherington <inkscape@carlh.net>
7048         * src/display/canvas-bpath.cpp, src/display/nr-arena-shape.cpp,
7049         src/display/sp-ctrlline.cpp, src/libnrtype/RasterFont.cpp,
7050         src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: remove some
7051         unused parameters from calls to raster code.
7053         * src/livarot/ShapeRaster.cpp: coding style cleanups.
7055         * src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: factored out
7056         _updateIntersection().
7058         * src/livarot/AVL.cpp, src/livarot/AVL.h: remove DblLinked.  Cleanups.
7060 2004-09-18  MenTaLguY <mental@rydia.net>
7062         * src/dialogs/filedialog.cpp: unref the preview document we created
7064 2004-09-18  Carl Hetherington <inkscape@carlh.net>
7066         * src/livarot/AVL.cpp, src/livarot/AVL.h,
7067         src/livarot/DblLinked.cpp, src/livarot/DblLinked.h,
7068         src/livarot/LivarotDefs.h, src/livarot/ShapeRaster.cpp,
7069         src/livarot/ShapeSweep.cpp, src/livarot/sweep-tree.cpp,
7070         src/livarot/sweep-tree.h, src/sweep-event.h: replace leftFoo and
7071         rightFoo with foo[2] in a few places.  Associated cleanups.
7073         * src/livarot/Shape.h: use Side rather than a bool for
7074         TesteIntersection.  Add some methods.  Remove some unused variables.
7076         * src/livarot/ShapeSweep.cpp: simplify TesteIntersection with use
7077         of Side.
7079         * src/livarot/sweep-event.h: const fix.
7081         * src/livarot/sweep-event.cpp: simplifications with use of Side.
7083         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
7084         src/livarot/ShapeMisc.cpp, src/ShapeSweep.cpp: lastA/firstA in
7085         Shape::dg_point ->
7087           further work on stroking; break out bezier approximation into
7088           public functions
7090 2004-09-10  MenTaLguY <mental@rydia.net>
7092         * src/render/polygon.h, src/render/shape-builder.h,
7093           src/render/shape-builder.cpp, src/render/stroke.h,
7094           src/render/dash.h:
7096           beginnings of a simple alternate renderer
7098 2004-09-09  Carl Hetherington <inkscape@carlh.net>
7100         * src/sp-flowtext.cpp, src/sp-offset.cpp, src/splivarot.cpp,
7101         src/display/nr-arena-shape.cpp, src/libnrtype/FlowDest.cpp,
7102         src/livarot/PathConversion.cpp, src/livarot/Shape.h: make
7103         Shape::nbPt and Shape::nbAr private and provide accessor methods.
7105         * src/display/nr-arena-shape.cpp, src/livarot/Shape.h: make
7106         Shape::flags private.
7108         * src/splivarot.cpp, src/livarot/PathStroke.cpp,
7109         src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
7110         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
7111         Clean up handling of flags in Shape class
7113         * src/livarot/AlphaLigne.cpp, src/livarot/Path.cpp,
7114         src/livarot/PathSimplify.cpp, src/livarot/Shape.cpp,
7115         src/livarot/ShapeSweepUtils.cpp: it's ok to free NULL.
7117         * src/livarot/Shape.h, src/sp-offset.cpp, src/splivarot.cpp,
7118         src/display/nr-arena-shape.cpp: Make Shape::pts private and offer
7119         a read-only accessor.
7121         * src/livarot/Shape.cpp, src/livarot/Shape.h,
7122         src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
7123         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp, src/
7124         livarot/ShapeSweepUtils.cpp, src/livarot/ShapeUtils.h: Rename
7125         Shape::pts to Shape::_pts, and use getPoint() wherever possible.
7127         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
7128         src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
7129         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp: Add
7130         dg_point::totalDegree() and make use of it.
7133 2004-09-08  MenTaLguY  <mental@rydia.net>
7135         * src/libnr/nr-object.h, src/libnr/nr-object.cpp: fix NRObject
7136           initialization
7138         * configure.in, src/gc-core.h, src/gc-managed.h, src/gc-anchored,
7139           src/gc-finalized.h:
7141           add a --disable-gc ./configure option to omit garbage collection
7142           from the build (the normal allocator will be used, although
7143           memory will obviously leak since it does not get explicitly freed)
7145         * src/xml/repr.cpp: SPRepr's copy constructor needs to properly
7146           initialize its fields
7148         * src/xml/repr-util.cpp, src/xml/repr-private.h,
7149           src/xml/repr.h, src/xml/repr.cpp:
7151           new child-count-related routines, and added mutation signals
7152           to SPReprDoc
7154         * src/desktop.cpp: call the "Active Group" widget by its TRUE NAME!
7156         * src/widgets/Makefile_insert, src/widgets/document-tree-model.cpp,
7157           src/widgets/document-tree-model.h, src/widgets/layer-selector.cpp,
7158           src/widgets/layer-selector.h:
7160           very cursory start on new layers UI
7162 2004-09-08  Carl Hetherington <inkscape@carlh.net>
7164         * src/helper/stock-items.cpp: fix a bad free().  Improve coding
7165         style compliance.
7167         * src/libnrtype/FlowRes.cpp: slightly unpleasant fix for a buffer
7168         overrun.
7170 2004-09-07  MenTaLguY <mental@rydia.net>
7172         * src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
7173           src/livarot/ShapeSweep.cpp:
7175           use std::vector for points array (seems to crash less?)
7177         * src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
7178           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
7179           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
7180           src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
7181           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
7183           switch to glib's allocator routines, which have the expected
7184           semantics
7186         * src/livarot/evil-malloc.h: removed
7188 2004-09-07  Ted Gould  <ted@gould.cx>
7190         * src/color-rgba.h:
7192         Some comments and some little code clean up things.  Added a couple
7193         of constructors to make life a little simpler.
7195 2004-09-06  Ted Gould  <ted@gould.cx>
7196         * src/extension/plugin/gimgrad.cpp, src/extension/implementation/plugin*
7197           share/extension/gimpgrad.inkmod, src/extension/system.cpp,
7198           src/extension/extension.h:
7200         Mega commit.  This commit does two things, it adds in the ability to
7201         do plugins in Inkscape.  This means that there are loadable modules
7202         that can be used for just about anything.  It also provides a sample
7203         implementation of a plugin to load GIMP gradients.  This means that
7204         GIMP gradients can be imported into Inkscape, giving a larger set of
7205         gradients that can be used in Inkscape.
7207         Currently, nothing here is really complete, but it is functional.  The
7208         plugins really only work for input plugins, and the GIMP gradient example
7209         isn't very robust.  They will come shortly.
7211 2004-09-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7213         * src/display/curve.h, src/display/curve.cpp:
7214           Change x,y members to NR::Point.
7215           Rename posset (spiced&spiked hot milk) to posSet as per CodingStyle.
7217         * src/display/curve.cpp (sp_curve_reverse): Previously this
7218           routine returned only the last subpath, and made it an open
7219           path.  Now it preserves all aspects of the curve other than
7220           reversing it.  I believe this change makes no difference to the
7221           draw-context and dyna-draw-context callers (though I haven't
7222           managed to test all of these callers), whereas for the `reverse
7223           path' command, users presumably expect the new behaviour.
7225         * src/display/curve.cpp (sp_curve_closepath_current):
7226           Fix bad assertion.
7228         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
7229           (get_translation): New function.
7231         * src/sp-polygon.cpp (polygon_get_value): Use static linkage.
7232           (sp_polygon_set): Remove debugging output.  Add `todo' comment.
7234 2004-09-03  MenTaLguY <mental@rydia.net>
7236         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7237           src/sp-namedview.h:
7239           remember previously selected layer on load
7241 2004-09-02  MenTaLguY <mental@rydia.net>
7243         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp:
7245           reintroduced the inkscape:groupmode attribute
7247         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
7248           src/libnr/nr-object.cpp:
7250           remove USE_LIBGC macro again
7252 2004-08-30  MenTaLguY <mental@rydia.net>
7254         * src/sp-object.cpp:
7256           ref the object while SPObject::deleteObject runs, so it doesn't
7257           get destroyed halfway through [ fix for bug #1012874 ]
7259 2004-08-29  MenTaLguY <mental@rydia.net>
7261         * src/gc-core.h:
7263           turn off scanning of dynamic library data segments; we don't need
7264           it, and it seems to cause problems on FC2
7266 2004-08-27  MenTaLguY <mental@rydia.net>
7268         * src/traits/function.h: add typedefs for all argument positions,
7269           specifying 'void' for all arguments after the last
7271         * src/livarot/evil-malloc.h, src/livarot/BitLigne.cpp,
7272           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
7273           src/livarot/Shape.cpp, src/livarot/ShapeSweepUtils.cpp:
7275           work around livarot bugs so I can use ElectricFence
7277         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
7278           src/libnr/nr-object.cpp:
7280           make the garbage collector easy to disable by undefining
7281           USE_LIBGC in src/gc-core.h
7283 2004-08-26  MenTaLguY <mental@rydia.net>
7285         * src/document-private.h, src/document.h, src/document.cpp:
7287           add notification signal when resources are added or removed
7289 2004-08-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7291         * src/xml/repr-css.cpp (sp_repr_css_print):
7292           Fix for shared string change.
7294         * src/sp-text.cpp (sp_text_description):
7295           Fix for when font Name() call fails.
7297         * src/sp-text.cpp: CodingStyle changes, including moving some
7298           declarations to first use.
7299           Remove unused __SP_TEXT_C__ define.
7301 2004-08-25  Carl Hetherington  <inkscape@carlh.net>
7303         * src/sp-cursor.cpp, src/sp-cursor.h, src/sp-guide.cpp:
7304         coding style cleanups.
7306 2004-08-24  MenTaLguY <mental@rydia.net>
7308         * src/gc-anchor.h: fix to always use the GC base address, since
7309           that will not always be the same as 'this', when I::GC::Anchored
7310           is used via multiple inheritance.
7312 2004-08-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7314         * src/libnrtype/TextWrapper.h, src/libnrtype/TextWrapper.cpp (AppendUTF8):
7315           Use strlen instead of for-loop.
7316           Change printf to g_return_if_fail (and document that the argument
7317           must be valid UTF-8).
7318           Mark the text pointer as not being written through (const).
7320 2004-08-23  MenTaLguY <mental@rydia.net>
7322         * src/xml/repr.cpp, src/xml/sp-repr-action.h:
7324           removed stupid default 'next' constructor arguments and force them
7325           to be specified explicitly (and fix the omission of one, which
7326           fixes bug #1014541)
7328 2004-08-22  MenTaLguY <mental@rydia.net>
7330         * src/Makefile_insert, src/gc-alloc.h:
7332           introduced a GC-aware STL allocator
7334         * src/document-private.h, src/document.h, src/document.cpp:
7336           switch to using STL map for "id changed" signals
7338 2004-08-21  MenTaLguY <mental@rydia.net>
7340         * src/Makefile_insert, src/util/Makefile_insert: get libinkutil
7341           deps straightened out
7343         * src/document-private.h, src/document-undo.cpp, src/document.cpp:
7345           adapt for new APIs, header cleanups/refactorings
7347         * src/gc-core.h, src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
7349           rewrote interface to Boehm GC for increased flexibility; there are now
7350           three main classes:
7352            - Inkscape::GC::Managed: objects managed by the GC; replaces
7353                                     Inkscape::GC::Object
7355            - Inkscape::GC::Finalized: objects for which the GC will call
7356                                       destructors automatically; replaces
7357                                       Inkscape::GC::FinalizedObject
7359            - Inkscape::GC::Anchored: managed objects which can be 'anchored'
7360                                      to prevent collection while non-gc-aware
7361                                      objects are holding references; replaces
7362                                      Inkscape::Refcounted
7364           Note that they no longer inherit from each other(!), so you will
7365           need to mix-and-match via multiple inheritance.  The latter two
7366           don't do anything useful without the first, however.
7368         * src/gc-object.h, src/refcounted.h: removed
7370         * src/message-context.cpp, src/message-stack.h, src/selection.h,
7371           src/view.cpp, src/libnr/nr-object.h, src/util/list.h,
7372           src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h, src/desktop.cpp:
7374           adopt new GC API and header refatorings
7376         * src/Makefile.am, src/util/Makefile_insert:
7378           list util/* files in util's Makefile_insert now.
7380         * src/util/reverse.h: revive anx fix Inkscape::Util::reverse
7382         * src/util/share-c-string.cpp, src/util/share-c-string.h: removed
7384         * src/util/shared-c-string.cpp, src/util/shared-c-string.h:
7386           employ the type system to make shared strings a little safer to use;
7387           you can still shoot yourself in the foot, but at least now you need
7388           to aim and pull the trigger first
7390         * src/xml/Makefile_insert, src/xml/repr-action-test.cpp,
7391           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.h:
7393           reorganize transaction logging files
7395         * src/xml/repr-action-test.cpp: updated headers
7397         * src/xml/repr-action.cpp, src/xml/repr-action.h: removed
7399         * src/xml/repr-private.h, src/xml/repr.cpp, src/xml/repr.h:
7401           update for new GC API and shared strings
7403         * src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
7404           src/xml/sp-repr-action.h:
7406           header refactoring and new GC API
7408         * src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h:
7410           new GC API
7412 2004-08-20  Carl Hetherington <inkscape@carlh.net>
7414         * src/zoom-context.cpp, src/view.cpp, src/version.cpp,
7415         src/sp-defs.cpp: coding style cleanups.
7417         * src/sp-polygon.cpp: coding style and a few other small cleanups.
7419         * src/sp-anchor.cpp: coding style cleanups.  Remove unnecessary
7420         static variable.
7422 2004-08-18  Bryce Harrington <bryce@bryceharrington.org>
7424         * autogen.sh:  Fixing the 'missing ltmain.sh' bug
7426 2004-08-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7428         * src/sp-star.cpp: Use cast to guint32 instead of using modulo 2**32.
7429           Fix a uint compilation bug on Windows reported by mrchapp.
7430           Mark a few functions as static.
7432 2004-08-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7434         * src/sp-conn-end.cpp (change_endpts):
7435           Use new sp_curve_stretch_endpoints function: i.e. preserve the
7436           shape of the connector path.
7438         * src/display/curve.h, src/display/curve.cpp
7439           (sp_curve_stretch_endpoints): New function.
7441         * src/sp-use-reference.cpp: CodingStyle changes.
7443         * src/sp-item.h, src/sp-item.cpp (sp_item_write_transform):
7444           Indicate that adv won't get written to.
7446         * src/sp-rect.cpp (sp_rect_set_transform): Call sp_rect_set_shape,
7447           so that bbox is up-to-    src/livarot/PathConversion.cpp,
7448 src/livarot/Shape.cpp,
7449         src/livarot/Shape.h, src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
7450         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp,
7451         src/livarot/ShapeSweepUtils.cpp:
7452           Revert these files to their state prior to mental's "2004-08-08"
7453           entry (the change made in 2004-08-09 02:23 UTC).
7455 2004-08-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7457         * src/algorithms/longest-common-suffix.h: Fix bug I introduced three
7458           days ago.
7460         * src/attributes.h, src/attributes.cpp: New attributes
7461           SP_ATTR_CONNECTION_START, SP_ATTR_CONNECTION_END.
7462         * src/sp-conn-end.h, src/sp-conn-end.cpp,
7463           src/sp-conn-end-pair.h, src/sp-conn-end-pair.cpp:
7464           New files.
7465         * src/Makefile_insert (libinkpre_a_SOURCES): Add the new files.
7467         * src/sp-path.cpp, src/sp-path.h: Call the new connector stuff.
7469         * src/display/curve.h, src/display/curve.cpp
7470           (sp_curve_first_point, sp_curve_last_point): New functions.
7472           (sp_curve_transform): Re-implement with NR::Matrix/NR::Point.
7473           The old code appears to be buggy for sheer/rotate matrices
7474           due to calculating each y coord using the new corresponding x coord
7475           instead of the previous value.
7477           Also add NR::translate version.
7479           Get rid of the return value.  Callers updated.
7481         * src/sp-item.h, src/sp-item.cpp: (i2anc_affine): New function
7482           (essentially a rename of existing private partial_xform function, but
7483           differing behaviour on encountering non-SPItem in the hierarchy).
7485           (i2i_affine): New function (essentially a rename of existing
7486           SPItem::getRelativeAffine).  Implement SPItem::getRelativeAffine in
7487           terms of the new function.
7489           (sp_item_dt2i_affine): NR::Matrix version.
7491         * src/libnr/nr-path.h (c, setC): new methods.
7493 2004-08-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7495         * src/desktop-affine.cpp (sp_desktop_w2doc_affine,
7496         sp_desktop_doc2w_affine, sp_desktop_doc2d_xy_point),
7497         src/knotholder.cpp (knot_moved_handler), src/sp-item.cpp
7498         (SPItem::getRelativeTransform), src/sp-rect.cpp
7499         (sp_rect_set_transform), src/display/sp-canvas-util.cpp
7500         (sp_canvas_item_i2i_affine, sp_canvas_item_set_i2w_affine):
7501           Cleanup: Use the new division operators instead of multiplication by
7502           inverse.  (Currently the division operators are implemented as
7503           multiplication by inverse.)
7505         * src/splivarot.cpp, src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
7506         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
7507           Hurriedly fix some problems caused by overly-hurried changes.
7508           Address some signed/unsigned warnings.
7509           Add some assertions.
7510           (Haven't checked the performance cost of the assertions.)
7512         * src/livarot/Shape.h: Make constructors explicit.
7514 2004-08-08  MenTaLguY  <mental@rydia.net>
7516         * src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-offset.cpp,
7517           src/splivarot.cpp, src/display/nr-arena-shape.cpp,
7518           src/livarot/PathConversion.cpp, src/livarot/Shape.cpp,
7519           src/livarot/Shape.h, src/livarot/ShapeDraw.cpp,
7520           src/livarot/ShapeMisc.cpp, src/livarot/ShapeRaster.cpp,
7521           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
7523           replace ad-hoc realloced arrays with std::vector and deal with
7524           uninitialized data problems that valgrind complained about
7526         * libgc.supp: valgrind suppression profile for libgc, which necessarily
7527           reads and runs comparisons on a lot of uninitalized data; the present
7528           form of this file is probably too broad however
7530 2004-08-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7532         * src/libnr/nr-matrix-div.h, src/libnr/nr-matrix-div.cpp:
7533           operator/(NR::Point, NR::Matrix), operator/(NR::Matrix, NR::Matrix):
7534           new functions, new files.
7536         * src/algorithms/longest-common-suffix.h:
7537           Handle in O(1) time the common case of equal tails.
7538           Documentation.
7540 2004-08-08  Ted Gould  <ted@gould.cx>
7542         * src/svg-profile.h, src/Makefile_insert:
7544         Adding the first support in for trying to determine which profiles are
7545         used with certain functionality, and if that is used by the current
7546         document.  Really, right now, there is no code changes to anything that
7547         compiles.  But this is the header file that contains the class that
7548         I'm plannig to use in the future.
7550 2004-08-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7552         * src/libnrtype/RasterFont.h, src/libnrtype/RasterFont.cpp:
7553           Get rid of argumentless constructor (which was leaving
7554           style.transform as random bits), replace with constructor taking
7555           style argument.  Caller updated.
7556           Disable default copy constructor and operator=.
7558 2004-08-06  MenTaLguY <mental@rydia.net>
7560         * configure.in, src/gc-core.h, src/gc-object.h,
7561           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-group.cpp,
7562           src/display/nr-arena-image.cpp, src/display/nr-arena-item.cpp,
7563           src/display/nr-arena-shape.cpp, src/display/nr-arena.cpp,
7564           src/helper/action.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
7566           make NRObject GC-aware
7568 2004-08-06  David Turner <novalis@gnu.org>
7569         * src/sp-shape.cpp (sp_shape_marker_get_transform): Make marker handling
7570 match
7571         SVG spec better.
7573 2004-08-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7575         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
7576           NR::Matrix *= NR::scale: new.
7578         * src/sp-object.cpp, src/sp-object.h, src/sp-object-tree-iterator.h:
7579           Move TreeIterator<SPObject *> specialization to snew file
7580           sp-object-tree-iterator.h.
7581           Mark several pointers as not being written through.
7582           Correspondingly change TreeIterator specialization to
7583           <SPObject const *> instead of <SPObject *>.
7585         * display/nr-arena-item.cpp, display/nr-arena-item.h:
7586           Add NR::Matrix version of nr_arena_item_set_transform.
7588         * src/sp-item.h, src/sp-item.cpp (getRelativeTransform, partial_xform):
7589           Mark pointers as not written through.
7591         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
7592           src/path-chemistry.cpp, src/rect-context.cpp,
7593           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowdiv.cpp,
7594           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-item-group.cpp,
7595           src/sp-item-notify-moveto.cpp, src/sp-item-transform.cpp,
7596           src/sp-item.cpp, src/sp-item.h, src/sp-offset.cpp, src/sp-rect.cpp,
7597           src/sp-shape.cpp, src/sp-use.cpp, src/spiral-context.cpp,
7598           src/splivarot.cpp, src/star-context.cpp, src/text-context.cpp,
7599           src/dialogs/item-properties.cpp:
7600           Change SPItem->transform from NRMatrix to NR::Matrix.
7602         * src/libnr/nr-matrix-ops.h (operator*(NR::Matrix, NRMatrix)): new.
7604         * src/libnr/nr-matrix.h: NR::Matrix *= NR::translate: new operator.
7606         * src/nodepath.cpp: Mark NodeSort operator< as static.
7607           Indentation as per CodingStyle.
7609         * src/libnr/nr-scale.h (NR::scale(double)): new constructor.
7611         * src/svg/svg-affine.cpp (sp_svg_transform_write), src/svg/svg.h:
7612           Add NR::Matrix version.
7614 2004-08-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7616         * src/display/bezier-utils.cpp: Misc. minor changes.
7618 2004-08-04  MenTaLguY  <mental@rydia.net>
7620         * configure.in, src/gc-object.h, src/refcounted.h:
7622           start using libgc in earnest; Inkscape::Refcounted is now GC-aware
7624 2004-08-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7626         * src/nodepath.cpp: Cleanups: Mark some things as static.  Switch from
7627           pointer to reference in some places. Make const placement conform to
7628           CodingStyle.
7630         * src/inkview.cpp (sp_svgview_main_key_press): Accept some common keys
7631           like PgUp, q.
7633         * src/draw-context.cpp (fit_and_split):
7634           Slight simplification: don't handle impossible condition npoints < 2.
7635         * src/proofs: Update accordingly.  (Also add some bezier-utils proofs.)
7637 2004-08-04  David Turner <novalis@gnu.org>
7639         * sp-path.cpp: 'd' is a required attribute for paths.  Ensure that
7640         all paths have it.
7642 2004-08-03  MenTaLguY  <mental@rydia.net>
7644         * src/dialogs/rdf.cpp, src/xml/repr-util.cpp, src/xml/repr.h:
7645           removed sp_repr_recursive_drop() which is unneeded and
7646           creates unnecessary thrash in the undo logs
7648         * src/livarot/Shape.h, src/livarot/Shape.cpp,
7649           src/livarot/ShapeSweep.cpp, src/livarot/ShapeMisc.cpp:
7651           experiment to replace ad-hoc realloc() arrays with std::vector
7653 2004-08-02  David Turner <novalis@gnu.org>
7655         * file.cpp, file.h, interface.cpp, toolbox.cpp, verbs.cpp, verbs.h:
7657         Added vacuum command to remove unused defs.
7659 2004-08-02  MenTaLguY  <mental@rydia.net>
7661         * configure.in: sigc++ 2.0.2 (and before?) has a bug that
7662           causes us to crash.  require >= 2.0.3
7664         * src/Makefile.am, src/Makefile_insert, src/gc-core.h,
7665           src/gc-object.h, src/algorithms/longest-common-suffix.h,
7666           src/traits/list.h, src/traits/reference.h, src/util/flip.h,
7667           src/util/fold.h, src/util/list-iterator.h, src/util/list.h,
7668           src/util/map.h, src/util/parent-axis.h, src/util/reverse.h,
7669           src/util/sibling-axis.h, src/util/tuple.h, src/util/zip.h:
7671           more "functional" work
7673 2004-08-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7675         * src/display/curve.cpp, src/display/curve.h:
7676           Greater conformance with CodingStyle.
7678 2004-07-31  David Turner <novalis@gnu.org>
7680         * dialogs/xml-tree.cpp: Improved focus, added keystroke for attr commit.
7682 2004-07-31  Ted Gould  <ted@gould.cx>
7684         * src/extension/extension.cpp,
7685         src/extension/implementation/implementation.cpp,
7686         src/extension/implementation/implementation.h,
7687         src/extension/implementation/script.cpp,
7688         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
7689         src/extension/internal/eps-out.h:
7691         Okay, changed the prefs_ prototypes to include which extension they are
7692         working with. This should clean up some warnings before they become
7693         problems later.
7695 2004-07-31  Ted Gould  <ted@gould.cx>
7697         * src/print.cpp, src/extension/extension.cpp, src/extension/extension.h,
7698           src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp:
7700           Changed the get and set param prototypes so that they aren't overloaded
7701           anymore - this was flaky.  Also added a document to the prototype so
7702           that document specific parameters can be supported in the future.
7704 2004-07-28  David Turner <novalis@gnu.org>
7706         * sp-gradient.cpp, widgets/gradient-vector.cpp: fixed gradient handling to
7707         properly render gradients with sharp color boundaries
7709 2004-07-29  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7711         * src/inkview.cpp: Make the window title be the name of the
7712           instead of the current file instead of the first file.
7714         * src/round-test.cpp: New unit-test file.
7716         * src/desktop.h, src/sp-desktop-widget.h:
7717           Move SPDesktopWidget stuff from desktop.h to new file
7718           sp-desktop-widget.h.
7720         * debian/*: Copy lots of changes from wolfi's official Debian package
7721           of inkscape.
7722           Also use separate builddir, which simplifies the `clean' target.
7724 2004-07-24  MenTaLguY  <mental@rydia.net>
7726         * configure.in, src/Makefile.am, src/main.cpp, src/gc-core.h:
7727           added libgc dependency
7729         * src/Makefile.am, traits/function.h:
7730           added trait class for functions and C++ "functors"
7732         * src/Makefile.am, util/flip.h:
7733           added flip() which, given a function with two arguments,
7734           returns an identical function with its arguments reversed
7736 2004-07-23  MenTaLguY  <mental@rydia.net>
7738         * src/Makefile.am, src/traits/reference.h, src/util/tuple.h:
7739           added generic Tuple type
7741 2004-07-23  Ted Gould  <ted@gould.cx>
7743         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7744         src/sp-namedview.h, src/dialogs/desktop-properties.cpp,
7745         src/display/canvas-grid.cpp, src/display/canvas-grid.h:
7747         Adding in the ability to have 'emphasis grid lines' where some lines are a
7748         different color than others.  In the default case every fifth grid line
7749         gets to be 0x11 darker alpha.  Nothing that will get in your way, but
7750         enough that you can find the spacing.  All parameters are changeable in
7751         document preferences.
7753 2004-07-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7755         * autogen.sh: Move unversioned automake to last resort.
7757 2004-07-20  Kees Cook  <kees@outflux.net>
7759         * src/dialogs/desktop-preferences.cpp: corrected my usage of static
7760           l18n strings.
7761         * src/dialogs/stroke-style.cpp: fixed missing l18n. (bug #994837)
7762         * src/dialogs/sp-attribute-widget.cpp: went hunting for other static
7763           l18n strings.  Fixed some here too.
7764         * autogen.sh: cleanups and more debugging.
7765         * share/extensions/sk2svg.sh: tempfile cleanups from pjrm (patch #990009)
7767 2004-07-20 Nathan Hurst <njh@mail.csse.monash.edu.au>
7769         * debian/changelog, configure.in: Moved to 0.40cvs and updated
7770           debian stuff.
7772 2004-07-18  MenTaLguY  <mental@rydia.net>
7774         * configure.in, src/Makefile.am, src/algorithms/Makefile_insert,
7775           src/algorithms/makefile.in, src/traits/Makefile_insert,
7776           src/traits/makefile.in, src/util/Makefile_insert, src/util/makefile.in:
7778           added src/algorithms, src/traits, and src/util subdirs
7780         * src/algorithms/longest-common-suffix.h:
7782           added generic "longest common suffix" algorithm
7784         * src/traits/list.h: added traits class for lists
7786         * src/traits/tree-iterator.h: added traits class for n-ary tree iterators
7788         * src/util/list-iterator.h: STL iterator for lists
7790         * src/util/parent-axis.h: parent "axis" of tree iterator as list
7792         * src/util/sibling-axis.h: sibling "axis" of tree iterator as list
7794         * src/xml/repr.h: specialize Traits::TreeIterator for SPRepr *
7796         * src/sp-object.h: specialize Traits::TreeIterator for SPObject *
7798         * src/sp-object.cpp: use generic "longest common suffix" to find
7799                              nearest common ancestor
7801         * src/splivarot.cpp: use genric "longest common suffix" to find
7802                              nearest common ancestor here too
7804 2004-07-18  Kees Cook  <kees@outflux.net>
7806         * Makefile.am, configure.in, autogen.sh, toolversions.sh:
7807           cleaning up some automake misbehavior from the gtkmm patch.
7808           automake 1.4isms snuck back in.
7809         * src/desktop-events.cpp: unlocalized strings updated.
7811 2004-07-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7813         * src/sp-path.cpp (sp_path_write): Handle shape->curve==NULL.
7815 2004-07-18  MenTaLguY  <mental@rydia.net>
7817         * Makefile.am, configure.in, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4,
7818           m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4,
7819           m4/progtest.m4, src/arc-context.cpp, src/arc-context.h, src/desktop.cpp,
7820           src/desktop.h, src/document.cpp, src/document.h, src/draw-context.cpp,
7821           src/draw-context.h, src/event-context.h, src/main.cpp,
7822           src/message-stack.h, src/node-context.cpp, src/node-context.h,
7823           src/nodepath.cpp, src/nodepath.h, src/object-hierarchy.h,
7824           src/rect-context.cpp, src/rect-context.h, src/selcue.cpp, src/selcue.h,
7825           src/selection-describer.cpp, src/selection-describer.h,
7826           src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
7827           src/sp-item.cpp, src/sp-item.h, src/sp-object.cpp, src/sp-object.h,
7828           src/sp-offset.cpp, src/sp-offset.h, src/sp-pattern.cpp, src/sp-use.cpp,
7829           src/sp-use.h, src/spiral-context.cpp, src/spiral-context.h,
7830           src/star-context.cpp, src/star-context.h, src/text-context.cpp,
7831           src/text-context.h, src/toolbox.cpp, src/uri-references.cpp,
7832           src/uri-references.h, src/view.cpp, src/view.h,
7833           src/dialogs/xml-tree.cpp:
7835           merged Aubanel MONNIER's gtkmm upgrade patch
7837 2004-07-17  Carl Hetherington  <inkscape@carlh.net>
7839         * src/sp-use.cpp: fix a compiler warning (closes #992960)
7841         * src/sp-offset.cpp: fix a compiler warning (closes #992960)
7843         * src/sp-text.cpp: fix a compiler warning (closes #992959)
7845 2004-07-16  Kees Cook  <kees@outflux.net>
7847         * src/verbs.h, src/verbs.cpp: added "sp_verbs_find" function for bryce.
7849 2004-07-15  Ted Gould  <ted@gould.cx>
7851         * 0.39 Release
7853 2004-07-14  MenTaLguY  <mental@rydia.net>
7855         * src/sp-object.cpp: disable recursive update warning for release
7857         * src/select-context.cpp: work around probable cut-and-paste bug
7858           between sp_select_context_item_handler and
7859           sp_select_context_root_handler by checking for drag_escaped
7861 2004-07-13  MenTaLguY  <mental@rydia.net>
7863         * src/make.exclude: omit extension/script/js/js.c from build
7865 2004-07-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7867         * src/dialogs/rdf.cpp: Don't add dc:description entry to SVG files.
7869         * src/utest/utest.h: Add include guard.
7871 2004-07-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7873         * src/decimal-round.h (decimal_round): New file, new function.
7874         * src/round.h (decimal_round): New file, new function.
7875         * src/Makefile_insert: Add to libinkpost_a_SOURCES.
7877 2004-07-11  MenTaLguY  <mental@rydia.net>
7879         * src/document.h, src/document-undo.cpp:
7880           added sp_document_get_undo_sensitive() for capturing and restoring
7881           undo sensitivity
7883         * src/sp-object.cpp: don't log id changes made to resolve
7884           duplicate ids (to avoid undo badness) (fix for bug #989023)
7886 2004-07-11  Kees Cook  <kees@outflux.net>
7888         * src/preferences-skeleton.h, src/extension/init.cpp: with simarilius,
7889           tracked down the cause of bug #988445.  Extension code now has a
7890           small section that validates preferences for valid extension names.
7891         * src/dialogs/filedialog-win32.cpp: corrected an assert test, and
7892           changed dialog to take the passed window title.
7893         * autogen.sh, config.h.mingw, configure.in, src/Makefile_insert,
7894           src/help.cpp, src/inkscape-stock.cpp, src/inkscape.cpp, src/main.cpp,
7895           src/make.dep, src/make.files, src/path-prefix.h, src/prefix.cpp,
7896           src/prefix.h, src/dialogs/stroke-style.cpp,
7897           src/extension/Makefile_insert, src/extension/init.cpp,
7898           src/extension/implementation/Makefile_insert,
7899           src/extension/implementation/script.cpp,
7900           src/extension/internal/Makefile_insert, src/helper/stock-items.cpp,
7901           src/widgets/icon.cpp:
7902         Cleaned up all the path #define's and usage.  In the process found at
7903         least 3 separate bugs associated with file locations.  This should
7904         hopefully work for Win32 as well.  Bottom line in this change: don't use
7905         INKSCAPE_DATADIR anywhere except in "path-prefix.h".  This includes
7906         an update to the autopackage code as well with fixes so that
7907         a change to "--enable-binreloc" will get recompiled correctly.  These
7908         changes should address bug #978391.
7910 2004-07-11  Carl Hetherington  <inkscape@carlh.net>
7912         * src/attributes.cpp, src/attributes.h: remove confusing
7913         snaptogrid and snaptoguides options.
7915         * src/desktop-events.cpp: use inkscape:guide-bbox instead of
7916         snaptoguides to turn guides on.
7918         * src/desktop.cpp: no need to worry about Snapper::getEnabled().
7920         * src/snap.cpp, src/snap.h: Remove explicit enabled flag from
7921         Snapper, as itconfuses people.  Added
7922         namedview_dim_snap_all_types().  Return useful stuff from
7923         vector_snap_list.
7925         * src/rect-context.cpp: Use hack to make snapping kind of work
7926         even with snap-to-bbox enabled.
7928         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp: remove
7929         snaptogrid and snaptoguides options as they confuse people.  Use
7930         better names for the scale origin radio buttons, as suggested by
7931         Bulia.
7933         * src/seltrans.cpp: Fix some cases where snap wasn't correctly applied.
7935 2004-07-10  MenTaLguY  <mental@rydia.net>
7937         * src/sp-image.cpp: prospective fix for bug #979858
7939         * src/select-context.cpp, src/select-context.h,
7940           src/seltrans.cpp, src/seltrans.h:
7942           gave SPSelTrans its own Inkscape::MessageContext, fixing
7943           bug #977971
7945 2004-07-10  Kees Cook  <kees@outflux.net>
7947         * src/knot.cpp: solved bug #988513: knot could stay grabbed in
7948           situations where the tool went away but never got "button_release"
7949           event.  This patch uses the "enter" and "leave" notifiers to disable
7950           the grab before a "motion" can come and snag the knot.
7952 2004-07-09  Kees Cook  <kees@outflux.net>
7954         * src/widgets/paint-selector.cpp: solved bug #984902: the pattern
7955           menu was being destroyed since it was remaining part of the frame
7956           that was being destroyed whenever the selector changed.  It gets
7957           ref-counted, disconnected, and destroyed correctly now.
7958         * mkinstalldirs: automake 1.8 stopped including "mkinstalldirs", but
7959           intltool still uses it.  We'll need to keep this until intltool
7960           fixes the bug.  intltool 0.31 and earlier are all buggy.
7962 2004-07-09  Carl Hetherington  <inkscape@carlh.net>
7964         * src/draw-context.cpp: remove some debugging g_prints.
7966 2004-07-08  MenTaLguY  <mental@rydia.net>
7968         * src/interface.cpp: fixed crash on desktop context menu
7970         * src/desktop.h, src/desktop.cpp:
7972           added SPDesktop::isWithinViewport() to conveniently determine
7973           if an item is within view
7975           also made isLayer() const
7977         * src/sp-object.h: added SPObject::hasChildren() predicate
7979         * src/sp-object.cpp: revert to old behavior of breaking parent
7980           link before emitting "release" signal
7982         * src/selection-chemistry.cpp: rewrote sp_selection_item_next()
7983           and sp_selection_item_prev() to work with layers
7985 2004-07-08  Carl Hetherington  <inkscape@carlh.net>
7987         * src/libnrtype/FontFactory.cpp: disable printing of debug
7988         messages.
7990         * src/sp-item-group.cpp: give it a snappoints method to fix
7991         937318.
7993         * src/draw-context.cpp: fix a couple of places where Shift isn't
7994         checked before snapping.
7997 2004-07-07  MenTaLguY  <mental@rydia.net>
7999         * src/desktop.cpp, src/interface.cpp: remove the word "layer"
8000           for now, and disable the layer selector when the user is not
8001           inside a group
8003 2004-07-07  Kees Cook  <kees@outflux.net>
8005         * src/dialogs/desktop-properties.cpp: added a few g_asserts, and
8006           added a missing sp_signal_disconnect_by_data for the color picker,
8007           which closes bug #975864.  Stopped accidentally calling
8008           sp_document_done from the update handler (fixes bug #986411).
8009         * src/dialogs/dialog-events.cpp, src/helper/action.cpp:
8010           whitespace changes, typo fixes, added a few g_asserts.
8011         * src/selection-chemistry.cpp, src/desktop.cpp: when deleting items
8012           from the desktop, the selection context may need to be cleared since
8013           it may have pointers to the deleted items.  To do this, I just
8014           reselect the current tool (fixes bug #983243).
8015         * src/dialogs/xml-tree.cpp, src/dialogs/desktop-properties.cpp:
8016           corrected tooltips memory handling.
8018 2004-07-06  MenTaLguY  <mental@rydia.net>
8020         * src/desktop.cpp: minor tweaks to make the existing layers
8021           code easier to work with in its current state (particularly,
8022           to sidestep some existing bugs that otherwise require more
8023           UI work to fix)
8025 2004-07-06  Carl Hetherington  <inkscape@carlh.net>
8027         * src/seltrans.cpp, src/sp-namedview.cpp,
8028         src/display/bezier-utils.cpp, src/libnr/nr-types.cpp:
8029         isnan appears to need a std:: namespace qualifier.
8031 2004-07-06  Ted Gould  <ted@gould.cx>
8033         * src/libnr/nr-point.h, src/libnr/nr-rect.h:
8035         Adding in a function to round the points and rectangles.  Using this
8036         for less precise comparisons.  Also, added in a function to print
8037         each of these.
8039         * src/dialogs/export.cpp:
8041         Major revisions to do all kinds of fun stuff.  The major one being
8042         that filenames and dpi's can now be stored on selections.  This
8043         makes it so that people working on a section of a document can export
8044         it consistently.
8046 2004-07-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8048         * src/sp-typeset-utils.h: Greatly reduce #includes.
8050         * src/color-rgba.h, src/Makefile_insert, src/desktop.h:
8051           Move ColorRGBA from desktop.h to new file color-rgba.h.
8052         * src/desktop.cpp, src/dropper-context.cpp: #include it.
8054 2004-07-05  Kees Cook  <kees@outflux.net>
8056         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.cpp,
8057           src/dialogs/rdf.h: added multiline data entry items, reduced
8058           overall width of the dialog, and created the license entry areas.
8059           Auto-detection of license on load works now.
8061 2004-07-05  MenTaLguY <mental@rydia.net>
8063         * src/desktop.cpp: comitted further work which gives us a
8064           partially-functional layers menu (not actually hooked up to
8065           change layers yet), and it is not always updated when it needs
8066           to be (yet).  It does also fix the crash though.
8068         * src/desktop.cpp, src/desktop.h, src/document.cpp,
8069           src/sp-item-group.cpp, src/sp-item-group.h:
8071           additional layers work; backed off on promoting siblings to
8072           layers automatically and reintroduced "global" layer mode
8074 2004-07-05  Carl Hetherington <inkscape@carlh.net>
8076         * src/desktop.cpp: prevent crash by adding a check for
8077         layer == NULL to SPDesktopWidget::_buildLayerStatusMenuItem.
8079         * src/selection-chemistry.cpp: prevent crash on copying empty
8080         groups.
8082 2004-07-04  MenTaLguY  <mental@rydia.net>
8084         * src/sp-object.cpp: fixed bug #979281 -- I had accidentally
8085           reversed the sense of a test in SPObject::requestModified(),
8086           such that CHILD_MODIFIED notifications were never being sent
8088         * src/widgets/sp-color-notebook.cpp: always assume colors are
8089           8-digit hex rrggbbaa, and zero-fill accordingly
8091           HAPPY NATHAN#@$?#$#@$!?!?!?
8093         * src/desktop.cpp, src/desktop.h, src/document.cpp, src/document.h,
8094           src/interface.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
8095           src/sp-item-group.cpp, src/sp-item-group.h, src/widgets/widget-sizes.h:
8097           Added selection-changes-current-layer and other layer refinements.
8098           Except for fixing the currently broken layer combo box on the status
8099           bar, I think this is pretty much the last of the layerish work I'm
8100           willing to do for 0.39 since we're in freeze now.
8102 2004-07-03  Kees Cook  <kees@outflux.net>
8104         * src/document.cpp, src/dialogs/desktop-properties.cpp,
8105           src/dialogs/rdf.cpp, src/dialogs/rdf.h:
8106           Added several more RDF entities.  Created entry tooltips.  Set
8107           a few RDF defaults for the document.
8109 2004-07-03  MenTaLguY  <mental@rydia.net>
8111         * src/desktop.cpp, src/document.cpp:
8113           siblings of a layer now become layers too
8115         * src/interface.cpp: switched to command names suggested by bulia
8117         * src/object-hierarchy.cpp, src/object-hierarchy.h:
8119           bugfixes and cleanups
8121         * src/sp-item-group.cpp, src/sp-item-group.h, src/sp-root.cpp:
8123           new layerMode() and setLayerMode() methods; SPGroupMode becomes
8124           SPGroup::LayerMode
8126         * src/sp-object.h: added isSiblingOf() method
8128         * src/sp-object.cpp: leave parent pointer in place until after
8129           "release" handlers finish
8131 2004-07-02  Kees Cook  <kees@outflux.net>
8133         * src/document.cpp, src/dialogs/desktop-properties.cpp,
8134           src/dialogs/rdf.cpp, src/dialogs/rdf.h, src/xml/repr.h:
8135           Made RDF's writable now.  Handling modifications and defaults.
8136           Mental and others will most likely kill me when they finally
8137           read this code.
8139 2004-07-02  MenTaLguY  <mental@rydia.net>
8141         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp,
8142           src/sp-item-group.h:
8144           Removed the "inkscape:groupmode" attribute and added note about how
8145           the group/layer mode setting needs to be per-view, not global.
8147         * src/desktop.cpp, src/desktop.h,
8148           src/object-hierarchy.cpp, src/object-hierarchy.h:
8150           Added notification signals for switching layers, as well as putting
8151           groups in layer mode when they are being used as layers.
8153           Notably, you can now call SPDesktop::connectCurrentLayerChanged() to
8154           connect to a SigC++ signal to be notified when the current layer
8155           changes.
8157         * src/interface.cpp, src/object-ui.cpp:
8159           Fixed up the "Enter Group" and "Leave Group" context menu
8160           commands a bit, and implement them both in the same places.
8162 2004-07-02  Carl Hetherington  <inkscape@carlh.net>
8164         * src/desktop-snap.cpp, src/desktop-snap.h, src/snap.cpp, src/snap.h,
8165         src/Makefile_insert src/arc-context.cpp src/draw-context.cpp
8166         src/dyna-draw-context.cpp src/make.dep src/make.files src/make.ofiles
8167         src/makefile.msc src/nodepath.cpp src/rect-context.cpp
8168         src/select-context.cpp src/selection-chemistry.cpp src/seltrans.cpp
8169         src/sp-namedview.h src/spiral-context.cpp src/star-context.cpp:
8170         renamed desktop-snap.* to snap.* since it has nothing to do with the
8171         desktop any more.
8173         * src/draw-context.cpp: Temporary hack to prevent snapping
8174         completely failing to work when snapping to bbox points.  Support
8175         shift-disables-snap for freehand drawing.
8177         * src/snap.cpp, src/snap.h: Added some temporary methods to assist
8178         with hacks elsewhere.
8180 2004-07-01  Kees Cook  <kees@outflux.net>
8182         * src/xml/repr.h, src/xml/repr-util.h, src/dialogs/rdf.cpp:
8183           moved "repr_lookup_name" into the repr-util collection so
8184           that the RDF stuff doesn't need to know about SPRepr internals.
8185           Now that I've started to grok the SPRepr stuff, this seems best.
8186           Added "sp_repr_recursive_drop" for use in the future when I may
8187           want to throw away an entire tree of SPRepr items (like ditching
8188           a blank "dc:rights" section).
8190 2004-07-01  MenTaLguY  <mental@rydia.net>
8192         * src/sp-item.cpp: fix clip path loading bug
8194         * src/sp-object.cpp: relax analness about object ids a little
8196 2004-06-30  Kees Cook  <kees@outflux.net>
8198         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.h,
8199           src/dialogs/rdf.cpp: built the various functions needed to extract
8200           the RDF text elements from the DOM.  XML in the document will now
8201           be displayed in the entry fields.
8203 2004-06-28  MenTaLguY  <mental@rydia.net>
8205         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr-css.cpp,
8206           src/xml/repr-io.cpp, src/xml/repr-private.h, src/xml/repr-util.cpp,
8207           src/xml/repr.cpp, src/xml/sp-repr-attr.h: applied peter's patch to
8208           break out NRReprAttr
8210         * src/sp-object.cpp, src/sp-object.h:
8212           added SPObject::nearestCommonAncestor, which given another SPObject
8213           returns the nearest common ancestor of the two SPObjects.
8215         * src/sp-item.cpp, src/sp-item.h:
8217           added SPItem::getRelativeTransform, which computes the SPItem's
8218           transform relative to another SPObject
8220         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
8221           src/rect-context.cpp, src/spiral-context.cpp, src/star-context.cpp,
8222           src/text-context.cpp:
8224           drawing tools now cope with drawing within transformed groups
8225           (i.e. layers)
8227 2004-06-27  MenTaLguY  <mental@rydia.net>
8229         * src/sp-object.h: remove sp_object_request_update,
8230           sp_object_invoke_update, sp_object_invoke_modified,
8231           sp_object_request_modified, and sp_object_invoke_write, which have been
8232           deprecated and are now completely unused
8234         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
8235           src/object-hierarchy.cpp, src/object-hierarchy.h, src/sp-object.cpp,
8236           src/sp-object.h:
8238           Implemented SPDesktop::setCurrentLayer(), introducing
8239           Inkscape::ObjectHierarchy to permit falling back to parents if
8240           the current layer is removed.
8242         * src/object-ui.cpp, src/interface.cpp: really crude hack of
8243           Sodipodi-like "enter group" and "leave group"
8245 2004-06-26  MenTaLguY  <mental@rydia.net>
8247         * src/refcounted.h: allow reffing/unreffing const objects
8249         * src/arc-context.cpp, src/draw-context.cpp, src/dropper-context.cpp,
8250           src/event-context.cpp, src/event-context.h, src/node-context.cpp,
8251           src/rect-context.cpp, src/selcue.cpp, src/selcue.h,
8252           src/select-context.cpp, src/select-context.h, src/seltrans.cpp,
8253           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
8254           src/text-context.cpp, src/zoom-context.cpp:
8256           Make SPSelTrans and SPSelCue proper C++ classes with constructors.
8258         * src/document.h, src/dialogs/xml-tree.cpp: removed sp_document_lookup_id
8260         * src/sp-object.cpp: clarify what is happening with bug #980407 --
8261           the clone is getting attached to the repr before the original SPObject
8262           is.
8264 2004-06-26  Carl Hetherington  <inkscape@carlh.net>
8266         * src/node-context.cpp: make sure nodepath->nodeContext is set up
8267         when the selection changes.  Fixes 936739.
8269 2004-06-25  MenTaLguY  <mental@rydia.net>
8271         * src/display/sp-canvas.cpp: enabled win32 current item workaround on
8272           all platforms
8274 2004-06-25  Kees Cook  <kees@outflux.net>
8276         * src/dialogs/rdf.h, src/dialogs/rdf.cpp, src/dialogs/Makefile_insert,
8277           src/dialogs/desktop-properties.cpp:
8279           Added data entry widgets for document metadata, including a rough
8280           license selector, and debug rdf generator.  Corrected whitespace,
8281           added table for RDF entity lookup, tag, and title mapping.  Added
8282           initial loading framework.  Cleaned up rdf_work_entity_t usage.
8284 2004-06-25  Carl Hetherington  <inkscape@carlh.net>
8286         * src/sp-namedview.cpp: cleanups in grid snap settings.  Fix a
8287         typo.
8289         * src/seltrans.cpp: optional default origin for scaling.  Fixes
8290         to snap during scale.
8292         * src/seltrans.h: s/opposit/opposite/.  Add some comments.
8294         * src/dialogs/display-settings.cpp: add default scale origin
8295         option.
8297         * src/desktop-snap.h: changes to snap_list_scale prototype.
8299         * src/desktop-snap.cpp: snap_list_scale now returns whether
8300         it snapped or not.  The best scale snap is now the one that
8301         changes the scale factor least, rather than the one that
8302         results in the snap point being closest to where it used to be.
8304         * src/display/sp-canvas.cpp: fix for win32 freeze-at-border bug,
8305         copied from SP.
8307         * src/knot.cpp, src/select-context.cpp: change spellings from
8308         British to American English for translators.
8310 2004-06-24  rejon <kidproto@users.sf.net>
8312         * src/verbs.cpp: I changed the reverse command to be more verbose and
8313           explanative.
8315 2004-06-24  MenTaLguY  <mental@rydia.net>
8317         * src/seltrans.cpp: slight change to make showing/hiding center
8318           mark easier later on
8320         * configure.in, src/main.cpp, src/star-context.cpp,
8321           src/display/bezier-utils.cpp, src/display/canvas-bpath.cpp,
8322           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
8323           src/display/sp-ctrlline.cpp, src/libnr/nr-svp.cpp,
8324           src/libnrtype/FontFactory.cpp, src/libnrtype/RasterFont.cpp,
8325           src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
8326           src/livarot/Ligne.cpp, src/livarot/PathOutline.cpp,
8327           src/livarot/ShapeMisc.cpp, src/widgets/font-selector.cpp:
8329           fixes for floating-point portability issues, courtesy of
8330           Colin Marquardt.
8332         * src/extensions/init.cpp: dirent.h requires inttypes.h on OS X
8334 2004-06-23  MenTaLguY  <mental@rydia.net>
8336         * src/Makefile_insert, src/desktop.cpp, src/managed.h,
8337           src/message-context.cpp, src/message-stack.h, src/refcounted.h,
8338           src/selection.h, src/view.cpp:
8340           Changed my mind.
8342           Inkscape::Managed is more properly called Inkscape::Refcounted
8344         * src/libnrtype/Makefile_insert, src/libnrtype/codepages.h,
8345           src/libnrtype/cp1250.cpp, src/libnrtype/cp1251.cpp,
8346           src/libnrtype/cp1252.cpp, src/libnrtype/cp1253.cpp,
8347           src/libnrtype/cp1254.cpp, src/libnrtype/cp1255.cpp,
8348           src/libnrtype/cp1256.cpp, src/libnrtype/cp1257.cpp,
8349           src/libnrtype/cp1258.cpp, src/libnrtype/cp874.cpp,
8350           src/libnrtype/cp932.cpp, src/libnrtype/cp936.cpp,
8351           src/libnrtype/cp949.cpp, src/libnrtype/cp950.cpp:
8353           removed unused Win32 codepage crap
8355 2004-06-23  Carl Hetherington  <inkscape@carlh.net>
8357         * src/inkscape.cpp: Don't connect to SIGBUS on Win32, as
8358         it doesn't seem to exist.  Add Emacs mode line.
8359         Declaration-to-first-use and coding style cleanups.
8361         * src/desktop-snap.h: a few double -> NR::Coord fixes.
8363         * src/nodepath.cpp: turn off snapping when Shift is held down.
8364         Some minor cleanups.
8366         * src/dialogs/display-settings.cpp: remove my rather dubious
8367         move_with_grid option.
8369         * src/select-context.cpp: rationalise grid modifiers; now Shift
8370         disables snap and Alt snaps movement to the grid.
8372 2004-06-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8374         * share/extensions/dia2svg.sh: Fix bashism and insecure tempfile usage.
8376 2004-06-23  Ted Gould  <ted@gould.cx>
8378         * share/extensions/dropshadow.inkmod, share/extensions/roundhole.inkmod,
8379         src/extension/system.cpp:
8381         Setting it up so that poorly formed inkmod files generate actual GTK
8382         warnings so that they can be easily hidden.  Also, fixing these two inkmod
8383         files so that they don't generate the above mentioned warnings.
8385 2004-06-22  Kees Cook  <kees@outflux.net>
8387         * src/inkscape.cpp: added SIGBUS and SIGABRT handling.
8389 2004-06-22  John Cliff <simarilius@yahoo.com>
8391         * src/object-edit.cpp:  Added knots for manipulation of pattern fills.
8392         * src/sp-shape.cpp, src/sp-shape.h:     Added sp_shape_set_pattern to
8393         explictly set the transform rather than multiplying like adjust.
8396 2004-06-22  Carl Hetherington  <inkscape@carlh.net>
8398         * src/sp-shape.cpp: add sp_shape_snappoints.
8400         * src/desktop-snap.cpp: minor cleanups.  Added a comment.
8402         * src/sp-text.cpp: removed an old comment.
8404         * src/sp-ellipse.cpp: fix snappoints method now that the parent
8405         class method has changed.
8407         * src/sp-rect.cpp: snappoints method is not required as it's now
8408         handled by SPShape.
8410         * src/sp-image.cpp: use SPItem's snappoints method.
8412         * src/file.cpp: fix another call to g_file_test with a
8413         possibly-NULL parameter.  Fixes #977413.
8415 2004-06-21  Carl Hetherington  <inkscape@carlh.net>
8417         * src/file.cpp: don't call g_file_test with a NULL path.  Fixes
8418         #976703.
8420         * src/desktop-snap.cpp: default to snapping to bounding boxes when
8421         snapping is first enabled.  Rework in terms of SPNamedView rather
8422         than SPDesktop.
8424         * src/desktop-snap.h: rework in terms of SPNamedView rather than
8425         SPDesktop.
8427         * src/arc-context.cpp, src/draw-context.cpp,
8428         src/dyna-draw-context.cpp, src/nodepath.cpp src/rect-context.cpp,
8429         src/select-context.cpp, src/selection-chemistry.cpp,
8430         src/seltrans.cpp, src/sp-namedview.cpp, src/spiral-context.cpp,
8431         src/star-context.cpp: Adapt for changes to snap code naming.
8433         * src/seltrans.cpp: cleanups to sp_sel_trans_skew_request and
8434         sp_sel_trans_scale_request.
8436 2004-06-20  Ted Gould  <ted@gould.cx>
8438         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
8439         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
8440         share/extensions/epsi_output.inkmod, share/extensions/roundhole.inkmod,
8441         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
8442         share/extensions/txt2svg.inkmod, src/extension/extension.h,
8443         src/extension/system.cpp, src/extension/implementation/script.cpp,
8444         src/extension/internal/eps-out.cpp,
8445         src/extension/internal/gdkpixbuf-input.cpp,
8446         src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
8447         src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
8448         src/extension/internal/win32.cpp:
8450         Changing the naming of the extensions to be more Java style naming to
8451         allow for more extension in the future.
8453 2004-06-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8455         * src/extension/internal/ps.cpp (PrintPS): Initialize _stream to
8456           NULL (fixes segfaults when exporting to an unopenable file), and
8457           initialize _bitmap to false instead of random.
8459 2004-06-20  MenTaLguY  <mental@rydia.net>
8461         * src/desktop.cpp, src/managed.h, src/message-context.h,
8462           src/message-stack.h, src/message.h, src/view.cpp:
8464           Document classes, and change Managed to have an initial refcount
8465           of one at creation.
8467 2004-06-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8469         * src/libnrtype/FontFactory.cpp, src/libnrtype/FontInstance.cpp,
8470           src/libnrtype/font-instance.h: If both WIN32 and WITH_XFT are
8471           defined, then use just the WITH_XFT code.  (I don't know if it's
8472           possible for both to be defined, but we might as well document
8473           that the existing code doesn't handle both being defined, AFAICT.)
8475         * src/libnrtype/FontFactory.cpp (ink_strstr): Document brokenness.
8476           (is_regular, is_nonbold, is_italic, etc.): Mark as static.
8478         * src/Makefile.am (EXTRA_DIST): Remove reference to deleted files
8479           libnrtype/nr-type-w32.cpp, libnrtype/nr-type-w32.h,
8480           libnrtype/nr-type-xft.cpp, libnrtype/nr-type-xft.h.
8482         * src/config.h.win32: Define PACKAGE_TARNAME, for require-config.h.
8483           More accurate mathematical constants (20 decimal places instead of 3).
8485 2004-06-19  MenTaLguY  <mental@rydia.net>
8487         * src/desktop.cpp, src/managed.h, src/rect-context.cpp,
8488           src/rect-context.h, src/selection.h, src/view.cpp:
8490           SPSelection now derives from Inkscape::Managed
8492         * src/Makefile_insert, src/select-context.cpp, src/select-context.h,
8493           src/selection-describer.h, src/selection-describer.cpp:
8495           Introduced Inkscape::SelectionDescriber to which SPSelectContext
8496           delegates the task of displaying descriptions of the current
8497           selection.  This fixes bug #945735.
8499 2004-06-19  Carl Hetherington  <inkscape@carlh.net>
8501         * src/desktop-snap.{cpp,h}: sp_desktop_dim_snap_list returns
8502         whether or not it snapped anything.
8504         * src/select-context.cpp: fix snap on move behaviour (again)
8506         * src/widgets/dash-selector.cpp: fix off-by-one spotted by
8507         valgrind.
8509 2004-06-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8511         * src/extension/internal/ps.cpp (begin): Add some basic error handling.
8513         * src/extension/internal/ps.cpp (setup): Simplify an expression now that
8514           _bitmap is a bool.
8516         * src/extension/internal/ps.h: Twiddle the order of the fields.
8517           Replace bitfields with bool/short.
8519         * src/libnrtype/Makefile_insert, src/libnrtype/FontInstance.h,
8520           src/make.files, src/make.ofiles, src/make.dep:
8521           Remove src/libnrtype/FontInstance.h (see change below).
8523         * src/libnrtype/RasterFont.h, src/libnrtype/raster-glyph.h,
8524           src/libnrtype/raster-position.h:
8525           Move raster_glyph, raster_position from RasterFont.h to new files
8526           raster-glyph.h, raster-position.h.
8527         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
8529         * src/libnrtype/FontInstance.h, src/libnrtype/font-glyph.h,
8530           src/libnrtype/font-instance.h, src/libnrtype/font-style.h:
8531           Move font_glyph, font_instance, and font_style definitions from
8532           FontInstance.h into new files font-glyph.h, font-instance.h,
8533           font-style.h.
8534         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
8536         * src/libnrtype/nrtype-forward.h: New file.
8537         * src/libnrtype/Makefile_insert: Add it to SOURCES.
8538         * src/libnrtype/FontFactory.h, src/libnrtype/TextWrapper.h:
8539           #include it (replacing local declarations in some cases).
8541         * src/livarot/livarot-forward.h: New file.
8542         * src/livarot/Ligne.h, src/livarot/Path.h, src/livarot/Shape.h:
8543           #include it (replacing local declarations in some cases).
8544         * src/livarot/Makefile_insert: Add it to SOURCES.
8546 2004-08-18  Ted Gould  <ted@gould.cx>
8548         * src/file.cpp, src/preferences-skeleton.h:
8550         Adding the feature that the save and open directories are saved in the
8551         preferences.  The last one will be used.
8553 2004-08-18  Carl Hetherington  <inkscape@carlh.net>
8555         * src/widgets/font-selector.cpp: uint -> guint to fix
8556         compile errors.
8558         * src/desktop-snap.{cpp,h}: make snap functions aware of the
8559         type of point they are snapping, so they can decide whether
8560         to ignore it.
8562         * src/arc-context.cpp, src/rect-context.cpp,
8563         src/spiral-context.cpp, src/star-context.cpp,
8564         src/draw-context.cpp, src/dyna-draw-context.cpp, src/nodepath.cpp,
8565         src/selection-chemistry.cpp, src/seltrans.cpp:
8566         temporarily update for changes to snapping API.
8568         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp:
8569         adapt for small changes to Snapper API.
8571         * src/select-context.cpp: use new snapping API.
8573 2004-08-17  Bryce Harrington  <bryce@bryceharrington.org>
8575         *  nodepath.cpp path-chemistry.cpp selection-chemistry.cpp,
8576            seltrans.cpp sp-typeset.cpp splivarot.cpp text-context.cpp,
8577            tools-switch.cpp dialogs/find.cpp:  Converting statusbar
8578            messages from old style to new, as per
8579            http://inkscape.org/cgi-bin/wiki.pl?StatusbarAPI
8581 2004-06-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8583         * src/mkdep.pl: Add `by mkdep.pl' to `automatically generated' line.
8585         * src/dialogs/desktop-properties.cpp:
8586           Greater conformance to CodingStyle.  Add FIXME comment.
8588         * src/sp-namedview.cpp: Tighter scoping for iteration var.
8589           Simplify some code by greater use of cheap sp_unit_get_by_id.
8591 2004-06-17  MenTaLguY  <mental@rydia.net>
8593         * src/Makefile_insert, src/arc-context.cpp, src/arc-context.h,
8594           src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
8595           src/draw-context.cpp, src/dropper-context.cpp, src/event-context.cpp,
8596           src/event-context.h, src/file.cpp, src/interface.cpp, src/knot.cpp,
8597           src/managed.h, src/message-context.cpp, src/message-context.h,
8598           src/message-stack.cpp, src/message-stack.h, src/message.h,
8599           src/select-context.cpp, src/view.cpp, src/view.h,
8600           src/libnrtype/FontFactory.cpp, src/libnrtype/nr-type-primitives.h,
8601           src/widgets/font-selector.cpp:
8603           New status messages primitives (statusbar bug not fixed yet though).
8605 2004-06-17  Carl Hetherington  <inkscape@carlh.net>
8607         * src/helper/stock-items.cpp: fix a compiler warning.  Minor
8608         coding style cleanups.
8610         * src/arc-context.cpp, src/desktop-snap.cpp, src-desktop-snap.h,
8611         src/rect-context.cpp, src/spiral-context.cpp,
8612         src/star-context.cpp: Replace desktop.h include with forward
8613         references in desktop-snap.h, and add desktop.h includes in
8614         files which require them.
8616         * src/widgets/spw-utilities.cpp, src/widgets/spw-utilities.h:
8617         add spw_vbox_checkbutton.
8619         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
8620         src/sp-namedview.h, src/desktop-snap.cpp, src/desktop-snap.h,
8621         src/desktop.cpp, src/desktop.h,
8622         src/dialogs/desktop-properties.cpp, src/seltrans.cpp,
8623         src/seltrans.h, src/selection.cpp, src/selection.h,
8624         src/select-context.cpp, src/selection-chemistry.cpp:
8626         Start of new and hopefully improved snapping code.
8628 2004-06-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8630         * src/helper/units.h, src/helper/units.cpp:
8631           (sp_unit_get_by_id): new function.
8632           (sp_convert_distance_full): Change arguments & return value.
8633           Call g_log if no conversion possible.
8634           Callers updated.
8635           (sp_unit_get_default, sp_unit_get_by_name): Remove unused functions.
8636           sp_units: Less rounding error in unittobase.
8638 2004-06-16  Carl Hetherington  <inkscape@carlh.net>
8640         * src/sp-item.h: added a comment.
8642 2004-06-15  Ted Gould  <ted@gould.cx>
8644         * share/extensions/ai_input.inkmod:
8645         Removing the command-line argument to specify line endings.
8647         * src/print.cpp, src/print.h, src/sp-text.cpp,
8648         src/extension/extension.cpp, src/extension/extension.h,
8649         src/extension/implementation/implementation.cpp,
8650         src/extension/implementation/implementation.h,
8651         src/extension/internal/ps.cpp, src/extension/internal/ps.h:
8653         Changing it so that the text to vector is its own function.  This way it
8654         can be used as a parameter in Postscript, but then can be easily used for
8655         drivers which only support vector drawing.
8657 2004-06-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8659         * src/select-toolbar.cpp: Cleanups and preparation for px units.
8661         * src/helper/units.h, src/helper/units.cpp:
8662           Add reference version of sp_points_get_units, sp_units_get_points.
8663           Implement as simple multiplication instead of sp_convert_distance.
8664           (sp_units_table_sane): New function.
8665         * src/helper/units-test.cpp: Test sp_units_table_sane.
8667         * src/sp-object-repr.cpp: Move some declarations to first use.
8668         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_register):
8669           Change return type to void.
8671         * src/sp-item.cpp (sp_item_repr_compare_position):
8672           Reimplement as shallow wrapper around sp_repr_compare_position.
8674         * src/helper/units.h, src/helper/units.cpp:
8675           SPUnitId: new enum, to allow replacing string lookups.
8676           Get rid of handling for unused SP_UNIT_USERSPACE.
8677           Remove unused SPUnit.version field.
8679         * src/helper/units-test.cpp (test_bases): Test sp_unit_get_identity.
8681         * src/helper/Makefile_insert (helper_units_test_LDADD): Fix the previous
8682           commit: -lglib-2.0 instead of -lglib.
8684 2004-06-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8686         * src/Makefile.am, src/helper/Makefile_insert,
8687           src/helper/units-test.cpp:
8688           New unit test file units-test.cpp.
8690         * src/select-toolbar.cpp: Greater conformance to CodingStyle.
8692 2004-06-14  Carl Hetherington  <inkscape@carlh.net>
8694         * src/libnrtype/TextWrapper.cpp: Fix what looks like an off-by-one.
8696         * ChangeLog, src/prefs-utils.cpp:
8697         Fix bracketing typo that causes an array to be overrun.
8699 2004-06-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8701         * src/sp-path.cpp: Move some declarations to first use.
8703 2004-06-13  Kees Cook  <kees@outflux.net>
8705         * src/xml/repr.h, src/xml/repr-utils.cpp: adding additional RDF URIs
8706         to the default namespace prefix list.
8708 2004-06-13  MenTaLguY  <mental@rydia.net>
8710         * src/arc-context.cpp, src/desktop.cpp, src/desktop.h, src/document.cpp,
8711           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
8712           src/file.cpp, src/gradient-chemistry.cpp, src/interface.cpp,
8713           src/rect-context.cpp, src/selection-chemistry.cpp, src/sp-object.cpp,
8714           src/sp-object.h, src/spiral-context.cpp, src/splivarot.cpp,
8715           src/star-context.cpp, src/svg-view.h, src/text-context.cpp,
8716           src/extension/internal/gdkpixbuf-input.cpp:
8718           added SPDesktop::currentRoot() and SPDesktop::currentLayer(), which
8719           report the current "view" root and current "editing" layer,
8720           respectively; I've also added SPObject::appendReprChild().
8722           Between the two of them, they replace sp_document_add_repr, which
8723           has been removed.  Generally to add a repr to a document, you would
8724           now use either:
8726            SP_DOCUMENT_DEFS(document)->appendReprChild(repr);
8728           or:
8730            desktop->currentLayer()->appendReprChild(repr);
8732 2004-06-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8734         * src/sp-clippath.h, src/sp-gradient.h, src/sp-marker.h, src/sp-mask.h,
8735 src/sp-pattern.h:
8736           Explicitly mark _acceptObject as virtual.
8737           (Already declared as virtual in base class.)
8739         * src/file.cpp, src/main.cpp: Greater conformance to CodingStyle.
8741         * src/node-context.h, src/selcue.h, src/sp-pattern.h,
8742           src/widgets/sp-color-wheel-selector.h:
8743           Add missing includes as found by src/check-header-compile.
8745         * src/Makefile_insert:
8746         * src/sp-use-reference.cpp:
8747         * src/sp-use-reference.h:
8748         * src/sp-use.cpp:
8749         * src/sp-use.h:
8750           Move SPUseReference from sp-use.h to new files sp-use-reference.h,
8751           sp-use-reference.cpp.
8753         * src/sp-use.h (_acceptObject): Fix can't-use-ancestor check.
8755         * src/uri-references.h (getOwner): Fix copy&paste bug.
8757 2004-06-11  MenTaLguY  <mental@rydia.net>
8759         * src/sp-object.h, src/sp-object.cpp:
8761           migrated several SPObject methods to C++ methods:
8763           sp_object_invoke_write -> SPObject::updateRepr
8764           sp_object_request_update -> SPObject::requestDisplayUpdate
8765           sp_object_invoke_update -> SPObject::updateDisplay
8766           sp_object_request_modified -> SPObject::requestModified
8767           sp_object_invoke_modified -> SPObject::emitModified
8769           (leaving deprecated wrappers in place for now)
8771         * src/document.cpp, src/object-edit.cpp, src/sp-clippath.cpp,
8772           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-image.cpp,
8773           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-line.cpp,
8774           src/sp-marker.cpp, src/sp-mask.cpp, src/sp-offset.cpp,
8775           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-root.cpp,
8776           src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
8777           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
8778           src/sp-use.cpp, src/dialogs/stroke-style.cpp, src/sp-path.cpp:
8780           transitioned to SPObject::requestDisplayUpdate and
8781           SPObject::updateDisplay
8783         * src/arc-context.cpp, src/document.cpp, src/gradient-chemistry.cpp,
8784           src/knotholder.cpp, src/main.cpp, src/rect-context.cpp,
8785           src/sp-anchor.cpp, src/sp-clippath.cpp, src/sp-defs.cpp,
8786           src/sp-gradient.cpp, src/sp-item-group.cpp, src/sp-item.cpp,
8787           src/sp-mask.cpp, src/sp-namedview.cpp, src/sp-object-group.cpp,
8788           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp,
8789           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-shape.cpp,
8790           src/sp-spiral.cpp, src/sp-text.cpp, src/sp-use.cpp,
8791           src/spiral-context.cpp, src/splivarot.cpp, src/star-context.cpp,
8792           src/style.cpp, src/toolbox.cpp, src/dialogs/fill-style.cpp,
8793           src/dialogs/stroke-style.cpp, src/extension/internal/svg.cpp:
8795           transitioned to SPObject::requestModified, SPObject::emitModified,
8796           and SPObject::updateRepr; also reworked "minimal" version of
8797           updateRepr.
8799         * src/sp-object.h: added a little documentation
8801         * src/document.cpp, src/document.h, src/file.cpp,
8802           src/gradient-chemistry.cpp, src/help.cpp, src/object-ui.cpp,
8803           src/selection-chemistry.cpp, src/selection.cpp, src/seltrans.cpp,
8804           src/sp-clippath.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
8805           src/sp-namedview.cpp, src/sp-object.cpp, src/sp-offset.cpp,
8806           src/sp-pattern.cpp, src/sp-root.cpp, src/sp-text.cpp,
8807           src/sp-typeset.cpp, src/sp-use.cpp, src/splivarot.cpp,
8808           src/uri-references.cpp, src/dialogs/fill-style.cpp,
8809           src/dialogs/item-properties.cpp, src/dialogs/stroke-style.cpp,
8810           src/helper/stock-items.cpp, src/widgets/gradient-selector.cpp,
8811           src/widgets/gradient-vector.cpp, src/widgets/icon.cpp:
8813           replaced sp_document_lookup_id with SPDocument::getObjectById,
8814           and SPDocument::getObjectByRepr
8816           (left deprecated stub in place, but it should be unused at this point)
8818 2004-06-11  Ted Gould  <ted@gould.cx>
8820         * src/file.cpp, src/inkscape.cpp, src/interface.cpp, src/prefs-utils.cpp,
8821         src/prefs-utils.h:
8823         Moving the recent document setting and getting code into the prefs-utils
8824         files so that they'll be with the preferences (which they really kinda
8825         are).  Then, moved the place where they are set from the removing of the
8826         document to where the files are opened and 'save as'd.  (yes, I made up a
8827         word/contraction).
8829 2004-06-10  Carl Hetherington  <inkscape@carlh.net>
8831         * src/desktop-snap.cpp, src/desktop-snap.h,
8832         src/satisfied-guide-cns.cpp, src/satisfied-guide-cns.h,
8833         select-context.cpp, selection.cpp, selection.h, seltrans.cpp,
8834         seltrans.h, sp-ellipse.cpp, sp-image.cpp,
8835         sp-item-notify-moveto.cpp, sp-item-rm-unsatisfied-cns.cpp,
8836         sp-item-update-cns.cpp, sp-item.cpp, sp-item.h, sp-offset.cpp,
8837         sp-rect.cpp, sp-spiral.cpp, sp-star.cpp, sp-text.cpp:
8839         Use a std::vector to store snap points, rather than a fixed-size
8840         array.
8842 2004-06-09  Carl Hetherington  <inkscape@carlh.net>
8844         * src/desktop-snap.cpp, src/desktop-snap.h: Coding style fixes.
8845         Use NR::Coord rather than double where appropriate.  Added some
8846         comments.  Use NR::Dim2 where appropriate.  Use NR_HUGE rather
8847         than hardcoded 1e18s.
8849         * src/rect-context.cpp, src/nodepath.cpp, src/arc-context.cpp:
8850         Adapt for changes to sp_desktop_dim_snap prototype.
8852         * src/select-context.cpp:
8853         Adapt for changes to sp_desktop_dim_snap_list prototype.
8855 2004-06-08  MenTaLguY  <mental@rydia.net>
8857         * src/display/sp-canvas.h, src/livarot/DblLinked.h,
8858           src/livarot/LivarotDefs.h, src/livarot/AVL.h, src/livarot/Shape.h,
8859           src/livarot/ShapeUtils.h, src/livarot/Ligne.h,
8860           src/object-edit.cpp, src/spiral-context.cpp, src/sp-shape.cpp:
8862           Portability fixes from Colin Marquardt <colin@marquardt-home.de>.
8864 2004-06-08  Carl Hetherington  <inkscape@carlh.net>
8866         * src/main.cpp: remove the call to
8867         Extension::Internal::PrintWin32::init() entirely after Ted pointed
8868         out that it would be called by code in src/extension/init.cpp
8869         anyway.
8871 2004-06-08  Ted Gould  <ted@gould.cx>
8873         * src/main.cpp:
8875         Added in a version command to our command line args.  This fixes
8876         enhancement request 968642.
8878 2004-06-07  MenTaLguY  <mental@rydia.net>
8880         * src/document.cpp, src/document.h, src/document-undo.cpp,
8881           src/sp-object.h, src/sp-object.cpp:
8882           renamed object garbage collection routines to fit the "orphan"
8883           terminology
8885 2004-06-07  Carl Hetherington <inkscape@carlh.net>
8887         * src/main.cpp: tentative fix for startup crash on Win32.  Ensure
8888         that Extension::Internal::PrintWin32::init() is not called until
8889         after inkscape_application_init().
8891 2004-06-07  Ted Gould  <ted@gould.cx>
8893         * src/inkscape.cpp, src/main.cpp:
8895         Moving the initialization of the extensions into the Inkscape application
8896         init.  I have mixed feelings on this.  On one hand, basically extension
8897         init gets called directly after applicaiton init and extensions init has
8898         nothing to do with anything else in main.  On the other hand I'm not sure
8899         that it is directly related to the structure of the application itself.
8900         Comments are welcome.
8902 2004-06-06  MenTaLguY  <mental@rydia.net>
8904         * src/attributes.cpp, src/attributes.h: added inkscape:collect attribute
8905           to specify orphan collection policy (collect with parent, or always
8906           collect)
8908         * src/document-undo.cpp, src/document.cpp, src/document.h: added an orphan
8909           collection pass as part of comitting an undo step
8911         * src/sp-object.cpp, src/sp-object.h:
8912           add total hrefcount for all descendants, and basic orphan collection
8913           facilities
8915         * src/gradient-chemistry.cpp, src/dialogs/stroke-style.cpp,
8916           src/extension/internal/gdkpixbuf-input.cpp:
8917           mark automatically added gradients, patterns, and markers for orphan
8918           collection
8920 2004-06-06  Bryce Harrington <bryce@bryceharrington.org>
8922         * libnrtype/nr-type-xft.cpp, libnrtype/nr-font.cpp,
8923           libnrtype/nr-rasterfont.cpp, libnrtype/nr-type-directory.cpp,
8924           libnrtype/nr-typeface.cpp, libnrtype/nr-type-w32.cpp,
8925           libnrtype/nr-type-ft2.cpp, libnrtype/nr-type-pos-def.cpp,
8926           libnrtype/nr-type-primitives.cpp:
8928         Documenting the routines.  This adds basic code docs for
8929         everything in libnrtype.
8931 2004-06-06  Ted Gould  <ted@gould.cx>
8933         * src/main.cpp, src/preferences-skeleton.h, src/extension/extension.cpp:
8935         Making it so that the extension parameters get saved in the Inkscape
8936         preferences.  Most people will notice that their printer gets saved now.
8937         But this does alot more than that.  Added an "extensions" group to the
8938         preferences skeleton for all these settings.  All settings get saved as
8939         "module ID"."param name".  Also had to change where the extensions get
8940         init'd in the startup to put it behind the Inkscape application so that
8941         prerefences could be used.
8943 2004-06-03  Ted Gould  <ted@gould.cx>
8945         * src/file.cpp, src/dialog/filedialog.cpp:
8947         Making the whole file dialog alot more fun.  Basically, now the
8948         first filename will always be unique on files that don't have a
8949         filename already.  And, if you've selected a different default
8950         extension, that extension's filename extension will be placed
8951         on the file.  Also, when you change the extension to save with
8952         in the dialog, the filename extension will change with you (assuming
8953         that you were using filename extensions previously ofcourse).
8954         Finally, the checkbox to autoappend extensions is no insensitive
8955         when "Autodetect" is selected.
8957 2004-06-03  MenTaLguY  <mental@rydia.net>
8959         * src/file.cpp, src/extension/internal/ps.cpp,
8960           src/extension/internal/win32.cpp, src/sp-pattern.cpp,
8961           src/dialogs/stroke-style.cpp, src/display/nr-arena-glyphs.cpp,
8962           src/display/nr-arena-group.cpp, src/display/nr-arena-image.cpp,
8963           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
8964           src/widgets/icon.cpp, src/dialogs/nr-arena-item.h:
8966           Introduced the notion of "parent" NRGCs
8968 2004-06-02  bulia byak <bulia@users.sourceforge.net>
8970         * src/selection.h, src/selection.cpp:
8972         * preferences-skeleton.h dialogs/display-settings.cpp sp-item.cpp: New
8973 settings
8974         for various compensations
8976         * sp-shape.cpp sp-shape.h sp-rect.cpp sp-path.cpp: Factored out adjustments
8977         (stroke and pattern so far) from optimizing items into sp-shape.
8979         * libnr: Added distance function for a couple of points. Added expansions
8980 for X and Y.
8982         * object-edit.cpp sp-rect.cpp sp-item.cpp toolbox.cpp: Made rect use
8983 absolute
8984         radii, added recursive compensation on item_transform. Added new knot for
8985         rect, moved corner knots to the top right corner. Rect toolbar shows visible
8986         rx/ry.
8988         * toolbox.cpp: Finally got the freeze semaphores right (prevent loops for
8989         changes both from the repr and from toolbar UI).
8991         * sp-namedview.cpp: Guarding against nan in zoom, cx, cy
8993         * select-toolbar.cpp helper/unit-menu.cpp helper/unit-menu.h: Fix units menu
8994 size
8996         * node-context.cpp: Second Esc or empty-click deselects object
8998         * desktop.cpp desktop.h: Restored sticky zoom
9000         * preferences-skeleton.h extension/internal/gdkpixbuf-input.cpp file.cpp: Do
9001 not
9002         group import if only one item; move its defs to our defs; select and move
9003         under cursor the imported item/group. Optionally import bitmaps as filled
9004         rects.
9006         * many -context files: Decoupled seltrans and selcue so that the latter can
9007 be
9008         used outside of selector; enabled optional selcue in all tools
9010         * many files: New set_color signals on desktop, switching the dropper to
9011 them;
9012         needs to be redone for style. Excise the old inkscape::color_set signal.
9014         * dialogs/stroke-style.cpp: Fix the "all clubs" marker preview bug. In
9015 markers
9016         menu, skip document markers with stockid only if the same stockid is in
9017         markers.svg; add separator.
9019         * many fill and stroke files: Remove old mode selector, remove dropper
9020 checkbox
9021         (now always on). Remember active colorselector page. Remove redundant checks
9022         in setting color (fixes at least one bug). Cosmetics, cleanup, b/w icons,
9023         shortened labels, added mnemonics and tooltips, removed the drop-down modes
9024         list. Switched color spinbuttons to 0..255 enabling 0..1 floats to be typed
9025 as
9026         well.
9028         * dialogs/find.* et al: Find dialog, command
9030         * selection-chemistry.cpp: Fix copying objects from different parents; fix
9031 and
9032         reorganize copying gradients, recurse into groups
9034         * dialogs/xml-tree.cpp: Removed unused desktop shutdown signal, fixes
9035 problem
9036         with saving window settings on exit
9038         * select-toolbar.cpp: Percentage unit, lock toggle, NR::Rectification
9040         * sp-object.cpp path-chemistry.cpp splivarot.cpp et al: Sending
9041 _delete_signal
9042         recursively for descendants; switched to deleteObject where appropriate to
9043         notify clones
9045         * preferences-skeleton.h desktop.cpp desktop.h interface.cpp: Window layout
9046         fully configurable, commands in the View menu
9048         * path-chemistry.cpp: Fixed transform when combining inside group
9050         * preferences-skeleton.h sp-item.cpp dialogs/display-settings.cpp: Fixes in
9051         scalestroke (coded by Carl): arbitrary depth recusion, setting stroke-width
9052         via repr, pref in the transforms tab
9054         * widgets/sp-xmlview-attr-list.cpp: More robust listener
9056 2004-06-01  Ted Gould  <ted@gould.cx>
9058         * src/extension/internal/gdkpixbuf-input.cpp:
9059         Making it so that the lists of extensions and mimetypes are
9060         used in the creation of the plugins.  Also, free'ing everything
9061         properly so that we don't have a memory leak.
9063 2004-05-30  MenTaLguY  <mental@rydia.net>
9065         * src/selection.h, src/selection.cpp:
9066           rework SPSelection to be SPObject- rather than SPItem- oriented;
9067           this will be needed later for the layers/document tree dialog
9068           (and could prove useful for the XML editor later too)
9070         * src/sp-item.h: make SPItem a proper C++ subclass of SPObject
9072         * src/dialogs/item-properties.cpp:
9073           correct overly intimate knowledge of SPObject (use SP_OBJECT_ID rather
9074           than directly accessing the SPObject::id member)
9076 2004-05-27  Kees Cook  <kees@outflux.net>
9078         * src/extension/internal/ps.h, src/extension/internal/ps.cpp:
9079           Hopefully fixed the locale problems in the PS output generator.
9080         * src/sp-offset.cpp, src/display/bezier-utils-test.cpp,
9081           src/display/nr-arena-item.cpp, src/libnr/nr-svp-render.cpp,
9082           src/libnr/testnr.cpp, src/livarot/AlphaLigne.cpp,
9083           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
9084           src/livarot/PathCutting.cpp, src/livarot/Shape.cpp,
9085           src/livarot/ShapeDraw.cpp, src/livarot/ShapeSweep.cpp,
9086           src/svg/svg-affine.cpp: added comments and notes to all remaining
9087           "printf"ish calls that have %g or %f in them.  Most are just debug
9088           output, etc.  Hopefully we are actually free of locale bugs!  :)
9089         * src/desktop.h, src/desktop.cpp: desktop's knowledge of
9090           fullscreen-ness doesn't depend on having the ability to DO it.  Other
9091           functions already test "is_fullscreen" to alter their behavior.
9093 2004-05-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9095         * src/extension/system.h, src/extension/system.cpp (build_from_file):
9096           Remove unused second argument.  Callers updated.
9097         * src/extension/system.cpp (build_from_reprdoc):
9098           Just one call to sp_repr_name per child.
9099         * src/extension/system.h, src/extension/system.cpp:
9100           Cleanup: greater conformance to CodingStyle.
9102 2004-05-23  MenTaLguY  <mental@rydia.net>
9104         * src/libnrtype/Makefile_insert, src/libnrtype/nr-type-gnome.cpp,
9105           src/libnrtype/nr-type-gnome.h, src/libnrtype/nr-type-dictionary:
9107           removed gnome-print libnrtype backend
9109 2004-05-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9111         * src/xml/repr.h, src/xml/repr-util.cpp:
9112           Remove unused function sp_repr_set_position_relative.
9114         * src/xml/repr-util.cpp (sp_repr_compare_position, sp_repr_position):
9115           Minor cleanups.
9117 2004-05-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9119         * src/sp-use.cpp: Cleanup: greater conformance to CodingStyle.
9121         * src/sp-item-group.cpp (sp_item_group_ungroup): Fix bug #956334:
9122           ungrouping was reversing the order of the group members.
9124         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp: New files.
9125         * src/xml/Makefile_insert (xml_libspxml_a_SOURCES): Add the new files.
9127         * src/xml/repr-private.h, src/xml/repr.cpp (sp_repr_nth_child):
9128           Remove this unused function.
9130         * src/xml/repr.h, src/xml/repr.cpp (sp_repr_parent):
9131           Mark pointer as not written through (const).
9133 2004-05-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9135         * src/xml/repr.cpp: Cleanup: greater conformance to CodingStyle.
9137         * src/Makefile_insert: Add missing dependencies on inkscape_version.h.
9138         * src/display/Makefile_insert: Adapt dependency object names for
9139           `subdir-objects' automake option.
9140         * src/helper/Makefile_insert: Adapt dependency object names for
9141           lack of libspchelp-specific CPPFLAGS.
9143 2004-05-17  Carl Hetherington <inkscape@carlh.net>
9145         * src/libnrtype/nr-type-w32.cpp: Tentative fix for
9146         build problems on Win32.
9148         * src/extension/internal/svg.cpp: Coding style cleanups.
9150 2004-05-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9152         * src/sp-item.h, src/sp-item.cpp: Remove unused
9153           distance-conversion functions sp_item_distance_to_svg_bbox,
9154           sp_item_distance_to_svg_viewport.
9156         * src/sp-item.cpp: Cleanup: greater conformance to CodingStyle.
9158         * acinclude.m4: Remove.
9160 2004-05-16  Carl Hetherington  <inkscape@carlh.net>
9162         * src/extension/internal/svg.cpp:
9163         Throw an exception if sp_repr_save_file fails.  This should close
9164         bug 948921.
9166 2004-05-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9168         * src/check-header-compile.in: New script.
9169         * configure.in: Add it to list of files for substitution.
9171         * src/star-context.cpp: Minor cleanups, and use g_strdup_printf instead
9172           of fixed-size buffer for translated string.
9174         * src/selection-chemistry.cpp: Use NR::Rect bounds() method instead of
9175           old bounds(NRRect*).
9177         * src/document.cpp (sp_document_create):
9178         * src/preferences-skeleton.h:
9179           Use INKSCAPE_VERSION from inkscape_version.h instead of VERSION.
9181         * src/libnr/nr-rotate-test.cpp: Use new rotate_equalp function.
9183         * src/libnr/nr-translate-ops.h (operator-): New function.
9185         * src/select-context.cpp:
9186         * src/selection-chemistry.cpp:
9187         * src/xml/repr.h:
9188         * src/sp-defs.h:
9189           Cleanup: greater conformance to CodingStyle.
9191         * src/libnr/nr-macros.h: Don't #include nr-matrix.h, nr-rect.h.
9193         * src/arc-context.h, src/desktop-affine.h, src/dir-util.h,
9194           src/draw-context.h, src/dyna-draw-context.h, src/help.h,
9195           src/knotholder.h, src/prefs-utils.h, src/select-toolbar.h,
9196           src/sp-clippath.h, src/sp-mask.h, src/sp-pattern.h, src/sp-use.h,
9197           src/text-context.h, src/toolbox.h, src/tools-switch.h,
9198           src/dialogs/dialog-events.h, src/dialogs/sp-attribute-widget.h,
9199           src/display/sp-canvas.h, src/helper/gnome-utils.h,
9200           src/helper/png-write.h, src/helper/stock-items.h, src/inkjar/jar.h,
9201           src/libnr/nr-matrix.cpp, src/libnr/nr-point-l.h,
9202           src/svg/stringstream.h, src/svg/svg-affine.cpp,
9203           src/widgets/gradient-selector.h, src/widgets/paint-selector.h,
9204           src/widgets/spinbutton-events.h, src/widgets/spw-utilities.h,
9205           src/xml/repr-action.h:
9206           Add missing header files as detected by check-header-compile script.
9208         * src/libnr/nr-rotate-fns.h, src/libnr/nr-rotate-fns.cpp: New files.
9209         * src/libnr/nr-rotate-fns-test.cpp: New unit test.
9210         * src/libnr/Makefile_insert, src/Makefile.am: Reference new files,
9211           add to unit tests.
9213         * src/libnr/nr-rotate.h: Add Coord,Coord constructor.
9215         * src/libnr/nr-rotate.h, src/libnr/nr-rotate-ops.h (operator*=):
9216         New method.
9218         * src/libnr/nr-point-fns.h (point_equalp): New function.
9220         * src/radial.h: Remove this unused header.
9222         * src/xml/xml-forward.h: New file.
9223         * src/xml/Makefile_insert: Add it to xml_libspxml_a_SOURCES.
9224         * src/xml/repr-private.h: Include it.
9226 2004-05-16  MenTaLguY  <mental@rydia.net>
9228         * src/libnrtype/nr-type-directory.cpp, src/libnrtype/nr-type-ft2.cpp,
9229           src/libnrtype/nr-type-ft2.h, src/libnrtype/nr-type-gnome.h,
9230           src/libnrtype/nr-type-w32.h, src/libnrtype/nr-type-xft.cpp,
9231           src/libnrtype/nr-typeface.h:
9233           transition to C++ inheritance
9235         * src/verbs.cpp, src/helper/action.h, src/helper/action.cpp,
9236           src/widgets/button.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
9238           removed barely-used "in-place construction" facility for NRObject
9240         * src/helper/action.h, src/helper/action.cpp,
9241           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-glyphs.h,
9242           src/display/nr-arena-image.cpp, src/display/nr-arena-image.h,
9243           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
9244           src/helper/action.cpp, src/helper/action.h, src/libnr/nr-object.cpp,
9245           src/libnr/nr-object.h, src/libnrtype/nr-type-ft2.cpp,
9246           src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
9247           src/libnrtype/nr-typeface.cpp:
9249           Made NRObject "C++-compatible".  All C++ features including virtual
9250           methods and RTTI should now be available to NRObject subclasses
9251           _provided_:
9253            a) there is an unbroken chain of _C++_ inheritance from the subclass
9254               back to NRObject
9256            b) the NRObject-derived inheritance chain is always first in cases
9257               of multiple inheritance (the NRObject must be first in the memory
9258               layout)
9260            c) The subclass in question overrides NRObjectClass::cpp_ctor in its
9261               own class_init function, with a pointer to a function that calls
9262               the specific subclass' constructor (via placement new -- you will
9263               need to #include <new> for this to work)
9265               n.b. Objects of classes which do not override cpp_ctor will appear
9266               to the C++ runtime system (RTTI and virtual dispatch, at least) as
9267               objects of the closest ancestor class which does override it
9268               (NRObject or NRActiveObject if nothing else).
9270 2004-05-15  MenTaLguY  <mental@rydia.net>
9272         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
9273           further reduced dependency on SPStyle
9275 2004-05-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9277         * src/libnr/nr-path.cpp, src/libnr/nr-path.h (nr_path_matrix_bbox_union):
9278           Get rid of no-longer-needed tolerance arg.  Update callers.
9280         * src/selection.cpp, src/sp-chars.cpp, src/sp-image.cpp,
9281           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-item.h,
9282           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
9283           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
9284           src/sp-use.cpp, src/dialogs/fill-style.cpp,
9285           src/dialogs/stroke-style.cpp, src/display/nr-arena-shape.cpp,
9286           src/libnr/nr-path.cpp, src/libnr/nr-path.h,
9287           src/libnrtype/nr-font.cpp, src/libnrtype/nr-rasterfont.cpp,
9288           src/libnrtype/nr-type-gnome.cpp, src/widgets/icon.cpp,
9289           src/widgets/paint-selector.cpp:
9290           Change argument from NRMatrix to NR::Matrix in SPItemClass->bbox,
9291           sp_item_invoke_bbox, sp_item_invoke_bbox_full,
9292           nr_path_matrix_bbox_union.  Users updated.
9294         * src/libnr/nr-rect.h, src/libnr/nr-rect.cpp (nr_rect_union_pt):
9295           new function.
9297         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
9298           (NR::transform): new function.
9300         * src/Makefile_insert: Move fixes.cpp from libinkpre.a to libinkpost.a.
9301         * src/xml/Makefile_insert (xml_repr_action_test_LDADD):
9302           Add libinkpost.a, for fixes.o.  `make check' now works again.
9304         * src/sp-text.cpp (sp_text_set_transform):
9305           Don't include SP_OBJECT_CHILD_MODIFIED_FLAG in flags for
9306           sp_object_request_update.  Addresses `critical' warning.
9308 2004-05-13  John Cliff <simarilius@yahoo.com>
9310         * src/dialogs/stroke-style.cpp: Switched to using get_stock to retrieve
9311 markers.
9312         * src/helpers/stock-items.h, src/helpers/stock-items.cpp: created to handle
9313 stock items.
9314         * src/prefix.h: Added marker and gradient directorys.
9316 2004-05-13  Kees Cook <kees@outflux.net>
9318         * configure.in, src/main.cpp, config.h.mingw, debian/rules:
9319           made popt a requirement instead of an option.
9321 2004-05-13  Carl Hetherington  <cth103@houllier.home>
9323         * sp-color-notebook.cpp: Fix uninitialised value spotted by valgrind.
9325         * stroke-style.cpp:
9326         Fix ink_extract_marker_name returning a pointer into a free()d buffer.
9328 2004-05-13  Ted Gould <ted@gould.cx>
9330         * src/file.cpp:
9331         Making the default filename _("untitled.svg")
9333 2004-05-12  Kees Cook <kees@outflux.net>
9335         * config.h.mingw: added g_ascii_strtod macro.
9337 2004-05-12  Carl Hetherington <inkscape@carlh.net>
9339         * src/dialogs/export.cpp: fix faulty logic with exporting of
9340         selections, as reported by Artemio on the ML.
9342         * src/dialogs/desktop-properties.cpp: Fix a gtk_table size.
9343         Make use of spw_dropdown in one place.
9345         * src/select-context.cpp: Remove alt-drag "slow move" mode.
9346         Make alt-drag move without any grid snap, even if the grid
9347         is enabled.  Add a new mode, shift-drag, which preserves
9348         objects' grid offsets rather than snapping their snappoints.
9350         * src/selection-chemistry.cpp: Pasted objects have the same
9351         offset from the grid as the original, if the grid is enabled.
9352         Also a NRRect -> NR::Rect fix thrown in for no extra charge.
9354         * src/dialogs/display-settings.cpp: Added option to reverse
9355         the actions of drag and shift-drag when moving objects.
9357 2004-05-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9359         * src/main.cpp (main): Test ENABLE_NLS instead of HAVE_NLS (which
9360         wasn't getting defined).  Restores translations on *nix systems
9361         when inkscape translations aren't in system-wide /usr/share/locale.
9363 2004-05-10  Carl Hetherington <inkscape@carlh.net>
9365         * src/sp-item.cpp, src/dialogs/display-settings.cpp: primitive
9366         support for preserving line widths when scaling.  Thanks to Bulia
9367         for telling me what to do :)
9368         * src/dialogs/align.cpp: refactor some cut-and-paste code into
9369         a separate function.  Remove NRRect.  Declaration-to-first-use
9370         cleanups.
9371         * src/dialogs/transformation.cpp, src/dialogs/fill-stype.cpp:
9372         NRRect removal.  Declaration-to-first-use cleanups.
9374 2004-05-09  MenTaLguY <mental@rydia.net>
9376         * src/sp-paint-server.h: SPPaintServer now uses C++ inheritance
9378           (bigger question -- should SPPaintServer derive from SPObject?  I think
9379            not, actually ... it's more something that should be aggregated into
9380            the various paint-server-capable types)
9382         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
9383           first steps in removing SPStyle dependency from NRArenaShape --
9384           add fill and stroke paint server members, and use those instead
9385           of reading directly from an SPStyle.
9387 2004-05-09  Kees Cook <kees@outflux.net>
9389         * src/libnrtype/nr-type-xft.cpp: added patch 898200, hopefully this
9390           won't break anyone.
9391         * src/dialogs/desktop-properties.cpp: added patch 947127, along with
9392           some orientation bugfixes, list cleanup, and logic to select the
9393           correct menu items based on document settings.
9394         * configure.in: default to always replace g_ascii_strtod.
9396 2004-05-08  Kees Cook <kees@outflux.net>
9398         * src/extension/internal/gdkpixbuf-input.cpp: skip SVG files. (open bug)
9399         * configure.in, src/Makefile_insert, src/fixes.cpp: added replacement
9400           for g_ascii_strtod, since it has locale-related bugs in gnome 2.0.
9401           The upstream version is fixed, so some day, we won't need this any
9402           more.  (fixes "ugly icons" bug, and possibly the spinbutton locale bug)
9403         * src/dyna-draw-context.cpp, src/rect-context.cpp, src/sp-namedview.cpp,
9404           src/sp-object.cpp, src/sp-object.h, src/sp-pattern.cpp,
9405           src/sp-polygon.cpp, src/sp-polyline.cpp, src/sp-root.cpp,
9406           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp,
9407           src/sp-text.cpp, src/spiral-context.cpp, src/star-context.cpp,
9408           src/svg/ftos.cpp, src/svg/svg-affine.cpp, src/svg/svg-color.cpp,
9409           src/svg/svg-length.cpp: adding "config.h", making a few extra
9410           locale-sensitive functions use g_ascii versions.
9412 2004-05-08  MenTaLguY <mental@rydia.net>
9414         * src/sp-item.cpp: move "transformed" signal emission after actual
9415           application of transform
9417         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr.cpp:
9418           fix lifecycle issues with content and attribute strings
9420         * src/sp-object.h, src/sp-object.cpp: added SPObject::setId()
9422 2004-05-08  Kees Cook <kees@outflux.net>
9424         * src/verbs.cpp, src/help.cpp: localizing "about" and "keys" stuff.
9425         * po/*.po: rebuilt for new strings.
9427 2004-05-08  Carl Hetherington <inkscape@carlh.net>
9429         * src/dialogs/desktop-properties.cpp: the usual cleanups.  Also
9430         add some sp_document_done()s in various places.
9432 2004-05-08  bulia byak <bulia@users.sourceforge.net>
9434         * widgets/paint-selector.cpp: Tooltips, slight cosmetics
9436         * main.cpp: --help edit
9438         *  sp-use.h sp-use.cpp: Redid move compensation using _transformed_signal
9440         * sp-item.h sp-item.cpp: Added _transformed_signal, emitted by
9441 write_transform,
9442         passes the difference transform relative to the old one (not the new
9443 transform
9444         set)
9446         * nodepath.cpp: Fix lagging update of the other handle for smooth nodes
9448         * widgets/dash-selector.cpp: (Almost) fixed display of shorter-than-0.5
9449 dashes
9450         in selector; proper fixing will require manual drawing the dashes instead of
9451         using gdk dashes
9453         * preferences-skeleton.h: lots of new  dasharrays
9455         * dialogs/stroke-style.cpp: Remove repetitive code; relocation patch from
9456         mhearn; fixed, reenabled, and automated marker previews (no need for
9457 previews
9458         in markers.svg)
9460         * share/markers/markers.svg: Cleanup, sizes, remove manual previews
9462         * style.cpp: Disabled warning for overflow property (we need it for markers)
9464         * splivarot.cpp: Fixed transform when doing boolop inside group
9466         * libnr/nr-path.cpp: Ported fix from sodi, fixes two bugs with endnodes of a
9467         curve on the same hor/vert line
9469         * sp-namedview.cpp: Use set_default_size instead of _resize for setting
9470 window
9471         from namedview
9473         * preferences-skeleton.h dialogs/item-properties.cpp: Objects props
9474         transientized (better late than never)
9476         * dialogs/display-settings.cpp: Added simplify threshold
9478         * sp-use.cpp: Mega-kill use on unlink
9480         * preferences-skeleton.h dialogs/display-settings.cpp: Orphaned clones
9481 options
9483         * sp-item-group.cpp: Prevent jumps when ungrouping clone with its original
9485         * sp-object.cpp: Fix crash when deleting clone and its original
9487         * toolbox.cpp, tool contexts: Alt-x and top panel keyboard shortcuts now
9488 work
9489         for all tools
9491         * sp-use.cpp enums.h: Unlink option on self-delete
9493         * sp-use.cpp: Fix: disappeating clone on undoing ungrouping (_show finally
9494 works properly)
9496         * splivarot.cpp: Boolops: cleanup, preserve id, parent, position, fix to
9497 take
9498         style from the bottom object
9500         * interface.cpp verbs.cpp shortcuts.cpp: Mnemonics, tooltips, shortcuts,
9501         cleanup, autoraise removed from menu
9503 2004-05-07  Kees Cook <kees@outflux.net>
9505         * src/verbs.cpp: re-localizing tutorials.  My goof!
9506         * po/POTFILES.in: removed arikkei references
9508 2004-05-07  Carl Hetherington <inkscape@carlh.net>
9510         * src/desktop.cpp: make sure that a SPNamedView's modified signal
9511         is connected to the SPDesktop even when a file is loaded into an
9512         existing SPDesktop.  Fixes problems whereby grid snap does not
9513         work for the first file loaded in a session.  Fix a && -> & typo.
9515         * src/sp-object.cpp: declaration-to-first-use and coding style
9516         cleanups.
9518 2004-05-05 Spundun Bhatt <spundun@isi.edu>
9520         * configure.in: Stole Nathan's configure hack and used it to
9521         support gtkmm-2.4
9523 2004-05-06  Ted Gould  <ted@gould.cx>
9525         * src/file.cpp, src/extension/extension.cpp, src/extension/init.cpp,
9526         src/extension/internal/Makefile_insert,
9527         src/extension/internal/gdkpixbuf-input.cpp,
9528         src/extension/internal/gdkpixbuf-input.h:
9529           Changing the import functionality so that it works much more like open.
9530           You can use any format, and it will place that file directly in the
9531           document that you are working on.  Added input extensions that cover all
9532           of the bitmap formats that are covered with gdkpixbuf.  Also, more
9533           formats can be used using the scripting system.
9535 2004-05-06  Carl Hetherington <inkscape@carlh.net>
9537         * src/sp-line.cpp, src/sp-mask.cpp, src/sp-metrics.cpp:
9538         declaration-to-first-use and coding style cleanups
9540 2004-05-05  MenTaLguY  <mental@rydia.net>
9542         * src/libnrtype/nr-type-dictionary.cpp: removed 'private-fonts'
9543           feature (we should rely on fontconfig for "custom" font stuff)
9545         * configure.in, src/Makefile_include, src/Makefile.am,
9546           src/libarikkei/*: removed the now unused libarikkei
9548 2004-05-05 Nathan Hurst <njh@mail.csse.monash.edu.au>
9550         * src/dialogs/text-edit.cpp, configure.in: Added support for spell
9551         checking in text dialog.
9553 2004-05-04  MenTaLguY <mental@rydia.net>
9555         * src/display/nr-arena-glyphs.h: fixed cut-and-paste error in
9556           NRArenaGlyphsGroup::create()
9558         * src/selection.cpp, src/selection.h: fixed global "changed" propagation
9560 2004-05-02  MenTaLguY <mental@rydia.net>
9562         * src/file.cpp, src/print.cpp, src/sp-chars.cpp, src/sp-clippath.cpp,
9563           src/sp-image.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
9564           src/sp-pattern.cpp, src/sp-shape.cpp, src/sp-text.cpp,
9565           src/sp-use.cpp, src/dialogs/stroke-style.cpp,
9566           src/display/canvas-arena.cpp, src/display/nr-arena-glyphs.cpp,
9567           src/display/nr-arena-glyphs.h, src/display/nr-arena-group.h,
9568           src/display/nr-arena-image.h, src/display/nr-arena-item.cpp,
9569           src/display/nr-arena-item.h, src/display/nr-arena-shape.h,
9570           src/display/nr-arena.h, src/libnr/nr-object.h, src/widgets/icon.cpp:
9572           removed nr_arena_item_new in favor of static ::create() functions
9573           which call NRArenaItem::init() to perform setup (i.e. setting
9574           NRArenaItem::arena).  Eventually NRArenaItem::init() and
9575           nr_arena_item_init will merge and become NRArenaItem's constructor.
9577 2004-04-30  MenTaLguY <mental@rydia.net>
9579         * src/sp-use.cpp: call parent class' write methods rather than
9580           attempting to do everything (wrongly) ourselves; among other
9581           things, <use> transform attributes weren't getting written
9583         * src/sp-object.h, src/sp-object.cpp:
9585           designate a "successor" object so we still perform as
9586           expected if objects are replaced in the middle of e.g. a
9587           bulk delete operation
9589         * src/sp-use.cpp: cleanups and succession logic for <use>
9590           deletion
9592         * src/widgets/sp-hwrap-box.cpp, src/widgets/sp-hwrap-box.h,
9593           src/widgets/sp-vwrap-box.cpp, src/widgets/sp-vwrap-box.h,
9594           src/widgets/sp-wrap-box.cpp, src/widgets/sp-wrap-box.h,
9595           src/widgets/test-wrapbox.cpp, src/widgets/Makefile_insert:
9597           Removed unused (and imperfect) "wrapbox" widgets.
9599         * src/sp-object.h, src/sp-object.cpp, src/sp-item-group.cpp:
9601           Removed unused sp_object_invoke_forall and sp_object_sequence
9602           methods.  (forall might be nice to have, but we can do better
9603           implementation-wise now that we're in C++-land)
9605 2004-04-30 njh <njh@mail.csse.monash.edu.au>
9607         * main.cpp: replaced gtk_init with g_type_init for console mode.
9608         Closes 944969.
9610 2004-04-29  MenTaLguY <mental@rydia.net>
9612         * src/sp-image.cpp, src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
9613           src/sp-path.cpp, src/sp-rect.cpp, src/sp-text.cpp:
9615           write_transform becomes set_transform, which applies the given
9616           transform to the object without (!) invoking a repr write
9618         * src/sp-star.cpp, src/svg/svg-length.h, src/svg/svg-length.cpp,
9619           src/svg-types.h, src/svg/svg.h:
9621           replaced raw integers with real units enum
9623         * src/libnr/nr-matrix.h:
9625           removed dead assertion (it's always valid to retrieve the
9626           translation component of a matrix)
9628         * src/selection-chemistry.cpp:
9630           delete items via SPItem (SPObject), not repr
9632         * src/sp-object.h, src/sp-object.cpp:
9634           added SPObject::deleteObject() and a delete notification signal;
9635           SPObject now inherits from GObject in the C++ sense
9637         * src/sp-use.h:
9639           don't accept references to the use or its ancestors (preventing
9640           infinite loops)
9642         * src/sp-use.cpp, src/sp-use.h:
9644           added automatic deletion when referrent is deleted
9646         * src/uri-reference.h:
9648           added URIReference::getOwner()
9650 2004-04-29  Carl Hetherington <inkscape@carlh.net>
9652         * src/extension/internal/win32.cpp: add textToPath parameter to
9653         description in order to fix #944131.
9655 2004-04-28  Carl Hetherington <inkscape@carlh.net>
9657         * src/desktop.cpp, src/inkscape.cpp, src/sp-namedview.cpp
9658         Part of the fix for #942149.  Also fixed some compiler warnings.
9660         * src/display/nr-arena.cpp: Fixed an unused variable warning.
9662         * src/main.cpp: Fix a warning that is raised on Windows.
9664 2004-04-28  bulia byak <bulia@users.sourceforge.net>
9666         * inkscape.cpp: Fixed prev/next desktop; numbered from 0
9668         * Lots of files: Replaced all strtod() and atof() by g_ascii_strtod()
9670         * interface.cpp verbs.cpp: Tooltip edits
9672         * view.cpp view.h desktop.cpp: Signal and function to pop statusbar message
9674         * dialogs/dialog-events.cpp: Only set the UTILITY hint for non-modal
9675 windows,
9676         fixes "disappearing save as"
9678         * toolbox.cpp widgets/widget-sizes.h widgets/button.cpp: Got rid of button
9679         relief, top panel made less tall
9681         * desktop.cpp preferences-skeleton.h dialogs/display-settings.cpp: Done away
9682         with the sticky zoom button, now in prefs
9684         * path-chemistry.cpp: Preserve id= in combine/break, convert to paths;
9685 preserve
9686         z-order in combine/break; cleanups
9688         * splivarot.cpp: New selection API, Simplify preserves id=
9690         * select-context.cpp preferences-skeleton.h sp-item.cpp display-settings.cpp
9691         splivarot.cpp sp-item-group.cpp sp-item-transform.cpp
9692         sp-item-notify-moveto.cpp nodepath.cpp node-context.cpp seltrans.cpp
9693         seltrans.h: Switched to global preservetransform, transform writing
9694         unification (no more manual transform= setting all over the place), stamp
9695         preserves parent, mental's new SPSelection API, pruning dead code
9697         * verbs.cpp interface.cpp: Eliminated Dialogs menu, added ... to dialog
9698         commands, rearrangements, menu items display tooltips in statusbar when
9699         selected
9701         * sp-item-group.cpp sp-item-group.h: Made document_done optional in ungroup
9702 (not
9703         done when the function is called from another function)
9705         * dialogs/display-settings.cpp enums.h preferences-skeleton.h sp-use.cpp
9706         sp-use.h: Clone move compensation (3 modes), settable in prefs
9708         * seltrans.cpp selection-chemistry.cpp: Do not translate a clone if its
9709 original
9710         is in the selection
9712         * verbs.cpp verbs.h interface.cpp shortcuts.cpp sp-use.cpp sp-use.h
9713         selection-chemistry.cpp selection-chemistry.h: Unlink Clone verb and menu
9714         command (preserves id=)
9716         * selection-chemistry.cpp selection-chemistry.h verbs.h verbs.cpp
9717 shortcuts.cpp
9718         interface.cpp: Select Original verb and command, scrolls to the original
9720         * selection-chemistry.cpp selection-chemistry.h verbs.cpp verbs.h
9721 interface.cpp:
9722         Clone command
9724         * sp-use.h sp-use.cpp: Use URIReference; Propagate update to parent class
9725         (SPItem) (fixes redraw on dragging a clone)
9727         * dropper-context.cpp dropper-context.h dialogs/display-settings.cpp:
9728         Implemented pick modes (pick either actual color with transparency or
9729 visible
9730         color without transparency); added statusbar indication; color is only set
9731 on
9732         mouse release
9734         * seltrans.cpp display/sodipodi-ctrlrect.cpp: Finally the correct selection
9735 cue
9736         rect (fixed displacement)
9738 2004-04-27  Carl Hetherington <inkscape@carlh.net>
9740         * src/desktop.cpp: Check for there being no items when zooming to
9741         the drawing.  This fixes bug #942137.
9743 2004-04-26  Carl Hetherington <inkscape@carlh.net>
9745         * config.h.mingw, prefix.h:
9746         INKSCAPE_VERSION moved to inkscape_version.h.
9747         INKSCAPE_{PIXMAP,SCREENS,TUTORIALS,MARKERS}DIR moved to prefix.h
9749         * src/Makefile.mingw, src/inkscape_version.h.mingw
9750         Use CVS inkscape_version.h.mingw for inkscape_version.h on Win32.
9752         * src/sp-use.cpp: fix a warning.
9754 2004-04-26  Ted Gould  <ted@gould.cx>
9756         * share/extensions/ai_input.inkmod, share/extensions/dia.inkmod,
9757         share/extensions/txt2svg.inkmod, src/extension/extension.cpp,
9758         src/extension/internal/svg.cpp:
9760         Making the names of the input extensions look like the output ones.
9761         Also, threw in a slight memory savings in removing the implementation on
9762         deactivated extensions.
9764 2004-04-26  MenTaLguY  <mental@rydia.net>
9766         * src/selection.cpp: migrate to new glib idle API
9768         * src/extension/db.cpp: can't call ->deactivated() on a NULL pointer..
9770 2004-04-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9772         * configure.in: Replace use of old AM_PROG_LIBTOOL macro with
9773           AC_PROG_LIBTOOL.
9775 2004-04-26  Ted Gould  <ted@gould.cx>
9777         * share/extensions/epsi_output.inkmod:
9779         Added in a check for ps2epsi
9781         * src/dialogs/filedialog.cpp, src/extension/db.cpp, src/extension/db.h,
9782         src/extension/extension.cpp, src/extension/extension.h,
9783         src/extension/init.cpp, src/extension/system.cpp:
9785         Implementing a 'deactivated' extension.  This means that it should
9786         still exist, but show up as insensitive in any GUI element that could use
9787         it.  The idea here is that users should know what they don't have, but
9788         Inkscape supports.
9790 2004-04-26 Nathan Hurst <njh@mail.csse.monash.edu.au>
9792         * src/{libnr,libnrtype,widgets,display,helper,.}*.{h,cpp}: moved
9793         from typedef _name name; to C++ style struct name; forward
9794         references.
9796 2004-04-25  Ted Gould  <ted@gould.cx>
9798         * share/extensions/ai_output.inkmod, share/extensions/dia.inkmod,
9799         share/extensions/dropshadow.inkmod, share/extensions/epsi_output.inkmod,
9800         share/extensions/roundhole.inkmod, share/extensions/svgz_input.inkmod,
9801         share/extensions/svgz_output.inkmod, share/extensions/txt2svg.inkmod,
9802         src/extension/implementation/script.cpp,
9803         src/extension/implementation/script.h:
9805         Adding in support for superior checking of dependencies.  Now scripts
9806         can include a line, which will look for a binary in the path.  So
9807         something like dia input will no be loaded if there isn't dia available in
9808         the path.
9810 2004-04-25  Carl Hetherington <inkscape@carlh.net>
9812         * src/verbs.cpp, src/rect-context.cpp, src/spiral-context.cpp,
9813         src/event-context.cpp, src/text-context.cpp,
9814         src/dialogs/stroke-style.cpp, src/xml-tree.cpp, src/widgets/sp-widget.cpp:
9815         SPSelection OO-ification.
9817         * src/display/curve.cpp: Don't raise a critical error if a new
9818         curve cannot be created in sp_curve_new_from_bpath().  This can
9819         happen if a file contains a strange path, like one with only a
9820         move in it and nothing else.  This is part of the fix for bug
9821         934882.
9823         * src/sp-path.cpp: cope with sp_curve_new_from_bpath() returning
9824         NULL in sp_path_set().  This is the other part of the fix for 934882.
9826         * src/path-chemistry.cpp, src/sp-offset.cpp, src/sp-ellipse.cpp,
9827         src/display/nr-arena-glyhs.cpp:
9828         added asserts for calls to sp_curve_new_from_bpath() which look
9829         like they might not expect it to return NULL.
9831         * src/desktop.h: add a comment about how SPDesktop::selection
9832         should never generally be NULL.
9834         * src/desktop-handles.cpp: ensure that sp_desktop_selection never
9835         returns NULL, so that we don't have to check for this eventuality
9836         elsewhere.
9838         * src/arc-context.cpp, src/seltrans.cpp, src/desktop.cpp: be less defensive
9839 about
9840         SPDesktop::selection being NULL.
9842         * src/path-chemistry.cpp, src/select-context.cpp,
9843         src/selection-chemistry.cpp, src/star-context.cpp,
9844         src/dialogs/align.cpp, src/dialogs/item-properties.cpp,
9845 src/dialogs/text-edit.cpp:
9846         SPSelection OO-ification.  Also some coding style and
9847         declaration-to-first-use cleanups.
9849         * src/toolbox.cpp: SPSelection OO-ification.  Various cleanups.
9851         * src/selection.h: remove deprecated access functions.
9853         * src/dialogs/fill-style.cpp: declaration-to-first-use cleanups.
9855         * src/selection.cpp: add vim and Emacs mode blocks.
9857         * src/object-ui.cpp: very minor coding style fix.
9859 2004-04-24  MenTaLguY <mental@rydia.net>
9861         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/object-ui.cpp,
9862           src/path-chemistry.cpp, src/rect-context.cpp, src/select-context.cpp,
9863           src/select-toolbar.cpp, src/selection-chemistry.cpp, src/selection.h,
9864           src/spiral-context.cpp, src/star-context.cpp, src/text-context.cpp,
9865           src/verbs.cpp, src/dialogs/export.cpp, src/dialogs/fill-style.cpp,
9866           src/dialogs/in-dt-coordsys.cpp, src/dialogs/stroke-style.cpp,
9867           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp:
9869           removed sp_selection_set_item(), sp_selection_set_repr(),
9870           sp_selection_is_empty(), sp_selection_item_selected(),
9871           and sp_selection_repr_selected()
9873 2004-04-24  Ted Gould  <ted@gould.cx>
9875         * share/extensions/ill2svg.pl:
9877         Applying a patch made to the Sodipodi list by Tuukka Pasanen which adds in
9878         support for text in Illustrator files.  Also, I backed out the changes
9879         which removed being able to specify the line endings.  This will, by
9880         default, force them back to mac compatible.  Mac files didn't work with
9881         those changes.
9883 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9885         * configure.in: Tentatively remove config.h definitions of
9886           INKSCAPE_MARKERSDIR, INKSCAPE_PIXMAPDIR, INKSCAPE_SCREENSDIR,
9887           INKSCAPE_TUTORIALSDIR, with the understanding that these are to be
9888           provided by prefix.h.
9889         * src/prefix.h: Define INKSCAPE_MARKERSDIR.
9891         * src/extension/extension.cpp (Extension):
9892         * src/extension/init.cpp (check_extensions):
9893           Address warning.
9895         * src/dialogs/stroke-style.cpp: #include prefix.h.
9897         * src/Makefile.am (EXTRA_DIST): Add */makefile.in.
9899         * src/libnr/Makefile_insert (libnr_libnr_a_SOURCES):
9900           Add libnr/nr-convex-hull.h, needed by sp-canvas.cpp.
9902 2004-04-24  Ted Gould  <ted@gould.cx>
9904         * src/Makefile_include, src/prefix.cpp:
9906         Removing the redefition of NULL and adding to the make system.
9908 2004-04-24  Ted Gould  <ted@gould.cx>
9910         * src/extension/db.cpp, src/extension/db.h, src/extension/extension.cpp,
9911         src/extension/extension.h, src/extension/init.cpp,
9912         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
9913         src/extension/internal/ps-out.cpp, src/extension/internal/ps-out.h:
9915         Adding in more checks for individual extensions.  All of them
9916         should still pass though.  Also, moved the extension database from
9917         glib to STL.  This allows extensions to be deleted while using the
9918         foreach functions (which causes instability with the glib hash
9919         table).
9921 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9923         * src/dialogs/Makefile_insert:
9924         * src/display/Makefile_insert:
9925         * src/xml/Makefile_insert:
9926           Get rid of unneeded CPPFLAGS specification.
9928         * src/Makefile.am:
9929         * src/Makefile_insert:
9930           New generated file inkscape_version.h, to replace
9931           -DINKSCAPE_VERSION=\"$(VERSION)\".
9932         * src/help.cpp: #include it.
9934 2004-04-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9936         * src/sp-polygon.cpp:
9937         * src/splivarot.cpp:
9938         * src/style.cpp:
9939         Change include stringstream.h to include svg/stringstream.h.
9941         * src/Makefile.am, src/Makefile_insert: Change libinkscape.a use
9942           to eliminate triple compilation of these object files.
9944         * src/Makefile.am: Use `subdir-objects' option.
9946         * src/Makefile.am: Add global INCLUDES setting.
9947         * src/*/Makefile_insert: Get rid of now-redundant $(INKSCAPE_CFLAGS)
9948           from *_CPPFLAGS.
9950         * src/*/makefile.in: `%' as a target doesn't behave as intended,
9951         so replace with less general `clean %.a %.o' and add .SUFFIXES.
9953 2004-04-22  Ted Gould  <ted@gould.cx>
9955         * src/draw-context.cpp, src/dropper-context.cpp,
9956         src/dyna-draw-context.cpp, src/node-context.cpp, src/nodepath.cpp,
9957         src/sp-ellipse.cpp, src/sp-offset.cpp, src/sp-path.cpp,
9958         src/sp-polygon.cpp, src/sp-shape.cpp, src/splivarot.cpp, src/toolbox.cpp,
9959         src/display/curve.cpp, src/display/nr-arena-shape.cpp,
9960         src/extension/internal/gnome.cpp, src/extension/internal/ps.cpp,
9961         src/libnr/nr-path.cpp, src/libnr/nr-path.h,
9962         src/libnrtype/nr-rasterfont.cpp, src/libnrtype/nr-type-ft2.cpp,
9963         src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
9964         src/libnrtype/nr-typeface.cpp, src/livarot/PathCutting.cpp,
9965         src/svg/gnome-canvas-bpath-util.cpp, src/svg/svg-path.cpp:
9967         Changing the ART_ enums to NR_ so that if libart is include (like if
9968         you are building gnome-print) it doesn't conflict with the internal
9969         definitions.
9971         * share/extensions/svgz_output.inkmod, src/extension/extension.cpp,
9972         src/extension/init.cpp, src/extension/implementation/script.cpp:
9974         Adding in a little more checking code.  Now extensions can start
9975         deleting themseleves if they fail certain tests.  More tests are
9976         needed, along with more testing of this feature.  Consider this
9977         an 'early release' of the feature. ;)
9979 2004-04-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9981         * src/Makefile.am: Make non-recursive.  Now sources */Makefile_insert.
9982           See HACKING or discussion on mailing list.
9983         * autogen.sh: Bump requirement from automake-1.6 to automake-1.7.
9984         * configure.in: Don't generate src/blah/Makefile, but do generate
9985           src/blah/makefile.
9986         * src/*/Makefile.am: Remove.
9987         * src/*/makefile.in: New wrapper makefiles to allow typing `make' from
9988           subdirectories of src.  (Not used by compiles started from top-level
9989           or from src/.)
9991 2004-04-21  MenTaLguY <mental@rydia.net>
9993         * src/libnrtype/nr-type-w32.h: fixed unremoved underscores
9995         * src/select-context.cpp, src/selection.cpp, src/selection.h,
9996           src/seltrans.cpp, src/tools-switch.cpp, src/dialogs/align.cpp:
9997           remove improper twiddling of desktop message line from SPSelection;
9998           some additional work is now required in SPSelectContext to update
9999           the message properly in all cases.
10001         * src/selection.h, src/selection.cpp: touched up and documented
10002           SPSelection
10004         * src/uri-references.h: documentation touch-ups
10006 2004-04-20  Kees Cook <kees@outflux.net>
10008         * src/file.cpp, src/desktop.cpp: moved sp_file_open unselection code into
10009           sp_desktop_change_document.  Generalized Carl's fix for unref counting
10010           since it applies in both cases.  (My bad!)
10012 2004-04-20  MenTaLguY <mental@rydia.net>
10014         * src/text-context.cpp: merged Carl's fix for signal cleanup
10016         * src/selection.h: marked wrappers for old API as deprecated
10018 2004-04-20  Carl Hetherington <inkscape@carlh.net>
10020         * src/extension/internal/ps.cpp, src/extension/internal/ps.h:
10021         Fixed some bugs in exporting images that seem to have been
10022         introduced when the code was copied from the gimp.  They caused
10023         problems when exporting bitmap images to PS.
10025         * src/file.cpp: fix bug whereby the first file loaded in a session
10026         would not have its modified status checked when closed.  Hence if
10027         you modified the first file you loaded and then closed it, you
10028         would not be asked to confirm the close.
10030         * src/preferences-skeleton.h: add \n to the end of each line to
10031         fix bug 938368.
10033 2004-04-19  MenTaLguY <mental@rydia.net>
10035         * src/arc-context.cpp, src/desktop-handles.h, src/desktop.h,
10036           src/draw-context.cpp, src/draw-context.h, src/forward.h,
10037           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
10038           src/node-context.h, src/rect-context.cpp, src/selection-chemistry.cpp,
10039           src/selection-chemistry.h, src/selection.cpp, src/selection.h,
10040           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
10041           src/star-context.h, src/text-context.cpp, src/dialogs/xml-tree.cpp,
10042           src/widgets/sp-widget.h:
10044           finished GObject removal from SPSelection
10046         * src/arc-context.h, src/arc-context.cpp, src/desktop.cpp, src/desktop.h,
10047           src/draw-context.cpp, src/draw-context.h, src/node-context.cpp,
10048           src/node-context.h, src/rect-context.cpp, src/rect-context.h,
10049           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/seltrans.h,
10050           src/spiral-context.cpp, src/spiral-context.h, src/text-context.cpp,
10051           src/text-context.h, src/toolbox.cpp:
10053           migrated SPSelection to SigC++ signals (though it's a bit messy
10054           right now)
10056 2004-04-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
10058         * src/dialogs/stroke-style.cpp: Cleanups: greater conformance to
10059         CodingStyle.  Moved some declarations to their first use.
10061 2004-04-19  Carl Hetherington <inkscape@carlh.net>
10063         * src/dialogs/stroke-style.cpp, libnr/nr-rect-l.cpp:
10064         Fix a couple of compiler warnings.
10066         * src/dialogs/filedialog-win32.cpp: add OFN_NOCHANGEDIR to Win32
10067         flags in OPENFILENAME structs.  This prevents the open / save
10068         boxes from changing the current directory.  Any change to the
10069         current directory causes problems for subsequent attempts to
10070         load icons from pixmaps.  Also, fix a bug whereby the save
10071         dialogue would sometimes not open due to being passed a filename
10072         it didn't like.
10074 2004-04-19  bulia byak <bulia@users.sourceforge.net>
10076         * shortcuts.cpp selection-chemistry.cpp selection-chemistry.h verbs.cpp
10077 verbs.h
10078         interface.cpp: Clone command (Edit menu, Shift+Ctrl+N)
10080         * sp-use.cpp: Update propagated to parent class (SPItem), misc fixes
10082         * sp-polygon.cpp: Fix for points= updating by adding set_shape call into
10083 _write
10084         (bug 910142)
10086         * text-context.cpp: Do not create text object unless a printable key was
10087         pressed; fixes 934280
10089         * widgets/dash-selector.cpp dialogs/stroke-style.cpp: Removed marker
10090 buttons,
10091         fixed g_free crash in marker menus, added tooltips, added stroke-miterlimit
10092         spinbutton
10094         * splivarot.cpp: Outline handles multiple objects; All commands use correct
10095         stroke_miterlimit
10097         * splivarot.cpp sp-offset.cpp: Fix for 932642
10099         * helper/sodipodi-ctrlrect.cpp: Simplify and fix dashes and offsets
10101         * widgets/gradient-selector.cpp: Tooltip edits
10103         * verbs.cpp verbs.h interface.cpp...: Remove tool options
10105         * seltrans.cpp: Pivot marker made inverse
10107         * toolbox.cpp: More defocusing
10109         * *-context.cpp: Eliminated config widgets from all tools
10111         * toolbox.cpp sp-ellipse.cpp: Ellipse fixes, tooltips
10113         * verbs.cpp: Options -> Preferences
10115         * dialogs/display-settings.cpp: An options dialog, completely new; selector
10116         widget grafted here
10118         * preferences-skeleton.h node-context.cpp select-context.cpp: scaling uses
10119         defaultscale
10121         * dialogs/display-settings.cpp display/nr-arena-image.cpp: Make oversample
10122         saveable
10124         * toolbox.cpp: Aux toolbar for calligraphic
10126         * preferences-skeleton.h: fill-opacity:1 for calligraphic
10128         * select-context.cpp seltrans.cpp seltrans.cpp: Patch to enable box and none
10129         options for per-object selection cue
10131         * main.cpp: Removed C-locale setting, not needed anymore; temporary switch
10133         gettext encoding for console output
10135         * inkscape.cpp: Memory fix from sodi
10137         * right-click finishes pen (patch by Carl)  draw-context.cpp
10139 2004-04-19  Carl Hetherington <inkscape@carlh.net>
10141         * src/livarot/ShapeRaster.cpp
10142         Fix an unitialised value error that was spotted by valgrind.
10144 2004-04-18  MenTaLguY <mental@rydia.net>
10146         * src/selection.cpp, src/selection.h, src/selection-chemistry.cpp,
10147           src/seltrans.cpp, src/nodepath.cpp:
10148           made all SPSelection members private, and changed all methods into
10149           real C++ methods (with temporary inline wrappers for the old C
10150           pseudo-methods)
10152 2004-04-18  Carl Hetherington <inkscape@carlh.net>
10154         * src/print.cpp, src/print.h, src/sp-text.cpp
10155         src/extension/extension.cpp src/extension/extension.h,
10156         src/extension/implementation/implementation.cpp,
10157         src/extension/implementation/implementation.h,
10158         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
10159         src/extension/internal/ps.cpp, src/extension/internal/ps.h,
10160         Add very basic feature to allow PS text to be exported as real
10161         text, rather than being converted to paths first.  Needs some
10162         work, mostly on font handling.
10164         * src/seltrans.cpp: Slightly improve placement of the bounding
10165         box selection cue.
10167         * src/sp-shape.cpp: various marker-related cleanups, mostly factoring out
10168         common code into functions.
10170 2004-04-17  MenTaLguY <mental@rydia.net>
10171         * src/inkscape.cpp, src/node-context.cpp, src/selection-chemistry.cpp,
10172           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
10173           src/sp-item.cpp, src/sp-offset.cpp, src/dialogs/transformation.cpp,
10174           src/libnr/nr-rect.cpp, src/libnr/nr-rect.h:
10175           Cleaned up NR::Rect API and made SPSelection's desktop pointer private.
10177         * src/display/sp-canvas.cpp, src/libnr/nr-convex-hull.h,
10178           src/libnr/nr-rect.h:
10180           First use of NR::ConvexHull (for propagating canvas bounding boxes)
10182 2004-04-17  Kees Cook <kees@outflux.net>
10184         * share/icons/icons.svg, src/verbs.cpp: made last three ugly menu icons.
10186 2004-04-17  Nathan Hurst <njh@mail.csse.monash.edu.au>
10188         * configure.in src/draw-context.cpp src/dropper-context.cpp
10189         src/dyna-draw-context.cpp src/nodepath.cpp src/nodepath.h
10190         src/path-chemistry.cpp src/sp-chars.cpp src/sp-ellipse.cpp
10191         src/sp-offset.cpp src/sp-path.cpp src/sp-polygon.cpp
10192         src/sp-shape.cpp src/sp-text.cpp src/splivarot.cpp src/style.cpp
10193         src/style.h src/dialogs/fill-style.cpp
10194         src/dialogs/object-properties.cpp src/dialogs/stroke-style.cpp
10195         src/display/canvas-bpath.cpp src/display/canvas-bpath.h
10196         src/display/canvas-grid.h src/display/curve.cpp
10197         src/display/curve.h src/display/nr-arena-glyphs.cpp
10198         src/display/nr-arena-glyphs.h src/display/nr-arena-shape.cpp
10199         src/display/sodipodi-ctrl.cpp src/display/sodipodi-ctrl.h
10200         src/display/sodipodi-ctrlrect.h src/display/sp-canvas-util.cpp
10201         src/display/sp-canvas-util.h src/display/sp-canvas.cpp
10202         src/display/sp-canvas.h src/display/sp-ctrlline.cpp
10203         src/extension/internal/ps.cpp src/extension/internal/ps.h
10204         src/libnr/Makefile.am src/libnr/libnr.def src/libnr/nr-path.cpp
10205         src/libnr/nr-path.h src/libnr/nr-svp-private.h
10206         src/libnr/nr-svp-render.cpp src/libnr/nr-svp-render.h
10207         src/libnr/nr-svp.cpp src/libnr/nr-svp.h
10208         src/libnrtype/nr-rasterfont.cpp src/libnrtype/nr-type-ft2.cpp
10209         src/libnrtype/nr-type-gnome.cpp src/libnrtype/nr-type-w32.cpp
10210         src/libnrtype/nr-typeface.cpp src/livarot/PathCutting.cpp
10211         src/svg/gnome-canvas-bpath-util.cpp
10212         src/svg/gnome-canvas-bpath-util.h src/svg/svg-path.cpp
10213         src/svg/svg.h: removed libart.
10215         * src/libnr/nr-svp-uncross.cpp src/libnr/nr-svp-uncross.h: deleted
10216         uncross and SVL routines.
10219 2004-04-15  Carl Hetherington <inkscape@carlh.net>
10221         * src/make.exclude, src/make.dep, src/make.files, src/make.ofiles:
10222         Various fixes to the Win32 build following rearrangement of some
10223         source files and cleanups to libnr.
10225         * src/sp-text.cpp: remove an unused variable.
10227         * src/display/sodipodi-ctrlrect.cpp: removed two unused variables.
10229 2004-04-16  MenTaLguY <mental@rydia.net>
10231         * src/selection.cpp, src/selection.h, src/forward.h: initial
10232           C++ification of SPSelection class
10234 2004-04-15  Kees Cook <kees@outflux.net>
10236         * debian/control, debian/changes: dropping (currently) unused
10237           dependancies.  Added "0.39cvs" tag.
10239 2004-04-15  Carl Hetherington <inkscape@carlh.net>
10241         * src/seltrans.cpp, src/helper/sodipodi-ctrlrect.cpp,
10242         src/helper/sodipodi-ctrlrect.h:
10243           Use black, dashed bounding boxes for indicating itemselection,
10244           rather than red, solid boxes (as suggested by Bulia).
10246         * src/desktop.cpp:
10247         Small fix for the problem whereby the first file loaded in an
10248         Inkscape session will not have its grid set up properly.  This was
10249         my patch #935013.
10251         * src/dialogs/filedialog-win32.cpp:
10252         Use the extension system to build the list of allowable file types
10253         for save.  This means that save as PS and EPS work properly.
10255         * src/streams-zlib.cpp, src/livarot/PathConversion.cpp,
10256         src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
10257         src/livarot/PathStroke.cpp, src/livarot/Shape.cpp,
10258         src/livarot/ShapeMisc.cpp, src/display/nr-arena-glyphs.cpp,
10259         src/helper/sodipodi-ctrlrect.cpp, src/helper/sp-canvas.cpp,
10260         src/extension/internal/win32.cpp:
10261         Fix compiler warnings, mostly about unused variables.
10263         * src/helper/sp-canvas-util.cpp:
10264         Fix what I and someone else considered to be an obvious typo.  The
10265         function in question isn't used, however, so it's a bit difficult
10266         to test.
10268         * src/libnrtype/nr-rasterfont.cpp:
10269         Fix a warning wrt a cast from NR::Matrix to NRMatrix.
10271         * src/sp-shape.cpp:
10272         Fix bug #935758.
10275 2004-04-14  Ted Gould <ted@gould.cx>
10277         * src/file.cpp, dialogs/filedialog.cpp:
10278         Making it so that the filename will get placed in the save as dialog
10279         if there is a name for the file.  Otherwise the last save directory
10280         is used (properly now)
10282 2004-04-15  MenTaLguY <mental@rydia.net>
10284         * most files in src/: removed many old "compatable" struct typedefs
10286         * src/libarikkei/arikkei-dict.cpp, src/libarikkei/arikkei-dict.h:
10287           removed unused arikkei files
10289         * configure.in: added gtkmm dependency
10291 2004-04-14  Kees Cook <kees@outflux.net>
10293         * src/helper/unit-menu.cpp: Turns out I found a 2nd bug while
10294           investigating patch 934358.  I've applied this patch again, which gives
10295           us the entire fix.
10296         * src/draw-context.cpp: Investigated patch 934351 from cth103.  Applied a
10297           slight variation to conform to the function calling styles of that code.
10298         * configure.in: Implemented gcc version test for >= 3.0.0
10299         * src/file.cpp, src/interface.cpp, share/icons/icons.svg, src/verbs.cbb:
10300           finished "File / Revert" implementation.  Found a memory leak in
10301           "file_save".  Added more sanity checking to "sp_file_revert" and more
10302           status messages.
10303         * src/main.cpp, src/file.h, src/file.cpp: removed redundant code,
10304 implemented
10305           in "sp_file_open".
10307 2004-04-13  Kees Cook <kees@outflux.net>
10309         * tools-version.sh: added a possible fix for BSDish tools.
10310         * configure.in, share/patterns/Makefile.am: inkscape janitor strikes
10311           again!  This is a quick cleanup to Ted's new directories.  Looks
10312           like "patterns" got left out.
10313         * share/clipart/.cvsignore, share/templates/.cvsignore,
10314           share/examples/.cvsignore, share/fonts/.cvsignore,
10315           share/gradients/.cvsignore, share/keyboards/.cvsignore,
10316           share/palettes/.cvsignore, share/patterns/.cvsignore:
10317           Added Makefile build-cruft to .cvsignores.
10318         * src/helper/unit-menu.cpp: applied a variation to patch 934358 from cth103
10319           to fix grid unit changing bug.
10320         * configure.in: fixed capitalization of "libpng" to avoid confusion.
10321         * src/sp-namedview.cpp, src/document.cpp, src/document.h, src/file.cpp,
10322           src/file.h, src/document-undo.cpp, src/interface.cpp, src/verbs.cpp,
10323           src/verbs.h:
10324           Newly opened files will only create new windows if the current document
10325           is untouched.  (RFE#928517)
10326           Added support for future "File/Revert" handling.  Needs
10327           a little more support in the SPDocument structure.  See notes in
10328           "src/file.cpp", function "sp_file_revert_dialog".
10330 2004-04-13  Ted Gould <ted@gould.cx>
10332         * configure.in, share/Makefile.am, share/clipart/Makefile.am,
10333           share/examples/Makefile.am, share/fonts/Makefile.am
10334           share/gradients/Makefile.am, share/keyboards/Makefile.am
10335           share/markers/Makefile.am, share/palettes/Makefile.am
10336           share/screens/Makefile.am, share/templates/Makefile.am:
10337         Making it so that the clipart and everything else gets put in
10338         the tarball, and also get installed in the share directory.  Many
10339         of these have just 'README' files, but they now have good place-
10340         holders for further development.
10342 2004-04-12  Kees Cook <kees@outflux.net>
10344         * src/dialogs/stroke-style.cpp, src/Makefile.am, src/dialogs/Makefile.am,
10345           src/widgets/Makefile.am, configure.in: fixed up INKSCAPE_*DIR paths so CVS
10346           will compile happily for me.  This way if paths change, files will be
10347           recompiled.  The old way would let configure run again (changing the
10348           datadir path) without forcing a recompile, which could break the
10349           compiled paths.
10351 2004-04-13  John Cliff <simarilius@yahoo.com>
10352         * src/sp-shape.cpp, src/dialogs/stroke-style.cpp:
10353         Couple of changes to marker related code, mid and end markers now point in
10354 correct
10355         direction, turning off start markers behaves correctly.
10356         This follows on from changes made by me and Carl Hetherington that were
10357 commited
10358         yesterday to
10359         src/inkscape-stock.cpp, src/sp-item.cpp, src/sp-marker.cpp,
10360 src/sp-shape.cpp,
10361         src/style.cpp, src/style.h, src/dialogs/stroke-style.cpp
10362         to implement marker UI and fixes to the marker rendering code.
10364 2004-04-11  Ted Gould <ted@gould.cx>
10366         * src/extension/system.cpp, src/extension/internal/eps-out.cpp
10367           src/extension/internal/eps-out.h:
10368         First pass at a file save dialog with EPS output.  The dialog
10369         sets the bounding box in the file.  Comments encouraged.
10371 2004-04-11  Ted Gould <ted@gould.cx>
10373         * src/file.cpp, src/main.cpp, src/print.cpp, src/extension/init.cpp,
10374           src/extension/init.h, src/extension/system.cpp, src/extension/system.h,
10375           src/extension/implementation/script.cpp,
10376 src/extension/internal/eps-out.cpp,
10377           src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
10378           src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
10379           src/extension/internal/win32.cpp:
10380         Change alot of files, but small changes.  Basically just took
10381         system.cpp and init.cpp and finally ported them to the Inkscape::
10382         Extension namespace.  Cleaned up the code in them a bunch, it is
10383         much easier to read now!  All the other files are just referencing
10384         these changes.
10386 2004-04-11  Kees Cook <kees@outflux.net>
10388         * src/verbs.h, src/verbs.cpp, src/interface.cpp, src/interface.h: replaced
10389           the rest of the missing menu verbs: "View New", "Cleanup".  Created
10390           generic function to add icons to a given menu item (for submenu icons
10391           mostly).
10392         * share/icons/icons.svg: added "selection_cleanup", "selection_deselect",
10393           "selection_select_all".  Corrected "view_new" and "selection_smooth",
10394           "dialog_toggle", "dialog_tool_options", "file_open_recent".
10395         * src/selection-chemistry.cpp, src/selection-chemistry.h: renamed
10396           "selection_cleanup" function.
10398 2004-04-11  Jon Phillip <jon@rejon.org>
10400         * Makefile.mingw share/Makefile.am src/Makefile.am
10401           share/markers/Makefile.am share/markers/.cvsignore config.h.mingw
10402           configure.in:
10403           Added the proper infrastructure to get files to the right location for
10404           markers.
10406         * share/tutorials/tipsandtricks.svg: Deleted the URL trick because it no
10407           longer works or something.
10409 2004-04-11  Kees Cook <kees@outflux.net>
10411         * src/verbs.h, src/verbs.cpp: added verbs for the Help and Tutorials menus.
10412         * src/interface.cpp: replaced contents of sp_ui_menu_help to use new verbs.
10413         * src/help.h, src/help.cpp: replaced sp_help_keys with more generic
10414           sp_help_open_screen, similar to sp_help_open_tutorial.
10415         * share/icons/icons.svg: created really ugly "help_tutorials" and
10416           "help_keys" icons.  The "help_keys" one needs the most help.  :)
10418 2004-04-09  Ted Gould <ted@gould.cx>
10420         * share/extensions/Makefile.am, share/extensions/epsi_output.inkmod,
10421           share/extensions/ps2epsi.sh, src/extension/extension.cpp,
10422           src/extension/extension.h, src/extension/init.cpp,
10423           src/extension/implementation/implementation.cpp,
10424           src/extension/implementation/implementation.h,
10425           src/extension/implementation/script.cpp,
10426           src/extension/implementation/script.h,
10427           src/extension/internal/Makefile.am, src/extension/internal/eps-out.cpp,
10428           src/extension/internal/eps-out.h, src/extension/internal/ps.cpp:
10430           Okay, these are some changes that I've had in my directory for
10431           a little while.
10433           1) adding the basics of checking extensions.  This will allow
10434              them to remove themselves based on their dependencies failing.
10436           2) Adding the concepts of a 'helper extension' to scripts.  This
10437              allows them to use other extensions for handling the data, so
10438              they don't have to deal with SVG directly - Inkscape will
10439              build the pipeline.  An example of this is the epsi output.
10441           3) Adding the bounding box change provided by Carl Hetherington
10442              to the Postscript output.  The EPS output plugin sets this, so
10443              now EPSes have smaller bounding boxes.  A GUI needs to be
10444              written for this setting.
10446 2004-04-08  MenTaLguY <mental@rydia.net>
10448         * configure.in, src/svg/ftos.cpp: fix for OS X build
10450         * src/extensions/internal.ps.cpp: crash fix
10452 2004-04-07  MenTaLguY <mental@rydia.net>
10454         * src/xml/repr.cpp: adjusted the advertising comment in the default
10455           document template (we need a real default document template, btw)
10457         * src/svg/ftos.cpp, src/svg/itos.cpp, src/svg/round.cpp,
10458           src/svg/ftos.h, src/svg/stringstream.h: incorporated Bryce's number
10459           serializing code (disabled for now, due to the impending release)
10461         * src/dialogs/stroke-style.cpp, src/dialogs/sp-shape.cpp:
10462           nuked unused variables
10464 2004-04-07  bulia byak <bulia@users.sourceforge.net>
10466         * icons.svg: Alignment fix
10468         * src/select-toolbar.cpp: Swapped rotate buttons
10470         * share/tutorials/: Cleanup, added Russian translation of basic
10472         * extension/extension.cpp extension/system.cpp extension/internal/ps.cpp
10473         extension/implementation/script/cpp: Fixes to make non-ascii filenames work
10474 again
10476         * src/verbs.cpp: Remove xpm icon that causes trouble on win32
10478         * share/examples/: new gradient.svg, tiger.svgz, cleanup
10480         * src/widgets/gradient-vector.cpp: Crash fix: loading new gradient into the
10481         editor does not completely reset it
10483         * share/icons/icons.svg: New dialog icons, draw tool icons, changed colors
10485         * src/dialogs/align.cpp src/helper/bezier-utils.cpp: remove pjrm's debug
10486 output
10488         * share/tutorials/: SVG cleanup: remove unused font properties, wrong radius
10489         paths in ellipses (leftovers from old versions). Expanded & updated tips &
10490 tricks.
10492         * file.cpp: Set uri on save in one place; save 'offcially' from here only
10494         * system.cpp system.h: Remove redundant uri-setting on open and save, add
10495         official arg to sp_module_system_save to prevent docname/docbase changing on
10496         temporary saves
10498         * many files: _() fixes, edits in labels, messages, tooltips, mnemonics
10500         * src/inkscape.cpp: remove redundancy in error messages for failing to load
10501 prefs
10503         * share/extensions src/extension/internal: Renaming file formats to include
10504 (*.ext)
10506         * src/interface.cpp src/dialogs/filedialog.cpp: Transientize, make modal
10507         open/save dialogs, ditto for warning overwrite and make it unresizeable
10509         * src/dialogs/xml-tree.cpp: Do not deselect item on canvas when a
10510 non-selectable
10511         thing is highlighted in xml editor
10513         * src/sp-guide.cpp: Guide position updated after undo
10515         * src/widgets/sp-xmlview-attr-list.cpp: Max length of viewable attributes
10516         increased
10518         * many files: Adib's svgostringstream patches to remove printfs
10520         * src/selection-chemistry.cpp: Crash fix when pasting style to an object
10521 that
10522         has none (e.g. group)
10524         * src/knot.cpp: Knot dragging autoscrolls
10526         * src/sp-text.cpp src/text-context.cpp: Cursor movements autoscroll
10528         * src/desktop.h src/desktop.cpp: autoscrollspeed can be overridden in call
10530         sp_desktop_scroll_to_point
10532         * src/text-context.cpp src/sp-text.cpp: Text cursor made inverse. Initial
10533 cursor
10534         after click is no longer horizontal.
10536         * src/helper/sp-ctrlline.cpp: Always-visible inversion for ctrlline
10538         * src/libnrtype/nr-type-w32.cpp: Fix stretch and variant on win32
10540         * src/widgets/gradient-vector.cpp: Undo fix; new stop takes average of its
10541         neighbors' colors; is between stops even when the last stop is selected
10543 2004-04-06  Ted Gould <ted@gould.cx>
10545         * src/file.cpp, src/dialogs/filedialog.cpp, src/extension/extension.cpp,
10546         src/extension/system.cpp:
10547         Moving code around so that the filename extension gets put on by
10548         the extension that is saving the file.  This adds a couple complications
10549         in that the extension now needs to check for overwriting the file
10550         and also set the document URI.  Better overall, but a PITA.
10552 2004-04-05  njh <njh@mail.csse.monash.edu.au>
10554         * debian/rules,debian/control: applied patch from Kees Cook to remove
10555         obsolete libraries, and to tidy things up a tad.
10557 2004-04-04  Ted Gould <ted@gould.cx>
10559         * src/main.cpp, src/extension/extension.cpp, src/extension/system.cpp:
10560         Now the input autodetect will try the SVG filter if the autodetect
10561         fails.  This was done by the command line, but now it is done
10562         everywhere.
10564 2004-04-04  MenTaLguY <mental@rydia.net>
10566         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr.h:
10567         Take the full list of document node children from libxml, and
10568         append them in the correct order.  This fixes bug #929348.
10570         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr-private.h:
10571         Added API for coping with comments at the root level (i.e. siblings
10572         of the root XML node), and made corresponding changes to the repr-io
10573         code.  In theory this should be enough to preserve them upon loading,
10574         though in practice it still doesn't appear to be working (bug #929348).
10575         Is there some libxml thing we need to do?
10577 2004-04-04  Ted Gould <ted@gould.cx>
10579         * a bunch of files
10580         Sorry, I seem to be in some delay getting e-mail.  Anyway, a few
10581         files were changed to add in a new parameter 'dataloss'  Basically
10582         this signifies that a format was used to save that may not save
10583         the whole document and thus, a pop-up is elevated on close to signal
10584         that you might want to 'really save' this document.
10586 2004-04-03  Ted Gould <ted@gould.cx>
10588         * share/extensions/svgz_input.inkmod, src/file.cpp,
10589           src/extension/extension.cpp, src/extension/internal/svg.cpp:
10590         Making it so that input extensions can specify the output extension
10591         that gets used to save them.  If this field isn't filled in, the value
10592         gets set to NULL, and then the Save As dialog is used instead of
10593         just trying to save.
10595 2004-04-03  Ted Gould <ted@gould.cx>
10597         * src/file.cpp, src/main.cpp, src/extension/extension.cpp,
10598           src/extension/extension.h, src/extension/system.cpp,
10599           src/extension/internal/svg.cpp:
10600         Fixing the output_extension flag to not be saved in a file, but also
10601         to be able to be specified by the input module.  Also, this fixes
10602         the commandline processing of files to make them use the extension
10603         system.
10605 2004-04-02  Ted Gould <ted@gould.cx>
10607         * src/file.cpp, src/extension/db.cpp, src/extension/internal/svg.cpp:
10608         Changing it so that SVG documents open and default to with
10609         extension namespace.  Also, autodetect is reenabled.
10611 2004-04-03  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
10613         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Fix my
10614         previous commit.
10616 2004-04-02  Ted Gould <ted@gould.cx>
10618         * share/extensions/svgz_output.inkmod, src/main.cpp, src/print.cpp,
10619           src/extension/init.cpp, src/extension/implementation/script.cpp,
10620           src/extension/implementation/script.h,
10621           src/extension/internal/Makefile.am, src/extension/internal/ps-out.cpp,
10622           src/extension/internal/ps-out.h, src/extension/internal/ps.cpp:
10623         Fixing the commandline printing.  This required fixing both the
10624         print driver to handle the newer extensions stuff.  It seems
10625         happy now.  I went ahead and implemented save as postscript
10626         while I was at it.
10628 2004-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
10630         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Ensure that the
10631         "improved" value is never worse than the previous guess.
10633         * src/helper/bezier-utils.cpp:
10634         Greater CodingStyle conformance, mainly whitespace changes.
10636         * src/helper/bezier-utils.cpp (sp_bezier_fit_cubic_full):
10637         Always reparameterize between generate_bezier and calc_max_error.
10638         Switch from discouraged alloca (see man page) to g_new, at cost of
10639         some extra g_free calls in the code.
10640         (reparameterize): Do in-place modification.
10642         * src/helper/bezier-utils-test.cpp:
10643         Add tests for generate_bezier, sp_bezier_fit_cubic_full.
10644         Change to a simpler test bezier.
10646         * src/helper/bezier-utils.cpp (sp_darray_left_tangent,
10647         sp_darray_right_tangent):
10648         Switch to using just the two end points for calculating the gradient.
10649         (The old code could sometimes cause g_warning's.)
10650         Correct the documentation of requirements.
10651         (sp_darray_center_tangent): Similarly remove the #if'ed out code for
10652         looking at more than two points.
10654 See doc/Changelog_archive.txt for older entries
10656 # Local Variables:
10657 # tab-width:8
10658 # indent-tabs-mode:t
10659 # End:
10660 # vim: tabstop=4:noexpandtab:shiftwidth=4