Code

make refcount logging a little more useful by including the relevent class name
[inkscape.git] / ChangeLog
1 2006-04-28  MenTaLguY  <mental@rydia.net>
3     * src/sp-object.cpp: make refcount logging a little more useful
4           by including the relevent class name
6 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
8         * src/Makefile_insert, src/Makefile.am, src/dir-util-test.h,
9           src/dir-util-test.cpp, src/extract-uri-test.h,
10           src/extract-uri-test.cpp:
11           Replaced two tests with CxxTest versions.
13 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
15         * src/Makefile_insert, src/MultiPrinter.h, src/verbs.h,
16           src/verbs-test.h:
17           Adding unit test for verbs.
19 2006-04-27  verbalshadow <verbalshadow@gmail.com>
20         
21         * src/io/resource.h, src/io/resource.cpp, 
22           src/dialogs/swatches.cpp, src/helper/stock-items.cpp:
23           Added CREATE v0.1 support for gradients/swatches/patterns
24           Support for Linux & Win32. Mac support waiting final support
25           Directory info.
27 2006-04-26  Jon A. Cruz  <jon@joncruz.org>
29         * src/Makefile.am, src/MultiPrinter.h, src/PylogFormatter.h,
30           src/TRPIFormatter.h, src/selfname.tpl, src/libnr/Makefile_insert,
31           src/svg/Makefile_insert, src/xml/Makefile_insert:
32           Adding multiple test output formats.
34 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
36     * path-prefix.h:
37           Added beginnings of CREATE support in path-prefix.h
39 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
41     * src/object-ui.cpp, src/object-ui.h:
42           moved to src/ui/context-menu.cpp, src/ui/context-menu.h
43           to make it easier to find
45 2006-04-20  MenTaLguY  <mental@rydia.net>
47     * src/dyna-draw-context.cpp, src/dyna-draw-context.h:
48           remove unused timer code
50 2006-04-19 Andrius R. <knutux@gmail.com>
51         * src\display\nr-arena-item.cpp, src\display\canvas-arena.cpp,
52           src\display\nr-arena-shape.cpp, src\display\sp-canvas.h,
53           src\display\nr-arena.cpp, src\display\nr-arena-shape.h,
54           src\display\nr-arena-glyphs.cpp, src\display\nr-gradient-gpl.cpp,
55           src\display\sp-canvas.cpp, src\display\sp-ctrlline.cpp,
56           src\livarot\ShapeSweep.cpp, src\livarot\Shape.h, src\livarot\Shape.cpp,
57           src\livarot\Path.h, src\livarot\PathConversion.cpp,
58           src\livarot\ShapeMisc.cpp, src\livarot\Path.cpp, src\libnr\nr-pixblock.h,
59           src\libnr\nr-pixblock.cpp
61           Rendering optimisation, which gives best results for zoomed in drawings
62           with complex (multi-node) paths. Optimisation focus - eliminating cubicTo
63           and LineTo nodes outside of visible area, so no unneeded calculations is
64           needed and less memory is consumed (this avoids crashes which were
65           occurring previously if zooming into a complex drawing)
67 2006-04-18 njh <njh@njhurst.com>
68         * share/extensions/measure.inx, share/extensions/measure.py, share/extensions/Makefile.am
70           Added the measure extension that marks lengths onto paths.
72 2006-04-17  MenTaLguY  <mental@rydia.net>
74         * src/application/editor.cpp, src/arc-context.cpp, src/conn-avoid-ref.cpp,
75           src/connector-context.cpp, src/desktop-events.cpp, src/desktop-handles.h,
76           src/dialogs/clonetiler.cpp, src/dialogs/export.cpp,
77           src/dialogs/fill-style.cpp, src/dialogs/find.cpp,
78           src/dialogs/iconpreview.cpp, src/dialogs/item-properties.cpp,
79           src/dialogs/layer-properties.cpp, src/dialogs/object-properties.cpp,
80           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
81           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
82           src/dialogs/xml-tree.cpp, src/draw-anchor.cpp, src/draw-context.cpp,
83           src/dropper-context.cpp, src/dyna-draw-context.cpp,
84           src/event-context.cpp, src/extension/implementation/script.cpp,
85           src/file.cpp, src/gradient-context.cpp, src/gradient-drag.cpp,
86           src/helper/stock-items.cpp, src/inkscape.cpp, src/interface.cpp,
87           src/jabber_whiteboard/callbacks.cpp,
88           src/jabber_whiteboard/chat-handler.cpp,
89           src/jabber_whiteboard/message-processors.cpp,
90           src/jabber_whiteboard/message-queue.cpp,
91           src/jabber_whiteboard/session-manager.cpp, src/knot.cpp,
92           src/node-context.cpp, src/nodepath.cpp, src/object-ui.cpp,
93           src/path-chemistry.cpp, src/pencil-context.cpp, src/pen-context.cpp,
94           src/rect-context.cpp, src/rubberband.cpp, src/satisfied-guide-cns.cpp,
95           src/selcue.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
96           src/selection.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
97           src/spiral-context.cpp, src/splivarot.cpp, src/sp-namedview.cpp,
98           src/sp-text.cpp, src/star-context.cpp, src/text-chemistry.cpp,
99           src/text-context.cpp, src/tools-switch.cpp,
100           src/trace/potrace/inkscape-potrace.cpp, src/trace/trace.cpp,
101           src/ui/dialog/align-and-distribute.cpp, src/ui/dialog/dialog.cpp,
102           src/ui/dialog/document-metadata.cpp,
103           src/ui/dialog/document-properties.cpp,
104           src/ui/dialog/inkscape-preferences.cpp,
105           src/ui/dialog/session-player.cpp, src/ui/dialog/transformation.cpp,
106           src/ui/widget/color-picker.cpp, src/ui/widget/page-sizer.cpp,
107           src/ui/widget/registered-widget.cpp, src/ui/widget/ruler.cpp,
108           src/ui/widget/selected-style.cpp, src/ui/widget/tolerance-slider.cpp,
109           src/verbs.cpp, src/widgets/gradient-toolbar.cpp,
110           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
111           src/widgets/sp-xmlview-content.cpp, src/widgets/toolbox.cpp:
113           Get rid of the SP_DT_* macros which do nothing more than provide
114           additional, confusing, names for other functions.  If shorter names
115           are desired, the actual functions should be renamed -- or better, made
116           into member functions.
118 2006-04-09  Jon A. Cruz  <jon@joncruz.org>
120         * share/icons/icons.svg: Fixed jumping eye (layer visibility).
122 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
124         * po/eu.po: Fix a "Unmatched closing </b>" warnings.
126 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
128         * src/widgets/paint-selector.cpp, src/widgets/gradient-toolbar.cpp,
129           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp,
130           src/dialogs/clonetiler.cpp, src/dialogs/object-properties.cpp:
132           Shrunk a few icon sizes.
134 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
136         * src/widgets/desktop-widget.cpp, src/widgets/icon.cpp,
137           src/widgets/layer-selector.cpp:
139           Added implementation of smaller icon size.
141 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
143         * src/color-profile.cpp, src/sp-image.cpp:
145           Simple debugging #ifdefs added.
147 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
149         * src/interface.cpp, src/dialogs/clonetiler.cpp,
150           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
151           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
152           src/dialogs/xml-tree.cpp, src/ui/dialog/align-and-distribute.cpp,
153           src/ui/widget/labelled.cpp, src/widgets/button.cpp,
154           src/widgets/button.h, src/widgets/desktop-widget.cpp,
155           src/widgets/gradient-toolbar.cpp, src/widgets/icon.cpp,
156           src/widgets/icon.h, src/widgets/layer-selector.cpp,
157           src/widgets/paint-selector.cpp, src/widgets/select-toolbar.cpp,
158           src/widgets/toolbox.cpp, src/widgets/toolbox.h, src/icon-size.h:
160           Decoupling from direct use of GtkIconSize to allow for smaller
161           custom ones.
163 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
165         * src/Makefile_insert, src/Makefile.am, src/color-profile.cpp
166           src/color-profile.h, src/color-profile-fns.h,
167           src/color-profile-test.h, src/sp-image.cpp:
169           Adding rendering-intent to <color-profile>.
171 2006-04-05  MenTaLguY  <mental@rydia.net>
173         * configure.ac, share/keyboards/.cvsignore, share/keyboards/Makefile.am,
174           share/keyboards/README, share/keys/.cvsignore, share/keys/Makefile.am,
175           share/keys/Makefile.in, share/Makefile.am:
177           share/keyboards -> share/keys
179         * share/keys/Makefile.am, share/keys/default.xml, src/Makefile_insert,
180           src/shortcuts.cpp, src/shortcuts-default-xml.cpp:
182           first shot at configurable keymaps
184 2006-04-05  MenTaLguY  <mental@rydia.net>
186         * src/io/Makefile_insert, src/io/resource.cpp, src/io/resource.h:
188           introduce uniform resource path API to replace copy-and-pasted hacks
190 2006-04-05  Jon A. Cruz  <jon@joncruz.org>
192         * src/svg/svg-color-test.h, src/svg/svg-color.cpp:
194           Tuned icc-color() parsing.
196 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
198         * src/color-profile.h, src/color-profile.cpp,
199           src/color-profile-fns.h, src/sp-image.h, src/sp-image.cpp:
201           Initial support of color-profile on <image> elements.
203 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
205         * src/color-profile.h, src/color-profile.cpp,
206           src/color-profile-fns.h, src/Makefile_insert, src/attributes.cpp,
207           src/attributes.h, src/sp-object-repr.cpp:
209           Adding support for <color-profile> element.
211 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
213         * src/knot.h: Fixed warning messages.
215 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
217         * src/ui/widget/selected-style.cpp:
219           Safety check for null pointer.
220         
221 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
223         * configure.ac, src/interface.cpp, src/dialogs/swatches.cpp:
225           Introducing optional LittleCms use.
226         
227 2006-03-31  MenTaLguY  <mental@rydia.net>
229     * src/dyna-draw-context.cpp, src/dyna-draw-context.cpp:
231           merge ::dragging and ::dynahand
233 2006-03-31  MenTaLguY  <mental@rydia.net>
235     * src/dyna-draw-context.h: add documentation
237 2006-03-29  Andrius R. <knutux@gmail.com>
239         * src/enums.h, src/selection-chemistry.cpp,
240           src/selection.h, src/selection.cpp,
241           src/ui/dialog/inkscape-preferences.cpp,
242           src/ui/dialog/inkscape-preferences.h:
244           patch #1450307 - option for select all to work in layer with it's sub-layers
246 2006-03-29  Andrius R. <knutux@gmail.com>
248         * po/lt.po: Translated and added new language - Lithuanian.
250 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
252         * src/interface.cpp, src/dialogs/swatches.cpp:
254           Fixing name of temporary non-standard tag attributes.
255         
256 2006-03-28  MenTaLguY  <mental@rydia.net>
258     * src/layer-manager.cpp, src/layer-manager.h: draft of layer manager
260 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
262         * src/interface.cpp, src/dialogs/eek-color-def.h,
263           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
264           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
266           Changed objects to only get liked to "linkable" colors.
267         
268 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
270         * src/interface.cpp, src/dialogs/swatches.cpp:
272           Objects now change when linked colors change.
273         
274 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
276         * src/dialogs/eek-color-def.h, src/dialogs/eek-color-def.cpp,
277           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
278           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
280           Experimenting with linked colors.
281         
282 2006-03-26  Aaron C. Spike  <aaron@ekips.org>
284         * inkscape.pod, src/main.cpp:
286           Added --export-area-canvas (-C). Area specifying options
287           (--export-area, --export-area-canvas and --export-area-drawing)
288           can now be used in combination with --export-id.
290 2006-03-23  Jon A. Cruz  <jon@joncruz.org>
292         * src/dialogs/eek-color-def.cpp, src/dialogs/eek-color-def.h,
293           src/dialogs/Makefile_insert, src/dialogs/swatches.h,
294           src/dialogs/swatches.cpp:
296           Bringing in new color class.
297         
298 2006-03-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
300         * packaging/macosx/Resources/bin/inkscape: Fix a packaging
301           problem on Mac OSX where Inkscape wouldn't open if one of the
302           parent directories containing the app bundle contained a '#' in
303           its name.  Fixes bug #1443072.
305 2006-03-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
307         * share/icons/Makefile.am: Update a makefile after the icon file
308           renaming.
310 2005-03-14  MenTaLguY  <mental@rydia.net>
312         * src/layer-fns.h, src/dialogs/layer-properties.cpp,
313           src/dialogs/layer-properties.h, src/layer-fns.cpp:
315           merged patch #1447043 from Andrius "knutux" R. to create sub-layers
317 2006-03-14  MenTaLguY  <mental@rydia.net>
319         * src/Makefile_insert, src/display/nr-arena-item.cpp,
320           src/display/nr-arena-item.cpp, src/gc-finalized.h, src/gc-managed.h,
321           src/gc-soft-ptr.h, src/selection.h, src/selection.cpp:
323           Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
325 2006-03-14  MenTaLguY  <mental@rydia.net>
327         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
328           src/debug/logger.cpp, src/debug/simple-event.h,
329           src/debug/sysv-heap.h, src/jabber_whiteboard/deserializer.cpp,
330           src/jabber_whiteboard/message-utilities.cpp,
331           src/jabber_whiteboard/message-utilities.h,
332           src/jabber_whiteboard/node-tracker-observer.h,
333           src/jabber_whiteboard/serializer.cpp,
334           src/jabber_whiteboard/serializer.h,
335           src/sp-object.cpp, src/util/share.cpp, src/util/share.h,
336           src/xml/attribute-record.h, src/xml/comment-node.h,
337           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
338           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
339           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr-io.cpp,
340           src/xml/simple-node.cpp, src/xml/simple-node.h,
341           src/xml/simple-session.cpp, src/xml/simple-session.h,
342           src/xml/text-node.h:
344           shared_ptr -> ptr_shared
346 2006-03-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
348         * src/svg/svg-color.cpp (sp_svg_write_color): More readable colour
349           names when possible: e.g. `red', `#cfc'.
351 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
353         * src/interface.cpp:
355           Shift-drop now sets stroke on target objects.
356         
357 2006-03-11  MenTaLguY  <mental@rydia.net>
359         * src/sp-object.cpp: experiment to verify that we can safely release
360           before removing object from document tree
362 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
364         * src/dialogs/swatches.cpp:
366           Changed color dragging to have a color preview.
367         
368 2006-03-09  Jon A. Cruz  <jon@joncruz.org>
370         * src/interface.cpp:
372           Initial cut of color drag-n-drop to items on canvas.
373         
374 2006-03-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
376         * src/path-chemistry.cpp (sp_selected_path_reverse):
377           Fix when multiple paths are selected.
378           Also fix a small memory leak.
380 2006-03-06  MenTaLguY  <mental@rydia.net>
382         * src/document-subset.h, src/document-subset.cpp:
383           add DocumentSubset::_clear
385 2006-03-05  MenTaLguY  <mental@rydia.net>
387         * src/document-subset.h, src/document-subset.cpp:
388           remove unneeded document parameter from constructor
390 2006-03-05  MenTaLguY  <mental@rydia.net>
392         * src/document-subset.cpp:
394           Wire up new SPObject signal to DocumentSubset, so order changes
395           will be reflected in the subset.
397 2006-03-05  MenTaLguY  <mental@rydia.net>
399         * src/sp-object.h, src/sp-object.cpp:
401           Add signal for notification of object position changes.
403 2006-03-05  MenTaLguY  <mental@rydia.net>
405         * src/Makefile_insert, src/document-subset.cpp, src/document-subset.h:
407           Add DocumentSubset as groundwork for layers.
409 2006-03-04  Jon A. Cruz  <jon@joncruz.org>
410         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
412           Style minibar now only accepts color drag-n-drop when not N/A.
413           Final tweak for completing RFE #1429027.
414         
415 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
416         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
418           Made the style minibar a target for color drag-n-drop.
419         
420 2006-03-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
422         * src/conn-avoid-ref.cpp, src/libavoid/connector.h,
423           src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
424           src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
425           src/libavoid/connector.cpp, src/libavoid/debug.h:
427           Some speed improvements and interface cleanups to libavoid.
429 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
430         * src/dialogs/swatches.cpp:
432           Fixed drag-n-drop out of color to match GTK+ standard.
433         
434 2006-02-27  Jon A. Cruz  <jon@joncruz.org>
435         * src/dialogs/swatches.cpp, src/ui/previewfillable.h,
436           src/ui/previewholder.h, src/ui/previewholder.cpp:
438           Finished cleanup of embedded swatches when switching palettes.
439         
440 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
441         * src/dialogs/swatches.cpp, src/ui/previewholder.h,
442           src/ui/previewholder.cpp:
444           Changing embedded swatches resizing.
445         
446 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
447         * src/text-context.cpp:
449           Allow Private Use Area characters. Fixes bug #1439016.
450         
451 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
452         * src/dialogs/swatches.cpp, src/dialogs/iconpreview.cpp,
453           src/ui/widget/panel.cpp, src/ui/widget/panel.h:
455           Refactoring panel containment. Purged ugly 'X'.
456         
457 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
458         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
459           src/dialogs/swatches.h, src/ui/widget/panel.cpp,
460           src/ui/widget/panel.h, src/ui/previewholder.cpp,
461           src/ui/previewholder.h:
463           Adding spacer to get swatches scrollbar enough room to move.
464           Tuning up API for better embedding.
466 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
467         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
468           src/dialogs/swatches.h, src/ui/previewholder.cpp, 
469           src/ui/previewfillable.h, src/ui/previewholder.h:
471           Removed horizontal scroll bar from swatches when embedded.
473 2006-02-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
475         *  src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, 
476            src/connector-context.cpp, src/conn-avoid-ref.cpp:
478         Keep a seperate connector router for each document.
479            
480         *  src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
481            src/libavoid/connector.h, src/libavoid/debug.h,
482            src/libavoid/geometry.cpp, src/libavoid/geometry.h,
483            src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
484            src/libavoid/graph.h, src/libavoid/incremental.cpp,
485            src/libavoid/incremental.h, src/libavoid/libavoid.h,
486            src/libavoid/makepath.cpp, src/libavoid/makepath.h,
487            src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
488            src/libavoid/router.cpp, src/libavoid/router.h,
489            src/libavoid/shape.cpp, src/libavoid/shape.h,
490            src/libavoid/static.cpp, src/libavoid/static.h,
491            src/libavoid/timer.cpp, src/libavoid/timer.h,
492            src/libavoid/vertices.cpp, src/libavoid/vertices.h,
493            src/libavoid/visibility.cpp, src/libavoid/visibility.h:
494            
495         Upstream changes to libavoid that allow multiple connector 
496         router instances, as well a few other minor bugfixes.
498 2006-02-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
500         * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
501         
502         Revert a previous change that generated enter events for canvas items
503         other than the current one when mouse buttons were depressed.  These 
504         events are now only generated in the connector context, where they are
505         required.
507 2006-02-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
509         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
510           src/conn-avoid-ref.h, src/libavoid/connector.cpp,
511           src/libavoid/connector.h:
512           
513         Change the behaviour and naming of some connector querying code
514         after feedback from Tim Dwyer in implementing graph drawing
515         functionality.
517 2006-02-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
519         * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:
520           Fix two bugs from my commit yesterday.
522 2006-02-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
524         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,
525           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
526           src/libavoid/connector.cpp, src/libavoid/connector.h,
527           src/libavoid/visibility.cpp:
529         Add some code to allow querying of items and connectors to find
530         out what is attached to them.  This will allow graph layout
531         algorithms (currently being worked on by Tim Dwyer) to determine 
532         a graph structure from the diagram.
534 2006-02-07  MenTaLguY  <mental@rydia.net>
536         * src/widgets/icon.cpp: get rid of icon prerender time messages
538 2006-02-07  MenTaLguY  <mental@rydia.net>
540         * src/debug/gc-heap.h, src/debug/logger.cpp, src/debug/sysv-heap.h,
541           src/jabber_whiteboard/deserializer.cpp, src/sp-object.cpp,
542           src/util/share.h, src/xml/simple-node.cpp:
544           share_static -> share_static_string
546 2006-02-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
548         * src/jabber_whiteboard/message-utilities.h,
549           src/jabber_whiteboard/serializer.cpp,
550           src/jabber_whiteboard/deserializer.cpp,
551           src/jabber_whiteboard/message-utilities.cpp,
552           src/ui/dialog/whiteboard-connect.cpp:
553         
554         Some fixes to allow the codebase to compile with Inkboard support
555         after the recent Util::shared_ptr<> and Dialog::present() changes.
557 2006-02-05  Marco Scholten  <mscholtn@xs4all.nl>
559         * src/verbs.cpp: updated to make double clicking a tool button
560           open the new preferences dialog.
561         * src/ui/dialog/inkscape-preferences.cpp: updated to enable opening
562           the dialog on the correct page.
563         * src/ui/dialog/dialog.cpp: added virtual void present() so that
564           InkscapePreferences::present() will be called from 
565           DialogManager::showDialog()
567 2006-02-05  MenTaLguY  <mental@rydia.net>
569         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
570           src/debug/logger.cpp, src/debug/simple-event.h, src/debug/sysv-heap.h,
571           src/jabber_whiteboard/deserializer.cpp,
572           src/jabber_whiteboard/message-utilities.cpp,
573           src/jabber_whiteboard/message-utilities.h,
574           src/jabber_whiteboard/node-tracker-observer.h,
575           src/jabber_whiteboard/node-utilities.cpp,
576           src/jabber_whiteboard/serializer.cpp,
577           src/jabber_whiteboard/serializer.h,
578           src/sp-object.cpp, src/util/Makefile_insert, src/util/share.cpp,
579           src/util/shared-c-string-ptr.cpp, src/util/shared-c-string-ptr.h,
580           src/util/share.h, src/xml/attribute-record.h, src/xml/comment-node.h,
581           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
582           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
583           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr.cpp,
584           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h,
585           src/xml/simple-session.cpp, src/xml/simple-session.h,
586           src/xml/text-node.h:
588           replace Util::SharedCStringPtr with the nicer and more general
589           Util::shared_ptr<>
591 2006-02-03  Jon Phillips  <jon@rejon.org>
593         * src/verbs.cpp: Added "..." to "Trace Bitmap" text. Yes, what a
594         simple and dumb thing to add for consistency.
596 2006-01-24  Michael Wybrow  <mjwybrow@users.sourceforge.net>
598         * src/libavoid/connector.cpp, src/libavoid/connector.h, 
599           src/libavoid/shape.cpp, src/libavoid/graph.cpp,
600           src/libavoid/incremental.cpp, src/libavoid/incremental.h,
601           src/libavoid/static.cpp, src/libavoid/visibility.cpp, 
602           src/libavoid/makepath.cpp:
604         Some minor upstream libavoid fixes.  
606 2006-01-23  Carl Hetherington  <inkscape@carlh.net>
608         * src/selection.cpp: fix a typo in one of my previous commits.
609         Closes #1401357.
611         * src/xml/repr-io.cpp: catch failures in fopen of XML files.
612         Closes #1374551.
614 2006-01-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
616         * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
617           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
618           src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
619           src/attributes-test.cpp:
621         Added a "Spacing" control to the connector toolbar which allows
622         the user to adjust the amount of space left around avoided shapes
623         for the purpose of determining auto-routing connector paths.
625 2006-01-17  Marco Scholten  <mscholtn@xs4all.nl>
627         * /src/ui/dialog/inkscape-preferences.cpp:
628           Added style swatches,
629           Changed Gtk::Requisition Gtk::Widget::size_request() to       
630           void Gtk::Widget::size_request(const Requisition& requisition)        
631         * /src/ui/dialog/preferences-widget.cpp & .h:
632           Added DialogPage::set_tip()
634 2006-01-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
636         * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
637           Use a modified fonts.conf file for Mac OS X that includes the 
638           standard user font directory ~/Library/Fonts.
640 2006-01-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
642         * src/svg/Makefile_insert: Updated to reflect a previous header
643           file renaming.
645 2006-01-12  Marco Scholten  <mscholtn@xs4all.nl>
647         * /src/ui/dialog/inkscape-preferences.cpp & .h:
648           Converted preferences dialog to gtkmm
649         * src/ui/widget/preferences-widget.cpp & .h:
650           New files.
651         * src/verbs.cpp: updated to start new dialog.
653 2006-01-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
655         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
656           src/extension/internal/svg.cpp, src/ui/widget/ruler.cpp:
657           Fix some compilation problems on Mac OS X after recent
658           includes cleanup.
660 2006-01-05  Jon A. Cruz  <jon@joncruz.org>
662         * src/widgets/desktop-widget.cpp:
663           Corrected resize behavior of canvas/swatches split.
665 2006-01-06  Mathieu Dimanche  <mdimanche@free.fr>
667         * src/util/units.cpp: forcin 'C' locale for reading units.txt file
668            Fixes bug #1391348.
670 2006-01-05  MenTaLguY  <mental@rydia.net>
672         * src/libnr/nr-maybe.h: fix constness/local reference issues
674 2006-01-04  MenTaLguY  <mental@rydia.net>
676         * src/Makefile_insert, src/shortcuts-default-xml.cpp,
677           src/shortcuts.cpp, src/shortcuts.xml:
679           Moved default shortcuts XML file into a string constant (for now);
680           replaced hard-coded structure with code to read XML file.
682 2006-01-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
684         * src/extension/internal/ps.cpp (setup): Clarify the meaning of
685           `Print destination', mentioning the new possibility of leaving
686           as empty.
687         * (PrintPS::begin) If print destination is an empty string, then
688           don't pass `-P %s' to lpr: just let lpr use its default.
689         * (PrintPS::init) Change default print destination from `lp' to empty
690           string.
692 2006-01-04  Jon A. Cruz  <jon@joncruz.org>
694         * src/widgets/desktop-widget.cpp:
695           Adding split pane for swatches.
697 2006-01-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
699         * src/libavoid/visibility.cpp: Add operator!= for the EdgePair class.
700           This is needed to compile on Tru64 UNIX.  Fixes bug #1386755.
702 2005-12-30  Josh Andler  <scislac@users.sf.net>
704         * src/ui/widget/selected-style.cpp, src/ui/widget/selected-style.h
705           Added "invert" function to right-click menu of style selector.
707 2005-12-22  Jon A. Cruz  <jon@joncruz.org>
709         * share/palettes/Tango-Palette.gpl:
710           Updated to newer version from the Tango project.
712 2005-12-21  Jon A. Cruz  <jon@joncruz.org>
714         * src/interface.cpp, src/preferences-skeleton.h,
715           src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
716           Adding panels/swatches to main UI.
718 2005-11-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
720         * src/removeoverlap/*.{cpp,h}: Bug fix in removeoverlap algorithm that
721           should finally get timestamps working properly.  Specifically, heap
722           timestamps are now refreshed before a merge.
724 2005-12-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
726         * src/sp-conn-end.cpp, src/connector-context.cpp: Have connectors
727           draw to the correct position on shape bounding boxes.  Previously
728           the point where connectors were drawn was on straight line between
729           the two endpoints.  These points now lie on the line between the 
730           second last point on the polyline and the center of the shape.
731           
732         * src/display/curve.cpp, src/display/curve.hpp: Added a couple of 
733           functions that return the second and second-last points in a curve.
735         * src/removeoverlap/generate-constraints.cpp: Moved the 
736           #include "isnan.h" to be the final include.  This fixes a
737           compilation error on OS X.
739 2005-12-16  Carl Hetherington  <inkscape@carlh.net>
741         * src/conn-avoid-ref.cpp, sp-conn-end-pair.cpp, sp-conn-end.cpp,
742         sp-item.cpp, sp-shape.cpp, dialogs/clonetiler.cpp,
743         dialogs/stroke-style.cpp, dialogs/tiledialog.cpp,
744         dialogs/unclump.cpp, display/nr-arena-shape.cpp,
745         display/nr-arena-shape.h, widgets/icon.cpp: more NRRect removal.
747         * src/desktop.cpp, src/desktop.h, src/dyna-draw-context.cpp,
748         src/selection-chemistry.cpp, src/sp-namedview.cpp, src/verbs.cpp,
749         src/display/sp-canvas.cpp, src/display/sp-canvas.h,
750         src/ui/view/edit-widget.cpp, src/ui/widget/zoom-status.cpp,
751         src/widgets/desktop-widget.cpp: more NRRect removals and cleanups.
753         * src/grid-snapper.cpp: snap only to visible grid lines (patch
754         from mtou).
756 2005-12-15  Carl Hetherington  <inkscape@carlh.net>
758         * src/conn-avoid-ref.cpp, src/gradient-chemistry.cpp,
759         src/sp-conn-end.cpp, src/sp-item.{cpp,h}: NR::Rect version of
760         sp_item_invoke_bbox (SPItem::invokeBbox).  Use it in some places.
762 2005-12-14  Carl Hetherington  <inkscape@carlh.net>
764         * src/dyna-draw-context.cpp, src/gradient-context.cpp,
765         src/selection.h, src/sp-flowtext.cpp, src/sp-item.cpp,
766         src/sp-item.h, src/sp-shape.cpp, src/sp-text.cpp,
767         src/dialogs/layer-properties.cpp,
768         src/extension/internal/bluredge.cpp,
769         src/extension/internal/grid.cpp, src/ui/dialog/transformation.cpp,
770         src/widgets/desktop-widget.cpp: remove NRMatrix version of
771         sp_item_i2d_affine().  Some include file adjustments.
773         * src/arc-context.cpp: some very minor cleanups.
775         * src/svg/svg-length.{cpp,h}, src/helper/units.cpp: use INCH
776         rather than IN to avoid breaking the compile on some systems.
778 2005-12-13  Carl Hetherington  <inkscape@carlh.net>
780         * src/arc-context.cpp, src/connector-context.cpp,
781         src/context-fns.cpp, src/desktop-affine.cpp, src/desktop-affine.h,
782         src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
783         src/draw-anchor.cpp src/dropper-context.cpp,
784         src/dyna-draw-context.cpp, src/event-context.cpp
785         src/gradient-context.cpp, src/knot.cpp, src/node-context.cpp,
786         src/object-snapper.cpp src/pen-context.cpp,
787         src/pencil-context.cpp, src/rect-context.cpp
788         src/select-context.cpp, src/selection-chemistry.cpp,
789         src/sp-item.cpp, src/sp-item.h src/spiral-context.cpp,
790         src/star-context.cpp, src/text-context.cpp src/zoom-context.cpp,
791         src/ui/widget/ruler.cpp: make desktop's transforms private
792         members.
794         * src/document.cpp, src/object-edit.cpp, src/sp-ellipse.cpp,
795         src/sp-ellipse.h, src/sp-gradient.cpp, src/sp-image.cpp,
796         src/sp-image.h, src/sp-line.cpp, src/sp-line.h,
797         src/sp-linear-gradient.h, src/sp-marker.cpp, src/sp-marker.h,
798         src/sp-pattern.cpp, src/sp-pattern.h, src/sp-radial-gradient.h,
799         src/sp-rect.cpp, src/sp-rect.h, src/sp-root.cpp, src/sp-root.h,
800         src/sp-star.cpp, src/sp-symbol.h, src/sp-text.cpp,
801         src/sp-textpath.h, src/sp-tspan.cpp, src/sp-use.cpp, src/sp-use.h,
802         src/text-tag-attributes.h, src/helper/units.cpp,
803         src/helper/units.h, src/libnrtype/Layout-TNG-Compute.cpp,
804         src/libnrtype/Layout-TNG-Input.cpp,
805         src/libnrtype/Layout-TNG-OutIter.cpp,
806         src/libnrtype/Layout-TNG-Output.cpp, src/libnrtype/Layout-TNG.h,
807         src/libnrtype/TextWrapper.cpp, src/svg/svg-length.cpp,
808         src/svg/svg.h: partial C++-ificiation of SPSVGLength.  Rename it
809         to SVGLength.
811 2005-12-13  Mathieu Dimanche <mdimanche@free.fr>
813         * src/snapped-point.{cpp,h} : new files.
815         * src/Makefile_insert : Added the new files
817         * src/arc-context.cpp, src/connector-context.cpp,
818         src/context-fns.cpp, src/draw-context.cpp, src/nodepath.cpp,
819         src/object-edit.cpp, src/pencil-context.cpp,
820         src/selection-chemistry.cpp, src/seltrans.cpp, src/snap.cpp,
821         src/spiral-context.cpp, src/star-context.cpp,
822         src/line-snapper.cpp, src/line-snapper.h, src/object-snapper.cpp,
823         src/object-snapper.h src/snapper.cpp, src/snapper.h,
824         src/event-context.cpp, src/rect-context.cpp,
825         src/select-context.cpp : Use SnappedPoint class
827         * src/color-rgba.h : Added rgba32 unsigned int handling and
828         "inverse" members (NEED TO BE TESTED)
830 2005-12-12  MenTaLguY  <mental@rydia.net>
832         * src/widgets/desktop-widget.cpp: moved some widgets into statusbar
833           widget for more aesthetic appearance
835 2005-12-12  Carl Hetherington <inkscape@carlh.net>
837         * src/arc-context.cpp: minor cleanups.  Use SnapManager more.  Use
838         Inkscape::setup_for_drag_start.
840         * src/connector-context.cpp, src/draw-context.cpp,
841         src/object-edit.cpp, src/pencil-context.cpp, src/rect-context.cpp,
842         src/spiral-context.cpp, src/star-context.cpp: use SnapManager.
844         * src/rect-context.cpp, src/spiral-context.cpp,
845         src/star-context.cpp: use Inkscape::setup_for_drag_start().
847         * src/snapper.{cpp,h}: simplify snap point types code.
849         * src/context-fns.{cpp,h}: add setup_for_drag_start().
851         * src/dyna-draw-context.cpp: remove unused and erroneous snapping code.
853         * src/pen-context.cpp: remove unused variable.
855         * src/draw-context.cpp: use SnapManager.
857         * src/nodepath.cpp: const fixes.  Use SnapManager.
859         * src/selection-chemistry.cpp, src/seltrans.cpp: some cleanups.
860         Use new snap API.
862         * src/snap.{cpp,h}: remove some dead code.
864         * src/sp-item.{cpp,h}, src/node-context.cpp, src/draw-context.cpp:
865         remove an unnecessary parameter from sp_item_dt2i_affine().
867 2005-12-09  Carl Hetherington <inkscape@carlh.net>
869         * src/object-snapper.cpp: make node snapping work again.
871         * src/star-context.cpp: use SnapManager.  Some other minor cleanups.
873         * src/arc-context.cpp, src/connector-context.cpp,
874         src/dyna-draw-context.cpp, src/pen-context.cpp,
875         src/pencil-context.cpp, src/rect-context.cpp,
876         src/selection-chemistry.cpp, src/spiral-context.cpp,
877         src/star-context.cpp, src/text-context.cpp: use
878         Inkscape::have_viable_layer.
880         * src/context-fns.{cpp,h}: new files.
882         * src/arc-context.cpp, src/context-fns.{cpp,h},
883         src/rect-context.cpp: abstract common code into context-fns and
884         clean it up a bit.
886 2005-12-08  Carl Hetherington <inkscape@carlh.net>
888         * src/grid-snapper.cpp, src/guide-snapper.cpp, src/line-snapper.h:
889         coding style.  Change how lines are defined.
891         * src/grid-snapper.h, src/guide-snapper.h: coding style.
893         * src/line-snapper.cpp, src/object-snapper.{cpp,h}: Coding style.
894         Various cleanups.  Small API changes.
896         * src/snap.cpp: changes to Snapper API.  Added work-in-progress SnapManager.
898         * src/snapper.{cpp,h}: API cleanups.
900         * src/sp-namedview.{cpp,h}: added getSnappers().
902         * src/seltrans.cpp: Cleanup and fix moveTo().  Go back to snapping
903         to snap points rather than the convex hull, at least for a bit.
905 2005-12-07  Carl Hetherington <inkscape@carlh.net>
907         * src/libnr/nr-convex-hull.h: remove unnecessary includes.
909         * src/line-snapper.{cpp,h}, src/object-snapper.{cpp,h},
910         src/attributes.{cpp,h}, src/desktop.cpp, src/dyna-draw-context.cpp
911         src/arc-context.cpp, src/grid-snapper.h, src/nodepath.cpp,
912         src/rect-context.cpp, src/selection-chemistry.cpp,
913         src/seltrans.cpp, src/snap.{cpp,h}, src/snapper.{cpp,h},
914         src/sp-namedview.{cpp,h}, src/spiral-context.cpp,
915         src/star-context.cpp, src/dialogs/desktop-properties.{cpp,h},
916         src/Makefile_insert: first cut of object snapping.
918         * src/grid-snapper.cpp, src/guide-snapper.{cpp,h}: use Inkscape namespace.
920 2005-12-06  Carl Hetherington <inkscape@carlh.net>
922         * src/libnr/nr-maybe.h: add missing public: to class IsNot.
924         * src/splivarot.{cpp,h}: declare some more functions.  Fix
925         get_nearest_position_on_Path to not crash if you call it with an
926         Item that isn't Shape or Text.
928         * src/node-context.cpp: adapt for changes in splivarot.{cpp,h}.
930         * src/nodepath.cpp: remove declaration of a function now declared
931         in splivarot.h.
933 2005-12-05  Carl Hetherington <inkscape@carlh.net>
935         * src/desktop.cpp, src/tools-switch.cpp,
936         src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp:
937         re-jig #includes slightly.
939         * src/seltrans.{cpp,h}, src/selcue.{cpp,h}: C++-ification and cleanup.
941         * src/select-context.{cpp,h}, src/seltrans-handles.h: adapt for
942         changes to SelTrans.
944         * src/event-context.{cpp,h}: adapt for changes to SelCue.
946         * src/rect-context.cpp, src/gradient-context.cpp: remove unnecessary include.
948         * src/connector-context.h, src/draw-context.h: add a forward
949         declaration.
951         * src/dropper-context.{cpp,h}: remove an unused variable and its
952         associated includes.
954         * src/main.cpp: fix comment for renamed SPSelCue.
956         * src/dialogs/display-settings.cpp: adapt for slightly re-jigged SelCue.
958 2005-12-04  Ted Gould  <ted@gould.cx>
960         * po/POTFILES.in:
962         Adding the .inx files as [type: gettext/xml] so that they will get
963         translated.  Good stuff.
965         * share/extensions/addnodes.inx, share/extensions/ai_input.inx,
966         share/extensions/ai_output.inx, share/extensions/bluredge.inx,
967         share/extensions/dia.inx, share/extensions/dots.inx,
968         share/extensions/dropshadow.inx, share/extensions/dxf_input.inx,
969         share/extensions/dxf_output.inx, share/extensions/embedimage.inx,
970         share/extensions/eps_input.inx, share/extensions/epsi_output.inx,
971         share/extensions/ffmet.inx, share/extensions/ffms.inx,
972         share/extensions/ffset.inx, share/extensions/ffss.inx,
973         share/extensions/gimpgrad.inx, share/extensions/grid.inx,
974         share/extensions/handles.inx, share/extensions/interp.inx,
975         share/extensions/kochify.inx, share/extensions/kochify_load.inx,
976         share/extensions/lindenmayer.inx, share/extensions/motion.inx,
977         share/extensions/pdf_output.inx, share/extensions/ps_input.inx,
978         share/extensions/radiusrand.inx, share/extensions/randompnt.inx,
979         share/extensions/randompos.inx, share/extensions/rtree.inx,
980         share/extensions/sk_input.inx, share/extensions/straightseg.inx,
981         share/extensions/summersnight.inx, share/extensions/svgz_input.inx,
982         share/extensions/svgz_output.inx, share/extensions/txt2svg.inx,
983         share/extensions/wavy.inx, share/extensions/whirl.inx,
984         share/extensions/wmf_input.inx:
986         Marking the user visible strings as translatable.
988         * src/extension/dependency.cpp, src/extension/extension.cpp,
989         src/extension/init.cpp, src/extension/input.cpp, src/extension/output.cpp,
990         src/extension/parameter.cpp:
992         Changed to handle translated .inx files.  They will find the data, and
993         mark the right strings as translated.
995         * src/extension/effect.cpp, src/extension/effect.h, src/interface.cpp:
997         Changed menu handling to be push instead of pull
999 2005-12-02  Carl Hetherington <inkscape@carlh.net>
1001         * src/dropper-context.cpp: coding style.
1002         * src/sp-namedview.cpp, src/sp-namedview.h, src/desktop.cpp: some
1003         C++-ification of SPNamedView.
1005 2005-12-01  MenTaLguY  <mental@rydia.net>
1007         * src/widgets/desktop-widget.cpp: shuffle status bar around again;
1008           add a grippie so we don't have to care about the corner of the window
1009           getting covered up
1011 2005-12-01  MenTaLguY  <mental@rydia.net>
1013         * src/widgets/icon.cpp: refactored a bit around the icon prerendering
1014           code and added a timer; also kick off the task immediately rather
1015           than waiting for the first expose event
1017 2005-12-01  MenTaLguY  <mental@rydia.net>
1019         * src/widgets/desktop-widget.cpp:
1021           moved zoom selector away from the right edge so it won't get covered
1022           by window manager decorations
1024 2005-12-01  MenTaLguY  <mental@rydia.net>
1026         * src/help.cpp, src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp:
1028           Moved creation of the splash widget into the about dialog code,
1029           and tweaked the appearance of the dialog in a lot of subtle ways
1030           -- we now use an AspectFrame to constrain the aspect ratio of the
1031           splash view, and also finally get the correct initial size for the
1032           dialog while still allowing it to be arbitrarily resized.
1034 2005-12-01  Carl Hetherington <inkscape@carlh.net>
1036         * src/sp-namedview.cpp: coding style.
1038 2005-12-01  Jon A. Cruz  <jon@joncruz.org>
1040         * src/widgets/icon.cpp: added idle calback pre-render.
1042 2005-11-30  MenTaLguY  <mental@rydia.net>
1044         * src/ui/dialog/aboutbox.cpp: make 'close' button default widget,
1045           and rename "About" tab to "_Splash"
1047 2005-11-30  Carl Hetherington <inkscape@carlh.net>
1049         * src/svg/svg-path.cpp: add missing #include of assert.h for
1050         assert()
1051         * src/dialogs/xml-tree.cpp: fix uninitialised variable
1052         warnings, move some declarations to first use, coding style fixes.
1053         * src/snap.cpp, src/snap.h, src/sp-namedview.cpp: split
1054         snap.{cpp,h} up into snapper.{cpp,h}, grid-snapper.{cpp,h},
1055         guide-snapper.{cpp,h}.  Refactor and simplify.  Add another
1056         namedview_free_snap().
1057         * src/geom.cpp, src/geom.h: cosmetic renaming.
1058         * src/pen-context.cpp: a few minor cleanups to
1059         pen_handle_button_press().  Other snapping cleanups.
1060         * src/draw-context.cpp, src/draw-context.h: split
1061         spdc_endpoint_snap_internal() into two functions.
1062         * src/pencil-context.cpp: snapping cleanups.
1063         * src/ui/widget/unit-menu.cpp: remove definition of a variable
1064         that's just been made static.
1065         
1066 2005-11-26  MenTaLguY <mental@rydia.net>
1068         * src/ui/dialog/aboutbox.cpp, src/ui/dialog/aboutbox.h:
1069           clean up and simplify About dialog; fix memory management (mostly)
1071 2005-11-25  Robert Crosbie <swingincelt@gmail.com>
1073         * replaced sp_repr_ref with direct cal to Inkscape::GC::anchor
1074         * replaced sp_repr_unref with direct call to Inkscape::GC::release
1075         * replaced sp_repr_set_attr with direct call to repr->setAttribute
1077 2005-11-24  MenTaLguY  <mental@rydia.net>
1079         * src/shortcuts.cpp, src/interface.cpp: prune back shortcuts API in
1080           preparation for configurable key bindings work
1082 2005-11-24  MenTaLguY  <mental@rydia.net>
1084         * src/sp-item.cpp: remedy erroneous initialization of doubles with NULL
1086 2005-11-24  MenTaLguY  <mental@rydia.net>
1088         * src/seltrans.cpp: prune dead wood (sp_sel_trans_handle_click)
1090 2005-11-24  MenTaLguY  <mental@rydia.net>
1092         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
1093           src/display/canvas-grid.cpp, src/display/guideline.cpp,
1094           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
1095           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
1096           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
1097           
1098           cosmetic renaming
1100 2005-11-23  Robert Crosbie <swingincelt@gmail.com>
1102         * replaced sp_repr_change_order with direct cal to repr->changeOrder
1103         * replaced sp_repr_add_child with direct call to repr->addChild
1104         * replaced sp_repr_remove_child with direct call to repr->removeChild
1106 2005-11-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1108         * src/ui/dialog/align-and-distribute.h, src/ui/dialog/align-and-distribute.cpp:
1109           Add new action ActionRemoveOverlaps, and add new button & two spin buttons
1110           to the Align & Distribute dialog box, to remove overlaps between objects.
1111         * configure.ac: New directory src/removeoverlap.
1112         * src/Makefile.am: Build new library removeoverlap/libremoveoverlap.a.
1113         * src/Makefile_insert: Link against new library removeoverlap/libremoveoverlap.a.
1115 2005-11-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1117         * packaging/osx-app.sh, packaging/macosx/Resources/bin/inkscape:
1118           Include some missing modules required by gnome-vfs and set shell
1119           variables to point to these modules within the OS X app bundle.
1120           Fixes bug #1363390.
1122 2005-11-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1124         * packaging/osx-app.sh: Fix a typo resulting from last change.
1126 2005-11-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1128         * packaging/osx-app.sh: Add libXinerama.1.dylib to the app bundle 
1129           since users of OS X 10.3.x will not have this file.
1131 2005-11-12  Jon Phillips <jon@rejon.org>
1133         * po/it.po po/sr.po po/sr@Latn.po: Fixed these po files so that 
1134         Inkscape builds okay.
1137 2005-11-12  Ralf Stephan <ralf@ark.in-berlin.de>
1139         * src/ui/view/edit-widget.h, src/ui/view/edit-widget.cpp:
1140           new-gui: made complete statusbar widget, equals old-gui now
1141         * src/widgets/layer-selector.h, src/ui/widget/selected-style.h:
1142           classes have now a constructor with default parameter
1143         * src/ui/widget/zoom-status.cpp: smaller font
1145 2005-11-12  MenTaLguY  <mental@rydia.net>
1147         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
1148           src/display/canvas-grid.cpp, src/display/guideline.cpp,
1149           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
1150           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
1151           src/display/sp-canvas.cpp, src/display/sp-canvas.h,
1152           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
1154           Refactor canvas buffer code a little.   Hint: if you have two flags
1155           and an invariant that one will be false if the other is true and
1156           vice-versa, you can represent them with a single flag.  Fixed
1157           cut-and-paste madness between sp_canvas_buf_ensure_buf and
1158           sp_canvas_clear_buf also.  Finally, renamed sp_canvas_buf_ensure_buf
1159           to sp_canvas_prepare_buf.
1161 2005-11-09  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1163         * src/sp-item.cpp: Call updateRepr before emitting the transformed
1164           signal in sp_item_write_transform.  This fixes bug #1303423.
1166         * packaging/osx-app.sh: Fixes to allow building app bundles on both
1167           OS X 10.4 and earlier versions of the OS without altering the script.
1168           Also, add a note that Inkscape needs to be configured with
1169           --enable-osxapp when building the OS X package.
1171         * po/nl.po: Fix an "Unmatched closing </b>" warning.
1173 2005-11-08  Ralf Stephan <ralf@ark.in-berlin.de>
1175         merged with branch CXXIFICATION_VIEW_AND_WIDGET
1176         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/event-context.cpp,
1177           src/file.cpp, gradient-context.cpp, src/inkscape.cpp, src/interface.cpp,
1178           src/rect-context.cpp, src/select-context.cpp, src/seltrans.cpp,
1179           src/sp-namedview.cpp, src/spiral-context.cpp, src/star-context.cpp,
1180           src/verbs.cpp, dialogs/dialog-events.cpp, src/dialogs/layer-properties.cpp,
1181           src/ui/dialog/dialog.cpp, src/widgets/desktop-widget.cpp,
1182           src/widgets/desktop-widget.h:
1183           move gtk code into desktop-widget.cpp, called via desktop
1184         * src/ui/view/Makefile_insert: added files edit-widget-interface.h,
1185           edit-widget.cpp, edit-widget.h
1186           the EditWidget is the Gtkmm version of the SPDesktopWidget
1187         * src/ui/widget/Makefile_insert: added files ruler.cpp, ruler.h,
1188           svg-canvas.cpp, svg-canvas.h, zoom-status.cpp, zoom-status.h
1189           these are widgets part of the EditWidget
1190         * src/file.cpp, src/inkscape.cpp, src/ui/dialog/dialog.cpp, 
1191           src/ui/dialog/dialog.h, src/application/application.h, 
1192           src/application/application.cpp:
1193           divide code /wrt Application::getNewGui(): if true, it's called by the 
1194           Gtkmm application and the inkscape object is meaningless
1195         * src/application/app-prototype.h:
1196           replace UI specific return value of getWindow() with void*
1197         * src/application/editor.cpp, src/application/editor.h:
1198           made Editor a singleton, collect global UI code here that (for Gtk+)
1199           lives in inkscape.cpp and elsewhere
1200         * src/desktop-events.cpp, src/desktop.cpp, src/event-context.cpp,
1201           src/nodepath.cpp, src/seltrans.cpp:
1202           simplify calls to desktop->set_coordinate_status
1203         * src/desktop-handles.cpp, src/desktop-handles.h, 
1204           src/extension/internal/ps.cpp, src/widgets/gradient-toolbar.cpp, 
1205           src/widgets/toolbox.cpp:
1206           widget is no longer available through desktop
1207         * src/Makefile_insert: added files preferences.h preferences.cpp
1208           src/inkscape.h, src/inkscape.cpp, src/application/editor.cpp:
1209           move preferences handling into preferences.cpp/h
1210         * src/desktop.cpp, src/desktop.h:
1211           use EditWidgetInterface, more cosmetics
1212         * src/desktop.cpp, src/inkview.cpp, src/slideshow.cpp, src/svg-view-widget.cpp,
1213           src/svg-view.cpp, src/svg-view.h, src/ui/view/view.cpp, src/ui/view/view.h:
1214           streamline setDoc()/setDocument() logic
1215         * src/inkview.cpp: include empty func bodies to make linker happy
1217 2005-11-08 ------------0.43
1219 2005-11-06  Ted Gould  <ted@gould.cx>
1221         * 0.43pre2
1223 2005-11-01  Jon A. Cruz  <jon@joncruz.org>
1225         * src/io/base64stream.h, src/io/base64stream.cpp:
1226           Applied modified patch 1341198.
1228 2005-10-31  Jon A. Cruz  <jon@joncruz.org>
1230         * src/verbs.cpp:
1231           Applied patch from RFE 1247694.
1233 2005-10-26  Jon A. Cruz  <jon@joncruz.org>
1235         * share/screens/about.svg:
1236           Trimmed bad lines. Fixed bug 1310742.
1238 2005-10-24  Ted Gould  <ted@gould.cx>
1240         * 0.43pre1
1242 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
1244         * Makefile.mingw, src/io/sys.cpp:
1245           Patch 1334818.
1247 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
1249         * src/main.cpp, src/io/sys.cpp:
1250           Updating Win32 parameter filename handling.
1252 2005-10-22  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1254         * src/connector-context.cpp: Correct two typos.  Fixes bug #1333915.
1256 2005-10-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1258         * src/connector-context.cpp: Fix a bug where undoing creation of 
1259           new connectors revealed intermediate steps.
1261         * src/libavoid/connector.cpp, src/libavoid/connector.h,
1262           src/libavoid/makepath.cpp, src/libavoid/static.cpp:
1263           Applied a couple of libavoid fixes.  One of which addresses
1264           a possible crash bug.
1266 2005-10-19  Ted Gould  <ted@gould.cx>
1268         * 0.43pre0
1270 2005-10-19  Jon A. Cruz  <jon@joncruz.org>
1272         * inkscape32-16.ico: patch 1323419
1274 2005-10-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1276         * src/conn-avoid-ref.cpp: Don't pass avoided objects to libavoid
1277           if they have the 'cloned' flag set.  Fixes bug #1328401.
1279 2005-10-17  Jon A. Cruz  <jon@joncruz.org>
1281         * src/main.cpp, src/io/sys.h, src/io/sys.cpp:
1282           Switched command-line name conversion from filename to locale.
1283           Fixes bug #1250124.
1285 2005-10-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1287         * src/sp-conn-end.cpp: Don't update the repr for the curve while 
1288           manually rerouting connector endpoints.  This speeds up undo/redo
1289           and allows responsive rerouting with the xml editor window open.
1290           Fixes bug #1315489.
1292         * po/ca.po: Fix unclosed <b> found in translations.
1293         
1294 2005-10-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1296         * src/isnan.h: Update to allow compilation on OSX 10.4.
1298         * src/connector-context.cpp, src/connector-context.h,
1299           src/tools-switch.cpp: Allow double-clicking on connectors
1300           in the selector tool to swap to the connector tool.
1302 2005-10-14  Jon A. Cruz  <jon@joncruz.org>
1304         * share/palettes/Makefile.am, share/palettes/Tango-Palette.gpl:
1305           Adding the Tango palette.
1307 2005-10-13  MenTaLguY  <mental@rydia.net>
1309         * share/screens/about.svg: New copy for about dialog; did some
1310           vector clean-up and re-enabled the coffee stains.
1312 2005-10-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1314         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h:
1315           Reroute connector lines if the object itself is moved or
1316           transformed.  Previously a routed line would not unroute if it
1317           was moved away from the blocking objects.  Fixes bug #1303493.
1319 2005-10-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1321         * packaging/macosx/Resources/script, src/path-prefix.h:
1322           Don't assume the OSX app bundle will be named "Inkscape.app".
1323           This caused things like tool icons to disappear if the app
1324           bundle was renamed, e.g., to "Inscape-0.42.2.app".
1325           Fixes bug #1289648.
1327 2005-10-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1329         * src/sp-conn-end-pair.cpp: Fix a bug where connectors could
1330           sometimes be given strange routes if there was a transform on
1331           either of the objects that the connector was attached to.
1333         * src/conn-avoid-ref.cpp, src/sp-conn-end.cpp: Add a call to
1334           sp_document_ensure_up_to_date before checking bounding boxes
1335           in response to a transform signal.  This is because some
1336           objects (e.g., text) will not give the correct bbox until its
1337           update function has been called and its internal representation
1338           has been updated.  This fixes bug #1303523.
1340         * src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
1341           Restore the Connector tool preferences tab.  Use same ordering
1342           for tools as on the toolbar.  Add the standard selection cue
1343           option to the connector tool preferences.  Fixes bug #1303360.
1345 2005-10-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1347         * packaging/osx-app.sh: Include locale files in the OSX package and
1348           a couple of minor updates for building packages on OSX 10.4.x.
1350         * packaging/macosx/Resources/bin/inkscape: Fix a problem in setting
1351           LANG to the current OSX language before launching Inkscape.
1352           With this fix, the Inkscape app bundle will obey the user's
1353           language setting in the system preferences on OSX.
1355 2005-09-30  Ralf Stephan <ralf@ark.in-berlin.de>
1357         * src/desktop.*, src/widget/desktop-widget.cpp:
1358         make empty destructor, fixes #1291009
1360 2005-09-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1362         * Info.plist.in: Associate .svgz files with Inkscape on OSX.
1363           Fixes bug #1307083.
1365 2005-09-27  MenTaLguY  <mental@rydia.net>
1367         * src/gc-anchored.h: emphasize initial refcount
1369         * src/desktop.h, src/svg-view-widget.cpp, src/ui/view/view-widget.cpp,
1370           src/ui/view/view.cpp, src/ui/view/view.h,
1371           src/widgets/desktop-widget.cpp:
1373           Move _whole_ UI::View::View hierarchy over to the garbage collector
1374           and fix anchor imbalances; you can't do this piecemeal.
1376 2005-09-23  Ben Fowler  <bpfowler@users.sourceforge.net>
1378         * autogen.sh: Cleanup error message.
1380 2005-09-20  Carl Hetherington <inkscape@carlh.net>
1382         * src/file.cpp, src/file.h, src/help.cpp: don't replace empty
1383         desktops with help files / tutorials.  Fixes 1249067.
1385 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
1387         * src/jabber_whiteboard/typedefs.h:
1388           gcc4 needs more const correctness, fixes #1294298
1390 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
1392         * src/desktop.h, src/desktop.cpp, src/interface.cpp, 
1393           src/dialogs/layer-properties.cpp, src/ui/view/view.cpp,
1394           src/widgets/desktop-widget.cpp:
1395           correcting old and new oversights, fixes #1290982
1396           
1397 2005-09-15  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
1399         * src/xml/repr-util.cpp (sp_repr_set_double): Split into two
1400           functions (sp_repr_set_svg_double, sp_repr_set_css_double)
1401           according to whether or not an exponent is allowed.  Update callers.
1402           (sp_repr_set_double_default): Remove this unused function.
1404 2005-09-15  Carl Hetherington <inkscape@carlh.net>
1406         * src/object-edit.cpp: fix idiotic bug introduced in previous commit.
1408 2005-09-14  Carl Hetherington <inkscape@carlh.net>
1410         * src/knot.cpp, src/knotholder.cpp: coding style.
1412 2005-09-13  Ralf Stephan <ralf@ark.in-berlin.de>
1414         * src/desktop.h, src/desktop.cpp, src/svg-view.h, src/svg-view.cpp,
1415           src/ui/view/view.h, src/ui/view/view.cpp, src/ui/view/edit.h:
1416             View::setDocument() did not call same function in subclass
1417         * src/widgets/select-toolbar.cpp:   removed usage of SP_DT_WIDGET
1418         * src/desktop.cpp:   removed last sp_desktop_* function names
1420 2005-09-13  Carl Hetherington <inkscape@carlh.net>
1422         * src/object-edit.cpp: Add some comments.  Minor refactoring.
1423         Snap points when editing rectangles; partial fix for bug 1282399.
1425         * packaging/win32/inkscape.nsi: Correct spelling of associations
1426         and associated; fix for bug 1283916.
1428 2005-09-12  Jon A. Cruz  <jon@joncruz.org>
1430         * src/dialogs/iconpreview.cpp, src/dialogs/iconpreview.h,
1431           src/widgets/icon.cpp:
1432           Icon preview now toggles between selection or whole document.
1433           Fixes REF #1281883.
1435 2005-09-12  Ralf Stephan <ralf@ark.in-berlin.de>
1437         * src/widgets/ruler.cpp:   fixed precision problem (bug #1242995)
1439 2005-09-12  Peter Moulder  <pmoulder@bowman.csse.monash.edu.au>
1441         * src/libnrtype/Layout-TNG-Compute.cpp (Calculator::_measureUnbrokenSpan):
1442           Fix line breaking for [supposedly] non-breaking whitespace characters.
1444 2005-09-11  Ralf Stephan <ralf@ark.in-berlin.de>
1446         * po/nl.po:   replaced all instances of "verkleint" with "verkleind"
1447           (bug #1277695)
1449 2005-09-10  Jon A. Cruz  <jon@joncruz.org>
1451         * src/preferences-skeleton.h, src/dialogs/iconpreview.cpp:
1452           Made icon preview sizes configurable. Fixes REF #1281885.
1454 2005-09-08  Carl Hetherington <inkscape@carlh.net>
1456         * src/object-edit.cpp: Coding style in SPRect portion.  Add
1457         Emacs/vim mode blocks.
1459 2005-09-08  Ralf Stephan <ralf@ark.in-berlin.de>
1461         * src/desktop.cpp, src/ui/view/view.cpp:
1462           removed placement new signal construction
1463         * src/desktop.cpp:   selection is no longer anchored
1464         * src/desktop.cpp, src/desktop.h:   further cleanup
1465         * src/main.cpp:   minor changes in doxygen main page
1467 2005-09-08  MenTaLguY  <mental@rydia.net>
1469         * src/xml/document.h, src/xml/session.h, src/xml/simple-session.cpp,
1470           src/xml/simple-session.h:
1472           Add Session and Document createElementNode, createCommentNode,
1473           and createTextNode methods
1475 2005-09-06  Ralf Stephan <ralf@ark.in-berlin.de>
1477         * src/desktop-handles.h, src/desktop-handles.cpp:
1478             added macros SP_DT_MSGSTACK/NAMEDVIEW/WIDGET, moved last
1479                 macros from desktop.h
1480         * src/desktop.h src/desktop.cpp, src/sp-namedview.h, 
1481           src/sp-namedview.cpp:
1482             moved default_metric and default_unit into namedview
1483         * src/desktop.h src/desktop.cpp, src/widgets/desktop-widget.h,
1484           src/widgets/desktop-widget.cpp:
1485             moved window member into desktop widget
1486         * src/dialogs/clonetiler.cpp, src/dialogs/color-picker.cpp,
1487           src/dialogs/desktop-properties.cpp, src/dialogs/dialog-events.cpp ,
1488           src/dialogs/display-settings.cpp, src/dialogs/export.cpp,
1489           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
1490           src/dialogs/transformation.cpp, src/dropper-context.cpp,
1491           src/extension/internal/ps.cpp, src/gradient-context.cpp,
1492           src/jabber_whiteboard/callbacks.cpp,
1493           src/jabber_whiteboard/chat-handler.cpp,
1494           src/jabber_whiteboard/message-processors.cpp,
1495           src/jabber_whiteboard/message-queue.cpp,
1496           src/jabber_whiteboard/session-manager.cpp,
1497           src/path-chemistry.cpp, src/satisfied-guide-cns.cpp,
1498           src/sp-text.cpp, src/text-chemistry.cpp,
1499           src/trace/potrace/inkscape-potrace.cpp,
1500           src/trace/trace.cpp, src/ui/dialog/align-and-distribute.cpp:
1501             removed dependency on desktop.h
1502         * src/arc-context.cpp, src/desktop-events.cpp, src/inkscape.cpp,
1503           src/interface.cpp, src/nodepath.cpp, src/rect-context.cpp,
1504           src/select-context.cpp, src/seltrans.cpp, src/spiral-context.cpp,
1505           src/star-context.cpp, src/text-context.cpp, src/ui/dialog/dialog.cpp,
1506           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp:
1507             minor adaptation due to the above changes
1508         * src/ui/dialog/session-player.cpp:   didn't #include config.h
1509         
1510 2005-09-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1512         * doc/keys.html, doc/keys.xml, share/screens/keys.svg,
1513           src/shortcuts.cpp:
1514           Add keyboard shortcuts for the connector tool -- Ctrl+F2 and 'o'.
1516 2005-09-05  Ralf Stephan <ralf@ark.in-berlin.de>
1518         * src/document.cpp, src/draw-anchor.cpp, src/knotholder.cpp,
1519           src/main.cpp, src/object-ui.cpp, src/selcue.cpp,
1520           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
1521           src/sp-star.cpp, src/sp-symbol.cpp, src/sp-tspan.cpp,
1522           src/dialogs/docker.cpp, src/dialogs/extensions.cpp,
1523           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
1524           src/extension/system.cpp, src/widgets/gradient-vector.cpp,
1525           src/jabber_whiteboard/session-file-player.cpp,
1526           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
1527           src/widgets/spw-utilities.cpp, src/extension/implementation/script.cpp,
1528           src/ui/dialog/transformation.cpp, src/seltrans.h,
1529           src/widgets/sp-widget.h:
1530             removed dependency on desktop.h
1531         * src/select-context.cpp, src/tools-switch.cpp, 
1532           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
1533           src/dialogs/object-properties.cpp, src/dialogs/clonetiler.cpp:
1534             added dependencies because of above changes
1535         
1536 2005-09-04  Kees Cook  <kees@outflux.net>
1538         * TRANSLATORS, Makefile.am, src/verbs.cpp, src/help.cpp,
1539           src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp,
1540           src/menus-skeleton.h, src/ui/dialog/Makefile_insert:
1541           Implemented AboutDialog following the Gnome style.
1542         * packaging/win32/inkscape.nsi: added quotes around execution name.
1544 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
1546         * src/desktop.cpp, src/dropper-context.cpp, src/forward.h,
1547           src/interface.cpp, src/main.cpp, src/sp-anchor.cpp,
1548           src/sp-text.cpp, src/splivarot.cpp, src/svg-view-widget.cpp,
1549           src/svg-view-widget.h, src/svg-view.h, src/extension/effect.h,
1550           src/extension/implementation/plugin-link.h, 
1551           src/jabber_whiteboard/session-manager.cpp,
1552           src/ui/dialog/dialog.cpp, src/ui/view/edit.h, 
1553           src/ui/view/view-widget.cpp, src/ui/view/view-widget.h,
1554           src/ui/view/view.cpp, src/ui/view/view.h:
1555             minor edits to completely remove SPView identifier, and some
1556                 dependencies
1558 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1560         * src/sp-conn-end-pair.cpp: Fix a crash bug when undoing connectors
1561           on Linux x86 where we were calling a signal destructor.
1563         * src/io/sys.cpp: Build fix - conditionally include <glib/gstdio.h>
1564           if using glib 2.6.0 or greater, since it is not available in earlier
1565           versions.
1567 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
1569         * src/svg-view-widget.h, src/svg-view-widget.cpp, src/Makefile_insert:
1570             separated SPSVGViewWidget from SPSVGView
1571         * src/desktop.h, src/svg-view.h, src/ui/view/edit.h,
1572           src/ui/view/view-widget.h, src/ui/view/view.h,
1573           src/widgets/desktop-widget.h, src/desktop.cpp,
1574           src/svg-view.cpp, src/ui/view/view-widget.cpp,
1575           src/ui/view/view.cpp, src/widgets/desktop-widget.cpp:
1576             moved SPDesktop from GObject to C++/sigc++
1577         * src/forward.h: 
1578             removed SP_DESKTOP*, SP_SVG_VIEW* macros and dependencies
1579         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
1580             changed to sigc++ but disabled call
1581         * src/desktop-events.cpp:  removed desktop_enter_notify()
1582         * src/sp-anchor.cpp:  removed handling of mouse over/out
1583         * src/helper/action.h, src/sp-use.cpp:  added missing dependency
1584         * src/arc-context.cpp, src/desktop-affine.cpp, src/desktop-events.cpp,
1585           src/desktop-handles.cpp, src/dyna-draw-context.cpp,
1586           src/event-context.cpp, src/file.cpp, src/gradient-context.cpp,
1587           src/gradient-drag.cpp, src/help.cpp, src/inkscape.cpp,
1588           src/inkview.cpp, src/interface.cpp, src/knot.cpp,
1589           src/knotholder.cpp, src/node-context.cpp, src/nodepath.cpp,
1590           src/object-ui.cpp, src/path-chemistry.cpp, src/rect-context.cpp,
1591           src/rubberband.cpp, src/satisfied-guide-cns.cpp,
1592           src/select-context.cpp, src/selection-chemistry.cpp,
1593           src/seltrans.cpp, src/shortcuts.cpp, src/slideshow.cpp,
1594           src/sp-anchor.cpp, src/sp-flowtext.cpp, src/sp-namedview.cpp,
1595           src/sp-text.cpp, src/spiral-context.cpp, src/splivarot.cpp,
1596           src/star-context.cpp, src/text-context.cpp, src/text-editing.cpp,
1597           src/tools-switch.cpp, src/verbs.cpp, src/zoom-context.cpp,
1598           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
1599           src/dialogs/dialog-events.cpp, src/dialogs/export.cpp,
1600           src/dialogs/filedialog.cpp, src/dialogs/iconpreview.cpp,
1601           src/dialogs/layer-properties.cpp, src/dialogs/stroke-style.cpp,
1602           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp,
1603           src/extension/effect.cpp, src/extension/implementation/script.cpp,
1604           src/extension/internal/grid.cpp, src/extension/internal/ps.cpp,
1605           src/helper/window.cpp, src/ui/dialog/dialog.cpp,
1606           src/ui/widget/imageicon.cpp, src/widgets/gradient-toolbar.cpp,
1607           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
1608           src/widgets/toolbox.cpp:
1609             minor adaptations due to the above changes
1610         * src/desktop-events.h:  removed dependencies 
1611         * src/selection.cpp:  improved doxygen documentation
1612         
1613 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1615         * src/connector-context.cpp: Fix a bug where a data structure was
1616           not being freed, triggering an assertion failure and Inkscape to
1617           crash sometimes when the connector tool context was switched.
1619 2005-09-03  Aaron Spike <aaron@ekips.org>
1621         * src/node-context.cpp, src/livarot.cpp: Fixing a problem where node
1622           adding and curve dragging operate on fills. A special thank you to
1623           Simon Budig of GIMP fame for working with me and giving very 
1624           thorough explanations of his curve dragging code.
1626 2005-09-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1628         * src/libavoid/connector.cpp, src/libavoid/connector.h: Autoroute
1629           connectors while they are being drawn in the connector context.
1631         * src/sp-conn-end.cpp: Fix a bug where connectors attached to shapes
1632           were not always getting updated.  Their path was sometimes thought
1633           to be valid even when it was not.
1635 2005-09-02  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1637         * src/sp-conn-end.cpp: Fix a bug where connectors not attached to
1638           shapes were not updating correctly if an object was dropped on
1639           their path.
1641 2005-09-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1643         * src/sp-conn-end.cpp, src/sp-conn-end.h, src/sp-conn-end-pair.cpp,
1644           src/sp-conn-end-pair.h, src/sp-path.cpp, src/libavoid/graph.cpp,
1645           src/libavoid/incremental.cpp:
1647         Connectors now automagically reroute as a result of any 'avoided'
1648         object being placed on their path.  They also update to better
1649         paths when blocking shapes are removed.
1650          
1651         * src/connector-context.cpp: Update TODO list.  Only show endpoints
1652           and allow manipulation of paths marked as connectors.
1654         * src/libavoid/connector.cpp, src/libavoid/connector.h: Connectors
1655           with invalid paths can now notify other code via a callback,
1656           rather than just setting a boolean flag.
1658         * src/conn-avoid-ref.cpp: Fix an obscure crash bug in the connector
1659           routing code where we were still using a freed data structure.
1661 2005-08-31  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1663         * src/conn-avoid-ref.cpp, src/conn-avoid-ref.h: Use the correct
1664           coordinate system when passing shape geometry to libavoid.
1665           Add a small amount of buffer space around objects.
1666         
1667         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
1668           src/path.cpp: Add code to handle the "inkscape:connector-type"
1669           attribute.
1671         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h: Store information
1672           about type paths, to determine whether they are connectors.  Keep
1673           a reference to the libavoid representation if necessary.  Add code
1674           to call libavoid to get a path for a connector.
1675         
1676         * src/sp-conn-end.cpp: Call the connector routing code when connector
1677           ends are moved.  Move connector endpoints rather than stretching
1678           when adjusting to draw to shape edge.
1679           
1680         * src/libavoid/connector.cpp, src/libavoid/connector.h: Make the
1681           connector references aware of their own initialisation state.
1683         * src/connector-context.cpp:  Update TODO list.  Update for other
1684           changes.  Fix a bug where multi-segment connectors had a solid
1685           black fill while being dragged.
1687         * src/display/curve.cpp, src/display/curve.h: Add a function to 
1688           simply move the two endpoints of a curve.
1690 2005-08-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1692         * src/conn-avoid-ref.cpp, src/libavoid/connector.cpp,
1693           src/libavoid/graph.cpp, src/libavoid/makepath.cpp,
1694           src/libavoid/shape.cpp, src/libavoid/vertices.cpp,
1695           src/libavoid/vertices.h, src/libavoid/visibility.cpp:
1697         Use a better system for unique IDs within libavoid.  This properly
1698         addresses a hack in SPAvoidRef that was unsafe on amd64 machines.
1700         * configure.ac: Add the src/libavoid subdir.
1701         
1702 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1704         * src/attributes.cpp, src/connector-context.cpp, src/sp-item.cpp:
1705           Use "inkscape:connector-avoid" instead of "inkscape:avoid".
1707 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1709         * src/libavoid/timer.cpp: Remove some code assuming a fixed size for
1710           timer types.
1712 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1714         * src/connector-context.cpp: Fix a problem where the context didn't
1715           notice the current selection when it was entered.  Also, fix a 
1716           problem where connectors disappeared for a moment when an endpoint
1717           was clicked (for rerouting), but before the mouse was moved.
1719 2005-08-29      David Yip               <yipdw@rose-hulman.edu>
1721         * src/ui/dialog/whiteboard-connect.{cpp,h},
1722           src/ui/dialog/whiteboard-sharewithchat.{cpp,h}:
1723           Improved widget layout (switched to Gtk::Table)
1725         * src/jabber_whiteboard/session-manager.cpp:
1726           Fixed crash that occurred when connecting via SSL to a Jabber
1727           server that does not support SSL
1728           
1729 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1731         * src/Makefile_insert, src/attributes-test.cpp, src/attributes.cpp,
1732           src/attributes.h, src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
1733           src/forward.h, src/sp-item.cpp, src/sp-item.h:
1734          
1735           Add code that handles the "inkscape:avoid" attribute, used to mark
1736           whether an item should be avoided for the purposes of routing
1737           connectors.  This code also calls libavoid when an 'avoided'
1738           item is moved/transformed.
1739         
1740         * src/connector-context.cpp, src/connector-context.h,
1741           src/widgets/toolbox.cpp:
1742           
1743           Add a couple of buttons to the connector context's toolbar to
1744           allow selected objects to be marked as avoided or ignored for the
1745           purpose of connector routing.
1746           
1747         * src/libavoid/debug.h, src/libavoid/geomtypes.h, 
1748           src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
1749           src/libavoid/shape.cpp:
1750         
1751           Misc fixes: turn off debugging output, put types in the Avoid
1752           namespace, and add an assertion for a special case that can
1753           cause problems.
1755 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1757         * share/icons/icons.svg: Add a couple of icons for the connector
1758           context toolbar.
1760 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1762         * src/Makefile.am, src/Makefile_insert, src/libavoid/*:
1763           Add libavoid code, the library that does all the path planning
1764           work for autorouting connectors.
1766 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1768         * src/Makefile_insert: Remove a reference to the previously moved
1769           src/desktop-widget.h.  This wasn't breaking the build, but was
1770           stopping me from generating tags files.
1771           
1772 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
1774         * src/ui/view/edit.h, src/ui/view/view.h, src/ui/view/view.cpp,
1775           src/ui/view/view-widget.h, src/ui/view/view-widget.cpp,
1776           src/widgets/desktop-widget.h, src/svg-view.h, src/desktop.cpp:
1777             separated SPViewWidget from SPView
1778         * src/connector-context.cpp, src/dyna-draw-context.cpp,
1779           src/file.cpp, src/gradient-context.cpp, src/knot.cpp,
1780           src/node-context.cpp, src/nodepath.cpp, src/path-chemistry.cpp,
1781           src/pen-context.cpp, src/pencil-context.cpp, src/rect-context.cpp,
1782           src/selection-chemistry.cpp, src/spiral-context.cpp,
1783           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
1784           src/text-context.cpp, src/verbs.cpp, src/dialogs/display-settings.cpp,
1785           src/dialogs/layer-properties.cpp, src/dialogs/find.cpp,
1786           src/dialogs/clonetiler.cpp, src/trace/trace.cpp,
1787           src/trace/potrace/inkscape-potrace.cpp:
1788             all these files relied on a dependency in view.h to include
1789           code for MessageStack and/or MessageContext which is now removed
1790         * dialogs/desktop-properties.cpp:   improved doxygen documentation
1791         
1792 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
1794         * src/desktop.cpp, src/widgets/desktop-widget.h, 
1795           src/widgets/desktop-widget.cpp: 
1796           abstracted out all Gtk+ calls from SPDesktop into SPDesktopWidget
1797         * src/Doxyfile, src/main.cpp, src/desktop.cpp:
1798           improved doxygen documentation
1799           
1800 2005-08-25  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1802         * src/connector-context.cpp, src/connector-context.h:
1803           Change the connector context to use Inkscape's standard selection
1804           mechanism.  Show connector endpoint handles for single connectors
1805           in the selection.  This is the proposed interaction changes as
1806           discussed on the mailing list.  See the post there for a greater
1807           description of the change.
1809 2005-08-24  Ralf Stephan <ralf@ark.in-berlin.de>
1811         * src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
1812           separated SPDesktopWidget from SPDesktop
1813         * src/desktop-widget.h:   removed
1814         * src/toolbox.cpp, src/toolbox.h, src/select-toolbar.cpp,
1815           src/select-toolbar.h, src/gradient-toolbar.cpp, 
1816           src/gradient-toolbar.h:   moved into src/widgets
1817         * src/desktop.h, src/desktop.cpp, src/desktop-events.cpp,
1818           src/verbs.cpp, src/Makefile_insert, src/widgets/Makefile_insert,
1819           src/arc-context.cpp, src/dyna-draw-context.cpp,
1820           src/gradient-context.cpp, src/rect-context.cpp,
1821           src/select-context.cpp, src/spiral-context.cpp,
1822           src/star-context.cpp, src/interface.cpp, src/seltrans.cpp:
1823           adapted following SPDesktopWidget separation
1824         
1825 2005-08-24      David Yip       <yipdw@rose-hulman.edu>
1827         * src/jabber_whiteboard/session-manager.{cpp.h},
1828           src/jabber_whiteboard/callbacks.cpp,
1829           src/ui/dialog/whiteboard-connect.{cpp,h}:
1830           added support for XMPP over SSL to Inkboard
1832 2005-08-22  Ralf Stephan <ralf@ark.in-berlin.de>
1834         * src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp:
1835           both dialogs are now unresizable (bug #1237865)
1836         * src/main.cpp: enhanced doxygen main page
1838 2005-08-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1840         * packaging/osx-app.sh: Added a command line option which allows
1841           the executable and bundled dylibs to be stripped, significantly
1842           reducing the package size.
1844 2005-08-20  Ralf Stephan <ralf@ark.in-berlin.de>
1846         * src/desktop-style.cpp: fixed bug 1247989: nonstroked objects are
1847           no longer counted in stroke_average_width()
1848         * src/Doxyfile: added 3 more files
1849         * src/main.cpp: introduced doc hierarchy on doxygen main page
1850         * src/desktop-style.cpp:  improved doxygen documentation
1851           
1852 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1854         * src/connector-context.cpp, src/connector-context.h:
1855           Rework connector context to extend SPEventContext instead of
1856           SPDrawContext, and remove most of the borrowed draw context
1857           code.
1859 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1861         * src/menus-skeleton.h: correct the verb for "Select All In All Layers"
1862           since it was just showing a verb error in the menu.
1864 2005-08-19  Kees Cook  <kees@outflux.net>
1866         * autogen.sh, tools-version.sh, distro: report Ubuntu correctly, detect
1867           and reject unsafe automake versions (1.9.0 -> 1.9.6).
1869 2005-08-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1871         * src/dialogs/display-settings.cpp:
1872           Align the "Oversample bitmaps" option in the preferences
1873           dialog with all the other options.
1875 2005-08-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1877         * src/Makefile_insert: Added connector-context.{cpp,h}
1879         * src/connector-context.cpp, src/connector-context.h: New code for
1880           the connector context.  Handles the interaction of creating and
1881           modifying connectors.
1883         * src/sp-conn-end.cpp, src/sp-conn-end.h: Added sp_conn_adjust_path
1884           for adjusting the path of connectors to the edge of shapes, and
1885           sp_conn_end_detach to detach a connector endpoint from a shape.
1886           Also, when there is only a single shape attached to a connector
1887           and it is moved, then reroute the connector leaving its unattached
1888           endpoint where it is, rather than just moving the whole thing with
1889           the shape.
1891         * src/preferences-skeleton.h, src/toolbox.cpp, src/tools-switch.cpp,
1892           src/tools-switch.h, src/verbs.cpp, src/verbs.h,
1893           src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
1895           Enable the connector context.  Give it a preferences tab, toolbox,
1896           icon, etc.  Also, correct some vim modelines.
1897           
1898         * src/display/sp-canvas.cpp: Allow enter and leave events to be generated
1899           for canvas items when mouse buttons are depressed.
1901         * src/pixmaps/cursor-connector.xpm: A cursor for connector context.
1903 2005-08-18  Jon A. Cruz  <jon@joncruz.org>
1905         * src/knot.cpp: Corrected type conflict for crash bugs.
1907 2005-08-18  Ralf Stephan <ralf@ark.in-berlin.de>
1909         * src/Doxyfile: added 4 more files
1910         * src/extension/implementation/plugin-link.h,
1911           src/extension/internal/gimpgrad.cpp:  improved doxygen documentation
1912           
1913 2005-08-16  Ralf Stephan <ralf@ark.in-berlin.de>
1915         * src/desktop.h, src/desktop.cpp: replaced gboolean with bool
1916         * src/display/curve.cpp: made is_moveto() inline
1917         * src/knot.cpp, src/extension/extension.cpp, src/helper/action.cpp:
1918           added editor footer
1919         * src/desktop.h, src/desktop.cpp, src/knot.cpp, src/sp-gradient.cpp,
1920           src/display/curve.cpp, src/extension/extension.cpp,
1921           src/extension/implementation/plugin.h, 
1922           src/extension/implementation/plugin.cpp,
1923           src/extension/internal/gimpgrad.cpp, src/helper/action.cpp:
1924           improved doxygen documentation
1926 2005-08-14  MenTaLguY  <mental@rydia.net>
1928         * src/widgets/layer-selector.cpp: quick fix for crash bug when
1929           deleting unnamed layer [bug 1255843]
1931 2005-08-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1932         
1933         * packaging/macosx/ScriptExec/main.c: Allow the user to ignore the
1934           automatic fixing of the fontconfig problem and fix the problem
1935           manually.  Don't pop up the dialog again in this case when they
1936           relaunch Inkscape.
1938 2005-08-13  Ralf Stephan <ralf@ark.in-berlin.de>
1940         * src/menus-skeleton.h: fixed cvs bug where, in the default menus.xml, 
1941           given submenus didn't have correct names, so translation on 
1942           non-English systems was missed.
1943         
1944 2005-08-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1946         * packaging/macosx/Resources/script, packaging/macosx/ScriptExec/main.c:
1948         Fix for the fontconfig cache problem on OS X 10.4.  The first time 
1949         Inkscape is launched on 10.4 machines, after checking X11 is available,
1950         a dialog is brought up informing users of the fontconfig problem.  The
1951         dialog has a button to run fc-cache as root.  If chosen, an OS X
1952         authentication dialog in launched and fc-cache is run following the
1953         authentication.  A file is stored in ~/.inkscape to mark that fc-cache
1954         has been run.
1955         
1956 2005-08-11  Ralf Stephan <ralf@ark.in-berlin.de>
1958         * src/sp-gradient.cpp,src/sp-gradient-fns.h,src/event-context.h,
1959           src/event-context.cpp:  replaced gboolean with bool
1960         * src/document-undo.cpp:  added editor footer
1961         * src/sp-gradient.cpp, src/desktop.cpp, src/document.h,
1962           src/document.cpp, src/document-undo.cpp, src/event-context.h,
1963           src/event-context.cpp, src/selection.h:
1964           improved doxygen documentation
1966 2005-08-10      David Yip       <yipdw@rose-hulman.edu>
1968         * src/Makefile_insert: added composite-undo-stack-observer.{cpp,h}
1970         * src/document.{cpp.h},
1971           src/document-undo.cpp, src/document-private.h: 
1972           added hooks for undo stack observer
1974         * src/jabber_whiteboard/Makefile_insert: added new classes
1976         * src/jabber_whiteboard/callbacks.cpp: moved document initialization actions
1977           here (not the best idea, admittedly...)
1979         * src/jabber_whiteboard/connection-establishment.cpp,
1980           src/jabber_whiteboard/session-manager.*,
1981           src/jabber_whiteboard/chat-handler.cpp: updated to work with new listeners
1983         * src/jabber_whiteboard/message-contexts.cpp,
1984           src/jabber_whiteboard/message-handler.*,
1985           src/jabber_whiteboard/message-tags.*,
1986           src/jabber_whiteboard/defines.h: new message types (TODO: trim out dead
1987           types)
1989         * src/jabber_whiteboard/message-queue.*,
1990         * src/jabber_whiteboard/message-node.h: made MessageNode capable of
1991           representing more message types, as required by callbacks.cpp
1992           and new commit model
1994         * src/jabber_whiteboard/message-utilities.*: new utilities, although
1995           this entire class should be going bye-bye soon (its main tasks have been
1996           taken over by SerializerNodeObserver)
1998         * src/jabber_whiteboard/node-tracker.*: removal of node-level locks
2000         * src/jabber_whiteboard/node-utilities.*: removal of unnecessary methods;
2001           this class should also be removed soon
2003         * src/jabber_whiteboard/session-file-selector.cpp: miscellaneous tweaks
2005         * src/jabber_whiteboard/typedefs.h: new type definitions to handle the new
2006           commit model (TODO: prune unnecessary types)
2008         * src/xml/event.cpp: small hack to get Inkboard working (shouldn't be
2009           there, but I'm still learning my way around XML::Node and
2010           XML::Session...help welcome)
2012         * src/undo-stack-observer.h: interface for classes that watch undo, redo,
2013           and undo log commit events
2015         * src/composite-undo-stack-observer.*: similar to CompositeNodeObserver;
2016           combines multiple undo stack observers
2018         * src/jabber_whiteboard/serializer-node-observer.*: XML::Event serializer
2020         * src/jabber_whiteboard/deserializer.*: XML::Event deserializer
2022         * src/jabber_whiteboard/tracker-action-observer.*: simple observer to
2023           watch for added and removed nodes in undo/redo actions (put aside for
2024           now)
2026         * src/jabber_whiteboard/undo-stack-observer.*: Inkboard's undo stack
2027           observer implementation
2029 2005-08-10  Ralf Stephan <ralf@ark.in-berlin.de>
2031         * src/main.cpp: introduced doxygen doc main page with links
2033 2005-08-09  Ralf Stephan <ralf@ark.in-berlin.de>
2035         * src/Doxyfile: added 5 more files
2036         * src/display/curve.h, src/display/curve.cpp, src/knot.cpp,
2037           src/dialogs/export.cpp: replaced gboolean with bool
2038         * src/display/curve.cpp: removed sp_curve_finish() as it is nowhere 
2039           called, made sp_curve_ensure_space() static
2040         * src/sp-object.cpp, src/sp-item.cpp, src/libnr/n-art-bpath.h,
2041           src/libnr/nr-path-code.h, src/ui/view/view.cpp, src/dialogs/export.cpp,
2042           src/display/bezier-utils.cpp, src/display/curve.h,
2043           src/display/curve.cpp, src/knot.h, src/knot.cpp:
2044           improved doxygen documentation
2046 2005-08-08  MenTaLguY  <mental@rydia.net>
2048         * README.txt, README: make autotools happy
2050 2005-08-06  MenTaLguY  <mental@rydia.net>
2052         * Makefile.am, HACKING, HACKING_de, HACKING_fr, HACKING_it,
2053           HACKING.txt, HACKING.de.txt, HACKING.fr.txt, HACKING.it.txt,
2054           README, README_ca, README_de, README_fr, README_it,
2055           README.txt, README.ca.txt, README.de.txt, README.fr.txt, README.it.txt:
2057           saner filenames
2059 2005-08-06  MenTaLguY  <mental@rydia.net>
2061         * src/xml/Makefile_insert, src/xml/log-builder.cpp,
2062           src/xml/log-builder.h, src/xml/simple-session.cpp,
2063           src/xml/simple-session.h:
2065           Implement XML::LogBuilder class and use it from XML::SimpleSession.
2067 2005-08-06  MenTaLguY  <mental@rydia.net>
2069         * src/xml/event.h, src/xml/event.cpp, src/xml/event-fns.h:
2070           rejigger the way XML event logs are handled, based on NodeObservers
2072 2005-08-06  MenTaLguY  <mental@rydia.net>
2074         * src/xml/simple-session.cpp: minor formatting cleanups
2076 2005-08-06  Ted Gould <ted@gould.cx>
2078         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
2080         Adding in a hash table for Verb ID lookups.  This makes searching for them
2081         in the dynamic menus much faster.
2083 2005-08-06  Ralf Stephan <ralf@ark.in-berlin.de>
2085         * src/sp-offset.cpp: 
2086           removed a dependency, made refresh_offset_source() static
2087         * src/svg-view.cpp, src/svg-view.h, src/sp-spiral.cpp, src/sp-spiral.h: 
2088           replaced gboolean with bool
2089         * src/sp-offset.cpp, src/sp-root.cpp, src/sp-stop.h, src/sp-spiral.h,
2090           src/sp-spiral.cpp, src/svg-view.h, src/svg-view.cpp, src/style.cpp:
2091           improved doxygen documentation
2092         
2093 2005-08-05  MenTaLguY  <mental@rydia.net>
2095         * inkscape.spec.in: include translated manpages
2097 2005-08-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2099         * po/nl.po: fix a typo: close a bold tag.
2101 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2103         * src/jabber_whiteboard/typedefs.h:
2104           fixed incorrect template specialization syntax,
2105           removed duplicate definitions (oops...)
2107         * src/gc-alloc.h:
2108           removed explicit keyword from allocator constructors, as it is
2109           necessary to allow implicit conversion for rebinding.  Some
2110           containers in the libstdc++ in GCC 3.4.x require this, such as anything
2111           using the standard library's red-black tree implementation --
2112           std::set, std::map, std::multimap
2114 2005-08-03  Ralf Stephan <ralf@ark.in-berlin.de>
2116         * src/pen-context.cpp: made sp_pen_context_root_handler static
2117         * src/snap.h: removed getSnapToBBox() declaration
2118         * src/sp-stop.h: removed three dependencies
2119         * src/Doxyfile: added further 3 files
2120         * src/object-hierarchy.cpp, src/pen-context.h, src/pen-context.cpp,
2121           src/pencil-context.h, src/pencil-context.cpp, src/snap.h, 
2122           src/snap.cpp, src/sp-stop.h, src/sp-gradient.h, src/sp-gradient.cpp,
2123           src/sp-linear-gradient.h, src/sp-radial-gradient.h:
2124           improved doxygen documentation
2126 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2128         * src/jabber_whiteboard/Makefile_insert,
2129           src/jabber_whiteboard/message-handler.cpp,
2130           src/jabber_whiteboard/empty.cpp:
2131           fixing some build issues (Apple's ar doesn't like creating
2132           archives with an empty member list, so empty.cpp is a null
2133           placeholder to be used as the sole member in the jabber_whiteboard
2134           archive in the event that a user does not wish to enable
2135           Inkboard)
2137 2005-08-02  Bryce Harrington <bryce@bryceharrington.org>
2139         * src/ui/dialog/*.*:  Update copyrights
2141         * doc/WISHLIST:  s/Sodipodi/Inkscape/
2143         * src/desktop.cpp:  Rename SPView to Inkscape::UI::View::View
2145         * changing include file syntax from "" to <> where appropriate
2147         * Changing copyrights to be consistent
2149 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2151         * src/menus-skeleton.h:
2152           added WITH_INKBOARD ifdef to prevent Inkboard options from being
2153           compiled into the menu skeleton if the Inkboard code is not enabled
2155 2005-08-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2157         *  src/display/curve.cpp: Correctly free an array with "delete []".
2159 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
2161         * src/jabber/whiteboard/node-tracker.cpp:
2162           removed unnecessary anchoring of XML::Nodes in XMLNodeTracker
2164 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
2166         * src/jabber_whiteboard/typedefs.h:
2167           moved back to GC::Alloc from traceable_allocator
2169         * src/jabber_whiteboard/node-tracker.cpp:
2170           fixed anchor-release problem with XML::Nodes in XMLNodeTracker
2172 2005-08-01  MenTaLguY  <mental@rydia.net>
2174         * src/gc.cpp, src/gc-core.h: Hans says it's okay to use
2175           GC_malloc_atomic_uncollectable
2177 2005-08-01  MenTaLguY  <mental@rydia.net>
2179         * src/gc-alloc.h: fix improper allocation size
2181 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
2183         * src/jabber_whiteboard/message-handler.cpp: removed some
2184           debug output
2186         * src/dialogs/whiteboard-sharewithchat.cpp: removed some excess
2187           debugging code
2189         * src/jabber_whiteboard/session-manager.cpp: removed 
2190           redundant if (x == NULL) tests surrounding delete
2192 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
2194         * src/ui/icons.cpp, src/ui/stock-items.cpp, src/ui/stock.cpp, 
2195           src/ui/stock.h:
2196           added Inkboard UI stock items
2198         * src/dialogs/whiteboard*:
2199           old C/Gtk Inkboard dialogs for collecting user input necessary
2200           to establish Jabber connections and Inkboard sessions (they're
2201           still used in some parts of the Inkboard code)
2203         * src/Makefile.am, src/Makefile_insert, src/desktop.cpp, 
2204           src/desktop.h, src/document.cpp, src/file.cpp, src/file.h,
2205           src/menus-skeleton.h, src/verbs.cpp, src/verbs.h:
2206           added necessary UI code to access Inkboard functions
2208         * src/jabber_whiteboard/Makefile_insert,
2209           src/jabber_whiteboard/buddy-list-manager.*,
2210           src/jabber_whiteboard/callbacks.*,
2211           src/jabber_whiteboard/chat-handler.*,
2212           src/jabber_whiteboard/connection-establishment.*,
2213           src/jabber_whiteboard/defines.h,
2214           src/jabber_whiteboard/error*,
2215           src/jabber_whiteboard/internal-constants.*,
2216           src/jabber_whiteboard/invitation-confirm-dialog.*,
2217           src/jabber_whiteboard/jabber-handlers.*,
2218           src/jabber_whiteboard/makefile*,
2219           src/jabber_whiteboard/message-*,
2220           src/jabber_whiteboard/node-*,
2221           src/jabber_whiteboard/received-message-helpers.cpp,
2222           src/jabber_whiteboard/player-functors.*,
2223           src/jabber_whiteboard/session-*,
2224           src/jabber_whiteboard/tracker-node.h,
2225           src/jabber_whiteboard/typedefs.h:
2226           Initial commit of Inkboard code
2227         * src/ui/dialog/session-player*,
2228           src/ui/dialog/whiteboard*:
2229           C++/Gtkmm replacements for some old C/Gtk dialogs
2230         * configure.ac:
2231           added Inkboard configure checks
2232         * src/ui/view/edit.cpp,
2233           src/ui/view/edit.h,
2234           src/ui/view/view.cpp:
2235           added Inkboard code stubs to new Gtkmm code
2236         * share/ui/menus-bars.xml:
2237           added Inkboard code stubs to menu UI XML
2239 2005-08-01  Ralf Stephan <ralf@ark.in-berlin.de>
2241         * src/sp-object.cpp: improved doxygen documentation
2243 2005-07-31  Ralf Stephan <ralf@ark.in-berlin.de>
2245         * src/nodepath.cpp: removed three dependencies
2247 2005-07-31  MenTaLguY  <mental@rydia.net>
2249         * src/sp-object.cpp, src/sp-object.h, src/sp-use.cpp:
2250           adopt more consistent refcounting policy
2252         * src/sp-object.h: make second parameter to sp_object_ref and
2253           sp_object_unref optional
2255 2005-07-30  Ralf Stephan <ralf@ark.in-berlin.de>
2257         * src/draw-anchor.cpp, src/nodepath.h: reduced dependencies
2258         * src/nodepath.cpp: removed duplicate dependency, added two from 
2259           nodepath.h, made triangle_area() inline
2260         * src/node-context.cpp: added dependency removed from nodepath.h
2261         * src/Doxyfile: added 2 further files to the scanned list
2262         * src/nodepath.h: moved function docs into nodepath.cpp
2263         * src/color.cpp: made file work with src/Doxyfile
2264         * src/color.cpp, src/draw-anchor.cpp, src/geom.cpp, src/nodepath.cpp:
2265           improved doxygen documentation
2266         * src/event-context.cpp: added a \todo
2267         * src/geom.cpp: added editor footer
2269 2005-07-30  Ted Gould  <ted@gould.cx>
2271         * src/Makefile_insert, src/inkscape.cpp, src/inkscape.h,
2272         src/interface.cpp, src/selection.cpp, src/verbs.cpp, src/verbs.h,
2273         src/extension/effect.cpp, src/extension/effect.h, src/menus-skeleton.h:
2275         Doing two things.  One, making menus configurable by an external xml file
2276         and the second is enabling sensitivity in the verbs.  These are both in
2277         pretty basic states right now, but workable.
2279 2005-07-29  MenTaLguY  <mental@rydia.net>
2281         * src/shortcuts.cpp: made Ctrl+Shift+G the "primary" ungroup shortcut
2283 2005-07-28  Carl Hetherington  <inkscape@carlh.net>
2285         * src/arc-context.cpp: CodingStyle.  Replace gboolean with bool.
2287         * src/desktop-events.cpp: CodingStyle: whitespace.  Add editor
2288         variables block.  gboolean exorcism.  Declaration-to-first-use fixes.
2289         
2291 2005-07-27  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2293         * src/style.h (SP_SCALE24_MAX): Change from 0xffffff to 0xff0000,
2294           and add documentation for choice of value.
2295           (SP_SCALE24_TO_FLOAT) Return a double instead of a float.
2296           (SP_SCALE24_FROM_FLOAT) Change rounding behaviour.
2297           These changes are intended to combat float rounding bugs on x86.
2299         * src/style.cpp (sp_style_merge_from_style_string): Use libcroco
2300           to parse style="..." attribute strings, to improve CSS parsing.
2302 2005-07-27  Ralf Stephan <ralf@ark.in-berlin.de>
2304         * src/Doxyfile: added 10 further files to the scanned list
2305         * src/gc-anchored.h, src/gc-managed.h, src/object-hierarchy.h, 
2306           src/pencil-context.h, src/selection.h, src/sp-object.h, src/sp-spiral.h, 
2307           src/svg-view.h, src/verbs.h, src/livarot/float-line.h, src/util/list.h, 
2308           src/widgets/paint-selector.h, src/xml/repr.h: 
2309           made file work with src/Doxyfile
2310         * src/livarot/int-line.h, src/livarot/float-line.h: 
2311           moved part of documentation into *.cpp file
2312         * src/gc-anchored.h, src/knot-holder-entity.h, src/nodepath.h, 
2313           src/pen-context.h, src/pencil-context.h, src/selection.h, 
2314           src/sp-gradient.h, src/sp-gradient.cpp, src/sp-item.h, src/sp-object.h, 
2315           src/sp-spiral.h, src/style.h, src/svg-view.h, src/extension/extension.h, 
2316           src/libnr/nr-matrix.h, src/livarot/int-line.h, src/livarot/int-line.cpp, 
2317           src/livarot/float-line.h, src/livarot/float-line.cpp, 
2318           src/livarot/sweep-event.h, src/livarot/sweep-event-queue.h, 
2319           src/util/list.h, src/widgets/paint-selector.h, src/xml/repr.h, 
2320           src/xml/repr.cpp: documentation improvements
2321         * src/sp-item.h: added editor footer
2323 2005-07-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2325         * src/svg/stringstream.h, src/svg/stringstream.cpp:
2326           Trim trailing zeros from after the decimal point when writing
2327           float or double to Inkscape::SVGOStringStream.
2328         * src/style-test.cpp: Update expected output accordingly.
2329         * src/svg/stringstream-test.h: New unit test.
2330         * src/Makefile.am, src/svg/Makefile_insert: Add the new unit test.
2331         * src/svg/Makefile_insert:
2332           Don't link unused ftos.cpp, but do link new file stringstream.cpp.
2334 2005-07-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2336         * share/icons/icons.svg: Add icon for connector context.
2338 2005-07-25  Ralf Stephan <ralf@ark.in-berlin.de>
2340         * src/libnr/nr-pixblock.h:  interface cleanup of NRPixBlock: size and mode
2341           are now named enums, empty is now bool, changes to function interfaces 
2342           because of that, changed C macros to C++ inline functions, changed clean 
2343           flag in some function interfaces from int to bool.
2344         * src/libnr/nr-pixblock.cpp:  adaptations due to changes in nr-pixblock.h,
2345           added assert to ...setup_extern() which remains a bit ... risky,
2346         * src/display/sp-canvas.cpp: 
2347           made sp_canvas_item_construct() static, inlined two other functions
2348         * src/svg-view.cpp: piped emit_resized through C++ façade (incomplete)
2349         * src/ui/view/view.h: removed legacyMessageContext() member
2350         * src/Doxyfile: added files, and options to collect todo and bugs
2351         * src/display/curve.cpp: moved member docs into curve.h
2352         * src/event-context.cpp: long line cosmetics, moved a function for clarity
2353         * src/sp-offset.h, src/sp-spiral.cpp, src/svg-view.cpp, 
2354           src/libnr/nr-types.h: added editor footer
2355         * src/color-rgba.h, src/draw-anchor.h, src/event-context.*, src/knot-*.h, 
2356           src/message-*.h, src/modifier-fns.h, src/nodepath.h, 
2357           src/pencil-context.cpp, src/pen-context.*, src/snap.*, src/sp-gradient.h, 
2358           src/sp-gradient-fns.h, src/sp-item.cpp, src/sp-item-notify-moveto.h, 
2359           src/sp-linear-gradient*, src/sp-offset.*, src/sp-radial-gradient*, 
2360           src/sp-spiral.cpp, src/style.cpp, src/svg-view.cpp, src/verbs.cpp, 
2361           src/dialogs/export.cpp, src/display/bezier-utils.cpp, 
2362           src/display/curve.*, src/diplay/sp-canvas.*, 
2363           src/extension/implementation/plugin*, src/extension/internal/gimpgrad.h, 
2364           src/libnr/nr-matrix.h, src/libnr/nr-matrix-scale-ops.h, 
2365           src/libnr/nr-matrix-translate-ops.h, src/libnr/nr-pixblock.*, 
2366           src/libnr/nr-point.h, src/libnr/nr-rotate.h, src/libnr/nr-rotate-fns.h, 
2367           src/libnr/nr-scale-matrix-ops.h, src/libnr/nr-types.h, 
2368           src/livarot/int-line.h, src/ui/view/view.*:
2369           
2370           made file work with src/Doxygen, doxygen documentation improvements
2372 2005-07-24  Ted Gould  <ted@gould.cx>
2374         * 0.42 Release
2376 2005-07-21  Ted Gould  <ted@gould.cx>
2378         * 0.42pre3
2380 2005-05-21  Kees Cook  <kees@outflux.net>
2382         * share/icons/*xpm, src/ui/dialog/transformation.cpp,
2383           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h:
2384           Hooked up Gtkmmified Icon manager correctly.  (bug 1217367)
2385         * Makefile.mingw, Makefile.mingw.common: patch 1241293 for build fixes
2387 2005-07-12  Ted Gould  <ted@gould.cx>
2389         * 0.42pre2
2391 2005-07-11  MenTaLguY  <mental@rydia.net>
2393         * src/debug/logger.cpp: wrap stack vector in method to avoid
2394           potential static initialization issues
2396         * src/sp-object.cpp: add refcount logging
2398 2005-07-09  MenTaLguY  <mental@rydia.net>
2400         * src/document-undo.cpp, src/inkscape.cpp, src/debug/event.h,
2401           src/debug/logger.cpp, src/debug/logger.h, src/debug/simple-event.h,
2402           src/xml/composite-node-observer.cpp, src/xml/event.cpp,
2403           src/xml/simple-node.cpp:
2405           Categorize debugging events and add the ability to filter them
2406           via setting the INKSCAPE_DEBUG_FILTER environment variable to
2407           a comma-separated list of debug event categories.
2409 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
2411         * src/interface.cpp: Spackle for Bug 1217361 "freeze on quitting 
2412         with transform dialog"
2414 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
2416         * src/interface.cpp: Whitespace changes only
2418 2005-07-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2420         * Info.plist.in, packaging/osx-app.sh, packaging/macosx/*:
2422         Changes and new files required to build an Inkscape dmg on Mac OS X.
2424 2005-07-05  Ted Gould  <ted@gould.cx>
2426         * 0.42pre1
2428 2005-07-04  MenTaLguY  <mental@rydia.net>
2430         * src/sp-metadata.cpp: strip id= attributes under rdf:RDF elements
2432 2005-07-04  MenTaLguY  <mental@rydia.net>
2434         * src/sp-object.cpp, src/xml/node-fns.h, src/xml/node-fns.cpp:
2435           don't force id= attributes on anything except elements in the SVG,
2436           Sodipodi, or Inkscape namespaces.
2438 2005-07-04  MenTaLguY  <mental@rydia.net>
2440         * src/verbs.cpp: redo cryve's fix to use defaultLabel() rather than
2441           label()
2443 2005-07-04  Bryce Harrington <bryce@bryceharrington.org>
2445         * src/livarot/float-line.cpp:  Patch from Ralf Stephan
2446         <ralf@ark.in-berlin.de> to suppress two warnings.
2447         
2448 2005-06-28  Ted Gould  <ted@gould.cx>
2450         * src/verbs.h:
2452         Changing from gnu::hash_map to std::map.  The only reason this was a
2453         hash_map before is because I was stealing code that I didn't understand,
2454         and a std::map works as well.  This fixes bug #1172199 for Tru64.
2456 2005-06-28  Ted Gould  <ted@gould.cx>
2458         * src/extension/dependency.cpp:
2460         Fix for #1169396 -- setting the default type for a dependency to file,
2461         this seems to be the only way that the print function could end up using
2462         undefined memory, and then passing it on the gettext.
2464 2005-06-28  Ted Gould  <ted@gould.cx>
2466         * src/extension/implementation/script.cpp,
2467         src/extension/implementation/script.h:
2469         Adding support for information coming back on STDERR from scripts.  This
2470         fixes bug #1220959 and RFE #1178941
2472 2005-07-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2474         * src/sp-stop.h, sp-gradient.cpp, widgets/gradient-vector.cpp:
2475           Implement currentColor as possible value for stop-color, as per spec.
2477 2005-07-02  Kees Cook  <kees@outflux.net>
2479         * src/dialog/rdf.cpp: Added FreeArt license, RFE #1230981.
2481 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
2483         * inkscape.nsi:  Fix for bug #1230744 'wrong installer language'
2484         by theadib.
2486         * src/swatches.cpp: Fix for bug #1217973.  The KDE swatches file
2487         consists of 3 column numbers (missing 4th column), and also lacks
2488         an ending newline.  In this situation, the name variable returned
2489         from trim() could be null, thus causing a segfault when used as an
2490         input to Glib::ustring.
2492         * src/sp-image.cpp: Patch for bug #1210100 by bpfowler to help
2493         narrow in on the cause of the bug.
2495         * README:  Requested change for bug #1174991.  Directions for
2496         installation of perl libs
2497         
2498 2005-07-01  Ben Fowler  <bpfowler@users.sourceforge.net>
2500         * src/desktop.cpp src/svg-view.cpp src/dialogs/display-settings.cpp 
2501         src/dialogs/export.cpp src/dialogs/find.cpp 
2502         src/extension/internal/ps.cpp: Replaced calls to gtk_widget_set_usize 
2503         with GTK2 version.
2505 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
2507         * inkscape.pod, src/main.cpp: Applying Makzu's patch to implement
2508           --vacuum-defs
2510 2005-06-28  Ted Gould  <ted@gould.cx>
2512         * 0.42pre0
2514 2005-06-23  MenTaLguY  <mental@rydia.net>
2516         * src/extension/implementation/script.cpp:
2517           support for ruby scripts (interpreter="ruby")
2519 2005-06-20  Ted Gould  <ted@gould.cx>
2521         * src/desktop.cpp, src/desktop.h, src/document-private.h,
2522         src/document.cpp, src/document.h, src/extension/effect.h,
2523         src/extension/implementation/script.cpp:
2525         Adding in a signal to show that the document is being reconstructed from
2526         another document.  This is used by the scripting extensions implementation
2527         to say to the desktops that they need to save their object references
2528         as strings instead of pointers -- and then recreate them when the
2529         reconstruction is complete.
2531         * src/extension/prefdialog.cpp: Making "OK" have focus.
2533         * src/verbs.cpp, src/verbs.h: Some prototype code to start making verbs
2534         sensitive or not.  Not tied in to anything currently.
2536 2005-06-20  MenTaLguY  <mental@rydia.net>
2538         * src/xml/repr-io.cpp: whoops... don't emit xmlns:xml
2540 2005-06-18  Richard Hughes  <cyreve@users.sourceforge.net>
2542         * src/text-context.cpp, src/text-context.h, src/libnrtype/Layout-TNG.h:
2543           implement double- and triple-clicking of text for selecting the
2544           current word and line respectively
2546 2005-06-16  MenTaLguY  <mental@rydia.net>
2548         * src/interface.cpp: removed "Go to root" context menu item
2550         * src/widgets/layer-selector.cpp: hide "(root)" unless it is the current
2551           layer
2553 2005-06-11  Aaron Spike  <aaron@ekips.org>
2555         * confiugre.ac,
2556           packaging/autopackage/default.apspec.in:
2558           Adding the autopackage specfile
2560 2005-06-10  Richard Hughes  <cyreve@users.sourceforge.net>
2562         * src/text-context.cpp:
2563           use ctrl-left/right for moving cursor by word in text mode,
2564           and ctrl-a for select all text
2566 2005-06-09  Bryce Harrington <bryce@bryceharrington.org>
2568         * src/ui/dialogs/align-and-distribute.cpp,
2569           src/ui/dialogs/align-and-distribute.h,
2570           src/verbs.cpp:
2571           Hooking up Aubanel's new align and distribute dialog
2573 2005-06-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2575         * src/text-context.cpp (sp_text_context_root_handler):
2576           Greater conformance to ISO 14755 for unicode entry.  We now
2577           implement all of the ``Basic method'' portion of that spec
2578           except for non-latin hexadecimal digits (first 6 letters of
2579           other alphabets).  (Instead, we do the same as for all other
2580           shortcuts, viz. force a group0 (latin) interpretation of the
2581           keypress.)
2583 2005-06-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2585         * src/pen-context.cpp (spdc_endpoint_snap): Pen tool: do snapping
2586           (i.e. namedview_free_snap_all_types) even for initial point.
2588         * src/Makefile.am (INCLUDES), src/extension/script/Makefile_insert
2589         (extension_script_libscript_a_CXXFLAGS):
2591           Put PERL_CFLAGS PYTHON_CFLAGS into global INCLUDES rather than
2592           using a libscript_a_CXXFLAGS var (which involved creating .o files
2593           specific to that lib).
2595 2005-06-06  Ted Gould  <ted@gould.cx>
2597         * src/extensions/effect.cpp:
2599         Adding in the code so that effects can be undoable.
2601         * src/extensions/implementation/script.[cpp,h]
2603         Adding in the code so that a new window is not displayed when an
2604         effect is executed.  Now it is in the same window (much nicer).
2606         * src/extensions/internal/latex*.[cpp,h]
2608         Patches from the mailing list to add LaTeX output.
2610 2005-06-04  MenTaLguY  <mental@rydia.net>
2612         * src/extensions/init.cpp:
2614           That tears it.  Showing the error dialog on startup goes.  I've
2615           had to respond to one too many bloody bug reports.  If we released
2616           0.42 with this too we'll drive away users permanently.  As it was,
2617           a lot of people were assuming 0.41 was broken when they saw this
2618           and reverted to 0.40.
2620 2005-05-31  MenTaLguY  <mental@rydia.net>
2622         * src/preferences-skeleton.h: disable extension error dialog on startup
2623           -- I'm sick of hearing that Inkscape is broken because people see
2624           this dialog on startup.  It makes us look bad.
2625           
2626           We're not going to repeat this for 0.42 -- find a better approach.
2628 2005-05-28  MenTaLguY  <mental@rydia.net>
2630         * src/document.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
2631           src/sp-flowtext.cpp, src/sp-object.cpp, src/sp-object.h,
2632           src/sp-path.cpp, src/sp-rect.cpp, src/sp-root.cpp, src/sp-root.h,
2633           src/sp-shape.cpp, src/version.cpp, src/version.h:
2635           propagate SVG version upwards, and move SPVersion into Inkscape
2636           namespace
2638 2005-05-24  Simarilius  <Simarilius@yahoo.com>
2640         * src/verbs.cpp, src/dialogs/tiledialog.cpp, src/dialogs/tiledialog.h,
2641         src/ui/dialogs/dialog-manager.cpp
2642         
2643         Converted the tiledialog over to the inkscape:ui:dialog class and hooked
2644         it into dialog manager
2646 2005-05-24  Ted Gould  <ted@gould.cx>
2648         * src/extension/dependency.cpp, src/extension/extension.cpp,
2649         src/extension/extension.h, src/extension/init.cpp,
2650         src/extension/implementation/script.cpp:
2652         Applying patch 1199856 which allows Inkscape to have multiple directories
2653         for extensions.  Currently those are /share/inkscape/extensions and
2654         ~/.inkscape/extensions.  The patch was written by Aaron Spike.
2656 2005-05-23  Ted Gould  <ted@gould.cx>
2658         * share/extensions/<alot>
2660         Adding in Aaron Spike's extensions so that they come with the standard
2661         build.  Lot's of useful stuff that is worth having for most users.
2663 2005-05-19  MenTaLguY  <mental@rydia.net>
2665         * src/verbs.cpp, src/ui/dialog/align-and-distribute.h,
2666           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
2667           src/ui/dialog/document-preferences.h, src/ui/dialog/export.h,
2668           src/ui/dialog/extension-editor.h, src/ui/dialog/fill-and-stroke.h,
2669           src/ui/dialog/find.h, src/ui/dialog/inkscape-preferences.h,
2670           src/ui/dialog/layer-editor.h, src/ui/dialog/messages.h,
2671           src/ui/dialog/text-properties.h, src/ui/dialog/transformation.h,
2672           src/ui/dialog/xml-editor.h, src/ui/view/edit.cpp:
2674           refactoring of the dialog manager code, introducing factory
2675           functions and a method specifically for showing a dialog
2677 2005-05-19  MenTaLguY  <mental@rydia.net>
2679         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
2681           fix layer property undo crash bugs (#1192708 and #1171704)
2683 2005-05-19  MenTaLguY  <mental@rydia.net>
2685         * src/debug/Makefile_insert, src/debug/sysv-heap.cpp,
2686           src/debug/sysv-heap.h, src/gc.cpp, src/debug/gc-heap.h,
2687           src/debug/heap.cpp:
2689           moved GC Heap statistics stuff into libdebug to ease circular
2690           dependencies
2692 2005-05-17  MenTaLguY  <mental@rydia.net>
2694         * src/ui/dialog/memory.cpp:
2696           reduce magnitude of memory jitter somewhat by avoiding some vector
2697           resizing and copying
2699 2005-05-16  MenTaLguY  <mental@rydia.net>
2701         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
2703           revised Debug::Heap API slightly
2705         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
2707           thousands separators and other niceties.  'apply' now forces a
2708           garbage collection and immediate update.
2710 2005-05-16  MenTaLguY  <mental@rydia.net>
2712         * src/ui/dialog/memory.cpp: re-use existing rows, though it doesn't
2713           seem to help memory jitter much
2715 2005-05-15  MenTaLguY  <mental@rydia.net>
2717         * src/debug/heap.cpp: fix bounds error
2719         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
2720         
2721         flesh out basic memory info dialog
2723 2005-05-15  MenTaLguY  <mental@rydia.net>
2725         * configure.ac: cleaned up tests
2727         * src/debug/heap.cpp: fixed feature macro names
2729 2005-05-15  MenTaLguY  <mental@rydia.net>
2731         * configure.ac: added tests for mallinfo and malloc.h
2733         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
2735           fix up Debug::Heap API slightly
2737 2005-05-14  MenTaLguY  <mental@rydia.net>
2739         * src/interface.cpp, src/verbs.cpp, src/verbs.h,
2740           src/ui/dialog/Makefile_insert, src/ui/dialog/dialog-manager.cpp,
2741           src/ui/dialog/dialog-manager.h, src/ui/dialog/memory.cpp,
2742           src/ui/dialog/memory.h:
2743           
2744           added skeletal memory statistics dialog
2746 2005-05-12  Juerg Billeter  <j@bitron.ch>
2748         * configure.ac: Have pkgconfig explicitly require gdkmm-2.4 & glibmm-2.4
2749         (used directly by Inkscape), rather than relying on transitive
2750         dependencies.  It's said that this is required in some cases with
2751         pkgconfig 0.17 and later.
2753 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
2755         * ChangeLog configure.ac src/Makefile_insert src/desktop-widget.h
2756           src/desktop.h src/dropper-context.cpp src/file.cpp
2757           src/shortcuts.cpp src/sp-text.cpp src/splivarot.cpp
2758           src/svg-view.h src/text-context.cpp src/verbs.cpp
2759           src/extension/implementation/plugin-link.h
2760           src/extension/internal/grid.cpp src/helper/action.h
2761           src/helper/window.cpp src/ui/dialog/dialog.cpp
2762           src/ui/dialog/messages.cpp src/ui/view/view.cpp
2763           src/ui/view/view.h:   
2765           Moving view.* into src/ui/view/
2766         
2767 2005-05-09  MenTaLguY  <mental@rydia.net>
2769         * src/gc-alloc.h: const-correctness fix
2771 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
2773         * configure.ac:  Defaulting with-gnome-vfs to on if library is
2774           present. 
2775         
2776         * po/POTFILES.in : Fixed error causing compile failure
2778         * src/Makefile_insert src/arc-context.cpp src/desktop-events.cpp
2779            src/desktop.cpp src/desktop.h src/dyna-draw-context.cpp
2780            src/gradient-context.cpp src/gradient-toolbar.cpp
2781            src/interface.cpp src/make.dep src/make.files
2782            src/rect-context.cpp src/select-context.cpp
2783            src/select-toolbar.cpp src/seltrans.cpp src/spiral-context.cpp
2784            src/star-context.cpp src/toolbox.cpp src/verbs.cpp src/view.cpp
2785            src/view.h src/application/application.cpp
2786            src/application/application.h src/application/editor.cpp
2787            src/application/editor.h src/ui/dialog/align-and-distribute.cpp
2788            src/ui/dialog/align-and-distribute.h
2789            src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h
2790            src/ui/dialog/dialog.cpp src/ui/dialog/dialog.h
2791            src/ui/dialog/document-preferences.cpp
2792            src/ui/dialog/document-preferences.h src/ui/dialog/export.cpp
2793            src/ui/dialog/export.h src/ui/dialog/extension-editor.cpp
2794            src/ui/dialog/extension-editor.h
2795            src/ui/dialog/fill-and-stroke.cpp
2796            src/ui/dialog/fill-and-stroke.h src/ui/dialog/find.cpp
2797            src/ui/dialog/find.h src/ui/dialog/inkscape-preferences.cpp
2798            src/ui/dialog/inkscape-preferences.h
2799            src/ui/dialog/layer-editor.cpp src/ui/dialog/layer-editor.h
2800            src/ui/dialog/messages.h src/ui/dialog/text-properties.cpp
2801            src/ui/dialog/text-properties.h
2802            src/ui/dialog/transformation.cpp src/ui/dialog/transformation.h
2803            src/ui/dialog/tree-editor.h src/ui/dialog/xml-editor.cpp
2804            src/ui/dialog/xml-editor.h src/ui/view/Makefile_insert
2805            src/ui/view/edit.cpp src/ui/view/edit.h :
2807            Renaming sp-desktop-widget.h to desktop-widget.h for
2808            consistency with other desktop files.  Beginning migration of
2809            desktop-* and view* files into ui/view/ subdir.  Incorporating
2810            DialogManager into existing SPDesktop code.  Making SPView
2811            derive from GObject.  Changing Messages dialog to run via
2812            DialogManager.  Removing getName() and getDesc() routines from
2813            Dialogs.  
2814         
2815 2005-05-08  MenTaLguY  <mental@rydia.net>
2817         * src/Makefile_insert: change link order since the GC code now
2818           depends on the debugging stuff
2820         * src/debug/Makefile_insert, src/debug/heap.cpp, src/debug/heap.h:
2822           added heap statistics stuff
2824         * src/gc.cpp: register the GC heap with the heap statistics facility
2826 2005-05-07  MenTaLguY  <mental@rydia.net>
2828         * src/gc-anchored.h, src/gc-core.h, src/gc-finalized.h,
2829           src/gc-managed.h, src/gc.cpp:
2831           hide the global Ops structure from the outside world, and expose
2832           some additional libgc API.
2834 2005-05-07  Ted Gould  <ted@gould.cx>
2836         * src/extension/parameter.cpp: bug fix for empty string parameter
2838         * share/extensions/dropshadow.inx,
2839         src/extension/implementation/script.cpp:
2841         Adding in an "interpreter" attribute for "command" that will prepend
2842         the command with the interpreter.  Right now only "perl" and "python"
2843         work, and they only prepend "perl" and "python", but more will be
2844         added later.
2846 2005-05-07  MenTaLguY  <mental@rydia.net>
2848         * src/xml/composite-node-observer.cpp: bug fixes
2850         * src/xml/simple-node.cpp, src/xml/simple-node.h: switch to using
2851           CompositeNodeObserver, which has saner add/remove semantics
2853         * src/util/list-container-test.cpp: add another test, just to be sure
2855         * src/dialogs/xml-tree.cpp: remove need for is_interactive flag on
2856           attribute changes (the flag is effectively disabled by the other
2857           changes)
2859 2005-05-05  MenTaLguY  <mental@rydia.net>
2861         * src/debug/event.h, src/debug/logger.cpp:
2863           PropertyPair is now its own class
2864         
2865         * src/xml/simple-node.cpp: add logging of XML node mutation
2867         * src/xml/Makefile_insert, src/xml/composite-node-observer.cpp,
2868           src/xml/composite-node-observer.h:
2870           added CompositeNodeObserver class, which will eventually replace
2871           the existing notifier lists
2873 2005-05-05  MenTaLguY  <mental@rydia.net>
2875         * src/inkscape.cpp: try to cleanly terminate log in case of crashes
2877 2005-05-05  MenTaLguY  <mental@rydia.net>
2879         * src/document-undo.cpp, src/debug/Makefile_insert, src/debug/logger.cpp,
2880           src/debug/simple-event.h, src/xml/event.cpp:
2882           add debug logging for undo+redo+transactions
2884 2005-05-05  MenTaLguY  <mental@rydia.net>
2886         * src/inkscape.cpp, src/main.cpp: initialize and shutdown debug log
2887           from more reliable place
2889         * src/debug/logger.cpp: clean up log via std::atexit()
2891 2005-05-04  MenTaLguY  <mental@rydia.net>
2893         * configure.ac, src/Makefile.am, src/Makefile_insert,
2894           src/debug/Makefile_insert, src/debug/makefile.in:
2896           added src/debug/ subdir
2898         * src/gc-alloc.h: no default management type for now
2900         * src/debug/event-tracker.h, src/debug/event.h, src/debug/logger.cpp,
2901           src/debug/logger.h: simple XML logging facility
2903         * src/util/Makefile_insert: fixed cut-and-paste error
2905 2005-04-29  Jon A. Cruz  <jon@joncruz.org>
2906         * src/dialogs/swatches.cpp, src/dialogs/eek-preview.h,
2907           src/dialogs/eek-preview.cpp:
2909         Added property to swatch to block taking focus.
2911 2005-04-28  Jon A. Cruz  <jon@joncruz.org>
2912         * src/dialogs/Makefile_insert, src/dialogs/eek-preview.cpp,
2913           src/dialogs/eek-preview.h, src/dialogs/swatches.cpp,
2914           src/dialogs/swatches.h, src/ui/previewholder.cpp,
2915           src/ui/previewable.h, src/ui/widget/panel.cpp:
2917           Adding new widget for color swatch usage.
2919 2005-04-24  Bryce Harrington <bryce@bryceharrington.org>
2921         * src/Makefile.am src/Makefile_insert,
2922           src/application/Makefile_insert, src/application/editor.cpp,
2923           src/application/editor.h, src/extension/internal/svg.cpp,
2924           src/ui/Makefile_insert, src/ui/view/Makefile_insert,
2925           src/ui/view/edit.cpp, src/ui/view/edit.h, src/ui/view/makefile.in,
2926           src/application/editor-impl.cpp, src/application/editor-impl.h:
2928           Renaming EditorImpl to UI::View::Edit
2930           Fixing bug 1185873 "batch mode crasher" caused by VFS being
2931           called with relative paths.  Adding a check to see whether the
2932           input is a valid uri, and if not, just calling sp_document_new
2933           directly.
2936 2005-04-23  Ted Gould  <ted@gould.cx>
2938         * src/extension/input.cpp, src/extension/input.h,
2939         src/extension/output.cpp, src/extension/output.h,
2940         src/extension/system.cpp, src/extension/implementation/implementation.cpp,
2941         src/extension/implementation/implementation.h,
2942         src/extension/implementation/plugin-link.h,
2943         src/extension/implementation/plugin.cpp,
2944         src/extension/implementation/plugin.h,
2945         src/extension/implementation/script.cpp,
2946         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
2947         src/extension/internal/eps-out.h:
2949         Changing the prototype for the input/output preferences to be closer to
2950         that of Effects.  This is a good thing because now autogui can be used for
2951         all, and it is much cleaner.  Unfortunately, this caused alot of files to
2952         be changed.  Also, this sets up the extensions dialog (we're only using
2953         one now) to be integrated into the GTKmm codebase easier.
2955 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
2956         * src/widgets/sp-color-wheel-selector.cpp,
2957           src/widgets/sp-color-scales.h, src/widgets/sp-color-slider.cpp,
2958           src/widgets/sp-color-scales.cpp:
2959         Changed CMYK selector to display values as 0-100. Fixes REF #1124499.
2961 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
2962         * src/xml/repr-io.cpp:
2963         Expand entities; matches 0.41 behavior. Fixes bug #1157478.
2965 2005-04-20  Jon A. Cruz  <jon@joncruz.org>
2966         * src/sp-object-repr.cpp:
2967         Turned off the half-done <animate> element. Fixes bug #1119935.
2969 2005-04-19  Carl Hetherington  <inkscape@carlh.net>
2971         * src/pen-context.cpp: snap first point to grid correctly, fixing
2972         #1152057.  Remove a pointless call to spdc_endpoint_snap().
2974         * src/main.cpp: support for command-line export of PS and EPS,
2975         with options.
2977 2005-04-19  Piers Titus van der Torren  <piersvdt@users.sourceforge.net>
2978         * src/seltrans.cpp:
2979         Fixed skew so it displays and snaps to angle instead of percentage.
2981 2005-04-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2983         * src/extension/internal/pov-out.cpp (PovOutput::save):
2984         Was dividing component bytes by 256 instead of the usual 255 to get
2985         floating point component.  Changed to use sp_color_get_rgb_floatv
2986         instead.  (N.B. This change is wrong if pov files disallow 1.0.)
2988         Multiply opacity by product of all ancestors' opacity property computed
2989         value.
2991 2005-04-18  Carl Hetherington  <inkscape@carlh.net>
2993         * src/sp-line.cpp, src/dialogs/unclump.cpp,
2994         src/extension/internal/ps.cpp,
2995         src/libnrtype/Layout-TNG-Output.cpp,
2996         src/Layout-TNG-Scanline-Makers.cpp, src/livarot/PathCutting.cpp:
2997         add missing include of nr-point-matrix-ops.h.
2999 2005-04-17  Jon A. Cruz  <jon@joncruz.org>
3000         * src/toolbox.cpp:
3002         Corrected improper use of static. Fixes bug #1171919.
3004 2005-04-16  Ted Gould  <ted@gould.cx>
3006         * src/extension/extension.cpp, src/extension/parameter.cpp:
3008         Adding in autogui for strings and booleans.  Also making everything
3009         a little more robust.
3011 2005-04-17  cyreve  <cyreve@users.sourceforge.net>
3013         * src/: sp-text.cpp, sp-text.h, text-context.cpp, text-editing.cpp,
3014           text-editing.h, libnrtype/Layout-TNG-Compute.cpp: hook up keys
3015           for adding rotate= attribute to text elements
3017         * src/libnrtype/Layout-TNG-OutIter.cpp: visual cursor left/right in
3018           counterdirectional text runs
3020 2005-04-16  cyreve  <cyreve@users.sourceforge.net>
3022         * src/: display/nr-arena-glyphs.cpp, libnrtype/FontInstance.cpp,
3023           libnrtype/RasterFont.cpp, libnrtype/font-instance.h,
3024           libnrtype/font-style.h: make miter-limit work for text outlines
3025           (bug 1094430)
3027 2005-04-16  Ted Gould  <ted@gould.cx>
3029         * src/main.cpp:
3031         Added a command-line arguement --extension-directory to find what
3032         extension directory Inkscape is configured for.  This should be 
3033         helpful for external extensions that want to use the same path
3034         as Inkscape itself on their install.
3036         * src/extension/extension.cpp, src/extension/init.cpp:
3038         Putting in half of Aaron's fix, mostly the one to keep things from
3039         crashing, next we need to examine how to add multiple search paths
3040         for extension dependencies.
3042         Also, added a check so that autogui won't create a GUI if there are
3043         no preferences.
3045 2005-04-13  Jon Phillips <jon@rejon.org>
3046         * src/toolbox.cpp: removed code that was beeping and prepped for new
3047           drag-n-drop color swatches.
3049 2005-04-13  cyreve  <cyreve@users.sourceforge.net>
3051         * src/path-chemistry.cpp: wire up converting object to path for
3052           flowtext
3054 2005-04-13  Jon A. Cruz  <jon@joncruz.org>
3055         * src/dialogs/swatches.cpp:
3057         Simple drag-n-drop out from color swatches.
3059 2005-04-12  cyreve  <cyreve@users.sourceforge.net>
3061         * src/: selection-chemistry.cpp, text-context.cpp, text-context.h,
3062           text-editing.cpp, text-editing.h: cut and copy selected text (bug
3063           1175441)
3065 2005-04-12  Ted Gould  <ted@gould.cx>
3067         * src/extension/extension.cpp, src/extension/extension.h,
3068         src/extension/parameter.cpp, src/extension/parameter.h,
3069         src/extension/implementation/script.cpp:
3071         This is support for having command line arguments from the parameters,
3072         mostly this is a quick hack to get Aaron working, I'll clean it up
3073         shortly, I promise.  But, it does seem to be working right now.  More
3074         polish shortly.
3076 2005-04-10  Jon A. Cruz  <jon@joncruz.org>
3077         * src/interface.cpp:
3079         Adding drag-n-drop support for arbitrary images. Fixes bug 1177714.
3082 2005-04-10  Ted Gould  <ted@gould.cx>
3084         * Lots of files:
3086         Moving around the plugins, and disabling the feature.  I've put all
3087         the functionality into the internal directory.  This should allow for
3088         the features to be used until plugins could work.  Also, adding in
3089         features to do autogui with the parameters of a given extension.
3091 2005-04-09  Bryce <bryce@bryceharrington.org>
3093         * src/view.h, src/application/editor-impl.cpp,
3094           src/application/editor-impl.h, src/svg-view.h:
3096           C++-ification.  Created some C++ wrapper member functions for
3097           SPView and SPSVGView, to enable Gtkmmification of SPDesktop
3099 2005-04-09  MenTaLguY  <mental@rydia.net>
3101         * src/selection.cpp, src/selection.h, src/dialogs/align.cpp,
3102           src/extension/implementation/script.cpp,
3103           src/extension/plugin/bluredge.cpp, src/util/glib-list-iterators.h:
3105           excise STL abuse, and fix up the glib list iterators
3107 2005-04-09  MenTaLguY  <mental@rydia.net>
3109         * src/file.cpp, src/interface.cpp, src/shortcuts.cpp,
3110           src/sp-object-repr.cpp, src/sp-skeleton.cpp, src/verbs.cpp,
3111           src/dialogs/export.cpp, src/display/nr-arena-item.cpp,
3112           src/libnrtype/FontFactory.cpp, src/libnrtype/TextWrapper.h,
3113           src/livarot/ShapeMisc.cpp, src/livarot/float-line.cpp:
3115           combined several different 64-bit cleanness patches
3117 2005-04-08 Jon Phillips <jon@rejon.org>
3118         * src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h: 
3119           added copyright statements about dialog manager code I wrote.
3121 2005-04-08  MenTaLguY  <mental@rydia.net>
3123         * src/draw-context.cpp, src/dyna-draw-context.cpp, src/path-chemistry.cpp,
3124           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
3125           src/splivarot.cpp, src/extension/plugin/bluredge.cpp,
3126           src/trace/trace.cpp:
3128           renaming Inkscape::Selection methods that deal with XML::Nodes
3130 2005-04-08  MenTaLguY  <mental@rydia.net>
3132         * src/document-undo.cpp: try again with handling incomplete transactions
3133           more gracefully
3135 2005-04-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3137         * src/io/sys.h, src/io/sys.cpp (dir_open, dir_read_utf8name):
3138           New functions: utf8 wrappers around g_dir_open, g_dir_read_name.
3140 2005-04-02  Bryce Harrington <bryce@bryceharrington.org>
3142         * configure.ac share/ui/menus-bars.xml, src/Makefile.am,
3143           src/Makefile_insert, src/file.cpp,
3144           src/application/editor-impl.cpp,
3145           src/application/editor-impl.h,
3146           src/extension/init.cpp, src/extension/input.cpp,
3147           src/extension/system.cpp,
3148           src/extension/implementation/implementation.cpp,
3149           src/extension/implementation/plugin.cpp,
3150           src/extension/implementation/script.cpp,
3151           src/extension/internal/svg.cpp
3152         : Implementing preliminary load-from-URI functionality.
3153         
3155 2005-04-02  MenTaLguY  <mental@rydia.net>
3157         * src/document-undo.cpp, src/xml/event-fns.h, src/xml/event.cpp,
3158           src/xml/event.h:
3160           more debugging info for incomplete transactions
3162 2005-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3164         * src/sp-gradient.cpp: Fix crash with cycles in gradient hrefs.
3166 2005-04-01  Jon A. Cruz  <jon@joncruz.org>
3167         * src/ui/widget/panel.h, src/ui/widget/panel.cpp, src/ui/previewholder.h,
3168           src/ui/previewholder.cpp,src/dialogs/swatches.cpp,
3169           src/dialogs/swatches.h:
3170           Added UI for switching palettes
3172 2005-04-01  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3173         * src/style.cpp (sp_style_merge_from_dying_parent): New function to
3174           combine the styles of the <use> element and its ghost child when
3175           unlinking.
3176         * src/sp-use.cpp: Use it.
3178 2005-03-31  Jon A. Cruz  <jon@joncruz.org>
3179         * src/ui/widget/panel.cpp, src/ui/widget/panel.h, src/path-prefix.h,
3180           src/dialogs/swatches.cpp, src/dialogs/swatches.h
3181           share/palettes/Makefile.am, share/palettes/svg.gpl:
3182           Adding palette loading.
3184 2005-03-31 Jean-François Lemaire <jflemaire@skynet.be>
3185         * share/icons/David_icons.svg: new icon theme by David Christian Berg
3187         * share/icons/README.icons: explanations on how to use the theme
3189 2005-03-30  Jean-François Lemaire <jflemaire@skynet.be>
3190         * share/icons/icons.svg: included the layer menu icons
3192         * src/verbs.cpp: assigned names for the layer menu icons
3194 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
3195         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
3196           src/ui/previewholder.h, src/ui/previewfillable.h,
3197           src/dialogs/iconpreview.cpp, src/dialogs/swatches.cpp:
3198           Adding panel menu
3200 2005-03-27  Jon Phillips <jon@rejon.org>
3201         * src/toolbox.cpp src/toolbox.h src/ui/dialog/dialog-manager.cpp
3202           src/ui/dialog/dialog-manager.h: Added generic dialog adding,
3203           deleting, and getting and fixed toolboxes to be static with no
3204           warnings.
3206 2005-03-26  Bryce <bryce@bryceharrington.com>
3208         * share/ui/keybindings.rc, share/ui/menus-bars.xml
3209           src/application/editor-impl.cpp, src/application/editor-impl.h,
3210           src/extension/internal/svg.cpp, src/ui/dialog/Makefile_insert,
3211           src/ui/dialog/dialog-manager.cpp,
3212           src/ui/dialog/dialog-manager.h, src/ui/dialog/messages.cpp,
3213           src/ui/dialog/messages.h: Initial implementation of canvas in
3214           gtkmm.  Incorporating Messages dialog.
3217 2005-03-24  MenTaLguY  <mental@rydia.net>
3219         * src/sp-item.cpp: fix relative transforms to accommodate viewbox
3221 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
3223         * src/ui/Makefile_insert, src/dialogs/swatches.cpp,
3224           src/dialogs/swatches.h, src/ui/previewable.h,
3225           src/ui/previewfillable.h, src/ui/previewholder.cpp,
3226           src/ui/previewholder.h:
3227           Refactoring previewable functionality to be more generic
3229 2005-03-24  cyreve  <cyreve@users.sourceforge.net>
3231         * src/: text-context.cpp, text-editing.cpp, text-editing.h:
3232           functions for applying style to selected text, and wire them
3233           up to ctrl-b/ctrl-i for bold/italic
3235 2005-03-23  Jon Phillips <jon@rejon.org>
3236         * src/toolbox.h src/toolbox.cpp: Fixed warning messages.
3238 2005-03-23  Jon A. Cruz  <jon@joncruz.org>
3240         * src/ui/previewable.h, src/ui/Makefile_insert,
3241           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
3242           Preliminary work for 'Previewable' interface.
3244 2005-03-23  cyreve  <cyreve@users.sourceforge.net>
3246         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
3247           libnrtype/Layout-TNG-Output.cpp: make text on path work correctly
3248           with accent glyphs and suchlike
3250         * src/: text-chemistry.cpp, libnrtype/Layout-TNG.h: apply text's
3251           alignment to startOffset on new textpath elements, fixes bug
3252           1168145
3254         * src/libnrtype/Layout-TNG-OutIter.cpp: selecting text to the end
3255           sometimes displays wrong
3257 2005-03-22  MenTaLguY  <mental@rydia.net>
3259         * src/arc-context.cpp, src/desktop-handles.cpp,
3260           src/desktop-handles.h, src/desktop.cpp, src/desktop.h,
3261           src/document.h, src/draw-context.cpp, src/draw-context.h,
3262           src/file.cpp, src/forward.h, src/gradient-context.cpp,
3263           src/gradient-drag.cpp, src/gradient-drag.h, src/gradient-toolbar.cpp,
3264           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
3265           src/node-context.h, src/nodepath.cpp, src/object-ui.cpp,
3266           src/path-chemistry.cpp, src/rect-context.cpp, src/selcue.cpp,
3267           src/selcue.h, src/select-context.cpp, src/select-toolbar.cpp,
3268           src/selection-chemistry.cpp, src/selection-chemistry.h,
3269           src/selection-describer.cpp, src/selection-describer.h,
3270           src/selection.cpp, src/selection.h, src/seltrans.cpp,
3271           src/seltrans.h, src/sp-flowtext.cpp, src/spiral-context.cpp,
3272           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
3273           src/text-context.cpp, src/toolbox.cpp, src/verbs.cpp,
3274           src/dialogs/align.cpp, src/dialogs/clonetiler.cpp,
3275           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
3276           src/dialogs/find.cpp, src/dialogs/iconpreview.cpp,
3277           src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
3278           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
3279           src/dialogs/tiledialog.cpp, src/dialogs/transformation.cpp,
3280           src/dialogs/xml-tree.cpp, src/extension/plugin/bluredge.cpp,
3281           src/extension/plugin/grid.cpp, src/trace/trace.cpp,
3282           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
3283           src/ui/dialog/transformation.cpp, src/ui/dialog/transformation.h,
3284           src/widgets/sp-widget.cpp, src/widgets/sp-widget.h:
3286           SPSelection -> Inkscape::Selection
3288 2005-03-22  cyreve  <cyreve@users.sourceforge.net>
3290         * src/text-context.cpp: pressing esc doesn't hide text selection
3292         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3293           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
3294           libnrtype/Layout-TNG.h: make text selection inverse
3296 2005-03-21  Jon Phillips <jon@rejon.org>
3298         * share/icons/icons.svg src/dropper-context.cpp
3299           src/dropper-context.h src/toolbox.cpp src/toolbox.h
3300           src/dialogs/display-settings.cpp: Added controls for eye dropper
3301           so that I could get color values. Removed option from application
3302           preferences.
3304 2005-03-21  MenTaLguY  <mental@rydia.net>
3306         * src/util/Makefile_insert, src/util/glib-list.h,
3307           src/util/glib-list-iterators.h:
3309           retired old Glib list to Util::List adaptor and replaced it with
3310           new iterator classes that directly wrap the Glib list types
3312 2005-03-21  cyreve  <cyreve@users.sourceforge.net>
3314         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp: text
3315           selection doesn't show when it starts at the end of a line
3317         * src/: text-context.cpp, text-editing.cpp: crash on overtyping
3318           selection, and displayed selection not removed on overtype
3320         * src/text-editing.cpp: kerning information placed wrongly in text
3321           after child span element
3323         * src/libnrtype/Layout-TNG-OutIter.cpp: crash when pressing home key
3325         * src/: text-context.cpp, text-context.h: text selection using the
3326           mouse
3328         * src/: make.dep, make.files, make.ofiles,
3329           libnrtype/Layout-TNG-OutIter.cpp: further optimisation of text
3330           selection, and an implementation for text on a path
3332         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp,
3333           libnrtype/Layout-TNG.h: optimisation of text selection and fixing
3334           some bugs in it
3336 2005-03-18  MenTaLguY  <mental@rydia.net>
3338         * src/arc-context.cpp, src/file.cpp, src/gradient-context.cpp,
3339           src/node-context.cpp, src/object-ui.cpp, src/path-chemistry.cpp,
3340           src/rect-context.cpp, src/select-context.cpp,
3341           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
3342           src/sp-flowtext.cpp, src/spiral-context.cpp, src/splivarot.cpp,
3343           src/star-context.cpp, src/text-chemistry.cpp, src/text-context.cpp,
3344           src/dialogs/find.cpp, src/dialogs/in-dt-coordsys.cpp,
3345           src/dialogs/xml-tree.cpp:
3347           cleaned up the selection API slightly
3349 2005-03-20  cyreve  <cyreve@users.sourceforge.net>
3351         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3352           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
3353           libnrtype/Layout-TNG.h: initial implementation of text selection
3354           (keyboard only)
3356         * src/libnrtype/Layout-TNG-OutIter.cpp: making
3357           createSelectionShape() work
3359         * src/: sp-text.cpp, sp-text.h: text-anchor sometimes won't work in
3360           text on a path when x/y coordinates are set
3362         * src/libnrtype/Layout-TNG-Output.cpp: text on path: cut characters
3363           before start of path and calculate bounding box correctly when
3364           this happens
3366 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
3367         * src/dialogs/Makefile_insert, src/dialogs/swatches.cpp,
3368           src/dialogs/swatches.h, src/verbs.h, src/verbs.cpp,
3369           src/interface.cpp:
3370           Initial cut of swatches panel.
3372 2005-03-19  cyreve  <cyreve@users.sourceforge.net>
3374         * src/libnrtype/Layout-TNG-Compute.cpp: rendering of
3375           multiple-character clusters in rtl text is wrong (bug 1166603)
3377         * src/: make.dep, make.files, make.ofiles, sp-text.cpp, sp-text.h,
3378           text-editing.cpp: glue kerning info back together on deleting
3379           line breaks
3381         * src/sp-tspan.cpp: textpath startOffset attribute doesn't save
3382           correctly when it's a percentage (remnants of bug 1124722)
3384         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3385           text-editing.h, libnrtype/Layout-TNG.h: use Layout::iterator for
3386           storing cursor position. Fixes bug 1093660 related to rtl cursor
3387           movement
3389         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG.h: implement
3390           backend cursor movement functions properly for multidirectional
3391           text
3393         * src/libnrtype/Layout-TNG-Output.cpp: create more efficient
3394           postscript output
3396         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG-Output.cpp,
3397           Layout-TNG.h: obey text-align attribute when fitting text to a
3398           path (fixes bug 1124722)
3400         * src/: attributes-test.cpp, attributes.cpp, attributes.h,
3401           sp-flowtext.cpp, sp-text.cpp, sp-tspan.cpp, sp-tspan.h,
3402           style-test.cpp, libnrtype/Layout-TNG-Output.cpp: wire up
3403           startOffset attribute to textpath and fix bugs in it
3405         * src/sp-flowtext.cpp: unflow text command loses formatting
3407         * src/xml/repr-io.cpp: xml pretty-printer adding whitespace in
3408           xml:space=preserve elements
3410         * src/: sp-flowtext.cpp, text-editing.cpp: line breaks not being
3411           put before strings immediately following para elements, and
3412           deleting line breaks copies style wrongly
3414 2005-03-18  MenTaLguY  <mental@rydia.net>
3416         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
3417           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
3418           src/xml/node-fns.cpp, src/xml/node-fns.h, src/xml/node-iterators.h,
3419           src/xml/repr.cpp, src/xml/simple-node.cpp:
3421           renamed node-fns-tree to node-fns, and moved sp_repr_prev etc
3422           into Inkscape::XML namespace (as e.g. previous_node)
3424 2005-03-18  cyreve  <cyreve@users.sourceforge.net>
3426         * src/libnrtype/Layout-TNG-Compute.cpp: cursor position on blank
3427           first line sometimes goes wrong
3429         * src/: make.dep, make.files, make.ofiles, text-editing.cpp:
3430           spurious line break added before text in text and font dialog
3431           (bug 1166016)
3433         * src/: make.dep, make.files, make.ofiles, libnrtype/FlowBoxes.cpp,
3434           libnrtype/FlowBoxes.h, libnrtype/FlowDefs.h,
3435           libnrtype/FlowDest.cpp, libnrtype/FlowDest.h,
3436           libnrtype/FlowEater.cpp, libnrtype/FlowEater.h,
3437           libnrtype/FlowRes.cpp, libnrtype/FlowRes.h,
3438           libnrtype/FlowResOut.cpp, libnrtype/FlowSols.cpp,
3439           libnrtype/FlowSols.h, libnrtype/FlowSrc.cpp, libnrtype/FlowSrc.h,
3440           libnrtype/FlowSrcText.cpp, libnrtype/FlowSrcText.h,
3441           libnrtype/FlowStyle.cpp, libnrtype/FlowStyle.h,
3442           libnrtype/FlowUtils.cpp, libnrtype/FlowUtils.h,
3443           libnrtype/Makefile_insert: remove all old text layout code (7,577
3444           lines)
3446         * src/: sp-flowregion.cpp, sp-flowregion.h, sp-flowtext.cpp,
3447           sp-string.cpp, sp-tspan.cpp: purge flow_dest class from code
3449         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
3450           libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: define a value
3451           for line-height:normal and use it consistently
3453         * src/: sp-text.cpp, sp-text.h, text-editing.cpp: adjust kerning
3454           attributes on adding/removing line breaks
3456 2005-03-17  MenTaLguY  <mental@rydia.net>
3458         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp:
3460           whoops, we were calling the 'children' vfunc rather than
3461           'last_child' when appending, hence the bug... fixed now.
3463 2005-03-17  cyreve  <cyreve@users.sourceforge.net>
3465         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
3466           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h: x,y
3467           attributes on tspans set wrongly when alignment != left (bug
3468           1165427)
3470         * src/: sp-text.cpp, sp-text.h: break before tspan role=line
3471           elements, ie allow first tspan not to have role=line
3473         * src/: make.dep, make.files, make.ofiles, sp-flowtext.cpp,
3474           sp-object.cpp: fix inheritance problems with xml:space attribute
3476         * src/libnrtype/Layout-TNG-OutIter.cpp: crash on pressing enter
3477           immediately after creating text
3479         * src/: object-ui.cpp, sp-flowtext.cpp: set xml:space=preserve on
3480           new flowdiv elements
3482         * src/libnrtype/Layout-TNG-Compute.cpp: second try at solving
3483           numerical problems when line-height is set
3485         * src/: sp-flowtext.cpp, sp-flowtext.h, verbs.cpp: slightly
3486           objectify SPFlowtext and rearrange its updating a tiny bit
3488         * src/: path-chemistry.cpp, sp-flowregion.cpp, sp-offset.cpp,
3489           sp-text.cpp, sp-text.h, sp-use-reference.cpp, splivarot.cpp:
3490           slightly objectify SPText & rearrange updating code, also fixes
3491           bug causing all letters to appear on top of each other
3493         * src/libnrtype/Layout-TNG-Compute.cpp: characters will draw
3494           multiple times when x or y attributes set
3496 2005-03-16  cyreve  <cyreve@users.sourceforge.net>
3498         * src/text-editing.cpp: kerning: add/remove kerns with
3499           insertion/deletion of characters, and only apply kerns to the
3500           topmost xml object
3502         * src/: help.cpp, selection-chemistry.cpp, sp-text.cpp, sp-text.h,
3503           text-context.cpp, text-editing.cpp, text-editing.h,
3504           dialogs/text-edit.cpp: move functions applying to both text and
3505           flowtext to text-editing & rename them. Also fixes crash on
3506           letter/linespacing adjustment for flowtext
3508         * src/text-editing.cpp: fix crash on pressing delete at the end of
3509           text
3511         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
3512           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h:
3513           position cursor correctly in empty text objects
3515         * src/: sp-item-group.cpp, sp-object.cpp: optimise adding children
3516           to the end of a group - big improvement for tile clones
3518         * src/: sp-flowtext.cpp, sp-text.cpp, text-context.cpp,
3519           text-editing.cpp, text-editing.h: text editing fixes: track line
3520           breaks with preceding para tag, finish abstracting line
3521           break/remove functions to work on flowtext
3523         * src/libnrtype/Layout-TNG-Compute.cpp: cursor positioning
3524           off-by-one in some cases of wrapped text
3526 2005-03-15  cyreve  <cyreve@users.sourceforge.net>
3528         * src/libnrtype/Layout-TNG-Compute.cpp: small tweak to make cursor
3529           positioning work right in counterdirectional spans in fully
3530           justified text
3532         * src/sp-text.cpp: tweak function for adjusting linespacing by
3533           keyboard to be more precise
3535         * src/: attributes-test.cpp, attributes.cpp, make.dep, make.files,
3536           make.ofiles, style-test.cpp, style.cpp,
3537           libnrtype/Layout-TNG-Output.cpp: make the unit tests pass for the
3538           new styles, and workaround build breakage when pango < 1.8
3539           installed
3541         * src/: sp-flowtext.cpp, sp-flowtext.h,
3542           libnrtype/Layout-TNG-Compute.cpp,
3543           libnrtype/Layout-TNG-Scanline-Makers.cpp, libnrtype/Layout-TNG.h:
3544           wiring up full justification to old attribute & fixing bugs in
3545           it, which turned in to a major refactoring of layout code
3547 2005-03-14  Jon Phillips <jon@rejon.org>
3548         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
3549           src/desktop.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
3550           src/dialogs/desktop-properties.cpp:
3551           Added showpageshadow preference to document preferences. Set to
3552           on automatically and saves with document if off.
3554 2005-03-14  MenTaLguY  <mental@rydia.net>
3556         * src/display/nr-arena-item.h, src/display/nr-arena-item.cpp,
3557           src/display/nr-arena-group.cpp:
3559           added virtual accessor for last child
3561 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
3562         * src/interface.cpp, src/verb.cpp, src/verbs.h,
3563           src/ui/widget/panel.cpp, src/dialogs/Makefile_insert,
3564           src/dialogs/extensions.cpp, src/dialogs/extensions.h,
3565           src/extension/error-file.cpp:
3566           Added rough cut of initial extensions panel and dialog.
3568 2005-03-13  Bryce Harrington <bryce@bryceharrington.org>
3570         * src/path-prefix.h: Rearranging linking of libui and libutil
3572         * src/application/application.cpp, src/application/application.h
3573           src/application/editor-impl.cpp,
3574           src/ui/dialog/dialog-manager.cpp,  src/ui/dialog/dialog.cpp,
3575           src/ui/dialog/dialog.h, src/ui/widget/labelled.cpp,
3576           src/ui/dialog/transformation.h, src/ui/dialog/transformation.cpp,
3577           src/ui/widget/unit-menu.h, src/util/units.cpp:
3578           Integrating Transformation dialog.  Removing hardcoded paths.
3580         * share/icons/Makefile.in, share/icons/arrows-horiz.svg,
3581           share/icons/arrows-vert.svg, share/icons/arrows_hor.xpm,
3582           share/icons/arrows_ver.xpm, share/icons/rotate.svg,
3583           share/icons/rotate.xpm, share/icons/scale_hor.xpm,
3584           share/icons/scale_ver.xpm, share/icons/Makefile.am:
3585           Adding icons needed by transformation dialog
3587         * share/ui/units.txt,  share/ui/units.xml:
3588           Moving units into ui/ subdir.  Dunno if this is the best
3589           location for them, but pjrm thought it'd be ok for now.
3591 2005-03-13  cyreve  <cyreve@users.sourceforge.net>
3593         * src/sp-text.cpp: allow adjusting letter spacing when cursor is at
3594           eol
3596         * src/: make.dep, make.files, make.ofiles,
3597           libnrtype/Layout-TNG-Compute.cpp,
3598           libnrtype/Layout-TNG-OutIter.cpp,
3599           libnrtype/Layout-TNG-Output.cpp, libnrtype/Layout-TNG.h: fix
3600           kerning when align != left, and fix linespacing < 100
3602         * src/: sp-flowtext.cpp, sp-text.cpp, sp-text.h, style.cpp,
3603           style.h, libnrtype/Layout-TNG-Compute.cpp,
3604           libnrtype/Layout-TNG-Input.cpp, libnrtype/Layout-TNG-OutIter.cpp,
3605           libnrtype/Layout-TNG-Output.cpp,
3606           libnrtype/Layout-TNG-Scanline-Maker.h, libnrtype/Layout-TNG.h:
3607           implement line-height css property, & fix percentage handling in
3608           style
3610 2005-03-12  MenTaLguY  <mental@rydia.net>
3612         * src/node-context.cpp, src/node-context.h, src/nodepath.cpp,
3613           src/nodepath.h, src/toolbox.cpp, src/dialogs/align.cpp:
3615           Renamed Path namespace to Inkscape::NodePath, to avoid conflict
3616           with livarot
3618 2005-03-12  Kees Cook  <kees@outflux.net>
3620         * inkscape.nsi: added German translation from Adib Taraben.
3622 2005-03-12  MenTaLguY  <mental@rydia.net>
3624         * src/sp-namedview.cpp, src/sp-metadata.cpp: it's valid for an SPObject
3625           'write' method to be passed the object's own XML node; account for this.
3627 2005-03-12  MenTaLguY  <mental@rydia.net>
3629         * src/xml/simple-node.cpp: assert that src != this in
3630           SimpleNode::mergeFrom
3632 2005-03-12  MenTaLguY  <mental@rydia.net>
3634         * src/gc-alloc.h: minor cosmetic adjustments
3636         * src/util/list-container.h: pedantically correct implementation of
3637           ListContainer::max_size()
3639         * src/xml/simple-node.cpp: use Util::ListContainer iterators in a more
3640           STL-ish fashion
3642 2005-03-12  Jon A. Cruz  <jon@joncruz.org>
3643         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
3644           src/ui/widget/Makefile_insert, src/dialogs/iconpreview.h,
3645           src/dialogs/iconpreview.cpp:
3646           Initial addition of Panel.
3648 2005-03-12  cyreve  <cyreve@users.sourceforge.net>
3650         * src/sp-flowtext.cpp: text unflow command losing space characters:
3651           add xml:space to generated elements
3653         * src/: attributes.cpp, attributes.h, make.dep, make.files,
3654           make.ofiles, sp-flowtext.cpp, sp-text.cpp, style.cpp, style.h,
3655           text-context.cpp, text-editing.cpp, dialogs/text-edit.cpp,
3656           libnrtype/FlowRes.cpp, libnrtype/Layout-TNG-Compute.cpp,
3657           libnrtype/Layout-TNG-Input.cpp: add several new text properties
3658           to SPStyle and rearrange some of the existing ones, also remove
3659           spurious warning on applying kerning
3661         * src/sp-flowtext.cpp: svg spec requires us to break after flowline
3662           content, not before
3664 2005-03-11  cyreve  <cyreve@users.sourceforge.net>
3666         * src/desktop-style.cpp, src/sp-text.cpp, src/sp-text.h,
3667           src/sp-tspan.cpp, src/sp-tspan.h, src/text-chemistry.cpp,
3668 src/text-editing.cpp,
3669           src/text-editing.h: combine the common attribute handling for text,
3670           tspan and textpath into one class
3672         * src/sp-flowtext.cpp, src/sp-string.cpp: reimplement xml:space attribute
3674         * src/sp-text.cpp, src/libnrtype/Layout-TNG-OutIter.cpp,
3675           src/libnrtype/Layout-TNG.h: apply calculated x/y attributes to tspan
3676           role=line elements
3678         * src/libnrtype/Layout-TNG-Output.cpp: postscript text output
3679           incorrectly scaled (and other problems)
3681 2005-03-10  cyreve  <cyreve@users.sourceforge.net>
3683         * src/sp-flowdiv.h, src/sp-flowtext.h,
3684           src/sp-text.cpp, src/sp-text.h, src/sp-tspan.h, src/text-context.cpp,
3685           src/text-editing.cpp, src/text-editing.h,
3686           src/libnrtype/Layout-TNG-Compute.cpp,
3687           src/libnrtype/Layout-TNG-OutIter.cpp: clean up xml tree properly on
3688           deleting line break, & fix various compile issues
3690         * src/nodepath.cpp, src/sp-flowdiv.cpp,
3691           src/sp-flowdiv.h, src/sp-flowtext.cpp, src/sp-flowtext.h,
3692 src/sp-string.cpp,
3693           src/sp-string.h, src/sp-text.cpp, src/sp-text.h, src/sp-tspan.cpp,
3694 src/sp-tspan.h,
3695           src/text-editing.cpp, src/verbs.cpp, src/libnrtype/FontInstance.cpp,
3696           src/libnrtype/font-instance.h, src/livarot/Shape.h,
3697           src/libnrtype/Layout-TNG-Compute.cpp, src/libnrtype/Layout-TNG-Input.cpp,
3698           src/libnrtype/Layout-TNG-OutIter.cpp,
3699           src/libnrtype/Layout-TNG-Output.cpp,
3700           src/libnrtype/Layout-TNG-Scanline-Maker.h,
3701           src/libnrtype/Layout-TNG-Scanline-Makers.cpp,
3702           src/libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: huge rewrite of
3703           text layout (and some text editing) code
3705 2005-03-07  Kees Cook  <kees@outflux.net>
3707         * src/libnr/have_mmx.S, src/libnr/nr_mmx_R8G8B8A8_P_EMPTY_A8_RGBAP.S,
3708           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_A8_RGBAP.S,
3709           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_R8G8B8A8_N_TRANSFORM.S,
3710           src/libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S: execstack patch
3711           from Mike Hearn.
3713 2005-03-07  Jon A. Cruz  <jon@joncruz.org>
3714         * src/interface.cpp, src/verbs.h, src.verbs.cpp, src/widgets/icon.cpp,
3715           src/dialogs/iconpreview.h, src/dialogs/iconpreview.cpp,
3716           src/dialogs/Makefile_insert:
3717           Initial cut of icon preview.
3719 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
3721         * share/icons/*.svg, share/icons/Makefile.am:  Adding icons for
3722           new gui interface
3724         * src/ui/icons.cpp:  Fixing some paths
3726         * src/main.cpp src/application/Makefile_insert,
3727           src/application/app-prototype.h,
3728           src/application/application.cpp src/application/editor.cpp,
3729           src/ui/widget/toolbox.cpp,
3730           src/application/editor-impl.cpp:
3731           Broke out editor-impl class to its own file.  Continued getting
3732           the new interface to the point where it'll load and run.
3734         * share/ui/keybindings.rc, share/ui/toolbox.xml, share/ui/menus-bars.xml:
3735           Migrating some of the UI definition stuff into main codebase
3737 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
3738         * src/widgets/layer-selector.cpp, src/widgets/icon.h,
3739           src/widgets/icon.cpp, src/dialogs/align.cpp, src/dialogs/find.cpp,
3740           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
3741           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
3742           src/dialogs/xml-tree.cpp, src/interface.cpp:
3743           Purging PixBufFactory and sp_icon_new_scaled.
3745 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
3746         * src/widgets/icon.cpp, src/widgets/icon.cpp: Switched icon loading
3747           to be deferred and react to theme changes on-the-fly.
3749 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
3751         * src/application/Makefile_insert,
3752           src/application/app-prototype.cpp,
3753           src/application/editor.h,
3754           src/application/app-prototype.h,
3755           src/application/application.cpp:
3756           Adding Application::AppPrototype class
3757         * src/application/editor.cpp,
3758           src/application/editor.h:
3759           Changing member function getImpl() to getWindow()
3761 2005-03-04  Jon A. Cruz  <jon@joncruz.org>
3762         * src/widgets/icon.cpp: Changed stock item loading to use stock
3763           GtkImage widgets directly.
3765 2005-03-03  MenTaLguY  <mental@rydia.net>
3767         * src/widgets/icon.cpp: more idiomatic iteration
3769 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
3770         * src/toolbox.cpp: Added preference to make the top toolbox 'small'.
3772 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
3773         * src/desktop-events.cpp, src/desktop.cpp, src/gradient-toolbar.cpp,
3774           src/interface.cpp, src/select-toolbar.cpp, src/toolbox.cpp,
3775           src/toolbox.h, src/dialogs/find.cpp,
3776           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
3777           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
3778           src/dialogs/xml-tree.cpp, src/widgets/button.cpp,
3779           src/widgets/button.h, src/widgets/icon.cpp, src/widgets/icon.h,
3780           src/widgets/layer-selector.cpp, src/widgets/paint-selector.cpp,
3781           src/widgets/widget-sizes.h:
3782           Initial pass removing hardcoded icon sizes.
3784 2005-03-01  MenTaLguY  <mental@rydia.net>
3786         * src/extensions/internal/ps.cpp: apply patch from Michael Forbes
3787           (miforbes@mbhs.edu) to support gradient fills in Postscript
3789 2005-03-01  MenTaLguY  <mental@rydia.net>
3791         * src/xml/node.h, src/xml/simple-node.cpp, src/xml/simple-node.h:
3793           begin migration of notification interface to use NodeObserver
3794           rather than NodeEventVector
3796 2005-03-01  MenTaLguY  <mental@rydia.net>
3798         * src/xml/Makefile_insert, src/xml/node-listener.h, src/xml/repr.cpp,
3799           src/xml/simple-node.cpp, src/xml/simple-node.h:
3801           reworked listener list to use Util::ListContainer
3803         * src/xml/node-observer.h: minor name cleanups
3805 2005-03-01  MenTaLguY  <mental@rydia.net>
3807         * src/Makefile.am, src/algorithms/find-if-before.h:
3809           added new generic algorithm
3811 2005-03-01  MenTaLguY  <mental@rydia.net>
3813         * src/Makefile.am, src/util/Makefile_insert,
3814           src/util/list-container-test.cpp, src/util/list-container.h:
3816           tests and fixes for Util::ListContainer
3818 2005-03-01  MenTaLguY  <mental@rydia.net>
3820         * src/Makefile.am, src/libnr/Makefile_insert, src/xml/Makefile_insert:
3821           use in-tree copy of cxxtest
3823         * src/util/Makefile_insert, src/util/list-container.h:
3824           add Util::List-based STL container
3826 2005-02-28 SwinginCelt  <swinginceltgmail.com>
3828         * Fixed an improper conversion of sp_repr_document_merge that was causing
3829           extra data being written to the prefrences file every time inkscape
3830           exited.
3832 2005-02-26 SwinginCelt  <swinginceltgmail.com>
3834         * Replaced all sp_repr_set_content calls with direct call to
3835           repr->setContent.
3836         * Replaced all sp_repr_merge calls with direct call to
3837           repr->mergeFrom.
3838         * Removed inline sp_repr_document_merge because it wasn't used anywhere.
3839         * Removed inline sp_repr_set_content because it wasn't used anywhere.
3841 2005-02-26  MenTaLguY  <mental@rydia.net>
3843         * cxxtest: imported cxxtest tree
3845 2005-02-24  Jon A. Cruz  <jon@joncruz.org>
3846         * src/main.cpp, io/sys.h, io/sys.cpp:
3847           Refactoring input filename conversion and fallback.
3848           Fixes bug #1151536.
3850 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
3851         * src/main.cpp:
3852           Refactoring sp_main_*. Adding cleanup phase on extracted filename list.
3854 2005-02-22  Bryce Harrington <bryce@bryceharringotn.org>
3856         * src/main.cpp, src/application/application.cpp:  Adding --new-gui
3857         option.
3859 2005-02-22  Ted Gould  <ted@gould.cx>
3861         * src/interface.cpp:
3863         Changing the effects menu to be driven by the preferences file so that the
3864         file can be the same whether or not the effects are shown.
3866 2005-02-22  MenTaLguY  <mental@rydia.net>
3868         * src/desktop-style.cpp, src/selection-chemistry.cpp,
3869           src/xml/attribute-record.h, src/xml/node.h, src/xml/repr-css.cpp,
3870           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h:
3872           use Inkscape::Util::List for attribute lists, and sprinkle some
3873           appropriate 'using's in to make things less verbose
3875 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
3876         * src/inkscape.cpp, src/main.cpp, src/extension/input.cpp, src/io/sys.cpp,
3877           src/xml/repr-io.cpp:
3878           Better catching of problematic filenames.
3879           Made segv handler only use dialog box when app is using a gui.
3880           Fixes bug #1145847.
3882 2005-02-22  Ted Gould  <ted@gould.cx>
3884         * src/extension/effect.cpp, src/extension/prefdialog.cpp,
3885         src/extension/prefdialog.h,
3886         src/extension/implementation/implementation.cpp,
3887         src/extension/implementation/implementation.h,
3888         src/extension/implementation/plugin-link.h,
3889         src/extension/implementation/plugin.cpp,
3890         src/extension/implementation/plugin.h,
3891         src/extension/implementation/script.cpp,
3892         src/extension/implementation/script.h, src/extension/plugin/grid.cpp:
3894         Changing the API of the effects preferences so that it doesn't use
3895         sockets and plugs anymore.  Now there is a generic widget passed down so
3896         that should work on every platform.
3898         * src/extension/plugin/grid.cpp:
3900         Fixing the grid so that it uses the right axis.
3902         * share/extensions/Makefile.am, share/extensions/bluredge.inx,
3903         share/extensions/randompnt.inx, share/extensions/randompos.inx,
3904         src/extension/plugin/Makefile_insert, src/extension/plugin/bluredge.cpp,
3905         src/extension/plugin/randompnt.cpp, src/extension/plugin/randompos.cpp:
3907         Adding some cool new effects, well, they're not really done yet,
3908         but getting the basis code into CVS so I don't loose it :)
3910 2005-02-21  MenTaLguY  <mental@rydia.net>
3912         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
3913           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
3914           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
3915           src/xml/repr.cpp, src/xml/simple-node.cpp:
3917           renamed header files
3919         * src/xml/Makefile_insert, src/xml/invalid-operation-exception.h:
3921           added Inkscape::XML::InvalidOperationException
3923         * src/xml/simple-node.h:
3925           avoid a second indirect function call from SimpleNode::appendChild
3927 2005-02-20 SwinginCelt  <swinginceltgmail.com>
3929         * Replaced all sp_repr_attr calls with direct call to
3930           repr->attribute.
3931         * Replaced all sp_repr_document_unref calls with direct call to
3932           Inkscape::GC::release(...).
3933         * Removed iinline sp_repr_document_ref because it wasn't used anywhere.
3935 2005-02-20  MenTaLguY  <mental@rydia.net>
3937         * src/inkscape.cpp: removed unused signals
3939 2005-02-19  MenTaLguY  <mental@rydia.net>
3941         * src/arc-context.cpp, src/desktop.cpp, src/document-private.h,
3942           src/document-undo.cpp, src/document.cpp, src/event-context.cpp,
3943           src/gradient-chemistry.cpp, src/gradient-chemistry.h,
3944           src/gradient-drag.cpp, src/gradient-drag.h, src/node-context.cpp,
3945           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
3946           src/star-context.cpp, src/toolbox.cpp,
3947           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
3948           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
3949           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
3950           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
3951           src/xml/attribute-record.h, src/xml/document.h, src/xml/event-fns.h,
3952           src/xml/event.cpp, src/xml/event.h, src/xml/node-event-vector.h,
3953           src/xml/node-iterators.h, src/xml/node-listener.h, src/xml/node.h,
3954           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp, src/xml/repr-io.cpp,
3955           src/xml/repr-sorting.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp,
3956           src/xml/repr.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
3957           src/xml/simple-node.h, src/xml/simple-session.cpp,
3958           src/xml/sp-css-attr.h, src/xml/sp-repr-action-fns.h,
3959           src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h,
3960           src/xml/sp-repr-attr.h, src/xml/sp-repr-doc.h,
3961           src/xml/sp-repr-event-vector.h, src/xml/sp-repr-iterators.h,
3962           src/xml/sp-repr-listener.h, src/xml/sp-repr.h:
3964           renamed header files to match new class names
3966 2005-02-19  MenTaLguY  <mental@rydia.net>
3968         * src/arc-context.cpp, src/arc-context.h, src/desktop-events.cpp,
3969           src/desktop-style.cpp, src/desktop-style.h, src/desktop.cpp,
3970           src/document-private.h, src/document-undo.cpp, src/document.cpp,
3971           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
3972           src/dyna-draw-context.h, src/event-context.cpp, src/event-context.h,
3973           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
3974           src/inkscape.h, src/inkview.cpp, src/interface.cpp, src/knotholder.cpp,
3975           src/knotholder.h, src/layer-fns.cpp, src/main.cpp, src/node-context.cpp,
3976           src/nodepath.cpp, src/nodepath.h, src/object-ui.cpp,
3977           src/path-chemistry.cpp, src/prefs-utils.cpp, src/rect-context.cpp,
3978           src/rect-context.h, src/selection-chemistry.cpp, src/selection.cpp,
3979           src/selection.h, src/seltrans.cpp, src/sp-anchor.cpp,
3980           src/sp-animation.cpp, src/sp-clippath.cpp, src/sp-conn-end-pair.cpp,
3981           src/sp-conn-end-pair.h, src/sp-defs.cpp, src/sp-ellipse.cpp,
3982           src/sp-flowdiv.cpp, src/sp-flowregion.cpp, src/sp-flowtext.cpp,
3983           src/sp-gradient-fns.h, src/sp-gradient-test.cpp, src/sp-gradient.cpp,
3984           src/sp-guide.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
3985           src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
3986           src/sp-linear-gradient-fns.h, src/sp-marker.cpp, src/sp-mask.cpp,
3987           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
3988           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object-repr.h,
3989           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp, src/sp-offset.h,
3990           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
3991           src/sp-polyline.cpp, src/sp-radial-gradient-fns.h, src/sp-rect.cpp,
3992           src/sp-root.cpp, src/sp-shape.cpp, src/sp-skeleton.cpp,
3993           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-string.cpp,
3994           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-tspan.cpp,
3995           src/sp-use-reference.h, src/sp-use.cpp, src/spiral-context.cpp,
3996           src/spiral-context.h, src/splivarot.cpp, src/star-context.cpp,
3997           src/star-context.h, src/style.cpp, src/style.h, src/text-chemistry.cpp,
3998           src/text-context.cpp, src/text-editing.cpp, src/toolbox.cpp,
3999           src/verbs.cpp, src/application/application.cpp,
4000           src/application/application.h, src/application/editor.h,
4001           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
4002           src/dialogs/export.cpp, src/dialogs/fill-style.cpp, src/dialogs/rdf.cpp,
4003           src/dialogs/sp-attribute-widget.cpp, src/dialogs/sp-attribute-widget.h,
4004           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4005           src/dialogs/tiledialog.cpp, src/dialogs/xml-tree.cpp,
4006           src/ecma/EcmaBinding.cpp, src/ecma/EcmaBinding.h,
4007           src/extension/dependency.cpp, src/extension/dependency.h,
4008           src/extension/effect.cpp, src/extension/effect.h,
4009           src/extension/extension.cpp, src/extension/extension.h,
4010           src/extension/input.cpp, src/extension/input.h,
4011           src/extension/output.cpp, src/extension/output.h,
4012           src/extension/print.cpp, src/extension/print.h, src/extension/system.cpp,
4013           src/extension/implementation/plugin.cpp,
4014           src/extension/implementation/script.cpp,
4015           src/extension/implementation/script.h,
4016           src/extension/internal/gdkpixbuf-input.cpp,
4017           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4018           src/extension/internal/svg.cpp, src/extension/plugin/grid.cpp,
4019           src/helper/stock-items.cpp, src/trace/trace.cpp,
4020           src/widgets/dash-selector.cpp, src/widgets/dash-selector.h,
4021           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp,
4022           src/widgets/layer-selector.cpp, src/widgets/layer-selector.h,
4023           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
4024           src/widgets/sp-widget.h, src/widgets/sp-xmlview-attr-list.cpp,
4025           src/widgets/sp-xmlview-attr-list.h, src/widgets/sp-xmlview-content.cpp,
4026           src/widgets/sp-xmlview-content.h, src/widgets/sp-xmlview-tree.cpp,
4027           src/widgets/sp-xmlview-tree.h, src/widgets/spw-utilities.h,
4028           src/xml/comment-node.h, src/xml/element-node.h, src/xml/node-observer.h,
4029           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
4030           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4031           src/xml/repr-io.cpp, src/xml/repr-sorting.cpp, src/xml/repr-sorting.h,
4032           src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
4033           src/xml/session.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4034           src/xml/simple-node.h, src/xml/simple-session.cpp,
4035           src/xml/simple-session.h, src/xml/sp-css-attr.h,
4036           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
4037           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h,
4038           src/xml/sp-repr-doc.h, src/xml/sp-repr-event-vector.h,
4039           src/xml/sp-repr-iterators.h, src/xml/sp-repr-listener.h,
4040           src/xml/sp-repr.h, src/xml/text-node.h, src/xml/transaction-logger.h:
4042             SPRepr -> Inkscape::XML::Node
4043             SPReprDoc -> Inkscape::XML::Document
4044             SPReprAttr -> Inkscape::XML::AttributeRecord
4045             SPReprAction -> Inkscape::XML::Event
4046             SPReprEventVector -> Inkscape::XML::EventVector
4047             SPReprListener -> Inkscape::XML::NodeListener
4049             etc..
4051 2005-02-19  Jon A. Cruz  <jon@joncruz.org>
4052         * src/extension/extension.h, src/extension/internal/svg.cpp,
4053           src/extension/internal/svgz.cpp:
4054           Fixing .svgz Inkscape save and adding .svgz Plain save.
4055           Fixes bug #1144223
4057 2005-02-18  Jon A. Cruz  <jon@joncruz.org>
4058         * src/Makefile.am, src/libnr/Makefile_insert,
4059           src/libnr/nr-point-fns-test.h  src/libnr/nr-types-test.h:
4060           Adding initial version of CxxTest test cases.
4062 2005-02-17  Jon A. Cruz  <jon@joncruz.org>
4064         * src/io/gzipinputstream.h, src/io/gzipinputstream.cpp: Changed
4065           decompression to be streammed and removed hardcoded limit.
4067 2005-02-17  MenTaLguY  <mental@rydia.net>
4069         * src/inkscape.h, src/inkscape.cpp, src/desktop.cpp:
4071           rewrote "last desktop standing" test to not suck
4073 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4075         * Replaced some sp_repr_attr calls with direct call to
4076           repr->attribute.
4078 2005-02-16 John Cliff <simarilius@yahoo.com>
4080         * src/dialogs/tiledialog.h, src/dialogs/tiledialog.cpp,
4081           src/dialogs/makefile_insert, src/verbs.cpp, src/verbs.h:
4082           Added a dialog that allows you to arrange the selection
4083           in a grid pattern with user defined spacing.
4084           its in objects->grid arrange...
4086 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4088         * Replaced inline function sp_repr_name with direct call to
4089           repr->name.
4090         * Replaced inline function sp_repr_content with direct call to
4091           repr->content.
4092         * Replaced inline function sp_repr_has_attr with direct call to
4093           repr->matchAttributeName.
4095 2005-02-15  MenTaLguY  <mental@rydia.net>
4097         * src/document.cpp, src/document.h, src/file.cpp, src/help.cpp,
4098           src/inkscape.cpp, src/inkview.cpp, src/slideshow.cpp,
4099           src/dialogs/filedialog.cpp, src/dialogs/stroke-style.cpp,
4100           src/extension/internal/gdkpixbuf-input.cpp,
4101           src/extension/internal/svg.cpp, src/extension/plugin/gimpgrad.cpp,
4102           src/helper/stock-items.cpp, src/widgets/icon.cpp:
4104           removed unused SPDocument::advertize
4106 2005-02-14  MenTaLguY  <mental@rydia.net>
4108         * src/document.cpp: remove redundant assignment that appears to confuse
4109           gcc anyhow
4111 2005-02-14  SwinginCelt  <swingincelt@gmail.com>
4113         * Replaced inline function sp_repr_set_position_absolute with
4114           direct call to repr>->setPosition.
4116 2005-02-13  Bryce  <bryce@bryceharrington.org>
4118         * src/main.cpp, src/application/application.cpp, src/inkscape.h,
4119           src/application/editor-impl.h, src/application/editor.cpp
4120           src/application/editor.h, src/ui/dialog/dialog-manager.cpp,
4121           src/ui/dialog/dialog-manager.h, src/application/app-prototype.h
4122           src/application/application.h:  Integrating I::A::Application
4123           into the execution path.  Now its run() routine is called from
4124           main().
4126         * src/application/Makefile_insert, src/application/makefile.in,
4127           src/application/editor-impl.h, src/application/editor.cpp,
4128           src/application/editor.h:  Initial import of inkscape_gtkmm
4129           code.  Also see doc/NewAppArchitecture/ presentation for the
4130           rationale behind this.
4132         * src/ui/dialog/align-and-distribute.cpp,
4133 src/ui/dialog/align-and-distribute.h,
4134           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
4135           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
4136           src/ui/dialog/document-preferences.cpp,
4137 src/ui/dialog/document-preferences.h,
4138           src/ui/dialog/export.cpp, src/ui/dialog/export.h,
4139           src/ui/dialog/extension-editor.cpp, src/ui/dialog/extension-editor.h,
4140           src/ui/dialog/fill-and-stroke.cpp, src/ui/dialog/fill-and-stroke.h,
4141           src/ui/dialog/find.cpp, src/ui/dialog/find.h,
4142           src/ui/dialog/inkscape-preferences.cpp,
4143 src/ui/dialog/inkscape-preferences.h,
4144           src/ui/dialog/layer-editor.cpp, src/ui/dialog/layer-editor.h,
4145           src/ui/dialog/messages.cpp, src/ui/dialog/messages.h,
4146           src/ui/dialog/text-properties.cpp, src/ui/dialog/text-properties.h,
4147           src/ui/dialog/tree-editor.cpp, src/ui/dialog/tree-editor.h,
4148           src/ui/dialog/xml-editor.cpp, src/ui/dialog/xml-editor.h,
4149           src/ui/widget/combo-text.cpp, src/ui/widget/combo-text.h,
4150           src/ui/widget/handlebox.cpp, src/ui/widget/handlebox.h,
4151           src/ui/widget/icon-widget.cpp, src/ui/widget/icon-widget.h,
4152           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h,
4153           src/ui/widget/notebook-page.cpp, src/ui/widget/notebook-page.h,
4154           src/ui/widget/scalar-unit.cpp, src/ui/widget/scalar-unit.h,
4155           src/ui/widget/scalar.cpp, src/ui/widget/scalar.h,
4156           src/ui/widget/toolbox.cpp, src/ui/widget/toolbox.h,
4157           src/ui/widget/unit-menu.cpp, src/ui/widget/unit-menu.h:
4158           Initial import of the gtkmm code.  These are mainly
4159           unimplemented stubs, but have few dependencies so are easy to
4160           integrate at this stage.
4162         * src/ui/widget/Makefile_insert, src/ui/widget/makefile.in,
4163           src/ui/dialog/Makefile_insert, src/ui/dialog/makefile.in,
4164           src/ui/Makefile_insert, src/ui/makefile.in:  Adding makefile
4165           support for new code.
4167         * io/simple-sax.h, io/simple-sax.cpp:  Adding Jon's simple SAX
4168           code
4170         * util/units.h, util/units.cpp:  New inkscape_gtkmm units code
4172 2005-02-12  MenTaLguY  <mental@rydia.net>
4174         * src/document.cpp, src/document.h, src/sp-gradient-test.cpp:
4176           SPDocument is now a "real C++ class", managed by the garbage collector
4178 2005-02-12  MenTaLguY  <mental@rydia.net>
4180         * src/document-private.h, src/document.cpp, src/document.h, src/view.cpp,
4181           src/view.h, src/dialogs/xml-tree.cpp:
4183           switched SPDocument to sigc++ signals
4185 2005-02-12  Kees Cook  <kees@outflux.net>
4187         * Makefile.am, configure.ac, Makefile.mingw.common, inkscape.nsi: undoing
4188           my "configure" changes.  Was dumb and forgot about native compiles on
4189           win32.
4190         * inkview.1.in, share/extensions/inkscape-shadow-white.sh,
4191           share/extensions/inkscape-shadow.sh: corrections found by Wolfram
4192           Quester during Debian packaging.
4193         * src/desktop-events.cpp, src/file.cpp, src/gradient-chemistry.cpp,
4194           src/interface.cpp, src/layer-fns.cpp, src/nodepath.cpp,
4195           src/object-ui.cpp, src/path-chemistry.cpp, src/prefs-utils.cpp,
4196           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
4197           src/sp-object.cpp, src/sp-pattern.cpp, src/sp-text.cpp, src/splivarot.cpp,
4198           src/text-editing.cpp, src/dialogs/clonetiler.cpp, src/dialogs/rdf.cpp,
4199           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
4200           src/extension/internal/gdkpixbuf-input.cpp, src/extension/plugin/grid.cpp,
4201           src/widgets/gradient-selector.cpp, src/xml/repr-action-test.cpp,
4202           src/xml/repr-css.cpp, src/xml/repr-io.cpp, src/xml/repr-util.cpp,
4203           src/xml/repr.cpp, src/xml/repr.h: inline function removal patches from
4204           Robert Crosbie.
4206 2005-02-11  Kees Cook  <kees@outflux.net>
4208         * src/Makefile.mingw, src/make.*: win32 compile updates.
4209         * src/extensions/internal/gnome.cpp: added my missing "comment" code.
4210         * src/shortcuts.cpp, doc/keys.xml, doc/keys.html, share/screens/keys.svg:
4211           added explicit ctrl-w. since gtk already binds it, we may as well show it.
4213 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
4215         * src/inkscape.cpp: Changed from SHGetSpecialFolderPath to
4216           SHGetSpecialFolderLocation. Fixes bug #1085641
4218 2005-02-10  MenTaLguY  <mental@rydia.net>
4220         * src/document.h, src/document.cpp: get rid of casting macro uses
4222 2005-02-10  MenTaLguY  <mental@rydia.net>
4224         * src/desktop.cpp, src/document-undo.cpp, src/document.cpp, src/file.cpp,
4225           src/gradient-chemistry.cpp, src/inkscape.cpp, src/interface.cpp,
4226           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-object-repr.cpp,
4227           src/sp-object.cpp, src/svg-view.cpp, src/uri-references.cpp,
4228           src/view.cpp, src/dialogs/stroke-style.cpp,
4229           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp:
4231           get rid needless uses of SP_IS_DOCUMENT (if we can't trust the
4232           compiler's type checking, what can we trust?)
4234 2005-02-10  MenTaLguY  <mental@rydia.net>
4236         * src/desktop-style.h, src/desktop.h, src/document.h, src/event-context.h,
4237           src/inkscape.h, src/knotholder.h, src/nodepath.h,
4238           src/selection-chemistry.h, src/selection.h, src/sp-conn-end-pair.h,
4239           src/sp-object-repr.h, src/sp-object.h, src/style.h,
4240           src/dialogs/sp-attribute-widget.h, src/extension/implementation/script.h,
4241           src/xml/repr-get-children.h, src/xml/repr.h, src/xml/sp-repr-action.h,
4242           src/xml/sp-repr-attr.h, src/xml/xml-forward.h:
4244           got rid of xml-forward.h
4246 2005-02-10  Kees Cook  <kees@outflux.net>
4248         * configure.ac, Makefile.am, src/Makefile.am, Makefile.mingw.common.in,
4249           inkscape.nsi.in: setting up "configure" to build the other files that
4250           expect version numbers to get updated.  Including mingw files in dist
4251           package.
4253 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
4254         * src/io/uristream.h, src/io/uristream.cpp,
4255           src/extension/internal/svg.h, src/extension/internal/svg.cpp,
4256           src/extension/internal/Makefile_insert,
4257           src/extension/internal/extension.h,
4258           src/extension/internal/init.cpp:
4259           Adding internal .svgz load and save extension.
4260           Probable fix for bugs #1074996, #1050361, #925033, #1052307
4262 2005-02-08  Kees Cook  <kees@outflux.net>
4264         * src/extension/implementation/script.cpp: proper /tmp handling.
4265           Closes bug #1074996.
4266         * src/inkscape.cpp, src/inkscape.h, src/dialogs/export.cpp: correction
4267           for export dialog paths.  Closes bug #1114714.
4268         * inkscape.nsi, Makefile.mingw.common: version bumps
4269         * src/text-context.cpp: removed preedit code; it was broken and unneeded.
4271 2005-02-08  Ted Gould  <ted@gould.cx>
4273         * Released 0.41
4275 2005-02-01  Kees Cook  <kees@outflux.net>
4277         * src/xml/sp-css-attr.h, src/desktop-style.cpp, src/xml/repr-css.cpp,
4278           src/xml/repr.h: Fixed SPCSSAttr to be a "real" class, at mental's
4279           direction.  Fixes my "default prefs don't show attrs" bug.
4280         * src/helper/stock-items.cpp: removing redundant code.
4281         * src/libnr/nr-point.h, src/libnrtype/FlowUtils.h, src/livarot/Shape.h:
4282           added explicit initializations to keep valgrind happy.
4283         * src/dir-util.cpp, src/sp-path.cpp, src/splivarot.cpp,
4284           src/svg/svg-length.cpp, src/widgets/icon.cpp:
4285           cleaning up memory leaks detected by valgrind.
4286         * src/extension/dependancy.cpp: made repr-attr tags untranslatable.
4287         * src/extension/system.cpp: correcting extension autodetection when
4288           there are conflicting matching modules.
4289         * src/dialogs/filedialog.cpp, src/extension/extension.h,
4290           src/extension/internal/svg.cpp: .svgz loading works again as
4291           expected.  Non-functioning modules are not listed in file dialogs.
4292         * src/text-context.cpp, src/text-editing.cpp: preedit modes don't
4293           work correctly for multi-byte characters.  See bug 1086769.
4295 2005-01-31  Jon A. Cruz  <jon@joncruz.org>
4296         * src/file.cpp, src/inkscape.cpp, src/interface.cpp,
4297           src/dialogs/export.cpp, src/extension/init.cpp:
4298           sanitize messages before passing to display dialogs.
4300 2005-01-31  Kees Cook  <kees@outflux.net>
4302         * src/libnrtype/FontFactory.cpp: added a crude font name detection
4303           routine to work around a Pango crash bug.  This can be removed once
4304           Pango is fixed.  See bug #1025565.  Actually, I figured out a fix.
4305         * print.cpp, print.h, sp-shape.cpp, extension/print.cpp,
4306           extension/print.h, extension/implementation/implementation.cpp,
4307           extension/implementation/implementation.h,
4308           extension/implementation/plugin.cpp, extension/implementation/plugin.h,
4309           extension/internal/gnome.h, extension/internal/ps.cpp,
4310           extension/internal/ps.h, extension/internal/win32.h:
4311           In an attempt to start debugging print rendering, I've added the
4312           Print::comment function so that SPItem boundries can be easily
4313           seen in rendered output.
4314         * src/preferences-skeleton.h, src/sp-shape.cpp,
4315           src/dialogs/display-settings.cpp, src/extension/internal/ps.cpp:
4316           Added printout comments for print debugging.  Fixed dash output
4317           bug #1104050.
4318         * src/dialogs/rdf.cpp: fixed rdf:bag displays.  Closes bug #1113316.
4320 2005-01-30  Jon A. Cruz  <jon@joncruz.org>
4321         * src/io/sys.h, src/io/sys.cpp: added utility routine to cleanup
4322           strings with invalid UTF-8 for display.
4324 2004-01-30  Kees Cook  <kees@outflux.net>
4326         * src/make.dep, src/make.exclude, src/make.files, src/make.ofiles,
4327           src/io/uristream.cpp, src/io/sys.cpp: additional win32 changes
4328           using Jon Cruz's new mkdir function.  Getting Win32 to compile the
4329           "io" directory.  Closes bug #1107305.
4330         * src/file.cpp, src/inkscape-stock.cpp, src/inkscape.cpp,
4331           src/interface.cpp, src/main.cpp, src/dialogs/export.cpp,
4332           src/dialogs/stroke-style.cpp, src/extension/input.cpp,
4333           src/extension/implementation/script.cpp, src/helper/stock-items.cpp,
4334           src/io/sys.cpp, src/io/sys.h, src/widgets/icon.cpp: wrapped
4335           g_file_test with new Inkscape::IO::file_test since g_file_test isn't
4336           utf8-safe.
4337         * src/inkscape.cpp: removed call to g_free on non-alloced string.
4338           fixed up crash-save location to be utf8-okay.
4339         * src/extension/extension.cpp: convert from utf8 before open.
4340         * src/sp-spiral.cpp, src/object-edit.cpp: found place where CLAMP on
4341           spiral's t0 wasn't working.  Closes bug #1075640.
4343 2004-01-28  MenTaLguY  <mental@rydia.net>
4345         * src/sp-object.h, src/sp-object.cpp:
4346           efficiency fixes which should be helpful when loading large documents
4348 2005-01-29  Jon A. Cruz  <jon@joncruz.org>
4350         * src/file.h, src/file.cpp, src/inkscape.cpp, src/sp-image.cpp,
4351           src/extension/implementation/script.cpp,
4352           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4353           src/extension/plugin/gimpgrad.cpp, src/helper/png-write.cpp,
4354           src/io/Makefile_insert, src/io/sys.h, src/io/sys.cpp,
4355           src/trace/imagemap.cpp, src/xml/repr-io.cpp:
4357           Refactored open routine to better location.
4359 2004-01-28  Kees Cook  <kees@outflux.net>
4361         * configure.ac: added test for libgc 6.4 or better.
4362         * src/main.cpp: calling new SPRepr methods instead of inline wrappers.
4364 2004-01-27  MenTaLguY  <mental@rydia.net>
4366         * src/xml/simple-node.h, src/xml/simple-node.cpp:
4368           SimpleNode::lastChild() and SimpleNode::appendChild() are now
4369           O(1) rather than O(n)
4371 2004-01-26  MenTaLguY  <mental@rydia.net>
4373         * src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
4374           src/xml/sp-repr-action.h, src/xml/sp-repr-event-vector.h:
4376           inlined legacy wrappers
4378         * src/xml/simple-node.cpp: really fixed #1108231 now
4380 2005-01-25  Jon A. Cruz  <jon@joncruz.org>
4382         * src/interface.cpp: Passed file import call to shared code.
4383           Fixed bug #1108620.
4385 2005-01-25  MenTaLguY  <mental@rydia.net>
4387         * src/xml/simple-node.cpp: fixed bug #1108231
4389 2005-01-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4391         * src/dialogs/desktop-properties.cpp: Changed set of paper sizes offered:
4393           Removed `Folio' pagesize (which means a different paper size to
4394           different people; will Folio be missed?  If so, can we improve
4395           the name?).
4397           Changed ISO page sizes (A0..A10, B0..B10) to match official ISO
4398           specification in mm.
4400           Note that these differ from ghostscript's idea of page sizes;
4401           see comment in desktop-properties.cpp for speculation of
4402           possible problems (fuzziness from antialiasing).
4404           (Note also that our previous sizes differed even more from
4405           gs_statd.ps...)
4407           Coalesced Ledger and Tabloid to a single entry (11x17in);
4408           previously they differed in size.
4410           Changed Icon 16x16 from 16pt to 16px; similarly Icon 32x32 and
4411           Banner 468x60.
4413 2004-01-24  MenTaLguY  <mental@rydia.net>
4415         * src/xml/simple-node.cpp: potential fix for bug #1108231
4417 2004-01-23  Ted Gould  <ted@gould.cx>
4419         * po/POTFILES.in, share/extensions/dia.inx,
4420         src/preferences-skeleton.h, src/extension/Makefile_insert,
4421         src/extension/dependency.cpp, src/extension/dependency.h,
4422         src/extension/error-file.cpp, src/extension/error-file.h,
4423         src/extension/extension.cpp, src/extension/extension.h,
4424         src/extension/init.cpp, src/extension/prefdialog.cpp:
4426         Adding in functionality to write out an error log based on the failing to
4427         load of extensions.  There is also a new error dialog that appears if one
4428         or more fail to alert the user and tell them where the error log is
4429         stored.  In the log there is more complex descriptions of what failed.
4431 2004-01-23  MenTaLguY  <mental@rydia.net>
4433         * src/sp-object.cpp: fix for id binding bug
4435 2004-01-23  MenTaLguY  <mental@rydia.net>
4437         * src/xml/repr-io.cpp: don't complain about not having a namespace
4438           URI for the standard xml: prefix
4440         * src/desktop-style.cpp, src/desktop.cpp, src/document-undo.cpp,
4441           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
4442           src/interface.cpp, src/nodepath.cpp, src/object-edit.cpp,
4443           src/path-chemistry.cpp, src/prefs-utils.cpp, src/select-toolbar.cpp,
4444           src/selection-chemistry.cpp, src/sp-defs.cpp, src/sp-flowdiv.cpp,
4445           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-item.cpp,
4446           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object.cpp,
4447           src/sp-offset.cpp, src/sp-pattern.cpp, src/sp-string.cpp,
4448           src/sp-text.cpp, src/sp-tspan.cpp, src/sp-use.cpp, src/splivarot.cpp,
4449           src/text-chemistry.cpp, src/text-context.cpp, src/text-editing.cpp,
4450           src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp,
4451           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
4452           src/extension/extension.h, src/extension/implementation/script.cpp,
4453           src/widgets/dash-selector.cpp, src/widgets/gradient-vector.cpp,
4454           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
4455           src/xml/comment-node.h, src/xml/element-node.h,
4456           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
4457           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
4458           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4459           src/xml/repr.h, src/xml/simple-document.cpp, src/xml/simple-document.h,
4460           src/xml/simple-node.cpp, src/xml/simple-node.h,
4461           src/xml/sp-repr-action.cpp, src/xml/sp-repr-doc.h, src/xml/sp-repr.h,
4462           src/xml/text-node.h:
4464           got rid of xml/repr-private.h, removed
4465           sp_repr_document_createTextNode(), made SPRepr and SPReprDoc abstract
4466           interfaces, and moved the SPRepr implementations into separate files
4467           in the Inkscape::XML namespace
4469         * src/util/shared-c-string-ptr.h: added equality operators to avoid
4470           certain ambiguities
4472 2004-01-22  MenTaLguY  <mental@rydia.net>
4474         * src/xml/Makefile_insert, src/xml/repr-private.h, src/xml/repr.cpp,
4475           src/xml/session.h, src/xml/simple-session.cpp, src/xml/simple-session.h,
4476           src/xml/sp-repr-action.cpp, src/xml/transaction-logger.h:
4478           added Inkscape::XML::Session and Inkscape::XML::TransactionLogger
4479           to provide a new interface for transactions, rather than doing it from
4480           SPReprDoc
4482 2004-01-22  MenTaLguY  <mental@rydia.net>
4484         * src/xml/Makefile_insert, src/xml/node-observer.h,
4485           src/xml/repr-private.h, src/xml/repr.cpp:
4487           moved repr loging behind generic observer interface
4489 2005-01-22  Ted Gould  <ted@gould.cx>
4491         * src/display/canvas-grid.cpp, src/display/canvas-grid.h;
4493         Fixing 1103001.  Now major grid lines work alot more like you
4494         think that they should.
4496 2005-01-21  MenTaLguY  <mental@rydia.net>
4498         * src/util/Makefile_insert, src/util/shared-c-string-ptr.cpp,
4499           src/util/shared-c-string-ptr.h, src/util/shared-c-string.cpp,
4500           src/util/shared-c-string.h, src/xml/repr-io.cpp,
4501           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4502           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h:
4504           renamed Util::SharedCString to Util::SharedCStringPtr, which is
4505           more descriptive of what it actually is
4507 2005-01-21  MenTaLguY  <mental@rydia.net>
4509         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp:
4511           simplify the cacheing of repr position indices, and make it something
4512           that can work with an abstract interface
4514 2005-01-20  Kees Cook  <kees@outflux.net>
4516         * src/file.cpp: added some debug output to help bulia debug bug #1102318.
4517         * configure.ac: more attempts at detecting the -lgc libs.
4519 2005-01-19  Kees Cook  <kees@outflux.net>
4521         * configure.ac: trying to correct the -lgc detection.
4522         * inkscape.pod: added theme details.
4523         * src/widgets/widget-sizes.h: went from 20 to 24 for toolbar icon size
4524           to match other GTK applications.
4525         * src/extension/db.cpp: corrected STL "not found" handling.  Didn't
4526           fix bug #1102318.
4528 2005-01-18  Kees Cook  <kees@outflux.net>
4530         * src/inkscape.h, src/inkscape.cpp, src/widgets/icons.cpp:
4531           Added basic theme support!  Whee!
4532         * share/inkscape/icons.svg: restoring original up/down/flip icons since
4533           icons are themable now.  We should stick to our original look.
4534         * share/screens/about.svg: added Brisgeek's 0.41 about screen.  Had
4535           to tweak background: looks like doc background isn't imported.
4536         * share/icons/*.xpm, share/icons/*.png: removed them.  Not being used.
4538 2005-01-17  MenTaLguY  <mental@rydia.net>
4540         * src/desktop-style.cpp, src/inkscape.cpp, src/interface.cpp,
4541           src/path-chemistry.cpp, src/prefs-utils.cpp, src/selection-chemistry.cpp,
4542           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-object.cpp,
4543           src/sp-text.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
4544           src/dialogs/xml-tree.cpp, src/extension/internal/pov-out.cpp,
4545           src/widgets/dash-selector.cpp, src/xml/repr-css.cpp,
4546           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
4547           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4548           src/xml/sp-repr-action.cpp:
4550           Made all SPRepr fields private, and moved most functionality into
4551           member functions.  Also shuffled SPReprDoc members, to avoid
4552           need for SPReprDoc to be finalized.
4554 2005-01-17  Kees Cook  <kees@outflux.net>
4556         * share/markers/markers.svg: applied patch #990884, which provides a
4557           few mirrored arrows until marker transforms are finished.
4558         * share/icons/icons.svg: updates per Bulia's request.
4560 2005-01-16  MenTaLguY  <mental@rydia.net>
4562         * src/sp-object.cpp: non-elements no longer get ids assigned
4564 2005-01-15  MenTaLguY  <mental@rydia.net>
4566         * src/arc-context.cpp, src/document-private.h, src/document.cpp,
4567           src/document.h, src/event-context.cpp, src/node-context.cpp,
4568           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4569           src/star-context.cpp, src/toolbox.cpp, src/uri-references.cpp,
4570           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4571           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4572           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4573           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
4574           src/xml/sp-repr-event-vector.h:
4576           Removed attribute setting callback, and decoupled ids and object/repr
4577           bindings (object <-> repr associations are now remembered directly,
4578           though ids are still tracked too).
4580           This means it is now possible to set a null id on an object without
4581           anything breaking (hopefully).  For now we will still assign ids
4582           to everything by default...
4584 2005-01-15  MenTaLguY  <mental@rydia.net>
4586         * src/arc-context.cpp, src/event-context.cpp, src/node-context.cpp,
4587           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4588           src/star-context.cpp, src/toolbox.cpp,
4589           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4590           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4591           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4592           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
4593           src/xml/sp-repr-event-vector.h:
4595           remove all veto callbacks but setting attributes
4597 2005-01-15  Kees Cook  <kees@outflux.net>
4599         * src/inkscape.cpp: correcting windows path for preferences.  Closes
4600         bug #933461.
4602         * src/file.cpp, src/nodepath.cpp, src/selection-describer.cpp,
4603         src/seltrans.cpp, src/sp-item-group.cpp, src/sp-path.cpp,
4604         src/sp-spiral.cpp, src/sp-star.cpp, src/dialogs/find.cpp:
4605         Using ngettext for plural localized strings.  Please try to keep this
4606         up.  Closes bug #1076872.
4608         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
4609         src/inkscape-stock.h, src/dialogs/stroke-style.cpp,
4610         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4611         src/dialogs/xml-tree.cpp: Finished the last of the missing pixmap
4612         replacements from Andreas Nilsson.  Fixed some mistakes in the earlier
4613         changes (need to call sp_icon_new_scaled not sp_icon_new).
4615 2005-01-14  MenTaLguY  <mental@rydia.net>
4617         * src/gc.cpp: leave the free space multiplier at the default, which
4618           will hopefully (according to Hans) avoid some of the odd gc issues
4619           we've had, if nothing else does
4621 2005-01-14  Kees Cook  <kees@outflux.net>
4623         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
4624         src/inkscape-stock.h, src/verbs.cpp, src/dialogs/stroke-style.cpp,
4625         src/dialogs/transformation.cpp, src/widgets/icon.cpp, src/widgets/icon.h,
4626         src/widgets/paint-selector.cpp:
4627         Fixed up code and replaced pixmaps with icons from myself and
4628         Andreas Nilsson.
4630 2005-01-11  MenTaLguY  <mental@rydia.net>
4632         * src/xml/repr-io.cpp: promote non-namespaced SVG documents into SVG
4633           namespace
4635 2005-01-08  MenTaLguY  <mental@rydia.net>
4637         * src/Makefile_insert, src/gc-anchored.cpp, src/gc-anchored.h:
4638           abstracted allocation of anchors
4640 2005-01-06  Ted Gould  <ted@gould.cx>
4642         * src/interface.cpp, src/extension/effect.cpp,
4643         src/extension/implementation/implementation.cpp,
4644         src/extension/implementation/implementation.h,
4645         src/extension/implementation/plugin-link.h,
4646         src/extension/implementation/plugin.cpp,
4647         src/extension/implementation/plugin.h,
4648         src/extension/implementation/script.cpp,
4649         src/extension/implementation/script.h, src/extension/plugin/gimpgrad.cpp,
4650         src/extension/plugin/grid.cpp:
4652         Changing the effects preferences so that it uses sockets and plugs which
4653         will allow out of process GUIs to work too.  This is a first pass with
4654         nothing beautiful, but it does seem to work.
4656 2005-01-03  MenTaLguY  <mental@rydia.net>
4658         * src/document.cpp, src/main.cpp, src/sp-root.cpp:
4659           get rid of ugly xmlns hacks
4661         * src/inkscape.cpp, src/extension/internal/svg.cpp, src/xml/repr-io.cpp:
4662           automatically include xmlns declarations for the required namespaces,
4663           and make a best effort at using a default namespace when requested
4664           and possible
4666 2005-01-02  Kees Cook  <kees@outflux.net>
4668         * share/icons/icons.svg: updated view and location
4669         * src/document.cpp, src/dialogs/rdf.cpp: fixed another bug in metadata
4670           due to svg: prefix change.
4671         * src/inkscape-stock.h, src/inkscape-stock.cpp, share/icons/Makefile.am:
4672           removed unused xpm icons
4674 2005-01-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4676         * src/fontsize-expansion.h, src/fontsize-expansion.cpp:
4677           New files.
4678         * src/Makefile_insert: Add the new files to libinkpre_a_SOURCES.
4679         * src/desktop-style.cpp (sp_desktop_apply_css_recursive):
4680           When calling sp_css_attr_scale, change the expansion calculation
4681           to use fontsize_expansion().
4682         * src/sp-text.cpp (sp_text_set_transform): Similarly use
4683           fontsize_expansion() instead of generic m.expansion().
4685 2005-01-01  Kees Cook  <kees@outflux.net>
4687         * src/extension/db.h, src/extension/db.cpp, src/extension/init.cpp:
4688         created "modulelist" to maintain initialization order for extension
4689         lists.
4691 2004-12-31  MenTaLguY  <mental@rydia.net>
4693         * src/xml/repr-io.cpp, src/xml/repr.h: initial scaffoliding for more
4694           cosmetic use of prefixes in output files (and eventually more proper
4695           namespace handling for output as well)
4697 2004-12-31  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4699         * src/sp-text.cpp (sp_text_set_transform): Change scaling of font size.
4700           The result should be closer to what CorelDraw, XaraX, Canvas 7 and
4701           Expression3 do according to vellum, though I don't know the exact
4702           rule that they use.
4704 2004-12-25  Ted Gould  <ted@gould.cx>
4706         * share/extensions/grid.inx, src/extension/extension.cpp,
4707         src/extension/extension.h, src/extension/plugin/grid.cpp:
4709         Futher improvements to the grid plugin.  This involves mostly adding in
4710         parameters at this time, but, ofcourse, I never implemented floating
4711         point parameters -- so that had to be done first.  More modular code so
4712         that things can be adjusted externally better.
4714 2004-12-25  Ted Gould  <ted@gould.cx>
4716         * share/extensions/Makefile.am, share/extensions/grid.inx,
4717         src/extension/implementation/plugin-link.h,
4718         src/extension/implementation/plugin.cpp,
4719         src/extension/plugin/Makefile_insert, src/extension/plugin/gimpgrad.cpp,
4720         src/extension/plugin/grid.cpp:
4722         Adding in a new effect plugin, grid.  It draws a grid on the canvas which
4723         is just an easy way to do some neat things.  It is mostly done, but still
4724         needs cleanup.  Some other files required modification to make this
4725         possible.
4727 2004-12-25  MenTaLguY  <mental@rydia.net>
4729         * src/event-context.cpp: removed unused handler
4731 2004-12-25  Ted Gould  <ted@gould.cx>
4733         * share/extensions/svg_dropshadow:
4735         Changing to use "svg:g" instead of "g" for the group.
4737         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h,
4738         src/extension/system.cpp, src/extension/system.h,
4739         src/extension/implementation/implementation.cpp,
4740         src/extension/implementation/implementation.h,
4741         src/extension/implementation/plugin.cpp,
4742         src/extension/implementation/plugin.h,
4743         src/extension/implementation/script.cpp,
4744         src/extension/implementation/script.h:
4746         Final stuff to get Effects working as well as the did before, which
4747         is okay, but not great.  This involved changing the API to get an SPView
4748         instead of an SPDocument because then I can get the selection information
4749         from the view that is being used.
4751 2004-12-24  MenTaLguY  <mental@rydia.net>
4753         * src/sp-object-repr.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
4754           src/dialogs/rdf.cpp, src/dialogs/xml-tree.cpp,
4755           src/widgets/sp-xmlview-tree.cpp, src/xml/repr-io.cpp,
4756           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4757           src/xml/repr.h:
4759           cleaned out unused code and unhygenic macros, as well as fixing
4760           constructors for text and comment nodes
4762 2004-12-24  Ted Gould  <ted@gould.cx>
4764         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h:
4766         Okay, now the effects menu really works!  Well, the implementation seems
4767         to be broken, but the wrapper seems to be all working.
4769 2004-12-24  Ted Gould  <ted@gould.cx>
4771         * src/interface.cpp, src/verbs.cpp, src/verbs.h, src/extension/effect.cpp,
4772         src/extension/effect.h:
4774         Getting the Effects menu basically working.  This included some fixes to
4775         the verbs where they were incrementing the database incorrectly.  The
4776         effects are the first component to take advantage of the dynamically
4777         created verbs, and exercised new code.  Now the basic menu is available,
4778         but there is no functionality there.
4780 2004-12-24  Ted Gould  <ted@gould.cx>
4782         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
4784         Basic code for the effects menu.
4786         * src/dialogs/filedialog.cpp, src/dialogs/filedialog.h,
4787         src/extension/db.cpp, src/extension/db.h:
4789         Changing the DB access functions to use std::list instead of GSList so
4790         that it is more standard, and we get rid of a specialized class that
4791         really isn't that useful.  Less memory usage, and fixes a leak.
4793         * src/extension/effect.cpp, src/extension/effect.h:
4795         Adding in a "Last Effect" to be used in the menus.
4797         * src/extension/extension-forward.h, src/extension/extension.cpp,
4798         src/extension/extension.h, src/extension/input.cpp,
4799         src/extension/output.cpp, src/extension/timer.cpp, src/extension/timer.h,
4800         src/extension/Makefile_insert:
4802         Adding in the timer functions so that modules will unload in a given
4803         amount of time.  For more information on this read the documentation
4804         in the files.  Kinda a lazy deallocation.
4806         * src/extension/implementation/implementation.cpp:
4808         Fix unload so that it is not recursive.
4810 2004-12-23  MenTaLguY  <mental@rydia.net>
4812         * src/arc-context.cpp, src/document.cpp, src/draw-context.cpp,
4813           src/dyna-draw-context.cpp, src/file.cpp, src/gradient-chemistry.cpp,
4814           src/interface.cpp, src/layer-fns.cpp, src/main.cpp, src/object-ui.cpp,
4815           src/path-chemistry.cpp, src/rect-context.cpp,
4816           src/selection-chemistry.cpp, src/sp-anchor.cpp, src/sp-clippath.cpp,
4817           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
4818           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-gradient-test.cpp,
4819           src/sp-gradient.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4820           src/sp-line.cpp, src/sp-marker.cpp, src/sp-mask.cpp,
4821           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-offset.cpp,
4822           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4823           src/sp-polyline.cpp, src/sp-rect.cpp, src/sp-root.cpp,
4824           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp, src/sp-text.cpp,
4825           src/sp-tspan.cpp, src/sp-use.cpp, src/spiral-context.cpp,
4826           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
4827           src/text-context.cpp, src/dialogs/find.cpp, src/dialogs/rdf.cpp,
4828           src/dialogs/xml-tree.cpp, src/ecma/EcmaBinding.cpp,
4829           src/extension/internal/gdkpixbuf-input.cpp,
4830           src/extension/internal/svg.cpp, src/livarot/ShapeDraw.cpp,
4831           src/xml/repr-io.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp:
4833           use normalized qnames for SVG elements too
4835 2004-12-23  Kees Cook  <kees@outflux.net>
4837         * configure.ac, src/Makefile_insert, src/extension/script/Makefile_insert:
4838           adding Perl and Python compile tests.  Corrected library locations.
4839         * src/extension/script/InkscapeScript.h,
4840           src/extension/script/InkscapePython.cpp,
4841           src/extension/script/InkscapeScript.cpp: white space fix, and
4842           added config.h, and some small debugging for myself.  Hope Bob doesn't
4843           mind!  :)
4844         * src/dialogs/scriptdialog.cpp: added comments to default code.
4846 2004-12-22  Kees Cook  <kees@outflux.net>
4848         * configure.ac, src/extension/script/Makefile_insert: automake cleanups
4849           to deal with perl/python detection.
4851 2004-12-20  David Turner <novalis@gnu.org>
4852         * src/widgets/gradient-vector.cpp:
4853           Fixed bug with gradient stops at 0 and 100%.  Closes 1085920.
4855 2004-12-18  Bob Jamison  <rjamison@titan.com>
4857         * src/extensions/script/*:
4858           New files that enable embedding of scripting languages
4859           in Inkscape.  Currently using Swig to embed Perl and Python.
4861         * autoconf.ac:
4862           Allow opting for perl or python with --with-perl=yes|no
4863           and --with-python=yes|no
4865 2004-12-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4867         * streq.h (streq), strneq.h (strneq), memeq.h (memeq):
4868           New convenience functions for strcmp(a,b)==0 etc.
4870         * src/dir-util.cpp (sp_relative_path_from_path):
4871           Fix when base is a string prefix of path but a directory prefix
4872           (e.g. path=/foo/barney, base=/foo/bar).
4874 2004-12-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4876         * src/sp-conn-end.cpp (sp_conn_end_move_compensate):
4877           Fix for undo/save: wasn't calling updateRepr().
4879 2004-12-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4881         * src/style.cpp (sp_style_merge_from_style_string):
4882           More standards-conforming parsing of style strings into prop:value
4883           pairs.
4885 2004-12-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4887         * src/style.h, src/style.cpp, src/libnrtype/font-style-to-pos.cpp:
4888           Fix font-weight value: s/darker/bolder/.
4890         * src/style.cpp (sp_style_merge_from_parent):
4891           Fix bug with specifying stroke-width with unit of em or ex.
4892           (We were ignoring the number, treating it as 1em or 1ex.)
4894         * src/style.h, src/style.cpp (sp_style_read_dash,
4895           sp_style_write_string, sp_style_write_difference):
4896           Allow `inherit' as a value for dasharray.
4897           (Also plug small memory leak in sp_style_read_dash.)
4899 2004-12-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4901         * src/style.cpp (sp_style_write_string):
4902           Fix for when stroke-dasharray either explicitly set to `none', or
4903           inherits non-none.
4905         * src/style.cpp (sp_style_write_ienum):
4906           Fix: preserve explicit `inherit' request.
4907         * (sp_style_read, sp_style_merge_property):
4908           Allow explicit `inherit' for `display' property.
4910         * src/style.cpp (sp_style_read):
4911           Fix copy&paste bug affecting `visibility' and `display' properties.
4913 2004-12-07  David Turner  <novalis@gnu.org>
4915         * src/libnrtype/RasterFont.cpp, src/display/nr-arena-shape.cpp:
4916         Fixed dash rendering bug (#1077213)
4918 2004-12-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4920         * src/style.h, src/style.cpp: Support all `display' values
4921           required by SVG 1.1.  (No functional change, insofar as the new
4922           values all have the same behaviour as our existing `block' value
4923           in SVG.)
4924         * src/sp-item.cpp, src/style.cpp: Use `inline' (SP_CSS_DISPLAY_INLINE)
4925           rather than `block' as our generic display value meaning `don't hide
4926           this', as per spec.
4928         * src/style.cpp: Prefer to write lr-tb etc. rather than the
4929           abbreviations lr etc.  (Also add comment saying why.)
4931 2004-12-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4933         * src/dialogs/xml-tree.cpp (on_attr_select_row_set_value_content):
4934           Fix segfault: treat NULL as empty string for display purposes.
4936 2004-11-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4938         * src/svg/svg.h, src/svg/sp-svg.def, src/svg/svg-length.cpp:
4939           (sp_svg_boolean_read, sp_svg_write_percentage):
4940           Remove these unused functions.
4941           (sp_svg_length_read_lff, sp_svg_number_write_d,
4942           sp_svg_number_write_i): Mark static.
4944         * configure.ac:
4945           When adding -lgc to LIBS, also add its dependencies -lpthread -ldl.
4947 2004-11-28  Ted Gould  <ted@gould.cx>
4949         * 0.40
4951 2004-11-25  MenTaLguY  <mental@rydia.net>
4953         * share/tutorials/tutorial-calligraphy.svg: spelling fix
4955         * src/widgets/layer-selector.cpp: fixing the layer selector update bug;
4956           sigc++ apparently doesn't deal with reference arguments very well
4958 2004-11-25  MenTaLguY  <mental@rydia.net>
4960         * src/layer-fns.cpp: fix layer creation within sublayers
4962         * src/dialogs/layer-properties.cpp: fix dialog leak
4964 2004-11-25  MenTaLguY  <mental@rydia.net>
4966         * src/inkscape.cpp: eliminate duplicated code across #ifdefs
4968         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
4969           src/dialogs/layer-properties.h:
4971           LayerPropertiesDialog is no longer a singleton, since it's kind of a
4972           per-desktop (well, ideally per-document) thing.  Remaining to do:
4973           fix update of layer selector widget, and eliminate leak of dialog
4974           objects.
4976 2004-11-24  Kees Cook  <kees@outflux.net>
4978         * inkscape.spec: added SMP flags, added static library link capability.
4980 2004-11-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4982         * src/draw-context.cpp (spdc_concat_colors_and_flush):
4983           Do nothing if empty curve; in particular, don't try to close an
4984           empty curve.
4986         * src/pen-context.cpp (spdc_endpoint_snap):
4987           Fix use of uninitialized value when snapping.
4989 2004-11-23  Bryce Harrington <bryce@bryceharrington.org>
4991         * src/dialogs/layer-properties.cpp:  Fixing bug causing two new
4992           layers to get created when hitting enter
4994 2004-11-23  Kees Cook  <kees@outflux.net>
4996         * share/tutorials: added Josh's changes, resized, repositioned for
4997           800x600.
4998         * src/verbs.h, src/verbs.cpp, src/interface.cpp: added tracing
4999           tutorial.
5001 2004-11-23  MenTaLguY  <mental@rydia.net>
5003         * src/rect-context.cpp: disallow drawing on locked or invisible layers
5005         * src/widgets/layer-properties.h, src/widgets/layer-properties.cpp:
5006           slight HIG-ification
5008         * src/desktop.cpp, src/desktop.h, src/widgets/layer-selector.cpp,
5009           src/widgets/layer-selector.h, src/verbs.cpp, src/sp-desktop-widget.h
5011           removed vestigal layer renaming thing
5013         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5014           src/dialogs/layer-properties.h:
5016           reuse dialog for creating layers as well as for renaming them
5018 2004-11-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5020         * src/display/bezier-utils.cpp (generate_bezier): For the sake of
5021           our current pencil tool, don't use free optimization of the end
5022           tangent vector.
5024 2004-11-21  MenTaLguY <mental@rydia.net>
5026         * src/verbs.cpp: add accels for layer menu items
5028 2004-11-21  Bryce Harrington <bryce@bryceharrington.org>
5030         * src/dialogs/layer-properties.cpp, src/verbs.cpp,
5031           src/dialogs/layer-properties.h: Hooking up layer rename
5032           functionality, and making it show correctly.
5034         * src/dialogs/debugdialog.cpp, src/dialogs/find.cpp,
5035           src/dialogs/tracedialog.cpp:  Fixing dialog show behavior
5037 2004-11-21  Kees Cook  <kees@outflux.net>
5039         * src/sp-object.cpp, src/sp-metadata.cpp: added some debugging, and
5040           fixed a dumb error in my metadata _release handler.  Should mostly
5041           close bug 1069772.
5042         * src/Makefile_insert, src/sp-skeleton.cpp, src/sp-skeleton.h:
5043           created some example SPObject implementations for a basis for any
5044           new SPObjects in the future.
5045         * src/dialogs/xml-tree.cpp: fixing logic bug in identability checker.
5046           Added immutability test to actually close 1069772.
5047         * share/icons/icons.svg, src/verbs.cpp, src/interface.cpp: adding
5048           icons for the "new" menu, vacuum, reverse, make bitmap, and trace.
5050 2004-11-20  Jon A. Cruz  <jon@joncruz.org>
5052         * src/extension/db.h, src/extension/db.cpp, src/dialogs/filedialog.cpp:
5053           Added extension matching pattern. Fixed bug 1064888.
5055         * src/dialogs/filedialog.cpp (isValidImageFile):
5056           Fixed previewing bug 1067551.
5058 2004-11-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5060         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
5061           Add splitpoints parameter.  Callers updated.
5063         * src/display/bezier-utils.cpp
5064           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full):
5065           Change last parameter from lg_max_beziers to max_beziers.
5066           Callers updated.
5068 2004-11-19  Bryce <bryce@bryceharrington.org>
5070         * src/dialogs/layer-properties.cpp,
5071           src/dialogs/layer-properties.h:  Adding some widgets.
5073 2004-11-18  Bryce <bryce@bryceharrington.org>
5075         * src/dialogs/Makefile_insert, src/dialogs/makefile.msc,
5076           src/dialogs/layer-properties.h, src/dialogs/layer-properties.h:
5077           Adding a layer properties dialog for renaming layers
5079         * src/desktop.cpp src/interface.cpp, src/verbs.cpp,
5080           src/verbs.h src/dialogs/layer-properties.cpp,
5081           src/dialogs/layer-properties.h,
5082           src/widgets/layer-selector.cpp:  Hooking in layer props dialog.
5084 2004-11-16  MenTaLguY  <mental@rydia.net>
5086         * src/widgets/document-tree-model.cpp, src/widgets/document-tree-model.h,
5087           src/widgets/layer-selector.cpp, src/widgets/Makefile_insert:
5089           removed Widgets::DocumentTreeModel because unused
5091         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5092           src/xml/repr.h:
5094           cache successive sibling counts (self+subsequent siblings) in SPRepr
5095           to make sp_repr_n_children() and sp_repr_position() more efficient,
5096           which will be needed later for e.g. GTK tree models.
5098           sp_repr_nth_child() isn't any faster as a result of the changes,
5099           but it probably won't need to be
5101         * src/xml/repr.cpp: fixed refcount leak in SPRepr::SPRepr(SPRepr const &)
5103 2004-11-15  MenTaLguY  <mental@rydia.net>
5105         * src/gc.cpp: add initial stubs that print an informative error
5106           if the GC functions are used before Inkscape::GC::init() is called
5108 2004-11-14  MenTaLguY  <mental@rydia.net>
5110         * configure.ac, src/gc-core.h, src/gc-managed.h, src/gc-anchored.h,
5111           src/gc-finalized.h, src/gc.cpp:
5113           make disabling the collector a run-time rather than a compile-time
5114           option; there are now three garbage collector options, selectable
5115           by setting the _INKSCAPE_GC environment variable:
5117            * enable - the normal collector (default)
5118            * debug - the debugging collector
5119            * disable - use standard malloc in place of the libgc allocator
5121 2004-11-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5123         * src/display/bezier-utils.cpp: Make end tangent/s be unconstrained for
5124           sp_bezier_fit_cubic, sp_bezier_fit_cubic_r, and around corner nodes.
5126         * src/pencil-context.cpp (fit_and_split): Allow the bezier fitter to
5127           choose the middle control points freely except to the extent required
5128           for smooth nodes.
5130         * src/display/bezier-utils.cpp (generate_bezier):
5131           If either end tangent is specified as zero then estimate the
5132           corresponding control point without constraining its direction
5133           from the endpoint.
5135         * src/pencil-context.h, src/pencil-context.cpp
5136           (fit_and_split, sp_pencil_context_init): Explicitly remember required
5137           tangent instead of using "first two points" hack.
5139         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
5140           Detect & prevent "ghost spikes", by allowing a corner node if
5141           the specified tangent would result in a spike.
5143         * src/display/bezier-utils.cpp (generate_bezier): Better handling
5144           of the case of infinite solutions for the lengths of the two
5145           tangent vectors: try requiring that the lengths equal each other,
5146           and solving for that length (just one variable).
5148 2004-11-13  Kees Cook  <kees@outflux.net>
5150         * src/document.cpp: wrapped updateDisplay call in undo insensitivity.
5151           Closes bug #1030436.
5153 2004-11-12  MenTaLguY  <mental@rydia.net>
5155         * src/main.cpp: fpresetsticky -> fpsetsticky
5157         * src/verbs.cpp: cast width changes
5159         * src/libnrtype/FlowBoxes.h, src/libnrtype/FlowDefs.h,
5160           src/libnrtype/FlowDest.h, src/libnrtype/FlowEater.h,
5161           src/libnrtype/FlowRes.h, src/libnrtype/FlowSols.h,
5162           src/libnrtype/FlowSrc.h, src/libnrtype/FlowSrcText.h,
5163           src/libnrtype/FlowStyle.h, src/libnrtype/FlowUtils.h:
5164           remove stdint.h which isn't being used here
5166         * src/widgets/icon.h, src/widgets/icon.cpp:
5167           icon greys out when insensitive
5169         * src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
5170           documentation
5172         * src/verbs.cpp: changed cast to reinterpret_cast to hopefully
5173           avoid compiler warning
5175 2004-11-11  Kees Cook  <kees@outflux.net>
5177         * src/seltrans.cpp, src/select-context.cpp: ref counting SPObjects
5178           correctly so undo's don't blow up an active resize/move.  Closes
5179           bug #1018756.
5181 2004-11-11  MenTaLguY  <mental@rydia.net>
5183         * src/inkscape.cpp, src/main.cpp, src/widgets/icon.cpp:
5184           removed sp_bitmap_icons
5186         * configure.ac, src/sp-image.cpp, src/object-ui.cpp:
5187           removed stale autotrace support code
5189 2004-11-10  MenTaLguY  <mental@rydia.net>
5191         * src/sp-item.cpp, src/sp-clippath.cpp, src/cp-mask.cpp:
5192           minor refcounting tweaks
5194         * src/sp-image.cpp: fixed failure to release GdkPixbufLoader when
5195           done with it (fixes bug #1063054)
5197 2004-11-10  Kees Cook  <kees@outflux.net>
5199         * configure.ac, src/gc-core.h: corrected gc.h path detection.
5201 2004-11-09  MenTaLguY  <mental@rydia.net>
5203         * src/dialogs/fileselector.cpp: fixed cut-and-paste refcount bug
5204           between SVGPreview::setFileName and SVGPreview::setFromMem that
5205           was leaking bitmap image preview SPDocuments
5207 2004-11-09  Bryce Harrington <bryce@bryceharrington.org>
5209         * src/dialogs/item-properties.cpp
5211 2004-11-09  MenTaLguY  <mental@rydia.net>
5213         * src/sp-item.cpp, src/style.cpp, src/style.h:
5214           use 'display' rather than 'visibility' for hiding, and give display
5215           a more "modern" representation in SPStyle like visibility's
5217 2004-11-09  Kees Cook  <kees@outflux.net>
5219         * src/dialogs/xml-tree.cpp: added better context to the status bar.
5220           added warning flash for id conflicts.
5221         * src/toolbox.cpp: killed some copy/paste code while bug hunting.
5223 2004-11-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5225         * src/sp-item.h, src/sp-item.cpp
5226           (isExplicitlyHidden, setExplicitlyHidden): New methods.
5228         * src/dialogs/item-properties.cpp: Change from having a `Visible'
5229           checkbox that explicitly sets the SVG visibility property to
5230           having a `Hide' checkbox that controls whether or not the
5231           element has visibility:hidden.  (Mitigates #1061934.)
5233         * src/sp-object.h, src/sp-object.cpp (visible, setVisible):
5234           Remove these methods.
5236 2004-11-07  MenTaLguY  <mental@rydia.net>
5238         * src/gc-finalized.h: fix for Debian bug #279991 (cast to ptrdiff_t
5239                               rather than int), and basic documentation
5241 2004-11-06  MenTaLguY  <mental@rydia.net>
5243         * src/sp-item.cpp: fix desktop-specific version of SPItem::isHidden()
5244                            to deal correctly with parent visibility
5246 2004-11-05  MenTaLguY  <mental@rydia.net>
5248         * src/widgets/layer-selector.cpp: more work on making the lock/hide
5249           buttons actually do something
5251         * src/sp-item.cpp, src/sp-item.h: implement lock/hide related methods
5253         * src/verbs.cpp: "Remove All Kerns" -> "Remove Manual Kerning"
5255 2004-11-04  Kees Cook  <kees@outflux.net>
5257         * src/dialogs/rdf.h, src/dialogs/rdf.cpp: added rdf:Bag for the
5258           dc:subject keyword list.  Closed bug #1021025.
5259         * src/dialogs/xml-tree.cpp, src/widgets/sp-xmlview-attr-list.cpp,
5260           src/widgets/sp-xmlview-attr-list.h: added status bar to XML
5261           editor.  added row-change callback for XML tree view.  This
5262           all supports a possible future solution to bug #869683.
5263         * src/dialogs/desktop-properties.cpp: memory leak in RDF code.
5265 2004-11-04  MenTaLguY  <mental@rydia.net>
5267         * src/widgets/layer-selector.cpp: togglable images and formatting
5268           changes (make current layer bold)
5270         * src/uri.h, src/uri.cpp: added assignment operator
5272 2004-11-03  MenTaLguY  <mental@rydia.net>
5274         * src/widgets/Makefile_insert, src/widgets/shrink-wrap-button.cpp,
5275           src/widgets/shrink-wrap-button.h:
5277           added Inkscape::Widgets::shrink_wrap_button, to make any gtk button
5278           an SPButton-like shrink-wrapped button
5280         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5282           abandon SPButton for layer selector buttons
5284 2004-11-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5286         * po/check-markup: New script: detects <b>markup<b> <b>problems<7b>
5287           in the <b>translated strings.  (~10 such problems found.)
5288         * Makefile.am (all, check, distcheck): Run po/check-markup (with
5289           varying permissiveness of errors).
5291 2004-11-02  MenTaLguY  <mental@rydia.net>
5293         * doc/keys.xml: added documentation of layer keys
5295 2004-11-01  Kees Cook  <kees@outflux.net>
5297         * src/dialogs/align.cpp, src/dialogs/debugdialog.cpp: localized
5298         some missed strings.
5300 2004-11-01  MenTaLguY  <mental@rydia.net>
5302         * share/icons/icons.svg: gave bulia's eye icons ids
5304         * src/widgets/layer-selector.h, src/widgets/layers-selector.cpp:
5305           fixed up visibility/lock toggles... now to make them actually do
5306           something
5308 2004-10-31  MenTaLguY  <mental@rydia.net>
5310         * src/util/glib-list.h: adaptor for glib lists
5312         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5313           save the repr next to the SPObject
5315 2004-10-30  MenTaLguY  <mental@rydia.net>
5317         * src/util/list.h: more list cleanups and documentation
5319         * src/verbs.cpp: call sp_document_done() for layer verbs too
5321 2004-10-30  Bryce Harrington <bryce@bryceharrington.org>
5323         * src/dialogs/item-properties.cpp, src/sp-object.h:  Cleaning up
5324         stubs, disabling some more of the desc code to prevent crash.
5325         The change to SPObject::label() broke the label editing code;
5326         fixing it.
5328 2004-10-30  Kees Cook  <kees@outflux.net>
5330         * src/sp-metadata.cpp, src/sp-metadata.h, src/Makefile_insert,
5331         src/document.cpp, src/sp-object-repr.cpp, src/sp-object.cpp:
5332         I've created my very first SPObject!  SPMetadata is alive!  No
5333         more nasty hack to have it disappear from SVG Plain.  Mental
5334         won't have to take away my CVS access any more!  :)
5335         * inkscape2.nsi: update from Adib Taraben
5337 2004-10-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5339         * src/libnr/nr-matrix.cpp (nr_matrix_invert):
5340           Fix for last commit to this file, which broke src==dest case.
5341         * src/libnr/nr-matrix-test.cpp: Add test cases for nr_matrix_invert.
5343 2004-10-30  MenTaLguY  <mental@rydia.net>
5345         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5346           update when layers added/removed/reordered.
5348         * src/verbs.h, src/verbs.cpp: added "rename layer" verb.
5350 2004-10-29  Kees Cook  <kees@outflux.net>
5352         * src/Makefile_insert, src/trace/Makefile_insert,
5353         src/util/Makefile_insert: distcheck cleanups.
5355 2004-10-29  MenTaLguY  <mental@rydia.net>
5357         * src/widgets/layer-selector.cpp: default labels in italic
5359         * src/sp-object.h, src/sp-object.cpp: inkscape:label fixes
5361         * src/layer-fns.cpp: make ordering of layers complete; not just among
5362                              siblings
5364         * src/util/list.h: documentation update
5366 2004-10-29  Bryce Harrington <bryce@bryceharrington.org>
5368         * layer-fns.cpp:  documenting
5369         * layer-selector.cpp:  documenting & fixing funky widget resizing
5370         * object-ui.cpp, dialogs/item-properties.cpp, sp-object.h,
5371           sp-object.cpp, widgets/layer-selector.cpp: add ability to set
5372           inkscape:label from "Item Properties", remove id setting from
5373           "Item Properties", switch to using
5374           SPObject::label()/SPObject?::defaultLabel() in UI where object
5375           ID is currently used.  Documenting.  Switching from "label" to
5376           "inkscape:label" where appropriate.  Adding
5377           visible()/setVisible() functions and activating checkbox.
5378         * dialogs/item-properties.cpp:  Adding title and desc boxes.
5379           Adjusting layout of dialog a bit.  Changing to use of tables
5380           instead of horiz/vert boxes for layout.  Setting to inactive
5381           until some underlying bits get finished.
5383 2004-10-29  Kees Cook  <kees@outflux.net>
5385         * src/dialogs/export.cpp: moved function-based static state variable
5386           into the dialog state variables.  Closes bug #993447.
5387         * src/display/curve.cpp: fixed compile warning.
5388         * src/sp-namedview.cpp: wasn't ref counting correctly.  Closes #955020.
5390 2004-10-29  Jon A. Cruz  <jon@joncruz.org>
5392         * src/sp-image.cpp, src/extension/internal/gdkpixbuf-input.cpp:
5393           Refactoring filenames and file opening
5394           Scales imported images if DPI is known and not 72 DPI. Fixes
5395           #1029755
5397 2004-10-29  MenTaLguY  <mental@rydia.net>
5399         * src/widgets/layer-selector.cpp, src/verbs.cpp:
5400           unselect objects when layer is manually switched
5402 2004-10-28  Kees Cook  <kees@outflux.net>
5404         * src/document-undo.cpp, src/document.cpp, src/sp-namedview.cpp,
5405           src/sp-text.cpp, src/dialogs/desktop-properties.cpp,
5406           src/dialogs/export.cpp, src/extension/input.cpp,
5407           src/extension/output.cpp, src/extension/system.cpp:
5408           Fixing calls to sp_document_set_undo_sensitive to correct allow for
5409           nesting, as suggested by mental.  Found while tracking down bug
5410           #1030436.
5412 2004-10-28  MenTaLguY  <mental@rydia.net>
5414         * src/util/list.h: cleanups of list class.  I think, aside from
5415           documentation and maybe fixes for g++ 3.4 (if required), this
5416           is the last set of changes I will need to make.
5418         * src/sp-item.cpp, src/splivarot.cpp, src/util/reverse-list.h,
5419           src/util/filter-list.h, src/util/map-list.h:
5420           adjust for changes in the list class' interface
5422         * src/desktop.cpp, src/sp-desktop-widget.h:
5423           removed old layer selector and added SPDesktop::itemIsHidden()
5425         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5426           more work; it's now at least as functional as the old selector it
5427           replaces
5429 2004-10-27  Kees Cook  <kees@outflux.net>
5431         * src/libnr/nr-point.h: use NR::X and NR::Y instead of "0" and "1".
5432         * src/dialogs/export.cpp: stack/register weirdness requires a function
5433           call to get true == comparison of NR::Rect's.  Closes bug #1048614.
5434         * src/dialogs/align.cpp: saving erased iterator.  Closes bug #1054270.
5435         * share/extensions/ill2svg.pl: added strict, warnings, and detection
5436           of Image::Magick module.  Closes bug #990659.
5437         * src/dialogs/find.h, src/dialogs/find.cpp: removed unfinished new
5438           find dialog instantiation.  Closes bug #1048802.
5440 2004-10-27  Carl Hetherington  <inkscape@carlh.net>
5442         * src/extension/output.cpp: better fix for 1004134 after advice
5443         from Ted.
5445 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
5447         * src/extension/output.cpp: don't reset modified flag until after
5448         save has happened, in case it fails.  Fixes 1004134.
5450         * src/livarot/ShapeSweep.cpp: fix a typo in my cleanups.  Fixes
5451         1048151.
5453 2004-10-25  Bryce Harringotn <bryce@bryceharrington.org>
5455         * file.cpp, file.h, dialogs/export.cpp: Adding error return logic
5456           for png export code so that failure to write can be tracked.
5457           Adding an error dialog for when this occurs.  Fixes bug 1038932.
5459         * extension/system.cpp:  Changing sp_ui_error_dialog to g_warning
5460           so won't crash when running from commandline.  Fixes bug
5461           1000350.
5463         * inkscape.cpp, inkscape.h, main.cpp, dialogs/filedialog.cpp:
5464           Adding Inkscape::Application::use_gui flag as temporary hack to
5465           prevent gui dialogs from being used when running from
5466           commandline.  Fixes bug 1045067.
5468 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
5470         * src/livarot/PathCutting.cpp: fix a couple of bugs that I
5471         introduced that cause crashes on cut path.
5473 2004-10-25  Kees Cook  <kees@outflux.net>
5475         * src/sp-object.cpp: nasty hack to not export metadata on "Plain SVG".
5476           I promise I'll fix this with a proper SPObject soon.
5478 2004-10-25  Jon A. Cruz  <jon@joncruz.org>
5479         * src/file.cpp, src/file.h, src/inkscape.cpp, src/sp-image.cpp,
5480         src/uri.cpp, src/uri.h, src/dialogs/filedialog.cpp,
5481         src/extension/input.cpp, src/extension/implementation/script.cpp,
5482         src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
5483         src/extension/internal/win32.h, src/extension/plugin/gimpgrad.cpp,
5484         src/helper/png-write.cpp, src/trace/imagemap.cpp, src/xml/repr-io.cpp:
5486         Refactoring filenames and file opening
5488 2004-10-24  MenTaLguY  <mental@rydia.net>
5490         * src/Makefile.am: added/removed files
5492         * src/util/copy-list.h: nobody's using it right now, get rid of it
5494         * src/traits/copy.h, src/traits/list-copy.h:
5495           traits for determining the type to make a copy of a value
5497         * src/sp-item.cpp, src/util/filter-list.h src/util/map-list.h,
5498           src/util/reverse-list.h, src/widgets/layer-selector.cpp
5499           src/xml/sp-repr-action.cpp:
5501           let the list functions infer their own result type (where possible)
5503         * src/util/forward-pointer-iterator.h: its value type is a reference
5505 2004-10-23  MenTaLguY  <mental@rydia.net>
5507         * src/desktop.cpp: removed vertical usize limits on statusbar
5509         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5510           more layer selector work; simplfied model and customized CellRenderer
5511           settings a bit
5513         * src/attributes.cpp, src/attributes.h, src/sp-object.cpp, src/sp-object.h:
5514           add inkscape:label attribute
5516         * src/file.cpp, src/sp-anchor.h, src/sp-animation.h, src/sp-chars.h,
5517           src/sp-clippath.h, src/sp-conn-end.cpp, src/sp-defs.h, src/sp-ellipse.h,
5518           src/sp-gradient.h, src/sp-guide.h, src/sp-image.h, src/sp-line.h,
5519           src/sp-linear-gradient.h, src/sp-marker.h, src/sp-mask.h,
5520           src/sp-namedview.h, src/sp-object-group.h, src/sp-offset.h, src/sp-path.h,
5521           src/sp-pattern.h, src/sp-polygon.h, src/sp-polyline.h,
5522           src/sp-radial-gradient.h, src/sp-rect.cpp, src/sp-rect.h, src/sp-root.h,
5523           src/sp-spiral.h, src/sp-star.h, src/sp-stop.h, src/sp-string.h,
5524           src/sp-symbol.h, src/sp-text.h, src/sp-tspan.h, src/sp-use.h,
5525           src/sp-offset.cpp, src/sp-shape.h:
5527           make inheritance actual
5529 2004-10-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5531         * src/libnr/*: Move some things from nr-matrix-ops.h to new files.
5533         * src/libnr/nr-point-fns.h, src/libnr/nr-point-fns.cpp:
5534           New function is_zero.  Move is_unit_vector here
5535           (was private to sp-spiral.cpp).
5537         * src/display/bezier-utils-test.cpp: Disable a test, replacing with a
5538           todo printf and adding a comment explaining.
5540 2004-10-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5542         * src/pencil-context.cpp: Ensure that data points array p is uniqued
5543           and contains no NaNs.
5545         * src/libnr/nr-point-fns.cpp (LInfty): Fix bug with NaN coordinates:
5546           return NaN (rather than unspecified behaviour).
5547         * src/libnr/nr-point-fns-test.cpp: Add test cases for L1,L2,LInfty
5548           handling of NaN.
5550         * src/pencil-context.cpp: Fix bug: undesirable interactions between
5551           snapping and snap-to-anchor.
5553 2004-10-21  MenTaLguY  <mental@rydia.net>
5555         * src/desktop.cpp: SPDesktop::currentRoot() should pull from
5556           the current layer hierarchy just like SPDesktop::currentLayer();
5557           doubly so, since currently when switching documents the layer hierarchy
5558           is updated before the document is switched
5560         * src/util/Makefile_insert, src/util/copy-list.h: add list copy thingy
5562         * src/util/list.h: add rest()
5564         * src/util/reverse-list.h: bug fixes to reverse_list_in_place()
5566         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5567           more work on layer selector
5569 2004-10-21  Carl Hetherington  <inkscape@carlh.net>
5571         * src/livarot/Path.cpp, src/livarot/Path.h,
5572         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5573         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5574         src/livarot/ShapeMisc.cpp: excise separate path description data
5575         structure.
5577         * src/livarot/Path.h, src/livarot/Path.cpp,
5578         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5579         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5580         src/livarot/ShapeMisc.cpp, src/livarot/livarot-forward.h: move
5581         path description structs into their own files, and rename a few
5582         member variables.
5584         * src/livarot/Path.h, src/livarot/PathConversion.cpp,
5585         src/livarot/PathOutline.cpp: remove some unused functions.
5587 2004-10-20  Carl Hetherington  <inkscape@carlh.net>
5589         * src/livarot/Path.cpp: fix for 1050379, and probably lots of
5590         others.
5592         * src/livarot/Path.h, src/livarot/PathOutline.cpp: bug fix for a
5593         previous commit.
5595         * src/livarot/Path.cpp: fix a memory leak.
5597 2004-10-19  Carl Hetherington  <inkscape@carlh.net>
5599         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: more
5600         simplification cleanups.
5602         * src/livarot/PathStroke.cpp: coding style cleanups.
5604         * src/livarot/Path.h, src/livarot/PathSimplify.cpp,
5605         src/livarot/PathStroke.cpp: more cleanups; don't modify Path::pts
5606         and Path::nbPt.
5608         * src/livarot/Path.cpp, src/livarot/Path.h,
5609         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5610         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: use a
5611         std::vector for Path::pts.
5613 2004-10-18  Carl Hetherington  <inkscape@carlh.net>
5615         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: coding style
5616         and const cleanups.
5618         * src/livarot/PathSimplify.cpp: some very minor cleanups, and
5619         temporary comments for myself.
5621         * src/livarot/PathConversion.cpp: coding style cleanups.
5623         * src/livarot/PathConversion.cpp: fix for bug 1048827.
5625         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: clean up
5626         simplification code.
5628 2004-10-17  MenTaLguY  <mental@rydia.net>
5630         * share/templates/Makefile.am, share/templates/layers.svg:
5631           added a layer template
5633         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5634           more layer selector work
5636         * src/util/filter-list.h, src/util/Makefile_insert:
5637           added filter_list()
5639 2004-10-15  Carl Hetherington  <inkscape@carlh.net>
5641         * src/livarot/PathSimplify.cpp: remove #ifdef
5642         pseudo_douglas_pecker code that wasn't being used.
5644 2004-10-15  MenTaLguY  <mental@rydia.net>
5646         * src/view.h: removed obsolete status message functions
5648         * src/attributes.h: remove unused #define
5650         * src/sp-object.cpp: fix for bug #1048268 (inkscape:collect being written
5651           in "plain SVG" files)
5653         * src/sp-item.h, src/sp-item.cpp: added isLocked() and isHidden()
5654           predicates
5656         * src/sp-item.cpp, src/sp-style.cpp: basic support for visibility CSS
5657           property
5659 2004-10-14  Ted Gould  <ted@gould.cx>
5661         * share/extension/*.inkmod -> *.inx
5662         src/extension/init.cpp
5664         Changing the filename extension that is used to identify Inkscape
5665         extensions to the one specified in the design document.
5667 2004-10-14  MenTaLguY  <mental@rydia.net>
5669         * src/util/list.h: more 3.4 fixes
5671 2004-10-13  MenTaLguY  <mental@rydia.net>
5673         * src/util/list.h, src/util/forward-pointer-iterator.h:
5675           fixes to (hopefully) build with g++ 3.4 (and generally be less evil
5676           anyway)
5678 2004-10-14  Carl Hetherington <inkscape@carlh.net>
5680         * src/livarot/int-line.cpp: coding style cleanups.
5682         * src/livarot/float-line.cpp, src/livarot/float-line.h:
5683         refactoring, removal of dead code.
5685         * src/display/guideline.cpp, src/display/guideline.h: coding style
5686         cleanups.
5688         * src/livarot/Path.cpp, src/livarot/Path.h,
5689         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5690         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: merge
5691         Path::path_lineto and Path::path_lineto_b.
5693 2004-10-14  Carl Hetherington <inkscape@carlh.net>
5695         * src/Path.cpp, src/Path.h, src/PathConversion.cpp,
5696         src/PathCutting.cpp, src/PathOutline.cpp, src/PathSimplify.cpp,
5697         src/ShapeMisc.cpp: use a vector of pointers for Path::descr_cmd.
5699         * src/livarot/Ligne.cpp, src/livarot/Ligne.h,
5700         src/livarot/int-line.cpp, src/livarot/int-line.h,
5701         src/livarot/float-line.cpp, src/livarot/float-line.h,
5702         src/livarot/livarot-forward.h, src/livarot/ShapeRaster.cpp,
5703         src/sp-flowregion.cpp, src/display/canvas-bpath.cpp,
5704         src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
5705         src/display/sp-ctrlline.cpp, src/libnrtype/FlowDest.cpp,
5706         src/libnrtype/RasterFont.cpp: split Ligne into float-line and
5707         int-line.
5709         * src/libnrtype/FlowDest.cpp, src/libnrtype/RasterFont.cpp,
5710         src/libnrtype/raster-position.h, src/livarot/float-line.cpp,
5711         src/livarot/float-line.h, src/livarot/int-line.cpp: use
5712         std::vector for arrays in FloatLigne.
5714         * src/livarot/float-line.cpp, src/livarot/float-line.h: remove
5715         lots of dead code.  Make some methods private.
5717 2004-10-12  MenTaLguY  <mental@rydia.net>
5719         * src/Makefile.am: added files
5721         * src/layer-fns.cpp, src/sp-item.cpp: use iterators, simplifying code
5723         * src/sp-object.cpp, src/splivarot.cpp: adapt to new version of
5724           Inkscape::Algorithms::longest_common_suffix
5726         * src/sp-object.h, src/sp-repr-iterators.h: add new iterator classes
5728         * src/algorithms/find-last-if.h: add counterpart of std::find_if
5730         * src/algorithms/longest-common-suffix.h: rewrite to use iterators
5732         * src/algorithms/longest-prefix.h, src/algorithms/longest-suffix.h,
5733           src/algorithms/shortest-prefix.h, src/algorithms/shortest-suffix.h:
5735           removed; these algorithms are no longer necessary when using
5736           iterators
5738         * src/traits/list.h: no longer needed
5740         * src/traits/reference.h: add "Pointer" member type
5742         * src/util/Makefile_insert: shuffled files
5744         * src/util/list.h: reworked Inkscape::Util::List to be a "handle" type
5745           that can also be used as an STL iterator
5747         * src/util/forward-pointer-iterator.h: treat a pointer as an iterator,
5748           given a base pointer type and a type which defines the iteration
5749           strategy
5751         * src/util/map.h: obsolete
5753         * src/util/map-list.h: iterator-based implementation
5755         * src/traits/tree-iterator.h: no longer necessary (superceded by
5756           specific applications of Inkscape::Util::ForwardPointerIterator)
5758         * src/sp-object-tree-iterator.h, src/util/parent-axis.h,
5759           src/util/sibling-axis.h: obsolete
5761         * src/util/map.h, src/util/reverse.h: obsolete
5763         * src/util/map-list.h, src/util/reverse-list.h:
5764           iterator-based implementations
5766         * src/xml/Makefile_insert: added file
5768         * src/xml/repr.h: removed old tree iterator stuff
5770         * src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h: use new
5771           pointer iterator facility
5773         * src/xml/sp-repr-iterators.h: pointer iterators for SPRepr
5775 2004-10-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5777         * src/display/bezier-utils.h, src/display/bezier-utils.cpp
5778           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full): Change the meaning
5779           of the last parameter: was max_depth, now lg_max_beziers, with the
5780           relationship lg_max_beziers = max_depth + 1.  Callers updated.
5782         * src/xml/repr.cpp (sp_repr_change_order):
5783           Add g_return_if_fail for some conditions that would break structural
5784           integrity, and add a TODO comment indicating incompleteness.
5785           Use sp_repr_prev function.
5787         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp
5788           (sp_repr_prev_sibling): Rename to sp_repr_prev for consistency
5789           with sp_repr_next.  Don't consider it an error for child to be
5790           NULL or parentless.  Callers updated.
5792         * src/draw-context.cpp (spdc_concat_colors_and_flush,
5793           spdc_flush_white): Misc readability cleanups.
5795         * src/display/curve.cpp (sp_curve_reverse): Fix a bug where the
5796           reversed curve wrongly included a trailing moveto command.  (Bug
5797           introduced in my 2004-09-05 change: one of the callers I didn't
5798           know how to cause to run.)
5800 2004-10-12  Ted Gould  <ted@gould.cx>
5802         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
5803         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
5804         share/extensions/eps_input.inkmod, share/extensions/epsi_output.inkmod,
5805         share/extensions/gimpgrad.inkmod, share/extensions/ps_input.inkmod,
5806         share/extensions/roundhole.inkmod, share/extensions/sk_input.inkmod,
5807         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
5808         share/extensions/txt2svg.inkmod, share/extensions/wmf_input.inkmod,
5809         src/extension/dependency.cpp, src/extension/dependency.h,
5810         src/extension/extension.cpp, src/extension/init.cpp:
5812         Moving all of the dependency stuff from the scripts, up to the root
5813         extension level.  This means that everyone can have dependencies, and
5814         dependency checking (a good thing).  This makes use of the new
5815         'Dependency' class that is also in the extension directory.
5817 2004-10-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5819         * src/pencil-context.cpp (sp_pencil_context_root_handler): Split into
5820           many functions, fixing some illegal union aliasing along the way (as
5821           was done for sp_pen_context_root_handler).
5823         * src/modifier-fns.h: New file of inline functions based on macros.h
5824           MOD__CTRL etc. macros.
5825         * src/Makefile_insert: Add the new file.
5827         * src/pen-context.h: Change size of p array from SP_DRAW_MAX_POINTS to
5828           5 now that we aren't sharing with SPPencilContext.
5830         * src/draw-context.cpp, src/draw-context.h, src/pen-context.cpp,
5831           src/pen-context.h, src/pencil-context.cpp, src/pencil-context.h:
5832           Move npoints,p from SPDrawContext to both SPPenContext and
5833           SPPencilContext.
5835         * src/draw-context.cpp, src/draw-context.h: Split off new files
5836           pen-context.h, pen-context.cpp, pencil-context.h, pencil-context.cpp,
5837           draw-anchor.h, draw-anchor.cpp.
5838         * src/Makefile_insert: Add the new files.
5840 2004-10-10  Ted Gould  <ted@gould.cx>
5842         * src/event-context.cpp, src/file.cpp, src/file.h, src/print.cpp,
5843         src/print.h, src/selection-chemistry.h, src/sp-image.cpp, src/sp-item.cpp,
5844         src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp, src/sp-symbol.cpp,
5845         src/tools-switch.cpp, src/dialogs/export.cpp, src/dialogs/filedialog.cpp,
5846         src/extension/Makefile_insert, src/extension/db.cpp,
5847         src/extension/dependency.cpp, src/extension/dependency.h,
5848         src/extension/effect.cpp, src/extension/effect.h,
5849         src/extension/extension-forward.h, src/extension/extension.cpp,
5850         src/extension/extension.h, src/extension/input.cpp, src/extension/input.h,
5851         src/extension/output.cpp, src/extension/output.h, src/extension/print.cpp,
5852         src/extension/print.h, src/extension/system.cpp,
5853         src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp,
5854         src/extension/internal/svg.cpp, src/libnrtype/FlowResOut.cpp:
5856         Splitting out the different types of extensions into their own files so
5857         that the overall dependencies can be reduced.  Caused a ripple through
5858         lots of other files.  Hopefully the dependency situation is better now.
5860 2004-10-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5862         * src/draw-context.cpp:
5863           Change xp,yp file globals to NR::Point pen_draw_origin_w.
5865         * src/draw-context.cpp (sp_pen_context_root_handler):
5866           Split into many routines.  Fix some illegal union member aliasing.
5867           (pen_handle_key_press): Minor code cleanups in backspace handling.
5868           (pen_handle_motion_notify): Make tolerance var local instead of
5869           file-global.  (This transformation is applicable to many
5870           dragtolerance users.)
5872         * src/draw-context.cpp (spdc_endpoint_snap_handle):
5873           Change argument type from SPDrawContext to SPPenContext, and
5874           specialize definition accordingly.  Caller updated.
5876         * src/draw-context.h: Change red_curve_is_valid from char to bool.
5877         * src/draw-context.cpp: Change red_curve_is_valid assignments from
5878           0x00/0x01 to false/true (using find & replace).
5880 2004-10-07  Carl Hetherington  <inkscape@carlh.net>
5882         * src/nr-object.cpp, src/nr-object.h: coding style and const
5883         fixes.
5885         * src/nr-rect.cpp: added a doxygen comment.  Some coding style
5886         fixes.
5888         * src/sp-paint-server.cpp: coding style fixes.
5890         * src/nr-arena-item.cpp, src/nr-arena-item.h: move a comment to
5891         the .cpp file and make it doxygen-style.
5893         * src/livarot/Path.cpp: coding style cleanups.  Add an assert to
5894         Path::Transform().
5896         * src/livarot/Path.cpp, src/livarot/Path.h: fix some archaic
5897         notation.
5899         * src/livarot/Ligne.cpp: coding style cleanups.
5901         * src/livarot/PathOutline.cpp, src/livarot/Path.h: fix a rather
5902         nasty hack in the outlining code.
5904         * src/livarot/Path.cpp, src/livarot/Path.h,
5905         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5906         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5907         src/livarot/ShapeMisc.cpp, src/splivarot.cpp, src/sp-offset.cpp:
5908         use std::vector for Path::descr_cmd.
5910         * src/livarot/Path.cpp, src/livarot/Path.h,
5911         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5912         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5913         src/livarot/ShapeMisc.cpp: getType() and setType() in Path::path_descr.
5915 2004-10-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5917         * src/sp-object-repr.cpp (sp_repr_type_lookup): Distinguish between XML
5918           element name and sodipodi:type attribute value: use a separate table
5919           for each.
5920         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_lookup):
5921           Don't export this function.  (Also rename it to name_to_gtype and
5922           change its definition for separate tables.)
5924 2004-10-03  Kees Cook  <kees@outflux.net>
5926         * src/dialogs/rdf.cpp, src/dialogs/repr-util.cpp, src/dialogs/repr.h:
5927           Since "dc:title" can appear at multiple XML levels, a way to
5928           control max depth in searching was added.  (Closes bug #1009290)
5930 2004-09-30  MenTaLguY  <mental@rydia.net>
5932         * src/widgets/document-tree-model.cpp:
5933           more bug fixes
5935         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5936           get the layer selector sort of in more order
5938 2004-09-28  Ted Gould  <ted@gould.cx>
5940         * src/verbs.cpp, src/verbs.h, src/view.cpp:
5942         Making it so that actions get deleted as views get destroyed.
5944 2004-09-27  Ted Gould  <ted@gould.cx>
5946         * src/desktop.h, src/forward.h, src/interface.cpp, src/interface.h,
5947         src/select-toolbar.cpp, src/shortcuts.cpp, src/shortcuts.h,
5948         src/toolbox.cpp, src/toolbox.h, src/verbs.cpp, src/verbs.h,
5949         src/dialogs/align.cpp, src/dialogs/align.h,
5950         src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp,
5951         src/dialogs/export.cpp, src/dialogs/find.cpp,
5952         src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
5953         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
5954         src/dialogs/xml-tree.cpp, src/helper/action.cpp, src/helper/action.h:
5956         Wow, alot of files changed.  The ones that changed the most are
5957         verb.cpp and verb.h, which are almost entirely different.  What happened
5958         here is the verbs were made object oriented.  So, as the verbs
5959         are built into everything, lots of files changed.  Now the code
5960         for the verbs is much cleaner, and I think a little bit faster.
5961         Also, it will be easier to extend the verbs for use in effects.
5963 2004-09-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5965         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
5966           Get rid of operator NR::translate(), which was allowing
5967           *implicit* (and typically lossy) conversion to NR::translate,
5968           and which made a bug hard to find.
5970         * src/sp-gradient-test.cpp: New unit test file.  I believe this is the
5971           first test that tests an SPObject.
5972         * src/Makefile_insert, src/Makefile.am: Invoke the new test.
5974 2004-09-24  MenTaLguY <mental@rydia.net>
5976         * src/selection-chemistry.cpp:
5978           "select all" and "clear" now operate on the current layer rather than on
5979           the document root
5981         * src/verbs.cpp, src/shortcuts.cpp, layer-fns.cpp, src/sp-item.cpp:
5983           keyboard shortcuts and fixes for layer verbs
5985 2004-09-23  MenTaLguY <mental@rydia.net>
5987         * src/message-stack.h, src/message-stack.cpp:
5989           return id of flashed messages so they are cancellable
5991         * src/message-context.h, src/message-context.cpp:
5993           message context flashes now supercede one another, as regular
5994           messages do (they do not supercede regular messages though)
5996         * src/interface.cpp, src/layer-fns.cpp, src/layer-fns.h, src/verbs.cpp:
5998           initial stab at layers menu; not everything works the way it should
5999           quite yet
6001         * src/message-context.h, src/message-context.cpp:
6003           added flash methods to Inkscape::MessageContext
6005         * src/gc-core.h, src/display/nr-arena-glyphs.cpp,
6006 src/display/nr-arena-group.cpp,
6007           src/display/nr-arena-item.cpp, src/display/nr-arena-item.h,
6008           src/display/nr-arena-shape.cpp, src/libnr/nr-object.cpp,
6009 src/libnr/nr-object.h,
6011           eliminate more sources of leaks; managed objects shouldn't use refcounts
6012           among themselves
6014         * src/xml/repr.cpp: don't nuke log pointer
6016 2004-09-21  MenTaLguY <mental@rydia.net>
6018         * src/gc-finalized.h: fix for stupid bug preventing finalizable objects
6019           from being collected
6021         * src/Makefile_insert, src/gc.cpp, src/gc-core.h:
6022           move Inkscape::GC::init out-of-line, and funnel GC warnings through
6023           glib
6025 2004-09-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6027         * src/sp-marker.h, src/sp-marker.cpp (sp_marker_show_instance):
6028           Change to using NR::Matrix instead of NRMatrix.  Update caller.
6030         * src/sp-gradient.cpp (sp_gradient_get_g2d_matrix,
6031           sp_gradient_get_gs2d_matrix, sp_gradient_set_gs2d_matrix):
6032           New NR::Matrix/NR::Rect versions of existing functions.
6034         * src/libnr/nr-matrix-translate-ops.h (operator/): New function.
6036         * src/libnr/nr-matrix-scale-ops.cpp: New file.
6037         * src/libnr/nr-matrix-scale-ops.h (operator/(Matrix,scale)):
6038           New function.
6040 2004-09-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6042         * src/sp-gradient.h: Change gradientTransform from NRMatrix to
6043           NR::Matrix.  Users updated.
6045         * src/Makefile.am (EXTRA_DIST), Makefile_insert
6046           dialogs/Makefile_insert extension/implementation/Makefile_insert
6047           extension/internal/Makefile_insert helper/Makefile_insert
6048           livarot/Makefile_insert (blah_SOURCES):
6049           Add some .h files for `make dist'.
6051 2004-09-19  MenTaLguY <mental@rydia.net>
6053         * src/gc-core.h: don't defer finalizers
6055         * src/gc-core.h: bump up free space divisor -- collections should
6056           happen ~32x more frequently
6058 2004-09-19  Carl Hetherington <inkscape@carlh.net>
6060         * src/display/canvas-bpath.cpp, src/display/nr-arena-shape.cpp,
6061         src/display/sp-ctrlline.cpp, src/libnrtype/RasterFont.cpp,
6062         src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: remove some
6063         unused parameters from calls to raster code.
6065         * src/livarot/ShapeRaster.cpp: coding style cleanups.
6067         * src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: factored out
6068         _updateIntersection().
6070         * src/livarot/AVL.cpp, src/livarot/AVL.h: remove DblLinked.  Cleanups.
6072 2004-09-18  MenTaLguY <mental@rydia.net>
6074         * src/dialogs/filedialog.cpp: unref the preview document we created
6076 2004-09-18  Carl Hetherington <inkscape@carlh.net>
6078         * src/livarot/AVL.cpp, src/livarot/AVL.h,
6079         src/livarot/DblLinked.cpp, src/livarot/DblLinked.h,
6080         src/livarot/LivarotDefs.h, src/livarot/ShapeRaster.cpp,
6081         src/livarot/ShapeSweep.cpp, src/livarot/sweep-tree.cpp,
6082         src/livarot/sweep-tree.h, src/sweep-event.h: replace leftFoo and
6083         rightFoo with foo[2] in a few places.  Associated cleanups.
6085         * src/livarot/Shape.h: use Side rather than a bool for
6086         TesteIntersection.  Add some methods.  Remove some unused variables.
6088         * src/livarot/ShapeSweep.cpp: simplify TesteIntersection with use
6089         of Side.
6091         * src/livarot/sweep-event.h: const fix.
6093         * src/livarot/sweep-event.cpp: simplifications with use of Side.
6095         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
6096         src/livarot/ShapeMisc.cpp, src/ShapeSweep.cpp: lastA/firstA in
6097         Shape::dg_point ->
6099           further work on stroking; break out bezier approximation into
6100           public functions
6102 2004-09-10  MenTaLguY <mental@rydia.net>
6104         * src/render/polygon.h, src/render/shape-builder.h,
6105           src/render/shape-builder.cpp, src/render/stroke.h,
6106           src/render/dash.h:
6108           beginnings of a simple alternate renderer
6110 2004-09-09  Carl Hetherington <inkscape@carlh.net>
6112         * src/sp-flowtext.cpp, src/sp-offset.cpp, src/splivarot.cpp,
6113         src/display/nr-arena-shape.cpp, src/libnrtype/FlowDest.cpp,
6114         src/livarot/PathConversion.cpp, src/livarot/Shape.h: make
6115         Shape::nbPt and Shape::nbAr private and provide accessor methods.
6117         * src/display/nr-arena-shape.cpp, src/livarot/Shape.h: make
6118         Shape::flags private.
6120         * src/splivarot.cpp, src/livarot/PathStroke.cpp,
6121         src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6122         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
6123         Clean up handling of flags in Shape class
6125         * src/livarot/AlphaLigne.cpp, src/livarot/Path.cpp,
6126         src/livarot/PathSimplify.cpp, src/livarot/Shape.cpp,
6127         src/livarot/ShapeSweepUtils.cpp: it's ok to free NULL.
6129         * src/livarot/Shape.h, src/sp-offset.cpp, src/splivarot.cpp,
6130         src/display/nr-arena-shape.cpp: Make Shape::pts private and offer
6131         a read-only accessor.
6133         * src/livarot/Shape.cpp, src/livarot/Shape.h,
6134         src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
6135         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp, src/
6136         livarot/ShapeSweepUtils.cpp, src/livarot/ShapeUtils.h: Rename
6137         Shape::pts to Shape::_pts, and use getPoint() wherever possible.
6139         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
6140         src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6141         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp: Add
6142         dg_point::totalDegree() and make use of it.
6145 2004-09-08  MenTaLguY  <mental@rydia.net>
6147         * src/libnr/nr-object.h, src/libnr/nr-object.cpp: fix NRObject
6148           initialization
6150         * configure.in, src/gc-core.h, src/gc-managed.h, src/gc-anchored,
6151           src/gc-finalized.h:
6153           add a --disable-gc ./configure option to omit garbage collection
6154           from the build (the normal allocator will be used, although
6155           memory will obviously leak since it does not get explicitly freed)
6157         * src/xml/repr.cpp: SPRepr's copy constructor needs to properly
6158           initialize its fields
6160         * src/xml/repr-util.cpp, src/xml/repr-private.h,
6161           src/xml/repr.h, src/xml/repr.cpp:
6163           new child-count-related routines, and added mutation signals
6164           to SPReprDoc
6166         * src/desktop.cpp: call the "Active Group" widget by its TRUE NAME!
6168         * src/widgets/Makefile_insert, src/widgets/document-tree-model.cpp,
6169           src/widgets/document-tree-model.h, src/widgets/layer-selector.cpp,
6170           src/widgets/layer-selector.h:
6172           very cursory start on new layers UI
6174 2004-09-08  Carl Hetherington <inkscape@carlh.net>
6176         * src/helper/stock-items.cpp: fix a bad free().  Improve coding
6177         style compliance.
6179         * src/libnrtype/FlowRes.cpp: slightly unpleasant fix for a buffer
6180         overrun.
6182 2004-09-07  MenTaLguY <mental@rydia.net>
6184         * src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6185           src/livarot/ShapeSweep.cpp:
6187           use std::vector for points array (seems to crash less?)
6189         * src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
6190           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
6191           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
6192           src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
6193           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
6195           switch to glib's allocator routines, which have the expected
6196           semantics
6198         * src/livarot/evil-malloc.h: removed
6200 2004-09-07  Ted Gould  <ted@gould.cx>
6202         * src/color-rgba.h:
6204         Some comments and some little code clean up things.  Added a couple
6205         of constructors to make life a little simpler.
6207 2004-09-06  Ted Gould  <ted@gould.cx>
6208         * src/extension/plugin/gimgrad.cpp, src/extension/implementation/plugin*
6209           share/extension/gimpgrad.inkmod, src/extension/system.cpp,
6210           src/extension/extension.h:
6212         Mega commit.  This commit does two things, it adds in the ability to
6213         do plugins in Inkscape.  This means that there are loadable modules
6214         that can be used for just about anything.  It also provides a sample
6215         implementation of a plugin to load GIMP gradients.  This means that
6216         GIMP gradients can be imported into Inkscape, giving a larger set of
6217         gradients that can be used in Inkscape.
6219         Currently, nothing here is really complete, but it is functional.  The
6220         plugins really only work for input plugins, and the GIMP gradient example
6221         isn't very robust.  They will come shortly.
6223 2004-09-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6225         * src/display/curve.h, src/display/curve.cpp:
6226           Change x,y members to NR::Point.
6227           Rename posset (spiced&spiked hot milk) to posSet as per CodingStyle.
6229         * src/display/curve.cpp (sp_curve_reverse): Previously this
6230           routine returned only the last subpath, and made it an open
6231           path.  Now it preserves all aspects of the curve other than
6232           reversing it.  I believe this change makes no difference to the
6233           draw-context and dyna-draw-context callers (though I haven't
6234           managed to test all of these callers), whereas for the `reverse
6235           path' command, users presumably expect the new behaviour.
6237         * src/display/curve.cpp (sp_curve_closepath_current):
6238           Fix bad assertion.
6240         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
6241           (get_translation): New function.
6243         * src/sp-polygon.cpp (polygon_get_value): Use static linkage.
6244           (sp_polygon_set): Remove debugging output.  Add `todo' comment.
6246 2004-09-03  MenTaLguY <mental@rydia.net>
6248         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
6249           src/sp-namedview.h:
6251           remember previously selected layer on load
6253 2004-09-02  MenTaLguY <mental@rydia.net>
6255         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp:
6257           reintroduced the inkscape:groupmode attribute
6259         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
6260           src/libnr/nr-object.cpp:
6262           remove USE_LIBGC macro again
6264 2004-08-30  MenTaLguY <mental@rydia.net>
6266         * src/sp-object.cpp:
6268           ref the object while SPObject::deleteObject runs, so it doesn't
6269           get destroyed halfway through [ fix for bug #1012874 ]
6271 2004-08-29  MenTaLguY <mental@rydia.net>
6273         * src/gc-core.h:
6275           turn off scanning of dynamic library data segments; we don't need
6276           it, and it seems to cause problems on FC2
6278 2004-08-27  MenTaLguY <mental@rydia.net>
6280         * src/traits/function.h: add typedefs for all argument positions,
6281           specifying 'void' for all arguments after the last
6283         * src/livarot/evil-malloc.h, src/livarot/BitLigne.cpp,
6284           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
6285           src/livarot/Shape.cpp, src/livarot/ShapeSweepUtils.cpp:
6287           work around livarot bugs so I can use ElectricFence
6289         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
6290           src/libnr/nr-object.cpp:
6292           make the garbage collector easy to disable by undefining
6293           USE_LIBGC in src/gc-core.h
6295 2004-08-26  MenTaLguY <mental@rydia.net>
6297         * src/document-private.h, src/document.h, src/document.cpp:
6299           add notification signal when resources are added or removed
6301 2004-08-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6303         * src/xml/repr-css.cpp (sp_repr_css_print):
6304           Fix for shared string change.
6306         * src/sp-text.cpp (sp_text_description):
6307           Fix for when font Name() call fails.
6309         * src/sp-text.cpp: CodingStyle changes, including moving some
6310           declarations to first use.
6311           Remove unused __SP_TEXT_C__ define.
6313 2004-08-25  Carl Hetherington  <inkscape@carlh.net>
6315         * src/sp-cursor.cpp, src/sp-cursor.h, src/sp-guide.cpp:
6316         coding style cleanups.
6318 2004-08-24  MenTaLguY <mental@rydia.net>
6320         * src/gc-anchor.h: fix to always use the GC base address, since
6321           that will not always be the same as 'this', when I::GC::Anchored
6322           is used via multiple inheritance.
6324 2004-08-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6326         * src/libnrtype/TextWrapper.h, src/libnrtype/TextWrapper.cpp (AppendUTF8):
6327           Use strlen instead of for-loop.
6328           Change printf to g_return_if_fail (and document that the argument
6329           must be valid UTF-8).
6330           Mark the text pointer as not being written through (const).
6332 2004-08-23  MenTaLguY <mental@rydia.net>
6334         * src/xml/repr.cpp, src/xml/sp-repr-action.h:
6336           removed stupid default 'next' constructor arguments and force them
6337           to be specified explicitly (and fix the omission of one, which
6338           fixes bug #1014541)
6340 2004-08-22  MenTaLguY <mental@rydia.net>
6342         * src/Makefile_insert, src/gc-alloc.h:
6344           introduced a GC-aware STL allocator
6346         * src/document-private.h, src/document.h, src/document.cpp:
6348           switch to using STL map for "id changed" signals
6350 2004-08-21  MenTaLguY <mental@rydia.net>
6352         * src/Makefile_insert, src/util/Makefile_insert: get libinkutil
6353           deps straightened out
6355         * src/document-private.h, src/document-undo.cpp, src/document.cpp:
6357           adapt for new APIs, header cleanups/refactorings
6359         * src/gc-core.h, src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
6361           rewrote interface to Boehm GC for increased flexibility; there are now
6362           three main classes:
6364            - Inkscape::GC::Managed: objects managed by the GC; replaces
6365                                     Inkscape::GC::Object
6367            - Inkscape::GC::Finalized: objects for which the GC will call
6368                                       destructors automatically; replaces
6369                                       Inkscape::GC::FinalizedObject
6371            - Inkscape::GC::Anchored: managed objects which can be 'anchored'
6372                                      to prevent collection while non-gc-aware
6373                                      objects are holding references; replaces
6374                                      Inkscape::Refcounted
6376           Note that they no longer inherit from each other(!), so you will
6377           need to mix-and-match via multiple inheritance.  The latter two
6378           don't do anything useful without the first, however.
6380         * src/gc-object.h, src/refcounted.h: removed
6382         * src/message-context.cpp, src/message-stack.h, src/selection.h,
6383           src/view.cpp, src/libnr/nr-object.h, src/util/list.h,
6384           src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h, src/desktop.cpp:
6386           adopt new GC API and header refatorings
6388         * src/Makefile.am, src/util/Makefile_insert:
6390           list util/* files in util's Makefile_insert now.
6392         * src/util/reverse.h: revive anx fix Inkscape::Util::reverse
6394         * src/util/share-c-string.cpp, src/util/share-c-string.h: removed
6396         * src/util/shared-c-string.cpp, src/util/shared-c-string.h:
6398           employ the type system to make shared strings a little safer to use;
6399           you can still shoot yourself in the foot, but at least now you need
6400           to aim and pull the trigger first
6402         * src/xml/Makefile_insert, src/xml/repr-action-test.cpp,
6403           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.h:
6405           reorganize transaction logging files
6407         * src/xml/repr-action-test.cpp: updated headers
6409         * src/xml/repr-action.cpp, src/xml/repr-action.h: removed
6411         * src/xml/repr-private.h, src/xml/repr.cpp, src/xml/repr.h:
6413           update for new GC API and shared strings
6415         * src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
6416           src/xml/sp-repr-action.h:
6418           header refactoring and new GC API
6420         * src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h:
6422           new GC API
6424 2004-08-20  Carl Hetherington <inkscape@carlh.net>
6426         * src/zoom-context.cpp, src/view.cpp, src/version.cpp,
6427         src/sp-defs.cpp: coding style cleanups.
6429         * src/sp-polygon.cpp: coding style and a few other small cleanups.
6431         * src/sp-anchor.cpp: coding style cleanups.  Remove unnecessary
6432         static variable.
6434 2004-08-18  Bryce Harrington <bryce@bryceharrington.org>
6436         * autogen.sh:  Fixing the 'missing ltmain.sh' bug
6438 2004-08-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6440         * src/sp-star.cpp: Use cast to guint32 instead of using modulo 2**32.
6441           Fix a uint compilation bug on Windows reported by mrchapp.
6442           Mark a few functions as static.
6444 2004-08-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6446         * src/sp-conn-end.cpp (change_endpts):
6447           Use new sp_curve_stretch_endpoints function: i.e. preserve the
6448           shape of the connector path.
6450         * src/display/curve.h, src/display/curve.cpp
6451           (sp_curve_stretch_endpoints): New function.
6453         * src/sp-use-reference.cpp: CodingStyle changes.
6455         * src/sp-item.h, src/sp-item.cpp (sp_item_write_transform):
6456           Indicate that adv won't get written to.
6458         * src/sp-rect.cpp (sp_rect_set_transform): Call sp_rect_set_shape,
6459           so that bbox is up-to-    src/livarot/PathConversion.cpp,
6460 src/livarot/Shape.cpp,
6461         src/livarot/Shape.h, src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
6462         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp,
6463         src/livarot/ShapeSweepUtils.cpp:
6464           Revert these files to their state prior to mental's "2004-08-08"
6465           entry (the change made in 2004-08-09 02:23 UTC).
6467 2004-08-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6469         * src/algorithms/longest-common-suffix.h: Fix bug I introduced three
6470           days ago.
6472         * src/attributes.h, src/attributes.cpp: New attributes
6473           SP_ATTR_CONNECTION_START, SP_ATTR_CONNECTION_END.
6474         * src/sp-conn-end.h, src/sp-conn-end.cpp,
6475           src/sp-conn-end-pair.h, src/sp-conn-end-pair.cpp:
6476           New files.
6477         * src/Makefile_insert (libinkpre_a_SOURCES): Add the new files.
6479         * src/sp-path.cpp, src/sp-path.h: Call the new connector stuff.
6481         * src/display/curve.h, src/display/curve.cpp
6482           (sp_curve_first_point, sp_curve_last_point): New functions.
6484           (sp_curve_transform): Re-implement with NR::Matrix/NR::Point.
6485           The old code appears to be buggy for sheer/rotate matrices
6486           due to calculating each y coord using the new corresponding x coord
6487           instead of the previous value.
6489           Also add NR::translate version.
6491           Get rid of the return value.  Callers updated.
6493         * src/sp-item.h, src/sp-item.cpp: (i2anc_affine): New function
6494           (essentially a rename of existing private partial_xform function, but
6495           differing behaviour on encountering non-SPItem in the hierarchy).
6497           (i2i_affine): New function (essentially a rename of existing
6498           SPItem::getRelativeAffine).  Implement SPItem::getRelativeAffine in
6499           terms of the new function.
6501           (sp_item_dt2i_affine): NR::Matrix version.
6503         * src/libnr/nr-path.h (c, setC): new methods.
6505 2004-08-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6507         * src/desktop-affine.cpp (sp_desktop_w2doc_affine,
6508         sp_desktop_doc2w_affine, sp_desktop_doc2d_xy_point),
6509         src/knotholder.cpp (knot_moved_handler), src/sp-item.cpp
6510         (SPItem::getRelativeTransform), src/sp-rect.cpp
6511         (sp_rect_set_transform), src/display/sp-canvas-util.cpp
6512         (sp_canvas_item_i2i_affine, sp_canvas_item_set_i2w_affine):
6513           Cleanup: Use the new division operators instead of multiplication by
6514           inverse.  (Currently the division operators are implemented as
6515           multiplication by inverse.)
6517         * src/splivarot.cpp, src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
6518         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
6519           Hurriedly fix some problems caused by overly-hurried changes.
6520           Address some signed/unsigned warnings.
6521           Add some assertions.
6522           (Haven't checked the performance cost of the assertions.)
6524         * src/livarot/Shape.h: Make constructors explicit.
6526 2004-08-08  MenTaLguY  <mental@rydia.net>
6528         * src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-offset.cpp,
6529           src/splivarot.cpp, src/display/nr-arena-shape.cpp,
6530           src/livarot/PathConversion.cpp, src/livarot/Shape.cpp,
6531           src/livarot/Shape.h, src/livarot/ShapeDraw.cpp,
6532           src/livarot/ShapeMisc.cpp, src/livarot/ShapeRaster.cpp,
6533           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
6535           replace ad-hoc realloced arrays with std::vector and deal with
6536           uninitialized data problems that valgrind complained about
6538         * libgc.supp: valgrind suppression profile for libgc, which necessarily
6539           reads and runs comparisons on a lot of uninitalized data; the present
6540           form of this file is probably too broad however
6542 2004-08-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6544         * src/libnr/nr-matrix-div.h, src/libnr/nr-matrix-div.cpp:
6545           operator/(NR::Point, NR::Matrix), operator/(NR::Matrix, NR::Matrix):
6546           new functions, new files.
6548         * src/algorithms/longest-common-suffix.h:
6549           Handle in O(1) time the common case of equal tails.
6550           Documentation.
6552 2004-08-08  Ted Gould  <ted@gould.cx>
6554         * src/svg-profile.h, src/Makefile_insert:
6556         Adding the first support in for trying to determine which profiles are
6557         used with certain functionality, and if that is used by the current
6558         document.  Really, right now, there is no code changes to anything that
6559         compiles.  But this is the header file that contains the class that
6560         I'm plannig to use in the future.
6562 2004-08-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6564         * src/libnrtype/RasterFont.h, src/libnrtype/RasterFont.cpp:
6565           Get rid of argumentless constructor (which was leaving
6566           style.transform as random bits), replace with constructor taking
6567           style argument.  Caller updated.
6568           Disable default copy constructor and operator=.
6570 2004-08-06  MenTaLguY <mental@rydia.net>
6572         * configure.in, src/gc-core.h, src/gc-object.h,
6573           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-group.cpp,
6574           src/display/nr-arena-image.cpp, src/display/nr-arena-item.cpp,
6575           src/display/nr-arena-shape.cpp, src/display/nr-arena.cpp,
6576           src/helper/action.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
6578           make NRObject GC-aware
6580 2004-08-06  David Turner <novalis@gnu.org>
6581         * src/sp-shape.cpp (sp_shape_marker_get_transform): Make marker handling
6582 match
6583         SVG spec better.
6585 2004-08-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6587         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
6588           NR::Matrix *= NR::scale: new.
6590         * src/sp-object.cpp, src/sp-object.h, src/sp-object-tree-iterator.h:
6591           Move TreeIterator<SPObject *> specialization to snew file
6592           sp-object-tree-iterator.h.
6593           Mark several pointers as not being written through.
6594           Correspondingly change TreeIterator specialization to
6595           <SPObject const *> instead of <SPObject *>.
6597         * display/nr-arena-item.cpp, display/nr-arena-item.h:
6598           Add NR::Matrix version of nr_arena_item_set_transform.
6600         * src/sp-item.h, src/sp-item.cpp (getRelativeTransform, partial_xform):
6601           Mark pointers as not written through.
6603         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
6604           src/path-chemistry.cpp, src/rect-context.cpp,
6605           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowdiv.cpp,
6606           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-item-group.cpp,
6607           src/sp-item-notify-moveto.cpp, src/sp-item-transform.cpp,
6608           src/sp-item.cpp, src/sp-item.h, src/sp-offset.cpp, src/sp-rect.cpp,
6609           src/sp-shape.cpp, src/sp-use.cpp, src/spiral-context.cpp,
6610           src/splivarot.cpp, src/star-context.cpp, src/text-context.cpp,
6611           src/dialogs/item-properties.cpp:
6612           Change SPItem->transform from NRMatrix to NR::Matrix.
6614         * src/libnr/nr-matrix-ops.h (operator*(NR::Matrix, NRMatrix)): new.
6616         * src/libnr/nr-matrix.h: NR::Matrix *= NR::translate: new operator.
6618         * src/nodepath.cpp: Mark NodeSort operator< as static.
6619           Indentation as per CodingStyle.
6621         * src/libnr/nr-scale.h (NR::scale(double)): new constructor.
6623         * src/svg/svg-affine.cpp (sp_svg_transform_write), src/svg/svg.h:
6624           Add NR::Matrix version.
6626 2004-08-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6628         * src/display/bezier-utils.cpp: Misc. minor changes.
6630 2004-08-04  MenTaLguY  <mental@rydia.net>
6632         * configure.in, src/gc-object.h, src/refcounted.h:
6634           start using libgc in earnest; Inkscape::Refcounted is now GC-aware
6636 2004-08-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6638         * src/nodepath.cpp: Cleanups: Mark some things as static.  Switch from
6639           pointer to reference in some places. Make const placement conform to
6640           CodingStyle.
6642         * src/inkview.cpp (sp_svgview_main_key_press): Accept some common keys
6643           like PgUp, q.
6645         * src/draw-context.cpp (fit_and_split):
6646           Slight simplification: don't handle impossible condition npoints < 2.
6647         * src/proofs: Update accordingly.  (Also add some bezier-utils proofs.)
6649 2004-08-04  David Turner <novalis@gnu.org>
6651         * sp-path.cpp: 'd' is a required attribute for paths.  Ensure that
6652         all paths have it.
6654 2004-08-03  MenTaLguY  <mental@rydia.net>
6656         * src/dialogs/rdf.cpp, src/xml/repr-util.cpp, src/xml/repr.h:
6657           removed sp_repr_recursive_drop() which is unneeded and
6658           creates unnecessary thrash in the undo logs
6660         * src/livarot/Shape.h, src/livarot/Shape.cpp,
6661           src/livarot/ShapeSweep.cpp, src/livarot/ShapeMisc.cpp:
6663           experiment to replace ad-hoc realloc() arrays with std::vector
6665 2004-08-02  David Turner <novalis@gnu.org>
6667         * file.cpp, file.h, interface.cpp, toolbox.cpp, verbs.cpp, verbs.h:
6669         Added vacuum command to remove unused defs.
6671 2004-08-02  MenTaLguY  <mental@rydia.net>
6673         * configure.in: sigc++ 2.0.2 (and before?) has a bug that
6674           causes us to crash.  require >= 2.0.3
6676         * src/Makefile.am, src/Makefile_insert, src/gc-core.h,
6677           src/gc-object.h, src/algorithms/longest-common-suffix.h,
6678           src/traits/list.h, src/traits/reference.h, src/util/flip.h,
6679           src/util/fold.h, src/util/list-iterator.h, src/util/list.h,
6680           src/util/map.h, src/util/parent-axis.h, src/util/reverse.h,
6681           src/util/sibling-axis.h, src/util/tuple.h, src/util/zip.h:
6683           more "functional" work
6685 2004-08-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6687         * src/display/curve.cpp, src/display/curve.h:
6688           Greater conformance with CodingStyle.
6690 2004-07-31  David Turner <novalis@gnu.org>
6692         * dialogs/xml-tree.cpp: Improved focus, added keystroke for attr commit.
6694 2004-07-31  Ted Gould  <ted@gould.cx>
6696         * src/extension/extension.cpp,
6697         src/extension/implementation/implementation.cpp,
6698         src/extension/implementation/implementation.h,
6699         src/extension/implementation/script.cpp,
6700         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
6701         src/extension/internal/eps-out.h:
6703         Okay, changed the prefs_ prototypes to include which extension they are
6704         working with. This should clean up some warnings before they become
6705         problems later.
6707 2004-07-31  Ted Gould  <ted@gould.cx>
6709         * src/print.cpp, src/extension/extension.cpp, src/extension/extension.h,
6710           src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp:
6712           Changed the get and set param prototypes so that they aren't overloaded
6713           anymore - this was flaky.  Also added a document to the prototype so
6714           that document specific parameters can be supported in the future.
6716 2004-07-28  David Turner <novalis@gnu.org>
6718         * sp-gradient.cpp, widgets/gradient-vector.cpp: fixed gradient handling to
6719         properly render gradients with sharp color boundaries
6721 2004-07-29  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6723         * src/inkview.cpp: Make the window title be the name of the
6724           instead of the current file instead of the first file.
6726         * src/round-test.cpp: New unit-test file.
6728         * src/desktop.h, src/sp-desktop-widget.h:
6729           Move SPDesktopWidget stuff from desktop.h to new file
6730           sp-desktop-widget.h.
6732         * debian/*: Copy lots of changes from wolfi's official Debian package
6733           of inkscape.
6734           Also use separate builddir, which simplifies the `clean' target.
6736 2004-07-24  MenTaLguY  <mental@rydia.net>
6738         * configure.in, src/Makefile.am, src/main.cpp, src/gc-core.h:
6739           added libgc dependency
6741         * src/Makefile.am, traits/function.h:
6742           added trait class for functions and C++ "functors"
6744         * src/Makefile.am, util/flip.h:
6745           added flip() which, given a function with two arguments,
6746           returns an identical function with its arguments reversed
6748 2004-07-23  MenTaLguY  <mental@rydia.net>
6750         * src/Makefile.am, src/traits/reference.h, src/util/tuple.h:
6751           added generic Tuple type
6753 2004-07-23  Ted Gould  <ted@gould.cx>
6755         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
6756         src/sp-namedview.h, src/dialogs/desktop-properties.cpp,
6757         src/display/canvas-grid.cpp, src/display/canvas-grid.h:
6759         Adding in the ability to have 'emphasis grid lines' where some lines are a
6760         different color than others.  In the default case every fifth grid line
6761         gets to be 0x11 darker alpha.  Nothing that will get in your way, but
6762         enough that you can find the spacing.  All parameters are changeable in
6763         document preferences.
6765 2004-07-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6767         * autogen.sh: Move unversioned automake to last resort.
6769 2004-07-20  Kees Cook  <kees@outflux.net>
6771         * src/dialogs/desktop-preferences.cpp: corrected my usage of static
6772           l18n strings.
6773         * src/dialogs/stroke-style.cpp: fixed missing l18n. (bug #994837)
6774         * src/dialogs/sp-attribute-widget.cpp: went hunting for other static
6775           l18n strings.  Fixed some here too.
6776         * autogen.sh: cleanups and more debugging.
6777         * share/extensions/sk2svg.sh: tempfile cleanups from pjrm (patch #990009)
6779 2004-07-20 Nathan Hurst <njh@mail.csse.monash.edu.au>
6781         * debian/changelog, configure.in: Moved to 0.40cvs and updated
6782           debian stuff.
6784 2004-07-18  MenTaLguY  <mental@rydia.net>
6786         * configure.in, src/Makefile.am, src/algorithms/Makefile_insert,
6787           src/algorithms/makefile.in, src/traits/Makefile_insert,
6788           src/traits/makefile.in, src/util/Makefile_insert, src/util/makefile.in:
6790           added src/algorithms, src/traits, and src/util subdirs
6792         * src/algorithms/longest-common-suffix.h:
6794           added generic "longest common suffix" algorithm
6796         * src/traits/list.h: added traits class for lists
6798         * src/traits/tree-iterator.h: added traits class for n-ary tree iterators
6800         * src/util/list-iterator.h: STL iterator for lists
6802         * src/util/parent-axis.h: parent "axis" of tree iterator as list
6804         * src/util/sibling-axis.h: sibling "axis" of tree iterator as list
6806         * src/xml/repr.h: specialize Traits::TreeIterator for SPRepr *
6808         * src/sp-object.h: specialize Traits::TreeIterator for SPObject *
6810         * src/sp-object.cpp: use generic "longest common suffix" to find
6811                              nearest common ancestor
6813         * src/splivarot.cpp: use genric "longest common suffix" to find
6814                              nearest common ancestor here too
6816 2004-07-18  Kees Cook  <kees@outflux.net>
6818         * Makefile.am, configure.in, autogen.sh, toolversions.sh:
6819           cleaning up some automake misbehavior from the gtkmm patch.
6820           automake 1.4isms snuck back in.
6821         * src/desktop-events.cpp: unlocalized strings updated.
6823 2004-07-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6825         * src/sp-path.cpp (sp_path_write): Handle shape->curve==NULL.
6827 2004-07-18  MenTaLguY  <mental@rydia.net>
6829         * Makefile.am, configure.in, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4,
6830           m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4,
6831           m4/progtest.m4, src/arc-context.cpp, src/arc-context.h, src/desktop.cpp,
6832           src/desktop.h, src/document.cpp, src/document.h, src/draw-context.cpp,
6833           src/draw-context.h, src/event-context.h, src/main.cpp,
6834           src/message-stack.h, src/node-context.cpp, src/node-context.h,
6835           src/nodepath.cpp, src/nodepath.h, src/object-hierarchy.h,
6836           src/rect-context.cpp, src/rect-context.h, src/selcue.cpp, src/selcue.h,
6837           src/selection-describer.cpp, src/selection-describer.h,
6838           src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
6839           src/sp-item.cpp, src/sp-item.h, src/sp-object.cpp, src/sp-object.h,
6840           src/sp-offset.cpp, src/sp-offset.h, src/sp-pattern.cpp, src/sp-use.cpp,
6841           src/sp-use.h, src/spiral-context.cpp, src/spiral-context.h,
6842           src/star-context.cpp, src/star-context.h, src/text-context.cpp,
6843           src/text-context.h, src/toolbox.cpp, src/uri-references.cpp,
6844           src/uri-references.h, src/view.cpp, src/view.h,
6845           src/dialogs/xml-tree.cpp:
6847           merged Aubanel MONNIER's gtkmm upgrade patch
6849 2004-07-17  Carl Hetherington  <inkscape@carlh.net>
6851         * src/sp-use.cpp: fix a compiler warning (closes #992960)
6853         * src/sp-offset.cpp: fix a compiler warning (closes #992960)
6855         * src/sp-text.cpp: fix a compiler warning (closes #992959)
6857 2004-07-16  Kees Cook  <kees@outflux.net>
6859         * src/verbs.h, src/verbs.cpp: added "sp_verbs_find" function for bryce.
6861 2004-07-15  Ted Gould  <ted@gould.cx>
6863         * 0.39 Release
6865 2004-07-14  MenTaLguY  <mental@rydia.net>
6867         * src/sp-object.cpp: disable recursive update warning for release
6869         * src/select-context.cpp: work around probable cut-and-paste bug
6870           between sp_select_context_item_handler and
6871           sp_select_context_root_handler by checking for drag_escaped
6873 2004-07-13  MenTaLguY  <mental@rydia.net>
6875         * src/make.exclude: omit extension/script/js/js.c from build
6877 2004-07-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6879         * src/dialogs/rdf.cpp: Don't add dc:description entry to SVG files.
6881         * src/utest/utest.h: Add include guard.
6883 2004-07-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6885         * src/decimal-round.h (decimal_round): New file, new function.
6886         * src/round.h (decimal_round): New file, new function.
6887         * src/Makefile_insert: Add to libinkpost_a_SOURCES.
6889 2004-07-11  MenTaLguY  <mental@rydia.net>
6891         * src/document.h, src/document-undo.cpp:
6892           added sp_document_get_undo_sensitive() for capturing and restoring
6893           undo sensitivity
6895         * src/sp-object.cpp: don't log id changes made to resolve
6896           duplicate ids (to avoid undo badness) (fix for bug #989023)
6898 2004-07-11  Kees Cook  <kees@outflux.net>
6900         * src/preferences-skeleton.h, src/extension/init.cpp: with simarilius,
6901           tracked down the cause of bug #988445.  Extension code now has a
6902           small section that validates preferences for valid extension names.
6903         * src/dialogs/filedialog-win32.cpp: corrected an assert test, and
6904           changed dialog to take the passed window title.
6905         * autogen.sh, config.h.mingw, configure.in, src/Makefile_insert,
6906           src/help.cpp, src/inkscape-stock.cpp, src/inkscape.cpp, src/main.cpp,
6907           src/make.dep, src/make.files, src/path-prefix.h, src/prefix.cpp,
6908           src/prefix.h, src/dialogs/stroke-style.cpp,
6909           src/extension/Makefile_insert, src/extension/init.cpp,
6910           src/extension/implementation/Makefile_insert,
6911           src/extension/implementation/script.cpp,
6912           src/extension/internal/Makefile_insert, src/helper/stock-items.cpp,
6913           src/widgets/icon.cpp:
6914         Cleaned up all the path #define's and usage.  In the process found at
6915         least 3 separate bugs associated with file locations.  This should
6916         hopefully work for Win32 as well.  Bottom line in this change: don't use
6917         INKSCAPE_DATADIR anywhere except in "path-prefix.h".  This includes
6918         an update to the autopackage code as well with fixes so that
6919         a change to "--enable-binreloc" will get recompiled correctly.  These
6920         changes should address bug #978391.
6922 2004-07-11  Carl Hetherington  <inkscape@carlh.net>
6924         * src/attributes.cpp, src/attributes.h: remove confusing
6925         snaptogrid and snaptoguides options.
6927         * src/desktop-events.cpp: use inkscape:guide-bbox instead of
6928         snaptoguides to turn guides on.
6930         * src/desktop.cpp: no need to worry about Snapper::getEnabled().
6932         * src/snap.cpp, src/snap.h: Remove explicit enabled flag from
6933         Snapper, as itconfuses people.  Added
6934         namedview_dim_snap_all_types().  Return useful stuff from
6935         vector_snap_list.
6937         * src/rect-context.cpp: Use hack to make snapping kind of work
6938         even with snap-to-bbox enabled.
6940         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp: remove
6941         snaptogrid and snaptoguides options as they confuse people.  Use
6942         better names for the scale origin radio buttons, as suggested by
6943         Bulia.
6945         * src/seltrans.cpp: Fix some cases where snap wasn't correctly applied.
6947 2004-07-10  MenTaLguY  <mental@rydia.net>
6949         * src/sp-image.cpp: prospective fix for bug #979858
6951         * src/select-context.cpp, src/select-context.h,
6952           src/seltrans.cpp, src/seltrans.h:
6954           gave SPSelTrans its own Inkscape::MessageContext, fixing
6955           bug #977971
6957 2004-07-10  Kees Cook  <kees@outflux.net>
6959         * src/knot.cpp: solved bug #988513: knot could stay grabbed in
6960           situations where the tool went away but never got "button_release"
6961           event.  This patch uses the "enter" and "leave" notifiers to disable
6962           the grab before a "motion" can come and snag the knot.
6964 2004-07-09  Kees Cook  <kees@outflux.net>
6966         * src/widgets/paint-selector.cpp: solved bug #984902: the pattern
6967           menu was being destroyed since it was remaining part of the frame
6968           that was being destroyed whenever the selector changed.  It gets
6969           ref-counted, disconnected, and destroyed correctly now.
6970         * mkinstalldirs: automake 1.8 stopped including "mkinstalldirs", but
6971           intltool still uses it.  We'll need to keep this until intltool
6972           fixes the bug.  intltool 0.31 and earlier are all buggy.
6974 2004-07-09  Carl Hetherington  <inkscape@carlh.net>
6976         * src/draw-context.cpp: remove some debugging g_prints.
6978 2004-07-08  MenTaLguY  <mental@rydia.net>
6980         * src/interface.cpp: fixed crash on desktop context menu
6982         * src/desktop.h, src/desktop.cpp:
6984           added SPDesktop::isWithinViewport() to conveniently determine
6985           if an item is within view
6987           also made isLayer() const
6989         * src/sp-object.h: added SPObject::hasChildren() predicate
6991         * src/sp-object.cpp: revert to old behavior of breaking parent
6992           link before emitting "release" signal
6994         * src/selection-chemistry.cpp: rewrote sp_selection_item_next()
6995           and sp_selection_item_prev() to work with layers
6997 2004-07-08  Carl Hetherington  <inkscape@carlh.net>
6999         * src/libnrtype/FontFactory.cpp: disable printing of debug
7000         messages.
7002         * src/sp-item-group.cpp: give it a snappoints method to fix
7003         937318.
7005         * src/draw-context.cpp: fix a couple of places where Shift isn't
7006         checked before snapping.
7009 2004-07-07  MenTaLguY  <mental@rydia.net>
7011         * src/desktop.cpp, src/interface.cpp: remove the word "layer"
7012           for now, and disable the layer selector when the user is not
7013           inside a group
7015 2004-07-07  Kees Cook  <kees@outflux.net>
7017         * src/dialogs/desktop-properties.cpp: added a few g_asserts, and
7018           added a missing sp_signal_disconnect_by_data for the color picker,
7019           which closes bug #975864.  Stopped accidentally calling
7020           sp_document_done from the update handler (fixes bug #986411).
7021         * src/dialogs/dialog-events.cpp, src/helper/action.cpp:
7022           whitespace changes, typo fixes, added a few g_asserts.
7023         * src/selection-chemistry.cpp, src/desktop.cpp: when deleting items
7024           from the desktop, the selection context may need to be cleared since
7025           it may have pointers to the deleted items.  To do this, I just
7026           reselect the current tool (fixes bug #983243).
7027         * src/dialogs/xml-tree.cpp, src/dialogs/desktop-properties.cpp:
7028           corrected tooltips memory handling.
7030 2004-07-06  MenTaLguY  <mental@rydia.net>
7032         * src/desktop.cpp: minor tweaks to make the existing layers
7033           code easier to work with in its current state (particularly,
7034           to sidestep some existing bugs that otherwise require more
7035           UI work to fix)
7037 2004-07-06  Carl Hetherington  <inkscape@carlh.net>
7039         * src/seltrans.cpp, src/sp-namedview.cpp,
7040         src/display/bezier-utils.cpp, src/libnr/nr-types.cpp:
7041         isnan appears to need a std:: namespace qualifier.
7043 2004-07-06  Ted Gould  <ted@gould.cx>
7045         * src/libnr/nr-point.h, src/libnr/nr-rect.h:
7047         Adding in a function to round the points and rectangles.  Using this
7048         for less precise comparisons.  Also, added in a function to print
7049         each of these.
7051         * src/dialogs/export.cpp:
7053         Major revisions to do all kinds of fun stuff.  The major one being
7054         that filenames and dpi's can now be stored on selections.  This
7055         makes it so that people working on a section of a document can export
7056         it consistently.
7058 2004-07-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7060         * src/sp-typeset-utils.h: Greatly reduce #includes.
7062         * src/color-rgba.h, src/Makefile_insert, src/desktop.h:
7063           Move ColorRGBA from desktop.h to new file color-rgba.h.
7064         * src/desktop.cpp, src/dropper-context.cpp: #include it.
7066 2004-07-05  Kees Cook  <kees@outflux.net>
7068         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.cpp,
7069           src/dialogs/rdf.h: added multiline data entry items, reduced
7070           overall width of the dialog, and created the license entry areas.
7071           Auto-detection of license on load works now.
7073 2004-07-05  MenTaLguY <mental@rydia.net>
7075         * src/desktop.cpp: comitted further work which gives us a
7076           partially-functional layers menu (not actually hooked up to
7077           change layers yet), and it is not always updated when it needs
7078           to be (yet).  It does also fix the crash though.
7080         * src/desktop.cpp, src/desktop.h, src/document.cpp,
7081           src/sp-item-group.cpp, src/sp-item-group.h:
7083           additional layers work; backed off on promoting siblings to
7084           layers automatically and reintroduced "global" layer mode
7086 2004-07-05  Carl Hetherington <inkscape@carlh.net>
7088         * src/desktop.cpp: prevent crash by adding a check for
7089         layer == NULL to SPDesktopWidget::_buildLayerStatusMenuItem.
7091         * src/selection-chemistry.cpp: prevent crash on copying empty
7092         groups.
7094 2004-07-04  MenTaLguY  <mental@rydia.net>
7096         * src/sp-object.cpp: fixed bug #979281 -- I had accidentally
7097           reversed the sense of a test in SPObject::requestModified(),
7098           such that CHILD_MODIFIED notifications were never being sent
7100         * src/widgets/sp-color-notebook.cpp: always assume colors are
7101           8-digit hex rrggbbaa, and zero-fill accordingly
7103           HAPPY NATHAN#@$?#$#@$!?!?!?
7105         * src/desktop.cpp, src/desktop.h, src/document.cpp, src/document.h,
7106           src/interface.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
7107           src/sp-item-group.cpp, src/sp-item-group.h, src/widgets/widget-sizes.h:
7109           Added selection-changes-current-layer and other layer refinements.
7110           Except for fixing the currently broken layer combo box on the status
7111           bar, I think this is pretty much the last of the layerish work I'm
7112           willing to do for 0.39 since we're in freeze now.
7114 2004-07-03  Kees Cook  <kees@outflux.net>
7116         * src/document.cpp, src/dialogs/desktop-properties.cpp,
7117           src/dialogs/rdf.cpp, src/dialogs/rdf.h:
7118           Added several more RDF entities.  Created entry tooltips.  Set
7119           a few RDF defaults for the document.
7121 2004-07-03  MenTaLguY  <mental@rydia.net>
7123         * src/desktop.cpp, src/document.cpp:
7125           siblings of a layer now become layers too
7127         * src/interface.cpp: switched to command names suggested by bulia
7129         * src/object-hierarchy.cpp, src/object-hierarchy.h:
7131           bugfixes and cleanups
7133         * src/sp-item-group.cpp, src/sp-item-group.h, src/sp-root.cpp:
7135           new layerMode() and setLayerMode() methods; SPGroupMode becomes
7136           SPGroup::LayerMode
7138         * src/sp-object.h: added isSiblingOf() method
7140         * src/sp-object.cpp: leave parent pointer in place until after
7141           "release" handlers finish
7143 2004-07-02  Kees Cook  <kees@outflux.net>
7145         * src/document.cpp, src/dialogs/desktop-properties.cpp,
7146           src/dialogs/rdf.cpp, src/dialogs/rdf.h, src/xml/repr.h:
7147           Made RDF's writable now.  Handling modifications and defaults.
7148           Mental and others will most likely kill me when they finally
7149           read this code.
7151 2004-07-02  MenTaLguY  <mental@rydia.net>
7153         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp,
7154           src/sp-item-group.h:
7156           Removed the "inkscape:groupmode" attribute and added note about how
7157           the group/layer mode setting needs to be per-view, not global.
7159         * src/desktop.cpp, src/desktop.h,
7160           src/object-hierarchy.cpp, src/object-hierarchy.h:
7162           Added notification signals for switching layers, as well as putting
7163           groups in layer mode when they are being used as layers.
7165           Notably, you can now call SPDesktop::connectCurrentLayerChanged() to
7166           connect to a SigC++ signal to be notified when the current layer
7167           changes.
7169         * src/interface.cpp, src/object-ui.cpp:
7171           Fixed up the "Enter Group" and "Leave Group" context menu
7172           commands a bit, and implement them both in the same places.
7174 2004-07-02  Carl Hetherington  <inkscape@carlh.net>
7176         * src/desktop-snap.cpp, src/desktop-snap.h, src/snap.cpp, src/snap.h,
7177         src/Makefile_insert src/arc-context.cpp src/draw-context.cpp
7178         src/dyna-draw-context.cpp src/make.dep src/make.files src/make.ofiles
7179         src/makefile.msc src/nodepath.cpp src/rect-context.cpp
7180         src/select-context.cpp src/selection-chemistry.cpp src/seltrans.cpp
7181         src/sp-namedview.h src/spiral-context.cpp src/star-context.cpp:
7182         renamed desktop-snap.* to snap.* since it has nothing to do with the
7183         desktop any more.
7185         * src/draw-context.cpp: Temporary hack to prevent snapping
7186         completely failing to work when snapping to bbox points.  Support
7187         shift-disables-snap for freehand drawing.
7189         * src/snap.cpp, src/snap.h: Added some temporary methods to assist
7190         with hacks elsewhere.
7192 2004-07-01  Kees Cook  <kees@outflux.net>
7194         * src/xml/repr.h, src/xml/repr-util.h, src/dialogs/rdf.cpp:
7195           moved "repr_lookup_name" into the repr-util collection so
7196           that the RDF stuff doesn't need to know about SPRepr internals.
7197           Now that I've started to grok the SPRepr stuff, this seems best.
7198           Added "sp_repr_recursive_drop" for use in the future when I may
7199           want to throw away an entire tree of SPRepr items (like ditching
7200           a blank "dc:rights" section).
7202 2004-07-01  MenTaLguY  <mental@rydia.net>
7204         * src/sp-item.cpp: fix clip path loading bug
7206         * src/sp-object.cpp: relax analness about object ids a little
7208 2004-06-30  Kees Cook  <kees@outflux.net>
7210         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.h,
7211           src/dialogs/rdf.cpp: built the various functions needed to extract
7212           the RDF text elements from the DOM.  XML in the document will now
7213           be displayed in the entry fields.
7215 2004-06-28  MenTaLguY  <mental@rydia.net>
7217         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr-css.cpp,
7218           src/xml/repr-io.cpp, src/xml/repr-private.h, src/xml/repr-util.cpp,
7219           src/xml/repr.cpp, src/xml/sp-repr-attr.h: applied peter's patch to
7220           break out NRReprAttr
7222         * src/sp-object.cpp, src/sp-object.h:
7224           added SPObject::nearestCommonAncestor, which given another SPObject
7225           returns the nearest common ancestor of the two SPObjects.
7227         * src/sp-item.cpp, src/sp-item.h:
7229           added SPItem::getRelativeTransform, which computes the SPItem's
7230           transform relative to another SPObject
7232         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
7233           src/rect-context.cpp, src/spiral-context.cpp, src/star-context.cpp,
7234           src/text-context.cpp:
7236           drawing tools now cope with drawing within transformed groups
7237           (i.e. layers)
7239 2004-06-27  MenTaLguY  <mental@rydia.net>
7241         * src/sp-object.h: remove sp_object_request_update,
7242           sp_object_invoke_update, sp_object_invoke_modified,
7243           sp_object_request_modified, and sp_object_invoke_write, which have been
7244           deprecated and are now completely unused
7246         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
7247           src/object-hierarchy.cpp, src/object-hierarchy.h, src/sp-object.cpp,
7248           src/sp-object.h:
7250           Implemented SPDesktop::setCurrentLayer(), introducing
7251           Inkscape::ObjectHierarchy to permit falling back to parents if
7252           the current layer is removed.
7254         * src/object-ui.cpp, src/interface.cpp: really crude hack of
7255           Sodipodi-like "enter group" and "leave group"
7257 2004-06-26  MenTaLguY  <mental@rydia.net>
7259         * src/refcounted.h: allow reffing/unreffing const objects
7261         * src/arc-context.cpp, src/draw-context.cpp, src/dropper-context.cpp,
7262           src/event-context.cpp, src/event-context.h, src/node-context.cpp,
7263           src/rect-context.cpp, src/selcue.cpp, src/selcue.h,
7264           src/select-context.cpp, src/select-context.h, src/seltrans.cpp,
7265           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
7266           src/text-context.cpp, src/zoom-context.cpp:
7268           Make SPSelTrans and SPSelCue proper C++ classes with constructors.
7270         * src/document.h, src/dialogs/xml-tree.cpp: removed sp_document_lookup_id
7272         * src/sp-object.cpp: clarify what is happening with bug #980407 --
7273           the clone is getting attached to the repr before the original SPObject
7274           is.
7276 2004-06-26  Carl Hetherington  <inkscape@carlh.net>
7278         * src/node-context.cpp: make sure nodepath->nodeContext is set up
7279         when the selection changes.  Fixes 936739.
7281 2004-06-25  MenTaLguY  <mental@rydia.net>
7283         * src/display/sp-canvas.cpp: enabled win32 current item workaround on
7284           all platforms
7286 2004-06-25  Kees Cook  <kees@outflux.net>
7288         * src/dialogs/rdf.h, src/dialogs/rdf.cpp, src/dialogs/Makefile_insert,
7289           src/dialogs/desktop-properties.cpp:
7291           Added data entry widgets for document metadata, including a rough
7292           license selector, and debug rdf generator.  Corrected whitespace,
7293           added table for RDF entity lookup, tag, and title mapping.  Added
7294           initial loading framework.  Cleaned up rdf_work_entity_t usage.
7296 2004-06-25  Carl Hetherington  <inkscape@carlh.net>
7298         * src/sp-namedview.cpp: cleanups in grid snap settings.  Fix a
7299         typo.
7301         * src/seltrans.cpp: optional default origin for scaling.  Fixes
7302         to snap during scale.
7304         * src/seltrans.h: s/opposit/opposite/.  Add some comments.
7306         * src/dialogs/display-settings.cpp: add default scale origin
7307         option.
7309         * src/desktop-snap.h: changes to snap_list_scale prototype.
7311         * src/desktop-snap.cpp: snap_list_scale now returns whether
7312         it snapped or not.  The best scale snap is now the one that
7313         changes the scale factor least, rather than the one that
7314         results in the snap point being closest to where it used to be.
7316         * src/display/sp-canvas.cpp: fix for win32 freeze-at-border bug,
7317         copied from SP.
7319         * src/knot.cpp, src/select-context.cpp: change spellings from
7320         British to American English for translators.
7322 2004-06-24  rejon <kidproto@users.sf.net>
7324         * src/verbs.cpp: I changed the reverse command to be more verbose and
7325           explanative.
7327 2004-06-24  MenTaLguY  <mental@rydia.net>
7329         * src/seltrans.cpp: slight change to make showing/hiding center
7330           mark easier later on
7332         * configure.in, src/main.cpp, src/star-context.cpp,
7333           src/display/bezier-utils.cpp, src/display/canvas-bpath.cpp,
7334           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
7335           src/display/sp-ctrlline.cpp, src/libnr/nr-svp.cpp,
7336           src/libnrtype/FontFactory.cpp, src/libnrtype/RasterFont.cpp,
7337           src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
7338           src/livarot/Ligne.cpp, src/livarot/PathOutline.cpp,
7339           src/livarot/ShapeMisc.cpp, src/widgets/font-selector.cpp:
7341           fixes for floating-point portability issues, courtesy of
7342           Colin Marquardt.
7344         * src/extensions/init.cpp: dirent.h requires inttypes.h on OS X
7346 2004-06-23  MenTaLguY  <mental@rydia.net>
7348         * src/Makefile_insert, src/desktop.cpp, src/managed.h,
7349           src/message-context.cpp, src/message-stack.h, src/refcounted.h,
7350           src/selection.h, src/view.cpp:
7352           Changed my mind.
7354           Inkscape::Managed is more properly called Inkscape::Refcounted
7356         * src/libnrtype/Makefile_insert, src/libnrtype/codepages.h,
7357           src/libnrtype/cp1250.cpp, src/libnrtype/cp1251.cpp,
7358           src/libnrtype/cp1252.cpp, src/libnrtype/cp1253.cpp,
7359           src/libnrtype/cp1254.cpp, src/libnrtype/cp1255.cpp,
7360           src/libnrtype/cp1256.cpp, src/libnrtype/cp1257.cpp,
7361           src/libnrtype/cp1258.cpp, src/libnrtype/cp874.cpp,
7362           src/libnrtype/cp932.cpp, src/libnrtype/cp936.cpp,
7363           src/libnrtype/cp949.cpp, src/libnrtype/cp950.cpp:
7365           removed unused Win32 codepage crap
7367 2004-06-23  Carl Hetherington  <inkscape@carlh.net>
7369         * src/inkscape.cpp: Don't connect to SIGBUS on Win32, as
7370         it doesn't seem to exist.  Add Emacs mode line.
7371         Declaration-to-first-use and coding style cleanups.
7373         * src/desktop-snap.h: a few double -> NR::Coord fixes.
7375         * src/nodepath.cpp: turn off snapping when Shift is held down.
7376         Some minor cleanups.
7378         * src/dialogs/display-settings.cpp: remove my rather dubious
7379         move_with_grid option.
7381         * src/select-context.cpp: rationalise grid modifiers; now Shift
7382         disables snap and Alt snaps movement to the grid.
7384 2004-06-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7386         * share/extensions/dia2svg.sh: Fix bashism and insecure tempfile usage.
7388 2004-06-23  Ted Gould  <ted@gould.cx>
7390         * share/extensions/dropshadow.inkmod, share/extensions/roundhole.inkmod,
7391         src/extension/system.cpp:
7393         Setting it up so that poorly formed inkmod files generate actual GTK
7394         warnings so that they can be easily hidden.  Also, fixing these two inkmod
7395         files so that they don't generate the above mentioned warnings.
7397 2004-06-22  Kees Cook  <kees@outflux.net>
7399         * src/inkscape.cpp: added SIGBUS and SIGABRT handling.
7401 2004-06-22  John Cliff <simarilius@yahoo.com>
7403         * src/object-edit.cpp:  Added knots for manipulation of pattern fills.
7404         * src/sp-shape.cpp, src/sp-shape.h:     Added sp_shape_set_pattern to
7405         explictly set the transform rather than multiplying like adjust.
7408 2004-06-22  Carl Hetherington  <inkscape@carlh.net>
7410         * src/sp-shape.cpp: add sp_shape_snappoints.
7412         * src/desktop-snap.cpp: minor cleanups.  Added a comment.
7414         * src/sp-text.cpp: removed an old comment.
7416         * src/sp-ellipse.cpp: fix snappoints method now that the parent
7417         class method has changed.
7419         * src/sp-rect.cpp: snappoints method is not required as it's now
7420         handled by SPShape.
7422         * src/sp-image.cpp: use SPItem's snappoints method.
7424         * src/file.cpp: fix another call to g_file_test with a
7425         possibly-NULL parameter.  Fixes #977413.
7427 2004-06-21  Carl Hetherington  <inkscape@carlh.net>
7429         * src/file.cpp: don't call g_file_test with a NULL path.  Fixes
7430         #976703.
7432         * src/desktop-snap.cpp: default to snapping to bounding boxes when
7433         snapping is first enabled.  Rework in terms of SPNamedView rather
7434         than SPDesktop.
7436         * src/desktop-snap.h: rework in terms of SPNamedView rather than
7437         SPDesktop.
7439         * src/arc-context.cpp, src/draw-context.cpp,
7440         src/dyna-draw-context.cpp, src/nodepath.cpp src/rect-context.cpp,
7441         src/select-context.cpp, src/selection-chemistry.cpp,
7442         src/seltrans.cpp, src/sp-namedview.cpp, src/spiral-context.cpp,
7443         src/star-context.cpp: Adapt for changes to snap code naming.
7445         * src/seltrans.cpp: cleanups to sp_sel_trans_skew_request and
7446         sp_sel_trans_scale_request.
7448 2004-06-20  Ted Gould  <ted@gould.cx>
7450         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
7451         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
7452         share/extensions/epsi_output.inkmod, share/extensions/roundhole.inkmod,
7453         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
7454         share/extensions/txt2svg.inkmod, src/extension/extension.h,
7455         src/extension/system.cpp, src/extension/implementation/script.cpp,
7456         src/extension/internal/eps-out.cpp,
7457         src/extension/internal/gdkpixbuf-input.cpp,
7458         src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
7459         src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
7460         src/extension/internal/win32.cpp:
7462         Changing the naming of the extensions to be more Java style naming to
7463         allow for more extension in the future.
7465 2004-06-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7467         * src/extension/internal/ps.cpp (PrintPS): Initialize _stream to
7468           NULL (fixes segfaults when exporting to an unopenable file), and
7469           initialize _bitmap to false instead of random.
7471 2004-06-20  MenTaLguY  <mental@rydia.net>
7473         * src/desktop.cpp, src/managed.h, src/message-context.h,
7474           src/message-stack.h, src/message.h, src/view.cpp:
7476           Document classes, and change Managed to have an initial refcount
7477           of one at creation.
7479 2004-06-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7481         * src/libnrtype/FontFactory.cpp, src/libnrtype/FontInstance.cpp,
7482           src/libnrtype/font-instance.h: If both WIN32 and WITH_XFT are
7483           defined, then use just the WITH_XFT code.  (I don't know if it's
7484           possible for both to be defined, but we might as well document
7485           that the existing code doesn't handle both being defined, AFAICT.)
7487         * src/libnrtype/FontFactory.cpp (ink_strstr): Document brokenness.
7488           (is_regular, is_nonbold, is_italic, etc.): Mark as static.
7490         * src/Makefile.am (EXTRA_DIST): Remove reference to deleted files
7491           libnrtype/nr-type-w32.cpp, libnrtype/nr-type-w32.h,
7492           libnrtype/nr-type-xft.cpp, libnrtype/nr-type-xft.h.
7494         * src/config.h.win32: Define PACKAGE_TARNAME, for require-config.h.
7495           More accurate mathematical constants (20 decimal places instead of 3).
7497 2004-06-19  MenTaLguY  <mental@rydia.net>
7499         * src/desktop.cpp, src/managed.h, src/rect-context.cpp,
7500           src/rect-context.h, src/selection.h, src/view.cpp:
7502           SPSelection now derives from Inkscape::Managed
7504         * src/Makefile_insert, src/select-context.cpp, src/select-context.h,
7505           src/selection-describer.h, src/selection-describer.cpp:
7507           Introduced Inkscape::SelectionDescriber to which SPSelectContext
7508           delegates the task of displaying descriptions of the current
7509           selection.  This fixes bug #945735.
7511 2004-06-19  Carl Hetherington  <inkscape@carlh.net>
7513         * src/desktop-snap.{cpp,h}: sp_desktop_dim_snap_list returns
7514         whether or not it snapped anything.
7516         * src/select-context.cpp: fix snap on move behaviour (again)
7518         * src/widgets/dash-selector.cpp: fix off-by-one spotted by
7519         valgrind.
7521 2004-06-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7523         * src/extension/internal/ps.cpp (begin): Add some basic error handling.
7525         * src/extension/internal/ps.cpp (setup): Simplify an expression now that
7526           _bitmap is a bool.
7528         * src/extension/internal/ps.h: Twiddle the order of the fields.
7529           Replace bitfields with bool/short.
7531         * src/libnrtype/Makefile_insert, src/libnrtype/FontInstance.h,
7532           src/make.files, src/make.ofiles, src/make.dep:
7533           Remove src/libnrtype/FontInstance.h (see change below).
7535         * src/libnrtype/RasterFont.h, src/libnrtype/raster-glyph.h,
7536           src/libnrtype/raster-position.h:
7537           Move raster_glyph, raster_position from RasterFont.h to new files
7538           raster-glyph.h, raster-position.h.
7539         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
7541         * src/libnrtype/FontInstance.h, src/libnrtype/font-glyph.h,
7542           src/libnrtype/font-instance.h, src/libnrtype/font-style.h:
7543           Move font_glyph, font_instance, and font_style definitions from
7544           FontInstance.h into new files font-glyph.h, font-instance.h,
7545           font-style.h.
7546         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
7548         * src/libnrtype/nrtype-forward.h: New file.
7549         * src/libnrtype/Makefile_insert: Add it to SOURCES.
7550         * src/libnrtype/FontFactory.h, src/libnrtype/TextWrapper.h:
7551           #include it (replacing local declarations in some cases).
7553         * src/livarot/livarot-forward.h: New file.
7554         * src/livarot/Ligne.h, src/livarot/Path.h, src/livarot/Shape.h:
7555           #include it (replacing local declarations in some cases).
7556         * src/livarot/Makefile_insert: Add it to SOURCES.
7558 2004-08-18  Ted Gould  <ted@gould.cx>
7560         * src/file.cpp, src/preferences-skeleton.h:
7562         Adding the feature that the save and open directories are saved in the
7563         preferences.  The last one will be used.
7565 2004-08-18  Carl Hetherington  <inkscape@carlh.net>
7567         * src/widgets/font-selector.cpp: uint -> guint to fix
7568         compile errors.
7570         * src/desktop-snap.{cpp,h}: make snap functions aware of the
7571         type of point they are snapping, so they can decide whether
7572         to ignore it.
7574         * src/arc-context.cpp, src/rect-context.cpp,
7575         src/spiral-context.cpp, src/star-context.cpp,
7576         src/draw-context.cpp, src/dyna-draw-context.cpp, src/nodepath.cpp,
7577         src/selection-chemistry.cpp, src/seltrans.cpp:
7578         temporarily update for changes to snapping API.
7580         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp:
7581         adapt for small changes to Snapper API.
7583         * src/select-context.cpp: use new snapping API.
7585 2004-08-17  Bryce Harrington  <bryce@bryceharrington.org>
7587         *  nodepath.cpp path-chemistry.cpp selection-chemistry.cpp,
7588            seltrans.cpp sp-typeset.cpp splivarot.cpp text-context.cpp,
7589            tools-switch.cpp dialogs/find.cpp:  Converting statusbar
7590            messages from old style to new, as per
7591            http://inkscape.org/cgi-bin/wiki.pl?StatusbarAPI
7593 2004-06-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7595         * src/mkdep.pl: Add `by mkdep.pl' to `automatically generated' line.
7597         * src/dialogs/desktop-properties.cpp:
7598           Greater conformance to CodingStyle.  Add FIXME comment.
7600         * src/sp-namedview.cpp: Tighter scoping for iteration var.
7601           Simplify some code by greater use of cheap sp_unit_get_by_id.
7603 2004-06-17  MenTaLguY  <mental@rydia.net>
7605         * src/Makefile_insert, src/arc-context.cpp, src/arc-context.h,
7606           src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
7607           src/draw-context.cpp, src/dropper-context.cpp, src/event-context.cpp,
7608           src/event-context.h, src/file.cpp, src/interface.cpp, src/knot.cpp,
7609           src/managed.h, src/message-context.cpp, src/message-context.h,
7610           src/message-stack.cpp, src/message-stack.h, src/message.h,
7611           src/select-context.cpp, src/view.cpp, src/view.h,
7612           src/libnrtype/FontFactory.cpp, src/libnrtype/nr-type-primitives.h,
7613           src/widgets/font-selector.cpp:
7615           New status messages primitives (statusbar bug not fixed yet though).
7617 2004-06-17  Carl Hetherington  <inkscape@carlh.net>
7619         * src/helper/stock-items.cpp: fix a compiler warning.  Minor
7620         coding style cleanups.
7622         * src/arc-context.cpp, src/desktop-snap.cpp, src-desktop-snap.h,
7623         src/rect-context.cpp, src/spiral-context.cpp,
7624         src/star-context.cpp: Replace desktop.h include with forward
7625         references in desktop-snap.h, and add desktop.h includes in
7626         files which require them.
7628         * src/widgets/spw-utilities.cpp, src/widgets/spw-utilities.h:
7629         add spw_vbox_checkbutton.
7631         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7632         src/sp-namedview.h, src/desktop-snap.cpp, src/desktop-snap.h,
7633         src/desktop.cpp, src/desktop.h,
7634         src/dialogs/desktop-properties.cpp, src/seltrans.cpp,
7635         src/seltrans.h, src/selection.cpp, src/selection.h,
7636         src/select-context.cpp, src/selection-chemistry.cpp:
7638         Start of new and hopefully improved snapping code.
7640 2004-06-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7642         * src/helper/units.h, src/helper/units.cpp:
7643           (sp_unit_get_by_id): new function.
7644           (sp_convert_distance_full): Change arguments & return value.
7645           Call g_log if no conversion possible.
7646           Callers updated.
7647           (sp_unit_get_default, sp_unit_get_by_name): Remove unused functions.
7648           sp_units: Less rounding error in unittobase.
7650 2004-06-16  Carl Hetherington  <inkscape@carlh.net>
7652         * src/sp-item.h: added a comment.
7654 2004-06-15  Ted Gould  <ted@gould.cx>
7656         * share/extensions/ai_input.inkmod:
7657         Removing the command-line argument to specify line endings.
7659         * src/print.cpp, src/print.h, src/sp-text.cpp,
7660         src/extension/extension.cpp, src/extension/extension.h,
7661         src/extension/implementation/implementation.cpp,
7662         src/extension/implementation/implementation.h,
7663         src/extension/internal/ps.cpp, src/extension/internal/ps.h:
7665         Changing it so that the text to vector is its own function.  This way it
7666         can be used as a parameter in Postscript, but then can be easily used for
7667         drivers which only support vector drawing.
7669 2004-06-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7671         * src/select-toolbar.cpp: Cleanups and preparation for px units.
7673         * src/helper/units.h, src/helper/units.cpp:
7674           Add reference version of sp_points_get_units, sp_units_get_points.
7675           Implement as simple multiplication instead of sp_convert_distance.
7676           (sp_units_table_sane): New function.
7677         * src/helper/units-test.cpp: Test sp_units_table_sane.
7679         * src/sp-object-repr.cpp: Move some declarations to first use.
7680         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_register):
7681           Change return type to void.
7683         * src/sp-item.cpp (sp_item_repr_compare_position):
7684           Reimplement as shallow wrapper around sp_repr_compare_position.
7686         * src/helper/units.h, src/helper/units.cpp:
7687           SPUnitId: new enum, to allow replacing string lookups.
7688           Get rid of handling for unused SP_UNIT_USERSPACE.
7689           Remove unused SPUnit.version field.
7691         * src/helper/units-test.cpp (test_bases): Test sp_unit_get_identity.
7693         * src/helper/Makefile_insert (helper_units_test_LDADD): Fix the previous
7694           commit: -lglib-2.0 instead of -lglib.
7696 2004-06-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7698         * src/Makefile.am, src/helper/Makefile_insert,
7699           src/helper/units-test.cpp:
7700           New unit test file units-test.cpp.
7702         * src/select-toolbar.cpp: Greater conformance to CodingStyle.
7704 2004-06-14  Carl Hetherington  <inkscape@carlh.net>
7706         * src/libnrtype/TextWrapper.cpp: Fix what looks like an off-by-one.
7708         * ChangeLog, src/prefs-utils.cpp:
7709         Fix bracketing typo that causes an array to be overrun.
7711 2004-06-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7713         * src/sp-path.cpp: Move some declarations to first use.
7715 2004-06-13  Kees Cook  <kees@outflux.net>
7717         * src/xml/repr.h, src/xml/repr-utils.cpp: adding additional RDF URIs
7718         to the default namespace prefix list.
7720 2004-06-13  MenTaLguY  <mental@rydia.net>
7722         * src/arc-context.cpp, src/desktop.cpp, src/desktop.h, src/document.cpp,
7723           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
7724           src/file.cpp, src/gradient-chemistry.cpp, src/interface.cpp,
7725           src/rect-context.cpp, src/selection-chemistry.cpp, src/sp-object.cpp,
7726           src/sp-object.h, src/spiral-context.cpp, src/splivarot.cpp,
7727           src/star-context.cpp, src/svg-view.h, src/text-context.cpp,
7728           src/extension/internal/gdkpixbuf-input.cpp:
7730           added SPDesktop::currentRoot() and SPDesktop::currentLayer(), which
7731           report the current "view" root and current "editing" layer,
7732           respectively; I've also added SPObject::appendReprChild().
7734           Between the two of them, they replace sp_document_add_repr, which
7735           has been removed.  Generally to add a repr to a document, you would
7736           now use either:
7738            SP_DOCUMENT_DEFS(document)->appendReprChild(repr);
7740           or:
7742            desktop->currentLayer()->appendReprChild(repr);
7744 2004-06-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7746         * src/sp-clippath.h, src/sp-gradient.h, src/sp-marker.h, src/sp-mask.h,
7747 src/sp-pattern.h:
7748           Explicitly mark _acceptObject as virtual.
7749           (Already declared as virtual in base class.)
7751         * src/file.cpp, src/main.cpp: Greater conformance to CodingStyle.
7753         * src/node-context.h, src/selcue.h, src/sp-pattern.h,
7754           src/widgets/sp-color-wheel-selector.h:
7755           Add missing includes as found by src/check-header-compile.
7757         * src/Makefile_insert:
7758         * src/sp-use-reference.cpp:
7759         * src/sp-use-reference.h:
7760         * src/sp-use.cpp:
7761         * src/sp-use.h:
7762           Move SPUseReference from sp-use.h to new files sp-use-reference.h,
7763           sp-use-reference.cpp.
7765         * src/sp-use.h (_acceptObject): Fix can't-use-ancestor check.
7767         * src/uri-references.h (getOwner): Fix copy&paste bug.
7769 2004-06-11  MenTaLguY  <mental@rydia.net>
7771         * src/sp-object.h, src/sp-object.cpp:
7773           migrated several SPObject methods to C++ methods:
7775           sp_object_invoke_write -> SPObject::updateRepr
7776           sp_object_request_update -> SPObject::requestDisplayUpdate
7777           sp_object_invoke_update -> SPObject::updateDisplay
7778           sp_object_request_modified -> SPObject::requestModified
7779           sp_object_invoke_modified -> SPObject::emitModified
7781           (leaving deprecated wrappers in place for now)
7783         * src/document.cpp, src/object-edit.cpp, src/sp-clippath.cpp,
7784           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-image.cpp,
7785           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-line.cpp,
7786           src/sp-marker.cpp, src/sp-mask.cpp, src/sp-offset.cpp,
7787           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-root.cpp,
7788           src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
7789           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
7790           src/sp-use.cpp, src/dialogs/stroke-style.cpp, src/sp-path.cpp:
7792           transitioned to SPObject::requestDisplayUpdate and
7793           SPObject::updateDisplay
7795         * src/arc-context.cpp, src/document.cpp, src/gradient-chemistry.cpp,
7796           src/knotholder.cpp, src/main.cpp, src/rect-context.cpp,
7797           src/sp-anchor.cpp, src/sp-clippath.cpp, src/sp-defs.cpp,
7798           src/sp-gradient.cpp, src/sp-item-group.cpp, src/sp-item.cpp,
7799           src/sp-mask.cpp, src/sp-namedview.cpp, src/sp-object-group.cpp,
7800           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp,
7801           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-shape.cpp,
7802           src/sp-spiral.cpp, src/sp-text.cpp, src/sp-use.cpp,
7803           src/spiral-context.cpp, src/splivarot.cpp, src/star-context.cpp,
7804           src/style.cpp, src/toolbox.cpp, src/dialogs/fill-style.cpp,
7805           src/dialogs/stroke-style.cpp, src/extension/internal/svg.cpp:
7807           transitioned to SPObject::requestModified, SPObject::emitModified,
7808           and SPObject::updateRepr; also reworked "minimal" version of
7809           updateRepr.
7811         * src/sp-object.h: added a little documentation
7813         * src/document.cpp, src/document.h, src/file.cpp,
7814           src/gradient-chemistry.cpp, src/help.cpp, src/object-ui.cpp,
7815           src/selection-chemistry.cpp, src/selection.cpp, src/seltrans.cpp,
7816           src/sp-clippath.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
7817           src/sp-namedview.cpp, src/sp-object.cpp, src/sp-offset.cpp,
7818           src/sp-pattern.cpp, src/sp-root.cpp, src/sp-text.cpp,
7819           src/sp-typeset.cpp, src/sp-use.cpp, src/splivarot.cpp,
7820           src/uri-references.cpp, src/dialogs/fill-style.cpp,
7821           src/dialogs/item-properties.cpp, src/dialogs/stroke-style.cpp,
7822           src/helper/stock-items.cpp, src/widgets/gradient-selector.cpp,
7823           src/widgets/gradient-vector.cpp, src/widgets/icon.cpp:
7825           replaced sp_document_lookup_id with SPDocument::getObjectById,
7826           and SPDocument::getObjectByRepr
7828           (left deprecated stub in place, but it should be unused at this point)
7830 2004-06-11  Ted Gould  <ted@gould.cx>
7832         * src/file.cpp, src/inkscape.cpp, src/interface.cpp, src/prefs-utils.cpp,
7833         src/prefs-utils.h:
7835         Moving the recent document setting and getting code into the prefs-utils
7836         files so that they'll be with the preferences (which they really kinda
7837         are).  Then, moved the place where they are set from the removing of the
7838         document to where the files are opened and 'save as'd.  (yes, I made up a
7839         word/contraction).
7841 2004-06-10  Carl Hetherington  <inkscape@carlh.net>
7843         * src/desktop-snap.cpp, src/desktop-snap.h,
7844         src/satisfied-guide-cns.cpp, src/satisfied-guide-cns.h,
7845         select-context.cpp, selection.cpp, selection.h, seltrans.cpp,
7846         seltrans.h, sp-ellipse.cpp, sp-image.cpp,
7847         sp-item-notify-moveto.cpp, sp-item-rm-unsatisfied-cns.cpp,
7848         sp-item-update-cns.cpp, sp-item.cpp, sp-item.h, sp-offset.cpp,
7849         sp-rect.cpp, sp-spiral.cpp, sp-star.cpp, sp-text.cpp:
7851         Use a std::vector to store snap points, rather than a fixed-size
7852         array.
7854 2004-06-09  Carl Hetherington  <inkscape@carlh.net>
7856         * src/desktop-snap.cpp, src/desktop-snap.h: Coding style fixes.
7857         Use NR::Coord rather than double where appropriate.  Added some
7858         comments.  Use NR::Dim2 where appropriate.  Use NR_HUGE rather
7859         than hardcoded 1e18s.
7861         * src/rect-context.cpp, src/nodepath.cpp, src/arc-context.cpp:
7862         Adapt for changes to sp_desktop_dim_snap prototype.
7864         * src/select-context.cpp:
7865         Adapt for changes to sp_desktop_dim_snap_list prototype.
7867 2004-06-08  MenTaLguY  <mental@rydia.net>
7869         * src/display/sp-canvas.h, src/livarot/DblLinked.h,
7870           src/livarot/LivarotDefs.h, src/livarot/AVL.h, src/livarot/Shape.h,
7871           src/livarot/ShapeUtils.h, src/livarot/Ligne.h,
7872           src/object-edit.cpp, src/spiral-context.cpp, src/sp-shape.cpp:
7874           Portability fixes from Colin Marquardt <colin@marquardt-home.de>.
7876 2004-06-08  Carl Hetherington  <inkscape@carlh.net>
7878         * src/main.cpp: remove the call to
7879         Extension::Internal::PrintWin32::init() entirely after Ted pointed
7880         out that it would be called by code in src/extension/init.cpp
7881         anyway.
7883 2004-06-08  Ted Gould  <ted@gould.cx>
7885         * src/main.cpp:
7887         Added in a version command to our command line args.  This fixes
7888         enhancement request 968642.
7890 2004-06-07  MenTaLguY  <mental@rydia.net>
7892         * src/document.cpp, src/document.h, src/document-undo.cpp,
7893           src/sp-object.h, src/sp-object.cpp:
7894           renamed object garbage collection routines to fit the "orphan"
7895           terminology
7897 2004-06-07  Carl Hetherington <inkscape@carlh.net>
7899         * src/main.cpp: tentative fix for startup crash on Win32.  Ensure
7900         that Extension::Internal::PrintWin32::init() is not called until
7901         after inkscape_application_init().
7903 2004-06-07  Ted Gould  <ted@gould.cx>
7905         * src/inkscape.cpp, src/main.cpp:
7907         Moving the initialization of the extensions into the Inkscape application
7908         init.  I have mixed feelings on this.  On one hand, basically extension
7909         init gets called directly after applicaiton init and extensions init has
7910         nothing to do with anything else in main.  On the other hand I'm not sure
7911         that it is directly related to the structure of the application itself.
7912         Comments are welcome.
7914 2004-06-06  MenTaLguY  <mental@rydia.net>
7916         * src/attributes.cpp, src/attributes.h: added inkscape:collect attribute
7917           to specify orphan collection policy (collect with parent, or always
7918           collect)
7920         * src/document-undo.cpp, src/document.cpp, src/document.h: added an orphan
7921           collection pass as part of comitting an undo step
7923         * src/sp-object.cpp, src/sp-object.h:
7924           add total hrefcount for all descendants, and basic orphan collection
7925           facilities
7927         * src/gradient-chemistry.cpp, src/dialogs/stroke-style.cpp,
7928           src/extension/internal/gdkpixbuf-input.cpp:
7929           mark automatically added gradients, patterns, and markers for orphan
7930           collection
7932 2004-06-06  Bryce Harrington <bryce@bryceharrington.org>
7934         * libnrtype/nr-type-xft.cpp, libnrtype/nr-font.cpp,
7935           libnrtype/nr-rasterfont.cpp, libnrtype/nr-type-directory.cpp,
7936           libnrtype/nr-typeface.cpp, libnrtype/nr-type-w32.cpp,
7937           libnrtype/nr-type-ft2.cpp, libnrtype/nr-type-pos-def.cpp,
7938           libnrtype/nr-type-primitives.cpp:
7940         Documenting the routines.  This adds basic code docs for
7941         everything in libnrtype.
7943 2004-06-06  Ted Gould  <ted@gould.cx>
7945         * src/main.cpp, src/preferences-skeleton.h, src/extension/extension.cpp:
7947         Making it so that the extension parameters get saved in the Inkscape
7948         preferences.  Most people will notice that their printer gets saved now.
7949         But this does alot more than that.  Added an "extensions" group to the
7950         preferences skeleton for all these settings.  All settings get saved as
7951         "module ID"."param name".  Also had to change where the extensions get
7952         init'd in the startup to put it behind the Inkscape application so that
7953         prerefences could be used.
7955 2004-06-03  Ted Gould  <ted@gould.cx>
7957         * src/file.cpp, src/dialog/filedialog.cpp:
7959         Making the whole file dialog alot more fun.  Basically, now the
7960         first filename will always be unique on files that don't have a
7961         filename already.  And, if you've selected a different default
7962         extension, that extension's filename extension will be placed
7963         on the file.  Also, when you change the extension to save with
7964         in the dialog, the filename extension will change with you (assuming
7965         that you were using filename extensions previously ofcourse).
7966         Finally, the checkbox to autoappend extensions is no insensitive
7967         when "Autodetect" is selected.
7969 2004-06-03  MenTaLguY  <mental@rydia.net>
7971         * src/file.cpp, src/extension/internal/ps.cpp,
7972           src/extension/internal/win32.cpp, src/sp-pattern.cpp,
7973           src/dialogs/stroke-style.cpp, src/display/nr-arena-glyphs.cpp,
7974           src/display/nr-arena-group.cpp, src/display/nr-arena-image.cpp,
7975           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
7976           src/widgets/icon.cpp, src/dialogs/nr-arena-item.h:
7978           Introduced the notion of "parent" NRGCs
7980 2004-06-02  bulia byak <bulia@users.sourceforge.net>
7982         * src/selection.h, src/selection.cpp:
7984         * preferences-skeleton.h dialogs/display-settings.cpp sp-item.cpp: New
7985 settings
7986         for various compensations
7988         * sp-shape.cpp sp-shape.h sp-rect.cpp sp-path.cpp: Factored out adjustments
7989         (stroke and pattern so far) from optimizing items into sp-shape.
7991         * libnr: Added distance function for a couple of points. Added expansions
7992 for X and Y.
7994         * object-edit.cpp sp-rect.cpp sp-item.cpp toolbox.cpp: Made rect use
7995 absolute
7996         radii, added recursive compensation on item_transform. Added new knot for
7997         rect, moved corner knots to the top right corner. Rect toolbar shows visible
7998         rx/ry.
8000         * toolbox.cpp: Finally got the freeze semaphores right (prevent loops for
8001         changes both from the repr and from toolbar UI).
8003         * sp-namedview.cpp: Guarding against nan in zoom, cx, cy
8005         * select-toolbar.cpp helper/unit-menu.cpp helper/unit-menu.h: Fix units menu
8006 size
8008         * node-context.cpp: Second Esc or empty-click deselects object
8010         * desktop.cpp desktop.h: Restored sticky zoom
8012         * preferences-skeleton.h extension/internal/gdkpixbuf-input.cpp file.cpp: Do
8013 not
8014         group import if only one item; move its defs to our defs; select and move
8015         under cursor the imported item/group. Optionally import bitmaps as filled
8016         rects.
8018         * many -context files: Decoupled seltrans and selcue so that the latter can
8019 be
8020         used outside of selector; enabled optional selcue in all tools
8022         * many files: New set_color signals on desktop, switching the dropper to
8023 them;
8024         needs to be redone for style. Excise the old inkscape::color_set signal.
8026         * dialogs/stroke-style.cpp: Fix the "all clubs" marker preview bug. In
8027 markers
8028         menu, skip document markers with stockid only if the same stockid is in
8029         markers.svg; add separator.
8031         * many fill and stroke files: Remove old mode selector, remove dropper
8032 checkbox
8033         (now always on). Remember active colorselector page. Remove redundant checks
8034         in setting color (fixes at least one bug). Cosmetics, cleanup, b/w icons,
8035         shortened labels, added mnemonics and tooltips, removed the drop-down modes
8036         list. Switched color spinbuttons to 0..255 enabling 0..1 floats to be typed
8037 as
8038         well.
8040         * dialogs/find.* et al: Find dialog, command
8042         * selection-chemistry.cpp: Fix copying objects from different parents; fix
8043 and
8044         reorganize copying gradients, recurse into groups
8046         * dialogs/xml-tree.cpp: Removed unused desktop shutdown signal, fixes
8047 problem
8048         with saving window settings on exit
8050         * select-toolbar.cpp: Percentage unit, lock toggle, NR::Rectification
8052         * sp-object.cpp path-chemistry.cpp splivarot.cpp et al: Sending
8053 _delete_signal
8054         recursively for descendants; switched to deleteObject where appropriate to
8055         notify clones
8057         * preferences-skeleton.h desktop.cpp desktop.h interface.cpp: Window layout
8058         fully configurable, commands in the View menu
8060         * path-chemistry.cpp: Fixed transform when combining inside group
8062         * preferences-skeleton.h sp-item.cpp dialogs/display-settings.cpp: Fixes in
8063         scalestroke (coded by Carl): arbitrary depth recusion, setting stroke-width
8064         via repr, pref in the transforms tab
8066         * widgets/sp-xmlview-attr-list.cpp: More robust listener
8068 2004-06-01  Ted Gould  <ted@gould.cx>
8070         * src/extension/internal/gdkpixbuf-input.cpp:
8071         Making it so that the lists of extensions and mimetypes are
8072         used in the creation of the plugins.  Also, free'ing everything
8073         properly so that we don't have a memory leak.
8075 2004-05-30  MenTaLguY  <mental@rydia.net>
8077         * src/selection.h, src/selection.cpp:
8078           rework SPSelection to be SPObject- rather than SPItem- oriented;
8079           this will be needed later for the layers/document tree dialog
8080           (and could prove useful for the XML editor later too)
8082         * src/sp-item.h: make SPItem a proper C++ subclass of SPObject
8084         * src/dialogs/item-properties.cpp:
8085           correct overly intimate knowledge of SPObject (use SP_OBJECT_ID rather
8086           than directly accessing the SPObject::id member)
8088 2004-05-27  Kees Cook  <kees@outflux.net>
8090         * src/extension/internal/ps.h, src/extension/internal/ps.cpp:
8091           Hopefully fixed the locale problems in the PS output generator.
8092         * src/sp-offset.cpp, src/display/bezier-utils-test.cpp,
8093           src/display/nr-arena-item.cpp, src/libnr/nr-svp-render.cpp,
8094           src/libnr/testnr.cpp, src/livarot/AlphaLigne.cpp,
8095           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
8096           src/livarot/PathCutting.cpp, src/livarot/Shape.cpp,
8097           src/livarot/ShapeDraw.cpp, src/livarot/ShapeSweep.cpp,
8098           src/svg/svg-affine.cpp: added comments and notes to all remaining
8099           "printf"ish calls that have %g or %f in them.  Most are just debug
8100           output, etc.  Hopefully we are actually free of locale bugs!  :)
8101         * src/desktop.h, src/desktop.cpp: desktop's knowledge of
8102           fullscreen-ness doesn't depend on having the ability to DO it.  Other
8103           functions already test "is_fullscreen" to alter their behavior.
8105 2004-05-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8107         * src/extension/system.h, src/extension/system.cpp (build_from_file):
8108           Remove unused second argument.  Callers updated.
8109         * src/extension/system.cpp (build_from_reprdoc):
8110           Just one call to sp_repr_name per child.
8111         * src/extension/system.h, src/extension/system.cpp:
8112           Cleanup: greater conformance to CodingStyle.
8114 2004-05-23  MenTaLguY  <mental@rydia.net>
8116         * src/libnrtype/Makefile_insert, src/libnrtype/nr-type-gnome.cpp,
8117           src/libnrtype/nr-type-gnome.h, src/libnrtype/nr-type-dictionary:
8119           removed gnome-print libnrtype backend
8121 2004-05-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8123         * src/xml/repr.h, src/xml/repr-util.cpp:
8124           Remove unused function sp_repr_set_position_relative.
8126         * src/xml/repr-util.cpp (sp_repr_compare_position, sp_repr_position):
8127           Minor cleanups.
8129 2004-05-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8131         * src/sp-use.cpp: Cleanup: greater conformance to CodingStyle.
8133         * src/sp-item-group.cpp (sp_item_group_ungroup): Fix bug #956334:
8134           ungrouping was reversing the order of the group members.
8136         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp: New files.
8137         * src/xml/Makefile_insert (xml_libspxml_a_SOURCES): Add the new files.
8139         * src/xml/repr-private.h, src/xml/repr.cpp (sp_repr_nth_child):
8140           Remove this unused function.
8142         * src/xml/repr.h, src/xml/repr.cpp (sp_repr_parent):
8143           Mark pointer as not written through (const).
8145 2004-05-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8147         * src/xml/repr.cpp: Cleanup: greater conformance to CodingStyle.
8149         * src/Makefile_insert: Add missing dependencies on inkscape_version.h.
8150         * src/display/Makefile_insert: Adapt dependency object names for
8151           `subdir-objects' automake option.
8152         * src/helper/Makefile_insert: Adapt dependency object names for
8153           lack of libspchelp-specific CPPFLAGS.
8155 2004-05-17  Carl Hetherington <inkscape@carlh.net>
8157         * src/libnrtype/nr-type-w32.cpp: Tentative fix for
8158         build problems on Win32.
8160         * src/extension/internal/svg.cpp: Coding style cleanups.
8162 2004-05-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8164         * src/sp-item.h, src/sp-item.cpp: Remove unused
8165           distance-conversion functions sp_item_distance_to_svg_bbox,
8166           sp_item_distance_to_svg_viewport.
8168         * src/sp-item.cpp: Cleanup: greater conformance to CodingStyle.
8170         * acinclude.m4: Remove.
8172 2004-05-16  Carl Hetherington  <inkscape@carlh.net>
8174         * src/extension/internal/svg.cpp:
8175         Throw an exception if sp_repr_save_file fails.  This should close
8176         bug 948921.
8178 2004-05-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8180         * src/check-header-compile.in: New script.
8181         * configure.in: Add it to list of files for substitution.
8183         * src/star-context.cpp: Minor cleanups, and use g_strdup_printf instead
8184           of fixed-size buffer for translated string.
8186         * src/selection-chemistry.cpp: Use NR::Rect bounds() method instead of
8187           old bounds(NRRect*).
8189         * src/document.cpp (sp_document_create):
8190         * src/preferences-skeleton.h:
8191           Use INKSCAPE_VERSION from inkscape_version.h instead of VERSION.
8193         * src/libnr/nr-rotate-test.cpp: Use new rotate_equalp function.
8195         * src/libnr/nr-translate-ops.h (operator-): New function.
8197         * src/select-context.cpp:
8198         * src/selection-chemistry.cpp:
8199         * src/xml/repr.h:
8200         * src/sp-defs.h:
8201           Cleanup: greater conformance to CodingStyle.
8203         * src/libnr/nr-macros.h: Don't #include nr-matrix.h, nr-rect.h.
8205         * src/arc-context.h, src/desktop-affine.h, src/dir-util.h,
8206           src/draw-context.h, src/dyna-draw-context.h, src/help.h,
8207           src/knotholder.h, src/prefs-utils.h, src/select-toolbar.h,
8208           src/sp-clippath.h, src/sp-mask.h, src/sp-pattern.h, src/sp-use.h,
8209           src/text-context.h, src/toolbox.h, src/tools-switch.h,
8210           src/dialogs/dialog-events.h, src/dialogs/sp-attribute-widget.h,
8211           src/display/sp-canvas.h, src/helper/gnome-utils.h,
8212           src/helper/png-write.h, src/helper/stock-items.h, src/inkjar/jar.h,
8213           src/libnr/nr-matrix.cpp, src/libnr/nr-point-l.h,
8214           src/svg/stringstream.h, src/svg/svg-affine.cpp,
8215           src/widgets/gradient-selector.h, src/widgets/paint-selector.h,
8216           src/widgets/spinbutton-events.h, src/widgets/spw-utilities.h,
8217           src/xml/repr-action.h:
8218           Add missing header files as detected by check-header-compile script.
8220         * src/libnr/nr-rotate-fns.h, src/libnr/nr-rotate-fns.cpp: New files.
8221         * src/libnr/nr-rotate-fns-test.cpp: New unit test.
8222         * src/libnr/Makefile_insert, src/Makefile.am: Reference new files,
8223           add to unit tests.
8225         * src/libnr/nr-rotate.h: Add Coord,Coord constructor.
8227         * src/libnr/nr-rotate.h, src/libnr/nr-rotate-ops.h (operator*=):
8228         New method.
8230         * src/libnr/nr-point-fns.h (point_equalp): New function.
8232         * src/radial.h: Remove this unused header.
8234         * src/xml/xml-forward.h: New file.
8235         * src/xml/Makefile_insert: Add it to xml_libspxml_a_SOURCES.
8236         * src/xml/repr-private.h: Include it.
8238 2004-05-16  MenTaLguY  <mental@rydia.net>
8240         * src/libnrtype/nr-type-directory.cpp, src/libnrtype/nr-type-ft2.cpp,
8241           src/libnrtype/nr-type-ft2.h, src/libnrtype/nr-type-gnome.h,
8242           src/libnrtype/nr-type-w32.h, src/libnrtype/nr-type-xft.cpp,
8243           src/libnrtype/nr-typeface.h:
8245           transition to C++ inheritance
8247         * src/verbs.cpp, src/helper/action.h, src/helper/action.cpp,
8248           src/widgets/button.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
8250           removed barely-used "in-place construction" facility for NRObject
8252         * src/helper/action.h, src/helper/action.cpp,
8253           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-glyphs.h,
8254           src/display/nr-arena-image.cpp, src/display/nr-arena-image.h,
8255           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
8256           src/helper/action.cpp, src/helper/action.h, src/libnr/nr-object.cpp,
8257           src/libnr/nr-object.h, src/libnrtype/nr-type-ft2.cpp,
8258           src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
8259           src/libnrtype/nr-typeface.cpp:
8261           Made NRObject "C++-compatible".  All C++ features including virtual
8262           methods and RTTI should now be available to NRObject subclasses
8263           _provided_:
8265            a) there is an unbroken chain of _C++_ inheritance from the subclass
8266               back to NRObject
8268            b) the NRObject-derived inheritance chain is always first in cases
8269               of multiple inheritance (the NRObject must be first in the memory
8270               layout)
8272            c) The subclass in question overrides NRObjectClass::cpp_ctor in its
8273               own class_init function, with a pointer to a function that calls
8274               the specific subclass' constructor (via placement new -- you will
8275               need to #include <new> for this to work)
8277               n.b. Objects of classes which do not override cpp_ctor will appear
8278               to the C++ runtime system (RTTI and virtual dispatch, at least) as
8279               objects of the closest ancestor class which does override it
8280               (NRObject or NRActiveObject if nothing else).
8282 2004-05-15  MenTaLguY  <mental@rydia.net>
8284         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
8285           further reduced dependency on SPStyle
8287 2004-05-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8289         * src/libnr/nr-path.cpp, src/libnr/nr-path.h (nr_path_matrix_bbox_union):
8290           Get rid of no-longer-needed tolerance arg.  Update callers.
8292         * src/selection.cpp, src/sp-chars.cpp, src/sp-image.cpp,
8293           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-item.h,
8294           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
8295           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
8296           src/sp-use.cpp, src/dialogs/fill-style.cpp,
8297           src/dialogs/stroke-style.cpp, src/display/nr-arena-shape.cpp,
8298           src/libnr/nr-path.cpp, src/libnr/nr-path.h,
8299           src/libnrtype/nr-font.cpp, src/libnrtype/nr-rasterfont.cpp,
8300           src/libnrtype/nr-type-gnome.cpp, src/widgets/icon.cpp,
8301           src/widgets/paint-selector.cpp:
8302           Change argument from NRMatrix to NR::Matrix in SPItemClass->bbox,
8303           sp_item_invoke_bbox, sp_item_invoke_bbox_full,
8304           nr_path_matrix_bbox_union.  Users updated.
8306         * src/libnr/nr-rect.h, src/libnr/nr-rect.cpp (nr_rect_union_pt):
8307           new function.
8309         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
8310           (NR::transform): new function.
8312         * src/Makefile_insert: Move fixes.cpp from libinkpre.a to libinkpost.a.
8313         * src/xml/Makefile_insert (xml_repr_action_test_LDADD):
8314           Add libinkpost.a, for fixes.o.  `make check' now works again.
8316         * src/sp-text.cpp (sp_text_set_transform):
8317           Don't include SP_OBJECT_CHILD_MODIFIED_FLAG in flags for
8318           sp_object_request_update.  Addresses `critical' warning.
8320 2004-05-13  John Cliff <simarilius@yahoo.com>
8322         * src/dialogs/stroke-style.cpp: Switched to using get_stock to retrieve
8323 markers.
8324         * src/helpers/stock-items.h, src/helpers/stock-items.cpp: created to handle
8325 stock items.
8326         * src/prefix.h: Added marker and gradient directorys.
8328 2004-05-13  Kees Cook <kees@outflux.net>
8330         * configure.in, src/main.cpp, config.h.mingw, debian/rules:
8331           made popt a requirement instead of an option.
8333 2004-05-13  Carl Hetherington  <cth103@houllier.home>
8335         * sp-color-notebook.cpp: Fix uninitialised value spotted by valgrind.
8337         * stroke-style.cpp:
8338         Fix ink_extract_marker_name returning a pointer into a free()d buffer.
8340 2004-05-13  Ted Gould <ted@gould.cx>
8342         * src/file.cpp:
8343         Making the default filename _("untitled.svg")
8345 2004-05-12  Kees Cook <kees@outflux.net>
8347         * config.h.mingw: added g_ascii_strtod macro.
8349 2004-05-12  Carl Hetherington <inkscape@carlh.net>
8351         * src/dialogs/export.cpp: fix faulty logic with exporting of
8352         selections, as reported by Artemio on the ML.
8354         * src/dialogs/desktop-properties.cpp: Fix a gtk_table size.
8355         Make use of spw_dropdown in one place.
8357         * src/select-context.cpp: Remove alt-drag "slow move" mode.
8358         Make alt-drag move without any grid snap, even if the grid
8359         is enabled.  Add a new mode, shift-drag, which preserves
8360         objects' grid offsets rather than snapping their snappoints.
8362         * src/selection-chemistry.cpp: Pasted objects have the same
8363         offset from the grid as the original, if the grid is enabled.
8364         Also a NRRect -> NR::Rect fix thrown in for no extra charge.
8366         * src/dialogs/display-settings.cpp: Added option to reverse
8367         the actions of drag and shift-drag when moving objects.
8369 2004-05-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8371         * src/main.cpp (main): Test ENABLE_NLS instead of HAVE_NLS (which
8372         wasn't getting defined).  Restores translations on *nix systems
8373         when inkscape translations aren't in system-wide /usr/share/locale.
8375 2004-05-10  Carl Hetherington <inkscape@carlh.net>
8377         * src/sp-item.cpp, src/dialogs/display-settings.cpp: primitive
8378         support for preserving line widths when scaling.  Thanks to Bulia
8379         for telling me what to do :)
8380         * src/dialogs/align.cpp: refactor some cut-and-paste code into
8381         a separate function.  Remove NRRect.  Declaration-to-first-use
8382         cleanups.
8383         * src/dialogs/transformation.cpp, src/dialogs/fill-stype.cpp:
8384         NRRect removal.  Declaration-to-first-use cleanups.
8386 2004-05-09  MenTaLguY <mental@rydia.net>
8388         * src/sp-paint-server.h: SPPaintServer now uses C++ inheritance
8390           (bigger question -- should SPPaintServer derive from SPObject?  I think
8391            not, actually ... it's more something that should be aggregated into
8392            the various paint-server-capable types)
8394         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
8395           first steps in removing SPStyle dependency from NRArenaShape --
8396           add fill and stroke paint server members, and use those instead
8397           of reading directly from an SPStyle.
8399 2004-05-09  Kees Cook <kees@outflux.net>
8401         * src/libnrtype/nr-type-xft.cpp: added patch 898200, hopefully this
8402           won't break anyone.
8403         * src/dialogs/desktop-properties.cpp: added patch 947127, along with
8404           some orientation bugfixes, list cleanup, and logic to select the
8405           correct menu items based on document settings.
8406         * configure.in: default to always replace g_ascii_strtod.
8408 2004-05-08  Kees Cook <kees@outflux.net>
8410         * src/extension/internal/gdkpixbuf-input.cpp: skip SVG files. (open bug)
8411         * configure.in, src/Makefile_insert, src/fixes.cpp: added replacement
8412           for g_ascii_strtod, since it has locale-related bugs in gnome 2.0.
8413           The upstream version is fixed, so some day, we won't need this any
8414           more.  (fixes "ugly icons" bug, and possibly the spinbutton locale bug)
8415         * src/dyna-draw-context.cpp, src/rect-context.cpp, src/sp-namedview.cpp,
8416           src/sp-object.cpp, src/sp-object.h, src/sp-pattern.cpp,
8417           src/sp-polygon.cpp, src/sp-polyline.cpp, src/sp-root.cpp,
8418           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp,
8419           src/sp-text.cpp, src/spiral-context.cpp, src/star-context.cpp,
8420           src/svg/ftos.cpp, src/svg/svg-affine.cpp, src/svg/svg-color.cpp,
8421           src/svg/svg-length.cpp: adding "config.h", making a few extra
8422           locale-sensitive functions use g_ascii versions.
8424 2004-05-08  MenTaLguY <mental@rydia.net>
8426         * src/sp-item.cpp: move "transformed" signal emission after actual
8427           application of transform
8429         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr.cpp:
8430           fix lifecycle issues with content and attribute strings
8432         * src/sp-object.h, src/sp-object.cpp: added SPObject::setId()
8434 2004-05-08  Kees Cook <kees@outflux.net>
8436         * src/verbs.cpp, src/help.cpp: localizing "about" and "keys" stuff.
8437         * po/*.po: rebuilt for new strings.
8439 2004-05-08  Carl Hetherington <inkscape@carlh.net>
8441         * src/dialogs/desktop-properties.cpp: the usual cleanups.  Also
8442         add some sp_document_done()s in various places.
8444 2004-05-08  bulia byak <bulia@users.sourceforge.net>
8446         * widgets/paint-selector.cpp: Tooltips, slight cosmetics
8448         * main.cpp: --help edit
8450         *  sp-use.h sp-use.cpp: Redid move compensation using _transformed_signal
8452         * sp-item.h sp-item.cpp: Added _transformed_signal, emitted by
8453 write_transform,
8454         passes the difference transform relative to the old one (not the new
8455 transform
8456         set)
8458         * nodepath.cpp: Fix lagging update of the other handle for smooth nodes
8460         * widgets/dash-selector.cpp: (Almost) fixed display of shorter-than-0.5
8461 dashes
8462         in selector; proper fixing will require manual drawing the dashes instead of
8463         using gdk dashes
8465         * preferences-skeleton.h: lots of new  dasharrays
8467         * dialogs/stroke-style.cpp: Remove repetitive code; relocation patch from
8468         mhearn; fixed, reenabled, and automated marker previews (no need for
8469 previews
8470         in markers.svg)
8472         * share/markers/markers.svg: Cleanup, sizes, remove manual previews
8474         * style.cpp: Disabled warning for overflow property (we need it for markers)
8476         * splivarot.cpp: Fixed transform when doing boolop inside group
8478         * libnr/nr-path.cpp: Ported fix from sodi, fixes two bugs with endnodes of a
8479         curve on the same hor/vert line
8481         * sp-namedview.cpp: Use set_default_size instead of _resize for setting
8482 window
8483         from namedview
8485         * preferences-skeleton.h dialogs/item-properties.cpp: Objects props
8486         transientized (better late than never)
8488         * dialogs/display-settings.cpp: Added simplify threshold
8490         * sp-use.cpp: Mega-kill use on unlink
8492         * preferences-skeleton.h dialogs/display-settings.cpp: Orphaned clones
8493 options
8495         * sp-item-group.cpp: Prevent jumps when ungrouping clone with its original
8497         * sp-object.cpp: Fix crash when deleting clone and its original
8499         * toolbox.cpp, tool contexts: Alt-x and top panel keyboard shortcuts now
8500 work
8501         for all tools
8503         * sp-use.cpp enums.h: Unlink option on self-delete
8505         * sp-use.cpp: Fix: disappeating clone on undoing ungrouping (_show finally
8506 works properly)
8508         * splivarot.cpp: Boolops: cleanup, preserve id, parent, position, fix to
8509 take
8510         style from the bottom object
8512         * interface.cpp verbs.cpp shortcuts.cpp: Mnemonics, tooltips, shortcuts,
8513         cleanup, autoraise removed from menu
8515 2004-05-07  Kees Cook <kees@outflux.net>
8517         * src/verbs.cpp: re-localizing tutorials.  My goof!
8518         * po/POTFILES.in: removed arikkei references
8520 2004-05-07  Carl Hetherington <inkscape@carlh.net>
8522         * src/desktop.cpp: make sure that a SPNamedView's modified signal
8523         is connected to the SPDesktop even when a file is loaded into an
8524         existing SPDesktop.  Fixes problems whereby grid snap does not
8525         work for the first file loaded in a session.  Fix a && -> & typo.
8527         * src/sp-object.cpp: declaration-to-first-use and coding style
8528         cleanups.
8530 2004-05-05 Spundun Bhatt <spundun@isi.edu>
8532         * configure.in: Stole Nathan's configure hack and used it to
8533         support gtkmm-2.4
8535 2004-05-06  Ted Gould  <ted@gould.cx>
8537         * src/file.cpp, src/extension/extension.cpp, src/extension/init.cpp,
8538         src/extension/internal/Makefile_insert,
8539         src/extension/internal/gdkpixbuf-input.cpp,
8540         src/extension/internal/gdkpixbuf-input.h:
8541           Changing the import functionality so that it works much more like open.
8542           You can use any format, and it will place that file directly in the
8543           document that you are working on.  Added input extensions that cover all
8544           of the bitmap formats that are covered with gdkpixbuf.  Also, more
8545           formats can be used using the scripting system.
8547 2004-05-06  Carl Hetherington <inkscape@carlh.net>
8549         * src/sp-line.cpp, src/sp-mask.cpp, src/sp-metrics.cpp:
8550         declaration-to-first-use and coding style cleanups
8552 2004-05-05  MenTaLguY  <mental@rydia.net>
8554         * src/libnrtype/nr-type-dictionary.cpp: removed 'private-fonts'
8555           feature (we should rely on fontconfig for "custom" font stuff)
8557         * configure.in, src/Makefile_include, src/Makefile.am,
8558           src/libarikkei/*: removed the now unused libarikkei
8560 2004-05-05 Nathan Hurst <njh@mail.csse.monash.edu.au>
8562         * src/dialogs/text-edit.cpp, configure.in: Added support for spell
8563         checking in text dialog.
8565 2004-05-04  MenTaLguY <mental@rydia.net>
8567         * src/display/nr-arena-glyphs.h: fixed cut-and-paste error in
8568           NRArenaGlyphsGroup::create()
8570         * src/selection.cpp, src/selection.h: fixed global "changed" propagation
8572 2004-05-02  MenTaLguY <mental@rydia.net>
8574         * src/file.cpp, src/print.cpp, src/sp-chars.cpp, src/sp-clippath.cpp,
8575           src/sp-image.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
8576           src/sp-pattern.cpp, src/sp-shape.cpp, src/sp-text.cpp,
8577           src/sp-use.cpp, src/dialogs/stroke-style.cpp,
8578           src/display/canvas-arena.cpp, src/display/nr-arena-glyphs.cpp,
8579           src/display/nr-arena-glyphs.h, src/display/nr-arena-group.h,
8580           src/display/nr-arena-image.h, src/display/nr-arena-item.cpp,
8581           src/display/nr-arena-item.h, src/display/nr-arena-shape.h,
8582           src/display/nr-arena.h, src/libnr/nr-object.h, src/widgets/icon.cpp:
8584           removed nr_arena_item_new in favor of static ::create() functions
8585           which call NRArenaItem::init() to perform setup (i.e. setting
8586           NRArenaItem::arena).  Eventually NRArenaItem::init() and
8587           nr_arena_item_init will merge and become NRArenaItem's constructor.
8589 2004-04-30  MenTaLguY <mental@rydia.net>
8591         * src/sp-use.cpp: call parent class' write methods rather than
8592           attempting to do everything (wrongly) ourselves; among other
8593           things, <use> transform attributes weren't getting written
8595         * src/sp-object.h, src/sp-object.cpp:
8597           designate a "successor" object so we still perform as
8598           expected if objects are replaced in the middle of e.g. a
8599           bulk delete operation
8601         * src/sp-use.cpp: cleanups and succession logic for <use>
8602           deletion
8604         * src/widgets/sp-hwrap-box.cpp, src/widgets/sp-hwrap-box.h,
8605           src/widgets/sp-vwrap-box.cpp, src/widgets/sp-vwrap-box.h,
8606           src/widgets/sp-wrap-box.cpp, src/widgets/sp-wrap-box.h,
8607           src/widgets/test-wrapbox.cpp, src/widgets/Makefile_insert:
8609           Removed unused (and imperfect) "wrapbox" widgets.
8611         * src/sp-object.h, src/sp-object.cpp, src/sp-item-group.cpp:
8613           Removed unused sp_object_invoke_forall and sp_object_sequence
8614           methods.  (forall might be nice to have, but we can do better
8615           implementation-wise now that we're in C++-land)
8617 2004-04-30 njh <njh@mail.csse.monash.edu.au>
8619         * main.cpp: replaced gtk_init with g_type_init for console mode.
8620         Closes 944969.
8622 2004-04-29  MenTaLguY <mental@rydia.net>
8624         * src/sp-image.cpp, src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
8625           src/sp-path.cpp, src/sp-rect.cpp, src/sp-text.cpp:
8627           write_transform becomes set_transform, which applies the given
8628           transform to the object without (!) invoking a repr write
8630         * src/sp-star.cpp, src/svg/svg-length.h, src/svg/svg-length.cpp,
8631           src/svg-types.h, src/svg/svg.h:
8633           replaced raw integers with real units enum
8635         * src/libnr/nr-matrix.h:
8637           removed dead assertion (it's always valid to retrieve the
8638           translation component of a matrix)
8640         * src/selection-chemistry.cpp:
8642           delete items via SPItem (SPObject), not repr
8644         * src/sp-object.h, src/sp-object.cpp:
8646           added SPObject::deleteObject() and a delete notification signal;
8647           SPObject now inherits from GObject in the C++ sense
8649         * src/sp-use.h:
8651           don't accept references to the use or its ancestors (preventing
8652           infinite loops)
8654         * src/sp-use.cpp, src/sp-use.h:
8656           added automatic deletion when referrent is deleted
8658         * src/uri-reference.h:
8660           added URIReference::getOwner()
8662 2004-04-29  Carl Hetherington <inkscape@carlh.net>
8664         * src/extension/internal/win32.cpp: add textToPath parameter to
8665         description in order to fix #944131.
8667 2004-04-28  Carl Hetherington <inkscape@carlh.net>
8669         * src/desktop.cpp, src/inkscape.cpp, src/sp-namedview.cpp
8670         Part of the fix for #942149.  Also fixed some compiler warnings.
8672         * src/display/nr-arena.cpp: Fixed an unused variable warning.
8674         * src/main.cpp: Fix a warning that is raised on Windows.
8676 2004-04-28  bulia byak <bulia@users.sourceforge.net>
8678         * inkscape.cpp: Fixed prev/next desktop; numbered from 0
8680         * Lots of files: Replaced all strtod() and atof() by g_ascii_strtod()
8682         * interface.cpp verbs.cpp: Tooltip edits
8684         * view.cpp view.h desktop.cpp: Signal and function to pop statusbar message
8686         * dialogs/dialog-events.cpp: Only set the UTILITY hint for non-modal
8687 windows,
8688         fixes "disappearing save as"
8690         * toolbox.cpp widgets/widget-sizes.h widgets/button.cpp: Got rid of button
8691         relief, top panel made less tall
8693         * desktop.cpp preferences-skeleton.h dialogs/display-settings.cpp: Done away
8694         with the sticky zoom button, now in prefs
8696         * path-chemistry.cpp: Preserve id= in combine/break, convert to paths;
8697 preserve
8698         z-order in combine/break; cleanups
8700         * splivarot.cpp: New selection API, Simplify preserves id=
8702         * select-context.cpp preferences-skeleton.h sp-item.cpp display-settings.cpp
8703         splivarot.cpp sp-item-group.cpp sp-item-transform.cpp
8704         sp-item-notify-moveto.cpp nodepath.cpp node-context.cpp seltrans.cpp
8705         seltrans.h: Switched to global preservetransform, transform writing
8706         unification (no more manual transform= setting all over the place), stamp
8707         preserves parent, mental's new SPSelection API, pruning dead code
8709         * verbs.cpp interface.cpp: Eliminated Dialogs menu, added ... to dialog
8710         commands, rearrangements, menu items display tooltips in statusbar when
8711         selected
8713         * sp-item-group.cpp sp-item-group.h: Made document_done optional in ungroup
8714 (not
8715         done when the function is called from another function)
8717         * dialogs/display-settings.cpp enums.h preferences-skeleton.h sp-use.cpp
8718         sp-use.h: Clone move compensation (3 modes), settable in prefs
8720         * seltrans.cpp selection-chemistry.cpp: Do not translate a clone if its
8721 original
8722         is in the selection
8724         * verbs.cpp verbs.h interface.cpp shortcuts.cpp sp-use.cpp sp-use.h
8725         selection-chemistry.cpp selection-chemistry.h: Unlink Clone verb and menu
8726         command (preserves id=)
8728         * selection-chemistry.cpp selection-chemistry.h verbs.h verbs.cpp
8729 shortcuts.cpp
8730         interface.cpp: Select Original verb and command, scrolls to the original
8732         * selection-chemistry.cpp selection-chemistry.h verbs.cpp verbs.h
8733 interface.cpp:
8734         Clone command
8736         * sp-use.h sp-use.cpp: Use URIReference; Propagate update to parent class
8737         (SPItem) (fixes redraw on dragging a clone)
8739         * dropper-context.cpp dropper-context.h dialogs/display-settings.cpp:
8740         Implemented pick modes (pick either actual color with transparency or
8741 visible
8742         color without transparency); added statusbar indication; color is only set
8743 on
8744         mouse release
8746         * seltrans.cpp display/sodipodi-ctrlrect.cpp: Finally the correct selection
8747 cue
8748         rect (fixed displacement)
8750 2004-04-27  Carl Hetherington <inkscape@carlh.net>
8752         * src/desktop.cpp: Check for there being no items when zooming to
8753         the drawing.  This fixes bug #942137.
8755 2004-04-26  Carl Hetherington <inkscape@carlh.net>
8757         * config.h.mingw, prefix.h:
8758         INKSCAPE_VERSION moved to inkscape_version.h.
8759         INKSCAPE_{PIXMAP,SCREENS,TUTORIALS,MARKERS}DIR moved to prefix.h
8761         * src/Makefile.mingw, src/inkscape_version.h.mingw
8762         Use CVS inkscape_version.h.mingw for inkscape_version.h on Win32.
8764         * src/sp-use.cpp: fix a warning.
8766 2004-04-26  Ted Gould  <ted@gould.cx>
8768         * share/extensions/ai_input.inkmod, share/extensions/dia.inkmod,
8769         share/extensions/txt2svg.inkmod, src/extension/extension.cpp,
8770         src/extension/internal/svg.cpp:
8772         Making the names of the input extensions look like the output ones.
8773         Also, threw in a slight memory savings in removing the implementation on
8774         deactivated extensions.
8776 2004-04-26  MenTaLguY  <mental@rydia.net>
8778         * src/selection.cpp: migrate to new glib idle API
8780         * src/extension/db.cpp: can't call ->deactivated() on a NULL pointer..
8782 2004-04-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8784         * configure.in: Replace use of old AM_PROG_LIBTOOL macro with
8785           AC_PROG_LIBTOOL.
8787 2004-04-26  Ted Gould  <ted@gould.cx>
8789         * share/extensions/epsi_output.inkmod:
8791         Added in a check for ps2epsi
8793         * src/dialogs/filedialog.cpp, src/extension/db.cpp, src/extension/db.h,
8794         src/extension/extension.cpp, src/extension/extension.h,
8795         src/extension/init.cpp, src/extension/system.cpp:
8797         Implementing a 'deactivated' extension.  This means that it should
8798         still exist, but show up as insensitive in any GUI element that could use
8799         it.  The idea here is that users should know what they don't have, but
8800         Inkscape supports.
8802 2004-04-26 Nathan Hurst <njh@mail.csse.monash.edu.au>
8804         * src/{libnr,libnrtype,widgets,display,helper,.}*.{h,cpp}: moved
8805         from typedef _name name; to C++ style struct name; forward
8806         references.
8808 2004-04-25  Ted Gould  <ted@gould.cx>
8810         * share/extensions/ai_output.inkmod, share/extensions/dia.inkmod,
8811         share/extensions/dropshadow.inkmod, share/extensions/epsi_output.inkmod,
8812         share/extensions/roundhole.inkmod, share/extensions/svgz_input.inkmod,
8813         share/extensions/svgz_output.inkmod, share/extensions/txt2svg.inkmod,
8814         src/extension/implementation/script.cpp,
8815         src/extension/implementation/script.h:
8817         Adding in support for superior checking of dependencies.  Now scripts
8818         can include a line, which will look for a binary in the path.  So
8819         something like dia input will no be loaded if there isn't dia available in
8820         the path.
8822 2004-04-25  Carl Hetherington <inkscape@carlh.net>
8824         * src/verbs.cpp, src/rect-context.cpp, src/spiral-context.cpp,
8825         src/event-context.cpp, src/text-context.cpp,
8826         src/dialogs/stroke-style.cpp, src/xml-tree.cpp, src/widgets/sp-widget.cpp:
8827         SPSelection OO-ification.
8829         * src/display/curve.cpp: Don't raise a critical error if a new
8830         curve cannot be created in sp_curve_new_from_bpath().  This can
8831         happen if a file contains a strange path, like one with only a
8832         move in it and nothing else.  This is part of the fix for bug
8833         934882.
8835         * src/sp-path.cpp: cope with sp_curve_new_from_bpath() returning
8836         NULL in sp_path_set().  This is the other part of the fix for 934882.
8838         * src/path-chemistry.cpp, src/sp-offset.cpp, src/sp-ellipse.cpp,
8839         src/display/nr-arena-glyhs.cpp:
8840         added asserts for calls to sp_curve_new_from_bpath() which look
8841         like they might not expect it to return NULL.
8843         * src/desktop.h: add a comment about how SPDesktop::selection
8844         should never generally be NULL.
8846         * src/desktop-handles.cpp: ensure that sp_desktop_selection never
8847         returns NULL, so that we don't have to check for this eventuality
8848         elsewhere.
8850         * src/arc-context.cpp, src/seltrans.cpp, src/desktop.cpp: be less defensive
8851 about
8852         SPDesktop::selection being NULL.
8854         * src/path-chemistry.cpp, src/select-context.cpp,
8855         src/selection-chemistry.cpp, src/star-context.cpp,
8856         src/dialogs/align.cpp, src/dialogs/item-properties.cpp,
8857 src/dialogs/text-edit.cpp:
8858         SPSelection OO-ification.  Also some coding style and
8859         declaration-to-first-use cleanups.
8861         * src/toolbox.cpp: SPSelection OO-ification.  Various cleanups.
8863         * src/selection.h: remove deprecated access functions.
8865         * src/dialogs/fill-style.cpp: declaration-to-first-use cleanups.
8867         * src/selection.cpp: add vim and Emacs mode blocks.
8869         * src/object-ui.cpp: very minor coding style fix.
8871 2004-04-24  MenTaLguY <mental@rydia.net>
8873         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/object-ui.cpp,
8874           src/path-chemistry.cpp, src/rect-context.cpp, src/select-context.cpp,
8875           src/select-toolbar.cpp, src/selection-chemistry.cpp, src/selection.h,
8876           src/spiral-context.cpp, src/star-context.cpp, src/text-context.cpp,
8877           src/verbs.cpp, src/dialogs/export.cpp, src/dialogs/fill-style.cpp,
8878           src/dialogs/in-dt-coordsys.cpp, src/dialogs/stroke-style.cpp,
8879           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp:
8881           removed sp_selection_set_item(), sp_selection_set_repr(),
8882           sp_selection_is_empty(), sp_selection_item_selected(),
8883           and sp_selection_repr_selected()
8885 2004-04-24  Ted Gould  <ted@gould.cx>
8887         * share/extensions/ill2svg.pl:
8889         Applying a patch made to the Sodipodi list by Tuukka Pasanen which adds in
8890         support for text in Illustrator files.  Also, I backed out the changes
8891         which removed being able to specify the line endings.  This will, by
8892         default, force them back to mac compatible.  Mac files didn't work with
8893         those changes.
8895 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8897         * configure.in: Tentatively remove config.h definitions of
8898           INKSCAPE_MARKERSDIR, INKSCAPE_PIXMAPDIR, INKSCAPE_SCREENSDIR,
8899           INKSCAPE_TUTORIALSDIR, with the understanding that these are to be
8900           provided by prefix.h.
8901         * src/prefix.h: Define INKSCAPE_MARKERSDIR.
8903         * src/extension/extension.cpp (Extension):
8904         * src/extension/init.cpp (check_extensions):
8905           Address warning.
8907         * src/dialogs/stroke-style.cpp: #include prefix.h.
8909         * src/Makefile.am (EXTRA_DIST): Add */makefile.in.
8911         * src/libnr/Makefile_insert (libnr_libnr_a_SOURCES):
8912           Add libnr/nr-convex-hull.h, needed by sp-canvas.cpp.
8914 2004-04-24  Ted Gould  <ted@gould.cx>
8916         * src/Makefile_include, src/prefix.cpp:
8918         Removing the redefition of NULL and adding to the make system.
8920 2004-04-24  Ted Gould  <ted@gould.cx>
8922         * src/extension/db.cpp, src/extension/db.h, src/extension/extension.cpp,
8923         src/extension/extension.h, src/extension/init.cpp,
8924         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
8925         src/extension/internal/ps-out.cpp, src/extension/internal/ps-out.h:
8927         Adding in more checks for individual extensions.  All of them
8928         should still pass though.  Also, moved the extension database from
8929         glib to STL.  This allows extensions to be deleted while using the
8930         foreach functions (which causes instability with the glib hash
8931         table).
8933 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8935         * src/dialogs/Makefile_insert:
8936         * src/display/Makefile_insert:
8937         * src/xml/Makefile_insert:
8938           Get rid of unneeded CPPFLAGS specification.
8940         * src/Makefile.am:
8941         * src/Makefile_insert:
8942           New generated file inkscape_version.h, to replace
8943           -DINKSCAPE_VERSION=\"$(VERSION)\".
8944         * src/help.cpp: #include it.
8946 2004-04-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8948         * src/sp-polygon.cpp:
8949         * src/splivarot.cpp:
8950         * src/style.cpp:
8951         Change include stringstream.h to include svg/stringstream.h.
8953         * src/Makefile.am, src/Makefile_insert: Change libinkscape.a use
8954           to eliminate triple compilation of these object files.
8956         * src/Makefile.am: Use `subdir-objects' option.
8958         * src/Makefile.am: Add global INCLUDES setting.
8959         * src/*/Makefile_insert: Get rid of now-redundant $(INKSCAPE_CFLAGS)
8960           from *_CPPFLAGS.
8962         * src/*/makefile.in: `%' as a target doesn't behave as intended,
8963         so replace with less general `clean %.a %.o' and add .SUFFIXES.
8965 2004-04-22  Ted Gould  <ted@gould.cx>
8967         * src/draw-context.cpp, src/dropper-context.cpp,
8968         src/dyna-draw-context.cpp, src/node-context.cpp, src/nodepath.cpp,
8969         src/sp-ellipse.cpp, src/sp-offset.cpp, src/sp-path.cpp,
8970         src/sp-polygon.cpp, src/sp-shape.cpp, src/splivarot.cpp, src/toolbox.cpp,
8971         src/display/curve.cpp, src/display/nr-arena-shape.cpp,
8972         src/extension/internal/gnome.cpp, src/extension/internal/ps.cpp,
8973         src/libnr/nr-path.cpp, src/libnr/nr-path.h,
8974         src/libnrtype/nr-rasterfont.cpp, src/libnrtype/nr-type-ft2.cpp,
8975         src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
8976         src/libnrtype/nr-typeface.cpp, src/livarot/PathCutting.cpp,
8977         src/svg/gnome-canvas-bpath-util.cpp, src/svg/svg-path.cpp:
8979         Changing the ART_ enums to NR_ so that if libart is include (like if
8980         you are building gnome-print) it doesn't conflict with the internal
8981         definitions.
8983         * share/extensions/svgz_output.inkmod, src/extension/extension.cpp,
8984         src/extension/init.cpp, src/extension/implementation/script.cpp:
8986         Adding in a little more checking code.  Now extensions can start
8987         deleting themseleves if they fail certain tests.  More tests are
8988         needed, along with more testing of this feature.  Consider this
8989         an 'early release' of the feature. ;)
8991 2004-04-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8993         * src/Makefile.am: Make non-recursive.  Now sources */Makefile_insert.
8994           See HACKING or discussion on mailing list.
8995         * autogen.sh: Bump requirement from automake-1.6 to automake-1.7.
8996         * configure.in: Don't generate src/blah/Makefile, but do generate
8997           src/blah/makefile.
8998         * src/*/Makefile.am: Remove.
8999         * src/*/makefile.in: New wrapper makefiles to allow typing `make' from
9000           subdirectories of src.  (Not used by compiles started from top-level
9001           or from src/.)
9003 2004-04-21  MenTaLguY <mental@rydia.net>
9005         * src/libnrtype/nr-type-w32.h: fixed unremoved underscores
9007         * src/select-context.cpp, src/selection.cpp, src/selection.h,
9008           src/seltrans.cpp, src/tools-switch.cpp, src/dialogs/align.cpp:
9009           remove improper twiddling of desktop message line from SPSelection;
9010           some additional work is now required in SPSelectContext to update
9011           the message properly in all cases.
9013         * src/selection.h, src/selection.cpp: touched up and documented
9014           SPSelection
9016         * src/uri-references.h: documentation touch-ups
9018 2004-04-20  Kees Cook <kees@outflux.net>
9020         * src/file.cpp, src/desktop.cpp: moved sp_file_open unselection code into
9021           sp_desktop_change_document.  Generalized Carl's fix for unref counting
9022           since it applies in both cases.  (My bad!)
9024 2004-04-20  MenTaLguY <mental@rydia.net>
9026         * src/text-context.cpp: merged Carl's fix for signal cleanup
9028         * src/selection.h: marked wrappers for old API as deprecated
9030 2004-04-20  Carl Hetherington <inkscape@carlh.net>
9032         * src/extension/internal/ps.cpp, src/extension/internal/ps.h:
9033         Fixed some bugs in exporting images that seem to have been
9034         introduced when the code was copied from the gimp.  They caused
9035         problems when exporting bitmap images to PS.
9037         * src/file.cpp: fix bug whereby the first file loaded in a session
9038         would not have its modified status checked when closed.  Hence if
9039         you modified the first file you loaded and then closed it, you
9040         would not be asked to confirm the close.
9042         * src/preferences-skeleton.h: add \n to the end of each line to
9043         fix bug 938368.
9045 2004-04-19  MenTaLguY <mental@rydia.net>
9047         * src/arc-context.cpp, src/desktop-handles.h, src/desktop.h,
9048           src/draw-context.cpp, src/draw-context.h, src/forward.h,
9049           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
9050           src/node-context.h, src/rect-context.cpp, src/selection-chemistry.cpp,
9051           src/selection-chemistry.h, src/selection.cpp, src/selection.h,
9052           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
9053           src/star-context.h, src/text-context.cpp, src/dialogs/xml-tree.cpp,
9054           src/widgets/sp-widget.h:
9056           finished GObject removal from SPSelection
9058         * src/arc-context.h, src/arc-context.cpp, src/desktop.cpp, src/desktop.h,
9059           src/draw-context.cpp, src/draw-context.h, src/node-context.cpp,
9060           src/node-context.h, src/rect-context.cpp, src/rect-context.h,
9061           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/seltrans.h,
9062           src/spiral-context.cpp, src/spiral-context.h, src/text-context.cpp,
9063           src/text-context.h, src/toolbox.cpp:
9065           migrated SPSelection to SigC++ signals (though it's a bit messy
9066           right now)
9068 2004-04-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9070         * src/dialogs/stroke-style.cpp: Cleanups: greater conformance to
9071         CodingStyle.  Moved some declarations to their first use.
9073 2004-04-19  Carl Hetherington <inkscape@carlh.net>
9075         * src/dialogs/stroke-style.cpp, libnr/nr-rect-l.cpp:
9076         Fix a couple of compiler warnings.
9078         * src/dialogs/filedialog-win32.cpp: add OFN_NOCHANGEDIR to Win32
9079         flags in OPENFILENAME structs.  This prevents the open / save
9080         boxes from changing the current directory.  Any change to the
9081         current directory causes problems for subsequent attempts to
9082         load icons from pixmaps.  Also, fix a bug whereby the save
9083         dialogue would sometimes not open due to being passed a filename
9084         it didn't like.
9086 2004-04-19  bulia byak <bulia@users.sourceforge.net>
9088         * shortcuts.cpp selection-chemistry.cpp selection-chemistry.h verbs.cpp
9089 verbs.h
9090         interface.cpp: Clone command (Edit menu, Shift+Ctrl+N)
9092         * sp-use.cpp: Update propagated to parent class (SPItem), misc fixes
9094         * sp-polygon.cpp: Fix for points= updating by adding set_shape call into
9095 _write
9096         (bug 910142)
9098         * text-context.cpp: Do not create text object unless a printable key was
9099         pressed; fixes 934280
9101         * widgets/dash-selector.cpp dialogs/stroke-style.cpp: Removed marker
9102 buttons,
9103         fixed g_free crash in marker menus, added tooltips, added stroke-miterlimit
9104         spinbutton
9106         * splivarot.cpp: Outline handles multiple objects; All commands use correct
9107         stroke_miterlimit
9109         * splivarot.cpp sp-offset.cpp: Fix for 932642
9111         * helper/sodipodi-ctrlrect.cpp: Simplify and fix dashes and offsets
9113         * widgets/gradient-selector.cpp: Tooltip edits
9115         * verbs.cpp verbs.h interface.cpp...: Remove tool options
9117         * seltrans.cpp: Pivot marker made inverse
9119         * toolbox.cpp: More defocusing
9121         * *-context.cpp: Eliminated config widgets from all tools
9123         * toolbox.cpp sp-ellipse.cpp: Ellipse fixes, tooltips
9125         * verbs.cpp: Options -> Preferences
9127         * dialogs/display-settings.cpp: An options dialog, completely new; selector
9128         widget grafted here
9130         * preferences-skeleton.h node-context.cpp select-context.cpp: scaling uses
9131         defaultscale
9133         * dialogs/display-settings.cpp display/nr-arena-image.cpp: Make oversample
9134         saveable
9136         * toolbox.cpp: Aux toolbar for calligraphic
9138         * preferences-skeleton.h: fill-opacity:1 for calligraphic
9140         * select-context.cpp seltrans.cpp seltrans.cpp: Patch to enable box and none
9141         options for per-object selection cue
9143         * main.cpp: Removed C-locale setting, not needed anymore; temporary switch
9144 of
9145         gettext encoding for console output
9147         * inkscape.cpp: Memory fix from sodi
9149         * right-click finishes pen (patch by Carl)  draw-context.cpp
9151 2004-04-19  Carl Hetherington <inkscape@carlh.net>
9153         * src/livarot/ShapeRaster.cpp
9154         Fix an unitialised value error that was spotted by valgrind.
9156 2004-04-18  MenTaLguY <mental@rydia.net>
9158         * src/selection.cpp, src/selection.h, src/selection-chemistry.cpp,
9159           src/seltrans.cpp, src/nodepath.cpp:
9160           made all SPSelection members private, and changed all methods into
9161           real C++ methods (with temporary inline wrappers for the old C
9162           pseudo-methods)
9164 2004-04-18  Carl Hetherington <inkscape@carlh.net>
9166         * src/print.cpp, src/print.h, src/sp-text.cpp
9167         src/extension/extension.cpp src/extension/extension.h,
9168         src/extension/implementation/implementation.cpp,
9169         src/extension/implementation/implementation.h,
9170         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
9171         src/extension/internal/ps.cpp, src/extension/internal/ps.h,
9172         Add very basic feature to allow PS text to be exported as real
9173         text, rather than being converted to paths first.  Needs some
9174         work, mostly on font handling.
9176         * src/seltrans.cpp: Slightly improve placement of the bounding
9177         box selection cue.
9179         * src/sp-shape.cpp: various marker-related cleanups, mostly factoring out
9180         common code into functions.
9182 2004-04-17  MenTaLguY <mental@rydia.net>
9183         * src/inkscape.cpp, src/node-context.cpp, src/selection-chemistry.cpp,
9184           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
9185           src/sp-item.cpp, src/sp-offset.cpp, src/dialogs/transformation.cpp,
9186           src/libnr/nr-rect.cpp, src/libnr/nr-rect.h:
9187           Cleaned up NR::Rect API and made SPSelection's desktop pointer private.
9189         * src/display/sp-canvas.cpp, src/libnr/nr-convex-hull.h,
9190           src/libnr/nr-rect.h:
9192           First use of NR::ConvexHull (for propagating canvas bounding boxes)
9194 2004-04-17  Kees Cook <kees@outflux.net>
9196         * share/icons/icons.svg, src/verbs.cpp: made last three ugly menu icons.
9198 2004-04-17  Nathan Hurst <njh@mail.csse.monash.edu.au>
9200         * configure.in src/draw-context.cpp src/dropper-context.cpp
9201         src/dyna-draw-context.cpp src/nodepath.cpp src/nodepath.h
9202         src/path-chemistry.cpp src/sp-chars.cpp src/sp-ellipse.cpp
9203         src/sp-offset.cpp src/sp-path.cpp src/sp-polygon.cpp
9204         src/sp-shape.cpp src/sp-text.cpp src/splivarot.cpp src/style.cpp
9205         src/style.h src/dialogs/fill-style.cpp
9206         src/dialogs/object-properties.cpp src/dialogs/stroke-style.cpp
9207         src/display/canvas-bpath.cpp src/display/canvas-bpath.h
9208         src/display/canvas-grid.h src/display/curve.cpp
9209         src/display/curve.h src/display/nr-arena-glyphs.cpp
9210         src/display/nr-arena-glyphs.h src/display/nr-arena-shape.cpp
9211         src/display/sodipodi-ctrl.cpp src/display/sodipodi-ctrl.h
9212         src/display/sodipodi-ctrlrect.h src/display/sp-canvas-util.cpp
9213         src/display/sp-canvas-util.h src/display/sp-canvas.cpp
9214         src/display/sp-canvas.h src/display/sp-ctrlline.cpp
9215         src/extension/internal/ps.cpp src/extension/internal/ps.h
9216         src/libnr/Makefile.am src/libnr/libnr.def src/libnr/nr-path.cpp
9217         src/libnr/nr-path.h src/libnr/nr-svp-private.h
9218         src/libnr/nr-svp-render.cpp src/libnr/nr-svp-render.h
9219         src/libnr/nr-svp.cpp src/libnr/nr-svp.h
9220         src/libnrtype/nr-rasterfont.cpp src/libnrtype/nr-type-ft2.cpp
9221         src/libnrtype/nr-type-gnome.cpp src/libnrtype/nr-type-w32.cpp
9222         src/libnrtype/nr-typeface.cpp src/livarot/PathCutting.cpp
9223         src/svg/gnome-canvas-bpath-util.cpp
9224         src/svg/gnome-canvas-bpath-util.h src/svg/svg-path.cpp
9225         src/svg/svg.h: removed libart.
9227         * src/libnr/nr-svp-uncross.cpp src/libnr/nr-svp-uncross.h: deleted
9228         uncross and SVL routines.
9231 2004-04-15  Carl Hetherington <inkscape@carlh.net>
9233         * src/make.exclude, src/make.dep, src/make.files, src/make.ofiles:
9234         Various fixes to the Win32 build following rearrangement of some
9235         source files and cleanups to libnr.
9237         * src/sp-text.cpp: remove an unused variable.
9239         * src/display/sodipodi-ctrlrect.cpp: removed two unused variables.
9241 2004-04-16  MenTaLguY <mental@rydia.net>
9243         * src/selection.cpp, src/selection.h, src/forward.h: initial
9244           C++ification of SPSelection class
9246 2004-04-15  Kees Cook <kees@outflux.net>
9248         * debian/control, debian/changes: dropping (currently) unused
9249           dependancies.  Added "0.39cvs" tag.
9251 2004-04-15  Carl Hetherington <inkscape@carlh.net>
9253         * src/seltrans.cpp, src/helper/sodipodi-ctrlrect.cpp,
9254         src/helper/sodipodi-ctrlrect.h:
9255           Use black, dashed bounding boxes for indicating itemselection,
9256           rather than red, solid boxes (as suggested by Bulia).
9258         * src/desktop.cpp:
9259         Small fix for the problem whereby the first file loaded in an
9260         Inkscape session will not have its grid set up properly.  This was
9261         my patch #935013.
9263         * src/dialogs/filedialog-win32.cpp:
9264         Use the extension system to build the list of allowable file types
9265         for save.  This means that save as PS and EPS work properly.
9267         * src/streams-zlib.cpp, src/livarot/PathConversion.cpp,
9268         src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
9269         src/livarot/PathStroke.cpp, src/livarot/Shape.cpp,
9270         src/livarot/ShapeMisc.cpp, src/display/nr-arena-glyphs.cpp,
9271         src/helper/sodipodi-ctrlrect.cpp, src/helper/sp-canvas.cpp,
9272         src/extension/internal/win32.cpp:
9273         Fix compiler warnings, mostly about unused variables.
9275         * src/helper/sp-canvas-util.cpp:
9276         Fix what I and someone else considered to be an obvious typo.  The
9277         function in question isn't used, however, so it's a bit difficult
9278         to test.
9280         * src/libnrtype/nr-rasterfont.cpp:
9281         Fix a warning wrt a cast from NR::Matrix to NRMatrix.
9283         * src/sp-shape.cpp:
9284         Fix bug #935758.
9287 2004-04-14  Ted Gould <ted@gould.cx>
9289         * src/file.cpp, dialogs/filedialog.cpp:
9290         Making it so that the filename will get placed in the save as dialog
9291         if there is a name for the file.  Otherwise the last save directory
9292         is used (properly now)
9294 2004-04-15  MenTaLguY <mental@rydia.net>
9296         * most files in src/: removed many old "compatable" struct typedefs
9298         * src/libarikkei/arikkei-dict.cpp, src/libarikkei/arikkei-dict.h:
9299           removed unused arikkei files
9301         * configure.in: added gtkmm dependency
9303 2004-04-14  Kees Cook <kees@outflux.net>
9305         * src/helper/unit-menu.cpp: Turns out I found a 2nd bug while
9306           investigating patch 934358.  I've applied this patch again, which gives
9307           us the entire fix.
9308         * src/draw-context.cpp: Investigated patch 934351 from cth103.  Applied a
9309           slight variation to conform to the function calling styles of that code.
9310         * configure.in: Implemented gcc version test for >= 3.0.0
9311         * src/file.cpp, src/interface.cpp, share/icons/icons.svg, src/verbs.cbb:
9312           finished "File / Revert" implementation.  Found a memory leak in
9313           "file_save".  Added more sanity checking to "sp_file_revert" and more
9314           status messages.
9315         * src/main.cpp, src/file.h, src/file.cpp: removed redundant code,
9316 implemented
9317           in "sp_file_open".
9319 2004-04-13  Kees Cook <kees@outflux.net>
9321         * tools-version.sh: added a possible fix for BSDish tools.
9322         * configure.in, share/patterns/Makefile.am: inkscape janitor strikes
9323           again!  This is a quick cleanup to Ted's new directories.  Looks
9324           like "patterns" got left out.
9325         * share/clipart/.cvsignore, share/templates/.cvsignore,
9326           share/examples/.cvsignore, share/fonts/.cvsignore,
9327           share/gradients/.cvsignore, share/keyboards/.cvsignore,
9328           share/palettes/.cvsignore, share/patterns/.cvsignore:
9329           Added Makefile build-cruft to .cvsignores.
9330         * src/helper/unit-menu.cpp: applied a variation to patch 934358 from cth103
9331           to fix grid unit changing bug.
9332         * configure.in: fixed capitalization of "libpng" to avoid confusion.
9333         * src/sp-namedview.cpp, src/document.cpp, src/document.h, src/file.cpp,
9334           src/file.h, src/document-undo.cpp, src/interface.cpp, src/verbs.cpp,
9335           src/verbs.h:
9336           Newly opened files will only create new windows if the current document
9337           is untouched.  (RFE#928517)
9338           Added support for future "File/Revert" handling.  Needs
9339           a little more support in the SPDocument structure.  See notes in
9340           "src/file.cpp", function "sp_file_revert_dialog".
9342 2004-04-13  Ted Gould <ted@gould.cx>
9344         * configure.in, share/Makefile.am, share/clipart/Makefile.am,
9345           share/examples/Makefile.am, share/fonts/Makefile.am
9346           share/gradients/Makefile.am, share/keyboards/Makefile.am
9347           share/markers/Makefile.am, share/palettes/Makefile.am
9348           share/screens/Makefile.am, share/templates/Makefile.am:
9349         Making it so that the clipart and everything else gets put in
9350         the tarball, and also get installed in the share directory.  Many
9351         of these have just 'README' files, but they now have good place-
9352         holders for further development.
9354 2004-04-12  Kees Cook <kees@outflux.net>
9356         * src/dialogs/stroke-style.cpp, src/Makefile.am, src/dialogs/Makefile.am,
9357           src/widgets/Makefile.am, configure.in: fixed up INKSCAPE_*DIR paths so CVS
9358           will compile happily for me.  This way if paths change, files will be
9359           recompiled.  The old way would let configure run again (changing the
9360           datadir path) without forcing a recompile, which could break the
9361           compiled paths.
9363 2004-04-13  John Cliff <simarilius@yahoo.com>
9364         * src/sp-shape.cpp, src/dialogs/stroke-style.cpp:
9365         Couple of changes to marker related code, mid and end markers now point in
9366 correct
9367         direction, turning off start markers behaves correctly.
9368         This follows on from changes made by me and Carl Hetherington that were
9369 commited
9370         yesterday to
9371         src/inkscape-stock.cpp, src/sp-item.cpp, src/sp-marker.cpp,
9372 src/sp-shape.cpp,
9373         src/style.cpp, src/style.h, src/dialogs/stroke-style.cpp
9374         to implement marker UI and fixes to the marker rendering code.
9376 2004-04-11  Ted Gould <ted@gould.cx>
9378         * src/extension/system.cpp, src/extension/internal/eps-out.cpp
9379           src/extension/internal/eps-out.h:
9380         First pass at a file save dialog with EPS output.  The dialog
9381         sets the bounding box in the file.  Comments encouraged.
9383 2004-04-11  Ted Gould <ted@gould.cx>
9385         * src/file.cpp, src/main.cpp, src/print.cpp, src/extension/init.cpp,
9386           src/extension/init.h, src/extension/system.cpp, src/extension/system.h,
9387           src/extension/implementation/script.cpp,
9388 src/extension/internal/eps-out.cpp,
9389           src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
9390           src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
9391           src/extension/internal/win32.cpp:
9392         Change alot of files, but small changes.  Basically just took
9393         system.cpp and init.cpp and finally ported them to the Inkscape::
9394         Extension namespace.  Cleaned up the code in them a bunch, it is
9395         much easier to read now!  All the other files are just referencing
9396         these changes.
9398 2004-04-11  Kees Cook <kees@outflux.net>
9400         * src/verbs.h, src/verbs.cpp, src/interface.cpp, src/interface.h: replaced
9401           the rest of the missing menu verbs: "View New", "Cleanup".  Created
9402           generic function to add icons to a given menu item (for submenu icons
9403           mostly).
9404         * share/icons/icons.svg: added "selection_cleanup", "selection_deselect",
9405           "selection_select_all".  Corrected "view_new" and "selection_smooth",
9406           "dialog_toggle", "dialog_tool_options", "file_open_recent".
9407         * src/selection-chemistry.cpp, src/selection-chemistry.h: renamed
9408           "selection_cleanup" function.
9410 2004-04-11  Jon Phillip <jon@rejon.org>
9412         * Makefile.mingw share/Makefile.am src/Makefile.am
9413           share/markers/Makefile.am share/markers/.cvsignore config.h.mingw
9414           configure.in:
9415           Added the proper infrastructure to get files to the right location for
9416           markers.
9418         * share/tutorials/tipsandtricks.svg: Deleted the URL trick because it no
9419           longer works or something.
9421 2004-04-11  Kees Cook <kees@outflux.net>
9423         * src/verbs.h, src/verbs.cpp: added verbs for the Help and Tutorials menus.
9424         * src/interface.cpp: replaced contents of sp_ui_menu_help to use new verbs.
9425         * src/help.h, src/help.cpp: replaced sp_help_keys with more generic
9426           sp_help_open_screen, similar to sp_help_open_tutorial.
9427         * share/icons/icons.svg: created really ugly "help_tutorials" and
9428           "help_keys" icons.  The "help_keys" one needs the most help.  :)
9430 2004-04-09  Ted Gould <ted@gould.cx>
9432         * share/extensions/Makefile.am, share/extensions/epsi_output.inkmod,
9433           share/extensions/ps2epsi.sh, src/extension/extension.cpp,
9434           src/extension/extension.h, src/extension/init.cpp,
9435           src/extension/implementation/implementation.cpp,
9436           src/extension/implementation/implementation.h,
9437           src/extension/implementation/script.cpp,
9438           src/extension/implementation/script.h,
9439           src/extension/internal/Makefile.am, src/extension/internal/eps-out.cpp,
9440           src/extension/internal/eps-out.h, src/extension/internal/ps.cpp:
9442           Okay, these are some changes that I've had in my directory for
9443           a little while.
9445           1) adding the basics of checking extensions.  This will allow
9446              them to remove themselves based on their dependencies failing.
9448           2) Adding the concepts of a 'helper extension' to scripts.  This
9449              allows them to use other extensions for handling the data, so
9450              they don't have to deal with SVG directly - Inkscape will
9451              build the pipeline.  An example of this is the epsi output.
9453           3) Adding the bounding box change provided by Carl Hetherington
9454              to the Postscript output.  The EPS output plugin sets this, so
9455              now EPSes have smaller bounding boxes.  A GUI needs to be
9456              written for this setting.
9458 2004-04-08  MenTaLguY <mental@rydia.net>
9460         * configure.in, src/svg/ftos.cpp: fix for OS X build
9462         * src/extensions/internal.ps.cpp: crash fix
9464 2004-04-07  MenTaLguY <mental@rydia.net>
9466         * src/xml/repr.cpp: adjusted the advertising comment in the default
9467           document template (we need a real default document template, btw)
9469         * src/svg/ftos.cpp, src/svg/itos.cpp, src/svg/round.cpp,
9470           src/svg/ftos.h, src/svg/stringstream.h: incorporated Bryce's number
9471           serializing code (disabled for now, due to the impending release)
9473         * src/dialogs/stroke-style.cpp, src/dialogs/sp-shape.cpp:
9474           nuked unused variables
9476 2004-04-07  bulia byak <bulia@users.sourceforge.net>
9478         * icons.svg: Alignment fix
9480         * src/select-toolbar.cpp: Swapped rotate buttons
9482         * share/tutorials/: Cleanup, added Russian translation of basic
9484         * extension/extension.cpp extension/system.cpp extension/internal/ps.cpp
9485         extension/implementation/script/cpp: Fixes to make non-ascii filenames work
9486 again
9488         * src/verbs.cpp: Remove xpm icon that causes trouble on win32
9490         * share/examples/: new gradient.svg, tiger.svgz, cleanup
9492         * src/widgets/gradient-vector.cpp: Crash fix: loading new gradient into the
9493         editor does not completely reset it
9495         * share/icons/icons.svg: New dialog icons, draw tool icons, changed colors
9497         * src/dialogs/align.cpp src/helper/bezier-utils.cpp: remove pjrm's debug
9498 output
9500         * share/tutorials/: SVG cleanup: remove unused font properties, wrong radius
9501         paths in ellipses (leftovers from old versions). Expanded & updated tips &
9502 tricks.
9504         * file.cpp: Set uri on save in one place; save 'offcially' from here only
9506         * system.cpp system.h: Remove redundant uri-setting on open and save, add
9507         official arg to sp_module_system_save to prevent docname/docbase changing on
9508         temporary saves
9510         * many files: _() fixes, edits in labels, messages, tooltips, mnemonics
9512         * src/inkscape.cpp: remove redundancy in error messages for failing to load
9513 prefs
9515         * share/extensions src/extension/internal: Renaming file formats to include
9516 (*.ext)
9518         * src/interface.cpp src/dialogs/filedialog.cpp: Transientize, make modal
9519         open/save dialogs, ditto for warning overwrite and make it unresizeable
9521         * src/dialogs/xml-tree.cpp: Do not deselect item on canvas when a
9522 non-selectable
9523         thing is highlighted in xml editor
9525         * src/sp-guide.cpp: Guide position updated after undo
9527         * src/widgets/sp-xmlview-attr-list.cpp: Max length of viewable attributes
9528         increased
9530         * many files: Adib's svgostringstream patches to remove printfs
9532         * src/selection-chemistry.cpp: Crash fix when pasting style to an object
9533 that
9534         has none (e.g. group)
9536         * src/knot.cpp: Knot dragging autoscrolls
9538         * src/sp-text.cpp src/text-context.cpp: Cursor movements autoscroll
9540         * src/desktop.h src/desktop.cpp: autoscrollspeed can be overridden in call
9541 to
9542         sp_desktop_scroll_to_point
9544         * src/text-context.cpp src/sp-text.cpp: Text cursor made inverse. Initial
9545 cursor
9546         after click is no longer horizontal.
9548         * src/helper/sp-ctrlline.cpp: Always-visible inversion for ctrlline
9550         * src/libnrtype/nr-type-w32.cpp: Fix stretch and variant on win32
9552         * src/widgets/gradient-vector.cpp: Undo fix; new stop takes average of its
9553         neighbors' colors; is between stops even when the last stop is selected
9555 2004-04-06  Ted Gould <ted@gould.cx>
9557         * src/file.cpp, src/dialogs/filedialog.cpp, src/extension/extension.cpp,
9558         src/extension/system.cpp:
9559         Moving code around so that the filename extension gets put on by
9560         the extension that is saving the file.  This adds a couple complications
9561         in that the extension now needs to check for overwriting the file
9562         and also set the document URI.  Better overall, but a PITA.
9564 2004-04-05  njh <njh@mail.csse.monash.edu.au>
9566         * debian/rules,debian/control: applied patch from Kees Cook to remove
9567         obsolete libraries, and to tidy things up a tad.
9569 2004-04-04  Ted Gould <ted@gould.cx>
9571         * src/main.cpp, src/extension/extension.cpp, src/extension/system.cpp:
9572         Now the input autodetect will try the SVG filter if the autodetect
9573         fails.  This was done by the command line, but now it is done
9574         everywhere.
9576 2004-04-04  MenTaLguY <mental@rydia.net>
9578         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr.h:
9579         Take the full list of document node children from libxml, and
9580         append them in the correct order.  This fixes bug #929348.
9582         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr-private.h:
9583         Added API for coping with comments at the root level (i.e. siblings
9584         of the root XML node), and made corresponding changes to the repr-io
9585         code.  In theory this should be enough to preserve them upon loading,
9586         though in practice it still doesn't appear to be working (bug #929348).
9587         Is there some libxml thing we need to do?
9589 2004-04-04  Ted Gould <ted@gould.cx>
9591         * a bunch of files
9592         Sorry, I seem to be in some delay getting e-mail.  Anyway, a few
9593         files were changed to add in a new parameter 'dataloss'  Basically
9594         this signifies that a format was used to save that may not save
9595         the whole document and thus, a pop-up is elevated on close to signal
9596         that you might want to 'really save' this document.
9598 2004-04-03  Ted Gould <ted@gould.cx>
9600         * share/extensions/svgz_input.inkmod, src/file.cpp,
9601           src/extension/extension.cpp, src/extension/internal/svg.cpp:
9602         Making it so that input extensions can specify the output extension
9603         that gets used to save them.  If this field isn't filled in, the value
9604         gets set to NULL, and then the Save As dialog is used instead of
9605         just trying to save.
9607 2004-04-03  Ted Gould <ted@gould.cx>
9609         * src/file.cpp, src/main.cpp, src/extension/extension.cpp,
9610           src/extension/extension.h, src/extension/system.cpp,
9611           src/extension/internal/svg.cpp:
9612         Fixing the output_extension flag to not be saved in a file, but also
9613         to be able to be specified by the input module.  Also, this fixes
9614         the commandline processing of files to make them use the extension
9615         system.
9617 2004-04-02  Ted Gould <ted@gould.cx>
9619         * src/file.cpp, src/extension/db.cpp, src/extension/internal/svg.cpp:
9620         Changing it so that SVG documents open and default to with
9621         extension namespace.  Also, autodetect is reenabled.
9623 2004-04-03  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
9625         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Fix my
9626         previous commit.
9628 2004-04-02  Ted Gould <ted@gould.cx>
9630         * share/extensions/svgz_output.inkmod, src/main.cpp, src/print.cpp,
9631           src/extension/init.cpp, src/extension/implementation/script.cpp,
9632           src/extension/implementation/script.h,
9633           src/extension/internal/Makefile.am, src/extension/internal/ps-out.cpp,
9634           src/extension/internal/ps-out.h, src/extension/internal/ps.cpp:
9635         Fixing the commandline printing.  This required fixing both the
9636         print driver to handle the newer extensions stuff.  It seems
9637         happy now.  I went ahead and implemented save as postscript
9638         while I was at it.
9640 2004-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9642         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Ensure that the
9643         "improved" value is never worse than the previous guess.
9645         * src/helper/bezier-utils.cpp:
9646         Greater CodingStyle conformance, mainly whitespace changes.
9648         * src/helper/bezier-utils.cpp (sp_bezier_fit_cubic_full):
9649         Always reparameterize between generate_bezier and calc_max_error.
9650         Switch from discouraged alloca (see man page) to g_new, at cost of
9651         some extra g_free calls in the code.
9652         (reparameterize): Do in-place modification.
9654         * src/helper/bezier-utils-test.cpp:
9655         Add tests for generate_bezier, sp_bezier_fit_cubic_full.
9656         Change to a simpler test bezier.
9658         * src/helper/bezier-utils.cpp (sp_darray_left_tangent,
9659         sp_darray_right_tangent):
9660         Switch to using just the two end points for calculating the gradient.
9661         (The old code could sometimes cause g_warning's.)
9662         Correct the documentation of requirements.
9663         (sp_darray_center_tangent): Similarly remove the #if'ed out code for
9664         looking at more than two points.
9666 See doc/Changelog_archive.txt for older entries
9668 # Local Variables:
9669 # tab-width:8
9670 # indent-tabs-mode:t
9671 # End:
9672 # vim: tabstop=4:noexpandtab:shiftwidth=4