Code

updated ca and el
[inkscape.git] / ChangeLog
1 2006-06-02  Colin Marquardt  <colin@marquardt-home.de>
3         * TRANSLATORS: Add Stefan Graubner.
5 2006-06-01  Jon A. Cruz  <jon@joncruz.org>
7         * src/extension/internal/pdf-mini.h
9           Fix for delete[] mismatch and binary tweak from Ulf Erikson.
11 2006-06-01  Jon A. Cruz  <jon@joncruz.org>
13         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
15           Added layer opacity slider.
16           Fixes RFE #1496569.
18 2006-05-31  Colin Marquardt  <colin@marquardt-home.de>
20         * TRANSLATORS: Add vonHalenbach for tutorial translations.
22 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
24         * src/extension/internal/odf.cpp:
25         Corrected deletes and uninitizlied variables.
26         Fixes bug# 1489961.
28 2006-05-30 John Cliff <simarilius@yahoo.com>
29         src/trace/potrace/inkscape-potrace.cpp
30         Changed bitsPerSample from hardcoded to calculated for multi color traces
31         to fix bugs 1188811 and 1484076
33 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
35         * src/xml/repr-io.cpp:
36         Changed to strip leading BOM from input.
37         Fixes bug# 1121666.
39 2006-05-29  Bryce <bryce@bryceharrington.org>
40         * sp-shape.cpp:  Adding documentation
42 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
44         * src/desktop.cpp, src/layer-manager.cpp, src/dialogs/layers-panel.cpp:
45         Workaround to avoid assertion upon file revert.
47 2006-05-28  Bryce <bryce@bryceharrington.org>
48         * sp-marker.cpp:  Adding documentation
50 2006-05-28  MenTaLguY  <mental@rydia.net>
52         * src/dialogs/clonetiler.cpp, src/dialogs/iconpreview.cpp,
53           src/dialogs/stroke-style.cpp, src/display/curve.cpp,
54           src/display/sp-canvas.cpp, src/dyna-draw-context.cpp,
55           src/extension/internal/gnome.cpp, src/extension/internal/pdf.cpp,
56           src/extension/internal/ps.cpp, src/extension/internal/win32.cpp,
57           src/file.cpp, src/inkview.cpp, src/libnr/nr-macros.h,
58           src/libnr/nr-object.cpp, src/libnr/nr-path.cpp,
59           src/libnr/nr-pixblock.cpp, src/libnr/nr-pixblock-pattern.cpp,
60           src/libnr/nr-svp.cpp, src/libnr/nr-svp-render.cpp,
61           src/libnrtype/FontFactory.cpp, src/libnrtype/Layout-TNG-Output.cpp,
62           src/libnrtype/nr-type-primitives.cpp, src/path-chemistry.cpp,
63           src/splivarot.cpp, src/sp-marker.cpp, src/ui/widget/icon-widget.cpp,
64           src/widgets/icon.cpp:
66           replace nr_new() with g_new(), and try to converge on using the
67           glib allocator a little more instead of the others (aside from
68           libgc)
70 2006-05-28  MenTaLguY  <mental@rydia.net>
72         * share/icons/icons.svg:
74           correct vertical text flow icon to  correctly reflect lines stacking
75           right-to-left, as well as improving pixel alignment on both text flow
76           icons
78 2006-05-28  MenTaLguY  <mental@rydia.net>
80         * src/widgets/toolbox.cpp:
82           add tooltips to text toolbar widgets
84 2006-05-28  Jon A. Cruz  <jon@joncruz.org>
86         * src/layer-manager.cpp, src/layer-manager.h,
87           src/preferences-skeleton.h, src/ui/dialog/inkscape-preferences.cpp,
88           src/ui/dialog/inkscape-preferences.h,
89           src/widgets/layer-selector.cpp, src/dialogs/layers-panel.cpp:
91           Finished option to turn on or off deslecting when switching layers.
92           Fixes RFE #1495701.
94 2006-05-28  Jon A. Cruz  <jon@joncruz.org>
96         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
98           Changed clicking on visibility and locked toggles to not switch
99           selected layer.
100           Fixes bug #1495856.
102 2006-05-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
104         * src/sp-conn-end-pair.cpp: Detach connectors from empty groups
105           before trying to route connectors to them.  This is required
106           since empty groups have no physical position.  Fixes bug #1448811.
108 2006-05-27  Kees Cook  <kees@outflux.net>
110         * src/extension/implementation/script.cpp: allow output extension
111           parameters to be prompted and used, closes bug #1495310.
113 2006-05-26  MenTaLguY  <mental@rydia.net>
115         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
117           make button labels translatable, and use HButtonBox instead of HBox for
118           better appearance
120 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
122         * src/layer-manager.cpp, src/layer-manager.h,
123           src/dialogs/layer-properties.cpp, src/dialogs/layers-panel.cpp:
125           Prevent layer name duplication.
126           Fixes bug #1115407.
128 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
130         * src/widgets/desktop-widget.cpp:
132           Fixed resize handle in corner of main UI.
133           Fixes bug #1493995.
135 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
137         * src/layer-manager.cpp, src/layer-manager.h,
138           src/widgets/layer-selector.cpp:
140           Cleaned up propagation of status changes.
141           Fixes bug #1495333.
143 2006-05-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
145         * src/path-prefix.h: Add missing CREATE_* directory locations
146           for building an OS X application bundle.  Fixes bug #1495284.
148 2006-05-25  Bryce Harrington <bryce@bryceharrington.org>
150         * src/inkscape.cpp:  i18n on error messages (fix for bug 1490928) 
152 2006-05-23  Jon A. Cruz  <jon@joncruz.org>
154         * src/dialogs/layers-panel.cpp, src/dialogs/swatches.cpp,
155           src/dialogs/swatches.h, src/preferences-skeleton.h,
156           src/ui/previewfillable.h, src/ui/previewholder.cpp,
157           src/ui/previewholder.h, src/ui/widget/panel.cpp,
158           src/ui/widget/panel.h, src/verbs.cpp,
159           src/widgets/desktop-widget.cpp:
160           Refactored panels.
161           Fixes RFE #1453153. Fixes RFE #1453152.
162         
164 2006-05-23  MenTaLguY  <mental@rydia.net>
166         * src/extension/internal/ps.cpp:
168           move %%EOF to end of output document
170 2006-05-22  Jon A. Cruz  <jon@joncruz.org>
172         * src/dialogs/swatches.cpp, src/ui/widget/panel.cpp,
173           src/ui/widget/panel.h:
174           Removed panel menu unless requested. Fixes bug #1492597.
176 2006-05-22  MenTaLguY  <mental@rydia.net>
178         * src/extension/internal/svg.cpp:
180           replace EXTREMELY inefficient (O(n^2), I think?) stacked C string
181           concatenations with appends to a std::vector, which is amortized O(1)
183 2006-05-21  Marco Scholten  <mscholtn@xs4all.nl>
185         * src/ui/dialog/inkscape-preferences.cpp, 
186       src/ui/dialog/inkscape-preferences.h: 
187           Added 'Show close button on dialogs' option.
189 2006-05-21  MenTaLguY  <mental@rydia.net>
191         * src/ui/view/view-widget.cpp:
192         
193           request collection pass after destruction of a view widget
195 2006-05-21  MenTaLguY  <mental@rydia.net>
197         * src/gc-core.h, src/gc.cpp:
198         
199           add GC::request_early_collection() to force a collection from the idle
200           loop at opportune times
202         * src/dialogs/filedialog.cpp:
204           call GC::request_early_collection() after switching preview images
206 2006-05-21  Jon A. Cruz  <jon@joncruz.org>
208         * src/layer-manager.cpp, src/layer-manager.h,
209           src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h:
210           Adding notification when managed layers change.
212 2006-05-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
214         * src/extension/internal/pdf.cpp: Compilation fix.  For versions
215           of glib older that 2.9.0, use g_date_set_time() instead of
216           g_date_set_time_t().
218 2006-05-20  MenTaLguY  <mental@rydia.net>
220         * src/extensin/internal/ps.cpp:
222           add %%EOF trailer for DSC-compliance
224 2006-05-20  Colin Marquardt  <colin@marquardt-home.de>
226         * share/extensions/lindenmayer.inx,
227           share/extensions/kochify_load.inx, 
228           share/extensions/kochify.inx:
229           Rename slightly, also makes for easier translation.
231 2006-05-20  Jon A. Cruz  <jon@joncruz.org>
233         * src/widgets/icon.h, src/widgets/icon.cpp, src/dialogs/layers-panel.cpp:
234           Changled dialog from checkboxes to icons for visible and locked.
236 2006-05-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
238         * src/libnrtype/FontInstance.cpp: patch from David Turner of the
239           FreeType Project.  Fixes a compilation problem and a possible
240           segmentation fault.
242 2006-05-19  Jon A. Cruz  <jon@joncruz.org>
243         * src/preferences-skeleton.h, src/dialogs/layers-panel.h,
244           src/dialogs/layers-panel.cpp:
245           Selection and event handling cleanup. Added deeper display.
247 2006-05-18  Jon A. Cruz  <jon@joncruz.org>
248         * src/layer-manager.cpp, src/dialogs/layers-panel.h,
249           src/dialogs/layers-panel.cpp:
250           Next round of layer dialog updates.
252 2006-05-17  Kees Cook  <kees@outflux.net>
253         * src/dialogs/rdf.cpp: corrected localization on array, added comments.
254         * src/ui/widget/licensor.cpp: Localized the license name.
255         * configure.ac: added comment about why sigc++ was upgraded
257 2006-05-17  Jon A. Cruz  <jon@joncruz.org>
258         * src/dialogs/layers-panel.cpp:
259           Flipped top/bottom in layers UI to reflect visible stacking.
261 2006-05-16  verbalshadow  <verbalshadow@gmail.com>
263         * src/desktop-style.h, src/desktop-style.cpp:
264           Fixes calligraphy tool so drawing now uses the the correct opacity.
266 2006-05-17  Jon A. Cruz  <jon@joncruz.org>
267         * src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h:
268           Switched icons to stock generic.
270 2006-05-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
272         * src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche.
274 2006-05-16  Jon A. Cruz  <jon@joncruz.org>
276         * src/document-subset.cpp:
277           Corrected ordering of children in subset.
279 2006-05-15  Jon A. Cruz  <jon@joncruz.org>
280         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
281           src/layer-manager.cpp, src/menus-skeleton.h, src/verbs.cpp,
282           src/verbs.h, src/dialogs/layers-panel.cpp,
283           src/dialogs/layers-panel.h, src/dialogs/Makefile_insert:
284           Base implementation of a layers dialog.
286 2006-05-14  Colin Marquardt  <colin@marquardt-home.de>
288         * src/ui/dialog/inkscape-preferences.cpp (initPageTools): 
289           Typofix ("conector").
291 2006-05-14  Jon A. Cruz  <jon@joncruz.org>
293         * src/document-subset.cpp, src/layer-manager.h, src/layer-manager.cpp:
294           Corrected base structure and avoiding infinite loop.
296 2006-05-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
298         * src/widgets/toolbox.cpp: Slightly increase size of the
299          connector toolbar buttons to match button sizes on other
300          toolbars.
302 2006-05-13  verbalshadow  <verbalshadow@gmail.com>
304         * src/dyna-draw-context.cpp, src/desktop-style.cpp,
305           src/desktop-style.h:
307           Calligraphy tool now draws in the last used color or the
308           tool style depending on the Preference setting.
309           
310 2006-05-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
312         * src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp:
314           When moving/transforming connectors, only detach connectors
315           from objects that are not part of the selection.  Previously,
316           connectors moved as part of a selection would be detached from
317           all objects.  This has been requested several times via email.
318           The change also fixes bug #1383806.
320         * src/ui/dialog/inkscape-preferences.cpp,
321           src/ui/dialog/inkscape-preferences.h, src/connector-context.cpp:
323           Add a preferences setting to the connector tool for setting
324           whether or not connectors attach to text objects.  This change
325           addresses feature request #1434292.
326           
327 2006-05-09  Carl Hetherington  <inkscape@carlh.net>
329         * src/nodepath.cpp: fix silly bug with snapping node edits.
330         
331         * src/snapper.cpp, src/snapper.h, src/sp-namedview.cpp:
332           re-enable link between grid visibility and grid snap.
334 2006-05-08  Michael Wybrow  <mjwybrow@users.sourceforge.net>
336         * conn-avoid-ref.cpp: Fix a crashbug that could occur in files
337           containing connectors if they were loaded from the file chooser
338           or from the recent file list.  Fixes bug #1458820.
340 2006-05-08  MenTaLguY  <mental@rydia.net>
342         * src/display/curve.cpp:
344           always make local copy of path data so that we have control over memory
345           policy
347 2006-05-08  MenTaLguY  <mental@rydia.net>
349         * src/display/curve.h, src/display/curve.cpp, src/dropper-context.cpp:
351           get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve
352           memory management
354 2006-05-08  MenTaLguY  <mental@rydia.net>
356         * src/display/canvas-bpath.cpp, src/display/curve.cpp, src/display/curve.h,
357           src/display/nr-arena-shape.cpp, src/draw-context.cpp,
358           src/extension/internal/odf.cpp, src/extension/internal/pov-out.cpp,
359           src/nodepath.cpp, src/object-snapper.cpp, src/path-chemistry.cpp,
360           src/sp-flowregion.cpp, src/splivarot.cpp, src/sp-offset.cpp,
361           src/sp-path.cpp, src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
362           src/sp-use-reference.cpp:
364           eliminate direct accesses to SPCurve::bpath
366 2006-05-08  MenTaLguY  <mental@rydia.net>
368         * src/streams-zlib.cpp, src/streams-jar.cpp, src/splivarot.cpp,
369           src/extension/internal/bluredge.cpp:
371           use std::vector rather than dynamically-sized automatic arrays,
372           plus cleanups and minor fixes, and dead code removal
374 2006-05-08  MenTaLguY  <mental@rydia.net>
376         * src/debug/demangle.cpp, src/debug/demangle.h, src/sp-object.cpp,
377           src/gc-anchored.cpp, src/debug/Makefile_insert:
379           use c++filt for symbol demangling if available
381 2006-05-08  MenTaLguY  <mental@rydia.net>
383         * src/xml/repr-util.cpp:
384         
385           comments explaining namespace mapping for the broken sodipodi namespace
387 2006-05-08  Carl Hetherington  <inkscape@carlh.net>
389         * src/seltrans.cpp, src/snap.cpp, src/snap.h: fix ctrl-scaling
390         when there is no snap.  More snapping cleanups.
392 2006-05-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
394         * knot.h, knot.cpp, connector-context.cpp:
395           Fix glib-gobject-warnings for knots in the connector tool.
397 2006-05-07  Jon A. Cruz  <jon@joncruz.org>
399         * src/document-subset.cpp:
400           Corrected two bugs, with the minor one hiding the more severe.
402 2006-05-06  MenTaLguY  <mental@rydia.net>
404         * src/xml/repr-util.cpp, src/xml/repr.h:
406           add fixup for incorrect sodipodi namespace
408 2006-05-06  MenTaLguY  <mental@rydia.net>
410         * doc/NewAppArchitecture/01-title.svg,
411           doc/NewAppArchitecture/04-current-main.svg,
412           doc/NewAppArchitecture/05-current-objects.svg,
413           doc/NewAppArchitecture/06-current-desktop-view.svg,
414           doc/NewAppArchitecture/07-current-problems.svg,
415           doc/NewAppArchitecture/08-inkscape-gtkmm.svg
416           doc/NewAppArchitecture/09-future-capabilities.svg,
417           doc/NewAppArchitecture/10-future-main.svg,
418           doc/NewAppArchitecture/11-future-ink-app.svg,
419           doc/NewAppArchitecture/12-future-run-modes.svg,
420           doc/NewAppArchitecture/13-future-ink-app-editor.svg,
421           doc/NewAppArchitecture/14-evolving.svg,
422           share/examples/art-nouveau-P3.svg,
423           share/examples/eastern-motive-P4G.svg,
424           share/examples/i18n.svg,
425           share/examples/markers.svg,
426           share/examples/tesselation-P3.svg,
427           share/examples/text-on-path.svg,
428           share/icons/David_icons.svg,
429           share/icons/icons.svg,
430           share/icons/legacy_icons.svg,
431           share/screens/about.svg,
432           share/templates/business_card_85x54mm.svg,
433           share/templates/default.cs.svg,
434           share/templates/default.lt.svg,
435           share/templates/default.pl.svg,
436           share/tutorials/gpl-2.svg,
437           share/tutorials/tutorial-advanced.es.svg,
438           share/tutorials/tutorial-advanced.fr.svg,
439           share/tutorials/tutorial-advanced.ja.svg,
440           share/tutorials/tutorial-advanced.sl.svg,
441           share/tutorials/tutorial-advanced.svg,
442           share/tutorials/tutorial-basic.ca.svg,
443           share/tutorials/tutorial-basic.de.svg,
444           share/tutorials/tutorial-basic.es.svg,
445           share/tutorials/tutorial-basic.fr.svg,
446           share/tutorials/tutorial-basic.ja.svg,
447           share/tutorials/tutorial-basic.nn.svg,
448           share/tutorials/tutorial-basic.sl.svg,
449           share/tutorials/tutorial-basic.svg,
450           share/tutorials/tutorial-calligraphy.es.svg,
451           share/tutorials/tutorial-calligraphy.fr.svg,
452           share/tutorials/tutorial-calligraphy.sl.svg,
453           share/tutorials/tutorial-calligraphy.svg,
454           share/tutorials/tutorial-elements.es.svg,
455           share/tutorials/tutorial-elements.fr.svg,
456           share/tutorials/tutorial-elements.sl.svg,
457           share/tutorials/tutorial-elements.svg,
458           share/tutorials/tutorial-shapes.ca.svg,
459           share/tutorials/tutorial-shapes.es.svg,
460           share/tutorials/tutorial-shapes.fr.svg,
461           share/tutorials/tutorial-shapes.ja.svg,
462           share/tutorials/tutorial-shapes.sl.svg,
463           share/tutorials/tutorial-shapes.svg,
464           share/tutorials/tutorial-tips.es.svg,
465           share/tutorials/tutorial-tips.fr.svg,
466           share/tutorials/tutorial-tips.sl.svg,
467           share/tutorials/tutorial-tips.svg,
468           share/tutorials/tutorial-tracing.de.svg,
469           share/tutorials/tutorial-tracing.es.svg,
470           share/tutorials/tutorial-tracing.fr.svg,
471           share/tutorials/tutorial-tracing.sl.svg,
472           share/tutorials/tutorial-tracing.svg,
473           src/extension/dxf2svg/dxf2svg.cpp,
474           src/menus-skeleton.h,
475           src/preferences-skeleton.h:
477           get the CORRECT sodipodi namespace in there
479 2006-05-06  MenTaLguY  <mental@rydia.net>
481         * src/xml/repr-util.cpp:
483           fix for #1483198 ("infectious namespaces")
485 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
487         * src/verbs.h, src/verbs.cpp, src/verbs-test.h:
488           Fixed problem with std::map use making last verb inaccessible.
490 2006-05-05  Carl Hetherington  <inkscape@carlh.net>
492         * src/draw-context.cpp, src/line-snapper.h, src/snap.cpp,
493         src/snapper.cpp, src/line-snapper.cpp, src/snap.h,
494         src/context-fns.cpp, src/object-snapper.h, src/seltrans.cpp,
495         src/nodepath.cpp, src/snapper.h, src/object-snapper.cpp: various
496         snapping fixes and cleanups.
498 06-05-04  Carl Hetherington  <inkscape@carlh.net>
500         * src/guide-snapper.h, src/line-snapper.h, src/snap.cpp,
501         src/snap.h, src/object-snapper.h, src/sp-namedview.cpp,
502         src/grid-snapper.h: clean up knutux's fix for the snapper crash.
504 2006-05-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
506         * po/pt_BR.po: Fix some "Unmatched closing </b>" warnings.
508         * src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.
509         
510 2006-05-03  Carl Hetherington  <inkscape@carlh.net>
512         * src/arc-context.cpp, src/connector-context.cpp,
513         src/context-fns.cpp, src/desktop.cpp, src/draw-context.cpp,
514         src/nodepath.cpp, src/object-edit.cpp, src/pencil-context.cpp,
515         src/rect-context.cpp, src/selection-chemistry.cpp,
516         src/seltrans.cpp, src/snap.cpp, src/snap.h, src/sp-namedview.cpp,
517         src/sp-namedview.h, src/spiral-context.cpp, src/star-context.cpp,
518         src/ui/dialog/document-properties.cpp: Give SPNamedView a
519         SnapManager instance and use it for all management of snapping
520         settings.
522         * src/snap.cpp, src/snap.h: remove the unused namedview_dim_snap_list()
524 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
526         * src/Makefile.am, src/Makefile_insert, src/attributes-test.h,
527           src/color-profile-test.h, src/mod360-test.cpp, src/mod360-test.h,
528           src/round-test.cpp, src/round-test.h, src/sp-gradient-test.cpp,
529           src/sp-gradient-test.h, src/sp-style-elem-test.cpp,
530           src/sp-style-elem-test.h, src/style-test.h, src/test-helpers.h:
531           Replaced four more tests with CxxTest versions.
533 2006-05-01  MenTaLguY  <mental@rydia.net>
535         * src/display/nr-arena-item.cpp:
537           use GC allocator for bitmap cache and transform
539 2006-05-01  Marco Scholten  <mscholtn@xs4all.nl>
541         * src/dialogs/inkscape-preferences.cpp: Moved 'compass like
542     display of angles' from 'windows' to 'steps'.
544 2006-04-30  MenTaLguY  <mental@rydia.net>
546         * src/libnr/nr-object.cpp:
548           log finalization of NRObjects
550 2006-04-29  Jon Phillips  <jon@rejon.org>
552         * src/dialogs/rdf.cpp: Updated cc licenses to 2.5 by default.
554         * src/ui/dialog/document-metadata.cpp: Made metadata window
555         resizable so that one can see the licenses and enter long entries.
557 2006-04-29  MenTaLguY  <mental@rydia.net>
559         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp,
560           src/display/nr-arena-item.h, src/display/nr-arena-shape.cpp:
562           rationalize function names and remove spurious soft_ptr
564 2006-04-29  MenTaLguY  <mental@rydia.net>
566         * src/document.cpp:
567         
568           use proper unref function on SPRoot to avoid appearance of leak
570 2006-04-29  MenTaLguY  <mental@rydia.net>
572         * src/gc-anchored.cpp, src/xml/simple-node.cpp, src/sp-object.cpp:
574           switch everyone to simpler debug event API
576 2006-04-29  MenTaLguY  <mental@rydia.net>
578         * src/Makefile_insert, src/gc-finalized.cpp, src/gc-finalized.h:
580           add finalizer logging
582 2006-04-29  MenTaLguY  <mental@rydia.net>
584         * src/debug/simple-event.h: simplify the SimpleEvent API more
586 2006-04-29  MenTaLguY  <mental@rydia.net>
588         * src/debug/simple-event.h: make Debug::SimpleEvent more convenient
590         * src/debug/event.h, src/debug/logger.cpp: add FINALIZERS category
592 2006-04-29  MenTaLguY  <mental@rydia.net>
594         * src/debug/logger.cpp:
595         
596         finish interrupted refactoring of log filter configuration
598 2006-04-29  MenTaLguY  <mental@rydia.net>
600         * src/doc/Makefile.am, src/doc/refcounting.txt:
601         
602           some developer documentation about refcounting
604 2006-04-29  MenTaLguY  <mental@rydia.net>
606         * src/ui/view/view.cpp:
608           Wait a minute -- UI::View::View and SPDocument are both managed
609           by the collector -- the view doesn't need to ref the document!
611 2006-04-29  MenTaLguY  <mental@rydia.net>
613         * src/ui/view/view.cpp: add missing unref
615 2006-04-29  MenTaLguY  <mental@rydia.net>
617         * src/gc-anchored.cpp, src/gc-anchored.h:
619           added refcount logging to GC::Anchored
621         * src/util/Makefile_insert, src/util/format.h:
623           shared string printf
625 2006-04-28  MenTaLguY  <mental@rydia.net>
627     * src/sp-object.cpp: make refcount logging a little more useful
628           by including the relevent class name
630 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
632         * src/Makefile_insert, src/Makefile.am, src/dir-util-test.h,
633           src/dir-util-test.cpp, src/extract-uri-test.h,
634           src/extract-uri-test.cpp:
635           Replaced two tests with CxxTest versions.
637 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
639         * src/Makefile_insert, src/MultiPrinter.h, src/verbs.h,
640           src/verbs-test.h:
641           Adding unit test for verbs.
643 2006-04-27  verbalshadow <verbalshadow@gmail.com>
644         
645         * src/io/resource.h, src/io/resource.cpp, 
646           src/dialogs/swatches.cpp, src/helper/stock-items.cpp:
647           Added CREATE v0.1 support for gradients/swatches/patterns
648           Support for Linux & Win32. Mac support waiting final support
649           Directory info.
651 2006-04-26  Jon A. Cruz  <jon@joncruz.org>
653         * src/Makefile.am, src/MultiPrinter.h, src/PylogFormatter.h,
654           src/TRPIFormatter.h, src/selfname.tpl, src/libnr/Makefile_insert,
655           src/svg/Makefile_insert, src/xml/Makefile_insert:
656           Adding multiple test output formats.
658 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
660     * path-prefix.h:
661           Added beginnings of CREATE support in path-prefix.h
663 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
665     * src/object-ui.cpp, src/object-ui.h:
666           moved to src/ui/context-menu.cpp, src/ui/context-menu.h
667           to make it easier to find
669 2006-04-20  MenTaLguY  <mental@rydia.net>
671     * src/dyna-draw-context.cpp, src/dyna-draw-context.h:
672           remove unused timer code
674 2006-04-19 Andrius R. <knutux@gmail.com>
675         * src\display\nr-arena-item.cpp, src\display\canvas-arena.cpp,
676           src\display\nr-arena-shape.cpp, src\display\sp-canvas.h,
677           src\display\nr-arena.cpp, src\display\nr-arena-shape.h,
678           src\display\nr-arena-glyphs.cpp, src\display\nr-gradient-gpl.cpp,
679           src\display\sp-canvas.cpp, src\display\sp-ctrlline.cpp,
680           src\livarot\ShapeSweep.cpp, src\livarot\Shape.h, src\livarot\Shape.cpp,
681           src\livarot\Path.h, src\livarot\PathConversion.cpp,
682           src\livarot\ShapeMisc.cpp, src\livarot\Path.cpp, src\libnr\nr-pixblock.h,
683           src\libnr\nr-pixblock.cpp
685           Rendering optimisation, which gives best results for zoomed in drawings
686           with complex (multi-node) paths. Optimisation focus - eliminating cubicTo
687           and LineTo nodes outside of visible area, so no unneeded calculations is
688           needed and less memory is consumed (this avoids crashes which were
689           occurring previously if zooming into a complex drawing)
691 2006-04-18 njh <njh@njhurst.com>
692         * share/extensions/measure.inx, share/extensions/measure.py, share/extensions/Makefile.am
694           Added the measure extension that marks lengths onto paths.
696 2006-04-17  MenTaLguY  <mental@rydia.net>
698         * src/application/editor.cpp, src/arc-context.cpp, src/conn-avoid-ref.cpp,
699           src/connector-context.cpp, src/desktop-events.cpp, src/desktop-handles.h,
700           src/dialogs/clonetiler.cpp, src/dialogs/export.cpp,
701           src/dialogs/fill-style.cpp, src/dialogs/find.cpp,
702           src/dialogs/iconpreview.cpp, src/dialogs/item-properties.cpp,
703           src/dialogs/layer-properties.cpp, src/dialogs/object-properties.cpp,
704           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
705           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
706           src/dialogs/xml-tree.cpp, src/draw-anchor.cpp, src/draw-context.cpp,
707           src/dropper-context.cpp, src/dyna-draw-context.cpp,
708           src/event-context.cpp, src/extension/implementation/script.cpp,
709           src/file.cpp, src/gradient-context.cpp, src/gradient-drag.cpp,
710           src/helper/stock-items.cpp, src/inkscape.cpp, src/interface.cpp,
711           src/jabber_whiteboard/callbacks.cpp,
712           src/jabber_whiteboard/chat-handler.cpp,
713           src/jabber_whiteboard/message-processors.cpp,
714           src/jabber_whiteboard/message-queue.cpp,
715           src/jabber_whiteboard/session-manager.cpp, src/knot.cpp,
716           src/node-context.cpp, src/nodepath.cpp, src/object-ui.cpp,
717           src/path-chemistry.cpp, src/pencil-context.cpp, src/pen-context.cpp,
718           src/rect-context.cpp, src/rubberband.cpp, src/satisfied-guide-cns.cpp,
719           src/selcue.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
720           src/selection.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
721           src/spiral-context.cpp, src/splivarot.cpp, src/sp-namedview.cpp,
722           src/sp-text.cpp, src/star-context.cpp, src/text-chemistry.cpp,
723           src/text-context.cpp, src/tools-switch.cpp,
724           src/trace/potrace/inkscape-potrace.cpp, src/trace/trace.cpp,
725           src/ui/dialog/align-and-distribute.cpp, src/ui/dialog/dialog.cpp,
726           src/ui/dialog/document-metadata.cpp,
727           src/ui/dialog/document-properties.cpp,
728           src/ui/dialog/inkscape-preferences.cpp,
729           src/ui/dialog/session-player.cpp, src/ui/dialog/transformation.cpp,
730           src/ui/widget/color-picker.cpp, src/ui/widget/page-sizer.cpp,
731           src/ui/widget/registered-widget.cpp, src/ui/widget/ruler.cpp,
732           src/ui/widget/selected-style.cpp, src/ui/widget/tolerance-slider.cpp,
733           src/verbs.cpp, src/widgets/gradient-toolbar.cpp,
734           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
735           src/widgets/sp-xmlview-content.cpp, src/widgets/toolbox.cpp:
737           Get rid of the SP_DT_* macros which do nothing more than provide
738           additional, confusing, names for other functions.  If shorter names
739           are desired, the actual functions should be renamed -- or better, made
740           into member functions.
742 2006-04-09  Jon A. Cruz  <jon@joncruz.org>
744         * share/icons/icons.svg: Fixed jumping eye (layer visibility).
746 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
748         * po/eu.po: Fix a "Unmatched closing </b>" warnings.
750 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
752         * src/widgets/paint-selector.cpp, src/widgets/gradient-toolbar.cpp,
753           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp,
754           src/dialogs/clonetiler.cpp, src/dialogs/object-properties.cpp:
756           Shrunk a few icon sizes.
758 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
760         * src/widgets/desktop-widget.cpp, src/widgets/icon.cpp,
761           src/widgets/layer-selector.cpp:
763           Added implementation of smaller icon size.
765 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
767         * src/color-profile.cpp, src/sp-image.cpp:
769           Simple debugging #ifdefs added.
771 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
773         * src/interface.cpp, src/dialogs/clonetiler.cpp,
774           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
775           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
776           src/dialogs/xml-tree.cpp, src/ui/dialog/align-and-distribute.cpp,
777           src/ui/widget/labelled.cpp, src/widgets/button.cpp,
778           src/widgets/button.h, src/widgets/desktop-widget.cpp,
779           src/widgets/gradient-toolbar.cpp, src/widgets/icon.cpp,
780           src/widgets/icon.h, src/widgets/layer-selector.cpp,
781           src/widgets/paint-selector.cpp, src/widgets/select-toolbar.cpp,
782           src/widgets/toolbox.cpp, src/widgets/toolbox.h, src/icon-size.h:
784           Decoupling from direct use of GtkIconSize to allow for smaller
785           custom ones.
787 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
789         * src/Makefile_insert, src/Makefile.am, src/color-profile.cpp
790           src/color-profile.h, src/color-profile-fns.h,
791           src/color-profile-test.h, src/sp-image.cpp:
793           Adding rendering-intent to <color-profile>.
795 2006-04-05  MenTaLguY  <mental@rydia.net>
797         * configure.ac, share/keyboards/.cvsignore, share/keyboards/Makefile.am,
798           share/keyboards/README, share/keys/.cvsignore, share/keys/Makefile.am,
799           share/keys/Makefile.in, share/Makefile.am:
801           share/keyboards -> share/keys
803         * share/keys/Makefile.am, share/keys/default.xml, src/Makefile_insert,
804           src/shortcuts.cpp, src/shortcuts-default-xml.cpp:
806           first shot at configurable keymaps
808 2006-04-05  MenTaLguY  <mental@rydia.net>
810         * src/io/Makefile_insert, src/io/resource.cpp, src/io/resource.h:
812           introduce uniform resource path API to replace copy-and-pasted hacks
814 2006-04-05  Jon A. Cruz  <jon@joncruz.org>
816         * src/svg/svg-color-test.h, src/svg/svg-color.cpp:
818           Tuned icc-color() parsing.
820 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
822         * src/color-profile.h, src/color-profile.cpp,
823           src/color-profile-fns.h, src/sp-image.h, src/sp-image.cpp:
825           Initial support of color-profile on <image> elements.
827 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
829         * src/color-profile.h, src/color-profile.cpp,
830           src/color-profile-fns.h, src/Makefile_insert, src/attributes.cpp,
831           src/attributes.h, src/sp-object-repr.cpp:
833           Adding support for <color-profile> element.
835 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
837         * src/knot.h: Fixed warning messages.
839 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
841         * src/ui/widget/selected-style.cpp:
843           Safety check for null pointer.
844         
845 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
847         * configure.ac, src/interface.cpp, src/dialogs/swatches.cpp:
849           Introducing optional LittleCms use.
850         
851 2006-03-31  MenTaLguY  <mental@rydia.net>
853     * src/dyna-draw-context.cpp, src/dyna-draw-context.cpp:
855           merge ::dragging and ::dynahand
857 2006-03-31  MenTaLguY  <mental@rydia.net>
859     * src/dyna-draw-context.h: add documentation
861 2006-03-29  Andrius R. <knutux@gmail.com>
863         * src/enums.h, src/selection-chemistry.cpp,
864           src/selection.h, src/selection.cpp,
865           src/ui/dialog/inkscape-preferences.cpp,
866           src/ui/dialog/inkscape-preferences.h:
868           patch #1450307 - option for select all to work in layer with it's sub-layers
870 2006-03-29  Andrius R. <knutux@gmail.com>
872         * po/lt.po: Translated and added new language - Lithuanian.
874 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
876         * src/interface.cpp, src/dialogs/swatches.cpp:
878           Fixing name of temporary non-standard tag attributes.
879         
880 2006-03-28  MenTaLguY  <mental@rydia.net>
882     * src/layer-manager.cpp, src/layer-manager.h: draft of layer manager
884 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
886         * src/interface.cpp, src/dialogs/eek-color-def.h,
887           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
888           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
890           Changed objects to only get liked to "linkable" colors.
891         
892 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
894         * src/interface.cpp, src/dialogs/swatches.cpp:
896           Objects now change when linked colors change.
897         
898 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
900         * src/dialogs/eek-color-def.h, src/dialogs/eek-color-def.cpp,
901           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
902           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
904           Experimenting with linked colors.
905         
906 2006-03-26  Aaron C. Spike  <aaron@ekips.org>
908         * inkscape.pod, src/main.cpp:
910           Added --export-area-canvas (-C). Area specifying options
911           (--export-area, --export-area-canvas and --export-area-drawing)
912           can now be used in combination with --export-id.
914 2006-03-23  Jon A. Cruz  <jon@joncruz.org>
916         * src/dialogs/eek-color-def.cpp, src/dialogs/eek-color-def.h,
917           src/dialogs/Makefile_insert, src/dialogs/swatches.h,
918           src/dialogs/swatches.cpp:
920           Bringing in new color class.
921         
922 2006-03-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
924         * packaging/macosx/Resources/bin/inkscape: Fix a packaging
925           problem on Mac OSX where Inkscape wouldn't open if one of the
926           parent directories containing the app bundle contained a '#' in
927           its name.  Fixes bug #1443072.
929 2006-03-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
931         * share/icons/Makefile.am: Update a makefile after the icon file
932           renaming.
934 2005-03-14  MenTaLguY  <mental@rydia.net>
936         * src/layer-fns.h, src/dialogs/layer-properties.cpp,
937           src/dialogs/layer-properties.h, src/layer-fns.cpp:
939           merged patch #1447043 from Andrius "knutux" R. to create sub-layers
941 2006-03-14  MenTaLguY  <mental@rydia.net>
943         * src/Makefile_insert, src/display/nr-arena-item.cpp,
944           src/display/nr-arena-item.cpp, src/gc-finalized.h, src/gc-managed.h,
945           src/gc-soft-ptr.h, src/selection.h, src/selection.cpp:
947           Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
949 2006-03-14  MenTaLguY  <mental@rydia.net>
951         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
952           src/debug/logger.cpp, src/debug/simple-event.h,
953           src/debug/sysv-heap.h, src/jabber_whiteboard/deserializer.cpp,
954           src/jabber_whiteboard/message-utilities.cpp,
955           src/jabber_whiteboard/message-utilities.h,
956           src/jabber_whiteboard/node-tracker-observer.h,
957           src/jabber_whiteboard/serializer.cpp,
958           src/jabber_whiteboard/serializer.h,
959           src/sp-object.cpp, src/util/share.cpp, src/util/share.h,
960           src/xml/attribute-record.h, src/xml/comment-node.h,
961           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
962           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
963           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr-io.cpp,
964           src/xml/simple-node.cpp, src/xml/simple-node.h,
965           src/xml/simple-session.cpp, src/xml/simple-session.h,
966           src/xml/text-node.h:
968           shared_ptr -> ptr_shared
970 2006-03-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
972         * src/svg/svg-color.cpp (sp_svg_write_color): More readable colour
973           names when possible: e.g. `red', `#cfc'.
975 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
977         * src/interface.cpp:
979           Shift-drop now sets stroke on target objects.
980         
981 2006-03-11  MenTaLguY  <mental@rydia.net>
983         * src/sp-object.cpp: experiment to verify that we can safely release
984           before removing object from document tree
986 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
988         * src/dialogs/swatches.cpp:
990           Changed color dragging to have a color preview.
991         
992 2006-03-09  Jon A. Cruz  <jon@joncruz.org>
994         * src/interface.cpp:
996           Initial cut of color drag-n-drop to items on canvas.
997         
998 2006-03-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1000         * src/path-chemistry.cpp (sp_selected_path_reverse):
1001           Fix when multiple paths are selected.
1002           Also fix a small memory leak.
1004 2006-03-06  MenTaLguY  <mental@rydia.net>
1006         * src/document-subset.h, src/document-subset.cpp:
1007           add DocumentSubset::_clear
1009 2006-03-05  MenTaLguY  <mental@rydia.net>
1011         * src/document-subset.h, src/document-subset.cpp:
1012           remove unneeded document parameter from constructor
1014 2006-03-05  MenTaLguY  <mental@rydia.net>
1016         * src/document-subset.cpp:
1018           Wire up new SPObject signal to DocumentSubset, so order changes
1019           will be reflected in the subset.
1021 2006-03-05  MenTaLguY  <mental@rydia.net>
1023         * src/sp-object.h, src/sp-object.cpp:
1025           Add signal for notification of object position changes.
1027 2006-03-05  MenTaLguY  <mental@rydia.net>
1029         * src/Makefile_insert, src/document-subset.cpp, src/document-subset.h:
1031           Add DocumentSubset as groundwork for layers.
1033 2006-03-04  Jon A. Cruz  <jon@joncruz.org>
1034         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
1036           Style minibar now only accepts color drag-n-drop when not N/A.
1037           Final tweak for completing RFE #1429027.
1038         
1039 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
1040         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
1042           Made the style minibar a target for color drag-n-drop.
1043         
1044 2006-03-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1046         * src/conn-avoid-ref.cpp, src/libavoid/connector.h,
1047           src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
1048           src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
1049           src/libavoid/connector.cpp, src/libavoid/debug.h:
1051           Some speed improvements and interface cleanups to libavoid.
1053 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
1054         * src/dialogs/swatches.cpp:
1056           Fixed drag-n-drop out of color to match GTK+ standard.
1057         
1058 2006-02-27  Jon A. Cruz  <jon@joncruz.org>
1059         * src/dialogs/swatches.cpp, src/ui/previewfillable.h,
1060           src/ui/previewholder.h, src/ui/previewholder.cpp:
1062           Finished cleanup of embedded swatches when switching palettes.
1063         
1064 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
1065         * src/dialogs/swatches.cpp, src/ui/previewholder.h,
1066           src/ui/previewholder.cpp:
1068           Changing embedded swatches resizing.
1069         
1070 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
1071         * src/text-context.cpp:
1073           Allow Private Use Area characters. Fixes bug #1439016.
1074         
1075 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1076         * src/dialogs/swatches.cpp, src/dialogs/iconpreview.cpp,
1077           src/ui/widget/panel.cpp, src/ui/widget/panel.h:
1079           Refactoring panel containment. Purged ugly 'X'.
1080         
1081 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1082         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
1083           src/dialogs/swatches.h, src/ui/widget/panel.cpp,
1084           src/ui/widget/panel.h, src/ui/previewholder.cpp,
1085           src/ui/previewholder.h:
1087           Adding spacer to get swatches scrollbar enough room to move.
1088           Tuning up API for better embedding.
1090 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1091         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
1092           src/dialogs/swatches.h, src/ui/previewholder.cpp, 
1093           src/ui/previewfillable.h, src/ui/previewholder.h:
1095           Removed horizontal scroll bar from swatches when embedded.
1097 2006-02-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1099         *  src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, 
1100            src/connector-context.cpp, src/conn-avoid-ref.cpp:
1102         Keep a seperate connector router for each document.
1103            
1104         *  src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
1105            src/libavoid/connector.h, src/libavoid/debug.h,
1106            src/libavoid/geometry.cpp, src/libavoid/geometry.h,
1107            src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
1108            src/libavoid/graph.h, src/libavoid/incremental.cpp,
1109            src/libavoid/incremental.h, src/libavoid/libavoid.h,
1110            src/libavoid/makepath.cpp, src/libavoid/makepath.h,
1111            src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
1112            src/libavoid/router.cpp, src/libavoid/router.h,
1113            src/libavoid/shape.cpp, src/libavoid/shape.h,
1114            src/libavoid/static.cpp, src/libavoid/static.h,
1115            src/libavoid/timer.cpp, src/libavoid/timer.h,
1116            src/libavoid/vertices.cpp, src/libavoid/vertices.h,
1117            src/libavoid/visibility.cpp, src/libavoid/visibility.h:
1118            
1119         Upstream changes to libavoid that allow multiple connector 
1120         router instances, as well a few other minor bugfixes.
1122 2006-02-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1124         * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
1125         
1126         Revert a previous change that generated enter events for canvas items
1127         other than the current one when mouse buttons were depressed.  These 
1128         events are now only generated in the connector context, where they are
1129         required.
1131 2006-02-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1133         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
1134           src/conn-avoid-ref.h, src/libavoid/connector.cpp,
1135           src/libavoid/connector.h:
1136           
1137         Change the behaviour and naming of some connector querying code
1138         after feedback from Tim Dwyer in implementing graph drawing
1139         functionality.
1141 2006-02-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1143         * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:
1144           Fix two bugs from my commit yesterday.
1146 2006-02-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1148         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,
1149           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
1150           src/libavoid/connector.cpp, src/libavoid/connector.h,
1151           src/libavoid/visibility.cpp:
1153         Add some code to allow querying of items and connectors to find
1154         out what is attached to them.  This will allow graph layout
1155         algorithms (currently being worked on by Tim Dwyer) to determine 
1156         a graph structure from the diagram.
1158 2006-02-07  MenTaLguY  <mental@rydia.net>
1160         * src/widgets/icon.cpp: get rid of icon prerender time messages
1162 2006-02-07  MenTaLguY  <mental@rydia.net>
1164         * src/debug/gc-heap.h, src/debug/logger.cpp, src/debug/sysv-heap.h,
1165           src/jabber_whiteboard/deserializer.cpp, src/sp-object.cpp,
1166           src/util/share.h, src/xml/simple-node.cpp:
1168           share_static -> share_static_string
1170 2006-02-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1172         * src/jabber_whiteboard/message-utilities.h,
1173           src/jabber_whiteboard/serializer.cpp,
1174           src/jabber_whiteboard/deserializer.cpp,
1175           src/jabber_whiteboard/message-utilities.cpp,
1176           src/ui/dialog/whiteboard-connect.cpp:
1177         
1178         Some fixes to allow the codebase to compile with Inkboard support
1179         after the recent Util::shared_ptr<> and Dialog::present() changes.
1181 2006-02-05  Marco Scholten  <mscholtn@xs4all.nl>
1183         * src/verbs.cpp: updated to make double clicking a tool button
1184           open the new preferences dialog.
1185         * src/ui/dialog/inkscape-preferences.cpp: updated to enable opening
1186           the dialog on the correct page.
1187         * src/ui/dialog/dialog.cpp: added virtual void present() so that
1188           InkscapePreferences::present() will be called from 
1189           DialogManager::showDialog()
1191 2006-02-05  MenTaLguY  <mental@rydia.net>
1193         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
1194           src/debug/logger.cpp, src/debug/simple-event.h, src/debug/sysv-heap.h,
1195           src/jabber_whiteboard/deserializer.cpp,
1196           src/jabber_whiteboard/message-utilities.cpp,
1197           src/jabber_whiteboard/message-utilities.h,
1198           src/jabber_whiteboard/node-tracker-observer.h,
1199           src/jabber_whiteboard/node-utilities.cpp,
1200           src/jabber_whiteboard/serializer.cpp,
1201           src/jabber_whiteboard/serializer.h,
1202           src/sp-object.cpp, src/util/Makefile_insert, src/util/share.cpp,
1203           src/util/shared-c-string-ptr.cpp, src/util/shared-c-string-ptr.h,
1204           src/util/share.h, src/xml/attribute-record.h, src/xml/comment-node.h,
1205           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
1206           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
1207           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr.cpp,
1208           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h,
1209           src/xml/simple-session.cpp, src/xml/simple-session.h,
1210           src/xml/text-node.h:
1212           replace Util::SharedCStringPtr with the nicer and more general
1213           Util::shared_ptr<>
1215 2006-02-03  Jon Phillips  <jon@rejon.org>
1217         * src/verbs.cpp: Added "..." to "Trace Bitmap" text. Yes, what a
1218         simple and dumb thing to add for consistency.
1220 2006-01-24  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1222         * src/libavoid/connector.cpp, src/libavoid/connector.h, 
1223           src/libavoid/shape.cpp, src/libavoid/graph.cpp,
1224           src/libavoid/incremental.cpp, src/libavoid/incremental.h,
1225           src/libavoid/static.cpp, src/libavoid/visibility.cpp, 
1226           src/libavoid/makepath.cpp:
1228         Some minor upstream libavoid fixes.  
1230 2006-01-23  Carl Hetherington  <inkscape@carlh.net>
1232         * src/selection.cpp: fix a typo in one of my previous commits.
1233         Closes #1401357.
1235         * src/xml/repr-io.cpp: catch failures in fopen of XML files.
1236         Closes #1374551.
1238 2006-01-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1240         * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
1241           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
1242           src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
1243           src/attributes-test.cpp:
1245         Added a "Spacing" control to the connector toolbar which allows
1246         the user to adjust the amount of space left around avoided shapes
1247         for the purpose of determining auto-routing connector paths.
1249 2006-01-17  Marco Scholten  <mscholtn@xs4all.nl>
1251         * /src/ui/dialog/inkscape-preferences.cpp:
1252           Added style swatches,
1253           Changed Gtk::Requisition Gtk::Widget::size_request() to       
1254           void Gtk::Widget::size_request(const Requisition& requisition)        
1255         * /src/ui/dialog/preferences-widget.cpp & .h:
1256           Added DialogPage::set_tip()
1258 2006-01-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1260         * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
1261           Use a modified fonts.conf file for Mac OS X that includes the 
1262           standard user font directory ~/Library/Fonts.
1264 2006-01-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1266         * src/svg/Makefile_insert: Updated to reflect a previous header
1267           file renaming.
1269 2006-01-12  Marco Scholten  <mscholtn@xs4all.nl>
1271         * /src/ui/dialog/inkscape-preferences.cpp & .h:
1272           Converted preferences dialog to gtkmm
1273         * src/ui/widget/preferences-widget.cpp & .h:
1274           New files.
1275         * src/verbs.cpp: updated to start new dialog.
1277 2006-01-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1279         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
1280           src/extension/internal/svg.cpp, src/ui/widget/ruler.cpp:
1281           Fix some compilation problems on Mac OS X after recent
1282           includes cleanup.
1284 2006-01-05  Jon A. Cruz  <jon@joncruz.org>
1286         * src/widgets/desktop-widget.cpp:
1287           Corrected resize behavior of canvas/swatches split.
1289 2006-01-06  Mathieu Dimanche  <mdimanche@free.fr>
1291         * src/util/units.cpp: forcin 'C' locale for reading units.txt file
1292            Fixes bug #1391348.
1294 2006-01-05  MenTaLguY  <mental@rydia.net>
1296         * src/libnr/nr-maybe.h: fix constness/local reference issues
1298 2006-01-04  MenTaLguY  <mental@rydia.net>
1300         * src/Makefile_insert, src/shortcuts-default-xml.cpp,
1301           src/shortcuts.cpp, src/shortcuts.xml:
1303           Moved default shortcuts XML file into a string constant (for now);
1304           replaced hard-coded structure with code to read XML file.
1306 2006-01-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1308         * src/extension/internal/ps.cpp (setup): Clarify the meaning of
1309           `Print destination', mentioning the new possibility of leaving
1310           as empty.
1311         * (PrintPS::begin) If print destination is an empty string, then
1312           don't pass `-P %s' to lpr: just let lpr use its default.
1313         * (PrintPS::init) Change default print destination from `lp' to empty
1314           string.
1316 2006-01-04  Jon A. Cruz  <jon@joncruz.org>
1318         * src/widgets/desktop-widget.cpp:
1319           Adding split pane for swatches.
1321 2006-01-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1323         * src/libavoid/visibility.cpp: Add operator!= for the EdgePair class.
1324           This is needed to compile on Tru64 UNIX.  Fixes bug #1386755.
1326 2005-12-30  Josh Andler  <scislac@users.sf.net>
1328         * src/ui/widget/selected-style.cpp, src/ui/widget/selected-style.h
1329           Added "invert" function to right-click menu of style selector.
1331 2005-12-22  Jon A. Cruz  <jon@joncruz.org>
1333         * share/palettes/Tango-Palette.gpl:
1334           Updated to newer version from the Tango project.
1336 2005-12-21  Jon A. Cruz  <jon@joncruz.org>
1338         * src/interface.cpp, src/preferences-skeleton.h,
1339           src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
1340           Adding panels/swatches to main UI.
1342 2005-11-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
1344         * src/removeoverlap/*.{cpp,h}: Bug fix in removeoverlap algorithm that
1345           should finally get timestamps working properly.  Specifically, heap
1346           timestamps are now refreshed before a merge.
1348 2005-12-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1350         * src/sp-conn-end.cpp, src/connector-context.cpp: Have connectors
1351           draw to the correct position on shape bounding boxes.  Previously
1352           the point where connectors were drawn was on straight line between
1353           the two endpoints.  These points now lie on the line between the 
1354           second last point on the polyline and the center of the shape.
1355           
1356         * src/display/curve.cpp, src/display/curve.hpp: Added a couple of 
1357           functions that return the second and second-last points in a curve.
1359         * src/removeoverlap/generate-constraints.cpp: Moved the 
1360           #include "isnan.h" to be the final include.  This fixes a
1361           compilation error on OS X.
1363 2005-12-16  Carl Hetherington  <inkscape@carlh.net>
1365         * src/conn-avoid-ref.cpp, sp-conn-end-pair.cpp, sp-conn-end.cpp,
1366         sp-item.cpp, sp-shape.cpp, dialogs/clonetiler.cpp,
1367         dialogs/stroke-style.cpp, dialogs/tiledialog.cpp,
1368         dialogs/unclump.cpp, display/nr-arena-shape.cpp,
1369         display/nr-arena-shape.h, widgets/icon.cpp: more NRRect removal.
1371         * src/desktop.cpp, src/desktop.h, src/dyna-draw-context.cpp,
1372         src/selection-chemistry.cpp, src/sp-namedview.cpp, src/verbs.cpp,
1373         src/display/sp-canvas.cpp, src/display/sp-canvas.h,
1374         src/ui/view/edit-widget.cpp, src/ui/widget/zoom-status.cpp,
1375         src/widgets/desktop-widget.cpp: more NRRect removals and cleanups.
1377         * src/grid-snapper.cpp: snap only to visible grid lines (patch
1378         from mtou).
1380 2005-12-15  Carl Hetherington  <inkscape@carlh.net>
1382         * src/conn-avoid-ref.cpp, src/gradient-chemistry.cpp,
1383         src/sp-conn-end.cpp, src/sp-item.{cpp,h}: NR::Rect version of
1384         sp_item_invoke_bbox (SPItem::invokeBbox).  Use it in some places.
1386 2005-12-14  Carl Hetherington  <inkscape@carlh.net>
1388         * src/dyna-draw-context.cpp, src/gradient-context.cpp,
1389         src/selection.h, src/sp-flowtext.cpp, src/sp-item.cpp,
1390         src/sp-item.h, src/sp-shape.cpp, src/sp-text.cpp,
1391         src/dialogs/layer-properties.cpp,
1392         src/extension/internal/bluredge.cpp,
1393         src/extension/internal/grid.cpp, src/ui/dialog/transformation.cpp,
1394         src/widgets/desktop-widget.cpp: remove NRMatrix version of
1395         sp_item_i2d_affine().  Some include file adjustments.
1397         * src/arc-context.cpp: some very minor cleanups.
1399         * src/svg/svg-length.{cpp,h}, src/helper/units.cpp: use INCH
1400         rather than IN to avoid breaking the compile on some systems.
1402 2005-12-13  Carl Hetherington  <inkscape@carlh.net>
1404         * src/arc-context.cpp, src/connector-context.cpp,
1405         src/context-fns.cpp, src/desktop-affine.cpp, src/desktop-affine.h,
1406         src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
1407         src/draw-anchor.cpp src/dropper-context.cpp,
1408         src/dyna-draw-context.cpp, src/event-context.cpp
1409         src/gradient-context.cpp, src/knot.cpp, src/node-context.cpp,
1410         src/object-snapper.cpp src/pen-context.cpp,
1411         src/pencil-context.cpp, src/rect-context.cpp
1412         src/select-context.cpp, src/selection-chemistry.cpp,
1413         src/sp-item.cpp, src/sp-item.h src/spiral-context.cpp,
1414         src/star-context.cpp, src/text-context.cpp src/zoom-context.cpp,
1415         src/ui/widget/ruler.cpp: make desktop's transforms private
1416         members.
1418         * src/document.cpp, src/object-edit.cpp, src/sp-ellipse.cpp,
1419         src/sp-ellipse.h, src/sp-gradient.cpp, src/sp-image.cpp,
1420         src/sp-image.h, src/sp-line.cpp, src/sp-line.h,
1421         src/sp-linear-gradient.h, src/sp-marker.cpp, src/sp-marker.h,
1422         src/sp-pattern.cpp, src/sp-pattern.h, src/sp-radial-gradient.h,
1423         src/sp-rect.cpp, src/sp-rect.h, src/sp-root.cpp, src/sp-root.h,
1424         src/sp-star.cpp, src/sp-symbol.h, src/sp-text.cpp,
1425         src/sp-textpath.h, src/sp-tspan.cpp, src/sp-use.cpp, src/sp-use.h,
1426         src/text-tag-attributes.h, src/helper/units.cpp,
1427         src/helper/units.h, src/libnrtype/Layout-TNG-Compute.cpp,
1428         src/libnrtype/Layout-TNG-Input.cpp,
1429         src/libnrtype/Layout-TNG-OutIter.cpp,
1430         src/libnrtype/Layout-TNG-Output.cpp, src/libnrtype/Layout-TNG.h,
1431         src/libnrtype/TextWrapper.cpp, src/svg/svg-length.cpp,
1432         src/svg/svg.h: partial C++-ificiation of SPSVGLength.  Rename it
1433         to SVGLength.
1435 2005-12-13  Mathieu Dimanche <mdimanche@free.fr>
1437         * src/snapped-point.{cpp,h} : new files.
1439         * src/Makefile_insert : Added the new files
1441         * src/arc-context.cpp, src/connector-context.cpp,
1442         src/context-fns.cpp, src/draw-context.cpp, src/nodepath.cpp,
1443         src/object-edit.cpp, src/pencil-context.cpp,
1444         src/selection-chemistry.cpp, src/seltrans.cpp, src/snap.cpp,
1445         src/spiral-context.cpp, src/star-context.cpp,
1446         src/line-snapper.cpp, src/line-snapper.h, src/object-snapper.cpp,
1447         src/object-snapper.h src/snapper.cpp, src/snapper.h,
1448         src/event-context.cpp, src/rect-context.cpp,
1449         src/select-context.cpp : Use SnappedPoint class
1451         * src/color-rgba.h : Added rgba32 unsigned int handling and
1452         "inverse" members (NEED TO BE TESTED)
1454 2005-12-12  MenTaLguY  <mental@rydia.net>
1456         * src/widgets/desktop-widget.cpp: moved some widgets into statusbar
1457           widget for more aesthetic appearance
1459 2005-12-12  Carl Hetherington <inkscape@carlh.net>
1461         * src/arc-context.cpp: minor cleanups.  Use SnapManager more.  Use
1462         Inkscape::setup_for_drag_start.
1464         * src/connector-context.cpp, src/draw-context.cpp,
1465         src/object-edit.cpp, src/pencil-context.cpp, src/rect-context.cpp,
1466         src/spiral-context.cpp, src/star-context.cpp: use SnapManager.
1468         * src/rect-context.cpp, src/spiral-context.cpp,
1469         src/star-context.cpp: use Inkscape::setup_for_drag_start().
1471         * src/snapper.{cpp,h}: simplify snap point types code.
1473         * src/context-fns.{cpp,h}: add setup_for_drag_start().
1475         * src/dyna-draw-context.cpp: remove unused and erroneous snapping code.
1477         * src/pen-context.cpp: remove unused variable.
1479         * src/draw-context.cpp: use SnapManager.
1481         * src/nodepath.cpp: const fixes.  Use SnapManager.
1483         * src/selection-chemistry.cpp, src/seltrans.cpp: some cleanups.
1484         Use new snap API.
1486         * src/snap.{cpp,h}: remove some dead code.
1488         * src/sp-item.{cpp,h}, src/node-context.cpp, src/draw-context.cpp:
1489         remove an unnecessary parameter from sp_item_dt2i_affine().
1491 2005-12-09  Carl Hetherington <inkscape@carlh.net>
1493         * src/object-snapper.cpp: make node snapping work again.
1495         * src/star-context.cpp: use SnapManager.  Some other minor cleanups.
1497         * src/arc-context.cpp, src/connector-context.cpp,
1498         src/dyna-draw-context.cpp, src/pen-context.cpp,
1499         src/pencil-context.cpp, src/rect-context.cpp,
1500         src/selection-chemistry.cpp, src/spiral-context.cpp,
1501         src/star-context.cpp, src/text-context.cpp: use
1502         Inkscape::have_viable_layer.
1504         * src/context-fns.{cpp,h}: new files.
1506         * src/arc-context.cpp, src/context-fns.{cpp,h},
1507         src/rect-context.cpp: abstract common code into context-fns and
1508         clean it up a bit.
1510 2005-12-08  Carl Hetherington <inkscape@carlh.net>
1512         * src/grid-snapper.cpp, src/guide-snapper.cpp, src/line-snapper.h:
1513         coding style.  Change how lines are defined.
1515         * src/grid-snapper.h, src/guide-snapper.h: coding style.
1517         * src/line-snapper.cpp, src/object-snapper.{cpp,h}: Coding style.
1518         Various cleanups.  Small API changes.
1520         * src/snap.cpp: changes to Snapper API.  Added work-in-progress SnapManager.
1522         * src/snapper.{cpp,h}: API cleanups.
1524         * src/sp-namedview.{cpp,h}: added getSnappers().
1526         * src/seltrans.cpp: Cleanup and fix moveTo().  Go back to snapping
1527         to snap points rather than the convex hull, at least for a bit.
1529 2005-12-07  Carl Hetherington <inkscape@carlh.net>
1531         * src/libnr/nr-convex-hull.h: remove unnecessary includes.
1533         * src/line-snapper.{cpp,h}, src/object-snapper.{cpp,h},
1534         src/attributes.{cpp,h}, src/desktop.cpp, src/dyna-draw-context.cpp
1535         src/arc-context.cpp, src/grid-snapper.h, src/nodepath.cpp,
1536         src/rect-context.cpp, src/selection-chemistry.cpp,
1537         src/seltrans.cpp, src/snap.{cpp,h}, src/snapper.{cpp,h},
1538         src/sp-namedview.{cpp,h}, src/spiral-context.cpp,
1539         src/star-context.cpp, src/dialogs/desktop-properties.{cpp,h},
1540         src/Makefile_insert: first cut of object snapping.
1542         * src/grid-snapper.cpp, src/guide-snapper.{cpp,h}: use Inkscape namespace.
1544 2005-12-06  Carl Hetherington <inkscape@carlh.net>
1546         * src/libnr/nr-maybe.h: add missing public: to class IsNot.
1548         * src/splivarot.{cpp,h}: declare some more functions.  Fix
1549         get_nearest_position_on_Path to not crash if you call it with an
1550         Item that isn't Shape or Text.
1552         * src/node-context.cpp: adapt for changes in splivarot.{cpp,h}.
1554         * src/nodepath.cpp: remove declaration of a function now declared
1555         in splivarot.h.
1557 2005-12-05  Carl Hetherington <inkscape@carlh.net>
1559         * src/desktop.cpp, src/tools-switch.cpp,
1560         src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp:
1561         re-jig #includes slightly.
1563         * src/seltrans.{cpp,h}, src/selcue.{cpp,h}: C++-ification and cleanup.
1565         * src/select-context.{cpp,h}, src/seltrans-handles.h: adapt for
1566         changes to SelTrans.
1568         * src/event-context.{cpp,h}: adapt for changes to SelCue.
1570         * src/rect-context.cpp, src/gradient-context.cpp: remove unnecessary include.
1572         * src/connector-context.h, src/draw-context.h: add a forward
1573         declaration.
1575         * src/dropper-context.{cpp,h}: remove an unused variable and its
1576         associated includes.
1578         * src/main.cpp: fix comment for renamed SPSelCue.
1580         * src/dialogs/display-settings.cpp: adapt for slightly re-jigged SelCue.
1582 2005-12-04  Ted Gould  <ted@gould.cx>
1584         * po/POTFILES.in:
1586         Adding the .inx files as [type: gettext/xml] so that they will get
1587         translated.  Good stuff.
1589         * share/extensions/addnodes.inx, share/extensions/ai_input.inx,
1590         share/extensions/ai_output.inx, share/extensions/bluredge.inx,
1591         share/extensions/dia.inx, share/extensions/dots.inx,
1592         share/extensions/dropshadow.inx, share/extensions/dxf_input.inx,
1593         share/extensions/dxf_output.inx, share/extensions/embedimage.inx,
1594         share/extensions/eps_input.inx, share/extensions/epsi_output.inx,
1595         share/extensions/ffmet.inx, share/extensions/ffms.inx,
1596         share/extensions/ffset.inx, share/extensions/ffss.inx,
1597         share/extensions/gimpgrad.inx, share/extensions/grid.inx,
1598         share/extensions/handles.inx, share/extensions/interp.inx,
1599         share/extensions/kochify.inx, share/extensions/kochify_load.inx,
1600         share/extensions/lindenmayer.inx, share/extensions/motion.inx,
1601         share/extensions/pdf_output.inx, share/extensions/ps_input.inx,
1602         share/extensions/radiusrand.inx, share/extensions/randompnt.inx,
1603         share/extensions/randompos.inx, share/extensions/rtree.inx,
1604         share/extensions/sk_input.inx, share/extensions/straightseg.inx,
1605         share/extensions/summersnight.inx, share/extensions/svgz_input.inx,
1606         share/extensions/svgz_output.inx, share/extensions/txt2svg.inx,
1607         share/extensions/wavy.inx, share/extensions/whirl.inx,
1608         share/extensions/wmf_input.inx:
1610         Marking the user visible strings as translatable.
1612         * src/extension/dependency.cpp, src/extension/extension.cpp,
1613         src/extension/init.cpp, src/extension/input.cpp, src/extension/output.cpp,
1614         src/extension/parameter.cpp:
1616         Changed to handle translated .inx files.  They will find the data, and
1617         mark the right strings as translated.
1619         * src/extension/effect.cpp, src/extension/effect.h, src/interface.cpp:
1621         Changed menu handling to be push instead of pull
1623 2005-12-02  Carl Hetherington <inkscape@carlh.net>
1625         * src/dropper-context.cpp: coding style.
1626         * src/sp-namedview.cpp, src/sp-namedview.h, src/desktop.cpp: some
1627         C++-ification of SPNamedView.
1629 2005-12-01  MenTaLguY  <mental@rydia.net>
1631         * src/widgets/desktop-widget.cpp: shuffle status bar around again;
1632           add a grippie so we don't have to care about the corner of the window
1633           getting covered up
1635 2005-12-01  MenTaLguY  <mental@rydia.net>
1637         * src/widgets/icon.cpp: refactored a bit around the icon prerendering
1638           code and added a timer; also kick off the task immediately rather
1639           than waiting for the first expose event
1641 2005-12-01  MenTaLguY  <mental@rydia.net>
1643         * src/widgets/desktop-widget.cpp:
1645           moved zoom selector away from the right edge so it won't get covered
1646           by window manager decorations
1648 2005-12-01  MenTaLguY  <mental@rydia.net>
1650         * src/help.cpp, src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp:
1652           Moved creation of the splash widget into the about dialog code,
1653           and tweaked the appearance of the dialog in a lot of subtle ways
1654           -- we now use an AspectFrame to constrain the aspect ratio of the
1655           splash view, and also finally get the correct initial size for the
1656           dialog while still allowing it to be arbitrarily resized.
1658 2005-12-01  Carl Hetherington <inkscape@carlh.net>
1660         * src/sp-namedview.cpp: coding style.
1662 2005-12-01  Jon A. Cruz  <jon@joncruz.org>
1664         * src/widgets/icon.cpp: added idle calback pre-render.
1666 2005-11-30  MenTaLguY  <mental@rydia.net>
1668         * src/ui/dialog/aboutbox.cpp: make 'close' button default widget,
1669           and rename "About" tab to "_Splash"
1671 2005-11-30  Carl Hetherington <inkscape@carlh.net>
1673         * src/svg/svg-path.cpp: add missing #include of assert.h for
1674         assert()
1675         * src/dialogs/xml-tree.cpp: fix uninitialised variable
1676         warnings, move some declarations to first use, coding style fixes.
1677         * src/snap.cpp, src/snap.h, src/sp-namedview.cpp: split
1678         snap.{cpp,h} up into snapper.{cpp,h}, grid-snapper.{cpp,h},
1679         guide-snapper.{cpp,h}.  Refactor and simplify.  Add another
1680         namedview_free_snap().
1681         * src/geom.cpp, src/geom.h: cosmetic renaming.
1682         * src/pen-context.cpp: a few minor cleanups to
1683         pen_handle_button_press().  Other snapping cleanups.
1684         * src/draw-context.cpp, src/draw-context.h: split
1685         spdc_endpoint_snap_internal() into two functions.
1686         * src/pencil-context.cpp: snapping cleanups.
1687         * src/ui/widget/unit-menu.cpp: remove definition of a variable
1688         that's just been made static.
1689         
1690 2005-11-26  MenTaLguY <mental@rydia.net>
1692         * src/ui/dialog/aboutbox.cpp, src/ui/dialog/aboutbox.h:
1693           clean up and simplify About dialog; fix memory management (mostly)
1695 2005-11-25  Robert Crosbie <swingincelt@gmail.com>
1697         * replaced sp_repr_ref with direct cal to Inkscape::GC::anchor
1698         * replaced sp_repr_unref with direct call to Inkscape::GC::release
1699         * replaced sp_repr_set_attr with direct call to repr->setAttribute
1701 2005-11-24  MenTaLguY  <mental@rydia.net>
1703         * src/shortcuts.cpp, src/interface.cpp: prune back shortcuts API in
1704           preparation for configurable key bindings work
1706 2005-11-24  MenTaLguY  <mental@rydia.net>
1708         * src/sp-item.cpp: remedy erroneous initialization of doubles with NULL
1710 2005-11-24  MenTaLguY  <mental@rydia.net>
1712         * src/seltrans.cpp: prune dead wood (sp_sel_trans_handle_click)
1714 2005-11-24  MenTaLguY  <mental@rydia.net>
1716         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
1717           src/display/canvas-grid.cpp, src/display/guideline.cpp,
1718           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
1719           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
1720           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
1721           
1722           cosmetic renaming
1724 2005-11-23  Robert Crosbie <swingincelt@gmail.com>
1726         * replaced sp_repr_change_order with direct cal to repr->changeOrder
1727         * replaced sp_repr_add_child with direct call to repr->addChild
1728         * replaced sp_repr_remove_child with direct call to repr->removeChild
1730 2005-11-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1732         * src/ui/dialog/align-and-distribute.h, src/ui/dialog/align-and-distribute.cpp:
1733           Add new action ActionRemoveOverlaps, and add new button & two spin buttons
1734           to the Align & Distribute dialog box, to remove overlaps between objects.
1735         * configure.ac: New directory src/removeoverlap.
1736         * src/Makefile.am: Build new library removeoverlap/libremoveoverlap.a.
1737         * src/Makefile_insert: Link against new library removeoverlap/libremoveoverlap.a.
1739 2005-11-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1741         * packaging/osx-app.sh, packaging/macosx/Resources/bin/inkscape:
1742           Include some missing modules required by gnome-vfs and set shell
1743           variables to point to these modules within the OS X app bundle.
1744           Fixes bug #1363390.
1746 2005-11-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1748         * packaging/osx-app.sh: Fix a typo resulting from last change.
1750 2005-11-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1752         * packaging/osx-app.sh: Add libXinerama.1.dylib to the app bundle 
1753           since users of OS X 10.3.x will not have this file.
1755 2005-11-12  Jon Phillips <jon@rejon.org>
1757         * po/it.po po/sr.po po/sr@Latn.po: Fixed these po files so that 
1758         Inkscape builds okay.
1761 2005-11-12  Ralf Stephan <ralf@ark.in-berlin.de>
1763         * src/ui/view/edit-widget.h, src/ui/view/edit-widget.cpp:
1764           new-gui: made complete statusbar widget, equals old-gui now
1765         * src/widgets/layer-selector.h, src/ui/widget/selected-style.h:
1766           classes have now a constructor with default parameter
1767         * src/ui/widget/zoom-status.cpp: smaller font
1769 2005-11-12  MenTaLguY  <mental@rydia.net>
1771         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
1772           src/display/canvas-grid.cpp, src/display/guideline.cpp,
1773           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
1774           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
1775           src/display/sp-canvas.cpp, src/display/sp-canvas.h,
1776           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
1778           Refactor canvas buffer code a little.   Hint: if you have two flags
1779           and an invariant that one will be false if the other is true and
1780           vice-versa, you can represent them with a single flag.  Fixed
1781           cut-and-paste madness between sp_canvas_buf_ensure_buf and
1782           sp_canvas_clear_buf also.  Finally, renamed sp_canvas_buf_ensure_buf
1783           to sp_canvas_prepare_buf.
1785 2005-11-09  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1787         * src/sp-item.cpp: Call updateRepr before emitting the transformed
1788           signal in sp_item_write_transform.  This fixes bug #1303423.
1790         * packaging/osx-app.sh: Fixes to allow building app bundles on both
1791           OS X 10.4 and earlier versions of the OS without altering the script.
1792           Also, add a note that Inkscape needs to be configured with
1793           --enable-osxapp when building the OS X package.
1795         * po/nl.po: Fix an "Unmatched closing </b>" warning.
1797 2005-11-08  Ralf Stephan <ralf@ark.in-berlin.de>
1799         merged with branch CXXIFICATION_VIEW_AND_WIDGET
1800         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/event-context.cpp,
1801           src/file.cpp, gradient-context.cpp, src/inkscape.cpp, src/interface.cpp,
1802           src/rect-context.cpp, src/select-context.cpp, src/seltrans.cpp,
1803           src/sp-namedview.cpp, src/spiral-context.cpp, src/star-context.cpp,
1804           src/verbs.cpp, dialogs/dialog-events.cpp, src/dialogs/layer-properties.cpp,
1805           src/ui/dialog/dialog.cpp, src/widgets/desktop-widget.cpp,
1806           src/widgets/desktop-widget.h:
1807           move gtk code into desktop-widget.cpp, called via desktop
1808         * src/ui/view/Makefile_insert: added files edit-widget-interface.h,
1809           edit-widget.cpp, edit-widget.h
1810           the EditWidget is the Gtkmm version of the SPDesktopWidget
1811         * src/ui/widget/Makefile_insert: added files ruler.cpp, ruler.h,
1812           svg-canvas.cpp, svg-canvas.h, zoom-status.cpp, zoom-status.h
1813           these are widgets part of the EditWidget
1814         * src/file.cpp, src/inkscape.cpp, src/ui/dialog/dialog.cpp, 
1815           src/ui/dialog/dialog.h, src/application/application.h, 
1816           src/application/application.cpp:
1817           divide code /wrt Application::getNewGui(): if true, it's called by the 
1818           Gtkmm application and the inkscape object is meaningless
1819         * src/application/app-prototype.h:
1820           replace UI specific return value of getWindow() with void*
1821         * src/application/editor.cpp, src/application/editor.h:
1822           made Editor a singleton, collect global UI code here that (for Gtk+)
1823           lives in inkscape.cpp and elsewhere
1824         * src/desktop-events.cpp, src/desktop.cpp, src/event-context.cpp,
1825           src/nodepath.cpp, src/seltrans.cpp:
1826           simplify calls to desktop->set_coordinate_status
1827         * src/desktop-handles.cpp, src/desktop-handles.h, 
1828           src/extension/internal/ps.cpp, src/widgets/gradient-toolbar.cpp, 
1829           src/widgets/toolbox.cpp:
1830           widget is no longer available through desktop
1831         * src/Makefile_insert: added files preferences.h preferences.cpp
1832           src/inkscape.h, src/inkscape.cpp, src/application/editor.cpp:
1833           move preferences handling into preferences.cpp/h
1834         * src/desktop.cpp, src/desktop.h:
1835           use EditWidgetInterface, more cosmetics
1836         * src/desktop.cpp, src/inkview.cpp, src/slideshow.cpp, src/svg-view-widget.cpp,
1837           src/svg-view.cpp, src/svg-view.h, src/ui/view/view.cpp, src/ui/view/view.h:
1838           streamline setDoc()/setDocument() logic
1839         * src/inkview.cpp: include empty func bodies to make linker happy
1841 2005-11-08 ------------0.43
1843 2005-11-06  Ted Gould  <ted@gould.cx>
1845         * 0.43pre2
1847 2005-11-01  Jon A. Cruz  <jon@joncruz.org>
1849         * src/io/base64stream.h, src/io/base64stream.cpp:
1850           Applied modified patch 1341198.
1852 2005-10-31  Jon A. Cruz  <jon@joncruz.org>
1854         * src/verbs.cpp:
1855           Applied patch from RFE 1247694.
1857 2005-10-26  Jon A. Cruz  <jon@joncruz.org>
1859         * share/screens/about.svg:
1860           Trimmed bad lines. Fixed bug 1310742.
1862 2005-10-24  Ted Gould  <ted@gould.cx>
1864         * 0.43pre1
1866 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
1868         * Makefile.mingw, src/io/sys.cpp:
1869           Patch 1334818.
1871 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
1873         * src/main.cpp, src/io/sys.cpp:
1874           Updating Win32 parameter filename handling.
1876 2005-10-22  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1878         * src/connector-context.cpp: Correct two typos.  Fixes bug #1333915.
1880 2005-10-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1882         * src/connector-context.cpp: Fix a bug where undoing creation of 
1883           new connectors revealed intermediate steps.
1885         * src/libavoid/connector.cpp, src/libavoid/connector.h,
1886           src/libavoid/makepath.cpp, src/libavoid/static.cpp:
1887           Applied a couple of libavoid fixes.  One of which addresses
1888           a possible crash bug.
1890 2005-10-19  Ted Gould  <ted@gould.cx>
1892         * 0.43pre0
1894 2005-10-19  Jon A. Cruz  <jon@joncruz.org>
1896         * inkscape32-16.ico: patch 1323419
1898 2005-10-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1900         * src/conn-avoid-ref.cpp: Don't pass avoided objects to libavoid
1901           if they have the 'cloned' flag set.  Fixes bug #1328401.
1903 2005-10-17  Jon A. Cruz  <jon@joncruz.org>
1905         * src/main.cpp, src/io/sys.h, src/io/sys.cpp:
1906           Switched command-line name conversion from filename to locale.
1907           Fixes bug #1250124.
1909 2005-10-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1911         * src/sp-conn-end.cpp: Don't update the repr for the curve while 
1912           manually rerouting connector endpoints.  This speeds up undo/redo
1913           and allows responsive rerouting with the xml editor window open.
1914           Fixes bug #1315489.
1916         * po/ca.po: Fix unclosed <b> found in translations.
1917         
1918 2005-10-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1920         * src/isnan.h: Update to allow compilation on OSX 10.4.
1922         * src/connector-context.cpp, src/connector-context.h,
1923           src/tools-switch.cpp: Allow double-clicking on connectors
1924           in the selector tool to swap to the connector tool.
1926 2005-10-14  Jon A. Cruz  <jon@joncruz.org>
1928         * share/palettes/Makefile.am, share/palettes/Tango-Palette.gpl:
1929           Adding the Tango palette.
1931 2005-10-13  MenTaLguY  <mental@rydia.net>
1933         * share/screens/about.svg: New copy for about dialog; did some
1934           vector clean-up and re-enabled the coffee stains.
1936 2005-10-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1938         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h:
1939           Reroute connector lines if the object itself is moved or
1940           transformed.  Previously a routed line would not unroute if it
1941           was moved away from the blocking objects.  Fixes bug #1303493.
1943 2005-10-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1945         * packaging/macosx/Resources/script, src/path-prefix.h:
1946           Don't assume the OSX app bundle will be named "Inkscape.app".
1947           This caused things like tool icons to disappear if the app
1948           bundle was renamed, e.g., to "Inscape-0.42.2.app".
1949           Fixes bug #1289648.
1951 2005-10-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1953         * src/sp-conn-end-pair.cpp: Fix a bug where connectors could
1954           sometimes be given strange routes if there was a transform on
1955           either of the objects that the connector was attached to.
1957         * src/conn-avoid-ref.cpp, src/sp-conn-end.cpp: Add a call to
1958           sp_document_ensure_up_to_date before checking bounding boxes
1959           in response to a transform signal.  This is because some
1960           objects (e.g., text) will not give the correct bbox until its
1961           update function has been called and its internal representation
1962           has been updated.  This fixes bug #1303523.
1964         * src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
1965           Restore the Connector tool preferences tab.  Use same ordering
1966           for tools as on the toolbar.  Add the standard selection cue
1967           option to the connector tool preferences.  Fixes bug #1303360.
1969 2005-10-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1971         * packaging/osx-app.sh: Include locale files in the OSX package and
1972           a couple of minor updates for building packages on OSX 10.4.x.
1974         * packaging/macosx/Resources/bin/inkscape: Fix a problem in setting
1975           LANG to the current OSX language before launching Inkscape.
1976           With this fix, the Inkscape app bundle will obey the user's
1977           language setting in the system preferences on OSX.
1979 2005-09-30  Ralf Stephan <ralf@ark.in-berlin.de>
1981         * src/desktop.*, src/widget/desktop-widget.cpp:
1982         make empty destructor, fixes #1291009
1984 2005-09-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1986         * Info.plist.in: Associate .svgz files with Inkscape on OSX.
1987           Fixes bug #1307083.
1989 2005-09-27  MenTaLguY  <mental@rydia.net>
1991         * src/gc-anchored.h: emphasize initial refcount
1993         * src/desktop.h, src/svg-view-widget.cpp, src/ui/view/view-widget.cpp,
1994           src/ui/view/view.cpp, src/ui/view/view.h,
1995           src/widgets/desktop-widget.cpp:
1997           Move _whole_ UI::View::View hierarchy over to the garbage collector
1998           and fix anchor imbalances; you can't do this piecemeal.
2000 2005-09-23  Ben Fowler  <bpfowler@users.sourceforge.net>
2002         * autogen.sh: Cleanup error message.
2004 2005-09-20  Carl Hetherington <inkscape@carlh.net>
2006         * src/file.cpp, src/file.h, src/help.cpp: don't replace empty
2007         desktops with help files / tutorials.  Fixes 1249067.
2009 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
2011         * src/jabber_whiteboard/typedefs.h:
2012           gcc4 needs more const correctness, fixes #1294298
2014 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
2016         * src/desktop.h, src/desktop.cpp, src/interface.cpp, 
2017           src/dialogs/layer-properties.cpp, src/ui/view/view.cpp,
2018           src/widgets/desktop-widget.cpp:
2019           correcting old and new oversights, fixes #1290982
2020           
2021 2005-09-15  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2023         * src/xml/repr-util.cpp (sp_repr_set_double): Split into two
2024           functions (sp_repr_set_svg_double, sp_repr_set_css_double)
2025           according to whether or not an exponent is allowed.  Update callers.
2026           (sp_repr_set_double_default): Remove this unused function.
2028 2005-09-15  Carl Hetherington <inkscape@carlh.net>
2030         * src/object-edit.cpp: fix idiotic bug introduced in previous commit.
2032 2005-09-14  Carl Hetherington <inkscape@carlh.net>
2034         * src/knot.cpp, src/knotholder.cpp: coding style.
2036 2005-09-13  Ralf Stephan <ralf@ark.in-berlin.de>
2038         * src/desktop.h, src/desktop.cpp, src/svg-view.h, src/svg-view.cpp,
2039           src/ui/view/view.h, src/ui/view/view.cpp, src/ui/view/edit.h:
2040             View::setDocument() did not call same function in subclass
2041         * src/widgets/select-toolbar.cpp:   removed usage of SP_DT_WIDGET
2042         * src/desktop.cpp:   removed last sp_desktop_* function names
2044 2005-09-13  Carl Hetherington <inkscape@carlh.net>
2046         * src/object-edit.cpp: Add some comments.  Minor refactoring.
2047         Snap points when editing rectangles; partial fix for bug 1282399.
2049         * packaging/win32/inkscape.nsi: Correct spelling of associations
2050         and associated; fix for bug 1283916.
2052 2005-09-12  Jon A. Cruz  <jon@joncruz.org>
2054         * src/dialogs/iconpreview.cpp, src/dialogs/iconpreview.h,
2055           src/widgets/icon.cpp:
2056           Icon preview now toggles between selection or whole document.
2057           Fixes REF #1281883.
2059 2005-09-12  Ralf Stephan <ralf@ark.in-berlin.de>
2061         * src/widgets/ruler.cpp:   fixed precision problem (bug #1242995)
2063 2005-09-12  Peter Moulder  <pmoulder@bowman.csse.monash.edu.au>
2065         * src/libnrtype/Layout-TNG-Compute.cpp (Calculator::_measureUnbrokenSpan):
2066           Fix line breaking for [supposedly] non-breaking whitespace characters.
2068 2005-09-11  Ralf Stephan <ralf@ark.in-berlin.de>
2070         * po/nl.po:   replaced all instances of "verkleint" with "verkleind"
2071           (bug #1277695)
2073 2005-09-10  Jon A. Cruz  <jon@joncruz.org>
2075         * src/preferences-skeleton.h, src/dialogs/iconpreview.cpp:
2076           Made icon preview sizes configurable. Fixes REF #1281885.
2078 2005-09-08  Carl Hetherington <inkscape@carlh.net>
2080         * src/object-edit.cpp: Coding style in SPRect portion.  Add
2081         Emacs/vim mode blocks.
2083 2005-09-08  Ralf Stephan <ralf@ark.in-berlin.de>
2085         * src/desktop.cpp, src/ui/view/view.cpp:
2086           removed placement new signal construction
2087         * src/desktop.cpp:   selection is no longer anchored
2088         * src/desktop.cpp, src/desktop.h:   further cleanup
2089         * src/main.cpp:   minor changes in doxygen main page
2091 2005-09-08  MenTaLguY  <mental@rydia.net>
2093         * src/xml/document.h, src/xml/session.h, src/xml/simple-session.cpp,
2094           src/xml/simple-session.h:
2096           Add Session and Document createElementNode, createCommentNode,
2097           and createTextNode methods
2099 2005-09-06  Ralf Stephan <ralf@ark.in-berlin.de>
2101         * src/desktop-handles.h, src/desktop-handles.cpp:
2102             added macros SP_DT_MSGSTACK/NAMEDVIEW/WIDGET, moved last
2103                 macros from desktop.h
2104         * src/desktop.h src/desktop.cpp, src/sp-namedview.h, 
2105           src/sp-namedview.cpp:
2106             moved default_metric and default_unit into namedview
2107         * src/desktop.h src/desktop.cpp, src/widgets/desktop-widget.h,
2108           src/widgets/desktop-widget.cpp:
2109             moved window member into desktop widget
2110         * src/dialogs/clonetiler.cpp, src/dialogs/color-picker.cpp,
2111           src/dialogs/desktop-properties.cpp, src/dialogs/dialog-events.cpp ,
2112           src/dialogs/display-settings.cpp, src/dialogs/export.cpp,
2113           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
2114           src/dialogs/transformation.cpp, src/dropper-context.cpp,
2115           src/extension/internal/ps.cpp, src/gradient-context.cpp,
2116           src/jabber_whiteboard/callbacks.cpp,
2117           src/jabber_whiteboard/chat-handler.cpp,
2118           src/jabber_whiteboard/message-processors.cpp,
2119           src/jabber_whiteboard/message-queue.cpp,
2120           src/jabber_whiteboard/session-manager.cpp,
2121           src/path-chemistry.cpp, src/satisfied-guide-cns.cpp,
2122           src/sp-text.cpp, src/text-chemistry.cpp,
2123           src/trace/potrace/inkscape-potrace.cpp,
2124           src/trace/trace.cpp, src/ui/dialog/align-and-distribute.cpp:
2125             removed dependency on desktop.h
2126         * src/arc-context.cpp, src/desktop-events.cpp, src/inkscape.cpp,
2127           src/interface.cpp, src/nodepath.cpp, src/rect-context.cpp,
2128           src/select-context.cpp, src/seltrans.cpp, src/spiral-context.cpp,
2129           src/star-context.cpp, src/text-context.cpp, src/ui/dialog/dialog.cpp,
2130           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp:
2131             minor adaptation due to the above changes
2132         * src/ui/dialog/session-player.cpp:   didn't #include config.h
2133         
2134 2005-09-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2136         * doc/keys.html, doc/keys.xml, share/screens/keys.svg,
2137           src/shortcuts.cpp:
2138           Add keyboard shortcuts for the connector tool -- Ctrl+F2 and 'o'.
2140 2005-09-05  Ralf Stephan <ralf@ark.in-berlin.de>
2142         * src/document.cpp, src/draw-anchor.cpp, src/knotholder.cpp,
2143           src/main.cpp, src/object-ui.cpp, src/selcue.cpp,
2144           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
2145           src/sp-star.cpp, src/sp-symbol.cpp, src/sp-tspan.cpp,
2146           src/dialogs/docker.cpp, src/dialogs/extensions.cpp,
2147           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
2148           src/extension/system.cpp, src/widgets/gradient-vector.cpp,
2149           src/jabber_whiteboard/session-file-player.cpp,
2150           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
2151           src/widgets/spw-utilities.cpp, src/extension/implementation/script.cpp,
2152           src/ui/dialog/transformation.cpp, src/seltrans.h,
2153           src/widgets/sp-widget.h:
2154             removed dependency on desktop.h
2155         * src/select-context.cpp, src/tools-switch.cpp, 
2156           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
2157           src/dialogs/object-properties.cpp, src/dialogs/clonetiler.cpp:
2158             added dependencies because of above changes
2159         
2160 2005-09-04  Kees Cook  <kees@outflux.net>
2162         * TRANSLATORS, Makefile.am, src/verbs.cpp, src/help.cpp,
2163           src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp,
2164           src/menus-skeleton.h, src/ui/dialog/Makefile_insert:
2165           Implemented AboutDialog following the Gnome style.
2166         * packaging/win32/inkscape.nsi: added quotes around execution name.
2168 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
2170         * src/desktop.cpp, src/dropper-context.cpp, src/forward.h,
2171           src/interface.cpp, src/main.cpp, src/sp-anchor.cpp,
2172           src/sp-text.cpp, src/splivarot.cpp, src/svg-view-widget.cpp,
2173           src/svg-view-widget.h, src/svg-view.h, src/extension/effect.h,
2174           src/extension/implementation/plugin-link.h, 
2175           src/jabber_whiteboard/session-manager.cpp,
2176           src/ui/dialog/dialog.cpp, src/ui/view/edit.h, 
2177           src/ui/view/view-widget.cpp, src/ui/view/view-widget.h,
2178           src/ui/view/view.cpp, src/ui/view/view.h:
2179             minor edits to completely remove SPView identifier, and some
2180                 dependencies
2182 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2184         * src/sp-conn-end-pair.cpp: Fix a crash bug when undoing connectors
2185           on Linux x86 where we were calling a signal destructor.
2187         * src/io/sys.cpp: Build fix - conditionally include <glib/gstdio.h>
2188           if using glib 2.6.0 or greater, since it is not available in earlier
2189           versions.
2191 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
2193         * src/svg-view-widget.h, src/svg-view-widget.cpp, src/Makefile_insert:
2194             separated SPSVGViewWidget from SPSVGView
2195         * src/desktop.h, src/svg-view.h, src/ui/view/edit.h,
2196           src/ui/view/view-widget.h, src/ui/view/view.h,
2197           src/widgets/desktop-widget.h, src/desktop.cpp,
2198           src/svg-view.cpp, src/ui/view/view-widget.cpp,
2199           src/ui/view/view.cpp, src/widgets/desktop-widget.cpp:
2200             moved SPDesktop from GObject to C++/sigc++
2201         * src/forward.h: 
2202             removed SP_DESKTOP*, SP_SVG_VIEW* macros and dependencies
2203         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
2204             changed to sigc++ but disabled call
2205         * src/desktop-events.cpp:  removed desktop_enter_notify()
2206         * src/sp-anchor.cpp:  removed handling of mouse over/out
2207         * src/helper/action.h, src/sp-use.cpp:  added missing dependency
2208         * src/arc-context.cpp, src/desktop-affine.cpp, src/desktop-events.cpp,
2209           src/desktop-handles.cpp, src/dyna-draw-context.cpp,
2210           src/event-context.cpp, src/file.cpp, src/gradient-context.cpp,
2211           src/gradient-drag.cpp, src/help.cpp, src/inkscape.cpp,
2212           src/inkview.cpp, src/interface.cpp, src/knot.cpp,
2213           src/knotholder.cpp, src/node-context.cpp, src/nodepath.cpp,
2214           src/object-ui.cpp, src/path-chemistry.cpp, src/rect-context.cpp,
2215           src/rubberband.cpp, src/satisfied-guide-cns.cpp,
2216           src/select-context.cpp, src/selection-chemistry.cpp,
2217           src/seltrans.cpp, src/shortcuts.cpp, src/slideshow.cpp,
2218           src/sp-anchor.cpp, src/sp-flowtext.cpp, src/sp-namedview.cpp,
2219           src/sp-text.cpp, src/spiral-context.cpp, src/splivarot.cpp,
2220           src/star-context.cpp, src/text-context.cpp, src/text-editing.cpp,
2221           src/tools-switch.cpp, src/verbs.cpp, src/zoom-context.cpp,
2222           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
2223           src/dialogs/dialog-events.cpp, src/dialogs/export.cpp,
2224           src/dialogs/filedialog.cpp, src/dialogs/iconpreview.cpp,
2225           src/dialogs/layer-properties.cpp, src/dialogs/stroke-style.cpp,
2226           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp,
2227           src/extension/effect.cpp, src/extension/implementation/script.cpp,
2228           src/extension/internal/grid.cpp, src/extension/internal/ps.cpp,
2229           src/helper/window.cpp, src/ui/dialog/dialog.cpp,
2230           src/ui/widget/imageicon.cpp, src/widgets/gradient-toolbar.cpp,
2231           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
2232           src/widgets/toolbox.cpp:
2233             minor adaptations due to the above changes
2234         * src/desktop-events.h:  removed dependencies 
2235         * src/selection.cpp:  improved doxygen documentation
2236         
2237 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2239         * src/connector-context.cpp: Fix a bug where a data structure was
2240           not being freed, triggering an assertion failure and Inkscape to
2241           crash sometimes when the connector tool context was switched.
2243 2005-09-03  Aaron Spike <aaron@ekips.org>
2245         * src/node-context.cpp, src/livarot.cpp: Fixing a problem where node
2246           adding and curve dragging operate on fills. A special thank you to
2247           Simon Budig of GIMP fame for working with me and giving very 
2248           thorough explanations of his curve dragging code.
2250 2005-09-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2252         * src/libavoid/connector.cpp, src/libavoid/connector.h: Autoroute
2253           connectors while they are being drawn in the connector context.
2255         * src/sp-conn-end.cpp: Fix a bug where connectors attached to shapes
2256           were not always getting updated.  Their path was sometimes thought
2257           to be valid even when it was not.
2259 2005-09-02  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2261         * src/sp-conn-end.cpp: Fix a bug where connectors not attached to
2262           shapes were not updating correctly if an object was dropped on
2263           their path.
2265 2005-09-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2267         * src/sp-conn-end.cpp, src/sp-conn-end.h, src/sp-conn-end-pair.cpp,
2268           src/sp-conn-end-pair.h, src/sp-path.cpp, src/libavoid/graph.cpp,
2269           src/libavoid/incremental.cpp:
2271         Connectors now automagically reroute as a result of any 'avoided'
2272         object being placed on their path.  They also update to better
2273         paths when blocking shapes are removed.
2274          
2275         * src/connector-context.cpp: Update TODO list.  Only show endpoints
2276           and allow manipulation of paths marked as connectors.
2278         * src/libavoid/connector.cpp, src/libavoid/connector.h: Connectors
2279           with invalid paths can now notify other code via a callback,
2280           rather than just setting a boolean flag.
2282         * src/conn-avoid-ref.cpp: Fix an obscure crash bug in the connector
2283           routing code where we were still using a freed data structure.
2285 2005-08-31  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2287         * src/conn-avoid-ref.cpp, src/conn-avoid-ref.h: Use the correct
2288           coordinate system when passing shape geometry to libavoid.
2289           Add a small amount of buffer space around objects.
2290         
2291         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
2292           src/path.cpp: Add code to handle the "inkscape:connector-type"
2293           attribute.
2295         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h: Store information
2296           about type paths, to determine whether they are connectors.  Keep
2297           a reference to the libavoid representation if necessary.  Add code
2298           to call libavoid to get a path for a connector.
2299         
2300         * src/sp-conn-end.cpp: Call the connector routing code when connector
2301           ends are moved.  Move connector endpoints rather than stretching
2302           when adjusting to draw to shape edge.
2303           
2304         * src/libavoid/connector.cpp, src/libavoid/connector.h: Make the
2305           connector references aware of their own initialisation state.
2307         * src/connector-context.cpp:  Update TODO list.  Update for other
2308           changes.  Fix a bug where multi-segment connectors had a solid
2309           black fill while being dragged.
2311         * src/display/curve.cpp, src/display/curve.h: Add a function to 
2312           simply move the two endpoints of a curve.
2314 2005-08-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2316         * src/conn-avoid-ref.cpp, src/libavoid/connector.cpp,
2317           src/libavoid/graph.cpp, src/libavoid/makepath.cpp,
2318           src/libavoid/shape.cpp, src/libavoid/vertices.cpp,
2319           src/libavoid/vertices.h, src/libavoid/visibility.cpp:
2321         Use a better system for unique IDs within libavoid.  This properly
2322         addresses a hack in SPAvoidRef that was unsafe on amd64 machines.
2324         * configure.ac: Add the src/libavoid subdir.
2325         
2326 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2328         * src/attributes.cpp, src/connector-context.cpp, src/sp-item.cpp:
2329           Use "inkscape:connector-avoid" instead of "inkscape:avoid".
2331 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2333         * src/libavoid/timer.cpp: Remove some code assuming a fixed size for
2334           timer types.
2336 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2338         * src/connector-context.cpp: Fix a problem where the context didn't
2339           notice the current selection when it was entered.  Also, fix a 
2340           problem where connectors disappeared for a moment when an endpoint
2341           was clicked (for rerouting), but before the mouse was moved.
2343 2005-08-29      David Yip               <yipdw@rose-hulman.edu>
2345         * src/ui/dialog/whiteboard-connect.{cpp,h},
2346           src/ui/dialog/whiteboard-sharewithchat.{cpp,h}:
2347           Improved widget layout (switched to Gtk::Table)
2349         * src/jabber_whiteboard/session-manager.cpp:
2350           Fixed crash that occurred when connecting via SSL to a Jabber
2351           server that does not support SSL
2352           
2353 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2355         * src/Makefile_insert, src/attributes-test.cpp, src/attributes.cpp,
2356           src/attributes.h, src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
2357           src/forward.h, src/sp-item.cpp, src/sp-item.h:
2358          
2359           Add code that handles the "inkscape:avoid" attribute, used to mark
2360           whether an item should be avoided for the purposes of routing
2361           connectors.  This code also calls libavoid when an 'avoided'
2362           item is moved/transformed.
2363         
2364         * src/connector-context.cpp, src/connector-context.h,
2365           src/widgets/toolbox.cpp:
2366           
2367           Add a couple of buttons to the connector context's toolbar to
2368           allow selected objects to be marked as avoided or ignored for the
2369           purpose of connector routing.
2370           
2371         * src/libavoid/debug.h, src/libavoid/geomtypes.h, 
2372           src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
2373           src/libavoid/shape.cpp:
2374         
2375           Misc fixes: turn off debugging output, put types in the Avoid
2376           namespace, and add an assertion for a special case that can
2377           cause problems.
2379 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2381         * share/icons/icons.svg: Add a couple of icons for the connector
2382           context toolbar.
2384 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2386         * src/Makefile.am, src/Makefile_insert, src/libavoid/*:
2387           Add libavoid code, the library that does all the path planning
2388           work for autorouting connectors.
2390 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2392         * src/Makefile_insert: Remove a reference to the previously moved
2393           src/desktop-widget.h.  This wasn't breaking the build, but was
2394           stopping me from generating tags files.
2395           
2396 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
2398         * src/ui/view/edit.h, src/ui/view/view.h, src/ui/view/view.cpp,
2399           src/ui/view/view-widget.h, src/ui/view/view-widget.cpp,
2400           src/widgets/desktop-widget.h, src/svg-view.h, src/desktop.cpp:
2401             separated SPViewWidget from SPView
2402         * src/connector-context.cpp, src/dyna-draw-context.cpp,
2403           src/file.cpp, src/gradient-context.cpp, src/knot.cpp,
2404           src/node-context.cpp, src/nodepath.cpp, src/path-chemistry.cpp,
2405           src/pen-context.cpp, src/pencil-context.cpp, src/rect-context.cpp,
2406           src/selection-chemistry.cpp, src/spiral-context.cpp,
2407           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
2408           src/text-context.cpp, src/verbs.cpp, src/dialogs/display-settings.cpp,
2409           src/dialogs/layer-properties.cpp, src/dialogs/find.cpp,
2410           src/dialogs/clonetiler.cpp, src/trace/trace.cpp,
2411           src/trace/potrace/inkscape-potrace.cpp:
2412             all these files relied on a dependency in view.h to include
2413           code for MessageStack and/or MessageContext which is now removed
2414         * dialogs/desktop-properties.cpp:   improved doxygen documentation
2415         
2416 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
2418         * src/desktop.cpp, src/widgets/desktop-widget.h, 
2419           src/widgets/desktop-widget.cpp: 
2420           abstracted out all Gtk+ calls from SPDesktop into SPDesktopWidget
2421         * src/Doxyfile, src/main.cpp, src/desktop.cpp:
2422           improved doxygen documentation
2423           
2424 2005-08-25  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2426         * src/connector-context.cpp, src/connector-context.h:
2427           Change the connector context to use Inkscape's standard selection
2428           mechanism.  Show connector endpoint handles for single connectors
2429           in the selection.  This is the proposed interaction changes as
2430           discussed on the mailing list.  See the post there for a greater
2431           description of the change.
2433 2005-08-24  Ralf Stephan <ralf@ark.in-berlin.de>
2435         * src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
2436           separated SPDesktopWidget from SPDesktop
2437         * src/desktop-widget.h:   removed
2438         * src/toolbox.cpp, src/toolbox.h, src/select-toolbar.cpp,
2439           src/select-toolbar.h, src/gradient-toolbar.cpp, 
2440           src/gradient-toolbar.h:   moved into src/widgets
2441         * src/desktop.h, src/desktop.cpp, src/desktop-events.cpp,
2442           src/verbs.cpp, src/Makefile_insert, src/widgets/Makefile_insert,
2443           src/arc-context.cpp, src/dyna-draw-context.cpp,
2444           src/gradient-context.cpp, src/rect-context.cpp,
2445           src/select-context.cpp, src/spiral-context.cpp,
2446           src/star-context.cpp, src/interface.cpp, src/seltrans.cpp:
2447           adapted following SPDesktopWidget separation
2448         
2449 2005-08-24      David Yip       <yipdw@rose-hulman.edu>
2451         * src/jabber_whiteboard/session-manager.{cpp.h},
2452           src/jabber_whiteboard/callbacks.cpp,
2453           src/ui/dialog/whiteboard-connect.{cpp,h}:
2454           added support for XMPP over SSL to Inkboard
2456 2005-08-22  Ralf Stephan <ralf@ark.in-berlin.de>
2458         * src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp:
2459           both dialogs are now unresizable (bug #1237865)
2460         * src/main.cpp: enhanced doxygen main page
2462 2005-08-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2464         * packaging/osx-app.sh: Added a command line option which allows
2465           the executable and bundled dylibs to be stripped, significantly
2466           reducing the package size.
2468 2005-08-20  Ralf Stephan <ralf@ark.in-berlin.de>
2470         * src/desktop-style.cpp: fixed bug 1247989: nonstroked objects are
2471           no longer counted in stroke_average_width()
2472         * src/Doxyfile: added 3 more files
2473         * src/main.cpp: introduced doc hierarchy on doxygen main page
2474         * src/desktop-style.cpp:  improved doxygen documentation
2475           
2476 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2478         * src/connector-context.cpp, src/connector-context.h:
2479           Rework connector context to extend SPEventContext instead of
2480           SPDrawContext, and remove most of the borrowed draw context
2481           code.
2483 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2485         * src/menus-skeleton.h: correct the verb for "Select All In All Layers"
2486           since it was just showing a verb error in the menu.
2488 2005-08-19  Kees Cook  <kees@outflux.net>
2490         * autogen.sh, tools-version.sh, distro: report Ubuntu correctly, detect
2491           and reject unsafe automake versions (1.9.0 -> 1.9.6).
2493 2005-08-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2495         * src/dialogs/display-settings.cpp:
2496           Align the "Oversample bitmaps" option in the preferences
2497           dialog with all the other options.
2499 2005-08-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2501         * src/Makefile_insert: Added connector-context.{cpp,h}
2503         * src/connector-context.cpp, src/connector-context.h: New code for
2504           the connector context.  Handles the interaction of creating and
2505           modifying connectors.
2507         * src/sp-conn-end.cpp, src/sp-conn-end.h: Added sp_conn_adjust_path
2508           for adjusting the path of connectors to the edge of shapes, and
2509           sp_conn_end_detach to detach a connector endpoint from a shape.
2510           Also, when there is only a single shape attached to a connector
2511           and it is moved, then reroute the connector leaving its unattached
2512           endpoint where it is, rather than just moving the whole thing with
2513           the shape.
2515         * src/preferences-skeleton.h, src/toolbox.cpp, src/tools-switch.cpp,
2516           src/tools-switch.h, src/verbs.cpp, src/verbs.h,
2517           src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
2519           Enable the connector context.  Give it a preferences tab, toolbox,
2520           icon, etc.  Also, correct some vim modelines.
2521           
2522         * src/display/sp-canvas.cpp: Allow enter and leave events to be generated
2523           for canvas items when mouse buttons are depressed.
2525         * src/pixmaps/cursor-connector.xpm: A cursor for connector context.
2527 2005-08-18  Jon A. Cruz  <jon@joncruz.org>
2529         * src/knot.cpp: Corrected type conflict for crash bugs.
2531 2005-08-18  Ralf Stephan <ralf@ark.in-berlin.de>
2533         * src/Doxyfile: added 4 more files
2534         * src/extension/implementation/plugin-link.h,
2535           src/extension/internal/gimpgrad.cpp:  improved doxygen documentation
2536           
2537 2005-08-16  Ralf Stephan <ralf@ark.in-berlin.de>
2539         * src/desktop.h, src/desktop.cpp: replaced gboolean with bool
2540         * src/display/curve.cpp: made is_moveto() inline
2541         * src/knot.cpp, src/extension/extension.cpp, src/helper/action.cpp:
2542           added editor footer
2543         * src/desktop.h, src/desktop.cpp, src/knot.cpp, src/sp-gradient.cpp,
2544           src/display/curve.cpp, src/extension/extension.cpp,
2545           src/extension/implementation/plugin.h, 
2546           src/extension/implementation/plugin.cpp,
2547           src/extension/internal/gimpgrad.cpp, src/helper/action.cpp:
2548           improved doxygen documentation
2550 2005-08-14  MenTaLguY  <mental@rydia.net>
2552         * src/widgets/layer-selector.cpp: quick fix for crash bug when
2553           deleting unnamed layer [bug 1255843]
2555 2005-08-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2556         
2557         * packaging/macosx/ScriptExec/main.c: Allow the user to ignore the
2558           automatic fixing of the fontconfig problem and fix the problem
2559           manually.  Don't pop up the dialog again in this case when they
2560           relaunch Inkscape.
2562 2005-08-13  Ralf Stephan <ralf@ark.in-berlin.de>
2564         * src/menus-skeleton.h: fixed cvs bug where, in the default menus.xml, 
2565           given submenus didn't have correct names, so translation on 
2566           non-English systems was missed.
2567         
2568 2005-08-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2570         * packaging/macosx/Resources/script, packaging/macosx/ScriptExec/main.c:
2572         Fix for the fontconfig cache problem on OS X 10.4.  The first time 
2573         Inkscape is launched on 10.4 machines, after checking X11 is available,
2574         a dialog is brought up informing users of the fontconfig problem.  The
2575         dialog has a button to run fc-cache as root.  If chosen, an OS X
2576         authentication dialog in launched and fc-cache is run following the
2577         authentication.  A file is stored in ~/.inkscape to mark that fc-cache
2578         has been run.
2579         
2580 2005-08-11  Ralf Stephan <ralf@ark.in-berlin.de>
2582         * src/sp-gradient.cpp,src/sp-gradient-fns.h,src/event-context.h,
2583           src/event-context.cpp:  replaced gboolean with bool
2584         * src/document-undo.cpp:  added editor footer
2585         * src/sp-gradient.cpp, src/desktop.cpp, src/document.h,
2586           src/document.cpp, src/document-undo.cpp, src/event-context.h,
2587           src/event-context.cpp, src/selection.h:
2588           improved doxygen documentation
2590 2005-08-10      David Yip       <yipdw@rose-hulman.edu>
2592         * src/Makefile_insert: added composite-undo-stack-observer.{cpp,h}
2594         * src/document.{cpp.h},
2595           src/document-undo.cpp, src/document-private.h: 
2596           added hooks for undo stack observer
2598         * src/jabber_whiteboard/Makefile_insert: added new classes
2600         * src/jabber_whiteboard/callbacks.cpp: moved document initialization actions
2601           here (not the best idea, admittedly...)
2603         * src/jabber_whiteboard/connection-establishment.cpp,
2604           src/jabber_whiteboard/session-manager.*,
2605           src/jabber_whiteboard/chat-handler.cpp: updated to work with new listeners
2607         * src/jabber_whiteboard/message-contexts.cpp,
2608           src/jabber_whiteboard/message-handler.*,
2609           src/jabber_whiteboard/message-tags.*,
2610           src/jabber_whiteboard/defines.h: new message types (TODO: trim out dead
2611           types)
2613         * src/jabber_whiteboard/message-queue.*,
2614         * src/jabber_whiteboard/message-node.h: made MessageNode capable of
2615           representing more message types, as required by callbacks.cpp
2616           and new commit model
2618         * src/jabber_whiteboard/message-utilities.*: new utilities, although
2619           this entire class should be going bye-bye soon (its main tasks have been
2620           taken over by SerializerNodeObserver)
2622         * src/jabber_whiteboard/node-tracker.*: removal of node-level locks
2624         * src/jabber_whiteboard/node-utilities.*: removal of unnecessary methods;
2625           this class should also be removed soon
2627         * src/jabber_whiteboard/session-file-selector.cpp: miscellaneous tweaks
2629         * src/jabber_whiteboard/typedefs.h: new type definitions to handle the new
2630           commit model (TODO: prune unnecessary types)
2632         * src/xml/event.cpp: small hack to get Inkboard working (shouldn't be
2633           there, but I'm still learning my way around XML::Node and
2634           XML::Session...help welcome)
2636         * src/undo-stack-observer.h: interface for classes that watch undo, redo,
2637           and undo log commit events
2639         * src/composite-undo-stack-observer.*: similar to CompositeNodeObserver;
2640           combines multiple undo stack observers
2642         * src/jabber_whiteboard/serializer-node-observer.*: XML::Event serializer
2644         * src/jabber_whiteboard/deserializer.*: XML::Event deserializer
2646         * src/jabber_whiteboard/tracker-action-observer.*: simple observer to
2647           watch for added and removed nodes in undo/redo actions (put aside for
2648           now)
2650         * src/jabber_whiteboard/undo-stack-observer.*: Inkboard's undo stack
2651           observer implementation
2653 2005-08-10  Ralf Stephan <ralf@ark.in-berlin.de>
2655         * src/main.cpp: introduced doxygen doc main page with links
2657 2005-08-09  Ralf Stephan <ralf@ark.in-berlin.de>
2659         * src/Doxyfile: added 5 more files
2660         * src/display/curve.h, src/display/curve.cpp, src/knot.cpp,
2661           src/dialogs/export.cpp: replaced gboolean with bool
2662         * src/display/curve.cpp: removed sp_curve_finish() as it is nowhere 
2663           called, made sp_curve_ensure_space() static
2664         * src/sp-object.cpp, src/sp-item.cpp, src/libnr/n-art-bpath.h,
2665           src/libnr/nr-path-code.h, src/ui/view/view.cpp, src/dialogs/export.cpp,
2666           src/display/bezier-utils.cpp, src/display/curve.h,
2667           src/display/curve.cpp, src/knot.h, src/knot.cpp:
2668           improved doxygen documentation
2670 2005-08-08  MenTaLguY  <mental@rydia.net>
2672         * README.txt, README: make autotools happy
2674 2005-08-06  MenTaLguY  <mental@rydia.net>
2676         * Makefile.am, HACKING, HACKING_de, HACKING_fr, HACKING_it,
2677           HACKING.txt, HACKING.de.txt, HACKING.fr.txt, HACKING.it.txt,
2678           README, README_ca, README_de, README_fr, README_it,
2679           README.txt, README.ca.txt, README.de.txt, README.fr.txt, README.it.txt:
2681           saner filenames
2683 2005-08-06  MenTaLguY  <mental@rydia.net>
2685         * src/xml/Makefile_insert, src/xml/log-builder.cpp,
2686           src/xml/log-builder.h, src/xml/simple-session.cpp,
2687           src/xml/simple-session.h:
2689           Implement XML::LogBuilder class and use it from XML::SimpleSession.
2691 2005-08-06  MenTaLguY  <mental@rydia.net>
2693         * src/xml/event.h, src/xml/event.cpp, src/xml/event-fns.h:
2694           rejigger the way XML event logs are handled, based on NodeObservers
2696 2005-08-06  MenTaLguY  <mental@rydia.net>
2698         * src/xml/simple-session.cpp: minor formatting cleanups
2700 2005-08-06  Ted Gould <ted@gould.cx>
2702         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
2704         Adding in a hash table for Verb ID lookups.  This makes searching for them
2705         in the dynamic menus much faster.
2707 2005-08-06  Ralf Stephan <ralf@ark.in-berlin.de>
2709         * src/sp-offset.cpp: 
2710           removed a dependency, made refresh_offset_source() static
2711         * src/svg-view.cpp, src/svg-view.h, src/sp-spiral.cpp, src/sp-spiral.h: 
2712           replaced gboolean with bool
2713         * src/sp-offset.cpp, src/sp-root.cpp, src/sp-stop.h, src/sp-spiral.h,
2714           src/sp-spiral.cpp, src/svg-view.h, src/svg-view.cpp, src/style.cpp:
2715           improved doxygen documentation
2716         
2717 2005-08-05  MenTaLguY  <mental@rydia.net>
2719         * inkscape.spec.in: include translated manpages
2721 2005-08-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2723         * po/nl.po: fix a typo: close a bold tag.
2725 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2727         * src/jabber_whiteboard/typedefs.h:
2728           fixed incorrect template specialization syntax,
2729           removed duplicate definitions (oops...)
2731         * src/gc-alloc.h:
2732           removed explicit keyword from allocator constructors, as it is
2733           necessary to allow implicit conversion for rebinding.  Some
2734           containers in the libstdc++ in GCC 3.4.x require this, such as anything
2735           using the standard library's red-black tree implementation --
2736           std::set, std::map, std::multimap
2738 2005-08-03  Ralf Stephan <ralf@ark.in-berlin.de>
2740         * src/pen-context.cpp: made sp_pen_context_root_handler static
2741         * src/snap.h: removed getSnapToBBox() declaration
2742         * src/sp-stop.h: removed three dependencies
2743         * src/Doxyfile: added further 3 files
2744         * src/object-hierarchy.cpp, src/pen-context.h, src/pen-context.cpp,
2745           src/pencil-context.h, src/pencil-context.cpp, src/snap.h, 
2746           src/snap.cpp, src/sp-stop.h, src/sp-gradient.h, src/sp-gradient.cpp,
2747           src/sp-linear-gradient.h, src/sp-radial-gradient.h:
2748           improved doxygen documentation
2750 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2752         * src/jabber_whiteboard/Makefile_insert,
2753           src/jabber_whiteboard/message-handler.cpp,
2754           src/jabber_whiteboard/empty.cpp:
2755           fixing some build issues (Apple's ar doesn't like creating
2756           archives with an empty member list, so empty.cpp is a null
2757           placeholder to be used as the sole member in the jabber_whiteboard
2758           archive in the event that a user does not wish to enable
2759           Inkboard)
2761 2005-08-02  Bryce Harrington <bryce@bryceharrington.org>
2763         * src/ui/dialog/*.*:  Update copyrights
2765         * doc/WISHLIST:  s/Sodipodi/Inkscape/
2767         * src/desktop.cpp:  Rename SPView to Inkscape::UI::View::View
2769         * changing include file syntax from "" to <> where appropriate
2771         * Changing copyrights to be consistent
2773 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
2775         * src/menus-skeleton.h:
2776           added WITH_INKBOARD ifdef to prevent Inkboard options from being
2777           compiled into the menu skeleton if the Inkboard code is not enabled
2779 2005-08-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2781         *  src/display/curve.cpp: Correctly free an array with "delete []".
2783 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
2785         * src/jabber/whiteboard/node-tracker.cpp:
2786           removed unnecessary anchoring of XML::Nodes in XMLNodeTracker
2788 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
2790         * src/jabber_whiteboard/typedefs.h:
2791           moved back to GC::Alloc from traceable_allocator
2793         * src/jabber_whiteboard/node-tracker.cpp:
2794           fixed anchor-release problem with XML::Nodes in XMLNodeTracker
2796 2005-08-01  MenTaLguY  <mental@rydia.net>
2798         * src/gc.cpp, src/gc-core.h: Hans says it's okay to use
2799           GC_malloc_atomic_uncollectable
2801 2005-08-01  MenTaLguY  <mental@rydia.net>
2803         * src/gc-alloc.h: fix improper allocation size
2805 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
2807         * src/jabber_whiteboard/message-handler.cpp: removed some
2808           debug output
2810         * src/dialogs/whiteboard-sharewithchat.cpp: removed some excess
2811           debugging code
2813         * src/jabber_whiteboard/session-manager.cpp: removed 
2814           redundant if (x == NULL) tests surrounding delete
2816 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
2818         * src/ui/icons.cpp, src/ui/stock-items.cpp, src/ui/stock.cpp, 
2819           src/ui/stock.h:
2820           added Inkboard UI stock items
2822         * src/dialogs/whiteboard*:
2823           old C/Gtk Inkboard dialogs for collecting user input necessary
2824           to establish Jabber connections and Inkboard sessions (they're
2825           still used in some parts of the Inkboard code)
2827         * src/Makefile.am, src/Makefile_insert, src/desktop.cpp, 
2828           src/desktop.h, src/document.cpp, src/file.cpp, src/file.h,
2829           src/menus-skeleton.h, src/verbs.cpp, src/verbs.h:
2830           added necessary UI code to access Inkboard functions
2832         * src/jabber_whiteboard/Makefile_insert,
2833           src/jabber_whiteboard/buddy-list-manager.*,
2834           src/jabber_whiteboard/callbacks.*,
2835           src/jabber_whiteboard/chat-handler.*,
2836           src/jabber_whiteboard/connection-establishment.*,
2837           src/jabber_whiteboard/defines.h,
2838           src/jabber_whiteboard/error*,
2839           src/jabber_whiteboard/internal-constants.*,
2840           src/jabber_whiteboard/invitation-confirm-dialog.*,
2841           src/jabber_whiteboard/jabber-handlers.*,
2842           src/jabber_whiteboard/makefile*,
2843           src/jabber_whiteboard/message-*,
2844           src/jabber_whiteboard/node-*,
2845           src/jabber_whiteboard/received-message-helpers.cpp,
2846           src/jabber_whiteboard/player-functors.*,
2847           src/jabber_whiteboard/session-*,
2848           src/jabber_whiteboard/tracker-node.h,
2849           src/jabber_whiteboard/typedefs.h:
2850           Initial commit of Inkboard code
2851         * src/ui/dialog/session-player*,
2852           src/ui/dialog/whiteboard*:
2853           C++/Gtkmm replacements for some old C/Gtk dialogs
2854         * configure.ac:
2855           added Inkboard configure checks
2856         * src/ui/view/edit.cpp,
2857           src/ui/view/edit.h,
2858           src/ui/view/view.cpp:
2859           added Inkboard code stubs to new Gtkmm code
2860         * share/ui/menus-bars.xml:
2861           added Inkboard code stubs to menu UI XML
2863 2005-08-01  Ralf Stephan <ralf@ark.in-berlin.de>
2865         * src/sp-object.cpp: improved doxygen documentation
2867 2005-07-31  Ralf Stephan <ralf@ark.in-berlin.de>
2869         * src/nodepath.cpp: removed three dependencies
2871 2005-07-31  MenTaLguY  <mental@rydia.net>
2873         * src/sp-object.cpp, src/sp-object.h, src/sp-use.cpp:
2874           adopt more consistent refcounting policy
2876         * src/sp-object.h: make second parameter to sp_object_ref and
2877           sp_object_unref optional
2879 2005-07-30  Ralf Stephan <ralf@ark.in-berlin.de>
2881         * src/draw-anchor.cpp, src/nodepath.h: reduced dependencies
2882         * src/nodepath.cpp: removed duplicate dependency, added two from 
2883           nodepath.h, made triangle_area() inline
2884         * src/node-context.cpp: added dependency removed from nodepath.h
2885         * src/Doxyfile: added 2 further files to the scanned list
2886         * src/nodepath.h: moved function docs into nodepath.cpp
2887         * src/color.cpp: made file work with src/Doxyfile
2888         * src/color.cpp, src/draw-anchor.cpp, src/geom.cpp, src/nodepath.cpp:
2889           improved doxygen documentation
2890         * src/event-context.cpp: added a \todo
2891         * src/geom.cpp: added editor footer
2893 2005-07-30  Ted Gould  <ted@gould.cx>
2895         * src/Makefile_insert, src/inkscape.cpp, src/inkscape.h,
2896         src/interface.cpp, src/selection.cpp, src/verbs.cpp, src/verbs.h,
2897         src/extension/effect.cpp, src/extension/effect.h, src/menus-skeleton.h:
2899         Doing two things.  One, making menus configurable by an external xml file
2900         and the second is enabling sensitivity in the verbs.  These are both in
2901         pretty basic states right now, but workable.
2903 2005-07-29  MenTaLguY  <mental@rydia.net>
2905         * src/shortcuts.cpp: made Ctrl+Shift+G the "primary" ungroup shortcut
2907 2005-07-28  Carl Hetherington  <inkscape@carlh.net>
2909         * src/arc-context.cpp: CodingStyle.  Replace gboolean with bool.
2911         * src/desktop-events.cpp: CodingStyle: whitespace.  Add editor
2912         variables block.  gboolean exorcism.  Declaration-to-first-use fixes.
2913         
2915 2005-07-27  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2917         * src/style.h (SP_SCALE24_MAX): Change from 0xffffff to 0xff0000,
2918           and add documentation for choice of value.
2919           (SP_SCALE24_TO_FLOAT) Return a double instead of a float.
2920           (SP_SCALE24_FROM_FLOAT) Change rounding behaviour.
2921           These changes are intended to combat float rounding bugs on x86.
2923         * src/style.cpp (sp_style_merge_from_style_string): Use libcroco
2924           to parse style="..." attribute strings, to improve CSS parsing.
2926 2005-07-27  Ralf Stephan <ralf@ark.in-berlin.de>
2928         * src/Doxyfile: added 10 further files to the scanned list
2929         * src/gc-anchored.h, src/gc-managed.h, src/object-hierarchy.h, 
2930           src/pencil-context.h, src/selection.h, src/sp-object.h, src/sp-spiral.h, 
2931           src/svg-view.h, src/verbs.h, src/livarot/float-line.h, src/util/list.h, 
2932           src/widgets/paint-selector.h, src/xml/repr.h: 
2933           made file work with src/Doxyfile
2934         * src/livarot/int-line.h, src/livarot/float-line.h: 
2935           moved part of documentation into *.cpp file
2936         * src/gc-anchored.h, src/knot-holder-entity.h, src/nodepath.h, 
2937           src/pen-context.h, src/pencil-context.h, src/selection.h, 
2938           src/sp-gradient.h, src/sp-gradient.cpp, src/sp-item.h, src/sp-object.h, 
2939           src/sp-spiral.h, src/style.h, src/svg-view.h, src/extension/extension.h, 
2940           src/libnr/nr-matrix.h, src/livarot/int-line.h, src/livarot/int-line.cpp, 
2941           src/livarot/float-line.h, src/livarot/float-line.cpp, 
2942           src/livarot/sweep-event.h, src/livarot/sweep-event-queue.h, 
2943           src/util/list.h, src/widgets/paint-selector.h, src/xml/repr.h, 
2944           src/xml/repr.cpp: documentation improvements
2945         * src/sp-item.h: added editor footer
2947 2005-07-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2949         * src/svg/stringstream.h, src/svg/stringstream.cpp:
2950           Trim trailing zeros from after the decimal point when writing
2951           float or double to Inkscape::SVGOStringStream.
2952         * src/style-test.cpp: Update expected output accordingly.
2953         * src/svg/stringstream-test.h: New unit test.
2954         * src/Makefile.am, src/svg/Makefile_insert: Add the new unit test.
2955         * src/svg/Makefile_insert:
2956           Don't link unused ftos.cpp, but do link new file stringstream.cpp.
2958 2005-07-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2960         * share/icons/icons.svg: Add icon for connector context.
2962 2005-07-25  Ralf Stephan <ralf@ark.in-berlin.de>
2964         * src/libnr/nr-pixblock.h:  interface cleanup of NRPixBlock: size and mode
2965           are now named enums, empty is now bool, changes to function interfaces 
2966           because of that, changed C macros to C++ inline functions, changed clean 
2967           flag in some function interfaces from int to bool.
2968         * src/libnr/nr-pixblock.cpp:  adaptations due to changes in nr-pixblock.h,
2969           added assert to ...setup_extern() which remains a bit ... risky,
2970         * src/display/sp-canvas.cpp: 
2971           made sp_canvas_item_construct() static, inlined two other functions
2972         * src/svg-view.cpp: piped emit_resized through C++ façade (incomplete)
2973         * src/ui/view/view.h: removed legacyMessageContext() member
2974         * src/Doxyfile: added files, and options to collect todo and bugs
2975         * src/display/curve.cpp: moved member docs into curve.h
2976         * src/event-context.cpp: long line cosmetics, moved a function for clarity
2977         * src/sp-offset.h, src/sp-spiral.cpp, src/svg-view.cpp, 
2978           src/libnr/nr-types.h: added editor footer
2979         * src/color-rgba.h, src/draw-anchor.h, src/event-context.*, src/knot-*.h, 
2980           src/message-*.h, src/modifier-fns.h, src/nodepath.h, 
2981           src/pencil-context.cpp, src/pen-context.*, src/snap.*, src/sp-gradient.h, 
2982           src/sp-gradient-fns.h, src/sp-item.cpp, src/sp-item-notify-moveto.h, 
2983           src/sp-linear-gradient*, src/sp-offset.*, src/sp-radial-gradient*, 
2984           src/sp-spiral.cpp, src/style.cpp, src/svg-view.cpp, src/verbs.cpp, 
2985           src/dialogs/export.cpp, src/display/bezier-utils.cpp, 
2986           src/display/curve.*, src/diplay/sp-canvas.*, 
2987           src/extension/implementation/plugin*, src/extension/internal/gimpgrad.h, 
2988           src/libnr/nr-matrix.h, src/libnr/nr-matrix-scale-ops.h, 
2989           src/libnr/nr-matrix-translate-ops.h, src/libnr/nr-pixblock.*, 
2990           src/libnr/nr-point.h, src/libnr/nr-rotate.h, src/libnr/nr-rotate-fns.h, 
2991           src/libnr/nr-scale-matrix-ops.h, src/libnr/nr-types.h, 
2992           src/livarot/int-line.h, src/ui/view/view.*:
2993           
2994           made file work with src/Doxygen, doxygen documentation improvements
2996 2005-07-24  Ted Gould  <ted@gould.cx>
2998         * 0.42 Release
3000 2005-07-21  Ted Gould  <ted@gould.cx>
3002         * 0.42pre3
3004 2005-05-21  Kees Cook  <kees@outflux.net>
3006         * share/icons/*xpm, src/ui/dialog/transformation.cpp,
3007           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h:
3008           Hooked up Gtkmmified Icon manager correctly.  (bug 1217367)
3009         * Makefile.mingw, Makefile.mingw.common: patch 1241293 for build fixes
3011 2005-07-12  Ted Gould  <ted@gould.cx>
3013         * 0.42pre2
3015 2005-07-11  MenTaLguY  <mental@rydia.net>
3017         * src/debug/logger.cpp: wrap stack vector in method to avoid
3018           potential static initialization issues
3020         * src/sp-object.cpp: add refcount logging
3022 2005-07-09  MenTaLguY  <mental@rydia.net>
3024         * src/document-undo.cpp, src/inkscape.cpp, src/debug/event.h,
3025           src/debug/logger.cpp, src/debug/logger.h, src/debug/simple-event.h,
3026           src/xml/composite-node-observer.cpp, src/xml/event.cpp,
3027           src/xml/simple-node.cpp:
3029           Categorize debugging events and add the ability to filter them
3030           via setting the INKSCAPE_DEBUG_FILTER environment variable to
3031           a comma-separated list of debug event categories.
3033 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
3035         * src/interface.cpp: Spackle for Bug 1217361 "freeze on quitting 
3036         with transform dialog"
3038 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
3040         * src/interface.cpp: Whitespace changes only
3042 2005-07-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3044         * Info.plist.in, packaging/osx-app.sh, packaging/macosx/*:
3046         Changes and new files required to build an Inkscape dmg on Mac OS X.
3048 2005-07-05  Ted Gould  <ted@gould.cx>
3050         * 0.42pre1
3052 2005-07-04  MenTaLguY  <mental@rydia.net>
3054         * src/sp-metadata.cpp: strip id= attributes under rdf:RDF elements
3056 2005-07-04  MenTaLguY  <mental@rydia.net>
3058         * src/sp-object.cpp, src/xml/node-fns.h, src/xml/node-fns.cpp:
3059           don't force id= attributes on anything except elements in the SVG,
3060           Sodipodi, or Inkscape namespaces.
3062 2005-07-04  MenTaLguY  <mental@rydia.net>
3064         * src/verbs.cpp: redo cryve's fix to use defaultLabel() rather than
3065           label()
3067 2005-07-04  Bryce Harrington <bryce@bryceharrington.org>
3069         * src/livarot/float-line.cpp:  Patch from Ralf Stephan
3070         <ralf@ark.in-berlin.de> to suppress two warnings.
3071         
3072 2005-06-28  Ted Gould  <ted@gould.cx>
3074         * src/verbs.h:
3076         Changing from gnu::hash_map to std::map.  The only reason this was a
3077         hash_map before is because I was stealing code that I didn't understand,
3078         and a std::map works as well.  This fixes bug #1172199 for Tru64.
3080 2005-06-28  Ted Gould  <ted@gould.cx>
3082         * src/extension/dependency.cpp:
3084         Fix for #1169396 -- setting the default type for a dependency to file,
3085         this seems to be the only way that the print function could end up using
3086         undefined memory, and then passing it on the gettext.
3088 2005-06-28  Ted Gould  <ted@gould.cx>
3090         * src/extension/implementation/script.cpp,
3091         src/extension/implementation/script.h:
3093         Adding support for information coming back on STDERR from scripts.  This
3094         fixes bug #1220959 and RFE #1178941
3096 2005-07-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3098         * src/sp-stop.h, sp-gradient.cpp, widgets/gradient-vector.cpp:
3099           Implement currentColor as possible value for stop-color, as per spec.
3101 2005-07-02  Kees Cook  <kees@outflux.net>
3103         * src/dialog/rdf.cpp: Added FreeArt license, RFE #1230981.
3105 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
3107         * inkscape.nsi:  Fix for bug #1230744 'wrong installer language'
3108         by theadib.
3110         * src/swatches.cpp: Fix for bug #1217973.  The KDE swatches file
3111         consists of 3 column numbers (missing 4th column), and also lacks
3112         an ending newline.  In this situation, the name variable returned
3113         from trim() could be null, thus causing a segfault when used as an
3114         input to Glib::ustring.
3116         * src/sp-image.cpp: Patch for bug #1210100 by bpfowler to help
3117         narrow in on the cause of the bug.
3119         * README:  Requested change for bug #1174991.  Directions for
3120         installation of perl libs
3121         
3122 2005-07-01  Ben Fowler  <bpfowler@users.sourceforge.net>
3124         * src/desktop.cpp src/svg-view.cpp src/dialogs/display-settings.cpp 
3125         src/dialogs/export.cpp src/dialogs/find.cpp 
3126         src/extension/internal/ps.cpp: Replaced calls to gtk_widget_set_usize 
3127         with GTK2 version.
3129 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
3131         * inkscape.pod, src/main.cpp: Applying Makzu's patch to implement
3132           --vacuum-defs
3134 2005-06-28  Ted Gould  <ted@gould.cx>
3136         * 0.42pre0
3138 2005-06-23  MenTaLguY  <mental@rydia.net>
3140         * src/extension/implementation/script.cpp:
3141           support for ruby scripts (interpreter="ruby")
3143 2005-06-20  Ted Gould  <ted@gould.cx>
3145         * src/desktop.cpp, src/desktop.h, src/document-private.h,
3146         src/document.cpp, src/document.h, src/extension/effect.h,
3147         src/extension/implementation/script.cpp:
3149         Adding in a signal to show that the document is being reconstructed from
3150         another document.  This is used by the scripting extensions implementation
3151         to say to the desktops that they need to save their object references
3152         as strings instead of pointers -- and then recreate them when the
3153         reconstruction is complete.
3155         * src/extension/prefdialog.cpp: Making "OK" have focus.
3157         * src/verbs.cpp, src/verbs.h: Some prototype code to start making verbs
3158         sensitive or not.  Not tied in to anything currently.
3160 2005-06-20  MenTaLguY  <mental@rydia.net>
3162         * src/xml/repr-io.cpp: whoops... don't emit xmlns:xml
3164 2005-06-18  Richard Hughes  <cyreve@users.sourceforge.net>
3166         * src/text-context.cpp, src/text-context.h, src/libnrtype/Layout-TNG.h:
3167           implement double- and triple-clicking of text for selecting the
3168           current word and line respectively
3170 2005-06-16  MenTaLguY  <mental@rydia.net>
3172         * src/interface.cpp: removed "Go to root" context menu item
3174         * src/widgets/layer-selector.cpp: hide "(root)" unless it is the current
3175           layer
3177 2005-06-11  Aaron Spike  <aaron@ekips.org>
3179         * confiugre.ac,
3180           packaging/autopackage/default.apspec.in:
3182           Adding the autopackage specfile
3184 2005-06-10  Richard Hughes  <cyreve@users.sourceforge.net>
3186         * src/text-context.cpp:
3187           use ctrl-left/right for moving cursor by word in text mode,
3188           and ctrl-a for select all text
3190 2005-06-09  Bryce Harrington <bryce@bryceharrington.org>
3192         * src/ui/dialogs/align-and-distribute.cpp,
3193           src/ui/dialogs/align-and-distribute.h,
3194           src/verbs.cpp:
3195           Hooking up Aubanel's new align and distribute dialog
3197 2005-06-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3199         * src/text-context.cpp (sp_text_context_root_handler):
3200           Greater conformance to ISO 14755 for unicode entry.  We now
3201           implement all of the ``Basic method'' portion of that spec
3202           except for non-latin hexadecimal digits (first 6 letters of
3203           other alphabets).  (Instead, we do the same as for all other
3204           shortcuts, viz. force a group0 (latin) interpretation of the
3205           keypress.)
3207 2005-06-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3209         * src/pen-context.cpp (spdc_endpoint_snap): Pen tool: do snapping
3210           (i.e. namedview_free_snap_all_types) even for initial point.
3212         * src/Makefile.am (INCLUDES), src/extension/script/Makefile_insert
3213         (extension_script_libscript_a_CXXFLAGS):
3215           Put PERL_CFLAGS PYTHON_CFLAGS into global INCLUDES rather than
3216           using a libscript_a_CXXFLAGS var (which involved creating .o files
3217           specific to that lib).
3219 2005-06-06  Ted Gould  <ted@gould.cx>
3221         * src/extensions/effect.cpp:
3223         Adding in the code so that effects can be undoable.
3225         * src/extensions/implementation/script.[cpp,h]
3227         Adding in the code so that a new window is not displayed when an
3228         effect is executed.  Now it is in the same window (much nicer).
3230         * src/extensions/internal/latex*.[cpp,h]
3232         Patches from the mailing list to add LaTeX output.
3234 2005-06-04  MenTaLguY  <mental@rydia.net>
3236         * src/extensions/init.cpp:
3238           That tears it.  Showing the error dialog on startup goes.  I've
3239           had to respond to one too many bloody bug reports.  If we released
3240           0.42 with this too we'll drive away users permanently.  As it was,
3241           a lot of people were assuming 0.41 was broken when they saw this
3242           and reverted to 0.40.
3244 2005-05-31  MenTaLguY  <mental@rydia.net>
3246         * src/preferences-skeleton.h: disable extension error dialog on startup
3247           -- I'm sick of hearing that Inkscape is broken because people see
3248           this dialog on startup.  It makes us look bad.
3249           
3250           We're not going to repeat this for 0.42 -- find a better approach.
3252 2005-05-28  MenTaLguY  <mental@rydia.net>
3254         * src/document.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
3255           src/sp-flowtext.cpp, src/sp-object.cpp, src/sp-object.h,
3256           src/sp-path.cpp, src/sp-rect.cpp, src/sp-root.cpp, src/sp-root.h,
3257           src/sp-shape.cpp, src/version.cpp, src/version.h:
3259           propagate SVG version upwards, and move SPVersion into Inkscape
3260           namespace
3262 2005-05-24  Simarilius  <Simarilius@yahoo.com>
3264         * src/verbs.cpp, src/dialogs/tiledialog.cpp, src/dialogs/tiledialog.h,
3265         src/ui/dialogs/dialog-manager.cpp
3266         
3267         Converted the tiledialog over to the inkscape:ui:dialog class and hooked
3268         it into dialog manager
3270 2005-05-24  Ted Gould  <ted@gould.cx>
3272         * src/extension/dependency.cpp, src/extension/extension.cpp,
3273         src/extension/extension.h, src/extension/init.cpp,
3274         src/extension/implementation/script.cpp:
3276         Applying patch 1199856 which allows Inkscape to have multiple directories
3277         for extensions.  Currently those are /share/inkscape/extensions and
3278         ~/.inkscape/extensions.  The patch was written by Aaron Spike.
3280 2005-05-23  Ted Gould  <ted@gould.cx>
3282         * share/extensions/<alot>
3284         Adding in Aaron Spike's extensions so that they come with the standard
3285         build.  Lot's of useful stuff that is worth having for most users.
3287 2005-05-19  MenTaLguY  <mental@rydia.net>
3289         * src/verbs.cpp, src/ui/dialog/align-and-distribute.h,
3290           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
3291           src/ui/dialog/document-preferences.h, src/ui/dialog/export.h,
3292           src/ui/dialog/extension-editor.h, src/ui/dialog/fill-and-stroke.h,
3293           src/ui/dialog/find.h, src/ui/dialog/inkscape-preferences.h,
3294           src/ui/dialog/layer-editor.h, src/ui/dialog/messages.h,
3295           src/ui/dialog/text-properties.h, src/ui/dialog/transformation.h,
3296           src/ui/dialog/xml-editor.h, src/ui/view/edit.cpp:
3298           refactoring of the dialog manager code, introducing factory
3299           functions and a method specifically for showing a dialog
3301 2005-05-19  MenTaLguY  <mental@rydia.net>
3303         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
3305           fix layer property undo crash bugs (#1192708 and #1171704)
3307 2005-05-19  MenTaLguY  <mental@rydia.net>
3309         * src/debug/Makefile_insert, src/debug/sysv-heap.cpp,
3310           src/debug/sysv-heap.h, src/gc.cpp, src/debug/gc-heap.h,
3311           src/debug/heap.cpp:
3313           moved GC Heap statistics stuff into libdebug to ease circular
3314           dependencies
3316 2005-05-17  MenTaLguY  <mental@rydia.net>
3318         * src/ui/dialog/memory.cpp:
3320           reduce magnitude of memory jitter somewhat by avoiding some vector
3321           resizing and copying
3323 2005-05-16  MenTaLguY  <mental@rydia.net>
3325         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
3327           revised Debug::Heap API slightly
3329         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
3331           thousands separators and other niceties.  'apply' now forces a
3332           garbage collection and immediate update.
3334 2005-05-16  MenTaLguY  <mental@rydia.net>
3336         * src/ui/dialog/memory.cpp: re-use existing rows, though it doesn't
3337           seem to help memory jitter much
3339 2005-05-15  MenTaLguY  <mental@rydia.net>
3341         * src/debug/heap.cpp: fix bounds error
3343         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
3344         
3345         flesh out basic memory info dialog
3347 2005-05-15  MenTaLguY  <mental@rydia.net>
3349         * configure.ac: cleaned up tests
3351         * src/debug/heap.cpp: fixed feature macro names
3353 2005-05-15  MenTaLguY  <mental@rydia.net>
3355         * configure.ac: added tests for mallinfo and malloc.h
3357         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
3359           fix up Debug::Heap API slightly
3361 2005-05-14  MenTaLguY  <mental@rydia.net>
3363         * src/interface.cpp, src/verbs.cpp, src/verbs.h,
3364           src/ui/dialog/Makefile_insert, src/ui/dialog/dialog-manager.cpp,
3365           src/ui/dialog/dialog-manager.h, src/ui/dialog/memory.cpp,
3366           src/ui/dialog/memory.h:
3367           
3368           added skeletal memory statistics dialog
3370 2005-05-12  Juerg Billeter  <j@bitron.ch>
3372         * configure.ac: Have pkgconfig explicitly require gdkmm-2.4 & glibmm-2.4
3373         (used directly by Inkscape), rather than relying on transitive
3374         dependencies.  It's said that this is required in some cases with
3375         pkgconfig 0.17 and later.
3377 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
3379         * ChangeLog configure.ac src/Makefile_insert src/desktop-widget.h
3380           src/desktop.h src/dropper-context.cpp src/file.cpp
3381           src/shortcuts.cpp src/sp-text.cpp src/splivarot.cpp
3382           src/svg-view.h src/text-context.cpp src/verbs.cpp
3383           src/extension/implementation/plugin-link.h
3384           src/extension/internal/grid.cpp src/helper/action.h
3385           src/helper/window.cpp src/ui/dialog/dialog.cpp
3386           src/ui/dialog/messages.cpp src/ui/view/view.cpp
3387           src/ui/view/view.h:   
3389           Moving view.* into src/ui/view/
3390         
3391 2005-05-09  MenTaLguY  <mental@rydia.net>
3393         * src/gc-alloc.h: const-correctness fix
3395 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
3397         * configure.ac:  Defaulting with-gnome-vfs to on if library is
3398           present. 
3399         
3400         * po/POTFILES.in : Fixed error causing compile failure
3402         * src/Makefile_insert src/arc-context.cpp src/desktop-events.cpp
3403            src/desktop.cpp src/desktop.h src/dyna-draw-context.cpp
3404            src/gradient-context.cpp src/gradient-toolbar.cpp
3405            src/interface.cpp src/make.dep src/make.files
3406            src/rect-context.cpp src/select-context.cpp
3407            src/select-toolbar.cpp src/seltrans.cpp src/spiral-context.cpp
3408            src/star-context.cpp src/toolbox.cpp src/verbs.cpp src/view.cpp
3409            src/view.h src/application/application.cpp
3410            src/application/application.h src/application/editor.cpp
3411            src/application/editor.h src/ui/dialog/align-and-distribute.cpp
3412            src/ui/dialog/align-and-distribute.h
3413            src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h
3414            src/ui/dialog/dialog.cpp src/ui/dialog/dialog.h
3415            src/ui/dialog/document-preferences.cpp
3416            src/ui/dialog/document-preferences.h src/ui/dialog/export.cpp
3417            src/ui/dialog/export.h src/ui/dialog/extension-editor.cpp
3418            src/ui/dialog/extension-editor.h
3419            src/ui/dialog/fill-and-stroke.cpp
3420            src/ui/dialog/fill-and-stroke.h src/ui/dialog/find.cpp
3421            src/ui/dialog/find.h src/ui/dialog/inkscape-preferences.cpp
3422            src/ui/dialog/inkscape-preferences.h
3423            src/ui/dialog/layer-editor.cpp src/ui/dialog/layer-editor.h
3424            src/ui/dialog/messages.h src/ui/dialog/text-properties.cpp
3425            src/ui/dialog/text-properties.h
3426            src/ui/dialog/transformation.cpp src/ui/dialog/transformation.h
3427            src/ui/dialog/tree-editor.h src/ui/dialog/xml-editor.cpp
3428            src/ui/dialog/xml-editor.h src/ui/view/Makefile_insert
3429            src/ui/view/edit.cpp src/ui/view/edit.h :
3431            Renaming sp-desktop-widget.h to desktop-widget.h for
3432            consistency with other desktop files.  Beginning migration of
3433            desktop-* and view* files into ui/view/ subdir.  Incorporating
3434            DialogManager into existing SPDesktop code.  Making SPView
3435            derive from GObject.  Changing Messages dialog to run via
3436            DialogManager.  Removing getName() and getDesc() routines from
3437            Dialogs.  
3438         
3439 2005-05-08  MenTaLguY  <mental@rydia.net>
3441         * src/Makefile_insert: change link order since the GC code now
3442           depends on the debugging stuff
3444         * src/debug/Makefile_insert, src/debug/heap.cpp, src/debug/heap.h:
3446           added heap statistics stuff
3448         * src/gc.cpp: register the GC heap with the heap statistics facility
3450 2005-05-07  MenTaLguY  <mental@rydia.net>
3452         * src/gc-anchored.h, src/gc-core.h, src/gc-finalized.h,
3453           src/gc-managed.h, src/gc.cpp:
3455           hide the global Ops structure from the outside world, and expose
3456           some additional libgc API.
3458 2005-05-07  Ted Gould  <ted@gould.cx>
3460         * src/extension/parameter.cpp: bug fix for empty string parameter
3462         * share/extensions/dropshadow.inx,
3463         src/extension/implementation/script.cpp:
3465         Adding in an "interpreter" attribute for "command" that will prepend
3466         the command with the interpreter.  Right now only "perl" and "python"
3467         work, and they only prepend "perl" and "python", but more will be
3468         added later.
3470 2005-05-07  MenTaLguY  <mental@rydia.net>
3472         * src/xml/composite-node-observer.cpp: bug fixes
3474         * src/xml/simple-node.cpp, src/xml/simple-node.h: switch to using
3475           CompositeNodeObserver, which has saner add/remove semantics
3477         * src/util/list-container-test.cpp: add another test, just to be sure
3479         * src/dialogs/xml-tree.cpp: remove need for is_interactive flag on
3480           attribute changes (the flag is effectively disabled by the other
3481           changes)
3483 2005-05-05  MenTaLguY  <mental@rydia.net>
3485         * src/debug/event.h, src/debug/logger.cpp:
3487           PropertyPair is now its own class
3488         
3489         * src/xml/simple-node.cpp: add logging of XML node mutation
3491         * src/xml/Makefile_insert, src/xml/composite-node-observer.cpp,
3492           src/xml/composite-node-observer.h:
3494           added CompositeNodeObserver class, which will eventually replace
3495           the existing notifier lists
3497 2005-05-05  MenTaLguY  <mental@rydia.net>
3499         * src/inkscape.cpp: try to cleanly terminate log in case of crashes
3501 2005-05-05  MenTaLguY  <mental@rydia.net>
3503         * src/document-undo.cpp, src/debug/Makefile_insert, src/debug/logger.cpp,
3504           src/debug/simple-event.h, src/xml/event.cpp:
3506           add debug logging for undo+redo+transactions
3508 2005-05-05  MenTaLguY  <mental@rydia.net>
3510         * src/inkscape.cpp, src/main.cpp: initialize and shutdown debug log
3511           from more reliable place
3513         * src/debug/logger.cpp: clean up log via std::atexit()
3515 2005-05-04  MenTaLguY  <mental@rydia.net>
3517         * configure.ac, src/Makefile.am, src/Makefile_insert,
3518           src/debug/Makefile_insert, src/debug/makefile.in:
3520           added src/debug/ subdir
3522         * src/gc-alloc.h: no default management type for now
3524         * src/debug/event-tracker.h, src/debug/event.h, src/debug/logger.cpp,
3525           src/debug/logger.h: simple XML logging facility
3527         * src/util/Makefile_insert: fixed cut-and-paste error
3529 2005-04-29  Jon A. Cruz  <jon@joncruz.org>
3530         * src/dialogs/swatches.cpp, src/dialogs/eek-preview.h,
3531           src/dialogs/eek-preview.cpp:
3533         Added property to swatch to block taking focus.
3535 2005-04-28  Jon A. Cruz  <jon@joncruz.org>
3536         * src/dialogs/Makefile_insert, src/dialogs/eek-preview.cpp,
3537           src/dialogs/eek-preview.h, src/dialogs/swatches.cpp,
3538           src/dialogs/swatches.h, src/ui/previewholder.cpp,
3539           src/ui/previewable.h, src/ui/widget/panel.cpp:
3541           Adding new widget for color swatch usage.
3543 2005-04-24  Bryce Harrington <bryce@bryceharrington.org>
3545         * src/Makefile.am src/Makefile_insert,
3546           src/application/Makefile_insert, src/application/editor.cpp,
3547           src/application/editor.h, src/extension/internal/svg.cpp,
3548           src/ui/Makefile_insert, src/ui/view/Makefile_insert,
3549           src/ui/view/edit.cpp, src/ui/view/edit.h, src/ui/view/makefile.in,
3550           src/application/editor-impl.cpp, src/application/editor-impl.h:
3552           Renaming EditorImpl to UI::View::Edit
3554           Fixing bug 1185873 "batch mode crasher" caused by VFS being
3555           called with relative paths.  Adding a check to see whether the
3556           input is a valid uri, and if not, just calling sp_document_new
3557           directly.
3560 2005-04-23  Ted Gould  <ted@gould.cx>
3562         * src/extension/input.cpp, src/extension/input.h,
3563         src/extension/output.cpp, src/extension/output.h,
3564         src/extension/system.cpp, src/extension/implementation/implementation.cpp,
3565         src/extension/implementation/implementation.h,
3566         src/extension/implementation/plugin-link.h,
3567         src/extension/implementation/plugin.cpp,
3568         src/extension/implementation/plugin.h,
3569         src/extension/implementation/script.cpp,
3570         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
3571         src/extension/internal/eps-out.h:
3573         Changing the prototype for the input/output preferences to be closer to
3574         that of Effects.  This is a good thing because now autogui can be used for
3575         all, and it is much cleaner.  Unfortunately, this caused alot of files to
3576         be changed.  Also, this sets up the extensions dialog (we're only using
3577         one now) to be integrated into the GTKmm codebase easier.
3579 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3580         * src/widgets/sp-color-wheel-selector.cpp,
3581           src/widgets/sp-color-scales.h, src/widgets/sp-color-slider.cpp,
3582           src/widgets/sp-color-scales.cpp:
3583         Changed CMYK selector to display values as 0-100. Fixes REF #1124499.
3585 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3586         * src/xml/repr-io.cpp:
3587         Expand entities; matches 0.41 behavior. Fixes bug #1157478.
3589 2005-04-20  Jon A. Cruz  <jon@joncruz.org>
3590         * src/sp-object-repr.cpp:
3591         Turned off the half-done <animate> element. Fixes bug #1119935.
3593 2005-04-19  Carl Hetherington  <inkscape@carlh.net>
3595         * src/pen-context.cpp: snap first point to grid correctly, fixing
3596         #1152057.  Remove a pointless call to spdc_endpoint_snap().
3598         * src/main.cpp: support for command-line export of PS and EPS,
3599         with options.
3601 2005-04-19  Piers Titus van der Torren  <piersvdt@users.sourceforge.net>
3602         * src/seltrans.cpp:
3603         Fixed skew so it displays and snaps to angle instead of percentage.
3605 2005-04-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3607         * src/extension/internal/pov-out.cpp (PovOutput::save):
3608         Was dividing component bytes by 256 instead of the usual 255 to get
3609         floating point component.  Changed to use sp_color_get_rgb_floatv
3610         instead.  (N.B. This change is wrong if pov files disallow 1.0.)
3612         Multiply opacity by product of all ancestors' opacity property computed
3613         value.
3615 2005-04-18  Carl Hetherington  <inkscape@carlh.net>
3617         * src/sp-line.cpp, src/dialogs/unclump.cpp,
3618         src/extension/internal/ps.cpp,
3619         src/libnrtype/Layout-TNG-Output.cpp,
3620         src/Layout-TNG-Scanline-Makers.cpp, src/livarot/PathCutting.cpp:
3621         add missing include of nr-point-matrix-ops.h.
3623 2005-04-17  Jon A. Cruz  <jon@joncruz.org>
3624         * src/toolbox.cpp:
3626         Corrected improper use of static. Fixes bug #1171919.
3628 2005-04-16  Ted Gould  <ted@gould.cx>
3630         * src/extension/extension.cpp, src/extension/parameter.cpp:
3632         Adding in autogui for strings and booleans.  Also making everything
3633         a little more robust.
3635 2005-04-17  cyreve  <cyreve@users.sourceforge.net>
3637         * src/: sp-text.cpp, sp-text.h, text-context.cpp, text-editing.cpp,
3638           text-editing.h, libnrtype/Layout-TNG-Compute.cpp: hook up keys
3639           for adding rotate= attribute to text elements
3641         * src/libnrtype/Layout-TNG-OutIter.cpp: visual cursor left/right in
3642           counterdirectional text runs
3644 2005-04-16  cyreve  <cyreve@users.sourceforge.net>
3646         * src/: display/nr-arena-glyphs.cpp, libnrtype/FontInstance.cpp,
3647           libnrtype/RasterFont.cpp, libnrtype/font-instance.h,
3648           libnrtype/font-style.h: make miter-limit work for text outlines
3649           (bug 1094430)
3651 2005-04-16  Ted Gould  <ted@gould.cx>
3653         * src/main.cpp:
3655         Added a command-line arguement --extension-directory to find what
3656         extension directory Inkscape is configured for.  This should be 
3657         helpful for external extensions that want to use the same path
3658         as Inkscape itself on their install.
3660         * src/extension/extension.cpp, src/extension/init.cpp:
3662         Putting in half of Aaron's fix, mostly the one to keep things from
3663         crashing, next we need to examine how to add multiple search paths
3664         for extension dependencies.
3666         Also, added a check so that autogui won't create a GUI if there are
3667         no preferences.
3669 2005-04-13  Jon Phillips <jon@rejon.org>
3670         * src/toolbox.cpp: removed code that was beeping and prepped for new
3671           drag-n-drop color swatches.
3673 2005-04-13  cyreve  <cyreve@users.sourceforge.net>
3675         * src/path-chemistry.cpp: wire up converting object to path for
3676           flowtext
3678 2005-04-13  Jon A. Cruz  <jon@joncruz.org>
3679         * src/dialogs/swatches.cpp:
3681         Simple drag-n-drop out from color swatches.
3683 2005-04-12  cyreve  <cyreve@users.sourceforge.net>
3685         * src/: selection-chemistry.cpp, text-context.cpp, text-context.h,
3686           text-editing.cpp, text-editing.h: cut and copy selected text (bug
3687           1175441)
3689 2005-04-12  Ted Gould  <ted@gould.cx>
3691         * src/extension/extension.cpp, src/extension/extension.h,
3692         src/extension/parameter.cpp, src/extension/parameter.h,
3693         src/extension/implementation/script.cpp:
3695         This is support for having command line arguments from the parameters,
3696         mostly this is a quick hack to get Aaron working, I'll clean it up
3697         shortly, I promise.  But, it does seem to be working right now.  More
3698         polish shortly.
3700 2005-04-10  Jon A. Cruz  <jon@joncruz.org>
3701         * src/interface.cpp:
3703         Adding drag-n-drop support for arbitrary images. Fixes bug 1177714.
3706 2005-04-10  Ted Gould  <ted@gould.cx>
3708         * Lots of files:
3710         Moving around the plugins, and disabling the feature.  I've put all
3711         the functionality into the internal directory.  This should allow for
3712         the features to be used until plugins could work.  Also, adding in
3713         features to do autogui with the parameters of a given extension.
3715 2005-04-09  Bryce <bryce@bryceharrington.org>
3717         * src/view.h, src/application/editor-impl.cpp,
3718           src/application/editor-impl.h, src/svg-view.h:
3720           C++-ification.  Created some C++ wrapper member functions for
3721           SPView and SPSVGView, to enable Gtkmmification of SPDesktop
3723 2005-04-09  MenTaLguY  <mental@rydia.net>
3725         * src/selection.cpp, src/selection.h, src/dialogs/align.cpp,
3726           src/extension/implementation/script.cpp,
3727           src/extension/plugin/bluredge.cpp, src/util/glib-list-iterators.h:
3729           excise STL abuse, and fix up the glib list iterators
3731 2005-04-09  MenTaLguY  <mental@rydia.net>
3733         * src/file.cpp, src/interface.cpp, src/shortcuts.cpp,
3734           src/sp-object-repr.cpp, src/sp-skeleton.cpp, src/verbs.cpp,
3735           src/dialogs/export.cpp, src/display/nr-arena-item.cpp,
3736           src/libnrtype/FontFactory.cpp, src/libnrtype/TextWrapper.h,
3737           src/livarot/ShapeMisc.cpp, src/livarot/float-line.cpp:
3739           combined several different 64-bit cleanness patches
3741 2005-04-08 Jon Phillips <jon@rejon.org>
3742         * src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h: 
3743           added copyright statements about dialog manager code I wrote.
3745 2005-04-08  MenTaLguY  <mental@rydia.net>
3747         * src/draw-context.cpp, src/dyna-draw-context.cpp, src/path-chemistry.cpp,
3748           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
3749           src/splivarot.cpp, src/extension/plugin/bluredge.cpp,
3750           src/trace/trace.cpp:
3752           renaming Inkscape::Selection methods that deal with XML::Nodes
3754 2005-04-08  MenTaLguY  <mental@rydia.net>
3756         * src/document-undo.cpp: try again with handling incomplete transactions
3757           more gracefully
3759 2005-04-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3761         * src/io/sys.h, src/io/sys.cpp (dir_open, dir_read_utf8name):
3762           New functions: utf8 wrappers around g_dir_open, g_dir_read_name.
3764 2005-04-02  Bryce Harrington <bryce@bryceharrington.org>
3766         * configure.ac share/ui/menus-bars.xml, src/Makefile.am,
3767           src/Makefile_insert, src/file.cpp,
3768           src/application/editor-impl.cpp,
3769           src/application/editor-impl.h,
3770           src/extension/init.cpp, src/extension/input.cpp,
3771           src/extension/system.cpp,
3772           src/extension/implementation/implementation.cpp,
3773           src/extension/implementation/plugin.cpp,
3774           src/extension/implementation/script.cpp,
3775           src/extension/internal/svg.cpp
3776         : Implementing preliminary load-from-URI functionality.
3777         
3779 2005-04-02  MenTaLguY  <mental@rydia.net>
3781         * src/document-undo.cpp, src/xml/event-fns.h, src/xml/event.cpp,
3782           src/xml/event.h:
3784           more debugging info for incomplete transactions
3786 2005-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3788         * src/sp-gradient.cpp: Fix crash with cycles in gradient hrefs.
3790 2005-04-01  Jon A. Cruz  <jon@joncruz.org>
3791         * src/ui/widget/panel.h, src/ui/widget/panel.cpp, src/ui/previewholder.h,
3792           src/ui/previewholder.cpp,src/dialogs/swatches.cpp,
3793           src/dialogs/swatches.h:
3794           Added UI for switching palettes
3796 2005-04-01  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3797         * src/style.cpp (sp_style_merge_from_dying_parent): New function to
3798           combine the styles of the <use> element and its ghost child when
3799           unlinking.
3800         * src/sp-use.cpp: Use it.
3802 2005-03-31  Jon A. Cruz  <jon@joncruz.org>
3803         * src/ui/widget/panel.cpp, src/ui/widget/panel.h, src/path-prefix.h,
3804           src/dialogs/swatches.cpp, src/dialogs/swatches.h
3805           share/palettes/Makefile.am, share/palettes/svg.gpl:
3806           Adding palette loading.
3808 2005-03-31 Jean-François Lemaire <jflemaire@skynet.be>
3809         * share/icons/David_icons.svg: new icon theme by David Christian Berg
3811         * share/icons/README.icons: explanations on how to use the theme
3813 2005-03-30  Jean-François Lemaire <jflemaire@skynet.be>
3814         * share/icons/icons.svg: included the layer menu icons
3816         * src/verbs.cpp: assigned names for the layer menu icons
3818 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
3819         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
3820           src/ui/previewholder.h, src/ui/previewfillable.h,
3821           src/dialogs/iconpreview.cpp, src/dialogs/swatches.cpp:
3822           Adding panel menu
3824 2005-03-27  Jon Phillips <jon@rejon.org>
3825         * src/toolbox.cpp src/toolbox.h src/ui/dialog/dialog-manager.cpp
3826           src/ui/dialog/dialog-manager.h: Added generic dialog adding,
3827           deleting, and getting and fixed toolboxes to be static with no
3828           warnings.
3830 2005-03-26  Bryce <bryce@bryceharrington.com>
3832         * share/ui/keybindings.rc, share/ui/menus-bars.xml
3833           src/application/editor-impl.cpp, src/application/editor-impl.h,
3834           src/extension/internal/svg.cpp, src/ui/dialog/Makefile_insert,
3835           src/ui/dialog/dialog-manager.cpp,
3836           src/ui/dialog/dialog-manager.h, src/ui/dialog/messages.cpp,
3837           src/ui/dialog/messages.h: Initial implementation of canvas in
3838           gtkmm.  Incorporating Messages dialog.
3841 2005-03-24  MenTaLguY  <mental@rydia.net>
3843         * src/sp-item.cpp: fix relative transforms to accommodate viewbox
3845 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
3847         * src/ui/Makefile_insert, src/dialogs/swatches.cpp,
3848           src/dialogs/swatches.h, src/ui/previewable.h,
3849           src/ui/previewfillable.h, src/ui/previewholder.cpp,
3850           src/ui/previewholder.h:
3851           Refactoring previewable functionality to be more generic
3853 2005-03-24  cyreve  <cyreve@users.sourceforge.net>
3855         * src/: text-context.cpp, text-editing.cpp, text-editing.h:
3856           functions for applying style to selected text, and wire them
3857           up to ctrl-b/ctrl-i for bold/italic
3859 2005-03-23  Jon Phillips <jon@rejon.org>
3860         * src/toolbox.h src/toolbox.cpp: Fixed warning messages.
3862 2005-03-23  Jon A. Cruz  <jon@joncruz.org>
3864         * src/ui/previewable.h, src/ui/Makefile_insert,
3865           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
3866           Preliminary work for 'Previewable' interface.
3868 2005-03-23  cyreve  <cyreve@users.sourceforge.net>
3870         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
3871           libnrtype/Layout-TNG-Output.cpp: make text on path work correctly
3872           with accent glyphs and suchlike
3874         * src/: text-chemistry.cpp, libnrtype/Layout-TNG.h: apply text's
3875           alignment to startOffset on new textpath elements, fixes bug
3876           1168145
3878         * src/libnrtype/Layout-TNG-OutIter.cpp: selecting text to the end
3879           sometimes displays wrong
3881 2005-03-22  MenTaLguY  <mental@rydia.net>
3883         * src/arc-context.cpp, src/desktop-handles.cpp,
3884           src/desktop-handles.h, src/desktop.cpp, src/desktop.h,
3885           src/document.h, src/draw-context.cpp, src/draw-context.h,
3886           src/file.cpp, src/forward.h, src/gradient-context.cpp,
3887           src/gradient-drag.cpp, src/gradient-drag.h, src/gradient-toolbar.cpp,
3888           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
3889           src/node-context.h, src/nodepath.cpp, src/object-ui.cpp,
3890           src/path-chemistry.cpp, src/rect-context.cpp, src/selcue.cpp,
3891           src/selcue.h, src/select-context.cpp, src/select-toolbar.cpp,
3892           src/selection-chemistry.cpp, src/selection-chemistry.h,
3893           src/selection-describer.cpp, src/selection-describer.h,
3894           src/selection.cpp, src/selection.h, src/seltrans.cpp,
3895           src/seltrans.h, src/sp-flowtext.cpp, src/spiral-context.cpp,
3896           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
3897           src/text-context.cpp, src/toolbox.cpp, src/verbs.cpp,
3898           src/dialogs/align.cpp, src/dialogs/clonetiler.cpp,
3899           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
3900           src/dialogs/find.cpp, src/dialogs/iconpreview.cpp,
3901           src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
3902           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
3903           src/dialogs/tiledialog.cpp, src/dialogs/transformation.cpp,
3904           src/dialogs/xml-tree.cpp, src/extension/plugin/bluredge.cpp,
3905           src/extension/plugin/grid.cpp, src/trace/trace.cpp,
3906           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
3907           src/ui/dialog/transformation.cpp, src/ui/dialog/transformation.h,
3908           src/widgets/sp-widget.cpp, src/widgets/sp-widget.h:
3910           SPSelection -> Inkscape::Selection
3912 2005-03-22  cyreve  <cyreve@users.sourceforge.net>
3914         * src/text-context.cpp: pressing esc doesn't hide text selection
3916         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3917           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
3918           libnrtype/Layout-TNG.h: make text selection inverse
3920 2005-03-21  Jon Phillips <jon@rejon.org>
3922         * share/icons/icons.svg src/dropper-context.cpp
3923           src/dropper-context.h src/toolbox.cpp src/toolbox.h
3924           src/dialogs/display-settings.cpp: Added controls for eye dropper
3925           so that I could get color values. Removed option from application
3926           preferences.
3928 2005-03-21  MenTaLguY  <mental@rydia.net>
3930         * src/util/Makefile_insert, src/util/glib-list.h,
3931           src/util/glib-list-iterators.h:
3933           retired old Glib list to Util::List adaptor and replaced it with
3934           new iterator classes that directly wrap the Glib list types
3936 2005-03-21  cyreve  <cyreve@users.sourceforge.net>
3938         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp: text
3939           selection doesn't show when it starts at the end of a line
3941         * src/: text-context.cpp, text-editing.cpp: crash on overtyping
3942           selection, and displayed selection not removed on overtype
3944         * src/text-editing.cpp: kerning information placed wrongly in text
3945           after child span element
3947         * src/libnrtype/Layout-TNG-OutIter.cpp: crash when pressing home key
3949         * src/: text-context.cpp, text-context.h: text selection using the
3950           mouse
3952         * src/: make.dep, make.files, make.ofiles,
3953           libnrtype/Layout-TNG-OutIter.cpp: further optimisation of text
3954           selection, and an implementation for text on a path
3956         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp,
3957           libnrtype/Layout-TNG.h: optimisation of text selection and fixing
3958           some bugs in it
3960 2005-03-18  MenTaLguY  <mental@rydia.net>
3962         * src/arc-context.cpp, src/file.cpp, src/gradient-context.cpp,
3963           src/node-context.cpp, src/object-ui.cpp, src/path-chemistry.cpp,
3964           src/rect-context.cpp, src/select-context.cpp,
3965           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
3966           src/sp-flowtext.cpp, src/spiral-context.cpp, src/splivarot.cpp,
3967           src/star-context.cpp, src/text-chemistry.cpp, src/text-context.cpp,
3968           src/dialogs/find.cpp, src/dialogs/in-dt-coordsys.cpp,
3969           src/dialogs/xml-tree.cpp:
3971           cleaned up the selection API slightly
3973 2005-03-20  cyreve  <cyreve@users.sourceforge.net>
3975         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3976           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
3977           libnrtype/Layout-TNG.h: initial implementation of text selection
3978           (keyboard only)
3980         * src/libnrtype/Layout-TNG-OutIter.cpp: making
3981           createSelectionShape() work
3983         * src/: sp-text.cpp, sp-text.h: text-anchor sometimes won't work in
3984           text on a path when x/y coordinates are set
3986         * src/libnrtype/Layout-TNG-Output.cpp: text on path: cut characters
3987           before start of path and calculate bounding box correctly when
3988           this happens
3990 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
3991         * src/dialogs/Makefile_insert, src/dialogs/swatches.cpp,
3992           src/dialogs/swatches.h, src/verbs.h, src/verbs.cpp,
3993           src/interface.cpp:
3994           Initial cut of swatches panel.
3996 2005-03-19  cyreve  <cyreve@users.sourceforge.net>
3998         * src/libnrtype/Layout-TNG-Compute.cpp: rendering of
3999           multiple-character clusters in rtl text is wrong (bug 1166603)
4001         * src/: make.dep, make.files, make.ofiles, sp-text.cpp, sp-text.h,
4002           text-editing.cpp: glue kerning info back together on deleting
4003           line breaks
4005         * src/sp-tspan.cpp: textpath startOffset attribute doesn't save
4006           correctly when it's a percentage (remnants of bug 1124722)
4008         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4009           text-editing.h, libnrtype/Layout-TNG.h: use Layout::iterator for
4010           storing cursor position. Fixes bug 1093660 related to rtl cursor
4011           movement
4013         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG.h: implement
4014           backend cursor movement functions properly for multidirectional
4015           text
4017         * src/libnrtype/Layout-TNG-Output.cpp: create more efficient
4018           postscript output
4020         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG-Output.cpp,
4021           Layout-TNG.h: obey text-align attribute when fitting text to a
4022           path (fixes bug 1124722)
4024         * src/: attributes-test.cpp, attributes.cpp, attributes.h,
4025           sp-flowtext.cpp, sp-text.cpp, sp-tspan.cpp, sp-tspan.h,
4026           style-test.cpp, libnrtype/Layout-TNG-Output.cpp: wire up
4027           startOffset attribute to textpath and fix bugs in it
4029         * src/sp-flowtext.cpp: unflow text command loses formatting
4031         * src/xml/repr-io.cpp: xml pretty-printer adding whitespace in
4032           xml:space=preserve elements
4034         * src/: sp-flowtext.cpp, text-editing.cpp: line breaks not being
4035           put before strings immediately following para elements, and
4036           deleting line breaks copies style wrongly
4038 2005-03-18  MenTaLguY  <mental@rydia.net>
4040         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4041           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4042           src/xml/node-fns.cpp, src/xml/node-fns.h, src/xml/node-iterators.h,
4043           src/xml/repr.cpp, src/xml/simple-node.cpp:
4045           renamed node-fns-tree to node-fns, and moved sp_repr_prev etc
4046           into Inkscape::XML namespace (as e.g. previous_node)
4048 2005-03-18  cyreve  <cyreve@users.sourceforge.net>
4050         * src/libnrtype/Layout-TNG-Compute.cpp: cursor position on blank
4051           first line sometimes goes wrong
4053         * src/: make.dep, make.files, make.ofiles, text-editing.cpp:
4054           spurious line break added before text in text and font dialog
4055           (bug 1166016)
4057         * src/: make.dep, make.files, make.ofiles, libnrtype/FlowBoxes.cpp,
4058           libnrtype/FlowBoxes.h, libnrtype/FlowDefs.h,
4059           libnrtype/FlowDest.cpp, libnrtype/FlowDest.h,
4060           libnrtype/FlowEater.cpp, libnrtype/FlowEater.h,
4061           libnrtype/FlowRes.cpp, libnrtype/FlowRes.h,
4062           libnrtype/FlowResOut.cpp, libnrtype/FlowSols.cpp,
4063           libnrtype/FlowSols.h, libnrtype/FlowSrc.cpp, libnrtype/FlowSrc.h,
4064           libnrtype/FlowSrcText.cpp, libnrtype/FlowSrcText.h,
4065           libnrtype/FlowStyle.cpp, libnrtype/FlowStyle.h,
4066           libnrtype/FlowUtils.cpp, libnrtype/FlowUtils.h,
4067           libnrtype/Makefile_insert: remove all old text layout code (7,577
4068           lines)
4070         * src/: sp-flowregion.cpp, sp-flowregion.h, sp-flowtext.cpp,
4071           sp-string.cpp, sp-tspan.cpp: purge flow_dest class from code
4073         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
4074           libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: define a value
4075           for line-height:normal and use it consistently
4077         * src/: sp-text.cpp, sp-text.h, text-editing.cpp: adjust kerning
4078           attributes on adding/removing line breaks
4080 2005-03-17  MenTaLguY  <mental@rydia.net>
4082         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp:
4084           whoops, we were calling the 'children' vfunc rather than
4085           'last_child' when appending, hence the bug... fixed now.
4087 2005-03-17  cyreve  <cyreve@users.sourceforge.net>
4089         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
4090           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h: x,y
4091           attributes on tspans set wrongly when alignment != left (bug
4092           1165427)
4094         * src/: sp-text.cpp, sp-text.h: break before tspan role=line
4095           elements, ie allow first tspan not to have role=line
4097         * src/: make.dep, make.files, make.ofiles, sp-flowtext.cpp,
4098           sp-object.cpp: fix inheritance problems with xml:space attribute
4100         * src/libnrtype/Layout-TNG-OutIter.cpp: crash on pressing enter
4101           immediately after creating text
4103         * src/: object-ui.cpp, sp-flowtext.cpp: set xml:space=preserve on
4104           new flowdiv elements
4106         * src/libnrtype/Layout-TNG-Compute.cpp: second try at solving
4107           numerical problems when line-height is set
4109         * src/: sp-flowtext.cpp, sp-flowtext.h, verbs.cpp: slightly
4110           objectify SPFlowtext and rearrange its updating a tiny bit
4112         * src/: path-chemistry.cpp, sp-flowregion.cpp, sp-offset.cpp,
4113           sp-text.cpp, sp-text.h, sp-use-reference.cpp, splivarot.cpp:
4114           slightly objectify SPText & rearrange updating code, also fixes
4115           bug causing all letters to appear on top of each other
4117         * src/libnrtype/Layout-TNG-Compute.cpp: characters will draw
4118           multiple times when x or y attributes set
4120 2005-03-16  cyreve  <cyreve@users.sourceforge.net>
4122         * src/text-editing.cpp: kerning: add/remove kerns with
4123           insertion/deletion of characters, and only apply kerns to the
4124           topmost xml object
4126         * src/: help.cpp, selection-chemistry.cpp, sp-text.cpp, sp-text.h,
4127           text-context.cpp, text-editing.cpp, text-editing.h,
4128           dialogs/text-edit.cpp: move functions applying to both text and
4129           flowtext to text-editing & rename them. Also fixes crash on
4130           letter/linespacing adjustment for flowtext
4132         * src/text-editing.cpp: fix crash on pressing delete at the end of
4133           text
4135         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
4136           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h:
4137           position cursor correctly in empty text objects
4139         * src/: sp-item-group.cpp, sp-object.cpp: optimise adding children
4140           to the end of a group - big improvement for tile clones
4142         * src/: sp-flowtext.cpp, sp-text.cpp, text-context.cpp,
4143           text-editing.cpp, text-editing.h: text editing fixes: track line
4144           breaks with preceding para tag, finish abstracting line
4145           break/remove functions to work on flowtext
4147         * src/libnrtype/Layout-TNG-Compute.cpp: cursor positioning
4148           off-by-one in some cases of wrapped text
4150 2005-03-15  cyreve  <cyreve@users.sourceforge.net>
4152         * src/libnrtype/Layout-TNG-Compute.cpp: small tweak to make cursor
4153           positioning work right in counterdirectional spans in fully
4154           justified text
4156         * src/sp-text.cpp: tweak function for adjusting linespacing by
4157           keyboard to be more precise
4159         * src/: attributes-test.cpp, attributes.cpp, make.dep, make.files,
4160           make.ofiles, style-test.cpp, style.cpp,
4161           libnrtype/Layout-TNG-Output.cpp: make the unit tests pass for the
4162           new styles, and workaround build breakage when pango < 1.8
4163           installed
4165         * src/: sp-flowtext.cpp, sp-flowtext.h,
4166           libnrtype/Layout-TNG-Compute.cpp,
4167           libnrtype/Layout-TNG-Scanline-Makers.cpp, libnrtype/Layout-TNG.h:
4168           wiring up full justification to old attribute & fixing bugs in
4169           it, which turned in to a major refactoring of layout code
4171 2005-03-14  Jon Phillips <jon@rejon.org>
4172         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
4173           src/desktop.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4174           src/dialogs/desktop-properties.cpp:
4175           Added showpageshadow preference to document preferences. Set to
4176           on automatically and saves with document if off.
4178 2005-03-14  MenTaLguY  <mental@rydia.net>
4180         * src/display/nr-arena-item.h, src/display/nr-arena-item.cpp,
4181           src/display/nr-arena-group.cpp:
4183           added virtual accessor for last child
4185 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
4186         * src/interface.cpp, src/verb.cpp, src/verbs.h,
4187           src/ui/widget/panel.cpp, src/dialogs/Makefile_insert,
4188           src/dialogs/extensions.cpp, src/dialogs/extensions.h,
4189           src/extension/error-file.cpp:
4190           Added rough cut of initial extensions panel and dialog.
4192 2005-03-13  Bryce Harrington <bryce@bryceharrington.org>
4194         * src/path-prefix.h: Rearranging linking of libui and libutil
4196         * src/application/application.cpp, src/application/application.h
4197           src/application/editor-impl.cpp,
4198           src/ui/dialog/dialog-manager.cpp,  src/ui/dialog/dialog.cpp,
4199           src/ui/dialog/dialog.h, src/ui/widget/labelled.cpp,
4200           src/ui/dialog/transformation.h, src/ui/dialog/transformation.cpp,
4201           src/ui/widget/unit-menu.h, src/util/units.cpp:
4202           Integrating Transformation dialog.  Removing hardcoded paths.
4204         * share/icons/Makefile.in, share/icons/arrows-horiz.svg,
4205           share/icons/arrows-vert.svg, share/icons/arrows_hor.xpm,
4206           share/icons/arrows_ver.xpm, share/icons/rotate.svg,
4207           share/icons/rotate.xpm, share/icons/scale_hor.xpm,
4208           share/icons/scale_ver.xpm, share/icons/Makefile.am:
4209           Adding icons needed by transformation dialog
4211         * share/ui/units.txt,  share/ui/units.xml:
4212           Moving units into ui/ subdir.  Dunno if this is the best
4213           location for them, but pjrm thought it'd be ok for now.
4215 2005-03-13  cyreve  <cyreve@users.sourceforge.net>
4217         * src/sp-text.cpp: allow adjusting letter spacing when cursor is at
4218           eol
4220         * src/: make.dep, make.files, make.ofiles,
4221           libnrtype/Layout-TNG-Compute.cpp,
4222           libnrtype/Layout-TNG-OutIter.cpp,
4223           libnrtype/Layout-TNG-Output.cpp, libnrtype/Layout-TNG.h: fix
4224           kerning when align != left, and fix linespacing < 100
4226         * src/: sp-flowtext.cpp, sp-text.cpp, sp-text.h, style.cpp,
4227           style.h, libnrtype/Layout-TNG-Compute.cpp,
4228           libnrtype/Layout-TNG-Input.cpp, libnrtype/Layout-TNG-OutIter.cpp,
4229           libnrtype/Layout-TNG-Output.cpp,
4230           libnrtype/Layout-TNG-Scanline-Maker.h, libnrtype/Layout-TNG.h:
4231           implement line-height css property, & fix percentage handling in
4232           style
4234 2005-03-12  MenTaLguY  <mental@rydia.net>
4236         * src/node-context.cpp, src/node-context.h, src/nodepath.cpp,
4237           src/nodepath.h, src/toolbox.cpp, src/dialogs/align.cpp:
4239           Renamed Path namespace to Inkscape::NodePath, to avoid conflict
4240           with livarot
4242 2005-03-12  Kees Cook  <kees@outflux.net>
4244         * inkscape.nsi: added German translation from Adib Taraben.
4246 2005-03-12  MenTaLguY  <mental@rydia.net>
4248         * src/sp-namedview.cpp, src/sp-metadata.cpp: it's valid for an SPObject
4249           'write' method to be passed the object's own XML node; account for this.
4251 2005-03-12  MenTaLguY  <mental@rydia.net>
4253         * src/xml/simple-node.cpp: assert that src != this in
4254           SimpleNode::mergeFrom
4256 2005-03-12  MenTaLguY  <mental@rydia.net>
4258         * src/gc-alloc.h: minor cosmetic adjustments
4260         * src/util/list-container.h: pedantically correct implementation of
4261           ListContainer::max_size()
4263         * src/xml/simple-node.cpp: use Util::ListContainer iterators in a more
4264           STL-ish fashion
4266 2005-03-12  Jon A. Cruz  <jon@joncruz.org>
4267         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
4268           src/ui/widget/Makefile_insert, src/dialogs/iconpreview.h,
4269           src/dialogs/iconpreview.cpp:
4270           Initial addition of Panel.
4272 2005-03-12  cyreve  <cyreve@users.sourceforge.net>
4274         * src/sp-flowtext.cpp: text unflow command losing space characters:
4275           add xml:space to generated elements
4277         * src/: attributes.cpp, attributes.h, make.dep, make.files,
4278           make.ofiles, sp-flowtext.cpp, sp-text.cpp, style.cpp, style.h,
4279           text-context.cpp, text-editing.cpp, dialogs/text-edit.cpp,
4280           libnrtype/FlowRes.cpp, libnrtype/Layout-TNG-Compute.cpp,
4281           libnrtype/Layout-TNG-Input.cpp: add several new text properties
4282           to SPStyle and rearrange some of the existing ones, also remove
4283           spurious warning on applying kerning
4285         * src/sp-flowtext.cpp: svg spec requires us to break after flowline
4286           content, not before
4288 2005-03-11  cyreve  <cyreve@users.sourceforge.net>
4290         * src/desktop-style.cpp, src/sp-text.cpp, src/sp-text.h,
4291           src/sp-tspan.cpp, src/sp-tspan.h, src/text-chemistry.cpp,
4292 src/text-editing.cpp,
4293           src/text-editing.h: combine the common attribute handling for text,
4294           tspan and textpath into one class
4296         * src/sp-flowtext.cpp, src/sp-string.cpp: reimplement xml:space attribute
4298         * src/sp-text.cpp, src/libnrtype/Layout-TNG-OutIter.cpp,
4299           src/libnrtype/Layout-TNG.h: apply calculated x/y attributes to tspan
4300           role=line elements
4302         * src/libnrtype/Layout-TNG-Output.cpp: postscript text output
4303           incorrectly scaled (and other problems)
4305 2005-03-10  cyreve  <cyreve@users.sourceforge.net>
4307         * src/sp-flowdiv.h, src/sp-flowtext.h,
4308           src/sp-text.cpp, src/sp-text.h, src/sp-tspan.h, src/text-context.cpp,
4309           src/text-editing.cpp, src/text-editing.h,
4310           src/libnrtype/Layout-TNG-Compute.cpp,
4311           src/libnrtype/Layout-TNG-OutIter.cpp: clean up xml tree properly on
4312           deleting line break, & fix various compile issues
4314         * src/nodepath.cpp, src/sp-flowdiv.cpp,
4315           src/sp-flowdiv.h, src/sp-flowtext.cpp, src/sp-flowtext.h,
4316 src/sp-string.cpp,
4317           src/sp-string.h, src/sp-text.cpp, src/sp-text.h, src/sp-tspan.cpp,
4318 src/sp-tspan.h,
4319           src/text-editing.cpp, src/verbs.cpp, src/libnrtype/FontInstance.cpp,
4320           src/libnrtype/font-instance.h, src/livarot/Shape.h,
4321           src/libnrtype/Layout-TNG-Compute.cpp, src/libnrtype/Layout-TNG-Input.cpp,
4322           src/libnrtype/Layout-TNG-OutIter.cpp,
4323           src/libnrtype/Layout-TNG-Output.cpp,
4324           src/libnrtype/Layout-TNG-Scanline-Maker.h,
4325           src/libnrtype/Layout-TNG-Scanline-Makers.cpp,
4326           src/libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: huge rewrite of
4327           text layout (and some text editing) code
4329 2005-03-07  Kees Cook  <kees@outflux.net>
4331         * src/libnr/have_mmx.S, src/libnr/nr_mmx_R8G8B8A8_P_EMPTY_A8_RGBAP.S,
4332           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_A8_RGBAP.S,
4333           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_R8G8B8A8_N_TRANSFORM.S,
4334           src/libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S: execstack patch
4335           from Mike Hearn.
4337 2005-03-07  Jon A. Cruz  <jon@joncruz.org>
4338         * src/interface.cpp, src/verbs.h, src.verbs.cpp, src/widgets/icon.cpp,
4339           src/dialogs/iconpreview.h, src/dialogs/iconpreview.cpp,
4340           src/dialogs/Makefile_insert:
4341           Initial cut of icon preview.
4343 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
4345         * share/icons/*.svg, share/icons/Makefile.am:  Adding icons for
4346           new gui interface
4348         * src/ui/icons.cpp:  Fixing some paths
4350         * src/main.cpp src/application/Makefile_insert,
4351           src/application/app-prototype.h,
4352           src/application/application.cpp src/application/editor.cpp,
4353           src/ui/widget/toolbox.cpp,
4354           src/application/editor-impl.cpp:
4355           Broke out editor-impl class to its own file.  Continued getting
4356           the new interface to the point where it'll load and run.
4358         * share/ui/keybindings.rc, share/ui/toolbox.xml, share/ui/menus-bars.xml:
4359           Migrating some of the UI definition stuff into main codebase
4361 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
4362         * src/widgets/layer-selector.cpp, src/widgets/icon.h,
4363           src/widgets/icon.cpp, src/dialogs/align.cpp, src/dialogs/find.cpp,
4364           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
4365           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4366           src/dialogs/xml-tree.cpp, src/interface.cpp:
4367           Purging PixBufFactory and sp_icon_new_scaled.
4369 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
4370         * src/widgets/icon.cpp, src/widgets/icon.cpp: Switched icon loading
4371           to be deferred and react to theme changes on-the-fly.
4373 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
4375         * src/application/Makefile_insert,
4376           src/application/app-prototype.cpp,
4377           src/application/editor.h,
4378           src/application/app-prototype.h,
4379           src/application/application.cpp:
4380           Adding Application::AppPrototype class
4381         * src/application/editor.cpp,
4382           src/application/editor.h:
4383           Changing member function getImpl() to getWindow()
4385 2005-03-04  Jon A. Cruz  <jon@joncruz.org>
4386         * src/widgets/icon.cpp: Changed stock item loading to use stock
4387           GtkImage widgets directly.
4389 2005-03-03  MenTaLguY  <mental@rydia.net>
4391         * src/widgets/icon.cpp: more idiomatic iteration
4393 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
4394         * src/toolbox.cpp: Added preference to make the top toolbox 'small'.
4396 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
4397         * src/desktop-events.cpp, src/desktop.cpp, src/gradient-toolbar.cpp,
4398           src/interface.cpp, src/select-toolbar.cpp, src/toolbox.cpp,
4399           src/toolbox.h, src/dialogs/find.cpp,
4400           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
4401           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4402           src/dialogs/xml-tree.cpp, src/widgets/button.cpp,
4403           src/widgets/button.h, src/widgets/icon.cpp, src/widgets/icon.h,
4404           src/widgets/layer-selector.cpp, src/widgets/paint-selector.cpp,
4405           src/widgets/widget-sizes.h:
4406           Initial pass removing hardcoded icon sizes.
4408 2005-03-01  MenTaLguY  <mental@rydia.net>
4410         * src/extensions/internal/ps.cpp: apply patch from Michael Forbes
4411           (miforbes@mbhs.edu) to support gradient fills in Postscript
4413 2005-03-01  MenTaLguY  <mental@rydia.net>
4415         * src/xml/node.h, src/xml/simple-node.cpp, src/xml/simple-node.h:
4417           begin migration of notification interface to use NodeObserver
4418           rather than NodeEventVector
4420 2005-03-01  MenTaLguY  <mental@rydia.net>
4422         * src/xml/Makefile_insert, src/xml/node-listener.h, src/xml/repr.cpp,
4423           src/xml/simple-node.cpp, src/xml/simple-node.h:
4425           reworked listener list to use Util::ListContainer
4427         * src/xml/node-observer.h: minor name cleanups
4429 2005-03-01  MenTaLguY  <mental@rydia.net>
4431         * src/Makefile.am, src/algorithms/find-if-before.h:
4433           added new generic algorithm
4435 2005-03-01  MenTaLguY  <mental@rydia.net>
4437         * src/Makefile.am, src/util/Makefile_insert,
4438           src/util/list-container-test.cpp, src/util/list-container.h:
4440           tests and fixes for Util::ListContainer
4442 2005-03-01  MenTaLguY  <mental@rydia.net>
4444         * src/Makefile.am, src/libnr/Makefile_insert, src/xml/Makefile_insert:
4445           use in-tree copy of cxxtest
4447         * src/util/Makefile_insert, src/util/list-container.h:
4448           add Util::List-based STL container
4450 2005-02-28 SwinginCelt  <swinginceltgmail.com>
4452         * Fixed an improper conversion of sp_repr_document_merge that was causing
4453           extra data being written to the prefrences file every time inkscape
4454           exited.
4456 2005-02-26 SwinginCelt  <swinginceltgmail.com>
4458         * Replaced all sp_repr_set_content calls with direct call to
4459           repr->setContent.
4460         * Replaced all sp_repr_merge calls with direct call to
4461           repr->mergeFrom.
4462         * Removed inline sp_repr_document_merge because it wasn't used anywhere.
4463         * Removed inline sp_repr_set_content because it wasn't used anywhere.
4465 2005-02-26  MenTaLguY  <mental@rydia.net>
4467         * cxxtest: imported cxxtest tree
4469 2005-02-24  Jon A. Cruz  <jon@joncruz.org>
4470         * src/main.cpp, io/sys.h, io/sys.cpp:
4471           Refactoring input filename conversion and fallback.
4472           Fixes bug #1151536.
4474 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
4475         * src/main.cpp:
4476           Refactoring sp_main_*. Adding cleanup phase on extracted filename list.
4478 2005-02-22  Bryce Harrington <bryce@bryceharringotn.org>
4480         * src/main.cpp, src/application/application.cpp:  Adding --new-gui
4481         option.
4483 2005-02-22  Ted Gould  <ted@gould.cx>
4485         * src/interface.cpp:
4487         Changing the effects menu to be driven by the preferences file so that the
4488         file can be the same whether or not the effects are shown.
4490 2005-02-22  MenTaLguY  <mental@rydia.net>
4492         * src/desktop-style.cpp, src/selection-chemistry.cpp,
4493           src/xml/attribute-record.h, src/xml/node.h, src/xml/repr-css.cpp,
4494           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h:
4496           use Inkscape::Util::List for attribute lists, and sprinkle some
4497           appropriate 'using's in to make things less verbose
4499 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
4500         * src/inkscape.cpp, src/main.cpp, src/extension/input.cpp, src/io/sys.cpp,
4501           src/xml/repr-io.cpp:
4502           Better catching of problematic filenames.
4503           Made segv handler only use dialog box when app is using a gui.
4504           Fixes bug #1145847.
4506 2005-02-22  Ted Gould  <ted@gould.cx>
4508         * src/extension/effect.cpp, src/extension/prefdialog.cpp,
4509         src/extension/prefdialog.h,
4510         src/extension/implementation/implementation.cpp,
4511         src/extension/implementation/implementation.h,
4512         src/extension/implementation/plugin-link.h,
4513         src/extension/implementation/plugin.cpp,
4514         src/extension/implementation/plugin.h,
4515         src/extension/implementation/script.cpp,
4516         src/extension/implementation/script.h, src/extension/plugin/grid.cpp:
4518         Changing the API of the effects preferences so that it doesn't use
4519         sockets and plugs anymore.  Now there is a generic widget passed down so
4520         that should work on every platform.
4522         * src/extension/plugin/grid.cpp:
4524         Fixing the grid so that it uses the right axis.
4526         * share/extensions/Makefile.am, share/extensions/bluredge.inx,
4527         share/extensions/randompnt.inx, share/extensions/randompos.inx,
4528         src/extension/plugin/Makefile_insert, src/extension/plugin/bluredge.cpp,
4529         src/extension/plugin/randompnt.cpp, src/extension/plugin/randompos.cpp:
4531         Adding some cool new effects, well, they're not really done yet,
4532         but getting the basis code into CVS so I don't loose it :)
4534 2005-02-21  MenTaLguY  <mental@rydia.net>
4536         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4537           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4538           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4539           src/xml/repr.cpp, src/xml/simple-node.cpp:
4541           renamed header files
4543         * src/xml/Makefile_insert, src/xml/invalid-operation-exception.h:
4545           added Inkscape::XML::InvalidOperationException
4547         * src/xml/simple-node.h:
4549           avoid a second indirect function call from SimpleNode::appendChild
4551 2005-02-20 SwinginCelt  <swinginceltgmail.com>
4553         * Replaced all sp_repr_attr calls with direct call to
4554           repr->attribute.
4555         * Replaced all sp_repr_document_unref calls with direct call to
4556           Inkscape::GC::release(...).
4557         * Removed iinline sp_repr_document_ref because it wasn't used anywhere.
4559 2005-02-20  MenTaLguY  <mental@rydia.net>
4561         * src/inkscape.cpp: removed unused signals
4563 2005-02-19  MenTaLguY  <mental@rydia.net>
4565         * src/arc-context.cpp, src/desktop.cpp, src/document-private.h,
4566           src/document-undo.cpp, src/document.cpp, src/event-context.cpp,
4567           src/gradient-chemistry.cpp, src/gradient-chemistry.h,
4568           src/gradient-drag.cpp, src/gradient-drag.h, src/node-context.cpp,
4569           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4570           src/star-context.cpp, src/toolbox.cpp,
4571           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4572           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4573           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4574           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
4575           src/xml/attribute-record.h, src/xml/document.h, src/xml/event-fns.h,
4576           src/xml/event.cpp, src/xml/event.h, src/xml/node-event-vector.h,
4577           src/xml/node-iterators.h, src/xml/node-listener.h, src/xml/node.h,
4578           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp, src/xml/repr-io.cpp,
4579           src/xml/repr-sorting.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp,
4580           src/xml/repr.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4581           src/xml/simple-node.h, src/xml/simple-session.cpp,
4582           src/xml/sp-css-attr.h, src/xml/sp-repr-action-fns.h,
4583           src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h,
4584           src/xml/sp-repr-attr.h, src/xml/sp-repr-doc.h,
4585           src/xml/sp-repr-event-vector.h, src/xml/sp-repr-iterators.h,
4586           src/xml/sp-repr-listener.h, src/xml/sp-repr.h:
4588           renamed header files to match new class names
4590 2005-02-19  MenTaLguY  <mental@rydia.net>
4592         * src/arc-context.cpp, src/arc-context.h, src/desktop-events.cpp,
4593           src/desktop-style.cpp, src/desktop-style.h, src/desktop.cpp,
4594           src/document-private.h, src/document-undo.cpp, src/document.cpp,
4595           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
4596           src/dyna-draw-context.h, src/event-context.cpp, src/event-context.h,
4597           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
4598           src/inkscape.h, src/inkview.cpp, src/interface.cpp, src/knotholder.cpp,
4599           src/knotholder.h, src/layer-fns.cpp, src/main.cpp, src/node-context.cpp,
4600           src/nodepath.cpp, src/nodepath.h, src/object-ui.cpp,
4601           src/path-chemistry.cpp, src/prefs-utils.cpp, src/rect-context.cpp,
4602           src/rect-context.h, src/selection-chemistry.cpp, src/selection.cpp,
4603           src/selection.h, src/seltrans.cpp, src/sp-anchor.cpp,
4604           src/sp-animation.cpp, src/sp-clippath.cpp, src/sp-conn-end-pair.cpp,
4605           src/sp-conn-end-pair.h, src/sp-defs.cpp, src/sp-ellipse.cpp,
4606           src/sp-flowdiv.cpp, src/sp-flowregion.cpp, src/sp-flowtext.cpp,
4607           src/sp-gradient-fns.h, src/sp-gradient-test.cpp, src/sp-gradient.cpp,
4608           src/sp-guide.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4609           src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
4610           src/sp-linear-gradient-fns.h, src/sp-marker.cpp, src/sp-mask.cpp,
4611           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4612           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object-repr.h,
4613           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp, src/sp-offset.h,
4614           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4615           src/sp-polyline.cpp, src/sp-radial-gradient-fns.h, src/sp-rect.cpp,
4616           src/sp-root.cpp, src/sp-shape.cpp, src/sp-skeleton.cpp,
4617           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-string.cpp,
4618           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-tspan.cpp,
4619           src/sp-use-reference.h, src/sp-use.cpp, src/spiral-context.cpp,
4620           src/spiral-context.h, src/splivarot.cpp, src/star-context.cpp,
4621           src/star-context.h, src/style.cpp, src/style.h, src/text-chemistry.cpp,
4622           src/text-context.cpp, src/text-editing.cpp, src/toolbox.cpp,
4623           src/verbs.cpp, src/application/application.cpp,
4624           src/application/application.h, src/application/editor.h,
4625           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
4626           src/dialogs/export.cpp, src/dialogs/fill-style.cpp, src/dialogs/rdf.cpp,
4627           src/dialogs/sp-attribute-widget.cpp, src/dialogs/sp-attribute-widget.h,
4628           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4629           src/dialogs/tiledialog.cpp, src/dialogs/xml-tree.cpp,
4630           src/ecma/EcmaBinding.cpp, src/ecma/EcmaBinding.h,
4631           src/extension/dependency.cpp, src/extension/dependency.h,
4632           src/extension/effect.cpp, src/extension/effect.h,
4633           src/extension/extension.cpp, src/extension/extension.h,
4634           src/extension/input.cpp, src/extension/input.h,
4635           src/extension/output.cpp, src/extension/output.h,
4636           src/extension/print.cpp, src/extension/print.h, src/extension/system.cpp,
4637           src/extension/implementation/plugin.cpp,
4638           src/extension/implementation/script.cpp,
4639           src/extension/implementation/script.h,
4640           src/extension/internal/gdkpixbuf-input.cpp,
4641           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4642           src/extension/internal/svg.cpp, src/extension/plugin/grid.cpp,
4643           src/helper/stock-items.cpp, src/trace/trace.cpp,
4644           src/widgets/dash-selector.cpp, src/widgets/dash-selector.h,
4645           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp,
4646           src/widgets/layer-selector.cpp, src/widgets/layer-selector.h,
4647           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
4648           src/widgets/sp-widget.h, src/widgets/sp-xmlview-attr-list.cpp,
4649           src/widgets/sp-xmlview-attr-list.h, src/widgets/sp-xmlview-content.cpp,
4650           src/widgets/sp-xmlview-content.h, src/widgets/sp-xmlview-tree.cpp,
4651           src/widgets/sp-xmlview-tree.h, src/widgets/spw-utilities.h,
4652           src/xml/comment-node.h, src/xml/element-node.h, src/xml/node-observer.h,
4653           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
4654           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4655           src/xml/repr-io.cpp, src/xml/repr-sorting.cpp, src/xml/repr-sorting.h,
4656           src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
4657           src/xml/session.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4658           src/xml/simple-node.h, src/xml/simple-session.cpp,
4659           src/xml/simple-session.h, src/xml/sp-css-attr.h,
4660           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
4661           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h,
4662           src/xml/sp-repr-doc.h, src/xml/sp-repr-event-vector.h,
4663           src/xml/sp-repr-iterators.h, src/xml/sp-repr-listener.h,
4664           src/xml/sp-repr.h, src/xml/text-node.h, src/xml/transaction-logger.h:
4666             SPRepr -> Inkscape::XML::Node
4667             SPReprDoc -> Inkscape::XML::Document
4668             SPReprAttr -> Inkscape::XML::AttributeRecord
4669             SPReprAction -> Inkscape::XML::Event
4670             SPReprEventVector -> Inkscape::XML::EventVector
4671             SPReprListener -> Inkscape::XML::NodeListener
4673             etc..
4675 2005-02-19  Jon A. Cruz  <jon@joncruz.org>
4676         * src/extension/extension.h, src/extension/internal/svg.cpp,
4677           src/extension/internal/svgz.cpp:
4678           Fixing .svgz Inkscape save and adding .svgz Plain save.
4679           Fixes bug #1144223
4681 2005-02-18  Jon A. Cruz  <jon@joncruz.org>
4682         * src/Makefile.am, src/libnr/Makefile_insert,
4683           src/libnr/nr-point-fns-test.h  src/libnr/nr-types-test.h:
4684           Adding initial version of CxxTest test cases.
4686 2005-02-17  Jon A. Cruz  <jon@joncruz.org>
4688         * src/io/gzipinputstream.h, src/io/gzipinputstream.cpp: Changed
4689           decompression to be streammed and removed hardcoded limit.
4691 2005-02-17  MenTaLguY  <mental@rydia.net>
4693         * src/inkscape.h, src/inkscape.cpp, src/desktop.cpp:
4695           rewrote "last desktop standing" test to not suck
4697 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4699         * Replaced some sp_repr_attr calls with direct call to
4700           repr->attribute.
4702 2005-02-16 John Cliff <simarilius@yahoo.com>
4704         * src/dialogs/tiledialog.h, src/dialogs/tiledialog.cpp,
4705           src/dialogs/makefile_insert, src/verbs.cpp, src/verbs.h:
4706           Added a dialog that allows you to arrange the selection
4707           in a grid pattern with user defined spacing.
4708           its in objects->grid arrange...
4710 2005-02-15 SwinginCelt  <swinginceltgmail.com>
4712         * Replaced inline function sp_repr_name with direct call to
4713           repr->name.
4714         * Replaced inline function sp_repr_content with direct call to
4715           repr->content.
4716         * Replaced inline function sp_repr_has_attr with direct call to
4717           repr->matchAttributeName.
4719 2005-02-15  MenTaLguY  <mental@rydia.net>
4721         * src/document.cpp, src/document.h, src/file.cpp, src/help.cpp,
4722           src/inkscape.cpp, src/inkview.cpp, src/slideshow.cpp,
4723           src/dialogs/filedialog.cpp, src/dialogs/stroke-style.cpp,
4724           src/extension/internal/gdkpixbuf-input.cpp,
4725           src/extension/internal/svg.cpp, src/extension/plugin/gimpgrad.cpp,
4726           src/helper/stock-items.cpp, src/widgets/icon.cpp:
4728           removed unused SPDocument::advertize
4730 2005-02-14  MenTaLguY  <mental@rydia.net>
4732         * src/document.cpp: remove redundant assignment that appears to confuse
4733           gcc anyhow
4735 2005-02-14  SwinginCelt  <swingincelt@gmail.com>
4737         * Replaced inline function sp_repr_set_position_absolute with
4738           direct call to repr>->setPosition.
4740 2005-02-13  Bryce  <bryce@bryceharrington.org>
4742         * src/main.cpp, src/application/application.cpp, src/inkscape.h,
4743           src/application/editor-impl.h, src/application/editor.cpp
4744           src/application/editor.h, src/ui/dialog/dialog-manager.cpp,
4745           src/ui/dialog/dialog-manager.h, src/application/app-prototype.h
4746           src/application/application.h:  Integrating I::A::Application
4747           into the execution path.  Now its run() routine is called from
4748           main().
4750         * src/application/Makefile_insert, src/application/makefile.in,
4751           src/application/editor-impl.h, src/application/editor.cpp,
4752           src/application/editor.h:  Initial import of inkscape_gtkmm
4753           code.  Also see doc/NewAppArchitecture/ presentation for the
4754           rationale behind this.
4756         * src/ui/dialog/align-and-distribute.cpp,
4757 src/ui/dialog/align-and-distribute.h,
4758           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
4759           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
4760           src/ui/dialog/document-preferences.cpp,
4761 src/ui/dialog/document-preferences.h,
4762           src/ui/dialog/export.cpp, src/ui/dialog/export.h,
4763           src/ui/dialog/extension-editor.cpp, src/ui/dialog/extension-editor.h,
4764           src/ui/dialog/fill-and-stroke.cpp, src/ui/dialog/fill-and-stroke.h,
4765           src/ui/dialog/find.cpp, src/ui/dialog/find.h,
4766           src/ui/dialog/inkscape-preferences.cpp,
4767 src/ui/dialog/inkscape-preferences.h,
4768           src/ui/dialog/layer-editor.cpp, src/ui/dialog/layer-editor.h,
4769           src/ui/dialog/messages.cpp, src/ui/dialog/messages.h,
4770           src/ui/dialog/text-properties.cpp, src/ui/dialog/text-properties.h,
4771           src/ui/dialog/tree-editor.cpp, src/ui/dialog/tree-editor.h,
4772           src/ui/dialog/xml-editor.cpp, src/ui/dialog/xml-editor.h,
4773           src/ui/widget/combo-text.cpp, src/ui/widget/combo-text.h,
4774           src/ui/widget/handlebox.cpp, src/ui/widget/handlebox.h,
4775           src/ui/widget/icon-widget.cpp, src/ui/widget/icon-widget.h,
4776           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h,
4777           src/ui/widget/notebook-page.cpp, src/ui/widget/notebook-page.h,
4778           src/ui/widget/scalar-unit.cpp, src/ui/widget/scalar-unit.h,
4779           src/ui/widget/scalar.cpp, src/ui/widget/scalar.h,
4780           src/ui/widget/toolbox.cpp, src/ui/widget/toolbox.h,
4781           src/ui/widget/unit-menu.cpp, src/ui/widget/unit-menu.h:
4782           Initial import of the gtkmm code.  These are mainly
4783           unimplemented stubs, but have few dependencies so are easy to
4784           integrate at this stage.
4786         * src/ui/widget/Makefile_insert, src/ui/widget/makefile.in,
4787           src/ui/dialog/Makefile_insert, src/ui/dialog/makefile.in,
4788           src/ui/Makefile_insert, src/ui/makefile.in:  Adding makefile
4789           support for new code.
4791         * io/simple-sax.h, io/simple-sax.cpp:  Adding Jon's simple SAX
4792           code
4794         * util/units.h, util/units.cpp:  New inkscape_gtkmm units code
4796 2005-02-12  MenTaLguY  <mental@rydia.net>
4798         * src/document.cpp, src/document.h, src/sp-gradient-test.cpp:
4800           SPDocument is now a "real C++ class", managed by the garbage collector
4802 2005-02-12  MenTaLguY  <mental@rydia.net>
4804         * src/document-private.h, src/document.cpp, src/document.h, src/view.cpp,
4805           src/view.h, src/dialogs/xml-tree.cpp:
4807           switched SPDocument to sigc++ signals
4809 2005-02-12  Kees Cook  <kees@outflux.net>
4811         * Makefile.am, configure.ac, Makefile.mingw.common, inkscape.nsi: undoing
4812           my "configure" changes.  Was dumb and forgot about native compiles on
4813           win32.
4814         * inkview.1.in, share/extensions/inkscape-shadow-white.sh,
4815           share/extensions/inkscape-shadow.sh: corrections found by Wolfram
4816           Quester during Debian packaging.
4817         * src/desktop-events.cpp, src/file.cpp, src/gradient-chemistry.cpp,
4818           src/interface.cpp, src/layer-fns.cpp, src/nodepath.cpp,
4819           src/object-ui.cpp, src/path-chemistry.cpp, src/prefs-utils.cpp,
4820           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
4821           src/sp-object.cpp, src/sp-pattern.cpp, src/sp-text.cpp, src/splivarot.cpp,
4822           src/text-editing.cpp, src/dialogs/clonetiler.cpp, src/dialogs/rdf.cpp,
4823           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
4824           src/extension/internal/gdkpixbuf-input.cpp, src/extension/plugin/grid.cpp,
4825           src/widgets/gradient-selector.cpp, src/xml/repr-action-test.cpp,
4826           src/xml/repr-css.cpp, src/xml/repr-io.cpp, src/xml/repr-util.cpp,
4827           src/xml/repr.cpp, src/xml/repr.h: inline function removal patches from
4828           Robert Crosbie.
4830 2005-02-11  Kees Cook  <kees@outflux.net>
4832         * src/Makefile.mingw, src/make.*: win32 compile updates.
4833         * src/extensions/internal/gnome.cpp: added my missing "comment" code.
4834         * src/shortcuts.cpp, doc/keys.xml, doc/keys.html, share/screens/keys.svg:
4835           added explicit ctrl-w. since gtk already binds it, we may as well show it.
4837 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
4839         * src/inkscape.cpp: Changed from SHGetSpecialFolderPath to
4840           SHGetSpecialFolderLocation. Fixes bug #1085641
4842 2005-02-10  MenTaLguY  <mental@rydia.net>
4844         * src/document.h, src/document.cpp: get rid of casting macro uses
4846 2005-02-10  MenTaLguY  <mental@rydia.net>
4848         * src/desktop.cpp, src/document-undo.cpp, src/document.cpp, src/file.cpp,
4849           src/gradient-chemistry.cpp, src/inkscape.cpp, src/interface.cpp,
4850           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-object-repr.cpp,
4851           src/sp-object.cpp, src/svg-view.cpp, src/uri-references.cpp,
4852           src/view.cpp, src/dialogs/stroke-style.cpp,
4853           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp:
4855           get rid needless uses of SP_IS_DOCUMENT (if we can't trust the
4856           compiler's type checking, what can we trust?)
4858 2005-02-10  MenTaLguY  <mental@rydia.net>
4860         * src/desktop-style.h, src/desktop.h, src/document.h, src/event-context.h,
4861           src/inkscape.h, src/knotholder.h, src/nodepath.h,
4862           src/selection-chemistry.h, src/selection.h, src/sp-conn-end-pair.h,
4863           src/sp-object-repr.h, src/sp-object.h, src/style.h,
4864           src/dialogs/sp-attribute-widget.h, src/extension/implementation/script.h,
4865           src/xml/repr-get-children.h, src/xml/repr.h, src/xml/sp-repr-action.h,
4866           src/xml/sp-repr-attr.h, src/xml/xml-forward.h:
4868           got rid of xml-forward.h
4870 2005-02-10  Kees Cook  <kees@outflux.net>
4872         * configure.ac, Makefile.am, src/Makefile.am, Makefile.mingw.common.in,
4873           inkscape.nsi.in: setting up "configure" to build the other files that
4874           expect version numbers to get updated.  Including mingw files in dist
4875           package.
4877 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
4878         * src/io/uristream.h, src/io/uristream.cpp,
4879           src/extension/internal/svg.h, src/extension/internal/svg.cpp,
4880           src/extension/internal/Makefile_insert,
4881           src/extension/internal/extension.h,
4882           src/extension/internal/init.cpp:
4883           Adding internal .svgz load and save extension.
4884           Probable fix for bugs #1074996, #1050361, #925033, #1052307
4886 2005-02-08  Kees Cook  <kees@outflux.net>
4888         * src/extension/implementation/script.cpp: proper /tmp handling.
4889           Closes bug #1074996.
4890         * src/inkscape.cpp, src/inkscape.h, src/dialogs/export.cpp: correction
4891           for export dialog paths.  Closes bug #1114714.
4892         * inkscape.nsi, Makefile.mingw.common: version bumps
4893         * src/text-context.cpp: removed preedit code; it was broken and unneeded.
4895 2005-02-08  Ted Gould  <ted@gould.cx>
4897         * Released 0.41
4899 2005-02-01  Kees Cook  <kees@outflux.net>
4901         * src/xml/sp-css-attr.h, src/desktop-style.cpp, src/xml/repr-css.cpp,
4902           src/xml/repr.h: Fixed SPCSSAttr to be a "real" class, at mental's
4903           direction.  Fixes my "default prefs don't show attrs" bug.
4904         * src/helper/stock-items.cpp: removing redundant code.
4905         * src/libnr/nr-point.h, src/libnrtype/FlowUtils.h, src/livarot/Shape.h:
4906           added explicit initializations to keep valgrind happy.
4907         * src/dir-util.cpp, src/sp-path.cpp, src/splivarot.cpp,
4908           src/svg/svg-length.cpp, src/widgets/icon.cpp:
4909           cleaning up memory leaks detected by valgrind.
4910         * src/extension/dependancy.cpp: made repr-attr tags untranslatable.
4911         * src/extension/system.cpp: correcting extension autodetection when
4912           there are conflicting matching modules.
4913         * src/dialogs/filedialog.cpp, src/extension/extension.h,
4914           src/extension/internal/svg.cpp: .svgz loading works again as
4915           expected.  Non-functioning modules are not listed in file dialogs.
4916         * src/text-context.cpp, src/text-editing.cpp: preedit modes don't
4917           work correctly for multi-byte characters.  See bug 1086769.
4919 2005-01-31  Jon A. Cruz  <jon@joncruz.org>
4920         * src/file.cpp, src/inkscape.cpp, src/interface.cpp,
4921           src/dialogs/export.cpp, src/extension/init.cpp:
4922           sanitize messages before passing to display dialogs.
4924 2005-01-31  Kees Cook  <kees@outflux.net>
4926         * src/libnrtype/FontFactory.cpp: added a crude font name detection
4927           routine to work around a Pango crash bug.  This can be removed once
4928           Pango is fixed.  See bug #1025565.  Actually, I figured out a fix.
4929         * print.cpp, print.h, sp-shape.cpp, extension/print.cpp,
4930           extension/print.h, extension/implementation/implementation.cpp,
4931           extension/implementation/implementation.h,
4932           extension/implementation/plugin.cpp, extension/implementation/plugin.h,
4933           extension/internal/gnome.h, extension/internal/ps.cpp,
4934           extension/internal/ps.h, extension/internal/win32.h:
4935           In an attempt to start debugging print rendering, I've added the
4936           Print::comment function so that SPItem boundries can be easily
4937           seen in rendered output.
4938         * src/preferences-skeleton.h, src/sp-shape.cpp,
4939           src/dialogs/display-settings.cpp, src/extension/internal/ps.cpp:
4940           Added printout comments for print debugging.  Fixed dash output
4941           bug #1104050.
4942         * src/dialogs/rdf.cpp: fixed rdf:bag displays.  Closes bug #1113316.
4944 2005-01-30  Jon A. Cruz  <jon@joncruz.org>
4945         * src/io/sys.h, src/io/sys.cpp: added utility routine to cleanup
4946           strings with invalid UTF-8 for display.
4948 2004-01-30  Kees Cook  <kees@outflux.net>
4950         * src/make.dep, src/make.exclude, src/make.files, src/make.ofiles,
4951           src/io/uristream.cpp, src/io/sys.cpp: additional win32 changes
4952           using Jon Cruz's new mkdir function.  Getting Win32 to compile the
4953           "io" directory.  Closes bug #1107305.
4954         * src/file.cpp, src/inkscape-stock.cpp, src/inkscape.cpp,
4955           src/interface.cpp, src/main.cpp, src/dialogs/export.cpp,
4956           src/dialogs/stroke-style.cpp, src/extension/input.cpp,
4957           src/extension/implementation/script.cpp, src/helper/stock-items.cpp,
4958           src/io/sys.cpp, src/io/sys.h, src/widgets/icon.cpp: wrapped
4959           g_file_test with new Inkscape::IO::file_test since g_file_test isn't
4960           utf8-safe.
4961         * src/inkscape.cpp: removed call to g_free on non-alloced string.
4962           fixed up crash-save location to be utf8-okay.
4963         * src/extension/extension.cpp: convert from utf8 before open.
4964         * src/sp-spiral.cpp, src/object-edit.cpp: found place where CLAMP on
4965           spiral's t0 wasn't working.  Closes bug #1075640.
4967 2004-01-28  MenTaLguY  <mental@rydia.net>
4969         * src/sp-object.h, src/sp-object.cpp:
4970           efficiency fixes which should be helpful when loading large documents
4972 2005-01-29  Jon A. Cruz  <jon@joncruz.org>
4974         * src/file.h, src/file.cpp, src/inkscape.cpp, src/sp-image.cpp,
4975           src/extension/implementation/script.cpp,
4976           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4977           src/extension/plugin/gimpgrad.cpp, src/helper/png-write.cpp,
4978           src/io/Makefile_insert, src/io/sys.h, src/io/sys.cpp,
4979           src/trace/imagemap.cpp, src/xml/repr-io.cpp:
4981           Refactored open routine to better location.
4983 2004-01-28  Kees Cook  <kees@outflux.net>
4985         * configure.ac: added test for libgc 6.4 or better.
4986         * src/main.cpp: calling new SPRepr methods instead of inline wrappers.
4988 2004-01-27  MenTaLguY  <mental@rydia.net>
4990         * src/xml/simple-node.h, src/xml/simple-node.cpp:
4992           SimpleNode::lastChild() and SimpleNode::appendChild() are now
4993           O(1) rather than O(n)
4995 2004-01-26  MenTaLguY  <mental@rydia.net>
4997         * src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
4998           src/xml/sp-repr-action.h, src/xml/sp-repr-event-vector.h:
5000           inlined legacy wrappers
5002         * src/xml/simple-node.cpp: really fixed #1108231 now
5004 2005-01-25  Jon A. Cruz  <jon@joncruz.org>
5006         * src/interface.cpp: Passed file import call to shared code.
5007           Fixed bug #1108620.
5009 2005-01-25  MenTaLguY  <mental@rydia.net>
5011         * src/xml/simple-node.cpp: fixed bug #1108231
5013 2005-01-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5015         * src/dialogs/desktop-properties.cpp: Changed set of paper sizes offered:
5017           Removed `Folio' pagesize (which means a different paper size to
5018           different people; will Folio be missed?  If so, can we improve
5019           the name?).
5021           Changed ISO page sizes (A0..A10, B0..B10) to match official ISO
5022           specification in mm.
5024           Note that these differ from ghostscript's idea of page sizes;
5025           see comment in desktop-properties.cpp for speculation of
5026           possible problems (fuzziness from antialiasing).
5028           (Note also that our previous sizes differed even more from
5029           gs_statd.ps...)
5031           Coalesced Ledger and Tabloid to a single entry (11x17in);
5032           previously they differed in size.
5034           Changed Icon 16x16 from 16pt to 16px; similarly Icon 32x32 and
5035           Banner 468x60.
5037 2004-01-24  MenTaLguY  <mental@rydia.net>
5039         * src/xml/simple-node.cpp: potential fix for bug #1108231
5041 2004-01-23  Ted Gould  <ted@gould.cx>
5043         * po/POTFILES.in, share/extensions/dia.inx,
5044         src/preferences-skeleton.h, src/extension/Makefile_insert,
5045         src/extension/dependency.cpp, src/extension/dependency.h,
5046         src/extension/error-file.cpp, src/extension/error-file.h,
5047         src/extension/extension.cpp, src/extension/extension.h,
5048         src/extension/init.cpp, src/extension/prefdialog.cpp:
5050         Adding in functionality to write out an error log based on the failing to
5051         load of extensions.  There is also a new error dialog that appears if one
5052         or more fail to alert the user and tell them where the error log is
5053         stored.  In the log there is more complex descriptions of what failed.
5055 2004-01-23  MenTaLguY  <mental@rydia.net>
5057         * src/sp-object.cpp: fix for id binding bug
5059 2004-01-23  MenTaLguY  <mental@rydia.net>
5061         * src/xml/repr-io.cpp: don't complain about not having a namespace
5062           URI for the standard xml: prefix
5064         * src/desktop-style.cpp, src/desktop.cpp, src/document-undo.cpp,
5065           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
5066           src/interface.cpp, src/nodepath.cpp, src/object-edit.cpp,
5067           src/path-chemistry.cpp, src/prefs-utils.cpp, src/select-toolbar.cpp,
5068           src/selection-chemistry.cpp, src/sp-defs.cpp, src/sp-flowdiv.cpp,
5069           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-item.cpp,
5070           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object.cpp,
5071           src/sp-offset.cpp, src/sp-pattern.cpp, src/sp-string.cpp,
5072           src/sp-text.cpp, src/sp-tspan.cpp, src/sp-use.cpp, src/splivarot.cpp,
5073           src/text-chemistry.cpp, src/text-context.cpp, src/text-editing.cpp,
5074           src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp,
5075           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
5076           src/extension/extension.h, src/extension/implementation/script.cpp,
5077           src/widgets/dash-selector.cpp, src/widgets/gradient-vector.cpp,
5078           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
5079           src/xml/comment-node.h, src/xml/element-node.h,
5080           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
5081           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
5082           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5083           src/xml/repr.h, src/xml/simple-document.cpp, src/xml/simple-document.h,
5084           src/xml/simple-node.cpp, src/xml/simple-node.h,
5085           src/xml/sp-repr-action.cpp, src/xml/sp-repr-doc.h, src/xml/sp-repr.h,
5086           src/xml/text-node.h:
5088           got rid of xml/repr-private.h, removed
5089           sp_repr_document_createTextNode(), made SPRepr and SPReprDoc abstract
5090           interfaces, and moved the SPRepr implementations into separate files
5091           in the Inkscape::XML namespace
5093         * src/util/shared-c-string-ptr.h: added equality operators to avoid
5094           certain ambiguities
5096 2004-01-22  MenTaLguY  <mental@rydia.net>
5098         * src/xml/Makefile_insert, src/xml/repr-private.h, src/xml/repr.cpp,
5099           src/xml/session.h, src/xml/simple-session.cpp, src/xml/simple-session.h,
5100           src/xml/sp-repr-action.cpp, src/xml/transaction-logger.h:
5102           added Inkscape::XML::Session and Inkscape::XML::TransactionLogger
5103           to provide a new interface for transactions, rather than doing it from
5104           SPReprDoc
5106 2004-01-22  MenTaLguY  <mental@rydia.net>
5108         * src/xml/Makefile_insert, src/xml/node-observer.h,
5109           src/xml/repr-private.h, src/xml/repr.cpp:
5111           moved repr loging behind generic observer interface
5113 2005-01-22  Ted Gould  <ted@gould.cx>
5115         * src/display/canvas-grid.cpp, src/display/canvas-grid.h;
5117         Fixing 1103001.  Now major grid lines work alot more like you
5118         think that they should.
5120 2005-01-21  MenTaLguY  <mental@rydia.net>
5122         * src/util/Makefile_insert, src/util/shared-c-string-ptr.cpp,
5123           src/util/shared-c-string-ptr.h, src/util/shared-c-string.cpp,
5124           src/util/shared-c-string.h, src/xml/repr-io.cpp,
5125           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5126           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h:
5128           renamed Util::SharedCString to Util::SharedCStringPtr, which is
5129           more descriptive of what it actually is
5131 2005-01-21  MenTaLguY  <mental@rydia.net>
5133         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp:
5135           simplify the cacheing of repr position indices, and make it something
5136           that can work with an abstract interface
5138 2005-01-20  Kees Cook  <kees@outflux.net>
5140         * src/file.cpp: added some debug output to help bulia debug bug #1102318.
5141         * configure.ac: more attempts at detecting the -lgc libs.
5143 2005-01-19  Kees Cook  <kees@outflux.net>
5145         * configure.ac: trying to correct the -lgc detection.
5146         * inkscape.pod: added theme details.
5147         * src/widgets/widget-sizes.h: went from 20 to 24 for toolbar icon size
5148           to match other GTK applications.
5149         * src/extension/db.cpp: corrected STL "not found" handling.  Didn't
5150           fix bug #1102318.
5152 2005-01-18  Kees Cook  <kees@outflux.net>
5154         * src/inkscape.h, src/inkscape.cpp, src/widgets/icons.cpp:
5155           Added basic theme support!  Whee!
5156         * share/inkscape/icons.svg: restoring original up/down/flip icons since
5157           icons are themable now.  We should stick to our original look.
5158         * share/screens/about.svg: added Brisgeek's 0.41 about screen.  Had
5159           to tweak background: looks like doc background isn't imported.
5160         * share/icons/*.xpm, share/icons/*.png: removed them.  Not being used.
5162 2005-01-17  MenTaLguY  <mental@rydia.net>
5164         * src/desktop-style.cpp, src/inkscape.cpp, src/interface.cpp,
5165           src/path-chemistry.cpp, src/prefs-utils.cpp, src/selection-chemistry.cpp,
5166           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-object.cpp,
5167           src/sp-text.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
5168           src/dialogs/xml-tree.cpp, src/extension/internal/pov-out.cpp,
5169           src/widgets/dash-selector.cpp, src/xml/repr-css.cpp,
5170           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
5171           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5172           src/xml/sp-repr-action.cpp:
5174           Made all SPRepr fields private, and moved most functionality into
5175           member functions.  Also shuffled SPReprDoc members, to avoid
5176           need for SPReprDoc to be finalized.
5178 2005-01-17  Kees Cook  <kees@outflux.net>
5180         * share/markers/markers.svg: applied patch #990884, which provides a
5181           few mirrored arrows until marker transforms are finished.
5182         * share/icons/icons.svg: updates per Bulia's request.
5184 2005-01-16  MenTaLguY  <mental@rydia.net>
5186         * src/sp-object.cpp: non-elements no longer get ids assigned
5188 2005-01-15  MenTaLguY  <mental@rydia.net>
5190         * src/arc-context.cpp, src/document-private.h, src/document.cpp,
5191           src/document.h, src/event-context.cpp, src/node-context.cpp,
5192           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
5193           src/star-context.cpp, src/toolbox.cpp, src/uri-references.cpp,
5194           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
5195           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
5196           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
5197           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
5198           src/xml/sp-repr-event-vector.h:
5200           Removed attribute setting callback, and decoupled ids and object/repr
5201           bindings (object <-> repr associations are now remembered directly,
5202           though ids are still tracked too).
5204           This means it is now possible to set a null id on an object without
5205           anything breaking (hopefully).  For now we will still assign ids
5206           to everything by default...
5208 2005-01-15  MenTaLguY  <mental@rydia.net>
5210         * src/arc-context.cpp, src/event-context.cpp, src/node-context.cpp,
5211           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
5212           src/star-context.cpp, src/toolbox.cpp,
5213           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
5214           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
5215           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
5216           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
5217           src/xml/sp-repr-event-vector.h:
5219           remove all veto callbacks but setting attributes
5221 2005-01-15  Kees Cook  <kees@outflux.net>
5223         * src/inkscape.cpp: correcting windows path for preferences.  Closes
5224         bug #933461.
5226         * src/file.cpp, src/nodepath.cpp, src/selection-describer.cpp,
5227         src/seltrans.cpp, src/sp-item-group.cpp, src/sp-path.cpp,
5228         src/sp-spiral.cpp, src/sp-star.cpp, src/dialogs/find.cpp:
5229         Using ngettext for plural localized strings.  Please try to keep this
5230         up.  Closes bug #1076872.
5232         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
5233         src/inkscape-stock.h, src/dialogs/stroke-style.cpp,
5234         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
5235         src/dialogs/xml-tree.cpp: Finished the last of the missing pixmap
5236         replacements from Andreas Nilsson.  Fixed some mistakes in the earlier
5237         changes (need to call sp_icon_new_scaled not sp_icon_new).
5239 2005-01-14  MenTaLguY  <mental@rydia.net>
5241         * src/gc.cpp: leave the free space multiplier at the default, which
5242           will hopefully (according to Hans) avoid some of the odd gc issues
5243           we've had, if nothing else does
5245 2005-01-14  Kees Cook  <kees@outflux.net>
5247         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
5248         src/inkscape-stock.h, src/verbs.cpp, src/dialogs/stroke-style.cpp,
5249         src/dialogs/transformation.cpp, src/widgets/icon.cpp, src/widgets/icon.h,
5250         src/widgets/paint-selector.cpp:
5251         Fixed up code and replaced pixmaps with icons from myself and
5252         Andreas Nilsson.
5254 2005-01-11  MenTaLguY  <mental@rydia.net>
5256         * src/xml/repr-io.cpp: promote non-namespaced SVG documents into SVG
5257           namespace
5259 2005-01-08  MenTaLguY  <mental@rydia.net>
5261         * src/Makefile_insert, src/gc-anchored.cpp, src/gc-anchored.h:
5262           abstracted allocation of anchors
5264 2005-01-06  Ted Gould  <ted@gould.cx>
5266         * src/interface.cpp, src/extension/effect.cpp,
5267         src/extension/implementation/implementation.cpp,
5268         src/extension/implementation/implementation.h,
5269         src/extension/implementation/plugin-link.h,
5270         src/extension/implementation/plugin.cpp,
5271         src/extension/implementation/plugin.h,
5272         src/extension/implementation/script.cpp,
5273         src/extension/implementation/script.h, src/extension/plugin/gimpgrad.cpp,
5274         src/extension/plugin/grid.cpp:
5276         Changing the effects preferences so that it uses sockets and plugs which
5277         will allow out of process GUIs to work too.  This is a first pass with
5278         nothing beautiful, but it does seem to work.
5280 2005-01-03  MenTaLguY  <mental@rydia.net>
5282         * src/document.cpp, src/main.cpp, src/sp-root.cpp:
5283           get rid of ugly xmlns hacks
5285         * src/inkscape.cpp, src/extension/internal/svg.cpp, src/xml/repr-io.cpp:
5286           automatically include xmlns declarations for the required namespaces,
5287           and make a best effort at using a default namespace when requested
5288           and possible
5290 2005-01-02  Kees Cook  <kees@outflux.net>
5292         * share/icons/icons.svg: updated view and location
5293         * src/document.cpp, src/dialogs/rdf.cpp: fixed another bug in metadata
5294           due to svg: prefix change.
5295         * src/inkscape-stock.h, src/inkscape-stock.cpp, share/icons/Makefile.am:
5296           removed unused xpm icons
5298 2005-01-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5300         * src/fontsize-expansion.h, src/fontsize-expansion.cpp:
5301           New files.
5302         * src/Makefile_insert: Add the new files to libinkpre_a_SOURCES.
5303         * src/desktop-style.cpp (sp_desktop_apply_css_recursive):
5304           When calling sp_css_attr_scale, change the expansion calculation
5305           to use fontsize_expansion().
5306         * src/sp-text.cpp (sp_text_set_transform): Similarly use
5307           fontsize_expansion() instead of generic m.expansion().
5309 2005-01-01  Kees Cook  <kees@outflux.net>
5311         * src/extension/db.h, src/extension/db.cpp, src/extension/init.cpp:
5312         created "modulelist" to maintain initialization order for extension
5313         lists.
5315 2004-12-31  MenTaLguY  <mental@rydia.net>
5317         * src/xml/repr-io.cpp, src/xml/repr.h: initial scaffoliding for more
5318           cosmetic use of prefixes in output files (and eventually more proper
5319           namespace handling for output as well)
5321 2004-12-31  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5323         * src/sp-text.cpp (sp_text_set_transform): Change scaling of font size.
5324           The result should be closer to what CorelDraw, XaraX, Canvas 7 and
5325           Expression3 do according to vellum, though I don't know the exact
5326           rule that they use.
5328 2004-12-25  Ted Gould  <ted@gould.cx>
5330         * share/extensions/grid.inx, src/extension/extension.cpp,
5331         src/extension/extension.h, src/extension/plugin/grid.cpp:
5333         Futher improvements to the grid plugin.  This involves mostly adding in
5334         parameters at this time, but, ofcourse, I never implemented floating
5335         point parameters -- so that had to be done first.  More modular code so
5336         that things can be adjusted externally better.
5338 2004-12-25  Ted Gould  <ted@gould.cx>
5340         * share/extensions/Makefile.am, share/extensions/grid.inx,
5341         src/extension/implementation/plugin-link.h,
5342         src/extension/implementation/plugin.cpp,
5343         src/extension/plugin/Makefile_insert, src/extension/plugin/gimpgrad.cpp,
5344         src/extension/plugin/grid.cpp:
5346         Adding in a new effect plugin, grid.  It draws a grid on the canvas which
5347         is just an easy way to do some neat things.  It is mostly done, but still
5348         needs cleanup.  Some other files required modification to make this
5349         possible.
5351 2004-12-25  MenTaLguY  <mental@rydia.net>
5353         * src/event-context.cpp: removed unused handler
5355 2004-12-25  Ted Gould  <ted@gould.cx>
5357         * share/extensions/svg_dropshadow:
5359         Changing to use "svg:g" instead of "g" for the group.
5361         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h,
5362         src/extension/system.cpp, src/extension/system.h,
5363         src/extension/implementation/implementation.cpp,
5364         src/extension/implementation/implementation.h,
5365         src/extension/implementation/plugin.cpp,
5366         src/extension/implementation/plugin.h,
5367         src/extension/implementation/script.cpp,
5368         src/extension/implementation/script.h:
5370         Final stuff to get Effects working as well as the did before, which
5371         is okay, but not great.  This involved changing the API to get an SPView
5372         instead of an SPDocument because then I can get the selection information
5373         from the view that is being used.
5375 2004-12-24  MenTaLguY  <mental@rydia.net>
5377         * src/sp-object-repr.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
5378           src/dialogs/rdf.cpp, src/dialogs/xml-tree.cpp,
5379           src/widgets/sp-xmlview-tree.cpp, src/xml/repr-io.cpp,
5380           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5381           src/xml/repr.h:
5383           cleaned out unused code and unhygenic macros, as well as fixing
5384           constructors for text and comment nodes
5386 2004-12-24  Ted Gould  <ted@gould.cx>
5388         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h:
5390         Okay, now the effects menu really works!  Well, the implementation seems
5391         to be broken, but the wrapper seems to be all working.
5393 2004-12-24  Ted Gould  <ted@gould.cx>
5395         * src/interface.cpp, src/verbs.cpp, src/verbs.h, src/extension/effect.cpp,
5396         src/extension/effect.h:
5398         Getting the Effects menu basically working.  This included some fixes to
5399         the verbs where they were incrementing the database incorrectly.  The
5400         effects are the first component to take advantage of the dynamically
5401         created verbs, and exercised new code.  Now the basic menu is available,
5402         but there is no functionality there.
5404 2004-12-24  Ted Gould  <ted@gould.cx>
5406         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
5408         Basic code for the effects menu.
5410         * src/dialogs/filedialog.cpp, src/dialogs/filedialog.h,
5411         src/extension/db.cpp, src/extension/db.h:
5413         Changing the DB access functions to use std::list instead of GSList so
5414         that it is more standard, and we get rid of a specialized class that
5415         really isn't that useful.  Less memory usage, and fixes a leak.
5417         * src/extension/effect.cpp, src/extension/effect.h:
5419         Adding in a "Last Effect" to be used in the menus.
5421         * src/extension/extension-forward.h, src/extension/extension.cpp,
5422         src/extension/extension.h, src/extension/input.cpp,
5423         src/extension/output.cpp, src/extension/timer.cpp, src/extension/timer.h,
5424         src/extension/Makefile_insert:
5426         Adding in the timer functions so that modules will unload in a given
5427         amount of time.  For more information on this read the documentation
5428         in the files.  Kinda a lazy deallocation.
5430         * src/extension/implementation/implementation.cpp:
5432         Fix unload so that it is not recursive.
5434 2004-12-23  MenTaLguY  <mental@rydia.net>
5436         * src/arc-context.cpp, src/document.cpp, src/draw-context.cpp,
5437           src/dyna-draw-context.cpp, src/file.cpp, src/gradient-chemistry.cpp,
5438           src/interface.cpp, src/layer-fns.cpp, src/main.cpp, src/object-ui.cpp,
5439           src/path-chemistry.cpp, src/rect-context.cpp,
5440           src/selection-chemistry.cpp, src/sp-anchor.cpp, src/sp-clippath.cpp,
5441           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
5442           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-gradient-test.cpp,
5443           src/sp-gradient.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
5444           src/sp-line.cpp, src/sp-marker.cpp, src/sp-mask.cpp,
5445           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-offset.cpp,
5446           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
5447           src/sp-polyline.cpp, src/sp-rect.cpp, src/sp-root.cpp,
5448           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp, src/sp-text.cpp,
5449           src/sp-tspan.cpp, src/sp-use.cpp, src/spiral-context.cpp,
5450           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
5451           src/text-context.cpp, src/dialogs/find.cpp, src/dialogs/rdf.cpp,
5452           src/dialogs/xml-tree.cpp, src/ecma/EcmaBinding.cpp,
5453           src/extension/internal/gdkpixbuf-input.cpp,
5454           src/extension/internal/svg.cpp, src/livarot/ShapeDraw.cpp,
5455           src/xml/repr-io.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp:
5457           use normalized qnames for SVG elements too
5459 2004-12-23  Kees Cook  <kees@outflux.net>
5461         * configure.ac, src/Makefile_insert, src/extension/script/Makefile_insert:
5462           adding Perl and Python compile tests.  Corrected library locations.
5463         * src/extension/script/InkscapeScript.h,
5464           src/extension/script/InkscapePython.cpp,
5465           src/extension/script/InkscapeScript.cpp: white space fix, and
5466           added config.h, and some small debugging for myself.  Hope Bob doesn't
5467           mind!  :)
5468         * src/dialogs/scriptdialog.cpp: added comments to default code.
5470 2004-12-22  Kees Cook  <kees@outflux.net>
5472         * configure.ac, src/extension/script/Makefile_insert: automake cleanups
5473           to deal with perl/python detection.
5475 2004-12-20  David Turner <novalis@gnu.org>
5476         * src/widgets/gradient-vector.cpp:
5477           Fixed bug with gradient stops at 0 and 100%.  Closes 1085920.
5479 2004-12-18  Bob Jamison  <rjamison@titan.com>
5481         * src/extensions/script/*:
5482           New files that enable embedding of scripting languages
5483           in Inkscape.  Currently using Swig to embed Perl and Python.
5485         * autoconf.ac:
5486           Allow opting for perl or python with --with-perl=yes|no
5487           and --with-python=yes|no
5489 2004-12-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5491         * streq.h (streq), strneq.h (strneq), memeq.h (memeq):
5492           New convenience functions for strcmp(a,b)==0 etc.
5494         * src/dir-util.cpp (sp_relative_path_from_path):
5495           Fix when base is a string prefix of path but a directory prefix
5496           (e.g. path=/foo/barney, base=/foo/bar).
5498 2004-12-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5500         * src/sp-conn-end.cpp (sp_conn_end_move_compensate):
5501           Fix for undo/save: wasn't calling updateRepr().
5503 2004-12-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5505         * src/style.cpp (sp_style_merge_from_style_string):
5506           More standards-conforming parsing of style strings into prop:value
5507           pairs.
5509 2004-12-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5511         * src/style.h, src/style.cpp, src/libnrtype/font-style-to-pos.cpp:
5512           Fix font-weight value: s/darker/bolder/.
5514         * src/style.cpp (sp_style_merge_from_parent):
5515           Fix bug with specifying stroke-width with unit of em or ex.
5516           (We were ignoring the number, treating it as 1em or 1ex.)
5518         * src/style.h, src/style.cpp (sp_style_read_dash,
5519           sp_style_write_string, sp_style_write_difference):
5520           Allow `inherit' as a value for dasharray.
5521           (Also plug small memory leak in sp_style_read_dash.)
5523 2004-12-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5525         * src/style.cpp (sp_style_write_string):
5526           Fix for when stroke-dasharray either explicitly set to `none', or
5527           inherits non-none.
5529         * src/style.cpp (sp_style_write_ienum):
5530           Fix: preserve explicit `inherit' request.
5531         * (sp_style_read, sp_style_merge_property):
5532           Allow explicit `inherit' for `display' property.
5534         * src/style.cpp (sp_style_read):
5535           Fix copy&paste bug affecting `visibility' and `display' properties.
5537 2004-12-07  David Turner  <novalis@gnu.org>
5539         * src/libnrtype/RasterFont.cpp, src/display/nr-arena-shape.cpp:
5540         Fixed dash rendering bug (#1077213)
5542 2004-12-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5544         * src/style.h, src/style.cpp: Support all `display' values
5545           required by SVG 1.1.  (No functional change, insofar as the new
5546           values all have the same behaviour as our existing `block' value
5547           in SVG.)
5548         * src/sp-item.cpp, src/style.cpp: Use `inline' (SP_CSS_DISPLAY_INLINE)
5549           rather than `block' as our generic display value meaning `don't hide
5550           this', as per spec.
5552         * src/style.cpp: Prefer to write lr-tb etc. rather than the
5553           abbreviations lr etc.  (Also add comment saying why.)
5555 2004-12-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5557         * src/dialogs/xml-tree.cpp (on_attr_select_row_set_value_content):
5558           Fix segfault: treat NULL as empty string for display purposes.
5560 2004-11-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5562         * src/svg/svg.h, src/svg/sp-svg.def, src/svg/svg-length.cpp:
5563           (sp_svg_boolean_read, sp_svg_write_percentage):
5564           Remove these unused functions.
5565           (sp_svg_length_read_lff, sp_svg_number_write_d,
5566           sp_svg_number_write_i): Mark static.
5568         * configure.ac:
5569           When adding -lgc to LIBS, also add its dependencies -lpthread -ldl.
5571 2004-11-28  Ted Gould  <ted@gould.cx>
5573         * 0.40
5575 2004-11-25  MenTaLguY  <mental@rydia.net>
5577         * share/tutorials/tutorial-calligraphy.svg: spelling fix
5579         * src/widgets/layer-selector.cpp: fixing the layer selector update bug;
5580           sigc++ apparently doesn't deal with reference arguments very well
5582 2004-11-25  MenTaLguY  <mental@rydia.net>
5584         * src/layer-fns.cpp: fix layer creation within sublayers
5586         * src/dialogs/layer-properties.cpp: fix dialog leak
5588 2004-11-25  MenTaLguY  <mental@rydia.net>
5590         * src/inkscape.cpp: eliminate duplicated code across #ifdefs
5592         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5593           src/dialogs/layer-properties.h:
5595           LayerPropertiesDialog is no longer a singleton, since it's kind of a
5596           per-desktop (well, ideally per-document) thing.  Remaining to do:
5597           fix update of layer selector widget, and eliminate leak of dialog
5598           objects.
5600 2004-11-24  Kees Cook  <kees@outflux.net>
5602         * inkscape.spec: added SMP flags, added static library link capability.
5604 2004-11-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5606         * src/draw-context.cpp (spdc_concat_colors_and_flush):
5607           Do nothing if empty curve; in particular, don't try to close an
5608           empty curve.
5610         * src/pen-context.cpp (spdc_endpoint_snap):
5611           Fix use of uninitialized value when snapping.
5613 2004-11-23  Bryce Harrington <bryce@bryceharrington.org>
5615         * src/dialogs/layer-properties.cpp:  Fixing bug causing two new
5616           layers to get created when hitting enter
5618 2004-11-23  Kees Cook  <kees@outflux.net>
5620         * share/tutorials: added Josh's changes, resized, repositioned for
5621           800x600.
5622         * src/verbs.h, src/verbs.cpp, src/interface.cpp: added tracing
5623           tutorial.
5625 2004-11-23  MenTaLguY  <mental@rydia.net>
5627         * src/rect-context.cpp: disallow drawing on locked or invisible layers
5629         * src/widgets/layer-properties.h, src/widgets/layer-properties.cpp:
5630           slight HIG-ification
5632         * src/desktop.cpp, src/desktop.h, src/widgets/layer-selector.cpp,
5633           src/widgets/layer-selector.h, src/verbs.cpp, src/sp-desktop-widget.h
5635           removed vestigal layer renaming thing
5637         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5638           src/dialogs/layer-properties.h:
5640           reuse dialog for creating layers as well as for renaming them
5642 2004-11-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5644         * src/display/bezier-utils.cpp (generate_bezier): For the sake of
5645           our current pencil tool, don't use free optimization of the end
5646           tangent vector.
5648 2004-11-21  MenTaLguY <mental@rydia.net>
5650         * src/verbs.cpp: add accels for layer menu items
5652 2004-11-21  Bryce Harrington <bryce@bryceharrington.org>
5654         * src/dialogs/layer-properties.cpp, src/verbs.cpp,
5655           src/dialogs/layer-properties.h: Hooking up layer rename
5656           functionality, and making it show correctly.
5658         * src/dialogs/debugdialog.cpp, src/dialogs/find.cpp,
5659           src/dialogs/tracedialog.cpp:  Fixing dialog show behavior
5661 2004-11-21  Kees Cook  <kees@outflux.net>
5663         * src/sp-object.cpp, src/sp-metadata.cpp: added some debugging, and
5664           fixed a dumb error in my metadata _release handler.  Should mostly
5665           close bug 1069772.
5666         * src/Makefile_insert, src/sp-skeleton.cpp, src/sp-skeleton.h:
5667           created some example SPObject implementations for a basis for any
5668           new SPObjects in the future.
5669         * src/dialogs/xml-tree.cpp: fixing logic bug in identability checker.
5670           Added immutability test to actually close 1069772.
5671         * share/icons/icons.svg, src/verbs.cpp, src/interface.cpp: adding
5672           icons for the "new" menu, vacuum, reverse, make bitmap, and trace.
5674 2004-11-20  Jon A. Cruz  <jon@joncruz.org>
5676         * src/extension/db.h, src/extension/db.cpp, src/dialogs/filedialog.cpp:
5677           Added extension matching pattern. Fixed bug 1064888.
5679         * src/dialogs/filedialog.cpp (isValidImageFile):
5680           Fixed previewing bug 1067551.
5682 2004-11-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5684         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
5685           Add splitpoints parameter.  Callers updated.
5687         * src/display/bezier-utils.cpp
5688           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full):
5689           Change last parameter from lg_max_beziers to max_beziers.
5690           Callers updated.
5692 2004-11-19  Bryce <bryce@bryceharrington.org>
5694         * src/dialogs/layer-properties.cpp,
5695           src/dialogs/layer-properties.h:  Adding some widgets.
5697 2004-11-18  Bryce <bryce@bryceharrington.org>
5699         * src/dialogs/Makefile_insert, src/dialogs/makefile.msc,
5700           src/dialogs/layer-properties.h, src/dialogs/layer-properties.h:
5701           Adding a layer properties dialog for renaming layers
5703         * src/desktop.cpp src/interface.cpp, src/verbs.cpp,
5704           src/verbs.h src/dialogs/layer-properties.cpp,
5705           src/dialogs/layer-properties.h,
5706           src/widgets/layer-selector.cpp:  Hooking in layer props dialog.
5708 2004-11-16  MenTaLguY  <mental@rydia.net>
5710         * src/widgets/document-tree-model.cpp, src/widgets/document-tree-model.h,
5711           src/widgets/layer-selector.cpp, src/widgets/Makefile_insert:
5713           removed Widgets::DocumentTreeModel because unused
5715         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5716           src/xml/repr.h:
5718           cache successive sibling counts (self+subsequent siblings) in SPRepr
5719           to make sp_repr_n_children() and sp_repr_position() more efficient,
5720           which will be needed later for e.g. GTK tree models.
5722           sp_repr_nth_child() isn't any faster as a result of the changes,
5723           but it probably won't need to be
5725         * src/xml/repr.cpp: fixed refcount leak in SPRepr::SPRepr(SPRepr const &)
5727 2004-11-15  MenTaLguY  <mental@rydia.net>
5729         * src/gc.cpp: add initial stubs that print an informative error
5730           if the GC functions are used before Inkscape::GC::init() is called
5732 2004-11-14  MenTaLguY  <mental@rydia.net>
5734         * configure.ac, src/gc-core.h, src/gc-managed.h, src/gc-anchored.h,
5735           src/gc-finalized.h, src/gc.cpp:
5737           make disabling the collector a run-time rather than a compile-time
5738           option; there are now three garbage collector options, selectable
5739           by setting the _INKSCAPE_GC environment variable:
5741            * enable - the normal collector (default)
5742            * debug - the debugging collector
5743            * disable - use standard malloc in place of the libgc allocator
5745 2004-11-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5747         * src/display/bezier-utils.cpp: Make end tangent/s be unconstrained for
5748           sp_bezier_fit_cubic, sp_bezier_fit_cubic_r, and around corner nodes.
5750         * src/pencil-context.cpp (fit_and_split): Allow the bezier fitter to
5751           choose the middle control points freely except to the extent required
5752           for smooth nodes.
5754         * src/display/bezier-utils.cpp (generate_bezier):
5755           If either end tangent is specified as zero then estimate the
5756           corresponding control point without constraining its direction
5757           from the endpoint.
5759         * src/pencil-context.h, src/pencil-context.cpp
5760           (fit_and_split, sp_pencil_context_init): Explicitly remember required
5761           tangent instead of using "first two points" hack.
5763         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
5764           Detect & prevent "ghost spikes", by allowing a corner node if
5765           the specified tangent would result in a spike.
5767         * src/display/bezier-utils.cpp (generate_bezier): Better handling
5768           of the case of infinite solutions for the lengths of the two
5769           tangent vectors: try requiring that the lengths equal each other,
5770           and solving for that length (just one variable).
5772 2004-11-13  Kees Cook  <kees@outflux.net>
5774         * src/document.cpp: wrapped updateDisplay call in undo insensitivity.
5775           Closes bug #1030436.
5777 2004-11-12  MenTaLguY  <mental@rydia.net>
5779         * src/main.cpp: fpresetsticky -> fpsetsticky
5781         * src/verbs.cpp: cast width changes
5783         * src/libnrtype/FlowBoxes.h, src/libnrtype/FlowDefs.h,
5784           src/libnrtype/FlowDest.h, src/libnrtype/FlowEater.h,
5785           src/libnrtype/FlowRes.h, src/libnrtype/FlowSols.h,
5786           src/libnrtype/FlowSrc.h, src/libnrtype/FlowSrcText.h,
5787           src/libnrtype/FlowStyle.h, src/libnrtype/FlowUtils.h:
5788           remove stdint.h which isn't being used here
5790         * src/widgets/icon.h, src/widgets/icon.cpp:
5791           icon greys out when insensitive
5793         * src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
5794           documentation
5796         * src/verbs.cpp: changed cast to reinterpret_cast to hopefully
5797           avoid compiler warning
5799 2004-11-11  Kees Cook  <kees@outflux.net>
5801         * src/seltrans.cpp, src/select-context.cpp: ref counting SPObjects
5802           correctly so undo's don't blow up an active resize/move.  Closes
5803           bug #1018756.
5805 2004-11-11  MenTaLguY  <mental@rydia.net>
5807         * src/inkscape.cpp, src/main.cpp, src/widgets/icon.cpp:
5808           removed sp_bitmap_icons
5810         * configure.ac, src/sp-image.cpp, src/object-ui.cpp:
5811           removed stale autotrace support code
5813 2004-11-10  MenTaLguY  <mental@rydia.net>
5815         * src/sp-item.cpp, src/sp-clippath.cpp, src/cp-mask.cpp:
5816           minor refcounting tweaks
5818         * src/sp-image.cpp: fixed failure to release GdkPixbufLoader when
5819           done with it (fixes bug #1063054)
5821 2004-11-10  Kees Cook  <kees@outflux.net>
5823         * configure.ac, src/gc-core.h: corrected gc.h path detection.
5825 2004-11-09  MenTaLguY  <mental@rydia.net>
5827         * src/dialogs/fileselector.cpp: fixed cut-and-paste refcount bug
5828           between SVGPreview::setFileName and SVGPreview::setFromMem that
5829           was leaking bitmap image preview SPDocuments
5831 2004-11-09  Bryce Harrington <bryce@bryceharrington.org>
5833         * src/dialogs/item-properties.cpp
5835 2004-11-09  MenTaLguY  <mental@rydia.net>
5837         * src/sp-item.cpp, src/style.cpp, src/style.h:
5838           use 'display' rather than 'visibility' for hiding, and give display
5839           a more "modern" representation in SPStyle like visibility's
5841 2004-11-09  Kees Cook  <kees@outflux.net>
5843         * src/dialogs/xml-tree.cpp: added better context to the status bar.
5844           added warning flash for id conflicts.
5845         * src/toolbox.cpp: killed some copy/paste code while bug hunting.
5847 2004-11-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5849         * src/sp-item.h, src/sp-item.cpp
5850           (isExplicitlyHidden, setExplicitlyHidden): New methods.
5852         * src/dialogs/item-properties.cpp: Change from having a `Visible'
5853           checkbox that explicitly sets the SVG visibility property to
5854           having a `Hide' checkbox that controls whether or not the
5855           element has visibility:hidden.  (Mitigates #1061934.)
5857         * src/sp-object.h, src/sp-object.cpp (visible, setVisible):
5858           Remove these methods.
5860 2004-11-07  MenTaLguY  <mental@rydia.net>
5862         * src/gc-finalized.h: fix for Debian bug #279991 (cast to ptrdiff_t
5863                               rather than int), and basic documentation
5865 2004-11-06  MenTaLguY  <mental@rydia.net>
5867         * src/sp-item.cpp: fix desktop-specific version of SPItem::isHidden()
5868                            to deal correctly with parent visibility
5870 2004-11-05  MenTaLguY  <mental@rydia.net>
5872         * src/widgets/layer-selector.cpp: more work on making the lock/hide
5873           buttons actually do something
5875         * src/sp-item.cpp, src/sp-item.h: implement lock/hide related methods
5877         * src/verbs.cpp: "Remove All Kerns" -> "Remove Manual Kerning"
5879 2004-11-04  Kees Cook  <kees@outflux.net>
5881         * src/dialogs/rdf.h, src/dialogs/rdf.cpp: added rdf:Bag for the
5882           dc:subject keyword list.  Closed bug #1021025.
5883         * src/dialogs/xml-tree.cpp, src/widgets/sp-xmlview-attr-list.cpp,
5884           src/widgets/sp-xmlview-attr-list.h: added status bar to XML
5885           editor.  added row-change callback for XML tree view.  This
5886           all supports a possible future solution to bug #869683.
5887         * src/dialogs/desktop-properties.cpp: memory leak in RDF code.
5889 2004-11-04  MenTaLguY  <mental@rydia.net>
5891         * src/widgets/layer-selector.cpp: togglable images and formatting
5892           changes (make current layer bold)
5894         * src/uri.h, src/uri.cpp: added assignment operator
5896 2004-11-03  MenTaLguY  <mental@rydia.net>
5898         * src/widgets/Makefile_insert, src/widgets/shrink-wrap-button.cpp,
5899           src/widgets/shrink-wrap-button.h:
5901           added Inkscape::Widgets::shrink_wrap_button, to make any gtk button
5902           an SPButton-like shrink-wrapped button
5904         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5906           abandon SPButton for layer selector buttons
5908 2004-11-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5910         * po/check-markup: New script: detects <b>markup<b> <b>problems<7b>
5911           in the <b>translated strings.  (~10 such problems found.)
5912         * Makefile.am (all, check, distcheck): Run po/check-markup (with
5913           varying permissiveness of errors).
5915 2004-11-02  MenTaLguY  <mental@rydia.net>
5917         * doc/keys.xml: added documentation of layer keys
5919 2004-11-01  Kees Cook  <kees@outflux.net>
5921         * src/dialogs/align.cpp, src/dialogs/debugdialog.cpp: localized
5922         some missed strings.
5924 2004-11-01  MenTaLguY  <mental@rydia.net>
5926         * share/icons/icons.svg: gave bulia's eye icons ids
5928         * src/widgets/layer-selector.h, src/widgets/layers-selector.cpp:
5929           fixed up visibility/lock toggles... now to make them actually do
5930           something
5932 2004-10-31  MenTaLguY  <mental@rydia.net>
5934         * src/util/glib-list.h: adaptor for glib lists
5936         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5937           save the repr next to the SPObject
5939 2004-10-30  MenTaLguY  <mental@rydia.net>
5941         * src/util/list.h: more list cleanups and documentation
5943         * src/verbs.cpp: call sp_document_done() for layer verbs too
5945 2004-10-30  Bryce Harrington <bryce@bryceharrington.org>
5947         * src/dialogs/item-properties.cpp, src/sp-object.h:  Cleaning up
5948         stubs, disabling some more of the desc code to prevent crash.
5949         The change to SPObject::label() broke the label editing code;
5950         fixing it.
5952 2004-10-30  Kees Cook  <kees@outflux.net>
5954         * src/sp-metadata.cpp, src/sp-metadata.h, src/Makefile_insert,
5955         src/document.cpp, src/sp-object-repr.cpp, src/sp-object.cpp:
5956         I've created my very first SPObject!  SPMetadata is alive!  No
5957         more nasty hack to have it disappear from SVG Plain.  Mental
5958         won't have to take away my CVS access any more!  :)
5959         * inkscape2.nsi: update from Adib Taraben
5961 2004-10-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5963         * src/libnr/nr-matrix.cpp (nr_matrix_invert):
5964           Fix for last commit to this file, which broke src==dest case.
5965         * src/libnr/nr-matrix-test.cpp: Add test cases for nr_matrix_invert.
5967 2004-10-30  MenTaLguY  <mental@rydia.net>
5969         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5970           update when layers added/removed/reordered.
5972         * src/verbs.h, src/verbs.cpp: added "rename layer" verb.
5974 2004-10-29  Kees Cook  <kees@outflux.net>
5976         * src/Makefile_insert, src/trace/Makefile_insert,
5977         src/util/Makefile_insert: distcheck cleanups.
5979 2004-10-29  MenTaLguY  <mental@rydia.net>
5981         * src/widgets/layer-selector.cpp: default labels in italic
5983         * src/sp-object.h, src/sp-object.cpp: inkscape:label fixes
5985         * src/layer-fns.cpp: make ordering of layers complete; not just among
5986                              siblings
5988         * src/util/list.h: documentation update
5990 2004-10-29  Bryce Harrington <bryce@bryceharrington.org>
5992         * layer-fns.cpp:  documenting
5993         * layer-selector.cpp:  documenting & fixing funky widget resizing
5994         * object-ui.cpp, dialogs/item-properties.cpp, sp-object.h,
5995           sp-object.cpp, widgets/layer-selector.cpp: add ability to set
5996           inkscape:label from "Item Properties", remove id setting from
5997           "Item Properties", switch to using
5998           SPObject::label()/SPObject?::defaultLabel() in UI where object
5999           ID is currently used.  Documenting.  Switching from "label" to
6000           "inkscape:label" where appropriate.  Adding
6001           visible()/setVisible() functions and activating checkbox.
6002         * dialogs/item-properties.cpp:  Adding title and desc boxes.
6003           Adjusting layout of dialog a bit.  Changing to use of tables
6004           instead of horiz/vert boxes for layout.  Setting to inactive
6005           until some underlying bits get finished.
6007 2004-10-29  Kees Cook  <kees@outflux.net>
6009         * src/dialogs/export.cpp: moved function-based static state variable
6010           into the dialog state variables.  Closes bug #993447.
6011         * src/display/curve.cpp: fixed compile warning.
6012         * src/sp-namedview.cpp: wasn't ref counting correctly.  Closes #955020.
6014 2004-10-29  Jon A. Cruz  <jon@joncruz.org>
6016         * src/sp-image.cpp, src/extension/internal/gdkpixbuf-input.cpp:
6017           Refactoring filenames and file opening
6018           Scales imported images if DPI is known and not 72 DPI. Fixes
6019           #1029755
6021 2004-10-29  MenTaLguY  <mental@rydia.net>
6023         * src/widgets/layer-selector.cpp, src/verbs.cpp:
6024           unselect objects when layer is manually switched
6026 2004-10-28  Kees Cook  <kees@outflux.net>
6028         * src/document-undo.cpp, src/document.cpp, src/sp-namedview.cpp,
6029           src/sp-text.cpp, src/dialogs/desktop-properties.cpp,
6030           src/dialogs/export.cpp, src/extension/input.cpp,
6031           src/extension/output.cpp, src/extension/system.cpp:
6032           Fixing calls to sp_document_set_undo_sensitive to correct allow for
6033           nesting, as suggested by mental.  Found while tracking down bug
6034           #1030436.
6036 2004-10-28  MenTaLguY  <mental@rydia.net>
6038         * src/util/list.h: cleanups of list class.  I think, aside from
6039           documentation and maybe fixes for g++ 3.4 (if required), this
6040           is the last set of changes I will need to make.
6042         * src/sp-item.cpp, src/splivarot.cpp, src/util/reverse-list.h,
6043           src/util/filter-list.h, src/util/map-list.h:
6044           adjust for changes in the list class' interface
6046         * src/desktop.cpp, src/sp-desktop-widget.h:
6047           removed old layer selector and added SPDesktop::itemIsHidden()
6049         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6050           more work; it's now at least as functional as the old selector it
6051           replaces
6053 2004-10-27  Kees Cook  <kees@outflux.net>
6055         * src/libnr/nr-point.h: use NR::X and NR::Y instead of "0" and "1".
6056         * src/dialogs/export.cpp: stack/register weirdness requires a function
6057           call to get true == comparison of NR::Rect's.  Closes bug #1048614.
6058         * src/dialogs/align.cpp: saving erased iterator.  Closes bug #1054270.
6059         * share/extensions/ill2svg.pl: added strict, warnings, and detection
6060           of Image::Magick module.  Closes bug #990659.
6061         * src/dialogs/find.h, src/dialogs/find.cpp: removed unfinished new
6062           find dialog instantiation.  Closes bug #1048802.
6064 2004-10-27  Carl Hetherington  <inkscape@carlh.net>
6066         * src/extension/output.cpp: better fix for 1004134 after advice
6067         from Ted.
6069 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
6071         * src/extension/output.cpp: don't reset modified flag until after
6072         save has happened, in case it fails.  Fixes 1004134.
6074         * src/livarot/ShapeSweep.cpp: fix a typo in my cleanups.  Fixes
6075         1048151.
6077 2004-10-25  Bryce Harringotn <bryce@bryceharrington.org>
6079         * file.cpp, file.h, dialogs/export.cpp: Adding error return logic
6080           for png export code so that failure to write can be tracked.
6081           Adding an error dialog for when this occurs.  Fixes bug 1038932.
6083         * extension/system.cpp:  Changing sp_ui_error_dialog to g_warning
6084           so won't crash when running from commandline.  Fixes bug
6085           1000350.
6087         * inkscape.cpp, inkscape.h, main.cpp, dialogs/filedialog.cpp:
6088           Adding Inkscape::Application::use_gui flag as temporary hack to
6089           prevent gui dialogs from being used when running from
6090           commandline.  Fixes bug 1045067.
6092 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
6094         * src/livarot/PathCutting.cpp: fix a couple of bugs that I
6095         introduced that cause crashes on cut path.
6097 2004-10-25  Kees Cook  <kees@outflux.net>
6099         * src/sp-object.cpp: nasty hack to not export metadata on "Plain SVG".
6100           I promise I'll fix this with a proper SPObject soon.
6102 2004-10-25  Jon A. Cruz  <jon@joncruz.org>
6103         * src/file.cpp, src/file.h, src/inkscape.cpp, src/sp-image.cpp,
6104         src/uri.cpp, src/uri.h, src/dialogs/filedialog.cpp,
6105         src/extension/input.cpp, src/extension/implementation/script.cpp,
6106         src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
6107         src/extension/internal/win32.h, src/extension/plugin/gimpgrad.cpp,
6108         src/helper/png-write.cpp, src/trace/imagemap.cpp, src/xml/repr-io.cpp:
6110         Refactoring filenames and file opening
6112 2004-10-24  MenTaLguY  <mental@rydia.net>
6114         * src/Makefile.am: added/removed files
6116         * src/util/copy-list.h: nobody's using it right now, get rid of it
6118         * src/traits/copy.h, src/traits/list-copy.h:
6119           traits for determining the type to make a copy of a value
6121         * src/sp-item.cpp, src/util/filter-list.h src/util/map-list.h,
6122           src/util/reverse-list.h, src/widgets/layer-selector.cpp
6123           src/xml/sp-repr-action.cpp:
6125           let the list functions infer their own result type (where possible)
6127         * src/util/forward-pointer-iterator.h: its value type is a reference
6129 2004-10-23  MenTaLguY  <mental@rydia.net>
6131         * src/desktop.cpp: removed vertical usize limits on statusbar
6133         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6134           more layer selector work; simplfied model and customized CellRenderer
6135           settings a bit
6137         * src/attributes.cpp, src/attributes.h, src/sp-object.cpp, src/sp-object.h:
6138           add inkscape:label attribute
6140         * src/file.cpp, src/sp-anchor.h, src/sp-animation.h, src/sp-chars.h,
6141           src/sp-clippath.h, src/sp-conn-end.cpp, src/sp-defs.h, src/sp-ellipse.h,
6142           src/sp-gradient.h, src/sp-guide.h, src/sp-image.h, src/sp-line.h,
6143           src/sp-linear-gradient.h, src/sp-marker.h, src/sp-mask.h,
6144           src/sp-namedview.h, src/sp-object-group.h, src/sp-offset.h, src/sp-path.h,
6145           src/sp-pattern.h, src/sp-polygon.h, src/sp-polyline.h,
6146           src/sp-radial-gradient.h, src/sp-rect.cpp, src/sp-rect.h, src/sp-root.h,
6147           src/sp-spiral.h, src/sp-star.h, src/sp-stop.h, src/sp-string.h,
6148           src/sp-symbol.h, src/sp-text.h, src/sp-tspan.h, src/sp-use.h,
6149           src/sp-offset.cpp, src/sp-shape.h:
6151           make inheritance actual
6153 2004-10-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6155         * src/libnr/*: Move some things from nr-matrix-ops.h to new files.
6157         * src/libnr/nr-point-fns.h, src/libnr/nr-point-fns.cpp:
6158           New function is_zero.  Move is_unit_vector here
6159           (was private to sp-spiral.cpp).
6161         * src/display/bezier-utils-test.cpp: Disable a test, replacing with a
6162           todo printf and adding a comment explaining.
6164 2004-10-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6166         * src/pencil-context.cpp: Ensure that data points array p is uniqued
6167           and contains no NaNs.
6169         * src/libnr/nr-point-fns.cpp (LInfty): Fix bug with NaN coordinates:
6170           return NaN (rather than unspecified behaviour).
6171         * src/libnr/nr-point-fns-test.cpp: Add test cases for L1,L2,LInfty
6172           handling of NaN.
6174         * src/pencil-context.cpp: Fix bug: undesirable interactions between
6175           snapping and snap-to-anchor.
6177 2004-10-21  MenTaLguY  <mental@rydia.net>
6179         * src/desktop.cpp: SPDesktop::currentRoot() should pull from
6180           the current layer hierarchy just like SPDesktop::currentLayer();
6181           doubly so, since currently when switching documents the layer hierarchy
6182           is updated before the document is switched
6184         * src/util/Makefile_insert, src/util/copy-list.h: add list copy thingy
6186         * src/util/list.h: add rest()
6188         * src/util/reverse-list.h: bug fixes to reverse_list_in_place()
6190         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6191           more work on layer selector
6193 2004-10-21  Carl Hetherington  <inkscape@carlh.net>
6195         * src/livarot/Path.cpp, src/livarot/Path.h,
6196         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6197         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6198         src/livarot/ShapeMisc.cpp: excise separate path description data
6199         structure.
6201         * src/livarot/Path.h, src/livarot/Path.cpp,
6202         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6203         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6204         src/livarot/ShapeMisc.cpp, src/livarot/livarot-forward.h: move
6205         path description structs into their own files, and rename a few
6206         member variables.
6208         * src/livarot/Path.h, src/livarot/PathConversion.cpp,
6209         src/livarot/PathOutline.cpp: remove some unused functions.
6211 2004-10-20  Carl Hetherington  <inkscape@carlh.net>
6213         * src/livarot/Path.cpp: fix for 1050379, and probably lots of
6214         others.
6216         * src/livarot/Path.h, src/livarot/PathOutline.cpp: bug fix for a
6217         previous commit.
6219         * src/livarot/Path.cpp: fix a memory leak.
6221 2004-10-19  Carl Hetherington  <inkscape@carlh.net>
6223         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: more
6224         simplification cleanups.
6226         * src/livarot/PathStroke.cpp: coding style cleanups.
6228         * src/livarot/Path.h, src/livarot/PathSimplify.cpp,
6229         src/livarot/PathStroke.cpp: more cleanups; don't modify Path::pts
6230         and Path::nbPt.
6232         * src/livarot/Path.cpp, src/livarot/Path.h,
6233         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6234         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: use a
6235         std::vector for Path::pts.
6237 2004-10-18  Carl Hetherington  <inkscape@carlh.net>
6239         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: coding style
6240         and const cleanups.
6242         * src/livarot/PathSimplify.cpp: some very minor cleanups, and
6243         temporary comments for myself.
6245         * src/livarot/PathConversion.cpp: coding style cleanups.
6247         * src/livarot/PathConversion.cpp: fix for bug 1048827.
6249         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: clean up
6250         simplification code.
6252 2004-10-17  MenTaLguY  <mental@rydia.net>
6254         * share/templates/Makefile.am, share/templates/layers.svg:
6255           added a layer template
6257         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6258           more layer selector work
6260         * src/util/filter-list.h, src/util/Makefile_insert:
6261           added filter_list()
6263 2004-10-15  Carl Hetherington  <inkscape@carlh.net>
6265         * src/livarot/PathSimplify.cpp: remove #ifdef
6266         pseudo_douglas_pecker code that wasn't being used.
6268 2004-10-15  MenTaLguY  <mental@rydia.net>
6270         * src/view.h: removed obsolete status message functions
6272         * src/attributes.h: remove unused #define
6274         * src/sp-object.cpp: fix for bug #1048268 (inkscape:collect being written
6275           in "plain SVG" files)
6277         * src/sp-item.h, src/sp-item.cpp: added isLocked() and isHidden()
6278           predicates
6280         * src/sp-item.cpp, src/sp-style.cpp: basic support for visibility CSS
6281           property
6283 2004-10-14  Ted Gould  <ted@gould.cx>
6285         * share/extension/*.inkmod -> *.inx
6286         src/extension/init.cpp
6288         Changing the filename extension that is used to identify Inkscape
6289         extensions to the one specified in the design document.
6291 2004-10-14  MenTaLguY  <mental@rydia.net>
6293         * src/util/list.h: more 3.4 fixes
6295 2004-10-13  MenTaLguY  <mental@rydia.net>
6297         * src/util/list.h, src/util/forward-pointer-iterator.h:
6299           fixes to (hopefully) build with g++ 3.4 (and generally be less evil
6300           anyway)
6302 2004-10-14  Carl Hetherington <inkscape@carlh.net>
6304         * src/livarot/int-line.cpp: coding style cleanups.
6306         * src/livarot/float-line.cpp, src/livarot/float-line.h:
6307         refactoring, removal of dead code.
6309         * src/display/guideline.cpp, src/display/guideline.h: coding style
6310         cleanups.
6312         * src/livarot/Path.cpp, src/livarot/Path.h,
6313         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6314         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: merge
6315         Path::path_lineto and Path::path_lineto_b.
6317 2004-10-14  Carl Hetherington <inkscape@carlh.net>
6319         * src/Path.cpp, src/Path.h, src/PathConversion.cpp,
6320         src/PathCutting.cpp, src/PathOutline.cpp, src/PathSimplify.cpp,
6321         src/ShapeMisc.cpp: use a vector of pointers for Path::descr_cmd.
6323         * src/livarot/Ligne.cpp, src/livarot/Ligne.h,
6324         src/livarot/int-line.cpp, src/livarot/int-line.h,
6325         src/livarot/float-line.cpp, src/livarot/float-line.h,
6326         src/livarot/livarot-forward.h, src/livarot/ShapeRaster.cpp,
6327         src/sp-flowregion.cpp, src/display/canvas-bpath.cpp,
6328         src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
6329         src/display/sp-ctrlline.cpp, src/libnrtype/FlowDest.cpp,
6330         src/libnrtype/RasterFont.cpp: split Ligne into float-line and
6331         int-line.
6333         * src/libnrtype/FlowDest.cpp, src/libnrtype/RasterFont.cpp,
6334         src/libnrtype/raster-position.h, src/livarot/float-line.cpp,
6335         src/livarot/float-line.h, src/livarot/int-line.cpp: use
6336         std::vector for arrays in FloatLigne.
6338         * src/livarot/float-line.cpp, src/livarot/float-line.h: remove
6339         lots of dead code.  Make some methods private.
6341 2004-10-12  MenTaLguY  <mental@rydia.net>
6343         * src/Makefile.am: added files
6345         * src/layer-fns.cpp, src/sp-item.cpp: use iterators, simplifying code
6347         * src/sp-object.cpp, src/splivarot.cpp: adapt to new version of
6348           Inkscape::Algorithms::longest_common_suffix
6350         * src/sp-object.h, src/sp-repr-iterators.h: add new iterator classes
6352         * src/algorithms/find-last-if.h: add counterpart of std::find_if
6354         * src/algorithms/longest-common-suffix.h: rewrite to use iterators
6356         * src/algorithms/longest-prefix.h, src/algorithms/longest-suffix.h,
6357           src/algorithms/shortest-prefix.h, src/algorithms/shortest-suffix.h:
6359           removed; these algorithms are no longer necessary when using
6360           iterators
6362         * src/traits/list.h: no longer needed
6364         * src/traits/reference.h: add "Pointer" member type
6366         * src/util/Makefile_insert: shuffled files
6368         * src/util/list.h: reworked Inkscape::Util::List to be a "handle" type
6369           that can also be used as an STL iterator
6371         * src/util/forward-pointer-iterator.h: treat a pointer as an iterator,
6372           given a base pointer type and a type which defines the iteration
6373           strategy
6375         * src/util/map.h: obsolete
6377         * src/util/map-list.h: iterator-based implementation
6379         * src/traits/tree-iterator.h: no longer necessary (superceded by
6380           specific applications of Inkscape::Util::ForwardPointerIterator)
6382         * src/sp-object-tree-iterator.h, src/util/parent-axis.h,
6383           src/util/sibling-axis.h: obsolete
6385         * src/util/map.h, src/util/reverse.h: obsolete
6387         * src/util/map-list.h, src/util/reverse-list.h:
6388           iterator-based implementations
6390         * src/xml/Makefile_insert: added file
6392         * src/xml/repr.h: removed old tree iterator stuff
6394         * src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h: use new
6395           pointer iterator facility
6397         * src/xml/sp-repr-iterators.h: pointer iterators for SPRepr
6399 2004-10-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6401         * src/display/bezier-utils.h, src/display/bezier-utils.cpp
6402           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full): Change the meaning
6403           of the last parameter: was max_depth, now lg_max_beziers, with the
6404           relationship lg_max_beziers = max_depth + 1.  Callers updated.
6406         * src/xml/repr.cpp (sp_repr_change_order):
6407           Add g_return_if_fail for some conditions that would break structural
6408           integrity, and add a TODO comment indicating incompleteness.
6409           Use sp_repr_prev function.
6411         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp
6412           (sp_repr_prev_sibling): Rename to sp_repr_prev for consistency
6413           with sp_repr_next.  Don't consider it an error for child to be
6414           NULL or parentless.  Callers updated.
6416         * src/draw-context.cpp (spdc_concat_colors_and_flush,
6417           spdc_flush_white): Misc readability cleanups.
6419         * src/display/curve.cpp (sp_curve_reverse): Fix a bug where the
6420           reversed curve wrongly included a trailing moveto command.  (Bug
6421           introduced in my 2004-09-05 change: one of the callers I didn't
6422           know how to cause to run.)
6424 2004-10-12  Ted Gould  <ted@gould.cx>
6426         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
6427         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
6428         share/extensions/eps_input.inkmod, share/extensions/epsi_output.inkmod,
6429         share/extensions/gimpgrad.inkmod, share/extensions/ps_input.inkmod,
6430         share/extensions/roundhole.inkmod, share/extensions/sk_input.inkmod,
6431         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
6432         share/extensions/txt2svg.inkmod, share/extensions/wmf_input.inkmod,
6433         src/extension/dependency.cpp, src/extension/dependency.h,
6434         src/extension/extension.cpp, src/extension/init.cpp:
6436         Moving all of the dependency stuff from the scripts, up to the root
6437         extension level.  This means that everyone can have dependencies, and
6438         dependency checking (a good thing).  This makes use of the new
6439         'Dependency' class that is also in the extension directory.
6441 2004-10-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6443         * src/pencil-context.cpp (sp_pencil_context_root_handler): Split into
6444           many functions, fixing some illegal union aliasing along the way (as
6445           was done for sp_pen_context_root_handler).
6447         * src/modifier-fns.h: New file of inline functions based on macros.h
6448           MOD__CTRL etc. macros.
6449         * src/Makefile_insert: Add the new file.
6451         * src/pen-context.h: Change size of p array from SP_DRAW_MAX_POINTS to
6452           5 now that we aren't sharing with SPPencilContext.
6454         * src/draw-context.cpp, src/draw-context.h, src/pen-context.cpp,
6455           src/pen-context.h, src/pencil-context.cpp, src/pencil-context.h:
6456           Move npoints,p from SPDrawContext to both SPPenContext and
6457           SPPencilContext.
6459         * src/draw-context.cpp, src/draw-context.h: Split off new files
6460           pen-context.h, pen-context.cpp, pencil-context.h, pencil-context.cpp,
6461           draw-anchor.h, draw-anchor.cpp.
6462         * src/Makefile_insert: Add the new files.
6464 2004-10-10  Ted Gould  <ted@gould.cx>
6466         * src/event-context.cpp, src/file.cpp, src/file.h, src/print.cpp,
6467         src/print.h, src/selection-chemistry.h, src/sp-image.cpp, src/sp-item.cpp,
6468         src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp, src/sp-symbol.cpp,
6469         src/tools-switch.cpp, src/dialogs/export.cpp, src/dialogs/filedialog.cpp,
6470         src/extension/Makefile_insert, src/extension/db.cpp,
6471         src/extension/dependency.cpp, src/extension/dependency.h,
6472         src/extension/effect.cpp, src/extension/effect.h,
6473         src/extension/extension-forward.h, src/extension/extension.cpp,
6474         src/extension/extension.h, src/extension/input.cpp, src/extension/input.h,
6475         src/extension/output.cpp, src/extension/output.h, src/extension/print.cpp,
6476         src/extension/print.h, src/extension/system.cpp,
6477         src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp,
6478         src/extension/internal/svg.cpp, src/libnrtype/FlowResOut.cpp:
6480         Splitting out the different types of extensions into their own files so
6481         that the overall dependencies can be reduced.  Caused a ripple through
6482         lots of other files.  Hopefully the dependency situation is better now.
6484 2004-10-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6486         * src/draw-context.cpp:
6487           Change xp,yp file globals to NR::Point pen_draw_origin_w.
6489         * src/draw-context.cpp (sp_pen_context_root_handler):
6490           Split into many routines.  Fix some illegal union member aliasing.
6491           (pen_handle_key_press): Minor code cleanups in backspace handling.
6492           (pen_handle_motion_notify): Make tolerance var local instead of
6493           file-global.  (This transformation is applicable to many
6494           dragtolerance users.)
6496         * src/draw-context.cpp (spdc_endpoint_snap_handle):
6497           Change argument type from SPDrawContext to SPPenContext, and
6498           specialize definition accordingly.  Caller updated.
6500         * src/draw-context.h: Change red_curve_is_valid from char to bool.
6501         * src/draw-context.cpp: Change red_curve_is_valid assignments from
6502           0x00/0x01 to false/true (using find & replace).
6504 2004-10-07  Carl Hetherington  <inkscape@carlh.net>
6506         * src/nr-object.cpp, src/nr-object.h: coding style and const
6507         fixes.
6509         * src/nr-rect.cpp: added a doxygen comment.  Some coding style
6510         fixes.
6512         * src/sp-paint-server.cpp: coding style fixes.
6514         * src/nr-arena-item.cpp, src/nr-arena-item.h: move a comment to
6515         the .cpp file and make it doxygen-style.
6517         * src/livarot/Path.cpp: coding style cleanups.  Add an assert to
6518         Path::Transform().
6520         * src/livarot/Path.cpp, src/livarot/Path.h: fix some archaic
6521         notation.
6523         * src/livarot/Ligne.cpp: coding style cleanups.
6525         * src/livarot/PathOutline.cpp, src/livarot/Path.h: fix a rather
6526         nasty hack in the outlining code.
6528         * src/livarot/Path.cpp, src/livarot/Path.h,
6529         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6530         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6531         src/livarot/ShapeMisc.cpp, src/splivarot.cpp, src/sp-offset.cpp:
6532         use std::vector for Path::descr_cmd.
6534         * src/livarot/Path.cpp, src/livarot/Path.h,
6535         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6536         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6537         src/livarot/ShapeMisc.cpp: getType() and setType() in Path::path_descr.
6539 2004-10-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6541         * src/sp-object-repr.cpp (sp_repr_type_lookup): Distinguish between XML
6542           element name and sodipodi:type attribute value: use a separate table
6543           for each.
6544         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_lookup):
6545           Don't export this function.  (Also rename it to name_to_gtype and
6546           change its definition for separate tables.)
6548 2004-10-03  Kees Cook  <kees@outflux.net>
6550         * src/dialogs/rdf.cpp, src/dialogs/repr-util.cpp, src/dialogs/repr.h:
6551           Since "dc:title" can appear at multiple XML levels, a way to
6552           control max depth in searching was added.  (Closes bug #1009290)
6554 2004-09-30  MenTaLguY  <mental@rydia.net>
6556         * src/widgets/document-tree-model.cpp:
6557           more bug fixes
6559         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6560           get the layer selector sort of in more order
6562 2004-09-28  Ted Gould  <ted@gould.cx>
6564         * src/verbs.cpp, src/verbs.h, src/view.cpp:
6566         Making it so that actions get deleted as views get destroyed.
6568 2004-09-27  Ted Gould  <ted@gould.cx>
6570         * src/desktop.h, src/forward.h, src/interface.cpp, src/interface.h,
6571         src/select-toolbar.cpp, src/shortcuts.cpp, src/shortcuts.h,
6572         src/toolbox.cpp, src/toolbox.h, src/verbs.cpp, src/verbs.h,
6573         src/dialogs/align.cpp, src/dialogs/align.h,
6574         src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp,
6575         src/dialogs/export.cpp, src/dialogs/find.cpp,
6576         src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
6577         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
6578         src/dialogs/xml-tree.cpp, src/helper/action.cpp, src/helper/action.h:
6580         Wow, alot of files changed.  The ones that changed the most are
6581         verb.cpp and verb.h, which are almost entirely different.  What happened
6582         here is the verbs were made object oriented.  So, as the verbs
6583         are built into everything, lots of files changed.  Now the code
6584         for the verbs is much cleaner, and I think a little bit faster.
6585         Also, it will be easier to extend the verbs for use in effects.
6587 2004-09-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6589         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
6590           Get rid of operator NR::translate(), which was allowing
6591           *implicit* (and typically lossy) conversion to NR::translate,
6592           and which made a bug hard to find.
6594         * src/sp-gradient-test.cpp: New unit test file.  I believe this is the
6595           first test that tests an SPObject.
6596         * src/Makefile_insert, src/Makefile.am: Invoke the new test.
6598 2004-09-24  MenTaLguY <mental@rydia.net>
6600         * src/selection-chemistry.cpp:
6602           "select all" and "clear" now operate on the current layer rather than on
6603           the document root
6605         * src/verbs.cpp, src/shortcuts.cpp, layer-fns.cpp, src/sp-item.cpp:
6607           keyboard shortcuts and fixes for layer verbs
6609 2004-09-23  MenTaLguY <mental@rydia.net>
6611         * src/message-stack.h, src/message-stack.cpp:
6613           return id of flashed messages so they are cancellable
6615         * src/message-context.h, src/message-context.cpp:
6617           message context flashes now supercede one another, as regular
6618           messages do (they do not supercede regular messages though)
6620         * src/interface.cpp, src/layer-fns.cpp, src/layer-fns.h, src/verbs.cpp:
6622           initial stab at layers menu; not everything works the way it should
6623           quite yet
6625         * src/message-context.h, src/message-context.cpp:
6627           added flash methods to Inkscape::MessageContext
6629         * src/gc-core.h, src/display/nr-arena-glyphs.cpp,
6630 src/display/nr-arena-group.cpp,
6631           src/display/nr-arena-item.cpp, src/display/nr-arena-item.h,
6632           src/display/nr-arena-shape.cpp, src/libnr/nr-object.cpp,
6633 src/libnr/nr-object.h,
6635           eliminate more sources of leaks; managed objects shouldn't use refcounts
6636           among themselves
6638         * src/xml/repr.cpp: don't nuke log pointer
6640 2004-09-21  MenTaLguY <mental@rydia.net>
6642         * src/gc-finalized.h: fix for stupid bug preventing finalizable objects
6643           from being collected
6645         * src/Makefile_insert, src/gc.cpp, src/gc-core.h:
6646           move Inkscape::GC::init out-of-line, and funnel GC warnings through
6647           glib
6649 2004-09-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6651         * src/sp-marker.h, src/sp-marker.cpp (sp_marker_show_instance):
6652           Change to using NR::Matrix instead of NRMatrix.  Update caller.
6654         * src/sp-gradient.cpp (sp_gradient_get_g2d_matrix,
6655           sp_gradient_get_gs2d_matrix, sp_gradient_set_gs2d_matrix):
6656           New NR::Matrix/NR::Rect versions of existing functions.
6658         * src/libnr/nr-matrix-translate-ops.h (operator/): New function.
6660         * src/libnr/nr-matrix-scale-ops.cpp: New file.
6661         * src/libnr/nr-matrix-scale-ops.h (operator/(Matrix,scale)):
6662           New function.
6664 2004-09-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6666         * src/sp-gradient.h: Change gradientTransform from NRMatrix to
6667           NR::Matrix.  Users updated.
6669         * src/Makefile.am (EXTRA_DIST), Makefile_insert
6670           dialogs/Makefile_insert extension/implementation/Makefile_insert
6671           extension/internal/Makefile_insert helper/Makefile_insert
6672           livarot/Makefile_insert (blah_SOURCES):
6673           Add some .h files for `make dist'.
6675 2004-09-19  MenTaLguY <mental@rydia.net>
6677         * src/gc-core.h: don't defer finalizers
6679         * src/gc-core.h: bump up free space divisor -- collections should
6680           happen ~32x more frequently
6682 2004-09-19  Carl Hetherington <inkscape@carlh.net>
6684         * src/display/canvas-bpath.cpp, src/display/nr-arena-shape.cpp,
6685         src/display/sp-ctrlline.cpp, src/libnrtype/RasterFont.cpp,
6686         src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: remove some
6687         unused parameters from calls to raster code.
6689         * src/livarot/ShapeRaster.cpp: coding style cleanups.
6691         * src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: factored out
6692         _updateIntersection().
6694         * src/livarot/AVL.cpp, src/livarot/AVL.h: remove DblLinked.  Cleanups.
6696 2004-09-18  MenTaLguY <mental@rydia.net>
6698         * src/dialogs/filedialog.cpp: unref the preview document we created
6700 2004-09-18  Carl Hetherington <inkscape@carlh.net>
6702         * src/livarot/AVL.cpp, src/livarot/AVL.h,
6703         src/livarot/DblLinked.cpp, src/livarot/DblLinked.h,
6704         src/livarot/LivarotDefs.h, src/livarot/ShapeRaster.cpp,
6705         src/livarot/ShapeSweep.cpp, src/livarot/sweep-tree.cpp,
6706         src/livarot/sweep-tree.h, src/sweep-event.h: replace leftFoo and
6707         rightFoo with foo[2] in a few places.  Associated cleanups.
6709         * src/livarot/Shape.h: use Side rather than a bool for
6710         TesteIntersection.  Add some methods.  Remove some unused variables.
6712         * src/livarot/ShapeSweep.cpp: simplify TesteIntersection with use
6713         of Side.
6715         * src/livarot/sweep-event.h: const fix.
6717         * src/livarot/sweep-event.cpp: simplifications with use of Side.
6719         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
6720         src/livarot/ShapeMisc.cpp, src/ShapeSweep.cpp: lastA/firstA in
6721         Shape::dg_point ->
6723           further work on stroking; break out bezier approximation into
6724           public functions
6726 2004-09-10  MenTaLguY <mental@rydia.net>
6728         * src/render/polygon.h, src/render/shape-builder.h,
6729           src/render/shape-builder.cpp, src/render/stroke.h,
6730           src/render/dash.h:
6732           beginnings of a simple alternate renderer
6734 2004-09-09  Carl Hetherington <inkscape@carlh.net>
6736         * src/sp-flowtext.cpp, src/sp-offset.cpp, src/splivarot.cpp,
6737         src/display/nr-arena-shape.cpp, src/libnrtype/FlowDest.cpp,
6738         src/livarot/PathConversion.cpp, src/livarot/Shape.h: make
6739         Shape::nbPt and Shape::nbAr private and provide accessor methods.
6741         * src/display/nr-arena-shape.cpp, src/livarot/Shape.h: make
6742         Shape::flags private.
6744         * src/splivarot.cpp, src/livarot/PathStroke.cpp,
6745         src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6746         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
6747         Clean up handling of flags in Shape class
6749         * src/livarot/AlphaLigne.cpp, src/livarot/Path.cpp,
6750         src/livarot/PathSimplify.cpp, src/livarot/Shape.cpp,
6751         src/livarot/ShapeSweepUtils.cpp: it's ok to free NULL.
6753         * src/livarot/Shape.h, src/sp-offset.cpp, src/splivarot.cpp,
6754         src/display/nr-arena-shape.cpp: Make Shape::pts private and offer
6755         a read-only accessor.
6757         * src/livarot/Shape.cpp, src/livarot/Shape.h,
6758         src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
6759         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp, src/
6760         livarot/ShapeSweepUtils.cpp, src/livarot/ShapeUtils.h: Rename
6761         Shape::pts to Shape::_pts, and use getPoint() wherever possible.
6763         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
6764         src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6765         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp: Add
6766         dg_point::totalDegree() and make use of it.
6769 2004-09-08  MenTaLguY  <mental@rydia.net>
6771         * src/libnr/nr-object.h, src/libnr/nr-object.cpp: fix NRObject
6772           initialization
6774         * configure.in, src/gc-core.h, src/gc-managed.h, src/gc-anchored,
6775           src/gc-finalized.h:
6777           add a --disable-gc ./configure option to omit garbage collection
6778           from the build (the normal allocator will be used, although
6779           memory will obviously leak since it does not get explicitly freed)
6781         * src/xml/repr.cpp: SPRepr's copy constructor needs to properly
6782           initialize its fields
6784         * src/xml/repr-util.cpp, src/xml/repr-private.h,
6785           src/xml/repr.h, src/xml/repr.cpp:
6787           new child-count-related routines, and added mutation signals
6788           to SPReprDoc
6790         * src/desktop.cpp: call the "Active Group" widget by its TRUE NAME!
6792         * src/widgets/Makefile_insert, src/widgets/document-tree-model.cpp,
6793           src/widgets/document-tree-model.h, src/widgets/layer-selector.cpp,
6794           src/widgets/layer-selector.h:
6796           very cursory start on new layers UI
6798 2004-09-08  Carl Hetherington <inkscape@carlh.net>
6800         * src/helper/stock-items.cpp: fix a bad free().  Improve coding
6801         style compliance.
6803         * src/libnrtype/FlowRes.cpp: slightly unpleasant fix for a buffer
6804         overrun.
6806 2004-09-07  MenTaLguY <mental@rydia.net>
6808         * src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
6809           src/livarot/ShapeSweep.cpp:
6811           use std::vector for points array (seems to crash less?)
6813         * src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
6814           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
6815           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
6816           src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
6817           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
6819           switch to glib's allocator routines, which have the expected
6820           semantics
6822         * src/livarot/evil-malloc.h: removed
6824 2004-09-07  Ted Gould  <ted@gould.cx>
6826         * src/color-rgba.h:
6828         Some comments and some little code clean up things.  Added a couple
6829         of constructors to make life a little simpler.
6831 2004-09-06  Ted Gould  <ted@gould.cx>
6832         * src/extension/plugin/gimgrad.cpp, src/extension/implementation/plugin*
6833           share/extension/gimpgrad.inkmod, src/extension/system.cpp,
6834           src/extension/extension.h:
6836         Mega commit.  This commit does two things, it adds in the ability to
6837         do plugins in Inkscape.  This means that there are loadable modules
6838         that can be used for just about anything.  It also provides a sample
6839         implementation of a plugin to load GIMP gradients.  This means that
6840         GIMP gradients can be imported into Inkscape, giving a larger set of
6841         gradients that can be used in Inkscape.
6843         Currently, nothing here is really complete, but it is functional.  The
6844         plugins really only work for input plugins, and the GIMP gradient example
6845         isn't very robust.  They will come shortly.
6847 2004-09-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6849         * src/display/curve.h, src/display/curve.cpp:
6850           Change x,y members to NR::Point.
6851           Rename posset (spiced&spiked hot milk) to posSet as per CodingStyle.
6853         * src/display/curve.cpp (sp_curve_reverse): Previously this
6854           routine returned only the last subpath, and made it an open
6855           path.  Now it preserves all aspects of the curve other than
6856           reversing it.  I believe this change makes no difference to the
6857           draw-context and dyna-draw-context callers (though I haven't
6858           managed to test all of these callers), whereas for the `reverse
6859           path' command, users presumably expect the new behaviour.
6861         * src/display/curve.cpp (sp_curve_closepath_current):
6862           Fix bad assertion.
6864         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
6865           (get_translation): New function.
6867         * src/sp-polygon.cpp (polygon_get_value): Use static linkage.
6868           (sp_polygon_set): Remove debugging output.  Add `todo' comment.
6870 2004-09-03  MenTaLguY <mental@rydia.net>
6872         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
6873           src/sp-namedview.h:
6875           remember previously selected layer on load
6877 2004-09-02  MenTaLguY <mental@rydia.net>
6879         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp:
6881           reintroduced the inkscape:groupmode attribute
6883         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
6884           src/libnr/nr-object.cpp:
6886           remove USE_LIBGC macro again
6888 2004-08-30  MenTaLguY <mental@rydia.net>
6890         * src/sp-object.cpp:
6892           ref the object while SPObject::deleteObject runs, so it doesn't
6893           get destroyed halfway through [ fix for bug #1012874 ]
6895 2004-08-29  MenTaLguY <mental@rydia.net>
6897         * src/gc-core.h:
6899           turn off scanning of dynamic library data segments; we don't need
6900           it, and it seems to cause problems on FC2
6902 2004-08-27  MenTaLguY <mental@rydia.net>
6904         * src/traits/function.h: add typedefs for all argument positions,
6905           specifying 'void' for all arguments after the last
6907         * src/livarot/evil-malloc.h, src/livarot/BitLigne.cpp,
6908           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
6909           src/livarot/Shape.cpp, src/livarot/ShapeSweepUtils.cpp:
6911           work around livarot bugs so I can use ElectricFence
6913         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
6914           src/libnr/nr-object.cpp:
6916           make the garbage collector easy to disable by undefining
6917           USE_LIBGC in src/gc-core.h
6919 2004-08-26  MenTaLguY <mental@rydia.net>
6921         * src/document-private.h, src/document.h, src/document.cpp:
6923           add notification signal when resources are added or removed
6925 2004-08-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6927         * src/xml/repr-css.cpp (sp_repr_css_print):
6928           Fix for shared string change.
6930         * src/sp-text.cpp (sp_text_description):
6931           Fix for when font Name() call fails.
6933         * src/sp-text.cpp: CodingStyle changes, including moving some
6934           declarations to first use.
6935           Remove unused __SP_TEXT_C__ define.
6937 2004-08-25  Carl Hetherington  <inkscape@carlh.net>
6939         * src/sp-cursor.cpp, src/sp-cursor.h, src/sp-guide.cpp:
6940         coding style cleanups.
6942 2004-08-24  MenTaLguY <mental@rydia.net>
6944         * src/gc-anchor.h: fix to always use the GC base address, since
6945           that will not always be the same as 'this', when I::GC::Anchored
6946           is used via multiple inheritance.
6948 2004-08-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6950         * src/libnrtype/TextWrapper.h, src/libnrtype/TextWrapper.cpp (AppendUTF8):
6951           Use strlen instead of for-loop.
6952           Change printf to g_return_if_fail (and document that the argument
6953           must be valid UTF-8).
6954           Mark the text pointer as not being written through (const).
6956 2004-08-23  MenTaLguY <mental@rydia.net>
6958         * src/xml/repr.cpp, src/xml/sp-repr-action.h:
6960           removed stupid default 'next' constructor arguments and force them
6961           to be specified explicitly (and fix the omission of one, which
6962           fixes bug #1014541)
6964 2004-08-22  MenTaLguY <mental@rydia.net>
6966         * src/Makefile_insert, src/gc-alloc.h:
6968           introduced a GC-aware STL allocator
6970         * src/document-private.h, src/document.h, src/document.cpp:
6972           switch to using STL map for "id changed" signals
6974 2004-08-21  MenTaLguY <mental@rydia.net>
6976         * src/Makefile_insert, src/util/Makefile_insert: get libinkutil
6977           deps straightened out
6979         * src/document-private.h, src/document-undo.cpp, src/document.cpp:
6981           adapt for new APIs, header cleanups/refactorings
6983         * src/gc-core.h, src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
6985           rewrote interface to Boehm GC for increased flexibility; there are now
6986           three main classes:
6988            - Inkscape::GC::Managed: objects managed by the GC; replaces
6989                                     Inkscape::GC::Object
6991            - Inkscape::GC::Finalized: objects for which the GC will call
6992                                       destructors automatically; replaces
6993                                       Inkscape::GC::FinalizedObject
6995            - Inkscape::GC::Anchored: managed objects which can be 'anchored'
6996                                      to prevent collection while non-gc-aware
6997                                      objects are holding references; replaces
6998                                      Inkscape::Refcounted
7000           Note that they no longer inherit from each other(!), so you will
7001           need to mix-and-match via multiple inheritance.  The latter two
7002           don't do anything useful without the first, however.
7004         * src/gc-object.h, src/refcounted.h: removed
7006         * src/message-context.cpp, src/message-stack.h, src/selection.h,
7007           src/view.cpp, src/libnr/nr-object.h, src/util/list.h,
7008           src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h, src/desktop.cpp:
7010           adopt new GC API and header refatorings
7012         * src/Makefile.am, src/util/Makefile_insert:
7014           list util/* files in util's Makefile_insert now.
7016         * src/util/reverse.h: revive anx fix Inkscape::Util::reverse
7018         * src/util/share-c-string.cpp, src/util/share-c-string.h: removed
7020         * src/util/shared-c-string.cpp, src/util/shared-c-string.h:
7022           employ the type system to make shared strings a little safer to use;
7023           you can still shoot yourself in the foot, but at least now you need
7024           to aim and pull the trigger first
7026         * src/xml/Makefile_insert, src/xml/repr-action-test.cpp,
7027           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.h:
7029           reorganize transaction logging files
7031         * src/xml/repr-action-test.cpp: updated headers
7033         * src/xml/repr-action.cpp, src/xml/repr-action.h: removed
7035         * src/xml/repr-private.h, src/xml/repr.cpp, src/xml/repr.h:
7037           update for new GC API and shared strings
7039         * src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
7040           src/xml/sp-repr-action.h:
7042           header refactoring and new GC API
7044         * src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h:
7046           new GC API
7048 2004-08-20  Carl Hetherington <inkscape@carlh.net>
7050         * src/zoom-context.cpp, src/view.cpp, src/version.cpp,
7051         src/sp-defs.cpp: coding style cleanups.
7053         * src/sp-polygon.cpp: coding style and a few other small cleanups.
7055         * src/sp-anchor.cpp: coding style cleanups.  Remove unnecessary
7056         static variable.
7058 2004-08-18  Bryce Harrington <bryce@bryceharrington.org>
7060         * autogen.sh:  Fixing the 'missing ltmain.sh' bug
7062 2004-08-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7064         * src/sp-star.cpp: Use cast to guint32 instead of using modulo 2**32.
7065           Fix a uint compilation bug on Windows reported by mrchapp.
7066           Mark a few functions as static.
7068 2004-08-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7070         * src/sp-conn-end.cpp (change_endpts):
7071           Use new sp_curve_stretch_endpoints function: i.e. preserve the
7072           shape of the connector path.
7074         * src/display/curve.h, src/display/curve.cpp
7075           (sp_curve_stretch_endpoints): New function.
7077         * src/sp-use-reference.cpp: CodingStyle changes.
7079         * src/sp-item.h, src/sp-item.cpp (sp_item_write_transform):
7080           Indicate that adv won't get written to.
7082         * src/sp-rect.cpp (sp_rect_set_transform): Call sp_rect_set_shape,
7083           so that bbox is up-to-    src/livarot/PathConversion.cpp,
7084 src/livarot/Shape.cpp,
7085         src/livarot/Shape.h, src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
7086         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp,
7087         src/livarot/ShapeSweepUtils.cpp:
7088           Revert these files to their state prior to mental's "2004-08-08"
7089           entry (the change made in 2004-08-09 02:23 UTC).
7091 2004-08-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7093         * src/algorithms/longest-common-suffix.h: Fix bug I introduced three
7094           days ago.
7096         * src/attributes.h, src/attributes.cpp: New attributes
7097           SP_ATTR_CONNECTION_START, SP_ATTR_CONNECTION_END.
7098         * src/sp-conn-end.h, src/sp-conn-end.cpp,
7099           src/sp-conn-end-pair.h, src/sp-conn-end-pair.cpp:
7100           New files.
7101         * src/Makefile_insert (libinkpre_a_SOURCES): Add the new files.
7103         * src/sp-path.cpp, src/sp-path.h: Call the new connector stuff.
7105         * src/display/curve.h, src/display/curve.cpp
7106           (sp_curve_first_point, sp_curve_last_point): New functions.
7108           (sp_curve_transform): Re-implement with NR::Matrix/NR::Point.
7109           The old code appears to be buggy for sheer/rotate matrices
7110           due to calculating each y coord using the new corresponding x coord
7111           instead of the previous value.
7113           Also add NR::translate version.
7115           Get rid of the return value.  Callers updated.
7117         * src/sp-item.h, src/sp-item.cpp: (i2anc_affine): New function
7118           (essentially a rename of existing private partial_xform function, but
7119           differing behaviour on encountering non-SPItem in the hierarchy).
7121           (i2i_affine): New function (essentially a rename of existing
7122           SPItem::getRelativeAffine).  Implement SPItem::getRelativeAffine in
7123           terms of the new function.
7125           (sp_item_dt2i_affine): NR::Matrix version.
7127         * src/libnr/nr-path.h (c, setC): new methods.
7129 2004-08-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7131         * src/desktop-affine.cpp (sp_desktop_w2doc_affine,
7132         sp_desktop_doc2w_affine, sp_desktop_doc2d_xy_point),
7133         src/knotholder.cpp (knot_moved_handler), src/sp-item.cpp
7134         (SPItem::getRelativeTransform), src/sp-rect.cpp
7135         (sp_rect_set_transform), src/display/sp-canvas-util.cpp
7136         (sp_canvas_item_i2i_affine, sp_canvas_item_set_i2w_affine):
7137           Cleanup: Use the new division operators instead of multiplication by
7138           inverse.  (Currently the division operators are implemented as
7139           multiplication by inverse.)
7141         * src/splivarot.cpp, src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
7142         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
7143           Hurriedly fix some problems caused by overly-hurried changes.
7144           Address some signed/unsigned warnings.
7145           Add some assertions.
7146           (Haven't checked the performance cost of the assertions.)
7148         * src/livarot/Shape.h: Make constructors explicit.
7150 2004-08-08  MenTaLguY  <mental@rydia.net>
7152         * src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-offset.cpp,
7153           src/splivarot.cpp, src/display/nr-arena-shape.cpp,
7154           src/livarot/PathConversion.cpp, src/livarot/Shape.cpp,
7155           src/livarot/Shape.h, src/livarot/ShapeDraw.cpp,
7156           src/livarot/ShapeMisc.cpp, src/livarot/ShapeRaster.cpp,
7157           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
7159           replace ad-hoc realloced arrays with std::vector and deal with
7160           uninitialized data problems that valgrind complained about
7162         * libgc.supp: valgrind suppression profile for libgc, which necessarily
7163           reads and runs comparisons on a lot of uninitalized data; the present
7164           form of this file is probably too broad however
7166 2004-08-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7168         * src/libnr/nr-matrix-div.h, src/libnr/nr-matrix-div.cpp:
7169           operator/(NR::Point, NR::Matrix), operator/(NR::Matrix, NR::Matrix):
7170           new functions, new files.
7172         * src/algorithms/longest-common-suffix.h:
7173           Handle in O(1) time the common case of equal tails.
7174           Documentation.
7176 2004-08-08  Ted Gould  <ted@gould.cx>
7178         * src/svg-profile.h, src/Makefile_insert:
7180         Adding the first support in for trying to determine which profiles are
7181         used with certain functionality, and if that is used by the current
7182         document.  Really, right now, there is no code changes to anything that
7183         compiles.  But this is the header file that contains the class that
7184         I'm plannig to use in the future.
7186 2004-08-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7188         * src/libnrtype/RasterFont.h, src/libnrtype/RasterFont.cpp:
7189           Get rid of argumentless constructor (which was leaving
7190           style.transform as random bits), replace with constructor taking
7191           style argument.  Caller updated.
7192           Disable default copy constructor and operator=.
7194 2004-08-06  MenTaLguY <mental@rydia.net>
7196         * configure.in, src/gc-core.h, src/gc-object.h,
7197           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-group.cpp,
7198           src/display/nr-arena-image.cpp, src/display/nr-arena-item.cpp,
7199           src/display/nr-arena-shape.cpp, src/display/nr-arena.cpp,
7200           src/helper/action.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
7202           make NRObject GC-aware
7204 2004-08-06  David Turner <novalis@gnu.org>
7205         * src/sp-shape.cpp (sp_shape_marker_get_transform): Make marker handling
7206 match
7207         SVG spec better.
7209 2004-08-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7211         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
7212           NR::Matrix *= NR::scale: new.
7214         * src/sp-object.cpp, src/sp-object.h, src/sp-object-tree-iterator.h:
7215           Move TreeIterator<SPObject *> specialization to snew file
7216           sp-object-tree-iterator.h.
7217           Mark several pointers as not being written through.
7218           Correspondingly change TreeIterator specialization to
7219           <SPObject const *> instead of <SPObject *>.
7221         * display/nr-arena-item.cpp, display/nr-arena-item.h:
7222           Add NR::Matrix version of nr_arena_item_set_transform.
7224         * src/sp-item.h, src/sp-item.cpp (getRelativeTransform, partial_xform):
7225           Mark pointers as not written through.
7227         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
7228           src/path-chemistry.cpp, src/rect-context.cpp,
7229           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowdiv.cpp,
7230           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-item-group.cpp,
7231           src/sp-item-notify-moveto.cpp, src/sp-item-transform.cpp,
7232           src/sp-item.cpp, src/sp-item.h, src/sp-offset.cpp, src/sp-rect.cpp,
7233           src/sp-shape.cpp, src/sp-use.cpp, src/spiral-context.cpp,
7234           src/splivarot.cpp, src/star-context.cpp, src/text-context.cpp,
7235           src/dialogs/item-properties.cpp:
7236           Change SPItem->transform from NRMatrix to NR::Matrix.
7238         * src/libnr/nr-matrix-ops.h (operator*(NR::Matrix, NRMatrix)): new.
7240         * src/libnr/nr-matrix.h: NR::Matrix *= NR::translate: new operator.
7242         * src/nodepath.cpp: Mark NodeSort operator< as static.
7243           Indentation as per CodingStyle.
7245         * src/libnr/nr-scale.h (NR::scale(double)): new constructor.
7247         * src/svg/svg-affine.cpp (sp_svg_transform_write), src/svg/svg.h:
7248           Add NR::Matrix version.
7250 2004-08-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7252         * src/display/bezier-utils.cpp: Misc. minor changes.
7254 2004-08-04  MenTaLguY  <mental@rydia.net>
7256         * configure.in, src/gc-object.h, src/refcounted.h:
7258           start using libgc in earnest; Inkscape::Refcounted is now GC-aware
7260 2004-08-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7262         * src/nodepath.cpp: Cleanups: Mark some things as static.  Switch from
7263           pointer to reference in some places. Make const placement conform to
7264           CodingStyle.
7266         * src/inkview.cpp (sp_svgview_main_key_press): Accept some common keys
7267           like PgUp, q.
7269         * src/draw-context.cpp (fit_and_split):
7270           Slight simplification: don't handle impossible condition npoints < 2.
7271         * src/proofs: Update accordingly.  (Also add some bezier-utils proofs.)
7273 2004-08-04  David Turner <novalis@gnu.org>
7275         * sp-path.cpp: 'd' is a required attribute for paths.  Ensure that
7276         all paths have it.
7278 2004-08-03  MenTaLguY  <mental@rydia.net>
7280         * src/dialogs/rdf.cpp, src/xml/repr-util.cpp, src/xml/repr.h:
7281           removed sp_repr_recursive_drop() which is unneeded and
7282           creates unnecessary thrash in the undo logs
7284         * src/livarot/Shape.h, src/livarot/Shape.cpp,
7285           src/livarot/ShapeSweep.cpp, src/livarot/ShapeMisc.cpp:
7287           experiment to replace ad-hoc realloc() arrays with std::vector
7289 2004-08-02  David Turner <novalis@gnu.org>
7291         * file.cpp, file.h, interface.cpp, toolbox.cpp, verbs.cpp, verbs.h:
7293         Added vacuum command to remove unused defs.
7295 2004-08-02  MenTaLguY  <mental@rydia.net>
7297         * configure.in: sigc++ 2.0.2 (and before?) has a bug that
7298           causes us to crash.  require >= 2.0.3
7300         * src/Makefile.am, src/Makefile_insert, src/gc-core.h,
7301           src/gc-object.h, src/algorithms/longest-common-suffix.h,
7302           src/traits/list.h, src/traits/reference.h, src/util/flip.h,
7303           src/util/fold.h, src/util/list-iterator.h, src/util/list.h,
7304           src/util/map.h, src/util/parent-axis.h, src/util/reverse.h,
7305           src/util/sibling-axis.h, src/util/tuple.h, src/util/zip.h:
7307           more "functional" work
7309 2004-08-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7311         * src/display/curve.cpp, src/display/curve.h:
7312           Greater conformance with CodingStyle.
7314 2004-07-31  David Turner <novalis@gnu.org>
7316         * dialogs/xml-tree.cpp: Improved focus, added keystroke for attr commit.
7318 2004-07-31  Ted Gould  <ted@gould.cx>
7320         * src/extension/extension.cpp,
7321         src/extension/implementation/implementation.cpp,
7322         src/extension/implementation/implementation.h,
7323         src/extension/implementation/script.cpp,
7324         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
7325         src/extension/internal/eps-out.h:
7327         Okay, changed the prefs_ prototypes to include which extension they are
7328         working with. This should clean up some warnings before they become
7329         problems later.
7331 2004-07-31  Ted Gould  <ted@gould.cx>
7333         * src/print.cpp, src/extension/extension.cpp, src/extension/extension.h,
7334           src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp:
7336           Changed the get and set param prototypes so that they aren't overloaded
7337           anymore - this was flaky.  Also added a document to the prototype so
7338           that document specific parameters can be supported in the future.
7340 2004-07-28  David Turner <novalis@gnu.org>
7342         * sp-gradient.cpp, widgets/gradient-vector.cpp: fixed gradient handling to
7343         properly render gradients with sharp color boundaries
7345 2004-07-29  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7347         * src/inkview.cpp: Make the window title be the name of the
7348           instead of the current file instead of the first file.
7350         * src/round-test.cpp: New unit-test file.
7352         * src/desktop.h, src/sp-desktop-widget.h:
7353           Move SPDesktopWidget stuff from desktop.h to new file
7354           sp-desktop-widget.h.
7356         * debian/*: Copy lots of changes from wolfi's official Debian package
7357           of inkscape.
7358           Also use separate builddir, which simplifies the `clean' target.
7360 2004-07-24  MenTaLguY  <mental@rydia.net>
7362         * configure.in, src/Makefile.am, src/main.cpp, src/gc-core.h:
7363           added libgc dependency
7365         * src/Makefile.am, traits/function.h:
7366           added trait class for functions and C++ "functors"
7368         * src/Makefile.am, util/flip.h:
7369           added flip() which, given a function with two arguments,
7370           returns an identical function with its arguments reversed
7372 2004-07-23  MenTaLguY  <mental@rydia.net>
7374         * src/Makefile.am, src/traits/reference.h, src/util/tuple.h:
7375           added generic Tuple type
7377 2004-07-23  Ted Gould  <ted@gould.cx>
7379         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7380         src/sp-namedview.h, src/dialogs/desktop-properties.cpp,
7381         src/display/canvas-grid.cpp, src/display/canvas-grid.h:
7383         Adding in the ability to have 'emphasis grid lines' where some lines are a
7384         different color than others.  In the default case every fifth grid line
7385         gets to be 0x11 darker alpha.  Nothing that will get in your way, but
7386         enough that you can find the spacing.  All parameters are changeable in
7387         document preferences.
7389 2004-07-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7391         * autogen.sh: Move unversioned automake to last resort.
7393 2004-07-20  Kees Cook  <kees@outflux.net>
7395         * src/dialogs/desktop-preferences.cpp: corrected my usage of static
7396           l18n strings.
7397         * src/dialogs/stroke-style.cpp: fixed missing l18n. (bug #994837)
7398         * src/dialogs/sp-attribute-widget.cpp: went hunting for other static
7399           l18n strings.  Fixed some here too.
7400         * autogen.sh: cleanups and more debugging.
7401         * share/extensions/sk2svg.sh: tempfile cleanups from pjrm (patch #990009)
7403 2004-07-20 Nathan Hurst <njh@mail.csse.monash.edu.au>
7405         * debian/changelog, configure.in: Moved to 0.40cvs and updated
7406           debian stuff.
7408 2004-07-18  MenTaLguY  <mental@rydia.net>
7410         * configure.in, src/Makefile.am, src/algorithms/Makefile_insert,
7411           src/algorithms/makefile.in, src/traits/Makefile_insert,
7412           src/traits/makefile.in, src/util/Makefile_insert, src/util/makefile.in:
7414           added src/algorithms, src/traits, and src/util subdirs
7416         * src/algorithms/longest-common-suffix.h:
7418           added generic "longest common suffix" algorithm
7420         * src/traits/list.h: added traits class for lists
7422         * src/traits/tree-iterator.h: added traits class for n-ary tree iterators
7424         * src/util/list-iterator.h: STL iterator for lists
7426         * src/util/parent-axis.h: parent "axis" of tree iterator as list
7428         * src/util/sibling-axis.h: sibling "axis" of tree iterator as list
7430         * src/xml/repr.h: specialize Traits::TreeIterator for SPRepr *
7432         * src/sp-object.h: specialize Traits::TreeIterator for SPObject *
7434         * src/sp-object.cpp: use generic "longest common suffix" to find
7435                              nearest common ancestor
7437         * src/splivarot.cpp: use genric "longest common suffix" to find
7438                              nearest common ancestor here too
7440 2004-07-18  Kees Cook  <kees@outflux.net>
7442         * Makefile.am, configure.in, autogen.sh, toolversions.sh:
7443           cleaning up some automake misbehavior from the gtkmm patch.
7444           automake 1.4isms snuck back in.
7445         * src/desktop-events.cpp: unlocalized strings updated.
7447 2004-07-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7449         * src/sp-path.cpp (sp_path_write): Handle shape->curve==NULL.
7451 2004-07-18  MenTaLguY  <mental@rydia.net>
7453         * Makefile.am, configure.in, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4,
7454           m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4,
7455           m4/progtest.m4, src/arc-context.cpp, src/arc-context.h, src/desktop.cpp,
7456           src/desktop.h, src/document.cpp, src/document.h, src/draw-context.cpp,
7457           src/draw-context.h, src/event-context.h, src/main.cpp,
7458           src/message-stack.h, src/node-context.cpp, src/node-context.h,
7459           src/nodepath.cpp, src/nodepath.h, src/object-hierarchy.h,
7460           src/rect-context.cpp, src/rect-context.h, src/selcue.cpp, src/selcue.h,
7461           src/selection-describer.cpp, src/selection-describer.h,
7462           src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
7463           src/sp-item.cpp, src/sp-item.h, src/sp-object.cpp, src/sp-object.h,
7464           src/sp-offset.cpp, src/sp-offset.h, src/sp-pattern.cpp, src/sp-use.cpp,
7465           src/sp-use.h, src/spiral-context.cpp, src/spiral-context.h,
7466           src/star-context.cpp, src/star-context.h, src/text-context.cpp,
7467           src/text-context.h, src/toolbox.cpp, src/uri-references.cpp,
7468           src/uri-references.h, src/view.cpp, src/view.h,
7469           src/dialogs/xml-tree.cpp:
7471           merged Aubanel MONNIER's gtkmm upgrade patch
7473 2004-07-17  Carl Hetherington  <inkscape@carlh.net>
7475         * src/sp-use.cpp: fix a compiler warning (closes #992960)
7477         * src/sp-offset.cpp: fix a compiler warning (closes #992960)
7479         * src/sp-text.cpp: fix a compiler warning (closes #992959)
7481 2004-07-16  Kees Cook  <kees@outflux.net>
7483         * src/verbs.h, src/verbs.cpp: added "sp_verbs_find" function for bryce.
7485 2004-07-15  Ted Gould  <ted@gould.cx>
7487         * 0.39 Release
7489 2004-07-14  MenTaLguY  <mental@rydia.net>
7491         * src/sp-object.cpp: disable recursive update warning for release
7493         * src/select-context.cpp: work around probable cut-and-paste bug
7494           between sp_select_context_item_handler and
7495           sp_select_context_root_handler by checking for drag_escaped
7497 2004-07-13  MenTaLguY  <mental@rydia.net>
7499         * src/make.exclude: omit extension/script/js/js.c from build
7501 2004-07-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7503         * src/dialogs/rdf.cpp: Don't add dc:description entry to SVG files.
7505         * src/utest/utest.h: Add include guard.
7507 2004-07-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7509         * src/decimal-round.h (decimal_round): New file, new function.
7510         * src/round.h (decimal_round): New file, new function.
7511         * src/Makefile_insert: Add to libinkpost_a_SOURCES.
7513 2004-07-11  MenTaLguY  <mental@rydia.net>
7515         * src/document.h, src/document-undo.cpp:
7516           added sp_document_get_undo_sensitive() for capturing and restoring
7517           undo sensitivity
7519         * src/sp-object.cpp: don't log id changes made to resolve
7520           duplicate ids (to avoid undo badness) (fix for bug #989023)
7522 2004-07-11  Kees Cook  <kees@outflux.net>
7524         * src/preferences-skeleton.h, src/extension/init.cpp: with simarilius,
7525           tracked down the cause of bug #988445.  Extension code now has a
7526           small section that validates preferences for valid extension names.
7527         * src/dialogs/filedialog-win32.cpp: corrected an assert test, and
7528           changed dialog to take the passed window title.
7529         * autogen.sh, config.h.mingw, configure.in, src/Makefile_insert,
7530           src/help.cpp, src/inkscape-stock.cpp, src/inkscape.cpp, src/main.cpp,
7531           src/make.dep, src/make.files, src/path-prefix.h, src/prefix.cpp,
7532           src/prefix.h, src/dialogs/stroke-style.cpp,
7533           src/extension/Makefile_insert, src/extension/init.cpp,
7534           src/extension/implementation/Makefile_insert,
7535           src/extension/implementation/script.cpp,
7536           src/extension/internal/Makefile_insert, src/helper/stock-items.cpp,
7537           src/widgets/icon.cpp:
7538         Cleaned up all the path #define's and usage.  In the process found at
7539         least 3 separate bugs associated with file locations.  This should
7540         hopefully work for Win32 as well.  Bottom line in this change: don't use
7541         INKSCAPE_DATADIR anywhere except in "path-prefix.h".  This includes
7542         an update to the autopackage code as well with fixes so that
7543         a change to "--enable-binreloc" will get recompiled correctly.  These
7544         changes should address bug #978391.
7546 2004-07-11  Carl Hetherington  <inkscape@carlh.net>
7548         * src/attributes.cpp, src/attributes.h: remove confusing
7549         snaptogrid and snaptoguides options.
7551         * src/desktop-events.cpp: use inkscape:guide-bbox instead of
7552         snaptoguides to turn guides on.
7554         * src/desktop.cpp: no need to worry about Snapper::getEnabled().
7556         * src/snap.cpp, src/snap.h: Remove explicit enabled flag from
7557         Snapper, as itconfuses people.  Added
7558         namedview_dim_snap_all_types().  Return useful stuff from
7559         vector_snap_list.
7561         * src/rect-context.cpp: Use hack to make snapping kind of work
7562         even with snap-to-bbox enabled.
7564         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp: remove
7565         snaptogrid and snaptoguides options as they confuse people.  Use
7566         better names for the scale origin radio buttons, as suggested by
7567         Bulia.
7569         * src/seltrans.cpp: Fix some cases where snap wasn't correctly applied.
7571 2004-07-10  MenTaLguY  <mental@rydia.net>
7573         * src/sp-image.cpp: prospective fix for bug #979858
7575         * src/select-context.cpp, src/select-context.h,
7576           src/seltrans.cpp, src/seltrans.h:
7578           gave SPSelTrans its own Inkscape::MessageContext, fixing
7579           bug #977971
7581 2004-07-10  Kees Cook  <kees@outflux.net>
7583         * src/knot.cpp: solved bug #988513: knot could stay grabbed in
7584           situations where the tool went away but never got "button_release"
7585           event.  This patch uses the "enter" and "leave" notifiers to disable
7586           the grab before a "motion" can come and snag the knot.
7588 2004-07-09  Kees Cook  <kees@outflux.net>
7590         * src/widgets/paint-selector.cpp: solved bug #984902: the pattern
7591           menu was being destroyed since it was remaining part of the frame
7592           that was being destroyed whenever the selector changed.  It gets
7593           ref-counted, disconnected, and destroyed correctly now.
7594         * mkinstalldirs: automake 1.8 stopped including "mkinstalldirs", but
7595           intltool still uses it.  We'll need to keep this until intltool
7596           fixes the bug.  intltool 0.31 and earlier are all buggy.
7598 2004-07-09  Carl Hetherington  <inkscape@carlh.net>
7600         * src/draw-context.cpp: remove some debugging g_prints.
7602 2004-07-08  MenTaLguY  <mental@rydia.net>
7604         * src/interface.cpp: fixed crash on desktop context menu
7606         * src/desktop.h, src/desktop.cpp:
7608           added SPDesktop::isWithinViewport() to conveniently determine
7609           if an item is within view
7611           also made isLayer() const
7613         * src/sp-object.h: added SPObject::hasChildren() predicate
7615         * src/sp-object.cpp: revert to old behavior of breaking parent
7616           link before emitting "release" signal
7618         * src/selection-chemistry.cpp: rewrote sp_selection_item_next()
7619           and sp_selection_item_prev() to work with layers
7621 2004-07-08  Carl Hetherington  <inkscape@carlh.net>
7623         * src/libnrtype/FontFactory.cpp: disable printing of debug
7624         messages.
7626         * src/sp-item-group.cpp: give it a snappoints method to fix
7627         937318.
7629         * src/draw-context.cpp: fix a couple of places where Shift isn't
7630         checked before snapping.
7633 2004-07-07  MenTaLguY  <mental@rydia.net>
7635         * src/desktop.cpp, src/interface.cpp: remove the word "layer"
7636           for now, and disable the layer selector when the user is not
7637           inside a group
7639 2004-07-07  Kees Cook  <kees@outflux.net>
7641         * src/dialogs/desktop-properties.cpp: added a few g_asserts, and
7642           added a missing sp_signal_disconnect_by_data for the color picker,
7643           which closes bug #975864.  Stopped accidentally calling
7644           sp_document_done from the update handler (fixes bug #986411).
7645         * src/dialogs/dialog-events.cpp, src/helper/action.cpp:
7646           whitespace changes, typo fixes, added a few g_asserts.
7647         * src/selection-chemistry.cpp, src/desktop.cpp: when deleting items
7648           from the desktop, the selection context may need to be cleared since
7649           it may have pointers to the deleted items.  To do this, I just
7650           reselect the current tool (fixes bug #983243).
7651         * src/dialogs/xml-tree.cpp, src/dialogs/desktop-properties.cpp:
7652           corrected tooltips memory handling.
7654 2004-07-06  MenTaLguY  <mental@rydia.net>
7656         * src/desktop.cpp: minor tweaks to make the existing layers
7657           code easier to work with in its current state (particularly,
7658           to sidestep some existing bugs that otherwise require more
7659           UI work to fix)
7661 2004-07-06  Carl Hetherington  <inkscape@carlh.net>
7663         * src/seltrans.cpp, src/sp-namedview.cpp,
7664         src/display/bezier-utils.cpp, src/libnr/nr-types.cpp:
7665         isnan appears to need a std:: namespace qualifier.
7667 2004-07-06  Ted Gould  <ted@gould.cx>
7669         * src/libnr/nr-point.h, src/libnr/nr-rect.h:
7671         Adding in a function to round the points and rectangles.  Using this
7672         for less precise comparisons.  Also, added in a function to print
7673         each of these.
7675         * src/dialogs/export.cpp:
7677         Major revisions to do all kinds of fun stuff.  The major one being
7678         that filenames and dpi's can now be stored on selections.  This
7679         makes it so that people working on a section of a document can export
7680         it consistently.
7682 2004-07-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7684         * src/sp-typeset-utils.h: Greatly reduce #includes.
7686         * src/color-rgba.h, src/Makefile_insert, src/desktop.h:
7687           Move ColorRGBA from desktop.h to new file color-rgba.h.
7688         * src/desktop.cpp, src/dropper-context.cpp: #include it.
7690 2004-07-05  Kees Cook  <kees@outflux.net>
7692         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.cpp,
7693           src/dialogs/rdf.h: added multiline data entry items, reduced
7694           overall width of the dialog, and created the license entry areas.
7695           Auto-detection of license on load works now.
7697 2004-07-05  MenTaLguY <mental@rydia.net>
7699         * src/desktop.cpp: comitted further work which gives us a
7700           partially-functional layers menu (not actually hooked up to
7701           change layers yet), and it is not always updated when it needs
7702           to be (yet).  It does also fix the crash though.
7704         * src/desktop.cpp, src/desktop.h, src/document.cpp,
7705           src/sp-item-group.cpp, src/sp-item-group.h:
7707           additional layers work; backed off on promoting siblings to
7708           layers automatically and reintroduced "global" layer mode
7710 2004-07-05  Carl Hetherington <inkscape@carlh.net>
7712         * src/desktop.cpp: prevent crash by adding a check for
7713         layer == NULL to SPDesktopWidget::_buildLayerStatusMenuItem.
7715         * src/selection-chemistry.cpp: prevent crash on copying empty
7716         groups.
7718 2004-07-04  MenTaLguY  <mental@rydia.net>
7720         * src/sp-object.cpp: fixed bug #979281 -- I had accidentally
7721           reversed the sense of a test in SPObject::requestModified(),
7722           such that CHILD_MODIFIED notifications were never being sent
7724         * src/widgets/sp-color-notebook.cpp: always assume colors are
7725           8-digit hex rrggbbaa, and zero-fill accordingly
7727           HAPPY NATHAN#@$?#$#@$!?!?!?
7729         * src/desktop.cpp, src/desktop.h, src/document.cpp, src/document.h,
7730           src/interface.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
7731           src/sp-item-group.cpp, src/sp-item-group.h, src/widgets/widget-sizes.h:
7733           Added selection-changes-current-layer and other layer refinements.
7734           Except for fixing the currently broken layer combo box on the status
7735           bar, I think this is pretty much the last of the layerish work I'm
7736           willing to do for 0.39 since we're in freeze now.
7738 2004-07-03  Kees Cook  <kees@outflux.net>
7740         * src/document.cpp, src/dialogs/desktop-properties.cpp,
7741           src/dialogs/rdf.cpp, src/dialogs/rdf.h:
7742           Added several more RDF entities.  Created entry tooltips.  Set
7743           a few RDF defaults for the document.
7745 2004-07-03  MenTaLguY  <mental@rydia.net>
7747         * src/desktop.cpp, src/document.cpp:
7749           siblings of a layer now become layers too
7751         * src/interface.cpp: switched to command names suggested by bulia
7753         * src/object-hierarchy.cpp, src/object-hierarchy.h:
7755           bugfixes and cleanups
7757         * src/sp-item-group.cpp, src/sp-item-group.h, src/sp-root.cpp:
7759           new layerMode() and setLayerMode() methods; SPGroupMode becomes
7760           SPGroup::LayerMode
7762         * src/sp-object.h: added isSiblingOf() method
7764         * src/sp-object.cpp: leave parent pointer in place until after
7765           "release" handlers finish
7767 2004-07-02  Kees Cook  <kees@outflux.net>
7769         * src/document.cpp, src/dialogs/desktop-properties.cpp,
7770           src/dialogs/rdf.cpp, src/dialogs/rdf.h, src/xml/repr.h:
7771           Made RDF's writable now.  Handling modifications and defaults.
7772           Mental and others will most likely kill me when they finally
7773           read this code.
7775 2004-07-02  MenTaLguY  <mental@rydia.net>
7777         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp,
7778           src/sp-item-group.h:
7780           Removed the "inkscape:groupmode" attribute and added note about how
7781           the group/layer mode setting needs to be per-view, not global.
7783         * src/desktop.cpp, src/desktop.h,
7784           src/object-hierarchy.cpp, src/object-hierarchy.h:
7786           Added notification signals for switching layers, as well as putting
7787           groups in layer mode when they are being used as layers.
7789           Notably, you can now call SPDesktop::connectCurrentLayerChanged() to
7790           connect to a SigC++ signal to be notified when the current layer
7791           changes.
7793         * src/interface.cpp, src/object-ui.cpp:
7795           Fixed up the "Enter Group" and "Leave Group" context menu
7796           commands a bit, and implement them both in the same places.
7798 2004-07-02  Carl Hetherington  <inkscape@carlh.net>
7800         * src/desktop-snap.cpp, src/desktop-snap.h, src/snap.cpp, src/snap.h,
7801         src/Makefile_insert src/arc-context.cpp src/draw-context.cpp
7802         src/dyna-draw-context.cpp src/make.dep src/make.files src/make.ofiles
7803         src/makefile.msc src/nodepath.cpp src/rect-context.cpp
7804         src/select-context.cpp src/selection-chemistry.cpp src/seltrans.cpp
7805         src/sp-namedview.h src/spiral-context.cpp src/star-context.cpp:
7806         renamed desktop-snap.* to snap.* since it has nothing to do with the
7807         desktop any more.
7809         * src/draw-context.cpp: Temporary hack to prevent snapping
7810         completely failing to work when snapping to bbox points.  Support
7811         shift-disables-snap for freehand drawing.
7813         * src/snap.cpp, src/snap.h: Added some temporary methods to assist
7814         with hacks elsewhere.
7816 2004-07-01  Kees Cook  <kees@outflux.net>
7818         * src/xml/repr.h, src/xml/repr-util.h, src/dialogs/rdf.cpp:
7819           moved "repr_lookup_name" into the repr-util collection so
7820           that the RDF stuff doesn't need to know about SPRepr internals.
7821           Now that I've started to grok the SPRepr stuff, this seems best.
7822           Added "sp_repr_recursive_drop" for use in the future when I may
7823           want to throw away an entire tree of SPRepr items (like ditching
7824           a blank "dc:rights" section).
7826 2004-07-01  MenTaLguY  <mental@rydia.net>
7828         * src/sp-item.cpp: fix clip path loading bug
7830         * src/sp-object.cpp: relax analness about object ids a little
7832 2004-06-30  Kees Cook  <kees@outflux.net>
7834         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.h,
7835           src/dialogs/rdf.cpp: built the various functions needed to extract
7836           the RDF text elements from the DOM.  XML in the document will now
7837           be displayed in the entry fields.
7839 2004-06-28  MenTaLguY  <mental@rydia.net>
7841         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr-css.cpp,
7842           src/xml/repr-io.cpp, src/xml/repr-private.h, src/xml/repr-util.cpp,
7843           src/xml/repr.cpp, src/xml/sp-repr-attr.h: applied peter's patch to
7844           break out NRReprAttr
7846         * src/sp-object.cpp, src/sp-object.h:
7848           added SPObject::nearestCommonAncestor, which given another SPObject
7849           returns the nearest common ancestor of the two SPObjects.
7851         * src/sp-item.cpp, src/sp-item.h:
7853           added SPItem::getRelativeTransform, which computes the SPItem's
7854           transform relative to another SPObject
7856         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
7857           src/rect-context.cpp, src/spiral-context.cpp, src/star-context.cpp,
7858           src/text-context.cpp:
7860           drawing tools now cope with drawing within transformed groups
7861           (i.e. layers)
7863 2004-06-27  MenTaLguY  <mental@rydia.net>
7865         * src/sp-object.h: remove sp_object_request_update,
7866           sp_object_invoke_update, sp_object_invoke_modified,
7867           sp_object_request_modified, and sp_object_invoke_write, which have been
7868           deprecated and are now completely unused
7870         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
7871           src/object-hierarchy.cpp, src/object-hierarchy.h, src/sp-object.cpp,
7872           src/sp-object.h:
7874           Implemented SPDesktop::setCurrentLayer(), introducing
7875           Inkscape::ObjectHierarchy to permit falling back to parents if
7876           the current layer is removed.
7878         * src/object-ui.cpp, src/interface.cpp: really crude hack of
7879           Sodipodi-like "enter group" and "leave group"
7881 2004-06-26  MenTaLguY  <mental@rydia.net>
7883         * src/refcounted.h: allow reffing/unreffing const objects
7885         * src/arc-context.cpp, src/draw-context.cpp, src/dropper-context.cpp,
7886           src/event-context.cpp, src/event-context.h, src/node-context.cpp,
7887           src/rect-context.cpp, src/selcue.cpp, src/selcue.h,
7888           src/select-context.cpp, src/select-context.h, src/seltrans.cpp,
7889           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
7890           src/text-context.cpp, src/zoom-context.cpp:
7892           Make SPSelTrans and SPSelCue proper C++ classes with constructors.
7894         * src/document.h, src/dialogs/xml-tree.cpp: removed sp_document_lookup_id
7896         * src/sp-object.cpp: clarify what is happening with bug #980407 --
7897           the clone is getting attached to the repr before the original SPObject
7898           is.
7900 2004-06-26  Carl Hetherington  <inkscape@carlh.net>
7902         * src/node-context.cpp: make sure nodepath->nodeContext is set up
7903         when the selection changes.  Fixes 936739.
7905 2004-06-25  MenTaLguY  <mental@rydia.net>
7907         * src/display/sp-canvas.cpp: enabled win32 current item workaround on
7908           all platforms
7910 2004-06-25  Kees Cook  <kees@outflux.net>
7912         * src/dialogs/rdf.h, src/dialogs/rdf.cpp, src/dialogs/Makefile_insert,
7913           src/dialogs/desktop-properties.cpp:
7915           Added data entry widgets for document metadata, including a rough
7916           license selector, and debug rdf generator.  Corrected whitespace,
7917           added table for RDF entity lookup, tag, and title mapping.  Added
7918           initial loading framework.  Cleaned up rdf_work_entity_t usage.
7920 2004-06-25  Carl Hetherington  <inkscape@carlh.net>
7922         * src/sp-namedview.cpp: cleanups in grid snap settings.  Fix a
7923         typo.
7925         * src/seltrans.cpp: optional default origin for scaling.  Fixes
7926         to snap during scale.
7928         * src/seltrans.h: s/opposit/opposite/.  Add some comments.
7930         * src/dialogs/display-settings.cpp: add default scale origin
7931         option.
7933         * src/desktop-snap.h: changes to snap_list_scale prototype.
7935         * src/desktop-snap.cpp: snap_list_scale now returns whether
7936         it snapped or not.  The best scale snap is now the one that
7937         changes the scale factor least, rather than the one that
7938         results in the snap point being closest to where it used to be.
7940         * src/display/sp-canvas.cpp: fix for win32 freeze-at-border bug,
7941         copied from SP.
7943         * src/knot.cpp, src/select-context.cpp: change spellings from
7944         British to American English for translators.
7946 2004-06-24  rejon <kidproto@users.sf.net>
7948         * src/verbs.cpp: I changed the reverse command to be more verbose and
7949           explanative.
7951 2004-06-24  MenTaLguY  <mental@rydia.net>
7953         * src/seltrans.cpp: slight change to make showing/hiding center
7954           mark easier later on
7956         * configure.in, src/main.cpp, src/star-context.cpp,
7957           src/display/bezier-utils.cpp, src/display/canvas-bpath.cpp,
7958           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
7959           src/display/sp-ctrlline.cpp, src/libnr/nr-svp.cpp,
7960           src/libnrtype/FontFactory.cpp, src/libnrtype/RasterFont.cpp,
7961           src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
7962           src/livarot/Ligne.cpp, src/livarot/PathOutline.cpp,
7963           src/livarot/ShapeMisc.cpp, src/widgets/font-selector.cpp:
7965           fixes for floating-point portability issues, courtesy of
7966           Colin Marquardt.
7968         * src/extensions/init.cpp: dirent.h requires inttypes.h on OS X
7970 2004-06-23  MenTaLguY  <mental@rydia.net>
7972         * src/Makefile_insert, src/desktop.cpp, src/managed.h,
7973           src/message-context.cpp, src/message-stack.h, src/refcounted.h,
7974           src/selection.h, src/view.cpp:
7976           Changed my mind.
7978           Inkscape::Managed is more properly called Inkscape::Refcounted
7980         * src/libnrtype/Makefile_insert, src/libnrtype/codepages.h,
7981           src/libnrtype/cp1250.cpp, src/libnrtype/cp1251.cpp,
7982           src/libnrtype/cp1252.cpp, src/libnrtype/cp1253.cpp,
7983           src/libnrtype/cp1254.cpp, src/libnrtype/cp1255.cpp,
7984           src/libnrtype/cp1256.cpp, src/libnrtype/cp1257.cpp,
7985           src/libnrtype/cp1258.cpp, src/libnrtype/cp874.cpp,
7986           src/libnrtype/cp932.cpp, src/libnrtype/cp936.cpp,
7987           src/libnrtype/cp949.cpp, src/libnrtype/cp950.cpp:
7989           removed unused Win32 codepage crap
7991 2004-06-23  Carl Hetherington  <inkscape@carlh.net>
7993         * src/inkscape.cpp: Don't connect to SIGBUS on Win32, as
7994         it doesn't seem to exist.  Add Emacs mode line.
7995         Declaration-to-first-use and coding style cleanups.
7997         * src/desktop-snap.h: a few double -> NR::Coord fixes.
7999         * src/nodepath.cpp: turn off snapping when Shift is held down.
8000         Some minor cleanups.
8002         * src/dialogs/display-settings.cpp: remove my rather dubious
8003         move_with_grid option.
8005         * src/select-context.cpp: rationalise grid modifiers; now Shift
8006         disables snap and Alt snaps movement to the grid.
8008 2004-06-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8010         * share/extensions/dia2svg.sh: Fix bashism and insecure tempfile usage.
8012 2004-06-23  Ted Gould  <ted@gould.cx>
8014         * share/extensions/dropshadow.inkmod, share/extensions/roundhole.inkmod,
8015         src/extension/system.cpp:
8017         Setting it up so that poorly formed inkmod files generate actual GTK
8018         warnings so that they can be easily hidden.  Also, fixing these two inkmod
8019         files so that they don't generate the above mentioned warnings.
8021 2004-06-22  Kees Cook  <kees@outflux.net>
8023         * src/inkscape.cpp: added SIGBUS and SIGABRT handling.
8025 2004-06-22  John Cliff <simarilius@yahoo.com>
8027         * src/object-edit.cpp:  Added knots for manipulation of pattern fills.
8028         * src/sp-shape.cpp, src/sp-shape.h:     Added sp_shape_set_pattern to
8029         explictly set the transform rather than multiplying like adjust.
8032 2004-06-22  Carl Hetherington  <inkscape@carlh.net>
8034         * src/sp-shape.cpp: add sp_shape_snappoints.
8036         * src/desktop-snap.cpp: minor cleanups.  Added a comment.
8038         * src/sp-text.cpp: removed an old comment.
8040         * src/sp-ellipse.cpp: fix snappoints method now that the parent
8041         class method has changed.
8043         * src/sp-rect.cpp: snappoints method is not required as it's now
8044         handled by SPShape.
8046         * src/sp-image.cpp: use SPItem's snappoints method.
8048         * src/file.cpp: fix another call to g_file_test with a
8049         possibly-NULL parameter.  Fixes #977413.
8051 2004-06-21  Carl Hetherington  <inkscape@carlh.net>
8053         * src/file.cpp: don't call g_file_test with a NULL path.  Fixes
8054         #976703.
8056         * src/desktop-snap.cpp: default to snapping to bounding boxes when
8057         snapping is first enabled.  Rework in terms of SPNamedView rather
8058         than SPDesktop.
8060         * src/desktop-snap.h: rework in terms of SPNamedView rather than
8061         SPDesktop.
8063         * src/arc-context.cpp, src/draw-context.cpp,
8064         src/dyna-draw-context.cpp, src/nodepath.cpp src/rect-context.cpp,
8065         src/select-context.cpp, src/selection-chemistry.cpp,
8066         src/seltrans.cpp, src/sp-namedview.cpp, src/spiral-context.cpp,
8067         src/star-context.cpp: Adapt for changes to snap code naming.
8069         * src/seltrans.cpp: cleanups to sp_sel_trans_skew_request and
8070         sp_sel_trans_scale_request.
8072 2004-06-20  Ted Gould  <ted@gould.cx>
8074         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
8075         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
8076         share/extensions/epsi_output.inkmod, share/extensions/roundhole.inkmod,
8077         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
8078         share/extensions/txt2svg.inkmod, src/extension/extension.h,
8079         src/extension/system.cpp, src/extension/implementation/script.cpp,
8080         src/extension/internal/eps-out.cpp,
8081         src/extension/internal/gdkpixbuf-input.cpp,
8082         src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
8083         src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
8084         src/extension/internal/win32.cpp:
8086         Changing the naming of the extensions to be more Java style naming to
8087         allow for more extension in the future.
8089 2004-06-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8091         * src/extension/internal/ps.cpp (PrintPS): Initialize _stream to
8092           NULL (fixes segfaults when exporting to an unopenable file), and
8093           initialize _bitmap to false instead of random.
8095 2004-06-20  MenTaLguY  <mental@rydia.net>
8097         * src/desktop.cpp, src/managed.h, src/message-context.h,
8098           src/message-stack.h, src/message.h, src/view.cpp:
8100           Document classes, and change Managed to have an initial refcount
8101           of one at creation.
8103 2004-06-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8105         * src/libnrtype/FontFactory.cpp, src/libnrtype/FontInstance.cpp,
8106           src/libnrtype/font-instance.h: If both WIN32 and WITH_XFT are
8107           defined, then use just the WITH_XFT code.  (I don't know if it's
8108           possible for both to be defined, but we might as well document
8109           that the existing code doesn't handle both being defined, AFAICT.)
8111         * src/libnrtype/FontFactory.cpp (ink_strstr): Document brokenness.
8112           (is_regular, is_nonbold, is_italic, etc.): Mark as static.
8114         * src/Makefile.am (EXTRA_DIST): Remove reference to deleted files
8115           libnrtype/nr-type-w32.cpp, libnrtype/nr-type-w32.h,
8116           libnrtype/nr-type-xft.cpp, libnrtype/nr-type-xft.h.
8118         * src/config.h.win32: Define PACKAGE_TARNAME, for require-config.h.
8119           More accurate mathematical constants (20 decimal places instead of 3).
8121 2004-06-19  MenTaLguY  <mental@rydia.net>
8123         * src/desktop.cpp, src/managed.h, src/rect-context.cpp,
8124           src/rect-context.h, src/selection.h, src/view.cpp:
8126           SPSelection now derives from Inkscape::Managed
8128         * src/Makefile_insert, src/select-context.cpp, src/select-context.h,
8129           src/selection-describer.h, src/selection-describer.cpp:
8131           Introduced Inkscape::SelectionDescriber to which SPSelectContext
8132           delegates the task of displaying descriptions of the current
8133           selection.  This fixes bug #945735.
8135 2004-06-19  Carl Hetherington  <inkscape@carlh.net>
8137         * src/desktop-snap.{cpp,h}: sp_desktop_dim_snap_list returns
8138         whether or not it snapped anything.
8140         * src/select-context.cpp: fix snap on move behaviour (again)
8142         * src/widgets/dash-selector.cpp: fix off-by-one spotted by
8143         valgrind.
8145 2004-06-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8147         * src/extension/internal/ps.cpp (begin): Add some basic error handling.
8149         * src/extension/internal/ps.cpp (setup): Simplify an expression now that
8150           _bitmap is a bool.
8152         * src/extension/internal/ps.h: Twiddle the order of the fields.
8153           Replace bitfields with bool/short.
8155         * src/libnrtype/Makefile_insert, src/libnrtype/FontInstance.h,
8156           src/make.files, src/make.ofiles, src/make.dep:
8157           Remove src/libnrtype/FontInstance.h (see change below).
8159         * src/libnrtype/RasterFont.h, src/libnrtype/raster-glyph.h,
8160           src/libnrtype/raster-position.h:
8161           Move raster_glyph, raster_position from RasterFont.h to new files
8162           raster-glyph.h, raster-position.h.
8163         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
8165         * src/libnrtype/FontInstance.h, src/libnrtype/font-glyph.h,
8166           src/libnrtype/font-instance.h, src/libnrtype/font-style.h:
8167           Move font_glyph, font_instance, and font_style definitions from
8168           FontInstance.h into new files font-glyph.h, font-instance.h,
8169           font-style.h.
8170         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
8172         * src/libnrtype/nrtype-forward.h: New file.
8173         * src/libnrtype/Makefile_insert: Add it to SOURCES.
8174         * src/libnrtype/FontFactory.h, src/libnrtype/TextWrapper.h:
8175           #include it (replacing local declarations in some cases).
8177         * src/livarot/livarot-forward.h: New file.
8178         * src/livarot/Ligne.h, src/livarot/Path.h, src/livarot/Shape.h:
8179           #include it (replacing local declarations in some cases).
8180         * src/livarot/Makefile_insert: Add it to SOURCES.
8182 2004-08-18  Ted Gould  <ted@gould.cx>
8184         * src/file.cpp, src/preferences-skeleton.h:
8186         Adding the feature that the save and open directories are saved in the
8187         preferences.  The last one will be used.
8189 2004-08-18  Carl Hetherington  <inkscape@carlh.net>
8191         * src/widgets/font-selector.cpp: uint -> guint to fix
8192         compile errors.
8194         * src/desktop-snap.{cpp,h}: make snap functions aware of the
8195         type of point they are snapping, so they can decide whether
8196         to ignore it.
8198         * src/arc-context.cpp, src/rect-context.cpp,
8199         src/spiral-context.cpp, src/star-context.cpp,
8200         src/draw-context.cpp, src/dyna-draw-context.cpp, src/nodepath.cpp,
8201         src/selection-chemistry.cpp, src/seltrans.cpp:
8202         temporarily update for changes to snapping API.
8204         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp:
8205         adapt for small changes to Snapper API.
8207         * src/select-context.cpp: use new snapping API.
8209 2004-08-17  Bryce Harrington  <bryce@bryceharrington.org>
8211         *  nodepath.cpp path-chemistry.cpp selection-chemistry.cpp,
8212            seltrans.cpp sp-typeset.cpp splivarot.cpp text-context.cpp,
8213            tools-switch.cpp dialogs/find.cpp:  Converting statusbar
8214            messages from old style to new, as per
8215            http://inkscape.org/cgi-bin/wiki.pl?StatusbarAPI
8217 2004-06-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8219         * src/mkdep.pl: Add `by mkdep.pl' to `automatically generated' line.
8221         * src/dialogs/desktop-properties.cpp:
8222           Greater conformance to CodingStyle.  Add FIXME comment.
8224         * src/sp-namedview.cpp: Tighter scoping for iteration var.
8225           Simplify some code by greater use of cheap sp_unit_get_by_id.
8227 2004-06-17  MenTaLguY  <mental@rydia.net>
8229         * src/Makefile_insert, src/arc-context.cpp, src/arc-context.h,
8230           src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
8231           src/draw-context.cpp, src/dropper-context.cpp, src/event-context.cpp,
8232           src/event-context.h, src/file.cpp, src/interface.cpp, src/knot.cpp,
8233           src/managed.h, src/message-context.cpp, src/message-context.h,
8234           src/message-stack.cpp, src/message-stack.h, src/message.h,
8235           src/select-context.cpp, src/view.cpp, src/view.h,
8236           src/libnrtype/FontFactory.cpp, src/libnrtype/nr-type-primitives.h,
8237           src/widgets/font-selector.cpp:
8239           New status messages primitives (statusbar bug not fixed yet though).
8241 2004-06-17  Carl Hetherington  <inkscape@carlh.net>
8243         * src/helper/stock-items.cpp: fix a compiler warning.  Minor
8244         coding style cleanups.
8246         * src/arc-context.cpp, src/desktop-snap.cpp, src-desktop-snap.h,
8247         src/rect-context.cpp, src/spiral-context.cpp,
8248         src/star-context.cpp: Replace desktop.h include with forward
8249         references in desktop-snap.h, and add desktop.h includes in
8250         files which require them.
8252         * src/widgets/spw-utilities.cpp, src/widgets/spw-utilities.h:
8253         add spw_vbox_checkbutton.
8255         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
8256         src/sp-namedview.h, src/desktop-snap.cpp, src/desktop-snap.h,
8257         src/desktop.cpp, src/desktop.h,
8258         src/dialogs/desktop-properties.cpp, src/seltrans.cpp,
8259         src/seltrans.h, src/selection.cpp, src/selection.h,
8260         src/select-context.cpp, src/selection-chemistry.cpp:
8262         Start of new and hopefully improved snapping code.
8264 2004-06-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8266         * src/helper/units.h, src/helper/units.cpp:
8267           (sp_unit_get_by_id): new function.
8268           (sp_convert_distance_full): Change arguments & return value.
8269           Call g_log if no conversion possible.
8270           Callers updated.
8271           (sp_unit_get_default, sp_unit_get_by_name): Remove unused functions.
8272           sp_units: Less rounding error in unittobase.
8274 2004-06-16  Carl Hetherington  <inkscape@carlh.net>
8276         * src/sp-item.h: added a comment.
8278 2004-06-15  Ted Gould  <ted@gould.cx>
8280         * share/extensions/ai_input.inkmod:
8281         Removing the command-line argument to specify line endings.
8283         * src/print.cpp, src/print.h, src/sp-text.cpp,
8284         src/extension/extension.cpp, src/extension/extension.h,
8285         src/extension/implementation/implementation.cpp,
8286         src/extension/implementation/implementation.h,
8287         src/extension/internal/ps.cpp, src/extension/internal/ps.h:
8289         Changing it so that the text to vector is its own function.  This way it
8290         can be used as a parameter in Postscript, but then can be easily used for
8291         drivers which only support vector drawing.
8293 2004-06-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8295         * src/select-toolbar.cpp: Cleanups and preparation for px units.
8297         * src/helper/units.h, src/helper/units.cpp:
8298           Add reference version of sp_points_get_units, sp_units_get_points.
8299           Implement as simple multiplication instead of sp_convert_distance.
8300           (sp_units_table_sane): New function.
8301         * src/helper/units-test.cpp: Test sp_units_table_sane.
8303         * src/sp-object-repr.cpp: Move some declarations to first use.
8304         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_register):
8305           Change return type to void.
8307         * src/sp-item.cpp (sp_item_repr_compare_position):
8308           Reimplement as shallow wrapper around sp_repr_compare_position.
8310         * src/helper/units.h, src/helper/units.cpp:
8311           SPUnitId: new enum, to allow replacing string lookups.
8312           Get rid of handling for unused SP_UNIT_USERSPACE.
8313           Remove unused SPUnit.version field.
8315         * src/helper/units-test.cpp (test_bases): Test sp_unit_get_identity.
8317         * src/helper/Makefile_insert (helper_units_test_LDADD): Fix the previous
8318           commit: -lglib-2.0 instead of -lglib.
8320 2004-06-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8322         * src/Makefile.am, src/helper/Makefile_insert,
8323           src/helper/units-test.cpp:
8324           New unit test file units-test.cpp.
8326         * src/select-toolbar.cpp: Greater conformance to CodingStyle.
8328 2004-06-14  Carl Hetherington  <inkscape@carlh.net>
8330         * src/libnrtype/TextWrapper.cpp: Fix what looks like an off-by-one.
8332         * ChangeLog, src/prefs-utils.cpp:
8333         Fix bracketing typo that causes an array to be overrun.
8335 2004-06-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8337         * src/sp-path.cpp: Move some declarations to first use.
8339 2004-06-13  Kees Cook  <kees@outflux.net>
8341         * src/xml/repr.h, src/xml/repr-utils.cpp: adding additional RDF URIs
8342         to the default namespace prefix list.
8344 2004-06-13  MenTaLguY  <mental@rydia.net>
8346         * src/arc-context.cpp, src/desktop.cpp, src/desktop.h, src/document.cpp,
8347           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
8348           src/file.cpp, src/gradient-chemistry.cpp, src/interface.cpp,
8349           src/rect-context.cpp, src/selection-chemistry.cpp, src/sp-object.cpp,
8350           src/sp-object.h, src/spiral-context.cpp, src/splivarot.cpp,
8351           src/star-context.cpp, src/svg-view.h, src/text-context.cpp,
8352           src/extension/internal/gdkpixbuf-input.cpp:
8354           added SPDesktop::currentRoot() and SPDesktop::currentLayer(), which
8355           report the current "view" root and current "editing" layer,
8356           respectively; I've also added SPObject::appendReprChild().
8358           Between the two of them, they replace sp_document_add_repr, which
8359           has been removed.  Generally to add a repr to a document, you would
8360           now use either:
8362            SP_DOCUMENT_DEFS(document)->appendReprChild(repr);
8364           or:
8366            desktop->currentLayer()->appendReprChild(repr);
8368 2004-06-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8370         * src/sp-clippath.h, src/sp-gradient.h, src/sp-marker.h, src/sp-mask.h,
8371 src/sp-pattern.h:
8372           Explicitly mark _acceptObject as virtual.
8373           (Already declared as virtual in base class.)
8375         * src/file.cpp, src/main.cpp: Greater conformance to CodingStyle.
8377         * src/node-context.h, src/selcue.h, src/sp-pattern.h,
8378           src/widgets/sp-color-wheel-selector.h:
8379           Add missing includes as found by src/check-header-compile.
8381         * src/Makefile_insert:
8382         * src/sp-use-reference.cpp:
8383         * src/sp-use-reference.h:
8384         * src/sp-use.cpp:
8385         * src/sp-use.h:
8386           Move SPUseReference from sp-use.h to new files sp-use-reference.h,
8387           sp-use-reference.cpp.
8389         * src/sp-use.h (_acceptObject): Fix can't-use-ancestor check.
8391         * src/uri-references.h (getOwner): Fix copy&paste bug.
8393 2004-06-11  MenTaLguY  <mental@rydia.net>
8395         * src/sp-object.h, src/sp-object.cpp:
8397           migrated several SPObject methods to C++ methods:
8399           sp_object_invoke_write -> SPObject::updateRepr
8400           sp_object_request_update -> SPObject::requestDisplayUpdate
8401           sp_object_invoke_update -> SPObject::updateDisplay
8402           sp_object_request_modified -> SPObject::requestModified
8403           sp_object_invoke_modified -> SPObject::emitModified
8405           (leaving deprecated wrappers in place for now)
8407         * src/document.cpp, src/object-edit.cpp, src/sp-clippath.cpp,
8408           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-image.cpp,
8409           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-line.cpp,
8410           src/sp-marker.cpp, src/sp-mask.cpp, src/sp-offset.cpp,
8411           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-root.cpp,
8412           src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
8413           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
8414           src/sp-use.cpp, src/dialogs/stroke-style.cpp, src/sp-path.cpp:
8416           transitioned to SPObject::requestDisplayUpdate and
8417           SPObject::updateDisplay
8419         * src/arc-context.cpp, src/document.cpp, src/gradient-chemistry.cpp,
8420           src/knotholder.cpp, src/main.cpp, src/rect-context.cpp,
8421           src/sp-anchor.cpp, src/sp-clippath.cpp, src/sp-defs.cpp,
8422           src/sp-gradient.cpp, src/sp-item-group.cpp, src/sp-item.cpp,
8423           src/sp-mask.cpp, src/sp-namedview.cpp, src/sp-object-group.cpp,
8424           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp,
8425           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-shape.cpp,
8426           src/sp-spiral.cpp, src/sp-text.cpp, src/sp-use.cpp,
8427           src/spiral-context.cpp, src/splivarot.cpp, src/star-context.cpp,
8428           src/style.cpp, src/toolbox.cpp, src/dialogs/fill-style.cpp,
8429           src/dialogs/stroke-style.cpp, src/extension/internal/svg.cpp:
8431           transitioned to SPObject::requestModified, SPObject::emitModified,
8432           and SPObject::updateRepr; also reworked "minimal" version of
8433           updateRepr.
8435         * src/sp-object.h: added a little documentation
8437         * src/document.cpp, src/document.h, src/file.cpp,
8438           src/gradient-chemistry.cpp, src/help.cpp, src/object-ui.cpp,
8439           src/selection-chemistry.cpp, src/selection.cpp, src/seltrans.cpp,
8440           src/sp-clippath.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
8441           src/sp-namedview.cpp, src/sp-object.cpp, src/sp-offset.cpp,
8442           src/sp-pattern.cpp, src/sp-root.cpp, src/sp-text.cpp,
8443           src/sp-typeset.cpp, src/sp-use.cpp, src/splivarot.cpp,
8444           src/uri-references.cpp, src/dialogs/fill-style.cpp,
8445           src/dialogs/item-properties.cpp, src/dialogs/stroke-style.cpp,
8446           src/helper/stock-items.cpp, src/widgets/gradient-selector.cpp,
8447           src/widgets/gradient-vector.cpp, src/widgets/icon.cpp:
8449           replaced sp_document_lookup_id with SPDocument::getObjectById,
8450           and SPDocument::getObjectByRepr
8452           (left deprecated stub in place, but it should be unused at this point)
8454 2004-06-11  Ted Gould  <ted@gould.cx>
8456         * src/file.cpp, src/inkscape.cpp, src/interface.cpp, src/prefs-utils.cpp,
8457         src/prefs-utils.h:
8459         Moving the recent document setting and getting code into the prefs-utils
8460         files so that they'll be with the preferences (which they really kinda
8461         are).  Then, moved the place where they are set from the removing of the
8462         document to where the files are opened and 'save as'd.  (yes, I made up a
8463         word/contraction).
8465 2004-06-10  Carl Hetherington  <inkscape@carlh.net>
8467         * src/desktop-snap.cpp, src/desktop-snap.h,
8468         src/satisfied-guide-cns.cpp, src/satisfied-guide-cns.h,
8469         select-context.cpp, selection.cpp, selection.h, seltrans.cpp,
8470         seltrans.h, sp-ellipse.cpp, sp-image.cpp,
8471         sp-item-notify-moveto.cpp, sp-item-rm-unsatisfied-cns.cpp,
8472         sp-item-update-cns.cpp, sp-item.cpp, sp-item.h, sp-offset.cpp,
8473         sp-rect.cpp, sp-spiral.cpp, sp-star.cpp, sp-text.cpp:
8475         Use a std::vector to store snap points, rather than a fixed-size
8476         array.
8478 2004-06-09  Carl Hetherington  <inkscape@carlh.net>
8480         * src/desktop-snap.cpp, src/desktop-snap.h: Coding style fixes.
8481         Use NR::Coord rather than double where appropriate.  Added some
8482         comments.  Use NR::Dim2 where appropriate.  Use NR_HUGE rather
8483         than hardcoded 1e18s.
8485         * src/rect-context.cpp, src/nodepath.cpp, src/arc-context.cpp:
8486         Adapt for changes to sp_desktop_dim_snap prototype.
8488         * src/select-context.cpp:
8489         Adapt for changes to sp_desktop_dim_snap_list prototype.
8491 2004-06-08  MenTaLguY  <mental@rydia.net>
8493         * src/display/sp-canvas.h, src/livarot/DblLinked.h,
8494           src/livarot/LivarotDefs.h, src/livarot/AVL.h, src/livarot/Shape.h,
8495           src/livarot/ShapeUtils.h, src/livarot/Ligne.h,
8496           src/object-edit.cpp, src/spiral-context.cpp, src/sp-shape.cpp:
8498           Portability fixes from Colin Marquardt <colin@marquardt-home.de>.
8500 2004-06-08  Carl Hetherington  <inkscape@carlh.net>
8502         * src/main.cpp: remove the call to
8503         Extension::Internal::PrintWin32::init() entirely after Ted pointed
8504         out that it would be called by code in src/extension/init.cpp
8505         anyway.
8507 2004-06-08  Ted Gould  <ted@gould.cx>
8509         * src/main.cpp:
8511         Added in a version command to our command line args.  This fixes
8512         enhancement request 968642.
8514 2004-06-07  MenTaLguY  <mental@rydia.net>
8516         * src/document.cpp, src/document.h, src/document-undo.cpp,
8517           src/sp-object.h, src/sp-object.cpp:
8518           renamed object garbage collection routines to fit the "orphan"
8519           terminology
8521 2004-06-07  Carl Hetherington <inkscape@carlh.net>
8523         * src/main.cpp: tentative fix for startup crash on Win32.  Ensure
8524         that Extension::Internal::PrintWin32::init() is not called until
8525         after inkscape_application_init().
8527 2004-06-07  Ted Gould  <ted@gould.cx>
8529         * src/inkscape.cpp, src/main.cpp:
8531         Moving the initialization of the extensions into the Inkscape application
8532         init.  I have mixed feelings on this.  On one hand, basically extension
8533         init gets called directly after applicaiton init and extensions init has
8534         nothing to do with anything else in main.  On the other hand I'm not sure
8535         that it is directly related to the structure of the application itself.
8536         Comments are welcome.
8538 2004-06-06  MenTaLguY  <mental@rydia.net>
8540         * src/attributes.cpp, src/attributes.h: added inkscape:collect attribute
8541           to specify orphan collection policy (collect with parent, or always
8542           collect)
8544         * src/document-undo.cpp, src/document.cpp, src/document.h: added an orphan
8545           collection pass as part of comitting an undo step
8547         * src/sp-object.cpp, src/sp-object.h:
8548           add total hrefcount for all descendants, and basic orphan collection
8549           facilities
8551         * src/gradient-chemistry.cpp, src/dialogs/stroke-style.cpp,
8552           src/extension/internal/gdkpixbuf-input.cpp:
8553           mark automatically added gradients, patterns, and markers for orphan
8554           collection
8556 2004-06-06  Bryce Harrington <bryce@bryceharrington.org>
8558         * libnrtype/nr-type-xft.cpp, libnrtype/nr-font.cpp,
8559           libnrtype/nr-rasterfont.cpp, libnrtype/nr-type-directory.cpp,
8560           libnrtype/nr-typeface.cpp, libnrtype/nr-type-w32.cpp,
8561           libnrtype/nr-type-ft2.cpp, libnrtype/nr-type-pos-def.cpp,
8562           libnrtype/nr-type-primitives.cpp:
8564         Documenting the routines.  This adds basic code docs for
8565         everything in libnrtype.
8567 2004-06-06  Ted Gould  <ted@gould.cx>
8569         * src/main.cpp, src/preferences-skeleton.h, src/extension/extension.cpp:
8571         Making it so that the extension parameters get saved in the Inkscape
8572         preferences.  Most people will notice that their printer gets saved now.
8573         But this does alot more than that.  Added an "extensions" group to the
8574         preferences skeleton for all these settings.  All settings get saved as
8575         "module ID"."param name".  Also had to change where the extensions get
8576         init'd in the startup to put it behind the Inkscape application so that
8577         prerefences could be used.
8579 2004-06-03  Ted Gould  <ted@gould.cx>
8581         * src/file.cpp, src/dialog/filedialog.cpp:
8583         Making the whole file dialog alot more fun.  Basically, now the
8584         first filename will always be unique on files that don't have a
8585         filename already.  And, if you've selected a different default
8586         extension, that extension's filename extension will be placed
8587         on the file.  Also, when you change the extension to save with
8588         in the dialog, the filename extension will change with you (assuming
8589         that you were using filename extensions previously ofcourse).
8590         Finally, the checkbox to autoappend extensions is no insensitive
8591         when "Autodetect" is selected.
8593 2004-06-03  MenTaLguY  <mental@rydia.net>
8595         * src/file.cpp, src/extension/internal/ps.cpp,
8596           src/extension/internal/win32.cpp, src/sp-pattern.cpp,
8597           src/dialogs/stroke-style.cpp, src/display/nr-arena-glyphs.cpp,
8598           src/display/nr-arena-group.cpp, src/display/nr-arena-image.cpp,
8599           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
8600           src/widgets/icon.cpp, src/dialogs/nr-arena-item.h:
8602           Introduced the notion of "parent" NRGCs
8604 2004-06-02  bulia byak <bulia@users.sourceforge.net>
8606         * src/selection.h, src/selection.cpp:
8608         * preferences-skeleton.h dialogs/display-settings.cpp sp-item.cpp: New
8609 settings
8610         for various compensations
8612         * sp-shape.cpp sp-shape.h sp-rect.cpp sp-path.cpp: Factored out adjustments
8613         (stroke and pattern so far) from optimizing items into sp-shape.
8615         * libnr: Added distance function for a couple of points. Added expansions
8616 for X and Y.
8618         * object-edit.cpp sp-rect.cpp sp-item.cpp toolbox.cpp: Made rect use
8619 absolute
8620         radii, added recursive compensation on item_transform. Added new knot for
8621         rect, moved corner knots to the top right corner. Rect toolbar shows visible
8622         rx/ry.
8624         * toolbox.cpp: Finally got the freeze semaphores right (prevent loops for
8625         changes both from the repr and from toolbar UI).
8627         * sp-namedview.cpp: Guarding against nan in zoom, cx, cy
8629         * select-toolbar.cpp helper/unit-menu.cpp helper/unit-menu.h: Fix units menu
8630 size
8632         * node-context.cpp: Second Esc or empty-click deselects object
8634         * desktop.cpp desktop.h: Restored sticky zoom
8636         * preferences-skeleton.h extension/internal/gdkpixbuf-input.cpp file.cpp: Do
8637 not
8638         group import if only one item; move its defs to our defs; select and move
8639         under cursor the imported item/group. Optionally import bitmaps as filled
8640         rects.
8642         * many -context files: Decoupled seltrans and selcue so that the latter can
8643 be
8644         used outside of selector; enabled optional selcue in all tools
8646         * many files: New set_color signals on desktop, switching the dropper to
8647 them;
8648         needs to be redone for style. Excise the old inkscape::color_set signal.
8650         * dialogs/stroke-style.cpp: Fix the "all clubs" marker preview bug. In
8651 markers
8652         menu, skip document markers with stockid only if the same stockid is in
8653         markers.svg; add separator.
8655         * many fill and stroke files: Remove old mode selector, remove dropper
8656 checkbox
8657         (now always on). Remember active colorselector page. Remove redundant checks
8658         in setting color (fixes at least one bug). Cosmetics, cleanup, b/w icons,
8659         shortened labels, added mnemonics and tooltips, removed the drop-down modes
8660         list. Switched color spinbuttons to 0..255 enabling 0..1 floats to be typed
8661 as
8662         well.
8664         * dialogs/find.* et al: Find dialog, command
8666         * selection-chemistry.cpp: Fix copying objects from different parents; fix
8667 and
8668         reorganize copying gradients, recurse into groups
8670         * dialogs/xml-tree.cpp: Removed unused desktop shutdown signal, fixes
8671 problem
8672         with saving window settings on exit
8674         * select-toolbar.cpp: Percentage unit, lock toggle, NR::Rectification
8676         * sp-object.cpp path-chemistry.cpp splivarot.cpp et al: Sending
8677 _delete_signal
8678         recursively for descendants; switched to deleteObject where appropriate to
8679         notify clones
8681         * preferences-skeleton.h desktop.cpp desktop.h interface.cpp: Window layout
8682         fully configurable, commands in the View menu
8684         * path-chemistry.cpp: Fixed transform when combining inside group
8686         * preferences-skeleton.h sp-item.cpp dialogs/display-settings.cpp: Fixes in
8687         scalestroke (coded by Carl): arbitrary depth recusion, setting stroke-width
8688         via repr, pref in the transforms tab
8690         * widgets/sp-xmlview-attr-list.cpp: More robust listener
8692 2004-06-01  Ted Gould  <ted@gould.cx>
8694         * src/extension/internal/gdkpixbuf-input.cpp:
8695         Making it so that the lists of extensions and mimetypes are
8696         used in the creation of the plugins.  Also, free'ing everything
8697         properly so that we don't have a memory leak.
8699 2004-05-30  MenTaLguY  <mental@rydia.net>
8701         * src/selection.h, src/selection.cpp:
8702           rework SPSelection to be SPObject- rather than SPItem- oriented;
8703           this will be needed later for the layers/document tree dialog
8704           (and could prove useful for the XML editor later too)
8706         * src/sp-item.h: make SPItem a proper C++ subclass of SPObject
8708         * src/dialogs/item-properties.cpp:
8709           correct overly intimate knowledge of SPObject (use SP_OBJECT_ID rather
8710           than directly accessing the SPObject::id member)
8712 2004-05-27  Kees Cook  <kees@outflux.net>
8714         * src/extension/internal/ps.h, src/extension/internal/ps.cpp:
8715           Hopefully fixed the locale problems in the PS output generator.
8716         * src/sp-offset.cpp, src/display/bezier-utils-test.cpp,
8717           src/display/nr-arena-item.cpp, src/libnr/nr-svp-render.cpp,
8718           src/libnr/testnr.cpp, src/livarot/AlphaLigne.cpp,
8719           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
8720           src/livarot/PathCutting.cpp, src/livarot/Shape.cpp,
8721           src/livarot/ShapeDraw.cpp, src/livarot/ShapeSweep.cpp,
8722           src/svg/svg-affine.cpp: added comments and notes to all remaining
8723           "printf"ish calls that have %g or %f in them.  Most are just debug
8724           output, etc.  Hopefully we are actually free of locale bugs!  :)
8725         * src/desktop.h, src/desktop.cpp: desktop's knowledge of
8726           fullscreen-ness doesn't depend on having the ability to DO it.  Other
8727           functions already test "is_fullscreen" to alter their behavior.
8729 2004-05-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8731         * src/extension/system.h, src/extension/system.cpp (build_from_file):
8732           Remove unused second argument.  Callers updated.
8733         * src/extension/system.cpp (build_from_reprdoc):
8734           Just one call to sp_repr_name per child.
8735         * src/extension/system.h, src/extension/system.cpp:
8736           Cleanup: greater conformance to CodingStyle.
8738 2004-05-23  MenTaLguY  <mental@rydia.net>
8740         * src/libnrtype/Makefile_insert, src/libnrtype/nr-type-gnome.cpp,
8741           src/libnrtype/nr-type-gnome.h, src/libnrtype/nr-type-dictionary:
8743           removed gnome-print libnrtype backend
8745 2004-05-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8747         * src/xml/repr.h, src/xml/repr-util.cpp:
8748           Remove unused function sp_repr_set_position_relative.
8750         * src/xml/repr-util.cpp (sp_repr_compare_position, sp_repr_position):
8751           Minor cleanups.
8753 2004-05-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8755         * src/sp-use.cpp: Cleanup: greater conformance to CodingStyle.
8757         * src/sp-item-group.cpp (sp_item_group_ungroup): Fix bug #956334:
8758           ungrouping was reversing the order of the group members.
8760         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp: New files.
8761         * src/xml/Makefile_insert (xml_libspxml_a_SOURCES): Add the new files.
8763         * src/xml/repr-private.h, src/xml/repr.cpp (sp_repr_nth_child):
8764           Remove this unused function.
8766         * src/xml/repr.h, src/xml/repr.cpp (sp_repr_parent):
8767           Mark pointer as not written through (const).
8769 2004-05-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8771         * src/xml/repr.cpp: Cleanup: greater conformance to CodingStyle.
8773         * src/Makefile_insert: Add missing dependencies on inkscape_version.h.
8774         * src/display/Makefile_insert: Adapt dependency object names for
8775           `subdir-objects' automake option.
8776         * src/helper/Makefile_insert: Adapt dependency object names for
8777           lack of libspchelp-specific CPPFLAGS.
8779 2004-05-17  Carl Hetherington <inkscape@carlh.net>
8781         * src/libnrtype/nr-type-w32.cpp: Tentative fix for
8782         build problems on Win32.
8784         * src/extension/internal/svg.cpp: Coding style cleanups.
8786 2004-05-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8788         * src/sp-item.h, src/sp-item.cpp: Remove unused
8789           distance-conversion functions sp_item_distance_to_svg_bbox,
8790           sp_item_distance_to_svg_viewport.
8792         * src/sp-item.cpp: Cleanup: greater conformance to CodingStyle.
8794         * acinclude.m4: Remove.
8796 2004-05-16  Carl Hetherington  <inkscape@carlh.net>
8798         * src/extension/internal/svg.cpp:
8799         Throw an exception if sp_repr_save_file fails.  This should close
8800         bug 948921.
8802 2004-05-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8804         * src/check-header-compile.in: New script.
8805         * configure.in: Add it to list of files for substitution.
8807         * src/star-context.cpp: Minor cleanups, and use g_strdup_printf instead
8808           of fixed-size buffer for translated string.
8810         * src/selection-chemistry.cpp: Use NR::Rect bounds() method instead of
8811           old bounds(NRRect*).
8813         * src/document.cpp (sp_document_create):
8814         * src/preferences-skeleton.h:
8815           Use INKSCAPE_VERSION from inkscape_version.h instead of VERSION.
8817         * src/libnr/nr-rotate-test.cpp: Use new rotate_equalp function.
8819         * src/libnr/nr-translate-ops.h (operator-): New function.
8821         * src/select-context.cpp:
8822         * src/selection-chemistry.cpp:
8823         * src/xml/repr.h:
8824         * src/sp-defs.h:
8825           Cleanup: greater conformance to CodingStyle.
8827         * src/libnr/nr-macros.h: Don't #include nr-matrix.h, nr-rect.h.
8829         * src/arc-context.h, src/desktop-affine.h, src/dir-util.h,
8830           src/draw-context.h, src/dyna-draw-context.h, src/help.h,
8831           src/knotholder.h, src/prefs-utils.h, src/select-toolbar.h,
8832           src/sp-clippath.h, src/sp-mask.h, src/sp-pattern.h, src/sp-use.h,
8833           src/text-context.h, src/toolbox.h, src/tools-switch.h,
8834           src/dialogs/dialog-events.h, src/dialogs/sp-attribute-widget.h,
8835           src/display/sp-canvas.h, src/helper/gnome-utils.h,
8836           src/helper/png-write.h, src/helper/stock-items.h, src/inkjar/jar.h,
8837           src/libnr/nr-matrix.cpp, src/libnr/nr-point-l.h,
8838           src/svg/stringstream.h, src/svg/svg-affine.cpp,
8839           src/widgets/gradient-selector.h, src/widgets/paint-selector.h,
8840           src/widgets/spinbutton-events.h, src/widgets/spw-utilities.h,
8841           src/xml/repr-action.h:
8842           Add missing header files as detected by check-header-compile script.
8844         * src/libnr/nr-rotate-fns.h, src/libnr/nr-rotate-fns.cpp: New files.
8845         * src/libnr/nr-rotate-fns-test.cpp: New unit test.
8846         * src/libnr/Makefile_insert, src/Makefile.am: Reference new files,
8847           add to unit tests.
8849         * src/libnr/nr-rotate.h: Add Coord,Coord constructor.
8851         * src/libnr/nr-rotate.h, src/libnr/nr-rotate-ops.h (operator*=):
8852         New method.
8854         * src/libnr/nr-point-fns.h (point_equalp): New function.
8856         * src/radial.h: Remove this unused header.
8858         * src/xml/xml-forward.h: New file.
8859         * src/xml/Makefile_insert: Add it to xml_libspxml_a_SOURCES.
8860         * src/xml/repr-private.h: Include it.
8862 2004-05-16  MenTaLguY  <mental@rydia.net>
8864         * src/libnrtype/nr-type-directory.cpp, src/libnrtype/nr-type-ft2.cpp,
8865           src/libnrtype/nr-type-ft2.h, src/libnrtype/nr-type-gnome.h,
8866           src/libnrtype/nr-type-w32.h, src/libnrtype/nr-type-xft.cpp,
8867           src/libnrtype/nr-typeface.h:
8869           transition to C++ inheritance
8871         * src/verbs.cpp, src/helper/action.h, src/helper/action.cpp,
8872           src/widgets/button.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
8874           removed barely-used "in-place construction" facility for NRObject
8876         * src/helper/action.h, src/helper/action.cpp,
8877           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-glyphs.h,
8878           src/display/nr-arena-image.cpp, src/display/nr-arena-image.h,
8879           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
8880           src/helper/action.cpp, src/helper/action.h, src/libnr/nr-object.cpp,
8881           src/libnr/nr-object.h, src/libnrtype/nr-type-ft2.cpp,
8882           src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
8883           src/libnrtype/nr-typeface.cpp:
8885           Made NRObject "C++-compatible".  All C++ features including virtual
8886           methods and RTTI should now be available to NRObject subclasses
8887           _provided_:
8889            a) there is an unbroken chain of _C++_ inheritance from the subclass
8890               back to NRObject
8892            b) the NRObject-derived inheritance chain is always first in cases
8893               of multiple inheritance (the NRObject must be first in the memory
8894               layout)
8896            c) The subclass in question overrides NRObjectClass::cpp_ctor in its
8897               own class_init function, with a pointer to a function that calls
8898               the specific subclass' constructor (via placement new -- you will
8899               need to #include <new> for this to work)
8901               n.b. Objects of classes which do not override cpp_ctor will appear
8902               to the C++ runtime system (RTTI and virtual dispatch, at least) as
8903               objects of the closest ancestor class which does override it
8904               (NRObject or NRActiveObject if nothing else).
8906 2004-05-15  MenTaLguY  <mental@rydia.net>
8908         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
8909           further reduced dependency on SPStyle
8911 2004-05-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8913         * src/libnr/nr-path.cpp, src/libnr/nr-path.h (nr_path_matrix_bbox_union):
8914           Get rid of no-longer-needed tolerance arg.  Update callers.
8916         * src/selection.cpp, src/sp-chars.cpp, src/sp-image.cpp,
8917           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-item.h,
8918           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
8919           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
8920           src/sp-use.cpp, src/dialogs/fill-style.cpp,
8921           src/dialogs/stroke-style.cpp, src/display/nr-arena-shape.cpp,
8922           src/libnr/nr-path.cpp, src/libnr/nr-path.h,
8923           src/libnrtype/nr-font.cpp, src/libnrtype/nr-rasterfont.cpp,
8924           src/libnrtype/nr-type-gnome.cpp, src/widgets/icon.cpp,
8925           src/widgets/paint-selector.cpp:
8926           Change argument from NRMatrix to NR::Matrix in SPItemClass->bbox,
8927           sp_item_invoke_bbox, sp_item_invoke_bbox_full,
8928           nr_path_matrix_bbox_union.  Users updated.
8930         * src/libnr/nr-rect.h, src/libnr/nr-rect.cpp (nr_rect_union_pt):
8931           new function.
8933         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
8934           (NR::transform): new function.
8936         * src/Makefile_insert: Move fixes.cpp from libinkpre.a to libinkpost.a.
8937         * src/xml/Makefile_insert (xml_repr_action_test_LDADD):
8938           Add libinkpost.a, for fixes.o.  `make check' now works again.
8940         * src/sp-text.cpp (sp_text_set_transform):
8941           Don't include SP_OBJECT_CHILD_MODIFIED_FLAG in flags for
8942           sp_object_request_update.  Addresses `critical' warning.
8944 2004-05-13  John Cliff <simarilius@yahoo.com>
8946         * src/dialogs/stroke-style.cpp: Switched to using get_stock to retrieve
8947 markers.
8948         * src/helpers/stock-items.h, src/helpers/stock-items.cpp: created to handle
8949 stock items.
8950         * src/prefix.h: Added marker and gradient directorys.
8952 2004-05-13  Kees Cook <kees@outflux.net>
8954         * configure.in, src/main.cpp, config.h.mingw, debian/rules:
8955           made popt a requirement instead of an option.
8957 2004-05-13  Carl Hetherington  <cth103@houllier.home>
8959         * sp-color-notebook.cpp: Fix uninitialised value spotted by valgrind.
8961         * stroke-style.cpp:
8962         Fix ink_extract_marker_name returning a pointer into a free()d buffer.
8964 2004-05-13  Ted Gould <ted@gould.cx>
8966         * src/file.cpp:
8967         Making the default filename _("untitled.svg")
8969 2004-05-12  Kees Cook <kees@outflux.net>
8971         * config.h.mingw: added g_ascii_strtod macro.
8973 2004-05-12  Carl Hetherington <inkscape@carlh.net>
8975         * src/dialogs/export.cpp: fix faulty logic with exporting of
8976         selections, as reported by Artemio on the ML.
8978         * src/dialogs/desktop-properties.cpp: Fix a gtk_table size.
8979         Make use of spw_dropdown in one place.
8981         * src/select-context.cpp: Remove alt-drag "slow move" mode.
8982         Make alt-drag move without any grid snap, even if the grid
8983         is enabled.  Add a new mode, shift-drag, which preserves
8984         objects' grid offsets rather than snapping their snappoints.
8986         * src/selection-chemistry.cpp: Pasted objects have the same
8987         offset from the grid as the original, if the grid is enabled.
8988         Also a NRRect -> NR::Rect fix thrown in for no extra charge.
8990         * src/dialogs/display-settings.cpp: Added option to reverse
8991         the actions of drag and shift-drag when moving objects.
8993 2004-05-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8995         * src/main.cpp (main): Test ENABLE_NLS instead of HAVE_NLS (which
8996         wasn't getting defined).  Restores translations on *nix systems
8997         when inkscape translations aren't in system-wide /usr/share/locale.
8999 2004-05-10  Carl Hetherington <inkscape@carlh.net>
9001         * src/sp-item.cpp, src/dialogs/display-settings.cpp: primitive
9002         support for preserving line widths when scaling.  Thanks to Bulia
9003         for telling me what to do :)
9004         * src/dialogs/align.cpp: refactor some cut-and-paste code into
9005         a separate function.  Remove NRRect.  Declaration-to-first-use
9006         cleanups.
9007         * src/dialogs/transformation.cpp, src/dialogs/fill-stype.cpp:
9008         NRRect removal.  Declaration-to-first-use cleanups.
9010 2004-05-09  MenTaLguY <mental@rydia.net>
9012         * src/sp-paint-server.h: SPPaintServer now uses C++ inheritance
9014           (bigger question -- should SPPaintServer derive from SPObject?  I think
9015            not, actually ... it's more something that should be aggregated into
9016            the various paint-server-capable types)
9018         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
9019           first steps in removing SPStyle dependency from NRArenaShape --
9020           add fill and stroke paint server members, and use those instead
9021           of reading directly from an SPStyle.
9023 2004-05-09  Kees Cook <kees@outflux.net>
9025         * src/libnrtype/nr-type-xft.cpp: added patch 898200, hopefully this
9026           won't break anyone.
9027         * src/dialogs/desktop-properties.cpp: added patch 947127, along with
9028           some orientation bugfixes, list cleanup, and logic to select the
9029           correct menu items based on document settings.
9030         * configure.in: default to always replace g_ascii_strtod.
9032 2004-05-08  Kees Cook <kees@outflux.net>
9034         * src/extension/internal/gdkpixbuf-input.cpp: skip SVG files. (open bug)
9035         * configure.in, src/Makefile_insert, src/fixes.cpp: added replacement
9036           for g_ascii_strtod, since it has locale-related bugs in gnome 2.0.
9037           The upstream version is fixed, so some day, we won't need this any
9038           more.  (fixes "ugly icons" bug, and possibly the spinbutton locale bug)
9039         * src/dyna-draw-context.cpp, src/rect-context.cpp, src/sp-namedview.cpp,
9040           src/sp-object.cpp, src/sp-object.h, src/sp-pattern.cpp,
9041           src/sp-polygon.cpp, src/sp-polyline.cpp, src/sp-root.cpp,
9042           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp,
9043           src/sp-text.cpp, src/spiral-context.cpp, src/star-context.cpp,
9044           src/svg/ftos.cpp, src/svg/svg-affine.cpp, src/svg/svg-color.cpp,
9045           src/svg/svg-length.cpp: adding "config.h", making a few extra
9046           locale-sensitive functions use g_ascii versions.
9048 2004-05-08  MenTaLguY <mental@rydia.net>
9050         * src/sp-item.cpp: move "transformed" signal emission after actual
9051           application of transform
9053         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr.cpp:
9054           fix lifecycle issues with content and attribute strings
9056         * src/sp-object.h, src/sp-object.cpp: added SPObject::setId()
9058 2004-05-08  Kees Cook <kees@outflux.net>
9060         * src/verbs.cpp, src/help.cpp: localizing "about" and "keys" stuff.
9061         * po/*.po: rebuilt for new strings.
9063 2004-05-08  Carl Hetherington <inkscape@carlh.net>
9065         * src/dialogs/desktop-properties.cpp: the usual cleanups.  Also
9066         add some sp_document_done()s in various places.
9068 2004-05-08  bulia byak <bulia@users.sourceforge.net>
9070         * widgets/paint-selector.cpp: Tooltips, slight cosmetics
9072         * main.cpp: --help edit
9074         *  sp-use.h sp-use.cpp: Redid move compensation using _transformed_signal
9076         * sp-item.h sp-item.cpp: Added _transformed_signal, emitted by
9077 write_transform,
9078         passes the difference transform relative to the old one (not the new
9079 transform
9080         set)
9082         * nodepath.cpp: Fix lagging update of the other handle for smooth nodes
9084         * widgets/dash-selector.cpp: (Almost) fixed display of shorter-than-0.5
9085 dashes
9086         in selector; proper fixing will require manual drawing the dashes instead of
9087         using gdk dashes
9089         * preferences-skeleton.h: lots of new  dasharrays
9091         * dialogs/stroke-style.cpp: Remove repetitive code; relocation patch from
9092         mhearn; fixed, reenabled, and automated marker previews (no need for
9093 previews
9094         in markers.svg)
9096         * share/markers/markers.svg: Cleanup, sizes, remove manual previews
9098         * style.cpp: Disabled warning for overflow property (we need it for markers)
9100         * splivarot.cpp: Fixed transform when doing boolop inside group
9102         * libnr/nr-path.cpp: Ported fix from sodi, fixes two bugs with endnodes of a
9103         curve on the same hor/vert line
9105         * sp-namedview.cpp: Use set_default_size instead of _resize for setting
9106 window
9107         from namedview
9109         * preferences-skeleton.h dialogs/item-properties.cpp: Objects props
9110         transientized (better late than never)
9112         * dialogs/display-settings.cpp: Added simplify threshold
9114         * sp-use.cpp: Mega-kill use on unlink
9116         * preferences-skeleton.h dialogs/display-settings.cpp: Orphaned clones
9117 options
9119         * sp-item-group.cpp: Prevent jumps when ungrouping clone with its original
9121         * sp-object.cpp: Fix crash when deleting clone and its original
9123         * toolbox.cpp, tool contexts: Alt-x and top panel keyboard shortcuts now
9124 work
9125         for all tools
9127         * sp-use.cpp enums.h: Unlink option on self-delete
9129         * sp-use.cpp: Fix: disappeating clone on undoing ungrouping (_show finally
9130 works properly)
9132         * splivarot.cpp: Boolops: cleanup, preserve id, parent, position, fix to
9133 take
9134         style from the bottom object
9136         * interface.cpp verbs.cpp shortcuts.cpp: Mnemonics, tooltips, shortcuts,
9137         cleanup, autoraise removed from menu
9139 2004-05-07  Kees Cook <kees@outflux.net>
9141         * src/verbs.cpp: re-localizing tutorials.  My goof!
9142         * po/POTFILES.in: removed arikkei references
9144 2004-05-07  Carl Hetherington <inkscape@carlh.net>
9146         * src/desktop.cpp: make sure that a SPNamedView's modified signal
9147         is connected to the SPDesktop even when a file is loaded into an
9148         existing SPDesktop.  Fixes problems whereby grid snap does not
9149         work for the first file loaded in a session.  Fix a && -> & typo.
9151         * src/sp-object.cpp: declaration-to-first-use and coding style
9152         cleanups.
9154 2004-05-05 Spundun Bhatt <spundun@isi.edu>
9156         * configure.in: Stole Nathan's configure hack and used it to
9157         support gtkmm-2.4
9159 2004-05-06  Ted Gould  <ted@gould.cx>
9161         * src/file.cpp, src/extension/extension.cpp, src/extension/init.cpp,
9162         src/extension/internal/Makefile_insert,
9163         src/extension/internal/gdkpixbuf-input.cpp,
9164         src/extension/internal/gdkpixbuf-input.h:
9165           Changing the import functionality so that it works much more like open.
9166           You can use any format, and it will place that file directly in the
9167           document that you are working on.  Added input extensions that cover all
9168           of the bitmap formats that are covered with gdkpixbuf.  Also, more
9169           formats can be used using the scripting system.
9171 2004-05-06  Carl Hetherington <inkscape@carlh.net>
9173         * src/sp-line.cpp, src/sp-mask.cpp, src/sp-metrics.cpp:
9174         declaration-to-first-use and coding style cleanups
9176 2004-05-05  MenTaLguY  <mental@rydia.net>
9178         * src/libnrtype/nr-type-dictionary.cpp: removed 'private-fonts'
9179           feature (we should rely on fontconfig for "custom" font stuff)
9181         * configure.in, src/Makefile_include, src/Makefile.am,
9182           src/libarikkei/*: removed the now unused libarikkei
9184 2004-05-05 Nathan Hurst <njh@mail.csse.monash.edu.au>
9186         * src/dialogs/text-edit.cpp, configure.in: Added support for spell
9187         checking in text dialog.
9189 2004-05-04  MenTaLguY <mental@rydia.net>
9191         * src/display/nr-arena-glyphs.h: fixed cut-and-paste error in
9192           NRArenaGlyphsGroup::create()
9194         * src/selection.cpp, src/selection.h: fixed global "changed" propagation
9196 2004-05-02  MenTaLguY <mental@rydia.net>
9198         * src/file.cpp, src/print.cpp, src/sp-chars.cpp, src/sp-clippath.cpp,
9199           src/sp-image.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
9200           src/sp-pattern.cpp, src/sp-shape.cpp, src/sp-text.cpp,
9201           src/sp-use.cpp, src/dialogs/stroke-style.cpp,
9202           src/display/canvas-arena.cpp, src/display/nr-arena-glyphs.cpp,
9203           src/display/nr-arena-glyphs.h, src/display/nr-arena-group.h,
9204           src/display/nr-arena-image.h, src/display/nr-arena-item.cpp,
9205           src/display/nr-arena-item.h, src/display/nr-arena-shape.h,
9206           src/display/nr-arena.h, src/libnr/nr-object.h, src/widgets/icon.cpp:
9208           removed nr_arena_item_new in favor of static ::create() functions
9209           which call NRArenaItem::init() to perform setup (i.e. setting
9210           NRArenaItem::arena).  Eventually NRArenaItem::init() and
9211           nr_arena_item_init will merge and become NRArenaItem's constructor.
9213 2004-04-30  MenTaLguY <mental@rydia.net>
9215         * src/sp-use.cpp: call parent class' write methods rather than
9216           attempting to do everything (wrongly) ourselves; among other
9217           things, <use> transform attributes weren't getting written
9219         * src/sp-object.h, src/sp-object.cpp:
9221           designate a "successor" object so we still perform as
9222           expected if objects are replaced in the middle of e.g. a
9223           bulk delete operation
9225         * src/sp-use.cpp: cleanups and succession logic for <use>
9226           deletion
9228         * src/widgets/sp-hwrap-box.cpp, src/widgets/sp-hwrap-box.h,
9229           src/widgets/sp-vwrap-box.cpp, src/widgets/sp-vwrap-box.h,
9230           src/widgets/sp-wrap-box.cpp, src/widgets/sp-wrap-box.h,
9231           src/widgets/test-wrapbox.cpp, src/widgets/Makefile_insert:
9233           Removed unused (and imperfect) "wrapbox" widgets.
9235         * src/sp-object.h, src/sp-object.cpp, src/sp-item-group.cpp:
9237           Removed unused sp_object_invoke_forall and sp_object_sequence
9238           methods.  (forall might be nice to have, but we can do better
9239           implementation-wise now that we're in C++-land)
9241 2004-04-30 njh <njh@mail.csse.monash.edu.au>
9243         * main.cpp: replaced gtk_init with g_type_init for console mode.
9244         Closes 944969.
9246 2004-04-29  MenTaLguY <mental@rydia.net>
9248         * src/sp-image.cpp, src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
9249           src/sp-path.cpp, src/sp-rect.cpp, src/sp-text.cpp:
9251           write_transform becomes set_transform, which applies the given
9252           transform to the object without (!) invoking a repr write
9254         * src/sp-star.cpp, src/svg/svg-length.h, src/svg/svg-length.cpp,
9255           src/svg-types.h, src/svg/svg.h:
9257           replaced raw integers with real units enum
9259         * src/libnr/nr-matrix.h:
9261           removed dead assertion (it's always valid to retrieve the
9262           translation component of a matrix)
9264         * src/selection-chemistry.cpp:
9266           delete items via SPItem (SPObject), not repr
9268         * src/sp-object.h, src/sp-object.cpp:
9270           added SPObject::deleteObject() and a delete notification signal;
9271           SPObject now inherits from GObject in the C++ sense
9273         * src/sp-use.h:
9275           don't accept references to the use or its ancestors (preventing
9276           infinite loops)
9278         * src/sp-use.cpp, src/sp-use.h:
9280           added automatic deletion when referrent is deleted
9282         * src/uri-reference.h:
9284           added URIReference::getOwner()
9286 2004-04-29  Carl Hetherington <inkscape@carlh.net>
9288         * src/extension/internal/win32.cpp: add textToPath parameter to
9289         description in order to fix #944131.
9291 2004-04-28  Carl Hetherington <inkscape@carlh.net>
9293         * src/desktop.cpp, src/inkscape.cpp, src/sp-namedview.cpp
9294         Part of the fix for #942149.  Also fixed some compiler warnings.
9296         * src/display/nr-arena.cpp: Fixed an unused variable warning.
9298         * src/main.cpp: Fix a warning that is raised on Windows.
9300 2004-04-28  bulia byak <bulia@users.sourceforge.net>
9302         * inkscape.cpp: Fixed prev/next desktop; numbered from 0
9304         * Lots of files: Replaced all strtod() and atof() by g_ascii_strtod()
9306         * interface.cpp verbs.cpp: Tooltip edits
9308         * view.cpp view.h desktop.cpp: Signal and function to pop statusbar message
9310         * dialogs/dialog-events.cpp: Only set the UTILITY hint for non-modal
9311 windows,
9312         fixes "disappearing save as"
9314         * toolbox.cpp widgets/widget-sizes.h widgets/button.cpp: Got rid of button
9315         relief, top panel made less tall
9317         * desktop.cpp preferences-skeleton.h dialogs/display-settings.cpp: Done away
9318         with the sticky zoom button, now in prefs
9320         * path-chemistry.cpp: Preserve id= in combine/break, convert to paths;
9321 preserve
9322         z-order in combine/break; cleanups
9324         * splivarot.cpp: New selection API, Simplify preserves id=
9326         * select-context.cpp preferences-skeleton.h sp-item.cpp display-settings.cpp
9327         splivarot.cpp sp-item-group.cpp sp-item-transform.cpp
9328         sp-item-notify-moveto.cpp nodepath.cpp node-context.cpp seltrans.cpp
9329         seltrans.h: Switched to global preservetransform, transform writing
9330         unification (no more manual transform= setting all over the place), stamp
9331         preserves parent, mental's new SPSelection API, pruning dead code
9333         * verbs.cpp interface.cpp: Eliminated Dialogs menu, added ... to dialog
9334         commands, rearrangements, menu items display tooltips in statusbar when
9335         selected
9337         * sp-item-group.cpp sp-item-group.h: Made document_done optional in ungroup
9338 (not
9339         done when the function is called from another function)
9341         * dialogs/display-settings.cpp enums.h preferences-skeleton.h sp-use.cpp
9342         sp-use.h: Clone move compensation (3 modes), settable in prefs
9344         * seltrans.cpp selection-chemistry.cpp: Do not translate a clone if its
9345 original
9346         is in the selection
9348         * verbs.cpp verbs.h interface.cpp shortcuts.cpp sp-use.cpp sp-use.h
9349         selection-chemistry.cpp selection-chemistry.h: Unlink Clone verb and menu
9350         command (preserves id=)
9352         * selection-chemistry.cpp selection-chemistry.h verbs.h verbs.cpp
9353 shortcuts.cpp
9354         interface.cpp: Select Original verb and command, scrolls to the original
9356         * selection-chemistry.cpp selection-chemistry.h verbs.cpp verbs.h
9357 interface.cpp:
9358         Clone command
9360         * sp-use.h sp-use.cpp: Use URIReference; Propagate update to parent class
9361         (SPItem) (fixes redraw on dragging a clone)
9363         * dropper-context.cpp dropper-context.h dialogs/display-settings.cpp:
9364         Implemented pick modes (pick either actual color with transparency or
9365 visible
9366         color without transparency); added statusbar indication; color is only set
9367 on
9368         mouse release
9370         * seltrans.cpp display/sodipodi-ctrlrect.cpp: Finally the correct selection
9371 cue
9372         rect (fixed displacement)
9374 2004-04-27  Carl Hetherington <inkscape@carlh.net>
9376         * src/desktop.cpp: Check for there being no items when zooming to
9377         the drawing.  This fixes bug #942137.
9379 2004-04-26  Carl Hetherington <inkscape@carlh.net>
9381         * config.h.mingw, prefix.h:
9382         INKSCAPE_VERSION moved to inkscape_version.h.
9383         INKSCAPE_{PIXMAP,SCREENS,TUTORIALS,MARKERS}DIR moved to prefix.h
9385         * src/Makefile.mingw, src/inkscape_version.h.mingw
9386         Use CVS inkscape_version.h.mingw for inkscape_version.h on Win32.
9388         * src/sp-use.cpp: fix a warning.
9390 2004-04-26  Ted Gould  <ted@gould.cx>
9392         * share/extensions/ai_input.inkmod, share/extensions/dia.inkmod,
9393         share/extensions/txt2svg.inkmod, src/extension/extension.cpp,
9394         src/extension/internal/svg.cpp:
9396         Making the names of the input extensions look like the output ones.
9397         Also, threw in a slight memory savings in removing the implementation on
9398         deactivated extensions.
9400 2004-04-26  MenTaLguY  <mental@rydia.net>
9402         * src/selection.cpp: migrate to new glib idle API
9404         * src/extension/db.cpp: can't call ->deactivated() on a NULL pointer..
9406 2004-04-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9408         * configure.in: Replace use of old AM_PROG_LIBTOOL macro with
9409           AC_PROG_LIBTOOL.
9411 2004-04-26  Ted Gould  <ted@gould.cx>
9413         * share/extensions/epsi_output.inkmod:
9415         Added in a check for ps2epsi
9417         * src/dialogs/filedialog.cpp, src/extension/db.cpp, src/extension/db.h,
9418         src/extension/extension.cpp, src/extension/extension.h,
9419         src/extension/init.cpp, src/extension/system.cpp:
9421         Implementing a 'deactivated' extension.  This means that it should
9422         still exist, but show up as insensitive in any GUI element that could use
9423         it.  The idea here is that users should know what they don't have, but
9424         Inkscape supports.
9426 2004-04-26 Nathan Hurst <njh@mail.csse.monash.edu.au>
9428         * src/{libnr,libnrtype,widgets,display,helper,.}*.{h,cpp}: moved
9429         from typedef _name name; to C++ style struct name; forward
9430         references.
9432 2004-04-25  Ted Gould  <ted@gould.cx>
9434         * share/extensions/ai_output.inkmod, share/extensions/dia.inkmod,
9435         share/extensions/dropshadow.inkmod, share/extensions/epsi_output.inkmod,
9436         share/extensions/roundhole.inkmod, share/extensions/svgz_input.inkmod,
9437         share/extensions/svgz_output.inkmod, share/extensions/txt2svg.inkmod,
9438         src/extension/implementation/script.cpp,
9439         src/extension/implementation/script.h:
9441         Adding in support for superior checking of dependencies.  Now scripts
9442         can include a line, which will look for a binary in the path.  So
9443         something like dia input will no be loaded if there isn't dia available in
9444         the path.
9446 2004-04-25  Carl Hetherington <inkscape@carlh.net>
9448         * src/verbs.cpp, src/rect-context.cpp, src/spiral-context.cpp,
9449         src/event-context.cpp, src/text-context.cpp,
9450         src/dialogs/stroke-style.cpp, src/xml-tree.cpp, src/widgets/sp-widget.cpp:
9451         SPSelection OO-ification.
9453         * src/display/curve.cpp: Don't raise a critical error if a new
9454         curve cannot be created in sp_curve_new_from_bpath().  This can
9455         happen if a file contains a strange path, like one with only a
9456         move in it and nothing else.  This is part of the fix for bug
9457         934882.
9459         * src/sp-path.cpp: cope with sp_curve_new_from_bpath() returning
9460         NULL in sp_path_set().  This is the other part of the fix for 934882.
9462         * src/path-chemistry.cpp, src/sp-offset.cpp, src/sp-ellipse.cpp,
9463         src/display/nr-arena-glyhs.cpp:
9464         added asserts for calls to sp_curve_new_from_bpath() which look
9465         like they might not expect it to return NULL.
9467         * src/desktop.h: add a comment about how SPDesktop::selection
9468         should never generally be NULL.
9470         * src/desktop-handles.cpp: ensure that sp_desktop_selection never
9471         returns NULL, so that we don't have to check for this eventuality
9472         elsewhere.
9474         * src/arc-context.cpp, src/seltrans.cpp, src/desktop.cpp: be less defensive
9475 about
9476         SPDesktop::selection being NULL.
9478         * src/path-chemistry.cpp, src/select-context.cpp,
9479         src/selection-chemistry.cpp, src/star-context.cpp,
9480         src/dialogs/align.cpp, src/dialogs/item-properties.cpp,
9481 src/dialogs/text-edit.cpp:
9482         SPSelection OO-ification.  Also some coding style and
9483         declaration-to-first-use cleanups.
9485         * src/toolbox.cpp: SPSelection OO-ification.  Various cleanups.
9487         * src/selection.h: remove deprecated access functions.
9489         * src/dialogs/fill-style.cpp: declaration-to-first-use cleanups.
9491         * src/selection.cpp: add vim and Emacs mode blocks.
9493         * src/object-ui.cpp: very minor coding style fix.
9495 2004-04-24  MenTaLguY <mental@rydia.net>
9497         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/object-ui.cpp,
9498           src/path-chemistry.cpp, src/rect-context.cpp, src/select-context.cpp,
9499           src/select-toolbar.cpp, src/selection-chemistry.cpp, src/selection.h,
9500           src/spiral-context.cpp, src/star-context.cpp, src/text-context.cpp,
9501           src/verbs.cpp, src/dialogs/export.cpp, src/dialogs/fill-style.cpp,
9502           src/dialogs/in-dt-coordsys.cpp, src/dialogs/stroke-style.cpp,
9503           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp:
9505           removed sp_selection_set_item(), sp_selection_set_repr(),
9506           sp_selection_is_empty(), sp_selection_item_selected(),
9507           and sp_selection_repr_selected()
9509 2004-04-24  Ted Gould  <ted@gould.cx>
9511         * share/extensions/ill2svg.pl:
9513         Applying a patch made to the Sodipodi list by Tuukka Pasanen which adds in
9514         support for text in Illustrator files.  Also, I backed out the changes
9515         which removed being able to specify the line endings.  This will, by
9516         default, force them back to mac compatible.  Mac files didn't work with
9517         those changes.
9519 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9521         * configure.in: Tentatively remove config.h definitions of
9522           INKSCAPE_MARKERSDIR, INKSCAPE_PIXMAPDIR, INKSCAPE_SCREENSDIR,
9523           INKSCAPE_TUTORIALSDIR, with the understanding that these are to be
9524           provided by prefix.h.
9525         * src/prefix.h: Define INKSCAPE_MARKERSDIR.
9527         * src/extension/extension.cpp (Extension):
9528         * src/extension/init.cpp (check_extensions):
9529           Address warning.
9531         * src/dialogs/stroke-style.cpp: #include prefix.h.
9533         * src/Makefile.am (EXTRA_DIST): Add */makefile.in.
9535         * src/libnr/Makefile_insert (libnr_libnr_a_SOURCES):
9536           Add libnr/nr-convex-hull.h, needed by sp-canvas.cpp.
9538 2004-04-24  Ted Gould  <ted@gould.cx>
9540         * src/Makefile_include, src/prefix.cpp:
9542         Removing the redefition of NULL and adding to the make system.
9544 2004-04-24  Ted Gould  <ted@gould.cx>
9546         * src/extension/db.cpp, src/extension/db.h, src/extension/extension.cpp,
9547         src/extension/extension.h, src/extension/init.cpp,
9548         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
9549         src/extension/internal/ps-out.cpp, src/extension/internal/ps-out.h:
9551         Adding in more checks for individual extensions.  All of them
9552         should still pass though.  Also, moved the extension database from
9553         glib to STL.  This allows extensions to be deleted while using the
9554         foreach functions (which causes instability with the glib hash
9555         table).
9557 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9559         * src/dialogs/Makefile_insert:
9560         * src/display/Makefile_insert:
9561         * src/xml/Makefile_insert:
9562           Get rid of unneeded CPPFLAGS specification.
9564         * src/Makefile.am:
9565         * src/Makefile_insert:
9566           New generated file inkscape_version.h, to replace
9567           -DINKSCAPE_VERSION=\"$(VERSION)\".
9568         * src/help.cpp: #include it.
9570 2004-04-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9572         * src/sp-polygon.cpp:
9573         * src/splivarot.cpp:
9574         * src/style.cpp:
9575         Change include stringstream.h to include svg/stringstream.h.
9577         * src/Makefile.am, src/Makefile_insert: Change libinkscape.a use
9578           to eliminate triple compilation of these object files.
9580         * src/Makefile.am: Use `subdir-objects' option.
9582         * src/Makefile.am: Add global INCLUDES setting.
9583         * src/*/Makefile_insert: Get rid of now-redundant $(INKSCAPE_CFLAGS)
9584           from *_CPPFLAGS.
9586         * src/*/makefile.in: `%' as a target doesn't behave as intended,
9587         so replace with less general `clean %.a %.o' and add .SUFFIXES.
9589 2004-04-22  Ted Gould  <ted@gould.cx>
9591         * src/draw-context.cpp, src/dropper-context.cpp,
9592         src/dyna-draw-context.cpp, src/node-context.cpp, src/nodepath.cpp,
9593         src/sp-ellipse.cpp, src/sp-offset.cpp, src/sp-path.cpp,
9594         src/sp-polygon.cpp, src/sp-shape.cpp, src/splivarot.cpp, src/toolbox.cpp,
9595         src/display/curve.cpp, src/display/nr-arena-shape.cpp,
9596         src/extension/internal/gnome.cpp, src/extension/internal/ps.cpp,
9597         src/libnr/nr-path.cpp, src/libnr/nr-path.h,
9598         src/libnrtype/nr-rasterfont.cpp, src/libnrtype/nr-type-ft2.cpp,
9599         src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
9600         src/libnrtype/nr-typeface.cpp, src/livarot/PathCutting.cpp,
9601         src/svg/gnome-canvas-bpath-util.cpp, src/svg/svg-path.cpp:
9603         Changing the ART_ enums to NR_ so that if libart is include (like if
9604         you are building gnome-print) it doesn't conflict with the internal
9605         definitions.
9607         * share/extensions/svgz_output.inkmod, src/extension/extension.cpp,
9608         src/extension/init.cpp, src/extension/implementation/script.cpp:
9610         Adding in a little more checking code.  Now extensions can start
9611         deleting themseleves if they fail certain tests.  More tests are
9612         needed, along with more testing of this feature.  Consider this
9613         an 'early release' of the feature. ;)
9615 2004-04-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9617         * src/Makefile.am: Make non-recursive.  Now sources */Makefile_insert.
9618           See HACKING or discussion on mailing list.
9619         * autogen.sh: Bump requirement from automake-1.6 to automake-1.7.
9620         * configure.in: Don't generate src/blah/Makefile, but do generate
9621           src/blah/makefile.
9622         * src/*/Makefile.am: Remove.
9623         * src/*/makefile.in: New wrapper makefiles to allow typing `make' from
9624           subdirectories of src.  (Not used by compiles started from top-level
9625           or from src/.)
9627 2004-04-21  MenTaLguY <mental@rydia.net>
9629         * src/libnrtype/nr-type-w32.h: fixed unremoved underscores
9631         * src/select-context.cpp, src/selection.cpp, src/selection.h,
9632           src/seltrans.cpp, src/tools-switch.cpp, src/dialogs/align.cpp:
9633           remove improper twiddling of desktop message line from SPSelection;
9634           some additional work is now required in SPSelectContext to update
9635           the message properly in all cases.
9637         * src/selection.h, src/selection.cpp: touched up and documented
9638           SPSelection
9640         * src/uri-references.h: documentation touch-ups
9642 2004-04-20  Kees Cook <kees@outflux.net>
9644         * src/file.cpp, src/desktop.cpp: moved sp_file_open unselection code into
9645           sp_desktop_change_document.  Generalized Carl's fix for unref counting
9646           since it applies in both cases.  (My bad!)
9648 2004-04-20  MenTaLguY <mental@rydia.net>
9650         * src/text-context.cpp: merged Carl's fix for signal cleanup
9652         * src/selection.h: marked wrappers for old API as deprecated
9654 2004-04-20  Carl Hetherington <inkscape@carlh.net>
9656         * src/extension/internal/ps.cpp, src/extension/internal/ps.h:
9657         Fixed some bugs in exporting images that seem to have been
9658         introduced when the code was copied from the gimp.  They caused
9659         problems when exporting bitmap images to PS.
9661         * src/file.cpp: fix bug whereby the first file loaded in a session
9662         would not have its modified status checked when closed.  Hence if
9663         you modified the first file you loaded and then closed it, you
9664         would not be asked to confirm the close.
9666         * src/preferences-skeleton.h: add \n to the end of each line to
9667         fix bug 938368.
9669 2004-04-19  MenTaLguY <mental@rydia.net>
9671         * src/arc-context.cpp, src/desktop-handles.h, src/desktop.h,
9672           src/draw-context.cpp, src/draw-context.h, src/forward.h,
9673           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
9674           src/node-context.h, src/rect-context.cpp, src/selection-chemistry.cpp,
9675           src/selection-chemistry.h, src/selection.cpp, src/selection.h,
9676           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
9677           src/star-context.h, src/text-context.cpp, src/dialogs/xml-tree.cpp,
9678           src/widgets/sp-widget.h:
9680           finished GObject removal from SPSelection
9682         * src/arc-context.h, src/arc-context.cpp, src/desktop.cpp, src/desktop.h,
9683           src/draw-context.cpp, src/draw-context.h, src/node-context.cpp,
9684           src/node-context.h, src/rect-context.cpp, src/rect-context.h,
9685           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/seltrans.h,
9686           src/spiral-context.cpp, src/spiral-context.h, src/text-context.cpp,
9687           src/text-context.h, src/toolbox.cpp:
9689           migrated SPSelection to SigC++ signals (though it's a bit messy
9690           right now)
9692 2004-04-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9694         * src/dialogs/stroke-style.cpp: Cleanups: greater conformance to
9695         CodingStyle.  Moved some declarations to their first use.
9697 2004-04-19  Carl Hetherington <inkscape@carlh.net>
9699         * src/dialogs/stroke-style.cpp, libnr/nr-rect-l.cpp:
9700         Fix a couple of compiler warnings.
9702         * src/dialogs/filedialog-win32.cpp: add OFN_NOCHANGEDIR to Win32
9703         flags in OPENFILENAME structs.  This prevents the open / save
9704         boxes from changing the current directory.  Any change to the
9705         current directory causes problems for subsequent attempts to
9706         load icons from pixmaps.  Also, fix a bug whereby the save
9707         dialogue would sometimes not open due to being passed a filename
9708         it didn't like.
9710 2004-04-19  bulia byak <bulia@users.sourceforge.net>
9712         * shortcuts.cpp selection-chemistry.cpp selection-chemistry.h verbs.cpp
9713 verbs.h
9714         interface.cpp: Clone command (Edit menu, Shift+Ctrl+N)
9716         * sp-use.cpp: Update propagated to parent class (SPItem), misc fixes
9718         * sp-polygon.cpp: Fix for points= updating by adding set_shape call into
9719 _write
9720         (bug 910142)
9722         * text-context.cpp: Do not create text object unless a printable key was
9723         pressed; fixes 934280
9725         * widgets/dash-selector.cpp dialogs/stroke-style.cpp: Removed marker
9726 buttons,
9727         fixed g_free crash in marker menus, added tooltips, added stroke-miterlimit
9728         spinbutton
9730         * splivarot.cpp: Outline handles multiple objects; All commands use correct
9731         stroke_miterlimit
9733         * splivarot.cpp sp-offset.cpp: Fix for 932642
9735         * helper/sodipodi-ctrlrect.cpp: Simplify and fix dashes and offsets
9737         * widgets/gradient-selector.cpp: Tooltip edits
9739         * verbs.cpp verbs.h interface.cpp...: Remove tool options
9741         * seltrans.cpp: Pivot marker made inverse
9743         * toolbox.cpp: More defocusing
9745         * *-context.cpp: Eliminated config widgets from all tools
9747         * toolbox.cpp sp-ellipse.cpp: Ellipse fixes, tooltips
9749         * verbs.cpp: Options -> Preferences
9751         * dialogs/display-settings.cpp: An options dialog, completely new; selector
9752         widget grafted here
9754         * preferences-skeleton.h node-context.cpp select-context.cpp: scaling uses
9755         defaultscale
9757         * dialogs/display-settings.cpp display/nr-arena-image.cpp: Make oversample
9758         saveable
9760         * toolbox.cpp: Aux toolbar for calligraphic
9762         * preferences-skeleton.h: fill-opacity:1 for calligraphic
9764         * select-context.cpp seltrans.cpp seltrans.cpp: Patch to enable box and none
9765         options for per-object selection cue
9767         * main.cpp: Removed C-locale setting, not needed anymore; temporary switch
9768 of
9769         gettext encoding for console output
9771         * inkscape.cpp: Memory fix from sodi
9773         * right-click finishes pen (patch by Carl)  draw-context.cpp
9775 2004-04-19  Carl Hetherington <inkscape@carlh.net>
9777         * src/livarot/ShapeRaster.cpp
9778         Fix an unitialised value error that was spotted by valgrind.
9780 2004-04-18  MenTaLguY <mental@rydia.net>
9782         * src/selection.cpp, src/selection.h, src/selection-chemistry.cpp,
9783           src/seltrans.cpp, src/nodepath.cpp:
9784           made all SPSelection members private, and changed all methods into
9785           real C++ methods (with temporary inline wrappers for the old C
9786           pseudo-methods)
9788 2004-04-18  Carl Hetherington <inkscape@carlh.net>
9790         * src/print.cpp, src/print.h, src/sp-text.cpp
9791         src/extension/extension.cpp src/extension/extension.h,
9792         src/extension/implementation/implementation.cpp,
9793         src/extension/implementation/implementation.h,
9794         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
9795         src/extension/internal/ps.cpp, src/extension/internal/ps.h,
9796         Add very basic feature to allow PS text to be exported as real
9797         text, rather than being converted to paths first.  Needs some
9798         work, mostly on font handling.
9800         * src/seltrans.cpp: Slightly improve placement of the bounding
9801         box selection cue.
9803         * src/sp-shape.cpp: various marker-related cleanups, mostly factoring out
9804         common code into functions.
9806 2004-04-17  MenTaLguY <mental@rydia.net>
9807         * src/inkscape.cpp, src/node-context.cpp, src/selection-chemistry.cpp,
9808           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
9809           src/sp-item.cpp, src/sp-offset.cpp, src/dialogs/transformation.cpp,
9810           src/libnr/nr-rect.cpp, src/libnr/nr-rect.h:
9811           Cleaned up NR::Rect API and made SPSelection's desktop pointer private.
9813         * src/display/sp-canvas.cpp, src/libnr/nr-convex-hull.h,
9814           src/libnr/nr-rect.h:
9816           First use of NR::ConvexHull (for propagating canvas bounding boxes)
9818 2004-04-17  Kees Cook <kees@outflux.net>
9820         * share/icons/icons.svg, src/verbs.cpp: made last three ugly menu icons.
9822 2004-04-17  Nathan Hurst <njh@mail.csse.monash.edu.au>
9824         * configure.in src/draw-context.cpp src/dropper-context.cpp
9825         src/dyna-draw-context.cpp src/nodepath.cpp src/nodepath.h
9826         src/path-chemistry.cpp src/sp-chars.cpp src/sp-ellipse.cpp
9827         src/sp-offset.cpp src/sp-path.cpp src/sp-polygon.cpp
9828         src/sp-shape.cpp src/sp-text.cpp src/splivarot.cpp src/style.cpp
9829         src/style.h src/dialogs/fill-style.cpp
9830         src/dialogs/object-properties.cpp src/dialogs/stroke-style.cpp
9831         src/display/canvas-bpath.cpp src/display/canvas-bpath.h
9832         src/display/canvas-grid.h src/display/curve.cpp
9833         src/display/curve.h src/display/nr-arena-glyphs.cpp
9834         src/display/nr-arena-glyphs.h src/display/nr-arena-shape.cpp
9835         src/display/sodipodi-ctrl.cpp src/display/sodipodi-ctrl.h
9836         src/display/sodipodi-ctrlrect.h src/display/sp-canvas-util.cpp
9837         src/display/sp-canvas-util.h src/display/sp-canvas.cpp
9838         src/display/sp-canvas.h src/display/sp-ctrlline.cpp
9839         src/extension/internal/ps.cpp src/extension/internal/ps.h
9840         src/libnr/Makefile.am src/libnr/libnr.def src/libnr/nr-path.cpp
9841         src/libnr/nr-path.h src/libnr/nr-svp-private.h
9842         src/libnr/nr-svp-render.cpp src/libnr/nr-svp-render.h
9843         src/libnr/nr-svp.cpp src/libnr/nr-svp.h
9844         src/libnrtype/nr-rasterfont.cpp src/libnrtype/nr-type-ft2.cpp
9845         src/libnrtype/nr-type-gnome.cpp src/libnrtype/nr-type-w32.cpp
9846         src/libnrtype/nr-typeface.cpp src/livarot/PathCutting.cpp
9847         src/svg/gnome-canvas-bpath-util.cpp
9848         src/svg/gnome-canvas-bpath-util.h src/svg/svg-path.cpp
9849         src/svg/svg.h: removed libart.
9851         * src/libnr/nr-svp-uncross.cpp src/libnr/nr-svp-uncross.h: deleted
9852         uncross and SVL routines.
9855 2004-04-15  Carl Hetherington <inkscape@carlh.net>
9857         * src/make.exclude, src/make.dep, src/make.files, src/make.ofiles:
9858         Various fixes to the Win32 build following rearrangement of some
9859         source files and cleanups to libnr.
9861         * src/sp-text.cpp: remove an unused variable.
9863         * src/display/sodipodi-ctrlrect.cpp: removed two unused variables.
9865 2004-04-16  MenTaLguY <mental@rydia.net>
9867         * src/selection.cpp, src/selection.h, src/forward.h: initial
9868           C++ification of SPSelection class
9870 2004-04-15  Kees Cook <kees@outflux.net>
9872         * debian/control, debian/changes: dropping (currently) unused
9873           dependancies.  Added "0.39cvs" tag.
9875 2004-04-15  Carl Hetherington <inkscape@carlh.net>
9877         * src/seltrans.cpp, src/helper/sodipodi-ctrlrect.cpp,
9878         src/helper/sodipodi-ctrlrect.h:
9879           Use black, dashed bounding boxes for indicating itemselection,
9880           rather than red, solid boxes (as suggested by Bulia).
9882         * src/desktop.cpp:
9883         Small fix for the problem whereby the first file loaded in an
9884         Inkscape session will not have its grid set up properly.  This was
9885         my patch #935013.
9887         * src/dialogs/filedialog-win32.cpp:
9888         Use the extension system to build the list of allowable file types
9889         for save.  This means that save as PS and EPS work properly.
9891         * src/streams-zlib.cpp, src/livarot/PathConversion.cpp,
9892         src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
9893         src/livarot/PathStroke.cpp, src/livarot/Shape.cpp,
9894         src/livarot/ShapeMisc.cpp, src/display/nr-arena-glyphs.cpp,
9895         src/helper/sodipodi-ctrlrect.cpp, src/helper/sp-canvas.cpp,
9896         src/extension/internal/win32.cpp:
9897         Fix compiler warnings, mostly about unused variables.
9899         * src/helper/sp-canvas-util.cpp:
9900         Fix what I and someone else considered to be an obvious typo.  The
9901         function in question isn't used, however, so it's a bit difficult
9902         to test.
9904         * src/libnrtype/nr-rasterfont.cpp:
9905         Fix a warning wrt a cast from NR::Matrix to NRMatrix.
9907         * src/sp-shape.cpp:
9908         Fix bug #935758.
9911 2004-04-14  Ted Gould <ted@gould.cx>
9913         * src/file.cpp, dialogs/filedialog.cpp:
9914         Making it so that the filename will get placed in the save as dialog
9915         if there is a name for the file.  Otherwise the last save directory
9916         is used (properly now)
9918 2004-04-15  MenTaLguY <mental@rydia.net>
9920         * most files in src/: removed many old "compatable" struct typedefs
9922         * src/libarikkei/arikkei-dict.cpp, src/libarikkei/arikkei-dict.h:
9923           removed unused arikkei files
9925         * configure.in: added gtkmm dependency
9927 2004-04-14  Kees Cook <kees@outflux.net>
9929         * src/helper/unit-menu.cpp: Turns out I found a 2nd bug while
9930           investigating patch 934358.  I've applied this patch again, which gives
9931           us the entire fix.
9932         * src/draw-context.cpp: Investigated patch 934351 from cth103.  Applied a
9933           slight variation to conform to the function calling styles of that code.
9934         * configure.in: Implemented gcc version test for >= 3.0.0
9935         * src/file.cpp, src/interface.cpp, share/icons/icons.svg, src/verbs.cbb:
9936           finished "File / Revert" implementation.  Found a memory leak in
9937           "file_save".  Added more sanity checking to "sp_file_revert" and more
9938           status messages.
9939         * src/main.cpp, src/file.h, src/file.cpp: removed redundant code,
9940 implemented
9941           in "sp_file_open".
9943 2004-04-13  Kees Cook <kees@outflux.net>
9945         * tools-version.sh: added a possible fix for BSDish tools.
9946         * configure.in, share/patterns/Makefile.am: inkscape janitor strikes
9947           again!  This is a quick cleanup to Ted's new directories.  Looks
9948           like "patterns" got left out.
9949         * share/clipart/.cvsignore, share/templates/.cvsignore,
9950           share/examples/.cvsignore, share/fonts/.cvsignore,
9951           share/gradients/.cvsignore, share/keyboards/.cvsignore,
9952           share/palettes/.cvsignore, share/patterns/.cvsignore:
9953           Added Makefile build-cruft to .cvsignores.
9954         * src/helper/unit-menu.cpp: applied a variation to patch 934358 from cth103
9955           to fix grid unit changing bug.
9956         * configure.in: fixed capitalization of "libpng" to avoid confusion.
9957         * src/sp-namedview.cpp, src/document.cpp, src/document.h, src/file.cpp,
9958           src/file.h, src/document-undo.cpp, src/interface.cpp, src/verbs.cpp,
9959           src/verbs.h:
9960           Newly opened files will only create new windows if the current document
9961           is untouched.  (RFE#928517)
9962           Added support for future "File/Revert" handling.  Needs
9963           a little more support in the SPDocument structure.  See notes in
9964           "src/file.cpp", function "sp_file_revert_dialog".
9966 2004-04-13  Ted Gould <ted@gould.cx>
9968         * configure.in, share/Makefile.am, share/clipart/Makefile.am,
9969           share/examples/Makefile.am, share/fonts/Makefile.am
9970           share/gradients/Makefile.am, share/keyboards/Makefile.am
9971           share/markers/Makefile.am, share/palettes/Makefile.am
9972           share/screens/Makefile.am, share/templates/Makefile.am:
9973         Making it so that the clipart and everything else gets put in
9974         the tarball, and also get installed in the share directory.  Many
9975         of these have just 'README' files, but they now have good place-
9976         holders for further development.
9978 2004-04-12  Kees Cook <kees@outflux.net>
9980         * src/dialogs/stroke-style.cpp, src/Makefile.am, src/dialogs/Makefile.am,
9981           src/widgets/Makefile.am, configure.in: fixed up INKSCAPE_*DIR paths so CVS
9982           will compile happily for me.  This way if paths change, files will be
9983           recompiled.  The old way would let configure run again (changing the
9984           datadir path) without forcing a recompile, which could break the
9985           compiled paths.
9987 2004-04-13  John Cliff <simarilius@yahoo.com>
9988         * src/sp-shape.cpp, src/dialogs/stroke-style.cpp:
9989         Couple of changes to marker related code, mid and end markers now point in
9990 correct
9991         direction, turning off start markers behaves correctly.
9992         This follows on from changes made by me and Carl Hetherington that were
9993 commited
9994         yesterday to
9995         src/inkscape-stock.cpp, src/sp-item.cpp, src/sp-marker.cpp,
9996 src/sp-shape.cpp,
9997         src/style.cpp, src/style.h, src/dialogs/stroke-style.cpp
9998         to implement marker UI and fixes to the marker rendering code.
10000 2004-04-11  Ted Gould <ted@gould.cx>
10002         * src/extension/system.cpp, src/extension/internal/eps-out.cpp
10003           src/extension/internal/eps-out.h:
10004         First pass at a file save dialog with EPS output.  The dialog
10005         sets the bounding box in the file.  Comments encouraged.
10007 2004-04-11  Ted Gould <ted@gould.cx>
10009         * src/file.cpp, src/main.cpp, src/print.cpp, src/extension/init.cpp,
10010           src/extension/init.h, src/extension/system.cpp, src/extension/system.h,
10011           src/extension/implementation/script.cpp,
10012 src/extension/internal/eps-out.cpp,
10013           src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
10014           src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
10015           src/extension/internal/win32.cpp:
10016         Change alot of files, but small changes.  Basically just took
10017         system.cpp and init.cpp and finally ported them to the Inkscape::
10018         Extension namespace.  Cleaned up the code in them a bunch, it is
10019         much easier to read now!  All the other files are just referencing
10020         these changes.
10022 2004-04-11  Kees Cook <kees@outflux.net>
10024         * src/verbs.h, src/verbs.cpp, src/interface.cpp, src/interface.h: replaced
10025           the rest of the missing menu verbs: "View New", "Cleanup".  Created
10026           generic function to add icons to a given menu item (for submenu icons
10027           mostly).
10028         * share/icons/icons.svg: added "selection_cleanup", "selection_deselect",
10029           "selection_select_all".  Corrected "view_new" and "selection_smooth",
10030           "dialog_toggle", "dialog_tool_options", "file_open_recent".
10031         * src/selection-chemistry.cpp, src/selection-chemistry.h: renamed
10032           "selection_cleanup" function.
10034 2004-04-11  Jon Phillip <jon@rejon.org>
10036         * Makefile.mingw share/Makefile.am src/Makefile.am
10037           share/markers/Makefile.am share/markers/.cvsignore config.h.mingw
10038           configure.in:
10039           Added the proper infrastructure to get files to the right location for
10040           markers.
10042         * share/tutorials/tipsandtricks.svg: Deleted the URL trick because it no
10043           longer works or something.
10045 2004-04-11  Kees Cook <kees@outflux.net>
10047         * src/verbs.h, src/verbs.cpp: added verbs for the Help and Tutorials menus.
10048         * src/interface.cpp: replaced contents of sp_ui_menu_help to use new verbs.
10049         * src/help.h, src/help.cpp: replaced sp_help_keys with more generic
10050           sp_help_open_screen, similar to sp_help_open_tutorial.
10051         * share/icons/icons.svg: created really ugly "help_tutorials" and
10052           "help_keys" icons.  The "help_keys" one needs the most help.  :)
10054 2004-04-09  Ted Gould <ted@gould.cx>
10056         * share/extensions/Makefile.am, share/extensions/epsi_output.inkmod,
10057           share/extensions/ps2epsi.sh, src/extension/extension.cpp,
10058           src/extension/extension.h, src/extension/init.cpp,
10059           src/extension/implementation/implementation.cpp,
10060           src/extension/implementation/implementation.h,
10061           src/extension/implementation/script.cpp,
10062           src/extension/implementation/script.h,
10063           src/extension/internal/Makefile.am, src/extension/internal/eps-out.cpp,
10064           src/extension/internal/eps-out.h, src/extension/internal/ps.cpp:
10066           Okay, these are some changes that I've had in my directory for
10067           a little while.
10069           1) adding the basics of checking extensions.  This will allow
10070              them to remove themselves based on their dependencies failing.
10072           2) Adding the concepts of a 'helper extension' to scripts.  This
10073              allows them to use other extensions for handling the data, so
10074              they don't have to deal with SVG directly - Inkscape will
10075              build the pipeline.  An example of this is the epsi output.
10077           3) Adding the bounding box change provided by Carl Hetherington
10078              to the Postscript output.  The EPS output plugin sets this, so
10079              now EPSes have smaller bounding boxes.  A GUI needs to be
10080              written for this setting.
10082 2004-04-08  MenTaLguY <mental@rydia.net>
10084         * configure.in, src/svg/ftos.cpp: fix for OS X build
10086         * src/extensions/internal.ps.cpp: crash fix
10088 2004-04-07  MenTaLguY <mental@rydia.net>
10090         * src/xml/repr.cpp: adjusted the advertising comment in the default
10091           document template (we need a real default document template, btw)
10093         * src/svg/ftos.cpp, src/svg/itos.cpp, src/svg/round.cpp,
10094           src/svg/ftos.h, src/svg/stringstream.h: incorporated Bryce's number
10095           serializing code (disabled for now, due to the impending release)
10097         * src/dialogs/stroke-style.cpp, src/dialogs/sp-shape.cpp:
10098           nuked unused variables
10100 2004-04-07  bulia byak <bulia@users.sourceforge.net>
10102         * icons.svg: Alignment fix
10104         * src/select-toolbar.cpp: Swapped rotate buttons
10106         * share/tutorials/: Cleanup, added Russian translation of basic
10108         * extension/extension.cpp extension/system.cpp extension/internal/ps.cpp
10109         extension/implementation/script/cpp: Fixes to make non-ascii filenames work
10110 again
10112         * src/verbs.cpp: Remove xpm icon that causes trouble on win32
10114         * share/examples/: new gradient.svg, tiger.svgz, cleanup
10116         * src/widgets/gradient-vector.cpp: Crash fix: loading new gradient into the
10117         editor does not completely reset it
10119         * share/icons/icons.svg: New dialog icons, draw tool icons, changed colors
10121         * src/dialogs/align.cpp src/helper/bezier-utils.cpp: remove pjrm's debug
10122 output
10124         * share/tutorials/: SVG cleanup: remove unused font properties, wrong radius
10125         paths in ellipses (leftovers from old versions). Expanded & updated tips &
10126 tricks.
10128         * file.cpp: Set uri on save in one place; save 'offcially' from here only
10130         * system.cpp system.h: Remove redundant uri-setting on open and save, add
10131         official arg to sp_module_system_save to prevent docname/docbase changing on
10132         temporary saves
10134         * many files: _() fixes, edits in labels, messages, tooltips, mnemonics
10136         * src/inkscape.cpp: remove redundancy in error messages for failing to load
10137 prefs
10139         * share/extensions src/extension/internal: Renaming file formats to include
10140 (*.ext)
10142         * src/interface.cpp src/dialogs/filedialog.cpp: Transientize, make modal
10143         open/save dialogs, ditto for warning overwrite and make it unresizeable
10145         * src/dialogs/xml-tree.cpp: Do not deselect item on canvas when a
10146 non-selectable
10147         thing is highlighted in xml editor
10149         * src/sp-guide.cpp: Guide position updated after undo
10151         * src/widgets/sp-xmlview-attr-list.cpp: Max length of viewable attributes
10152         increased
10154         * many files: Adib's svgostringstream patches to remove printfs
10156         * src/selection-chemistry.cpp: Crash fix when pasting style to an object
10157 that
10158         has none (e.g. group)
10160         * src/knot.cpp: Knot dragging autoscrolls
10162         * src/sp-text.cpp src/text-context.cpp: Cursor movements autoscroll
10164         * src/desktop.h src/desktop.cpp: autoscrollspeed can be overridden in call
10166         sp_desktop_scroll_to_point
10168         * src/text-context.cpp src/sp-text.cpp: Text cursor made inverse. Initial
10169 cursor
10170         after click is no longer horizontal.
10172         * src/helper/sp-ctrlline.cpp: Always-visible inversion for ctrlline
10174         * src/libnrtype/nr-type-w32.cpp: Fix stretch and variant on win32
10176         * src/widgets/gradient-vector.cpp: Undo fix; new stop takes average of its
10177         neighbors' colors; is between stops even when the last stop is selected
10179 2004-04-06  Ted Gould <ted@gould.cx>
10181         * src/file.cpp, src/dialogs/filedialog.cpp, src/extension/extension.cpp,
10182         src/extension/system.cpp:
10183         Moving code around so that the filename extension gets put on by
10184         the extension that is saving the file.  This adds a couple complications
10185         in that the extension now needs to check for overwriting the file
10186         and also set the document URI.  Better overall, but a PITA.
10188 2004-04-05  njh <njh@mail.csse.monash.edu.au>
10190         * debian/rules,debian/control: applied patch from Kees Cook to remove
10191         obsolete libraries, and to tidy things up a tad.
10193 2004-04-04  Ted Gould <ted@gould.cx>
10195         * src/main.cpp, src/extension/extension.cpp, src/extension/system.cpp:
10196         Now the input autodetect will try the SVG filter if the autodetect
10197         fails.  This was done by the command line, but now it is done
10198         everywhere.
10200 2004-04-04  MenTaLguY <mental@rydia.net>
10202         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr.h:
10203         Take the full list of document node children from libxml, and
10204         append them in the correct order.  This fixes bug #929348.
10206         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr-private.h:
10207         Added API for coping with comments at the root level (i.e. siblings
10208         of the root XML node), and made corresponding changes to the repr-io
10209         code.  In theory this should be enough to preserve them upon loading,
10210         though in practice it still doesn't appear to be working (bug #929348).
10211         Is there some libxml thing we need to do?
10213 2004-04-04  Ted Gould <ted@gould.cx>
10215         * a bunch of files
10216         Sorry, I seem to be in some delay getting e-mail.  Anyway, a few
10217         files were changed to add in a new parameter 'dataloss'  Basically
10218         this signifies that a format was used to save that may not save
10219         the whole document and thus, a pop-up is elevated on close to signal
10220         that you might want to 'really save' this document.
10222 2004-04-03  Ted Gould <ted@gould.cx>
10224         * share/extensions/svgz_input.inkmod, src/file.cpp,
10225           src/extension/extension.cpp, src/extension/internal/svg.cpp:
10226         Making it so that input extensions can specify the output extension
10227         that gets used to save them.  If this field isn't filled in, the value
10228         gets set to NULL, and then the Save As dialog is used instead of
10229         just trying to save.
10231 2004-04-03  Ted Gould <ted@gould.cx>
10233         * src/file.cpp, src/main.cpp, src/extension/extension.cpp,
10234           src/extension/extension.h, src/extension/system.cpp,
10235           src/extension/internal/svg.cpp:
10236         Fixing the output_extension flag to not be saved in a file, but also
10237         to be able to be specified by the input module.  Also, this fixes
10238         the commandline processing of files to make them use the extension
10239         system.
10241 2004-04-02  Ted Gould <ted@gould.cx>
10243         * src/file.cpp, src/extension/db.cpp, src/extension/internal/svg.cpp:
10244         Changing it so that SVG documents open and default to with
10245         extension namespace.  Also, autodetect is reenabled.
10247 2004-04-03  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
10249         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Fix my
10250         previous commit.
10252 2004-04-02  Ted Gould <ted@gould.cx>
10254         * share/extensions/svgz_output.inkmod, src/main.cpp, src/print.cpp,
10255           src/extension/init.cpp, src/extension/implementation/script.cpp,
10256           src/extension/implementation/script.h,
10257           src/extension/internal/Makefile.am, src/extension/internal/ps-out.cpp,
10258           src/extension/internal/ps-out.h, src/extension/internal/ps.cpp:
10259         Fixing the commandline printing.  This required fixing both the
10260         print driver to handle the newer extensions stuff.  It seems
10261         happy now.  I went ahead and implemented save as postscript
10262         while I was at it.
10264 2004-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
10266         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Ensure that the
10267         "improved" value is never worse than the previous guess.
10269         * src/helper/bezier-utils.cpp:
10270         Greater CodingStyle conformance, mainly whitespace changes.
10272         * src/helper/bezier-utils.cpp (sp_bezier_fit_cubic_full):
10273         Always reparameterize between generate_bezier and calc_max_error.
10274         Switch from discouraged alloca (see man page) to g_new, at cost of
10275         some extra g_free calls in the code.
10276         (reparameterize): Do in-place modification.
10278         * src/helper/bezier-utils-test.cpp:
10279         Add tests for generate_bezier, sp_bezier_fit_cubic_full.
10280         Change to a simpler test bezier.
10282         * src/helper/bezier-utils.cpp (sp_darray_left_tangent,
10283         sp_darray_right_tangent):
10284         Switch to using just the two end points for calculating the gradient.
10285         (The old code could sometimes cause g_warning's.)
10286         Correct the documentation of requirements.
10287         (sp_darray_center_tangent): Similarly remove the #if'ed out code for
10288         looking at more than two points.
10290 See doc/Changelog_archive.txt for older entries
10292 # Local Variables:
10293 # tab-width:8
10294 # indent-tabs-mode:t
10295 # End:
10296 # vim: tabstop=4:noexpandtab:shiftwidth=4