Code

update ChangeLog
[inkscape.git] / ChangeLog
1 2006-07-21  MenTaLguY  <mental@rydia.net>
3         * configure.ac: first shot at implementing --enable-lsb
5 2006-07-21  MenTaLguY  <mental@rydia.net>
7         * src/style.cpp, src/style.h:
9           switch to using sigc++ signals
11 2006-07-21  MenTaLguY  <mental@rydia.net>
13         * src/layer-manager.cpp, src/layer-manager.h:
15           switch to sigc++ signals and manually clean up signal connections
16           (although it may not be strictly necessary to do so here)
18 2006-07-21  MenTaLguY  <mental@rydia.net>
20         * src/document-subset.cpp, src/object-hierarchy.cpp,
21           src/object-hierarchy.h, src/selection.cpp, src/selection.h,
22           src/ui/view/edit-widget.cpp, src/ui/view/edit-widget.h,
23           src/uri-references.cpp, src/uri-references.h:
24         
25           switch to sigc++ signals for "modified" and "release"
27 2006-07-21  MenTaLguY  <mental@rydia.net>
29         * src/document.cpp, src/sp-object.cpp, src/sp-object.h:
31           sp_object_invoke_release -> SPObject::releaseReferences,
32           plus the introduction of sigc++ signals for "release" and 
33           "modified" which will eventually replace the GObject signals
35 2006-07-20  MenTaLguY  <mental@rydia.net>
37         * src/libnrtype/RasterFont.h, src/libnrtype/font-instance.h:
39           replace two uses of hash_map with standard STL map
41 2006-07-18  Bryce Harrington <bryce@bryceharrington.org>
42         * src/document.h, src/document.cpp:  Refactoring from mental &
43           bryce to consolidate document update functionality from
44           sp_document_ensure_is_up_to_date() and
45           sp_document_idle_handler().  This is the first step in getting
46           updates of defs (and markers) fixed.
48 2006-07-18  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
50         * src/graphlayout/graphlayout.cpp,
51           src/conn-avoid-ref.h:
52           We now use connector spacing to determine the minimum space required
53           between shape bounding boxes when graph layout with avoid overlap
54           constraints is applied.  This means that there should always be enough
55           room for connectors to route between shapes.  Also changed the default
56           connector spacing to a less extreme 3.
58 2006-07-17  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
60         * src/libcola/cola.h,
61           src/libcola/connected_components.cpp,
62           src/graphlayout/graphlayout.cpp:
63           Disconnected graphs are now handled more gracefully,
64           connected components are arranged separated (in place) and
65           then overlaps between components are removed.
67 2006-07-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
69         * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
70           src/xml/Makefile_insert, src/libnr/Makefile_insert:
71           Add "$(srcdir)/" to some things so that "make check" works in 
72           the case that the build directory is somewhere other than the
73           source directory.
75         * src/sp-conn-end-pair.cpp, src/connector-context.cpp,
76           src/document.cpp, src/libavoid/*:
77           Update libavoid with upstream fixes, optimisations and new features.
79 2006-07-13  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
81         * src/libvpsc/*,
82           src/graphlayout/graphlayout.cpp:
83           Toggle on connector toolbar can force connectors with 
84           end-markers (arrows) to point downwards
86 2006-07-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
88         * src/libavoid/router.cpp: Fixed a bug in the libavoid function
89           Router::attachedConns().  Previously unused, but needed by Tim
90           for new Graph Layout code.
92 2006-07-13  Jon Phillips  <jon@rejon.org>
94         * src/inkview: Added commandline option capability to inkview and 
95           got code ready to add a timer for an automatic slideshow capability.
97 2006-07-12 Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
99         * src/libvpsc/*,
100           src/libcola/*,
101           src/graphlayout/graphlayout.cpp,
102           src/removeoverlaps/removeoverlaps.cpp:
103           Boost graph layout algorithms replaced by custom constraint layout
104           algorithm (implemented in libcola).  New layout supports constraints
105           such as downward pointing connectors (directed graph layout) or
106           non-overlapping shapes.
107           libvpsc contains updated code for quadratic program solver used by
108           libcola and removeoverlaps.  Fixes bug #1441411.
110 2006-07-02  Colin Marquardt  <colin@marquardt-home.de>
112         * AUTHORS, src/ui/dialog/aboutbox.cpp: Add Niko, Hugo, Dale and
113           Gustav.
115 2006-06-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
117         * src/connector-context.cpp, src/widgets/toolbox.cpp:
118           Add undo event descriptions for the connector context.
120 2006-06-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
122         * packaging/macosx/ScriptExec/main.c:
123           Add some quotes to fix a problem for people on OS X with 
124           spaces in their home directory path.  Fixes bug #1512019.
126 2006-06-21  Colin Marquardt  <colin@marquardt-home.de>
128         * share/templates/DVD_cover_regular_300dpi.svg,
129           share/templates/DVD_cover_slim_300dpi.svg,
130           share/templates/DVD_cover_superslim_300dpi.svg,
131           share/templates/DVD_cover_ultraslim_300dpi.svg:
132           DVD templates by Aleksandar Urosevic. Closes #1507164.
134 2006-06-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
136         * packaging/macosx/Resources/script,
137           packaging/macosx/Resources/bin/inkscape:
139           Improve quoting of shell variables.
141         * packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj:
143           Xcode 2 project file for the OS X launcher.  This will build a
144           Universal version of the launcher by default.  The project files for
145           different versions are named differently, so this will be picked up and
146           used if the package builder has a sufficiently new version of Xcode.
148         * packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser,
149           packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser:
151           Remove unnecessary user preference files.
153         * Makefile.am:
154         
155           Update the Xcode project files included when creating releases.
157 2006-06-13  Jon A. Cruz  <jon@joncruz.org>
159         * TRANSLATORS, src/ui/dialog/aboutbox.cpp:
161           Applied patch #1505715.
163 2006-06-13  Jon A. Cruz  <jon@joncruz.org>
165         * packaging/macosx/Resources/etc/fonts/fonts.conf:
167           Applied patch #1505765.
169 2006-06-09  Jon A. Cruz  <jon@joncruz.org>
171         * src/object-snapper.cpp, src/selection.cpp, src/selection.h,
172           src/seltrans.cpp:
174           Applied patch #1503864.
176 2006-06-09  Jon A. Cruz  <jon@joncruz.org>
178         * src/widgets/toolbox.cpp:
180           Handle case when function call fails.
181           Fixes bug #1501150.
183 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
185         * src/seltrans.cpp:
187           Work-around for seltrans not getting calls to grab() and ungrab() as
188           expected.
189           Fixes bug #1501156.
191 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
193         * src/widgets/toolbox.cpp:
195           Applied patch #1502407.
196           Fixes bug #1500049.
198 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
200         * packaging/macosx/ScriptExec/main.c, packaging/osx-app.sh:
202           Fixing OS X fc-cache problem.
203           Applied patch #1502063.
205 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
207         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
208           src/sp-switch.cpp, src/ui/widget/ruler.cpp:
210           Applied patch #1501709.
212 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
214         * trace/siox.cpp, trace/siox.h, trace/trace.cpp,
215           src/ui/dialog/tracedialog.cpp:
217           Applied patch #1501375.
219 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
221         * trace/siox.cpp, trace/trace.cpp:
223           Applied patch #1501134.
225 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
227         * src/dialogs/layers-panel.cpp:
229           Allow action when no layer selected.
230           Fixes bugs #1494646.
232 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
234         * trace/siox.cpp:
236           Applied patch #1500659.
238 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
240         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
242           Blocked signal when changes are not from the layers UI.
243           Fixes bugs #1495406 and most of #1494646.
245 2006-06-02  Colin Marquardt  <colin@marquardt-home.de>
247         * TRANSLATORS: Add Stefan Graubner.
249 2006-06-01  Jon A. Cruz  <jon@joncruz.org>
251         * src/extension/internal/pdf-mini.h
253           Fix for delete[] mismatch and binary tweak from Ulf Erikson.
255 2006-06-01  Jon A. Cruz  <jon@joncruz.org>
257         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
259           Added layer opacity slider.
260           Fixes RFE #1496569.
262 2006-05-31  Colin Marquardt  <colin@marquardt-home.de>
264         * TRANSLATORS: Add vonHalenbach for tutorial translations.
266 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
268         * src/extension/internal/odf.cpp:
269         Corrected deletes and uninitizlied variables.
270         Fixes bug# 1489961.
272 2006-05-30 John Cliff <simarilius@yahoo.com>
273         src/trace/potrace/inkscape-potrace.cpp
274         Changed bitsPerSample from hardcoded to calculated for multi color traces
275         to fix bugs 1188811 and 1484076
277 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
279         * src/xml/repr-io.cpp:
280         Changed to strip leading BOM from input.
281         Fixes bug# 1121666.
283 2006-05-29  Bryce <bryce@bryceharrington.org>
284         * sp-shape.cpp:  Adding documentation
286 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
288         * src/desktop.cpp, src/layer-manager.cpp, src/dialogs/layers-panel.cpp:
289         Workaround to avoid assertion upon file revert.
291 2006-05-28  Bryce <bryce@bryceharrington.org>
292         * sp-marker.cpp:  Adding documentation
294 2006-05-28  MenTaLguY  <mental@rydia.net>
296         * src/dialogs/clonetiler.cpp, src/dialogs/iconpreview.cpp,
297           src/dialogs/stroke-style.cpp, src/display/curve.cpp,
298           src/display/sp-canvas.cpp, src/dyna-draw-context.cpp,
299           src/extension/internal/gnome.cpp, src/extension/internal/pdf.cpp,
300           src/extension/internal/ps.cpp, src/extension/internal/win32.cpp,
301           src/file.cpp, src/inkview.cpp, src/libnr/nr-macros.h,
302           src/libnr/nr-object.cpp, src/libnr/nr-path.cpp,
303           src/libnr/nr-pixblock.cpp, src/libnr/nr-pixblock-pattern.cpp,
304           src/libnr/nr-svp.cpp, src/libnr/nr-svp-render.cpp,
305           src/libnrtype/FontFactory.cpp, src/libnrtype/Layout-TNG-Output.cpp,
306           src/libnrtype/nr-type-primitives.cpp, src/path-chemistry.cpp,
307           src/splivarot.cpp, src/sp-marker.cpp, src/ui/widget/icon-widget.cpp,
308           src/widgets/icon.cpp:
310           replace nr_new() with g_new(), and try to converge on using the
311           glib allocator a little more instead of the others (aside from
312           libgc)
314 2006-05-28  MenTaLguY  <mental@rydia.net>
316         * share/icons/icons.svg:
318           correct vertical text flow icon to  correctly reflect lines stacking
319           right-to-left, as well as improving pixel alignment on both text flow
320           icons
322 2006-05-28  MenTaLguY  <mental@rydia.net>
324         * src/widgets/toolbox.cpp:
326           add tooltips to text toolbar widgets
328 2006-05-28  Jon A. Cruz  <jon@joncruz.org>
330         * src/layer-manager.cpp, src/layer-manager.h,
331           src/preferences-skeleton.h, src/ui/dialog/inkscape-preferences.cpp,
332           src/ui/dialog/inkscape-preferences.h,
333           src/widgets/layer-selector.cpp, src/dialogs/layers-panel.cpp:
335           Finished option to turn on or off deslecting when switching layers.
336           Fixes RFE #1495701.
338 2006-05-28  Jon A. Cruz  <jon@joncruz.org>
340         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
342           Changed clicking on visibility and locked toggles to not switch
343           selected layer.
344           Fixes bug #1495856.
346 2006-05-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
348         * src/sp-conn-end-pair.cpp: Detach connectors from empty groups
349           before trying to route connectors to them.  This is required
350           since empty groups have no physical position.  Fixes bug #1448811.
352 2006-05-27  Kees Cook  <kees@outflux.net>
354         * src/extension/implementation/script.cpp: allow output extension
355           parameters to be prompted and used, closes bug #1495310.
357 2006-05-26  MenTaLguY  <mental@rydia.net>
359         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
361           make button labels translatable, and use HButtonBox instead of HBox for
362           better appearance
364 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
366         * src/layer-manager.cpp, src/layer-manager.h,
367           src/dialogs/layer-properties.cpp, src/dialogs/layers-panel.cpp:
369           Prevent layer name duplication.
370           Fixes bug #1115407.
372 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
374         * src/widgets/desktop-widget.cpp:
376           Fixed resize handle in corner of main UI.
377           Fixes bug #1493995.
379 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
381         * src/layer-manager.cpp, src/layer-manager.h,
382           src/widgets/layer-selector.cpp:
384           Cleaned up propagation of status changes.
385           Fixes bug #1495333.
387 2006-05-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
389         * src/path-prefix.h: Add missing CREATE_* directory locations
390           for building an OS X application bundle.  Fixes bug #1495284.
392 2006-05-25  Bryce Harrington <bryce@bryceharrington.org>
394         * src/inkscape.cpp:  i18n on error messages (fix for bug 1490928) 
396 2006-05-23  Jon A. Cruz  <jon@joncruz.org>
398         * src/dialogs/layers-panel.cpp, src/dialogs/swatches.cpp,
399           src/dialogs/swatches.h, src/preferences-skeleton.h,
400           src/ui/previewfillable.h, src/ui/previewholder.cpp,
401           src/ui/previewholder.h, src/ui/widget/panel.cpp,
402           src/ui/widget/panel.h, src/verbs.cpp,
403           src/widgets/desktop-widget.cpp:
404           Refactored panels.
405           Fixes RFE #1453153. Fixes RFE #1453152.
406         
408 2006-05-23  MenTaLguY  <mental@rydia.net>
410         * src/extension/internal/ps.cpp:
412           move %%EOF to end of output document
414 2006-05-22  Jon A. Cruz  <jon@joncruz.org>
416         * src/dialogs/swatches.cpp, src/ui/widget/panel.cpp,
417           src/ui/widget/panel.h:
418           Removed panel menu unless requested. Fixes bug #1492597.
420 2006-05-22  MenTaLguY  <mental@rydia.net>
422         * src/extension/internal/svg.cpp:
424           replace EXTREMELY inefficient (O(n^2), I think?) stacked C string
425           concatenations with appends to a std::vector, which is amortized O(1)
427 2006-05-21  Marco Scholten  <mscholtn@xs4all.nl>
429         * src/ui/dialog/inkscape-preferences.cpp, 
430           src/ui/dialog/inkscape-preferences.h: 
431           Added 'Show close button on dialogs' option.
433 2006-05-21  MenTaLguY  <mental@rydia.net>
435         * src/ui/view/view-widget.cpp:
436         
437           request collection pass after destruction of a view widget
439 2006-05-21  MenTaLguY  <mental@rydia.net>
441         * src/gc-core.h, src/gc.cpp:
442         
443           add GC::request_early_collection() to force a collection from the idle
444           loop at opportune times
446         * src/dialogs/filedialog.cpp:
448           call GC::request_early_collection() after switching preview images
450 2006-05-21  Jon A. Cruz  <jon@joncruz.org>
452         * src/layer-manager.cpp, src/layer-manager.h,
453           src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h:
454           Adding notification when managed layers change.
456 2006-05-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
458         * src/extension/internal/pdf.cpp: Compilation fix.  For versions
459           of glib older that 2.9.0, use g_date_set_time() instead of
460           g_date_set_time_t().
462 2006-05-20  MenTaLguY  <mental@rydia.net>
464         * src/extensin/internal/ps.cpp:
466           add %%EOF trailer for DSC-compliance
468 2006-05-20  Colin Marquardt  <colin@marquardt-home.de>
470         * share/extensions/lindenmayer.inx,
471           share/extensions/kochify_load.inx, 
472           share/extensions/kochify.inx:
473           Rename slightly, also makes for easier translation.
475 2006-05-20  Jon A. Cruz  <jon@joncruz.org>
477         * src/widgets/icon.h, src/widgets/icon.cpp, src/dialogs/layers-panel.cpp:
478           Changled dialog from checkboxes to icons for visible and locked.
480 2006-05-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
482         * src/libnrtype/FontInstance.cpp: patch from David Turner of the
483           FreeType Project.  Fixes a compilation problem and a possible
484           segmentation fault.
486 2006-05-19  Jon A. Cruz  <jon@joncruz.org>
487         * src/preferences-skeleton.h, src/dialogs/layers-panel.h,
488           src/dialogs/layers-panel.cpp:
489           Selection and event handling cleanup. Added deeper display.
491 2006-05-18  Jon A. Cruz  <jon@joncruz.org>
492         * src/layer-manager.cpp, src/dialogs/layers-panel.h,
493           src/dialogs/layers-panel.cpp:
494           Next round of layer dialog updates.
496 2006-05-17  Kees Cook  <kees@outflux.net>
497         * src/dialogs/rdf.cpp: corrected localization on array, added comments.
498         * src/ui/widget/licensor.cpp: Localized the license name.
499         * configure.ac: added comment about why sigc++ was upgraded
501 2006-05-17  Jon A. Cruz  <jon@joncruz.org>
502         * src/dialogs/layers-panel.cpp:
503           Flipped top/bottom in layers UI to reflect visible stacking.
505 2006-05-16  verbalshadow  <verbalshadow@gmail.com>
507         * src/desktop-style.h, src/desktop-style.cpp:
508           Fixes calligraphy tool so drawing now uses the the correct opacity.
510 2006-05-17  Jon A. Cruz  <jon@joncruz.org>
511         * src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h:
512           Switched icons to stock generic.
514 2006-05-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
516         * src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche.
518 2006-05-16  Jon A. Cruz  <jon@joncruz.org>
520         * src/document-subset.cpp:
521           Corrected ordering of children in subset.
523 2006-05-15  Jon A. Cruz  <jon@joncruz.org>
524         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
525           src/layer-manager.cpp, src/menus-skeleton.h, src/verbs.cpp,
526           src/verbs.h, src/dialogs/layers-panel.cpp,
527           src/dialogs/layers-panel.h, src/dialogs/Makefile_insert:
528           Base implementation of a layers dialog.
530 2006-05-14  Colin Marquardt  <colin@marquardt-home.de>
532         * src/ui/dialog/inkscape-preferences.cpp (initPageTools): 
533           Typofix ("conector").
535 2006-05-14  Jon A. Cruz  <jon@joncruz.org>
537         * src/document-subset.cpp, src/layer-manager.h, src/layer-manager.cpp:
538           Corrected base structure and avoiding infinite loop.
540 2006-05-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
542         * src/widgets/toolbox.cpp: Slightly increase size of the
543          connector toolbar buttons to match button sizes on other
544          toolbars.
546 2006-05-13  verbalshadow  <verbalshadow@gmail.com>
548         * src/dyna-draw-context.cpp, src/desktop-style.cpp,
549           src/desktop-style.h:
551           Calligraphy tool now draws in the last used color or the
552           tool style depending on the Preference setting.
553           
554 2006-05-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
556         * src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp:
558           When moving/transforming connectors, only detach connectors
559           from objects that are not part of the selection.  Previously,
560           connectors moved as part of a selection would be detached from
561           all objects.  This has been requested several times via email.
562           The change also fixes bug #1383806.
564         * src/ui/dialog/inkscape-preferences.cpp,
565           src/ui/dialog/inkscape-preferences.h, src/connector-context.cpp:
567           Add a preferences setting to the connector tool for setting
568           whether or not connectors attach to text objects.  This change
569           addresses feature request #1434292.
570           
571 2006-05-09  Carl Hetherington  <inkscape@carlh.net>
573         * src/nodepath.cpp: fix silly bug with snapping node edits.
574         
575         * src/snapper.cpp, src/snapper.h, src/sp-namedview.cpp:
576           re-enable link between grid visibility and grid snap.
578 2006-05-08  Michael Wybrow  <mjwybrow@users.sourceforge.net>
580         * conn-avoid-ref.cpp: Fix a crashbug that could occur in files
581           containing connectors if they were loaded from the file chooser
582           or from the recent file list.  Fixes bug #1458820.
584 2006-05-08  MenTaLguY  <mental@rydia.net>
586         * src/display/curve.cpp:
588           always make local copy of path data so that we have control over memory
589           policy
591 2006-05-08  MenTaLguY  <mental@rydia.net>
593         * src/display/curve.h, src/display/curve.cpp, src/dropper-context.cpp:
595           get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve
596           memory management
598 2006-05-08  MenTaLguY  <mental@rydia.net>
600         * src/display/canvas-bpath.cpp, src/display/curve.cpp, src/display/curve.h,
601           src/display/nr-arena-shape.cpp, src/draw-context.cpp,
602           src/extension/internal/odf.cpp, src/extension/internal/pov-out.cpp,
603           src/nodepath.cpp, src/object-snapper.cpp, src/path-chemistry.cpp,
604           src/sp-flowregion.cpp, src/splivarot.cpp, src/sp-offset.cpp,
605           src/sp-path.cpp, src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
606           src/sp-use-reference.cpp:
608           eliminate direct accesses to SPCurve::bpath
610 2006-05-08  MenTaLguY  <mental@rydia.net>
612         * src/streams-zlib.cpp, src/streams-jar.cpp, src/splivarot.cpp,
613           src/extension/internal/bluredge.cpp:
615           use std::vector rather than dynamically-sized automatic arrays,
616           plus cleanups and minor fixes, and dead code removal
618 2006-05-08  MenTaLguY  <mental@rydia.net>
620         * src/debug/demangle.cpp, src/debug/demangle.h, src/sp-object.cpp,
621           src/gc-anchored.cpp, src/debug/Makefile_insert:
623           use c++filt for symbol demangling if available
625 2006-05-08  MenTaLguY  <mental@rydia.net>
627         * src/xml/repr-util.cpp:
628         
629           comments explaining namespace mapping for the broken sodipodi namespace
631 2006-05-08  Carl Hetherington  <inkscape@carlh.net>
633         * src/seltrans.cpp, src/snap.cpp, src/snap.h: fix ctrl-scaling
634         when there is no snap.  More snapping cleanups.
636 2006-05-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
638         * knot.h, knot.cpp, connector-context.cpp:
639           Fix glib-gobject-warnings for knots in the connector tool.
641 2006-05-07  Jon A. Cruz  <jon@joncruz.org>
643         * src/document-subset.cpp:
644           Corrected two bugs, with the minor one hiding the more severe.
646 2006-05-06  MenTaLguY  <mental@rydia.net>
648         * src/xml/repr-util.cpp, src/xml/repr.h:
650           add fixup for incorrect sodipodi namespace
652 2006-05-06  MenTaLguY  <mental@rydia.net>
654         * doc/NewAppArchitecture/01-title.svg,
655           doc/NewAppArchitecture/04-current-main.svg,
656           doc/NewAppArchitecture/05-current-objects.svg,
657           doc/NewAppArchitecture/06-current-desktop-view.svg,
658           doc/NewAppArchitecture/07-current-problems.svg,
659           doc/NewAppArchitecture/08-inkscape-gtkmm.svg
660           doc/NewAppArchitecture/09-future-capabilities.svg,
661           doc/NewAppArchitecture/10-future-main.svg,
662           doc/NewAppArchitecture/11-future-ink-app.svg,
663           doc/NewAppArchitecture/12-future-run-modes.svg,
664           doc/NewAppArchitecture/13-future-ink-app-editor.svg,
665           doc/NewAppArchitecture/14-evolving.svg,
666           share/examples/art-nouveau-P3.svg,
667           share/examples/eastern-motive-P4G.svg,
668           share/examples/i18n.svg,
669           share/examples/markers.svg,
670           share/examples/tesselation-P3.svg,
671           share/examples/text-on-path.svg,
672           share/icons/David_icons.svg,
673           share/icons/icons.svg,
674           share/icons/legacy_icons.svg,
675           share/screens/about.svg,
676           share/templates/business_card_85x54mm.svg,
677           share/templates/default.cs.svg,
678           share/templates/default.lt.svg,
679           share/templates/default.pl.svg,
680           share/tutorials/gpl-2.svg,
681           share/tutorials/tutorial-advanced.es.svg,
682           share/tutorials/tutorial-advanced.fr.svg,
683           share/tutorials/tutorial-advanced.ja.svg,
684           share/tutorials/tutorial-advanced.sl.svg,
685           share/tutorials/tutorial-advanced.svg,
686           share/tutorials/tutorial-basic.ca.svg,
687           share/tutorials/tutorial-basic.de.svg,
688           share/tutorials/tutorial-basic.es.svg,
689           share/tutorials/tutorial-basic.fr.svg,
690           share/tutorials/tutorial-basic.ja.svg,
691           share/tutorials/tutorial-basic.nn.svg,
692           share/tutorials/tutorial-basic.sl.svg,
693           share/tutorials/tutorial-basic.svg,
694           share/tutorials/tutorial-calligraphy.es.svg,
695           share/tutorials/tutorial-calligraphy.fr.svg,
696           share/tutorials/tutorial-calligraphy.sl.svg,
697           share/tutorials/tutorial-calligraphy.svg,
698           share/tutorials/tutorial-elements.es.svg,
699           share/tutorials/tutorial-elements.fr.svg,
700           share/tutorials/tutorial-elements.sl.svg,
701           share/tutorials/tutorial-elements.svg,
702           share/tutorials/tutorial-shapes.ca.svg,
703           share/tutorials/tutorial-shapes.es.svg,
704           share/tutorials/tutorial-shapes.fr.svg,
705           share/tutorials/tutorial-shapes.ja.svg,
706           share/tutorials/tutorial-shapes.sl.svg,
707           share/tutorials/tutorial-shapes.svg,
708           share/tutorials/tutorial-tips.es.svg,
709           share/tutorials/tutorial-tips.fr.svg,
710           share/tutorials/tutorial-tips.sl.svg,
711           share/tutorials/tutorial-tips.svg,
712           share/tutorials/tutorial-tracing.de.svg,
713           share/tutorials/tutorial-tracing.es.svg,
714           share/tutorials/tutorial-tracing.fr.svg,
715           share/tutorials/tutorial-tracing.sl.svg,
716           share/tutorials/tutorial-tracing.svg,
717           src/extension/dxf2svg/dxf2svg.cpp,
718           src/menus-skeleton.h,
719           src/preferences-skeleton.h:
721           get the CORRECT sodipodi namespace in there
723 2006-05-06  MenTaLguY  <mental@rydia.net>
725         * src/xml/repr-util.cpp:
727           fix for #1483198 ("infectious namespaces")
729 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
731         * src/verbs.h, src/verbs.cpp, src/verbs-test.h:
732           Fixed problem with std::map use making last verb inaccessible.
734 2006-05-05  Carl Hetherington  <inkscape@carlh.net>
736         * src/draw-context.cpp, src/line-snapper.h, src/snap.cpp,
737         src/snapper.cpp, src/line-snapper.cpp, src/snap.h,
738         src/context-fns.cpp, src/object-snapper.h, src/seltrans.cpp,
739         src/nodepath.cpp, src/snapper.h, src/object-snapper.cpp: various
740         snapping fixes and cleanups.
742 06-05-04  Carl Hetherington  <inkscape@carlh.net>
744         * src/guide-snapper.h, src/line-snapper.h, src/snap.cpp,
745         src/snap.h, src/object-snapper.h, src/sp-namedview.cpp,
746         src/grid-snapper.h: clean up knutux's fix for the snapper crash.
748 2006-05-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
750         * po/pt_BR.po: Fix some "Unmatched closing </b>" warnings.
752         * src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.
753         
754 2006-05-03  Carl Hetherington  <inkscape@carlh.net>
756         * src/arc-context.cpp, src/connector-context.cpp,
757         src/context-fns.cpp, src/desktop.cpp, src/draw-context.cpp,
758         src/nodepath.cpp, src/object-edit.cpp, src/pencil-context.cpp,
759         src/rect-context.cpp, src/selection-chemistry.cpp,
760         src/seltrans.cpp, src/snap.cpp, src/snap.h, src/sp-namedview.cpp,
761         src/sp-namedview.h, src/spiral-context.cpp, src/star-context.cpp,
762         src/ui/dialog/document-properties.cpp: Give SPNamedView a
763         SnapManager instance and use it for all management of snapping
764         settings.
766         * src/snap.cpp, src/snap.h: remove the unused namedview_dim_snap_list()
768 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
770         * src/Makefile.am, src/Makefile_insert, src/attributes-test.h,
771           src/color-profile-test.h, src/mod360-test.cpp, src/mod360-test.h,
772           src/round-test.cpp, src/round-test.h, src/sp-gradient-test.cpp,
773           src/sp-gradient-test.h, src/sp-style-elem-test.cpp,
774           src/sp-style-elem-test.h, src/style-test.h, src/test-helpers.h:
775           Replaced four more tests with CxxTest versions.
777 2006-05-01  MenTaLguY  <mental@rydia.net>
779         * src/display/nr-arena-item.cpp:
781           use GC allocator for bitmap cache and transform
783 2006-05-01  Marco Scholten  <mscholtn@xs4all.nl>
785         * src/dialogs/inkscape-preferences.cpp: Moved 'compass like
786     display of angles' from 'windows' to 'steps'.
788 2006-04-30  MenTaLguY  <mental@rydia.net>
790         * src/libnr/nr-object.cpp:
792           log finalization of NRObjects
794 2006-04-29  Jon Phillips  <jon@rejon.org>
796         * src/dialogs/rdf.cpp: Updated cc licenses to 2.5 by default.
798         * src/ui/dialog/document-metadata.cpp: Made metadata window
799         resizable so that one can see the licenses and enter long entries.
801 2006-04-29  MenTaLguY  <mental@rydia.net>
803         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp,
804           src/display/nr-arena-item.h, src/display/nr-arena-shape.cpp:
806           rationalize function names and remove spurious soft_ptr
808 2006-04-29  MenTaLguY  <mental@rydia.net>
810         * src/document.cpp:
811         
812           use proper unref function on SPRoot to avoid appearance of leak
814 2006-04-29  MenTaLguY  <mental@rydia.net>
816         * src/gc-anchored.cpp, src/xml/simple-node.cpp, src/sp-object.cpp:
818           switch everyone to simpler debug event API
820 2006-04-29  MenTaLguY  <mental@rydia.net>
822         * src/Makefile_insert, src/gc-finalized.cpp, src/gc-finalized.h:
824           add finalizer logging
826 2006-04-29  MenTaLguY  <mental@rydia.net>
828         * src/debug/simple-event.h: simplify the SimpleEvent API more
830 2006-04-29  MenTaLguY  <mental@rydia.net>
832         * src/debug/simple-event.h: make Debug::SimpleEvent more convenient
834         * src/debug/event.h, src/debug/logger.cpp: add FINALIZERS category
836 2006-04-29  MenTaLguY  <mental@rydia.net>
838         * src/debug/logger.cpp:
839         
840         finish interrupted refactoring of log filter configuration
842 2006-04-29  MenTaLguY  <mental@rydia.net>
844         * src/doc/Makefile.am, src/doc/refcounting.txt:
845         
846           some developer documentation about refcounting
848 2006-04-29  MenTaLguY  <mental@rydia.net>
850         * src/ui/view/view.cpp:
852           Wait a minute -- UI::View::View and SPDocument are both managed
853           by the collector -- the view doesn't need to ref the document!
855 2006-04-29  MenTaLguY  <mental@rydia.net>
857         * src/ui/view/view.cpp: add missing unref
859 2006-04-29  MenTaLguY  <mental@rydia.net>
861         * src/gc-anchored.cpp, src/gc-anchored.h:
863           added refcount logging to GC::Anchored
865         * src/util/Makefile_insert, src/util/format.h:
867           shared string printf
869 2006-04-28  MenTaLguY  <mental@rydia.net>
871     * src/sp-object.cpp: make refcount logging a little more useful
872           by including the relevent class name
874 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
876         * src/Makefile_insert, src/Makefile.am, src/dir-util-test.h,
877           src/dir-util-test.cpp, src/extract-uri-test.h,
878           src/extract-uri-test.cpp:
879           Replaced two tests with CxxTest versions.
881 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
883         * src/Makefile_insert, src/MultiPrinter.h, src/verbs.h,
884           src/verbs-test.h:
885           Adding unit test for verbs.
887 2006-04-27  verbalshadow <verbalshadow@gmail.com>
888         
889         * src/io/resource.h, src/io/resource.cpp, 
890           src/dialogs/swatches.cpp, src/helper/stock-items.cpp:
891           Added CREATE v0.1 support for gradients/swatches/patterns
892           Support for Linux & Win32. Mac support waiting final support
893           Directory info.
895 2006-04-26  Jon A. Cruz  <jon@joncruz.org>
897         * src/Makefile.am, src/MultiPrinter.h, src/PylogFormatter.h,
898           src/TRPIFormatter.h, src/selfname.tpl, src/libnr/Makefile_insert,
899           src/svg/Makefile_insert, src/xml/Makefile_insert:
900           Adding multiple test output formats.
902 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
904     * path-prefix.h:
905           Added beginnings of CREATE support in path-prefix.h
907 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
909     * src/object-ui.cpp, src/object-ui.h:
910           moved to src/ui/context-menu.cpp, src/ui/context-menu.h
911           to make it easier to find
913 2006-04-20  MenTaLguY  <mental@rydia.net>
915     * src/dyna-draw-context.cpp, src/dyna-draw-context.h:
916           remove unused timer code
918 2006-04-19 Andrius R. <knutux@gmail.com>
919         * src\display\nr-arena-item.cpp, src\display\canvas-arena.cpp,
920           src\display\nr-arena-shape.cpp, src\display\sp-canvas.h,
921           src\display\nr-arena.cpp, src\display\nr-arena-shape.h,
922           src\display\nr-arena-glyphs.cpp, src\display\nr-gradient-gpl.cpp,
923           src\display\sp-canvas.cpp, src\display\sp-ctrlline.cpp,
924           src\livarot\ShapeSweep.cpp, src\livarot\Shape.h, src\livarot\Shape.cpp,
925           src\livarot\Path.h, src\livarot\PathConversion.cpp,
926           src\livarot\ShapeMisc.cpp, src\livarot\Path.cpp, src\libnr\nr-pixblock.h,
927           src\libnr\nr-pixblock.cpp
929           Rendering optimisation, which gives best results for zoomed in drawings
930           with complex (multi-node) paths. Optimisation focus - eliminating cubicTo
931           and LineTo nodes outside of visible area, so no unneeded calculations is
932           needed and less memory is consumed (this avoids crashes which were
933           occurring previously if zooming into a complex drawing)
935 2006-04-18 njh <njh@njhurst.com>
936         * share/extensions/measure.inx, share/extensions/measure.py, share/extensions/Makefile.am
938           Added the measure extension that marks lengths onto paths.
940 2006-04-17  MenTaLguY  <mental@rydia.net>
942         * src/application/editor.cpp, src/arc-context.cpp, src/conn-avoid-ref.cpp,
943           src/connector-context.cpp, src/desktop-events.cpp, src/desktop-handles.h,
944           src/dialogs/clonetiler.cpp, src/dialogs/export.cpp,
945           src/dialogs/fill-style.cpp, src/dialogs/find.cpp,
946           src/dialogs/iconpreview.cpp, src/dialogs/item-properties.cpp,
947           src/dialogs/layer-properties.cpp, src/dialogs/object-properties.cpp,
948           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
949           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
950           src/dialogs/xml-tree.cpp, src/draw-anchor.cpp, src/draw-context.cpp,
951           src/dropper-context.cpp, src/dyna-draw-context.cpp,
952           src/event-context.cpp, src/extension/implementation/script.cpp,
953           src/file.cpp, src/gradient-context.cpp, src/gradient-drag.cpp,
954           src/helper/stock-items.cpp, src/inkscape.cpp, src/interface.cpp,
955           src/jabber_whiteboard/callbacks.cpp,
956           src/jabber_whiteboard/chat-handler.cpp,
957           src/jabber_whiteboard/message-processors.cpp,
958           src/jabber_whiteboard/message-queue.cpp,
959           src/jabber_whiteboard/session-manager.cpp, src/knot.cpp,
960           src/node-context.cpp, src/nodepath.cpp, src/object-ui.cpp,
961           src/path-chemistry.cpp, src/pencil-context.cpp, src/pen-context.cpp,
962           src/rect-context.cpp, src/rubberband.cpp, src/satisfied-guide-cns.cpp,
963           src/selcue.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
964           src/selection.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
965           src/spiral-context.cpp, src/splivarot.cpp, src/sp-namedview.cpp,
966           src/sp-text.cpp, src/star-context.cpp, src/text-chemistry.cpp,
967           src/text-context.cpp, src/tools-switch.cpp,
968           src/trace/potrace/inkscape-potrace.cpp, src/trace/trace.cpp,
969           src/ui/dialog/align-and-distribute.cpp, src/ui/dialog/dialog.cpp,
970           src/ui/dialog/document-metadata.cpp,
971           src/ui/dialog/document-properties.cpp,
972           src/ui/dialog/inkscape-preferences.cpp,
973           src/ui/dialog/session-player.cpp, src/ui/dialog/transformation.cpp,
974           src/ui/widget/color-picker.cpp, src/ui/widget/page-sizer.cpp,
975           src/ui/widget/registered-widget.cpp, src/ui/widget/ruler.cpp,
976           src/ui/widget/selected-style.cpp, src/ui/widget/tolerance-slider.cpp,
977           src/verbs.cpp, src/widgets/gradient-toolbar.cpp,
978           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
979           src/widgets/sp-xmlview-content.cpp, src/widgets/toolbox.cpp:
981           Get rid of the SP_DT_* macros which do nothing more than provide
982           additional, confusing, names for other functions.  If shorter names
983           are desired, the actual functions should be renamed -- or better, made
984           into member functions.
986 2006-04-09  Jon A. Cruz  <jon@joncruz.org>
988         * share/icons/icons.svg: Fixed jumping eye (layer visibility).
990 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
992         * po/eu.po: Fix a "Unmatched closing </b>" warnings.
994 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
996         * src/widgets/paint-selector.cpp, src/widgets/gradient-toolbar.cpp,
997           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp,
998           src/dialogs/clonetiler.cpp, src/dialogs/object-properties.cpp:
1000           Shrunk a few icon sizes.
1002 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
1004         * src/widgets/desktop-widget.cpp, src/widgets/icon.cpp,
1005           src/widgets/layer-selector.cpp:
1007           Added implementation of smaller icon size.
1009 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
1011         * src/color-profile.cpp, src/sp-image.cpp:
1013           Simple debugging #ifdefs added.
1015 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
1017         * src/interface.cpp, src/dialogs/clonetiler.cpp,
1018           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
1019           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
1020           src/dialogs/xml-tree.cpp, src/ui/dialog/align-and-distribute.cpp,
1021           src/ui/widget/labelled.cpp, src/widgets/button.cpp,
1022           src/widgets/button.h, src/widgets/desktop-widget.cpp,
1023           src/widgets/gradient-toolbar.cpp, src/widgets/icon.cpp,
1024           src/widgets/icon.h, src/widgets/layer-selector.cpp,
1025           src/widgets/paint-selector.cpp, src/widgets/select-toolbar.cpp,
1026           src/widgets/toolbox.cpp, src/widgets/toolbox.h, src/icon-size.h:
1028           Decoupling from direct use of GtkIconSize to allow for smaller
1029           custom ones.
1031 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
1033         * src/Makefile_insert, src/Makefile.am, src/color-profile.cpp
1034           src/color-profile.h, src/color-profile-fns.h,
1035           src/color-profile-test.h, src/sp-image.cpp:
1037           Adding rendering-intent to <color-profile>.
1039 2006-04-05  MenTaLguY  <mental@rydia.net>
1041         * configure.ac, share/keyboards/.cvsignore, share/keyboards/Makefile.am,
1042           share/keyboards/README, share/keys/.cvsignore, share/keys/Makefile.am,
1043           share/keys/Makefile.in, share/Makefile.am:
1045           share/keyboards -> share/keys
1047         * share/keys/Makefile.am, share/keys/default.xml, src/Makefile_insert,
1048           src/shortcuts.cpp, src/shortcuts-default-xml.cpp:
1050           first shot at configurable keymaps
1052 2006-04-05  MenTaLguY  <mental@rydia.net>
1054         * src/io/Makefile_insert, src/io/resource.cpp, src/io/resource.h:
1056           introduce uniform resource path API to replace copy-and-pasted hacks
1058 2006-04-05  Jon A. Cruz  <jon@joncruz.org>
1060         * src/svg/svg-color-test.h, src/svg/svg-color.cpp:
1062           Tuned icc-color() parsing.
1064 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1066         * src/color-profile.h, src/color-profile.cpp,
1067           src/color-profile-fns.h, src/sp-image.h, src/sp-image.cpp:
1069           Initial support of color-profile on <image> elements.
1071 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1073         * src/color-profile.h, src/color-profile.cpp,
1074           src/color-profile-fns.h, src/Makefile_insert, src/attributes.cpp,
1075           src/attributes.h, src/sp-object-repr.cpp:
1077           Adding support for <color-profile> element.
1079 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1081         * src/knot.h: Fixed warning messages.
1083 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
1085         * src/ui/widget/selected-style.cpp:
1087           Safety check for null pointer.
1088         
1089 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
1091         * configure.ac, src/interface.cpp, src/dialogs/swatches.cpp:
1093           Introducing optional LittleCms use.
1094         
1095 2006-03-31  MenTaLguY  <mental@rydia.net>
1097     * src/dyna-draw-context.cpp, src/dyna-draw-context.cpp:
1099           merge ::dragging and ::dynahand
1101 2006-03-31  MenTaLguY  <mental@rydia.net>
1103     * src/dyna-draw-context.h: add documentation
1105 2006-03-29  Andrius R. <knutux@gmail.com>
1107         * src/enums.h, src/selection-chemistry.cpp,
1108           src/selection.h, src/selection.cpp,
1109           src/ui/dialog/inkscape-preferences.cpp,
1110           src/ui/dialog/inkscape-preferences.h:
1112           patch #1450307 - option for select all to work in layer with it's sub-layers
1114 2006-03-29  Andrius R. <knutux@gmail.com>
1116         * po/lt.po: Translated and added new language - Lithuanian.
1118 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1120         * src/interface.cpp, src/dialogs/swatches.cpp:
1122           Fixing name of temporary non-standard tag attributes.
1123         
1124 2006-03-28  MenTaLguY  <mental@rydia.net>
1126     * src/layer-manager.cpp, src/layer-manager.h: draft of layer manager
1128 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1130         * src/interface.cpp, src/dialogs/eek-color-def.h,
1131           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
1132           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
1134           Changed objects to only get liked to "linkable" colors.
1135         
1136 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1138         * src/interface.cpp, src/dialogs/swatches.cpp:
1140           Objects now change when linked colors change.
1141         
1142 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1144         * src/dialogs/eek-color-def.h, src/dialogs/eek-color-def.cpp,
1145           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
1146           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
1148           Experimenting with linked colors.
1149         
1150 2006-03-26  Aaron C. Spike  <aaron@ekips.org>
1152         * inkscape.pod, src/main.cpp:
1154           Added --export-area-canvas (-C). Area specifying options
1155           (--export-area, --export-area-canvas and --export-area-drawing)
1156           can now be used in combination with --export-id.
1158 2006-03-23  Jon A. Cruz  <jon@joncruz.org>
1160         * src/dialogs/eek-color-def.cpp, src/dialogs/eek-color-def.h,
1161           src/dialogs/Makefile_insert, src/dialogs/swatches.h,
1162           src/dialogs/swatches.cpp:
1164           Bringing in new color class.
1165         
1166 2006-03-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1168         * packaging/macosx/Resources/bin/inkscape: Fix a packaging
1169           problem on Mac OSX where Inkscape wouldn't open if one of the
1170           parent directories containing the app bundle contained a '#' in
1171           its name.  Fixes bug #1443072.
1173 2006-03-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1175         * share/icons/Makefile.am: Update a makefile after the icon file
1176           renaming.
1178 2005-03-14  MenTaLguY  <mental@rydia.net>
1180         * src/layer-fns.h, src/dialogs/layer-properties.cpp,
1181           src/dialogs/layer-properties.h, src/layer-fns.cpp:
1183           merged patch #1447043 from Andrius "knutux" R. to create sub-layers
1185 2006-03-14  MenTaLguY  <mental@rydia.net>
1187         * src/Makefile_insert, src/display/nr-arena-item.cpp,
1188           src/display/nr-arena-item.cpp, src/gc-finalized.h, src/gc-managed.h,
1189           src/gc-soft-ptr.h, src/selection.h, src/selection.cpp:
1191           Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
1193 2006-03-14  MenTaLguY  <mental@rydia.net>
1195         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
1196           src/debug/logger.cpp, src/debug/simple-event.h,
1197           src/debug/sysv-heap.h, src/jabber_whiteboard/deserializer.cpp,
1198           src/jabber_whiteboard/message-utilities.cpp,
1199           src/jabber_whiteboard/message-utilities.h,
1200           src/jabber_whiteboard/node-tracker-observer.h,
1201           src/jabber_whiteboard/serializer.cpp,
1202           src/jabber_whiteboard/serializer.h,
1203           src/sp-object.cpp, src/util/share.cpp, src/util/share.h,
1204           src/xml/attribute-record.h, src/xml/comment-node.h,
1205           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
1206           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
1207           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr-io.cpp,
1208           src/xml/simple-node.cpp, src/xml/simple-node.h,
1209           src/xml/simple-session.cpp, src/xml/simple-session.h,
1210           src/xml/text-node.h:
1212           shared_ptr -> ptr_shared
1214 2006-03-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1216         * src/svg/svg-color.cpp (sp_svg_write_color): More readable colour
1217           names when possible: e.g. `red', `#cfc'.
1219 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
1221         * src/interface.cpp:
1223           Shift-drop now sets stroke on target objects.
1224         
1225 2006-03-11  MenTaLguY  <mental@rydia.net>
1227         * src/sp-object.cpp: experiment to verify that we can safely release
1228           before removing object from document tree
1230 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
1232         * src/dialogs/swatches.cpp:
1234           Changed color dragging to have a color preview.
1235         
1236 2006-03-09  Jon A. Cruz  <jon@joncruz.org>
1238         * src/interface.cpp:
1240           Initial cut of color drag-n-drop to items on canvas.
1241         
1242 2006-03-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1244         * src/path-chemistry.cpp (sp_selected_path_reverse):
1245           Fix when multiple paths are selected.
1246           Also fix a small memory leak.
1248 2006-03-06  MenTaLguY  <mental@rydia.net>
1250         * src/document-subset.h, src/document-subset.cpp:
1251           add DocumentSubset::_clear
1253 2006-03-05  MenTaLguY  <mental@rydia.net>
1255         * src/document-subset.h, src/document-subset.cpp:
1256           remove unneeded document parameter from constructor
1258 2006-03-05  MenTaLguY  <mental@rydia.net>
1260         * src/document-subset.cpp:
1262           Wire up new SPObject signal to DocumentSubset, so order changes
1263           will be reflected in the subset.
1265 2006-03-05  MenTaLguY  <mental@rydia.net>
1267         * src/sp-object.h, src/sp-object.cpp:
1269           Add signal for notification of object position changes.
1271 2006-03-05  MenTaLguY  <mental@rydia.net>
1273         * src/Makefile_insert, src/document-subset.cpp, src/document-subset.h:
1275           Add DocumentSubset as groundwork for layers.
1277 2006-03-04  Jon A. Cruz  <jon@joncruz.org>
1278         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
1280           Style minibar now only accepts color drag-n-drop when not N/A.
1281           Final tweak for completing RFE #1429027.
1282         
1283 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
1284         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
1286           Made the style minibar a target for color drag-n-drop.
1287         
1288 2006-03-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1290         * src/conn-avoid-ref.cpp, src/libavoid/connector.h,
1291           src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
1292           src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
1293           src/libavoid/connector.cpp, src/libavoid/debug.h:
1295           Some speed improvements and interface cleanups to libavoid.
1297 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
1298         * src/dialogs/swatches.cpp:
1300           Fixed drag-n-drop out of color to match GTK+ standard.
1301         
1302 2006-02-27  Jon A. Cruz  <jon@joncruz.org>
1303         * src/dialogs/swatches.cpp, src/ui/previewfillable.h,
1304           src/ui/previewholder.h, src/ui/previewholder.cpp:
1306           Finished cleanup of embedded swatches when switching palettes.
1307         
1308 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
1309         * src/dialogs/swatches.cpp, src/ui/previewholder.h,
1310           src/ui/previewholder.cpp:
1312           Changing embedded swatches resizing.
1313         
1314 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
1315         * src/text-context.cpp:
1317           Allow Private Use Area characters. Fixes bug #1439016.
1318         
1319 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1320         * src/dialogs/swatches.cpp, src/dialogs/iconpreview.cpp,
1321           src/ui/widget/panel.cpp, src/ui/widget/panel.h:
1323           Refactoring panel containment. Purged ugly 'X'.
1324         
1325 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1326         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
1327           src/dialogs/swatches.h, src/ui/widget/panel.cpp,
1328           src/ui/widget/panel.h, src/ui/previewholder.cpp,
1329           src/ui/previewholder.h:
1331           Adding spacer to get swatches scrollbar enough room to move.
1332           Tuning up API for better embedding.
1334 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1335         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
1336           src/dialogs/swatches.h, src/ui/previewholder.cpp, 
1337           src/ui/previewfillable.h, src/ui/previewholder.h:
1339           Removed horizontal scroll bar from swatches when embedded.
1341 2006-02-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1343         *  src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, 
1344            src/connector-context.cpp, src/conn-avoid-ref.cpp:
1346         Keep a seperate connector router for each document.
1347            
1348         *  src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
1349            src/libavoid/connector.h, src/libavoid/debug.h,
1350            src/libavoid/geometry.cpp, src/libavoid/geometry.h,
1351            src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
1352            src/libavoid/graph.h, src/libavoid/incremental.cpp,
1353            src/libavoid/incremental.h, src/libavoid/libavoid.h,
1354            src/libavoid/makepath.cpp, src/libavoid/makepath.h,
1355            src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
1356            src/libavoid/router.cpp, src/libavoid/router.h,
1357            src/libavoid/shape.cpp, src/libavoid/shape.h,
1358            src/libavoid/static.cpp, src/libavoid/static.h,
1359            src/libavoid/timer.cpp, src/libavoid/timer.h,
1360            src/libavoid/vertices.cpp, src/libavoid/vertices.h,
1361            src/libavoid/visibility.cpp, src/libavoid/visibility.h:
1362            
1363         Upstream changes to libavoid that allow multiple connector 
1364         router instances, as well a few other minor bugfixes.
1366 2006-02-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1368         * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
1369         
1370         Revert a previous change that generated enter events for canvas items
1371         other than the current one when mouse buttons were depressed.  These 
1372         events are now only generated in the connector context, where they are
1373         required.
1375 2006-02-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1377         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
1378           src/conn-avoid-ref.h, src/libavoid/connector.cpp,
1379           src/libavoid/connector.h:
1380           
1381         Change the behaviour and naming of some connector querying code
1382         after feedback from Tim Dwyer in implementing graph drawing
1383         functionality.
1385 2006-02-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1387         * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:
1388           Fix two bugs from my commit yesterday.
1390 2006-02-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1392         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,
1393           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
1394           src/libavoid/connector.cpp, src/libavoid/connector.h,
1395           src/libavoid/visibility.cpp:
1397         Add some code to allow querying of items and connectors to find
1398         out what is attached to them.  This will allow graph layout
1399         algorithms (currently being worked on by Tim Dwyer) to determine 
1400         a graph structure from the diagram.
1402 2006-02-07  MenTaLguY  <mental@rydia.net>
1404         * src/widgets/icon.cpp: get rid of icon prerender time messages
1406 2006-02-07  MenTaLguY  <mental@rydia.net>
1408         * src/debug/gc-heap.h, src/debug/logger.cpp, src/debug/sysv-heap.h,
1409           src/jabber_whiteboard/deserializer.cpp, src/sp-object.cpp,
1410           src/util/share.h, src/xml/simple-node.cpp:
1412           share_static -> share_static_string
1414 2006-02-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1416         * src/jabber_whiteboard/message-utilities.h,
1417           src/jabber_whiteboard/serializer.cpp,
1418           src/jabber_whiteboard/deserializer.cpp,
1419           src/jabber_whiteboard/message-utilities.cpp,
1420           src/ui/dialog/whiteboard-connect.cpp:
1421         
1422         Some fixes to allow the codebase to compile with Inkboard support
1423         after the recent Util::shared_ptr<> and Dialog::present() changes.
1425 2006-02-05  Marco Scholten  <mscholtn@xs4all.nl>
1427         * src/verbs.cpp: updated to make double clicking a tool button
1428           open the new preferences dialog.
1429         * src/ui/dialog/inkscape-preferences.cpp: updated to enable opening
1430           the dialog on the correct page.
1431         * src/ui/dialog/dialog.cpp: added virtual void present() so that
1432           InkscapePreferences::present() will be called from 
1433           DialogManager::showDialog()
1435 2006-02-05  MenTaLguY  <mental@rydia.net>
1437         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
1438           src/debug/logger.cpp, src/debug/simple-event.h, src/debug/sysv-heap.h,
1439           src/jabber_whiteboard/deserializer.cpp,
1440           src/jabber_whiteboard/message-utilities.cpp,
1441           src/jabber_whiteboard/message-utilities.h,
1442           src/jabber_whiteboard/node-tracker-observer.h,
1443           src/jabber_whiteboard/node-utilities.cpp,
1444           src/jabber_whiteboard/serializer.cpp,
1445           src/jabber_whiteboard/serializer.h,
1446           src/sp-object.cpp, src/util/Makefile_insert, src/util/share.cpp,
1447           src/util/shared-c-string-ptr.cpp, src/util/shared-c-string-ptr.h,
1448           src/util/share.h, src/xml/attribute-record.h, src/xml/comment-node.h,
1449           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
1450           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
1451           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr.cpp,
1452           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h,
1453           src/xml/simple-session.cpp, src/xml/simple-session.h,
1454           src/xml/text-node.h:
1456           replace Util::SharedCStringPtr with the nicer and more general
1457           Util::shared_ptr<>
1459 2006-02-03  Jon Phillips  <jon@rejon.org>
1461         * src/verbs.cpp: Added "..." to "Trace Bitmap" text. Yes, what a
1462         simple and dumb thing to add for consistency.
1464 2006-01-24  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1466         * src/libavoid/connector.cpp, src/libavoid/connector.h, 
1467           src/libavoid/shape.cpp, src/libavoid/graph.cpp,
1468           src/libavoid/incremental.cpp, src/libavoid/incremental.h,
1469           src/libavoid/static.cpp, src/libavoid/visibility.cpp, 
1470           src/libavoid/makepath.cpp:
1472         Some minor upstream libavoid fixes.  
1474 2006-01-23  Carl Hetherington  <inkscape@carlh.net>
1476         * src/selection.cpp: fix a typo in one of my previous commits.
1477         Closes #1401357.
1479         * src/xml/repr-io.cpp: catch failures in fopen of XML files.
1480         Closes #1374551.
1482 2006-01-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1484         * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
1485           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
1486           src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
1487           src/attributes-test.cpp:
1489         Added a "Spacing" control to the connector toolbar which allows
1490         the user to adjust the amount of space left around avoided shapes
1491         for the purpose of determining auto-routing connector paths.
1493 2006-01-17  Marco Scholten  <mscholtn@xs4all.nl>
1495         * /src/ui/dialog/inkscape-preferences.cpp:
1496           Added style swatches,
1497           Changed Gtk::Requisition Gtk::Widget::size_request() to       
1498           void Gtk::Widget::size_request(const Requisition& requisition)        
1499         * /src/ui/dialog/preferences-widget.cpp & .h:
1500           Added DialogPage::set_tip()
1502 2006-01-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1504         * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
1505           Use a modified fonts.conf file for Mac OS X that includes the 
1506           standard user font directory ~/Library/Fonts.
1508 2006-01-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1510         * src/svg/Makefile_insert: Updated to reflect a previous header
1511           file renaming.
1513 2006-01-12  Marco Scholten  <mscholtn@xs4all.nl>
1515         * /src/ui/dialog/inkscape-preferences.cpp & .h:
1516           Converted preferences dialog to gtkmm
1517         * src/ui/widget/preferences-widget.cpp & .h:
1518           New files.
1519         * src/verbs.cpp: updated to start new dialog.
1521 2006-01-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1523         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
1524           src/extension/internal/svg.cpp, src/ui/widget/ruler.cpp:
1525           Fix some compilation problems on Mac OS X after recent
1526           includes cleanup.
1528 2006-01-05  Jon A. Cruz  <jon@joncruz.org>
1530         * src/widgets/desktop-widget.cpp:
1531           Corrected resize behavior of canvas/swatches split.
1533 2006-01-06  Mathieu Dimanche  <mdimanche@free.fr>
1535         * src/util/units.cpp: forcin 'C' locale for reading units.txt file
1536            Fixes bug #1391348.
1538 2006-01-05  MenTaLguY  <mental@rydia.net>
1540         * src/libnr/nr-maybe.h: fix constness/local reference issues
1542 2006-01-04  MenTaLguY  <mental@rydia.net>
1544         * src/Makefile_insert, src/shortcuts-default-xml.cpp,
1545           src/shortcuts.cpp, src/shortcuts.xml:
1547           Moved default shortcuts XML file into a string constant (for now);
1548           replaced hard-coded structure with code to read XML file.
1550 2006-01-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1552         * src/extension/internal/ps.cpp (setup): Clarify the meaning of
1553           `Print destination', mentioning the new possibility of leaving
1554           as empty.
1555         * (PrintPS::begin) If print destination is an empty string, then
1556           don't pass `-P %s' to lpr: just let lpr use its default.
1557         * (PrintPS::init) Change default print destination from `lp' to empty
1558           string.
1560 2006-01-04  Jon A. Cruz  <jon@joncruz.org>
1562         * src/widgets/desktop-widget.cpp:
1563           Adding split pane for swatches.
1565 2006-01-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1567         * src/libavoid/visibility.cpp: Add operator!= for the EdgePair class.
1568           This is needed to compile on Tru64 UNIX.  Fixes bug #1386755.
1570 2005-12-30  Josh Andler  <scislac@users.sf.net>
1572         * src/ui/widget/selected-style.cpp, src/ui/widget/selected-style.h
1573           Added "invert" function to right-click menu of style selector.
1575 2005-12-22  Jon A. Cruz  <jon@joncruz.org>
1577         * share/palettes/Tango-Palette.gpl:
1578           Updated to newer version from the Tango project.
1580 2005-12-21  Jon A. Cruz  <jon@joncruz.org>
1582         * src/interface.cpp, src/preferences-skeleton.h,
1583           src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
1584           Adding panels/swatches to main UI.
1586 2005-12-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
1588         * src/removeoverlap/*.{cpp,h}: Bug fix in removeoverlap algorithm that
1589           should finally get timestamps working properly.  Specifically, heap
1590           timestamps are now refreshed before a merge.
1592 2005-12-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1594         * src/sp-conn-end.cpp, src/connector-context.cpp: Have connectors
1595           draw to the correct position on shape bounding boxes.  Previously
1596           the point where connectors were drawn was on straight line between
1597           the two endpoints.  These points now lie on the line between the 
1598           second last point on the polyline and the center of the shape.
1599           
1600         * src/display/curve.cpp, src/display/curve.hpp: Added a couple of 
1601           functions that return the second and second-last points in a curve.
1603         * src/removeoverlap/generate-constraints.cpp: Moved the 
1604           #include "isnan.h" to be the final include.  This fixes a
1605           compilation error on OS X.
1607 2005-12-16  Carl Hetherington  <inkscape@carlh.net>
1609         * src/conn-avoid-ref.cpp, sp-conn-end-pair.cpp, sp-conn-end.cpp,
1610         sp-item.cpp, sp-shape.cpp, dialogs/clonetiler.cpp,
1611         dialogs/stroke-style.cpp, dialogs/tiledialog.cpp,
1612         dialogs/unclump.cpp, display/nr-arena-shape.cpp,
1613         display/nr-arena-shape.h, widgets/icon.cpp: more NRRect removal.
1615         * src/desktop.cpp, src/desktop.h, src/dyna-draw-context.cpp,
1616         src/selection-chemistry.cpp, src/sp-namedview.cpp, src/verbs.cpp,
1617         src/display/sp-canvas.cpp, src/display/sp-canvas.h,
1618         src/ui/view/edit-widget.cpp, src/ui/widget/zoom-status.cpp,
1619         src/widgets/desktop-widget.cpp: more NRRect removals and cleanups.
1621         * src/grid-snapper.cpp: snap only to visible grid lines (patch
1622         from mtou).
1624 2005-12-15  Carl Hetherington  <inkscape@carlh.net>
1626         * src/conn-avoid-ref.cpp, src/gradient-chemistry.cpp,
1627         src/sp-conn-end.cpp, src/sp-item.{cpp,h}: NR::Rect version of
1628         sp_item_invoke_bbox (SPItem::invokeBbox).  Use it in some places.
1630 2005-12-14  Carl Hetherington  <inkscape@carlh.net>
1632         * src/dyna-draw-context.cpp, src/gradient-context.cpp,
1633         src/selection.h, src/sp-flowtext.cpp, src/sp-item.cpp,
1634         src/sp-item.h, src/sp-shape.cpp, src/sp-text.cpp,
1635         src/dialogs/layer-properties.cpp,
1636         src/extension/internal/bluredge.cpp,
1637         src/extension/internal/grid.cpp, src/ui/dialog/transformation.cpp,
1638         src/widgets/desktop-widget.cpp: remove NRMatrix version of
1639         sp_item_i2d_affine().  Some include file adjustments.
1641         * src/arc-context.cpp: some very minor cleanups.
1643         * src/svg/svg-length.{cpp,h}, src/helper/units.cpp: use INCH
1644         rather than IN to avoid breaking the compile on some systems.
1646 2005-12-13  Carl Hetherington  <inkscape@carlh.net>
1648         * src/arc-context.cpp, src/connector-context.cpp,
1649         src/context-fns.cpp, src/desktop-affine.cpp, src/desktop-affine.h,
1650         src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
1651         src/draw-anchor.cpp src/dropper-context.cpp,
1652         src/dyna-draw-context.cpp, src/event-context.cpp
1653         src/gradient-context.cpp, src/knot.cpp, src/node-context.cpp,
1654         src/object-snapper.cpp src/pen-context.cpp,
1655         src/pencil-context.cpp, src/rect-context.cpp
1656         src/select-context.cpp, src/selection-chemistry.cpp,
1657         src/sp-item.cpp, src/sp-item.h src/spiral-context.cpp,
1658         src/star-context.cpp, src/text-context.cpp src/zoom-context.cpp,
1659         src/ui/widget/ruler.cpp: make desktop's transforms private
1660         members.
1662         * src/document.cpp, src/object-edit.cpp, src/sp-ellipse.cpp,
1663         src/sp-ellipse.h, src/sp-gradient.cpp, src/sp-image.cpp,
1664         src/sp-image.h, src/sp-line.cpp, src/sp-line.h,
1665         src/sp-linear-gradient.h, src/sp-marker.cpp, src/sp-marker.h,
1666         src/sp-pattern.cpp, src/sp-pattern.h, src/sp-radial-gradient.h,
1667         src/sp-rect.cpp, src/sp-rect.h, src/sp-root.cpp, src/sp-root.h,
1668         src/sp-star.cpp, src/sp-symbol.h, src/sp-text.cpp,
1669         src/sp-textpath.h, src/sp-tspan.cpp, src/sp-use.cpp, src/sp-use.h,
1670         src/text-tag-attributes.h, src/helper/units.cpp,
1671         src/helper/units.h, src/libnrtype/Layout-TNG-Compute.cpp,
1672         src/libnrtype/Layout-TNG-Input.cpp,
1673         src/libnrtype/Layout-TNG-OutIter.cpp,
1674         src/libnrtype/Layout-TNG-Output.cpp, src/libnrtype/Layout-TNG.h,
1675         src/libnrtype/TextWrapper.cpp, src/svg/svg-length.cpp,
1676         src/svg/svg.h: partial C++-ificiation of SPSVGLength.  Rename it
1677         to SVGLength.
1679 2005-12-13  Mathieu Dimanche <mdimanche@free.fr>
1681         * src/snapped-point.{cpp,h} : new files.
1683         * src/Makefile_insert : Added the new files
1685         * src/arc-context.cpp, src/connector-context.cpp,
1686         src/context-fns.cpp, src/draw-context.cpp, src/nodepath.cpp,
1687         src/object-edit.cpp, src/pencil-context.cpp,
1688         src/selection-chemistry.cpp, src/seltrans.cpp, src/snap.cpp,
1689         src/spiral-context.cpp, src/star-context.cpp,
1690         src/line-snapper.cpp, src/line-snapper.h, src/object-snapper.cpp,
1691         src/object-snapper.h src/snapper.cpp, src/snapper.h,
1692         src/event-context.cpp, src/rect-context.cpp,
1693         src/select-context.cpp : Use SnappedPoint class
1695         * src/color-rgba.h : Added rgba32 unsigned int handling and
1696         "inverse" members (NEED TO BE TESTED)
1698 2005-12-12  MenTaLguY  <mental@rydia.net>
1700         * src/widgets/desktop-widget.cpp: moved some widgets into statusbar
1701           widget for more aesthetic appearance
1703 2005-12-12  Carl Hetherington <inkscape@carlh.net>
1705         * src/arc-context.cpp: minor cleanups.  Use SnapManager more.  Use
1706         Inkscape::setup_for_drag_start.
1708         * src/connector-context.cpp, src/draw-context.cpp,
1709         src/object-edit.cpp, src/pencil-context.cpp, src/rect-context.cpp,
1710         src/spiral-context.cpp, src/star-context.cpp: use SnapManager.
1712         * src/rect-context.cpp, src/spiral-context.cpp,
1713         src/star-context.cpp: use Inkscape::setup_for_drag_start().
1715         * src/snapper.{cpp,h}: simplify snap point types code.
1717         * src/context-fns.{cpp,h}: add setup_for_drag_start().
1719         * src/dyna-draw-context.cpp: remove unused and erroneous snapping code.
1721         * src/pen-context.cpp: remove unused variable.
1723         * src/draw-context.cpp: use SnapManager.
1725         * src/nodepath.cpp: const fixes.  Use SnapManager.
1727         * src/selection-chemistry.cpp, src/seltrans.cpp: some cleanups.
1728         Use new snap API.
1730         * src/snap.{cpp,h}: remove some dead code.
1732         * src/sp-item.{cpp,h}, src/node-context.cpp, src/draw-context.cpp:
1733         remove an unnecessary parameter from sp_item_dt2i_affine().
1735 2005-12-09  Carl Hetherington <inkscape@carlh.net>
1737         * src/object-snapper.cpp: make node snapping work again.
1739         * src/star-context.cpp: use SnapManager.  Some other minor cleanups.
1741         * src/arc-context.cpp, src/connector-context.cpp,
1742         src/dyna-draw-context.cpp, src/pen-context.cpp,
1743         src/pencil-context.cpp, src/rect-context.cpp,
1744         src/selection-chemistry.cpp, src/spiral-context.cpp,
1745         src/star-context.cpp, src/text-context.cpp: use
1746         Inkscape::have_viable_layer.
1748         * src/context-fns.{cpp,h}: new files.
1750         * src/arc-context.cpp, src/context-fns.{cpp,h},
1751         src/rect-context.cpp: abstract common code into context-fns and
1752         clean it up a bit.
1754 2005-12-08  Carl Hetherington <inkscape@carlh.net>
1756         * src/grid-snapper.cpp, src/guide-snapper.cpp, src/line-snapper.h:
1757         coding style.  Change how lines are defined.
1759         * src/grid-snapper.h, src/guide-snapper.h: coding style.
1761         * src/line-snapper.cpp, src/object-snapper.{cpp,h}: Coding style.
1762         Various cleanups.  Small API changes.
1764         * src/snap.cpp: changes to Snapper API.  Added work-in-progress SnapManager.
1766         * src/snapper.{cpp,h}: API cleanups.
1768         * src/sp-namedview.{cpp,h}: added getSnappers().
1770         * src/seltrans.cpp: Cleanup and fix moveTo().  Go back to snapping
1771         to snap points rather than the convex hull, at least for a bit.
1773 2005-12-07  Carl Hetherington <inkscape@carlh.net>
1775         * src/libnr/nr-convex-hull.h: remove unnecessary includes.
1777         * src/line-snapper.{cpp,h}, src/object-snapper.{cpp,h},
1778         src/attributes.{cpp,h}, src/desktop.cpp, src/dyna-draw-context.cpp
1779         src/arc-context.cpp, src/grid-snapper.h, src/nodepath.cpp,
1780         src/rect-context.cpp, src/selection-chemistry.cpp,
1781         src/seltrans.cpp, src/snap.{cpp,h}, src/snapper.{cpp,h},
1782         src/sp-namedview.{cpp,h}, src/spiral-context.cpp,
1783         src/star-context.cpp, src/dialogs/desktop-properties.{cpp,h},
1784         src/Makefile_insert: first cut of object snapping.
1786         * src/grid-snapper.cpp, src/guide-snapper.{cpp,h}: use Inkscape namespace.
1788 2005-12-06  Carl Hetherington <inkscape@carlh.net>
1790         * src/libnr/nr-maybe.h: add missing public: to class IsNot.
1792         * src/splivarot.{cpp,h}: declare some more functions.  Fix
1793         get_nearest_position_on_Path to not crash if you call it with an
1794         Item that isn't Shape or Text.
1796         * src/node-context.cpp: adapt for changes in splivarot.{cpp,h}.
1798         * src/nodepath.cpp: remove declaration of a function now declared
1799         in splivarot.h.
1801 2005-12-05  Carl Hetherington <inkscape@carlh.net>
1803         * src/desktop.cpp, src/tools-switch.cpp,
1804         src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp:
1805         re-jig #includes slightly.
1807         * src/seltrans.{cpp,h}, src/selcue.{cpp,h}: C++-ification and cleanup.
1809         * src/select-context.{cpp,h}, src/seltrans-handles.h: adapt for
1810         changes to SelTrans.
1812         * src/event-context.{cpp,h}: adapt for changes to SelCue.
1814         * src/rect-context.cpp, src/gradient-context.cpp: remove unnecessary include.
1816         * src/connector-context.h, src/draw-context.h: add a forward
1817         declaration.
1819         * src/dropper-context.{cpp,h}: remove an unused variable and its
1820         associated includes.
1822         * src/main.cpp: fix comment for renamed SPSelCue.
1824         * src/dialogs/display-settings.cpp: adapt for slightly re-jigged SelCue.
1826 2005-12-04  Ted Gould  <ted@gould.cx>
1828         * po/POTFILES.in:
1830         Adding the .inx files as [type: gettext/xml] so that they will get
1831         translated.  Good stuff.
1833         * share/extensions/addnodes.inx, share/extensions/ai_input.inx,
1834         share/extensions/ai_output.inx, share/extensions/bluredge.inx,
1835         share/extensions/dia.inx, share/extensions/dots.inx,
1836         share/extensions/dropshadow.inx, share/extensions/dxf_input.inx,
1837         share/extensions/dxf_output.inx, share/extensions/embedimage.inx,
1838         share/extensions/eps_input.inx, share/extensions/epsi_output.inx,
1839         share/extensions/ffmet.inx, share/extensions/ffms.inx,
1840         share/extensions/ffset.inx, share/extensions/ffss.inx,
1841         share/extensions/gimpgrad.inx, share/extensions/grid.inx,
1842         share/extensions/handles.inx, share/extensions/interp.inx,
1843         share/extensions/kochify.inx, share/extensions/kochify_load.inx,
1844         share/extensions/lindenmayer.inx, share/extensions/motion.inx,
1845         share/extensions/pdf_output.inx, share/extensions/ps_input.inx,
1846         share/extensions/radiusrand.inx, share/extensions/randompnt.inx,
1847         share/extensions/randompos.inx, share/extensions/rtree.inx,
1848         share/extensions/sk_input.inx, share/extensions/straightseg.inx,
1849         share/extensions/summersnight.inx, share/extensions/svgz_input.inx,
1850         share/extensions/svgz_output.inx, share/extensions/txt2svg.inx,
1851         share/extensions/wavy.inx, share/extensions/whirl.inx,
1852         share/extensions/wmf_input.inx:
1854         Marking the user visible strings as translatable.
1856         * src/extension/dependency.cpp, src/extension/extension.cpp,
1857         src/extension/init.cpp, src/extension/input.cpp, src/extension/output.cpp,
1858         src/extension/parameter.cpp:
1860         Changed to handle translated .inx files.  They will find the data, and
1861         mark the right strings as translated.
1863         * src/extension/effect.cpp, src/extension/effect.h, src/interface.cpp:
1865         Changed menu handling to be push instead of pull
1867 2005-12-02  Carl Hetherington <inkscape@carlh.net>
1869         * src/dropper-context.cpp: coding style.
1870         * src/sp-namedview.cpp, src/sp-namedview.h, src/desktop.cpp: some
1871         C++-ification of SPNamedView.
1873 2005-12-01  MenTaLguY  <mental@rydia.net>
1875         * src/widgets/desktop-widget.cpp: shuffle status bar around again;
1876           add a grippie so we don't have to care about the corner of the window
1877           getting covered up
1879 2005-12-01  MenTaLguY  <mental@rydia.net>
1881         * src/widgets/icon.cpp: refactored a bit around the icon prerendering
1882           code and added a timer; also kick off the task immediately rather
1883           than waiting for the first expose event
1885 2005-12-01  MenTaLguY  <mental@rydia.net>
1887         * src/widgets/desktop-widget.cpp:
1889           moved zoom selector away from the right edge so it won't get covered
1890           by window manager decorations
1892 2005-12-01  MenTaLguY  <mental@rydia.net>
1894         * src/help.cpp, src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp:
1896           Moved creation of the splash widget into the about dialog code,
1897           and tweaked the appearance of the dialog in a lot of subtle ways
1898           -- we now use an AspectFrame to constrain the aspect ratio of the
1899           splash view, and also finally get the correct initial size for the
1900           dialog while still allowing it to be arbitrarily resized.
1902 2005-12-01  Carl Hetherington <inkscape@carlh.net>
1904         * src/sp-namedview.cpp: coding style.
1906 2005-12-01  Jon A. Cruz  <jon@joncruz.org>
1908         * src/widgets/icon.cpp: added idle calback pre-render.
1910 2005-11-30  MenTaLguY  <mental@rydia.net>
1912         * src/ui/dialog/aboutbox.cpp: make 'close' button default widget,
1913           and rename "About" tab to "_Splash"
1915 2005-11-30  Carl Hetherington <inkscape@carlh.net>
1917         * src/svg/svg-path.cpp: add missing #include of assert.h for
1918         assert()
1919         * src/dialogs/xml-tree.cpp: fix uninitialised variable
1920         warnings, move some declarations to first use, coding style fixes.
1921         * src/snap.cpp, src/snap.h, src/sp-namedview.cpp: split
1922         snap.{cpp,h} up into snapper.{cpp,h}, grid-snapper.{cpp,h},
1923         guide-snapper.{cpp,h}.  Refactor and simplify.  Add another
1924         namedview_free_snap().
1925         * src/geom.cpp, src/geom.h: cosmetic renaming.
1926         * src/pen-context.cpp: a few minor cleanups to
1927         pen_handle_button_press().  Other snapping cleanups.
1928         * src/draw-context.cpp, src/draw-context.h: split
1929         spdc_endpoint_snap_internal() into two functions.
1930         * src/pencil-context.cpp: snapping cleanups.
1931         * src/ui/widget/unit-menu.cpp: remove definition of a variable
1932         that's just been made static.
1933         
1934 2005-11-26  MenTaLguY <mental@rydia.net>
1936         * src/ui/dialog/aboutbox.cpp, src/ui/dialog/aboutbox.h:
1937           clean up and simplify About dialog; fix memory management (mostly)
1939 2005-11-25  Robert Crosbie <swingincelt@gmail.com>
1941         * replaced sp_repr_ref with direct cal to Inkscape::GC::anchor
1942         * replaced sp_repr_unref with direct call to Inkscape::GC::release
1943         * replaced sp_repr_set_attr with direct call to repr->setAttribute
1945 2005-11-24  MenTaLguY  <mental@rydia.net>
1947         * src/shortcuts.cpp, src/interface.cpp: prune back shortcuts API in
1948           preparation for configurable key bindings work
1950 2005-11-24  MenTaLguY  <mental@rydia.net>
1952         * src/sp-item.cpp: remedy erroneous initialization of doubles with NULL
1954 2005-11-24  MenTaLguY  <mental@rydia.net>
1956         * src/seltrans.cpp: prune dead wood (sp_sel_trans_handle_click)
1958 2005-11-24  MenTaLguY  <mental@rydia.net>
1960         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
1961           src/display/canvas-grid.cpp, src/display/guideline.cpp,
1962           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
1963           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
1964           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
1965           
1966           cosmetic renaming
1968 2005-11-23  Robert Crosbie <swingincelt@gmail.com>
1970         * replaced sp_repr_change_order with direct cal to repr->changeOrder
1971         * replaced sp_repr_add_child with direct call to repr->addChild
1972         * replaced sp_repr_remove_child with direct call to repr->removeChild
1974 2005-11-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1976         * src/ui/dialog/align-and-distribute.h, src/ui/dialog/align-and-distribute.cpp:
1977           Add new action ActionRemoveOverlaps, and add new button & two spin buttons
1978           to the Align & Distribute dialog box, to remove overlaps between objects.
1979         * configure.ac: New directory src/removeoverlap.
1980         * src/Makefile.am: Build new library removeoverlap/libremoveoverlap.a.
1981         * src/Makefile_insert: Link against new library removeoverlap/libremoveoverlap.a.
1983 2005-11-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1985         * packaging/osx-app.sh, packaging/macosx/Resources/bin/inkscape:
1986           Include some missing modules required by gnome-vfs and set shell
1987           variables to point to these modules within the OS X app bundle.
1988           Fixes bug #1363390.
1990 2005-11-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1992         * packaging/osx-app.sh: Fix a typo resulting from last change.
1994 2005-11-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1996         * packaging/osx-app.sh: Add libXinerama.1.dylib to the app bundle 
1997           since users of OS X 10.3.x will not have this file.
1999 2005-11-12  Jon Phillips <jon@rejon.org>
2001         * po/it.po po/sr.po po/sr@Latn.po: Fixed these po files so that 
2002         Inkscape builds okay.
2005 2005-11-12  Ralf Stephan <ralf@ark.in-berlin.de>
2007         * src/ui/view/edit-widget.h, src/ui/view/edit-widget.cpp:
2008           new-gui: made complete statusbar widget, equals old-gui now
2009         * src/widgets/layer-selector.h, src/ui/widget/selected-style.h:
2010           classes have now a constructor with default parameter
2011         * src/ui/widget/zoom-status.cpp: smaller font
2013 2005-11-12  MenTaLguY  <mental@rydia.net>
2015         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
2016           src/display/canvas-grid.cpp, src/display/guideline.cpp,
2017           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
2018           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
2019           src/display/sp-canvas.cpp, src/display/sp-canvas.h,
2020           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
2022           Refactor canvas buffer code a little.   Hint: if you have two flags
2023           and an invariant that one will be false if the other is true and
2024           vice-versa, you can represent them with a single flag.  Fixed
2025           cut-and-paste madness between sp_canvas_buf_ensure_buf and
2026           sp_canvas_clear_buf also.  Finally, renamed sp_canvas_buf_ensure_buf
2027           to sp_canvas_prepare_buf.
2029 2005-11-09  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2031         * src/sp-item.cpp: Call updateRepr before emitting the transformed
2032           signal in sp_item_write_transform.  This fixes bug #1303423.
2034         * packaging/osx-app.sh: Fixes to allow building app bundles on both
2035           OS X 10.4 and earlier versions of the OS without altering the script.
2036           Also, add a note that Inkscape needs to be configured with
2037           --enable-osxapp when building the OS X package.
2039         * po/nl.po: Fix an "Unmatched closing </b>" warning.
2041 2005-11-08  Ralf Stephan <ralf@ark.in-berlin.de>
2043         merged with branch CXXIFICATION_VIEW_AND_WIDGET
2044         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/event-context.cpp,
2045           src/file.cpp, gradient-context.cpp, src/inkscape.cpp, src/interface.cpp,
2046           src/rect-context.cpp, src/select-context.cpp, src/seltrans.cpp,
2047           src/sp-namedview.cpp, src/spiral-context.cpp, src/star-context.cpp,
2048           src/verbs.cpp, dialogs/dialog-events.cpp, src/dialogs/layer-properties.cpp,
2049           src/ui/dialog/dialog.cpp, src/widgets/desktop-widget.cpp,
2050           src/widgets/desktop-widget.h:
2051           move gtk code into desktop-widget.cpp, called via desktop
2052         * src/ui/view/Makefile_insert: added files edit-widget-interface.h,
2053           edit-widget.cpp, edit-widget.h
2054           the EditWidget is the Gtkmm version of the SPDesktopWidget
2055         * src/ui/widget/Makefile_insert: added files ruler.cpp, ruler.h,
2056           svg-canvas.cpp, svg-canvas.h, zoom-status.cpp, zoom-status.h
2057           these are widgets part of the EditWidget
2058         * src/file.cpp, src/inkscape.cpp, src/ui/dialog/dialog.cpp, 
2059           src/ui/dialog/dialog.h, src/application/application.h, 
2060           src/application/application.cpp:
2061           divide code /wrt Application::getNewGui(): if true, it's called by the 
2062           Gtkmm application and the inkscape object is meaningless
2063         * src/application/app-prototype.h:
2064           replace UI specific return value of getWindow() with void*
2065         * src/application/editor.cpp, src/application/editor.h:
2066           made Editor a singleton, collect global UI code here that (for Gtk+)
2067           lives in inkscape.cpp and elsewhere
2068         * src/desktop-events.cpp, src/desktop.cpp, src/event-context.cpp,
2069           src/nodepath.cpp, src/seltrans.cpp:
2070           simplify calls to desktop->set_coordinate_status
2071         * src/desktop-handles.cpp, src/desktop-handles.h, 
2072           src/extension/internal/ps.cpp, src/widgets/gradient-toolbar.cpp, 
2073           src/widgets/toolbox.cpp:
2074           widget is no longer available through desktop
2075         * src/Makefile_insert: added files preferences.h preferences.cpp
2076           src/inkscape.h, src/inkscape.cpp, src/application/editor.cpp:
2077           move preferences handling into preferences.cpp/h
2078         * src/desktop.cpp, src/desktop.h:
2079           use EditWidgetInterface, more cosmetics
2080         * src/desktop.cpp, src/inkview.cpp, src/slideshow.cpp, src/svg-view-widget.cpp,
2081           src/svg-view.cpp, src/svg-view.h, src/ui/view/view.cpp, src/ui/view/view.h:
2082           streamline setDoc()/setDocument() logic
2083         * src/inkview.cpp: include empty func bodies to make linker happy
2085 2005-11-08 ------------0.43
2087 2005-11-06  Ted Gould  <ted@gould.cx>
2089         * 0.43pre2
2091 2005-11-01  Jon A. Cruz  <jon@joncruz.org>
2093         * src/io/base64stream.h, src/io/base64stream.cpp:
2094           Applied modified patch 1341198.
2096 2005-10-31  Jon A. Cruz  <jon@joncruz.org>
2098         * src/verbs.cpp:
2099           Applied patch from RFE 1247694.
2101 2005-10-26  Jon A. Cruz  <jon@joncruz.org>
2103         * share/screens/about.svg:
2104           Trimmed bad lines. Fixed bug 1310742.
2106 2005-10-24  Ted Gould  <ted@gould.cx>
2108         * 0.43pre1
2110 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
2112         * Makefile.mingw, src/io/sys.cpp:
2113           Patch 1334818.
2115 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
2117         * src/main.cpp, src/io/sys.cpp:
2118           Updating Win32 parameter filename handling.
2120 2005-10-22  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2122         * src/connector-context.cpp: Correct two typos.  Fixes bug #1333915.
2124 2005-10-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2126         * src/connector-context.cpp: Fix a bug where undoing creation of 
2127           new connectors revealed intermediate steps.
2129         * src/libavoid/connector.cpp, src/libavoid/connector.h,
2130           src/libavoid/makepath.cpp, src/libavoid/static.cpp:
2131           Applied a couple of libavoid fixes.  One of which addresses
2132           a possible crash bug.
2134 2005-10-19  Ted Gould  <ted@gould.cx>
2136         * 0.43pre0
2138 2005-10-19  Jon A. Cruz  <jon@joncruz.org>
2140         * inkscape32-16.ico: patch 1323419
2142 2005-10-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2144         * src/conn-avoid-ref.cpp: Don't pass avoided objects to libavoid
2145           if they have the 'cloned' flag set.  Fixes bug #1328401.
2147 2005-10-17  Jon A. Cruz  <jon@joncruz.org>
2149         * src/main.cpp, src/io/sys.h, src/io/sys.cpp:
2150           Switched command-line name conversion from filename to locale.
2151           Fixes bug #1250124.
2153 2005-10-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2155         * src/sp-conn-end.cpp: Don't update the repr for the curve while 
2156           manually rerouting connector endpoints.  This speeds up undo/redo
2157           and allows responsive rerouting with the xml editor window open.
2158           Fixes bug #1315489.
2160         * po/ca.po: Fix unclosed <b> found in translations.
2161         
2162 2005-10-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2164         * src/isnan.h: Update to allow compilation on OSX 10.4.
2166         * src/connector-context.cpp, src/connector-context.h,
2167           src/tools-switch.cpp: Allow double-clicking on connectors
2168           in the selector tool to swap to the connector tool.
2170 2005-10-14  Jon A. Cruz  <jon@joncruz.org>
2172         * share/palettes/Makefile.am, share/palettes/Tango-Palette.gpl:
2173           Adding the Tango palette.
2175 2005-10-13  MenTaLguY  <mental@rydia.net>
2177         * share/screens/about.svg: New copy for about dialog; did some
2178           vector clean-up and re-enabled the coffee stains.
2180 2005-10-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2182         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h:
2183           Reroute connector lines if the object itself is moved or
2184           transformed.  Previously a routed line would not unroute if it
2185           was moved away from the blocking objects.  Fixes bug #1303493.
2187 2005-10-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2189         * packaging/macosx/Resources/script, src/path-prefix.h:
2190           Don't assume the OSX app bundle will be named "Inkscape.app".
2191           This caused things like tool icons to disappear if the app
2192           bundle was renamed, e.g., to "Inscape-0.42.2.app".
2193           Fixes bug #1289648.
2195 2005-10-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2197         * src/sp-conn-end-pair.cpp: Fix a bug where connectors could
2198           sometimes be given strange routes if there was a transform on
2199           either of the objects that the connector was attached to.
2201         * src/conn-avoid-ref.cpp, src/sp-conn-end.cpp: Add a call to
2202           sp_document_ensure_up_to_date before checking bounding boxes
2203           in response to a transform signal.  This is because some
2204           objects (e.g., text) will not give the correct bbox until its
2205           update function has been called and its internal representation
2206           has been updated.  This fixes bug #1303523.
2208         * src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
2209           Restore the Connector tool preferences tab.  Use same ordering
2210           for tools as on the toolbar.  Add the standard selection cue
2211           option to the connector tool preferences.  Fixes bug #1303360.
2213 2005-10-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2215         * packaging/osx-app.sh: Include locale files in the OSX package and
2216           a couple of minor updates for building packages on OSX 10.4.x.
2218         * packaging/macosx/Resources/bin/inkscape: Fix a problem in setting
2219           LANG to the current OSX language before launching Inkscape.
2220           With this fix, the Inkscape app bundle will obey the user's
2221           language setting in the system preferences on OSX.
2223 2005-09-30  Ralf Stephan <ralf@ark.in-berlin.de>
2225         * src/desktop.*, src/widget/desktop-widget.cpp:
2226         make empty destructor, fixes #1291009
2228 2005-09-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2230         * Info.plist.in: Associate .svgz files with Inkscape on OSX.
2231           Fixes bug #1307083.
2233 2005-09-27  MenTaLguY  <mental@rydia.net>
2235         * src/gc-anchored.h: emphasize initial refcount
2237         * src/desktop.h, src/svg-view-widget.cpp, src/ui/view/view-widget.cpp,
2238           src/ui/view/view.cpp, src/ui/view/view.h,
2239           src/widgets/desktop-widget.cpp:
2241           Move _whole_ UI::View::View hierarchy over to the garbage collector
2242           and fix anchor imbalances; you can't do this piecemeal.
2244 2005-09-23  Ben Fowler  <bpfowler@users.sourceforge.net>
2246         * autogen.sh: Cleanup error message.
2248 2005-09-20  Carl Hetherington <inkscape@carlh.net>
2250         * src/file.cpp, src/file.h, src/help.cpp: don't replace empty
2251         desktops with help files / tutorials.  Fixes 1249067.
2253 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
2255         * src/jabber_whiteboard/typedefs.h:
2256           gcc4 needs more const correctness, fixes #1294298
2258 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
2260         * src/desktop.h, src/desktop.cpp, src/interface.cpp, 
2261           src/dialogs/layer-properties.cpp, src/ui/view/view.cpp,
2262           src/widgets/desktop-widget.cpp:
2263           correcting old and new oversights, fixes #1290982
2264           
2265 2005-09-15  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2267         * src/xml/repr-util.cpp (sp_repr_set_double): Split into two
2268           functions (sp_repr_set_svg_double, sp_repr_set_css_double)
2269           according to whether or not an exponent is allowed.  Update callers.
2270           (sp_repr_set_double_default): Remove this unused function.
2272 2005-09-15  Carl Hetherington <inkscape@carlh.net>
2274         * src/object-edit.cpp: fix idiotic bug introduced in previous commit.
2276 2005-09-14  Carl Hetherington <inkscape@carlh.net>
2278         * src/knot.cpp, src/knotholder.cpp: coding style.
2280 2005-09-13  Ralf Stephan <ralf@ark.in-berlin.de>
2282         * src/desktop.h, src/desktop.cpp, src/svg-view.h, src/svg-view.cpp,
2283           src/ui/view/view.h, src/ui/view/view.cpp, src/ui/view/edit.h:
2284             View::setDocument() did not call same function in subclass
2285         * src/widgets/select-toolbar.cpp:   removed usage of SP_DT_WIDGET
2286         * src/desktop.cpp:   removed last sp_desktop_* function names
2288 2005-09-13  Carl Hetherington <inkscape@carlh.net>
2290         * src/object-edit.cpp: Add some comments.  Minor refactoring.
2291         Snap points when editing rectangles; partial fix for bug 1282399.
2293         * packaging/win32/inkscape.nsi: Correct spelling of associations
2294         and associated; fix for bug 1283916.
2296 2005-09-12  Jon A. Cruz  <jon@joncruz.org>
2298         * src/dialogs/iconpreview.cpp, src/dialogs/iconpreview.h,
2299           src/widgets/icon.cpp:
2300           Icon preview now toggles between selection or whole document.
2301           Fixes REF #1281883.
2303 2005-09-12  Ralf Stephan <ralf@ark.in-berlin.de>
2305         * src/widgets/ruler.cpp:   fixed precision problem (bug #1242995)
2307 2005-09-12  Peter Moulder  <pmoulder@bowman.csse.monash.edu.au>
2309         * src/libnrtype/Layout-TNG-Compute.cpp (Calculator::_measureUnbrokenSpan):
2310           Fix line breaking for [supposedly] non-breaking whitespace characters.
2312 2005-09-11  Ralf Stephan <ralf@ark.in-berlin.de>
2314         * po/nl.po:   replaced all instances of "verkleint" with "verkleind"
2315           (bug #1277695)
2317 2005-09-10  Jon A. Cruz  <jon@joncruz.org>
2319         * src/preferences-skeleton.h, src/dialogs/iconpreview.cpp:
2320           Made icon preview sizes configurable. Fixes REF #1281885.
2322 2005-09-08  Carl Hetherington <inkscape@carlh.net>
2324         * src/object-edit.cpp: Coding style in SPRect portion.  Add
2325         Emacs/vim mode blocks.
2327 2005-09-08  Ralf Stephan <ralf@ark.in-berlin.de>
2329         * src/desktop.cpp, src/ui/view/view.cpp:
2330           removed placement new signal construction
2331         * src/desktop.cpp:   selection is no longer anchored
2332         * src/desktop.cpp, src/desktop.h:   further cleanup
2333         * src/main.cpp:   minor changes in doxygen main page
2335 2005-09-08  MenTaLguY  <mental@rydia.net>
2337         * src/xml/document.h, src/xml/session.h, src/xml/simple-session.cpp,
2338           src/xml/simple-session.h:
2340           Add Session and Document createElementNode, createCommentNode,
2341           and createTextNode methods
2343 2005-09-06  Ralf Stephan <ralf@ark.in-berlin.de>
2345         * src/desktop-handles.h, src/desktop-handles.cpp:
2346             added macros SP_DT_MSGSTACK/NAMEDVIEW/WIDGET, moved last
2347                 macros from desktop.h
2348         * src/desktop.h src/desktop.cpp, src/sp-namedview.h, 
2349           src/sp-namedview.cpp:
2350             moved default_metric and default_unit into namedview
2351         * src/desktop.h src/desktop.cpp, src/widgets/desktop-widget.h,
2352           src/widgets/desktop-widget.cpp:
2353             moved window member into desktop widget
2354         * src/dialogs/clonetiler.cpp, src/dialogs/color-picker.cpp,
2355           src/dialogs/desktop-properties.cpp, src/dialogs/dialog-events.cpp ,
2356           src/dialogs/display-settings.cpp, src/dialogs/export.cpp,
2357           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
2358           src/dialogs/transformation.cpp, src/dropper-context.cpp,
2359           src/extension/internal/ps.cpp, src/gradient-context.cpp,
2360           src/jabber_whiteboard/callbacks.cpp,
2361           src/jabber_whiteboard/chat-handler.cpp,
2362           src/jabber_whiteboard/message-processors.cpp,
2363           src/jabber_whiteboard/message-queue.cpp,
2364           src/jabber_whiteboard/session-manager.cpp,
2365           src/path-chemistry.cpp, src/satisfied-guide-cns.cpp,
2366           src/sp-text.cpp, src/text-chemistry.cpp,
2367           src/trace/potrace/inkscape-potrace.cpp,
2368           src/trace/trace.cpp, src/ui/dialog/align-and-distribute.cpp:
2369             removed dependency on desktop.h
2370         * src/arc-context.cpp, src/desktop-events.cpp, src/inkscape.cpp,
2371           src/interface.cpp, src/nodepath.cpp, src/rect-context.cpp,
2372           src/select-context.cpp, src/seltrans.cpp, src/spiral-context.cpp,
2373           src/star-context.cpp, src/text-context.cpp, src/ui/dialog/dialog.cpp,
2374           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp:
2375             minor adaptation due to the above changes
2376         * src/ui/dialog/session-player.cpp:   didn't #include config.h
2377         
2378 2005-09-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2380         * doc/keys.html, doc/keys.xml, share/screens/keys.svg,
2381           src/shortcuts.cpp:
2382           Add keyboard shortcuts for the connector tool -- Ctrl+F2 and 'o'.
2384 2005-09-05  Ralf Stephan <ralf@ark.in-berlin.de>
2386         * src/document.cpp, src/draw-anchor.cpp, src/knotholder.cpp,
2387           src/main.cpp, src/object-ui.cpp, src/selcue.cpp,
2388           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
2389           src/sp-star.cpp, src/sp-symbol.cpp, src/sp-tspan.cpp,
2390           src/dialogs/docker.cpp, src/dialogs/extensions.cpp,
2391           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
2392           src/extension/system.cpp, src/widgets/gradient-vector.cpp,
2393           src/jabber_whiteboard/session-file-player.cpp,
2394           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
2395           src/widgets/spw-utilities.cpp, src/extension/implementation/script.cpp,
2396           src/ui/dialog/transformation.cpp, src/seltrans.h,
2397           src/widgets/sp-widget.h:
2398             removed dependency on desktop.h
2399         * src/select-context.cpp, src/tools-switch.cpp, 
2400           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
2401           src/dialogs/object-properties.cpp, src/dialogs/clonetiler.cpp:
2402             added dependencies because of above changes
2403         
2404 2005-09-04  Kees Cook  <kees@outflux.net>
2406         * TRANSLATORS, Makefile.am, src/verbs.cpp, src/help.cpp,
2407           src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp,
2408           src/menus-skeleton.h, src/ui/dialog/Makefile_insert:
2409           Implemented AboutDialog following the Gnome style.
2410         * packaging/win32/inkscape.nsi: added quotes around execution name.
2412 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
2414         * src/desktop.cpp, src/dropper-context.cpp, src/forward.h,
2415           src/interface.cpp, src/main.cpp, src/sp-anchor.cpp,
2416           src/sp-text.cpp, src/splivarot.cpp, src/svg-view-widget.cpp,
2417           src/svg-view-widget.h, src/svg-view.h, src/extension/effect.h,
2418           src/extension/implementation/plugin-link.h, 
2419           src/jabber_whiteboard/session-manager.cpp,
2420           src/ui/dialog/dialog.cpp, src/ui/view/edit.h, 
2421           src/ui/view/view-widget.cpp, src/ui/view/view-widget.h,
2422           src/ui/view/view.cpp, src/ui/view/view.h:
2423             minor edits to completely remove SPView identifier, and some
2424                 dependencies
2426 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2428         * src/sp-conn-end-pair.cpp: Fix a crash bug when undoing connectors
2429           on Linux x86 where we were calling a signal destructor.
2431         * src/io/sys.cpp: Build fix - conditionally include <glib/gstdio.h>
2432           if using glib 2.6.0 or greater, since it is not available in earlier
2433           versions.
2435 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
2437         * src/svg-view-widget.h, src/svg-view-widget.cpp, src/Makefile_insert:
2438             separated SPSVGViewWidget from SPSVGView
2439         * src/desktop.h, src/svg-view.h, src/ui/view/edit.h,
2440           src/ui/view/view-widget.h, src/ui/view/view.h,
2441           src/widgets/desktop-widget.h, src/desktop.cpp,
2442           src/svg-view.cpp, src/ui/view/view-widget.cpp,
2443           src/ui/view/view.cpp, src/widgets/desktop-widget.cpp:
2444             moved SPDesktop from GObject to C++/sigc++
2445         * src/forward.h: 
2446             removed SP_DESKTOP*, SP_SVG_VIEW* macros and dependencies
2447         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
2448             changed to sigc++ but disabled call
2449         * src/desktop-events.cpp:  removed desktop_enter_notify()
2450         * src/sp-anchor.cpp:  removed handling of mouse over/out
2451         * src/helper/action.h, src/sp-use.cpp:  added missing dependency
2452         * src/arc-context.cpp, src/desktop-affine.cpp, src/desktop-events.cpp,
2453           src/desktop-handles.cpp, src/dyna-draw-context.cpp,
2454           src/event-context.cpp, src/file.cpp, src/gradient-context.cpp,
2455           src/gradient-drag.cpp, src/help.cpp, src/inkscape.cpp,
2456           src/inkview.cpp, src/interface.cpp, src/knot.cpp,
2457           src/knotholder.cpp, src/node-context.cpp, src/nodepath.cpp,
2458           src/object-ui.cpp, src/path-chemistry.cpp, src/rect-context.cpp,
2459           src/rubberband.cpp, src/satisfied-guide-cns.cpp,
2460           src/select-context.cpp, src/selection-chemistry.cpp,
2461           src/seltrans.cpp, src/shortcuts.cpp, src/slideshow.cpp,
2462           src/sp-anchor.cpp, src/sp-flowtext.cpp, src/sp-namedview.cpp,
2463           src/sp-text.cpp, src/spiral-context.cpp, src/splivarot.cpp,
2464           src/star-context.cpp, src/text-context.cpp, src/text-editing.cpp,
2465           src/tools-switch.cpp, src/verbs.cpp, src/zoom-context.cpp,
2466           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
2467           src/dialogs/dialog-events.cpp, src/dialogs/export.cpp,
2468           src/dialogs/filedialog.cpp, src/dialogs/iconpreview.cpp,
2469           src/dialogs/layer-properties.cpp, src/dialogs/stroke-style.cpp,
2470           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp,
2471           src/extension/effect.cpp, src/extension/implementation/script.cpp,
2472           src/extension/internal/grid.cpp, src/extension/internal/ps.cpp,
2473           src/helper/window.cpp, src/ui/dialog/dialog.cpp,
2474           src/ui/widget/imageicon.cpp, src/widgets/gradient-toolbar.cpp,
2475           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
2476           src/widgets/toolbox.cpp:
2477             minor adaptations due to the above changes
2478         * src/desktop-events.h:  removed dependencies 
2479         * src/selection.cpp:  improved doxygen documentation
2480         
2481 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2483         * src/connector-context.cpp: Fix a bug where a data structure was
2484           not being freed, triggering an assertion failure and Inkscape to
2485           crash sometimes when the connector tool context was switched.
2487 2005-09-03  Aaron Spike <aaron@ekips.org>
2489         * src/node-context.cpp, src/livarot.cpp: Fixing a problem where node
2490           adding and curve dragging operate on fills. A special thank you to
2491           Simon Budig of GIMP fame for working with me and giving very 
2492           thorough explanations of his curve dragging code.
2494 2005-09-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2496         * src/libavoid/connector.cpp, src/libavoid/connector.h: Autoroute
2497           connectors while they are being drawn in the connector context.
2499         * src/sp-conn-end.cpp: Fix a bug where connectors attached to shapes
2500           were not always getting updated.  Their path was sometimes thought
2501           to be valid even when it was not.
2503 2005-09-02  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2505         * src/sp-conn-end.cpp: Fix a bug where connectors not attached to
2506           shapes were not updating correctly if an object was dropped on
2507           their path.
2509 2005-09-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2511         * src/sp-conn-end.cpp, src/sp-conn-end.h, src/sp-conn-end-pair.cpp,
2512           src/sp-conn-end-pair.h, src/sp-path.cpp, src/libavoid/graph.cpp,
2513           src/libavoid/incremental.cpp:
2515         Connectors now automagically reroute as a result of any 'avoided'
2516         object being placed on their path.  They also update to better
2517         paths when blocking shapes are removed.
2518          
2519         * src/connector-context.cpp: Update TODO list.  Only show endpoints
2520           and allow manipulation of paths marked as connectors.
2522         * src/libavoid/connector.cpp, src/libavoid/connector.h: Connectors
2523           with invalid paths can now notify other code via a callback,
2524           rather than just setting a boolean flag.
2526         * src/conn-avoid-ref.cpp: Fix an obscure crash bug in the connector
2527           routing code where we were still using a freed data structure.
2529 2005-08-31  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2531         * src/conn-avoid-ref.cpp, src/conn-avoid-ref.h: Use the correct
2532           coordinate system when passing shape geometry to libavoid.
2533           Add a small amount of buffer space around objects.
2534         
2535         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
2536           src/path.cpp: Add code to handle the "inkscape:connector-type"
2537           attribute.
2539         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h: Store information
2540           about type paths, to determine whether they are connectors.  Keep
2541           a reference to the libavoid representation if necessary.  Add code
2542           to call libavoid to get a path for a connector.
2543         
2544         * src/sp-conn-end.cpp: Call the connector routing code when connector
2545           ends are moved.  Move connector endpoints rather than stretching
2546           when adjusting to draw to shape edge.
2547           
2548         * src/libavoid/connector.cpp, src/libavoid/connector.h: Make the
2549           connector references aware of their own initialisation state.
2551         * src/connector-context.cpp:  Update TODO list.  Update for other
2552           changes.  Fix a bug where multi-segment connectors had a solid
2553           black fill while being dragged.
2555         * src/display/curve.cpp, src/display/curve.h: Add a function to 
2556           simply move the two endpoints of a curve.
2558 2005-08-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2560         * src/conn-avoid-ref.cpp, src/libavoid/connector.cpp,
2561           src/libavoid/graph.cpp, src/libavoid/makepath.cpp,
2562           src/libavoid/shape.cpp, src/libavoid/vertices.cpp,
2563           src/libavoid/vertices.h, src/libavoid/visibility.cpp:
2565         Use a better system for unique IDs within libavoid.  This properly
2566         addresses a hack in SPAvoidRef that was unsafe on amd64 machines.
2568         * configure.ac: Add the src/libavoid subdir.
2569         
2570 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2572         * src/attributes.cpp, src/connector-context.cpp, src/sp-item.cpp:
2573           Use "inkscape:connector-avoid" instead of "inkscape:avoid".
2575 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2577         * src/libavoid/timer.cpp: Remove some code assuming a fixed size for
2578           timer types.
2580 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2582         * src/connector-context.cpp: Fix a problem where the context didn't
2583           notice the current selection when it was entered.  Also, fix a 
2584           problem where connectors disappeared for a moment when an endpoint
2585           was clicked (for rerouting), but before the mouse was moved.
2587 2005-08-29      David Yip               <yipdw@rose-hulman.edu>
2589         * src/ui/dialog/whiteboard-connect.{cpp,h},
2590           src/ui/dialog/whiteboard-sharewithchat.{cpp,h}:
2591           Improved widget layout (switched to Gtk::Table)
2593         * src/jabber_whiteboard/session-manager.cpp:
2594           Fixed crash that occurred when connecting via SSL to a Jabber
2595           server that does not support SSL
2596           
2597 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2599         * src/Makefile_insert, src/attributes-test.cpp, src/attributes.cpp,
2600           src/attributes.h, src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
2601           src/forward.h, src/sp-item.cpp, src/sp-item.h:
2602          
2603           Add code that handles the "inkscape:avoid" attribute, used to mark
2604           whether an item should be avoided for the purposes of routing
2605           connectors.  This code also calls libavoid when an 'avoided'
2606           item is moved/transformed.
2607         
2608         * src/connector-context.cpp, src/connector-context.h,
2609           src/widgets/toolbox.cpp:
2610           
2611           Add a couple of buttons to the connector context's toolbar to
2612           allow selected objects to be marked as avoided or ignored for the
2613           purpose of connector routing.
2614           
2615         * src/libavoid/debug.h, src/libavoid/geomtypes.h, 
2616           src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
2617           src/libavoid/shape.cpp:
2618         
2619           Misc fixes: turn off debugging output, put types in the Avoid
2620           namespace, and add an assertion for a special case that can
2621           cause problems.
2623 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2625         * share/icons/icons.svg: Add a couple of icons for the connector
2626           context toolbar.
2628 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2630         * src/Makefile.am, src/Makefile_insert, src/libavoid/*:
2631           Add libavoid code, the library that does all the path planning
2632           work for autorouting connectors.
2634 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2636         * src/Makefile_insert: Remove a reference to the previously moved
2637           src/desktop-widget.h.  This wasn't breaking the build, but was
2638           stopping me from generating tags files.
2639           
2640 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
2642         * src/ui/view/edit.h, src/ui/view/view.h, src/ui/view/view.cpp,
2643           src/ui/view/view-widget.h, src/ui/view/view-widget.cpp,
2644           src/widgets/desktop-widget.h, src/svg-view.h, src/desktop.cpp:
2645             separated SPViewWidget from SPView
2646         * src/connector-context.cpp, src/dyna-draw-context.cpp,
2647           src/file.cpp, src/gradient-context.cpp, src/knot.cpp,
2648           src/node-context.cpp, src/nodepath.cpp, src/path-chemistry.cpp,
2649           src/pen-context.cpp, src/pencil-context.cpp, src/rect-context.cpp,
2650           src/selection-chemistry.cpp, src/spiral-context.cpp,
2651           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
2652           src/text-context.cpp, src/verbs.cpp, src/dialogs/display-settings.cpp,
2653           src/dialogs/layer-properties.cpp, src/dialogs/find.cpp,
2654           src/dialogs/clonetiler.cpp, src/trace/trace.cpp,
2655           src/trace/potrace/inkscape-potrace.cpp:
2656             all these files relied on a dependency in view.h to include
2657           code for MessageStack and/or MessageContext which is now removed
2658         * dialogs/desktop-properties.cpp:   improved doxygen documentation
2659         
2660 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
2662         * src/desktop.cpp, src/widgets/desktop-widget.h, 
2663           src/widgets/desktop-widget.cpp: 
2664           abstracted out all Gtk+ calls from SPDesktop into SPDesktopWidget
2665         * src/Doxyfile, src/main.cpp, src/desktop.cpp:
2666           improved doxygen documentation
2667           
2668 2005-08-25  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2670         * src/connector-context.cpp, src/connector-context.h:
2671           Change the connector context to use Inkscape's standard selection
2672           mechanism.  Show connector endpoint handles for single connectors
2673           in the selection.  This is the proposed interaction changes as
2674           discussed on the mailing list.  See the post there for a greater
2675           description of the change.
2677 2005-08-24  Ralf Stephan <ralf@ark.in-berlin.de>
2679         * src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
2680           separated SPDesktopWidget from SPDesktop
2681         * src/desktop-widget.h:   removed
2682         * src/toolbox.cpp, src/toolbox.h, src/select-toolbar.cpp,
2683           src/select-toolbar.h, src/gradient-toolbar.cpp, 
2684           src/gradient-toolbar.h:   moved into src/widgets
2685         * src/desktop.h, src/desktop.cpp, src/desktop-events.cpp,
2686           src/verbs.cpp, src/Makefile_insert, src/widgets/Makefile_insert,
2687           src/arc-context.cpp, src/dyna-draw-context.cpp,
2688           src/gradient-context.cpp, src/rect-context.cpp,
2689           src/select-context.cpp, src/spiral-context.cpp,
2690           src/star-context.cpp, src/interface.cpp, src/seltrans.cpp:
2691           adapted following SPDesktopWidget separation
2692         
2693 2005-08-24      David Yip       <yipdw@rose-hulman.edu>
2695         * src/jabber_whiteboard/session-manager.{cpp.h},
2696           src/jabber_whiteboard/callbacks.cpp,
2697           src/ui/dialog/whiteboard-connect.{cpp,h}:
2698           added support for XMPP over SSL to Inkboard
2700 2005-08-22  Ralf Stephan <ralf@ark.in-berlin.de>
2702         * src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp:
2703           both dialogs are now unresizable (bug #1237865)
2704         * src/main.cpp: enhanced doxygen main page
2706 2005-08-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2708         * packaging/osx-app.sh: Added a command line option which allows
2709           the executable and bundled dylibs to be stripped, significantly
2710           reducing the package size.
2712 2005-08-20  Ralf Stephan <ralf@ark.in-berlin.de>
2714         * src/desktop-style.cpp: fixed bug 1247989: nonstroked objects are
2715           no longer counted in stroke_average_width()
2716         * src/Doxyfile: added 3 more files
2717         * src/main.cpp: introduced doc hierarchy on doxygen main page
2718         * src/desktop-style.cpp:  improved doxygen documentation
2719           
2720 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2722         * src/connector-context.cpp, src/connector-context.h:
2723           Rework connector context to extend SPEventContext instead of
2724           SPDrawContext, and remove most of the borrowed draw context
2725           code.
2727 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2729         * src/menus-skeleton.h: correct the verb for "Select All In All Layers"
2730           since it was just showing a verb error in the menu.
2732 2005-08-19  Kees Cook  <kees@outflux.net>
2734         * autogen.sh, tools-version.sh, distro: report Ubuntu correctly, detect
2735           and reject unsafe automake versions (1.9.0 -> 1.9.6).
2737 2005-08-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2739         * src/dialogs/display-settings.cpp:
2740           Align the "Oversample bitmaps" option in the preferences
2741           dialog with all the other options.
2743 2005-08-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2745         * src/Makefile_insert: Added connector-context.{cpp,h}
2747         * src/connector-context.cpp, src/connector-context.h: New code for
2748           the connector context.  Handles the interaction of creating and
2749           modifying connectors.
2751         * src/sp-conn-end.cpp, src/sp-conn-end.h: Added sp_conn_adjust_path
2752           for adjusting the path of connectors to the edge of shapes, and
2753           sp_conn_end_detach to detach a connector endpoint from a shape.
2754           Also, when there is only a single shape attached to a connector
2755           and it is moved, then reroute the connector leaving its unattached
2756           endpoint where it is, rather than just moving the whole thing with
2757           the shape.
2759         * src/preferences-skeleton.h, src/toolbox.cpp, src/tools-switch.cpp,
2760           src/tools-switch.h, src/verbs.cpp, src/verbs.h,
2761           src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
2763           Enable the connector context.  Give it a preferences tab, toolbox,
2764           icon, etc.  Also, correct some vim modelines.
2765           
2766         * src/display/sp-canvas.cpp: Allow enter and leave events to be generated
2767           for canvas items when mouse buttons are depressed.
2769         * src/pixmaps/cursor-connector.xpm: A cursor for connector context.
2771 2005-08-18  Jon A. Cruz  <jon@joncruz.org>
2773         * src/knot.cpp: Corrected type conflict for crash bugs.
2775 2005-08-18  Ralf Stephan <ralf@ark.in-berlin.de>
2777         * src/Doxyfile: added 4 more files
2778         * src/extension/implementation/plugin-link.h,
2779           src/extension/internal/gimpgrad.cpp:  improved doxygen documentation
2780           
2781 2005-08-16  Ralf Stephan <ralf@ark.in-berlin.de>
2783         * src/desktop.h, src/desktop.cpp: replaced gboolean with bool
2784         * src/display/curve.cpp: made is_moveto() inline
2785         * src/knot.cpp, src/extension/extension.cpp, src/helper/action.cpp:
2786           added editor footer
2787         * src/desktop.h, src/desktop.cpp, src/knot.cpp, src/sp-gradient.cpp,
2788           src/display/curve.cpp, src/extension/extension.cpp,
2789           src/extension/implementation/plugin.h, 
2790           src/extension/implementation/plugin.cpp,
2791           src/extension/internal/gimpgrad.cpp, src/helper/action.cpp:
2792           improved doxygen documentation
2794 2005-08-14  MenTaLguY  <mental@rydia.net>
2796         * src/widgets/layer-selector.cpp: quick fix for crash bug when
2797           deleting unnamed layer [bug 1255843]
2799 2005-08-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2800         
2801         * packaging/macosx/ScriptExec/main.c: Allow the user to ignore the
2802           automatic fixing of the fontconfig problem and fix the problem
2803           manually.  Don't pop up the dialog again in this case when they
2804           relaunch Inkscape.
2806 2005-08-13  Ralf Stephan <ralf@ark.in-berlin.de>
2808         * src/menus-skeleton.h: fixed cvs bug where, in the default menus.xml, 
2809           given submenus didn't have correct names, so translation on 
2810           non-English systems was missed.
2811         
2812 2005-08-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2814         * packaging/macosx/Resources/script, packaging/macosx/ScriptExec/main.c:
2816         Fix for the fontconfig cache problem on OS X 10.4.  The first time 
2817         Inkscape is launched on 10.4 machines, after checking X11 is available,
2818         a dialog is brought up informing users of the fontconfig problem.  The
2819         dialog has a button to run fc-cache as root.  If chosen, an OS X
2820         authentication dialog in launched and fc-cache is run following the
2821         authentication.  A file is stored in ~/.inkscape to mark that fc-cache
2822         has been run.
2823         
2824 2005-08-11  Ralf Stephan <ralf@ark.in-berlin.de>
2826         * src/sp-gradient.cpp,src/sp-gradient-fns.h,src/event-context.h,
2827           src/event-context.cpp:  replaced gboolean with bool
2828         * src/document-undo.cpp:  added editor footer
2829         * src/sp-gradient.cpp, src/desktop.cpp, src/document.h,
2830           src/document.cpp, src/document-undo.cpp, src/event-context.h,
2831           src/event-context.cpp, src/selection.h:
2832           improved doxygen documentation
2834 2005-08-10      David Yip       <yipdw@rose-hulman.edu>
2836         * src/Makefile_insert: added composite-undo-stack-observer.{cpp,h}
2838         * src/document.{cpp.h},
2839           src/document-undo.cpp, src/document-private.h: 
2840           added hooks for undo stack observer
2842         * src/jabber_whiteboard/Makefile_insert: added new classes
2844         * src/jabber_whiteboard/callbacks.cpp: moved document initialization actions
2845           here (not the best idea, admittedly...)
2847         * src/jabber_whiteboard/connection-establishment.cpp,
2848           src/jabber_whiteboard/session-manager.*,
2849           src/jabber_whiteboard/chat-handler.cpp: updated to work with new listeners
2851         * src/jabber_whiteboard/message-contexts.cpp,
2852           src/jabber_whiteboard/message-handler.*,
2853           src/jabber_whiteboard/message-tags.*,
2854           src/jabber_whiteboard/defines.h: new message types (TODO: trim out dead
2855           types)
2857         * src/jabber_whiteboard/message-queue.*,
2858         * src/jabber_whiteboard/message-node.h: made MessageNode capable of
2859           representing more message types, as required by callbacks.cpp
2860           and new commit model
2862         * src/jabber_whiteboard/message-utilities.*: new utilities, although
2863           this entire class should be going bye-bye soon (its main tasks have been
2864           taken over by SerializerNodeObserver)
2866         * src/jabber_whiteboard/node-tracker.*: removal of node-level locks
2868         * src/jabber_whiteboard/node-utilities.*: removal of unnecessary methods;
2869           this class should also be removed soon
2871         * src/jabber_whiteboard/session-file-selector.cpp: miscellaneous tweaks
2873         * src/jabber_whiteboard/typedefs.h: new type definitions to handle the new
2874           commit model (TODO: prune unnecessary types)
2876         * src/xml/event.cpp: small hack to get Inkboard working (shouldn't be
2877           there, but I'm still learning my way around XML::Node and
2878           XML::Session...help welcome)
2880         * src/undo-stack-observer.h: interface for classes that watch undo, redo,
2881           and undo log commit events
2883         * src/composite-undo-stack-observer.*: similar to CompositeNodeObserver;
2884           combines multiple undo stack observers
2886         * src/jabber_whiteboard/serializer-node-observer.*: XML::Event serializer
2888         * src/jabber_whiteboard/deserializer.*: XML::Event deserializer
2890         * src/jabber_whiteboard/tracker-action-observer.*: simple observer to
2891           watch for added and removed nodes in undo/redo actions (put aside for
2892           now)
2894         * src/jabber_whiteboard/undo-stack-observer.*: Inkboard's undo stack
2895           observer implementation
2897 2005-08-10  Ralf Stephan <ralf@ark.in-berlin.de>
2899         * src/main.cpp: introduced doxygen doc main page with links
2901 2005-08-09  Ralf Stephan <ralf@ark.in-berlin.de>
2903         * src/Doxyfile: added 5 more files
2904         * src/display/curve.h, src/display/curve.cpp, src/knot.cpp,
2905           src/dialogs/export.cpp: replaced gboolean with bool
2906         * src/display/curve.cpp: removed sp_curve_finish() as it is nowhere 
2907           called, made sp_curve_ensure_space() static
2908         * src/sp-object.cpp, src/sp-item.cpp, src/libnr/n-art-bpath.h,
2909           src/libnr/nr-path-code.h, src/ui/view/view.cpp, src/dialogs/export.cpp,
2910           src/display/bezier-utils.cpp, src/display/curve.h,
2911           src/display/curve.cpp, src/knot.h, src/knot.cpp:
2912           improved doxygen documentation
2914 2005-08-08  MenTaLguY  <mental@rydia.net>
2916         * README.txt, README: make autotools happy
2918 2005-08-06  MenTaLguY  <mental@rydia.net>
2920         * Makefile.am, HACKING, HACKING_de, HACKING_fr, HACKING_it,
2921           HACKING.txt, HACKING.de.txt, HACKING.fr.txt, HACKING.it.txt,
2922           README, README_ca, README_de, README_fr, README_it,
2923           README.txt, README.ca.txt, README.de.txt, README.fr.txt, README.it.txt:
2925           saner filenames
2927 2005-08-06  MenTaLguY  <mental@rydia.net>
2929         * src/xml/Makefile_insert, src/xml/log-builder.cpp,
2930           src/xml/log-builder.h, src/xml/simple-session.cpp,
2931           src/xml/simple-session.h:
2933           Implement XML::LogBuilder class and use it from XML::SimpleSession.
2935 2005-08-06  MenTaLguY  <mental@rydia.net>
2937         * src/xml/event.h, src/xml/event.cpp, src/xml/event-fns.h:
2938           rejigger the way XML event logs are handled, based on NodeObservers
2940 2005-08-06  MenTaLguY  <mental@rydia.net>
2942         * src/xml/simple-session.cpp: minor formatting cleanups
2944 2005-08-06  Ted Gould <ted@gould.cx>
2946         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
2948         Adding in a hash table for Verb ID lookups.  This makes searching for them
2949         in the dynamic menus much faster.
2951 2005-08-06  Ralf Stephan <ralf@ark.in-berlin.de>
2953         * src/sp-offset.cpp: 
2954           removed a dependency, made refresh_offset_source() static
2955         * src/svg-view.cpp, src/svg-view.h, src/sp-spiral.cpp, src/sp-spiral.h: 
2956           replaced gboolean with bool
2957         * src/sp-offset.cpp, src/sp-root.cpp, src/sp-stop.h, src/sp-spiral.h,
2958           src/sp-spiral.cpp, src/svg-view.h, src/svg-view.cpp, src/style.cpp:
2959           improved doxygen documentation
2960         
2961 2005-08-05  MenTaLguY  <mental@rydia.net>
2963         * inkscape.spec.in: include translated manpages
2965 2005-08-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2967         * po/nl.po: fix a typo: close a bold tag.
2969 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2971         * src/jabber_whiteboard/typedefs.h:
2972           fixed incorrect template specialization syntax,
2973           removed duplicate definitions (oops...)
2975         * src/gc-alloc.h:
2976           removed explicit keyword from allocator constructors, as it is
2977           necessary to allow implicit conversion for rebinding.  Some
2978           containers in the libstdc++ in GCC 3.4.x require this, such as anything
2979           using the standard library's red-black tree implementation --
2980           std::set, std::map, std::multimap
2982 2005-08-03  Ralf Stephan <ralf@ark.in-berlin.de>
2984         * src/pen-context.cpp: made sp_pen_context_root_handler static
2985         * src/snap.h: removed getSnapToBBox() declaration
2986         * src/sp-stop.h: removed three dependencies
2987         * src/Doxyfile: added further 3 files
2988         * src/object-hierarchy.cpp, src/pen-context.h, src/pen-context.cpp,
2989           src/pencil-context.h, src/pencil-context.cpp, src/snap.h, 
2990           src/snap.cpp, src/sp-stop.h, src/sp-gradient.h, src/sp-gradient.cpp,
2991           src/sp-linear-gradient.h, src/sp-radial-gradient.h:
2992           improved doxygen documentation
2994 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2996         * src/jabber_whiteboard/Makefile_insert,
2997           src/jabber_whiteboard/message-handler.cpp,
2998           src/jabber_whiteboard/empty.cpp:
2999           fixing some build issues (Apple's ar doesn't like creating
3000           archives with an empty member list, so empty.cpp is a null
3001           placeholder to be used as the sole member in the jabber_whiteboard
3002           archive in the event that a user does not wish to enable
3003           Inkboard)
3005 2005-08-02  Bryce Harrington <bryce@bryceharrington.org>
3007         * src/ui/dialog/*.*:  Update copyrights
3009         * doc/WISHLIST:  s/Sodipodi/Inkscape/
3011         * src/desktop.cpp:  Rename SPView to Inkscape::UI::View::View
3013         * changing include file syntax from "" to <> where appropriate
3015         * Changing copyrights to be consistent
3017 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
3019         * src/menus-skeleton.h:
3020           added WITH_INKBOARD ifdef to prevent Inkboard options from being
3021           compiled into the menu skeleton if the Inkboard code is not enabled
3023 2005-08-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3025         *  src/display/curve.cpp: Correctly free an array with "delete []".
3027 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
3029         * src/jabber/whiteboard/node-tracker.cpp:
3030           removed unnecessary anchoring of XML::Nodes in XMLNodeTracker
3032 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
3034         * src/jabber_whiteboard/typedefs.h:
3035           moved back to GC::Alloc from traceable_allocator
3037         * src/jabber_whiteboard/node-tracker.cpp:
3038           fixed anchor-release problem with XML::Nodes in XMLNodeTracker
3040 2005-08-01  MenTaLguY  <mental@rydia.net>
3042         * src/gc.cpp, src/gc-core.h: Hans says it's okay to use
3043           GC_malloc_atomic_uncollectable
3045 2005-08-01  MenTaLguY  <mental@rydia.net>
3047         * src/gc-alloc.h: fix improper allocation size
3049 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
3051         * src/jabber_whiteboard/message-handler.cpp: removed some
3052           debug output
3054         * src/dialogs/whiteboard-sharewithchat.cpp: removed some excess
3055           debugging code
3057         * src/jabber_whiteboard/session-manager.cpp: removed 
3058           redundant if (x == NULL) tests surrounding delete
3060 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
3062         * src/ui/icons.cpp, src/ui/stock-items.cpp, src/ui/stock.cpp, 
3063           src/ui/stock.h:
3064           added Inkboard UI stock items
3066         * src/dialogs/whiteboard*:
3067           old C/Gtk Inkboard dialogs for collecting user input necessary
3068           to establish Jabber connections and Inkboard sessions (they're
3069           still used in some parts of the Inkboard code)
3071         * src/Makefile.am, src/Makefile_insert, src/desktop.cpp, 
3072           src/desktop.h, src/document.cpp, src/file.cpp, src/file.h,
3073           src/menus-skeleton.h, src/verbs.cpp, src/verbs.h:
3074           added necessary UI code to access Inkboard functions
3076         * src/jabber_whiteboard/Makefile_insert,
3077           src/jabber_whiteboard/buddy-list-manager.*,
3078           src/jabber_whiteboard/callbacks.*,
3079           src/jabber_whiteboard/chat-handler.*,
3080           src/jabber_whiteboard/connection-establishment.*,
3081           src/jabber_whiteboard/defines.h,
3082           src/jabber_whiteboard/error*,
3083           src/jabber_whiteboard/internal-constants.*,
3084           src/jabber_whiteboard/invitation-confirm-dialog.*,
3085           src/jabber_whiteboard/jabber-handlers.*,
3086           src/jabber_whiteboard/makefile*,
3087           src/jabber_whiteboard/message-*,
3088           src/jabber_whiteboard/node-*,
3089           src/jabber_whiteboard/received-message-helpers.cpp,
3090           src/jabber_whiteboard/player-functors.*,
3091           src/jabber_whiteboard/session-*,
3092           src/jabber_whiteboard/tracker-node.h,
3093           src/jabber_whiteboard/typedefs.h:
3094           Initial commit of Inkboard code
3095         * src/ui/dialog/session-player*,
3096           src/ui/dialog/whiteboard*:
3097           C++/Gtkmm replacements for some old C/Gtk dialogs
3098         * configure.ac:
3099           added Inkboard configure checks
3100         * src/ui/view/edit.cpp,
3101           src/ui/view/edit.h,
3102           src/ui/view/view.cpp:
3103           added Inkboard code stubs to new Gtkmm code
3104         * share/ui/menus-bars.xml:
3105           added Inkboard code stubs to menu UI XML
3107 2005-08-01  Ralf Stephan <ralf@ark.in-berlin.de>
3109         * src/sp-object.cpp: improved doxygen documentation
3111 2005-07-31  Ralf Stephan <ralf@ark.in-berlin.de>
3113         * src/nodepath.cpp: removed three dependencies
3115 2005-07-31  MenTaLguY  <mental@rydia.net>
3117         * src/sp-object.cpp, src/sp-object.h, src/sp-use.cpp:
3118           adopt more consistent refcounting policy
3120         * src/sp-object.h: make second parameter to sp_object_ref and
3121           sp_object_unref optional
3123 2005-07-30  Ralf Stephan <ralf@ark.in-berlin.de>
3125         * src/draw-anchor.cpp, src/nodepath.h: reduced dependencies
3126         * src/nodepath.cpp: removed duplicate dependency, added two from 
3127           nodepath.h, made triangle_area() inline
3128         * src/node-context.cpp: added dependency removed from nodepath.h
3129         * src/Doxyfile: added 2 further files to the scanned list
3130         * src/nodepath.h: moved function docs into nodepath.cpp
3131         * src/color.cpp: made file work with src/Doxyfile
3132         * src/color.cpp, src/draw-anchor.cpp, src/geom.cpp, src/nodepath.cpp:
3133           improved doxygen documentation
3134         * src/event-context.cpp: added a \todo
3135         * src/geom.cpp: added editor footer
3137 2005-07-30  Ted Gould  <ted@gould.cx>
3139         * src/Makefile_insert, src/inkscape.cpp, src/inkscape.h,
3140         src/interface.cpp, src/selection.cpp, src/verbs.cpp, src/verbs.h,
3141         src/extension/effect.cpp, src/extension/effect.h, src/menus-skeleton.h:
3143         Doing two things.  One, making menus configurable by an external xml file
3144         and the second is enabling sensitivity in the verbs.  These are both in
3145         pretty basic states right now, but workable.
3147 2005-07-29  MenTaLguY  <mental@rydia.net>
3149         * src/shortcuts.cpp: made Ctrl+Shift+G the "primary" ungroup shortcut
3151 2005-07-28  Carl Hetherington  <inkscape@carlh.net>
3153         * src/arc-context.cpp: CodingStyle.  Replace gboolean with bool.
3155         * src/desktop-events.cpp: CodingStyle: whitespace.  Add editor
3156         variables block.  gboolean exorcism.  Declaration-to-first-use fixes.
3157         
3159 2005-07-27  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3161         * src/style.h (SP_SCALE24_MAX): Change from 0xffffff to 0xff0000,
3162           and add documentation for choice of value.
3163           (SP_SCALE24_TO_FLOAT) Return a double instead of a float.
3164           (SP_SCALE24_FROM_FLOAT) Change rounding behaviour.
3165           These changes are intended to combat float rounding bugs on x86.
3167         * src/style.cpp (sp_style_merge_from_style_string): Use libcroco
3168           to parse style="..." attribute strings, to improve CSS parsing.
3170 2005-07-27  Ralf Stephan <ralf@ark.in-berlin.de>
3172         * src/Doxyfile: added 10 further files to the scanned list
3173         * src/gc-anchored.h, src/gc-managed.h, src/object-hierarchy.h, 
3174           src/pencil-context.h, src/selection.h, src/sp-object.h, src/sp-spiral.h, 
3175           src/svg-view.h, src/verbs.h, src/livarot/float-line.h, src/util/list.h, 
3176           src/widgets/paint-selector.h, src/xml/repr.h: 
3177           made file work with src/Doxyfile
3178         * src/livarot/int-line.h, src/livarot/float-line.h: 
3179           moved part of documentation into *.cpp file
3180         * src/gc-anchored.h, src/knot-holder-entity.h, src/nodepath.h, 
3181           src/pen-context.h, src/pencil-context.h, src/selection.h, 
3182           src/sp-gradient.h, src/sp-gradient.cpp, src/sp-item.h, src/sp-object.h, 
3183           src/sp-spiral.h, src/style.h, src/svg-view.h, src/extension/extension.h, 
3184           src/libnr/nr-matrix.h, src/livarot/int-line.h, src/livarot/int-line.cpp, 
3185           src/livarot/float-line.h, src/livarot/float-line.cpp, 
3186           src/livarot/sweep-event.h, src/livarot/sweep-event-queue.h, 
3187           src/util/list.h, src/widgets/paint-selector.h, src/xml/repr.h, 
3188           src/xml/repr.cpp: documentation improvements
3189         * src/sp-item.h: added editor footer
3191 2005-07-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3193         * src/svg/stringstream.h, src/svg/stringstream.cpp:
3194           Trim trailing zeros from after the decimal point when writing
3195           float or double to Inkscape::SVGOStringStream.
3196         * src/style-test.cpp: Update expected output accordingly.
3197         * src/svg/stringstream-test.h: New unit test.
3198         * src/Makefile.am, src/svg/Makefile_insert: Add the new unit test.
3199         * src/svg/Makefile_insert:
3200           Don't link unused ftos.cpp, but do link new file stringstream.cpp.
3202 2005-07-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3204         * share/icons/icons.svg: Add icon for connector context.
3206 2005-07-25  Ralf Stephan <ralf@ark.in-berlin.de>
3208         * src/libnr/nr-pixblock.h:  interface cleanup of NRPixBlock: size and mode
3209           are now named enums, empty is now bool, changes to function interfaces 
3210           because of that, changed C macros to C++ inline functions, changed clean 
3211           flag in some function interfaces from int to bool.
3212         * src/libnr/nr-pixblock.cpp:  adaptations due to changes in nr-pixblock.h,
3213           added assert to ...setup_extern() which remains a bit ... risky,
3214         * src/display/sp-canvas.cpp: 
3215           made sp_canvas_item_construct() static, inlined two other functions
3216         * src/svg-view.cpp: piped emit_resized through C++ façade (incomplete)
3217         * src/ui/view/view.h: removed legacyMessageContext() member
3218         * src/Doxyfile: added files, and options to collect todo and bugs
3219         * src/display/curve.cpp: moved member docs into curve.h
3220         * src/event-context.cpp: long line cosmetics, moved a function for clarity
3221         * src/sp-offset.h, src/sp-spiral.cpp, src/svg-view.cpp, 
3222           src/libnr/nr-types.h: added editor footer
3223         * src/color-rgba.h, src/draw-anchor.h, src/event-context.*, src/knot-*.h, 
3224           src/message-*.h, src/modifier-fns.h, src/nodepath.h, 
3225           src/pencil-context.cpp, src/pen-context.*, src/snap.*, src/sp-gradient.h, 
3226           src/sp-gradient-fns.h, src/sp-item.cpp, src/sp-item-notify-moveto.h, 
3227           src/sp-linear-gradient*, src/sp-offset.*, src/sp-radial-gradient*, 
3228           src/sp-spiral.cpp, src/style.cpp, src/svg-view.cpp, src/verbs.cpp, 
3229           src/dialogs/export.cpp, src/display/bezier-utils.cpp, 
3230           src/display/curve.*, src/diplay/sp-canvas.*, 
3231           src/extension/implementation/plugin*, src/extension/internal/gimpgrad.h, 
3232           src/libnr/nr-matrix.h, src/libnr/nr-matrix-scale-ops.h, 
3233           src/libnr/nr-matrix-translate-ops.h, src/libnr/nr-pixblock.*, 
3234           src/libnr/nr-point.h, src/libnr/nr-rotate.h, src/libnr/nr-rotate-fns.h, 
3235           src/libnr/nr-scale-matrix-ops.h, src/libnr/nr-types.h, 
3236           src/livarot/int-line.h, src/ui/view/view.*:
3237           
3238           made file work with src/Doxygen, doxygen documentation improvements
3240 2005-07-24  Ted Gould  <ted@gould.cx>
3242         * 0.42 Release
3244 2005-07-21  Ted Gould  <ted@gould.cx>
3246         * 0.42pre3
3248 2005-05-21  Kees Cook  <kees@outflux.net>
3250         * share/icons/*xpm, src/ui/dialog/transformation.cpp,
3251           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h:
3252           Hooked up Gtkmmified Icon manager correctly.  (bug 1217367)
3253         * Makefile.mingw, Makefile.mingw.common: patch 1241293 for build fixes
3255 2005-07-12  Ted Gould  <ted@gould.cx>
3257         * 0.42pre2
3259 2005-07-11  MenTaLguY  <mental@rydia.net>
3261         * src/debug/logger.cpp: wrap stack vector in method to avoid
3262           potential static initialization issues
3264         * src/sp-object.cpp: add refcount logging
3266 2005-07-09  MenTaLguY  <mental@rydia.net>
3268         * src/document-undo.cpp, src/inkscape.cpp, src/debug/event.h,
3269           src/debug/logger.cpp, src/debug/logger.h, src/debug/simple-event.h,
3270           src/xml/composite-node-observer.cpp, src/xml/event.cpp,
3271           src/xml/simple-node.cpp:
3273           Categorize debugging events and add the ability to filter them
3274           via setting the INKSCAPE_DEBUG_FILTER environment variable to
3275           a comma-separated list of debug event categories.
3277 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
3279         * src/interface.cpp: Spackle for Bug 1217361 "freeze on quitting 
3280         with transform dialog"
3282 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
3284         * src/interface.cpp: Whitespace changes only
3286 2005-07-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3288         * Info.plist.in, packaging/osx-app.sh, packaging/macosx/*:
3290         Changes and new files required to build an Inkscape dmg on Mac OS X.
3292 2005-07-05  Ted Gould  <ted@gould.cx>
3294         * 0.42pre1
3296 2005-07-04  MenTaLguY  <mental@rydia.net>
3298         * src/sp-metadata.cpp: strip id= attributes under rdf:RDF elements
3300 2005-07-04  MenTaLguY  <mental@rydia.net>
3302         * src/sp-object.cpp, src/xml/node-fns.h, src/xml/node-fns.cpp:
3303           don't force id= attributes on anything except elements in the SVG,
3304           Sodipodi, or Inkscape namespaces.
3306 2005-07-04  MenTaLguY  <mental@rydia.net>
3308         * src/verbs.cpp: redo cryve's fix to use defaultLabel() rather than
3309           label()
3311 2005-07-04  Bryce Harrington <bryce@bryceharrington.org>
3313         * src/livarot/float-line.cpp:  Patch from Ralf Stephan
3314         <ralf@ark.in-berlin.de> to suppress two warnings.
3315         
3316 2005-06-28  Ted Gould  <ted@gould.cx>
3318         * src/verbs.h:
3320         Changing from gnu::hash_map to std::map.  The only reason this was a
3321         hash_map before is because I was stealing code that I didn't understand,
3322         and a std::map works as well.  This fixes bug #1172199 for Tru64.
3324 2005-06-28  Ted Gould  <ted@gould.cx>
3326         * src/extension/dependency.cpp:
3328         Fix for #1169396 -- setting the default type for a dependency to file,
3329         this seems to be the only way that the print function could end up using
3330         undefined memory, and then passing it on the gettext.
3332 2005-06-28  Ted Gould  <ted@gould.cx>
3334         * src/extension/implementation/script.cpp,
3335         src/extension/implementation/script.h:
3337         Adding support for information coming back on STDERR from scripts.  This
3338         fixes bug #1220959 and RFE #1178941
3340 2005-07-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3342         * src/sp-stop.h, sp-gradient.cpp, widgets/gradient-vector.cpp:
3343           Implement currentColor as possible value for stop-color, as per spec.
3345 2005-07-02  Kees Cook  <kees@outflux.net>
3347         * src/dialog/rdf.cpp: Added FreeArt license, RFE #1230981.
3349 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
3351         * inkscape.nsi:  Fix for bug #1230744 'wrong installer language'
3352         by theadib.
3354         * src/swatches.cpp: Fix for bug #1217973.  The KDE swatches file
3355         consists of 3 column numbers (missing 4th column), and also lacks
3356         an ending newline.  In this situation, the name variable returned
3357         from trim() could be null, thus causing a segfault when used as an
3358         input to Glib::ustring.
3360         * src/sp-image.cpp: Patch for bug #1210100 by bpfowler to help
3361         narrow in on the cause of the bug.
3363         * README:  Requested change for bug #1174991.  Directions for
3364         installation of perl libs
3365         
3366 2005-07-01  Ben Fowler  <bpfowler@users.sourceforge.net>
3368         * src/desktop.cpp src/svg-view.cpp src/dialogs/display-settings.cpp 
3369         src/dialogs/export.cpp src/dialogs/find.cpp 
3370         src/extension/internal/ps.cpp: Replaced calls to gtk_widget_set_usize 
3371         with GTK2 version.
3373 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
3375         * inkscape.pod, src/main.cpp: Applying Makzu's patch to implement
3376           --vacuum-defs
3378 2005-06-28  Ted Gould  <ted@gould.cx>
3380         * 0.42pre0
3382 2005-06-23  MenTaLguY  <mental@rydia.net>
3384         * src/extension/implementation/script.cpp:
3385           support for ruby scripts (interpreter="ruby")
3387 2005-06-20  Ted Gould  <ted@gould.cx>
3389         * src/desktop.cpp, src/desktop.h, src/document-private.h,
3390         src/document.cpp, src/document.h, src/extension/effect.h,
3391         src/extension/implementation/script.cpp:
3393         Adding in a signal to show that the document is being reconstructed from
3394         another document.  This is used by the scripting extensions implementation
3395         to say to the desktops that they need to save their object references
3396         as strings instead of pointers -- and then recreate them when the
3397         reconstruction is complete.
3399         * src/extension/prefdialog.cpp: Making "OK" have focus.
3401         * src/verbs.cpp, src/verbs.h: Some prototype code to start making verbs
3402         sensitive or not.  Not tied in to anything currently.
3404 2005-06-20  MenTaLguY  <mental@rydia.net>
3406         * src/xml/repr-io.cpp: whoops... don't emit xmlns:xml
3408 2005-06-18  Richard Hughes  <cyreve@users.sourceforge.net>
3410         * src/text-context.cpp, src/text-context.h, src/libnrtype/Layout-TNG.h:
3411           implement double- and triple-clicking of text for selecting the
3412           current word and line respectively
3414 2005-06-16  MenTaLguY  <mental@rydia.net>
3416         * src/interface.cpp: removed "Go to root" context menu item
3418         * src/widgets/layer-selector.cpp: hide "(root)" unless it is the current
3419           layer
3421 2005-06-11  Aaron Spike  <aaron@ekips.org>
3423         * confiugre.ac,
3424           packaging/autopackage/default.apspec.in:
3426           Adding the autopackage specfile
3428 2005-06-10  Richard Hughes  <cyreve@users.sourceforge.net>
3430         * src/text-context.cpp:
3431           use ctrl-left/right for moving cursor by word in text mode,
3432           and ctrl-a for select all text
3434 2005-06-09  Bryce Harrington <bryce@bryceharrington.org>
3436         * src/ui/dialogs/align-and-distribute.cpp,
3437           src/ui/dialogs/align-and-distribute.h,
3438           src/verbs.cpp:
3439           Hooking up Aubanel's new align and distribute dialog
3441 2005-06-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3443         * src/text-context.cpp (sp_text_context_root_handler):
3444           Greater conformance to ISO 14755 for unicode entry.  We now
3445           implement all of the ``Basic method'' portion of that spec
3446           except for non-latin hexadecimal digits (first 6 letters of
3447           other alphabets).  (Instead, we do the same as for all other
3448           shortcuts, viz. force a group0 (latin) interpretation of the
3449           keypress.)
3451 2005-06-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3453         * src/pen-context.cpp (spdc_endpoint_snap): Pen tool: do snapping
3454           (i.e. namedview_free_snap_all_types) even for initial point.
3456         * src/Makefile.am (INCLUDES), src/extension/script/Makefile_insert
3457         (extension_script_libscript_a_CXXFLAGS):
3459           Put PERL_CFLAGS PYTHON_CFLAGS into global INCLUDES rather than
3460           using a libscript_a_CXXFLAGS var (which involved creating .o files
3461           specific to that lib).
3463 2005-06-06  Ted Gould  <ted@gould.cx>
3465         * src/extensions/effect.cpp:
3467         Adding in the code so that effects can be undoable.
3469         * src/extensions/implementation/script.[cpp,h]
3471         Adding in the code so that a new window is not displayed when an
3472         effect is executed.  Now it is in the same window (much nicer).
3474         * src/extensions/internal/latex*.[cpp,h]
3476         Patches from the mailing list to add LaTeX output.
3478 2005-06-04  MenTaLguY  <mental@rydia.net>
3480         * src/extensions/init.cpp:
3482           That tears it.  Showing the error dialog on startup goes.  I've
3483           had to respond to one too many bloody bug reports.  If we released
3484           0.42 with this too we'll drive away users permanently.  As it was,
3485           a lot of people were assuming 0.41 was broken when they saw this
3486           and reverted to 0.40.
3488 2005-05-31  MenTaLguY  <mental@rydia.net>
3490         * src/preferences-skeleton.h: disable extension error dialog on startup
3491           -- I'm sick of hearing that Inkscape is broken because people see
3492           this dialog on startup.  It makes us look bad.
3493           
3494           We're not going to repeat this for 0.42 -- find a better approach.
3496 2005-05-28  MenTaLguY  <mental@rydia.net>
3498         * src/document.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
3499           src/sp-flowtext.cpp, src/sp-object.cpp, src/sp-object.h,
3500           src/sp-path.cpp, src/sp-rect.cpp, src/sp-root.cpp, src/sp-root.h,
3501           src/sp-shape.cpp, src/version.cpp, src/version.h:
3503           propagate SVG version upwards, and move SPVersion into Inkscape
3504           namespace
3506 2005-05-24  Simarilius  <Simarilius@yahoo.com>
3508         * src/verbs.cpp, src/dialogs/tiledialog.cpp, src/dialogs/tiledialog.h,
3509         src/ui/dialogs/dialog-manager.cpp
3510         
3511         Converted the tiledialog over to the inkscape:ui:dialog class and hooked
3512         it into dialog manager
3514 2005-05-24  Ted Gould  <ted@gould.cx>
3516         * src/extension/dependency.cpp, src/extension/extension.cpp,
3517         src/extension/extension.h, src/extension/init.cpp,
3518         src/extension/implementation/script.cpp:
3520         Applying patch 1199856 which allows Inkscape to have multiple directories
3521         for extensions.  Currently those are /share/inkscape/extensions and
3522         ~/.inkscape/extensions.  The patch was written by Aaron Spike.
3524 2005-05-23  Ted Gould  <ted@gould.cx>
3526         * share/extensions/<alot>
3528         Adding in Aaron Spike's extensions so that they come with the standard
3529         build.  Lot's of useful stuff that is worth having for most users.
3531 2005-05-19  MenTaLguY  <mental@rydia.net>
3533         * src/verbs.cpp, src/ui/dialog/align-and-distribute.h,
3534           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
3535           src/ui/dialog/document-preferences.h, src/ui/dialog/export.h,
3536           src/ui/dialog/extension-editor.h, src/ui/dialog/fill-and-stroke.h,
3537           src/ui/dialog/find.h, src/ui/dialog/inkscape-preferences.h,
3538           src/ui/dialog/layer-editor.h, src/ui/dialog/messages.h,
3539           src/ui/dialog/text-properties.h, src/ui/dialog/transformation.h,
3540           src/ui/dialog/xml-editor.h, src/ui/view/edit.cpp:
3542           refactoring of the dialog manager code, introducing factory
3543           functions and a method specifically for showing a dialog
3545 2005-05-19  MenTaLguY  <mental@rydia.net>
3547         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
3549           fix layer property undo crash bugs (#1192708 and #1171704)
3551 2005-05-19  MenTaLguY  <mental@rydia.net>
3553         * src/debug/Makefile_insert, src/debug/sysv-heap.cpp,
3554           src/debug/sysv-heap.h, src/gc.cpp, src/debug/gc-heap.h,
3555           src/debug/heap.cpp:
3557           moved GC Heap statistics stuff into libdebug to ease circular
3558           dependencies
3560 2005-05-17  MenTaLguY  <mental@rydia.net>
3562         * src/ui/dialog/memory.cpp:
3564           reduce magnitude of memory jitter somewhat by avoiding some vector
3565           resizing and copying
3567 2005-05-16  MenTaLguY  <mental@rydia.net>
3569         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
3571           revised Debug::Heap API slightly
3573         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
3575           thousands separators and other niceties.  'apply' now forces a
3576           garbage collection and immediate update.
3578 2005-05-16  MenTaLguY  <mental@rydia.net>
3580         * src/ui/dialog/memory.cpp: re-use existing rows, though it doesn't
3581           seem to help memory jitter much
3583 2005-05-15  MenTaLguY  <mental@rydia.net>
3585         * src/debug/heap.cpp: fix bounds error
3587         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
3588         
3589         flesh out basic memory info dialog
3591 2005-05-15  MenTaLguY  <mental@rydia.net>
3593         * configure.ac: cleaned up tests
3595         * src/debug/heap.cpp: fixed feature macro names
3597 2005-05-15  MenTaLguY  <mental@rydia.net>
3599         * configure.ac: added tests for mallinfo and malloc.h
3601         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
3603           fix up Debug::Heap API slightly
3605 2005-05-14  MenTaLguY  <mental@rydia.net>
3607         * src/interface.cpp, src/verbs.cpp, src/verbs.h,
3608           src/ui/dialog/Makefile_insert, src/ui/dialog/dialog-manager.cpp,
3609           src/ui/dialog/dialog-manager.h, src/ui/dialog/memory.cpp,
3610           src/ui/dialog/memory.h:
3611           
3612           added skeletal memory statistics dialog
3614 2005-05-12  Juerg Billeter  <j@bitron.ch>
3616         * configure.ac: Have pkgconfig explicitly require gdkmm-2.4 & glibmm-2.4
3617         (used directly by Inkscape), rather than relying on transitive
3618         dependencies.  It's said that this is required in some cases with
3619         pkgconfig 0.17 and later.
3621 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
3623         * ChangeLog configure.ac src/Makefile_insert src/desktop-widget.h
3624           src/desktop.h src/dropper-context.cpp src/file.cpp
3625           src/shortcuts.cpp src/sp-text.cpp src/splivarot.cpp
3626           src/svg-view.h src/text-context.cpp src/verbs.cpp
3627           src/extension/implementation/plugin-link.h
3628           src/extension/internal/grid.cpp src/helper/action.h
3629           src/helper/window.cpp src/ui/dialog/dialog.cpp
3630           src/ui/dialog/messages.cpp src/ui/view/view.cpp
3631           src/ui/view/view.h:   
3633           Moving view.* into src/ui/view/
3634         
3635 2005-05-09  MenTaLguY  <mental@rydia.net>
3637         * src/gc-alloc.h: const-correctness fix
3639 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
3641         * configure.ac:  Defaulting with-gnome-vfs to on if library is
3642           present. 
3643         
3644         * po/POTFILES.in : Fixed error causing compile failure
3646         * src/Makefile_insert src/arc-context.cpp src/desktop-events.cpp
3647            src/desktop.cpp src/desktop.h src/dyna-draw-context.cpp
3648            src/gradient-context.cpp src/gradient-toolbar.cpp
3649            src/interface.cpp src/make.dep src/make.files
3650            src/rect-context.cpp src/select-context.cpp
3651            src/select-toolbar.cpp src/seltrans.cpp src/spiral-context.cpp
3652            src/star-context.cpp src/toolbox.cpp src/verbs.cpp src/view.cpp
3653            src/view.h src/application/application.cpp
3654            src/application/application.h src/application/editor.cpp
3655            src/application/editor.h src/ui/dialog/align-and-distribute.cpp
3656            src/ui/dialog/align-and-distribute.h
3657            src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h
3658            src/ui/dialog/dialog.cpp src/ui/dialog/dialog.h
3659            src/ui/dialog/document-preferences.cpp
3660            src/ui/dialog/document-preferences.h src/ui/dialog/export.cpp
3661            src/ui/dialog/export.h src/ui/dialog/extension-editor.cpp
3662            src/ui/dialog/extension-editor.h
3663            src/ui/dialog/fill-and-stroke.cpp
3664            src/ui/dialog/fill-and-stroke.h src/ui/dialog/find.cpp
3665            src/ui/dialog/find.h src/ui/dialog/inkscape-preferences.cpp
3666            src/ui/dialog/inkscape-preferences.h
3667            src/ui/dialog/layer-editor.cpp src/ui/dialog/layer-editor.h
3668            src/ui/dialog/messages.h src/ui/dialog/text-properties.cpp
3669            src/ui/dialog/text-properties.h
3670            src/ui/dialog/transformation.cpp src/ui/dialog/transformation.h
3671            src/ui/dialog/tree-editor.h src/ui/dialog/xml-editor.cpp
3672            src/ui/dialog/xml-editor.h src/ui/view/Makefile_insert
3673            src/ui/view/edit.cpp src/ui/view/edit.h :
3675            Renaming sp-desktop-widget.h to desktop-widget.h for
3676            consistency with other desktop files.  Beginning migration of
3677            desktop-* and view* files into ui/view/ subdir.  Incorporating
3678            DialogManager into existing SPDesktop code.  Making SPView
3679            derive from GObject.  Changing Messages dialog to run via
3680            DialogManager.  Removing getName() and getDesc() routines from
3681            Dialogs.  
3682         
3683 2005-05-08  MenTaLguY  <mental@rydia.net>
3685         * src/Makefile_insert: change link order since the GC code now
3686           depends on the debugging stuff
3688         * src/debug/Makefile_insert, src/debug/heap.cpp, src/debug/heap.h:
3690           added heap statistics stuff
3692         * src/gc.cpp: register the GC heap with the heap statistics facility
3694 2005-05-07  MenTaLguY  <mental@rydia.net>
3696         * src/gc-anchored.h, src/gc-core.h, src/gc-finalized.h,
3697           src/gc-managed.h, src/gc.cpp:
3699           hide the global Ops structure from the outside world, and expose
3700           some additional libgc API.
3702 2005-05-07  Ted Gould  <ted@gould.cx>
3704         * src/extension/parameter.cpp: bug fix for empty string parameter
3706         * share/extensions/dropshadow.inx,
3707         src/extension/implementation/script.cpp:
3709         Adding in an "interpreter" attribute for "command" that will prepend
3710         the command with the interpreter.  Right now only "perl" and "python"
3711         work, and they only prepend "perl" and "python", but more will be
3712         added later.
3714 2005-05-07  MenTaLguY  <mental@rydia.net>
3716         * src/xml/composite-node-observer.cpp: bug fixes
3718         * src/xml/simple-node.cpp, src/xml/simple-node.h: switch to using
3719           CompositeNodeObserver, which has saner add/remove semantics
3721         * src/util/list-container-test.cpp: add another test, just to be sure
3723         * src/dialogs/xml-tree.cpp: remove need for is_interactive flag on
3724           attribute changes (the flag is effectively disabled by the other
3725           changes)
3727 2005-05-05  MenTaLguY  <mental@rydia.net>
3729         * src/debug/event.h, src/debug/logger.cpp:
3731           PropertyPair is now its own class
3732         
3733         * src/xml/simple-node.cpp: add logging of XML node mutation
3735         * src/xml/Makefile_insert, src/xml/composite-node-observer.cpp,
3736           src/xml/composite-node-observer.h:
3738           added CompositeNodeObserver class, which will eventually replace
3739           the existing notifier lists
3741 2005-05-05  MenTaLguY  <mental@rydia.net>
3743         * src/inkscape.cpp: try to cleanly terminate log in case of crashes
3745 2005-05-05  MenTaLguY  <mental@rydia.net>
3747         * src/document-undo.cpp, src/debug/Makefile_insert, src/debug/logger.cpp,
3748           src/debug/simple-event.h, src/xml/event.cpp:
3750           add debug logging for undo+redo+transactions
3752 2005-05-05  MenTaLguY  <mental@rydia.net>
3754         * src/inkscape.cpp, src/main.cpp: initialize and shutdown debug log
3755           from more reliable place
3757         * src/debug/logger.cpp: clean up log via std::atexit()
3759 2005-05-04  MenTaLguY  <mental@rydia.net>
3761         * configure.ac, src/Makefile.am, src/Makefile_insert,
3762           src/debug/Makefile_insert, src/debug/makefile.in:
3764           added src/debug/ subdir
3766         * src/gc-alloc.h: no default management type for now
3768         * src/debug/event-tracker.h, src/debug/event.h, src/debug/logger.cpp,
3769           src/debug/logger.h: simple XML logging facility
3771         * src/util/Makefile_insert: fixed cut-and-paste error
3773 2005-04-29  Jon A. Cruz  <jon@joncruz.org>
3774         * src/dialogs/swatches.cpp, src/dialogs/eek-preview.h,
3775           src/dialogs/eek-preview.cpp:
3777         Added property to swatch to block taking focus.
3779 2005-04-28  Jon A. Cruz  <jon@joncruz.org>
3780         * src/dialogs/Makefile_insert, src/dialogs/eek-preview.cpp,
3781           src/dialogs/eek-preview.h, src/dialogs/swatches.cpp,
3782           src/dialogs/swatches.h, src/ui/previewholder.cpp,
3783           src/ui/previewable.h, src/ui/widget/panel.cpp:
3785           Adding new widget for color swatch usage.
3787 2005-04-24  Bryce Harrington <bryce@bryceharrington.org>
3789         * src/Makefile.am src/Makefile_insert,
3790           src/application/Makefile_insert, src/application/editor.cpp,
3791           src/application/editor.h, src/extension/internal/svg.cpp,
3792           src/ui/Makefile_insert, src/ui/view/Makefile_insert,
3793           src/ui/view/edit.cpp, src/ui/view/edit.h, src/ui/view/makefile.in,
3794           src/application/editor-impl.cpp, src/application/editor-impl.h:
3796           Renaming EditorImpl to UI::View::Edit
3798           Fixing bug 1185873 "batch mode crasher" caused by VFS being
3799           called with relative paths.  Adding a check to see whether the
3800           input is a valid uri, and if not, just calling sp_document_new
3801           directly.
3804 2005-04-23  Ted Gould  <ted@gould.cx>
3806         * src/extension/input.cpp, src/extension/input.h,
3807         src/extension/output.cpp, src/extension/output.h,
3808         src/extension/system.cpp, src/extension/implementation/implementation.cpp,
3809         src/extension/implementation/implementation.h,
3810         src/extension/implementation/plugin-link.h,
3811         src/extension/implementation/plugin.cpp,
3812         src/extension/implementation/plugin.h,
3813         src/extension/implementation/script.cpp,
3814         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
3815         src/extension/internal/eps-out.h:
3817         Changing the prototype for the input/output preferences to be closer to
3818         that of Effects.  This is a good thing because now autogui can be used for
3819         all, and it is much cleaner.  Unfortunately, this caused alot of files to
3820         be changed.  Also, this sets up the extensions dialog (we're only using
3821         one now) to be integrated into the GTKmm codebase easier.
3823 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3824         * src/widgets/sp-color-wheel-selector.cpp,
3825           src/widgets/sp-color-scales.h, src/widgets/sp-color-slider.cpp,
3826           src/widgets/sp-color-scales.cpp:
3827         Changed CMYK selector to display values as 0-100. Fixes REF #1124499.
3829 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3830         * src/xml/repr-io.cpp:
3831         Expand entities; matches 0.41 behavior. Fixes bug #1157478.
3833 2005-04-20  Jon A. Cruz  <jon@joncruz.org>
3834         * src/sp-object-repr.cpp:
3835         Turned off the half-done <animate> element. Fixes bug #1119935.
3837 2005-04-19  Carl Hetherington  <inkscape@carlh.net>
3839         * src/pen-context.cpp: snap first point to grid correctly, fixing
3840         #1152057.  Remove a pointless call to spdc_endpoint_snap().
3842         * src/main.cpp: support for command-line export of PS and EPS,
3843         with options.
3845 2005-04-19  Piers Titus van der Torren  <piersvdt@users.sourceforge.net>
3846         * src/seltrans.cpp:
3847         Fixed skew so it displays and snaps to angle instead of percentage.
3849 2005-04-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3851         * src/extension/internal/pov-out.cpp (PovOutput::save):
3852         Was dividing component bytes by 256 instead of the usual 255 to get
3853         floating point component.  Changed to use sp_color_get_rgb_floatv
3854         instead.  (N.B. This change is wrong if pov files disallow 1.0.)
3856         Multiply opacity by product of all ancestors' opacity property computed
3857         value.
3859 2005-04-18  Carl Hetherington  <inkscape@carlh.net>
3861         * src/sp-line.cpp, src/dialogs/unclump.cpp,
3862         src/extension/internal/ps.cpp,
3863         src/libnrtype/Layout-TNG-Output.cpp,
3864         src/Layout-TNG-Scanline-Makers.cpp, src/livarot/PathCutting.cpp:
3865         add missing include of nr-point-matrix-ops.h.
3867 2005-04-17  Jon A. Cruz  <jon@joncruz.org>
3868         * src/toolbox.cpp:
3870         Corrected improper use of static. Fixes bug #1171919.
3872 2005-04-16  Ted Gould  <ted@gould.cx>
3874         * src/extension/extension.cpp, src/extension/parameter.cpp:
3876         Adding in autogui for strings and booleans.  Also making everything
3877         a little more robust.
3879 2005-04-17  cyreve  <cyreve@users.sourceforge.net>
3881         * src/: sp-text.cpp, sp-text.h, text-context.cpp, text-editing.cpp,
3882           text-editing.h, libnrtype/Layout-TNG-Compute.cpp: hook up keys
3883           for adding rotate= attribute to text elements
3885         * src/libnrtype/Layout-TNG-OutIter.cpp: visual cursor left/right in
3886           counterdirectional text runs
3888 2005-04-16  cyreve  <cyreve@users.sourceforge.net>
3890         * src/: display/nr-arena-glyphs.cpp, libnrtype/FontInstance.cpp,
3891           libnrtype/RasterFont.cpp, libnrtype/font-instance.h,
3892           libnrtype/font-style.h: make miter-limit work for text outlines
3893           (bug 1094430)
3895 2005-04-16  Ted Gould  <ted@gould.cx>
3897         * src/main.cpp:
3899         Added a command-line arguement --extension-directory to find what
3900         extension directory Inkscape is configured for.  This should be 
3901         helpful for external extensions that want to use the same path
3902         as Inkscape itself on their install.
3904         * src/extension/extension.cpp, src/extension/init.cpp:
3906         Putting in half of Aaron's fix, mostly the one to keep things from
3907         crashing, next we need to examine how to add multiple search paths
3908         for extension dependencies.
3910         Also, added a check so that autogui won't create a GUI if there are
3911         no preferences.
3913 2005-04-13  Jon Phillips <jon@rejon.org>
3914         * src/toolbox.cpp: removed code that was beeping and prepped for new
3915           drag-n-drop color swatches.
3917 2005-04-13  cyreve  <cyreve@users.sourceforge.net>
3919         * src/path-chemistry.cpp: wire up converting object to path for
3920           flowtext
3922 2005-04-13  Jon A. Cruz  <jon@joncruz.org>
3923         * src/dialogs/swatches.cpp:
3925         Simple drag-n-drop out from color swatches.
3927 2005-04-12  cyreve  <cyreve@users.sourceforge.net>
3929         * src/: selection-chemistry.cpp, text-context.cpp, text-context.h,
3930           text-editing.cpp, text-editing.h: cut and copy selected text (bug
3931           1175441)
3933 2005-04-12  Ted Gould  <ted@gould.cx>
3935         * src/extension/extension.cpp, src/extension/extension.h,
3936         src/extension/parameter.cpp, src/extension/parameter.h,
3937         src/extension/implementation/script.cpp:
3939         This is support for having command line arguments from the parameters,
3940         mostly this is a quick hack to get Aaron working, I'll clean it up
3941         shortly, I promise.  But, it does seem to be working right now.  More
3942         polish shortly.
3944 2005-04-10  Jon A. Cruz  <jon@joncruz.org>
3945         * src/interface.cpp:
3947         Adding drag-n-drop support for arbitrary images. Fixes bug 1177714.
3950 2005-04-10  Ted Gould  <ted@gould.cx>
3952         * Lots of files:
3954         Moving around the plugins, and disabling the feature.  I've put all
3955         the functionality into the internal directory.  This should allow for
3956         the features to be used until plugins could work.  Also, adding in
3957         features to do autogui with the parameters of a given extension.
3959 2005-04-09  Bryce <bryce@bryceharrington.org>
3961         * src/view.h, src/application/editor-impl.cpp,
3962           src/application/editor-impl.h, src/svg-view.h:
3964           C++-ification.  Created some C++ wrapper member functions for
3965           SPView and SPSVGView, to enable Gtkmmification of SPDesktop
3967 2005-04-09  MenTaLguY  <mental@rydia.net>
3969         * src/selection.cpp, src/selection.h, src/dialogs/align.cpp,
3970           src/extension/implementation/script.cpp,
3971           src/extension/plugin/bluredge.cpp, src/util/glib-list-iterators.h:
3973           excise STL abuse, and fix up the glib list iterators
3975 2005-04-09  MenTaLguY  <mental@rydia.net>
3977         * src/file.cpp, src/interface.cpp, src/shortcuts.cpp,
3978           src/sp-object-repr.cpp, src/sp-skeleton.cpp, src/verbs.cpp,
3979           src/dialogs/export.cpp, src/display/nr-arena-item.cpp,
3980           src/libnrtype/FontFactory.cpp, src/libnrtype/TextWrapper.h,
3981           src/livarot/ShapeMisc.cpp, src/livarot/float-line.cpp:
3983           combined several different 64-bit cleanness patches
3985 2005-04-08 Jon Phillips <jon@rejon.org>
3986         * src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h: 
3987           added copyright statements about dialog manager code I wrote.
3989 2005-04-08  MenTaLguY  <mental@rydia.net>
3991         * src/draw-context.cpp, src/dyna-draw-context.cpp, src/path-chemistry.cpp,
3992           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
3993           src/splivarot.cpp, src/extension/plugin/bluredge.cpp,
3994           src/trace/trace.cpp:
3996           renaming Inkscape::Selection methods that deal with XML::Nodes
3998 2005-04-08  MenTaLguY  <mental@rydia.net>
4000         * src/document-undo.cpp: try again with handling incomplete transactions
4001           more gracefully
4003 2005-04-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4005         * src/io/sys.h, src/io/sys.cpp (dir_open, dir_read_utf8name):
4006           New functions: utf8 wrappers around g_dir_open, g_dir_read_name.
4008 2005-04-02  Bryce Harrington <bryce@bryceharrington.org>
4010         * configure.ac share/ui/menus-bars.xml, src/Makefile.am,
4011           src/Makefile_insert, src/file.cpp,
4012           src/application/editor-impl.cpp,
4013           src/application/editor-impl.h,
4014           src/extension/init.cpp, src/extension/input.cpp,
4015           src/extension/system.cpp,
4016           src/extension/implementation/implementation.cpp,
4017           src/extension/implementation/plugin.cpp,
4018           src/extension/implementation/script.cpp,
4019           src/extension/internal/svg.cpp
4020         : Implementing preliminary load-from-URI functionality.
4021         
4023 2005-04-02  MenTaLguY  <mental@rydia.net>
4025         * src/document-undo.cpp, src/xml/event-fns.h, src/xml/event.cpp,
4026           src/xml/event.h:
4028           more debugging info for incomplete transactions
4030 2005-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4032         * src/sp-gradient.cpp: Fix crash with cycles in gradient hrefs.
4034 2005-04-01  Jon A. Cruz  <jon@joncruz.org>
4035         * src/ui/widget/panel.h, src/ui/widget/panel.cpp, src/ui/previewholder.h,
4036           src/ui/previewholder.cpp,src/dialogs/swatches.cpp,
4037           src/dialogs/swatches.h:
4038           Added UI for switching palettes
4040 2005-04-01  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4041         * src/style.cpp (sp_style_merge_from_dying_parent): New function to
4042           combine the styles of the <use> element and its ghost child when
4043           unlinking.
4044         * src/sp-use.cpp: Use it.
4046 2005-03-31  Jon A. Cruz  <jon@joncruz.org>
4047         * src/ui/widget/panel.cpp, src/ui/widget/panel.h, src/path-prefix.h,
4048           src/dialogs/swatches.cpp, src/dialogs/swatches.h
4049           share/palettes/Makefile.am, share/palettes/svg.gpl:
4050           Adding palette loading.
4052 2005-03-31 Jean-François Lemaire <jflemaire@skynet.be>
4053         * share/icons/David_icons.svg: new icon theme by David Christian Berg
4055         * share/icons/README.icons: explanations on how to use the theme
4057 2005-03-30  Jean-François Lemaire <jflemaire@skynet.be>
4058         * share/icons/icons.svg: included the layer menu icons
4060         * src/verbs.cpp: assigned names for the layer menu icons
4062 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
4063         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
4064           src/ui/previewholder.h, src/ui/previewfillable.h,
4065           src/dialogs/iconpreview.cpp, src/dialogs/swatches.cpp:
4066           Adding panel menu
4068 2005-03-27  Jon Phillips <jon@rejon.org>
4069         * src/toolbox.cpp src/toolbox.h src/ui/dialog/dialog-manager.cpp
4070           src/ui/dialog/dialog-manager.h: Added generic dialog adding,
4071           deleting, and getting and fixed toolboxes to be static with no
4072           warnings.
4074 2005-03-26  Bryce <bryce@bryceharrington.com>
4076         * share/ui/keybindings.rc, share/ui/menus-bars.xml
4077           src/application/editor-impl.cpp, src/application/editor-impl.h,
4078           src/extension/internal/svg.cpp, src/ui/dialog/Makefile_insert,
4079           src/ui/dialog/dialog-manager.cpp,
4080           src/ui/dialog/dialog-manager.h, src/ui/dialog/messages.cpp,
4081           src/ui/dialog/messages.h: Initial implementation of canvas in
4082           gtkmm.  Incorporating Messages dialog.
4085 2005-03-24  MenTaLguY  <mental@rydia.net>
4087         * src/sp-item.cpp: fix relative transforms to accommodate viewbox
4089 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
4091         * src/ui/Makefile_insert, src/dialogs/swatches.cpp,
4092           src/dialogs/swatches.h, src/ui/previewable.h,
4093           src/ui/previewfillable.h, src/ui/previewholder.cpp,
4094           src/ui/previewholder.h:
4095           Refactoring previewable functionality to be more generic
4097 2005-03-24  cyreve  <cyreve@users.sourceforge.net>
4099         * src/: text-context.cpp, text-editing.cpp, text-editing.h:
4100           functions for applying style to selected text, and wire them
4101           up to ctrl-b/ctrl-i for bold/italic
4103 2005-03-23  Jon Phillips <jon@rejon.org>
4104         * src/toolbox.h src/toolbox.cpp: Fixed warning messages.
4106 2005-03-23  Jon A. Cruz  <jon@joncruz.org>
4108         * src/ui/previewable.h, src/ui/Makefile_insert,
4109           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
4110           Preliminary work for 'Previewable' interface.
4112 2005-03-23  cyreve  <cyreve@users.sourceforge.net>
4114         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
4115           libnrtype/Layout-TNG-Output.cpp: make text on path work correctly
4116           with accent glyphs and suchlike
4118         * src/: text-chemistry.cpp, libnrtype/Layout-TNG.h: apply text's
4119           alignment to startOffset on new textpath elements, fixes bug
4120           1168145
4122         * src/libnrtype/Layout-TNG-OutIter.cpp: selecting text to the end
4123           sometimes displays wrong
4125 2005-03-22  MenTaLguY  <mental@rydia.net>
4127         * src/arc-context.cpp, src/desktop-handles.cpp,
4128           src/desktop-handles.h, src/desktop.cpp, src/desktop.h,
4129           src/document.h, src/draw-context.cpp, src/draw-context.h,
4130           src/file.cpp, src/forward.h, src/gradient-context.cpp,
4131           src/gradient-drag.cpp, src/gradient-drag.h, src/gradient-toolbar.cpp,
4132           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
4133           src/node-context.h, src/nodepath.cpp, src/object-ui.cpp,
4134           src/path-chemistry.cpp, src/rect-context.cpp, src/selcue.cpp,
4135           src/selcue.h, src/select-context.cpp, src/select-toolbar.cpp,
4136           src/selection-chemistry.cpp, src/selection-chemistry.h,
4137           src/selection-describer.cpp, src/selection-describer.h,
4138           src/selection.cpp, src/selection.h, src/seltrans.cpp,
4139           src/seltrans.h, src/sp-flowtext.cpp, src/spiral-context.cpp,
4140           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
4141           src/text-context.cpp, src/toolbox.cpp, src/verbs.cpp,
4142           src/dialogs/align.cpp, src/dialogs/clonetiler.cpp,
4143           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
4144           src/dialogs/find.cpp, src/dialogs/iconpreview.cpp,
4145           src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
4146           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4147           src/dialogs/tiledialog.cpp, src/dialogs/transformation.cpp,
4148           src/dialogs/xml-tree.cpp, src/extension/plugin/bluredge.cpp,
4149           src/extension/plugin/grid.cpp, src/trace/trace.cpp,
4150           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
4151           src/ui/dialog/transformation.cpp, src/ui/dialog/transformation.h,
4152           src/widgets/sp-widget.cpp, src/widgets/sp-widget.h:
4154           SPSelection -> Inkscape::Selection
4156 2005-03-22  cyreve  <cyreve@users.sourceforge.net>
4158         * src/text-context.cpp: pressing esc doesn't hide text selection
4160         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4161           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
4162           libnrtype/Layout-TNG.h: make text selection inverse
4164 2005-03-21  Jon Phillips <jon@rejon.org>
4166         * share/icons/icons.svg src/dropper-context.cpp
4167           src/dropper-context.h src/toolbox.cpp src/toolbox.h
4168           src/dialogs/display-settings.cpp: Added controls for eye dropper
4169           so that I could get color values. Removed option from application
4170           preferences.
4172 2005-03-21  MenTaLguY  <mental@rydia.net>
4174         * src/util/Makefile_insert, src/util/glib-list.h,
4175           src/util/glib-list-iterators.h:
4177           retired old Glib list to Util::List adaptor and replaced it with
4178           new iterator classes that directly wrap the Glib list types
4180 2005-03-21  cyreve  <cyreve@users.sourceforge.net>
4182         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp: text
4183           selection doesn't show when it starts at the end of a line
4185         * src/: text-context.cpp, text-editing.cpp: crash on overtyping
4186           selection, and displayed selection not removed on overtype
4188         * src/text-editing.cpp: kerning information placed wrongly in text
4189           after child span element
4191         * src/libnrtype/Layout-TNG-OutIter.cpp: crash when pressing home key
4193         * src/: text-context.cpp, text-context.h: text selection using the
4194           mouse
4196         * src/: make.dep, make.files, make.ofiles,
4197           libnrtype/Layout-TNG-OutIter.cpp: further optimisation of text
4198           selection, and an implementation for text on a path
4200         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp,
4201           libnrtype/Layout-TNG.h: optimisation of text selection and fixing
4202           some bugs in it
4204 2005-03-18  MenTaLguY  <mental@rydia.net>
4206         * src/arc-context.cpp, src/file.cpp, src/gradient-context.cpp,
4207           src/node-context.cpp, src/object-ui.cpp, src/path-chemistry.cpp,
4208           src/rect-context.cpp, src/select-context.cpp,
4209           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
4210           src/sp-flowtext.cpp, src/spiral-context.cpp, src/splivarot.cpp,
4211           src/star-context.cpp, src/text-chemistry.cpp, src/text-context.cpp,
4212           src/dialogs/find.cpp, src/dialogs/in-dt-coordsys.cpp,
4213           src/dialogs/xml-tree.cpp:
4215           cleaned up the selection API slightly
4217 2005-03-20  cyreve  <cyreve@users.sourceforge.net>
4219         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4220           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
4221           libnrtype/Layout-TNG.h: initial implementation of text selection
4222           (keyboard only)
4224         * src/libnrtype/Layout-TNG-OutIter.cpp: making
4225           createSelectionShape() work
4227         * src/: sp-text.cpp, sp-text.h: text-anchor sometimes won't work in
4228           text on a path when x/y coordinates are set
4230         * src/libnrtype/Layout-TNG-Output.cpp: text on path: cut characters
4231           before start of path and calculate bounding box correctly when
4232           this happens
4234 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
4235         * src/dialogs/Makefile_insert, src/dialogs/swatches.cpp,
4236           src/dialogs/swatches.h, src/verbs.h, src/verbs.cpp,
4237           src/interface.cpp:
4238           Initial cut of swatches panel.
4240 2005-03-19  cyreve  <cyreve@users.sourceforge.net>
4242         * src/libnrtype/Layout-TNG-Compute.cpp: rendering of
4243           multiple-character clusters in rtl text is wrong (bug 1166603)
4245         * src/: make.dep, make.files, make.ofiles, sp-text.cpp, sp-text.h,
4246           text-editing.cpp: glue kerning info back together on deleting
4247           line breaks
4249         * src/sp-tspan.cpp: textpath startOffset attribute doesn't save
4250           correctly when it's a percentage (remnants of bug 1124722)
4252         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4253           text-editing.h, libnrtype/Layout-TNG.h: use Layout::iterator for
4254           storing cursor position. Fixes bug 1093660 related to rtl cursor
4255           movement
4257         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG.h: implement
4258           backend cursor movement functions properly for multidirectional
4259           text
4261         * src/libnrtype/Layout-TNG-Output.cpp: create more efficient
4262           postscript output
4264         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG-Output.cpp,
4265           Layout-TNG.h: obey text-align attribute when fitting text to a
4266           path (fixes bug 1124722)
4268         * src/: attributes-test.cpp, attributes.cpp, attributes.h,
4269           sp-flowtext.cpp, sp-text.cpp, sp-tspan.cpp, sp-tspan.h,
4270           style-test.cpp, libnrtype/Layout-TNG-Output.cpp: wire up
4271           startOffset attribute to textpath and fix bugs in it
4273         * src/sp-flowtext.cpp: unflow text command loses formatting
4275         * src/xml/repr-io.cpp: xml pretty-printer adding whitespace in
4276           xml:space=preserve elements
4278         * src/: sp-flowtext.cpp, text-editing.cpp: line breaks not being
4279           put before strings immediately following para elements, and
4280           deleting line breaks copies style wrongly
4282 2005-03-18  MenTaLguY  <mental@rydia.net>
4284         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4285           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4286           src/xml/node-fns.cpp, src/xml/node-fns.h, src/xml/node-iterators.h,
4287           src/xml/repr.cpp, src/xml/simple-node.cpp:
4289           renamed node-fns-tree to node-fns, and moved sp_repr_prev etc
4290           into Inkscape::XML namespace (as e.g. previous_node)
4292 2005-03-18  cyreve  <cyreve@users.sourceforge.net>
4294         * src/libnrtype/Layout-TNG-Compute.cpp: cursor position on blank
4295           first line sometimes goes wrong
4297         * src/: make.dep, make.files, make.ofiles, text-editing.cpp:
4298           spurious line break added before text in text and font dialog
4299           (bug 1166016)
4301         * src/: make.dep, make.files, make.ofiles, libnrtype/FlowBoxes.cpp,
4302           libnrtype/FlowBoxes.h, libnrtype/FlowDefs.h,
4303           libnrtype/FlowDest.cpp, libnrtype/FlowDest.h,
4304           libnrtype/FlowEater.cpp, libnrtype/FlowEater.h,
4305           libnrtype/FlowRes.cpp, libnrtype/FlowRes.h,
4306           libnrtype/FlowResOut.cpp, libnrtype/FlowSols.cpp,
4307           libnrtype/FlowSols.h, libnrtype/FlowSrc.cpp, libnrtype/FlowSrc.h,
4308           libnrtype/FlowSrcText.cpp, libnrtype/FlowSrcText.h,
4309           libnrtype/FlowStyle.cpp, libnrtype/FlowStyle.h,
4310           libnrtype/FlowUtils.cpp, libnrtype/FlowUtils.h,
4311           libnrtype/Makefile_insert: remove all old text layout code (7,577
4312           lines)
4314         * src/: sp-flowregion.cpp, sp-flowregion.h, sp-flowtext.cpp,
4315           sp-string.cpp, sp-tspan.cpp: purge flow_dest class from code
4317         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
4318           libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: define a value
4319           for line-height:normal and use it consistently
4321         * src/: sp-text.cpp, sp-text.h, text-editing.cpp: adjust kerning
4322           attributes on adding/removing line breaks
4324 2005-03-17  MenTaLguY  <mental@rydia.net>
4326         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp:
4328           whoops, we were calling the 'children' vfunc rather than
4329           'last_child' when appending, hence the bug... fixed now.
4331 2005-03-17  cyreve  <cyreve@users.sourceforge.net>
4333         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
4334           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h: x,y
4335           attributes on tspans set wrongly when alignment != left (bug
4336           1165427)
4338         * src/: sp-text.cpp, sp-text.h: break before tspan role=line
4339           elements, ie allow first tspan not to have role=line
4341         * src/: make.dep, make.files, make.ofiles, sp-flowtext.cpp,
4342           sp-object.cpp: fix inheritance problems with xml:space attribute
4344         * src/libnrtype/Layout-TNG-OutIter.cpp: crash on pressing enter
4345           immediately after creating text
4347         * src/: object-ui.cpp, sp-flowtext.cpp: set xml:space=preserve on
4348           new flowdiv elements
4350         * src/libnrtype/Layout-TNG-Compute.cpp: second try at solving
4351           numerical problems when line-height is set
4353         * src/: sp-flowtext.cpp, sp-flowtext.h, verbs.cpp: slightly
4354           objectify SPFlowtext and rearrange its updating a tiny bit
4356         * src/: path-chemistry.cpp, sp-flowregion.cpp, sp-offset.cpp,
4357           sp-text.cpp, sp-text.h, sp-use-reference.cpp, splivarot.cpp:
4358           slightly objectify SPText & rearrange updating code, also fixes
4359           bug causing all letters to appear on top of each other
4361         * src/libnrtype/Layout-TNG-Compute.cpp: characters will draw
4362           multiple times when x or y attributes set
4364 2005-03-16  cyreve  <cyreve@users.sourceforge.net>
4366         * src/text-editing.cpp: kerning: add/remove kerns with
4367           insertion/deletion of characters, and only apply kerns to the
4368           topmost xml object
4370         * src/: help.cpp, selection-chemistry.cpp, sp-text.cpp, sp-text.h,
4371           text-context.cpp, text-editing.cpp, text-editing.h,
4372           dialogs/text-edit.cpp: move functions applying to both text and
4373           flowtext to text-editing & rename them. Also fixes crash on
4374           letter/linespacing adjustment for flowtext
4376         * src/text-editing.cpp: fix crash on pressing delete at the end of
4377           text
4379         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
4380           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h:
4381           position cursor correctly in empty text objects
4383         * src/: sp-item-group.cpp, sp-object.cpp: optimise adding children
4384           to the end of a group - big improvement for tile clones
4386         * src/: sp-flowtext.cpp, sp-text.cpp, text-context.cpp,
4387           text-editing.cpp, text-editing.h: text editing fixes: track line
4388           breaks with preceding para tag, finish abstracting line
4389           break/remove functions to work on flowtext
4391         * src/libnrtype/Layout-TNG-Compute.cpp: cursor positioning
4392           off-by-one in some cases of wrapped text
4394 2005-03-15  cyreve  <cyreve@users.sourceforge.net>
4396         * src/libnrtype/Layout-TNG-Compute.cpp: small tweak to make cursor
4397           positioning work right in counterdirectional spans in fully
4398           justified text
4400         * src/sp-text.cpp: tweak function for adjusting linespacing by
4401           keyboard to be more precise
4403         * src/: attributes-test.cpp, attributes.cpp, make.dep, make.files,
4404           make.ofiles, style-test.cpp, style.cpp,
4405           libnrtype/Layout-TNG-Output.cpp: make the unit tests pass for the
4406           new styles, and workaround build breakage when pango < 1.8
4407           installed
4409         * src/: sp-flowtext.cpp, sp-flowtext.h,
4410           libnrtype/Layout-TNG-Compute.cpp,
4411           libnrtype/Layout-TNG-Scanline-Makers.cpp, libnrtype/Layout-TNG.h:
4412           wiring up full justification to old attribute & fixing bugs in
4413           it, which turned in to a major refactoring of layout code
4415 2005-03-14  Jon Phillips <jon@rejon.org>
4416         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
4417           src/desktop.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4418           src/dialogs/desktop-properties.cpp:
4419           Added showpageshadow preference to document preferences. Set to
4420           on automatically and saves with document if off.
4422 2005-03-14  MenTaLguY  <mental@rydia.net>
4424         * src/display/nr-arena-item.h, src/display/nr-arena-item.cpp,
4425           src/display/nr-arena-group.cpp:
4427           added virtual accessor for last child
4429 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
4430         * src/interface.cpp, src/verb.cpp, src/verbs.h,
4431           src/ui/widget/panel.cpp, src/dialogs/Makefile_insert,
4432           src/dialogs/extensions.cpp, src/dialogs/extensions.h,
4433           src/extension/error-file.cpp:
4434           Added rough cut of initial extensions panel and dialog.
4436 2005-03-13  Bryce Harrington <bryce@bryceharrington.org>
4438         * src/path-prefix.h: Rearranging linking of libui and libutil
4440         * src/application/application.cpp, src/application/application.h
4441           src/application/editor-impl.cpp,
4442           src/ui/dialog/dialog-manager.cpp,  src/ui/dialog/dialog.cpp,
4443           src/ui/dialog/dialog.h, src/ui/widget/labelled.cpp,
4444           src/ui/dialog/transformation.h, src/ui/dialog/transformation.cpp,
4445           src/ui/widget/unit-menu.h, src/util/units.cpp:
4446           Integrating Transformation dialog.  Removing hardcoded paths.
4448         * share/icons/Makefile.in, share/icons/arrows-horiz.svg,
4449           share/icons/arrows-vert.svg, share/icons/arrows_hor.xpm,
4450           share/icons/arrows_ver.xpm, share/icons/rotate.svg,
4451           share/icons/rotate.xpm, share/icons/scale_hor.xpm,
4452           share/icons/scale_ver.xpm, share/icons/Makefile.am:
4453           Adding icons needed by transformation dialog
4455         * share/ui/units.txt,  share/ui/units.xml:
4456           Moving units into ui/ subdir.  Dunno if this is the best
4457           location for them, but pjrm thought it'd be ok for now.
4459 2005-03-13  cyreve  <cyreve@users.sourceforge.net>
4461         * src/sp-text.cpp: allow adjusting letter spacing when cursor is at
4462           eol
4464         * src/: make.dep, make.files, make.ofiles,
4465           libnrtype/Layout-TNG-Compute.cpp,
4466           libnrtype/Layout-TNG-OutIter.cpp,
4467           libnrtype/Layout-TNG-Output.cpp, libnrtype/Layout-TNG.h: fix
4468           kerning when align != left, and fix linespacing < 100
4470         * src/: sp-flowtext.cpp, sp-text.cpp, sp-text.h, style.cpp,
4471           style.h, libnrtype/Layout-TNG-Compute.cpp,
4472           libnrtype/Layout-TNG-Input.cpp, libnrtype/Layout-TNG-OutIter.cpp,
4473           libnrtype/Layout-TNG-Output.cpp,
4474           libnrtype/Layout-TNG-Scanline-Maker.h, libnrtype/Layout-TNG.h:
4475           implement line-height css property, & fix percentage handling in
4476           style
4478 2005-03-12  MenTaLguY  <mental@rydia.net>
4480         * src/node-context.cpp, src/node-context.h, src/nodepath.cpp,
4481           src/nodepath.h, src/toolbox.cpp, src/dialogs/align.cpp:
4483           Renamed Path namespace to Inkscape::NodePath, to avoid conflict
4484           with livarot
4486 2005-03-12  Kees Cook  <kees@outflux.net>
4488         * inkscape.nsi: added German translation from Adib Taraben.
4490 2005-03-12  MenTaLguY  <mental@rydia.net>
4492         * src/sp-namedview.cpp, src/sp-metadata.cpp: it's valid for an SPObject
4493           'write' method to be passed the object's own XML node; account for this.
4495 2005-03-12  MenTaLguY  <mental@rydia.net>
4497         * src/xml/simple-node.cpp: assert that src != this in
4498           SimpleNode::mergeFrom
4500 2005-03-12  MenTaLguY  <mental@rydia.net>
4502         * src/gc-alloc.h: minor cosmetic adjustments
4504         * src/util/list-container.h: pedantically correct implementation of
4505           ListContainer::max_size()
4507         * src/xml/simple-node.cpp: use Util::ListContainer iterators in a more
4508           STL-ish fashion
4510 2005-03-12  Jon A. Cruz  <jon@joncruz.org>
4511         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
4512           src/ui/widget/Makefile_insert, src/dialogs/iconpreview.h,
4513           src/dialogs/iconpreview.cpp:
4514           Initial addition of Panel.
4516 2005-03-12  cyreve  <cyreve@users.sourceforge.net>
4518         * src/sp-flowtext.cpp: text unflow command losing space characters:
4519           add xml:space to generated elements
4521         * src/: attributes.cpp, attributes.h, make.dep, make.files,
4522           make.ofiles, sp-flowtext.cpp, sp-text.cpp, style.cpp, style.h,
4523           text-context.cpp, text-editing.cpp, dialogs/text-edit.cpp,
4524           libnrtype/FlowRes.cpp, libnrtype/Layout-TNG-Compute.cpp,
4525           libnrtype/Layout-TNG-Input.cpp: add several new text properties
4526           to SPStyle and rearrange some of the existing ones, also remove
4527           spurious warning on applying kerning
4529         * src/sp-flowtext.cpp: svg spec requires us to break after flowline
4530           content, not before
4532 2005-03-11  cyreve  <cyreve@users.sourceforge.net>
4534         * src/desktop-style.cpp, src/sp-text.cpp, src/sp-text.h,
4535           src/sp-tspan.cpp, src/sp-tspan.h, src/text-chemistry.cpp,
4536 src/text-editing.cpp,
4537           src/text-editing.h: combine the common attribute handling for text,
4538           tspan and textpath into one class
4540         * src/sp-flowtext.cpp, src/sp-string.cpp: reimplement xml:space attribute
4542         * src/sp-text.cpp, src/libnrtype/Layout-TNG-OutIter.cpp,
4543           src/libnrtype/Layout-TNG.h: apply calculated x/y attributes to tspan
4544           role=line elements
4546         * src/libnrtype/Layout-TNG-Output.cpp: postscript text output
4547           incorrectly scaled (and other problems)
4549 2005-03-10  cyreve  <cyreve@users.sourceforge.net>
4551         * src/sp-flowdiv.h, src/sp-flowtext.h,
4552           src/sp-text.cpp, src/sp-text.h, src/sp-tspan.h, src/text-context.cpp,
4553           src/text-editing.cpp, src/text-editing.h,
4554           src/libnrtype/Layout-TNG-Compute.cpp,
4555           src/libnrtype/Layout-TNG-OutIter.cpp: clean up xml tree properly on
4556           deleting line break, & fix various compile issues
4558         * src/nodepath.cpp, src/sp-flowdiv.cpp,
4559           src/sp-flowdiv.h, src/sp-flowtext.cpp, src/sp-flowtext.h,
4560 src/sp-string.cpp,
4561           src/sp-string.h, src/sp-text.cpp, src/sp-text.h, src/sp-tspan.cpp,
4562 src/sp-tspan.h,
4563           src/text-editing.cpp, src/verbs.cpp, src/libnrtype/FontInstance.cpp,
4564           src/libnrtype/font-instance.h, src/livarot/Shape.h,
4565           src/libnrtype/Layout-TNG-Compute.cpp, src/libnrtype/Layout-TNG-Input.cpp,
4566           src/libnrtype/Layout-TNG-OutIter.cpp,
4567           src/libnrtype/Layout-TNG-Output.cpp,
4568           src/libnrtype/Layout-TNG-Scanline-Maker.h,
4569           src/libnrtype/Layout-TNG-Scanline-Makers.cpp,
4570           src/libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: huge rewrite of
4571           text layout (and some text editing) code
4573 2005-03-07  Kees Cook  <kees@outflux.net>
4575         * src/libnr/have_mmx.S, src/libnr/nr_mmx_R8G8B8A8_P_EMPTY_A8_RGBAP.S,
4576           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_A8_RGBAP.S,
4577           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_R8G8B8A8_N_TRANSFORM.S,
4578           src/libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S: execstack patch
4579           from Mike Hearn.
4581 2005-03-07  Jon A. Cruz  <jon@joncruz.org>
4582         * src/interface.cpp, src/verbs.h, src.verbs.cpp, src/widgets/icon.cpp,
4583           src/dialogs/iconpreview.h, src/dialogs/iconpreview.cpp,
4584           src/dialogs/Makefile_insert:
4585           Initial cut of icon preview.
4587 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
4589         * share/icons/*.svg, share/icons/Makefile.am:  Adding icons for
4590           new gui interface
4592         * src/ui/icons.cpp:  Fixing some paths
4594         * src/main.cpp src/application/Makefile_insert,
4595           src/application/app-prototype.h,
4596           src/application/application.cpp src/application/editor.cpp,
4597           src/ui/widget/toolbox.cpp,
4598           src/application/editor-impl.cpp:
4599           Broke out editor-impl class to its own file.  Continued getting
4600           the new interface to the point where it'll load and run.
4602         * share/ui/keybindings.rc, share/ui/toolbox.xml, share/ui/menus-bars.xml:
4603           Migrating some of the UI definition stuff into main codebase
4605 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
4606         * src/widgets/layer-selector.cpp, src/widgets/icon.h,
4607           src/widgets/icon.cpp, src/dialogs/align.cpp, src/dialogs/find.cpp,
4608           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
4609           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4610           src/dialogs/xml-tree.cpp, src/interface.cpp:
4611           Purging PixBufFactory and sp_icon_new_scaled.
4613 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
4614         * src/widgets/icon.cpp, src/widgets/icon.cpp: Switched icon loading
4615           to be deferred and react to theme changes on-the-fly.
4617 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
4619         * src/application/Makefile_insert,
4620           src/application/app-prototype.cpp,
4621           src/application/editor.h,
4622           src/application/app-prototype.h,
4623           src/application/application.cpp:
4624           Adding Application::AppPrototype class
4625         * src/application/editor.cpp,
4626           src/application/editor.h:
4627           Changing member function getImpl() to getWindow()
4629 2005-03-04  Jon A. Cruz  <jon@joncruz.org>
4630         * src/widgets/icon.cpp: Changed stock item loading to use stock
4631           GtkImage widgets directly.
4633 2005-03-03  MenTaLguY  <mental@rydia.net>
4635         * src/widgets/icon.cpp: more idiomatic iteration
4637 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
4638         * src/toolbox.cpp: Added preference to make the top toolbox 'small'.
4640 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
4641         * src/desktop-events.cpp, src/desktop.cpp, src/gradient-toolbar.cpp,
4642           src/interface.cpp, src/select-toolbar.cpp, src/toolbox.cpp,
4643           src/toolbox.h, src/dialogs/find.cpp,
4644           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
4645           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4646           src/dialogs/xml-tree.cpp, src/widgets/button.cpp,
4647           src/widgets/button.h, src/widgets/icon.cpp, src/widgets/icon.h,
4648           src/widgets/layer-selector.cpp, src/widgets/paint-selector.cpp,
4649           src/widgets/widget-sizes.h:
4650           Initial pass removing hardcoded icon sizes.
4652 2005-03-01  MenTaLguY  <mental@rydia.net>
4654         * src/extensions/internal/ps.cpp: apply patch from Michael Forbes
4655           (miforbes@mbhs.edu) to support gradient fills in Postscript
4657 2005-03-01  MenTaLguY  <mental@rydia.net>
4659         * src/xml/node.h, src/xml/simple-node.cpp, src/xml/simple-node.h:
4661           begin migration of notification interface to use NodeObserver
4662           rather than NodeEventVector
4664 2005-03-01  MenTaLguY  <mental@rydia.net>
4666         * src/xml/Makefile_insert, src/xml/node-listener.h, src/xml/repr.cpp,
4667           src/xml/simple-node.cpp, src/xml/simple-node.h:
4669           reworked listener list to use Util::ListContainer
4671         * src/xml/node-observer.h: minor name cleanups
4673 2005-03-01  MenTaLguY  <mental@rydia.net>
4675         * src/Makefile.am, src/algorithms/find-if-before.h:
4677           added new generic algorithm
4679 2005-03-01  MenTaLguY  <mental@rydia.net>
4681         * src/Makefile.am, src/util/Makefile_insert,
4682           src/util/list-container-test.cpp, src/util/list-container.h:
4684           tests and fixes for Util::ListContainer
4686 2005-03-01  MenTaLguY  <mental@rydia.net>
4688         * src/Makefile.am, src/libnr/Makefile_insert, src/xml/Makefile_insert:
4689           use in-tree copy of cxxtest
4691         * src/util/Makefile_insert, src/util/list-container.h:
4692           add Util::List-based STL container
4694 2005-02-28 SwinginCelt  <swinginceltgmail.com>
4696         * Fixed an improper conversion of sp_repr_document_merge that was causing
4697           extra data being written to the prefrences file every time inkscape
4698           exited.
4700 2005-02-26 SwinginCelt  <swinginceltgmail.com>
4702         * Replaced all sp_repr_set_content calls with direct call to
4703           repr->setContent.
4704         * Replaced all sp_repr_merge calls with direct call to
4705           repr->mergeFrom.
4706         * Removed inline sp_repr_document_merge because it wasn't used anywhere.
4707         * Removed inline sp_repr_set_content because it wasn't used anywhere.
4709 2005-02-26  MenTaLguY  <mental@rydia.net>
4711         * cxxtest: imported cxxtest tree
4713 2005-02-24  Jon A. Cruz  <jon@joncruz.org>
4714         * src/main.cpp, io/sys.h, io/sys.cpp:
4715           Refactoring input filename conversion and fallback.
4716           Fixes bug #1151536.
4718 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
4719         * src/main.cpp:
4720           Refactoring sp_main_*. Adding cleanup phase on extracted filename list.
4722 2005-02-22  Bryce Harrington <bryce@bryceharringotn.org>
4724         * src/main.cpp, src/application/application.cpp:  Adding --new-gui
4725         option.
4727 2005-02-22  Ted Gould  <ted@gould.cx>
4729         * src/interface.cpp:
4731         Changing the effects menu to be driven by the preferences file so that the
4732         file can be the same whether or not the effects are shown.
4734 2005-02-22  MenTaLguY  <mental@rydia.net>
4736         * src/desktop-style.cpp, src/selection-chemistry.cpp,
4737           src/xml/attribute-record.h, src/xml/node.h, src/xml/repr-css.cpp,
4738           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h:
4740           use Inkscape::Util::List for attribute lists, and sprinkle some
4741           appropriate 'using's in to make things less verbose
4743 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
4744         * src/inkscape.cpp, src/main.cpp, src/extension/input.cpp, src/io/sys.cpp,
4745           src/xml/repr-io.cpp:
4746           Better catching of problematic filenames.
4747           Made segv handler only use dialog box when app is using a gui.
4748           Fixes bug #1145847.
4750 2005-02-22  Ted Gould  <ted@gould.cx>
4752         * src/extension/effect.cpp, src/extension/prefdialog.cpp,
4753         src/extension/prefdialog.h,
4754         src/extension/implementation/implementation.cpp,
4755         src/extension/implementation/implementation.h,
4756         src/extension/implementation/plugin-link.h,
4757         src/extension/implementation/plugin.cpp,
4758         src/extension/implementation/plugin.h,
4759         src/extension/implementation/script.cpp,
4760         src/extension/implementation/script.h, src/extension/plugin/grid.cpp:
4762         Changing the API of the effects preferences so that it doesn't use
4763         sockets and plugs anymore.  Now there is a generic widget passed down so
4764         that should work on every platform.
4766         * src/extension/plugin/grid.cpp:
4768         Fixing the grid so that it uses the right axis.
4770         * share/extensions/Makefile.am, share/extensions/bluredge.inx,
4771         share/extensions/randompnt.inx, share/extensions/randompos.inx,
4772         src/extension/plugin/Makefile_insert, src/extension/plugin/bluredge.cpp,
4773         src/extension/plugin/randompnt.cpp, src/extension/plugin/randompos.cpp:
4775         Adding some cool new effects, well, they're not really done yet,
4776         but getting the basis code into CVS so I don't loose it :)
4778 2005-02-21  MenTaLguY  <mental@rydia.net>
4780         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4781           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4782           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4783           src/xml/repr.cpp, src/xml/simple-node.cpp:
4785           renamed header files
4787         * src/xml/Makefile_insert, src/xml/invalid-operation-exception.h:
4789           added Inkscape::XML::InvalidOperationException
4791         * src/xml/simple-node.h:
4793           avoid a second indirect function call from SimpleNode::appendChild
4795 2005-02-20 SwinginCelt  <swinginceltgmail.com>
4797         * Replaced all sp_repr_attr calls with direct call to
4798           repr->attribute.
4799         * Replaced all sp_repr_document_unref calls with direct call to
4800           Inkscape::GC::release(...).
4801         * Removed iinline sp_repr_document_ref because it wasn't used anywhere.
4803 2005-02-20  MenTaLguY  <mental@rydia.net>
4805         * src/inkscape.cpp: removed unused signals
4807 2005-02-19  MenTaLguY  <mental@rydia.net>
4809         * src/arc-context.cpp, src/desktop.cpp, src/document-private.h,
4810           src/document-undo.cpp, src/document.cpp, src/event-context.cpp,
4811           src/gradient-chemistry.cpp, src/gradient-chemistry.h,
4812           src/gradient-drag.cpp, src/gradient-drag.h, src/node-context.cpp,
4813           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4814           src/star-context.cpp, src/toolbox.cpp,
4815           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4816           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4817           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4818           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
4819           src/xml/attribute-record.h, src/xml/document.h, src/xml/event-fns.h,
4820           src/xml/event.cpp, src/xml/event.h, src/xml/node-event-vector.h,
4821           src/xml/node-iterators.h, src/xml/node-listener.h, src/xml/node.h,
4822           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp, src/xml/repr-io.cpp,
4823           src/xml/repr-sorting.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp,
4824           src/xml/repr.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4825           src/xml/simple-node.h, src/xml/simple-session.cpp,
4826           src/xml/sp-css-attr.h, src/xml/sp-repr-action-fns.h,
4827           src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h,
4828           src/xml/sp-repr-attr.h, src/xml/sp-repr-doc.h,
4829           src/xml/sp-repr-event-vector.h, src/xml/sp-repr-iterators.h,
4830           src/xml/sp-repr-listener.h, src/xml/sp-repr.h:
4832           renamed header files to match new class names
4834 2005-02-19  MenTaLguY  <mental@rydia.net>
4836         * src/arc-context.cpp, src/arc-context.h, src/desktop-events.cpp,
4837           src/desktop-style.cpp, src/desktop-style.h, src/desktop.cpp,
4838           src/document-private.h, src/document-undo.cpp, src/document.cpp,
4839           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
4840           src/dyna-draw-context.h, src/event-context.cpp, src/event-context.h,
4841           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
4842           src/inkscape.h, src/inkview.cpp, src/interface.cpp, src/knotholder.cpp,
4843           src/knotholder.h, src/layer-fns.cpp, src/main.cpp, src/node-context.cpp,
4844           src/nodepath.cpp, src/nodepath.h, src/object-ui.cpp,
4845           src/path-chemistry.cpp, src/prefs-utils.cpp, src/rect-context.cpp,
4846           src/rect-context.h, src/selection-chemistry.cpp, src/selection.cpp,
4847           src/selection.h, src/seltrans.cpp, src/sp-anchor.cpp,
4848           src/sp-animation.cpp, src/sp-clippath.cpp, src/sp-conn-end-pair.cpp,
4849           src/sp-conn-end-pair.h, src/sp-defs.cpp, src/sp-ellipse.cpp,
4850           src/sp-flowdiv.cpp, src/sp-flowregion.cpp, src/sp-flowtext.cpp,
4851           src/sp-gradient-fns.h, src/sp-gradient-test.cpp, src/sp-gradient.cpp,
4852           src/sp-guide.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4853           src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
4854           src/sp-linear-gradient-fns.h, src/sp-marker.cpp, src/sp-mask.cpp,
4855           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4856           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object-repr.h,
4857           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp, src/sp-offset.h,
4858           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4859           src/sp-polyline.cpp, src/sp-radial-gradient-fns.h, src/sp-rect.cpp,
4860           src/sp-root.cpp, src/sp-shape.cpp, src/sp-skeleton.cpp,
4861           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-string.cpp,
4862           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-tspan.cpp,
4863           src/sp-use-reference.h, src/sp-use.cpp, src/spiral-context.cpp,
4864           src/spiral-context.h, src/splivarot.cpp, src/star-context.cpp,
4865           src/star-context.h, src/style.cpp, src/style.h, src/text-chemistry.cpp,
4866           src/text-context.cpp, src/text-editing.cpp, src/toolbox.cpp,
4867           src/verbs.cpp, src/application/application.cpp,
4868           src/application/application.h, src/application/editor.h,
4869           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
4870           src/dialogs/export.cpp, src/dialogs/fill-style.cpp, src/dialogs/rdf.cpp,
4871           src/dialogs/sp-attribute-widget.cpp, src/dialogs/sp-attribute-widget.h,
4872           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4873           src/dialogs/tiledialog.cpp, src/dialogs/xml-tree.cpp,
4874           src/ecma/EcmaBinding.cpp, src/ecma/EcmaBinding.h,
4875           src/extension/dependency.cpp, src/extension/dependency.h,
4876           src/extension/effect.cpp, src/extension/effect.h,
4877           src/extension/extension.cpp, src/extension/extension.h,
4878           src/extension/input.cpp, src/extension/input.h,
4879           src/extension/output.cpp, src/extension/output.h,
4880           src/extension/print.cpp, src/extension/print.h, src/extension/system.cpp,
4881           src/extension/implementation/plugin.cpp,
4882           src/extension/implementation/script.cpp,
4883           src/extension/implementation/script.h,
4884           src/extension/internal/gdkpixbuf-input.cpp,
4885           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4886           src/extension/internal/svg.cpp, src/extension/plugin/grid.cpp,
4887           src/helper/stock-items.cpp, src/trace/trace.cpp,
4888           src/widgets/dash-selector.cpp, src/widgets/dash-selector.h,
4889           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp,
4890           src/widgets/layer-selector.cpp, src/widgets/layer-selector.h,
4891           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
4892           src/widgets/sp-widget.h, src/widgets/sp-xmlview-attr-list.cpp,
4893           src/widgets/sp-xmlview-attr-list.h, src/widgets/sp-xmlview-content.cpp,
4894           src/widgets/sp-xmlview-content.h, src/widgets/sp-xmlview-tree.cpp,
4895           src/widgets/sp-xmlview-tree.h, src/widgets/spw-utilities.h,
4896           src/xml/comment-node.h, src/xml/element-node.h, src/xml/node-observer.h,
4897           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
4898           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4899           src/xml/repr-io.cpp, src/xml/repr-sorting.cpp, src/xml/repr-sorting.h,
4900           src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
4901           src/xml/session.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4902           src/xml/simple-node.h, src/xml/simple-session.cpp,
4903           src/xml/simple-session.h, src/xml/sp-css-attr.h,
4904           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
4905           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h,
4906           src/xml/sp-repr-doc.h, src/xml/sp-repr-event-vector.h,
4907           src/xml/sp-repr-iterators.h, src/xml/sp-repr-listener.h,
4908           src/xml/sp-repr.h, src/xml/text-node.h, src/xml/transaction-logger.h:
4910             SPRepr -> Inkscape::XML::Node
4911             SPReprDoc -> Inkscape::XML::Document
4912             SPReprAttr -> Inkscape::XML::AttributeRecord
4913             SPReprAction -> Inkscape::XML::Event
4914             SPReprEventVector -> Inkscape::XML::EventVector
4915             SPReprListener -> Inkscape::XML::NodeListener
4917             etc..
4919 2005-02-19  Jon A. Cruz  <jon@joncruz.org>
4920         * src/extension/extension.h, src/extension/internal/svg.cpp,
4921           src/extension/internal/svgz.cpp:
4922           Fixing .svgz Inkscape save and adding .svgz Plain save.
4923           Fixes bug #1144223
4925 2005-02-18  Jon A. Cruz  <jon@joncruz.org>
4926         * src/Makefile.am, src/libnr/Makefile_insert,
4927           src/libnr/nr-point-fns-test.h  src/libnr/nr-types-test.h:
4928           Adding initial version of CxxTest test cases.
4930 2005-02-17  Jon A. Cruz  <jon@joncruz.org>
4932         * src/io/gzipinputstream.h, src/io/gzipinputstream.cpp: Changed
4933           decompression to be streammed and removed hardcoded limit.
4935 2005-02-17  MenTaLguY  <mental@rydia.net>
4937         * src/inkscape.h, src/inkscape.cpp, src/desktop.cpp:
4939           rewrote "last desktop standing" test to not suck
4941 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4943         * Replaced some sp_repr_attr calls with direct call to
4944           repr->attribute.
4946 2005-02-16 John Cliff <simarilius@yahoo.com>
4948         * src/dialogs/tiledialog.h, src/dialogs/tiledialog.cpp,
4949           src/dialogs/makefile_insert, src/verbs.cpp, src/verbs.h:
4950           Added a dialog that allows you to arrange the selection
4951           in a grid pattern with user defined spacing.
4952           its in objects->grid arrange...
4954 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4956         * Replaced inline function sp_repr_name with direct call to
4957           repr->name.
4958         * Replaced inline function sp_repr_content with direct call to
4959           repr->content.
4960         * Replaced inline function sp_repr_has_attr with direct call to
4961           repr->matchAttributeName.
4963 2005-02-15  MenTaLguY  <mental@rydia.net>
4965         * src/document.cpp, src/document.h, src/file.cpp, src/help.cpp,
4966           src/inkscape.cpp, src/inkview.cpp, src/slideshow.cpp,
4967           src/dialogs/filedialog.cpp, src/dialogs/stroke-style.cpp,
4968           src/extension/internal/gdkpixbuf-input.cpp,
4969           src/extension/internal/svg.cpp, src/extension/plugin/gimpgrad.cpp,
4970           src/helper/stock-items.cpp, src/widgets/icon.cpp:
4972           removed unused SPDocument::advertize
4974 2005-02-14  MenTaLguY  <mental@rydia.net>
4976         * src/document.cpp: remove redundant assignment that appears to confuse
4977           gcc anyhow
4979 2005-02-14  SwinginCelt  <swingincelt@gmail.com>
4981         * Replaced inline function sp_repr_set_position_absolute with
4982           direct call to repr>->setPosition.
4984 2005-02-13  Bryce  <bryce@bryceharrington.org>
4986         * src/main.cpp, src/application/application.cpp, src/inkscape.h,
4987           src/application/editor-impl.h, src/application/editor.cpp
4988           src/application/editor.h, src/ui/dialog/dialog-manager.cpp,
4989           src/ui/dialog/dialog-manager.h, src/application/app-prototype.h
4990           src/application/application.h:  Integrating I::A::Application
4991           into the execution path.  Now its run() routine is called from
4992           main().
4994         * src/application/Makefile_insert, src/application/makefile.in,
4995           src/application/editor-impl.h, src/application/editor.cpp,
4996           src/application/editor.h:  Initial import of inkscape_gtkmm
4997           code.  Also see doc/NewAppArchitecture/ presentation for the
4998           rationale behind this.
5000         * src/ui/dialog/align-and-distribute.cpp,
5001 src/ui/dialog/align-and-distribute.h,
5002           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
5003           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
5004           src/ui/dialog/document-preferences.cpp,
5005 src/ui/dialog/document-preferences.h,
5006           src/ui/dialog/export.cpp, src/ui/dialog/export.h,
5007           src/ui/dialog/extension-editor.cpp, src/ui/dialog/extension-editor.h,
5008           src/ui/dialog/fill-and-stroke.cpp, src/ui/dialog/fill-and-stroke.h,
5009           src/ui/dialog/find.cpp, src/ui/dialog/find.h,
5010           src/ui/dialog/inkscape-preferences.cpp,
5011 src/ui/dialog/inkscape-preferences.h,
5012           src/ui/dialog/layer-editor.cpp, src/ui/dialog/layer-editor.h,
5013           src/ui/dialog/messages.cpp, src/ui/dialog/messages.h,
5014           src/ui/dialog/text-properties.cpp, src/ui/dialog/text-properties.h,
5015           src/ui/dialog/tree-editor.cpp, src/ui/dialog/tree-editor.h,
5016           src/ui/dialog/xml-editor.cpp, src/ui/dialog/xml-editor.h,
5017           src/ui/widget/combo-text.cpp, src/ui/widget/combo-text.h,
5018           src/ui/widget/handlebox.cpp, src/ui/widget/handlebox.h,
5019           src/ui/widget/icon-widget.cpp, src/ui/widget/icon-widget.h,
5020           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h,
5021           src/ui/widget/notebook-page.cpp, src/ui/widget/notebook-page.h,
5022           src/ui/widget/scalar-unit.cpp, src/ui/widget/scalar-unit.h,
5023           src/ui/widget/scalar.cpp, src/ui/widget/scalar.h,
5024           src/ui/widget/toolbox.cpp, src/ui/widget/toolbox.h,
5025           src/ui/widget/unit-menu.cpp, src/ui/widget/unit-menu.h:
5026           Initial import of the gtkmm code.  These are mainly
5027           unimplemented stubs, but have few dependencies so are easy to
5028           integrate at this stage.
5030         * src/ui/widget/Makefile_insert, src/ui/widget/makefile.in,
5031           src/ui/dialog/Makefile_insert, src/ui/dialog/makefile.in,
5032           src/ui/Makefile_insert, src/ui/makefile.in:  Adding makefile
5033           support for new code.
5035         * io/simple-sax.h, io/simple-sax.cpp:  Adding Jon's simple SAX
5036           code
5038         * util/units.h, util/units.cpp:  New inkscape_gtkmm units code
5040 2005-02-12  MenTaLguY  <mental@rydia.net>
5042         * src/document.cpp, src/document.h, src/sp-gradient-test.cpp:
5044           SPDocument is now a "real C++ class", managed by the garbage collector
5046 2005-02-12  MenTaLguY  <mental@rydia.net>
5048         * src/document-private.h, src/document.cpp, src/document.h, src/view.cpp,
5049           src/view.h, src/dialogs/xml-tree.cpp:
5051           switched SPDocument to sigc++ signals
5053 2005-02-12  Kees Cook  <kees@outflux.net>
5055         * Makefile.am, configure.ac, Makefile.mingw.common, inkscape.nsi: undoing
5056           my "configure" changes.  Was dumb and forgot about native compiles on
5057           win32.
5058         * inkview.1.in, share/extensions/inkscape-shadow-white.sh,
5059           share/extensions/inkscape-shadow.sh: corrections found by Wolfram
5060           Quester during Debian packaging.
5061         * src/desktop-events.cpp, src/file.cpp, src/gradient-chemistry.cpp,
5062           src/interface.cpp, src/layer-fns.cpp, src/nodepath.cpp,
5063           src/object-ui.cpp, src/path-chemistry.cpp, src/prefs-utils.cpp,
5064           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
5065           src/sp-object.cpp, src/sp-pattern.cpp, src/sp-text.cpp, src/splivarot.cpp,
5066           src/text-editing.cpp, src/dialogs/clonetiler.cpp, src/dialogs/rdf.cpp,
5067           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
5068           src/extension/internal/gdkpixbuf-input.cpp, src/extension/plugin/grid.cpp,
5069           src/widgets/gradient-selector.cpp, src/xml/repr-action-test.cpp,
5070           src/xml/repr-css.cpp, src/xml/repr-io.cpp, src/xml/repr-util.cpp,
5071           src/xml/repr.cpp, src/xml/repr.h: inline function removal patches from
5072           Robert Crosbie.
5074 2005-02-11  Kees Cook  <kees@outflux.net>
5076         * src/Makefile.mingw, src/make.*: win32 compile updates.
5077         * src/extensions/internal/gnome.cpp: added my missing "comment" code.
5078         * src/shortcuts.cpp, doc/keys.xml, doc/keys.html, share/screens/keys.svg:
5079           added explicit ctrl-w. since gtk already binds it, we may as well show it.
5081 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
5083         * src/inkscape.cpp: Changed from SHGetSpecialFolderPath to
5084           SHGetSpecialFolderLocation. Fixes bug #1085641
5086 2005-02-10  MenTaLguY  <mental@rydia.net>
5088         * src/document.h, src/document.cpp: get rid of casting macro uses
5090 2005-02-10  MenTaLguY  <mental@rydia.net>
5092         * src/desktop.cpp, src/document-undo.cpp, src/document.cpp, src/file.cpp,
5093           src/gradient-chemistry.cpp, src/inkscape.cpp, src/interface.cpp,
5094           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-object-repr.cpp,
5095           src/sp-object.cpp, src/svg-view.cpp, src/uri-references.cpp,
5096           src/view.cpp, src/dialogs/stroke-style.cpp,
5097           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp:
5099           get rid needless uses of SP_IS_DOCUMENT (if we can't trust the
5100           compiler's type checking, what can we trust?)
5102 2005-02-10  MenTaLguY  <mental@rydia.net>
5104         * src/desktop-style.h, src/desktop.h, src/document.h, src/event-context.h,
5105           src/inkscape.h, src/knotholder.h, src/nodepath.h,
5106           src/selection-chemistry.h, src/selection.h, src/sp-conn-end-pair.h,
5107           src/sp-object-repr.h, src/sp-object.h, src/style.h,
5108           src/dialogs/sp-attribute-widget.h, src/extension/implementation/script.h,
5109           src/xml/repr-get-children.h, src/xml/repr.h, src/xml/sp-repr-action.h,
5110           src/xml/sp-repr-attr.h, src/xml/xml-forward.h:
5112           got rid of xml-forward.h
5114 2005-02-10  Kees Cook  <kees@outflux.net>
5116         * configure.ac, Makefile.am, src/Makefile.am, Makefile.mingw.common.in,
5117           inkscape.nsi.in: setting up "configure" to build the other files that
5118           expect version numbers to get updated.  Including mingw files in dist
5119           package.
5121 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
5122         * src/io/uristream.h, src/io/uristream.cpp,
5123           src/extension/internal/svg.h, src/extension/internal/svg.cpp,
5124           src/extension/internal/Makefile_insert,
5125           src/extension/internal/extension.h,
5126           src/extension/internal/init.cpp:
5127           Adding internal .svgz load and save extension.
5128           Probable fix for bugs #1074996, #1050361, #925033, #1052307
5130 2005-02-08  Kees Cook  <kees@outflux.net>
5132         * src/extension/implementation/script.cpp: proper /tmp handling.
5133           Closes bug #1074996.
5134         * src/inkscape.cpp, src/inkscape.h, src/dialogs/export.cpp: correction
5135           for export dialog paths.  Closes bug #1114714.
5136         * inkscape.nsi, Makefile.mingw.common: version bumps
5137         * src/text-context.cpp: removed preedit code; it was broken and unneeded.
5139 2005-02-08  Ted Gould  <ted@gould.cx>
5141         * Released 0.41
5143 2005-02-01  Kees Cook  <kees@outflux.net>
5145         * src/xml/sp-css-attr.h, src/desktop-style.cpp, src/xml/repr-css.cpp,
5146           src/xml/repr.h: Fixed SPCSSAttr to be a "real" class, at mental's
5147           direction.  Fixes my "default prefs don't show attrs" bug.
5148         * src/helper/stock-items.cpp: removing redundant code.
5149         * src/libnr/nr-point.h, src/libnrtype/FlowUtils.h, src/livarot/Shape.h:
5150           added explicit initializations to keep valgrind happy.
5151         * src/dir-util.cpp, src/sp-path.cpp, src/splivarot.cpp,
5152           src/svg/svg-length.cpp, src/widgets/icon.cpp:
5153           cleaning up memory leaks detected by valgrind.
5154         * src/extension/dependancy.cpp: made repr-attr tags untranslatable.
5155         * src/extension/system.cpp: correcting extension autodetection when
5156           there are conflicting matching modules.
5157         * src/dialogs/filedialog.cpp, src/extension/extension.h,
5158           src/extension/internal/svg.cpp: .svgz loading works again as
5159           expected.  Non-functioning modules are not listed in file dialogs.
5160         * src/text-context.cpp, src/text-editing.cpp: preedit modes don't
5161           work correctly for multi-byte characters.  See bug 1086769.
5163 2005-01-31  Jon A. Cruz  <jon@joncruz.org>
5164         * src/file.cpp, src/inkscape.cpp, src/interface.cpp,
5165           src/dialogs/export.cpp, src/extension/init.cpp:
5166           sanitize messages before passing to display dialogs.
5168 2005-01-31  Kees Cook  <kees@outflux.net>
5170         * src/libnrtype/FontFactory.cpp: added a crude font name detection
5171           routine to work around a Pango crash bug.  This can be removed once
5172           Pango is fixed.  See bug #1025565.  Actually, I figured out a fix.
5173         * print.cpp, print.h, sp-shape.cpp, extension/print.cpp,
5174           extension/print.h, extension/implementation/implementation.cpp,
5175           extension/implementation/implementation.h,
5176           extension/implementation/plugin.cpp, extension/implementation/plugin.h,
5177           extension/internal/gnome.h, extension/internal/ps.cpp,
5178           extension/internal/ps.h, extension/internal/win32.h:
5179           In an attempt to start debugging print rendering, I've added the
5180           Print::comment function so that SPItem boundries can be easily
5181           seen in rendered output.
5182         * src/preferences-skeleton.h, src/sp-shape.cpp,
5183           src/dialogs/display-settings.cpp, src/extension/internal/ps.cpp:
5184           Added printout comments for print debugging.  Fixed dash output
5185           bug #1104050.
5186         * src/dialogs/rdf.cpp: fixed rdf:bag displays.  Closes bug #1113316.
5188 2005-01-30  Jon A. Cruz  <jon@joncruz.org>
5189         * src/io/sys.h, src/io/sys.cpp: added utility routine to cleanup
5190           strings with invalid UTF-8 for display.
5192 2004-01-30  Kees Cook  <kees@outflux.net>
5194         * src/make.dep, src/make.exclude, src/make.files, src/make.ofiles,
5195           src/io/uristream.cpp, src/io/sys.cpp: additional win32 changes
5196           using Jon Cruz's new mkdir function.  Getting Win32 to compile the
5197           "io" directory.  Closes bug #1107305.
5198         * src/file.cpp, src/inkscape-stock.cpp, src/inkscape.cpp,
5199           src/interface.cpp, src/main.cpp, src/dialogs/export.cpp,
5200           src/dialogs/stroke-style.cpp, src/extension/input.cpp,
5201           src/extension/implementation/script.cpp, src/helper/stock-items.cpp,
5202           src/io/sys.cpp, src/io/sys.h, src/widgets/icon.cpp: wrapped
5203           g_file_test with new Inkscape::IO::file_test since g_file_test isn't
5204           utf8-safe.
5205         * src/inkscape.cpp: removed call to g_free on non-alloced string.
5206           fixed up crash-save location to be utf8-okay.
5207         * src/extension/extension.cpp: convert from utf8 before open.
5208         * src/sp-spiral.cpp, src/object-edit.cpp: found place where CLAMP on
5209           spiral's t0 wasn't working.  Closes bug #1075640.
5211 2004-01-28  MenTaLguY  <mental@rydia.net>
5213         * src/sp-object.h, src/sp-object.cpp:
5214           efficiency fixes which should be helpful when loading large documents
5216 2005-01-29  Jon A. Cruz  <jon@joncruz.org>
5218         * src/file.h, src/file.cpp, src/inkscape.cpp, src/sp-image.cpp,
5219           src/extension/implementation/script.cpp,
5220           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
5221           src/extension/plugin/gimpgrad.cpp, src/helper/png-write.cpp,
5222           src/io/Makefile_insert, src/io/sys.h, src/io/sys.cpp,
5223           src/trace/imagemap.cpp, src/xml/repr-io.cpp:
5225           Refactored open routine to better location.
5227 2004-01-28  Kees Cook  <kees@outflux.net>
5229         * configure.ac: added test for libgc 6.4 or better.
5230         * src/main.cpp: calling new SPRepr methods instead of inline wrappers.
5232 2004-01-27  MenTaLguY  <mental@rydia.net>
5234         * src/xml/simple-node.h, src/xml/simple-node.cpp:
5236           SimpleNode::lastChild() and SimpleNode::appendChild() are now
5237           O(1) rather than O(n)
5239 2004-01-26  MenTaLguY  <mental@rydia.net>
5241         * src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
5242           src/xml/sp-repr-action.h, src/xml/sp-repr-event-vector.h:
5244           inlined legacy wrappers
5246         * src/xml/simple-node.cpp: really fixed #1108231 now
5248 2005-01-25  Jon A. Cruz  <jon@joncruz.org>
5250         * src/interface.cpp: Passed file import call to shared code.
5251           Fixed bug #1108620.
5253 2005-01-25  MenTaLguY  <mental@rydia.net>
5255         * src/xml/simple-node.cpp: fixed bug #1108231
5257 2005-01-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5259         * src/dialogs/desktop-properties.cpp: Changed set of paper sizes offered:
5261           Removed `Folio' pagesize (which means a different paper size to
5262           different people; will Folio be missed?  If so, can we improve
5263           the name?).
5265           Changed ISO page sizes (A0..A10, B0..B10) to match official ISO
5266           specification in mm.
5268           Note that these differ from ghostscript's idea of page sizes;
5269           see comment in desktop-properties.cpp for speculation of
5270           possible problems (fuzziness from antialiasing).
5272           (Note also that our previous sizes differed even more from
5273           gs_statd.ps...)
5275           Coalesced Ledger and Tabloid to a single entry (11x17in);
5276           previously they differed in size.
5278           Changed Icon 16x16 from 16pt to 16px; similarly Icon 32x32 and
5279           Banner 468x60.
5281 2004-01-24  MenTaLguY  <mental@rydia.net>
5283         * src/xml/simple-node.cpp: potential fix for bug #1108231
5285 2004-01-23  Ted Gould  <ted@gould.cx>
5287         * po/POTFILES.in, share/extensions/dia.inx,
5288         src/preferences-skeleton.h, src/extension/Makefile_insert,
5289         src/extension/dependency.cpp, src/extension/dependency.h,
5290         src/extension/error-file.cpp, src/extension/error-file.h,
5291         src/extension/extension.cpp, src/extension/extension.h,
5292         src/extension/init.cpp, src/extension/prefdialog.cpp:
5294         Adding in functionality to write out an error log based on the failing to
5295         load of extensions.  There is also a new error dialog that appears if one
5296         or more fail to alert the user and tell them where the error log is
5297         stored.  In the log there is more complex descriptions of what failed.
5299 2004-01-23  MenTaLguY  <mental@rydia.net>
5301         * src/sp-object.cpp: fix for id binding bug
5303 2004-01-23  MenTaLguY  <mental@rydia.net>
5305         * src/xml/repr-io.cpp: don't complain about not having a namespace
5306           URI for the standard xml: prefix
5308         * src/desktop-style.cpp, src/desktop.cpp, src/document-undo.cpp,
5309           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
5310           src/interface.cpp, src/nodepath.cpp, src/object-edit.cpp,
5311           src/path-chemistry.cpp, src/prefs-utils.cpp, src/select-toolbar.cpp,
5312           src/selection-chemistry.cpp, src/sp-defs.cpp, src/sp-flowdiv.cpp,
5313           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-item.cpp,
5314           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object.cpp,
5315           src/sp-offset.cpp, src/sp-pattern.cpp, src/sp-string.cpp,
5316           src/sp-text.cpp, src/sp-tspan.cpp, src/sp-use.cpp, src/splivarot.cpp,
5317           src/text-chemistry.cpp, src/text-context.cpp, src/text-editing.cpp,
5318           src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp,
5319           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
5320           src/extension/extension.h, src/extension/implementation/script.cpp,
5321           src/widgets/dash-selector.cpp, src/widgets/gradient-vector.cpp,
5322           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
5323           src/xml/comment-node.h, src/xml/element-node.h,
5324           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
5325           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
5326           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5327           src/xml/repr.h, src/xml/simple-document.cpp, src/xml/simple-document.h,
5328           src/xml/simple-node.cpp, src/xml/simple-node.h,
5329           src/xml/sp-repr-action.cpp, src/xml/sp-repr-doc.h, src/xml/sp-repr.h,
5330           src/xml/text-node.h:
5332           got rid of xml/repr-private.h, removed
5333           sp_repr_document_createTextNode(), made SPRepr and SPReprDoc abstract
5334           interfaces, and moved the SPRepr implementations into separate files
5335           in the Inkscape::XML namespace
5337         * src/util/shared-c-string-ptr.h: added equality operators to avoid
5338           certain ambiguities
5340 2004-01-22  MenTaLguY  <mental@rydia.net>
5342         * src/xml/Makefile_insert, src/xml/repr-private.h, src/xml/repr.cpp,
5343           src/xml/session.h, src/xml/simple-session.cpp, src/xml/simple-session.h,
5344           src/xml/sp-repr-action.cpp, src/xml/transaction-logger.h:
5346           added Inkscape::XML::Session and Inkscape::XML::TransactionLogger
5347           to provide a new interface for transactions, rather than doing it from
5348           SPReprDoc
5350 2004-01-22  MenTaLguY  <mental@rydia.net>
5352         * src/xml/Makefile_insert, src/xml/node-observer.h,
5353           src/xml/repr-private.h, src/xml/repr.cpp:
5355           moved repr loging behind generic observer interface
5357 2005-01-22  Ted Gould  <ted@gould.cx>
5359         * src/display/canvas-grid.cpp, src/display/canvas-grid.h;
5361         Fixing 1103001.  Now major grid lines work alot more like you
5362         think that they should.
5364 2005-01-21  MenTaLguY  <mental@rydia.net>
5366         * src/util/Makefile_insert, src/util/shared-c-string-ptr.cpp,
5367           src/util/shared-c-string-ptr.h, src/util/shared-c-string.cpp,
5368           src/util/shared-c-string.h, src/xml/repr-io.cpp,
5369           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5370           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h:
5372           renamed Util::SharedCString to Util::SharedCStringPtr, which is
5373           more descriptive of what it actually is
5375 2005-01-21  MenTaLguY  <mental@rydia.net>
5377         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp:
5379           simplify the cacheing of repr position indices, and make it something
5380           that can work with an abstract interface
5382 2005-01-20  Kees Cook  <kees@outflux.net>
5384         * src/file.cpp: added some debug output to help bulia debug bug #1102318.
5385         * configure.ac: more attempts at detecting the -lgc libs.
5387 2005-01-19  Kees Cook  <kees@outflux.net>
5389         * configure.ac: trying to correct the -lgc detection.
5390         * inkscape.pod: added theme details.
5391         * src/widgets/widget-sizes.h: went from 20 to 24 for toolbar icon size
5392           to match other GTK applications.
5393         * src/extension/db.cpp: corrected STL "not found" handling.  Didn't
5394           fix bug #1102318.
5396 2005-01-18  Kees Cook  <kees@outflux.net>
5398         * src/inkscape.h, src/inkscape.cpp, src/widgets/icons.cpp:
5399           Added basic theme support!  Whee!
5400         * share/inkscape/icons.svg: restoring original up/down/flip icons since
5401           icons are themable now.  We should stick to our original look.
5402         * share/screens/about.svg: added Brisgeek's 0.41 about screen.  Had
5403           to tweak background: looks like doc background isn't imported.
5404         * share/icons/*.xpm, share/icons/*.png: removed them.  Not being used.
5406 2005-01-17  MenTaLguY  <mental@rydia.net>
5408         * src/desktop-style.cpp, src/inkscape.cpp, src/interface.cpp,
5409           src/path-chemistry.cpp, src/prefs-utils.cpp, src/selection-chemistry.cpp,
5410           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-object.cpp,
5411           src/sp-text.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
5412           src/dialogs/xml-tree.cpp, src/extension/internal/pov-out.cpp,
5413           src/widgets/dash-selector.cpp, src/xml/repr-css.cpp,
5414           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
5415           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5416           src/xml/sp-repr-action.cpp:
5418           Made all SPRepr fields private, and moved most functionality into
5419           member functions.  Also shuffled SPReprDoc members, to avoid
5420           need for SPReprDoc to be finalized.
5422 2005-01-17  Kees Cook  <kees@outflux.net>
5424         * share/markers/markers.svg: applied patch #990884, which provides a
5425           few mirrored arrows until marker transforms are finished.
5426         * share/icons/icons.svg: updates per Bulia's request.
5428 2005-01-16  MenTaLguY  <mental@rydia.net>
5430         * src/sp-object.cpp: non-elements no longer get ids assigned
5432 2005-01-15  MenTaLguY  <mental@rydia.net>
5434         * src/arc-context.cpp, src/document-private.h, src/document.cpp,
5435           src/document.h, src/event-context.cpp, src/node-context.cpp,
5436           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
5437           src/star-context.cpp, src/toolbox.cpp, src/uri-references.cpp,
5438           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
5439           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
5440           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
5441           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
5442           src/xml/sp-repr-event-vector.h:
5444           Removed attribute setting callback, and decoupled ids and object/repr
5445           bindings (object <-> repr associations are now remembered directly,
5446           though ids are still tracked too).
5448           This means it is now possible to set a null id on an object without
5449           anything breaking (hopefully).  For now we will still assign ids
5450           to everything by default...
5452 2005-01-15  MenTaLguY  <mental@rydia.net>
5454         * src/arc-context.cpp, src/event-context.cpp, src/node-context.cpp,
5455           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
5456           src/star-context.cpp, src/toolbox.cpp,
5457           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
5458           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
5459           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
5460           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
5461           src/xml/sp-repr-event-vector.h:
5463           remove all veto callbacks but setting attributes
5465 2005-01-15  Kees Cook  <kees@outflux.net>
5467         * src/inkscape.cpp: correcting windows path for preferences.  Closes
5468         bug #933461.
5470         * src/file.cpp, src/nodepath.cpp, src/selection-describer.cpp,
5471         src/seltrans.cpp, src/sp-item-group.cpp, src/sp-path.cpp,
5472         src/sp-spiral.cpp, src/sp-star.cpp, src/dialogs/find.cpp:
5473         Using ngettext for plural localized strings.  Please try to keep this
5474         up.  Closes bug #1076872.
5476         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
5477         src/inkscape-stock.h, src/dialogs/stroke-style.cpp,
5478         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
5479         src/dialogs/xml-tree.cpp: Finished the last of the missing pixmap
5480         replacements from Andreas Nilsson.  Fixed some mistakes in the earlier
5481         changes (need to call sp_icon_new_scaled not sp_icon_new).
5483 2005-01-14  MenTaLguY  <mental@rydia.net>
5485         * src/gc.cpp: leave the free space multiplier at the default, which
5486           will hopefully (according to Hans) avoid some of the odd gc issues
5487           we've had, if nothing else does
5489 2005-01-14  Kees Cook  <kees@outflux.net>
5491         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
5492         src/inkscape-stock.h, src/verbs.cpp, src/dialogs/stroke-style.cpp,
5493         src/dialogs/transformation.cpp, src/widgets/icon.cpp, src/widgets/icon.h,
5494         src/widgets/paint-selector.cpp:
5495         Fixed up code and replaced pixmaps with icons from myself and
5496         Andreas Nilsson.
5498 2005-01-11  MenTaLguY  <mental@rydia.net>
5500         * src/xml/repr-io.cpp: promote non-namespaced SVG documents into SVG
5501           namespace
5503 2005-01-08  MenTaLguY  <mental@rydia.net>
5505         * src/Makefile_insert, src/gc-anchored.cpp, src/gc-anchored.h:
5506           abstracted allocation of anchors
5508 2005-01-06  Ted Gould  <ted@gould.cx>
5510         * src/interface.cpp, src/extension/effect.cpp,
5511         src/extension/implementation/implementation.cpp,
5512         src/extension/implementation/implementation.h,
5513         src/extension/implementation/plugin-link.h,
5514         src/extension/implementation/plugin.cpp,
5515         src/extension/implementation/plugin.h,
5516         src/extension/implementation/script.cpp,
5517         src/extension/implementation/script.h, src/extension/plugin/gimpgrad.cpp,
5518         src/extension/plugin/grid.cpp:
5520         Changing the effects preferences so that it uses sockets and plugs which
5521         will allow out of process GUIs to work too.  This is a first pass with
5522         nothing beautiful, but it does seem to work.
5524 2005-01-03  MenTaLguY  <mental@rydia.net>
5526         * src/document.cpp, src/main.cpp, src/sp-root.cpp:
5527           get rid of ugly xmlns hacks
5529         * src/inkscape.cpp, src/extension/internal/svg.cpp, src/xml/repr-io.cpp:
5530           automatically include xmlns declarations for the required namespaces,
5531           and make a best effort at using a default namespace when requested
5532           and possible
5534 2005-01-02  Kees Cook  <kees@outflux.net>
5536         * share/icons/icons.svg: updated view and location
5537         * src/document.cpp, src/dialogs/rdf.cpp: fixed another bug in metadata
5538           due to svg: prefix change.
5539         * src/inkscape-stock.h, src/inkscape-stock.cpp, share/icons/Makefile.am:
5540           removed unused xpm icons
5542 2005-01-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5544         * src/fontsize-expansion.h, src/fontsize-expansion.cpp:
5545           New files.
5546         * src/Makefile_insert: Add the new files to libinkpre_a_SOURCES.
5547         * src/desktop-style.cpp (sp_desktop_apply_css_recursive):
5548           When calling sp_css_attr_scale, change the expansion calculation
5549           to use fontsize_expansion().
5550         * src/sp-text.cpp (sp_text_set_transform): Similarly use
5551           fontsize_expansion() instead of generic m.expansion().
5553 2005-01-01  Kees Cook  <kees@outflux.net>
5555         * src/extension/db.h, src/extension/db.cpp, src/extension/init.cpp:
5556         created "modulelist" to maintain initialization order for extension
5557         lists.
5559 2004-12-31  MenTaLguY  <mental@rydia.net>
5561         * src/xml/repr-io.cpp, src/xml/repr.h: initial scaffoliding for more
5562           cosmetic use of prefixes in output files (and eventually more proper
5563           namespace handling for output as well)
5565 2004-12-31  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5567         * src/sp-text.cpp (sp_text_set_transform): Change scaling of font size.
5568           The result should be closer to what CorelDraw, XaraX, Canvas 7 and
5569           Expression3 do according to vellum, though I don't know the exact
5570           rule that they use.
5572 2004-12-25  Ted Gould  <ted@gould.cx>
5574         * share/extensions/grid.inx, src/extension/extension.cpp,
5575         src/extension/extension.h, src/extension/plugin/grid.cpp:
5577         Futher improvements to the grid plugin.  This involves mostly adding in
5578         parameters at this time, but, ofcourse, I never implemented floating
5579         point parameters -- so that had to be done first.  More modular code so
5580         that things can be adjusted externally better.
5582 2004-12-25  Ted Gould  <ted@gould.cx>
5584         * share/extensions/Makefile.am, share/extensions/grid.inx,
5585         src/extension/implementation/plugin-link.h,
5586         src/extension/implementation/plugin.cpp,
5587         src/extension/plugin/Makefile_insert, src/extension/plugin/gimpgrad.cpp,
5588         src/extension/plugin/grid.cpp:
5590         Adding in a new effect plugin, grid.  It draws a grid on the canvas which
5591         is just an easy way to do some neat things.  It is mostly done, but still
5592         needs cleanup.  Some other files required modification to make this
5593         possible.
5595 2004-12-25  MenTaLguY  <mental@rydia.net>
5597         * src/event-context.cpp: removed unused handler
5599 2004-12-25  Ted Gould  <ted@gould.cx>
5601         * share/extensions/svg_dropshadow:
5603         Changing to use "svg:g" instead of "g" for the group.
5605         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h,
5606         src/extension/system.cpp, src/extension/system.h,
5607         src/extension/implementation/implementation.cpp,
5608         src/extension/implementation/implementation.h,
5609         src/extension/implementation/plugin.cpp,
5610         src/extension/implementation/plugin.h,
5611         src/extension/implementation/script.cpp,
5612         src/extension/implementation/script.h:
5614         Final stuff to get Effects working as well as the did before, which
5615         is okay, but not great.  This involved changing the API to get an SPView
5616         instead of an SPDocument because then I can get the selection information
5617         from the view that is being used.
5619 2004-12-24  MenTaLguY  <mental@rydia.net>
5621         * src/sp-object-repr.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
5622           src/dialogs/rdf.cpp, src/dialogs/xml-tree.cpp,
5623           src/widgets/sp-xmlview-tree.cpp, src/xml/repr-io.cpp,
5624           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5625           src/xml/repr.h:
5627           cleaned out unused code and unhygenic macros, as well as fixing
5628           constructors for text and comment nodes
5630 2004-12-24  Ted Gould  <ted@gould.cx>
5632         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h:
5634         Okay, now the effects menu really works!  Well, the implementation seems
5635         to be broken, but the wrapper seems to be all working.
5637 2004-12-24  Ted Gould  <ted@gould.cx>
5639         * src/interface.cpp, src/verbs.cpp, src/verbs.h, src/extension/effect.cpp,
5640         src/extension/effect.h:
5642         Getting the Effects menu basically working.  This included some fixes to
5643         the verbs where they were incrementing the database incorrectly.  The
5644         effects are the first component to take advantage of the dynamically
5645         created verbs, and exercised new code.  Now the basic menu is available,
5646         but there is no functionality there.
5648 2004-12-24  Ted Gould  <ted@gould.cx>
5650         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
5652         Basic code for the effects menu.
5654         * src/dialogs/filedialog.cpp, src/dialogs/filedialog.h,
5655         src/extension/db.cpp, src/extension/db.h:
5657         Changing the DB access functions to use std::list instead of GSList so
5658         that it is more standard, and we get rid of a specialized class that
5659         really isn't that useful.  Less memory usage, and fixes a leak.
5661         * src/extension/effect.cpp, src/extension/effect.h:
5663         Adding in a "Last Effect" to be used in the menus.
5665         * src/extension/extension-forward.h, src/extension/extension.cpp,
5666         src/extension/extension.h, src/extension/input.cpp,
5667         src/extension/output.cpp, src/extension/timer.cpp, src/extension/timer.h,
5668         src/extension/Makefile_insert:
5670         Adding in the timer functions so that modules will unload in a given
5671         amount of time.  For more information on this read the documentation
5672         in the files.  Kinda a lazy deallocation.
5674         * src/extension/implementation/implementation.cpp:
5676         Fix unload so that it is not recursive.
5678 2004-12-23  MenTaLguY  <mental@rydia.net>
5680         * src/arc-context.cpp, src/document.cpp, src/draw-context.cpp,
5681           src/dyna-draw-context.cpp, src/file.cpp, src/gradient-chemistry.cpp,
5682           src/interface.cpp, src/layer-fns.cpp, src/main.cpp, src/object-ui.cpp,
5683           src/path-chemistry.cpp, src/rect-context.cpp,
5684           src/selection-chemistry.cpp, src/sp-anchor.cpp, src/sp-clippath.cpp,
5685           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
5686           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-gradient-test.cpp,
5687           src/sp-gradient.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
5688           src/sp-line.cpp, src/sp-marker.cpp, src/sp-mask.cpp,
5689           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-offset.cpp,
5690           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
5691           src/sp-polyline.cpp, src/sp-rect.cpp, src/sp-root.cpp,
5692           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp, src/sp-text.cpp,
5693           src/sp-tspan.cpp, src/sp-use.cpp, src/spiral-context.cpp,
5694           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
5695           src/text-context.cpp, src/dialogs/find.cpp, src/dialogs/rdf.cpp,
5696           src/dialogs/xml-tree.cpp, src/ecma/EcmaBinding.cpp,
5697           src/extension/internal/gdkpixbuf-input.cpp,
5698           src/extension/internal/svg.cpp, src/livarot/ShapeDraw.cpp,
5699           src/xml/repr-io.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp:
5701           use normalized qnames for SVG elements too
5703 2004-12-23  Kees Cook  <kees@outflux.net>
5705         * configure.ac, src/Makefile_insert, src/extension/script/Makefile_insert:
5706           adding Perl and Python compile tests.  Corrected library locations.
5707         * src/extension/script/InkscapeScript.h,
5708           src/extension/script/InkscapePython.cpp,
5709           src/extension/script/InkscapeScript.cpp: white space fix, and
5710           added config.h, and some small debugging for myself.  Hope Bob doesn't
5711           mind!  :)
5712         * src/dialogs/scriptdialog.cpp: added comments to default code.
5714 2004-12-22  Kees Cook  <kees@outflux.net>
5716         * configure.ac, src/extension/script/Makefile_insert: automake cleanups
5717           to deal with perl/python detection.
5719 2004-12-20  David Turner <novalis@gnu.org>
5720         * src/widgets/gradient-vector.cpp:
5721           Fixed bug with gradient stops at 0 and 100%.  Closes 1085920.
5723 2004-12-18  Bob Jamison  <rjamison@titan.com>
5725         * src/extensions/script/*:
5726           New files that enable embedding of scripting languages
5727           in Inkscape.  Currently using Swig to embed Perl and Python.
5729         * autoconf.ac:
5730           Allow opting for perl or python with --with-perl=yes|no
5731           and --with-python=yes|no
5733 2004-12-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5735         * streq.h (streq), strneq.h (strneq), memeq.h (memeq):
5736           New convenience functions for strcmp(a,b)==0 etc.
5738         * src/dir-util.cpp (sp_relative_path_from_path):
5739           Fix when base is a string prefix of path but a directory prefix
5740           (e.g. path=/foo/barney, base=/foo/bar).
5742 2004-12-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5744         * src/sp-conn-end.cpp (sp_conn_end_move_compensate):
5745           Fix for undo/save: wasn't calling updateRepr().
5747 2004-12-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5749         * src/style.cpp (sp_style_merge_from_style_string):
5750           More standards-conforming parsing of style strings into prop:value
5751           pairs.
5753 2004-12-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5755         * src/style.h, src/style.cpp, src/libnrtype/font-style-to-pos.cpp:
5756           Fix font-weight value: s/darker/bolder/.
5758         * src/style.cpp (sp_style_merge_from_parent):
5759           Fix bug with specifying stroke-width with unit of em or ex.
5760           (We were ignoring the number, treating it as 1em or 1ex.)
5762         * src/style.h, src/style.cpp (sp_style_read_dash,
5763           sp_style_write_string, sp_style_write_difference):
5764           Allow `inherit' as a value for dasharray.
5765           (Also plug small memory leak in sp_style_read_dash.)
5767 2004-12-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5769         * src/style.cpp (sp_style_write_string):
5770           Fix for when stroke-dasharray either explicitly set to `none', or
5771           inherits non-none.
5773         * src/style.cpp (sp_style_write_ienum):
5774           Fix: preserve explicit `inherit' request.
5775         * (sp_style_read, sp_style_merge_property):
5776           Allow explicit `inherit' for `display' property.
5778         * src/style.cpp (sp_style_read):
5779           Fix copy&paste bug affecting `visibility' and `display' properties.
5781 2004-12-07  David Turner  <novalis@gnu.org>
5783         * src/libnrtype/RasterFont.cpp, src/display/nr-arena-shape.cpp:
5784         Fixed dash rendering bug (#1077213)
5786 2004-12-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5788         * src/style.h, src/style.cpp: Support all `display' values
5789           required by SVG 1.1.  (No functional change, insofar as the new
5790           values all have the same behaviour as our existing `block' value
5791           in SVG.)
5792         * src/sp-item.cpp, src/style.cpp: Use `inline' (SP_CSS_DISPLAY_INLINE)
5793           rather than `block' as our generic display value meaning `don't hide
5794           this', as per spec.
5796         * src/style.cpp: Prefer to write lr-tb etc. rather than the
5797           abbreviations lr etc.  (Also add comment saying why.)
5799 2004-12-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5801         * src/dialogs/xml-tree.cpp (on_attr_select_row_set_value_content):
5802           Fix segfault: treat NULL as empty string for display purposes.
5804 2004-11-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5806         * src/svg/svg.h, src/svg/sp-svg.def, src/svg/svg-length.cpp:
5807           (sp_svg_boolean_read, sp_svg_write_percentage):
5808           Remove these unused functions.
5809           (sp_svg_length_read_lff, sp_svg_number_write_d,
5810           sp_svg_number_write_i): Mark static.
5812         * configure.ac:
5813           When adding -lgc to LIBS, also add its dependencies -lpthread -ldl.
5815 2004-11-28  Ted Gould  <ted@gould.cx>
5817         * 0.40
5819 2004-11-25  MenTaLguY  <mental@rydia.net>
5821         * share/tutorials/tutorial-calligraphy.svg: spelling fix
5823         * src/widgets/layer-selector.cpp: fixing the layer selector update bug;
5824           sigc++ apparently doesn't deal with reference arguments very well
5826 2004-11-25  MenTaLguY  <mental@rydia.net>
5828         * src/layer-fns.cpp: fix layer creation within sublayers
5830         * src/dialogs/layer-properties.cpp: fix dialog leak
5832 2004-11-25  MenTaLguY  <mental@rydia.net>
5834         * src/inkscape.cpp: eliminate duplicated code across #ifdefs
5836         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5837           src/dialogs/layer-properties.h:
5839           LayerPropertiesDialog is no longer a singleton, since it's kind of a
5840           per-desktop (well, ideally per-document) thing.  Remaining to do:
5841           fix update of layer selector widget, and eliminate leak of dialog
5842           objects.
5844 2004-11-24  Kees Cook  <kees@outflux.net>
5846         * inkscape.spec: added SMP flags, added static library link capability.
5848 2004-11-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5850         * src/draw-context.cpp (spdc_concat_colors_and_flush):
5851           Do nothing if empty curve; in particular, don't try to close an
5852           empty curve.
5854         * src/pen-context.cpp (spdc_endpoint_snap):
5855           Fix use of uninitialized value when snapping.
5857 2004-11-23  Bryce Harrington <bryce@bryceharrington.org>
5859         * src/dialogs/layer-properties.cpp:  Fixing bug causing two new
5860           layers to get created when hitting enter
5862 2004-11-23  Kees Cook  <kees@outflux.net>
5864         * share/tutorials: added Josh's changes, resized, repositioned for
5865           800x600.
5866         * src/verbs.h, src/verbs.cpp, src/interface.cpp: added tracing
5867           tutorial.
5869 2004-11-23  MenTaLguY  <mental@rydia.net>
5871         * src/rect-context.cpp: disallow drawing on locked or invisible layers
5873         * src/widgets/layer-properties.h, src/widgets/layer-properties.cpp:
5874           slight HIG-ification
5876         * src/desktop.cpp, src/desktop.h, src/widgets/layer-selector.cpp,
5877           src/widgets/layer-selector.h, src/verbs.cpp, src/sp-desktop-widget.h
5879           removed vestigal layer renaming thing
5881         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5882           src/dialogs/layer-properties.h:
5884           reuse dialog for creating layers as well as for renaming them
5886 2004-11-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5888         * src/display/bezier-utils.cpp (generate_bezier): For the sake of
5889           our current pencil tool, don't use free optimization of the end
5890           tangent vector.
5892 2004-11-21  MenTaLguY <mental@rydia.net>
5894         * src/verbs.cpp: add accels for layer menu items
5896 2004-11-21  Bryce Harrington <bryce@bryceharrington.org>
5898         * src/dialogs/layer-properties.cpp, src/verbs.cpp,
5899           src/dialogs/layer-properties.h: Hooking up layer rename
5900           functionality, and making it show correctly.
5902         * src/dialogs/debugdialog.cpp, src/dialogs/find.cpp,
5903           src/dialogs/tracedialog.cpp:  Fixing dialog show behavior
5905 2004-11-21  Kees Cook  <kees@outflux.net>
5907         * src/sp-object.cpp, src/sp-metadata.cpp: added some debugging, and
5908           fixed a dumb error in my metadata _release handler.  Should mostly
5909           close bug 1069772.
5910         * src/Makefile_insert, src/sp-skeleton.cpp, src/sp-skeleton.h:
5911           created some example SPObject implementations for a basis for any
5912           new SPObjects in the future.
5913         * src/dialogs/xml-tree.cpp: fixing logic bug in identability checker.
5914           Added immutability test to actually close 1069772.
5915         * share/icons/icons.svg, src/verbs.cpp, src/interface.cpp: adding
5916           icons for the "new" menu, vacuum, reverse, make bitmap, and trace.
5918 2004-11-20  Jon A. Cruz  <jon@joncruz.org>
5920         * src/extension/db.h, src/extension/db.cpp, src/dialogs/filedialog.cpp:
5921           Added extension matching pattern. Fixed bug 1064888.
5923         * src/dialogs/filedialog.cpp (isValidImageFile):
5924           Fixed previewing bug 1067551.
5926 2004-11-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5928         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
5929           Add splitpoints parameter.  Callers updated.
5931         * src/display/bezier-utils.cpp
5932           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full):
5933           Change last parameter from lg_max_beziers to max_beziers.
5934           Callers updated.
5936 2004-11-19  Bryce <bryce@bryceharrington.org>
5938         * src/dialogs/layer-properties.cpp,
5939           src/dialogs/layer-properties.h:  Adding some widgets.
5941 2004-11-18  Bryce <bryce@bryceharrington.org>
5943         * src/dialogs/Makefile_insert, src/dialogs/makefile.msc,
5944           src/dialogs/layer-properties.h, src/dialogs/layer-properties.h:
5945           Adding a layer properties dialog for renaming layers
5947         * src/desktop.cpp src/interface.cpp, src/verbs.cpp,
5948           src/verbs.h src/dialogs/layer-properties.cpp,
5949           src/dialogs/layer-properties.h,
5950           src/widgets/layer-selector.cpp:  Hooking in layer props dialog.
5952 2004-11-16  MenTaLguY  <mental@rydia.net>
5954         * src/widgets/document-tree-model.cpp, src/widgets/document-tree-model.h,
5955           src/widgets/layer-selector.cpp, src/widgets/Makefile_insert:
5957           removed Widgets::DocumentTreeModel because unused
5959         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5960           src/xml/repr.h:
5962           cache successive sibling counts (self+subsequent siblings) in SPRepr
5963           to make sp_repr_n_children() and sp_repr_position() more efficient,
5964           which will be needed later for e.g. GTK tree models.
5966           sp_repr_nth_child() isn't any faster as a result of the changes,
5967           but it probably won't need to be
5969         * src/xml/repr.cpp: fixed refcount leak in SPRepr::SPRepr(SPRepr const &)
5971 2004-11-15  MenTaLguY  <mental@rydia.net>
5973         * src/gc.cpp: add initial stubs that print an informative error
5974           if the GC functions are used before Inkscape::GC::init() is called
5976 2004-11-14  MenTaLguY  <mental@rydia.net>
5978         * configure.ac, src/gc-core.h, src/gc-managed.h, src/gc-anchored.h,
5979           src/gc-finalized.h, src/gc.cpp:
5981           make disabling the collector a run-time rather than a compile-time
5982           option; there are now three garbage collector options, selectable
5983           by setting the _INKSCAPE_GC environment variable:
5985            * enable - the normal collector (default)
5986            * debug - the debugging collector
5987            * disable - use standard malloc in place of the libgc allocator
5989 2004-11-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5991         * src/display/bezier-utils.cpp: Make end tangent/s be unconstrained for
5992           sp_bezier_fit_cubic, sp_bezier_fit_cubic_r, and around corner nodes.
5994         * src/pencil-context.cpp (fit_and_split): Allow the bezier fitter to
5995           choose the middle control points freely except to the extent required
5996           for smooth nodes.
5998         * src/display/bezier-utils.cpp (generate_bezier):
5999           If either end tangent is specified as zero then estimate the
6000           corresponding control point without constraining its direction
6001           from the endpoint.
6003         * src/pencil-context.h, src/pencil-context.cpp
6004           (fit_and_split, sp_pencil_context_init): Explicitly remember required
6005           tangent instead of using "first two points" hack.
6007         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
6008           Detect & prevent "ghost spikes", by allowing a corner node if
6009           the specified tangent would result in a spike.
6011         * src/display/bezier-utils.cpp (generate_bezier): Better handling
6012           of the case of infinite solutions for the lengths of the two
6013           tangent vectors: try requiring that the lengths equal each other,
6014           and solving for that length (just one variable).
6016 2004-11-13  Kees Cook  <kees@outflux.net>
6018         * src/document.cpp: wrapped updateDisplay call in undo insensitivity.
6019           Closes bug #1030436.
6021 2004-11-12  MenTaLguY  <mental@rydia.net>
6023         * src/main.cpp: fpresetsticky -> fpsetsticky
6025         * src/verbs.cpp: cast width changes
6027         * src/libnrtype/FlowBoxes.h, src/libnrtype/FlowDefs.h,
6028           src/libnrtype/FlowDest.h, src/libnrtype/FlowEater.h,
6029           src/libnrtype/FlowRes.h, src/libnrtype/FlowSols.h,
6030           src/libnrtype/FlowSrc.h, src/libnrtype/FlowSrcText.h,
6031           src/libnrtype/FlowStyle.h, src/libnrtype/FlowUtils.h:
6032           remove stdint.h which isn't being used here
6034         * src/widgets/icon.h, src/widgets/icon.cpp:
6035           icon greys out when insensitive
6037         * src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
6038           documentation
6040         * src/verbs.cpp: changed cast to reinterpret_cast to hopefully
6041           avoid compiler warning
6043 2004-11-11  Kees Cook  <kees@outflux.net>
6045         * src/seltrans.cpp, src/select-context.cpp: ref counting SPObjects
6046           correctly so undo's don't blow up an active resize/move.  Closes
6047           bug #1018756.
6049 2004-11-11  MenTaLguY  <mental@rydia.net>
6051         * src/inkscape.cpp, src/main.cpp, src/widgets/icon.cpp:
6052           removed sp_bitmap_icons
6054         * configure.ac, src/sp-image.cpp, src/object-ui.cpp:
6055           removed stale autotrace support code
6057 2004-11-10  MenTaLguY  <mental@rydia.net>
6059         * src/sp-item.cpp, src/sp-clippath.cpp, src/cp-mask.cpp:
6060           minor refcounting tweaks
6062         * src/sp-image.cpp: fixed failure to release GdkPixbufLoader when
6063           done with it (fixes bug #1063054)
6065 2004-11-10  Kees Cook  <kees@outflux.net>
6067         * configure.ac, src/gc-core.h: corrected gc.h path detection.
6069 2004-11-09  MenTaLguY  <mental@rydia.net>
6071         * src/dialogs/fileselector.cpp: fixed cut-and-paste refcount bug
6072           between SVGPreview::setFileName and SVGPreview::setFromMem that
6073           was leaking bitmap image preview SPDocuments
6075 2004-11-09  Bryce Harrington <bryce@bryceharrington.org>
6077         * src/dialogs/item-properties.cpp
6079 2004-11-09  MenTaLguY  <mental@rydia.net>
6081         * src/sp-item.cpp, src/style.cpp, src/style.h:
6082           use 'display' rather than 'visibility' for hiding, and give display
6083           a more "modern" representation in SPStyle like visibility's
6085 2004-11-09  Kees Cook  <kees@outflux.net>
6087         * src/dialogs/xml-tree.cpp: added better context to the status bar.
6088           added warning flash for id conflicts.
6089         * src/toolbox.cpp: killed some copy/paste code while bug hunting.
6091 2004-11-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6093         * src/sp-item.h, src/sp-item.cpp
6094           (isExplicitlyHidden, setExplicitlyHidden): New methods.
6096         * src/dialogs/item-properties.cpp: Change from having a `Visible'
6097           checkbox that explicitly sets the SVG visibility property to
6098           having a `Hide' checkbox that controls whether or not the
6099           element has visibility:hidden.  (Mitigates #1061934.)
6101         * src/sp-object.h, src/sp-object.cpp (visible, setVisible):
6102           Remove these methods.
6104 2004-11-07  MenTaLguY  <mental@rydia.net>
6106         * src/gc-finalized.h: fix for Debian bug #279991 (cast to ptrdiff_t
6107                               rather than int), and basic documentation
6109 2004-11-06  MenTaLguY  <mental@rydia.net>
6111         * src/sp-item.cpp: fix desktop-specific version of SPItem::isHidden()
6112                            to deal correctly with parent visibility
6114 2004-11-05  MenTaLguY  <mental@rydia.net>
6116         * src/widgets/layer-selector.cpp: more work on making the lock/hide
6117           buttons actually do something
6119         * src/sp-item.cpp, src/sp-item.h: implement lock/hide related methods
6121         * src/verbs.cpp: "Remove All Kerns" -> "Remove Manual Kerning"
6123 2004-11-04  Kees Cook  <kees@outflux.net>
6125         * src/dialogs/rdf.h, src/dialogs/rdf.cpp: added rdf:Bag for the
6126           dc:subject keyword list.  Closed bug #1021025.
6127         * src/dialogs/xml-tree.cpp, src/widgets/sp-xmlview-attr-list.cpp,
6128           src/widgets/sp-xmlview-attr-list.h: added status bar to XML
6129           editor.  added row-change callback for XML tree view.  This
6130           all supports a possible future solution to bug #869683.
6131         * src/dialogs/desktop-properties.cpp: memory leak in RDF code.
6133 2004-11-04  MenTaLguY  <mental@rydia.net>
6135         * src/widgets/layer-selector.cpp: togglable images and formatting
6136           changes (make current layer bold)
6138         * src/uri.h, src/uri.cpp: added assignment operator
6140 2004-11-03  MenTaLguY  <mental@rydia.net>
6142         * src/widgets/Makefile_insert, src/widgets/shrink-wrap-button.cpp,
6143           src/widgets/shrink-wrap-button.h:
6145           added Inkscape::Widgets::shrink_wrap_button, to make any gtk button
6146           an SPButton-like shrink-wrapped button
6148         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6150           abandon SPButton for layer selector buttons
6152 2004-11-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6154         * po/check-markup: New script: detects <b>markup<b> <b>problems<7b>
6155           in the <b>translated strings.  (~10 such problems found.)
6156         * Makefile.am (all, check, distcheck): Run po/check-markup (with
6157           varying permissiveness of errors).
6159 2004-11-02  MenTaLguY  <mental@rydia.net>
6161         * doc/keys.xml: added documentation of layer keys
6163 2004-11-01  Kees Cook  <kees@outflux.net>
6165         * src/dialogs/align.cpp, src/dialogs/debugdialog.cpp: localized
6166         some missed strings.
6168 2004-11-01  MenTaLguY  <mental@rydia.net>
6170         * share/icons/icons.svg: gave bulia's eye icons ids
6172         * src/widgets/layer-selector.h, src/widgets/layers-selector.cpp:
6173           fixed up visibility/lock toggles... now to make them actually do
6174           something
6176 2004-10-31  MenTaLguY  <mental@rydia.net>
6178         * src/util/glib-list.h: adaptor for glib lists
6180         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6181           save the repr next to the SPObject
6183 2004-10-30  MenTaLguY  <mental@rydia.net>
6185         * src/util/list.h: more list cleanups and documentation
6187         * src/verbs.cpp: call sp_document_done() for layer verbs too
6189 2004-10-30  Bryce Harrington <bryce@bryceharrington.org>
6191         * src/dialogs/item-properties.cpp, src/sp-object.h:  Cleaning up
6192         stubs, disabling some more of the desc code to prevent crash.
6193         The change to SPObject::label() broke the label editing code;
6194         fixing it.
6196 2004-10-30  Kees Cook  <kees@outflux.net>
6198         * src/sp-metadata.cpp, src/sp-metadata.h, src/Makefile_insert,
6199         src/document.cpp, src/sp-object-repr.cpp, src/sp-object.cpp:
6200         I've created my very first SPObject!  SPMetadata is alive!  No
6201         more nasty hack to have it disappear from SVG Plain.  Mental
6202         won't have to take away my CVS access any more!  :)
6203         * inkscape2.nsi: update from Adib Taraben
6205 2004-10-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6207         * src/libnr/nr-matrix.cpp (nr_matrix_invert):
6208           Fix for last commit to this file, which broke src==dest case.
6209         * src/libnr/nr-matrix-test.cpp: Add test cases for nr_matrix_invert.
6211 2004-10-30  MenTaLguY  <mental@rydia.net>
6213         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6214           update when layers added/removed/reordered.
6216         * src/verbs.h, src/verbs.cpp: added "rename layer" verb.
6218 2004-10-29  Kees Cook  <kees@outflux.net>
6220         * src/Makefile_insert, src/trace/Makefile_insert,
6221         src/util/Makefile_insert: distcheck cleanups.
6223 2004-10-29  MenTaLguY  <mental@rydia.net>
6225         * src/widgets/layer-selector.cpp: default labels in italic
6227         * src/sp-object.h, src/sp-object.cpp: inkscape:label fixes
6229         * src/layer-fns.cpp: make ordering of layers complete; not just among
6230                              siblings
6232         * src/util/list.h: documentation update
6234 2004-10-29  Bryce Harrington <bryce@bryceharrington.org>
6236         * layer-fns.cpp:  documenting
6237         * layer-selector.cpp:  documenting & fixing funky widget resizing
6238         * object-ui.cpp, dialogs/item-properties.cpp, sp-object.h,
6239           sp-object.cpp, widgets/layer-selector.cpp: add ability to set
6240           inkscape:label from "Item Properties", remove id setting from
6241           "Item Properties", switch to using
6242           SPObject::label()/SPObject?::defaultLabel() in UI where object
6243           ID is currently used.  Documenting.  Switching from "label" to
6244           "inkscape:label" where appropriate.  Adding
6245           visible()/setVisible() functions and activating checkbox.
6246         * dialogs/item-properties.cpp:  Adding title and desc boxes.
6247           Adjusting layout of dialog a bit.  Changing to use of tables
6248           instead of horiz/vert boxes for layout.  Setting to inactive
6249           until some underlying bits get finished.
6251 2004-10-29  Kees Cook  <kees@outflux.net>
6253         * src/dialogs/export.cpp: moved function-based static state variable
6254           into the dialog state variables.  Closes bug #993447.
6255         * src/display/curve.cpp: fixed compile warning.
6256         * src/sp-namedview.cpp: wasn't ref counting correctly.  Closes #955020.
6258 2004-10-29  Jon A. Cruz  <jon@joncruz.org>
6260         * src/sp-image.cpp, src/extension/internal/gdkpixbuf-input.cpp:
6261           Refactoring filenames and file opening
6262           Scales imported images if DPI is known and not 72 DPI. Fixes
6263           #1029755
6265 2004-10-29  MenTaLguY  <mental@rydia.net>
6267         * src/widgets/layer-selector.cpp, src/verbs.cpp:
6268           unselect objects when layer is manually switched
6270 2004-10-28  Kees Cook  <kees@outflux.net>
6272         * src/document-undo.cpp, src/document.cpp, src/sp-namedview.cpp,
6273           src/sp-text.cpp, src/dialogs/desktop-properties.cpp,
6274           src/dialogs/export.cpp, src/extension/input.cpp,
6275           src/extension/output.cpp, src/extension/system.cpp:
6276           Fixing calls to sp_document_set_undo_sensitive to correct allow for
6277           nesting, as suggested by mental.  Found while tracking down bug
6278           #1030436.
6280 2004-10-28  MenTaLguY  <mental@rydia.net>
6282         * src/util/list.h: cleanups of list class.  I think, aside from
6283           documentation and maybe fixes for g++ 3.4 (if required), this
6284           is the last set of changes I will need to make.
6286         * src/sp-item.cpp, src/splivarot.cpp, src/util/reverse-list.h,
6287           src/util/filter-list.h, src/util/map-list.h:
6288           adjust for changes in the list class' interface
6290         * src/desktop.cpp, src/sp-desktop-widget.h:
6291           removed old layer selector and added SPDesktop::itemIsHidden()
6293         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6294           more work; it's now at least as functional as the old selector it
6295           replaces
6297 2004-10-27  Kees Cook  <kees@outflux.net>
6299         * src/libnr/nr-point.h: use NR::X and NR::Y instead of "0" and "1".
6300         * src/dialogs/export.cpp: stack/register weirdness requires a function
6301           call to get true == comparison of NR::Rect's.  Closes bug #1048614.
6302         * src/dialogs/align.cpp: saving erased iterator.  Closes bug #1054270.
6303         * share/extensions/ill2svg.pl: added strict, warnings, and detection
6304           of Image::Magick module.  Closes bug #990659.
6305         * src/dialogs/find.h, src/dialogs/find.cpp: removed unfinished new
6306           find dialog instantiation.  Closes bug #1048802.
6308 2004-10-27  Carl Hetherington  <inkscape@carlh.net>
6310         * src/extension/output.cpp: better fix for 1004134 after advice
6311         from Ted.
6313 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
6315         * src/extension/output.cpp: don't reset modified flag until after
6316         save has happened, in case it fails.  Fixes 1004134.
6318         * src/livarot/ShapeSweep.cpp: fix a typo in my cleanups.  Fixes
6319         1048151.
6321 2004-10-25  Bryce Harringotn <bryce@bryceharrington.org>
6323         * file.cpp, file.h, dialogs/export.cpp: Adding error return logic
6324           for png export code so that failure to write can be tracked.
6325           Adding an error dialog for when this occurs.  Fixes bug 1038932.
6327         * extension/system.cpp:  Changing sp_ui_error_dialog to g_warning
6328           so won't crash when running from commandline.  Fixes bug
6329           1000350.
6331         * inkscape.cpp, inkscape.h, main.cpp, dialogs/filedialog.cpp:
6332           Adding Inkscape::Application::use_gui flag as temporary hack to
6333           prevent gui dialogs from being used when running from
6334           commandline.  Fixes bug 1045067.
6336 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
6338         * src/livarot/PathCutting.cpp: fix a couple of bugs that I
6339         introduced that cause crashes on cut path.
6341 2004-10-25  Kees Cook  <kees@outflux.net>
6343         * src/sp-object.cpp: nasty hack to not export metadata on "Plain SVG".
6344           I promise I'll fix this with a proper SPObject soon.
6346 2004-10-25  Jon A. Cruz  <jon@joncruz.org>
6347         * src/file.cpp, src/file.h, src/inkscape.cpp, src/sp-image.cpp,
6348         src/uri.cpp, src/uri.h, src/dialogs/filedialog.cpp,
6349         src/extension/input.cpp, src/extension/implementation/script.cpp,
6350         src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
6351         src/extension/internal/win32.h, src/extension/plugin/gimpgrad.cpp,
6352         src/helper/png-write.cpp, src/trace/imagemap.cpp, src/xml/repr-io.cpp:
6354         Refactoring filenames and file opening
6356 2004-10-24  MenTaLguY  <mental@rydia.net>
6358         * src/Makefile.am: added/removed files
6360         * src/util/copy-list.h: nobody's using it right now, get rid of it
6362         * src/traits/copy.h, src/traits/list-copy.h:
6363           traits for determining the type to make a copy of a value
6365         * src/sp-item.cpp, src/util/filter-list.h src/util/map-list.h,
6366           src/util/reverse-list.h, src/widgets/layer-selector.cpp
6367           src/xml/sp-repr-action.cpp:
6369           let the list functions infer their own result type (where possible)
6371         * src/util/forward-pointer-iterator.h: its value type is a reference
6373 2004-10-23  MenTaLguY  <mental@rydia.net>
6375         * src/desktop.cpp: removed vertical usize limits on statusbar
6377         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6378           more layer selector work; simplfied model and customized CellRenderer
6379           settings a bit
6381         * src/attributes.cpp, src/attributes.h, src/sp-object.cpp, src/sp-object.h:
6382           add inkscape:label attribute
6384         * src/file.cpp, src/sp-anchor.h, src/sp-animation.h, src/sp-chars.h,
6385           src/sp-clippath.h, src/sp-conn-end.cpp, src/sp-defs.h, src/sp-ellipse.h,
6386           src/sp-gradient.h, src/sp-guide.h, src/sp-image.h, src/sp-line.h,
6387           src/sp-linear-gradient.h, src/sp-marker.h, src/sp-mask.h,
6388           src/sp-namedview.h, src/sp-object-group.h, src/sp-offset.h, src/sp-path.h,
6389           src/sp-pattern.h, src/sp-polygon.h, src/sp-polyline.h,
6390           src/sp-radial-gradient.h, src/sp-rect.cpp, src/sp-rect.h, src/sp-root.h,
6391           src/sp-spiral.h, src/sp-star.h, src/sp-stop.h, src/sp-string.h,
6392           src/sp-symbol.h, src/sp-text.h, src/sp-tspan.h, src/sp-use.h,
6393           src/sp-offset.cpp, src/sp-shape.h:
6395           make inheritance actual
6397 2004-10-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6399         * src/libnr/*: Move some things from nr-matrix-ops.h to new files.
6401         * src/libnr/nr-point-fns.h, src/libnr/nr-point-fns.cpp:
6402           New function is_zero.  Move is_unit_vector here
6403           (was private to sp-spiral.cpp).
6405         * src/display/bezier-utils-test.cpp: Disable a test, replacing with a
6406           todo printf and adding a comment explaining.
6408 2004-10-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6410         * src/pencil-context.cpp: Ensure that data points array p is uniqued
6411           and contains no NaNs.
6413         * src/libnr/nr-point-fns.cpp (LInfty): Fix bug with NaN coordinates:
6414           return NaN (rather than unspecified behaviour).
6415         * src/libnr/nr-point-fns-test.cpp: Add test cases for L1,L2,LInfty
6416           handling of NaN.
6418         * src/pencil-context.cpp: Fix bug: undesirable interactions between
6419           snapping and snap-to-anchor.
6421 2004-10-21  MenTaLguY  <mental@rydia.net>
6423         * src/desktop.cpp: SPDesktop::currentRoot() should pull from
6424           the current layer hierarchy just like SPDesktop::currentLayer();
6425           doubly so, since currently when switching documents the layer hierarchy
6426           is updated before the document is switched
6428         * src/util/Makefile_insert, src/util/copy-list.h: add list copy thingy
6430         * src/util/list.h: add rest()
6432         * src/util/reverse-list.h: bug fixes to reverse_list_in_place()
6434         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6435           more work on layer selector
6437 2004-10-21  Carl Hetherington  <inkscape@carlh.net>
6439         * src/livarot/Path.cpp, src/livarot/Path.h,
6440         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6441         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6442         src/livarot/ShapeMisc.cpp: excise separate path description data
6443         structure.
6445         * src/livarot/Path.h, src/livarot/Path.cpp,
6446         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6447         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6448         src/livarot/ShapeMisc.cpp, src/livarot/livarot-forward.h: move
6449         path description structs into their own files, and rename a few
6450         member variables.
6452         * src/livarot/Path.h, src/livarot/PathConversion.cpp,
6453         src/livarot/PathOutline.cpp: remove some unused functions.
6455 2004-10-20  Carl Hetherington  <inkscape@carlh.net>
6457         * src/livarot/Path.cpp: fix for 1050379, and probably lots of
6458         others.
6460         * src/livarot/Path.h, src/livarot/PathOutline.cpp: bug fix for a
6461         previous commit.
6463         * src/livarot/Path.cpp: fix a memory leak.
6465 2004-10-19  Carl Hetherington  <inkscape@carlh.net>
6467         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: more
6468         simplification cleanups.
6470         * src/livarot/PathStroke.cpp: coding style cleanups.
6472         * src/livarot/Path.h, src/livarot/PathSimplify.cpp,
6473         src/livarot/PathStroke.cpp: more cleanups; don't modify Path::pts
6474         and Path::nbPt.
6476         * src/livarot/Path.cpp, src/livarot/Path.h,
6477         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6478         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: use a
6479         std::vector for Path::pts.
6481 2004-10-18  Carl Hetherington  <inkscape@carlh.net>
6483         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: coding style
6484         and const cleanups.
6486         * src/livarot/PathSimplify.cpp: some very minor cleanups, and
6487         temporary comments for myself.
6489         * src/livarot/PathConversion.cpp: coding style cleanups.
6491         * src/livarot/PathConversion.cpp: fix for bug 1048827.
6493         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: clean up
6494         simplification code.
6496 2004-10-17  MenTaLguY  <mental@rydia.net>
6498         * share/templates/Makefile.am, share/templates/layers.svg:
6499           added a layer template
6501         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6502           more layer selector work
6504         * src/util/filter-list.h, src/util/Makefile_insert:
6505           added filter_list()
6507 2004-10-15  Carl Hetherington  <inkscape@carlh.net>
6509         * src/livarot/PathSimplify.cpp: remove #ifdef
6510         pseudo_douglas_pecker code that wasn't being used.
6512 2004-10-15  MenTaLguY  <mental@rydia.net>
6514         * src/view.h: removed obsolete status message functions
6516         * src/attributes.h: remove unused #define
6518         * src/sp-object.cpp: fix for bug #1048268 (inkscape:collect being written
6519           in "plain SVG" files)
6521         * src/sp-item.h, src/sp-item.cpp: added isLocked() and isHidden()
6522           predicates
6524         * src/sp-item.cpp, src/sp-style.cpp: basic support for visibility CSS
6525           property
6527 2004-10-14  Ted Gould  <ted@gould.cx>
6529         * share/extension/*.inkmod -> *.inx
6530         src/extension/init.cpp
6532         Changing the filename extension that is used to identify Inkscape
6533         extensions to the one specified in the design document.
6535 2004-10-14  MenTaLguY  <mental@rydia.net>
6537         * src/util/list.h: more 3.4 fixes
6539 2004-10-13  MenTaLguY  <mental@rydia.net>
6541         * src/util/list.h, src/util/forward-pointer-iterator.h:
6543           fixes to (hopefully) build with g++ 3.4 (and generally be less evil
6544           anyway)
6546 2004-10-14  Carl Hetherington <inkscape@carlh.net>
6548         * src/livarot/int-line.cpp: coding style cleanups.
6550         * src/livarot/float-line.cpp, src/livarot/float-line.h:
6551         refactoring, removal of dead code.
6553         * src/display/guideline.cpp, src/display/guideline.h: coding style
6554         cleanups.
6556         * src/livarot/Path.cpp, src/livarot/Path.h,
6557         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6558         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: merge
6559         Path::path_lineto and Path::path_lineto_b.
6561 2004-10-14  Carl Hetherington <inkscape@carlh.net>
6563         * src/Path.cpp, src/Path.h, src/PathConversion.cpp,
6564         src/PathCutting.cpp, src/PathOutline.cpp, src/PathSimplify.cpp,
6565         src/ShapeMisc.cpp: use a vector of pointers for Path::descr_cmd.
6567         * src/livarot/Ligne.cpp, src/livarot/Ligne.h,
6568         src/livarot/int-line.cpp, src/livarot/int-line.h,
6569         src/livarot/float-line.cpp, src/livarot/float-line.h,
6570         src/livarot/livarot-forward.h, src/livarot/ShapeRaster.cpp,
6571         src/sp-flowregion.cpp, src/display/canvas-bpath.cpp,
6572         src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
6573         src/display/sp-ctrlline.cpp, src/libnrtype/FlowDest.cpp,
6574         src/libnrtype/RasterFont.cpp: split Ligne into float-line and
6575         int-line.
6577         * src/libnrtype/FlowDest.cpp, src/libnrtype/RasterFont.cpp,
6578         src/libnrtype/raster-position.h, src/livarot/float-line.cpp,
6579         src/livarot/float-line.h, src/livarot/int-line.cpp: use
6580         std::vector for arrays in FloatLigne.
6582         * src/livarot/float-line.cpp, src/livarot/float-line.h: remove
6583         lots of dead code.  Make some methods private.
6585 2004-10-12  MenTaLguY  <mental@rydia.net>
6587         * src/Makefile.am: added files
6589         * src/layer-fns.cpp, src/sp-item.cpp: use iterators, simplifying code
6591         * src/sp-object.cpp, src/splivarot.cpp: adapt to new version of
6592           Inkscape::Algorithms::longest_common_suffix
6594         * src/sp-object.h, src/sp-repr-iterators.h: add new iterator classes
6596         * src/algorithms/find-last-if.h: add counterpart of std::find_if
6598         * src/algorithms/longest-common-suffix.h: rewrite to use iterators
6600         * src/algorithms/longest-prefix.h, src/algorithms/longest-suffix.h,
6601           src/algorithms/shortest-prefix.h, src/algorithms/shortest-suffix.h:
6603           removed; these algorithms are no longer necessary when using
6604           iterators
6606         * src/traits/list.h: no longer needed
6608         * src/traits/reference.h: add "Pointer" member type
6610         * src/util/Makefile_insert: shuffled files
6612         * src/util/list.h: reworked Inkscape::Util::List to be a "handle" type
6613           that can also be used as an STL iterator
6615         * src/util/forward-pointer-iterator.h: treat a pointer as an iterator,
6616           given a base pointer type and a type which defines the iteration
6617           strategy
6619         * src/util/map.h: obsolete
6621         * src/util/map-list.h: iterator-based implementation
6623         * src/traits/tree-iterator.h: no longer necessary (superceded by
6624           specific applications of Inkscape::Util::ForwardPointerIterator)
6626         * src/sp-object-tree-iterator.h, src/util/parent-axis.h,
6627           src/util/sibling-axis.h: obsolete
6629         * src/util/map.h, src/util/reverse.h: obsolete
6631         * src/util/map-list.h, src/util/reverse-list.h:
6632           iterator-based implementations
6634         * src/xml/Makefile_insert: added file
6636         * src/xml/repr.h: removed old tree iterator stuff
6638         * src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h: use new
6639           pointer iterator facility
6641         * src/xml/sp-repr-iterators.h: pointer iterators for SPRepr
6643 2004-10-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6645         * src/display/bezier-utils.h, src/display/bezier-utils.cpp
6646           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full): Change the meaning
6647           of the last parameter: was max_depth, now lg_max_beziers, with the
6648           relationship lg_max_beziers = max_depth + 1.  Callers updated.
6650         * src/xml/repr.cpp (sp_repr_change_order):
6651           Add g_return_if_fail for some conditions that would break structural
6652           integrity, and add a TODO comment indicating incompleteness.
6653           Use sp_repr_prev function.
6655         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp
6656           (sp_repr_prev_sibling): Rename to sp_repr_prev for consistency
6657           with sp_repr_next.  Don't consider it an error for child to be
6658           NULL or parentless.  Callers updated.
6660         * src/draw-context.cpp (spdc_concat_colors_and_flush,
6661           spdc_flush_white): Misc readability cleanups.
6663         * src/display/curve.cpp (sp_curve_reverse): Fix a bug where the
6664           reversed curve wrongly included a trailing moveto command.  (Bug
6665           introduced in my 2004-09-05 change: one of the callers I didn't
6666           know how to cause to run.)
6668 2004-10-12  Ted Gould  <ted@gould.cx>
6670         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
6671         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
6672         share/extensions/eps_input.inkmod, share/extensions/epsi_output.inkmod,
6673         share/extensions/gimpgrad.inkmod, share/extensions/ps_input.inkmod,
6674         share/extensions/roundhole.inkmod, share/extensions/sk_input.inkmod,
6675         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
6676         share/extensions/txt2svg.inkmod, share/extensions/wmf_input.inkmod,
6677         src/extension/dependency.cpp, src/extension/dependency.h,
6678         src/extension/extension.cpp, src/extension/init.cpp:
6680         Moving all of the dependency stuff from the scripts, up to the root
6681         extension level.  This means that everyone can have dependencies, and
6682         dependency checking (a good thing).  This makes use of the new
6683         'Dependency' class that is also in the extension directory.
6685 2004-10-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6687         * src/pencil-context.cpp (sp_pencil_context_root_handler): Split into
6688           many functions, fixing some illegal union aliasing along the way (as
6689           was done for sp_pen_context_root_handler).
6691         * src/modifier-fns.h: New file of inline functions based on macros.h
6692           MOD__CTRL etc. macros.
6693         * src/Makefile_insert: Add the new file.
6695         * src/pen-context.h: Change size of p array from SP_DRAW_MAX_POINTS to
6696           5 now that we aren't sharing with SPPencilContext.
6698         * src/draw-context.cpp, src/draw-context.h, src/pen-context.cpp,
6699           src/pen-context.h, src/pencil-context.cpp, src/pencil-context.h:
6700           Move npoints,p from SPDrawContext to both SPPenContext and
6701           SPPencilContext.
6703         * src/draw-context.cpp, src/draw-context.h: Split off new files
6704           pen-context.h, pen-context.cpp, pencil-context.h, pencil-context.cpp,
6705           draw-anchor.h, draw-anchor.cpp.
6706         * src/Makefile_insert: Add the new files.
6708 2004-10-10  Ted Gould  <ted@gould.cx>
6710         * src/event-context.cpp, src/file.cpp, src/file.h, src/print.cpp,
6711         src/print.h, src/selection-chemistry.h, src/sp-image.cpp, src/sp-item.cpp,
6712         src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp, src/sp-symbol.cpp,
6713         src/tools-switch.cpp, src/dialogs/export.cpp, src/dialogs/filedialog.cpp,
6714         src/extension/Makefile_insert, src/extension/db.cpp,
6715         src/extension/dependency.cpp, src/extension/dependency.h,
6716         src/extension/effect.cpp, src/extension/effect.h,
6717         src/extension/extension-forward.h, src/extension/extension.cpp,
6718         src/extension/extension.h, src/extension/input.cpp, src/extension/input.h,
6719         src/extension/output.cpp, src/extension/output.h, src/extension/print.cpp,
6720         src/extension/print.h, src/extension/system.cpp,
6721         src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp,
6722         src/extension/internal/svg.cpp, src/libnrtype/FlowResOut.cpp:
6724         Splitting out the different types of extensions into their own files so
6725         that the overall dependencies can be reduced.  Caused a ripple through
6726         lots of other files.  Hopefully the dependency situation is better now.
6728 2004-10-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6730         * src/draw-context.cpp:
6731           Change xp,yp file globals to NR::Point pen_draw_origin_w.
6733         * src/draw-context.cpp (sp_pen_context_root_handler):
6734           Split into many routines.  Fix some illegal union member aliasing.
6735           (pen_handle_key_press): Minor code cleanups in backspace handling.
6736           (pen_handle_motion_notify): Make tolerance var local instead of
6737           file-global.  (This transformation is applicable to many
6738           dragtolerance users.)
6740         * src/draw-context.cpp (spdc_endpoint_snap_handle):
6741           Change argument type from SPDrawContext to SPPenContext, and
6742           specialize definition accordingly.  Caller updated.
6744         * src/draw-context.h: Change red_curve_is_valid from char to bool.
6745         * src/draw-context.cpp: Change red_curve_is_valid assignments from
6746           0x00/0x01 to false/true (using find & replace).
6748 2004-10-07  Carl Hetherington  <inkscape@carlh.net>
6750         * src/nr-object.cpp, src/nr-object.h: coding style and const
6751         fixes.
6753         * src/nr-rect.cpp: added a doxygen comment.  Some coding style
6754         fixes.
6756         * src/sp-paint-server.cpp: coding style fixes.
6758         * src/nr-arena-item.cpp, src/nr-arena-item.h: move a comment to
6759         the .cpp file and make it doxygen-style.
6761         * src/livarot/Path.cpp: coding style cleanups.  Add an assert to
6762         Path::Transform().
6764         * src/livarot/Path.cpp, src/livarot/Path.h: fix some archaic
6765         notation.
6767         * src/livarot/Ligne.cpp: coding style cleanups.
6769         * src/livarot/PathOutline.cpp, src/livarot/Path.h: fix a rather
6770         nasty hack in the outlining code.
6772         * src/livarot/Path.cpp, src/livarot/Path.h,
6773         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6774         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6775         src/livarot/ShapeMisc.cpp, src/splivarot.cpp, src/sp-offset.cpp:
6776         use std::vector for Path::descr_cmd.
6778         * src/livarot/Path.cpp, src/livarot/Path.h,
6779         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6780         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6781         src/livarot/ShapeMisc.cpp: getType() and setType() in Path::path_descr.
6783 2004-10-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6785         * src/sp-object-repr.cpp (sp_repr_type_lookup): Distinguish between XML
6786           element name and sodipodi:type attribute value: use a separate table
6787           for each.
6788         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_lookup):
6789           Don't export this function.  (Also rename it to name_to_gtype and
6790           change its definition for separate tables.)
6792 2004-10-03  Kees Cook  <kees@outflux.net>
6794         * src/dialogs/rdf.cpp, src/dialogs/repr-util.cpp, src/dialogs/repr.h:
6795           Since "dc:title" can appear at multiple XML levels, a way to
6796           control max depth in searching was added.  (Closes bug #1009290)
6798 2004-09-30  MenTaLguY  <mental@rydia.net>
6800         * src/widgets/document-tree-model.cpp:
6801           more bug fixes
6803         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6804           get the layer selector sort of in more order
6806 2004-09-28  Ted Gould  <ted@gould.cx>
6808         * src/verbs.cpp, src/verbs.h, src/view.cpp:
6810         Making it so that actions get deleted as views get destroyed.
6812 2004-09-27  Ted Gould  <ted@gould.cx>
6814         * src/desktop.h, src/forward.h, src/interface.cpp, src/interface.h,
6815         src/select-toolbar.cpp, src/shortcuts.cpp, src/shortcuts.h,
6816         src/toolbox.cpp, src/toolbox.h, src/verbs.cpp, src/verbs.h,
6817         src/dialogs/align.cpp, src/dialogs/align.h,
6818         src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp,
6819         src/dialogs/export.cpp, src/dialogs/find.cpp,
6820         src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
6821         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
6822         src/dialogs/xml-tree.cpp, src/helper/action.cpp, src/helper/action.h:
6824         Wow, alot of files changed.  The ones that changed the most are
6825         verb.cpp and verb.h, which are almost entirely different.  What happened
6826         here is the verbs were made object oriented.  So, as the verbs
6827         are built into everything, lots of files changed.  Now the code
6828         for the verbs is much cleaner, and I think a little bit faster.
6829         Also, it will be easier to extend the verbs for use in effects.
6831 2004-09-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6833         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
6834           Get rid of operator NR::translate(), which was allowing
6835           *implicit* (and typically lossy) conversion to NR::translate,
6836           and which made a bug hard to find.
6838         * src/sp-gradient-test.cpp: New unit test file.  I believe this is the
6839           first test that tests an SPObject.
6840         * src/Makefile_insert, src/Makefile.am: Invoke the new test.
6842 2004-09-24  MenTaLguY <mental@rydia.net>
6844         * src/selection-chemistry.cpp:
6846           "select all" and "clear" now operate on the current layer rather than on
6847           the document root
6849         * src/verbs.cpp, src/shortcuts.cpp, layer-fns.cpp, src/sp-item.cpp:
6851           keyboard shortcuts and fixes for layer verbs
6853 2004-09-23  MenTaLguY <mental@rydia.net>
6855         * src/message-stack.h, src/message-stack.cpp:
6857           return id of flashed messages so they are cancellable
6859         * src/message-context.h, src/message-context.cpp:
6861           message context flashes now supercede one another, as regular
6862           messages do (they do not supercede regular messages though)
6864         * src/interface.cpp, src/layer-fns.cpp, src/layer-fns.h, src/verbs.cpp:
6866           initial stab at layers menu; not everything works the way it should
6867           quite yet
6869         * src/message-context.h, src/message-context.cpp:
6871           added flash methods to Inkscape::MessageContext
6873         * src/gc-core.h, src/display/nr-arena-glyphs.cpp,
6874 src/display/nr-arena-group.cpp,
6875           src/display/nr-arena-item.cpp, src/display/nr-arena-item.h,
6876           src/display/nr-arena-shape.cpp, src/libnr/nr-object.cpp,
6877 src/libnr/nr-object.h,
6879           eliminate more sources of leaks; managed objects shouldn't use refcounts
6880           among themselves
6882         * src/xml/repr.cpp: don't nuke log pointer
6884 2004-09-21  MenTaLguY <mental@rydia.net>
6886         * src/gc-finalized.h: fix for stupid bug preventing finalizable objects
6887           from being collected
6889         * src/Makefile_insert, src/gc.cpp, src/gc-core.h:
6890           move Inkscape::GC::init out-of-line, and funnel GC warnings through
6891           glib
6893 2004-09-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6895         * src/sp-marker.h, src/sp-marker.cpp (sp_marker_show_instance):
6896           Change to using NR::Matrix instead of NRMatrix.  Update caller.
6898         * src/sp-gradient.cpp (sp_gradient_get_g2d_matrix,
6899           sp_gradient_get_gs2d_matrix, sp_gradient_set_gs2d_matrix):
6900           New NR::Matrix/NR::Rect versions of existing functions.
6902         * src/libnr/nr-matrix-translate-ops.h (operator/): New function.
6904         * src/libnr/nr-matrix-scale-ops.cpp: New file.
6905         * src/libnr/nr-matrix-scale-ops.h (operator/(Matrix,scale)):
6906           New function.
6908 2004-09-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6910         * src/sp-gradient.h: Change gradientTransform from NRMatrix to
6911           NR::Matrix.  Users updated.
6913         * src/Makefile.am (EXTRA_DIST), Makefile_insert
6914           dialogs/Makefile_insert extension/implementation/Makefile_insert
6915           extension/internal/Makefile_insert helper/Makefile_insert
6916           livarot/Makefile_insert (blah_SOURCES):
6917           Add some .h files for `make dist'.
6919 2004-09-19  MenTaLguY <mental@rydia.net>
6921         * src/gc-core.h: don't defer finalizers
6923         * src/gc-core.h: bump up free space divisor -- collections should
6924           happen ~32x more frequently
6926 2004-09-19  Carl Hetherington <inkscape@carlh.net>
6928         * src/display/canvas-bpath.cpp, src/display/nr-arena-shape.cpp,
6929         src/display/sp-ctrlline.cpp, src/libnrtype/RasterFont.cpp,
6930         src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: remove some
6931         unused parameters from calls to raster code.
6933         * src/livarot/ShapeRaster.cpp: coding style cleanups.
6935         * src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: factored out
6936         _updateIntersection().
6938         * src/livarot/AVL.cpp, src/livarot/AVL.h: remove DblLinked.  Cleanups.
6940 2004-09-18  MenTaLguY <mental@rydia.net>
6942         * src/dialogs/filedialog.cpp: unref the preview document we created
6944 2004-09-18  Carl Hetherington <inkscape@carlh.net>
6946         * src/livarot/AVL.cpp, src/livarot/AVL.h,
6947         src/livarot/DblLinked.cpp, src/livarot/DblLinked.h,
6948         src/livarot/LivarotDefs.h, src/livarot/ShapeRaster.cpp,
6949         src/livarot/ShapeSweep.cpp, src/livarot/sweep-tree.cpp,
6950         src/livarot/sweep-tree.h, src/sweep-event.h: replace leftFoo and
6951         rightFoo with foo[2] in a few places.  Associated cleanups.
6953         * src/livarot/Shape.h: use Side rather than a bool for
6954         TesteIntersection.  Add some methods.  Remove some unused variables.
6956         * src/livarot/ShapeSweep.cpp: simplify TesteIntersection with use
6957         of Side.
6959         * src/livarot/sweep-event.h: const fix.
6961         * src/livarot/sweep-event.cpp: simplifications with use of Side.
6963         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
6964         src/livarot/ShapeMisc.cpp, src/ShapeSweep.cpp: lastA/firstA in
6965         Shape::dg_point ->
6967           further work on stroking; break out bezier approximation into
6968           public functions
6970 2004-09-10  MenTaLguY <mental@rydia.net>
6972         * src/render/polygon.h, src/render/shape-builder.h,
6973           src/render/shape-builder.cpp, src/render/stroke.h,
6974           src/render/dash.h:
6976           beginnings of a simple alternate renderer
6978 2004-09-09  Carl Hetherington <inkscape@carlh.net>
6980         * src/sp-flowtext.cpp, src/sp-offset.cpp, src/splivarot.cpp,
6981         src/display/nr-arena-shape.cpp, src/libnrtype/FlowDest.cpp,
6982         src/livarot/PathConversion.cpp, src/livarot/Shape.h: make
6983         Shape::nbPt and Shape::nbAr private and provide accessor methods.
6985         * src/display/nr-arena-shape.cpp, src/livarot/Shape.h: make
6986         Shape::flags private.
6988         * src/splivarot.cpp, src/livarot/PathStroke.cpp,
6989         src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6990         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
6991         Clean up handling of flags in Shape class
6993         * src/livarot/AlphaLigne.cpp, src/livarot/Path.cpp,
6994         src/livarot/PathSimplify.cpp, src/livarot/Shape.cpp,
6995         src/livarot/ShapeSweepUtils.cpp: it's ok to free NULL.
6997         * src/livarot/Shape.h, src/sp-offset.cpp, src/splivarot.cpp,
6998         src/display/nr-arena-shape.cpp: Make Shape::pts private and offer
6999         a read-only accessor.
7001         * src/livarot/Shape.cpp, src/livarot/Shape.h,
7002         src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
7003         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp, src/
7004         livarot/ShapeSweepUtils.cpp, src/livarot/ShapeUtils.h: Rename
7005         Shape::pts to Shape::_pts, and use getPoint() wherever possible.
7007         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
7008         src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
7009         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp: Add
7010         dg_point::totalDegree() and make use of it.
7013 2004-09-08  MenTaLguY  <mental@rydia.net>
7015         * src/libnr/nr-object.h, src/libnr/nr-object.cpp: fix NRObject
7016           initialization
7018         * configure.in, src/gc-core.h, src/gc-managed.h, src/gc-anchored,
7019           src/gc-finalized.h:
7021           add a --disable-gc ./configure option to omit garbage collection
7022           from the build (the normal allocator will be used, although
7023           memory will obviously leak since it does not get explicitly freed)
7025         * src/xml/repr.cpp: SPRepr's copy constructor needs to properly
7026           initialize its fields
7028         * src/xml/repr-util.cpp, src/xml/repr-private.h,
7029           src/xml/repr.h, src/xml/repr.cpp:
7031           new child-count-related routines, and added mutation signals
7032           to SPReprDoc
7034         * src/desktop.cpp: call the "Active Group" widget by its TRUE NAME!
7036         * src/widgets/Makefile_insert, src/widgets/document-tree-model.cpp,
7037           src/widgets/document-tree-model.h, src/widgets/layer-selector.cpp,
7038           src/widgets/layer-selector.h:
7040           very cursory start on new layers UI
7042 2004-09-08  Carl Hetherington <inkscape@carlh.net>
7044         * src/helper/stock-items.cpp: fix a bad free().  Improve coding
7045         style compliance.
7047         * src/libnrtype/FlowRes.cpp: slightly unpleasant fix for a buffer
7048         overrun.
7050 2004-09-07  MenTaLguY <mental@rydia.net>
7052         * src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
7053           src/livarot/ShapeSweep.cpp:
7055           use std::vector for points array (seems to crash less?)
7057         * src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
7058           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
7059           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
7060           src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
7061           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
7063           switch to glib's allocator routines, which have the expected
7064           semantics
7066         * src/livarot/evil-malloc.h: removed
7068 2004-09-07  Ted Gould  <ted@gould.cx>
7070         * src/color-rgba.h:
7072         Some comments and some little code clean up things.  Added a couple
7073         of constructors to make life a little simpler.
7075 2004-09-06  Ted Gould  <ted@gould.cx>
7076         * src/extension/plugin/gimgrad.cpp, src/extension/implementation/plugin*
7077           share/extension/gimpgrad.inkmod, src/extension/system.cpp,
7078           src/extension/extension.h:
7080         Mega commit.  This commit does two things, it adds in the ability to
7081         do plugins in Inkscape.  This means that there are loadable modules
7082         that can be used for just about anything.  It also provides a sample
7083         implementation of a plugin to load GIMP gradients.  This means that
7084         GIMP gradients can be imported into Inkscape, giving a larger set of
7085         gradients that can be used in Inkscape.
7087         Currently, nothing here is really complete, but it is functional.  The
7088         plugins really only work for input plugins, and the GIMP gradient example
7089         isn't very robust.  They will come shortly.
7091 2004-09-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7093         * src/display/curve.h, src/display/curve.cpp:
7094           Change x,y members to NR::Point.
7095           Rename posset (spiced&spiked hot milk) to posSet as per CodingStyle.
7097         * src/display/curve.cpp (sp_curve_reverse): Previously this
7098           routine returned only the last subpath, and made it an open
7099           path.  Now it preserves all aspects of the curve other than
7100           reversing it.  I believe this change makes no difference to the
7101           draw-context and dyna-draw-context callers (though I haven't
7102           managed to test all of these callers), whereas for the `reverse
7103           path' command, users presumably expect the new behaviour.
7105         * src/display/curve.cpp (sp_curve_closepath_current):
7106           Fix bad assertion.
7108         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
7109           (get_translation): New function.
7111         * src/sp-polygon.cpp (polygon_get_value): Use static linkage.
7112           (sp_polygon_set): Remove debugging output.  Add `todo' comment.
7114 2004-09-03  MenTaLguY <mental@rydia.net>
7116         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7117           src/sp-namedview.h:
7119           remember previously selected layer on load
7121 2004-09-02  MenTaLguY <mental@rydia.net>
7123         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp:
7125           reintroduced the inkscape:groupmode attribute
7127         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
7128           src/libnr/nr-object.cpp:
7130           remove USE_LIBGC macro again
7132 2004-08-30  MenTaLguY <mental@rydia.net>
7134         * src/sp-object.cpp:
7136           ref the object while SPObject::deleteObject runs, so it doesn't
7137           get destroyed halfway through [ fix for bug #1012874 ]
7139 2004-08-29  MenTaLguY <mental@rydia.net>
7141         * src/gc-core.h:
7143           turn off scanning of dynamic library data segments; we don't need
7144           it, and it seems to cause problems on FC2
7146 2004-08-27  MenTaLguY <mental@rydia.net>
7148         * src/traits/function.h: add typedefs for all argument positions,
7149           specifying 'void' for all arguments after the last
7151         * src/livarot/evil-malloc.h, src/livarot/BitLigne.cpp,
7152           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
7153           src/livarot/Shape.cpp, src/livarot/ShapeSweepUtils.cpp:
7155           work around livarot bugs so I can use ElectricFence
7157         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
7158           src/libnr/nr-object.cpp:
7160           make the garbage collector easy to disable by undefining
7161           USE_LIBGC in src/gc-core.h
7163 2004-08-26  MenTaLguY <mental@rydia.net>
7165         * src/document-private.h, src/document.h, src/document.cpp:
7167           add notification signal when resources are added or removed
7169 2004-08-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7171         * src/xml/repr-css.cpp (sp_repr_css_print):
7172           Fix for shared string change.
7174         * src/sp-text.cpp (sp_text_description):
7175           Fix for when font Name() call fails.
7177         * src/sp-text.cpp: CodingStyle changes, including moving some
7178           declarations to first use.
7179           Remove unused __SP_TEXT_C__ define.
7181 2004-08-25  Carl Hetherington  <inkscape@carlh.net>
7183         * src/sp-cursor.cpp, src/sp-cursor.h, src/sp-guide.cpp:
7184         coding style cleanups.
7186 2004-08-24  MenTaLguY <mental@rydia.net>
7188         * src/gc-anchor.h: fix to always use the GC base address, since
7189           that will not always be the same as 'this', when I::GC::Anchored
7190           is used via multiple inheritance.
7192 2004-08-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7194         * src/libnrtype/TextWrapper.h, src/libnrtype/TextWrapper.cpp (AppendUTF8):
7195           Use strlen instead of for-loop.
7196           Change printf to g_return_if_fail (and document that the argument
7197           must be valid UTF-8).
7198           Mark the text pointer as not being written through (const).
7200 2004-08-23  MenTaLguY <mental@rydia.net>
7202         * src/xml/repr.cpp, src/xml/sp-repr-action.h:
7204           removed stupid default 'next' constructor arguments and force them
7205           to be specified explicitly (and fix the omission of one, which
7206           fixes bug #1014541)
7208 2004-08-22  MenTaLguY <mental@rydia.net>
7210         * src/Makefile_insert, src/gc-alloc.h:
7212           introduced a GC-aware STL allocator
7214         * src/document-private.h, src/document.h, src/document.cpp:
7216           switch to using STL map for "id changed" signals
7218 2004-08-21  MenTaLguY <mental@rydia.net>
7220         * src/Makefile_insert, src/util/Makefile_insert: get libinkutil
7221           deps straightened out
7223         * src/document-private.h, src/document-undo.cpp, src/document.cpp:
7225           adapt for new APIs, header cleanups/refactorings
7227         * src/gc-core.h, src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
7229           rewrote interface to Boehm GC for increased flexibility; there are now
7230           three main classes:
7232            - Inkscape::GC::Managed: objects managed by the GC; replaces
7233                                     Inkscape::GC::Object
7235            - Inkscape::GC::Finalized: objects for which the GC will call
7236                                       destructors automatically; replaces
7237                                       Inkscape::GC::FinalizedObject
7239            - Inkscape::GC::Anchored: managed objects which can be 'anchored'
7240                                      to prevent collection while non-gc-aware
7241                                      objects are holding references; replaces
7242                                      Inkscape::Refcounted
7244           Note that they no longer inherit from each other(!), so you will
7245           need to mix-and-match via multiple inheritance.  The latter two
7246           don't do anything useful without the first, however.
7248         * src/gc-object.h, src/refcounted.h: removed
7250         * src/message-context.cpp, src/message-stack.h, src/selection.h,
7251           src/view.cpp, src/libnr/nr-object.h, src/util/list.h,
7252           src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h, src/desktop.cpp:
7254           adopt new GC API and header refatorings
7256         * src/Makefile.am, src/util/Makefile_insert:
7258           list util/* files in util's Makefile_insert now.
7260         * src/util/reverse.h: revive anx fix Inkscape::Util::reverse
7262         * src/util/share-c-string.cpp, src/util/share-c-string.h: removed
7264         * src/util/shared-c-string.cpp, src/util/shared-c-string.h:
7266           employ the type system to make shared strings a little safer to use;
7267           you can still shoot yourself in the foot, but at least now you need
7268           to aim and pull the trigger first
7270         * src/xml/Makefile_insert, src/xml/repr-action-test.cpp,
7271           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.h:
7273           reorganize transaction logging files
7275         * src/xml/repr-action-test.cpp: updated headers
7277         * src/xml/repr-action.cpp, src/xml/repr-action.h: removed
7279         * src/xml/repr-private.h, src/xml/repr.cpp, src/xml/repr.h:
7281           update for new GC API and shared strings
7283         * src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
7284           src/xml/sp-repr-action.h:
7286           header refactoring and new GC API
7288         * src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h:
7290           new GC API
7292 2004-08-20  Carl Hetherington <inkscape@carlh.net>
7294         * src/zoom-context.cpp, src/view.cpp, src/version.cpp,
7295         src/sp-defs.cpp: coding style cleanups.
7297         * src/sp-polygon.cpp: coding style and a few other small cleanups.
7299         * src/sp-anchor.cpp: coding style cleanups.  Remove unnecessary
7300         static variable.
7302 2004-08-18  Bryce Harrington <bryce@bryceharrington.org>
7304         * autogen.sh:  Fixing the 'missing ltmain.sh' bug
7306 2004-08-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7308         * src/sp-star.cpp: Use cast to guint32 instead of using modulo 2**32.
7309           Fix a uint compilation bug on Windows reported by mrchapp.
7310           Mark a few functions as static.
7312 2004-08-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7314         * src/sp-conn-end.cpp (change_endpts):
7315           Use new sp_curve_stretch_endpoints function: i.e. preserve the
7316           shape of the connector path.
7318         * src/display/curve.h, src/display/curve.cpp
7319           (sp_curve_stretch_endpoints): New function.
7321         * src/sp-use-reference.cpp: CodingStyle changes.
7323         * src/sp-item.h, src/sp-item.cpp (sp_item_write_transform):
7324           Indicate that adv won't get written to.
7326         * src/sp-rect.cpp (sp_rect_set_transform): Call sp_rect_set_shape,
7327           so that bbox is up-to-    src/livarot/PathConversion.cpp,
7328 src/livarot/Shape.cpp,
7329         src/livarot/Shape.h, src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
7330         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp,
7331         src/livarot/ShapeSweepUtils.cpp:
7332           Revert these files to their state prior to mental's "2004-08-08"
7333           entry (the change made in 2004-08-09 02:23 UTC).
7335 2004-08-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7337         * src/algorithms/longest-common-suffix.h: Fix bug I introduced three
7338           days ago.
7340         * src/attributes.h, src/attributes.cpp: New attributes
7341           SP_ATTR_CONNECTION_START, SP_ATTR_CONNECTION_END.
7342         * src/sp-conn-end.h, src/sp-conn-end.cpp,
7343           src/sp-conn-end-pair.h, src/sp-conn-end-pair.cpp:
7344           New files.
7345         * src/Makefile_insert (libinkpre_a_SOURCES): Add the new files.
7347         * src/sp-path.cpp, src/sp-path.h: Call the new connector stuff.
7349         * src/display/curve.h, src/display/curve.cpp
7350           (sp_curve_first_point, sp_curve_last_point): New functions.
7352           (sp_curve_transform): Re-implement with NR::Matrix/NR::Point.
7353           The old code appears to be buggy for sheer/rotate matrices
7354           due to calculating each y coord using the new corresponding x coord
7355           instead of the previous value.
7357           Also add NR::translate version.
7359           Get rid of the return value.  Callers updated.
7361         * src/sp-item.h, src/sp-item.cpp: (i2anc_affine): New function
7362           (essentially a rename of existing private partial_xform function, but
7363           differing behaviour on encountering non-SPItem in the hierarchy).
7365           (i2i_affine): New function (essentially a rename of existing
7366           SPItem::getRelativeAffine).  Implement SPItem::getRelativeAffine in
7367           terms of the new function.
7369           (sp_item_dt2i_affine): NR::Matrix version.
7371         * src/libnr/nr-path.h (c, setC): new methods.
7373 2004-08-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7375         * src/desktop-affine.cpp (sp_desktop_w2doc_affine,
7376         sp_desktop_doc2w_affine, sp_desktop_doc2d_xy_point),
7377         src/knotholder.cpp (knot_moved_handler), src/sp-item.cpp
7378         (SPItem::getRelativeTransform), src/sp-rect.cpp
7379         (sp_rect_set_transform), src/display/sp-canvas-util.cpp
7380         (sp_canvas_item_i2i_affine, sp_canvas_item_set_i2w_affine):
7381           Cleanup: Use the new division operators instead of multiplication by
7382           inverse.  (Currently the division operators are implemented as
7383           multiplication by inverse.)
7385         * src/splivarot.cpp, src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
7386         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
7387           Hurriedly fix some problems caused by overly-hurried changes.
7388           Address some signed/unsigned warnings.
7389           Add some assertions.
7390           (Haven't checked the performance cost of the assertions.)
7392         * src/livarot/Shape.h: Make constructors explicit.
7394 2004-08-08  MenTaLguY  <mental@rydia.net>
7396         * src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-offset.cpp,
7397           src/splivarot.cpp, src/display/nr-arena-shape.cpp,
7398           src/livarot/PathConversion.cpp, src/livarot/Shape.cpp,
7399           src/livarot/Shape.h, src/livarot/ShapeDraw.cpp,
7400           src/livarot/ShapeMisc.cpp, src/livarot/ShapeRaster.cpp,
7401           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
7403           replace ad-hoc realloced arrays with std::vector and deal with
7404           uninitialized data problems that valgrind complained about
7406         * libgc.supp: valgrind suppression profile for libgc, which necessarily
7407           reads and runs comparisons on a lot of uninitalized data; the present
7408           form of this file is probably too broad however
7410 2004-08-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7412         * src/libnr/nr-matrix-div.h, src/libnr/nr-matrix-div.cpp:
7413           operator/(NR::Point, NR::Matrix), operator/(NR::Matrix, NR::Matrix):
7414           new functions, new files.
7416         * src/algorithms/longest-common-suffix.h:
7417           Handle in O(1) time the common case of equal tails.
7418           Documentation.
7420 2004-08-08  Ted Gould  <ted@gould.cx>
7422         * src/svg-profile.h, src/Makefile_insert:
7424         Adding the first support in for trying to determine which profiles are
7425         used with certain functionality, and if that is used by the current
7426         document.  Really, right now, there is no code changes to anything that
7427         compiles.  But this is the header file that contains the class that
7428         I'm plannig to use in the future.
7430 2004-08-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7432         * src/libnrtype/RasterFont.h, src/libnrtype/RasterFont.cpp:
7433           Get rid of argumentless constructor (which was leaving
7434           style.transform as random bits), replace with constructor taking
7435           style argument.  Caller updated.
7436           Disable default copy constructor and operator=.
7438 2004-08-06  MenTaLguY <mental@rydia.net>
7440         * configure.in, src/gc-core.h, src/gc-object.h,
7441           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-group.cpp,
7442           src/display/nr-arena-image.cpp, src/display/nr-arena-item.cpp,
7443           src/display/nr-arena-shape.cpp, src/display/nr-arena.cpp,
7444           src/helper/action.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
7446           make NRObject GC-aware
7448 2004-08-06  David Turner <novalis@gnu.org>
7449         * src/sp-shape.cpp (sp_shape_marker_get_transform): Make marker handling
7450 match
7451         SVG spec better.
7453 2004-08-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7455         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
7456           NR::Matrix *= NR::scale: new.
7458         * src/sp-object.cpp, src/sp-object.h, src/sp-object-tree-iterator.h:
7459           Move TreeIterator<SPObject *> specialization to snew file
7460           sp-object-tree-iterator.h.
7461           Mark several pointers as not being written through.
7462           Correspondingly change TreeIterator specialization to
7463           <SPObject const *> instead of <SPObject *>.
7465         * display/nr-arena-item.cpp, display/nr-arena-item.h:
7466           Add NR::Matrix version of nr_arena_item_set_transform.
7468         * src/sp-item.h, src/sp-item.cpp (getRelativeTransform, partial_xform):
7469           Mark pointers as not written through.
7471         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
7472           src/path-chemistry.cpp, src/rect-context.cpp,
7473           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowdiv.cpp,
7474           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-item-group.cpp,
7475           src/sp-item-notify-moveto.cpp, src/sp-item-transform.cpp,
7476           src/sp-item.cpp, src/sp-item.h, src/sp-offset.cpp, src/sp-rect.cpp,
7477           src/sp-shape.cpp, src/sp-use.cpp, src/spiral-context.cpp,
7478           src/splivarot.cpp, src/star-context.cpp, src/text-context.cpp,
7479           src/dialogs/item-properties.cpp:
7480           Change SPItem->transform from NRMatrix to NR::Matrix.
7482         * src/libnr/nr-matrix-ops.h (operator*(NR::Matrix, NRMatrix)): new.
7484         * src/libnr/nr-matrix.h: NR::Matrix *= NR::translate: new operator.
7486         * src/nodepath.cpp: Mark NodeSort operator< as static.
7487           Indentation as per CodingStyle.
7489         * src/libnr/nr-scale.h (NR::scale(double)): new constructor.
7491         * src/svg/svg-affine.cpp (sp_svg_transform_write), src/svg/svg.h:
7492           Add NR::Matrix version.
7494 2004-08-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7496         * src/display/bezier-utils.cpp: Misc. minor changes.
7498 2004-08-04  MenTaLguY  <mental@rydia.net>
7500         * configure.in, src/gc-object.h, src/refcounted.h:
7502           start using libgc in earnest; Inkscape::Refcounted is now GC-aware
7504 2004-08-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7506         * src/nodepath.cpp: Cleanups: Mark some things as static.  Switch from
7507           pointer to reference in some places. Make const placement conform to
7508           CodingStyle.
7510         * src/inkview.cpp (sp_svgview_main_key_press): Accept some common keys
7511           like PgUp, q.
7513         * src/draw-context.cpp (fit_and_split):
7514           Slight simplification: don't handle impossible condition npoints < 2.
7515         * src/proofs: Update accordingly.  (Also add some bezier-utils proofs.)
7517 2004-08-04  David Turner <novalis@gnu.org>
7519         * sp-path.cpp: 'd' is a required attribute for paths.  Ensure that
7520         all paths have it.
7522 2004-08-03  MenTaLguY  <mental@rydia.net>
7524         * src/dialogs/rdf.cpp, src/xml/repr-util.cpp, src/xml/repr.h:
7525           removed sp_repr_recursive_drop() which is unneeded and
7526           creates unnecessary thrash in the undo logs
7528         * src/livarot/Shape.h, src/livarot/Shape.cpp,
7529           src/livarot/ShapeSweep.cpp, src/livarot/ShapeMisc.cpp:
7531           experiment to replace ad-hoc realloc() arrays with std::vector
7533 2004-08-02  David Turner <novalis@gnu.org>
7535         * file.cpp, file.h, interface.cpp, toolbox.cpp, verbs.cpp, verbs.h:
7537         Added vacuum command to remove unused defs.
7539 2004-08-02  MenTaLguY  <mental@rydia.net>
7541         * configure.in: sigc++ 2.0.2 (and before?) has a bug that
7542           causes us to crash.  require >= 2.0.3
7544         * src/Makefile.am, src/Makefile_insert, src/gc-core.h,
7545           src/gc-object.h, src/algorithms/longest-common-suffix.h,
7546           src/traits/list.h, src/traits/reference.h, src/util/flip.h,
7547           src/util/fold.h, src/util/list-iterator.h, src/util/list.h,
7548           src/util/map.h, src/util/parent-axis.h, src/util/reverse.h,
7549           src/util/sibling-axis.h, src/util/tuple.h, src/util/zip.h:
7551           more "functional" work
7553 2004-08-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7555         * src/display/curve.cpp, src/display/curve.h:
7556           Greater conformance with CodingStyle.
7558 2004-07-31  David Turner <novalis@gnu.org>
7560         * dialogs/xml-tree.cpp: Improved focus, added keystroke for attr commit.
7562 2004-07-31  Ted Gould  <ted@gould.cx>
7564         * src/extension/extension.cpp,
7565         src/extension/implementation/implementation.cpp,
7566         src/extension/implementation/implementation.h,
7567         src/extension/implementation/script.cpp,
7568         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
7569         src/extension/internal/eps-out.h:
7571         Okay, changed the prefs_ prototypes to include which extension they are
7572         working with. This should clean up some warnings before they become
7573         problems later.
7575 2004-07-31  Ted Gould  <ted@gould.cx>
7577         * src/print.cpp, src/extension/extension.cpp, src/extension/extension.h,
7578           src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp:
7580           Changed the get and set param prototypes so that they aren't overloaded
7581           anymore - this was flaky.  Also added a document to the prototype so
7582           that document specific parameters can be supported in the future.
7584 2004-07-28  David Turner <novalis@gnu.org>
7586         * sp-gradient.cpp, widgets/gradient-vector.cpp: fixed gradient handling to
7587         properly render gradients with sharp color boundaries
7589 2004-07-29  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7591         * src/inkview.cpp: Make the window title be the name of the
7592           instead of the current file instead of the first file.
7594         * src/round-test.cpp: New unit-test file.
7596         * src/desktop.h, src/sp-desktop-widget.h:
7597           Move SPDesktopWidget stuff from desktop.h to new file
7598           sp-desktop-widget.h.
7600         * debian/*: Copy lots of changes from wolfi's official Debian package
7601           of inkscape.
7602           Also use separate builddir, which simplifies the `clean' target.
7604 2004-07-24  MenTaLguY  <mental@rydia.net>
7606         * configure.in, src/Makefile.am, src/main.cpp, src/gc-core.h:
7607           added libgc dependency
7609         * src/Makefile.am, traits/function.h:
7610           added trait class for functions and C++ "functors"
7612         * src/Makefile.am, util/flip.h:
7613           added flip() which, given a function with two arguments,
7614           returns an identical function with its arguments reversed
7616 2004-07-23  MenTaLguY  <mental@rydia.net>
7618         * src/Makefile.am, src/traits/reference.h, src/util/tuple.h:
7619           added generic Tuple type
7621 2004-07-23  Ted Gould  <ted@gould.cx>
7623         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7624         src/sp-namedview.h, src/dialogs/desktop-properties.cpp,
7625         src/display/canvas-grid.cpp, src/display/canvas-grid.h:
7627         Adding in the ability to have 'emphasis grid lines' where some lines are a
7628         different color than others.  In the default case every fifth grid line
7629         gets to be 0x11 darker alpha.  Nothing that will get in your way, but
7630         enough that you can find the spacing.  All parameters are changeable in
7631         document preferences.
7633 2004-07-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7635         * autogen.sh: Move unversioned automake to last resort.
7637 2004-07-20  Kees Cook  <kees@outflux.net>
7639         * src/dialogs/desktop-preferences.cpp: corrected my usage of static
7640           l18n strings.
7641         * src/dialogs/stroke-style.cpp: fixed missing l18n. (bug #994837)
7642         * src/dialogs/sp-attribute-widget.cpp: went hunting for other static
7643           l18n strings.  Fixed some here too.
7644         * autogen.sh: cleanups and more debugging.
7645         * share/extensions/sk2svg.sh: tempfile cleanups from pjrm (patch #990009)
7647 2004-07-20 Nathan Hurst <njh@mail.csse.monash.edu.au>
7649         * debian/changelog, configure.in: Moved to 0.40cvs and updated
7650           debian stuff.
7652 2004-07-18  MenTaLguY  <mental@rydia.net>
7654         * configure.in, src/Makefile.am, src/algorithms/Makefile_insert,
7655           src/algorithms/makefile.in, src/traits/Makefile_insert,
7656           src/traits/makefile.in, src/util/Makefile_insert, src/util/makefile.in:
7658           added src/algorithms, src/traits, and src/util subdirs
7660         * src/algorithms/longest-common-suffix.h:
7662           added generic "longest common suffix" algorithm
7664         * src/traits/list.h: added traits class for lists
7666         * src/traits/tree-iterator.h: added traits class for n-ary tree iterators
7668         * src/util/list-iterator.h: STL iterator for lists
7670         * src/util/parent-axis.h: parent "axis" of tree iterator as list
7672         * src/util/sibling-axis.h: sibling "axis" of tree iterator as list
7674         * src/xml/repr.h: specialize Traits::TreeIterator for SPRepr *
7676         * src/sp-object.h: specialize Traits::TreeIterator for SPObject *
7678         * src/sp-object.cpp: use generic "longest common suffix" to find
7679                              nearest common ancestor
7681         * src/splivarot.cpp: use genric "longest common suffix" to find
7682                              nearest common ancestor here too
7684 2004-07-18  Kees Cook  <kees@outflux.net>
7686         * Makefile.am, configure.in, autogen.sh, toolversions.sh:
7687           cleaning up some automake misbehavior from the gtkmm patch.
7688           automake 1.4isms snuck back in.
7689         * src/desktop-events.cpp: unlocalized strings updated.
7691 2004-07-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7693         * src/sp-path.cpp (sp_path_write): Handle shape->curve==NULL.
7695 2004-07-18  MenTaLguY  <mental@rydia.net>
7697         * Makefile.am, configure.in, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4,
7698           m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4,
7699           m4/progtest.m4, src/arc-context.cpp, src/arc-context.h, src/desktop.cpp,
7700           src/desktop.h, src/document.cpp, src/document.h, src/draw-context.cpp,
7701           src/draw-context.h, src/event-context.h, src/main.cpp,
7702           src/message-stack.h, src/node-context.cpp, src/node-context.h,
7703           src/nodepath.cpp, src/nodepath.h, src/object-hierarchy.h,
7704           src/rect-context.cpp, src/rect-context.h, src/selcue.cpp, src/selcue.h,
7705           src/selection-describer.cpp, src/selection-describer.h,
7706           src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
7707           src/sp-item.cpp, src/sp-item.h, src/sp-object.cpp, src/sp-object.h,
7708           src/sp-offset.cpp, src/sp-offset.h, src/sp-pattern.cpp, src/sp-use.cpp,
7709           src/sp-use.h, src/spiral-context.cpp, src/spiral-context.h,
7710           src/star-context.cpp, src/star-context.h, src/text-context.cpp,
7711           src/text-context.h, src/toolbox.cpp, src/uri-references.cpp,
7712           src/uri-references.h, src/view.cpp, src/view.h,
7713           src/dialogs/xml-tree.cpp:
7715           merged Aubanel MONNIER's gtkmm upgrade patch
7717 2004-07-17  Carl Hetherington  <inkscape@carlh.net>
7719         * src/sp-use.cpp: fix a compiler warning (closes #992960)
7721         * src/sp-offset.cpp: fix a compiler warning (closes #992960)
7723         * src/sp-text.cpp: fix a compiler warning (closes #992959)
7725 2004-07-16  Kees Cook  <kees@outflux.net>
7727         * src/verbs.h, src/verbs.cpp: added "sp_verbs_find" function for bryce.
7729 2004-07-15  Ted Gould  <ted@gould.cx>
7731         * 0.39 Release
7733 2004-07-14  MenTaLguY  <mental@rydia.net>
7735         * src/sp-object.cpp: disable recursive update warning for release
7737         * src/select-context.cpp: work around probable cut-and-paste bug
7738           between sp_select_context_item_handler and
7739           sp_select_context_root_handler by checking for drag_escaped
7741 2004-07-13  MenTaLguY  <mental@rydia.net>
7743         * src/make.exclude: omit extension/script/js/js.c from build
7745 2004-07-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7747         * src/dialogs/rdf.cpp: Don't add dc:description entry to SVG files.
7749         * src/utest/utest.h: Add include guard.
7751 2004-07-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7753         * src/decimal-round.h (decimal_round): New file, new function.
7754         * src/round.h (decimal_round): New file, new function.
7755         * src/Makefile_insert: Add to libinkpost_a_SOURCES.
7757 2004-07-11  MenTaLguY  <mental@rydia.net>
7759         * src/document.h, src/document-undo.cpp:
7760           added sp_document_get_undo_sensitive() for capturing and restoring
7761           undo sensitivity
7763         * src/sp-object.cpp: don't log id changes made to resolve
7764           duplicate ids (to avoid undo badness) (fix for bug #989023)
7766 2004-07-11  Kees Cook  <kees@outflux.net>
7768         * src/preferences-skeleton.h, src/extension/init.cpp: with simarilius,
7769           tracked down the cause of bug #988445.  Extension code now has a
7770           small section that validates preferences for valid extension names.
7771         * src/dialogs/filedialog-win32.cpp: corrected an assert test, and
7772           changed dialog to take the passed window title.
7773         * autogen.sh, config.h.mingw, configure.in, src/Makefile_insert,
7774           src/help.cpp, src/inkscape-stock.cpp, src/inkscape.cpp, src/main.cpp,
7775           src/make.dep, src/make.files, src/path-prefix.h, src/prefix.cpp,
7776           src/prefix.h, src/dialogs/stroke-style.cpp,
7777           src/extension/Makefile_insert, src/extension/init.cpp,
7778           src/extension/implementation/Makefile_insert,
7779           src/extension/implementation/script.cpp,
7780           src/extension/internal/Makefile_insert, src/helper/stock-items.cpp,
7781           src/widgets/icon.cpp:
7782         Cleaned up all the path #define's and usage.  In the process found at
7783         least 3 separate bugs associated with file locations.  This should
7784         hopefully work for Win32 as well.  Bottom line in this change: don't use
7785         INKSCAPE_DATADIR anywhere except in "path-prefix.h".  This includes
7786         an update to the autopackage code as well with fixes so that
7787         a change to "--enable-binreloc" will get recompiled correctly.  These
7788         changes should address bug #978391.
7790 2004-07-11  Carl Hetherington  <inkscape@carlh.net>
7792         * src/attributes.cpp, src/attributes.h: remove confusing
7793         snaptogrid and snaptoguides options.
7795         * src/desktop-events.cpp: use inkscape:guide-bbox instead of
7796         snaptoguides to turn guides on.
7798         * src/desktop.cpp: no need to worry about Snapper::getEnabled().
7800         * src/snap.cpp, src/snap.h: Remove explicit enabled flag from
7801         Snapper, as itconfuses people.  Added
7802         namedview_dim_snap_all_types().  Return useful stuff from
7803         vector_snap_list.
7805         * src/rect-context.cpp: Use hack to make snapping kind of work
7806         even with snap-to-bbox enabled.
7808         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp: remove
7809         snaptogrid and snaptoguides options as they confuse people.  Use
7810         better names for the scale origin radio buttons, as suggested by
7811         Bulia.
7813         * src/seltrans.cpp: Fix some cases where snap wasn't correctly applied.
7815 2004-07-10  MenTaLguY  <mental@rydia.net>
7817         * src/sp-image.cpp: prospective fix for bug #979858
7819         * src/select-context.cpp, src/select-context.h,
7820           src/seltrans.cpp, src/seltrans.h:
7822           gave SPSelTrans its own Inkscape::MessageContext, fixing
7823           bug #977971
7825 2004-07-10  Kees Cook  <kees@outflux.net>
7827         * src/knot.cpp: solved bug #988513: knot could stay grabbed in
7828           situations where the tool went away but never got "button_release"
7829           event.  This patch uses the "enter" and "leave" notifiers to disable
7830           the grab before a "motion" can come and snag the knot.
7832 2004-07-09  Kees Cook  <kees@outflux.net>
7834         * src/widgets/paint-selector.cpp: solved bug #984902: the pattern
7835           menu was being destroyed since it was remaining part of the frame
7836           that was being destroyed whenever the selector changed.  It gets
7837           ref-counted, disconnected, and destroyed correctly now.
7838         * mkinstalldirs: automake 1.8 stopped including "mkinstalldirs", but
7839           intltool still uses it.  We'll need to keep this until intltool
7840           fixes the bug.  intltool 0.31 and earlier are all buggy.
7842 2004-07-09  Carl Hetherington  <inkscape@carlh.net>
7844         * src/draw-context.cpp: remove some debugging g_prints.
7846 2004-07-08  MenTaLguY  <mental@rydia.net>
7848         * src/interface.cpp: fixed crash on desktop context menu
7850         * src/desktop.h, src/desktop.cpp:
7852           added SPDesktop::isWithinViewport() to conveniently determine
7853           if an item is within view
7855           also made isLayer() const
7857         * src/sp-object.h: added SPObject::hasChildren() predicate
7859         * src/sp-object.cpp: revert to old behavior of breaking parent
7860           link before emitting "release" signal
7862         * src/selection-chemistry.cpp: rewrote sp_selection_item_next()
7863           and sp_selection_item_prev() to work with layers
7865 2004-07-08  Carl Hetherington  <inkscape@carlh.net>
7867         * src/libnrtype/FontFactory.cpp: disable printing of debug
7868         messages.
7870         * src/sp-item-group.cpp: give it a snappoints method to fix
7871         937318.
7873         * src/draw-context.cpp: fix a couple of places where Shift isn't
7874         checked before snapping.
7877 2004-07-07  MenTaLguY  <mental@rydia.net>
7879         * src/desktop.cpp, src/interface.cpp: remove the word "layer"
7880           for now, and disable the layer selector when the user is not
7881           inside a group
7883 2004-07-07  Kees Cook  <kees@outflux.net>
7885         * src/dialogs/desktop-properties.cpp: added a few g_asserts, and
7886           added a missing sp_signal_disconnect_by_data for the color picker,
7887           which closes bug #975864.  Stopped accidentally calling
7888           sp_document_done from the update handler (fixes bug #986411).
7889         * src/dialogs/dialog-events.cpp, src/helper/action.cpp:
7890           whitespace changes, typo fixes, added a few g_asserts.
7891         * src/selection-chemistry.cpp, src/desktop.cpp: when deleting items
7892           from the desktop, the selection context may need to be cleared since
7893           it may have pointers to the deleted items.  To do this, I just
7894           reselect the current tool (fixes bug #983243).
7895         * src/dialogs/xml-tree.cpp, src/dialogs/desktop-properties.cpp:
7896           corrected tooltips memory handling.
7898 2004-07-06  MenTaLguY  <mental@rydia.net>
7900         * src/desktop.cpp: minor tweaks to make the existing layers
7901           code easier to work with in its current state (particularly,
7902           to sidestep some existing bugs that otherwise require more
7903           UI work to fix)
7905 2004-07-06  Carl Hetherington  <inkscape@carlh.net>
7907         * src/seltrans.cpp, src/sp-namedview.cpp,
7908         src/display/bezier-utils.cpp, src/libnr/nr-types.cpp:
7909         isnan appears to need a std:: namespace qualifier.
7911 2004-07-06  Ted Gould  <ted@gould.cx>
7913         * src/libnr/nr-point.h, src/libnr/nr-rect.h:
7915         Adding in a function to round the points and rectangles.  Using this
7916         for less precise comparisons.  Also, added in a function to print
7917         each of these.
7919         * src/dialogs/export.cpp:
7921         Major revisions to do all kinds of fun stuff.  The major one being
7922         that filenames and dpi's can now be stored on selections.  This
7923         makes it so that people working on a section of a document can export
7924         it consistently.
7926 2004-07-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7928         * src/sp-typeset-utils.h: Greatly reduce #includes.
7930         * src/color-rgba.h, src/Makefile_insert, src/desktop.h:
7931           Move ColorRGBA from desktop.h to new file color-rgba.h.
7932         * src/desktop.cpp, src/dropper-context.cpp: #include it.
7934 2004-07-05  Kees Cook  <kees@outflux.net>
7936         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.cpp,
7937           src/dialogs/rdf.h: added multiline data entry items, reduced
7938           overall width of the dialog, and created the license entry areas.
7939           Auto-detection of license on load works now.
7941 2004-07-05  MenTaLguY <mental@rydia.net>
7943         * src/desktop.cpp: comitted further work which gives us a
7944           partially-functional layers menu (not actually hooked up to
7945           change layers yet), and it is not always updated when it needs
7946           to be (yet).  It does also fix the crash though.
7948         * src/desktop.cpp, src/desktop.h, src/document.cpp,
7949           src/sp-item-group.cpp, src/sp-item-group.h:
7951           additional layers work; backed off on promoting siblings to
7952           layers automatically and reintroduced "global" layer mode
7954 2004-07-05  Carl Hetherington <inkscape@carlh.net>
7956         * src/desktop.cpp: prevent crash by adding a check for
7957         layer == NULL to SPDesktopWidget::_buildLayerStatusMenuItem.
7959         * src/selection-chemistry.cpp: prevent crash on copying empty
7960         groups.
7962 2004-07-04  MenTaLguY  <mental@rydia.net>
7964         * src/sp-object.cpp: fixed bug #979281 -- I had accidentally
7965           reversed the sense of a test in SPObject::requestModified(),
7966           such that CHILD_MODIFIED notifications were never being sent
7968         * src/widgets/sp-color-notebook.cpp: always assume colors are
7969           8-digit hex rrggbbaa, and zero-fill accordingly
7971           HAPPY NATHAN#@$?#$#@$!?!?!?
7973         * src/desktop.cpp, src/desktop.h, src/document.cpp, src/document.h,
7974           src/interface.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
7975           src/sp-item-group.cpp, src/sp-item-group.h, src/widgets/widget-sizes.h:
7977           Added selection-changes-current-layer and other layer refinements.
7978           Except for fixing the currently broken layer combo box on the status
7979           bar, I think this is pretty much the last of the layerish work I'm
7980           willing to do for 0.39 since we're in freeze now.
7982 2004-07-03  Kees Cook  <kees@outflux.net>
7984         * src/document.cpp, src/dialogs/desktop-properties.cpp,
7985           src/dialogs/rdf.cpp, src/dialogs/rdf.h:
7986           Added several more RDF entities.  Created entry tooltips.  Set
7987           a few RDF defaults for the document.
7989 2004-07-03  MenTaLguY  <mental@rydia.net>
7991         * src/desktop.cpp, src/document.cpp:
7993           siblings of a layer now become layers too
7995         * src/interface.cpp: switched to command names suggested by bulia
7997         * src/object-hierarchy.cpp, src/object-hierarchy.h:
7999           bugfixes and cleanups
8001         * src/sp-item-group.cpp, src/sp-item-group.h, src/sp-root.cpp:
8003           new layerMode() and setLayerMode() methods; SPGroupMode becomes
8004           SPGroup::LayerMode
8006         * src/sp-object.h: added isSiblingOf() method
8008         * src/sp-object.cpp: leave parent pointer in place until after
8009           "release" handlers finish
8011 2004-07-02  Kees Cook  <kees@outflux.net>
8013         * src/document.cpp, src/dialogs/desktop-properties.cpp,
8014           src/dialogs/rdf.cpp, src/dialogs/rdf.h, src/xml/repr.h:
8015           Made RDF's writable now.  Handling modifications and defaults.
8016           Mental and others will most likely kill me when they finally
8017           read this code.
8019 2004-07-02  MenTaLguY  <mental@rydia.net>
8021         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp,
8022           src/sp-item-group.h:
8024           Removed the "inkscape:groupmode" attribute and added note about how
8025           the group/layer mode setting needs to be per-view, not global.
8027         * src/desktop.cpp, src/desktop.h,
8028           src/object-hierarchy.cpp, src/object-hierarchy.h:
8030           Added notification signals for switching layers, as well as putting
8031           groups in layer mode when they are being used as layers.
8033           Notably, you can now call SPDesktop::connectCurrentLayerChanged() to
8034           connect to a SigC++ signal to be notified when the current layer
8035           changes.
8037         * src/interface.cpp, src/object-ui.cpp:
8039           Fixed up the "Enter Group" and "Leave Group" context menu
8040           commands a bit, and implement them both in the same places.
8042 2004-07-02  Carl Hetherington  <inkscape@carlh.net>
8044         * src/desktop-snap.cpp, src/desktop-snap.h, src/snap.cpp, src/snap.h,
8045         src/Makefile_insert src/arc-context.cpp src/draw-context.cpp
8046         src/dyna-draw-context.cpp src/make.dep src/make.files src/make.ofiles
8047         src/makefile.msc src/nodepath.cpp src/rect-context.cpp
8048         src/select-context.cpp src/selection-chemistry.cpp src/seltrans.cpp
8049         src/sp-namedview.h src/spiral-context.cpp src/star-context.cpp:
8050         renamed desktop-snap.* to snap.* since it has nothing to do with the
8051         desktop any more.
8053         * src/draw-context.cpp: Temporary hack to prevent snapping
8054         completely failing to work when snapping to bbox points.  Support
8055         shift-disables-snap for freehand drawing.
8057         * src/snap.cpp, src/snap.h: Added some temporary methods to assist
8058         with hacks elsewhere.
8060 2004-07-01  Kees Cook  <kees@outflux.net>
8062         * src/xml/repr.h, src/xml/repr-util.h, src/dialogs/rdf.cpp:
8063           moved "repr_lookup_name" into the repr-util collection so
8064           that the RDF stuff doesn't need to know about SPRepr internals.
8065           Now that I've started to grok the SPRepr stuff, this seems best.
8066           Added "sp_repr_recursive_drop" for use in the future when I may
8067           want to throw away an entire tree of SPRepr items (like ditching
8068           a blank "dc:rights" section).
8070 2004-07-01  MenTaLguY  <mental@rydia.net>
8072         * src/sp-item.cpp: fix clip path loading bug
8074         * src/sp-object.cpp: relax analness about object ids a little
8076 2004-06-30  Kees Cook  <kees@outflux.net>
8078         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.h,
8079           src/dialogs/rdf.cpp: built the various functions needed to extract
8080           the RDF text elements from the DOM.  XML in the document will now
8081           be displayed in the entry fields.
8083 2004-06-28  MenTaLguY  <mental@rydia.net>
8085         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr-css.cpp,
8086           src/xml/repr-io.cpp, src/xml/repr-private.h, src/xml/repr-util.cpp,
8087           src/xml/repr.cpp, src/xml/sp-repr-attr.h: applied peter's patch to
8088           break out NRReprAttr
8090         * src/sp-object.cpp, src/sp-object.h:
8092           added SPObject::nearestCommonAncestor, which given another SPObject
8093           returns the nearest common ancestor of the two SPObjects.
8095         * src/sp-item.cpp, src/sp-item.h:
8097           added SPItem::getRelativeTransform, which computes the SPItem's
8098           transform relative to another SPObject
8100         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
8101           src/rect-context.cpp, src/spiral-context.cpp, src/star-context.cpp,
8102           src/text-context.cpp:
8104           drawing tools now cope with drawing within transformed groups
8105           (i.e. layers)
8107 2004-06-27  MenTaLguY  <mental@rydia.net>
8109         * src/sp-object.h: remove sp_object_request_update,
8110           sp_object_invoke_update, sp_object_invoke_modified,
8111           sp_object_request_modified, and sp_object_invoke_write, which have been
8112           deprecated and are now completely unused
8114         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
8115           src/object-hierarchy.cpp, src/object-hierarchy.h, src/sp-object.cpp,
8116           src/sp-object.h:
8118           Implemented SPDesktop::setCurrentLayer(), introducing
8119           Inkscape::ObjectHierarchy to permit falling back to parents if
8120           the current layer is removed.
8122         * src/object-ui.cpp, src/interface.cpp: really crude hack of
8123           Sodipodi-like "enter group" and "leave group"
8125 2004-06-26  MenTaLguY  <mental@rydia.net>
8127         * src/refcounted.h: allow reffing/unreffing const objects
8129         * src/arc-context.cpp, src/draw-context.cpp, src/dropper-context.cpp,
8130           src/event-context.cpp, src/event-context.h, src/node-context.cpp,
8131           src/rect-context.cpp, src/selcue.cpp, src/selcue.h,
8132           src/select-context.cpp, src/select-context.h, src/seltrans.cpp,
8133           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
8134           src/text-context.cpp, src/zoom-context.cpp:
8136           Make SPSelTrans and SPSelCue proper C++ classes with constructors.
8138         * src/document.h, src/dialogs/xml-tree.cpp: removed sp_document_lookup_id
8140         * src/sp-object.cpp: clarify what is happening with bug #980407 --
8141           the clone is getting attached to the repr before the original SPObject
8142           is.
8144 2004-06-26  Carl Hetherington  <inkscape@carlh.net>
8146         * src/node-context.cpp: make sure nodepath->nodeContext is set up
8147         when the selection changes.  Fixes 936739.
8149 2004-06-25  MenTaLguY  <mental@rydia.net>
8151         * src/display/sp-canvas.cpp: enabled win32 current item workaround on
8152           all platforms
8154 2004-06-25  Kees Cook  <kees@outflux.net>
8156         * src/dialogs/rdf.h, src/dialogs/rdf.cpp, src/dialogs/Makefile_insert,
8157           src/dialogs/desktop-properties.cpp:
8159           Added data entry widgets for document metadata, including a rough
8160           license selector, and debug rdf generator.  Corrected whitespace,
8161           added table for RDF entity lookup, tag, and title mapping.  Added
8162           initial loading framework.  Cleaned up rdf_work_entity_t usage.
8164 2004-06-25  Carl Hetherington  <inkscape@carlh.net>
8166         * src/sp-namedview.cpp: cleanups in grid snap settings.  Fix a
8167         typo.
8169         * src/seltrans.cpp: optional default origin for scaling.  Fixes
8170         to snap during scale.
8172         * src/seltrans.h: s/opposit/opposite/.  Add some comments.
8174         * src/dialogs/display-settings.cpp: add default scale origin
8175         option.
8177         * src/desktop-snap.h: changes to snap_list_scale prototype.
8179         * src/desktop-snap.cpp: snap_list_scale now returns whether
8180         it snapped or not.  The best scale snap is now the one that
8181         changes the scale factor least, rather than the one that
8182         results in the snap point being closest to where it used to be.
8184         * src/display/sp-canvas.cpp: fix for win32 freeze-at-border bug,
8185         copied from SP.
8187         * src/knot.cpp, src/select-context.cpp: change spellings from
8188         British to American English for translators.
8190 2004-06-24  rejon <kidproto@users.sf.net>
8192         * src/verbs.cpp: I changed the reverse command to be more verbose and
8193           explanative.
8195 2004-06-24  MenTaLguY  <mental@rydia.net>
8197         * src/seltrans.cpp: slight change to make showing/hiding center
8198           mark easier later on
8200         * configure.in, src/main.cpp, src/star-context.cpp,
8201           src/display/bezier-utils.cpp, src/display/canvas-bpath.cpp,
8202           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
8203           src/display/sp-ctrlline.cpp, src/libnr/nr-svp.cpp,
8204           src/libnrtype/FontFactory.cpp, src/libnrtype/RasterFont.cpp,
8205           src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
8206           src/livarot/Ligne.cpp, src/livarot/PathOutline.cpp,
8207           src/livarot/ShapeMisc.cpp, src/widgets/font-selector.cpp:
8209           fixes for floating-point portability issues, courtesy of
8210           Colin Marquardt.
8212         * src/extensions/init.cpp: dirent.h requires inttypes.h on OS X
8214 2004-06-23  MenTaLguY  <mental@rydia.net>
8216         * src/Makefile_insert, src/desktop.cpp, src/managed.h,
8217           src/message-context.cpp, src/message-stack.h, src/refcounted.h,
8218           src/selection.h, src/view.cpp:
8220           Changed my mind.
8222           Inkscape::Managed is more properly called Inkscape::Refcounted
8224         * src/libnrtype/Makefile_insert, src/libnrtype/codepages.h,
8225           src/libnrtype/cp1250.cpp, src/libnrtype/cp1251.cpp,
8226           src/libnrtype/cp1252.cpp, src/libnrtype/cp1253.cpp,
8227           src/libnrtype/cp1254.cpp, src/libnrtype/cp1255.cpp,
8228           src/libnrtype/cp1256.cpp, src/libnrtype/cp1257.cpp,
8229           src/libnrtype/cp1258.cpp, src/libnrtype/cp874.cpp,
8230           src/libnrtype/cp932.cpp, src/libnrtype/cp936.cpp,
8231           src/libnrtype/cp949.cpp, src/libnrtype/cp950.cpp:
8233           removed unused Win32 codepage crap
8235 2004-06-23  Carl Hetherington  <inkscape@carlh.net>
8237         * src/inkscape.cpp: Don't connect to SIGBUS on Win32, as
8238         it doesn't seem to exist.  Add Emacs mode line.
8239         Declaration-to-first-use and coding style cleanups.
8241         * src/desktop-snap.h: a few double -> NR::Coord fixes.
8243         * src/nodepath.cpp: turn off snapping when Shift is held down.
8244         Some minor cleanups.
8246         * src/dialogs/display-settings.cpp: remove my rather dubious
8247         move_with_grid option.
8249         * src/select-context.cpp: rationalise grid modifiers; now Shift
8250         disables snap and Alt snaps movement to the grid.
8252 2004-06-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8254         * share/extensions/dia2svg.sh: Fix bashism and insecure tempfile usage.
8256 2004-06-23  Ted Gould  <ted@gould.cx>
8258         * share/extensions/dropshadow.inkmod, share/extensions/roundhole.inkmod,
8259         src/extension/system.cpp:
8261         Setting it up so that poorly formed inkmod files generate actual GTK
8262         warnings so that they can be easily hidden.  Also, fixing these two inkmod
8263         files so that they don't generate the above mentioned warnings.
8265 2004-06-22  Kees Cook  <kees@outflux.net>
8267         * src/inkscape.cpp: added SIGBUS and SIGABRT handling.
8269 2004-06-22  John Cliff <simarilius@yahoo.com>
8271         * src/object-edit.cpp:  Added knots for manipulation of pattern fills.
8272         * src/sp-shape.cpp, src/sp-shape.h:     Added sp_shape_set_pattern to
8273         explictly set the transform rather than multiplying like adjust.
8276 2004-06-22  Carl Hetherington  <inkscape@carlh.net>
8278         * src/sp-shape.cpp: add sp_shape_snappoints.
8280         * src/desktop-snap.cpp: minor cleanups.  Added a comment.
8282         * src/sp-text.cpp: removed an old comment.
8284         * src/sp-ellipse.cpp: fix snappoints method now that the parent
8285         class method has changed.
8287         * src/sp-rect.cpp: snappoints method is not required as it's now
8288         handled by SPShape.
8290         * src/sp-image.cpp: use SPItem's snappoints method.
8292         * src/file.cpp: fix another call to g_file_test with a
8293         possibly-NULL parameter.  Fixes #977413.
8295 2004-06-21  Carl Hetherington  <inkscape@carlh.net>
8297         * src/file.cpp: don't call g_file_test with a NULL path.  Fixes
8298         #976703.
8300         * src/desktop-snap.cpp: default to snapping to bounding boxes when
8301         snapping is first enabled.  Rework in terms of SPNamedView rather
8302         than SPDesktop.
8304         * src/desktop-snap.h: rework in terms of SPNamedView rather than
8305         SPDesktop.
8307         * src/arc-context.cpp, src/draw-context.cpp,
8308         src/dyna-draw-context.cpp, src/nodepath.cpp src/rect-context.cpp,
8309         src/select-context.cpp, src/selection-chemistry.cpp,
8310         src/seltrans.cpp, src/sp-namedview.cpp, src/spiral-context.cpp,
8311         src/star-context.cpp: Adapt for changes to snap code naming.
8313         * src/seltrans.cpp: cleanups to sp_sel_trans_skew_request and
8314         sp_sel_trans_scale_request.
8316 2004-06-20  Ted Gould  <ted@gould.cx>
8318         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
8319         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
8320         share/extensions/epsi_output.inkmod, share/extensions/roundhole.inkmod,
8321         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
8322         share/extensions/txt2svg.inkmod, src/extension/extension.h,
8323         src/extension/system.cpp, src/extension/implementation/script.cpp,
8324         src/extension/internal/eps-out.cpp,
8325         src/extension/internal/gdkpixbuf-input.cpp,
8326         src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
8327         src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
8328         src/extension/internal/win32.cpp:
8330         Changing the naming of the extensions to be more Java style naming to
8331         allow for more extension in the future.
8333 2004-06-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8335         * src/extension/internal/ps.cpp (PrintPS): Initialize _stream to
8336           NULL (fixes segfaults when exporting to an unopenable file), and
8337           initialize _bitmap to false instead of random.
8339 2004-06-20  MenTaLguY  <mental@rydia.net>
8341         * src/desktop.cpp, src/managed.h, src/message-context.h,
8342           src/message-stack.h, src/message.h, src/view.cpp:
8344           Document classes, and change Managed to have an initial refcount
8345           of one at creation.
8347 2004-06-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8349         * src/libnrtype/FontFactory.cpp, src/libnrtype/FontInstance.cpp,
8350           src/libnrtype/font-instance.h: If both WIN32 and WITH_XFT are
8351           defined, then use just the WITH_XFT code.  (I don't know if it's
8352           possible for both to be defined, but we might as well document
8353           that the existing code doesn't handle both being defined, AFAICT.)
8355         * src/libnrtype/FontFactory.cpp (ink_strstr): Document brokenness.
8356           (is_regular, is_nonbold, is_italic, etc.): Mark as static.
8358         * src/Makefile.am (EXTRA_DIST): Remove reference to deleted files
8359           libnrtype/nr-type-w32.cpp, libnrtype/nr-type-w32.h,
8360           libnrtype/nr-type-xft.cpp, libnrtype/nr-type-xft.h.
8362         * src/config.h.win32: Define PACKAGE_TARNAME, for require-config.h.
8363           More accurate mathematical constants (20 decimal places instead of 3).
8365 2004-06-19  MenTaLguY  <mental@rydia.net>
8367         * src/desktop.cpp, src/managed.h, src/rect-context.cpp,
8368           src/rect-context.h, src/selection.h, src/view.cpp:
8370           SPSelection now derives from Inkscape::Managed
8372         * src/Makefile_insert, src/select-context.cpp, src/select-context.h,
8373           src/selection-describer.h, src/selection-describer.cpp:
8375           Introduced Inkscape::SelectionDescriber to which SPSelectContext
8376           delegates the task of displaying descriptions of the current
8377           selection.  This fixes bug #945735.
8379 2004-06-19  Carl Hetherington  <inkscape@carlh.net>
8381         * src/desktop-snap.{cpp,h}: sp_desktop_dim_snap_list returns
8382         whether or not it snapped anything.
8384         * src/select-context.cpp: fix snap on move behaviour (again)
8386         * src/widgets/dash-selector.cpp: fix off-by-one spotted by
8387         valgrind.
8389 2004-06-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8391         * src/extension/internal/ps.cpp (begin): Add some basic error handling.
8393         * src/extension/internal/ps.cpp (setup): Simplify an expression now that
8394           _bitmap is a bool.
8396         * src/extension/internal/ps.h: Twiddle the order of the fields.
8397           Replace bitfields with bool/short.
8399         * src/libnrtype/Makefile_insert, src/libnrtype/FontInstance.h,
8400           src/make.files, src/make.ofiles, src/make.dep:
8401           Remove src/libnrtype/FontInstance.h (see change below).
8403         * src/libnrtype/RasterFont.h, src/libnrtype/raster-glyph.h,
8404           src/libnrtype/raster-position.h:
8405           Move raster_glyph, raster_position from RasterFont.h to new files
8406           raster-glyph.h, raster-position.h.
8407         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
8409         * src/libnrtype/FontInstance.h, src/libnrtype/font-glyph.h,
8410           src/libnrtype/font-instance.h, src/libnrtype/font-style.h:
8411           Move font_glyph, font_instance, and font_style definitions from
8412           FontInstance.h into new files font-glyph.h, font-instance.h,
8413           font-style.h.
8414         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
8416         * src/libnrtype/nrtype-forward.h: New file.
8417         * src/libnrtype/Makefile_insert: Add it to SOURCES.
8418         * src/libnrtype/FontFactory.h, src/libnrtype/TextWrapper.h:
8419           #include it (replacing local declarations in some cases).
8421         * src/livarot/livarot-forward.h: New file.
8422         * src/livarot/Ligne.h, src/livarot/Path.h, src/livarot/Shape.h:
8423           #include it (replacing local declarations in some cases).
8424         * src/livarot/Makefile_insert: Add it to SOURCES.
8426 2004-08-18  Ted Gould  <ted@gould.cx>
8428         * src/file.cpp, src/preferences-skeleton.h:
8430         Adding the feature that the save and open directories are saved in the
8431         preferences.  The last one will be used.
8433 2004-08-18  Carl Hetherington  <inkscape@carlh.net>
8435         * src/widgets/font-selector.cpp: uint -> guint to fix
8436         compile errors.
8438         * src/desktop-snap.{cpp,h}: make snap functions aware of the
8439         type of point they are snapping, so they can decide whether
8440         to ignore it.
8442         * src/arc-context.cpp, src/rect-context.cpp,
8443         src/spiral-context.cpp, src/star-context.cpp,
8444         src/draw-context.cpp, src/dyna-draw-context.cpp, src/nodepath.cpp,
8445         src/selection-chemistry.cpp, src/seltrans.cpp:
8446         temporarily update for changes to snapping API.
8448         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp:
8449         adapt for small changes to Snapper API.
8451         * src/select-context.cpp: use new snapping API.
8453 2004-08-17  Bryce Harrington  <bryce@bryceharrington.org>
8455         *  nodepath.cpp path-chemistry.cpp selection-chemistry.cpp,
8456            seltrans.cpp sp-typeset.cpp splivarot.cpp text-context.cpp,
8457            tools-switch.cpp dialogs/find.cpp:  Converting statusbar
8458            messages from old style to new, as per
8459            http://inkscape.org/cgi-bin/wiki.pl?StatusbarAPI
8461 2004-06-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8463         * src/mkdep.pl: Add `by mkdep.pl' to `automatically generated' line.
8465         * src/dialogs/desktop-properties.cpp:
8466           Greater conformance to CodingStyle.  Add FIXME comment.
8468         * src/sp-namedview.cpp: Tighter scoping for iteration var.
8469           Simplify some code by greater use of cheap sp_unit_get_by_id.
8471 2004-06-17  MenTaLguY  <mental@rydia.net>
8473         * src/Makefile_insert, src/arc-context.cpp, src/arc-context.h,
8474           src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
8475           src/draw-context.cpp, src/dropper-context.cpp, src/event-context.cpp,
8476           src/event-context.h, src/file.cpp, src/interface.cpp, src/knot.cpp,
8477           src/managed.h, src/message-context.cpp, src/message-context.h,
8478           src/message-stack.cpp, src/message-stack.h, src/message.h,
8479           src/select-context.cpp, src/view.cpp, src/view.h,
8480           src/libnrtype/FontFactory.cpp, src/libnrtype/nr-type-primitives.h,
8481           src/widgets/font-selector.cpp:
8483           New status messages primitives (statusbar bug not fixed yet though).
8485 2004-06-17  Carl Hetherington  <inkscape@carlh.net>
8487         * src/helper/stock-items.cpp: fix a compiler warning.  Minor
8488         coding style cleanups.
8490         * src/arc-context.cpp, src/desktop-snap.cpp, src-desktop-snap.h,
8491         src/rect-context.cpp, src/spiral-context.cpp,
8492         src/star-context.cpp: Replace desktop.h include with forward
8493         references in desktop-snap.h, and add desktop.h includes in
8494         files which require them.
8496         * src/widgets/spw-utilities.cpp, src/widgets/spw-utilities.h:
8497         add spw_vbox_checkbutton.
8499         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
8500         src/sp-namedview.h, src/desktop-snap.cpp, src/desktop-snap.h,
8501         src/desktop.cpp, src/desktop.h,
8502         src/dialogs/desktop-properties.cpp, src/seltrans.cpp,
8503         src/seltrans.h, src/selection.cpp, src/selection.h,
8504         src/select-context.cpp, src/selection-chemistry.cpp:
8506         Start of new and hopefully improved snapping code.
8508 2004-06-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8510         * src/helper/units.h, src/helper/units.cpp:
8511           (sp_unit_get_by_id): new function.
8512           (sp_convert_distance_full): Change arguments & return value.
8513           Call g_log if no conversion possible.
8514           Callers updated.
8515           (sp_unit_get_default, sp_unit_get_by_name): Remove unused functions.
8516           sp_units: Less rounding error in unittobase.
8518 2004-06-16  Carl Hetherington  <inkscape@carlh.net>
8520         * src/sp-item.h: added a comment.
8522 2004-06-15  Ted Gould  <ted@gould.cx>
8524         * share/extensions/ai_input.inkmod:
8525         Removing the command-line argument to specify line endings.
8527         * src/print.cpp, src/print.h, src/sp-text.cpp,
8528         src/extension/extension.cpp, src/extension/extension.h,
8529         src/extension/implementation/implementation.cpp,
8530         src/extension/implementation/implementation.h,
8531         src/extension/internal/ps.cpp, src/extension/internal/ps.h:
8533         Changing it so that the text to vector is its own function.  This way it
8534         can be used as a parameter in Postscript, but then can be easily used for
8535         drivers which only support vector drawing.
8537 2004-06-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8539         * src/select-toolbar.cpp: Cleanups and preparation for px units.
8541         * src/helper/units.h, src/helper/units.cpp:
8542           Add reference version of sp_points_get_units, sp_units_get_points.
8543           Implement as simple multiplication instead of sp_convert_distance.
8544           (sp_units_table_sane): New function.
8545         * src/helper/units-test.cpp: Test sp_units_table_sane.
8547         * src/sp-object-repr.cpp: Move some declarations to first use.
8548         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_register):
8549           Change return type to void.
8551         * src/sp-item.cpp (sp_item_repr_compare_position):
8552           Reimplement as shallow wrapper around sp_repr_compare_position.
8554         * src/helper/units.h, src/helper/units.cpp:
8555           SPUnitId: new enum, to allow replacing string lookups.
8556           Get rid of handling for unused SP_UNIT_USERSPACE.
8557           Remove unused SPUnit.version field.
8559         * src/helper/units-test.cpp (test_bases): Test sp_unit_get_identity.
8561         * src/helper/Makefile_insert (helper_units_test_LDADD): Fix the previous
8562           commit: -lglib-2.0 instead of -lglib.
8564 2004-06-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8566         * src/Makefile.am, src/helper/Makefile_insert,
8567           src/helper/units-test.cpp:
8568           New unit test file units-test.cpp.
8570         * src/select-toolbar.cpp: Greater conformance to CodingStyle.
8572 2004-06-14  Carl Hetherington  <inkscape@carlh.net>
8574         * src/libnrtype/TextWrapper.cpp: Fix what looks like an off-by-one.
8576         * ChangeLog, src/prefs-utils.cpp:
8577         Fix bracketing typo that causes an array to be overrun.
8579 2004-06-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8581         * src/sp-path.cpp: Move some declarations to first use.
8583 2004-06-13  Kees Cook  <kees@outflux.net>
8585         * src/xml/repr.h, src/xml/repr-utils.cpp: adding additional RDF URIs
8586         to the default namespace prefix list.
8588 2004-06-13  MenTaLguY  <mental@rydia.net>
8590         * src/arc-context.cpp, src/desktop.cpp, src/desktop.h, src/document.cpp,
8591           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
8592           src/file.cpp, src/gradient-chemistry.cpp, src/interface.cpp,
8593           src/rect-context.cpp, src/selection-chemistry.cpp, src/sp-object.cpp,
8594           src/sp-object.h, src/spiral-context.cpp, src/splivarot.cpp,
8595           src/star-context.cpp, src/svg-view.h, src/text-context.cpp,
8596           src/extension/internal/gdkpixbuf-input.cpp:
8598           added SPDesktop::currentRoot() and SPDesktop::currentLayer(), which
8599           report the current "view" root and current "editing" layer,
8600           respectively; I've also added SPObject::appendReprChild().
8602           Between the two of them, they replace sp_document_add_repr, which
8603           has been removed.  Generally to add a repr to a document, you would
8604           now use either:
8606            SP_DOCUMENT_DEFS(document)->appendReprChild(repr);
8608           or:
8610            desktop->currentLayer()->appendReprChild(repr);
8612 2004-06-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8614         * src/sp-clippath.h, src/sp-gradient.h, src/sp-marker.h, src/sp-mask.h,
8615 src/sp-pattern.h:
8616           Explicitly mark _acceptObject as virtual.
8617           (Already declared as virtual in base class.)
8619         * src/file.cpp, src/main.cpp: Greater conformance to CodingStyle.
8621         * src/node-context.h, src/selcue.h, src/sp-pattern.h,
8622           src/widgets/sp-color-wheel-selector.h:
8623           Add missing includes as found by src/check-header-compile.
8625         * src/Makefile_insert:
8626         * src/sp-use-reference.cpp:
8627         * src/sp-use-reference.h:
8628         * src/sp-use.cpp:
8629         * src/sp-use.h:
8630           Move SPUseReference from sp-use.h to new files sp-use-reference.h,
8631           sp-use-reference.cpp.
8633         * src/sp-use.h (_acceptObject): Fix can't-use-ancestor check.
8635         * src/uri-references.h (getOwner): Fix copy&paste bug.
8637 2004-06-11  MenTaLguY  <mental@rydia.net>
8639         * src/sp-object.h, src/sp-object.cpp:
8641           migrated several SPObject methods to C++ methods:
8643           sp_object_invoke_write -> SPObject::updateRepr
8644           sp_object_request_update -> SPObject::requestDisplayUpdate
8645           sp_object_invoke_update -> SPObject::updateDisplay
8646           sp_object_request_modified -> SPObject::requestModified
8647           sp_object_invoke_modified -> SPObject::emitModified
8649           (leaving deprecated wrappers in place for now)
8651         * src/document.cpp, src/object-edit.cpp, src/sp-clippath.cpp,
8652           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-image.cpp,
8653           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-line.cpp,
8654           src/sp-marker.cpp, src/sp-mask.cpp, src/sp-offset.cpp,
8655           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-root.cpp,
8656           src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
8657           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
8658           src/sp-use.cpp, src/dialogs/stroke-style.cpp, src/sp-path.cpp:
8660           transitioned to SPObject::requestDisplayUpdate and
8661           SPObject::updateDisplay
8663         * src/arc-context.cpp, src/document.cpp, src/gradient-chemistry.cpp,
8664           src/knotholder.cpp, src/main.cpp, src/rect-context.cpp,
8665           src/sp-anchor.cpp, src/sp-clippath.cpp, src/sp-defs.cpp,
8666           src/sp-gradient.cpp, src/sp-item-group.cpp, src/sp-item.cpp,
8667           src/sp-mask.cpp, src/sp-namedview.cpp, src/sp-object-group.cpp,
8668           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp,
8669           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-shape.cpp,
8670           src/sp-spiral.cpp, src/sp-text.cpp, src/sp-use.cpp,
8671           src/spiral-context.cpp, src/splivarot.cpp, src/star-context.cpp,
8672           src/style.cpp, src/toolbox.cpp, src/dialogs/fill-style.cpp,
8673           src/dialogs/stroke-style.cpp, src/extension/internal/svg.cpp:
8675           transitioned to SPObject::requestModified, SPObject::emitModified,
8676           and SPObject::updateRepr; also reworked "minimal" version of
8677           updateRepr.
8679         * src/sp-object.h: added a little documentation
8681         * src/document.cpp, src/document.h, src/file.cpp,
8682           src/gradient-chemistry.cpp, src/help.cpp, src/object-ui.cpp,
8683           src/selection-chemistry.cpp, src/selection.cpp, src/seltrans.cpp,
8684           src/sp-clippath.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
8685           src/sp-namedview.cpp, src/sp-object.cpp, src/sp-offset.cpp,
8686           src/sp-pattern.cpp, src/sp-root.cpp, src/sp-text.cpp,
8687           src/sp-typeset.cpp, src/sp-use.cpp, src/splivarot.cpp,
8688           src/uri-references.cpp, src/dialogs/fill-style.cpp,
8689           src/dialogs/item-properties.cpp, src/dialogs/stroke-style.cpp,
8690           src/helper/stock-items.cpp, src/widgets/gradient-selector.cpp,
8691           src/widgets/gradient-vector.cpp, src/widgets/icon.cpp:
8693           replaced sp_document_lookup_id with SPDocument::getObjectById,
8694           and SPDocument::getObjectByRepr
8696           (left deprecated stub in place, but it should be unused at this point)
8698 2004-06-11  Ted Gould  <ted@gould.cx>
8700         * src/file.cpp, src/inkscape.cpp, src/interface.cpp, src/prefs-utils.cpp,
8701         src/prefs-utils.h:
8703         Moving the recent document setting and getting code into the prefs-utils
8704         files so that they'll be with the preferences (which they really kinda
8705         are).  Then, moved the place where they are set from the removing of the
8706         document to where the files are opened and 'save as'd.  (yes, I made up a
8707         word/contraction).
8709 2004-06-10  Carl Hetherington  <inkscape@carlh.net>
8711         * src/desktop-snap.cpp, src/desktop-snap.h,
8712         src/satisfied-guide-cns.cpp, src/satisfied-guide-cns.h,
8713         select-context.cpp, selection.cpp, selection.h, seltrans.cpp,
8714         seltrans.h, sp-ellipse.cpp, sp-image.cpp,
8715         sp-item-notify-moveto.cpp, sp-item-rm-unsatisfied-cns.cpp,
8716         sp-item-update-cns.cpp, sp-item.cpp, sp-item.h, sp-offset.cpp,
8717         sp-rect.cpp, sp-spiral.cpp, sp-star.cpp, sp-text.cpp:
8719         Use a std::vector to store snap points, rather than a fixed-size
8720         array.
8722 2004-06-09  Carl Hetherington  <inkscape@carlh.net>
8724         * src/desktop-snap.cpp, src/desktop-snap.h: Coding style fixes.
8725         Use NR::Coord rather than double where appropriate.  Added some
8726         comments.  Use NR::Dim2 where appropriate.  Use NR_HUGE rather
8727         than hardcoded 1e18s.
8729         * src/rect-context.cpp, src/nodepath.cpp, src/arc-context.cpp:
8730         Adapt for changes to sp_desktop_dim_snap prototype.
8732         * src/select-context.cpp:
8733         Adapt for changes to sp_desktop_dim_snap_list prototype.
8735 2004-06-08  MenTaLguY  <mental@rydia.net>
8737         * src/display/sp-canvas.h, src/livarot/DblLinked.h,
8738           src/livarot/LivarotDefs.h, src/livarot/AVL.h, src/livarot/Shape.h,
8739           src/livarot/ShapeUtils.h, src/livarot/Ligne.h,
8740           src/object-edit.cpp, src/spiral-context.cpp, src/sp-shape.cpp:
8742           Portability fixes from Colin Marquardt <colin@marquardt-home.de>.
8744 2004-06-08  Carl Hetherington  <inkscape@carlh.net>
8746         * src/main.cpp: remove the call to
8747         Extension::Internal::PrintWin32::init() entirely after Ted pointed
8748         out that it would be called by code in src/extension/init.cpp
8749         anyway.
8751 2004-06-08  Ted Gould  <ted@gould.cx>
8753         * src/main.cpp:
8755         Added in a version command to our command line args.  This fixes
8756         enhancement request 968642.
8758 2004-06-07  MenTaLguY  <mental@rydia.net>
8760         * src/document.cpp, src/document.h, src/document-undo.cpp,
8761           src/sp-object.h, src/sp-object.cpp:
8762           renamed object garbage collection routines to fit the "orphan"
8763           terminology
8765 2004-06-07  Carl Hetherington <inkscape@carlh.net>
8767         * src/main.cpp: tentative fix for startup crash on Win32.  Ensure
8768         that Extension::Internal::PrintWin32::init() is not called until
8769         after inkscape_application_init().
8771 2004-06-07  Ted Gould  <ted@gould.cx>
8773         * src/inkscape.cpp, src/main.cpp:
8775         Moving the initialization of the extensions into the Inkscape application
8776         init.  I have mixed feelings on this.  On one hand, basically extension
8777         init gets called directly after applicaiton init and extensions init has
8778         nothing to do with anything else in main.  On the other hand I'm not sure
8779         that it is directly related to the structure of the application itself.
8780         Comments are welcome.
8782 2004-06-06  MenTaLguY  <mental@rydia.net>
8784         * src/attributes.cpp, src/attributes.h: added inkscape:collect attribute
8785           to specify orphan collection policy (collect with parent, or always
8786           collect)
8788         * src/document-undo.cpp, src/document.cpp, src/document.h: added an orphan
8789           collection pass as part of comitting an undo step
8791         * src/sp-object.cpp, src/sp-object.h:
8792           add total hrefcount for all descendants, and basic orphan collection
8793           facilities
8795         * src/gradient-chemistry.cpp, src/dialogs/stroke-style.cpp,
8796           src/extension/internal/gdkpixbuf-input.cpp:
8797           mark automatically added gradients, patterns, and markers for orphan
8798           collection
8800 2004-06-06  Bryce Harrington <bryce@bryceharrington.org>
8802         * libnrtype/nr-type-xft.cpp, libnrtype/nr-font.cpp,
8803           libnrtype/nr-rasterfont.cpp, libnrtype/nr-type-directory.cpp,
8804           libnrtype/nr-typeface.cpp, libnrtype/nr-type-w32.cpp,
8805           libnrtype/nr-type-ft2.cpp, libnrtype/nr-type-pos-def.cpp,
8806           libnrtype/nr-type-primitives.cpp:
8808         Documenting the routines.  This adds basic code docs for
8809         everything in libnrtype.
8811 2004-06-06  Ted Gould  <ted@gould.cx>
8813         * src/main.cpp, src/preferences-skeleton.h, src/extension/extension.cpp:
8815         Making it so that the extension parameters get saved in the Inkscape
8816         preferences.  Most people will notice that their printer gets saved now.
8817         But this does alot more than that.  Added an "extensions" group to the
8818         preferences skeleton for all these settings.  All settings get saved as
8819         "module ID"."param name".  Also had to change where the extensions get
8820         init'd in the startup to put it behind the Inkscape application so that
8821         prerefences could be used.
8823 2004-06-03  Ted Gould  <ted@gould.cx>
8825         * src/file.cpp, src/dialog/filedialog.cpp:
8827         Making the whole file dialog alot more fun.  Basically, now the
8828         first filename will always be unique on files that don't have a
8829         filename already.  And, if you've selected a different default
8830         extension, that extension's filename extension will be placed
8831         on the file.  Also, when you change the extension to save with
8832         in the dialog, the filename extension will change with you (assuming
8833         that you were using filename extensions previously ofcourse).
8834         Finally, the checkbox to autoappend extensions is no insensitive
8835         when "Autodetect" is selected.
8837 2004-06-03  MenTaLguY  <mental@rydia.net>
8839         * src/file.cpp, src/extension/internal/ps.cpp,
8840           src/extension/internal/win32.cpp, src/sp-pattern.cpp,
8841           src/dialogs/stroke-style.cpp, src/display/nr-arena-glyphs.cpp,
8842           src/display/nr-arena-group.cpp, src/display/nr-arena-image.cpp,
8843           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
8844           src/widgets/icon.cpp, src/dialogs/nr-arena-item.h:
8846           Introduced the notion of "parent" NRGCs
8848 2004-06-02  bulia byak <bulia@users.sourceforge.net>
8850         * src/selection.h, src/selection.cpp:
8852         * preferences-skeleton.h dialogs/display-settings.cpp sp-item.cpp: New
8853 settings
8854         for various compensations
8856         * sp-shape.cpp sp-shape.h sp-rect.cpp sp-path.cpp: Factored out adjustments
8857         (stroke and pattern so far) from optimizing items into sp-shape.
8859         * libnr: Added distance function for a couple of points. Added expansions
8860 for X and Y.
8862         * object-edit.cpp sp-rect.cpp sp-item.cpp toolbox.cpp: Made rect use
8863 absolute
8864         radii, added recursive compensation on item_transform. Added new knot for
8865         rect, moved corner knots to the top right corner. Rect toolbar shows visible
8866         rx/ry.
8868         * toolbox.cpp: Finally got the freeze semaphores right (prevent loops for
8869         changes both from the repr and from toolbar UI).
8871         * sp-namedview.cpp: Guarding against nan in zoom, cx, cy
8873         * select-toolbar.cpp helper/unit-menu.cpp helper/unit-menu.h: Fix units menu
8874 size
8876         * node-context.cpp: Second Esc or empty-click deselects object
8878         * desktop.cpp desktop.h: Restored sticky zoom
8880         * preferences-skeleton.h extension/internal/gdkpixbuf-input.cpp file.cpp: Do
8881 not
8882         group import if only one item; move its defs to our defs; select and move
8883         under cursor the imported item/group. Optionally import bitmaps as filled
8884         rects.
8886         * many -context files: Decoupled seltrans and selcue so that the latter can
8887 be
8888         used outside of selector; enabled optional selcue in all tools
8890         * many files: New set_color signals on desktop, switching the dropper to
8891 them;
8892         needs to be redone for style. Excise the old inkscape::color_set signal.
8894         * dialogs/stroke-style.cpp: Fix the "all clubs" marker preview bug. In
8895 markers
8896         menu, skip document markers with stockid only if the same stockid is in
8897         markers.svg; add separator.
8899         * many fill and stroke files: Remove old mode selector, remove dropper
8900 checkbox
8901         (now always on). Remember active colorselector page. Remove redundant checks
8902         in setting color (fixes at least one bug). Cosmetics, cleanup, b/w icons,
8903         shortened labels, added mnemonics and tooltips, removed the drop-down modes
8904         list. Switched color spinbuttons to 0..255 enabling 0..1 floats to be typed
8905 as
8906         well.
8908         * dialogs/find.* et al: Find dialog, command
8910         * selection-chemistry.cpp: Fix copying objects from different parents; fix
8911 and
8912         reorganize copying gradients, recurse into groups
8914         * dialogs/xml-tree.cpp: Removed unused desktop shutdown signal, fixes
8915 problem
8916         with saving window settings on exit
8918         * select-toolbar.cpp: Percentage unit, lock toggle, NR::Rectification
8920         * sp-object.cpp path-chemistry.cpp splivarot.cpp et al: Sending
8921 _delete_signal
8922         recursively for descendants; switched to deleteObject where appropriate to
8923         notify clones
8925         * preferences-skeleton.h desktop.cpp desktop.h interface.cpp: Window layout
8926         fully configurable, commands in the View menu
8928         * path-chemistry.cpp: Fixed transform when combining inside group
8930         * preferences-skeleton.h sp-item.cpp dialogs/display-settings.cpp: Fixes in
8931         scalestroke (coded by Carl): arbitrary depth recusion, setting stroke-width
8932         via repr, pref in the transforms tab
8934         * widgets/sp-xmlview-attr-list.cpp: More robust listener
8936 2004-06-01  Ted Gould  <ted@gould.cx>
8938         * src/extension/internal/gdkpixbuf-input.cpp:
8939         Making it so that the lists of extensions and mimetypes are
8940         used in the creation of the plugins.  Also, free'ing everything
8941         properly so that we don't have a memory leak.
8943 2004-05-30  MenTaLguY  <mental@rydia.net>
8945         * src/selection.h, src/selection.cpp:
8946           rework SPSelection to be SPObject- rather than SPItem- oriented;
8947           this will be needed later for the layers/document tree dialog
8948           (and could prove useful for the XML editor later too)
8950         * src/sp-item.h: make SPItem a proper C++ subclass of SPObject
8952         * src/dialogs/item-properties.cpp:
8953           correct overly intimate knowledge of SPObject (use SP_OBJECT_ID rather
8954           than directly accessing the SPObject::id member)
8956 2004-05-27  Kees Cook  <kees@outflux.net>
8958         * src/extension/internal/ps.h, src/extension/internal/ps.cpp:
8959           Hopefully fixed the locale problems in the PS output generator.
8960         * src/sp-offset.cpp, src/display/bezier-utils-test.cpp,
8961           src/display/nr-arena-item.cpp, src/libnr/nr-svp-render.cpp,
8962           src/libnr/testnr.cpp, src/livarot/AlphaLigne.cpp,
8963           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
8964           src/livarot/PathCutting.cpp, src/livarot/Shape.cpp,
8965           src/livarot/ShapeDraw.cpp, src/livarot/ShapeSweep.cpp,
8966           src/svg/svg-affine.cpp: added comments and notes to all remaining
8967           "printf"ish calls that have %g or %f in them.  Most are just debug
8968           output, etc.  Hopefully we are actually free of locale bugs!  :)
8969         * src/desktop.h, src/desktop.cpp: desktop's knowledge of
8970           fullscreen-ness doesn't depend on having the ability to DO it.  Other
8971           functions already test "is_fullscreen" to alter their behavior.
8973 2004-05-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8975         * src/extension/system.h, src/extension/system.cpp (build_from_file):
8976           Remove unused second argument.  Callers updated.
8977         * src/extension/system.cpp (build_from_reprdoc):
8978           Just one call to sp_repr_name per child.
8979         * src/extension/system.h, src/extension/system.cpp:
8980           Cleanup: greater conformance to CodingStyle.
8982 2004-05-23  MenTaLguY  <mental@rydia.net>
8984         * src/libnrtype/Makefile_insert, src/libnrtype/nr-type-gnome.cpp,
8985           src/libnrtype/nr-type-gnome.h, src/libnrtype/nr-type-dictionary:
8987           removed gnome-print libnrtype backend
8989 2004-05-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8991         * src/xml/repr.h, src/xml/repr-util.cpp:
8992           Remove unused function sp_repr_set_position_relative.
8994         * src/xml/repr-util.cpp (sp_repr_compare_position, sp_repr_position):
8995           Minor cleanups.
8997 2004-05-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8999         * src/sp-use.cpp: Cleanup: greater conformance to CodingStyle.
9001         * src/sp-item-group.cpp (sp_item_group_ungroup): Fix bug #956334:
9002           ungrouping was reversing the order of the group members.
9004         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp: New files.
9005         * src/xml/Makefile_insert (xml_libspxml_a_SOURCES): Add the new files.
9007         * src/xml/repr-private.h, src/xml/repr.cpp (sp_repr_nth_child):
9008           Remove this unused function.
9010         * src/xml/repr.h, src/xml/repr.cpp (sp_repr_parent):
9011           Mark pointer as not written through (const).
9013 2004-05-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9015         * src/xml/repr.cpp: Cleanup: greater conformance to CodingStyle.
9017         * src/Makefile_insert: Add missing dependencies on inkscape_version.h.
9018         * src/display/Makefile_insert: Adapt dependency object names for
9019           `subdir-objects' automake option.
9020         * src/helper/Makefile_insert: Adapt dependency object names for
9021           lack of libspchelp-specific CPPFLAGS.
9023 2004-05-17  Carl Hetherington <inkscape@carlh.net>
9025         * src/libnrtype/nr-type-w32.cpp: Tentative fix for
9026         build problems on Win32.
9028         * src/extension/internal/svg.cpp: Coding style cleanups.
9030 2004-05-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9032         * src/sp-item.h, src/sp-item.cpp: Remove unused
9033           distance-conversion functions sp_item_distance_to_svg_bbox,
9034           sp_item_distance_to_svg_viewport.
9036         * src/sp-item.cpp: Cleanup: greater conformance to CodingStyle.
9038         * acinclude.m4: Remove.
9040 2004-05-16  Carl Hetherington  <inkscape@carlh.net>
9042         * src/extension/internal/svg.cpp:
9043         Throw an exception if sp_repr_save_file fails.  This should close
9044         bug 948921.
9046 2004-05-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9048         * src/check-header-compile.in: New script.
9049         * configure.in: Add it to list of files for substitution.
9051         * src/star-context.cpp: Minor cleanups, and use g_strdup_printf instead
9052           of fixed-size buffer for translated string.
9054         * src/selection-chemistry.cpp: Use NR::Rect bounds() method instead of
9055           old bounds(NRRect*).
9057         * src/document.cpp (sp_document_create):
9058         * src/preferences-skeleton.h:
9059           Use INKSCAPE_VERSION from inkscape_version.h instead of VERSION.
9061         * src/libnr/nr-rotate-test.cpp: Use new rotate_equalp function.
9063         * src/libnr/nr-translate-ops.h (operator-): New function.
9065         * src/select-context.cpp:
9066         * src/selection-chemistry.cpp:
9067         * src/xml/repr.h:
9068         * src/sp-defs.h:
9069           Cleanup: greater conformance to CodingStyle.
9071         * src/libnr/nr-macros.h: Don't #include nr-matrix.h, nr-rect.h.
9073         * src/arc-context.h, src/desktop-affine.h, src/dir-util.h,
9074           src/draw-context.h, src/dyna-draw-context.h, src/help.h,
9075           src/knotholder.h, src/prefs-utils.h, src/select-toolbar.h,
9076           src/sp-clippath.h, src/sp-mask.h, src/sp-pattern.h, src/sp-use.h,
9077           src/text-context.h, src/toolbox.h, src/tools-switch.h,
9078           src/dialogs/dialog-events.h, src/dialogs/sp-attribute-widget.h,
9079           src/display/sp-canvas.h, src/helper/gnome-utils.h,
9080           src/helper/png-write.h, src/helper/stock-items.h, src/inkjar/jar.h,
9081           src/libnr/nr-matrix.cpp, src/libnr/nr-point-l.h,
9082           src/svg/stringstream.h, src/svg/svg-affine.cpp,
9083           src/widgets/gradient-selector.h, src/widgets/paint-selector.h,
9084           src/widgets/spinbutton-events.h, src/widgets/spw-utilities.h,
9085           src/xml/repr-action.h:
9086           Add missing header files as detected by check-header-compile script.
9088         * src/libnr/nr-rotate-fns.h, src/libnr/nr-rotate-fns.cpp: New files.
9089         * src/libnr/nr-rotate-fns-test.cpp: New unit test.
9090         * src/libnr/Makefile_insert, src/Makefile.am: Reference new files,
9091           add to unit tests.
9093         * src/libnr/nr-rotate.h: Add Coord,Coord constructor.
9095         * src/libnr/nr-rotate.h, src/libnr/nr-rotate-ops.h (operator*=):
9096         New method.
9098         * src/libnr/nr-point-fns.h (point_equalp): New function.
9100         * src/radial.h: Remove this unused header.
9102         * src/xml/xml-forward.h: New file.
9103         * src/xml/Makefile_insert: Add it to xml_libspxml_a_SOURCES.
9104         * src/xml/repr-private.h: Include it.
9106 2004-05-16  MenTaLguY  <mental@rydia.net>
9108         * src/libnrtype/nr-type-directory.cpp, src/libnrtype/nr-type-ft2.cpp,
9109           src/libnrtype/nr-type-ft2.h, src/libnrtype/nr-type-gnome.h,
9110           src/libnrtype/nr-type-w32.h, src/libnrtype/nr-type-xft.cpp,
9111           src/libnrtype/nr-typeface.h:
9113           transition to C++ inheritance
9115         * src/verbs.cpp, src/helper/action.h, src/helper/action.cpp,
9116           src/widgets/button.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
9118           removed barely-used "in-place construction" facility for NRObject
9120         * src/helper/action.h, src/helper/action.cpp,
9121           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-glyphs.h,
9122           src/display/nr-arena-image.cpp, src/display/nr-arena-image.h,
9123           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
9124           src/helper/action.cpp, src/helper/action.h, src/libnr/nr-object.cpp,
9125           src/libnr/nr-object.h, src/libnrtype/nr-type-ft2.cpp,
9126           src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
9127           src/libnrtype/nr-typeface.cpp:
9129           Made NRObject "C++-compatible".  All C++ features including virtual
9130           methods and RTTI should now be available to NRObject subclasses
9131           _provided_:
9133            a) there is an unbroken chain of _C++_ inheritance from the subclass
9134               back to NRObject
9136            b) the NRObject-derived inheritance chain is always first in cases
9137               of multiple inheritance (the NRObject must be first in the memory
9138               layout)
9140            c) The subclass in question overrides NRObjectClass::cpp_ctor in its
9141               own class_init function, with a pointer to a function that calls
9142               the specific subclass' constructor (via placement new -- you will
9143               need to #include <new> for this to work)
9145               n.b. Objects of classes which do not override cpp_ctor will appear
9146               to the C++ runtime system (RTTI and virtual dispatch, at least) as
9147               objects of the closest ancestor class which does override it
9148               (NRObject or NRActiveObject if nothing else).
9150 2004-05-15  MenTaLguY  <mental@rydia.net>
9152         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
9153           further reduced dependency on SPStyle
9155 2004-05-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9157         * src/libnr/nr-path.cpp, src/libnr/nr-path.h (nr_path_matrix_bbox_union):
9158           Get rid of no-longer-needed tolerance arg.  Update callers.
9160         * src/selection.cpp, src/sp-chars.cpp, src/sp-image.cpp,
9161           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-item.h,
9162           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
9163           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
9164           src/sp-use.cpp, src/dialogs/fill-style.cpp,
9165           src/dialogs/stroke-style.cpp, src/display/nr-arena-shape.cpp,
9166           src/libnr/nr-path.cpp, src/libnr/nr-path.h,
9167           src/libnrtype/nr-font.cpp, src/libnrtype/nr-rasterfont.cpp,
9168           src/libnrtype/nr-type-gnome.cpp, src/widgets/icon.cpp,
9169           src/widgets/paint-selector.cpp:
9170           Change argument from NRMatrix to NR::Matrix in SPItemClass->bbox,
9171           sp_item_invoke_bbox, sp_item_invoke_bbox_full,
9172           nr_path_matrix_bbox_union.  Users updated.
9174         * src/libnr/nr-rect.h, src/libnr/nr-rect.cpp (nr_rect_union_pt):
9175           new function.
9177         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
9178           (NR::transform): new function.
9180         * src/Makefile_insert: Move fixes.cpp from libinkpre.a to libinkpost.a.
9181         * src/xml/Makefile_insert (xml_repr_action_test_LDADD):
9182           Add libinkpost.a, for fixes.o.  `make check' now works again.
9184         * src/sp-text.cpp (sp_text_set_transform):
9185           Don't include SP_OBJECT_CHILD_MODIFIED_FLAG in flags for
9186           sp_object_request_update.  Addresses `critical' warning.
9188 2004-05-13  John Cliff <simarilius@yahoo.com>
9190         * src/dialogs/stroke-style.cpp: Switched to using get_stock to retrieve
9191 markers.
9192         * src/helpers/stock-items.h, src/helpers/stock-items.cpp: created to handle
9193 stock items.
9194         * src/prefix.h: Added marker and gradient directorys.
9196 2004-05-13  Kees Cook <kees@outflux.net>
9198         * configure.in, src/main.cpp, config.h.mingw, debian/rules:
9199           made popt a requirement instead of an option.
9201 2004-05-13  Carl Hetherington  <cth103@houllier.home>
9203         * sp-color-notebook.cpp: Fix uninitialised value spotted by valgrind.
9205         * stroke-style.cpp:
9206         Fix ink_extract_marker_name returning a pointer into a free()d buffer.
9208 2004-05-13  Ted Gould <ted@gould.cx>
9210         * src/file.cpp:
9211         Making the default filename _("untitled.svg")
9213 2004-05-12  Kees Cook <kees@outflux.net>
9215         * config.h.mingw: added g_ascii_strtod macro.
9217 2004-05-12  Carl Hetherington <inkscape@carlh.net>
9219         * src/dialogs/export.cpp: fix faulty logic with exporting of
9220         selections, as reported by Artemio on the ML.
9222         * src/dialogs/desktop-properties.cpp: Fix a gtk_table size.
9223         Make use of spw_dropdown in one place.
9225         * src/select-context.cpp: Remove alt-drag "slow move" mode.
9226         Make alt-drag move without any grid snap, even if the grid
9227         is enabled.  Add a new mode, shift-drag, which preserves
9228         objects' grid offsets rather than snapping their snappoints.
9230         * src/selection-chemistry.cpp: Pasted objects have the same
9231         offset from the grid as the original, if the grid is enabled.
9232         Also a NRRect -> NR::Rect fix thrown in for no extra charge.
9234         * src/dialogs/display-settings.cpp: Added option to reverse
9235         the actions of drag and shift-drag when moving objects.
9237 2004-05-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9239         * src/main.cpp (main): Test ENABLE_NLS instead of HAVE_NLS (which
9240         wasn't getting defined).  Restores translations on *nix systems
9241         when inkscape translations aren't in system-wide /usr/share/locale.
9243 2004-05-10  Carl Hetherington <inkscape@carlh.net>
9245         * src/sp-item.cpp, src/dialogs/display-settings.cpp: primitive
9246         support for preserving line widths when scaling.  Thanks to Bulia
9247         for telling me what to do :)
9248         * src/dialogs/align.cpp: refactor some cut-and-paste code into
9249         a separate function.  Remove NRRect.  Declaration-to-first-use
9250         cleanups.
9251         * src/dialogs/transformation.cpp, src/dialogs/fill-stype.cpp:
9252         NRRect removal.  Declaration-to-first-use cleanups.
9254 2004-05-09  MenTaLguY <mental@rydia.net>
9256         * src/sp-paint-server.h: SPPaintServer now uses C++ inheritance
9258           (bigger question -- should SPPaintServer derive from SPObject?  I think
9259            not, actually ... it's more something that should be aggregated into
9260            the various paint-server-capable types)
9262         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
9263           first steps in removing SPStyle dependency from NRArenaShape --
9264           add fill and stroke paint server members, and use those instead
9265           of reading directly from an SPStyle.
9267 2004-05-09  Kees Cook <kees@outflux.net>
9269         * src/libnrtype/nr-type-xft.cpp: added patch 898200, hopefully this
9270           won't break anyone.
9271         * src/dialogs/desktop-properties.cpp: added patch 947127, along with
9272           some orientation bugfixes, list cleanup, and logic to select the
9273           correct menu items based on document settings.
9274         * configure.in: default to always replace g_ascii_strtod.
9276 2004-05-08  Kees Cook <kees@outflux.net>
9278         * src/extension/internal/gdkpixbuf-input.cpp: skip SVG files. (open bug)
9279         * configure.in, src/Makefile_insert, src/fixes.cpp: added replacement
9280           for g_ascii_strtod, since it has locale-related bugs in gnome 2.0.
9281           The upstream version is fixed, so some day, we won't need this any
9282           more.  (fixes "ugly icons" bug, and possibly the spinbutton locale bug)
9283         * src/dyna-draw-context.cpp, src/rect-context.cpp, src/sp-namedview.cpp,
9284           src/sp-object.cpp, src/sp-object.h, src/sp-pattern.cpp,
9285           src/sp-polygon.cpp, src/sp-polyline.cpp, src/sp-root.cpp,
9286           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp,
9287           src/sp-text.cpp, src/spiral-context.cpp, src/star-context.cpp,
9288           src/svg/ftos.cpp, src/svg/svg-affine.cpp, src/svg/svg-color.cpp,
9289           src/svg/svg-length.cpp: adding "config.h", making a few extra
9290           locale-sensitive functions use g_ascii versions.
9292 2004-05-08  MenTaLguY <mental@rydia.net>
9294         * src/sp-item.cpp: move "transformed" signal emission after actual
9295           application of transform
9297         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr.cpp:
9298           fix lifecycle issues with content and attribute strings
9300         * src/sp-object.h, src/sp-object.cpp: added SPObject::setId()
9302 2004-05-08  Kees Cook <kees@outflux.net>
9304         * src/verbs.cpp, src/help.cpp: localizing "about" and "keys" stuff.
9305         * po/*.po: rebuilt for new strings.
9307 2004-05-08  Carl Hetherington <inkscape@carlh.net>
9309         * src/dialogs/desktop-properties.cpp: the usual cleanups.  Also
9310         add some sp_document_done()s in various places.
9312 2004-05-08  bulia byak <bulia@users.sourceforge.net>
9314         * widgets/paint-selector.cpp: Tooltips, slight cosmetics
9316         * main.cpp: --help edit
9318         *  sp-use.h sp-use.cpp: Redid move compensation using _transformed_signal
9320         * sp-item.h sp-item.cpp: Added _transformed_signal, emitted by
9321 write_transform,
9322         passes the difference transform relative to the old one (not the new
9323 transform
9324         set)
9326         * nodepath.cpp: Fix lagging update of the other handle for smooth nodes
9328         * widgets/dash-selector.cpp: (Almost) fixed display of shorter-than-0.5
9329 dashes
9330         in selector; proper fixing will require manual drawing the dashes instead of
9331         using gdk dashes
9333         * preferences-skeleton.h: lots of new  dasharrays
9335         * dialogs/stroke-style.cpp: Remove repetitive code; relocation patch from
9336         mhearn; fixed, reenabled, and automated marker previews (no need for
9337 previews
9338         in markers.svg)
9340         * share/markers/markers.svg: Cleanup, sizes, remove manual previews
9342         * style.cpp: Disabled warning for overflow property (we need it for markers)
9344         * splivarot.cpp: Fixed transform when doing boolop inside group
9346         * libnr/nr-path.cpp: Ported fix from sodi, fixes two bugs with endnodes of a
9347         curve on the same hor/vert line
9349         * sp-namedview.cpp: Use set_default_size instead of _resize for setting
9350 window
9351         from namedview
9353         * preferences-skeleton.h dialogs/item-properties.cpp: Objects props
9354         transientized (better late than never)
9356         * dialogs/display-settings.cpp: Added simplify threshold
9358         * sp-use.cpp: Mega-kill use on unlink
9360         * preferences-skeleton.h dialogs/display-settings.cpp: Orphaned clones
9361 options
9363         * sp-item-group.cpp: Prevent jumps when ungrouping clone with its original
9365         * sp-object.cpp: Fix crash when deleting clone and its original
9367         * toolbox.cpp, tool contexts: Alt-x and top panel keyboard shortcuts now
9368 work
9369         for all tools
9371         * sp-use.cpp enums.h: Unlink option on self-delete
9373         * sp-use.cpp: Fix: disappeating clone on undoing ungrouping (_show finally
9374 works properly)
9376         * splivarot.cpp: Boolops: cleanup, preserve id, parent, position, fix to
9377 take
9378         style from the bottom object
9380         * interface.cpp verbs.cpp shortcuts.cpp: Mnemonics, tooltips, shortcuts,
9381         cleanup, autoraise removed from menu
9383 2004-05-07  Kees Cook <kees@outflux.net>
9385         * src/verbs.cpp: re-localizing tutorials.  My goof!
9386         * po/POTFILES.in: removed arikkei references
9388 2004-05-07  Carl Hetherington <inkscape@carlh.net>
9390         * src/desktop.cpp: make sure that a SPNamedView's modified signal
9391         is connected to the SPDesktop even when a file is loaded into an
9392         existing SPDesktop.  Fixes problems whereby grid snap does not
9393         work for the first file loaded in a session.  Fix a && -> & typo.
9395         * src/sp-object.cpp: declaration-to-first-use and coding style
9396         cleanups.
9398 2004-05-05 Spundun Bhatt <spundun@isi.edu>
9400         * configure.in: Stole Nathan's configure hack and used it to
9401         support gtkmm-2.4
9403 2004-05-06  Ted Gould  <ted@gould.cx>
9405         * src/file.cpp, src/extension/extension.cpp, src/extension/init.cpp,
9406         src/extension/internal/Makefile_insert,
9407         src/extension/internal/gdkpixbuf-input.cpp,
9408         src/extension/internal/gdkpixbuf-input.h:
9409           Changing the import functionality so that it works much more like open.
9410           You can use any format, and it will place that file directly in the
9411           document that you are working on.  Added input extensions that cover all
9412           of the bitmap formats that are covered with gdkpixbuf.  Also, more
9413           formats can be used using the scripting system.
9415 2004-05-06  Carl Hetherington <inkscape@carlh.net>
9417         * src/sp-line.cpp, src/sp-mask.cpp, src/sp-metrics.cpp:
9418         declaration-to-first-use and coding style cleanups
9420 2004-05-05  MenTaLguY  <mental@rydia.net>
9422         * src/libnrtype/nr-type-dictionary.cpp: removed 'private-fonts'
9423           feature (we should rely on fontconfig for "custom" font stuff)
9425         * configure.in, src/Makefile_include, src/Makefile.am,
9426           src/libarikkei/*: removed the now unused libarikkei
9428 2004-05-05 Nathan Hurst <njh@mail.csse.monash.edu.au>
9430         * src/dialogs/text-edit.cpp, configure.in: Added support for spell
9431         checking in text dialog.
9433 2004-05-04  MenTaLguY <mental@rydia.net>
9435         * src/display/nr-arena-glyphs.h: fixed cut-and-paste error in
9436           NRArenaGlyphsGroup::create()
9438         * src/selection.cpp, src/selection.h: fixed global "changed" propagation
9440 2004-05-02  MenTaLguY <mental@rydia.net>
9442         * src/file.cpp, src/print.cpp, src/sp-chars.cpp, src/sp-clippath.cpp,
9443           src/sp-image.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
9444           src/sp-pattern.cpp, src/sp-shape.cpp, src/sp-text.cpp,
9445           src/sp-use.cpp, src/dialogs/stroke-style.cpp,
9446           src/display/canvas-arena.cpp, src/display/nr-arena-glyphs.cpp,
9447           src/display/nr-arena-glyphs.h, src/display/nr-arena-group.h,
9448           src/display/nr-arena-image.h, src/display/nr-arena-item.cpp,
9449           src/display/nr-arena-item.h, src/display/nr-arena-shape.h,
9450           src/display/nr-arena.h, src/libnr/nr-object.h, src/widgets/icon.cpp:
9452           removed nr_arena_item_new in favor of static ::create() functions
9453           which call NRArenaItem::init() to perform setup (i.e. setting
9454           NRArenaItem::arena).  Eventually NRArenaItem::init() and
9455           nr_arena_item_init will merge and become NRArenaItem's constructor.
9457 2004-04-30  MenTaLguY <mental@rydia.net>
9459         * src/sp-use.cpp: call parent class' write methods rather than
9460           attempting to do everything (wrongly) ourselves; among other
9461           things, <use> transform attributes weren't getting written
9463         * src/sp-object.h, src/sp-object.cpp:
9465           designate a "successor" object so we still perform as
9466           expected if objects are replaced in the middle of e.g. a
9467           bulk delete operation
9469         * src/sp-use.cpp: cleanups and succession logic for <use>
9470           deletion
9472         * src/widgets/sp-hwrap-box.cpp, src/widgets/sp-hwrap-box.h,
9473           src/widgets/sp-vwrap-box.cpp, src/widgets/sp-vwrap-box.h,
9474           src/widgets/sp-wrap-box.cpp, src/widgets/sp-wrap-box.h,
9475           src/widgets/test-wrapbox.cpp, src/widgets/Makefile_insert:
9477           Removed unused (and imperfect) "wrapbox" widgets.
9479         * src/sp-object.h, src/sp-object.cpp, src/sp-item-group.cpp:
9481           Removed unused sp_object_invoke_forall and sp_object_sequence
9482           methods.  (forall might be nice to have, but we can do better
9483           implementation-wise now that we're in C++-land)
9485 2004-04-30 njh <njh@mail.csse.monash.edu.au>
9487         * main.cpp: replaced gtk_init with g_type_init for console mode.
9488         Closes 944969.
9490 2004-04-29  MenTaLguY <mental@rydia.net>
9492         * src/sp-image.cpp, src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
9493           src/sp-path.cpp, src/sp-rect.cpp, src/sp-text.cpp:
9495           write_transform becomes set_transform, which applies the given
9496           transform to the object without (!) invoking a repr write
9498         * src/sp-star.cpp, src/svg/svg-length.h, src/svg/svg-length.cpp,
9499           src/svg-types.h, src/svg/svg.h:
9501           replaced raw integers with real units enum
9503         * src/libnr/nr-matrix.h:
9505           removed dead assertion (it's always valid to retrieve the
9506           translation component of a matrix)
9508         * src/selection-chemistry.cpp:
9510           delete items via SPItem (SPObject), not repr
9512         * src/sp-object.h, src/sp-object.cpp:
9514           added SPObject::deleteObject() and a delete notification signal;
9515           SPObject now inherits from GObject in the C++ sense
9517         * src/sp-use.h:
9519           don't accept references to the use or its ancestors (preventing
9520           infinite loops)
9522         * src/sp-use.cpp, src/sp-use.h:
9524           added automatic deletion when referrent is deleted
9526         * src/uri-reference.h:
9528           added URIReference::getOwner()
9530 2004-04-29  Carl Hetherington <inkscape@carlh.net>
9532         * src/extension/internal/win32.cpp: add textToPath parameter to
9533         description in order to fix #944131.
9535 2004-04-28  Carl Hetherington <inkscape@carlh.net>
9537         * src/desktop.cpp, src/inkscape.cpp, src/sp-namedview.cpp
9538         Part of the fix for #942149.  Also fixed some compiler warnings.
9540         * src/display/nr-arena.cpp: Fixed an unused variable warning.
9542         * src/main.cpp: Fix a warning that is raised on Windows.
9544 2004-04-28  bulia byak <bulia@users.sourceforge.net>
9546         * inkscape.cpp: Fixed prev/next desktop; numbered from 0
9548         * Lots of files: Replaced all strtod() and atof() by g_ascii_strtod()
9550         * interface.cpp verbs.cpp: Tooltip edits
9552         * view.cpp view.h desktop.cpp: Signal and function to pop statusbar message
9554         * dialogs/dialog-events.cpp: Only set the UTILITY hint for non-modal
9555 windows,
9556         fixes "disappearing save as"
9558         * toolbox.cpp widgets/widget-sizes.h widgets/button.cpp: Got rid of button
9559         relief, top panel made less tall
9561         * desktop.cpp preferences-skeleton.h dialogs/display-settings.cpp: Done away
9562         with the sticky zoom button, now in prefs
9564         * path-chemistry.cpp: Preserve id= in combine/break, convert to paths;
9565 preserve
9566         z-order in combine/break; cleanups
9568         * splivarot.cpp: New selection API, Simplify preserves id=
9570         * select-context.cpp preferences-skeleton.h sp-item.cpp display-settings.cpp
9571         splivarot.cpp sp-item-group.cpp sp-item-transform.cpp
9572         sp-item-notify-moveto.cpp nodepath.cpp node-context.cpp seltrans.cpp
9573         seltrans.h: Switched to global preservetransform, transform writing
9574         unification (no more manual transform= setting all over the place), stamp
9575         preserves parent, mental's new SPSelection API, pruning dead code
9577         * verbs.cpp interface.cpp: Eliminated Dialogs menu, added ... to dialog
9578         commands, rearrangements, menu items display tooltips in statusbar when
9579         selected
9581         * sp-item-group.cpp sp-item-group.h: Made document_done optional in ungroup
9582 (not
9583         done when the function is called from another function)
9585         * dialogs/display-settings.cpp enums.h preferences-skeleton.h sp-use.cpp
9586         sp-use.h: Clone move compensation (3 modes), settable in prefs
9588         * seltrans.cpp selection-chemistry.cpp: Do not translate a clone if its
9589 original
9590         is in the selection
9592         * verbs.cpp verbs.h interface.cpp shortcuts.cpp sp-use.cpp sp-use.h
9593         selection-chemistry.cpp selection-chemistry.h: Unlink Clone verb and menu
9594         command (preserves id=)
9596         * selection-chemistry.cpp selection-chemistry.h verbs.h verbs.cpp
9597 shortcuts.cpp
9598         interface.cpp: Select Original verb and command, scrolls to the original
9600         * selection-chemistry.cpp selection-chemistry.h verbs.cpp verbs.h
9601 interface.cpp:
9602         Clone command
9604         * sp-use.h sp-use.cpp: Use URIReference; Propagate update to parent class
9605         (SPItem) (fixes redraw on dragging a clone)
9607         * dropper-context.cpp dropper-context.h dialogs/display-settings.cpp:
9608         Implemented pick modes (pick either actual color with transparency or
9609 visible
9610         color without transparency); added statusbar indication; color is only set
9611 on
9612         mouse release
9614         * seltrans.cpp display/sodipodi-ctrlrect.cpp: Finally the correct selection
9615 cue
9616         rect (fixed displacement)
9618 2004-04-27  Carl Hetherington <inkscape@carlh.net>
9620         * src/desktop.cpp: Check for there being no items when zooming to
9621         the drawing.  This fixes bug #942137.
9623 2004-04-26  Carl Hetherington <inkscape@carlh.net>
9625         * config.h.mingw, prefix.h:
9626         INKSCAPE_VERSION moved to inkscape_version.h.
9627         INKSCAPE_{PIXMAP,SCREENS,TUTORIALS,MARKERS}DIR moved to prefix.h
9629         * src/Makefile.mingw, src/inkscape_version.h.mingw
9630         Use CVS inkscape_version.h.mingw for inkscape_version.h on Win32.
9632         * src/sp-use.cpp: fix a warning.
9634 2004-04-26  Ted Gould  <ted@gould.cx>
9636         * share/extensions/ai_input.inkmod, share/extensions/dia.inkmod,
9637         share/extensions/txt2svg.inkmod, src/extension/extension.cpp,
9638         src/extension/internal/svg.cpp:
9640         Making the names of the input extensions look like the output ones.
9641         Also, threw in a slight memory savings in removing the implementation on
9642         deactivated extensions.
9644 2004-04-26  MenTaLguY  <mental@rydia.net>
9646         * src/selection.cpp: migrate to new glib idle API
9648         * src/extension/db.cpp: can't call ->deactivated() on a NULL pointer..
9650 2004-04-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9652         * configure.in: Replace use of old AM_PROG_LIBTOOL macro with
9653           AC_PROG_LIBTOOL.
9655 2004-04-26  Ted Gould  <ted@gould.cx>
9657         * share/extensions/epsi_output.inkmod:
9659         Added in a check for ps2epsi
9661         * src/dialogs/filedialog.cpp, src/extension/db.cpp, src/extension/db.h,
9662         src/extension/extension.cpp, src/extension/extension.h,
9663         src/extension/init.cpp, src/extension/system.cpp:
9665         Implementing a 'deactivated' extension.  This means that it should
9666         still exist, but show up as insensitive in any GUI element that could use
9667         it.  The idea here is that users should know what they don't have, but
9668         Inkscape supports.
9670 2004-04-26 Nathan Hurst <njh@mail.csse.monash.edu.au>
9672         * src/{libnr,libnrtype,widgets,display,helper,.}*.{h,cpp}: moved
9673         from typedef _name name; to C++ style struct name; forward
9674         references.
9676 2004-04-25  Ted Gould  <ted@gould.cx>
9678         * share/extensions/ai_output.inkmod, share/extensions/dia.inkmod,
9679         share/extensions/dropshadow.inkmod, share/extensions/epsi_output.inkmod,
9680         share/extensions/roundhole.inkmod, share/extensions/svgz_input.inkmod,
9681         share/extensions/svgz_output.inkmod, share/extensions/txt2svg.inkmod,
9682         src/extension/implementation/script.cpp,
9683         src/extension/implementation/script.h:
9685         Adding in support for superior checking of dependencies.  Now scripts
9686         can include a line, which will look for a binary in the path.  So
9687         something like dia input will no be loaded if there isn't dia available in
9688         the path.
9690 2004-04-25  Carl Hetherington <inkscape@carlh.net>
9692         * src/verbs.cpp, src/rect-context.cpp, src/spiral-context.cpp,
9693         src/event-context.cpp, src/text-context.cpp,
9694         src/dialogs/stroke-style.cpp, src/xml-tree.cpp, src/widgets/sp-widget.cpp:
9695         SPSelection OO-ification.
9697         * src/display/curve.cpp: Don't raise a critical error if a new
9698         curve cannot be created in sp_curve_new_from_bpath().  This can
9699         happen if a file contains a strange path, like one with only a
9700         move in it and nothing else.  This is part of the fix for bug
9701         934882.
9703         * src/sp-path.cpp: cope with sp_curve_new_from_bpath() returning
9704         NULL in sp_path_set().  This is the other part of the fix for 934882.
9706         * src/path-chemistry.cpp, src/sp-offset.cpp, src/sp-ellipse.cpp,
9707         src/display/nr-arena-glyhs.cpp:
9708         added asserts for calls to sp_curve_new_from_bpath() which look
9709         like they might not expect it to return NULL.
9711         * src/desktop.h: add a comment about how SPDesktop::selection
9712         should never generally be NULL.
9714         * src/desktop-handles.cpp: ensure that sp_desktop_selection never
9715         returns NULL, so that we don't have to check for this eventuality
9716         elsewhere.
9718         * src/arc-context.cpp, src/seltrans.cpp, src/desktop.cpp: be less defensive
9719 about
9720         SPDesktop::selection being NULL.
9722         * src/path-chemistry.cpp, src/select-context.cpp,
9723         src/selection-chemistry.cpp, src/star-context.cpp,
9724         src/dialogs/align.cpp, src/dialogs/item-properties.cpp,
9725 src/dialogs/text-edit.cpp:
9726         SPSelection OO-ification.  Also some coding style and
9727         declaration-to-first-use cleanups.
9729         * src/toolbox.cpp: SPSelection OO-ification.  Various cleanups.
9731         * src/selection.h: remove deprecated access functions.
9733         * src/dialogs/fill-style.cpp: declaration-to-first-use cleanups.
9735         * src/selection.cpp: add vim and Emacs mode blocks.
9737         * src/object-ui.cpp: very minor coding style fix.
9739 2004-04-24  MenTaLguY <mental@rydia.net>
9741         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/object-ui.cpp,
9742           src/path-chemistry.cpp, src/rect-context.cpp, src/select-context.cpp,
9743           src/select-toolbar.cpp, src/selection-chemistry.cpp, src/selection.h,
9744           src/spiral-context.cpp, src/star-context.cpp, src/text-context.cpp,
9745           src/verbs.cpp, src/dialogs/export.cpp, src/dialogs/fill-style.cpp,
9746           src/dialogs/in-dt-coordsys.cpp, src/dialogs/stroke-style.cpp,
9747           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp:
9749           removed sp_selection_set_item(), sp_selection_set_repr(),
9750           sp_selection_is_empty(), sp_selection_item_selected(),
9751           and sp_selection_repr_selected()
9753 2004-04-24  Ted Gould  <ted@gould.cx>
9755         * share/extensions/ill2svg.pl:
9757         Applying a patch made to the Sodipodi list by Tuukka Pasanen which adds in
9758         support for text in Illustrator files.  Also, I backed out the changes
9759         which removed being able to specify the line endings.  This will, by
9760         default, force them back to mac compatible.  Mac files didn't work with
9761         those changes.
9763 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9765         * configure.in: Tentatively remove config.h definitions of
9766           INKSCAPE_MARKERSDIR, INKSCAPE_PIXMAPDIR, INKSCAPE_SCREENSDIR,
9767           INKSCAPE_TUTORIALSDIR, with the understanding that these are to be
9768           provided by prefix.h.
9769         * src/prefix.h: Define INKSCAPE_MARKERSDIR.
9771         * src/extension/extension.cpp (Extension):
9772         * src/extension/init.cpp (check_extensions):
9773           Address warning.
9775         * src/dialogs/stroke-style.cpp: #include prefix.h.
9777         * src/Makefile.am (EXTRA_DIST): Add */makefile.in.
9779         * src/libnr/Makefile_insert (libnr_libnr_a_SOURCES):
9780           Add libnr/nr-convex-hull.h, needed by sp-canvas.cpp.
9782 2004-04-24  Ted Gould  <ted@gould.cx>
9784         * src/Makefile_include, src/prefix.cpp:
9786         Removing the redefition of NULL and adding to the make system.
9788 2004-04-24  Ted Gould  <ted@gould.cx>
9790         * src/extension/db.cpp, src/extension/db.h, src/extension/extension.cpp,
9791         src/extension/extension.h, src/extension/init.cpp,
9792         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
9793         src/extension/internal/ps-out.cpp, src/extension/internal/ps-out.h:
9795         Adding in more checks for individual extensions.  All of them
9796         should still pass though.  Also, moved the extension database from
9797         glib to STL.  This allows extensions to be deleted while using the
9798         foreach functions (which causes instability with the glib hash
9799         table).
9801 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9803         * src/dialogs/Makefile_insert:
9804         * src/display/Makefile_insert:
9805         * src/xml/Makefile_insert:
9806           Get rid of unneeded CPPFLAGS specification.
9808         * src/Makefile.am:
9809         * src/Makefile_insert:
9810           New generated file inkscape_version.h, to replace
9811           -DINKSCAPE_VERSION=\"$(VERSION)\".
9812         * src/help.cpp: #include it.
9814 2004-04-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9816         * src/sp-polygon.cpp:
9817         * src/splivarot.cpp:
9818         * src/style.cpp:
9819         Change include stringstream.h to include svg/stringstream.h.
9821         * src/Makefile.am, src/Makefile_insert: Change libinkscape.a use
9822           to eliminate triple compilation of these object files.
9824         * src/Makefile.am: Use `subdir-objects' option.
9826         * src/Makefile.am: Add global INCLUDES setting.
9827         * src/*/Makefile_insert: Get rid of now-redundant $(INKSCAPE_CFLAGS)
9828           from *_CPPFLAGS.
9830         * src/*/makefile.in: `%' as a target doesn't behave as intended,
9831         so replace with less general `clean %.a %.o' and add .SUFFIXES.
9833 2004-04-22  Ted Gould  <ted@gould.cx>
9835         * src/draw-context.cpp, src/dropper-context.cpp,
9836         src/dyna-draw-context.cpp, src/node-context.cpp, src/nodepath.cpp,
9837         src/sp-ellipse.cpp, src/sp-offset.cpp, src/sp-path.cpp,
9838         src/sp-polygon.cpp, src/sp-shape.cpp, src/splivarot.cpp, src/toolbox.cpp,
9839         src/display/curve.cpp, src/display/nr-arena-shape.cpp,
9840         src/extension/internal/gnome.cpp, src/extension/internal/ps.cpp,
9841         src/libnr/nr-path.cpp, src/libnr/nr-path.h,
9842         src/libnrtype/nr-rasterfont.cpp, src/libnrtype/nr-type-ft2.cpp,
9843         src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
9844         src/libnrtype/nr-typeface.cpp, src/livarot/PathCutting.cpp,
9845         src/svg/gnome-canvas-bpath-util.cpp, src/svg/svg-path.cpp:
9847         Changing the ART_ enums to NR_ so that if libart is include (like if
9848         you are building gnome-print) it doesn't conflict with the internal
9849         definitions.
9851         * share/extensions/svgz_output.inkmod, src/extension/extension.cpp,
9852         src/extension/init.cpp, src/extension/implementation/script.cpp:
9854         Adding in a little more checking code.  Now extensions can start
9855         deleting themseleves if they fail certain tests.  More tests are
9856         needed, along with more testing of this feature.  Consider this
9857         an 'early release' of the feature. ;)
9859 2004-04-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9861         * src/Makefile.am: Make non-recursive.  Now sources */Makefile_insert.
9862           See HACKING or discussion on mailing list.
9863         * autogen.sh: Bump requirement from automake-1.6 to automake-1.7.
9864         * configure.in: Don't generate src/blah/Makefile, but do generate
9865           src/blah/makefile.
9866         * src/*/Makefile.am: Remove.
9867         * src/*/makefile.in: New wrapper makefiles to allow typing `make' from
9868           subdirectories of src.  (Not used by compiles started from top-level
9869           or from src/.)
9871 2004-04-21  MenTaLguY <mental@rydia.net>
9873         * src/libnrtype/nr-type-w32.h: fixed unremoved underscores
9875         * src/select-context.cpp, src/selection.cpp, src/selection.h,
9876           src/seltrans.cpp, src/tools-switch.cpp, src/dialogs/align.cpp:
9877           remove improper twiddling of desktop message line from SPSelection;
9878           some additional work is now required in SPSelectContext to update
9879           the message properly in all cases.
9881         * src/selection.h, src/selection.cpp: touched up and documented
9882           SPSelection
9884         * src/uri-references.h: documentation touch-ups
9886 2004-04-20  Kees Cook <kees@outflux.net>
9888         * src/file.cpp, src/desktop.cpp: moved sp_file_open unselection code into
9889           sp_desktop_change_document.  Generalized Carl's fix for unref counting
9890           since it applies in both cases.  (My bad!)
9892 2004-04-20  MenTaLguY <mental@rydia.net>
9894         * src/text-context.cpp: merged Carl's fix for signal cleanup
9896         * src/selection.h: marked wrappers for old API as deprecated
9898 2004-04-20  Carl Hetherington <inkscape@carlh.net>
9900         * src/extension/internal/ps.cpp, src/extension/internal/ps.h:
9901         Fixed some bugs in exporting images that seem to have been
9902         introduced when the code was copied from the gimp.  They caused
9903         problems when exporting bitmap images to PS.
9905         * src/file.cpp: fix bug whereby the first file loaded in a session
9906         would not have its modified status checked when closed.  Hence if
9907         you modified the first file you loaded and then closed it, you
9908         would not be asked to confirm the close.
9910         * src/preferences-skeleton.h: add \n to the end of each line to
9911         fix bug 938368.
9913 2004-04-19  MenTaLguY <mental@rydia.net>
9915         * src/arc-context.cpp, src/desktop-handles.h, src/desktop.h,
9916           src/draw-context.cpp, src/draw-context.h, src/forward.h,
9917           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
9918           src/node-context.h, src/rect-context.cpp, src/selection-chemistry.cpp,
9919           src/selection-chemistry.h, src/selection.cpp, src/selection.h,
9920           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
9921           src/star-context.h, src/text-context.cpp, src/dialogs/xml-tree.cpp,
9922           src/widgets/sp-widget.h:
9924           finished GObject removal from SPSelection
9926         * src/arc-context.h, src/arc-context.cpp, src/desktop.cpp, src/desktop.h,
9927           src/draw-context.cpp, src/draw-context.h, src/node-context.cpp,
9928           src/node-context.h, src/rect-context.cpp, src/rect-context.h,
9929           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/seltrans.h,
9930           src/spiral-context.cpp, src/spiral-context.h, src/text-context.cpp,
9931           src/text-context.h, src/toolbox.cpp:
9933           migrated SPSelection to SigC++ signals (though it's a bit messy
9934           right now)
9936 2004-04-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9938         * src/dialogs/stroke-style.cpp: Cleanups: greater conformance to
9939         CodingStyle.  Moved some declarations to their first use.
9941 2004-04-19  Carl Hetherington <inkscape@carlh.net>
9943         * src/dialogs/stroke-style.cpp, libnr/nr-rect-l.cpp:
9944         Fix a couple of compiler warnings.
9946         * src/dialogs/filedialog-win32.cpp: add OFN_NOCHANGEDIR to Win32
9947         flags in OPENFILENAME structs.  This prevents the open / save
9948         boxes from changing the current directory.  Any change to the
9949         current directory causes problems for subsequent attempts to
9950         load icons from pixmaps.  Also, fix a bug whereby the save
9951         dialogue would sometimes not open due to being passed a filename
9952         it didn't like.
9954 2004-04-19  bulia byak <bulia@users.sourceforge.net>
9956         * shortcuts.cpp selection-chemistry.cpp selection-chemistry.h verbs.cpp
9957 verbs.h
9958         interface.cpp: Clone command (Edit menu, Shift+Ctrl+N)
9960         * sp-use.cpp: Update propagated to parent class (SPItem), misc fixes
9962         * sp-polygon.cpp: Fix for points= updating by adding set_shape call into
9963 _write
9964         (bug 910142)
9966         * text-context.cpp: Do not create text object unless a printable key was
9967         pressed; fixes 934280
9969         * widgets/dash-selector.cpp dialogs/stroke-style.cpp: Removed marker
9970 buttons,
9971         fixed g_free crash in marker menus, added tooltips, added stroke-miterlimit
9972         spinbutton
9974         * splivarot.cpp: Outline handles multiple objects; All commands use correct
9975         stroke_miterlimit
9977         * splivarot.cpp sp-offset.cpp: Fix for 932642
9979         * helper/sodipodi-ctrlrect.cpp: Simplify and fix dashes and offsets
9981         * widgets/gradient-selector.cpp: Tooltip edits
9983         * verbs.cpp verbs.h interface.cpp...: Remove tool options
9985         * seltrans.cpp: Pivot marker made inverse
9987         * toolbox.cpp: More defocusing
9989         * *-context.cpp: Eliminated config widgets from all tools
9991         * toolbox.cpp sp-ellipse.cpp: Ellipse fixes, tooltips
9993         * verbs.cpp: Options -> Preferences
9995         * dialogs/display-settings.cpp: An options dialog, completely new; selector
9996         widget grafted here
9998         * preferences-skeleton.h node-context.cpp select-context.cpp: scaling uses
9999         defaultscale
10001         * dialogs/display-settings.cpp display/nr-arena-image.cpp: Make oversample
10002         saveable
10004         * toolbox.cpp: Aux toolbar for calligraphic
10006         * preferences-skeleton.h: fill-opacity:1 for calligraphic
10008         * select-context.cpp seltrans.cpp seltrans.cpp: Patch to enable box and none
10009         options for per-object selection cue
10011         * main.cpp: Removed C-locale setting, not needed anymore; temporary switch
10013         gettext encoding for console output
10015         * inkscape.cpp: Memory fix from sodi
10017         * right-click finishes pen (patch by Carl)  draw-context.cpp
10019 2004-04-19  Carl Hetherington <inkscape@carlh.net>
10021         * src/livarot/ShapeRaster.cpp
10022         Fix an unitialised value error that was spotted by valgrind.
10024 2004-04-18  MenTaLguY <mental@rydia.net>
10026         * src/selection.cpp, src/selection.h, src/selection-chemistry.cpp,
10027           src/seltrans.cpp, src/nodepath.cpp:
10028           made all SPSelection members private, and changed all methods into
10029           real C++ methods (with temporary inline wrappers for the old C
10030           pseudo-methods)
10032 2004-04-18  Carl Hetherington <inkscape@carlh.net>
10034         * src/print.cpp, src/print.h, src/sp-text.cpp
10035         src/extension/extension.cpp src/extension/extension.h,
10036         src/extension/implementation/implementation.cpp,
10037         src/extension/implementation/implementation.h,
10038         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
10039         src/extension/internal/ps.cpp, src/extension/internal/ps.h,
10040         Add very basic feature to allow PS text to be exported as real
10041         text, rather than being converted to paths first.  Needs some
10042         work, mostly on font handling.
10044         * src/seltrans.cpp: Slightly improve placement of the bounding
10045         box selection cue.
10047         * src/sp-shape.cpp: various marker-related cleanups, mostly factoring out
10048         common code into functions.
10050 2004-04-17  MenTaLguY <mental@rydia.net>
10051         * src/inkscape.cpp, src/node-context.cpp, src/selection-chemistry.cpp,
10052           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
10053           src/sp-item.cpp, src/sp-offset.cpp, src/dialogs/transformation.cpp,
10054           src/libnr/nr-rect.cpp, src/libnr/nr-rect.h:
10055           Cleaned up NR::Rect API and made SPSelection's desktop pointer private.
10057         * src/display/sp-canvas.cpp, src/libnr/nr-convex-hull.h,
10058           src/libnr/nr-rect.h:
10060           First use of NR::ConvexHull (for propagating canvas bounding boxes)
10062 2004-04-17  Kees Cook <kees@outflux.net>
10064         * share/icons/icons.svg, src/verbs.cpp: made last three ugly menu icons.
10066 2004-04-17  Nathan Hurst <njh@mail.csse.monash.edu.au>
10068         * configure.in src/draw-context.cpp src/dropper-context.cpp
10069         src/dyna-draw-context.cpp src/nodepath.cpp src/nodepath.h
10070         src/path-chemistry.cpp src/sp-chars.cpp src/sp-ellipse.cpp
10071         src/sp-offset.cpp src/sp-path.cpp src/sp-polygon.cpp
10072         src/sp-shape.cpp src/sp-text.cpp src/splivarot.cpp src/style.cpp
10073         src/style.h src/dialogs/fill-style.cpp
10074         src/dialogs/object-properties.cpp src/dialogs/stroke-style.cpp
10075         src/display/canvas-bpath.cpp src/display/canvas-bpath.h
10076         src/display/canvas-grid.h src/display/curve.cpp
10077         src/display/curve.h src/display/nr-arena-glyphs.cpp
10078         src/display/nr-arena-glyphs.h src/display/nr-arena-shape.cpp
10079         src/display/sodipodi-ctrl.cpp src/display/sodipodi-ctrl.h
10080         src/display/sodipodi-ctrlrect.h src/display/sp-canvas-util.cpp
10081         src/display/sp-canvas-util.h src/display/sp-canvas.cpp
10082         src/display/sp-canvas.h src/display/sp-ctrlline.cpp
10083         src/extension/internal/ps.cpp src/extension/internal/ps.h
10084         src/libnr/Makefile.am src/libnr/libnr.def src/libnr/nr-path.cpp
10085         src/libnr/nr-path.h src/libnr/nr-svp-private.h
10086         src/libnr/nr-svp-render.cpp src/libnr/nr-svp-render.h
10087         src/libnr/nr-svp.cpp src/libnr/nr-svp.h
10088         src/libnrtype/nr-rasterfont.cpp src/libnrtype/nr-type-ft2.cpp
10089         src/libnrtype/nr-type-gnome.cpp src/libnrtype/nr-type-w32.cpp
10090         src/libnrtype/nr-typeface.cpp src/livarot/PathCutting.cpp
10091         src/svg/gnome-canvas-bpath-util.cpp
10092         src/svg/gnome-canvas-bpath-util.h src/svg/svg-path.cpp
10093         src/svg/svg.h: removed libart.
10095         * src/libnr/nr-svp-uncross.cpp src/libnr/nr-svp-uncross.h: deleted
10096         uncross and SVL routines.
10099 2004-04-15  Carl Hetherington <inkscape@carlh.net>
10101         * src/make.exclude, src/make.dep, src/make.files, src/make.ofiles:
10102         Various fixes to the Win32 build following rearrangement of some
10103         source files and cleanups to libnr.
10105         * src/sp-text.cpp: remove an unused variable.
10107         * src/display/sodipodi-ctrlrect.cpp: removed two unused variables.
10109 2004-04-16  MenTaLguY <mental@rydia.net>
10111         * src/selection.cpp, src/selection.h, src/forward.h: initial
10112           C++ification of SPSelection class
10114 2004-04-15  Kees Cook <kees@outflux.net>
10116         * debian/control, debian/changes: dropping (currently) unused
10117           dependancies.  Added "0.39cvs" tag.
10119 2004-04-15  Carl Hetherington <inkscape@carlh.net>
10121         * src/seltrans.cpp, src/helper/sodipodi-ctrlrect.cpp,
10122         src/helper/sodipodi-ctrlrect.h:
10123           Use black, dashed bounding boxes for indicating itemselection,
10124           rather than red, solid boxes (as suggested by Bulia).
10126         * src/desktop.cpp:
10127         Small fix for the problem whereby the first file loaded in an
10128         Inkscape session will not have its grid set up properly.  This was
10129         my patch #935013.
10131         * src/dialogs/filedialog-win32.cpp:
10132         Use the extension system to build the list of allowable file types
10133         for save.  This means that save as PS and EPS work properly.
10135         * src/streams-zlib.cpp, src/livarot/PathConversion.cpp,
10136         src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
10137         src/livarot/PathStroke.cpp, src/livarot/Shape.cpp,
10138         src/livarot/ShapeMisc.cpp, src/display/nr-arena-glyphs.cpp,
10139         src/helper/sodipodi-ctrlrect.cpp, src/helper/sp-canvas.cpp,
10140         src/extension/internal/win32.cpp:
10141         Fix compiler warnings, mostly about unused variables.
10143         * src/helper/sp-canvas-util.cpp:
10144         Fix what I and someone else considered to be an obvious typo.  The
10145         function in question isn't used, however, so it's a bit difficult
10146         to test.
10148         * src/libnrtype/nr-rasterfont.cpp:
10149         Fix a warning wrt a cast from NR::Matrix to NRMatrix.
10151         * src/sp-shape.cpp:
10152         Fix bug #935758.
10155 2004-04-14  Ted Gould <ted@gould.cx>
10157         * src/file.cpp, dialogs/filedialog.cpp:
10158         Making it so that the filename will get placed in the save as dialog
10159         if there is a name for the file.  Otherwise the last save directory
10160         is used (properly now)
10162 2004-04-15  MenTaLguY <mental@rydia.net>
10164         * most files in src/: removed many old "compatable" struct typedefs
10166         * src/libarikkei/arikkei-dict.cpp, src/libarikkei/arikkei-dict.h:
10167           removed unused arikkei files
10169         * configure.in: added gtkmm dependency
10171 2004-04-14  Kees Cook <kees@outflux.net>
10173         * src/helper/unit-menu.cpp: Turns out I found a 2nd bug while
10174           investigating patch 934358.  I've applied this patch again, which gives
10175           us the entire fix.
10176         * src/draw-context.cpp: Investigated patch 934351 from cth103.  Applied a
10177           slight variation to conform to the function calling styles of that code.
10178         * configure.in: Implemented gcc version test for >= 3.0.0
10179         * src/file.cpp, src/interface.cpp, share/icons/icons.svg, src/verbs.cbb:
10180           finished "File / Revert" implementation.  Found a memory leak in
10181           "file_save".  Added more sanity checking to "sp_file_revert" and more
10182           status messages.
10183         * src/main.cpp, src/file.h, src/file.cpp: removed redundant code,
10184 implemented
10185           in "sp_file_open".
10187 2004-04-13  Kees Cook <kees@outflux.net>
10189         * tools-version.sh: added a possible fix for BSDish tools.
10190         * configure.in, share/patterns/Makefile.am: inkscape janitor strikes
10191           again!  This is a quick cleanup to Ted's new directories.  Looks
10192           like "patterns" got left out.
10193         * share/clipart/.cvsignore, share/templates/.cvsignore,
10194           share/examples/.cvsignore, share/fonts/.cvsignore,
10195           share/gradients/.cvsignore, share/keyboards/.cvsignore,
10196           share/palettes/.cvsignore, share/patterns/.cvsignore:
10197           Added Makefile build-cruft to .cvsignores.
10198         * src/helper/unit-menu.cpp: applied a variation to patch 934358 from cth103
10199           to fix grid unit changing bug.
10200         * configure.in: fixed capitalization of "libpng" to avoid confusion.
10201         * src/sp-namedview.cpp, src/document.cpp, src/document.h, src/file.cpp,
10202           src/file.h, src/document-undo.cpp, src/interface.cpp, src/verbs.cpp,
10203           src/verbs.h:
10204           Newly opened files will only create new windows if the current document
10205           is untouched.  (RFE#928517)
10206           Added support for future "File/Revert" handling.  Needs
10207           a little more support in the SPDocument structure.  See notes in
10208           "src/file.cpp", function "sp_file_revert_dialog".
10210 2004-04-13  Ted Gould <ted@gould.cx>
10212         * configure.in, share/Makefile.am, share/clipart/Makefile.am,
10213           share/examples/Makefile.am, share/fonts/Makefile.am
10214           share/gradients/Makefile.am, share/keyboards/Makefile.am
10215           share/markers/Makefile.am, share/palettes/Makefile.am
10216           share/screens/Makefile.am, share/templates/Makefile.am:
10217         Making it so that the clipart and everything else gets put in
10218         the tarball, and also get installed in the share directory.  Many
10219         of these have just 'README' files, but they now have good place-
10220         holders for further development.
10222 2004-04-12  Kees Cook <kees@outflux.net>
10224         * src/dialogs/stroke-style.cpp, src/Makefile.am, src/dialogs/Makefile.am,
10225           src/widgets/Makefile.am, configure.in: fixed up INKSCAPE_*DIR paths so CVS
10226           will compile happily for me.  This way if paths change, files will be
10227           recompiled.  The old way would let configure run again (changing the
10228           datadir path) without forcing a recompile, which could break the
10229           compiled paths.
10231 2004-04-13  John Cliff <simarilius@yahoo.com>
10232         * src/sp-shape.cpp, src/dialogs/stroke-style.cpp:
10233         Couple of changes to marker related code, mid and end markers now point in
10234 correct
10235         direction, turning off start markers behaves correctly.
10236         This follows on from changes made by me and Carl Hetherington that were
10237 commited
10238         yesterday to
10239         src/inkscape-stock.cpp, src/sp-item.cpp, src/sp-marker.cpp,
10240 src/sp-shape.cpp,
10241         src/style.cpp, src/style.h, src/dialogs/stroke-style.cpp
10242         to implement marker UI and fixes to the marker rendering code.
10244 2004-04-11  Ted Gould <ted@gould.cx>
10246         * src/extension/system.cpp, src/extension/internal/eps-out.cpp
10247           src/extension/internal/eps-out.h:
10248         First pass at a file save dialog with EPS output.  The dialog
10249         sets the bounding box in the file.  Comments encouraged.
10251 2004-04-11  Ted Gould <ted@gould.cx>
10253         * src/file.cpp, src/main.cpp, src/print.cpp, src/extension/init.cpp,
10254           src/extension/init.h, src/extension/system.cpp, src/extension/system.h,
10255           src/extension/implementation/script.cpp,
10256 src/extension/internal/eps-out.cpp,
10257           src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
10258           src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
10259           src/extension/internal/win32.cpp:
10260         Change alot of files, but small changes.  Basically just took
10261         system.cpp and init.cpp and finally ported them to the Inkscape::
10262         Extension namespace.  Cleaned up the code in them a bunch, it is
10263         much easier to read now!  All the other files are just referencing
10264         these changes.
10266 2004-04-11  Kees Cook <kees@outflux.net>
10268         * src/verbs.h, src/verbs.cpp, src/interface.cpp, src/interface.h: replaced
10269           the rest of the missing menu verbs: "View New", "Cleanup".  Created
10270           generic function to add icons to a given menu item (for submenu icons
10271           mostly).
10272         * share/icons/icons.svg: added "selection_cleanup", "selection_deselect",
10273           "selection_select_all".  Corrected "view_new" and "selection_smooth",
10274           "dialog_toggle", "dialog_tool_options", "file_open_recent".
10275         * src/selection-chemistry.cpp, src/selection-chemistry.h: renamed
10276           "selection_cleanup" function.
10278 2004-04-11  Jon Phillip <jon@rejon.org>
10280         * Makefile.mingw share/Makefile.am src/Makefile.am
10281           share/markers/Makefile.am share/markers/.cvsignore config.h.mingw
10282           configure.in:
10283           Added the proper infrastructure to get files to the right location for
10284           markers.
10286         * share/tutorials/tipsandtricks.svg: Deleted the URL trick because it no
10287           longer works or something.
10289 2004-04-11  Kees Cook <kees@outflux.net>
10291         * src/verbs.h, src/verbs.cpp: added verbs for the Help and Tutorials menus.
10292         * src/interface.cpp: replaced contents of sp_ui_menu_help to use new verbs.
10293         * src/help.h, src/help.cpp: replaced sp_help_keys with more generic
10294           sp_help_open_screen, similar to sp_help_open_tutorial.
10295         * share/icons/icons.svg: created really ugly "help_tutorials" and
10296           "help_keys" icons.  The "help_keys" one needs the most help.  :)
10298 2004-04-09  Ted Gould <ted@gould.cx>
10300         * share/extensions/Makefile.am, share/extensions/epsi_output.inkmod,
10301           share/extensions/ps2epsi.sh, src/extension/extension.cpp,
10302           src/extension/extension.h, src/extension/init.cpp,
10303           src/extension/implementation/implementation.cpp,
10304           src/extension/implementation/implementation.h,
10305           src/extension/implementation/script.cpp,
10306           src/extension/implementation/script.h,
10307           src/extension/internal/Makefile.am, src/extension/internal/eps-out.cpp,
10308           src/extension/internal/eps-out.h, src/extension/internal/ps.cpp:
10310           Okay, these are some changes that I've had in my directory for
10311           a little while.
10313           1) adding the basics of checking extensions.  This will allow
10314              them to remove themselves based on their dependencies failing.
10316           2) Adding the concepts of a 'helper extension' to scripts.  This
10317              allows them to use other extensions for handling the data, so
10318              they don't have to deal with SVG directly - Inkscape will
10319              build the pipeline.  An example of this is the epsi output.
10321           3) Adding the bounding box change provided by Carl Hetherington
10322              to the Postscript output.  The EPS output plugin sets this, so
10323              now EPSes have smaller bounding boxes.  A GUI needs to be
10324              written for this setting.
10326 2004-04-08  MenTaLguY <mental@rydia.net>
10328         * configure.in, src/svg/ftos.cpp: fix for OS X build
10330         * src/extensions/internal.ps.cpp: crash fix
10332 2004-04-07  MenTaLguY <mental@rydia.net>
10334         * src/xml/repr.cpp: adjusted the advertising comment in the default
10335           document template (we need a real default document template, btw)
10337         * src/svg/ftos.cpp, src/svg/itos.cpp, src/svg/round.cpp,
10338           src/svg/ftos.h, src/svg/stringstream.h: incorporated Bryce's number
10339           serializing code (disabled for now, due to the impending release)
10341         * src/dialogs/stroke-style.cpp, src/dialogs/sp-shape.cpp:
10342           nuked unused variables
10344 2004-04-07  bulia byak <bulia@users.sourceforge.net>
10346         * icons.svg: Alignment fix
10348         * src/select-toolbar.cpp: Swapped rotate buttons
10350         * share/tutorials/: Cleanup, added Russian translation of basic
10352         * extension/extension.cpp extension/system.cpp extension/internal/ps.cpp
10353         extension/implementation/script/cpp: Fixes to make non-ascii filenames work
10354 again
10356         * src/verbs.cpp: Remove xpm icon that causes trouble on win32
10358         * share/examples/: new gradient.svg, tiger.svgz, cleanup
10360         * src/widgets/gradient-vector.cpp: Crash fix: loading new gradient into the
10361         editor does not completely reset it
10363         * share/icons/icons.svg: New dialog icons, draw tool icons, changed colors
10365         * src/dialogs/align.cpp src/helper/bezier-utils.cpp: remove pjrm's debug
10366 output
10368         * share/tutorials/: SVG cleanup: remove unused font properties, wrong radius
10369         paths in ellipses (leftovers from old versions). Expanded & updated tips &
10370 tricks.
10372         * file.cpp: Set uri on save in one place; save 'offcially' from here only
10374         * system.cpp system.h: Remove redundant uri-setting on open and save, add
10375         official arg to sp_module_system_save to prevent docname/docbase changing on
10376         temporary saves
10378         * many files: _() fixes, edits in labels, messages, tooltips, mnemonics
10380         * src/inkscape.cpp: remove redundancy in error messages for failing to load
10381 prefs
10383         * share/extensions src/extension/internal: Renaming file formats to include
10384 (*.ext)
10386         * src/interface.cpp src/dialogs/filedialog.cpp: Transientize, make modal
10387         open/save dialogs, ditto for warning overwrite and make it unresizeable
10389         * src/dialogs/xml-tree.cpp: Do not deselect item on canvas when a
10390 non-selectable
10391         thing is highlighted in xml editor
10393         * src/sp-guide.cpp: Guide position updated after undo
10395         * src/widgets/sp-xmlview-attr-list.cpp: Max length of viewable attributes
10396         increased
10398         * many files: Adib's svgostringstream patches to remove printfs
10400         * src/selection-chemistry.cpp: Crash fix when pasting style to an object
10401 that
10402         has none (e.g. group)
10404         * src/knot.cpp: Knot dragging autoscrolls
10406         * src/sp-text.cpp src/text-context.cpp: Cursor movements autoscroll
10408         * src/desktop.h src/desktop.cpp: autoscrollspeed can be overridden in call
10410         sp_desktop_scroll_to_point
10412         * src/text-context.cpp src/sp-text.cpp: Text cursor made inverse. Initial
10413 cursor
10414         after click is no longer horizontal.
10416         * src/helper/sp-ctrlline.cpp: Always-visible inversion for ctrlline
10418         * src/libnrtype/nr-type-w32.cpp: Fix stretch and variant on win32
10420         * src/widgets/gradient-vector.cpp: Undo fix; new stop takes average of its
10421         neighbors' colors; is between stops even when the last stop is selected
10423 2004-04-06  Ted Gould <ted@gould.cx>
10425         * src/file.cpp, src/dialogs/filedialog.cpp, src/extension/extension.cpp,
10426         src/extension/system.cpp:
10427         Moving code around so that the filename extension gets put on by
10428         the extension that is saving the file.  This adds a couple complications
10429         in that the extension now needs to check for overwriting the file
10430         and also set the document URI.  Better overall, but a PITA.
10432 2004-04-05  njh <njh@mail.csse.monash.edu.au>
10434         * debian/rules,debian/control: applied patch from Kees Cook to remove
10435         obsolete libraries, and to tidy things up a tad.
10437 2004-04-04  Ted Gould <ted@gould.cx>
10439         * src/main.cpp, src/extension/extension.cpp, src/extension/system.cpp:
10440         Now the input autodetect will try the SVG filter if the autodetect
10441         fails.  This was done by the command line, but now it is done
10442         everywhere.
10444 2004-04-04  MenTaLguY <mental@rydia.net>
10446         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr.h:
10447         Take the full list of document node children from libxml, and
10448         append them in the correct order.  This fixes bug #929348.
10450         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr-private.h:
10451         Added API for coping with comments at the root level (i.e. siblings
10452         of the root XML node), and made corresponding changes to the repr-io
10453         code.  In theory this should be enough to preserve them upon loading,
10454         though in practice it still doesn't appear to be working (bug #929348).
10455         Is there some libxml thing we need to do?
10457 2004-04-04  Ted Gould <ted@gould.cx>
10459         * a bunch of files
10460         Sorry, I seem to be in some delay getting e-mail.  Anyway, a few
10461         files were changed to add in a new parameter 'dataloss'  Basically
10462         this signifies that a format was used to save that may not save
10463         the whole document and thus, a pop-up is elevated on close to signal
10464         that you might want to 'really save' this document.
10466 2004-04-03  Ted Gould <ted@gould.cx>
10468         * share/extensions/svgz_input.inkmod, src/file.cpp,
10469           src/extension/extension.cpp, src/extension/internal/svg.cpp:
10470         Making it so that input extensions can specify the output extension
10471         that gets used to save them.  If this field isn't filled in, the value
10472         gets set to NULL, and then the Save As dialog is used instead of
10473         just trying to save.
10475 2004-04-03  Ted Gould <ted@gould.cx>
10477         * src/file.cpp, src/main.cpp, src/extension/extension.cpp,
10478           src/extension/extension.h, src/extension/system.cpp,
10479           src/extension/internal/svg.cpp:
10480         Fixing the output_extension flag to not be saved in a file, but also
10481         to be able to be specified by the input module.  Also, this fixes
10482         the commandline processing of files to make them use the extension
10483         system.
10485 2004-04-02  Ted Gould <ted@gould.cx>
10487         * src/file.cpp, src/extension/db.cpp, src/extension/internal/svg.cpp:
10488         Changing it so that SVG documents open and default to with
10489         extension namespace.  Also, autodetect is reenabled.
10491 2004-04-03  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
10493         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Fix my
10494         previous commit.
10496 2004-04-02  Ted Gould <ted@gould.cx>
10498         * share/extensions/svgz_output.inkmod, src/main.cpp, src/print.cpp,
10499           src/extension/init.cpp, src/extension/implementation/script.cpp,
10500           src/extension/implementation/script.h,
10501           src/extension/internal/Makefile.am, src/extension/internal/ps-out.cpp,
10502           src/extension/internal/ps-out.h, src/extension/internal/ps.cpp:
10503         Fixing the commandline printing.  This required fixing both the
10504         print driver to handle the newer extensions stuff.  It seems
10505         happy now.  I went ahead and implemented save as postscript
10506         while I was at it.
10508 2004-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
10510         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Ensure that the
10511         "improved" value is never worse than the previous guess.
10513         * src/helper/bezier-utils.cpp:
10514         Greater CodingStyle conformance, mainly whitespace changes.
10516         * src/helper/bezier-utils.cpp (sp_bezier_fit_cubic_full):
10517         Always reparameterize between generate_bezier and calc_max_error.
10518         Switch from discouraged alloca (see man page) to g_new, at cost of
10519         some extra g_free calls in the code.
10520         (reparameterize): Do in-place modification.
10522         * src/helper/bezier-utils-test.cpp:
10523         Add tests for generate_bezier, sp_bezier_fit_cubic_full.
10524         Change to a simpler test bezier.
10526         * src/helper/bezier-utils.cpp (sp_darray_left_tangent,
10527         sp_darray_right_tangent):
10528         Switch to using just the two end points for calculating the gradient.
10529         (The old code could sometimes cause g_warning's.)
10530         Correct the documentation of requirements.
10531         (sp_darray_center_tangent): Similarly remove the #if'ed out code for
10532         looking at more than two points.
10534 See doc/Changelog_archive.txt for older entries
10536 # Local Variables:
10537 # tab-width:8
10538 # indent-tabs-mode:t
10539 # End:
10540 # vim: tabstop=4:noexpandtab:shiftwidth=4