Code

Adding multiple test output formats.
[inkscape.git] / ChangeLog
1 2006-04-26  Jon A. Cruz  <jon@joncruz.org>
3         * src/Makefile.am, src/MultiPrinter.h, src/PylogFormatter.h,
4           src/TRPIFormatter.h, src/selfname.tpl, src/libnr/Makefile_insert,
5           src/svg/Makefile_insert, src/xml/Makefile_insert:
6           Adding multiple test output formats.
8 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
10     * path-prefix.h:
11           Added beginnings of CREATE support in path-prefix.h
13 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
15     * src/object-ui.cpp, src/object-ui.h:
16           moved to src/ui/context-menu.cpp, src/ui/context-menu.h
17           to make it easier to find
19 2006-04-20  MenTaLguY  <mental@rydia.net>
21     * src/dyna-draw-context.cpp, src/dyna-draw-context.h:
22           remove unused timer code
24 2006-04-19 Andrius R. <knutux@gmail.com>
25         * src\display\nr-arena-item.cpp, src\display\canvas-arena.cpp,
26           src\display\nr-arena-shape.cpp, src\display\sp-canvas.h,
27           src\display\nr-arena.cpp, src\display\nr-arena-shape.h,
28           src\display\nr-arena-glyphs.cpp, src\display\nr-gradient-gpl.cpp,
29           src\display\sp-canvas.cpp, src\display\sp-ctrlline.cpp,
30           src\livarot\ShapeSweep.cpp, src\livarot\Shape.h, src\livarot\Shape.cpp,
31           src\livarot\Path.h, src\livarot\PathConversion.cpp,
32           src\livarot\ShapeMisc.cpp, src\livarot\Path.cpp, src\libnr\nr-pixblock.h,
33           src\libnr\nr-pixblock.cpp
35           Rendering optimisation, which gives best results for zoomed in drawings
36           with complex (multi-node) paths. Optimisation focus - eliminating cubicTo
37           and LineTo nodes outside of visible area, so no unneeded calculations is
38           needed and less memory is consumed (this avoids crashes which were
39           occurring previously if zooming into a complex drawing)
41 2006-04-18 njh <njh@njhurst.com>
42         * share/extensions/measure.inx, share/extensions/measure.py, share/extensions/Makefile.am
44           Added the measure extension that marks lengths onto paths.
46 2006-04-17  MenTaLguY  <mental@rydia.net>
48         * src/application/editor.cpp, src/arc-context.cpp, src/conn-avoid-ref.cpp,
49           src/connector-context.cpp, src/desktop-events.cpp, src/desktop-handles.h,
50           src/dialogs/clonetiler.cpp, src/dialogs/export.cpp,
51           src/dialogs/fill-style.cpp, src/dialogs/find.cpp,
52           src/dialogs/iconpreview.cpp, src/dialogs/item-properties.cpp,
53           src/dialogs/layer-properties.cpp, src/dialogs/object-properties.cpp,
54           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
55           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
56           src/dialogs/xml-tree.cpp, src/draw-anchor.cpp, src/draw-context.cpp,
57           src/dropper-context.cpp, src/dyna-draw-context.cpp,
58           src/event-context.cpp, src/extension/implementation/script.cpp,
59           src/file.cpp, src/gradient-context.cpp, src/gradient-drag.cpp,
60           src/helper/stock-items.cpp, src/inkscape.cpp, src/interface.cpp,
61           src/jabber_whiteboard/callbacks.cpp,
62           src/jabber_whiteboard/chat-handler.cpp,
63           src/jabber_whiteboard/message-processors.cpp,
64           src/jabber_whiteboard/message-queue.cpp,
65           src/jabber_whiteboard/session-manager.cpp, src/knot.cpp,
66           src/node-context.cpp, src/nodepath.cpp, src/object-ui.cpp,
67           src/path-chemistry.cpp, src/pencil-context.cpp, src/pen-context.cpp,
68           src/rect-context.cpp, src/rubberband.cpp, src/satisfied-guide-cns.cpp,
69           src/selcue.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
70           src/selection.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
71           src/spiral-context.cpp, src/splivarot.cpp, src/sp-namedview.cpp,
72           src/sp-text.cpp, src/star-context.cpp, src/text-chemistry.cpp,
73           src/text-context.cpp, src/tools-switch.cpp,
74           src/trace/potrace/inkscape-potrace.cpp, src/trace/trace.cpp,
75           src/ui/dialog/align-and-distribute.cpp, src/ui/dialog/dialog.cpp,
76           src/ui/dialog/document-metadata.cpp,
77           src/ui/dialog/document-properties.cpp,
78           src/ui/dialog/inkscape-preferences.cpp,
79           src/ui/dialog/session-player.cpp, src/ui/dialog/transformation.cpp,
80           src/ui/widget/color-picker.cpp, src/ui/widget/page-sizer.cpp,
81           src/ui/widget/registered-widget.cpp, src/ui/widget/ruler.cpp,
82           src/ui/widget/selected-style.cpp, src/ui/widget/tolerance-slider.cpp,
83           src/verbs.cpp, src/widgets/gradient-toolbar.cpp,
84           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
85           src/widgets/sp-xmlview-content.cpp, src/widgets/toolbox.cpp:
87           Get rid of the SP_DT_* macros which do nothing more than provide
88           additional, confusing, names for other functions.  If shorter names
89           are desired, the actual functions should be renamed -- or better, made
90           into member functions.
92 2006-04-09  Jon A. Cruz  <jon@joncruz.org>
94         * share/icons/icons.svg: Fixed jumping eye (layer visibility).
96 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
98         * po/eu.po: Fix a "Unmatched closing </b>" warnings.
100 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
102         * src/widgets/paint-selector.cpp, src/widgets/gradient-toolbar.cpp,
103           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp,
104           src/dialogs/clonetiler.cpp, src/dialogs/object-properties.cpp:
106           Shrunk a few icon sizes.
108 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
110         * src/widgets/desktop-widget.cpp, src/widgets/icon.cpp,
111           src/widgets/layer-selector.cpp:
113           Added implementation of smaller icon size.
115 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
117         * src/color-profile.cpp, src/sp-image.cpp:
119           Simple debugging #ifdefs added.
121 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
123         * src/interface.cpp, src/dialogs/clonetiler.cpp,
124           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
125           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
126           src/dialogs/xml-tree.cpp, src/ui/dialog/align-and-distribute.cpp,
127           src/ui/widget/labelled.cpp, src/widgets/button.cpp,
128           src/widgets/button.h, src/widgets/desktop-widget.cpp,
129           src/widgets/gradient-toolbar.cpp, src/widgets/icon.cpp,
130           src/widgets/icon.h, src/widgets/layer-selector.cpp,
131           src/widgets/paint-selector.cpp, src/widgets/select-toolbar.cpp,
132           src/widgets/toolbox.cpp, src/widgets/toolbox.h, src/icon-size.h:
134           Decoupling from direct use of GtkIconSize to allow for smaller
135           custom ones.
137 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
139         * src/Makefile_insert, src/Makefile.am, src/color-profile.cpp
140           src/color-profile.h, src/color-profile-fns.h,
141           src/color-profile-test.h, src/sp-image.cpp:
143           Adding rendering-intent to <color-profile>.
145 2006-04-05  MenTaLguY  <mental@rydia.net>
147         * configure.ac, share/keyboards/.cvsignore, share/keyboards/Makefile.am,
148           share/keyboards/README, share/keys/.cvsignore, share/keys/Makefile.am,
149           share/keys/Makefile.in, share/Makefile.am:
151           share/keyboards -> share/keys
153         * share/keys/Makefile.am, share/keys/default.xml, src/Makefile_insert,
154           src/shortcuts.cpp, src/shortcuts-default-xml.cpp:
156           first shot at configurable keymaps
158 2006-04-05  MenTaLguY  <mental@rydia.net>
160         * src/io/Makefile_insert, src/io/resource.cpp, src/io/resource.h:
162           introduce uniform resource path API to replace copy-and-pasted hacks
164 2006-04-05  Jon A. Cruz  <jon@joncruz.org>
166         * src/svg/svg-color-test.h, src/svg/svg-color.cpp:
168           Tuned icc-color() parsing.
170 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
172         * src/color-profile.h, src/color-profile.cpp,
173           src/color-profile-fns.h, src/sp-image.h, src/sp-image.cpp:
175           Initial support of color-profile on <image> elements.
177 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
179         * src/color-profile.h, src/color-profile.cpp,
180           src/color-profile-fns.h, src/Makefile_insert, src/attributes.cpp,
181           src/attributes.h, src/sp-object-repr.cpp:
183           Adding support for <color-profile> element.
185 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
187         * src/knot.h: Fixed warning messages.
189 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
191         * src/ui/widget/selected-style.cpp:
193           Safety check for null pointer.
194         
195 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
197         * configure.ac, src/interface.cpp, src/dialogs/swatches.cpp:
199           Introducing optional LittleCms use.
200         
201 2006-03-31  MenTaLguY  <mental@rydia.net>
203     * src/dyna-draw-context.cpp, src/dyna-draw-context.cpp:
205           merge ::dragging and ::dynahand
207 2006-03-31  MenTaLguY  <mental@rydia.net>
209     * src/dyna-draw-context.h: add documentation
211 2006-03-29  Andrius R. <knutux@gmail.com>
213         * src/enums.h, src/selection-chemistry.cpp,
214           src/selection.h, src/selection.cpp,
215           src/ui/dialog/inkscape-preferences.cpp,
216           src/ui/dialog/inkscape-preferences.h:
218           patch #1450307 - option for select all to work in layer with it's sub-layers
220 2006-03-29  Andrius R. <knutux@gmail.com>
222         * po/lt.po: Translated and added new language - Lithuanian.
224 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
226         * src/interface.cpp, src/dialogs/swatches.cpp:
228           Fixing name of temporary non-standard tag attributes.
229         
230 2006-03-28  MenTaLguY  <mental@rydia.net>
232     * src/layer-manager.cpp, src/layer-manager.h: draft of layer manager
234 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
236         * src/interface.cpp, src/dialogs/eek-color-def.h,
237           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
238           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
240           Changed objects to only get liked to "linkable" colors.
241         
242 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
244         * src/interface.cpp, src/dialogs/swatches.cpp:
246           Objects now change when linked colors change.
247         
248 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
250         * src/dialogs/eek-color-def.h, src/dialogs/eek-color-def.cpp,
251           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
252           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
254           Experimenting with linked colors.
255         
256 2006-03-26  Aaron C. Spike  <aaron@ekips.org>
258         * inkscape.pod, src/main.cpp:
260           Added --export-area-canvas (-C). Area specifying options
261           (--export-area, --export-area-canvas and --export-area-drawing)
262           can now be used in combination with --export-id.
264 2006-03-23  Jon A. Cruz  <jon@joncruz.org>
266         * src/dialogs/eek-color-def.cpp, src/dialogs/eek-color-def.h,
267           src/dialogs/Makefile_insert, src/dialogs/swatches.h,
268           src/dialogs/swatches.cpp:
270           Bringing in new color class.
271         
272 2006-03-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
274         * packaging/macosx/Resources/bin/inkscape: Fix a packaging
275           problem on Mac OSX where Inkscape wouldn't open if one of the
276           parent directories containing the app bundle contained a '#' in
277           its name.  Fixes bug #1443072.
279 2006-03-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
281         * share/icons/Makefile.am: Update a makefile after the icon file
282           renaming.
284 2005-03-14  MenTaLguY  <mental@rydia.net>
286         * src/layer-fns.h, src/dialogs/layer-properties.cpp,
287           src/dialogs/layer-properties.h, src/layer-fns.cpp:
289           merged patch #1447043 from Andrius "knutux" R. to create sub-layers
291 2006-03-14  MenTaLguY  <mental@rydia.net>
293         * src/Makefile_insert, src/display/nr-arena-item.cpp,
294           src/display/nr-arena-item.cpp, src/gc-finalized.h, src/gc-managed.h,
295           src/gc-soft-ptr.h, src/selection.h, src/selection.cpp:
297           Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
299 2006-03-14  MenTaLguY  <mental@rydia.net>
301         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
302           src/debug/logger.cpp, src/debug/simple-event.h,
303           src/debug/sysv-heap.h, src/jabber_whiteboard/deserializer.cpp,
304           src/jabber_whiteboard/message-utilities.cpp,
305           src/jabber_whiteboard/message-utilities.h,
306           src/jabber_whiteboard/node-tracker-observer.h,
307           src/jabber_whiteboard/serializer.cpp,
308           src/jabber_whiteboard/serializer.h,
309           src/sp-object.cpp, src/util/share.cpp, src/util/share.h,
310           src/xml/attribute-record.h, src/xml/comment-node.h,
311           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
312           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
313           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr-io.cpp,
314           src/xml/simple-node.cpp, src/xml/simple-node.h,
315           src/xml/simple-session.cpp, src/xml/simple-session.h,
316           src/xml/text-node.h:
318           shared_ptr -> ptr_shared
320 2006-03-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
322         * src/svg/svg-color.cpp (sp_svg_write_color): More readable colour
323           names when possible: e.g. `red', `#cfc'.
325 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
327         * src/interface.cpp:
329           Shift-drop now sets stroke on target objects.
330         
331 2006-03-11  MenTaLguY  <mental@rydia.net>
333         * src/sp-object.cpp: experiment to verify that we can safely release
334           before removing object from document tree
336 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
338         * src/dialogs/swatches.cpp:
340           Changed color dragging to have a color preview.
341         
342 2006-03-09  Jon A. Cruz  <jon@joncruz.org>
344         * src/interface.cpp:
346           Initial cut of color drag-n-drop to items on canvas.
347         
348 2006-03-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
350         * src/path-chemistry.cpp (sp_selected_path_reverse):
351           Fix when multiple paths are selected.
352           Also fix a small memory leak.
354 2006-03-06  MenTaLguY  <mental@rydia.net>
356         * src/document-subset.h, src/document-subset.cpp:
357           add DocumentSubset::_clear
359 2006-03-05  MenTaLguY  <mental@rydia.net>
361         * src/document-subset.h, src/document-subset.cpp:
362           remove unneeded document parameter from constructor
364 2006-03-05  MenTaLguY  <mental@rydia.net>
366         * src/document-subset.cpp:
368           Wire up new SPObject signal to DocumentSubset, so order changes
369           will be reflected in the subset.
371 2006-03-05  MenTaLguY  <mental@rydia.net>
373         * src/sp-object.h, src/sp-object.cpp:
375           Add signal for notification of object position changes.
377 2006-03-05  MenTaLguY  <mental@rydia.net>
379         * src/Makefile_insert, src/document-subset.cpp, src/document-subset.h:
381           Add DocumentSubset as groundwork for layers.
383 2006-03-04  Jon A. Cruz  <jon@joncruz.org>
384         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
386           Style minibar now only accepts color drag-n-drop when not N/A.
387           Final tweak for completing RFE #1429027.
388         
389 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
390         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
392           Made the style minibar a target for color drag-n-drop.
393         
394 2006-03-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
396         * src/conn-avoid-ref.cpp, src/libavoid/connector.h,
397           src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
398           src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
399           src/libavoid/connector.cpp, src/libavoid/debug.h:
401           Some speed improvements and interface cleanups to libavoid.
403 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
404         * src/dialogs/swatches.cpp:
406           Fixed drag-n-drop out of color to match GTK+ standard.
407         
408 2006-02-27  Jon A. Cruz  <jon@joncruz.org>
409         * src/dialogs/swatches.cpp, src/ui/previewfillable.h,
410           src/ui/previewholder.h, src/ui/previewholder.cpp:
412           Finished cleanup of embedded swatches when switching palettes.
413         
414 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
415         * src/dialogs/swatches.cpp, src/ui/previewholder.h,
416           src/ui/previewholder.cpp:
418           Changing embedded swatches resizing.
419         
420 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
421         * src/text-context.cpp:
423           Allow Private Use Area characters. Fixes bug #1439016.
424         
425 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
426         * src/dialogs/swatches.cpp, src/dialogs/iconpreview.cpp,
427           src/ui/widget/panel.cpp, src/ui/widget/panel.h:
429           Refactoring panel containment. Purged ugly 'X'.
430         
431 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
432         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
433           src/dialogs/swatches.h, src/ui/widget/panel.cpp,
434           src/ui/widget/panel.h, src/ui/previewholder.cpp,
435           src/ui/previewholder.h:
437           Adding spacer to get swatches scrollbar enough room to move.
438           Tuning up API for better embedding.
440 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
441         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
442           src/dialogs/swatches.h, src/ui/previewholder.cpp, 
443           src/ui/previewfillable.h, src/ui/previewholder.h:
445           Removed horizontal scroll bar from swatches when embedded.
447 2006-02-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
449         *  src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, 
450            src/connector-context.cpp, src/conn-avoid-ref.cpp:
452         Keep a seperate connector router for each document.
453            
454         *  src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
455            src/libavoid/connector.h, src/libavoid/debug.h,
456            src/libavoid/geometry.cpp, src/libavoid/geometry.h,
457            src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
458            src/libavoid/graph.h, src/libavoid/incremental.cpp,
459            src/libavoid/incremental.h, src/libavoid/libavoid.h,
460            src/libavoid/makepath.cpp, src/libavoid/makepath.h,
461            src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
462            src/libavoid/router.cpp, src/libavoid/router.h,
463            src/libavoid/shape.cpp, src/libavoid/shape.h,
464            src/libavoid/static.cpp, src/libavoid/static.h,
465            src/libavoid/timer.cpp, src/libavoid/timer.h,
466            src/libavoid/vertices.cpp, src/libavoid/vertices.h,
467            src/libavoid/visibility.cpp, src/libavoid/visibility.h:
468            
469         Upstream changes to libavoid that allow multiple connector 
470         router instances, as well a few other minor bugfixes.
472 2006-02-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
474         * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
475         
476         Revert a previous change that generated enter events for canvas items
477         other than the current one when mouse buttons were depressed.  These 
478         events are now only generated in the connector context, where they are
479         required.
481 2006-02-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
483         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
484           src/conn-avoid-ref.h, src/libavoid/connector.cpp,
485           src/libavoid/connector.h:
486           
487         Change the behaviour and naming of some connector querying code
488         after feedback from Tim Dwyer in implementing graph drawing
489         functionality.
491 2006-02-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
493         * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:
494           Fix two bugs from my commit yesterday.
496 2006-02-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
498         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,
499           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
500           src/libavoid/connector.cpp, src/libavoid/connector.h,
501           src/libavoid/visibility.cpp:
503         Add some code to allow querying of items and connectors to find
504         out what is attached to them.  This will allow graph layout
505         algorithms (currently being worked on by Tim Dwyer) to determine 
506         a graph structure from the diagram.
508 2006-02-07  MenTaLguY  <mental@rydia.net>
510         * src/widgets/icon.cpp: get rid of icon prerender time messages
512 2006-02-07  MenTaLguY  <mental@rydia.net>
514         * src/debug/gc-heap.h, src/debug/logger.cpp, src/debug/sysv-heap.h,
515           src/jabber_whiteboard/deserializer.cpp, src/sp-object.cpp,
516           src/util/share.h, src/xml/simple-node.cpp:
518           share_static -> share_static_string
520 2006-02-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
522         * src/jabber_whiteboard/message-utilities.h,
523           src/jabber_whiteboard/serializer.cpp,
524           src/jabber_whiteboard/deserializer.cpp,
525           src/jabber_whiteboard/message-utilities.cpp,
526           src/ui/dialog/whiteboard-connect.cpp:
527         
528         Some fixes to allow the codebase to compile with Inkboard support
529         after the recent Util::shared_ptr<> and Dialog::present() changes.
531 2006-02-05  Marco Scholten  <mscholtn@xs4all.nl>
533         * src/verbs.cpp: updated to make double clicking a tool button
534           open the new preferences dialog.
535         * src/ui/dialog/inkscape-preferences.cpp: updated to enable opening
536           the dialog on the correct page.
537         * src/ui/dialog/dialog.cpp: added virtual void present() so that
538           InkscapePreferences::present() will be called from 
539           DialogManager::showDialog()
541 2006-02-05  MenTaLguY  <mental@rydia.net>
543         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
544           src/debug/logger.cpp, src/debug/simple-event.h, src/debug/sysv-heap.h,
545           src/jabber_whiteboard/deserializer.cpp,
546           src/jabber_whiteboard/message-utilities.cpp,
547           src/jabber_whiteboard/message-utilities.h,
548           src/jabber_whiteboard/node-tracker-observer.h,
549           src/jabber_whiteboard/node-utilities.cpp,
550           src/jabber_whiteboard/serializer.cpp,
551           src/jabber_whiteboard/serializer.h,
552           src/sp-object.cpp, src/util/Makefile_insert, src/util/share.cpp,
553           src/util/shared-c-string-ptr.cpp, src/util/shared-c-string-ptr.h,
554           src/util/share.h, src/xml/attribute-record.h, src/xml/comment-node.h,
555           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
556           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
557           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr.cpp,
558           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h,
559           src/xml/simple-session.cpp, src/xml/simple-session.h,
560           src/xml/text-node.h:
562           replace Util::SharedCStringPtr with the nicer and more general
563           Util::shared_ptr<>
565 2006-02-03  Jon Phillips  <jon@rejon.org>
567         * src/verbs.cpp: Added "..." to "Trace Bitmap" text. Yes, what a
568         simple and dumb thing to add for consistency.
570 2006-01-24  Michael Wybrow  <mjwybrow@users.sourceforge.net>
572         * src/libavoid/connector.cpp, src/libavoid/connector.h, 
573           src/libavoid/shape.cpp, src/libavoid/graph.cpp,
574           src/libavoid/incremental.cpp, src/libavoid/incremental.h,
575           src/libavoid/static.cpp, src/libavoid/visibility.cpp, 
576           src/libavoid/makepath.cpp:
578         Some minor upstream libavoid fixes.  
580 2006-01-23  Carl Hetherington  <inkscape@carlh.net>
582         * src/selection.cpp: fix a typo in one of my previous commits.
583         Closes #1401357.
585         * src/xml/repr-io.cpp: catch failures in fopen of XML files.
586         Closes #1374551.
588 2006-01-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
590         * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
591           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
592           src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
593           src/attributes-test.cpp:
595         Added a "Spacing" control to the connector toolbar which allows
596         the user to adjust the amount of space left around avoided shapes
597         for the purpose of determining auto-routing connector paths.
599 2006-01-17  Marco Scholten  <mscholtn@xs4all.nl>
601         * /src/ui/dialog/inkscape-preferences.cpp:
602           Added style swatches,
603           Changed Gtk::Requisition Gtk::Widget::size_request() to       
604           void Gtk::Widget::size_request(const Requisition& requisition)        
605         * /src/ui/dialog/preferences-widget.cpp & .h:
606           Added DialogPage::set_tip()
608 2006-01-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
610         * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
611           Use a modified fonts.conf file for Mac OS X that includes the 
612           standard user font directory ~/Library/Fonts.
614 2006-01-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
616         * src/svg/Makefile_insert: Updated to reflect a previous header
617           file renaming.
619 2006-01-12  Marco Scholten  <mscholtn@xs4all.nl>
621         * /src/ui/dialog/inkscape-preferences.cpp & .h:
622           Converted preferences dialog to gtkmm
623         * src/ui/widget/preferences-widget.cpp & .h:
624           New files.
625         * src/verbs.cpp: updated to start new dialog.
627 2006-01-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
629         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
630           src/extension/internal/svg.cpp, src/ui/widget/ruler.cpp:
631           Fix some compilation problems on Mac OS X after recent
632           includes cleanup.
634 2006-01-05  Jon A. Cruz  <jon@joncruz.org>
636         * src/widgets/desktop-widget.cpp:
637           Corrected resize behavior of canvas/swatches split.
639 2006-01-06  Mathieu Dimanche  <mdimanche@free.fr>
641         * src/util/units.cpp: forcin 'C' locale for reading units.txt file
642            Fixes bug #1391348.
644 2006-01-05  MenTaLguY  <mental@rydia.net>
646         * src/libnr/nr-maybe.h: fix constness/local reference issues
648 2006-01-04  MenTaLguY  <mental@rydia.net>
650         * src/Makefile_insert, src/shortcuts-default-xml.cpp,
651           src/shortcuts.cpp, src/shortcuts.xml:
653           Moved default shortcuts XML file into a string constant (for now);
654           replaced hard-coded structure with code to read XML file.
656 2006-01-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
658         * src/extension/internal/ps.cpp (setup): Clarify the meaning of
659           `Print destination', mentioning the new possibility of leaving
660           as empty.
661         * (PrintPS::begin) If print destination is an empty string, then
662           don't pass `-P %s' to lpr: just let lpr use its default.
663         * (PrintPS::init) Change default print destination from `lp' to empty
664           string.
666 2006-01-04  Jon A. Cruz  <jon@joncruz.org>
668         * src/widgets/desktop-widget.cpp:
669           Adding split pane for swatches.
671 2006-01-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
673         * src/libavoid/visibility.cpp: Add operator!= for the EdgePair class.
674           This is needed to compile on Tru64 UNIX.  Fixes bug #1386755.
676 2005-12-30  Josh Andler  <scislac@users.sf.net>
678         * src/ui/widget/selected-style.cpp, src/ui/widget/selected-style.h
679           Added "invert" function to right-click menu of style selector.
681 2005-12-22  Jon A. Cruz  <jon@joncruz.org>
683         * share/palettes/Tango-Palette.gpl:
684           Updated to newer version from the Tango project.
686 2005-12-21  Jon A. Cruz  <jon@joncruz.org>
688         * src/interface.cpp, src/preferences-skeleton.h,
689           src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
690           Adding panels/swatches to main UI.
692 2005-11-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
694         * src/removeoverlap/*.{cpp,h}: Bug fix in removeoverlap algorithm that
695           should finally get timestamps working properly.  Specifically, heap
696           timestamps are now refreshed before a merge.
698 2005-12-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
700         * src/sp-conn-end.cpp, src/connector-context.cpp: Have connectors
701           draw to the correct position on shape bounding boxes.  Previously
702           the point where connectors were drawn was on straight line between
703           the two endpoints.  These points now lie on the line between the 
704           second last point on the polyline and the center of the shape.
705           
706         * src/display/curve.cpp, src/display/curve.hpp: Added a couple of 
707           functions that return the second and second-last points in a curve.
709         * src/removeoverlap/generate-constraints.cpp: Moved the 
710           #include "isnan.h" to be the final include.  This fixes a
711           compilation error on OS X.
713 2005-12-16  Carl Hetherington  <inkscape@carlh.net>
715         * src/conn-avoid-ref.cpp, sp-conn-end-pair.cpp, sp-conn-end.cpp,
716         sp-item.cpp, sp-shape.cpp, dialogs/clonetiler.cpp,
717         dialogs/stroke-style.cpp, dialogs/tiledialog.cpp,
718         dialogs/unclump.cpp, display/nr-arena-shape.cpp,
719         display/nr-arena-shape.h, widgets/icon.cpp: more NRRect removal.
721         * src/desktop.cpp, src/desktop.h, src/dyna-draw-context.cpp,
722         src/selection-chemistry.cpp, src/sp-namedview.cpp, src/verbs.cpp,
723         src/display/sp-canvas.cpp, src/display/sp-canvas.h,
724         src/ui/view/edit-widget.cpp, src/ui/widget/zoom-status.cpp,
725         src/widgets/desktop-widget.cpp: more NRRect removals and cleanups.
727         * src/grid-snapper.cpp: snap only to visible grid lines (patch
728         from mtou).
730 2005-12-15  Carl Hetherington  <inkscape@carlh.net>
732         * src/conn-avoid-ref.cpp, src/gradient-chemistry.cpp,
733         src/sp-conn-end.cpp, src/sp-item.{cpp,h}: NR::Rect version of
734         sp_item_invoke_bbox (SPItem::invokeBbox).  Use it in some places.
736 2005-12-14  Carl Hetherington  <inkscape@carlh.net>
738         * src/dyna-draw-context.cpp, src/gradient-context.cpp,
739         src/selection.h, src/sp-flowtext.cpp, src/sp-item.cpp,
740         src/sp-item.h, src/sp-shape.cpp, src/sp-text.cpp,
741         src/dialogs/layer-properties.cpp,
742         src/extension/internal/bluredge.cpp,
743         src/extension/internal/grid.cpp, src/ui/dialog/transformation.cpp,
744         src/widgets/desktop-widget.cpp: remove NRMatrix version of
745         sp_item_i2d_affine().  Some include file adjustments.
747         * src/arc-context.cpp: some very minor cleanups.
749         * src/svg/svg-length.{cpp,h}, src/helper/units.cpp: use INCH
750         rather than IN to avoid breaking the compile on some systems.
752 2005-12-13  Carl Hetherington  <inkscape@carlh.net>
754         * src/arc-context.cpp, src/connector-context.cpp,
755         src/context-fns.cpp, src/desktop-affine.cpp, src/desktop-affine.h,
756         src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
757         src/draw-anchor.cpp src/dropper-context.cpp,
758         src/dyna-draw-context.cpp, src/event-context.cpp
759         src/gradient-context.cpp, src/knot.cpp, src/node-context.cpp,
760         src/object-snapper.cpp src/pen-context.cpp,
761         src/pencil-context.cpp, src/rect-context.cpp
762         src/select-context.cpp, src/selection-chemistry.cpp,
763         src/sp-item.cpp, src/sp-item.h src/spiral-context.cpp,
764         src/star-context.cpp, src/text-context.cpp src/zoom-context.cpp,
765         src/ui/widget/ruler.cpp: make desktop's transforms private
766         members.
768         * src/document.cpp, src/object-edit.cpp, src/sp-ellipse.cpp,
769         src/sp-ellipse.h, src/sp-gradient.cpp, src/sp-image.cpp,
770         src/sp-image.h, src/sp-line.cpp, src/sp-line.h,
771         src/sp-linear-gradient.h, src/sp-marker.cpp, src/sp-marker.h,
772         src/sp-pattern.cpp, src/sp-pattern.h, src/sp-radial-gradient.h,
773         src/sp-rect.cpp, src/sp-rect.h, src/sp-root.cpp, src/sp-root.h,
774         src/sp-star.cpp, src/sp-symbol.h, src/sp-text.cpp,
775         src/sp-textpath.h, src/sp-tspan.cpp, src/sp-use.cpp, src/sp-use.h,
776         src/text-tag-attributes.h, src/helper/units.cpp,
777         src/helper/units.h, src/libnrtype/Layout-TNG-Compute.cpp,
778         src/libnrtype/Layout-TNG-Input.cpp,
779         src/libnrtype/Layout-TNG-OutIter.cpp,
780         src/libnrtype/Layout-TNG-Output.cpp, src/libnrtype/Layout-TNG.h,
781         src/libnrtype/TextWrapper.cpp, src/svg/svg-length.cpp,
782         src/svg/svg.h: partial C++-ificiation of SPSVGLength.  Rename it
783         to SVGLength.
785 2005-12-13  Mathieu Dimanche <mdimanche@free.fr>
787         * src/snapped-point.{cpp,h} : new files.
789         * src/Makefile_insert : Added the new files
791         * src/arc-context.cpp, src/connector-context.cpp,
792         src/context-fns.cpp, src/draw-context.cpp, src/nodepath.cpp,
793         src/object-edit.cpp, src/pencil-context.cpp,
794         src/selection-chemistry.cpp, src/seltrans.cpp, src/snap.cpp,
795         src/spiral-context.cpp, src/star-context.cpp,
796         src/line-snapper.cpp, src/line-snapper.h, src/object-snapper.cpp,
797         src/object-snapper.h src/snapper.cpp, src/snapper.h,
798         src/event-context.cpp, src/rect-context.cpp,
799         src/select-context.cpp : Use SnappedPoint class
801         * src/color-rgba.h : Added rgba32 unsigned int handling and
802         "inverse" members (NEED TO BE TESTED)
804 2005-12-12  MenTaLguY  <mental@rydia.net>
806         * src/widgets/desktop-widget.cpp: moved some widgets into statusbar
807           widget for more aesthetic appearance
809 2005-12-12  Carl Hetherington <inkscape@carlh.net>
811         * src/arc-context.cpp: minor cleanups.  Use SnapManager more.  Use
812         Inkscape::setup_for_drag_start.
814         * src/connector-context.cpp, src/draw-context.cpp,
815         src/object-edit.cpp, src/pencil-context.cpp, src/rect-context.cpp,
816         src/spiral-context.cpp, src/star-context.cpp: use SnapManager.
818         * src/rect-context.cpp, src/spiral-context.cpp,
819         src/star-context.cpp: use Inkscape::setup_for_drag_start().
821         * src/snapper.{cpp,h}: simplify snap point types code.
823         * src/context-fns.{cpp,h}: add setup_for_drag_start().
825         * src/dyna-draw-context.cpp: remove unused and erroneous snapping code.
827         * src/pen-context.cpp: remove unused variable.
829         * src/draw-context.cpp: use SnapManager.
831         * src/nodepath.cpp: const fixes.  Use SnapManager.
833         * src/selection-chemistry.cpp, src/seltrans.cpp: some cleanups.
834         Use new snap API.
836         * src/snap.{cpp,h}: remove some dead code.
838         * src/sp-item.{cpp,h}, src/node-context.cpp, src/draw-context.cpp:
839         remove an unnecessary parameter from sp_item_dt2i_affine().
841 2005-12-09  Carl Hetherington <inkscape@carlh.net>
843         * src/object-snapper.cpp: make node snapping work again.
845         * src/star-context.cpp: use SnapManager.  Some other minor cleanups.
847         * src/arc-context.cpp, src/connector-context.cpp,
848         src/dyna-draw-context.cpp, src/pen-context.cpp,
849         src/pencil-context.cpp, src/rect-context.cpp,
850         src/selection-chemistry.cpp, src/spiral-context.cpp,
851         src/star-context.cpp, src/text-context.cpp: use
852         Inkscape::have_viable_layer.
854         * src/context-fns.{cpp,h}: new files.
856         * src/arc-context.cpp, src/context-fns.{cpp,h},
857         src/rect-context.cpp: abstract common code into context-fns and
858         clean it up a bit.
860 2005-12-08  Carl Hetherington <inkscape@carlh.net>
862         * src/grid-snapper.cpp, src/guide-snapper.cpp, src/line-snapper.h:
863         coding style.  Change how lines are defined.
865         * src/grid-snapper.h, src/guide-snapper.h: coding style.
867         * src/line-snapper.cpp, src/object-snapper.{cpp,h}: Coding style.
868         Various cleanups.  Small API changes.
870         * src/snap.cpp: changes to Snapper API.  Added work-in-progress SnapManager.
872         * src/snapper.{cpp,h}: API cleanups.
874         * src/sp-namedview.{cpp,h}: added getSnappers().
876         * src/seltrans.cpp: Cleanup and fix moveTo().  Go back to snapping
877         to snap points rather than the convex hull, at least for a bit.
879 2005-12-07  Carl Hetherington <inkscape@carlh.net>
881         * src/libnr/nr-convex-hull.h: remove unnecessary includes.
883         * src/line-snapper.{cpp,h}, src/object-snapper.{cpp,h},
884         src/attributes.{cpp,h}, src/desktop.cpp, src/dyna-draw-context.cpp
885         src/arc-context.cpp, src/grid-snapper.h, src/nodepath.cpp,
886         src/rect-context.cpp, src/selection-chemistry.cpp,
887         src/seltrans.cpp, src/snap.{cpp,h}, src/snapper.{cpp,h},
888         src/sp-namedview.{cpp,h}, src/spiral-context.cpp,
889         src/star-context.cpp, src/dialogs/desktop-properties.{cpp,h},
890         src/Makefile_insert: first cut of object snapping.
892         * src/grid-snapper.cpp, src/guide-snapper.{cpp,h}: use Inkscape namespace.
894 2005-12-06  Carl Hetherington <inkscape@carlh.net>
896         * src/libnr/nr-maybe.h: add missing public: to class IsNot.
898         * src/splivarot.{cpp,h}: declare some more functions.  Fix
899         get_nearest_position_on_Path to not crash if you call it with an
900         Item that isn't Shape or Text.
902         * src/node-context.cpp: adapt for changes in splivarot.{cpp,h}.
904         * src/nodepath.cpp: remove declaration of a function now declared
905         in splivarot.h.
907 2005-12-05  Carl Hetherington <inkscape@carlh.net>
909         * src/desktop.cpp, src/tools-switch.cpp,
910         src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp:
911         re-jig #includes slightly.
913         * src/seltrans.{cpp,h}, src/selcue.{cpp,h}: C++-ification and cleanup.
915         * src/select-context.{cpp,h}, src/seltrans-handles.h: adapt for
916         changes to SelTrans.
918         * src/event-context.{cpp,h}: adapt for changes to SelCue.
920         * src/rect-context.cpp, src/gradient-context.cpp: remove unnecessary include.
922         * src/connector-context.h, src/draw-context.h: add a forward
923         declaration.
925         * src/dropper-context.{cpp,h}: remove an unused variable and its
926         associated includes.
928         * src/main.cpp: fix comment for renamed SPSelCue.
930         * src/dialogs/display-settings.cpp: adapt for slightly re-jigged SelCue.
932 2005-12-04  Ted Gould  <ted@gould.cx>
934         * po/POTFILES.in:
936         Adding the .inx files as [type: gettext/xml] so that they will get
937         translated.  Good stuff.
939         * share/extensions/addnodes.inx, share/extensions/ai_input.inx,
940         share/extensions/ai_output.inx, share/extensions/bluredge.inx,
941         share/extensions/dia.inx, share/extensions/dots.inx,
942         share/extensions/dropshadow.inx, share/extensions/dxf_input.inx,
943         share/extensions/dxf_output.inx, share/extensions/embedimage.inx,
944         share/extensions/eps_input.inx, share/extensions/epsi_output.inx,
945         share/extensions/ffmet.inx, share/extensions/ffms.inx,
946         share/extensions/ffset.inx, share/extensions/ffss.inx,
947         share/extensions/gimpgrad.inx, share/extensions/grid.inx,
948         share/extensions/handles.inx, share/extensions/interp.inx,
949         share/extensions/kochify.inx, share/extensions/kochify_load.inx,
950         share/extensions/lindenmayer.inx, share/extensions/motion.inx,
951         share/extensions/pdf_output.inx, share/extensions/ps_input.inx,
952         share/extensions/radiusrand.inx, share/extensions/randompnt.inx,
953         share/extensions/randompos.inx, share/extensions/rtree.inx,
954         share/extensions/sk_input.inx, share/extensions/straightseg.inx,
955         share/extensions/summersnight.inx, share/extensions/svgz_input.inx,
956         share/extensions/svgz_output.inx, share/extensions/txt2svg.inx,
957         share/extensions/wavy.inx, share/extensions/whirl.inx,
958         share/extensions/wmf_input.inx:
960         Marking the user visible strings as translatable.
962         * src/extension/dependency.cpp, src/extension/extension.cpp,
963         src/extension/init.cpp, src/extension/input.cpp, src/extension/output.cpp,
964         src/extension/parameter.cpp:
966         Changed to handle translated .inx files.  They will find the data, and
967         mark the right strings as translated.
969         * src/extension/effect.cpp, src/extension/effect.h, src/interface.cpp:
971         Changed menu handling to be push instead of pull
973 2005-12-02  Carl Hetherington <inkscape@carlh.net>
975         * src/dropper-context.cpp: coding style.
976         * src/sp-namedview.cpp, src/sp-namedview.h, src/desktop.cpp: some
977         C++-ification of SPNamedView.
979 2005-12-01  MenTaLguY  <mental@rydia.net>
981         * src/widgets/desktop-widget.cpp: shuffle status bar around again;
982           add a grippie so we don't have to care about the corner of the window
983           getting covered up
985 2005-12-01  MenTaLguY  <mental@rydia.net>
987         * src/widgets/icon.cpp: refactored a bit around the icon prerendering
988           code and added a timer; also kick off the task immediately rather
989           than waiting for the first expose event
991 2005-12-01  MenTaLguY  <mental@rydia.net>
993         * src/widgets/desktop-widget.cpp:
995           moved zoom selector away from the right edge so it won't get covered
996           by window manager decorations
998 2005-12-01  MenTaLguY  <mental@rydia.net>
1000         * src/help.cpp, src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp:
1002           Moved creation of the splash widget into the about dialog code,
1003           and tweaked the appearance of the dialog in a lot of subtle ways
1004           -- we now use an AspectFrame to constrain the aspect ratio of the
1005           splash view, and also finally get the correct initial size for the
1006           dialog while still allowing it to be arbitrarily resized.
1008 2005-12-01  Carl Hetherington <inkscape@carlh.net>
1010         * src/sp-namedview.cpp: coding style.
1012 2005-12-01  Jon A. Cruz  <jon@joncruz.org>
1014         * src/widgets/icon.cpp: added idle calback pre-render.
1016 2005-11-30  MenTaLguY  <mental@rydia.net>
1018         * src/ui/dialog/aboutbox.cpp: make 'close' button default widget,
1019           and rename "About" tab to "_Splash"
1021 2005-11-30  Carl Hetherington <inkscape@carlh.net>
1023         * src/svg/svg-path.cpp: add missing #include of assert.h for
1024         assert()
1025         * src/dialogs/xml-tree.cpp: fix uninitialised variable
1026         warnings, move some declarations to first use, coding style fixes.
1027         * src/snap.cpp, src/snap.h, src/sp-namedview.cpp: split
1028         snap.{cpp,h} up into snapper.{cpp,h}, grid-snapper.{cpp,h},
1029         guide-snapper.{cpp,h}.  Refactor and simplify.  Add another
1030         namedview_free_snap().
1031         * src/geom.cpp, src/geom.h: cosmetic renaming.
1032         * src/pen-context.cpp: a few minor cleanups to
1033         pen_handle_button_press().  Other snapping cleanups.
1034         * src/draw-context.cpp, src/draw-context.h: split
1035         spdc_endpoint_snap_internal() into two functions.
1036         * src/pencil-context.cpp: snapping cleanups.
1037         * src/ui/widget/unit-menu.cpp: remove definition of a variable
1038         that's just been made static.
1039         
1040 2005-11-26  MenTaLguY <mental@rydia.net>
1042         * src/ui/dialog/aboutbox.cpp, src/ui/dialog/aboutbox.h:
1043           clean up and simplify About dialog; fix memory management (mostly)
1045 2005-11-25  Robert Crosbie <swingincelt@gmail.com>
1047         * replaced sp_repr_ref with direct cal to Inkscape::GC::anchor
1048         * replaced sp_repr_unref with direct call to Inkscape::GC::release
1049         * replaced sp_repr_set_attr with direct call to repr->setAttribute
1051 2005-11-24  MenTaLguY  <mental@rydia.net>
1053         * src/shortcuts.cpp, src/interface.cpp: prune back shortcuts API in
1054           preparation for configurable key bindings work
1056 2005-11-24  MenTaLguY  <mental@rydia.net>
1058         * src/sp-item.cpp: remedy erroneous initialization of doubles with NULL
1060 2005-11-24  MenTaLguY  <mental@rydia.net>
1062         * src/seltrans.cpp: prune dead wood (sp_sel_trans_handle_click)
1064 2005-11-24  MenTaLguY  <mental@rydia.net>
1066         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
1067           src/display/canvas-grid.cpp, src/display/guideline.cpp,
1068           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
1069           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
1070           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
1071           
1072           cosmetic renaming
1074 2005-11-23  Robert Crosbie <swingincelt@gmail.com>
1076         * replaced sp_repr_change_order with direct cal to repr->changeOrder
1077         * replaced sp_repr_add_child with direct call to repr->addChild
1078         * replaced sp_repr_remove_child with direct call to repr->removeChild
1080 2005-11-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1082         * src/ui/dialog/align-and-distribute.h, src/ui/dialog/align-and-distribute.cpp:
1083           Add new action ActionRemoveOverlaps, and add new button & two spin buttons
1084           to the Align & Distribute dialog box, to remove overlaps between objects.
1085         * configure.ac: New directory src/removeoverlap.
1086         * src/Makefile.am: Build new library removeoverlap/libremoveoverlap.a.
1087         * src/Makefile_insert: Link against new library removeoverlap/libremoveoverlap.a.
1089 2005-11-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1091         * packaging/osx-app.sh, packaging/macosx/Resources/bin/inkscape:
1092           Include some missing modules required by gnome-vfs and set shell
1093           variables to point to these modules within the OS X app bundle.
1094           Fixes bug #1363390.
1096 2005-11-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1098         * packaging/osx-app.sh: Fix a typo resulting from last change.
1100 2005-11-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1102         * packaging/osx-app.sh: Add libXinerama.1.dylib to the app bundle 
1103           since users of OS X 10.3.x will not have this file.
1105 2005-11-12  Jon Phillips <jon@rejon.org>
1107         * po/it.po po/sr.po po/sr@Latn.po: Fixed these po files so that 
1108         Inkscape builds okay.
1111 2005-11-12  Ralf Stephan <ralf@ark.in-berlin.de>
1113         * src/ui/view/edit-widget.h, src/ui/view/edit-widget.cpp:
1114           new-gui: made complete statusbar widget, equals old-gui now
1115         * src/widgets/layer-selector.h, src/ui/widget/selected-style.h:
1116           classes have now a constructor with default parameter
1117         * src/ui/widget/zoom-status.cpp: smaller font
1119 2005-11-12  MenTaLguY  <mental@rydia.net>
1121         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
1122           src/display/canvas-grid.cpp, src/display/guideline.cpp,
1123           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
1124           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
1125           src/display/sp-canvas.cpp, src/display/sp-canvas.h,
1126           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
1128           Refactor canvas buffer code a little.   Hint: if you have two flags
1129           and an invariant that one will be false if the other is true and
1130           vice-versa, you can represent them with a single flag.  Fixed
1131           cut-and-paste madness between sp_canvas_buf_ensure_buf and
1132           sp_canvas_clear_buf also.  Finally, renamed sp_canvas_buf_ensure_buf
1133           to sp_canvas_prepare_buf.
1135 2005-11-09  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1137         * src/sp-item.cpp: Call updateRepr before emitting the transformed
1138           signal in sp_item_write_transform.  This fixes bug #1303423.
1140         * packaging/osx-app.sh: Fixes to allow building app bundles on both
1141           OS X 10.4 and earlier versions of the OS without altering the script.
1142           Also, add a note that Inkscape needs to be configured with
1143           --enable-osxapp when building the OS X package.
1145         * po/nl.po: Fix an "Unmatched closing </b>" warning.
1147 2005-11-08  Ralf Stephan <ralf@ark.in-berlin.de>
1149         merged with branch CXXIFICATION_VIEW_AND_WIDGET
1150         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/event-context.cpp,
1151           src/file.cpp, gradient-context.cpp, src/inkscape.cpp, src/interface.cpp,
1152           src/rect-context.cpp, src/select-context.cpp, src/seltrans.cpp,
1153           src/sp-namedview.cpp, src/spiral-context.cpp, src/star-context.cpp,
1154           src/verbs.cpp, dialogs/dialog-events.cpp, src/dialogs/layer-properties.cpp,
1155           src/ui/dialog/dialog.cpp, src/widgets/desktop-widget.cpp,
1156           src/widgets/desktop-widget.h:
1157           move gtk code into desktop-widget.cpp, called via desktop
1158         * src/ui/view/Makefile_insert: added files edit-widget-interface.h,
1159           edit-widget.cpp, edit-widget.h
1160           the EditWidget is the Gtkmm version of the SPDesktopWidget
1161         * src/ui/widget/Makefile_insert: added files ruler.cpp, ruler.h,
1162           svg-canvas.cpp, svg-canvas.h, zoom-status.cpp, zoom-status.h
1163           these are widgets part of the EditWidget
1164         * src/file.cpp, src/inkscape.cpp, src/ui/dialog/dialog.cpp, 
1165           src/ui/dialog/dialog.h, src/application/application.h, 
1166           src/application/application.cpp:
1167           divide code /wrt Application::getNewGui(): if true, it's called by the 
1168           Gtkmm application and the inkscape object is meaningless
1169         * src/application/app-prototype.h:
1170           replace UI specific return value of getWindow() with void*
1171         * src/application/editor.cpp, src/application/editor.h:
1172           made Editor a singleton, collect global UI code here that (for Gtk+)
1173           lives in inkscape.cpp and elsewhere
1174         * src/desktop-events.cpp, src/desktop.cpp, src/event-context.cpp,
1175           src/nodepath.cpp, src/seltrans.cpp:
1176           simplify calls to desktop->set_coordinate_status
1177         * src/desktop-handles.cpp, src/desktop-handles.h, 
1178           src/extension/internal/ps.cpp, src/widgets/gradient-toolbar.cpp, 
1179           src/widgets/toolbox.cpp:
1180           widget is no longer available through desktop
1181         * src/Makefile_insert: added files preferences.h preferences.cpp
1182           src/inkscape.h, src/inkscape.cpp, src/application/editor.cpp:
1183           move preferences handling into preferences.cpp/h
1184         * src/desktop.cpp, src/desktop.h:
1185           use EditWidgetInterface, more cosmetics
1186         * src/desktop.cpp, src/inkview.cpp, src/slideshow.cpp, src/svg-view-widget.cpp,
1187           src/svg-view.cpp, src/svg-view.h, src/ui/view/view.cpp, src/ui/view/view.h:
1188           streamline setDoc()/setDocument() logic
1189         * src/inkview.cpp: include empty func bodies to make linker happy
1191 2005-11-08 ------------0.43
1193 2005-11-06  Ted Gould  <ted@gould.cx>
1195         * 0.43pre2
1197 2005-11-01  Jon A. Cruz  <jon@joncruz.org>
1199         * src/io/base64stream.h, src/io/base64stream.cpp:
1200           Applied modified patch 1341198.
1202 2005-10-31  Jon A. Cruz  <jon@joncruz.org>
1204         * src/verbs.cpp:
1205           Applied patch from RFE 1247694.
1207 2005-10-26  Jon A. Cruz  <jon@joncruz.org>
1209         * share/screens/about.svg:
1210           Trimmed bad lines. Fixed bug 1310742.
1212 2005-10-24  Ted Gould  <ted@gould.cx>
1214         * 0.43pre1
1216 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
1218         * Makefile.mingw, src/io/sys.cpp:
1219           Patch 1334818.
1221 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
1223         * src/main.cpp, src/io/sys.cpp:
1224           Updating Win32 parameter filename handling.
1226 2005-10-22  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1228         * src/connector-context.cpp: Correct two typos.  Fixes bug #1333915.
1230 2005-10-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1232         * src/connector-context.cpp: Fix a bug where undoing creation of 
1233           new connectors revealed intermediate steps.
1235         * src/libavoid/connector.cpp, src/libavoid/connector.h,
1236           src/libavoid/makepath.cpp, src/libavoid/static.cpp:
1237           Applied a couple of libavoid fixes.  One of which addresses
1238           a possible crash bug.
1240 2005-10-19  Ted Gould  <ted@gould.cx>
1242         * 0.43pre0
1244 2005-10-19  Jon A. Cruz  <jon@joncruz.org>
1246         * inkscape32-16.ico: patch 1323419
1248 2005-10-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1250         * src/conn-avoid-ref.cpp: Don't pass avoided objects to libavoid
1251           if they have the 'cloned' flag set.  Fixes bug #1328401.
1253 2005-10-17  Jon A. Cruz  <jon@joncruz.org>
1255         * src/main.cpp, src/io/sys.h, src/io/sys.cpp:
1256           Switched command-line name conversion from filename to locale.
1257           Fixes bug #1250124.
1259 2005-10-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1261         * src/sp-conn-end.cpp: Don't update the repr for the curve while 
1262           manually rerouting connector endpoints.  This speeds up undo/redo
1263           and allows responsive rerouting with the xml editor window open.
1264           Fixes bug #1315489.
1266         * po/ca.po: Fix unclosed <b> found in translations.
1267         
1268 2005-10-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1270         * src/isnan.h: Update to allow compilation on OSX 10.4.
1272         * src/connector-context.cpp, src/connector-context.h,
1273           src/tools-switch.cpp: Allow double-clicking on connectors
1274           in the selector tool to swap to the connector tool.
1276 2005-10-14  Jon A. Cruz  <jon@joncruz.org>
1278         * share/palettes/Makefile.am, share/palettes/Tango-Palette.gpl:
1279           Adding the Tango palette.
1281 2005-10-13  MenTaLguY  <mental@rydia.net>
1283         * share/screens/about.svg: New copy for about dialog; did some
1284           vector clean-up and re-enabled the coffee stains.
1286 2005-10-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1288         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h:
1289           Reroute connector lines if the object itself is moved or
1290           transformed.  Previously a routed line would not unroute if it
1291           was moved away from the blocking objects.  Fixes bug #1303493.
1293 2005-10-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1295         * packaging/macosx/Resources/script, src/path-prefix.h:
1296           Don't assume the OSX app bundle will be named "Inkscape.app".
1297           This caused things like tool icons to disappear if the app
1298           bundle was renamed, e.g., to "Inscape-0.42.2.app".
1299           Fixes bug #1289648.
1301 2005-10-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1303         * src/sp-conn-end-pair.cpp: Fix a bug where connectors could
1304           sometimes be given strange routes if there was a transform on
1305           either of the objects that the connector was attached to.
1307         * src/conn-avoid-ref.cpp, src/sp-conn-end.cpp: Add a call to
1308           sp_document_ensure_up_to_date before checking bounding boxes
1309           in response to a transform signal.  This is because some
1310           objects (e.g., text) will not give the correct bbox until its
1311           update function has been called and its internal representation
1312           has been updated.  This fixes bug #1303523.
1314         * src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
1315           Restore the Connector tool preferences tab.  Use same ordering
1316           for tools as on the toolbar.  Add the standard selection cue
1317           option to the connector tool preferences.  Fixes bug #1303360.
1319 2005-10-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1321         * packaging/osx-app.sh: Include locale files in the OSX package and
1322           a couple of minor updates for building packages on OSX 10.4.x.
1324         * packaging/macosx/Resources/bin/inkscape: Fix a problem in setting
1325           LANG to the current OSX language before launching Inkscape.
1326           With this fix, the Inkscape app bundle will obey the user's
1327           language setting in the system preferences on OSX.
1329 2005-09-30  Ralf Stephan <ralf@ark.in-berlin.de>
1331         * src/desktop.*, src/widget/desktop-widget.cpp:
1332         make empty destructor, fixes #1291009
1334 2005-09-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1336         * Info.plist.in: Associate .svgz files with Inkscape on OSX.
1337           Fixes bug #1307083.
1339 2005-09-27  MenTaLguY  <mental@rydia.net>
1341         * src/gc-anchored.h: emphasize initial refcount
1343         * src/desktop.h, src/svg-view-widget.cpp, src/ui/view/view-widget.cpp,
1344           src/ui/view/view.cpp, src/ui/view/view.h,
1345           src/widgets/desktop-widget.cpp:
1347           Move _whole_ UI::View::View hierarchy over to the garbage collector
1348           and fix anchor imbalances; you can't do this piecemeal.
1350 2005-09-23  Ben Fowler  <bpfowler@users.sourceforge.net>
1352         * autogen.sh: Cleanup error message.
1354 2005-09-20  Carl Hetherington <inkscape@carlh.net>
1356         * src/file.cpp, src/file.h, src/help.cpp: don't replace empty
1357         desktops with help files / tutorials.  Fixes 1249067.
1359 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
1361         * src/jabber_whiteboard/typedefs.h:
1362           gcc4 needs more const correctness, fixes #1294298
1364 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
1366         * src/desktop.h, src/desktop.cpp, src/interface.cpp, 
1367           src/dialogs/layer-properties.cpp, src/ui/view/view.cpp,
1368           src/widgets/desktop-widget.cpp:
1369           correcting old and new oversights, fixes #1290982
1370           
1371 2005-09-15  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
1373         * src/xml/repr-util.cpp (sp_repr_set_double): Split into two
1374           functions (sp_repr_set_svg_double, sp_repr_set_css_double)
1375           according to whether or not an exponent is allowed.  Update callers.
1376           (sp_repr_set_double_default): Remove this unused function.
1378 2005-09-15  Carl Hetherington <inkscape@carlh.net>
1380         * src/object-edit.cpp: fix idiotic bug introduced in previous commit.
1382 2005-09-14  Carl Hetherington <inkscape@carlh.net>
1384         * src/knot.cpp, src/knotholder.cpp: coding style.
1386 2005-09-13  Ralf Stephan <ralf@ark.in-berlin.de>
1388         * src/desktop.h, src/desktop.cpp, src/svg-view.h, src/svg-view.cpp,
1389           src/ui/view/view.h, src/ui/view/view.cpp, src/ui/view/edit.h:
1390             View::setDocument() did not call same function in subclass
1391         * src/widgets/select-toolbar.cpp:   removed usage of SP_DT_WIDGET
1392         * src/desktop.cpp:   removed last sp_desktop_* function names
1394 2005-09-13  Carl Hetherington <inkscape@carlh.net>
1396         * src/object-edit.cpp: Add some comments.  Minor refactoring.
1397         Snap points when editing rectangles; partial fix for bug 1282399.
1399         * packaging/win32/inkscape.nsi: Correct spelling of associations
1400         and associated; fix for bug 1283916.
1402 2005-09-12  Jon A. Cruz  <jon@joncruz.org>
1404         * src/dialogs/iconpreview.cpp, src/dialogs/iconpreview.h,
1405           src/widgets/icon.cpp:
1406           Icon preview now toggles between selection or whole document.
1407           Fixes REF #1281883.
1409 2005-09-12  Ralf Stephan <ralf@ark.in-berlin.de>
1411         * src/widgets/ruler.cpp:   fixed precision problem (bug #1242995)
1413 2005-09-12  Peter Moulder  <pmoulder@bowman.csse.monash.edu.au>
1415         * src/libnrtype/Layout-TNG-Compute.cpp (Calculator::_measureUnbrokenSpan):
1416           Fix line breaking for [supposedly] non-breaking whitespace characters.
1418 2005-09-11  Ralf Stephan <ralf@ark.in-berlin.de>
1420         * po/nl.po:   replaced all instances of "verkleint" with "verkleind"
1421           (bug #1277695)
1423 2005-09-10  Jon A. Cruz  <jon@joncruz.org>
1425         * src/preferences-skeleton.h, src/dialogs/iconpreview.cpp:
1426           Made icon preview sizes configurable. Fixes REF #1281885.
1428 2005-09-08  Carl Hetherington <inkscape@carlh.net>
1430         * src/object-edit.cpp: Coding style in SPRect portion.  Add
1431         Emacs/vim mode blocks.
1433 2005-09-08  Ralf Stephan <ralf@ark.in-berlin.de>
1435         * src/desktop.cpp, src/ui/view/view.cpp:
1436           removed placement new signal construction
1437         * src/desktop.cpp:   selection is no longer anchored
1438         * src/desktop.cpp, src/desktop.h:   further cleanup
1439         * src/main.cpp:   minor changes in doxygen main page
1441 2005-09-08  MenTaLguY  <mental@rydia.net>
1443         * src/xml/document.h, src/xml/session.h, src/xml/simple-session.cpp,
1444           src/xml/simple-session.h:
1446           Add Session and Document createElementNode, createCommentNode,
1447           and createTextNode methods
1449 2005-09-06  Ralf Stephan <ralf@ark.in-berlin.de>
1451         * src/desktop-handles.h, src/desktop-handles.cpp:
1452             added macros SP_DT_MSGSTACK/NAMEDVIEW/WIDGET, moved last
1453                 macros from desktop.h
1454         * src/desktop.h src/desktop.cpp, src/sp-namedview.h, 
1455           src/sp-namedview.cpp:
1456             moved default_metric and default_unit into namedview
1457         * src/desktop.h src/desktop.cpp, src/widgets/desktop-widget.h,
1458           src/widgets/desktop-widget.cpp:
1459             moved window member into desktop widget
1460         * src/dialogs/clonetiler.cpp, src/dialogs/color-picker.cpp,
1461           src/dialogs/desktop-properties.cpp, src/dialogs/dialog-events.cpp ,
1462           src/dialogs/display-settings.cpp, src/dialogs/export.cpp,
1463           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
1464           src/dialogs/transformation.cpp, src/dropper-context.cpp,
1465           src/extension/internal/ps.cpp, src/gradient-context.cpp,
1466           src/jabber_whiteboard/callbacks.cpp,
1467           src/jabber_whiteboard/chat-handler.cpp,
1468           src/jabber_whiteboard/message-processors.cpp,
1469           src/jabber_whiteboard/message-queue.cpp,
1470           src/jabber_whiteboard/session-manager.cpp,
1471           src/path-chemistry.cpp, src/satisfied-guide-cns.cpp,
1472           src/sp-text.cpp, src/text-chemistry.cpp,
1473           src/trace/potrace/inkscape-potrace.cpp,
1474           src/trace/trace.cpp, src/ui/dialog/align-and-distribute.cpp:
1475             removed dependency on desktop.h
1476         * src/arc-context.cpp, src/desktop-events.cpp, src/inkscape.cpp,
1477           src/interface.cpp, src/nodepath.cpp, src/rect-context.cpp,
1478           src/select-context.cpp, src/seltrans.cpp, src/spiral-context.cpp,
1479           src/star-context.cpp, src/text-context.cpp, src/ui/dialog/dialog.cpp,
1480           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp:
1481             minor adaptation due to the above changes
1482         * src/ui/dialog/session-player.cpp:   didn't #include config.h
1483         
1484 2005-09-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1486         * doc/keys.html, doc/keys.xml, share/screens/keys.svg,
1487           src/shortcuts.cpp:
1488           Add keyboard shortcuts for the connector tool -- Ctrl+F2 and 'o'.
1490 2005-09-05  Ralf Stephan <ralf@ark.in-berlin.de>
1492         * src/document.cpp, src/draw-anchor.cpp, src/knotholder.cpp,
1493           src/main.cpp, src/object-ui.cpp, src/selcue.cpp,
1494           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
1495           src/sp-star.cpp, src/sp-symbol.cpp, src/sp-tspan.cpp,
1496           src/dialogs/docker.cpp, src/dialogs/extensions.cpp,
1497           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
1498           src/extension/system.cpp, src/widgets/gradient-vector.cpp,
1499           src/jabber_whiteboard/session-file-player.cpp,
1500           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
1501           src/widgets/spw-utilities.cpp, src/extension/implementation/script.cpp,
1502           src/ui/dialog/transformation.cpp, src/seltrans.h,
1503           src/widgets/sp-widget.h:
1504             removed dependency on desktop.h
1505         * src/select-context.cpp, src/tools-switch.cpp, 
1506           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
1507           src/dialogs/object-properties.cpp, src/dialogs/clonetiler.cpp:
1508             added dependencies because of above changes
1509         
1510 2005-09-04  Kees Cook  <kees@outflux.net>
1512         * TRANSLATORS, Makefile.am, src/verbs.cpp, src/help.cpp,
1513           src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp,
1514           src/menus-skeleton.h, src/ui/dialog/Makefile_insert:
1515           Implemented AboutDialog following the Gnome style.
1516         * packaging/win32/inkscape.nsi: added quotes around execution name.
1518 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
1520         * src/desktop.cpp, src/dropper-context.cpp, src/forward.h,
1521           src/interface.cpp, src/main.cpp, src/sp-anchor.cpp,
1522           src/sp-text.cpp, src/splivarot.cpp, src/svg-view-widget.cpp,
1523           src/svg-view-widget.h, src/svg-view.h, src/extension/effect.h,
1524           src/extension/implementation/plugin-link.h, 
1525           src/jabber_whiteboard/session-manager.cpp,
1526           src/ui/dialog/dialog.cpp, src/ui/view/edit.h, 
1527           src/ui/view/view-widget.cpp, src/ui/view/view-widget.h,
1528           src/ui/view/view.cpp, src/ui/view/view.h:
1529             minor edits to completely remove SPView identifier, and some
1530                 dependencies
1532 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1534         * src/sp-conn-end-pair.cpp: Fix a crash bug when undoing connectors
1535           on Linux x86 where we were calling a signal destructor.
1537         * src/io/sys.cpp: Build fix - conditionally include <glib/gstdio.h>
1538           if using glib 2.6.0 or greater, since it is not available in earlier
1539           versions.
1541 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
1543         * src/svg-view-widget.h, src/svg-view-widget.cpp, src/Makefile_insert:
1544             separated SPSVGViewWidget from SPSVGView
1545         * src/desktop.h, src/svg-view.h, src/ui/view/edit.h,
1546           src/ui/view/view-widget.h, src/ui/view/view.h,
1547           src/widgets/desktop-widget.h, src/desktop.cpp,
1548           src/svg-view.cpp, src/ui/view/view-widget.cpp,
1549           src/ui/view/view.cpp, src/widgets/desktop-widget.cpp:
1550             moved SPDesktop from GObject to C++/sigc++
1551         * src/forward.h: 
1552             removed SP_DESKTOP*, SP_SVG_VIEW* macros and dependencies
1553         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
1554             changed to sigc++ but disabled call
1555         * src/desktop-events.cpp:  removed desktop_enter_notify()
1556         * src/sp-anchor.cpp:  removed handling of mouse over/out
1557         * src/helper/action.h, src/sp-use.cpp:  added missing dependency
1558         * src/arc-context.cpp, src/desktop-affine.cpp, src/desktop-events.cpp,
1559           src/desktop-handles.cpp, src/dyna-draw-context.cpp,
1560           src/event-context.cpp, src/file.cpp, src/gradient-context.cpp,
1561           src/gradient-drag.cpp, src/help.cpp, src/inkscape.cpp,
1562           src/inkview.cpp, src/interface.cpp, src/knot.cpp,
1563           src/knotholder.cpp, src/node-context.cpp, src/nodepath.cpp,
1564           src/object-ui.cpp, src/path-chemistry.cpp, src/rect-context.cpp,
1565           src/rubberband.cpp, src/satisfied-guide-cns.cpp,
1566           src/select-context.cpp, src/selection-chemistry.cpp,
1567           src/seltrans.cpp, src/shortcuts.cpp, src/slideshow.cpp,
1568           src/sp-anchor.cpp, src/sp-flowtext.cpp, src/sp-namedview.cpp,
1569           src/sp-text.cpp, src/spiral-context.cpp, src/splivarot.cpp,
1570           src/star-context.cpp, src/text-context.cpp, src/text-editing.cpp,
1571           src/tools-switch.cpp, src/verbs.cpp, src/zoom-context.cpp,
1572           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
1573           src/dialogs/dialog-events.cpp, src/dialogs/export.cpp,
1574           src/dialogs/filedialog.cpp, src/dialogs/iconpreview.cpp,
1575           src/dialogs/layer-properties.cpp, src/dialogs/stroke-style.cpp,
1576           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp,
1577           src/extension/effect.cpp, src/extension/implementation/script.cpp,
1578           src/extension/internal/grid.cpp, src/extension/internal/ps.cpp,
1579           src/helper/window.cpp, src/ui/dialog/dialog.cpp,
1580           src/ui/widget/imageicon.cpp, src/widgets/gradient-toolbar.cpp,
1581           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
1582           src/widgets/toolbox.cpp:
1583             minor adaptations due to the above changes
1584         * src/desktop-events.h:  removed dependencies 
1585         * src/selection.cpp:  improved doxygen documentation
1586         
1587 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1589         * src/connector-context.cpp: Fix a bug where a data structure was
1590           not being freed, triggering an assertion failure and Inkscape to
1591           crash sometimes when the connector tool context was switched.
1593 2005-09-03  Aaron Spike <aaron@ekips.org>
1595         * src/node-context.cpp, src/livarot.cpp: Fixing a problem where node
1596           adding and curve dragging operate on fills. A special thank you to
1597           Simon Budig of GIMP fame for working with me and giving very 
1598           thorough explanations of his curve dragging code.
1600 2005-09-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1602         * src/libavoid/connector.cpp, src/libavoid/connector.h: Autoroute
1603           connectors while they are being drawn in the connector context.
1605         * src/sp-conn-end.cpp: Fix a bug where connectors attached to shapes
1606           were not always getting updated.  Their path was sometimes thought
1607           to be valid even when it was not.
1609 2005-09-02  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1611         * src/sp-conn-end.cpp: Fix a bug where connectors not attached to
1612           shapes were not updating correctly if an object was dropped on
1613           their path.
1615 2005-09-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1617         * src/sp-conn-end.cpp, src/sp-conn-end.h, src/sp-conn-end-pair.cpp,
1618           src/sp-conn-end-pair.h, src/sp-path.cpp, src/libavoid/graph.cpp,
1619           src/libavoid/incremental.cpp:
1621         Connectors now automagically reroute as a result of any 'avoided'
1622         object being placed on their path.  They also update to better
1623         paths when blocking shapes are removed.
1624          
1625         * src/connector-context.cpp: Update TODO list.  Only show endpoints
1626           and allow manipulation of paths marked as connectors.
1628         * src/libavoid/connector.cpp, src/libavoid/connector.h: Connectors
1629           with invalid paths can now notify other code via a callback,
1630           rather than just setting a boolean flag.
1632         * src/conn-avoid-ref.cpp: Fix an obscure crash bug in the connector
1633           routing code where we were still using a freed data structure.
1635 2005-08-31  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1637         * src/conn-avoid-ref.cpp, src/conn-avoid-ref.h: Use the correct
1638           coordinate system when passing shape geometry to libavoid.
1639           Add a small amount of buffer space around objects.
1640         
1641         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
1642           src/path.cpp: Add code to handle the "inkscape:connector-type"
1643           attribute.
1645         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h: Store information
1646           about type paths, to determine whether they are connectors.  Keep
1647           a reference to the libavoid representation if necessary.  Add code
1648           to call libavoid to get a path for a connector.
1649         
1650         * src/sp-conn-end.cpp: Call the connector routing code when connector
1651           ends are moved.  Move connector endpoints rather than stretching
1652           when adjusting to draw to shape edge.
1653           
1654         * src/libavoid/connector.cpp, src/libavoid/connector.h: Make the
1655           connector references aware of their own initialisation state.
1657         * src/connector-context.cpp:  Update TODO list.  Update for other
1658           changes.  Fix a bug where multi-segment connectors had a solid
1659           black fill while being dragged.
1661         * src/display/curve.cpp, src/display/curve.h: Add a function to 
1662           simply move the two endpoints of a curve.
1664 2005-08-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1666         * src/conn-avoid-ref.cpp, src/libavoid/connector.cpp,
1667           src/libavoid/graph.cpp, src/libavoid/makepath.cpp,
1668           src/libavoid/shape.cpp, src/libavoid/vertices.cpp,
1669           src/libavoid/vertices.h, src/libavoid/visibility.cpp:
1671         Use a better system for unique IDs within libavoid.  This properly
1672         addresses a hack in SPAvoidRef that was unsafe on amd64 machines.
1674         * configure.ac: Add the src/libavoid subdir.
1675         
1676 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1678         * src/attributes.cpp, src/connector-context.cpp, src/sp-item.cpp:
1679           Use "inkscape:connector-avoid" instead of "inkscape:avoid".
1681 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1683         * src/libavoid/timer.cpp: Remove some code assuming a fixed size for
1684           timer types.
1686 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1688         * src/connector-context.cpp: Fix a problem where the context didn't
1689           notice the current selection when it was entered.  Also, fix a 
1690           problem where connectors disappeared for a moment when an endpoint
1691           was clicked (for rerouting), but before the mouse was moved.
1693 2005-08-29      David Yip               <yipdw@rose-hulman.edu>
1695         * src/ui/dialog/whiteboard-connect.{cpp,h},
1696           src/ui/dialog/whiteboard-sharewithchat.{cpp,h}:
1697           Improved widget layout (switched to Gtk::Table)
1699         * src/jabber_whiteboard/session-manager.cpp:
1700           Fixed crash that occurred when connecting via SSL to a Jabber
1701           server that does not support SSL
1702           
1703 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1705         * src/Makefile_insert, src/attributes-test.cpp, src/attributes.cpp,
1706           src/attributes.h, src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
1707           src/forward.h, src/sp-item.cpp, src/sp-item.h:
1708          
1709           Add code that handles the "inkscape:avoid" attribute, used to mark
1710           whether an item should be avoided for the purposes of routing
1711           connectors.  This code also calls libavoid when an 'avoided'
1712           item is moved/transformed.
1713         
1714         * src/connector-context.cpp, src/connector-context.h,
1715           src/widgets/toolbox.cpp:
1716           
1717           Add a couple of buttons to the connector context's toolbar to
1718           allow selected objects to be marked as avoided or ignored for the
1719           purpose of connector routing.
1720           
1721         * src/libavoid/debug.h, src/libavoid/geomtypes.h, 
1722           src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
1723           src/libavoid/shape.cpp:
1724         
1725           Misc fixes: turn off debugging output, put types in the Avoid
1726           namespace, and add an assertion for a special case that can
1727           cause problems.
1729 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1731         * share/icons/icons.svg: Add a couple of icons for the connector
1732           context toolbar.
1734 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1736         * src/Makefile.am, src/Makefile_insert, src/libavoid/*:
1737           Add libavoid code, the library that does all the path planning
1738           work for autorouting connectors.
1740 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1742         * src/Makefile_insert: Remove a reference to the previously moved
1743           src/desktop-widget.h.  This wasn't breaking the build, but was
1744           stopping me from generating tags files.
1745           
1746 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
1748         * src/ui/view/edit.h, src/ui/view/view.h, src/ui/view/view.cpp,
1749           src/ui/view/view-widget.h, src/ui/view/view-widget.cpp,
1750           src/widgets/desktop-widget.h, src/svg-view.h, src/desktop.cpp:
1751             separated SPViewWidget from SPView
1752         * src/connector-context.cpp, src/dyna-draw-context.cpp,
1753           src/file.cpp, src/gradient-context.cpp, src/knot.cpp,
1754           src/node-context.cpp, src/nodepath.cpp, src/path-chemistry.cpp,
1755           src/pen-context.cpp, src/pencil-context.cpp, src/rect-context.cpp,
1756           src/selection-chemistry.cpp, src/spiral-context.cpp,
1757           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
1758           src/text-context.cpp, src/verbs.cpp, src/dialogs/display-settings.cpp,
1759           src/dialogs/layer-properties.cpp, src/dialogs/find.cpp,
1760           src/dialogs/clonetiler.cpp, src/trace/trace.cpp,
1761           src/trace/potrace/inkscape-potrace.cpp:
1762             all these files relied on a dependency in view.h to include
1763           code for MessageStack and/or MessageContext which is now removed
1764         * dialogs/desktop-properties.cpp:   improved doxygen documentation
1765         
1766 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
1768         * src/desktop.cpp, src/widgets/desktop-widget.h, 
1769           src/widgets/desktop-widget.cpp: 
1770           abstracted out all Gtk+ calls from SPDesktop into SPDesktopWidget
1771         * src/Doxyfile, src/main.cpp, src/desktop.cpp:
1772           improved doxygen documentation
1773           
1774 2005-08-25  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1776         * src/connector-context.cpp, src/connector-context.h:
1777           Change the connector context to use Inkscape's standard selection
1778           mechanism.  Show connector endpoint handles for single connectors
1779           in the selection.  This is the proposed interaction changes as
1780           discussed on the mailing list.  See the post there for a greater
1781           description of the change.
1783 2005-08-24  Ralf Stephan <ralf@ark.in-berlin.de>
1785         * src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
1786           separated SPDesktopWidget from SPDesktop
1787         * src/desktop-widget.h:   removed
1788         * src/toolbox.cpp, src/toolbox.h, src/select-toolbar.cpp,
1789           src/select-toolbar.h, src/gradient-toolbar.cpp, 
1790           src/gradient-toolbar.h:   moved into src/widgets
1791         * src/desktop.h, src/desktop.cpp, src/desktop-events.cpp,
1792           src/verbs.cpp, src/Makefile_insert, src/widgets/Makefile_insert,
1793           src/arc-context.cpp, src/dyna-draw-context.cpp,
1794           src/gradient-context.cpp, src/rect-context.cpp,
1795           src/select-context.cpp, src/spiral-context.cpp,
1796           src/star-context.cpp, src/interface.cpp, src/seltrans.cpp:
1797           adapted following SPDesktopWidget separation
1798         
1799 2005-08-24      David Yip       <yipdw@rose-hulman.edu>
1801         * src/jabber_whiteboard/session-manager.{cpp.h},
1802           src/jabber_whiteboard/callbacks.cpp,
1803           src/ui/dialog/whiteboard-connect.{cpp,h}:
1804           added support for XMPP over SSL to Inkboard
1806 2005-08-22  Ralf Stephan <ralf@ark.in-berlin.de>
1808         * src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp:
1809           both dialogs are now unresizable (bug #1237865)
1810         * src/main.cpp: enhanced doxygen main page
1812 2005-08-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1814         * packaging/osx-app.sh: Added a command line option which allows
1815           the executable and bundled dylibs to be stripped, significantly
1816           reducing the package size.
1818 2005-08-20  Ralf Stephan <ralf@ark.in-berlin.de>
1820         * src/desktop-style.cpp: fixed bug 1247989: nonstroked objects are
1821           no longer counted in stroke_average_width()
1822         * src/Doxyfile: added 3 more files
1823         * src/main.cpp: introduced doc hierarchy on doxygen main page
1824         * src/desktop-style.cpp:  improved doxygen documentation
1825           
1826 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1828         * src/connector-context.cpp, src/connector-context.h:
1829           Rework connector context to extend SPEventContext instead of
1830           SPDrawContext, and remove most of the borrowed draw context
1831           code.
1833 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1835         * src/menus-skeleton.h: correct the verb for "Select All In All Layers"
1836           since it was just showing a verb error in the menu.
1838 2005-08-19  Kees Cook  <kees@outflux.net>
1840         * autogen.sh, tools-version.sh, distro: report Ubuntu correctly, detect
1841           and reject unsafe automake versions (1.9.0 -> 1.9.6).
1843 2005-08-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1845         * src/dialogs/display-settings.cpp:
1846           Align the "Oversample bitmaps" option in the preferences
1847           dialog with all the other options.
1849 2005-08-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1851         * src/Makefile_insert: Added connector-context.{cpp,h}
1853         * src/connector-context.cpp, src/connector-context.h: New code for
1854           the connector context.  Handles the interaction of creating and
1855           modifying connectors.
1857         * src/sp-conn-end.cpp, src/sp-conn-end.h: Added sp_conn_adjust_path
1858           for adjusting the path of connectors to the edge of shapes, and
1859           sp_conn_end_detach to detach a connector endpoint from a shape.
1860           Also, when there is only a single shape attached to a connector
1861           and it is moved, then reroute the connector leaving its unattached
1862           endpoint where it is, rather than just moving the whole thing with
1863           the shape.
1865         * src/preferences-skeleton.h, src/toolbox.cpp, src/tools-switch.cpp,
1866           src/tools-switch.h, src/verbs.cpp, src/verbs.h,
1867           src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
1869           Enable the connector context.  Give it a preferences tab, toolbox,
1870           icon, etc.  Also, correct some vim modelines.
1871           
1872         * src/display/sp-canvas.cpp: Allow enter and leave events to be generated
1873           for canvas items when mouse buttons are depressed.
1875         * src/pixmaps/cursor-connector.xpm: A cursor for connector context.
1877 2005-08-18  Jon A. Cruz  <jon@joncruz.org>
1879         * src/knot.cpp: Corrected type conflict for crash bugs.
1881 2005-08-18  Ralf Stephan <ralf@ark.in-berlin.de>
1883         * src/Doxyfile: added 4 more files
1884         * src/extension/implementation/plugin-link.h,
1885           src/extension/internal/gimpgrad.cpp:  improved doxygen documentation
1886           
1887 2005-08-16  Ralf Stephan <ralf@ark.in-berlin.de>
1889         * src/desktop.h, src/desktop.cpp: replaced gboolean with bool
1890         * src/display/curve.cpp: made is_moveto() inline
1891         * src/knot.cpp, src/extension/extension.cpp, src/helper/action.cpp:
1892           added editor footer
1893         * src/desktop.h, src/desktop.cpp, src/knot.cpp, src/sp-gradient.cpp,
1894           src/display/curve.cpp, src/extension/extension.cpp,
1895           src/extension/implementation/plugin.h, 
1896           src/extension/implementation/plugin.cpp,
1897           src/extension/internal/gimpgrad.cpp, src/helper/action.cpp:
1898           improved doxygen documentation
1900 2005-08-14  MenTaLguY  <mental@rydia.net>
1902         * src/widgets/layer-selector.cpp: quick fix for crash bug when
1903           deleting unnamed layer [bug 1255843]
1905 2005-08-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1906         
1907         * packaging/macosx/ScriptExec/main.c: Allow the user to ignore the
1908           automatic fixing of the fontconfig problem and fix the problem
1909           manually.  Don't pop up the dialog again in this case when they
1910           relaunch Inkscape.
1912 2005-08-13  Ralf Stephan <ralf@ark.in-berlin.de>
1914         * src/menus-skeleton.h: fixed cvs bug where, in the default menus.xml, 
1915           given submenus didn't have correct names, so translation on 
1916           non-English systems was missed.
1917         
1918 2005-08-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1920         * packaging/macosx/Resources/script, packaging/macosx/ScriptExec/main.c:
1922         Fix for the fontconfig cache problem on OS X 10.4.  The first time 
1923         Inkscape is launched on 10.4 machines, after checking X11 is available,
1924         a dialog is brought up informing users of the fontconfig problem.  The
1925         dialog has a button to run fc-cache as root.  If chosen, an OS X
1926         authentication dialog in launched and fc-cache is run following the
1927         authentication.  A file is stored in ~/.inkscape to mark that fc-cache
1928         has been run.
1929         
1930 2005-08-11  Ralf Stephan <ralf@ark.in-berlin.de>
1932         * src/sp-gradient.cpp,src/sp-gradient-fns.h,src/event-context.h,
1933           src/event-context.cpp:  replaced gboolean with bool
1934         * src/document-undo.cpp:  added editor footer
1935         * src/sp-gradient.cpp, src/desktop.cpp, src/document.h,
1936           src/document.cpp, src/document-undo.cpp, src/event-context.h,
1937           src/event-context.cpp, src/selection.h:
1938           improved doxygen documentation
1940 2005-08-10      David Yip       <yipdw@rose-hulman.edu>
1942         * src/Makefile_insert: added composite-undo-stack-observer.{cpp,h}
1944         * src/document.{cpp.h},
1945           src/document-undo.cpp, src/document-private.h: 
1946           added hooks for undo stack observer
1948         * src/jabber_whiteboard/Makefile_insert: added new classes
1950         * src/jabber_whiteboard/callbacks.cpp: moved document initialization actions
1951           here (not the best idea, admittedly...)
1953         * src/jabber_whiteboard/connection-establishment.cpp,
1954           src/jabber_whiteboard/session-manager.*,
1955           src/jabber_whiteboard/chat-handler.cpp: updated to work with new listeners
1957         * src/jabber_whiteboard/message-contexts.cpp,
1958           src/jabber_whiteboard/message-handler.*,
1959           src/jabber_whiteboard/message-tags.*,
1960           src/jabber_whiteboard/defines.h: new message types (TODO: trim out dead
1961           types)
1963         * src/jabber_whiteboard/message-queue.*,
1964         * src/jabber_whiteboard/message-node.h: made MessageNode capable of
1965           representing more message types, as required by callbacks.cpp
1966           and new commit model
1968         * src/jabber_whiteboard/message-utilities.*: new utilities, although
1969           this entire class should be going bye-bye soon (its main tasks have been
1970           taken over by SerializerNodeObserver)
1972         * src/jabber_whiteboard/node-tracker.*: removal of node-level locks
1974         * src/jabber_whiteboard/node-utilities.*: removal of unnecessary methods;
1975           this class should also be removed soon
1977         * src/jabber_whiteboard/session-file-selector.cpp: miscellaneous tweaks
1979         * src/jabber_whiteboard/typedefs.h: new type definitions to handle the new
1980           commit model (TODO: prune unnecessary types)
1982         * src/xml/event.cpp: small hack to get Inkboard working (shouldn't be
1983           there, but I'm still learning my way around XML::Node and
1984           XML::Session...help welcome)
1986         * src/undo-stack-observer.h: interface for classes that watch undo, redo,
1987           and undo log commit events
1989         * src/composite-undo-stack-observer.*: similar to CompositeNodeObserver;
1990           combines multiple undo stack observers
1992         * src/jabber_whiteboard/serializer-node-observer.*: XML::Event serializer
1994         * src/jabber_whiteboard/deserializer.*: XML::Event deserializer
1996         * src/jabber_whiteboard/tracker-action-observer.*: simple observer to
1997           watch for added and removed nodes in undo/redo actions (put aside for
1998           now)
2000         * src/jabber_whiteboard/undo-stack-observer.*: Inkboard's undo stack
2001           observer implementation
2003 2005-08-10  Ralf Stephan <ralf@ark.in-berlin.de>
2005         * src/main.cpp: introduced doxygen doc main page with links
2007 2005-08-09  Ralf Stephan <ralf@ark.in-berlin.de>
2009         * src/Doxyfile: added 5 more files
2010         * src/display/curve.h, src/display/curve.cpp, src/knot.cpp,
2011           src/dialogs/export.cpp: replaced gboolean with bool
2012         * src/display/curve.cpp: removed sp_curve_finish() as it is nowhere 
2013           called, made sp_curve_ensure_space() static
2014         * src/sp-object.cpp, src/sp-item.cpp, src/libnr/n-art-bpath.h,
2015           src/libnr/nr-path-code.h, src/ui/view/view.cpp, src/dialogs/export.cpp,
2016           src/display/bezier-utils.cpp, src/display/curve.h,
2017           src/display/curve.cpp, src/knot.h, src/knot.cpp:
2018           improved doxygen documentation
2020 2005-08-08  MenTaLguY  <mental@rydia.net>
2022         * README.txt, README: make autotools happy
2024 2005-08-06  MenTaLguY  <mental@rydia.net>
2026         * Makefile.am, HACKING, HACKING_de, HACKING_fr, HACKING_it,
2027           HACKING.txt, HACKING.de.txt, HACKING.fr.txt, HACKING.it.txt,
2028           README, README_ca, README_de, README_fr, README_it,
2029           README.txt, README.ca.txt, README.de.txt, README.fr.txt, README.it.txt:
2031           saner filenames
2033 2005-08-06  MenTaLguY  <mental@rydia.net>
2035         * src/xml/Makefile_insert, src/xml/log-builder.cpp,
2036           src/xml/log-builder.h, src/xml/simple-session.cpp,
2037           src/xml/simple-session.h:
2039           Implement XML::LogBuilder class and use it from XML::SimpleSession.
2041 2005-08-06  MenTaLguY  <mental@rydia.net>
2043         * src/xml/event.h, src/xml/event.cpp, src/xml/event-fns.h:
2044           rejigger the way XML event logs are handled, based on NodeObservers
2046 2005-08-06  MenTaLguY  <mental@rydia.net>
2048         * src/xml/simple-session.cpp: minor formatting cleanups
2050 2005-08-06  Ted Gould <ted@gould.cx>
2052         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
2054         Adding in a hash table for Verb ID lookups.  This makes searching for them
2055         in the dynamic menus much faster.
2057 2005-08-06  Ralf Stephan <ralf@ark.in-berlin.de>
2059         * src/sp-offset.cpp: 
2060           removed a dependency, made refresh_offset_source() static
2061         * src/svg-view.cpp, src/svg-view.h, src/sp-spiral.cpp, src/sp-spiral.h: 
2062           replaced gboolean with bool
2063         * src/sp-offset.cpp, src/sp-root.cpp, src/sp-stop.h, src/sp-spiral.h,
2064           src/sp-spiral.cpp, src/svg-view.h, src/svg-view.cpp, src/style.cpp:
2065           improved doxygen documentation
2066         
2067 2005-08-05  MenTaLguY  <mental@rydia.net>
2069         * inkscape.spec.in: include translated manpages
2071 2005-08-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2073         * po/nl.po: fix a typo: close a bold tag.
2075 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2077         * src/jabber_whiteboard/typedefs.h:
2078           fixed incorrect template specialization syntax,
2079           removed duplicate definitions (oops...)
2081         * src/gc-alloc.h:
2082           removed explicit keyword from allocator constructors, as it is
2083           necessary to allow implicit conversion for rebinding.  Some
2084           containers in the libstdc++ in GCC 3.4.x require this, such as anything
2085           using the standard library's red-black tree implementation --
2086           std::set, std::map, std::multimap
2088 2005-08-03  Ralf Stephan <ralf@ark.in-berlin.de>
2090         * src/pen-context.cpp: made sp_pen_context_root_handler static
2091         * src/snap.h: removed getSnapToBBox() declaration
2092         * src/sp-stop.h: removed three dependencies
2093         * src/Doxyfile: added further 3 files
2094         * src/object-hierarchy.cpp, src/pen-context.h, src/pen-context.cpp,
2095           src/pencil-context.h, src/pencil-context.cpp, src/snap.h, 
2096           src/snap.cpp, src/sp-stop.h, src/sp-gradient.h, src/sp-gradient.cpp,
2097           src/sp-linear-gradient.h, src/sp-radial-gradient.h:
2098           improved doxygen documentation
2100 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2102         * src/jabber_whiteboard/Makefile_insert,
2103           src/jabber_whiteboard/message-handler.cpp,
2104           src/jabber_whiteboard/empty.cpp:
2105           fixing some build issues (Apple's ar doesn't like creating
2106           archives with an empty member list, so empty.cpp is a null
2107           placeholder to be used as the sole member in the jabber_whiteboard
2108           archive in the event that a user does not wish to enable
2109           Inkboard)
2111 2005-08-02  Bryce Harrington <bryce@bryceharrington.org>
2113         * src/ui/dialog/*.*:  Update copyrights
2115         * doc/WISHLIST:  s/Sodipodi/Inkscape/
2117         * src/desktop.cpp:  Rename SPView to Inkscape::UI::View::View
2119         * changing include file syntax from "" to <> where appropriate
2121         * Changing copyrights to be consistent
2123 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2125         * src/menus-skeleton.h:
2126           added WITH_INKBOARD ifdef to prevent Inkboard options from being
2127           compiled into the menu skeleton if the Inkboard code is not enabled
2129 2005-08-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2131         *  src/display/curve.cpp: Correctly free an array with "delete []".
2133 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
2135         * src/jabber/whiteboard/node-tracker.cpp:
2136           removed unnecessary anchoring of XML::Nodes in XMLNodeTracker
2138 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
2140         * src/jabber_whiteboard/typedefs.h:
2141           moved back to GC::Alloc from traceable_allocator
2143         * src/jabber_whiteboard/node-tracker.cpp:
2144           fixed anchor-release problem with XML::Nodes in XMLNodeTracker
2146 2005-08-01  MenTaLguY  <mental@rydia.net>
2148         * src/gc.cpp, src/gc-core.h: Hans says it's okay to use
2149           GC_malloc_atomic_uncollectable
2151 2005-08-01  MenTaLguY  <mental@rydia.net>
2153         * src/gc-alloc.h: fix improper allocation size
2155 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
2157         * src/jabber_whiteboard/message-handler.cpp: removed some
2158           debug output
2160         * src/dialogs/whiteboard-sharewithchat.cpp: removed some excess
2161           debugging code
2163         * src/jabber_whiteboard/session-manager.cpp: removed 
2164           redundant if (x == NULL) tests surrounding delete
2166 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
2168         * src/ui/icons.cpp, src/ui/stock-items.cpp, src/ui/stock.cpp, 
2169           src/ui/stock.h:
2170           added Inkboard UI stock items
2172         * src/dialogs/whiteboard*:
2173           old C/Gtk Inkboard dialogs for collecting user input necessary
2174           to establish Jabber connections and Inkboard sessions (they're
2175           still used in some parts of the Inkboard code)
2177         * src/Makefile.am, src/Makefile_insert, src/desktop.cpp, 
2178           src/desktop.h, src/document.cpp, src/file.cpp, src/file.h,
2179           src/menus-skeleton.h, src/verbs.cpp, src/verbs.h:
2180           added necessary UI code to access Inkboard functions
2182         * src/jabber_whiteboard/Makefile_insert,
2183           src/jabber_whiteboard/buddy-list-manager.*,
2184           src/jabber_whiteboard/callbacks.*,
2185           src/jabber_whiteboard/chat-handler.*,
2186           src/jabber_whiteboard/connection-establishment.*,
2187           src/jabber_whiteboard/defines.h,
2188           src/jabber_whiteboard/error*,
2189           src/jabber_whiteboard/internal-constants.*,
2190           src/jabber_whiteboard/invitation-confirm-dialog.*,
2191           src/jabber_whiteboard/jabber-handlers.*,
2192           src/jabber_whiteboard/makefile*,
2193           src/jabber_whiteboard/message-*,
2194           src/jabber_whiteboard/node-*,
2195           src/jabber_whiteboard/received-message-helpers.cpp,
2196           src/jabber_whiteboard/player-functors.*,
2197           src/jabber_whiteboard/session-*,
2198           src/jabber_whiteboard/tracker-node.h,
2199           src/jabber_whiteboard/typedefs.h:
2200           Initial commit of Inkboard code
2201         * src/ui/dialog/session-player*,
2202           src/ui/dialog/whiteboard*:
2203           C++/Gtkmm replacements for some old C/Gtk dialogs
2204         * configure.ac:
2205           added Inkboard configure checks
2206         * src/ui/view/edit.cpp,
2207           src/ui/view/edit.h,
2208           src/ui/view/view.cpp:
2209           added Inkboard code stubs to new Gtkmm code
2210         * share/ui/menus-bars.xml:
2211           added Inkboard code stubs to menu UI XML
2213 2005-08-01  Ralf Stephan <ralf@ark.in-berlin.de>
2215         * src/sp-object.cpp: improved doxygen documentation
2217 2005-07-31  Ralf Stephan <ralf@ark.in-berlin.de>
2219         * src/nodepath.cpp: removed three dependencies
2221 2005-07-31  MenTaLguY  <mental@rydia.net>
2223         * src/sp-object.cpp, src/sp-object.h, src/sp-use.cpp:
2224           adopt more consistent refcounting policy
2226         * src/sp-object.h: make second parameter to sp_object_ref and
2227           sp_object_unref optional
2229 2005-07-30  Ralf Stephan <ralf@ark.in-berlin.de>
2231         * src/draw-anchor.cpp, src/nodepath.h: reduced dependencies
2232         * src/nodepath.cpp: removed duplicate dependency, added two from 
2233           nodepath.h, made triangle_area() inline
2234         * src/node-context.cpp: added dependency removed from nodepath.h
2235         * src/Doxyfile: added 2 further files to the scanned list
2236         * src/nodepath.h: moved function docs into nodepath.cpp
2237         * src/color.cpp: made file work with src/Doxyfile
2238         * src/color.cpp, src/draw-anchor.cpp, src/geom.cpp, src/nodepath.cpp:
2239           improved doxygen documentation
2240         * src/event-context.cpp: added a \todo
2241         * src/geom.cpp: added editor footer
2243 2005-07-30  Ted Gould  <ted@gould.cx>
2245         * src/Makefile_insert, src/inkscape.cpp, src/inkscape.h,
2246         src/interface.cpp, src/selection.cpp, src/verbs.cpp, src/verbs.h,
2247         src/extension/effect.cpp, src/extension/effect.h, src/menus-skeleton.h:
2249         Doing two things.  One, making menus configurable by an external xml file
2250         and the second is enabling sensitivity in the verbs.  These are both in
2251         pretty basic states right now, but workable.
2253 2005-07-29  MenTaLguY  <mental@rydia.net>
2255         * src/shortcuts.cpp: made Ctrl+Shift+G the "primary" ungroup shortcut
2257 2005-07-28  Carl Hetherington  <inkscape@carlh.net>
2259         * src/arc-context.cpp: CodingStyle.  Replace gboolean with bool.
2261         * src/desktop-events.cpp: CodingStyle: whitespace.  Add editor
2262         variables block.  gboolean exorcism.  Declaration-to-first-use fixes.
2263         
2265 2005-07-27  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2267         * src/style.h (SP_SCALE24_MAX): Change from 0xffffff to 0xff0000,
2268           and add documentation for choice of value.
2269           (SP_SCALE24_TO_FLOAT) Return a double instead of a float.
2270           (SP_SCALE24_FROM_FLOAT) Change rounding behaviour.
2271           These changes are intended to combat float rounding bugs on x86.
2273         * src/style.cpp (sp_style_merge_from_style_string): Use libcroco
2274           to parse style="..." attribute strings, to improve CSS parsing.
2276 2005-07-27  Ralf Stephan <ralf@ark.in-berlin.de>
2278         * src/Doxyfile: added 10 further files to the scanned list
2279         * src/gc-anchored.h, src/gc-managed.h, src/object-hierarchy.h, 
2280           src/pencil-context.h, src/selection.h, src/sp-object.h, src/sp-spiral.h, 
2281           src/svg-view.h, src/verbs.h, src/livarot/float-line.h, src/util/list.h, 
2282           src/widgets/paint-selector.h, src/xml/repr.h: 
2283           made file work with src/Doxyfile
2284         * src/livarot/int-line.h, src/livarot/float-line.h: 
2285           moved part of documentation into *.cpp file
2286         * src/gc-anchored.h, src/knot-holder-entity.h, src/nodepath.h, 
2287           src/pen-context.h, src/pencil-context.h, src/selection.h, 
2288           src/sp-gradient.h, src/sp-gradient.cpp, src/sp-item.h, src/sp-object.h, 
2289           src/sp-spiral.h, src/style.h, src/svg-view.h, src/extension/extension.h, 
2290           src/libnr/nr-matrix.h, src/livarot/int-line.h, src/livarot/int-line.cpp, 
2291           src/livarot/float-line.h, src/livarot/float-line.cpp, 
2292           src/livarot/sweep-event.h, src/livarot/sweep-event-queue.h, 
2293           src/util/list.h, src/widgets/paint-selector.h, src/xml/repr.h, 
2294           src/xml/repr.cpp: documentation improvements
2295         * src/sp-item.h: added editor footer
2297 2005-07-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2299         * src/svg/stringstream.h, src/svg/stringstream.cpp:
2300           Trim trailing zeros from after the decimal point when writing
2301           float or double to Inkscape::SVGOStringStream.
2302         * src/style-test.cpp: Update expected output accordingly.
2303         * src/svg/stringstream-test.h: New unit test.
2304         * src/Makefile.am, src/svg/Makefile_insert: Add the new unit test.
2305         * src/svg/Makefile_insert:
2306           Don't link unused ftos.cpp, but do link new file stringstream.cpp.
2308 2005-07-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2310         * share/icons/icons.svg: Add icon for connector context.
2312 2005-07-25  Ralf Stephan <ralf@ark.in-berlin.de>
2314         * src/libnr/nr-pixblock.h:  interface cleanup of NRPixBlock: size and mode
2315           are now named enums, empty is now bool, changes to function interfaces 
2316           because of that, changed C macros to C++ inline functions, changed clean 
2317           flag in some function interfaces from int to bool.
2318         * src/libnr/nr-pixblock.cpp:  adaptations due to changes in nr-pixblock.h,
2319           added assert to ...setup_extern() which remains a bit ... risky,
2320         * src/display/sp-canvas.cpp: 
2321           made sp_canvas_item_construct() static, inlined two other functions
2322         * src/svg-view.cpp: piped emit_resized through C++ façade (incomplete)
2323         * src/ui/view/view.h: removed legacyMessageContext() member
2324         * src/Doxyfile: added files, and options to collect todo and bugs
2325         * src/display/curve.cpp: moved member docs into curve.h
2326         * src/event-context.cpp: long line cosmetics, moved a function for clarity
2327         * src/sp-offset.h, src/sp-spiral.cpp, src/svg-view.cpp, 
2328           src/libnr/nr-types.h: added editor footer
2329         * src/color-rgba.h, src/draw-anchor.h, src/event-context.*, src/knot-*.h, 
2330           src/message-*.h, src/modifier-fns.h, src/nodepath.h, 
2331           src/pencil-context.cpp, src/pen-context.*, src/snap.*, src/sp-gradient.h, 
2332           src/sp-gradient-fns.h, src/sp-item.cpp, src/sp-item-notify-moveto.h, 
2333           src/sp-linear-gradient*, src/sp-offset.*, src/sp-radial-gradient*, 
2334           src/sp-spiral.cpp, src/style.cpp, src/svg-view.cpp, src/verbs.cpp, 
2335           src/dialogs/export.cpp, src/display/bezier-utils.cpp, 
2336           src/display/curve.*, src/diplay/sp-canvas.*, 
2337           src/extension/implementation/plugin*, src/extension/internal/gimpgrad.h, 
2338           src/libnr/nr-matrix.h, src/libnr/nr-matrix-scale-ops.h, 
2339           src/libnr/nr-matrix-translate-ops.h, src/libnr/nr-pixblock.*, 
2340           src/libnr/nr-point.h, src/libnr/nr-rotate.h, src/libnr/nr-rotate-fns.h, 
2341           src/libnr/nr-scale-matrix-ops.h, src/libnr/nr-types.h, 
2342           src/livarot/int-line.h, src/ui/view/view.*:
2343           
2344           made file work with src/Doxygen, doxygen documentation improvements
2346 2005-07-24  Ted Gould  <ted@gould.cx>
2348         * 0.42 Release
2350 2005-07-21  Ted Gould  <ted@gould.cx>
2352         * 0.42pre3
2354 2005-05-21  Kees Cook  <kees@outflux.net>
2356         * share/icons/*xpm, src/ui/dialog/transformation.cpp,
2357           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h:
2358           Hooked up Gtkmmified Icon manager correctly.  (bug 1217367)
2359         * Makefile.mingw, Makefile.mingw.common: patch 1241293 for build fixes
2361 2005-07-12  Ted Gould  <ted@gould.cx>
2363         * 0.42pre2
2365 2005-07-11  MenTaLguY  <mental@rydia.net>
2367         * src/debug/logger.cpp: wrap stack vector in method to avoid
2368           potential static initialization issues
2370         * src/sp-object.cpp: add refcount logging
2372 2005-07-09  MenTaLguY  <mental@rydia.net>
2374         * src/document-undo.cpp, src/inkscape.cpp, src/debug/event.h,
2375           src/debug/logger.cpp, src/debug/logger.h, src/debug/simple-event.h,
2376           src/xml/composite-node-observer.cpp, src/xml/event.cpp,
2377           src/xml/simple-node.cpp:
2379           Categorize debugging events and add the ability to filter them
2380           via setting the INKSCAPE_DEBUG_FILTER environment variable to
2381           a comma-separated list of debug event categories.
2383 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
2385         * src/interface.cpp: Spackle for Bug 1217361 "freeze on quitting 
2386         with transform dialog"
2388 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
2390         * src/interface.cpp: Whitespace changes only
2392 2005-07-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2394         * Info.plist.in, packaging/osx-app.sh, packaging/macosx/*:
2396         Changes and new files required to build an Inkscape dmg on Mac OS X.
2398 2005-07-05  Ted Gould  <ted@gould.cx>
2400         * 0.42pre1
2402 2005-07-04  MenTaLguY  <mental@rydia.net>
2404         * src/sp-metadata.cpp: strip id= attributes under rdf:RDF elements
2406 2005-07-04  MenTaLguY  <mental@rydia.net>
2408         * src/sp-object.cpp, src/xml/node-fns.h, src/xml/node-fns.cpp:
2409           don't force id= attributes on anything except elements in the SVG,
2410           Sodipodi, or Inkscape namespaces.
2412 2005-07-04  MenTaLguY  <mental@rydia.net>
2414         * src/verbs.cpp: redo cryve's fix to use defaultLabel() rather than
2415           label()
2417 2005-07-04  Bryce Harrington <bryce@bryceharrington.org>
2419         * src/livarot/float-line.cpp:  Patch from Ralf Stephan
2420         <ralf@ark.in-berlin.de> to suppress two warnings.
2421         
2422 2005-06-28  Ted Gould  <ted@gould.cx>
2424         * src/verbs.h:
2426         Changing from gnu::hash_map to std::map.  The only reason this was a
2427         hash_map before is because I was stealing code that I didn't understand,
2428         and a std::map works as well.  This fixes bug #1172199 for Tru64.
2430 2005-06-28  Ted Gould  <ted@gould.cx>
2432         * src/extension/dependency.cpp:
2434         Fix for #1169396 -- setting the default type for a dependency to file,
2435         this seems to be the only way that the print function could end up using
2436         undefined memory, and then passing it on the gettext.
2438 2005-06-28  Ted Gould  <ted@gould.cx>
2440         * src/extension/implementation/script.cpp,
2441         src/extension/implementation/script.h:
2443         Adding support for information coming back on STDERR from scripts.  This
2444         fixes bug #1220959 and RFE #1178941
2446 2005-07-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2448         * src/sp-stop.h, sp-gradient.cpp, widgets/gradient-vector.cpp:
2449           Implement currentColor as possible value for stop-color, as per spec.
2451 2005-07-02  Kees Cook  <kees@outflux.net>
2453         * src/dialog/rdf.cpp: Added FreeArt license, RFE #1230981.
2455 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
2457         * inkscape.nsi:  Fix for bug #1230744 'wrong installer language'
2458         by theadib.
2460         * src/swatches.cpp: Fix for bug #1217973.  The KDE swatches file
2461         consists of 3 column numbers (missing 4th column), and also lacks
2462         an ending newline.  In this situation, the name variable returned
2463         from trim() could be null, thus causing a segfault when used as an
2464         input to Glib::ustring.
2466         * src/sp-image.cpp: Patch for bug #1210100 by bpfowler to help
2467         narrow in on the cause of the bug.
2469         * README:  Requested change for bug #1174991.  Directions for
2470         installation of perl libs
2471         
2472 2005-07-01  Ben Fowler  <bpfowler@users.sourceforge.net>
2474         * src/desktop.cpp src/svg-view.cpp src/dialogs/display-settings.cpp 
2475         src/dialogs/export.cpp src/dialogs/find.cpp 
2476         src/extension/internal/ps.cpp: Replaced calls to gtk_widget_set_usize 
2477         with GTK2 version.
2479 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
2481         * inkscape.pod, src/main.cpp: Applying Makzu's patch to implement
2482           --vacuum-defs
2484 2005-06-28  Ted Gould  <ted@gould.cx>
2486         * 0.42pre0
2488 2005-06-23  MenTaLguY  <mental@rydia.net>
2490         * src/extension/implementation/script.cpp:
2491           support for ruby scripts (interpreter="ruby")
2493 2005-06-20  Ted Gould  <ted@gould.cx>
2495         * src/desktop.cpp, src/desktop.h, src/document-private.h,
2496         src/document.cpp, src/document.h, src/extension/effect.h,
2497         src/extension/implementation/script.cpp:
2499         Adding in a signal to show that the document is being reconstructed from
2500         another document.  This is used by the scripting extensions implementation
2501         to say to the desktops that they need to save their object references
2502         as strings instead of pointers -- and then recreate them when the
2503         reconstruction is complete.
2505         * src/extension/prefdialog.cpp: Making "OK" have focus.
2507         * src/verbs.cpp, src/verbs.h: Some prototype code to start making verbs
2508         sensitive or not.  Not tied in to anything currently.
2510 2005-06-20  MenTaLguY  <mental@rydia.net>
2512         * src/xml/repr-io.cpp: whoops... don't emit xmlns:xml
2514 2005-06-18  Richard Hughes  <cyreve@users.sourceforge.net>
2516         * src/text-context.cpp, src/text-context.h, src/libnrtype/Layout-TNG.h:
2517           implement double- and triple-clicking of text for selecting the
2518           current word and line respectively
2520 2005-06-16  MenTaLguY  <mental@rydia.net>
2522         * src/interface.cpp: removed "Go to root" context menu item
2524         * src/widgets/layer-selector.cpp: hide "(root)" unless it is the current
2525           layer
2527 2005-06-11  Aaron Spike  <aaron@ekips.org>
2529         * confiugre.ac,
2530           packaging/autopackage/default.apspec.in:
2532           Adding the autopackage specfile
2534 2005-06-10  Richard Hughes  <cyreve@users.sourceforge.net>
2536         * src/text-context.cpp:
2537           use ctrl-left/right for moving cursor by word in text mode,
2538           and ctrl-a for select all text
2540 2005-06-09  Bryce Harrington <bryce@bryceharrington.org>
2542         * src/ui/dialogs/align-and-distribute.cpp,
2543           src/ui/dialogs/align-and-distribute.h,
2544           src/verbs.cpp:
2545           Hooking up Aubanel's new align and distribute dialog
2547 2005-06-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2549         * src/text-context.cpp (sp_text_context_root_handler):
2550           Greater conformance to ISO 14755 for unicode entry.  We now
2551           implement all of the ``Basic method'' portion of that spec
2552           except for non-latin hexadecimal digits (first 6 letters of
2553           other alphabets).  (Instead, we do the same as for all other
2554           shortcuts, viz. force a group0 (latin) interpretation of the
2555           keypress.)
2557 2005-06-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2559         * src/pen-context.cpp (spdc_endpoint_snap): Pen tool: do snapping
2560           (i.e. namedview_free_snap_all_types) even for initial point.
2562         * src/Makefile.am (INCLUDES), src/extension/script/Makefile_insert
2563         (extension_script_libscript_a_CXXFLAGS):
2565           Put PERL_CFLAGS PYTHON_CFLAGS into global INCLUDES rather than
2566           using a libscript_a_CXXFLAGS var (which involved creating .o files
2567           specific to that lib).
2569 2005-06-06  Ted Gould  <ted@gould.cx>
2571         * src/extensions/effect.cpp:
2573         Adding in the code so that effects can be undoable.
2575         * src/extensions/implementation/script.[cpp,h]
2577         Adding in the code so that a new window is not displayed when an
2578         effect is executed.  Now it is in the same window (much nicer).
2580         * src/extensions/internal/latex*.[cpp,h]
2582         Patches from the mailing list to add LaTeX output.
2584 2005-06-04  MenTaLguY  <mental@rydia.net>
2586         * src/extensions/init.cpp:
2588           That tears it.  Showing the error dialog on startup goes.  I've
2589           had to respond to one too many bloody bug reports.  If we released
2590           0.42 with this too we'll drive away users permanently.  As it was,
2591           a lot of people were assuming 0.41 was broken when they saw this
2592           and reverted to 0.40.
2594 2005-05-31  MenTaLguY  <mental@rydia.net>
2596         * src/preferences-skeleton.h: disable extension error dialog on startup
2597           -- I'm sick of hearing that Inkscape is broken because people see
2598           this dialog on startup.  It makes us look bad.
2599           
2600           We're not going to repeat this for 0.42 -- find a better approach.
2602 2005-05-28  MenTaLguY  <mental@rydia.net>
2604         * src/document.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
2605           src/sp-flowtext.cpp, src/sp-object.cpp, src/sp-object.h,
2606           src/sp-path.cpp, src/sp-rect.cpp, src/sp-root.cpp, src/sp-root.h,
2607           src/sp-shape.cpp, src/version.cpp, src/version.h:
2609           propagate SVG version upwards, and move SPVersion into Inkscape
2610           namespace
2612 2005-05-24  Simarilius  <Simarilius@yahoo.com>
2614         * src/verbs.cpp, src/dialogs/tiledialog.cpp, src/dialogs/tiledialog.h,
2615         src/ui/dialogs/dialog-manager.cpp
2616         
2617         Converted the tiledialog over to the inkscape:ui:dialog class and hooked
2618         it into dialog manager
2620 2005-05-24  Ted Gould  <ted@gould.cx>
2622         * src/extension/dependency.cpp, src/extension/extension.cpp,
2623         src/extension/extension.h, src/extension/init.cpp,
2624         src/extension/implementation/script.cpp:
2626         Applying patch 1199856 which allows Inkscape to have multiple directories
2627         for extensions.  Currently those are /share/inkscape/extensions and
2628         ~/.inkscape/extensions.  The patch was written by Aaron Spike.
2630 2005-05-23  Ted Gould  <ted@gould.cx>
2632         * share/extensions/<alot>
2634         Adding in Aaron Spike's extensions so that they come with the standard
2635         build.  Lot's of useful stuff that is worth having for most users.
2637 2005-05-19  MenTaLguY  <mental@rydia.net>
2639         * src/verbs.cpp, src/ui/dialog/align-and-distribute.h,
2640           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
2641           src/ui/dialog/document-preferences.h, src/ui/dialog/export.h,
2642           src/ui/dialog/extension-editor.h, src/ui/dialog/fill-and-stroke.h,
2643           src/ui/dialog/find.h, src/ui/dialog/inkscape-preferences.h,
2644           src/ui/dialog/layer-editor.h, src/ui/dialog/messages.h,
2645           src/ui/dialog/text-properties.h, src/ui/dialog/transformation.h,
2646           src/ui/dialog/xml-editor.h, src/ui/view/edit.cpp:
2648           refactoring of the dialog manager code, introducing factory
2649           functions and a method specifically for showing a dialog
2651 2005-05-19  MenTaLguY  <mental@rydia.net>
2653         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
2655           fix layer property undo crash bugs (#1192708 and #1171704)
2657 2005-05-19  MenTaLguY  <mental@rydia.net>
2659         * src/debug/Makefile_insert, src/debug/sysv-heap.cpp,
2660           src/debug/sysv-heap.h, src/gc.cpp, src/debug/gc-heap.h,
2661           src/debug/heap.cpp:
2663           moved GC Heap statistics stuff into libdebug to ease circular
2664           dependencies
2666 2005-05-17  MenTaLguY  <mental@rydia.net>
2668         * src/ui/dialog/memory.cpp:
2670           reduce magnitude of memory jitter somewhat by avoiding some vector
2671           resizing and copying
2673 2005-05-16  MenTaLguY  <mental@rydia.net>
2675         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
2677           revised Debug::Heap API slightly
2679         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
2681           thousands separators and other niceties.  'apply' now forces a
2682           garbage collection and immediate update.
2684 2005-05-16  MenTaLguY  <mental@rydia.net>
2686         * src/ui/dialog/memory.cpp: re-use existing rows, though it doesn't
2687           seem to help memory jitter much
2689 2005-05-15  MenTaLguY  <mental@rydia.net>
2691         * src/debug/heap.cpp: fix bounds error
2693         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
2694         
2695         flesh out basic memory info dialog
2697 2005-05-15  MenTaLguY  <mental@rydia.net>
2699         * configure.ac: cleaned up tests
2701         * src/debug/heap.cpp: fixed feature macro names
2703 2005-05-15  MenTaLguY  <mental@rydia.net>
2705         * configure.ac: added tests for mallinfo and malloc.h
2707         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
2709           fix up Debug::Heap API slightly
2711 2005-05-14  MenTaLguY  <mental@rydia.net>
2713         * src/interface.cpp, src/verbs.cpp, src/verbs.h,
2714           src/ui/dialog/Makefile_insert, src/ui/dialog/dialog-manager.cpp,
2715           src/ui/dialog/dialog-manager.h, src/ui/dialog/memory.cpp,
2716           src/ui/dialog/memory.h:
2717           
2718           added skeletal memory statistics dialog
2720 2005-05-12  Juerg Billeter  <j@bitron.ch>
2722         * configure.ac: Have pkgconfig explicitly require gdkmm-2.4 & glibmm-2.4
2723         (used directly by Inkscape), rather than relying on transitive
2724         dependencies.  It's said that this is required in some cases with
2725         pkgconfig 0.17 and later.
2727 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
2729         * ChangeLog configure.ac src/Makefile_insert src/desktop-widget.h
2730           src/desktop.h src/dropper-context.cpp src/file.cpp
2731           src/shortcuts.cpp src/sp-text.cpp src/splivarot.cpp
2732           src/svg-view.h src/text-context.cpp src/verbs.cpp
2733           src/extension/implementation/plugin-link.h
2734           src/extension/internal/grid.cpp src/helper/action.h
2735           src/helper/window.cpp src/ui/dialog/dialog.cpp
2736           src/ui/dialog/messages.cpp src/ui/view/view.cpp
2737           src/ui/view/view.h:   
2739           Moving view.* into src/ui/view/
2740         
2741 2005-05-09  MenTaLguY  <mental@rydia.net>
2743         * src/gc-alloc.h: const-correctness fix
2745 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
2747         * configure.ac:  Defaulting with-gnome-vfs to on if library is
2748           present. 
2749         
2750         * po/POTFILES.in : Fixed error causing compile failure
2752         * src/Makefile_insert src/arc-context.cpp src/desktop-events.cpp
2753            src/desktop.cpp src/desktop.h src/dyna-draw-context.cpp
2754            src/gradient-context.cpp src/gradient-toolbar.cpp
2755            src/interface.cpp src/make.dep src/make.files
2756            src/rect-context.cpp src/select-context.cpp
2757            src/select-toolbar.cpp src/seltrans.cpp src/spiral-context.cpp
2758            src/star-context.cpp src/toolbox.cpp src/verbs.cpp src/view.cpp
2759            src/view.h src/application/application.cpp
2760            src/application/application.h src/application/editor.cpp
2761            src/application/editor.h src/ui/dialog/align-and-distribute.cpp
2762            src/ui/dialog/align-and-distribute.h
2763            src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h
2764            src/ui/dialog/dialog.cpp src/ui/dialog/dialog.h
2765            src/ui/dialog/document-preferences.cpp
2766            src/ui/dialog/document-preferences.h src/ui/dialog/export.cpp
2767            src/ui/dialog/export.h src/ui/dialog/extension-editor.cpp
2768            src/ui/dialog/extension-editor.h
2769            src/ui/dialog/fill-and-stroke.cpp
2770            src/ui/dialog/fill-and-stroke.h src/ui/dialog/find.cpp
2771            src/ui/dialog/find.h src/ui/dialog/inkscape-preferences.cpp
2772            src/ui/dialog/inkscape-preferences.h
2773            src/ui/dialog/layer-editor.cpp src/ui/dialog/layer-editor.h
2774            src/ui/dialog/messages.h src/ui/dialog/text-properties.cpp
2775            src/ui/dialog/text-properties.h
2776            src/ui/dialog/transformation.cpp src/ui/dialog/transformation.h
2777            src/ui/dialog/tree-editor.h src/ui/dialog/xml-editor.cpp
2778            src/ui/dialog/xml-editor.h src/ui/view/Makefile_insert
2779            src/ui/view/edit.cpp src/ui/view/edit.h :
2781            Renaming sp-desktop-widget.h to desktop-widget.h for
2782            consistency with other desktop files.  Beginning migration of
2783            desktop-* and view* files into ui/view/ subdir.  Incorporating
2784            DialogManager into existing SPDesktop code.  Making SPView
2785            derive from GObject.  Changing Messages dialog to run via
2786            DialogManager.  Removing getName() and getDesc() routines from
2787            Dialogs.  
2788         
2789 2005-05-08  MenTaLguY  <mental@rydia.net>
2791         * src/Makefile_insert: change link order since the GC code now
2792           depends on the debugging stuff
2794         * src/debug/Makefile_insert, src/debug/heap.cpp, src/debug/heap.h:
2796           added heap statistics stuff
2798         * src/gc.cpp: register the GC heap with the heap statistics facility
2800 2005-05-07  MenTaLguY  <mental@rydia.net>
2802         * src/gc-anchored.h, src/gc-core.h, src/gc-finalized.h,
2803           src/gc-managed.h, src/gc.cpp:
2805           hide the global Ops structure from the outside world, and expose
2806           some additional libgc API.
2808 2005-05-07  Ted Gould  <ted@gould.cx>
2810         * src/extension/parameter.cpp: bug fix for empty string parameter
2812         * share/extensions/dropshadow.inx,
2813         src/extension/implementation/script.cpp:
2815         Adding in an "interpreter" attribute for "command" that will prepend
2816         the command with the interpreter.  Right now only "perl" and "python"
2817         work, and they only prepend "perl" and "python", but more will be
2818         added later.
2820 2005-05-07  MenTaLguY  <mental@rydia.net>
2822         * src/xml/composite-node-observer.cpp: bug fixes
2824         * src/xml/simple-node.cpp, src/xml/simple-node.h: switch to using
2825           CompositeNodeObserver, which has saner add/remove semantics
2827         * src/util/list-container-test.cpp: add another test, just to be sure
2829         * src/dialogs/xml-tree.cpp: remove need for is_interactive flag on
2830           attribute changes (the flag is effectively disabled by the other
2831           changes)
2833 2005-05-05  MenTaLguY  <mental@rydia.net>
2835         * src/debug/event.h, src/debug/logger.cpp:
2837           PropertyPair is now its own class
2838         
2839         * src/xml/simple-node.cpp: add logging of XML node mutation
2841         * src/xml/Makefile_insert, src/xml/composite-node-observer.cpp,
2842           src/xml/composite-node-observer.h:
2844           added CompositeNodeObserver class, which will eventually replace
2845           the existing notifier lists
2847 2005-05-05  MenTaLguY  <mental@rydia.net>
2849         * src/inkscape.cpp: try to cleanly terminate log in case of crashes
2851 2005-05-05  MenTaLguY  <mental@rydia.net>
2853         * src/document-undo.cpp, src/debug/Makefile_insert, src/debug/logger.cpp,
2854           src/debug/simple-event.h, src/xml/event.cpp:
2856           add debug logging for undo+redo+transactions
2858 2005-05-05  MenTaLguY  <mental@rydia.net>
2860         * src/inkscape.cpp, src/main.cpp: initialize and shutdown debug log
2861           from more reliable place
2863         * src/debug/logger.cpp: clean up log via std::atexit()
2865 2005-05-04  MenTaLguY  <mental@rydia.net>
2867         * configure.ac, src/Makefile.am, src/Makefile_insert,
2868           src/debug/Makefile_insert, src/debug/makefile.in:
2870           added src/debug/ subdir
2872         * src/gc-alloc.h: no default management type for now
2874         * src/debug/event-tracker.h, src/debug/event.h, src/debug/logger.cpp,
2875           src/debug/logger.h: simple XML logging facility
2877         * src/util/Makefile_insert: fixed cut-and-paste error
2879 2005-04-29  Jon A. Cruz  <jon@joncruz.org>
2880         * src/dialogs/swatches.cpp, src/dialogs/eek-preview.h,
2881           src/dialogs/eek-preview.cpp:
2883         Added property to swatch to block taking focus.
2885 2005-04-28  Jon A. Cruz  <jon@joncruz.org>
2886         * src/dialogs/Makefile_insert, src/dialogs/eek-preview.cpp,
2887           src/dialogs/eek-preview.h, src/dialogs/swatches.cpp,
2888           src/dialogs/swatches.h, src/ui/previewholder.cpp,
2889           src/ui/previewable.h, src/ui/widget/panel.cpp:
2891           Adding new widget for color swatch usage.
2893 2005-04-24  Bryce Harrington <bryce@bryceharrington.org>
2895         * src/Makefile.am src/Makefile_insert,
2896           src/application/Makefile_insert, src/application/editor.cpp,
2897           src/application/editor.h, src/extension/internal/svg.cpp,
2898           src/ui/Makefile_insert, src/ui/view/Makefile_insert,
2899           src/ui/view/edit.cpp, src/ui/view/edit.h, src/ui/view/makefile.in,
2900           src/application/editor-impl.cpp, src/application/editor-impl.h:
2902           Renaming EditorImpl to UI::View::Edit
2904           Fixing bug 1185873 "batch mode crasher" caused by VFS being
2905           called with relative paths.  Adding a check to see whether the
2906           input is a valid uri, and if not, just calling sp_document_new
2907           directly.
2910 2005-04-23  Ted Gould  <ted@gould.cx>
2912         * src/extension/input.cpp, src/extension/input.h,
2913         src/extension/output.cpp, src/extension/output.h,
2914         src/extension/system.cpp, src/extension/implementation/implementation.cpp,
2915         src/extension/implementation/implementation.h,
2916         src/extension/implementation/plugin-link.h,
2917         src/extension/implementation/plugin.cpp,
2918         src/extension/implementation/plugin.h,
2919         src/extension/implementation/script.cpp,
2920         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
2921         src/extension/internal/eps-out.h:
2923         Changing the prototype for the input/output preferences to be closer to
2924         that of Effects.  This is a good thing because now autogui can be used for
2925         all, and it is much cleaner.  Unfortunately, this caused alot of files to
2926         be changed.  Also, this sets up the extensions dialog (we're only using
2927         one now) to be integrated into the GTKmm codebase easier.
2929 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
2930         * src/widgets/sp-color-wheel-selector.cpp,
2931           src/widgets/sp-color-scales.h, src/widgets/sp-color-slider.cpp,
2932           src/widgets/sp-color-scales.cpp:
2933         Changed CMYK selector to display values as 0-100. Fixes REF #1124499.
2935 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
2936         * src/xml/repr-io.cpp:
2937         Expand entities; matches 0.41 behavior. Fixes bug #1157478.
2939 2005-04-20  Jon A. Cruz  <jon@joncruz.org>
2940         * src/sp-object-repr.cpp:
2941         Turned off the half-done <animate> element. Fixes bug #1119935.
2943 2005-04-19  Carl Hetherington  <inkscape@carlh.net>
2945         * src/pen-context.cpp: snap first point to grid correctly, fixing
2946         #1152057.  Remove a pointless call to spdc_endpoint_snap().
2948         * src/main.cpp: support for command-line export of PS and EPS,
2949         with options.
2951 2005-04-19  Piers Titus van der Torren  <piersvdt@users.sourceforge.net>
2952         * src/seltrans.cpp:
2953         Fixed skew so it displays and snaps to angle instead of percentage.
2955 2005-04-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2957         * src/extension/internal/pov-out.cpp (PovOutput::save):
2958         Was dividing component bytes by 256 instead of the usual 255 to get
2959         floating point component.  Changed to use sp_color_get_rgb_floatv
2960         instead.  (N.B. This change is wrong if pov files disallow 1.0.)
2962         Multiply opacity by product of all ancestors' opacity property computed
2963         value.
2965 2005-04-18  Carl Hetherington  <inkscape@carlh.net>
2967         * src/sp-line.cpp, src/dialogs/unclump.cpp,
2968         src/extension/internal/ps.cpp,
2969         src/libnrtype/Layout-TNG-Output.cpp,
2970         src/Layout-TNG-Scanline-Makers.cpp, src/livarot/PathCutting.cpp:
2971         add missing include of nr-point-matrix-ops.h.
2973 2005-04-17  Jon A. Cruz  <jon@joncruz.org>
2974         * src/toolbox.cpp:
2976         Corrected improper use of static. Fixes bug #1171919.
2978 2005-04-16  Ted Gould  <ted@gould.cx>
2980         * src/extension/extension.cpp, src/extension/parameter.cpp:
2982         Adding in autogui for strings and booleans.  Also making everything
2983         a little more robust.
2985 2005-04-17  cyreve  <cyreve@users.sourceforge.net>
2987         * src/: sp-text.cpp, sp-text.h, text-context.cpp, text-editing.cpp,
2988           text-editing.h, libnrtype/Layout-TNG-Compute.cpp: hook up keys
2989           for adding rotate= attribute to text elements
2991         * src/libnrtype/Layout-TNG-OutIter.cpp: visual cursor left/right in
2992           counterdirectional text runs
2994 2005-04-16  cyreve  <cyreve@users.sourceforge.net>
2996         * src/: display/nr-arena-glyphs.cpp, libnrtype/FontInstance.cpp,
2997           libnrtype/RasterFont.cpp, libnrtype/font-instance.h,
2998           libnrtype/font-style.h: make miter-limit work for text outlines
2999           (bug 1094430)
3001 2005-04-16  Ted Gould  <ted@gould.cx>
3003         * src/main.cpp:
3005         Added a command-line arguement --extension-directory to find what
3006         extension directory Inkscape is configured for.  This should be 
3007         helpful for external extensions that want to use the same path
3008         as Inkscape itself on their install.
3010         * src/extension/extension.cpp, src/extension/init.cpp:
3012         Putting in half of Aaron's fix, mostly the one to keep things from
3013         crashing, next we need to examine how to add multiple search paths
3014         for extension dependencies.
3016         Also, added a check so that autogui won't create a GUI if there are
3017         no preferences.
3019 2005-04-13  Jon Phillips <jon@rejon.org>
3020         * src/toolbox.cpp: removed code that was beeping and prepped for new
3021           drag-n-drop color swatches.
3023 2005-04-13  cyreve  <cyreve@users.sourceforge.net>
3025         * src/path-chemistry.cpp: wire up converting object to path for
3026           flowtext
3028 2005-04-13  Jon A. Cruz  <jon@joncruz.org>
3029         * src/dialogs/swatches.cpp:
3031         Simple drag-n-drop out from color swatches.
3033 2005-04-12  cyreve  <cyreve@users.sourceforge.net>
3035         * src/: selection-chemistry.cpp, text-context.cpp, text-context.h,
3036           text-editing.cpp, text-editing.h: cut and copy selected text (bug
3037           1175441)
3039 2005-04-12  Ted Gould  <ted@gould.cx>
3041         * src/extension/extension.cpp, src/extension/extension.h,
3042         src/extension/parameter.cpp, src/extension/parameter.h,
3043         src/extension/implementation/script.cpp:
3045         This is support for having command line arguments from the parameters,
3046         mostly this is a quick hack to get Aaron working, I'll clean it up
3047         shortly, I promise.  But, it does seem to be working right now.  More
3048         polish shortly.
3050 2005-04-10  Jon A. Cruz  <jon@joncruz.org>
3051         * src/interface.cpp:
3053         Adding drag-n-drop support for arbitrary images. Fixes bug 1177714.
3056 2005-04-10  Ted Gould  <ted@gould.cx>
3058         * Lots of files:
3060         Moving around the plugins, and disabling the feature.  I've put all
3061         the functionality into the internal directory.  This should allow for
3062         the features to be used until plugins could work.  Also, adding in
3063         features to do autogui with the parameters of a given extension.
3065 2005-04-09  Bryce <bryce@bryceharrington.org>
3067         * src/view.h, src/application/editor-impl.cpp,
3068           src/application/editor-impl.h, src/svg-view.h:
3070           C++-ification.  Created some C++ wrapper member functions for
3071           SPView and SPSVGView, to enable Gtkmmification of SPDesktop
3073 2005-04-09  MenTaLguY  <mental@rydia.net>
3075         * src/selection.cpp, src/selection.h, src/dialogs/align.cpp,
3076           src/extension/implementation/script.cpp,
3077           src/extension/plugin/bluredge.cpp, src/util/glib-list-iterators.h:
3079           excise STL abuse, and fix up the glib list iterators
3081 2005-04-09  MenTaLguY  <mental@rydia.net>
3083         * src/file.cpp, src/interface.cpp, src/shortcuts.cpp,
3084           src/sp-object-repr.cpp, src/sp-skeleton.cpp, src/verbs.cpp,
3085           src/dialogs/export.cpp, src/display/nr-arena-item.cpp,
3086           src/libnrtype/FontFactory.cpp, src/libnrtype/TextWrapper.h,
3087           src/livarot/ShapeMisc.cpp, src/livarot/float-line.cpp:
3089           combined several different 64-bit cleanness patches
3091 2005-04-08 Jon Phillips <jon@rejon.org>
3092         * src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h: 
3093           added copyright statements about dialog manager code I wrote.
3095 2005-04-08  MenTaLguY  <mental@rydia.net>
3097         * src/draw-context.cpp, src/dyna-draw-context.cpp, src/path-chemistry.cpp,
3098           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
3099           src/splivarot.cpp, src/extension/plugin/bluredge.cpp,
3100           src/trace/trace.cpp:
3102           renaming Inkscape::Selection methods that deal with XML::Nodes
3104 2005-04-08  MenTaLguY  <mental@rydia.net>
3106         * src/document-undo.cpp: try again with handling incomplete transactions
3107           more gracefully
3109 2005-04-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3111         * src/io/sys.h, src/io/sys.cpp (dir_open, dir_read_utf8name):
3112           New functions: utf8 wrappers around g_dir_open, g_dir_read_name.
3114 2005-04-02  Bryce Harrington <bryce@bryceharrington.org>
3116         * configure.ac share/ui/menus-bars.xml, src/Makefile.am,
3117           src/Makefile_insert, src/file.cpp,
3118           src/application/editor-impl.cpp,
3119           src/application/editor-impl.h,
3120           src/extension/init.cpp, src/extension/input.cpp,
3121           src/extension/system.cpp,
3122           src/extension/implementation/implementation.cpp,
3123           src/extension/implementation/plugin.cpp,
3124           src/extension/implementation/script.cpp,
3125           src/extension/internal/svg.cpp
3126         : Implementing preliminary load-from-URI functionality.
3127         
3129 2005-04-02  MenTaLguY  <mental@rydia.net>
3131         * src/document-undo.cpp, src/xml/event-fns.h, src/xml/event.cpp,
3132           src/xml/event.h:
3134           more debugging info for incomplete transactions
3136 2005-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3138         * src/sp-gradient.cpp: Fix crash with cycles in gradient hrefs.
3140 2005-04-01  Jon A. Cruz  <jon@joncruz.org>
3141         * src/ui/widget/panel.h, src/ui/widget/panel.cpp, src/ui/previewholder.h,
3142           src/ui/previewholder.cpp,src/dialogs/swatches.cpp,
3143           src/dialogs/swatches.h:
3144           Added UI for switching palettes
3146 2005-04-01  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3147         * src/style.cpp (sp_style_merge_from_dying_parent): New function to
3148           combine the styles of the <use> element and its ghost child when
3149           unlinking.
3150         * src/sp-use.cpp: Use it.
3152 2005-03-31  Jon A. Cruz  <jon@joncruz.org>
3153         * src/ui/widget/panel.cpp, src/ui/widget/panel.h, src/path-prefix.h,
3154           src/dialogs/swatches.cpp, src/dialogs/swatches.h
3155           share/palettes/Makefile.am, share/palettes/svg.gpl:
3156           Adding palette loading.
3158 2005-03-31 Jean-François Lemaire <jflemaire@skynet.be>
3159         * share/icons/David_icons.svg: new icon theme by David Christian Berg
3161         * share/icons/README.icons: explanations on how to use the theme
3163 2005-03-30  Jean-François Lemaire <jflemaire@skynet.be>
3164         * share/icons/icons.svg: included the layer menu icons
3166         * src/verbs.cpp: assigned names for the layer menu icons
3168 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
3169         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
3170           src/ui/previewholder.h, src/ui/previewfillable.h,
3171           src/dialogs/iconpreview.cpp, src/dialogs/swatches.cpp:
3172           Adding panel menu
3174 2005-03-27  Jon Phillips <jon@rejon.org>
3175         * src/toolbox.cpp src/toolbox.h src/ui/dialog/dialog-manager.cpp
3176           src/ui/dialog/dialog-manager.h: Added generic dialog adding,
3177           deleting, and getting and fixed toolboxes to be static with no
3178           warnings.
3180 2005-03-26  Bryce <bryce@bryceharrington.com>
3182         * share/ui/keybindings.rc, share/ui/menus-bars.xml
3183           src/application/editor-impl.cpp, src/application/editor-impl.h,
3184           src/extension/internal/svg.cpp, src/ui/dialog/Makefile_insert,
3185           src/ui/dialog/dialog-manager.cpp,
3186           src/ui/dialog/dialog-manager.h, src/ui/dialog/messages.cpp,
3187           src/ui/dialog/messages.h: Initial implementation of canvas in
3188           gtkmm.  Incorporating Messages dialog.
3191 2005-03-24  MenTaLguY  <mental@rydia.net>
3193         * src/sp-item.cpp: fix relative transforms to accommodate viewbox
3195 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
3197         * src/ui/Makefile_insert, src/dialogs/swatches.cpp,
3198           src/dialogs/swatches.h, src/ui/previewable.h,
3199           src/ui/previewfillable.h, src/ui/previewholder.cpp,
3200           src/ui/previewholder.h:
3201           Refactoring previewable functionality to be more generic
3203 2005-03-24  cyreve  <cyreve@users.sourceforge.net>
3205         * src/: text-context.cpp, text-editing.cpp, text-editing.h:
3206           functions for applying style to selected text, and wire them
3207           up to ctrl-b/ctrl-i for bold/italic
3209 2005-03-23  Jon Phillips <jon@rejon.org>
3210         * src/toolbox.h src/toolbox.cpp: Fixed warning messages.
3212 2005-03-23  Jon A. Cruz  <jon@joncruz.org>
3214         * src/ui/previewable.h, src/ui/Makefile_insert,
3215           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
3216           Preliminary work for 'Previewable' interface.
3218 2005-03-23  cyreve  <cyreve@users.sourceforge.net>
3220         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
3221           libnrtype/Layout-TNG-Output.cpp: make text on path work correctly
3222           with accent glyphs and suchlike
3224         * src/: text-chemistry.cpp, libnrtype/Layout-TNG.h: apply text's
3225           alignment to startOffset on new textpath elements, fixes bug
3226           1168145
3228         * src/libnrtype/Layout-TNG-OutIter.cpp: selecting text to the end
3229           sometimes displays wrong
3231 2005-03-22  MenTaLguY  <mental@rydia.net>
3233         * src/arc-context.cpp, src/desktop-handles.cpp,
3234           src/desktop-handles.h, src/desktop.cpp, src/desktop.h,
3235           src/document.h, src/draw-context.cpp, src/draw-context.h,
3236           src/file.cpp, src/forward.h, src/gradient-context.cpp,
3237           src/gradient-drag.cpp, src/gradient-drag.h, src/gradient-toolbar.cpp,
3238           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
3239           src/node-context.h, src/nodepath.cpp, src/object-ui.cpp,
3240           src/path-chemistry.cpp, src/rect-context.cpp, src/selcue.cpp,
3241           src/selcue.h, src/select-context.cpp, src/select-toolbar.cpp,
3242           src/selection-chemistry.cpp, src/selection-chemistry.h,
3243           src/selection-describer.cpp, src/selection-describer.h,
3244           src/selection.cpp, src/selection.h, src/seltrans.cpp,
3245           src/seltrans.h, src/sp-flowtext.cpp, src/spiral-context.cpp,
3246           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
3247           src/text-context.cpp, src/toolbox.cpp, src/verbs.cpp,
3248           src/dialogs/align.cpp, src/dialogs/clonetiler.cpp,
3249           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
3250           src/dialogs/find.cpp, src/dialogs/iconpreview.cpp,
3251           src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
3252           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
3253           src/dialogs/tiledialog.cpp, src/dialogs/transformation.cpp,
3254           src/dialogs/xml-tree.cpp, src/extension/plugin/bluredge.cpp,
3255           src/extension/plugin/grid.cpp, src/trace/trace.cpp,
3256           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
3257           src/ui/dialog/transformation.cpp, src/ui/dialog/transformation.h,
3258           src/widgets/sp-widget.cpp, src/widgets/sp-widget.h:
3260           SPSelection -> Inkscape::Selection
3262 2005-03-22  cyreve  <cyreve@users.sourceforge.net>
3264         * src/text-context.cpp: pressing esc doesn't hide text selection
3266         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3267           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
3268           libnrtype/Layout-TNG.h: make text selection inverse
3270 2005-03-21  Jon Phillips <jon@rejon.org>
3272         * share/icons/icons.svg src/dropper-context.cpp
3273           src/dropper-context.h src/toolbox.cpp src/toolbox.h
3274           src/dialogs/display-settings.cpp: Added controls for eye dropper
3275           so that I could get color values. Removed option from application
3276           preferences.
3278 2005-03-21  MenTaLguY  <mental@rydia.net>
3280         * src/util/Makefile_insert, src/util/glib-list.h,
3281           src/util/glib-list-iterators.h:
3283           retired old Glib list to Util::List adaptor and replaced it with
3284           new iterator classes that directly wrap the Glib list types
3286 2005-03-21  cyreve  <cyreve@users.sourceforge.net>
3288         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp: text
3289           selection doesn't show when it starts at the end of a line
3291         * src/: text-context.cpp, text-editing.cpp: crash on overtyping
3292           selection, and displayed selection not removed on overtype
3294         * src/text-editing.cpp: kerning information placed wrongly in text
3295           after child span element
3297         * src/libnrtype/Layout-TNG-OutIter.cpp: crash when pressing home key
3299         * src/: text-context.cpp, text-context.h: text selection using the
3300           mouse
3302         * src/: make.dep, make.files, make.ofiles,
3303           libnrtype/Layout-TNG-OutIter.cpp: further optimisation of text
3304           selection, and an implementation for text on a path
3306         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp,
3307           libnrtype/Layout-TNG.h: optimisation of text selection and fixing
3308           some bugs in it
3310 2005-03-18  MenTaLguY  <mental@rydia.net>
3312         * src/arc-context.cpp, src/file.cpp, src/gradient-context.cpp,
3313           src/node-context.cpp, src/object-ui.cpp, src/path-chemistry.cpp,
3314           src/rect-context.cpp, src/select-context.cpp,
3315           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
3316           src/sp-flowtext.cpp, src/spiral-context.cpp, src/splivarot.cpp,
3317           src/star-context.cpp, src/text-chemistry.cpp, src/text-context.cpp,
3318           src/dialogs/find.cpp, src/dialogs/in-dt-coordsys.cpp,
3319           src/dialogs/xml-tree.cpp:
3321           cleaned up the selection API slightly
3323 2005-03-20  cyreve  <cyreve@users.sourceforge.net>
3325         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3326           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
3327           libnrtype/Layout-TNG.h: initial implementation of text selection
3328           (keyboard only)
3330         * src/libnrtype/Layout-TNG-OutIter.cpp: making
3331           createSelectionShape() work
3333         * src/: sp-text.cpp, sp-text.h: text-anchor sometimes won't work in
3334           text on a path when x/y coordinates are set
3336         * src/libnrtype/Layout-TNG-Output.cpp: text on path: cut characters
3337           before start of path and calculate bounding box correctly when
3338           this happens
3340 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
3341         * src/dialogs/Makefile_insert, src/dialogs/swatches.cpp,
3342           src/dialogs/swatches.h, src/verbs.h, src/verbs.cpp,
3343           src/interface.cpp:
3344           Initial cut of swatches panel.
3346 2005-03-19  cyreve  <cyreve@users.sourceforge.net>
3348         * src/libnrtype/Layout-TNG-Compute.cpp: rendering of
3349           multiple-character clusters in rtl text is wrong (bug 1166603)
3351         * src/: make.dep, make.files, make.ofiles, sp-text.cpp, sp-text.h,
3352           text-editing.cpp: glue kerning info back together on deleting
3353           line breaks
3355         * src/sp-tspan.cpp: textpath startOffset attribute doesn't save
3356           correctly when it's a percentage (remnants of bug 1124722)
3358         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3359           text-editing.h, libnrtype/Layout-TNG.h: use Layout::iterator for
3360           storing cursor position. Fixes bug 1093660 related to rtl cursor
3361           movement
3363         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG.h: implement
3364           backend cursor movement functions properly for multidirectional
3365           text
3367         * src/libnrtype/Layout-TNG-Output.cpp: create more efficient
3368           postscript output
3370         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG-Output.cpp,
3371           Layout-TNG.h: obey text-align attribute when fitting text to a
3372           path (fixes bug 1124722)
3374         * src/: attributes-test.cpp, attributes.cpp, attributes.h,
3375           sp-flowtext.cpp, sp-text.cpp, sp-tspan.cpp, sp-tspan.h,
3376           style-test.cpp, libnrtype/Layout-TNG-Output.cpp: wire up
3377           startOffset attribute to textpath and fix bugs in it
3379         * src/sp-flowtext.cpp: unflow text command loses formatting
3381         * src/xml/repr-io.cpp: xml pretty-printer adding whitespace in
3382           xml:space=preserve elements
3384         * src/: sp-flowtext.cpp, text-editing.cpp: line breaks not being
3385           put before strings immediately following para elements, and
3386           deleting line breaks copies style wrongly
3388 2005-03-18  MenTaLguY  <mental@rydia.net>
3390         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
3391           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
3392           src/xml/node-fns.cpp, src/xml/node-fns.h, src/xml/node-iterators.h,
3393           src/xml/repr.cpp, src/xml/simple-node.cpp:
3395           renamed node-fns-tree to node-fns, and moved sp_repr_prev etc
3396           into Inkscape::XML namespace (as e.g. previous_node)
3398 2005-03-18  cyreve  <cyreve@users.sourceforge.net>
3400         * src/libnrtype/Layout-TNG-Compute.cpp: cursor position on blank
3401           first line sometimes goes wrong
3403         * src/: make.dep, make.files, make.ofiles, text-editing.cpp:
3404           spurious line break added before text in text and font dialog
3405           (bug 1166016)
3407         * src/: make.dep, make.files, make.ofiles, libnrtype/FlowBoxes.cpp,
3408           libnrtype/FlowBoxes.h, libnrtype/FlowDefs.h,
3409           libnrtype/FlowDest.cpp, libnrtype/FlowDest.h,
3410           libnrtype/FlowEater.cpp, libnrtype/FlowEater.h,
3411           libnrtype/FlowRes.cpp, libnrtype/FlowRes.h,
3412           libnrtype/FlowResOut.cpp, libnrtype/FlowSols.cpp,
3413           libnrtype/FlowSols.h, libnrtype/FlowSrc.cpp, libnrtype/FlowSrc.h,
3414           libnrtype/FlowSrcText.cpp, libnrtype/FlowSrcText.h,
3415           libnrtype/FlowStyle.cpp, libnrtype/FlowStyle.h,
3416           libnrtype/FlowUtils.cpp, libnrtype/FlowUtils.h,
3417           libnrtype/Makefile_insert: remove all old text layout code (7,577
3418           lines)
3420         * src/: sp-flowregion.cpp, sp-flowregion.h, sp-flowtext.cpp,
3421           sp-string.cpp, sp-tspan.cpp: purge flow_dest class from code
3423         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
3424           libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: define a value
3425           for line-height:normal and use it consistently
3427         * src/: sp-text.cpp, sp-text.h, text-editing.cpp: adjust kerning
3428           attributes on adding/removing line breaks
3430 2005-03-17  MenTaLguY  <mental@rydia.net>
3432         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp:
3434           whoops, we were calling the 'children' vfunc rather than
3435           'last_child' when appending, hence the bug... fixed now.
3437 2005-03-17  cyreve  <cyreve@users.sourceforge.net>
3439         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
3440           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h: x,y
3441           attributes on tspans set wrongly when alignment != left (bug
3442           1165427)
3444         * src/: sp-text.cpp, sp-text.h: break before tspan role=line
3445           elements, ie allow first tspan not to have role=line
3447         * src/: make.dep, make.files, make.ofiles, sp-flowtext.cpp,
3448           sp-object.cpp: fix inheritance problems with xml:space attribute
3450         * src/libnrtype/Layout-TNG-OutIter.cpp: crash on pressing enter
3451           immediately after creating text
3453         * src/: object-ui.cpp, sp-flowtext.cpp: set xml:space=preserve on
3454           new flowdiv elements
3456         * src/libnrtype/Layout-TNG-Compute.cpp: second try at solving
3457           numerical problems when line-height is set
3459         * src/: sp-flowtext.cpp, sp-flowtext.h, verbs.cpp: slightly
3460           objectify SPFlowtext and rearrange its updating a tiny bit
3462         * src/: path-chemistry.cpp, sp-flowregion.cpp, sp-offset.cpp,
3463           sp-text.cpp, sp-text.h, sp-use-reference.cpp, splivarot.cpp:
3464           slightly objectify SPText & rearrange updating code, also fixes
3465           bug causing all letters to appear on top of each other
3467         * src/libnrtype/Layout-TNG-Compute.cpp: characters will draw
3468           multiple times when x or y attributes set
3470 2005-03-16  cyreve  <cyreve@users.sourceforge.net>
3472         * src/text-editing.cpp: kerning: add/remove kerns with
3473           insertion/deletion of characters, and only apply kerns to the
3474           topmost xml object
3476         * src/: help.cpp, selection-chemistry.cpp, sp-text.cpp, sp-text.h,
3477           text-context.cpp, text-editing.cpp, text-editing.h,
3478           dialogs/text-edit.cpp: move functions applying to both text and
3479           flowtext to text-editing & rename them. Also fixes crash on
3480           letter/linespacing adjustment for flowtext
3482         * src/text-editing.cpp: fix crash on pressing delete at the end of
3483           text
3485         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
3486           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h:
3487           position cursor correctly in empty text objects
3489         * src/: sp-item-group.cpp, sp-object.cpp: optimise adding children
3490           to the end of a group - big improvement for tile clones
3492         * src/: sp-flowtext.cpp, sp-text.cpp, text-context.cpp,
3493           text-editing.cpp, text-editing.h: text editing fixes: track line
3494           breaks with preceding para tag, finish abstracting line
3495           break/remove functions to work on flowtext
3497         * src/libnrtype/Layout-TNG-Compute.cpp: cursor positioning
3498           off-by-one in some cases of wrapped text
3500 2005-03-15  cyreve  <cyreve@users.sourceforge.net>
3502         * src/libnrtype/Layout-TNG-Compute.cpp: small tweak to make cursor
3503           positioning work right in counterdirectional spans in fully
3504           justified text
3506         * src/sp-text.cpp: tweak function for adjusting linespacing by
3507           keyboard to be more precise
3509         * src/: attributes-test.cpp, attributes.cpp, make.dep, make.files,
3510           make.ofiles, style-test.cpp, style.cpp,
3511           libnrtype/Layout-TNG-Output.cpp: make the unit tests pass for the
3512           new styles, and workaround build breakage when pango < 1.8
3513           installed
3515         * src/: sp-flowtext.cpp, sp-flowtext.h,
3516           libnrtype/Layout-TNG-Compute.cpp,
3517           libnrtype/Layout-TNG-Scanline-Makers.cpp, libnrtype/Layout-TNG.h:
3518           wiring up full justification to old attribute & fixing bugs in
3519           it, which turned in to a major refactoring of layout code
3521 2005-03-14  Jon Phillips <jon@rejon.org>
3522         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
3523           src/desktop.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
3524           src/dialogs/desktop-properties.cpp:
3525           Added showpageshadow preference to document preferences. Set to
3526           on automatically and saves with document if off.
3528 2005-03-14  MenTaLguY  <mental@rydia.net>
3530         * src/display/nr-arena-item.h, src/display/nr-arena-item.cpp,
3531           src/display/nr-arena-group.cpp:
3533           added virtual accessor for last child
3535 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
3536         * src/interface.cpp, src/verb.cpp, src/verbs.h,
3537           src/ui/widget/panel.cpp, src/dialogs/Makefile_insert,
3538           src/dialogs/extensions.cpp, src/dialogs/extensions.h,
3539           src/extension/error-file.cpp:
3540           Added rough cut of initial extensions panel and dialog.
3542 2005-03-13  Bryce Harrington <bryce@bryceharrington.org>
3544         * src/path-prefix.h: Rearranging linking of libui and libutil
3546         * src/application/application.cpp, src/application/application.h
3547           src/application/editor-impl.cpp,
3548           src/ui/dialog/dialog-manager.cpp,  src/ui/dialog/dialog.cpp,
3549           src/ui/dialog/dialog.h, src/ui/widget/labelled.cpp,
3550           src/ui/dialog/transformation.h, src/ui/dialog/transformation.cpp,
3551           src/ui/widget/unit-menu.h, src/util/units.cpp:
3552           Integrating Transformation dialog.  Removing hardcoded paths.
3554         * share/icons/Makefile.in, share/icons/arrows-horiz.svg,
3555           share/icons/arrows-vert.svg, share/icons/arrows_hor.xpm,
3556           share/icons/arrows_ver.xpm, share/icons/rotate.svg,
3557           share/icons/rotate.xpm, share/icons/scale_hor.xpm,
3558           share/icons/scale_ver.xpm, share/icons/Makefile.am:
3559           Adding icons needed by transformation dialog
3561         * share/ui/units.txt,  share/ui/units.xml:
3562           Moving units into ui/ subdir.  Dunno if this is the best
3563           location for them, but pjrm thought it'd be ok for now.
3565 2005-03-13  cyreve  <cyreve@users.sourceforge.net>
3567         * src/sp-text.cpp: allow adjusting letter spacing when cursor is at
3568           eol
3570         * src/: make.dep, make.files, make.ofiles,
3571           libnrtype/Layout-TNG-Compute.cpp,
3572           libnrtype/Layout-TNG-OutIter.cpp,
3573           libnrtype/Layout-TNG-Output.cpp, libnrtype/Layout-TNG.h: fix
3574           kerning when align != left, and fix linespacing < 100
3576         * src/: sp-flowtext.cpp, sp-text.cpp, sp-text.h, style.cpp,
3577           style.h, libnrtype/Layout-TNG-Compute.cpp,
3578           libnrtype/Layout-TNG-Input.cpp, libnrtype/Layout-TNG-OutIter.cpp,
3579           libnrtype/Layout-TNG-Output.cpp,
3580           libnrtype/Layout-TNG-Scanline-Maker.h, libnrtype/Layout-TNG.h:
3581           implement line-height css property, & fix percentage handling in
3582           style
3584 2005-03-12  MenTaLguY  <mental@rydia.net>
3586         * src/node-context.cpp, src/node-context.h, src/nodepath.cpp,
3587           src/nodepath.h, src/toolbox.cpp, src/dialogs/align.cpp:
3589           Renamed Path namespace to Inkscape::NodePath, to avoid conflict
3590           with livarot
3592 2005-03-12  Kees Cook  <kees@outflux.net>
3594         * inkscape.nsi: added German translation from Adib Taraben.
3596 2005-03-12  MenTaLguY  <mental@rydia.net>
3598         * src/sp-namedview.cpp, src/sp-metadata.cpp: it's valid for an SPObject
3599           'write' method to be passed the object's own XML node; account for this.
3601 2005-03-12  MenTaLguY  <mental@rydia.net>
3603         * src/xml/simple-node.cpp: assert that src != this in
3604           SimpleNode::mergeFrom
3606 2005-03-12  MenTaLguY  <mental@rydia.net>
3608         * src/gc-alloc.h: minor cosmetic adjustments
3610         * src/util/list-container.h: pedantically correct implementation of
3611           ListContainer::max_size()
3613         * src/xml/simple-node.cpp: use Util::ListContainer iterators in a more
3614           STL-ish fashion
3616 2005-03-12  Jon A. Cruz  <jon@joncruz.org>
3617         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
3618           src/ui/widget/Makefile_insert, src/dialogs/iconpreview.h,
3619           src/dialogs/iconpreview.cpp:
3620           Initial addition of Panel.
3622 2005-03-12  cyreve  <cyreve@users.sourceforge.net>
3624         * src/sp-flowtext.cpp: text unflow command losing space characters:
3625           add xml:space to generated elements
3627         * src/: attributes.cpp, attributes.h, make.dep, make.files,
3628           make.ofiles, sp-flowtext.cpp, sp-text.cpp, style.cpp, style.h,
3629           text-context.cpp, text-editing.cpp, dialogs/text-edit.cpp,
3630           libnrtype/FlowRes.cpp, libnrtype/Layout-TNG-Compute.cpp,
3631           libnrtype/Layout-TNG-Input.cpp: add several new text properties
3632           to SPStyle and rearrange some of the existing ones, also remove
3633           spurious warning on applying kerning
3635         * src/sp-flowtext.cpp: svg spec requires us to break after flowline
3636           content, not before
3638 2005-03-11  cyreve  <cyreve@users.sourceforge.net>
3640         * src/desktop-style.cpp, src/sp-text.cpp, src/sp-text.h,
3641           src/sp-tspan.cpp, src/sp-tspan.h, src/text-chemistry.cpp,
3642 src/text-editing.cpp,
3643           src/text-editing.h: combine the common attribute handling for text,
3644           tspan and textpath into one class
3646         * src/sp-flowtext.cpp, src/sp-string.cpp: reimplement xml:space attribute
3648         * src/sp-text.cpp, src/libnrtype/Layout-TNG-OutIter.cpp,
3649           src/libnrtype/Layout-TNG.h: apply calculated x/y attributes to tspan
3650           role=line elements
3652         * src/libnrtype/Layout-TNG-Output.cpp: postscript text output
3653           incorrectly scaled (and other problems)
3655 2005-03-10  cyreve  <cyreve@users.sourceforge.net>
3657         * src/sp-flowdiv.h, src/sp-flowtext.h,
3658           src/sp-text.cpp, src/sp-text.h, src/sp-tspan.h, src/text-context.cpp,
3659           src/text-editing.cpp, src/text-editing.h,
3660           src/libnrtype/Layout-TNG-Compute.cpp,
3661           src/libnrtype/Layout-TNG-OutIter.cpp: clean up xml tree properly on
3662           deleting line break, & fix various compile issues
3664         * src/nodepath.cpp, src/sp-flowdiv.cpp,
3665           src/sp-flowdiv.h, src/sp-flowtext.cpp, src/sp-flowtext.h,
3666 src/sp-string.cpp,
3667           src/sp-string.h, src/sp-text.cpp, src/sp-text.h, src/sp-tspan.cpp,
3668 src/sp-tspan.h,
3669           src/text-editing.cpp, src/verbs.cpp, src/libnrtype/FontInstance.cpp,
3670           src/libnrtype/font-instance.h, src/livarot/Shape.h,
3671           src/libnrtype/Layout-TNG-Compute.cpp, src/libnrtype/Layout-TNG-Input.cpp,
3672           src/libnrtype/Layout-TNG-OutIter.cpp,
3673           src/libnrtype/Layout-TNG-Output.cpp,
3674           src/libnrtype/Layout-TNG-Scanline-Maker.h,
3675           src/libnrtype/Layout-TNG-Scanline-Makers.cpp,
3676           src/libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: huge rewrite of
3677           text layout (and some text editing) code
3679 2005-03-07  Kees Cook  <kees@outflux.net>
3681         * src/libnr/have_mmx.S, src/libnr/nr_mmx_R8G8B8A8_P_EMPTY_A8_RGBAP.S,
3682           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_A8_RGBAP.S,
3683           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_R8G8B8A8_N_TRANSFORM.S,
3684           src/libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S: execstack patch
3685           from Mike Hearn.
3687 2005-03-07  Jon A. Cruz  <jon@joncruz.org>
3688         * src/interface.cpp, src/verbs.h, src.verbs.cpp, src/widgets/icon.cpp,
3689           src/dialogs/iconpreview.h, src/dialogs/iconpreview.cpp,
3690           src/dialogs/Makefile_insert:
3691           Initial cut of icon preview.
3693 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
3695         * share/icons/*.svg, share/icons/Makefile.am:  Adding icons for
3696           new gui interface
3698         * src/ui/icons.cpp:  Fixing some paths
3700         * src/main.cpp src/application/Makefile_insert,
3701           src/application/app-prototype.h,
3702           src/application/application.cpp src/application/editor.cpp,
3703           src/ui/widget/toolbox.cpp,
3704           src/application/editor-impl.cpp:
3705           Broke out editor-impl class to its own file.  Continued getting
3706           the new interface to the point where it'll load and run.
3708         * share/ui/keybindings.rc, share/ui/toolbox.xml, share/ui/menus-bars.xml:
3709           Migrating some of the UI definition stuff into main codebase
3711 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
3712         * src/widgets/layer-selector.cpp, src/widgets/icon.h,
3713           src/widgets/icon.cpp, src/dialogs/align.cpp, src/dialogs/find.cpp,
3714           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
3715           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
3716           src/dialogs/xml-tree.cpp, src/interface.cpp:
3717           Purging PixBufFactory and sp_icon_new_scaled.
3719 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
3720         * src/widgets/icon.cpp, src/widgets/icon.cpp: Switched icon loading
3721           to be deferred and react to theme changes on-the-fly.
3723 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
3725         * src/application/Makefile_insert,
3726           src/application/app-prototype.cpp,
3727           src/application/editor.h,
3728           src/application/app-prototype.h,
3729           src/application/application.cpp:
3730           Adding Application::AppPrototype class
3731         * src/application/editor.cpp,
3732           src/application/editor.h:
3733           Changing member function getImpl() to getWindow()
3735 2005-03-04  Jon A. Cruz  <jon@joncruz.org>
3736         * src/widgets/icon.cpp: Changed stock item loading to use stock
3737           GtkImage widgets directly.
3739 2005-03-03  MenTaLguY  <mental@rydia.net>
3741         * src/widgets/icon.cpp: more idiomatic iteration
3743 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
3744         * src/toolbox.cpp: Added preference to make the top toolbox 'small'.
3746 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
3747         * src/desktop-events.cpp, src/desktop.cpp, src/gradient-toolbar.cpp,
3748           src/interface.cpp, src/select-toolbar.cpp, src/toolbox.cpp,
3749           src/toolbox.h, src/dialogs/find.cpp,
3750           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
3751           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
3752           src/dialogs/xml-tree.cpp, src/widgets/button.cpp,
3753           src/widgets/button.h, src/widgets/icon.cpp, src/widgets/icon.h,
3754           src/widgets/layer-selector.cpp, src/widgets/paint-selector.cpp,
3755           src/widgets/widget-sizes.h:
3756           Initial pass removing hardcoded icon sizes.
3758 2005-03-01  MenTaLguY  <mental@rydia.net>
3760         * src/extensions/internal/ps.cpp: apply patch from Michael Forbes
3761           (miforbes@mbhs.edu) to support gradient fills in Postscript
3763 2005-03-01  MenTaLguY  <mental@rydia.net>
3765         * src/xml/node.h, src/xml/simple-node.cpp, src/xml/simple-node.h:
3767           begin migration of notification interface to use NodeObserver
3768           rather than NodeEventVector
3770 2005-03-01  MenTaLguY  <mental@rydia.net>
3772         * src/xml/Makefile_insert, src/xml/node-listener.h, src/xml/repr.cpp,
3773           src/xml/simple-node.cpp, src/xml/simple-node.h:
3775           reworked listener list to use Util::ListContainer
3777         * src/xml/node-observer.h: minor name cleanups
3779 2005-03-01  MenTaLguY  <mental@rydia.net>
3781         * src/Makefile.am, src/algorithms/find-if-before.h:
3783           added new generic algorithm
3785 2005-03-01  MenTaLguY  <mental@rydia.net>
3787         * src/Makefile.am, src/util/Makefile_insert,
3788           src/util/list-container-test.cpp, src/util/list-container.h:
3790           tests and fixes for Util::ListContainer
3792 2005-03-01  MenTaLguY  <mental@rydia.net>
3794         * src/Makefile.am, src/libnr/Makefile_insert, src/xml/Makefile_insert:
3795           use in-tree copy of cxxtest
3797         * src/util/Makefile_insert, src/util/list-container.h:
3798           add Util::List-based STL container
3800 2005-02-28 SwinginCelt  <swinginceltgmail.com>
3802         * Fixed an improper conversion of sp_repr_document_merge that was causing
3803           extra data being written to the prefrences file every time inkscape
3804           exited.
3806 2005-02-26 SwinginCelt  <swinginceltgmail.com>
3808         * Replaced all sp_repr_set_content calls with direct call to
3809           repr->setContent.
3810         * Replaced all sp_repr_merge calls with direct call to
3811           repr->mergeFrom.
3812         * Removed inline sp_repr_document_merge because it wasn't used anywhere.
3813         * Removed inline sp_repr_set_content because it wasn't used anywhere.
3815 2005-02-26  MenTaLguY  <mental@rydia.net>
3817         * cxxtest: imported cxxtest tree
3819 2005-02-24  Jon A. Cruz  <jon@joncruz.org>
3820         * src/main.cpp, io/sys.h, io/sys.cpp:
3821           Refactoring input filename conversion and fallback.
3822           Fixes bug #1151536.
3824 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
3825         * src/main.cpp:
3826           Refactoring sp_main_*. Adding cleanup phase on extracted filename list.
3828 2005-02-22  Bryce Harrington <bryce@bryceharringotn.org>
3830         * src/main.cpp, src/application/application.cpp:  Adding --new-gui
3831         option.
3833 2005-02-22  Ted Gould  <ted@gould.cx>
3835         * src/interface.cpp:
3837         Changing the effects menu to be driven by the preferences file so that the
3838         file can be the same whether or not the effects are shown.
3840 2005-02-22  MenTaLguY  <mental@rydia.net>
3842         * src/desktop-style.cpp, src/selection-chemistry.cpp,
3843           src/xml/attribute-record.h, src/xml/node.h, src/xml/repr-css.cpp,
3844           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h:
3846           use Inkscape::Util::List for attribute lists, and sprinkle some
3847           appropriate 'using's in to make things less verbose
3849 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
3850         * src/inkscape.cpp, src/main.cpp, src/extension/input.cpp, src/io/sys.cpp,
3851           src/xml/repr-io.cpp:
3852           Better catching of problematic filenames.
3853           Made segv handler only use dialog box when app is using a gui.
3854           Fixes bug #1145847.
3856 2005-02-22  Ted Gould  <ted@gould.cx>
3858         * src/extension/effect.cpp, src/extension/prefdialog.cpp,
3859         src/extension/prefdialog.h,
3860         src/extension/implementation/implementation.cpp,
3861         src/extension/implementation/implementation.h,
3862         src/extension/implementation/plugin-link.h,
3863         src/extension/implementation/plugin.cpp,
3864         src/extension/implementation/plugin.h,
3865         src/extension/implementation/script.cpp,
3866         src/extension/implementation/script.h, src/extension/plugin/grid.cpp:
3868         Changing the API of the effects preferences so that it doesn't use
3869         sockets and plugs anymore.  Now there is a generic widget passed down so
3870         that should work on every platform.
3872         * src/extension/plugin/grid.cpp:
3874         Fixing the grid so that it uses the right axis.
3876         * share/extensions/Makefile.am, share/extensions/bluredge.inx,
3877         share/extensions/randompnt.inx, share/extensions/randompos.inx,
3878         src/extension/plugin/Makefile_insert, src/extension/plugin/bluredge.cpp,
3879         src/extension/plugin/randompnt.cpp, src/extension/plugin/randompos.cpp:
3881         Adding some cool new effects, well, they're not really done yet,
3882         but getting the basis code into CVS so I don't loose it :)
3884 2005-02-21  MenTaLguY  <mental@rydia.net>
3886         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
3887           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
3888           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
3889           src/xml/repr.cpp, src/xml/simple-node.cpp:
3891           renamed header files
3893         * src/xml/Makefile_insert, src/xml/invalid-operation-exception.h:
3895           added Inkscape::XML::InvalidOperationException
3897         * src/xml/simple-node.h:
3899           avoid a second indirect function call from SimpleNode::appendChild
3901 2005-02-20 SwinginCelt  <swinginceltgmail.com>
3903         * Replaced all sp_repr_attr calls with direct call to
3904           repr->attribute.
3905         * Replaced all sp_repr_document_unref calls with direct call to
3906           Inkscape::GC::release(...).
3907         * Removed iinline sp_repr_document_ref because it wasn't used anywhere.
3909 2005-02-20  MenTaLguY  <mental@rydia.net>
3911         * src/inkscape.cpp: removed unused signals
3913 2005-02-19  MenTaLguY  <mental@rydia.net>
3915         * src/arc-context.cpp, src/desktop.cpp, src/document-private.h,
3916           src/document-undo.cpp, src/document.cpp, src/event-context.cpp,
3917           src/gradient-chemistry.cpp, src/gradient-chemistry.h,
3918           src/gradient-drag.cpp, src/gradient-drag.h, src/node-context.cpp,
3919           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
3920           src/star-context.cpp, src/toolbox.cpp,
3921           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
3922           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
3923           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
3924           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
3925           src/xml/attribute-record.h, src/xml/document.h, src/xml/event-fns.h,
3926           src/xml/event.cpp, src/xml/event.h, src/xml/node-event-vector.h,
3927           src/xml/node-iterators.h, src/xml/node-listener.h, src/xml/node.h,
3928           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp, src/xml/repr-io.cpp,
3929           src/xml/repr-sorting.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp,
3930           src/xml/repr.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
3931           src/xml/simple-node.h, src/xml/simple-session.cpp,
3932           src/xml/sp-css-attr.h, src/xml/sp-repr-action-fns.h,
3933           src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h,
3934           src/xml/sp-repr-attr.h, src/xml/sp-repr-doc.h,
3935           src/xml/sp-repr-event-vector.h, src/xml/sp-repr-iterators.h,
3936           src/xml/sp-repr-listener.h, src/xml/sp-repr.h:
3938           renamed header files to match new class names
3940 2005-02-19  MenTaLguY  <mental@rydia.net>
3942         * src/arc-context.cpp, src/arc-context.h, src/desktop-events.cpp,
3943           src/desktop-style.cpp, src/desktop-style.h, src/desktop.cpp,
3944           src/document-private.h, src/document-undo.cpp, src/document.cpp,
3945           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
3946           src/dyna-draw-context.h, src/event-context.cpp, src/event-context.h,
3947           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
3948           src/inkscape.h, src/inkview.cpp, src/interface.cpp, src/knotholder.cpp,
3949           src/knotholder.h, src/layer-fns.cpp, src/main.cpp, src/node-context.cpp,
3950           src/nodepath.cpp, src/nodepath.h, src/object-ui.cpp,
3951           src/path-chemistry.cpp, src/prefs-utils.cpp, src/rect-context.cpp,
3952           src/rect-context.h, src/selection-chemistry.cpp, src/selection.cpp,
3953           src/selection.h, src/seltrans.cpp, src/sp-anchor.cpp,
3954           src/sp-animation.cpp, src/sp-clippath.cpp, src/sp-conn-end-pair.cpp,
3955           src/sp-conn-end-pair.h, src/sp-defs.cpp, src/sp-ellipse.cpp,
3956           src/sp-flowdiv.cpp, src/sp-flowregion.cpp, src/sp-flowtext.cpp,
3957           src/sp-gradient-fns.h, src/sp-gradient-test.cpp, src/sp-gradient.cpp,
3958           src/sp-guide.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
3959           src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
3960           src/sp-linear-gradient-fns.h, src/sp-marker.cpp, src/sp-mask.cpp,
3961           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
3962           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object-repr.h,
3963           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp, src/sp-offset.h,
3964           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
3965           src/sp-polyline.cpp, src/sp-radial-gradient-fns.h, src/sp-rect.cpp,
3966           src/sp-root.cpp, src/sp-shape.cpp, src/sp-skeleton.cpp,
3967           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-string.cpp,
3968           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-tspan.cpp,
3969           src/sp-use-reference.h, src/sp-use.cpp, src/spiral-context.cpp,
3970           src/spiral-context.h, src/splivarot.cpp, src/star-context.cpp,
3971           src/star-context.h, src/style.cpp, src/style.h, src/text-chemistry.cpp,
3972           src/text-context.cpp, src/text-editing.cpp, src/toolbox.cpp,
3973           src/verbs.cpp, src/application/application.cpp,
3974           src/application/application.h, src/application/editor.h,
3975           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
3976           src/dialogs/export.cpp, src/dialogs/fill-style.cpp, src/dialogs/rdf.cpp,
3977           src/dialogs/sp-attribute-widget.cpp, src/dialogs/sp-attribute-widget.h,
3978           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
3979           src/dialogs/tiledialog.cpp, src/dialogs/xml-tree.cpp,
3980           src/ecma/EcmaBinding.cpp, src/ecma/EcmaBinding.h,
3981           src/extension/dependency.cpp, src/extension/dependency.h,
3982           src/extension/effect.cpp, src/extension/effect.h,
3983           src/extension/extension.cpp, src/extension/extension.h,
3984           src/extension/input.cpp, src/extension/input.h,
3985           src/extension/output.cpp, src/extension/output.h,
3986           src/extension/print.cpp, src/extension/print.h, src/extension/system.cpp,
3987           src/extension/implementation/plugin.cpp,
3988           src/extension/implementation/script.cpp,
3989           src/extension/implementation/script.h,
3990           src/extension/internal/gdkpixbuf-input.cpp,
3991           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
3992           src/extension/internal/svg.cpp, src/extension/plugin/grid.cpp,
3993           src/helper/stock-items.cpp, src/trace/trace.cpp,
3994           src/widgets/dash-selector.cpp, src/widgets/dash-selector.h,
3995           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp,
3996           src/widgets/layer-selector.cpp, src/widgets/layer-selector.h,
3997           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
3998           src/widgets/sp-widget.h, src/widgets/sp-xmlview-attr-list.cpp,
3999           src/widgets/sp-xmlview-attr-list.h, src/widgets/sp-xmlview-content.cpp,
4000           src/widgets/sp-xmlview-content.h, src/widgets/sp-xmlview-tree.cpp,
4001           src/widgets/sp-xmlview-tree.h, src/widgets/spw-utilities.h,
4002           src/xml/comment-node.h, src/xml/element-node.h, src/xml/node-observer.h,
4003           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
4004           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4005           src/xml/repr-io.cpp, src/xml/repr-sorting.cpp, src/xml/repr-sorting.h,
4006           src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
4007           src/xml/session.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4008           src/xml/simple-node.h, src/xml/simple-session.cpp,
4009           src/xml/simple-session.h, src/xml/sp-css-attr.h,
4010           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
4011           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h,
4012           src/xml/sp-repr-doc.h, src/xml/sp-repr-event-vector.h,
4013           src/xml/sp-repr-iterators.h, src/xml/sp-repr-listener.h,
4014           src/xml/sp-repr.h, src/xml/text-node.h, src/xml/transaction-logger.h:
4016             SPRepr -> Inkscape::XML::Node
4017             SPReprDoc -> Inkscape::XML::Document
4018             SPReprAttr -> Inkscape::XML::AttributeRecord
4019             SPReprAction -> Inkscape::XML::Event
4020             SPReprEventVector -> Inkscape::XML::EventVector
4021             SPReprListener -> Inkscape::XML::NodeListener
4023             etc..
4025 2005-02-19  Jon A. Cruz  <jon@joncruz.org>
4026         * src/extension/extension.h, src/extension/internal/svg.cpp,
4027           src/extension/internal/svgz.cpp:
4028           Fixing .svgz Inkscape save and adding .svgz Plain save.
4029           Fixes bug #1144223
4031 2005-02-18  Jon A. Cruz  <jon@joncruz.org>
4032         * src/Makefile.am, src/libnr/Makefile_insert,
4033           src/libnr/nr-point-fns-test.h  src/libnr/nr-types-test.h:
4034           Adding initial version of CxxTest test cases.
4036 2005-02-17  Jon A. Cruz  <jon@joncruz.org>
4038         * src/io/gzipinputstream.h, src/io/gzipinputstream.cpp: Changed
4039           decompression to be streammed and removed hardcoded limit.
4041 2005-02-17  MenTaLguY  <mental@rydia.net>
4043         * src/inkscape.h, src/inkscape.cpp, src/desktop.cpp:
4045           rewrote "last desktop standing" test to not suck
4047 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4049         * Replaced some sp_repr_attr calls with direct call to
4050           repr->attribute.
4052 2005-02-16 John Cliff <simarilius@yahoo.com>
4054         * src/dialogs/tiledialog.h, src/dialogs/tiledialog.cpp,
4055           src/dialogs/makefile_insert, src/verbs.cpp, src/verbs.h:
4056           Added a dialog that allows you to arrange the selection
4057           in a grid pattern with user defined spacing.
4058           its in objects->grid arrange...
4060 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4062         * Replaced inline function sp_repr_name with direct call to
4063           repr->name.
4064         * Replaced inline function sp_repr_content with direct call to
4065           repr->content.
4066         * Replaced inline function sp_repr_has_attr with direct call to
4067           repr->matchAttributeName.
4069 2005-02-15  MenTaLguY  <mental@rydia.net>
4071         * src/document.cpp, src/document.h, src/file.cpp, src/help.cpp,
4072           src/inkscape.cpp, src/inkview.cpp, src/slideshow.cpp,
4073           src/dialogs/filedialog.cpp, src/dialogs/stroke-style.cpp,
4074           src/extension/internal/gdkpixbuf-input.cpp,
4075           src/extension/internal/svg.cpp, src/extension/plugin/gimpgrad.cpp,
4076           src/helper/stock-items.cpp, src/widgets/icon.cpp:
4078           removed unused SPDocument::advertize
4080 2005-02-14  MenTaLguY  <mental@rydia.net>
4082         * src/document.cpp: remove redundant assignment that appears to confuse
4083           gcc anyhow
4085 2005-02-14  SwinginCelt  <swingincelt@gmail.com>
4087         * Replaced inline function sp_repr_set_position_absolute with
4088           direct call to repr>->setPosition.
4090 2005-02-13  Bryce  <bryce@bryceharrington.org>
4092         * src/main.cpp, src/application/application.cpp, src/inkscape.h,
4093           src/application/editor-impl.h, src/application/editor.cpp
4094           src/application/editor.h, src/ui/dialog/dialog-manager.cpp,
4095           src/ui/dialog/dialog-manager.h, src/application/app-prototype.h
4096           src/application/application.h:  Integrating I::A::Application
4097           into the execution path.  Now its run() routine is called from
4098           main().
4100         * src/application/Makefile_insert, src/application/makefile.in,
4101           src/application/editor-impl.h, src/application/editor.cpp,
4102           src/application/editor.h:  Initial import of inkscape_gtkmm
4103           code.  Also see doc/NewAppArchitecture/ presentation for the
4104           rationale behind this.
4106         * src/ui/dialog/align-and-distribute.cpp,
4107 src/ui/dialog/align-and-distribute.h,
4108           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
4109           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
4110           src/ui/dialog/document-preferences.cpp,
4111 src/ui/dialog/document-preferences.h,
4112           src/ui/dialog/export.cpp, src/ui/dialog/export.h,
4113           src/ui/dialog/extension-editor.cpp, src/ui/dialog/extension-editor.h,
4114           src/ui/dialog/fill-and-stroke.cpp, src/ui/dialog/fill-and-stroke.h,
4115           src/ui/dialog/find.cpp, src/ui/dialog/find.h,
4116           src/ui/dialog/inkscape-preferences.cpp,
4117 src/ui/dialog/inkscape-preferences.h,
4118           src/ui/dialog/layer-editor.cpp, src/ui/dialog/layer-editor.h,
4119           src/ui/dialog/messages.cpp, src/ui/dialog/messages.h,
4120           src/ui/dialog/text-properties.cpp, src/ui/dialog/text-properties.h,
4121           src/ui/dialog/tree-editor.cpp, src/ui/dialog/tree-editor.h,
4122           src/ui/dialog/xml-editor.cpp, src/ui/dialog/xml-editor.h,
4123           src/ui/widget/combo-text.cpp, src/ui/widget/combo-text.h,
4124           src/ui/widget/handlebox.cpp, src/ui/widget/handlebox.h,
4125           src/ui/widget/icon-widget.cpp, src/ui/widget/icon-widget.h,
4126           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h,
4127           src/ui/widget/notebook-page.cpp, src/ui/widget/notebook-page.h,
4128           src/ui/widget/scalar-unit.cpp, src/ui/widget/scalar-unit.h,
4129           src/ui/widget/scalar.cpp, src/ui/widget/scalar.h,
4130           src/ui/widget/toolbox.cpp, src/ui/widget/toolbox.h,
4131           src/ui/widget/unit-menu.cpp, src/ui/widget/unit-menu.h:
4132           Initial import of the gtkmm code.  These are mainly
4133           unimplemented stubs, but have few dependencies so are easy to
4134           integrate at this stage.
4136         * src/ui/widget/Makefile_insert, src/ui/widget/makefile.in,
4137           src/ui/dialog/Makefile_insert, src/ui/dialog/makefile.in,
4138           src/ui/Makefile_insert, src/ui/makefile.in:  Adding makefile
4139           support for new code.
4141         * io/simple-sax.h, io/simple-sax.cpp:  Adding Jon's simple SAX
4142           code
4144         * util/units.h, util/units.cpp:  New inkscape_gtkmm units code
4146 2005-02-12  MenTaLguY  <mental@rydia.net>
4148         * src/document.cpp, src/document.h, src/sp-gradient-test.cpp:
4150           SPDocument is now a "real C++ class", managed by the garbage collector
4152 2005-02-12  MenTaLguY  <mental@rydia.net>
4154         * src/document-private.h, src/document.cpp, src/document.h, src/view.cpp,
4155           src/view.h, src/dialogs/xml-tree.cpp:
4157           switched SPDocument to sigc++ signals
4159 2005-02-12  Kees Cook  <kees@outflux.net>
4161         * Makefile.am, configure.ac, Makefile.mingw.common, inkscape.nsi: undoing
4162           my "configure" changes.  Was dumb and forgot about native compiles on
4163           win32.
4164         * inkview.1.in, share/extensions/inkscape-shadow-white.sh,
4165           share/extensions/inkscape-shadow.sh: corrections found by Wolfram
4166           Quester during Debian packaging.
4167         * src/desktop-events.cpp, src/file.cpp, src/gradient-chemistry.cpp,
4168           src/interface.cpp, src/layer-fns.cpp, src/nodepath.cpp,
4169           src/object-ui.cpp, src/path-chemistry.cpp, src/prefs-utils.cpp,
4170           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
4171           src/sp-object.cpp, src/sp-pattern.cpp, src/sp-text.cpp, src/splivarot.cpp,
4172           src/text-editing.cpp, src/dialogs/clonetiler.cpp, src/dialogs/rdf.cpp,
4173           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
4174           src/extension/internal/gdkpixbuf-input.cpp, src/extension/plugin/grid.cpp,
4175           src/widgets/gradient-selector.cpp, src/xml/repr-action-test.cpp,
4176           src/xml/repr-css.cpp, src/xml/repr-io.cpp, src/xml/repr-util.cpp,
4177           src/xml/repr.cpp, src/xml/repr.h: inline function removal patches from
4178           Robert Crosbie.
4180 2005-02-11  Kees Cook  <kees@outflux.net>
4182         * src/Makefile.mingw, src/make.*: win32 compile updates.
4183         * src/extensions/internal/gnome.cpp: added my missing "comment" code.
4184         * src/shortcuts.cpp, doc/keys.xml, doc/keys.html, share/screens/keys.svg:
4185           added explicit ctrl-w. since gtk already binds it, we may as well show it.
4187 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
4189         * src/inkscape.cpp: Changed from SHGetSpecialFolderPath to
4190           SHGetSpecialFolderLocation. Fixes bug #1085641
4192 2005-02-10  MenTaLguY  <mental@rydia.net>
4194         * src/document.h, src/document.cpp: get rid of casting macro uses
4196 2005-02-10  MenTaLguY  <mental@rydia.net>
4198         * src/desktop.cpp, src/document-undo.cpp, src/document.cpp, src/file.cpp,
4199           src/gradient-chemistry.cpp, src/inkscape.cpp, src/interface.cpp,
4200           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-object-repr.cpp,
4201           src/sp-object.cpp, src/svg-view.cpp, src/uri-references.cpp,
4202           src/view.cpp, src/dialogs/stroke-style.cpp,
4203           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp:
4205           get rid needless uses of SP_IS_DOCUMENT (if we can't trust the
4206           compiler's type checking, what can we trust?)
4208 2005-02-10  MenTaLguY  <mental@rydia.net>
4210         * src/desktop-style.h, src/desktop.h, src/document.h, src/event-context.h,
4211           src/inkscape.h, src/knotholder.h, src/nodepath.h,
4212           src/selection-chemistry.h, src/selection.h, src/sp-conn-end-pair.h,
4213           src/sp-object-repr.h, src/sp-object.h, src/style.h,
4214           src/dialogs/sp-attribute-widget.h, src/extension/implementation/script.h,
4215           src/xml/repr-get-children.h, src/xml/repr.h, src/xml/sp-repr-action.h,
4216           src/xml/sp-repr-attr.h, src/xml/xml-forward.h:
4218           got rid of xml-forward.h
4220 2005-02-10  Kees Cook  <kees@outflux.net>
4222         * configure.ac, Makefile.am, src/Makefile.am, Makefile.mingw.common.in,
4223           inkscape.nsi.in: setting up "configure" to build the other files that
4224           expect version numbers to get updated.  Including mingw files in dist
4225           package.
4227 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
4228         * src/io/uristream.h, src/io/uristream.cpp,
4229           src/extension/internal/svg.h, src/extension/internal/svg.cpp,
4230           src/extension/internal/Makefile_insert,
4231           src/extension/internal/extension.h,
4232           src/extension/internal/init.cpp:
4233           Adding internal .svgz load and save extension.
4234           Probable fix for bugs #1074996, #1050361, #925033, #1052307
4236 2005-02-08  Kees Cook  <kees@outflux.net>
4238         * src/extension/implementation/script.cpp: proper /tmp handling.
4239           Closes bug #1074996.
4240         * src/inkscape.cpp, src/inkscape.h, src/dialogs/export.cpp: correction
4241           for export dialog paths.  Closes bug #1114714.
4242         * inkscape.nsi, Makefile.mingw.common: version bumps
4243         * src/text-context.cpp: removed preedit code; it was broken and unneeded.
4245 2005-02-08  Ted Gould  <ted@gould.cx>
4247         * Released 0.41
4249 2005-02-01  Kees Cook  <kees@outflux.net>
4251         * src/xml/sp-css-attr.h, src/desktop-style.cpp, src/xml/repr-css.cpp,
4252           src/xml/repr.h: Fixed SPCSSAttr to be a "real" class, at mental's
4253           direction.  Fixes my "default prefs don't show attrs" bug.
4254         * src/helper/stock-items.cpp: removing redundant code.
4255         * src/libnr/nr-point.h, src/libnrtype/FlowUtils.h, src/livarot/Shape.h:
4256           added explicit initializations to keep valgrind happy.
4257         * src/dir-util.cpp, src/sp-path.cpp, src/splivarot.cpp,
4258           src/svg/svg-length.cpp, src/widgets/icon.cpp:
4259           cleaning up memory leaks detected by valgrind.
4260         * src/extension/dependancy.cpp: made repr-attr tags untranslatable.
4261         * src/extension/system.cpp: correcting extension autodetection when
4262           there are conflicting matching modules.
4263         * src/dialogs/filedialog.cpp, src/extension/extension.h,
4264           src/extension/internal/svg.cpp: .svgz loading works again as
4265           expected.  Non-functioning modules are not listed in file dialogs.
4266         * src/text-context.cpp, src/text-editing.cpp: preedit modes don't
4267           work correctly for multi-byte characters.  See bug 1086769.
4269 2005-01-31  Jon A. Cruz  <jon@joncruz.org>
4270         * src/file.cpp, src/inkscape.cpp, src/interface.cpp,
4271           src/dialogs/export.cpp, src/extension/init.cpp:
4272           sanitize messages before passing to display dialogs.
4274 2005-01-31  Kees Cook  <kees@outflux.net>
4276         * src/libnrtype/FontFactory.cpp: added a crude font name detection
4277           routine to work around a Pango crash bug.  This can be removed once
4278           Pango is fixed.  See bug #1025565.  Actually, I figured out a fix.
4279         * print.cpp, print.h, sp-shape.cpp, extension/print.cpp,
4280           extension/print.h, extension/implementation/implementation.cpp,
4281           extension/implementation/implementation.h,
4282           extension/implementation/plugin.cpp, extension/implementation/plugin.h,
4283           extension/internal/gnome.h, extension/internal/ps.cpp,
4284           extension/internal/ps.h, extension/internal/win32.h:
4285           In an attempt to start debugging print rendering, I've added the
4286           Print::comment function so that SPItem boundries can be easily
4287           seen in rendered output.
4288         * src/preferences-skeleton.h, src/sp-shape.cpp,
4289           src/dialogs/display-settings.cpp, src/extension/internal/ps.cpp:
4290           Added printout comments for print debugging.  Fixed dash output
4291           bug #1104050.
4292         * src/dialogs/rdf.cpp: fixed rdf:bag displays.  Closes bug #1113316.
4294 2005-01-30  Jon A. Cruz  <jon@joncruz.org>
4295         * src/io/sys.h, src/io/sys.cpp: added utility routine to cleanup
4296           strings with invalid UTF-8 for display.
4298 2004-01-30  Kees Cook  <kees@outflux.net>
4300         * src/make.dep, src/make.exclude, src/make.files, src/make.ofiles,
4301           src/io/uristream.cpp, src/io/sys.cpp: additional win32 changes
4302           using Jon Cruz's new mkdir function.  Getting Win32 to compile the
4303           "io" directory.  Closes bug #1107305.
4304         * src/file.cpp, src/inkscape-stock.cpp, src/inkscape.cpp,
4305           src/interface.cpp, src/main.cpp, src/dialogs/export.cpp,
4306           src/dialogs/stroke-style.cpp, src/extension/input.cpp,
4307           src/extension/implementation/script.cpp, src/helper/stock-items.cpp,
4308           src/io/sys.cpp, src/io/sys.h, src/widgets/icon.cpp: wrapped
4309           g_file_test with new Inkscape::IO::file_test since g_file_test isn't
4310           utf8-safe.
4311         * src/inkscape.cpp: removed call to g_free on non-alloced string.
4312           fixed up crash-save location to be utf8-okay.
4313         * src/extension/extension.cpp: convert from utf8 before open.
4314         * src/sp-spiral.cpp, src/object-edit.cpp: found place where CLAMP on
4315           spiral's t0 wasn't working.  Closes bug #1075640.
4317 2004-01-28  MenTaLguY  <mental@rydia.net>
4319         * src/sp-object.h, src/sp-object.cpp:
4320           efficiency fixes which should be helpful when loading large documents
4322 2005-01-29  Jon A. Cruz  <jon@joncruz.org>
4324         * src/file.h, src/file.cpp, src/inkscape.cpp, src/sp-image.cpp,
4325           src/extension/implementation/script.cpp,
4326           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4327           src/extension/plugin/gimpgrad.cpp, src/helper/png-write.cpp,
4328           src/io/Makefile_insert, src/io/sys.h, src/io/sys.cpp,
4329           src/trace/imagemap.cpp, src/xml/repr-io.cpp:
4331           Refactored open routine to better location.
4333 2004-01-28  Kees Cook  <kees@outflux.net>
4335         * configure.ac: added test for libgc 6.4 or better.
4336         * src/main.cpp: calling new SPRepr methods instead of inline wrappers.
4338 2004-01-27  MenTaLguY  <mental@rydia.net>
4340         * src/xml/simple-node.h, src/xml/simple-node.cpp:
4342           SimpleNode::lastChild() and SimpleNode::appendChild() are now
4343           O(1) rather than O(n)
4345 2004-01-26  MenTaLguY  <mental@rydia.net>
4347         * src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
4348           src/xml/sp-repr-action.h, src/xml/sp-repr-event-vector.h:
4350           inlined legacy wrappers
4352         * src/xml/simple-node.cpp: really fixed #1108231 now
4354 2005-01-25  Jon A. Cruz  <jon@joncruz.org>
4356         * src/interface.cpp: Passed file import call to shared code.
4357           Fixed bug #1108620.
4359 2005-01-25  MenTaLguY  <mental@rydia.net>
4361         * src/xml/simple-node.cpp: fixed bug #1108231
4363 2005-01-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4365         * src/dialogs/desktop-properties.cpp: Changed set of paper sizes offered:
4367           Removed `Folio' pagesize (which means a different paper size to
4368           different people; will Folio be missed?  If so, can we improve
4369           the name?).
4371           Changed ISO page sizes (A0..A10, B0..B10) to match official ISO
4372           specification in mm.
4374           Note that these differ from ghostscript's idea of page sizes;
4375           see comment in desktop-properties.cpp for speculation of
4376           possible problems (fuzziness from antialiasing).
4378           (Note also that our previous sizes differed even more from
4379           gs_statd.ps...)
4381           Coalesced Ledger and Tabloid to a single entry (11x17in);
4382           previously they differed in size.
4384           Changed Icon 16x16 from 16pt to 16px; similarly Icon 32x32 and
4385           Banner 468x60.
4387 2004-01-24  MenTaLguY  <mental@rydia.net>
4389         * src/xml/simple-node.cpp: potential fix for bug #1108231
4391 2004-01-23  Ted Gould  <ted@gould.cx>
4393         * po/POTFILES.in, share/extensions/dia.inx,
4394         src/preferences-skeleton.h, src/extension/Makefile_insert,
4395         src/extension/dependency.cpp, src/extension/dependency.h,
4396         src/extension/error-file.cpp, src/extension/error-file.h,
4397         src/extension/extension.cpp, src/extension/extension.h,
4398         src/extension/init.cpp, src/extension/prefdialog.cpp:
4400         Adding in functionality to write out an error log based on the failing to
4401         load of extensions.  There is also a new error dialog that appears if one
4402         or more fail to alert the user and tell them where the error log is
4403         stored.  In the log there is more complex descriptions of what failed.
4405 2004-01-23  MenTaLguY  <mental@rydia.net>
4407         * src/sp-object.cpp: fix for id binding bug
4409 2004-01-23  MenTaLguY  <mental@rydia.net>
4411         * src/xml/repr-io.cpp: don't complain about not having a namespace
4412           URI for the standard xml: prefix
4414         * src/desktop-style.cpp, src/desktop.cpp, src/document-undo.cpp,
4415           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
4416           src/interface.cpp, src/nodepath.cpp, src/object-edit.cpp,
4417           src/path-chemistry.cpp, src/prefs-utils.cpp, src/select-toolbar.cpp,
4418           src/selection-chemistry.cpp, src/sp-defs.cpp, src/sp-flowdiv.cpp,
4419           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-item.cpp,
4420           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object.cpp,
4421           src/sp-offset.cpp, src/sp-pattern.cpp, src/sp-string.cpp,
4422           src/sp-text.cpp, src/sp-tspan.cpp, src/sp-use.cpp, src/splivarot.cpp,
4423           src/text-chemistry.cpp, src/text-context.cpp, src/text-editing.cpp,
4424           src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp,
4425           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
4426           src/extension/extension.h, src/extension/implementation/script.cpp,
4427           src/widgets/dash-selector.cpp, src/widgets/gradient-vector.cpp,
4428           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
4429           src/xml/comment-node.h, src/xml/element-node.h,
4430           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
4431           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
4432           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4433           src/xml/repr.h, src/xml/simple-document.cpp, src/xml/simple-document.h,
4434           src/xml/simple-node.cpp, src/xml/simple-node.h,
4435           src/xml/sp-repr-action.cpp, src/xml/sp-repr-doc.h, src/xml/sp-repr.h,
4436           src/xml/text-node.h:
4438           got rid of xml/repr-private.h, removed
4439           sp_repr_document_createTextNode(), made SPRepr and SPReprDoc abstract
4440           interfaces, and moved the SPRepr implementations into separate files
4441           in the Inkscape::XML namespace
4443         * src/util/shared-c-string-ptr.h: added equality operators to avoid
4444           certain ambiguities
4446 2004-01-22  MenTaLguY  <mental@rydia.net>
4448         * src/xml/Makefile_insert, src/xml/repr-private.h, src/xml/repr.cpp,
4449           src/xml/session.h, src/xml/simple-session.cpp, src/xml/simple-session.h,
4450           src/xml/sp-repr-action.cpp, src/xml/transaction-logger.h:
4452           added Inkscape::XML::Session and Inkscape::XML::TransactionLogger
4453           to provide a new interface for transactions, rather than doing it from
4454           SPReprDoc
4456 2004-01-22  MenTaLguY  <mental@rydia.net>
4458         * src/xml/Makefile_insert, src/xml/node-observer.h,
4459           src/xml/repr-private.h, src/xml/repr.cpp:
4461           moved repr loging behind generic observer interface
4463 2005-01-22  Ted Gould  <ted@gould.cx>
4465         * src/display/canvas-grid.cpp, src/display/canvas-grid.h;
4467         Fixing 1103001.  Now major grid lines work alot more like you
4468         think that they should.
4470 2005-01-21  MenTaLguY  <mental@rydia.net>
4472         * src/util/Makefile_insert, src/util/shared-c-string-ptr.cpp,
4473           src/util/shared-c-string-ptr.h, src/util/shared-c-string.cpp,
4474           src/util/shared-c-string.h, src/xml/repr-io.cpp,
4475           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4476           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h:
4478           renamed Util::SharedCString to Util::SharedCStringPtr, which is
4479           more descriptive of what it actually is
4481 2005-01-21  MenTaLguY  <mental@rydia.net>
4483         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp:
4485           simplify the cacheing of repr position indices, and make it something
4486           that can work with an abstract interface
4488 2005-01-20  Kees Cook  <kees@outflux.net>
4490         * src/file.cpp: added some debug output to help bulia debug bug #1102318.
4491         * configure.ac: more attempts at detecting the -lgc libs.
4493 2005-01-19  Kees Cook  <kees@outflux.net>
4495         * configure.ac: trying to correct the -lgc detection.
4496         * inkscape.pod: added theme details.
4497         * src/widgets/widget-sizes.h: went from 20 to 24 for toolbar icon size
4498           to match other GTK applications.
4499         * src/extension/db.cpp: corrected STL "not found" handling.  Didn't
4500           fix bug #1102318.
4502 2005-01-18  Kees Cook  <kees@outflux.net>
4504         * src/inkscape.h, src/inkscape.cpp, src/widgets/icons.cpp:
4505           Added basic theme support!  Whee!
4506         * share/inkscape/icons.svg: restoring original up/down/flip icons since
4507           icons are themable now.  We should stick to our original look.
4508         * share/screens/about.svg: added Brisgeek's 0.41 about screen.  Had
4509           to tweak background: looks like doc background isn't imported.
4510         * share/icons/*.xpm, share/icons/*.png: removed them.  Not being used.
4512 2005-01-17  MenTaLguY  <mental@rydia.net>
4514         * src/desktop-style.cpp, src/inkscape.cpp, src/interface.cpp,
4515           src/path-chemistry.cpp, src/prefs-utils.cpp, src/selection-chemistry.cpp,
4516           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-object.cpp,
4517           src/sp-text.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
4518           src/dialogs/xml-tree.cpp, src/extension/internal/pov-out.cpp,
4519           src/widgets/dash-selector.cpp, src/xml/repr-css.cpp,
4520           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
4521           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4522           src/xml/sp-repr-action.cpp:
4524           Made all SPRepr fields private, and moved most functionality into
4525           member functions.  Also shuffled SPReprDoc members, to avoid
4526           need for SPReprDoc to be finalized.
4528 2005-01-17  Kees Cook  <kees@outflux.net>
4530         * share/markers/markers.svg: applied patch #990884, which provides a
4531           few mirrored arrows until marker transforms are finished.
4532         * share/icons/icons.svg: updates per Bulia's request.
4534 2005-01-16  MenTaLguY  <mental@rydia.net>
4536         * src/sp-object.cpp: non-elements no longer get ids assigned
4538 2005-01-15  MenTaLguY  <mental@rydia.net>
4540         * src/arc-context.cpp, src/document-private.h, src/document.cpp,
4541           src/document.h, src/event-context.cpp, src/node-context.cpp,
4542           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4543           src/star-context.cpp, src/toolbox.cpp, src/uri-references.cpp,
4544           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4545           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4546           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4547           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
4548           src/xml/sp-repr-event-vector.h:
4550           Removed attribute setting callback, and decoupled ids and object/repr
4551           bindings (object <-> repr associations are now remembered directly,
4552           though ids are still tracked too).
4554           This means it is now possible to set a null id on an object without
4555           anything breaking (hopefully).  For now we will still assign ids
4556           to everything by default...
4558 2005-01-15  MenTaLguY  <mental@rydia.net>
4560         * src/arc-context.cpp, src/event-context.cpp, src/node-context.cpp,
4561           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4562           src/star-context.cpp, src/toolbox.cpp,
4563           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4564           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4565           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4566           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
4567           src/xml/sp-repr-event-vector.h:
4569           remove all veto callbacks but setting attributes
4571 2005-01-15  Kees Cook  <kees@outflux.net>
4573         * src/inkscape.cpp: correcting windows path for preferences.  Closes
4574         bug #933461.
4576         * src/file.cpp, src/nodepath.cpp, src/selection-describer.cpp,
4577         src/seltrans.cpp, src/sp-item-group.cpp, src/sp-path.cpp,
4578         src/sp-spiral.cpp, src/sp-star.cpp, src/dialogs/find.cpp:
4579         Using ngettext for plural localized strings.  Please try to keep this
4580         up.  Closes bug #1076872.
4582         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
4583         src/inkscape-stock.h, src/dialogs/stroke-style.cpp,
4584         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4585         src/dialogs/xml-tree.cpp: Finished the last of the missing pixmap
4586         replacements from Andreas Nilsson.  Fixed some mistakes in the earlier
4587         changes (need to call sp_icon_new_scaled not sp_icon_new).
4589 2005-01-14  MenTaLguY  <mental@rydia.net>
4591         * src/gc.cpp: leave the free space multiplier at the default, which
4592           will hopefully (according to Hans) avoid some of the odd gc issues
4593           we've had, if nothing else does
4595 2005-01-14  Kees Cook  <kees@outflux.net>
4597         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
4598         src/inkscape-stock.h, src/verbs.cpp, src/dialogs/stroke-style.cpp,
4599         src/dialogs/transformation.cpp, src/widgets/icon.cpp, src/widgets/icon.h,
4600         src/widgets/paint-selector.cpp:
4601         Fixed up code and replaced pixmaps with icons from myself and
4602         Andreas Nilsson.
4604 2005-01-11  MenTaLguY  <mental@rydia.net>
4606         * src/xml/repr-io.cpp: promote non-namespaced SVG documents into SVG
4607           namespace
4609 2005-01-08  MenTaLguY  <mental@rydia.net>
4611         * src/Makefile_insert, src/gc-anchored.cpp, src/gc-anchored.h:
4612           abstracted allocation of anchors
4614 2005-01-06  Ted Gould  <ted@gould.cx>
4616         * src/interface.cpp, src/extension/effect.cpp,
4617         src/extension/implementation/implementation.cpp,
4618         src/extension/implementation/implementation.h,
4619         src/extension/implementation/plugin-link.h,
4620         src/extension/implementation/plugin.cpp,
4621         src/extension/implementation/plugin.h,
4622         src/extension/implementation/script.cpp,
4623         src/extension/implementation/script.h, src/extension/plugin/gimpgrad.cpp,
4624         src/extension/plugin/grid.cpp:
4626         Changing the effects preferences so that it uses sockets and plugs which
4627         will allow out of process GUIs to work too.  This is a first pass with
4628         nothing beautiful, but it does seem to work.
4630 2005-01-03  MenTaLguY  <mental@rydia.net>
4632         * src/document.cpp, src/main.cpp, src/sp-root.cpp:
4633           get rid of ugly xmlns hacks
4635         * src/inkscape.cpp, src/extension/internal/svg.cpp, src/xml/repr-io.cpp:
4636           automatically include xmlns declarations for the required namespaces,
4637           and make a best effort at using a default namespace when requested
4638           and possible
4640 2005-01-02  Kees Cook  <kees@outflux.net>
4642         * share/icons/icons.svg: updated view and location
4643         * src/document.cpp, src/dialogs/rdf.cpp: fixed another bug in metadata
4644           due to svg: prefix change.
4645         * src/inkscape-stock.h, src/inkscape-stock.cpp, share/icons/Makefile.am:
4646           removed unused xpm icons
4648 2005-01-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4650         * src/fontsize-expansion.h, src/fontsize-expansion.cpp:
4651           New files.
4652         * src/Makefile_insert: Add the new files to libinkpre_a_SOURCES.
4653         * src/desktop-style.cpp (sp_desktop_apply_css_recursive):
4654           When calling sp_css_attr_scale, change the expansion calculation
4655           to use fontsize_expansion().
4656         * src/sp-text.cpp (sp_text_set_transform): Similarly use
4657           fontsize_expansion() instead of generic m.expansion().
4659 2005-01-01  Kees Cook  <kees@outflux.net>
4661         * src/extension/db.h, src/extension/db.cpp, src/extension/init.cpp:
4662         created "modulelist" to maintain initialization order for extension
4663         lists.
4665 2004-12-31  MenTaLguY  <mental@rydia.net>
4667         * src/xml/repr-io.cpp, src/xml/repr.h: initial scaffoliding for more
4668           cosmetic use of prefixes in output files (and eventually more proper
4669           namespace handling for output as well)
4671 2004-12-31  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4673         * src/sp-text.cpp (sp_text_set_transform): Change scaling of font size.
4674           The result should be closer to what CorelDraw, XaraX, Canvas 7 and
4675           Expression3 do according to vellum, though I don't know the exact
4676           rule that they use.
4678 2004-12-25  Ted Gould  <ted@gould.cx>
4680         * share/extensions/grid.inx, src/extension/extension.cpp,
4681         src/extension/extension.h, src/extension/plugin/grid.cpp:
4683         Futher improvements to the grid plugin.  This involves mostly adding in
4684         parameters at this time, but, ofcourse, I never implemented floating
4685         point parameters -- so that had to be done first.  More modular code so
4686         that things can be adjusted externally better.
4688 2004-12-25  Ted Gould  <ted@gould.cx>
4690         * share/extensions/Makefile.am, share/extensions/grid.inx,
4691         src/extension/implementation/plugin-link.h,
4692         src/extension/implementation/plugin.cpp,
4693         src/extension/plugin/Makefile_insert, src/extension/plugin/gimpgrad.cpp,
4694         src/extension/plugin/grid.cpp:
4696         Adding in a new effect plugin, grid.  It draws a grid on the canvas which
4697         is just an easy way to do some neat things.  It is mostly done, but still
4698         needs cleanup.  Some other files required modification to make this
4699         possible.
4701 2004-12-25  MenTaLguY  <mental@rydia.net>
4703         * src/event-context.cpp: removed unused handler
4705 2004-12-25  Ted Gould  <ted@gould.cx>
4707         * share/extensions/svg_dropshadow:
4709         Changing to use "svg:g" instead of "g" for the group.
4711         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h,
4712         src/extension/system.cpp, src/extension/system.h,
4713         src/extension/implementation/implementation.cpp,
4714         src/extension/implementation/implementation.h,
4715         src/extension/implementation/plugin.cpp,
4716         src/extension/implementation/plugin.h,
4717         src/extension/implementation/script.cpp,
4718         src/extension/implementation/script.h:
4720         Final stuff to get Effects working as well as the did before, which
4721         is okay, but not great.  This involved changing the API to get an SPView
4722         instead of an SPDocument because then I can get the selection information
4723         from the view that is being used.
4725 2004-12-24  MenTaLguY  <mental@rydia.net>
4727         * src/sp-object-repr.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
4728           src/dialogs/rdf.cpp, src/dialogs/xml-tree.cpp,
4729           src/widgets/sp-xmlview-tree.cpp, src/xml/repr-io.cpp,
4730           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4731           src/xml/repr.h:
4733           cleaned out unused code and unhygenic macros, as well as fixing
4734           constructors for text and comment nodes
4736 2004-12-24  Ted Gould  <ted@gould.cx>
4738         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h:
4740         Okay, now the effects menu really works!  Well, the implementation seems
4741         to be broken, but the wrapper seems to be all working.
4743 2004-12-24  Ted Gould  <ted@gould.cx>
4745         * src/interface.cpp, src/verbs.cpp, src/verbs.h, src/extension/effect.cpp,
4746         src/extension/effect.h:
4748         Getting the Effects menu basically working.  This included some fixes to
4749         the verbs where they were incrementing the database incorrectly.  The
4750         effects are the first component to take advantage of the dynamically
4751         created verbs, and exercised new code.  Now the basic menu is available,
4752         but there is no functionality there.
4754 2004-12-24  Ted Gould  <ted@gould.cx>
4756         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
4758         Basic code for the effects menu.
4760         * src/dialogs/filedialog.cpp, src/dialogs/filedialog.h,
4761         src/extension/db.cpp, src/extension/db.h:
4763         Changing the DB access functions to use std::list instead of GSList so
4764         that it is more standard, and we get rid of a specialized class that
4765         really isn't that useful.  Less memory usage, and fixes a leak.
4767         * src/extension/effect.cpp, src/extension/effect.h:
4769         Adding in a "Last Effect" to be used in the menus.
4771         * src/extension/extension-forward.h, src/extension/extension.cpp,
4772         src/extension/extension.h, src/extension/input.cpp,
4773         src/extension/output.cpp, src/extension/timer.cpp, src/extension/timer.h,
4774         src/extension/Makefile_insert:
4776         Adding in the timer functions so that modules will unload in a given
4777         amount of time.  For more information on this read the documentation
4778         in the files.  Kinda a lazy deallocation.
4780         * src/extension/implementation/implementation.cpp:
4782         Fix unload so that it is not recursive.
4784 2004-12-23  MenTaLguY  <mental@rydia.net>
4786         * src/arc-context.cpp, src/document.cpp, src/draw-context.cpp,
4787           src/dyna-draw-context.cpp, src/file.cpp, src/gradient-chemistry.cpp,
4788           src/interface.cpp, src/layer-fns.cpp, src/main.cpp, src/object-ui.cpp,
4789           src/path-chemistry.cpp, src/rect-context.cpp,
4790           src/selection-chemistry.cpp, src/sp-anchor.cpp, src/sp-clippath.cpp,
4791           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
4792           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-gradient-test.cpp,
4793           src/sp-gradient.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4794           src/sp-line.cpp, src/sp-marker.cpp, src/sp-mask.cpp,
4795           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-offset.cpp,
4796           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4797           src/sp-polyline.cpp, src/sp-rect.cpp, src/sp-root.cpp,
4798           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp, src/sp-text.cpp,
4799           src/sp-tspan.cpp, src/sp-use.cpp, src/spiral-context.cpp,
4800           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
4801           src/text-context.cpp, src/dialogs/find.cpp, src/dialogs/rdf.cpp,
4802           src/dialogs/xml-tree.cpp, src/ecma/EcmaBinding.cpp,
4803           src/extension/internal/gdkpixbuf-input.cpp,
4804           src/extension/internal/svg.cpp, src/livarot/ShapeDraw.cpp,
4805           src/xml/repr-io.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp:
4807           use normalized qnames for SVG elements too
4809 2004-12-23  Kees Cook  <kees@outflux.net>
4811         * configure.ac, src/Makefile_insert, src/extension/script/Makefile_insert:
4812           adding Perl and Python compile tests.  Corrected library locations.
4813         * src/extension/script/InkscapeScript.h,
4814           src/extension/script/InkscapePython.cpp,
4815           src/extension/script/InkscapeScript.cpp: white space fix, and
4816           added config.h, and some small debugging for myself.  Hope Bob doesn't
4817           mind!  :)
4818         * src/dialogs/scriptdialog.cpp: added comments to default code.
4820 2004-12-22  Kees Cook  <kees@outflux.net>
4822         * configure.ac, src/extension/script/Makefile_insert: automake cleanups
4823           to deal with perl/python detection.
4825 2004-12-20  David Turner <novalis@gnu.org>
4826         * src/widgets/gradient-vector.cpp:
4827           Fixed bug with gradient stops at 0 and 100%.  Closes 1085920.
4829 2004-12-18  Bob Jamison  <rjamison@titan.com>
4831         * src/extensions/script/*:
4832           New files that enable embedding of scripting languages
4833           in Inkscape.  Currently using Swig to embed Perl and Python.
4835         * autoconf.ac:
4836           Allow opting for perl or python with --with-perl=yes|no
4837           and --with-python=yes|no
4839 2004-12-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4841         * streq.h (streq), strneq.h (strneq), memeq.h (memeq):
4842           New convenience functions for strcmp(a,b)==0 etc.
4844         * src/dir-util.cpp (sp_relative_path_from_path):
4845           Fix when base is a string prefix of path but a directory prefix
4846           (e.g. path=/foo/barney, base=/foo/bar).
4848 2004-12-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4850         * src/sp-conn-end.cpp (sp_conn_end_move_compensate):
4851           Fix for undo/save: wasn't calling updateRepr().
4853 2004-12-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4855         * src/style.cpp (sp_style_merge_from_style_string):
4856           More standards-conforming parsing of style strings into prop:value
4857           pairs.
4859 2004-12-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4861         * src/style.h, src/style.cpp, src/libnrtype/font-style-to-pos.cpp:
4862           Fix font-weight value: s/darker/bolder/.
4864         * src/style.cpp (sp_style_merge_from_parent):
4865           Fix bug with specifying stroke-width with unit of em or ex.
4866           (We were ignoring the number, treating it as 1em or 1ex.)
4868         * src/style.h, src/style.cpp (sp_style_read_dash,
4869           sp_style_write_string, sp_style_write_difference):
4870           Allow `inherit' as a value for dasharray.
4871           (Also plug small memory leak in sp_style_read_dash.)
4873 2004-12-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4875         * src/style.cpp (sp_style_write_string):
4876           Fix for when stroke-dasharray either explicitly set to `none', or
4877           inherits non-none.
4879         * src/style.cpp (sp_style_write_ienum):
4880           Fix: preserve explicit `inherit' request.
4881         * (sp_style_read, sp_style_merge_property):
4882           Allow explicit `inherit' for `display' property.
4884         * src/style.cpp (sp_style_read):
4885           Fix copy&paste bug affecting `visibility' and `display' properties.
4887 2004-12-07  David Turner  <novalis@gnu.org>
4889         * src/libnrtype/RasterFont.cpp, src/display/nr-arena-shape.cpp:
4890         Fixed dash rendering bug (#1077213)
4892 2004-12-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4894         * src/style.h, src/style.cpp: Support all `display' values
4895           required by SVG 1.1.  (No functional change, insofar as the new
4896           values all have the same behaviour as our existing `block' value
4897           in SVG.)
4898         * src/sp-item.cpp, src/style.cpp: Use `inline' (SP_CSS_DISPLAY_INLINE)
4899           rather than `block' as our generic display value meaning `don't hide
4900           this', as per spec.
4902         * src/style.cpp: Prefer to write lr-tb etc. rather than the
4903           abbreviations lr etc.  (Also add comment saying why.)
4905 2004-12-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4907         * src/dialogs/xml-tree.cpp (on_attr_select_row_set_value_content):
4908           Fix segfault: treat NULL as empty string for display purposes.
4910 2004-11-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4912         * src/svg/svg.h, src/svg/sp-svg.def, src/svg/svg-length.cpp:
4913           (sp_svg_boolean_read, sp_svg_write_percentage):
4914           Remove these unused functions.
4915           (sp_svg_length_read_lff, sp_svg_number_write_d,
4916           sp_svg_number_write_i): Mark static.
4918         * configure.ac:
4919           When adding -lgc to LIBS, also add its dependencies -lpthread -ldl.
4921 2004-11-28  Ted Gould  <ted@gould.cx>
4923         * 0.40
4925 2004-11-25  MenTaLguY  <mental@rydia.net>
4927         * share/tutorials/tutorial-calligraphy.svg: spelling fix
4929         * src/widgets/layer-selector.cpp: fixing the layer selector update bug;
4930           sigc++ apparently doesn't deal with reference arguments very well
4932 2004-11-25  MenTaLguY  <mental@rydia.net>
4934         * src/layer-fns.cpp: fix layer creation within sublayers
4936         * src/dialogs/layer-properties.cpp: fix dialog leak
4938 2004-11-25  MenTaLguY  <mental@rydia.net>
4940         * src/inkscape.cpp: eliminate duplicated code across #ifdefs
4942         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
4943           src/dialogs/layer-properties.h:
4945           LayerPropertiesDialog is no longer a singleton, since it's kind of a
4946           per-desktop (well, ideally per-document) thing.  Remaining to do:
4947           fix update of layer selector widget, and eliminate leak of dialog
4948           objects.
4950 2004-11-24  Kees Cook  <kees@outflux.net>
4952         * inkscape.spec: added SMP flags, added static library link capability.
4954 2004-11-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4956         * src/draw-context.cpp (spdc_concat_colors_and_flush):
4957           Do nothing if empty curve; in particular, don't try to close an
4958           empty curve.
4960         * src/pen-context.cpp (spdc_endpoint_snap):
4961           Fix use of uninitialized value when snapping.
4963 2004-11-23  Bryce Harrington <bryce@bryceharrington.org>
4965         * src/dialogs/layer-properties.cpp:  Fixing bug causing two new
4966           layers to get created when hitting enter
4968 2004-11-23  Kees Cook  <kees@outflux.net>
4970         * share/tutorials: added Josh's changes, resized, repositioned for
4971           800x600.
4972         * src/verbs.h, src/verbs.cpp, src/interface.cpp: added tracing
4973           tutorial.
4975 2004-11-23  MenTaLguY  <mental@rydia.net>
4977         * src/rect-context.cpp: disallow drawing on locked or invisible layers
4979         * src/widgets/layer-properties.h, src/widgets/layer-properties.cpp:
4980           slight HIG-ification
4982         * src/desktop.cpp, src/desktop.h, src/widgets/layer-selector.cpp,
4983           src/widgets/layer-selector.h, src/verbs.cpp, src/sp-desktop-widget.h
4985           removed vestigal layer renaming thing
4987         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
4988           src/dialogs/layer-properties.h:
4990           reuse dialog for creating layers as well as for renaming them
4992 2004-11-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4994         * src/display/bezier-utils.cpp (generate_bezier): For the sake of
4995           our current pencil tool, don't use free optimization of the end
4996           tangent vector.
4998 2004-11-21  MenTaLguY <mental@rydia.net>
5000         * src/verbs.cpp: add accels for layer menu items
5002 2004-11-21  Bryce Harrington <bryce@bryceharrington.org>
5004         * src/dialogs/layer-properties.cpp, src/verbs.cpp,
5005           src/dialogs/layer-properties.h: Hooking up layer rename
5006           functionality, and making it show correctly.
5008         * src/dialogs/debugdialog.cpp, src/dialogs/find.cpp,
5009           src/dialogs/tracedialog.cpp:  Fixing dialog show behavior
5011 2004-11-21  Kees Cook  <kees@outflux.net>
5013         * src/sp-object.cpp, src/sp-metadata.cpp: added some debugging, and
5014           fixed a dumb error in my metadata _release handler.  Should mostly
5015           close bug 1069772.
5016         * src/Makefile_insert, src/sp-skeleton.cpp, src/sp-skeleton.h:
5017           created some example SPObject implementations for a basis for any
5018           new SPObjects in the future.
5019         * src/dialogs/xml-tree.cpp: fixing logic bug in identability checker.
5020           Added immutability test to actually close 1069772.
5021         * share/icons/icons.svg, src/verbs.cpp, src/interface.cpp: adding
5022           icons for the "new" menu, vacuum, reverse, make bitmap, and trace.
5024 2004-11-20  Jon A. Cruz  <jon@joncruz.org>
5026         * src/extension/db.h, src/extension/db.cpp, src/dialogs/filedialog.cpp:
5027           Added extension matching pattern. Fixed bug 1064888.
5029         * src/dialogs/filedialog.cpp (isValidImageFile):
5030           Fixed previewing bug 1067551.
5032 2004-11-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5034         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
5035           Add splitpoints parameter.  Callers updated.
5037         * src/display/bezier-utils.cpp
5038           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full):
5039           Change last parameter from lg_max_beziers to max_beziers.
5040           Callers updated.
5042 2004-11-19  Bryce <bryce@bryceharrington.org>
5044         * src/dialogs/layer-properties.cpp,
5045           src/dialogs/layer-properties.h:  Adding some widgets.
5047 2004-11-18  Bryce <bryce@bryceharrington.org>
5049         * src/dialogs/Makefile_insert, src/dialogs/makefile.msc,
5050           src/dialogs/layer-properties.h, src/dialogs/layer-properties.h:
5051           Adding a layer properties dialog for renaming layers
5053         * src/desktop.cpp src/interface.cpp, src/verbs.cpp,
5054           src/verbs.h src/dialogs/layer-properties.cpp,
5055           src/dialogs/layer-properties.h,
5056           src/widgets/layer-selector.cpp:  Hooking in layer props dialog.
5058 2004-11-16  MenTaLguY  <mental@rydia.net>
5060         * src/widgets/document-tree-model.cpp, src/widgets/document-tree-model.h,
5061           src/widgets/layer-selector.cpp, src/widgets/Makefile_insert:
5063           removed Widgets::DocumentTreeModel because unused
5065         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5066           src/xml/repr.h:
5068           cache successive sibling counts (self+subsequent siblings) in SPRepr
5069           to make sp_repr_n_children() and sp_repr_position() more efficient,
5070           which will be needed later for e.g. GTK tree models.
5072           sp_repr_nth_child() isn't any faster as a result of the changes,
5073           but it probably won't need to be
5075         * src/xml/repr.cpp: fixed refcount leak in SPRepr::SPRepr(SPRepr const &)
5077 2004-11-15  MenTaLguY  <mental@rydia.net>
5079         * src/gc.cpp: add initial stubs that print an informative error
5080           if the GC functions are used before Inkscape::GC::init() is called
5082 2004-11-14  MenTaLguY  <mental@rydia.net>
5084         * configure.ac, src/gc-core.h, src/gc-managed.h, src/gc-anchored.h,
5085           src/gc-finalized.h, src/gc.cpp:
5087           make disabling the collector a run-time rather than a compile-time
5088           option; there are now three garbage collector options, selectable
5089           by setting the _INKSCAPE_GC environment variable:
5091            * enable - the normal collector (default)
5092            * debug - the debugging collector
5093            * disable - use standard malloc in place of the libgc allocator
5095 2004-11-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5097         * src/display/bezier-utils.cpp: Make end tangent/s be unconstrained for
5098           sp_bezier_fit_cubic, sp_bezier_fit_cubic_r, and around corner nodes.
5100         * src/pencil-context.cpp (fit_and_split): Allow the bezier fitter to
5101           choose the middle control points freely except to the extent required
5102           for smooth nodes.
5104         * src/display/bezier-utils.cpp (generate_bezier):
5105           If either end tangent is specified as zero then estimate the
5106           corresponding control point without constraining its direction
5107           from the endpoint.
5109         * src/pencil-context.h, src/pencil-context.cpp
5110           (fit_and_split, sp_pencil_context_init): Explicitly remember required
5111           tangent instead of using "first two points" hack.
5113         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
5114           Detect & prevent "ghost spikes", by allowing a corner node if
5115           the specified tangent would result in a spike.
5117         * src/display/bezier-utils.cpp (generate_bezier): Better handling
5118           of the case of infinite solutions for the lengths of the two
5119           tangent vectors: try requiring that the lengths equal each other,
5120           and solving for that length (just one variable).
5122 2004-11-13  Kees Cook  <kees@outflux.net>
5124         * src/document.cpp: wrapped updateDisplay call in undo insensitivity.
5125           Closes bug #1030436.
5127 2004-11-12  MenTaLguY  <mental@rydia.net>
5129         * src/main.cpp: fpresetsticky -> fpsetsticky
5131         * src/verbs.cpp: cast width changes
5133         * src/libnrtype/FlowBoxes.h, src/libnrtype/FlowDefs.h,
5134           src/libnrtype/FlowDest.h, src/libnrtype/FlowEater.h,
5135           src/libnrtype/FlowRes.h, src/libnrtype/FlowSols.h,
5136           src/libnrtype/FlowSrc.h, src/libnrtype/FlowSrcText.h,
5137           src/libnrtype/FlowStyle.h, src/libnrtype/FlowUtils.h:
5138           remove stdint.h which isn't being used here
5140         * src/widgets/icon.h, src/widgets/icon.cpp:
5141           icon greys out when insensitive
5143         * src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
5144           documentation
5146         * src/verbs.cpp: changed cast to reinterpret_cast to hopefully
5147           avoid compiler warning
5149 2004-11-11  Kees Cook  <kees@outflux.net>
5151         * src/seltrans.cpp, src/select-context.cpp: ref counting SPObjects
5152           correctly so undo's don't blow up an active resize/move.  Closes
5153           bug #1018756.
5155 2004-11-11  MenTaLguY  <mental@rydia.net>
5157         * src/inkscape.cpp, src/main.cpp, src/widgets/icon.cpp:
5158           removed sp_bitmap_icons
5160         * configure.ac, src/sp-image.cpp, src/object-ui.cpp:
5161           removed stale autotrace support code
5163 2004-11-10  MenTaLguY  <mental@rydia.net>
5165         * src/sp-item.cpp, src/sp-clippath.cpp, src/cp-mask.cpp:
5166           minor refcounting tweaks
5168         * src/sp-image.cpp: fixed failure to release GdkPixbufLoader when
5169           done with it (fixes bug #1063054)
5171 2004-11-10  Kees Cook  <kees@outflux.net>
5173         * configure.ac, src/gc-core.h: corrected gc.h path detection.
5175 2004-11-09  MenTaLguY  <mental@rydia.net>
5177         * src/dialogs/fileselector.cpp: fixed cut-and-paste refcount bug
5178           between SVGPreview::setFileName and SVGPreview::setFromMem that
5179           was leaking bitmap image preview SPDocuments
5181 2004-11-09  Bryce Harrington <bryce@bryceharrington.org>
5183         * src/dialogs/item-properties.cpp
5185 2004-11-09  MenTaLguY  <mental@rydia.net>
5187         * src/sp-item.cpp, src/style.cpp, src/style.h:
5188           use 'display' rather than 'visibility' for hiding, and give display
5189           a more "modern" representation in SPStyle like visibility's
5191 2004-11-09  Kees Cook  <kees@outflux.net>
5193         * src/dialogs/xml-tree.cpp: added better context to the status bar.
5194           added warning flash for id conflicts.
5195         * src/toolbox.cpp: killed some copy/paste code while bug hunting.
5197 2004-11-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5199         * src/sp-item.h, src/sp-item.cpp
5200           (isExplicitlyHidden, setExplicitlyHidden): New methods.
5202         * src/dialogs/item-properties.cpp: Change from having a `Visible'
5203           checkbox that explicitly sets the SVG visibility property to
5204           having a `Hide' checkbox that controls whether or not the
5205           element has visibility:hidden.  (Mitigates #1061934.)
5207         * src/sp-object.h, src/sp-object.cpp (visible, setVisible):
5208           Remove these methods.
5210 2004-11-07  MenTaLguY  <mental@rydia.net>
5212         * src/gc-finalized.h: fix for Debian bug #279991 (cast to ptrdiff_t
5213                               rather than int), and basic documentation
5215 2004-11-06  MenTaLguY  <mental@rydia.net>
5217         * src/sp-item.cpp: fix desktop-specific version of SPItem::isHidden()
5218                            to deal correctly with parent visibility
5220 2004-11-05  MenTaLguY  <mental@rydia.net>
5222         * src/widgets/layer-selector.cpp: more work on making the lock/hide
5223           buttons actually do something
5225         * src/sp-item.cpp, src/sp-item.h: implement lock/hide related methods
5227         * src/verbs.cpp: "Remove All Kerns" -> "Remove Manual Kerning"
5229 2004-11-04  Kees Cook  <kees@outflux.net>
5231         * src/dialogs/rdf.h, src/dialogs/rdf.cpp: added rdf:Bag for the
5232           dc:subject keyword list.  Closed bug #1021025.
5233         * src/dialogs/xml-tree.cpp, src/widgets/sp-xmlview-attr-list.cpp,
5234           src/widgets/sp-xmlview-attr-list.h: added status bar to XML
5235           editor.  added row-change callback for XML tree view.  This
5236           all supports a possible future solution to bug #869683.
5237         * src/dialogs/desktop-properties.cpp: memory leak in RDF code.
5239 2004-11-04  MenTaLguY  <mental@rydia.net>
5241         * src/widgets/layer-selector.cpp: togglable images and formatting
5242           changes (make current layer bold)
5244         * src/uri.h, src/uri.cpp: added assignment operator
5246 2004-11-03  MenTaLguY  <mental@rydia.net>
5248         * src/widgets/Makefile_insert, src/widgets/shrink-wrap-button.cpp,
5249           src/widgets/shrink-wrap-button.h:
5251           added Inkscape::Widgets::shrink_wrap_button, to make any gtk button
5252           an SPButton-like shrink-wrapped button
5254         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5256           abandon SPButton for layer selector buttons
5258 2004-11-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5260         * po/check-markup: New script: detects <b>markup<b> <b>problems<7b>
5261           in the <b>translated strings.  (~10 such problems found.)
5262         * Makefile.am (all, check, distcheck): Run po/check-markup (with
5263           varying permissiveness of errors).
5265 2004-11-02  MenTaLguY  <mental@rydia.net>
5267         * doc/keys.xml: added documentation of layer keys
5269 2004-11-01  Kees Cook  <kees@outflux.net>
5271         * src/dialogs/align.cpp, src/dialogs/debugdialog.cpp: localized
5272         some missed strings.
5274 2004-11-01  MenTaLguY  <mental@rydia.net>
5276         * share/icons/icons.svg: gave bulia's eye icons ids
5278         * src/widgets/layer-selector.h, src/widgets/layers-selector.cpp:
5279           fixed up visibility/lock toggles... now to make them actually do
5280           something
5282 2004-10-31  MenTaLguY  <mental@rydia.net>
5284         * src/util/glib-list.h: adaptor for glib lists
5286         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5287           save the repr next to the SPObject
5289 2004-10-30  MenTaLguY  <mental@rydia.net>
5291         * src/util/list.h: more list cleanups and documentation
5293         * src/verbs.cpp: call sp_document_done() for layer verbs too
5295 2004-10-30  Bryce Harrington <bryce@bryceharrington.org>
5297         * src/dialogs/item-properties.cpp, src/sp-object.h:  Cleaning up
5298         stubs, disabling some more of the desc code to prevent crash.
5299         The change to SPObject::label() broke the label editing code;
5300         fixing it.
5302 2004-10-30  Kees Cook  <kees@outflux.net>
5304         * src/sp-metadata.cpp, src/sp-metadata.h, src/Makefile_insert,
5305         src/document.cpp, src/sp-object-repr.cpp, src/sp-object.cpp:
5306         I've created my very first SPObject!  SPMetadata is alive!  No
5307         more nasty hack to have it disappear from SVG Plain.  Mental
5308         won't have to take away my CVS access any more!  :)
5309         * inkscape2.nsi: update from Adib Taraben
5311 2004-10-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5313         * src/libnr/nr-matrix.cpp (nr_matrix_invert):
5314           Fix for last commit to this file, which broke src==dest case.
5315         * src/libnr/nr-matrix-test.cpp: Add test cases for nr_matrix_invert.
5317 2004-10-30  MenTaLguY  <mental@rydia.net>
5319         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5320           update when layers added/removed/reordered.
5322         * src/verbs.h, src/verbs.cpp: added "rename layer" verb.
5324 2004-10-29  Kees Cook  <kees@outflux.net>
5326         * src/Makefile_insert, src/trace/Makefile_insert,
5327         src/util/Makefile_insert: distcheck cleanups.
5329 2004-10-29  MenTaLguY  <mental@rydia.net>
5331         * src/widgets/layer-selector.cpp: default labels in italic
5333         * src/sp-object.h, src/sp-object.cpp: inkscape:label fixes
5335         * src/layer-fns.cpp: make ordering of layers complete; not just among
5336                              siblings
5338         * src/util/list.h: documentation update
5340 2004-10-29  Bryce Harrington <bryce@bryceharrington.org>
5342         * layer-fns.cpp:  documenting
5343         * layer-selector.cpp:  documenting & fixing funky widget resizing
5344         * object-ui.cpp, dialogs/item-properties.cpp, sp-object.h,
5345           sp-object.cpp, widgets/layer-selector.cpp: add ability to set
5346           inkscape:label from "Item Properties", remove id setting from
5347           "Item Properties", switch to using
5348           SPObject::label()/SPObject?::defaultLabel() in UI where object
5349           ID is currently used.  Documenting.  Switching from "label" to
5350           "inkscape:label" where appropriate.  Adding
5351           visible()/setVisible() functions and activating checkbox.
5352         * dialogs/item-properties.cpp:  Adding title and desc boxes.
5353           Adjusting layout of dialog a bit.  Changing to use of tables
5354           instead of horiz/vert boxes for layout.  Setting to inactive
5355           until some underlying bits get finished.
5357 2004-10-29  Kees Cook  <kees@outflux.net>
5359         * src/dialogs/export.cpp: moved function-based static state variable
5360           into the dialog state variables.  Closes bug #993447.
5361         * src/display/curve.cpp: fixed compile warning.
5362         * src/sp-namedview.cpp: wasn't ref counting correctly.  Closes #955020.
5364 2004-10-29  Jon A. Cruz  <jon@joncruz.org>
5366         * src/sp-image.cpp, src/extension/internal/gdkpixbuf-input.cpp:
5367           Refactoring filenames and file opening
5368           Scales imported images if DPI is known and not 72 DPI. Fixes
5369           #1029755
5371 2004-10-29  MenTaLguY  <mental@rydia.net>
5373         * src/widgets/layer-selector.cpp, src/verbs.cpp:
5374           unselect objects when layer is manually switched
5376 2004-10-28  Kees Cook  <kees@outflux.net>
5378         * src/document-undo.cpp, src/document.cpp, src/sp-namedview.cpp,
5379           src/sp-text.cpp, src/dialogs/desktop-properties.cpp,
5380           src/dialogs/export.cpp, src/extension/input.cpp,
5381           src/extension/output.cpp, src/extension/system.cpp:
5382           Fixing calls to sp_document_set_undo_sensitive to correct allow for
5383           nesting, as suggested by mental.  Found while tracking down bug
5384           #1030436.
5386 2004-10-28  MenTaLguY  <mental@rydia.net>
5388         * src/util/list.h: cleanups of list class.  I think, aside from
5389           documentation and maybe fixes for g++ 3.4 (if required), this
5390           is the last set of changes I will need to make.
5392         * src/sp-item.cpp, src/splivarot.cpp, src/util/reverse-list.h,
5393           src/util/filter-list.h, src/util/map-list.h:
5394           adjust for changes in the list class' interface
5396         * src/desktop.cpp, src/sp-desktop-widget.h:
5397           removed old layer selector and added SPDesktop::itemIsHidden()
5399         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5400           more work; it's now at least as functional as the old selector it
5401           replaces
5403 2004-10-27  Kees Cook  <kees@outflux.net>
5405         * src/libnr/nr-point.h: use NR::X and NR::Y instead of "0" and "1".
5406         * src/dialogs/export.cpp: stack/register weirdness requires a function
5407           call to get true == comparison of NR::Rect's.  Closes bug #1048614.
5408         * src/dialogs/align.cpp: saving erased iterator.  Closes bug #1054270.
5409         * share/extensions/ill2svg.pl: added strict, warnings, and detection
5410           of Image::Magick module.  Closes bug #990659.
5411         * src/dialogs/find.h, src/dialogs/find.cpp: removed unfinished new
5412           find dialog instantiation.  Closes bug #1048802.
5414 2004-10-27  Carl Hetherington  <inkscape@carlh.net>
5416         * src/extension/output.cpp: better fix for 1004134 after advice
5417         from Ted.
5419 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
5421         * src/extension/output.cpp: don't reset modified flag until after
5422         save has happened, in case it fails.  Fixes 1004134.
5424         * src/livarot/ShapeSweep.cpp: fix a typo in my cleanups.  Fixes
5425         1048151.
5427 2004-10-25  Bryce Harringotn <bryce@bryceharrington.org>
5429         * file.cpp, file.h, dialogs/export.cpp: Adding error return logic
5430           for png export code so that failure to write can be tracked.
5431           Adding an error dialog for when this occurs.  Fixes bug 1038932.
5433         * extension/system.cpp:  Changing sp_ui_error_dialog to g_warning
5434           so won't crash when running from commandline.  Fixes bug
5435           1000350.
5437         * inkscape.cpp, inkscape.h, main.cpp, dialogs/filedialog.cpp:
5438           Adding Inkscape::Application::use_gui flag as temporary hack to
5439           prevent gui dialogs from being used when running from
5440           commandline.  Fixes bug 1045067.
5442 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
5444         * src/livarot/PathCutting.cpp: fix a couple of bugs that I
5445         introduced that cause crashes on cut path.
5447 2004-10-25  Kees Cook  <kees@outflux.net>
5449         * src/sp-object.cpp: nasty hack to not export metadata on "Plain SVG".
5450           I promise I'll fix this with a proper SPObject soon.
5452 2004-10-25  Jon A. Cruz  <jon@joncruz.org>
5453         * src/file.cpp, src/file.h, src/inkscape.cpp, src/sp-image.cpp,
5454         src/uri.cpp, src/uri.h, src/dialogs/filedialog.cpp,
5455         src/extension/input.cpp, src/extension/implementation/script.cpp,
5456         src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
5457         src/extension/internal/win32.h, src/extension/plugin/gimpgrad.cpp,
5458         src/helper/png-write.cpp, src/trace/imagemap.cpp, src/xml/repr-io.cpp:
5460         Refactoring filenames and file opening
5462 2004-10-24  MenTaLguY  <mental@rydia.net>
5464         * src/Makefile.am: added/removed files
5466         * src/util/copy-list.h: nobody's using it right now, get rid of it
5468         * src/traits/copy.h, src/traits/list-copy.h:
5469           traits for determining the type to make a copy of a value
5471         * src/sp-item.cpp, src/util/filter-list.h src/util/map-list.h,
5472           src/util/reverse-list.h, src/widgets/layer-selector.cpp
5473           src/xml/sp-repr-action.cpp:
5475           let the list functions infer their own result type (where possible)
5477         * src/util/forward-pointer-iterator.h: its value type is a reference
5479 2004-10-23  MenTaLguY  <mental@rydia.net>
5481         * src/desktop.cpp: removed vertical usize limits on statusbar
5483         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5484           more layer selector work; simplfied model and customized CellRenderer
5485           settings a bit
5487         * src/attributes.cpp, src/attributes.h, src/sp-object.cpp, src/sp-object.h:
5488           add inkscape:label attribute
5490         * src/file.cpp, src/sp-anchor.h, src/sp-animation.h, src/sp-chars.h,
5491           src/sp-clippath.h, src/sp-conn-end.cpp, src/sp-defs.h, src/sp-ellipse.h,
5492           src/sp-gradient.h, src/sp-guide.h, src/sp-image.h, src/sp-line.h,
5493           src/sp-linear-gradient.h, src/sp-marker.h, src/sp-mask.h,
5494           src/sp-namedview.h, src/sp-object-group.h, src/sp-offset.h, src/sp-path.h,
5495           src/sp-pattern.h, src/sp-polygon.h, src/sp-polyline.h,
5496           src/sp-radial-gradient.h, src/sp-rect.cpp, src/sp-rect.h, src/sp-root.h,
5497           src/sp-spiral.h, src/sp-star.h, src/sp-stop.h, src/sp-string.h,
5498           src/sp-symbol.h, src/sp-text.h, src/sp-tspan.h, src/sp-use.h,
5499           src/sp-offset.cpp, src/sp-shape.h:
5501           make inheritance actual
5503 2004-10-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5505         * src/libnr/*: Move some things from nr-matrix-ops.h to new files.
5507         * src/libnr/nr-point-fns.h, src/libnr/nr-point-fns.cpp:
5508           New function is_zero.  Move is_unit_vector here
5509           (was private to sp-spiral.cpp).
5511         * src/display/bezier-utils-test.cpp: Disable a test, replacing with a
5512           todo printf and adding a comment explaining.
5514 2004-10-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5516         * src/pencil-context.cpp: Ensure that data points array p is uniqued
5517           and contains no NaNs.
5519         * src/libnr/nr-point-fns.cpp (LInfty): Fix bug with NaN coordinates:
5520           return NaN (rather than unspecified behaviour).
5521         * src/libnr/nr-point-fns-test.cpp: Add test cases for L1,L2,LInfty
5522           handling of NaN.
5524         * src/pencil-context.cpp: Fix bug: undesirable interactions between
5525           snapping and snap-to-anchor.
5527 2004-10-21  MenTaLguY  <mental@rydia.net>
5529         * src/desktop.cpp: SPDesktop::currentRoot() should pull from
5530           the current layer hierarchy just like SPDesktop::currentLayer();
5531           doubly so, since currently when switching documents the layer hierarchy
5532           is updated before the document is switched
5534         * src/util/Makefile_insert, src/util/copy-list.h: add list copy thingy
5536         * src/util/list.h: add rest()
5538         * src/util/reverse-list.h: bug fixes to reverse_list_in_place()
5540         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5541           more work on layer selector
5543 2004-10-21  Carl Hetherington  <inkscape@carlh.net>
5545         * src/livarot/Path.cpp, src/livarot/Path.h,
5546         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5547         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5548         src/livarot/ShapeMisc.cpp: excise separate path description data
5549         structure.
5551         * src/livarot/Path.h, src/livarot/Path.cpp,
5552         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5553         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5554         src/livarot/ShapeMisc.cpp, src/livarot/livarot-forward.h: move
5555         path description structs into their own files, and rename a few
5556         member variables.
5558         * src/livarot/Path.h, src/livarot/PathConversion.cpp,
5559         src/livarot/PathOutline.cpp: remove some unused functions.
5561 2004-10-20  Carl Hetherington  <inkscape@carlh.net>
5563         * src/livarot/Path.cpp: fix for 1050379, and probably lots of
5564         others.
5566         * src/livarot/Path.h, src/livarot/PathOutline.cpp: bug fix for a
5567         previous commit.
5569         * src/livarot/Path.cpp: fix a memory leak.
5571 2004-10-19  Carl Hetherington  <inkscape@carlh.net>
5573         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: more
5574         simplification cleanups.
5576         * src/livarot/PathStroke.cpp: coding style cleanups.
5578         * src/livarot/Path.h, src/livarot/PathSimplify.cpp,
5579         src/livarot/PathStroke.cpp: more cleanups; don't modify Path::pts
5580         and Path::nbPt.
5582         * src/livarot/Path.cpp, src/livarot/Path.h,
5583         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5584         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: use a
5585         std::vector for Path::pts.
5587 2004-10-18  Carl Hetherington  <inkscape@carlh.net>
5589         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: coding style
5590         and const cleanups.
5592         * src/livarot/PathSimplify.cpp: some very minor cleanups, and
5593         temporary comments for myself.
5595         * src/livarot/PathConversion.cpp: coding style cleanups.
5597         * src/livarot/PathConversion.cpp: fix for bug 1048827.
5599         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: clean up
5600         simplification code.
5602 2004-10-17  MenTaLguY  <mental@rydia.net>
5604         * share/templates/Makefile.am, share/templates/layers.svg:
5605           added a layer template
5607         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5608           more layer selector work
5610         * src/util/filter-list.h, src/util/Makefile_insert:
5611           added filter_list()
5613 2004-10-15  Carl Hetherington  <inkscape@carlh.net>
5615         * src/livarot/PathSimplify.cpp: remove #ifdef
5616         pseudo_douglas_pecker code that wasn't being used.
5618 2004-10-15  MenTaLguY  <mental@rydia.net>
5620         * src/view.h: removed obsolete status message functions
5622         * src/attributes.h: remove unused #define
5624         * src/sp-object.cpp: fix for bug #1048268 (inkscape:collect being written
5625           in "plain SVG" files)
5627         * src/sp-item.h, src/sp-item.cpp: added isLocked() and isHidden()
5628           predicates
5630         * src/sp-item.cpp, src/sp-style.cpp: basic support for visibility CSS
5631           property
5633 2004-10-14  Ted Gould  <ted@gould.cx>
5635         * share/extension/*.inkmod -> *.inx
5636         src/extension/init.cpp
5638         Changing the filename extension that is used to identify Inkscape
5639         extensions to the one specified in the design document.
5641 2004-10-14  MenTaLguY  <mental@rydia.net>
5643         * src/util/list.h: more 3.4 fixes
5645 2004-10-13  MenTaLguY  <mental@rydia.net>
5647         * src/util/list.h, src/util/forward-pointer-iterator.h:
5649           fixes to (hopefully) build with g++ 3.4 (and generally be less evil
5650           anyway)
5652 2004-10-14  Carl Hetherington <inkscape@carlh.net>
5654         * src/livarot/int-line.cpp: coding style cleanups.
5656         * src/livarot/float-line.cpp, src/livarot/float-line.h:
5657         refactoring, removal of dead code.
5659         * src/display/guideline.cpp, src/display/guideline.h: coding style
5660         cleanups.
5662         * src/livarot/Path.cpp, src/livarot/Path.h,
5663         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5664         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: merge
5665         Path::path_lineto and Path::path_lineto_b.
5667 2004-10-14  Carl Hetherington <inkscape@carlh.net>
5669         * src/Path.cpp, src/Path.h, src/PathConversion.cpp,
5670         src/PathCutting.cpp, src/PathOutline.cpp, src/PathSimplify.cpp,
5671         src/ShapeMisc.cpp: use a vector of pointers for Path::descr_cmd.
5673         * src/livarot/Ligne.cpp, src/livarot/Ligne.h,
5674         src/livarot/int-line.cpp, src/livarot/int-line.h,
5675         src/livarot/float-line.cpp, src/livarot/float-line.h,
5676         src/livarot/livarot-forward.h, src/livarot/ShapeRaster.cpp,
5677         src/sp-flowregion.cpp, src/display/canvas-bpath.cpp,
5678         src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
5679         src/display/sp-ctrlline.cpp, src/libnrtype/FlowDest.cpp,
5680         src/libnrtype/RasterFont.cpp: split Ligne into float-line and
5681         int-line.
5683         * src/libnrtype/FlowDest.cpp, src/libnrtype/RasterFont.cpp,
5684         src/libnrtype/raster-position.h, src/livarot/float-line.cpp,
5685         src/livarot/float-line.h, src/livarot/int-line.cpp: use
5686         std::vector for arrays in FloatLigne.
5688         * src/livarot/float-line.cpp, src/livarot/float-line.h: remove
5689         lots of dead code.  Make some methods private.
5691 2004-10-12  MenTaLguY  <mental@rydia.net>
5693         * src/Makefile.am: added files
5695         * src/layer-fns.cpp, src/sp-item.cpp: use iterators, simplifying code
5697         * src/sp-object.cpp, src/splivarot.cpp: adapt to new version of
5698           Inkscape::Algorithms::longest_common_suffix
5700         * src/sp-object.h, src/sp-repr-iterators.h: add new iterator classes
5702         * src/algorithms/find-last-if.h: add counterpart of std::find_if
5704         * src/algorithms/longest-common-suffix.h: rewrite to use iterators
5706         * src/algorithms/longest-prefix.h, src/algorithms/longest-suffix.h,
5707           src/algorithms/shortest-prefix.h, src/algorithms/shortest-suffix.h:
5709           removed; these algorithms are no longer necessary when using
5710           iterators
5712         * src/traits/list.h: no longer needed
5714         * src/traits/reference.h: add "Pointer" member type
5716         * src/util/Makefile_insert: shuffled files
5718         * src/util/list.h: reworked Inkscape::Util::List to be a "handle" type
5719           that can also be used as an STL iterator
5721         * src/util/forward-pointer-iterator.h: treat a pointer as an iterator,
5722           given a base pointer type and a type which defines the iteration
5723           strategy
5725         * src/util/map.h: obsolete
5727         * src/util/map-list.h: iterator-based implementation
5729         * src/traits/tree-iterator.h: no longer necessary (superceded by
5730           specific applications of Inkscape::Util::ForwardPointerIterator)
5732         * src/sp-object-tree-iterator.h, src/util/parent-axis.h,
5733           src/util/sibling-axis.h: obsolete
5735         * src/util/map.h, src/util/reverse.h: obsolete
5737         * src/util/map-list.h, src/util/reverse-list.h:
5738           iterator-based implementations
5740         * src/xml/Makefile_insert: added file
5742         * src/xml/repr.h: removed old tree iterator stuff
5744         * src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h: use new
5745           pointer iterator facility
5747         * src/xml/sp-repr-iterators.h: pointer iterators for SPRepr
5749 2004-10-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5751         * src/display/bezier-utils.h, src/display/bezier-utils.cpp
5752           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full): Change the meaning
5753           of the last parameter: was max_depth, now lg_max_beziers, with the
5754           relationship lg_max_beziers = max_depth + 1.  Callers updated.
5756         * src/xml/repr.cpp (sp_repr_change_order):
5757           Add g_return_if_fail for some conditions that would break structural
5758           integrity, and add a TODO comment indicating incompleteness.
5759           Use sp_repr_prev function.
5761         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp
5762           (sp_repr_prev_sibling): Rename to sp_repr_prev for consistency
5763           with sp_repr_next.  Don't consider it an error for child to be
5764           NULL or parentless.  Callers updated.
5766         * src/draw-context.cpp (spdc_concat_colors_and_flush,
5767           spdc_flush_white): Misc readability cleanups.
5769         * src/display/curve.cpp (sp_curve_reverse): Fix a bug where the
5770           reversed curve wrongly included a trailing moveto command.  (Bug
5771           introduced in my 2004-09-05 change: one of the callers I didn't
5772           know how to cause to run.)
5774 2004-10-12  Ted Gould  <ted@gould.cx>
5776         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
5777         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
5778         share/extensions/eps_input.inkmod, share/extensions/epsi_output.inkmod,
5779         share/extensions/gimpgrad.inkmod, share/extensions/ps_input.inkmod,
5780         share/extensions/roundhole.inkmod, share/extensions/sk_input.inkmod,
5781         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
5782         share/extensions/txt2svg.inkmod, share/extensions/wmf_input.inkmod,
5783         src/extension/dependency.cpp, src/extension/dependency.h,
5784         src/extension/extension.cpp, src/extension/init.cpp:
5786         Moving all of the dependency stuff from the scripts, up to the root
5787         extension level.  This means that everyone can have dependencies, and
5788         dependency checking (a good thing).  This makes use of the new
5789         'Dependency' class that is also in the extension directory.
5791 2004-10-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5793         * src/pencil-context.cpp (sp_pencil_context_root_handler): Split into
5794           many functions, fixing some illegal union aliasing along the way (as
5795           was done for sp_pen_context_root_handler).
5797         * src/modifier-fns.h: New file of inline functions based on macros.h
5798           MOD__CTRL etc. macros.
5799         * src/Makefile_insert: Add the new file.
5801         * src/pen-context.h: Change size of p array from SP_DRAW_MAX_POINTS to
5802           5 now that we aren't sharing with SPPencilContext.
5804         * src/draw-context.cpp, src/draw-context.h, src/pen-context.cpp,
5805           src/pen-context.h, src/pencil-context.cpp, src/pencil-context.h:
5806           Move npoints,p from SPDrawContext to both SPPenContext and
5807           SPPencilContext.
5809         * src/draw-context.cpp, src/draw-context.h: Split off new files
5810           pen-context.h, pen-context.cpp, pencil-context.h, pencil-context.cpp,
5811           draw-anchor.h, draw-anchor.cpp.
5812         * src/Makefile_insert: Add the new files.
5814 2004-10-10  Ted Gould  <ted@gould.cx>
5816         * src/event-context.cpp, src/file.cpp, src/file.h, src/print.cpp,
5817         src/print.h, src/selection-chemistry.h, src/sp-image.cpp, src/sp-item.cpp,
5818         src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp, src/sp-symbol.cpp,
5819         src/tools-switch.cpp, src/dialogs/export.cpp, src/dialogs/filedialog.cpp,
5820         src/extension/Makefile_insert, src/extension/db.cpp,
5821         src/extension/dependency.cpp, src/extension/dependency.h,
5822         src/extension/effect.cpp, src/extension/effect.h,
5823         src/extension/extension-forward.h, src/extension/extension.cpp,
5824         src/extension/extension.h, src/extension/input.cpp, src/extension/input.h,
5825         src/extension/output.cpp, src/extension/output.h, src/extension/print.cpp,
5826         src/extension/print.h, src/extension/system.cpp,
5827         src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp,
5828         src/extension/internal/svg.cpp, src/libnrtype/FlowResOut.cpp:
5830         Splitting out the different types of extensions into their own files so
5831         that the overall dependencies can be reduced.  Caused a ripple through
5832         lots of other files.  Hopefully the dependency situation is better now.
5834 2004-10-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5836         * src/draw-context.cpp:
5837           Change xp,yp file globals to NR::Point pen_draw_origin_w.
5839         * src/draw-context.cpp (sp_pen_context_root_handler):
5840           Split into many routines.  Fix some illegal union member aliasing.
5841           (pen_handle_key_press): Minor code cleanups in backspace handling.
5842           (pen_handle_motion_notify): Make tolerance var local instead of
5843           file-global.  (This transformation is applicable to many
5844           dragtolerance users.)
5846         * src/draw-context.cpp (spdc_endpoint_snap_handle):
5847           Change argument type from SPDrawContext to SPPenContext, and
5848           specialize definition accordingly.  Caller updated.
5850         * src/draw-context.h: Change red_curve_is_valid from char to bool.
5851         * src/draw-context.cpp: Change red_curve_is_valid assignments from
5852           0x00/0x01 to false/true (using find & replace).
5854 2004-10-07  Carl Hetherington  <inkscape@carlh.net>
5856         * src/nr-object.cpp, src/nr-object.h: coding style and const
5857         fixes.
5859         * src/nr-rect.cpp: added a doxygen comment.  Some coding style
5860         fixes.
5862         * src/sp-paint-server.cpp: coding style fixes.
5864         * src/nr-arena-item.cpp, src/nr-arena-item.h: move a comment to
5865         the .cpp file and make it doxygen-style.
5867         * src/livarot/Path.cpp: coding style cleanups.  Add an assert to
5868         Path::Transform().
5870         * src/livarot/Path.cpp, src/livarot/Path.h: fix some archaic
5871         notation.
5873         * src/livarot/Ligne.cpp: coding style cleanups.
5875         * src/livarot/PathOutline.cpp, src/livarot/Path.h: fix a rather
5876         nasty hack in the outlining code.
5878         * src/livarot/Path.cpp, src/livarot/Path.h,
5879         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5880         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5881         src/livarot/ShapeMisc.cpp, src/splivarot.cpp, src/sp-offset.cpp:
5882         use std::vector for Path::descr_cmd.
5884         * src/livarot/Path.cpp, src/livarot/Path.h,
5885         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5886         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5887         src/livarot/ShapeMisc.cpp: getType() and setType() in Path::path_descr.
5889 2004-10-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5891         * src/sp-object-repr.cpp (sp_repr_type_lookup): Distinguish between XML
5892           element name and sodipodi:type attribute value: use a separate table
5893           for each.
5894         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_lookup):
5895           Don't export this function.  (Also rename it to name_to_gtype and
5896           change its definition for separate tables.)
5898 2004-10-03  Kees Cook  <kees@outflux.net>
5900         * src/dialogs/rdf.cpp, src/dialogs/repr-util.cpp, src/dialogs/repr.h:
5901           Since "dc:title" can appear at multiple XML levels, a way to
5902           control max depth in searching was added.  (Closes bug #1009290)
5904 2004-09-30  MenTaLguY  <mental@rydia.net>
5906         * src/widgets/document-tree-model.cpp:
5907           more bug fixes
5909         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5910           get the layer selector sort of in more order
5912 2004-09-28  Ted Gould  <ted@gould.cx>
5914         * src/verbs.cpp, src/verbs.h, src/view.cpp:
5916         Making it so that actions get deleted as views get destroyed.
5918 2004-09-27  Ted Gould  <ted@gould.cx>
5920         * src/desktop.h, src/forward.h, src/interface.cpp, src/interface.h,
5921         src/select-toolbar.cpp, src/shortcuts.cpp, src/shortcuts.h,
5922         src/toolbox.cpp, src/toolbox.h, src/verbs.cpp, src/verbs.h,
5923         src/dialogs/align.cpp, src/dialogs/align.h,
5924         src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp,
5925         src/dialogs/export.cpp, src/dialogs/find.cpp,
5926         src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
5927         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
5928         src/dialogs/xml-tree.cpp, src/helper/action.cpp, src/helper/action.h:
5930         Wow, alot of files changed.  The ones that changed the most are
5931         verb.cpp and verb.h, which are almost entirely different.  What happened
5932         here is the verbs were made object oriented.  So, as the verbs
5933         are built into everything, lots of files changed.  Now the code
5934         for the verbs is much cleaner, and I think a little bit faster.
5935         Also, it will be easier to extend the verbs for use in effects.
5937 2004-09-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5939         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
5940           Get rid of operator NR::translate(), which was allowing
5941           *implicit* (and typically lossy) conversion to NR::translate,
5942           and which made a bug hard to find.
5944         * src/sp-gradient-test.cpp: New unit test file.  I believe this is the
5945           first test that tests an SPObject.
5946         * src/Makefile_insert, src/Makefile.am: Invoke the new test.
5948 2004-09-24  MenTaLguY <mental@rydia.net>
5950         * src/selection-chemistry.cpp:
5952           "select all" and "clear" now operate on the current layer rather than on
5953           the document root
5955         * src/verbs.cpp, src/shortcuts.cpp, layer-fns.cpp, src/sp-item.cpp:
5957           keyboard shortcuts and fixes for layer verbs
5959 2004-09-23  MenTaLguY <mental@rydia.net>
5961         * src/message-stack.h, src/message-stack.cpp:
5963           return id of flashed messages so they are cancellable
5965         * src/message-context.h, src/message-context.cpp:
5967           message context flashes now supercede one another, as regular
5968           messages do (they do not supercede regular messages though)
5970         * src/interface.cpp, src/layer-fns.cpp, src/layer-fns.h, src/verbs.cpp:
5972           initial stab at layers menu; not everything works the way it should
5973           quite yet
5975         * src/message-context.h, src/message-context.cpp:
5977           added flash methods to Inkscape::MessageContext
5979         * src/gc-core.h, src/display/nr-arena-glyphs.cpp,
5980 src/display/nr-arena-group.cpp,
5981           src/display/nr-arena-item.cpp, src/display/nr-arena-item.h,
5982           src/display/nr-arena-shape.cpp, src/libnr/nr-object.cpp,
5983 src/libnr/nr-object.h,
5985           eliminate more sources of leaks; managed objects shouldn't use refcounts
5986           among themselves
5988         * src/xml/repr.cpp: don't nuke log pointer
5990 2004-09-21  MenTaLguY <mental@rydia.net>
5992         * src/gc-finalized.h: fix for stupid bug preventing finalizable objects
5993           from being collected
5995         * src/Makefile_insert, src/gc.cpp, src/gc-core.h:
5996           move Inkscape::GC::init out-of-line, and funnel GC warnings through
5997           glib
5999 2004-09-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6001         * src/sp-marker.h, src/sp-marker.cpp (sp_marker_show_instance):
6002           Change to using NR::Matrix instead of NRMatrix.  Update caller.
6004         * src/sp-gradient.cpp (sp_gradient_get_g2d_matrix,
6005           sp_gradient_get_gs2d_matrix, sp_gradient_set_gs2d_matrix):
6006           New NR::Matrix/NR::Rect versions of existing functions.
6008         * src/libnr/nr-matrix-translate-ops.h (operator/): New function.
6010         * src/libnr/nr-matrix-scale-ops.cpp: New file.
6011         * src/libnr/nr-matrix-scale-ops.h (operator/(Matrix,scale)):
6012           New function.
6014 2004-09-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6016         * src/sp-gradient.h: Change gradientTransform from NRMatrix to
6017           NR::Matrix.  Users updated.
6019         * src/Makefile.am (EXTRA_DIST), Makefile_insert
6020           dialogs/Makefile_insert extension/implementation/Makefile_insert
6021           extension/internal/Makefile_insert helper/Makefile_insert
6022           livarot/Makefile_insert (blah_SOURCES):
6023           Add some .h files for `make dist'.
6025 2004-09-19  MenTaLguY <mental@rydia.net>
6027         * src/gc-core.h: don't defer finalizers
6029         * src/gc-core.h: bump up free space divisor -- collections should
6030           happen ~32x more frequently
6032 2004-09-19  Carl Hetherington <inkscape@carlh.net>
6034         * src/display/canvas-bpath.cpp, src/display/nr-arena-shape.cpp,
6035         src/display/sp-ctrlline.cpp, src/libnrtype/RasterFont.cpp,
6036         src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: remove some
6037         unused parameters from calls to raster code.
6039         * src/livarot/ShapeRaster.cpp: coding style cleanups.
6041         * src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: factored out
6042         _updateIntersection().
6044         * src/livarot/AVL.cpp, src/livarot/AVL.h: remove DblLinked.  Cleanups.
6046 2004-09-18  MenTaLguY <mental@rydia.net>
6048         * src/dialogs/filedialog.cpp: unref the preview document we created
6050 2004-09-18  Carl Hetherington <inkscape@carlh.net>
6052         * src/livarot/AVL.cpp, src/livarot/AVL.h,
6053         src/livarot/DblLinked.cpp, src/livarot/DblLinked.h,
6054         src/livarot/LivarotDefs.h, src/livarot/ShapeRaster.cpp,
6055         src/livarot/ShapeSweep.cpp, src/livarot/sweep-tree.cpp,
6056         src/livarot/sweep-tree.h, src/sweep-event.h: replace leftFoo and
6057         rightFoo with foo[2] in a few places.  Associated cleanups.
6059         * src/livarot/Shape.h: use Side rather than a bool for
6060         TesteIntersection.  Add some methods.  Remove some unused variables.
6062         * src/livarot/ShapeSweep.cpp: simplify TesteIntersection with use
6063         of Side.
6065         * src/livarot/sweep-event.h: const fix.
6067         * src/livarot/sweep-event.cpp: simplifications with use of Side.
6069         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
6070         src/livarot/ShapeMisc.cpp, src/ShapeSweep.cpp: lastA/firstA in
6071         Shape::dg_point ->
6073           further work on stroking; break out bezier approximation into
6074           public functions
6076 2004-09-10  MenTaLguY <mental@rydia.net>
6078         * src/render/polygon.h, src/render/shape-builder.h,
6079           src/render/shape-builder.cpp, src/render/stroke.h,
6080           src/render/dash.h:
6082           beginnings of a simple alternate renderer
6084 2004-09-09  Carl Hetherington <inkscape@carlh.net>
6086         * src/sp-flowtext.cpp, src/sp-offset.cpp, src/splivarot.cpp,
6087         src/display/nr-arena-shape.cpp, src/libnrtype/FlowDest.cpp,
6088         src/livarot/PathConversion.cpp, src/livarot/Shape.h: make
6089         Shape::nbPt and Shape::nbAr private and provide accessor methods.
6091         * src/display/nr-arena-shape.cpp, src/livarot/Shape.h: make
6092         Shape::flags private.
6094         * src/splivarot.cpp, src/livarot/PathStroke.cpp,
6095         src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6096         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
6097         Clean up handling of flags in Shape class
6099         * src/livarot/AlphaLigne.cpp, src/livarot/Path.cpp,
6100         src/livarot/PathSimplify.cpp, src/livarot/Shape.cpp,
6101         src/livarot/ShapeSweepUtils.cpp: it's ok to free NULL.
6103         * src/livarot/Shape.h, src/sp-offset.cpp, src/splivarot.cpp,
6104         src/display/nr-arena-shape.cpp: Make Shape::pts private and offer
6105         a read-only accessor.
6107         * src/livarot/Shape.cpp, src/livarot/Shape.h,
6108         src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
6109         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp, src/
6110         livarot/ShapeSweepUtils.cpp, src/livarot/ShapeUtils.h: Rename
6111         Shape::pts to Shape::_pts, and use getPoint() wherever possible.
6113         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
6114         src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6115         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp: Add
6116         dg_point::totalDegree() and make use of it.
6119 2004-09-08  MenTaLguY  <mental@rydia.net>
6121         * src/libnr/nr-object.h, src/libnr/nr-object.cpp: fix NRObject
6122           initialization
6124         * configure.in, src/gc-core.h, src/gc-managed.h, src/gc-anchored,
6125           src/gc-finalized.h:
6127           add a --disable-gc ./configure option to omit garbage collection
6128           from the build (the normal allocator will be used, although
6129           memory will obviously leak since it does not get explicitly freed)
6131         * src/xml/repr.cpp: SPRepr's copy constructor needs to properly
6132           initialize its fields
6134         * src/xml/repr-util.cpp, src/xml/repr-private.h,
6135           src/xml/repr.h, src/xml/repr.cpp:
6137           new child-count-related routines, and added mutation signals
6138           to SPReprDoc
6140         * src/desktop.cpp: call the "Active Group" widget by its TRUE NAME!
6142         * src/widgets/Makefile_insert, src/widgets/document-tree-model.cpp,
6143           src/widgets/document-tree-model.h, src/widgets/layer-selector.cpp,
6144           src/widgets/layer-selector.h:
6146           very cursory start on new layers UI
6148 2004-09-08  Carl Hetherington <inkscape@carlh.net>
6150         * src/helper/stock-items.cpp: fix a bad free().  Improve coding
6151         style compliance.
6153         * src/libnrtype/FlowRes.cpp: slightly unpleasant fix for a buffer
6154         overrun.
6156 2004-09-07  MenTaLguY <mental@rydia.net>
6158         * src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6159           src/livarot/ShapeSweep.cpp:
6161           use std::vector for points array (seems to crash less?)
6163         * src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
6164           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
6165           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
6166           src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
6167           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
6169           switch to glib's allocator routines, which have the expected
6170           semantics
6172         * src/livarot/evil-malloc.h: removed
6174 2004-09-07  Ted Gould  <ted@gould.cx>
6176         * src/color-rgba.h:
6178         Some comments and some little code clean up things.  Added a couple
6179         of constructors to make life a little simpler.
6181 2004-09-06  Ted Gould  <ted@gould.cx>
6182         * src/extension/plugin/gimgrad.cpp, src/extension/implementation/plugin*
6183           share/extension/gimpgrad.inkmod, src/extension/system.cpp,
6184           src/extension/extension.h:
6186         Mega commit.  This commit does two things, it adds in the ability to
6187         do plugins in Inkscape.  This means that there are loadable modules
6188         that can be used for just about anything.  It also provides a sample
6189         implementation of a plugin to load GIMP gradients.  This means that
6190         GIMP gradients can be imported into Inkscape, giving a larger set of
6191         gradients that can be used in Inkscape.
6193         Currently, nothing here is really complete, but it is functional.  The
6194         plugins really only work for input plugins, and the GIMP gradient example
6195         isn't very robust.  They will come shortly.
6197 2004-09-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6199         * src/display/curve.h, src/display/curve.cpp:
6200           Change x,y members to NR::Point.
6201           Rename posset (spiced&spiked hot milk) to posSet as per CodingStyle.
6203         * src/display/curve.cpp (sp_curve_reverse): Previously this
6204           routine returned only the last subpath, and made it an open
6205           path.  Now it preserves all aspects of the curve other than
6206           reversing it.  I believe this change makes no difference to the
6207           draw-context and dyna-draw-context callers (though I haven't
6208           managed to test all of these callers), whereas for the `reverse
6209           path' command, users presumably expect the new behaviour.
6211         * src/display/curve.cpp (sp_curve_closepath_current):
6212           Fix bad assertion.
6214         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
6215           (get_translation): New function.
6217         * src/sp-polygon.cpp (polygon_get_value): Use static linkage.
6218           (sp_polygon_set): Remove debugging output.  Add `todo' comment.
6220 2004-09-03  MenTaLguY <mental@rydia.net>
6222         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
6223           src/sp-namedview.h:
6225           remember previously selected layer on load
6227 2004-09-02  MenTaLguY <mental@rydia.net>
6229         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp:
6231           reintroduced the inkscape:groupmode attribute
6233         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
6234           src/libnr/nr-object.cpp:
6236           remove USE_LIBGC macro again
6238 2004-08-30  MenTaLguY <mental@rydia.net>
6240         * src/sp-object.cpp:
6242           ref the object while SPObject::deleteObject runs, so it doesn't
6243           get destroyed halfway through [ fix for bug #1012874 ]
6245 2004-08-29  MenTaLguY <mental@rydia.net>
6247         * src/gc-core.h:
6249           turn off scanning of dynamic library data segments; we don't need
6250           it, and it seems to cause problems on FC2
6252 2004-08-27  MenTaLguY <mental@rydia.net>
6254         * src/traits/function.h: add typedefs for all argument positions,
6255           specifying 'void' for all arguments after the last
6257         * src/livarot/evil-malloc.h, src/livarot/BitLigne.cpp,
6258           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
6259           src/livarot/Shape.cpp, src/livarot/ShapeSweepUtils.cpp:
6261           work around livarot bugs so I can use ElectricFence
6263         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
6264           src/libnr/nr-object.cpp:
6266           make the garbage collector easy to disable by undefining
6267           USE_LIBGC in src/gc-core.h
6269 2004-08-26  MenTaLguY <mental@rydia.net>
6271         * src/document-private.h, src/document.h, src/document.cpp:
6273           add notification signal when resources are added or removed
6275 2004-08-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6277         * src/xml/repr-css.cpp (sp_repr_css_print):
6278           Fix for shared string change.
6280         * src/sp-text.cpp (sp_text_description):
6281           Fix for when font Name() call fails.
6283         * src/sp-text.cpp: CodingStyle changes, including moving some
6284           declarations to first use.
6285           Remove unused __SP_TEXT_C__ define.
6287 2004-08-25  Carl Hetherington  <inkscape@carlh.net>
6289         * src/sp-cursor.cpp, src/sp-cursor.h, src/sp-guide.cpp:
6290         coding style cleanups.
6292 2004-08-24  MenTaLguY <mental@rydia.net>
6294         * src/gc-anchor.h: fix to always use the GC base address, since
6295           that will not always be the same as 'this', when I::GC::Anchored
6296           is used via multiple inheritance.
6298 2004-08-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6300         * src/libnrtype/TextWrapper.h, src/libnrtype/TextWrapper.cpp (AppendUTF8):
6301           Use strlen instead of for-loop.
6302           Change printf to g_return_if_fail (and document that the argument
6303           must be valid UTF-8).
6304           Mark the text pointer as not being written through (const).
6306 2004-08-23  MenTaLguY <mental@rydia.net>
6308         * src/xml/repr.cpp, src/xml/sp-repr-action.h:
6310           removed stupid default 'next' constructor arguments and force them
6311           to be specified explicitly (and fix the omission of one, which
6312           fixes bug #1014541)
6314 2004-08-22  MenTaLguY <mental@rydia.net>
6316         * src/Makefile_insert, src/gc-alloc.h:
6318           introduced a GC-aware STL allocator
6320         * src/document-private.h, src/document.h, src/document.cpp:
6322           switch to using STL map for "id changed" signals
6324 2004-08-21  MenTaLguY <mental@rydia.net>
6326         * src/Makefile_insert, src/util/Makefile_insert: get libinkutil
6327           deps straightened out
6329         * src/document-private.h, src/document-undo.cpp, src/document.cpp:
6331           adapt for new APIs, header cleanups/refactorings
6333         * src/gc-core.h, src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
6335           rewrote interface to Boehm GC for increased flexibility; there are now
6336           three main classes:
6338            - Inkscape::GC::Managed: objects managed by the GC; replaces
6339                                     Inkscape::GC::Object
6341            - Inkscape::GC::Finalized: objects for which the GC will call
6342                                       destructors automatically; replaces
6343                                       Inkscape::GC::FinalizedObject
6345            - Inkscape::GC::Anchored: managed objects which can be 'anchored'
6346                                      to prevent collection while non-gc-aware
6347                                      objects are holding references; replaces
6348                                      Inkscape::Refcounted
6350           Note that they no longer inherit from each other(!), so you will
6351           need to mix-and-match via multiple inheritance.  The latter two
6352           don't do anything useful without the first, however.
6354         * src/gc-object.h, src/refcounted.h: removed
6356         * src/message-context.cpp, src/message-stack.h, src/selection.h,
6357           src/view.cpp, src/libnr/nr-object.h, src/util/list.h,
6358           src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h, src/desktop.cpp:
6360           adopt new GC API and header refatorings
6362         * src/Makefile.am, src/util/Makefile_insert:
6364           list util/* files in util's Makefile_insert now.
6366         * src/util/reverse.h: revive anx fix Inkscape::Util::reverse
6368         * src/util/share-c-string.cpp, src/util/share-c-string.h: removed
6370         * src/util/shared-c-string.cpp, src/util/shared-c-string.h:
6372           employ the type system to make shared strings a little safer to use;
6373           you can still shoot yourself in the foot, but at least now you need
6374           to aim and pull the trigger first
6376         * src/xml/Makefile_insert, src/xml/repr-action-test.cpp,
6377           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.h:
6379           reorganize transaction logging files
6381         * src/xml/repr-action-test.cpp: updated headers
6383         * src/xml/repr-action.cpp, src/xml/repr-action.h: removed
6385         * src/xml/repr-private.h, src/xml/repr.cpp, src/xml/repr.h:
6387           update for new GC API and shared strings
6389         * src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
6390           src/xml/sp-repr-action.h:
6392           header refactoring and new GC API
6394         * src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h:
6396           new GC API
6398 2004-08-20  Carl Hetherington <inkscape@carlh.net>
6400         * src/zoom-context.cpp, src/view.cpp, src/version.cpp,
6401         src/sp-defs.cpp: coding style cleanups.
6403         * src/sp-polygon.cpp: coding style and a few other small cleanups.
6405         * src/sp-anchor.cpp: coding style cleanups.  Remove unnecessary
6406         static variable.
6408 2004-08-18  Bryce Harrington <bryce@bryceharrington.org>
6410         * autogen.sh:  Fixing the 'missing ltmain.sh' bug
6412 2004-08-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6414         * src/sp-star.cpp: Use cast to guint32 instead of using modulo 2**32.
6415           Fix a uint compilation bug on Windows reported by mrchapp.
6416           Mark a few functions as static.
6418 2004-08-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6420         * src/sp-conn-end.cpp (change_endpts):
6421           Use new sp_curve_stretch_endpoints function: i.e. preserve the
6422           shape of the connector path.
6424         * src/display/curve.h, src/display/curve.cpp
6425           (sp_curve_stretch_endpoints): New function.
6427         * src/sp-use-reference.cpp: CodingStyle changes.
6429         * src/sp-item.h, src/sp-item.cpp (sp_item_write_transform):
6430           Indicate that adv won't get written to.
6432         * src/sp-rect.cpp (sp_rect_set_transform): Call sp_rect_set_shape,
6433           so that bbox is up-to-    src/livarot/PathConversion.cpp,
6434 src/livarot/Shape.cpp,
6435         src/livarot/Shape.h, src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
6436         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp,
6437         src/livarot/ShapeSweepUtils.cpp:
6438           Revert these files to their state prior to mental's "2004-08-08"
6439           entry (the change made in 2004-08-09 02:23 UTC).
6441 2004-08-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6443         * src/algorithms/longest-common-suffix.h: Fix bug I introduced three
6444           days ago.
6446         * src/attributes.h, src/attributes.cpp: New attributes
6447           SP_ATTR_CONNECTION_START, SP_ATTR_CONNECTION_END.
6448         * src/sp-conn-end.h, src/sp-conn-end.cpp,
6449           src/sp-conn-end-pair.h, src/sp-conn-end-pair.cpp:
6450           New files.
6451         * src/Makefile_insert (libinkpre_a_SOURCES): Add the new files.
6453         * src/sp-path.cpp, src/sp-path.h: Call the new connector stuff.
6455         * src/display/curve.h, src/display/curve.cpp
6456           (sp_curve_first_point, sp_curve_last_point): New functions.
6458           (sp_curve_transform): Re-implement with NR::Matrix/NR::Point.
6459           The old code appears to be buggy for sheer/rotate matrices
6460           due to calculating each y coord using the new corresponding x coord
6461           instead of the previous value.
6463           Also add NR::translate version.
6465           Get rid of the return value.  Callers updated.
6467         * src/sp-item.h, src/sp-item.cpp: (i2anc_affine): New function
6468           (essentially a rename of existing private partial_xform function, but
6469           differing behaviour on encountering non-SPItem in the hierarchy).
6471           (i2i_affine): New function (essentially a rename of existing
6472           SPItem::getRelativeAffine).  Implement SPItem::getRelativeAffine in
6473           terms of the new function.
6475           (sp_item_dt2i_affine): NR::Matrix version.
6477         * src/libnr/nr-path.h (c, setC): new methods.
6479 2004-08-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6481         * src/desktop-affine.cpp (sp_desktop_w2doc_affine,
6482         sp_desktop_doc2w_affine, sp_desktop_doc2d_xy_point),
6483         src/knotholder.cpp (knot_moved_handler), src/sp-item.cpp
6484         (SPItem::getRelativeTransform), src/sp-rect.cpp
6485         (sp_rect_set_transform), src/display/sp-canvas-util.cpp
6486         (sp_canvas_item_i2i_affine, sp_canvas_item_set_i2w_affine):
6487           Cleanup: Use the new division operators instead of multiplication by
6488           inverse.  (Currently the division operators are implemented as
6489           multiplication by inverse.)
6491         * src/splivarot.cpp, src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
6492         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
6493           Hurriedly fix some problems caused by overly-hurried changes.
6494           Address some signed/unsigned warnings.
6495           Add some assertions.
6496           (Haven't checked the performance cost of the assertions.)
6498         * src/livarot/Shape.h: Make constructors explicit.
6500 2004-08-08  MenTaLguY  <mental@rydia.net>
6502         * src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-offset.cpp,
6503           src/splivarot.cpp, src/display/nr-arena-shape.cpp,
6504           src/livarot/PathConversion.cpp, src/livarot/Shape.cpp,
6505           src/livarot/Shape.h, src/livarot/ShapeDraw.cpp,
6506           src/livarot/ShapeMisc.cpp, src/livarot/ShapeRaster.cpp,
6507           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
6509           replace ad-hoc realloced arrays with std::vector and deal with
6510           uninitialized data problems that valgrind complained about
6512         * libgc.supp: valgrind suppression profile for libgc, which necessarily
6513           reads and runs comparisons on a lot of uninitalized data; the present
6514           form of this file is probably too broad however
6516 2004-08-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6518         * src/libnr/nr-matrix-div.h, src/libnr/nr-matrix-div.cpp:
6519           operator/(NR::Point, NR::Matrix), operator/(NR::Matrix, NR::Matrix):
6520           new functions, new files.
6522         * src/algorithms/longest-common-suffix.h:
6523           Handle in O(1) time the common case of equal tails.
6524           Documentation.
6526 2004-08-08  Ted Gould  <ted@gould.cx>
6528         * src/svg-profile.h, src/Makefile_insert:
6530         Adding the first support in for trying to determine which profiles are
6531         used with certain functionality, and if that is used by the current
6532         document.  Really, right now, there is no code changes to anything that
6533         compiles.  But this is the header file that contains the class that
6534         I'm plannig to use in the future.
6536 2004-08-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6538         * src/libnrtype/RasterFont.h, src/libnrtype/RasterFont.cpp:
6539           Get rid of argumentless constructor (which was leaving
6540           style.transform as random bits), replace with constructor taking
6541           style argument.  Caller updated.
6542           Disable default copy constructor and operator=.
6544 2004-08-06  MenTaLguY <mental@rydia.net>
6546         * configure.in, src/gc-core.h, src/gc-object.h,
6547           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-group.cpp,
6548           src/display/nr-arena-image.cpp, src/display/nr-arena-item.cpp,
6549           src/display/nr-arena-shape.cpp, src/display/nr-arena.cpp,
6550           src/helper/action.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
6552           make NRObject GC-aware
6554 2004-08-06  David Turner <novalis@gnu.org>
6555         * src/sp-shape.cpp (sp_shape_marker_get_transform): Make marker handling
6556 match
6557         SVG spec better.
6559 2004-08-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6561         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
6562           NR::Matrix *= NR::scale: new.
6564         * src/sp-object.cpp, src/sp-object.h, src/sp-object-tree-iterator.h:
6565           Move TreeIterator<SPObject *> specialization to snew file
6566           sp-object-tree-iterator.h.
6567           Mark several pointers as not being written through.
6568           Correspondingly change TreeIterator specialization to
6569           <SPObject const *> instead of <SPObject *>.
6571         * display/nr-arena-item.cpp, display/nr-arena-item.h:
6572           Add NR::Matrix version of nr_arena_item_set_transform.
6574         * src/sp-item.h, src/sp-item.cpp (getRelativeTransform, partial_xform):
6575           Mark pointers as not written through.
6577         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
6578           src/path-chemistry.cpp, src/rect-context.cpp,
6579           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowdiv.cpp,
6580           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-item-group.cpp,
6581           src/sp-item-notify-moveto.cpp, src/sp-item-transform.cpp,
6582           src/sp-item.cpp, src/sp-item.h, src/sp-offset.cpp, src/sp-rect.cpp,
6583           src/sp-shape.cpp, src/sp-use.cpp, src/spiral-context.cpp,
6584           src/splivarot.cpp, src/star-context.cpp, src/text-context.cpp,
6585           src/dialogs/item-properties.cpp:
6586           Change SPItem->transform from NRMatrix to NR::Matrix.
6588         * src/libnr/nr-matrix-ops.h (operator*(NR::Matrix, NRMatrix)): new.
6590         * src/libnr/nr-matrix.h: NR::Matrix *= NR::translate: new operator.
6592         * src/nodepath.cpp: Mark NodeSort operator< as static.
6593           Indentation as per CodingStyle.
6595         * src/libnr/nr-scale.h (NR::scale(double)): new constructor.
6597         * src/svg/svg-affine.cpp (sp_svg_transform_write), src/svg/svg.h:
6598           Add NR::Matrix version.
6600 2004-08-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6602         * src/display/bezier-utils.cpp: Misc. minor changes.
6604 2004-08-04  MenTaLguY  <mental@rydia.net>
6606         * configure.in, src/gc-object.h, src/refcounted.h:
6608           start using libgc in earnest; Inkscape::Refcounted is now GC-aware
6610 2004-08-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6612         * src/nodepath.cpp: Cleanups: Mark some things as static.  Switch from
6613           pointer to reference in some places. Make const placement conform to
6614           CodingStyle.
6616         * src/inkview.cpp (sp_svgview_main_key_press): Accept some common keys
6617           like PgUp, q.
6619         * src/draw-context.cpp (fit_and_split):
6620           Slight simplification: don't handle impossible condition npoints < 2.
6621         * src/proofs: Update accordingly.  (Also add some bezier-utils proofs.)
6623 2004-08-04  David Turner <novalis@gnu.org>
6625         * sp-path.cpp: 'd' is a required attribute for paths.  Ensure that
6626         all paths have it.
6628 2004-08-03  MenTaLguY  <mental@rydia.net>
6630         * src/dialogs/rdf.cpp, src/xml/repr-util.cpp, src/xml/repr.h:
6631           removed sp_repr_recursive_drop() which is unneeded and
6632           creates unnecessary thrash in the undo logs
6634         * src/livarot/Shape.h, src/livarot/Shape.cpp,
6635           src/livarot/ShapeSweep.cpp, src/livarot/ShapeMisc.cpp:
6637           experiment to replace ad-hoc realloc() arrays with std::vector
6639 2004-08-02  David Turner <novalis@gnu.org>
6641         * file.cpp, file.h, interface.cpp, toolbox.cpp, verbs.cpp, verbs.h:
6643         Added vacuum command to remove unused defs.
6645 2004-08-02  MenTaLguY  <mental@rydia.net>
6647         * configure.in: sigc++ 2.0.2 (and before?) has a bug that
6648           causes us to crash.  require >= 2.0.3
6650         * src/Makefile.am, src/Makefile_insert, src/gc-core.h,
6651           src/gc-object.h, src/algorithms/longest-common-suffix.h,
6652           src/traits/list.h, src/traits/reference.h, src/util/flip.h,
6653           src/util/fold.h, src/util/list-iterator.h, src/util/list.h,
6654           src/util/map.h, src/util/parent-axis.h, src/util/reverse.h,
6655           src/util/sibling-axis.h, src/util/tuple.h, src/util/zip.h:
6657           more "functional" work
6659 2004-08-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6661         * src/display/curve.cpp, src/display/curve.h:
6662           Greater conformance with CodingStyle.
6664 2004-07-31  David Turner <novalis@gnu.org>
6666         * dialogs/xml-tree.cpp: Improved focus, added keystroke for attr commit.
6668 2004-07-31  Ted Gould  <ted@gould.cx>
6670         * src/extension/extension.cpp,
6671         src/extension/implementation/implementation.cpp,
6672         src/extension/implementation/implementation.h,
6673         src/extension/implementation/script.cpp,
6674         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
6675         src/extension/internal/eps-out.h:
6677         Okay, changed the prefs_ prototypes to include which extension they are
6678         working with. This should clean up some warnings before they become
6679         problems later.
6681 2004-07-31  Ted Gould  <ted@gould.cx>
6683         * src/print.cpp, src/extension/extension.cpp, src/extension/extension.h,
6684           src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp:
6686           Changed the get and set param prototypes so that they aren't overloaded
6687           anymore - this was flaky.  Also added a document to the prototype so
6688           that document specific parameters can be supported in the future.
6690 2004-07-28  David Turner <novalis@gnu.org>
6692         * sp-gradient.cpp, widgets/gradient-vector.cpp: fixed gradient handling to
6693         properly render gradients with sharp color boundaries
6695 2004-07-29  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6697         * src/inkview.cpp: Make the window title be the name of the
6698           instead of the current file instead of the first file.
6700         * src/round-test.cpp: New unit-test file.
6702         * src/desktop.h, src/sp-desktop-widget.h:
6703           Move SPDesktopWidget stuff from desktop.h to new file
6704           sp-desktop-widget.h.
6706         * debian/*: Copy lots of changes from wolfi's official Debian package
6707           of inkscape.
6708           Also use separate builddir, which simplifies the `clean' target.
6710 2004-07-24  MenTaLguY  <mental@rydia.net>
6712         * configure.in, src/Makefile.am, src/main.cpp, src/gc-core.h:
6713           added libgc dependency
6715         * src/Makefile.am, traits/function.h:
6716           added trait class for functions and C++ "functors"
6718         * src/Makefile.am, util/flip.h:
6719           added flip() which, given a function with two arguments,
6720           returns an identical function with its arguments reversed
6722 2004-07-23  MenTaLguY  <mental@rydia.net>
6724         * src/Makefile.am, src/traits/reference.h, src/util/tuple.h:
6725           added generic Tuple type
6727 2004-07-23  Ted Gould  <ted@gould.cx>
6729         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
6730         src/sp-namedview.h, src/dialogs/desktop-properties.cpp,
6731         src/display/canvas-grid.cpp, src/display/canvas-grid.h:
6733         Adding in the ability to have 'emphasis grid lines' where some lines are a
6734         different color than others.  In the default case every fifth grid line
6735         gets to be 0x11 darker alpha.  Nothing that will get in your way, but
6736         enough that you can find the spacing.  All parameters are changeable in
6737         document preferences.
6739 2004-07-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6741         * autogen.sh: Move unversioned automake to last resort.
6743 2004-07-20  Kees Cook  <kees@outflux.net>
6745         * src/dialogs/desktop-preferences.cpp: corrected my usage of static
6746           l18n strings.
6747         * src/dialogs/stroke-style.cpp: fixed missing l18n. (bug #994837)
6748         * src/dialogs/sp-attribute-widget.cpp: went hunting for other static
6749           l18n strings.  Fixed some here too.
6750         * autogen.sh: cleanups and more debugging.
6751         * share/extensions/sk2svg.sh: tempfile cleanups from pjrm (patch #990009)
6753 2004-07-20 Nathan Hurst <njh@mail.csse.monash.edu.au>
6755         * debian/changelog, configure.in: Moved to 0.40cvs and updated
6756           debian stuff.
6758 2004-07-18  MenTaLguY  <mental@rydia.net>
6760         * configure.in, src/Makefile.am, src/algorithms/Makefile_insert,
6761           src/algorithms/makefile.in, src/traits/Makefile_insert,
6762           src/traits/makefile.in, src/util/Makefile_insert, src/util/makefile.in:
6764           added src/algorithms, src/traits, and src/util subdirs
6766         * src/algorithms/longest-common-suffix.h:
6768           added generic "longest common suffix" algorithm
6770         * src/traits/list.h: added traits class for lists
6772         * src/traits/tree-iterator.h: added traits class for n-ary tree iterators
6774         * src/util/list-iterator.h: STL iterator for lists
6776         * src/util/parent-axis.h: parent "axis" of tree iterator as list
6778         * src/util/sibling-axis.h: sibling "axis" of tree iterator as list
6780         * src/xml/repr.h: specialize Traits::TreeIterator for SPRepr *
6782         * src/sp-object.h: specialize Traits::TreeIterator for SPObject *
6784         * src/sp-object.cpp: use generic "longest common suffix" to find
6785                              nearest common ancestor
6787         * src/splivarot.cpp: use genric "longest common suffix" to find
6788                              nearest common ancestor here too
6790 2004-07-18  Kees Cook  <kees@outflux.net>
6792         * Makefile.am, configure.in, autogen.sh, toolversions.sh:
6793           cleaning up some automake misbehavior from the gtkmm patch.
6794           automake 1.4isms snuck back in.
6795         * src/desktop-events.cpp: unlocalized strings updated.
6797 2004-07-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6799         * src/sp-path.cpp (sp_path_write): Handle shape->curve==NULL.
6801 2004-07-18  MenTaLguY  <mental@rydia.net>
6803         * Makefile.am, configure.in, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4,
6804           m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4,
6805           m4/progtest.m4, src/arc-context.cpp, src/arc-context.h, src/desktop.cpp,
6806           src/desktop.h, src/document.cpp, src/document.h, src/draw-context.cpp,
6807           src/draw-context.h, src/event-context.h, src/main.cpp,
6808           src/message-stack.h, src/node-context.cpp, src/node-context.h,
6809           src/nodepath.cpp, src/nodepath.h, src/object-hierarchy.h,
6810           src/rect-context.cpp, src/rect-context.h, src/selcue.cpp, src/selcue.h,
6811           src/selection-describer.cpp, src/selection-describer.h,
6812           src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
6813           src/sp-item.cpp, src/sp-item.h, src/sp-object.cpp, src/sp-object.h,
6814           src/sp-offset.cpp, src/sp-offset.h, src/sp-pattern.cpp, src/sp-use.cpp,
6815           src/sp-use.h, src/spiral-context.cpp, src/spiral-context.h,
6816           src/star-context.cpp, src/star-context.h, src/text-context.cpp,
6817           src/text-context.h, src/toolbox.cpp, src/uri-references.cpp,
6818           src/uri-references.h, src/view.cpp, src/view.h,
6819           src/dialogs/xml-tree.cpp:
6821           merged Aubanel MONNIER's gtkmm upgrade patch
6823 2004-07-17  Carl Hetherington  <inkscape@carlh.net>
6825         * src/sp-use.cpp: fix a compiler warning (closes #992960)
6827         * src/sp-offset.cpp: fix a compiler warning (closes #992960)
6829         * src/sp-text.cpp: fix a compiler warning (closes #992959)
6831 2004-07-16  Kees Cook  <kees@outflux.net>
6833         * src/verbs.h, src/verbs.cpp: added "sp_verbs_find" function for bryce.
6835 2004-07-15  Ted Gould  <ted@gould.cx>
6837         * 0.39 Release
6839 2004-07-14  MenTaLguY  <mental@rydia.net>
6841         * src/sp-object.cpp: disable recursive update warning for release
6843         * src/select-context.cpp: work around probable cut-and-paste bug
6844           between sp_select_context_item_handler and
6845           sp_select_context_root_handler by checking for drag_escaped
6847 2004-07-13  MenTaLguY  <mental@rydia.net>
6849         * src/make.exclude: omit extension/script/js/js.c from build
6851 2004-07-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6853         * src/dialogs/rdf.cpp: Don't add dc:description entry to SVG files.
6855         * src/utest/utest.h: Add include guard.
6857 2004-07-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6859         * src/decimal-round.h (decimal_round): New file, new function.
6860         * src/round.h (decimal_round): New file, new function.
6861         * src/Makefile_insert: Add to libinkpost_a_SOURCES.
6863 2004-07-11  MenTaLguY  <mental@rydia.net>
6865         * src/document.h, src/document-undo.cpp:
6866           added sp_document_get_undo_sensitive() for capturing and restoring
6867           undo sensitivity
6869         * src/sp-object.cpp: don't log id changes made to resolve
6870           duplicate ids (to avoid undo badness) (fix for bug #989023)
6872 2004-07-11  Kees Cook  <kees@outflux.net>
6874         * src/preferences-skeleton.h, src/extension/init.cpp: with simarilius,
6875           tracked down the cause of bug #988445.  Extension code now has a
6876           small section that validates preferences for valid extension names.
6877         * src/dialogs/filedialog-win32.cpp: corrected an assert test, and
6878           changed dialog to take the passed window title.
6879         * autogen.sh, config.h.mingw, configure.in, src/Makefile_insert,
6880           src/help.cpp, src/inkscape-stock.cpp, src/inkscape.cpp, src/main.cpp,
6881           src/make.dep, src/make.files, src/path-prefix.h, src/prefix.cpp,
6882           src/prefix.h, src/dialogs/stroke-style.cpp,
6883           src/extension/Makefile_insert, src/extension/init.cpp,
6884           src/extension/implementation/Makefile_insert,
6885           src/extension/implementation/script.cpp,
6886           src/extension/internal/Makefile_insert, src/helper/stock-items.cpp,
6887           src/widgets/icon.cpp:
6888         Cleaned up all the path #define's and usage.  In the process found at
6889         least 3 separate bugs associated with file locations.  This should
6890         hopefully work for Win32 as well.  Bottom line in this change: don't use
6891         INKSCAPE_DATADIR anywhere except in "path-prefix.h".  This includes
6892         an update to the autopackage code as well with fixes so that
6893         a change to "--enable-binreloc" will get recompiled correctly.  These
6894         changes should address bug #978391.
6896 2004-07-11  Carl Hetherington  <inkscape@carlh.net>
6898         * src/attributes.cpp, src/attributes.h: remove confusing
6899         snaptogrid and snaptoguides options.
6901         * src/desktop-events.cpp: use inkscape:guide-bbox instead of
6902         snaptoguides to turn guides on.
6904         * src/desktop.cpp: no need to worry about Snapper::getEnabled().
6906         * src/snap.cpp, src/snap.h: Remove explicit enabled flag from
6907         Snapper, as itconfuses people.  Added
6908         namedview_dim_snap_all_types().  Return useful stuff from
6909         vector_snap_list.
6911         * src/rect-context.cpp: Use hack to make snapping kind of work
6912         even with snap-to-bbox enabled.
6914         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp: remove
6915         snaptogrid and snaptoguides options as they confuse people.  Use
6916         better names for the scale origin radio buttons, as suggested by
6917         Bulia.
6919         * src/seltrans.cpp: Fix some cases where snap wasn't correctly applied.
6921 2004-07-10  MenTaLguY  <mental@rydia.net>
6923         * src/sp-image.cpp: prospective fix for bug #979858
6925         * src/select-context.cpp, src/select-context.h,
6926           src/seltrans.cpp, src/seltrans.h:
6928           gave SPSelTrans its own Inkscape::MessageContext, fixing
6929           bug #977971
6931 2004-07-10  Kees Cook  <kees@outflux.net>
6933         * src/knot.cpp: solved bug #988513: knot could stay grabbed in
6934           situations where the tool went away but never got "button_release"
6935           event.  This patch uses the "enter" and "leave" notifiers to disable
6936           the grab before a "motion" can come and snag the knot.
6938 2004-07-09  Kees Cook  <kees@outflux.net>
6940         * src/widgets/paint-selector.cpp: solved bug #984902: the pattern
6941           menu was being destroyed since it was remaining part of the frame
6942           that was being destroyed whenever the selector changed.  It gets
6943           ref-counted, disconnected, and destroyed correctly now.
6944         * mkinstalldirs: automake 1.8 stopped including "mkinstalldirs", but
6945           intltool still uses it.  We'll need to keep this until intltool
6946           fixes the bug.  intltool 0.31 and earlier are all buggy.
6948 2004-07-09  Carl Hetherington  <inkscape@carlh.net>
6950         * src/draw-context.cpp: remove some debugging g_prints.
6952 2004-07-08  MenTaLguY  <mental@rydia.net>
6954         * src/interface.cpp: fixed crash on desktop context menu
6956         * src/desktop.h, src/desktop.cpp:
6958           added SPDesktop::isWithinViewport() to conveniently determine
6959           if an item is within view
6961           also made isLayer() const
6963         * src/sp-object.h: added SPObject::hasChildren() predicate
6965         * src/sp-object.cpp: revert to old behavior of breaking parent
6966           link before emitting "release" signal
6968         * src/selection-chemistry.cpp: rewrote sp_selection_item_next()
6969           and sp_selection_item_prev() to work with layers
6971 2004-07-08  Carl Hetherington  <inkscape@carlh.net>
6973         * src/libnrtype/FontFactory.cpp: disable printing of debug
6974         messages.
6976         * src/sp-item-group.cpp: give it a snappoints method to fix
6977         937318.
6979         * src/draw-context.cpp: fix a couple of places where Shift isn't
6980         checked before snapping.
6983 2004-07-07  MenTaLguY  <mental@rydia.net>
6985         * src/desktop.cpp, src/interface.cpp: remove the word "layer"
6986           for now, and disable the layer selector when the user is not
6987           inside a group
6989 2004-07-07  Kees Cook  <kees@outflux.net>
6991         * src/dialogs/desktop-properties.cpp: added a few g_asserts, and
6992           added a missing sp_signal_disconnect_by_data for the color picker,
6993           which closes bug #975864.  Stopped accidentally calling
6994           sp_document_done from the update handler (fixes bug #986411).
6995         * src/dialogs/dialog-events.cpp, src/helper/action.cpp:
6996           whitespace changes, typo fixes, added a few g_asserts.
6997         * src/selection-chemistry.cpp, src/desktop.cpp: when deleting items
6998           from the desktop, the selection context may need to be cleared since
6999           it may have pointers to the deleted items.  To do this, I just
7000           reselect the current tool (fixes bug #983243).
7001         * src/dialogs/xml-tree.cpp, src/dialogs/desktop-properties.cpp:
7002           corrected tooltips memory handling.
7004 2004-07-06  MenTaLguY  <mental@rydia.net>
7006         * src/desktop.cpp: minor tweaks to make the existing layers
7007           code easier to work with in its current state (particularly,
7008           to sidestep some existing bugs that otherwise require more
7009           UI work to fix)
7011 2004-07-06  Carl Hetherington  <inkscape@carlh.net>
7013         * src/seltrans.cpp, src/sp-namedview.cpp,
7014         src/display/bezier-utils.cpp, src/libnr/nr-types.cpp:
7015         isnan appears to need a std:: namespace qualifier.
7017 2004-07-06  Ted Gould  <ted@gould.cx>
7019         * src/libnr/nr-point.h, src/libnr/nr-rect.h:
7021         Adding in a function to round the points and rectangles.  Using this
7022         for less precise comparisons.  Also, added in a function to print
7023         each of these.
7025         * src/dialogs/export.cpp:
7027         Major revisions to do all kinds of fun stuff.  The major one being
7028         that filenames and dpi's can now be stored on selections.  This
7029         makes it so that people working on a section of a document can export
7030         it consistently.
7032 2004-07-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7034         * src/sp-typeset-utils.h: Greatly reduce #includes.
7036         * src/color-rgba.h, src/Makefile_insert, src/desktop.h:
7037           Move ColorRGBA from desktop.h to new file color-rgba.h.
7038         * src/desktop.cpp, src/dropper-context.cpp: #include it.
7040 2004-07-05  Kees Cook  <kees@outflux.net>
7042         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.cpp,
7043           src/dialogs/rdf.h: added multiline data entry items, reduced
7044           overall width of the dialog, and created the license entry areas.
7045           Auto-detection of license on load works now.
7047 2004-07-05  MenTaLguY <mental@rydia.net>
7049         * src/desktop.cpp: comitted further work which gives us a
7050           partially-functional layers menu (not actually hooked up to
7051           change layers yet), and it is not always updated when it needs
7052           to be (yet).  It does also fix the crash though.
7054         * src/desktop.cpp, src/desktop.h, src/document.cpp,
7055           src/sp-item-group.cpp, src/sp-item-group.h:
7057           additional layers work; backed off on promoting siblings to
7058           layers automatically and reintroduced "global" layer mode
7060 2004-07-05  Carl Hetherington <inkscape@carlh.net>
7062         * src/desktop.cpp: prevent crash by adding a check for
7063         layer == NULL to SPDesktopWidget::_buildLayerStatusMenuItem.
7065         * src/selection-chemistry.cpp: prevent crash on copying empty
7066         groups.
7068 2004-07-04  MenTaLguY  <mental@rydia.net>
7070         * src/sp-object.cpp: fixed bug #979281 -- I had accidentally
7071           reversed the sense of a test in SPObject::requestModified(),
7072           such that CHILD_MODIFIED notifications were never being sent
7074         * src/widgets/sp-color-notebook.cpp: always assume colors are
7075           8-digit hex rrggbbaa, and zero-fill accordingly
7077           HAPPY NATHAN#@$?#$#@$!?!?!?
7079         * src/desktop.cpp, src/desktop.h, src/document.cpp, src/document.h,
7080           src/interface.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
7081           src/sp-item-group.cpp, src/sp-item-group.h, src/widgets/widget-sizes.h:
7083           Added selection-changes-current-layer and other layer refinements.
7084           Except for fixing the currently broken layer combo box on the status
7085           bar, I think this is pretty much the last of the layerish work I'm
7086           willing to do for 0.39 since we're in freeze now.
7088 2004-07-03  Kees Cook  <kees@outflux.net>
7090         * src/document.cpp, src/dialogs/desktop-properties.cpp,
7091           src/dialogs/rdf.cpp, src/dialogs/rdf.h:
7092           Added several more RDF entities.  Created entry tooltips.  Set
7093           a few RDF defaults for the document.
7095 2004-07-03  MenTaLguY  <mental@rydia.net>
7097         * src/desktop.cpp, src/document.cpp:
7099           siblings of a layer now become layers too
7101         * src/interface.cpp: switched to command names suggested by bulia
7103         * src/object-hierarchy.cpp, src/object-hierarchy.h:
7105           bugfixes and cleanups
7107         * src/sp-item-group.cpp, src/sp-item-group.h, src/sp-root.cpp:
7109           new layerMode() and setLayerMode() methods; SPGroupMode becomes
7110           SPGroup::LayerMode
7112         * src/sp-object.h: added isSiblingOf() method
7114         * src/sp-object.cpp: leave parent pointer in place until after
7115           "release" handlers finish
7117 2004-07-02  Kees Cook  <kees@outflux.net>
7119         * src/document.cpp, src/dialogs/desktop-properties.cpp,
7120           src/dialogs/rdf.cpp, src/dialogs/rdf.h, src/xml/repr.h:
7121           Made RDF's writable now.  Handling modifications and defaults.
7122           Mental and others will most likely kill me when they finally
7123           read this code.
7125 2004-07-02  MenTaLguY  <mental@rydia.net>
7127         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp,
7128           src/sp-item-group.h:
7130           Removed the "inkscape:groupmode" attribute and added note about how
7131           the group/layer mode setting needs to be per-view, not global.
7133         * src/desktop.cpp, src/desktop.h,
7134           src/object-hierarchy.cpp, src/object-hierarchy.h:
7136           Added notification signals for switching layers, as well as putting
7137           groups in layer mode when they are being used as layers.
7139           Notably, you can now call SPDesktop::connectCurrentLayerChanged() to
7140           connect to a SigC++ signal to be notified when the current layer
7141           changes.
7143         * src/interface.cpp, src/object-ui.cpp:
7145           Fixed up the "Enter Group" and "Leave Group" context menu
7146           commands a bit, and implement them both in the same places.
7148 2004-07-02  Carl Hetherington  <inkscape@carlh.net>
7150         * src/desktop-snap.cpp, src/desktop-snap.h, src/snap.cpp, src/snap.h,
7151         src/Makefile_insert src/arc-context.cpp src/draw-context.cpp
7152         src/dyna-draw-context.cpp src/make.dep src/make.files src/make.ofiles
7153         src/makefile.msc src/nodepath.cpp src/rect-context.cpp
7154         src/select-context.cpp src/selection-chemistry.cpp src/seltrans.cpp
7155         src/sp-namedview.h src/spiral-context.cpp src/star-context.cpp:
7156         renamed desktop-snap.* to snap.* since it has nothing to do with the
7157         desktop any more.
7159         * src/draw-context.cpp: Temporary hack to prevent snapping
7160         completely failing to work when snapping to bbox points.  Support
7161         shift-disables-snap for freehand drawing.
7163         * src/snap.cpp, src/snap.h: Added some temporary methods to assist
7164         with hacks elsewhere.
7166 2004-07-01  Kees Cook  <kees@outflux.net>
7168         * src/xml/repr.h, src/xml/repr-util.h, src/dialogs/rdf.cpp:
7169           moved "repr_lookup_name" into the repr-util collection so
7170           that the RDF stuff doesn't need to know about SPRepr internals.
7171           Now that I've started to grok the SPRepr stuff, this seems best.
7172           Added "sp_repr_recursive_drop" for use in the future when I may
7173           want to throw away an entire tree of SPRepr items (like ditching
7174           a blank "dc:rights" section).
7176 2004-07-01  MenTaLguY  <mental@rydia.net>
7178         * src/sp-item.cpp: fix clip path loading bug
7180         * src/sp-object.cpp: relax analness about object ids a little
7182 2004-06-30  Kees Cook  <kees@outflux.net>
7184         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.h,
7185           src/dialogs/rdf.cpp: built the various functions needed to extract
7186           the RDF text elements from the DOM.  XML in the document will now
7187           be displayed in the entry fields.
7189 2004-06-28  MenTaLguY  <mental@rydia.net>
7191         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr-css.cpp,
7192           src/xml/repr-io.cpp, src/xml/repr-private.h, src/xml/repr-util.cpp,
7193           src/xml/repr.cpp, src/xml/sp-repr-attr.h: applied peter's patch to
7194           break out NRReprAttr
7196         * src/sp-object.cpp, src/sp-object.h:
7198           added SPObject::nearestCommonAncestor, which given another SPObject
7199           returns the nearest common ancestor of the two SPObjects.
7201         * src/sp-item.cpp, src/sp-item.h:
7203           added SPItem::getRelativeTransform, which computes the SPItem's
7204           transform relative to another SPObject
7206         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
7207           src/rect-context.cpp, src/spiral-context.cpp, src/star-context.cpp,
7208           src/text-context.cpp:
7210           drawing tools now cope with drawing within transformed groups
7211           (i.e. layers)
7213 2004-06-27  MenTaLguY  <mental@rydia.net>
7215         * src/sp-object.h: remove sp_object_request_update,
7216           sp_object_invoke_update, sp_object_invoke_modified,
7217           sp_object_request_modified, and sp_object_invoke_write, which have been
7218           deprecated and are now completely unused
7220         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
7221           src/object-hierarchy.cpp, src/object-hierarchy.h, src/sp-object.cpp,
7222           src/sp-object.h:
7224           Implemented SPDesktop::setCurrentLayer(), introducing
7225           Inkscape::ObjectHierarchy to permit falling back to parents if
7226           the current layer is removed.
7228         * src/object-ui.cpp, src/interface.cpp: really crude hack of
7229           Sodipodi-like "enter group" and "leave group"
7231 2004-06-26  MenTaLguY  <mental@rydia.net>
7233         * src/refcounted.h: allow reffing/unreffing const objects
7235         * src/arc-context.cpp, src/draw-context.cpp, src/dropper-context.cpp,
7236           src/event-context.cpp, src/event-context.h, src/node-context.cpp,
7237           src/rect-context.cpp, src/selcue.cpp, src/selcue.h,
7238           src/select-context.cpp, src/select-context.h, src/seltrans.cpp,
7239           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
7240           src/text-context.cpp, src/zoom-context.cpp:
7242           Make SPSelTrans and SPSelCue proper C++ classes with constructors.
7244         * src/document.h, src/dialogs/xml-tree.cpp: removed sp_document_lookup_id
7246         * src/sp-object.cpp: clarify what is happening with bug #980407 --
7247           the clone is getting attached to the repr before the original SPObject
7248           is.
7250 2004-06-26  Carl Hetherington  <inkscape@carlh.net>
7252         * src/node-context.cpp: make sure nodepath->nodeContext is set up
7253         when the selection changes.  Fixes 936739.
7255 2004-06-25  MenTaLguY  <mental@rydia.net>
7257         * src/display/sp-canvas.cpp: enabled win32 current item workaround on
7258           all platforms
7260 2004-06-25  Kees Cook  <kees@outflux.net>
7262         * src/dialogs/rdf.h, src/dialogs/rdf.cpp, src/dialogs/Makefile_insert,
7263           src/dialogs/desktop-properties.cpp:
7265           Added data entry widgets for document metadata, including a rough
7266           license selector, and debug rdf generator.  Corrected whitespace,
7267           added table for RDF entity lookup, tag, and title mapping.  Added
7268           initial loading framework.  Cleaned up rdf_work_entity_t usage.
7270 2004-06-25  Carl Hetherington  <inkscape@carlh.net>
7272         * src/sp-namedview.cpp: cleanups in grid snap settings.  Fix a
7273         typo.
7275         * src/seltrans.cpp: optional default origin for scaling.  Fixes
7276         to snap during scale.
7278         * src/seltrans.h: s/opposit/opposite/.  Add some comments.
7280         * src/dialogs/display-settings.cpp: add default scale origin
7281         option.
7283         * src/desktop-snap.h: changes to snap_list_scale prototype.
7285         * src/desktop-snap.cpp: snap_list_scale now returns whether
7286         it snapped or not.  The best scale snap is now the one that
7287         changes the scale factor least, rather than the one that
7288         results in the snap point being closest to where it used to be.
7290         * src/display/sp-canvas.cpp: fix for win32 freeze-at-border bug,
7291         copied from SP.
7293         * src/knot.cpp, src/select-context.cpp: change spellings from
7294         British to American English for translators.
7296 2004-06-24  rejon <kidproto@users.sf.net>
7298         * src/verbs.cpp: I changed the reverse command to be more verbose and
7299           explanative.
7301 2004-06-24  MenTaLguY  <mental@rydia.net>
7303         * src/seltrans.cpp: slight change to make showing/hiding center
7304           mark easier later on
7306         * configure.in, src/main.cpp, src/star-context.cpp,
7307           src/display/bezier-utils.cpp, src/display/canvas-bpath.cpp,
7308           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
7309           src/display/sp-ctrlline.cpp, src/libnr/nr-svp.cpp,
7310           src/libnrtype/FontFactory.cpp, src/libnrtype/RasterFont.cpp,
7311           src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
7312           src/livarot/Ligne.cpp, src/livarot/PathOutline.cpp,
7313           src/livarot/ShapeMisc.cpp, src/widgets/font-selector.cpp:
7315           fixes for floating-point portability issues, courtesy of
7316           Colin Marquardt.
7318         * src/extensions/init.cpp: dirent.h requires inttypes.h on OS X
7320 2004-06-23  MenTaLguY  <mental@rydia.net>
7322         * src/Makefile_insert, src/desktop.cpp, src/managed.h,
7323           src/message-context.cpp, src/message-stack.h, src/refcounted.h,
7324           src/selection.h, src/view.cpp:
7326           Changed my mind.
7328           Inkscape::Managed is more properly called Inkscape::Refcounted
7330         * src/libnrtype/Makefile_insert, src/libnrtype/codepages.h,
7331           src/libnrtype/cp1250.cpp, src/libnrtype/cp1251.cpp,
7332           src/libnrtype/cp1252.cpp, src/libnrtype/cp1253.cpp,
7333           src/libnrtype/cp1254.cpp, src/libnrtype/cp1255.cpp,
7334           src/libnrtype/cp1256.cpp, src/libnrtype/cp1257.cpp,
7335           src/libnrtype/cp1258.cpp, src/libnrtype/cp874.cpp,
7336           src/libnrtype/cp932.cpp, src/libnrtype/cp936.cpp,
7337           src/libnrtype/cp949.cpp, src/libnrtype/cp950.cpp:
7339           removed unused Win32 codepage crap
7341 2004-06-23  Carl Hetherington  <inkscape@carlh.net>
7343         * src/inkscape.cpp: Don't connect to SIGBUS on Win32, as
7344         it doesn't seem to exist.  Add Emacs mode line.
7345         Declaration-to-first-use and coding style cleanups.
7347         * src/desktop-snap.h: a few double -> NR::Coord fixes.
7349         * src/nodepath.cpp: turn off snapping when Shift is held down.
7350         Some minor cleanups.
7352         * src/dialogs/display-settings.cpp: remove my rather dubious
7353         move_with_grid option.
7355         * src/select-context.cpp: rationalise grid modifiers; now Shift
7356         disables snap and Alt snaps movement to the grid.
7358 2004-06-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7360         * share/extensions/dia2svg.sh: Fix bashism and insecure tempfile usage.
7362 2004-06-23  Ted Gould  <ted@gould.cx>
7364         * share/extensions/dropshadow.inkmod, share/extensions/roundhole.inkmod,
7365         src/extension/system.cpp:
7367         Setting it up so that poorly formed inkmod files generate actual GTK
7368         warnings so that they can be easily hidden.  Also, fixing these two inkmod
7369         files so that they don't generate the above mentioned warnings.
7371 2004-06-22  Kees Cook  <kees@outflux.net>
7373         * src/inkscape.cpp: added SIGBUS and SIGABRT handling.
7375 2004-06-22  John Cliff <simarilius@yahoo.com>
7377         * src/object-edit.cpp:  Added knots for manipulation of pattern fills.
7378         * src/sp-shape.cpp, src/sp-shape.h:     Added sp_shape_set_pattern to
7379         explictly set the transform rather than multiplying like adjust.
7382 2004-06-22  Carl Hetherington  <inkscape@carlh.net>
7384         * src/sp-shape.cpp: add sp_shape_snappoints.
7386         * src/desktop-snap.cpp: minor cleanups.  Added a comment.
7388         * src/sp-text.cpp: removed an old comment.
7390         * src/sp-ellipse.cpp: fix snappoints method now that the parent
7391         class method has changed.
7393         * src/sp-rect.cpp: snappoints method is not required as it's now
7394         handled by SPShape.
7396         * src/sp-image.cpp: use SPItem's snappoints method.
7398         * src/file.cpp: fix another call to g_file_test with a
7399         possibly-NULL parameter.  Fixes #977413.
7401 2004-06-21  Carl Hetherington  <inkscape@carlh.net>
7403         * src/file.cpp: don't call g_file_test with a NULL path.  Fixes
7404         #976703.
7406         * src/desktop-snap.cpp: default to snapping to bounding boxes when
7407         snapping is first enabled.  Rework in terms of SPNamedView rather
7408         than SPDesktop.
7410         * src/desktop-snap.h: rework in terms of SPNamedView rather than
7411         SPDesktop.
7413         * src/arc-context.cpp, src/draw-context.cpp,
7414         src/dyna-draw-context.cpp, src/nodepath.cpp src/rect-context.cpp,
7415         src/select-context.cpp, src/selection-chemistry.cpp,
7416         src/seltrans.cpp, src/sp-namedview.cpp, src/spiral-context.cpp,
7417         src/star-context.cpp: Adapt for changes to snap code naming.
7419         * src/seltrans.cpp: cleanups to sp_sel_trans_skew_request and
7420         sp_sel_trans_scale_request.
7422 2004-06-20  Ted Gould  <ted@gould.cx>
7424         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
7425         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
7426         share/extensions/epsi_output.inkmod, share/extensions/roundhole.inkmod,
7427         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
7428         share/extensions/txt2svg.inkmod, src/extension/extension.h,
7429         src/extension/system.cpp, src/extension/implementation/script.cpp,
7430         src/extension/internal/eps-out.cpp,
7431         src/extension/internal/gdkpixbuf-input.cpp,
7432         src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
7433         src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
7434         src/extension/internal/win32.cpp:
7436         Changing the naming of the extensions to be more Java style naming to
7437         allow for more extension in the future.
7439 2004-06-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7441         * src/extension/internal/ps.cpp (PrintPS): Initialize _stream to
7442           NULL (fixes segfaults when exporting to an unopenable file), and
7443           initialize _bitmap to false instead of random.
7445 2004-06-20  MenTaLguY  <mental@rydia.net>
7447         * src/desktop.cpp, src/managed.h, src/message-context.h,
7448           src/message-stack.h, src/message.h, src/view.cpp:
7450           Document classes, and change Managed to have an initial refcount
7451           of one at creation.
7453 2004-06-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7455         * src/libnrtype/FontFactory.cpp, src/libnrtype/FontInstance.cpp,
7456           src/libnrtype/font-instance.h: If both WIN32 and WITH_XFT are
7457           defined, then use just the WITH_XFT code.  (I don't know if it's
7458           possible for both to be defined, but we might as well document
7459           that the existing code doesn't handle both being defined, AFAICT.)
7461         * src/libnrtype/FontFactory.cpp (ink_strstr): Document brokenness.
7462           (is_regular, is_nonbold, is_italic, etc.): Mark as static.
7464         * src/Makefile.am (EXTRA_DIST): Remove reference to deleted files
7465           libnrtype/nr-type-w32.cpp, libnrtype/nr-type-w32.h,
7466           libnrtype/nr-type-xft.cpp, libnrtype/nr-type-xft.h.
7468         * src/config.h.win32: Define PACKAGE_TARNAME, for require-config.h.
7469           More accurate mathematical constants (20 decimal places instead of 3).
7471 2004-06-19  MenTaLguY  <mental@rydia.net>
7473         * src/desktop.cpp, src/managed.h, src/rect-context.cpp,
7474           src/rect-context.h, src/selection.h, src/view.cpp:
7476           SPSelection now derives from Inkscape::Managed
7478         * src/Makefile_insert, src/select-context.cpp, src/select-context.h,
7479           src/selection-describer.h, src/selection-describer.cpp:
7481           Introduced Inkscape::SelectionDescriber to which SPSelectContext
7482           delegates the task of displaying descriptions of the current
7483           selection.  This fixes bug #945735.
7485 2004-06-19  Carl Hetherington  <inkscape@carlh.net>
7487         * src/desktop-snap.{cpp,h}: sp_desktop_dim_snap_list returns
7488         whether or not it snapped anything.
7490         * src/select-context.cpp: fix snap on move behaviour (again)
7492         * src/widgets/dash-selector.cpp: fix off-by-one spotted by
7493         valgrind.
7495 2004-06-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7497         * src/extension/internal/ps.cpp (begin): Add some basic error handling.
7499         * src/extension/internal/ps.cpp (setup): Simplify an expression now that
7500           _bitmap is a bool.
7502         * src/extension/internal/ps.h: Twiddle the order of the fields.
7503           Replace bitfields with bool/short.
7505         * src/libnrtype/Makefile_insert, src/libnrtype/FontInstance.h,
7506           src/make.files, src/make.ofiles, src/make.dep:
7507           Remove src/libnrtype/FontInstance.h (see change below).
7509         * src/libnrtype/RasterFont.h, src/libnrtype/raster-glyph.h,
7510           src/libnrtype/raster-position.h:
7511           Move raster_glyph, raster_position from RasterFont.h to new files
7512           raster-glyph.h, raster-position.h.
7513         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
7515         * src/libnrtype/FontInstance.h, src/libnrtype/font-glyph.h,
7516           src/libnrtype/font-instance.h, src/libnrtype/font-style.h:
7517           Move font_glyph, font_instance, and font_style definitions from
7518           FontInstance.h into new files font-glyph.h, font-instance.h,
7519           font-style.h.
7520         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
7522         * src/libnrtype/nrtype-forward.h: New file.
7523         * src/libnrtype/Makefile_insert: Add it to SOURCES.
7524         * src/libnrtype/FontFactory.h, src/libnrtype/TextWrapper.h:
7525           #include it (replacing local declarations in some cases).
7527         * src/livarot/livarot-forward.h: New file.
7528         * src/livarot/Ligne.h, src/livarot/Path.h, src/livarot/Shape.h:
7529           #include it (replacing local declarations in some cases).
7530         * src/livarot/Makefile_insert: Add it to SOURCES.
7532 2004-08-18  Ted Gould  <ted@gould.cx>
7534         * src/file.cpp, src/preferences-skeleton.h:
7536         Adding the feature that the save and open directories are saved in the
7537         preferences.  The last one will be used.
7539 2004-08-18  Carl Hetherington  <inkscape@carlh.net>
7541         * src/widgets/font-selector.cpp: uint -> guint to fix
7542         compile errors.
7544         * src/desktop-snap.{cpp,h}: make snap functions aware of the
7545         type of point they are snapping, so they can decide whether
7546         to ignore it.
7548         * src/arc-context.cpp, src/rect-context.cpp,
7549         src/spiral-context.cpp, src/star-context.cpp,
7550         src/draw-context.cpp, src/dyna-draw-context.cpp, src/nodepath.cpp,
7551         src/selection-chemistry.cpp, src/seltrans.cpp:
7552         temporarily update for changes to snapping API.
7554         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp:
7555         adapt for small changes to Snapper API.
7557         * src/select-context.cpp: use new snapping API.
7559 2004-08-17  Bryce Harrington  <bryce@bryceharrington.org>
7561         *  nodepath.cpp path-chemistry.cpp selection-chemistry.cpp,
7562            seltrans.cpp sp-typeset.cpp splivarot.cpp text-context.cpp,
7563            tools-switch.cpp dialogs/find.cpp:  Converting statusbar
7564            messages from old style to new, as per
7565            http://inkscape.org/cgi-bin/wiki.pl?StatusbarAPI
7567 2004-06-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7569         * src/mkdep.pl: Add `by mkdep.pl' to `automatically generated' line.
7571         * src/dialogs/desktop-properties.cpp:
7572           Greater conformance to CodingStyle.  Add FIXME comment.
7574         * src/sp-namedview.cpp: Tighter scoping for iteration var.
7575           Simplify some code by greater use of cheap sp_unit_get_by_id.
7577 2004-06-17  MenTaLguY  <mental@rydia.net>
7579         * src/Makefile_insert, src/arc-context.cpp, src/arc-context.h,
7580           src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
7581           src/draw-context.cpp, src/dropper-context.cpp, src/event-context.cpp,
7582           src/event-context.h, src/file.cpp, src/interface.cpp, src/knot.cpp,
7583           src/managed.h, src/message-context.cpp, src/message-context.h,
7584           src/message-stack.cpp, src/message-stack.h, src/message.h,
7585           src/select-context.cpp, src/view.cpp, src/view.h,
7586           src/libnrtype/FontFactory.cpp, src/libnrtype/nr-type-primitives.h,
7587           src/widgets/font-selector.cpp:
7589           New status messages primitives (statusbar bug not fixed yet though).
7591 2004-06-17  Carl Hetherington  <inkscape@carlh.net>
7593         * src/helper/stock-items.cpp: fix a compiler warning.  Minor
7594         coding style cleanups.
7596         * src/arc-context.cpp, src/desktop-snap.cpp, src-desktop-snap.h,
7597         src/rect-context.cpp, src/spiral-context.cpp,
7598         src/star-context.cpp: Replace desktop.h include with forward
7599         references in desktop-snap.h, and add desktop.h includes in
7600         files which require them.
7602         * src/widgets/spw-utilities.cpp, src/widgets/spw-utilities.h:
7603         add spw_vbox_checkbutton.
7605         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7606         src/sp-namedview.h, src/desktop-snap.cpp, src/desktop-snap.h,
7607         src/desktop.cpp, src/desktop.h,
7608         src/dialogs/desktop-properties.cpp, src/seltrans.cpp,
7609         src/seltrans.h, src/selection.cpp, src/selection.h,
7610         src/select-context.cpp, src/selection-chemistry.cpp:
7612         Start of new and hopefully improved snapping code.
7614 2004-06-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7616         * src/helper/units.h, src/helper/units.cpp:
7617           (sp_unit_get_by_id): new function.
7618           (sp_convert_distance_full): Change arguments & return value.
7619           Call g_log if no conversion possible.
7620           Callers updated.
7621           (sp_unit_get_default, sp_unit_get_by_name): Remove unused functions.
7622           sp_units: Less rounding error in unittobase.
7624 2004-06-16  Carl Hetherington  <inkscape@carlh.net>
7626         * src/sp-item.h: added a comment.
7628 2004-06-15  Ted Gould  <ted@gould.cx>
7630         * share/extensions/ai_input.inkmod:
7631         Removing the command-line argument to specify line endings.
7633         * src/print.cpp, src/print.h, src/sp-text.cpp,
7634         src/extension/extension.cpp, src/extension/extension.h,
7635         src/extension/implementation/implementation.cpp,
7636         src/extension/implementation/implementation.h,
7637         src/extension/internal/ps.cpp, src/extension/internal/ps.h:
7639         Changing it so that the text to vector is its own function.  This way it
7640         can be used as a parameter in Postscript, but then can be easily used for
7641         drivers which only support vector drawing.
7643 2004-06-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7645         * src/select-toolbar.cpp: Cleanups and preparation for px units.
7647         * src/helper/units.h, src/helper/units.cpp:
7648           Add reference version of sp_points_get_units, sp_units_get_points.
7649           Implement as simple multiplication instead of sp_convert_distance.
7650           (sp_units_table_sane): New function.
7651         * src/helper/units-test.cpp: Test sp_units_table_sane.
7653         * src/sp-object-repr.cpp: Move some declarations to first use.
7654         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_register):
7655           Change return type to void.
7657         * src/sp-item.cpp (sp_item_repr_compare_position):
7658           Reimplement as shallow wrapper around sp_repr_compare_position.
7660         * src/helper/units.h, src/helper/units.cpp:
7661           SPUnitId: new enum, to allow replacing string lookups.
7662           Get rid of handling for unused SP_UNIT_USERSPACE.
7663           Remove unused SPUnit.version field.
7665         * src/helper/units-test.cpp (test_bases): Test sp_unit_get_identity.
7667         * src/helper/Makefile_insert (helper_units_test_LDADD): Fix the previous
7668           commit: -lglib-2.0 instead of -lglib.
7670 2004-06-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7672         * src/Makefile.am, src/helper/Makefile_insert,
7673           src/helper/units-test.cpp:
7674           New unit test file units-test.cpp.
7676         * src/select-toolbar.cpp: Greater conformance to CodingStyle.
7678 2004-06-14  Carl Hetherington  <inkscape@carlh.net>
7680         * src/libnrtype/TextWrapper.cpp: Fix what looks like an off-by-one.
7682         * ChangeLog, src/prefs-utils.cpp:
7683         Fix bracketing typo that causes an array to be overrun.
7685 2004-06-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7687         * src/sp-path.cpp: Move some declarations to first use.
7689 2004-06-13  Kees Cook  <kees@outflux.net>
7691         * src/xml/repr.h, src/xml/repr-utils.cpp: adding additional RDF URIs
7692         to the default namespace prefix list.
7694 2004-06-13  MenTaLguY  <mental@rydia.net>
7696         * src/arc-context.cpp, src/desktop.cpp, src/desktop.h, src/document.cpp,
7697           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
7698           src/file.cpp, src/gradient-chemistry.cpp, src/interface.cpp,
7699           src/rect-context.cpp, src/selection-chemistry.cpp, src/sp-object.cpp,
7700           src/sp-object.h, src/spiral-context.cpp, src/splivarot.cpp,
7701           src/star-context.cpp, src/svg-view.h, src/text-context.cpp,
7702           src/extension/internal/gdkpixbuf-input.cpp:
7704           added SPDesktop::currentRoot() and SPDesktop::currentLayer(), which
7705           report the current "view" root and current "editing" layer,
7706           respectively; I've also added SPObject::appendReprChild().
7708           Between the two of them, they replace sp_document_add_repr, which
7709           has been removed.  Generally to add a repr to a document, you would
7710           now use either:
7712            SP_DOCUMENT_DEFS(document)->appendReprChild(repr);
7714           or:
7716            desktop->currentLayer()->appendReprChild(repr);
7718 2004-06-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7720         * src/sp-clippath.h, src/sp-gradient.h, src/sp-marker.h, src/sp-mask.h,
7721 src/sp-pattern.h:
7722           Explicitly mark _acceptObject as virtual.
7723           (Already declared as virtual in base class.)
7725         * src/file.cpp, src/main.cpp: Greater conformance to CodingStyle.
7727         * src/node-context.h, src/selcue.h, src/sp-pattern.h,
7728           src/widgets/sp-color-wheel-selector.h:
7729           Add missing includes as found by src/check-header-compile.
7731         * src/Makefile_insert:
7732         * src/sp-use-reference.cpp:
7733         * src/sp-use-reference.h:
7734         * src/sp-use.cpp:
7735         * src/sp-use.h:
7736           Move SPUseReference from sp-use.h to new files sp-use-reference.h,
7737           sp-use-reference.cpp.
7739         * src/sp-use.h (_acceptObject): Fix can't-use-ancestor check.
7741         * src/uri-references.h (getOwner): Fix copy&paste bug.
7743 2004-06-11  MenTaLguY  <mental@rydia.net>
7745         * src/sp-object.h, src/sp-object.cpp:
7747           migrated several SPObject methods to C++ methods:
7749           sp_object_invoke_write -> SPObject::updateRepr
7750           sp_object_request_update -> SPObject::requestDisplayUpdate
7751           sp_object_invoke_update -> SPObject::updateDisplay
7752           sp_object_request_modified -> SPObject::requestModified
7753           sp_object_invoke_modified -> SPObject::emitModified
7755           (leaving deprecated wrappers in place for now)
7757         * src/document.cpp, src/object-edit.cpp, src/sp-clippath.cpp,
7758           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-image.cpp,
7759           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-line.cpp,
7760           src/sp-marker.cpp, src/sp-mask.cpp, src/sp-offset.cpp,
7761           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-root.cpp,
7762           src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
7763           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
7764           src/sp-use.cpp, src/dialogs/stroke-style.cpp, src/sp-path.cpp:
7766           transitioned to SPObject::requestDisplayUpdate and
7767           SPObject::updateDisplay
7769         * src/arc-context.cpp, src/document.cpp, src/gradient-chemistry.cpp,
7770           src/knotholder.cpp, src/main.cpp, src/rect-context.cpp,
7771           src/sp-anchor.cpp, src/sp-clippath.cpp, src/sp-defs.cpp,
7772           src/sp-gradient.cpp, src/sp-item-group.cpp, src/sp-item.cpp,
7773           src/sp-mask.cpp, src/sp-namedview.cpp, src/sp-object-group.cpp,
7774           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp,
7775           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-shape.cpp,
7776           src/sp-spiral.cpp, src/sp-text.cpp, src/sp-use.cpp,
7777           src/spiral-context.cpp, src/splivarot.cpp, src/star-context.cpp,
7778           src/style.cpp, src/toolbox.cpp, src/dialogs/fill-style.cpp,
7779           src/dialogs/stroke-style.cpp, src/extension/internal/svg.cpp:
7781           transitioned to SPObject::requestModified, SPObject::emitModified,
7782           and SPObject::updateRepr; also reworked "minimal" version of
7783           updateRepr.
7785         * src/sp-object.h: added a little documentation
7787         * src/document.cpp, src/document.h, src/file.cpp,
7788           src/gradient-chemistry.cpp, src/help.cpp, src/object-ui.cpp,
7789           src/selection-chemistry.cpp, src/selection.cpp, src/seltrans.cpp,
7790           src/sp-clippath.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
7791           src/sp-namedview.cpp, src/sp-object.cpp, src/sp-offset.cpp,
7792           src/sp-pattern.cpp, src/sp-root.cpp, src/sp-text.cpp,
7793           src/sp-typeset.cpp, src/sp-use.cpp, src/splivarot.cpp,
7794           src/uri-references.cpp, src/dialogs/fill-style.cpp,
7795           src/dialogs/item-properties.cpp, src/dialogs/stroke-style.cpp,
7796           src/helper/stock-items.cpp, src/widgets/gradient-selector.cpp,
7797           src/widgets/gradient-vector.cpp, src/widgets/icon.cpp:
7799           replaced sp_document_lookup_id with SPDocument::getObjectById,
7800           and SPDocument::getObjectByRepr
7802           (left deprecated stub in place, but it should be unused at this point)
7804 2004-06-11  Ted Gould  <ted@gould.cx>
7806         * src/file.cpp, src/inkscape.cpp, src/interface.cpp, src/prefs-utils.cpp,
7807         src/prefs-utils.h:
7809         Moving the recent document setting and getting code into the prefs-utils
7810         files so that they'll be with the preferences (which they really kinda
7811         are).  Then, moved the place where they are set from the removing of the
7812         document to where the files are opened and 'save as'd.  (yes, I made up a
7813         word/contraction).
7815 2004-06-10  Carl Hetherington  <inkscape@carlh.net>
7817         * src/desktop-snap.cpp, src/desktop-snap.h,
7818         src/satisfied-guide-cns.cpp, src/satisfied-guide-cns.h,
7819         select-context.cpp, selection.cpp, selection.h, seltrans.cpp,
7820         seltrans.h, sp-ellipse.cpp, sp-image.cpp,
7821         sp-item-notify-moveto.cpp, sp-item-rm-unsatisfied-cns.cpp,
7822         sp-item-update-cns.cpp, sp-item.cpp, sp-item.h, sp-offset.cpp,
7823         sp-rect.cpp, sp-spiral.cpp, sp-star.cpp, sp-text.cpp:
7825         Use a std::vector to store snap points, rather than a fixed-size
7826         array.
7828 2004-06-09  Carl Hetherington  <inkscape@carlh.net>
7830         * src/desktop-snap.cpp, src/desktop-snap.h: Coding style fixes.
7831         Use NR::Coord rather than double where appropriate.  Added some
7832         comments.  Use NR::Dim2 where appropriate.  Use NR_HUGE rather
7833         than hardcoded 1e18s.
7835         * src/rect-context.cpp, src/nodepath.cpp, src/arc-context.cpp:
7836         Adapt for changes to sp_desktop_dim_snap prototype.
7838         * src/select-context.cpp:
7839         Adapt for changes to sp_desktop_dim_snap_list prototype.
7841 2004-06-08  MenTaLguY  <mental@rydia.net>
7843         * src/display/sp-canvas.h, src/livarot/DblLinked.h,
7844           src/livarot/LivarotDefs.h, src/livarot/AVL.h, src/livarot/Shape.h,
7845           src/livarot/ShapeUtils.h, src/livarot/Ligne.h,
7846           src/object-edit.cpp, src/spiral-context.cpp, src/sp-shape.cpp:
7848           Portability fixes from Colin Marquardt <colin@marquardt-home.de>.
7850 2004-06-08  Carl Hetherington  <inkscape@carlh.net>
7852         * src/main.cpp: remove the call to
7853         Extension::Internal::PrintWin32::init() entirely after Ted pointed
7854         out that it would be called by code in src/extension/init.cpp
7855         anyway.
7857 2004-06-08  Ted Gould  <ted@gould.cx>
7859         * src/main.cpp:
7861         Added in a version command to our command line args.  This fixes
7862         enhancement request 968642.
7864 2004-06-07  MenTaLguY  <mental@rydia.net>
7866         * src/document.cpp, src/document.h, src/document-undo.cpp,
7867           src/sp-object.h, src/sp-object.cpp:
7868           renamed object garbage collection routines to fit the "orphan"
7869           terminology
7871 2004-06-07  Carl Hetherington <inkscape@carlh.net>
7873         * src/main.cpp: tentative fix for startup crash on Win32.  Ensure
7874         that Extension::Internal::PrintWin32::init() is not called until
7875         after inkscape_application_init().
7877 2004-06-07  Ted Gould  <ted@gould.cx>
7879         * src/inkscape.cpp, src/main.cpp:
7881         Moving the initialization of the extensions into the Inkscape application
7882         init.  I have mixed feelings on this.  On one hand, basically extension
7883         init gets called directly after applicaiton init and extensions init has
7884         nothing to do with anything else in main.  On the other hand I'm not sure
7885         that it is directly related to the structure of the application itself.
7886         Comments are welcome.
7888 2004-06-06  MenTaLguY  <mental@rydia.net>
7890         * src/attributes.cpp, src/attributes.h: added inkscape:collect attribute
7891           to specify orphan collection policy (collect with parent, or always
7892           collect)
7894         * src/document-undo.cpp, src/document.cpp, src/document.h: added an orphan
7895           collection pass as part of comitting an undo step
7897         * src/sp-object.cpp, src/sp-object.h:
7898           add total hrefcount for all descendants, and basic orphan collection
7899           facilities
7901         * src/gradient-chemistry.cpp, src/dialogs/stroke-style.cpp,
7902           src/extension/internal/gdkpixbuf-input.cpp:
7903           mark automatically added gradients, patterns, and markers for orphan
7904           collection
7906 2004-06-06  Bryce Harrington <bryce@bryceharrington.org>
7908         * libnrtype/nr-type-xft.cpp, libnrtype/nr-font.cpp,
7909           libnrtype/nr-rasterfont.cpp, libnrtype/nr-type-directory.cpp,
7910           libnrtype/nr-typeface.cpp, libnrtype/nr-type-w32.cpp,
7911           libnrtype/nr-type-ft2.cpp, libnrtype/nr-type-pos-def.cpp,
7912           libnrtype/nr-type-primitives.cpp:
7914         Documenting the routines.  This adds basic code docs for
7915         everything in libnrtype.
7917 2004-06-06  Ted Gould  <ted@gould.cx>
7919         * src/main.cpp, src/preferences-skeleton.h, src/extension/extension.cpp:
7921         Making it so that the extension parameters get saved in the Inkscape
7922         preferences.  Most people will notice that their printer gets saved now.
7923         But this does alot more than that.  Added an "extensions" group to the
7924         preferences skeleton for all these settings.  All settings get saved as
7925         "module ID"."param name".  Also had to change where the extensions get
7926         init'd in the startup to put it behind the Inkscape application so that
7927         prerefences could be used.
7929 2004-06-03  Ted Gould  <ted@gould.cx>
7931         * src/file.cpp, src/dialog/filedialog.cpp:
7933         Making the whole file dialog alot more fun.  Basically, now the
7934         first filename will always be unique on files that don't have a
7935         filename already.  And, if you've selected a different default
7936         extension, that extension's filename extension will be placed
7937         on the file.  Also, when you change the extension to save with
7938         in the dialog, the filename extension will change with you (assuming
7939         that you were using filename extensions previously ofcourse).
7940         Finally, the checkbox to autoappend extensions is no insensitive
7941         when "Autodetect" is selected.
7943 2004-06-03  MenTaLguY  <mental@rydia.net>
7945         * src/file.cpp, src/extension/internal/ps.cpp,
7946           src/extension/internal/win32.cpp, src/sp-pattern.cpp,
7947           src/dialogs/stroke-style.cpp, src/display/nr-arena-glyphs.cpp,
7948           src/display/nr-arena-group.cpp, src/display/nr-arena-image.cpp,
7949           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
7950           src/widgets/icon.cpp, src/dialogs/nr-arena-item.h:
7952           Introduced the notion of "parent" NRGCs
7954 2004-06-02  bulia byak <bulia@users.sourceforge.net>
7956         * src/selection.h, src/selection.cpp:
7958         * preferences-skeleton.h dialogs/display-settings.cpp sp-item.cpp: New
7959 settings
7960         for various compensations
7962         * sp-shape.cpp sp-shape.h sp-rect.cpp sp-path.cpp: Factored out adjustments
7963         (stroke and pattern so far) from optimizing items into sp-shape.
7965         * libnr: Added distance function for a couple of points. Added expansions
7966 for X and Y.
7968         * object-edit.cpp sp-rect.cpp sp-item.cpp toolbox.cpp: Made rect use
7969 absolute
7970         radii, added recursive compensation on item_transform. Added new knot for
7971         rect, moved corner knots to the top right corner. Rect toolbar shows visible
7972         rx/ry.
7974         * toolbox.cpp: Finally got the freeze semaphores right (prevent loops for
7975         changes both from the repr and from toolbar UI).
7977         * sp-namedview.cpp: Guarding against nan in zoom, cx, cy
7979         * select-toolbar.cpp helper/unit-menu.cpp helper/unit-menu.h: Fix units menu
7980 size
7982         * node-context.cpp: Second Esc or empty-click deselects object
7984         * desktop.cpp desktop.h: Restored sticky zoom
7986         * preferences-skeleton.h extension/internal/gdkpixbuf-input.cpp file.cpp: Do
7987 not
7988         group import if only one item; move its defs to our defs; select and move
7989         under cursor the imported item/group. Optionally import bitmaps as filled
7990         rects.
7992         * many -context files: Decoupled seltrans and selcue so that the latter can
7993 be
7994         used outside of selector; enabled optional selcue in all tools
7996         * many files: New set_color signals on desktop, switching the dropper to
7997 them;
7998         needs to be redone for style. Excise the old inkscape::color_set signal.
8000         * dialogs/stroke-style.cpp: Fix the "all clubs" marker preview bug. In
8001 markers
8002         menu, skip document markers with stockid only if the same stockid is in
8003         markers.svg; add separator.
8005         * many fill and stroke files: Remove old mode selector, remove dropper
8006 checkbox
8007         (now always on). Remember active colorselector page. Remove redundant checks
8008         in setting color (fixes at least one bug). Cosmetics, cleanup, b/w icons,
8009         shortened labels, added mnemonics and tooltips, removed the drop-down modes
8010         list. Switched color spinbuttons to 0..255 enabling 0..1 floats to be typed
8011 as
8012         well.
8014         * dialogs/find.* et al: Find dialog, command
8016         * selection-chemistry.cpp: Fix copying objects from different parents; fix
8017 and
8018         reorganize copying gradients, recurse into groups
8020         * dialogs/xml-tree.cpp: Removed unused desktop shutdown signal, fixes
8021 problem
8022         with saving window settings on exit
8024         * select-toolbar.cpp: Percentage unit, lock toggle, NR::Rectification
8026         * sp-object.cpp path-chemistry.cpp splivarot.cpp et al: Sending
8027 _delete_signal
8028         recursively for descendants; switched to deleteObject where appropriate to
8029         notify clones
8031         * preferences-skeleton.h desktop.cpp desktop.h interface.cpp: Window layout
8032         fully configurable, commands in the View menu
8034         * path-chemistry.cpp: Fixed transform when combining inside group
8036         * preferences-skeleton.h sp-item.cpp dialogs/display-settings.cpp: Fixes in
8037         scalestroke (coded by Carl): arbitrary depth recusion, setting stroke-width
8038         via repr, pref in the transforms tab
8040         * widgets/sp-xmlview-attr-list.cpp: More robust listener
8042 2004-06-01  Ted Gould  <ted@gould.cx>
8044         * src/extension/internal/gdkpixbuf-input.cpp:
8045         Making it so that the lists of extensions and mimetypes are
8046         used in the creation of the plugins.  Also, free'ing everything
8047         properly so that we don't have a memory leak.
8049 2004-05-30  MenTaLguY  <mental@rydia.net>
8051         * src/selection.h, src/selection.cpp:
8052           rework SPSelection to be SPObject- rather than SPItem- oriented;
8053           this will be needed later for the layers/document tree dialog
8054           (and could prove useful for the XML editor later too)
8056         * src/sp-item.h: make SPItem a proper C++ subclass of SPObject
8058         * src/dialogs/item-properties.cpp:
8059           correct overly intimate knowledge of SPObject (use SP_OBJECT_ID rather
8060           than directly accessing the SPObject::id member)
8062 2004-05-27  Kees Cook  <kees@outflux.net>
8064         * src/extension/internal/ps.h, src/extension/internal/ps.cpp:
8065           Hopefully fixed the locale problems in the PS output generator.
8066         * src/sp-offset.cpp, src/display/bezier-utils-test.cpp,
8067           src/display/nr-arena-item.cpp, src/libnr/nr-svp-render.cpp,
8068           src/libnr/testnr.cpp, src/livarot/AlphaLigne.cpp,
8069           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
8070           src/livarot/PathCutting.cpp, src/livarot/Shape.cpp,
8071           src/livarot/ShapeDraw.cpp, src/livarot/ShapeSweep.cpp,
8072           src/svg/svg-affine.cpp: added comments and notes to all remaining
8073           "printf"ish calls that have %g or %f in them.  Most are just debug
8074           output, etc.  Hopefully we are actually free of locale bugs!  :)
8075         * src/desktop.h, src/desktop.cpp: desktop's knowledge of
8076           fullscreen-ness doesn't depend on having the ability to DO it.  Other
8077           functions already test "is_fullscreen" to alter their behavior.
8079 2004-05-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8081         * src/extension/system.h, src/extension/system.cpp (build_from_file):
8082           Remove unused second argument.  Callers updated.
8083         * src/extension/system.cpp (build_from_reprdoc):
8084           Just one call to sp_repr_name per child.
8085         * src/extension/system.h, src/extension/system.cpp:
8086           Cleanup: greater conformance to CodingStyle.
8088 2004-05-23  MenTaLguY  <mental@rydia.net>
8090         * src/libnrtype/Makefile_insert, src/libnrtype/nr-type-gnome.cpp,
8091           src/libnrtype/nr-type-gnome.h, src/libnrtype/nr-type-dictionary:
8093           removed gnome-print libnrtype backend
8095 2004-05-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8097         * src/xml/repr.h, src/xml/repr-util.cpp:
8098           Remove unused function sp_repr_set_position_relative.
8100         * src/xml/repr-util.cpp (sp_repr_compare_position, sp_repr_position):
8101           Minor cleanups.
8103 2004-05-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8105         * src/sp-use.cpp: Cleanup: greater conformance to CodingStyle.
8107         * src/sp-item-group.cpp (sp_item_group_ungroup): Fix bug #956334:
8108           ungrouping was reversing the order of the group members.
8110         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp: New files.
8111         * src/xml/Makefile_insert (xml_libspxml_a_SOURCES): Add the new files.
8113         * src/xml/repr-private.h, src/xml/repr.cpp (sp_repr_nth_child):
8114           Remove this unused function.
8116         * src/xml/repr.h, src/xml/repr.cpp (sp_repr_parent):
8117           Mark pointer as not written through (const).
8119 2004-05-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8121         * src/xml/repr.cpp: Cleanup: greater conformance to CodingStyle.
8123         * src/Makefile_insert: Add missing dependencies on inkscape_version.h.
8124         * src/display/Makefile_insert: Adapt dependency object names for
8125           `subdir-objects' automake option.
8126         * src/helper/Makefile_insert: Adapt dependency object names for
8127           lack of libspchelp-specific CPPFLAGS.
8129 2004-05-17  Carl Hetherington <inkscape@carlh.net>
8131         * src/libnrtype/nr-type-w32.cpp: Tentative fix for
8132         build problems on Win32.
8134         * src/extension/internal/svg.cpp: Coding style cleanups.
8136 2004-05-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8138         * src/sp-item.h, src/sp-item.cpp: Remove unused
8139           distance-conversion functions sp_item_distance_to_svg_bbox,
8140           sp_item_distance_to_svg_viewport.
8142         * src/sp-item.cpp: Cleanup: greater conformance to CodingStyle.
8144         * acinclude.m4: Remove.
8146 2004-05-16  Carl Hetherington  <inkscape@carlh.net>
8148         * src/extension/internal/svg.cpp:
8149         Throw an exception if sp_repr_save_file fails.  This should close
8150         bug 948921.
8152 2004-05-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8154         * src/check-header-compile.in: New script.
8155         * configure.in: Add it to list of files for substitution.
8157         * src/star-context.cpp: Minor cleanups, and use g_strdup_printf instead
8158           of fixed-size buffer for translated string.
8160         * src/selection-chemistry.cpp: Use NR::Rect bounds() method instead of
8161           old bounds(NRRect*).
8163         * src/document.cpp (sp_document_create):
8164         * src/preferences-skeleton.h:
8165           Use INKSCAPE_VERSION from inkscape_version.h instead of VERSION.
8167         * src/libnr/nr-rotate-test.cpp: Use new rotate_equalp function.
8169         * src/libnr/nr-translate-ops.h (operator-): New function.
8171         * src/select-context.cpp:
8172         * src/selection-chemistry.cpp:
8173         * src/xml/repr.h:
8174         * src/sp-defs.h:
8175           Cleanup: greater conformance to CodingStyle.
8177         * src/libnr/nr-macros.h: Don't #include nr-matrix.h, nr-rect.h.
8179         * src/arc-context.h, src/desktop-affine.h, src/dir-util.h,
8180           src/draw-context.h, src/dyna-draw-context.h, src/help.h,
8181           src/knotholder.h, src/prefs-utils.h, src/select-toolbar.h,
8182           src/sp-clippath.h, src/sp-mask.h, src/sp-pattern.h, src/sp-use.h,
8183           src/text-context.h, src/toolbox.h, src/tools-switch.h,
8184           src/dialogs/dialog-events.h, src/dialogs/sp-attribute-widget.h,
8185           src/display/sp-canvas.h, src/helper/gnome-utils.h,
8186           src/helper/png-write.h, src/helper/stock-items.h, src/inkjar/jar.h,
8187           src/libnr/nr-matrix.cpp, src/libnr/nr-point-l.h,
8188           src/svg/stringstream.h, src/svg/svg-affine.cpp,
8189           src/widgets/gradient-selector.h, src/widgets/paint-selector.h,
8190           src/widgets/spinbutton-events.h, src/widgets/spw-utilities.h,
8191           src/xml/repr-action.h:
8192           Add missing header files as detected by check-header-compile script.
8194         * src/libnr/nr-rotate-fns.h, src/libnr/nr-rotate-fns.cpp: New files.
8195         * src/libnr/nr-rotate-fns-test.cpp: New unit test.
8196         * src/libnr/Makefile_insert, src/Makefile.am: Reference new files,
8197           add to unit tests.
8199         * src/libnr/nr-rotate.h: Add Coord,Coord constructor.
8201         * src/libnr/nr-rotate.h, src/libnr/nr-rotate-ops.h (operator*=):
8202         New method.
8204         * src/libnr/nr-point-fns.h (point_equalp): New function.
8206         * src/radial.h: Remove this unused header.
8208         * src/xml/xml-forward.h: New file.
8209         * src/xml/Makefile_insert: Add it to xml_libspxml_a_SOURCES.
8210         * src/xml/repr-private.h: Include it.
8212 2004-05-16  MenTaLguY  <mental@rydia.net>
8214         * src/libnrtype/nr-type-directory.cpp, src/libnrtype/nr-type-ft2.cpp,
8215           src/libnrtype/nr-type-ft2.h, src/libnrtype/nr-type-gnome.h,
8216           src/libnrtype/nr-type-w32.h, src/libnrtype/nr-type-xft.cpp,
8217           src/libnrtype/nr-typeface.h:
8219           transition to C++ inheritance
8221         * src/verbs.cpp, src/helper/action.h, src/helper/action.cpp,
8222           src/widgets/button.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
8224           removed barely-used "in-place construction" facility for NRObject
8226         * src/helper/action.h, src/helper/action.cpp,
8227           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-glyphs.h,
8228           src/display/nr-arena-image.cpp, src/display/nr-arena-image.h,
8229           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
8230           src/helper/action.cpp, src/helper/action.h, src/libnr/nr-object.cpp,
8231           src/libnr/nr-object.h, src/libnrtype/nr-type-ft2.cpp,
8232           src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
8233           src/libnrtype/nr-typeface.cpp:
8235           Made NRObject "C++-compatible".  All C++ features including virtual
8236           methods and RTTI should now be available to NRObject subclasses
8237           _provided_:
8239            a) there is an unbroken chain of _C++_ inheritance from the subclass
8240               back to NRObject
8242            b) the NRObject-derived inheritance chain is always first in cases
8243               of multiple inheritance (the NRObject must be first in the memory
8244               layout)
8246            c) The subclass in question overrides NRObjectClass::cpp_ctor in its
8247               own class_init function, with a pointer to a function that calls
8248               the specific subclass' constructor (via placement new -- you will
8249               need to #include <new> for this to work)
8251               n.b. Objects of classes which do not override cpp_ctor will appear
8252               to the C++ runtime system (RTTI and virtual dispatch, at least) as
8253               objects of the closest ancestor class which does override it
8254               (NRObject or NRActiveObject if nothing else).
8256 2004-05-15  MenTaLguY  <mental@rydia.net>
8258         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
8259           further reduced dependency on SPStyle
8261 2004-05-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8263         * src/libnr/nr-path.cpp, src/libnr/nr-path.h (nr_path_matrix_bbox_union):
8264           Get rid of no-longer-needed tolerance arg.  Update callers.
8266         * src/selection.cpp, src/sp-chars.cpp, src/sp-image.cpp,
8267           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-item.h,
8268           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
8269           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
8270           src/sp-use.cpp, src/dialogs/fill-style.cpp,
8271           src/dialogs/stroke-style.cpp, src/display/nr-arena-shape.cpp,
8272           src/libnr/nr-path.cpp, src/libnr/nr-path.h,
8273           src/libnrtype/nr-font.cpp, src/libnrtype/nr-rasterfont.cpp,
8274           src/libnrtype/nr-type-gnome.cpp, src/widgets/icon.cpp,
8275           src/widgets/paint-selector.cpp:
8276           Change argument from NRMatrix to NR::Matrix in SPItemClass->bbox,
8277           sp_item_invoke_bbox, sp_item_invoke_bbox_full,
8278           nr_path_matrix_bbox_union.  Users updated.
8280         * src/libnr/nr-rect.h, src/libnr/nr-rect.cpp (nr_rect_union_pt):
8281           new function.
8283         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
8284           (NR::transform): new function.
8286         * src/Makefile_insert: Move fixes.cpp from libinkpre.a to libinkpost.a.
8287         * src/xml/Makefile_insert (xml_repr_action_test_LDADD):
8288           Add libinkpost.a, for fixes.o.  `make check' now works again.
8290         * src/sp-text.cpp (sp_text_set_transform):
8291           Don't include SP_OBJECT_CHILD_MODIFIED_FLAG in flags for
8292           sp_object_request_update.  Addresses `critical' warning.
8294 2004-05-13  John Cliff <simarilius@yahoo.com>
8296         * src/dialogs/stroke-style.cpp: Switched to using get_stock to retrieve
8297 markers.
8298         * src/helpers/stock-items.h, src/helpers/stock-items.cpp: created to handle
8299 stock items.
8300         * src/prefix.h: Added marker and gradient directorys.
8302 2004-05-13  Kees Cook <kees@outflux.net>
8304         * configure.in, src/main.cpp, config.h.mingw, debian/rules:
8305           made popt a requirement instead of an option.
8307 2004-05-13  Carl Hetherington  <cth103@houllier.home>
8309         * sp-color-notebook.cpp: Fix uninitialised value spotted by valgrind.
8311         * stroke-style.cpp:
8312         Fix ink_extract_marker_name returning a pointer into a free()d buffer.
8314 2004-05-13  Ted Gould <ted@gould.cx>
8316         * src/file.cpp:
8317         Making the default filename _("untitled.svg")
8319 2004-05-12  Kees Cook <kees@outflux.net>
8321         * config.h.mingw: added g_ascii_strtod macro.
8323 2004-05-12  Carl Hetherington <inkscape@carlh.net>
8325         * src/dialogs/export.cpp: fix faulty logic with exporting of
8326         selections, as reported by Artemio on the ML.
8328         * src/dialogs/desktop-properties.cpp: Fix a gtk_table size.
8329         Make use of spw_dropdown in one place.
8331         * src/select-context.cpp: Remove alt-drag "slow move" mode.
8332         Make alt-drag move without any grid snap, even if the grid
8333         is enabled.  Add a new mode, shift-drag, which preserves
8334         objects' grid offsets rather than snapping their snappoints.
8336         * src/selection-chemistry.cpp: Pasted objects have the same
8337         offset from the grid as the original, if the grid is enabled.
8338         Also a NRRect -> NR::Rect fix thrown in for no extra charge.
8340         * src/dialogs/display-settings.cpp: Added option to reverse
8341         the actions of drag and shift-drag when moving objects.
8343 2004-05-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8345         * src/main.cpp (main): Test ENABLE_NLS instead of HAVE_NLS (which
8346         wasn't getting defined).  Restores translations on *nix systems
8347         when inkscape translations aren't in system-wide /usr/share/locale.
8349 2004-05-10  Carl Hetherington <inkscape@carlh.net>
8351         * src/sp-item.cpp, src/dialogs/display-settings.cpp: primitive
8352         support for preserving line widths when scaling.  Thanks to Bulia
8353         for telling me what to do :)
8354         * src/dialogs/align.cpp: refactor some cut-and-paste code into
8355         a separate function.  Remove NRRect.  Declaration-to-first-use
8356         cleanups.
8357         * src/dialogs/transformation.cpp, src/dialogs/fill-stype.cpp:
8358         NRRect removal.  Declaration-to-first-use cleanups.
8360 2004-05-09  MenTaLguY <mental@rydia.net>
8362         * src/sp-paint-server.h: SPPaintServer now uses C++ inheritance
8364           (bigger question -- should SPPaintServer derive from SPObject?  I think
8365            not, actually ... it's more something that should be aggregated into
8366            the various paint-server-capable types)
8368         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
8369           first steps in removing SPStyle dependency from NRArenaShape --
8370           add fill and stroke paint server members, and use those instead
8371           of reading directly from an SPStyle.
8373 2004-05-09  Kees Cook <kees@outflux.net>
8375         * src/libnrtype/nr-type-xft.cpp: added patch 898200, hopefully this
8376           won't break anyone.
8377         * src/dialogs/desktop-properties.cpp: added patch 947127, along with
8378           some orientation bugfixes, list cleanup, and logic to select the
8379           correct menu items based on document settings.
8380         * configure.in: default to always replace g_ascii_strtod.
8382 2004-05-08  Kees Cook <kees@outflux.net>
8384         * src/extension/internal/gdkpixbuf-input.cpp: skip SVG files. (open bug)
8385         * configure.in, src/Makefile_insert, src/fixes.cpp: added replacement
8386           for g_ascii_strtod, since it has locale-related bugs in gnome 2.0.
8387           The upstream version is fixed, so some day, we won't need this any
8388           more.  (fixes "ugly icons" bug, and possibly the spinbutton locale bug)
8389         * src/dyna-draw-context.cpp, src/rect-context.cpp, src/sp-namedview.cpp,
8390           src/sp-object.cpp, src/sp-object.h, src/sp-pattern.cpp,
8391           src/sp-polygon.cpp, src/sp-polyline.cpp, src/sp-root.cpp,
8392           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp,
8393           src/sp-text.cpp, src/spiral-context.cpp, src/star-context.cpp,
8394           src/svg/ftos.cpp, src/svg/svg-affine.cpp, src/svg/svg-color.cpp,
8395           src/svg/svg-length.cpp: adding "config.h", making a few extra
8396           locale-sensitive functions use g_ascii versions.
8398 2004-05-08  MenTaLguY <mental@rydia.net>
8400         * src/sp-item.cpp: move "transformed" signal emission after actual
8401           application of transform
8403         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr.cpp:
8404           fix lifecycle issues with content and attribute strings
8406         * src/sp-object.h, src/sp-object.cpp: added SPObject::setId()
8408 2004-05-08  Kees Cook <kees@outflux.net>
8410         * src/verbs.cpp, src/help.cpp: localizing "about" and "keys" stuff.
8411         * po/*.po: rebuilt for new strings.
8413 2004-05-08  Carl Hetherington <inkscape@carlh.net>
8415         * src/dialogs/desktop-properties.cpp: the usual cleanups.  Also
8416         add some sp_document_done()s in various places.
8418 2004-05-08  bulia byak <bulia@users.sourceforge.net>
8420         * widgets/paint-selector.cpp: Tooltips, slight cosmetics
8422         * main.cpp: --help edit
8424         *  sp-use.h sp-use.cpp: Redid move compensation using _transformed_signal
8426         * sp-item.h sp-item.cpp: Added _transformed_signal, emitted by
8427 write_transform,
8428         passes the difference transform relative to the old one (not the new
8429 transform
8430         set)
8432         * nodepath.cpp: Fix lagging update of the other handle for smooth nodes
8434         * widgets/dash-selector.cpp: (Almost) fixed display of shorter-than-0.5
8435 dashes
8436         in selector; proper fixing will require manual drawing the dashes instead of
8437         using gdk dashes
8439         * preferences-skeleton.h: lots of new  dasharrays
8441         * dialogs/stroke-style.cpp: Remove repetitive code; relocation patch from
8442         mhearn; fixed, reenabled, and automated marker previews (no need for
8443 previews
8444         in markers.svg)
8446         * share/markers/markers.svg: Cleanup, sizes, remove manual previews
8448         * style.cpp: Disabled warning for overflow property (we need it for markers)
8450         * splivarot.cpp: Fixed transform when doing boolop inside group
8452         * libnr/nr-path.cpp: Ported fix from sodi, fixes two bugs with endnodes of a
8453         curve on the same hor/vert line
8455         * sp-namedview.cpp: Use set_default_size instead of _resize for setting
8456 window
8457         from namedview
8459         * preferences-skeleton.h dialogs/item-properties.cpp: Objects props
8460         transientized (better late than never)
8462         * dialogs/display-settings.cpp: Added simplify threshold
8464         * sp-use.cpp: Mega-kill use on unlink
8466         * preferences-skeleton.h dialogs/display-settings.cpp: Orphaned clones
8467 options
8469         * sp-item-group.cpp: Prevent jumps when ungrouping clone with its original
8471         * sp-object.cpp: Fix crash when deleting clone and its original
8473         * toolbox.cpp, tool contexts: Alt-x and top panel keyboard shortcuts now
8474 work
8475         for all tools
8477         * sp-use.cpp enums.h: Unlink option on self-delete
8479         * sp-use.cpp: Fix: disappeating clone on undoing ungrouping (_show finally
8480 works properly)
8482         * splivarot.cpp: Boolops: cleanup, preserve id, parent, position, fix to
8483 take
8484         style from the bottom object
8486         * interface.cpp verbs.cpp shortcuts.cpp: Mnemonics, tooltips, shortcuts,
8487         cleanup, autoraise removed from menu
8489 2004-05-07  Kees Cook <kees@outflux.net>
8491         * src/verbs.cpp: re-localizing tutorials.  My goof!
8492         * po/POTFILES.in: removed arikkei references
8494 2004-05-07  Carl Hetherington <inkscape@carlh.net>
8496         * src/desktop.cpp: make sure that a SPNamedView's modified signal
8497         is connected to the SPDesktop even when a file is loaded into an
8498         existing SPDesktop.  Fixes problems whereby grid snap does not
8499         work for the first file loaded in a session.  Fix a && -> & typo.
8501         * src/sp-object.cpp: declaration-to-first-use and coding style
8502         cleanups.
8504 2004-05-05 Spundun Bhatt <spundun@isi.edu>
8506         * configure.in: Stole Nathan's configure hack and used it to
8507         support gtkmm-2.4
8509 2004-05-06  Ted Gould  <ted@gould.cx>
8511         * src/file.cpp, src/extension/extension.cpp, src/extension/init.cpp,
8512         src/extension/internal/Makefile_insert,
8513         src/extension/internal/gdkpixbuf-input.cpp,
8514         src/extension/internal/gdkpixbuf-input.h:
8515           Changing the import functionality so that it works much more like open.
8516           You can use any format, and it will place that file directly in the
8517           document that you are working on.  Added input extensions that cover all
8518           of the bitmap formats that are covered with gdkpixbuf.  Also, more
8519           formats can be used using the scripting system.
8521 2004-05-06  Carl Hetherington <inkscape@carlh.net>
8523         * src/sp-line.cpp, src/sp-mask.cpp, src/sp-metrics.cpp:
8524         declaration-to-first-use and coding style cleanups
8526 2004-05-05  MenTaLguY  <mental@rydia.net>
8528         * src/libnrtype/nr-type-dictionary.cpp: removed 'private-fonts'
8529           feature (we should rely on fontconfig for "custom" font stuff)
8531         * configure.in, src/Makefile_include, src/Makefile.am,
8532           src/libarikkei/*: removed the now unused libarikkei
8534 2004-05-05 Nathan Hurst <njh@mail.csse.monash.edu.au>
8536         * src/dialogs/text-edit.cpp, configure.in: Added support for spell
8537         checking in text dialog.
8539 2004-05-04  MenTaLguY <mental@rydia.net>
8541         * src/display/nr-arena-glyphs.h: fixed cut-and-paste error in
8542           NRArenaGlyphsGroup::create()
8544         * src/selection.cpp, src/selection.h: fixed global "changed" propagation
8546 2004-05-02  MenTaLguY <mental@rydia.net>
8548         * src/file.cpp, src/print.cpp, src/sp-chars.cpp, src/sp-clippath.cpp,
8549           src/sp-image.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
8550           src/sp-pattern.cpp, src/sp-shape.cpp, src/sp-text.cpp,
8551           src/sp-use.cpp, src/dialogs/stroke-style.cpp,
8552           src/display/canvas-arena.cpp, src/display/nr-arena-glyphs.cpp,
8553           src/display/nr-arena-glyphs.h, src/display/nr-arena-group.h,
8554           src/display/nr-arena-image.h, src/display/nr-arena-item.cpp,
8555           src/display/nr-arena-item.h, src/display/nr-arena-shape.h,
8556           src/display/nr-arena.h, src/libnr/nr-object.h, src/widgets/icon.cpp:
8558           removed nr_arena_item_new in favor of static ::create() functions
8559           which call NRArenaItem::init() to perform setup (i.e. setting
8560           NRArenaItem::arena).  Eventually NRArenaItem::init() and
8561           nr_arena_item_init will merge and become NRArenaItem's constructor.
8563 2004-04-30  MenTaLguY <mental@rydia.net>
8565         * src/sp-use.cpp: call parent class' write methods rather than
8566           attempting to do everything (wrongly) ourselves; among other
8567           things, <use> transform attributes weren't getting written
8569         * src/sp-object.h, src/sp-object.cpp:
8571           designate a "successor" object so we still perform as
8572           expected if objects are replaced in the middle of e.g. a
8573           bulk delete operation
8575         * src/sp-use.cpp: cleanups and succession logic for <use>
8576           deletion
8578         * src/widgets/sp-hwrap-box.cpp, src/widgets/sp-hwrap-box.h,
8579           src/widgets/sp-vwrap-box.cpp, src/widgets/sp-vwrap-box.h,
8580           src/widgets/sp-wrap-box.cpp, src/widgets/sp-wrap-box.h,
8581           src/widgets/test-wrapbox.cpp, src/widgets/Makefile_insert:
8583           Removed unused (and imperfect) "wrapbox" widgets.
8585         * src/sp-object.h, src/sp-object.cpp, src/sp-item-group.cpp:
8587           Removed unused sp_object_invoke_forall and sp_object_sequence
8588           methods.  (forall might be nice to have, but we can do better
8589           implementation-wise now that we're in C++-land)
8591 2004-04-30 njh <njh@mail.csse.monash.edu.au>
8593         * main.cpp: replaced gtk_init with g_type_init for console mode.
8594         Closes 944969.
8596 2004-04-29  MenTaLguY <mental@rydia.net>
8598         * src/sp-image.cpp, src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
8599           src/sp-path.cpp, src/sp-rect.cpp, src/sp-text.cpp:
8601           write_transform becomes set_transform, which applies the given
8602           transform to the object without (!) invoking a repr write
8604         * src/sp-star.cpp, src/svg/svg-length.h, src/svg/svg-length.cpp,
8605           src/svg-types.h, src/svg/svg.h:
8607           replaced raw integers with real units enum
8609         * src/libnr/nr-matrix.h:
8611           removed dead assertion (it's always valid to retrieve the
8612           translation component of a matrix)
8614         * src/selection-chemistry.cpp:
8616           delete items via SPItem (SPObject), not repr
8618         * src/sp-object.h, src/sp-object.cpp:
8620           added SPObject::deleteObject() and a delete notification signal;
8621           SPObject now inherits from GObject in the C++ sense
8623         * src/sp-use.h:
8625           don't accept references to the use or its ancestors (preventing
8626           infinite loops)
8628         * src/sp-use.cpp, src/sp-use.h:
8630           added automatic deletion when referrent is deleted
8632         * src/uri-reference.h:
8634           added URIReference::getOwner()
8636 2004-04-29  Carl Hetherington <inkscape@carlh.net>
8638         * src/extension/internal/win32.cpp: add textToPath parameter to
8639         description in order to fix #944131.
8641 2004-04-28  Carl Hetherington <inkscape@carlh.net>
8643         * src/desktop.cpp, src/inkscape.cpp, src/sp-namedview.cpp
8644         Part of the fix for #942149.  Also fixed some compiler warnings.
8646         * src/display/nr-arena.cpp: Fixed an unused variable warning.
8648         * src/main.cpp: Fix a warning that is raised on Windows.
8650 2004-04-28  bulia byak <bulia@users.sourceforge.net>
8652         * inkscape.cpp: Fixed prev/next desktop; numbered from 0
8654         * Lots of files: Replaced all strtod() and atof() by g_ascii_strtod()
8656         * interface.cpp verbs.cpp: Tooltip edits
8658         * view.cpp view.h desktop.cpp: Signal and function to pop statusbar message
8660         * dialogs/dialog-events.cpp: Only set the UTILITY hint for non-modal
8661 windows,
8662         fixes "disappearing save as"
8664         * toolbox.cpp widgets/widget-sizes.h widgets/button.cpp: Got rid of button
8665         relief, top panel made less tall
8667         * desktop.cpp preferences-skeleton.h dialogs/display-settings.cpp: Done away
8668         with the sticky zoom button, now in prefs
8670         * path-chemistry.cpp: Preserve id= in combine/break, convert to paths;
8671 preserve
8672         z-order in combine/break; cleanups
8674         * splivarot.cpp: New selection API, Simplify preserves id=
8676         * select-context.cpp preferences-skeleton.h sp-item.cpp display-settings.cpp
8677         splivarot.cpp sp-item-group.cpp sp-item-transform.cpp
8678         sp-item-notify-moveto.cpp nodepath.cpp node-context.cpp seltrans.cpp
8679         seltrans.h: Switched to global preservetransform, transform writing
8680         unification (no more manual transform= setting all over the place), stamp
8681         preserves parent, mental's new SPSelection API, pruning dead code
8683         * verbs.cpp interface.cpp: Eliminated Dialogs menu, added ... to dialog
8684         commands, rearrangements, menu items display tooltips in statusbar when
8685         selected
8687         * sp-item-group.cpp sp-item-group.h: Made document_done optional in ungroup
8688 (not
8689         done when the function is called from another function)
8691         * dialogs/display-settings.cpp enums.h preferences-skeleton.h sp-use.cpp
8692         sp-use.h: Clone move compensation (3 modes), settable in prefs
8694         * seltrans.cpp selection-chemistry.cpp: Do not translate a clone if its
8695 original
8696         is in the selection
8698         * verbs.cpp verbs.h interface.cpp shortcuts.cpp sp-use.cpp sp-use.h
8699         selection-chemistry.cpp selection-chemistry.h: Unlink Clone verb and menu
8700         command (preserves id=)
8702         * selection-chemistry.cpp selection-chemistry.h verbs.h verbs.cpp
8703 shortcuts.cpp
8704         interface.cpp: Select Original verb and command, scrolls to the original
8706         * selection-chemistry.cpp selection-chemistry.h verbs.cpp verbs.h
8707 interface.cpp:
8708         Clone command
8710         * sp-use.h sp-use.cpp: Use URIReference; Propagate update to parent class
8711         (SPItem) (fixes redraw on dragging a clone)
8713         * dropper-context.cpp dropper-context.h dialogs/display-settings.cpp:
8714         Implemented pick modes (pick either actual color with transparency or
8715 visible
8716         color without transparency); added statusbar indication; color is only set
8717 on
8718         mouse release
8720         * seltrans.cpp display/sodipodi-ctrlrect.cpp: Finally the correct selection
8721 cue
8722         rect (fixed displacement)
8724 2004-04-27  Carl Hetherington <inkscape@carlh.net>
8726         * src/desktop.cpp: Check for there being no items when zooming to
8727         the drawing.  This fixes bug #942137.
8729 2004-04-26  Carl Hetherington <inkscape@carlh.net>
8731         * config.h.mingw, prefix.h:
8732         INKSCAPE_VERSION moved to inkscape_version.h.
8733         INKSCAPE_{PIXMAP,SCREENS,TUTORIALS,MARKERS}DIR moved to prefix.h
8735         * src/Makefile.mingw, src/inkscape_version.h.mingw
8736         Use CVS inkscape_version.h.mingw for inkscape_version.h on Win32.
8738         * src/sp-use.cpp: fix a warning.
8740 2004-04-26  Ted Gould  <ted@gould.cx>
8742         * share/extensions/ai_input.inkmod, share/extensions/dia.inkmod,
8743         share/extensions/txt2svg.inkmod, src/extension/extension.cpp,
8744         src/extension/internal/svg.cpp:
8746         Making the names of the input extensions look like the output ones.
8747         Also, threw in a slight memory savings in removing the implementation on
8748         deactivated extensions.
8750 2004-04-26  MenTaLguY  <mental@rydia.net>
8752         * src/selection.cpp: migrate to new glib idle API
8754         * src/extension/db.cpp: can't call ->deactivated() on a NULL pointer..
8756 2004-04-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8758         * configure.in: Replace use of old AM_PROG_LIBTOOL macro with
8759           AC_PROG_LIBTOOL.
8761 2004-04-26  Ted Gould  <ted@gould.cx>
8763         * share/extensions/epsi_output.inkmod:
8765         Added in a check for ps2epsi
8767         * src/dialogs/filedialog.cpp, src/extension/db.cpp, src/extension/db.h,
8768         src/extension/extension.cpp, src/extension/extension.h,
8769         src/extension/init.cpp, src/extension/system.cpp:
8771         Implementing a 'deactivated' extension.  This means that it should
8772         still exist, but show up as insensitive in any GUI element that could use
8773         it.  The idea here is that users should know what they don't have, but
8774         Inkscape supports.
8776 2004-04-26 Nathan Hurst <njh@mail.csse.monash.edu.au>
8778         * src/{libnr,libnrtype,widgets,display,helper,.}*.{h,cpp}: moved
8779         from typedef _name name; to C++ style struct name; forward
8780         references.
8782 2004-04-25  Ted Gould  <ted@gould.cx>
8784         * share/extensions/ai_output.inkmod, share/extensions/dia.inkmod,
8785         share/extensions/dropshadow.inkmod, share/extensions/epsi_output.inkmod,
8786         share/extensions/roundhole.inkmod, share/extensions/svgz_input.inkmod,
8787         share/extensions/svgz_output.inkmod, share/extensions/txt2svg.inkmod,
8788         src/extension/implementation/script.cpp,
8789         src/extension/implementation/script.h:
8791         Adding in support for superior checking of dependencies.  Now scripts
8792         can include a line, which will look for a binary in the path.  So
8793         something like dia input will no be loaded if there isn't dia available in
8794         the path.
8796 2004-04-25  Carl Hetherington <inkscape@carlh.net>
8798         * src/verbs.cpp, src/rect-context.cpp, src/spiral-context.cpp,
8799         src/event-context.cpp, src/text-context.cpp,
8800         src/dialogs/stroke-style.cpp, src/xml-tree.cpp, src/widgets/sp-widget.cpp:
8801         SPSelection OO-ification.
8803         * src/display/curve.cpp: Don't raise a critical error if a new
8804         curve cannot be created in sp_curve_new_from_bpath().  This can
8805         happen if a file contains a strange path, like one with only a
8806         move in it and nothing else.  This is part of the fix for bug
8807         934882.
8809         * src/sp-path.cpp: cope with sp_curve_new_from_bpath() returning
8810         NULL in sp_path_set().  This is the other part of the fix for 934882.
8812         * src/path-chemistry.cpp, src/sp-offset.cpp, src/sp-ellipse.cpp,
8813         src/display/nr-arena-glyhs.cpp:
8814         added asserts for calls to sp_curve_new_from_bpath() which look
8815         like they might not expect it to return NULL.
8817         * src/desktop.h: add a comment about how SPDesktop::selection
8818         should never generally be NULL.
8820         * src/desktop-handles.cpp: ensure that sp_desktop_selection never
8821         returns NULL, so that we don't have to check for this eventuality
8822         elsewhere.
8824         * src/arc-context.cpp, src/seltrans.cpp, src/desktop.cpp: be less defensive
8825 about
8826         SPDesktop::selection being NULL.
8828         * src/path-chemistry.cpp, src/select-context.cpp,
8829         src/selection-chemistry.cpp, src/star-context.cpp,
8830         src/dialogs/align.cpp, src/dialogs/item-properties.cpp,
8831 src/dialogs/text-edit.cpp:
8832         SPSelection OO-ification.  Also some coding style and
8833         declaration-to-first-use cleanups.
8835         * src/toolbox.cpp: SPSelection OO-ification.  Various cleanups.
8837         * src/selection.h: remove deprecated access functions.
8839         * src/dialogs/fill-style.cpp: declaration-to-first-use cleanups.
8841         * src/selection.cpp: add vim and Emacs mode blocks.
8843         * src/object-ui.cpp: very minor coding style fix.
8845 2004-04-24  MenTaLguY <mental@rydia.net>
8847         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/object-ui.cpp,
8848           src/path-chemistry.cpp, src/rect-context.cpp, src/select-context.cpp,
8849           src/select-toolbar.cpp, src/selection-chemistry.cpp, src/selection.h,
8850           src/spiral-context.cpp, src/star-context.cpp, src/text-context.cpp,
8851           src/verbs.cpp, src/dialogs/export.cpp, src/dialogs/fill-style.cpp,
8852           src/dialogs/in-dt-coordsys.cpp, src/dialogs/stroke-style.cpp,
8853           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp:
8855           removed sp_selection_set_item(), sp_selection_set_repr(),
8856           sp_selection_is_empty(), sp_selection_item_selected(),
8857           and sp_selection_repr_selected()
8859 2004-04-24  Ted Gould  <ted@gould.cx>
8861         * share/extensions/ill2svg.pl:
8863         Applying a patch made to the Sodipodi list by Tuukka Pasanen which adds in
8864         support for text in Illustrator files.  Also, I backed out the changes
8865         which removed being able to specify the line endings.  This will, by
8866         default, force them back to mac compatible.  Mac files didn't work with
8867         those changes.
8869 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8871         * configure.in: Tentatively remove config.h definitions of
8872           INKSCAPE_MARKERSDIR, INKSCAPE_PIXMAPDIR, INKSCAPE_SCREENSDIR,
8873           INKSCAPE_TUTORIALSDIR, with the understanding that these are to be
8874           provided by prefix.h.
8875         * src/prefix.h: Define INKSCAPE_MARKERSDIR.
8877         * src/extension/extension.cpp (Extension):
8878         * src/extension/init.cpp (check_extensions):
8879           Address warning.
8881         * src/dialogs/stroke-style.cpp: #include prefix.h.
8883         * src/Makefile.am (EXTRA_DIST): Add */makefile.in.
8885         * src/libnr/Makefile_insert (libnr_libnr_a_SOURCES):
8886           Add libnr/nr-convex-hull.h, needed by sp-canvas.cpp.
8888 2004-04-24  Ted Gould  <ted@gould.cx>
8890         * src/Makefile_include, src/prefix.cpp:
8892         Removing the redefition of NULL and adding to the make system.
8894 2004-04-24  Ted Gould  <ted@gould.cx>
8896         * src/extension/db.cpp, src/extension/db.h, src/extension/extension.cpp,
8897         src/extension/extension.h, src/extension/init.cpp,
8898         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
8899         src/extension/internal/ps-out.cpp, src/extension/internal/ps-out.h:
8901         Adding in more checks for individual extensions.  All of them
8902         should still pass though.  Also, moved the extension database from
8903         glib to STL.  This allows extensions to be deleted while using the
8904         foreach functions (which causes instability with the glib hash
8905         table).
8907 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8909         * src/dialogs/Makefile_insert:
8910         * src/display/Makefile_insert:
8911         * src/xml/Makefile_insert:
8912           Get rid of unneeded CPPFLAGS specification.
8914         * src/Makefile.am:
8915         * src/Makefile_insert:
8916           New generated file inkscape_version.h, to replace
8917           -DINKSCAPE_VERSION=\"$(VERSION)\".
8918         * src/help.cpp: #include it.
8920 2004-04-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8922         * src/sp-polygon.cpp:
8923         * src/splivarot.cpp:
8924         * src/style.cpp:
8925         Change include stringstream.h to include svg/stringstream.h.
8927         * src/Makefile.am, src/Makefile_insert: Change libinkscape.a use
8928           to eliminate triple compilation of these object files.
8930         * src/Makefile.am: Use `subdir-objects' option.
8932         * src/Makefile.am: Add global INCLUDES setting.
8933         * src/*/Makefile_insert: Get rid of now-redundant $(INKSCAPE_CFLAGS)
8934           from *_CPPFLAGS.
8936         * src/*/makefile.in: `%' as a target doesn't behave as intended,
8937         so replace with less general `clean %.a %.o' and add .SUFFIXES.
8939 2004-04-22  Ted Gould  <ted@gould.cx>
8941         * src/draw-context.cpp, src/dropper-context.cpp,
8942         src/dyna-draw-context.cpp, src/node-context.cpp, src/nodepath.cpp,
8943         src/sp-ellipse.cpp, src/sp-offset.cpp, src/sp-path.cpp,
8944         src/sp-polygon.cpp, src/sp-shape.cpp, src/splivarot.cpp, src/toolbox.cpp,
8945         src/display/curve.cpp, src/display/nr-arena-shape.cpp,
8946         src/extension/internal/gnome.cpp, src/extension/internal/ps.cpp,
8947         src/libnr/nr-path.cpp, src/libnr/nr-path.h,
8948         src/libnrtype/nr-rasterfont.cpp, src/libnrtype/nr-type-ft2.cpp,
8949         src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
8950         src/libnrtype/nr-typeface.cpp, src/livarot/PathCutting.cpp,
8951         src/svg/gnome-canvas-bpath-util.cpp, src/svg/svg-path.cpp:
8953         Changing the ART_ enums to NR_ so that if libart is include (like if
8954         you are building gnome-print) it doesn't conflict with the internal
8955         definitions.
8957         * share/extensions/svgz_output.inkmod, src/extension/extension.cpp,
8958         src/extension/init.cpp, src/extension/implementation/script.cpp:
8960         Adding in a little more checking code.  Now extensions can start
8961         deleting themseleves if they fail certain tests.  More tests are
8962         needed, along with more testing of this feature.  Consider this
8963         an 'early release' of the feature. ;)
8965 2004-04-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8967         * src/Makefile.am: Make non-recursive.  Now sources */Makefile_insert.
8968           See HACKING or discussion on mailing list.
8969         * autogen.sh: Bump requirement from automake-1.6 to automake-1.7.
8970         * configure.in: Don't generate src/blah/Makefile, but do generate
8971           src/blah/makefile.
8972         * src/*/Makefile.am: Remove.
8973         * src/*/makefile.in: New wrapper makefiles to allow typing `make' from
8974           subdirectories of src.  (Not used by compiles started from top-level
8975           or from src/.)
8977 2004-04-21  MenTaLguY <mental@rydia.net>
8979         * src/libnrtype/nr-type-w32.h: fixed unremoved underscores
8981         * src/select-context.cpp, src/selection.cpp, src/selection.h,
8982           src/seltrans.cpp, src/tools-switch.cpp, src/dialogs/align.cpp:
8983           remove improper twiddling of desktop message line from SPSelection;
8984           some additional work is now required in SPSelectContext to update
8985           the message properly in all cases.
8987         * src/selection.h, src/selection.cpp: touched up and documented
8988           SPSelection
8990         * src/uri-references.h: documentation touch-ups
8992 2004-04-20  Kees Cook <kees@outflux.net>
8994         * src/file.cpp, src/desktop.cpp: moved sp_file_open unselection code into
8995           sp_desktop_change_document.  Generalized Carl's fix for unref counting
8996           since it applies in both cases.  (My bad!)
8998 2004-04-20  MenTaLguY <mental@rydia.net>
9000         * src/text-context.cpp: merged Carl's fix for signal cleanup
9002         * src/selection.h: marked wrappers for old API as deprecated
9004 2004-04-20  Carl Hetherington <inkscape@carlh.net>
9006         * src/extension/internal/ps.cpp, src/extension/internal/ps.h:
9007         Fixed some bugs in exporting images that seem to have been
9008         introduced when the code was copied from the gimp.  They caused
9009         problems when exporting bitmap images to PS.
9011         * src/file.cpp: fix bug whereby the first file loaded in a session
9012         would not have its modified status checked when closed.  Hence if
9013         you modified the first file you loaded and then closed it, you
9014         would not be asked to confirm the close.
9016         * src/preferences-skeleton.h: add \n to the end of each line to
9017         fix bug 938368.
9019 2004-04-19  MenTaLguY <mental@rydia.net>
9021         * src/arc-context.cpp, src/desktop-handles.h, src/desktop.h,
9022           src/draw-context.cpp, src/draw-context.h, src/forward.h,
9023           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
9024           src/node-context.h, src/rect-context.cpp, src/selection-chemistry.cpp,
9025           src/selection-chemistry.h, src/selection.cpp, src/selection.h,
9026           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
9027           src/star-context.h, src/text-context.cpp, src/dialogs/xml-tree.cpp,
9028           src/widgets/sp-widget.h:
9030           finished GObject removal from SPSelection
9032         * src/arc-context.h, src/arc-context.cpp, src/desktop.cpp, src/desktop.h,
9033           src/draw-context.cpp, src/draw-context.h, src/node-context.cpp,
9034           src/node-context.h, src/rect-context.cpp, src/rect-context.h,
9035           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/seltrans.h,
9036           src/spiral-context.cpp, src/spiral-context.h, src/text-context.cpp,
9037           src/text-context.h, src/toolbox.cpp:
9039           migrated SPSelection to SigC++ signals (though it's a bit messy
9040           right now)
9042 2004-04-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9044         * src/dialogs/stroke-style.cpp: Cleanups: greater conformance to
9045         CodingStyle.  Moved some declarations to their first use.
9047 2004-04-19  Carl Hetherington <inkscape@carlh.net>
9049         * src/dialogs/stroke-style.cpp, libnr/nr-rect-l.cpp:
9050         Fix a couple of compiler warnings.
9052         * src/dialogs/filedialog-win32.cpp: add OFN_NOCHANGEDIR to Win32
9053         flags in OPENFILENAME structs.  This prevents the open / save
9054         boxes from changing the current directory.  Any change to the
9055         current directory causes problems for subsequent attempts to
9056         load icons from pixmaps.  Also, fix a bug whereby the save
9057         dialogue would sometimes not open due to being passed a filename
9058         it didn't like.
9060 2004-04-19  bulia byak <bulia@users.sourceforge.net>
9062         * shortcuts.cpp selection-chemistry.cpp selection-chemistry.h verbs.cpp
9063 verbs.h
9064         interface.cpp: Clone command (Edit menu, Shift+Ctrl+N)
9066         * sp-use.cpp: Update propagated to parent class (SPItem), misc fixes
9068         * sp-polygon.cpp: Fix for points= updating by adding set_shape call into
9069 _write
9070         (bug 910142)
9072         * text-context.cpp: Do not create text object unless a printable key was
9073         pressed; fixes 934280
9075         * widgets/dash-selector.cpp dialogs/stroke-style.cpp: Removed marker
9076 buttons,
9077         fixed g_free crash in marker menus, added tooltips, added stroke-miterlimit
9078         spinbutton
9080         * splivarot.cpp: Outline handles multiple objects; All commands use correct
9081         stroke_miterlimit
9083         * splivarot.cpp sp-offset.cpp: Fix for 932642
9085         * helper/sodipodi-ctrlrect.cpp: Simplify and fix dashes and offsets
9087         * widgets/gradient-selector.cpp: Tooltip edits
9089         * verbs.cpp verbs.h interface.cpp...: Remove tool options
9091         * seltrans.cpp: Pivot marker made inverse
9093         * toolbox.cpp: More defocusing
9095         * *-context.cpp: Eliminated config widgets from all tools
9097         * toolbox.cpp sp-ellipse.cpp: Ellipse fixes, tooltips
9099         * verbs.cpp: Options -> Preferences
9101         * dialogs/display-settings.cpp: An options dialog, completely new; selector
9102         widget grafted here
9104         * preferences-skeleton.h node-context.cpp select-context.cpp: scaling uses
9105         defaultscale
9107         * dialogs/display-settings.cpp display/nr-arena-image.cpp: Make oversample
9108         saveable
9110         * toolbox.cpp: Aux toolbar for calligraphic
9112         * preferences-skeleton.h: fill-opacity:1 for calligraphic
9114         * select-context.cpp seltrans.cpp seltrans.cpp: Patch to enable box and none
9115         options for per-object selection cue
9117         * main.cpp: Removed C-locale setting, not needed anymore; temporary switch
9118 of
9119         gettext encoding for console output
9121         * inkscape.cpp: Memory fix from sodi
9123         * right-click finishes pen (patch by Carl)  draw-context.cpp
9125 2004-04-19  Carl Hetherington <inkscape@carlh.net>
9127         * src/livarot/ShapeRaster.cpp
9128         Fix an unitialised value error that was spotted by valgrind.
9130 2004-04-18  MenTaLguY <mental@rydia.net>
9132         * src/selection.cpp, src/selection.h, src/selection-chemistry.cpp,
9133           src/seltrans.cpp, src/nodepath.cpp:
9134           made all SPSelection members private, and changed all methods into
9135           real C++ methods (with temporary inline wrappers for the old C
9136           pseudo-methods)
9138 2004-04-18  Carl Hetherington <inkscape@carlh.net>
9140         * src/print.cpp, src/print.h, src/sp-text.cpp
9141         src/extension/extension.cpp src/extension/extension.h,
9142         src/extension/implementation/implementation.cpp,
9143         src/extension/implementation/implementation.h,
9144         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
9145         src/extension/internal/ps.cpp, src/extension/internal/ps.h,
9146         Add very basic feature to allow PS text to be exported as real
9147         text, rather than being converted to paths first.  Needs some
9148         work, mostly on font handling.
9150         * src/seltrans.cpp: Slightly improve placement of the bounding
9151         box selection cue.
9153         * src/sp-shape.cpp: various marker-related cleanups, mostly factoring out
9154         common code into functions.
9156 2004-04-17  MenTaLguY <mental@rydia.net>
9157         * src/inkscape.cpp, src/node-context.cpp, src/selection-chemistry.cpp,
9158           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
9159           src/sp-item.cpp, src/sp-offset.cpp, src/dialogs/transformation.cpp,
9160           src/libnr/nr-rect.cpp, src/libnr/nr-rect.h:
9161           Cleaned up NR::Rect API and made SPSelection's desktop pointer private.
9163         * src/display/sp-canvas.cpp, src/libnr/nr-convex-hull.h,
9164           src/libnr/nr-rect.h:
9166           First use of NR::ConvexHull (for propagating canvas bounding boxes)
9168 2004-04-17  Kees Cook <kees@outflux.net>
9170         * share/icons/icons.svg, src/verbs.cpp: made last three ugly menu icons.
9172 2004-04-17  Nathan Hurst <njh@mail.csse.monash.edu.au>
9174         * configure.in src/draw-context.cpp src/dropper-context.cpp
9175         src/dyna-draw-context.cpp src/nodepath.cpp src/nodepath.h
9176         src/path-chemistry.cpp src/sp-chars.cpp src/sp-ellipse.cpp
9177         src/sp-offset.cpp src/sp-path.cpp src/sp-polygon.cpp
9178         src/sp-shape.cpp src/sp-text.cpp src/splivarot.cpp src/style.cpp
9179         src/style.h src/dialogs/fill-style.cpp
9180         src/dialogs/object-properties.cpp src/dialogs/stroke-style.cpp
9181         src/display/canvas-bpath.cpp src/display/canvas-bpath.h
9182         src/display/canvas-grid.h src/display/curve.cpp
9183         src/display/curve.h src/display/nr-arena-glyphs.cpp
9184         src/display/nr-arena-glyphs.h src/display/nr-arena-shape.cpp
9185         src/display/sodipodi-ctrl.cpp src/display/sodipodi-ctrl.h
9186         src/display/sodipodi-ctrlrect.h src/display/sp-canvas-util.cpp
9187         src/display/sp-canvas-util.h src/display/sp-canvas.cpp
9188         src/display/sp-canvas.h src/display/sp-ctrlline.cpp
9189         src/extension/internal/ps.cpp src/extension/internal/ps.h
9190         src/libnr/Makefile.am src/libnr/libnr.def src/libnr/nr-path.cpp
9191         src/libnr/nr-path.h src/libnr/nr-svp-private.h
9192         src/libnr/nr-svp-render.cpp src/libnr/nr-svp-render.h
9193         src/libnr/nr-svp.cpp src/libnr/nr-svp.h
9194         src/libnrtype/nr-rasterfont.cpp src/libnrtype/nr-type-ft2.cpp
9195         src/libnrtype/nr-type-gnome.cpp src/libnrtype/nr-type-w32.cpp
9196         src/libnrtype/nr-typeface.cpp src/livarot/PathCutting.cpp
9197         src/svg/gnome-canvas-bpath-util.cpp
9198         src/svg/gnome-canvas-bpath-util.h src/svg/svg-path.cpp
9199         src/svg/svg.h: removed libart.
9201         * src/libnr/nr-svp-uncross.cpp src/libnr/nr-svp-uncross.h: deleted
9202         uncross and SVL routines.
9205 2004-04-15  Carl Hetherington <inkscape@carlh.net>
9207         * src/make.exclude, src/make.dep, src/make.files, src/make.ofiles:
9208         Various fixes to the Win32 build following rearrangement of some
9209         source files and cleanups to libnr.
9211         * src/sp-text.cpp: remove an unused variable.
9213         * src/display/sodipodi-ctrlrect.cpp: removed two unused variables.
9215 2004-04-16  MenTaLguY <mental@rydia.net>
9217         * src/selection.cpp, src/selection.h, src/forward.h: initial
9218           C++ification of SPSelection class
9220 2004-04-15  Kees Cook <kees@outflux.net>
9222         * debian/control, debian/changes: dropping (currently) unused
9223           dependancies.  Added "0.39cvs" tag.
9225 2004-04-15  Carl Hetherington <inkscape@carlh.net>
9227         * src/seltrans.cpp, src/helper/sodipodi-ctrlrect.cpp,
9228         src/helper/sodipodi-ctrlrect.h:
9229           Use black, dashed bounding boxes for indicating itemselection,
9230           rather than red, solid boxes (as suggested by Bulia).
9232         * src/desktop.cpp:
9233         Small fix for the problem whereby the first file loaded in an
9234         Inkscape session will not have its grid set up properly.  This was
9235         my patch #935013.
9237         * src/dialogs/filedialog-win32.cpp:
9238         Use the extension system to build the list of allowable file types
9239         for save.  This means that save as PS and EPS work properly.
9241         * src/streams-zlib.cpp, src/livarot/PathConversion.cpp,
9242         src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
9243         src/livarot/PathStroke.cpp, src/livarot/Shape.cpp,
9244         src/livarot/ShapeMisc.cpp, src/display/nr-arena-glyphs.cpp,
9245         src/helper/sodipodi-ctrlrect.cpp, src/helper/sp-canvas.cpp,
9246         src/extension/internal/win32.cpp:
9247         Fix compiler warnings, mostly about unused variables.
9249         * src/helper/sp-canvas-util.cpp:
9250         Fix what I and someone else considered to be an obvious typo.  The
9251         function in question isn't used, however, so it's a bit difficult
9252         to test.
9254         * src/libnrtype/nr-rasterfont.cpp:
9255         Fix a warning wrt a cast from NR::Matrix to NRMatrix.
9257         * src/sp-shape.cpp:
9258         Fix bug #935758.
9261 2004-04-14  Ted Gould <ted@gould.cx>
9263         * src/file.cpp, dialogs/filedialog.cpp:
9264         Making it so that the filename will get placed in the save as dialog
9265         if there is a name for the file.  Otherwise the last save directory
9266         is used (properly now)
9268 2004-04-15  MenTaLguY <mental@rydia.net>
9270         * most files in src/: removed many old "compatable" struct typedefs
9272         * src/libarikkei/arikkei-dict.cpp, src/libarikkei/arikkei-dict.h:
9273           removed unused arikkei files
9275         * configure.in: added gtkmm dependency
9277 2004-04-14  Kees Cook <kees@outflux.net>
9279         * src/helper/unit-menu.cpp: Turns out I found a 2nd bug while
9280           investigating patch 934358.  I've applied this patch again, which gives
9281           us the entire fix.
9282         * src/draw-context.cpp: Investigated patch 934351 from cth103.  Applied a
9283           slight variation to conform to the function calling styles of that code.
9284         * configure.in: Implemented gcc version test for >= 3.0.0
9285         * src/file.cpp, src/interface.cpp, share/icons/icons.svg, src/verbs.cbb:
9286           finished "File / Revert" implementation.  Found a memory leak in
9287           "file_save".  Added more sanity checking to "sp_file_revert" and more
9288           status messages.
9289         * src/main.cpp, src/file.h, src/file.cpp: removed redundant code,
9290 implemented
9291           in "sp_file_open".
9293 2004-04-13  Kees Cook <kees@outflux.net>
9295         * tools-version.sh: added a possible fix for BSDish tools.
9296         * configure.in, share/patterns/Makefile.am: inkscape janitor strikes
9297           again!  This is a quick cleanup to Ted's new directories.  Looks
9298           like "patterns" got left out.
9299         * share/clipart/.cvsignore, share/templates/.cvsignore,
9300           share/examples/.cvsignore, share/fonts/.cvsignore,
9301           share/gradients/.cvsignore, share/keyboards/.cvsignore,
9302           share/palettes/.cvsignore, share/patterns/.cvsignore:
9303           Added Makefile build-cruft to .cvsignores.
9304         * src/helper/unit-menu.cpp: applied a variation to patch 934358 from cth103
9305           to fix grid unit changing bug.
9306         * configure.in: fixed capitalization of "libpng" to avoid confusion.
9307         * src/sp-namedview.cpp, src/document.cpp, src/document.h, src/file.cpp,
9308           src/file.h, src/document-undo.cpp, src/interface.cpp, src/verbs.cpp,
9309           src/verbs.h:
9310           Newly opened files will only create new windows if the current document
9311           is untouched.  (RFE#928517)
9312           Added support for future "File/Revert" handling.  Needs
9313           a little more support in the SPDocument structure.  See notes in
9314           "src/file.cpp", function "sp_file_revert_dialog".
9316 2004-04-13  Ted Gould <ted@gould.cx>
9318         * configure.in, share/Makefile.am, share/clipart/Makefile.am,
9319           share/examples/Makefile.am, share/fonts/Makefile.am
9320           share/gradients/Makefile.am, share/keyboards/Makefile.am
9321           share/markers/Makefile.am, share/palettes/Makefile.am
9322           share/screens/Makefile.am, share/templates/Makefile.am:
9323         Making it so that the clipart and everything else gets put in
9324         the tarball, and also get installed in the share directory.  Many
9325         of these have just 'README' files, but they now have good place-
9326         holders for further development.
9328 2004-04-12  Kees Cook <kees@outflux.net>
9330         * src/dialogs/stroke-style.cpp, src/Makefile.am, src/dialogs/Makefile.am,
9331           src/widgets/Makefile.am, configure.in: fixed up INKSCAPE_*DIR paths so CVS
9332           will compile happily for me.  This way if paths change, files will be
9333           recompiled.  The old way would let configure run again (changing the
9334           datadir path) without forcing a recompile, which could break the
9335           compiled paths.
9337 2004-04-13  John Cliff <simarilius@yahoo.com>
9338         * src/sp-shape.cpp, src/dialogs/stroke-style.cpp:
9339         Couple of changes to marker related code, mid and end markers now point in
9340 correct
9341         direction, turning off start markers behaves correctly.
9342         This follows on from changes made by me and Carl Hetherington that were
9343 commited
9344         yesterday to
9345         src/inkscape-stock.cpp, src/sp-item.cpp, src/sp-marker.cpp,
9346 src/sp-shape.cpp,
9347         src/style.cpp, src/style.h, src/dialogs/stroke-style.cpp
9348         to implement marker UI and fixes to the marker rendering code.
9350 2004-04-11  Ted Gould <ted@gould.cx>
9352         * src/extension/system.cpp, src/extension/internal/eps-out.cpp
9353           src/extension/internal/eps-out.h:
9354         First pass at a file save dialog with EPS output.  The dialog
9355         sets the bounding box in the file.  Comments encouraged.
9357 2004-04-11  Ted Gould <ted@gould.cx>
9359         * src/file.cpp, src/main.cpp, src/print.cpp, src/extension/init.cpp,
9360           src/extension/init.h, src/extension/system.cpp, src/extension/system.h,
9361           src/extension/implementation/script.cpp,
9362 src/extension/internal/eps-out.cpp,
9363           src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
9364           src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
9365           src/extension/internal/win32.cpp:
9366         Change alot of files, but small changes.  Basically just took
9367         system.cpp and init.cpp and finally ported them to the Inkscape::
9368         Extension namespace.  Cleaned up the code in them a bunch, it is
9369         much easier to read now!  All the other files are just referencing
9370         these changes.
9372 2004-04-11  Kees Cook <kees@outflux.net>
9374         * src/verbs.h, src/verbs.cpp, src/interface.cpp, src/interface.h: replaced
9375           the rest of the missing menu verbs: "View New", "Cleanup".  Created
9376           generic function to add icons to a given menu item (for submenu icons
9377           mostly).
9378         * share/icons/icons.svg: added "selection_cleanup", "selection_deselect",
9379           "selection_select_all".  Corrected "view_new" and "selection_smooth",
9380           "dialog_toggle", "dialog_tool_options", "file_open_recent".
9381         * src/selection-chemistry.cpp, src/selection-chemistry.h: renamed
9382           "selection_cleanup" function.
9384 2004-04-11  Jon Phillip <jon@rejon.org>
9386         * Makefile.mingw share/Makefile.am src/Makefile.am
9387           share/markers/Makefile.am share/markers/.cvsignore config.h.mingw
9388           configure.in:
9389           Added the proper infrastructure to get files to the right location for
9390           markers.
9392         * share/tutorials/tipsandtricks.svg: Deleted the URL trick because it no
9393           longer works or something.
9395 2004-04-11  Kees Cook <kees@outflux.net>
9397         * src/verbs.h, src/verbs.cpp: added verbs for the Help and Tutorials menus.
9398         * src/interface.cpp: replaced contents of sp_ui_menu_help to use new verbs.
9399         * src/help.h, src/help.cpp: replaced sp_help_keys with more generic
9400           sp_help_open_screen, similar to sp_help_open_tutorial.
9401         * share/icons/icons.svg: created really ugly "help_tutorials" and
9402           "help_keys" icons.  The "help_keys" one needs the most help.  :)
9404 2004-04-09  Ted Gould <ted@gould.cx>
9406         * share/extensions/Makefile.am, share/extensions/epsi_output.inkmod,
9407           share/extensions/ps2epsi.sh, src/extension/extension.cpp,
9408           src/extension/extension.h, src/extension/init.cpp,
9409           src/extension/implementation/implementation.cpp,
9410           src/extension/implementation/implementation.h,
9411           src/extension/implementation/script.cpp,
9412           src/extension/implementation/script.h,
9413           src/extension/internal/Makefile.am, src/extension/internal/eps-out.cpp,
9414           src/extension/internal/eps-out.h, src/extension/internal/ps.cpp:
9416           Okay, these are some changes that I've had in my directory for
9417           a little while.
9419           1) adding the basics of checking extensions.  This will allow
9420              them to remove themselves based on their dependencies failing.
9422           2) Adding the concepts of a 'helper extension' to scripts.  This
9423              allows them to use other extensions for handling the data, so
9424              they don't have to deal with SVG directly - Inkscape will
9425              build the pipeline.  An example of this is the epsi output.
9427           3) Adding the bounding box change provided by Carl Hetherington
9428              to the Postscript output.  The EPS output plugin sets this, so
9429              now EPSes have smaller bounding boxes.  A GUI needs to be
9430              written for this setting.
9432 2004-04-08  MenTaLguY <mental@rydia.net>
9434         * configure.in, src/svg/ftos.cpp: fix for OS X build
9436         * src/extensions/internal.ps.cpp: crash fix
9438 2004-04-07  MenTaLguY <mental@rydia.net>
9440         * src/xml/repr.cpp: adjusted the advertising comment in the default
9441           document template (we need a real default document template, btw)
9443         * src/svg/ftos.cpp, src/svg/itos.cpp, src/svg/round.cpp,
9444           src/svg/ftos.h, src/svg/stringstream.h: incorporated Bryce's number
9445           serializing code (disabled for now, due to the impending release)
9447         * src/dialogs/stroke-style.cpp, src/dialogs/sp-shape.cpp:
9448           nuked unused variables
9450 2004-04-07  bulia byak <bulia@users.sourceforge.net>
9452         * icons.svg: Alignment fix
9454         * src/select-toolbar.cpp: Swapped rotate buttons
9456         * share/tutorials/: Cleanup, added Russian translation of basic
9458         * extension/extension.cpp extension/system.cpp extension/internal/ps.cpp
9459         extension/implementation/script/cpp: Fixes to make non-ascii filenames work
9460 again
9462         * src/verbs.cpp: Remove xpm icon that causes trouble on win32
9464         * share/examples/: new gradient.svg, tiger.svgz, cleanup
9466         * src/widgets/gradient-vector.cpp: Crash fix: loading new gradient into the
9467         editor does not completely reset it
9469         * share/icons/icons.svg: New dialog icons, draw tool icons, changed colors
9471         * src/dialogs/align.cpp src/helper/bezier-utils.cpp: remove pjrm's debug
9472 output
9474         * share/tutorials/: SVG cleanup: remove unused font properties, wrong radius
9475         paths in ellipses (leftovers from old versions). Expanded & updated tips &
9476 tricks.
9478         * file.cpp: Set uri on save in one place; save 'offcially' from here only
9480         * system.cpp system.h: Remove redundant uri-setting on open and save, add
9481         official arg to sp_module_system_save to prevent docname/docbase changing on
9482         temporary saves
9484         * many files: _() fixes, edits in labels, messages, tooltips, mnemonics
9486         * src/inkscape.cpp: remove redundancy in error messages for failing to load
9487 prefs
9489         * share/extensions src/extension/internal: Renaming file formats to include
9490 (*.ext)
9492         * src/interface.cpp src/dialogs/filedialog.cpp: Transientize, make modal
9493         open/save dialogs, ditto for warning overwrite and make it unresizeable
9495         * src/dialogs/xml-tree.cpp: Do not deselect item on canvas when a
9496 non-selectable
9497         thing is highlighted in xml editor
9499         * src/sp-guide.cpp: Guide position updated after undo
9501         * src/widgets/sp-xmlview-attr-list.cpp: Max length of viewable attributes
9502         increased
9504         * many files: Adib's svgostringstream patches to remove printfs
9506         * src/selection-chemistry.cpp: Crash fix when pasting style to an object
9507 that
9508         has none (e.g. group)
9510         * src/knot.cpp: Knot dragging autoscrolls
9512         * src/sp-text.cpp src/text-context.cpp: Cursor movements autoscroll
9514         * src/desktop.h src/desktop.cpp: autoscrollspeed can be overridden in call
9515 to
9516         sp_desktop_scroll_to_point
9518         * src/text-context.cpp src/sp-text.cpp: Text cursor made inverse. Initial
9519 cursor
9520         after click is no longer horizontal.
9522         * src/helper/sp-ctrlline.cpp: Always-visible inversion for ctrlline
9524         * src/libnrtype/nr-type-w32.cpp: Fix stretch and variant on win32
9526         * src/widgets/gradient-vector.cpp: Undo fix; new stop takes average of its
9527         neighbors' colors; is between stops even when the last stop is selected
9529 2004-04-06  Ted Gould <ted@gould.cx>
9531         * src/file.cpp, src/dialogs/filedialog.cpp, src/extension/extension.cpp,
9532         src/extension/system.cpp:
9533         Moving code around so that the filename extension gets put on by
9534         the extension that is saving the file.  This adds a couple complications
9535         in that the extension now needs to check for overwriting the file
9536         and also set the document URI.  Better overall, but a PITA.
9538 2004-04-05  njh <njh@mail.csse.monash.edu.au>
9540         * debian/rules,debian/control: applied patch from Kees Cook to remove
9541         obsolete libraries, and to tidy things up a tad.
9543 2004-04-04  Ted Gould <ted@gould.cx>
9545         * src/main.cpp, src/extension/extension.cpp, src/extension/system.cpp:
9546         Now the input autodetect will try the SVG filter if the autodetect
9547         fails.  This was done by the command line, but now it is done
9548         everywhere.
9550 2004-04-04  MenTaLguY <mental@rydia.net>
9552         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr.h:
9553         Take the full list of document node children from libxml, and
9554         append them in the correct order.  This fixes bug #929348.
9556         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr-private.h:
9557         Added API for coping with comments at the root level (i.e. siblings
9558         of the root XML node), and made corresponding changes to the repr-io
9559         code.  In theory this should be enough to preserve them upon loading,
9560         though in practice it still doesn't appear to be working (bug #929348).
9561         Is there some libxml thing we need to do?
9563 2004-04-04  Ted Gould <ted@gould.cx>
9565         * a bunch of files
9566         Sorry, I seem to be in some delay getting e-mail.  Anyway, a few
9567         files were changed to add in a new parameter 'dataloss'  Basically
9568         this signifies that a format was used to save that may not save
9569         the whole document and thus, a pop-up is elevated on close to signal
9570         that you might want to 'really save' this document.
9572 2004-04-03  Ted Gould <ted@gould.cx>
9574         * share/extensions/svgz_input.inkmod, src/file.cpp,
9575           src/extension/extension.cpp, src/extension/internal/svg.cpp:
9576         Making it so that input extensions can specify the output extension
9577         that gets used to save them.  If this field isn't filled in, the value
9578         gets set to NULL, and then the Save As dialog is used instead of
9579         just trying to save.
9581 2004-04-03  Ted Gould <ted@gould.cx>
9583         * src/file.cpp, src/main.cpp, src/extension/extension.cpp,
9584           src/extension/extension.h, src/extension/system.cpp,
9585           src/extension/internal/svg.cpp:
9586         Fixing the output_extension flag to not be saved in a file, but also
9587         to be able to be specified by the input module.  Also, this fixes
9588         the commandline processing of files to make them use the extension
9589         system.
9591 2004-04-02  Ted Gould <ted@gould.cx>
9593         * src/file.cpp, src/extension/db.cpp, src/extension/internal/svg.cpp:
9594         Changing it so that SVG documents open and default to with
9595         extension namespace.  Also, autodetect is reenabled.
9597 2004-04-03  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
9599         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Fix my
9600         previous commit.
9602 2004-04-02  Ted Gould <ted@gould.cx>
9604         * share/extensions/svgz_output.inkmod, src/main.cpp, src/print.cpp,
9605           src/extension/init.cpp, src/extension/implementation/script.cpp,
9606           src/extension/implementation/script.h,
9607           src/extension/internal/Makefile.am, src/extension/internal/ps-out.cpp,
9608           src/extension/internal/ps-out.h, src/extension/internal/ps.cpp:
9609         Fixing the commandline printing.  This required fixing both the
9610         print driver to handle the newer extensions stuff.  It seems
9611         happy now.  I went ahead and implemented save as postscript
9612         while I was at it.
9614 2004-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9616         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Ensure that the
9617         "improved" value is never worse than the previous guess.
9619         * src/helper/bezier-utils.cpp:
9620         Greater CodingStyle conformance, mainly whitespace changes.
9622         * src/helper/bezier-utils.cpp (sp_bezier_fit_cubic_full):
9623         Always reparameterize between generate_bezier and calc_max_error.
9624         Switch from discouraged alloca (see man page) to g_new, at cost of
9625         some extra g_free calls in the code.
9626         (reparameterize): Do in-place modification.
9628         * src/helper/bezier-utils-test.cpp:
9629         Add tests for generate_bezier, sp_bezier_fit_cubic_full.
9630         Change to a simpler test bezier.
9632         * src/helper/bezier-utils.cpp (sp_darray_left_tangent,
9633         sp_darray_right_tangent):
9634         Switch to using just the two end points for calculating the gradient.
9635         (The old code could sometimes cause g_warning's.)
9636         Correct the documentation of requirements.
9637         (sp_darray_center_tangent): Similarly remove the #if'ed out code for
9638         looking at more than two points.
9640 See doc/Changelog_archive.txt for older entries
9642 # Local Variables:
9643 # tab-width:8
9644 # indent-tabs-mode:t
9645 # End:
9646 # vim: tabstop=4:noexpandtab:shiftwidth=4