Code

b55477ca0e8cc8b4598b8f10c5ebdef29d77d643
[inkscape.git] / ChangeLog
1 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
3         * src/verbs.h, src/verbs.cpp, src/verbs-test.h:
4           Fixed problem with std::map use making last verb inaccessible.
6 2006-05-05  Carl Hetherington  <inkscape@carlh.net>
8         * src/draw-context.cpp, src/line-snapper.h, src/snap.cpp,
9         src/snapper.cpp, src/line-snapper.cpp, src/snap.h,
10         src/context-fns.cpp, src/object-snapper.h, src/seltrans.cpp,
11         src/nodepath.cpp, src/snapper.h, src/object-snapper.cpp: various
12         snapping fixes and cleanups.
14 06-05-04  Carl Hetherington  <inkscape@carlh.net>
16         * src/guide-snapper.h, src/line-snapper.h, src/snap.cpp,
17         src/snap.h, src/object-snapper.h, src/sp-namedview.cpp,
18         src/grid-snapper.h: clean up knutux's fix for the snapper crash.
20 2006-05-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
22         * po/pt_BR.po: Fix some "Unmatched closing </b>" warnings.
24         * src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.
25         
26 2006-05-03  Carl Hetherington  <inkscape@carlh.net>
28         * src/arc-context.cpp, src/connector-context.cpp,
29         src/context-fns.cpp, src/desktop.cpp, src/draw-context.cpp,
30         src/nodepath.cpp, src/object-edit.cpp, src/pencil-context.cpp,
31         src/rect-context.cpp, src/selection-chemistry.cpp,
32         src/seltrans.cpp, src/snap.cpp, src/snap.h, src/sp-namedview.cpp,
33         src/sp-namedview.h, src/spiral-context.cpp, src/star-context.cpp,
34         src/ui/dialog/document-properties.cpp: Give SPNamedView a
35         SnapManager instance and use it for all management of snapping
36         settings.
38         * src/snap.cpp, src/snap.h: remove the unused namedview_dim_snap_list()
40 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
42         * src/Makefile.am, src/Makefile_insert, src/attributes-test.h,
43           src/color-profile-test.h, src/mod360-test.cpp, src/mod360-test.h,
44           src/round-test.cpp, src/round-test.h, src/sp-gradient-test.cpp,
45           src/sp-gradient-test.h, src/sp-style-elem-test.cpp,
46           src/sp-style-elem-test.h, src/style-test.h, src/test-helpers.h:
47           Replaced four more tests with CxxTest versions.
49 2006-05-01  MenTaLguY  <mental@rydia.net>
51         * src/display/nr-arena-item.cpp:
53           use GC allocator for bitmap cache and transform
55 2006-05-01  Marco Scholten  <mscholtn@xs4all.nl>
57         * src/dialogs/inkscape-preferences.cpp: Moved 'compass like
58     display of angles' from 'windows' to 'steps'.
60 2006-04-30  MenTaLguY  <mental@rydia.net>
62         * src/libnr/nr-object.cpp:
64           log finalization of NRObjects
66 2006-04-29  Jon Phillips  <jon@rejon.org>
68         * src/dialogs/rdf.cpp: Updated cc licenses to 2.5 by default.
70         * src/ui/dialog/document-metadata.cpp: Made metadata window
71         resizable so that one can see the licenses and enter long entries.
73 2006-04-29  MenTaLguY  <mental@rydia.net>
75         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp,
76           src/display/nr-arena-item.h, src/display/nr-arena-shape.cpp:
78           rationalize function names and remove spurious soft_ptr
80 2006-04-29  MenTaLguY  <mental@rydia.net>
82         * src/document.cpp:
83         
84           use proper unref function on SPRoot to avoid appearance of leak
86 2006-04-29  MenTaLguY  <mental@rydia.net>
88         * src/gc-anchored.cpp, src/xml/simple-node.cpp, src/sp-object.cpp:
90           switch everyone to simpler debug event API
92 2006-04-29  MenTaLguY  <mental@rydia.net>
94         * src/Makefile_insert, src/gc-finalized.cpp, src/gc-finalized.h:
96           add finalizer logging
98 2006-04-29  MenTaLguY  <mental@rydia.net>
100         * src/debug/simple-event.h: simplify the SimpleEvent API more
102 2006-04-29  MenTaLguY  <mental@rydia.net>
104         * src/debug/simple-event.h: make Debug::SimpleEvent more convenient
106         * src/debug/event.h, src/debug/logger.cpp: add FINALIZERS category
108 2006-04-29  MenTaLguY  <mental@rydia.net>
110         * src/debug/logger.cpp:
111         
112         finish interrupted refactoring of log filter configuration
114 2006-04-29  MenTaLguY  <mental@rydia.net>
116         * src/doc/Makefile.am, src/doc/refcounting.txt:
117         
118           some developer documentation about refcounting
120 2006-04-29  MenTaLguY  <mental@rydia.net>
122         * src/ui/view/view.cpp:
124           Wait a minute -- UI::View::View and SPDocument are both managed
125           by the collector -- the view doesn't need to ref the document!
127 2006-04-29  MenTaLguY  <mental@rydia.net>
129         * src/ui/view/view.cpp: add missing unref
131 2006-04-29  MenTaLguY  <mental@rydia.net>
133         * src/gc-anchored.cpp, src/gc-anchored.h:
135           added refcount logging to GC::Anchored
137         * src/util/Makefile_insert, src/util/format.h:
139           shared string printf
141 2006-04-28  MenTaLguY  <mental@rydia.net>
143     * src/sp-object.cpp: make refcount logging a little more useful
144           by including the relevent class name
146 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
148         * src/Makefile_insert, src/Makefile.am, src/dir-util-test.h,
149           src/dir-util-test.cpp, src/extract-uri-test.h,
150           src/extract-uri-test.cpp:
151           Replaced two tests with CxxTest versions.
153 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
155         * src/Makefile_insert, src/MultiPrinter.h, src/verbs.h,
156           src/verbs-test.h:
157           Adding unit test for verbs.
159 2006-04-27  verbalshadow <verbalshadow@gmail.com>
160         
161         * src/io/resource.h, src/io/resource.cpp, 
162           src/dialogs/swatches.cpp, src/helper/stock-items.cpp:
163           Added CREATE v0.1 support for gradients/swatches/patterns
164           Support for Linux & Win32. Mac support waiting final support
165           Directory info.
167 2006-04-26  Jon A. Cruz  <jon@joncruz.org>
169         * src/Makefile.am, src/MultiPrinter.h, src/PylogFormatter.h,
170           src/TRPIFormatter.h, src/selfname.tpl, src/libnr/Makefile_insert,
171           src/svg/Makefile_insert, src/xml/Makefile_insert:
172           Adding multiple test output formats.
174 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
176     * path-prefix.h:
177           Added beginnings of CREATE support in path-prefix.h
179 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
181     * src/object-ui.cpp, src/object-ui.h:
182           moved to src/ui/context-menu.cpp, src/ui/context-menu.h
183           to make it easier to find
185 2006-04-20  MenTaLguY  <mental@rydia.net>
187     * src/dyna-draw-context.cpp, src/dyna-draw-context.h:
188           remove unused timer code
190 2006-04-19 Andrius R. <knutux@gmail.com>
191         * src\display\nr-arena-item.cpp, src\display\canvas-arena.cpp,
192           src\display\nr-arena-shape.cpp, src\display\sp-canvas.h,
193           src\display\nr-arena.cpp, src\display\nr-arena-shape.h,
194           src\display\nr-arena-glyphs.cpp, src\display\nr-gradient-gpl.cpp,
195           src\display\sp-canvas.cpp, src\display\sp-ctrlline.cpp,
196           src\livarot\ShapeSweep.cpp, src\livarot\Shape.h, src\livarot\Shape.cpp,
197           src\livarot\Path.h, src\livarot\PathConversion.cpp,
198           src\livarot\ShapeMisc.cpp, src\livarot\Path.cpp, src\libnr\nr-pixblock.h,
199           src\libnr\nr-pixblock.cpp
201           Rendering optimisation, which gives best results for zoomed in drawings
202           with complex (multi-node) paths. Optimisation focus - eliminating cubicTo
203           and LineTo nodes outside of visible area, so no unneeded calculations is
204           needed and less memory is consumed (this avoids crashes which were
205           occurring previously if zooming into a complex drawing)
207 2006-04-18 njh <njh@njhurst.com>
208         * share/extensions/measure.inx, share/extensions/measure.py, share/extensions/Makefile.am
210           Added the measure extension that marks lengths onto paths.
212 2006-04-17  MenTaLguY  <mental@rydia.net>
214         * src/application/editor.cpp, src/arc-context.cpp, src/conn-avoid-ref.cpp,
215           src/connector-context.cpp, src/desktop-events.cpp, src/desktop-handles.h,
216           src/dialogs/clonetiler.cpp, src/dialogs/export.cpp,
217           src/dialogs/fill-style.cpp, src/dialogs/find.cpp,
218           src/dialogs/iconpreview.cpp, src/dialogs/item-properties.cpp,
219           src/dialogs/layer-properties.cpp, src/dialogs/object-properties.cpp,
220           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
221           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
222           src/dialogs/xml-tree.cpp, src/draw-anchor.cpp, src/draw-context.cpp,
223           src/dropper-context.cpp, src/dyna-draw-context.cpp,
224           src/event-context.cpp, src/extension/implementation/script.cpp,
225           src/file.cpp, src/gradient-context.cpp, src/gradient-drag.cpp,
226           src/helper/stock-items.cpp, src/inkscape.cpp, src/interface.cpp,
227           src/jabber_whiteboard/callbacks.cpp,
228           src/jabber_whiteboard/chat-handler.cpp,
229           src/jabber_whiteboard/message-processors.cpp,
230           src/jabber_whiteboard/message-queue.cpp,
231           src/jabber_whiteboard/session-manager.cpp, src/knot.cpp,
232           src/node-context.cpp, src/nodepath.cpp, src/object-ui.cpp,
233           src/path-chemistry.cpp, src/pencil-context.cpp, src/pen-context.cpp,
234           src/rect-context.cpp, src/rubberband.cpp, src/satisfied-guide-cns.cpp,
235           src/selcue.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
236           src/selection.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
237           src/spiral-context.cpp, src/splivarot.cpp, src/sp-namedview.cpp,
238           src/sp-text.cpp, src/star-context.cpp, src/text-chemistry.cpp,
239           src/text-context.cpp, src/tools-switch.cpp,
240           src/trace/potrace/inkscape-potrace.cpp, src/trace/trace.cpp,
241           src/ui/dialog/align-and-distribute.cpp, src/ui/dialog/dialog.cpp,
242           src/ui/dialog/document-metadata.cpp,
243           src/ui/dialog/document-properties.cpp,
244           src/ui/dialog/inkscape-preferences.cpp,
245           src/ui/dialog/session-player.cpp, src/ui/dialog/transformation.cpp,
246           src/ui/widget/color-picker.cpp, src/ui/widget/page-sizer.cpp,
247           src/ui/widget/registered-widget.cpp, src/ui/widget/ruler.cpp,
248           src/ui/widget/selected-style.cpp, src/ui/widget/tolerance-slider.cpp,
249           src/verbs.cpp, src/widgets/gradient-toolbar.cpp,
250           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
251           src/widgets/sp-xmlview-content.cpp, src/widgets/toolbox.cpp:
253           Get rid of the SP_DT_* macros which do nothing more than provide
254           additional, confusing, names for other functions.  If shorter names
255           are desired, the actual functions should be renamed -- or better, made
256           into member functions.
258 2006-04-09  Jon A. Cruz  <jon@joncruz.org>
260         * share/icons/icons.svg: Fixed jumping eye (layer visibility).
262 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
264         * po/eu.po: Fix a "Unmatched closing </b>" warnings.
266 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
268         * src/widgets/paint-selector.cpp, src/widgets/gradient-toolbar.cpp,
269           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp,
270           src/dialogs/clonetiler.cpp, src/dialogs/object-properties.cpp:
272           Shrunk a few icon sizes.
274 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
276         * src/widgets/desktop-widget.cpp, src/widgets/icon.cpp,
277           src/widgets/layer-selector.cpp:
279           Added implementation of smaller icon size.
281 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
283         * src/color-profile.cpp, src/sp-image.cpp:
285           Simple debugging #ifdefs added.
287 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
289         * src/interface.cpp, src/dialogs/clonetiler.cpp,
290           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
291           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
292           src/dialogs/xml-tree.cpp, src/ui/dialog/align-and-distribute.cpp,
293           src/ui/widget/labelled.cpp, src/widgets/button.cpp,
294           src/widgets/button.h, src/widgets/desktop-widget.cpp,
295           src/widgets/gradient-toolbar.cpp, src/widgets/icon.cpp,
296           src/widgets/icon.h, src/widgets/layer-selector.cpp,
297           src/widgets/paint-selector.cpp, src/widgets/select-toolbar.cpp,
298           src/widgets/toolbox.cpp, src/widgets/toolbox.h, src/icon-size.h:
300           Decoupling from direct use of GtkIconSize to allow for smaller
301           custom ones.
303 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
305         * src/Makefile_insert, src/Makefile.am, src/color-profile.cpp
306           src/color-profile.h, src/color-profile-fns.h,
307           src/color-profile-test.h, src/sp-image.cpp:
309           Adding rendering-intent to <color-profile>.
311 2006-04-05  MenTaLguY  <mental@rydia.net>
313         * configure.ac, share/keyboards/.cvsignore, share/keyboards/Makefile.am,
314           share/keyboards/README, share/keys/.cvsignore, share/keys/Makefile.am,
315           share/keys/Makefile.in, share/Makefile.am:
317           share/keyboards -> share/keys
319         * share/keys/Makefile.am, share/keys/default.xml, src/Makefile_insert,
320           src/shortcuts.cpp, src/shortcuts-default-xml.cpp:
322           first shot at configurable keymaps
324 2006-04-05  MenTaLguY  <mental@rydia.net>
326         * src/io/Makefile_insert, src/io/resource.cpp, src/io/resource.h:
328           introduce uniform resource path API to replace copy-and-pasted hacks
330 2006-04-05  Jon A. Cruz  <jon@joncruz.org>
332         * src/svg/svg-color-test.h, src/svg/svg-color.cpp:
334           Tuned icc-color() parsing.
336 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
338         * src/color-profile.h, src/color-profile.cpp,
339           src/color-profile-fns.h, src/sp-image.h, src/sp-image.cpp:
341           Initial support of color-profile on <image> elements.
343 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
345         * src/color-profile.h, src/color-profile.cpp,
346           src/color-profile-fns.h, src/Makefile_insert, src/attributes.cpp,
347           src/attributes.h, src/sp-object-repr.cpp:
349           Adding support for <color-profile> element.
351 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
353         * src/knot.h: Fixed warning messages.
355 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
357         * src/ui/widget/selected-style.cpp:
359           Safety check for null pointer.
360         
361 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
363         * configure.ac, src/interface.cpp, src/dialogs/swatches.cpp:
365           Introducing optional LittleCms use.
366         
367 2006-03-31  MenTaLguY  <mental@rydia.net>
369     * src/dyna-draw-context.cpp, src/dyna-draw-context.cpp:
371           merge ::dragging and ::dynahand
373 2006-03-31  MenTaLguY  <mental@rydia.net>
375     * src/dyna-draw-context.h: add documentation
377 2006-03-29  Andrius R. <knutux@gmail.com>
379         * src/enums.h, src/selection-chemistry.cpp,
380           src/selection.h, src/selection.cpp,
381           src/ui/dialog/inkscape-preferences.cpp,
382           src/ui/dialog/inkscape-preferences.h:
384           patch #1450307 - option for select all to work in layer with it's sub-layers
386 2006-03-29  Andrius R. <knutux@gmail.com>
388         * po/lt.po: Translated and added new language - Lithuanian.
390 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
392         * src/interface.cpp, src/dialogs/swatches.cpp:
394           Fixing name of temporary non-standard tag attributes.
395         
396 2006-03-28  MenTaLguY  <mental@rydia.net>
398     * src/layer-manager.cpp, src/layer-manager.h: draft of layer manager
400 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
402         * src/interface.cpp, src/dialogs/eek-color-def.h,
403           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
404           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
406           Changed objects to only get liked to "linkable" colors.
407         
408 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
410         * src/interface.cpp, src/dialogs/swatches.cpp:
412           Objects now change when linked colors change.
413         
414 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
416         * src/dialogs/eek-color-def.h, src/dialogs/eek-color-def.cpp,
417           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
418           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
420           Experimenting with linked colors.
421         
422 2006-03-26  Aaron C. Spike  <aaron@ekips.org>
424         * inkscape.pod, src/main.cpp:
426           Added --export-area-canvas (-C). Area specifying options
427           (--export-area, --export-area-canvas and --export-area-drawing)
428           can now be used in combination with --export-id.
430 2006-03-23  Jon A. Cruz  <jon@joncruz.org>
432         * src/dialogs/eek-color-def.cpp, src/dialogs/eek-color-def.h,
433           src/dialogs/Makefile_insert, src/dialogs/swatches.h,
434           src/dialogs/swatches.cpp:
436           Bringing in new color class.
437         
438 2006-03-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
440         * packaging/macosx/Resources/bin/inkscape: Fix a packaging
441           problem on Mac OSX where Inkscape wouldn't open if one of the
442           parent directories containing the app bundle contained a '#' in
443           its name.  Fixes bug #1443072.
445 2006-03-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
447         * share/icons/Makefile.am: Update a makefile after the icon file
448           renaming.
450 2005-03-14  MenTaLguY  <mental@rydia.net>
452         * src/layer-fns.h, src/dialogs/layer-properties.cpp,
453           src/dialogs/layer-properties.h, src/layer-fns.cpp:
455           merged patch #1447043 from Andrius "knutux" R. to create sub-layers
457 2006-03-14  MenTaLguY  <mental@rydia.net>
459         * src/Makefile_insert, src/display/nr-arena-item.cpp,
460           src/display/nr-arena-item.cpp, src/gc-finalized.h, src/gc-managed.h,
461           src/gc-soft-ptr.h, src/selection.h, src/selection.cpp:
463           Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
465 2006-03-14  MenTaLguY  <mental@rydia.net>
467         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
468           src/debug/logger.cpp, src/debug/simple-event.h,
469           src/debug/sysv-heap.h, src/jabber_whiteboard/deserializer.cpp,
470           src/jabber_whiteboard/message-utilities.cpp,
471           src/jabber_whiteboard/message-utilities.h,
472           src/jabber_whiteboard/node-tracker-observer.h,
473           src/jabber_whiteboard/serializer.cpp,
474           src/jabber_whiteboard/serializer.h,
475           src/sp-object.cpp, src/util/share.cpp, src/util/share.h,
476           src/xml/attribute-record.h, src/xml/comment-node.h,
477           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
478           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
479           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr-io.cpp,
480           src/xml/simple-node.cpp, src/xml/simple-node.h,
481           src/xml/simple-session.cpp, src/xml/simple-session.h,
482           src/xml/text-node.h:
484           shared_ptr -> ptr_shared
486 2006-03-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
488         * src/svg/svg-color.cpp (sp_svg_write_color): More readable colour
489           names when possible: e.g. `red', `#cfc'.
491 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
493         * src/interface.cpp:
495           Shift-drop now sets stroke on target objects.
496         
497 2006-03-11  MenTaLguY  <mental@rydia.net>
499         * src/sp-object.cpp: experiment to verify that we can safely release
500           before removing object from document tree
502 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
504         * src/dialogs/swatches.cpp:
506           Changed color dragging to have a color preview.
507         
508 2006-03-09  Jon A. Cruz  <jon@joncruz.org>
510         * src/interface.cpp:
512           Initial cut of color drag-n-drop to items on canvas.
513         
514 2006-03-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
516         * src/path-chemistry.cpp (sp_selected_path_reverse):
517           Fix when multiple paths are selected.
518           Also fix a small memory leak.
520 2006-03-06  MenTaLguY  <mental@rydia.net>
522         * src/document-subset.h, src/document-subset.cpp:
523           add DocumentSubset::_clear
525 2006-03-05  MenTaLguY  <mental@rydia.net>
527         * src/document-subset.h, src/document-subset.cpp:
528           remove unneeded document parameter from constructor
530 2006-03-05  MenTaLguY  <mental@rydia.net>
532         * src/document-subset.cpp:
534           Wire up new SPObject signal to DocumentSubset, so order changes
535           will be reflected in the subset.
537 2006-03-05  MenTaLguY  <mental@rydia.net>
539         * src/sp-object.h, src/sp-object.cpp:
541           Add signal for notification of object position changes.
543 2006-03-05  MenTaLguY  <mental@rydia.net>
545         * src/Makefile_insert, src/document-subset.cpp, src/document-subset.h:
547           Add DocumentSubset as groundwork for layers.
549 2006-03-04  Jon A. Cruz  <jon@joncruz.org>
550         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
552           Style minibar now only accepts color drag-n-drop when not N/A.
553           Final tweak for completing RFE #1429027.
554         
555 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
556         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
558           Made the style minibar a target for color drag-n-drop.
559         
560 2006-03-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
562         * src/conn-avoid-ref.cpp, src/libavoid/connector.h,
563           src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
564           src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
565           src/libavoid/connector.cpp, src/libavoid/debug.h:
567           Some speed improvements and interface cleanups to libavoid.
569 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
570         * src/dialogs/swatches.cpp:
572           Fixed drag-n-drop out of color to match GTK+ standard.
573         
574 2006-02-27  Jon A. Cruz  <jon@joncruz.org>
575         * src/dialogs/swatches.cpp, src/ui/previewfillable.h,
576           src/ui/previewholder.h, src/ui/previewholder.cpp:
578           Finished cleanup of embedded swatches when switching palettes.
579         
580 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
581         * src/dialogs/swatches.cpp, src/ui/previewholder.h,
582           src/ui/previewholder.cpp:
584           Changing embedded swatches resizing.
585         
586 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
587         * src/text-context.cpp:
589           Allow Private Use Area characters. Fixes bug #1439016.
590         
591 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
592         * src/dialogs/swatches.cpp, src/dialogs/iconpreview.cpp,
593           src/ui/widget/panel.cpp, src/ui/widget/panel.h:
595           Refactoring panel containment. Purged ugly 'X'.
596         
597 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
598         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
599           src/dialogs/swatches.h, src/ui/widget/panel.cpp,
600           src/ui/widget/panel.h, src/ui/previewholder.cpp,
601           src/ui/previewholder.h:
603           Adding spacer to get swatches scrollbar enough room to move.
604           Tuning up API for better embedding.
606 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
607         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
608           src/dialogs/swatches.h, src/ui/previewholder.cpp, 
609           src/ui/previewfillable.h, src/ui/previewholder.h:
611           Removed horizontal scroll bar from swatches when embedded.
613 2006-02-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
615         *  src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, 
616            src/connector-context.cpp, src/conn-avoid-ref.cpp:
618         Keep a seperate connector router for each document.
619            
620         *  src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
621            src/libavoid/connector.h, src/libavoid/debug.h,
622            src/libavoid/geometry.cpp, src/libavoid/geometry.h,
623            src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
624            src/libavoid/graph.h, src/libavoid/incremental.cpp,
625            src/libavoid/incremental.h, src/libavoid/libavoid.h,
626            src/libavoid/makepath.cpp, src/libavoid/makepath.h,
627            src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
628            src/libavoid/router.cpp, src/libavoid/router.h,
629            src/libavoid/shape.cpp, src/libavoid/shape.h,
630            src/libavoid/static.cpp, src/libavoid/static.h,
631            src/libavoid/timer.cpp, src/libavoid/timer.h,
632            src/libavoid/vertices.cpp, src/libavoid/vertices.h,
633            src/libavoid/visibility.cpp, src/libavoid/visibility.h:
634            
635         Upstream changes to libavoid that allow multiple connector 
636         router instances, as well a few other minor bugfixes.
638 2006-02-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
640         * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
641         
642         Revert a previous change that generated enter events for canvas items
643         other than the current one when mouse buttons were depressed.  These 
644         events are now only generated in the connector context, where they are
645         required.
647 2006-02-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
649         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
650           src/conn-avoid-ref.h, src/libavoid/connector.cpp,
651           src/libavoid/connector.h:
652           
653         Change the behaviour and naming of some connector querying code
654         after feedback from Tim Dwyer in implementing graph drawing
655         functionality.
657 2006-02-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
659         * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:
660           Fix two bugs from my commit yesterday.
662 2006-02-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
664         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,
665           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
666           src/libavoid/connector.cpp, src/libavoid/connector.h,
667           src/libavoid/visibility.cpp:
669         Add some code to allow querying of items and connectors to find
670         out what is attached to them.  This will allow graph layout
671         algorithms (currently being worked on by Tim Dwyer) to determine 
672         a graph structure from the diagram.
674 2006-02-07  MenTaLguY  <mental@rydia.net>
676         * src/widgets/icon.cpp: get rid of icon prerender time messages
678 2006-02-07  MenTaLguY  <mental@rydia.net>
680         * src/debug/gc-heap.h, src/debug/logger.cpp, src/debug/sysv-heap.h,
681           src/jabber_whiteboard/deserializer.cpp, src/sp-object.cpp,
682           src/util/share.h, src/xml/simple-node.cpp:
684           share_static -> share_static_string
686 2006-02-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
688         * src/jabber_whiteboard/message-utilities.h,
689           src/jabber_whiteboard/serializer.cpp,
690           src/jabber_whiteboard/deserializer.cpp,
691           src/jabber_whiteboard/message-utilities.cpp,
692           src/ui/dialog/whiteboard-connect.cpp:
693         
694         Some fixes to allow the codebase to compile with Inkboard support
695         after the recent Util::shared_ptr<> and Dialog::present() changes.
697 2006-02-05  Marco Scholten  <mscholtn@xs4all.nl>
699         * src/verbs.cpp: updated to make double clicking a tool button
700           open the new preferences dialog.
701         * src/ui/dialog/inkscape-preferences.cpp: updated to enable opening
702           the dialog on the correct page.
703         * src/ui/dialog/dialog.cpp: added virtual void present() so that
704           InkscapePreferences::present() will be called from 
705           DialogManager::showDialog()
707 2006-02-05  MenTaLguY  <mental@rydia.net>
709         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
710           src/debug/logger.cpp, src/debug/simple-event.h, src/debug/sysv-heap.h,
711           src/jabber_whiteboard/deserializer.cpp,
712           src/jabber_whiteboard/message-utilities.cpp,
713           src/jabber_whiteboard/message-utilities.h,
714           src/jabber_whiteboard/node-tracker-observer.h,
715           src/jabber_whiteboard/node-utilities.cpp,
716           src/jabber_whiteboard/serializer.cpp,
717           src/jabber_whiteboard/serializer.h,
718           src/sp-object.cpp, src/util/Makefile_insert, src/util/share.cpp,
719           src/util/shared-c-string-ptr.cpp, src/util/shared-c-string-ptr.h,
720           src/util/share.h, src/xml/attribute-record.h, src/xml/comment-node.h,
721           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
722           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
723           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr.cpp,
724           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h,
725           src/xml/simple-session.cpp, src/xml/simple-session.h,
726           src/xml/text-node.h:
728           replace Util::SharedCStringPtr with the nicer and more general
729           Util::shared_ptr<>
731 2006-02-03  Jon Phillips  <jon@rejon.org>
733         * src/verbs.cpp: Added "..." to "Trace Bitmap" text. Yes, what a
734         simple and dumb thing to add for consistency.
736 2006-01-24  Michael Wybrow  <mjwybrow@users.sourceforge.net>
738         * src/libavoid/connector.cpp, src/libavoid/connector.h, 
739           src/libavoid/shape.cpp, src/libavoid/graph.cpp,
740           src/libavoid/incremental.cpp, src/libavoid/incremental.h,
741           src/libavoid/static.cpp, src/libavoid/visibility.cpp, 
742           src/libavoid/makepath.cpp:
744         Some minor upstream libavoid fixes.  
746 2006-01-23  Carl Hetherington  <inkscape@carlh.net>
748         * src/selection.cpp: fix a typo in one of my previous commits.
749         Closes #1401357.
751         * src/xml/repr-io.cpp: catch failures in fopen of XML files.
752         Closes #1374551.
754 2006-01-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
756         * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
757           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
758           src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
759           src/attributes-test.cpp:
761         Added a "Spacing" control to the connector toolbar which allows
762         the user to adjust the amount of space left around avoided shapes
763         for the purpose of determining auto-routing connector paths.
765 2006-01-17  Marco Scholten  <mscholtn@xs4all.nl>
767         * /src/ui/dialog/inkscape-preferences.cpp:
768           Added style swatches,
769           Changed Gtk::Requisition Gtk::Widget::size_request() to       
770           void Gtk::Widget::size_request(const Requisition& requisition)        
771         * /src/ui/dialog/preferences-widget.cpp & .h:
772           Added DialogPage::set_tip()
774 2006-01-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
776         * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
777           Use a modified fonts.conf file for Mac OS X that includes the 
778           standard user font directory ~/Library/Fonts.
780 2006-01-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
782         * src/svg/Makefile_insert: Updated to reflect a previous header
783           file renaming.
785 2006-01-12  Marco Scholten  <mscholtn@xs4all.nl>
787         * /src/ui/dialog/inkscape-preferences.cpp & .h:
788           Converted preferences dialog to gtkmm
789         * src/ui/widget/preferences-widget.cpp & .h:
790           New files.
791         * src/verbs.cpp: updated to start new dialog.
793 2006-01-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
795         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
796           src/extension/internal/svg.cpp, src/ui/widget/ruler.cpp:
797           Fix some compilation problems on Mac OS X after recent
798           includes cleanup.
800 2006-01-05  Jon A. Cruz  <jon@joncruz.org>
802         * src/widgets/desktop-widget.cpp:
803           Corrected resize behavior of canvas/swatches split.
805 2006-01-06  Mathieu Dimanche  <mdimanche@free.fr>
807         * src/util/units.cpp: forcin 'C' locale for reading units.txt file
808            Fixes bug #1391348.
810 2006-01-05  MenTaLguY  <mental@rydia.net>
812         * src/libnr/nr-maybe.h: fix constness/local reference issues
814 2006-01-04  MenTaLguY  <mental@rydia.net>
816         * src/Makefile_insert, src/shortcuts-default-xml.cpp,
817           src/shortcuts.cpp, src/shortcuts.xml:
819           Moved default shortcuts XML file into a string constant (for now);
820           replaced hard-coded structure with code to read XML file.
822 2006-01-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
824         * src/extension/internal/ps.cpp (setup): Clarify the meaning of
825           `Print destination', mentioning the new possibility of leaving
826           as empty.
827         * (PrintPS::begin) If print destination is an empty string, then
828           don't pass `-P %s' to lpr: just let lpr use its default.
829         * (PrintPS::init) Change default print destination from `lp' to empty
830           string.
832 2006-01-04  Jon A. Cruz  <jon@joncruz.org>
834         * src/widgets/desktop-widget.cpp:
835           Adding split pane for swatches.
837 2006-01-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
839         * src/libavoid/visibility.cpp: Add operator!= for the EdgePair class.
840           This is needed to compile on Tru64 UNIX.  Fixes bug #1386755.
842 2005-12-30  Josh Andler  <scislac@users.sf.net>
844         * src/ui/widget/selected-style.cpp, src/ui/widget/selected-style.h
845           Added "invert" function to right-click menu of style selector.
847 2005-12-22  Jon A. Cruz  <jon@joncruz.org>
849         * share/palettes/Tango-Palette.gpl:
850           Updated to newer version from the Tango project.
852 2005-12-21  Jon A. Cruz  <jon@joncruz.org>
854         * src/interface.cpp, src/preferences-skeleton.h,
855           src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
856           Adding panels/swatches to main UI.
858 2005-11-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
860         * src/removeoverlap/*.{cpp,h}: Bug fix in removeoverlap algorithm that
861           should finally get timestamps working properly.  Specifically, heap
862           timestamps are now refreshed before a merge.
864 2005-12-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
866         * src/sp-conn-end.cpp, src/connector-context.cpp: Have connectors
867           draw to the correct position on shape bounding boxes.  Previously
868           the point where connectors were drawn was on straight line between
869           the two endpoints.  These points now lie on the line between the 
870           second last point on the polyline and the center of the shape.
871           
872         * src/display/curve.cpp, src/display/curve.hpp: Added a couple of 
873           functions that return the second and second-last points in a curve.
875         * src/removeoverlap/generate-constraints.cpp: Moved the 
876           #include "isnan.h" to be the final include.  This fixes a
877           compilation error on OS X.
879 2005-12-16  Carl Hetherington  <inkscape@carlh.net>
881         * src/conn-avoid-ref.cpp, sp-conn-end-pair.cpp, sp-conn-end.cpp,
882         sp-item.cpp, sp-shape.cpp, dialogs/clonetiler.cpp,
883         dialogs/stroke-style.cpp, dialogs/tiledialog.cpp,
884         dialogs/unclump.cpp, display/nr-arena-shape.cpp,
885         display/nr-arena-shape.h, widgets/icon.cpp: more NRRect removal.
887         * src/desktop.cpp, src/desktop.h, src/dyna-draw-context.cpp,
888         src/selection-chemistry.cpp, src/sp-namedview.cpp, src/verbs.cpp,
889         src/display/sp-canvas.cpp, src/display/sp-canvas.h,
890         src/ui/view/edit-widget.cpp, src/ui/widget/zoom-status.cpp,
891         src/widgets/desktop-widget.cpp: more NRRect removals and cleanups.
893         * src/grid-snapper.cpp: snap only to visible grid lines (patch
894         from mtou).
896 2005-12-15  Carl Hetherington  <inkscape@carlh.net>
898         * src/conn-avoid-ref.cpp, src/gradient-chemistry.cpp,
899         src/sp-conn-end.cpp, src/sp-item.{cpp,h}: NR::Rect version of
900         sp_item_invoke_bbox (SPItem::invokeBbox).  Use it in some places.
902 2005-12-14  Carl Hetherington  <inkscape@carlh.net>
904         * src/dyna-draw-context.cpp, src/gradient-context.cpp,
905         src/selection.h, src/sp-flowtext.cpp, src/sp-item.cpp,
906         src/sp-item.h, src/sp-shape.cpp, src/sp-text.cpp,
907         src/dialogs/layer-properties.cpp,
908         src/extension/internal/bluredge.cpp,
909         src/extension/internal/grid.cpp, src/ui/dialog/transformation.cpp,
910         src/widgets/desktop-widget.cpp: remove NRMatrix version of
911         sp_item_i2d_affine().  Some include file adjustments.
913         * src/arc-context.cpp: some very minor cleanups.
915         * src/svg/svg-length.{cpp,h}, src/helper/units.cpp: use INCH
916         rather than IN to avoid breaking the compile on some systems.
918 2005-12-13  Carl Hetherington  <inkscape@carlh.net>
920         * src/arc-context.cpp, src/connector-context.cpp,
921         src/context-fns.cpp, src/desktop-affine.cpp, src/desktop-affine.h,
922         src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
923         src/draw-anchor.cpp src/dropper-context.cpp,
924         src/dyna-draw-context.cpp, src/event-context.cpp
925         src/gradient-context.cpp, src/knot.cpp, src/node-context.cpp,
926         src/object-snapper.cpp src/pen-context.cpp,
927         src/pencil-context.cpp, src/rect-context.cpp
928         src/select-context.cpp, src/selection-chemistry.cpp,
929         src/sp-item.cpp, src/sp-item.h src/spiral-context.cpp,
930         src/star-context.cpp, src/text-context.cpp src/zoom-context.cpp,
931         src/ui/widget/ruler.cpp: make desktop's transforms private
932         members.
934         * src/document.cpp, src/object-edit.cpp, src/sp-ellipse.cpp,
935         src/sp-ellipse.h, src/sp-gradient.cpp, src/sp-image.cpp,
936         src/sp-image.h, src/sp-line.cpp, src/sp-line.h,
937         src/sp-linear-gradient.h, src/sp-marker.cpp, src/sp-marker.h,
938         src/sp-pattern.cpp, src/sp-pattern.h, src/sp-radial-gradient.h,
939         src/sp-rect.cpp, src/sp-rect.h, src/sp-root.cpp, src/sp-root.h,
940         src/sp-star.cpp, src/sp-symbol.h, src/sp-text.cpp,
941         src/sp-textpath.h, src/sp-tspan.cpp, src/sp-use.cpp, src/sp-use.h,
942         src/text-tag-attributes.h, src/helper/units.cpp,
943         src/helper/units.h, src/libnrtype/Layout-TNG-Compute.cpp,
944         src/libnrtype/Layout-TNG-Input.cpp,
945         src/libnrtype/Layout-TNG-OutIter.cpp,
946         src/libnrtype/Layout-TNG-Output.cpp, src/libnrtype/Layout-TNG.h,
947         src/libnrtype/TextWrapper.cpp, src/svg/svg-length.cpp,
948         src/svg/svg.h: partial C++-ificiation of SPSVGLength.  Rename it
949         to SVGLength.
951 2005-12-13  Mathieu Dimanche <mdimanche@free.fr>
953         * src/snapped-point.{cpp,h} : new files.
955         * src/Makefile_insert : Added the new files
957         * src/arc-context.cpp, src/connector-context.cpp,
958         src/context-fns.cpp, src/draw-context.cpp, src/nodepath.cpp,
959         src/object-edit.cpp, src/pencil-context.cpp,
960         src/selection-chemistry.cpp, src/seltrans.cpp, src/snap.cpp,
961         src/spiral-context.cpp, src/star-context.cpp,
962         src/line-snapper.cpp, src/line-snapper.h, src/object-snapper.cpp,
963         src/object-snapper.h src/snapper.cpp, src/snapper.h,
964         src/event-context.cpp, src/rect-context.cpp,
965         src/select-context.cpp : Use SnappedPoint class
967         * src/color-rgba.h : Added rgba32 unsigned int handling and
968         "inverse" members (NEED TO BE TESTED)
970 2005-12-12  MenTaLguY  <mental@rydia.net>
972         * src/widgets/desktop-widget.cpp: moved some widgets into statusbar
973           widget for more aesthetic appearance
975 2005-12-12  Carl Hetherington <inkscape@carlh.net>
977         * src/arc-context.cpp: minor cleanups.  Use SnapManager more.  Use
978         Inkscape::setup_for_drag_start.
980         * src/connector-context.cpp, src/draw-context.cpp,
981         src/object-edit.cpp, src/pencil-context.cpp, src/rect-context.cpp,
982         src/spiral-context.cpp, src/star-context.cpp: use SnapManager.
984         * src/rect-context.cpp, src/spiral-context.cpp,
985         src/star-context.cpp: use Inkscape::setup_for_drag_start().
987         * src/snapper.{cpp,h}: simplify snap point types code.
989         * src/context-fns.{cpp,h}: add setup_for_drag_start().
991         * src/dyna-draw-context.cpp: remove unused and erroneous snapping code.
993         * src/pen-context.cpp: remove unused variable.
995         * src/draw-context.cpp: use SnapManager.
997         * src/nodepath.cpp: const fixes.  Use SnapManager.
999         * src/selection-chemistry.cpp, src/seltrans.cpp: some cleanups.
1000         Use new snap API.
1002         * src/snap.{cpp,h}: remove some dead code.
1004         * src/sp-item.{cpp,h}, src/node-context.cpp, src/draw-context.cpp:
1005         remove an unnecessary parameter from sp_item_dt2i_affine().
1007 2005-12-09  Carl Hetherington <inkscape@carlh.net>
1009         * src/object-snapper.cpp: make node snapping work again.
1011         * src/star-context.cpp: use SnapManager.  Some other minor cleanups.
1013         * src/arc-context.cpp, src/connector-context.cpp,
1014         src/dyna-draw-context.cpp, src/pen-context.cpp,
1015         src/pencil-context.cpp, src/rect-context.cpp,
1016         src/selection-chemistry.cpp, src/spiral-context.cpp,
1017         src/star-context.cpp, src/text-context.cpp: use
1018         Inkscape::have_viable_layer.
1020         * src/context-fns.{cpp,h}: new files.
1022         * src/arc-context.cpp, src/context-fns.{cpp,h},
1023         src/rect-context.cpp: abstract common code into context-fns and
1024         clean it up a bit.
1026 2005-12-08  Carl Hetherington <inkscape@carlh.net>
1028         * src/grid-snapper.cpp, src/guide-snapper.cpp, src/line-snapper.h:
1029         coding style.  Change how lines are defined.
1031         * src/grid-snapper.h, src/guide-snapper.h: coding style.
1033         * src/line-snapper.cpp, src/object-snapper.{cpp,h}: Coding style.
1034         Various cleanups.  Small API changes.
1036         * src/snap.cpp: changes to Snapper API.  Added work-in-progress SnapManager.
1038         * src/snapper.{cpp,h}: API cleanups.
1040         * src/sp-namedview.{cpp,h}: added getSnappers().
1042         * src/seltrans.cpp: Cleanup and fix moveTo().  Go back to snapping
1043         to snap points rather than the convex hull, at least for a bit.
1045 2005-12-07  Carl Hetherington <inkscape@carlh.net>
1047         * src/libnr/nr-convex-hull.h: remove unnecessary includes.
1049         * src/line-snapper.{cpp,h}, src/object-snapper.{cpp,h},
1050         src/attributes.{cpp,h}, src/desktop.cpp, src/dyna-draw-context.cpp
1051         src/arc-context.cpp, src/grid-snapper.h, src/nodepath.cpp,
1052         src/rect-context.cpp, src/selection-chemistry.cpp,
1053         src/seltrans.cpp, src/snap.{cpp,h}, src/snapper.{cpp,h},
1054         src/sp-namedview.{cpp,h}, src/spiral-context.cpp,
1055         src/star-context.cpp, src/dialogs/desktop-properties.{cpp,h},
1056         src/Makefile_insert: first cut of object snapping.
1058         * src/grid-snapper.cpp, src/guide-snapper.{cpp,h}: use Inkscape namespace.
1060 2005-12-06  Carl Hetherington <inkscape@carlh.net>
1062         * src/libnr/nr-maybe.h: add missing public: to class IsNot.
1064         * src/splivarot.{cpp,h}: declare some more functions.  Fix
1065         get_nearest_position_on_Path to not crash if you call it with an
1066         Item that isn't Shape or Text.
1068         * src/node-context.cpp: adapt for changes in splivarot.{cpp,h}.
1070         * src/nodepath.cpp: remove declaration of a function now declared
1071         in splivarot.h.
1073 2005-12-05  Carl Hetherington <inkscape@carlh.net>
1075         * src/desktop.cpp, src/tools-switch.cpp,
1076         src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp:
1077         re-jig #includes slightly.
1079         * src/seltrans.{cpp,h}, src/selcue.{cpp,h}: C++-ification and cleanup.
1081         * src/select-context.{cpp,h}, src/seltrans-handles.h: adapt for
1082         changes to SelTrans.
1084         * src/event-context.{cpp,h}: adapt for changes to SelCue.
1086         * src/rect-context.cpp, src/gradient-context.cpp: remove unnecessary include.
1088         * src/connector-context.h, src/draw-context.h: add a forward
1089         declaration.
1091         * src/dropper-context.{cpp,h}: remove an unused variable and its
1092         associated includes.
1094         * src/main.cpp: fix comment for renamed SPSelCue.
1096         * src/dialogs/display-settings.cpp: adapt for slightly re-jigged SelCue.
1098 2005-12-04  Ted Gould  <ted@gould.cx>
1100         * po/POTFILES.in:
1102         Adding the .inx files as [type: gettext/xml] so that they will get
1103         translated.  Good stuff.
1105         * share/extensions/addnodes.inx, share/extensions/ai_input.inx,
1106         share/extensions/ai_output.inx, share/extensions/bluredge.inx,
1107         share/extensions/dia.inx, share/extensions/dots.inx,
1108         share/extensions/dropshadow.inx, share/extensions/dxf_input.inx,
1109         share/extensions/dxf_output.inx, share/extensions/embedimage.inx,
1110         share/extensions/eps_input.inx, share/extensions/epsi_output.inx,
1111         share/extensions/ffmet.inx, share/extensions/ffms.inx,
1112         share/extensions/ffset.inx, share/extensions/ffss.inx,
1113         share/extensions/gimpgrad.inx, share/extensions/grid.inx,
1114         share/extensions/handles.inx, share/extensions/interp.inx,
1115         share/extensions/kochify.inx, share/extensions/kochify_load.inx,
1116         share/extensions/lindenmayer.inx, share/extensions/motion.inx,
1117         share/extensions/pdf_output.inx, share/extensions/ps_input.inx,
1118         share/extensions/radiusrand.inx, share/extensions/randompnt.inx,
1119         share/extensions/randompos.inx, share/extensions/rtree.inx,
1120         share/extensions/sk_input.inx, share/extensions/straightseg.inx,
1121         share/extensions/summersnight.inx, share/extensions/svgz_input.inx,
1122         share/extensions/svgz_output.inx, share/extensions/txt2svg.inx,
1123         share/extensions/wavy.inx, share/extensions/whirl.inx,
1124         share/extensions/wmf_input.inx:
1126         Marking the user visible strings as translatable.
1128         * src/extension/dependency.cpp, src/extension/extension.cpp,
1129         src/extension/init.cpp, src/extension/input.cpp, src/extension/output.cpp,
1130         src/extension/parameter.cpp:
1132         Changed to handle translated .inx files.  They will find the data, and
1133         mark the right strings as translated.
1135         * src/extension/effect.cpp, src/extension/effect.h, src/interface.cpp:
1137         Changed menu handling to be push instead of pull
1139 2005-12-02  Carl Hetherington <inkscape@carlh.net>
1141         * src/dropper-context.cpp: coding style.
1142         * src/sp-namedview.cpp, src/sp-namedview.h, src/desktop.cpp: some
1143         C++-ification of SPNamedView.
1145 2005-12-01  MenTaLguY  <mental@rydia.net>
1147         * src/widgets/desktop-widget.cpp: shuffle status bar around again;
1148           add a grippie so we don't have to care about the corner of the window
1149           getting covered up
1151 2005-12-01  MenTaLguY  <mental@rydia.net>
1153         * src/widgets/icon.cpp: refactored a bit around the icon prerendering
1154           code and added a timer; also kick off the task immediately rather
1155           than waiting for the first expose event
1157 2005-12-01  MenTaLguY  <mental@rydia.net>
1159         * src/widgets/desktop-widget.cpp:
1161           moved zoom selector away from the right edge so it won't get covered
1162           by window manager decorations
1164 2005-12-01  MenTaLguY  <mental@rydia.net>
1166         * src/help.cpp, src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp:
1168           Moved creation of the splash widget into the about dialog code,
1169           and tweaked the appearance of the dialog in a lot of subtle ways
1170           -- we now use an AspectFrame to constrain the aspect ratio of the
1171           splash view, and also finally get the correct initial size for the
1172           dialog while still allowing it to be arbitrarily resized.
1174 2005-12-01  Carl Hetherington <inkscape@carlh.net>
1176         * src/sp-namedview.cpp: coding style.
1178 2005-12-01  Jon A. Cruz  <jon@joncruz.org>
1180         * src/widgets/icon.cpp: added idle calback pre-render.
1182 2005-11-30  MenTaLguY  <mental@rydia.net>
1184         * src/ui/dialog/aboutbox.cpp: make 'close' button default widget,
1185           and rename "About" tab to "_Splash"
1187 2005-11-30  Carl Hetherington <inkscape@carlh.net>
1189         * src/svg/svg-path.cpp: add missing #include of assert.h for
1190         assert()
1191         * src/dialogs/xml-tree.cpp: fix uninitialised variable
1192         warnings, move some declarations to first use, coding style fixes.
1193         * src/snap.cpp, src/snap.h, src/sp-namedview.cpp: split
1194         snap.{cpp,h} up into snapper.{cpp,h}, grid-snapper.{cpp,h},
1195         guide-snapper.{cpp,h}.  Refactor and simplify.  Add another
1196         namedview_free_snap().
1197         * src/geom.cpp, src/geom.h: cosmetic renaming.
1198         * src/pen-context.cpp: a few minor cleanups to
1199         pen_handle_button_press().  Other snapping cleanups.
1200         * src/draw-context.cpp, src/draw-context.h: split
1201         spdc_endpoint_snap_internal() into two functions.
1202         * src/pencil-context.cpp: snapping cleanups.
1203         * src/ui/widget/unit-menu.cpp: remove definition of a variable
1204         that's just been made static.
1205         
1206 2005-11-26  MenTaLguY <mental@rydia.net>
1208         * src/ui/dialog/aboutbox.cpp, src/ui/dialog/aboutbox.h:
1209           clean up and simplify About dialog; fix memory management (mostly)
1211 2005-11-25  Robert Crosbie <swingincelt@gmail.com>
1213         * replaced sp_repr_ref with direct cal to Inkscape::GC::anchor
1214         * replaced sp_repr_unref with direct call to Inkscape::GC::release
1215         * replaced sp_repr_set_attr with direct call to repr->setAttribute
1217 2005-11-24  MenTaLguY  <mental@rydia.net>
1219         * src/shortcuts.cpp, src/interface.cpp: prune back shortcuts API in
1220           preparation for configurable key bindings work
1222 2005-11-24  MenTaLguY  <mental@rydia.net>
1224         * src/sp-item.cpp: remedy erroneous initialization of doubles with NULL
1226 2005-11-24  MenTaLguY  <mental@rydia.net>
1228         * src/seltrans.cpp: prune dead wood (sp_sel_trans_handle_click)
1230 2005-11-24  MenTaLguY  <mental@rydia.net>
1232         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
1233           src/display/canvas-grid.cpp, src/display/guideline.cpp,
1234           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
1235           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
1236           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
1237           
1238           cosmetic renaming
1240 2005-11-23  Robert Crosbie <swingincelt@gmail.com>
1242         * replaced sp_repr_change_order with direct cal to repr->changeOrder
1243         * replaced sp_repr_add_child with direct call to repr->addChild
1244         * replaced sp_repr_remove_child with direct call to repr->removeChild
1246 2005-11-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1248         * src/ui/dialog/align-and-distribute.h, src/ui/dialog/align-and-distribute.cpp:
1249           Add new action ActionRemoveOverlaps, and add new button & two spin buttons
1250           to the Align & Distribute dialog box, to remove overlaps between objects.
1251         * configure.ac: New directory src/removeoverlap.
1252         * src/Makefile.am: Build new library removeoverlap/libremoveoverlap.a.
1253         * src/Makefile_insert: Link against new library removeoverlap/libremoveoverlap.a.
1255 2005-11-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1257         * packaging/osx-app.sh, packaging/macosx/Resources/bin/inkscape:
1258           Include some missing modules required by gnome-vfs and set shell
1259           variables to point to these modules within the OS X app bundle.
1260           Fixes bug #1363390.
1262 2005-11-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1264         * packaging/osx-app.sh: Fix a typo resulting from last change.
1266 2005-11-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1268         * packaging/osx-app.sh: Add libXinerama.1.dylib to the app bundle 
1269           since users of OS X 10.3.x will not have this file.
1271 2005-11-12  Jon Phillips <jon@rejon.org>
1273         * po/it.po po/sr.po po/sr@Latn.po: Fixed these po files so that 
1274         Inkscape builds okay.
1277 2005-11-12  Ralf Stephan <ralf@ark.in-berlin.de>
1279         * src/ui/view/edit-widget.h, src/ui/view/edit-widget.cpp:
1280           new-gui: made complete statusbar widget, equals old-gui now
1281         * src/widgets/layer-selector.h, src/ui/widget/selected-style.h:
1282           classes have now a constructor with default parameter
1283         * src/ui/widget/zoom-status.cpp: smaller font
1285 2005-11-12  MenTaLguY  <mental@rydia.net>
1287         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
1288           src/display/canvas-grid.cpp, src/display/guideline.cpp,
1289           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
1290           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
1291           src/display/sp-canvas.cpp, src/display/sp-canvas.h,
1292           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
1294           Refactor canvas buffer code a little.   Hint: if you have two flags
1295           and an invariant that one will be false if the other is true and
1296           vice-versa, you can represent them with a single flag.  Fixed
1297           cut-and-paste madness between sp_canvas_buf_ensure_buf and
1298           sp_canvas_clear_buf also.  Finally, renamed sp_canvas_buf_ensure_buf
1299           to sp_canvas_prepare_buf.
1301 2005-11-09  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1303         * src/sp-item.cpp: Call updateRepr before emitting the transformed
1304           signal in sp_item_write_transform.  This fixes bug #1303423.
1306         * packaging/osx-app.sh: Fixes to allow building app bundles on both
1307           OS X 10.4 and earlier versions of the OS without altering the script.
1308           Also, add a note that Inkscape needs to be configured with
1309           --enable-osxapp when building the OS X package.
1311         * po/nl.po: Fix an "Unmatched closing </b>" warning.
1313 2005-11-08  Ralf Stephan <ralf@ark.in-berlin.de>
1315         merged with branch CXXIFICATION_VIEW_AND_WIDGET
1316         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/event-context.cpp,
1317           src/file.cpp, gradient-context.cpp, src/inkscape.cpp, src/interface.cpp,
1318           src/rect-context.cpp, src/select-context.cpp, src/seltrans.cpp,
1319           src/sp-namedview.cpp, src/spiral-context.cpp, src/star-context.cpp,
1320           src/verbs.cpp, dialogs/dialog-events.cpp, src/dialogs/layer-properties.cpp,
1321           src/ui/dialog/dialog.cpp, src/widgets/desktop-widget.cpp,
1322           src/widgets/desktop-widget.h:
1323           move gtk code into desktop-widget.cpp, called via desktop
1324         * src/ui/view/Makefile_insert: added files edit-widget-interface.h,
1325           edit-widget.cpp, edit-widget.h
1326           the EditWidget is the Gtkmm version of the SPDesktopWidget
1327         * src/ui/widget/Makefile_insert: added files ruler.cpp, ruler.h,
1328           svg-canvas.cpp, svg-canvas.h, zoom-status.cpp, zoom-status.h
1329           these are widgets part of the EditWidget
1330         * src/file.cpp, src/inkscape.cpp, src/ui/dialog/dialog.cpp, 
1331           src/ui/dialog/dialog.h, src/application/application.h, 
1332           src/application/application.cpp:
1333           divide code /wrt Application::getNewGui(): if true, it's called by the 
1334           Gtkmm application and the inkscape object is meaningless
1335         * src/application/app-prototype.h:
1336           replace UI specific return value of getWindow() with void*
1337         * src/application/editor.cpp, src/application/editor.h:
1338           made Editor a singleton, collect global UI code here that (for Gtk+)
1339           lives in inkscape.cpp and elsewhere
1340         * src/desktop-events.cpp, src/desktop.cpp, src/event-context.cpp,
1341           src/nodepath.cpp, src/seltrans.cpp:
1342           simplify calls to desktop->set_coordinate_status
1343         * src/desktop-handles.cpp, src/desktop-handles.h, 
1344           src/extension/internal/ps.cpp, src/widgets/gradient-toolbar.cpp, 
1345           src/widgets/toolbox.cpp:
1346           widget is no longer available through desktop
1347         * src/Makefile_insert: added files preferences.h preferences.cpp
1348           src/inkscape.h, src/inkscape.cpp, src/application/editor.cpp:
1349           move preferences handling into preferences.cpp/h
1350         * src/desktop.cpp, src/desktop.h:
1351           use EditWidgetInterface, more cosmetics
1352         * src/desktop.cpp, src/inkview.cpp, src/slideshow.cpp, src/svg-view-widget.cpp,
1353           src/svg-view.cpp, src/svg-view.h, src/ui/view/view.cpp, src/ui/view/view.h:
1354           streamline setDoc()/setDocument() logic
1355         * src/inkview.cpp: include empty func bodies to make linker happy
1357 2005-11-08 ------------0.43
1359 2005-11-06  Ted Gould  <ted@gould.cx>
1361         * 0.43pre2
1363 2005-11-01  Jon A. Cruz  <jon@joncruz.org>
1365         * src/io/base64stream.h, src/io/base64stream.cpp:
1366           Applied modified patch 1341198.
1368 2005-10-31  Jon A. Cruz  <jon@joncruz.org>
1370         * src/verbs.cpp:
1371           Applied patch from RFE 1247694.
1373 2005-10-26  Jon A. Cruz  <jon@joncruz.org>
1375         * share/screens/about.svg:
1376           Trimmed bad lines. Fixed bug 1310742.
1378 2005-10-24  Ted Gould  <ted@gould.cx>
1380         * 0.43pre1
1382 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
1384         * Makefile.mingw, src/io/sys.cpp:
1385           Patch 1334818.
1387 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
1389         * src/main.cpp, src/io/sys.cpp:
1390           Updating Win32 parameter filename handling.
1392 2005-10-22  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1394         * src/connector-context.cpp: Correct two typos.  Fixes bug #1333915.
1396 2005-10-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1398         * src/connector-context.cpp: Fix a bug where undoing creation of 
1399           new connectors revealed intermediate steps.
1401         * src/libavoid/connector.cpp, src/libavoid/connector.h,
1402           src/libavoid/makepath.cpp, src/libavoid/static.cpp:
1403           Applied a couple of libavoid fixes.  One of which addresses
1404           a possible crash bug.
1406 2005-10-19  Ted Gould  <ted@gould.cx>
1408         * 0.43pre0
1410 2005-10-19  Jon A. Cruz  <jon@joncruz.org>
1412         * inkscape32-16.ico: patch 1323419
1414 2005-10-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1416         * src/conn-avoid-ref.cpp: Don't pass avoided objects to libavoid
1417           if they have the 'cloned' flag set.  Fixes bug #1328401.
1419 2005-10-17  Jon A. Cruz  <jon@joncruz.org>
1421         * src/main.cpp, src/io/sys.h, src/io/sys.cpp:
1422           Switched command-line name conversion from filename to locale.
1423           Fixes bug #1250124.
1425 2005-10-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1427         * src/sp-conn-end.cpp: Don't update the repr for the curve while 
1428           manually rerouting connector endpoints.  This speeds up undo/redo
1429           and allows responsive rerouting with the xml editor window open.
1430           Fixes bug #1315489.
1432         * po/ca.po: Fix unclosed <b> found in translations.
1433         
1434 2005-10-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1436         * src/isnan.h: Update to allow compilation on OSX 10.4.
1438         * src/connector-context.cpp, src/connector-context.h,
1439           src/tools-switch.cpp: Allow double-clicking on connectors
1440           in the selector tool to swap to the connector tool.
1442 2005-10-14  Jon A. Cruz  <jon@joncruz.org>
1444         * share/palettes/Makefile.am, share/palettes/Tango-Palette.gpl:
1445           Adding the Tango palette.
1447 2005-10-13  MenTaLguY  <mental@rydia.net>
1449         * share/screens/about.svg: New copy for about dialog; did some
1450           vector clean-up and re-enabled the coffee stains.
1452 2005-10-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1454         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h:
1455           Reroute connector lines if the object itself is moved or
1456           transformed.  Previously a routed line would not unroute if it
1457           was moved away from the blocking objects.  Fixes bug #1303493.
1459 2005-10-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1461         * packaging/macosx/Resources/script, src/path-prefix.h:
1462           Don't assume the OSX app bundle will be named "Inkscape.app".
1463           This caused things like tool icons to disappear if the app
1464           bundle was renamed, e.g., to "Inscape-0.42.2.app".
1465           Fixes bug #1289648.
1467 2005-10-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1469         * src/sp-conn-end-pair.cpp: Fix a bug where connectors could
1470           sometimes be given strange routes if there was a transform on
1471           either of the objects that the connector was attached to.
1473         * src/conn-avoid-ref.cpp, src/sp-conn-end.cpp: Add a call to
1474           sp_document_ensure_up_to_date before checking bounding boxes
1475           in response to a transform signal.  This is because some
1476           objects (e.g., text) will not give the correct bbox until its
1477           update function has been called and its internal representation
1478           has been updated.  This fixes bug #1303523.
1480         * src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
1481           Restore the Connector tool preferences tab.  Use same ordering
1482           for tools as on the toolbar.  Add the standard selection cue
1483           option to the connector tool preferences.  Fixes bug #1303360.
1485 2005-10-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1487         * packaging/osx-app.sh: Include locale files in the OSX package and
1488           a couple of minor updates for building packages on OSX 10.4.x.
1490         * packaging/macosx/Resources/bin/inkscape: Fix a problem in setting
1491           LANG to the current OSX language before launching Inkscape.
1492           With this fix, the Inkscape app bundle will obey the user's
1493           language setting in the system preferences on OSX.
1495 2005-09-30  Ralf Stephan <ralf@ark.in-berlin.de>
1497         * src/desktop.*, src/widget/desktop-widget.cpp:
1498         make empty destructor, fixes #1291009
1500 2005-09-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1502         * Info.plist.in: Associate .svgz files with Inkscape on OSX.
1503           Fixes bug #1307083.
1505 2005-09-27  MenTaLguY  <mental@rydia.net>
1507         * src/gc-anchored.h: emphasize initial refcount
1509         * src/desktop.h, src/svg-view-widget.cpp, src/ui/view/view-widget.cpp,
1510           src/ui/view/view.cpp, src/ui/view/view.h,
1511           src/widgets/desktop-widget.cpp:
1513           Move _whole_ UI::View::View hierarchy over to the garbage collector
1514           and fix anchor imbalances; you can't do this piecemeal.
1516 2005-09-23  Ben Fowler  <bpfowler@users.sourceforge.net>
1518         * autogen.sh: Cleanup error message.
1520 2005-09-20  Carl Hetherington <inkscape@carlh.net>
1522         * src/file.cpp, src/file.h, src/help.cpp: don't replace empty
1523         desktops with help files / tutorials.  Fixes 1249067.
1525 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
1527         * src/jabber_whiteboard/typedefs.h:
1528           gcc4 needs more const correctness, fixes #1294298
1530 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
1532         * src/desktop.h, src/desktop.cpp, src/interface.cpp, 
1533           src/dialogs/layer-properties.cpp, src/ui/view/view.cpp,
1534           src/widgets/desktop-widget.cpp:
1535           correcting old and new oversights, fixes #1290982
1536           
1537 2005-09-15  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
1539         * src/xml/repr-util.cpp (sp_repr_set_double): Split into two
1540           functions (sp_repr_set_svg_double, sp_repr_set_css_double)
1541           according to whether or not an exponent is allowed.  Update callers.
1542           (sp_repr_set_double_default): Remove this unused function.
1544 2005-09-15  Carl Hetherington <inkscape@carlh.net>
1546         * src/object-edit.cpp: fix idiotic bug introduced in previous commit.
1548 2005-09-14  Carl Hetherington <inkscape@carlh.net>
1550         * src/knot.cpp, src/knotholder.cpp: coding style.
1552 2005-09-13  Ralf Stephan <ralf@ark.in-berlin.de>
1554         * src/desktop.h, src/desktop.cpp, src/svg-view.h, src/svg-view.cpp,
1555           src/ui/view/view.h, src/ui/view/view.cpp, src/ui/view/edit.h:
1556             View::setDocument() did not call same function in subclass
1557         * src/widgets/select-toolbar.cpp:   removed usage of SP_DT_WIDGET
1558         * src/desktop.cpp:   removed last sp_desktop_* function names
1560 2005-09-13  Carl Hetherington <inkscape@carlh.net>
1562         * src/object-edit.cpp: Add some comments.  Minor refactoring.
1563         Snap points when editing rectangles; partial fix for bug 1282399.
1565         * packaging/win32/inkscape.nsi: Correct spelling of associations
1566         and associated; fix for bug 1283916.
1568 2005-09-12  Jon A. Cruz  <jon@joncruz.org>
1570         * src/dialogs/iconpreview.cpp, src/dialogs/iconpreview.h,
1571           src/widgets/icon.cpp:
1572           Icon preview now toggles between selection or whole document.
1573           Fixes REF #1281883.
1575 2005-09-12  Ralf Stephan <ralf@ark.in-berlin.de>
1577         * src/widgets/ruler.cpp:   fixed precision problem (bug #1242995)
1579 2005-09-12  Peter Moulder  <pmoulder@bowman.csse.monash.edu.au>
1581         * src/libnrtype/Layout-TNG-Compute.cpp (Calculator::_measureUnbrokenSpan):
1582           Fix line breaking for [supposedly] non-breaking whitespace characters.
1584 2005-09-11  Ralf Stephan <ralf@ark.in-berlin.de>
1586         * po/nl.po:   replaced all instances of "verkleint" with "verkleind"
1587           (bug #1277695)
1589 2005-09-10  Jon A. Cruz  <jon@joncruz.org>
1591         * src/preferences-skeleton.h, src/dialogs/iconpreview.cpp:
1592           Made icon preview sizes configurable. Fixes REF #1281885.
1594 2005-09-08  Carl Hetherington <inkscape@carlh.net>
1596         * src/object-edit.cpp: Coding style in SPRect portion.  Add
1597         Emacs/vim mode blocks.
1599 2005-09-08  Ralf Stephan <ralf@ark.in-berlin.de>
1601         * src/desktop.cpp, src/ui/view/view.cpp:
1602           removed placement new signal construction
1603         * src/desktop.cpp:   selection is no longer anchored
1604         * src/desktop.cpp, src/desktop.h:   further cleanup
1605         * src/main.cpp:   minor changes in doxygen main page
1607 2005-09-08  MenTaLguY  <mental@rydia.net>
1609         * src/xml/document.h, src/xml/session.h, src/xml/simple-session.cpp,
1610           src/xml/simple-session.h:
1612           Add Session and Document createElementNode, createCommentNode,
1613           and createTextNode methods
1615 2005-09-06  Ralf Stephan <ralf@ark.in-berlin.de>
1617         * src/desktop-handles.h, src/desktop-handles.cpp:
1618             added macros SP_DT_MSGSTACK/NAMEDVIEW/WIDGET, moved last
1619                 macros from desktop.h
1620         * src/desktop.h src/desktop.cpp, src/sp-namedview.h, 
1621           src/sp-namedview.cpp:
1622             moved default_metric and default_unit into namedview
1623         * src/desktop.h src/desktop.cpp, src/widgets/desktop-widget.h,
1624           src/widgets/desktop-widget.cpp:
1625             moved window member into desktop widget
1626         * src/dialogs/clonetiler.cpp, src/dialogs/color-picker.cpp,
1627           src/dialogs/desktop-properties.cpp, src/dialogs/dialog-events.cpp ,
1628           src/dialogs/display-settings.cpp, src/dialogs/export.cpp,
1629           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
1630           src/dialogs/transformation.cpp, src/dropper-context.cpp,
1631           src/extension/internal/ps.cpp, src/gradient-context.cpp,
1632           src/jabber_whiteboard/callbacks.cpp,
1633           src/jabber_whiteboard/chat-handler.cpp,
1634           src/jabber_whiteboard/message-processors.cpp,
1635           src/jabber_whiteboard/message-queue.cpp,
1636           src/jabber_whiteboard/session-manager.cpp,
1637           src/path-chemistry.cpp, src/satisfied-guide-cns.cpp,
1638           src/sp-text.cpp, src/text-chemistry.cpp,
1639           src/trace/potrace/inkscape-potrace.cpp,
1640           src/trace/trace.cpp, src/ui/dialog/align-and-distribute.cpp:
1641             removed dependency on desktop.h
1642         * src/arc-context.cpp, src/desktop-events.cpp, src/inkscape.cpp,
1643           src/interface.cpp, src/nodepath.cpp, src/rect-context.cpp,
1644           src/select-context.cpp, src/seltrans.cpp, src/spiral-context.cpp,
1645           src/star-context.cpp, src/text-context.cpp, src/ui/dialog/dialog.cpp,
1646           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp:
1647             minor adaptation due to the above changes
1648         * src/ui/dialog/session-player.cpp:   didn't #include config.h
1649         
1650 2005-09-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1652         * doc/keys.html, doc/keys.xml, share/screens/keys.svg,
1653           src/shortcuts.cpp:
1654           Add keyboard shortcuts for the connector tool -- Ctrl+F2 and 'o'.
1656 2005-09-05  Ralf Stephan <ralf@ark.in-berlin.de>
1658         * src/document.cpp, src/draw-anchor.cpp, src/knotholder.cpp,
1659           src/main.cpp, src/object-ui.cpp, src/selcue.cpp,
1660           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
1661           src/sp-star.cpp, src/sp-symbol.cpp, src/sp-tspan.cpp,
1662           src/dialogs/docker.cpp, src/dialogs/extensions.cpp,
1663           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
1664           src/extension/system.cpp, src/widgets/gradient-vector.cpp,
1665           src/jabber_whiteboard/session-file-player.cpp,
1666           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
1667           src/widgets/spw-utilities.cpp, src/extension/implementation/script.cpp,
1668           src/ui/dialog/transformation.cpp, src/seltrans.h,
1669           src/widgets/sp-widget.h:
1670             removed dependency on desktop.h
1671         * src/select-context.cpp, src/tools-switch.cpp, 
1672           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
1673           src/dialogs/object-properties.cpp, src/dialogs/clonetiler.cpp:
1674             added dependencies because of above changes
1675         
1676 2005-09-04  Kees Cook  <kees@outflux.net>
1678         * TRANSLATORS, Makefile.am, src/verbs.cpp, src/help.cpp,
1679           src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp,
1680           src/menus-skeleton.h, src/ui/dialog/Makefile_insert:
1681           Implemented AboutDialog following the Gnome style.
1682         * packaging/win32/inkscape.nsi: added quotes around execution name.
1684 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
1686         * src/desktop.cpp, src/dropper-context.cpp, src/forward.h,
1687           src/interface.cpp, src/main.cpp, src/sp-anchor.cpp,
1688           src/sp-text.cpp, src/splivarot.cpp, src/svg-view-widget.cpp,
1689           src/svg-view-widget.h, src/svg-view.h, src/extension/effect.h,
1690           src/extension/implementation/plugin-link.h, 
1691           src/jabber_whiteboard/session-manager.cpp,
1692           src/ui/dialog/dialog.cpp, src/ui/view/edit.h, 
1693           src/ui/view/view-widget.cpp, src/ui/view/view-widget.h,
1694           src/ui/view/view.cpp, src/ui/view/view.h:
1695             minor edits to completely remove SPView identifier, and some
1696                 dependencies
1698 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1700         * src/sp-conn-end-pair.cpp: Fix a crash bug when undoing connectors
1701           on Linux x86 where we were calling a signal destructor.
1703         * src/io/sys.cpp: Build fix - conditionally include <glib/gstdio.h>
1704           if using glib 2.6.0 or greater, since it is not available in earlier
1705           versions.
1707 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
1709         * src/svg-view-widget.h, src/svg-view-widget.cpp, src/Makefile_insert:
1710             separated SPSVGViewWidget from SPSVGView
1711         * src/desktop.h, src/svg-view.h, src/ui/view/edit.h,
1712           src/ui/view/view-widget.h, src/ui/view/view.h,
1713           src/widgets/desktop-widget.h, src/desktop.cpp,
1714           src/svg-view.cpp, src/ui/view/view-widget.cpp,
1715           src/ui/view/view.cpp, src/widgets/desktop-widget.cpp:
1716             moved SPDesktop from GObject to C++/sigc++
1717         * src/forward.h: 
1718             removed SP_DESKTOP*, SP_SVG_VIEW* macros and dependencies
1719         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
1720             changed to sigc++ but disabled call
1721         * src/desktop-events.cpp:  removed desktop_enter_notify()
1722         * src/sp-anchor.cpp:  removed handling of mouse over/out
1723         * src/helper/action.h, src/sp-use.cpp:  added missing dependency
1724         * src/arc-context.cpp, src/desktop-affine.cpp, src/desktop-events.cpp,
1725           src/desktop-handles.cpp, src/dyna-draw-context.cpp,
1726           src/event-context.cpp, src/file.cpp, src/gradient-context.cpp,
1727           src/gradient-drag.cpp, src/help.cpp, src/inkscape.cpp,
1728           src/inkview.cpp, src/interface.cpp, src/knot.cpp,
1729           src/knotholder.cpp, src/node-context.cpp, src/nodepath.cpp,
1730           src/object-ui.cpp, src/path-chemistry.cpp, src/rect-context.cpp,
1731           src/rubberband.cpp, src/satisfied-guide-cns.cpp,
1732           src/select-context.cpp, src/selection-chemistry.cpp,
1733           src/seltrans.cpp, src/shortcuts.cpp, src/slideshow.cpp,
1734           src/sp-anchor.cpp, src/sp-flowtext.cpp, src/sp-namedview.cpp,
1735           src/sp-text.cpp, src/spiral-context.cpp, src/splivarot.cpp,
1736           src/star-context.cpp, src/text-context.cpp, src/text-editing.cpp,
1737           src/tools-switch.cpp, src/verbs.cpp, src/zoom-context.cpp,
1738           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
1739           src/dialogs/dialog-events.cpp, src/dialogs/export.cpp,
1740           src/dialogs/filedialog.cpp, src/dialogs/iconpreview.cpp,
1741           src/dialogs/layer-properties.cpp, src/dialogs/stroke-style.cpp,
1742           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp,
1743           src/extension/effect.cpp, src/extension/implementation/script.cpp,
1744           src/extension/internal/grid.cpp, src/extension/internal/ps.cpp,
1745           src/helper/window.cpp, src/ui/dialog/dialog.cpp,
1746           src/ui/widget/imageicon.cpp, src/widgets/gradient-toolbar.cpp,
1747           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
1748           src/widgets/toolbox.cpp:
1749             minor adaptations due to the above changes
1750         * src/desktop-events.h:  removed dependencies 
1751         * src/selection.cpp:  improved doxygen documentation
1752         
1753 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1755         * src/connector-context.cpp: Fix a bug where a data structure was
1756           not being freed, triggering an assertion failure and Inkscape to
1757           crash sometimes when the connector tool context was switched.
1759 2005-09-03  Aaron Spike <aaron@ekips.org>
1761         * src/node-context.cpp, src/livarot.cpp: Fixing a problem where node
1762           adding and curve dragging operate on fills. A special thank you to
1763           Simon Budig of GIMP fame for working with me and giving very 
1764           thorough explanations of his curve dragging code.
1766 2005-09-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1768         * src/libavoid/connector.cpp, src/libavoid/connector.h: Autoroute
1769           connectors while they are being drawn in the connector context.
1771         * src/sp-conn-end.cpp: Fix a bug where connectors attached to shapes
1772           were not always getting updated.  Their path was sometimes thought
1773           to be valid even when it was not.
1775 2005-09-02  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1777         * src/sp-conn-end.cpp: Fix a bug where connectors not attached to
1778           shapes were not updating correctly if an object was dropped on
1779           their path.
1781 2005-09-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1783         * src/sp-conn-end.cpp, src/sp-conn-end.h, src/sp-conn-end-pair.cpp,
1784           src/sp-conn-end-pair.h, src/sp-path.cpp, src/libavoid/graph.cpp,
1785           src/libavoid/incremental.cpp:
1787         Connectors now automagically reroute as a result of any 'avoided'
1788         object being placed on their path.  They also update to better
1789         paths when blocking shapes are removed.
1790          
1791         * src/connector-context.cpp: Update TODO list.  Only show endpoints
1792           and allow manipulation of paths marked as connectors.
1794         * src/libavoid/connector.cpp, src/libavoid/connector.h: Connectors
1795           with invalid paths can now notify other code via a callback,
1796           rather than just setting a boolean flag.
1798         * src/conn-avoid-ref.cpp: Fix an obscure crash bug in the connector
1799           routing code where we were still using a freed data structure.
1801 2005-08-31  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1803         * src/conn-avoid-ref.cpp, src/conn-avoid-ref.h: Use the correct
1804           coordinate system when passing shape geometry to libavoid.
1805           Add a small amount of buffer space around objects.
1806         
1807         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
1808           src/path.cpp: Add code to handle the "inkscape:connector-type"
1809           attribute.
1811         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h: Store information
1812           about type paths, to determine whether they are connectors.  Keep
1813           a reference to the libavoid representation if necessary.  Add code
1814           to call libavoid to get a path for a connector.
1815         
1816         * src/sp-conn-end.cpp: Call the connector routing code when connector
1817           ends are moved.  Move connector endpoints rather than stretching
1818           when adjusting to draw to shape edge.
1819           
1820         * src/libavoid/connector.cpp, src/libavoid/connector.h: Make the
1821           connector references aware of their own initialisation state.
1823         * src/connector-context.cpp:  Update TODO list.  Update for other
1824           changes.  Fix a bug where multi-segment connectors had a solid
1825           black fill while being dragged.
1827         * src/display/curve.cpp, src/display/curve.h: Add a function to 
1828           simply move the two endpoints of a curve.
1830 2005-08-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1832         * src/conn-avoid-ref.cpp, src/libavoid/connector.cpp,
1833           src/libavoid/graph.cpp, src/libavoid/makepath.cpp,
1834           src/libavoid/shape.cpp, src/libavoid/vertices.cpp,
1835           src/libavoid/vertices.h, src/libavoid/visibility.cpp:
1837         Use a better system for unique IDs within libavoid.  This properly
1838         addresses a hack in SPAvoidRef that was unsafe on amd64 machines.
1840         * configure.ac: Add the src/libavoid subdir.
1841         
1842 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1844         * src/attributes.cpp, src/connector-context.cpp, src/sp-item.cpp:
1845           Use "inkscape:connector-avoid" instead of "inkscape:avoid".
1847 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1849         * src/libavoid/timer.cpp: Remove some code assuming a fixed size for
1850           timer types.
1852 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1854         * src/connector-context.cpp: Fix a problem where the context didn't
1855           notice the current selection when it was entered.  Also, fix a 
1856           problem where connectors disappeared for a moment when an endpoint
1857           was clicked (for rerouting), but before the mouse was moved.
1859 2005-08-29      David Yip               <yipdw@rose-hulman.edu>
1861         * src/ui/dialog/whiteboard-connect.{cpp,h},
1862           src/ui/dialog/whiteboard-sharewithchat.{cpp,h}:
1863           Improved widget layout (switched to Gtk::Table)
1865         * src/jabber_whiteboard/session-manager.cpp:
1866           Fixed crash that occurred when connecting via SSL to a Jabber
1867           server that does not support SSL
1868           
1869 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1871         * src/Makefile_insert, src/attributes-test.cpp, src/attributes.cpp,
1872           src/attributes.h, src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
1873           src/forward.h, src/sp-item.cpp, src/sp-item.h:
1874          
1875           Add code that handles the "inkscape:avoid" attribute, used to mark
1876           whether an item should be avoided for the purposes of routing
1877           connectors.  This code also calls libavoid when an 'avoided'
1878           item is moved/transformed.
1879         
1880         * src/connector-context.cpp, src/connector-context.h,
1881           src/widgets/toolbox.cpp:
1882           
1883           Add a couple of buttons to the connector context's toolbar to
1884           allow selected objects to be marked as avoided or ignored for the
1885           purpose of connector routing.
1886           
1887         * src/libavoid/debug.h, src/libavoid/geomtypes.h, 
1888           src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
1889           src/libavoid/shape.cpp:
1890         
1891           Misc fixes: turn off debugging output, put types in the Avoid
1892           namespace, and add an assertion for a special case that can
1893           cause problems.
1895 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1897         * share/icons/icons.svg: Add a couple of icons for the connector
1898           context toolbar.
1900 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1902         * src/Makefile.am, src/Makefile_insert, src/libavoid/*:
1903           Add libavoid code, the library that does all the path planning
1904           work for autorouting connectors.
1906 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1908         * src/Makefile_insert: Remove a reference to the previously moved
1909           src/desktop-widget.h.  This wasn't breaking the build, but was
1910           stopping me from generating tags files.
1911           
1912 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
1914         * src/ui/view/edit.h, src/ui/view/view.h, src/ui/view/view.cpp,
1915           src/ui/view/view-widget.h, src/ui/view/view-widget.cpp,
1916           src/widgets/desktop-widget.h, src/svg-view.h, src/desktop.cpp:
1917             separated SPViewWidget from SPView
1918         * src/connector-context.cpp, src/dyna-draw-context.cpp,
1919           src/file.cpp, src/gradient-context.cpp, src/knot.cpp,
1920           src/node-context.cpp, src/nodepath.cpp, src/path-chemistry.cpp,
1921           src/pen-context.cpp, src/pencil-context.cpp, src/rect-context.cpp,
1922           src/selection-chemistry.cpp, src/spiral-context.cpp,
1923           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
1924           src/text-context.cpp, src/verbs.cpp, src/dialogs/display-settings.cpp,
1925           src/dialogs/layer-properties.cpp, src/dialogs/find.cpp,
1926           src/dialogs/clonetiler.cpp, src/trace/trace.cpp,
1927           src/trace/potrace/inkscape-potrace.cpp:
1928             all these files relied on a dependency in view.h to include
1929           code for MessageStack and/or MessageContext which is now removed
1930         * dialogs/desktop-properties.cpp:   improved doxygen documentation
1931         
1932 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
1934         * src/desktop.cpp, src/widgets/desktop-widget.h, 
1935           src/widgets/desktop-widget.cpp: 
1936           abstracted out all Gtk+ calls from SPDesktop into SPDesktopWidget
1937         * src/Doxyfile, src/main.cpp, src/desktop.cpp:
1938           improved doxygen documentation
1939           
1940 2005-08-25  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1942         * src/connector-context.cpp, src/connector-context.h:
1943           Change the connector context to use Inkscape's standard selection
1944           mechanism.  Show connector endpoint handles for single connectors
1945           in the selection.  This is the proposed interaction changes as
1946           discussed on the mailing list.  See the post there for a greater
1947           description of the change.
1949 2005-08-24  Ralf Stephan <ralf@ark.in-berlin.de>
1951         * src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
1952           separated SPDesktopWidget from SPDesktop
1953         * src/desktop-widget.h:   removed
1954         * src/toolbox.cpp, src/toolbox.h, src/select-toolbar.cpp,
1955           src/select-toolbar.h, src/gradient-toolbar.cpp, 
1956           src/gradient-toolbar.h:   moved into src/widgets
1957         * src/desktop.h, src/desktop.cpp, src/desktop-events.cpp,
1958           src/verbs.cpp, src/Makefile_insert, src/widgets/Makefile_insert,
1959           src/arc-context.cpp, src/dyna-draw-context.cpp,
1960           src/gradient-context.cpp, src/rect-context.cpp,
1961           src/select-context.cpp, src/spiral-context.cpp,
1962           src/star-context.cpp, src/interface.cpp, src/seltrans.cpp:
1963           adapted following SPDesktopWidget separation
1964         
1965 2005-08-24      David Yip       <yipdw@rose-hulman.edu>
1967         * src/jabber_whiteboard/session-manager.{cpp.h},
1968           src/jabber_whiteboard/callbacks.cpp,
1969           src/ui/dialog/whiteboard-connect.{cpp,h}:
1970           added support for XMPP over SSL to Inkboard
1972 2005-08-22  Ralf Stephan <ralf@ark.in-berlin.de>
1974         * src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp:
1975           both dialogs are now unresizable (bug #1237865)
1976         * src/main.cpp: enhanced doxygen main page
1978 2005-08-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1980         * packaging/osx-app.sh: Added a command line option which allows
1981           the executable and bundled dylibs to be stripped, significantly
1982           reducing the package size.
1984 2005-08-20  Ralf Stephan <ralf@ark.in-berlin.de>
1986         * src/desktop-style.cpp: fixed bug 1247989: nonstroked objects are
1987           no longer counted in stroke_average_width()
1988         * src/Doxyfile: added 3 more files
1989         * src/main.cpp: introduced doc hierarchy on doxygen main page
1990         * src/desktop-style.cpp:  improved doxygen documentation
1991           
1992 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1994         * src/connector-context.cpp, src/connector-context.h:
1995           Rework connector context to extend SPEventContext instead of
1996           SPDrawContext, and remove most of the borrowed draw context
1997           code.
1999 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2001         * src/menus-skeleton.h: correct the verb for "Select All In All Layers"
2002           since it was just showing a verb error in the menu.
2004 2005-08-19  Kees Cook  <kees@outflux.net>
2006         * autogen.sh, tools-version.sh, distro: report Ubuntu correctly, detect
2007           and reject unsafe automake versions (1.9.0 -> 1.9.6).
2009 2005-08-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2011         * src/dialogs/display-settings.cpp:
2012           Align the "Oversample bitmaps" option in the preferences
2013           dialog with all the other options.
2015 2005-08-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2017         * src/Makefile_insert: Added connector-context.{cpp,h}
2019         * src/connector-context.cpp, src/connector-context.h: New code for
2020           the connector context.  Handles the interaction of creating and
2021           modifying connectors.
2023         * src/sp-conn-end.cpp, src/sp-conn-end.h: Added sp_conn_adjust_path
2024           for adjusting the path of connectors to the edge of shapes, and
2025           sp_conn_end_detach to detach a connector endpoint from a shape.
2026           Also, when there is only a single shape attached to a connector
2027           and it is moved, then reroute the connector leaving its unattached
2028           endpoint where it is, rather than just moving the whole thing with
2029           the shape.
2031         * src/preferences-skeleton.h, src/toolbox.cpp, src/tools-switch.cpp,
2032           src/tools-switch.h, src/verbs.cpp, src/verbs.h,
2033           src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
2035           Enable the connector context.  Give it a preferences tab, toolbox,
2036           icon, etc.  Also, correct some vim modelines.
2037           
2038         * src/display/sp-canvas.cpp: Allow enter and leave events to be generated
2039           for canvas items when mouse buttons are depressed.
2041         * src/pixmaps/cursor-connector.xpm: A cursor for connector context.
2043 2005-08-18  Jon A. Cruz  <jon@joncruz.org>
2045         * src/knot.cpp: Corrected type conflict for crash bugs.
2047 2005-08-18  Ralf Stephan <ralf@ark.in-berlin.de>
2049         * src/Doxyfile: added 4 more files
2050         * src/extension/implementation/plugin-link.h,
2051           src/extension/internal/gimpgrad.cpp:  improved doxygen documentation
2052           
2053 2005-08-16  Ralf Stephan <ralf@ark.in-berlin.de>
2055         * src/desktop.h, src/desktop.cpp: replaced gboolean with bool
2056         * src/display/curve.cpp: made is_moveto() inline
2057         * src/knot.cpp, src/extension/extension.cpp, src/helper/action.cpp:
2058           added editor footer
2059         * src/desktop.h, src/desktop.cpp, src/knot.cpp, src/sp-gradient.cpp,
2060           src/display/curve.cpp, src/extension/extension.cpp,
2061           src/extension/implementation/plugin.h, 
2062           src/extension/implementation/plugin.cpp,
2063           src/extension/internal/gimpgrad.cpp, src/helper/action.cpp:
2064           improved doxygen documentation
2066 2005-08-14  MenTaLguY  <mental@rydia.net>
2068         * src/widgets/layer-selector.cpp: quick fix for crash bug when
2069           deleting unnamed layer [bug 1255843]
2071 2005-08-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2072         
2073         * packaging/macosx/ScriptExec/main.c: Allow the user to ignore the
2074           automatic fixing of the fontconfig problem and fix the problem
2075           manually.  Don't pop up the dialog again in this case when they
2076           relaunch Inkscape.
2078 2005-08-13  Ralf Stephan <ralf@ark.in-berlin.de>
2080         * src/menus-skeleton.h: fixed cvs bug where, in the default menus.xml, 
2081           given submenus didn't have correct names, so translation on 
2082           non-English systems was missed.
2083         
2084 2005-08-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2086         * packaging/macosx/Resources/script, packaging/macosx/ScriptExec/main.c:
2088         Fix for the fontconfig cache problem on OS X 10.4.  The first time 
2089         Inkscape is launched on 10.4 machines, after checking X11 is available,
2090         a dialog is brought up informing users of the fontconfig problem.  The
2091         dialog has a button to run fc-cache as root.  If chosen, an OS X
2092         authentication dialog in launched and fc-cache is run following the
2093         authentication.  A file is stored in ~/.inkscape to mark that fc-cache
2094         has been run.
2095         
2096 2005-08-11  Ralf Stephan <ralf@ark.in-berlin.de>
2098         * src/sp-gradient.cpp,src/sp-gradient-fns.h,src/event-context.h,
2099           src/event-context.cpp:  replaced gboolean with bool
2100         * src/document-undo.cpp:  added editor footer
2101         * src/sp-gradient.cpp, src/desktop.cpp, src/document.h,
2102           src/document.cpp, src/document-undo.cpp, src/event-context.h,
2103           src/event-context.cpp, src/selection.h:
2104           improved doxygen documentation
2106 2005-08-10      David Yip       <yipdw@rose-hulman.edu>
2108         * src/Makefile_insert: added composite-undo-stack-observer.{cpp,h}
2110         * src/document.{cpp.h},
2111           src/document-undo.cpp, src/document-private.h: 
2112           added hooks for undo stack observer
2114         * src/jabber_whiteboard/Makefile_insert: added new classes
2116         * src/jabber_whiteboard/callbacks.cpp: moved document initialization actions
2117           here (not the best idea, admittedly...)
2119         * src/jabber_whiteboard/connection-establishment.cpp,
2120           src/jabber_whiteboard/session-manager.*,
2121           src/jabber_whiteboard/chat-handler.cpp: updated to work with new listeners
2123         * src/jabber_whiteboard/message-contexts.cpp,
2124           src/jabber_whiteboard/message-handler.*,
2125           src/jabber_whiteboard/message-tags.*,
2126           src/jabber_whiteboard/defines.h: new message types (TODO: trim out dead
2127           types)
2129         * src/jabber_whiteboard/message-queue.*,
2130         * src/jabber_whiteboard/message-node.h: made MessageNode capable of
2131           representing more message types, as required by callbacks.cpp
2132           and new commit model
2134         * src/jabber_whiteboard/message-utilities.*: new utilities, although
2135           this entire class should be going bye-bye soon (its main tasks have been
2136           taken over by SerializerNodeObserver)
2138         * src/jabber_whiteboard/node-tracker.*: removal of node-level locks
2140         * src/jabber_whiteboard/node-utilities.*: removal of unnecessary methods;
2141           this class should also be removed soon
2143         * src/jabber_whiteboard/session-file-selector.cpp: miscellaneous tweaks
2145         * src/jabber_whiteboard/typedefs.h: new type definitions to handle the new
2146           commit model (TODO: prune unnecessary types)
2148         * src/xml/event.cpp: small hack to get Inkboard working (shouldn't be
2149           there, but I'm still learning my way around XML::Node and
2150           XML::Session...help welcome)
2152         * src/undo-stack-observer.h: interface for classes that watch undo, redo,
2153           and undo log commit events
2155         * src/composite-undo-stack-observer.*: similar to CompositeNodeObserver;
2156           combines multiple undo stack observers
2158         * src/jabber_whiteboard/serializer-node-observer.*: XML::Event serializer
2160         * src/jabber_whiteboard/deserializer.*: XML::Event deserializer
2162         * src/jabber_whiteboard/tracker-action-observer.*: simple observer to
2163           watch for added and removed nodes in undo/redo actions (put aside for
2164           now)
2166         * src/jabber_whiteboard/undo-stack-observer.*: Inkboard's undo stack
2167           observer implementation
2169 2005-08-10  Ralf Stephan <ralf@ark.in-berlin.de>
2171         * src/main.cpp: introduced doxygen doc main page with links
2173 2005-08-09  Ralf Stephan <ralf@ark.in-berlin.de>
2175         * src/Doxyfile: added 5 more files
2176         * src/display/curve.h, src/display/curve.cpp, src/knot.cpp,
2177           src/dialogs/export.cpp: replaced gboolean with bool
2178         * src/display/curve.cpp: removed sp_curve_finish() as it is nowhere 
2179           called, made sp_curve_ensure_space() static
2180         * src/sp-object.cpp, src/sp-item.cpp, src/libnr/n-art-bpath.h,
2181           src/libnr/nr-path-code.h, src/ui/view/view.cpp, src/dialogs/export.cpp,
2182           src/display/bezier-utils.cpp, src/display/curve.h,
2183           src/display/curve.cpp, src/knot.h, src/knot.cpp:
2184           improved doxygen documentation
2186 2005-08-08  MenTaLguY  <mental@rydia.net>
2188         * README.txt, README: make autotools happy
2190 2005-08-06  MenTaLguY  <mental@rydia.net>
2192         * Makefile.am, HACKING, HACKING_de, HACKING_fr, HACKING_it,
2193           HACKING.txt, HACKING.de.txt, HACKING.fr.txt, HACKING.it.txt,
2194           README, README_ca, README_de, README_fr, README_it,
2195           README.txt, README.ca.txt, README.de.txt, README.fr.txt, README.it.txt:
2197           saner filenames
2199 2005-08-06  MenTaLguY  <mental@rydia.net>
2201         * src/xml/Makefile_insert, src/xml/log-builder.cpp,
2202           src/xml/log-builder.h, src/xml/simple-session.cpp,
2203           src/xml/simple-session.h:
2205           Implement XML::LogBuilder class and use it from XML::SimpleSession.
2207 2005-08-06  MenTaLguY  <mental@rydia.net>
2209         * src/xml/event.h, src/xml/event.cpp, src/xml/event-fns.h:
2210           rejigger the way XML event logs are handled, based on NodeObservers
2212 2005-08-06  MenTaLguY  <mental@rydia.net>
2214         * src/xml/simple-session.cpp: minor formatting cleanups
2216 2005-08-06  Ted Gould <ted@gould.cx>
2218         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
2220         Adding in a hash table for Verb ID lookups.  This makes searching for them
2221         in the dynamic menus much faster.
2223 2005-08-06  Ralf Stephan <ralf@ark.in-berlin.de>
2225         * src/sp-offset.cpp: 
2226           removed a dependency, made refresh_offset_source() static
2227         * src/svg-view.cpp, src/svg-view.h, src/sp-spiral.cpp, src/sp-spiral.h: 
2228           replaced gboolean with bool
2229         * src/sp-offset.cpp, src/sp-root.cpp, src/sp-stop.h, src/sp-spiral.h,
2230           src/sp-spiral.cpp, src/svg-view.h, src/svg-view.cpp, src/style.cpp:
2231           improved doxygen documentation
2232         
2233 2005-08-05  MenTaLguY  <mental@rydia.net>
2235         * inkscape.spec.in: include translated manpages
2237 2005-08-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2239         * po/nl.po: fix a typo: close a bold tag.
2241 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2243         * src/jabber_whiteboard/typedefs.h:
2244           fixed incorrect template specialization syntax,
2245           removed duplicate definitions (oops...)
2247         * src/gc-alloc.h:
2248           removed explicit keyword from allocator constructors, as it is
2249           necessary to allow implicit conversion for rebinding.  Some
2250           containers in the libstdc++ in GCC 3.4.x require this, such as anything
2251           using the standard library's red-black tree implementation --
2252           std::set, std::map, std::multimap
2254 2005-08-03  Ralf Stephan <ralf@ark.in-berlin.de>
2256         * src/pen-context.cpp: made sp_pen_context_root_handler static
2257         * src/snap.h: removed getSnapToBBox() declaration
2258         * src/sp-stop.h: removed three dependencies
2259         * src/Doxyfile: added further 3 files
2260         * src/object-hierarchy.cpp, src/pen-context.h, src/pen-context.cpp,
2261           src/pencil-context.h, src/pencil-context.cpp, src/snap.h, 
2262           src/snap.cpp, src/sp-stop.h, src/sp-gradient.h, src/sp-gradient.cpp,
2263           src/sp-linear-gradient.h, src/sp-radial-gradient.h:
2264           improved doxygen documentation
2266 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2268         * src/jabber_whiteboard/Makefile_insert,
2269           src/jabber_whiteboard/message-handler.cpp,
2270           src/jabber_whiteboard/empty.cpp:
2271           fixing some build issues (Apple's ar doesn't like creating
2272           archives with an empty member list, so empty.cpp is a null
2273           placeholder to be used as the sole member in the jabber_whiteboard
2274           archive in the event that a user does not wish to enable
2275           Inkboard)
2277 2005-08-02  Bryce Harrington <bryce@bryceharrington.org>
2279         * src/ui/dialog/*.*:  Update copyrights
2281         * doc/WISHLIST:  s/Sodipodi/Inkscape/
2283         * src/desktop.cpp:  Rename SPView to Inkscape::UI::View::View
2285         * changing include file syntax from "" to <> where appropriate
2287         * Changing copyrights to be consistent
2289 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2291         * src/menus-skeleton.h:
2292           added WITH_INKBOARD ifdef to prevent Inkboard options from being
2293           compiled into the menu skeleton if the Inkboard code is not enabled
2295 2005-08-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2297         *  src/display/curve.cpp: Correctly free an array with "delete []".
2299 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
2301         * src/jabber/whiteboard/node-tracker.cpp:
2302           removed unnecessary anchoring of XML::Nodes in XMLNodeTracker
2304 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
2306         * src/jabber_whiteboard/typedefs.h:
2307           moved back to GC::Alloc from traceable_allocator
2309         * src/jabber_whiteboard/node-tracker.cpp:
2310           fixed anchor-release problem with XML::Nodes in XMLNodeTracker
2312 2005-08-01  MenTaLguY  <mental@rydia.net>
2314         * src/gc.cpp, src/gc-core.h: Hans says it's okay to use
2315           GC_malloc_atomic_uncollectable
2317 2005-08-01  MenTaLguY  <mental@rydia.net>
2319         * src/gc-alloc.h: fix improper allocation size
2321 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
2323         * src/jabber_whiteboard/message-handler.cpp: removed some
2324           debug output
2326         * src/dialogs/whiteboard-sharewithchat.cpp: removed some excess
2327           debugging code
2329         * src/jabber_whiteboard/session-manager.cpp: removed 
2330           redundant if (x == NULL) tests surrounding delete
2332 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
2334         * src/ui/icons.cpp, src/ui/stock-items.cpp, src/ui/stock.cpp, 
2335           src/ui/stock.h:
2336           added Inkboard UI stock items
2338         * src/dialogs/whiteboard*:
2339           old C/Gtk Inkboard dialogs for collecting user input necessary
2340           to establish Jabber connections and Inkboard sessions (they're
2341           still used in some parts of the Inkboard code)
2343         * src/Makefile.am, src/Makefile_insert, src/desktop.cpp, 
2344           src/desktop.h, src/document.cpp, src/file.cpp, src/file.h,
2345           src/menus-skeleton.h, src/verbs.cpp, src/verbs.h:
2346           added necessary UI code to access Inkboard functions
2348         * src/jabber_whiteboard/Makefile_insert,
2349           src/jabber_whiteboard/buddy-list-manager.*,
2350           src/jabber_whiteboard/callbacks.*,
2351           src/jabber_whiteboard/chat-handler.*,
2352           src/jabber_whiteboard/connection-establishment.*,
2353           src/jabber_whiteboard/defines.h,
2354           src/jabber_whiteboard/error*,
2355           src/jabber_whiteboard/internal-constants.*,
2356           src/jabber_whiteboard/invitation-confirm-dialog.*,
2357           src/jabber_whiteboard/jabber-handlers.*,
2358           src/jabber_whiteboard/makefile*,
2359           src/jabber_whiteboard/message-*,
2360           src/jabber_whiteboard/node-*,
2361           src/jabber_whiteboard/received-message-helpers.cpp,
2362           src/jabber_whiteboard/player-functors.*,
2363           src/jabber_whiteboard/session-*,
2364           src/jabber_whiteboard/tracker-node.h,
2365           src/jabber_whiteboard/typedefs.h:
2366           Initial commit of Inkboard code
2367         * src/ui/dialog/session-player*,
2368           src/ui/dialog/whiteboard*:
2369           C++/Gtkmm replacements for some old C/Gtk dialogs
2370         * configure.ac:
2371           added Inkboard configure checks
2372         * src/ui/view/edit.cpp,
2373           src/ui/view/edit.h,
2374           src/ui/view/view.cpp:
2375           added Inkboard code stubs to new Gtkmm code
2376         * share/ui/menus-bars.xml:
2377           added Inkboard code stubs to menu UI XML
2379 2005-08-01  Ralf Stephan <ralf@ark.in-berlin.de>
2381         * src/sp-object.cpp: improved doxygen documentation
2383 2005-07-31  Ralf Stephan <ralf@ark.in-berlin.de>
2385         * src/nodepath.cpp: removed three dependencies
2387 2005-07-31  MenTaLguY  <mental@rydia.net>
2389         * src/sp-object.cpp, src/sp-object.h, src/sp-use.cpp:
2390           adopt more consistent refcounting policy
2392         * src/sp-object.h: make second parameter to sp_object_ref and
2393           sp_object_unref optional
2395 2005-07-30  Ralf Stephan <ralf@ark.in-berlin.de>
2397         * src/draw-anchor.cpp, src/nodepath.h: reduced dependencies
2398         * src/nodepath.cpp: removed duplicate dependency, added two from 
2399           nodepath.h, made triangle_area() inline
2400         * src/node-context.cpp: added dependency removed from nodepath.h
2401         * src/Doxyfile: added 2 further files to the scanned list
2402         * src/nodepath.h: moved function docs into nodepath.cpp
2403         * src/color.cpp: made file work with src/Doxyfile
2404         * src/color.cpp, src/draw-anchor.cpp, src/geom.cpp, src/nodepath.cpp:
2405           improved doxygen documentation
2406         * src/event-context.cpp: added a \todo
2407         * src/geom.cpp: added editor footer
2409 2005-07-30  Ted Gould  <ted@gould.cx>
2411         * src/Makefile_insert, src/inkscape.cpp, src/inkscape.h,
2412         src/interface.cpp, src/selection.cpp, src/verbs.cpp, src/verbs.h,
2413         src/extension/effect.cpp, src/extension/effect.h, src/menus-skeleton.h:
2415         Doing two things.  One, making menus configurable by an external xml file
2416         and the second is enabling sensitivity in the verbs.  These are both in
2417         pretty basic states right now, but workable.
2419 2005-07-29  MenTaLguY  <mental@rydia.net>
2421         * src/shortcuts.cpp: made Ctrl+Shift+G the "primary" ungroup shortcut
2423 2005-07-28  Carl Hetherington  <inkscape@carlh.net>
2425         * src/arc-context.cpp: CodingStyle.  Replace gboolean with bool.
2427         * src/desktop-events.cpp: CodingStyle: whitespace.  Add editor
2428         variables block.  gboolean exorcism.  Declaration-to-first-use fixes.
2429         
2431 2005-07-27  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2433         * src/style.h (SP_SCALE24_MAX): Change from 0xffffff to 0xff0000,
2434           and add documentation for choice of value.
2435           (SP_SCALE24_TO_FLOAT) Return a double instead of a float.
2436           (SP_SCALE24_FROM_FLOAT) Change rounding behaviour.
2437           These changes are intended to combat float rounding bugs on x86.
2439         * src/style.cpp (sp_style_merge_from_style_string): Use libcroco
2440           to parse style="..." attribute strings, to improve CSS parsing.
2442 2005-07-27  Ralf Stephan <ralf@ark.in-berlin.de>
2444         * src/Doxyfile: added 10 further files to the scanned list
2445         * src/gc-anchored.h, src/gc-managed.h, src/object-hierarchy.h, 
2446           src/pencil-context.h, src/selection.h, src/sp-object.h, src/sp-spiral.h, 
2447           src/svg-view.h, src/verbs.h, src/livarot/float-line.h, src/util/list.h, 
2448           src/widgets/paint-selector.h, src/xml/repr.h: 
2449           made file work with src/Doxyfile
2450         * src/livarot/int-line.h, src/livarot/float-line.h: 
2451           moved part of documentation into *.cpp file
2452         * src/gc-anchored.h, src/knot-holder-entity.h, src/nodepath.h, 
2453           src/pen-context.h, src/pencil-context.h, src/selection.h, 
2454           src/sp-gradient.h, src/sp-gradient.cpp, src/sp-item.h, src/sp-object.h, 
2455           src/sp-spiral.h, src/style.h, src/svg-view.h, src/extension/extension.h, 
2456           src/libnr/nr-matrix.h, src/livarot/int-line.h, src/livarot/int-line.cpp, 
2457           src/livarot/float-line.h, src/livarot/float-line.cpp, 
2458           src/livarot/sweep-event.h, src/livarot/sweep-event-queue.h, 
2459           src/util/list.h, src/widgets/paint-selector.h, src/xml/repr.h, 
2460           src/xml/repr.cpp: documentation improvements
2461         * src/sp-item.h: added editor footer
2463 2005-07-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2465         * src/svg/stringstream.h, src/svg/stringstream.cpp:
2466           Trim trailing zeros from after the decimal point when writing
2467           float or double to Inkscape::SVGOStringStream.
2468         * src/style-test.cpp: Update expected output accordingly.
2469         * src/svg/stringstream-test.h: New unit test.
2470         * src/Makefile.am, src/svg/Makefile_insert: Add the new unit test.
2471         * src/svg/Makefile_insert:
2472           Don't link unused ftos.cpp, but do link new file stringstream.cpp.
2474 2005-07-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2476         * share/icons/icons.svg: Add icon for connector context.
2478 2005-07-25  Ralf Stephan <ralf@ark.in-berlin.de>
2480         * src/libnr/nr-pixblock.h:  interface cleanup of NRPixBlock: size and mode
2481           are now named enums, empty is now bool, changes to function interfaces 
2482           because of that, changed C macros to C++ inline functions, changed clean 
2483           flag in some function interfaces from int to bool.
2484         * src/libnr/nr-pixblock.cpp:  adaptations due to changes in nr-pixblock.h,
2485           added assert to ...setup_extern() which remains a bit ... risky,
2486         * src/display/sp-canvas.cpp: 
2487           made sp_canvas_item_construct() static, inlined two other functions
2488         * src/svg-view.cpp: piped emit_resized through C++ façade (incomplete)
2489         * src/ui/view/view.h: removed legacyMessageContext() member
2490         * src/Doxyfile: added files, and options to collect todo and bugs
2491         * src/display/curve.cpp: moved member docs into curve.h
2492         * src/event-context.cpp: long line cosmetics, moved a function for clarity
2493         * src/sp-offset.h, src/sp-spiral.cpp, src/svg-view.cpp, 
2494           src/libnr/nr-types.h: added editor footer
2495         * src/color-rgba.h, src/draw-anchor.h, src/event-context.*, src/knot-*.h, 
2496           src/message-*.h, src/modifier-fns.h, src/nodepath.h, 
2497           src/pencil-context.cpp, src/pen-context.*, src/snap.*, src/sp-gradient.h, 
2498           src/sp-gradient-fns.h, src/sp-item.cpp, src/sp-item-notify-moveto.h, 
2499           src/sp-linear-gradient*, src/sp-offset.*, src/sp-radial-gradient*, 
2500           src/sp-spiral.cpp, src/style.cpp, src/svg-view.cpp, src/verbs.cpp, 
2501           src/dialogs/export.cpp, src/display/bezier-utils.cpp, 
2502           src/display/curve.*, src/diplay/sp-canvas.*, 
2503           src/extension/implementation/plugin*, src/extension/internal/gimpgrad.h, 
2504           src/libnr/nr-matrix.h, src/libnr/nr-matrix-scale-ops.h, 
2505           src/libnr/nr-matrix-translate-ops.h, src/libnr/nr-pixblock.*, 
2506           src/libnr/nr-point.h, src/libnr/nr-rotate.h, src/libnr/nr-rotate-fns.h, 
2507           src/libnr/nr-scale-matrix-ops.h, src/libnr/nr-types.h, 
2508           src/livarot/int-line.h, src/ui/view/view.*:
2509           
2510           made file work with src/Doxygen, doxygen documentation improvements
2512 2005-07-24  Ted Gould  <ted@gould.cx>
2514         * 0.42 Release
2516 2005-07-21  Ted Gould  <ted@gould.cx>
2518         * 0.42pre3
2520 2005-05-21  Kees Cook  <kees@outflux.net>
2522         * share/icons/*xpm, src/ui/dialog/transformation.cpp,
2523           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h:
2524           Hooked up Gtkmmified Icon manager correctly.  (bug 1217367)
2525         * Makefile.mingw, Makefile.mingw.common: patch 1241293 for build fixes
2527 2005-07-12  Ted Gould  <ted@gould.cx>
2529         * 0.42pre2
2531 2005-07-11  MenTaLguY  <mental@rydia.net>
2533         * src/debug/logger.cpp: wrap stack vector in method to avoid
2534           potential static initialization issues
2536         * src/sp-object.cpp: add refcount logging
2538 2005-07-09  MenTaLguY  <mental@rydia.net>
2540         * src/document-undo.cpp, src/inkscape.cpp, src/debug/event.h,
2541           src/debug/logger.cpp, src/debug/logger.h, src/debug/simple-event.h,
2542           src/xml/composite-node-observer.cpp, src/xml/event.cpp,
2543           src/xml/simple-node.cpp:
2545           Categorize debugging events and add the ability to filter them
2546           via setting the INKSCAPE_DEBUG_FILTER environment variable to
2547           a comma-separated list of debug event categories.
2549 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
2551         * src/interface.cpp: Spackle for Bug 1217361 "freeze on quitting 
2552         with transform dialog"
2554 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
2556         * src/interface.cpp: Whitespace changes only
2558 2005-07-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2560         * Info.plist.in, packaging/osx-app.sh, packaging/macosx/*:
2562         Changes and new files required to build an Inkscape dmg on Mac OS X.
2564 2005-07-05  Ted Gould  <ted@gould.cx>
2566         * 0.42pre1
2568 2005-07-04  MenTaLguY  <mental@rydia.net>
2570         * src/sp-metadata.cpp: strip id= attributes under rdf:RDF elements
2572 2005-07-04  MenTaLguY  <mental@rydia.net>
2574         * src/sp-object.cpp, src/xml/node-fns.h, src/xml/node-fns.cpp:
2575           don't force id= attributes on anything except elements in the SVG,
2576           Sodipodi, or Inkscape namespaces.
2578 2005-07-04  MenTaLguY  <mental@rydia.net>
2580         * src/verbs.cpp: redo cryve's fix to use defaultLabel() rather than
2581           label()
2583 2005-07-04  Bryce Harrington <bryce@bryceharrington.org>
2585         * src/livarot/float-line.cpp:  Patch from Ralf Stephan
2586         <ralf@ark.in-berlin.de> to suppress two warnings.
2587         
2588 2005-06-28  Ted Gould  <ted@gould.cx>
2590         * src/verbs.h:
2592         Changing from gnu::hash_map to std::map.  The only reason this was a
2593         hash_map before is because I was stealing code that I didn't understand,
2594         and a std::map works as well.  This fixes bug #1172199 for Tru64.
2596 2005-06-28  Ted Gould  <ted@gould.cx>
2598         * src/extension/dependency.cpp:
2600         Fix for #1169396 -- setting the default type for a dependency to file,
2601         this seems to be the only way that the print function could end up using
2602         undefined memory, and then passing it on the gettext.
2604 2005-06-28  Ted Gould  <ted@gould.cx>
2606         * src/extension/implementation/script.cpp,
2607         src/extension/implementation/script.h:
2609         Adding support for information coming back on STDERR from scripts.  This
2610         fixes bug #1220959 and RFE #1178941
2612 2005-07-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2614         * src/sp-stop.h, sp-gradient.cpp, widgets/gradient-vector.cpp:
2615           Implement currentColor as possible value for stop-color, as per spec.
2617 2005-07-02  Kees Cook  <kees@outflux.net>
2619         * src/dialog/rdf.cpp: Added FreeArt license, RFE #1230981.
2621 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
2623         * inkscape.nsi:  Fix for bug #1230744 'wrong installer language'
2624         by theadib.
2626         * src/swatches.cpp: Fix for bug #1217973.  The KDE swatches file
2627         consists of 3 column numbers (missing 4th column), and also lacks
2628         an ending newline.  In this situation, the name variable returned
2629         from trim() could be null, thus causing a segfault when used as an
2630         input to Glib::ustring.
2632         * src/sp-image.cpp: Patch for bug #1210100 by bpfowler to help
2633         narrow in on the cause of the bug.
2635         * README:  Requested change for bug #1174991.  Directions for
2636         installation of perl libs
2637         
2638 2005-07-01  Ben Fowler  <bpfowler@users.sourceforge.net>
2640         * src/desktop.cpp src/svg-view.cpp src/dialogs/display-settings.cpp 
2641         src/dialogs/export.cpp src/dialogs/find.cpp 
2642         src/extension/internal/ps.cpp: Replaced calls to gtk_widget_set_usize 
2643         with GTK2 version.
2645 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
2647         * inkscape.pod, src/main.cpp: Applying Makzu's patch to implement
2648           --vacuum-defs
2650 2005-06-28  Ted Gould  <ted@gould.cx>
2652         * 0.42pre0
2654 2005-06-23  MenTaLguY  <mental@rydia.net>
2656         * src/extension/implementation/script.cpp:
2657           support for ruby scripts (interpreter="ruby")
2659 2005-06-20  Ted Gould  <ted@gould.cx>
2661         * src/desktop.cpp, src/desktop.h, src/document-private.h,
2662         src/document.cpp, src/document.h, src/extension/effect.h,
2663         src/extension/implementation/script.cpp:
2665         Adding in a signal to show that the document is being reconstructed from
2666         another document.  This is used by the scripting extensions implementation
2667         to say to the desktops that they need to save their object references
2668         as strings instead of pointers -- and then recreate them when the
2669         reconstruction is complete.
2671         * src/extension/prefdialog.cpp: Making "OK" have focus.
2673         * src/verbs.cpp, src/verbs.h: Some prototype code to start making verbs
2674         sensitive or not.  Not tied in to anything currently.
2676 2005-06-20  MenTaLguY  <mental@rydia.net>
2678         * src/xml/repr-io.cpp: whoops... don't emit xmlns:xml
2680 2005-06-18  Richard Hughes  <cyreve@users.sourceforge.net>
2682         * src/text-context.cpp, src/text-context.h, src/libnrtype/Layout-TNG.h:
2683           implement double- and triple-clicking of text for selecting the
2684           current word and line respectively
2686 2005-06-16  MenTaLguY  <mental@rydia.net>
2688         * src/interface.cpp: removed "Go to root" context menu item
2690         * src/widgets/layer-selector.cpp: hide "(root)" unless it is the current
2691           layer
2693 2005-06-11  Aaron Spike  <aaron@ekips.org>
2695         * confiugre.ac,
2696           packaging/autopackage/default.apspec.in:
2698           Adding the autopackage specfile
2700 2005-06-10  Richard Hughes  <cyreve@users.sourceforge.net>
2702         * src/text-context.cpp:
2703           use ctrl-left/right for moving cursor by word in text mode,
2704           and ctrl-a for select all text
2706 2005-06-09  Bryce Harrington <bryce@bryceharrington.org>
2708         * src/ui/dialogs/align-and-distribute.cpp,
2709           src/ui/dialogs/align-and-distribute.h,
2710           src/verbs.cpp:
2711           Hooking up Aubanel's new align and distribute dialog
2713 2005-06-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2715         * src/text-context.cpp (sp_text_context_root_handler):
2716           Greater conformance to ISO 14755 for unicode entry.  We now
2717           implement all of the ``Basic method'' portion of that spec
2718           except for non-latin hexadecimal digits (first 6 letters of
2719           other alphabets).  (Instead, we do the same as for all other
2720           shortcuts, viz. force a group0 (latin) interpretation of the
2721           keypress.)
2723 2005-06-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2725         * src/pen-context.cpp (spdc_endpoint_snap): Pen tool: do snapping
2726           (i.e. namedview_free_snap_all_types) even for initial point.
2728         * src/Makefile.am (INCLUDES), src/extension/script/Makefile_insert
2729         (extension_script_libscript_a_CXXFLAGS):
2731           Put PERL_CFLAGS PYTHON_CFLAGS into global INCLUDES rather than
2732           using a libscript_a_CXXFLAGS var (which involved creating .o files
2733           specific to that lib).
2735 2005-06-06  Ted Gould  <ted@gould.cx>
2737         * src/extensions/effect.cpp:
2739         Adding in the code so that effects can be undoable.
2741         * src/extensions/implementation/script.[cpp,h]
2743         Adding in the code so that a new window is not displayed when an
2744         effect is executed.  Now it is in the same window (much nicer).
2746         * src/extensions/internal/latex*.[cpp,h]
2748         Patches from the mailing list to add LaTeX output.
2750 2005-06-04  MenTaLguY  <mental@rydia.net>
2752         * src/extensions/init.cpp:
2754           That tears it.  Showing the error dialog on startup goes.  I've
2755           had to respond to one too many bloody bug reports.  If we released
2756           0.42 with this too we'll drive away users permanently.  As it was,
2757           a lot of people were assuming 0.41 was broken when they saw this
2758           and reverted to 0.40.
2760 2005-05-31  MenTaLguY  <mental@rydia.net>
2762         * src/preferences-skeleton.h: disable extension error dialog on startup
2763           -- I'm sick of hearing that Inkscape is broken because people see
2764           this dialog on startup.  It makes us look bad.
2765           
2766           We're not going to repeat this for 0.42 -- find a better approach.
2768 2005-05-28  MenTaLguY  <mental@rydia.net>
2770         * src/document.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
2771           src/sp-flowtext.cpp, src/sp-object.cpp, src/sp-object.h,
2772           src/sp-path.cpp, src/sp-rect.cpp, src/sp-root.cpp, src/sp-root.h,
2773           src/sp-shape.cpp, src/version.cpp, src/version.h:
2775           propagate SVG version upwards, and move SPVersion into Inkscape
2776           namespace
2778 2005-05-24  Simarilius  <Simarilius@yahoo.com>
2780         * src/verbs.cpp, src/dialogs/tiledialog.cpp, src/dialogs/tiledialog.h,
2781         src/ui/dialogs/dialog-manager.cpp
2782         
2783         Converted the tiledialog over to the inkscape:ui:dialog class and hooked
2784         it into dialog manager
2786 2005-05-24  Ted Gould  <ted@gould.cx>
2788         * src/extension/dependency.cpp, src/extension/extension.cpp,
2789         src/extension/extension.h, src/extension/init.cpp,
2790         src/extension/implementation/script.cpp:
2792         Applying patch 1199856 which allows Inkscape to have multiple directories
2793         for extensions.  Currently those are /share/inkscape/extensions and
2794         ~/.inkscape/extensions.  The patch was written by Aaron Spike.
2796 2005-05-23  Ted Gould  <ted@gould.cx>
2798         * share/extensions/<alot>
2800         Adding in Aaron Spike's extensions so that they come with the standard
2801         build.  Lot's of useful stuff that is worth having for most users.
2803 2005-05-19  MenTaLguY  <mental@rydia.net>
2805         * src/verbs.cpp, src/ui/dialog/align-and-distribute.h,
2806           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
2807           src/ui/dialog/document-preferences.h, src/ui/dialog/export.h,
2808           src/ui/dialog/extension-editor.h, src/ui/dialog/fill-and-stroke.h,
2809           src/ui/dialog/find.h, src/ui/dialog/inkscape-preferences.h,
2810           src/ui/dialog/layer-editor.h, src/ui/dialog/messages.h,
2811           src/ui/dialog/text-properties.h, src/ui/dialog/transformation.h,
2812           src/ui/dialog/xml-editor.h, src/ui/view/edit.cpp:
2814           refactoring of the dialog manager code, introducing factory
2815           functions and a method specifically for showing a dialog
2817 2005-05-19  MenTaLguY  <mental@rydia.net>
2819         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
2821           fix layer property undo crash bugs (#1192708 and #1171704)
2823 2005-05-19  MenTaLguY  <mental@rydia.net>
2825         * src/debug/Makefile_insert, src/debug/sysv-heap.cpp,
2826           src/debug/sysv-heap.h, src/gc.cpp, src/debug/gc-heap.h,
2827           src/debug/heap.cpp:
2829           moved GC Heap statistics stuff into libdebug to ease circular
2830           dependencies
2832 2005-05-17  MenTaLguY  <mental@rydia.net>
2834         * src/ui/dialog/memory.cpp:
2836           reduce magnitude of memory jitter somewhat by avoiding some vector
2837           resizing and copying
2839 2005-05-16  MenTaLguY  <mental@rydia.net>
2841         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
2843           revised Debug::Heap API slightly
2845         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
2847           thousands separators and other niceties.  'apply' now forces a
2848           garbage collection and immediate update.
2850 2005-05-16  MenTaLguY  <mental@rydia.net>
2852         * src/ui/dialog/memory.cpp: re-use existing rows, though it doesn't
2853           seem to help memory jitter much
2855 2005-05-15  MenTaLguY  <mental@rydia.net>
2857         * src/debug/heap.cpp: fix bounds error
2859         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
2860         
2861         flesh out basic memory info dialog
2863 2005-05-15  MenTaLguY  <mental@rydia.net>
2865         * configure.ac: cleaned up tests
2867         * src/debug/heap.cpp: fixed feature macro names
2869 2005-05-15  MenTaLguY  <mental@rydia.net>
2871         * configure.ac: added tests for mallinfo and malloc.h
2873         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
2875           fix up Debug::Heap API slightly
2877 2005-05-14  MenTaLguY  <mental@rydia.net>
2879         * src/interface.cpp, src/verbs.cpp, src/verbs.h,
2880           src/ui/dialog/Makefile_insert, src/ui/dialog/dialog-manager.cpp,
2881           src/ui/dialog/dialog-manager.h, src/ui/dialog/memory.cpp,
2882           src/ui/dialog/memory.h:
2883           
2884           added skeletal memory statistics dialog
2886 2005-05-12  Juerg Billeter  <j@bitron.ch>
2888         * configure.ac: Have pkgconfig explicitly require gdkmm-2.4 & glibmm-2.4
2889         (used directly by Inkscape), rather than relying on transitive
2890         dependencies.  It's said that this is required in some cases with
2891         pkgconfig 0.17 and later.
2893 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
2895         * ChangeLog configure.ac src/Makefile_insert src/desktop-widget.h
2896           src/desktop.h src/dropper-context.cpp src/file.cpp
2897           src/shortcuts.cpp src/sp-text.cpp src/splivarot.cpp
2898           src/svg-view.h src/text-context.cpp src/verbs.cpp
2899           src/extension/implementation/plugin-link.h
2900           src/extension/internal/grid.cpp src/helper/action.h
2901           src/helper/window.cpp src/ui/dialog/dialog.cpp
2902           src/ui/dialog/messages.cpp src/ui/view/view.cpp
2903           src/ui/view/view.h:   
2905           Moving view.* into src/ui/view/
2906         
2907 2005-05-09  MenTaLguY  <mental@rydia.net>
2909         * src/gc-alloc.h: const-correctness fix
2911 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
2913         * configure.ac:  Defaulting with-gnome-vfs to on if library is
2914           present. 
2915         
2916         * po/POTFILES.in : Fixed error causing compile failure
2918         * src/Makefile_insert src/arc-context.cpp src/desktop-events.cpp
2919            src/desktop.cpp src/desktop.h src/dyna-draw-context.cpp
2920            src/gradient-context.cpp src/gradient-toolbar.cpp
2921            src/interface.cpp src/make.dep src/make.files
2922            src/rect-context.cpp src/select-context.cpp
2923            src/select-toolbar.cpp src/seltrans.cpp src/spiral-context.cpp
2924            src/star-context.cpp src/toolbox.cpp src/verbs.cpp src/view.cpp
2925            src/view.h src/application/application.cpp
2926            src/application/application.h src/application/editor.cpp
2927            src/application/editor.h src/ui/dialog/align-and-distribute.cpp
2928            src/ui/dialog/align-and-distribute.h
2929            src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h
2930            src/ui/dialog/dialog.cpp src/ui/dialog/dialog.h
2931            src/ui/dialog/document-preferences.cpp
2932            src/ui/dialog/document-preferences.h src/ui/dialog/export.cpp
2933            src/ui/dialog/export.h src/ui/dialog/extension-editor.cpp
2934            src/ui/dialog/extension-editor.h
2935            src/ui/dialog/fill-and-stroke.cpp
2936            src/ui/dialog/fill-and-stroke.h src/ui/dialog/find.cpp
2937            src/ui/dialog/find.h src/ui/dialog/inkscape-preferences.cpp
2938            src/ui/dialog/inkscape-preferences.h
2939            src/ui/dialog/layer-editor.cpp src/ui/dialog/layer-editor.h
2940            src/ui/dialog/messages.h src/ui/dialog/text-properties.cpp
2941            src/ui/dialog/text-properties.h
2942            src/ui/dialog/transformation.cpp src/ui/dialog/transformation.h
2943            src/ui/dialog/tree-editor.h src/ui/dialog/xml-editor.cpp
2944            src/ui/dialog/xml-editor.h src/ui/view/Makefile_insert
2945            src/ui/view/edit.cpp src/ui/view/edit.h :
2947            Renaming sp-desktop-widget.h to desktop-widget.h for
2948            consistency with other desktop files.  Beginning migration of
2949            desktop-* and view* files into ui/view/ subdir.  Incorporating
2950            DialogManager into existing SPDesktop code.  Making SPView
2951            derive from GObject.  Changing Messages dialog to run via
2952            DialogManager.  Removing getName() and getDesc() routines from
2953            Dialogs.  
2954         
2955 2005-05-08  MenTaLguY  <mental@rydia.net>
2957         * src/Makefile_insert: change link order since the GC code now
2958           depends on the debugging stuff
2960         * src/debug/Makefile_insert, src/debug/heap.cpp, src/debug/heap.h:
2962           added heap statistics stuff
2964         * src/gc.cpp: register the GC heap with the heap statistics facility
2966 2005-05-07  MenTaLguY  <mental@rydia.net>
2968         * src/gc-anchored.h, src/gc-core.h, src/gc-finalized.h,
2969           src/gc-managed.h, src/gc.cpp:
2971           hide the global Ops structure from the outside world, and expose
2972           some additional libgc API.
2974 2005-05-07  Ted Gould  <ted@gould.cx>
2976         * src/extension/parameter.cpp: bug fix for empty string parameter
2978         * share/extensions/dropshadow.inx,
2979         src/extension/implementation/script.cpp:
2981         Adding in an "interpreter" attribute for "command" that will prepend
2982         the command with the interpreter.  Right now only "perl" and "python"
2983         work, and they only prepend "perl" and "python", but more will be
2984         added later.
2986 2005-05-07  MenTaLguY  <mental@rydia.net>
2988         * src/xml/composite-node-observer.cpp: bug fixes
2990         * src/xml/simple-node.cpp, src/xml/simple-node.h: switch to using
2991           CompositeNodeObserver, which has saner add/remove semantics
2993         * src/util/list-container-test.cpp: add another test, just to be sure
2995         * src/dialogs/xml-tree.cpp: remove need for is_interactive flag on
2996           attribute changes (the flag is effectively disabled by the other
2997           changes)
2999 2005-05-05  MenTaLguY  <mental@rydia.net>
3001         * src/debug/event.h, src/debug/logger.cpp:
3003           PropertyPair is now its own class
3004         
3005         * src/xml/simple-node.cpp: add logging of XML node mutation
3007         * src/xml/Makefile_insert, src/xml/composite-node-observer.cpp,
3008           src/xml/composite-node-observer.h:
3010           added CompositeNodeObserver class, which will eventually replace
3011           the existing notifier lists
3013 2005-05-05  MenTaLguY  <mental@rydia.net>
3015         * src/inkscape.cpp: try to cleanly terminate log in case of crashes
3017 2005-05-05  MenTaLguY  <mental@rydia.net>
3019         * src/document-undo.cpp, src/debug/Makefile_insert, src/debug/logger.cpp,
3020           src/debug/simple-event.h, src/xml/event.cpp:
3022           add debug logging for undo+redo+transactions
3024 2005-05-05  MenTaLguY  <mental@rydia.net>
3026         * src/inkscape.cpp, src/main.cpp: initialize and shutdown debug log
3027           from more reliable place
3029         * src/debug/logger.cpp: clean up log via std::atexit()
3031 2005-05-04  MenTaLguY  <mental@rydia.net>
3033         * configure.ac, src/Makefile.am, src/Makefile_insert,
3034           src/debug/Makefile_insert, src/debug/makefile.in:
3036           added src/debug/ subdir
3038         * src/gc-alloc.h: no default management type for now
3040         * src/debug/event-tracker.h, src/debug/event.h, src/debug/logger.cpp,
3041           src/debug/logger.h: simple XML logging facility
3043         * src/util/Makefile_insert: fixed cut-and-paste error
3045 2005-04-29  Jon A. Cruz  <jon@joncruz.org>
3046         * src/dialogs/swatches.cpp, src/dialogs/eek-preview.h,
3047           src/dialogs/eek-preview.cpp:
3049         Added property to swatch to block taking focus.
3051 2005-04-28  Jon A. Cruz  <jon@joncruz.org>
3052         * src/dialogs/Makefile_insert, src/dialogs/eek-preview.cpp,
3053           src/dialogs/eek-preview.h, src/dialogs/swatches.cpp,
3054           src/dialogs/swatches.h, src/ui/previewholder.cpp,
3055           src/ui/previewable.h, src/ui/widget/panel.cpp:
3057           Adding new widget for color swatch usage.
3059 2005-04-24  Bryce Harrington <bryce@bryceharrington.org>
3061         * src/Makefile.am src/Makefile_insert,
3062           src/application/Makefile_insert, src/application/editor.cpp,
3063           src/application/editor.h, src/extension/internal/svg.cpp,
3064           src/ui/Makefile_insert, src/ui/view/Makefile_insert,
3065           src/ui/view/edit.cpp, src/ui/view/edit.h, src/ui/view/makefile.in,
3066           src/application/editor-impl.cpp, src/application/editor-impl.h:
3068           Renaming EditorImpl to UI::View::Edit
3070           Fixing bug 1185873 "batch mode crasher" caused by VFS being
3071           called with relative paths.  Adding a check to see whether the
3072           input is a valid uri, and if not, just calling sp_document_new
3073           directly.
3076 2005-04-23  Ted Gould  <ted@gould.cx>
3078         * src/extension/input.cpp, src/extension/input.h,
3079         src/extension/output.cpp, src/extension/output.h,
3080         src/extension/system.cpp, src/extension/implementation/implementation.cpp,
3081         src/extension/implementation/implementation.h,
3082         src/extension/implementation/plugin-link.h,
3083         src/extension/implementation/plugin.cpp,
3084         src/extension/implementation/plugin.h,
3085         src/extension/implementation/script.cpp,
3086         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
3087         src/extension/internal/eps-out.h:
3089         Changing the prototype for the input/output preferences to be closer to
3090         that of Effects.  This is a good thing because now autogui can be used for
3091         all, and it is much cleaner.  Unfortunately, this caused alot of files to
3092         be changed.  Also, this sets up the extensions dialog (we're only using
3093         one now) to be integrated into the GTKmm codebase easier.
3095 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3096         * src/widgets/sp-color-wheel-selector.cpp,
3097           src/widgets/sp-color-scales.h, src/widgets/sp-color-slider.cpp,
3098           src/widgets/sp-color-scales.cpp:
3099         Changed CMYK selector to display values as 0-100. Fixes REF #1124499.
3101 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3102         * src/xml/repr-io.cpp:
3103         Expand entities; matches 0.41 behavior. Fixes bug #1157478.
3105 2005-04-20  Jon A. Cruz  <jon@joncruz.org>
3106         * src/sp-object-repr.cpp:
3107         Turned off the half-done <animate> element. Fixes bug #1119935.
3109 2005-04-19  Carl Hetherington  <inkscape@carlh.net>
3111         * src/pen-context.cpp: snap first point to grid correctly, fixing
3112         #1152057.  Remove a pointless call to spdc_endpoint_snap().
3114         * src/main.cpp: support for command-line export of PS and EPS,
3115         with options.
3117 2005-04-19  Piers Titus van der Torren  <piersvdt@users.sourceforge.net>
3118         * src/seltrans.cpp:
3119         Fixed skew so it displays and snaps to angle instead of percentage.
3121 2005-04-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3123         * src/extension/internal/pov-out.cpp (PovOutput::save):
3124         Was dividing component bytes by 256 instead of the usual 255 to get
3125         floating point component.  Changed to use sp_color_get_rgb_floatv
3126         instead.  (N.B. This change is wrong if pov files disallow 1.0.)
3128         Multiply opacity by product of all ancestors' opacity property computed
3129         value.
3131 2005-04-18  Carl Hetherington  <inkscape@carlh.net>
3133         * src/sp-line.cpp, src/dialogs/unclump.cpp,
3134         src/extension/internal/ps.cpp,
3135         src/libnrtype/Layout-TNG-Output.cpp,
3136         src/Layout-TNG-Scanline-Makers.cpp, src/livarot/PathCutting.cpp:
3137         add missing include of nr-point-matrix-ops.h.
3139 2005-04-17  Jon A. Cruz  <jon@joncruz.org>
3140         * src/toolbox.cpp:
3142         Corrected improper use of static. Fixes bug #1171919.
3144 2005-04-16  Ted Gould  <ted@gould.cx>
3146         * src/extension/extension.cpp, src/extension/parameter.cpp:
3148         Adding in autogui for strings and booleans.  Also making everything
3149         a little more robust.
3151 2005-04-17  cyreve  <cyreve@users.sourceforge.net>
3153         * src/: sp-text.cpp, sp-text.h, text-context.cpp, text-editing.cpp,
3154           text-editing.h, libnrtype/Layout-TNG-Compute.cpp: hook up keys
3155           for adding rotate= attribute to text elements
3157         * src/libnrtype/Layout-TNG-OutIter.cpp: visual cursor left/right in
3158           counterdirectional text runs
3160 2005-04-16  cyreve  <cyreve@users.sourceforge.net>
3162         * src/: display/nr-arena-glyphs.cpp, libnrtype/FontInstance.cpp,
3163           libnrtype/RasterFont.cpp, libnrtype/font-instance.h,
3164           libnrtype/font-style.h: make miter-limit work for text outlines
3165           (bug 1094430)
3167 2005-04-16  Ted Gould  <ted@gould.cx>
3169         * src/main.cpp:
3171         Added a command-line arguement --extension-directory to find what
3172         extension directory Inkscape is configured for.  This should be 
3173         helpful for external extensions that want to use the same path
3174         as Inkscape itself on their install.
3176         * src/extension/extension.cpp, src/extension/init.cpp:
3178         Putting in half of Aaron's fix, mostly the one to keep things from
3179         crashing, next we need to examine how to add multiple search paths
3180         for extension dependencies.
3182         Also, added a check so that autogui won't create a GUI if there are
3183         no preferences.
3185 2005-04-13  Jon Phillips <jon@rejon.org>
3186         * src/toolbox.cpp: removed code that was beeping and prepped for new
3187           drag-n-drop color swatches.
3189 2005-04-13  cyreve  <cyreve@users.sourceforge.net>
3191         * src/path-chemistry.cpp: wire up converting object to path for
3192           flowtext
3194 2005-04-13  Jon A. Cruz  <jon@joncruz.org>
3195         * src/dialogs/swatches.cpp:
3197         Simple drag-n-drop out from color swatches.
3199 2005-04-12  cyreve  <cyreve@users.sourceforge.net>
3201         * src/: selection-chemistry.cpp, text-context.cpp, text-context.h,
3202           text-editing.cpp, text-editing.h: cut and copy selected text (bug
3203           1175441)
3205 2005-04-12  Ted Gould  <ted@gould.cx>
3207         * src/extension/extension.cpp, src/extension/extension.h,
3208         src/extension/parameter.cpp, src/extension/parameter.h,
3209         src/extension/implementation/script.cpp:
3211         This is support for having command line arguments from the parameters,
3212         mostly this is a quick hack to get Aaron working, I'll clean it up
3213         shortly, I promise.  But, it does seem to be working right now.  More
3214         polish shortly.
3216 2005-04-10  Jon A. Cruz  <jon@joncruz.org>
3217         * src/interface.cpp:
3219         Adding drag-n-drop support for arbitrary images. Fixes bug 1177714.
3222 2005-04-10  Ted Gould  <ted@gould.cx>
3224         * Lots of files:
3226         Moving around the plugins, and disabling the feature.  I've put all
3227         the functionality into the internal directory.  This should allow for
3228         the features to be used until plugins could work.  Also, adding in
3229         features to do autogui with the parameters of a given extension.
3231 2005-04-09  Bryce <bryce@bryceharrington.org>
3233         * src/view.h, src/application/editor-impl.cpp,
3234           src/application/editor-impl.h, src/svg-view.h:
3236           C++-ification.  Created some C++ wrapper member functions for
3237           SPView and SPSVGView, to enable Gtkmmification of SPDesktop
3239 2005-04-09  MenTaLguY  <mental@rydia.net>
3241         * src/selection.cpp, src/selection.h, src/dialogs/align.cpp,
3242           src/extension/implementation/script.cpp,
3243           src/extension/plugin/bluredge.cpp, src/util/glib-list-iterators.h:
3245           excise STL abuse, and fix up the glib list iterators
3247 2005-04-09  MenTaLguY  <mental@rydia.net>
3249         * src/file.cpp, src/interface.cpp, src/shortcuts.cpp,
3250           src/sp-object-repr.cpp, src/sp-skeleton.cpp, src/verbs.cpp,
3251           src/dialogs/export.cpp, src/display/nr-arena-item.cpp,
3252           src/libnrtype/FontFactory.cpp, src/libnrtype/TextWrapper.h,
3253           src/livarot/ShapeMisc.cpp, src/livarot/float-line.cpp:
3255           combined several different 64-bit cleanness patches
3257 2005-04-08 Jon Phillips <jon@rejon.org>
3258         * src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h: 
3259           added copyright statements about dialog manager code I wrote.
3261 2005-04-08  MenTaLguY  <mental@rydia.net>
3263         * src/draw-context.cpp, src/dyna-draw-context.cpp, src/path-chemistry.cpp,
3264           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
3265           src/splivarot.cpp, src/extension/plugin/bluredge.cpp,
3266           src/trace/trace.cpp:
3268           renaming Inkscape::Selection methods that deal with XML::Nodes
3270 2005-04-08  MenTaLguY  <mental@rydia.net>
3272         * src/document-undo.cpp: try again with handling incomplete transactions
3273           more gracefully
3275 2005-04-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3277         * src/io/sys.h, src/io/sys.cpp (dir_open, dir_read_utf8name):
3278           New functions: utf8 wrappers around g_dir_open, g_dir_read_name.
3280 2005-04-02  Bryce Harrington <bryce@bryceharrington.org>
3282         * configure.ac share/ui/menus-bars.xml, src/Makefile.am,
3283           src/Makefile_insert, src/file.cpp,
3284           src/application/editor-impl.cpp,
3285           src/application/editor-impl.h,
3286           src/extension/init.cpp, src/extension/input.cpp,
3287           src/extension/system.cpp,
3288           src/extension/implementation/implementation.cpp,
3289           src/extension/implementation/plugin.cpp,
3290           src/extension/implementation/script.cpp,
3291           src/extension/internal/svg.cpp
3292         : Implementing preliminary load-from-URI functionality.
3293         
3295 2005-04-02  MenTaLguY  <mental@rydia.net>
3297         * src/document-undo.cpp, src/xml/event-fns.h, src/xml/event.cpp,
3298           src/xml/event.h:
3300           more debugging info for incomplete transactions
3302 2005-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3304         * src/sp-gradient.cpp: Fix crash with cycles in gradient hrefs.
3306 2005-04-01  Jon A. Cruz  <jon@joncruz.org>
3307         * src/ui/widget/panel.h, src/ui/widget/panel.cpp, src/ui/previewholder.h,
3308           src/ui/previewholder.cpp,src/dialogs/swatches.cpp,
3309           src/dialogs/swatches.h:
3310           Added UI for switching palettes
3312 2005-04-01  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3313         * src/style.cpp (sp_style_merge_from_dying_parent): New function to
3314           combine the styles of the <use> element and its ghost child when
3315           unlinking.
3316         * src/sp-use.cpp: Use it.
3318 2005-03-31  Jon A. Cruz  <jon@joncruz.org>
3319         * src/ui/widget/panel.cpp, src/ui/widget/panel.h, src/path-prefix.h,
3320           src/dialogs/swatches.cpp, src/dialogs/swatches.h
3321           share/palettes/Makefile.am, share/palettes/svg.gpl:
3322           Adding palette loading.
3324 2005-03-31 Jean-François Lemaire <jflemaire@skynet.be>
3325         * share/icons/David_icons.svg: new icon theme by David Christian Berg
3327         * share/icons/README.icons: explanations on how to use the theme
3329 2005-03-30  Jean-François Lemaire <jflemaire@skynet.be>
3330         * share/icons/icons.svg: included the layer menu icons
3332         * src/verbs.cpp: assigned names for the layer menu icons
3334 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
3335         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
3336           src/ui/previewholder.h, src/ui/previewfillable.h,
3337           src/dialogs/iconpreview.cpp, src/dialogs/swatches.cpp:
3338           Adding panel menu
3340 2005-03-27  Jon Phillips <jon@rejon.org>
3341         * src/toolbox.cpp src/toolbox.h src/ui/dialog/dialog-manager.cpp
3342           src/ui/dialog/dialog-manager.h: Added generic dialog adding,
3343           deleting, and getting and fixed toolboxes to be static with no
3344           warnings.
3346 2005-03-26  Bryce <bryce@bryceharrington.com>
3348         * share/ui/keybindings.rc, share/ui/menus-bars.xml
3349           src/application/editor-impl.cpp, src/application/editor-impl.h,
3350           src/extension/internal/svg.cpp, src/ui/dialog/Makefile_insert,
3351           src/ui/dialog/dialog-manager.cpp,
3352           src/ui/dialog/dialog-manager.h, src/ui/dialog/messages.cpp,
3353           src/ui/dialog/messages.h: Initial implementation of canvas in
3354           gtkmm.  Incorporating Messages dialog.
3357 2005-03-24  MenTaLguY  <mental@rydia.net>
3359         * src/sp-item.cpp: fix relative transforms to accommodate viewbox
3361 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
3363         * src/ui/Makefile_insert, src/dialogs/swatches.cpp,
3364           src/dialogs/swatches.h, src/ui/previewable.h,
3365           src/ui/previewfillable.h, src/ui/previewholder.cpp,
3366           src/ui/previewholder.h:
3367           Refactoring previewable functionality to be more generic
3369 2005-03-24  cyreve  <cyreve@users.sourceforge.net>
3371         * src/: text-context.cpp, text-editing.cpp, text-editing.h:
3372           functions for applying style to selected text, and wire them
3373           up to ctrl-b/ctrl-i for bold/italic
3375 2005-03-23  Jon Phillips <jon@rejon.org>
3376         * src/toolbox.h src/toolbox.cpp: Fixed warning messages.
3378 2005-03-23  Jon A. Cruz  <jon@joncruz.org>
3380         * src/ui/previewable.h, src/ui/Makefile_insert,
3381           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
3382           Preliminary work for 'Previewable' interface.
3384 2005-03-23  cyreve  <cyreve@users.sourceforge.net>
3386         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
3387           libnrtype/Layout-TNG-Output.cpp: make text on path work correctly
3388           with accent glyphs and suchlike
3390         * src/: text-chemistry.cpp, libnrtype/Layout-TNG.h: apply text's
3391           alignment to startOffset on new textpath elements, fixes bug
3392           1168145
3394         * src/libnrtype/Layout-TNG-OutIter.cpp: selecting text to the end
3395           sometimes displays wrong
3397 2005-03-22  MenTaLguY  <mental@rydia.net>
3399         * src/arc-context.cpp, src/desktop-handles.cpp,
3400           src/desktop-handles.h, src/desktop.cpp, src/desktop.h,
3401           src/document.h, src/draw-context.cpp, src/draw-context.h,
3402           src/file.cpp, src/forward.h, src/gradient-context.cpp,
3403           src/gradient-drag.cpp, src/gradient-drag.h, src/gradient-toolbar.cpp,
3404           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
3405           src/node-context.h, src/nodepath.cpp, src/object-ui.cpp,
3406           src/path-chemistry.cpp, src/rect-context.cpp, src/selcue.cpp,
3407           src/selcue.h, src/select-context.cpp, src/select-toolbar.cpp,
3408           src/selection-chemistry.cpp, src/selection-chemistry.h,
3409           src/selection-describer.cpp, src/selection-describer.h,
3410           src/selection.cpp, src/selection.h, src/seltrans.cpp,
3411           src/seltrans.h, src/sp-flowtext.cpp, src/spiral-context.cpp,
3412           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
3413           src/text-context.cpp, src/toolbox.cpp, src/verbs.cpp,
3414           src/dialogs/align.cpp, src/dialogs/clonetiler.cpp,
3415           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
3416           src/dialogs/find.cpp, src/dialogs/iconpreview.cpp,
3417           src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
3418           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
3419           src/dialogs/tiledialog.cpp, src/dialogs/transformation.cpp,
3420           src/dialogs/xml-tree.cpp, src/extension/plugin/bluredge.cpp,
3421           src/extension/plugin/grid.cpp, src/trace/trace.cpp,
3422           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
3423           src/ui/dialog/transformation.cpp, src/ui/dialog/transformation.h,
3424           src/widgets/sp-widget.cpp, src/widgets/sp-widget.h:
3426           SPSelection -> Inkscape::Selection
3428 2005-03-22  cyreve  <cyreve@users.sourceforge.net>
3430         * src/text-context.cpp: pressing esc doesn't hide text selection
3432         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3433           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
3434           libnrtype/Layout-TNG.h: make text selection inverse
3436 2005-03-21  Jon Phillips <jon@rejon.org>
3438         * share/icons/icons.svg src/dropper-context.cpp
3439           src/dropper-context.h src/toolbox.cpp src/toolbox.h
3440           src/dialogs/display-settings.cpp: Added controls for eye dropper
3441           so that I could get color values. Removed option from application
3442           preferences.
3444 2005-03-21  MenTaLguY  <mental@rydia.net>
3446         * src/util/Makefile_insert, src/util/glib-list.h,
3447           src/util/glib-list-iterators.h:
3449           retired old Glib list to Util::List adaptor and replaced it with
3450           new iterator classes that directly wrap the Glib list types
3452 2005-03-21  cyreve  <cyreve@users.sourceforge.net>
3454         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp: text
3455           selection doesn't show when it starts at the end of a line
3457         * src/: text-context.cpp, text-editing.cpp: crash on overtyping
3458           selection, and displayed selection not removed on overtype
3460         * src/text-editing.cpp: kerning information placed wrongly in text
3461           after child span element
3463         * src/libnrtype/Layout-TNG-OutIter.cpp: crash when pressing home key
3465         * src/: text-context.cpp, text-context.h: text selection using the
3466           mouse
3468         * src/: make.dep, make.files, make.ofiles,
3469           libnrtype/Layout-TNG-OutIter.cpp: further optimisation of text
3470           selection, and an implementation for text on a path
3472         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp,
3473           libnrtype/Layout-TNG.h: optimisation of text selection and fixing
3474           some bugs in it
3476 2005-03-18  MenTaLguY  <mental@rydia.net>
3478         * src/arc-context.cpp, src/file.cpp, src/gradient-context.cpp,
3479           src/node-context.cpp, src/object-ui.cpp, src/path-chemistry.cpp,
3480           src/rect-context.cpp, src/select-context.cpp,
3481           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
3482           src/sp-flowtext.cpp, src/spiral-context.cpp, src/splivarot.cpp,
3483           src/star-context.cpp, src/text-chemistry.cpp, src/text-context.cpp,
3484           src/dialogs/find.cpp, src/dialogs/in-dt-coordsys.cpp,
3485           src/dialogs/xml-tree.cpp:
3487           cleaned up the selection API slightly
3489 2005-03-20  cyreve  <cyreve@users.sourceforge.net>
3491         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3492           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
3493           libnrtype/Layout-TNG.h: initial implementation of text selection
3494           (keyboard only)
3496         * src/libnrtype/Layout-TNG-OutIter.cpp: making
3497           createSelectionShape() work
3499         * src/: sp-text.cpp, sp-text.h: text-anchor sometimes won't work in
3500           text on a path when x/y coordinates are set
3502         * src/libnrtype/Layout-TNG-Output.cpp: text on path: cut characters
3503           before start of path and calculate bounding box correctly when
3504           this happens
3506 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
3507         * src/dialogs/Makefile_insert, src/dialogs/swatches.cpp,
3508           src/dialogs/swatches.h, src/verbs.h, src/verbs.cpp,
3509           src/interface.cpp:
3510           Initial cut of swatches panel.
3512 2005-03-19  cyreve  <cyreve@users.sourceforge.net>
3514         * src/libnrtype/Layout-TNG-Compute.cpp: rendering of
3515           multiple-character clusters in rtl text is wrong (bug 1166603)
3517         * src/: make.dep, make.files, make.ofiles, sp-text.cpp, sp-text.h,
3518           text-editing.cpp: glue kerning info back together on deleting
3519           line breaks
3521         * src/sp-tspan.cpp: textpath startOffset attribute doesn't save
3522           correctly when it's a percentage (remnants of bug 1124722)
3524         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3525           text-editing.h, libnrtype/Layout-TNG.h: use Layout::iterator for
3526           storing cursor position. Fixes bug 1093660 related to rtl cursor
3527           movement
3529         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG.h: implement
3530           backend cursor movement functions properly for multidirectional
3531           text
3533         * src/libnrtype/Layout-TNG-Output.cpp: create more efficient
3534           postscript output
3536         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG-Output.cpp,
3537           Layout-TNG.h: obey text-align attribute when fitting text to a
3538           path (fixes bug 1124722)
3540         * src/: attributes-test.cpp, attributes.cpp, attributes.h,
3541           sp-flowtext.cpp, sp-text.cpp, sp-tspan.cpp, sp-tspan.h,
3542           style-test.cpp, libnrtype/Layout-TNG-Output.cpp: wire up
3543           startOffset attribute to textpath and fix bugs in it
3545         * src/sp-flowtext.cpp: unflow text command loses formatting
3547         * src/xml/repr-io.cpp: xml pretty-printer adding whitespace in
3548           xml:space=preserve elements
3550         * src/: sp-flowtext.cpp, text-editing.cpp: line breaks not being
3551           put before strings immediately following para elements, and
3552           deleting line breaks copies style wrongly
3554 2005-03-18  MenTaLguY  <mental@rydia.net>
3556         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
3557           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
3558           src/xml/node-fns.cpp, src/xml/node-fns.h, src/xml/node-iterators.h,
3559           src/xml/repr.cpp, src/xml/simple-node.cpp:
3561           renamed node-fns-tree to node-fns, and moved sp_repr_prev etc
3562           into Inkscape::XML namespace (as e.g. previous_node)
3564 2005-03-18  cyreve  <cyreve@users.sourceforge.net>
3566         * src/libnrtype/Layout-TNG-Compute.cpp: cursor position on blank
3567           first line sometimes goes wrong
3569         * src/: make.dep, make.files, make.ofiles, text-editing.cpp:
3570           spurious line break added before text in text and font dialog
3571           (bug 1166016)
3573         * src/: make.dep, make.files, make.ofiles, libnrtype/FlowBoxes.cpp,
3574           libnrtype/FlowBoxes.h, libnrtype/FlowDefs.h,
3575           libnrtype/FlowDest.cpp, libnrtype/FlowDest.h,
3576           libnrtype/FlowEater.cpp, libnrtype/FlowEater.h,
3577           libnrtype/FlowRes.cpp, libnrtype/FlowRes.h,
3578           libnrtype/FlowResOut.cpp, libnrtype/FlowSols.cpp,
3579           libnrtype/FlowSols.h, libnrtype/FlowSrc.cpp, libnrtype/FlowSrc.h,
3580           libnrtype/FlowSrcText.cpp, libnrtype/FlowSrcText.h,
3581           libnrtype/FlowStyle.cpp, libnrtype/FlowStyle.h,
3582           libnrtype/FlowUtils.cpp, libnrtype/FlowUtils.h,
3583           libnrtype/Makefile_insert: remove all old text layout code (7,577
3584           lines)
3586         * src/: sp-flowregion.cpp, sp-flowregion.h, sp-flowtext.cpp,
3587           sp-string.cpp, sp-tspan.cpp: purge flow_dest class from code
3589         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
3590           libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: define a value
3591           for line-height:normal and use it consistently
3593         * src/: sp-text.cpp, sp-text.h, text-editing.cpp: adjust kerning
3594           attributes on adding/removing line breaks
3596 2005-03-17  MenTaLguY  <mental@rydia.net>
3598         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp:
3600           whoops, we were calling the 'children' vfunc rather than
3601           'last_child' when appending, hence the bug... fixed now.
3603 2005-03-17  cyreve  <cyreve@users.sourceforge.net>
3605         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
3606           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h: x,y
3607           attributes on tspans set wrongly when alignment != left (bug
3608           1165427)
3610         * src/: sp-text.cpp, sp-text.h: break before tspan role=line
3611           elements, ie allow first tspan not to have role=line
3613         * src/: make.dep, make.files, make.ofiles, sp-flowtext.cpp,
3614           sp-object.cpp: fix inheritance problems with xml:space attribute
3616         * src/libnrtype/Layout-TNG-OutIter.cpp: crash on pressing enter
3617           immediately after creating text
3619         * src/: object-ui.cpp, sp-flowtext.cpp: set xml:space=preserve on
3620           new flowdiv elements
3622         * src/libnrtype/Layout-TNG-Compute.cpp: second try at solving
3623           numerical problems when line-height is set
3625         * src/: sp-flowtext.cpp, sp-flowtext.h, verbs.cpp: slightly
3626           objectify SPFlowtext and rearrange its updating a tiny bit
3628         * src/: path-chemistry.cpp, sp-flowregion.cpp, sp-offset.cpp,
3629           sp-text.cpp, sp-text.h, sp-use-reference.cpp, splivarot.cpp:
3630           slightly objectify SPText & rearrange updating code, also fixes
3631           bug causing all letters to appear on top of each other
3633         * src/libnrtype/Layout-TNG-Compute.cpp: characters will draw
3634           multiple times when x or y attributes set
3636 2005-03-16  cyreve  <cyreve@users.sourceforge.net>
3638         * src/text-editing.cpp: kerning: add/remove kerns with
3639           insertion/deletion of characters, and only apply kerns to the
3640           topmost xml object
3642         * src/: help.cpp, selection-chemistry.cpp, sp-text.cpp, sp-text.h,
3643           text-context.cpp, text-editing.cpp, text-editing.h,
3644           dialogs/text-edit.cpp: move functions applying to both text and
3645           flowtext to text-editing & rename them. Also fixes crash on
3646           letter/linespacing adjustment for flowtext
3648         * src/text-editing.cpp: fix crash on pressing delete at the end of
3649           text
3651         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
3652           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h:
3653           position cursor correctly in empty text objects
3655         * src/: sp-item-group.cpp, sp-object.cpp: optimise adding children
3656           to the end of a group - big improvement for tile clones
3658         * src/: sp-flowtext.cpp, sp-text.cpp, text-context.cpp,
3659           text-editing.cpp, text-editing.h: text editing fixes: track line
3660           breaks with preceding para tag, finish abstracting line
3661           break/remove functions to work on flowtext
3663         * src/libnrtype/Layout-TNG-Compute.cpp: cursor positioning
3664           off-by-one in some cases of wrapped text
3666 2005-03-15  cyreve  <cyreve@users.sourceforge.net>
3668         * src/libnrtype/Layout-TNG-Compute.cpp: small tweak to make cursor
3669           positioning work right in counterdirectional spans in fully
3670           justified text
3672         * src/sp-text.cpp: tweak function for adjusting linespacing by
3673           keyboard to be more precise
3675         * src/: attributes-test.cpp, attributes.cpp, make.dep, make.files,
3676           make.ofiles, style-test.cpp, style.cpp,
3677           libnrtype/Layout-TNG-Output.cpp: make the unit tests pass for the
3678           new styles, and workaround build breakage when pango < 1.8
3679           installed
3681         * src/: sp-flowtext.cpp, sp-flowtext.h,
3682           libnrtype/Layout-TNG-Compute.cpp,
3683           libnrtype/Layout-TNG-Scanline-Makers.cpp, libnrtype/Layout-TNG.h:
3684           wiring up full justification to old attribute & fixing bugs in
3685           it, which turned in to a major refactoring of layout code
3687 2005-03-14  Jon Phillips <jon@rejon.org>
3688         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
3689           src/desktop.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
3690           src/dialogs/desktop-properties.cpp:
3691           Added showpageshadow preference to document preferences. Set to
3692           on automatically and saves with document if off.
3694 2005-03-14  MenTaLguY  <mental@rydia.net>
3696         * src/display/nr-arena-item.h, src/display/nr-arena-item.cpp,
3697           src/display/nr-arena-group.cpp:
3699           added virtual accessor for last child
3701 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
3702         * src/interface.cpp, src/verb.cpp, src/verbs.h,
3703           src/ui/widget/panel.cpp, src/dialogs/Makefile_insert,
3704           src/dialogs/extensions.cpp, src/dialogs/extensions.h,
3705           src/extension/error-file.cpp:
3706           Added rough cut of initial extensions panel and dialog.
3708 2005-03-13  Bryce Harrington <bryce@bryceharrington.org>
3710         * src/path-prefix.h: Rearranging linking of libui and libutil
3712         * src/application/application.cpp, src/application/application.h
3713           src/application/editor-impl.cpp,
3714           src/ui/dialog/dialog-manager.cpp,  src/ui/dialog/dialog.cpp,
3715           src/ui/dialog/dialog.h, src/ui/widget/labelled.cpp,
3716           src/ui/dialog/transformation.h, src/ui/dialog/transformation.cpp,
3717           src/ui/widget/unit-menu.h, src/util/units.cpp:
3718           Integrating Transformation dialog.  Removing hardcoded paths.
3720         * share/icons/Makefile.in, share/icons/arrows-horiz.svg,
3721           share/icons/arrows-vert.svg, share/icons/arrows_hor.xpm,
3722           share/icons/arrows_ver.xpm, share/icons/rotate.svg,
3723           share/icons/rotate.xpm, share/icons/scale_hor.xpm,
3724           share/icons/scale_ver.xpm, share/icons/Makefile.am:
3725           Adding icons needed by transformation dialog
3727         * share/ui/units.txt,  share/ui/units.xml:
3728           Moving units into ui/ subdir.  Dunno if this is the best
3729           location for them, but pjrm thought it'd be ok for now.
3731 2005-03-13  cyreve  <cyreve@users.sourceforge.net>
3733         * src/sp-text.cpp: allow adjusting letter spacing when cursor is at
3734           eol
3736         * src/: make.dep, make.files, make.ofiles,
3737           libnrtype/Layout-TNG-Compute.cpp,
3738           libnrtype/Layout-TNG-OutIter.cpp,
3739           libnrtype/Layout-TNG-Output.cpp, libnrtype/Layout-TNG.h: fix
3740           kerning when align != left, and fix linespacing < 100
3742         * src/: sp-flowtext.cpp, sp-text.cpp, sp-text.h, style.cpp,
3743           style.h, libnrtype/Layout-TNG-Compute.cpp,
3744           libnrtype/Layout-TNG-Input.cpp, libnrtype/Layout-TNG-OutIter.cpp,
3745           libnrtype/Layout-TNG-Output.cpp,
3746           libnrtype/Layout-TNG-Scanline-Maker.h, libnrtype/Layout-TNG.h:
3747           implement line-height css property, & fix percentage handling in
3748           style
3750 2005-03-12  MenTaLguY  <mental@rydia.net>
3752         * src/node-context.cpp, src/node-context.h, src/nodepath.cpp,
3753           src/nodepath.h, src/toolbox.cpp, src/dialogs/align.cpp:
3755           Renamed Path namespace to Inkscape::NodePath, to avoid conflict
3756           with livarot
3758 2005-03-12  Kees Cook  <kees@outflux.net>
3760         * inkscape.nsi: added German translation from Adib Taraben.
3762 2005-03-12  MenTaLguY  <mental@rydia.net>
3764         * src/sp-namedview.cpp, src/sp-metadata.cpp: it's valid for an SPObject
3765           'write' method to be passed the object's own XML node; account for this.
3767 2005-03-12  MenTaLguY  <mental@rydia.net>
3769         * src/xml/simple-node.cpp: assert that src != this in
3770           SimpleNode::mergeFrom
3772 2005-03-12  MenTaLguY  <mental@rydia.net>
3774         * src/gc-alloc.h: minor cosmetic adjustments
3776         * src/util/list-container.h: pedantically correct implementation of
3777           ListContainer::max_size()
3779         * src/xml/simple-node.cpp: use Util::ListContainer iterators in a more
3780           STL-ish fashion
3782 2005-03-12  Jon A. Cruz  <jon@joncruz.org>
3783         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
3784           src/ui/widget/Makefile_insert, src/dialogs/iconpreview.h,
3785           src/dialogs/iconpreview.cpp:
3786           Initial addition of Panel.
3788 2005-03-12  cyreve  <cyreve@users.sourceforge.net>
3790         * src/sp-flowtext.cpp: text unflow command losing space characters:
3791           add xml:space to generated elements
3793         * src/: attributes.cpp, attributes.h, make.dep, make.files,
3794           make.ofiles, sp-flowtext.cpp, sp-text.cpp, style.cpp, style.h,
3795           text-context.cpp, text-editing.cpp, dialogs/text-edit.cpp,
3796           libnrtype/FlowRes.cpp, libnrtype/Layout-TNG-Compute.cpp,
3797           libnrtype/Layout-TNG-Input.cpp: add several new text properties
3798           to SPStyle and rearrange some of the existing ones, also remove
3799           spurious warning on applying kerning
3801         * src/sp-flowtext.cpp: svg spec requires us to break after flowline
3802           content, not before
3804 2005-03-11  cyreve  <cyreve@users.sourceforge.net>
3806         * src/desktop-style.cpp, src/sp-text.cpp, src/sp-text.h,
3807           src/sp-tspan.cpp, src/sp-tspan.h, src/text-chemistry.cpp,
3808 src/text-editing.cpp,
3809           src/text-editing.h: combine the common attribute handling for text,
3810           tspan and textpath into one class
3812         * src/sp-flowtext.cpp, src/sp-string.cpp: reimplement xml:space attribute
3814         * src/sp-text.cpp, src/libnrtype/Layout-TNG-OutIter.cpp,
3815           src/libnrtype/Layout-TNG.h: apply calculated x/y attributes to tspan
3816           role=line elements
3818         * src/libnrtype/Layout-TNG-Output.cpp: postscript text output
3819           incorrectly scaled (and other problems)
3821 2005-03-10  cyreve  <cyreve@users.sourceforge.net>
3823         * src/sp-flowdiv.h, src/sp-flowtext.h,
3824           src/sp-text.cpp, src/sp-text.h, src/sp-tspan.h, src/text-context.cpp,
3825           src/text-editing.cpp, src/text-editing.h,
3826           src/libnrtype/Layout-TNG-Compute.cpp,
3827           src/libnrtype/Layout-TNG-OutIter.cpp: clean up xml tree properly on
3828           deleting line break, & fix various compile issues
3830         * src/nodepath.cpp, src/sp-flowdiv.cpp,
3831           src/sp-flowdiv.h, src/sp-flowtext.cpp, src/sp-flowtext.h,
3832 src/sp-string.cpp,
3833           src/sp-string.h, src/sp-text.cpp, src/sp-text.h, src/sp-tspan.cpp,
3834 src/sp-tspan.h,
3835           src/text-editing.cpp, src/verbs.cpp, src/libnrtype/FontInstance.cpp,
3836           src/libnrtype/font-instance.h, src/livarot/Shape.h,
3837           src/libnrtype/Layout-TNG-Compute.cpp, src/libnrtype/Layout-TNG-Input.cpp,
3838           src/libnrtype/Layout-TNG-OutIter.cpp,
3839           src/libnrtype/Layout-TNG-Output.cpp,
3840           src/libnrtype/Layout-TNG-Scanline-Maker.h,
3841           src/libnrtype/Layout-TNG-Scanline-Makers.cpp,
3842           src/libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: huge rewrite of
3843           text layout (and some text editing) code
3845 2005-03-07  Kees Cook  <kees@outflux.net>
3847         * src/libnr/have_mmx.S, src/libnr/nr_mmx_R8G8B8A8_P_EMPTY_A8_RGBAP.S,
3848           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_A8_RGBAP.S,
3849           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_R8G8B8A8_N_TRANSFORM.S,
3850           src/libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S: execstack patch
3851           from Mike Hearn.
3853 2005-03-07  Jon A. Cruz  <jon@joncruz.org>
3854         * src/interface.cpp, src/verbs.h, src.verbs.cpp, src/widgets/icon.cpp,
3855           src/dialogs/iconpreview.h, src/dialogs/iconpreview.cpp,
3856           src/dialogs/Makefile_insert:
3857           Initial cut of icon preview.
3859 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
3861         * share/icons/*.svg, share/icons/Makefile.am:  Adding icons for
3862           new gui interface
3864         * src/ui/icons.cpp:  Fixing some paths
3866         * src/main.cpp src/application/Makefile_insert,
3867           src/application/app-prototype.h,
3868           src/application/application.cpp src/application/editor.cpp,
3869           src/ui/widget/toolbox.cpp,
3870           src/application/editor-impl.cpp:
3871           Broke out editor-impl class to its own file.  Continued getting
3872           the new interface to the point where it'll load and run.
3874         * share/ui/keybindings.rc, share/ui/toolbox.xml, share/ui/menus-bars.xml:
3875           Migrating some of the UI definition stuff into main codebase
3877 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
3878         * src/widgets/layer-selector.cpp, src/widgets/icon.h,
3879           src/widgets/icon.cpp, src/dialogs/align.cpp, src/dialogs/find.cpp,
3880           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
3881           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
3882           src/dialogs/xml-tree.cpp, src/interface.cpp:
3883           Purging PixBufFactory and sp_icon_new_scaled.
3885 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
3886         * src/widgets/icon.cpp, src/widgets/icon.cpp: Switched icon loading
3887           to be deferred and react to theme changes on-the-fly.
3889 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
3891         * src/application/Makefile_insert,
3892           src/application/app-prototype.cpp,
3893           src/application/editor.h,
3894           src/application/app-prototype.h,
3895           src/application/application.cpp:
3896           Adding Application::AppPrototype class
3897         * src/application/editor.cpp,
3898           src/application/editor.h:
3899           Changing member function getImpl() to getWindow()
3901 2005-03-04  Jon A. Cruz  <jon@joncruz.org>
3902         * src/widgets/icon.cpp: Changed stock item loading to use stock
3903           GtkImage widgets directly.
3905 2005-03-03  MenTaLguY  <mental@rydia.net>
3907         * src/widgets/icon.cpp: more idiomatic iteration
3909 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
3910         * src/toolbox.cpp: Added preference to make the top toolbox 'small'.
3912 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
3913         * src/desktop-events.cpp, src/desktop.cpp, src/gradient-toolbar.cpp,
3914           src/interface.cpp, src/select-toolbar.cpp, src/toolbox.cpp,
3915           src/toolbox.h, src/dialogs/find.cpp,
3916           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
3917           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
3918           src/dialogs/xml-tree.cpp, src/widgets/button.cpp,
3919           src/widgets/button.h, src/widgets/icon.cpp, src/widgets/icon.h,
3920           src/widgets/layer-selector.cpp, src/widgets/paint-selector.cpp,
3921           src/widgets/widget-sizes.h:
3922           Initial pass removing hardcoded icon sizes.
3924 2005-03-01  MenTaLguY  <mental@rydia.net>
3926         * src/extensions/internal/ps.cpp: apply patch from Michael Forbes
3927           (miforbes@mbhs.edu) to support gradient fills in Postscript
3929 2005-03-01  MenTaLguY  <mental@rydia.net>
3931         * src/xml/node.h, src/xml/simple-node.cpp, src/xml/simple-node.h:
3933           begin migration of notification interface to use NodeObserver
3934           rather than NodeEventVector
3936 2005-03-01  MenTaLguY  <mental@rydia.net>
3938         * src/xml/Makefile_insert, src/xml/node-listener.h, src/xml/repr.cpp,
3939           src/xml/simple-node.cpp, src/xml/simple-node.h:
3941           reworked listener list to use Util::ListContainer
3943         * src/xml/node-observer.h: minor name cleanups
3945 2005-03-01  MenTaLguY  <mental@rydia.net>
3947         * src/Makefile.am, src/algorithms/find-if-before.h:
3949           added new generic algorithm
3951 2005-03-01  MenTaLguY  <mental@rydia.net>
3953         * src/Makefile.am, src/util/Makefile_insert,
3954           src/util/list-container-test.cpp, src/util/list-container.h:
3956           tests and fixes for Util::ListContainer
3958 2005-03-01  MenTaLguY  <mental@rydia.net>
3960         * src/Makefile.am, src/libnr/Makefile_insert, src/xml/Makefile_insert:
3961           use in-tree copy of cxxtest
3963         * src/util/Makefile_insert, src/util/list-container.h:
3964           add Util::List-based STL container
3966 2005-02-28 SwinginCelt  <swinginceltgmail.com>
3968         * Fixed an improper conversion of sp_repr_document_merge that was causing
3969           extra data being written to the prefrences file every time inkscape
3970           exited.
3972 2005-02-26 SwinginCelt  <swinginceltgmail.com>
3974         * Replaced all sp_repr_set_content calls with direct call to
3975           repr->setContent.
3976         * Replaced all sp_repr_merge calls with direct call to
3977           repr->mergeFrom.
3978         * Removed inline sp_repr_document_merge because it wasn't used anywhere.
3979         * Removed inline sp_repr_set_content because it wasn't used anywhere.
3981 2005-02-26  MenTaLguY  <mental@rydia.net>
3983         * cxxtest: imported cxxtest tree
3985 2005-02-24  Jon A. Cruz  <jon@joncruz.org>
3986         * src/main.cpp, io/sys.h, io/sys.cpp:
3987           Refactoring input filename conversion and fallback.
3988           Fixes bug #1151536.
3990 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
3991         * src/main.cpp:
3992           Refactoring sp_main_*. Adding cleanup phase on extracted filename list.
3994 2005-02-22  Bryce Harrington <bryce@bryceharringotn.org>
3996         * src/main.cpp, src/application/application.cpp:  Adding --new-gui
3997         option.
3999 2005-02-22  Ted Gould  <ted@gould.cx>
4001         * src/interface.cpp:
4003         Changing the effects menu to be driven by the preferences file so that the
4004         file can be the same whether or not the effects are shown.
4006 2005-02-22  MenTaLguY  <mental@rydia.net>
4008         * src/desktop-style.cpp, src/selection-chemistry.cpp,
4009           src/xml/attribute-record.h, src/xml/node.h, src/xml/repr-css.cpp,
4010           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h:
4012           use Inkscape::Util::List for attribute lists, and sprinkle some
4013           appropriate 'using's in to make things less verbose
4015 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
4016         * src/inkscape.cpp, src/main.cpp, src/extension/input.cpp, src/io/sys.cpp,
4017           src/xml/repr-io.cpp:
4018           Better catching of problematic filenames.
4019           Made segv handler only use dialog box when app is using a gui.
4020           Fixes bug #1145847.
4022 2005-02-22  Ted Gould  <ted@gould.cx>
4024         * src/extension/effect.cpp, src/extension/prefdialog.cpp,
4025         src/extension/prefdialog.h,
4026         src/extension/implementation/implementation.cpp,
4027         src/extension/implementation/implementation.h,
4028         src/extension/implementation/plugin-link.h,
4029         src/extension/implementation/plugin.cpp,
4030         src/extension/implementation/plugin.h,
4031         src/extension/implementation/script.cpp,
4032         src/extension/implementation/script.h, src/extension/plugin/grid.cpp:
4034         Changing the API of the effects preferences so that it doesn't use
4035         sockets and plugs anymore.  Now there is a generic widget passed down so
4036         that should work on every platform.
4038         * src/extension/plugin/grid.cpp:
4040         Fixing the grid so that it uses the right axis.
4042         * share/extensions/Makefile.am, share/extensions/bluredge.inx,
4043         share/extensions/randompnt.inx, share/extensions/randompos.inx,
4044         src/extension/plugin/Makefile_insert, src/extension/plugin/bluredge.cpp,
4045         src/extension/plugin/randompnt.cpp, src/extension/plugin/randompos.cpp:
4047         Adding some cool new effects, well, they're not really done yet,
4048         but getting the basis code into CVS so I don't loose it :)
4050 2005-02-21  MenTaLguY  <mental@rydia.net>
4052         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4053           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4054           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4055           src/xml/repr.cpp, src/xml/simple-node.cpp:
4057           renamed header files
4059         * src/xml/Makefile_insert, src/xml/invalid-operation-exception.h:
4061           added Inkscape::XML::InvalidOperationException
4063         * src/xml/simple-node.h:
4065           avoid a second indirect function call from SimpleNode::appendChild
4067 2005-02-20 SwinginCelt  <swinginceltgmail.com>
4069         * Replaced all sp_repr_attr calls with direct call to
4070           repr->attribute.
4071         * Replaced all sp_repr_document_unref calls with direct call to
4072           Inkscape::GC::release(...).
4073         * Removed iinline sp_repr_document_ref because it wasn't used anywhere.
4075 2005-02-20  MenTaLguY  <mental@rydia.net>
4077         * src/inkscape.cpp: removed unused signals
4079 2005-02-19  MenTaLguY  <mental@rydia.net>
4081         * src/arc-context.cpp, src/desktop.cpp, src/document-private.h,
4082           src/document-undo.cpp, src/document.cpp, src/event-context.cpp,
4083           src/gradient-chemistry.cpp, src/gradient-chemistry.h,
4084           src/gradient-drag.cpp, src/gradient-drag.h, src/node-context.cpp,
4085           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4086           src/star-context.cpp, src/toolbox.cpp,
4087           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4088           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4089           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4090           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
4091           src/xml/attribute-record.h, src/xml/document.h, src/xml/event-fns.h,
4092           src/xml/event.cpp, src/xml/event.h, src/xml/node-event-vector.h,
4093           src/xml/node-iterators.h, src/xml/node-listener.h, src/xml/node.h,
4094           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp, src/xml/repr-io.cpp,
4095           src/xml/repr-sorting.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp,
4096           src/xml/repr.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4097           src/xml/simple-node.h, src/xml/simple-session.cpp,
4098           src/xml/sp-css-attr.h, src/xml/sp-repr-action-fns.h,
4099           src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h,
4100           src/xml/sp-repr-attr.h, src/xml/sp-repr-doc.h,
4101           src/xml/sp-repr-event-vector.h, src/xml/sp-repr-iterators.h,
4102           src/xml/sp-repr-listener.h, src/xml/sp-repr.h:
4104           renamed header files to match new class names
4106 2005-02-19  MenTaLguY  <mental@rydia.net>
4108         * src/arc-context.cpp, src/arc-context.h, src/desktop-events.cpp,
4109           src/desktop-style.cpp, src/desktop-style.h, src/desktop.cpp,
4110           src/document-private.h, src/document-undo.cpp, src/document.cpp,
4111           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
4112           src/dyna-draw-context.h, src/event-context.cpp, src/event-context.h,
4113           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
4114           src/inkscape.h, src/inkview.cpp, src/interface.cpp, src/knotholder.cpp,
4115           src/knotholder.h, src/layer-fns.cpp, src/main.cpp, src/node-context.cpp,
4116           src/nodepath.cpp, src/nodepath.h, src/object-ui.cpp,
4117           src/path-chemistry.cpp, src/prefs-utils.cpp, src/rect-context.cpp,
4118           src/rect-context.h, src/selection-chemistry.cpp, src/selection.cpp,
4119           src/selection.h, src/seltrans.cpp, src/sp-anchor.cpp,
4120           src/sp-animation.cpp, src/sp-clippath.cpp, src/sp-conn-end-pair.cpp,
4121           src/sp-conn-end-pair.h, src/sp-defs.cpp, src/sp-ellipse.cpp,
4122           src/sp-flowdiv.cpp, src/sp-flowregion.cpp, src/sp-flowtext.cpp,
4123           src/sp-gradient-fns.h, src/sp-gradient-test.cpp, src/sp-gradient.cpp,
4124           src/sp-guide.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4125           src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
4126           src/sp-linear-gradient-fns.h, src/sp-marker.cpp, src/sp-mask.cpp,
4127           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4128           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object-repr.h,
4129           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp, src/sp-offset.h,
4130           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4131           src/sp-polyline.cpp, src/sp-radial-gradient-fns.h, src/sp-rect.cpp,
4132           src/sp-root.cpp, src/sp-shape.cpp, src/sp-skeleton.cpp,
4133           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-string.cpp,
4134           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-tspan.cpp,
4135           src/sp-use-reference.h, src/sp-use.cpp, src/spiral-context.cpp,
4136           src/spiral-context.h, src/splivarot.cpp, src/star-context.cpp,
4137           src/star-context.h, src/style.cpp, src/style.h, src/text-chemistry.cpp,
4138           src/text-context.cpp, src/text-editing.cpp, src/toolbox.cpp,
4139           src/verbs.cpp, src/application/application.cpp,
4140           src/application/application.h, src/application/editor.h,
4141           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
4142           src/dialogs/export.cpp, src/dialogs/fill-style.cpp, src/dialogs/rdf.cpp,
4143           src/dialogs/sp-attribute-widget.cpp, src/dialogs/sp-attribute-widget.h,
4144           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4145           src/dialogs/tiledialog.cpp, src/dialogs/xml-tree.cpp,
4146           src/ecma/EcmaBinding.cpp, src/ecma/EcmaBinding.h,
4147           src/extension/dependency.cpp, src/extension/dependency.h,
4148           src/extension/effect.cpp, src/extension/effect.h,
4149           src/extension/extension.cpp, src/extension/extension.h,
4150           src/extension/input.cpp, src/extension/input.h,
4151           src/extension/output.cpp, src/extension/output.h,
4152           src/extension/print.cpp, src/extension/print.h, src/extension/system.cpp,
4153           src/extension/implementation/plugin.cpp,
4154           src/extension/implementation/script.cpp,
4155           src/extension/implementation/script.h,
4156           src/extension/internal/gdkpixbuf-input.cpp,
4157           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4158           src/extension/internal/svg.cpp, src/extension/plugin/grid.cpp,
4159           src/helper/stock-items.cpp, src/trace/trace.cpp,
4160           src/widgets/dash-selector.cpp, src/widgets/dash-selector.h,
4161           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp,
4162           src/widgets/layer-selector.cpp, src/widgets/layer-selector.h,
4163           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
4164           src/widgets/sp-widget.h, src/widgets/sp-xmlview-attr-list.cpp,
4165           src/widgets/sp-xmlview-attr-list.h, src/widgets/sp-xmlview-content.cpp,
4166           src/widgets/sp-xmlview-content.h, src/widgets/sp-xmlview-tree.cpp,
4167           src/widgets/sp-xmlview-tree.h, src/widgets/spw-utilities.h,
4168           src/xml/comment-node.h, src/xml/element-node.h, src/xml/node-observer.h,
4169           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
4170           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4171           src/xml/repr-io.cpp, src/xml/repr-sorting.cpp, src/xml/repr-sorting.h,
4172           src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
4173           src/xml/session.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4174           src/xml/simple-node.h, src/xml/simple-session.cpp,
4175           src/xml/simple-session.h, src/xml/sp-css-attr.h,
4176           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
4177           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h,
4178           src/xml/sp-repr-doc.h, src/xml/sp-repr-event-vector.h,
4179           src/xml/sp-repr-iterators.h, src/xml/sp-repr-listener.h,
4180           src/xml/sp-repr.h, src/xml/text-node.h, src/xml/transaction-logger.h:
4182             SPRepr -> Inkscape::XML::Node
4183             SPReprDoc -> Inkscape::XML::Document
4184             SPReprAttr -> Inkscape::XML::AttributeRecord
4185             SPReprAction -> Inkscape::XML::Event
4186             SPReprEventVector -> Inkscape::XML::EventVector
4187             SPReprListener -> Inkscape::XML::NodeListener
4189             etc..
4191 2005-02-19  Jon A. Cruz  <jon@joncruz.org>
4192         * src/extension/extension.h, src/extension/internal/svg.cpp,
4193           src/extension/internal/svgz.cpp:
4194           Fixing .svgz Inkscape save and adding .svgz Plain save.
4195           Fixes bug #1144223
4197 2005-02-18  Jon A. Cruz  <jon@joncruz.org>
4198         * src/Makefile.am, src/libnr/Makefile_insert,
4199           src/libnr/nr-point-fns-test.h  src/libnr/nr-types-test.h:
4200           Adding initial version of CxxTest test cases.
4202 2005-02-17  Jon A. Cruz  <jon@joncruz.org>
4204         * src/io/gzipinputstream.h, src/io/gzipinputstream.cpp: Changed
4205           decompression to be streammed and removed hardcoded limit.
4207 2005-02-17  MenTaLguY  <mental@rydia.net>
4209         * src/inkscape.h, src/inkscape.cpp, src/desktop.cpp:
4211           rewrote "last desktop standing" test to not suck
4213 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4215         * Replaced some sp_repr_attr calls with direct call to
4216           repr->attribute.
4218 2005-02-16 John Cliff <simarilius@yahoo.com>
4220         * src/dialogs/tiledialog.h, src/dialogs/tiledialog.cpp,
4221           src/dialogs/makefile_insert, src/verbs.cpp, src/verbs.h:
4222           Added a dialog that allows you to arrange the selection
4223           in a grid pattern with user defined spacing.
4224           its in objects->grid arrange...
4226 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4228         * Replaced inline function sp_repr_name with direct call to
4229           repr->name.
4230         * Replaced inline function sp_repr_content with direct call to
4231           repr->content.
4232         * Replaced inline function sp_repr_has_attr with direct call to
4233           repr->matchAttributeName.
4235 2005-02-15  MenTaLguY  <mental@rydia.net>
4237         * src/document.cpp, src/document.h, src/file.cpp, src/help.cpp,
4238           src/inkscape.cpp, src/inkview.cpp, src/slideshow.cpp,
4239           src/dialogs/filedialog.cpp, src/dialogs/stroke-style.cpp,
4240           src/extension/internal/gdkpixbuf-input.cpp,
4241           src/extension/internal/svg.cpp, src/extension/plugin/gimpgrad.cpp,
4242           src/helper/stock-items.cpp, src/widgets/icon.cpp:
4244           removed unused SPDocument::advertize
4246 2005-02-14  MenTaLguY  <mental@rydia.net>
4248         * src/document.cpp: remove redundant assignment that appears to confuse
4249           gcc anyhow
4251 2005-02-14  SwinginCelt  <swingincelt@gmail.com>
4253         * Replaced inline function sp_repr_set_position_absolute with
4254           direct call to repr>->setPosition.
4256 2005-02-13  Bryce  <bryce@bryceharrington.org>
4258         * src/main.cpp, src/application/application.cpp, src/inkscape.h,
4259           src/application/editor-impl.h, src/application/editor.cpp
4260           src/application/editor.h, src/ui/dialog/dialog-manager.cpp,
4261           src/ui/dialog/dialog-manager.h, src/application/app-prototype.h
4262           src/application/application.h:  Integrating I::A::Application
4263           into the execution path.  Now its run() routine is called from
4264           main().
4266         * src/application/Makefile_insert, src/application/makefile.in,
4267           src/application/editor-impl.h, src/application/editor.cpp,
4268           src/application/editor.h:  Initial import of inkscape_gtkmm
4269           code.  Also see doc/NewAppArchitecture/ presentation for the
4270           rationale behind this.
4272         * src/ui/dialog/align-and-distribute.cpp,
4273 src/ui/dialog/align-and-distribute.h,
4274           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
4275           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
4276           src/ui/dialog/document-preferences.cpp,
4277 src/ui/dialog/document-preferences.h,
4278           src/ui/dialog/export.cpp, src/ui/dialog/export.h,
4279           src/ui/dialog/extension-editor.cpp, src/ui/dialog/extension-editor.h,
4280           src/ui/dialog/fill-and-stroke.cpp, src/ui/dialog/fill-and-stroke.h,
4281           src/ui/dialog/find.cpp, src/ui/dialog/find.h,
4282           src/ui/dialog/inkscape-preferences.cpp,
4283 src/ui/dialog/inkscape-preferences.h,
4284           src/ui/dialog/layer-editor.cpp, src/ui/dialog/layer-editor.h,
4285           src/ui/dialog/messages.cpp, src/ui/dialog/messages.h,
4286           src/ui/dialog/text-properties.cpp, src/ui/dialog/text-properties.h,
4287           src/ui/dialog/tree-editor.cpp, src/ui/dialog/tree-editor.h,
4288           src/ui/dialog/xml-editor.cpp, src/ui/dialog/xml-editor.h,
4289           src/ui/widget/combo-text.cpp, src/ui/widget/combo-text.h,
4290           src/ui/widget/handlebox.cpp, src/ui/widget/handlebox.h,
4291           src/ui/widget/icon-widget.cpp, src/ui/widget/icon-widget.h,
4292           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h,
4293           src/ui/widget/notebook-page.cpp, src/ui/widget/notebook-page.h,
4294           src/ui/widget/scalar-unit.cpp, src/ui/widget/scalar-unit.h,
4295           src/ui/widget/scalar.cpp, src/ui/widget/scalar.h,
4296           src/ui/widget/toolbox.cpp, src/ui/widget/toolbox.h,
4297           src/ui/widget/unit-menu.cpp, src/ui/widget/unit-menu.h:
4298           Initial import of the gtkmm code.  These are mainly
4299           unimplemented stubs, but have few dependencies so are easy to
4300           integrate at this stage.
4302         * src/ui/widget/Makefile_insert, src/ui/widget/makefile.in,
4303           src/ui/dialog/Makefile_insert, src/ui/dialog/makefile.in,
4304           src/ui/Makefile_insert, src/ui/makefile.in:  Adding makefile
4305           support for new code.
4307         * io/simple-sax.h, io/simple-sax.cpp:  Adding Jon's simple SAX
4308           code
4310         * util/units.h, util/units.cpp:  New inkscape_gtkmm units code
4312 2005-02-12  MenTaLguY  <mental@rydia.net>
4314         * src/document.cpp, src/document.h, src/sp-gradient-test.cpp:
4316           SPDocument is now a "real C++ class", managed by the garbage collector
4318 2005-02-12  MenTaLguY  <mental@rydia.net>
4320         * src/document-private.h, src/document.cpp, src/document.h, src/view.cpp,
4321           src/view.h, src/dialogs/xml-tree.cpp:
4323           switched SPDocument to sigc++ signals
4325 2005-02-12  Kees Cook  <kees@outflux.net>
4327         * Makefile.am, configure.ac, Makefile.mingw.common, inkscape.nsi: undoing
4328           my "configure" changes.  Was dumb and forgot about native compiles on
4329           win32.
4330         * inkview.1.in, share/extensions/inkscape-shadow-white.sh,
4331           share/extensions/inkscape-shadow.sh: corrections found by Wolfram
4332           Quester during Debian packaging.
4333         * src/desktop-events.cpp, src/file.cpp, src/gradient-chemistry.cpp,
4334           src/interface.cpp, src/layer-fns.cpp, src/nodepath.cpp,
4335           src/object-ui.cpp, src/path-chemistry.cpp, src/prefs-utils.cpp,
4336           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
4337           src/sp-object.cpp, src/sp-pattern.cpp, src/sp-text.cpp, src/splivarot.cpp,
4338           src/text-editing.cpp, src/dialogs/clonetiler.cpp, src/dialogs/rdf.cpp,
4339           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
4340           src/extension/internal/gdkpixbuf-input.cpp, src/extension/plugin/grid.cpp,
4341           src/widgets/gradient-selector.cpp, src/xml/repr-action-test.cpp,
4342           src/xml/repr-css.cpp, src/xml/repr-io.cpp, src/xml/repr-util.cpp,
4343           src/xml/repr.cpp, src/xml/repr.h: inline function removal patches from
4344           Robert Crosbie.
4346 2005-02-11  Kees Cook  <kees@outflux.net>
4348         * src/Makefile.mingw, src/make.*: win32 compile updates.
4349         * src/extensions/internal/gnome.cpp: added my missing "comment" code.
4350         * src/shortcuts.cpp, doc/keys.xml, doc/keys.html, share/screens/keys.svg:
4351           added explicit ctrl-w. since gtk already binds it, we may as well show it.
4353 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
4355         * src/inkscape.cpp: Changed from SHGetSpecialFolderPath to
4356           SHGetSpecialFolderLocation. Fixes bug #1085641
4358 2005-02-10  MenTaLguY  <mental@rydia.net>
4360         * src/document.h, src/document.cpp: get rid of casting macro uses
4362 2005-02-10  MenTaLguY  <mental@rydia.net>
4364         * src/desktop.cpp, src/document-undo.cpp, src/document.cpp, src/file.cpp,
4365           src/gradient-chemistry.cpp, src/inkscape.cpp, src/interface.cpp,
4366           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-object-repr.cpp,
4367           src/sp-object.cpp, src/svg-view.cpp, src/uri-references.cpp,
4368           src/view.cpp, src/dialogs/stroke-style.cpp,
4369           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp:
4371           get rid needless uses of SP_IS_DOCUMENT (if we can't trust the
4372           compiler's type checking, what can we trust?)
4374 2005-02-10  MenTaLguY  <mental@rydia.net>
4376         * src/desktop-style.h, src/desktop.h, src/document.h, src/event-context.h,
4377           src/inkscape.h, src/knotholder.h, src/nodepath.h,
4378           src/selection-chemistry.h, src/selection.h, src/sp-conn-end-pair.h,
4379           src/sp-object-repr.h, src/sp-object.h, src/style.h,
4380           src/dialogs/sp-attribute-widget.h, src/extension/implementation/script.h,
4381           src/xml/repr-get-children.h, src/xml/repr.h, src/xml/sp-repr-action.h,
4382           src/xml/sp-repr-attr.h, src/xml/xml-forward.h:
4384           got rid of xml-forward.h
4386 2005-02-10  Kees Cook  <kees@outflux.net>
4388         * configure.ac, Makefile.am, src/Makefile.am, Makefile.mingw.common.in,
4389           inkscape.nsi.in: setting up "configure" to build the other files that
4390           expect version numbers to get updated.  Including mingw files in dist
4391           package.
4393 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
4394         * src/io/uristream.h, src/io/uristream.cpp,
4395           src/extension/internal/svg.h, src/extension/internal/svg.cpp,
4396           src/extension/internal/Makefile_insert,
4397           src/extension/internal/extension.h,
4398           src/extension/internal/init.cpp:
4399           Adding internal .svgz load and save extension.
4400           Probable fix for bugs #1074996, #1050361, #925033, #1052307
4402 2005-02-08  Kees Cook  <kees@outflux.net>
4404         * src/extension/implementation/script.cpp: proper /tmp handling.
4405           Closes bug #1074996.
4406         * src/inkscape.cpp, src/inkscape.h, src/dialogs/export.cpp: correction
4407           for export dialog paths.  Closes bug #1114714.
4408         * inkscape.nsi, Makefile.mingw.common: version bumps
4409         * src/text-context.cpp: removed preedit code; it was broken and unneeded.
4411 2005-02-08  Ted Gould  <ted@gould.cx>
4413         * Released 0.41
4415 2005-02-01  Kees Cook  <kees@outflux.net>
4417         * src/xml/sp-css-attr.h, src/desktop-style.cpp, src/xml/repr-css.cpp,
4418           src/xml/repr.h: Fixed SPCSSAttr to be a "real" class, at mental's
4419           direction.  Fixes my "default prefs don't show attrs" bug.
4420         * src/helper/stock-items.cpp: removing redundant code.
4421         * src/libnr/nr-point.h, src/libnrtype/FlowUtils.h, src/livarot/Shape.h:
4422           added explicit initializations to keep valgrind happy.
4423         * src/dir-util.cpp, src/sp-path.cpp, src/splivarot.cpp,
4424           src/svg/svg-length.cpp, src/widgets/icon.cpp:
4425           cleaning up memory leaks detected by valgrind.
4426         * src/extension/dependancy.cpp: made repr-attr tags untranslatable.
4427         * src/extension/system.cpp: correcting extension autodetection when
4428           there are conflicting matching modules.
4429         * src/dialogs/filedialog.cpp, src/extension/extension.h,
4430           src/extension/internal/svg.cpp: .svgz loading works again as
4431           expected.  Non-functioning modules are not listed in file dialogs.
4432         * src/text-context.cpp, src/text-editing.cpp: preedit modes don't
4433           work correctly for multi-byte characters.  See bug 1086769.
4435 2005-01-31  Jon A. Cruz  <jon@joncruz.org>
4436         * src/file.cpp, src/inkscape.cpp, src/interface.cpp,
4437           src/dialogs/export.cpp, src/extension/init.cpp:
4438           sanitize messages before passing to display dialogs.
4440 2005-01-31  Kees Cook  <kees@outflux.net>
4442         * src/libnrtype/FontFactory.cpp: added a crude font name detection
4443           routine to work around a Pango crash bug.  This can be removed once
4444           Pango is fixed.  See bug #1025565.  Actually, I figured out a fix.
4445         * print.cpp, print.h, sp-shape.cpp, extension/print.cpp,
4446           extension/print.h, extension/implementation/implementation.cpp,
4447           extension/implementation/implementation.h,
4448           extension/implementation/plugin.cpp, extension/implementation/plugin.h,
4449           extension/internal/gnome.h, extension/internal/ps.cpp,
4450           extension/internal/ps.h, extension/internal/win32.h:
4451           In an attempt to start debugging print rendering, I've added the
4452           Print::comment function so that SPItem boundries can be easily
4453           seen in rendered output.
4454         * src/preferences-skeleton.h, src/sp-shape.cpp,
4455           src/dialogs/display-settings.cpp, src/extension/internal/ps.cpp:
4456           Added printout comments for print debugging.  Fixed dash output
4457           bug #1104050.
4458         * src/dialogs/rdf.cpp: fixed rdf:bag displays.  Closes bug #1113316.
4460 2005-01-30  Jon A. Cruz  <jon@joncruz.org>
4461         * src/io/sys.h, src/io/sys.cpp: added utility routine to cleanup
4462           strings with invalid UTF-8 for display.
4464 2004-01-30  Kees Cook  <kees@outflux.net>
4466         * src/make.dep, src/make.exclude, src/make.files, src/make.ofiles,
4467           src/io/uristream.cpp, src/io/sys.cpp: additional win32 changes
4468           using Jon Cruz's new mkdir function.  Getting Win32 to compile the
4469           "io" directory.  Closes bug #1107305.
4470         * src/file.cpp, src/inkscape-stock.cpp, src/inkscape.cpp,
4471           src/interface.cpp, src/main.cpp, src/dialogs/export.cpp,
4472           src/dialogs/stroke-style.cpp, src/extension/input.cpp,
4473           src/extension/implementation/script.cpp, src/helper/stock-items.cpp,
4474           src/io/sys.cpp, src/io/sys.h, src/widgets/icon.cpp: wrapped
4475           g_file_test with new Inkscape::IO::file_test since g_file_test isn't
4476           utf8-safe.
4477         * src/inkscape.cpp: removed call to g_free on non-alloced string.
4478           fixed up crash-save location to be utf8-okay.
4479         * src/extension/extension.cpp: convert from utf8 before open.
4480         * src/sp-spiral.cpp, src/object-edit.cpp: found place where CLAMP on
4481           spiral's t0 wasn't working.  Closes bug #1075640.
4483 2004-01-28  MenTaLguY  <mental@rydia.net>
4485         * src/sp-object.h, src/sp-object.cpp:
4486           efficiency fixes which should be helpful when loading large documents
4488 2005-01-29  Jon A. Cruz  <jon@joncruz.org>
4490         * src/file.h, src/file.cpp, src/inkscape.cpp, src/sp-image.cpp,
4491           src/extension/implementation/script.cpp,
4492           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4493           src/extension/plugin/gimpgrad.cpp, src/helper/png-write.cpp,
4494           src/io/Makefile_insert, src/io/sys.h, src/io/sys.cpp,
4495           src/trace/imagemap.cpp, src/xml/repr-io.cpp:
4497           Refactored open routine to better location.
4499 2004-01-28  Kees Cook  <kees@outflux.net>
4501         * configure.ac: added test for libgc 6.4 or better.
4502         * src/main.cpp: calling new SPRepr methods instead of inline wrappers.
4504 2004-01-27  MenTaLguY  <mental@rydia.net>
4506         * src/xml/simple-node.h, src/xml/simple-node.cpp:
4508           SimpleNode::lastChild() and SimpleNode::appendChild() are now
4509           O(1) rather than O(n)
4511 2004-01-26  MenTaLguY  <mental@rydia.net>
4513         * src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
4514           src/xml/sp-repr-action.h, src/xml/sp-repr-event-vector.h:
4516           inlined legacy wrappers
4518         * src/xml/simple-node.cpp: really fixed #1108231 now
4520 2005-01-25  Jon A. Cruz  <jon@joncruz.org>
4522         * src/interface.cpp: Passed file import call to shared code.
4523           Fixed bug #1108620.
4525 2005-01-25  MenTaLguY  <mental@rydia.net>
4527         * src/xml/simple-node.cpp: fixed bug #1108231
4529 2005-01-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4531         * src/dialogs/desktop-properties.cpp: Changed set of paper sizes offered:
4533           Removed `Folio' pagesize (which means a different paper size to
4534           different people; will Folio be missed?  If so, can we improve
4535           the name?).
4537           Changed ISO page sizes (A0..A10, B0..B10) to match official ISO
4538           specification in mm.
4540           Note that these differ from ghostscript's idea of page sizes;
4541           see comment in desktop-properties.cpp for speculation of
4542           possible problems (fuzziness from antialiasing).
4544           (Note also that our previous sizes differed even more from
4545           gs_statd.ps...)
4547           Coalesced Ledger and Tabloid to a single entry (11x17in);
4548           previously they differed in size.
4550           Changed Icon 16x16 from 16pt to 16px; similarly Icon 32x32 and
4551           Banner 468x60.
4553 2004-01-24  MenTaLguY  <mental@rydia.net>
4555         * src/xml/simple-node.cpp: potential fix for bug #1108231
4557 2004-01-23  Ted Gould  <ted@gould.cx>
4559         * po/POTFILES.in, share/extensions/dia.inx,
4560         src/preferences-skeleton.h, src/extension/Makefile_insert,
4561         src/extension/dependency.cpp, src/extension/dependency.h,
4562         src/extension/error-file.cpp, src/extension/error-file.h,
4563         src/extension/extension.cpp, src/extension/extension.h,
4564         src/extension/init.cpp, src/extension/prefdialog.cpp:
4566         Adding in functionality to write out an error log based on the failing to
4567         load of extensions.  There is also a new error dialog that appears if one
4568         or more fail to alert the user and tell them where the error log is
4569         stored.  In the log there is more complex descriptions of what failed.
4571 2004-01-23  MenTaLguY  <mental@rydia.net>
4573         * src/sp-object.cpp: fix for id binding bug
4575 2004-01-23  MenTaLguY  <mental@rydia.net>
4577         * src/xml/repr-io.cpp: don't complain about not having a namespace
4578           URI for the standard xml: prefix
4580         * src/desktop-style.cpp, src/desktop.cpp, src/document-undo.cpp,
4581           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
4582           src/interface.cpp, src/nodepath.cpp, src/object-edit.cpp,
4583           src/path-chemistry.cpp, src/prefs-utils.cpp, src/select-toolbar.cpp,
4584           src/selection-chemistry.cpp, src/sp-defs.cpp, src/sp-flowdiv.cpp,
4585           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-item.cpp,
4586           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object.cpp,
4587           src/sp-offset.cpp, src/sp-pattern.cpp, src/sp-string.cpp,
4588           src/sp-text.cpp, src/sp-tspan.cpp, src/sp-use.cpp, src/splivarot.cpp,
4589           src/text-chemistry.cpp, src/text-context.cpp, src/text-editing.cpp,
4590           src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp,
4591           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
4592           src/extension/extension.h, src/extension/implementation/script.cpp,
4593           src/widgets/dash-selector.cpp, src/widgets/gradient-vector.cpp,
4594           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
4595           src/xml/comment-node.h, src/xml/element-node.h,
4596           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
4597           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
4598           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4599           src/xml/repr.h, src/xml/simple-document.cpp, src/xml/simple-document.h,
4600           src/xml/simple-node.cpp, src/xml/simple-node.h,
4601           src/xml/sp-repr-action.cpp, src/xml/sp-repr-doc.h, src/xml/sp-repr.h,
4602           src/xml/text-node.h:
4604           got rid of xml/repr-private.h, removed
4605           sp_repr_document_createTextNode(), made SPRepr and SPReprDoc abstract
4606           interfaces, and moved the SPRepr implementations into separate files
4607           in the Inkscape::XML namespace
4609         * src/util/shared-c-string-ptr.h: added equality operators to avoid
4610           certain ambiguities
4612 2004-01-22  MenTaLguY  <mental@rydia.net>
4614         * src/xml/Makefile_insert, src/xml/repr-private.h, src/xml/repr.cpp,
4615           src/xml/session.h, src/xml/simple-session.cpp, src/xml/simple-session.h,
4616           src/xml/sp-repr-action.cpp, src/xml/transaction-logger.h:
4618           added Inkscape::XML::Session and Inkscape::XML::TransactionLogger
4619           to provide a new interface for transactions, rather than doing it from
4620           SPReprDoc
4622 2004-01-22  MenTaLguY  <mental@rydia.net>
4624         * src/xml/Makefile_insert, src/xml/node-observer.h,
4625           src/xml/repr-private.h, src/xml/repr.cpp:
4627           moved repr loging behind generic observer interface
4629 2005-01-22  Ted Gould  <ted@gould.cx>
4631         * src/display/canvas-grid.cpp, src/display/canvas-grid.h;
4633         Fixing 1103001.  Now major grid lines work alot more like you
4634         think that they should.
4636 2005-01-21  MenTaLguY  <mental@rydia.net>
4638         * src/util/Makefile_insert, src/util/shared-c-string-ptr.cpp,
4639           src/util/shared-c-string-ptr.h, src/util/shared-c-string.cpp,
4640           src/util/shared-c-string.h, src/xml/repr-io.cpp,
4641           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4642           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h:
4644           renamed Util::SharedCString to Util::SharedCStringPtr, which is
4645           more descriptive of what it actually is
4647 2005-01-21  MenTaLguY  <mental@rydia.net>
4649         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp:
4651           simplify the cacheing of repr position indices, and make it something
4652           that can work with an abstract interface
4654 2005-01-20  Kees Cook  <kees@outflux.net>
4656         * src/file.cpp: added some debug output to help bulia debug bug #1102318.
4657         * configure.ac: more attempts at detecting the -lgc libs.
4659 2005-01-19  Kees Cook  <kees@outflux.net>
4661         * configure.ac: trying to correct the -lgc detection.
4662         * inkscape.pod: added theme details.
4663         * src/widgets/widget-sizes.h: went from 20 to 24 for toolbar icon size
4664           to match other GTK applications.
4665         * src/extension/db.cpp: corrected STL "not found" handling.  Didn't
4666           fix bug #1102318.
4668 2005-01-18  Kees Cook  <kees@outflux.net>
4670         * src/inkscape.h, src/inkscape.cpp, src/widgets/icons.cpp:
4671           Added basic theme support!  Whee!
4672         * share/inkscape/icons.svg: restoring original up/down/flip icons since
4673           icons are themable now.  We should stick to our original look.
4674         * share/screens/about.svg: added Brisgeek's 0.41 about screen.  Had
4675           to tweak background: looks like doc background isn't imported.
4676         * share/icons/*.xpm, share/icons/*.png: removed them.  Not being used.
4678 2005-01-17  MenTaLguY  <mental@rydia.net>
4680         * src/desktop-style.cpp, src/inkscape.cpp, src/interface.cpp,
4681           src/path-chemistry.cpp, src/prefs-utils.cpp, src/selection-chemistry.cpp,
4682           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-object.cpp,
4683           src/sp-text.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
4684           src/dialogs/xml-tree.cpp, src/extension/internal/pov-out.cpp,
4685           src/widgets/dash-selector.cpp, src/xml/repr-css.cpp,
4686           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
4687           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4688           src/xml/sp-repr-action.cpp:
4690           Made all SPRepr fields private, and moved most functionality into
4691           member functions.  Also shuffled SPReprDoc members, to avoid
4692           need for SPReprDoc to be finalized.
4694 2005-01-17  Kees Cook  <kees@outflux.net>
4696         * share/markers/markers.svg: applied patch #990884, which provides a
4697           few mirrored arrows until marker transforms are finished.
4698         * share/icons/icons.svg: updates per Bulia's request.
4700 2005-01-16  MenTaLguY  <mental@rydia.net>
4702         * src/sp-object.cpp: non-elements no longer get ids assigned
4704 2005-01-15  MenTaLguY  <mental@rydia.net>
4706         * src/arc-context.cpp, src/document-private.h, src/document.cpp,
4707           src/document.h, src/event-context.cpp, src/node-context.cpp,
4708           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4709           src/star-context.cpp, src/toolbox.cpp, src/uri-references.cpp,
4710           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4711           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4712           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4713           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
4714           src/xml/sp-repr-event-vector.h:
4716           Removed attribute setting callback, and decoupled ids and object/repr
4717           bindings (object <-> repr associations are now remembered directly,
4718           though ids are still tracked too).
4720           This means it is now possible to set a null id on an object without
4721           anything breaking (hopefully).  For now we will still assign ids
4722           to everything by default...
4724 2005-01-15  MenTaLguY  <mental@rydia.net>
4726         * src/arc-context.cpp, src/event-context.cpp, src/node-context.cpp,
4727           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4728           src/star-context.cpp, src/toolbox.cpp,
4729           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4730           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4731           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4732           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
4733           src/xml/sp-repr-event-vector.h:
4735           remove all veto callbacks but setting attributes
4737 2005-01-15  Kees Cook  <kees@outflux.net>
4739         * src/inkscape.cpp: correcting windows path for preferences.  Closes
4740         bug #933461.
4742         * src/file.cpp, src/nodepath.cpp, src/selection-describer.cpp,
4743         src/seltrans.cpp, src/sp-item-group.cpp, src/sp-path.cpp,
4744         src/sp-spiral.cpp, src/sp-star.cpp, src/dialogs/find.cpp:
4745         Using ngettext for plural localized strings.  Please try to keep this
4746         up.  Closes bug #1076872.
4748         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
4749         src/inkscape-stock.h, src/dialogs/stroke-style.cpp,
4750         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4751         src/dialogs/xml-tree.cpp: Finished the last of the missing pixmap
4752         replacements from Andreas Nilsson.  Fixed some mistakes in the earlier
4753         changes (need to call sp_icon_new_scaled not sp_icon_new).
4755 2005-01-14  MenTaLguY  <mental@rydia.net>
4757         * src/gc.cpp: leave the free space multiplier at the default, which
4758           will hopefully (according to Hans) avoid some of the odd gc issues
4759           we've had, if nothing else does
4761 2005-01-14  Kees Cook  <kees@outflux.net>
4763         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
4764         src/inkscape-stock.h, src/verbs.cpp, src/dialogs/stroke-style.cpp,
4765         src/dialogs/transformation.cpp, src/widgets/icon.cpp, src/widgets/icon.h,
4766         src/widgets/paint-selector.cpp:
4767         Fixed up code and replaced pixmaps with icons from myself and
4768         Andreas Nilsson.
4770 2005-01-11  MenTaLguY  <mental@rydia.net>
4772         * src/xml/repr-io.cpp: promote non-namespaced SVG documents into SVG
4773           namespace
4775 2005-01-08  MenTaLguY  <mental@rydia.net>
4777         * src/Makefile_insert, src/gc-anchored.cpp, src/gc-anchored.h:
4778           abstracted allocation of anchors
4780 2005-01-06  Ted Gould  <ted@gould.cx>
4782         * src/interface.cpp, src/extension/effect.cpp,
4783         src/extension/implementation/implementation.cpp,
4784         src/extension/implementation/implementation.h,
4785         src/extension/implementation/plugin-link.h,
4786         src/extension/implementation/plugin.cpp,
4787         src/extension/implementation/plugin.h,
4788         src/extension/implementation/script.cpp,
4789         src/extension/implementation/script.h, src/extension/plugin/gimpgrad.cpp,
4790         src/extension/plugin/grid.cpp:
4792         Changing the effects preferences so that it uses sockets and plugs which
4793         will allow out of process GUIs to work too.  This is a first pass with
4794         nothing beautiful, but it does seem to work.
4796 2005-01-03  MenTaLguY  <mental@rydia.net>
4798         * src/document.cpp, src/main.cpp, src/sp-root.cpp:
4799           get rid of ugly xmlns hacks
4801         * src/inkscape.cpp, src/extension/internal/svg.cpp, src/xml/repr-io.cpp:
4802           automatically include xmlns declarations for the required namespaces,
4803           and make a best effort at using a default namespace when requested
4804           and possible
4806 2005-01-02  Kees Cook  <kees@outflux.net>
4808         * share/icons/icons.svg: updated view and location
4809         * src/document.cpp, src/dialogs/rdf.cpp: fixed another bug in metadata
4810           due to svg: prefix change.
4811         * src/inkscape-stock.h, src/inkscape-stock.cpp, share/icons/Makefile.am:
4812           removed unused xpm icons
4814 2005-01-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4816         * src/fontsize-expansion.h, src/fontsize-expansion.cpp:
4817           New files.
4818         * src/Makefile_insert: Add the new files to libinkpre_a_SOURCES.
4819         * src/desktop-style.cpp (sp_desktop_apply_css_recursive):
4820           When calling sp_css_attr_scale, change the expansion calculation
4821           to use fontsize_expansion().
4822         * src/sp-text.cpp (sp_text_set_transform): Similarly use
4823           fontsize_expansion() instead of generic m.expansion().
4825 2005-01-01  Kees Cook  <kees@outflux.net>
4827         * src/extension/db.h, src/extension/db.cpp, src/extension/init.cpp:
4828         created "modulelist" to maintain initialization order for extension
4829         lists.
4831 2004-12-31  MenTaLguY  <mental@rydia.net>
4833         * src/xml/repr-io.cpp, src/xml/repr.h: initial scaffoliding for more
4834           cosmetic use of prefixes in output files (and eventually more proper
4835           namespace handling for output as well)
4837 2004-12-31  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4839         * src/sp-text.cpp (sp_text_set_transform): Change scaling of font size.
4840           The result should be closer to what CorelDraw, XaraX, Canvas 7 and
4841           Expression3 do according to vellum, though I don't know the exact
4842           rule that they use.
4844 2004-12-25  Ted Gould  <ted@gould.cx>
4846         * share/extensions/grid.inx, src/extension/extension.cpp,
4847         src/extension/extension.h, src/extension/plugin/grid.cpp:
4849         Futher improvements to the grid plugin.  This involves mostly adding in
4850         parameters at this time, but, ofcourse, I never implemented floating
4851         point parameters -- so that had to be done first.  More modular code so
4852         that things can be adjusted externally better.
4854 2004-12-25  Ted Gould  <ted@gould.cx>
4856         * share/extensions/Makefile.am, share/extensions/grid.inx,
4857         src/extension/implementation/plugin-link.h,
4858         src/extension/implementation/plugin.cpp,
4859         src/extension/plugin/Makefile_insert, src/extension/plugin/gimpgrad.cpp,
4860         src/extension/plugin/grid.cpp:
4862         Adding in a new effect plugin, grid.  It draws a grid on the canvas which
4863         is just an easy way to do some neat things.  It is mostly done, but still
4864         needs cleanup.  Some other files required modification to make this
4865         possible.
4867 2004-12-25  MenTaLguY  <mental@rydia.net>
4869         * src/event-context.cpp: removed unused handler
4871 2004-12-25  Ted Gould  <ted@gould.cx>
4873         * share/extensions/svg_dropshadow:
4875         Changing to use "svg:g" instead of "g" for the group.
4877         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h,
4878         src/extension/system.cpp, src/extension/system.h,
4879         src/extension/implementation/implementation.cpp,
4880         src/extension/implementation/implementation.h,
4881         src/extension/implementation/plugin.cpp,
4882         src/extension/implementation/plugin.h,
4883         src/extension/implementation/script.cpp,
4884         src/extension/implementation/script.h:
4886         Final stuff to get Effects working as well as the did before, which
4887         is okay, but not great.  This involved changing the API to get an SPView
4888         instead of an SPDocument because then I can get the selection information
4889         from the view that is being used.
4891 2004-12-24  MenTaLguY  <mental@rydia.net>
4893         * src/sp-object-repr.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
4894           src/dialogs/rdf.cpp, src/dialogs/xml-tree.cpp,
4895           src/widgets/sp-xmlview-tree.cpp, src/xml/repr-io.cpp,
4896           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4897           src/xml/repr.h:
4899           cleaned out unused code and unhygenic macros, as well as fixing
4900           constructors for text and comment nodes
4902 2004-12-24  Ted Gould  <ted@gould.cx>
4904         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h:
4906         Okay, now the effects menu really works!  Well, the implementation seems
4907         to be broken, but the wrapper seems to be all working.
4909 2004-12-24  Ted Gould  <ted@gould.cx>
4911         * src/interface.cpp, src/verbs.cpp, src/verbs.h, src/extension/effect.cpp,
4912         src/extension/effect.h:
4914         Getting the Effects menu basically working.  This included some fixes to
4915         the verbs where they were incrementing the database incorrectly.  The
4916         effects are the first component to take advantage of the dynamically
4917         created verbs, and exercised new code.  Now the basic menu is available,
4918         but there is no functionality there.
4920 2004-12-24  Ted Gould  <ted@gould.cx>
4922         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
4924         Basic code for the effects menu.
4926         * src/dialogs/filedialog.cpp, src/dialogs/filedialog.h,
4927         src/extension/db.cpp, src/extension/db.h:
4929         Changing the DB access functions to use std::list instead of GSList so
4930         that it is more standard, and we get rid of a specialized class that
4931         really isn't that useful.  Less memory usage, and fixes a leak.
4933         * src/extension/effect.cpp, src/extension/effect.h:
4935         Adding in a "Last Effect" to be used in the menus.
4937         * src/extension/extension-forward.h, src/extension/extension.cpp,
4938         src/extension/extension.h, src/extension/input.cpp,
4939         src/extension/output.cpp, src/extension/timer.cpp, src/extension/timer.h,
4940         src/extension/Makefile_insert:
4942         Adding in the timer functions so that modules will unload in a given
4943         amount of time.  For more information on this read the documentation
4944         in the files.  Kinda a lazy deallocation.
4946         * src/extension/implementation/implementation.cpp:
4948         Fix unload so that it is not recursive.
4950 2004-12-23  MenTaLguY  <mental@rydia.net>
4952         * src/arc-context.cpp, src/document.cpp, src/draw-context.cpp,
4953           src/dyna-draw-context.cpp, src/file.cpp, src/gradient-chemistry.cpp,
4954           src/interface.cpp, src/layer-fns.cpp, src/main.cpp, src/object-ui.cpp,
4955           src/path-chemistry.cpp, src/rect-context.cpp,
4956           src/selection-chemistry.cpp, src/sp-anchor.cpp, src/sp-clippath.cpp,
4957           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
4958           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-gradient-test.cpp,
4959           src/sp-gradient.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4960           src/sp-line.cpp, src/sp-marker.cpp, src/sp-mask.cpp,
4961           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-offset.cpp,
4962           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4963           src/sp-polyline.cpp, src/sp-rect.cpp, src/sp-root.cpp,
4964           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp, src/sp-text.cpp,
4965           src/sp-tspan.cpp, src/sp-use.cpp, src/spiral-context.cpp,
4966           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
4967           src/text-context.cpp, src/dialogs/find.cpp, src/dialogs/rdf.cpp,
4968           src/dialogs/xml-tree.cpp, src/ecma/EcmaBinding.cpp,
4969           src/extension/internal/gdkpixbuf-input.cpp,
4970           src/extension/internal/svg.cpp, src/livarot/ShapeDraw.cpp,
4971           src/xml/repr-io.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp:
4973           use normalized qnames for SVG elements too
4975 2004-12-23  Kees Cook  <kees@outflux.net>
4977         * configure.ac, src/Makefile_insert, src/extension/script/Makefile_insert:
4978           adding Perl and Python compile tests.  Corrected library locations.
4979         * src/extension/script/InkscapeScript.h,
4980           src/extension/script/InkscapePython.cpp,
4981           src/extension/script/InkscapeScript.cpp: white space fix, and
4982           added config.h, and some small debugging for myself.  Hope Bob doesn't
4983           mind!  :)
4984         * src/dialogs/scriptdialog.cpp: added comments to default code.
4986 2004-12-22  Kees Cook  <kees@outflux.net>
4988         * configure.ac, src/extension/script/Makefile_insert: automake cleanups
4989           to deal with perl/python detection.
4991 2004-12-20  David Turner <novalis@gnu.org>
4992         * src/widgets/gradient-vector.cpp:
4993           Fixed bug with gradient stops at 0 and 100%.  Closes 1085920.
4995 2004-12-18  Bob Jamison  <rjamison@titan.com>
4997         * src/extensions/script/*:
4998           New files that enable embedding of scripting languages
4999           in Inkscape.  Currently using Swig to embed Perl and Python.
5001         * autoconf.ac:
5002           Allow opting for perl or python with --with-perl=yes|no
5003           and --with-python=yes|no
5005 2004-12-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5007         * streq.h (streq), strneq.h (strneq), memeq.h (memeq):
5008           New convenience functions for strcmp(a,b)==0 etc.
5010         * src/dir-util.cpp (sp_relative_path_from_path):
5011           Fix when base is a string prefix of path but a directory prefix
5012           (e.g. path=/foo/barney, base=/foo/bar).
5014 2004-12-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5016         * src/sp-conn-end.cpp (sp_conn_end_move_compensate):
5017           Fix for undo/save: wasn't calling updateRepr().
5019 2004-12-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5021         * src/style.cpp (sp_style_merge_from_style_string):
5022           More standards-conforming parsing of style strings into prop:value
5023           pairs.
5025 2004-12-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5027         * src/style.h, src/style.cpp, src/libnrtype/font-style-to-pos.cpp:
5028           Fix font-weight value: s/darker/bolder/.
5030         * src/style.cpp (sp_style_merge_from_parent):
5031           Fix bug with specifying stroke-width with unit of em or ex.
5032           (We were ignoring the number, treating it as 1em or 1ex.)
5034         * src/style.h, src/style.cpp (sp_style_read_dash,
5035           sp_style_write_string, sp_style_write_difference):
5036           Allow `inherit' as a value for dasharray.
5037           (Also plug small memory leak in sp_style_read_dash.)
5039 2004-12-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5041         * src/style.cpp (sp_style_write_string):
5042           Fix for when stroke-dasharray either explicitly set to `none', or
5043           inherits non-none.
5045         * src/style.cpp (sp_style_write_ienum):
5046           Fix: preserve explicit `inherit' request.
5047         * (sp_style_read, sp_style_merge_property):
5048           Allow explicit `inherit' for `display' property.
5050         * src/style.cpp (sp_style_read):
5051           Fix copy&paste bug affecting `visibility' and `display' properties.
5053 2004-12-07  David Turner  <novalis@gnu.org>
5055         * src/libnrtype/RasterFont.cpp, src/display/nr-arena-shape.cpp:
5056         Fixed dash rendering bug (#1077213)
5058 2004-12-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5060         * src/style.h, src/style.cpp: Support all `display' values
5061           required by SVG 1.1.  (No functional change, insofar as the new
5062           values all have the same behaviour as our existing `block' value
5063           in SVG.)
5064         * src/sp-item.cpp, src/style.cpp: Use `inline' (SP_CSS_DISPLAY_INLINE)
5065           rather than `block' as our generic display value meaning `don't hide
5066           this', as per spec.
5068         * src/style.cpp: Prefer to write lr-tb etc. rather than the
5069           abbreviations lr etc.  (Also add comment saying why.)
5071 2004-12-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5073         * src/dialogs/xml-tree.cpp (on_attr_select_row_set_value_content):
5074           Fix segfault: treat NULL as empty string for display purposes.
5076 2004-11-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5078         * src/svg/svg.h, src/svg/sp-svg.def, src/svg/svg-length.cpp:
5079           (sp_svg_boolean_read, sp_svg_write_percentage):
5080           Remove these unused functions.
5081           (sp_svg_length_read_lff, sp_svg_number_write_d,
5082           sp_svg_number_write_i): Mark static.
5084         * configure.ac:
5085           When adding -lgc to LIBS, also add its dependencies -lpthread -ldl.
5087 2004-11-28  Ted Gould  <ted@gould.cx>
5089         * 0.40
5091 2004-11-25  MenTaLguY  <mental@rydia.net>
5093         * share/tutorials/tutorial-calligraphy.svg: spelling fix
5095         * src/widgets/layer-selector.cpp: fixing the layer selector update bug;
5096           sigc++ apparently doesn't deal with reference arguments very well
5098 2004-11-25  MenTaLguY  <mental@rydia.net>
5100         * src/layer-fns.cpp: fix layer creation within sublayers
5102         * src/dialogs/layer-properties.cpp: fix dialog leak
5104 2004-11-25  MenTaLguY  <mental@rydia.net>
5106         * src/inkscape.cpp: eliminate duplicated code across #ifdefs
5108         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5109           src/dialogs/layer-properties.h:
5111           LayerPropertiesDialog is no longer a singleton, since it's kind of a
5112           per-desktop (well, ideally per-document) thing.  Remaining to do:
5113           fix update of layer selector widget, and eliminate leak of dialog
5114           objects.
5116 2004-11-24  Kees Cook  <kees@outflux.net>
5118         * inkscape.spec: added SMP flags, added static library link capability.
5120 2004-11-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5122         * src/draw-context.cpp (spdc_concat_colors_and_flush):
5123           Do nothing if empty curve; in particular, don't try to close an
5124           empty curve.
5126         * src/pen-context.cpp (spdc_endpoint_snap):
5127           Fix use of uninitialized value when snapping.
5129 2004-11-23  Bryce Harrington <bryce@bryceharrington.org>
5131         * src/dialogs/layer-properties.cpp:  Fixing bug causing two new
5132           layers to get created when hitting enter
5134 2004-11-23  Kees Cook  <kees@outflux.net>
5136         * share/tutorials: added Josh's changes, resized, repositioned for
5137           800x600.
5138         * src/verbs.h, src/verbs.cpp, src/interface.cpp: added tracing
5139           tutorial.
5141 2004-11-23  MenTaLguY  <mental@rydia.net>
5143         * src/rect-context.cpp: disallow drawing on locked or invisible layers
5145         * src/widgets/layer-properties.h, src/widgets/layer-properties.cpp:
5146           slight HIG-ification
5148         * src/desktop.cpp, src/desktop.h, src/widgets/layer-selector.cpp,
5149           src/widgets/layer-selector.h, src/verbs.cpp, src/sp-desktop-widget.h
5151           removed vestigal layer renaming thing
5153         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5154           src/dialogs/layer-properties.h:
5156           reuse dialog for creating layers as well as for renaming them
5158 2004-11-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5160         * src/display/bezier-utils.cpp (generate_bezier): For the sake of
5161           our current pencil tool, don't use free optimization of the end
5162           tangent vector.
5164 2004-11-21  MenTaLguY <mental@rydia.net>
5166         * src/verbs.cpp: add accels for layer menu items
5168 2004-11-21  Bryce Harrington <bryce@bryceharrington.org>
5170         * src/dialogs/layer-properties.cpp, src/verbs.cpp,
5171           src/dialogs/layer-properties.h: Hooking up layer rename
5172           functionality, and making it show correctly.
5174         * src/dialogs/debugdialog.cpp, src/dialogs/find.cpp,
5175           src/dialogs/tracedialog.cpp:  Fixing dialog show behavior
5177 2004-11-21  Kees Cook  <kees@outflux.net>
5179         * src/sp-object.cpp, src/sp-metadata.cpp: added some debugging, and
5180           fixed a dumb error in my metadata _release handler.  Should mostly
5181           close bug 1069772.
5182         * src/Makefile_insert, src/sp-skeleton.cpp, src/sp-skeleton.h:
5183           created some example SPObject implementations for a basis for any
5184           new SPObjects in the future.
5185         * src/dialogs/xml-tree.cpp: fixing logic bug in identability checker.
5186           Added immutability test to actually close 1069772.
5187         * share/icons/icons.svg, src/verbs.cpp, src/interface.cpp: adding
5188           icons for the "new" menu, vacuum, reverse, make bitmap, and trace.
5190 2004-11-20  Jon A. Cruz  <jon@joncruz.org>
5192         * src/extension/db.h, src/extension/db.cpp, src/dialogs/filedialog.cpp:
5193           Added extension matching pattern. Fixed bug 1064888.
5195         * src/dialogs/filedialog.cpp (isValidImageFile):
5196           Fixed previewing bug 1067551.
5198 2004-11-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5200         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
5201           Add splitpoints parameter.  Callers updated.
5203         * src/display/bezier-utils.cpp
5204           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full):
5205           Change last parameter from lg_max_beziers to max_beziers.
5206           Callers updated.
5208 2004-11-19  Bryce <bryce@bryceharrington.org>
5210         * src/dialogs/layer-properties.cpp,
5211           src/dialogs/layer-properties.h:  Adding some widgets.
5213 2004-11-18  Bryce <bryce@bryceharrington.org>
5215         * src/dialogs/Makefile_insert, src/dialogs/makefile.msc,
5216           src/dialogs/layer-properties.h, src/dialogs/layer-properties.h:
5217           Adding a layer properties dialog for renaming layers
5219         * src/desktop.cpp src/interface.cpp, src/verbs.cpp,
5220           src/verbs.h src/dialogs/layer-properties.cpp,
5221           src/dialogs/layer-properties.h,
5222           src/widgets/layer-selector.cpp:  Hooking in layer props dialog.
5224 2004-11-16  MenTaLguY  <mental@rydia.net>
5226         * src/widgets/document-tree-model.cpp, src/widgets/document-tree-model.h,
5227           src/widgets/layer-selector.cpp, src/widgets/Makefile_insert:
5229           removed Widgets::DocumentTreeModel because unused
5231         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5232           src/xml/repr.h:
5234           cache successive sibling counts (self+subsequent siblings) in SPRepr
5235           to make sp_repr_n_children() and sp_repr_position() more efficient,
5236           which will be needed later for e.g. GTK tree models.
5238           sp_repr_nth_child() isn't any faster as a result of the changes,
5239           but it probably won't need to be
5241         * src/xml/repr.cpp: fixed refcount leak in SPRepr::SPRepr(SPRepr const &)
5243 2004-11-15  MenTaLguY  <mental@rydia.net>
5245         * src/gc.cpp: add initial stubs that print an informative error
5246           if the GC functions are used before Inkscape::GC::init() is called
5248 2004-11-14  MenTaLguY  <mental@rydia.net>
5250         * configure.ac, src/gc-core.h, src/gc-managed.h, src/gc-anchored.h,
5251           src/gc-finalized.h, src/gc.cpp:
5253           make disabling the collector a run-time rather than a compile-time
5254           option; there are now three garbage collector options, selectable
5255           by setting the _INKSCAPE_GC environment variable:
5257            * enable - the normal collector (default)
5258            * debug - the debugging collector
5259            * disable - use standard malloc in place of the libgc allocator
5261 2004-11-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5263         * src/display/bezier-utils.cpp: Make end tangent/s be unconstrained for
5264           sp_bezier_fit_cubic, sp_bezier_fit_cubic_r, and around corner nodes.
5266         * src/pencil-context.cpp (fit_and_split): Allow the bezier fitter to
5267           choose the middle control points freely except to the extent required
5268           for smooth nodes.
5270         * src/display/bezier-utils.cpp (generate_bezier):
5271           If either end tangent is specified as zero then estimate the
5272           corresponding control point without constraining its direction
5273           from the endpoint.
5275         * src/pencil-context.h, src/pencil-context.cpp
5276           (fit_and_split, sp_pencil_context_init): Explicitly remember required
5277           tangent instead of using "first two points" hack.
5279         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
5280           Detect & prevent "ghost spikes", by allowing a corner node if
5281           the specified tangent would result in a spike.
5283         * src/display/bezier-utils.cpp (generate_bezier): Better handling
5284           of the case of infinite solutions for the lengths of the two
5285           tangent vectors: try requiring that the lengths equal each other,
5286           and solving for that length (just one variable).
5288 2004-11-13  Kees Cook  <kees@outflux.net>
5290         * src/document.cpp: wrapped updateDisplay call in undo insensitivity.
5291           Closes bug #1030436.
5293 2004-11-12  MenTaLguY  <mental@rydia.net>
5295         * src/main.cpp: fpresetsticky -> fpsetsticky
5297         * src/verbs.cpp: cast width changes
5299         * src/libnrtype/FlowBoxes.h, src/libnrtype/FlowDefs.h,
5300           src/libnrtype/FlowDest.h, src/libnrtype/FlowEater.h,
5301           src/libnrtype/FlowRes.h, src/libnrtype/FlowSols.h,
5302           src/libnrtype/FlowSrc.h, src/libnrtype/FlowSrcText.h,
5303           src/libnrtype/FlowStyle.h, src/libnrtype/FlowUtils.h:
5304           remove stdint.h which isn't being used here
5306         * src/widgets/icon.h, src/widgets/icon.cpp:
5307           icon greys out when insensitive
5309         * src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
5310           documentation
5312         * src/verbs.cpp: changed cast to reinterpret_cast to hopefully
5313           avoid compiler warning
5315 2004-11-11  Kees Cook  <kees@outflux.net>
5317         * src/seltrans.cpp, src/select-context.cpp: ref counting SPObjects
5318           correctly so undo's don't blow up an active resize/move.  Closes
5319           bug #1018756.
5321 2004-11-11  MenTaLguY  <mental@rydia.net>
5323         * src/inkscape.cpp, src/main.cpp, src/widgets/icon.cpp:
5324           removed sp_bitmap_icons
5326         * configure.ac, src/sp-image.cpp, src/object-ui.cpp:
5327           removed stale autotrace support code
5329 2004-11-10  MenTaLguY  <mental@rydia.net>
5331         * src/sp-item.cpp, src/sp-clippath.cpp, src/cp-mask.cpp:
5332           minor refcounting tweaks
5334         * src/sp-image.cpp: fixed failure to release GdkPixbufLoader when
5335           done with it (fixes bug #1063054)
5337 2004-11-10  Kees Cook  <kees@outflux.net>
5339         * configure.ac, src/gc-core.h: corrected gc.h path detection.
5341 2004-11-09  MenTaLguY  <mental@rydia.net>
5343         * src/dialogs/fileselector.cpp: fixed cut-and-paste refcount bug
5344           between SVGPreview::setFileName and SVGPreview::setFromMem that
5345           was leaking bitmap image preview SPDocuments
5347 2004-11-09  Bryce Harrington <bryce@bryceharrington.org>
5349         * src/dialogs/item-properties.cpp
5351 2004-11-09  MenTaLguY  <mental@rydia.net>
5353         * src/sp-item.cpp, src/style.cpp, src/style.h:
5354           use 'display' rather than 'visibility' for hiding, and give display
5355           a more "modern" representation in SPStyle like visibility's
5357 2004-11-09  Kees Cook  <kees@outflux.net>
5359         * src/dialogs/xml-tree.cpp: added better context to the status bar.
5360           added warning flash for id conflicts.
5361         * src/toolbox.cpp: killed some copy/paste code while bug hunting.
5363 2004-11-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5365         * src/sp-item.h, src/sp-item.cpp
5366           (isExplicitlyHidden, setExplicitlyHidden): New methods.
5368         * src/dialogs/item-properties.cpp: Change from having a `Visible'
5369           checkbox that explicitly sets the SVG visibility property to
5370           having a `Hide' checkbox that controls whether or not the
5371           element has visibility:hidden.  (Mitigates #1061934.)
5373         * src/sp-object.h, src/sp-object.cpp (visible, setVisible):
5374           Remove these methods.
5376 2004-11-07  MenTaLguY  <mental@rydia.net>
5378         * src/gc-finalized.h: fix for Debian bug #279991 (cast to ptrdiff_t
5379                               rather than int), and basic documentation
5381 2004-11-06  MenTaLguY  <mental@rydia.net>
5383         * src/sp-item.cpp: fix desktop-specific version of SPItem::isHidden()
5384                            to deal correctly with parent visibility
5386 2004-11-05  MenTaLguY  <mental@rydia.net>
5388         * src/widgets/layer-selector.cpp: more work on making the lock/hide
5389           buttons actually do something
5391         * src/sp-item.cpp, src/sp-item.h: implement lock/hide related methods
5393         * src/verbs.cpp: "Remove All Kerns" -> "Remove Manual Kerning"
5395 2004-11-04  Kees Cook  <kees@outflux.net>
5397         * src/dialogs/rdf.h, src/dialogs/rdf.cpp: added rdf:Bag for the
5398           dc:subject keyword list.  Closed bug #1021025.
5399         * src/dialogs/xml-tree.cpp, src/widgets/sp-xmlview-attr-list.cpp,
5400           src/widgets/sp-xmlview-attr-list.h: added status bar to XML
5401           editor.  added row-change callback for XML tree view.  This
5402           all supports a possible future solution to bug #869683.
5403         * src/dialogs/desktop-properties.cpp: memory leak in RDF code.
5405 2004-11-04  MenTaLguY  <mental@rydia.net>
5407         * src/widgets/layer-selector.cpp: togglable images and formatting
5408           changes (make current layer bold)
5410         * src/uri.h, src/uri.cpp: added assignment operator
5412 2004-11-03  MenTaLguY  <mental@rydia.net>
5414         * src/widgets/Makefile_insert, src/widgets/shrink-wrap-button.cpp,
5415           src/widgets/shrink-wrap-button.h:
5417           added Inkscape::Widgets::shrink_wrap_button, to make any gtk button
5418           an SPButton-like shrink-wrapped button
5420         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5422           abandon SPButton for layer selector buttons
5424 2004-11-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5426         * po/check-markup: New script: detects <b>markup<b> <b>problems<7b>
5427           in the <b>translated strings.  (~10 such problems found.)
5428         * Makefile.am (all, check, distcheck): Run po/check-markup (with
5429           varying permissiveness of errors).
5431 2004-11-02  MenTaLguY  <mental@rydia.net>
5433         * doc/keys.xml: added documentation of layer keys
5435 2004-11-01  Kees Cook  <kees@outflux.net>
5437         * src/dialogs/align.cpp, src/dialogs/debugdialog.cpp: localized
5438         some missed strings.
5440 2004-11-01  MenTaLguY  <mental@rydia.net>
5442         * share/icons/icons.svg: gave bulia's eye icons ids
5444         * src/widgets/layer-selector.h, src/widgets/layers-selector.cpp:
5445           fixed up visibility/lock toggles... now to make them actually do
5446           something
5448 2004-10-31  MenTaLguY  <mental@rydia.net>
5450         * src/util/glib-list.h: adaptor for glib lists
5452         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5453           save the repr next to the SPObject
5455 2004-10-30  MenTaLguY  <mental@rydia.net>
5457         * src/util/list.h: more list cleanups and documentation
5459         * src/verbs.cpp: call sp_document_done() for layer verbs too
5461 2004-10-30  Bryce Harrington <bryce@bryceharrington.org>
5463         * src/dialogs/item-properties.cpp, src/sp-object.h:  Cleaning up
5464         stubs, disabling some more of the desc code to prevent crash.
5465         The change to SPObject::label() broke the label editing code;
5466         fixing it.
5468 2004-10-30  Kees Cook  <kees@outflux.net>
5470         * src/sp-metadata.cpp, src/sp-metadata.h, src/Makefile_insert,
5471         src/document.cpp, src/sp-object-repr.cpp, src/sp-object.cpp:
5472         I've created my very first SPObject!  SPMetadata is alive!  No
5473         more nasty hack to have it disappear from SVG Plain.  Mental
5474         won't have to take away my CVS access any more!  :)
5475         * inkscape2.nsi: update from Adib Taraben
5477 2004-10-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5479         * src/libnr/nr-matrix.cpp (nr_matrix_invert):
5480           Fix for last commit to this file, which broke src==dest case.
5481         * src/libnr/nr-matrix-test.cpp: Add test cases for nr_matrix_invert.
5483 2004-10-30  MenTaLguY  <mental@rydia.net>
5485         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5486           update when layers added/removed/reordered.
5488         * src/verbs.h, src/verbs.cpp: added "rename layer" verb.
5490 2004-10-29  Kees Cook  <kees@outflux.net>
5492         * src/Makefile_insert, src/trace/Makefile_insert,
5493         src/util/Makefile_insert: distcheck cleanups.
5495 2004-10-29  MenTaLguY  <mental@rydia.net>
5497         * src/widgets/layer-selector.cpp: default labels in italic
5499         * src/sp-object.h, src/sp-object.cpp: inkscape:label fixes
5501         * src/layer-fns.cpp: make ordering of layers complete; not just among
5502                              siblings
5504         * src/util/list.h: documentation update
5506 2004-10-29  Bryce Harrington <bryce@bryceharrington.org>
5508         * layer-fns.cpp:  documenting
5509         * layer-selector.cpp:  documenting & fixing funky widget resizing
5510         * object-ui.cpp, dialogs/item-properties.cpp, sp-object.h,
5511           sp-object.cpp, widgets/layer-selector.cpp: add ability to set
5512           inkscape:label from "Item Properties", remove id setting from
5513           "Item Properties", switch to using
5514           SPObject::label()/SPObject?::defaultLabel() in UI where object
5515           ID is currently used.  Documenting.  Switching from "label" to
5516           "inkscape:label" where appropriate.  Adding
5517           visible()/setVisible() functions and activating checkbox.
5518         * dialogs/item-properties.cpp:  Adding title and desc boxes.
5519           Adjusting layout of dialog a bit.  Changing to use of tables
5520           instead of horiz/vert boxes for layout.  Setting to inactive
5521           until some underlying bits get finished.
5523 2004-10-29  Kees Cook  <kees@outflux.net>
5525         * src/dialogs/export.cpp: moved function-based static state variable
5526           into the dialog state variables.  Closes bug #993447.
5527         * src/display/curve.cpp: fixed compile warning.
5528         * src/sp-namedview.cpp: wasn't ref counting correctly.  Closes #955020.
5530 2004-10-29  Jon A. Cruz  <jon@joncruz.org>
5532         * src/sp-image.cpp, src/extension/internal/gdkpixbuf-input.cpp:
5533           Refactoring filenames and file opening
5534           Scales imported images if DPI is known and not 72 DPI. Fixes
5535           #1029755
5537 2004-10-29  MenTaLguY  <mental@rydia.net>
5539         * src/widgets/layer-selector.cpp, src/verbs.cpp:
5540           unselect objects when layer is manually switched
5542 2004-10-28  Kees Cook  <kees@outflux.net>
5544         * src/document-undo.cpp, src/document.cpp, src/sp-namedview.cpp,
5545           src/sp-text.cpp, src/dialogs/desktop-properties.cpp,
5546           src/dialogs/export.cpp, src/extension/input.cpp,
5547           src/extension/output.cpp, src/extension/system.cpp:
5548           Fixing calls to sp_document_set_undo_sensitive to correct allow for
5549           nesting, as suggested by mental.  Found while tracking down bug
5550           #1030436.
5552 2004-10-28  MenTaLguY  <mental@rydia.net>
5554         * src/util/list.h: cleanups of list class.  I think, aside from
5555           documentation and maybe fixes for g++ 3.4 (if required), this
5556           is the last set of changes I will need to make.
5558         * src/sp-item.cpp, src/splivarot.cpp, src/util/reverse-list.h,
5559           src/util/filter-list.h, src/util/map-list.h:
5560           adjust for changes in the list class' interface
5562         * src/desktop.cpp, src/sp-desktop-widget.h:
5563           removed old layer selector and added SPDesktop::itemIsHidden()
5565         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5566           more work; it's now at least as functional as the old selector it
5567           replaces
5569 2004-10-27  Kees Cook  <kees@outflux.net>
5571         * src/libnr/nr-point.h: use NR::X and NR::Y instead of "0" and "1".
5572         * src/dialogs/export.cpp: stack/register weirdness requires a function
5573           call to get true == comparison of NR::Rect's.  Closes bug #1048614.
5574         * src/dialogs/align.cpp: saving erased iterator.  Closes bug #1054270.
5575         * share/extensions/ill2svg.pl: added strict, warnings, and detection
5576           of Image::Magick module.  Closes bug #990659.
5577         * src/dialogs/find.h, src/dialogs/find.cpp: removed unfinished new
5578           find dialog instantiation.  Closes bug #1048802.
5580 2004-10-27  Carl Hetherington  <inkscape@carlh.net>
5582         * src/extension/output.cpp: better fix for 1004134 after advice
5583         from Ted.
5585 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
5587         * src/extension/output.cpp: don't reset modified flag until after
5588         save has happened, in case it fails.  Fixes 1004134.
5590         * src/livarot/ShapeSweep.cpp: fix a typo in my cleanups.  Fixes
5591         1048151.
5593 2004-10-25  Bryce Harringotn <bryce@bryceharrington.org>
5595         * file.cpp, file.h, dialogs/export.cpp: Adding error return logic
5596           for png export code so that failure to write can be tracked.
5597           Adding an error dialog for when this occurs.  Fixes bug 1038932.
5599         * extension/system.cpp:  Changing sp_ui_error_dialog to g_warning
5600           so won't crash when running from commandline.  Fixes bug
5601           1000350.
5603         * inkscape.cpp, inkscape.h, main.cpp, dialogs/filedialog.cpp:
5604           Adding Inkscape::Application::use_gui flag as temporary hack to
5605           prevent gui dialogs from being used when running from
5606           commandline.  Fixes bug 1045067.
5608 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
5610         * src/livarot/PathCutting.cpp: fix a couple of bugs that I
5611         introduced that cause crashes on cut path.
5613 2004-10-25  Kees Cook  <kees@outflux.net>
5615         * src/sp-object.cpp: nasty hack to not export metadata on "Plain SVG".
5616           I promise I'll fix this with a proper SPObject soon.
5618 2004-10-25  Jon A. Cruz  <jon@joncruz.org>
5619         * src/file.cpp, src/file.h, src/inkscape.cpp, src/sp-image.cpp,
5620         src/uri.cpp, src/uri.h, src/dialogs/filedialog.cpp,
5621         src/extension/input.cpp, src/extension/implementation/script.cpp,
5622         src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
5623         src/extension/internal/win32.h, src/extension/plugin/gimpgrad.cpp,
5624         src/helper/png-write.cpp, src/trace/imagemap.cpp, src/xml/repr-io.cpp:
5626         Refactoring filenames and file opening
5628 2004-10-24  MenTaLguY  <mental@rydia.net>
5630         * src/Makefile.am: added/removed files
5632         * src/util/copy-list.h: nobody's using it right now, get rid of it
5634         * src/traits/copy.h, src/traits/list-copy.h:
5635           traits for determining the type to make a copy of a value
5637         * src/sp-item.cpp, src/util/filter-list.h src/util/map-list.h,
5638           src/util/reverse-list.h, src/widgets/layer-selector.cpp
5639           src/xml/sp-repr-action.cpp:
5641           let the list functions infer their own result type (where possible)
5643         * src/util/forward-pointer-iterator.h: its value type is a reference
5645 2004-10-23  MenTaLguY  <mental@rydia.net>
5647         * src/desktop.cpp: removed vertical usize limits on statusbar
5649         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5650           more layer selector work; simplfied model and customized CellRenderer
5651           settings a bit
5653         * src/attributes.cpp, src/attributes.h, src/sp-object.cpp, src/sp-object.h:
5654           add inkscape:label attribute
5656         * src/file.cpp, src/sp-anchor.h, src/sp-animation.h, src/sp-chars.h,
5657           src/sp-clippath.h, src/sp-conn-end.cpp, src/sp-defs.h, src/sp-ellipse.h,
5658           src/sp-gradient.h, src/sp-guide.h, src/sp-image.h, src/sp-line.h,
5659           src/sp-linear-gradient.h, src/sp-marker.h, src/sp-mask.h,
5660           src/sp-namedview.h, src/sp-object-group.h, src/sp-offset.h, src/sp-path.h,
5661           src/sp-pattern.h, src/sp-polygon.h, src/sp-polyline.h,
5662           src/sp-radial-gradient.h, src/sp-rect.cpp, src/sp-rect.h, src/sp-root.h,
5663           src/sp-spiral.h, src/sp-star.h, src/sp-stop.h, src/sp-string.h,
5664           src/sp-symbol.h, src/sp-text.h, src/sp-tspan.h, src/sp-use.h,
5665           src/sp-offset.cpp, src/sp-shape.h:
5667           make inheritance actual
5669 2004-10-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5671         * src/libnr/*: Move some things from nr-matrix-ops.h to new files.
5673         * src/libnr/nr-point-fns.h, src/libnr/nr-point-fns.cpp:
5674           New function is_zero.  Move is_unit_vector here
5675           (was private to sp-spiral.cpp).
5677         * src/display/bezier-utils-test.cpp: Disable a test, replacing with a
5678           todo printf and adding a comment explaining.
5680 2004-10-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5682         * src/pencil-context.cpp: Ensure that data points array p is uniqued
5683           and contains no NaNs.
5685         * src/libnr/nr-point-fns.cpp (LInfty): Fix bug with NaN coordinates:
5686           return NaN (rather than unspecified behaviour).
5687         * src/libnr/nr-point-fns-test.cpp: Add test cases for L1,L2,LInfty
5688           handling of NaN.
5690         * src/pencil-context.cpp: Fix bug: undesirable interactions between
5691           snapping and snap-to-anchor.
5693 2004-10-21  MenTaLguY  <mental@rydia.net>
5695         * src/desktop.cpp: SPDesktop::currentRoot() should pull from
5696           the current layer hierarchy just like SPDesktop::currentLayer();
5697           doubly so, since currently when switching documents the layer hierarchy
5698           is updated before the document is switched
5700         * src/util/Makefile_insert, src/util/copy-list.h: add list copy thingy
5702         * src/util/list.h: add rest()
5704         * src/util/reverse-list.h: bug fixes to reverse_list_in_place()
5706         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5707           more work on layer selector
5709 2004-10-21  Carl Hetherington  <inkscape@carlh.net>
5711         * src/livarot/Path.cpp, src/livarot/Path.h,
5712         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5713         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5714         src/livarot/ShapeMisc.cpp: excise separate path description data
5715         structure.
5717         * src/livarot/Path.h, src/livarot/Path.cpp,
5718         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5719         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5720         src/livarot/ShapeMisc.cpp, src/livarot/livarot-forward.h: move
5721         path description structs into their own files, and rename a few
5722         member variables.
5724         * src/livarot/Path.h, src/livarot/PathConversion.cpp,
5725         src/livarot/PathOutline.cpp: remove some unused functions.
5727 2004-10-20  Carl Hetherington  <inkscape@carlh.net>
5729         * src/livarot/Path.cpp: fix for 1050379, and probably lots of
5730         others.
5732         * src/livarot/Path.h, src/livarot/PathOutline.cpp: bug fix for a
5733         previous commit.
5735         * src/livarot/Path.cpp: fix a memory leak.
5737 2004-10-19  Carl Hetherington  <inkscape@carlh.net>
5739         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: more
5740         simplification cleanups.
5742         * src/livarot/PathStroke.cpp: coding style cleanups.
5744         * src/livarot/Path.h, src/livarot/PathSimplify.cpp,
5745         src/livarot/PathStroke.cpp: more cleanups; don't modify Path::pts
5746         and Path::nbPt.
5748         * src/livarot/Path.cpp, src/livarot/Path.h,
5749         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5750         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: use a
5751         std::vector for Path::pts.
5753 2004-10-18  Carl Hetherington  <inkscape@carlh.net>
5755         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: coding style
5756         and const cleanups.
5758         * src/livarot/PathSimplify.cpp: some very minor cleanups, and
5759         temporary comments for myself.
5761         * src/livarot/PathConversion.cpp: coding style cleanups.
5763         * src/livarot/PathConversion.cpp: fix for bug 1048827.
5765         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: clean up
5766         simplification code.
5768 2004-10-17  MenTaLguY  <mental@rydia.net>
5770         * share/templates/Makefile.am, share/templates/layers.svg:
5771           added a layer template
5773         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5774           more layer selector work
5776         * src/util/filter-list.h, src/util/Makefile_insert:
5777           added filter_list()
5779 2004-10-15  Carl Hetherington  <inkscape@carlh.net>
5781         * src/livarot/PathSimplify.cpp: remove #ifdef
5782         pseudo_douglas_pecker code that wasn't being used.
5784 2004-10-15  MenTaLguY  <mental@rydia.net>
5786         * src/view.h: removed obsolete status message functions
5788         * src/attributes.h: remove unused #define
5790         * src/sp-object.cpp: fix for bug #1048268 (inkscape:collect being written
5791           in "plain SVG" files)
5793         * src/sp-item.h, src/sp-item.cpp: added isLocked() and isHidden()
5794           predicates
5796         * src/sp-item.cpp, src/sp-style.cpp: basic support for visibility CSS
5797           property
5799 2004-10-14  Ted Gould  <ted@gould.cx>
5801         * share/extension/*.inkmod -> *.inx
5802         src/extension/init.cpp
5804         Changing the filename extension that is used to identify Inkscape
5805         extensions to the one specified in the design document.
5807 2004-10-14  MenTaLguY  <mental@rydia.net>
5809         * src/util/list.h: more 3.4 fixes
5811 2004-10-13  MenTaLguY  <mental@rydia.net>
5813         * src/util/list.h, src/util/forward-pointer-iterator.h:
5815           fixes to (hopefully) build with g++ 3.4 (and generally be less evil
5816           anyway)
5818 2004-10-14  Carl Hetherington <inkscape@carlh.net>
5820         * src/livarot/int-line.cpp: coding style cleanups.
5822         * src/livarot/float-line.cpp, src/livarot/float-line.h:
5823         refactoring, removal of dead code.
5825         * src/display/guideline.cpp, src/display/guideline.h: coding style
5826         cleanups.
5828         * src/livarot/Path.cpp, src/livarot/Path.h,
5829         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5830         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: merge
5831         Path::path_lineto and Path::path_lineto_b.
5833 2004-10-14  Carl Hetherington <inkscape@carlh.net>
5835         * src/Path.cpp, src/Path.h, src/PathConversion.cpp,
5836         src/PathCutting.cpp, src/PathOutline.cpp, src/PathSimplify.cpp,
5837         src/ShapeMisc.cpp: use a vector of pointers for Path::descr_cmd.
5839         * src/livarot/Ligne.cpp, src/livarot/Ligne.h,
5840         src/livarot/int-line.cpp, src/livarot/int-line.h,
5841         src/livarot/float-line.cpp, src/livarot/float-line.h,
5842         src/livarot/livarot-forward.h, src/livarot/ShapeRaster.cpp,
5843         src/sp-flowregion.cpp, src/display/canvas-bpath.cpp,
5844         src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
5845         src/display/sp-ctrlline.cpp, src/libnrtype/FlowDest.cpp,
5846         src/libnrtype/RasterFont.cpp: split Ligne into float-line and
5847         int-line.
5849         * src/libnrtype/FlowDest.cpp, src/libnrtype/RasterFont.cpp,
5850         src/libnrtype/raster-position.h, src/livarot/float-line.cpp,
5851         src/livarot/float-line.h, src/livarot/int-line.cpp: use
5852         std::vector for arrays in FloatLigne.
5854         * src/livarot/float-line.cpp, src/livarot/float-line.h: remove
5855         lots of dead code.  Make some methods private.
5857 2004-10-12  MenTaLguY  <mental@rydia.net>
5859         * src/Makefile.am: added files
5861         * src/layer-fns.cpp, src/sp-item.cpp: use iterators, simplifying code
5863         * src/sp-object.cpp, src/splivarot.cpp: adapt to new version of
5864           Inkscape::Algorithms::longest_common_suffix
5866         * src/sp-object.h, src/sp-repr-iterators.h: add new iterator classes
5868         * src/algorithms/find-last-if.h: add counterpart of std::find_if
5870         * src/algorithms/longest-common-suffix.h: rewrite to use iterators
5872         * src/algorithms/longest-prefix.h, src/algorithms/longest-suffix.h,
5873           src/algorithms/shortest-prefix.h, src/algorithms/shortest-suffix.h:
5875           removed; these algorithms are no longer necessary when using
5876           iterators
5878         * src/traits/list.h: no longer needed
5880         * src/traits/reference.h: add "Pointer" member type
5882         * src/util/Makefile_insert: shuffled files
5884         * src/util/list.h: reworked Inkscape::Util::List to be a "handle" type
5885           that can also be used as an STL iterator
5887         * src/util/forward-pointer-iterator.h: treat a pointer as an iterator,
5888           given a base pointer type and a type which defines the iteration
5889           strategy
5891         * src/util/map.h: obsolete
5893         * src/util/map-list.h: iterator-based implementation
5895         * src/traits/tree-iterator.h: no longer necessary (superceded by
5896           specific applications of Inkscape::Util::ForwardPointerIterator)
5898         * src/sp-object-tree-iterator.h, src/util/parent-axis.h,
5899           src/util/sibling-axis.h: obsolete
5901         * src/util/map.h, src/util/reverse.h: obsolete
5903         * src/util/map-list.h, src/util/reverse-list.h:
5904           iterator-based implementations
5906         * src/xml/Makefile_insert: added file
5908         * src/xml/repr.h: removed old tree iterator stuff
5910         * src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h: use new
5911           pointer iterator facility
5913         * src/xml/sp-repr-iterators.h: pointer iterators for SPRepr
5915 2004-10-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5917         * src/display/bezier-utils.h, src/display/bezier-utils.cpp
5918           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full): Change the meaning
5919           of the last parameter: was max_depth, now lg_max_beziers, with the
5920           relationship lg_max_beziers = max_depth + 1.  Callers updated.
5922         * src/xml/repr.cpp (sp_repr_change_order):
5923           Add g_return_if_fail for some conditions that would break structural
5924           integrity, and add a TODO comment indicating incompleteness.
5925           Use sp_repr_prev function.
5927         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp
5928           (sp_repr_prev_sibling): Rename to sp_repr_prev for consistency
5929           with sp_repr_next.  Don't consider it an error for child to be
5930           NULL or parentless.  Callers updated.
5932         * src/draw-context.cpp (spdc_concat_colors_and_flush,
5933           spdc_flush_white): Misc readability cleanups.
5935         * src/display/curve.cpp (sp_curve_reverse): Fix a bug where the
5936           reversed curve wrongly included a trailing moveto command.  (Bug
5937           introduced in my 2004-09-05 change: one of the callers I didn't
5938           know how to cause to run.)
5940 2004-10-12  Ted Gould  <ted@gould.cx>
5942         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
5943         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
5944         share/extensions/eps_input.inkmod, share/extensions/epsi_output.inkmod,
5945         share/extensions/gimpgrad.inkmod, share/extensions/ps_input.inkmod,
5946         share/extensions/roundhole.inkmod, share/extensions/sk_input.inkmod,
5947         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
5948         share/extensions/txt2svg.inkmod, share/extensions/wmf_input.inkmod,
5949         src/extension/dependency.cpp, src/extension/dependency.h,
5950         src/extension/extension.cpp, src/extension/init.cpp:
5952         Moving all of the dependency stuff from the scripts, up to the root
5953         extension level.  This means that everyone can have dependencies, and
5954         dependency checking (a good thing).  This makes use of the new
5955         'Dependency' class that is also in the extension directory.
5957 2004-10-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5959         * src/pencil-context.cpp (sp_pencil_context_root_handler): Split into
5960           many functions, fixing some illegal union aliasing along the way (as
5961           was done for sp_pen_context_root_handler).
5963         * src/modifier-fns.h: New file of inline functions based on macros.h
5964           MOD__CTRL etc. macros.
5965         * src/Makefile_insert: Add the new file.
5967         * src/pen-context.h: Change size of p array from SP_DRAW_MAX_POINTS to
5968           5 now that we aren't sharing with SPPencilContext.
5970         * src/draw-context.cpp, src/draw-context.h, src/pen-context.cpp,
5971           src/pen-context.h, src/pencil-context.cpp, src/pencil-context.h:
5972           Move npoints,p from SPDrawContext to both SPPenContext and
5973           SPPencilContext.
5975         * src/draw-context.cpp, src/draw-context.h: Split off new files
5976           pen-context.h, pen-context.cpp, pencil-context.h, pencil-context.cpp,
5977           draw-anchor.h, draw-anchor.cpp.
5978         * src/Makefile_insert: Add the new files.
5980 2004-10-10  Ted Gould  <ted@gould.cx>
5982         * src/event-context.cpp, src/file.cpp, src/file.h, src/print.cpp,
5983         src/print.h, src/selection-chemistry.h, src/sp-image.cpp, src/sp-item.cpp,
5984         src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp, src/sp-symbol.cpp,
5985         src/tools-switch.cpp, src/dialogs/export.cpp, src/dialogs/filedialog.cpp,
5986         src/extension/Makefile_insert, src/extension/db.cpp,
5987         src/extension/dependency.cpp, src/extension/dependency.h,
5988         src/extension/effect.cpp, src/extension/effect.h,
5989         src/extension/extension-forward.h, src/extension/extension.cpp,
5990         src/extension/extension.h, src/extension/input.cpp, src/extension/input.h,
5991         src/extension/output.cpp, src/extension/output.h, src/extension/print.cpp,
5992         src/extension/print.h, src/extension/system.cpp,
5993         src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp,
5994         src/extension/internal/svg.cpp, src/libnrtype/FlowResOut.cpp:
5996         Splitting out the different types of extensions into their own files so
5997         that the overall dependencies can be reduced.  Caused a ripple through
5998         lots of other files.  Hopefully the dependency situation is better now.
6000 2004-10-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6002         * src/draw-context.cpp:
6003           Change xp,yp file globals to NR::Point pen_draw_origin_w.
6005         * src/draw-context.cpp (sp_pen_context_root_handler):
6006           Split into many routines.  Fix some illegal union member aliasing.
6007           (pen_handle_key_press): Minor code cleanups in backspace handling.
6008           (pen_handle_motion_notify): Make tolerance var local instead of
6009           file-global.  (This transformation is applicable to many
6010           dragtolerance users.)
6012         * src/draw-context.cpp (spdc_endpoint_snap_handle):
6013           Change argument type from SPDrawContext to SPPenContext, and
6014           specialize definition accordingly.  Caller updated.
6016         * src/draw-context.h: Change red_curve_is_valid from char to bool.
6017         * src/draw-context.cpp: Change red_curve_is_valid assignments from
6018           0x00/0x01 to false/true (using find & replace).
6020 2004-10-07  Carl Hetherington  <inkscape@carlh.net>
6022         * src/nr-object.cpp, src/nr-object.h: coding style and const
6023         fixes.
6025         * src/nr-rect.cpp: added a doxygen comment.  Some coding style
6026         fixes.
6028         * src/sp-paint-server.cpp: coding style fixes.
6030         * src/nr-arena-item.cpp, src/nr-arena-item.h: move a comment to
6031         the .cpp file and make it doxygen-style.
6033         * src/livarot/Path.cpp: coding style cleanups.  Add an assert to
6034         Path::Transform().
6036         * src/livarot/Path.cpp, src/livarot/Path.h: fix some archaic
6037         notation.
6039         * src/livarot/Ligne.cpp: coding style cleanups.
6041         * src/livarot/PathOutline.cpp, src/livarot/Path.h: fix a rather
6042         nasty hack in the outlining code.
6044         * src/livarot/Path.cpp, src/livarot/Path.h,
6045         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6046         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6047         src/livarot/ShapeMisc.cpp, src/splivarot.cpp, src/sp-offset.cpp:
6048         use std::vector for Path::descr_cmd.
6050         * src/livarot/Path.cpp, src/livarot/Path.h,
6051         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6052         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6053         src/livarot/ShapeMisc.cpp: getType() and setType() in Path::path_descr.
6055 2004-10-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6057         * src/sp-object-repr.cpp (sp_repr_type_lookup): Distinguish between XML
6058           element name and sodipodi:type attribute value: use a separate table
6059           for each.
6060         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_lookup):
6061           Don't export this function.  (Also rename it to name_to_gtype and
6062           change its definition for separate tables.)
6064 2004-10-03  Kees Cook  <kees@outflux.net>
6066         * src/dialogs/rdf.cpp, src/dialogs/repr-util.cpp, src/dialogs/repr.h:
6067           Since "dc:title" can appear at multiple XML levels, a way to
6068           control max depth in searching was added.  (Closes bug #1009290)
6070 2004-09-30  MenTaLguY  <mental@rydia.net>
6072         * src/widgets/document-tree-model.cpp:
6073           more bug fixes
6075         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6076           get the layer selector sort of in more order
6078 2004-09-28  Ted Gould  <ted@gould.cx>
6080         * src/verbs.cpp, src/verbs.h, src/view.cpp:
6082         Making it so that actions get deleted as views get destroyed.
6084 2004-09-27  Ted Gould  <ted@gould.cx>
6086         * src/desktop.h, src/forward.h, src/interface.cpp, src/interface.h,
6087         src/select-toolbar.cpp, src/shortcuts.cpp, src/shortcuts.h,
6088         src/toolbox.cpp, src/toolbox.h, src/verbs.cpp, src/verbs.h,
6089         src/dialogs/align.cpp, src/dialogs/align.h,
6090         src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp,
6091         src/dialogs/export.cpp, src/dialogs/find.cpp,
6092         src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
6093         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
6094         src/dialogs/xml-tree.cpp, src/helper/action.cpp, src/helper/action.h:
6096         Wow, alot of files changed.  The ones that changed the most are
6097         verb.cpp and verb.h, which are almost entirely different.  What happened
6098         here is the verbs were made object oriented.  So, as the verbs
6099         are built into everything, lots of files changed.  Now the code
6100         for the verbs is much cleaner, and I think a little bit faster.
6101         Also, it will be easier to extend the verbs for use in effects.
6103 2004-09-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6105         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
6106           Get rid of operator NR::translate(), which was allowing
6107           *implicit* (and typically lossy) conversion to NR::translate,
6108           and which made a bug hard to find.
6110         * src/sp-gradient-test.cpp: New unit test file.  I believe this is the
6111           first test that tests an SPObject.
6112         * src/Makefile_insert, src/Makefile.am: Invoke the new test.
6114 2004-09-24  MenTaLguY <mental@rydia.net>
6116         * src/selection-chemistry.cpp:
6118           "select all" and "clear" now operate on the current layer rather than on
6119           the document root
6121         * src/verbs.cpp, src/shortcuts.cpp, layer-fns.cpp, src/sp-item.cpp:
6123           keyboard shortcuts and fixes for layer verbs
6125 2004-09-23  MenTaLguY <mental@rydia.net>
6127         * src/message-stack.h, src/message-stack.cpp:
6129           return id of flashed messages so they are cancellable
6131         * src/message-context.h, src/message-context.cpp:
6133           message context flashes now supercede one another, as regular
6134           messages do (they do not supercede regular messages though)
6136         * src/interface.cpp, src/layer-fns.cpp, src/layer-fns.h, src/verbs.cpp:
6138           initial stab at layers menu; not everything works the way it should
6139           quite yet
6141         * src/message-context.h, src/message-context.cpp:
6143           added flash methods to Inkscape::MessageContext
6145         * src/gc-core.h, src/display/nr-arena-glyphs.cpp,
6146 src/display/nr-arena-group.cpp,
6147           src/display/nr-arena-item.cpp, src/display/nr-arena-item.h,
6148           src/display/nr-arena-shape.cpp, src/libnr/nr-object.cpp,
6149 src/libnr/nr-object.h,
6151           eliminate more sources of leaks; managed objects shouldn't use refcounts
6152           among themselves
6154         * src/xml/repr.cpp: don't nuke log pointer
6156 2004-09-21  MenTaLguY <mental@rydia.net>
6158         * src/gc-finalized.h: fix for stupid bug preventing finalizable objects
6159           from being collected
6161         * src/Makefile_insert, src/gc.cpp, src/gc-core.h:
6162           move Inkscape::GC::init out-of-line, and funnel GC warnings through
6163           glib
6165 2004-09-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6167         * src/sp-marker.h, src/sp-marker.cpp (sp_marker_show_instance):
6168           Change to using NR::Matrix instead of NRMatrix.  Update caller.
6170         * src/sp-gradient.cpp (sp_gradient_get_g2d_matrix,
6171           sp_gradient_get_gs2d_matrix, sp_gradient_set_gs2d_matrix):
6172           New NR::Matrix/NR::Rect versions of existing functions.
6174         * src/libnr/nr-matrix-translate-ops.h (operator/): New function.
6176         * src/libnr/nr-matrix-scale-ops.cpp: New file.
6177         * src/libnr/nr-matrix-scale-ops.h (operator/(Matrix,scale)):
6178           New function.
6180 2004-09-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6182         * src/sp-gradient.h: Change gradientTransform from NRMatrix to
6183           NR::Matrix.  Users updated.
6185         * src/Makefile.am (EXTRA_DIST), Makefile_insert
6186           dialogs/Makefile_insert extension/implementation/Makefile_insert
6187           extension/internal/Makefile_insert helper/Makefile_insert
6188           livarot/Makefile_insert (blah_SOURCES):
6189           Add some .h files for `make dist'.
6191 2004-09-19  MenTaLguY <mental@rydia.net>
6193         * src/gc-core.h: don't defer finalizers
6195         * src/gc-core.h: bump up free space divisor -- collections should
6196           happen ~32x more frequently
6198 2004-09-19  Carl Hetherington <inkscape@carlh.net>
6200         * src/display/canvas-bpath.cpp, src/display/nr-arena-shape.cpp,
6201         src/display/sp-ctrlline.cpp, src/libnrtype/RasterFont.cpp,
6202         src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: remove some
6203         unused parameters from calls to raster code.
6205         * src/livarot/ShapeRaster.cpp: coding style cleanups.
6207         * src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: factored out
6208         _updateIntersection().
6210         * src/livarot/AVL.cpp, src/livarot/AVL.h: remove DblLinked.  Cleanups.
6212 2004-09-18  MenTaLguY <mental@rydia.net>
6214         * src/dialogs/filedialog.cpp: unref the preview document we created
6216 2004-09-18  Carl Hetherington <inkscape@carlh.net>
6218         * src/livarot/AVL.cpp, src/livarot/AVL.h,
6219         src/livarot/DblLinked.cpp, src/livarot/DblLinked.h,
6220         src/livarot/LivarotDefs.h, src/livarot/ShapeRaster.cpp,
6221         src/livarot/ShapeSweep.cpp, src/livarot/sweep-tree.cpp,
6222         src/livarot/sweep-tree.h, src/sweep-event.h: replace leftFoo and
6223         rightFoo with foo[2] in a few places.  Associated cleanups.
6225         * src/livarot/Shape.h: use Side rather than a bool for
6226         TesteIntersection.  Add some methods.  Remove some unused variables.
6228         * src/livarot/ShapeSweep.cpp: simplify TesteIntersection with use
6229         of Side.
6231         * src/livarot/sweep-event.h: const fix.
6233         * src/livarot/sweep-event.cpp: simplifications with use of Side.
6235         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
6236         src/livarot/ShapeMisc.cpp, src/ShapeSweep.cpp: lastA/firstA in
6237         Shape::dg_point ->
6239           further work on stroking; break out bezier approximation into
6240           public functions
6242 2004-09-10  MenTaLguY <mental@rydia.net>
6244         * src/render/polygon.h, src/render/shape-builder.h,
6245           src/render/shape-builder.cpp, src/render/stroke.h,
6246           src/render/dash.h:
6248           beginnings of a simple alternate renderer
6250 2004-09-09  Carl Hetherington <inkscape@carlh.net>
6252         * src/sp-flowtext.cpp, src/sp-offset.cpp, src/splivarot.cpp,
6253         src/display/nr-arena-shape.cpp, src/libnrtype/FlowDest.cpp,
6254         src/livarot/PathConversion.cpp, src/livarot/Shape.h: make
6255         Shape::nbPt and Shape::nbAr private and provide accessor methods.
6257         * src/display/nr-arena-shape.cpp, src/livarot/Shape.h: make
6258         Shape::flags private.
6260         * src/splivarot.cpp, src/livarot/PathStroke.cpp,
6261         src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6262         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
6263         Clean up handling of flags in Shape class
6265         * src/livarot/AlphaLigne.cpp, src/livarot/Path.cpp,
6266         src/livarot/PathSimplify.cpp, src/livarot/Shape.cpp,
6267         src/livarot/ShapeSweepUtils.cpp: it's ok to free NULL.
6269         * src/livarot/Shape.h, src/sp-offset.cpp, src/splivarot.cpp,
6270         src/display/nr-arena-shape.cpp: Make Shape::pts private and offer
6271         a read-only accessor.
6273         * src/livarot/Shape.cpp, src/livarot/Shape.h,
6274         src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
6275         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp, src/
6276         livarot/ShapeSweepUtils.cpp, src/livarot/ShapeUtils.h: Rename
6277         Shape::pts to Shape::_pts, and use getPoint() wherever possible.
6279         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
6280         src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6281         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp: Add
6282         dg_point::totalDegree() and make use of it.
6285 2004-09-08  MenTaLguY  <mental@rydia.net>
6287         * src/libnr/nr-object.h, src/libnr/nr-object.cpp: fix NRObject
6288           initialization
6290         * configure.in, src/gc-core.h, src/gc-managed.h, src/gc-anchored,
6291           src/gc-finalized.h:
6293           add a --disable-gc ./configure option to omit garbage collection
6294           from the build (the normal allocator will be used, although
6295           memory will obviously leak since it does not get explicitly freed)
6297         * src/xml/repr.cpp: SPRepr's copy constructor needs to properly
6298           initialize its fields
6300         * src/xml/repr-util.cpp, src/xml/repr-private.h,
6301           src/xml/repr.h, src/xml/repr.cpp:
6303           new child-count-related routines, and added mutation signals
6304           to SPReprDoc
6306         * src/desktop.cpp: call the "Active Group" widget by its TRUE NAME!
6308         * src/widgets/Makefile_insert, src/widgets/document-tree-model.cpp,
6309           src/widgets/document-tree-model.h, src/widgets/layer-selector.cpp,
6310           src/widgets/layer-selector.h:
6312           very cursory start on new layers UI
6314 2004-09-08  Carl Hetherington <inkscape@carlh.net>
6316         * src/helper/stock-items.cpp: fix a bad free().  Improve coding
6317         style compliance.
6319         * src/libnrtype/FlowRes.cpp: slightly unpleasant fix for a buffer
6320         overrun.
6322 2004-09-07  MenTaLguY <mental@rydia.net>
6324         * src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6325           src/livarot/ShapeSweep.cpp:
6327           use std::vector for points array (seems to crash less?)
6329         * src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
6330           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
6331           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
6332           src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
6333           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
6335           switch to glib's allocator routines, which have the expected
6336           semantics
6338         * src/livarot/evil-malloc.h: removed
6340 2004-09-07  Ted Gould  <ted@gould.cx>
6342         * src/color-rgba.h:
6344         Some comments and some little code clean up things.  Added a couple
6345         of constructors to make life a little simpler.
6347 2004-09-06  Ted Gould  <ted@gould.cx>
6348         * src/extension/plugin/gimgrad.cpp, src/extension/implementation/plugin*
6349           share/extension/gimpgrad.inkmod, src/extension/system.cpp,
6350           src/extension/extension.h:
6352         Mega commit.  This commit does two things, it adds in the ability to
6353         do plugins in Inkscape.  This means that there are loadable modules
6354         that can be used for just about anything.  It also provides a sample
6355         implementation of a plugin to load GIMP gradients.  This means that
6356         GIMP gradients can be imported into Inkscape, giving a larger set of
6357         gradients that can be used in Inkscape.
6359         Currently, nothing here is really complete, but it is functional.  The
6360         plugins really only work for input plugins, and the GIMP gradient example
6361         isn't very robust.  They will come shortly.
6363 2004-09-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6365         * src/display/curve.h, src/display/curve.cpp:
6366           Change x,y members to NR::Point.
6367           Rename posset (spiced&spiked hot milk) to posSet as per CodingStyle.
6369         * src/display/curve.cpp (sp_curve_reverse): Previously this
6370           routine returned only the last subpath, and made it an open
6371           path.  Now it preserves all aspects of the curve other than
6372           reversing it.  I believe this change makes no difference to the
6373           draw-context and dyna-draw-context callers (though I haven't
6374           managed to test all of these callers), whereas for the `reverse
6375           path' command, users presumably expect the new behaviour.
6377         * src/display/curve.cpp (sp_curve_closepath_current):
6378           Fix bad assertion.
6380         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
6381           (get_translation): New function.
6383         * src/sp-polygon.cpp (polygon_get_value): Use static linkage.
6384           (sp_polygon_set): Remove debugging output.  Add `todo' comment.
6386 2004-09-03  MenTaLguY <mental@rydia.net>
6388         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
6389           src/sp-namedview.h:
6391           remember previously selected layer on load
6393 2004-09-02  MenTaLguY <mental@rydia.net>
6395         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp:
6397           reintroduced the inkscape:groupmode attribute
6399         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
6400           src/libnr/nr-object.cpp:
6402           remove USE_LIBGC macro again
6404 2004-08-30  MenTaLguY <mental@rydia.net>
6406         * src/sp-object.cpp:
6408           ref the object while SPObject::deleteObject runs, so it doesn't
6409           get destroyed halfway through [ fix for bug #1012874 ]
6411 2004-08-29  MenTaLguY <mental@rydia.net>
6413         * src/gc-core.h:
6415           turn off scanning of dynamic library data segments; we don't need
6416           it, and it seems to cause problems on FC2
6418 2004-08-27  MenTaLguY <mental@rydia.net>
6420         * src/traits/function.h: add typedefs for all argument positions,
6421           specifying 'void' for all arguments after the last
6423         * src/livarot/evil-malloc.h, src/livarot/BitLigne.cpp,
6424           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
6425           src/livarot/Shape.cpp, src/livarot/ShapeSweepUtils.cpp:
6427           work around livarot bugs so I can use ElectricFence
6429         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
6430           src/libnr/nr-object.cpp:
6432           make the garbage collector easy to disable by undefining
6433           USE_LIBGC in src/gc-core.h
6435 2004-08-26  MenTaLguY <mental@rydia.net>
6437         * src/document-private.h, src/document.h, src/document.cpp:
6439           add notification signal when resources are added or removed
6441 2004-08-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6443         * src/xml/repr-css.cpp (sp_repr_css_print):
6444           Fix for shared string change.
6446         * src/sp-text.cpp (sp_text_description):
6447           Fix for when font Name() call fails.
6449         * src/sp-text.cpp: CodingStyle changes, including moving some
6450           declarations to first use.
6451           Remove unused __SP_TEXT_C__ define.
6453 2004-08-25  Carl Hetherington  <inkscape@carlh.net>
6455         * src/sp-cursor.cpp, src/sp-cursor.h, src/sp-guide.cpp:
6456         coding style cleanups.
6458 2004-08-24  MenTaLguY <mental@rydia.net>
6460         * src/gc-anchor.h: fix to always use the GC base address, since
6461           that will not always be the same as 'this', when I::GC::Anchored
6462           is used via multiple inheritance.
6464 2004-08-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6466         * src/libnrtype/TextWrapper.h, src/libnrtype/TextWrapper.cpp (AppendUTF8):
6467           Use strlen instead of for-loop.
6468           Change printf to g_return_if_fail (and document that the argument
6469           must be valid UTF-8).
6470           Mark the text pointer as not being written through (const).
6472 2004-08-23  MenTaLguY <mental@rydia.net>
6474         * src/xml/repr.cpp, src/xml/sp-repr-action.h:
6476           removed stupid default 'next' constructor arguments and force them
6477           to be specified explicitly (and fix the omission of one, which
6478           fixes bug #1014541)
6480 2004-08-22  MenTaLguY <mental@rydia.net>
6482         * src/Makefile_insert, src/gc-alloc.h:
6484           introduced a GC-aware STL allocator
6486         * src/document-private.h, src/document.h, src/document.cpp:
6488           switch to using STL map for "id changed" signals
6490 2004-08-21  MenTaLguY <mental@rydia.net>
6492         * src/Makefile_insert, src/util/Makefile_insert: get libinkutil
6493           deps straightened out
6495         * src/document-private.h, src/document-undo.cpp, src/document.cpp:
6497           adapt for new APIs, header cleanups/refactorings
6499         * src/gc-core.h, src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
6501           rewrote interface to Boehm GC for increased flexibility; there are now
6502           three main classes:
6504            - Inkscape::GC::Managed: objects managed by the GC; replaces
6505                                     Inkscape::GC::Object
6507            - Inkscape::GC::Finalized: objects for which the GC will call
6508                                       destructors automatically; replaces
6509                                       Inkscape::GC::FinalizedObject
6511            - Inkscape::GC::Anchored: managed objects which can be 'anchored'
6512                                      to prevent collection while non-gc-aware
6513                                      objects are holding references; replaces
6514                                      Inkscape::Refcounted
6516           Note that they no longer inherit from each other(!), so you will
6517           need to mix-and-match via multiple inheritance.  The latter two
6518           don't do anything useful without the first, however.
6520         * src/gc-object.h, src/refcounted.h: removed
6522         * src/message-context.cpp, src/message-stack.h, src/selection.h,
6523           src/view.cpp, src/libnr/nr-object.h, src/util/list.h,
6524           src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h, src/desktop.cpp:
6526           adopt new GC API and header refatorings
6528         * src/Makefile.am, src/util/Makefile_insert:
6530           list util/* files in util's Makefile_insert now.
6532         * src/util/reverse.h: revive anx fix Inkscape::Util::reverse
6534         * src/util/share-c-string.cpp, src/util/share-c-string.h: removed
6536         * src/util/shared-c-string.cpp, src/util/shared-c-string.h:
6538           employ the type system to make shared strings a little safer to use;
6539           you can still shoot yourself in the foot, but at least now you need
6540           to aim and pull the trigger first
6542         * src/xml/Makefile_insert, src/xml/repr-action-test.cpp,
6543           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.h:
6545           reorganize transaction logging files
6547         * src/xml/repr-action-test.cpp: updated headers
6549         * src/xml/repr-action.cpp, src/xml/repr-action.h: removed
6551         * src/xml/repr-private.h, src/xml/repr.cpp, src/xml/repr.h:
6553           update for new GC API and shared strings
6555         * src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
6556           src/xml/sp-repr-action.h:
6558           header refactoring and new GC API
6560         * src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h:
6562           new GC API
6564 2004-08-20  Carl Hetherington <inkscape@carlh.net>
6566         * src/zoom-context.cpp, src/view.cpp, src/version.cpp,
6567         src/sp-defs.cpp: coding style cleanups.
6569         * src/sp-polygon.cpp: coding style and a few other small cleanups.
6571         * src/sp-anchor.cpp: coding style cleanups.  Remove unnecessary
6572         static variable.
6574 2004-08-18  Bryce Harrington <bryce@bryceharrington.org>
6576         * autogen.sh:  Fixing the 'missing ltmain.sh' bug
6578 2004-08-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6580         * src/sp-star.cpp: Use cast to guint32 instead of using modulo 2**32.
6581           Fix a uint compilation bug on Windows reported by mrchapp.
6582           Mark a few functions as static.
6584 2004-08-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6586         * src/sp-conn-end.cpp (change_endpts):
6587           Use new sp_curve_stretch_endpoints function: i.e. preserve the
6588           shape of the connector path.
6590         * src/display/curve.h, src/display/curve.cpp
6591           (sp_curve_stretch_endpoints): New function.
6593         * src/sp-use-reference.cpp: CodingStyle changes.
6595         * src/sp-item.h, src/sp-item.cpp (sp_item_write_transform):
6596           Indicate that adv won't get written to.
6598         * src/sp-rect.cpp (sp_rect_set_transform): Call sp_rect_set_shape,
6599           so that bbox is up-to-    src/livarot/PathConversion.cpp,
6600 src/livarot/Shape.cpp,
6601         src/livarot/Shape.h, src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
6602         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp,
6603         src/livarot/ShapeSweepUtils.cpp:
6604           Revert these files to their state prior to mental's "2004-08-08"
6605           entry (the change made in 2004-08-09 02:23 UTC).
6607 2004-08-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6609         * src/algorithms/longest-common-suffix.h: Fix bug I introduced three
6610           days ago.
6612         * src/attributes.h, src/attributes.cpp: New attributes
6613           SP_ATTR_CONNECTION_START, SP_ATTR_CONNECTION_END.
6614         * src/sp-conn-end.h, src/sp-conn-end.cpp,
6615           src/sp-conn-end-pair.h, src/sp-conn-end-pair.cpp:
6616           New files.
6617         * src/Makefile_insert (libinkpre_a_SOURCES): Add the new files.
6619         * src/sp-path.cpp, src/sp-path.h: Call the new connector stuff.
6621         * src/display/curve.h, src/display/curve.cpp
6622           (sp_curve_first_point, sp_curve_last_point): New functions.
6624           (sp_curve_transform): Re-implement with NR::Matrix/NR::Point.
6625           The old code appears to be buggy for sheer/rotate matrices
6626           due to calculating each y coord using the new corresponding x coord
6627           instead of the previous value.
6629           Also add NR::translate version.
6631           Get rid of the return value.  Callers updated.
6633         * src/sp-item.h, src/sp-item.cpp: (i2anc_affine): New function
6634           (essentially a rename of existing private partial_xform function, but
6635           differing behaviour on encountering non-SPItem in the hierarchy).
6637           (i2i_affine): New function (essentially a rename of existing
6638           SPItem::getRelativeAffine).  Implement SPItem::getRelativeAffine in
6639           terms of the new function.
6641           (sp_item_dt2i_affine): NR::Matrix version.
6643         * src/libnr/nr-path.h (c, setC): new methods.
6645 2004-08-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6647         * src/desktop-affine.cpp (sp_desktop_w2doc_affine,
6648         sp_desktop_doc2w_affine, sp_desktop_doc2d_xy_point),
6649         src/knotholder.cpp (knot_moved_handler), src/sp-item.cpp
6650         (SPItem::getRelativeTransform), src/sp-rect.cpp
6651         (sp_rect_set_transform), src/display/sp-canvas-util.cpp
6652         (sp_canvas_item_i2i_affine, sp_canvas_item_set_i2w_affine):
6653           Cleanup: Use the new division operators instead of multiplication by
6654           inverse.  (Currently the division operators are implemented as
6655           multiplication by inverse.)
6657         * src/splivarot.cpp, src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
6658         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
6659           Hurriedly fix some problems caused by overly-hurried changes.
6660           Address some signed/unsigned warnings.
6661           Add some assertions.
6662           (Haven't checked the performance cost of the assertions.)
6664         * src/livarot/Shape.h: Make constructors explicit.
6666 2004-08-08  MenTaLguY  <mental@rydia.net>
6668         * src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-offset.cpp,
6669           src/splivarot.cpp, src/display/nr-arena-shape.cpp,
6670           src/livarot/PathConversion.cpp, src/livarot/Shape.cpp,
6671           src/livarot/Shape.h, src/livarot/ShapeDraw.cpp,
6672           src/livarot/ShapeMisc.cpp, src/livarot/ShapeRaster.cpp,
6673           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
6675           replace ad-hoc realloced arrays with std::vector and deal with
6676           uninitialized data problems that valgrind complained about
6678         * libgc.supp: valgrind suppression profile for libgc, which necessarily
6679           reads and runs comparisons on a lot of uninitalized data; the present
6680           form of this file is probably too broad however
6682 2004-08-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6684         * src/libnr/nr-matrix-div.h, src/libnr/nr-matrix-div.cpp:
6685           operator/(NR::Point, NR::Matrix), operator/(NR::Matrix, NR::Matrix):
6686           new functions, new files.
6688         * src/algorithms/longest-common-suffix.h:
6689           Handle in O(1) time the common case of equal tails.
6690           Documentation.
6692 2004-08-08  Ted Gould  <ted@gould.cx>
6694         * src/svg-profile.h, src/Makefile_insert:
6696         Adding the first support in for trying to determine which profiles are
6697         used with certain functionality, and if that is used by the current
6698         document.  Really, right now, there is no code changes to anything that
6699         compiles.  But this is the header file that contains the class that
6700         I'm plannig to use in the future.
6702 2004-08-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6704         * src/libnrtype/RasterFont.h, src/libnrtype/RasterFont.cpp:
6705           Get rid of argumentless constructor (which was leaving
6706           style.transform as random bits), replace with constructor taking
6707           style argument.  Caller updated.
6708           Disable default copy constructor and operator=.
6710 2004-08-06  MenTaLguY <mental@rydia.net>
6712         * configure.in, src/gc-core.h, src/gc-object.h,
6713           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-group.cpp,
6714           src/display/nr-arena-image.cpp, src/display/nr-arena-item.cpp,
6715           src/display/nr-arena-shape.cpp, src/display/nr-arena.cpp,
6716           src/helper/action.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
6718           make NRObject GC-aware
6720 2004-08-06  David Turner <novalis@gnu.org>
6721         * src/sp-shape.cpp (sp_shape_marker_get_transform): Make marker handling
6722 match
6723         SVG spec better.
6725 2004-08-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6727         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
6728           NR::Matrix *= NR::scale: new.
6730         * src/sp-object.cpp, src/sp-object.h, src/sp-object-tree-iterator.h:
6731           Move TreeIterator<SPObject *> specialization to snew file
6732           sp-object-tree-iterator.h.
6733           Mark several pointers as not being written through.
6734           Correspondingly change TreeIterator specialization to
6735           <SPObject const *> instead of <SPObject *>.
6737         * display/nr-arena-item.cpp, display/nr-arena-item.h:
6738           Add NR::Matrix version of nr_arena_item_set_transform.
6740         * src/sp-item.h, src/sp-item.cpp (getRelativeTransform, partial_xform):
6741           Mark pointers as not written through.
6743         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
6744           src/path-chemistry.cpp, src/rect-context.cpp,
6745           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowdiv.cpp,
6746           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-item-group.cpp,
6747           src/sp-item-notify-moveto.cpp, src/sp-item-transform.cpp,
6748           src/sp-item.cpp, src/sp-item.h, src/sp-offset.cpp, src/sp-rect.cpp,
6749           src/sp-shape.cpp, src/sp-use.cpp, src/spiral-context.cpp,
6750           src/splivarot.cpp, src/star-context.cpp, src/text-context.cpp,
6751           src/dialogs/item-properties.cpp:
6752           Change SPItem->transform from NRMatrix to NR::Matrix.
6754         * src/libnr/nr-matrix-ops.h (operator*(NR::Matrix, NRMatrix)): new.
6756         * src/libnr/nr-matrix.h: NR::Matrix *= NR::translate: new operator.
6758         * src/nodepath.cpp: Mark NodeSort operator< as static.
6759           Indentation as per CodingStyle.
6761         * src/libnr/nr-scale.h (NR::scale(double)): new constructor.
6763         * src/svg/svg-affine.cpp (sp_svg_transform_write), src/svg/svg.h:
6764           Add NR::Matrix version.
6766 2004-08-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6768         * src/display/bezier-utils.cpp: Misc. minor changes.
6770 2004-08-04  MenTaLguY  <mental@rydia.net>
6772         * configure.in, src/gc-object.h, src/refcounted.h:
6774           start using libgc in earnest; Inkscape::Refcounted is now GC-aware
6776 2004-08-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6778         * src/nodepath.cpp: Cleanups: Mark some things as static.  Switch from
6779           pointer to reference in some places. Make const placement conform to
6780           CodingStyle.
6782         * src/inkview.cpp (sp_svgview_main_key_press): Accept some common keys
6783           like PgUp, q.
6785         * src/draw-context.cpp (fit_and_split):
6786           Slight simplification: don't handle impossible condition npoints < 2.
6787         * src/proofs: Update accordingly.  (Also add some bezier-utils proofs.)
6789 2004-08-04  David Turner <novalis@gnu.org>
6791         * sp-path.cpp: 'd' is a required attribute for paths.  Ensure that
6792         all paths have it.
6794 2004-08-03  MenTaLguY  <mental@rydia.net>
6796         * src/dialogs/rdf.cpp, src/xml/repr-util.cpp, src/xml/repr.h:
6797           removed sp_repr_recursive_drop() which is unneeded and
6798           creates unnecessary thrash in the undo logs
6800         * src/livarot/Shape.h, src/livarot/Shape.cpp,
6801           src/livarot/ShapeSweep.cpp, src/livarot/ShapeMisc.cpp:
6803           experiment to replace ad-hoc realloc() arrays with std::vector
6805 2004-08-02  David Turner <novalis@gnu.org>
6807         * file.cpp, file.h, interface.cpp, toolbox.cpp, verbs.cpp, verbs.h:
6809         Added vacuum command to remove unused defs.
6811 2004-08-02  MenTaLguY  <mental@rydia.net>
6813         * configure.in: sigc++ 2.0.2 (and before?) has a bug that
6814           causes us to crash.  require >= 2.0.3
6816         * src/Makefile.am, src/Makefile_insert, src/gc-core.h,
6817           src/gc-object.h, src/algorithms/longest-common-suffix.h,
6818           src/traits/list.h, src/traits/reference.h, src/util/flip.h,
6819           src/util/fold.h, src/util/list-iterator.h, src/util/list.h,
6820           src/util/map.h, src/util/parent-axis.h, src/util/reverse.h,
6821           src/util/sibling-axis.h, src/util/tuple.h, src/util/zip.h:
6823           more "functional" work
6825 2004-08-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6827         * src/display/curve.cpp, src/display/curve.h:
6828           Greater conformance with CodingStyle.
6830 2004-07-31  David Turner <novalis@gnu.org>
6832         * dialogs/xml-tree.cpp: Improved focus, added keystroke for attr commit.
6834 2004-07-31  Ted Gould  <ted@gould.cx>
6836         * src/extension/extension.cpp,
6837         src/extension/implementation/implementation.cpp,
6838         src/extension/implementation/implementation.h,
6839         src/extension/implementation/script.cpp,
6840         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
6841         src/extension/internal/eps-out.h:
6843         Okay, changed the prefs_ prototypes to include which extension they are
6844         working with. This should clean up some warnings before they become
6845         problems later.
6847 2004-07-31  Ted Gould  <ted@gould.cx>
6849         * src/print.cpp, src/extension/extension.cpp, src/extension/extension.h,
6850           src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp:
6852           Changed the get and set param prototypes so that they aren't overloaded
6853           anymore - this was flaky.  Also added a document to the prototype so
6854           that document specific parameters can be supported in the future.
6856 2004-07-28  David Turner <novalis@gnu.org>
6858         * sp-gradient.cpp, widgets/gradient-vector.cpp: fixed gradient handling to
6859         properly render gradients with sharp color boundaries
6861 2004-07-29  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6863         * src/inkview.cpp: Make the window title be the name of the
6864           instead of the current file instead of the first file.
6866         * src/round-test.cpp: New unit-test file.
6868         * src/desktop.h, src/sp-desktop-widget.h:
6869           Move SPDesktopWidget stuff from desktop.h to new file
6870           sp-desktop-widget.h.
6872         * debian/*: Copy lots of changes from wolfi's official Debian package
6873           of inkscape.
6874           Also use separate builddir, which simplifies the `clean' target.
6876 2004-07-24  MenTaLguY  <mental@rydia.net>
6878         * configure.in, src/Makefile.am, src/main.cpp, src/gc-core.h:
6879           added libgc dependency
6881         * src/Makefile.am, traits/function.h:
6882           added trait class for functions and C++ "functors"
6884         * src/Makefile.am, util/flip.h:
6885           added flip() which, given a function with two arguments,
6886           returns an identical function with its arguments reversed
6888 2004-07-23  MenTaLguY  <mental@rydia.net>
6890         * src/Makefile.am, src/traits/reference.h, src/util/tuple.h:
6891           added generic Tuple type
6893 2004-07-23  Ted Gould  <ted@gould.cx>
6895         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
6896         src/sp-namedview.h, src/dialogs/desktop-properties.cpp,
6897         src/display/canvas-grid.cpp, src/display/canvas-grid.h:
6899         Adding in the ability to have 'emphasis grid lines' where some lines are a
6900         different color than others.  In the default case every fifth grid line
6901         gets to be 0x11 darker alpha.  Nothing that will get in your way, but
6902         enough that you can find the spacing.  All parameters are changeable in
6903         document preferences.
6905 2004-07-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6907         * autogen.sh: Move unversioned automake to last resort.
6909 2004-07-20  Kees Cook  <kees@outflux.net>
6911         * src/dialogs/desktop-preferences.cpp: corrected my usage of static
6912           l18n strings.
6913         * src/dialogs/stroke-style.cpp: fixed missing l18n. (bug #994837)
6914         * src/dialogs/sp-attribute-widget.cpp: went hunting for other static
6915           l18n strings.  Fixed some here too.
6916         * autogen.sh: cleanups and more debugging.
6917         * share/extensions/sk2svg.sh: tempfile cleanups from pjrm (patch #990009)
6919 2004-07-20 Nathan Hurst <njh@mail.csse.monash.edu.au>
6921         * debian/changelog, configure.in: Moved to 0.40cvs and updated
6922           debian stuff.
6924 2004-07-18  MenTaLguY  <mental@rydia.net>
6926         * configure.in, src/Makefile.am, src/algorithms/Makefile_insert,
6927           src/algorithms/makefile.in, src/traits/Makefile_insert,
6928           src/traits/makefile.in, src/util/Makefile_insert, src/util/makefile.in:
6930           added src/algorithms, src/traits, and src/util subdirs
6932         * src/algorithms/longest-common-suffix.h:
6934           added generic "longest common suffix" algorithm
6936         * src/traits/list.h: added traits class for lists
6938         * src/traits/tree-iterator.h: added traits class for n-ary tree iterators
6940         * src/util/list-iterator.h: STL iterator for lists
6942         * src/util/parent-axis.h: parent "axis" of tree iterator as list
6944         * src/util/sibling-axis.h: sibling "axis" of tree iterator as list
6946         * src/xml/repr.h: specialize Traits::TreeIterator for SPRepr *
6948         * src/sp-object.h: specialize Traits::TreeIterator for SPObject *
6950         * src/sp-object.cpp: use generic "longest common suffix" to find
6951                              nearest common ancestor
6953         * src/splivarot.cpp: use genric "longest common suffix" to find
6954                              nearest common ancestor here too
6956 2004-07-18  Kees Cook  <kees@outflux.net>
6958         * Makefile.am, configure.in, autogen.sh, toolversions.sh:
6959           cleaning up some automake misbehavior from the gtkmm patch.
6960           automake 1.4isms snuck back in.
6961         * src/desktop-events.cpp: unlocalized strings updated.
6963 2004-07-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6965         * src/sp-path.cpp (sp_path_write): Handle shape->curve==NULL.
6967 2004-07-18  MenTaLguY  <mental@rydia.net>
6969         * Makefile.am, configure.in, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4,
6970           m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4,
6971           m4/progtest.m4, src/arc-context.cpp, src/arc-context.h, src/desktop.cpp,
6972           src/desktop.h, src/document.cpp, src/document.h, src/draw-context.cpp,
6973           src/draw-context.h, src/event-context.h, src/main.cpp,
6974           src/message-stack.h, src/node-context.cpp, src/node-context.h,
6975           src/nodepath.cpp, src/nodepath.h, src/object-hierarchy.h,
6976           src/rect-context.cpp, src/rect-context.h, src/selcue.cpp, src/selcue.h,
6977           src/selection-describer.cpp, src/selection-describer.h,
6978           src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
6979           src/sp-item.cpp, src/sp-item.h, src/sp-object.cpp, src/sp-object.h,
6980           src/sp-offset.cpp, src/sp-offset.h, src/sp-pattern.cpp, src/sp-use.cpp,
6981           src/sp-use.h, src/spiral-context.cpp, src/spiral-context.h,
6982           src/star-context.cpp, src/star-context.h, src/text-context.cpp,
6983           src/text-context.h, src/toolbox.cpp, src/uri-references.cpp,
6984           src/uri-references.h, src/view.cpp, src/view.h,
6985           src/dialogs/xml-tree.cpp:
6987           merged Aubanel MONNIER's gtkmm upgrade patch
6989 2004-07-17  Carl Hetherington  <inkscape@carlh.net>
6991         * src/sp-use.cpp: fix a compiler warning (closes #992960)
6993         * src/sp-offset.cpp: fix a compiler warning (closes #992960)
6995         * src/sp-text.cpp: fix a compiler warning (closes #992959)
6997 2004-07-16  Kees Cook  <kees@outflux.net>
6999         * src/verbs.h, src/verbs.cpp: added "sp_verbs_find" function for bryce.
7001 2004-07-15  Ted Gould  <ted@gould.cx>
7003         * 0.39 Release
7005 2004-07-14  MenTaLguY  <mental@rydia.net>
7007         * src/sp-object.cpp: disable recursive update warning for release
7009         * src/select-context.cpp: work around probable cut-and-paste bug
7010           between sp_select_context_item_handler and
7011           sp_select_context_root_handler by checking for drag_escaped
7013 2004-07-13  MenTaLguY  <mental@rydia.net>
7015         * src/make.exclude: omit extension/script/js/js.c from build
7017 2004-07-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7019         * src/dialogs/rdf.cpp: Don't add dc:description entry to SVG files.
7021         * src/utest/utest.h: Add include guard.
7023 2004-07-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7025         * src/decimal-round.h (decimal_round): New file, new function.
7026         * src/round.h (decimal_round): New file, new function.
7027         * src/Makefile_insert: Add to libinkpost_a_SOURCES.
7029 2004-07-11  MenTaLguY  <mental@rydia.net>
7031         * src/document.h, src/document-undo.cpp:
7032           added sp_document_get_undo_sensitive() for capturing and restoring
7033           undo sensitivity
7035         * src/sp-object.cpp: don't log id changes made to resolve
7036           duplicate ids (to avoid undo badness) (fix for bug #989023)
7038 2004-07-11  Kees Cook  <kees@outflux.net>
7040         * src/preferences-skeleton.h, src/extension/init.cpp: with simarilius,
7041           tracked down the cause of bug #988445.  Extension code now has a
7042           small section that validates preferences for valid extension names.
7043         * src/dialogs/filedialog-win32.cpp: corrected an assert test, and
7044           changed dialog to take the passed window title.
7045         * autogen.sh, config.h.mingw, configure.in, src/Makefile_insert,
7046           src/help.cpp, src/inkscape-stock.cpp, src/inkscape.cpp, src/main.cpp,
7047           src/make.dep, src/make.files, src/path-prefix.h, src/prefix.cpp,
7048           src/prefix.h, src/dialogs/stroke-style.cpp,
7049           src/extension/Makefile_insert, src/extension/init.cpp,
7050           src/extension/implementation/Makefile_insert,
7051           src/extension/implementation/script.cpp,
7052           src/extension/internal/Makefile_insert, src/helper/stock-items.cpp,
7053           src/widgets/icon.cpp:
7054         Cleaned up all the path #define's and usage.  In the process found at
7055         least 3 separate bugs associated with file locations.  This should
7056         hopefully work for Win32 as well.  Bottom line in this change: don't use
7057         INKSCAPE_DATADIR anywhere except in "path-prefix.h".  This includes
7058         an update to the autopackage code as well with fixes so that
7059         a change to "--enable-binreloc" will get recompiled correctly.  These
7060         changes should address bug #978391.
7062 2004-07-11  Carl Hetherington  <inkscape@carlh.net>
7064         * src/attributes.cpp, src/attributes.h: remove confusing
7065         snaptogrid and snaptoguides options.
7067         * src/desktop-events.cpp: use inkscape:guide-bbox instead of
7068         snaptoguides to turn guides on.
7070         * src/desktop.cpp: no need to worry about Snapper::getEnabled().
7072         * src/snap.cpp, src/snap.h: Remove explicit enabled flag from
7073         Snapper, as itconfuses people.  Added
7074         namedview_dim_snap_all_types().  Return useful stuff from
7075         vector_snap_list.
7077         * src/rect-context.cpp: Use hack to make snapping kind of work
7078         even with snap-to-bbox enabled.
7080         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp: remove
7081         snaptogrid and snaptoguides options as they confuse people.  Use
7082         better names for the scale origin radio buttons, as suggested by
7083         Bulia.
7085         * src/seltrans.cpp: Fix some cases where snap wasn't correctly applied.
7087 2004-07-10  MenTaLguY  <mental@rydia.net>
7089         * src/sp-image.cpp: prospective fix for bug #979858
7091         * src/select-context.cpp, src/select-context.h,
7092           src/seltrans.cpp, src/seltrans.h:
7094           gave SPSelTrans its own Inkscape::MessageContext, fixing
7095           bug #977971
7097 2004-07-10  Kees Cook  <kees@outflux.net>
7099         * src/knot.cpp: solved bug #988513: knot could stay grabbed in
7100           situations where the tool went away but never got "button_release"
7101           event.  This patch uses the "enter" and "leave" notifiers to disable
7102           the grab before a "motion" can come and snag the knot.
7104 2004-07-09  Kees Cook  <kees@outflux.net>
7106         * src/widgets/paint-selector.cpp: solved bug #984902: the pattern
7107           menu was being destroyed since it was remaining part of the frame
7108           that was being destroyed whenever the selector changed.  It gets
7109           ref-counted, disconnected, and destroyed correctly now.
7110         * mkinstalldirs: automake 1.8 stopped including "mkinstalldirs", but
7111           intltool still uses it.  We'll need to keep this until intltool
7112           fixes the bug.  intltool 0.31 and earlier are all buggy.
7114 2004-07-09  Carl Hetherington  <inkscape@carlh.net>
7116         * src/draw-context.cpp: remove some debugging g_prints.
7118 2004-07-08  MenTaLguY  <mental@rydia.net>
7120         * src/interface.cpp: fixed crash on desktop context menu
7122         * src/desktop.h, src/desktop.cpp:
7124           added SPDesktop::isWithinViewport() to conveniently determine
7125           if an item is within view
7127           also made isLayer() const
7129         * src/sp-object.h: added SPObject::hasChildren() predicate
7131         * src/sp-object.cpp: revert to old behavior of breaking parent
7132           link before emitting "release" signal
7134         * src/selection-chemistry.cpp: rewrote sp_selection_item_next()
7135           and sp_selection_item_prev() to work with layers
7137 2004-07-08  Carl Hetherington  <inkscape@carlh.net>
7139         * src/libnrtype/FontFactory.cpp: disable printing of debug
7140         messages.
7142         * src/sp-item-group.cpp: give it a snappoints method to fix
7143         937318.
7145         * src/draw-context.cpp: fix a couple of places where Shift isn't
7146         checked before snapping.
7149 2004-07-07  MenTaLguY  <mental@rydia.net>
7151         * src/desktop.cpp, src/interface.cpp: remove the word "layer"
7152           for now, and disable the layer selector when the user is not
7153           inside a group
7155 2004-07-07  Kees Cook  <kees@outflux.net>
7157         * src/dialogs/desktop-properties.cpp: added a few g_asserts, and
7158           added a missing sp_signal_disconnect_by_data for the color picker,
7159           which closes bug #975864.  Stopped accidentally calling
7160           sp_document_done from the update handler (fixes bug #986411).
7161         * src/dialogs/dialog-events.cpp, src/helper/action.cpp:
7162           whitespace changes, typo fixes, added a few g_asserts.
7163         * src/selection-chemistry.cpp, src/desktop.cpp: when deleting items
7164           from the desktop, the selection context may need to be cleared since
7165           it may have pointers to the deleted items.  To do this, I just
7166           reselect the current tool (fixes bug #983243).
7167         * src/dialogs/xml-tree.cpp, src/dialogs/desktop-properties.cpp:
7168           corrected tooltips memory handling.
7170 2004-07-06  MenTaLguY  <mental@rydia.net>
7172         * src/desktop.cpp: minor tweaks to make the existing layers
7173           code easier to work with in its current state (particularly,
7174           to sidestep some existing bugs that otherwise require more
7175           UI work to fix)
7177 2004-07-06  Carl Hetherington  <inkscape@carlh.net>
7179         * src/seltrans.cpp, src/sp-namedview.cpp,
7180         src/display/bezier-utils.cpp, src/libnr/nr-types.cpp:
7181         isnan appears to need a std:: namespace qualifier.
7183 2004-07-06  Ted Gould  <ted@gould.cx>
7185         * src/libnr/nr-point.h, src/libnr/nr-rect.h:
7187         Adding in a function to round the points and rectangles.  Using this
7188         for less precise comparisons.  Also, added in a function to print
7189         each of these.
7191         * src/dialogs/export.cpp:
7193         Major revisions to do all kinds of fun stuff.  The major one being
7194         that filenames and dpi's can now be stored on selections.  This
7195         makes it so that people working on a section of a document can export
7196         it consistently.
7198 2004-07-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7200         * src/sp-typeset-utils.h: Greatly reduce #includes.
7202         * src/color-rgba.h, src/Makefile_insert, src/desktop.h:
7203           Move ColorRGBA from desktop.h to new file color-rgba.h.
7204         * src/desktop.cpp, src/dropper-context.cpp: #include it.
7206 2004-07-05  Kees Cook  <kees@outflux.net>
7208         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.cpp,
7209           src/dialogs/rdf.h: added multiline data entry items, reduced
7210           overall width of the dialog, and created the license entry areas.
7211           Auto-detection of license on load works now.
7213 2004-07-05  MenTaLguY <mental@rydia.net>
7215         * src/desktop.cpp: comitted further work which gives us a
7216           partially-functional layers menu (not actually hooked up to
7217           change layers yet), and it is not always updated when it needs
7218           to be (yet).  It does also fix the crash though.
7220         * src/desktop.cpp, src/desktop.h, src/document.cpp,
7221           src/sp-item-group.cpp, src/sp-item-group.h:
7223           additional layers work; backed off on promoting siblings to
7224           layers automatically and reintroduced "global" layer mode
7226 2004-07-05  Carl Hetherington <inkscape@carlh.net>
7228         * src/desktop.cpp: prevent crash by adding a check for
7229         layer == NULL to SPDesktopWidget::_buildLayerStatusMenuItem.
7231         * src/selection-chemistry.cpp: prevent crash on copying empty
7232         groups.
7234 2004-07-04  MenTaLguY  <mental@rydia.net>
7236         * src/sp-object.cpp: fixed bug #979281 -- I had accidentally
7237           reversed the sense of a test in SPObject::requestModified(),
7238           such that CHILD_MODIFIED notifications were never being sent
7240         * src/widgets/sp-color-notebook.cpp: always assume colors are
7241           8-digit hex rrggbbaa, and zero-fill accordingly
7243           HAPPY NATHAN#@$?#$#@$!?!?!?
7245         * src/desktop.cpp, src/desktop.h, src/document.cpp, src/document.h,
7246           src/interface.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
7247           src/sp-item-group.cpp, src/sp-item-group.h, src/widgets/widget-sizes.h:
7249           Added selection-changes-current-layer and other layer refinements.
7250           Except for fixing the currently broken layer combo box on the status
7251           bar, I think this is pretty much the last of the layerish work I'm
7252           willing to do for 0.39 since we're in freeze now.
7254 2004-07-03  Kees Cook  <kees@outflux.net>
7256         * src/document.cpp, src/dialogs/desktop-properties.cpp,
7257           src/dialogs/rdf.cpp, src/dialogs/rdf.h:
7258           Added several more RDF entities.  Created entry tooltips.  Set
7259           a few RDF defaults for the document.
7261 2004-07-03  MenTaLguY  <mental@rydia.net>
7263         * src/desktop.cpp, src/document.cpp:
7265           siblings of a layer now become layers too
7267         * src/interface.cpp: switched to command names suggested by bulia
7269         * src/object-hierarchy.cpp, src/object-hierarchy.h:
7271           bugfixes and cleanups
7273         * src/sp-item-group.cpp, src/sp-item-group.h, src/sp-root.cpp:
7275           new layerMode() and setLayerMode() methods; SPGroupMode becomes
7276           SPGroup::LayerMode
7278         * src/sp-object.h: added isSiblingOf() method
7280         * src/sp-object.cpp: leave parent pointer in place until after
7281           "release" handlers finish
7283 2004-07-02  Kees Cook  <kees@outflux.net>
7285         * src/document.cpp, src/dialogs/desktop-properties.cpp,
7286           src/dialogs/rdf.cpp, src/dialogs/rdf.h, src/xml/repr.h:
7287           Made RDF's writable now.  Handling modifications and defaults.
7288           Mental and others will most likely kill me when they finally
7289           read this code.
7291 2004-07-02  MenTaLguY  <mental@rydia.net>
7293         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp,
7294           src/sp-item-group.h:
7296           Removed the "inkscape:groupmode" attribute and added note about how
7297           the group/layer mode setting needs to be per-view, not global.
7299         * src/desktop.cpp, src/desktop.h,
7300           src/object-hierarchy.cpp, src/object-hierarchy.h:
7302           Added notification signals for switching layers, as well as putting
7303           groups in layer mode when they are being used as layers.
7305           Notably, you can now call SPDesktop::connectCurrentLayerChanged() to
7306           connect to a SigC++ signal to be notified when the current layer
7307           changes.
7309         * src/interface.cpp, src/object-ui.cpp:
7311           Fixed up the "Enter Group" and "Leave Group" context menu
7312           commands a bit, and implement them both in the same places.
7314 2004-07-02  Carl Hetherington  <inkscape@carlh.net>
7316         * src/desktop-snap.cpp, src/desktop-snap.h, src/snap.cpp, src/snap.h,
7317         src/Makefile_insert src/arc-context.cpp src/draw-context.cpp
7318         src/dyna-draw-context.cpp src/make.dep src/make.files src/make.ofiles
7319         src/makefile.msc src/nodepath.cpp src/rect-context.cpp
7320         src/select-context.cpp src/selection-chemistry.cpp src/seltrans.cpp
7321         src/sp-namedview.h src/spiral-context.cpp src/star-context.cpp:
7322         renamed desktop-snap.* to snap.* since it has nothing to do with the
7323         desktop any more.
7325         * src/draw-context.cpp: Temporary hack to prevent snapping
7326         completely failing to work when snapping to bbox points.  Support
7327         shift-disables-snap for freehand drawing.
7329         * src/snap.cpp, src/snap.h: Added some temporary methods to assist
7330         with hacks elsewhere.
7332 2004-07-01  Kees Cook  <kees@outflux.net>
7334         * src/xml/repr.h, src/xml/repr-util.h, src/dialogs/rdf.cpp:
7335           moved "repr_lookup_name" into the repr-util collection so
7336           that the RDF stuff doesn't need to know about SPRepr internals.
7337           Now that I've started to grok the SPRepr stuff, this seems best.
7338           Added "sp_repr_recursive_drop" for use in the future when I may
7339           want to throw away an entire tree of SPRepr items (like ditching
7340           a blank "dc:rights" section).
7342 2004-07-01  MenTaLguY  <mental@rydia.net>
7344         * src/sp-item.cpp: fix clip path loading bug
7346         * src/sp-object.cpp: relax analness about object ids a little
7348 2004-06-30  Kees Cook  <kees@outflux.net>
7350         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.h,
7351           src/dialogs/rdf.cpp: built the various functions needed to extract
7352           the RDF text elements from the DOM.  XML in the document will now
7353           be displayed in the entry fields.
7355 2004-06-28  MenTaLguY  <mental@rydia.net>
7357         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr-css.cpp,
7358           src/xml/repr-io.cpp, src/xml/repr-private.h, src/xml/repr-util.cpp,
7359           src/xml/repr.cpp, src/xml/sp-repr-attr.h: applied peter's patch to
7360           break out NRReprAttr
7362         * src/sp-object.cpp, src/sp-object.h:
7364           added SPObject::nearestCommonAncestor, which given another SPObject
7365           returns the nearest common ancestor of the two SPObjects.
7367         * src/sp-item.cpp, src/sp-item.h:
7369           added SPItem::getRelativeTransform, which computes the SPItem's
7370           transform relative to another SPObject
7372         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
7373           src/rect-context.cpp, src/spiral-context.cpp, src/star-context.cpp,
7374           src/text-context.cpp:
7376           drawing tools now cope with drawing within transformed groups
7377           (i.e. layers)
7379 2004-06-27  MenTaLguY  <mental@rydia.net>
7381         * src/sp-object.h: remove sp_object_request_update,
7382           sp_object_invoke_update, sp_object_invoke_modified,
7383           sp_object_request_modified, and sp_object_invoke_write, which have been
7384           deprecated and are now completely unused
7386         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
7387           src/object-hierarchy.cpp, src/object-hierarchy.h, src/sp-object.cpp,
7388           src/sp-object.h:
7390           Implemented SPDesktop::setCurrentLayer(), introducing
7391           Inkscape::ObjectHierarchy to permit falling back to parents if
7392           the current layer is removed.
7394         * src/object-ui.cpp, src/interface.cpp: really crude hack of
7395           Sodipodi-like "enter group" and "leave group"
7397 2004-06-26  MenTaLguY  <mental@rydia.net>
7399         * src/refcounted.h: allow reffing/unreffing const objects
7401         * src/arc-context.cpp, src/draw-context.cpp, src/dropper-context.cpp,
7402           src/event-context.cpp, src/event-context.h, src/node-context.cpp,
7403           src/rect-context.cpp, src/selcue.cpp, src/selcue.h,
7404           src/select-context.cpp, src/select-context.h, src/seltrans.cpp,
7405           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
7406           src/text-context.cpp, src/zoom-context.cpp:
7408           Make SPSelTrans and SPSelCue proper C++ classes with constructors.
7410         * src/document.h, src/dialogs/xml-tree.cpp: removed sp_document_lookup_id
7412         * src/sp-object.cpp: clarify what is happening with bug #980407 --
7413           the clone is getting attached to the repr before the original SPObject
7414           is.
7416 2004-06-26  Carl Hetherington  <inkscape@carlh.net>
7418         * src/node-context.cpp: make sure nodepath->nodeContext is set up
7419         when the selection changes.  Fixes 936739.
7421 2004-06-25  MenTaLguY  <mental@rydia.net>
7423         * src/display/sp-canvas.cpp: enabled win32 current item workaround on
7424           all platforms
7426 2004-06-25  Kees Cook  <kees@outflux.net>
7428         * src/dialogs/rdf.h, src/dialogs/rdf.cpp, src/dialogs/Makefile_insert,
7429           src/dialogs/desktop-properties.cpp:
7431           Added data entry widgets for document metadata, including a rough
7432           license selector, and debug rdf generator.  Corrected whitespace,
7433           added table for RDF entity lookup, tag, and title mapping.  Added
7434           initial loading framework.  Cleaned up rdf_work_entity_t usage.
7436 2004-06-25  Carl Hetherington  <inkscape@carlh.net>
7438         * src/sp-namedview.cpp: cleanups in grid snap settings.  Fix a
7439         typo.
7441         * src/seltrans.cpp: optional default origin for scaling.  Fixes
7442         to snap during scale.
7444         * src/seltrans.h: s/opposit/opposite/.  Add some comments.
7446         * src/dialogs/display-settings.cpp: add default scale origin
7447         option.
7449         * src/desktop-snap.h: changes to snap_list_scale prototype.
7451         * src/desktop-snap.cpp: snap_list_scale now returns whether
7452         it snapped or not.  The best scale snap is now the one that
7453         changes the scale factor least, rather than the one that
7454         results in the snap point being closest to where it used to be.
7456         * src/display/sp-canvas.cpp: fix for win32 freeze-at-border bug,
7457         copied from SP.
7459         * src/knot.cpp, src/select-context.cpp: change spellings from
7460         British to American English for translators.
7462 2004-06-24  rejon <kidproto@users.sf.net>
7464         * src/verbs.cpp: I changed the reverse command to be more verbose and
7465           explanative.
7467 2004-06-24  MenTaLguY  <mental@rydia.net>
7469         * src/seltrans.cpp: slight change to make showing/hiding center
7470           mark easier later on
7472         * configure.in, src/main.cpp, src/star-context.cpp,
7473           src/display/bezier-utils.cpp, src/display/canvas-bpath.cpp,
7474           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
7475           src/display/sp-ctrlline.cpp, src/libnr/nr-svp.cpp,
7476           src/libnrtype/FontFactory.cpp, src/libnrtype/RasterFont.cpp,
7477           src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
7478           src/livarot/Ligne.cpp, src/livarot/PathOutline.cpp,
7479           src/livarot/ShapeMisc.cpp, src/widgets/font-selector.cpp:
7481           fixes for floating-point portability issues, courtesy of
7482           Colin Marquardt.
7484         * src/extensions/init.cpp: dirent.h requires inttypes.h on OS X
7486 2004-06-23  MenTaLguY  <mental@rydia.net>
7488         * src/Makefile_insert, src/desktop.cpp, src/managed.h,
7489           src/message-context.cpp, src/message-stack.h, src/refcounted.h,
7490           src/selection.h, src/view.cpp:
7492           Changed my mind.
7494           Inkscape::Managed is more properly called Inkscape::Refcounted
7496         * src/libnrtype/Makefile_insert, src/libnrtype/codepages.h,
7497           src/libnrtype/cp1250.cpp, src/libnrtype/cp1251.cpp,
7498           src/libnrtype/cp1252.cpp, src/libnrtype/cp1253.cpp,
7499           src/libnrtype/cp1254.cpp, src/libnrtype/cp1255.cpp,
7500           src/libnrtype/cp1256.cpp, src/libnrtype/cp1257.cpp,
7501           src/libnrtype/cp1258.cpp, src/libnrtype/cp874.cpp,
7502           src/libnrtype/cp932.cpp, src/libnrtype/cp936.cpp,
7503           src/libnrtype/cp949.cpp, src/libnrtype/cp950.cpp:
7505           removed unused Win32 codepage crap
7507 2004-06-23  Carl Hetherington  <inkscape@carlh.net>
7509         * src/inkscape.cpp: Don't connect to SIGBUS on Win32, as
7510         it doesn't seem to exist.  Add Emacs mode line.
7511         Declaration-to-first-use and coding style cleanups.
7513         * src/desktop-snap.h: a few double -> NR::Coord fixes.
7515         * src/nodepath.cpp: turn off snapping when Shift is held down.
7516         Some minor cleanups.
7518         * src/dialogs/display-settings.cpp: remove my rather dubious
7519         move_with_grid option.
7521         * src/select-context.cpp: rationalise grid modifiers; now Shift
7522         disables snap and Alt snaps movement to the grid.
7524 2004-06-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7526         * share/extensions/dia2svg.sh: Fix bashism and insecure tempfile usage.
7528 2004-06-23  Ted Gould  <ted@gould.cx>
7530         * share/extensions/dropshadow.inkmod, share/extensions/roundhole.inkmod,
7531         src/extension/system.cpp:
7533         Setting it up so that poorly formed inkmod files generate actual GTK
7534         warnings so that they can be easily hidden.  Also, fixing these two inkmod
7535         files so that they don't generate the above mentioned warnings.
7537 2004-06-22  Kees Cook  <kees@outflux.net>
7539         * src/inkscape.cpp: added SIGBUS and SIGABRT handling.
7541 2004-06-22  John Cliff <simarilius@yahoo.com>
7543         * src/object-edit.cpp:  Added knots for manipulation of pattern fills.
7544         * src/sp-shape.cpp, src/sp-shape.h:     Added sp_shape_set_pattern to
7545         explictly set the transform rather than multiplying like adjust.
7548 2004-06-22  Carl Hetherington  <inkscape@carlh.net>
7550         * src/sp-shape.cpp: add sp_shape_snappoints.
7552         * src/desktop-snap.cpp: minor cleanups.  Added a comment.
7554         * src/sp-text.cpp: removed an old comment.
7556         * src/sp-ellipse.cpp: fix snappoints method now that the parent
7557         class method has changed.
7559         * src/sp-rect.cpp: snappoints method is not required as it's now
7560         handled by SPShape.
7562         * src/sp-image.cpp: use SPItem's snappoints method.
7564         * src/file.cpp: fix another call to g_file_test with a
7565         possibly-NULL parameter.  Fixes #977413.
7567 2004-06-21  Carl Hetherington  <inkscape@carlh.net>
7569         * src/file.cpp: don't call g_file_test with a NULL path.  Fixes
7570         #976703.
7572         * src/desktop-snap.cpp: default to snapping to bounding boxes when
7573         snapping is first enabled.  Rework in terms of SPNamedView rather
7574         than SPDesktop.
7576         * src/desktop-snap.h: rework in terms of SPNamedView rather than
7577         SPDesktop.
7579         * src/arc-context.cpp, src/draw-context.cpp,
7580         src/dyna-draw-context.cpp, src/nodepath.cpp src/rect-context.cpp,
7581         src/select-context.cpp, src/selection-chemistry.cpp,
7582         src/seltrans.cpp, src/sp-namedview.cpp, src/spiral-context.cpp,
7583         src/star-context.cpp: Adapt for changes to snap code naming.
7585         * src/seltrans.cpp: cleanups to sp_sel_trans_skew_request and
7586         sp_sel_trans_scale_request.
7588 2004-06-20  Ted Gould  <ted@gould.cx>
7590         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
7591         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
7592         share/extensions/epsi_output.inkmod, share/extensions/roundhole.inkmod,
7593         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
7594         share/extensions/txt2svg.inkmod, src/extension/extension.h,
7595         src/extension/system.cpp, src/extension/implementation/script.cpp,
7596         src/extension/internal/eps-out.cpp,
7597         src/extension/internal/gdkpixbuf-input.cpp,
7598         src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
7599         src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
7600         src/extension/internal/win32.cpp:
7602         Changing the naming of the extensions to be more Java style naming to
7603         allow for more extension in the future.
7605 2004-06-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7607         * src/extension/internal/ps.cpp (PrintPS): Initialize _stream to
7608           NULL (fixes segfaults when exporting to an unopenable file), and
7609           initialize _bitmap to false instead of random.
7611 2004-06-20  MenTaLguY  <mental@rydia.net>
7613         * src/desktop.cpp, src/managed.h, src/message-context.h,
7614           src/message-stack.h, src/message.h, src/view.cpp:
7616           Document classes, and change Managed to have an initial refcount
7617           of one at creation.
7619 2004-06-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7621         * src/libnrtype/FontFactory.cpp, src/libnrtype/FontInstance.cpp,
7622           src/libnrtype/font-instance.h: If both WIN32 and WITH_XFT are
7623           defined, then use just the WITH_XFT code.  (I don't know if it's
7624           possible for both to be defined, but we might as well document
7625           that the existing code doesn't handle both being defined, AFAICT.)
7627         * src/libnrtype/FontFactory.cpp (ink_strstr): Document brokenness.
7628           (is_regular, is_nonbold, is_italic, etc.): Mark as static.
7630         * src/Makefile.am (EXTRA_DIST): Remove reference to deleted files
7631           libnrtype/nr-type-w32.cpp, libnrtype/nr-type-w32.h,
7632           libnrtype/nr-type-xft.cpp, libnrtype/nr-type-xft.h.
7634         * src/config.h.win32: Define PACKAGE_TARNAME, for require-config.h.
7635           More accurate mathematical constants (20 decimal places instead of 3).
7637 2004-06-19  MenTaLguY  <mental@rydia.net>
7639         * src/desktop.cpp, src/managed.h, src/rect-context.cpp,
7640           src/rect-context.h, src/selection.h, src/view.cpp:
7642           SPSelection now derives from Inkscape::Managed
7644         * src/Makefile_insert, src/select-context.cpp, src/select-context.h,
7645           src/selection-describer.h, src/selection-describer.cpp:
7647           Introduced Inkscape::SelectionDescriber to which SPSelectContext
7648           delegates the task of displaying descriptions of the current
7649           selection.  This fixes bug #945735.
7651 2004-06-19  Carl Hetherington  <inkscape@carlh.net>
7653         * src/desktop-snap.{cpp,h}: sp_desktop_dim_snap_list returns
7654         whether or not it snapped anything.
7656         * src/select-context.cpp: fix snap on move behaviour (again)
7658         * src/widgets/dash-selector.cpp: fix off-by-one spotted by
7659         valgrind.
7661 2004-06-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7663         * src/extension/internal/ps.cpp (begin): Add some basic error handling.
7665         * src/extension/internal/ps.cpp (setup): Simplify an expression now that
7666           _bitmap is a bool.
7668         * src/extension/internal/ps.h: Twiddle the order of the fields.
7669           Replace bitfields with bool/short.
7671         * src/libnrtype/Makefile_insert, src/libnrtype/FontInstance.h,
7672           src/make.files, src/make.ofiles, src/make.dep:
7673           Remove src/libnrtype/FontInstance.h (see change below).
7675         * src/libnrtype/RasterFont.h, src/libnrtype/raster-glyph.h,
7676           src/libnrtype/raster-position.h:
7677           Move raster_glyph, raster_position from RasterFont.h to new files
7678           raster-glyph.h, raster-position.h.
7679         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
7681         * src/libnrtype/FontInstance.h, src/libnrtype/font-glyph.h,
7682           src/libnrtype/font-instance.h, src/libnrtype/font-style.h:
7683           Move font_glyph, font_instance, and font_style definitions from
7684           FontInstance.h into new files font-glyph.h, font-instance.h,
7685           font-style.h.
7686         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
7688         * src/libnrtype/nrtype-forward.h: New file.
7689         * src/libnrtype/Makefile_insert: Add it to SOURCES.
7690         * src/libnrtype/FontFactory.h, src/libnrtype/TextWrapper.h:
7691           #include it (replacing local declarations in some cases).
7693         * src/livarot/livarot-forward.h: New file.
7694         * src/livarot/Ligne.h, src/livarot/Path.h, src/livarot/Shape.h:
7695           #include it (replacing local declarations in some cases).
7696         * src/livarot/Makefile_insert: Add it to SOURCES.
7698 2004-08-18  Ted Gould  <ted@gould.cx>
7700         * src/file.cpp, src/preferences-skeleton.h:
7702         Adding the feature that the save and open directories are saved in the
7703         preferences.  The last one will be used.
7705 2004-08-18  Carl Hetherington  <inkscape@carlh.net>
7707         * src/widgets/font-selector.cpp: uint -> guint to fix
7708         compile errors.
7710         * src/desktop-snap.{cpp,h}: make snap functions aware of the
7711         type of point they are snapping, so they can decide whether
7712         to ignore it.
7714         * src/arc-context.cpp, src/rect-context.cpp,
7715         src/spiral-context.cpp, src/star-context.cpp,
7716         src/draw-context.cpp, src/dyna-draw-context.cpp, src/nodepath.cpp,
7717         src/selection-chemistry.cpp, src/seltrans.cpp:
7718         temporarily update for changes to snapping API.
7720         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp:
7721         adapt for small changes to Snapper API.
7723         * src/select-context.cpp: use new snapping API.
7725 2004-08-17  Bryce Harrington  <bryce@bryceharrington.org>
7727         *  nodepath.cpp path-chemistry.cpp selection-chemistry.cpp,
7728            seltrans.cpp sp-typeset.cpp splivarot.cpp text-context.cpp,
7729            tools-switch.cpp dialogs/find.cpp:  Converting statusbar
7730            messages from old style to new, as per
7731            http://inkscape.org/cgi-bin/wiki.pl?StatusbarAPI
7733 2004-06-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7735         * src/mkdep.pl: Add `by mkdep.pl' to `automatically generated' line.
7737         * src/dialogs/desktop-properties.cpp:
7738           Greater conformance to CodingStyle.  Add FIXME comment.
7740         * src/sp-namedview.cpp: Tighter scoping for iteration var.
7741           Simplify some code by greater use of cheap sp_unit_get_by_id.
7743 2004-06-17  MenTaLguY  <mental@rydia.net>
7745         * src/Makefile_insert, src/arc-context.cpp, src/arc-context.h,
7746           src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
7747           src/draw-context.cpp, src/dropper-context.cpp, src/event-context.cpp,
7748           src/event-context.h, src/file.cpp, src/interface.cpp, src/knot.cpp,
7749           src/managed.h, src/message-context.cpp, src/message-context.h,
7750           src/message-stack.cpp, src/message-stack.h, src/message.h,
7751           src/select-context.cpp, src/view.cpp, src/view.h,
7752           src/libnrtype/FontFactory.cpp, src/libnrtype/nr-type-primitives.h,
7753           src/widgets/font-selector.cpp:
7755           New status messages primitives (statusbar bug not fixed yet though).
7757 2004-06-17  Carl Hetherington  <inkscape@carlh.net>
7759         * src/helper/stock-items.cpp: fix a compiler warning.  Minor
7760         coding style cleanups.
7762         * src/arc-context.cpp, src/desktop-snap.cpp, src-desktop-snap.h,
7763         src/rect-context.cpp, src/spiral-context.cpp,
7764         src/star-context.cpp: Replace desktop.h include with forward
7765         references in desktop-snap.h, and add desktop.h includes in
7766         files which require them.
7768         * src/widgets/spw-utilities.cpp, src/widgets/spw-utilities.h:
7769         add spw_vbox_checkbutton.
7771         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7772         src/sp-namedview.h, src/desktop-snap.cpp, src/desktop-snap.h,
7773         src/desktop.cpp, src/desktop.h,
7774         src/dialogs/desktop-properties.cpp, src/seltrans.cpp,
7775         src/seltrans.h, src/selection.cpp, src/selection.h,
7776         src/select-context.cpp, src/selection-chemistry.cpp:
7778         Start of new and hopefully improved snapping code.
7780 2004-06-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7782         * src/helper/units.h, src/helper/units.cpp:
7783           (sp_unit_get_by_id): new function.
7784           (sp_convert_distance_full): Change arguments & return value.
7785           Call g_log if no conversion possible.
7786           Callers updated.
7787           (sp_unit_get_default, sp_unit_get_by_name): Remove unused functions.
7788           sp_units: Less rounding error in unittobase.
7790 2004-06-16  Carl Hetherington  <inkscape@carlh.net>
7792         * src/sp-item.h: added a comment.
7794 2004-06-15  Ted Gould  <ted@gould.cx>
7796         * share/extensions/ai_input.inkmod:
7797         Removing the command-line argument to specify line endings.
7799         * src/print.cpp, src/print.h, src/sp-text.cpp,
7800         src/extension/extension.cpp, src/extension/extension.h,
7801         src/extension/implementation/implementation.cpp,
7802         src/extension/implementation/implementation.h,
7803         src/extension/internal/ps.cpp, src/extension/internal/ps.h:
7805         Changing it so that the text to vector is its own function.  This way it
7806         can be used as a parameter in Postscript, but then can be easily used for
7807         drivers which only support vector drawing.
7809 2004-06-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7811         * src/select-toolbar.cpp: Cleanups and preparation for px units.
7813         * src/helper/units.h, src/helper/units.cpp:
7814           Add reference version of sp_points_get_units, sp_units_get_points.
7815           Implement as simple multiplication instead of sp_convert_distance.
7816           (sp_units_table_sane): New function.
7817         * src/helper/units-test.cpp: Test sp_units_table_sane.
7819         * src/sp-object-repr.cpp: Move some declarations to first use.
7820         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_register):
7821           Change return type to void.
7823         * src/sp-item.cpp (sp_item_repr_compare_position):
7824           Reimplement as shallow wrapper around sp_repr_compare_position.
7826         * src/helper/units.h, src/helper/units.cpp:
7827           SPUnitId: new enum, to allow replacing string lookups.
7828           Get rid of handling for unused SP_UNIT_USERSPACE.
7829           Remove unused SPUnit.version field.
7831         * src/helper/units-test.cpp (test_bases): Test sp_unit_get_identity.
7833         * src/helper/Makefile_insert (helper_units_test_LDADD): Fix the previous
7834           commit: -lglib-2.0 instead of -lglib.
7836 2004-06-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7838         * src/Makefile.am, src/helper/Makefile_insert,
7839           src/helper/units-test.cpp:
7840           New unit test file units-test.cpp.
7842         * src/select-toolbar.cpp: Greater conformance to CodingStyle.
7844 2004-06-14  Carl Hetherington  <inkscape@carlh.net>
7846         * src/libnrtype/TextWrapper.cpp: Fix what looks like an off-by-one.
7848         * ChangeLog, src/prefs-utils.cpp:
7849         Fix bracketing typo that causes an array to be overrun.
7851 2004-06-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7853         * src/sp-path.cpp: Move some declarations to first use.
7855 2004-06-13  Kees Cook  <kees@outflux.net>
7857         * src/xml/repr.h, src/xml/repr-utils.cpp: adding additional RDF URIs
7858         to the default namespace prefix list.
7860 2004-06-13  MenTaLguY  <mental@rydia.net>
7862         * src/arc-context.cpp, src/desktop.cpp, src/desktop.h, src/document.cpp,
7863           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
7864           src/file.cpp, src/gradient-chemistry.cpp, src/interface.cpp,
7865           src/rect-context.cpp, src/selection-chemistry.cpp, src/sp-object.cpp,
7866           src/sp-object.h, src/spiral-context.cpp, src/splivarot.cpp,
7867           src/star-context.cpp, src/svg-view.h, src/text-context.cpp,
7868           src/extension/internal/gdkpixbuf-input.cpp:
7870           added SPDesktop::currentRoot() and SPDesktop::currentLayer(), which
7871           report the current "view" root and current "editing" layer,
7872           respectively; I've also added SPObject::appendReprChild().
7874           Between the two of them, they replace sp_document_add_repr, which
7875           has been removed.  Generally to add a repr to a document, you would
7876           now use either:
7878            SP_DOCUMENT_DEFS(document)->appendReprChild(repr);
7880           or:
7882            desktop->currentLayer()->appendReprChild(repr);
7884 2004-06-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7886         * src/sp-clippath.h, src/sp-gradient.h, src/sp-marker.h, src/sp-mask.h,
7887 src/sp-pattern.h:
7888           Explicitly mark _acceptObject as virtual.
7889           (Already declared as virtual in base class.)
7891         * src/file.cpp, src/main.cpp: Greater conformance to CodingStyle.
7893         * src/node-context.h, src/selcue.h, src/sp-pattern.h,
7894           src/widgets/sp-color-wheel-selector.h:
7895           Add missing includes as found by src/check-header-compile.
7897         * src/Makefile_insert:
7898         * src/sp-use-reference.cpp:
7899         * src/sp-use-reference.h:
7900         * src/sp-use.cpp:
7901         * src/sp-use.h:
7902           Move SPUseReference from sp-use.h to new files sp-use-reference.h,
7903           sp-use-reference.cpp.
7905         * src/sp-use.h (_acceptObject): Fix can't-use-ancestor check.
7907         * src/uri-references.h (getOwner): Fix copy&paste bug.
7909 2004-06-11  MenTaLguY  <mental@rydia.net>
7911         * src/sp-object.h, src/sp-object.cpp:
7913           migrated several SPObject methods to C++ methods:
7915           sp_object_invoke_write -> SPObject::updateRepr
7916           sp_object_request_update -> SPObject::requestDisplayUpdate
7917           sp_object_invoke_update -> SPObject::updateDisplay
7918           sp_object_request_modified -> SPObject::requestModified
7919           sp_object_invoke_modified -> SPObject::emitModified
7921           (leaving deprecated wrappers in place for now)
7923         * src/document.cpp, src/object-edit.cpp, src/sp-clippath.cpp,
7924           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-image.cpp,
7925           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-line.cpp,
7926           src/sp-marker.cpp, src/sp-mask.cpp, src/sp-offset.cpp,
7927           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-root.cpp,
7928           src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
7929           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
7930           src/sp-use.cpp, src/dialogs/stroke-style.cpp, src/sp-path.cpp:
7932           transitioned to SPObject::requestDisplayUpdate and
7933           SPObject::updateDisplay
7935         * src/arc-context.cpp, src/document.cpp, src/gradient-chemistry.cpp,
7936           src/knotholder.cpp, src/main.cpp, src/rect-context.cpp,
7937           src/sp-anchor.cpp, src/sp-clippath.cpp, src/sp-defs.cpp,
7938           src/sp-gradient.cpp, src/sp-item-group.cpp, src/sp-item.cpp,
7939           src/sp-mask.cpp, src/sp-namedview.cpp, src/sp-object-group.cpp,
7940           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp,
7941           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-shape.cpp,
7942           src/sp-spiral.cpp, src/sp-text.cpp, src/sp-use.cpp,
7943           src/spiral-context.cpp, src/splivarot.cpp, src/star-context.cpp,
7944           src/style.cpp, src/toolbox.cpp, src/dialogs/fill-style.cpp,
7945           src/dialogs/stroke-style.cpp, src/extension/internal/svg.cpp:
7947           transitioned to SPObject::requestModified, SPObject::emitModified,
7948           and SPObject::updateRepr; also reworked "minimal" version of
7949           updateRepr.
7951         * src/sp-object.h: added a little documentation
7953         * src/document.cpp, src/document.h, src/file.cpp,
7954           src/gradient-chemistry.cpp, src/help.cpp, src/object-ui.cpp,
7955           src/selection-chemistry.cpp, src/selection.cpp, src/seltrans.cpp,
7956           src/sp-clippath.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
7957           src/sp-namedview.cpp, src/sp-object.cpp, src/sp-offset.cpp,
7958           src/sp-pattern.cpp, src/sp-root.cpp, src/sp-text.cpp,
7959           src/sp-typeset.cpp, src/sp-use.cpp, src/splivarot.cpp,
7960           src/uri-references.cpp, src/dialogs/fill-style.cpp,
7961           src/dialogs/item-properties.cpp, src/dialogs/stroke-style.cpp,
7962           src/helper/stock-items.cpp, src/widgets/gradient-selector.cpp,
7963           src/widgets/gradient-vector.cpp, src/widgets/icon.cpp:
7965           replaced sp_document_lookup_id with SPDocument::getObjectById,
7966           and SPDocument::getObjectByRepr
7968           (left deprecated stub in place, but it should be unused at this point)
7970 2004-06-11  Ted Gould  <ted@gould.cx>
7972         * src/file.cpp, src/inkscape.cpp, src/interface.cpp, src/prefs-utils.cpp,
7973         src/prefs-utils.h:
7975         Moving the recent document setting and getting code into the prefs-utils
7976         files so that they'll be with the preferences (which they really kinda
7977         are).  Then, moved the place where they are set from the removing of the
7978         document to where the files are opened and 'save as'd.  (yes, I made up a
7979         word/contraction).
7981 2004-06-10  Carl Hetherington  <inkscape@carlh.net>
7983         * src/desktop-snap.cpp, src/desktop-snap.h,
7984         src/satisfied-guide-cns.cpp, src/satisfied-guide-cns.h,
7985         select-context.cpp, selection.cpp, selection.h, seltrans.cpp,
7986         seltrans.h, sp-ellipse.cpp, sp-image.cpp,
7987         sp-item-notify-moveto.cpp, sp-item-rm-unsatisfied-cns.cpp,
7988         sp-item-update-cns.cpp, sp-item.cpp, sp-item.h, sp-offset.cpp,
7989         sp-rect.cpp, sp-spiral.cpp, sp-star.cpp, sp-text.cpp:
7991         Use a std::vector to store snap points, rather than a fixed-size
7992         array.
7994 2004-06-09  Carl Hetherington  <inkscape@carlh.net>
7996         * src/desktop-snap.cpp, src/desktop-snap.h: Coding style fixes.
7997         Use NR::Coord rather than double where appropriate.  Added some
7998         comments.  Use NR::Dim2 where appropriate.  Use NR_HUGE rather
7999         than hardcoded 1e18s.
8001         * src/rect-context.cpp, src/nodepath.cpp, src/arc-context.cpp:
8002         Adapt for changes to sp_desktop_dim_snap prototype.
8004         * src/select-context.cpp:
8005         Adapt for changes to sp_desktop_dim_snap_list prototype.
8007 2004-06-08  MenTaLguY  <mental@rydia.net>
8009         * src/display/sp-canvas.h, src/livarot/DblLinked.h,
8010           src/livarot/LivarotDefs.h, src/livarot/AVL.h, src/livarot/Shape.h,
8011           src/livarot/ShapeUtils.h, src/livarot/Ligne.h,
8012           src/object-edit.cpp, src/spiral-context.cpp, src/sp-shape.cpp:
8014           Portability fixes from Colin Marquardt <colin@marquardt-home.de>.
8016 2004-06-08  Carl Hetherington  <inkscape@carlh.net>
8018         * src/main.cpp: remove the call to
8019         Extension::Internal::PrintWin32::init() entirely after Ted pointed
8020         out that it would be called by code in src/extension/init.cpp
8021         anyway.
8023 2004-06-08  Ted Gould  <ted@gould.cx>
8025         * src/main.cpp:
8027         Added in a version command to our command line args.  This fixes
8028         enhancement request 968642.
8030 2004-06-07  MenTaLguY  <mental@rydia.net>
8032         * src/document.cpp, src/document.h, src/document-undo.cpp,
8033           src/sp-object.h, src/sp-object.cpp:
8034           renamed object garbage collection routines to fit the "orphan"
8035           terminology
8037 2004-06-07  Carl Hetherington <inkscape@carlh.net>
8039         * src/main.cpp: tentative fix for startup crash on Win32.  Ensure
8040         that Extension::Internal::PrintWin32::init() is not called until
8041         after inkscape_application_init().
8043 2004-06-07  Ted Gould  <ted@gould.cx>
8045         * src/inkscape.cpp, src/main.cpp:
8047         Moving the initialization of the extensions into the Inkscape application
8048         init.  I have mixed feelings on this.  On one hand, basically extension
8049         init gets called directly after applicaiton init and extensions init has
8050         nothing to do with anything else in main.  On the other hand I'm not sure
8051         that it is directly related to the structure of the application itself.
8052         Comments are welcome.
8054 2004-06-06  MenTaLguY  <mental@rydia.net>
8056         * src/attributes.cpp, src/attributes.h: added inkscape:collect attribute
8057           to specify orphan collection policy (collect with parent, or always
8058           collect)
8060         * src/document-undo.cpp, src/document.cpp, src/document.h: added an orphan
8061           collection pass as part of comitting an undo step
8063         * src/sp-object.cpp, src/sp-object.h:
8064           add total hrefcount for all descendants, and basic orphan collection
8065           facilities
8067         * src/gradient-chemistry.cpp, src/dialogs/stroke-style.cpp,
8068           src/extension/internal/gdkpixbuf-input.cpp:
8069           mark automatically added gradients, patterns, and markers for orphan
8070           collection
8072 2004-06-06  Bryce Harrington <bryce@bryceharrington.org>
8074         * libnrtype/nr-type-xft.cpp, libnrtype/nr-font.cpp,
8075           libnrtype/nr-rasterfont.cpp, libnrtype/nr-type-directory.cpp,
8076           libnrtype/nr-typeface.cpp, libnrtype/nr-type-w32.cpp,
8077           libnrtype/nr-type-ft2.cpp, libnrtype/nr-type-pos-def.cpp,
8078           libnrtype/nr-type-primitives.cpp:
8080         Documenting the routines.  This adds basic code docs for
8081         everything in libnrtype.
8083 2004-06-06  Ted Gould  <ted@gould.cx>
8085         * src/main.cpp, src/preferences-skeleton.h, src/extension/extension.cpp:
8087         Making it so that the extension parameters get saved in the Inkscape
8088         preferences.  Most people will notice that their printer gets saved now.
8089         But this does alot more than that.  Added an "extensions" group to the
8090         preferences skeleton for all these settings.  All settings get saved as
8091         "module ID"."param name".  Also had to change where the extensions get
8092         init'd in the startup to put it behind the Inkscape application so that
8093         prerefences could be used.
8095 2004-06-03  Ted Gould  <ted@gould.cx>
8097         * src/file.cpp, src/dialog/filedialog.cpp:
8099         Making the whole file dialog alot more fun.  Basically, now the
8100         first filename will always be unique on files that don't have a
8101         filename already.  And, if you've selected a different default
8102         extension, that extension's filename extension will be placed
8103         on the file.  Also, when you change the extension to save with
8104         in the dialog, the filename extension will change with you (assuming
8105         that you were using filename extensions previously ofcourse).
8106         Finally, the checkbox to autoappend extensions is no insensitive
8107         when "Autodetect" is selected.
8109 2004-06-03  MenTaLguY  <mental@rydia.net>
8111         * src/file.cpp, src/extension/internal/ps.cpp,
8112           src/extension/internal/win32.cpp, src/sp-pattern.cpp,
8113           src/dialogs/stroke-style.cpp, src/display/nr-arena-glyphs.cpp,
8114           src/display/nr-arena-group.cpp, src/display/nr-arena-image.cpp,
8115           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
8116           src/widgets/icon.cpp, src/dialogs/nr-arena-item.h:
8118           Introduced the notion of "parent" NRGCs
8120 2004-06-02  bulia byak <bulia@users.sourceforge.net>
8122         * src/selection.h, src/selection.cpp:
8124         * preferences-skeleton.h dialogs/display-settings.cpp sp-item.cpp: New
8125 settings
8126         for various compensations
8128         * sp-shape.cpp sp-shape.h sp-rect.cpp sp-path.cpp: Factored out adjustments
8129         (stroke and pattern so far) from optimizing items into sp-shape.
8131         * libnr: Added distance function for a couple of points. Added expansions
8132 for X and Y.
8134         * object-edit.cpp sp-rect.cpp sp-item.cpp toolbox.cpp: Made rect use
8135 absolute
8136         radii, added recursive compensation on item_transform. Added new knot for
8137         rect, moved corner knots to the top right corner. Rect toolbar shows visible
8138         rx/ry.
8140         * toolbox.cpp: Finally got the freeze semaphores right (prevent loops for
8141         changes both from the repr and from toolbar UI).
8143         * sp-namedview.cpp: Guarding against nan in zoom, cx, cy
8145         * select-toolbar.cpp helper/unit-menu.cpp helper/unit-menu.h: Fix units menu
8146 size
8148         * node-context.cpp: Second Esc or empty-click deselects object
8150         * desktop.cpp desktop.h: Restored sticky zoom
8152         * preferences-skeleton.h extension/internal/gdkpixbuf-input.cpp file.cpp: Do
8153 not
8154         group import if only one item; move its defs to our defs; select and move
8155         under cursor the imported item/group. Optionally import bitmaps as filled
8156         rects.
8158         * many -context files: Decoupled seltrans and selcue so that the latter can
8159 be
8160         used outside of selector; enabled optional selcue in all tools
8162         * many files: New set_color signals on desktop, switching the dropper to
8163 them;
8164         needs to be redone for style. Excise the old inkscape::color_set signal.
8166         * dialogs/stroke-style.cpp: Fix the "all clubs" marker preview bug. In
8167 markers
8168         menu, skip document markers with stockid only if the same stockid is in
8169         markers.svg; add separator.
8171         * many fill and stroke files: Remove old mode selector, remove dropper
8172 checkbox
8173         (now always on). Remember active colorselector page. Remove redundant checks
8174         in setting color (fixes at least one bug). Cosmetics, cleanup, b/w icons,
8175         shortened labels, added mnemonics and tooltips, removed the drop-down modes
8176         list. Switched color spinbuttons to 0..255 enabling 0..1 floats to be typed
8177 as
8178         well.
8180         * dialogs/find.* et al: Find dialog, command
8182         * selection-chemistry.cpp: Fix copying objects from different parents; fix
8183 and
8184         reorganize copying gradients, recurse into groups
8186         * dialogs/xml-tree.cpp: Removed unused desktop shutdown signal, fixes
8187 problem
8188         with saving window settings on exit
8190         * select-toolbar.cpp: Percentage unit, lock toggle, NR::Rectification
8192         * sp-object.cpp path-chemistry.cpp splivarot.cpp et al: Sending
8193 _delete_signal
8194         recursively for descendants; switched to deleteObject where appropriate to
8195         notify clones
8197         * preferences-skeleton.h desktop.cpp desktop.h interface.cpp: Window layout
8198         fully configurable, commands in the View menu
8200         * path-chemistry.cpp: Fixed transform when combining inside group
8202         * preferences-skeleton.h sp-item.cpp dialogs/display-settings.cpp: Fixes in
8203         scalestroke (coded by Carl): arbitrary depth recusion, setting stroke-width
8204         via repr, pref in the transforms tab
8206         * widgets/sp-xmlview-attr-list.cpp: More robust listener
8208 2004-06-01  Ted Gould  <ted@gould.cx>
8210         * src/extension/internal/gdkpixbuf-input.cpp:
8211         Making it so that the lists of extensions and mimetypes are
8212         used in the creation of the plugins.  Also, free'ing everything
8213         properly so that we don't have a memory leak.
8215 2004-05-30  MenTaLguY  <mental@rydia.net>
8217         * src/selection.h, src/selection.cpp:
8218           rework SPSelection to be SPObject- rather than SPItem- oriented;
8219           this will be needed later for the layers/document tree dialog
8220           (and could prove useful for the XML editor later too)
8222         * src/sp-item.h: make SPItem a proper C++ subclass of SPObject
8224         * src/dialogs/item-properties.cpp:
8225           correct overly intimate knowledge of SPObject (use SP_OBJECT_ID rather
8226           than directly accessing the SPObject::id member)
8228 2004-05-27  Kees Cook  <kees@outflux.net>
8230         * src/extension/internal/ps.h, src/extension/internal/ps.cpp:
8231           Hopefully fixed the locale problems in the PS output generator.
8232         * src/sp-offset.cpp, src/display/bezier-utils-test.cpp,
8233           src/display/nr-arena-item.cpp, src/libnr/nr-svp-render.cpp,
8234           src/libnr/testnr.cpp, src/livarot/AlphaLigne.cpp,
8235           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
8236           src/livarot/PathCutting.cpp, src/livarot/Shape.cpp,
8237           src/livarot/ShapeDraw.cpp, src/livarot/ShapeSweep.cpp,
8238           src/svg/svg-affine.cpp: added comments and notes to all remaining
8239           "printf"ish calls that have %g or %f in them.  Most are just debug
8240           output, etc.  Hopefully we are actually free of locale bugs!  :)
8241         * src/desktop.h, src/desktop.cpp: desktop's knowledge of
8242           fullscreen-ness doesn't depend on having the ability to DO it.  Other
8243           functions already test "is_fullscreen" to alter their behavior.
8245 2004-05-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8247         * src/extension/system.h, src/extension/system.cpp (build_from_file):
8248           Remove unused second argument.  Callers updated.
8249         * src/extension/system.cpp (build_from_reprdoc):
8250           Just one call to sp_repr_name per child.
8251         * src/extension/system.h, src/extension/system.cpp:
8252           Cleanup: greater conformance to CodingStyle.
8254 2004-05-23  MenTaLguY  <mental@rydia.net>
8256         * src/libnrtype/Makefile_insert, src/libnrtype/nr-type-gnome.cpp,
8257           src/libnrtype/nr-type-gnome.h, src/libnrtype/nr-type-dictionary:
8259           removed gnome-print libnrtype backend
8261 2004-05-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8263         * src/xml/repr.h, src/xml/repr-util.cpp:
8264           Remove unused function sp_repr_set_position_relative.
8266         * src/xml/repr-util.cpp (sp_repr_compare_position, sp_repr_position):
8267           Minor cleanups.
8269 2004-05-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8271         * src/sp-use.cpp: Cleanup: greater conformance to CodingStyle.
8273         * src/sp-item-group.cpp (sp_item_group_ungroup): Fix bug #956334:
8274           ungrouping was reversing the order of the group members.
8276         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp: New files.
8277         * src/xml/Makefile_insert (xml_libspxml_a_SOURCES): Add the new files.
8279         * src/xml/repr-private.h, src/xml/repr.cpp (sp_repr_nth_child):
8280           Remove this unused function.
8282         * src/xml/repr.h, src/xml/repr.cpp (sp_repr_parent):
8283           Mark pointer as not written through (const).
8285 2004-05-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8287         * src/xml/repr.cpp: Cleanup: greater conformance to CodingStyle.
8289         * src/Makefile_insert: Add missing dependencies on inkscape_version.h.
8290         * src/display/Makefile_insert: Adapt dependency object names for
8291           `subdir-objects' automake option.
8292         * src/helper/Makefile_insert: Adapt dependency object names for
8293           lack of libspchelp-specific CPPFLAGS.
8295 2004-05-17  Carl Hetherington <inkscape@carlh.net>
8297         * src/libnrtype/nr-type-w32.cpp: Tentative fix for
8298         build problems on Win32.
8300         * src/extension/internal/svg.cpp: Coding style cleanups.
8302 2004-05-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8304         * src/sp-item.h, src/sp-item.cpp: Remove unused
8305           distance-conversion functions sp_item_distance_to_svg_bbox,
8306           sp_item_distance_to_svg_viewport.
8308         * src/sp-item.cpp: Cleanup: greater conformance to CodingStyle.
8310         * acinclude.m4: Remove.
8312 2004-05-16  Carl Hetherington  <inkscape@carlh.net>
8314         * src/extension/internal/svg.cpp:
8315         Throw an exception if sp_repr_save_file fails.  This should close
8316         bug 948921.
8318 2004-05-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8320         * src/check-header-compile.in: New script.
8321         * configure.in: Add it to list of files for substitution.
8323         * src/star-context.cpp: Minor cleanups, and use g_strdup_printf instead
8324           of fixed-size buffer for translated string.
8326         * src/selection-chemistry.cpp: Use NR::Rect bounds() method instead of
8327           old bounds(NRRect*).
8329         * src/document.cpp (sp_document_create):
8330         * src/preferences-skeleton.h:
8331           Use INKSCAPE_VERSION from inkscape_version.h instead of VERSION.
8333         * src/libnr/nr-rotate-test.cpp: Use new rotate_equalp function.
8335         * src/libnr/nr-translate-ops.h (operator-): New function.
8337         * src/select-context.cpp:
8338         * src/selection-chemistry.cpp:
8339         * src/xml/repr.h:
8340         * src/sp-defs.h:
8341           Cleanup: greater conformance to CodingStyle.
8343         * src/libnr/nr-macros.h: Don't #include nr-matrix.h, nr-rect.h.
8345         * src/arc-context.h, src/desktop-affine.h, src/dir-util.h,
8346           src/draw-context.h, src/dyna-draw-context.h, src/help.h,
8347           src/knotholder.h, src/prefs-utils.h, src/select-toolbar.h,
8348           src/sp-clippath.h, src/sp-mask.h, src/sp-pattern.h, src/sp-use.h,
8349           src/text-context.h, src/toolbox.h, src/tools-switch.h,
8350           src/dialogs/dialog-events.h, src/dialogs/sp-attribute-widget.h,
8351           src/display/sp-canvas.h, src/helper/gnome-utils.h,
8352           src/helper/png-write.h, src/helper/stock-items.h, src/inkjar/jar.h,
8353           src/libnr/nr-matrix.cpp, src/libnr/nr-point-l.h,
8354           src/svg/stringstream.h, src/svg/svg-affine.cpp,
8355           src/widgets/gradient-selector.h, src/widgets/paint-selector.h,
8356           src/widgets/spinbutton-events.h, src/widgets/spw-utilities.h,
8357           src/xml/repr-action.h:
8358           Add missing header files as detected by check-header-compile script.
8360         * src/libnr/nr-rotate-fns.h, src/libnr/nr-rotate-fns.cpp: New files.
8361         * src/libnr/nr-rotate-fns-test.cpp: New unit test.
8362         * src/libnr/Makefile_insert, src/Makefile.am: Reference new files,
8363           add to unit tests.
8365         * src/libnr/nr-rotate.h: Add Coord,Coord constructor.
8367         * src/libnr/nr-rotate.h, src/libnr/nr-rotate-ops.h (operator*=):
8368         New method.
8370         * src/libnr/nr-point-fns.h (point_equalp): New function.
8372         * src/radial.h: Remove this unused header.
8374         * src/xml/xml-forward.h: New file.
8375         * src/xml/Makefile_insert: Add it to xml_libspxml_a_SOURCES.
8376         * src/xml/repr-private.h: Include it.
8378 2004-05-16  MenTaLguY  <mental@rydia.net>
8380         * src/libnrtype/nr-type-directory.cpp, src/libnrtype/nr-type-ft2.cpp,
8381           src/libnrtype/nr-type-ft2.h, src/libnrtype/nr-type-gnome.h,
8382           src/libnrtype/nr-type-w32.h, src/libnrtype/nr-type-xft.cpp,
8383           src/libnrtype/nr-typeface.h:
8385           transition to C++ inheritance
8387         * src/verbs.cpp, src/helper/action.h, src/helper/action.cpp,
8388           src/widgets/button.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
8390           removed barely-used "in-place construction" facility for NRObject
8392         * src/helper/action.h, src/helper/action.cpp,
8393           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-glyphs.h,
8394           src/display/nr-arena-image.cpp, src/display/nr-arena-image.h,
8395           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
8396           src/helper/action.cpp, src/helper/action.h, src/libnr/nr-object.cpp,
8397           src/libnr/nr-object.h, src/libnrtype/nr-type-ft2.cpp,
8398           src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
8399           src/libnrtype/nr-typeface.cpp:
8401           Made NRObject "C++-compatible".  All C++ features including virtual
8402           methods and RTTI should now be available to NRObject subclasses
8403           _provided_:
8405            a) there is an unbroken chain of _C++_ inheritance from the subclass
8406               back to NRObject
8408            b) the NRObject-derived inheritance chain is always first in cases
8409               of multiple inheritance (the NRObject must be first in the memory
8410               layout)
8412            c) The subclass in question overrides NRObjectClass::cpp_ctor in its
8413               own class_init function, with a pointer to a function that calls
8414               the specific subclass' constructor (via placement new -- you will
8415               need to #include <new> for this to work)
8417               n.b. Objects of classes which do not override cpp_ctor will appear
8418               to the C++ runtime system (RTTI and virtual dispatch, at least) as
8419               objects of the closest ancestor class which does override it
8420               (NRObject or NRActiveObject if nothing else).
8422 2004-05-15  MenTaLguY  <mental@rydia.net>
8424         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
8425           further reduced dependency on SPStyle
8427 2004-05-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8429         * src/libnr/nr-path.cpp, src/libnr/nr-path.h (nr_path_matrix_bbox_union):
8430           Get rid of no-longer-needed tolerance arg.  Update callers.
8432         * src/selection.cpp, src/sp-chars.cpp, src/sp-image.cpp,
8433           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-item.h,
8434           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
8435           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
8436           src/sp-use.cpp, src/dialogs/fill-style.cpp,
8437           src/dialogs/stroke-style.cpp, src/display/nr-arena-shape.cpp,
8438           src/libnr/nr-path.cpp, src/libnr/nr-path.h,
8439           src/libnrtype/nr-font.cpp, src/libnrtype/nr-rasterfont.cpp,
8440           src/libnrtype/nr-type-gnome.cpp, src/widgets/icon.cpp,
8441           src/widgets/paint-selector.cpp:
8442           Change argument from NRMatrix to NR::Matrix in SPItemClass->bbox,
8443           sp_item_invoke_bbox, sp_item_invoke_bbox_full,
8444           nr_path_matrix_bbox_union.  Users updated.
8446         * src/libnr/nr-rect.h, src/libnr/nr-rect.cpp (nr_rect_union_pt):
8447           new function.
8449         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
8450           (NR::transform): new function.
8452         * src/Makefile_insert: Move fixes.cpp from libinkpre.a to libinkpost.a.
8453         * src/xml/Makefile_insert (xml_repr_action_test_LDADD):
8454           Add libinkpost.a, for fixes.o.  `make check' now works again.
8456         * src/sp-text.cpp (sp_text_set_transform):
8457           Don't include SP_OBJECT_CHILD_MODIFIED_FLAG in flags for
8458           sp_object_request_update.  Addresses `critical' warning.
8460 2004-05-13  John Cliff <simarilius@yahoo.com>
8462         * src/dialogs/stroke-style.cpp: Switched to using get_stock to retrieve
8463 markers.
8464         * src/helpers/stock-items.h, src/helpers/stock-items.cpp: created to handle
8465 stock items.
8466         * src/prefix.h: Added marker and gradient directorys.
8468 2004-05-13  Kees Cook <kees@outflux.net>
8470         * configure.in, src/main.cpp, config.h.mingw, debian/rules:
8471           made popt a requirement instead of an option.
8473 2004-05-13  Carl Hetherington  <cth103@houllier.home>
8475         * sp-color-notebook.cpp: Fix uninitialised value spotted by valgrind.
8477         * stroke-style.cpp:
8478         Fix ink_extract_marker_name returning a pointer into a free()d buffer.
8480 2004-05-13  Ted Gould <ted@gould.cx>
8482         * src/file.cpp:
8483         Making the default filename _("untitled.svg")
8485 2004-05-12  Kees Cook <kees@outflux.net>
8487         * config.h.mingw: added g_ascii_strtod macro.
8489 2004-05-12  Carl Hetherington <inkscape@carlh.net>
8491         * src/dialogs/export.cpp: fix faulty logic with exporting of
8492         selections, as reported by Artemio on the ML.
8494         * src/dialogs/desktop-properties.cpp: Fix a gtk_table size.
8495         Make use of spw_dropdown in one place.
8497         * src/select-context.cpp: Remove alt-drag "slow move" mode.
8498         Make alt-drag move without any grid snap, even if the grid
8499         is enabled.  Add a new mode, shift-drag, which preserves
8500         objects' grid offsets rather than snapping their snappoints.
8502         * src/selection-chemistry.cpp: Pasted objects have the same
8503         offset from the grid as the original, if the grid is enabled.
8504         Also a NRRect -> NR::Rect fix thrown in for no extra charge.
8506         * src/dialogs/display-settings.cpp: Added option to reverse
8507         the actions of drag and shift-drag when moving objects.
8509 2004-05-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8511         * src/main.cpp (main): Test ENABLE_NLS instead of HAVE_NLS (which
8512         wasn't getting defined).  Restores translations on *nix systems
8513         when inkscape translations aren't in system-wide /usr/share/locale.
8515 2004-05-10  Carl Hetherington <inkscape@carlh.net>
8517         * src/sp-item.cpp, src/dialogs/display-settings.cpp: primitive
8518         support for preserving line widths when scaling.  Thanks to Bulia
8519         for telling me what to do :)
8520         * src/dialogs/align.cpp: refactor some cut-and-paste code into
8521         a separate function.  Remove NRRect.  Declaration-to-first-use
8522         cleanups.
8523         * src/dialogs/transformation.cpp, src/dialogs/fill-stype.cpp:
8524         NRRect removal.  Declaration-to-first-use cleanups.
8526 2004-05-09  MenTaLguY <mental@rydia.net>
8528         * src/sp-paint-server.h: SPPaintServer now uses C++ inheritance
8530           (bigger question -- should SPPaintServer derive from SPObject?  I think
8531            not, actually ... it's more something that should be aggregated into
8532            the various paint-server-capable types)
8534         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
8535           first steps in removing SPStyle dependency from NRArenaShape --
8536           add fill and stroke paint server members, and use those instead
8537           of reading directly from an SPStyle.
8539 2004-05-09  Kees Cook <kees@outflux.net>
8541         * src/libnrtype/nr-type-xft.cpp: added patch 898200, hopefully this
8542           won't break anyone.
8543         * src/dialogs/desktop-properties.cpp: added patch 947127, along with
8544           some orientation bugfixes, list cleanup, and logic to select the
8545           correct menu items based on document settings.
8546         * configure.in: default to always replace g_ascii_strtod.
8548 2004-05-08  Kees Cook <kees@outflux.net>
8550         * src/extension/internal/gdkpixbuf-input.cpp: skip SVG files. (open bug)
8551         * configure.in, src/Makefile_insert, src/fixes.cpp: added replacement
8552           for g_ascii_strtod, since it has locale-related bugs in gnome 2.0.
8553           The upstream version is fixed, so some day, we won't need this any
8554           more.  (fixes "ugly icons" bug, and possibly the spinbutton locale bug)
8555         * src/dyna-draw-context.cpp, src/rect-context.cpp, src/sp-namedview.cpp,
8556           src/sp-object.cpp, src/sp-object.h, src/sp-pattern.cpp,
8557           src/sp-polygon.cpp, src/sp-polyline.cpp, src/sp-root.cpp,
8558           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp,
8559           src/sp-text.cpp, src/spiral-context.cpp, src/star-context.cpp,
8560           src/svg/ftos.cpp, src/svg/svg-affine.cpp, src/svg/svg-color.cpp,
8561           src/svg/svg-length.cpp: adding "config.h", making a few extra
8562           locale-sensitive functions use g_ascii versions.
8564 2004-05-08  MenTaLguY <mental@rydia.net>
8566         * src/sp-item.cpp: move "transformed" signal emission after actual
8567           application of transform
8569         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr.cpp:
8570           fix lifecycle issues with content and attribute strings
8572         * src/sp-object.h, src/sp-object.cpp: added SPObject::setId()
8574 2004-05-08  Kees Cook <kees@outflux.net>
8576         * src/verbs.cpp, src/help.cpp: localizing "about" and "keys" stuff.
8577         * po/*.po: rebuilt for new strings.
8579 2004-05-08  Carl Hetherington <inkscape@carlh.net>
8581         * src/dialogs/desktop-properties.cpp: the usual cleanups.  Also
8582         add some sp_document_done()s in various places.
8584 2004-05-08  bulia byak <bulia@users.sourceforge.net>
8586         * widgets/paint-selector.cpp: Tooltips, slight cosmetics
8588         * main.cpp: --help edit
8590         *  sp-use.h sp-use.cpp: Redid move compensation using _transformed_signal
8592         * sp-item.h sp-item.cpp: Added _transformed_signal, emitted by
8593 write_transform,
8594         passes the difference transform relative to the old one (not the new
8595 transform
8596         set)
8598         * nodepath.cpp: Fix lagging update of the other handle for smooth nodes
8600         * widgets/dash-selector.cpp: (Almost) fixed display of shorter-than-0.5
8601 dashes
8602         in selector; proper fixing will require manual drawing the dashes instead of
8603         using gdk dashes
8605         * preferences-skeleton.h: lots of new  dasharrays
8607         * dialogs/stroke-style.cpp: Remove repetitive code; relocation patch from
8608         mhearn; fixed, reenabled, and automated marker previews (no need for
8609 previews
8610         in markers.svg)
8612         * share/markers/markers.svg: Cleanup, sizes, remove manual previews
8614         * style.cpp: Disabled warning for overflow property (we need it for markers)
8616         * splivarot.cpp: Fixed transform when doing boolop inside group
8618         * libnr/nr-path.cpp: Ported fix from sodi, fixes two bugs with endnodes of a
8619         curve on the same hor/vert line
8621         * sp-namedview.cpp: Use set_default_size instead of _resize for setting
8622 window
8623         from namedview
8625         * preferences-skeleton.h dialogs/item-properties.cpp: Objects props
8626         transientized (better late than never)
8628         * dialogs/display-settings.cpp: Added simplify threshold
8630         * sp-use.cpp: Mega-kill use on unlink
8632         * preferences-skeleton.h dialogs/display-settings.cpp: Orphaned clones
8633 options
8635         * sp-item-group.cpp: Prevent jumps when ungrouping clone with its original
8637         * sp-object.cpp: Fix crash when deleting clone and its original
8639         * toolbox.cpp, tool contexts: Alt-x and top panel keyboard shortcuts now
8640 work
8641         for all tools
8643         * sp-use.cpp enums.h: Unlink option on self-delete
8645         * sp-use.cpp: Fix: disappeating clone on undoing ungrouping (_show finally
8646 works properly)
8648         * splivarot.cpp: Boolops: cleanup, preserve id, parent, position, fix to
8649 take
8650         style from the bottom object
8652         * interface.cpp verbs.cpp shortcuts.cpp: Mnemonics, tooltips, shortcuts,
8653         cleanup, autoraise removed from menu
8655 2004-05-07  Kees Cook <kees@outflux.net>
8657         * src/verbs.cpp: re-localizing tutorials.  My goof!
8658         * po/POTFILES.in: removed arikkei references
8660 2004-05-07  Carl Hetherington <inkscape@carlh.net>
8662         * src/desktop.cpp: make sure that a SPNamedView's modified signal
8663         is connected to the SPDesktop even when a file is loaded into an
8664         existing SPDesktop.  Fixes problems whereby grid snap does not
8665         work for the first file loaded in a session.  Fix a && -> & typo.
8667         * src/sp-object.cpp: declaration-to-first-use and coding style
8668         cleanups.
8670 2004-05-05 Spundun Bhatt <spundun@isi.edu>
8672         * configure.in: Stole Nathan's configure hack and used it to
8673         support gtkmm-2.4
8675 2004-05-06  Ted Gould  <ted@gould.cx>
8677         * src/file.cpp, src/extension/extension.cpp, src/extension/init.cpp,
8678         src/extension/internal/Makefile_insert,
8679         src/extension/internal/gdkpixbuf-input.cpp,
8680         src/extension/internal/gdkpixbuf-input.h:
8681           Changing the import functionality so that it works much more like open.
8682           You can use any format, and it will place that file directly in the
8683           document that you are working on.  Added input extensions that cover all
8684           of the bitmap formats that are covered with gdkpixbuf.  Also, more
8685           formats can be used using the scripting system.
8687 2004-05-06  Carl Hetherington <inkscape@carlh.net>
8689         * src/sp-line.cpp, src/sp-mask.cpp, src/sp-metrics.cpp:
8690         declaration-to-first-use and coding style cleanups
8692 2004-05-05  MenTaLguY  <mental@rydia.net>
8694         * src/libnrtype/nr-type-dictionary.cpp: removed 'private-fonts'
8695           feature (we should rely on fontconfig for "custom" font stuff)
8697         * configure.in, src/Makefile_include, src/Makefile.am,
8698           src/libarikkei/*: removed the now unused libarikkei
8700 2004-05-05 Nathan Hurst <njh@mail.csse.monash.edu.au>
8702         * src/dialogs/text-edit.cpp, configure.in: Added support for spell
8703         checking in text dialog.
8705 2004-05-04  MenTaLguY <mental@rydia.net>
8707         * src/display/nr-arena-glyphs.h: fixed cut-and-paste error in
8708           NRArenaGlyphsGroup::create()
8710         * src/selection.cpp, src/selection.h: fixed global "changed" propagation
8712 2004-05-02  MenTaLguY <mental@rydia.net>
8714         * src/file.cpp, src/print.cpp, src/sp-chars.cpp, src/sp-clippath.cpp,
8715           src/sp-image.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
8716           src/sp-pattern.cpp, src/sp-shape.cpp, src/sp-text.cpp,
8717           src/sp-use.cpp, src/dialogs/stroke-style.cpp,
8718           src/display/canvas-arena.cpp, src/display/nr-arena-glyphs.cpp,
8719           src/display/nr-arena-glyphs.h, src/display/nr-arena-group.h,
8720           src/display/nr-arena-image.h, src/display/nr-arena-item.cpp,
8721           src/display/nr-arena-item.h, src/display/nr-arena-shape.h,
8722           src/display/nr-arena.h, src/libnr/nr-object.h, src/widgets/icon.cpp:
8724           removed nr_arena_item_new in favor of static ::create() functions
8725           which call NRArenaItem::init() to perform setup (i.e. setting
8726           NRArenaItem::arena).  Eventually NRArenaItem::init() and
8727           nr_arena_item_init will merge and become NRArenaItem's constructor.
8729 2004-04-30  MenTaLguY <mental@rydia.net>
8731         * src/sp-use.cpp: call parent class' write methods rather than
8732           attempting to do everything (wrongly) ourselves; among other
8733           things, <use> transform attributes weren't getting written
8735         * src/sp-object.h, src/sp-object.cpp:
8737           designate a "successor" object so we still perform as
8738           expected if objects are replaced in the middle of e.g. a
8739           bulk delete operation
8741         * src/sp-use.cpp: cleanups and succession logic for <use>
8742           deletion
8744         * src/widgets/sp-hwrap-box.cpp, src/widgets/sp-hwrap-box.h,
8745           src/widgets/sp-vwrap-box.cpp, src/widgets/sp-vwrap-box.h,
8746           src/widgets/sp-wrap-box.cpp, src/widgets/sp-wrap-box.h,
8747           src/widgets/test-wrapbox.cpp, src/widgets/Makefile_insert:
8749           Removed unused (and imperfect) "wrapbox" widgets.
8751         * src/sp-object.h, src/sp-object.cpp, src/sp-item-group.cpp:
8753           Removed unused sp_object_invoke_forall and sp_object_sequence
8754           methods.  (forall might be nice to have, but we can do better
8755           implementation-wise now that we're in C++-land)
8757 2004-04-30 njh <njh@mail.csse.monash.edu.au>
8759         * main.cpp: replaced gtk_init with g_type_init for console mode.
8760         Closes 944969.
8762 2004-04-29  MenTaLguY <mental@rydia.net>
8764         * src/sp-image.cpp, src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
8765           src/sp-path.cpp, src/sp-rect.cpp, src/sp-text.cpp:
8767           write_transform becomes set_transform, which applies the given
8768           transform to the object without (!) invoking a repr write
8770         * src/sp-star.cpp, src/svg/svg-length.h, src/svg/svg-length.cpp,
8771           src/svg-types.h, src/svg/svg.h:
8773           replaced raw integers with real units enum
8775         * src/libnr/nr-matrix.h:
8777           removed dead assertion (it's always valid to retrieve the
8778           translation component of a matrix)
8780         * src/selection-chemistry.cpp:
8782           delete items via SPItem (SPObject), not repr
8784         * src/sp-object.h, src/sp-object.cpp:
8786           added SPObject::deleteObject() and a delete notification signal;
8787           SPObject now inherits from GObject in the C++ sense
8789         * src/sp-use.h:
8791           don't accept references to the use or its ancestors (preventing
8792           infinite loops)
8794         * src/sp-use.cpp, src/sp-use.h:
8796           added automatic deletion when referrent is deleted
8798         * src/uri-reference.h:
8800           added URIReference::getOwner()
8802 2004-04-29  Carl Hetherington <inkscape@carlh.net>
8804         * src/extension/internal/win32.cpp: add textToPath parameter to
8805         description in order to fix #944131.
8807 2004-04-28  Carl Hetherington <inkscape@carlh.net>
8809         * src/desktop.cpp, src/inkscape.cpp, src/sp-namedview.cpp
8810         Part of the fix for #942149.  Also fixed some compiler warnings.
8812         * src/display/nr-arena.cpp: Fixed an unused variable warning.
8814         * src/main.cpp: Fix a warning that is raised on Windows.
8816 2004-04-28  bulia byak <bulia@users.sourceforge.net>
8818         * inkscape.cpp: Fixed prev/next desktop; numbered from 0
8820         * Lots of files: Replaced all strtod() and atof() by g_ascii_strtod()
8822         * interface.cpp verbs.cpp: Tooltip edits
8824         * view.cpp view.h desktop.cpp: Signal and function to pop statusbar message
8826         * dialogs/dialog-events.cpp: Only set the UTILITY hint for non-modal
8827 windows,
8828         fixes "disappearing save as"
8830         * toolbox.cpp widgets/widget-sizes.h widgets/button.cpp: Got rid of button
8831         relief, top panel made less tall
8833         * desktop.cpp preferences-skeleton.h dialogs/display-settings.cpp: Done away
8834         with the sticky zoom button, now in prefs
8836         * path-chemistry.cpp: Preserve id= in combine/break, convert to paths;
8837 preserve
8838         z-order in combine/break; cleanups
8840         * splivarot.cpp: New selection API, Simplify preserves id=
8842         * select-context.cpp preferences-skeleton.h sp-item.cpp display-settings.cpp
8843         splivarot.cpp sp-item-group.cpp sp-item-transform.cpp
8844         sp-item-notify-moveto.cpp nodepath.cpp node-context.cpp seltrans.cpp
8845         seltrans.h: Switched to global preservetransform, transform writing
8846         unification (no more manual transform= setting all over the place), stamp
8847         preserves parent, mental's new SPSelection API, pruning dead code
8849         * verbs.cpp interface.cpp: Eliminated Dialogs menu, added ... to dialog
8850         commands, rearrangements, menu items display tooltips in statusbar when
8851         selected
8853         * sp-item-group.cpp sp-item-group.h: Made document_done optional in ungroup
8854 (not
8855         done when the function is called from another function)
8857         * dialogs/display-settings.cpp enums.h preferences-skeleton.h sp-use.cpp
8858         sp-use.h: Clone move compensation (3 modes), settable in prefs
8860         * seltrans.cpp selection-chemistry.cpp: Do not translate a clone if its
8861 original
8862         is in the selection
8864         * verbs.cpp verbs.h interface.cpp shortcuts.cpp sp-use.cpp sp-use.h
8865         selection-chemistry.cpp selection-chemistry.h: Unlink Clone verb and menu
8866         command (preserves id=)
8868         * selection-chemistry.cpp selection-chemistry.h verbs.h verbs.cpp
8869 shortcuts.cpp
8870         interface.cpp: Select Original verb and command, scrolls to the original
8872         * selection-chemistry.cpp selection-chemistry.h verbs.cpp verbs.h
8873 interface.cpp:
8874         Clone command
8876         * sp-use.h sp-use.cpp: Use URIReference; Propagate update to parent class
8877         (SPItem) (fixes redraw on dragging a clone)
8879         * dropper-context.cpp dropper-context.h dialogs/display-settings.cpp:
8880         Implemented pick modes (pick either actual color with transparency or
8881 visible
8882         color without transparency); added statusbar indication; color is only set
8883 on
8884         mouse release
8886         * seltrans.cpp display/sodipodi-ctrlrect.cpp: Finally the correct selection
8887 cue
8888         rect (fixed displacement)
8890 2004-04-27  Carl Hetherington <inkscape@carlh.net>
8892         * src/desktop.cpp: Check for there being no items when zooming to
8893         the drawing.  This fixes bug #942137.
8895 2004-04-26  Carl Hetherington <inkscape@carlh.net>
8897         * config.h.mingw, prefix.h:
8898         INKSCAPE_VERSION moved to inkscape_version.h.
8899         INKSCAPE_{PIXMAP,SCREENS,TUTORIALS,MARKERS}DIR moved to prefix.h
8901         * src/Makefile.mingw, src/inkscape_version.h.mingw
8902         Use CVS inkscape_version.h.mingw for inkscape_version.h on Win32.
8904         * src/sp-use.cpp: fix a warning.
8906 2004-04-26  Ted Gould  <ted@gould.cx>
8908         * share/extensions/ai_input.inkmod, share/extensions/dia.inkmod,
8909         share/extensions/txt2svg.inkmod, src/extension/extension.cpp,
8910         src/extension/internal/svg.cpp:
8912         Making the names of the input extensions look like the output ones.
8913         Also, threw in a slight memory savings in removing the implementation on
8914         deactivated extensions.
8916 2004-04-26  MenTaLguY  <mental@rydia.net>
8918         * src/selection.cpp: migrate to new glib idle API
8920         * src/extension/db.cpp: can't call ->deactivated() on a NULL pointer..
8922 2004-04-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8924         * configure.in: Replace use of old AM_PROG_LIBTOOL macro with
8925           AC_PROG_LIBTOOL.
8927 2004-04-26  Ted Gould  <ted@gould.cx>
8929         * share/extensions/epsi_output.inkmod:
8931         Added in a check for ps2epsi
8933         * src/dialogs/filedialog.cpp, src/extension/db.cpp, src/extension/db.h,
8934         src/extension/extension.cpp, src/extension/extension.h,
8935         src/extension/init.cpp, src/extension/system.cpp:
8937         Implementing a 'deactivated' extension.  This means that it should
8938         still exist, but show up as insensitive in any GUI element that could use
8939         it.  The idea here is that users should know what they don't have, but
8940         Inkscape supports.
8942 2004-04-26 Nathan Hurst <njh@mail.csse.monash.edu.au>
8944         * src/{libnr,libnrtype,widgets,display,helper,.}*.{h,cpp}: moved
8945         from typedef _name name; to C++ style struct name; forward
8946         references.
8948 2004-04-25  Ted Gould  <ted@gould.cx>
8950         * share/extensions/ai_output.inkmod, share/extensions/dia.inkmod,
8951         share/extensions/dropshadow.inkmod, share/extensions/epsi_output.inkmod,
8952         share/extensions/roundhole.inkmod, share/extensions/svgz_input.inkmod,
8953         share/extensions/svgz_output.inkmod, share/extensions/txt2svg.inkmod,
8954         src/extension/implementation/script.cpp,
8955         src/extension/implementation/script.h:
8957         Adding in support for superior checking of dependencies.  Now scripts
8958         can include a line, which will look for a binary in the path.  So
8959         something like dia input will no be loaded if there isn't dia available in
8960         the path.
8962 2004-04-25  Carl Hetherington <inkscape@carlh.net>
8964         * src/verbs.cpp, src/rect-context.cpp, src/spiral-context.cpp,
8965         src/event-context.cpp, src/text-context.cpp,
8966         src/dialogs/stroke-style.cpp, src/xml-tree.cpp, src/widgets/sp-widget.cpp:
8967         SPSelection OO-ification.
8969         * src/display/curve.cpp: Don't raise a critical error if a new
8970         curve cannot be created in sp_curve_new_from_bpath().  This can
8971         happen if a file contains a strange path, like one with only a
8972         move in it and nothing else.  This is part of the fix for bug
8973         934882.
8975         * src/sp-path.cpp: cope with sp_curve_new_from_bpath() returning
8976         NULL in sp_path_set().  This is the other part of the fix for 934882.
8978         * src/path-chemistry.cpp, src/sp-offset.cpp, src/sp-ellipse.cpp,
8979         src/display/nr-arena-glyhs.cpp:
8980         added asserts for calls to sp_curve_new_from_bpath() which look
8981         like they might not expect it to return NULL.
8983         * src/desktop.h: add a comment about how SPDesktop::selection
8984         should never generally be NULL.
8986         * src/desktop-handles.cpp: ensure that sp_desktop_selection never
8987         returns NULL, so that we don't have to check for this eventuality
8988         elsewhere.
8990         * src/arc-context.cpp, src/seltrans.cpp, src/desktop.cpp: be less defensive
8991 about
8992         SPDesktop::selection being NULL.
8994         * src/path-chemistry.cpp, src/select-context.cpp,
8995         src/selection-chemistry.cpp, src/star-context.cpp,
8996         src/dialogs/align.cpp, src/dialogs/item-properties.cpp,
8997 src/dialogs/text-edit.cpp:
8998         SPSelection OO-ification.  Also some coding style and
8999         declaration-to-first-use cleanups.
9001         * src/toolbox.cpp: SPSelection OO-ification.  Various cleanups.
9003         * src/selection.h: remove deprecated access functions.
9005         * src/dialogs/fill-style.cpp: declaration-to-first-use cleanups.
9007         * src/selection.cpp: add vim and Emacs mode blocks.
9009         * src/object-ui.cpp: very minor coding style fix.
9011 2004-04-24  MenTaLguY <mental@rydia.net>
9013         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/object-ui.cpp,
9014           src/path-chemistry.cpp, src/rect-context.cpp, src/select-context.cpp,
9015           src/select-toolbar.cpp, src/selection-chemistry.cpp, src/selection.h,
9016           src/spiral-context.cpp, src/star-context.cpp, src/text-context.cpp,
9017           src/verbs.cpp, src/dialogs/export.cpp, src/dialogs/fill-style.cpp,
9018           src/dialogs/in-dt-coordsys.cpp, src/dialogs/stroke-style.cpp,
9019           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp:
9021           removed sp_selection_set_item(), sp_selection_set_repr(),
9022           sp_selection_is_empty(), sp_selection_item_selected(),
9023           and sp_selection_repr_selected()
9025 2004-04-24  Ted Gould  <ted@gould.cx>
9027         * share/extensions/ill2svg.pl:
9029         Applying a patch made to the Sodipodi list by Tuukka Pasanen which adds in
9030         support for text in Illustrator files.  Also, I backed out the changes
9031         which removed being able to specify the line endings.  This will, by
9032         default, force them back to mac compatible.  Mac files didn't work with
9033         those changes.
9035 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9037         * configure.in: Tentatively remove config.h definitions of
9038           INKSCAPE_MARKERSDIR, INKSCAPE_PIXMAPDIR, INKSCAPE_SCREENSDIR,
9039           INKSCAPE_TUTORIALSDIR, with the understanding that these are to be
9040           provided by prefix.h.
9041         * src/prefix.h: Define INKSCAPE_MARKERSDIR.
9043         * src/extension/extension.cpp (Extension):
9044         * src/extension/init.cpp (check_extensions):
9045           Address warning.
9047         * src/dialogs/stroke-style.cpp: #include prefix.h.
9049         * src/Makefile.am (EXTRA_DIST): Add */makefile.in.
9051         * src/libnr/Makefile_insert (libnr_libnr_a_SOURCES):
9052           Add libnr/nr-convex-hull.h, needed by sp-canvas.cpp.
9054 2004-04-24  Ted Gould  <ted@gould.cx>
9056         * src/Makefile_include, src/prefix.cpp:
9058         Removing the redefition of NULL and adding to the make system.
9060 2004-04-24  Ted Gould  <ted@gould.cx>
9062         * src/extension/db.cpp, src/extension/db.h, src/extension/extension.cpp,
9063         src/extension/extension.h, src/extension/init.cpp,
9064         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
9065         src/extension/internal/ps-out.cpp, src/extension/internal/ps-out.h:
9067         Adding in more checks for individual extensions.  All of them
9068         should still pass though.  Also, moved the extension database from
9069         glib to STL.  This allows extensions to be deleted while using the
9070         foreach functions (which causes instability with the glib hash
9071         table).
9073 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9075         * src/dialogs/Makefile_insert:
9076         * src/display/Makefile_insert:
9077         * src/xml/Makefile_insert:
9078           Get rid of unneeded CPPFLAGS specification.
9080         * src/Makefile.am:
9081         * src/Makefile_insert:
9082           New generated file inkscape_version.h, to replace
9083           -DINKSCAPE_VERSION=\"$(VERSION)\".
9084         * src/help.cpp: #include it.
9086 2004-04-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9088         * src/sp-polygon.cpp:
9089         * src/splivarot.cpp:
9090         * src/style.cpp:
9091         Change include stringstream.h to include svg/stringstream.h.
9093         * src/Makefile.am, src/Makefile_insert: Change libinkscape.a use
9094           to eliminate triple compilation of these object files.
9096         * src/Makefile.am: Use `subdir-objects' option.
9098         * src/Makefile.am: Add global INCLUDES setting.
9099         * src/*/Makefile_insert: Get rid of now-redundant $(INKSCAPE_CFLAGS)
9100           from *_CPPFLAGS.
9102         * src/*/makefile.in: `%' as a target doesn't behave as intended,
9103         so replace with less general `clean %.a %.o' and add .SUFFIXES.
9105 2004-04-22  Ted Gould  <ted@gould.cx>
9107         * src/draw-context.cpp, src/dropper-context.cpp,
9108         src/dyna-draw-context.cpp, src/node-context.cpp, src/nodepath.cpp,
9109         src/sp-ellipse.cpp, src/sp-offset.cpp, src/sp-path.cpp,
9110         src/sp-polygon.cpp, src/sp-shape.cpp, src/splivarot.cpp, src/toolbox.cpp,
9111         src/display/curve.cpp, src/display/nr-arena-shape.cpp,
9112         src/extension/internal/gnome.cpp, src/extension/internal/ps.cpp,
9113         src/libnr/nr-path.cpp, src/libnr/nr-path.h,
9114         src/libnrtype/nr-rasterfont.cpp, src/libnrtype/nr-type-ft2.cpp,
9115         src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
9116         src/libnrtype/nr-typeface.cpp, src/livarot/PathCutting.cpp,
9117         src/svg/gnome-canvas-bpath-util.cpp, src/svg/svg-path.cpp:
9119         Changing the ART_ enums to NR_ so that if libart is include (like if
9120         you are building gnome-print) it doesn't conflict with the internal
9121         definitions.
9123         * share/extensions/svgz_output.inkmod, src/extension/extension.cpp,
9124         src/extension/init.cpp, src/extension/implementation/script.cpp:
9126         Adding in a little more checking code.  Now extensions can start
9127         deleting themseleves if they fail certain tests.  More tests are
9128         needed, along with more testing of this feature.  Consider this
9129         an 'early release' of the feature. ;)
9131 2004-04-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9133         * src/Makefile.am: Make non-recursive.  Now sources */Makefile_insert.
9134           See HACKING or discussion on mailing list.
9135         * autogen.sh: Bump requirement from automake-1.6 to automake-1.7.
9136         * configure.in: Don't generate src/blah/Makefile, but do generate
9137           src/blah/makefile.
9138         * src/*/Makefile.am: Remove.
9139         * src/*/makefile.in: New wrapper makefiles to allow typing `make' from
9140           subdirectories of src.  (Not used by compiles started from top-level
9141           or from src/.)
9143 2004-04-21  MenTaLguY <mental@rydia.net>
9145         * src/libnrtype/nr-type-w32.h: fixed unremoved underscores
9147         * src/select-context.cpp, src/selection.cpp, src/selection.h,
9148           src/seltrans.cpp, src/tools-switch.cpp, src/dialogs/align.cpp:
9149           remove improper twiddling of desktop message line from SPSelection;
9150           some additional work is now required in SPSelectContext to update
9151           the message properly in all cases.
9153         * src/selection.h, src/selection.cpp: touched up and documented
9154           SPSelection
9156         * src/uri-references.h: documentation touch-ups
9158 2004-04-20  Kees Cook <kees@outflux.net>
9160         * src/file.cpp, src/desktop.cpp: moved sp_file_open unselection code into
9161           sp_desktop_change_document.  Generalized Carl's fix for unref counting
9162           since it applies in both cases.  (My bad!)
9164 2004-04-20  MenTaLguY <mental@rydia.net>
9166         * src/text-context.cpp: merged Carl's fix for signal cleanup
9168         * src/selection.h: marked wrappers for old API as deprecated
9170 2004-04-20  Carl Hetherington <inkscape@carlh.net>
9172         * src/extension/internal/ps.cpp, src/extension/internal/ps.h:
9173         Fixed some bugs in exporting images that seem to have been
9174         introduced when the code was copied from the gimp.  They caused
9175         problems when exporting bitmap images to PS.
9177         * src/file.cpp: fix bug whereby the first file loaded in a session
9178         would not have its modified status checked when closed.  Hence if
9179         you modified the first file you loaded and then closed it, you
9180         would not be asked to confirm the close.
9182         * src/preferences-skeleton.h: add \n to the end of each line to
9183         fix bug 938368.
9185 2004-04-19  MenTaLguY <mental@rydia.net>
9187         * src/arc-context.cpp, src/desktop-handles.h, src/desktop.h,
9188           src/draw-context.cpp, src/draw-context.h, src/forward.h,
9189           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
9190           src/node-context.h, src/rect-context.cpp, src/selection-chemistry.cpp,
9191           src/selection-chemistry.h, src/selection.cpp, src/selection.h,
9192           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
9193           src/star-context.h, src/text-context.cpp, src/dialogs/xml-tree.cpp,
9194           src/widgets/sp-widget.h:
9196           finished GObject removal from SPSelection
9198         * src/arc-context.h, src/arc-context.cpp, src/desktop.cpp, src/desktop.h,
9199           src/draw-context.cpp, src/draw-context.h, src/node-context.cpp,
9200           src/node-context.h, src/rect-context.cpp, src/rect-context.h,
9201           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/seltrans.h,
9202           src/spiral-context.cpp, src/spiral-context.h, src/text-context.cpp,
9203           src/text-context.h, src/toolbox.cpp:
9205           migrated SPSelection to SigC++ signals (though it's a bit messy
9206           right now)
9208 2004-04-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9210         * src/dialogs/stroke-style.cpp: Cleanups: greater conformance to
9211         CodingStyle.  Moved some declarations to their first use.
9213 2004-04-19  Carl Hetherington <inkscape@carlh.net>
9215         * src/dialogs/stroke-style.cpp, libnr/nr-rect-l.cpp:
9216         Fix a couple of compiler warnings.
9218         * src/dialogs/filedialog-win32.cpp: add OFN_NOCHANGEDIR to Win32
9219         flags in OPENFILENAME structs.  This prevents the open / save
9220         boxes from changing the current directory.  Any change to the
9221         current directory causes problems for subsequent attempts to
9222         load icons from pixmaps.  Also, fix a bug whereby the save
9223         dialogue would sometimes not open due to being passed a filename
9224         it didn't like.
9226 2004-04-19  bulia byak <bulia@users.sourceforge.net>
9228         * shortcuts.cpp selection-chemistry.cpp selection-chemistry.h verbs.cpp
9229 verbs.h
9230         interface.cpp: Clone command (Edit menu, Shift+Ctrl+N)
9232         * sp-use.cpp: Update propagated to parent class (SPItem), misc fixes
9234         * sp-polygon.cpp: Fix for points= updating by adding set_shape call into
9235 _write
9236         (bug 910142)
9238         * text-context.cpp: Do not create text object unless a printable key was
9239         pressed; fixes 934280
9241         * widgets/dash-selector.cpp dialogs/stroke-style.cpp: Removed marker
9242 buttons,
9243         fixed g_free crash in marker menus, added tooltips, added stroke-miterlimit
9244         spinbutton
9246         * splivarot.cpp: Outline handles multiple objects; All commands use correct
9247         stroke_miterlimit
9249         * splivarot.cpp sp-offset.cpp: Fix for 932642
9251         * helper/sodipodi-ctrlrect.cpp: Simplify and fix dashes and offsets
9253         * widgets/gradient-selector.cpp: Tooltip edits
9255         * verbs.cpp verbs.h interface.cpp...: Remove tool options
9257         * seltrans.cpp: Pivot marker made inverse
9259         * toolbox.cpp: More defocusing
9261         * *-context.cpp: Eliminated config widgets from all tools
9263         * toolbox.cpp sp-ellipse.cpp: Ellipse fixes, tooltips
9265         * verbs.cpp: Options -> Preferences
9267         * dialogs/display-settings.cpp: An options dialog, completely new; selector
9268         widget grafted here
9270         * preferences-skeleton.h node-context.cpp select-context.cpp: scaling uses
9271         defaultscale
9273         * dialogs/display-settings.cpp display/nr-arena-image.cpp: Make oversample
9274         saveable
9276         * toolbox.cpp: Aux toolbar for calligraphic
9278         * preferences-skeleton.h: fill-opacity:1 for calligraphic
9280         * select-context.cpp seltrans.cpp seltrans.cpp: Patch to enable box and none
9281         options for per-object selection cue
9283         * main.cpp: Removed C-locale setting, not needed anymore; temporary switch
9284 of
9285         gettext encoding for console output
9287         * inkscape.cpp: Memory fix from sodi
9289         * right-click finishes pen (patch by Carl)  draw-context.cpp
9291 2004-04-19  Carl Hetherington <inkscape@carlh.net>
9293         * src/livarot/ShapeRaster.cpp
9294         Fix an unitialised value error that was spotted by valgrind.
9296 2004-04-18  MenTaLguY <mental@rydia.net>
9298         * src/selection.cpp, src/selection.h, src/selection-chemistry.cpp,
9299           src/seltrans.cpp, src/nodepath.cpp:
9300           made all SPSelection members private, and changed all methods into
9301           real C++ methods (with temporary inline wrappers for the old C
9302           pseudo-methods)
9304 2004-04-18  Carl Hetherington <inkscape@carlh.net>
9306         * src/print.cpp, src/print.h, src/sp-text.cpp
9307         src/extension/extension.cpp src/extension/extension.h,
9308         src/extension/implementation/implementation.cpp,
9309         src/extension/implementation/implementation.h,
9310         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
9311         src/extension/internal/ps.cpp, src/extension/internal/ps.h,
9312         Add very basic feature to allow PS text to be exported as real
9313         text, rather than being converted to paths first.  Needs some
9314         work, mostly on font handling.
9316         * src/seltrans.cpp: Slightly improve placement of the bounding
9317         box selection cue.
9319         * src/sp-shape.cpp: various marker-related cleanups, mostly factoring out
9320         common code into functions.
9322 2004-04-17  MenTaLguY <mental@rydia.net>
9323         * src/inkscape.cpp, src/node-context.cpp, src/selection-chemistry.cpp,
9324           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
9325           src/sp-item.cpp, src/sp-offset.cpp, src/dialogs/transformation.cpp,
9326           src/libnr/nr-rect.cpp, src/libnr/nr-rect.h:
9327           Cleaned up NR::Rect API and made SPSelection's desktop pointer private.
9329         * src/display/sp-canvas.cpp, src/libnr/nr-convex-hull.h,
9330           src/libnr/nr-rect.h:
9332           First use of NR::ConvexHull (for propagating canvas bounding boxes)
9334 2004-04-17  Kees Cook <kees@outflux.net>
9336         * share/icons/icons.svg, src/verbs.cpp: made last three ugly menu icons.
9338 2004-04-17  Nathan Hurst <njh@mail.csse.monash.edu.au>
9340         * configure.in src/draw-context.cpp src/dropper-context.cpp
9341         src/dyna-draw-context.cpp src/nodepath.cpp src/nodepath.h
9342         src/path-chemistry.cpp src/sp-chars.cpp src/sp-ellipse.cpp
9343         src/sp-offset.cpp src/sp-path.cpp src/sp-polygon.cpp
9344         src/sp-shape.cpp src/sp-text.cpp src/splivarot.cpp src/style.cpp
9345         src/style.h src/dialogs/fill-style.cpp
9346         src/dialogs/object-properties.cpp src/dialogs/stroke-style.cpp
9347         src/display/canvas-bpath.cpp src/display/canvas-bpath.h
9348         src/display/canvas-grid.h src/display/curve.cpp
9349         src/display/curve.h src/display/nr-arena-glyphs.cpp
9350         src/display/nr-arena-glyphs.h src/display/nr-arena-shape.cpp
9351         src/display/sodipodi-ctrl.cpp src/display/sodipodi-ctrl.h
9352         src/display/sodipodi-ctrlrect.h src/display/sp-canvas-util.cpp
9353         src/display/sp-canvas-util.h src/display/sp-canvas.cpp
9354         src/display/sp-canvas.h src/display/sp-ctrlline.cpp
9355         src/extension/internal/ps.cpp src/extension/internal/ps.h
9356         src/libnr/Makefile.am src/libnr/libnr.def src/libnr/nr-path.cpp
9357         src/libnr/nr-path.h src/libnr/nr-svp-private.h
9358         src/libnr/nr-svp-render.cpp src/libnr/nr-svp-render.h
9359         src/libnr/nr-svp.cpp src/libnr/nr-svp.h
9360         src/libnrtype/nr-rasterfont.cpp src/libnrtype/nr-type-ft2.cpp
9361         src/libnrtype/nr-type-gnome.cpp src/libnrtype/nr-type-w32.cpp
9362         src/libnrtype/nr-typeface.cpp src/livarot/PathCutting.cpp
9363         src/svg/gnome-canvas-bpath-util.cpp
9364         src/svg/gnome-canvas-bpath-util.h src/svg/svg-path.cpp
9365         src/svg/svg.h: removed libart.
9367         * src/libnr/nr-svp-uncross.cpp src/libnr/nr-svp-uncross.h: deleted
9368         uncross and SVL routines.
9371 2004-04-15  Carl Hetherington <inkscape@carlh.net>
9373         * src/make.exclude, src/make.dep, src/make.files, src/make.ofiles:
9374         Various fixes to the Win32 build following rearrangement of some
9375         source files and cleanups to libnr.
9377         * src/sp-text.cpp: remove an unused variable.
9379         * src/display/sodipodi-ctrlrect.cpp: removed two unused variables.
9381 2004-04-16  MenTaLguY <mental@rydia.net>
9383         * src/selection.cpp, src/selection.h, src/forward.h: initial
9384           C++ification of SPSelection class
9386 2004-04-15  Kees Cook <kees@outflux.net>
9388         * debian/control, debian/changes: dropping (currently) unused
9389           dependancies.  Added "0.39cvs" tag.
9391 2004-04-15  Carl Hetherington <inkscape@carlh.net>
9393         * src/seltrans.cpp, src/helper/sodipodi-ctrlrect.cpp,
9394         src/helper/sodipodi-ctrlrect.h:
9395           Use black, dashed bounding boxes for indicating itemselection,
9396           rather than red, solid boxes (as suggested by Bulia).
9398         * src/desktop.cpp:
9399         Small fix for the problem whereby the first file loaded in an
9400         Inkscape session will not have its grid set up properly.  This was
9401         my patch #935013.
9403         * src/dialogs/filedialog-win32.cpp:
9404         Use the extension system to build the list of allowable file types
9405         for save.  This means that save as PS and EPS work properly.
9407         * src/streams-zlib.cpp, src/livarot/PathConversion.cpp,
9408         src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
9409         src/livarot/PathStroke.cpp, src/livarot/Shape.cpp,
9410         src/livarot/ShapeMisc.cpp, src/display/nr-arena-glyphs.cpp,
9411         src/helper/sodipodi-ctrlrect.cpp, src/helper/sp-canvas.cpp,
9412         src/extension/internal/win32.cpp:
9413         Fix compiler warnings, mostly about unused variables.
9415         * src/helper/sp-canvas-util.cpp:
9416         Fix what I and someone else considered to be an obvious typo.  The
9417         function in question isn't used, however, so it's a bit difficult
9418         to test.
9420         * src/libnrtype/nr-rasterfont.cpp:
9421         Fix a warning wrt a cast from NR::Matrix to NRMatrix.
9423         * src/sp-shape.cpp:
9424         Fix bug #935758.
9427 2004-04-14  Ted Gould <ted@gould.cx>
9429         * src/file.cpp, dialogs/filedialog.cpp:
9430         Making it so that the filename will get placed in the save as dialog
9431         if there is a name for the file.  Otherwise the last save directory
9432         is used (properly now)
9434 2004-04-15  MenTaLguY <mental@rydia.net>
9436         * most files in src/: removed many old "compatable" struct typedefs
9438         * src/libarikkei/arikkei-dict.cpp, src/libarikkei/arikkei-dict.h:
9439           removed unused arikkei files
9441         * configure.in: added gtkmm dependency
9443 2004-04-14  Kees Cook <kees@outflux.net>
9445         * src/helper/unit-menu.cpp: Turns out I found a 2nd bug while
9446           investigating patch 934358.  I've applied this patch again, which gives
9447           us the entire fix.
9448         * src/draw-context.cpp: Investigated patch 934351 from cth103.  Applied a
9449           slight variation to conform to the function calling styles of that code.
9450         * configure.in: Implemented gcc version test for >= 3.0.0
9451         * src/file.cpp, src/interface.cpp, share/icons/icons.svg, src/verbs.cbb:
9452           finished "File / Revert" implementation.  Found a memory leak in
9453           "file_save".  Added more sanity checking to "sp_file_revert" and more
9454           status messages.
9455         * src/main.cpp, src/file.h, src/file.cpp: removed redundant code,
9456 implemented
9457           in "sp_file_open".
9459 2004-04-13  Kees Cook <kees@outflux.net>
9461         * tools-version.sh: added a possible fix for BSDish tools.
9462         * configure.in, share/patterns/Makefile.am: inkscape janitor strikes
9463           again!  This is a quick cleanup to Ted's new directories.  Looks
9464           like "patterns" got left out.
9465         * share/clipart/.cvsignore, share/templates/.cvsignore,
9466           share/examples/.cvsignore, share/fonts/.cvsignore,
9467           share/gradients/.cvsignore, share/keyboards/.cvsignore,
9468           share/palettes/.cvsignore, share/patterns/.cvsignore:
9469           Added Makefile build-cruft to .cvsignores.
9470         * src/helper/unit-menu.cpp: applied a variation to patch 934358 from cth103
9471           to fix grid unit changing bug.
9472         * configure.in: fixed capitalization of "libpng" to avoid confusion.
9473         * src/sp-namedview.cpp, src/document.cpp, src/document.h, src/file.cpp,
9474           src/file.h, src/document-undo.cpp, src/interface.cpp, src/verbs.cpp,
9475           src/verbs.h:
9476           Newly opened files will only create new windows if the current document
9477           is untouched.  (RFE#928517)
9478           Added support for future "File/Revert" handling.  Needs
9479           a little more support in the SPDocument structure.  See notes in
9480           "src/file.cpp", function "sp_file_revert_dialog".
9482 2004-04-13  Ted Gould <ted@gould.cx>
9484         * configure.in, share/Makefile.am, share/clipart/Makefile.am,
9485           share/examples/Makefile.am, share/fonts/Makefile.am
9486           share/gradients/Makefile.am, share/keyboards/Makefile.am
9487           share/markers/Makefile.am, share/palettes/Makefile.am
9488           share/screens/Makefile.am, share/templates/Makefile.am:
9489         Making it so that the clipart and everything else gets put in
9490         the tarball, and also get installed in the share directory.  Many
9491         of these have just 'README' files, but they now have good place-
9492         holders for further development.
9494 2004-04-12  Kees Cook <kees@outflux.net>
9496         * src/dialogs/stroke-style.cpp, src/Makefile.am, src/dialogs/Makefile.am,
9497           src/widgets/Makefile.am, configure.in: fixed up INKSCAPE_*DIR paths so CVS
9498           will compile happily for me.  This way if paths change, files will be
9499           recompiled.  The old way would let configure run again (changing the
9500           datadir path) without forcing a recompile, which could break the
9501           compiled paths.
9503 2004-04-13  John Cliff <simarilius@yahoo.com>
9504         * src/sp-shape.cpp, src/dialogs/stroke-style.cpp:
9505         Couple of changes to marker related code, mid and end markers now point in
9506 correct
9507         direction, turning off start markers behaves correctly.
9508         This follows on from changes made by me and Carl Hetherington that were
9509 commited
9510         yesterday to
9511         src/inkscape-stock.cpp, src/sp-item.cpp, src/sp-marker.cpp,
9512 src/sp-shape.cpp,
9513         src/style.cpp, src/style.h, src/dialogs/stroke-style.cpp
9514         to implement marker UI and fixes to the marker rendering code.
9516 2004-04-11  Ted Gould <ted@gould.cx>
9518         * src/extension/system.cpp, src/extension/internal/eps-out.cpp
9519           src/extension/internal/eps-out.h:
9520         First pass at a file save dialog with EPS output.  The dialog
9521         sets the bounding box in the file.  Comments encouraged.
9523 2004-04-11  Ted Gould <ted@gould.cx>
9525         * src/file.cpp, src/main.cpp, src/print.cpp, src/extension/init.cpp,
9526           src/extension/init.h, src/extension/system.cpp, src/extension/system.h,
9527           src/extension/implementation/script.cpp,
9528 src/extension/internal/eps-out.cpp,
9529           src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
9530           src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
9531           src/extension/internal/win32.cpp:
9532         Change alot of files, but small changes.  Basically just took
9533         system.cpp and init.cpp and finally ported them to the Inkscape::
9534         Extension namespace.  Cleaned up the code in them a bunch, it is
9535         much easier to read now!  All the other files are just referencing
9536         these changes.
9538 2004-04-11  Kees Cook <kees@outflux.net>
9540         * src/verbs.h, src/verbs.cpp, src/interface.cpp, src/interface.h: replaced
9541           the rest of the missing menu verbs: "View New", "Cleanup".  Created
9542           generic function to add icons to a given menu item (for submenu icons
9543           mostly).
9544         * share/icons/icons.svg: added "selection_cleanup", "selection_deselect",
9545           "selection_select_all".  Corrected "view_new" and "selection_smooth",
9546           "dialog_toggle", "dialog_tool_options", "file_open_recent".
9547         * src/selection-chemistry.cpp, src/selection-chemistry.h: renamed
9548           "selection_cleanup" function.
9550 2004-04-11  Jon Phillip <jon@rejon.org>
9552         * Makefile.mingw share/Makefile.am src/Makefile.am
9553           share/markers/Makefile.am share/markers/.cvsignore config.h.mingw
9554           configure.in:
9555           Added the proper infrastructure to get files to the right location for
9556           markers.
9558         * share/tutorials/tipsandtricks.svg: Deleted the URL trick because it no
9559           longer works or something.
9561 2004-04-11  Kees Cook <kees@outflux.net>
9563         * src/verbs.h, src/verbs.cpp: added verbs for the Help and Tutorials menus.
9564         * src/interface.cpp: replaced contents of sp_ui_menu_help to use new verbs.
9565         * src/help.h, src/help.cpp: replaced sp_help_keys with more generic
9566           sp_help_open_screen, similar to sp_help_open_tutorial.
9567         * share/icons/icons.svg: created really ugly "help_tutorials" and
9568           "help_keys" icons.  The "help_keys" one needs the most help.  :)
9570 2004-04-09  Ted Gould <ted@gould.cx>
9572         * share/extensions/Makefile.am, share/extensions/epsi_output.inkmod,
9573           share/extensions/ps2epsi.sh, src/extension/extension.cpp,
9574           src/extension/extension.h, src/extension/init.cpp,
9575           src/extension/implementation/implementation.cpp,
9576           src/extension/implementation/implementation.h,
9577           src/extension/implementation/script.cpp,
9578           src/extension/implementation/script.h,
9579           src/extension/internal/Makefile.am, src/extension/internal/eps-out.cpp,
9580           src/extension/internal/eps-out.h, src/extension/internal/ps.cpp:
9582           Okay, these are some changes that I've had in my directory for
9583           a little while.
9585           1) adding the basics of checking extensions.  This will allow
9586              them to remove themselves based on their dependencies failing.
9588           2) Adding the concepts of a 'helper extension' to scripts.  This
9589              allows them to use other extensions for handling the data, so
9590              they don't have to deal with SVG directly - Inkscape will
9591              build the pipeline.  An example of this is the epsi output.
9593           3) Adding the bounding box change provided by Carl Hetherington
9594              to the Postscript output.  The EPS output plugin sets this, so
9595              now EPSes have smaller bounding boxes.  A GUI needs to be
9596              written for this setting.
9598 2004-04-08  MenTaLguY <mental@rydia.net>
9600         * configure.in, src/svg/ftos.cpp: fix for OS X build
9602         * src/extensions/internal.ps.cpp: crash fix
9604 2004-04-07  MenTaLguY <mental@rydia.net>
9606         * src/xml/repr.cpp: adjusted the advertising comment in the default
9607           document template (we need a real default document template, btw)
9609         * src/svg/ftos.cpp, src/svg/itos.cpp, src/svg/round.cpp,
9610           src/svg/ftos.h, src/svg/stringstream.h: incorporated Bryce's number
9611           serializing code (disabled for now, due to the impending release)
9613         * src/dialogs/stroke-style.cpp, src/dialogs/sp-shape.cpp:
9614           nuked unused variables
9616 2004-04-07  bulia byak <bulia@users.sourceforge.net>
9618         * icons.svg: Alignment fix
9620         * src/select-toolbar.cpp: Swapped rotate buttons
9622         * share/tutorials/: Cleanup, added Russian translation of basic
9624         * extension/extension.cpp extension/system.cpp extension/internal/ps.cpp
9625         extension/implementation/script/cpp: Fixes to make non-ascii filenames work
9626 again
9628         * src/verbs.cpp: Remove xpm icon that causes trouble on win32
9630         * share/examples/: new gradient.svg, tiger.svgz, cleanup
9632         * src/widgets/gradient-vector.cpp: Crash fix: loading new gradient into the
9633         editor does not completely reset it
9635         * share/icons/icons.svg: New dialog icons, draw tool icons, changed colors
9637         * src/dialogs/align.cpp src/helper/bezier-utils.cpp: remove pjrm's debug
9638 output
9640         * share/tutorials/: SVG cleanup: remove unused font properties, wrong radius
9641         paths in ellipses (leftovers from old versions). Expanded & updated tips &
9642 tricks.
9644         * file.cpp: Set uri on save in one place; save 'offcially' from here only
9646         * system.cpp system.h: Remove redundant uri-setting on open and save, add
9647         official arg to sp_module_system_save to prevent docname/docbase changing on
9648         temporary saves
9650         * many files: _() fixes, edits in labels, messages, tooltips, mnemonics
9652         * src/inkscape.cpp: remove redundancy in error messages for failing to load
9653 prefs
9655         * share/extensions src/extension/internal: Renaming file formats to include
9656 (*.ext)
9658         * src/interface.cpp src/dialogs/filedialog.cpp: Transientize, make modal
9659         open/save dialogs, ditto for warning overwrite and make it unresizeable
9661         * src/dialogs/xml-tree.cpp: Do not deselect item on canvas when a
9662 non-selectable
9663         thing is highlighted in xml editor
9665         * src/sp-guide.cpp: Guide position updated after undo
9667         * src/widgets/sp-xmlview-attr-list.cpp: Max length of viewable attributes
9668         increased
9670         * many files: Adib's svgostringstream patches to remove printfs
9672         * src/selection-chemistry.cpp: Crash fix when pasting style to an object
9673 that
9674         has none (e.g. group)
9676         * src/knot.cpp: Knot dragging autoscrolls
9678         * src/sp-text.cpp src/text-context.cpp: Cursor movements autoscroll
9680         * src/desktop.h src/desktop.cpp: autoscrollspeed can be overridden in call
9681 to
9682         sp_desktop_scroll_to_point
9684         * src/text-context.cpp src/sp-text.cpp: Text cursor made inverse. Initial
9685 cursor
9686         after click is no longer horizontal.
9688         * src/helper/sp-ctrlline.cpp: Always-visible inversion for ctrlline
9690         * src/libnrtype/nr-type-w32.cpp: Fix stretch and variant on win32
9692         * src/widgets/gradient-vector.cpp: Undo fix; new stop takes average of its
9693         neighbors' colors; is between stops even when the last stop is selected
9695 2004-04-06  Ted Gould <ted@gould.cx>
9697         * src/file.cpp, src/dialogs/filedialog.cpp, src/extension/extension.cpp,
9698         src/extension/system.cpp:
9699         Moving code around so that the filename extension gets put on by
9700         the extension that is saving the file.  This adds a couple complications
9701         in that the extension now needs to check for overwriting the file
9702         and also set the document URI.  Better overall, but a PITA.
9704 2004-04-05  njh <njh@mail.csse.monash.edu.au>
9706         * debian/rules,debian/control: applied patch from Kees Cook to remove
9707         obsolete libraries, and to tidy things up a tad.
9709 2004-04-04  Ted Gould <ted@gould.cx>
9711         * src/main.cpp, src/extension/extension.cpp, src/extension/system.cpp:
9712         Now the input autodetect will try the SVG filter if the autodetect
9713         fails.  This was done by the command line, but now it is done
9714         everywhere.
9716 2004-04-04  MenTaLguY <mental@rydia.net>
9718         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr.h:
9719         Take the full list of document node children from libxml, and
9720         append them in the correct order.  This fixes bug #929348.
9722         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr-private.h:
9723         Added API for coping with comments at the root level (i.e. siblings
9724         of the root XML node), and made corresponding changes to the repr-io
9725         code.  In theory this should be enough to preserve them upon loading,
9726         though in practice it still doesn't appear to be working (bug #929348).
9727         Is there some libxml thing we need to do?
9729 2004-04-04  Ted Gould <ted@gould.cx>
9731         * a bunch of files
9732         Sorry, I seem to be in some delay getting e-mail.  Anyway, a few
9733         files were changed to add in a new parameter 'dataloss'  Basically
9734         this signifies that a format was used to save that may not save
9735         the whole document and thus, a pop-up is elevated on close to signal
9736         that you might want to 'really save' this document.
9738 2004-04-03  Ted Gould <ted@gould.cx>
9740         * share/extensions/svgz_input.inkmod, src/file.cpp,
9741           src/extension/extension.cpp, src/extension/internal/svg.cpp:
9742         Making it so that input extensions can specify the output extension
9743         that gets used to save them.  If this field isn't filled in, the value
9744         gets set to NULL, and then the Save As dialog is used instead of
9745         just trying to save.
9747 2004-04-03  Ted Gould <ted@gould.cx>
9749         * src/file.cpp, src/main.cpp, src/extension/extension.cpp,
9750           src/extension/extension.h, src/extension/system.cpp,
9751           src/extension/internal/svg.cpp:
9752         Fixing the output_extension flag to not be saved in a file, but also
9753         to be able to be specified by the input module.  Also, this fixes
9754         the commandline processing of files to make them use the extension
9755         system.
9757 2004-04-02  Ted Gould <ted@gould.cx>
9759         * src/file.cpp, src/extension/db.cpp, src/extension/internal/svg.cpp:
9760         Changing it so that SVG documents open and default to with
9761         extension namespace.  Also, autodetect is reenabled.
9763 2004-04-03  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
9765         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Fix my
9766         previous commit.
9768 2004-04-02  Ted Gould <ted@gould.cx>
9770         * share/extensions/svgz_output.inkmod, src/main.cpp, src/print.cpp,
9771           src/extension/init.cpp, src/extension/implementation/script.cpp,
9772           src/extension/implementation/script.h,
9773           src/extension/internal/Makefile.am, src/extension/internal/ps-out.cpp,
9774           src/extension/internal/ps-out.h, src/extension/internal/ps.cpp:
9775         Fixing the commandline printing.  This required fixing both the
9776         print driver to handle the newer extensions stuff.  It seems
9777         happy now.  I went ahead and implemented save as postscript
9778         while I was at it.
9780 2004-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9782         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Ensure that the
9783         "improved" value is never worse than the previous guess.
9785         * src/helper/bezier-utils.cpp:
9786         Greater CodingStyle conformance, mainly whitespace changes.
9788         * src/helper/bezier-utils.cpp (sp_bezier_fit_cubic_full):
9789         Always reparameterize between generate_bezier and calc_max_error.
9790         Switch from discouraged alloca (see man page) to g_new, at cost of
9791         some extra g_free calls in the code.
9792         (reparameterize): Do in-place modification.
9794         * src/helper/bezier-utils-test.cpp:
9795         Add tests for generate_bezier, sp_bezier_fit_cubic_full.
9796         Change to a simpler test bezier.
9798         * src/helper/bezier-utils.cpp (sp_darray_left_tangent,
9799         sp_darray_right_tangent):
9800         Switch to using just the two end points for calculating the gradient.
9801         (The old code could sometimes cause g_warning's.)
9802         Correct the documentation of requirements.
9803         (sp_darray_center_tangent): Similarly remove the #if'ed out code for
9804         looking at more than two points.
9806 See doc/Changelog_archive.txt for older entries
9808 # Local Variables:
9809 # tab-width:8
9810 # indent-tabs-mode:t
9811 # End:
9812 # vim: tabstop=4:noexpandtab:shiftwidth=4