Code

* po/pt_BR.po: Fix some "Unmatched closing </b>" warnings.
[inkscape.git] / ChangeLog
1 2006-05-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3         * po/pt_BR.po: Fix some "Unmatched closing </b>" warnings.
4         
5 2006-05-03  Carl Hetherington  <inkscape@carlh.net>
7         * src/arc-context.cpp, src/connector-context.cpp,
8         src/context-fns.cpp, src/desktop.cpp, src/draw-context.cpp,
9         src/nodepath.cpp, src/object-edit.cpp, src/pencil-context.cpp,
10         src/rect-context.cpp, src/selection-chemistry.cpp,
11         src/seltrans.cpp, src/snap.cpp, src/snap.h, src/sp-namedview.cpp,
12         src/sp-namedview.h, src/spiral-context.cpp, src/star-context.cpp,
13         src/ui/dialog/document-properties.cpp: Give SPNamedView a
14         SnapManager instance and use it for all management of snapping
15         settings.
17         * src/snap.cpp, src/snap.h: remove the unused namedview_dim_snap_list()
19 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
21         * src/Makefile.am, src/Makefile_insert, src/attributes-test.h,
22           src/color-profile-test.h, src/mod360-test.cpp, src/mod360-test.h,
23           src/round-test.cpp, src/round-test.h, src/sp-gradient-test.cpp,
24           src/sp-gradient-test.h, src/sp-style-elem-test.cpp,
25           src/sp-style-elem-test.h, src/style-test.h, src/test-helpers.h:
26           Replaced four more tests with CxxTest versions.
28 2006-05-01  MenTaLguY  <mental@rydia.net>
30         * src/display/nr-arena-item.cpp:
32           use GC allocator for bitmap cache and transform
34 2006-05-01  Marco Scholten  <mscholtn@xs4all.nl>
36         * src/dialogs/inkscape-preferences.cpp: Moved 'compass like
37     display of angles' from 'windows' to 'steps'.
39 2006-04-30  MenTaLguY  <mental@rydia.net>
41         * src/libnr/nr-object.cpp:
43           log finalization of NRObjects
45 2006-04-29  Jon Phillips  <jon@rejon.org>
47         * src/dialogs/rdf.cpp: Updated cc licenses to 2.5 by default.
49         * src/ui/dialog/document-metadata.cpp: Made metadata window
50         resizable so that one can see the licenses and enter long entries.
52 2006-04-29  MenTaLguY  <mental@rydia.net>
54         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp,
55           src/display/nr-arena-item.h, src/display/nr-arena-shape.cpp:
57           rationalize function names and remove spurious soft_ptr
59 2006-04-29  MenTaLguY  <mental@rydia.net>
61         * src/document.cpp:
62         
63           use proper unref function on SPRoot to avoid appearance of leak
65 2006-04-29  MenTaLguY  <mental@rydia.net>
67         * src/gc-anchored.cpp, src/xml/simple-node.cpp, src/sp-object.cpp:
69           switch everyone to simpler debug event API
71 2006-04-29  MenTaLguY  <mental@rydia.net>
73         * src/Makefile_insert, src/gc-finalized.cpp, src/gc-finalized.h:
75           add finalizer logging
77 2006-04-29  MenTaLguY  <mental@rydia.net>
79         * src/debug/simple-event.h: simplify the SimpleEvent API more
81 2006-04-29  MenTaLguY  <mental@rydia.net>
83         * src/debug/simple-event.h: make Debug::SimpleEvent more convenient
85         * src/debug/event.h, src/debug/logger.cpp: add FINALIZERS category
87 2006-04-29  MenTaLguY  <mental@rydia.net>
89         * src/debug/logger.cpp:
90         
91         finish interrupted refactoring of log filter configuration
93 2006-04-29  MenTaLguY  <mental@rydia.net>
95         * src/doc/Makefile.am, src/doc/refcounting.txt:
96         
97           some developer documentation about refcounting
99 2006-04-29  MenTaLguY  <mental@rydia.net>
101         * src/ui/view/view.cpp:
103           Wait a minute -- UI::View::View and SPDocument are both managed
104           by the collector -- the view doesn't need to ref the document!
106 2006-04-29  MenTaLguY  <mental@rydia.net>
108         * src/ui/view/view.cpp: add missing unref
110 2006-04-29  MenTaLguY  <mental@rydia.net>
112         * src/gc-anchored.cpp, src/gc-anchored.h:
114           added refcount logging to GC::Anchored
116         * src/util/Makefile_insert, src/util/format.h:
118           shared string printf
120 2006-04-28  MenTaLguY  <mental@rydia.net>
122     * src/sp-object.cpp: make refcount logging a little more useful
123           by including the relevent class name
125 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
127         * src/Makefile_insert, src/Makefile.am, src/dir-util-test.h,
128           src/dir-util-test.cpp, src/extract-uri-test.h,
129           src/extract-uri-test.cpp:
130           Replaced two tests with CxxTest versions.
132 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
134         * src/Makefile_insert, src/MultiPrinter.h, src/verbs.h,
135           src/verbs-test.h:
136           Adding unit test for verbs.
138 2006-04-27  verbalshadow <verbalshadow@gmail.com>
139         
140         * src/io/resource.h, src/io/resource.cpp, 
141           src/dialogs/swatches.cpp, src/helper/stock-items.cpp:
142           Added CREATE v0.1 support for gradients/swatches/patterns
143           Support for Linux & Win32. Mac support waiting final support
144           Directory info.
146 2006-04-26  Jon A. Cruz  <jon@joncruz.org>
148         * src/Makefile.am, src/MultiPrinter.h, src/PylogFormatter.h,
149           src/TRPIFormatter.h, src/selfname.tpl, src/libnr/Makefile_insert,
150           src/svg/Makefile_insert, src/xml/Makefile_insert:
151           Adding multiple test output formats.
153 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
155     * path-prefix.h:
156           Added beginnings of CREATE support in path-prefix.h
158 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
160     * src/object-ui.cpp, src/object-ui.h:
161           moved to src/ui/context-menu.cpp, src/ui/context-menu.h
162           to make it easier to find
164 2006-04-20  MenTaLguY  <mental@rydia.net>
166     * src/dyna-draw-context.cpp, src/dyna-draw-context.h:
167           remove unused timer code
169 2006-04-19 Andrius R. <knutux@gmail.com>
170         * src\display\nr-arena-item.cpp, src\display\canvas-arena.cpp,
171           src\display\nr-arena-shape.cpp, src\display\sp-canvas.h,
172           src\display\nr-arena.cpp, src\display\nr-arena-shape.h,
173           src\display\nr-arena-glyphs.cpp, src\display\nr-gradient-gpl.cpp,
174           src\display\sp-canvas.cpp, src\display\sp-ctrlline.cpp,
175           src\livarot\ShapeSweep.cpp, src\livarot\Shape.h, src\livarot\Shape.cpp,
176           src\livarot\Path.h, src\livarot\PathConversion.cpp,
177           src\livarot\ShapeMisc.cpp, src\livarot\Path.cpp, src\libnr\nr-pixblock.h,
178           src\libnr\nr-pixblock.cpp
180           Rendering optimisation, which gives best results for zoomed in drawings
181           with complex (multi-node) paths. Optimisation focus - eliminating cubicTo
182           and LineTo nodes outside of visible area, so no unneeded calculations is
183           needed and less memory is consumed (this avoids crashes which were
184           occurring previously if zooming into a complex drawing)
186 2006-04-18 njh <njh@njhurst.com>
187         * share/extensions/measure.inx, share/extensions/measure.py, share/extensions/Makefile.am
189           Added the measure extension that marks lengths onto paths.
191 2006-04-17  MenTaLguY  <mental@rydia.net>
193         * src/application/editor.cpp, src/arc-context.cpp, src/conn-avoid-ref.cpp,
194           src/connector-context.cpp, src/desktop-events.cpp, src/desktop-handles.h,
195           src/dialogs/clonetiler.cpp, src/dialogs/export.cpp,
196           src/dialogs/fill-style.cpp, src/dialogs/find.cpp,
197           src/dialogs/iconpreview.cpp, src/dialogs/item-properties.cpp,
198           src/dialogs/layer-properties.cpp, src/dialogs/object-properties.cpp,
199           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
200           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
201           src/dialogs/xml-tree.cpp, src/draw-anchor.cpp, src/draw-context.cpp,
202           src/dropper-context.cpp, src/dyna-draw-context.cpp,
203           src/event-context.cpp, src/extension/implementation/script.cpp,
204           src/file.cpp, src/gradient-context.cpp, src/gradient-drag.cpp,
205           src/helper/stock-items.cpp, src/inkscape.cpp, src/interface.cpp,
206           src/jabber_whiteboard/callbacks.cpp,
207           src/jabber_whiteboard/chat-handler.cpp,
208           src/jabber_whiteboard/message-processors.cpp,
209           src/jabber_whiteboard/message-queue.cpp,
210           src/jabber_whiteboard/session-manager.cpp, src/knot.cpp,
211           src/node-context.cpp, src/nodepath.cpp, src/object-ui.cpp,
212           src/path-chemistry.cpp, src/pencil-context.cpp, src/pen-context.cpp,
213           src/rect-context.cpp, src/rubberband.cpp, src/satisfied-guide-cns.cpp,
214           src/selcue.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
215           src/selection.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
216           src/spiral-context.cpp, src/splivarot.cpp, src/sp-namedview.cpp,
217           src/sp-text.cpp, src/star-context.cpp, src/text-chemistry.cpp,
218           src/text-context.cpp, src/tools-switch.cpp,
219           src/trace/potrace/inkscape-potrace.cpp, src/trace/trace.cpp,
220           src/ui/dialog/align-and-distribute.cpp, src/ui/dialog/dialog.cpp,
221           src/ui/dialog/document-metadata.cpp,
222           src/ui/dialog/document-properties.cpp,
223           src/ui/dialog/inkscape-preferences.cpp,
224           src/ui/dialog/session-player.cpp, src/ui/dialog/transformation.cpp,
225           src/ui/widget/color-picker.cpp, src/ui/widget/page-sizer.cpp,
226           src/ui/widget/registered-widget.cpp, src/ui/widget/ruler.cpp,
227           src/ui/widget/selected-style.cpp, src/ui/widget/tolerance-slider.cpp,
228           src/verbs.cpp, src/widgets/gradient-toolbar.cpp,
229           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
230           src/widgets/sp-xmlview-content.cpp, src/widgets/toolbox.cpp:
232           Get rid of the SP_DT_* macros which do nothing more than provide
233           additional, confusing, names for other functions.  If shorter names
234           are desired, the actual functions should be renamed -- or better, made
235           into member functions.
237 2006-04-09  Jon A. Cruz  <jon@joncruz.org>
239         * share/icons/icons.svg: Fixed jumping eye (layer visibility).
241 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
243         * po/eu.po: Fix a "Unmatched closing </b>" warnings.
245 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
247         * src/widgets/paint-selector.cpp, src/widgets/gradient-toolbar.cpp,
248           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp,
249           src/dialogs/clonetiler.cpp, src/dialogs/object-properties.cpp:
251           Shrunk a few icon sizes.
253 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
255         * src/widgets/desktop-widget.cpp, src/widgets/icon.cpp,
256           src/widgets/layer-selector.cpp:
258           Added implementation of smaller icon size.
260 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
262         * src/color-profile.cpp, src/sp-image.cpp:
264           Simple debugging #ifdefs added.
266 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
268         * src/interface.cpp, src/dialogs/clonetiler.cpp,
269           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
270           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
271           src/dialogs/xml-tree.cpp, src/ui/dialog/align-and-distribute.cpp,
272           src/ui/widget/labelled.cpp, src/widgets/button.cpp,
273           src/widgets/button.h, src/widgets/desktop-widget.cpp,
274           src/widgets/gradient-toolbar.cpp, src/widgets/icon.cpp,
275           src/widgets/icon.h, src/widgets/layer-selector.cpp,
276           src/widgets/paint-selector.cpp, src/widgets/select-toolbar.cpp,
277           src/widgets/toolbox.cpp, src/widgets/toolbox.h, src/icon-size.h:
279           Decoupling from direct use of GtkIconSize to allow for smaller
280           custom ones.
282 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
284         * src/Makefile_insert, src/Makefile.am, src/color-profile.cpp
285           src/color-profile.h, src/color-profile-fns.h,
286           src/color-profile-test.h, src/sp-image.cpp:
288           Adding rendering-intent to <color-profile>.
290 2006-04-05  MenTaLguY  <mental@rydia.net>
292         * configure.ac, share/keyboards/.cvsignore, share/keyboards/Makefile.am,
293           share/keyboards/README, share/keys/.cvsignore, share/keys/Makefile.am,
294           share/keys/Makefile.in, share/Makefile.am:
296           share/keyboards -> share/keys
298         * share/keys/Makefile.am, share/keys/default.xml, src/Makefile_insert,
299           src/shortcuts.cpp, src/shortcuts-default-xml.cpp:
301           first shot at configurable keymaps
303 2006-04-05  MenTaLguY  <mental@rydia.net>
305         * src/io/Makefile_insert, src/io/resource.cpp, src/io/resource.h:
307           introduce uniform resource path API to replace copy-and-pasted hacks
309 2006-04-05  Jon A. Cruz  <jon@joncruz.org>
311         * src/svg/svg-color-test.h, src/svg/svg-color.cpp:
313           Tuned icc-color() parsing.
315 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
317         * src/color-profile.h, src/color-profile.cpp,
318           src/color-profile-fns.h, src/sp-image.h, src/sp-image.cpp:
320           Initial support of color-profile on <image> elements.
322 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
324         * src/color-profile.h, src/color-profile.cpp,
325           src/color-profile-fns.h, src/Makefile_insert, src/attributes.cpp,
326           src/attributes.h, src/sp-object-repr.cpp:
328           Adding support for <color-profile> element.
330 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
332         * src/knot.h: Fixed warning messages.
334 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
336         * src/ui/widget/selected-style.cpp:
338           Safety check for null pointer.
339         
340 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
342         * configure.ac, src/interface.cpp, src/dialogs/swatches.cpp:
344           Introducing optional LittleCms use.
345         
346 2006-03-31  MenTaLguY  <mental@rydia.net>
348     * src/dyna-draw-context.cpp, src/dyna-draw-context.cpp:
350           merge ::dragging and ::dynahand
352 2006-03-31  MenTaLguY  <mental@rydia.net>
354     * src/dyna-draw-context.h: add documentation
356 2006-03-29  Andrius R. <knutux@gmail.com>
358         * src/enums.h, src/selection-chemistry.cpp,
359           src/selection.h, src/selection.cpp,
360           src/ui/dialog/inkscape-preferences.cpp,
361           src/ui/dialog/inkscape-preferences.h:
363           patch #1450307 - option for select all to work in layer with it's sub-layers
365 2006-03-29  Andrius R. <knutux@gmail.com>
367         * po/lt.po: Translated and added new language - Lithuanian.
369 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
371         * src/interface.cpp, src/dialogs/swatches.cpp:
373           Fixing name of temporary non-standard tag attributes.
374         
375 2006-03-28  MenTaLguY  <mental@rydia.net>
377     * src/layer-manager.cpp, src/layer-manager.h: draft of layer manager
379 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
381         * src/interface.cpp, src/dialogs/eek-color-def.h,
382           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
383           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
385           Changed objects to only get liked to "linkable" colors.
386         
387 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
389         * src/interface.cpp, src/dialogs/swatches.cpp:
391           Objects now change when linked colors change.
392         
393 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
395         * src/dialogs/eek-color-def.h, src/dialogs/eek-color-def.cpp,
396           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
397           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
399           Experimenting with linked colors.
400         
401 2006-03-26  Aaron C. Spike  <aaron@ekips.org>
403         * inkscape.pod, src/main.cpp:
405           Added --export-area-canvas (-C). Area specifying options
406           (--export-area, --export-area-canvas and --export-area-drawing)
407           can now be used in combination with --export-id.
409 2006-03-23  Jon A. Cruz  <jon@joncruz.org>
411         * src/dialogs/eek-color-def.cpp, src/dialogs/eek-color-def.h,
412           src/dialogs/Makefile_insert, src/dialogs/swatches.h,
413           src/dialogs/swatches.cpp:
415           Bringing in new color class.
416         
417 2006-03-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
419         * packaging/macosx/Resources/bin/inkscape: Fix a packaging
420           problem on Mac OSX where Inkscape wouldn't open if one of the
421           parent directories containing the app bundle contained a '#' in
422           its name.  Fixes bug #1443072.
424 2006-03-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
426         * share/icons/Makefile.am: Update a makefile after the icon file
427           renaming.
429 2005-03-14  MenTaLguY  <mental@rydia.net>
431         * src/layer-fns.h, src/dialogs/layer-properties.cpp,
432           src/dialogs/layer-properties.h, src/layer-fns.cpp:
434           merged patch #1447043 from Andrius "knutux" R. to create sub-layers
436 2006-03-14  MenTaLguY  <mental@rydia.net>
438         * src/Makefile_insert, src/display/nr-arena-item.cpp,
439           src/display/nr-arena-item.cpp, src/gc-finalized.h, src/gc-managed.h,
440           src/gc-soft-ptr.h, src/selection.h, src/selection.cpp:
442           Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
444 2006-03-14  MenTaLguY  <mental@rydia.net>
446         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
447           src/debug/logger.cpp, src/debug/simple-event.h,
448           src/debug/sysv-heap.h, src/jabber_whiteboard/deserializer.cpp,
449           src/jabber_whiteboard/message-utilities.cpp,
450           src/jabber_whiteboard/message-utilities.h,
451           src/jabber_whiteboard/node-tracker-observer.h,
452           src/jabber_whiteboard/serializer.cpp,
453           src/jabber_whiteboard/serializer.h,
454           src/sp-object.cpp, src/util/share.cpp, src/util/share.h,
455           src/xml/attribute-record.h, src/xml/comment-node.h,
456           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
457           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
458           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr-io.cpp,
459           src/xml/simple-node.cpp, src/xml/simple-node.h,
460           src/xml/simple-session.cpp, src/xml/simple-session.h,
461           src/xml/text-node.h:
463           shared_ptr -> ptr_shared
465 2006-03-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
467         * src/svg/svg-color.cpp (sp_svg_write_color): More readable colour
468           names when possible: e.g. `red', `#cfc'.
470 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
472         * src/interface.cpp:
474           Shift-drop now sets stroke on target objects.
475         
476 2006-03-11  MenTaLguY  <mental@rydia.net>
478         * src/sp-object.cpp: experiment to verify that we can safely release
479           before removing object from document tree
481 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
483         * src/dialogs/swatches.cpp:
485           Changed color dragging to have a color preview.
486         
487 2006-03-09  Jon A. Cruz  <jon@joncruz.org>
489         * src/interface.cpp:
491           Initial cut of color drag-n-drop to items on canvas.
492         
493 2006-03-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
495         * src/path-chemistry.cpp (sp_selected_path_reverse):
496           Fix when multiple paths are selected.
497           Also fix a small memory leak.
499 2006-03-06  MenTaLguY  <mental@rydia.net>
501         * src/document-subset.h, src/document-subset.cpp:
502           add DocumentSubset::_clear
504 2006-03-05  MenTaLguY  <mental@rydia.net>
506         * src/document-subset.h, src/document-subset.cpp:
507           remove unneeded document parameter from constructor
509 2006-03-05  MenTaLguY  <mental@rydia.net>
511         * src/document-subset.cpp:
513           Wire up new SPObject signal to DocumentSubset, so order changes
514           will be reflected in the subset.
516 2006-03-05  MenTaLguY  <mental@rydia.net>
518         * src/sp-object.h, src/sp-object.cpp:
520           Add signal for notification of object position changes.
522 2006-03-05  MenTaLguY  <mental@rydia.net>
524         * src/Makefile_insert, src/document-subset.cpp, src/document-subset.h:
526           Add DocumentSubset as groundwork for layers.
528 2006-03-04  Jon A. Cruz  <jon@joncruz.org>
529         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
531           Style minibar now only accepts color drag-n-drop when not N/A.
532           Final tweak for completing RFE #1429027.
533         
534 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
535         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
537           Made the style minibar a target for color drag-n-drop.
538         
539 2006-03-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
541         * src/conn-avoid-ref.cpp, src/libavoid/connector.h,
542           src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
543           src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
544           src/libavoid/connector.cpp, src/libavoid/debug.h:
546           Some speed improvements and interface cleanups to libavoid.
548 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
549         * src/dialogs/swatches.cpp:
551           Fixed drag-n-drop out of color to match GTK+ standard.
552         
553 2006-02-27  Jon A. Cruz  <jon@joncruz.org>
554         * src/dialogs/swatches.cpp, src/ui/previewfillable.h,
555           src/ui/previewholder.h, src/ui/previewholder.cpp:
557           Finished cleanup of embedded swatches when switching palettes.
558         
559 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
560         * src/dialogs/swatches.cpp, src/ui/previewholder.h,
561           src/ui/previewholder.cpp:
563           Changing embedded swatches resizing.
564         
565 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
566         * src/text-context.cpp:
568           Allow Private Use Area characters. Fixes bug #1439016.
569         
570 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
571         * src/dialogs/swatches.cpp, src/dialogs/iconpreview.cpp,
572           src/ui/widget/panel.cpp, src/ui/widget/panel.h:
574           Refactoring panel containment. Purged ugly 'X'.
575         
576 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
577         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
578           src/dialogs/swatches.h, src/ui/widget/panel.cpp,
579           src/ui/widget/panel.h, src/ui/previewholder.cpp,
580           src/ui/previewholder.h:
582           Adding spacer to get swatches scrollbar enough room to move.
583           Tuning up API for better embedding.
585 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
586         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
587           src/dialogs/swatches.h, src/ui/previewholder.cpp, 
588           src/ui/previewfillable.h, src/ui/previewholder.h:
590           Removed horizontal scroll bar from swatches when embedded.
592 2006-02-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
594         *  src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, 
595            src/connector-context.cpp, src/conn-avoid-ref.cpp:
597         Keep a seperate connector router for each document.
598            
599         *  src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
600            src/libavoid/connector.h, src/libavoid/debug.h,
601            src/libavoid/geometry.cpp, src/libavoid/geometry.h,
602            src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
603            src/libavoid/graph.h, src/libavoid/incremental.cpp,
604            src/libavoid/incremental.h, src/libavoid/libavoid.h,
605            src/libavoid/makepath.cpp, src/libavoid/makepath.h,
606            src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
607            src/libavoid/router.cpp, src/libavoid/router.h,
608            src/libavoid/shape.cpp, src/libavoid/shape.h,
609            src/libavoid/static.cpp, src/libavoid/static.h,
610            src/libavoid/timer.cpp, src/libavoid/timer.h,
611            src/libavoid/vertices.cpp, src/libavoid/vertices.h,
612            src/libavoid/visibility.cpp, src/libavoid/visibility.h:
613            
614         Upstream changes to libavoid that allow multiple connector 
615         router instances, as well a few other minor bugfixes.
617 2006-02-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
619         * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
620         
621         Revert a previous change that generated enter events for canvas items
622         other than the current one when mouse buttons were depressed.  These 
623         events are now only generated in the connector context, where they are
624         required.
626 2006-02-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
628         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
629           src/conn-avoid-ref.h, src/libavoid/connector.cpp,
630           src/libavoid/connector.h:
631           
632         Change the behaviour and naming of some connector querying code
633         after feedback from Tim Dwyer in implementing graph drawing
634         functionality.
636 2006-02-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
638         * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:
639           Fix two bugs from my commit yesterday.
641 2006-02-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
643         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,
644           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
645           src/libavoid/connector.cpp, src/libavoid/connector.h,
646           src/libavoid/visibility.cpp:
648         Add some code to allow querying of items and connectors to find
649         out what is attached to them.  This will allow graph layout
650         algorithms (currently being worked on by Tim Dwyer) to determine 
651         a graph structure from the diagram.
653 2006-02-07  MenTaLguY  <mental@rydia.net>
655         * src/widgets/icon.cpp: get rid of icon prerender time messages
657 2006-02-07  MenTaLguY  <mental@rydia.net>
659         * src/debug/gc-heap.h, src/debug/logger.cpp, src/debug/sysv-heap.h,
660           src/jabber_whiteboard/deserializer.cpp, src/sp-object.cpp,
661           src/util/share.h, src/xml/simple-node.cpp:
663           share_static -> share_static_string
665 2006-02-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
667         * src/jabber_whiteboard/message-utilities.h,
668           src/jabber_whiteboard/serializer.cpp,
669           src/jabber_whiteboard/deserializer.cpp,
670           src/jabber_whiteboard/message-utilities.cpp,
671           src/ui/dialog/whiteboard-connect.cpp:
672         
673         Some fixes to allow the codebase to compile with Inkboard support
674         after the recent Util::shared_ptr<> and Dialog::present() changes.
676 2006-02-05  Marco Scholten  <mscholtn@xs4all.nl>
678         * src/verbs.cpp: updated to make double clicking a tool button
679           open the new preferences dialog.
680         * src/ui/dialog/inkscape-preferences.cpp: updated to enable opening
681           the dialog on the correct page.
682         * src/ui/dialog/dialog.cpp: added virtual void present() so that
683           InkscapePreferences::present() will be called from 
684           DialogManager::showDialog()
686 2006-02-05  MenTaLguY  <mental@rydia.net>
688         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
689           src/debug/logger.cpp, src/debug/simple-event.h, src/debug/sysv-heap.h,
690           src/jabber_whiteboard/deserializer.cpp,
691           src/jabber_whiteboard/message-utilities.cpp,
692           src/jabber_whiteboard/message-utilities.h,
693           src/jabber_whiteboard/node-tracker-observer.h,
694           src/jabber_whiteboard/node-utilities.cpp,
695           src/jabber_whiteboard/serializer.cpp,
696           src/jabber_whiteboard/serializer.h,
697           src/sp-object.cpp, src/util/Makefile_insert, src/util/share.cpp,
698           src/util/shared-c-string-ptr.cpp, src/util/shared-c-string-ptr.h,
699           src/util/share.h, src/xml/attribute-record.h, src/xml/comment-node.h,
700           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
701           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
702           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr.cpp,
703           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h,
704           src/xml/simple-session.cpp, src/xml/simple-session.h,
705           src/xml/text-node.h:
707           replace Util::SharedCStringPtr with the nicer and more general
708           Util::shared_ptr<>
710 2006-02-03  Jon Phillips  <jon@rejon.org>
712         * src/verbs.cpp: Added "..." to "Trace Bitmap" text. Yes, what a
713         simple and dumb thing to add for consistency.
715 2006-01-24  Michael Wybrow  <mjwybrow@users.sourceforge.net>
717         * src/libavoid/connector.cpp, src/libavoid/connector.h, 
718           src/libavoid/shape.cpp, src/libavoid/graph.cpp,
719           src/libavoid/incremental.cpp, src/libavoid/incremental.h,
720           src/libavoid/static.cpp, src/libavoid/visibility.cpp, 
721           src/libavoid/makepath.cpp:
723         Some minor upstream libavoid fixes.  
725 2006-01-23  Carl Hetherington  <inkscape@carlh.net>
727         * src/selection.cpp: fix a typo in one of my previous commits.
728         Closes #1401357.
730         * src/xml/repr-io.cpp: catch failures in fopen of XML files.
731         Closes #1374551.
733 2006-01-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
735         * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
736           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
737           src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
738           src/attributes-test.cpp:
740         Added a "Spacing" control to the connector toolbar which allows
741         the user to adjust the amount of space left around avoided shapes
742         for the purpose of determining auto-routing connector paths.
744 2006-01-17  Marco Scholten  <mscholtn@xs4all.nl>
746         * /src/ui/dialog/inkscape-preferences.cpp:
747           Added style swatches,
748           Changed Gtk::Requisition Gtk::Widget::size_request() to       
749           void Gtk::Widget::size_request(const Requisition& requisition)        
750         * /src/ui/dialog/preferences-widget.cpp & .h:
751           Added DialogPage::set_tip()
753 2006-01-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
755         * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
756           Use a modified fonts.conf file for Mac OS X that includes the 
757           standard user font directory ~/Library/Fonts.
759 2006-01-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
761         * src/svg/Makefile_insert: Updated to reflect a previous header
762           file renaming.
764 2006-01-12  Marco Scholten  <mscholtn@xs4all.nl>
766         * /src/ui/dialog/inkscape-preferences.cpp & .h:
767           Converted preferences dialog to gtkmm
768         * src/ui/widget/preferences-widget.cpp & .h:
769           New files.
770         * src/verbs.cpp: updated to start new dialog.
772 2006-01-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
774         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
775           src/extension/internal/svg.cpp, src/ui/widget/ruler.cpp:
776           Fix some compilation problems on Mac OS X after recent
777           includes cleanup.
779 2006-01-05  Jon A. Cruz  <jon@joncruz.org>
781         * src/widgets/desktop-widget.cpp:
782           Corrected resize behavior of canvas/swatches split.
784 2006-01-06  Mathieu Dimanche  <mdimanche@free.fr>
786         * src/util/units.cpp: forcin 'C' locale for reading units.txt file
787            Fixes bug #1391348.
789 2006-01-05  MenTaLguY  <mental@rydia.net>
791         * src/libnr/nr-maybe.h: fix constness/local reference issues
793 2006-01-04  MenTaLguY  <mental@rydia.net>
795         * src/Makefile_insert, src/shortcuts-default-xml.cpp,
796           src/shortcuts.cpp, src/shortcuts.xml:
798           Moved default shortcuts XML file into a string constant (for now);
799           replaced hard-coded structure with code to read XML file.
801 2006-01-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
803         * src/extension/internal/ps.cpp (setup): Clarify the meaning of
804           `Print destination', mentioning the new possibility of leaving
805           as empty.
806         * (PrintPS::begin) If print destination is an empty string, then
807           don't pass `-P %s' to lpr: just let lpr use its default.
808         * (PrintPS::init) Change default print destination from `lp' to empty
809           string.
811 2006-01-04  Jon A. Cruz  <jon@joncruz.org>
813         * src/widgets/desktop-widget.cpp:
814           Adding split pane for swatches.
816 2006-01-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
818         * src/libavoid/visibility.cpp: Add operator!= for the EdgePair class.
819           This is needed to compile on Tru64 UNIX.  Fixes bug #1386755.
821 2005-12-30  Josh Andler  <scislac@users.sf.net>
823         * src/ui/widget/selected-style.cpp, src/ui/widget/selected-style.h
824           Added "invert" function to right-click menu of style selector.
826 2005-12-22  Jon A. Cruz  <jon@joncruz.org>
828         * share/palettes/Tango-Palette.gpl:
829           Updated to newer version from the Tango project.
831 2005-12-21  Jon A. Cruz  <jon@joncruz.org>
833         * src/interface.cpp, src/preferences-skeleton.h,
834           src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
835           Adding panels/swatches to main UI.
837 2005-11-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
839         * src/removeoverlap/*.{cpp,h}: Bug fix in removeoverlap algorithm that
840           should finally get timestamps working properly.  Specifically, heap
841           timestamps are now refreshed before a merge.
843 2005-12-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
845         * src/sp-conn-end.cpp, src/connector-context.cpp: Have connectors
846           draw to the correct position on shape bounding boxes.  Previously
847           the point where connectors were drawn was on straight line between
848           the two endpoints.  These points now lie on the line between the 
849           second last point on the polyline and the center of the shape.
850           
851         * src/display/curve.cpp, src/display/curve.hpp: Added a couple of 
852           functions that return the second and second-last points in a curve.
854         * src/removeoverlap/generate-constraints.cpp: Moved the 
855           #include "isnan.h" to be the final include.  This fixes a
856           compilation error on OS X.
858 2005-12-16  Carl Hetherington  <inkscape@carlh.net>
860         * src/conn-avoid-ref.cpp, sp-conn-end-pair.cpp, sp-conn-end.cpp,
861         sp-item.cpp, sp-shape.cpp, dialogs/clonetiler.cpp,
862         dialogs/stroke-style.cpp, dialogs/tiledialog.cpp,
863         dialogs/unclump.cpp, display/nr-arena-shape.cpp,
864         display/nr-arena-shape.h, widgets/icon.cpp: more NRRect removal.
866         * src/desktop.cpp, src/desktop.h, src/dyna-draw-context.cpp,
867         src/selection-chemistry.cpp, src/sp-namedview.cpp, src/verbs.cpp,
868         src/display/sp-canvas.cpp, src/display/sp-canvas.h,
869         src/ui/view/edit-widget.cpp, src/ui/widget/zoom-status.cpp,
870         src/widgets/desktop-widget.cpp: more NRRect removals and cleanups.
872         * src/grid-snapper.cpp: snap only to visible grid lines (patch
873         from mtou).
875 2005-12-15  Carl Hetherington  <inkscape@carlh.net>
877         * src/conn-avoid-ref.cpp, src/gradient-chemistry.cpp,
878         src/sp-conn-end.cpp, src/sp-item.{cpp,h}: NR::Rect version of
879         sp_item_invoke_bbox (SPItem::invokeBbox).  Use it in some places.
881 2005-12-14  Carl Hetherington  <inkscape@carlh.net>
883         * src/dyna-draw-context.cpp, src/gradient-context.cpp,
884         src/selection.h, src/sp-flowtext.cpp, src/sp-item.cpp,
885         src/sp-item.h, src/sp-shape.cpp, src/sp-text.cpp,
886         src/dialogs/layer-properties.cpp,
887         src/extension/internal/bluredge.cpp,
888         src/extension/internal/grid.cpp, src/ui/dialog/transformation.cpp,
889         src/widgets/desktop-widget.cpp: remove NRMatrix version of
890         sp_item_i2d_affine().  Some include file adjustments.
892         * src/arc-context.cpp: some very minor cleanups.
894         * src/svg/svg-length.{cpp,h}, src/helper/units.cpp: use INCH
895         rather than IN to avoid breaking the compile on some systems.
897 2005-12-13  Carl Hetherington  <inkscape@carlh.net>
899         * src/arc-context.cpp, src/connector-context.cpp,
900         src/context-fns.cpp, src/desktop-affine.cpp, src/desktop-affine.h,
901         src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
902         src/draw-anchor.cpp src/dropper-context.cpp,
903         src/dyna-draw-context.cpp, src/event-context.cpp
904         src/gradient-context.cpp, src/knot.cpp, src/node-context.cpp,
905         src/object-snapper.cpp src/pen-context.cpp,
906         src/pencil-context.cpp, src/rect-context.cpp
907         src/select-context.cpp, src/selection-chemistry.cpp,
908         src/sp-item.cpp, src/sp-item.h src/spiral-context.cpp,
909         src/star-context.cpp, src/text-context.cpp src/zoom-context.cpp,
910         src/ui/widget/ruler.cpp: make desktop's transforms private
911         members.
913         * src/document.cpp, src/object-edit.cpp, src/sp-ellipse.cpp,
914         src/sp-ellipse.h, src/sp-gradient.cpp, src/sp-image.cpp,
915         src/sp-image.h, src/sp-line.cpp, src/sp-line.h,
916         src/sp-linear-gradient.h, src/sp-marker.cpp, src/sp-marker.h,
917         src/sp-pattern.cpp, src/sp-pattern.h, src/sp-radial-gradient.h,
918         src/sp-rect.cpp, src/sp-rect.h, src/sp-root.cpp, src/sp-root.h,
919         src/sp-star.cpp, src/sp-symbol.h, src/sp-text.cpp,
920         src/sp-textpath.h, src/sp-tspan.cpp, src/sp-use.cpp, src/sp-use.h,
921         src/text-tag-attributes.h, src/helper/units.cpp,
922         src/helper/units.h, src/libnrtype/Layout-TNG-Compute.cpp,
923         src/libnrtype/Layout-TNG-Input.cpp,
924         src/libnrtype/Layout-TNG-OutIter.cpp,
925         src/libnrtype/Layout-TNG-Output.cpp, src/libnrtype/Layout-TNG.h,
926         src/libnrtype/TextWrapper.cpp, src/svg/svg-length.cpp,
927         src/svg/svg.h: partial C++-ificiation of SPSVGLength.  Rename it
928         to SVGLength.
930 2005-12-13  Mathieu Dimanche <mdimanche@free.fr>
932         * src/snapped-point.{cpp,h} : new files.
934         * src/Makefile_insert : Added the new files
936         * src/arc-context.cpp, src/connector-context.cpp,
937         src/context-fns.cpp, src/draw-context.cpp, src/nodepath.cpp,
938         src/object-edit.cpp, src/pencil-context.cpp,
939         src/selection-chemistry.cpp, src/seltrans.cpp, src/snap.cpp,
940         src/spiral-context.cpp, src/star-context.cpp,
941         src/line-snapper.cpp, src/line-snapper.h, src/object-snapper.cpp,
942         src/object-snapper.h src/snapper.cpp, src/snapper.h,
943         src/event-context.cpp, src/rect-context.cpp,
944         src/select-context.cpp : Use SnappedPoint class
946         * src/color-rgba.h : Added rgba32 unsigned int handling and
947         "inverse" members (NEED TO BE TESTED)
949 2005-12-12  MenTaLguY  <mental@rydia.net>
951         * src/widgets/desktop-widget.cpp: moved some widgets into statusbar
952           widget for more aesthetic appearance
954 2005-12-12  Carl Hetherington <inkscape@carlh.net>
956         * src/arc-context.cpp: minor cleanups.  Use SnapManager more.  Use
957         Inkscape::setup_for_drag_start.
959         * src/connector-context.cpp, src/draw-context.cpp,
960         src/object-edit.cpp, src/pencil-context.cpp, src/rect-context.cpp,
961         src/spiral-context.cpp, src/star-context.cpp: use SnapManager.
963         * src/rect-context.cpp, src/spiral-context.cpp,
964         src/star-context.cpp: use Inkscape::setup_for_drag_start().
966         * src/snapper.{cpp,h}: simplify snap point types code.
968         * src/context-fns.{cpp,h}: add setup_for_drag_start().
970         * src/dyna-draw-context.cpp: remove unused and erroneous snapping code.
972         * src/pen-context.cpp: remove unused variable.
974         * src/draw-context.cpp: use SnapManager.
976         * src/nodepath.cpp: const fixes.  Use SnapManager.
978         * src/selection-chemistry.cpp, src/seltrans.cpp: some cleanups.
979         Use new snap API.
981         * src/snap.{cpp,h}: remove some dead code.
983         * src/sp-item.{cpp,h}, src/node-context.cpp, src/draw-context.cpp:
984         remove an unnecessary parameter from sp_item_dt2i_affine().
986 2005-12-09  Carl Hetherington <inkscape@carlh.net>
988         * src/object-snapper.cpp: make node snapping work again.
990         * src/star-context.cpp: use SnapManager.  Some other minor cleanups.
992         * src/arc-context.cpp, src/connector-context.cpp,
993         src/dyna-draw-context.cpp, src/pen-context.cpp,
994         src/pencil-context.cpp, src/rect-context.cpp,
995         src/selection-chemistry.cpp, src/spiral-context.cpp,
996         src/star-context.cpp, src/text-context.cpp: use
997         Inkscape::have_viable_layer.
999         * src/context-fns.{cpp,h}: new files.
1001         * src/arc-context.cpp, src/context-fns.{cpp,h},
1002         src/rect-context.cpp: abstract common code into context-fns and
1003         clean it up a bit.
1005 2005-12-08  Carl Hetherington <inkscape@carlh.net>
1007         * src/grid-snapper.cpp, src/guide-snapper.cpp, src/line-snapper.h:
1008         coding style.  Change how lines are defined.
1010         * src/grid-snapper.h, src/guide-snapper.h: coding style.
1012         * src/line-snapper.cpp, src/object-snapper.{cpp,h}: Coding style.
1013         Various cleanups.  Small API changes.
1015         * src/snap.cpp: changes to Snapper API.  Added work-in-progress SnapManager.
1017         * src/snapper.{cpp,h}: API cleanups.
1019         * src/sp-namedview.{cpp,h}: added getSnappers().
1021         * src/seltrans.cpp: Cleanup and fix moveTo().  Go back to snapping
1022         to snap points rather than the convex hull, at least for a bit.
1024 2005-12-07  Carl Hetherington <inkscape@carlh.net>
1026         * src/libnr/nr-convex-hull.h: remove unnecessary includes.
1028         * src/line-snapper.{cpp,h}, src/object-snapper.{cpp,h},
1029         src/attributes.{cpp,h}, src/desktop.cpp, src/dyna-draw-context.cpp
1030         src/arc-context.cpp, src/grid-snapper.h, src/nodepath.cpp,
1031         src/rect-context.cpp, src/selection-chemistry.cpp,
1032         src/seltrans.cpp, src/snap.{cpp,h}, src/snapper.{cpp,h},
1033         src/sp-namedview.{cpp,h}, src/spiral-context.cpp,
1034         src/star-context.cpp, src/dialogs/desktop-properties.{cpp,h},
1035         src/Makefile_insert: first cut of object snapping.
1037         * src/grid-snapper.cpp, src/guide-snapper.{cpp,h}: use Inkscape namespace.
1039 2005-12-06  Carl Hetherington <inkscape@carlh.net>
1041         * src/libnr/nr-maybe.h: add missing public: to class IsNot.
1043         * src/splivarot.{cpp,h}: declare some more functions.  Fix
1044         get_nearest_position_on_Path to not crash if you call it with an
1045         Item that isn't Shape or Text.
1047         * src/node-context.cpp: adapt for changes in splivarot.{cpp,h}.
1049         * src/nodepath.cpp: remove declaration of a function now declared
1050         in splivarot.h.
1052 2005-12-05  Carl Hetherington <inkscape@carlh.net>
1054         * src/desktop.cpp, src/tools-switch.cpp,
1055         src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp:
1056         re-jig #includes slightly.
1058         * src/seltrans.{cpp,h}, src/selcue.{cpp,h}: C++-ification and cleanup.
1060         * src/select-context.{cpp,h}, src/seltrans-handles.h: adapt for
1061         changes to SelTrans.
1063         * src/event-context.{cpp,h}: adapt for changes to SelCue.
1065         * src/rect-context.cpp, src/gradient-context.cpp: remove unnecessary include.
1067         * src/connector-context.h, src/draw-context.h: add a forward
1068         declaration.
1070         * src/dropper-context.{cpp,h}: remove an unused variable and its
1071         associated includes.
1073         * src/main.cpp: fix comment for renamed SPSelCue.
1075         * src/dialogs/display-settings.cpp: adapt for slightly re-jigged SelCue.
1077 2005-12-04  Ted Gould  <ted@gould.cx>
1079         * po/POTFILES.in:
1081         Adding the .inx files as [type: gettext/xml] so that they will get
1082         translated.  Good stuff.
1084         * share/extensions/addnodes.inx, share/extensions/ai_input.inx,
1085         share/extensions/ai_output.inx, share/extensions/bluredge.inx,
1086         share/extensions/dia.inx, share/extensions/dots.inx,
1087         share/extensions/dropshadow.inx, share/extensions/dxf_input.inx,
1088         share/extensions/dxf_output.inx, share/extensions/embedimage.inx,
1089         share/extensions/eps_input.inx, share/extensions/epsi_output.inx,
1090         share/extensions/ffmet.inx, share/extensions/ffms.inx,
1091         share/extensions/ffset.inx, share/extensions/ffss.inx,
1092         share/extensions/gimpgrad.inx, share/extensions/grid.inx,
1093         share/extensions/handles.inx, share/extensions/interp.inx,
1094         share/extensions/kochify.inx, share/extensions/kochify_load.inx,
1095         share/extensions/lindenmayer.inx, share/extensions/motion.inx,
1096         share/extensions/pdf_output.inx, share/extensions/ps_input.inx,
1097         share/extensions/radiusrand.inx, share/extensions/randompnt.inx,
1098         share/extensions/randompos.inx, share/extensions/rtree.inx,
1099         share/extensions/sk_input.inx, share/extensions/straightseg.inx,
1100         share/extensions/summersnight.inx, share/extensions/svgz_input.inx,
1101         share/extensions/svgz_output.inx, share/extensions/txt2svg.inx,
1102         share/extensions/wavy.inx, share/extensions/whirl.inx,
1103         share/extensions/wmf_input.inx:
1105         Marking the user visible strings as translatable.
1107         * src/extension/dependency.cpp, src/extension/extension.cpp,
1108         src/extension/init.cpp, src/extension/input.cpp, src/extension/output.cpp,
1109         src/extension/parameter.cpp:
1111         Changed to handle translated .inx files.  They will find the data, and
1112         mark the right strings as translated.
1114         * src/extension/effect.cpp, src/extension/effect.h, src/interface.cpp:
1116         Changed menu handling to be push instead of pull
1118 2005-12-02  Carl Hetherington <inkscape@carlh.net>
1120         * src/dropper-context.cpp: coding style.
1121         * src/sp-namedview.cpp, src/sp-namedview.h, src/desktop.cpp: some
1122         C++-ification of SPNamedView.
1124 2005-12-01  MenTaLguY  <mental@rydia.net>
1126         * src/widgets/desktop-widget.cpp: shuffle status bar around again;
1127           add a grippie so we don't have to care about the corner of the window
1128           getting covered up
1130 2005-12-01  MenTaLguY  <mental@rydia.net>
1132         * src/widgets/icon.cpp: refactored a bit around the icon prerendering
1133           code and added a timer; also kick off the task immediately rather
1134           than waiting for the first expose event
1136 2005-12-01  MenTaLguY  <mental@rydia.net>
1138         * src/widgets/desktop-widget.cpp:
1140           moved zoom selector away from the right edge so it won't get covered
1141           by window manager decorations
1143 2005-12-01  MenTaLguY  <mental@rydia.net>
1145         * src/help.cpp, src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp:
1147           Moved creation of the splash widget into the about dialog code,
1148           and tweaked the appearance of the dialog in a lot of subtle ways
1149           -- we now use an AspectFrame to constrain the aspect ratio of the
1150           splash view, and also finally get the correct initial size for the
1151           dialog while still allowing it to be arbitrarily resized.
1153 2005-12-01  Carl Hetherington <inkscape@carlh.net>
1155         * src/sp-namedview.cpp: coding style.
1157 2005-12-01  Jon A. Cruz  <jon@joncruz.org>
1159         * src/widgets/icon.cpp: added idle calback pre-render.
1161 2005-11-30  MenTaLguY  <mental@rydia.net>
1163         * src/ui/dialog/aboutbox.cpp: make 'close' button default widget,
1164           and rename "About" tab to "_Splash"
1166 2005-11-30  Carl Hetherington <inkscape@carlh.net>
1168         * src/svg/svg-path.cpp: add missing #include of assert.h for
1169         assert()
1170         * src/dialogs/xml-tree.cpp: fix uninitialised variable
1171         warnings, move some declarations to first use, coding style fixes.
1172         * src/snap.cpp, src/snap.h, src/sp-namedview.cpp: split
1173         snap.{cpp,h} up into snapper.{cpp,h}, grid-snapper.{cpp,h},
1174         guide-snapper.{cpp,h}.  Refactor and simplify.  Add another
1175         namedview_free_snap().
1176         * src/geom.cpp, src/geom.h: cosmetic renaming.
1177         * src/pen-context.cpp: a few minor cleanups to
1178         pen_handle_button_press().  Other snapping cleanups.
1179         * src/draw-context.cpp, src/draw-context.h: split
1180         spdc_endpoint_snap_internal() into two functions.
1181         * src/pencil-context.cpp: snapping cleanups.
1182         * src/ui/widget/unit-menu.cpp: remove definition of a variable
1183         that's just been made static.
1184         
1185 2005-11-26  MenTaLguY <mental@rydia.net>
1187         * src/ui/dialog/aboutbox.cpp, src/ui/dialog/aboutbox.h:
1188           clean up and simplify About dialog; fix memory management (mostly)
1190 2005-11-25  Robert Crosbie <swingincelt@gmail.com>
1192         * replaced sp_repr_ref with direct cal to Inkscape::GC::anchor
1193         * replaced sp_repr_unref with direct call to Inkscape::GC::release
1194         * replaced sp_repr_set_attr with direct call to repr->setAttribute
1196 2005-11-24  MenTaLguY  <mental@rydia.net>
1198         * src/shortcuts.cpp, src/interface.cpp: prune back shortcuts API in
1199           preparation for configurable key bindings work
1201 2005-11-24  MenTaLguY  <mental@rydia.net>
1203         * src/sp-item.cpp: remedy erroneous initialization of doubles with NULL
1205 2005-11-24  MenTaLguY  <mental@rydia.net>
1207         * src/seltrans.cpp: prune dead wood (sp_sel_trans_handle_click)
1209 2005-11-24  MenTaLguY  <mental@rydia.net>
1211         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
1212           src/display/canvas-grid.cpp, src/display/guideline.cpp,
1213           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
1214           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
1215           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
1216           
1217           cosmetic renaming
1219 2005-11-23  Robert Crosbie <swingincelt@gmail.com>
1221         * replaced sp_repr_change_order with direct cal to repr->changeOrder
1222         * replaced sp_repr_add_child with direct call to repr->addChild
1223         * replaced sp_repr_remove_child with direct call to repr->removeChild
1225 2005-11-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1227         * src/ui/dialog/align-and-distribute.h, src/ui/dialog/align-and-distribute.cpp:
1228           Add new action ActionRemoveOverlaps, and add new button & two spin buttons
1229           to the Align & Distribute dialog box, to remove overlaps between objects.
1230         * configure.ac: New directory src/removeoverlap.
1231         * src/Makefile.am: Build new library removeoverlap/libremoveoverlap.a.
1232         * src/Makefile_insert: Link against new library removeoverlap/libremoveoverlap.a.
1234 2005-11-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1236         * packaging/osx-app.sh, packaging/macosx/Resources/bin/inkscape:
1237           Include some missing modules required by gnome-vfs and set shell
1238           variables to point to these modules within the OS X app bundle.
1239           Fixes bug #1363390.
1241 2005-11-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1243         * packaging/osx-app.sh: Fix a typo resulting from last change.
1245 2005-11-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1247         * packaging/osx-app.sh: Add libXinerama.1.dylib to the app bundle 
1248           since users of OS X 10.3.x will not have this file.
1250 2005-11-12  Jon Phillips <jon@rejon.org>
1252         * po/it.po po/sr.po po/sr@Latn.po: Fixed these po files so that 
1253         Inkscape builds okay.
1256 2005-11-12  Ralf Stephan <ralf@ark.in-berlin.de>
1258         * src/ui/view/edit-widget.h, src/ui/view/edit-widget.cpp:
1259           new-gui: made complete statusbar widget, equals old-gui now
1260         * src/widgets/layer-selector.h, src/ui/widget/selected-style.h:
1261           classes have now a constructor with default parameter
1262         * src/ui/widget/zoom-status.cpp: smaller font
1264 2005-11-12  MenTaLguY  <mental@rydia.net>
1266         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
1267           src/display/canvas-grid.cpp, src/display/guideline.cpp,
1268           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
1269           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
1270           src/display/sp-canvas.cpp, src/display/sp-canvas.h,
1271           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
1273           Refactor canvas buffer code a little.   Hint: if you have two flags
1274           and an invariant that one will be false if the other is true and
1275           vice-versa, you can represent them with a single flag.  Fixed
1276           cut-and-paste madness between sp_canvas_buf_ensure_buf and
1277           sp_canvas_clear_buf also.  Finally, renamed sp_canvas_buf_ensure_buf
1278           to sp_canvas_prepare_buf.
1280 2005-11-09  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1282         * src/sp-item.cpp: Call updateRepr before emitting the transformed
1283           signal in sp_item_write_transform.  This fixes bug #1303423.
1285         * packaging/osx-app.sh: Fixes to allow building app bundles on both
1286           OS X 10.4 and earlier versions of the OS without altering the script.
1287           Also, add a note that Inkscape needs to be configured with
1288           --enable-osxapp when building the OS X package.
1290         * po/nl.po: Fix an "Unmatched closing </b>" warning.
1292 2005-11-08  Ralf Stephan <ralf@ark.in-berlin.de>
1294         merged with branch CXXIFICATION_VIEW_AND_WIDGET
1295         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/event-context.cpp,
1296           src/file.cpp, gradient-context.cpp, src/inkscape.cpp, src/interface.cpp,
1297           src/rect-context.cpp, src/select-context.cpp, src/seltrans.cpp,
1298           src/sp-namedview.cpp, src/spiral-context.cpp, src/star-context.cpp,
1299           src/verbs.cpp, dialogs/dialog-events.cpp, src/dialogs/layer-properties.cpp,
1300           src/ui/dialog/dialog.cpp, src/widgets/desktop-widget.cpp,
1301           src/widgets/desktop-widget.h:
1302           move gtk code into desktop-widget.cpp, called via desktop
1303         * src/ui/view/Makefile_insert: added files edit-widget-interface.h,
1304           edit-widget.cpp, edit-widget.h
1305           the EditWidget is the Gtkmm version of the SPDesktopWidget
1306         * src/ui/widget/Makefile_insert: added files ruler.cpp, ruler.h,
1307           svg-canvas.cpp, svg-canvas.h, zoom-status.cpp, zoom-status.h
1308           these are widgets part of the EditWidget
1309         * src/file.cpp, src/inkscape.cpp, src/ui/dialog/dialog.cpp, 
1310           src/ui/dialog/dialog.h, src/application/application.h, 
1311           src/application/application.cpp:
1312           divide code /wrt Application::getNewGui(): if true, it's called by the 
1313           Gtkmm application and the inkscape object is meaningless
1314         * src/application/app-prototype.h:
1315           replace UI specific return value of getWindow() with void*
1316         * src/application/editor.cpp, src/application/editor.h:
1317           made Editor a singleton, collect global UI code here that (for Gtk+)
1318           lives in inkscape.cpp and elsewhere
1319         * src/desktop-events.cpp, src/desktop.cpp, src/event-context.cpp,
1320           src/nodepath.cpp, src/seltrans.cpp:
1321           simplify calls to desktop->set_coordinate_status
1322         * src/desktop-handles.cpp, src/desktop-handles.h, 
1323           src/extension/internal/ps.cpp, src/widgets/gradient-toolbar.cpp, 
1324           src/widgets/toolbox.cpp:
1325           widget is no longer available through desktop
1326         * src/Makefile_insert: added files preferences.h preferences.cpp
1327           src/inkscape.h, src/inkscape.cpp, src/application/editor.cpp:
1328           move preferences handling into preferences.cpp/h
1329         * src/desktop.cpp, src/desktop.h:
1330           use EditWidgetInterface, more cosmetics
1331         * src/desktop.cpp, src/inkview.cpp, src/slideshow.cpp, src/svg-view-widget.cpp,
1332           src/svg-view.cpp, src/svg-view.h, src/ui/view/view.cpp, src/ui/view/view.h:
1333           streamline setDoc()/setDocument() logic
1334         * src/inkview.cpp: include empty func bodies to make linker happy
1336 2005-11-08 ------------0.43
1338 2005-11-06  Ted Gould  <ted@gould.cx>
1340         * 0.43pre2
1342 2005-11-01  Jon A. Cruz  <jon@joncruz.org>
1344         * src/io/base64stream.h, src/io/base64stream.cpp:
1345           Applied modified patch 1341198.
1347 2005-10-31  Jon A. Cruz  <jon@joncruz.org>
1349         * src/verbs.cpp:
1350           Applied patch from RFE 1247694.
1352 2005-10-26  Jon A. Cruz  <jon@joncruz.org>
1354         * share/screens/about.svg:
1355           Trimmed bad lines. Fixed bug 1310742.
1357 2005-10-24  Ted Gould  <ted@gould.cx>
1359         * 0.43pre1
1361 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
1363         * Makefile.mingw, src/io/sys.cpp:
1364           Patch 1334818.
1366 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
1368         * src/main.cpp, src/io/sys.cpp:
1369           Updating Win32 parameter filename handling.
1371 2005-10-22  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1373         * src/connector-context.cpp: Correct two typos.  Fixes bug #1333915.
1375 2005-10-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1377         * src/connector-context.cpp: Fix a bug where undoing creation of 
1378           new connectors revealed intermediate steps.
1380         * src/libavoid/connector.cpp, src/libavoid/connector.h,
1381           src/libavoid/makepath.cpp, src/libavoid/static.cpp:
1382           Applied a couple of libavoid fixes.  One of which addresses
1383           a possible crash bug.
1385 2005-10-19  Ted Gould  <ted@gould.cx>
1387         * 0.43pre0
1389 2005-10-19  Jon A. Cruz  <jon@joncruz.org>
1391         * inkscape32-16.ico: patch 1323419
1393 2005-10-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1395         * src/conn-avoid-ref.cpp: Don't pass avoided objects to libavoid
1396           if they have the 'cloned' flag set.  Fixes bug #1328401.
1398 2005-10-17  Jon A. Cruz  <jon@joncruz.org>
1400         * src/main.cpp, src/io/sys.h, src/io/sys.cpp:
1401           Switched command-line name conversion from filename to locale.
1402           Fixes bug #1250124.
1404 2005-10-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1406         * src/sp-conn-end.cpp: Don't update the repr for the curve while 
1407           manually rerouting connector endpoints.  This speeds up undo/redo
1408           and allows responsive rerouting with the xml editor window open.
1409           Fixes bug #1315489.
1411         * po/ca.po: Fix unclosed <b> found in translations.
1412         
1413 2005-10-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1415         * src/isnan.h: Update to allow compilation on OSX 10.4.
1417         * src/connector-context.cpp, src/connector-context.h,
1418           src/tools-switch.cpp: Allow double-clicking on connectors
1419           in the selector tool to swap to the connector tool.
1421 2005-10-14  Jon A. Cruz  <jon@joncruz.org>
1423         * share/palettes/Makefile.am, share/palettes/Tango-Palette.gpl:
1424           Adding the Tango palette.
1426 2005-10-13  MenTaLguY  <mental@rydia.net>
1428         * share/screens/about.svg: New copy for about dialog; did some
1429           vector clean-up and re-enabled the coffee stains.
1431 2005-10-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1433         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h:
1434           Reroute connector lines if the object itself is moved or
1435           transformed.  Previously a routed line would not unroute if it
1436           was moved away from the blocking objects.  Fixes bug #1303493.
1438 2005-10-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1440         * packaging/macosx/Resources/script, src/path-prefix.h:
1441           Don't assume the OSX app bundle will be named "Inkscape.app".
1442           This caused things like tool icons to disappear if the app
1443           bundle was renamed, e.g., to "Inscape-0.42.2.app".
1444           Fixes bug #1289648.
1446 2005-10-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1448         * src/sp-conn-end-pair.cpp: Fix a bug where connectors could
1449           sometimes be given strange routes if there was a transform on
1450           either of the objects that the connector was attached to.
1452         * src/conn-avoid-ref.cpp, src/sp-conn-end.cpp: Add a call to
1453           sp_document_ensure_up_to_date before checking bounding boxes
1454           in response to a transform signal.  This is because some
1455           objects (e.g., text) will not give the correct bbox until its
1456           update function has been called and its internal representation
1457           has been updated.  This fixes bug #1303523.
1459         * src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
1460           Restore the Connector tool preferences tab.  Use same ordering
1461           for tools as on the toolbar.  Add the standard selection cue
1462           option to the connector tool preferences.  Fixes bug #1303360.
1464 2005-10-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1466         * packaging/osx-app.sh: Include locale files in the OSX package and
1467           a couple of minor updates for building packages on OSX 10.4.x.
1469         * packaging/macosx/Resources/bin/inkscape: Fix a problem in setting
1470           LANG to the current OSX language before launching Inkscape.
1471           With this fix, the Inkscape app bundle will obey the user's
1472           language setting in the system preferences on OSX.
1474 2005-09-30  Ralf Stephan <ralf@ark.in-berlin.de>
1476         * src/desktop.*, src/widget/desktop-widget.cpp:
1477         make empty destructor, fixes #1291009
1479 2005-09-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1481         * Info.plist.in: Associate .svgz files with Inkscape on OSX.
1482           Fixes bug #1307083.
1484 2005-09-27  MenTaLguY  <mental@rydia.net>
1486         * src/gc-anchored.h: emphasize initial refcount
1488         * src/desktop.h, src/svg-view-widget.cpp, src/ui/view/view-widget.cpp,
1489           src/ui/view/view.cpp, src/ui/view/view.h,
1490           src/widgets/desktop-widget.cpp:
1492           Move _whole_ UI::View::View hierarchy over to the garbage collector
1493           and fix anchor imbalances; you can't do this piecemeal.
1495 2005-09-23  Ben Fowler  <bpfowler@users.sourceforge.net>
1497         * autogen.sh: Cleanup error message.
1499 2005-09-20  Carl Hetherington <inkscape@carlh.net>
1501         * src/file.cpp, src/file.h, src/help.cpp: don't replace empty
1502         desktops with help files / tutorials.  Fixes 1249067.
1504 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
1506         * src/jabber_whiteboard/typedefs.h:
1507           gcc4 needs more const correctness, fixes #1294298
1509 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
1511         * src/desktop.h, src/desktop.cpp, src/interface.cpp, 
1512           src/dialogs/layer-properties.cpp, src/ui/view/view.cpp,
1513           src/widgets/desktop-widget.cpp:
1514           correcting old and new oversights, fixes #1290982
1515           
1516 2005-09-15  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
1518         * src/xml/repr-util.cpp (sp_repr_set_double): Split into two
1519           functions (sp_repr_set_svg_double, sp_repr_set_css_double)
1520           according to whether or not an exponent is allowed.  Update callers.
1521           (sp_repr_set_double_default): Remove this unused function.
1523 2005-09-15  Carl Hetherington <inkscape@carlh.net>
1525         * src/object-edit.cpp: fix idiotic bug introduced in previous commit.
1527 2005-09-14  Carl Hetherington <inkscape@carlh.net>
1529         * src/knot.cpp, src/knotholder.cpp: coding style.
1531 2005-09-13  Ralf Stephan <ralf@ark.in-berlin.de>
1533         * src/desktop.h, src/desktop.cpp, src/svg-view.h, src/svg-view.cpp,
1534           src/ui/view/view.h, src/ui/view/view.cpp, src/ui/view/edit.h:
1535             View::setDocument() did not call same function in subclass
1536         * src/widgets/select-toolbar.cpp:   removed usage of SP_DT_WIDGET
1537         * src/desktop.cpp:   removed last sp_desktop_* function names
1539 2005-09-13  Carl Hetherington <inkscape@carlh.net>
1541         * src/object-edit.cpp: Add some comments.  Minor refactoring.
1542         Snap points when editing rectangles; partial fix for bug 1282399.
1544         * packaging/win32/inkscape.nsi: Correct spelling of associations
1545         and associated; fix for bug 1283916.
1547 2005-09-12  Jon A. Cruz  <jon@joncruz.org>
1549         * src/dialogs/iconpreview.cpp, src/dialogs/iconpreview.h,
1550           src/widgets/icon.cpp:
1551           Icon preview now toggles between selection or whole document.
1552           Fixes REF #1281883.
1554 2005-09-12  Ralf Stephan <ralf@ark.in-berlin.de>
1556         * src/widgets/ruler.cpp:   fixed precision problem (bug #1242995)
1558 2005-09-12  Peter Moulder  <pmoulder@bowman.csse.monash.edu.au>
1560         * src/libnrtype/Layout-TNG-Compute.cpp (Calculator::_measureUnbrokenSpan):
1561           Fix line breaking for [supposedly] non-breaking whitespace characters.
1563 2005-09-11  Ralf Stephan <ralf@ark.in-berlin.de>
1565         * po/nl.po:   replaced all instances of "verkleint" with "verkleind"
1566           (bug #1277695)
1568 2005-09-10  Jon A. Cruz  <jon@joncruz.org>
1570         * src/preferences-skeleton.h, src/dialogs/iconpreview.cpp:
1571           Made icon preview sizes configurable. Fixes REF #1281885.
1573 2005-09-08  Carl Hetherington <inkscape@carlh.net>
1575         * src/object-edit.cpp: Coding style in SPRect portion.  Add
1576         Emacs/vim mode blocks.
1578 2005-09-08  Ralf Stephan <ralf@ark.in-berlin.de>
1580         * src/desktop.cpp, src/ui/view/view.cpp:
1581           removed placement new signal construction
1582         * src/desktop.cpp:   selection is no longer anchored
1583         * src/desktop.cpp, src/desktop.h:   further cleanup
1584         * src/main.cpp:   minor changes in doxygen main page
1586 2005-09-08  MenTaLguY  <mental@rydia.net>
1588         * src/xml/document.h, src/xml/session.h, src/xml/simple-session.cpp,
1589           src/xml/simple-session.h:
1591           Add Session and Document createElementNode, createCommentNode,
1592           and createTextNode methods
1594 2005-09-06  Ralf Stephan <ralf@ark.in-berlin.de>
1596         * src/desktop-handles.h, src/desktop-handles.cpp:
1597             added macros SP_DT_MSGSTACK/NAMEDVIEW/WIDGET, moved last
1598                 macros from desktop.h
1599         * src/desktop.h src/desktop.cpp, src/sp-namedview.h, 
1600           src/sp-namedview.cpp:
1601             moved default_metric and default_unit into namedview
1602         * src/desktop.h src/desktop.cpp, src/widgets/desktop-widget.h,
1603           src/widgets/desktop-widget.cpp:
1604             moved window member into desktop widget
1605         * src/dialogs/clonetiler.cpp, src/dialogs/color-picker.cpp,
1606           src/dialogs/desktop-properties.cpp, src/dialogs/dialog-events.cpp ,
1607           src/dialogs/display-settings.cpp, src/dialogs/export.cpp,
1608           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
1609           src/dialogs/transformation.cpp, src/dropper-context.cpp,
1610           src/extension/internal/ps.cpp, src/gradient-context.cpp,
1611           src/jabber_whiteboard/callbacks.cpp,
1612           src/jabber_whiteboard/chat-handler.cpp,
1613           src/jabber_whiteboard/message-processors.cpp,
1614           src/jabber_whiteboard/message-queue.cpp,
1615           src/jabber_whiteboard/session-manager.cpp,
1616           src/path-chemistry.cpp, src/satisfied-guide-cns.cpp,
1617           src/sp-text.cpp, src/text-chemistry.cpp,
1618           src/trace/potrace/inkscape-potrace.cpp,
1619           src/trace/trace.cpp, src/ui/dialog/align-and-distribute.cpp:
1620             removed dependency on desktop.h
1621         * src/arc-context.cpp, src/desktop-events.cpp, src/inkscape.cpp,
1622           src/interface.cpp, src/nodepath.cpp, src/rect-context.cpp,
1623           src/select-context.cpp, src/seltrans.cpp, src/spiral-context.cpp,
1624           src/star-context.cpp, src/text-context.cpp, src/ui/dialog/dialog.cpp,
1625           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp:
1626             minor adaptation due to the above changes
1627         * src/ui/dialog/session-player.cpp:   didn't #include config.h
1628         
1629 2005-09-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1631         * doc/keys.html, doc/keys.xml, share/screens/keys.svg,
1632           src/shortcuts.cpp:
1633           Add keyboard shortcuts for the connector tool -- Ctrl+F2 and 'o'.
1635 2005-09-05  Ralf Stephan <ralf@ark.in-berlin.de>
1637         * src/document.cpp, src/draw-anchor.cpp, src/knotholder.cpp,
1638           src/main.cpp, src/object-ui.cpp, src/selcue.cpp,
1639           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
1640           src/sp-star.cpp, src/sp-symbol.cpp, src/sp-tspan.cpp,
1641           src/dialogs/docker.cpp, src/dialogs/extensions.cpp,
1642           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
1643           src/extension/system.cpp, src/widgets/gradient-vector.cpp,
1644           src/jabber_whiteboard/session-file-player.cpp,
1645           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
1646           src/widgets/spw-utilities.cpp, src/extension/implementation/script.cpp,
1647           src/ui/dialog/transformation.cpp, src/seltrans.h,
1648           src/widgets/sp-widget.h:
1649             removed dependency on desktop.h
1650         * src/select-context.cpp, src/tools-switch.cpp, 
1651           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
1652           src/dialogs/object-properties.cpp, src/dialogs/clonetiler.cpp:
1653             added dependencies because of above changes
1654         
1655 2005-09-04  Kees Cook  <kees@outflux.net>
1657         * TRANSLATORS, Makefile.am, src/verbs.cpp, src/help.cpp,
1658           src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp,
1659           src/menus-skeleton.h, src/ui/dialog/Makefile_insert:
1660           Implemented AboutDialog following the Gnome style.
1661         * packaging/win32/inkscape.nsi: added quotes around execution name.
1663 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
1665         * src/desktop.cpp, src/dropper-context.cpp, src/forward.h,
1666           src/interface.cpp, src/main.cpp, src/sp-anchor.cpp,
1667           src/sp-text.cpp, src/splivarot.cpp, src/svg-view-widget.cpp,
1668           src/svg-view-widget.h, src/svg-view.h, src/extension/effect.h,
1669           src/extension/implementation/plugin-link.h, 
1670           src/jabber_whiteboard/session-manager.cpp,
1671           src/ui/dialog/dialog.cpp, src/ui/view/edit.h, 
1672           src/ui/view/view-widget.cpp, src/ui/view/view-widget.h,
1673           src/ui/view/view.cpp, src/ui/view/view.h:
1674             minor edits to completely remove SPView identifier, and some
1675                 dependencies
1677 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1679         * src/sp-conn-end-pair.cpp: Fix a crash bug when undoing connectors
1680           on Linux x86 where we were calling a signal destructor.
1682         * src/io/sys.cpp: Build fix - conditionally include <glib/gstdio.h>
1683           if using glib 2.6.0 or greater, since it is not available in earlier
1684           versions.
1686 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
1688         * src/svg-view-widget.h, src/svg-view-widget.cpp, src/Makefile_insert:
1689             separated SPSVGViewWidget from SPSVGView
1690         * src/desktop.h, src/svg-view.h, src/ui/view/edit.h,
1691           src/ui/view/view-widget.h, src/ui/view/view.h,
1692           src/widgets/desktop-widget.h, src/desktop.cpp,
1693           src/svg-view.cpp, src/ui/view/view-widget.cpp,
1694           src/ui/view/view.cpp, src/widgets/desktop-widget.cpp:
1695             moved SPDesktop from GObject to C++/sigc++
1696         * src/forward.h: 
1697             removed SP_DESKTOP*, SP_SVG_VIEW* macros and dependencies
1698         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
1699             changed to sigc++ but disabled call
1700         * src/desktop-events.cpp:  removed desktop_enter_notify()
1701         * src/sp-anchor.cpp:  removed handling of mouse over/out
1702         * src/helper/action.h, src/sp-use.cpp:  added missing dependency
1703         * src/arc-context.cpp, src/desktop-affine.cpp, src/desktop-events.cpp,
1704           src/desktop-handles.cpp, src/dyna-draw-context.cpp,
1705           src/event-context.cpp, src/file.cpp, src/gradient-context.cpp,
1706           src/gradient-drag.cpp, src/help.cpp, src/inkscape.cpp,
1707           src/inkview.cpp, src/interface.cpp, src/knot.cpp,
1708           src/knotholder.cpp, src/node-context.cpp, src/nodepath.cpp,
1709           src/object-ui.cpp, src/path-chemistry.cpp, src/rect-context.cpp,
1710           src/rubberband.cpp, src/satisfied-guide-cns.cpp,
1711           src/select-context.cpp, src/selection-chemistry.cpp,
1712           src/seltrans.cpp, src/shortcuts.cpp, src/slideshow.cpp,
1713           src/sp-anchor.cpp, src/sp-flowtext.cpp, src/sp-namedview.cpp,
1714           src/sp-text.cpp, src/spiral-context.cpp, src/splivarot.cpp,
1715           src/star-context.cpp, src/text-context.cpp, src/text-editing.cpp,
1716           src/tools-switch.cpp, src/verbs.cpp, src/zoom-context.cpp,
1717           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
1718           src/dialogs/dialog-events.cpp, src/dialogs/export.cpp,
1719           src/dialogs/filedialog.cpp, src/dialogs/iconpreview.cpp,
1720           src/dialogs/layer-properties.cpp, src/dialogs/stroke-style.cpp,
1721           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp,
1722           src/extension/effect.cpp, src/extension/implementation/script.cpp,
1723           src/extension/internal/grid.cpp, src/extension/internal/ps.cpp,
1724           src/helper/window.cpp, src/ui/dialog/dialog.cpp,
1725           src/ui/widget/imageicon.cpp, src/widgets/gradient-toolbar.cpp,
1726           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
1727           src/widgets/toolbox.cpp:
1728             minor adaptations due to the above changes
1729         * src/desktop-events.h:  removed dependencies 
1730         * src/selection.cpp:  improved doxygen documentation
1731         
1732 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1734         * src/connector-context.cpp: Fix a bug where a data structure was
1735           not being freed, triggering an assertion failure and Inkscape to
1736           crash sometimes when the connector tool context was switched.
1738 2005-09-03  Aaron Spike <aaron@ekips.org>
1740         * src/node-context.cpp, src/livarot.cpp: Fixing a problem where node
1741           adding and curve dragging operate on fills. A special thank you to
1742           Simon Budig of GIMP fame for working with me and giving very 
1743           thorough explanations of his curve dragging code.
1745 2005-09-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1747         * src/libavoid/connector.cpp, src/libavoid/connector.h: Autoroute
1748           connectors while they are being drawn in the connector context.
1750         * src/sp-conn-end.cpp: Fix a bug where connectors attached to shapes
1751           were not always getting updated.  Their path was sometimes thought
1752           to be valid even when it was not.
1754 2005-09-02  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1756         * src/sp-conn-end.cpp: Fix a bug where connectors not attached to
1757           shapes were not updating correctly if an object was dropped on
1758           their path.
1760 2005-09-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1762         * src/sp-conn-end.cpp, src/sp-conn-end.h, src/sp-conn-end-pair.cpp,
1763           src/sp-conn-end-pair.h, src/sp-path.cpp, src/libavoid/graph.cpp,
1764           src/libavoid/incremental.cpp:
1766         Connectors now automagically reroute as a result of any 'avoided'
1767         object being placed on their path.  They also update to better
1768         paths when blocking shapes are removed.
1769          
1770         * src/connector-context.cpp: Update TODO list.  Only show endpoints
1771           and allow manipulation of paths marked as connectors.
1773         * src/libavoid/connector.cpp, src/libavoid/connector.h: Connectors
1774           with invalid paths can now notify other code via a callback,
1775           rather than just setting a boolean flag.
1777         * src/conn-avoid-ref.cpp: Fix an obscure crash bug in the connector
1778           routing code where we were still using a freed data structure.
1780 2005-08-31  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1782         * src/conn-avoid-ref.cpp, src/conn-avoid-ref.h: Use the correct
1783           coordinate system when passing shape geometry to libavoid.
1784           Add a small amount of buffer space around objects.
1785         
1786         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
1787           src/path.cpp: Add code to handle the "inkscape:connector-type"
1788           attribute.
1790         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h: Store information
1791           about type paths, to determine whether they are connectors.  Keep
1792           a reference to the libavoid representation if necessary.  Add code
1793           to call libavoid to get a path for a connector.
1794         
1795         * src/sp-conn-end.cpp: Call the connector routing code when connector
1796           ends are moved.  Move connector endpoints rather than stretching
1797           when adjusting to draw to shape edge.
1798           
1799         * src/libavoid/connector.cpp, src/libavoid/connector.h: Make the
1800           connector references aware of their own initialisation state.
1802         * src/connector-context.cpp:  Update TODO list.  Update for other
1803           changes.  Fix a bug where multi-segment connectors had a solid
1804           black fill while being dragged.
1806         * src/display/curve.cpp, src/display/curve.h: Add a function to 
1807           simply move the two endpoints of a curve.
1809 2005-08-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1811         * src/conn-avoid-ref.cpp, src/libavoid/connector.cpp,
1812           src/libavoid/graph.cpp, src/libavoid/makepath.cpp,
1813           src/libavoid/shape.cpp, src/libavoid/vertices.cpp,
1814           src/libavoid/vertices.h, src/libavoid/visibility.cpp:
1816         Use a better system for unique IDs within libavoid.  This properly
1817         addresses a hack in SPAvoidRef that was unsafe on amd64 machines.
1819         * configure.ac: Add the src/libavoid subdir.
1820         
1821 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1823         * src/attributes.cpp, src/connector-context.cpp, src/sp-item.cpp:
1824           Use "inkscape:connector-avoid" instead of "inkscape:avoid".
1826 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1828         * src/libavoid/timer.cpp: Remove some code assuming a fixed size for
1829           timer types.
1831 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1833         * src/connector-context.cpp: Fix a problem where the context didn't
1834           notice the current selection when it was entered.  Also, fix a 
1835           problem where connectors disappeared for a moment when an endpoint
1836           was clicked (for rerouting), but before the mouse was moved.
1838 2005-08-29      David Yip               <yipdw@rose-hulman.edu>
1840         * src/ui/dialog/whiteboard-connect.{cpp,h},
1841           src/ui/dialog/whiteboard-sharewithchat.{cpp,h}:
1842           Improved widget layout (switched to Gtk::Table)
1844         * src/jabber_whiteboard/session-manager.cpp:
1845           Fixed crash that occurred when connecting via SSL to a Jabber
1846           server that does not support SSL
1847           
1848 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1850         * src/Makefile_insert, src/attributes-test.cpp, src/attributes.cpp,
1851           src/attributes.h, src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
1852           src/forward.h, src/sp-item.cpp, src/sp-item.h:
1853          
1854           Add code that handles the "inkscape:avoid" attribute, used to mark
1855           whether an item should be avoided for the purposes of routing
1856           connectors.  This code also calls libavoid when an 'avoided'
1857           item is moved/transformed.
1858         
1859         * src/connector-context.cpp, src/connector-context.h,
1860           src/widgets/toolbox.cpp:
1861           
1862           Add a couple of buttons to the connector context's toolbar to
1863           allow selected objects to be marked as avoided or ignored for the
1864           purpose of connector routing.
1865           
1866         * src/libavoid/debug.h, src/libavoid/geomtypes.h, 
1867           src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
1868           src/libavoid/shape.cpp:
1869         
1870           Misc fixes: turn off debugging output, put types in the Avoid
1871           namespace, and add an assertion for a special case that can
1872           cause problems.
1874 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1876         * share/icons/icons.svg: Add a couple of icons for the connector
1877           context toolbar.
1879 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1881         * src/Makefile.am, src/Makefile_insert, src/libavoid/*:
1882           Add libavoid code, the library that does all the path planning
1883           work for autorouting connectors.
1885 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1887         * src/Makefile_insert: Remove a reference to the previously moved
1888           src/desktop-widget.h.  This wasn't breaking the build, but was
1889           stopping me from generating tags files.
1890           
1891 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
1893         * src/ui/view/edit.h, src/ui/view/view.h, src/ui/view/view.cpp,
1894           src/ui/view/view-widget.h, src/ui/view/view-widget.cpp,
1895           src/widgets/desktop-widget.h, src/svg-view.h, src/desktop.cpp:
1896             separated SPViewWidget from SPView
1897         * src/connector-context.cpp, src/dyna-draw-context.cpp,
1898           src/file.cpp, src/gradient-context.cpp, src/knot.cpp,
1899           src/node-context.cpp, src/nodepath.cpp, src/path-chemistry.cpp,
1900           src/pen-context.cpp, src/pencil-context.cpp, src/rect-context.cpp,
1901           src/selection-chemistry.cpp, src/spiral-context.cpp,
1902           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
1903           src/text-context.cpp, src/verbs.cpp, src/dialogs/display-settings.cpp,
1904           src/dialogs/layer-properties.cpp, src/dialogs/find.cpp,
1905           src/dialogs/clonetiler.cpp, src/trace/trace.cpp,
1906           src/trace/potrace/inkscape-potrace.cpp:
1907             all these files relied on a dependency in view.h to include
1908           code for MessageStack and/or MessageContext which is now removed
1909         * dialogs/desktop-properties.cpp:   improved doxygen documentation
1910         
1911 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
1913         * src/desktop.cpp, src/widgets/desktop-widget.h, 
1914           src/widgets/desktop-widget.cpp: 
1915           abstracted out all Gtk+ calls from SPDesktop into SPDesktopWidget
1916         * src/Doxyfile, src/main.cpp, src/desktop.cpp:
1917           improved doxygen documentation
1918           
1919 2005-08-25  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1921         * src/connector-context.cpp, src/connector-context.h:
1922           Change the connector context to use Inkscape's standard selection
1923           mechanism.  Show connector endpoint handles for single connectors
1924           in the selection.  This is the proposed interaction changes as
1925           discussed on the mailing list.  See the post there for a greater
1926           description of the change.
1928 2005-08-24  Ralf Stephan <ralf@ark.in-berlin.de>
1930         * src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
1931           separated SPDesktopWidget from SPDesktop
1932         * src/desktop-widget.h:   removed
1933         * src/toolbox.cpp, src/toolbox.h, src/select-toolbar.cpp,
1934           src/select-toolbar.h, src/gradient-toolbar.cpp, 
1935           src/gradient-toolbar.h:   moved into src/widgets
1936         * src/desktop.h, src/desktop.cpp, src/desktop-events.cpp,
1937           src/verbs.cpp, src/Makefile_insert, src/widgets/Makefile_insert,
1938           src/arc-context.cpp, src/dyna-draw-context.cpp,
1939           src/gradient-context.cpp, src/rect-context.cpp,
1940           src/select-context.cpp, src/spiral-context.cpp,
1941           src/star-context.cpp, src/interface.cpp, src/seltrans.cpp:
1942           adapted following SPDesktopWidget separation
1943         
1944 2005-08-24      David Yip       <yipdw@rose-hulman.edu>
1946         * src/jabber_whiteboard/session-manager.{cpp.h},
1947           src/jabber_whiteboard/callbacks.cpp,
1948           src/ui/dialog/whiteboard-connect.{cpp,h}:
1949           added support for XMPP over SSL to Inkboard
1951 2005-08-22  Ralf Stephan <ralf@ark.in-berlin.de>
1953         * src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp:
1954           both dialogs are now unresizable (bug #1237865)
1955         * src/main.cpp: enhanced doxygen main page
1957 2005-08-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1959         * packaging/osx-app.sh: Added a command line option which allows
1960           the executable and bundled dylibs to be stripped, significantly
1961           reducing the package size.
1963 2005-08-20  Ralf Stephan <ralf@ark.in-berlin.de>
1965         * src/desktop-style.cpp: fixed bug 1247989: nonstroked objects are
1966           no longer counted in stroke_average_width()
1967         * src/Doxyfile: added 3 more files
1968         * src/main.cpp: introduced doc hierarchy on doxygen main page
1969         * src/desktop-style.cpp:  improved doxygen documentation
1970           
1971 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1973         * src/connector-context.cpp, src/connector-context.h:
1974           Rework connector context to extend SPEventContext instead of
1975           SPDrawContext, and remove most of the borrowed draw context
1976           code.
1978 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1980         * src/menus-skeleton.h: correct the verb for "Select All In All Layers"
1981           since it was just showing a verb error in the menu.
1983 2005-08-19  Kees Cook  <kees@outflux.net>
1985         * autogen.sh, tools-version.sh, distro: report Ubuntu correctly, detect
1986           and reject unsafe automake versions (1.9.0 -> 1.9.6).
1988 2005-08-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1990         * src/dialogs/display-settings.cpp:
1991           Align the "Oversample bitmaps" option in the preferences
1992           dialog with all the other options.
1994 2005-08-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1996         * src/Makefile_insert: Added connector-context.{cpp,h}
1998         * src/connector-context.cpp, src/connector-context.h: New code for
1999           the connector context.  Handles the interaction of creating and
2000           modifying connectors.
2002         * src/sp-conn-end.cpp, src/sp-conn-end.h: Added sp_conn_adjust_path
2003           for adjusting the path of connectors to the edge of shapes, and
2004           sp_conn_end_detach to detach a connector endpoint from a shape.
2005           Also, when there is only a single shape attached to a connector
2006           and it is moved, then reroute the connector leaving its unattached
2007           endpoint where it is, rather than just moving the whole thing with
2008           the shape.
2010         * src/preferences-skeleton.h, src/toolbox.cpp, src/tools-switch.cpp,
2011           src/tools-switch.h, src/verbs.cpp, src/verbs.h,
2012           src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
2014           Enable the connector context.  Give it a preferences tab, toolbox,
2015           icon, etc.  Also, correct some vim modelines.
2016           
2017         * src/display/sp-canvas.cpp: Allow enter and leave events to be generated
2018           for canvas items when mouse buttons are depressed.
2020         * src/pixmaps/cursor-connector.xpm: A cursor for connector context.
2022 2005-08-18  Jon A. Cruz  <jon@joncruz.org>
2024         * src/knot.cpp: Corrected type conflict for crash bugs.
2026 2005-08-18  Ralf Stephan <ralf@ark.in-berlin.de>
2028         * src/Doxyfile: added 4 more files
2029         * src/extension/implementation/plugin-link.h,
2030           src/extension/internal/gimpgrad.cpp:  improved doxygen documentation
2031           
2032 2005-08-16  Ralf Stephan <ralf@ark.in-berlin.de>
2034         * src/desktop.h, src/desktop.cpp: replaced gboolean with bool
2035         * src/display/curve.cpp: made is_moveto() inline
2036         * src/knot.cpp, src/extension/extension.cpp, src/helper/action.cpp:
2037           added editor footer
2038         * src/desktop.h, src/desktop.cpp, src/knot.cpp, src/sp-gradient.cpp,
2039           src/display/curve.cpp, src/extension/extension.cpp,
2040           src/extension/implementation/plugin.h, 
2041           src/extension/implementation/plugin.cpp,
2042           src/extension/internal/gimpgrad.cpp, src/helper/action.cpp:
2043           improved doxygen documentation
2045 2005-08-14  MenTaLguY  <mental@rydia.net>
2047         * src/widgets/layer-selector.cpp: quick fix for crash bug when
2048           deleting unnamed layer [bug 1255843]
2050 2005-08-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2051         
2052         * packaging/macosx/ScriptExec/main.c: Allow the user to ignore the
2053           automatic fixing of the fontconfig problem and fix the problem
2054           manually.  Don't pop up the dialog again in this case when they
2055           relaunch Inkscape.
2057 2005-08-13  Ralf Stephan <ralf@ark.in-berlin.de>
2059         * src/menus-skeleton.h: fixed cvs bug where, in the default menus.xml, 
2060           given submenus didn't have correct names, so translation on 
2061           non-English systems was missed.
2062         
2063 2005-08-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2065         * packaging/macosx/Resources/script, packaging/macosx/ScriptExec/main.c:
2067         Fix for the fontconfig cache problem on OS X 10.4.  The first time 
2068         Inkscape is launched on 10.4 machines, after checking X11 is available,
2069         a dialog is brought up informing users of the fontconfig problem.  The
2070         dialog has a button to run fc-cache as root.  If chosen, an OS X
2071         authentication dialog in launched and fc-cache is run following the
2072         authentication.  A file is stored in ~/.inkscape to mark that fc-cache
2073         has been run.
2074         
2075 2005-08-11  Ralf Stephan <ralf@ark.in-berlin.de>
2077         * src/sp-gradient.cpp,src/sp-gradient-fns.h,src/event-context.h,
2078           src/event-context.cpp:  replaced gboolean with bool
2079         * src/document-undo.cpp:  added editor footer
2080         * src/sp-gradient.cpp, src/desktop.cpp, src/document.h,
2081           src/document.cpp, src/document-undo.cpp, src/event-context.h,
2082           src/event-context.cpp, src/selection.h:
2083           improved doxygen documentation
2085 2005-08-10      David Yip       <yipdw@rose-hulman.edu>
2087         * src/Makefile_insert: added composite-undo-stack-observer.{cpp,h}
2089         * src/document.{cpp.h},
2090           src/document-undo.cpp, src/document-private.h: 
2091           added hooks for undo stack observer
2093         * src/jabber_whiteboard/Makefile_insert: added new classes
2095         * src/jabber_whiteboard/callbacks.cpp: moved document initialization actions
2096           here (not the best idea, admittedly...)
2098         * src/jabber_whiteboard/connection-establishment.cpp,
2099           src/jabber_whiteboard/session-manager.*,
2100           src/jabber_whiteboard/chat-handler.cpp: updated to work with new listeners
2102         * src/jabber_whiteboard/message-contexts.cpp,
2103           src/jabber_whiteboard/message-handler.*,
2104           src/jabber_whiteboard/message-tags.*,
2105           src/jabber_whiteboard/defines.h: new message types (TODO: trim out dead
2106           types)
2108         * src/jabber_whiteboard/message-queue.*,
2109         * src/jabber_whiteboard/message-node.h: made MessageNode capable of
2110           representing more message types, as required by callbacks.cpp
2111           and new commit model
2113         * src/jabber_whiteboard/message-utilities.*: new utilities, although
2114           this entire class should be going bye-bye soon (its main tasks have been
2115           taken over by SerializerNodeObserver)
2117         * src/jabber_whiteboard/node-tracker.*: removal of node-level locks
2119         * src/jabber_whiteboard/node-utilities.*: removal of unnecessary methods;
2120           this class should also be removed soon
2122         * src/jabber_whiteboard/session-file-selector.cpp: miscellaneous tweaks
2124         * src/jabber_whiteboard/typedefs.h: new type definitions to handle the new
2125           commit model (TODO: prune unnecessary types)
2127         * src/xml/event.cpp: small hack to get Inkboard working (shouldn't be
2128           there, but I'm still learning my way around XML::Node and
2129           XML::Session...help welcome)
2131         * src/undo-stack-observer.h: interface for classes that watch undo, redo,
2132           and undo log commit events
2134         * src/composite-undo-stack-observer.*: similar to CompositeNodeObserver;
2135           combines multiple undo stack observers
2137         * src/jabber_whiteboard/serializer-node-observer.*: XML::Event serializer
2139         * src/jabber_whiteboard/deserializer.*: XML::Event deserializer
2141         * src/jabber_whiteboard/tracker-action-observer.*: simple observer to
2142           watch for added and removed nodes in undo/redo actions (put aside for
2143           now)
2145         * src/jabber_whiteboard/undo-stack-observer.*: Inkboard's undo stack
2146           observer implementation
2148 2005-08-10  Ralf Stephan <ralf@ark.in-berlin.de>
2150         * src/main.cpp: introduced doxygen doc main page with links
2152 2005-08-09  Ralf Stephan <ralf@ark.in-berlin.de>
2154         * src/Doxyfile: added 5 more files
2155         * src/display/curve.h, src/display/curve.cpp, src/knot.cpp,
2156           src/dialogs/export.cpp: replaced gboolean with bool
2157         * src/display/curve.cpp: removed sp_curve_finish() as it is nowhere 
2158           called, made sp_curve_ensure_space() static
2159         * src/sp-object.cpp, src/sp-item.cpp, src/libnr/n-art-bpath.h,
2160           src/libnr/nr-path-code.h, src/ui/view/view.cpp, src/dialogs/export.cpp,
2161           src/display/bezier-utils.cpp, src/display/curve.h,
2162           src/display/curve.cpp, src/knot.h, src/knot.cpp:
2163           improved doxygen documentation
2165 2005-08-08  MenTaLguY  <mental@rydia.net>
2167         * README.txt, README: make autotools happy
2169 2005-08-06  MenTaLguY  <mental@rydia.net>
2171         * Makefile.am, HACKING, HACKING_de, HACKING_fr, HACKING_it,
2172           HACKING.txt, HACKING.de.txt, HACKING.fr.txt, HACKING.it.txt,
2173           README, README_ca, README_de, README_fr, README_it,
2174           README.txt, README.ca.txt, README.de.txt, README.fr.txt, README.it.txt:
2176           saner filenames
2178 2005-08-06  MenTaLguY  <mental@rydia.net>
2180         * src/xml/Makefile_insert, src/xml/log-builder.cpp,
2181           src/xml/log-builder.h, src/xml/simple-session.cpp,
2182           src/xml/simple-session.h:
2184           Implement XML::LogBuilder class and use it from XML::SimpleSession.
2186 2005-08-06  MenTaLguY  <mental@rydia.net>
2188         * src/xml/event.h, src/xml/event.cpp, src/xml/event-fns.h:
2189           rejigger the way XML event logs are handled, based on NodeObservers
2191 2005-08-06  MenTaLguY  <mental@rydia.net>
2193         * src/xml/simple-session.cpp: minor formatting cleanups
2195 2005-08-06  Ted Gould <ted@gould.cx>
2197         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
2199         Adding in a hash table for Verb ID lookups.  This makes searching for them
2200         in the dynamic menus much faster.
2202 2005-08-06  Ralf Stephan <ralf@ark.in-berlin.de>
2204         * src/sp-offset.cpp: 
2205           removed a dependency, made refresh_offset_source() static
2206         * src/svg-view.cpp, src/svg-view.h, src/sp-spiral.cpp, src/sp-spiral.h: 
2207           replaced gboolean with bool
2208         * src/sp-offset.cpp, src/sp-root.cpp, src/sp-stop.h, src/sp-spiral.h,
2209           src/sp-spiral.cpp, src/svg-view.h, src/svg-view.cpp, src/style.cpp:
2210           improved doxygen documentation
2211         
2212 2005-08-05  MenTaLguY  <mental@rydia.net>
2214         * inkscape.spec.in: include translated manpages
2216 2005-08-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2218         * po/nl.po: fix a typo: close a bold tag.
2220 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2222         * src/jabber_whiteboard/typedefs.h:
2223           fixed incorrect template specialization syntax,
2224           removed duplicate definitions (oops...)
2226         * src/gc-alloc.h:
2227           removed explicit keyword from allocator constructors, as it is
2228           necessary to allow implicit conversion for rebinding.  Some
2229           containers in the libstdc++ in GCC 3.4.x require this, such as anything
2230           using the standard library's red-black tree implementation --
2231           std::set, std::map, std::multimap
2233 2005-08-03  Ralf Stephan <ralf@ark.in-berlin.de>
2235         * src/pen-context.cpp: made sp_pen_context_root_handler static
2236         * src/snap.h: removed getSnapToBBox() declaration
2237         * src/sp-stop.h: removed three dependencies
2238         * src/Doxyfile: added further 3 files
2239         * src/object-hierarchy.cpp, src/pen-context.h, src/pen-context.cpp,
2240           src/pencil-context.h, src/pencil-context.cpp, src/snap.h, 
2241           src/snap.cpp, src/sp-stop.h, src/sp-gradient.h, src/sp-gradient.cpp,
2242           src/sp-linear-gradient.h, src/sp-radial-gradient.h:
2243           improved doxygen documentation
2245 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2247         * src/jabber_whiteboard/Makefile_insert,
2248           src/jabber_whiteboard/message-handler.cpp,
2249           src/jabber_whiteboard/empty.cpp:
2250           fixing some build issues (Apple's ar doesn't like creating
2251           archives with an empty member list, so empty.cpp is a null
2252           placeholder to be used as the sole member in the jabber_whiteboard
2253           archive in the event that a user does not wish to enable
2254           Inkboard)
2256 2005-08-02  Bryce Harrington <bryce@bryceharrington.org>
2258         * src/ui/dialog/*.*:  Update copyrights
2260         * doc/WISHLIST:  s/Sodipodi/Inkscape/
2262         * src/desktop.cpp:  Rename SPView to Inkscape::UI::View::View
2264         * changing include file syntax from "" to <> where appropriate
2266         * Changing copyrights to be consistent
2268 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2270         * src/menus-skeleton.h:
2271           added WITH_INKBOARD ifdef to prevent Inkboard options from being
2272           compiled into the menu skeleton if the Inkboard code is not enabled
2274 2005-08-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2276         *  src/display/curve.cpp: Correctly free an array with "delete []".
2278 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
2280         * src/jabber/whiteboard/node-tracker.cpp:
2281           removed unnecessary anchoring of XML::Nodes in XMLNodeTracker
2283 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
2285         * src/jabber_whiteboard/typedefs.h:
2286           moved back to GC::Alloc from traceable_allocator
2288         * src/jabber_whiteboard/node-tracker.cpp:
2289           fixed anchor-release problem with XML::Nodes in XMLNodeTracker
2291 2005-08-01  MenTaLguY  <mental@rydia.net>
2293         * src/gc.cpp, src/gc-core.h: Hans says it's okay to use
2294           GC_malloc_atomic_uncollectable
2296 2005-08-01  MenTaLguY  <mental@rydia.net>
2298         * src/gc-alloc.h: fix improper allocation size
2300 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
2302         * src/jabber_whiteboard/message-handler.cpp: removed some
2303           debug output
2305         * src/dialogs/whiteboard-sharewithchat.cpp: removed some excess
2306           debugging code
2308         * src/jabber_whiteboard/session-manager.cpp: removed 
2309           redundant if (x == NULL) tests surrounding delete
2311 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
2313         * src/ui/icons.cpp, src/ui/stock-items.cpp, src/ui/stock.cpp, 
2314           src/ui/stock.h:
2315           added Inkboard UI stock items
2317         * src/dialogs/whiteboard*:
2318           old C/Gtk Inkboard dialogs for collecting user input necessary
2319           to establish Jabber connections and Inkboard sessions (they're
2320           still used in some parts of the Inkboard code)
2322         * src/Makefile.am, src/Makefile_insert, src/desktop.cpp, 
2323           src/desktop.h, src/document.cpp, src/file.cpp, src/file.h,
2324           src/menus-skeleton.h, src/verbs.cpp, src/verbs.h:
2325           added necessary UI code to access Inkboard functions
2327         * src/jabber_whiteboard/Makefile_insert,
2328           src/jabber_whiteboard/buddy-list-manager.*,
2329           src/jabber_whiteboard/callbacks.*,
2330           src/jabber_whiteboard/chat-handler.*,
2331           src/jabber_whiteboard/connection-establishment.*,
2332           src/jabber_whiteboard/defines.h,
2333           src/jabber_whiteboard/error*,
2334           src/jabber_whiteboard/internal-constants.*,
2335           src/jabber_whiteboard/invitation-confirm-dialog.*,
2336           src/jabber_whiteboard/jabber-handlers.*,
2337           src/jabber_whiteboard/makefile*,
2338           src/jabber_whiteboard/message-*,
2339           src/jabber_whiteboard/node-*,
2340           src/jabber_whiteboard/received-message-helpers.cpp,
2341           src/jabber_whiteboard/player-functors.*,
2342           src/jabber_whiteboard/session-*,
2343           src/jabber_whiteboard/tracker-node.h,
2344           src/jabber_whiteboard/typedefs.h:
2345           Initial commit of Inkboard code
2346         * src/ui/dialog/session-player*,
2347           src/ui/dialog/whiteboard*:
2348           C++/Gtkmm replacements for some old C/Gtk dialogs
2349         * configure.ac:
2350           added Inkboard configure checks
2351         * src/ui/view/edit.cpp,
2352           src/ui/view/edit.h,
2353           src/ui/view/view.cpp:
2354           added Inkboard code stubs to new Gtkmm code
2355         * share/ui/menus-bars.xml:
2356           added Inkboard code stubs to menu UI XML
2358 2005-08-01  Ralf Stephan <ralf@ark.in-berlin.de>
2360         * src/sp-object.cpp: improved doxygen documentation
2362 2005-07-31  Ralf Stephan <ralf@ark.in-berlin.de>
2364         * src/nodepath.cpp: removed three dependencies
2366 2005-07-31  MenTaLguY  <mental@rydia.net>
2368         * src/sp-object.cpp, src/sp-object.h, src/sp-use.cpp:
2369           adopt more consistent refcounting policy
2371         * src/sp-object.h: make second parameter to sp_object_ref and
2372           sp_object_unref optional
2374 2005-07-30  Ralf Stephan <ralf@ark.in-berlin.de>
2376         * src/draw-anchor.cpp, src/nodepath.h: reduced dependencies
2377         * src/nodepath.cpp: removed duplicate dependency, added two from 
2378           nodepath.h, made triangle_area() inline
2379         * src/node-context.cpp: added dependency removed from nodepath.h
2380         * src/Doxyfile: added 2 further files to the scanned list
2381         * src/nodepath.h: moved function docs into nodepath.cpp
2382         * src/color.cpp: made file work with src/Doxyfile
2383         * src/color.cpp, src/draw-anchor.cpp, src/geom.cpp, src/nodepath.cpp:
2384           improved doxygen documentation
2385         * src/event-context.cpp: added a \todo
2386         * src/geom.cpp: added editor footer
2388 2005-07-30  Ted Gould  <ted@gould.cx>
2390         * src/Makefile_insert, src/inkscape.cpp, src/inkscape.h,
2391         src/interface.cpp, src/selection.cpp, src/verbs.cpp, src/verbs.h,
2392         src/extension/effect.cpp, src/extension/effect.h, src/menus-skeleton.h:
2394         Doing two things.  One, making menus configurable by an external xml file
2395         and the second is enabling sensitivity in the verbs.  These are both in
2396         pretty basic states right now, but workable.
2398 2005-07-29  MenTaLguY  <mental@rydia.net>
2400         * src/shortcuts.cpp: made Ctrl+Shift+G the "primary" ungroup shortcut
2402 2005-07-28  Carl Hetherington  <inkscape@carlh.net>
2404         * src/arc-context.cpp: CodingStyle.  Replace gboolean with bool.
2406         * src/desktop-events.cpp: CodingStyle: whitespace.  Add editor
2407         variables block.  gboolean exorcism.  Declaration-to-first-use fixes.
2408         
2410 2005-07-27  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2412         * src/style.h (SP_SCALE24_MAX): Change from 0xffffff to 0xff0000,
2413           and add documentation for choice of value.
2414           (SP_SCALE24_TO_FLOAT) Return a double instead of a float.
2415           (SP_SCALE24_FROM_FLOAT) Change rounding behaviour.
2416           These changes are intended to combat float rounding bugs on x86.
2418         * src/style.cpp (sp_style_merge_from_style_string): Use libcroco
2419           to parse style="..." attribute strings, to improve CSS parsing.
2421 2005-07-27  Ralf Stephan <ralf@ark.in-berlin.de>
2423         * src/Doxyfile: added 10 further files to the scanned list
2424         * src/gc-anchored.h, src/gc-managed.h, src/object-hierarchy.h, 
2425           src/pencil-context.h, src/selection.h, src/sp-object.h, src/sp-spiral.h, 
2426           src/svg-view.h, src/verbs.h, src/livarot/float-line.h, src/util/list.h, 
2427           src/widgets/paint-selector.h, src/xml/repr.h: 
2428           made file work with src/Doxyfile
2429         * src/livarot/int-line.h, src/livarot/float-line.h: 
2430           moved part of documentation into *.cpp file
2431         * src/gc-anchored.h, src/knot-holder-entity.h, src/nodepath.h, 
2432           src/pen-context.h, src/pencil-context.h, src/selection.h, 
2433           src/sp-gradient.h, src/sp-gradient.cpp, src/sp-item.h, src/sp-object.h, 
2434           src/sp-spiral.h, src/style.h, src/svg-view.h, src/extension/extension.h, 
2435           src/libnr/nr-matrix.h, src/livarot/int-line.h, src/livarot/int-line.cpp, 
2436           src/livarot/float-line.h, src/livarot/float-line.cpp, 
2437           src/livarot/sweep-event.h, src/livarot/sweep-event-queue.h, 
2438           src/util/list.h, src/widgets/paint-selector.h, src/xml/repr.h, 
2439           src/xml/repr.cpp: documentation improvements
2440         * src/sp-item.h: added editor footer
2442 2005-07-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2444         * src/svg/stringstream.h, src/svg/stringstream.cpp:
2445           Trim trailing zeros from after the decimal point when writing
2446           float or double to Inkscape::SVGOStringStream.
2447         * src/style-test.cpp: Update expected output accordingly.
2448         * src/svg/stringstream-test.h: New unit test.
2449         * src/Makefile.am, src/svg/Makefile_insert: Add the new unit test.
2450         * src/svg/Makefile_insert:
2451           Don't link unused ftos.cpp, but do link new file stringstream.cpp.
2453 2005-07-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2455         * share/icons/icons.svg: Add icon for connector context.
2457 2005-07-25  Ralf Stephan <ralf@ark.in-berlin.de>
2459         * src/libnr/nr-pixblock.h:  interface cleanup of NRPixBlock: size and mode
2460           are now named enums, empty is now bool, changes to function interfaces 
2461           because of that, changed C macros to C++ inline functions, changed clean 
2462           flag in some function interfaces from int to bool.
2463         * src/libnr/nr-pixblock.cpp:  adaptations due to changes in nr-pixblock.h,
2464           added assert to ...setup_extern() which remains a bit ... risky,
2465         * src/display/sp-canvas.cpp: 
2466           made sp_canvas_item_construct() static, inlined two other functions
2467         * src/svg-view.cpp: piped emit_resized through C++ façade (incomplete)
2468         * src/ui/view/view.h: removed legacyMessageContext() member
2469         * src/Doxyfile: added files, and options to collect todo and bugs
2470         * src/display/curve.cpp: moved member docs into curve.h
2471         * src/event-context.cpp: long line cosmetics, moved a function for clarity
2472         * src/sp-offset.h, src/sp-spiral.cpp, src/svg-view.cpp, 
2473           src/libnr/nr-types.h: added editor footer
2474         * src/color-rgba.h, src/draw-anchor.h, src/event-context.*, src/knot-*.h, 
2475           src/message-*.h, src/modifier-fns.h, src/nodepath.h, 
2476           src/pencil-context.cpp, src/pen-context.*, src/snap.*, src/sp-gradient.h, 
2477           src/sp-gradient-fns.h, src/sp-item.cpp, src/sp-item-notify-moveto.h, 
2478           src/sp-linear-gradient*, src/sp-offset.*, src/sp-radial-gradient*, 
2479           src/sp-spiral.cpp, src/style.cpp, src/svg-view.cpp, src/verbs.cpp, 
2480           src/dialogs/export.cpp, src/display/bezier-utils.cpp, 
2481           src/display/curve.*, src/diplay/sp-canvas.*, 
2482           src/extension/implementation/plugin*, src/extension/internal/gimpgrad.h, 
2483           src/libnr/nr-matrix.h, src/libnr/nr-matrix-scale-ops.h, 
2484           src/libnr/nr-matrix-translate-ops.h, src/libnr/nr-pixblock.*, 
2485           src/libnr/nr-point.h, src/libnr/nr-rotate.h, src/libnr/nr-rotate-fns.h, 
2486           src/libnr/nr-scale-matrix-ops.h, src/libnr/nr-types.h, 
2487           src/livarot/int-line.h, src/ui/view/view.*:
2488           
2489           made file work with src/Doxygen, doxygen documentation improvements
2491 2005-07-24  Ted Gould  <ted@gould.cx>
2493         * 0.42 Release
2495 2005-07-21  Ted Gould  <ted@gould.cx>
2497         * 0.42pre3
2499 2005-05-21  Kees Cook  <kees@outflux.net>
2501         * share/icons/*xpm, src/ui/dialog/transformation.cpp,
2502           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h:
2503           Hooked up Gtkmmified Icon manager correctly.  (bug 1217367)
2504         * Makefile.mingw, Makefile.mingw.common: patch 1241293 for build fixes
2506 2005-07-12  Ted Gould  <ted@gould.cx>
2508         * 0.42pre2
2510 2005-07-11  MenTaLguY  <mental@rydia.net>
2512         * src/debug/logger.cpp: wrap stack vector in method to avoid
2513           potential static initialization issues
2515         * src/sp-object.cpp: add refcount logging
2517 2005-07-09  MenTaLguY  <mental@rydia.net>
2519         * src/document-undo.cpp, src/inkscape.cpp, src/debug/event.h,
2520           src/debug/logger.cpp, src/debug/logger.h, src/debug/simple-event.h,
2521           src/xml/composite-node-observer.cpp, src/xml/event.cpp,
2522           src/xml/simple-node.cpp:
2524           Categorize debugging events and add the ability to filter them
2525           via setting the INKSCAPE_DEBUG_FILTER environment variable to
2526           a comma-separated list of debug event categories.
2528 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
2530         * src/interface.cpp: Spackle for Bug 1217361 "freeze on quitting 
2531         with transform dialog"
2533 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
2535         * src/interface.cpp: Whitespace changes only
2537 2005-07-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2539         * Info.plist.in, packaging/osx-app.sh, packaging/macosx/*:
2541         Changes and new files required to build an Inkscape dmg on Mac OS X.
2543 2005-07-05  Ted Gould  <ted@gould.cx>
2545         * 0.42pre1
2547 2005-07-04  MenTaLguY  <mental@rydia.net>
2549         * src/sp-metadata.cpp: strip id= attributes under rdf:RDF elements
2551 2005-07-04  MenTaLguY  <mental@rydia.net>
2553         * src/sp-object.cpp, src/xml/node-fns.h, src/xml/node-fns.cpp:
2554           don't force id= attributes on anything except elements in the SVG,
2555           Sodipodi, or Inkscape namespaces.
2557 2005-07-04  MenTaLguY  <mental@rydia.net>
2559         * src/verbs.cpp: redo cryve's fix to use defaultLabel() rather than
2560           label()
2562 2005-07-04  Bryce Harrington <bryce@bryceharrington.org>
2564         * src/livarot/float-line.cpp:  Patch from Ralf Stephan
2565         <ralf@ark.in-berlin.de> to suppress two warnings.
2566         
2567 2005-06-28  Ted Gould  <ted@gould.cx>
2569         * src/verbs.h:
2571         Changing from gnu::hash_map to std::map.  The only reason this was a
2572         hash_map before is because I was stealing code that I didn't understand,
2573         and a std::map works as well.  This fixes bug #1172199 for Tru64.
2575 2005-06-28  Ted Gould  <ted@gould.cx>
2577         * src/extension/dependency.cpp:
2579         Fix for #1169396 -- setting the default type for a dependency to file,
2580         this seems to be the only way that the print function could end up using
2581         undefined memory, and then passing it on the gettext.
2583 2005-06-28  Ted Gould  <ted@gould.cx>
2585         * src/extension/implementation/script.cpp,
2586         src/extension/implementation/script.h:
2588         Adding support for information coming back on STDERR from scripts.  This
2589         fixes bug #1220959 and RFE #1178941
2591 2005-07-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2593         * src/sp-stop.h, sp-gradient.cpp, widgets/gradient-vector.cpp:
2594           Implement currentColor as possible value for stop-color, as per spec.
2596 2005-07-02  Kees Cook  <kees@outflux.net>
2598         * src/dialog/rdf.cpp: Added FreeArt license, RFE #1230981.
2600 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
2602         * inkscape.nsi:  Fix for bug #1230744 'wrong installer language'
2603         by theadib.
2605         * src/swatches.cpp: Fix for bug #1217973.  The KDE swatches file
2606         consists of 3 column numbers (missing 4th column), and also lacks
2607         an ending newline.  In this situation, the name variable returned
2608         from trim() could be null, thus causing a segfault when used as an
2609         input to Glib::ustring.
2611         * src/sp-image.cpp: Patch for bug #1210100 by bpfowler to help
2612         narrow in on the cause of the bug.
2614         * README:  Requested change for bug #1174991.  Directions for
2615         installation of perl libs
2616         
2617 2005-07-01  Ben Fowler  <bpfowler@users.sourceforge.net>
2619         * src/desktop.cpp src/svg-view.cpp src/dialogs/display-settings.cpp 
2620         src/dialogs/export.cpp src/dialogs/find.cpp 
2621         src/extension/internal/ps.cpp: Replaced calls to gtk_widget_set_usize 
2622         with GTK2 version.
2624 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
2626         * inkscape.pod, src/main.cpp: Applying Makzu's patch to implement
2627           --vacuum-defs
2629 2005-06-28  Ted Gould  <ted@gould.cx>
2631         * 0.42pre0
2633 2005-06-23  MenTaLguY  <mental@rydia.net>
2635         * src/extension/implementation/script.cpp:
2636           support for ruby scripts (interpreter="ruby")
2638 2005-06-20  Ted Gould  <ted@gould.cx>
2640         * src/desktop.cpp, src/desktop.h, src/document-private.h,
2641         src/document.cpp, src/document.h, src/extension/effect.h,
2642         src/extension/implementation/script.cpp:
2644         Adding in a signal to show that the document is being reconstructed from
2645         another document.  This is used by the scripting extensions implementation
2646         to say to the desktops that they need to save their object references
2647         as strings instead of pointers -- and then recreate them when the
2648         reconstruction is complete.
2650         * src/extension/prefdialog.cpp: Making "OK" have focus.
2652         * src/verbs.cpp, src/verbs.h: Some prototype code to start making verbs
2653         sensitive or not.  Not tied in to anything currently.
2655 2005-06-20  MenTaLguY  <mental@rydia.net>
2657         * src/xml/repr-io.cpp: whoops... don't emit xmlns:xml
2659 2005-06-18  Richard Hughes  <cyreve@users.sourceforge.net>
2661         * src/text-context.cpp, src/text-context.h, src/libnrtype/Layout-TNG.h:
2662           implement double- and triple-clicking of text for selecting the
2663           current word and line respectively
2665 2005-06-16  MenTaLguY  <mental@rydia.net>
2667         * src/interface.cpp: removed "Go to root" context menu item
2669         * src/widgets/layer-selector.cpp: hide "(root)" unless it is the current
2670           layer
2672 2005-06-11  Aaron Spike  <aaron@ekips.org>
2674         * confiugre.ac,
2675           packaging/autopackage/default.apspec.in:
2677           Adding the autopackage specfile
2679 2005-06-10  Richard Hughes  <cyreve@users.sourceforge.net>
2681         * src/text-context.cpp:
2682           use ctrl-left/right for moving cursor by word in text mode,
2683           and ctrl-a for select all text
2685 2005-06-09  Bryce Harrington <bryce@bryceharrington.org>
2687         * src/ui/dialogs/align-and-distribute.cpp,
2688           src/ui/dialogs/align-and-distribute.h,
2689           src/verbs.cpp:
2690           Hooking up Aubanel's new align and distribute dialog
2692 2005-06-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2694         * src/text-context.cpp (sp_text_context_root_handler):
2695           Greater conformance to ISO 14755 for unicode entry.  We now
2696           implement all of the ``Basic method'' portion of that spec
2697           except for non-latin hexadecimal digits (first 6 letters of
2698           other alphabets).  (Instead, we do the same as for all other
2699           shortcuts, viz. force a group0 (latin) interpretation of the
2700           keypress.)
2702 2005-06-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2704         * src/pen-context.cpp (spdc_endpoint_snap): Pen tool: do snapping
2705           (i.e. namedview_free_snap_all_types) even for initial point.
2707         * src/Makefile.am (INCLUDES), src/extension/script/Makefile_insert
2708         (extension_script_libscript_a_CXXFLAGS):
2710           Put PERL_CFLAGS PYTHON_CFLAGS into global INCLUDES rather than
2711           using a libscript_a_CXXFLAGS var (which involved creating .o files
2712           specific to that lib).
2714 2005-06-06  Ted Gould  <ted@gould.cx>
2716         * src/extensions/effect.cpp:
2718         Adding in the code so that effects can be undoable.
2720         * src/extensions/implementation/script.[cpp,h]
2722         Adding in the code so that a new window is not displayed when an
2723         effect is executed.  Now it is in the same window (much nicer).
2725         * src/extensions/internal/latex*.[cpp,h]
2727         Patches from the mailing list to add LaTeX output.
2729 2005-06-04  MenTaLguY  <mental@rydia.net>
2731         * src/extensions/init.cpp:
2733           That tears it.  Showing the error dialog on startup goes.  I've
2734           had to respond to one too many bloody bug reports.  If we released
2735           0.42 with this too we'll drive away users permanently.  As it was,
2736           a lot of people were assuming 0.41 was broken when they saw this
2737           and reverted to 0.40.
2739 2005-05-31  MenTaLguY  <mental@rydia.net>
2741         * src/preferences-skeleton.h: disable extension error dialog on startup
2742           -- I'm sick of hearing that Inkscape is broken because people see
2743           this dialog on startup.  It makes us look bad.
2744           
2745           We're not going to repeat this for 0.42 -- find a better approach.
2747 2005-05-28  MenTaLguY  <mental@rydia.net>
2749         * src/document.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
2750           src/sp-flowtext.cpp, src/sp-object.cpp, src/sp-object.h,
2751           src/sp-path.cpp, src/sp-rect.cpp, src/sp-root.cpp, src/sp-root.h,
2752           src/sp-shape.cpp, src/version.cpp, src/version.h:
2754           propagate SVG version upwards, and move SPVersion into Inkscape
2755           namespace
2757 2005-05-24  Simarilius  <Simarilius@yahoo.com>
2759         * src/verbs.cpp, src/dialogs/tiledialog.cpp, src/dialogs/tiledialog.h,
2760         src/ui/dialogs/dialog-manager.cpp
2761         
2762         Converted the tiledialog over to the inkscape:ui:dialog class and hooked
2763         it into dialog manager
2765 2005-05-24  Ted Gould  <ted@gould.cx>
2767         * src/extension/dependency.cpp, src/extension/extension.cpp,
2768         src/extension/extension.h, src/extension/init.cpp,
2769         src/extension/implementation/script.cpp:
2771         Applying patch 1199856 which allows Inkscape to have multiple directories
2772         for extensions.  Currently those are /share/inkscape/extensions and
2773         ~/.inkscape/extensions.  The patch was written by Aaron Spike.
2775 2005-05-23  Ted Gould  <ted@gould.cx>
2777         * share/extensions/<alot>
2779         Adding in Aaron Spike's extensions so that they come with the standard
2780         build.  Lot's of useful stuff that is worth having for most users.
2782 2005-05-19  MenTaLguY  <mental@rydia.net>
2784         * src/verbs.cpp, src/ui/dialog/align-and-distribute.h,
2785           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
2786           src/ui/dialog/document-preferences.h, src/ui/dialog/export.h,
2787           src/ui/dialog/extension-editor.h, src/ui/dialog/fill-and-stroke.h,
2788           src/ui/dialog/find.h, src/ui/dialog/inkscape-preferences.h,
2789           src/ui/dialog/layer-editor.h, src/ui/dialog/messages.h,
2790           src/ui/dialog/text-properties.h, src/ui/dialog/transformation.h,
2791           src/ui/dialog/xml-editor.h, src/ui/view/edit.cpp:
2793           refactoring of the dialog manager code, introducing factory
2794           functions and a method specifically for showing a dialog
2796 2005-05-19  MenTaLguY  <mental@rydia.net>
2798         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
2800           fix layer property undo crash bugs (#1192708 and #1171704)
2802 2005-05-19  MenTaLguY  <mental@rydia.net>
2804         * src/debug/Makefile_insert, src/debug/sysv-heap.cpp,
2805           src/debug/sysv-heap.h, src/gc.cpp, src/debug/gc-heap.h,
2806           src/debug/heap.cpp:
2808           moved GC Heap statistics stuff into libdebug to ease circular
2809           dependencies
2811 2005-05-17  MenTaLguY  <mental@rydia.net>
2813         * src/ui/dialog/memory.cpp:
2815           reduce magnitude of memory jitter somewhat by avoiding some vector
2816           resizing and copying
2818 2005-05-16  MenTaLguY  <mental@rydia.net>
2820         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
2822           revised Debug::Heap API slightly
2824         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
2826           thousands separators and other niceties.  'apply' now forces a
2827           garbage collection and immediate update.
2829 2005-05-16  MenTaLguY  <mental@rydia.net>
2831         * src/ui/dialog/memory.cpp: re-use existing rows, though it doesn't
2832           seem to help memory jitter much
2834 2005-05-15  MenTaLguY  <mental@rydia.net>
2836         * src/debug/heap.cpp: fix bounds error
2838         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
2839         
2840         flesh out basic memory info dialog
2842 2005-05-15  MenTaLguY  <mental@rydia.net>
2844         * configure.ac: cleaned up tests
2846         * src/debug/heap.cpp: fixed feature macro names
2848 2005-05-15  MenTaLguY  <mental@rydia.net>
2850         * configure.ac: added tests for mallinfo and malloc.h
2852         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
2854           fix up Debug::Heap API slightly
2856 2005-05-14  MenTaLguY  <mental@rydia.net>
2858         * src/interface.cpp, src/verbs.cpp, src/verbs.h,
2859           src/ui/dialog/Makefile_insert, src/ui/dialog/dialog-manager.cpp,
2860           src/ui/dialog/dialog-manager.h, src/ui/dialog/memory.cpp,
2861           src/ui/dialog/memory.h:
2862           
2863           added skeletal memory statistics dialog
2865 2005-05-12  Juerg Billeter  <j@bitron.ch>
2867         * configure.ac: Have pkgconfig explicitly require gdkmm-2.4 & glibmm-2.4
2868         (used directly by Inkscape), rather than relying on transitive
2869         dependencies.  It's said that this is required in some cases with
2870         pkgconfig 0.17 and later.
2872 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
2874         * ChangeLog configure.ac src/Makefile_insert src/desktop-widget.h
2875           src/desktop.h src/dropper-context.cpp src/file.cpp
2876           src/shortcuts.cpp src/sp-text.cpp src/splivarot.cpp
2877           src/svg-view.h src/text-context.cpp src/verbs.cpp
2878           src/extension/implementation/plugin-link.h
2879           src/extension/internal/grid.cpp src/helper/action.h
2880           src/helper/window.cpp src/ui/dialog/dialog.cpp
2881           src/ui/dialog/messages.cpp src/ui/view/view.cpp
2882           src/ui/view/view.h:   
2884           Moving view.* into src/ui/view/
2885         
2886 2005-05-09  MenTaLguY  <mental@rydia.net>
2888         * src/gc-alloc.h: const-correctness fix
2890 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
2892         * configure.ac:  Defaulting with-gnome-vfs to on if library is
2893           present. 
2894         
2895         * po/POTFILES.in : Fixed error causing compile failure
2897         * src/Makefile_insert src/arc-context.cpp src/desktop-events.cpp
2898            src/desktop.cpp src/desktop.h src/dyna-draw-context.cpp
2899            src/gradient-context.cpp src/gradient-toolbar.cpp
2900            src/interface.cpp src/make.dep src/make.files
2901            src/rect-context.cpp src/select-context.cpp
2902            src/select-toolbar.cpp src/seltrans.cpp src/spiral-context.cpp
2903            src/star-context.cpp src/toolbox.cpp src/verbs.cpp src/view.cpp
2904            src/view.h src/application/application.cpp
2905            src/application/application.h src/application/editor.cpp
2906            src/application/editor.h src/ui/dialog/align-and-distribute.cpp
2907            src/ui/dialog/align-and-distribute.h
2908            src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h
2909            src/ui/dialog/dialog.cpp src/ui/dialog/dialog.h
2910            src/ui/dialog/document-preferences.cpp
2911            src/ui/dialog/document-preferences.h src/ui/dialog/export.cpp
2912            src/ui/dialog/export.h src/ui/dialog/extension-editor.cpp
2913            src/ui/dialog/extension-editor.h
2914            src/ui/dialog/fill-and-stroke.cpp
2915            src/ui/dialog/fill-and-stroke.h src/ui/dialog/find.cpp
2916            src/ui/dialog/find.h src/ui/dialog/inkscape-preferences.cpp
2917            src/ui/dialog/inkscape-preferences.h
2918            src/ui/dialog/layer-editor.cpp src/ui/dialog/layer-editor.h
2919            src/ui/dialog/messages.h src/ui/dialog/text-properties.cpp
2920            src/ui/dialog/text-properties.h
2921            src/ui/dialog/transformation.cpp src/ui/dialog/transformation.h
2922            src/ui/dialog/tree-editor.h src/ui/dialog/xml-editor.cpp
2923            src/ui/dialog/xml-editor.h src/ui/view/Makefile_insert
2924            src/ui/view/edit.cpp src/ui/view/edit.h :
2926            Renaming sp-desktop-widget.h to desktop-widget.h for
2927            consistency with other desktop files.  Beginning migration of
2928            desktop-* and view* files into ui/view/ subdir.  Incorporating
2929            DialogManager into existing SPDesktop code.  Making SPView
2930            derive from GObject.  Changing Messages dialog to run via
2931            DialogManager.  Removing getName() and getDesc() routines from
2932            Dialogs.  
2933         
2934 2005-05-08  MenTaLguY  <mental@rydia.net>
2936         * src/Makefile_insert: change link order since the GC code now
2937           depends on the debugging stuff
2939         * src/debug/Makefile_insert, src/debug/heap.cpp, src/debug/heap.h:
2941           added heap statistics stuff
2943         * src/gc.cpp: register the GC heap with the heap statistics facility
2945 2005-05-07  MenTaLguY  <mental@rydia.net>
2947         * src/gc-anchored.h, src/gc-core.h, src/gc-finalized.h,
2948           src/gc-managed.h, src/gc.cpp:
2950           hide the global Ops structure from the outside world, and expose
2951           some additional libgc API.
2953 2005-05-07  Ted Gould  <ted@gould.cx>
2955         * src/extension/parameter.cpp: bug fix for empty string parameter
2957         * share/extensions/dropshadow.inx,
2958         src/extension/implementation/script.cpp:
2960         Adding in an "interpreter" attribute for "command" that will prepend
2961         the command with the interpreter.  Right now only "perl" and "python"
2962         work, and they only prepend "perl" and "python", but more will be
2963         added later.
2965 2005-05-07  MenTaLguY  <mental@rydia.net>
2967         * src/xml/composite-node-observer.cpp: bug fixes
2969         * src/xml/simple-node.cpp, src/xml/simple-node.h: switch to using
2970           CompositeNodeObserver, which has saner add/remove semantics
2972         * src/util/list-container-test.cpp: add another test, just to be sure
2974         * src/dialogs/xml-tree.cpp: remove need for is_interactive flag on
2975           attribute changes (the flag is effectively disabled by the other
2976           changes)
2978 2005-05-05  MenTaLguY  <mental@rydia.net>
2980         * src/debug/event.h, src/debug/logger.cpp:
2982           PropertyPair is now its own class
2983         
2984         * src/xml/simple-node.cpp: add logging of XML node mutation
2986         * src/xml/Makefile_insert, src/xml/composite-node-observer.cpp,
2987           src/xml/composite-node-observer.h:
2989           added CompositeNodeObserver class, which will eventually replace
2990           the existing notifier lists
2992 2005-05-05  MenTaLguY  <mental@rydia.net>
2994         * src/inkscape.cpp: try to cleanly terminate log in case of crashes
2996 2005-05-05  MenTaLguY  <mental@rydia.net>
2998         * src/document-undo.cpp, src/debug/Makefile_insert, src/debug/logger.cpp,
2999           src/debug/simple-event.h, src/xml/event.cpp:
3001           add debug logging for undo+redo+transactions
3003 2005-05-05  MenTaLguY  <mental@rydia.net>
3005         * src/inkscape.cpp, src/main.cpp: initialize and shutdown debug log
3006           from more reliable place
3008         * src/debug/logger.cpp: clean up log via std::atexit()
3010 2005-05-04  MenTaLguY  <mental@rydia.net>
3012         * configure.ac, src/Makefile.am, src/Makefile_insert,
3013           src/debug/Makefile_insert, src/debug/makefile.in:
3015           added src/debug/ subdir
3017         * src/gc-alloc.h: no default management type for now
3019         * src/debug/event-tracker.h, src/debug/event.h, src/debug/logger.cpp,
3020           src/debug/logger.h: simple XML logging facility
3022         * src/util/Makefile_insert: fixed cut-and-paste error
3024 2005-04-29  Jon A. Cruz  <jon@joncruz.org>
3025         * src/dialogs/swatches.cpp, src/dialogs/eek-preview.h,
3026           src/dialogs/eek-preview.cpp:
3028         Added property to swatch to block taking focus.
3030 2005-04-28  Jon A. Cruz  <jon@joncruz.org>
3031         * src/dialogs/Makefile_insert, src/dialogs/eek-preview.cpp,
3032           src/dialogs/eek-preview.h, src/dialogs/swatches.cpp,
3033           src/dialogs/swatches.h, src/ui/previewholder.cpp,
3034           src/ui/previewable.h, src/ui/widget/panel.cpp:
3036           Adding new widget for color swatch usage.
3038 2005-04-24  Bryce Harrington <bryce@bryceharrington.org>
3040         * src/Makefile.am src/Makefile_insert,
3041           src/application/Makefile_insert, src/application/editor.cpp,
3042           src/application/editor.h, src/extension/internal/svg.cpp,
3043           src/ui/Makefile_insert, src/ui/view/Makefile_insert,
3044           src/ui/view/edit.cpp, src/ui/view/edit.h, src/ui/view/makefile.in,
3045           src/application/editor-impl.cpp, src/application/editor-impl.h:
3047           Renaming EditorImpl to UI::View::Edit
3049           Fixing bug 1185873 "batch mode crasher" caused by VFS being
3050           called with relative paths.  Adding a check to see whether the
3051           input is a valid uri, and if not, just calling sp_document_new
3052           directly.
3055 2005-04-23  Ted Gould  <ted@gould.cx>
3057         * src/extension/input.cpp, src/extension/input.h,
3058         src/extension/output.cpp, src/extension/output.h,
3059         src/extension/system.cpp, src/extension/implementation/implementation.cpp,
3060         src/extension/implementation/implementation.h,
3061         src/extension/implementation/plugin-link.h,
3062         src/extension/implementation/plugin.cpp,
3063         src/extension/implementation/plugin.h,
3064         src/extension/implementation/script.cpp,
3065         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
3066         src/extension/internal/eps-out.h:
3068         Changing the prototype for the input/output preferences to be closer to
3069         that of Effects.  This is a good thing because now autogui can be used for
3070         all, and it is much cleaner.  Unfortunately, this caused alot of files to
3071         be changed.  Also, this sets up the extensions dialog (we're only using
3072         one now) to be integrated into the GTKmm codebase easier.
3074 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3075         * src/widgets/sp-color-wheel-selector.cpp,
3076           src/widgets/sp-color-scales.h, src/widgets/sp-color-slider.cpp,
3077           src/widgets/sp-color-scales.cpp:
3078         Changed CMYK selector to display values as 0-100. Fixes REF #1124499.
3080 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3081         * src/xml/repr-io.cpp:
3082         Expand entities; matches 0.41 behavior. Fixes bug #1157478.
3084 2005-04-20  Jon A. Cruz  <jon@joncruz.org>
3085         * src/sp-object-repr.cpp:
3086         Turned off the half-done <animate> element. Fixes bug #1119935.
3088 2005-04-19  Carl Hetherington  <inkscape@carlh.net>
3090         * src/pen-context.cpp: snap first point to grid correctly, fixing
3091         #1152057.  Remove a pointless call to spdc_endpoint_snap().
3093         * src/main.cpp: support for command-line export of PS and EPS,
3094         with options.
3096 2005-04-19  Piers Titus van der Torren  <piersvdt@users.sourceforge.net>
3097         * src/seltrans.cpp:
3098         Fixed skew so it displays and snaps to angle instead of percentage.
3100 2005-04-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3102         * src/extension/internal/pov-out.cpp (PovOutput::save):
3103         Was dividing component bytes by 256 instead of the usual 255 to get
3104         floating point component.  Changed to use sp_color_get_rgb_floatv
3105         instead.  (N.B. This change is wrong if pov files disallow 1.0.)
3107         Multiply opacity by product of all ancestors' opacity property computed
3108         value.
3110 2005-04-18  Carl Hetherington  <inkscape@carlh.net>
3112         * src/sp-line.cpp, src/dialogs/unclump.cpp,
3113         src/extension/internal/ps.cpp,
3114         src/libnrtype/Layout-TNG-Output.cpp,
3115         src/Layout-TNG-Scanline-Makers.cpp, src/livarot/PathCutting.cpp:
3116         add missing include of nr-point-matrix-ops.h.
3118 2005-04-17  Jon A. Cruz  <jon@joncruz.org>
3119         * src/toolbox.cpp:
3121         Corrected improper use of static. Fixes bug #1171919.
3123 2005-04-16  Ted Gould  <ted@gould.cx>
3125         * src/extension/extension.cpp, src/extension/parameter.cpp:
3127         Adding in autogui for strings and booleans.  Also making everything
3128         a little more robust.
3130 2005-04-17  cyreve  <cyreve@users.sourceforge.net>
3132         * src/: sp-text.cpp, sp-text.h, text-context.cpp, text-editing.cpp,
3133           text-editing.h, libnrtype/Layout-TNG-Compute.cpp: hook up keys
3134           for adding rotate= attribute to text elements
3136         * src/libnrtype/Layout-TNG-OutIter.cpp: visual cursor left/right in
3137           counterdirectional text runs
3139 2005-04-16  cyreve  <cyreve@users.sourceforge.net>
3141         * src/: display/nr-arena-glyphs.cpp, libnrtype/FontInstance.cpp,
3142           libnrtype/RasterFont.cpp, libnrtype/font-instance.h,
3143           libnrtype/font-style.h: make miter-limit work for text outlines
3144           (bug 1094430)
3146 2005-04-16  Ted Gould  <ted@gould.cx>
3148         * src/main.cpp:
3150         Added a command-line arguement --extension-directory to find what
3151         extension directory Inkscape is configured for.  This should be 
3152         helpful for external extensions that want to use the same path
3153         as Inkscape itself on their install.
3155         * src/extension/extension.cpp, src/extension/init.cpp:
3157         Putting in half of Aaron's fix, mostly the one to keep things from
3158         crashing, next we need to examine how to add multiple search paths
3159         for extension dependencies.
3161         Also, added a check so that autogui won't create a GUI if there are
3162         no preferences.
3164 2005-04-13  Jon Phillips <jon@rejon.org>
3165         * src/toolbox.cpp: removed code that was beeping and prepped for new
3166           drag-n-drop color swatches.
3168 2005-04-13  cyreve  <cyreve@users.sourceforge.net>
3170         * src/path-chemistry.cpp: wire up converting object to path for
3171           flowtext
3173 2005-04-13  Jon A. Cruz  <jon@joncruz.org>
3174         * src/dialogs/swatches.cpp:
3176         Simple drag-n-drop out from color swatches.
3178 2005-04-12  cyreve  <cyreve@users.sourceforge.net>
3180         * src/: selection-chemistry.cpp, text-context.cpp, text-context.h,
3181           text-editing.cpp, text-editing.h: cut and copy selected text (bug
3182           1175441)
3184 2005-04-12  Ted Gould  <ted@gould.cx>
3186         * src/extension/extension.cpp, src/extension/extension.h,
3187         src/extension/parameter.cpp, src/extension/parameter.h,
3188         src/extension/implementation/script.cpp:
3190         This is support for having command line arguments from the parameters,
3191         mostly this is a quick hack to get Aaron working, I'll clean it up
3192         shortly, I promise.  But, it does seem to be working right now.  More
3193         polish shortly.
3195 2005-04-10  Jon A. Cruz  <jon@joncruz.org>
3196         * src/interface.cpp:
3198         Adding drag-n-drop support for arbitrary images. Fixes bug 1177714.
3201 2005-04-10  Ted Gould  <ted@gould.cx>
3203         * Lots of files:
3205         Moving around the plugins, and disabling the feature.  I've put all
3206         the functionality into the internal directory.  This should allow for
3207         the features to be used until plugins could work.  Also, adding in
3208         features to do autogui with the parameters of a given extension.
3210 2005-04-09  Bryce <bryce@bryceharrington.org>
3212         * src/view.h, src/application/editor-impl.cpp,
3213           src/application/editor-impl.h, src/svg-view.h:
3215           C++-ification.  Created some C++ wrapper member functions for
3216           SPView and SPSVGView, to enable Gtkmmification of SPDesktop
3218 2005-04-09  MenTaLguY  <mental@rydia.net>
3220         * src/selection.cpp, src/selection.h, src/dialogs/align.cpp,
3221           src/extension/implementation/script.cpp,
3222           src/extension/plugin/bluredge.cpp, src/util/glib-list-iterators.h:
3224           excise STL abuse, and fix up the glib list iterators
3226 2005-04-09  MenTaLguY  <mental@rydia.net>
3228         * src/file.cpp, src/interface.cpp, src/shortcuts.cpp,
3229           src/sp-object-repr.cpp, src/sp-skeleton.cpp, src/verbs.cpp,
3230           src/dialogs/export.cpp, src/display/nr-arena-item.cpp,
3231           src/libnrtype/FontFactory.cpp, src/libnrtype/TextWrapper.h,
3232           src/livarot/ShapeMisc.cpp, src/livarot/float-line.cpp:
3234           combined several different 64-bit cleanness patches
3236 2005-04-08 Jon Phillips <jon@rejon.org>
3237         * src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h: 
3238           added copyright statements about dialog manager code I wrote.
3240 2005-04-08  MenTaLguY  <mental@rydia.net>
3242         * src/draw-context.cpp, src/dyna-draw-context.cpp, src/path-chemistry.cpp,
3243           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
3244           src/splivarot.cpp, src/extension/plugin/bluredge.cpp,
3245           src/trace/trace.cpp:
3247           renaming Inkscape::Selection methods that deal with XML::Nodes
3249 2005-04-08  MenTaLguY  <mental@rydia.net>
3251         * src/document-undo.cpp: try again with handling incomplete transactions
3252           more gracefully
3254 2005-04-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3256         * src/io/sys.h, src/io/sys.cpp (dir_open, dir_read_utf8name):
3257           New functions: utf8 wrappers around g_dir_open, g_dir_read_name.
3259 2005-04-02  Bryce Harrington <bryce@bryceharrington.org>
3261         * configure.ac share/ui/menus-bars.xml, src/Makefile.am,
3262           src/Makefile_insert, src/file.cpp,
3263           src/application/editor-impl.cpp,
3264           src/application/editor-impl.h,
3265           src/extension/init.cpp, src/extension/input.cpp,
3266           src/extension/system.cpp,
3267           src/extension/implementation/implementation.cpp,
3268           src/extension/implementation/plugin.cpp,
3269           src/extension/implementation/script.cpp,
3270           src/extension/internal/svg.cpp
3271         : Implementing preliminary load-from-URI functionality.
3272         
3274 2005-04-02  MenTaLguY  <mental@rydia.net>
3276         * src/document-undo.cpp, src/xml/event-fns.h, src/xml/event.cpp,
3277           src/xml/event.h:
3279           more debugging info for incomplete transactions
3281 2005-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3283         * src/sp-gradient.cpp: Fix crash with cycles in gradient hrefs.
3285 2005-04-01  Jon A. Cruz  <jon@joncruz.org>
3286         * src/ui/widget/panel.h, src/ui/widget/panel.cpp, src/ui/previewholder.h,
3287           src/ui/previewholder.cpp,src/dialogs/swatches.cpp,
3288           src/dialogs/swatches.h:
3289           Added UI for switching palettes
3291 2005-04-01  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3292         * src/style.cpp (sp_style_merge_from_dying_parent): New function to
3293           combine the styles of the <use> element and its ghost child when
3294           unlinking.
3295         * src/sp-use.cpp: Use it.
3297 2005-03-31  Jon A. Cruz  <jon@joncruz.org>
3298         * src/ui/widget/panel.cpp, src/ui/widget/panel.h, src/path-prefix.h,
3299           src/dialogs/swatches.cpp, src/dialogs/swatches.h
3300           share/palettes/Makefile.am, share/palettes/svg.gpl:
3301           Adding palette loading.
3303 2005-03-31 Jean-François Lemaire <jflemaire@skynet.be>
3304         * share/icons/David_icons.svg: new icon theme by David Christian Berg
3306         * share/icons/README.icons: explanations on how to use the theme
3308 2005-03-30  Jean-François Lemaire <jflemaire@skynet.be>
3309         * share/icons/icons.svg: included the layer menu icons
3311         * src/verbs.cpp: assigned names for the layer menu icons
3313 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
3314         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
3315           src/ui/previewholder.h, src/ui/previewfillable.h,
3316           src/dialogs/iconpreview.cpp, src/dialogs/swatches.cpp:
3317           Adding panel menu
3319 2005-03-27  Jon Phillips <jon@rejon.org>
3320         * src/toolbox.cpp src/toolbox.h src/ui/dialog/dialog-manager.cpp
3321           src/ui/dialog/dialog-manager.h: Added generic dialog adding,
3322           deleting, and getting and fixed toolboxes to be static with no
3323           warnings.
3325 2005-03-26  Bryce <bryce@bryceharrington.com>
3327         * share/ui/keybindings.rc, share/ui/menus-bars.xml
3328           src/application/editor-impl.cpp, src/application/editor-impl.h,
3329           src/extension/internal/svg.cpp, src/ui/dialog/Makefile_insert,
3330           src/ui/dialog/dialog-manager.cpp,
3331           src/ui/dialog/dialog-manager.h, src/ui/dialog/messages.cpp,
3332           src/ui/dialog/messages.h: Initial implementation of canvas in
3333           gtkmm.  Incorporating Messages dialog.
3336 2005-03-24  MenTaLguY  <mental@rydia.net>
3338         * src/sp-item.cpp: fix relative transforms to accommodate viewbox
3340 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
3342         * src/ui/Makefile_insert, src/dialogs/swatches.cpp,
3343           src/dialogs/swatches.h, src/ui/previewable.h,
3344           src/ui/previewfillable.h, src/ui/previewholder.cpp,
3345           src/ui/previewholder.h:
3346           Refactoring previewable functionality to be more generic
3348 2005-03-24  cyreve  <cyreve@users.sourceforge.net>
3350         * src/: text-context.cpp, text-editing.cpp, text-editing.h:
3351           functions for applying style to selected text, and wire them
3352           up to ctrl-b/ctrl-i for bold/italic
3354 2005-03-23  Jon Phillips <jon@rejon.org>
3355         * src/toolbox.h src/toolbox.cpp: Fixed warning messages.
3357 2005-03-23  Jon A. Cruz  <jon@joncruz.org>
3359         * src/ui/previewable.h, src/ui/Makefile_insert,
3360           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
3361           Preliminary work for 'Previewable' interface.
3363 2005-03-23  cyreve  <cyreve@users.sourceforge.net>
3365         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
3366           libnrtype/Layout-TNG-Output.cpp: make text on path work correctly
3367           with accent glyphs and suchlike
3369         * src/: text-chemistry.cpp, libnrtype/Layout-TNG.h: apply text's
3370           alignment to startOffset on new textpath elements, fixes bug
3371           1168145
3373         * src/libnrtype/Layout-TNG-OutIter.cpp: selecting text to the end
3374           sometimes displays wrong
3376 2005-03-22  MenTaLguY  <mental@rydia.net>
3378         * src/arc-context.cpp, src/desktop-handles.cpp,
3379           src/desktop-handles.h, src/desktop.cpp, src/desktop.h,
3380           src/document.h, src/draw-context.cpp, src/draw-context.h,
3381           src/file.cpp, src/forward.h, src/gradient-context.cpp,
3382           src/gradient-drag.cpp, src/gradient-drag.h, src/gradient-toolbar.cpp,
3383           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
3384           src/node-context.h, src/nodepath.cpp, src/object-ui.cpp,
3385           src/path-chemistry.cpp, src/rect-context.cpp, src/selcue.cpp,
3386           src/selcue.h, src/select-context.cpp, src/select-toolbar.cpp,
3387           src/selection-chemistry.cpp, src/selection-chemistry.h,
3388           src/selection-describer.cpp, src/selection-describer.h,
3389           src/selection.cpp, src/selection.h, src/seltrans.cpp,
3390           src/seltrans.h, src/sp-flowtext.cpp, src/spiral-context.cpp,
3391           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
3392           src/text-context.cpp, src/toolbox.cpp, src/verbs.cpp,
3393           src/dialogs/align.cpp, src/dialogs/clonetiler.cpp,
3394           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
3395           src/dialogs/find.cpp, src/dialogs/iconpreview.cpp,
3396           src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
3397           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
3398           src/dialogs/tiledialog.cpp, src/dialogs/transformation.cpp,
3399           src/dialogs/xml-tree.cpp, src/extension/plugin/bluredge.cpp,
3400           src/extension/plugin/grid.cpp, src/trace/trace.cpp,
3401           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
3402           src/ui/dialog/transformation.cpp, src/ui/dialog/transformation.h,
3403           src/widgets/sp-widget.cpp, src/widgets/sp-widget.h:
3405           SPSelection -> Inkscape::Selection
3407 2005-03-22  cyreve  <cyreve@users.sourceforge.net>
3409         * src/text-context.cpp: pressing esc doesn't hide text selection
3411         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3412           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
3413           libnrtype/Layout-TNG.h: make text selection inverse
3415 2005-03-21  Jon Phillips <jon@rejon.org>
3417         * share/icons/icons.svg src/dropper-context.cpp
3418           src/dropper-context.h src/toolbox.cpp src/toolbox.h
3419           src/dialogs/display-settings.cpp: Added controls for eye dropper
3420           so that I could get color values. Removed option from application
3421           preferences.
3423 2005-03-21  MenTaLguY  <mental@rydia.net>
3425         * src/util/Makefile_insert, src/util/glib-list.h,
3426           src/util/glib-list-iterators.h:
3428           retired old Glib list to Util::List adaptor and replaced it with
3429           new iterator classes that directly wrap the Glib list types
3431 2005-03-21  cyreve  <cyreve@users.sourceforge.net>
3433         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp: text
3434           selection doesn't show when it starts at the end of a line
3436         * src/: text-context.cpp, text-editing.cpp: crash on overtyping
3437           selection, and displayed selection not removed on overtype
3439         * src/text-editing.cpp: kerning information placed wrongly in text
3440           after child span element
3442         * src/libnrtype/Layout-TNG-OutIter.cpp: crash when pressing home key
3444         * src/: text-context.cpp, text-context.h: text selection using the
3445           mouse
3447         * src/: make.dep, make.files, make.ofiles,
3448           libnrtype/Layout-TNG-OutIter.cpp: further optimisation of text
3449           selection, and an implementation for text on a path
3451         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp,
3452           libnrtype/Layout-TNG.h: optimisation of text selection and fixing
3453           some bugs in it
3455 2005-03-18  MenTaLguY  <mental@rydia.net>
3457         * src/arc-context.cpp, src/file.cpp, src/gradient-context.cpp,
3458           src/node-context.cpp, src/object-ui.cpp, src/path-chemistry.cpp,
3459           src/rect-context.cpp, src/select-context.cpp,
3460           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
3461           src/sp-flowtext.cpp, src/spiral-context.cpp, src/splivarot.cpp,
3462           src/star-context.cpp, src/text-chemistry.cpp, src/text-context.cpp,
3463           src/dialogs/find.cpp, src/dialogs/in-dt-coordsys.cpp,
3464           src/dialogs/xml-tree.cpp:
3466           cleaned up the selection API slightly
3468 2005-03-20  cyreve  <cyreve@users.sourceforge.net>
3470         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3471           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
3472           libnrtype/Layout-TNG.h: initial implementation of text selection
3473           (keyboard only)
3475         * src/libnrtype/Layout-TNG-OutIter.cpp: making
3476           createSelectionShape() work
3478         * src/: sp-text.cpp, sp-text.h: text-anchor sometimes won't work in
3479           text on a path when x/y coordinates are set
3481         * src/libnrtype/Layout-TNG-Output.cpp: text on path: cut characters
3482           before start of path and calculate bounding box correctly when
3483           this happens
3485 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
3486         * src/dialogs/Makefile_insert, src/dialogs/swatches.cpp,
3487           src/dialogs/swatches.h, src/verbs.h, src/verbs.cpp,
3488           src/interface.cpp:
3489           Initial cut of swatches panel.
3491 2005-03-19  cyreve  <cyreve@users.sourceforge.net>
3493         * src/libnrtype/Layout-TNG-Compute.cpp: rendering of
3494           multiple-character clusters in rtl text is wrong (bug 1166603)
3496         * src/: make.dep, make.files, make.ofiles, sp-text.cpp, sp-text.h,
3497           text-editing.cpp: glue kerning info back together on deleting
3498           line breaks
3500         * src/sp-tspan.cpp: textpath startOffset attribute doesn't save
3501           correctly when it's a percentage (remnants of bug 1124722)
3503         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3504           text-editing.h, libnrtype/Layout-TNG.h: use Layout::iterator for
3505           storing cursor position. Fixes bug 1093660 related to rtl cursor
3506           movement
3508         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG.h: implement
3509           backend cursor movement functions properly for multidirectional
3510           text
3512         * src/libnrtype/Layout-TNG-Output.cpp: create more efficient
3513           postscript output
3515         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG-Output.cpp,
3516           Layout-TNG.h: obey text-align attribute when fitting text to a
3517           path (fixes bug 1124722)
3519         * src/: attributes-test.cpp, attributes.cpp, attributes.h,
3520           sp-flowtext.cpp, sp-text.cpp, sp-tspan.cpp, sp-tspan.h,
3521           style-test.cpp, libnrtype/Layout-TNG-Output.cpp: wire up
3522           startOffset attribute to textpath and fix bugs in it
3524         * src/sp-flowtext.cpp: unflow text command loses formatting
3526         * src/xml/repr-io.cpp: xml pretty-printer adding whitespace in
3527           xml:space=preserve elements
3529         * src/: sp-flowtext.cpp, text-editing.cpp: line breaks not being
3530           put before strings immediately following para elements, and
3531           deleting line breaks copies style wrongly
3533 2005-03-18  MenTaLguY  <mental@rydia.net>
3535         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
3536           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
3537           src/xml/node-fns.cpp, src/xml/node-fns.h, src/xml/node-iterators.h,
3538           src/xml/repr.cpp, src/xml/simple-node.cpp:
3540           renamed node-fns-tree to node-fns, and moved sp_repr_prev etc
3541           into Inkscape::XML namespace (as e.g. previous_node)
3543 2005-03-18  cyreve  <cyreve@users.sourceforge.net>
3545         * src/libnrtype/Layout-TNG-Compute.cpp: cursor position on blank
3546           first line sometimes goes wrong
3548         * src/: make.dep, make.files, make.ofiles, text-editing.cpp:
3549           spurious line break added before text in text and font dialog
3550           (bug 1166016)
3552         * src/: make.dep, make.files, make.ofiles, libnrtype/FlowBoxes.cpp,
3553           libnrtype/FlowBoxes.h, libnrtype/FlowDefs.h,
3554           libnrtype/FlowDest.cpp, libnrtype/FlowDest.h,
3555           libnrtype/FlowEater.cpp, libnrtype/FlowEater.h,
3556           libnrtype/FlowRes.cpp, libnrtype/FlowRes.h,
3557           libnrtype/FlowResOut.cpp, libnrtype/FlowSols.cpp,
3558           libnrtype/FlowSols.h, libnrtype/FlowSrc.cpp, libnrtype/FlowSrc.h,
3559           libnrtype/FlowSrcText.cpp, libnrtype/FlowSrcText.h,
3560           libnrtype/FlowStyle.cpp, libnrtype/FlowStyle.h,
3561           libnrtype/FlowUtils.cpp, libnrtype/FlowUtils.h,
3562           libnrtype/Makefile_insert: remove all old text layout code (7,577
3563           lines)
3565         * src/: sp-flowregion.cpp, sp-flowregion.h, sp-flowtext.cpp,
3566           sp-string.cpp, sp-tspan.cpp: purge flow_dest class from code
3568         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
3569           libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: define a value
3570           for line-height:normal and use it consistently
3572         * src/: sp-text.cpp, sp-text.h, text-editing.cpp: adjust kerning
3573           attributes on adding/removing line breaks
3575 2005-03-17  MenTaLguY  <mental@rydia.net>
3577         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp:
3579           whoops, we were calling the 'children' vfunc rather than
3580           'last_child' when appending, hence the bug... fixed now.
3582 2005-03-17  cyreve  <cyreve@users.sourceforge.net>
3584         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
3585           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h: x,y
3586           attributes on tspans set wrongly when alignment != left (bug
3587           1165427)
3589         * src/: sp-text.cpp, sp-text.h: break before tspan role=line
3590           elements, ie allow first tspan not to have role=line
3592         * src/: make.dep, make.files, make.ofiles, sp-flowtext.cpp,
3593           sp-object.cpp: fix inheritance problems with xml:space attribute
3595         * src/libnrtype/Layout-TNG-OutIter.cpp: crash on pressing enter
3596           immediately after creating text
3598         * src/: object-ui.cpp, sp-flowtext.cpp: set xml:space=preserve on
3599           new flowdiv elements
3601         * src/libnrtype/Layout-TNG-Compute.cpp: second try at solving
3602           numerical problems when line-height is set
3604         * src/: sp-flowtext.cpp, sp-flowtext.h, verbs.cpp: slightly
3605           objectify SPFlowtext and rearrange its updating a tiny bit
3607         * src/: path-chemistry.cpp, sp-flowregion.cpp, sp-offset.cpp,
3608           sp-text.cpp, sp-text.h, sp-use-reference.cpp, splivarot.cpp:
3609           slightly objectify SPText & rearrange updating code, also fixes
3610           bug causing all letters to appear on top of each other
3612         * src/libnrtype/Layout-TNG-Compute.cpp: characters will draw
3613           multiple times when x or y attributes set
3615 2005-03-16  cyreve  <cyreve@users.sourceforge.net>
3617         * src/text-editing.cpp: kerning: add/remove kerns with
3618           insertion/deletion of characters, and only apply kerns to the
3619           topmost xml object
3621         * src/: help.cpp, selection-chemistry.cpp, sp-text.cpp, sp-text.h,
3622           text-context.cpp, text-editing.cpp, text-editing.h,
3623           dialogs/text-edit.cpp: move functions applying to both text and
3624           flowtext to text-editing & rename them. Also fixes crash on
3625           letter/linespacing adjustment for flowtext
3627         * src/text-editing.cpp: fix crash on pressing delete at the end of
3628           text
3630         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
3631           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h:
3632           position cursor correctly in empty text objects
3634         * src/: sp-item-group.cpp, sp-object.cpp: optimise adding children
3635           to the end of a group - big improvement for tile clones
3637         * src/: sp-flowtext.cpp, sp-text.cpp, text-context.cpp,
3638           text-editing.cpp, text-editing.h: text editing fixes: track line
3639           breaks with preceding para tag, finish abstracting line
3640           break/remove functions to work on flowtext
3642         * src/libnrtype/Layout-TNG-Compute.cpp: cursor positioning
3643           off-by-one in some cases of wrapped text
3645 2005-03-15  cyreve  <cyreve@users.sourceforge.net>
3647         * src/libnrtype/Layout-TNG-Compute.cpp: small tweak to make cursor
3648           positioning work right in counterdirectional spans in fully
3649           justified text
3651         * src/sp-text.cpp: tweak function for adjusting linespacing by
3652           keyboard to be more precise
3654         * src/: attributes-test.cpp, attributes.cpp, make.dep, make.files,
3655           make.ofiles, style-test.cpp, style.cpp,
3656           libnrtype/Layout-TNG-Output.cpp: make the unit tests pass for the
3657           new styles, and workaround build breakage when pango < 1.8
3658           installed
3660         * src/: sp-flowtext.cpp, sp-flowtext.h,
3661           libnrtype/Layout-TNG-Compute.cpp,
3662           libnrtype/Layout-TNG-Scanline-Makers.cpp, libnrtype/Layout-TNG.h:
3663           wiring up full justification to old attribute & fixing bugs in
3664           it, which turned in to a major refactoring of layout code
3666 2005-03-14  Jon Phillips <jon@rejon.org>
3667         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
3668           src/desktop.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
3669           src/dialogs/desktop-properties.cpp:
3670           Added showpageshadow preference to document preferences. Set to
3671           on automatically and saves with document if off.
3673 2005-03-14  MenTaLguY  <mental@rydia.net>
3675         * src/display/nr-arena-item.h, src/display/nr-arena-item.cpp,
3676           src/display/nr-arena-group.cpp:
3678           added virtual accessor for last child
3680 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
3681         * src/interface.cpp, src/verb.cpp, src/verbs.h,
3682           src/ui/widget/panel.cpp, src/dialogs/Makefile_insert,
3683           src/dialogs/extensions.cpp, src/dialogs/extensions.h,
3684           src/extension/error-file.cpp:
3685           Added rough cut of initial extensions panel and dialog.
3687 2005-03-13  Bryce Harrington <bryce@bryceharrington.org>
3689         * src/path-prefix.h: Rearranging linking of libui and libutil
3691         * src/application/application.cpp, src/application/application.h
3692           src/application/editor-impl.cpp,
3693           src/ui/dialog/dialog-manager.cpp,  src/ui/dialog/dialog.cpp,
3694           src/ui/dialog/dialog.h, src/ui/widget/labelled.cpp,
3695           src/ui/dialog/transformation.h, src/ui/dialog/transformation.cpp,
3696           src/ui/widget/unit-menu.h, src/util/units.cpp:
3697           Integrating Transformation dialog.  Removing hardcoded paths.
3699         * share/icons/Makefile.in, share/icons/arrows-horiz.svg,
3700           share/icons/arrows-vert.svg, share/icons/arrows_hor.xpm,
3701           share/icons/arrows_ver.xpm, share/icons/rotate.svg,
3702           share/icons/rotate.xpm, share/icons/scale_hor.xpm,
3703           share/icons/scale_ver.xpm, share/icons/Makefile.am:
3704           Adding icons needed by transformation dialog
3706         * share/ui/units.txt,  share/ui/units.xml:
3707           Moving units into ui/ subdir.  Dunno if this is the best
3708           location for them, but pjrm thought it'd be ok for now.
3710 2005-03-13  cyreve  <cyreve@users.sourceforge.net>
3712         * src/sp-text.cpp: allow adjusting letter spacing when cursor is at
3713           eol
3715         * src/: make.dep, make.files, make.ofiles,
3716           libnrtype/Layout-TNG-Compute.cpp,
3717           libnrtype/Layout-TNG-OutIter.cpp,
3718           libnrtype/Layout-TNG-Output.cpp, libnrtype/Layout-TNG.h: fix
3719           kerning when align != left, and fix linespacing < 100
3721         * src/: sp-flowtext.cpp, sp-text.cpp, sp-text.h, style.cpp,
3722           style.h, libnrtype/Layout-TNG-Compute.cpp,
3723           libnrtype/Layout-TNG-Input.cpp, libnrtype/Layout-TNG-OutIter.cpp,
3724           libnrtype/Layout-TNG-Output.cpp,
3725           libnrtype/Layout-TNG-Scanline-Maker.h, libnrtype/Layout-TNG.h:
3726           implement line-height css property, & fix percentage handling in
3727           style
3729 2005-03-12  MenTaLguY  <mental@rydia.net>
3731         * src/node-context.cpp, src/node-context.h, src/nodepath.cpp,
3732           src/nodepath.h, src/toolbox.cpp, src/dialogs/align.cpp:
3734           Renamed Path namespace to Inkscape::NodePath, to avoid conflict
3735           with livarot
3737 2005-03-12  Kees Cook  <kees@outflux.net>
3739         * inkscape.nsi: added German translation from Adib Taraben.
3741 2005-03-12  MenTaLguY  <mental@rydia.net>
3743         * src/sp-namedview.cpp, src/sp-metadata.cpp: it's valid for an SPObject
3744           'write' method to be passed the object's own XML node; account for this.
3746 2005-03-12  MenTaLguY  <mental@rydia.net>
3748         * src/xml/simple-node.cpp: assert that src != this in
3749           SimpleNode::mergeFrom
3751 2005-03-12  MenTaLguY  <mental@rydia.net>
3753         * src/gc-alloc.h: minor cosmetic adjustments
3755         * src/util/list-container.h: pedantically correct implementation of
3756           ListContainer::max_size()
3758         * src/xml/simple-node.cpp: use Util::ListContainer iterators in a more
3759           STL-ish fashion
3761 2005-03-12  Jon A. Cruz  <jon@joncruz.org>
3762         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
3763           src/ui/widget/Makefile_insert, src/dialogs/iconpreview.h,
3764           src/dialogs/iconpreview.cpp:
3765           Initial addition of Panel.
3767 2005-03-12  cyreve  <cyreve@users.sourceforge.net>
3769         * src/sp-flowtext.cpp: text unflow command losing space characters:
3770           add xml:space to generated elements
3772         * src/: attributes.cpp, attributes.h, make.dep, make.files,
3773           make.ofiles, sp-flowtext.cpp, sp-text.cpp, style.cpp, style.h,
3774           text-context.cpp, text-editing.cpp, dialogs/text-edit.cpp,
3775           libnrtype/FlowRes.cpp, libnrtype/Layout-TNG-Compute.cpp,
3776           libnrtype/Layout-TNG-Input.cpp: add several new text properties
3777           to SPStyle and rearrange some of the existing ones, also remove
3778           spurious warning on applying kerning
3780         * src/sp-flowtext.cpp: svg spec requires us to break after flowline
3781           content, not before
3783 2005-03-11  cyreve  <cyreve@users.sourceforge.net>
3785         * src/desktop-style.cpp, src/sp-text.cpp, src/sp-text.h,
3786           src/sp-tspan.cpp, src/sp-tspan.h, src/text-chemistry.cpp,
3787 src/text-editing.cpp,
3788           src/text-editing.h: combine the common attribute handling for text,
3789           tspan and textpath into one class
3791         * src/sp-flowtext.cpp, src/sp-string.cpp: reimplement xml:space attribute
3793         * src/sp-text.cpp, src/libnrtype/Layout-TNG-OutIter.cpp,
3794           src/libnrtype/Layout-TNG.h: apply calculated x/y attributes to tspan
3795           role=line elements
3797         * src/libnrtype/Layout-TNG-Output.cpp: postscript text output
3798           incorrectly scaled (and other problems)
3800 2005-03-10  cyreve  <cyreve@users.sourceforge.net>
3802         * src/sp-flowdiv.h, src/sp-flowtext.h,
3803           src/sp-text.cpp, src/sp-text.h, src/sp-tspan.h, src/text-context.cpp,
3804           src/text-editing.cpp, src/text-editing.h,
3805           src/libnrtype/Layout-TNG-Compute.cpp,
3806           src/libnrtype/Layout-TNG-OutIter.cpp: clean up xml tree properly on
3807           deleting line break, & fix various compile issues
3809         * src/nodepath.cpp, src/sp-flowdiv.cpp,
3810           src/sp-flowdiv.h, src/sp-flowtext.cpp, src/sp-flowtext.h,
3811 src/sp-string.cpp,
3812           src/sp-string.h, src/sp-text.cpp, src/sp-text.h, src/sp-tspan.cpp,
3813 src/sp-tspan.h,
3814           src/text-editing.cpp, src/verbs.cpp, src/libnrtype/FontInstance.cpp,
3815           src/libnrtype/font-instance.h, src/livarot/Shape.h,
3816           src/libnrtype/Layout-TNG-Compute.cpp, src/libnrtype/Layout-TNG-Input.cpp,
3817           src/libnrtype/Layout-TNG-OutIter.cpp,
3818           src/libnrtype/Layout-TNG-Output.cpp,
3819           src/libnrtype/Layout-TNG-Scanline-Maker.h,
3820           src/libnrtype/Layout-TNG-Scanline-Makers.cpp,
3821           src/libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: huge rewrite of
3822           text layout (and some text editing) code
3824 2005-03-07  Kees Cook  <kees@outflux.net>
3826         * src/libnr/have_mmx.S, src/libnr/nr_mmx_R8G8B8A8_P_EMPTY_A8_RGBAP.S,
3827           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_A8_RGBAP.S,
3828           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_R8G8B8A8_N_TRANSFORM.S,
3829           src/libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S: execstack patch
3830           from Mike Hearn.
3832 2005-03-07  Jon A. Cruz  <jon@joncruz.org>
3833         * src/interface.cpp, src/verbs.h, src.verbs.cpp, src/widgets/icon.cpp,
3834           src/dialogs/iconpreview.h, src/dialogs/iconpreview.cpp,
3835           src/dialogs/Makefile_insert:
3836           Initial cut of icon preview.
3838 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
3840         * share/icons/*.svg, share/icons/Makefile.am:  Adding icons for
3841           new gui interface
3843         * src/ui/icons.cpp:  Fixing some paths
3845         * src/main.cpp src/application/Makefile_insert,
3846           src/application/app-prototype.h,
3847           src/application/application.cpp src/application/editor.cpp,
3848           src/ui/widget/toolbox.cpp,
3849           src/application/editor-impl.cpp:
3850           Broke out editor-impl class to its own file.  Continued getting
3851           the new interface to the point where it'll load and run.
3853         * share/ui/keybindings.rc, share/ui/toolbox.xml, share/ui/menus-bars.xml:
3854           Migrating some of the UI definition stuff into main codebase
3856 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
3857         * src/widgets/layer-selector.cpp, src/widgets/icon.h,
3858           src/widgets/icon.cpp, src/dialogs/align.cpp, src/dialogs/find.cpp,
3859           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
3860           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
3861           src/dialogs/xml-tree.cpp, src/interface.cpp:
3862           Purging PixBufFactory and sp_icon_new_scaled.
3864 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
3865         * src/widgets/icon.cpp, src/widgets/icon.cpp: Switched icon loading
3866           to be deferred and react to theme changes on-the-fly.
3868 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
3870         * src/application/Makefile_insert,
3871           src/application/app-prototype.cpp,
3872           src/application/editor.h,
3873           src/application/app-prototype.h,
3874           src/application/application.cpp:
3875           Adding Application::AppPrototype class
3876         * src/application/editor.cpp,
3877           src/application/editor.h:
3878           Changing member function getImpl() to getWindow()
3880 2005-03-04  Jon A. Cruz  <jon@joncruz.org>
3881         * src/widgets/icon.cpp: Changed stock item loading to use stock
3882           GtkImage widgets directly.
3884 2005-03-03  MenTaLguY  <mental@rydia.net>
3886         * src/widgets/icon.cpp: more idiomatic iteration
3888 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
3889         * src/toolbox.cpp: Added preference to make the top toolbox 'small'.
3891 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
3892         * src/desktop-events.cpp, src/desktop.cpp, src/gradient-toolbar.cpp,
3893           src/interface.cpp, src/select-toolbar.cpp, src/toolbox.cpp,
3894           src/toolbox.h, src/dialogs/find.cpp,
3895           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
3896           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
3897           src/dialogs/xml-tree.cpp, src/widgets/button.cpp,
3898           src/widgets/button.h, src/widgets/icon.cpp, src/widgets/icon.h,
3899           src/widgets/layer-selector.cpp, src/widgets/paint-selector.cpp,
3900           src/widgets/widget-sizes.h:
3901           Initial pass removing hardcoded icon sizes.
3903 2005-03-01  MenTaLguY  <mental@rydia.net>
3905         * src/extensions/internal/ps.cpp: apply patch from Michael Forbes
3906           (miforbes@mbhs.edu) to support gradient fills in Postscript
3908 2005-03-01  MenTaLguY  <mental@rydia.net>
3910         * src/xml/node.h, src/xml/simple-node.cpp, src/xml/simple-node.h:
3912           begin migration of notification interface to use NodeObserver
3913           rather than NodeEventVector
3915 2005-03-01  MenTaLguY  <mental@rydia.net>
3917         * src/xml/Makefile_insert, src/xml/node-listener.h, src/xml/repr.cpp,
3918           src/xml/simple-node.cpp, src/xml/simple-node.h:
3920           reworked listener list to use Util::ListContainer
3922         * src/xml/node-observer.h: minor name cleanups
3924 2005-03-01  MenTaLguY  <mental@rydia.net>
3926         * src/Makefile.am, src/algorithms/find-if-before.h:
3928           added new generic algorithm
3930 2005-03-01  MenTaLguY  <mental@rydia.net>
3932         * src/Makefile.am, src/util/Makefile_insert,
3933           src/util/list-container-test.cpp, src/util/list-container.h:
3935           tests and fixes for Util::ListContainer
3937 2005-03-01  MenTaLguY  <mental@rydia.net>
3939         * src/Makefile.am, src/libnr/Makefile_insert, src/xml/Makefile_insert:
3940           use in-tree copy of cxxtest
3942         * src/util/Makefile_insert, src/util/list-container.h:
3943           add Util::List-based STL container
3945 2005-02-28 SwinginCelt  <swinginceltgmail.com>
3947         * Fixed an improper conversion of sp_repr_document_merge that was causing
3948           extra data being written to the prefrences file every time inkscape
3949           exited.
3951 2005-02-26 SwinginCelt  <swinginceltgmail.com>
3953         * Replaced all sp_repr_set_content calls with direct call to
3954           repr->setContent.
3955         * Replaced all sp_repr_merge calls with direct call to
3956           repr->mergeFrom.
3957         * Removed inline sp_repr_document_merge because it wasn't used anywhere.
3958         * Removed inline sp_repr_set_content because it wasn't used anywhere.
3960 2005-02-26  MenTaLguY  <mental@rydia.net>
3962         * cxxtest: imported cxxtest tree
3964 2005-02-24  Jon A. Cruz  <jon@joncruz.org>
3965         * src/main.cpp, io/sys.h, io/sys.cpp:
3966           Refactoring input filename conversion and fallback.
3967           Fixes bug #1151536.
3969 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
3970         * src/main.cpp:
3971           Refactoring sp_main_*. Adding cleanup phase on extracted filename list.
3973 2005-02-22  Bryce Harrington <bryce@bryceharringotn.org>
3975         * src/main.cpp, src/application/application.cpp:  Adding --new-gui
3976         option.
3978 2005-02-22  Ted Gould  <ted@gould.cx>
3980         * src/interface.cpp:
3982         Changing the effects menu to be driven by the preferences file so that the
3983         file can be the same whether or not the effects are shown.
3985 2005-02-22  MenTaLguY  <mental@rydia.net>
3987         * src/desktop-style.cpp, src/selection-chemistry.cpp,
3988           src/xml/attribute-record.h, src/xml/node.h, src/xml/repr-css.cpp,
3989           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h:
3991           use Inkscape::Util::List for attribute lists, and sprinkle some
3992           appropriate 'using's in to make things less verbose
3994 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
3995         * src/inkscape.cpp, src/main.cpp, src/extension/input.cpp, src/io/sys.cpp,
3996           src/xml/repr-io.cpp:
3997           Better catching of problematic filenames.
3998           Made segv handler only use dialog box when app is using a gui.
3999           Fixes bug #1145847.
4001 2005-02-22  Ted Gould  <ted@gould.cx>
4003         * src/extension/effect.cpp, src/extension/prefdialog.cpp,
4004         src/extension/prefdialog.h,
4005         src/extension/implementation/implementation.cpp,
4006         src/extension/implementation/implementation.h,
4007         src/extension/implementation/plugin-link.h,
4008         src/extension/implementation/plugin.cpp,
4009         src/extension/implementation/plugin.h,
4010         src/extension/implementation/script.cpp,
4011         src/extension/implementation/script.h, src/extension/plugin/grid.cpp:
4013         Changing the API of the effects preferences so that it doesn't use
4014         sockets and plugs anymore.  Now there is a generic widget passed down so
4015         that should work on every platform.
4017         * src/extension/plugin/grid.cpp:
4019         Fixing the grid so that it uses the right axis.
4021         * share/extensions/Makefile.am, share/extensions/bluredge.inx,
4022         share/extensions/randompnt.inx, share/extensions/randompos.inx,
4023         src/extension/plugin/Makefile_insert, src/extension/plugin/bluredge.cpp,
4024         src/extension/plugin/randompnt.cpp, src/extension/plugin/randompos.cpp:
4026         Adding some cool new effects, well, they're not really done yet,
4027         but getting the basis code into CVS so I don't loose it :)
4029 2005-02-21  MenTaLguY  <mental@rydia.net>
4031         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4032           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4033           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4034           src/xml/repr.cpp, src/xml/simple-node.cpp:
4036           renamed header files
4038         * src/xml/Makefile_insert, src/xml/invalid-operation-exception.h:
4040           added Inkscape::XML::InvalidOperationException
4042         * src/xml/simple-node.h:
4044           avoid a second indirect function call from SimpleNode::appendChild
4046 2005-02-20 SwinginCelt  <swinginceltgmail.com>
4048         * Replaced all sp_repr_attr calls with direct call to
4049           repr->attribute.
4050         * Replaced all sp_repr_document_unref calls with direct call to
4051           Inkscape::GC::release(...).
4052         * Removed iinline sp_repr_document_ref because it wasn't used anywhere.
4054 2005-02-20  MenTaLguY  <mental@rydia.net>
4056         * src/inkscape.cpp: removed unused signals
4058 2005-02-19  MenTaLguY  <mental@rydia.net>
4060         * src/arc-context.cpp, src/desktop.cpp, src/document-private.h,
4061           src/document-undo.cpp, src/document.cpp, src/event-context.cpp,
4062           src/gradient-chemistry.cpp, src/gradient-chemistry.h,
4063           src/gradient-drag.cpp, src/gradient-drag.h, src/node-context.cpp,
4064           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4065           src/star-context.cpp, src/toolbox.cpp,
4066           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4067           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4068           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4069           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
4070           src/xml/attribute-record.h, src/xml/document.h, src/xml/event-fns.h,
4071           src/xml/event.cpp, src/xml/event.h, src/xml/node-event-vector.h,
4072           src/xml/node-iterators.h, src/xml/node-listener.h, src/xml/node.h,
4073           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp, src/xml/repr-io.cpp,
4074           src/xml/repr-sorting.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp,
4075           src/xml/repr.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4076           src/xml/simple-node.h, src/xml/simple-session.cpp,
4077           src/xml/sp-css-attr.h, src/xml/sp-repr-action-fns.h,
4078           src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h,
4079           src/xml/sp-repr-attr.h, src/xml/sp-repr-doc.h,
4080           src/xml/sp-repr-event-vector.h, src/xml/sp-repr-iterators.h,
4081           src/xml/sp-repr-listener.h, src/xml/sp-repr.h:
4083           renamed header files to match new class names
4085 2005-02-19  MenTaLguY  <mental@rydia.net>
4087         * src/arc-context.cpp, src/arc-context.h, src/desktop-events.cpp,
4088           src/desktop-style.cpp, src/desktop-style.h, src/desktop.cpp,
4089           src/document-private.h, src/document-undo.cpp, src/document.cpp,
4090           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
4091           src/dyna-draw-context.h, src/event-context.cpp, src/event-context.h,
4092           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
4093           src/inkscape.h, src/inkview.cpp, src/interface.cpp, src/knotholder.cpp,
4094           src/knotholder.h, src/layer-fns.cpp, src/main.cpp, src/node-context.cpp,
4095           src/nodepath.cpp, src/nodepath.h, src/object-ui.cpp,
4096           src/path-chemistry.cpp, src/prefs-utils.cpp, src/rect-context.cpp,
4097           src/rect-context.h, src/selection-chemistry.cpp, src/selection.cpp,
4098           src/selection.h, src/seltrans.cpp, src/sp-anchor.cpp,
4099           src/sp-animation.cpp, src/sp-clippath.cpp, src/sp-conn-end-pair.cpp,
4100           src/sp-conn-end-pair.h, src/sp-defs.cpp, src/sp-ellipse.cpp,
4101           src/sp-flowdiv.cpp, src/sp-flowregion.cpp, src/sp-flowtext.cpp,
4102           src/sp-gradient-fns.h, src/sp-gradient-test.cpp, src/sp-gradient.cpp,
4103           src/sp-guide.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4104           src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
4105           src/sp-linear-gradient-fns.h, src/sp-marker.cpp, src/sp-mask.cpp,
4106           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4107           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object-repr.h,
4108           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp, src/sp-offset.h,
4109           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4110           src/sp-polyline.cpp, src/sp-radial-gradient-fns.h, src/sp-rect.cpp,
4111           src/sp-root.cpp, src/sp-shape.cpp, src/sp-skeleton.cpp,
4112           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-string.cpp,
4113           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-tspan.cpp,
4114           src/sp-use-reference.h, src/sp-use.cpp, src/spiral-context.cpp,
4115           src/spiral-context.h, src/splivarot.cpp, src/star-context.cpp,
4116           src/star-context.h, src/style.cpp, src/style.h, src/text-chemistry.cpp,
4117           src/text-context.cpp, src/text-editing.cpp, src/toolbox.cpp,
4118           src/verbs.cpp, src/application/application.cpp,
4119           src/application/application.h, src/application/editor.h,
4120           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
4121           src/dialogs/export.cpp, src/dialogs/fill-style.cpp, src/dialogs/rdf.cpp,
4122           src/dialogs/sp-attribute-widget.cpp, src/dialogs/sp-attribute-widget.h,
4123           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4124           src/dialogs/tiledialog.cpp, src/dialogs/xml-tree.cpp,
4125           src/ecma/EcmaBinding.cpp, src/ecma/EcmaBinding.h,
4126           src/extension/dependency.cpp, src/extension/dependency.h,
4127           src/extension/effect.cpp, src/extension/effect.h,
4128           src/extension/extension.cpp, src/extension/extension.h,
4129           src/extension/input.cpp, src/extension/input.h,
4130           src/extension/output.cpp, src/extension/output.h,
4131           src/extension/print.cpp, src/extension/print.h, src/extension/system.cpp,
4132           src/extension/implementation/plugin.cpp,
4133           src/extension/implementation/script.cpp,
4134           src/extension/implementation/script.h,
4135           src/extension/internal/gdkpixbuf-input.cpp,
4136           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4137           src/extension/internal/svg.cpp, src/extension/plugin/grid.cpp,
4138           src/helper/stock-items.cpp, src/trace/trace.cpp,
4139           src/widgets/dash-selector.cpp, src/widgets/dash-selector.h,
4140           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp,
4141           src/widgets/layer-selector.cpp, src/widgets/layer-selector.h,
4142           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
4143           src/widgets/sp-widget.h, src/widgets/sp-xmlview-attr-list.cpp,
4144           src/widgets/sp-xmlview-attr-list.h, src/widgets/sp-xmlview-content.cpp,
4145           src/widgets/sp-xmlview-content.h, src/widgets/sp-xmlview-tree.cpp,
4146           src/widgets/sp-xmlview-tree.h, src/widgets/spw-utilities.h,
4147           src/xml/comment-node.h, src/xml/element-node.h, src/xml/node-observer.h,
4148           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
4149           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4150           src/xml/repr-io.cpp, src/xml/repr-sorting.cpp, src/xml/repr-sorting.h,
4151           src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
4152           src/xml/session.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4153           src/xml/simple-node.h, src/xml/simple-session.cpp,
4154           src/xml/simple-session.h, src/xml/sp-css-attr.h,
4155           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
4156           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h,
4157           src/xml/sp-repr-doc.h, src/xml/sp-repr-event-vector.h,
4158           src/xml/sp-repr-iterators.h, src/xml/sp-repr-listener.h,
4159           src/xml/sp-repr.h, src/xml/text-node.h, src/xml/transaction-logger.h:
4161             SPRepr -> Inkscape::XML::Node
4162             SPReprDoc -> Inkscape::XML::Document
4163             SPReprAttr -> Inkscape::XML::AttributeRecord
4164             SPReprAction -> Inkscape::XML::Event
4165             SPReprEventVector -> Inkscape::XML::EventVector
4166             SPReprListener -> Inkscape::XML::NodeListener
4168             etc..
4170 2005-02-19  Jon A. Cruz  <jon@joncruz.org>
4171         * src/extension/extension.h, src/extension/internal/svg.cpp,
4172           src/extension/internal/svgz.cpp:
4173           Fixing .svgz Inkscape save and adding .svgz Plain save.
4174           Fixes bug #1144223
4176 2005-02-18  Jon A. Cruz  <jon@joncruz.org>
4177         * src/Makefile.am, src/libnr/Makefile_insert,
4178           src/libnr/nr-point-fns-test.h  src/libnr/nr-types-test.h:
4179           Adding initial version of CxxTest test cases.
4181 2005-02-17  Jon A. Cruz  <jon@joncruz.org>
4183         * src/io/gzipinputstream.h, src/io/gzipinputstream.cpp: Changed
4184           decompression to be streammed and removed hardcoded limit.
4186 2005-02-17  MenTaLguY  <mental@rydia.net>
4188         * src/inkscape.h, src/inkscape.cpp, src/desktop.cpp:
4190           rewrote "last desktop standing" test to not suck
4192 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4194         * Replaced some sp_repr_attr calls with direct call to
4195           repr->attribute.
4197 2005-02-16 John Cliff <simarilius@yahoo.com>
4199         * src/dialogs/tiledialog.h, src/dialogs/tiledialog.cpp,
4200           src/dialogs/makefile_insert, src/verbs.cpp, src/verbs.h:
4201           Added a dialog that allows you to arrange the selection
4202           in a grid pattern with user defined spacing.
4203           its in objects->grid arrange...
4205 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4207         * Replaced inline function sp_repr_name with direct call to
4208           repr->name.
4209         * Replaced inline function sp_repr_content with direct call to
4210           repr->content.
4211         * Replaced inline function sp_repr_has_attr with direct call to
4212           repr->matchAttributeName.
4214 2005-02-15  MenTaLguY  <mental@rydia.net>
4216         * src/document.cpp, src/document.h, src/file.cpp, src/help.cpp,
4217           src/inkscape.cpp, src/inkview.cpp, src/slideshow.cpp,
4218           src/dialogs/filedialog.cpp, src/dialogs/stroke-style.cpp,
4219           src/extension/internal/gdkpixbuf-input.cpp,
4220           src/extension/internal/svg.cpp, src/extension/plugin/gimpgrad.cpp,
4221           src/helper/stock-items.cpp, src/widgets/icon.cpp:
4223           removed unused SPDocument::advertize
4225 2005-02-14  MenTaLguY  <mental@rydia.net>
4227         * src/document.cpp: remove redundant assignment that appears to confuse
4228           gcc anyhow
4230 2005-02-14  SwinginCelt  <swingincelt@gmail.com>
4232         * Replaced inline function sp_repr_set_position_absolute with
4233           direct call to repr>->setPosition.
4235 2005-02-13  Bryce  <bryce@bryceharrington.org>
4237         * src/main.cpp, src/application/application.cpp, src/inkscape.h,
4238           src/application/editor-impl.h, src/application/editor.cpp
4239           src/application/editor.h, src/ui/dialog/dialog-manager.cpp,
4240           src/ui/dialog/dialog-manager.h, src/application/app-prototype.h
4241           src/application/application.h:  Integrating I::A::Application
4242           into the execution path.  Now its run() routine is called from
4243           main().
4245         * src/application/Makefile_insert, src/application/makefile.in,
4246           src/application/editor-impl.h, src/application/editor.cpp,
4247           src/application/editor.h:  Initial import of inkscape_gtkmm
4248           code.  Also see doc/NewAppArchitecture/ presentation for the
4249           rationale behind this.
4251         * src/ui/dialog/align-and-distribute.cpp,
4252 src/ui/dialog/align-and-distribute.h,
4253           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
4254           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
4255           src/ui/dialog/document-preferences.cpp,
4256 src/ui/dialog/document-preferences.h,
4257           src/ui/dialog/export.cpp, src/ui/dialog/export.h,
4258           src/ui/dialog/extension-editor.cpp, src/ui/dialog/extension-editor.h,
4259           src/ui/dialog/fill-and-stroke.cpp, src/ui/dialog/fill-and-stroke.h,
4260           src/ui/dialog/find.cpp, src/ui/dialog/find.h,
4261           src/ui/dialog/inkscape-preferences.cpp,
4262 src/ui/dialog/inkscape-preferences.h,
4263           src/ui/dialog/layer-editor.cpp, src/ui/dialog/layer-editor.h,
4264           src/ui/dialog/messages.cpp, src/ui/dialog/messages.h,
4265           src/ui/dialog/text-properties.cpp, src/ui/dialog/text-properties.h,
4266           src/ui/dialog/tree-editor.cpp, src/ui/dialog/tree-editor.h,
4267           src/ui/dialog/xml-editor.cpp, src/ui/dialog/xml-editor.h,
4268           src/ui/widget/combo-text.cpp, src/ui/widget/combo-text.h,
4269           src/ui/widget/handlebox.cpp, src/ui/widget/handlebox.h,
4270           src/ui/widget/icon-widget.cpp, src/ui/widget/icon-widget.h,
4271           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h,
4272           src/ui/widget/notebook-page.cpp, src/ui/widget/notebook-page.h,
4273           src/ui/widget/scalar-unit.cpp, src/ui/widget/scalar-unit.h,
4274           src/ui/widget/scalar.cpp, src/ui/widget/scalar.h,
4275           src/ui/widget/toolbox.cpp, src/ui/widget/toolbox.h,
4276           src/ui/widget/unit-menu.cpp, src/ui/widget/unit-menu.h:
4277           Initial import of the gtkmm code.  These are mainly
4278           unimplemented stubs, but have few dependencies so are easy to
4279           integrate at this stage.
4281         * src/ui/widget/Makefile_insert, src/ui/widget/makefile.in,
4282           src/ui/dialog/Makefile_insert, src/ui/dialog/makefile.in,
4283           src/ui/Makefile_insert, src/ui/makefile.in:  Adding makefile
4284           support for new code.
4286         * io/simple-sax.h, io/simple-sax.cpp:  Adding Jon's simple SAX
4287           code
4289         * util/units.h, util/units.cpp:  New inkscape_gtkmm units code
4291 2005-02-12  MenTaLguY  <mental@rydia.net>
4293         * src/document.cpp, src/document.h, src/sp-gradient-test.cpp:
4295           SPDocument is now a "real C++ class", managed by the garbage collector
4297 2005-02-12  MenTaLguY  <mental@rydia.net>
4299         * src/document-private.h, src/document.cpp, src/document.h, src/view.cpp,
4300           src/view.h, src/dialogs/xml-tree.cpp:
4302           switched SPDocument to sigc++ signals
4304 2005-02-12  Kees Cook  <kees@outflux.net>
4306         * Makefile.am, configure.ac, Makefile.mingw.common, inkscape.nsi: undoing
4307           my "configure" changes.  Was dumb and forgot about native compiles on
4308           win32.
4309         * inkview.1.in, share/extensions/inkscape-shadow-white.sh,
4310           share/extensions/inkscape-shadow.sh: corrections found by Wolfram
4311           Quester during Debian packaging.
4312         * src/desktop-events.cpp, src/file.cpp, src/gradient-chemistry.cpp,
4313           src/interface.cpp, src/layer-fns.cpp, src/nodepath.cpp,
4314           src/object-ui.cpp, src/path-chemistry.cpp, src/prefs-utils.cpp,
4315           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
4316           src/sp-object.cpp, src/sp-pattern.cpp, src/sp-text.cpp, src/splivarot.cpp,
4317           src/text-editing.cpp, src/dialogs/clonetiler.cpp, src/dialogs/rdf.cpp,
4318           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
4319           src/extension/internal/gdkpixbuf-input.cpp, src/extension/plugin/grid.cpp,
4320           src/widgets/gradient-selector.cpp, src/xml/repr-action-test.cpp,
4321           src/xml/repr-css.cpp, src/xml/repr-io.cpp, src/xml/repr-util.cpp,
4322           src/xml/repr.cpp, src/xml/repr.h: inline function removal patches from
4323           Robert Crosbie.
4325 2005-02-11  Kees Cook  <kees@outflux.net>
4327         * src/Makefile.mingw, src/make.*: win32 compile updates.
4328         * src/extensions/internal/gnome.cpp: added my missing "comment" code.
4329         * src/shortcuts.cpp, doc/keys.xml, doc/keys.html, share/screens/keys.svg:
4330           added explicit ctrl-w. since gtk already binds it, we may as well show it.
4332 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
4334         * src/inkscape.cpp: Changed from SHGetSpecialFolderPath to
4335           SHGetSpecialFolderLocation. Fixes bug #1085641
4337 2005-02-10  MenTaLguY  <mental@rydia.net>
4339         * src/document.h, src/document.cpp: get rid of casting macro uses
4341 2005-02-10  MenTaLguY  <mental@rydia.net>
4343         * src/desktop.cpp, src/document-undo.cpp, src/document.cpp, src/file.cpp,
4344           src/gradient-chemistry.cpp, src/inkscape.cpp, src/interface.cpp,
4345           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-object-repr.cpp,
4346           src/sp-object.cpp, src/svg-view.cpp, src/uri-references.cpp,
4347           src/view.cpp, src/dialogs/stroke-style.cpp,
4348           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp:
4350           get rid needless uses of SP_IS_DOCUMENT (if we can't trust the
4351           compiler's type checking, what can we trust?)
4353 2005-02-10  MenTaLguY  <mental@rydia.net>
4355         * src/desktop-style.h, src/desktop.h, src/document.h, src/event-context.h,
4356           src/inkscape.h, src/knotholder.h, src/nodepath.h,
4357           src/selection-chemistry.h, src/selection.h, src/sp-conn-end-pair.h,
4358           src/sp-object-repr.h, src/sp-object.h, src/style.h,
4359           src/dialogs/sp-attribute-widget.h, src/extension/implementation/script.h,
4360           src/xml/repr-get-children.h, src/xml/repr.h, src/xml/sp-repr-action.h,
4361           src/xml/sp-repr-attr.h, src/xml/xml-forward.h:
4363           got rid of xml-forward.h
4365 2005-02-10  Kees Cook  <kees@outflux.net>
4367         * configure.ac, Makefile.am, src/Makefile.am, Makefile.mingw.common.in,
4368           inkscape.nsi.in: setting up "configure" to build the other files that
4369           expect version numbers to get updated.  Including mingw files in dist
4370           package.
4372 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
4373         * src/io/uristream.h, src/io/uristream.cpp,
4374           src/extension/internal/svg.h, src/extension/internal/svg.cpp,
4375           src/extension/internal/Makefile_insert,
4376           src/extension/internal/extension.h,
4377           src/extension/internal/init.cpp:
4378           Adding internal .svgz load and save extension.
4379           Probable fix for bugs #1074996, #1050361, #925033, #1052307
4381 2005-02-08  Kees Cook  <kees@outflux.net>
4383         * src/extension/implementation/script.cpp: proper /tmp handling.
4384           Closes bug #1074996.
4385         * src/inkscape.cpp, src/inkscape.h, src/dialogs/export.cpp: correction
4386           for export dialog paths.  Closes bug #1114714.
4387         * inkscape.nsi, Makefile.mingw.common: version bumps
4388         * src/text-context.cpp: removed preedit code; it was broken and unneeded.
4390 2005-02-08  Ted Gould  <ted@gould.cx>
4392         * Released 0.41
4394 2005-02-01  Kees Cook  <kees@outflux.net>
4396         * src/xml/sp-css-attr.h, src/desktop-style.cpp, src/xml/repr-css.cpp,
4397           src/xml/repr.h: Fixed SPCSSAttr to be a "real" class, at mental's
4398           direction.  Fixes my "default prefs don't show attrs" bug.
4399         * src/helper/stock-items.cpp: removing redundant code.
4400         * src/libnr/nr-point.h, src/libnrtype/FlowUtils.h, src/livarot/Shape.h:
4401           added explicit initializations to keep valgrind happy.
4402         * src/dir-util.cpp, src/sp-path.cpp, src/splivarot.cpp,
4403           src/svg/svg-length.cpp, src/widgets/icon.cpp:
4404           cleaning up memory leaks detected by valgrind.
4405         * src/extension/dependancy.cpp: made repr-attr tags untranslatable.
4406         * src/extension/system.cpp: correcting extension autodetection when
4407           there are conflicting matching modules.
4408         * src/dialogs/filedialog.cpp, src/extension/extension.h,
4409           src/extension/internal/svg.cpp: .svgz loading works again as
4410           expected.  Non-functioning modules are not listed in file dialogs.
4411         * src/text-context.cpp, src/text-editing.cpp: preedit modes don't
4412           work correctly for multi-byte characters.  See bug 1086769.
4414 2005-01-31  Jon A. Cruz  <jon@joncruz.org>
4415         * src/file.cpp, src/inkscape.cpp, src/interface.cpp,
4416           src/dialogs/export.cpp, src/extension/init.cpp:
4417           sanitize messages before passing to display dialogs.
4419 2005-01-31  Kees Cook  <kees@outflux.net>
4421         * src/libnrtype/FontFactory.cpp: added a crude font name detection
4422           routine to work around a Pango crash bug.  This can be removed once
4423           Pango is fixed.  See bug #1025565.  Actually, I figured out a fix.
4424         * print.cpp, print.h, sp-shape.cpp, extension/print.cpp,
4425           extension/print.h, extension/implementation/implementation.cpp,
4426           extension/implementation/implementation.h,
4427           extension/implementation/plugin.cpp, extension/implementation/plugin.h,
4428           extension/internal/gnome.h, extension/internal/ps.cpp,
4429           extension/internal/ps.h, extension/internal/win32.h:
4430           In an attempt to start debugging print rendering, I've added the
4431           Print::comment function so that SPItem boundries can be easily
4432           seen in rendered output.
4433         * src/preferences-skeleton.h, src/sp-shape.cpp,
4434           src/dialogs/display-settings.cpp, src/extension/internal/ps.cpp:
4435           Added printout comments for print debugging.  Fixed dash output
4436           bug #1104050.
4437         * src/dialogs/rdf.cpp: fixed rdf:bag displays.  Closes bug #1113316.
4439 2005-01-30  Jon A. Cruz  <jon@joncruz.org>
4440         * src/io/sys.h, src/io/sys.cpp: added utility routine to cleanup
4441           strings with invalid UTF-8 for display.
4443 2004-01-30  Kees Cook  <kees@outflux.net>
4445         * src/make.dep, src/make.exclude, src/make.files, src/make.ofiles,
4446           src/io/uristream.cpp, src/io/sys.cpp: additional win32 changes
4447           using Jon Cruz's new mkdir function.  Getting Win32 to compile the
4448           "io" directory.  Closes bug #1107305.
4449         * src/file.cpp, src/inkscape-stock.cpp, src/inkscape.cpp,
4450           src/interface.cpp, src/main.cpp, src/dialogs/export.cpp,
4451           src/dialogs/stroke-style.cpp, src/extension/input.cpp,
4452           src/extension/implementation/script.cpp, src/helper/stock-items.cpp,
4453           src/io/sys.cpp, src/io/sys.h, src/widgets/icon.cpp: wrapped
4454           g_file_test with new Inkscape::IO::file_test since g_file_test isn't
4455           utf8-safe.
4456         * src/inkscape.cpp: removed call to g_free on non-alloced string.
4457           fixed up crash-save location to be utf8-okay.
4458         * src/extension/extension.cpp: convert from utf8 before open.
4459         * src/sp-spiral.cpp, src/object-edit.cpp: found place where CLAMP on
4460           spiral's t0 wasn't working.  Closes bug #1075640.
4462 2004-01-28  MenTaLguY  <mental@rydia.net>
4464         * src/sp-object.h, src/sp-object.cpp:
4465           efficiency fixes which should be helpful when loading large documents
4467 2005-01-29  Jon A. Cruz  <jon@joncruz.org>
4469         * src/file.h, src/file.cpp, src/inkscape.cpp, src/sp-image.cpp,
4470           src/extension/implementation/script.cpp,
4471           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4472           src/extension/plugin/gimpgrad.cpp, src/helper/png-write.cpp,
4473           src/io/Makefile_insert, src/io/sys.h, src/io/sys.cpp,
4474           src/trace/imagemap.cpp, src/xml/repr-io.cpp:
4476           Refactored open routine to better location.
4478 2004-01-28  Kees Cook  <kees@outflux.net>
4480         * configure.ac: added test for libgc 6.4 or better.
4481         * src/main.cpp: calling new SPRepr methods instead of inline wrappers.
4483 2004-01-27  MenTaLguY  <mental@rydia.net>
4485         * src/xml/simple-node.h, src/xml/simple-node.cpp:
4487           SimpleNode::lastChild() and SimpleNode::appendChild() are now
4488           O(1) rather than O(n)
4490 2004-01-26  MenTaLguY  <mental@rydia.net>
4492         * src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
4493           src/xml/sp-repr-action.h, src/xml/sp-repr-event-vector.h:
4495           inlined legacy wrappers
4497         * src/xml/simple-node.cpp: really fixed #1108231 now
4499 2005-01-25  Jon A. Cruz  <jon@joncruz.org>
4501         * src/interface.cpp: Passed file import call to shared code.
4502           Fixed bug #1108620.
4504 2005-01-25  MenTaLguY  <mental@rydia.net>
4506         * src/xml/simple-node.cpp: fixed bug #1108231
4508 2005-01-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4510         * src/dialogs/desktop-properties.cpp: Changed set of paper sizes offered:
4512           Removed `Folio' pagesize (which means a different paper size to
4513           different people; will Folio be missed?  If so, can we improve
4514           the name?).
4516           Changed ISO page sizes (A0..A10, B0..B10) to match official ISO
4517           specification in mm.
4519           Note that these differ from ghostscript's idea of page sizes;
4520           see comment in desktop-properties.cpp for speculation of
4521           possible problems (fuzziness from antialiasing).
4523           (Note also that our previous sizes differed even more from
4524           gs_statd.ps...)
4526           Coalesced Ledger and Tabloid to a single entry (11x17in);
4527           previously they differed in size.
4529           Changed Icon 16x16 from 16pt to 16px; similarly Icon 32x32 and
4530           Banner 468x60.
4532 2004-01-24  MenTaLguY  <mental@rydia.net>
4534         * src/xml/simple-node.cpp: potential fix for bug #1108231
4536 2004-01-23  Ted Gould  <ted@gould.cx>
4538         * po/POTFILES.in, share/extensions/dia.inx,
4539         src/preferences-skeleton.h, src/extension/Makefile_insert,
4540         src/extension/dependency.cpp, src/extension/dependency.h,
4541         src/extension/error-file.cpp, src/extension/error-file.h,
4542         src/extension/extension.cpp, src/extension/extension.h,
4543         src/extension/init.cpp, src/extension/prefdialog.cpp:
4545         Adding in functionality to write out an error log based on the failing to
4546         load of extensions.  There is also a new error dialog that appears if one
4547         or more fail to alert the user and tell them where the error log is
4548         stored.  In the log there is more complex descriptions of what failed.
4550 2004-01-23  MenTaLguY  <mental@rydia.net>
4552         * src/sp-object.cpp: fix for id binding bug
4554 2004-01-23  MenTaLguY  <mental@rydia.net>
4556         * src/xml/repr-io.cpp: don't complain about not having a namespace
4557           URI for the standard xml: prefix
4559         * src/desktop-style.cpp, src/desktop.cpp, src/document-undo.cpp,
4560           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
4561           src/interface.cpp, src/nodepath.cpp, src/object-edit.cpp,
4562           src/path-chemistry.cpp, src/prefs-utils.cpp, src/select-toolbar.cpp,
4563           src/selection-chemistry.cpp, src/sp-defs.cpp, src/sp-flowdiv.cpp,
4564           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-item.cpp,
4565           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object.cpp,
4566           src/sp-offset.cpp, src/sp-pattern.cpp, src/sp-string.cpp,
4567           src/sp-text.cpp, src/sp-tspan.cpp, src/sp-use.cpp, src/splivarot.cpp,
4568           src/text-chemistry.cpp, src/text-context.cpp, src/text-editing.cpp,
4569           src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp,
4570           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
4571           src/extension/extension.h, src/extension/implementation/script.cpp,
4572           src/widgets/dash-selector.cpp, src/widgets/gradient-vector.cpp,
4573           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
4574           src/xml/comment-node.h, src/xml/element-node.h,
4575           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
4576           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
4577           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4578           src/xml/repr.h, src/xml/simple-document.cpp, src/xml/simple-document.h,
4579           src/xml/simple-node.cpp, src/xml/simple-node.h,
4580           src/xml/sp-repr-action.cpp, src/xml/sp-repr-doc.h, src/xml/sp-repr.h,
4581           src/xml/text-node.h:
4583           got rid of xml/repr-private.h, removed
4584           sp_repr_document_createTextNode(), made SPRepr and SPReprDoc abstract
4585           interfaces, and moved the SPRepr implementations into separate files
4586           in the Inkscape::XML namespace
4588         * src/util/shared-c-string-ptr.h: added equality operators to avoid
4589           certain ambiguities
4591 2004-01-22  MenTaLguY  <mental@rydia.net>
4593         * src/xml/Makefile_insert, src/xml/repr-private.h, src/xml/repr.cpp,
4594           src/xml/session.h, src/xml/simple-session.cpp, src/xml/simple-session.h,
4595           src/xml/sp-repr-action.cpp, src/xml/transaction-logger.h:
4597           added Inkscape::XML::Session and Inkscape::XML::TransactionLogger
4598           to provide a new interface for transactions, rather than doing it from
4599           SPReprDoc
4601 2004-01-22  MenTaLguY  <mental@rydia.net>
4603         * src/xml/Makefile_insert, src/xml/node-observer.h,
4604           src/xml/repr-private.h, src/xml/repr.cpp:
4606           moved repr loging behind generic observer interface
4608 2005-01-22  Ted Gould  <ted@gould.cx>
4610         * src/display/canvas-grid.cpp, src/display/canvas-grid.h;
4612         Fixing 1103001.  Now major grid lines work alot more like you
4613         think that they should.
4615 2005-01-21  MenTaLguY  <mental@rydia.net>
4617         * src/util/Makefile_insert, src/util/shared-c-string-ptr.cpp,
4618           src/util/shared-c-string-ptr.h, src/util/shared-c-string.cpp,
4619           src/util/shared-c-string.h, src/xml/repr-io.cpp,
4620           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4621           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h:
4623           renamed Util::SharedCString to Util::SharedCStringPtr, which is
4624           more descriptive of what it actually is
4626 2005-01-21  MenTaLguY  <mental@rydia.net>
4628         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp:
4630           simplify the cacheing of repr position indices, and make it something
4631           that can work with an abstract interface
4633 2005-01-20  Kees Cook  <kees@outflux.net>
4635         * src/file.cpp: added some debug output to help bulia debug bug #1102318.
4636         * configure.ac: more attempts at detecting the -lgc libs.
4638 2005-01-19  Kees Cook  <kees@outflux.net>
4640         * configure.ac: trying to correct the -lgc detection.
4641         * inkscape.pod: added theme details.
4642         * src/widgets/widget-sizes.h: went from 20 to 24 for toolbar icon size
4643           to match other GTK applications.
4644         * src/extension/db.cpp: corrected STL "not found" handling.  Didn't
4645           fix bug #1102318.
4647 2005-01-18  Kees Cook  <kees@outflux.net>
4649         * src/inkscape.h, src/inkscape.cpp, src/widgets/icons.cpp:
4650           Added basic theme support!  Whee!
4651         * share/inkscape/icons.svg: restoring original up/down/flip icons since
4652           icons are themable now.  We should stick to our original look.
4653         * share/screens/about.svg: added Brisgeek's 0.41 about screen.  Had
4654           to tweak background: looks like doc background isn't imported.
4655         * share/icons/*.xpm, share/icons/*.png: removed them.  Not being used.
4657 2005-01-17  MenTaLguY  <mental@rydia.net>
4659         * src/desktop-style.cpp, src/inkscape.cpp, src/interface.cpp,
4660           src/path-chemistry.cpp, src/prefs-utils.cpp, src/selection-chemistry.cpp,
4661           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-object.cpp,
4662           src/sp-text.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
4663           src/dialogs/xml-tree.cpp, src/extension/internal/pov-out.cpp,
4664           src/widgets/dash-selector.cpp, src/xml/repr-css.cpp,
4665           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
4666           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4667           src/xml/sp-repr-action.cpp:
4669           Made all SPRepr fields private, and moved most functionality into
4670           member functions.  Also shuffled SPReprDoc members, to avoid
4671           need for SPReprDoc to be finalized.
4673 2005-01-17  Kees Cook  <kees@outflux.net>
4675         * share/markers/markers.svg: applied patch #990884, which provides a
4676           few mirrored arrows until marker transforms are finished.
4677         * share/icons/icons.svg: updates per Bulia's request.
4679 2005-01-16  MenTaLguY  <mental@rydia.net>
4681         * src/sp-object.cpp: non-elements no longer get ids assigned
4683 2005-01-15  MenTaLguY  <mental@rydia.net>
4685         * src/arc-context.cpp, src/document-private.h, src/document.cpp,
4686           src/document.h, src/event-context.cpp, src/node-context.cpp,
4687           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4688           src/star-context.cpp, src/toolbox.cpp, src/uri-references.cpp,
4689           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4690           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4691           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4692           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
4693           src/xml/sp-repr-event-vector.h:
4695           Removed attribute setting callback, and decoupled ids and object/repr
4696           bindings (object <-> repr associations are now remembered directly,
4697           though ids are still tracked too).
4699           This means it is now possible to set a null id on an object without
4700           anything breaking (hopefully).  For now we will still assign ids
4701           to everything by default...
4703 2005-01-15  MenTaLguY  <mental@rydia.net>
4705         * src/arc-context.cpp, src/event-context.cpp, src/node-context.cpp,
4706           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4707           src/star-context.cpp, src/toolbox.cpp,
4708           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4709           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4710           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4711           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
4712           src/xml/sp-repr-event-vector.h:
4714           remove all veto callbacks but setting attributes
4716 2005-01-15  Kees Cook  <kees@outflux.net>
4718         * src/inkscape.cpp: correcting windows path for preferences.  Closes
4719         bug #933461.
4721         * src/file.cpp, src/nodepath.cpp, src/selection-describer.cpp,
4722         src/seltrans.cpp, src/sp-item-group.cpp, src/sp-path.cpp,
4723         src/sp-spiral.cpp, src/sp-star.cpp, src/dialogs/find.cpp:
4724         Using ngettext for plural localized strings.  Please try to keep this
4725         up.  Closes bug #1076872.
4727         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
4728         src/inkscape-stock.h, src/dialogs/stroke-style.cpp,
4729         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4730         src/dialogs/xml-tree.cpp: Finished the last of the missing pixmap
4731         replacements from Andreas Nilsson.  Fixed some mistakes in the earlier
4732         changes (need to call sp_icon_new_scaled not sp_icon_new).
4734 2005-01-14  MenTaLguY  <mental@rydia.net>
4736         * src/gc.cpp: leave the free space multiplier at the default, which
4737           will hopefully (according to Hans) avoid some of the odd gc issues
4738           we've had, if nothing else does
4740 2005-01-14  Kees Cook  <kees@outflux.net>
4742         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
4743         src/inkscape-stock.h, src/verbs.cpp, src/dialogs/stroke-style.cpp,
4744         src/dialogs/transformation.cpp, src/widgets/icon.cpp, src/widgets/icon.h,
4745         src/widgets/paint-selector.cpp:
4746         Fixed up code and replaced pixmaps with icons from myself and
4747         Andreas Nilsson.
4749 2005-01-11  MenTaLguY  <mental@rydia.net>
4751         * src/xml/repr-io.cpp: promote non-namespaced SVG documents into SVG
4752           namespace
4754 2005-01-08  MenTaLguY  <mental@rydia.net>
4756         * src/Makefile_insert, src/gc-anchored.cpp, src/gc-anchored.h:
4757           abstracted allocation of anchors
4759 2005-01-06  Ted Gould  <ted@gould.cx>
4761         * src/interface.cpp, src/extension/effect.cpp,
4762         src/extension/implementation/implementation.cpp,
4763         src/extension/implementation/implementation.h,
4764         src/extension/implementation/plugin-link.h,
4765         src/extension/implementation/plugin.cpp,
4766         src/extension/implementation/plugin.h,
4767         src/extension/implementation/script.cpp,
4768         src/extension/implementation/script.h, src/extension/plugin/gimpgrad.cpp,
4769         src/extension/plugin/grid.cpp:
4771         Changing the effects preferences so that it uses sockets and plugs which
4772         will allow out of process GUIs to work too.  This is a first pass with
4773         nothing beautiful, but it does seem to work.
4775 2005-01-03  MenTaLguY  <mental@rydia.net>
4777         * src/document.cpp, src/main.cpp, src/sp-root.cpp:
4778           get rid of ugly xmlns hacks
4780         * src/inkscape.cpp, src/extension/internal/svg.cpp, src/xml/repr-io.cpp:
4781           automatically include xmlns declarations for the required namespaces,
4782           and make a best effort at using a default namespace when requested
4783           and possible
4785 2005-01-02  Kees Cook  <kees@outflux.net>
4787         * share/icons/icons.svg: updated view and location
4788         * src/document.cpp, src/dialogs/rdf.cpp: fixed another bug in metadata
4789           due to svg: prefix change.
4790         * src/inkscape-stock.h, src/inkscape-stock.cpp, share/icons/Makefile.am:
4791           removed unused xpm icons
4793 2005-01-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4795         * src/fontsize-expansion.h, src/fontsize-expansion.cpp:
4796           New files.
4797         * src/Makefile_insert: Add the new files to libinkpre_a_SOURCES.
4798         * src/desktop-style.cpp (sp_desktop_apply_css_recursive):
4799           When calling sp_css_attr_scale, change the expansion calculation
4800           to use fontsize_expansion().
4801         * src/sp-text.cpp (sp_text_set_transform): Similarly use
4802           fontsize_expansion() instead of generic m.expansion().
4804 2005-01-01  Kees Cook  <kees@outflux.net>
4806         * src/extension/db.h, src/extension/db.cpp, src/extension/init.cpp:
4807         created "modulelist" to maintain initialization order for extension
4808         lists.
4810 2004-12-31  MenTaLguY  <mental@rydia.net>
4812         * src/xml/repr-io.cpp, src/xml/repr.h: initial scaffoliding for more
4813           cosmetic use of prefixes in output files (and eventually more proper
4814           namespace handling for output as well)
4816 2004-12-31  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4818         * src/sp-text.cpp (sp_text_set_transform): Change scaling of font size.
4819           The result should be closer to what CorelDraw, XaraX, Canvas 7 and
4820           Expression3 do according to vellum, though I don't know the exact
4821           rule that they use.
4823 2004-12-25  Ted Gould  <ted@gould.cx>
4825         * share/extensions/grid.inx, src/extension/extension.cpp,
4826         src/extension/extension.h, src/extension/plugin/grid.cpp:
4828         Futher improvements to the grid plugin.  This involves mostly adding in
4829         parameters at this time, but, ofcourse, I never implemented floating
4830         point parameters -- so that had to be done first.  More modular code so
4831         that things can be adjusted externally better.
4833 2004-12-25  Ted Gould  <ted@gould.cx>
4835         * share/extensions/Makefile.am, share/extensions/grid.inx,
4836         src/extension/implementation/plugin-link.h,
4837         src/extension/implementation/plugin.cpp,
4838         src/extension/plugin/Makefile_insert, src/extension/plugin/gimpgrad.cpp,
4839         src/extension/plugin/grid.cpp:
4841         Adding in a new effect plugin, grid.  It draws a grid on the canvas which
4842         is just an easy way to do some neat things.  It is mostly done, but still
4843         needs cleanup.  Some other files required modification to make this
4844         possible.
4846 2004-12-25  MenTaLguY  <mental@rydia.net>
4848         * src/event-context.cpp: removed unused handler
4850 2004-12-25  Ted Gould  <ted@gould.cx>
4852         * share/extensions/svg_dropshadow:
4854         Changing to use "svg:g" instead of "g" for the group.
4856         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h,
4857         src/extension/system.cpp, src/extension/system.h,
4858         src/extension/implementation/implementation.cpp,
4859         src/extension/implementation/implementation.h,
4860         src/extension/implementation/plugin.cpp,
4861         src/extension/implementation/plugin.h,
4862         src/extension/implementation/script.cpp,
4863         src/extension/implementation/script.h:
4865         Final stuff to get Effects working as well as the did before, which
4866         is okay, but not great.  This involved changing the API to get an SPView
4867         instead of an SPDocument because then I can get the selection information
4868         from the view that is being used.
4870 2004-12-24  MenTaLguY  <mental@rydia.net>
4872         * src/sp-object-repr.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
4873           src/dialogs/rdf.cpp, src/dialogs/xml-tree.cpp,
4874           src/widgets/sp-xmlview-tree.cpp, src/xml/repr-io.cpp,
4875           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4876           src/xml/repr.h:
4878           cleaned out unused code and unhygenic macros, as well as fixing
4879           constructors for text and comment nodes
4881 2004-12-24  Ted Gould  <ted@gould.cx>
4883         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h:
4885         Okay, now the effects menu really works!  Well, the implementation seems
4886         to be broken, but the wrapper seems to be all working.
4888 2004-12-24  Ted Gould  <ted@gould.cx>
4890         * src/interface.cpp, src/verbs.cpp, src/verbs.h, src/extension/effect.cpp,
4891         src/extension/effect.h:
4893         Getting the Effects menu basically working.  This included some fixes to
4894         the verbs where they were incrementing the database incorrectly.  The
4895         effects are the first component to take advantage of the dynamically
4896         created verbs, and exercised new code.  Now the basic menu is available,
4897         but there is no functionality there.
4899 2004-12-24  Ted Gould  <ted@gould.cx>
4901         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
4903         Basic code for the effects menu.
4905         * src/dialogs/filedialog.cpp, src/dialogs/filedialog.h,
4906         src/extension/db.cpp, src/extension/db.h:
4908         Changing the DB access functions to use std::list instead of GSList so
4909         that it is more standard, and we get rid of a specialized class that
4910         really isn't that useful.  Less memory usage, and fixes a leak.
4912         * src/extension/effect.cpp, src/extension/effect.h:
4914         Adding in a "Last Effect" to be used in the menus.
4916         * src/extension/extension-forward.h, src/extension/extension.cpp,
4917         src/extension/extension.h, src/extension/input.cpp,
4918         src/extension/output.cpp, src/extension/timer.cpp, src/extension/timer.h,
4919         src/extension/Makefile_insert:
4921         Adding in the timer functions so that modules will unload in a given
4922         amount of time.  For more information on this read the documentation
4923         in the files.  Kinda a lazy deallocation.
4925         * src/extension/implementation/implementation.cpp:
4927         Fix unload so that it is not recursive.
4929 2004-12-23  MenTaLguY  <mental@rydia.net>
4931         * src/arc-context.cpp, src/document.cpp, src/draw-context.cpp,
4932           src/dyna-draw-context.cpp, src/file.cpp, src/gradient-chemistry.cpp,
4933           src/interface.cpp, src/layer-fns.cpp, src/main.cpp, src/object-ui.cpp,
4934           src/path-chemistry.cpp, src/rect-context.cpp,
4935           src/selection-chemistry.cpp, src/sp-anchor.cpp, src/sp-clippath.cpp,
4936           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
4937           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-gradient-test.cpp,
4938           src/sp-gradient.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4939           src/sp-line.cpp, src/sp-marker.cpp, src/sp-mask.cpp,
4940           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-offset.cpp,
4941           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4942           src/sp-polyline.cpp, src/sp-rect.cpp, src/sp-root.cpp,
4943           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp, src/sp-text.cpp,
4944           src/sp-tspan.cpp, src/sp-use.cpp, src/spiral-context.cpp,
4945           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
4946           src/text-context.cpp, src/dialogs/find.cpp, src/dialogs/rdf.cpp,
4947           src/dialogs/xml-tree.cpp, src/ecma/EcmaBinding.cpp,
4948           src/extension/internal/gdkpixbuf-input.cpp,
4949           src/extension/internal/svg.cpp, src/livarot/ShapeDraw.cpp,
4950           src/xml/repr-io.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp:
4952           use normalized qnames for SVG elements too
4954 2004-12-23  Kees Cook  <kees@outflux.net>
4956         * configure.ac, src/Makefile_insert, src/extension/script/Makefile_insert:
4957           adding Perl and Python compile tests.  Corrected library locations.
4958         * src/extension/script/InkscapeScript.h,
4959           src/extension/script/InkscapePython.cpp,
4960           src/extension/script/InkscapeScript.cpp: white space fix, and
4961           added config.h, and some small debugging for myself.  Hope Bob doesn't
4962           mind!  :)
4963         * src/dialogs/scriptdialog.cpp: added comments to default code.
4965 2004-12-22  Kees Cook  <kees@outflux.net>
4967         * configure.ac, src/extension/script/Makefile_insert: automake cleanups
4968           to deal with perl/python detection.
4970 2004-12-20  David Turner <novalis@gnu.org>
4971         * src/widgets/gradient-vector.cpp:
4972           Fixed bug with gradient stops at 0 and 100%.  Closes 1085920.
4974 2004-12-18  Bob Jamison  <rjamison@titan.com>
4976         * src/extensions/script/*:
4977           New files that enable embedding of scripting languages
4978           in Inkscape.  Currently using Swig to embed Perl and Python.
4980         * autoconf.ac:
4981           Allow opting for perl or python with --with-perl=yes|no
4982           and --with-python=yes|no
4984 2004-12-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4986         * streq.h (streq), strneq.h (strneq), memeq.h (memeq):
4987           New convenience functions for strcmp(a,b)==0 etc.
4989         * src/dir-util.cpp (sp_relative_path_from_path):
4990           Fix when base is a string prefix of path but a directory prefix
4991           (e.g. path=/foo/barney, base=/foo/bar).
4993 2004-12-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4995         * src/sp-conn-end.cpp (sp_conn_end_move_compensate):
4996           Fix for undo/save: wasn't calling updateRepr().
4998 2004-12-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5000         * src/style.cpp (sp_style_merge_from_style_string):
5001           More standards-conforming parsing of style strings into prop:value
5002           pairs.
5004 2004-12-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5006         * src/style.h, src/style.cpp, src/libnrtype/font-style-to-pos.cpp:
5007           Fix font-weight value: s/darker/bolder/.
5009         * src/style.cpp (sp_style_merge_from_parent):
5010           Fix bug with specifying stroke-width with unit of em or ex.
5011           (We were ignoring the number, treating it as 1em or 1ex.)
5013         * src/style.h, src/style.cpp (sp_style_read_dash,
5014           sp_style_write_string, sp_style_write_difference):
5015           Allow `inherit' as a value for dasharray.
5016           (Also plug small memory leak in sp_style_read_dash.)
5018 2004-12-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5020         * src/style.cpp (sp_style_write_string):
5021           Fix for when stroke-dasharray either explicitly set to `none', or
5022           inherits non-none.
5024         * src/style.cpp (sp_style_write_ienum):
5025           Fix: preserve explicit `inherit' request.
5026         * (sp_style_read, sp_style_merge_property):
5027           Allow explicit `inherit' for `display' property.
5029         * src/style.cpp (sp_style_read):
5030           Fix copy&paste bug affecting `visibility' and `display' properties.
5032 2004-12-07  David Turner  <novalis@gnu.org>
5034         * src/libnrtype/RasterFont.cpp, src/display/nr-arena-shape.cpp:
5035         Fixed dash rendering bug (#1077213)
5037 2004-12-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5039         * src/style.h, src/style.cpp: Support all `display' values
5040           required by SVG 1.1.  (No functional change, insofar as the new
5041           values all have the same behaviour as our existing `block' value
5042           in SVG.)
5043         * src/sp-item.cpp, src/style.cpp: Use `inline' (SP_CSS_DISPLAY_INLINE)
5044           rather than `block' as our generic display value meaning `don't hide
5045           this', as per spec.
5047         * src/style.cpp: Prefer to write lr-tb etc. rather than the
5048           abbreviations lr etc.  (Also add comment saying why.)
5050 2004-12-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5052         * src/dialogs/xml-tree.cpp (on_attr_select_row_set_value_content):
5053           Fix segfault: treat NULL as empty string for display purposes.
5055 2004-11-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5057         * src/svg/svg.h, src/svg/sp-svg.def, src/svg/svg-length.cpp:
5058           (sp_svg_boolean_read, sp_svg_write_percentage):
5059           Remove these unused functions.
5060           (sp_svg_length_read_lff, sp_svg_number_write_d,
5061           sp_svg_number_write_i): Mark static.
5063         * configure.ac:
5064           When adding -lgc to LIBS, also add its dependencies -lpthread -ldl.
5066 2004-11-28  Ted Gould  <ted@gould.cx>
5068         * 0.40
5070 2004-11-25  MenTaLguY  <mental@rydia.net>
5072         * share/tutorials/tutorial-calligraphy.svg: spelling fix
5074         * src/widgets/layer-selector.cpp: fixing the layer selector update bug;
5075           sigc++ apparently doesn't deal with reference arguments very well
5077 2004-11-25  MenTaLguY  <mental@rydia.net>
5079         * src/layer-fns.cpp: fix layer creation within sublayers
5081         * src/dialogs/layer-properties.cpp: fix dialog leak
5083 2004-11-25  MenTaLguY  <mental@rydia.net>
5085         * src/inkscape.cpp: eliminate duplicated code across #ifdefs
5087         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5088           src/dialogs/layer-properties.h:
5090           LayerPropertiesDialog is no longer a singleton, since it's kind of a
5091           per-desktop (well, ideally per-document) thing.  Remaining to do:
5092           fix update of layer selector widget, and eliminate leak of dialog
5093           objects.
5095 2004-11-24  Kees Cook  <kees@outflux.net>
5097         * inkscape.spec: added SMP flags, added static library link capability.
5099 2004-11-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5101         * src/draw-context.cpp (spdc_concat_colors_and_flush):
5102           Do nothing if empty curve; in particular, don't try to close an
5103           empty curve.
5105         * src/pen-context.cpp (spdc_endpoint_snap):
5106           Fix use of uninitialized value when snapping.
5108 2004-11-23  Bryce Harrington <bryce@bryceharrington.org>
5110         * src/dialogs/layer-properties.cpp:  Fixing bug causing two new
5111           layers to get created when hitting enter
5113 2004-11-23  Kees Cook  <kees@outflux.net>
5115         * share/tutorials: added Josh's changes, resized, repositioned for
5116           800x600.
5117         * src/verbs.h, src/verbs.cpp, src/interface.cpp: added tracing
5118           tutorial.
5120 2004-11-23  MenTaLguY  <mental@rydia.net>
5122         * src/rect-context.cpp: disallow drawing on locked or invisible layers
5124         * src/widgets/layer-properties.h, src/widgets/layer-properties.cpp:
5125           slight HIG-ification
5127         * src/desktop.cpp, src/desktop.h, src/widgets/layer-selector.cpp,
5128           src/widgets/layer-selector.h, src/verbs.cpp, src/sp-desktop-widget.h
5130           removed vestigal layer renaming thing
5132         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5133           src/dialogs/layer-properties.h:
5135           reuse dialog for creating layers as well as for renaming them
5137 2004-11-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5139         * src/display/bezier-utils.cpp (generate_bezier): For the sake of
5140           our current pencil tool, don't use free optimization of the end
5141           tangent vector.
5143 2004-11-21  MenTaLguY <mental@rydia.net>
5145         * src/verbs.cpp: add accels for layer menu items
5147 2004-11-21  Bryce Harrington <bryce@bryceharrington.org>
5149         * src/dialogs/layer-properties.cpp, src/verbs.cpp,
5150           src/dialogs/layer-properties.h: Hooking up layer rename
5151           functionality, and making it show correctly.
5153         * src/dialogs/debugdialog.cpp, src/dialogs/find.cpp,
5154           src/dialogs/tracedialog.cpp:  Fixing dialog show behavior
5156 2004-11-21  Kees Cook  <kees@outflux.net>
5158         * src/sp-object.cpp, src/sp-metadata.cpp: added some debugging, and
5159           fixed a dumb error in my metadata _release handler.  Should mostly
5160           close bug 1069772.
5161         * src/Makefile_insert, src/sp-skeleton.cpp, src/sp-skeleton.h:
5162           created some example SPObject implementations for a basis for any
5163           new SPObjects in the future.
5164         * src/dialogs/xml-tree.cpp: fixing logic bug in identability checker.
5165           Added immutability test to actually close 1069772.
5166         * share/icons/icons.svg, src/verbs.cpp, src/interface.cpp: adding
5167           icons for the "new" menu, vacuum, reverse, make bitmap, and trace.
5169 2004-11-20  Jon A. Cruz  <jon@joncruz.org>
5171         * src/extension/db.h, src/extension/db.cpp, src/dialogs/filedialog.cpp:
5172           Added extension matching pattern. Fixed bug 1064888.
5174         * src/dialogs/filedialog.cpp (isValidImageFile):
5175           Fixed previewing bug 1067551.
5177 2004-11-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5179         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
5180           Add splitpoints parameter.  Callers updated.
5182         * src/display/bezier-utils.cpp
5183           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full):
5184           Change last parameter from lg_max_beziers to max_beziers.
5185           Callers updated.
5187 2004-11-19  Bryce <bryce@bryceharrington.org>
5189         * src/dialogs/layer-properties.cpp,
5190           src/dialogs/layer-properties.h:  Adding some widgets.
5192 2004-11-18  Bryce <bryce@bryceharrington.org>
5194         * src/dialogs/Makefile_insert, src/dialogs/makefile.msc,
5195           src/dialogs/layer-properties.h, src/dialogs/layer-properties.h:
5196           Adding a layer properties dialog for renaming layers
5198         * src/desktop.cpp src/interface.cpp, src/verbs.cpp,
5199           src/verbs.h src/dialogs/layer-properties.cpp,
5200           src/dialogs/layer-properties.h,
5201           src/widgets/layer-selector.cpp:  Hooking in layer props dialog.
5203 2004-11-16  MenTaLguY  <mental@rydia.net>
5205         * src/widgets/document-tree-model.cpp, src/widgets/document-tree-model.h,
5206           src/widgets/layer-selector.cpp, src/widgets/Makefile_insert:
5208           removed Widgets::DocumentTreeModel because unused
5210         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5211           src/xml/repr.h:
5213           cache successive sibling counts (self+subsequent siblings) in SPRepr
5214           to make sp_repr_n_children() and sp_repr_position() more efficient,
5215           which will be needed later for e.g. GTK tree models.
5217           sp_repr_nth_child() isn't any faster as a result of the changes,
5218           but it probably won't need to be
5220         * src/xml/repr.cpp: fixed refcount leak in SPRepr::SPRepr(SPRepr const &)
5222 2004-11-15  MenTaLguY  <mental@rydia.net>
5224         * src/gc.cpp: add initial stubs that print an informative error
5225           if the GC functions are used before Inkscape::GC::init() is called
5227 2004-11-14  MenTaLguY  <mental@rydia.net>
5229         * configure.ac, src/gc-core.h, src/gc-managed.h, src/gc-anchored.h,
5230           src/gc-finalized.h, src/gc.cpp:
5232           make disabling the collector a run-time rather than a compile-time
5233           option; there are now three garbage collector options, selectable
5234           by setting the _INKSCAPE_GC environment variable:
5236            * enable - the normal collector (default)
5237            * debug - the debugging collector
5238            * disable - use standard malloc in place of the libgc allocator
5240 2004-11-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5242         * src/display/bezier-utils.cpp: Make end tangent/s be unconstrained for
5243           sp_bezier_fit_cubic, sp_bezier_fit_cubic_r, and around corner nodes.
5245         * src/pencil-context.cpp (fit_and_split): Allow the bezier fitter to
5246           choose the middle control points freely except to the extent required
5247           for smooth nodes.
5249         * src/display/bezier-utils.cpp (generate_bezier):
5250           If either end tangent is specified as zero then estimate the
5251           corresponding control point without constraining its direction
5252           from the endpoint.
5254         * src/pencil-context.h, src/pencil-context.cpp
5255           (fit_and_split, sp_pencil_context_init): Explicitly remember required
5256           tangent instead of using "first two points" hack.
5258         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
5259           Detect & prevent "ghost spikes", by allowing a corner node if
5260           the specified tangent would result in a spike.
5262         * src/display/bezier-utils.cpp (generate_bezier): Better handling
5263           of the case of infinite solutions for the lengths of the two
5264           tangent vectors: try requiring that the lengths equal each other,
5265           and solving for that length (just one variable).
5267 2004-11-13  Kees Cook  <kees@outflux.net>
5269         * src/document.cpp: wrapped updateDisplay call in undo insensitivity.
5270           Closes bug #1030436.
5272 2004-11-12  MenTaLguY  <mental@rydia.net>
5274         * src/main.cpp: fpresetsticky -> fpsetsticky
5276         * src/verbs.cpp: cast width changes
5278         * src/libnrtype/FlowBoxes.h, src/libnrtype/FlowDefs.h,
5279           src/libnrtype/FlowDest.h, src/libnrtype/FlowEater.h,
5280           src/libnrtype/FlowRes.h, src/libnrtype/FlowSols.h,
5281           src/libnrtype/FlowSrc.h, src/libnrtype/FlowSrcText.h,
5282           src/libnrtype/FlowStyle.h, src/libnrtype/FlowUtils.h:
5283           remove stdint.h which isn't being used here
5285         * src/widgets/icon.h, src/widgets/icon.cpp:
5286           icon greys out when insensitive
5288         * src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
5289           documentation
5291         * src/verbs.cpp: changed cast to reinterpret_cast to hopefully
5292           avoid compiler warning
5294 2004-11-11  Kees Cook  <kees@outflux.net>
5296         * src/seltrans.cpp, src/select-context.cpp: ref counting SPObjects
5297           correctly so undo's don't blow up an active resize/move.  Closes
5298           bug #1018756.
5300 2004-11-11  MenTaLguY  <mental@rydia.net>
5302         * src/inkscape.cpp, src/main.cpp, src/widgets/icon.cpp:
5303           removed sp_bitmap_icons
5305         * configure.ac, src/sp-image.cpp, src/object-ui.cpp:
5306           removed stale autotrace support code
5308 2004-11-10  MenTaLguY  <mental@rydia.net>
5310         * src/sp-item.cpp, src/sp-clippath.cpp, src/cp-mask.cpp:
5311           minor refcounting tweaks
5313         * src/sp-image.cpp: fixed failure to release GdkPixbufLoader when
5314           done with it (fixes bug #1063054)
5316 2004-11-10  Kees Cook  <kees@outflux.net>
5318         * configure.ac, src/gc-core.h: corrected gc.h path detection.
5320 2004-11-09  MenTaLguY  <mental@rydia.net>
5322         * src/dialogs/fileselector.cpp: fixed cut-and-paste refcount bug
5323           between SVGPreview::setFileName and SVGPreview::setFromMem that
5324           was leaking bitmap image preview SPDocuments
5326 2004-11-09  Bryce Harrington <bryce@bryceharrington.org>
5328         * src/dialogs/item-properties.cpp
5330 2004-11-09  MenTaLguY  <mental@rydia.net>
5332         * src/sp-item.cpp, src/style.cpp, src/style.h:
5333           use 'display' rather than 'visibility' for hiding, and give display
5334           a more "modern" representation in SPStyle like visibility's
5336 2004-11-09  Kees Cook  <kees@outflux.net>
5338         * src/dialogs/xml-tree.cpp: added better context to the status bar.
5339           added warning flash for id conflicts.
5340         * src/toolbox.cpp: killed some copy/paste code while bug hunting.
5342 2004-11-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5344         * src/sp-item.h, src/sp-item.cpp
5345           (isExplicitlyHidden, setExplicitlyHidden): New methods.
5347         * src/dialogs/item-properties.cpp: Change from having a `Visible'
5348           checkbox that explicitly sets the SVG visibility property to
5349           having a `Hide' checkbox that controls whether or not the
5350           element has visibility:hidden.  (Mitigates #1061934.)
5352         * src/sp-object.h, src/sp-object.cpp (visible, setVisible):
5353           Remove these methods.
5355 2004-11-07  MenTaLguY  <mental@rydia.net>
5357         * src/gc-finalized.h: fix for Debian bug #279991 (cast to ptrdiff_t
5358                               rather than int), and basic documentation
5360 2004-11-06  MenTaLguY  <mental@rydia.net>
5362         * src/sp-item.cpp: fix desktop-specific version of SPItem::isHidden()
5363                            to deal correctly with parent visibility
5365 2004-11-05  MenTaLguY  <mental@rydia.net>
5367         * src/widgets/layer-selector.cpp: more work on making the lock/hide
5368           buttons actually do something
5370         * src/sp-item.cpp, src/sp-item.h: implement lock/hide related methods
5372         * src/verbs.cpp: "Remove All Kerns" -> "Remove Manual Kerning"
5374 2004-11-04  Kees Cook  <kees@outflux.net>
5376         * src/dialogs/rdf.h, src/dialogs/rdf.cpp: added rdf:Bag for the
5377           dc:subject keyword list.  Closed bug #1021025.
5378         * src/dialogs/xml-tree.cpp, src/widgets/sp-xmlview-attr-list.cpp,
5379           src/widgets/sp-xmlview-attr-list.h: added status bar to XML
5380           editor.  added row-change callback for XML tree view.  This
5381           all supports a possible future solution to bug #869683.
5382         * src/dialogs/desktop-properties.cpp: memory leak in RDF code.
5384 2004-11-04  MenTaLguY  <mental@rydia.net>
5386         * src/widgets/layer-selector.cpp: togglable images and formatting
5387           changes (make current layer bold)
5389         * src/uri.h, src/uri.cpp: added assignment operator
5391 2004-11-03  MenTaLguY  <mental@rydia.net>
5393         * src/widgets/Makefile_insert, src/widgets/shrink-wrap-button.cpp,
5394           src/widgets/shrink-wrap-button.h:
5396           added Inkscape::Widgets::shrink_wrap_button, to make any gtk button
5397           an SPButton-like shrink-wrapped button
5399         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5401           abandon SPButton for layer selector buttons
5403 2004-11-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5405         * po/check-markup: New script: detects <b>markup<b> <b>problems<7b>
5406           in the <b>translated strings.  (~10 such problems found.)
5407         * Makefile.am (all, check, distcheck): Run po/check-markup (with
5408           varying permissiveness of errors).
5410 2004-11-02  MenTaLguY  <mental@rydia.net>
5412         * doc/keys.xml: added documentation of layer keys
5414 2004-11-01  Kees Cook  <kees@outflux.net>
5416         * src/dialogs/align.cpp, src/dialogs/debugdialog.cpp: localized
5417         some missed strings.
5419 2004-11-01  MenTaLguY  <mental@rydia.net>
5421         * share/icons/icons.svg: gave bulia's eye icons ids
5423         * src/widgets/layer-selector.h, src/widgets/layers-selector.cpp:
5424           fixed up visibility/lock toggles... now to make them actually do
5425           something
5427 2004-10-31  MenTaLguY  <mental@rydia.net>
5429         * src/util/glib-list.h: adaptor for glib lists
5431         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5432           save the repr next to the SPObject
5434 2004-10-30  MenTaLguY  <mental@rydia.net>
5436         * src/util/list.h: more list cleanups and documentation
5438         * src/verbs.cpp: call sp_document_done() for layer verbs too
5440 2004-10-30  Bryce Harrington <bryce@bryceharrington.org>
5442         * src/dialogs/item-properties.cpp, src/sp-object.h:  Cleaning up
5443         stubs, disabling some more of the desc code to prevent crash.
5444         The change to SPObject::label() broke the label editing code;
5445         fixing it.
5447 2004-10-30  Kees Cook  <kees@outflux.net>
5449         * src/sp-metadata.cpp, src/sp-metadata.h, src/Makefile_insert,
5450         src/document.cpp, src/sp-object-repr.cpp, src/sp-object.cpp:
5451         I've created my very first SPObject!  SPMetadata is alive!  No
5452         more nasty hack to have it disappear from SVG Plain.  Mental
5453         won't have to take away my CVS access any more!  :)
5454         * inkscape2.nsi: update from Adib Taraben
5456 2004-10-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5458         * src/libnr/nr-matrix.cpp (nr_matrix_invert):
5459           Fix for last commit to this file, which broke src==dest case.
5460         * src/libnr/nr-matrix-test.cpp: Add test cases for nr_matrix_invert.
5462 2004-10-30  MenTaLguY  <mental@rydia.net>
5464         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5465           update when layers added/removed/reordered.
5467         * src/verbs.h, src/verbs.cpp: added "rename layer" verb.
5469 2004-10-29  Kees Cook  <kees@outflux.net>
5471         * src/Makefile_insert, src/trace/Makefile_insert,
5472         src/util/Makefile_insert: distcheck cleanups.
5474 2004-10-29  MenTaLguY  <mental@rydia.net>
5476         * src/widgets/layer-selector.cpp: default labels in italic
5478         * src/sp-object.h, src/sp-object.cpp: inkscape:label fixes
5480         * src/layer-fns.cpp: make ordering of layers complete; not just among
5481                              siblings
5483         * src/util/list.h: documentation update
5485 2004-10-29  Bryce Harrington <bryce@bryceharrington.org>
5487         * layer-fns.cpp:  documenting
5488         * layer-selector.cpp:  documenting & fixing funky widget resizing
5489         * object-ui.cpp, dialogs/item-properties.cpp, sp-object.h,
5490           sp-object.cpp, widgets/layer-selector.cpp: add ability to set
5491           inkscape:label from "Item Properties", remove id setting from
5492           "Item Properties", switch to using
5493           SPObject::label()/SPObject?::defaultLabel() in UI where object
5494           ID is currently used.  Documenting.  Switching from "label" to
5495           "inkscape:label" where appropriate.  Adding
5496           visible()/setVisible() functions and activating checkbox.
5497         * dialogs/item-properties.cpp:  Adding title and desc boxes.
5498           Adjusting layout of dialog a bit.  Changing to use of tables
5499           instead of horiz/vert boxes for layout.  Setting to inactive
5500           until some underlying bits get finished.
5502 2004-10-29  Kees Cook  <kees@outflux.net>
5504         * src/dialogs/export.cpp: moved function-based static state variable
5505           into the dialog state variables.  Closes bug #993447.
5506         * src/display/curve.cpp: fixed compile warning.
5507         * src/sp-namedview.cpp: wasn't ref counting correctly.  Closes #955020.
5509 2004-10-29  Jon A. Cruz  <jon@joncruz.org>
5511         * src/sp-image.cpp, src/extension/internal/gdkpixbuf-input.cpp:
5512           Refactoring filenames and file opening
5513           Scales imported images if DPI is known and not 72 DPI. Fixes
5514           #1029755
5516 2004-10-29  MenTaLguY  <mental@rydia.net>
5518         * src/widgets/layer-selector.cpp, src/verbs.cpp:
5519           unselect objects when layer is manually switched
5521 2004-10-28  Kees Cook  <kees@outflux.net>
5523         * src/document-undo.cpp, src/document.cpp, src/sp-namedview.cpp,
5524           src/sp-text.cpp, src/dialogs/desktop-properties.cpp,
5525           src/dialogs/export.cpp, src/extension/input.cpp,
5526           src/extension/output.cpp, src/extension/system.cpp:
5527           Fixing calls to sp_document_set_undo_sensitive to correct allow for
5528           nesting, as suggested by mental.  Found while tracking down bug
5529           #1030436.
5531 2004-10-28  MenTaLguY  <mental@rydia.net>
5533         * src/util/list.h: cleanups of list class.  I think, aside from
5534           documentation and maybe fixes for g++ 3.4 (if required), this
5535           is the last set of changes I will need to make.
5537         * src/sp-item.cpp, src/splivarot.cpp, src/util/reverse-list.h,
5538           src/util/filter-list.h, src/util/map-list.h:
5539           adjust for changes in the list class' interface
5541         * src/desktop.cpp, src/sp-desktop-widget.h:
5542           removed old layer selector and added SPDesktop::itemIsHidden()
5544         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5545           more work; it's now at least as functional as the old selector it
5546           replaces
5548 2004-10-27  Kees Cook  <kees@outflux.net>
5550         * src/libnr/nr-point.h: use NR::X and NR::Y instead of "0" and "1".
5551         * src/dialogs/export.cpp: stack/register weirdness requires a function
5552           call to get true == comparison of NR::Rect's.  Closes bug #1048614.
5553         * src/dialogs/align.cpp: saving erased iterator.  Closes bug #1054270.
5554         * share/extensions/ill2svg.pl: added strict, warnings, and detection
5555           of Image::Magick module.  Closes bug #990659.
5556         * src/dialogs/find.h, src/dialogs/find.cpp: removed unfinished new
5557           find dialog instantiation.  Closes bug #1048802.
5559 2004-10-27  Carl Hetherington  <inkscape@carlh.net>
5561         * src/extension/output.cpp: better fix for 1004134 after advice
5562         from Ted.
5564 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
5566         * src/extension/output.cpp: don't reset modified flag until after
5567         save has happened, in case it fails.  Fixes 1004134.
5569         * src/livarot/ShapeSweep.cpp: fix a typo in my cleanups.  Fixes
5570         1048151.
5572 2004-10-25  Bryce Harringotn <bryce@bryceharrington.org>
5574         * file.cpp, file.h, dialogs/export.cpp: Adding error return logic
5575           for png export code so that failure to write can be tracked.
5576           Adding an error dialog for when this occurs.  Fixes bug 1038932.
5578         * extension/system.cpp:  Changing sp_ui_error_dialog to g_warning
5579           so won't crash when running from commandline.  Fixes bug
5580           1000350.
5582         * inkscape.cpp, inkscape.h, main.cpp, dialogs/filedialog.cpp:
5583           Adding Inkscape::Application::use_gui flag as temporary hack to
5584           prevent gui dialogs from being used when running from
5585           commandline.  Fixes bug 1045067.
5587 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
5589         * src/livarot/PathCutting.cpp: fix a couple of bugs that I
5590         introduced that cause crashes on cut path.
5592 2004-10-25  Kees Cook  <kees@outflux.net>
5594         * src/sp-object.cpp: nasty hack to not export metadata on "Plain SVG".
5595           I promise I'll fix this with a proper SPObject soon.
5597 2004-10-25  Jon A. Cruz  <jon@joncruz.org>
5598         * src/file.cpp, src/file.h, src/inkscape.cpp, src/sp-image.cpp,
5599         src/uri.cpp, src/uri.h, src/dialogs/filedialog.cpp,
5600         src/extension/input.cpp, src/extension/implementation/script.cpp,
5601         src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
5602         src/extension/internal/win32.h, src/extension/plugin/gimpgrad.cpp,
5603         src/helper/png-write.cpp, src/trace/imagemap.cpp, src/xml/repr-io.cpp:
5605         Refactoring filenames and file opening
5607 2004-10-24  MenTaLguY  <mental@rydia.net>
5609         * src/Makefile.am: added/removed files
5611         * src/util/copy-list.h: nobody's using it right now, get rid of it
5613         * src/traits/copy.h, src/traits/list-copy.h:
5614           traits for determining the type to make a copy of a value
5616         * src/sp-item.cpp, src/util/filter-list.h src/util/map-list.h,
5617           src/util/reverse-list.h, src/widgets/layer-selector.cpp
5618           src/xml/sp-repr-action.cpp:
5620           let the list functions infer their own result type (where possible)
5622         * src/util/forward-pointer-iterator.h: its value type is a reference
5624 2004-10-23  MenTaLguY  <mental@rydia.net>
5626         * src/desktop.cpp: removed vertical usize limits on statusbar
5628         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5629           more layer selector work; simplfied model and customized CellRenderer
5630           settings a bit
5632         * src/attributes.cpp, src/attributes.h, src/sp-object.cpp, src/sp-object.h:
5633           add inkscape:label attribute
5635         * src/file.cpp, src/sp-anchor.h, src/sp-animation.h, src/sp-chars.h,
5636           src/sp-clippath.h, src/sp-conn-end.cpp, src/sp-defs.h, src/sp-ellipse.h,
5637           src/sp-gradient.h, src/sp-guide.h, src/sp-image.h, src/sp-line.h,
5638           src/sp-linear-gradient.h, src/sp-marker.h, src/sp-mask.h,
5639           src/sp-namedview.h, src/sp-object-group.h, src/sp-offset.h, src/sp-path.h,
5640           src/sp-pattern.h, src/sp-polygon.h, src/sp-polyline.h,
5641           src/sp-radial-gradient.h, src/sp-rect.cpp, src/sp-rect.h, src/sp-root.h,
5642           src/sp-spiral.h, src/sp-star.h, src/sp-stop.h, src/sp-string.h,
5643           src/sp-symbol.h, src/sp-text.h, src/sp-tspan.h, src/sp-use.h,
5644           src/sp-offset.cpp, src/sp-shape.h:
5646           make inheritance actual
5648 2004-10-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5650         * src/libnr/*: Move some things from nr-matrix-ops.h to new files.
5652         * src/libnr/nr-point-fns.h, src/libnr/nr-point-fns.cpp:
5653           New function is_zero.  Move is_unit_vector here
5654           (was private to sp-spiral.cpp).
5656         * src/display/bezier-utils-test.cpp: Disable a test, replacing with a
5657           todo printf and adding a comment explaining.
5659 2004-10-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5661         * src/pencil-context.cpp: Ensure that data points array p is uniqued
5662           and contains no NaNs.
5664         * src/libnr/nr-point-fns.cpp (LInfty): Fix bug with NaN coordinates:
5665           return NaN (rather than unspecified behaviour).
5666         * src/libnr/nr-point-fns-test.cpp: Add test cases for L1,L2,LInfty
5667           handling of NaN.
5669         * src/pencil-context.cpp: Fix bug: undesirable interactions between
5670           snapping and snap-to-anchor.
5672 2004-10-21  MenTaLguY  <mental@rydia.net>
5674         * src/desktop.cpp: SPDesktop::currentRoot() should pull from
5675           the current layer hierarchy just like SPDesktop::currentLayer();
5676           doubly so, since currently when switching documents the layer hierarchy
5677           is updated before the document is switched
5679         * src/util/Makefile_insert, src/util/copy-list.h: add list copy thingy
5681         * src/util/list.h: add rest()
5683         * src/util/reverse-list.h: bug fixes to reverse_list_in_place()
5685         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5686           more work on layer selector
5688 2004-10-21  Carl Hetherington  <inkscape@carlh.net>
5690         * src/livarot/Path.cpp, src/livarot/Path.h,
5691         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5692         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5693         src/livarot/ShapeMisc.cpp: excise separate path description data
5694         structure.
5696         * src/livarot/Path.h, src/livarot/Path.cpp,
5697         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5698         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5699         src/livarot/ShapeMisc.cpp, src/livarot/livarot-forward.h: move
5700         path description structs into their own files, and rename a few
5701         member variables.
5703         * src/livarot/Path.h, src/livarot/PathConversion.cpp,
5704         src/livarot/PathOutline.cpp: remove some unused functions.
5706 2004-10-20  Carl Hetherington  <inkscape@carlh.net>
5708         * src/livarot/Path.cpp: fix for 1050379, and probably lots of
5709         others.
5711         * src/livarot/Path.h, src/livarot/PathOutline.cpp: bug fix for a
5712         previous commit.
5714         * src/livarot/Path.cpp: fix a memory leak.
5716 2004-10-19  Carl Hetherington  <inkscape@carlh.net>
5718         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: more
5719         simplification cleanups.
5721         * src/livarot/PathStroke.cpp: coding style cleanups.
5723         * src/livarot/Path.h, src/livarot/PathSimplify.cpp,
5724         src/livarot/PathStroke.cpp: more cleanups; don't modify Path::pts
5725         and Path::nbPt.
5727         * src/livarot/Path.cpp, src/livarot/Path.h,
5728         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5729         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: use a
5730         std::vector for Path::pts.
5732 2004-10-18  Carl Hetherington  <inkscape@carlh.net>
5734         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: coding style
5735         and const cleanups.
5737         * src/livarot/PathSimplify.cpp: some very minor cleanups, and
5738         temporary comments for myself.
5740         * src/livarot/PathConversion.cpp: coding style cleanups.
5742         * src/livarot/PathConversion.cpp: fix for bug 1048827.
5744         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: clean up
5745         simplification code.
5747 2004-10-17  MenTaLguY  <mental@rydia.net>
5749         * share/templates/Makefile.am, share/templates/layers.svg:
5750           added a layer template
5752         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5753           more layer selector work
5755         * src/util/filter-list.h, src/util/Makefile_insert:
5756           added filter_list()
5758 2004-10-15  Carl Hetherington  <inkscape@carlh.net>
5760         * src/livarot/PathSimplify.cpp: remove #ifdef
5761         pseudo_douglas_pecker code that wasn't being used.
5763 2004-10-15  MenTaLguY  <mental@rydia.net>
5765         * src/view.h: removed obsolete status message functions
5767         * src/attributes.h: remove unused #define
5769         * src/sp-object.cpp: fix for bug #1048268 (inkscape:collect being written
5770           in "plain SVG" files)
5772         * src/sp-item.h, src/sp-item.cpp: added isLocked() and isHidden()
5773           predicates
5775         * src/sp-item.cpp, src/sp-style.cpp: basic support for visibility CSS
5776           property
5778 2004-10-14  Ted Gould  <ted@gould.cx>
5780         * share/extension/*.inkmod -> *.inx
5781         src/extension/init.cpp
5783         Changing the filename extension that is used to identify Inkscape
5784         extensions to the one specified in the design document.
5786 2004-10-14  MenTaLguY  <mental@rydia.net>
5788         * src/util/list.h: more 3.4 fixes
5790 2004-10-13  MenTaLguY  <mental@rydia.net>
5792         * src/util/list.h, src/util/forward-pointer-iterator.h:
5794           fixes to (hopefully) build with g++ 3.4 (and generally be less evil
5795           anyway)
5797 2004-10-14  Carl Hetherington <inkscape@carlh.net>
5799         * src/livarot/int-line.cpp: coding style cleanups.
5801         * src/livarot/float-line.cpp, src/livarot/float-line.h:
5802         refactoring, removal of dead code.
5804         * src/display/guideline.cpp, src/display/guideline.h: coding style
5805         cleanups.
5807         * src/livarot/Path.cpp, src/livarot/Path.h,
5808         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5809         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: merge
5810         Path::path_lineto and Path::path_lineto_b.
5812 2004-10-14  Carl Hetherington <inkscape@carlh.net>
5814         * src/Path.cpp, src/Path.h, src/PathConversion.cpp,
5815         src/PathCutting.cpp, src/PathOutline.cpp, src/PathSimplify.cpp,
5816         src/ShapeMisc.cpp: use a vector of pointers for Path::descr_cmd.
5818         * src/livarot/Ligne.cpp, src/livarot/Ligne.h,
5819         src/livarot/int-line.cpp, src/livarot/int-line.h,
5820         src/livarot/float-line.cpp, src/livarot/float-line.h,
5821         src/livarot/livarot-forward.h, src/livarot/ShapeRaster.cpp,
5822         src/sp-flowregion.cpp, src/display/canvas-bpath.cpp,
5823         src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
5824         src/display/sp-ctrlline.cpp, src/libnrtype/FlowDest.cpp,
5825         src/libnrtype/RasterFont.cpp: split Ligne into float-line and
5826         int-line.
5828         * src/libnrtype/FlowDest.cpp, src/libnrtype/RasterFont.cpp,
5829         src/libnrtype/raster-position.h, src/livarot/float-line.cpp,
5830         src/livarot/float-line.h, src/livarot/int-line.cpp: use
5831         std::vector for arrays in FloatLigne.
5833         * src/livarot/float-line.cpp, src/livarot/float-line.h: remove
5834         lots of dead code.  Make some methods private.
5836 2004-10-12  MenTaLguY  <mental@rydia.net>
5838         * src/Makefile.am: added files
5840         * src/layer-fns.cpp, src/sp-item.cpp: use iterators, simplifying code
5842         * src/sp-object.cpp, src/splivarot.cpp: adapt to new version of
5843           Inkscape::Algorithms::longest_common_suffix
5845         * src/sp-object.h, src/sp-repr-iterators.h: add new iterator classes
5847         * src/algorithms/find-last-if.h: add counterpart of std::find_if
5849         * src/algorithms/longest-common-suffix.h: rewrite to use iterators
5851         * src/algorithms/longest-prefix.h, src/algorithms/longest-suffix.h,
5852           src/algorithms/shortest-prefix.h, src/algorithms/shortest-suffix.h:
5854           removed; these algorithms are no longer necessary when using
5855           iterators
5857         * src/traits/list.h: no longer needed
5859         * src/traits/reference.h: add "Pointer" member type
5861         * src/util/Makefile_insert: shuffled files
5863         * src/util/list.h: reworked Inkscape::Util::List to be a "handle" type
5864           that can also be used as an STL iterator
5866         * src/util/forward-pointer-iterator.h: treat a pointer as an iterator,
5867           given a base pointer type and a type which defines the iteration
5868           strategy
5870         * src/util/map.h: obsolete
5872         * src/util/map-list.h: iterator-based implementation
5874         * src/traits/tree-iterator.h: no longer necessary (superceded by
5875           specific applications of Inkscape::Util::ForwardPointerIterator)
5877         * src/sp-object-tree-iterator.h, src/util/parent-axis.h,
5878           src/util/sibling-axis.h: obsolete
5880         * src/util/map.h, src/util/reverse.h: obsolete
5882         * src/util/map-list.h, src/util/reverse-list.h:
5883           iterator-based implementations
5885         * src/xml/Makefile_insert: added file
5887         * src/xml/repr.h: removed old tree iterator stuff
5889         * src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h: use new
5890           pointer iterator facility
5892         * src/xml/sp-repr-iterators.h: pointer iterators for SPRepr
5894 2004-10-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5896         * src/display/bezier-utils.h, src/display/bezier-utils.cpp
5897           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full): Change the meaning
5898           of the last parameter: was max_depth, now lg_max_beziers, with the
5899           relationship lg_max_beziers = max_depth + 1.  Callers updated.
5901         * src/xml/repr.cpp (sp_repr_change_order):
5902           Add g_return_if_fail for some conditions that would break structural
5903           integrity, and add a TODO comment indicating incompleteness.
5904           Use sp_repr_prev function.
5906         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp
5907           (sp_repr_prev_sibling): Rename to sp_repr_prev for consistency
5908           with sp_repr_next.  Don't consider it an error for child to be
5909           NULL or parentless.  Callers updated.
5911         * src/draw-context.cpp (spdc_concat_colors_and_flush,
5912           spdc_flush_white): Misc readability cleanups.
5914         * src/display/curve.cpp (sp_curve_reverse): Fix a bug where the
5915           reversed curve wrongly included a trailing moveto command.  (Bug
5916           introduced in my 2004-09-05 change: one of the callers I didn't
5917           know how to cause to run.)
5919 2004-10-12  Ted Gould  <ted@gould.cx>
5921         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
5922         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
5923         share/extensions/eps_input.inkmod, share/extensions/epsi_output.inkmod,
5924         share/extensions/gimpgrad.inkmod, share/extensions/ps_input.inkmod,
5925         share/extensions/roundhole.inkmod, share/extensions/sk_input.inkmod,
5926         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
5927         share/extensions/txt2svg.inkmod, share/extensions/wmf_input.inkmod,
5928         src/extension/dependency.cpp, src/extension/dependency.h,
5929         src/extension/extension.cpp, src/extension/init.cpp:
5931         Moving all of the dependency stuff from the scripts, up to the root
5932         extension level.  This means that everyone can have dependencies, and
5933         dependency checking (a good thing).  This makes use of the new
5934         'Dependency' class that is also in the extension directory.
5936 2004-10-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5938         * src/pencil-context.cpp (sp_pencil_context_root_handler): Split into
5939           many functions, fixing some illegal union aliasing along the way (as
5940           was done for sp_pen_context_root_handler).
5942         * src/modifier-fns.h: New file of inline functions based on macros.h
5943           MOD__CTRL etc. macros.
5944         * src/Makefile_insert: Add the new file.
5946         * src/pen-context.h: Change size of p array from SP_DRAW_MAX_POINTS to
5947           5 now that we aren't sharing with SPPencilContext.
5949         * src/draw-context.cpp, src/draw-context.h, src/pen-context.cpp,
5950           src/pen-context.h, src/pencil-context.cpp, src/pencil-context.h:
5951           Move npoints,p from SPDrawContext to both SPPenContext and
5952           SPPencilContext.
5954         * src/draw-context.cpp, src/draw-context.h: Split off new files
5955           pen-context.h, pen-context.cpp, pencil-context.h, pencil-context.cpp,
5956           draw-anchor.h, draw-anchor.cpp.
5957         * src/Makefile_insert: Add the new files.
5959 2004-10-10  Ted Gould  <ted@gould.cx>
5961         * src/event-context.cpp, src/file.cpp, src/file.h, src/print.cpp,
5962         src/print.h, src/selection-chemistry.h, src/sp-image.cpp, src/sp-item.cpp,
5963         src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp, src/sp-symbol.cpp,
5964         src/tools-switch.cpp, src/dialogs/export.cpp, src/dialogs/filedialog.cpp,
5965         src/extension/Makefile_insert, src/extension/db.cpp,
5966         src/extension/dependency.cpp, src/extension/dependency.h,
5967         src/extension/effect.cpp, src/extension/effect.h,
5968         src/extension/extension-forward.h, src/extension/extension.cpp,
5969         src/extension/extension.h, src/extension/input.cpp, src/extension/input.h,
5970         src/extension/output.cpp, src/extension/output.h, src/extension/print.cpp,
5971         src/extension/print.h, src/extension/system.cpp,
5972         src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp,
5973         src/extension/internal/svg.cpp, src/libnrtype/FlowResOut.cpp:
5975         Splitting out the different types of extensions into their own files so
5976         that the overall dependencies can be reduced.  Caused a ripple through
5977         lots of other files.  Hopefully the dependency situation is better now.
5979 2004-10-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5981         * src/draw-context.cpp:
5982           Change xp,yp file globals to NR::Point pen_draw_origin_w.
5984         * src/draw-context.cpp (sp_pen_context_root_handler):
5985           Split into many routines.  Fix some illegal union member aliasing.
5986           (pen_handle_key_press): Minor code cleanups in backspace handling.
5987           (pen_handle_motion_notify): Make tolerance var local instead of
5988           file-global.  (This transformation is applicable to many
5989           dragtolerance users.)
5991         * src/draw-context.cpp (spdc_endpoint_snap_handle):
5992           Change argument type from SPDrawContext to SPPenContext, and
5993           specialize definition accordingly.  Caller updated.
5995         * src/draw-context.h: Change red_curve_is_valid from char to bool.
5996         * src/draw-context.cpp: Change red_curve_is_valid assignments from
5997           0x00/0x01 to false/true (using find & replace).
5999 2004-10-07  Carl Hetherington  <inkscape@carlh.net>
6001         * src/nr-object.cpp, src/nr-object.h: coding style and const
6002         fixes.
6004         * src/nr-rect.cpp: added a doxygen comment.  Some coding style
6005         fixes.
6007         * src/sp-paint-server.cpp: coding style fixes.
6009         * src/nr-arena-item.cpp, src/nr-arena-item.h: move a comment to
6010         the .cpp file and make it doxygen-style.
6012         * src/livarot/Path.cpp: coding style cleanups.  Add an assert to
6013         Path::Transform().
6015         * src/livarot/Path.cpp, src/livarot/Path.h: fix some archaic
6016         notation.
6018         * src/livarot/Ligne.cpp: coding style cleanups.
6020         * src/livarot/PathOutline.cpp, src/livarot/Path.h: fix a rather
6021         nasty hack in the outlining code.
6023         * src/livarot/Path.cpp, src/livarot/Path.h,
6024         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6025         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6026         src/livarot/ShapeMisc.cpp, src/splivarot.cpp, src/sp-offset.cpp:
6027         use std::vector for Path::descr_cmd.
6029         * src/livarot/Path.cpp, src/livarot/Path.h,
6030         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6031         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6032         src/livarot/ShapeMisc.cpp: getType() and setType() in Path::path_descr.
6034 2004-10-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6036         * src/sp-object-repr.cpp (sp_repr_type_lookup): Distinguish between XML
6037           element name and sodipodi:type attribute value: use a separate table
6038           for each.
6039         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_lookup):
6040           Don't export this function.  (Also rename it to name_to_gtype and
6041           change its definition for separate tables.)
6043 2004-10-03  Kees Cook  <kees@outflux.net>
6045         * src/dialogs/rdf.cpp, src/dialogs/repr-util.cpp, src/dialogs/repr.h:
6046           Since "dc:title" can appear at multiple XML levels, a way to
6047           control max depth in searching was added.  (Closes bug #1009290)
6049 2004-09-30  MenTaLguY  <mental@rydia.net>
6051         * src/widgets/document-tree-model.cpp:
6052           more bug fixes
6054         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6055           get the layer selector sort of in more order
6057 2004-09-28  Ted Gould  <ted@gould.cx>
6059         * src/verbs.cpp, src/verbs.h, src/view.cpp:
6061         Making it so that actions get deleted as views get destroyed.
6063 2004-09-27  Ted Gould  <ted@gould.cx>
6065         * src/desktop.h, src/forward.h, src/interface.cpp, src/interface.h,
6066         src/select-toolbar.cpp, src/shortcuts.cpp, src/shortcuts.h,
6067         src/toolbox.cpp, src/toolbox.h, src/verbs.cpp, src/verbs.h,
6068         src/dialogs/align.cpp, src/dialogs/align.h,
6069         src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp,
6070         src/dialogs/export.cpp, src/dialogs/find.cpp,
6071         src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
6072         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
6073         src/dialogs/xml-tree.cpp, src/helper/action.cpp, src/helper/action.h:
6075         Wow, alot of files changed.  The ones that changed the most are
6076         verb.cpp and verb.h, which are almost entirely different.  What happened
6077         here is the verbs were made object oriented.  So, as the verbs
6078         are built into everything, lots of files changed.  Now the code
6079         for the verbs is much cleaner, and I think a little bit faster.
6080         Also, it will be easier to extend the verbs for use in effects.
6082 2004-09-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6084         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
6085           Get rid of operator NR::translate(), which was allowing
6086           *implicit* (and typically lossy) conversion to NR::translate,
6087           and which made a bug hard to find.
6089         * src/sp-gradient-test.cpp: New unit test file.  I believe this is the
6090           first test that tests an SPObject.
6091         * src/Makefile_insert, src/Makefile.am: Invoke the new test.
6093 2004-09-24  MenTaLguY <mental@rydia.net>
6095         * src/selection-chemistry.cpp:
6097           "select all" and "clear" now operate on the current layer rather than on
6098           the document root
6100         * src/verbs.cpp, src/shortcuts.cpp, layer-fns.cpp, src/sp-item.cpp:
6102           keyboard shortcuts and fixes for layer verbs
6104 2004-09-23  MenTaLguY <mental@rydia.net>
6106         * src/message-stack.h, src/message-stack.cpp:
6108           return id of flashed messages so they are cancellable
6110         * src/message-context.h, src/message-context.cpp:
6112           message context flashes now supercede one another, as regular
6113           messages do (they do not supercede regular messages though)
6115         * src/interface.cpp, src/layer-fns.cpp, src/layer-fns.h, src/verbs.cpp:
6117           initial stab at layers menu; not everything works the way it should
6118           quite yet
6120         * src/message-context.h, src/message-context.cpp:
6122           added flash methods to Inkscape::MessageContext
6124         * src/gc-core.h, src/display/nr-arena-glyphs.cpp,
6125 src/display/nr-arena-group.cpp,
6126           src/display/nr-arena-item.cpp, src/display/nr-arena-item.h,
6127           src/display/nr-arena-shape.cpp, src/libnr/nr-object.cpp,
6128 src/libnr/nr-object.h,
6130           eliminate more sources of leaks; managed objects shouldn't use refcounts
6131           among themselves
6133         * src/xml/repr.cpp: don't nuke log pointer
6135 2004-09-21  MenTaLguY <mental@rydia.net>
6137         * src/gc-finalized.h: fix for stupid bug preventing finalizable objects
6138           from being collected
6140         * src/Makefile_insert, src/gc.cpp, src/gc-core.h:
6141           move Inkscape::GC::init out-of-line, and funnel GC warnings through
6142           glib
6144 2004-09-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6146         * src/sp-marker.h, src/sp-marker.cpp (sp_marker_show_instance):
6147           Change to using NR::Matrix instead of NRMatrix.  Update caller.
6149         * src/sp-gradient.cpp (sp_gradient_get_g2d_matrix,
6150           sp_gradient_get_gs2d_matrix, sp_gradient_set_gs2d_matrix):
6151           New NR::Matrix/NR::Rect versions of existing functions.
6153         * src/libnr/nr-matrix-translate-ops.h (operator/): New function.
6155         * src/libnr/nr-matrix-scale-ops.cpp: New file.
6156         * src/libnr/nr-matrix-scale-ops.h (operator/(Matrix,scale)):
6157           New function.
6159 2004-09-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6161         * src/sp-gradient.h: Change gradientTransform from NRMatrix to
6162           NR::Matrix.  Users updated.
6164         * src/Makefile.am (EXTRA_DIST), Makefile_insert
6165           dialogs/Makefile_insert extension/implementation/Makefile_insert
6166           extension/internal/Makefile_insert helper/Makefile_insert
6167           livarot/Makefile_insert (blah_SOURCES):
6168           Add some .h files for `make dist'.
6170 2004-09-19  MenTaLguY <mental@rydia.net>
6172         * src/gc-core.h: don't defer finalizers
6174         * src/gc-core.h: bump up free space divisor -- collections should
6175           happen ~32x more frequently
6177 2004-09-19  Carl Hetherington <inkscape@carlh.net>
6179         * src/display/canvas-bpath.cpp, src/display/nr-arena-shape.cpp,
6180         src/display/sp-ctrlline.cpp, src/libnrtype/RasterFont.cpp,
6181         src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: remove some
6182         unused parameters from calls to raster code.
6184         * src/livarot/ShapeRaster.cpp: coding style cleanups.
6186         * src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: factored out
6187         _updateIntersection().
6189         * src/livarot/AVL.cpp, src/livarot/AVL.h: remove DblLinked.  Cleanups.
6191 2004-09-18  MenTaLguY <mental@rydia.net>
6193         * src/dialogs/filedialog.cpp: unref the preview document we created
6195 2004-09-18  Carl Hetherington <inkscape@carlh.net>
6197         * src/livarot/AVL.cpp, src/livarot/AVL.h,
6198         src/livarot/DblLinked.cpp, src/livarot/DblLinked.h,
6199         src/livarot/LivarotDefs.h, src/livarot/ShapeRaster.cpp,
6200         src/livarot/ShapeSweep.cpp, src/livarot/sweep-tree.cpp,
6201         src/livarot/sweep-tree.h, src/sweep-event.h: replace leftFoo and
6202         rightFoo with foo[2] in a few places.  Associated cleanups.
6204         * src/livarot/Shape.h: use Side rather than a bool for
6205         TesteIntersection.  Add some methods.  Remove some unused variables.
6207         * src/livarot/ShapeSweep.cpp: simplify TesteIntersection with use
6208         of Side.
6210         * src/livarot/sweep-event.h: const fix.
6212         * src/livarot/sweep-event.cpp: simplifications with use of Side.
6214         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
6215         src/livarot/ShapeMisc.cpp, src/ShapeSweep.cpp: lastA/firstA in
6216         Shape::dg_point ->
6218           further work on stroking; break out bezier approximation into
6219           public functions
6221 2004-09-10  MenTaLguY <mental@rydia.net>
6223         * src/render/polygon.h, src/render/shape-builder.h,
6224           src/render/shape-builder.cpp, src/render/stroke.h,
6225           src/render/dash.h:
6227           beginnings of a simple alternate renderer
6229 2004-09-09  Carl Hetherington <inkscape@carlh.net>
6231         * src/sp-flowtext.cpp, src/sp-offset.cpp, src/splivarot.cpp,
6232         src/display/nr-arena-shape.cpp, src/libnrtype/FlowDest.cpp,
6233         src/livarot/PathConversion.cpp, src/livarot/Shape.h: make
6234         Shape::nbPt and Shape::nbAr private and provide accessor methods.
6236         * src/display/nr-arena-shape.cpp, src/livarot/Shape.h: make
6237         Shape::flags private.
6239         * src/splivarot.cpp, src/livarot/PathStroke.cpp,
6240         src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6241         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
6242         Clean up handling of flags in Shape class
6244         * src/livarot/AlphaLigne.cpp, src/livarot/Path.cpp,
6245         src/livarot/PathSimplify.cpp, src/livarot/Shape.cpp,
6246         src/livarot/ShapeSweepUtils.cpp: it's ok to free NULL.
6248         * src/livarot/Shape.h, src/sp-offset.cpp, src/splivarot.cpp,
6249         src/display/nr-arena-shape.cpp: Make Shape::pts private and offer
6250         a read-only accessor.
6252         * src/livarot/Shape.cpp, src/livarot/Shape.h,
6253         src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
6254         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp, src/
6255         livarot/ShapeSweepUtils.cpp, src/livarot/ShapeUtils.h: Rename
6256         Shape::pts to Shape::_pts, and use getPoint() wherever possible.
6258         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
6259         src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6260         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp: Add
6261         dg_point::totalDegree() and make use of it.
6264 2004-09-08  MenTaLguY  <mental@rydia.net>
6266         * src/libnr/nr-object.h, src/libnr/nr-object.cpp: fix NRObject
6267           initialization
6269         * configure.in, src/gc-core.h, src/gc-managed.h, src/gc-anchored,
6270           src/gc-finalized.h:
6272           add a --disable-gc ./configure option to omit garbage collection
6273           from the build (the normal allocator will be used, although
6274           memory will obviously leak since it does not get explicitly freed)
6276         * src/xml/repr.cpp: SPRepr's copy constructor needs to properly
6277           initialize its fields
6279         * src/xml/repr-util.cpp, src/xml/repr-private.h,
6280           src/xml/repr.h, src/xml/repr.cpp:
6282           new child-count-related routines, and added mutation signals
6283           to SPReprDoc
6285         * src/desktop.cpp: call the "Active Group" widget by its TRUE NAME!
6287         * src/widgets/Makefile_insert, src/widgets/document-tree-model.cpp,
6288           src/widgets/document-tree-model.h, src/widgets/layer-selector.cpp,
6289           src/widgets/layer-selector.h:
6291           very cursory start on new layers UI
6293 2004-09-08  Carl Hetherington <inkscape@carlh.net>
6295         * src/helper/stock-items.cpp: fix a bad free().  Improve coding
6296         style compliance.
6298         * src/libnrtype/FlowRes.cpp: slightly unpleasant fix for a buffer
6299         overrun.
6301 2004-09-07  MenTaLguY <mental@rydia.net>
6303         * src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6304           src/livarot/ShapeSweep.cpp:
6306           use std::vector for points array (seems to crash less?)
6308         * src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
6309           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
6310           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
6311           src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
6312           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
6314           switch to glib's allocator routines, which have the expected
6315           semantics
6317         * src/livarot/evil-malloc.h: removed
6319 2004-09-07  Ted Gould  <ted@gould.cx>
6321         * src/color-rgba.h:
6323         Some comments and some little code clean up things.  Added a couple
6324         of constructors to make life a little simpler.
6326 2004-09-06  Ted Gould  <ted@gould.cx>
6327         * src/extension/plugin/gimgrad.cpp, src/extension/implementation/plugin*
6328           share/extension/gimpgrad.inkmod, src/extension/system.cpp,
6329           src/extension/extension.h:
6331         Mega commit.  This commit does two things, it adds in the ability to
6332         do plugins in Inkscape.  This means that there are loadable modules
6333         that can be used for just about anything.  It also provides a sample
6334         implementation of a plugin to load GIMP gradients.  This means that
6335         GIMP gradients can be imported into Inkscape, giving a larger set of
6336         gradients that can be used in Inkscape.
6338         Currently, nothing here is really complete, but it is functional.  The
6339         plugins really only work for input plugins, and the GIMP gradient example
6340         isn't very robust.  They will come shortly.
6342 2004-09-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6344         * src/display/curve.h, src/display/curve.cpp:
6345           Change x,y members to NR::Point.
6346           Rename posset (spiced&spiked hot milk) to posSet as per CodingStyle.
6348         * src/display/curve.cpp (sp_curve_reverse): Previously this
6349           routine returned only the last subpath, and made it an open
6350           path.  Now it preserves all aspects of the curve other than
6351           reversing it.  I believe this change makes no difference to the
6352           draw-context and dyna-draw-context callers (though I haven't
6353           managed to test all of these callers), whereas for the `reverse
6354           path' command, users presumably expect the new behaviour.
6356         * src/display/curve.cpp (sp_curve_closepath_current):
6357           Fix bad assertion.
6359         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
6360           (get_translation): New function.
6362         * src/sp-polygon.cpp (polygon_get_value): Use static linkage.
6363           (sp_polygon_set): Remove debugging output.  Add `todo' comment.
6365 2004-09-03  MenTaLguY <mental@rydia.net>
6367         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
6368           src/sp-namedview.h:
6370           remember previously selected layer on load
6372 2004-09-02  MenTaLguY <mental@rydia.net>
6374         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp:
6376           reintroduced the inkscape:groupmode attribute
6378         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
6379           src/libnr/nr-object.cpp:
6381           remove USE_LIBGC macro again
6383 2004-08-30  MenTaLguY <mental@rydia.net>
6385         * src/sp-object.cpp:
6387           ref the object while SPObject::deleteObject runs, so it doesn't
6388           get destroyed halfway through [ fix for bug #1012874 ]
6390 2004-08-29  MenTaLguY <mental@rydia.net>
6392         * src/gc-core.h:
6394           turn off scanning of dynamic library data segments; we don't need
6395           it, and it seems to cause problems on FC2
6397 2004-08-27  MenTaLguY <mental@rydia.net>
6399         * src/traits/function.h: add typedefs for all argument positions,
6400           specifying 'void' for all arguments after the last
6402         * src/livarot/evil-malloc.h, src/livarot/BitLigne.cpp,
6403           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
6404           src/livarot/Shape.cpp, src/livarot/ShapeSweepUtils.cpp:
6406           work around livarot bugs so I can use ElectricFence
6408         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
6409           src/libnr/nr-object.cpp:
6411           make the garbage collector easy to disable by undefining
6412           USE_LIBGC in src/gc-core.h
6414 2004-08-26  MenTaLguY <mental@rydia.net>
6416         * src/document-private.h, src/document.h, src/document.cpp:
6418           add notification signal when resources are added or removed
6420 2004-08-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6422         * src/xml/repr-css.cpp (sp_repr_css_print):
6423           Fix for shared string change.
6425         * src/sp-text.cpp (sp_text_description):
6426           Fix for when font Name() call fails.
6428         * src/sp-text.cpp: CodingStyle changes, including moving some
6429           declarations to first use.
6430           Remove unused __SP_TEXT_C__ define.
6432 2004-08-25  Carl Hetherington  <inkscape@carlh.net>
6434         * src/sp-cursor.cpp, src/sp-cursor.h, src/sp-guide.cpp:
6435         coding style cleanups.
6437 2004-08-24  MenTaLguY <mental@rydia.net>
6439         * src/gc-anchor.h: fix to always use the GC base address, since
6440           that will not always be the same as 'this', when I::GC::Anchored
6441           is used via multiple inheritance.
6443 2004-08-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6445         * src/libnrtype/TextWrapper.h, src/libnrtype/TextWrapper.cpp (AppendUTF8):
6446           Use strlen instead of for-loop.
6447           Change printf to g_return_if_fail (and document that the argument
6448           must be valid UTF-8).
6449           Mark the text pointer as not being written through (const).
6451 2004-08-23  MenTaLguY <mental@rydia.net>
6453         * src/xml/repr.cpp, src/xml/sp-repr-action.h:
6455           removed stupid default 'next' constructor arguments and force them
6456           to be specified explicitly (and fix the omission of one, which
6457           fixes bug #1014541)
6459 2004-08-22  MenTaLguY <mental@rydia.net>
6461         * src/Makefile_insert, src/gc-alloc.h:
6463           introduced a GC-aware STL allocator
6465         * src/document-private.h, src/document.h, src/document.cpp:
6467           switch to using STL map for "id changed" signals
6469 2004-08-21  MenTaLguY <mental@rydia.net>
6471         * src/Makefile_insert, src/util/Makefile_insert: get libinkutil
6472           deps straightened out
6474         * src/document-private.h, src/document-undo.cpp, src/document.cpp:
6476           adapt for new APIs, header cleanups/refactorings
6478         * src/gc-core.h, src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
6480           rewrote interface to Boehm GC for increased flexibility; there are now
6481           three main classes:
6483            - Inkscape::GC::Managed: objects managed by the GC; replaces
6484                                     Inkscape::GC::Object
6486            - Inkscape::GC::Finalized: objects for which the GC will call
6487                                       destructors automatically; replaces
6488                                       Inkscape::GC::FinalizedObject
6490            - Inkscape::GC::Anchored: managed objects which can be 'anchored'
6491                                      to prevent collection while non-gc-aware
6492                                      objects are holding references; replaces
6493                                      Inkscape::Refcounted
6495           Note that they no longer inherit from each other(!), so you will
6496           need to mix-and-match via multiple inheritance.  The latter two
6497           don't do anything useful without the first, however.
6499         * src/gc-object.h, src/refcounted.h: removed
6501         * src/message-context.cpp, src/message-stack.h, src/selection.h,
6502           src/view.cpp, src/libnr/nr-object.h, src/util/list.h,
6503           src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h, src/desktop.cpp:
6505           adopt new GC API and header refatorings
6507         * src/Makefile.am, src/util/Makefile_insert:
6509           list util/* files in util's Makefile_insert now.
6511         * src/util/reverse.h: revive anx fix Inkscape::Util::reverse
6513         * src/util/share-c-string.cpp, src/util/share-c-string.h: removed
6515         * src/util/shared-c-string.cpp, src/util/shared-c-string.h:
6517           employ the type system to make shared strings a little safer to use;
6518           you can still shoot yourself in the foot, but at least now you need
6519           to aim and pull the trigger first
6521         * src/xml/Makefile_insert, src/xml/repr-action-test.cpp,
6522           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.h:
6524           reorganize transaction logging files
6526         * src/xml/repr-action-test.cpp: updated headers
6528         * src/xml/repr-action.cpp, src/xml/repr-action.h: removed
6530         * src/xml/repr-private.h, src/xml/repr.cpp, src/xml/repr.h:
6532           update for new GC API and shared strings
6534         * src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
6535           src/xml/sp-repr-action.h:
6537           header refactoring and new GC API
6539         * src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h:
6541           new GC API
6543 2004-08-20  Carl Hetherington <inkscape@carlh.net>
6545         * src/zoom-context.cpp, src/view.cpp, src/version.cpp,
6546         src/sp-defs.cpp: coding style cleanups.
6548         * src/sp-polygon.cpp: coding style and a few other small cleanups.
6550         * src/sp-anchor.cpp: coding style cleanups.  Remove unnecessary
6551         static variable.
6553 2004-08-18  Bryce Harrington <bryce@bryceharrington.org>
6555         * autogen.sh:  Fixing the 'missing ltmain.sh' bug
6557 2004-08-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6559         * src/sp-star.cpp: Use cast to guint32 instead of using modulo 2**32.
6560           Fix a uint compilation bug on Windows reported by mrchapp.
6561           Mark a few functions as static.
6563 2004-08-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6565         * src/sp-conn-end.cpp (change_endpts):
6566           Use new sp_curve_stretch_endpoints function: i.e. preserve the
6567           shape of the connector path.
6569         * src/display/curve.h, src/display/curve.cpp
6570           (sp_curve_stretch_endpoints): New function.
6572         * src/sp-use-reference.cpp: CodingStyle changes.
6574         * src/sp-item.h, src/sp-item.cpp (sp_item_write_transform):
6575           Indicate that adv won't get written to.
6577         * src/sp-rect.cpp (sp_rect_set_transform): Call sp_rect_set_shape,
6578           so that bbox is up-to-    src/livarot/PathConversion.cpp,
6579 src/livarot/Shape.cpp,
6580         src/livarot/Shape.h, src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
6581         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp,
6582         src/livarot/ShapeSweepUtils.cpp:
6583           Revert these files to their state prior to mental's "2004-08-08"
6584           entry (the change made in 2004-08-09 02:23 UTC).
6586 2004-08-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6588         * src/algorithms/longest-common-suffix.h: Fix bug I introduced three
6589           days ago.
6591         * src/attributes.h, src/attributes.cpp: New attributes
6592           SP_ATTR_CONNECTION_START, SP_ATTR_CONNECTION_END.
6593         * src/sp-conn-end.h, src/sp-conn-end.cpp,
6594           src/sp-conn-end-pair.h, src/sp-conn-end-pair.cpp:
6595           New files.
6596         * src/Makefile_insert (libinkpre_a_SOURCES): Add the new files.
6598         * src/sp-path.cpp, src/sp-path.h: Call the new connector stuff.
6600         * src/display/curve.h, src/display/curve.cpp
6601           (sp_curve_first_point, sp_curve_last_point): New functions.
6603           (sp_curve_transform): Re-implement with NR::Matrix/NR::Point.
6604           The old code appears to be buggy for sheer/rotate matrices
6605           due to calculating each y coord using the new corresponding x coord
6606           instead of the previous value.
6608           Also add NR::translate version.
6610           Get rid of the return value.  Callers updated.
6612         * src/sp-item.h, src/sp-item.cpp: (i2anc_affine): New function
6613           (essentially a rename of existing private partial_xform function, but
6614           differing behaviour on encountering non-SPItem in the hierarchy).
6616           (i2i_affine): New function (essentially a rename of existing
6617           SPItem::getRelativeAffine).  Implement SPItem::getRelativeAffine in
6618           terms of the new function.
6620           (sp_item_dt2i_affine): NR::Matrix version.
6622         * src/libnr/nr-path.h (c, setC): new methods.
6624 2004-08-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6626         * src/desktop-affine.cpp (sp_desktop_w2doc_affine,
6627         sp_desktop_doc2w_affine, sp_desktop_doc2d_xy_point),
6628         src/knotholder.cpp (knot_moved_handler), src/sp-item.cpp
6629         (SPItem::getRelativeTransform), src/sp-rect.cpp
6630         (sp_rect_set_transform), src/display/sp-canvas-util.cpp
6631         (sp_canvas_item_i2i_affine, sp_canvas_item_set_i2w_affine):
6632           Cleanup: Use the new division operators instead of multiplication by
6633           inverse.  (Currently the division operators are implemented as
6634           multiplication by inverse.)
6636         * src/splivarot.cpp, src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
6637         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
6638           Hurriedly fix some problems caused by overly-hurried changes.
6639           Address some signed/unsigned warnings.
6640           Add some assertions.
6641           (Haven't checked the performance cost of the assertions.)
6643         * src/livarot/Shape.h: Make constructors explicit.
6645 2004-08-08  MenTaLguY  <mental@rydia.net>
6647         * src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-offset.cpp,
6648           src/splivarot.cpp, src/display/nr-arena-shape.cpp,
6649           src/livarot/PathConversion.cpp, src/livarot/Shape.cpp,
6650           src/livarot/Shape.h, src/livarot/ShapeDraw.cpp,
6651           src/livarot/ShapeMisc.cpp, src/livarot/ShapeRaster.cpp,
6652           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
6654           replace ad-hoc realloced arrays with std::vector and deal with
6655           uninitialized data problems that valgrind complained about
6657         * libgc.supp: valgrind suppression profile for libgc, which necessarily
6658           reads and runs comparisons on a lot of uninitalized data; the present
6659           form of this file is probably too broad however
6661 2004-08-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6663         * src/libnr/nr-matrix-div.h, src/libnr/nr-matrix-div.cpp:
6664           operator/(NR::Point, NR::Matrix), operator/(NR::Matrix, NR::Matrix):
6665           new functions, new files.
6667         * src/algorithms/longest-common-suffix.h:
6668           Handle in O(1) time the common case of equal tails.
6669           Documentation.
6671 2004-08-08  Ted Gould  <ted@gould.cx>
6673         * src/svg-profile.h, src/Makefile_insert:
6675         Adding the first support in for trying to determine which profiles are
6676         used with certain functionality, and if that is used by the current
6677         document.  Really, right now, there is no code changes to anything that
6678         compiles.  But this is the header file that contains the class that
6679         I'm plannig to use in the future.
6681 2004-08-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6683         * src/libnrtype/RasterFont.h, src/libnrtype/RasterFont.cpp:
6684           Get rid of argumentless constructor (which was leaving
6685           style.transform as random bits), replace with constructor taking
6686           style argument.  Caller updated.
6687           Disable default copy constructor and operator=.
6689 2004-08-06  MenTaLguY <mental@rydia.net>
6691         * configure.in, src/gc-core.h, src/gc-object.h,
6692           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-group.cpp,
6693           src/display/nr-arena-image.cpp, src/display/nr-arena-item.cpp,
6694           src/display/nr-arena-shape.cpp, src/display/nr-arena.cpp,
6695           src/helper/action.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
6697           make NRObject GC-aware
6699 2004-08-06  David Turner <novalis@gnu.org>
6700         * src/sp-shape.cpp (sp_shape_marker_get_transform): Make marker handling
6701 match
6702         SVG spec better.
6704 2004-08-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6706         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
6707           NR::Matrix *= NR::scale: new.
6709         * src/sp-object.cpp, src/sp-object.h, src/sp-object-tree-iterator.h:
6710           Move TreeIterator<SPObject *> specialization to snew file
6711           sp-object-tree-iterator.h.
6712           Mark several pointers as not being written through.
6713           Correspondingly change TreeIterator specialization to
6714           <SPObject const *> instead of <SPObject *>.
6716         * display/nr-arena-item.cpp, display/nr-arena-item.h:
6717           Add NR::Matrix version of nr_arena_item_set_transform.
6719         * src/sp-item.h, src/sp-item.cpp (getRelativeTransform, partial_xform):
6720           Mark pointers as not written through.
6722         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
6723           src/path-chemistry.cpp, src/rect-context.cpp,
6724           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowdiv.cpp,
6725           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-item-group.cpp,
6726           src/sp-item-notify-moveto.cpp, src/sp-item-transform.cpp,
6727           src/sp-item.cpp, src/sp-item.h, src/sp-offset.cpp, src/sp-rect.cpp,
6728           src/sp-shape.cpp, src/sp-use.cpp, src/spiral-context.cpp,
6729           src/splivarot.cpp, src/star-context.cpp, src/text-context.cpp,
6730           src/dialogs/item-properties.cpp:
6731           Change SPItem->transform from NRMatrix to NR::Matrix.
6733         * src/libnr/nr-matrix-ops.h (operator*(NR::Matrix, NRMatrix)): new.
6735         * src/libnr/nr-matrix.h: NR::Matrix *= NR::translate: new operator.
6737         * src/nodepath.cpp: Mark NodeSort operator< as static.
6738           Indentation as per CodingStyle.
6740         * src/libnr/nr-scale.h (NR::scale(double)): new constructor.
6742         * src/svg/svg-affine.cpp (sp_svg_transform_write), src/svg/svg.h:
6743           Add NR::Matrix version.
6745 2004-08-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6747         * src/display/bezier-utils.cpp: Misc. minor changes.
6749 2004-08-04  MenTaLguY  <mental@rydia.net>
6751         * configure.in, src/gc-object.h, src/refcounted.h:
6753           start using libgc in earnest; Inkscape::Refcounted is now GC-aware
6755 2004-08-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6757         * src/nodepath.cpp: Cleanups: Mark some things as static.  Switch from
6758           pointer to reference in some places. Make const placement conform to
6759           CodingStyle.
6761         * src/inkview.cpp (sp_svgview_main_key_press): Accept some common keys
6762           like PgUp, q.
6764         * src/draw-context.cpp (fit_and_split):
6765           Slight simplification: don't handle impossible condition npoints < 2.
6766         * src/proofs: Update accordingly.  (Also add some bezier-utils proofs.)
6768 2004-08-04  David Turner <novalis@gnu.org>
6770         * sp-path.cpp: 'd' is a required attribute for paths.  Ensure that
6771         all paths have it.
6773 2004-08-03  MenTaLguY  <mental@rydia.net>
6775         * src/dialogs/rdf.cpp, src/xml/repr-util.cpp, src/xml/repr.h:
6776           removed sp_repr_recursive_drop() which is unneeded and
6777           creates unnecessary thrash in the undo logs
6779         * src/livarot/Shape.h, src/livarot/Shape.cpp,
6780           src/livarot/ShapeSweep.cpp, src/livarot/ShapeMisc.cpp:
6782           experiment to replace ad-hoc realloc() arrays with std::vector
6784 2004-08-02  David Turner <novalis@gnu.org>
6786         * file.cpp, file.h, interface.cpp, toolbox.cpp, verbs.cpp, verbs.h:
6788         Added vacuum command to remove unused defs.
6790 2004-08-02  MenTaLguY  <mental@rydia.net>
6792         * configure.in: sigc++ 2.0.2 (and before?) has a bug that
6793           causes us to crash.  require >= 2.0.3
6795         * src/Makefile.am, src/Makefile_insert, src/gc-core.h,
6796           src/gc-object.h, src/algorithms/longest-common-suffix.h,
6797           src/traits/list.h, src/traits/reference.h, src/util/flip.h,
6798           src/util/fold.h, src/util/list-iterator.h, src/util/list.h,
6799           src/util/map.h, src/util/parent-axis.h, src/util/reverse.h,
6800           src/util/sibling-axis.h, src/util/tuple.h, src/util/zip.h:
6802           more "functional" work
6804 2004-08-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6806         * src/display/curve.cpp, src/display/curve.h:
6807           Greater conformance with CodingStyle.
6809 2004-07-31  David Turner <novalis@gnu.org>
6811         * dialogs/xml-tree.cpp: Improved focus, added keystroke for attr commit.
6813 2004-07-31  Ted Gould  <ted@gould.cx>
6815         * src/extension/extension.cpp,
6816         src/extension/implementation/implementation.cpp,
6817         src/extension/implementation/implementation.h,
6818         src/extension/implementation/script.cpp,
6819         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
6820         src/extension/internal/eps-out.h:
6822         Okay, changed the prefs_ prototypes to include which extension they are
6823         working with. This should clean up some warnings before they become
6824         problems later.
6826 2004-07-31  Ted Gould  <ted@gould.cx>
6828         * src/print.cpp, src/extension/extension.cpp, src/extension/extension.h,
6829           src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp:
6831           Changed the get and set param prototypes so that they aren't overloaded
6832           anymore - this was flaky.  Also added a document to the prototype so
6833           that document specific parameters can be supported in the future.
6835 2004-07-28  David Turner <novalis@gnu.org>
6837         * sp-gradient.cpp, widgets/gradient-vector.cpp: fixed gradient handling to
6838         properly render gradients with sharp color boundaries
6840 2004-07-29  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6842         * src/inkview.cpp: Make the window title be the name of the
6843           instead of the current file instead of the first file.
6845         * src/round-test.cpp: New unit-test file.
6847         * src/desktop.h, src/sp-desktop-widget.h:
6848           Move SPDesktopWidget stuff from desktop.h to new file
6849           sp-desktop-widget.h.
6851         * debian/*: Copy lots of changes from wolfi's official Debian package
6852           of inkscape.
6853           Also use separate builddir, which simplifies the `clean' target.
6855 2004-07-24  MenTaLguY  <mental@rydia.net>
6857         * configure.in, src/Makefile.am, src/main.cpp, src/gc-core.h:
6858           added libgc dependency
6860         * src/Makefile.am, traits/function.h:
6861           added trait class for functions and C++ "functors"
6863         * src/Makefile.am, util/flip.h:
6864           added flip() which, given a function with two arguments,
6865           returns an identical function with its arguments reversed
6867 2004-07-23  MenTaLguY  <mental@rydia.net>
6869         * src/Makefile.am, src/traits/reference.h, src/util/tuple.h:
6870           added generic Tuple type
6872 2004-07-23  Ted Gould  <ted@gould.cx>
6874         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
6875         src/sp-namedview.h, src/dialogs/desktop-properties.cpp,
6876         src/display/canvas-grid.cpp, src/display/canvas-grid.h:
6878         Adding in the ability to have 'emphasis grid lines' where some lines are a
6879         different color than others.  In the default case every fifth grid line
6880         gets to be 0x11 darker alpha.  Nothing that will get in your way, but
6881         enough that you can find the spacing.  All parameters are changeable in
6882         document preferences.
6884 2004-07-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6886         * autogen.sh: Move unversioned automake to last resort.
6888 2004-07-20  Kees Cook  <kees@outflux.net>
6890         * src/dialogs/desktop-preferences.cpp: corrected my usage of static
6891           l18n strings.
6892         * src/dialogs/stroke-style.cpp: fixed missing l18n. (bug #994837)
6893         * src/dialogs/sp-attribute-widget.cpp: went hunting for other static
6894           l18n strings.  Fixed some here too.
6895         * autogen.sh: cleanups and more debugging.
6896         * share/extensions/sk2svg.sh: tempfile cleanups from pjrm (patch #990009)
6898 2004-07-20 Nathan Hurst <njh@mail.csse.monash.edu.au>
6900         * debian/changelog, configure.in: Moved to 0.40cvs and updated
6901           debian stuff.
6903 2004-07-18  MenTaLguY  <mental@rydia.net>
6905         * configure.in, src/Makefile.am, src/algorithms/Makefile_insert,
6906           src/algorithms/makefile.in, src/traits/Makefile_insert,
6907           src/traits/makefile.in, src/util/Makefile_insert, src/util/makefile.in:
6909           added src/algorithms, src/traits, and src/util subdirs
6911         * src/algorithms/longest-common-suffix.h:
6913           added generic "longest common suffix" algorithm
6915         * src/traits/list.h: added traits class for lists
6917         * src/traits/tree-iterator.h: added traits class for n-ary tree iterators
6919         * src/util/list-iterator.h: STL iterator for lists
6921         * src/util/parent-axis.h: parent "axis" of tree iterator as list
6923         * src/util/sibling-axis.h: sibling "axis" of tree iterator as list
6925         * src/xml/repr.h: specialize Traits::TreeIterator for SPRepr *
6927         * src/sp-object.h: specialize Traits::TreeIterator for SPObject *
6929         * src/sp-object.cpp: use generic "longest common suffix" to find
6930                              nearest common ancestor
6932         * src/splivarot.cpp: use genric "longest common suffix" to find
6933                              nearest common ancestor here too
6935 2004-07-18  Kees Cook  <kees@outflux.net>
6937         * Makefile.am, configure.in, autogen.sh, toolversions.sh:
6938           cleaning up some automake misbehavior from the gtkmm patch.
6939           automake 1.4isms snuck back in.
6940         * src/desktop-events.cpp: unlocalized strings updated.
6942 2004-07-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6944         * src/sp-path.cpp (sp_path_write): Handle shape->curve==NULL.
6946 2004-07-18  MenTaLguY  <mental@rydia.net>
6948         * Makefile.am, configure.in, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4,
6949           m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4,
6950           m4/progtest.m4, src/arc-context.cpp, src/arc-context.h, src/desktop.cpp,
6951           src/desktop.h, src/document.cpp, src/document.h, src/draw-context.cpp,
6952           src/draw-context.h, src/event-context.h, src/main.cpp,
6953           src/message-stack.h, src/node-context.cpp, src/node-context.h,
6954           src/nodepath.cpp, src/nodepath.h, src/object-hierarchy.h,
6955           src/rect-context.cpp, src/rect-context.h, src/selcue.cpp, src/selcue.h,
6956           src/selection-describer.cpp, src/selection-describer.h,
6957           src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
6958           src/sp-item.cpp, src/sp-item.h, src/sp-object.cpp, src/sp-object.h,
6959           src/sp-offset.cpp, src/sp-offset.h, src/sp-pattern.cpp, src/sp-use.cpp,
6960           src/sp-use.h, src/spiral-context.cpp, src/spiral-context.h,
6961           src/star-context.cpp, src/star-context.h, src/text-context.cpp,
6962           src/text-context.h, src/toolbox.cpp, src/uri-references.cpp,
6963           src/uri-references.h, src/view.cpp, src/view.h,
6964           src/dialogs/xml-tree.cpp:
6966           merged Aubanel MONNIER's gtkmm upgrade patch
6968 2004-07-17  Carl Hetherington  <inkscape@carlh.net>
6970         * src/sp-use.cpp: fix a compiler warning (closes #992960)
6972         * src/sp-offset.cpp: fix a compiler warning (closes #992960)
6974         * src/sp-text.cpp: fix a compiler warning (closes #992959)
6976 2004-07-16  Kees Cook  <kees@outflux.net>
6978         * src/verbs.h, src/verbs.cpp: added "sp_verbs_find" function for bryce.
6980 2004-07-15  Ted Gould  <ted@gould.cx>
6982         * 0.39 Release
6984 2004-07-14  MenTaLguY  <mental@rydia.net>
6986         * src/sp-object.cpp: disable recursive update warning for release
6988         * src/select-context.cpp: work around probable cut-and-paste bug
6989           between sp_select_context_item_handler and
6990           sp_select_context_root_handler by checking for drag_escaped
6992 2004-07-13  MenTaLguY  <mental@rydia.net>
6994         * src/make.exclude: omit extension/script/js/js.c from build
6996 2004-07-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6998         * src/dialogs/rdf.cpp: Don't add dc:description entry to SVG files.
7000         * src/utest/utest.h: Add include guard.
7002 2004-07-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7004         * src/decimal-round.h (decimal_round): New file, new function.
7005         * src/round.h (decimal_round): New file, new function.
7006         * src/Makefile_insert: Add to libinkpost_a_SOURCES.
7008 2004-07-11  MenTaLguY  <mental@rydia.net>
7010         * src/document.h, src/document-undo.cpp:
7011           added sp_document_get_undo_sensitive() for capturing and restoring
7012           undo sensitivity
7014         * src/sp-object.cpp: don't log id changes made to resolve
7015           duplicate ids (to avoid undo badness) (fix for bug #989023)
7017 2004-07-11  Kees Cook  <kees@outflux.net>
7019         * src/preferences-skeleton.h, src/extension/init.cpp: with simarilius,
7020           tracked down the cause of bug #988445.  Extension code now has a
7021           small section that validates preferences for valid extension names.
7022         * src/dialogs/filedialog-win32.cpp: corrected an assert test, and
7023           changed dialog to take the passed window title.
7024         * autogen.sh, config.h.mingw, configure.in, src/Makefile_insert,
7025           src/help.cpp, src/inkscape-stock.cpp, src/inkscape.cpp, src/main.cpp,
7026           src/make.dep, src/make.files, src/path-prefix.h, src/prefix.cpp,
7027           src/prefix.h, src/dialogs/stroke-style.cpp,
7028           src/extension/Makefile_insert, src/extension/init.cpp,
7029           src/extension/implementation/Makefile_insert,
7030           src/extension/implementation/script.cpp,
7031           src/extension/internal/Makefile_insert, src/helper/stock-items.cpp,
7032           src/widgets/icon.cpp:
7033         Cleaned up all the path #define's and usage.  In the process found at
7034         least 3 separate bugs associated with file locations.  This should
7035         hopefully work for Win32 as well.  Bottom line in this change: don't use
7036         INKSCAPE_DATADIR anywhere except in "path-prefix.h".  This includes
7037         an update to the autopackage code as well with fixes so that
7038         a change to "--enable-binreloc" will get recompiled correctly.  These
7039         changes should address bug #978391.
7041 2004-07-11  Carl Hetherington  <inkscape@carlh.net>
7043         * src/attributes.cpp, src/attributes.h: remove confusing
7044         snaptogrid and snaptoguides options.
7046         * src/desktop-events.cpp: use inkscape:guide-bbox instead of
7047         snaptoguides to turn guides on.
7049         * src/desktop.cpp: no need to worry about Snapper::getEnabled().
7051         * src/snap.cpp, src/snap.h: Remove explicit enabled flag from
7052         Snapper, as itconfuses people.  Added
7053         namedview_dim_snap_all_types().  Return useful stuff from
7054         vector_snap_list.
7056         * src/rect-context.cpp: Use hack to make snapping kind of work
7057         even with snap-to-bbox enabled.
7059         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp: remove
7060         snaptogrid and snaptoguides options as they confuse people.  Use
7061         better names for the scale origin radio buttons, as suggested by
7062         Bulia.
7064         * src/seltrans.cpp: Fix some cases where snap wasn't correctly applied.
7066 2004-07-10  MenTaLguY  <mental@rydia.net>
7068         * src/sp-image.cpp: prospective fix for bug #979858
7070         * src/select-context.cpp, src/select-context.h,
7071           src/seltrans.cpp, src/seltrans.h:
7073           gave SPSelTrans its own Inkscape::MessageContext, fixing
7074           bug #977971
7076 2004-07-10  Kees Cook  <kees@outflux.net>
7078         * src/knot.cpp: solved bug #988513: knot could stay grabbed in
7079           situations where the tool went away but never got "button_release"
7080           event.  This patch uses the "enter" and "leave" notifiers to disable
7081           the grab before a "motion" can come and snag the knot.
7083 2004-07-09  Kees Cook  <kees@outflux.net>
7085         * src/widgets/paint-selector.cpp: solved bug #984902: the pattern
7086           menu was being destroyed since it was remaining part of the frame
7087           that was being destroyed whenever the selector changed.  It gets
7088           ref-counted, disconnected, and destroyed correctly now.
7089         * mkinstalldirs: automake 1.8 stopped including "mkinstalldirs", but
7090           intltool still uses it.  We'll need to keep this until intltool
7091           fixes the bug.  intltool 0.31 and earlier are all buggy.
7093 2004-07-09  Carl Hetherington  <inkscape@carlh.net>
7095         * src/draw-context.cpp: remove some debugging g_prints.
7097 2004-07-08  MenTaLguY  <mental@rydia.net>
7099         * src/interface.cpp: fixed crash on desktop context menu
7101         * src/desktop.h, src/desktop.cpp:
7103           added SPDesktop::isWithinViewport() to conveniently determine
7104           if an item is within view
7106           also made isLayer() const
7108         * src/sp-object.h: added SPObject::hasChildren() predicate
7110         * src/sp-object.cpp: revert to old behavior of breaking parent
7111           link before emitting "release" signal
7113         * src/selection-chemistry.cpp: rewrote sp_selection_item_next()
7114           and sp_selection_item_prev() to work with layers
7116 2004-07-08  Carl Hetherington  <inkscape@carlh.net>
7118         * src/libnrtype/FontFactory.cpp: disable printing of debug
7119         messages.
7121         * src/sp-item-group.cpp: give it a snappoints method to fix
7122         937318.
7124         * src/draw-context.cpp: fix a couple of places where Shift isn't
7125         checked before snapping.
7128 2004-07-07  MenTaLguY  <mental@rydia.net>
7130         * src/desktop.cpp, src/interface.cpp: remove the word "layer"
7131           for now, and disable the layer selector when the user is not
7132           inside a group
7134 2004-07-07  Kees Cook  <kees@outflux.net>
7136         * src/dialogs/desktop-properties.cpp: added a few g_asserts, and
7137           added a missing sp_signal_disconnect_by_data for the color picker,
7138           which closes bug #975864.  Stopped accidentally calling
7139           sp_document_done from the update handler (fixes bug #986411).
7140         * src/dialogs/dialog-events.cpp, src/helper/action.cpp:
7141           whitespace changes, typo fixes, added a few g_asserts.
7142         * src/selection-chemistry.cpp, src/desktop.cpp: when deleting items
7143           from the desktop, the selection context may need to be cleared since
7144           it may have pointers to the deleted items.  To do this, I just
7145           reselect the current tool (fixes bug #983243).
7146         * src/dialogs/xml-tree.cpp, src/dialogs/desktop-properties.cpp:
7147           corrected tooltips memory handling.
7149 2004-07-06  MenTaLguY  <mental@rydia.net>
7151         * src/desktop.cpp: minor tweaks to make the existing layers
7152           code easier to work with in its current state (particularly,
7153           to sidestep some existing bugs that otherwise require more
7154           UI work to fix)
7156 2004-07-06  Carl Hetherington  <inkscape@carlh.net>
7158         * src/seltrans.cpp, src/sp-namedview.cpp,
7159         src/display/bezier-utils.cpp, src/libnr/nr-types.cpp:
7160         isnan appears to need a std:: namespace qualifier.
7162 2004-07-06  Ted Gould  <ted@gould.cx>
7164         * src/libnr/nr-point.h, src/libnr/nr-rect.h:
7166         Adding in a function to round the points and rectangles.  Using this
7167         for less precise comparisons.  Also, added in a function to print
7168         each of these.
7170         * src/dialogs/export.cpp:
7172         Major revisions to do all kinds of fun stuff.  The major one being
7173         that filenames and dpi's can now be stored on selections.  This
7174         makes it so that people working on a section of a document can export
7175         it consistently.
7177 2004-07-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7179         * src/sp-typeset-utils.h: Greatly reduce #includes.
7181         * src/color-rgba.h, src/Makefile_insert, src/desktop.h:
7182           Move ColorRGBA from desktop.h to new file color-rgba.h.
7183         * src/desktop.cpp, src/dropper-context.cpp: #include it.
7185 2004-07-05  Kees Cook  <kees@outflux.net>
7187         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.cpp,
7188           src/dialogs/rdf.h: added multiline data entry items, reduced
7189           overall width of the dialog, and created the license entry areas.
7190           Auto-detection of license on load works now.
7192 2004-07-05  MenTaLguY <mental@rydia.net>
7194         * src/desktop.cpp: comitted further work which gives us a
7195           partially-functional layers menu (not actually hooked up to
7196           change layers yet), and it is not always updated when it needs
7197           to be (yet).  It does also fix the crash though.
7199         * src/desktop.cpp, src/desktop.h, src/document.cpp,
7200           src/sp-item-group.cpp, src/sp-item-group.h:
7202           additional layers work; backed off on promoting siblings to
7203           layers automatically and reintroduced "global" layer mode
7205 2004-07-05  Carl Hetherington <inkscape@carlh.net>
7207         * src/desktop.cpp: prevent crash by adding a check for
7208         layer == NULL to SPDesktopWidget::_buildLayerStatusMenuItem.
7210         * src/selection-chemistry.cpp: prevent crash on copying empty
7211         groups.
7213 2004-07-04  MenTaLguY  <mental@rydia.net>
7215         * src/sp-object.cpp: fixed bug #979281 -- I had accidentally
7216           reversed the sense of a test in SPObject::requestModified(),
7217           such that CHILD_MODIFIED notifications were never being sent
7219         * src/widgets/sp-color-notebook.cpp: always assume colors are
7220           8-digit hex rrggbbaa, and zero-fill accordingly
7222           HAPPY NATHAN#@$?#$#@$!?!?!?
7224         * src/desktop.cpp, src/desktop.h, src/document.cpp, src/document.h,
7225           src/interface.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
7226           src/sp-item-group.cpp, src/sp-item-group.h, src/widgets/widget-sizes.h:
7228           Added selection-changes-current-layer and other layer refinements.
7229           Except for fixing the currently broken layer combo box on the status
7230           bar, I think this is pretty much the last of the layerish work I'm
7231           willing to do for 0.39 since we're in freeze now.
7233 2004-07-03  Kees Cook  <kees@outflux.net>
7235         * src/document.cpp, src/dialogs/desktop-properties.cpp,
7236           src/dialogs/rdf.cpp, src/dialogs/rdf.h:
7237           Added several more RDF entities.  Created entry tooltips.  Set
7238           a few RDF defaults for the document.
7240 2004-07-03  MenTaLguY  <mental@rydia.net>
7242         * src/desktop.cpp, src/document.cpp:
7244           siblings of a layer now become layers too
7246         * src/interface.cpp: switched to command names suggested by bulia
7248         * src/object-hierarchy.cpp, src/object-hierarchy.h:
7250           bugfixes and cleanups
7252         * src/sp-item-group.cpp, src/sp-item-group.h, src/sp-root.cpp:
7254           new layerMode() and setLayerMode() methods; SPGroupMode becomes
7255           SPGroup::LayerMode
7257         * src/sp-object.h: added isSiblingOf() method
7259         * src/sp-object.cpp: leave parent pointer in place until after
7260           "release" handlers finish
7262 2004-07-02  Kees Cook  <kees@outflux.net>
7264         * src/document.cpp, src/dialogs/desktop-properties.cpp,
7265           src/dialogs/rdf.cpp, src/dialogs/rdf.h, src/xml/repr.h:
7266           Made RDF's writable now.  Handling modifications and defaults.
7267           Mental and others will most likely kill me when they finally
7268           read this code.
7270 2004-07-02  MenTaLguY  <mental@rydia.net>
7272         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp,
7273           src/sp-item-group.h:
7275           Removed the "inkscape:groupmode" attribute and added note about how
7276           the group/layer mode setting needs to be per-view, not global.
7278         * src/desktop.cpp, src/desktop.h,
7279           src/object-hierarchy.cpp, src/object-hierarchy.h:
7281           Added notification signals for switching layers, as well as putting
7282           groups in layer mode when they are being used as layers.
7284           Notably, you can now call SPDesktop::connectCurrentLayerChanged() to
7285           connect to a SigC++ signal to be notified when the current layer
7286           changes.
7288         * src/interface.cpp, src/object-ui.cpp:
7290           Fixed up the "Enter Group" and "Leave Group" context menu
7291           commands a bit, and implement them both in the same places.
7293 2004-07-02  Carl Hetherington  <inkscape@carlh.net>
7295         * src/desktop-snap.cpp, src/desktop-snap.h, src/snap.cpp, src/snap.h,
7296         src/Makefile_insert src/arc-context.cpp src/draw-context.cpp
7297         src/dyna-draw-context.cpp src/make.dep src/make.files src/make.ofiles
7298         src/makefile.msc src/nodepath.cpp src/rect-context.cpp
7299         src/select-context.cpp src/selection-chemistry.cpp src/seltrans.cpp
7300         src/sp-namedview.h src/spiral-context.cpp src/star-context.cpp:
7301         renamed desktop-snap.* to snap.* since it has nothing to do with the
7302         desktop any more.
7304         * src/draw-context.cpp: Temporary hack to prevent snapping
7305         completely failing to work when snapping to bbox points.  Support
7306         shift-disables-snap for freehand drawing.
7308         * src/snap.cpp, src/snap.h: Added some temporary methods to assist
7309         with hacks elsewhere.
7311 2004-07-01  Kees Cook  <kees@outflux.net>
7313         * src/xml/repr.h, src/xml/repr-util.h, src/dialogs/rdf.cpp:
7314           moved "repr_lookup_name" into the repr-util collection so
7315           that the RDF stuff doesn't need to know about SPRepr internals.
7316           Now that I've started to grok the SPRepr stuff, this seems best.
7317           Added "sp_repr_recursive_drop" for use in the future when I may
7318           want to throw away an entire tree of SPRepr items (like ditching
7319           a blank "dc:rights" section).
7321 2004-07-01  MenTaLguY  <mental@rydia.net>
7323         * src/sp-item.cpp: fix clip path loading bug
7325         * src/sp-object.cpp: relax analness about object ids a little
7327 2004-06-30  Kees Cook  <kees@outflux.net>
7329         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.h,
7330           src/dialogs/rdf.cpp: built the various functions needed to extract
7331           the RDF text elements from the DOM.  XML in the document will now
7332           be displayed in the entry fields.
7334 2004-06-28  MenTaLguY  <mental@rydia.net>
7336         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr-css.cpp,
7337           src/xml/repr-io.cpp, src/xml/repr-private.h, src/xml/repr-util.cpp,
7338           src/xml/repr.cpp, src/xml/sp-repr-attr.h: applied peter's patch to
7339           break out NRReprAttr
7341         * src/sp-object.cpp, src/sp-object.h:
7343           added SPObject::nearestCommonAncestor, which given another SPObject
7344           returns the nearest common ancestor of the two SPObjects.
7346         * src/sp-item.cpp, src/sp-item.h:
7348           added SPItem::getRelativeTransform, which computes the SPItem's
7349           transform relative to another SPObject
7351         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
7352           src/rect-context.cpp, src/spiral-context.cpp, src/star-context.cpp,
7353           src/text-context.cpp:
7355           drawing tools now cope with drawing within transformed groups
7356           (i.e. layers)
7358 2004-06-27  MenTaLguY  <mental@rydia.net>
7360         * src/sp-object.h: remove sp_object_request_update,
7361           sp_object_invoke_update, sp_object_invoke_modified,
7362           sp_object_request_modified, and sp_object_invoke_write, which have been
7363           deprecated and are now completely unused
7365         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
7366           src/object-hierarchy.cpp, src/object-hierarchy.h, src/sp-object.cpp,
7367           src/sp-object.h:
7369           Implemented SPDesktop::setCurrentLayer(), introducing
7370           Inkscape::ObjectHierarchy to permit falling back to parents if
7371           the current layer is removed.
7373         * src/object-ui.cpp, src/interface.cpp: really crude hack of
7374           Sodipodi-like "enter group" and "leave group"
7376 2004-06-26  MenTaLguY  <mental@rydia.net>
7378         * src/refcounted.h: allow reffing/unreffing const objects
7380         * src/arc-context.cpp, src/draw-context.cpp, src/dropper-context.cpp,
7381           src/event-context.cpp, src/event-context.h, src/node-context.cpp,
7382           src/rect-context.cpp, src/selcue.cpp, src/selcue.h,
7383           src/select-context.cpp, src/select-context.h, src/seltrans.cpp,
7384           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
7385           src/text-context.cpp, src/zoom-context.cpp:
7387           Make SPSelTrans and SPSelCue proper C++ classes with constructors.
7389         * src/document.h, src/dialogs/xml-tree.cpp: removed sp_document_lookup_id
7391         * src/sp-object.cpp: clarify what is happening with bug #980407 --
7392           the clone is getting attached to the repr before the original SPObject
7393           is.
7395 2004-06-26  Carl Hetherington  <inkscape@carlh.net>
7397         * src/node-context.cpp: make sure nodepath->nodeContext is set up
7398         when the selection changes.  Fixes 936739.
7400 2004-06-25  MenTaLguY  <mental@rydia.net>
7402         * src/display/sp-canvas.cpp: enabled win32 current item workaround on
7403           all platforms
7405 2004-06-25  Kees Cook  <kees@outflux.net>
7407         * src/dialogs/rdf.h, src/dialogs/rdf.cpp, src/dialogs/Makefile_insert,
7408           src/dialogs/desktop-properties.cpp:
7410           Added data entry widgets for document metadata, including a rough
7411           license selector, and debug rdf generator.  Corrected whitespace,
7412           added table for RDF entity lookup, tag, and title mapping.  Added
7413           initial loading framework.  Cleaned up rdf_work_entity_t usage.
7415 2004-06-25  Carl Hetherington  <inkscape@carlh.net>
7417         * src/sp-namedview.cpp: cleanups in grid snap settings.  Fix a
7418         typo.
7420         * src/seltrans.cpp: optional default origin for scaling.  Fixes
7421         to snap during scale.
7423         * src/seltrans.h: s/opposit/opposite/.  Add some comments.
7425         * src/dialogs/display-settings.cpp: add default scale origin
7426         option.
7428         * src/desktop-snap.h: changes to snap_list_scale prototype.
7430         * src/desktop-snap.cpp: snap_list_scale now returns whether
7431         it snapped or not.  The best scale snap is now the one that
7432         changes the scale factor least, rather than the one that
7433         results in the snap point being closest to where it used to be.
7435         * src/display/sp-canvas.cpp: fix for win32 freeze-at-border bug,
7436         copied from SP.
7438         * src/knot.cpp, src/select-context.cpp: change spellings from
7439         British to American English for translators.
7441 2004-06-24  rejon <kidproto@users.sf.net>
7443         * src/verbs.cpp: I changed the reverse command to be more verbose and
7444           explanative.
7446 2004-06-24  MenTaLguY  <mental@rydia.net>
7448         * src/seltrans.cpp: slight change to make showing/hiding center
7449           mark easier later on
7451         * configure.in, src/main.cpp, src/star-context.cpp,
7452           src/display/bezier-utils.cpp, src/display/canvas-bpath.cpp,
7453           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
7454           src/display/sp-ctrlline.cpp, src/libnr/nr-svp.cpp,
7455           src/libnrtype/FontFactory.cpp, src/libnrtype/RasterFont.cpp,
7456           src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
7457           src/livarot/Ligne.cpp, src/livarot/PathOutline.cpp,
7458           src/livarot/ShapeMisc.cpp, src/widgets/font-selector.cpp:
7460           fixes for floating-point portability issues, courtesy of
7461           Colin Marquardt.
7463         * src/extensions/init.cpp: dirent.h requires inttypes.h on OS X
7465 2004-06-23  MenTaLguY  <mental@rydia.net>
7467         * src/Makefile_insert, src/desktop.cpp, src/managed.h,
7468           src/message-context.cpp, src/message-stack.h, src/refcounted.h,
7469           src/selection.h, src/view.cpp:
7471           Changed my mind.
7473           Inkscape::Managed is more properly called Inkscape::Refcounted
7475         * src/libnrtype/Makefile_insert, src/libnrtype/codepages.h,
7476           src/libnrtype/cp1250.cpp, src/libnrtype/cp1251.cpp,
7477           src/libnrtype/cp1252.cpp, src/libnrtype/cp1253.cpp,
7478           src/libnrtype/cp1254.cpp, src/libnrtype/cp1255.cpp,
7479           src/libnrtype/cp1256.cpp, src/libnrtype/cp1257.cpp,
7480           src/libnrtype/cp1258.cpp, src/libnrtype/cp874.cpp,
7481           src/libnrtype/cp932.cpp, src/libnrtype/cp936.cpp,
7482           src/libnrtype/cp949.cpp, src/libnrtype/cp950.cpp:
7484           removed unused Win32 codepage crap
7486 2004-06-23  Carl Hetherington  <inkscape@carlh.net>
7488         * src/inkscape.cpp: Don't connect to SIGBUS on Win32, as
7489         it doesn't seem to exist.  Add Emacs mode line.
7490         Declaration-to-first-use and coding style cleanups.
7492         * src/desktop-snap.h: a few double -> NR::Coord fixes.
7494         * src/nodepath.cpp: turn off snapping when Shift is held down.
7495         Some minor cleanups.
7497         * src/dialogs/display-settings.cpp: remove my rather dubious
7498         move_with_grid option.
7500         * src/select-context.cpp: rationalise grid modifiers; now Shift
7501         disables snap and Alt snaps movement to the grid.
7503 2004-06-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7505         * share/extensions/dia2svg.sh: Fix bashism and insecure tempfile usage.
7507 2004-06-23  Ted Gould  <ted@gould.cx>
7509         * share/extensions/dropshadow.inkmod, share/extensions/roundhole.inkmod,
7510         src/extension/system.cpp:
7512         Setting it up so that poorly formed inkmod files generate actual GTK
7513         warnings so that they can be easily hidden.  Also, fixing these two inkmod
7514         files so that they don't generate the above mentioned warnings.
7516 2004-06-22  Kees Cook  <kees@outflux.net>
7518         * src/inkscape.cpp: added SIGBUS and SIGABRT handling.
7520 2004-06-22  John Cliff <simarilius@yahoo.com>
7522         * src/object-edit.cpp:  Added knots for manipulation of pattern fills.
7523         * src/sp-shape.cpp, src/sp-shape.h:     Added sp_shape_set_pattern to
7524         explictly set the transform rather than multiplying like adjust.
7527 2004-06-22  Carl Hetherington  <inkscape@carlh.net>
7529         * src/sp-shape.cpp: add sp_shape_snappoints.
7531         * src/desktop-snap.cpp: minor cleanups.  Added a comment.
7533         * src/sp-text.cpp: removed an old comment.
7535         * src/sp-ellipse.cpp: fix snappoints method now that the parent
7536         class method has changed.
7538         * src/sp-rect.cpp: snappoints method is not required as it's now
7539         handled by SPShape.
7541         * src/sp-image.cpp: use SPItem's snappoints method.
7543         * src/file.cpp: fix another call to g_file_test with a
7544         possibly-NULL parameter.  Fixes #977413.
7546 2004-06-21  Carl Hetherington  <inkscape@carlh.net>
7548         * src/file.cpp: don't call g_file_test with a NULL path.  Fixes
7549         #976703.
7551         * src/desktop-snap.cpp: default to snapping to bounding boxes when
7552         snapping is first enabled.  Rework in terms of SPNamedView rather
7553         than SPDesktop.
7555         * src/desktop-snap.h: rework in terms of SPNamedView rather than
7556         SPDesktop.
7558         * src/arc-context.cpp, src/draw-context.cpp,
7559         src/dyna-draw-context.cpp, src/nodepath.cpp src/rect-context.cpp,
7560         src/select-context.cpp, src/selection-chemistry.cpp,
7561         src/seltrans.cpp, src/sp-namedview.cpp, src/spiral-context.cpp,
7562         src/star-context.cpp: Adapt for changes to snap code naming.
7564         * src/seltrans.cpp: cleanups to sp_sel_trans_skew_request and
7565         sp_sel_trans_scale_request.
7567 2004-06-20  Ted Gould  <ted@gould.cx>
7569         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
7570         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
7571         share/extensions/epsi_output.inkmod, share/extensions/roundhole.inkmod,
7572         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
7573         share/extensions/txt2svg.inkmod, src/extension/extension.h,
7574         src/extension/system.cpp, src/extension/implementation/script.cpp,
7575         src/extension/internal/eps-out.cpp,
7576         src/extension/internal/gdkpixbuf-input.cpp,
7577         src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
7578         src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
7579         src/extension/internal/win32.cpp:
7581         Changing the naming of the extensions to be more Java style naming to
7582         allow for more extension in the future.
7584 2004-06-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7586         * src/extension/internal/ps.cpp (PrintPS): Initialize _stream to
7587           NULL (fixes segfaults when exporting to an unopenable file), and
7588           initialize _bitmap to false instead of random.
7590 2004-06-20  MenTaLguY  <mental@rydia.net>
7592         * src/desktop.cpp, src/managed.h, src/message-context.h,
7593           src/message-stack.h, src/message.h, src/view.cpp:
7595           Document classes, and change Managed to have an initial refcount
7596           of one at creation.
7598 2004-06-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7600         * src/libnrtype/FontFactory.cpp, src/libnrtype/FontInstance.cpp,
7601           src/libnrtype/font-instance.h: If both WIN32 and WITH_XFT are
7602           defined, then use just the WITH_XFT code.  (I don't know if it's
7603           possible for both to be defined, but we might as well document
7604           that the existing code doesn't handle both being defined, AFAICT.)
7606         * src/libnrtype/FontFactory.cpp (ink_strstr): Document brokenness.
7607           (is_regular, is_nonbold, is_italic, etc.): Mark as static.
7609         * src/Makefile.am (EXTRA_DIST): Remove reference to deleted files
7610           libnrtype/nr-type-w32.cpp, libnrtype/nr-type-w32.h,
7611           libnrtype/nr-type-xft.cpp, libnrtype/nr-type-xft.h.
7613         * src/config.h.win32: Define PACKAGE_TARNAME, for require-config.h.
7614           More accurate mathematical constants (20 decimal places instead of 3).
7616 2004-06-19  MenTaLguY  <mental@rydia.net>
7618         * src/desktop.cpp, src/managed.h, src/rect-context.cpp,
7619           src/rect-context.h, src/selection.h, src/view.cpp:
7621           SPSelection now derives from Inkscape::Managed
7623         * src/Makefile_insert, src/select-context.cpp, src/select-context.h,
7624           src/selection-describer.h, src/selection-describer.cpp:
7626           Introduced Inkscape::SelectionDescriber to which SPSelectContext
7627           delegates the task of displaying descriptions of the current
7628           selection.  This fixes bug #945735.
7630 2004-06-19  Carl Hetherington  <inkscape@carlh.net>
7632         * src/desktop-snap.{cpp,h}: sp_desktop_dim_snap_list returns
7633         whether or not it snapped anything.
7635         * src/select-context.cpp: fix snap on move behaviour (again)
7637         * src/widgets/dash-selector.cpp: fix off-by-one spotted by
7638         valgrind.
7640 2004-06-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7642         * src/extension/internal/ps.cpp (begin): Add some basic error handling.
7644         * src/extension/internal/ps.cpp (setup): Simplify an expression now that
7645           _bitmap is a bool.
7647         * src/extension/internal/ps.h: Twiddle the order of the fields.
7648           Replace bitfields with bool/short.
7650         * src/libnrtype/Makefile_insert, src/libnrtype/FontInstance.h,
7651           src/make.files, src/make.ofiles, src/make.dep:
7652           Remove src/libnrtype/FontInstance.h (see change below).
7654         * src/libnrtype/RasterFont.h, src/libnrtype/raster-glyph.h,
7655           src/libnrtype/raster-position.h:
7656           Move raster_glyph, raster_position from RasterFont.h to new files
7657           raster-glyph.h, raster-position.h.
7658         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
7660         * src/libnrtype/FontInstance.h, src/libnrtype/font-glyph.h,
7661           src/libnrtype/font-instance.h, src/libnrtype/font-style.h:
7662           Move font_glyph, font_instance, and font_style definitions from
7663           FontInstance.h into new files font-glyph.h, font-instance.h,
7664           font-style.h.
7665         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
7667         * src/libnrtype/nrtype-forward.h: New file.
7668         * src/libnrtype/Makefile_insert: Add it to SOURCES.
7669         * src/libnrtype/FontFactory.h, src/libnrtype/TextWrapper.h:
7670           #include it (replacing local declarations in some cases).
7672         * src/livarot/livarot-forward.h: New file.
7673         * src/livarot/Ligne.h, src/livarot/Path.h, src/livarot/Shape.h:
7674           #include it (replacing local declarations in some cases).
7675         * src/livarot/Makefile_insert: Add it to SOURCES.
7677 2004-08-18  Ted Gould  <ted@gould.cx>
7679         * src/file.cpp, src/preferences-skeleton.h:
7681         Adding the feature that the save and open directories are saved in the
7682         preferences.  The last one will be used.
7684 2004-08-18  Carl Hetherington  <inkscape@carlh.net>
7686         * src/widgets/font-selector.cpp: uint -> guint to fix
7687         compile errors.
7689         * src/desktop-snap.{cpp,h}: make snap functions aware of the
7690         type of point they are snapping, so they can decide whether
7691         to ignore it.
7693         * src/arc-context.cpp, src/rect-context.cpp,
7694         src/spiral-context.cpp, src/star-context.cpp,
7695         src/draw-context.cpp, src/dyna-draw-context.cpp, src/nodepath.cpp,
7696         src/selection-chemistry.cpp, src/seltrans.cpp:
7697         temporarily update for changes to snapping API.
7699         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp:
7700         adapt for small changes to Snapper API.
7702         * src/select-context.cpp: use new snapping API.
7704 2004-08-17  Bryce Harrington  <bryce@bryceharrington.org>
7706         *  nodepath.cpp path-chemistry.cpp selection-chemistry.cpp,
7707            seltrans.cpp sp-typeset.cpp splivarot.cpp text-context.cpp,
7708            tools-switch.cpp dialogs/find.cpp:  Converting statusbar
7709            messages from old style to new, as per
7710            http://inkscape.org/cgi-bin/wiki.pl?StatusbarAPI
7712 2004-06-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7714         * src/mkdep.pl: Add `by mkdep.pl' to `automatically generated' line.
7716         * src/dialogs/desktop-properties.cpp:
7717           Greater conformance to CodingStyle.  Add FIXME comment.
7719         * src/sp-namedview.cpp: Tighter scoping for iteration var.
7720           Simplify some code by greater use of cheap sp_unit_get_by_id.
7722 2004-06-17  MenTaLguY  <mental@rydia.net>
7724         * src/Makefile_insert, src/arc-context.cpp, src/arc-context.h,
7725           src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
7726           src/draw-context.cpp, src/dropper-context.cpp, src/event-context.cpp,
7727           src/event-context.h, src/file.cpp, src/interface.cpp, src/knot.cpp,
7728           src/managed.h, src/message-context.cpp, src/message-context.h,
7729           src/message-stack.cpp, src/message-stack.h, src/message.h,
7730           src/select-context.cpp, src/view.cpp, src/view.h,
7731           src/libnrtype/FontFactory.cpp, src/libnrtype/nr-type-primitives.h,
7732           src/widgets/font-selector.cpp:
7734           New status messages primitives (statusbar bug not fixed yet though).
7736 2004-06-17  Carl Hetherington  <inkscape@carlh.net>
7738         * src/helper/stock-items.cpp: fix a compiler warning.  Minor
7739         coding style cleanups.
7741         * src/arc-context.cpp, src/desktop-snap.cpp, src-desktop-snap.h,
7742         src/rect-context.cpp, src/spiral-context.cpp,
7743         src/star-context.cpp: Replace desktop.h include with forward
7744         references in desktop-snap.h, and add desktop.h includes in
7745         files which require them.
7747         * src/widgets/spw-utilities.cpp, src/widgets/spw-utilities.h:
7748         add spw_vbox_checkbutton.
7750         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7751         src/sp-namedview.h, src/desktop-snap.cpp, src/desktop-snap.h,
7752         src/desktop.cpp, src/desktop.h,
7753         src/dialogs/desktop-properties.cpp, src/seltrans.cpp,
7754         src/seltrans.h, src/selection.cpp, src/selection.h,
7755         src/select-context.cpp, src/selection-chemistry.cpp:
7757         Start of new and hopefully improved snapping code.
7759 2004-06-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7761         * src/helper/units.h, src/helper/units.cpp:
7762           (sp_unit_get_by_id): new function.
7763           (sp_convert_distance_full): Change arguments & return value.
7764           Call g_log if no conversion possible.
7765           Callers updated.
7766           (sp_unit_get_default, sp_unit_get_by_name): Remove unused functions.
7767           sp_units: Less rounding error in unittobase.
7769 2004-06-16  Carl Hetherington  <inkscape@carlh.net>
7771         * src/sp-item.h: added a comment.
7773 2004-06-15  Ted Gould  <ted@gould.cx>
7775         * share/extensions/ai_input.inkmod:
7776         Removing the command-line argument to specify line endings.
7778         * src/print.cpp, src/print.h, src/sp-text.cpp,
7779         src/extension/extension.cpp, src/extension/extension.h,
7780         src/extension/implementation/implementation.cpp,
7781         src/extension/implementation/implementation.h,
7782         src/extension/internal/ps.cpp, src/extension/internal/ps.h:
7784         Changing it so that the text to vector is its own function.  This way it
7785         can be used as a parameter in Postscript, but then can be easily used for
7786         drivers which only support vector drawing.
7788 2004-06-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7790         * src/select-toolbar.cpp: Cleanups and preparation for px units.
7792         * src/helper/units.h, src/helper/units.cpp:
7793           Add reference version of sp_points_get_units, sp_units_get_points.
7794           Implement as simple multiplication instead of sp_convert_distance.
7795           (sp_units_table_sane): New function.
7796         * src/helper/units-test.cpp: Test sp_units_table_sane.
7798         * src/sp-object-repr.cpp: Move some declarations to first use.
7799         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_register):
7800           Change return type to void.
7802         * src/sp-item.cpp (sp_item_repr_compare_position):
7803           Reimplement as shallow wrapper around sp_repr_compare_position.
7805         * src/helper/units.h, src/helper/units.cpp:
7806           SPUnitId: new enum, to allow replacing string lookups.
7807           Get rid of handling for unused SP_UNIT_USERSPACE.
7808           Remove unused SPUnit.version field.
7810         * src/helper/units-test.cpp (test_bases): Test sp_unit_get_identity.
7812         * src/helper/Makefile_insert (helper_units_test_LDADD): Fix the previous
7813           commit: -lglib-2.0 instead of -lglib.
7815 2004-06-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7817         * src/Makefile.am, src/helper/Makefile_insert,
7818           src/helper/units-test.cpp:
7819           New unit test file units-test.cpp.
7821         * src/select-toolbar.cpp: Greater conformance to CodingStyle.
7823 2004-06-14  Carl Hetherington  <inkscape@carlh.net>
7825         * src/libnrtype/TextWrapper.cpp: Fix what looks like an off-by-one.
7827         * ChangeLog, src/prefs-utils.cpp:
7828         Fix bracketing typo that causes an array to be overrun.
7830 2004-06-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7832         * src/sp-path.cpp: Move some declarations to first use.
7834 2004-06-13  Kees Cook  <kees@outflux.net>
7836         * src/xml/repr.h, src/xml/repr-utils.cpp: adding additional RDF URIs
7837         to the default namespace prefix list.
7839 2004-06-13  MenTaLguY  <mental@rydia.net>
7841         * src/arc-context.cpp, src/desktop.cpp, src/desktop.h, src/document.cpp,
7842           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
7843           src/file.cpp, src/gradient-chemistry.cpp, src/interface.cpp,
7844           src/rect-context.cpp, src/selection-chemistry.cpp, src/sp-object.cpp,
7845           src/sp-object.h, src/spiral-context.cpp, src/splivarot.cpp,
7846           src/star-context.cpp, src/svg-view.h, src/text-context.cpp,
7847           src/extension/internal/gdkpixbuf-input.cpp:
7849           added SPDesktop::currentRoot() and SPDesktop::currentLayer(), which
7850           report the current "view" root and current "editing" layer,
7851           respectively; I've also added SPObject::appendReprChild().
7853           Between the two of them, they replace sp_document_add_repr, which
7854           has been removed.  Generally to add a repr to a document, you would
7855           now use either:
7857            SP_DOCUMENT_DEFS(document)->appendReprChild(repr);
7859           or:
7861            desktop->currentLayer()->appendReprChild(repr);
7863 2004-06-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7865         * src/sp-clippath.h, src/sp-gradient.h, src/sp-marker.h, src/sp-mask.h,
7866 src/sp-pattern.h:
7867           Explicitly mark _acceptObject as virtual.
7868           (Already declared as virtual in base class.)
7870         * src/file.cpp, src/main.cpp: Greater conformance to CodingStyle.
7872         * src/node-context.h, src/selcue.h, src/sp-pattern.h,
7873           src/widgets/sp-color-wheel-selector.h:
7874           Add missing includes as found by src/check-header-compile.
7876         * src/Makefile_insert:
7877         * src/sp-use-reference.cpp:
7878         * src/sp-use-reference.h:
7879         * src/sp-use.cpp:
7880         * src/sp-use.h:
7881           Move SPUseReference from sp-use.h to new files sp-use-reference.h,
7882           sp-use-reference.cpp.
7884         * src/sp-use.h (_acceptObject): Fix can't-use-ancestor check.
7886         * src/uri-references.h (getOwner): Fix copy&paste bug.
7888 2004-06-11  MenTaLguY  <mental@rydia.net>
7890         * src/sp-object.h, src/sp-object.cpp:
7892           migrated several SPObject methods to C++ methods:
7894           sp_object_invoke_write -> SPObject::updateRepr
7895           sp_object_request_update -> SPObject::requestDisplayUpdate
7896           sp_object_invoke_update -> SPObject::updateDisplay
7897           sp_object_request_modified -> SPObject::requestModified
7898           sp_object_invoke_modified -> SPObject::emitModified
7900           (leaving deprecated wrappers in place for now)
7902         * src/document.cpp, src/object-edit.cpp, src/sp-clippath.cpp,
7903           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-image.cpp,
7904           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-line.cpp,
7905           src/sp-marker.cpp, src/sp-mask.cpp, src/sp-offset.cpp,
7906           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-root.cpp,
7907           src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
7908           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
7909           src/sp-use.cpp, src/dialogs/stroke-style.cpp, src/sp-path.cpp:
7911           transitioned to SPObject::requestDisplayUpdate and
7912           SPObject::updateDisplay
7914         * src/arc-context.cpp, src/document.cpp, src/gradient-chemistry.cpp,
7915           src/knotholder.cpp, src/main.cpp, src/rect-context.cpp,
7916           src/sp-anchor.cpp, src/sp-clippath.cpp, src/sp-defs.cpp,
7917           src/sp-gradient.cpp, src/sp-item-group.cpp, src/sp-item.cpp,
7918           src/sp-mask.cpp, src/sp-namedview.cpp, src/sp-object-group.cpp,
7919           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp,
7920           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-shape.cpp,
7921           src/sp-spiral.cpp, src/sp-text.cpp, src/sp-use.cpp,
7922           src/spiral-context.cpp, src/splivarot.cpp, src/star-context.cpp,
7923           src/style.cpp, src/toolbox.cpp, src/dialogs/fill-style.cpp,
7924           src/dialogs/stroke-style.cpp, src/extension/internal/svg.cpp:
7926           transitioned to SPObject::requestModified, SPObject::emitModified,
7927           and SPObject::updateRepr; also reworked "minimal" version of
7928           updateRepr.
7930         * src/sp-object.h: added a little documentation
7932         * src/document.cpp, src/document.h, src/file.cpp,
7933           src/gradient-chemistry.cpp, src/help.cpp, src/object-ui.cpp,
7934           src/selection-chemistry.cpp, src/selection.cpp, src/seltrans.cpp,
7935           src/sp-clippath.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
7936           src/sp-namedview.cpp, src/sp-object.cpp, src/sp-offset.cpp,
7937           src/sp-pattern.cpp, src/sp-root.cpp, src/sp-text.cpp,
7938           src/sp-typeset.cpp, src/sp-use.cpp, src/splivarot.cpp,
7939           src/uri-references.cpp, src/dialogs/fill-style.cpp,
7940           src/dialogs/item-properties.cpp, src/dialogs/stroke-style.cpp,
7941           src/helper/stock-items.cpp, src/widgets/gradient-selector.cpp,
7942           src/widgets/gradient-vector.cpp, src/widgets/icon.cpp:
7944           replaced sp_document_lookup_id with SPDocument::getObjectById,
7945           and SPDocument::getObjectByRepr
7947           (left deprecated stub in place, but it should be unused at this point)
7949 2004-06-11  Ted Gould  <ted@gould.cx>
7951         * src/file.cpp, src/inkscape.cpp, src/interface.cpp, src/prefs-utils.cpp,
7952         src/prefs-utils.h:
7954         Moving the recent document setting and getting code into the prefs-utils
7955         files so that they'll be with the preferences (which they really kinda
7956         are).  Then, moved the place where they are set from the removing of the
7957         document to where the files are opened and 'save as'd.  (yes, I made up a
7958         word/contraction).
7960 2004-06-10  Carl Hetherington  <inkscape@carlh.net>
7962         * src/desktop-snap.cpp, src/desktop-snap.h,
7963         src/satisfied-guide-cns.cpp, src/satisfied-guide-cns.h,
7964         select-context.cpp, selection.cpp, selection.h, seltrans.cpp,
7965         seltrans.h, sp-ellipse.cpp, sp-image.cpp,
7966         sp-item-notify-moveto.cpp, sp-item-rm-unsatisfied-cns.cpp,
7967         sp-item-update-cns.cpp, sp-item.cpp, sp-item.h, sp-offset.cpp,
7968         sp-rect.cpp, sp-spiral.cpp, sp-star.cpp, sp-text.cpp:
7970         Use a std::vector to store snap points, rather than a fixed-size
7971         array.
7973 2004-06-09  Carl Hetherington  <inkscape@carlh.net>
7975         * src/desktop-snap.cpp, src/desktop-snap.h: Coding style fixes.
7976         Use NR::Coord rather than double where appropriate.  Added some
7977         comments.  Use NR::Dim2 where appropriate.  Use NR_HUGE rather
7978         than hardcoded 1e18s.
7980         * src/rect-context.cpp, src/nodepath.cpp, src/arc-context.cpp:
7981         Adapt for changes to sp_desktop_dim_snap prototype.
7983         * src/select-context.cpp:
7984         Adapt for changes to sp_desktop_dim_snap_list prototype.
7986 2004-06-08  MenTaLguY  <mental@rydia.net>
7988         * src/display/sp-canvas.h, src/livarot/DblLinked.h,
7989           src/livarot/LivarotDefs.h, src/livarot/AVL.h, src/livarot/Shape.h,
7990           src/livarot/ShapeUtils.h, src/livarot/Ligne.h,
7991           src/object-edit.cpp, src/spiral-context.cpp, src/sp-shape.cpp:
7993           Portability fixes from Colin Marquardt <colin@marquardt-home.de>.
7995 2004-06-08  Carl Hetherington  <inkscape@carlh.net>
7997         * src/main.cpp: remove the call to
7998         Extension::Internal::PrintWin32::init() entirely after Ted pointed
7999         out that it would be called by code in src/extension/init.cpp
8000         anyway.
8002 2004-06-08  Ted Gould  <ted@gould.cx>
8004         * src/main.cpp:
8006         Added in a version command to our command line args.  This fixes
8007         enhancement request 968642.
8009 2004-06-07  MenTaLguY  <mental@rydia.net>
8011         * src/document.cpp, src/document.h, src/document-undo.cpp,
8012           src/sp-object.h, src/sp-object.cpp:
8013           renamed object garbage collection routines to fit the "orphan"
8014           terminology
8016 2004-06-07  Carl Hetherington <inkscape@carlh.net>
8018         * src/main.cpp: tentative fix for startup crash on Win32.  Ensure
8019         that Extension::Internal::PrintWin32::init() is not called until
8020         after inkscape_application_init().
8022 2004-06-07  Ted Gould  <ted@gould.cx>
8024         * src/inkscape.cpp, src/main.cpp:
8026         Moving the initialization of the extensions into the Inkscape application
8027         init.  I have mixed feelings on this.  On one hand, basically extension
8028         init gets called directly after applicaiton init and extensions init has
8029         nothing to do with anything else in main.  On the other hand I'm not sure
8030         that it is directly related to the structure of the application itself.
8031         Comments are welcome.
8033 2004-06-06  MenTaLguY  <mental@rydia.net>
8035         * src/attributes.cpp, src/attributes.h: added inkscape:collect attribute
8036           to specify orphan collection policy (collect with parent, or always
8037           collect)
8039         * src/document-undo.cpp, src/document.cpp, src/document.h: added an orphan
8040           collection pass as part of comitting an undo step
8042         * src/sp-object.cpp, src/sp-object.h:
8043           add total hrefcount for all descendants, and basic orphan collection
8044           facilities
8046         * src/gradient-chemistry.cpp, src/dialogs/stroke-style.cpp,
8047           src/extension/internal/gdkpixbuf-input.cpp:
8048           mark automatically added gradients, patterns, and markers for orphan
8049           collection
8051 2004-06-06  Bryce Harrington <bryce@bryceharrington.org>
8053         * libnrtype/nr-type-xft.cpp, libnrtype/nr-font.cpp,
8054           libnrtype/nr-rasterfont.cpp, libnrtype/nr-type-directory.cpp,
8055           libnrtype/nr-typeface.cpp, libnrtype/nr-type-w32.cpp,
8056           libnrtype/nr-type-ft2.cpp, libnrtype/nr-type-pos-def.cpp,
8057           libnrtype/nr-type-primitives.cpp:
8059         Documenting the routines.  This adds basic code docs for
8060         everything in libnrtype.
8062 2004-06-06  Ted Gould  <ted@gould.cx>
8064         * src/main.cpp, src/preferences-skeleton.h, src/extension/extension.cpp:
8066         Making it so that the extension parameters get saved in the Inkscape
8067         preferences.  Most people will notice that their printer gets saved now.
8068         But this does alot more than that.  Added an "extensions" group to the
8069         preferences skeleton for all these settings.  All settings get saved as
8070         "module ID"."param name".  Also had to change where the extensions get
8071         init'd in the startup to put it behind the Inkscape application so that
8072         prerefences could be used.
8074 2004-06-03  Ted Gould  <ted@gould.cx>
8076         * src/file.cpp, src/dialog/filedialog.cpp:
8078         Making the whole file dialog alot more fun.  Basically, now the
8079         first filename will always be unique on files that don't have a
8080         filename already.  And, if you've selected a different default
8081         extension, that extension's filename extension will be placed
8082         on the file.  Also, when you change the extension to save with
8083         in the dialog, the filename extension will change with you (assuming
8084         that you were using filename extensions previously ofcourse).
8085         Finally, the checkbox to autoappend extensions is no insensitive
8086         when "Autodetect" is selected.
8088 2004-06-03  MenTaLguY  <mental@rydia.net>
8090         * src/file.cpp, src/extension/internal/ps.cpp,
8091           src/extension/internal/win32.cpp, src/sp-pattern.cpp,
8092           src/dialogs/stroke-style.cpp, src/display/nr-arena-glyphs.cpp,
8093           src/display/nr-arena-group.cpp, src/display/nr-arena-image.cpp,
8094           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
8095           src/widgets/icon.cpp, src/dialogs/nr-arena-item.h:
8097           Introduced the notion of "parent" NRGCs
8099 2004-06-02  bulia byak <bulia@users.sourceforge.net>
8101         * src/selection.h, src/selection.cpp:
8103         * preferences-skeleton.h dialogs/display-settings.cpp sp-item.cpp: New
8104 settings
8105         for various compensations
8107         * sp-shape.cpp sp-shape.h sp-rect.cpp sp-path.cpp: Factored out adjustments
8108         (stroke and pattern so far) from optimizing items into sp-shape.
8110         * libnr: Added distance function for a couple of points. Added expansions
8111 for X and Y.
8113         * object-edit.cpp sp-rect.cpp sp-item.cpp toolbox.cpp: Made rect use
8114 absolute
8115         radii, added recursive compensation on item_transform. Added new knot for
8116         rect, moved corner knots to the top right corner. Rect toolbar shows visible
8117         rx/ry.
8119         * toolbox.cpp: Finally got the freeze semaphores right (prevent loops for
8120         changes both from the repr and from toolbar UI).
8122         * sp-namedview.cpp: Guarding against nan in zoom, cx, cy
8124         * select-toolbar.cpp helper/unit-menu.cpp helper/unit-menu.h: Fix units menu
8125 size
8127         * node-context.cpp: Second Esc or empty-click deselects object
8129         * desktop.cpp desktop.h: Restored sticky zoom
8131         * preferences-skeleton.h extension/internal/gdkpixbuf-input.cpp file.cpp: Do
8132 not
8133         group import if only one item; move its defs to our defs; select and move
8134         under cursor the imported item/group. Optionally import bitmaps as filled
8135         rects.
8137         * many -context files: Decoupled seltrans and selcue so that the latter can
8138 be
8139         used outside of selector; enabled optional selcue in all tools
8141         * many files: New set_color signals on desktop, switching the dropper to
8142 them;
8143         needs to be redone for style. Excise the old inkscape::color_set signal.
8145         * dialogs/stroke-style.cpp: Fix the "all clubs" marker preview bug. In
8146 markers
8147         menu, skip document markers with stockid only if the same stockid is in
8148         markers.svg; add separator.
8150         * many fill and stroke files: Remove old mode selector, remove dropper
8151 checkbox
8152         (now always on). Remember active colorselector page. Remove redundant checks
8153         in setting color (fixes at least one bug). Cosmetics, cleanup, b/w icons,
8154         shortened labels, added mnemonics and tooltips, removed the drop-down modes
8155         list. Switched color spinbuttons to 0..255 enabling 0..1 floats to be typed
8156 as
8157         well.
8159         * dialogs/find.* et al: Find dialog, command
8161         * selection-chemistry.cpp: Fix copying objects from different parents; fix
8162 and
8163         reorganize copying gradients, recurse into groups
8165         * dialogs/xml-tree.cpp: Removed unused desktop shutdown signal, fixes
8166 problem
8167         with saving window settings on exit
8169         * select-toolbar.cpp: Percentage unit, lock toggle, NR::Rectification
8171         * sp-object.cpp path-chemistry.cpp splivarot.cpp et al: Sending
8172 _delete_signal
8173         recursively for descendants; switched to deleteObject where appropriate to
8174         notify clones
8176         * preferences-skeleton.h desktop.cpp desktop.h interface.cpp: Window layout
8177         fully configurable, commands in the View menu
8179         * path-chemistry.cpp: Fixed transform when combining inside group
8181         * preferences-skeleton.h sp-item.cpp dialogs/display-settings.cpp: Fixes in
8182         scalestroke (coded by Carl): arbitrary depth recusion, setting stroke-width
8183         via repr, pref in the transforms tab
8185         * widgets/sp-xmlview-attr-list.cpp: More robust listener
8187 2004-06-01  Ted Gould  <ted@gould.cx>
8189         * src/extension/internal/gdkpixbuf-input.cpp:
8190         Making it so that the lists of extensions and mimetypes are
8191         used in the creation of the plugins.  Also, free'ing everything
8192         properly so that we don't have a memory leak.
8194 2004-05-30  MenTaLguY  <mental@rydia.net>
8196         * src/selection.h, src/selection.cpp:
8197           rework SPSelection to be SPObject- rather than SPItem- oriented;
8198           this will be needed later for the layers/document tree dialog
8199           (and could prove useful for the XML editor later too)
8201         * src/sp-item.h: make SPItem a proper C++ subclass of SPObject
8203         * src/dialogs/item-properties.cpp:
8204           correct overly intimate knowledge of SPObject (use SP_OBJECT_ID rather
8205           than directly accessing the SPObject::id member)
8207 2004-05-27  Kees Cook  <kees@outflux.net>
8209         * src/extension/internal/ps.h, src/extension/internal/ps.cpp:
8210           Hopefully fixed the locale problems in the PS output generator.
8211         * src/sp-offset.cpp, src/display/bezier-utils-test.cpp,
8212           src/display/nr-arena-item.cpp, src/libnr/nr-svp-render.cpp,
8213           src/libnr/testnr.cpp, src/livarot/AlphaLigne.cpp,
8214           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
8215           src/livarot/PathCutting.cpp, src/livarot/Shape.cpp,
8216           src/livarot/ShapeDraw.cpp, src/livarot/ShapeSweep.cpp,
8217           src/svg/svg-affine.cpp: added comments and notes to all remaining
8218           "printf"ish calls that have %g or %f in them.  Most are just debug
8219           output, etc.  Hopefully we are actually free of locale bugs!  :)
8220         * src/desktop.h, src/desktop.cpp: desktop's knowledge of
8221           fullscreen-ness doesn't depend on having the ability to DO it.  Other
8222           functions already test "is_fullscreen" to alter their behavior.
8224 2004-05-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8226         * src/extension/system.h, src/extension/system.cpp (build_from_file):
8227           Remove unused second argument.  Callers updated.
8228         * src/extension/system.cpp (build_from_reprdoc):
8229           Just one call to sp_repr_name per child.
8230         * src/extension/system.h, src/extension/system.cpp:
8231           Cleanup: greater conformance to CodingStyle.
8233 2004-05-23  MenTaLguY  <mental@rydia.net>
8235         * src/libnrtype/Makefile_insert, src/libnrtype/nr-type-gnome.cpp,
8236           src/libnrtype/nr-type-gnome.h, src/libnrtype/nr-type-dictionary:
8238           removed gnome-print libnrtype backend
8240 2004-05-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8242         * src/xml/repr.h, src/xml/repr-util.cpp:
8243           Remove unused function sp_repr_set_position_relative.
8245         * src/xml/repr-util.cpp (sp_repr_compare_position, sp_repr_position):
8246           Minor cleanups.
8248 2004-05-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8250         * src/sp-use.cpp: Cleanup: greater conformance to CodingStyle.
8252         * src/sp-item-group.cpp (sp_item_group_ungroup): Fix bug #956334:
8253           ungrouping was reversing the order of the group members.
8255         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp: New files.
8256         * src/xml/Makefile_insert (xml_libspxml_a_SOURCES): Add the new files.
8258         * src/xml/repr-private.h, src/xml/repr.cpp (sp_repr_nth_child):
8259           Remove this unused function.
8261         * src/xml/repr.h, src/xml/repr.cpp (sp_repr_parent):
8262           Mark pointer as not written through (const).
8264 2004-05-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8266         * src/xml/repr.cpp: Cleanup: greater conformance to CodingStyle.
8268         * src/Makefile_insert: Add missing dependencies on inkscape_version.h.
8269         * src/display/Makefile_insert: Adapt dependency object names for
8270           `subdir-objects' automake option.
8271         * src/helper/Makefile_insert: Adapt dependency object names for
8272           lack of libspchelp-specific CPPFLAGS.
8274 2004-05-17  Carl Hetherington <inkscape@carlh.net>
8276         * src/libnrtype/nr-type-w32.cpp: Tentative fix for
8277         build problems on Win32.
8279         * src/extension/internal/svg.cpp: Coding style cleanups.
8281 2004-05-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8283         * src/sp-item.h, src/sp-item.cpp: Remove unused
8284           distance-conversion functions sp_item_distance_to_svg_bbox,
8285           sp_item_distance_to_svg_viewport.
8287         * src/sp-item.cpp: Cleanup: greater conformance to CodingStyle.
8289         * acinclude.m4: Remove.
8291 2004-05-16  Carl Hetherington  <inkscape@carlh.net>
8293         * src/extension/internal/svg.cpp:
8294         Throw an exception if sp_repr_save_file fails.  This should close
8295         bug 948921.
8297 2004-05-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8299         * src/check-header-compile.in: New script.
8300         * configure.in: Add it to list of files for substitution.
8302         * src/star-context.cpp: Minor cleanups, and use g_strdup_printf instead
8303           of fixed-size buffer for translated string.
8305         * src/selection-chemistry.cpp: Use NR::Rect bounds() method instead of
8306           old bounds(NRRect*).
8308         * src/document.cpp (sp_document_create):
8309         * src/preferences-skeleton.h:
8310           Use INKSCAPE_VERSION from inkscape_version.h instead of VERSION.
8312         * src/libnr/nr-rotate-test.cpp: Use new rotate_equalp function.
8314         * src/libnr/nr-translate-ops.h (operator-): New function.
8316         * src/select-context.cpp:
8317         * src/selection-chemistry.cpp:
8318         * src/xml/repr.h:
8319         * src/sp-defs.h:
8320           Cleanup: greater conformance to CodingStyle.
8322         * src/libnr/nr-macros.h: Don't #include nr-matrix.h, nr-rect.h.
8324         * src/arc-context.h, src/desktop-affine.h, src/dir-util.h,
8325           src/draw-context.h, src/dyna-draw-context.h, src/help.h,
8326           src/knotholder.h, src/prefs-utils.h, src/select-toolbar.h,
8327           src/sp-clippath.h, src/sp-mask.h, src/sp-pattern.h, src/sp-use.h,
8328           src/text-context.h, src/toolbox.h, src/tools-switch.h,
8329           src/dialogs/dialog-events.h, src/dialogs/sp-attribute-widget.h,
8330           src/display/sp-canvas.h, src/helper/gnome-utils.h,
8331           src/helper/png-write.h, src/helper/stock-items.h, src/inkjar/jar.h,
8332           src/libnr/nr-matrix.cpp, src/libnr/nr-point-l.h,
8333           src/svg/stringstream.h, src/svg/svg-affine.cpp,
8334           src/widgets/gradient-selector.h, src/widgets/paint-selector.h,
8335           src/widgets/spinbutton-events.h, src/widgets/spw-utilities.h,
8336           src/xml/repr-action.h:
8337           Add missing header files as detected by check-header-compile script.
8339         * src/libnr/nr-rotate-fns.h, src/libnr/nr-rotate-fns.cpp: New files.
8340         * src/libnr/nr-rotate-fns-test.cpp: New unit test.
8341         * src/libnr/Makefile_insert, src/Makefile.am: Reference new files,
8342           add to unit tests.
8344         * src/libnr/nr-rotate.h: Add Coord,Coord constructor.
8346         * src/libnr/nr-rotate.h, src/libnr/nr-rotate-ops.h (operator*=):
8347         New method.
8349         * src/libnr/nr-point-fns.h (point_equalp): New function.
8351         * src/radial.h: Remove this unused header.
8353         * src/xml/xml-forward.h: New file.
8354         * src/xml/Makefile_insert: Add it to xml_libspxml_a_SOURCES.
8355         * src/xml/repr-private.h: Include it.
8357 2004-05-16  MenTaLguY  <mental@rydia.net>
8359         * src/libnrtype/nr-type-directory.cpp, src/libnrtype/nr-type-ft2.cpp,
8360           src/libnrtype/nr-type-ft2.h, src/libnrtype/nr-type-gnome.h,
8361           src/libnrtype/nr-type-w32.h, src/libnrtype/nr-type-xft.cpp,
8362           src/libnrtype/nr-typeface.h:
8364           transition to C++ inheritance
8366         * src/verbs.cpp, src/helper/action.h, src/helper/action.cpp,
8367           src/widgets/button.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
8369           removed barely-used "in-place construction" facility for NRObject
8371         * src/helper/action.h, src/helper/action.cpp,
8372           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-glyphs.h,
8373           src/display/nr-arena-image.cpp, src/display/nr-arena-image.h,
8374           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
8375           src/helper/action.cpp, src/helper/action.h, src/libnr/nr-object.cpp,
8376           src/libnr/nr-object.h, src/libnrtype/nr-type-ft2.cpp,
8377           src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
8378           src/libnrtype/nr-typeface.cpp:
8380           Made NRObject "C++-compatible".  All C++ features including virtual
8381           methods and RTTI should now be available to NRObject subclasses
8382           _provided_:
8384            a) there is an unbroken chain of _C++_ inheritance from the subclass
8385               back to NRObject
8387            b) the NRObject-derived inheritance chain is always first in cases
8388               of multiple inheritance (the NRObject must be first in the memory
8389               layout)
8391            c) The subclass in question overrides NRObjectClass::cpp_ctor in its
8392               own class_init function, with a pointer to a function that calls
8393               the specific subclass' constructor (via placement new -- you will
8394               need to #include <new> for this to work)
8396               n.b. Objects of classes which do not override cpp_ctor will appear
8397               to the C++ runtime system (RTTI and virtual dispatch, at least) as
8398               objects of the closest ancestor class which does override it
8399               (NRObject or NRActiveObject if nothing else).
8401 2004-05-15  MenTaLguY  <mental@rydia.net>
8403         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
8404           further reduced dependency on SPStyle
8406 2004-05-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8408         * src/libnr/nr-path.cpp, src/libnr/nr-path.h (nr_path_matrix_bbox_union):
8409           Get rid of no-longer-needed tolerance arg.  Update callers.
8411         * src/selection.cpp, src/sp-chars.cpp, src/sp-image.cpp,
8412           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-item.h,
8413           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
8414           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
8415           src/sp-use.cpp, src/dialogs/fill-style.cpp,
8416           src/dialogs/stroke-style.cpp, src/display/nr-arena-shape.cpp,
8417           src/libnr/nr-path.cpp, src/libnr/nr-path.h,
8418           src/libnrtype/nr-font.cpp, src/libnrtype/nr-rasterfont.cpp,
8419           src/libnrtype/nr-type-gnome.cpp, src/widgets/icon.cpp,
8420           src/widgets/paint-selector.cpp:
8421           Change argument from NRMatrix to NR::Matrix in SPItemClass->bbox,
8422           sp_item_invoke_bbox, sp_item_invoke_bbox_full,
8423           nr_path_matrix_bbox_union.  Users updated.
8425         * src/libnr/nr-rect.h, src/libnr/nr-rect.cpp (nr_rect_union_pt):
8426           new function.
8428         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
8429           (NR::transform): new function.
8431         * src/Makefile_insert: Move fixes.cpp from libinkpre.a to libinkpost.a.
8432         * src/xml/Makefile_insert (xml_repr_action_test_LDADD):
8433           Add libinkpost.a, for fixes.o.  `make check' now works again.
8435         * src/sp-text.cpp (sp_text_set_transform):
8436           Don't include SP_OBJECT_CHILD_MODIFIED_FLAG in flags for
8437           sp_object_request_update.  Addresses `critical' warning.
8439 2004-05-13  John Cliff <simarilius@yahoo.com>
8441         * src/dialogs/stroke-style.cpp: Switched to using get_stock to retrieve
8442 markers.
8443         * src/helpers/stock-items.h, src/helpers/stock-items.cpp: created to handle
8444 stock items.
8445         * src/prefix.h: Added marker and gradient directorys.
8447 2004-05-13  Kees Cook <kees@outflux.net>
8449         * configure.in, src/main.cpp, config.h.mingw, debian/rules:
8450           made popt a requirement instead of an option.
8452 2004-05-13  Carl Hetherington  <cth103@houllier.home>
8454         * sp-color-notebook.cpp: Fix uninitialised value spotted by valgrind.
8456         * stroke-style.cpp:
8457         Fix ink_extract_marker_name returning a pointer into a free()d buffer.
8459 2004-05-13  Ted Gould <ted@gould.cx>
8461         * src/file.cpp:
8462         Making the default filename _("untitled.svg")
8464 2004-05-12  Kees Cook <kees@outflux.net>
8466         * config.h.mingw: added g_ascii_strtod macro.
8468 2004-05-12  Carl Hetherington <inkscape@carlh.net>
8470         * src/dialogs/export.cpp: fix faulty logic with exporting of
8471         selections, as reported by Artemio on the ML.
8473         * src/dialogs/desktop-properties.cpp: Fix a gtk_table size.
8474         Make use of spw_dropdown in one place.
8476         * src/select-context.cpp: Remove alt-drag "slow move" mode.
8477         Make alt-drag move without any grid snap, even if the grid
8478         is enabled.  Add a new mode, shift-drag, which preserves
8479         objects' grid offsets rather than snapping their snappoints.
8481         * src/selection-chemistry.cpp: Pasted objects have the same
8482         offset from the grid as the original, if the grid is enabled.
8483         Also a NRRect -> NR::Rect fix thrown in for no extra charge.
8485         * src/dialogs/display-settings.cpp: Added option to reverse
8486         the actions of drag and shift-drag when moving objects.
8488 2004-05-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8490         * src/main.cpp (main): Test ENABLE_NLS instead of HAVE_NLS (which
8491         wasn't getting defined).  Restores translations on *nix systems
8492         when inkscape translations aren't in system-wide /usr/share/locale.
8494 2004-05-10  Carl Hetherington <inkscape@carlh.net>
8496         * src/sp-item.cpp, src/dialogs/display-settings.cpp: primitive
8497         support for preserving line widths when scaling.  Thanks to Bulia
8498         for telling me what to do :)
8499         * src/dialogs/align.cpp: refactor some cut-and-paste code into
8500         a separate function.  Remove NRRect.  Declaration-to-first-use
8501         cleanups.
8502         * src/dialogs/transformation.cpp, src/dialogs/fill-stype.cpp:
8503         NRRect removal.  Declaration-to-first-use cleanups.
8505 2004-05-09  MenTaLguY <mental@rydia.net>
8507         * src/sp-paint-server.h: SPPaintServer now uses C++ inheritance
8509           (bigger question -- should SPPaintServer derive from SPObject?  I think
8510            not, actually ... it's more something that should be aggregated into
8511            the various paint-server-capable types)
8513         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
8514           first steps in removing SPStyle dependency from NRArenaShape --
8515           add fill and stroke paint server members, and use those instead
8516           of reading directly from an SPStyle.
8518 2004-05-09  Kees Cook <kees@outflux.net>
8520         * src/libnrtype/nr-type-xft.cpp: added patch 898200, hopefully this
8521           won't break anyone.
8522         * src/dialogs/desktop-properties.cpp: added patch 947127, along with
8523           some orientation bugfixes, list cleanup, and logic to select the
8524           correct menu items based on document settings.
8525         * configure.in: default to always replace g_ascii_strtod.
8527 2004-05-08  Kees Cook <kees@outflux.net>
8529         * src/extension/internal/gdkpixbuf-input.cpp: skip SVG files. (open bug)
8530         * configure.in, src/Makefile_insert, src/fixes.cpp: added replacement
8531           for g_ascii_strtod, since it has locale-related bugs in gnome 2.0.
8532           The upstream version is fixed, so some day, we won't need this any
8533           more.  (fixes "ugly icons" bug, and possibly the spinbutton locale bug)
8534         * src/dyna-draw-context.cpp, src/rect-context.cpp, src/sp-namedview.cpp,
8535           src/sp-object.cpp, src/sp-object.h, src/sp-pattern.cpp,
8536           src/sp-polygon.cpp, src/sp-polyline.cpp, src/sp-root.cpp,
8537           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp,
8538           src/sp-text.cpp, src/spiral-context.cpp, src/star-context.cpp,
8539           src/svg/ftos.cpp, src/svg/svg-affine.cpp, src/svg/svg-color.cpp,
8540           src/svg/svg-length.cpp: adding "config.h", making a few extra
8541           locale-sensitive functions use g_ascii versions.
8543 2004-05-08  MenTaLguY <mental@rydia.net>
8545         * src/sp-item.cpp: move "transformed" signal emission after actual
8546           application of transform
8548         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr.cpp:
8549           fix lifecycle issues with content and attribute strings
8551         * src/sp-object.h, src/sp-object.cpp: added SPObject::setId()
8553 2004-05-08  Kees Cook <kees@outflux.net>
8555         * src/verbs.cpp, src/help.cpp: localizing "about" and "keys" stuff.
8556         * po/*.po: rebuilt for new strings.
8558 2004-05-08  Carl Hetherington <inkscape@carlh.net>
8560         * src/dialogs/desktop-properties.cpp: the usual cleanups.  Also
8561         add some sp_document_done()s in various places.
8563 2004-05-08  bulia byak <bulia@users.sourceforge.net>
8565         * widgets/paint-selector.cpp: Tooltips, slight cosmetics
8567         * main.cpp: --help edit
8569         *  sp-use.h sp-use.cpp: Redid move compensation using _transformed_signal
8571         * sp-item.h sp-item.cpp: Added _transformed_signal, emitted by
8572 write_transform,
8573         passes the difference transform relative to the old one (not the new
8574 transform
8575         set)
8577         * nodepath.cpp: Fix lagging update of the other handle for smooth nodes
8579         * widgets/dash-selector.cpp: (Almost) fixed display of shorter-than-0.5
8580 dashes
8581         in selector; proper fixing will require manual drawing the dashes instead of
8582         using gdk dashes
8584         * preferences-skeleton.h: lots of new  dasharrays
8586         * dialogs/stroke-style.cpp: Remove repetitive code; relocation patch from
8587         mhearn; fixed, reenabled, and automated marker previews (no need for
8588 previews
8589         in markers.svg)
8591         * share/markers/markers.svg: Cleanup, sizes, remove manual previews
8593         * style.cpp: Disabled warning for overflow property (we need it for markers)
8595         * splivarot.cpp: Fixed transform when doing boolop inside group
8597         * libnr/nr-path.cpp: Ported fix from sodi, fixes two bugs with endnodes of a
8598         curve on the same hor/vert line
8600         * sp-namedview.cpp: Use set_default_size instead of _resize for setting
8601 window
8602         from namedview
8604         * preferences-skeleton.h dialogs/item-properties.cpp: Objects props
8605         transientized (better late than never)
8607         * dialogs/display-settings.cpp: Added simplify threshold
8609         * sp-use.cpp: Mega-kill use on unlink
8611         * preferences-skeleton.h dialogs/display-settings.cpp: Orphaned clones
8612 options
8614         * sp-item-group.cpp: Prevent jumps when ungrouping clone with its original
8616         * sp-object.cpp: Fix crash when deleting clone and its original
8618         * toolbox.cpp, tool contexts: Alt-x and top panel keyboard shortcuts now
8619 work
8620         for all tools
8622         * sp-use.cpp enums.h: Unlink option on self-delete
8624         * sp-use.cpp: Fix: disappeating clone on undoing ungrouping (_show finally
8625 works properly)
8627         * splivarot.cpp: Boolops: cleanup, preserve id, parent, position, fix to
8628 take
8629         style from the bottom object
8631         * interface.cpp verbs.cpp shortcuts.cpp: Mnemonics, tooltips, shortcuts,
8632         cleanup, autoraise removed from menu
8634 2004-05-07  Kees Cook <kees@outflux.net>
8636         * src/verbs.cpp: re-localizing tutorials.  My goof!
8637         * po/POTFILES.in: removed arikkei references
8639 2004-05-07  Carl Hetherington <inkscape@carlh.net>
8641         * src/desktop.cpp: make sure that a SPNamedView's modified signal
8642         is connected to the SPDesktop even when a file is loaded into an
8643         existing SPDesktop.  Fixes problems whereby grid snap does not
8644         work for the first file loaded in a session.  Fix a && -> & typo.
8646         * src/sp-object.cpp: declaration-to-first-use and coding style
8647         cleanups.
8649 2004-05-05 Spundun Bhatt <spundun@isi.edu>
8651         * configure.in: Stole Nathan's configure hack and used it to
8652         support gtkmm-2.4
8654 2004-05-06  Ted Gould  <ted@gould.cx>
8656         * src/file.cpp, src/extension/extension.cpp, src/extension/init.cpp,
8657         src/extension/internal/Makefile_insert,
8658         src/extension/internal/gdkpixbuf-input.cpp,
8659         src/extension/internal/gdkpixbuf-input.h:
8660           Changing the import functionality so that it works much more like open.
8661           You can use any format, and it will place that file directly in the
8662           document that you are working on.  Added input extensions that cover all
8663           of the bitmap formats that are covered with gdkpixbuf.  Also, more
8664           formats can be used using the scripting system.
8666 2004-05-06  Carl Hetherington <inkscape@carlh.net>
8668         * src/sp-line.cpp, src/sp-mask.cpp, src/sp-metrics.cpp:
8669         declaration-to-first-use and coding style cleanups
8671 2004-05-05  MenTaLguY  <mental@rydia.net>
8673         * src/libnrtype/nr-type-dictionary.cpp: removed 'private-fonts'
8674           feature (we should rely on fontconfig for "custom" font stuff)
8676         * configure.in, src/Makefile_include, src/Makefile.am,
8677           src/libarikkei/*: removed the now unused libarikkei
8679 2004-05-05 Nathan Hurst <njh@mail.csse.monash.edu.au>
8681         * src/dialogs/text-edit.cpp, configure.in: Added support for spell
8682         checking in text dialog.
8684 2004-05-04  MenTaLguY <mental@rydia.net>
8686         * src/display/nr-arena-glyphs.h: fixed cut-and-paste error in
8687           NRArenaGlyphsGroup::create()
8689         * src/selection.cpp, src/selection.h: fixed global "changed" propagation
8691 2004-05-02  MenTaLguY <mental@rydia.net>
8693         * src/file.cpp, src/print.cpp, src/sp-chars.cpp, src/sp-clippath.cpp,
8694           src/sp-image.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
8695           src/sp-pattern.cpp, src/sp-shape.cpp, src/sp-text.cpp,
8696           src/sp-use.cpp, src/dialogs/stroke-style.cpp,
8697           src/display/canvas-arena.cpp, src/display/nr-arena-glyphs.cpp,
8698           src/display/nr-arena-glyphs.h, src/display/nr-arena-group.h,
8699           src/display/nr-arena-image.h, src/display/nr-arena-item.cpp,
8700           src/display/nr-arena-item.h, src/display/nr-arena-shape.h,
8701           src/display/nr-arena.h, src/libnr/nr-object.h, src/widgets/icon.cpp:
8703           removed nr_arena_item_new in favor of static ::create() functions
8704           which call NRArenaItem::init() to perform setup (i.e. setting
8705           NRArenaItem::arena).  Eventually NRArenaItem::init() and
8706           nr_arena_item_init will merge and become NRArenaItem's constructor.
8708 2004-04-30  MenTaLguY <mental@rydia.net>
8710         * src/sp-use.cpp: call parent class' write methods rather than
8711           attempting to do everything (wrongly) ourselves; among other
8712           things, <use> transform attributes weren't getting written
8714         * src/sp-object.h, src/sp-object.cpp:
8716           designate a "successor" object so we still perform as
8717           expected if objects are replaced in the middle of e.g. a
8718           bulk delete operation
8720         * src/sp-use.cpp: cleanups and succession logic for <use>
8721           deletion
8723         * src/widgets/sp-hwrap-box.cpp, src/widgets/sp-hwrap-box.h,
8724           src/widgets/sp-vwrap-box.cpp, src/widgets/sp-vwrap-box.h,
8725           src/widgets/sp-wrap-box.cpp, src/widgets/sp-wrap-box.h,
8726           src/widgets/test-wrapbox.cpp, src/widgets/Makefile_insert:
8728           Removed unused (and imperfect) "wrapbox" widgets.
8730         * src/sp-object.h, src/sp-object.cpp, src/sp-item-group.cpp:
8732           Removed unused sp_object_invoke_forall and sp_object_sequence
8733           methods.  (forall might be nice to have, but we can do better
8734           implementation-wise now that we're in C++-land)
8736 2004-04-30 njh <njh@mail.csse.monash.edu.au>
8738         * main.cpp: replaced gtk_init with g_type_init for console mode.
8739         Closes 944969.
8741 2004-04-29  MenTaLguY <mental@rydia.net>
8743         * src/sp-image.cpp, src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
8744           src/sp-path.cpp, src/sp-rect.cpp, src/sp-text.cpp:
8746           write_transform becomes set_transform, which applies the given
8747           transform to the object without (!) invoking a repr write
8749         * src/sp-star.cpp, src/svg/svg-length.h, src/svg/svg-length.cpp,
8750           src/svg-types.h, src/svg/svg.h:
8752           replaced raw integers with real units enum
8754         * src/libnr/nr-matrix.h:
8756           removed dead assertion (it's always valid to retrieve the
8757           translation component of a matrix)
8759         * src/selection-chemistry.cpp:
8761           delete items via SPItem (SPObject), not repr
8763         * src/sp-object.h, src/sp-object.cpp:
8765           added SPObject::deleteObject() and a delete notification signal;
8766           SPObject now inherits from GObject in the C++ sense
8768         * src/sp-use.h:
8770           don't accept references to the use or its ancestors (preventing
8771           infinite loops)
8773         * src/sp-use.cpp, src/sp-use.h:
8775           added automatic deletion when referrent is deleted
8777         * src/uri-reference.h:
8779           added URIReference::getOwner()
8781 2004-04-29  Carl Hetherington <inkscape@carlh.net>
8783         * src/extension/internal/win32.cpp: add textToPath parameter to
8784         description in order to fix #944131.
8786 2004-04-28  Carl Hetherington <inkscape@carlh.net>
8788         * src/desktop.cpp, src/inkscape.cpp, src/sp-namedview.cpp
8789         Part of the fix for #942149.  Also fixed some compiler warnings.
8791         * src/display/nr-arena.cpp: Fixed an unused variable warning.
8793         * src/main.cpp: Fix a warning that is raised on Windows.
8795 2004-04-28  bulia byak <bulia@users.sourceforge.net>
8797         * inkscape.cpp: Fixed prev/next desktop; numbered from 0
8799         * Lots of files: Replaced all strtod() and atof() by g_ascii_strtod()
8801         * interface.cpp verbs.cpp: Tooltip edits
8803         * view.cpp view.h desktop.cpp: Signal and function to pop statusbar message
8805         * dialogs/dialog-events.cpp: Only set the UTILITY hint for non-modal
8806 windows,
8807         fixes "disappearing save as"
8809         * toolbox.cpp widgets/widget-sizes.h widgets/button.cpp: Got rid of button
8810         relief, top panel made less tall
8812         * desktop.cpp preferences-skeleton.h dialogs/display-settings.cpp: Done away
8813         with the sticky zoom button, now in prefs
8815         * path-chemistry.cpp: Preserve id= in combine/break, convert to paths;
8816 preserve
8817         z-order in combine/break; cleanups
8819         * splivarot.cpp: New selection API, Simplify preserves id=
8821         * select-context.cpp preferences-skeleton.h sp-item.cpp display-settings.cpp
8822         splivarot.cpp sp-item-group.cpp sp-item-transform.cpp
8823         sp-item-notify-moveto.cpp nodepath.cpp node-context.cpp seltrans.cpp
8824         seltrans.h: Switched to global preservetransform, transform writing
8825         unification (no more manual transform= setting all over the place), stamp
8826         preserves parent, mental's new SPSelection API, pruning dead code
8828         * verbs.cpp interface.cpp: Eliminated Dialogs menu, added ... to dialog
8829         commands, rearrangements, menu items display tooltips in statusbar when
8830         selected
8832         * sp-item-group.cpp sp-item-group.h: Made document_done optional in ungroup
8833 (not
8834         done when the function is called from another function)
8836         * dialogs/display-settings.cpp enums.h preferences-skeleton.h sp-use.cpp
8837         sp-use.h: Clone move compensation (3 modes), settable in prefs
8839         * seltrans.cpp selection-chemistry.cpp: Do not translate a clone if its
8840 original
8841         is in the selection
8843         * verbs.cpp verbs.h interface.cpp shortcuts.cpp sp-use.cpp sp-use.h
8844         selection-chemistry.cpp selection-chemistry.h: Unlink Clone verb and menu
8845         command (preserves id=)
8847         * selection-chemistry.cpp selection-chemistry.h verbs.h verbs.cpp
8848 shortcuts.cpp
8849         interface.cpp: Select Original verb and command, scrolls to the original
8851         * selection-chemistry.cpp selection-chemistry.h verbs.cpp verbs.h
8852 interface.cpp:
8853         Clone command
8855         * sp-use.h sp-use.cpp: Use URIReference; Propagate update to parent class
8856         (SPItem) (fixes redraw on dragging a clone)
8858         * dropper-context.cpp dropper-context.h dialogs/display-settings.cpp:
8859         Implemented pick modes (pick either actual color with transparency or
8860 visible
8861         color without transparency); added statusbar indication; color is only set
8862 on
8863         mouse release
8865         * seltrans.cpp display/sodipodi-ctrlrect.cpp: Finally the correct selection
8866 cue
8867         rect (fixed displacement)
8869 2004-04-27  Carl Hetherington <inkscape@carlh.net>
8871         * src/desktop.cpp: Check for there being no items when zooming to
8872         the drawing.  This fixes bug #942137.
8874 2004-04-26  Carl Hetherington <inkscape@carlh.net>
8876         * config.h.mingw, prefix.h:
8877         INKSCAPE_VERSION moved to inkscape_version.h.
8878         INKSCAPE_{PIXMAP,SCREENS,TUTORIALS,MARKERS}DIR moved to prefix.h
8880         * src/Makefile.mingw, src/inkscape_version.h.mingw
8881         Use CVS inkscape_version.h.mingw for inkscape_version.h on Win32.
8883         * src/sp-use.cpp: fix a warning.
8885 2004-04-26  Ted Gould  <ted@gould.cx>
8887         * share/extensions/ai_input.inkmod, share/extensions/dia.inkmod,
8888         share/extensions/txt2svg.inkmod, src/extension/extension.cpp,
8889         src/extension/internal/svg.cpp:
8891         Making the names of the input extensions look like the output ones.
8892         Also, threw in a slight memory savings in removing the implementation on
8893         deactivated extensions.
8895 2004-04-26  MenTaLguY  <mental@rydia.net>
8897         * src/selection.cpp: migrate to new glib idle API
8899         * src/extension/db.cpp: can't call ->deactivated() on a NULL pointer..
8901 2004-04-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8903         * configure.in: Replace use of old AM_PROG_LIBTOOL macro with
8904           AC_PROG_LIBTOOL.
8906 2004-04-26  Ted Gould  <ted@gould.cx>
8908         * share/extensions/epsi_output.inkmod:
8910         Added in a check for ps2epsi
8912         * src/dialogs/filedialog.cpp, src/extension/db.cpp, src/extension/db.h,
8913         src/extension/extension.cpp, src/extension/extension.h,
8914         src/extension/init.cpp, src/extension/system.cpp:
8916         Implementing a 'deactivated' extension.  This means that it should
8917         still exist, but show up as insensitive in any GUI element that could use
8918         it.  The idea here is that users should know what they don't have, but
8919         Inkscape supports.
8921 2004-04-26 Nathan Hurst <njh@mail.csse.monash.edu.au>
8923         * src/{libnr,libnrtype,widgets,display,helper,.}*.{h,cpp}: moved
8924         from typedef _name name; to C++ style struct name; forward
8925         references.
8927 2004-04-25  Ted Gould  <ted@gould.cx>
8929         * share/extensions/ai_output.inkmod, share/extensions/dia.inkmod,
8930         share/extensions/dropshadow.inkmod, share/extensions/epsi_output.inkmod,
8931         share/extensions/roundhole.inkmod, share/extensions/svgz_input.inkmod,
8932         share/extensions/svgz_output.inkmod, share/extensions/txt2svg.inkmod,
8933         src/extension/implementation/script.cpp,
8934         src/extension/implementation/script.h:
8936         Adding in support for superior checking of dependencies.  Now scripts
8937         can include a line, which will look for a binary in the path.  So
8938         something like dia input will no be loaded if there isn't dia available in
8939         the path.
8941 2004-04-25  Carl Hetherington <inkscape@carlh.net>
8943         * src/verbs.cpp, src/rect-context.cpp, src/spiral-context.cpp,
8944         src/event-context.cpp, src/text-context.cpp,
8945         src/dialogs/stroke-style.cpp, src/xml-tree.cpp, src/widgets/sp-widget.cpp:
8946         SPSelection OO-ification.
8948         * src/display/curve.cpp: Don't raise a critical error if a new
8949         curve cannot be created in sp_curve_new_from_bpath().  This can
8950         happen if a file contains a strange path, like one with only a
8951         move in it and nothing else.  This is part of the fix for bug
8952         934882.
8954         * src/sp-path.cpp: cope with sp_curve_new_from_bpath() returning
8955         NULL in sp_path_set().  This is the other part of the fix for 934882.
8957         * src/path-chemistry.cpp, src/sp-offset.cpp, src/sp-ellipse.cpp,
8958         src/display/nr-arena-glyhs.cpp:
8959         added asserts for calls to sp_curve_new_from_bpath() which look
8960         like they might not expect it to return NULL.
8962         * src/desktop.h: add a comment about how SPDesktop::selection
8963         should never generally be NULL.
8965         * src/desktop-handles.cpp: ensure that sp_desktop_selection never
8966         returns NULL, so that we don't have to check for this eventuality
8967         elsewhere.
8969         * src/arc-context.cpp, src/seltrans.cpp, src/desktop.cpp: be less defensive
8970 about
8971         SPDesktop::selection being NULL.
8973         * src/path-chemistry.cpp, src/select-context.cpp,
8974         src/selection-chemistry.cpp, src/star-context.cpp,
8975         src/dialogs/align.cpp, src/dialogs/item-properties.cpp,
8976 src/dialogs/text-edit.cpp:
8977         SPSelection OO-ification.  Also some coding style and
8978         declaration-to-first-use cleanups.
8980         * src/toolbox.cpp: SPSelection OO-ification.  Various cleanups.
8982         * src/selection.h: remove deprecated access functions.
8984         * src/dialogs/fill-style.cpp: declaration-to-first-use cleanups.
8986         * src/selection.cpp: add vim and Emacs mode blocks.
8988         * src/object-ui.cpp: very minor coding style fix.
8990 2004-04-24  MenTaLguY <mental@rydia.net>
8992         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/object-ui.cpp,
8993           src/path-chemistry.cpp, src/rect-context.cpp, src/select-context.cpp,
8994           src/select-toolbar.cpp, src/selection-chemistry.cpp, src/selection.h,
8995           src/spiral-context.cpp, src/star-context.cpp, src/text-context.cpp,
8996           src/verbs.cpp, src/dialogs/export.cpp, src/dialogs/fill-style.cpp,
8997           src/dialogs/in-dt-coordsys.cpp, src/dialogs/stroke-style.cpp,
8998           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp:
9000           removed sp_selection_set_item(), sp_selection_set_repr(),
9001           sp_selection_is_empty(), sp_selection_item_selected(),
9002           and sp_selection_repr_selected()
9004 2004-04-24  Ted Gould  <ted@gould.cx>
9006         * share/extensions/ill2svg.pl:
9008         Applying a patch made to the Sodipodi list by Tuukka Pasanen which adds in
9009         support for text in Illustrator files.  Also, I backed out the changes
9010         which removed being able to specify the line endings.  This will, by
9011         default, force them back to mac compatible.  Mac files didn't work with
9012         those changes.
9014 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9016         * configure.in: Tentatively remove config.h definitions of
9017           INKSCAPE_MARKERSDIR, INKSCAPE_PIXMAPDIR, INKSCAPE_SCREENSDIR,
9018           INKSCAPE_TUTORIALSDIR, with the understanding that these are to be
9019           provided by prefix.h.
9020         * src/prefix.h: Define INKSCAPE_MARKERSDIR.
9022         * src/extension/extension.cpp (Extension):
9023         * src/extension/init.cpp (check_extensions):
9024           Address warning.
9026         * src/dialogs/stroke-style.cpp: #include prefix.h.
9028         * src/Makefile.am (EXTRA_DIST): Add */makefile.in.
9030         * src/libnr/Makefile_insert (libnr_libnr_a_SOURCES):
9031           Add libnr/nr-convex-hull.h, needed by sp-canvas.cpp.
9033 2004-04-24  Ted Gould  <ted@gould.cx>
9035         * src/Makefile_include, src/prefix.cpp:
9037         Removing the redefition of NULL and adding to the make system.
9039 2004-04-24  Ted Gould  <ted@gould.cx>
9041         * src/extension/db.cpp, src/extension/db.h, src/extension/extension.cpp,
9042         src/extension/extension.h, src/extension/init.cpp,
9043         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
9044         src/extension/internal/ps-out.cpp, src/extension/internal/ps-out.h:
9046         Adding in more checks for individual extensions.  All of them
9047         should still pass though.  Also, moved the extension database from
9048         glib to STL.  This allows extensions to be deleted while using the
9049         foreach functions (which causes instability with the glib hash
9050         table).
9052 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9054         * src/dialogs/Makefile_insert:
9055         * src/display/Makefile_insert:
9056         * src/xml/Makefile_insert:
9057           Get rid of unneeded CPPFLAGS specification.
9059         * src/Makefile.am:
9060         * src/Makefile_insert:
9061           New generated file inkscape_version.h, to replace
9062           -DINKSCAPE_VERSION=\"$(VERSION)\".
9063         * src/help.cpp: #include it.
9065 2004-04-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9067         * src/sp-polygon.cpp:
9068         * src/splivarot.cpp:
9069         * src/style.cpp:
9070         Change include stringstream.h to include svg/stringstream.h.
9072         * src/Makefile.am, src/Makefile_insert: Change libinkscape.a use
9073           to eliminate triple compilation of these object files.
9075         * src/Makefile.am: Use `subdir-objects' option.
9077         * src/Makefile.am: Add global INCLUDES setting.
9078         * src/*/Makefile_insert: Get rid of now-redundant $(INKSCAPE_CFLAGS)
9079           from *_CPPFLAGS.
9081         * src/*/makefile.in: `%' as a target doesn't behave as intended,
9082         so replace with less general `clean %.a %.o' and add .SUFFIXES.
9084 2004-04-22  Ted Gould  <ted@gould.cx>
9086         * src/draw-context.cpp, src/dropper-context.cpp,
9087         src/dyna-draw-context.cpp, src/node-context.cpp, src/nodepath.cpp,
9088         src/sp-ellipse.cpp, src/sp-offset.cpp, src/sp-path.cpp,
9089         src/sp-polygon.cpp, src/sp-shape.cpp, src/splivarot.cpp, src/toolbox.cpp,
9090         src/display/curve.cpp, src/display/nr-arena-shape.cpp,
9091         src/extension/internal/gnome.cpp, src/extension/internal/ps.cpp,
9092         src/libnr/nr-path.cpp, src/libnr/nr-path.h,
9093         src/libnrtype/nr-rasterfont.cpp, src/libnrtype/nr-type-ft2.cpp,
9094         src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
9095         src/libnrtype/nr-typeface.cpp, src/livarot/PathCutting.cpp,
9096         src/svg/gnome-canvas-bpath-util.cpp, src/svg/svg-path.cpp:
9098         Changing the ART_ enums to NR_ so that if libart is include (like if
9099         you are building gnome-print) it doesn't conflict with the internal
9100         definitions.
9102         * share/extensions/svgz_output.inkmod, src/extension/extension.cpp,
9103         src/extension/init.cpp, src/extension/implementation/script.cpp:
9105         Adding in a little more checking code.  Now extensions can start
9106         deleting themseleves if they fail certain tests.  More tests are
9107         needed, along with more testing of this feature.  Consider this
9108         an 'early release' of the feature. ;)
9110 2004-04-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9112         * src/Makefile.am: Make non-recursive.  Now sources */Makefile_insert.
9113           See HACKING or discussion on mailing list.
9114         * autogen.sh: Bump requirement from automake-1.6 to automake-1.7.
9115         * configure.in: Don't generate src/blah/Makefile, but do generate
9116           src/blah/makefile.
9117         * src/*/Makefile.am: Remove.
9118         * src/*/makefile.in: New wrapper makefiles to allow typing `make' from
9119           subdirectories of src.  (Not used by compiles started from top-level
9120           or from src/.)
9122 2004-04-21  MenTaLguY <mental@rydia.net>
9124         * src/libnrtype/nr-type-w32.h: fixed unremoved underscores
9126         * src/select-context.cpp, src/selection.cpp, src/selection.h,
9127           src/seltrans.cpp, src/tools-switch.cpp, src/dialogs/align.cpp:
9128           remove improper twiddling of desktop message line from SPSelection;
9129           some additional work is now required in SPSelectContext to update
9130           the message properly in all cases.
9132         * src/selection.h, src/selection.cpp: touched up and documented
9133           SPSelection
9135         * src/uri-references.h: documentation touch-ups
9137 2004-04-20  Kees Cook <kees@outflux.net>
9139         * src/file.cpp, src/desktop.cpp: moved sp_file_open unselection code into
9140           sp_desktop_change_document.  Generalized Carl's fix for unref counting
9141           since it applies in both cases.  (My bad!)
9143 2004-04-20  MenTaLguY <mental@rydia.net>
9145         * src/text-context.cpp: merged Carl's fix for signal cleanup
9147         * src/selection.h: marked wrappers for old API as deprecated
9149 2004-04-20  Carl Hetherington <inkscape@carlh.net>
9151         * src/extension/internal/ps.cpp, src/extension/internal/ps.h:
9152         Fixed some bugs in exporting images that seem to have been
9153         introduced when the code was copied from the gimp.  They caused
9154         problems when exporting bitmap images to PS.
9156         * src/file.cpp: fix bug whereby the first file loaded in a session
9157         would not have its modified status checked when closed.  Hence if
9158         you modified the first file you loaded and then closed it, you
9159         would not be asked to confirm the close.
9161         * src/preferences-skeleton.h: add \n to the end of each line to
9162         fix bug 938368.
9164 2004-04-19  MenTaLguY <mental@rydia.net>
9166         * src/arc-context.cpp, src/desktop-handles.h, src/desktop.h,
9167           src/draw-context.cpp, src/draw-context.h, src/forward.h,
9168           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
9169           src/node-context.h, src/rect-context.cpp, src/selection-chemistry.cpp,
9170           src/selection-chemistry.h, src/selection.cpp, src/selection.h,
9171           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
9172           src/star-context.h, src/text-context.cpp, src/dialogs/xml-tree.cpp,
9173           src/widgets/sp-widget.h:
9175           finished GObject removal from SPSelection
9177         * src/arc-context.h, src/arc-context.cpp, src/desktop.cpp, src/desktop.h,
9178           src/draw-context.cpp, src/draw-context.h, src/node-context.cpp,
9179           src/node-context.h, src/rect-context.cpp, src/rect-context.h,
9180           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/seltrans.h,
9181           src/spiral-context.cpp, src/spiral-context.h, src/text-context.cpp,
9182           src/text-context.h, src/toolbox.cpp:
9184           migrated SPSelection to SigC++ signals (though it's a bit messy
9185           right now)
9187 2004-04-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9189         * src/dialogs/stroke-style.cpp: Cleanups: greater conformance to
9190         CodingStyle.  Moved some declarations to their first use.
9192 2004-04-19  Carl Hetherington <inkscape@carlh.net>
9194         * src/dialogs/stroke-style.cpp, libnr/nr-rect-l.cpp:
9195         Fix a couple of compiler warnings.
9197         * src/dialogs/filedialog-win32.cpp: add OFN_NOCHANGEDIR to Win32
9198         flags in OPENFILENAME structs.  This prevents the open / save
9199         boxes from changing the current directory.  Any change to the
9200         current directory causes problems for subsequent attempts to
9201         load icons from pixmaps.  Also, fix a bug whereby the save
9202         dialogue would sometimes not open due to being passed a filename
9203         it didn't like.
9205 2004-04-19  bulia byak <bulia@users.sourceforge.net>
9207         * shortcuts.cpp selection-chemistry.cpp selection-chemistry.h verbs.cpp
9208 verbs.h
9209         interface.cpp: Clone command (Edit menu, Shift+Ctrl+N)
9211         * sp-use.cpp: Update propagated to parent class (SPItem), misc fixes
9213         * sp-polygon.cpp: Fix for points= updating by adding set_shape call into
9214 _write
9215         (bug 910142)
9217         * text-context.cpp: Do not create text object unless a printable key was
9218         pressed; fixes 934280
9220         * widgets/dash-selector.cpp dialogs/stroke-style.cpp: Removed marker
9221 buttons,
9222         fixed g_free crash in marker menus, added tooltips, added stroke-miterlimit
9223         spinbutton
9225         * splivarot.cpp: Outline handles multiple objects; All commands use correct
9226         stroke_miterlimit
9228         * splivarot.cpp sp-offset.cpp: Fix for 932642
9230         * helper/sodipodi-ctrlrect.cpp: Simplify and fix dashes and offsets
9232         * widgets/gradient-selector.cpp: Tooltip edits
9234         * verbs.cpp verbs.h interface.cpp...: Remove tool options
9236         * seltrans.cpp: Pivot marker made inverse
9238         * toolbox.cpp: More defocusing
9240         * *-context.cpp: Eliminated config widgets from all tools
9242         * toolbox.cpp sp-ellipse.cpp: Ellipse fixes, tooltips
9244         * verbs.cpp: Options -> Preferences
9246         * dialogs/display-settings.cpp: An options dialog, completely new; selector
9247         widget grafted here
9249         * preferences-skeleton.h node-context.cpp select-context.cpp: scaling uses
9250         defaultscale
9252         * dialogs/display-settings.cpp display/nr-arena-image.cpp: Make oversample
9253         saveable
9255         * toolbox.cpp: Aux toolbar for calligraphic
9257         * preferences-skeleton.h: fill-opacity:1 for calligraphic
9259         * select-context.cpp seltrans.cpp seltrans.cpp: Patch to enable box and none
9260         options for per-object selection cue
9262         * main.cpp: Removed C-locale setting, not needed anymore; temporary switch
9263 of
9264         gettext encoding for console output
9266         * inkscape.cpp: Memory fix from sodi
9268         * right-click finishes pen (patch by Carl)  draw-context.cpp
9270 2004-04-19  Carl Hetherington <inkscape@carlh.net>
9272         * src/livarot/ShapeRaster.cpp
9273         Fix an unitialised value error that was spotted by valgrind.
9275 2004-04-18  MenTaLguY <mental@rydia.net>
9277         * src/selection.cpp, src/selection.h, src/selection-chemistry.cpp,
9278           src/seltrans.cpp, src/nodepath.cpp:
9279           made all SPSelection members private, and changed all methods into
9280           real C++ methods (with temporary inline wrappers for the old C
9281           pseudo-methods)
9283 2004-04-18  Carl Hetherington <inkscape@carlh.net>
9285         * src/print.cpp, src/print.h, src/sp-text.cpp
9286         src/extension/extension.cpp src/extension/extension.h,
9287         src/extension/implementation/implementation.cpp,
9288         src/extension/implementation/implementation.h,
9289         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
9290         src/extension/internal/ps.cpp, src/extension/internal/ps.h,
9291         Add very basic feature to allow PS text to be exported as real
9292         text, rather than being converted to paths first.  Needs some
9293         work, mostly on font handling.
9295         * src/seltrans.cpp: Slightly improve placement of the bounding
9296         box selection cue.
9298         * src/sp-shape.cpp: various marker-related cleanups, mostly factoring out
9299         common code into functions.
9301 2004-04-17  MenTaLguY <mental@rydia.net>
9302         * src/inkscape.cpp, src/node-context.cpp, src/selection-chemistry.cpp,
9303           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
9304           src/sp-item.cpp, src/sp-offset.cpp, src/dialogs/transformation.cpp,
9305           src/libnr/nr-rect.cpp, src/libnr/nr-rect.h:
9306           Cleaned up NR::Rect API and made SPSelection's desktop pointer private.
9308         * src/display/sp-canvas.cpp, src/libnr/nr-convex-hull.h,
9309           src/libnr/nr-rect.h:
9311           First use of NR::ConvexHull (for propagating canvas bounding boxes)
9313 2004-04-17  Kees Cook <kees@outflux.net>
9315         * share/icons/icons.svg, src/verbs.cpp: made last three ugly menu icons.
9317 2004-04-17  Nathan Hurst <njh@mail.csse.monash.edu.au>
9319         * configure.in src/draw-context.cpp src/dropper-context.cpp
9320         src/dyna-draw-context.cpp src/nodepath.cpp src/nodepath.h
9321         src/path-chemistry.cpp src/sp-chars.cpp src/sp-ellipse.cpp
9322         src/sp-offset.cpp src/sp-path.cpp src/sp-polygon.cpp
9323         src/sp-shape.cpp src/sp-text.cpp src/splivarot.cpp src/style.cpp
9324         src/style.h src/dialogs/fill-style.cpp
9325         src/dialogs/object-properties.cpp src/dialogs/stroke-style.cpp
9326         src/display/canvas-bpath.cpp src/display/canvas-bpath.h
9327         src/display/canvas-grid.h src/display/curve.cpp
9328         src/display/curve.h src/display/nr-arena-glyphs.cpp
9329         src/display/nr-arena-glyphs.h src/display/nr-arena-shape.cpp
9330         src/display/sodipodi-ctrl.cpp src/display/sodipodi-ctrl.h
9331         src/display/sodipodi-ctrlrect.h src/display/sp-canvas-util.cpp
9332         src/display/sp-canvas-util.h src/display/sp-canvas.cpp
9333         src/display/sp-canvas.h src/display/sp-ctrlline.cpp
9334         src/extension/internal/ps.cpp src/extension/internal/ps.h
9335         src/libnr/Makefile.am src/libnr/libnr.def src/libnr/nr-path.cpp
9336         src/libnr/nr-path.h src/libnr/nr-svp-private.h
9337         src/libnr/nr-svp-render.cpp src/libnr/nr-svp-render.h
9338         src/libnr/nr-svp.cpp src/libnr/nr-svp.h
9339         src/libnrtype/nr-rasterfont.cpp src/libnrtype/nr-type-ft2.cpp
9340         src/libnrtype/nr-type-gnome.cpp src/libnrtype/nr-type-w32.cpp
9341         src/libnrtype/nr-typeface.cpp src/livarot/PathCutting.cpp
9342         src/svg/gnome-canvas-bpath-util.cpp
9343         src/svg/gnome-canvas-bpath-util.h src/svg/svg-path.cpp
9344         src/svg/svg.h: removed libart.
9346         * src/libnr/nr-svp-uncross.cpp src/libnr/nr-svp-uncross.h: deleted
9347         uncross and SVL routines.
9350 2004-04-15  Carl Hetherington <inkscape@carlh.net>
9352         * src/make.exclude, src/make.dep, src/make.files, src/make.ofiles:
9353         Various fixes to the Win32 build following rearrangement of some
9354         source files and cleanups to libnr.
9356         * src/sp-text.cpp: remove an unused variable.
9358         * src/display/sodipodi-ctrlrect.cpp: removed two unused variables.
9360 2004-04-16  MenTaLguY <mental@rydia.net>
9362         * src/selection.cpp, src/selection.h, src/forward.h: initial
9363           C++ification of SPSelection class
9365 2004-04-15  Kees Cook <kees@outflux.net>
9367         * debian/control, debian/changes: dropping (currently) unused
9368           dependancies.  Added "0.39cvs" tag.
9370 2004-04-15  Carl Hetherington <inkscape@carlh.net>
9372         * src/seltrans.cpp, src/helper/sodipodi-ctrlrect.cpp,
9373         src/helper/sodipodi-ctrlrect.h:
9374           Use black, dashed bounding boxes for indicating itemselection,
9375           rather than red, solid boxes (as suggested by Bulia).
9377         * src/desktop.cpp:
9378         Small fix for the problem whereby the first file loaded in an
9379         Inkscape session will not have its grid set up properly.  This was
9380         my patch #935013.
9382         * src/dialogs/filedialog-win32.cpp:
9383         Use the extension system to build the list of allowable file types
9384         for save.  This means that save as PS and EPS work properly.
9386         * src/streams-zlib.cpp, src/livarot/PathConversion.cpp,
9387         src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
9388         src/livarot/PathStroke.cpp, src/livarot/Shape.cpp,
9389         src/livarot/ShapeMisc.cpp, src/display/nr-arena-glyphs.cpp,
9390         src/helper/sodipodi-ctrlrect.cpp, src/helper/sp-canvas.cpp,
9391         src/extension/internal/win32.cpp:
9392         Fix compiler warnings, mostly about unused variables.
9394         * src/helper/sp-canvas-util.cpp:
9395         Fix what I and someone else considered to be an obvious typo.  The
9396         function in question isn't used, however, so it's a bit difficult
9397         to test.
9399         * src/libnrtype/nr-rasterfont.cpp:
9400         Fix a warning wrt a cast from NR::Matrix to NRMatrix.
9402         * src/sp-shape.cpp:
9403         Fix bug #935758.
9406 2004-04-14  Ted Gould <ted@gould.cx>
9408         * src/file.cpp, dialogs/filedialog.cpp:
9409         Making it so that the filename will get placed in the save as dialog
9410         if there is a name for the file.  Otherwise the last save directory
9411         is used (properly now)
9413 2004-04-15  MenTaLguY <mental@rydia.net>
9415         * most files in src/: removed many old "compatable" struct typedefs
9417         * src/libarikkei/arikkei-dict.cpp, src/libarikkei/arikkei-dict.h:
9418           removed unused arikkei files
9420         * configure.in: added gtkmm dependency
9422 2004-04-14  Kees Cook <kees@outflux.net>
9424         * src/helper/unit-menu.cpp: Turns out I found a 2nd bug while
9425           investigating patch 934358.  I've applied this patch again, which gives
9426           us the entire fix.
9427         * src/draw-context.cpp: Investigated patch 934351 from cth103.  Applied a
9428           slight variation to conform to the function calling styles of that code.
9429         * configure.in: Implemented gcc version test for >= 3.0.0
9430         * src/file.cpp, src/interface.cpp, share/icons/icons.svg, src/verbs.cbb:
9431           finished "File / Revert" implementation.  Found a memory leak in
9432           "file_save".  Added more sanity checking to "sp_file_revert" and more
9433           status messages.
9434         * src/main.cpp, src/file.h, src/file.cpp: removed redundant code,
9435 implemented
9436           in "sp_file_open".
9438 2004-04-13  Kees Cook <kees@outflux.net>
9440         * tools-version.sh: added a possible fix for BSDish tools.
9441         * configure.in, share/patterns/Makefile.am: inkscape janitor strikes
9442           again!  This is a quick cleanup to Ted's new directories.  Looks
9443           like "patterns" got left out.
9444         * share/clipart/.cvsignore, share/templates/.cvsignore,
9445           share/examples/.cvsignore, share/fonts/.cvsignore,
9446           share/gradients/.cvsignore, share/keyboards/.cvsignore,
9447           share/palettes/.cvsignore, share/patterns/.cvsignore:
9448           Added Makefile build-cruft to .cvsignores.
9449         * src/helper/unit-menu.cpp: applied a variation to patch 934358 from cth103
9450           to fix grid unit changing bug.
9451         * configure.in: fixed capitalization of "libpng" to avoid confusion.
9452         * src/sp-namedview.cpp, src/document.cpp, src/document.h, src/file.cpp,
9453           src/file.h, src/document-undo.cpp, src/interface.cpp, src/verbs.cpp,
9454           src/verbs.h:
9455           Newly opened files will only create new windows if the current document
9456           is untouched.  (RFE#928517)
9457           Added support for future "File/Revert" handling.  Needs
9458           a little more support in the SPDocument structure.  See notes in
9459           "src/file.cpp", function "sp_file_revert_dialog".
9461 2004-04-13  Ted Gould <ted@gould.cx>
9463         * configure.in, share/Makefile.am, share/clipart/Makefile.am,
9464           share/examples/Makefile.am, share/fonts/Makefile.am
9465           share/gradients/Makefile.am, share/keyboards/Makefile.am
9466           share/markers/Makefile.am, share/palettes/Makefile.am
9467           share/screens/Makefile.am, share/templates/Makefile.am:
9468         Making it so that the clipart and everything else gets put in
9469         the tarball, and also get installed in the share directory.  Many
9470         of these have just 'README' files, but they now have good place-
9471         holders for further development.
9473 2004-04-12  Kees Cook <kees@outflux.net>
9475         * src/dialogs/stroke-style.cpp, src/Makefile.am, src/dialogs/Makefile.am,
9476           src/widgets/Makefile.am, configure.in: fixed up INKSCAPE_*DIR paths so CVS
9477           will compile happily for me.  This way if paths change, files will be
9478           recompiled.  The old way would let configure run again (changing the
9479           datadir path) without forcing a recompile, which could break the
9480           compiled paths.
9482 2004-04-13  John Cliff <simarilius@yahoo.com>
9483         * src/sp-shape.cpp, src/dialogs/stroke-style.cpp:
9484         Couple of changes to marker related code, mid and end markers now point in
9485 correct
9486         direction, turning off start markers behaves correctly.
9487         This follows on from changes made by me and Carl Hetherington that were
9488 commited
9489         yesterday to
9490         src/inkscape-stock.cpp, src/sp-item.cpp, src/sp-marker.cpp,
9491 src/sp-shape.cpp,
9492         src/style.cpp, src/style.h, src/dialogs/stroke-style.cpp
9493         to implement marker UI and fixes to the marker rendering code.
9495 2004-04-11  Ted Gould <ted@gould.cx>
9497         * src/extension/system.cpp, src/extension/internal/eps-out.cpp
9498           src/extension/internal/eps-out.h:
9499         First pass at a file save dialog with EPS output.  The dialog
9500         sets the bounding box in the file.  Comments encouraged.
9502 2004-04-11  Ted Gould <ted@gould.cx>
9504         * src/file.cpp, src/main.cpp, src/print.cpp, src/extension/init.cpp,
9505           src/extension/init.h, src/extension/system.cpp, src/extension/system.h,
9506           src/extension/implementation/script.cpp,
9507 src/extension/internal/eps-out.cpp,
9508           src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
9509           src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
9510           src/extension/internal/win32.cpp:
9511         Change alot of files, but small changes.  Basically just took
9512         system.cpp and init.cpp and finally ported them to the Inkscape::
9513         Extension namespace.  Cleaned up the code in them a bunch, it is
9514         much easier to read now!  All the other files are just referencing
9515         these changes.
9517 2004-04-11  Kees Cook <kees@outflux.net>
9519         * src/verbs.h, src/verbs.cpp, src/interface.cpp, src/interface.h: replaced
9520           the rest of the missing menu verbs: "View New", "Cleanup".  Created
9521           generic function to add icons to a given menu item (for submenu icons
9522           mostly).
9523         * share/icons/icons.svg: added "selection_cleanup", "selection_deselect",
9524           "selection_select_all".  Corrected "view_new" and "selection_smooth",
9525           "dialog_toggle", "dialog_tool_options", "file_open_recent".
9526         * src/selection-chemistry.cpp, src/selection-chemistry.h: renamed
9527           "selection_cleanup" function.
9529 2004-04-11  Jon Phillip <jon@rejon.org>
9531         * Makefile.mingw share/Makefile.am src/Makefile.am
9532           share/markers/Makefile.am share/markers/.cvsignore config.h.mingw
9533           configure.in:
9534           Added the proper infrastructure to get files to the right location for
9535           markers.
9537         * share/tutorials/tipsandtricks.svg: Deleted the URL trick because it no
9538           longer works or something.
9540 2004-04-11  Kees Cook <kees@outflux.net>
9542         * src/verbs.h, src/verbs.cpp: added verbs for the Help and Tutorials menus.
9543         * src/interface.cpp: replaced contents of sp_ui_menu_help to use new verbs.
9544         * src/help.h, src/help.cpp: replaced sp_help_keys with more generic
9545           sp_help_open_screen, similar to sp_help_open_tutorial.
9546         * share/icons/icons.svg: created really ugly "help_tutorials" and
9547           "help_keys" icons.  The "help_keys" one needs the most help.  :)
9549 2004-04-09  Ted Gould <ted@gould.cx>
9551         * share/extensions/Makefile.am, share/extensions/epsi_output.inkmod,
9552           share/extensions/ps2epsi.sh, src/extension/extension.cpp,
9553           src/extension/extension.h, src/extension/init.cpp,
9554           src/extension/implementation/implementation.cpp,
9555           src/extension/implementation/implementation.h,
9556           src/extension/implementation/script.cpp,
9557           src/extension/implementation/script.h,
9558           src/extension/internal/Makefile.am, src/extension/internal/eps-out.cpp,
9559           src/extension/internal/eps-out.h, src/extension/internal/ps.cpp:
9561           Okay, these are some changes that I've had in my directory for
9562           a little while.
9564           1) adding the basics of checking extensions.  This will allow
9565              them to remove themselves based on their dependencies failing.
9567           2) Adding the concepts of a 'helper extension' to scripts.  This
9568              allows them to use other extensions for handling the data, so
9569              they don't have to deal with SVG directly - Inkscape will
9570              build the pipeline.  An example of this is the epsi output.
9572           3) Adding the bounding box change provided by Carl Hetherington
9573              to the Postscript output.  The EPS output plugin sets this, so
9574              now EPSes have smaller bounding boxes.  A GUI needs to be
9575              written for this setting.
9577 2004-04-08  MenTaLguY <mental@rydia.net>
9579         * configure.in, src/svg/ftos.cpp: fix for OS X build
9581         * src/extensions/internal.ps.cpp: crash fix
9583 2004-04-07  MenTaLguY <mental@rydia.net>
9585         * src/xml/repr.cpp: adjusted the advertising comment in the default
9586           document template (we need a real default document template, btw)
9588         * src/svg/ftos.cpp, src/svg/itos.cpp, src/svg/round.cpp,
9589           src/svg/ftos.h, src/svg/stringstream.h: incorporated Bryce's number
9590           serializing code (disabled for now, due to the impending release)
9592         * src/dialogs/stroke-style.cpp, src/dialogs/sp-shape.cpp:
9593           nuked unused variables
9595 2004-04-07  bulia byak <bulia@users.sourceforge.net>
9597         * icons.svg: Alignment fix
9599         * src/select-toolbar.cpp: Swapped rotate buttons
9601         * share/tutorials/: Cleanup, added Russian translation of basic
9603         * extension/extension.cpp extension/system.cpp extension/internal/ps.cpp
9604         extension/implementation/script/cpp: Fixes to make non-ascii filenames work
9605 again
9607         * src/verbs.cpp: Remove xpm icon that causes trouble on win32
9609         * share/examples/: new gradient.svg, tiger.svgz, cleanup
9611         * src/widgets/gradient-vector.cpp: Crash fix: loading new gradient into the
9612         editor does not completely reset it
9614         * share/icons/icons.svg: New dialog icons, draw tool icons, changed colors
9616         * src/dialogs/align.cpp src/helper/bezier-utils.cpp: remove pjrm's debug
9617 output
9619         * share/tutorials/: SVG cleanup: remove unused font properties, wrong radius
9620         paths in ellipses (leftovers from old versions). Expanded & updated tips &
9621 tricks.
9623         * file.cpp: Set uri on save in one place; save 'offcially' from here only
9625         * system.cpp system.h: Remove redundant uri-setting on open and save, add
9626         official arg to sp_module_system_save to prevent docname/docbase changing on
9627         temporary saves
9629         * many files: _() fixes, edits in labels, messages, tooltips, mnemonics
9631         * src/inkscape.cpp: remove redundancy in error messages for failing to load
9632 prefs
9634         * share/extensions src/extension/internal: Renaming file formats to include
9635 (*.ext)
9637         * src/interface.cpp src/dialogs/filedialog.cpp: Transientize, make modal
9638         open/save dialogs, ditto for warning overwrite and make it unresizeable
9640         * src/dialogs/xml-tree.cpp: Do not deselect item on canvas when a
9641 non-selectable
9642         thing is highlighted in xml editor
9644         * src/sp-guide.cpp: Guide position updated after undo
9646         * src/widgets/sp-xmlview-attr-list.cpp: Max length of viewable attributes
9647         increased
9649         * many files: Adib's svgostringstream patches to remove printfs
9651         * src/selection-chemistry.cpp: Crash fix when pasting style to an object
9652 that
9653         has none (e.g. group)
9655         * src/knot.cpp: Knot dragging autoscrolls
9657         * src/sp-text.cpp src/text-context.cpp: Cursor movements autoscroll
9659         * src/desktop.h src/desktop.cpp: autoscrollspeed can be overridden in call
9660 to
9661         sp_desktop_scroll_to_point
9663         * src/text-context.cpp src/sp-text.cpp: Text cursor made inverse. Initial
9664 cursor
9665         after click is no longer horizontal.
9667         * src/helper/sp-ctrlline.cpp: Always-visible inversion for ctrlline
9669         * src/libnrtype/nr-type-w32.cpp: Fix stretch and variant on win32
9671         * src/widgets/gradient-vector.cpp: Undo fix; new stop takes average of its
9672         neighbors' colors; is between stops even when the last stop is selected
9674 2004-04-06  Ted Gould <ted@gould.cx>
9676         * src/file.cpp, src/dialogs/filedialog.cpp, src/extension/extension.cpp,
9677         src/extension/system.cpp:
9678         Moving code around so that the filename extension gets put on by
9679         the extension that is saving the file.  This adds a couple complications
9680         in that the extension now needs to check for overwriting the file
9681         and also set the document URI.  Better overall, but a PITA.
9683 2004-04-05  njh <njh@mail.csse.monash.edu.au>
9685         * debian/rules,debian/control: applied patch from Kees Cook to remove
9686         obsolete libraries, and to tidy things up a tad.
9688 2004-04-04  Ted Gould <ted@gould.cx>
9690         * src/main.cpp, src/extension/extension.cpp, src/extension/system.cpp:
9691         Now the input autodetect will try the SVG filter if the autodetect
9692         fails.  This was done by the command line, but now it is done
9693         everywhere.
9695 2004-04-04  MenTaLguY <mental@rydia.net>
9697         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr.h:
9698         Take the full list of document node children from libxml, and
9699         append them in the correct order.  This fixes bug #929348.
9701         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr-private.h:
9702         Added API for coping with comments at the root level (i.e. siblings
9703         of the root XML node), and made corresponding changes to the repr-io
9704         code.  In theory this should be enough to preserve them upon loading,
9705         though in practice it still doesn't appear to be working (bug #929348).
9706         Is there some libxml thing we need to do?
9708 2004-04-04  Ted Gould <ted@gould.cx>
9710         * a bunch of files
9711         Sorry, I seem to be in some delay getting e-mail.  Anyway, a few
9712         files were changed to add in a new parameter 'dataloss'  Basically
9713         this signifies that a format was used to save that may not save
9714         the whole document and thus, a pop-up is elevated on close to signal
9715         that you might want to 'really save' this document.
9717 2004-04-03  Ted Gould <ted@gould.cx>
9719         * share/extensions/svgz_input.inkmod, src/file.cpp,
9720           src/extension/extension.cpp, src/extension/internal/svg.cpp:
9721         Making it so that input extensions can specify the output extension
9722         that gets used to save them.  If this field isn't filled in, the value
9723         gets set to NULL, and then the Save As dialog is used instead of
9724         just trying to save.
9726 2004-04-03  Ted Gould <ted@gould.cx>
9728         * src/file.cpp, src/main.cpp, src/extension/extension.cpp,
9729           src/extension/extension.h, src/extension/system.cpp,
9730           src/extension/internal/svg.cpp:
9731         Fixing the output_extension flag to not be saved in a file, but also
9732         to be able to be specified by the input module.  Also, this fixes
9733         the commandline processing of files to make them use the extension
9734         system.
9736 2004-04-02  Ted Gould <ted@gould.cx>
9738         * src/file.cpp, src/extension/db.cpp, src/extension/internal/svg.cpp:
9739         Changing it so that SVG documents open and default to with
9740         extension namespace.  Also, autodetect is reenabled.
9742 2004-04-03  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
9744         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Fix my
9745         previous commit.
9747 2004-04-02  Ted Gould <ted@gould.cx>
9749         * share/extensions/svgz_output.inkmod, src/main.cpp, src/print.cpp,
9750           src/extension/init.cpp, src/extension/implementation/script.cpp,
9751           src/extension/implementation/script.h,
9752           src/extension/internal/Makefile.am, src/extension/internal/ps-out.cpp,
9753           src/extension/internal/ps-out.h, src/extension/internal/ps.cpp:
9754         Fixing the commandline printing.  This required fixing both the
9755         print driver to handle the newer extensions stuff.  It seems
9756         happy now.  I went ahead and implemented save as postscript
9757         while I was at it.
9759 2004-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9761         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Ensure that the
9762         "improved" value is never worse than the previous guess.
9764         * src/helper/bezier-utils.cpp:
9765         Greater CodingStyle conformance, mainly whitespace changes.
9767         * src/helper/bezier-utils.cpp (sp_bezier_fit_cubic_full):
9768         Always reparameterize between generate_bezier and calc_max_error.
9769         Switch from discouraged alloca (see man page) to g_new, at cost of
9770         some extra g_free calls in the code.
9771         (reparameterize): Do in-place modification.
9773         * src/helper/bezier-utils-test.cpp:
9774         Add tests for generate_bezier, sp_bezier_fit_cubic_full.
9775         Change to a simpler test bezier.
9777         * src/helper/bezier-utils.cpp (sp_darray_left_tangent,
9778         sp_darray_right_tangent):
9779         Switch to using just the two end points for calculating the gradient.
9780         (The old code could sometimes cause g_warning's.)
9781         Correct the documentation of requirements.
9782         (sp_darray_center_tangent): Similarly remove the #if'ed out code for
9783         looking at more than two points.
9785 See doc/Changelog_archive.txt for older entries
9787 # Local Variables:
9788 # tab-width:8
9789 # indent-tabs-mode:t
9790 # End:
9791 # vim: tabstop=4:noexpandtab:shiftwidth=4