Code

switch to sigc++ SPObject signals for SPGradient
[inkscape.git] / ChangeLog
1 2006-06-29  MenTaLguY  <mental@rydia.net>
3         * src/desktop.cpp, src/desktop.h, src/sp-gradient.cpp,
4           src/sp-gradient.cpp, src/widgets/desktop-widget.cpp,
5           src/widgets/desktop-widget.h, src/widgets/gradient-image.cpp,
6           src/widgets/gradient-image.h, src/widgets/gradient-toolbar.cpp,
7           src/widgets/gradient-toolbar.cpp:
9           switch to sigc++ SPObject signals
11 2006-06-27  MenTaLguY  <mental@rydia.net>
13         * src/dialogs/sp-attribute-widget.cpp,
14           src/dialogs/sp-attribute-widget.h, src/sp-offset.cpp,
15           src/sp-offset.h, src/sp-shape.cpp, src/sp-shape.h,
16           src/sp-use-reference.cpp, src/sp-use-reference.h:
18           switch to sigc++ SPObject signals
20 2006-07-26  MenTaLguY  <mental@rydia.net>
22         * src/dialogs/object-attributes.cpp:
24           switch to sigc++ "release"
26 2006-07-26  MenTaLguY  <mental@rydia.net>
28         * src/style.cpp, src/style.h:
30           finish switching to sigc++ SPObject signals for SPStyle
32 2006-07-25  MenTaLguY  <mental@rydia.net>
34         * src/widgets/gradient-vector.cpp, src/widgets/gradient-vector.h:
36           switch to sigc++ SPObject signals for SPGradientVectorSelector
38 2006-07-25  MenTaLguY  <mental@rydia.net>
40         * autogen.sh, configure.ac, debian/control, tools-version.sh:
42           un-libtoolize the build process (yay!) -- we haven't actually
43           used libtool for ages
45 2006-07-25  MenTaLguY  <mental@rydia.net>
47         * src/extension/plugin, src/extension/plugin/Makefile_insert,
48           src/extension/plugin/makefile.in, src/extension/plugin/.cvsignore,
49           src/Makefile.am, configure.ac:
51           remove vestigal plugin support
53 2006-07-24  MenTaLguY  <mental@rydia.net>
55     * configure.ac: further work on LSB build configuration
57 2006-07-23  John Bintz  <jcoswell@coswellproductions.org>
59   * src/verbs.cpp, src/event-context.cpp, src/node-context.cpp:
61     forced redraw of canvas upon completion of zooming or upon
62     starting rubber band selection events to work around event
63     starvation issue at high zoom levels
65 2006-07-23  MenTaLguY  <mental@rydia.net>
67   * src/widgets/paint-selector.cpp:
69     Update pattern creation help text to reflect new menu layout.  We
70     probably need some way to automatically generate
71     "menu navigation strings" for a given verb.
73 2006-07-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
75         * packaging/osx-app.sh, packaging/macosx/inkscape.ds_store
76           packaging/macosx/dmg_background.svg, packaging/macosx/osx-dmg.sh,
77           packaging/macosx/dmg_background.png, Makefile.am,
78           packaging/macosx/dmg_set_style.scpt:
80           Improve the disk image layout for Mac OS X releases.  This is 
81           based on Jean-Olivier Irisson's work and patches, submitted as
82           #1516212.
84 2006-07-23  John Bintz  <jcoswell@coswellproductions.org>
86         * src/desktop.cpp, src/desktop.h:
88           added SPDesktop::updateNow()
90         * src/event-context.cpp, src/select-context.cpp, src/node-context.cpp:
92           forced redraw of canvas upon completion of selection or panning
93           to work around event starvation issue at high zoom levels
95 2006-07-22  John Bintz  <jcoswell@coswellproductions.org>
97         * src/desktop.cpp, src/desktop.h, src/document-undo.cpp,
98           src/document.h, src/document-private.h, src/document.cpp:
100           forced redraw of canvas upon document commit to work
101           around event starvation issue at high zoom levels
103 2006-07-21  MenTaLguY  <mental@rydia.net>
105         * src/splivarot.cpp:
106         
107           patch from John Bintz, adding pref to simplify multiple
108           paths separately
110 2006-07-21  MenTaLguY  <mental@rydia.net>
112         * configure.ac: first shot at implementing --enable-lsb
114 2006-07-21  MenTaLguY  <mental@rydia.net>
116         * src/style.cpp, src/style.h:
118           switch to using sigc++ signals
120 2006-07-21  MenTaLguY  <mental@rydia.net>
122         * src/layer-manager.cpp, src/layer-manager.h:
124           switch to sigc++ signals and manually clean up signal connections
125           (although it may not be strictly necessary to do so here)
127 2006-07-21  MenTaLguY  <mental@rydia.net>
129         * src/document-subset.cpp, src/object-hierarchy.cpp,
130           src/object-hierarchy.h, src/selection.cpp, src/selection.h,
131           src/ui/view/edit-widget.cpp, src/ui/view/edit-widget.h,
132           src/uri-references.cpp, src/uri-references.h:
133         
134           switch to sigc++ signals for "modified" and "release"
136 2006-07-21  MenTaLguY  <mental@rydia.net>
138         * src/document.cpp, src/sp-object.cpp, src/sp-object.h:
140           sp_object_invoke_release -> SPObject::releaseReferences,
141           plus the introduction of sigc++ signals for "release" and 
142           "modified" which will eventually replace the GObject signals
144 2006-07-20  MenTaLguY  <mental@rydia.net>
146         * src/libnrtype/RasterFont.h, src/libnrtype/font-instance.h:
148           replace two uses of hash_map with standard STL map
150 2006-07-18  Bryce Harrington <bryce@bryceharrington.org>
152         * src/document.h, src/document.cpp:  Refactoring from mental &
153           bryce to consolidate document update functionality from
154           sp_document_ensure_is_up_to_date() and
155           sp_document_idle_handler().  This is the first step in getting
156           updates of defs (and markers) fixed.
158 2006-07-18  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
160         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.h:
161           We now use connector spacing to determine the minimum space required
162           between shape bounding boxes when graph layout with avoid overlap
163           constraints is applied.  This means that there should always be enough
164           room for connectors to route between shapes.  Also changed the default
165           connector spacing to a less extreme 3.
167 2006-07-17  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
169         * src/libcola/cola.h, src/libcola/connected_components.cpp,
170           src/graphlayout/graphlayout.cpp:
171           Disconnected graphs are now handled more gracefully,
172           connected components are arranged separated (in place) and
173           then overlaps between components are removed.
175 2006-07-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
177         * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
178           src/xml/Makefile_insert, src/libnr/Makefile_insert:
179           Add "$(srcdir)/" to some things so that "make check" works in 
180           the case that the build directory is somewhere other than the
181           source directory.
183         * src/sp-conn-end-pair.cpp, src/connector-context.cpp,
184           src/document.cpp, src/libavoid/*:
185           Update libavoid with upstream fixes, optimisations and new features.
187 2006-07-13  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
189         * src/libvpsc/*,
190           src/graphlayout/graphlayout.cpp:
191           Toggle on connector toolbar can force connectors with 
192           end-markers (arrows) to point downwards
194 2006-07-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
196         * src/libavoid/router.cpp: Fixed a bug in the libavoid function
197           Router::attachedConns().  Previously unused, but needed by Tim
198           for new Graph Layout code.
200 2006-07-13  Jon Phillips  <jon@rejon.org>
202         * src/inkview: Added commandline option capability to inkview and 
203           got code ready to add a timer for an automatic slideshow capability.
205 2006-07-12 Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
207         * src/libvpsc/*,
208           src/libcola/*,
209           src/graphlayout/graphlayout.cpp,
210           src/removeoverlaps/removeoverlaps.cpp:
211           Boost graph layout algorithms replaced by custom constraint layout
212           algorithm (implemented in libcola).  New layout supports constraints
213           such as downward pointing connectors (directed graph layout) or
214           non-overlapping shapes.
215           libvpsc contains updated code for quadratic program solver used by
216           libcola and removeoverlaps.  Fixes bug #1441411.
218 2006-07-02  Colin Marquardt  <colin@marquardt-home.de>
220         * AUTHORS, src/ui/dialog/aboutbox.cpp: Add Niko, Hugo, Dale and
221           Gustav.
223 2006-06-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
225         * src/connector-context.cpp, src/widgets/toolbox.cpp:
226           Add undo event descriptions for the connector context.
228 2006-06-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
230         * packaging/macosx/ScriptExec/main.c:
231           Add some quotes to fix a problem for people on OS X with 
232           spaces in their home directory path.  Fixes bug #1512019.
234 2006-06-21  Colin Marquardt  <colin@marquardt-home.de>
236         * share/templates/DVD_cover_regular_300dpi.svg,
237           share/templates/DVD_cover_slim_300dpi.svg,
238           share/templates/DVD_cover_superslim_300dpi.svg,
239           share/templates/DVD_cover_ultraslim_300dpi.svg:
240           DVD templates by Aleksandar Urosevic. Closes #1507164.
242 2006-06-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
244         * packaging/macosx/Resources/script,
245           packaging/macosx/Resources/bin/inkscape:
247           Improve quoting of shell variables.
249         * packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj:
251           Xcode 2 project file for the OS X launcher.  This will build a
252           Universal version of the launcher by default.  The project files for
253           different versions are named differently, so this will be picked up and
254           used if the package builder has a sufficiently new version of Xcode.
256         * packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser,
257           packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser:
259           Remove unnecessary user preference files.
261         * Makefile.am:
262         
263           Update the Xcode project files included when creating releases.
265 2006-06-13  Jon A. Cruz  <jon@joncruz.org>
267         * TRANSLATORS, src/ui/dialog/aboutbox.cpp:
269           Applied patch #1505715.
271 2006-06-13  Jon A. Cruz  <jon@joncruz.org>
273         * packaging/macosx/Resources/etc/fonts/fonts.conf:
275           Applied patch #1505765.
277 2006-06-09  Jon A. Cruz  <jon@joncruz.org>
279         * src/object-snapper.cpp, src/selection.cpp, src/selection.h,
280           src/seltrans.cpp:
282           Applied patch #1503864.
284 2006-06-09  Jon A. Cruz  <jon@joncruz.org>
286         * src/widgets/toolbox.cpp:
288           Handle case when function call fails.
289           Fixes bug #1501150.
291 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
293         * src/seltrans.cpp:
295           Work-around for seltrans not getting calls to grab() and ungrab() as
296           expected.
297           Fixes bug #1501156.
299 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
301         * src/widgets/toolbox.cpp:
303           Applied patch #1502407.
304           Fixes bug #1500049.
306 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
308         * packaging/macosx/ScriptExec/main.c, packaging/osx-app.sh:
310           Fixing OS X fc-cache problem.
311           Applied patch #1502063.
313 2006-06-07  Jon A. Cruz  <jon@joncruz.org>
315         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
316           src/sp-switch.cpp, src/ui/widget/ruler.cpp:
318           Applied patch #1501709.
320 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
322         * trace/siox.cpp, trace/siox.h, trace/trace.cpp,
323           src/ui/dialog/tracedialog.cpp:
325           Applied patch #1501375.
327 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
329         * trace/siox.cpp, trace/trace.cpp:
331           Applied patch #1501134.
333 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
335         * src/dialogs/layers-panel.cpp:
337           Allow action when no layer selected.
338           Fixes bugs #1494646.
340 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
342         * trace/siox.cpp:
344           Applied patch #1500659.
346 2006-06-05  Jon A. Cruz  <jon@joncruz.org>
348         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
350           Blocked signal when changes are not from the layers UI.
351           Fixes bugs #1495406 and most of #1494646.
353 2006-06-02  Colin Marquardt  <colin@marquardt-home.de>
355         * TRANSLATORS: Add Stefan Graubner.
357 2006-06-01  Jon A. Cruz  <jon@joncruz.org>
359         * src/extension/internal/pdf-mini.h
361           Fix for delete[] mismatch and binary tweak from Ulf Erikson.
363 2006-06-01  Jon A. Cruz  <jon@joncruz.org>
365         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
367           Added layer opacity slider.
368           Fixes RFE #1496569.
370 2006-05-31  Colin Marquardt  <colin@marquardt-home.de>
372         * TRANSLATORS: Add vonHalenbach for tutorial translations.
374 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
376         * src/extension/internal/odf.cpp:
377         Corrected deletes and uninitizlied variables.
378         Fixes bug# 1489961.
380 2006-05-30 John Cliff <simarilius@yahoo.com>
381         src/trace/potrace/inkscape-potrace.cpp
382         Changed bitsPerSample from hardcoded to calculated for multi color traces
383         to fix bugs 1188811 and 1484076
385 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
387         * src/xml/repr-io.cpp:
388         Changed to strip leading BOM from input.
389         Fixes bug# 1121666.
391 2006-05-29  Bryce <bryce@bryceharrington.org>
392         * sp-shape.cpp:  Adding documentation
394 2006-05-29  Jon A. Cruz  <jon@joncruz.org>
396         * src/desktop.cpp, src/layer-manager.cpp, src/dialogs/layers-panel.cpp:
397         Workaround to avoid assertion upon file revert.
399 2006-05-28  Bryce <bryce@bryceharrington.org>
400         * sp-marker.cpp:  Adding documentation
402 2006-05-28  MenTaLguY  <mental@rydia.net>
404         * src/dialogs/clonetiler.cpp, src/dialogs/iconpreview.cpp,
405           src/dialogs/stroke-style.cpp, src/display/curve.cpp,
406           src/display/sp-canvas.cpp, src/dyna-draw-context.cpp,
407           src/extension/internal/gnome.cpp, src/extension/internal/pdf.cpp,
408           src/extension/internal/ps.cpp, src/extension/internal/win32.cpp,
409           src/file.cpp, src/inkview.cpp, src/libnr/nr-macros.h,
410           src/libnr/nr-object.cpp, src/libnr/nr-path.cpp,
411           src/libnr/nr-pixblock.cpp, src/libnr/nr-pixblock-pattern.cpp,
412           src/libnr/nr-svp.cpp, src/libnr/nr-svp-render.cpp,
413           src/libnrtype/FontFactory.cpp, src/libnrtype/Layout-TNG-Output.cpp,
414           src/libnrtype/nr-type-primitives.cpp, src/path-chemistry.cpp,
415           src/splivarot.cpp, src/sp-marker.cpp, src/ui/widget/icon-widget.cpp,
416           src/widgets/icon.cpp:
418           replace nr_new() with g_new(), and try to converge on using the
419           glib allocator a little more instead of the others (aside from
420           libgc)
422 2006-05-28  MenTaLguY  <mental@rydia.net>
424         * share/icons/icons.svg:
426           correct vertical text flow icon to  correctly reflect lines stacking
427           right-to-left, as well as improving pixel alignment on both text flow
428           icons
430 2006-05-28  MenTaLguY  <mental@rydia.net>
432         * src/widgets/toolbox.cpp:
434           add tooltips to text toolbar widgets
436 2006-05-28  Jon A. Cruz  <jon@joncruz.org>
438         * src/layer-manager.cpp, src/layer-manager.h,
439           src/preferences-skeleton.h, src/ui/dialog/inkscape-preferences.cpp,
440           src/ui/dialog/inkscape-preferences.h,
441           src/widgets/layer-selector.cpp, src/dialogs/layers-panel.cpp:
443           Finished option to turn on or off deslecting when switching layers.
444           Fixes RFE #1495701.
446 2006-05-28  Jon A. Cruz  <jon@joncruz.org>
448         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
450           Changed clicking on visibility and locked toggles to not switch
451           selected layer.
452           Fixes bug #1495856.
454 2006-05-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
456         * src/sp-conn-end-pair.cpp: Detach connectors from empty groups
457           before trying to route connectors to them.  This is required
458           since empty groups have no physical position.  Fixes bug #1448811.
460 2006-05-27  Kees Cook  <kees@outflux.net>
462         * src/extension/implementation/script.cpp: allow output extension
463           parameters to be prompted and used, closes bug #1495310.
465 2006-05-26  MenTaLguY  <mental@rydia.net>
467         * src/dialogs/layers-panel.h, src/dialogs/layers-panel.cpp:
469           make button labels translatable, and use HButtonBox instead of HBox for
470           better appearance
472 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
474         * src/layer-manager.cpp, src/layer-manager.h,
475           src/dialogs/layer-properties.cpp, src/dialogs/layers-panel.cpp:
477           Prevent layer name duplication.
478           Fixes bug #1115407.
480 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
482         * src/widgets/desktop-widget.cpp:
484           Fixed resize handle in corner of main UI.
485           Fixes bug #1493995.
487 2006-05-26  Jon A. Cruz  <jon@joncruz.org>
489         * src/layer-manager.cpp, src/layer-manager.h,
490           src/widgets/layer-selector.cpp:
492           Cleaned up propagation of status changes.
493           Fixes bug #1495333.
495 2006-05-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
497         * src/path-prefix.h: Add missing CREATE_* directory locations
498           for building an OS X application bundle.  Fixes bug #1495284.
500 2006-05-25  Bryce Harrington <bryce@bryceharrington.org>
502         * src/inkscape.cpp:  i18n on error messages (fix for bug 1490928) 
504 2006-05-23  Jon A. Cruz  <jon@joncruz.org>
506         * src/dialogs/layers-panel.cpp, src/dialogs/swatches.cpp,
507           src/dialogs/swatches.h, src/preferences-skeleton.h,
508           src/ui/previewfillable.h, src/ui/previewholder.cpp,
509           src/ui/previewholder.h, src/ui/widget/panel.cpp,
510           src/ui/widget/panel.h, src/verbs.cpp,
511           src/widgets/desktop-widget.cpp:
512           Refactored panels.
513           Fixes RFE #1453153. Fixes RFE #1453152.
514         
516 2006-05-23  MenTaLguY  <mental@rydia.net>
518         * src/extension/internal/ps.cpp:
520           move %%EOF to end of output document
522 2006-05-22  Jon A. Cruz  <jon@joncruz.org>
524         * src/dialogs/swatches.cpp, src/ui/widget/panel.cpp,
525           src/ui/widget/panel.h:
526           Removed panel menu unless requested. Fixes bug #1492597.
528 2006-05-22  MenTaLguY  <mental@rydia.net>
530         * src/extension/internal/svg.cpp:
532           replace EXTREMELY inefficient (O(n^2), I think?) stacked C string
533           concatenations with appends to a std::vector, which is amortized O(1)
535 2006-05-21  Marco Scholten  <mscholtn@xs4all.nl>
537         * src/ui/dialog/inkscape-preferences.cpp, 
538           src/ui/dialog/inkscape-preferences.h: 
539           Added 'Show close button on dialogs' option.
541 2006-05-21  MenTaLguY  <mental@rydia.net>
543         * src/ui/view/view-widget.cpp:
544         
545           request collection pass after destruction of a view widget
547 2006-05-21  MenTaLguY  <mental@rydia.net>
549         * src/gc-core.h, src/gc.cpp:
550         
551           add GC::request_early_collection() to force a collection from the idle
552           loop at opportune times
554         * src/dialogs/filedialog.cpp:
556           call GC::request_early_collection() after switching preview images
558 2006-05-21  Jon A. Cruz  <jon@joncruz.org>
560         * src/layer-manager.cpp, src/layer-manager.h,
561           src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h:
562           Adding notification when managed layers change.
564 2006-05-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
566         * src/extension/internal/pdf.cpp: Compilation fix.  For versions
567           of glib older that 2.9.0, use g_date_set_time() instead of
568           g_date_set_time_t().
570 2006-05-20  MenTaLguY  <mental@rydia.net>
572         * src/extensin/internal/ps.cpp:
574           add %%EOF trailer for DSC-compliance
576 2006-05-20  Colin Marquardt  <colin@marquardt-home.de>
578         * share/extensions/lindenmayer.inx,
579           share/extensions/kochify_load.inx, 
580           share/extensions/kochify.inx:
581           Rename slightly, also makes for easier translation.
583 2006-05-20  Jon A. Cruz  <jon@joncruz.org>
585         * src/widgets/icon.h, src/widgets/icon.cpp, src/dialogs/layers-panel.cpp:
586           Changled dialog from checkboxes to icons for visible and locked.
588 2006-05-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
590         * src/libnrtype/FontInstance.cpp: patch from David Turner of the
591           FreeType Project.  Fixes a compilation problem and a possible
592           segmentation fault.
594 2006-05-19  Jon A. Cruz  <jon@joncruz.org>
595         * src/preferences-skeleton.h, src/dialogs/layers-panel.h,
596           src/dialogs/layers-panel.cpp:
597           Selection and event handling cleanup. Added deeper display.
599 2006-05-18  Jon A. Cruz  <jon@joncruz.org>
600         * src/layer-manager.cpp, src/dialogs/layers-panel.h,
601           src/dialogs/layers-panel.cpp:
602           Next round of layer dialog updates.
604 2006-05-17  Kees Cook  <kees@outflux.net>
605         * src/dialogs/rdf.cpp: corrected localization on array, added comments.
606         * src/ui/widget/licensor.cpp: Localized the license name.
607         * configure.ac: added comment about why sigc++ was upgraded
609 2006-05-17  Jon A. Cruz  <jon@joncruz.org>
610         * src/dialogs/layers-panel.cpp:
611           Flipped top/bottom in layers UI to reflect visible stacking.
613 2006-05-16  verbalshadow  <verbalshadow@gmail.com>
615         * src/desktop-style.h, src/desktop-style.cpp:
616           Fixes calligraphy tool so drawing now uses the the correct opacity.
618 2006-05-17  Jon A. Cruz  <jon@joncruz.org>
619         * src/dialogs/layers-panel.cpp, src/dialogs/layers-panel.h:
620           Switched icons to stock generic.
622 2006-05-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
624         * src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche.
626 2006-05-16  Jon A. Cruz  <jon@joncruz.org>
628         * src/document-subset.cpp:
629           Corrected ordering of children in subset.
631 2006-05-15  Jon A. Cruz  <jon@joncruz.org>
632         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
633           src/layer-manager.cpp, src/menus-skeleton.h, src/verbs.cpp,
634           src/verbs.h, src/dialogs/layers-panel.cpp,
635           src/dialogs/layers-panel.h, src/dialogs/Makefile_insert:
636           Base implementation of a layers dialog.
638 2006-05-14  Colin Marquardt  <colin@marquardt-home.de>
640         * src/ui/dialog/inkscape-preferences.cpp (initPageTools): 
641           Typofix ("conector").
643 2006-05-14  Jon A. Cruz  <jon@joncruz.org>
645         * src/document-subset.cpp, src/layer-manager.h, src/layer-manager.cpp:
646           Corrected base structure and avoiding infinite loop.
648 2006-05-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
650         * src/widgets/toolbox.cpp: Slightly increase size of the
651          connector toolbar buttons to match button sizes on other
652          toolbars.
654 2006-05-13  verbalshadow  <verbalshadow@gmail.com>
656         * src/dyna-draw-context.cpp, src/desktop-style.cpp,
657           src/desktop-style.h:
659           Calligraphy tool now draws in the last used color or the
660           tool style depending on the Preference setting.
661           
662 2006-05-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
664         * src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp:
666           When moving/transforming connectors, only detach connectors
667           from objects that are not part of the selection.  Previously,
668           connectors moved as part of a selection would be detached from
669           all objects.  This has been requested several times via email.
670           The change also fixes bug #1383806.
672         * src/ui/dialog/inkscape-preferences.cpp,
673           src/ui/dialog/inkscape-preferences.h, src/connector-context.cpp:
675           Add a preferences setting to the connector tool for setting
676           whether or not connectors attach to text objects.  This change
677           addresses feature request #1434292.
678           
679 2006-05-09  Carl Hetherington  <inkscape@carlh.net>
681         * src/nodepath.cpp: fix silly bug with snapping node edits.
682         
683         * src/snapper.cpp, src/snapper.h, src/sp-namedview.cpp:
684           re-enable link between grid visibility and grid snap.
686 2006-05-08  Michael Wybrow  <mjwybrow@users.sourceforge.net>
688         * conn-avoid-ref.cpp: Fix a crashbug that could occur in files
689           containing connectors if they were loaded from the file chooser
690           or from the recent file list.  Fixes bug #1458820.
692 2006-05-08  MenTaLguY  <mental@rydia.net>
694         * src/display/curve.cpp:
696           always make local copy of path data so that we have control over memory
697           policy
699 2006-05-08  MenTaLguY  <mental@rydia.net>
701         * src/display/curve.h, src/display/curve.cpp, src/dropper-context.cpp:
703           get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve
704           memory management
706 2006-05-08  MenTaLguY  <mental@rydia.net>
708         * src/display/canvas-bpath.cpp, src/display/curve.cpp, src/display/curve.h,
709           src/display/nr-arena-shape.cpp, src/draw-context.cpp,
710           src/extension/internal/odf.cpp, src/extension/internal/pov-out.cpp,
711           src/nodepath.cpp, src/object-snapper.cpp, src/path-chemistry.cpp,
712           src/sp-flowregion.cpp, src/splivarot.cpp, src/sp-offset.cpp,
713           src/sp-path.cpp, src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
714           src/sp-use-reference.cpp:
716           eliminate direct accesses to SPCurve::bpath
718 2006-05-08  MenTaLguY  <mental@rydia.net>
720         * src/streams-zlib.cpp, src/streams-jar.cpp, src/splivarot.cpp,
721           src/extension/internal/bluredge.cpp:
723           use std::vector rather than dynamically-sized automatic arrays,
724           plus cleanups and minor fixes, and dead code removal
726 2006-05-08  MenTaLguY  <mental@rydia.net>
728         * src/debug/demangle.cpp, src/debug/demangle.h, src/sp-object.cpp,
729           src/gc-anchored.cpp, src/debug/Makefile_insert:
731           use c++filt for symbol demangling if available
733 2006-05-08  MenTaLguY  <mental@rydia.net>
735         * src/xml/repr-util.cpp:
736         
737           comments explaining namespace mapping for the broken sodipodi namespace
739 2006-05-08  Carl Hetherington  <inkscape@carlh.net>
741         * src/seltrans.cpp, src/snap.cpp, src/snap.h: fix ctrl-scaling
742         when there is no snap.  More snapping cleanups.
744 2006-05-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
746         * knot.h, knot.cpp, connector-context.cpp:
747           Fix glib-gobject-warnings for knots in the connector tool.
749 2006-05-07  Jon A. Cruz  <jon@joncruz.org>
751         * src/document-subset.cpp:
752           Corrected two bugs, with the minor one hiding the more severe.
754 2006-05-06  MenTaLguY  <mental@rydia.net>
756         * src/xml/repr-util.cpp, src/xml/repr.h:
758           add fixup for incorrect sodipodi namespace
760 2006-05-06  MenTaLguY  <mental@rydia.net>
762         * doc/NewAppArchitecture/01-title.svg,
763           doc/NewAppArchitecture/04-current-main.svg,
764           doc/NewAppArchitecture/05-current-objects.svg,
765           doc/NewAppArchitecture/06-current-desktop-view.svg,
766           doc/NewAppArchitecture/07-current-problems.svg,
767           doc/NewAppArchitecture/08-inkscape-gtkmm.svg
768           doc/NewAppArchitecture/09-future-capabilities.svg,
769           doc/NewAppArchitecture/10-future-main.svg,
770           doc/NewAppArchitecture/11-future-ink-app.svg,
771           doc/NewAppArchitecture/12-future-run-modes.svg,
772           doc/NewAppArchitecture/13-future-ink-app-editor.svg,
773           doc/NewAppArchitecture/14-evolving.svg,
774           share/examples/art-nouveau-P3.svg,
775           share/examples/eastern-motive-P4G.svg,
776           share/examples/i18n.svg,
777           share/examples/markers.svg,
778           share/examples/tesselation-P3.svg,
779           share/examples/text-on-path.svg,
780           share/icons/David_icons.svg,
781           share/icons/icons.svg,
782           share/icons/legacy_icons.svg,
783           share/screens/about.svg,
784           share/templates/business_card_85x54mm.svg,
785           share/templates/default.cs.svg,
786           share/templates/default.lt.svg,
787           share/templates/default.pl.svg,
788           share/tutorials/gpl-2.svg,
789           share/tutorials/tutorial-advanced.es.svg,
790           share/tutorials/tutorial-advanced.fr.svg,
791           share/tutorials/tutorial-advanced.ja.svg,
792           share/tutorials/tutorial-advanced.sl.svg,
793           share/tutorials/tutorial-advanced.svg,
794           share/tutorials/tutorial-basic.ca.svg,
795           share/tutorials/tutorial-basic.de.svg,
796           share/tutorials/tutorial-basic.es.svg,
797           share/tutorials/tutorial-basic.fr.svg,
798           share/tutorials/tutorial-basic.ja.svg,
799           share/tutorials/tutorial-basic.nn.svg,
800           share/tutorials/tutorial-basic.sl.svg,
801           share/tutorials/tutorial-basic.svg,
802           share/tutorials/tutorial-calligraphy.es.svg,
803           share/tutorials/tutorial-calligraphy.fr.svg,
804           share/tutorials/tutorial-calligraphy.sl.svg,
805           share/tutorials/tutorial-calligraphy.svg,
806           share/tutorials/tutorial-elements.es.svg,
807           share/tutorials/tutorial-elements.fr.svg,
808           share/tutorials/tutorial-elements.sl.svg,
809           share/tutorials/tutorial-elements.svg,
810           share/tutorials/tutorial-shapes.ca.svg,
811           share/tutorials/tutorial-shapes.es.svg,
812           share/tutorials/tutorial-shapes.fr.svg,
813           share/tutorials/tutorial-shapes.ja.svg,
814           share/tutorials/tutorial-shapes.sl.svg,
815           share/tutorials/tutorial-shapes.svg,
816           share/tutorials/tutorial-tips.es.svg,
817           share/tutorials/tutorial-tips.fr.svg,
818           share/tutorials/tutorial-tips.sl.svg,
819           share/tutorials/tutorial-tips.svg,
820           share/tutorials/tutorial-tracing.de.svg,
821           share/tutorials/tutorial-tracing.es.svg,
822           share/tutorials/tutorial-tracing.fr.svg,
823           share/tutorials/tutorial-tracing.sl.svg,
824           share/tutorials/tutorial-tracing.svg,
825           src/extension/dxf2svg/dxf2svg.cpp,
826           src/menus-skeleton.h,
827           src/preferences-skeleton.h:
829           get the CORRECT sodipodi namespace in there
831 2006-05-06  MenTaLguY  <mental@rydia.net>
833         * src/xml/repr-util.cpp:
835           fix for #1483198 ("infectious namespaces")
837 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
839         * src/verbs.h, src/verbs.cpp, src/verbs-test.h:
840           Fixed problem with std::map use making last verb inaccessible.
842 2006-05-05  Carl Hetherington  <inkscape@carlh.net>
844         * src/draw-context.cpp, src/line-snapper.h, src/snap.cpp,
845         src/snapper.cpp, src/line-snapper.cpp, src/snap.h,
846         src/context-fns.cpp, src/object-snapper.h, src/seltrans.cpp,
847         src/nodepath.cpp, src/snapper.h, src/object-snapper.cpp: various
848         snapping fixes and cleanups.
850 06-05-04  Carl Hetherington  <inkscape@carlh.net>
852         * src/guide-snapper.h, src/line-snapper.h, src/snap.cpp,
853         src/snap.h, src/object-snapper.h, src/sp-namedview.cpp,
854         src/grid-snapper.h: clean up knutux's fix for the snapper crash.
856 2006-05-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
858         * po/pt_BR.po: Fix some "Unmatched closing </b>" warnings.
860         * src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.
861         
862 2006-05-03  Carl Hetherington  <inkscape@carlh.net>
864         * src/arc-context.cpp, src/connector-context.cpp,
865         src/context-fns.cpp, src/desktop.cpp, src/draw-context.cpp,
866         src/nodepath.cpp, src/object-edit.cpp, src/pencil-context.cpp,
867         src/rect-context.cpp, src/selection-chemistry.cpp,
868         src/seltrans.cpp, src/snap.cpp, src/snap.h, src/sp-namedview.cpp,
869         src/sp-namedview.h, src/spiral-context.cpp, src/star-context.cpp,
870         src/ui/dialog/document-properties.cpp: Give SPNamedView a
871         SnapManager instance and use it for all management of snapping
872         settings.
874         * src/snap.cpp, src/snap.h: remove the unused namedview_dim_snap_list()
876 2006-05-01  Jon A. Cruz  <jon@joncruz.org>
878         * src/Makefile.am, src/Makefile_insert, src/attributes-test.h,
879           src/color-profile-test.h, src/mod360-test.cpp, src/mod360-test.h,
880           src/round-test.cpp, src/round-test.h, src/sp-gradient-test.cpp,
881           src/sp-gradient-test.h, src/sp-style-elem-test.cpp,
882           src/sp-style-elem-test.h, src/style-test.h, src/test-helpers.h:
883           Replaced four more tests with CxxTest versions.
885 2006-05-01  MenTaLguY  <mental@rydia.net>
887         * src/display/nr-arena-item.cpp:
889           use GC allocator for bitmap cache and transform
891 2006-05-01  Marco Scholten  <mscholtn@xs4all.nl>
893         * src/dialogs/inkscape-preferences.cpp: Moved 'compass like
894     display of angles' from 'windows' to 'steps'.
896 2006-04-30  MenTaLguY  <mental@rydia.net>
898         * src/libnr/nr-object.cpp:
900           log finalization of NRObjects
902 2006-04-29  Jon Phillips  <jon@rejon.org>
904         * src/dialogs/rdf.cpp: Updated cc licenses to 2.5 by default.
906         * src/ui/dialog/document-metadata.cpp: Made metadata window
907         resizable so that one can see the licenses and enter long entries.
909 2006-04-29  MenTaLguY  <mental@rydia.net>
911         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp,
912           src/display/nr-arena-item.h, src/display/nr-arena-shape.cpp:
914           rationalize function names and remove spurious soft_ptr
916 2006-04-29  MenTaLguY  <mental@rydia.net>
918         * src/document.cpp:
919         
920           use proper unref function on SPRoot to avoid appearance of leak
922 2006-04-29  MenTaLguY  <mental@rydia.net>
924         * src/gc-anchored.cpp, src/xml/simple-node.cpp, src/sp-object.cpp:
926           switch everyone to simpler debug event API
928 2006-04-29  MenTaLguY  <mental@rydia.net>
930         * src/Makefile_insert, src/gc-finalized.cpp, src/gc-finalized.h:
932           add finalizer logging
934 2006-04-29  MenTaLguY  <mental@rydia.net>
936         * src/debug/simple-event.h: simplify the SimpleEvent API more
938 2006-04-29  MenTaLguY  <mental@rydia.net>
940         * src/debug/simple-event.h: make Debug::SimpleEvent more convenient
942         * src/debug/event.h, src/debug/logger.cpp: add FINALIZERS category
944 2006-04-29  MenTaLguY  <mental@rydia.net>
946         * src/debug/logger.cpp:
947         
948         finish interrupted refactoring of log filter configuration
950 2006-04-29  MenTaLguY  <mental@rydia.net>
952         * src/doc/Makefile.am, src/doc/refcounting.txt:
953         
954           some developer documentation about refcounting
956 2006-04-29  MenTaLguY  <mental@rydia.net>
958         * src/ui/view/view.cpp:
960           Wait a minute -- UI::View::View and SPDocument are both managed
961           by the collector -- the view doesn't need to ref the document!
963 2006-04-29  MenTaLguY  <mental@rydia.net>
965         * src/ui/view/view.cpp: add missing unref
967 2006-04-29  MenTaLguY  <mental@rydia.net>
969         * src/gc-anchored.cpp, src/gc-anchored.h:
971           added refcount logging to GC::Anchored
973         * src/util/Makefile_insert, src/util/format.h:
975           shared string printf
977 2006-04-28  MenTaLguY  <mental@rydia.net>
979     * src/sp-object.cpp: make refcount logging a little more useful
980           by including the relevent class name
982 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
984         * src/Makefile_insert, src/Makefile.am, src/dir-util-test.h,
985           src/dir-util-test.cpp, src/extract-uri-test.h,
986           src/extract-uri-test.cpp:
987           Replaced two tests with CxxTest versions.
989 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
991         * src/Makefile_insert, src/MultiPrinter.h, src/verbs.h,
992           src/verbs-test.h:
993           Adding unit test for verbs.
995 2006-04-27  verbalshadow <verbalshadow@gmail.com>
996         
997         * src/io/resource.h, src/io/resource.cpp, 
998           src/dialogs/swatches.cpp, src/helper/stock-items.cpp:
999           Added CREATE v0.1 support for gradients/swatches/patterns
1000           Support for Linux & Win32. Mac support waiting final support
1001           Directory info.
1003 2006-04-26  Jon A. Cruz  <jon@joncruz.org>
1005         * src/Makefile.am, src/MultiPrinter.h, src/PylogFormatter.h,
1006           src/TRPIFormatter.h, src/selfname.tpl, src/libnr/Makefile_insert,
1007           src/svg/Makefile_insert, src/xml/Makefile_insert:
1008           Adding multiple test output formats.
1010 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
1012     * path-prefix.h:
1013           Added beginnings of CREATE support in path-prefix.h
1015 2006-04-23  verbalshadow  <verbalshadow@gmail.com>
1017     * src/object-ui.cpp, src/object-ui.h:
1018           moved to src/ui/context-menu.cpp, src/ui/context-menu.h
1019           to make it easier to find
1021 2006-04-20  MenTaLguY  <mental@rydia.net>
1023     * src/dyna-draw-context.cpp, src/dyna-draw-context.h:
1024           remove unused timer code
1026 2006-04-19 Andrius R. <knutux@gmail.com>
1027         * src\display\nr-arena-item.cpp, src\display\canvas-arena.cpp,
1028           src\display\nr-arena-shape.cpp, src\display\sp-canvas.h,
1029           src\display\nr-arena.cpp, src\display\nr-arena-shape.h,
1030           src\display\nr-arena-glyphs.cpp, src\display\nr-gradient-gpl.cpp,
1031           src\display\sp-canvas.cpp, src\display\sp-ctrlline.cpp,
1032           src\livarot\ShapeSweep.cpp, src\livarot\Shape.h, src\livarot\Shape.cpp,
1033           src\livarot\Path.h, src\livarot\PathConversion.cpp,
1034           src\livarot\ShapeMisc.cpp, src\livarot\Path.cpp, src\libnr\nr-pixblock.h,
1035           src\libnr\nr-pixblock.cpp
1037           Rendering optimisation, which gives best results for zoomed in drawings
1038           with complex (multi-node) paths. Optimisation focus - eliminating cubicTo
1039           and LineTo nodes outside of visible area, so no unneeded calculations is
1040           needed and less memory is consumed (this avoids crashes which were
1041           occurring previously if zooming into a complex drawing)
1043 2006-04-18 njh <njh@njhurst.com>
1044         * share/extensions/measure.inx, share/extensions/measure.py, share/extensions/Makefile.am
1046           Added the measure extension that marks lengths onto paths.
1048 2006-04-17  MenTaLguY  <mental@rydia.net>
1050         * src/application/editor.cpp, src/arc-context.cpp, src/conn-avoid-ref.cpp,
1051           src/connector-context.cpp, src/desktop-events.cpp, src/desktop-handles.h,
1052           src/dialogs/clonetiler.cpp, src/dialogs/export.cpp,
1053           src/dialogs/fill-style.cpp, src/dialogs/find.cpp,
1054           src/dialogs/iconpreview.cpp, src/dialogs/item-properties.cpp,
1055           src/dialogs/layer-properties.cpp, src/dialogs/object-properties.cpp,
1056           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
1057           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
1058           src/dialogs/xml-tree.cpp, src/draw-anchor.cpp, src/draw-context.cpp,
1059           src/dropper-context.cpp, src/dyna-draw-context.cpp,
1060           src/event-context.cpp, src/extension/implementation/script.cpp,
1061           src/file.cpp, src/gradient-context.cpp, src/gradient-drag.cpp,
1062           src/helper/stock-items.cpp, src/inkscape.cpp, src/interface.cpp,
1063           src/jabber_whiteboard/callbacks.cpp,
1064           src/jabber_whiteboard/chat-handler.cpp,
1065           src/jabber_whiteboard/message-processors.cpp,
1066           src/jabber_whiteboard/message-queue.cpp,
1067           src/jabber_whiteboard/session-manager.cpp, src/knot.cpp,
1068           src/node-context.cpp, src/nodepath.cpp, src/object-ui.cpp,
1069           src/path-chemistry.cpp, src/pencil-context.cpp, src/pen-context.cpp,
1070           src/rect-context.cpp, src/rubberband.cpp, src/satisfied-guide-cns.cpp,
1071           src/selcue.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
1072           src/selection.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
1073           src/spiral-context.cpp, src/splivarot.cpp, src/sp-namedview.cpp,
1074           src/sp-text.cpp, src/star-context.cpp, src/text-chemistry.cpp,
1075           src/text-context.cpp, src/tools-switch.cpp,
1076           src/trace/potrace/inkscape-potrace.cpp, src/trace/trace.cpp,
1077           src/ui/dialog/align-and-distribute.cpp, src/ui/dialog/dialog.cpp,
1078           src/ui/dialog/document-metadata.cpp,
1079           src/ui/dialog/document-properties.cpp,
1080           src/ui/dialog/inkscape-preferences.cpp,
1081           src/ui/dialog/session-player.cpp, src/ui/dialog/transformation.cpp,
1082           src/ui/widget/color-picker.cpp, src/ui/widget/page-sizer.cpp,
1083           src/ui/widget/registered-widget.cpp, src/ui/widget/ruler.cpp,
1084           src/ui/widget/selected-style.cpp, src/ui/widget/tolerance-slider.cpp,
1085           src/verbs.cpp, src/widgets/gradient-toolbar.cpp,
1086           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
1087           src/widgets/sp-xmlview-content.cpp, src/widgets/toolbox.cpp:
1089           Get rid of the SP_DT_* macros which do nothing more than provide
1090           additional, confusing, names for other functions.  If shorter names
1091           are desired, the actual functions should be renamed -- or better, made
1092           into member functions.
1094 2006-04-09  Jon A. Cruz  <jon@joncruz.org>
1096         * share/icons/icons.svg: Fixed jumping eye (layer visibility).
1098 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
1100         * po/eu.po: Fix a "Unmatched closing </b>" warnings.
1102 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
1104         * src/widgets/paint-selector.cpp, src/widgets/gradient-toolbar.cpp,
1105           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp,
1106           src/dialogs/clonetiler.cpp, src/dialogs/object-properties.cpp:
1108           Shrunk a few icon sizes.
1110 2006-04-07  Jon A. Cruz  <jon@joncruz.org>
1112         * src/widgets/desktop-widget.cpp, src/widgets/icon.cpp,
1113           src/widgets/layer-selector.cpp:
1115           Added implementation of smaller icon size.
1117 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
1119         * src/color-profile.cpp, src/sp-image.cpp:
1121           Simple debugging #ifdefs added.
1123 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
1125         * src/interface.cpp, src/dialogs/clonetiler.cpp,
1126           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
1127           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
1128           src/dialogs/xml-tree.cpp, src/ui/dialog/align-and-distribute.cpp,
1129           src/ui/widget/labelled.cpp, src/widgets/button.cpp,
1130           src/widgets/button.h, src/widgets/desktop-widget.cpp,
1131           src/widgets/gradient-toolbar.cpp, src/widgets/icon.cpp,
1132           src/widgets/icon.h, src/widgets/layer-selector.cpp,
1133           src/widgets/paint-selector.cpp, src/widgets/select-toolbar.cpp,
1134           src/widgets/toolbox.cpp, src/widgets/toolbox.h, src/icon-size.h:
1136           Decoupling from direct use of GtkIconSize to allow for smaller
1137           custom ones.
1139 2006-04-06  Jon A. Cruz  <jon@joncruz.org>
1141         * src/Makefile_insert, src/Makefile.am, src/color-profile.cpp
1142           src/color-profile.h, src/color-profile-fns.h,
1143           src/color-profile-test.h, src/sp-image.cpp:
1145           Adding rendering-intent to <color-profile>.
1147 2006-04-05  MenTaLguY  <mental@rydia.net>
1149         * configure.ac, share/keyboards/.cvsignore, share/keyboards/Makefile.am,
1150           share/keyboards/README, share/keys/.cvsignore, share/keys/Makefile.am,
1151           share/keys/Makefile.in, share/Makefile.am:
1153           share/keyboards -> share/keys
1155         * share/keys/Makefile.am, share/keys/default.xml, src/Makefile_insert,
1156           src/shortcuts.cpp, src/shortcuts-default-xml.cpp:
1158           first shot at configurable keymaps
1160 2006-04-05  MenTaLguY  <mental@rydia.net>
1162         * src/io/Makefile_insert, src/io/resource.cpp, src/io/resource.h:
1164           introduce uniform resource path API to replace copy-and-pasted hacks
1166 2006-04-05  Jon A. Cruz  <jon@joncruz.org>
1168         * src/svg/svg-color-test.h, src/svg/svg-color.cpp:
1170           Tuned icc-color() parsing.
1172 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1174         * src/color-profile.h, src/color-profile.cpp,
1175           src/color-profile-fns.h, src/sp-image.h, src/sp-image.cpp:
1177           Initial support of color-profile on <image> elements.
1179 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1181         * src/color-profile.h, src/color-profile.cpp,
1182           src/color-profile-fns.h, src/Makefile_insert, src/attributes.cpp,
1183           src/attributes.h, src/sp-object-repr.cpp:
1185           Adding support for <color-profile> element.
1187 2006-04-02  Jon A. Cruz  <jon@joncruz.org>
1189         * src/knot.h: Fixed warning messages.
1191 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
1193         * src/ui/widget/selected-style.cpp:
1195           Safety check for null pointer.
1196         
1197 2006-04-01  Jon A. Cruz  <jon@joncruz.org>
1199         * configure.ac, src/interface.cpp, src/dialogs/swatches.cpp:
1201           Introducing optional LittleCms use.
1202         
1203 2006-03-31  MenTaLguY  <mental@rydia.net>
1205     * src/dyna-draw-context.cpp, src/dyna-draw-context.cpp:
1207           merge ::dragging and ::dynahand
1209 2006-03-31  MenTaLguY  <mental@rydia.net>
1211     * src/dyna-draw-context.h: add documentation
1213 2006-03-29  Andrius R. <knutux@gmail.com>
1215         * src/enums.h, src/selection-chemistry.cpp,
1216           src/selection.h, src/selection.cpp,
1217           src/ui/dialog/inkscape-preferences.cpp,
1218           src/ui/dialog/inkscape-preferences.h:
1220           patch #1450307 - option for select all to work in layer with it's sub-layers
1222 2006-03-29  Andrius R. <knutux@gmail.com>
1224         * po/lt.po: Translated and added new language - Lithuanian.
1226 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1228         * src/interface.cpp, src/dialogs/swatches.cpp:
1230           Fixing name of temporary non-standard tag attributes.
1231         
1232 2006-03-28  MenTaLguY  <mental@rydia.net>
1234     * src/layer-manager.cpp, src/layer-manager.h: draft of layer manager
1236 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1238         * src/interface.cpp, src/dialogs/eek-color-def.h,
1239           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
1240           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
1242           Changed objects to only get liked to "linkable" colors.
1243         
1244 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1246         * src/interface.cpp, src/dialogs/swatches.cpp:
1248           Objects now change when linked colors change.
1249         
1250 2006-03-28  Jon A. Cruz  <jon@joncruz.org>
1252         * src/dialogs/eek-color-def.h, src/dialogs/eek-color-def.cpp,
1253           src/dialogs/eek-preview.h, src/dialogs/eek-preview.cpp,
1254           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
1256           Experimenting with linked colors.
1257         
1258 2006-03-26  Aaron C. Spike  <aaron@ekips.org>
1260         * inkscape.pod, src/main.cpp:
1262           Added --export-area-canvas (-C). Area specifying options
1263           (--export-area, --export-area-canvas and --export-area-drawing)
1264           can now be used in combination with --export-id.
1266 2006-03-23  Jon A. Cruz  <jon@joncruz.org>
1268         * src/dialogs/eek-color-def.cpp, src/dialogs/eek-color-def.h,
1269           src/dialogs/Makefile_insert, src/dialogs/swatches.h,
1270           src/dialogs/swatches.cpp:
1272           Bringing in new color class.
1273         
1274 2006-03-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1276         * packaging/macosx/Resources/bin/inkscape: Fix a packaging
1277           problem on Mac OSX where Inkscape wouldn't open if one of the
1278           parent directories containing the app bundle contained a '#' in
1279           its name.  Fixes bug #1443072.
1281 2006-03-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1283         * share/icons/Makefile.am: Update a makefile after the icon file
1284           renaming.
1286 2005-03-14  MenTaLguY  <mental@rydia.net>
1288         * src/layer-fns.h, src/dialogs/layer-properties.cpp,
1289           src/dialogs/layer-properties.h, src/layer-fns.cpp:
1291           merged patch #1447043 from Andrius "knutux" R. to create sub-layers
1293 2006-03-14  MenTaLguY  <mental@rydia.net>
1295         * src/Makefile_insert, src/display/nr-arena-item.cpp,
1296           src/display/nr-arena-item.cpp, src/gc-finalized.h, src/gc-managed.h,
1297           src/gc-soft-ptr.h, src/selection.h, src/selection.cpp:
1299           Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
1301 2006-03-14  MenTaLguY  <mental@rydia.net>
1303         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
1304           src/debug/logger.cpp, src/debug/simple-event.h,
1305           src/debug/sysv-heap.h, src/jabber_whiteboard/deserializer.cpp,
1306           src/jabber_whiteboard/message-utilities.cpp,
1307           src/jabber_whiteboard/message-utilities.h,
1308           src/jabber_whiteboard/node-tracker-observer.h,
1309           src/jabber_whiteboard/serializer.cpp,
1310           src/jabber_whiteboard/serializer.h,
1311           src/sp-object.cpp, src/util/share.cpp, src/util/share.h,
1312           src/xml/attribute-record.h, src/xml/comment-node.h,
1313           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
1314           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
1315           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr-io.cpp,
1316           src/xml/simple-node.cpp, src/xml/simple-node.h,
1317           src/xml/simple-session.cpp, src/xml/simple-session.h,
1318           src/xml/text-node.h:
1320           shared_ptr -> ptr_shared
1322 2006-03-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1324         * src/svg/svg-color.cpp (sp_svg_write_color): More readable colour
1325           names when possible: e.g. `red', `#cfc'.
1327 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
1329         * src/interface.cpp:
1331           Shift-drop now sets stroke on target objects.
1332         
1333 2006-03-11  MenTaLguY  <mental@rydia.net>
1335         * src/sp-object.cpp: experiment to verify that we can safely release
1336           before removing object from document tree
1338 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
1340         * src/dialogs/swatches.cpp:
1342           Changed color dragging to have a color preview.
1343         
1344 2006-03-09  Jon A. Cruz  <jon@joncruz.org>
1346         * src/interface.cpp:
1348           Initial cut of color drag-n-drop to items on canvas.
1349         
1350 2006-03-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1352         * src/path-chemistry.cpp (sp_selected_path_reverse):
1353           Fix when multiple paths are selected.
1354           Also fix a small memory leak.
1356 2006-03-06  MenTaLguY  <mental@rydia.net>
1358         * src/document-subset.h, src/document-subset.cpp:
1359           add DocumentSubset::_clear
1361 2006-03-05  MenTaLguY  <mental@rydia.net>
1363         * src/document-subset.h, src/document-subset.cpp:
1364           remove unneeded document parameter from constructor
1366 2006-03-05  MenTaLguY  <mental@rydia.net>
1368         * src/document-subset.cpp:
1370           Wire up new SPObject signal to DocumentSubset, so order changes
1371           will be reflected in the subset.
1373 2006-03-05  MenTaLguY  <mental@rydia.net>
1375         * src/sp-object.h, src/sp-object.cpp:
1377           Add signal for notification of object position changes.
1379 2006-03-05  MenTaLguY  <mental@rydia.net>
1381         * src/Makefile_insert, src/document-subset.cpp, src/document-subset.h:
1383           Add DocumentSubset as groundwork for layers.
1385 2006-03-04  Jon A. Cruz  <jon@joncruz.org>
1386         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
1388           Style minibar now only accepts color drag-n-drop when not N/A.
1389           Final tweak for completing RFE #1429027.
1390         
1391 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
1392         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
1394           Made the style minibar a target for color drag-n-drop.
1395         
1396 2006-03-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1398         * src/conn-avoid-ref.cpp, src/libavoid/connector.h,
1399           src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
1400           src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
1401           src/libavoid/connector.cpp, src/libavoid/debug.h:
1403           Some speed improvements and interface cleanups to libavoid.
1405 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
1406         * src/dialogs/swatches.cpp:
1408           Fixed drag-n-drop out of color to match GTK+ standard.
1409         
1410 2006-02-27  Jon A. Cruz  <jon@joncruz.org>
1411         * src/dialogs/swatches.cpp, src/ui/previewfillable.h,
1412           src/ui/previewholder.h, src/ui/previewholder.cpp:
1414           Finished cleanup of embedded swatches when switching palettes.
1415         
1416 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
1417         * src/dialogs/swatches.cpp, src/ui/previewholder.h,
1418           src/ui/previewholder.cpp:
1420           Changing embedded swatches resizing.
1421         
1422 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
1423         * src/text-context.cpp:
1425           Allow Private Use Area characters. Fixes bug #1439016.
1426         
1427 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1428         * src/dialogs/swatches.cpp, src/dialogs/iconpreview.cpp,
1429           src/ui/widget/panel.cpp, src/ui/widget/panel.h:
1431           Refactoring panel containment. Purged ugly 'X'.
1432         
1433 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1434         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
1435           src/dialogs/swatches.h, src/ui/widget/panel.cpp,
1436           src/ui/widget/panel.h, src/ui/previewholder.cpp,
1437           src/ui/previewholder.h:
1439           Adding spacer to get swatches scrollbar enough room to move.
1440           Tuning up API for better embedding.
1442 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
1443         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
1444           src/dialogs/swatches.h, src/ui/previewholder.cpp, 
1445           src/ui/previewfillable.h, src/ui/previewholder.h:
1447           Removed horizontal scroll bar from swatches when embedded.
1449 2006-02-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1451         *  src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, 
1452            src/connector-context.cpp, src/conn-avoid-ref.cpp:
1454         Keep a seperate connector router for each document.
1455            
1456         *  src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
1457            src/libavoid/connector.h, src/libavoid/debug.h,
1458            src/libavoid/geometry.cpp, src/libavoid/geometry.h,
1459            src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
1460            src/libavoid/graph.h, src/libavoid/incremental.cpp,
1461            src/libavoid/incremental.h, src/libavoid/libavoid.h,
1462            src/libavoid/makepath.cpp, src/libavoid/makepath.h,
1463            src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
1464            src/libavoid/router.cpp, src/libavoid/router.h,
1465            src/libavoid/shape.cpp, src/libavoid/shape.h,
1466            src/libavoid/static.cpp, src/libavoid/static.h,
1467            src/libavoid/timer.cpp, src/libavoid/timer.h,
1468            src/libavoid/vertices.cpp, src/libavoid/vertices.h,
1469            src/libavoid/visibility.cpp, src/libavoid/visibility.h:
1470            
1471         Upstream changes to libavoid that allow multiple connector 
1472         router instances, as well a few other minor bugfixes.
1474 2006-02-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1476         * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
1477         
1478         Revert a previous change that generated enter events for canvas items
1479         other than the current one when mouse buttons were depressed.  These 
1480         events are now only generated in the connector context, where they are
1481         required.
1483 2006-02-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1485         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
1486           src/conn-avoid-ref.h, src/libavoid/connector.cpp,
1487           src/libavoid/connector.h:
1488           
1489         Change the behaviour and naming of some connector querying code
1490         after feedback from Tim Dwyer in implementing graph drawing
1491         functionality.
1493 2006-02-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1495         * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:
1496           Fix two bugs from my commit yesterday.
1498 2006-02-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1500         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,
1501           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
1502           src/libavoid/connector.cpp, src/libavoid/connector.h,
1503           src/libavoid/visibility.cpp:
1505         Add some code to allow querying of items and connectors to find
1506         out what is attached to them.  This will allow graph layout
1507         algorithms (currently being worked on by Tim Dwyer) to determine 
1508         a graph structure from the diagram.
1510 2006-02-07  MenTaLguY  <mental@rydia.net>
1512         * src/widgets/icon.cpp: get rid of icon prerender time messages
1514 2006-02-07  MenTaLguY  <mental@rydia.net>
1516         * src/debug/gc-heap.h, src/debug/logger.cpp, src/debug/sysv-heap.h,
1517           src/jabber_whiteboard/deserializer.cpp, src/sp-object.cpp,
1518           src/util/share.h, src/xml/simple-node.cpp:
1520           share_static -> share_static_string
1522 2006-02-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1524         * src/jabber_whiteboard/message-utilities.h,
1525           src/jabber_whiteboard/serializer.cpp,
1526           src/jabber_whiteboard/deserializer.cpp,
1527           src/jabber_whiteboard/message-utilities.cpp,
1528           src/ui/dialog/whiteboard-connect.cpp:
1529         
1530         Some fixes to allow the codebase to compile with Inkboard support
1531         after the recent Util::shared_ptr<> and Dialog::present() changes.
1533 2006-02-05  Marco Scholten  <mscholtn@xs4all.nl>
1535         * src/verbs.cpp: updated to make double clicking a tool button
1536           open the new preferences dialog.
1537         * src/ui/dialog/inkscape-preferences.cpp: updated to enable opening
1538           the dialog on the correct page.
1539         * src/ui/dialog/dialog.cpp: added virtual void present() so that
1540           InkscapePreferences::present() will be called from 
1541           DialogManager::showDialog()
1543 2006-02-05  MenTaLguY  <mental@rydia.net>
1545         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
1546           src/debug/logger.cpp, src/debug/simple-event.h, src/debug/sysv-heap.h,
1547           src/jabber_whiteboard/deserializer.cpp,
1548           src/jabber_whiteboard/message-utilities.cpp,
1549           src/jabber_whiteboard/message-utilities.h,
1550           src/jabber_whiteboard/node-tracker-observer.h,
1551           src/jabber_whiteboard/node-utilities.cpp,
1552           src/jabber_whiteboard/serializer.cpp,
1553           src/jabber_whiteboard/serializer.h,
1554           src/sp-object.cpp, src/util/Makefile_insert, src/util/share.cpp,
1555           src/util/shared-c-string-ptr.cpp, src/util/shared-c-string-ptr.h,
1556           src/util/share.h, src/xml/attribute-record.h, src/xml/comment-node.h,
1557           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
1558           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
1559           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr.cpp,
1560           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h,
1561           src/xml/simple-session.cpp, src/xml/simple-session.h,
1562           src/xml/text-node.h:
1564           replace Util::SharedCStringPtr with the nicer and more general
1565           Util::shared_ptr<>
1567 2006-02-03  Jon Phillips  <jon@rejon.org>
1569         * src/verbs.cpp: Added "..." to "Trace Bitmap" text. Yes, what a
1570         simple and dumb thing to add for consistency.
1572 2006-01-24  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1574         * src/libavoid/connector.cpp, src/libavoid/connector.h, 
1575           src/libavoid/shape.cpp, src/libavoid/graph.cpp,
1576           src/libavoid/incremental.cpp, src/libavoid/incremental.h,
1577           src/libavoid/static.cpp, src/libavoid/visibility.cpp, 
1578           src/libavoid/makepath.cpp:
1580         Some minor upstream libavoid fixes.  
1582 2006-01-23  Carl Hetherington  <inkscape@carlh.net>
1584         * src/selection.cpp: fix a typo in one of my previous commits.
1585         Closes #1401357.
1587         * src/xml/repr-io.cpp: catch failures in fopen of XML files.
1588         Closes #1374551.
1590 2006-01-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1592         * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
1593           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
1594           src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
1595           src/attributes-test.cpp:
1597         Added a "Spacing" control to the connector toolbar which allows
1598         the user to adjust the amount of space left around avoided shapes
1599         for the purpose of determining auto-routing connector paths.
1601 2006-01-17  Marco Scholten  <mscholtn@xs4all.nl>
1603         * /src/ui/dialog/inkscape-preferences.cpp:
1604           Added style swatches,
1605           Changed Gtk::Requisition Gtk::Widget::size_request() to       
1606           void Gtk::Widget::size_request(const Requisition& requisition)        
1607         * /src/ui/dialog/preferences-widget.cpp & .h:
1608           Added DialogPage::set_tip()
1610 2006-01-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1612         * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
1613           Use a modified fonts.conf file for Mac OS X that includes the 
1614           standard user font directory ~/Library/Fonts.
1616 2006-01-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1618         * src/svg/Makefile_insert: Updated to reflect a previous header
1619           file renaming.
1621 2006-01-12  Marco Scholten  <mscholtn@xs4all.nl>
1623         * /src/ui/dialog/inkscape-preferences.cpp & .h:
1624           Converted preferences dialog to gtkmm
1625         * src/ui/widget/preferences-widget.cpp & .h:
1626           New files.
1627         * src/verbs.cpp: updated to start new dialog.
1629 2006-01-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1631         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
1632           src/extension/internal/svg.cpp, src/ui/widget/ruler.cpp:
1633           Fix some compilation problems on Mac OS X after recent
1634           includes cleanup.
1636 2006-01-05  Jon A. Cruz  <jon@joncruz.org>
1638         * src/widgets/desktop-widget.cpp:
1639           Corrected resize behavior of canvas/swatches split.
1641 2006-01-06  Mathieu Dimanche  <mdimanche@free.fr>
1643         * src/util/units.cpp: forcin 'C' locale for reading units.txt file
1644            Fixes bug #1391348.
1646 2006-01-05  MenTaLguY  <mental@rydia.net>
1648         * src/libnr/nr-maybe.h: fix constness/local reference issues
1650 2006-01-04  MenTaLguY  <mental@rydia.net>
1652         * src/Makefile_insert, src/shortcuts-default-xml.cpp,
1653           src/shortcuts.cpp, src/shortcuts.xml:
1655           Moved default shortcuts XML file into a string constant (for now);
1656           replaced hard-coded structure with code to read XML file.
1658 2006-01-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1660         * src/extension/internal/ps.cpp (setup): Clarify the meaning of
1661           `Print destination', mentioning the new possibility of leaving
1662           as empty.
1663         * (PrintPS::begin) If print destination is an empty string, then
1664           don't pass `-P %s' to lpr: just let lpr use its default.
1665         * (PrintPS::init) Change default print destination from `lp' to empty
1666           string.
1668 2006-01-04  Jon A. Cruz  <jon@joncruz.org>
1670         * src/widgets/desktop-widget.cpp:
1671           Adding split pane for swatches.
1673 2006-01-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1675         * src/libavoid/visibility.cpp: Add operator!= for the EdgePair class.
1676           This is needed to compile on Tru64 UNIX.  Fixes bug #1386755.
1678 2005-12-30  Josh Andler  <scislac@users.sf.net>
1680         * src/ui/widget/selected-style.cpp, src/ui/widget/selected-style.h
1681           Added "invert" function to right-click menu of style selector.
1683 2005-12-22  Jon A. Cruz  <jon@joncruz.org>
1685         * share/palettes/Tango-Palette.gpl:
1686           Updated to newer version from the Tango project.
1688 2005-12-21  Jon A. Cruz  <jon@joncruz.org>
1690         * src/interface.cpp, src/preferences-skeleton.h,
1691           src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
1692           Adding panels/swatches to main UI.
1694 2005-12-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
1696         * src/removeoverlap/*.{cpp,h}: Bug fix in removeoverlap algorithm that
1697           should finally get timestamps working properly.  Specifically, heap
1698           timestamps are now refreshed before a merge.
1700 2005-12-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1702         * src/sp-conn-end.cpp, src/connector-context.cpp: Have connectors
1703           draw to the correct position on shape bounding boxes.  Previously
1704           the point where connectors were drawn was on straight line between
1705           the two endpoints.  These points now lie on the line between the 
1706           second last point on the polyline and the center of the shape.
1707           
1708         * src/display/curve.cpp, src/display/curve.hpp: Added a couple of 
1709           functions that return the second and second-last points in a curve.
1711         * src/removeoverlap/generate-constraints.cpp: Moved the 
1712           #include "isnan.h" to be the final include.  This fixes a
1713           compilation error on OS X.
1715 2005-12-16  Carl Hetherington  <inkscape@carlh.net>
1717         * src/conn-avoid-ref.cpp, sp-conn-end-pair.cpp, sp-conn-end.cpp,
1718         sp-item.cpp, sp-shape.cpp, dialogs/clonetiler.cpp,
1719         dialogs/stroke-style.cpp, dialogs/tiledialog.cpp,
1720         dialogs/unclump.cpp, display/nr-arena-shape.cpp,
1721         display/nr-arena-shape.h, widgets/icon.cpp: more NRRect removal.
1723         * src/desktop.cpp, src/desktop.h, src/dyna-draw-context.cpp,
1724         src/selection-chemistry.cpp, src/sp-namedview.cpp, src/verbs.cpp,
1725         src/display/sp-canvas.cpp, src/display/sp-canvas.h,
1726         src/ui/view/edit-widget.cpp, src/ui/widget/zoom-status.cpp,
1727         src/widgets/desktop-widget.cpp: more NRRect removals and cleanups.
1729         * src/grid-snapper.cpp: snap only to visible grid lines (patch
1730         from mtou).
1732 2005-12-15  Carl Hetherington  <inkscape@carlh.net>
1734         * src/conn-avoid-ref.cpp, src/gradient-chemistry.cpp,
1735         src/sp-conn-end.cpp, src/sp-item.{cpp,h}: NR::Rect version of
1736         sp_item_invoke_bbox (SPItem::invokeBbox).  Use it in some places.
1738 2005-12-14  Carl Hetherington  <inkscape@carlh.net>
1740         * src/dyna-draw-context.cpp, src/gradient-context.cpp,
1741         src/selection.h, src/sp-flowtext.cpp, src/sp-item.cpp,
1742         src/sp-item.h, src/sp-shape.cpp, src/sp-text.cpp,
1743         src/dialogs/layer-properties.cpp,
1744         src/extension/internal/bluredge.cpp,
1745         src/extension/internal/grid.cpp, src/ui/dialog/transformation.cpp,
1746         src/widgets/desktop-widget.cpp: remove NRMatrix version of
1747         sp_item_i2d_affine().  Some include file adjustments.
1749         * src/arc-context.cpp: some very minor cleanups.
1751         * src/svg/svg-length.{cpp,h}, src/helper/units.cpp: use INCH
1752         rather than IN to avoid breaking the compile on some systems.
1754 2005-12-13  Carl Hetherington  <inkscape@carlh.net>
1756         * src/arc-context.cpp, src/connector-context.cpp,
1757         src/context-fns.cpp, src/desktop-affine.cpp, src/desktop-affine.h,
1758         src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
1759         src/draw-anchor.cpp src/dropper-context.cpp,
1760         src/dyna-draw-context.cpp, src/event-context.cpp
1761         src/gradient-context.cpp, src/knot.cpp, src/node-context.cpp,
1762         src/object-snapper.cpp src/pen-context.cpp,
1763         src/pencil-context.cpp, src/rect-context.cpp
1764         src/select-context.cpp, src/selection-chemistry.cpp,
1765         src/sp-item.cpp, src/sp-item.h src/spiral-context.cpp,
1766         src/star-context.cpp, src/text-context.cpp src/zoom-context.cpp,
1767         src/ui/widget/ruler.cpp: make desktop's transforms private
1768         members.
1770         * src/document.cpp, src/object-edit.cpp, src/sp-ellipse.cpp,
1771         src/sp-ellipse.h, src/sp-gradient.cpp, src/sp-image.cpp,
1772         src/sp-image.h, src/sp-line.cpp, src/sp-line.h,
1773         src/sp-linear-gradient.h, src/sp-marker.cpp, src/sp-marker.h,
1774         src/sp-pattern.cpp, src/sp-pattern.h, src/sp-radial-gradient.h,
1775         src/sp-rect.cpp, src/sp-rect.h, src/sp-root.cpp, src/sp-root.h,
1776         src/sp-star.cpp, src/sp-symbol.h, src/sp-text.cpp,
1777         src/sp-textpath.h, src/sp-tspan.cpp, src/sp-use.cpp, src/sp-use.h,
1778         src/text-tag-attributes.h, src/helper/units.cpp,
1779         src/helper/units.h, src/libnrtype/Layout-TNG-Compute.cpp,
1780         src/libnrtype/Layout-TNG-Input.cpp,
1781         src/libnrtype/Layout-TNG-OutIter.cpp,
1782         src/libnrtype/Layout-TNG-Output.cpp, src/libnrtype/Layout-TNG.h,
1783         src/libnrtype/TextWrapper.cpp, src/svg/svg-length.cpp,
1784         src/svg/svg.h: partial C++-ificiation of SPSVGLength.  Rename it
1785         to SVGLength.
1787 2005-12-13  Mathieu Dimanche <mdimanche@free.fr>
1789         * src/snapped-point.{cpp,h} : new files.
1791         * src/Makefile_insert : Added the new files
1793         * src/arc-context.cpp, src/connector-context.cpp,
1794         src/context-fns.cpp, src/draw-context.cpp, src/nodepath.cpp,
1795         src/object-edit.cpp, src/pencil-context.cpp,
1796         src/selection-chemistry.cpp, src/seltrans.cpp, src/snap.cpp,
1797         src/spiral-context.cpp, src/star-context.cpp,
1798         src/line-snapper.cpp, src/line-snapper.h, src/object-snapper.cpp,
1799         src/object-snapper.h src/snapper.cpp, src/snapper.h,
1800         src/event-context.cpp, src/rect-context.cpp,
1801         src/select-context.cpp : Use SnappedPoint class
1803         * src/color-rgba.h : Added rgba32 unsigned int handling and
1804         "inverse" members (NEED TO BE TESTED)
1806 2005-12-12  MenTaLguY  <mental@rydia.net>
1808         * src/widgets/desktop-widget.cpp: moved some widgets into statusbar
1809           widget for more aesthetic appearance
1811 2005-12-12  Carl Hetherington <inkscape@carlh.net>
1813         * src/arc-context.cpp: minor cleanups.  Use SnapManager more.  Use
1814         Inkscape::setup_for_drag_start.
1816         * src/connector-context.cpp, src/draw-context.cpp,
1817         src/object-edit.cpp, src/pencil-context.cpp, src/rect-context.cpp,
1818         src/spiral-context.cpp, src/star-context.cpp: use SnapManager.
1820         * src/rect-context.cpp, src/spiral-context.cpp,
1821         src/star-context.cpp: use Inkscape::setup_for_drag_start().
1823         * src/snapper.{cpp,h}: simplify snap point types code.
1825         * src/context-fns.{cpp,h}: add setup_for_drag_start().
1827         * src/dyna-draw-context.cpp: remove unused and erroneous snapping code.
1829         * src/pen-context.cpp: remove unused variable.
1831         * src/draw-context.cpp: use SnapManager.
1833         * src/nodepath.cpp: const fixes.  Use SnapManager.
1835         * src/selection-chemistry.cpp, src/seltrans.cpp: some cleanups.
1836         Use new snap API.
1838         * src/snap.{cpp,h}: remove some dead code.
1840         * src/sp-item.{cpp,h}, src/node-context.cpp, src/draw-context.cpp:
1841         remove an unnecessary parameter from sp_item_dt2i_affine().
1843 2005-12-09  Carl Hetherington <inkscape@carlh.net>
1845         * src/object-snapper.cpp: make node snapping work again.
1847         * src/star-context.cpp: use SnapManager.  Some other minor cleanups.
1849         * src/arc-context.cpp, src/connector-context.cpp,
1850         src/dyna-draw-context.cpp, src/pen-context.cpp,
1851         src/pencil-context.cpp, src/rect-context.cpp,
1852         src/selection-chemistry.cpp, src/spiral-context.cpp,
1853         src/star-context.cpp, src/text-context.cpp: use
1854         Inkscape::have_viable_layer.
1856         * src/context-fns.{cpp,h}: new files.
1858         * src/arc-context.cpp, src/context-fns.{cpp,h},
1859         src/rect-context.cpp: abstract common code into context-fns and
1860         clean it up a bit.
1862 2005-12-08  Carl Hetherington <inkscape@carlh.net>
1864         * src/grid-snapper.cpp, src/guide-snapper.cpp, src/line-snapper.h:
1865         coding style.  Change how lines are defined.
1867         * src/grid-snapper.h, src/guide-snapper.h: coding style.
1869         * src/line-snapper.cpp, src/object-snapper.{cpp,h}: Coding style.
1870         Various cleanups.  Small API changes.
1872         * src/snap.cpp: changes to Snapper API.  Added work-in-progress SnapManager.
1874         * src/snapper.{cpp,h}: API cleanups.
1876         * src/sp-namedview.{cpp,h}: added getSnappers().
1878         * src/seltrans.cpp: Cleanup and fix moveTo().  Go back to snapping
1879         to snap points rather than the convex hull, at least for a bit.
1881 2005-12-07  Carl Hetherington <inkscape@carlh.net>
1883         * src/libnr/nr-convex-hull.h: remove unnecessary includes.
1885         * src/line-snapper.{cpp,h}, src/object-snapper.{cpp,h},
1886         src/attributes.{cpp,h}, src/desktop.cpp, src/dyna-draw-context.cpp
1887         src/arc-context.cpp, src/grid-snapper.h, src/nodepath.cpp,
1888         src/rect-context.cpp, src/selection-chemistry.cpp,
1889         src/seltrans.cpp, src/snap.{cpp,h}, src/snapper.{cpp,h},
1890         src/sp-namedview.{cpp,h}, src/spiral-context.cpp,
1891         src/star-context.cpp, src/dialogs/desktop-properties.{cpp,h},
1892         src/Makefile_insert: first cut of object snapping.
1894         * src/grid-snapper.cpp, src/guide-snapper.{cpp,h}: use Inkscape namespace.
1896 2005-12-06  Carl Hetherington <inkscape@carlh.net>
1898         * src/libnr/nr-maybe.h: add missing public: to class IsNot.
1900         * src/splivarot.{cpp,h}: declare some more functions.  Fix
1901         get_nearest_position_on_Path to not crash if you call it with an
1902         Item that isn't Shape or Text.
1904         * src/node-context.cpp: adapt for changes in splivarot.{cpp,h}.
1906         * src/nodepath.cpp: remove declaration of a function now declared
1907         in splivarot.h.
1909 2005-12-05  Carl Hetherington <inkscape@carlh.net>
1911         * src/desktop.cpp, src/tools-switch.cpp,
1912         src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp:
1913         re-jig #includes slightly.
1915         * src/seltrans.{cpp,h}, src/selcue.{cpp,h}: C++-ification and cleanup.
1917         * src/select-context.{cpp,h}, src/seltrans-handles.h: adapt for
1918         changes to SelTrans.
1920         * src/event-context.{cpp,h}: adapt for changes to SelCue.
1922         * src/rect-context.cpp, src/gradient-context.cpp: remove unnecessary include.
1924         * src/connector-context.h, src/draw-context.h: add a forward
1925         declaration.
1927         * src/dropper-context.{cpp,h}: remove an unused variable and its
1928         associated includes.
1930         * src/main.cpp: fix comment for renamed SPSelCue.
1932         * src/dialogs/display-settings.cpp: adapt for slightly re-jigged SelCue.
1934 2005-12-04  Ted Gould  <ted@gould.cx>
1936         * po/POTFILES.in:
1938         Adding the .inx files as [type: gettext/xml] so that they will get
1939         translated.  Good stuff.
1941         * share/extensions/addnodes.inx, share/extensions/ai_input.inx,
1942         share/extensions/ai_output.inx, share/extensions/bluredge.inx,
1943         share/extensions/dia.inx, share/extensions/dots.inx,
1944         share/extensions/dropshadow.inx, share/extensions/dxf_input.inx,
1945         share/extensions/dxf_output.inx, share/extensions/embedimage.inx,
1946         share/extensions/eps_input.inx, share/extensions/epsi_output.inx,
1947         share/extensions/ffmet.inx, share/extensions/ffms.inx,
1948         share/extensions/ffset.inx, share/extensions/ffss.inx,
1949         share/extensions/gimpgrad.inx, share/extensions/grid.inx,
1950         share/extensions/handles.inx, share/extensions/interp.inx,
1951         share/extensions/kochify.inx, share/extensions/kochify_load.inx,
1952         share/extensions/lindenmayer.inx, share/extensions/motion.inx,
1953         share/extensions/pdf_output.inx, share/extensions/ps_input.inx,
1954         share/extensions/radiusrand.inx, share/extensions/randompnt.inx,
1955         share/extensions/randompos.inx, share/extensions/rtree.inx,
1956         share/extensions/sk_input.inx, share/extensions/straightseg.inx,
1957         share/extensions/summersnight.inx, share/extensions/svgz_input.inx,
1958         share/extensions/svgz_output.inx, share/extensions/txt2svg.inx,
1959         share/extensions/wavy.inx, share/extensions/whirl.inx,
1960         share/extensions/wmf_input.inx:
1962         Marking the user visible strings as translatable.
1964         * src/extension/dependency.cpp, src/extension/extension.cpp,
1965         src/extension/init.cpp, src/extension/input.cpp, src/extension/output.cpp,
1966         src/extension/parameter.cpp:
1968         Changed to handle translated .inx files.  They will find the data, and
1969         mark the right strings as translated.
1971         * src/extension/effect.cpp, src/extension/effect.h, src/interface.cpp:
1973         Changed menu handling to be push instead of pull
1975 2005-12-02  Carl Hetherington <inkscape@carlh.net>
1977         * src/dropper-context.cpp: coding style.
1978         * src/sp-namedview.cpp, src/sp-namedview.h, src/desktop.cpp: some
1979         C++-ification of SPNamedView.
1981 2005-12-01  MenTaLguY  <mental@rydia.net>
1983         * src/widgets/desktop-widget.cpp: shuffle status bar around again;
1984           add a grippie so we don't have to care about the corner of the window
1985           getting covered up
1987 2005-12-01  MenTaLguY  <mental@rydia.net>
1989         * src/widgets/icon.cpp: refactored a bit around the icon prerendering
1990           code and added a timer; also kick off the task immediately rather
1991           than waiting for the first expose event
1993 2005-12-01  MenTaLguY  <mental@rydia.net>
1995         * src/widgets/desktop-widget.cpp:
1997           moved zoom selector away from the right edge so it won't get covered
1998           by window manager decorations
2000 2005-12-01  MenTaLguY  <mental@rydia.net>
2002         * src/help.cpp, src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp:
2004           Moved creation of the splash widget into the about dialog code,
2005           and tweaked the appearance of the dialog in a lot of subtle ways
2006           -- we now use an AspectFrame to constrain the aspect ratio of the
2007           splash view, and also finally get the correct initial size for the
2008           dialog while still allowing it to be arbitrarily resized.
2010 2005-12-01  Carl Hetherington <inkscape@carlh.net>
2012         * src/sp-namedview.cpp: coding style.
2014 2005-12-01  Jon A. Cruz  <jon@joncruz.org>
2016         * src/widgets/icon.cpp: added idle calback pre-render.
2018 2005-11-30  MenTaLguY  <mental@rydia.net>
2020         * src/ui/dialog/aboutbox.cpp: make 'close' button default widget,
2021           and rename "About" tab to "_Splash"
2023 2005-11-30  Carl Hetherington <inkscape@carlh.net>
2025         * src/svg/svg-path.cpp: add missing #include of assert.h for
2026         assert()
2027         * src/dialogs/xml-tree.cpp: fix uninitialised variable
2028         warnings, move some declarations to first use, coding style fixes.
2029         * src/snap.cpp, src/snap.h, src/sp-namedview.cpp: split
2030         snap.{cpp,h} up into snapper.{cpp,h}, grid-snapper.{cpp,h},
2031         guide-snapper.{cpp,h}.  Refactor and simplify.  Add another
2032         namedview_free_snap().
2033         * src/geom.cpp, src/geom.h: cosmetic renaming.
2034         * src/pen-context.cpp: a few minor cleanups to
2035         pen_handle_button_press().  Other snapping cleanups.
2036         * src/draw-context.cpp, src/draw-context.h: split
2037         spdc_endpoint_snap_internal() into two functions.
2038         * src/pencil-context.cpp: snapping cleanups.
2039         * src/ui/widget/unit-menu.cpp: remove definition of a variable
2040         that's just been made static.
2041         
2042 2005-11-26  MenTaLguY <mental@rydia.net>
2044         * src/ui/dialog/aboutbox.cpp, src/ui/dialog/aboutbox.h:
2045           clean up and simplify About dialog; fix memory management (mostly)
2047 2005-11-25  Robert Crosbie <swingincelt@gmail.com>
2049         * replaced sp_repr_ref with direct cal to Inkscape::GC::anchor
2050         * replaced sp_repr_unref with direct call to Inkscape::GC::release
2051         * replaced sp_repr_set_attr with direct call to repr->setAttribute
2053 2005-11-24  MenTaLguY  <mental@rydia.net>
2055         * src/shortcuts.cpp, src/interface.cpp: prune back shortcuts API in
2056           preparation for configurable key bindings work
2058 2005-11-24  MenTaLguY  <mental@rydia.net>
2060         * src/sp-item.cpp: remedy erroneous initialization of doubles with NULL
2062 2005-11-24  MenTaLguY  <mental@rydia.net>
2064         * src/seltrans.cpp: prune dead wood (sp_sel_trans_handle_click)
2066 2005-11-24  MenTaLguY  <mental@rydia.net>
2068         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
2069           src/display/canvas-grid.cpp, src/display/guideline.cpp,
2070           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
2071           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
2072           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
2073           
2074           cosmetic renaming
2076 2005-11-23  Robert Crosbie <swingincelt@gmail.com>
2078         * replaced sp_repr_change_order with direct cal to repr->changeOrder
2079         * replaced sp_repr_add_child with direct call to repr->addChild
2080         * replaced sp_repr_remove_child with direct call to repr->removeChild
2082 2005-11-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2084         * src/ui/dialog/align-and-distribute.h, src/ui/dialog/align-and-distribute.cpp:
2085           Add new action ActionRemoveOverlaps, and add new button & two spin buttons
2086           to the Align & Distribute dialog box, to remove overlaps between objects.
2087         * configure.ac: New directory src/removeoverlap.
2088         * src/Makefile.am: Build new library removeoverlap/libremoveoverlap.a.
2089         * src/Makefile_insert: Link against new library removeoverlap/libremoveoverlap.a.
2091 2005-11-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2093         * packaging/osx-app.sh, packaging/macosx/Resources/bin/inkscape:
2094           Include some missing modules required by gnome-vfs and set shell
2095           variables to point to these modules within the OS X app bundle.
2096           Fixes bug #1363390.
2098 2005-11-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2100         * packaging/osx-app.sh: Fix a typo resulting from last change.
2102 2005-11-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2104         * packaging/osx-app.sh: Add libXinerama.1.dylib to the app bundle 
2105           since users of OS X 10.3.x will not have this file.
2107 2005-11-12  Jon Phillips <jon@rejon.org>
2109         * po/it.po po/sr.po po/sr@Latn.po: Fixed these po files so that 
2110         Inkscape builds okay.
2113 2005-11-12  Ralf Stephan <ralf@ark.in-berlin.de>
2115         * src/ui/view/edit-widget.h, src/ui/view/edit-widget.cpp:
2116           new-gui: made complete statusbar widget, equals old-gui now
2117         * src/widgets/layer-selector.h, src/ui/widget/selected-style.h:
2118           classes have now a constructor with default parameter
2119         * src/ui/widget/zoom-status.cpp: smaller font
2121 2005-11-12  MenTaLguY  <mental@rydia.net>
2123         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
2124           src/display/canvas-grid.cpp, src/display/guideline.cpp,
2125           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
2126           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
2127           src/display/sp-canvas.cpp, src/display/sp-canvas.h,
2128           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
2130           Refactor canvas buffer code a little.   Hint: if you have two flags
2131           and an invariant that one will be false if the other is true and
2132           vice-versa, you can represent them with a single flag.  Fixed
2133           cut-and-paste madness between sp_canvas_buf_ensure_buf and
2134           sp_canvas_clear_buf also.  Finally, renamed sp_canvas_buf_ensure_buf
2135           to sp_canvas_prepare_buf.
2137 2005-11-09  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2139         * src/sp-item.cpp: Call updateRepr before emitting the transformed
2140           signal in sp_item_write_transform.  This fixes bug #1303423.
2142         * packaging/osx-app.sh: Fixes to allow building app bundles on both
2143           OS X 10.4 and earlier versions of the OS without altering the script.
2144           Also, add a note that Inkscape needs to be configured with
2145           --enable-osxapp when building the OS X package.
2147         * po/nl.po: Fix an "Unmatched closing </b>" warning.
2149 2005-11-08  Ralf Stephan <ralf@ark.in-berlin.de>
2151         merged with branch CXXIFICATION_VIEW_AND_WIDGET
2152         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/event-context.cpp,
2153           src/file.cpp, gradient-context.cpp, src/inkscape.cpp, src/interface.cpp,
2154           src/rect-context.cpp, src/select-context.cpp, src/seltrans.cpp,
2155           src/sp-namedview.cpp, src/spiral-context.cpp, src/star-context.cpp,
2156           src/verbs.cpp, dialogs/dialog-events.cpp, src/dialogs/layer-properties.cpp,
2157           src/ui/dialog/dialog.cpp, src/widgets/desktop-widget.cpp,
2158           src/widgets/desktop-widget.h:
2159           move gtk code into desktop-widget.cpp, called via desktop
2160         * src/ui/view/Makefile_insert: added files edit-widget-interface.h,
2161           edit-widget.cpp, edit-widget.h
2162           the EditWidget is the Gtkmm version of the SPDesktopWidget
2163         * src/ui/widget/Makefile_insert: added files ruler.cpp, ruler.h,
2164           svg-canvas.cpp, svg-canvas.h, zoom-status.cpp, zoom-status.h
2165           these are widgets part of the EditWidget
2166         * src/file.cpp, src/inkscape.cpp, src/ui/dialog/dialog.cpp, 
2167           src/ui/dialog/dialog.h, src/application/application.h, 
2168           src/application/application.cpp:
2169           divide code /wrt Application::getNewGui(): if true, it's called by the 
2170           Gtkmm application and the inkscape object is meaningless
2171         * src/application/app-prototype.h:
2172           replace UI specific return value of getWindow() with void*
2173         * src/application/editor.cpp, src/application/editor.h:
2174           made Editor a singleton, collect global UI code here that (for Gtk+)
2175           lives in inkscape.cpp and elsewhere
2176         * src/desktop-events.cpp, src/desktop.cpp, src/event-context.cpp,
2177           src/nodepath.cpp, src/seltrans.cpp:
2178           simplify calls to desktop->set_coordinate_status
2179         * src/desktop-handles.cpp, src/desktop-handles.h, 
2180           src/extension/internal/ps.cpp, src/widgets/gradient-toolbar.cpp, 
2181           src/widgets/toolbox.cpp:
2182           widget is no longer available through desktop
2183         * src/Makefile_insert: added files preferences.h preferences.cpp
2184           src/inkscape.h, src/inkscape.cpp, src/application/editor.cpp:
2185           move preferences handling into preferences.cpp/h
2186         * src/desktop.cpp, src/desktop.h:
2187           use EditWidgetInterface, more cosmetics
2188         * src/desktop.cpp, src/inkview.cpp, src/slideshow.cpp, src/svg-view-widget.cpp,
2189           src/svg-view.cpp, src/svg-view.h, src/ui/view/view.cpp, src/ui/view/view.h:
2190           streamline setDoc()/setDocument() logic
2191         * src/inkview.cpp: include empty func bodies to make linker happy
2193 2005-11-08 ------------0.43
2195 2005-11-06  Ted Gould  <ted@gould.cx>
2197         * 0.43pre2
2199 2005-11-01  Jon A. Cruz  <jon@joncruz.org>
2201         * src/io/base64stream.h, src/io/base64stream.cpp:
2202           Applied modified patch 1341198.
2204 2005-10-31  Jon A. Cruz  <jon@joncruz.org>
2206         * src/verbs.cpp:
2207           Applied patch from RFE 1247694.
2209 2005-10-26  Jon A. Cruz  <jon@joncruz.org>
2211         * share/screens/about.svg:
2212           Trimmed bad lines. Fixed bug 1310742.
2214 2005-10-24  Ted Gould  <ted@gould.cx>
2216         * 0.43pre1
2218 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
2220         * Makefile.mingw, src/io/sys.cpp:
2221           Patch 1334818.
2223 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
2225         * src/main.cpp, src/io/sys.cpp:
2226           Updating Win32 parameter filename handling.
2228 2005-10-22  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2230         * src/connector-context.cpp: Correct two typos.  Fixes bug #1333915.
2232 2005-10-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2234         * src/connector-context.cpp: Fix a bug where undoing creation of 
2235           new connectors revealed intermediate steps.
2237         * src/libavoid/connector.cpp, src/libavoid/connector.h,
2238           src/libavoid/makepath.cpp, src/libavoid/static.cpp:
2239           Applied a couple of libavoid fixes.  One of which addresses
2240           a possible crash bug.
2242 2005-10-19  Ted Gould  <ted@gould.cx>
2244         * 0.43pre0
2246 2005-10-19  Jon A. Cruz  <jon@joncruz.org>
2248         * inkscape32-16.ico: patch 1323419
2250 2005-10-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2252         * src/conn-avoid-ref.cpp: Don't pass avoided objects to libavoid
2253           if they have the 'cloned' flag set.  Fixes bug #1328401.
2255 2005-10-17  Jon A. Cruz  <jon@joncruz.org>
2257         * src/main.cpp, src/io/sys.h, src/io/sys.cpp:
2258           Switched command-line name conversion from filename to locale.
2259           Fixes bug #1250124.
2261 2005-10-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2263         * src/sp-conn-end.cpp: Don't update the repr for the curve while 
2264           manually rerouting connector endpoints.  This speeds up undo/redo
2265           and allows responsive rerouting with the xml editor window open.
2266           Fixes bug #1315489.
2268         * po/ca.po: Fix unclosed <b> found in translations.
2269         
2270 2005-10-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2272         * src/isnan.h: Update to allow compilation on OSX 10.4.
2274         * src/connector-context.cpp, src/connector-context.h,
2275           src/tools-switch.cpp: Allow double-clicking on connectors
2276           in the selector tool to swap to the connector tool.
2278 2005-10-14  Jon A. Cruz  <jon@joncruz.org>
2280         * share/palettes/Makefile.am, share/palettes/Tango-Palette.gpl:
2281           Adding the Tango palette.
2283 2005-10-13  MenTaLguY  <mental@rydia.net>
2285         * share/screens/about.svg: New copy for about dialog; did some
2286           vector clean-up and re-enabled the coffee stains.
2288 2005-10-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2290         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h:
2291           Reroute connector lines if the object itself is moved or
2292           transformed.  Previously a routed line would not unroute if it
2293           was moved away from the blocking objects.  Fixes bug #1303493.
2295 2005-10-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2297         * packaging/macosx/Resources/script, src/path-prefix.h:
2298           Don't assume the OSX app bundle will be named "Inkscape.app".
2299           This caused things like tool icons to disappear if the app
2300           bundle was renamed, e.g., to "Inscape-0.42.2.app".
2301           Fixes bug #1289648.
2303 2005-10-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2305         * src/sp-conn-end-pair.cpp: Fix a bug where connectors could
2306           sometimes be given strange routes if there was a transform on
2307           either of the objects that the connector was attached to.
2309         * src/conn-avoid-ref.cpp, src/sp-conn-end.cpp: Add a call to
2310           sp_document_ensure_up_to_date before checking bounding boxes
2311           in response to a transform signal.  This is because some
2312           objects (e.g., text) will not give the correct bbox until its
2313           update function has been called and its internal representation
2314           has been updated.  This fixes bug #1303523.
2316         * src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
2317           Restore the Connector tool preferences tab.  Use same ordering
2318           for tools as on the toolbar.  Add the standard selection cue
2319           option to the connector tool preferences.  Fixes bug #1303360.
2321 2005-10-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2323         * packaging/osx-app.sh: Include locale files in the OSX package and
2324           a couple of minor updates for building packages on OSX 10.4.x.
2326         * packaging/macosx/Resources/bin/inkscape: Fix a problem in setting
2327           LANG to the current OSX language before launching Inkscape.
2328           With this fix, the Inkscape app bundle will obey the user's
2329           language setting in the system preferences on OSX.
2331 2005-09-30  Ralf Stephan <ralf@ark.in-berlin.de>
2333         * src/desktop.*, src/widget/desktop-widget.cpp:
2334         make empty destructor, fixes #1291009
2336 2005-09-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2338         * Info.plist.in: Associate .svgz files with Inkscape on OSX.
2339           Fixes bug #1307083.
2341 2005-09-27  MenTaLguY  <mental@rydia.net>
2343         * src/gc-anchored.h: emphasize initial refcount
2345         * src/desktop.h, src/svg-view-widget.cpp, src/ui/view/view-widget.cpp,
2346           src/ui/view/view.cpp, src/ui/view/view.h,
2347           src/widgets/desktop-widget.cpp:
2349           Move _whole_ UI::View::View hierarchy over to the garbage collector
2350           and fix anchor imbalances; you can't do this piecemeal.
2352 2005-09-23  Ben Fowler  <bpfowler@users.sourceforge.net>
2354         * autogen.sh: Cleanup error message.
2356 2005-09-20  Carl Hetherington <inkscape@carlh.net>
2358         * src/file.cpp, src/file.h, src/help.cpp: don't replace empty
2359         desktops with help files / tutorials.  Fixes 1249067.
2361 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
2363         * src/jabber_whiteboard/typedefs.h:
2364           gcc4 needs more const correctness, fixes #1294298
2366 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
2368         * src/desktop.h, src/desktop.cpp, src/interface.cpp, 
2369           src/dialogs/layer-properties.cpp, src/ui/view/view.cpp,
2370           src/widgets/desktop-widget.cpp:
2371           correcting old and new oversights, fixes #1290982
2372           
2373 2005-09-15  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2375         * src/xml/repr-util.cpp (sp_repr_set_double): Split into two
2376           functions (sp_repr_set_svg_double, sp_repr_set_css_double)
2377           according to whether or not an exponent is allowed.  Update callers.
2378           (sp_repr_set_double_default): Remove this unused function.
2380 2005-09-15  Carl Hetherington <inkscape@carlh.net>
2382         * src/object-edit.cpp: fix idiotic bug introduced in previous commit.
2384 2005-09-14  Carl Hetherington <inkscape@carlh.net>
2386         * src/knot.cpp, src/knotholder.cpp: coding style.
2388 2005-09-13  Ralf Stephan <ralf@ark.in-berlin.de>
2390         * src/desktop.h, src/desktop.cpp, src/svg-view.h, src/svg-view.cpp,
2391           src/ui/view/view.h, src/ui/view/view.cpp, src/ui/view/edit.h:
2392             View::setDocument() did not call same function in subclass
2393         * src/widgets/select-toolbar.cpp:   removed usage of SP_DT_WIDGET
2394         * src/desktop.cpp:   removed last sp_desktop_* function names
2396 2005-09-13  Carl Hetherington <inkscape@carlh.net>
2398         * src/object-edit.cpp: Add some comments.  Minor refactoring.
2399         Snap points when editing rectangles; partial fix for bug 1282399.
2401         * packaging/win32/inkscape.nsi: Correct spelling of associations
2402         and associated; fix for bug 1283916.
2404 2005-09-12  Jon A. Cruz  <jon@joncruz.org>
2406         * src/dialogs/iconpreview.cpp, src/dialogs/iconpreview.h,
2407           src/widgets/icon.cpp:
2408           Icon preview now toggles between selection or whole document.
2409           Fixes REF #1281883.
2411 2005-09-12  Ralf Stephan <ralf@ark.in-berlin.de>
2413         * src/widgets/ruler.cpp:   fixed precision problem (bug #1242995)
2415 2005-09-12  Peter Moulder  <pmoulder@bowman.csse.monash.edu.au>
2417         * src/libnrtype/Layout-TNG-Compute.cpp (Calculator::_measureUnbrokenSpan):
2418           Fix line breaking for [supposedly] non-breaking whitespace characters.
2420 2005-09-11  Ralf Stephan <ralf@ark.in-berlin.de>
2422         * po/nl.po:   replaced all instances of "verkleint" with "verkleind"
2423           (bug #1277695)
2425 2005-09-10  Jon A. Cruz  <jon@joncruz.org>
2427         * src/preferences-skeleton.h, src/dialogs/iconpreview.cpp:
2428           Made icon preview sizes configurable. Fixes REF #1281885.
2430 2005-09-08  Carl Hetherington <inkscape@carlh.net>
2432         * src/object-edit.cpp: Coding style in SPRect portion.  Add
2433         Emacs/vim mode blocks.
2435 2005-09-08  Ralf Stephan <ralf@ark.in-berlin.de>
2437         * src/desktop.cpp, src/ui/view/view.cpp:
2438           removed placement new signal construction
2439         * src/desktop.cpp:   selection is no longer anchored
2440         * src/desktop.cpp, src/desktop.h:   further cleanup
2441         * src/main.cpp:   minor changes in doxygen main page
2443 2005-09-08  MenTaLguY  <mental@rydia.net>
2445         * src/xml/document.h, src/xml/session.h, src/xml/simple-session.cpp,
2446           src/xml/simple-session.h:
2448           Add Session and Document createElementNode, createCommentNode,
2449           and createTextNode methods
2451 2005-09-06  Ralf Stephan <ralf@ark.in-berlin.de>
2453         * src/desktop-handles.h, src/desktop-handles.cpp:
2454             added macros SP_DT_MSGSTACK/NAMEDVIEW/WIDGET, moved last
2455                 macros from desktop.h
2456         * src/desktop.h src/desktop.cpp, src/sp-namedview.h, 
2457           src/sp-namedview.cpp:
2458             moved default_metric and default_unit into namedview
2459         * src/desktop.h src/desktop.cpp, src/widgets/desktop-widget.h,
2460           src/widgets/desktop-widget.cpp:
2461             moved window member into desktop widget
2462         * src/dialogs/clonetiler.cpp, src/dialogs/color-picker.cpp,
2463           src/dialogs/desktop-properties.cpp, src/dialogs/dialog-events.cpp ,
2464           src/dialogs/display-settings.cpp, src/dialogs/export.cpp,
2465           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
2466           src/dialogs/transformation.cpp, src/dropper-context.cpp,
2467           src/extension/internal/ps.cpp, src/gradient-context.cpp,
2468           src/jabber_whiteboard/callbacks.cpp,
2469           src/jabber_whiteboard/chat-handler.cpp,
2470           src/jabber_whiteboard/message-processors.cpp,
2471           src/jabber_whiteboard/message-queue.cpp,
2472           src/jabber_whiteboard/session-manager.cpp,
2473           src/path-chemistry.cpp, src/satisfied-guide-cns.cpp,
2474           src/sp-text.cpp, src/text-chemistry.cpp,
2475           src/trace/potrace/inkscape-potrace.cpp,
2476           src/trace/trace.cpp, src/ui/dialog/align-and-distribute.cpp:
2477             removed dependency on desktop.h
2478         * src/arc-context.cpp, src/desktop-events.cpp, src/inkscape.cpp,
2479           src/interface.cpp, src/nodepath.cpp, src/rect-context.cpp,
2480           src/select-context.cpp, src/seltrans.cpp, src/spiral-context.cpp,
2481           src/star-context.cpp, src/text-context.cpp, src/ui/dialog/dialog.cpp,
2482           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp:
2483             minor adaptation due to the above changes
2484         * src/ui/dialog/session-player.cpp:   didn't #include config.h
2485         
2486 2005-09-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2488         * doc/keys.html, doc/keys.xml, share/screens/keys.svg,
2489           src/shortcuts.cpp:
2490           Add keyboard shortcuts for the connector tool -- Ctrl+F2 and 'o'.
2492 2005-09-05  Ralf Stephan <ralf@ark.in-berlin.de>
2494         * src/document.cpp, src/draw-anchor.cpp, src/knotholder.cpp,
2495           src/main.cpp, src/object-ui.cpp, src/selcue.cpp,
2496           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
2497           src/sp-star.cpp, src/sp-symbol.cpp, src/sp-tspan.cpp,
2498           src/dialogs/docker.cpp, src/dialogs/extensions.cpp,
2499           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
2500           src/extension/system.cpp, src/widgets/gradient-vector.cpp,
2501           src/jabber_whiteboard/session-file-player.cpp,
2502           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
2503           src/widgets/spw-utilities.cpp, src/extension/implementation/script.cpp,
2504           src/ui/dialog/transformation.cpp, src/seltrans.h,
2505           src/widgets/sp-widget.h:
2506             removed dependency on desktop.h
2507         * src/select-context.cpp, src/tools-switch.cpp, 
2508           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
2509           src/dialogs/object-properties.cpp, src/dialogs/clonetiler.cpp:
2510             added dependencies because of above changes
2511         
2512 2005-09-04  Kees Cook  <kees@outflux.net>
2514         * TRANSLATORS, Makefile.am, src/verbs.cpp, src/help.cpp,
2515           src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp,
2516           src/menus-skeleton.h, src/ui/dialog/Makefile_insert:
2517           Implemented AboutDialog following the Gnome style.
2518         * packaging/win32/inkscape.nsi: added quotes around execution name.
2520 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
2522         * src/desktop.cpp, src/dropper-context.cpp, src/forward.h,
2523           src/interface.cpp, src/main.cpp, src/sp-anchor.cpp,
2524           src/sp-text.cpp, src/splivarot.cpp, src/svg-view-widget.cpp,
2525           src/svg-view-widget.h, src/svg-view.h, src/extension/effect.h,
2526           src/extension/implementation/plugin-link.h, 
2527           src/jabber_whiteboard/session-manager.cpp,
2528           src/ui/dialog/dialog.cpp, src/ui/view/edit.h, 
2529           src/ui/view/view-widget.cpp, src/ui/view/view-widget.h,
2530           src/ui/view/view.cpp, src/ui/view/view.h:
2531             minor edits to completely remove SPView identifier, and some
2532                 dependencies
2534 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2536         * src/sp-conn-end-pair.cpp: Fix a crash bug when undoing connectors
2537           on Linux x86 where we were calling a signal destructor.
2539         * src/io/sys.cpp: Build fix - conditionally include <glib/gstdio.h>
2540           if using glib 2.6.0 or greater, since it is not available in earlier
2541           versions.
2543 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
2545         * src/svg-view-widget.h, src/svg-view-widget.cpp, src/Makefile_insert:
2546             separated SPSVGViewWidget from SPSVGView
2547         * src/desktop.h, src/svg-view.h, src/ui/view/edit.h,
2548           src/ui/view/view-widget.h, src/ui/view/view.h,
2549           src/widgets/desktop-widget.h, src/desktop.cpp,
2550           src/svg-view.cpp, src/ui/view/view-widget.cpp,
2551           src/ui/view/view.cpp, src/widgets/desktop-widget.cpp:
2552             moved SPDesktop from GObject to C++/sigc++
2553         * src/forward.h: 
2554             removed SP_DESKTOP*, SP_SVG_VIEW* macros and dependencies
2555         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
2556             changed to sigc++ but disabled call
2557         * src/desktop-events.cpp:  removed desktop_enter_notify()
2558         * src/sp-anchor.cpp:  removed handling of mouse over/out
2559         * src/helper/action.h, src/sp-use.cpp:  added missing dependency
2560         * src/arc-context.cpp, src/desktop-affine.cpp, src/desktop-events.cpp,
2561           src/desktop-handles.cpp, src/dyna-draw-context.cpp,
2562           src/event-context.cpp, src/file.cpp, src/gradient-context.cpp,
2563           src/gradient-drag.cpp, src/help.cpp, src/inkscape.cpp,
2564           src/inkview.cpp, src/interface.cpp, src/knot.cpp,
2565           src/knotholder.cpp, src/node-context.cpp, src/nodepath.cpp,
2566           src/object-ui.cpp, src/path-chemistry.cpp, src/rect-context.cpp,
2567           src/rubberband.cpp, src/satisfied-guide-cns.cpp,
2568           src/select-context.cpp, src/selection-chemistry.cpp,
2569           src/seltrans.cpp, src/shortcuts.cpp, src/slideshow.cpp,
2570           src/sp-anchor.cpp, src/sp-flowtext.cpp, src/sp-namedview.cpp,
2571           src/sp-text.cpp, src/spiral-context.cpp, src/splivarot.cpp,
2572           src/star-context.cpp, src/text-context.cpp, src/text-editing.cpp,
2573           src/tools-switch.cpp, src/verbs.cpp, src/zoom-context.cpp,
2574           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
2575           src/dialogs/dialog-events.cpp, src/dialogs/export.cpp,
2576           src/dialogs/filedialog.cpp, src/dialogs/iconpreview.cpp,
2577           src/dialogs/layer-properties.cpp, src/dialogs/stroke-style.cpp,
2578           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp,
2579           src/extension/effect.cpp, src/extension/implementation/script.cpp,
2580           src/extension/internal/grid.cpp, src/extension/internal/ps.cpp,
2581           src/helper/window.cpp, src/ui/dialog/dialog.cpp,
2582           src/ui/widget/imageicon.cpp, src/widgets/gradient-toolbar.cpp,
2583           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
2584           src/widgets/toolbox.cpp:
2585             minor adaptations due to the above changes
2586         * src/desktop-events.h:  removed dependencies 
2587         * src/selection.cpp:  improved doxygen documentation
2588         
2589 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2591         * src/connector-context.cpp: Fix a bug where a data structure was
2592           not being freed, triggering an assertion failure and Inkscape to
2593           crash sometimes when the connector tool context was switched.
2595 2005-09-03  Aaron Spike <aaron@ekips.org>
2597         * src/node-context.cpp, src/livarot.cpp: Fixing a problem where node
2598           adding and curve dragging operate on fills. A special thank you to
2599           Simon Budig of GIMP fame for working with me and giving very 
2600           thorough explanations of his curve dragging code.
2602 2005-09-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2604         * src/libavoid/connector.cpp, src/libavoid/connector.h: Autoroute
2605           connectors while they are being drawn in the connector context.
2607         * src/sp-conn-end.cpp: Fix a bug where connectors attached to shapes
2608           were not always getting updated.  Their path was sometimes thought
2609           to be valid even when it was not.
2611 2005-09-02  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2613         * src/sp-conn-end.cpp: Fix a bug where connectors not attached to
2614           shapes were not updating correctly if an object was dropped on
2615           their path.
2617 2005-09-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2619         * src/sp-conn-end.cpp, src/sp-conn-end.h, src/sp-conn-end-pair.cpp,
2620           src/sp-conn-end-pair.h, src/sp-path.cpp, src/libavoid/graph.cpp,
2621           src/libavoid/incremental.cpp:
2623         Connectors now automagically reroute as a result of any 'avoided'
2624         object being placed on their path.  They also update to better
2625         paths when blocking shapes are removed.
2626          
2627         * src/connector-context.cpp: Update TODO list.  Only show endpoints
2628           and allow manipulation of paths marked as connectors.
2630         * src/libavoid/connector.cpp, src/libavoid/connector.h: Connectors
2631           with invalid paths can now notify other code via a callback,
2632           rather than just setting a boolean flag.
2634         * src/conn-avoid-ref.cpp: Fix an obscure crash bug in the connector
2635           routing code where we were still using a freed data structure.
2637 2005-08-31  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2639         * src/conn-avoid-ref.cpp, src/conn-avoid-ref.h: Use the correct
2640           coordinate system when passing shape geometry to libavoid.
2641           Add a small amount of buffer space around objects.
2642         
2643         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
2644           src/path.cpp: Add code to handle the "inkscape:connector-type"
2645           attribute.
2647         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h: Store information
2648           about type paths, to determine whether they are connectors.  Keep
2649           a reference to the libavoid representation if necessary.  Add code
2650           to call libavoid to get a path for a connector.
2651         
2652         * src/sp-conn-end.cpp: Call the connector routing code when connector
2653           ends are moved.  Move connector endpoints rather than stretching
2654           when adjusting to draw to shape edge.
2655           
2656         * src/libavoid/connector.cpp, src/libavoid/connector.h: Make the
2657           connector references aware of their own initialisation state.
2659         * src/connector-context.cpp:  Update TODO list.  Update for other
2660           changes.  Fix a bug where multi-segment connectors had a solid
2661           black fill while being dragged.
2663         * src/display/curve.cpp, src/display/curve.h: Add a function to 
2664           simply move the two endpoints of a curve.
2666 2005-08-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2668         * src/conn-avoid-ref.cpp, src/libavoid/connector.cpp,
2669           src/libavoid/graph.cpp, src/libavoid/makepath.cpp,
2670           src/libavoid/shape.cpp, src/libavoid/vertices.cpp,
2671           src/libavoid/vertices.h, src/libavoid/visibility.cpp:
2673         Use a better system for unique IDs within libavoid.  This properly
2674         addresses a hack in SPAvoidRef that was unsafe on amd64 machines.
2676         * configure.ac: Add the src/libavoid subdir.
2677         
2678 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2680         * src/attributes.cpp, src/connector-context.cpp, src/sp-item.cpp:
2681           Use "inkscape:connector-avoid" instead of "inkscape:avoid".
2683 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2685         * src/libavoid/timer.cpp: Remove some code assuming a fixed size for
2686           timer types.
2688 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2690         * src/connector-context.cpp: Fix a problem where the context didn't
2691           notice the current selection when it was entered.  Also, fix a 
2692           problem where connectors disappeared for a moment when an endpoint
2693           was clicked (for rerouting), but before the mouse was moved.
2695 2005-08-29      David Yip               <yipdw@rose-hulman.edu>
2697         * src/ui/dialog/whiteboard-connect.{cpp,h},
2698           src/ui/dialog/whiteboard-sharewithchat.{cpp,h}:
2699           Improved widget layout (switched to Gtk::Table)
2701         * src/jabber_whiteboard/session-manager.cpp:
2702           Fixed crash that occurred when connecting via SSL to a Jabber
2703           server that does not support SSL
2704           
2705 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2707         * src/Makefile_insert, src/attributes-test.cpp, src/attributes.cpp,
2708           src/attributes.h, src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
2709           src/forward.h, src/sp-item.cpp, src/sp-item.h:
2710          
2711           Add code that handles the "inkscape:avoid" attribute, used to mark
2712           whether an item should be avoided for the purposes of routing
2713           connectors.  This code also calls libavoid when an 'avoided'
2714           item is moved/transformed.
2715         
2716         * src/connector-context.cpp, src/connector-context.h,
2717           src/widgets/toolbox.cpp:
2718           
2719           Add a couple of buttons to the connector context's toolbar to
2720           allow selected objects to be marked as avoided or ignored for the
2721           purpose of connector routing.
2722           
2723         * src/libavoid/debug.h, src/libavoid/geomtypes.h, 
2724           src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
2725           src/libavoid/shape.cpp:
2726         
2727           Misc fixes: turn off debugging output, put types in the Avoid
2728           namespace, and add an assertion for a special case that can
2729           cause problems.
2731 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2733         * share/icons/icons.svg: Add a couple of icons for the connector
2734           context toolbar.
2736 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2738         * src/Makefile.am, src/Makefile_insert, src/libavoid/*:
2739           Add libavoid code, the library that does all the path planning
2740           work for autorouting connectors.
2742 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2744         * src/Makefile_insert: Remove a reference to the previously moved
2745           src/desktop-widget.h.  This wasn't breaking the build, but was
2746           stopping me from generating tags files.
2747           
2748 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
2750         * src/ui/view/edit.h, src/ui/view/view.h, src/ui/view/view.cpp,
2751           src/ui/view/view-widget.h, src/ui/view/view-widget.cpp,
2752           src/widgets/desktop-widget.h, src/svg-view.h, src/desktop.cpp:
2753             separated SPViewWidget from SPView
2754         * src/connector-context.cpp, src/dyna-draw-context.cpp,
2755           src/file.cpp, src/gradient-context.cpp, src/knot.cpp,
2756           src/node-context.cpp, src/nodepath.cpp, src/path-chemistry.cpp,
2757           src/pen-context.cpp, src/pencil-context.cpp, src/rect-context.cpp,
2758           src/selection-chemistry.cpp, src/spiral-context.cpp,
2759           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
2760           src/text-context.cpp, src/verbs.cpp, src/dialogs/display-settings.cpp,
2761           src/dialogs/layer-properties.cpp, src/dialogs/find.cpp,
2762           src/dialogs/clonetiler.cpp, src/trace/trace.cpp,
2763           src/trace/potrace/inkscape-potrace.cpp:
2764             all these files relied on a dependency in view.h to include
2765           code for MessageStack and/or MessageContext which is now removed
2766         * dialogs/desktop-properties.cpp:   improved doxygen documentation
2767         
2768 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
2770         * src/desktop.cpp, src/widgets/desktop-widget.h, 
2771           src/widgets/desktop-widget.cpp: 
2772           abstracted out all Gtk+ calls from SPDesktop into SPDesktopWidget
2773         * src/Doxyfile, src/main.cpp, src/desktop.cpp:
2774           improved doxygen documentation
2775           
2776 2005-08-25  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2778         * src/connector-context.cpp, src/connector-context.h:
2779           Change the connector context to use Inkscape's standard selection
2780           mechanism.  Show connector endpoint handles for single connectors
2781           in the selection.  This is the proposed interaction changes as
2782           discussed on the mailing list.  See the post there for a greater
2783           description of the change.
2785 2005-08-24  Ralf Stephan <ralf@ark.in-berlin.de>
2787         * src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
2788           separated SPDesktopWidget from SPDesktop
2789         * src/desktop-widget.h:   removed
2790         * src/toolbox.cpp, src/toolbox.h, src/select-toolbar.cpp,
2791           src/select-toolbar.h, src/gradient-toolbar.cpp, 
2792           src/gradient-toolbar.h:   moved into src/widgets
2793         * src/desktop.h, src/desktop.cpp, src/desktop-events.cpp,
2794           src/verbs.cpp, src/Makefile_insert, src/widgets/Makefile_insert,
2795           src/arc-context.cpp, src/dyna-draw-context.cpp,
2796           src/gradient-context.cpp, src/rect-context.cpp,
2797           src/select-context.cpp, src/spiral-context.cpp,
2798           src/star-context.cpp, src/interface.cpp, src/seltrans.cpp:
2799           adapted following SPDesktopWidget separation
2800         
2801 2005-08-24      David Yip       <yipdw@rose-hulman.edu>
2803         * src/jabber_whiteboard/session-manager.{cpp.h},
2804           src/jabber_whiteboard/callbacks.cpp,
2805           src/ui/dialog/whiteboard-connect.{cpp,h}:
2806           added support for XMPP over SSL to Inkboard
2808 2005-08-22  Ralf Stephan <ralf@ark.in-berlin.de>
2810         * src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp:
2811           both dialogs are now unresizable (bug #1237865)
2812         * src/main.cpp: enhanced doxygen main page
2814 2005-08-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2816         * packaging/osx-app.sh: Added a command line option which allows
2817           the executable and bundled dylibs to be stripped, significantly
2818           reducing the package size.
2820 2005-08-20  Ralf Stephan <ralf@ark.in-berlin.de>
2822         * src/desktop-style.cpp: fixed bug 1247989: nonstroked objects are
2823           no longer counted in stroke_average_width()
2824         * src/Doxyfile: added 3 more files
2825         * src/main.cpp: introduced doc hierarchy on doxygen main page
2826         * src/desktop-style.cpp:  improved doxygen documentation
2827           
2828 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2830         * src/connector-context.cpp, src/connector-context.h:
2831           Rework connector context to extend SPEventContext instead of
2832           SPDrawContext, and remove most of the borrowed draw context
2833           code.
2835 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2837         * src/menus-skeleton.h: correct the verb for "Select All In All Layers"
2838           since it was just showing a verb error in the menu.
2840 2005-08-19  Kees Cook  <kees@outflux.net>
2842         * autogen.sh, tools-version.sh, distro: report Ubuntu correctly, detect
2843           and reject unsafe automake versions (1.9.0 -> 1.9.6).
2845 2005-08-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2847         * src/dialogs/display-settings.cpp:
2848           Align the "Oversample bitmaps" option in the preferences
2849           dialog with all the other options.
2851 2005-08-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2853         * src/Makefile_insert: Added connector-context.{cpp,h}
2855         * src/connector-context.cpp, src/connector-context.h: New code for
2856           the connector context.  Handles the interaction of creating and
2857           modifying connectors.
2859         * src/sp-conn-end.cpp, src/sp-conn-end.h: Added sp_conn_adjust_path
2860           for adjusting the path of connectors to the edge of shapes, and
2861           sp_conn_end_detach to detach a connector endpoint from a shape.
2862           Also, when there is only a single shape attached to a connector
2863           and it is moved, then reroute the connector leaving its unattached
2864           endpoint where it is, rather than just moving the whole thing with
2865           the shape.
2867         * src/preferences-skeleton.h, src/toolbox.cpp, src/tools-switch.cpp,
2868           src/tools-switch.h, src/verbs.cpp, src/verbs.h,
2869           src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
2871           Enable the connector context.  Give it a preferences tab, toolbox,
2872           icon, etc.  Also, correct some vim modelines.
2873           
2874         * src/display/sp-canvas.cpp: Allow enter and leave events to be generated
2875           for canvas items when mouse buttons are depressed.
2877         * src/pixmaps/cursor-connector.xpm: A cursor for connector context.
2879 2005-08-18  Jon A. Cruz  <jon@joncruz.org>
2881         * src/knot.cpp: Corrected type conflict for crash bugs.
2883 2005-08-18  Ralf Stephan <ralf@ark.in-berlin.de>
2885         * src/Doxyfile: added 4 more files
2886         * src/extension/implementation/plugin-link.h,
2887           src/extension/internal/gimpgrad.cpp:  improved doxygen documentation
2888           
2889 2005-08-16  Ralf Stephan <ralf@ark.in-berlin.de>
2891         * src/desktop.h, src/desktop.cpp: replaced gboolean with bool
2892         * src/display/curve.cpp: made is_moveto() inline
2893         * src/knot.cpp, src/extension/extension.cpp, src/helper/action.cpp:
2894           added editor footer
2895         * src/desktop.h, src/desktop.cpp, src/knot.cpp, src/sp-gradient.cpp,
2896           src/display/curve.cpp, src/extension/extension.cpp,
2897           src/extension/implementation/plugin.h, 
2898           src/extension/implementation/plugin.cpp,
2899           src/extension/internal/gimpgrad.cpp, src/helper/action.cpp:
2900           improved doxygen documentation
2902 2005-08-14  MenTaLguY  <mental@rydia.net>
2904         * src/widgets/layer-selector.cpp: quick fix for crash bug when
2905           deleting unnamed layer [bug 1255843]
2907 2005-08-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2908         
2909         * packaging/macosx/ScriptExec/main.c: Allow the user to ignore the
2910           automatic fixing of the fontconfig problem and fix the problem
2911           manually.  Don't pop up the dialog again in this case when they
2912           relaunch Inkscape.
2914 2005-08-13  Ralf Stephan <ralf@ark.in-berlin.de>
2916         * src/menus-skeleton.h: fixed cvs bug where, in the default menus.xml, 
2917           given submenus didn't have correct names, so translation on 
2918           non-English systems was missed.
2919         
2920 2005-08-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2922         * packaging/macosx/Resources/script, packaging/macosx/ScriptExec/main.c:
2924         Fix for the fontconfig cache problem on OS X 10.4.  The first time 
2925         Inkscape is launched on 10.4 machines, after checking X11 is available,
2926         a dialog is brought up informing users of the fontconfig problem.  The
2927         dialog has a button to run fc-cache as root.  If chosen, an OS X
2928         authentication dialog in launched and fc-cache is run following the
2929         authentication.  A file is stored in ~/.inkscape to mark that fc-cache
2930         has been run.
2931         
2932 2005-08-11  Ralf Stephan <ralf@ark.in-berlin.de>
2934         * src/sp-gradient.cpp,src/sp-gradient-fns.h,src/event-context.h,
2935           src/event-context.cpp:  replaced gboolean with bool
2936         * src/document-undo.cpp:  added editor footer
2937         * src/sp-gradient.cpp, src/desktop.cpp, src/document.h,
2938           src/document.cpp, src/document-undo.cpp, src/event-context.h,
2939           src/event-context.cpp, src/selection.h:
2940           improved doxygen documentation
2942 2005-08-10      David Yip       <yipdw@rose-hulman.edu>
2944         * src/Makefile_insert: added composite-undo-stack-observer.{cpp,h}
2946         * src/document.{cpp.h},
2947           src/document-undo.cpp, src/document-private.h: 
2948           added hooks for undo stack observer
2950         * src/jabber_whiteboard/Makefile_insert: added new classes
2952         * src/jabber_whiteboard/callbacks.cpp: moved document initialization actions
2953           here (not the best idea, admittedly...)
2955         * src/jabber_whiteboard/connection-establishment.cpp,
2956           src/jabber_whiteboard/session-manager.*,
2957           src/jabber_whiteboard/chat-handler.cpp: updated to work with new listeners
2959         * src/jabber_whiteboard/message-contexts.cpp,
2960           src/jabber_whiteboard/message-handler.*,
2961           src/jabber_whiteboard/message-tags.*,
2962           src/jabber_whiteboard/defines.h: new message types (TODO: trim out dead
2963           types)
2965         * src/jabber_whiteboard/message-queue.*,
2966         * src/jabber_whiteboard/message-node.h: made MessageNode capable of
2967           representing more message types, as required by callbacks.cpp
2968           and new commit model
2970         * src/jabber_whiteboard/message-utilities.*: new utilities, although
2971           this entire class should be going bye-bye soon (its main tasks have been
2972           taken over by SerializerNodeObserver)
2974         * src/jabber_whiteboard/node-tracker.*: removal of node-level locks
2976         * src/jabber_whiteboard/node-utilities.*: removal of unnecessary methods;
2977           this class should also be removed soon
2979         * src/jabber_whiteboard/session-file-selector.cpp: miscellaneous tweaks
2981         * src/jabber_whiteboard/typedefs.h: new type definitions to handle the new
2982           commit model (TODO: prune unnecessary types)
2984         * src/xml/event.cpp: small hack to get Inkboard working (shouldn't be
2985           there, but I'm still learning my way around XML::Node and
2986           XML::Session...help welcome)
2988         * src/undo-stack-observer.h: interface for classes that watch undo, redo,
2989           and undo log commit events
2991         * src/composite-undo-stack-observer.*: similar to CompositeNodeObserver;
2992           combines multiple undo stack observers
2994         * src/jabber_whiteboard/serializer-node-observer.*: XML::Event serializer
2996         * src/jabber_whiteboard/deserializer.*: XML::Event deserializer
2998         * src/jabber_whiteboard/tracker-action-observer.*: simple observer to
2999           watch for added and removed nodes in undo/redo actions (put aside for
3000           now)
3002         * src/jabber_whiteboard/undo-stack-observer.*: Inkboard's undo stack
3003           observer implementation
3005 2005-08-10  Ralf Stephan <ralf@ark.in-berlin.de>
3007         * src/main.cpp: introduced doxygen doc main page with links
3009 2005-08-09  Ralf Stephan <ralf@ark.in-berlin.de>
3011         * src/Doxyfile: added 5 more files
3012         * src/display/curve.h, src/display/curve.cpp, src/knot.cpp,
3013           src/dialogs/export.cpp: replaced gboolean with bool
3014         * src/display/curve.cpp: removed sp_curve_finish() as it is nowhere 
3015           called, made sp_curve_ensure_space() static
3016         * src/sp-object.cpp, src/sp-item.cpp, src/libnr/n-art-bpath.h,
3017           src/libnr/nr-path-code.h, src/ui/view/view.cpp, src/dialogs/export.cpp,
3018           src/display/bezier-utils.cpp, src/display/curve.h,
3019           src/display/curve.cpp, src/knot.h, src/knot.cpp:
3020           improved doxygen documentation
3022 2005-08-08  MenTaLguY  <mental@rydia.net>
3024         * README.txt, README: make autotools happy
3026 2005-08-06  MenTaLguY  <mental@rydia.net>
3028         * Makefile.am, HACKING, HACKING_de, HACKING_fr, HACKING_it,
3029           HACKING.txt, HACKING.de.txt, HACKING.fr.txt, HACKING.it.txt,
3030           README, README_ca, README_de, README_fr, README_it,
3031           README.txt, README.ca.txt, README.de.txt, README.fr.txt, README.it.txt:
3033           saner filenames
3035 2005-08-06  MenTaLguY  <mental@rydia.net>
3037         * src/xml/Makefile_insert, src/xml/log-builder.cpp,
3038           src/xml/log-builder.h, src/xml/simple-session.cpp,
3039           src/xml/simple-session.h:
3041           Implement XML::LogBuilder class and use it from XML::SimpleSession.
3043 2005-08-06  MenTaLguY  <mental@rydia.net>
3045         * src/xml/event.h, src/xml/event.cpp, src/xml/event-fns.h:
3046           rejigger the way XML event logs are handled, based on NodeObservers
3048 2005-08-06  MenTaLguY  <mental@rydia.net>
3050         * src/xml/simple-session.cpp: minor formatting cleanups
3052 2005-08-06  Ted Gould <ted@gould.cx>
3054         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
3056         Adding in a hash table for Verb ID lookups.  This makes searching for them
3057         in the dynamic menus much faster.
3059 2005-08-06  Ralf Stephan <ralf@ark.in-berlin.de>
3061         * src/sp-offset.cpp: 
3062           removed a dependency, made refresh_offset_source() static
3063         * src/svg-view.cpp, src/svg-view.h, src/sp-spiral.cpp, src/sp-spiral.h: 
3064           replaced gboolean with bool
3065         * src/sp-offset.cpp, src/sp-root.cpp, src/sp-stop.h, src/sp-spiral.h,
3066           src/sp-spiral.cpp, src/svg-view.h, src/svg-view.cpp, src/style.cpp:
3067           improved doxygen documentation
3068         
3069 2005-08-05  MenTaLguY  <mental@rydia.net>
3071         * inkscape.spec.in: include translated manpages
3073 2005-08-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3075         * po/nl.po: fix a typo: close a bold tag.
3077 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
3079         * src/jabber_whiteboard/typedefs.h:
3080           fixed incorrect template specialization syntax,
3081           removed duplicate definitions (oops...)
3083         * src/gc-alloc.h:
3084           removed explicit keyword from allocator constructors, as it is
3085           necessary to allow implicit conversion for rebinding.  Some
3086           containers in the libstdc++ in GCC 3.4.x require this, such as anything
3087           using the standard library's red-black tree implementation --
3088           std::set, std::map, std::multimap
3090 2005-08-03  Ralf Stephan <ralf@ark.in-berlin.de>
3092         * src/pen-context.cpp: made sp_pen_context_root_handler static
3093         * src/snap.h: removed getSnapToBBox() declaration
3094         * src/sp-stop.h: removed three dependencies
3095         * src/Doxyfile: added further 3 files
3096         * src/object-hierarchy.cpp, src/pen-context.h, src/pen-context.cpp,
3097           src/pencil-context.h, src/pencil-context.cpp, src/snap.h, 
3098           src/snap.cpp, src/sp-stop.h, src/sp-gradient.h, src/sp-gradient.cpp,
3099           src/sp-linear-gradient.h, src/sp-radial-gradient.h:
3100           improved doxygen documentation
3102 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
3104         * src/jabber_whiteboard/Makefile_insert,
3105           src/jabber_whiteboard/message-handler.cpp,
3106           src/jabber_whiteboard/empty.cpp:
3107           fixing some build issues (Apple's ar doesn't like creating
3108           archives with an empty member list, so empty.cpp is a null
3109           placeholder to be used as the sole member in the jabber_whiteboard
3110           archive in the event that a user does not wish to enable
3111           Inkboard)
3113 2005-08-02  Bryce Harrington <bryce@bryceharrington.org>
3115         * src/ui/dialog/*.*:  Update copyrights
3117         * doc/WISHLIST:  s/Sodipodi/Inkscape/
3119         * src/desktop.cpp:  Rename SPView to Inkscape::UI::View::View
3121         * changing include file syntax from "" to <> where appropriate
3123         * Changing copyrights to be consistent
3125 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
3127         * src/menus-skeleton.h:
3128           added WITH_INKBOARD ifdef to prevent Inkboard options from being
3129           compiled into the menu skeleton if the Inkboard code is not enabled
3131 2005-08-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3133         *  src/display/curve.cpp: Correctly free an array with "delete []".
3135 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
3137         * src/jabber/whiteboard/node-tracker.cpp:
3138           removed unnecessary anchoring of XML::Nodes in XMLNodeTracker
3140 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
3142         * src/jabber_whiteboard/typedefs.h:
3143           moved back to GC::Alloc from traceable_allocator
3145         * src/jabber_whiteboard/node-tracker.cpp:
3146           fixed anchor-release problem with XML::Nodes in XMLNodeTracker
3148 2005-08-01  MenTaLguY  <mental@rydia.net>
3150         * src/gc.cpp, src/gc-core.h: Hans says it's okay to use
3151           GC_malloc_atomic_uncollectable
3153 2005-08-01  MenTaLguY  <mental@rydia.net>
3155         * src/gc-alloc.h: fix improper allocation size
3157 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
3159         * src/jabber_whiteboard/message-handler.cpp: removed some
3160           debug output
3162         * src/dialogs/whiteboard-sharewithchat.cpp: removed some excess
3163           debugging code
3165         * src/jabber_whiteboard/session-manager.cpp: removed 
3166           redundant if (x == NULL) tests surrounding delete
3168 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
3170         * src/ui/icons.cpp, src/ui/stock-items.cpp, src/ui/stock.cpp, 
3171           src/ui/stock.h:
3172           added Inkboard UI stock items
3174         * src/dialogs/whiteboard*:
3175           old C/Gtk Inkboard dialogs for collecting user input necessary
3176           to establish Jabber connections and Inkboard sessions (they're
3177           still used in some parts of the Inkboard code)
3179         * src/Makefile.am, src/Makefile_insert, src/desktop.cpp, 
3180           src/desktop.h, src/document.cpp, src/file.cpp, src/file.h,
3181           src/menus-skeleton.h, src/verbs.cpp, src/verbs.h:
3182           added necessary UI code to access Inkboard functions
3184         * src/jabber_whiteboard/Makefile_insert,
3185           src/jabber_whiteboard/buddy-list-manager.*,
3186           src/jabber_whiteboard/callbacks.*,
3187           src/jabber_whiteboard/chat-handler.*,
3188           src/jabber_whiteboard/connection-establishment.*,
3189           src/jabber_whiteboard/defines.h,
3190           src/jabber_whiteboard/error*,
3191           src/jabber_whiteboard/internal-constants.*,
3192           src/jabber_whiteboard/invitation-confirm-dialog.*,
3193           src/jabber_whiteboard/jabber-handlers.*,
3194           src/jabber_whiteboard/makefile*,
3195           src/jabber_whiteboard/message-*,
3196           src/jabber_whiteboard/node-*,
3197           src/jabber_whiteboard/received-message-helpers.cpp,
3198           src/jabber_whiteboard/player-functors.*,
3199           src/jabber_whiteboard/session-*,
3200           src/jabber_whiteboard/tracker-node.h,
3201           src/jabber_whiteboard/typedefs.h:
3202           Initial commit of Inkboard code
3203         * src/ui/dialog/session-player*,
3204           src/ui/dialog/whiteboard*:
3205           C++/Gtkmm replacements for some old C/Gtk dialogs
3206         * configure.ac:
3207           added Inkboard configure checks
3208         * src/ui/view/edit.cpp,
3209           src/ui/view/edit.h,
3210           src/ui/view/view.cpp:
3211           added Inkboard code stubs to new Gtkmm code
3212         * share/ui/menus-bars.xml:
3213           added Inkboard code stubs to menu UI XML
3215 2005-08-01  Ralf Stephan <ralf@ark.in-berlin.de>
3217         * src/sp-object.cpp: improved doxygen documentation
3219 2005-07-31  Ralf Stephan <ralf@ark.in-berlin.de>
3221         * src/nodepath.cpp: removed three dependencies
3223 2005-07-31  MenTaLguY  <mental@rydia.net>
3225         * src/sp-object.cpp, src/sp-object.h, src/sp-use.cpp:
3226           adopt more consistent refcounting policy
3228         * src/sp-object.h: make second parameter to sp_object_ref and
3229           sp_object_unref optional
3231 2005-07-30  Ralf Stephan <ralf@ark.in-berlin.de>
3233         * src/draw-anchor.cpp, src/nodepath.h: reduced dependencies
3234         * src/nodepath.cpp: removed duplicate dependency, added two from 
3235           nodepath.h, made triangle_area() inline
3236         * src/node-context.cpp: added dependency removed from nodepath.h
3237         * src/Doxyfile: added 2 further files to the scanned list
3238         * src/nodepath.h: moved function docs into nodepath.cpp
3239         * src/color.cpp: made file work with src/Doxyfile
3240         * src/color.cpp, src/draw-anchor.cpp, src/geom.cpp, src/nodepath.cpp:
3241           improved doxygen documentation
3242         * src/event-context.cpp: added a \todo
3243         * src/geom.cpp: added editor footer
3245 2005-07-30  Ted Gould  <ted@gould.cx>
3247         * src/Makefile_insert, src/inkscape.cpp, src/inkscape.h,
3248         src/interface.cpp, src/selection.cpp, src/verbs.cpp, src/verbs.h,
3249         src/extension/effect.cpp, src/extension/effect.h, src/menus-skeleton.h:
3251         Doing two things.  One, making menus configurable by an external xml file
3252         and the second is enabling sensitivity in the verbs.  These are both in
3253         pretty basic states right now, but workable.
3255 2005-07-29  MenTaLguY  <mental@rydia.net>
3257         * src/shortcuts.cpp: made Ctrl+Shift+G the "primary" ungroup shortcut
3259 2005-07-28  Carl Hetherington  <inkscape@carlh.net>
3261         * src/arc-context.cpp: CodingStyle.  Replace gboolean with bool.
3263         * src/desktop-events.cpp: CodingStyle: whitespace.  Add editor
3264         variables block.  gboolean exorcism.  Declaration-to-first-use fixes.
3265         
3267 2005-07-27  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3269         * src/style.h (SP_SCALE24_MAX): Change from 0xffffff to 0xff0000,
3270           and add documentation for choice of value.
3271           (SP_SCALE24_TO_FLOAT) Return a double instead of a float.
3272           (SP_SCALE24_FROM_FLOAT) Change rounding behaviour.
3273           These changes are intended to combat float rounding bugs on x86.
3275         * src/style.cpp (sp_style_merge_from_style_string): Use libcroco
3276           to parse style="..." attribute strings, to improve CSS parsing.
3278 2005-07-27  Ralf Stephan <ralf@ark.in-berlin.de>
3280         * src/Doxyfile: added 10 further files to the scanned list
3281         * src/gc-anchored.h, src/gc-managed.h, src/object-hierarchy.h, 
3282           src/pencil-context.h, src/selection.h, src/sp-object.h, src/sp-spiral.h, 
3283           src/svg-view.h, src/verbs.h, src/livarot/float-line.h, src/util/list.h, 
3284           src/widgets/paint-selector.h, src/xml/repr.h: 
3285           made file work with src/Doxyfile
3286         * src/livarot/int-line.h, src/livarot/float-line.h: 
3287           moved part of documentation into *.cpp file
3288         * src/gc-anchored.h, src/knot-holder-entity.h, src/nodepath.h, 
3289           src/pen-context.h, src/pencil-context.h, src/selection.h, 
3290           src/sp-gradient.h, src/sp-gradient.cpp, src/sp-item.h, src/sp-object.h, 
3291           src/sp-spiral.h, src/style.h, src/svg-view.h, src/extension/extension.h, 
3292           src/libnr/nr-matrix.h, src/livarot/int-line.h, src/livarot/int-line.cpp, 
3293           src/livarot/float-line.h, src/livarot/float-line.cpp, 
3294           src/livarot/sweep-event.h, src/livarot/sweep-event-queue.h, 
3295           src/util/list.h, src/widgets/paint-selector.h, src/xml/repr.h, 
3296           src/xml/repr.cpp: documentation improvements
3297         * src/sp-item.h: added editor footer
3299 2005-07-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3301         * src/svg/stringstream.h, src/svg/stringstream.cpp:
3302           Trim trailing zeros from after the decimal point when writing
3303           float or double to Inkscape::SVGOStringStream.
3304         * src/style-test.cpp: Update expected output accordingly.
3305         * src/svg/stringstream-test.h: New unit test.
3306         * src/Makefile.am, src/svg/Makefile_insert: Add the new unit test.
3307         * src/svg/Makefile_insert:
3308           Don't link unused ftos.cpp, but do link new file stringstream.cpp.
3310 2005-07-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3312         * share/icons/icons.svg: Add icon for connector context.
3314 2005-07-25  Ralf Stephan <ralf@ark.in-berlin.de>
3316         * src/libnr/nr-pixblock.h:  interface cleanup of NRPixBlock: size and mode
3317           are now named enums, empty is now bool, changes to function interfaces 
3318           because of that, changed C macros to C++ inline functions, changed clean 
3319           flag in some function interfaces from int to bool.
3320         * src/libnr/nr-pixblock.cpp:  adaptations due to changes in nr-pixblock.h,
3321           added assert to ...setup_extern() which remains a bit ... risky,
3322         * src/display/sp-canvas.cpp: 
3323           made sp_canvas_item_construct() static, inlined two other functions
3324         * src/svg-view.cpp: piped emit_resized through C++ façade (incomplete)
3325         * src/ui/view/view.h: removed legacyMessageContext() member
3326         * src/Doxyfile: added files, and options to collect todo and bugs
3327         * src/display/curve.cpp: moved member docs into curve.h
3328         * src/event-context.cpp: long line cosmetics, moved a function for clarity
3329         * src/sp-offset.h, src/sp-spiral.cpp, src/svg-view.cpp, 
3330           src/libnr/nr-types.h: added editor footer
3331         * src/color-rgba.h, src/draw-anchor.h, src/event-context.*, src/knot-*.h, 
3332           src/message-*.h, src/modifier-fns.h, src/nodepath.h, 
3333           src/pencil-context.cpp, src/pen-context.*, src/snap.*, src/sp-gradient.h, 
3334           src/sp-gradient-fns.h, src/sp-item.cpp, src/sp-item-notify-moveto.h, 
3335           src/sp-linear-gradient*, src/sp-offset.*, src/sp-radial-gradient*, 
3336           src/sp-spiral.cpp, src/style.cpp, src/svg-view.cpp, src/verbs.cpp, 
3337           src/dialogs/export.cpp, src/display/bezier-utils.cpp, 
3338           src/display/curve.*, src/diplay/sp-canvas.*, 
3339           src/extension/implementation/plugin*, src/extension/internal/gimpgrad.h, 
3340           src/libnr/nr-matrix.h, src/libnr/nr-matrix-scale-ops.h, 
3341           src/libnr/nr-matrix-translate-ops.h, src/libnr/nr-pixblock.*, 
3342           src/libnr/nr-point.h, src/libnr/nr-rotate.h, src/libnr/nr-rotate-fns.h, 
3343           src/libnr/nr-scale-matrix-ops.h, src/libnr/nr-types.h, 
3344           src/livarot/int-line.h, src/ui/view/view.*:
3345           
3346           made file work with src/Doxygen, doxygen documentation improvements
3348 2005-07-24  Ted Gould  <ted@gould.cx>
3350         * 0.42 Release
3352 2005-07-21  Ted Gould  <ted@gould.cx>
3354         * 0.42pre3
3356 2005-05-21  Kees Cook  <kees@outflux.net>
3358         * share/icons/*xpm, src/ui/dialog/transformation.cpp,
3359           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h:
3360           Hooked up Gtkmmified Icon manager correctly.  (bug 1217367)
3361         * Makefile.mingw, Makefile.mingw.common: patch 1241293 for build fixes
3363 2005-07-12  Ted Gould  <ted@gould.cx>
3365         * 0.42pre2
3367 2005-07-11  MenTaLguY  <mental@rydia.net>
3369         * src/debug/logger.cpp: wrap stack vector in method to avoid
3370           potential static initialization issues
3372         * src/sp-object.cpp: add refcount logging
3374 2005-07-09  MenTaLguY  <mental@rydia.net>
3376         * src/document-undo.cpp, src/inkscape.cpp, src/debug/event.h,
3377           src/debug/logger.cpp, src/debug/logger.h, src/debug/simple-event.h,
3378           src/xml/composite-node-observer.cpp, src/xml/event.cpp,
3379           src/xml/simple-node.cpp:
3381           Categorize debugging events and add the ability to filter them
3382           via setting the INKSCAPE_DEBUG_FILTER environment variable to
3383           a comma-separated list of debug event categories.
3385 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
3387         * src/interface.cpp: Spackle for Bug 1217361 "freeze on quitting 
3388         with transform dialog"
3390 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
3392         * src/interface.cpp: Whitespace changes only
3394 2005-07-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3396         * Info.plist.in, packaging/osx-app.sh, packaging/macosx/*:
3398         Changes and new files required to build an Inkscape dmg on Mac OS X.
3400 2005-07-05  Ted Gould  <ted@gould.cx>
3402         * 0.42pre1
3404 2005-07-04  MenTaLguY  <mental@rydia.net>
3406         * src/sp-metadata.cpp: strip id= attributes under rdf:RDF elements
3408 2005-07-04  MenTaLguY  <mental@rydia.net>
3410         * src/sp-object.cpp, src/xml/node-fns.h, src/xml/node-fns.cpp:
3411           don't force id= attributes on anything except elements in the SVG,
3412           Sodipodi, or Inkscape namespaces.
3414 2005-07-04  MenTaLguY  <mental@rydia.net>
3416         * src/verbs.cpp: redo cryve's fix to use defaultLabel() rather than
3417           label()
3419 2005-07-04  Bryce Harrington <bryce@bryceharrington.org>
3421         * src/livarot/float-line.cpp:  Patch from Ralf Stephan
3422         <ralf@ark.in-berlin.de> to suppress two warnings.
3423         
3424 2005-06-28  Ted Gould  <ted@gould.cx>
3426         * src/verbs.h:
3428         Changing from gnu::hash_map to std::map.  The only reason this was a
3429         hash_map before is because I was stealing code that I didn't understand,
3430         and a std::map works as well.  This fixes bug #1172199 for Tru64.
3432 2005-06-28  Ted Gould  <ted@gould.cx>
3434         * src/extension/dependency.cpp:
3436         Fix for #1169396 -- setting the default type for a dependency to file,
3437         this seems to be the only way that the print function could end up using
3438         undefined memory, and then passing it on the gettext.
3440 2005-06-28  Ted Gould  <ted@gould.cx>
3442         * src/extension/implementation/script.cpp,
3443         src/extension/implementation/script.h:
3445         Adding support for information coming back on STDERR from scripts.  This
3446         fixes bug #1220959 and RFE #1178941
3448 2005-07-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3450         * src/sp-stop.h, sp-gradient.cpp, widgets/gradient-vector.cpp:
3451           Implement currentColor as possible value for stop-color, as per spec.
3453 2005-07-02  Kees Cook  <kees@outflux.net>
3455         * src/dialog/rdf.cpp: Added FreeArt license, RFE #1230981.
3457 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
3459         * inkscape.nsi:  Fix for bug #1230744 'wrong installer language'
3460         by theadib.
3462         * src/swatches.cpp: Fix for bug #1217973.  The KDE swatches file
3463         consists of 3 column numbers (missing 4th column), and also lacks
3464         an ending newline.  In this situation, the name variable returned
3465         from trim() could be null, thus causing a segfault when used as an
3466         input to Glib::ustring.
3468         * src/sp-image.cpp: Patch for bug #1210100 by bpfowler to help
3469         narrow in on the cause of the bug.
3471         * README:  Requested change for bug #1174991.  Directions for
3472         installation of perl libs
3473         
3474 2005-07-01  Ben Fowler  <bpfowler@users.sourceforge.net>
3476         * src/desktop.cpp src/svg-view.cpp src/dialogs/display-settings.cpp 
3477         src/dialogs/export.cpp src/dialogs/find.cpp 
3478         src/extension/internal/ps.cpp: Replaced calls to gtk_widget_set_usize 
3479         with GTK2 version.
3481 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
3483         * inkscape.pod, src/main.cpp: Applying Makzu's patch to implement
3484           --vacuum-defs
3486 2005-06-28  Ted Gould  <ted@gould.cx>
3488         * 0.42pre0
3490 2005-06-23  MenTaLguY  <mental@rydia.net>
3492         * src/extension/implementation/script.cpp:
3493           support for ruby scripts (interpreter="ruby")
3495 2005-06-20  Ted Gould  <ted@gould.cx>
3497         * src/desktop.cpp, src/desktop.h, src/document-private.h,
3498         src/document.cpp, src/document.h, src/extension/effect.h,
3499         src/extension/implementation/script.cpp:
3501         Adding in a signal to show that the document is being reconstructed from
3502         another document.  This is used by the scripting extensions implementation
3503         to say to the desktops that they need to save their object references
3504         as strings instead of pointers -- and then recreate them when the
3505         reconstruction is complete.
3507         * src/extension/prefdialog.cpp: Making "OK" have focus.
3509         * src/verbs.cpp, src/verbs.h: Some prototype code to start making verbs
3510         sensitive or not.  Not tied in to anything currently.
3512 2005-06-20  MenTaLguY  <mental@rydia.net>
3514         * src/xml/repr-io.cpp: whoops... don't emit xmlns:xml
3516 2005-06-18  Richard Hughes  <cyreve@users.sourceforge.net>
3518         * src/text-context.cpp, src/text-context.h, src/libnrtype/Layout-TNG.h:
3519           implement double- and triple-clicking of text for selecting the
3520           current word and line respectively
3522 2005-06-16  MenTaLguY  <mental@rydia.net>
3524         * src/interface.cpp: removed "Go to root" context menu item
3526         * src/widgets/layer-selector.cpp: hide "(root)" unless it is the current
3527           layer
3529 2005-06-11  Aaron Spike  <aaron@ekips.org>
3531         * confiugre.ac,
3532           packaging/autopackage/default.apspec.in:
3534           Adding the autopackage specfile
3536 2005-06-10  Richard Hughes  <cyreve@users.sourceforge.net>
3538         * src/text-context.cpp:
3539           use ctrl-left/right for moving cursor by word in text mode,
3540           and ctrl-a for select all text
3542 2005-06-09  Bryce Harrington <bryce@bryceharrington.org>
3544         * src/ui/dialogs/align-and-distribute.cpp,
3545           src/ui/dialogs/align-and-distribute.h,
3546           src/verbs.cpp:
3547           Hooking up Aubanel's new align and distribute dialog
3549 2005-06-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3551         * src/text-context.cpp (sp_text_context_root_handler):
3552           Greater conformance to ISO 14755 for unicode entry.  We now
3553           implement all of the ``Basic method'' portion of that spec
3554           except for non-latin hexadecimal digits (first 6 letters of
3555           other alphabets).  (Instead, we do the same as for all other
3556           shortcuts, viz. force a group0 (latin) interpretation of the
3557           keypress.)
3559 2005-06-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3561         * src/pen-context.cpp (spdc_endpoint_snap): Pen tool: do snapping
3562           (i.e. namedview_free_snap_all_types) even for initial point.
3564         * src/Makefile.am (INCLUDES), src/extension/script/Makefile_insert
3565         (extension_script_libscript_a_CXXFLAGS):
3567           Put PERL_CFLAGS PYTHON_CFLAGS into global INCLUDES rather than
3568           using a libscript_a_CXXFLAGS var (which involved creating .o files
3569           specific to that lib).
3571 2005-06-06  Ted Gould  <ted@gould.cx>
3573         * src/extensions/effect.cpp:
3575         Adding in the code so that effects can be undoable.
3577         * src/extensions/implementation/script.[cpp,h]
3579         Adding in the code so that a new window is not displayed when an
3580         effect is executed.  Now it is in the same window (much nicer).
3582         * src/extensions/internal/latex*.[cpp,h]
3584         Patches from the mailing list to add LaTeX output.
3586 2005-06-04  MenTaLguY  <mental@rydia.net>
3588         * src/extensions/init.cpp:
3590           That tears it.  Showing the error dialog on startup goes.  I've
3591           had to respond to one too many bloody bug reports.  If we released
3592           0.42 with this too we'll drive away users permanently.  As it was,
3593           a lot of people were assuming 0.41 was broken when they saw this
3594           and reverted to 0.40.
3596 2005-05-31  MenTaLguY  <mental@rydia.net>
3598         * src/preferences-skeleton.h: disable extension error dialog on startup
3599           -- I'm sick of hearing that Inkscape is broken because people see
3600           this dialog on startup.  It makes us look bad.
3601           
3602           We're not going to repeat this for 0.42 -- find a better approach.
3604 2005-05-28  MenTaLguY  <mental@rydia.net>
3606         * src/document.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
3607           src/sp-flowtext.cpp, src/sp-object.cpp, src/sp-object.h,
3608           src/sp-path.cpp, src/sp-rect.cpp, src/sp-root.cpp, src/sp-root.h,
3609           src/sp-shape.cpp, src/version.cpp, src/version.h:
3611           propagate SVG version upwards, and move SPVersion into Inkscape
3612           namespace
3614 2005-05-24  Simarilius  <Simarilius@yahoo.com>
3616         * src/verbs.cpp, src/dialogs/tiledialog.cpp, src/dialogs/tiledialog.h,
3617         src/ui/dialogs/dialog-manager.cpp
3618         
3619         Converted the tiledialog over to the inkscape:ui:dialog class and hooked
3620         it into dialog manager
3622 2005-05-24  Ted Gould  <ted@gould.cx>
3624         * src/extension/dependency.cpp, src/extension/extension.cpp,
3625         src/extension/extension.h, src/extension/init.cpp,
3626         src/extension/implementation/script.cpp:
3628         Applying patch 1199856 which allows Inkscape to have multiple directories
3629         for extensions.  Currently those are /share/inkscape/extensions and
3630         ~/.inkscape/extensions.  The patch was written by Aaron Spike.
3632 2005-05-23  Ted Gould  <ted@gould.cx>
3634         * share/extensions/<alot>
3636         Adding in Aaron Spike's extensions so that they come with the standard
3637         build.  Lot's of useful stuff that is worth having for most users.
3639 2005-05-19  MenTaLguY  <mental@rydia.net>
3641         * src/verbs.cpp, src/ui/dialog/align-and-distribute.h,
3642           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
3643           src/ui/dialog/document-preferences.h, src/ui/dialog/export.h,
3644           src/ui/dialog/extension-editor.h, src/ui/dialog/fill-and-stroke.h,
3645           src/ui/dialog/find.h, src/ui/dialog/inkscape-preferences.h,
3646           src/ui/dialog/layer-editor.h, src/ui/dialog/messages.h,
3647           src/ui/dialog/text-properties.h, src/ui/dialog/transformation.h,
3648           src/ui/dialog/xml-editor.h, src/ui/view/edit.cpp:
3650           refactoring of the dialog manager code, introducing factory
3651           functions and a method specifically for showing a dialog
3653 2005-05-19  MenTaLguY  <mental@rydia.net>
3655         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
3657           fix layer property undo crash bugs (#1192708 and #1171704)
3659 2005-05-19  MenTaLguY  <mental@rydia.net>
3661         * src/debug/Makefile_insert, src/debug/sysv-heap.cpp,
3662           src/debug/sysv-heap.h, src/gc.cpp, src/debug/gc-heap.h,
3663           src/debug/heap.cpp:
3665           moved GC Heap statistics stuff into libdebug to ease circular
3666           dependencies
3668 2005-05-17  MenTaLguY  <mental@rydia.net>
3670         * src/ui/dialog/memory.cpp:
3672           reduce magnitude of memory jitter somewhat by avoiding some vector
3673           resizing and copying
3675 2005-05-16  MenTaLguY  <mental@rydia.net>
3677         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
3679           revised Debug::Heap API slightly
3681         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
3683           thousands separators and other niceties.  'apply' now forces a
3684           garbage collection and immediate update.
3686 2005-05-16  MenTaLguY  <mental@rydia.net>
3688         * src/ui/dialog/memory.cpp: re-use existing rows, though it doesn't
3689           seem to help memory jitter much
3691 2005-05-15  MenTaLguY  <mental@rydia.net>
3693         * src/debug/heap.cpp: fix bounds error
3695         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
3696         
3697         flesh out basic memory info dialog
3699 2005-05-15  MenTaLguY  <mental@rydia.net>
3701         * configure.ac: cleaned up tests
3703         * src/debug/heap.cpp: fixed feature macro names
3705 2005-05-15  MenTaLguY  <mental@rydia.net>
3707         * configure.ac: added tests for mallinfo and malloc.h
3709         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
3711           fix up Debug::Heap API slightly
3713 2005-05-14  MenTaLguY  <mental@rydia.net>
3715         * src/interface.cpp, src/verbs.cpp, src/verbs.h,
3716           src/ui/dialog/Makefile_insert, src/ui/dialog/dialog-manager.cpp,
3717           src/ui/dialog/dialog-manager.h, src/ui/dialog/memory.cpp,
3718           src/ui/dialog/memory.h:
3719           
3720           added skeletal memory statistics dialog
3722 2005-05-12  Juerg Billeter  <j@bitron.ch>
3724         * configure.ac: Have pkgconfig explicitly require gdkmm-2.4 & glibmm-2.4
3725         (used directly by Inkscape), rather than relying on transitive
3726         dependencies.  It's said that this is required in some cases with
3727         pkgconfig 0.17 and later.
3729 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
3731         * ChangeLog configure.ac src/Makefile_insert src/desktop-widget.h
3732           src/desktop.h src/dropper-context.cpp src/file.cpp
3733           src/shortcuts.cpp src/sp-text.cpp src/splivarot.cpp
3734           src/svg-view.h src/text-context.cpp src/verbs.cpp
3735           src/extension/implementation/plugin-link.h
3736           src/extension/internal/grid.cpp src/helper/action.h
3737           src/helper/window.cpp src/ui/dialog/dialog.cpp
3738           src/ui/dialog/messages.cpp src/ui/view/view.cpp
3739           src/ui/view/view.h:   
3741           Moving view.* into src/ui/view/
3742         
3743 2005-05-09  MenTaLguY  <mental@rydia.net>
3745         * src/gc-alloc.h: const-correctness fix
3747 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
3749         * configure.ac:  Defaulting with-gnome-vfs to on if library is
3750           present. 
3751         
3752         * po/POTFILES.in : Fixed error causing compile failure
3754         * src/Makefile_insert src/arc-context.cpp src/desktop-events.cpp
3755            src/desktop.cpp src/desktop.h src/dyna-draw-context.cpp
3756            src/gradient-context.cpp src/gradient-toolbar.cpp
3757            src/interface.cpp src/make.dep src/make.files
3758            src/rect-context.cpp src/select-context.cpp
3759            src/select-toolbar.cpp src/seltrans.cpp src/spiral-context.cpp
3760            src/star-context.cpp src/toolbox.cpp src/verbs.cpp src/view.cpp
3761            src/view.h src/application/application.cpp
3762            src/application/application.h src/application/editor.cpp
3763            src/application/editor.h src/ui/dialog/align-and-distribute.cpp
3764            src/ui/dialog/align-and-distribute.h
3765            src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h
3766            src/ui/dialog/dialog.cpp src/ui/dialog/dialog.h
3767            src/ui/dialog/document-preferences.cpp
3768            src/ui/dialog/document-preferences.h src/ui/dialog/export.cpp
3769            src/ui/dialog/export.h src/ui/dialog/extension-editor.cpp
3770            src/ui/dialog/extension-editor.h
3771            src/ui/dialog/fill-and-stroke.cpp
3772            src/ui/dialog/fill-and-stroke.h src/ui/dialog/find.cpp
3773            src/ui/dialog/find.h src/ui/dialog/inkscape-preferences.cpp
3774            src/ui/dialog/inkscape-preferences.h
3775            src/ui/dialog/layer-editor.cpp src/ui/dialog/layer-editor.h
3776            src/ui/dialog/messages.h src/ui/dialog/text-properties.cpp
3777            src/ui/dialog/text-properties.h
3778            src/ui/dialog/transformation.cpp src/ui/dialog/transformation.h
3779            src/ui/dialog/tree-editor.h src/ui/dialog/xml-editor.cpp
3780            src/ui/dialog/xml-editor.h src/ui/view/Makefile_insert
3781            src/ui/view/edit.cpp src/ui/view/edit.h :
3783            Renaming sp-desktop-widget.h to desktop-widget.h for
3784            consistency with other desktop files.  Beginning migration of
3785            desktop-* and view* files into ui/view/ subdir.  Incorporating
3786            DialogManager into existing SPDesktop code.  Making SPView
3787            derive from GObject.  Changing Messages dialog to run via
3788            DialogManager.  Removing getName() and getDesc() routines from
3789            Dialogs.  
3790         
3791 2005-05-08  MenTaLguY  <mental@rydia.net>
3793         * src/Makefile_insert: change link order since the GC code now
3794           depends on the debugging stuff
3796         * src/debug/Makefile_insert, src/debug/heap.cpp, src/debug/heap.h:
3798           added heap statistics stuff
3800         * src/gc.cpp: register the GC heap with the heap statistics facility
3802 2005-05-07  MenTaLguY  <mental@rydia.net>
3804         * src/gc-anchored.h, src/gc-core.h, src/gc-finalized.h,
3805           src/gc-managed.h, src/gc.cpp:
3807           hide the global Ops structure from the outside world, and expose
3808           some additional libgc API.
3810 2005-05-07  Ted Gould  <ted@gould.cx>
3812         * src/extension/parameter.cpp: bug fix for empty string parameter
3814         * share/extensions/dropshadow.inx,
3815         src/extension/implementation/script.cpp:
3817         Adding in an "interpreter" attribute for "command" that will prepend
3818         the command with the interpreter.  Right now only "perl" and "python"
3819         work, and they only prepend "perl" and "python", but more will be
3820         added later.
3822 2005-05-07  MenTaLguY  <mental@rydia.net>
3824         * src/xml/composite-node-observer.cpp: bug fixes
3826         * src/xml/simple-node.cpp, src/xml/simple-node.h: switch to using
3827           CompositeNodeObserver, which has saner add/remove semantics
3829         * src/util/list-container-test.cpp: add another test, just to be sure
3831         * src/dialogs/xml-tree.cpp: remove need for is_interactive flag on
3832           attribute changes (the flag is effectively disabled by the other
3833           changes)
3835 2005-05-05  MenTaLguY  <mental@rydia.net>
3837         * src/debug/event.h, src/debug/logger.cpp:
3839           PropertyPair is now its own class
3840         
3841         * src/xml/simple-node.cpp: add logging of XML node mutation
3843         * src/xml/Makefile_insert, src/xml/composite-node-observer.cpp,
3844           src/xml/composite-node-observer.h:
3846           added CompositeNodeObserver class, which will eventually replace
3847           the existing notifier lists
3849 2005-05-05  MenTaLguY  <mental@rydia.net>
3851         * src/inkscape.cpp: try to cleanly terminate log in case of crashes
3853 2005-05-05  MenTaLguY  <mental@rydia.net>
3855         * src/document-undo.cpp, src/debug/Makefile_insert, src/debug/logger.cpp,
3856           src/debug/simple-event.h, src/xml/event.cpp:
3858           add debug logging for undo+redo+transactions
3860 2005-05-05  MenTaLguY  <mental@rydia.net>
3862         * src/inkscape.cpp, src/main.cpp: initialize and shutdown debug log
3863           from more reliable place
3865         * src/debug/logger.cpp: clean up log via std::atexit()
3867 2005-05-04  MenTaLguY  <mental@rydia.net>
3869         * configure.ac, src/Makefile.am, src/Makefile_insert,
3870           src/debug/Makefile_insert, src/debug/makefile.in:
3872           added src/debug/ subdir
3874         * src/gc-alloc.h: no default management type for now
3876         * src/debug/event-tracker.h, src/debug/event.h, src/debug/logger.cpp,
3877           src/debug/logger.h: simple XML logging facility
3879         * src/util/Makefile_insert: fixed cut-and-paste error
3881 2005-04-29  Jon A. Cruz  <jon@joncruz.org>
3882         * src/dialogs/swatches.cpp, src/dialogs/eek-preview.h,
3883           src/dialogs/eek-preview.cpp:
3885         Added property to swatch to block taking focus.
3887 2005-04-28  Jon A. Cruz  <jon@joncruz.org>
3888         * src/dialogs/Makefile_insert, src/dialogs/eek-preview.cpp,
3889           src/dialogs/eek-preview.h, src/dialogs/swatches.cpp,
3890           src/dialogs/swatches.h, src/ui/previewholder.cpp,
3891           src/ui/previewable.h, src/ui/widget/panel.cpp:
3893           Adding new widget for color swatch usage.
3895 2005-04-24  Bryce Harrington <bryce@bryceharrington.org>
3897         * src/Makefile.am src/Makefile_insert,
3898           src/application/Makefile_insert, src/application/editor.cpp,
3899           src/application/editor.h, src/extension/internal/svg.cpp,
3900           src/ui/Makefile_insert, src/ui/view/Makefile_insert,
3901           src/ui/view/edit.cpp, src/ui/view/edit.h, src/ui/view/makefile.in,
3902           src/application/editor-impl.cpp, src/application/editor-impl.h:
3904           Renaming EditorImpl to UI::View::Edit
3906           Fixing bug 1185873 "batch mode crasher" caused by VFS being
3907           called with relative paths.  Adding a check to see whether the
3908           input is a valid uri, and if not, just calling sp_document_new
3909           directly.
3912 2005-04-23  Ted Gould  <ted@gould.cx>
3914         * src/extension/input.cpp, src/extension/input.h,
3915         src/extension/output.cpp, src/extension/output.h,
3916         src/extension/system.cpp, src/extension/implementation/implementation.cpp,
3917         src/extension/implementation/implementation.h,
3918         src/extension/implementation/plugin-link.h,
3919         src/extension/implementation/plugin.cpp,
3920         src/extension/implementation/plugin.h,
3921         src/extension/implementation/script.cpp,
3922         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
3923         src/extension/internal/eps-out.h:
3925         Changing the prototype for the input/output preferences to be closer to
3926         that of Effects.  This is a good thing because now autogui can be used for
3927         all, and it is much cleaner.  Unfortunately, this caused alot of files to
3928         be changed.  Also, this sets up the extensions dialog (we're only using
3929         one now) to be integrated into the GTKmm codebase easier.
3931 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3932         * src/widgets/sp-color-wheel-selector.cpp,
3933           src/widgets/sp-color-scales.h, src/widgets/sp-color-slider.cpp,
3934           src/widgets/sp-color-scales.cpp:
3935         Changed CMYK selector to display values as 0-100. Fixes REF #1124499.
3937 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
3938         * src/xml/repr-io.cpp:
3939         Expand entities; matches 0.41 behavior. Fixes bug #1157478.
3941 2005-04-20  Jon A. Cruz  <jon@joncruz.org>
3942         * src/sp-object-repr.cpp:
3943         Turned off the half-done <animate> element. Fixes bug #1119935.
3945 2005-04-19  Carl Hetherington  <inkscape@carlh.net>
3947         * src/pen-context.cpp: snap first point to grid correctly, fixing
3948         #1152057.  Remove a pointless call to spdc_endpoint_snap().
3950         * src/main.cpp: support for command-line export of PS and EPS,
3951         with options.
3953 2005-04-19  Piers Titus van der Torren  <piersvdt@users.sourceforge.net>
3954         * src/seltrans.cpp:
3955         Fixed skew so it displays and snaps to angle instead of percentage.
3957 2005-04-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3959         * src/extension/internal/pov-out.cpp (PovOutput::save):
3960         Was dividing component bytes by 256 instead of the usual 255 to get
3961         floating point component.  Changed to use sp_color_get_rgb_floatv
3962         instead.  (N.B. This change is wrong if pov files disallow 1.0.)
3964         Multiply opacity by product of all ancestors' opacity property computed
3965         value.
3967 2005-04-18  Carl Hetherington  <inkscape@carlh.net>
3969         * src/sp-line.cpp, src/dialogs/unclump.cpp,
3970         src/extension/internal/ps.cpp,
3971         src/libnrtype/Layout-TNG-Output.cpp,
3972         src/Layout-TNG-Scanline-Makers.cpp, src/livarot/PathCutting.cpp:
3973         add missing include of nr-point-matrix-ops.h.
3975 2005-04-17  Jon A. Cruz  <jon@joncruz.org>
3976         * src/toolbox.cpp:
3978         Corrected improper use of static. Fixes bug #1171919.
3980 2005-04-16  Ted Gould  <ted@gould.cx>
3982         * src/extension/extension.cpp, src/extension/parameter.cpp:
3984         Adding in autogui for strings and booleans.  Also making everything
3985         a little more robust.
3987 2005-04-17  cyreve  <cyreve@users.sourceforge.net>
3989         * src/: sp-text.cpp, sp-text.h, text-context.cpp, text-editing.cpp,
3990           text-editing.h, libnrtype/Layout-TNG-Compute.cpp: hook up keys
3991           for adding rotate= attribute to text elements
3993         * src/libnrtype/Layout-TNG-OutIter.cpp: visual cursor left/right in
3994           counterdirectional text runs
3996 2005-04-16  cyreve  <cyreve@users.sourceforge.net>
3998         * src/: display/nr-arena-glyphs.cpp, libnrtype/FontInstance.cpp,
3999           libnrtype/RasterFont.cpp, libnrtype/font-instance.h,
4000           libnrtype/font-style.h: make miter-limit work for text outlines
4001           (bug 1094430)
4003 2005-04-16  Ted Gould  <ted@gould.cx>
4005         * src/main.cpp:
4007         Added a command-line arguement --extension-directory to find what
4008         extension directory Inkscape is configured for.  This should be 
4009         helpful for external extensions that want to use the same path
4010         as Inkscape itself on their install.
4012         * src/extension/extension.cpp, src/extension/init.cpp:
4014         Putting in half of Aaron's fix, mostly the one to keep things from
4015         crashing, next we need to examine how to add multiple search paths
4016         for extension dependencies.
4018         Also, added a check so that autogui won't create a GUI if there are
4019         no preferences.
4021 2005-04-13  Jon Phillips <jon@rejon.org>
4022         * src/toolbox.cpp: removed code that was beeping and prepped for new
4023           drag-n-drop color swatches.
4025 2005-04-13  cyreve  <cyreve@users.sourceforge.net>
4027         * src/path-chemistry.cpp: wire up converting object to path for
4028           flowtext
4030 2005-04-13  Jon A. Cruz  <jon@joncruz.org>
4031         * src/dialogs/swatches.cpp:
4033         Simple drag-n-drop out from color swatches.
4035 2005-04-12  cyreve  <cyreve@users.sourceforge.net>
4037         * src/: selection-chemistry.cpp, text-context.cpp, text-context.h,
4038           text-editing.cpp, text-editing.h: cut and copy selected text (bug
4039           1175441)
4041 2005-04-12  Ted Gould  <ted@gould.cx>
4043         * src/extension/extension.cpp, src/extension/extension.h,
4044         src/extension/parameter.cpp, src/extension/parameter.h,
4045         src/extension/implementation/script.cpp:
4047         This is support for having command line arguments from the parameters,
4048         mostly this is a quick hack to get Aaron working, I'll clean it up
4049         shortly, I promise.  But, it does seem to be working right now.  More
4050         polish shortly.
4052 2005-04-10  Jon A. Cruz  <jon@joncruz.org>
4053         * src/interface.cpp:
4055         Adding drag-n-drop support for arbitrary images. Fixes bug 1177714.
4058 2005-04-10  Ted Gould  <ted@gould.cx>
4060         * Lots of files:
4062         Moving around the plugins, and disabling the feature.  I've put all
4063         the functionality into the internal directory.  This should allow for
4064         the features to be used until plugins could work.  Also, adding in
4065         features to do autogui with the parameters of a given extension.
4067 2005-04-09  Bryce <bryce@bryceharrington.org>
4069         * src/view.h, src/application/editor-impl.cpp,
4070           src/application/editor-impl.h, src/svg-view.h:
4072           C++-ification.  Created some C++ wrapper member functions for
4073           SPView and SPSVGView, to enable Gtkmmification of SPDesktop
4075 2005-04-09  MenTaLguY  <mental@rydia.net>
4077         * src/selection.cpp, src/selection.h, src/dialogs/align.cpp,
4078           src/extension/implementation/script.cpp,
4079           src/extension/plugin/bluredge.cpp, src/util/glib-list-iterators.h:
4081           excise STL abuse, and fix up the glib list iterators
4083 2005-04-09  MenTaLguY  <mental@rydia.net>
4085         * src/file.cpp, src/interface.cpp, src/shortcuts.cpp,
4086           src/sp-object-repr.cpp, src/sp-skeleton.cpp, src/verbs.cpp,
4087           src/dialogs/export.cpp, src/display/nr-arena-item.cpp,
4088           src/libnrtype/FontFactory.cpp, src/libnrtype/TextWrapper.h,
4089           src/livarot/ShapeMisc.cpp, src/livarot/float-line.cpp:
4091           combined several different 64-bit cleanness patches
4093 2005-04-08 Jon Phillips <jon@rejon.org>
4094         * src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h: 
4095           added copyright statements about dialog manager code I wrote.
4097 2005-04-08  MenTaLguY  <mental@rydia.net>
4099         * src/draw-context.cpp, src/dyna-draw-context.cpp, src/path-chemistry.cpp,
4100           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
4101           src/splivarot.cpp, src/extension/plugin/bluredge.cpp,
4102           src/trace/trace.cpp:
4104           renaming Inkscape::Selection methods that deal with XML::Nodes
4106 2005-04-08  MenTaLguY  <mental@rydia.net>
4108         * src/document-undo.cpp: try again with handling incomplete transactions
4109           more gracefully
4111 2005-04-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4113         * src/io/sys.h, src/io/sys.cpp (dir_open, dir_read_utf8name):
4114           New functions: utf8 wrappers around g_dir_open, g_dir_read_name.
4116 2005-04-02  Bryce Harrington <bryce@bryceharrington.org>
4118         * configure.ac share/ui/menus-bars.xml, src/Makefile.am,
4119           src/Makefile_insert, src/file.cpp,
4120           src/application/editor-impl.cpp,
4121           src/application/editor-impl.h,
4122           src/extension/init.cpp, src/extension/input.cpp,
4123           src/extension/system.cpp,
4124           src/extension/implementation/implementation.cpp,
4125           src/extension/implementation/plugin.cpp,
4126           src/extension/implementation/script.cpp,
4127           src/extension/internal/svg.cpp
4128         : Implementing preliminary load-from-URI functionality.
4129         
4131 2005-04-02  MenTaLguY  <mental@rydia.net>
4133         * src/document-undo.cpp, src/xml/event-fns.h, src/xml/event.cpp,
4134           src/xml/event.h:
4136           more debugging info for incomplete transactions
4138 2005-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4140         * src/sp-gradient.cpp: Fix crash with cycles in gradient hrefs.
4142 2005-04-01  Jon A. Cruz  <jon@joncruz.org>
4143         * src/ui/widget/panel.h, src/ui/widget/panel.cpp, src/ui/previewholder.h,
4144           src/ui/previewholder.cpp,src/dialogs/swatches.cpp,
4145           src/dialogs/swatches.h:
4146           Added UI for switching palettes
4148 2005-04-01  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4149         * src/style.cpp (sp_style_merge_from_dying_parent): New function to
4150           combine the styles of the <use> element and its ghost child when
4151           unlinking.
4152         * src/sp-use.cpp: Use it.
4154 2005-03-31  Jon A. Cruz  <jon@joncruz.org>
4155         * src/ui/widget/panel.cpp, src/ui/widget/panel.h, src/path-prefix.h,
4156           src/dialogs/swatches.cpp, src/dialogs/swatches.h
4157           share/palettes/Makefile.am, share/palettes/svg.gpl:
4158           Adding palette loading.
4160 2005-03-31 Jean-François Lemaire <jflemaire@skynet.be>
4161         * share/icons/David_icons.svg: new icon theme by David Christian Berg
4163         * share/icons/README.icons: explanations on how to use the theme
4165 2005-03-30  Jean-François Lemaire <jflemaire@skynet.be>
4166         * share/icons/icons.svg: included the layer menu icons
4168         * src/verbs.cpp: assigned names for the layer menu icons
4170 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
4171         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
4172           src/ui/previewholder.h, src/ui/previewfillable.h,
4173           src/dialogs/iconpreview.cpp, src/dialogs/swatches.cpp:
4174           Adding panel menu
4176 2005-03-27  Jon Phillips <jon@rejon.org>
4177         * src/toolbox.cpp src/toolbox.h src/ui/dialog/dialog-manager.cpp
4178           src/ui/dialog/dialog-manager.h: Added generic dialog adding,
4179           deleting, and getting and fixed toolboxes to be static with no
4180           warnings.
4182 2005-03-26  Bryce <bryce@bryceharrington.com>
4184         * share/ui/keybindings.rc, share/ui/menus-bars.xml
4185           src/application/editor-impl.cpp, src/application/editor-impl.h,
4186           src/extension/internal/svg.cpp, src/ui/dialog/Makefile_insert,
4187           src/ui/dialog/dialog-manager.cpp,
4188           src/ui/dialog/dialog-manager.h, src/ui/dialog/messages.cpp,
4189           src/ui/dialog/messages.h: Initial implementation of canvas in
4190           gtkmm.  Incorporating Messages dialog.
4193 2005-03-24  MenTaLguY  <mental@rydia.net>
4195         * src/sp-item.cpp: fix relative transforms to accommodate viewbox
4197 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
4199         * src/ui/Makefile_insert, src/dialogs/swatches.cpp,
4200           src/dialogs/swatches.h, src/ui/previewable.h,
4201           src/ui/previewfillable.h, src/ui/previewholder.cpp,
4202           src/ui/previewholder.h:
4203           Refactoring previewable functionality to be more generic
4205 2005-03-24  cyreve  <cyreve@users.sourceforge.net>
4207         * src/: text-context.cpp, text-editing.cpp, text-editing.h:
4208           functions for applying style to selected text, and wire them
4209           up to ctrl-b/ctrl-i for bold/italic
4211 2005-03-23  Jon Phillips <jon@rejon.org>
4212         * src/toolbox.h src/toolbox.cpp: Fixed warning messages.
4214 2005-03-23  Jon A. Cruz  <jon@joncruz.org>
4216         * src/ui/previewable.h, src/ui/Makefile_insert,
4217           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
4218           Preliminary work for 'Previewable' interface.
4220 2005-03-23  cyreve  <cyreve@users.sourceforge.net>
4222         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
4223           libnrtype/Layout-TNG-Output.cpp: make text on path work correctly
4224           with accent glyphs and suchlike
4226         * src/: text-chemistry.cpp, libnrtype/Layout-TNG.h: apply text's
4227           alignment to startOffset on new textpath elements, fixes bug
4228           1168145
4230         * src/libnrtype/Layout-TNG-OutIter.cpp: selecting text to the end
4231           sometimes displays wrong
4233 2005-03-22  MenTaLguY  <mental@rydia.net>
4235         * src/arc-context.cpp, src/desktop-handles.cpp,
4236           src/desktop-handles.h, src/desktop.cpp, src/desktop.h,
4237           src/document.h, src/draw-context.cpp, src/draw-context.h,
4238           src/file.cpp, src/forward.h, src/gradient-context.cpp,
4239           src/gradient-drag.cpp, src/gradient-drag.h, src/gradient-toolbar.cpp,
4240           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
4241           src/node-context.h, src/nodepath.cpp, src/object-ui.cpp,
4242           src/path-chemistry.cpp, src/rect-context.cpp, src/selcue.cpp,
4243           src/selcue.h, src/select-context.cpp, src/select-toolbar.cpp,
4244           src/selection-chemistry.cpp, src/selection-chemistry.h,
4245           src/selection-describer.cpp, src/selection-describer.h,
4246           src/selection.cpp, src/selection.h, src/seltrans.cpp,
4247           src/seltrans.h, src/sp-flowtext.cpp, src/spiral-context.cpp,
4248           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
4249           src/text-context.cpp, src/toolbox.cpp, src/verbs.cpp,
4250           src/dialogs/align.cpp, src/dialogs/clonetiler.cpp,
4251           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
4252           src/dialogs/find.cpp, src/dialogs/iconpreview.cpp,
4253           src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
4254           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4255           src/dialogs/tiledialog.cpp, src/dialogs/transformation.cpp,
4256           src/dialogs/xml-tree.cpp, src/extension/plugin/bluredge.cpp,
4257           src/extension/plugin/grid.cpp, src/trace/trace.cpp,
4258           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
4259           src/ui/dialog/transformation.cpp, src/ui/dialog/transformation.h,
4260           src/widgets/sp-widget.cpp, src/widgets/sp-widget.h:
4262           SPSelection -> Inkscape::Selection
4264 2005-03-22  cyreve  <cyreve@users.sourceforge.net>
4266         * src/text-context.cpp: pressing esc doesn't hide text selection
4268         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4269           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
4270           libnrtype/Layout-TNG.h: make text selection inverse
4272 2005-03-21  Jon Phillips <jon@rejon.org>
4274         * share/icons/icons.svg src/dropper-context.cpp
4275           src/dropper-context.h src/toolbox.cpp src/toolbox.h
4276           src/dialogs/display-settings.cpp: Added controls for eye dropper
4277           so that I could get color values. Removed option from application
4278           preferences.
4280 2005-03-21  MenTaLguY  <mental@rydia.net>
4282         * src/util/Makefile_insert, src/util/glib-list.h,
4283           src/util/glib-list-iterators.h:
4285           retired old Glib list to Util::List adaptor and replaced it with
4286           new iterator classes that directly wrap the Glib list types
4288 2005-03-21  cyreve  <cyreve@users.sourceforge.net>
4290         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp: text
4291           selection doesn't show when it starts at the end of a line
4293         * src/: text-context.cpp, text-editing.cpp: crash on overtyping
4294           selection, and displayed selection not removed on overtype
4296         * src/text-editing.cpp: kerning information placed wrongly in text
4297           after child span element
4299         * src/libnrtype/Layout-TNG-OutIter.cpp: crash when pressing home key
4301         * src/: text-context.cpp, text-context.h: text selection using the
4302           mouse
4304         * src/: make.dep, make.files, make.ofiles,
4305           libnrtype/Layout-TNG-OutIter.cpp: further optimisation of text
4306           selection, and an implementation for text on a path
4308         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp,
4309           libnrtype/Layout-TNG.h: optimisation of text selection and fixing
4310           some bugs in it
4312 2005-03-18  MenTaLguY  <mental@rydia.net>
4314         * src/arc-context.cpp, src/file.cpp, src/gradient-context.cpp,
4315           src/node-context.cpp, src/object-ui.cpp, src/path-chemistry.cpp,
4316           src/rect-context.cpp, src/select-context.cpp,
4317           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
4318           src/sp-flowtext.cpp, src/spiral-context.cpp, src/splivarot.cpp,
4319           src/star-context.cpp, src/text-chemistry.cpp, src/text-context.cpp,
4320           src/dialogs/find.cpp, src/dialogs/in-dt-coordsys.cpp,
4321           src/dialogs/xml-tree.cpp:
4323           cleaned up the selection API slightly
4325 2005-03-20  cyreve  <cyreve@users.sourceforge.net>
4327         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4328           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
4329           libnrtype/Layout-TNG.h: initial implementation of text selection
4330           (keyboard only)
4332         * src/libnrtype/Layout-TNG-OutIter.cpp: making
4333           createSelectionShape() work
4335         * src/: sp-text.cpp, sp-text.h: text-anchor sometimes won't work in
4336           text on a path when x/y coordinates are set
4338         * src/libnrtype/Layout-TNG-Output.cpp: text on path: cut characters
4339           before start of path and calculate bounding box correctly when
4340           this happens
4342 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
4343         * src/dialogs/Makefile_insert, src/dialogs/swatches.cpp,
4344           src/dialogs/swatches.h, src/verbs.h, src/verbs.cpp,
4345           src/interface.cpp:
4346           Initial cut of swatches panel.
4348 2005-03-19  cyreve  <cyreve@users.sourceforge.net>
4350         * src/libnrtype/Layout-TNG-Compute.cpp: rendering of
4351           multiple-character clusters in rtl text is wrong (bug 1166603)
4353         * src/: make.dep, make.files, make.ofiles, sp-text.cpp, sp-text.h,
4354           text-editing.cpp: glue kerning info back together on deleting
4355           line breaks
4357         * src/sp-tspan.cpp: textpath startOffset attribute doesn't save
4358           correctly when it's a percentage (remnants of bug 1124722)
4360         * src/: text-context.cpp, text-context.h, text-editing.cpp,
4361           text-editing.h, libnrtype/Layout-TNG.h: use Layout::iterator for
4362           storing cursor position. Fixes bug 1093660 related to rtl cursor
4363           movement
4365         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG.h: implement
4366           backend cursor movement functions properly for multidirectional
4367           text
4369         * src/libnrtype/Layout-TNG-Output.cpp: create more efficient
4370           postscript output
4372         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG-Output.cpp,
4373           Layout-TNG.h: obey text-align attribute when fitting text to a
4374           path (fixes bug 1124722)
4376         * src/: attributes-test.cpp, attributes.cpp, attributes.h,
4377           sp-flowtext.cpp, sp-text.cpp, sp-tspan.cpp, sp-tspan.h,
4378           style-test.cpp, libnrtype/Layout-TNG-Output.cpp: wire up
4379           startOffset attribute to textpath and fix bugs in it
4381         * src/sp-flowtext.cpp: unflow text command loses formatting
4383         * src/xml/repr-io.cpp: xml pretty-printer adding whitespace in
4384           xml:space=preserve elements
4386         * src/: sp-flowtext.cpp, text-editing.cpp: line breaks not being
4387           put before strings immediately following para elements, and
4388           deleting line breaks copies style wrongly
4390 2005-03-18  MenTaLguY  <mental@rydia.net>
4392         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4393           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4394           src/xml/node-fns.cpp, src/xml/node-fns.h, src/xml/node-iterators.h,
4395           src/xml/repr.cpp, src/xml/simple-node.cpp:
4397           renamed node-fns-tree to node-fns, and moved sp_repr_prev etc
4398           into Inkscape::XML namespace (as e.g. previous_node)
4400 2005-03-18  cyreve  <cyreve@users.sourceforge.net>
4402         * src/libnrtype/Layout-TNG-Compute.cpp: cursor position on blank
4403           first line sometimes goes wrong
4405         * src/: make.dep, make.files, make.ofiles, text-editing.cpp:
4406           spurious line break added before text in text and font dialog
4407           (bug 1166016)
4409         * src/: make.dep, make.files, make.ofiles, libnrtype/FlowBoxes.cpp,
4410           libnrtype/FlowBoxes.h, libnrtype/FlowDefs.h,
4411           libnrtype/FlowDest.cpp, libnrtype/FlowDest.h,
4412           libnrtype/FlowEater.cpp, libnrtype/FlowEater.h,
4413           libnrtype/FlowRes.cpp, libnrtype/FlowRes.h,
4414           libnrtype/FlowResOut.cpp, libnrtype/FlowSols.cpp,
4415           libnrtype/FlowSols.h, libnrtype/FlowSrc.cpp, libnrtype/FlowSrc.h,
4416           libnrtype/FlowSrcText.cpp, libnrtype/FlowSrcText.h,
4417           libnrtype/FlowStyle.cpp, libnrtype/FlowStyle.h,
4418           libnrtype/FlowUtils.cpp, libnrtype/FlowUtils.h,
4419           libnrtype/Makefile_insert: remove all old text layout code (7,577
4420           lines)
4422         * src/: sp-flowregion.cpp, sp-flowregion.h, sp-flowtext.cpp,
4423           sp-string.cpp, sp-tspan.cpp: purge flow_dest class from code
4425         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
4426           libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: define a value
4427           for line-height:normal and use it consistently
4429         * src/: sp-text.cpp, sp-text.h, text-editing.cpp: adjust kerning
4430           attributes on adding/removing line breaks
4432 2005-03-17  MenTaLguY  <mental@rydia.net>
4434         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp:
4436           whoops, we were calling the 'children' vfunc rather than
4437           'last_child' when appending, hence the bug... fixed now.
4439 2005-03-17  cyreve  <cyreve@users.sourceforge.net>
4441         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
4442           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h: x,y
4443           attributes on tspans set wrongly when alignment != left (bug
4444           1165427)
4446         * src/: sp-text.cpp, sp-text.h: break before tspan role=line
4447           elements, ie allow first tspan not to have role=line
4449         * src/: make.dep, make.files, make.ofiles, sp-flowtext.cpp,
4450           sp-object.cpp: fix inheritance problems with xml:space attribute
4452         * src/libnrtype/Layout-TNG-OutIter.cpp: crash on pressing enter
4453           immediately after creating text
4455         * src/: object-ui.cpp, sp-flowtext.cpp: set xml:space=preserve on
4456           new flowdiv elements
4458         * src/libnrtype/Layout-TNG-Compute.cpp: second try at solving
4459           numerical problems when line-height is set
4461         * src/: sp-flowtext.cpp, sp-flowtext.h, verbs.cpp: slightly
4462           objectify SPFlowtext and rearrange its updating a tiny bit
4464         * src/: path-chemistry.cpp, sp-flowregion.cpp, sp-offset.cpp,
4465           sp-text.cpp, sp-text.h, sp-use-reference.cpp, splivarot.cpp:
4466           slightly objectify SPText & rearrange updating code, also fixes
4467           bug causing all letters to appear on top of each other
4469         * src/libnrtype/Layout-TNG-Compute.cpp: characters will draw
4470           multiple times when x or y attributes set
4472 2005-03-16  cyreve  <cyreve@users.sourceforge.net>
4474         * src/text-editing.cpp: kerning: add/remove kerns with
4475           insertion/deletion of characters, and only apply kerns to the
4476           topmost xml object
4478         * src/: help.cpp, selection-chemistry.cpp, sp-text.cpp, sp-text.h,
4479           text-context.cpp, text-editing.cpp, text-editing.h,
4480           dialogs/text-edit.cpp: move functions applying to both text and
4481           flowtext to text-editing & rename them. Also fixes crash on
4482           letter/linespacing adjustment for flowtext
4484         * src/text-editing.cpp: fix crash on pressing delete at the end of
4485           text
4487         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
4488           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h:
4489           position cursor correctly in empty text objects
4491         * src/: sp-item-group.cpp, sp-object.cpp: optimise adding children
4492           to the end of a group - big improvement for tile clones
4494         * src/: sp-flowtext.cpp, sp-text.cpp, text-context.cpp,
4495           text-editing.cpp, text-editing.h: text editing fixes: track line
4496           breaks with preceding para tag, finish abstracting line
4497           break/remove functions to work on flowtext
4499         * src/libnrtype/Layout-TNG-Compute.cpp: cursor positioning
4500           off-by-one in some cases of wrapped text
4502 2005-03-15  cyreve  <cyreve@users.sourceforge.net>
4504         * src/libnrtype/Layout-TNG-Compute.cpp: small tweak to make cursor
4505           positioning work right in counterdirectional spans in fully
4506           justified text
4508         * src/sp-text.cpp: tweak function for adjusting linespacing by
4509           keyboard to be more precise
4511         * src/: attributes-test.cpp, attributes.cpp, make.dep, make.files,
4512           make.ofiles, style-test.cpp, style.cpp,
4513           libnrtype/Layout-TNG-Output.cpp: make the unit tests pass for the
4514           new styles, and workaround build breakage when pango < 1.8
4515           installed
4517         * src/: sp-flowtext.cpp, sp-flowtext.h,
4518           libnrtype/Layout-TNG-Compute.cpp,
4519           libnrtype/Layout-TNG-Scanline-Makers.cpp, libnrtype/Layout-TNG.h:
4520           wiring up full justification to old attribute & fixing bugs in
4521           it, which turned in to a major refactoring of layout code
4523 2005-03-14  Jon Phillips <jon@rejon.org>
4524         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
4525           src/desktop.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4526           src/dialogs/desktop-properties.cpp:
4527           Added showpageshadow preference to document preferences. Set to
4528           on automatically and saves with document if off.
4530 2005-03-14  MenTaLguY  <mental@rydia.net>
4532         * src/display/nr-arena-item.h, src/display/nr-arena-item.cpp,
4533           src/display/nr-arena-group.cpp:
4535           added virtual accessor for last child
4537 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
4538         * src/interface.cpp, src/verb.cpp, src/verbs.h,
4539           src/ui/widget/panel.cpp, src/dialogs/Makefile_insert,
4540           src/dialogs/extensions.cpp, src/dialogs/extensions.h,
4541           src/extension/error-file.cpp:
4542           Added rough cut of initial extensions panel and dialog.
4544 2005-03-13  Bryce Harrington <bryce@bryceharrington.org>
4546         * src/path-prefix.h: Rearranging linking of libui and libutil
4548         * src/application/application.cpp, src/application/application.h
4549           src/application/editor-impl.cpp,
4550           src/ui/dialog/dialog-manager.cpp,  src/ui/dialog/dialog.cpp,
4551           src/ui/dialog/dialog.h, src/ui/widget/labelled.cpp,
4552           src/ui/dialog/transformation.h, src/ui/dialog/transformation.cpp,
4553           src/ui/widget/unit-menu.h, src/util/units.cpp:
4554           Integrating Transformation dialog.  Removing hardcoded paths.
4556         * share/icons/Makefile.in, share/icons/arrows-horiz.svg,
4557           share/icons/arrows-vert.svg, share/icons/arrows_hor.xpm,
4558           share/icons/arrows_ver.xpm, share/icons/rotate.svg,
4559           share/icons/rotate.xpm, share/icons/scale_hor.xpm,
4560           share/icons/scale_ver.xpm, share/icons/Makefile.am:
4561           Adding icons needed by transformation dialog
4563         * share/ui/units.txt,  share/ui/units.xml:
4564           Moving units into ui/ subdir.  Dunno if this is the best
4565           location for them, but pjrm thought it'd be ok for now.
4567 2005-03-13  cyreve  <cyreve@users.sourceforge.net>
4569         * src/sp-text.cpp: allow adjusting letter spacing when cursor is at
4570           eol
4572         * src/: make.dep, make.files, make.ofiles,
4573           libnrtype/Layout-TNG-Compute.cpp,
4574           libnrtype/Layout-TNG-OutIter.cpp,
4575           libnrtype/Layout-TNG-Output.cpp, libnrtype/Layout-TNG.h: fix
4576           kerning when align != left, and fix linespacing < 100
4578         * src/: sp-flowtext.cpp, sp-text.cpp, sp-text.h, style.cpp,
4579           style.h, libnrtype/Layout-TNG-Compute.cpp,
4580           libnrtype/Layout-TNG-Input.cpp, libnrtype/Layout-TNG-OutIter.cpp,
4581           libnrtype/Layout-TNG-Output.cpp,
4582           libnrtype/Layout-TNG-Scanline-Maker.h, libnrtype/Layout-TNG.h:
4583           implement line-height css property, & fix percentage handling in
4584           style
4586 2005-03-12  MenTaLguY  <mental@rydia.net>
4588         * src/node-context.cpp, src/node-context.h, src/nodepath.cpp,
4589           src/nodepath.h, src/toolbox.cpp, src/dialogs/align.cpp:
4591           Renamed Path namespace to Inkscape::NodePath, to avoid conflict
4592           with livarot
4594 2005-03-12  Kees Cook  <kees@outflux.net>
4596         * inkscape.nsi: added German translation from Adib Taraben.
4598 2005-03-12  MenTaLguY  <mental@rydia.net>
4600         * src/sp-namedview.cpp, src/sp-metadata.cpp: it's valid for an SPObject
4601           'write' method to be passed the object's own XML node; account for this.
4603 2005-03-12  MenTaLguY  <mental@rydia.net>
4605         * src/xml/simple-node.cpp: assert that src != this in
4606           SimpleNode::mergeFrom
4608 2005-03-12  MenTaLguY  <mental@rydia.net>
4610         * src/gc-alloc.h: minor cosmetic adjustments
4612         * src/util/list-container.h: pedantically correct implementation of
4613           ListContainer::max_size()
4615         * src/xml/simple-node.cpp: use Util::ListContainer iterators in a more
4616           STL-ish fashion
4618 2005-03-12  Jon A. Cruz  <jon@joncruz.org>
4619         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
4620           src/ui/widget/Makefile_insert, src/dialogs/iconpreview.h,
4621           src/dialogs/iconpreview.cpp:
4622           Initial addition of Panel.
4624 2005-03-12  cyreve  <cyreve@users.sourceforge.net>
4626         * src/sp-flowtext.cpp: text unflow command losing space characters:
4627           add xml:space to generated elements
4629         * src/: attributes.cpp, attributes.h, make.dep, make.files,
4630           make.ofiles, sp-flowtext.cpp, sp-text.cpp, style.cpp, style.h,
4631           text-context.cpp, text-editing.cpp, dialogs/text-edit.cpp,
4632           libnrtype/FlowRes.cpp, libnrtype/Layout-TNG-Compute.cpp,
4633           libnrtype/Layout-TNG-Input.cpp: add several new text properties
4634           to SPStyle and rearrange some of the existing ones, also remove
4635           spurious warning on applying kerning
4637         * src/sp-flowtext.cpp: svg spec requires us to break after flowline
4638           content, not before
4640 2005-03-11  cyreve  <cyreve@users.sourceforge.net>
4642         * src/desktop-style.cpp, src/sp-text.cpp, src/sp-text.h,
4643           src/sp-tspan.cpp, src/sp-tspan.h, src/text-chemistry.cpp,
4644 src/text-editing.cpp,
4645           src/text-editing.h: combine the common attribute handling for text,
4646           tspan and textpath into one class
4648         * src/sp-flowtext.cpp, src/sp-string.cpp: reimplement xml:space attribute
4650         * src/sp-text.cpp, src/libnrtype/Layout-TNG-OutIter.cpp,
4651           src/libnrtype/Layout-TNG.h: apply calculated x/y attributes to tspan
4652           role=line elements
4654         * src/libnrtype/Layout-TNG-Output.cpp: postscript text output
4655           incorrectly scaled (and other problems)
4657 2005-03-10  cyreve  <cyreve@users.sourceforge.net>
4659         * src/sp-flowdiv.h, src/sp-flowtext.h,
4660           src/sp-text.cpp, src/sp-text.h, src/sp-tspan.h, src/text-context.cpp,
4661           src/text-editing.cpp, src/text-editing.h,
4662           src/libnrtype/Layout-TNG-Compute.cpp,
4663           src/libnrtype/Layout-TNG-OutIter.cpp: clean up xml tree properly on
4664           deleting line break, & fix various compile issues
4666         * src/nodepath.cpp, src/sp-flowdiv.cpp,
4667           src/sp-flowdiv.h, src/sp-flowtext.cpp, src/sp-flowtext.h,
4668 src/sp-string.cpp,
4669           src/sp-string.h, src/sp-text.cpp, src/sp-text.h, src/sp-tspan.cpp,
4670 src/sp-tspan.h,
4671           src/text-editing.cpp, src/verbs.cpp, src/libnrtype/FontInstance.cpp,
4672           src/libnrtype/font-instance.h, src/livarot/Shape.h,
4673           src/libnrtype/Layout-TNG-Compute.cpp, src/libnrtype/Layout-TNG-Input.cpp,
4674           src/libnrtype/Layout-TNG-OutIter.cpp,
4675           src/libnrtype/Layout-TNG-Output.cpp,
4676           src/libnrtype/Layout-TNG-Scanline-Maker.h,
4677           src/libnrtype/Layout-TNG-Scanline-Makers.cpp,
4678           src/libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: huge rewrite of
4679           text layout (and some text editing) code
4681 2005-03-07  Kees Cook  <kees@outflux.net>
4683         * src/libnr/have_mmx.S, src/libnr/nr_mmx_R8G8B8A8_P_EMPTY_A8_RGBAP.S,
4684           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_A8_RGBAP.S,
4685           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_R8G8B8A8_N_TRANSFORM.S,
4686           src/libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S: execstack patch
4687           from Mike Hearn.
4689 2005-03-07  Jon A. Cruz  <jon@joncruz.org>
4690         * src/interface.cpp, src/verbs.h, src.verbs.cpp, src/widgets/icon.cpp,
4691           src/dialogs/iconpreview.h, src/dialogs/iconpreview.cpp,
4692           src/dialogs/Makefile_insert:
4693           Initial cut of icon preview.
4695 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
4697         * share/icons/*.svg, share/icons/Makefile.am:  Adding icons for
4698           new gui interface
4700         * src/ui/icons.cpp:  Fixing some paths
4702         * src/main.cpp src/application/Makefile_insert,
4703           src/application/app-prototype.h,
4704           src/application/application.cpp src/application/editor.cpp,
4705           src/ui/widget/toolbox.cpp,
4706           src/application/editor-impl.cpp:
4707           Broke out editor-impl class to its own file.  Continued getting
4708           the new interface to the point where it'll load and run.
4710         * share/ui/keybindings.rc, share/ui/toolbox.xml, share/ui/menus-bars.xml:
4711           Migrating some of the UI definition stuff into main codebase
4713 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
4714         * src/widgets/layer-selector.cpp, src/widgets/icon.h,
4715           src/widgets/icon.cpp, src/dialogs/align.cpp, src/dialogs/find.cpp,
4716           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
4717           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4718           src/dialogs/xml-tree.cpp, src/interface.cpp:
4719           Purging PixBufFactory and sp_icon_new_scaled.
4721 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
4722         * src/widgets/icon.cpp, src/widgets/icon.cpp: Switched icon loading
4723           to be deferred and react to theme changes on-the-fly.
4725 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
4727         * src/application/Makefile_insert,
4728           src/application/app-prototype.cpp,
4729           src/application/editor.h,
4730           src/application/app-prototype.h,
4731           src/application/application.cpp:
4732           Adding Application::AppPrototype class
4733         * src/application/editor.cpp,
4734           src/application/editor.h:
4735           Changing member function getImpl() to getWindow()
4737 2005-03-04  Jon A. Cruz  <jon@joncruz.org>
4738         * src/widgets/icon.cpp: Changed stock item loading to use stock
4739           GtkImage widgets directly.
4741 2005-03-03  MenTaLguY  <mental@rydia.net>
4743         * src/widgets/icon.cpp: more idiomatic iteration
4745 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
4746         * src/toolbox.cpp: Added preference to make the top toolbox 'small'.
4748 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
4749         * src/desktop-events.cpp, src/desktop.cpp, src/gradient-toolbar.cpp,
4750           src/interface.cpp, src/select-toolbar.cpp, src/toolbox.cpp,
4751           src/toolbox.h, src/dialogs/find.cpp,
4752           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
4753           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4754           src/dialogs/xml-tree.cpp, src/widgets/button.cpp,
4755           src/widgets/button.h, src/widgets/icon.cpp, src/widgets/icon.h,
4756           src/widgets/layer-selector.cpp, src/widgets/paint-selector.cpp,
4757           src/widgets/widget-sizes.h:
4758           Initial pass removing hardcoded icon sizes.
4760 2005-03-01  MenTaLguY  <mental@rydia.net>
4762         * src/extensions/internal/ps.cpp: apply patch from Michael Forbes
4763           (miforbes@mbhs.edu) to support gradient fills in Postscript
4765 2005-03-01  MenTaLguY  <mental@rydia.net>
4767         * src/xml/node.h, src/xml/simple-node.cpp, src/xml/simple-node.h:
4769           begin migration of notification interface to use NodeObserver
4770           rather than NodeEventVector
4772 2005-03-01  MenTaLguY  <mental@rydia.net>
4774         * src/xml/Makefile_insert, src/xml/node-listener.h, src/xml/repr.cpp,
4775           src/xml/simple-node.cpp, src/xml/simple-node.h:
4777           reworked listener list to use Util::ListContainer
4779         * src/xml/node-observer.h: minor name cleanups
4781 2005-03-01  MenTaLguY  <mental@rydia.net>
4783         * src/Makefile.am, src/algorithms/find-if-before.h:
4785           added new generic algorithm
4787 2005-03-01  MenTaLguY  <mental@rydia.net>
4789         * src/Makefile.am, src/util/Makefile_insert,
4790           src/util/list-container-test.cpp, src/util/list-container.h:
4792           tests and fixes for Util::ListContainer
4794 2005-03-01  MenTaLguY  <mental@rydia.net>
4796         * src/Makefile.am, src/libnr/Makefile_insert, src/xml/Makefile_insert:
4797           use in-tree copy of cxxtest
4799         * src/util/Makefile_insert, src/util/list-container.h:
4800           add Util::List-based STL container
4802 2005-02-28 SwinginCelt  <swinginceltgmail.com>
4804         * Fixed an improper conversion of sp_repr_document_merge that was causing
4805           extra data being written to the prefrences file every time inkscape
4806           exited.
4808 2005-02-26 SwinginCelt  <swinginceltgmail.com>
4810         * Replaced all sp_repr_set_content calls with direct call to
4811           repr->setContent.
4812         * Replaced all sp_repr_merge calls with direct call to
4813           repr->mergeFrom.
4814         * Removed inline sp_repr_document_merge because it wasn't used anywhere.
4815         * Removed inline sp_repr_set_content because it wasn't used anywhere.
4817 2005-02-26  MenTaLguY  <mental@rydia.net>
4819         * cxxtest: imported cxxtest tree
4821 2005-02-24  Jon A. Cruz  <jon@joncruz.org>
4822         * src/main.cpp, io/sys.h, io/sys.cpp:
4823           Refactoring input filename conversion and fallback.
4824           Fixes bug #1151536.
4826 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
4827         * src/main.cpp:
4828           Refactoring sp_main_*. Adding cleanup phase on extracted filename list.
4830 2005-02-22  Bryce Harrington <bryce@bryceharringotn.org>
4832         * src/main.cpp, src/application/application.cpp:  Adding --new-gui
4833         option.
4835 2005-02-22  Ted Gould  <ted@gould.cx>
4837         * src/interface.cpp:
4839         Changing the effects menu to be driven by the preferences file so that the
4840         file can be the same whether or not the effects are shown.
4842 2005-02-22  MenTaLguY  <mental@rydia.net>
4844         * src/desktop-style.cpp, src/selection-chemistry.cpp,
4845           src/xml/attribute-record.h, src/xml/node.h, src/xml/repr-css.cpp,
4846           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h:
4848           use Inkscape::Util::List for attribute lists, and sprinkle some
4849           appropriate 'using's in to make things less verbose
4851 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
4852         * src/inkscape.cpp, src/main.cpp, src/extension/input.cpp, src/io/sys.cpp,
4853           src/xml/repr-io.cpp:
4854           Better catching of problematic filenames.
4855           Made segv handler only use dialog box when app is using a gui.
4856           Fixes bug #1145847.
4858 2005-02-22  Ted Gould  <ted@gould.cx>
4860         * src/extension/effect.cpp, src/extension/prefdialog.cpp,
4861         src/extension/prefdialog.h,
4862         src/extension/implementation/implementation.cpp,
4863         src/extension/implementation/implementation.h,
4864         src/extension/implementation/plugin-link.h,
4865         src/extension/implementation/plugin.cpp,
4866         src/extension/implementation/plugin.h,
4867         src/extension/implementation/script.cpp,
4868         src/extension/implementation/script.h, src/extension/plugin/grid.cpp:
4870         Changing the API of the effects preferences so that it doesn't use
4871         sockets and plugs anymore.  Now there is a generic widget passed down so
4872         that should work on every platform.
4874         * src/extension/plugin/grid.cpp:
4876         Fixing the grid so that it uses the right axis.
4878         * share/extensions/Makefile.am, share/extensions/bluredge.inx,
4879         share/extensions/randompnt.inx, share/extensions/randompos.inx,
4880         src/extension/plugin/Makefile_insert, src/extension/plugin/bluredge.cpp,
4881         src/extension/plugin/randompnt.cpp, src/extension/plugin/randompos.cpp:
4883         Adding some cool new effects, well, they're not really done yet,
4884         but getting the basis code into CVS so I don't loose it :)
4886 2005-02-21  MenTaLguY  <mental@rydia.net>
4888         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
4889           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
4890           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
4891           src/xml/repr.cpp, src/xml/simple-node.cpp:
4893           renamed header files
4895         * src/xml/Makefile_insert, src/xml/invalid-operation-exception.h:
4897           added Inkscape::XML::InvalidOperationException
4899         * src/xml/simple-node.h:
4901           avoid a second indirect function call from SimpleNode::appendChild
4903 2005-02-20 SwinginCelt  <swinginceltgmail.com>
4905         * Replaced all sp_repr_attr calls with direct call to
4906           repr->attribute.
4907         * Replaced all sp_repr_document_unref calls with direct call to
4908           Inkscape::GC::release(...).
4909         * Removed iinline sp_repr_document_ref because it wasn't used anywhere.
4911 2005-02-20  MenTaLguY  <mental@rydia.net>
4913         * src/inkscape.cpp: removed unused signals
4915 2005-02-19  MenTaLguY  <mental@rydia.net>
4917         * src/arc-context.cpp, src/desktop.cpp, src/document-private.h,
4918           src/document-undo.cpp, src/document.cpp, src/event-context.cpp,
4919           src/gradient-chemistry.cpp, src/gradient-chemistry.h,
4920           src/gradient-drag.cpp, src/gradient-drag.h, src/node-context.cpp,
4921           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4922           src/star-context.cpp, src/toolbox.cpp,
4923           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4924           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4925           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4926           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
4927           src/xml/attribute-record.h, src/xml/document.h, src/xml/event-fns.h,
4928           src/xml/event.cpp, src/xml/event.h, src/xml/node-event-vector.h,
4929           src/xml/node-iterators.h, src/xml/node-listener.h, src/xml/node.h,
4930           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp, src/xml/repr-io.cpp,
4931           src/xml/repr-sorting.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp,
4932           src/xml/repr.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
4933           src/xml/simple-node.h, src/xml/simple-session.cpp,
4934           src/xml/sp-css-attr.h, src/xml/sp-repr-action-fns.h,
4935           src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h,
4936           src/xml/sp-repr-attr.h, src/xml/sp-repr-doc.h,
4937           src/xml/sp-repr-event-vector.h, src/xml/sp-repr-iterators.h,
4938           src/xml/sp-repr-listener.h, src/xml/sp-repr.h:
4940           renamed header files to match new class names
4942 2005-02-19  MenTaLguY  <mental@rydia.net>
4944         * src/arc-context.cpp, src/arc-context.h, src/desktop-events.cpp,
4945           src/desktop-style.cpp, src/desktop-style.h, src/desktop.cpp,
4946           src/document-private.h, src/document-undo.cpp, src/document.cpp,
4947           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
4948           src/dyna-draw-context.h, src/event-context.cpp, src/event-context.h,
4949           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
4950           src/inkscape.h, src/inkview.cpp, src/interface.cpp, src/knotholder.cpp,
4951           src/knotholder.h, src/layer-fns.cpp, src/main.cpp, src/node-context.cpp,
4952           src/nodepath.cpp, src/nodepath.h, src/object-ui.cpp,
4953           src/path-chemistry.cpp, src/prefs-utils.cpp, src/rect-context.cpp,
4954           src/rect-context.h, src/selection-chemistry.cpp, src/selection.cpp,
4955           src/selection.h, src/seltrans.cpp, src/sp-anchor.cpp,
4956           src/sp-animation.cpp, src/sp-clippath.cpp, src/sp-conn-end-pair.cpp,
4957           src/sp-conn-end-pair.h, src/sp-defs.cpp, src/sp-ellipse.cpp,
4958           src/sp-flowdiv.cpp, src/sp-flowregion.cpp, src/sp-flowtext.cpp,
4959           src/sp-gradient-fns.h, src/sp-gradient-test.cpp, src/sp-gradient.cpp,
4960           src/sp-guide.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4961           src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
4962           src/sp-linear-gradient-fns.h, src/sp-marker.cpp, src/sp-mask.cpp,
4963           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
4964           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object-repr.h,
4965           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp, src/sp-offset.h,
4966           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4967           src/sp-polyline.cpp, src/sp-radial-gradient-fns.h, src/sp-rect.cpp,
4968           src/sp-root.cpp, src/sp-shape.cpp, src/sp-skeleton.cpp,
4969           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-string.cpp,
4970           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-tspan.cpp,
4971           src/sp-use-reference.h, src/sp-use.cpp, src/spiral-context.cpp,
4972           src/spiral-context.h, src/splivarot.cpp, src/star-context.cpp,
4973           src/star-context.h, src/style.cpp, src/style.h, src/text-chemistry.cpp,
4974           src/text-context.cpp, src/text-editing.cpp, src/toolbox.cpp,
4975           src/verbs.cpp, src/application/application.cpp,
4976           src/application/application.h, src/application/editor.h,
4977           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
4978           src/dialogs/export.cpp, src/dialogs/fill-style.cpp, src/dialogs/rdf.cpp,
4979           src/dialogs/sp-attribute-widget.cpp, src/dialogs/sp-attribute-widget.h,
4980           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
4981           src/dialogs/tiledialog.cpp, src/dialogs/xml-tree.cpp,
4982           src/ecma/EcmaBinding.cpp, src/ecma/EcmaBinding.h,
4983           src/extension/dependency.cpp, src/extension/dependency.h,
4984           src/extension/effect.cpp, src/extension/effect.h,
4985           src/extension/extension.cpp, src/extension/extension.h,
4986           src/extension/input.cpp, src/extension/input.h,
4987           src/extension/output.cpp, src/extension/output.h,
4988           src/extension/print.cpp, src/extension/print.h, src/extension/system.cpp,
4989           src/extension/implementation/plugin.cpp,
4990           src/extension/implementation/script.cpp,
4991           src/extension/implementation/script.h,
4992           src/extension/internal/gdkpixbuf-input.cpp,
4993           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4994           src/extension/internal/svg.cpp, src/extension/plugin/grid.cpp,
4995           src/helper/stock-items.cpp, src/trace/trace.cpp,
4996           src/widgets/dash-selector.cpp, src/widgets/dash-selector.h,
4997           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp,
4998           src/widgets/layer-selector.cpp, src/widgets/layer-selector.h,
4999           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
5000           src/widgets/sp-widget.h, src/widgets/sp-xmlview-attr-list.cpp,
5001           src/widgets/sp-xmlview-attr-list.h, src/widgets/sp-xmlview-content.cpp,
5002           src/widgets/sp-xmlview-content.h, src/widgets/sp-xmlview-tree.cpp,
5003           src/widgets/sp-xmlview-tree.h, src/widgets/spw-utilities.h,
5004           src/xml/comment-node.h, src/xml/element-node.h, src/xml/node-observer.h,
5005           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
5006           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
5007           src/xml/repr-io.cpp, src/xml/repr-sorting.cpp, src/xml/repr-sorting.h,
5008           src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
5009           src/xml/session.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
5010           src/xml/simple-node.h, src/xml/simple-session.cpp,
5011           src/xml/simple-session.h, src/xml/sp-css-attr.h,
5012           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
5013           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h,
5014           src/xml/sp-repr-doc.h, src/xml/sp-repr-event-vector.h,
5015           src/xml/sp-repr-iterators.h, src/xml/sp-repr-listener.h,
5016           src/xml/sp-repr.h, src/xml/text-node.h, src/xml/transaction-logger.h:
5018             SPRepr -> Inkscape::XML::Node
5019             SPReprDoc -> Inkscape::XML::Document
5020             SPReprAttr -> Inkscape::XML::AttributeRecord
5021             SPReprAction -> Inkscape::XML::Event
5022             SPReprEventVector -> Inkscape::XML::EventVector
5023             SPReprListener -> Inkscape::XML::NodeListener
5025             etc..
5027 2005-02-19  Jon A. Cruz  <jon@joncruz.org>
5028         * src/extension/extension.h, src/extension/internal/svg.cpp,
5029           src/extension/internal/svgz.cpp:
5030           Fixing .svgz Inkscape save and adding .svgz Plain save.
5031           Fixes bug #1144223
5033 2005-02-18  Jon A. Cruz  <jon@joncruz.org>
5034         * src/Makefile.am, src/libnr/Makefile_insert,
5035           src/libnr/nr-point-fns-test.h  src/libnr/nr-types-test.h:
5036           Adding initial version of CxxTest test cases.
5038 2005-02-17  Jon A. Cruz  <jon@joncruz.org>
5040         * src/io/gzipinputstream.h, src/io/gzipinputstream.cpp: Changed
5041           decompression to be streammed and removed hardcoded limit.
5043 2005-02-17  MenTaLguY  <mental@rydia.net>
5045         * src/inkscape.h, src/inkscape.cpp, src/desktop.cpp:
5047           rewrote "last desktop standing" test to not suck
5049 2005-02-15 SwinginCelt  <swinginceltgmail.com>
5051         * Replaced some sp_repr_attr calls with direct call to
5052           repr->attribute.
5054 2005-02-16 John Cliff <simarilius@yahoo.com>
5056         * src/dialogs/tiledialog.h, src/dialogs/tiledialog.cpp,
5057           src/dialogs/makefile_insert, src/verbs.cpp, src/verbs.h:
5058           Added a dialog that allows you to arrange the selection
5059           in a grid pattern with user defined spacing.
5060           its in objects->grid arrange...
5062 2005-02-15 SwinginCelt  <swinginceltgmail.com>
5064         * Replaced inline function sp_repr_name with direct call to
5065           repr->name.
5066         * Replaced inline function sp_repr_content with direct call to
5067           repr->content.
5068         * Replaced inline function sp_repr_has_attr with direct call to
5069           repr->matchAttributeName.
5071 2005-02-15  MenTaLguY  <mental@rydia.net>
5073         * src/document.cpp, src/document.h, src/file.cpp, src/help.cpp,
5074           src/inkscape.cpp, src/inkview.cpp, src/slideshow.cpp,
5075           src/dialogs/filedialog.cpp, src/dialogs/stroke-style.cpp,
5076           src/extension/internal/gdkpixbuf-input.cpp,
5077           src/extension/internal/svg.cpp, src/extension/plugin/gimpgrad.cpp,
5078           src/helper/stock-items.cpp, src/widgets/icon.cpp:
5080           removed unused SPDocument::advertize
5082 2005-02-14  MenTaLguY  <mental@rydia.net>
5084         * src/document.cpp: remove redundant assignment that appears to confuse
5085           gcc anyhow
5087 2005-02-14  SwinginCelt  <swingincelt@gmail.com>
5089         * Replaced inline function sp_repr_set_position_absolute with
5090           direct call to repr>->setPosition.
5092 2005-02-13  Bryce  <bryce@bryceharrington.org>
5094         * src/main.cpp, src/application/application.cpp, src/inkscape.h,
5095           src/application/editor-impl.h, src/application/editor.cpp
5096           src/application/editor.h, src/ui/dialog/dialog-manager.cpp,
5097           src/ui/dialog/dialog-manager.h, src/application/app-prototype.h
5098           src/application/application.h:  Integrating I::A::Application
5099           into the execution path.  Now its run() routine is called from
5100           main().
5102         * src/application/Makefile_insert, src/application/makefile.in,
5103           src/application/editor-impl.h, src/application/editor.cpp,
5104           src/application/editor.h:  Initial import of inkscape_gtkmm
5105           code.  Also see doc/NewAppArchitecture/ presentation for the
5106           rationale behind this.
5108         * src/ui/dialog/align-and-distribute.cpp,
5109 src/ui/dialog/align-and-distribute.h,
5110           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
5111           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
5112           src/ui/dialog/document-preferences.cpp,
5113 src/ui/dialog/document-preferences.h,
5114           src/ui/dialog/export.cpp, src/ui/dialog/export.h,
5115           src/ui/dialog/extension-editor.cpp, src/ui/dialog/extension-editor.h,
5116           src/ui/dialog/fill-and-stroke.cpp, src/ui/dialog/fill-and-stroke.h,
5117           src/ui/dialog/find.cpp, src/ui/dialog/find.h,
5118           src/ui/dialog/inkscape-preferences.cpp,
5119 src/ui/dialog/inkscape-preferences.h,
5120           src/ui/dialog/layer-editor.cpp, src/ui/dialog/layer-editor.h,
5121           src/ui/dialog/messages.cpp, src/ui/dialog/messages.h,
5122           src/ui/dialog/text-properties.cpp, src/ui/dialog/text-properties.h,
5123           src/ui/dialog/tree-editor.cpp, src/ui/dialog/tree-editor.h,
5124           src/ui/dialog/xml-editor.cpp, src/ui/dialog/xml-editor.h,
5125           src/ui/widget/combo-text.cpp, src/ui/widget/combo-text.h,
5126           src/ui/widget/handlebox.cpp, src/ui/widget/handlebox.h,
5127           src/ui/widget/icon-widget.cpp, src/ui/widget/icon-widget.h,
5128           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h,
5129           src/ui/widget/notebook-page.cpp, src/ui/widget/notebook-page.h,
5130           src/ui/widget/scalar-unit.cpp, src/ui/widget/scalar-unit.h,
5131           src/ui/widget/scalar.cpp, src/ui/widget/scalar.h,
5132           src/ui/widget/toolbox.cpp, src/ui/widget/toolbox.h,
5133           src/ui/widget/unit-menu.cpp, src/ui/widget/unit-menu.h:
5134           Initial import of the gtkmm code.  These are mainly
5135           unimplemented stubs, but have few dependencies so are easy to
5136           integrate at this stage.
5138         * src/ui/widget/Makefile_insert, src/ui/widget/makefile.in,
5139           src/ui/dialog/Makefile_insert, src/ui/dialog/makefile.in,
5140           src/ui/Makefile_insert, src/ui/makefile.in:  Adding makefile
5141           support for new code.
5143         * io/simple-sax.h, io/simple-sax.cpp:  Adding Jon's simple SAX
5144           code
5146         * util/units.h, util/units.cpp:  New inkscape_gtkmm units code
5148 2005-02-12  MenTaLguY  <mental@rydia.net>
5150         * src/document.cpp, src/document.h, src/sp-gradient-test.cpp:
5152           SPDocument is now a "real C++ class", managed by the garbage collector
5154 2005-02-12  MenTaLguY  <mental@rydia.net>
5156         * src/document-private.h, src/document.cpp, src/document.h, src/view.cpp,
5157           src/view.h, src/dialogs/xml-tree.cpp:
5159           switched SPDocument to sigc++ signals
5161 2005-02-12  Kees Cook  <kees@outflux.net>
5163         * Makefile.am, configure.ac, Makefile.mingw.common, inkscape.nsi: undoing
5164           my "configure" changes.  Was dumb and forgot about native compiles on
5165           win32.
5166         * inkview.1.in, share/extensions/inkscape-shadow-white.sh,
5167           share/extensions/inkscape-shadow.sh: corrections found by Wolfram
5168           Quester during Debian packaging.
5169         * src/desktop-events.cpp, src/file.cpp, src/gradient-chemistry.cpp,
5170           src/interface.cpp, src/layer-fns.cpp, src/nodepath.cpp,
5171           src/object-ui.cpp, src/path-chemistry.cpp, src/prefs-utils.cpp,
5172           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
5173           src/sp-object.cpp, src/sp-pattern.cpp, src/sp-text.cpp, src/splivarot.cpp,
5174           src/text-editing.cpp, src/dialogs/clonetiler.cpp, src/dialogs/rdf.cpp,
5175           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
5176           src/extension/internal/gdkpixbuf-input.cpp, src/extension/plugin/grid.cpp,
5177           src/widgets/gradient-selector.cpp, src/xml/repr-action-test.cpp,
5178           src/xml/repr-css.cpp, src/xml/repr-io.cpp, src/xml/repr-util.cpp,
5179           src/xml/repr.cpp, src/xml/repr.h: inline function removal patches from
5180           Robert Crosbie.
5182 2005-02-11  Kees Cook  <kees@outflux.net>
5184         * src/Makefile.mingw, src/make.*: win32 compile updates.
5185         * src/extensions/internal/gnome.cpp: added my missing "comment" code.
5186         * src/shortcuts.cpp, doc/keys.xml, doc/keys.html, share/screens/keys.svg:
5187           added explicit ctrl-w. since gtk already binds it, we may as well show it.
5189 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
5191         * src/inkscape.cpp: Changed from SHGetSpecialFolderPath to
5192           SHGetSpecialFolderLocation. Fixes bug #1085641
5194 2005-02-10  MenTaLguY  <mental@rydia.net>
5196         * src/document.h, src/document.cpp: get rid of casting macro uses
5198 2005-02-10  MenTaLguY  <mental@rydia.net>
5200         * src/desktop.cpp, src/document-undo.cpp, src/document.cpp, src/file.cpp,
5201           src/gradient-chemistry.cpp, src/inkscape.cpp, src/interface.cpp,
5202           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-object-repr.cpp,
5203           src/sp-object.cpp, src/svg-view.cpp, src/uri-references.cpp,
5204           src/view.cpp, src/dialogs/stroke-style.cpp,
5205           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp:
5207           get rid needless uses of SP_IS_DOCUMENT (if we can't trust the
5208           compiler's type checking, what can we trust?)
5210 2005-02-10  MenTaLguY  <mental@rydia.net>
5212         * src/desktop-style.h, src/desktop.h, src/document.h, src/event-context.h,
5213           src/inkscape.h, src/knotholder.h, src/nodepath.h,
5214           src/selection-chemistry.h, src/selection.h, src/sp-conn-end-pair.h,
5215           src/sp-object-repr.h, src/sp-object.h, src/style.h,
5216           src/dialogs/sp-attribute-widget.h, src/extension/implementation/script.h,
5217           src/xml/repr-get-children.h, src/xml/repr.h, src/xml/sp-repr-action.h,
5218           src/xml/sp-repr-attr.h, src/xml/xml-forward.h:
5220           got rid of xml-forward.h
5222 2005-02-10  Kees Cook  <kees@outflux.net>
5224         * configure.ac, Makefile.am, src/Makefile.am, Makefile.mingw.common.in,
5225           inkscape.nsi.in: setting up "configure" to build the other files that
5226           expect version numbers to get updated.  Including mingw files in dist
5227           package.
5229 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
5230         * src/io/uristream.h, src/io/uristream.cpp,
5231           src/extension/internal/svg.h, src/extension/internal/svg.cpp,
5232           src/extension/internal/Makefile_insert,
5233           src/extension/internal/extension.h,
5234           src/extension/internal/init.cpp:
5235           Adding internal .svgz load and save extension.
5236           Probable fix for bugs #1074996, #1050361, #925033, #1052307
5238 2005-02-08  Kees Cook  <kees@outflux.net>
5240         * src/extension/implementation/script.cpp: proper /tmp handling.
5241           Closes bug #1074996.
5242         * src/inkscape.cpp, src/inkscape.h, src/dialogs/export.cpp: correction
5243           for export dialog paths.  Closes bug #1114714.
5244         * inkscape.nsi, Makefile.mingw.common: version bumps
5245         * src/text-context.cpp: removed preedit code; it was broken and unneeded.
5247 2005-02-08  Ted Gould  <ted@gould.cx>
5249         * Released 0.41
5251 2005-02-01  Kees Cook  <kees@outflux.net>
5253         * src/xml/sp-css-attr.h, src/desktop-style.cpp, src/xml/repr-css.cpp,
5254           src/xml/repr.h: Fixed SPCSSAttr to be a "real" class, at mental's
5255           direction.  Fixes my "default prefs don't show attrs" bug.
5256         * src/helper/stock-items.cpp: removing redundant code.
5257         * src/libnr/nr-point.h, src/libnrtype/FlowUtils.h, src/livarot/Shape.h:
5258           added explicit initializations to keep valgrind happy.
5259         * src/dir-util.cpp, src/sp-path.cpp, src/splivarot.cpp,
5260           src/svg/svg-length.cpp, src/widgets/icon.cpp:
5261           cleaning up memory leaks detected by valgrind.
5262         * src/extension/dependancy.cpp: made repr-attr tags untranslatable.
5263         * src/extension/system.cpp: correcting extension autodetection when
5264           there are conflicting matching modules.
5265         * src/dialogs/filedialog.cpp, src/extension/extension.h,
5266           src/extension/internal/svg.cpp: .svgz loading works again as
5267           expected.  Non-functioning modules are not listed in file dialogs.
5268         * src/text-context.cpp, src/text-editing.cpp: preedit modes don't
5269           work correctly for multi-byte characters.  See bug 1086769.
5271 2005-01-31  Jon A. Cruz  <jon@joncruz.org>
5272         * src/file.cpp, src/inkscape.cpp, src/interface.cpp,
5273           src/dialogs/export.cpp, src/extension/init.cpp:
5274           sanitize messages before passing to display dialogs.
5276 2005-01-31  Kees Cook  <kees@outflux.net>
5278         * src/libnrtype/FontFactory.cpp: added a crude font name detection
5279           routine to work around a Pango crash bug.  This can be removed once
5280           Pango is fixed.  See bug #1025565.  Actually, I figured out a fix.
5281         * print.cpp, print.h, sp-shape.cpp, extension/print.cpp,
5282           extension/print.h, extension/implementation/implementation.cpp,
5283           extension/implementation/implementation.h,
5284           extension/implementation/plugin.cpp, extension/implementation/plugin.h,
5285           extension/internal/gnome.h, extension/internal/ps.cpp,
5286           extension/internal/ps.h, extension/internal/win32.h:
5287           In an attempt to start debugging print rendering, I've added the
5288           Print::comment function so that SPItem boundries can be easily
5289           seen in rendered output.
5290         * src/preferences-skeleton.h, src/sp-shape.cpp,
5291           src/dialogs/display-settings.cpp, src/extension/internal/ps.cpp:
5292           Added printout comments for print debugging.  Fixed dash output
5293           bug #1104050.
5294         * src/dialogs/rdf.cpp: fixed rdf:bag displays.  Closes bug #1113316.
5296 2005-01-30  Jon A. Cruz  <jon@joncruz.org>
5297         * src/io/sys.h, src/io/sys.cpp: added utility routine to cleanup
5298           strings with invalid UTF-8 for display.
5300 2004-01-30  Kees Cook  <kees@outflux.net>
5302         * src/make.dep, src/make.exclude, src/make.files, src/make.ofiles,
5303           src/io/uristream.cpp, src/io/sys.cpp: additional win32 changes
5304           using Jon Cruz's new mkdir function.  Getting Win32 to compile the
5305           "io" directory.  Closes bug #1107305.
5306         * src/file.cpp, src/inkscape-stock.cpp, src/inkscape.cpp,
5307           src/interface.cpp, src/main.cpp, src/dialogs/export.cpp,
5308           src/dialogs/stroke-style.cpp, src/extension/input.cpp,
5309           src/extension/implementation/script.cpp, src/helper/stock-items.cpp,
5310           src/io/sys.cpp, src/io/sys.h, src/widgets/icon.cpp: wrapped
5311           g_file_test with new Inkscape::IO::file_test since g_file_test isn't
5312           utf8-safe.
5313         * src/inkscape.cpp: removed call to g_free on non-alloced string.
5314           fixed up crash-save location to be utf8-okay.
5315         * src/extension/extension.cpp: convert from utf8 before open.
5316         * src/sp-spiral.cpp, src/object-edit.cpp: found place where CLAMP on
5317           spiral's t0 wasn't working.  Closes bug #1075640.
5319 2004-01-28  MenTaLguY  <mental@rydia.net>
5321         * src/sp-object.h, src/sp-object.cpp:
5322           efficiency fixes which should be helpful when loading large documents
5324 2005-01-29  Jon A. Cruz  <jon@joncruz.org>
5326         * src/file.h, src/file.cpp, src/inkscape.cpp, src/sp-image.cpp,
5327           src/extension/implementation/script.cpp,
5328           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
5329           src/extension/plugin/gimpgrad.cpp, src/helper/png-write.cpp,
5330           src/io/Makefile_insert, src/io/sys.h, src/io/sys.cpp,
5331           src/trace/imagemap.cpp, src/xml/repr-io.cpp:
5333           Refactored open routine to better location.
5335 2004-01-28  Kees Cook  <kees@outflux.net>
5337         * configure.ac: added test for libgc 6.4 or better.
5338         * src/main.cpp: calling new SPRepr methods instead of inline wrappers.
5340 2004-01-27  MenTaLguY  <mental@rydia.net>
5342         * src/xml/simple-node.h, src/xml/simple-node.cpp:
5344           SimpleNode::lastChild() and SimpleNode::appendChild() are now
5345           O(1) rather than O(n)
5347 2004-01-26  MenTaLguY  <mental@rydia.net>
5349         * src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
5350           src/xml/sp-repr-action.h, src/xml/sp-repr-event-vector.h:
5352           inlined legacy wrappers
5354         * src/xml/simple-node.cpp: really fixed #1108231 now
5356 2005-01-25  Jon A. Cruz  <jon@joncruz.org>
5358         * src/interface.cpp: Passed file import call to shared code.
5359           Fixed bug #1108620.
5361 2005-01-25  MenTaLguY  <mental@rydia.net>
5363         * src/xml/simple-node.cpp: fixed bug #1108231
5365 2005-01-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5367         * src/dialogs/desktop-properties.cpp: Changed set of paper sizes offered:
5369           Removed `Folio' pagesize (which means a different paper size to
5370           different people; will Folio be missed?  If so, can we improve
5371           the name?).
5373           Changed ISO page sizes (A0..A10, B0..B10) to match official ISO
5374           specification in mm.
5376           Note that these differ from ghostscript's idea of page sizes;
5377           see comment in desktop-properties.cpp for speculation of
5378           possible problems (fuzziness from antialiasing).
5380           (Note also that our previous sizes differed even more from
5381           gs_statd.ps...)
5383           Coalesced Ledger and Tabloid to a single entry (11x17in);
5384           previously they differed in size.
5386           Changed Icon 16x16 from 16pt to 16px; similarly Icon 32x32 and
5387           Banner 468x60.
5389 2004-01-24  MenTaLguY  <mental@rydia.net>
5391         * src/xml/simple-node.cpp: potential fix for bug #1108231
5393 2004-01-23  Ted Gould  <ted@gould.cx>
5395         * po/POTFILES.in, share/extensions/dia.inx,
5396         src/preferences-skeleton.h, src/extension/Makefile_insert,
5397         src/extension/dependency.cpp, src/extension/dependency.h,
5398         src/extension/error-file.cpp, src/extension/error-file.h,
5399         src/extension/extension.cpp, src/extension/extension.h,
5400         src/extension/init.cpp, src/extension/prefdialog.cpp:
5402         Adding in functionality to write out an error log based on the failing to
5403         load of extensions.  There is also a new error dialog that appears if one
5404         or more fail to alert the user and tell them where the error log is
5405         stored.  In the log there is more complex descriptions of what failed.
5407 2004-01-23  MenTaLguY  <mental@rydia.net>
5409         * src/sp-object.cpp: fix for id binding bug
5411 2004-01-23  MenTaLguY  <mental@rydia.net>
5413         * src/xml/repr-io.cpp: don't complain about not having a namespace
5414           URI for the standard xml: prefix
5416         * src/desktop-style.cpp, src/desktop.cpp, src/document-undo.cpp,
5417           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
5418           src/interface.cpp, src/nodepath.cpp, src/object-edit.cpp,
5419           src/path-chemistry.cpp, src/prefs-utils.cpp, src/select-toolbar.cpp,
5420           src/selection-chemistry.cpp, src/sp-defs.cpp, src/sp-flowdiv.cpp,
5421           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-item.cpp,
5422           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object.cpp,
5423           src/sp-offset.cpp, src/sp-pattern.cpp, src/sp-string.cpp,
5424           src/sp-text.cpp, src/sp-tspan.cpp, src/sp-use.cpp, src/splivarot.cpp,
5425           src/text-chemistry.cpp, src/text-context.cpp, src/text-editing.cpp,
5426           src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp,
5427           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
5428           src/extension/extension.h, src/extension/implementation/script.cpp,
5429           src/widgets/dash-selector.cpp, src/widgets/gradient-vector.cpp,
5430           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
5431           src/xml/comment-node.h, src/xml/element-node.h,
5432           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
5433           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
5434           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5435           src/xml/repr.h, src/xml/simple-document.cpp, src/xml/simple-document.h,
5436           src/xml/simple-node.cpp, src/xml/simple-node.h,
5437           src/xml/sp-repr-action.cpp, src/xml/sp-repr-doc.h, src/xml/sp-repr.h,
5438           src/xml/text-node.h:
5440           got rid of xml/repr-private.h, removed
5441           sp_repr_document_createTextNode(), made SPRepr and SPReprDoc abstract
5442           interfaces, and moved the SPRepr implementations into separate files
5443           in the Inkscape::XML namespace
5445         * src/util/shared-c-string-ptr.h: added equality operators to avoid
5446           certain ambiguities
5448 2004-01-22  MenTaLguY  <mental@rydia.net>
5450         * src/xml/Makefile_insert, src/xml/repr-private.h, src/xml/repr.cpp,
5451           src/xml/session.h, src/xml/simple-session.cpp, src/xml/simple-session.h,
5452           src/xml/sp-repr-action.cpp, src/xml/transaction-logger.h:
5454           added Inkscape::XML::Session and Inkscape::XML::TransactionLogger
5455           to provide a new interface for transactions, rather than doing it from
5456           SPReprDoc
5458 2004-01-22  MenTaLguY  <mental@rydia.net>
5460         * src/xml/Makefile_insert, src/xml/node-observer.h,
5461           src/xml/repr-private.h, src/xml/repr.cpp:
5463           moved repr loging behind generic observer interface
5465 2005-01-22  Ted Gould  <ted@gould.cx>
5467         * src/display/canvas-grid.cpp, src/display/canvas-grid.h;
5469         Fixing 1103001.  Now major grid lines work alot more like you
5470         think that they should.
5472 2005-01-21  MenTaLguY  <mental@rydia.net>
5474         * src/util/Makefile_insert, src/util/shared-c-string-ptr.cpp,
5475           src/util/shared-c-string-ptr.h, src/util/shared-c-string.cpp,
5476           src/util/shared-c-string.h, src/xml/repr-io.cpp,
5477           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5478           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h:
5480           renamed Util::SharedCString to Util::SharedCStringPtr, which is
5481           more descriptive of what it actually is
5483 2005-01-21  MenTaLguY  <mental@rydia.net>
5485         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp:
5487           simplify the cacheing of repr position indices, and make it something
5488           that can work with an abstract interface
5490 2005-01-20  Kees Cook  <kees@outflux.net>
5492         * src/file.cpp: added some debug output to help bulia debug bug #1102318.
5493         * configure.ac: more attempts at detecting the -lgc libs.
5495 2005-01-19  Kees Cook  <kees@outflux.net>
5497         * configure.ac: trying to correct the -lgc detection.
5498         * inkscape.pod: added theme details.
5499         * src/widgets/widget-sizes.h: went from 20 to 24 for toolbar icon size
5500           to match other GTK applications.
5501         * src/extension/db.cpp: corrected STL "not found" handling.  Didn't
5502           fix bug #1102318.
5504 2005-01-18  Kees Cook  <kees@outflux.net>
5506         * src/inkscape.h, src/inkscape.cpp, src/widgets/icons.cpp:
5507           Added basic theme support!  Whee!
5508         * share/inkscape/icons.svg: restoring original up/down/flip icons since
5509           icons are themable now.  We should stick to our original look.
5510         * share/screens/about.svg: added Brisgeek's 0.41 about screen.  Had
5511           to tweak background: looks like doc background isn't imported.
5512         * share/icons/*.xpm, share/icons/*.png: removed them.  Not being used.
5514 2005-01-17  MenTaLguY  <mental@rydia.net>
5516         * src/desktop-style.cpp, src/inkscape.cpp, src/interface.cpp,
5517           src/path-chemistry.cpp, src/prefs-utils.cpp, src/selection-chemistry.cpp,
5518           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-object.cpp,
5519           src/sp-text.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
5520           src/dialogs/xml-tree.cpp, src/extension/internal/pov-out.cpp,
5521           src/widgets/dash-selector.cpp, src/xml/repr-css.cpp,
5522           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
5523           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5524           src/xml/sp-repr-action.cpp:
5526           Made all SPRepr fields private, and moved most functionality into
5527           member functions.  Also shuffled SPReprDoc members, to avoid
5528           need for SPReprDoc to be finalized.
5530 2005-01-17  Kees Cook  <kees@outflux.net>
5532         * share/markers/markers.svg: applied patch #990884, which provides a
5533           few mirrored arrows until marker transforms are finished.
5534         * share/icons/icons.svg: updates per Bulia's request.
5536 2005-01-16  MenTaLguY  <mental@rydia.net>
5538         * src/sp-object.cpp: non-elements no longer get ids assigned
5540 2005-01-15  MenTaLguY  <mental@rydia.net>
5542         * src/arc-context.cpp, src/document-private.h, src/document.cpp,
5543           src/document.h, src/event-context.cpp, src/node-context.cpp,
5544           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
5545           src/star-context.cpp, src/toolbox.cpp, src/uri-references.cpp,
5546           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
5547           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
5548           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
5549           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
5550           src/xml/sp-repr-event-vector.h:
5552           Removed attribute setting callback, and decoupled ids and object/repr
5553           bindings (object <-> repr associations are now remembered directly,
5554           though ids are still tracked too).
5556           This means it is now possible to set a null id on an object without
5557           anything breaking (hopefully).  For now we will still assign ids
5558           to everything by default...
5560 2005-01-15  MenTaLguY  <mental@rydia.net>
5562         * src/arc-context.cpp, src/event-context.cpp, src/node-context.cpp,
5563           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
5564           src/star-context.cpp, src/toolbox.cpp,
5565           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
5566           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
5567           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
5568           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
5569           src/xml/sp-repr-event-vector.h:
5571           remove all veto callbacks but setting attributes
5573 2005-01-15  Kees Cook  <kees@outflux.net>
5575         * src/inkscape.cpp: correcting windows path for preferences.  Closes
5576         bug #933461.
5578         * src/file.cpp, src/nodepath.cpp, src/selection-describer.cpp,
5579         src/seltrans.cpp, src/sp-item-group.cpp, src/sp-path.cpp,
5580         src/sp-spiral.cpp, src/sp-star.cpp, src/dialogs/find.cpp:
5581         Using ngettext for plural localized strings.  Please try to keep this
5582         up.  Closes bug #1076872.
5584         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
5585         src/inkscape-stock.h, src/dialogs/stroke-style.cpp,
5586         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
5587         src/dialogs/xml-tree.cpp: Finished the last of the missing pixmap
5588         replacements from Andreas Nilsson.  Fixed some mistakes in the earlier
5589         changes (need to call sp_icon_new_scaled not sp_icon_new).
5591 2005-01-14  MenTaLguY  <mental@rydia.net>
5593         * src/gc.cpp: leave the free space multiplier at the default, which
5594           will hopefully (according to Hans) avoid some of the odd gc issues
5595           we've had, if nothing else does
5597 2005-01-14  Kees Cook  <kees@outflux.net>
5599         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
5600         src/inkscape-stock.h, src/verbs.cpp, src/dialogs/stroke-style.cpp,
5601         src/dialogs/transformation.cpp, src/widgets/icon.cpp, src/widgets/icon.h,
5602         src/widgets/paint-selector.cpp:
5603         Fixed up code and replaced pixmaps with icons from myself and
5604         Andreas Nilsson.
5606 2005-01-11  MenTaLguY  <mental@rydia.net>
5608         * src/xml/repr-io.cpp: promote non-namespaced SVG documents into SVG
5609           namespace
5611 2005-01-08  MenTaLguY  <mental@rydia.net>
5613         * src/Makefile_insert, src/gc-anchored.cpp, src/gc-anchored.h:
5614           abstracted allocation of anchors
5616 2005-01-06  Ted Gould  <ted@gould.cx>
5618         * src/interface.cpp, src/extension/effect.cpp,
5619         src/extension/implementation/implementation.cpp,
5620         src/extension/implementation/implementation.h,
5621         src/extension/implementation/plugin-link.h,
5622         src/extension/implementation/plugin.cpp,
5623         src/extension/implementation/plugin.h,
5624         src/extension/implementation/script.cpp,
5625         src/extension/implementation/script.h, src/extension/plugin/gimpgrad.cpp,
5626         src/extension/plugin/grid.cpp:
5628         Changing the effects preferences so that it uses sockets and plugs which
5629         will allow out of process GUIs to work too.  This is a first pass with
5630         nothing beautiful, but it does seem to work.
5632 2005-01-03  MenTaLguY  <mental@rydia.net>
5634         * src/document.cpp, src/main.cpp, src/sp-root.cpp:
5635           get rid of ugly xmlns hacks
5637         * src/inkscape.cpp, src/extension/internal/svg.cpp, src/xml/repr-io.cpp:
5638           automatically include xmlns declarations for the required namespaces,
5639           and make a best effort at using a default namespace when requested
5640           and possible
5642 2005-01-02  Kees Cook  <kees@outflux.net>
5644         * share/icons/icons.svg: updated view and location
5645         * src/document.cpp, src/dialogs/rdf.cpp: fixed another bug in metadata
5646           due to svg: prefix change.
5647         * src/inkscape-stock.h, src/inkscape-stock.cpp, share/icons/Makefile.am:
5648           removed unused xpm icons
5650 2005-01-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5652         * src/fontsize-expansion.h, src/fontsize-expansion.cpp:
5653           New files.
5654         * src/Makefile_insert: Add the new files to libinkpre_a_SOURCES.
5655         * src/desktop-style.cpp (sp_desktop_apply_css_recursive):
5656           When calling sp_css_attr_scale, change the expansion calculation
5657           to use fontsize_expansion().
5658         * src/sp-text.cpp (sp_text_set_transform): Similarly use
5659           fontsize_expansion() instead of generic m.expansion().
5661 2005-01-01  Kees Cook  <kees@outflux.net>
5663         * src/extension/db.h, src/extension/db.cpp, src/extension/init.cpp:
5664         created "modulelist" to maintain initialization order for extension
5665         lists.
5667 2004-12-31  MenTaLguY  <mental@rydia.net>
5669         * src/xml/repr-io.cpp, src/xml/repr.h: initial scaffoliding for more
5670           cosmetic use of prefixes in output files (and eventually more proper
5671           namespace handling for output as well)
5673 2004-12-31  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5675         * src/sp-text.cpp (sp_text_set_transform): Change scaling of font size.
5676           The result should be closer to what CorelDraw, XaraX, Canvas 7 and
5677           Expression3 do according to vellum, though I don't know the exact
5678           rule that they use.
5680 2004-12-25  Ted Gould  <ted@gould.cx>
5682         * share/extensions/grid.inx, src/extension/extension.cpp,
5683         src/extension/extension.h, src/extension/plugin/grid.cpp:
5685         Futher improvements to the grid plugin.  This involves mostly adding in
5686         parameters at this time, but, ofcourse, I never implemented floating
5687         point parameters -- so that had to be done first.  More modular code so
5688         that things can be adjusted externally better.
5690 2004-12-25  Ted Gould  <ted@gould.cx>
5692         * share/extensions/Makefile.am, share/extensions/grid.inx,
5693         src/extension/implementation/plugin-link.h,
5694         src/extension/implementation/plugin.cpp,
5695         src/extension/plugin/Makefile_insert, src/extension/plugin/gimpgrad.cpp,
5696         src/extension/plugin/grid.cpp:
5698         Adding in a new effect plugin, grid.  It draws a grid on the canvas which
5699         is just an easy way to do some neat things.  It is mostly done, but still
5700         needs cleanup.  Some other files required modification to make this
5701         possible.
5703 2004-12-25  MenTaLguY  <mental@rydia.net>
5705         * src/event-context.cpp: removed unused handler
5707 2004-12-25  Ted Gould  <ted@gould.cx>
5709         * share/extensions/svg_dropshadow:
5711         Changing to use "svg:g" instead of "g" for the group.
5713         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h,
5714         src/extension/system.cpp, src/extension/system.h,
5715         src/extension/implementation/implementation.cpp,
5716         src/extension/implementation/implementation.h,
5717         src/extension/implementation/plugin.cpp,
5718         src/extension/implementation/plugin.h,
5719         src/extension/implementation/script.cpp,
5720         src/extension/implementation/script.h:
5722         Final stuff to get Effects working as well as the did before, which
5723         is okay, but not great.  This involved changing the API to get an SPView
5724         instead of an SPDocument because then I can get the selection information
5725         from the view that is being used.
5727 2004-12-24  MenTaLguY  <mental@rydia.net>
5729         * src/sp-object-repr.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
5730           src/dialogs/rdf.cpp, src/dialogs/xml-tree.cpp,
5731           src/widgets/sp-xmlview-tree.cpp, src/xml/repr-io.cpp,
5732           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
5733           src/xml/repr.h:
5735           cleaned out unused code and unhygenic macros, as well as fixing
5736           constructors for text and comment nodes
5738 2004-12-24  Ted Gould  <ted@gould.cx>
5740         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h:
5742         Okay, now the effects menu really works!  Well, the implementation seems
5743         to be broken, but the wrapper seems to be all working.
5745 2004-12-24  Ted Gould  <ted@gould.cx>
5747         * src/interface.cpp, src/verbs.cpp, src/verbs.h, src/extension/effect.cpp,
5748         src/extension/effect.h:
5750         Getting the Effects menu basically working.  This included some fixes to
5751         the verbs where they were incrementing the database incorrectly.  The
5752         effects are the first component to take advantage of the dynamically
5753         created verbs, and exercised new code.  Now the basic menu is available,
5754         but there is no functionality there.
5756 2004-12-24  Ted Gould  <ted@gould.cx>
5758         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
5760         Basic code for the effects menu.
5762         * src/dialogs/filedialog.cpp, src/dialogs/filedialog.h,
5763         src/extension/db.cpp, src/extension/db.h:
5765         Changing the DB access functions to use std::list instead of GSList so
5766         that it is more standard, and we get rid of a specialized class that
5767         really isn't that useful.  Less memory usage, and fixes a leak.
5769         * src/extension/effect.cpp, src/extension/effect.h:
5771         Adding in a "Last Effect" to be used in the menus.
5773         * src/extension/extension-forward.h, src/extension/extension.cpp,
5774         src/extension/extension.h, src/extension/input.cpp,
5775         src/extension/output.cpp, src/extension/timer.cpp, src/extension/timer.h,
5776         src/extension/Makefile_insert:
5778         Adding in the timer functions so that modules will unload in a given
5779         amount of time.  For more information on this read the documentation
5780         in the files.  Kinda a lazy deallocation.
5782         * src/extension/implementation/implementation.cpp:
5784         Fix unload so that it is not recursive.
5786 2004-12-23  MenTaLguY  <mental@rydia.net>
5788         * src/arc-context.cpp, src/document.cpp, src/draw-context.cpp,
5789           src/dyna-draw-context.cpp, src/file.cpp, src/gradient-chemistry.cpp,
5790           src/interface.cpp, src/layer-fns.cpp, src/main.cpp, src/object-ui.cpp,
5791           src/path-chemistry.cpp, src/rect-context.cpp,
5792           src/selection-chemistry.cpp, src/sp-anchor.cpp, src/sp-clippath.cpp,
5793           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
5794           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-gradient-test.cpp,
5795           src/sp-gradient.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
5796           src/sp-line.cpp, src/sp-marker.cpp, src/sp-mask.cpp,
5797           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-offset.cpp,
5798           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
5799           src/sp-polyline.cpp, src/sp-rect.cpp, src/sp-root.cpp,
5800           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp, src/sp-text.cpp,
5801           src/sp-tspan.cpp, src/sp-use.cpp, src/spiral-context.cpp,
5802           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
5803           src/text-context.cpp, src/dialogs/find.cpp, src/dialogs/rdf.cpp,
5804           src/dialogs/xml-tree.cpp, src/ecma/EcmaBinding.cpp,
5805           src/extension/internal/gdkpixbuf-input.cpp,
5806           src/extension/internal/svg.cpp, src/livarot/ShapeDraw.cpp,
5807           src/xml/repr-io.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp:
5809           use normalized qnames for SVG elements too
5811 2004-12-23  Kees Cook  <kees@outflux.net>
5813         * configure.ac, src/Makefile_insert, src/extension/script/Makefile_insert:
5814           adding Perl and Python compile tests.  Corrected library locations.
5815         * src/extension/script/InkscapeScript.h,
5816           src/extension/script/InkscapePython.cpp,
5817           src/extension/script/InkscapeScript.cpp: white space fix, and
5818           added config.h, and some small debugging for myself.  Hope Bob doesn't
5819           mind!  :)
5820         * src/dialogs/scriptdialog.cpp: added comments to default code.
5822 2004-12-22  Kees Cook  <kees@outflux.net>
5824         * configure.ac, src/extension/script/Makefile_insert: automake cleanups
5825           to deal with perl/python detection.
5827 2004-12-20  David Turner <novalis@gnu.org>
5828         * src/widgets/gradient-vector.cpp:
5829           Fixed bug with gradient stops at 0 and 100%.  Closes 1085920.
5831 2004-12-18  Bob Jamison  <rjamison@titan.com>
5833         * src/extensions/script/*:
5834           New files that enable embedding of scripting languages
5835           in Inkscape.  Currently using Swig to embed Perl and Python.
5837         * autoconf.ac:
5838           Allow opting for perl or python with --with-perl=yes|no
5839           and --with-python=yes|no
5841 2004-12-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5843         * streq.h (streq), strneq.h (strneq), memeq.h (memeq):
5844           New convenience functions for strcmp(a,b)==0 etc.
5846         * src/dir-util.cpp (sp_relative_path_from_path):
5847           Fix when base is a string prefix of path but a directory prefix
5848           (e.g. path=/foo/barney, base=/foo/bar).
5850 2004-12-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5852         * src/sp-conn-end.cpp (sp_conn_end_move_compensate):
5853           Fix for undo/save: wasn't calling updateRepr().
5855 2004-12-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5857         * src/style.cpp (sp_style_merge_from_style_string):
5858           More standards-conforming parsing of style strings into prop:value
5859           pairs.
5861 2004-12-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5863         * src/style.h, src/style.cpp, src/libnrtype/font-style-to-pos.cpp:
5864           Fix font-weight value: s/darker/bolder/.
5866         * src/style.cpp (sp_style_merge_from_parent):
5867           Fix bug with specifying stroke-width with unit of em or ex.
5868           (We were ignoring the number, treating it as 1em or 1ex.)
5870         * src/style.h, src/style.cpp (sp_style_read_dash,
5871           sp_style_write_string, sp_style_write_difference):
5872           Allow `inherit' as a value for dasharray.
5873           (Also plug small memory leak in sp_style_read_dash.)
5875 2004-12-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5877         * src/style.cpp (sp_style_write_string):
5878           Fix for when stroke-dasharray either explicitly set to `none', or
5879           inherits non-none.
5881         * src/style.cpp (sp_style_write_ienum):
5882           Fix: preserve explicit `inherit' request.
5883         * (sp_style_read, sp_style_merge_property):
5884           Allow explicit `inherit' for `display' property.
5886         * src/style.cpp (sp_style_read):
5887           Fix copy&paste bug affecting `visibility' and `display' properties.
5889 2004-12-07  David Turner  <novalis@gnu.org>
5891         * src/libnrtype/RasterFont.cpp, src/display/nr-arena-shape.cpp:
5892         Fixed dash rendering bug (#1077213)
5894 2004-12-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5896         * src/style.h, src/style.cpp: Support all `display' values
5897           required by SVG 1.1.  (No functional change, insofar as the new
5898           values all have the same behaviour as our existing `block' value
5899           in SVG.)
5900         * src/sp-item.cpp, src/style.cpp: Use `inline' (SP_CSS_DISPLAY_INLINE)
5901           rather than `block' as our generic display value meaning `don't hide
5902           this', as per spec.
5904         * src/style.cpp: Prefer to write lr-tb etc. rather than the
5905           abbreviations lr etc.  (Also add comment saying why.)
5907 2004-12-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5909         * src/dialogs/xml-tree.cpp (on_attr_select_row_set_value_content):
5910           Fix segfault: treat NULL as empty string for display purposes.
5912 2004-11-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5914         * src/svg/svg.h, src/svg/sp-svg.def, src/svg/svg-length.cpp:
5915           (sp_svg_boolean_read, sp_svg_write_percentage):
5916           Remove these unused functions.
5917           (sp_svg_length_read_lff, sp_svg_number_write_d,
5918           sp_svg_number_write_i): Mark static.
5920         * configure.ac:
5921           When adding -lgc to LIBS, also add its dependencies -lpthread -ldl.
5923 2004-11-28  Ted Gould  <ted@gould.cx>
5925         * 0.40
5927 2004-11-25  MenTaLguY  <mental@rydia.net>
5929         * share/tutorials/tutorial-calligraphy.svg: spelling fix
5931         * src/widgets/layer-selector.cpp: fixing the layer selector update bug;
5932           sigc++ apparently doesn't deal with reference arguments very well
5934 2004-11-25  MenTaLguY  <mental@rydia.net>
5936         * src/layer-fns.cpp: fix layer creation within sublayers
5938         * src/dialogs/layer-properties.cpp: fix dialog leak
5940 2004-11-25  MenTaLguY  <mental@rydia.net>
5942         * src/inkscape.cpp: eliminate duplicated code across #ifdefs
5944         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5945           src/dialogs/layer-properties.h:
5947           LayerPropertiesDialog is no longer a singleton, since it's kind of a
5948           per-desktop (well, ideally per-document) thing.  Remaining to do:
5949           fix update of layer selector widget, and eliminate leak of dialog
5950           objects.
5952 2004-11-24  Kees Cook  <kees@outflux.net>
5954         * inkscape.spec: added SMP flags, added static library link capability.
5956 2004-11-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5958         * src/draw-context.cpp (spdc_concat_colors_and_flush):
5959           Do nothing if empty curve; in particular, don't try to close an
5960           empty curve.
5962         * src/pen-context.cpp (spdc_endpoint_snap):
5963           Fix use of uninitialized value when snapping.
5965 2004-11-23  Bryce Harrington <bryce@bryceharrington.org>
5967         * src/dialogs/layer-properties.cpp:  Fixing bug causing two new
5968           layers to get created when hitting enter
5970 2004-11-23  Kees Cook  <kees@outflux.net>
5972         * share/tutorials: added Josh's changes, resized, repositioned for
5973           800x600.
5974         * src/verbs.h, src/verbs.cpp, src/interface.cpp: added tracing
5975           tutorial.
5977 2004-11-23  MenTaLguY  <mental@rydia.net>
5979         * src/rect-context.cpp: disallow drawing on locked or invisible layers
5981         * src/widgets/layer-properties.h, src/widgets/layer-properties.cpp:
5982           slight HIG-ification
5984         * src/desktop.cpp, src/desktop.h, src/widgets/layer-selector.cpp,
5985           src/widgets/layer-selector.h, src/verbs.cpp, src/sp-desktop-widget.h
5987           removed vestigal layer renaming thing
5989         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
5990           src/dialogs/layer-properties.h:
5992           reuse dialog for creating layers as well as for renaming them
5994 2004-11-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5996         * src/display/bezier-utils.cpp (generate_bezier): For the sake of
5997           our current pencil tool, don't use free optimization of the end
5998           tangent vector.
6000 2004-11-21  MenTaLguY <mental@rydia.net>
6002         * src/verbs.cpp: add accels for layer menu items
6004 2004-11-21  Bryce Harrington <bryce@bryceharrington.org>
6006         * src/dialogs/layer-properties.cpp, src/verbs.cpp,
6007           src/dialogs/layer-properties.h: Hooking up layer rename
6008           functionality, and making it show correctly.
6010         * src/dialogs/debugdialog.cpp, src/dialogs/find.cpp,
6011           src/dialogs/tracedialog.cpp:  Fixing dialog show behavior
6013 2004-11-21  Kees Cook  <kees@outflux.net>
6015         * src/sp-object.cpp, src/sp-metadata.cpp: added some debugging, and
6016           fixed a dumb error in my metadata _release handler.  Should mostly
6017           close bug 1069772.
6018         * src/Makefile_insert, src/sp-skeleton.cpp, src/sp-skeleton.h:
6019           created some example SPObject implementations for a basis for any
6020           new SPObjects in the future.
6021         * src/dialogs/xml-tree.cpp: fixing logic bug in identability checker.
6022           Added immutability test to actually close 1069772.
6023         * share/icons/icons.svg, src/verbs.cpp, src/interface.cpp: adding
6024           icons for the "new" menu, vacuum, reverse, make bitmap, and trace.
6026 2004-11-20  Jon A. Cruz  <jon@joncruz.org>
6028         * src/extension/db.h, src/extension/db.cpp, src/dialogs/filedialog.cpp:
6029           Added extension matching pattern. Fixed bug 1064888.
6031         * src/dialogs/filedialog.cpp (isValidImageFile):
6032           Fixed previewing bug 1067551.
6034 2004-11-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6036         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
6037           Add splitpoints parameter.  Callers updated.
6039         * src/display/bezier-utils.cpp
6040           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full):
6041           Change last parameter from lg_max_beziers to max_beziers.
6042           Callers updated.
6044 2004-11-19  Bryce <bryce@bryceharrington.org>
6046         * src/dialogs/layer-properties.cpp,
6047           src/dialogs/layer-properties.h:  Adding some widgets.
6049 2004-11-18  Bryce <bryce@bryceharrington.org>
6051         * src/dialogs/Makefile_insert, src/dialogs/makefile.msc,
6052           src/dialogs/layer-properties.h, src/dialogs/layer-properties.h:
6053           Adding a layer properties dialog for renaming layers
6055         * src/desktop.cpp src/interface.cpp, src/verbs.cpp,
6056           src/verbs.h src/dialogs/layer-properties.cpp,
6057           src/dialogs/layer-properties.h,
6058           src/widgets/layer-selector.cpp:  Hooking in layer props dialog.
6060 2004-11-16  MenTaLguY  <mental@rydia.net>
6062         * src/widgets/document-tree-model.cpp, src/widgets/document-tree-model.h,
6063           src/widgets/layer-selector.cpp, src/widgets/Makefile_insert:
6065           removed Widgets::DocumentTreeModel because unused
6067         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
6068           src/xml/repr.h:
6070           cache successive sibling counts (self+subsequent siblings) in SPRepr
6071           to make sp_repr_n_children() and sp_repr_position() more efficient,
6072           which will be needed later for e.g. GTK tree models.
6074           sp_repr_nth_child() isn't any faster as a result of the changes,
6075           but it probably won't need to be
6077         * src/xml/repr.cpp: fixed refcount leak in SPRepr::SPRepr(SPRepr const &)
6079 2004-11-15  MenTaLguY  <mental@rydia.net>
6081         * src/gc.cpp: add initial stubs that print an informative error
6082           if the GC functions are used before Inkscape::GC::init() is called
6084 2004-11-14  MenTaLguY  <mental@rydia.net>
6086         * configure.ac, src/gc-core.h, src/gc-managed.h, src/gc-anchored.h,
6087           src/gc-finalized.h, src/gc.cpp:
6089           make disabling the collector a run-time rather than a compile-time
6090           option; there are now three garbage collector options, selectable
6091           by setting the _INKSCAPE_GC environment variable:
6093            * enable - the normal collector (default)
6094            * debug - the debugging collector
6095            * disable - use standard malloc in place of the libgc allocator
6097 2004-11-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6099         * src/display/bezier-utils.cpp: Make end tangent/s be unconstrained for
6100           sp_bezier_fit_cubic, sp_bezier_fit_cubic_r, and around corner nodes.
6102         * src/pencil-context.cpp (fit_and_split): Allow the bezier fitter to
6103           choose the middle control points freely except to the extent required
6104           for smooth nodes.
6106         * src/display/bezier-utils.cpp (generate_bezier):
6107           If either end tangent is specified as zero then estimate the
6108           corresponding control point without constraining its direction
6109           from the endpoint.
6111         * src/pencil-context.h, src/pencil-context.cpp
6112           (fit_and_split, sp_pencil_context_init): Explicitly remember required
6113           tangent instead of using "first two points" hack.
6115         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
6116           Detect & prevent "ghost spikes", by allowing a corner node if
6117           the specified tangent would result in a spike.
6119         * src/display/bezier-utils.cpp (generate_bezier): Better handling
6120           of the case of infinite solutions for the lengths of the two
6121           tangent vectors: try requiring that the lengths equal each other,
6122           and solving for that length (just one variable).
6124 2004-11-13  Kees Cook  <kees@outflux.net>
6126         * src/document.cpp: wrapped updateDisplay call in undo insensitivity.
6127           Closes bug #1030436.
6129 2004-11-12  MenTaLguY  <mental@rydia.net>
6131         * src/main.cpp: fpresetsticky -> fpsetsticky
6133         * src/verbs.cpp: cast width changes
6135         * src/libnrtype/FlowBoxes.h, src/libnrtype/FlowDefs.h,
6136           src/libnrtype/FlowDest.h, src/libnrtype/FlowEater.h,
6137           src/libnrtype/FlowRes.h, src/libnrtype/FlowSols.h,
6138           src/libnrtype/FlowSrc.h, src/libnrtype/FlowSrcText.h,
6139           src/libnrtype/FlowStyle.h, src/libnrtype/FlowUtils.h:
6140           remove stdint.h which isn't being used here
6142         * src/widgets/icon.h, src/widgets/icon.cpp:
6143           icon greys out when insensitive
6145         * src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
6146           documentation
6148         * src/verbs.cpp: changed cast to reinterpret_cast to hopefully
6149           avoid compiler warning
6151 2004-11-11  Kees Cook  <kees@outflux.net>
6153         * src/seltrans.cpp, src/select-context.cpp: ref counting SPObjects
6154           correctly so undo's don't blow up an active resize/move.  Closes
6155           bug #1018756.
6157 2004-11-11  MenTaLguY  <mental@rydia.net>
6159         * src/inkscape.cpp, src/main.cpp, src/widgets/icon.cpp:
6160           removed sp_bitmap_icons
6162         * configure.ac, src/sp-image.cpp, src/object-ui.cpp:
6163           removed stale autotrace support code
6165 2004-11-10  MenTaLguY  <mental@rydia.net>
6167         * src/sp-item.cpp, src/sp-clippath.cpp, src/cp-mask.cpp:
6168           minor refcounting tweaks
6170         * src/sp-image.cpp: fixed failure to release GdkPixbufLoader when
6171           done with it (fixes bug #1063054)
6173 2004-11-10  Kees Cook  <kees@outflux.net>
6175         * configure.ac, src/gc-core.h: corrected gc.h path detection.
6177 2004-11-09  MenTaLguY  <mental@rydia.net>
6179         * src/dialogs/fileselector.cpp: fixed cut-and-paste refcount bug
6180           between SVGPreview::setFileName and SVGPreview::setFromMem that
6181           was leaking bitmap image preview SPDocuments
6183 2004-11-09  Bryce Harrington <bryce@bryceharrington.org>
6185         * src/dialogs/item-properties.cpp
6187 2004-11-09  MenTaLguY  <mental@rydia.net>
6189         * src/sp-item.cpp, src/style.cpp, src/style.h:
6190           use 'display' rather than 'visibility' for hiding, and give display
6191           a more "modern" representation in SPStyle like visibility's
6193 2004-11-09  Kees Cook  <kees@outflux.net>
6195         * src/dialogs/xml-tree.cpp: added better context to the status bar.
6196           added warning flash for id conflicts.
6197         * src/toolbox.cpp: killed some copy/paste code while bug hunting.
6199 2004-11-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6201         * src/sp-item.h, src/sp-item.cpp
6202           (isExplicitlyHidden, setExplicitlyHidden): New methods.
6204         * src/dialogs/item-properties.cpp: Change from having a `Visible'
6205           checkbox that explicitly sets the SVG visibility property to
6206           having a `Hide' checkbox that controls whether or not the
6207           element has visibility:hidden.  (Mitigates #1061934.)
6209         * src/sp-object.h, src/sp-object.cpp (visible, setVisible):
6210           Remove these methods.
6212 2004-11-07  MenTaLguY  <mental@rydia.net>
6214         * src/gc-finalized.h: fix for Debian bug #279991 (cast to ptrdiff_t
6215                               rather than int), and basic documentation
6217 2004-11-06  MenTaLguY  <mental@rydia.net>
6219         * src/sp-item.cpp: fix desktop-specific version of SPItem::isHidden()
6220                            to deal correctly with parent visibility
6222 2004-11-05  MenTaLguY  <mental@rydia.net>
6224         * src/widgets/layer-selector.cpp: more work on making the lock/hide
6225           buttons actually do something
6227         * src/sp-item.cpp, src/sp-item.h: implement lock/hide related methods
6229         * src/verbs.cpp: "Remove All Kerns" -> "Remove Manual Kerning"
6231 2004-11-04  Kees Cook  <kees@outflux.net>
6233         * src/dialogs/rdf.h, src/dialogs/rdf.cpp: added rdf:Bag for the
6234           dc:subject keyword list.  Closed bug #1021025.
6235         * src/dialogs/xml-tree.cpp, src/widgets/sp-xmlview-attr-list.cpp,
6236           src/widgets/sp-xmlview-attr-list.h: added status bar to XML
6237           editor.  added row-change callback for XML tree view.  This
6238           all supports a possible future solution to bug #869683.
6239         * src/dialogs/desktop-properties.cpp: memory leak in RDF code.
6241 2004-11-04  MenTaLguY  <mental@rydia.net>
6243         * src/widgets/layer-selector.cpp: togglable images and formatting
6244           changes (make current layer bold)
6246         * src/uri.h, src/uri.cpp: added assignment operator
6248 2004-11-03  MenTaLguY  <mental@rydia.net>
6250         * src/widgets/Makefile_insert, src/widgets/shrink-wrap-button.cpp,
6251           src/widgets/shrink-wrap-button.h:
6253           added Inkscape::Widgets::shrink_wrap_button, to make any gtk button
6254           an SPButton-like shrink-wrapped button
6256         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6258           abandon SPButton for layer selector buttons
6260 2004-11-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6262         * po/check-markup: New script: detects <b>markup<b> <b>problems<7b>
6263           in the <b>translated strings.  (~10 such problems found.)
6264         * Makefile.am (all, check, distcheck): Run po/check-markup (with
6265           varying permissiveness of errors).
6267 2004-11-02  MenTaLguY  <mental@rydia.net>
6269         * doc/keys.xml: added documentation of layer keys
6271 2004-11-01  Kees Cook  <kees@outflux.net>
6273         * src/dialogs/align.cpp, src/dialogs/debugdialog.cpp: localized
6274         some missed strings.
6276 2004-11-01  MenTaLguY  <mental@rydia.net>
6278         * share/icons/icons.svg: gave bulia's eye icons ids
6280         * src/widgets/layer-selector.h, src/widgets/layers-selector.cpp:
6281           fixed up visibility/lock toggles... now to make them actually do
6282           something
6284 2004-10-31  MenTaLguY  <mental@rydia.net>
6286         * src/util/glib-list.h: adaptor for glib lists
6288         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6289           save the repr next to the SPObject
6291 2004-10-30  MenTaLguY  <mental@rydia.net>
6293         * src/util/list.h: more list cleanups and documentation
6295         * src/verbs.cpp: call sp_document_done() for layer verbs too
6297 2004-10-30  Bryce Harrington <bryce@bryceharrington.org>
6299         * src/dialogs/item-properties.cpp, src/sp-object.h:  Cleaning up
6300         stubs, disabling some more of the desc code to prevent crash.
6301         The change to SPObject::label() broke the label editing code;
6302         fixing it.
6304 2004-10-30  Kees Cook  <kees@outflux.net>
6306         * src/sp-metadata.cpp, src/sp-metadata.h, src/Makefile_insert,
6307         src/document.cpp, src/sp-object-repr.cpp, src/sp-object.cpp:
6308         I've created my very first SPObject!  SPMetadata is alive!  No
6309         more nasty hack to have it disappear from SVG Plain.  Mental
6310         won't have to take away my CVS access any more!  :)
6311         * inkscape2.nsi: update from Adib Taraben
6313 2004-10-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6315         * src/libnr/nr-matrix.cpp (nr_matrix_invert):
6316           Fix for last commit to this file, which broke src==dest case.
6317         * src/libnr/nr-matrix-test.cpp: Add test cases for nr_matrix_invert.
6319 2004-10-30  MenTaLguY  <mental@rydia.net>
6321         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6322           update when layers added/removed/reordered.
6324         * src/verbs.h, src/verbs.cpp: added "rename layer" verb.
6326 2004-10-29  Kees Cook  <kees@outflux.net>
6328         * src/Makefile_insert, src/trace/Makefile_insert,
6329         src/util/Makefile_insert: distcheck cleanups.
6331 2004-10-29  MenTaLguY  <mental@rydia.net>
6333         * src/widgets/layer-selector.cpp: default labels in italic
6335         * src/sp-object.h, src/sp-object.cpp: inkscape:label fixes
6337         * src/layer-fns.cpp: make ordering of layers complete; not just among
6338                              siblings
6340         * src/util/list.h: documentation update
6342 2004-10-29  Bryce Harrington <bryce@bryceharrington.org>
6344         * layer-fns.cpp:  documenting
6345         * layer-selector.cpp:  documenting & fixing funky widget resizing
6346         * object-ui.cpp, dialogs/item-properties.cpp, sp-object.h,
6347           sp-object.cpp, widgets/layer-selector.cpp: add ability to set
6348           inkscape:label from "Item Properties", remove id setting from
6349           "Item Properties", switch to using
6350           SPObject::label()/SPObject?::defaultLabel() in UI where object
6351           ID is currently used.  Documenting.  Switching from "label" to
6352           "inkscape:label" where appropriate.  Adding
6353           visible()/setVisible() functions and activating checkbox.
6354         * dialogs/item-properties.cpp:  Adding title and desc boxes.
6355           Adjusting layout of dialog a bit.  Changing to use of tables
6356           instead of horiz/vert boxes for layout.  Setting to inactive
6357           until some underlying bits get finished.
6359 2004-10-29  Kees Cook  <kees@outflux.net>
6361         * src/dialogs/export.cpp: moved function-based static state variable
6362           into the dialog state variables.  Closes bug #993447.
6363         * src/display/curve.cpp: fixed compile warning.
6364         * src/sp-namedview.cpp: wasn't ref counting correctly.  Closes #955020.
6366 2004-10-29  Jon A. Cruz  <jon@joncruz.org>
6368         * src/sp-image.cpp, src/extension/internal/gdkpixbuf-input.cpp:
6369           Refactoring filenames and file opening
6370           Scales imported images if DPI is known and not 72 DPI. Fixes
6371           #1029755
6373 2004-10-29  MenTaLguY  <mental@rydia.net>
6375         * src/widgets/layer-selector.cpp, src/verbs.cpp:
6376           unselect objects when layer is manually switched
6378 2004-10-28  Kees Cook  <kees@outflux.net>
6380         * src/document-undo.cpp, src/document.cpp, src/sp-namedview.cpp,
6381           src/sp-text.cpp, src/dialogs/desktop-properties.cpp,
6382           src/dialogs/export.cpp, src/extension/input.cpp,
6383           src/extension/output.cpp, src/extension/system.cpp:
6384           Fixing calls to sp_document_set_undo_sensitive to correct allow for
6385           nesting, as suggested by mental.  Found while tracking down bug
6386           #1030436.
6388 2004-10-28  MenTaLguY  <mental@rydia.net>
6390         * src/util/list.h: cleanups of list class.  I think, aside from
6391           documentation and maybe fixes for g++ 3.4 (if required), this
6392           is the last set of changes I will need to make.
6394         * src/sp-item.cpp, src/splivarot.cpp, src/util/reverse-list.h,
6395           src/util/filter-list.h, src/util/map-list.h:
6396           adjust for changes in the list class' interface
6398         * src/desktop.cpp, src/sp-desktop-widget.h:
6399           removed old layer selector and added SPDesktop::itemIsHidden()
6401         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6402           more work; it's now at least as functional as the old selector it
6403           replaces
6405 2004-10-27  Kees Cook  <kees@outflux.net>
6407         * src/libnr/nr-point.h: use NR::X and NR::Y instead of "0" and "1".
6408         * src/dialogs/export.cpp: stack/register weirdness requires a function
6409           call to get true == comparison of NR::Rect's.  Closes bug #1048614.
6410         * src/dialogs/align.cpp: saving erased iterator.  Closes bug #1054270.
6411         * share/extensions/ill2svg.pl: added strict, warnings, and detection
6412           of Image::Magick module.  Closes bug #990659.
6413         * src/dialogs/find.h, src/dialogs/find.cpp: removed unfinished new
6414           find dialog instantiation.  Closes bug #1048802.
6416 2004-10-27  Carl Hetherington  <inkscape@carlh.net>
6418         * src/extension/output.cpp: better fix for 1004134 after advice
6419         from Ted.
6421 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
6423         * src/extension/output.cpp: don't reset modified flag until after
6424         save has happened, in case it fails.  Fixes 1004134.
6426         * src/livarot/ShapeSweep.cpp: fix a typo in my cleanups.  Fixes
6427         1048151.
6429 2004-10-25  Bryce Harringotn <bryce@bryceharrington.org>
6431         * file.cpp, file.h, dialogs/export.cpp: Adding error return logic
6432           for png export code so that failure to write can be tracked.
6433           Adding an error dialog for when this occurs.  Fixes bug 1038932.
6435         * extension/system.cpp:  Changing sp_ui_error_dialog to g_warning
6436           so won't crash when running from commandline.  Fixes bug
6437           1000350.
6439         * inkscape.cpp, inkscape.h, main.cpp, dialogs/filedialog.cpp:
6440           Adding Inkscape::Application::use_gui flag as temporary hack to
6441           prevent gui dialogs from being used when running from
6442           commandline.  Fixes bug 1045067.
6444 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
6446         * src/livarot/PathCutting.cpp: fix a couple of bugs that I
6447         introduced that cause crashes on cut path.
6449 2004-10-25  Kees Cook  <kees@outflux.net>
6451         * src/sp-object.cpp: nasty hack to not export metadata on "Plain SVG".
6452           I promise I'll fix this with a proper SPObject soon.
6454 2004-10-25  Jon A. Cruz  <jon@joncruz.org>
6455         * src/file.cpp, src/file.h, src/inkscape.cpp, src/sp-image.cpp,
6456         src/uri.cpp, src/uri.h, src/dialogs/filedialog.cpp,
6457         src/extension/input.cpp, src/extension/implementation/script.cpp,
6458         src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
6459         src/extension/internal/win32.h, src/extension/plugin/gimpgrad.cpp,
6460         src/helper/png-write.cpp, src/trace/imagemap.cpp, src/xml/repr-io.cpp:
6462         Refactoring filenames and file opening
6464 2004-10-24  MenTaLguY  <mental@rydia.net>
6466         * src/Makefile.am: added/removed files
6468         * src/util/copy-list.h: nobody's using it right now, get rid of it
6470         * src/traits/copy.h, src/traits/list-copy.h:
6471           traits for determining the type to make a copy of a value
6473         * src/sp-item.cpp, src/util/filter-list.h src/util/map-list.h,
6474           src/util/reverse-list.h, src/widgets/layer-selector.cpp
6475           src/xml/sp-repr-action.cpp:
6477           let the list functions infer their own result type (where possible)
6479         * src/util/forward-pointer-iterator.h: its value type is a reference
6481 2004-10-23  MenTaLguY  <mental@rydia.net>
6483         * src/desktop.cpp: removed vertical usize limits on statusbar
6485         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6486           more layer selector work; simplfied model and customized CellRenderer
6487           settings a bit
6489         * src/attributes.cpp, src/attributes.h, src/sp-object.cpp, src/sp-object.h:
6490           add inkscape:label attribute
6492         * src/file.cpp, src/sp-anchor.h, src/sp-animation.h, src/sp-chars.h,
6493           src/sp-clippath.h, src/sp-conn-end.cpp, src/sp-defs.h, src/sp-ellipse.h,
6494           src/sp-gradient.h, src/sp-guide.h, src/sp-image.h, src/sp-line.h,
6495           src/sp-linear-gradient.h, src/sp-marker.h, src/sp-mask.h,
6496           src/sp-namedview.h, src/sp-object-group.h, src/sp-offset.h, src/sp-path.h,
6497           src/sp-pattern.h, src/sp-polygon.h, src/sp-polyline.h,
6498           src/sp-radial-gradient.h, src/sp-rect.cpp, src/sp-rect.h, src/sp-root.h,
6499           src/sp-spiral.h, src/sp-star.h, src/sp-stop.h, src/sp-string.h,
6500           src/sp-symbol.h, src/sp-text.h, src/sp-tspan.h, src/sp-use.h,
6501           src/sp-offset.cpp, src/sp-shape.h:
6503           make inheritance actual
6505 2004-10-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6507         * src/libnr/*: Move some things from nr-matrix-ops.h to new files.
6509         * src/libnr/nr-point-fns.h, src/libnr/nr-point-fns.cpp:
6510           New function is_zero.  Move is_unit_vector here
6511           (was private to sp-spiral.cpp).
6513         * src/display/bezier-utils-test.cpp: Disable a test, replacing with a
6514           todo printf and adding a comment explaining.
6516 2004-10-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6518         * src/pencil-context.cpp: Ensure that data points array p is uniqued
6519           and contains no NaNs.
6521         * src/libnr/nr-point-fns.cpp (LInfty): Fix bug with NaN coordinates:
6522           return NaN (rather than unspecified behaviour).
6523         * src/libnr/nr-point-fns-test.cpp: Add test cases for L1,L2,LInfty
6524           handling of NaN.
6526         * src/pencil-context.cpp: Fix bug: undesirable interactions between
6527           snapping and snap-to-anchor.
6529 2004-10-21  MenTaLguY  <mental@rydia.net>
6531         * src/desktop.cpp: SPDesktop::currentRoot() should pull from
6532           the current layer hierarchy just like SPDesktop::currentLayer();
6533           doubly so, since currently when switching documents the layer hierarchy
6534           is updated before the document is switched
6536         * src/util/Makefile_insert, src/util/copy-list.h: add list copy thingy
6538         * src/util/list.h: add rest()
6540         * src/util/reverse-list.h: bug fixes to reverse_list_in_place()
6542         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6543           more work on layer selector
6545 2004-10-21  Carl Hetherington  <inkscape@carlh.net>
6547         * src/livarot/Path.cpp, src/livarot/Path.h,
6548         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6549         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6550         src/livarot/ShapeMisc.cpp: excise separate path description data
6551         structure.
6553         * src/livarot/Path.h, src/livarot/Path.cpp,
6554         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6555         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6556         src/livarot/ShapeMisc.cpp, src/livarot/livarot-forward.h: move
6557         path description structs into their own files, and rename a few
6558         member variables.
6560         * src/livarot/Path.h, src/livarot/PathConversion.cpp,
6561         src/livarot/PathOutline.cpp: remove some unused functions.
6563 2004-10-20  Carl Hetherington  <inkscape@carlh.net>
6565         * src/livarot/Path.cpp: fix for 1050379, and probably lots of
6566         others.
6568         * src/livarot/Path.h, src/livarot/PathOutline.cpp: bug fix for a
6569         previous commit.
6571         * src/livarot/Path.cpp: fix a memory leak.
6573 2004-10-19  Carl Hetherington  <inkscape@carlh.net>
6575         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: more
6576         simplification cleanups.
6578         * src/livarot/PathStroke.cpp: coding style cleanups.
6580         * src/livarot/Path.h, src/livarot/PathSimplify.cpp,
6581         src/livarot/PathStroke.cpp: more cleanups; don't modify Path::pts
6582         and Path::nbPt.
6584         * src/livarot/Path.cpp, src/livarot/Path.h,
6585         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6586         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: use a
6587         std::vector for Path::pts.
6589 2004-10-18  Carl Hetherington  <inkscape@carlh.net>
6591         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: coding style
6592         and const cleanups.
6594         * src/livarot/PathSimplify.cpp: some very minor cleanups, and
6595         temporary comments for myself.
6597         * src/livarot/PathConversion.cpp: coding style cleanups.
6599         * src/livarot/PathConversion.cpp: fix for bug 1048827.
6601         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: clean up
6602         simplification code.
6604 2004-10-17  MenTaLguY  <mental@rydia.net>
6606         * share/templates/Makefile.am, share/templates/layers.svg:
6607           added a layer template
6609         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
6610           more layer selector work
6612         * src/util/filter-list.h, src/util/Makefile_insert:
6613           added filter_list()
6615 2004-10-15  Carl Hetherington  <inkscape@carlh.net>
6617         * src/livarot/PathSimplify.cpp: remove #ifdef
6618         pseudo_douglas_pecker code that wasn't being used.
6620 2004-10-15  MenTaLguY  <mental@rydia.net>
6622         * src/view.h: removed obsolete status message functions
6624         * src/attributes.h: remove unused #define
6626         * src/sp-object.cpp: fix for bug #1048268 (inkscape:collect being written
6627           in "plain SVG" files)
6629         * src/sp-item.h, src/sp-item.cpp: added isLocked() and isHidden()
6630           predicates
6632         * src/sp-item.cpp, src/sp-style.cpp: basic support for visibility CSS
6633           property
6635 2004-10-14  Ted Gould  <ted@gould.cx>
6637         * share/extension/*.inkmod -> *.inx
6638         src/extension/init.cpp
6640         Changing the filename extension that is used to identify Inkscape
6641         extensions to the one specified in the design document.
6643 2004-10-14  MenTaLguY  <mental@rydia.net>
6645         * src/util/list.h: more 3.4 fixes
6647 2004-10-13  MenTaLguY  <mental@rydia.net>
6649         * src/util/list.h, src/util/forward-pointer-iterator.h:
6651           fixes to (hopefully) build with g++ 3.4 (and generally be less evil
6652           anyway)
6654 2004-10-14  Carl Hetherington <inkscape@carlh.net>
6656         * src/livarot/int-line.cpp: coding style cleanups.
6658         * src/livarot/float-line.cpp, src/livarot/float-line.h:
6659         refactoring, removal of dead code.
6661         * src/display/guideline.cpp, src/display/guideline.h: coding style
6662         cleanups.
6664         * src/livarot/Path.cpp, src/livarot/Path.h,
6665         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6666         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: merge
6667         Path::path_lineto and Path::path_lineto_b.
6669 2004-10-14  Carl Hetherington <inkscape@carlh.net>
6671         * src/Path.cpp, src/Path.h, src/PathConversion.cpp,
6672         src/PathCutting.cpp, src/PathOutline.cpp, src/PathSimplify.cpp,
6673         src/ShapeMisc.cpp: use a vector of pointers for Path::descr_cmd.
6675         * src/livarot/Ligne.cpp, src/livarot/Ligne.h,
6676         src/livarot/int-line.cpp, src/livarot/int-line.h,
6677         src/livarot/float-line.cpp, src/livarot/float-line.h,
6678         src/livarot/livarot-forward.h, src/livarot/ShapeRaster.cpp,
6679         src/sp-flowregion.cpp, src/display/canvas-bpath.cpp,
6680         src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
6681         src/display/sp-ctrlline.cpp, src/libnrtype/FlowDest.cpp,
6682         src/libnrtype/RasterFont.cpp: split Ligne into float-line and
6683         int-line.
6685         * src/libnrtype/FlowDest.cpp, src/libnrtype/RasterFont.cpp,
6686         src/libnrtype/raster-position.h, src/livarot/float-line.cpp,
6687         src/livarot/float-line.h, src/livarot/int-line.cpp: use
6688         std::vector for arrays in FloatLigne.
6690         * src/livarot/float-line.cpp, src/livarot/float-line.h: remove
6691         lots of dead code.  Make some methods private.
6693 2004-10-12  MenTaLguY  <mental@rydia.net>
6695         * src/Makefile.am: added files
6697         * src/layer-fns.cpp, src/sp-item.cpp: use iterators, simplifying code
6699         * src/sp-object.cpp, src/splivarot.cpp: adapt to new version of
6700           Inkscape::Algorithms::longest_common_suffix
6702         * src/sp-object.h, src/sp-repr-iterators.h: add new iterator classes
6704         * src/algorithms/find-last-if.h: add counterpart of std::find_if
6706         * src/algorithms/longest-common-suffix.h: rewrite to use iterators
6708         * src/algorithms/longest-prefix.h, src/algorithms/longest-suffix.h,
6709           src/algorithms/shortest-prefix.h, src/algorithms/shortest-suffix.h:
6711           removed; these algorithms are no longer necessary when using
6712           iterators
6714         * src/traits/list.h: no longer needed
6716         * src/traits/reference.h: add "Pointer" member type
6718         * src/util/Makefile_insert: shuffled files
6720         * src/util/list.h: reworked Inkscape::Util::List to be a "handle" type
6721           that can also be used as an STL iterator
6723         * src/util/forward-pointer-iterator.h: treat a pointer as an iterator,
6724           given a base pointer type and a type which defines the iteration
6725           strategy
6727         * src/util/map.h: obsolete
6729         * src/util/map-list.h: iterator-based implementation
6731         * src/traits/tree-iterator.h: no longer necessary (superceded by
6732           specific applications of Inkscape::Util::ForwardPointerIterator)
6734         * src/sp-object-tree-iterator.h, src/util/parent-axis.h,
6735           src/util/sibling-axis.h: obsolete
6737         * src/util/map.h, src/util/reverse.h: obsolete
6739         * src/util/map-list.h, src/util/reverse-list.h:
6740           iterator-based implementations
6742         * src/xml/Makefile_insert: added file
6744         * src/xml/repr.h: removed old tree iterator stuff
6746         * src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h: use new
6747           pointer iterator facility
6749         * src/xml/sp-repr-iterators.h: pointer iterators for SPRepr
6751 2004-10-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6753         * src/display/bezier-utils.h, src/display/bezier-utils.cpp
6754           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full): Change the meaning
6755           of the last parameter: was max_depth, now lg_max_beziers, with the
6756           relationship lg_max_beziers = max_depth + 1.  Callers updated.
6758         * src/xml/repr.cpp (sp_repr_change_order):
6759           Add g_return_if_fail for some conditions that would break structural
6760           integrity, and add a TODO comment indicating incompleteness.
6761           Use sp_repr_prev function.
6763         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp
6764           (sp_repr_prev_sibling): Rename to sp_repr_prev for consistency
6765           with sp_repr_next.  Don't consider it an error for child to be
6766           NULL or parentless.  Callers updated.
6768         * src/draw-context.cpp (spdc_concat_colors_and_flush,
6769           spdc_flush_white): Misc readability cleanups.
6771         * src/display/curve.cpp (sp_curve_reverse): Fix a bug where the
6772           reversed curve wrongly included a trailing moveto command.  (Bug
6773           introduced in my 2004-09-05 change: one of the callers I didn't
6774           know how to cause to run.)
6776 2004-10-12  Ted Gould  <ted@gould.cx>
6778         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
6779         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
6780         share/extensions/eps_input.inkmod, share/extensions/epsi_output.inkmod,
6781         share/extensions/gimpgrad.inkmod, share/extensions/ps_input.inkmod,
6782         share/extensions/roundhole.inkmod, share/extensions/sk_input.inkmod,
6783         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
6784         share/extensions/txt2svg.inkmod, share/extensions/wmf_input.inkmod,
6785         src/extension/dependency.cpp, src/extension/dependency.h,
6786         src/extension/extension.cpp, src/extension/init.cpp:
6788         Moving all of the dependency stuff from the scripts, up to the root
6789         extension level.  This means that everyone can have dependencies, and
6790         dependency checking (a good thing).  This makes use of the new
6791         'Dependency' class that is also in the extension directory.
6793 2004-10-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6795         * src/pencil-context.cpp (sp_pencil_context_root_handler): Split into
6796           many functions, fixing some illegal union aliasing along the way (as
6797           was done for sp_pen_context_root_handler).
6799         * src/modifier-fns.h: New file of inline functions based on macros.h
6800           MOD__CTRL etc. macros.
6801         * src/Makefile_insert: Add the new file.
6803         * src/pen-context.h: Change size of p array from SP_DRAW_MAX_POINTS to
6804           5 now that we aren't sharing with SPPencilContext.
6806         * src/draw-context.cpp, src/draw-context.h, src/pen-context.cpp,
6807           src/pen-context.h, src/pencil-context.cpp, src/pencil-context.h:
6808           Move npoints,p from SPDrawContext to both SPPenContext and
6809           SPPencilContext.
6811         * src/draw-context.cpp, src/draw-context.h: Split off new files
6812           pen-context.h, pen-context.cpp, pencil-context.h, pencil-context.cpp,
6813           draw-anchor.h, draw-anchor.cpp.
6814         * src/Makefile_insert: Add the new files.
6816 2004-10-10  Ted Gould  <ted@gould.cx>
6818         * src/event-context.cpp, src/file.cpp, src/file.h, src/print.cpp,
6819         src/print.h, src/selection-chemistry.h, src/sp-image.cpp, src/sp-item.cpp,
6820         src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp, src/sp-symbol.cpp,
6821         src/tools-switch.cpp, src/dialogs/export.cpp, src/dialogs/filedialog.cpp,
6822         src/extension/Makefile_insert, src/extension/db.cpp,
6823         src/extension/dependency.cpp, src/extension/dependency.h,
6824         src/extension/effect.cpp, src/extension/effect.h,
6825         src/extension/extension-forward.h, src/extension/extension.cpp,
6826         src/extension/extension.h, src/extension/input.cpp, src/extension/input.h,
6827         src/extension/output.cpp, src/extension/output.h, src/extension/print.cpp,
6828         src/extension/print.h, src/extension/system.cpp,
6829         src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp,
6830         src/extension/internal/svg.cpp, src/libnrtype/FlowResOut.cpp:
6832         Splitting out the different types of extensions into their own files so
6833         that the overall dependencies can be reduced.  Caused a ripple through
6834         lots of other files.  Hopefully the dependency situation is better now.
6836 2004-10-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6838         * src/draw-context.cpp:
6839           Change xp,yp file globals to NR::Point pen_draw_origin_w.
6841         * src/draw-context.cpp (sp_pen_context_root_handler):
6842           Split into many routines.  Fix some illegal union member aliasing.
6843           (pen_handle_key_press): Minor code cleanups in backspace handling.
6844           (pen_handle_motion_notify): Make tolerance var local instead of
6845           file-global.  (This transformation is applicable to many
6846           dragtolerance users.)
6848         * src/draw-context.cpp (spdc_endpoint_snap_handle):
6849           Change argument type from SPDrawContext to SPPenContext, and
6850           specialize definition accordingly.  Caller updated.
6852         * src/draw-context.h: Change red_curve_is_valid from char to bool.
6853         * src/draw-context.cpp: Change red_curve_is_valid assignments from
6854           0x00/0x01 to false/true (using find & replace).
6856 2004-10-07  Carl Hetherington  <inkscape@carlh.net>
6858         * src/nr-object.cpp, src/nr-object.h: coding style and const
6859         fixes.
6861         * src/nr-rect.cpp: added a doxygen comment.  Some coding style
6862         fixes.
6864         * src/sp-paint-server.cpp: coding style fixes.
6866         * src/nr-arena-item.cpp, src/nr-arena-item.h: move a comment to
6867         the .cpp file and make it doxygen-style.
6869         * src/livarot/Path.cpp: coding style cleanups.  Add an assert to
6870         Path::Transform().
6872         * src/livarot/Path.cpp, src/livarot/Path.h: fix some archaic
6873         notation.
6875         * src/livarot/Ligne.cpp: coding style cleanups.
6877         * src/livarot/PathOutline.cpp, src/livarot/Path.h: fix a rather
6878         nasty hack in the outlining code.
6880         * src/livarot/Path.cpp, src/livarot/Path.h,
6881         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6882         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6883         src/livarot/ShapeMisc.cpp, src/splivarot.cpp, src/sp-offset.cpp:
6884         use std::vector for Path::descr_cmd.
6886         * src/livarot/Path.cpp, src/livarot/Path.h,
6887         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
6888         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
6889         src/livarot/ShapeMisc.cpp: getType() and setType() in Path::path_descr.
6891 2004-10-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6893         * src/sp-object-repr.cpp (sp_repr_type_lookup): Distinguish between XML
6894           element name and sodipodi:type attribute value: use a separate table
6895           for each.
6896         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_lookup):
6897           Don't export this function.  (Also rename it to name_to_gtype and
6898           change its definition for separate tables.)
6900 2004-10-03  Kees Cook  <kees@outflux.net>
6902         * src/dialogs/rdf.cpp, src/dialogs/repr-util.cpp, src/dialogs/repr.h:
6903           Since "dc:title" can appear at multiple XML levels, a way to
6904           control max depth in searching was added.  (Closes bug #1009290)
6906 2004-09-30  MenTaLguY  <mental@rydia.net>
6908         * src/widgets/document-tree-model.cpp:
6909           more bug fixes
6911         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
6912           get the layer selector sort of in more order
6914 2004-09-28  Ted Gould  <ted@gould.cx>
6916         * src/verbs.cpp, src/verbs.h, src/view.cpp:
6918         Making it so that actions get deleted as views get destroyed.
6920 2004-09-27  Ted Gould  <ted@gould.cx>
6922         * src/desktop.h, src/forward.h, src/interface.cpp, src/interface.h,
6923         src/select-toolbar.cpp, src/shortcuts.cpp, src/shortcuts.h,
6924         src/toolbox.cpp, src/toolbox.h, src/verbs.cpp, src/verbs.h,
6925         src/dialogs/align.cpp, src/dialogs/align.h,
6926         src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp,
6927         src/dialogs/export.cpp, src/dialogs/find.cpp,
6928         src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
6929         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
6930         src/dialogs/xml-tree.cpp, src/helper/action.cpp, src/helper/action.h:
6932         Wow, alot of files changed.  The ones that changed the most are
6933         verb.cpp and verb.h, which are almost entirely different.  What happened
6934         here is the verbs were made object oriented.  So, as the verbs
6935         are built into everything, lots of files changed.  Now the code
6936         for the verbs is much cleaner, and I think a little bit faster.
6937         Also, it will be easier to extend the verbs for use in effects.
6939 2004-09-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6941         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
6942           Get rid of operator NR::translate(), which was allowing
6943           *implicit* (and typically lossy) conversion to NR::translate,
6944           and which made a bug hard to find.
6946         * src/sp-gradient-test.cpp: New unit test file.  I believe this is the
6947           first test that tests an SPObject.
6948         * src/Makefile_insert, src/Makefile.am: Invoke the new test.
6950 2004-09-24  MenTaLguY <mental@rydia.net>
6952         * src/selection-chemistry.cpp:
6954           "select all" and "clear" now operate on the current layer rather than on
6955           the document root
6957         * src/verbs.cpp, src/shortcuts.cpp, layer-fns.cpp, src/sp-item.cpp:
6959           keyboard shortcuts and fixes for layer verbs
6961 2004-09-23  MenTaLguY <mental@rydia.net>
6963         * src/message-stack.h, src/message-stack.cpp:
6965           return id of flashed messages so they are cancellable
6967         * src/message-context.h, src/message-context.cpp:
6969           message context flashes now supercede one another, as regular
6970           messages do (they do not supercede regular messages though)
6972         * src/interface.cpp, src/layer-fns.cpp, src/layer-fns.h, src/verbs.cpp:
6974           initial stab at layers menu; not everything works the way it should
6975           quite yet
6977         * src/message-context.h, src/message-context.cpp:
6979           added flash methods to Inkscape::MessageContext
6981         * src/gc-core.h, src/display/nr-arena-glyphs.cpp,
6982 src/display/nr-arena-group.cpp,
6983           src/display/nr-arena-item.cpp, src/display/nr-arena-item.h,
6984           src/display/nr-arena-shape.cpp, src/libnr/nr-object.cpp,
6985 src/libnr/nr-object.h,
6987           eliminate more sources of leaks; managed objects shouldn't use refcounts
6988           among themselves
6990         * src/xml/repr.cpp: don't nuke log pointer
6992 2004-09-21  MenTaLguY <mental@rydia.net>
6994         * src/gc-finalized.h: fix for stupid bug preventing finalizable objects
6995           from being collected
6997         * src/Makefile_insert, src/gc.cpp, src/gc-core.h:
6998           move Inkscape::GC::init out-of-line, and funnel GC warnings through
6999           glib
7001 2004-09-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7003         * src/sp-marker.h, src/sp-marker.cpp (sp_marker_show_instance):
7004           Change to using NR::Matrix instead of NRMatrix.  Update caller.
7006         * src/sp-gradient.cpp (sp_gradient_get_g2d_matrix,
7007           sp_gradient_get_gs2d_matrix, sp_gradient_set_gs2d_matrix):
7008           New NR::Matrix/NR::Rect versions of existing functions.
7010         * src/libnr/nr-matrix-translate-ops.h (operator/): New function.
7012         * src/libnr/nr-matrix-scale-ops.cpp: New file.
7013         * src/libnr/nr-matrix-scale-ops.h (operator/(Matrix,scale)):
7014           New function.
7016 2004-09-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7018         * src/sp-gradient.h: Change gradientTransform from NRMatrix to
7019           NR::Matrix.  Users updated.
7021         * src/Makefile.am (EXTRA_DIST), Makefile_insert
7022           dialogs/Makefile_insert extension/implementation/Makefile_insert
7023           extension/internal/Makefile_insert helper/Makefile_insert
7024           livarot/Makefile_insert (blah_SOURCES):
7025           Add some .h files for `make dist'.
7027 2004-09-19  MenTaLguY <mental@rydia.net>
7029         * src/gc-core.h: don't defer finalizers
7031         * src/gc-core.h: bump up free space divisor -- collections should
7032           happen ~32x more frequently
7034 2004-09-19  Carl Hetherington <inkscape@carlh.net>
7036         * src/display/canvas-bpath.cpp, src/display/nr-arena-shape.cpp,
7037         src/display/sp-ctrlline.cpp, src/libnrtype/RasterFont.cpp,
7038         src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: remove some
7039         unused parameters from calls to raster code.
7041         * src/livarot/ShapeRaster.cpp: coding style cleanups.
7043         * src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: factored out
7044         _updateIntersection().
7046         * src/livarot/AVL.cpp, src/livarot/AVL.h: remove DblLinked.  Cleanups.
7048 2004-09-18  MenTaLguY <mental@rydia.net>
7050         * src/dialogs/filedialog.cpp: unref the preview document we created
7052 2004-09-18  Carl Hetherington <inkscape@carlh.net>
7054         * src/livarot/AVL.cpp, src/livarot/AVL.h,
7055         src/livarot/DblLinked.cpp, src/livarot/DblLinked.h,
7056         src/livarot/LivarotDefs.h, src/livarot/ShapeRaster.cpp,
7057         src/livarot/ShapeSweep.cpp, src/livarot/sweep-tree.cpp,
7058         src/livarot/sweep-tree.h, src/sweep-event.h: replace leftFoo and
7059         rightFoo with foo[2] in a few places.  Associated cleanups.
7061         * src/livarot/Shape.h: use Side rather than a bool for
7062         TesteIntersection.  Add some methods.  Remove some unused variables.
7064         * src/livarot/ShapeSweep.cpp: simplify TesteIntersection with use
7065         of Side.
7067         * src/livarot/sweep-event.h: const fix.
7069         * src/livarot/sweep-event.cpp: simplifications with use of Side.
7071         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
7072         src/livarot/ShapeMisc.cpp, src/ShapeSweep.cpp: lastA/firstA in
7073         Shape::dg_point ->
7075           further work on stroking; break out bezier approximation into
7076           public functions
7078 2004-09-10  MenTaLguY <mental@rydia.net>
7080         * src/render/polygon.h, src/render/shape-builder.h,
7081           src/render/shape-builder.cpp, src/render/stroke.h,
7082           src/render/dash.h:
7084           beginnings of a simple alternate renderer
7086 2004-09-09  Carl Hetherington <inkscape@carlh.net>
7088         * src/sp-flowtext.cpp, src/sp-offset.cpp, src/splivarot.cpp,
7089         src/display/nr-arena-shape.cpp, src/libnrtype/FlowDest.cpp,
7090         src/livarot/PathConversion.cpp, src/livarot/Shape.h: make
7091         Shape::nbPt and Shape::nbAr private and provide accessor methods.
7093         * src/display/nr-arena-shape.cpp, src/livarot/Shape.h: make
7094         Shape::flags private.
7096         * src/splivarot.cpp, src/livarot/PathStroke.cpp,
7097         src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
7098         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
7099         Clean up handling of flags in Shape class
7101         * src/livarot/AlphaLigne.cpp, src/livarot/Path.cpp,
7102         src/livarot/PathSimplify.cpp, src/livarot/Shape.cpp,
7103         src/livarot/ShapeSweepUtils.cpp: it's ok to free NULL.
7105         * src/livarot/Shape.h, src/sp-offset.cpp, src/splivarot.cpp,
7106         src/display/nr-arena-shape.cpp: Make Shape::pts private and offer
7107         a read-only accessor.
7109         * src/livarot/Shape.cpp, src/livarot/Shape.h,
7110         src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
7111         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp, src/
7112         livarot/ShapeSweepUtils.cpp, src/livarot/ShapeUtils.h: Rename
7113         Shape::pts to Shape::_pts, and use getPoint() wherever possible.
7115         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
7116         src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
7117         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp: Add
7118         dg_point::totalDegree() and make use of it.
7121 2004-09-08  MenTaLguY  <mental@rydia.net>
7123         * src/libnr/nr-object.h, src/libnr/nr-object.cpp: fix NRObject
7124           initialization
7126         * configure.in, src/gc-core.h, src/gc-managed.h, src/gc-anchored,
7127           src/gc-finalized.h:
7129           add a --disable-gc ./configure option to omit garbage collection
7130           from the build (the normal allocator will be used, although
7131           memory will obviously leak since it does not get explicitly freed)
7133         * src/xml/repr.cpp: SPRepr's copy constructor needs to properly
7134           initialize its fields
7136         * src/xml/repr-util.cpp, src/xml/repr-private.h,
7137           src/xml/repr.h, src/xml/repr.cpp:
7139           new child-count-related routines, and added mutation signals
7140           to SPReprDoc
7142         * src/desktop.cpp: call the "Active Group" widget by its TRUE NAME!
7144         * src/widgets/Makefile_insert, src/widgets/document-tree-model.cpp,
7145           src/widgets/document-tree-model.h, src/widgets/layer-selector.cpp,
7146           src/widgets/layer-selector.h:
7148           very cursory start on new layers UI
7150 2004-09-08  Carl Hetherington <inkscape@carlh.net>
7152         * src/helper/stock-items.cpp: fix a bad free().  Improve coding
7153         style compliance.
7155         * src/libnrtype/FlowRes.cpp: slightly unpleasant fix for a buffer
7156         overrun.
7158 2004-09-07  MenTaLguY <mental@rydia.net>
7160         * src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
7161           src/livarot/ShapeSweep.cpp:
7163           use std::vector for points array (seems to crash less?)
7165         * src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
7166           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
7167           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
7168           src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
7169           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
7171           switch to glib's allocator routines, which have the expected
7172           semantics
7174         * src/livarot/evil-malloc.h: removed
7176 2004-09-07  Ted Gould  <ted@gould.cx>
7178         * src/color-rgba.h:
7180         Some comments and some little code clean up things.  Added a couple
7181         of constructors to make life a little simpler.
7183 2004-09-06  Ted Gould  <ted@gould.cx>
7184         * src/extension/plugin/gimgrad.cpp, src/extension/implementation/plugin*
7185           share/extension/gimpgrad.inkmod, src/extension/system.cpp,
7186           src/extension/extension.h:
7188         Mega commit.  This commit does two things, it adds in the ability to
7189         do plugins in Inkscape.  This means that there are loadable modules
7190         that can be used for just about anything.  It also provides a sample
7191         implementation of a plugin to load GIMP gradients.  This means that
7192         GIMP gradients can be imported into Inkscape, giving a larger set of
7193         gradients that can be used in Inkscape.
7195         Currently, nothing here is really complete, but it is functional.  The
7196         plugins really only work for input plugins, and the GIMP gradient example
7197         isn't very robust.  They will come shortly.
7199 2004-09-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7201         * src/display/curve.h, src/display/curve.cpp:
7202           Change x,y members to NR::Point.
7203           Rename posset (spiced&spiked hot milk) to posSet as per CodingStyle.
7205         * src/display/curve.cpp (sp_curve_reverse): Previously this
7206           routine returned only the last subpath, and made it an open
7207           path.  Now it preserves all aspects of the curve other than
7208           reversing it.  I believe this change makes no difference to the
7209           draw-context and dyna-draw-context callers (though I haven't
7210           managed to test all of these callers), whereas for the `reverse
7211           path' command, users presumably expect the new behaviour.
7213         * src/display/curve.cpp (sp_curve_closepath_current):
7214           Fix bad assertion.
7216         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
7217           (get_translation): New function.
7219         * src/sp-polygon.cpp (polygon_get_value): Use static linkage.
7220           (sp_polygon_set): Remove debugging output.  Add `todo' comment.
7222 2004-09-03  MenTaLguY <mental@rydia.net>
7224         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7225           src/sp-namedview.h:
7227           remember previously selected layer on load
7229 2004-09-02  MenTaLguY <mental@rydia.net>
7231         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp:
7233           reintroduced the inkscape:groupmode attribute
7235         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
7236           src/libnr/nr-object.cpp:
7238           remove USE_LIBGC macro again
7240 2004-08-30  MenTaLguY <mental@rydia.net>
7242         * src/sp-object.cpp:
7244           ref the object while SPObject::deleteObject runs, so it doesn't
7245           get destroyed halfway through [ fix for bug #1012874 ]
7247 2004-08-29  MenTaLguY <mental@rydia.net>
7249         * src/gc-core.h:
7251           turn off scanning of dynamic library data segments; we don't need
7252           it, and it seems to cause problems on FC2
7254 2004-08-27  MenTaLguY <mental@rydia.net>
7256         * src/traits/function.h: add typedefs for all argument positions,
7257           specifying 'void' for all arguments after the last
7259         * src/livarot/evil-malloc.h, src/livarot/BitLigne.cpp,
7260           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
7261           src/livarot/Shape.cpp, src/livarot/ShapeSweepUtils.cpp:
7263           work around livarot bugs so I can use ElectricFence
7265         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
7266           src/libnr/nr-object.cpp:
7268           make the garbage collector easy to disable by undefining
7269           USE_LIBGC in src/gc-core.h
7271 2004-08-26  MenTaLguY <mental@rydia.net>
7273         * src/document-private.h, src/document.h, src/document.cpp:
7275           add notification signal when resources are added or removed
7277 2004-08-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7279         * src/xml/repr-css.cpp (sp_repr_css_print):
7280           Fix for shared string change.
7282         * src/sp-text.cpp (sp_text_description):
7283           Fix for when font Name() call fails.
7285         * src/sp-text.cpp: CodingStyle changes, including moving some
7286           declarations to first use.
7287           Remove unused __SP_TEXT_C__ define.
7289 2004-08-25  Carl Hetherington  <inkscape@carlh.net>
7291         * src/sp-cursor.cpp, src/sp-cursor.h, src/sp-guide.cpp:
7292         coding style cleanups.
7294 2004-08-24  MenTaLguY <mental@rydia.net>
7296         * src/gc-anchor.h: fix to always use the GC base address, since
7297           that will not always be the same as 'this', when I::GC::Anchored
7298           is used via multiple inheritance.
7300 2004-08-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7302         * src/libnrtype/TextWrapper.h, src/libnrtype/TextWrapper.cpp (AppendUTF8):
7303           Use strlen instead of for-loop.
7304           Change printf to g_return_if_fail (and document that the argument
7305           must be valid UTF-8).
7306           Mark the text pointer as not being written through (const).
7308 2004-08-23  MenTaLguY <mental@rydia.net>
7310         * src/xml/repr.cpp, src/xml/sp-repr-action.h:
7312           removed stupid default 'next' constructor arguments and force them
7313           to be specified explicitly (and fix the omission of one, which
7314           fixes bug #1014541)
7316 2004-08-22  MenTaLguY <mental@rydia.net>
7318         * src/Makefile_insert, src/gc-alloc.h:
7320           introduced a GC-aware STL allocator
7322         * src/document-private.h, src/document.h, src/document.cpp:
7324           switch to using STL map for "id changed" signals
7326 2004-08-21  MenTaLguY <mental@rydia.net>
7328         * src/Makefile_insert, src/util/Makefile_insert: get libinkutil
7329           deps straightened out
7331         * src/document-private.h, src/document-undo.cpp, src/document.cpp:
7333           adapt for new APIs, header cleanups/refactorings
7335         * src/gc-core.h, src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
7337           rewrote interface to Boehm GC for increased flexibility; there are now
7338           three main classes:
7340            - Inkscape::GC::Managed: objects managed by the GC; replaces
7341                                     Inkscape::GC::Object
7343            - Inkscape::GC::Finalized: objects for which the GC will call
7344                                       destructors automatically; replaces
7345                                       Inkscape::GC::FinalizedObject
7347            - Inkscape::GC::Anchored: managed objects which can be 'anchored'
7348                                      to prevent collection while non-gc-aware
7349                                      objects are holding references; replaces
7350                                      Inkscape::Refcounted
7352           Note that they no longer inherit from each other(!), so you will
7353           need to mix-and-match via multiple inheritance.  The latter two
7354           don't do anything useful without the first, however.
7356         * src/gc-object.h, src/refcounted.h: removed
7358         * src/message-context.cpp, src/message-stack.h, src/selection.h,
7359           src/view.cpp, src/libnr/nr-object.h, src/util/list.h,
7360           src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h, src/desktop.cpp:
7362           adopt new GC API and header refatorings
7364         * src/Makefile.am, src/util/Makefile_insert:
7366           list util/* files in util's Makefile_insert now.
7368         * src/util/reverse.h: revive anx fix Inkscape::Util::reverse
7370         * src/util/share-c-string.cpp, src/util/share-c-string.h: removed
7372         * src/util/shared-c-string.cpp, src/util/shared-c-string.h:
7374           employ the type system to make shared strings a little safer to use;
7375           you can still shoot yourself in the foot, but at least now you need
7376           to aim and pull the trigger first
7378         * src/xml/Makefile_insert, src/xml/repr-action-test.cpp,
7379           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.h:
7381           reorganize transaction logging files
7383         * src/xml/repr-action-test.cpp: updated headers
7385         * src/xml/repr-action.cpp, src/xml/repr-action.h: removed
7387         * src/xml/repr-private.h, src/xml/repr.cpp, src/xml/repr.h:
7389           update for new GC API and shared strings
7391         * src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
7392           src/xml/sp-repr-action.h:
7394           header refactoring and new GC API
7396         * src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h:
7398           new GC API
7400 2004-08-20  Carl Hetherington <inkscape@carlh.net>
7402         * src/zoom-context.cpp, src/view.cpp, src/version.cpp,
7403         src/sp-defs.cpp: coding style cleanups.
7405         * src/sp-polygon.cpp: coding style and a few other small cleanups.
7407         * src/sp-anchor.cpp: coding style cleanups.  Remove unnecessary
7408         static variable.
7410 2004-08-18  Bryce Harrington <bryce@bryceharrington.org>
7412         * autogen.sh:  Fixing the 'missing ltmain.sh' bug
7414 2004-08-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7416         * src/sp-star.cpp: Use cast to guint32 instead of using modulo 2**32.
7417           Fix a uint compilation bug on Windows reported by mrchapp.
7418           Mark a few functions as static.
7420 2004-08-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7422         * src/sp-conn-end.cpp (change_endpts):
7423           Use new sp_curve_stretch_endpoints function: i.e. preserve the
7424           shape of the connector path.
7426         * src/display/curve.h, src/display/curve.cpp
7427           (sp_curve_stretch_endpoints): New function.
7429         * src/sp-use-reference.cpp: CodingStyle changes.
7431         * src/sp-item.h, src/sp-item.cpp (sp_item_write_transform):
7432           Indicate that adv won't get written to.
7434         * src/sp-rect.cpp (sp_rect_set_transform): Call sp_rect_set_shape,
7435           so that bbox is up-to-    src/livarot/PathConversion.cpp,
7436 src/livarot/Shape.cpp,
7437         src/livarot/Shape.h, src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
7438         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp,
7439         src/livarot/ShapeSweepUtils.cpp:
7440           Revert these files to their state prior to mental's "2004-08-08"
7441           entry (the change made in 2004-08-09 02:23 UTC).
7443 2004-08-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7445         * src/algorithms/longest-common-suffix.h: Fix bug I introduced three
7446           days ago.
7448         * src/attributes.h, src/attributes.cpp: New attributes
7449           SP_ATTR_CONNECTION_START, SP_ATTR_CONNECTION_END.
7450         * src/sp-conn-end.h, src/sp-conn-end.cpp,
7451           src/sp-conn-end-pair.h, src/sp-conn-end-pair.cpp:
7452           New files.
7453         * src/Makefile_insert (libinkpre_a_SOURCES): Add the new files.
7455         * src/sp-path.cpp, src/sp-path.h: Call the new connector stuff.
7457         * src/display/curve.h, src/display/curve.cpp
7458           (sp_curve_first_point, sp_curve_last_point): New functions.
7460           (sp_curve_transform): Re-implement with NR::Matrix/NR::Point.
7461           The old code appears to be buggy for sheer/rotate matrices
7462           due to calculating each y coord using the new corresponding x coord
7463           instead of the previous value.
7465           Also add NR::translate version.
7467           Get rid of the return value.  Callers updated.
7469         * src/sp-item.h, src/sp-item.cpp: (i2anc_affine): New function
7470           (essentially a rename of existing private partial_xform function, but
7471           differing behaviour on encountering non-SPItem in the hierarchy).
7473           (i2i_affine): New function (essentially a rename of existing
7474           SPItem::getRelativeAffine).  Implement SPItem::getRelativeAffine in
7475           terms of the new function.
7477           (sp_item_dt2i_affine): NR::Matrix version.
7479         * src/libnr/nr-path.h (c, setC): new methods.
7481 2004-08-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7483         * src/desktop-affine.cpp (sp_desktop_w2doc_affine,
7484         sp_desktop_doc2w_affine, sp_desktop_doc2d_xy_point),
7485         src/knotholder.cpp (knot_moved_handler), src/sp-item.cpp
7486         (SPItem::getRelativeTransform), src/sp-rect.cpp
7487         (sp_rect_set_transform), src/display/sp-canvas-util.cpp
7488         (sp_canvas_item_i2i_affine, sp_canvas_item_set_i2w_affine):
7489           Cleanup: Use the new division operators instead of multiplication by
7490           inverse.  (Currently the division operators are implemented as
7491           multiplication by inverse.)
7493         * src/splivarot.cpp, src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
7494         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
7495           Hurriedly fix some problems caused by overly-hurried changes.
7496           Address some signed/unsigned warnings.
7497           Add some assertions.
7498           (Haven't checked the performance cost of the assertions.)
7500         * src/livarot/Shape.h: Make constructors explicit.
7502 2004-08-08  MenTaLguY  <mental@rydia.net>
7504         * src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-offset.cpp,
7505           src/splivarot.cpp, src/display/nr-arena-shape.cpp,
7506           src/livarot/PathConversion.cpp, src/livarot/Shape.cpp,
7507           src/livarot/Shape.h, src/livarot/ShapeDraw.cpp,
7508           src/livarot/ShapeMisc.cpp, src/livarot/ShapeRaster.cpp,
7509           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
7511           replace ad-hoc realloced arrays with std::vector and deal with
7512           uninitialized data problems that valgrind complained about
7514         * libgc.supp: valgrind suppression profile for libgc, which necessarily
7515           reads and runs comparisons on a lot of uninitalized data; the present
7516           form of this file is probably too broad however
7518 2004-08-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7520         * src/libnr/nr-matrix-div.h, src/libnr/nr-matrix-div.cpp:
7521           operator/(NR::Point, NR::Matrix), operator/(NR::Matrix, NR::Matrix):
7522           new functions, new files.
7524         * src/algorithms/longest-common-suffix.h:
7525           Handle in O(1) time the common case of equal tails.
7526           Documentation.
7528 2004-08-08  Ted Gould  <ted@gould.cx>
7530         * src/svg-profile.h, src/Makefile_insert:
7532         Adding the first support in for trying to determine which profiles are
7533         used with certain functionality, and if that is used by the current
7534         document.  Really, right now, there is no code changes to anything that
7535         compiles.  But this is the header file that contains the class that
7536         I'm plannig to use in the future.
7538 2004-08-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7540         * src/libnrtype/RasterFont.h, src/libnrtype/RasterFont.cpp:
7541           Get rid of argumentless constructor (which was leaving
7542           style.transform as random bits), replace with constructor taking
7543           style argument.  Caller updated.
7544           Disable default copy constructor and operator=.
7546 2004-08-06  MenTaLguY <mental@rydia.net>
7548         * configure.in, src/gc-core.h, src/gc-object.h,
7549           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-group.cpp,
7550           src/display/nr-arena-image.cpp, src/display/nr-arena-item.cpp,
7551           src/display/nr-arena-shape.cpp, src/display/nr-arena.cpp,
7552           src/helper/action.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
7554           make NRObject GC-aware
7556 2004-08-06  David Turner <novalis@gnu.org>
7557         * src/sp-shape.cpp (sp_shape_marker_get_transform): Make marker handling
7558 match
7559         SVG spec better.
7561 2004-08-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7563         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
7564           NR::Matrix *= NR::scale: new.
7566         * src/sp-object.cpp, src/sp-object.h, src/sp-object-tree-iterator.h:
7567           Move TreeIterator<SPObject *> specialization to snew file
7568           sp-object-tree-iterator.h.
7569           Mark several pointers as not being written through.
7570           Correspondingly change TreeIterator specialization to
7571           <SPObject const *> instead of <SPObject *>.
7573         * display/nr-arena-item.cpp, display/nr-arena-item.h:
7574           Add NR::Matrix version of nr_arena_item_set_transform.
7576         * src/sp-item.h, src/sp-item.cpp (getRelativeTransform, partial_xform):
7577           Mark pointers as not written through.
7579         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
7580           src/path-chemistry.cpp, src/rect-context.cpp,
7581           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowdiv.cpp,
7582           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-item-group.cpp,
7583           src/sp-item-notify-moveto.cpp, src/sp-item-transform.cpp,
7584           src/sp-item.cpp, src/sp-item.h, src/sp-offset.cpp, src/sp-rect.cpp,
7585           src/sp-shape.cpp, src/sp-use.cpp, src/spiral-context.cpp,
7586           src/splivarot.cpp, src/star-context.cpp, src/text-context.cpp,
7587           src/dialogs/item-properties.cpp:
7588           Change SPItem->transform from NRMatrix to NR::Matrix.
7590         * src/libnr/nr-matrix-ops.h (operator*(NR::Matrix, NRMatrix)): new.
7592         * src/libnr/nr-matrix.h: NR::Matrix *= NR::translate: new operator.
7594         * src/nodepath.cpp: Mark NodeSort operator< as static.
7595           Indentation as per CodingStyle.
7597         * src/libnr/nr-scale.h (NR::scale(double)): new constructor.
7599         * src/svg/svg-affine.cpp (sp_svg_transform_write), src/svg/svg.h:
7600           Add NR::Matrix version.
7602 2004-08-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7604         * src/display/bezier-utils.cpp: Misc. minor changes.
7606 2004-08-04  MenTaLguY  <mental@rydia.net>
7608         * configure.in, src/gc-object.h, src/refcounted.h:
7610           start using libgc in earnest; Inkscape::Refcounted is now GC-aware
7612 2004-08-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7614         * src/nodepath.cpp: Cleanups: Mark some things as static.  Switch from
7615           pointer to reference in some places. Make const placement conform to
7616           CodingStyle.
7618         * src/inkview.cpp (sp_svgview_main_key_press): Accept some common keys
7619           like PgUp, q.
7621         * src/draw-context.cpp (fit_and_split):
7622           Slight simplification: don't handle impossible condition npoints < 2.
7623         * src/proofs: Update accordingly.  (Also add some bezier-utils proofs.)
7625 2004-08-04  David Turner <novalis@gnu.org>
7627         * sp-path.cpp: 'd' is a required attribute for paths.  Ensure that
7628         all paths have it.
7630 2004-08-03  MenTaLguY  <mental@rydia.net>
7632         * src/dialogs/rdf.cpp, src/xml/repr-util.cpp, src/xml/repr.h:
7633           removed sp_repr_recursive_drop() which is unneeded and
7634           creates unnecessary thrash in the undo logs
7636         * src/livarot/Shape.h, src/livarot/Shape.cpp,
7637           src/livarot/ShapeSweep.cpp, src/livarot/ShapeMisc.cpp:
7639           experiment to replace ad-hoc realloc() arrays with std::vector
7641 2004-08-02  David Turner <novalis@gnu.org>
7643         * file.cpp, file.h, interface.cpp, toolbox.cpp, verbs.cpp, verbs.h:
7645         Added vacuum command to remove unused defs.
7647 2004-08-02  MenTaLguY  <mental@rydia.net>
7649         * configure.in: sigc++ 2.0.2 (and before?) has a bug that
7650           causes us to crash.  require >= 2.0.3
7652         * src/Makefile.am, src/Makefile_insert, src/gc-core.h,
7653           src/gc-object.h, src/algorithms/longest-common-suffix.h,
7654           src/traits/list.h, src/traits/reference.h, src/util/flip.h,
7655           src/util/fold.h, src/util/list-iterator.h, src/util/list.h,
7656           src/util/map.h, src/util/parent-axis.h, src/util/reverse.h,
7657           src/util/sibling-axis.h, src/util/tuple.h, src/util/zip.h:
7659           more "functional" work
7661 2004-08-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7663         * src/display/curve.cpp, src/display/curve.h:
7664           Greater conformance with CodingStyle.
7666 2004-07-31  David Turner <novalis@gnu.org>
7668         * dialogs/xml-tree.cpp: Improved focus, added keystroke for attr commit.
7670 2004-07-31  Ted Gould  <ted@gould.cx>
7672         * src/extension/extension.cpp,
7673         src/extension/implementation/implementation.cpp,
7674         src/extension/implementation/implementation.h,
7675         src/extension/implementation/script.cpp,
7676         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
7677         src/extension/internal/eps-out.h:
7679         Okay, changed the prefs_ prototypes to include which extension they are
7680         working with. This should clean up some warnings before they become
7681         problems later.
7683 2004-07-31  Ted Gould  <ted@gould.cx>
7685         * src/print.cpp, src/extension/extension.cpp, src/extension/extension.h,
7686           src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp:
7688           Changed the get and set param prototypes so that they aren't overloaded
7689           anymore - this was flaky.  Also added a document to the prototype so
7690           that document specific parameters can be supported in the future.
7692 2004-07-28  David Turner <novalis@gnu.org>
7694         * sp-gradient.cpp, widgets/gradient-vector.cpp: fixed gradient handling to
7695         properly render gradients with sharp color boundaries
7697 2004-07-29  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7699         * src/inkview.cpp: Make the window title be the name of the
7700           instead of the current file instead of the first file.
7702         * src/round-test.cpp: New unit-test file.
7704         * src/desktop.h, src/sp-desktop-widget.h:
7705           Move SPDesktopWidget stuff from desktop.h to new file
7706           sp-desktop-widget.h.
7708         * debian/*: Copy lots of changes from wolfi's official Debian package
7709           of inkscape.
7710           Also use separate builddir, which simplifies the `clean' target.
7712 2004-07-24  MenTaLguY  <mental@rydia.net>
7714         * configure.in, src/Makefile.am, src/main.cpp, src/gc-core.h:
7715           added libgc dependency
7717         * src/Makefile.am, traits/function.h:
7718           added trait class for functions and C++ "functors"
7720         * src/Makefile.am, util/flip.h:
7721           added flip() which, given a function with two arguments,
7722           returns an identical function with its arguments reversed
7724 2004-07-23  MenTaLguY  <mental@rydia.net>
7726         * src/Makefile.am, src/traits/reference.h, src/util/tuple.h:
7727           added generic Tuple type
7729 2004-07-23  Ted Gould  <ted@gould.cx>
7731         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7732         src/sp-namedview.h, src/dialogs/desktop-properties.cpp,
7733         src/display/canvas-grid.cpp, src/display/canvas-grid.h:
7735         Adding in the ability to have 'emphasis grid lines' where some lines are a
7736         different color than others.  In the default case every fifth grid line
7737         gets to be 0x11 darker alpha.  Nothing that will get in your way, but
7738         enough that you can find the spacing.  All parameters are changeable in
7739         document preferences.
7741 2004-07-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7743         * autogen.sh: Move unversioned automake to last resort.
7745 2004-07-20  Kees Cook  <kees@outflux.net>
7747         * src/dialogs/desktop-preferences.cpp: corrected my usage of static
7748           l18n strings.
7749         * src/dialogs/stroke-style.cpp: fixed missing l18n. (bug #994837)
7750         * src/dialogs/sp-attribute-widget.cpp: went hunting for other static
7751           l18n strings.  Fixed some here too.
7752         * autogen.sh: cleanups and more debugging.
7753         * share/extensions/sk2svg.sh: tempfile cleanups from pjrm (patch #990009)
7755 2004-07-20 Nathan Hurst <njh@mail.csse.monash.edu.au>
7757         * debian/changelog, configure.in: Moved to 0.40cvs and updated
7758           debian stuff.
7760 2004-07-18  MenTaLguY  <mental@rydia.net>
7762         * configure.in, src/Makefile.am, src/algorithms/Makefile_insert,
7763           src/algorithms/makefile.in, src/traits/Makefile_insert,
7764           src/traits/makefile.in, src/util/Makefile_insert, src/util/makefile.in:
7766           added src/algorithms, src/traits, and src/util subdirs
7768         * src/algorithms/longest-common-suffix.h:
7770           added generic "longest common suffix" algorithm
7772         * src/traits/list.h: added traits class for lists
7774         * src/traits/tree-iterator.h: added traits class for n-ary tree iterators
7776         * src/util/list-iterator.h: STL iterator for lists
7778         * src/util/parent-axis.h: parent "axis" of tree iterator as list
7780         * src/util/sibling-axis.h: sibling "axis" of tree iterator as list
7782         * src/xml/repr.h: specialize Traits::TreeIterator for SPRepr *
7784         * src/sp-object.h: specialize Traits::TreeIterator for SPObject *
7786         * src/sp-object.cpp: use generic "longest common suffix" to find
7787                              nearest common ancestor
7789         * src/splivarot.cpp: use genric "longest common suffix" to find
7790                              nearest common ancestor here too
7792 2004-07-18  Kees Cook  <kees@outflux.net>
7794         * Makefile.am, configure.in, autogen.sh, toolversions.sh:
7795           cleaning up some automake misbehavior from the gtkmm patch.
7796           automake 1.4isms snuck back in.
7797         * src/desktop-events.cpp: unlocalized strings updated.
7799 2004-07-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7801         * src/sp-path.cpp (sp_path_write): Handle shape->curve==NULL.
7803 2004-07-18  MenTaLguY  <mental@rydia.net>
7805         * Makefile.am, configure.in, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4,
7806           m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4,
7807           m4/progtest.m4, src/arc-context.cpp, src/arc-context.h, src/desktop.cpp,
7808           src/desktop.h, src/document.cpp, src/document.h, src/draw-context.cpp,
7809           src/draw-context.h, src/event-context.h, src/main.cpp,
7810           src/message-stack.h, src/node-context.cpp, src/node-context.h,
7811           src/nodepath.cpp, src/nodepath.h, src/object-hierarchy.h,
7812           src/rect-context.cpp, src/rect-context.h, src/selcue.cpp, src/selcue.h,
7813           src/selection-describer.cpp, src/selection-describer.h,
7814           src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
7815           src/sp-item.cpp, src/sp-item.h, src/sp-object.cpp, src/sp-object.h,
7816           src/sp-offset.cpp, src/sp-offset.h, src/sp-pattern.cpp, src/sp-use.cpp,
7817           src/sp-use.h, src/spiral-context.cpp, src/spiral-context.h,
7818           src/star-context.cpp, src/star-context.h, src/text-context.cpp,
7819           src/text-context.h, src/toolbox.cpp, src/uri-references.cpp,
7820           src/uri-references.h, src/view.cpp, src/view.h,
7821           src/dialogs/xml-tree.cpp:
7823           merged Aubanel MONNIER's gtkmm upgrade patch
7825 2004-07-17  Carl Hetherington  <inkscape@carlh.net>
7827         * src/sp-use.cpp: fix a compiler warning (closes #992960)
7829         * src/sp-offset.cpp: fix a compiler warning (closes #992960)
7831         * src/sp-text.cpp: fix a compiler warning (closes #992959)
7833 2004-07-16  Kees Cook  <kees@outflux.net>
7835         * src/verbs.h, src/verbs.cpp: added "sp_verbs_find" function for bryce.
7837 2004-07-15  Ted Gould  <ted@gould.cx>
7839         * 0.39 Release
7841 2004-07-14  MenTaLguY  <mental@rydia.net>
7843         * src/sp-object.cpp: disable recursive update warning for release
7845         * src/select-context.cpp: work around probable cut-and-paste bug
7846           between sp_select_context_item_handler and
7847           sp_select_context_root_handler by checking for drag_escaped
7849 2004-07-13  MenTaLguY  <mental@rydia.net>
7851         * src/make.exclude: omit extension/script/js/js.c from build
7853 2004-07-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7855         * src/dialogs/rdf.cpp: Don't add dc:description entry to SVG files.
7857         * src/utest/utest.h: Add include guard.
7859 2004-07-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7861         * src/decimal-round.h (decimal_round): New file, new function.
7862         * src/round.h (decimal_round): New file, new function.
7863         * src/Makefile_insert: Add to libinkpost_a_SOURCES.
7865 2004-07-11  MenTaLguY  <mental@rydia.net>
7867         * src/document.h, src/document-undo.cpp:
7868           added sp_document_get_undo_sensitive() for capturing and restoring
7869           undo sensitivity
7871         * src/sp-object.cpp: don't log id changes made to resolve
7872           duplicate ids (to avoid undo badness) (fix for bug #989023)
7874 2004-07-11  Kees Cook  <kees@outflux.net>
7876         * src/preferences-skeleton.h, src/extension/init.cpp: with simarilius,
7877           tracked down the cause of bug #988445.  Extension code now has a
7878           small section that validates preferences for valid extension names.
7879         * src/dialogs/filedialog-win32.cpp: corrected an assert test, and
7880           changed dialog to take the passed window title.
7881         * autogen.sh, config.h.mingw, configure.in, src/Makefile_insert,
7882           src/help.cpp, src/inkscape-stock.cpp, src/inkscape.cpp, src/main.cpp,
7883           src/make.dep, src/make.files, src/path-prefix.h, src/prefix.cpp,
7884           src/prefix.h, src/dialogs/stroke-style.cpp,
7885           src/extension/Makefile_insert, src/extension/init.cpp,
7886           src/extension/implementation/Makefile_insert,
7887           src/extension/implementation/script.cpp,
7888           src/extension/internal/Makefile_insert, src/helper/stock-items.cpp,
7889           src/widgets/icon.cpp:
7890         Cleaned up all the path #define's and usage.  In the process found at
7891         least 3 separate bugs associated with file locations.  This should
7892         hopefully work for Win32 as well.  Bottom line in this change: don't use
7893         INKSCAPE_DATADIR anywhere except in "path-prefix.h".  This includes
7894         an update to the autopackage code as well with fixes so that
7895         a change to "--enable-binreloc" will get recompiled correctly.  These
7896         changes should address bug #978391.
7898 2004-07-11  Carl Hetherington  <inkscape@carlh.net>
7900         * src/attributes.cpp, src/attributes.h: remove confusing
7901         snaptogrid and snaptoguides options.
7903         * src/desktop-events.cpp: use inkscape:guide-bbox instead of
7904         snaptoguides to turn guides on.
7906         * src/desktop.cpp: no need to worry about Snapper::getEnabled().
7908         * src/snap.cpp, src/snap.h: Remove explicit enabled flag from
7909         Snapper, as itconfuses people.  Added
7910         namedview_dim_snap_all_types().  Return useful stuff from
7911         vector_snap_list.
7913         * src/rect-context.cpp: Use hack to make snapping kind of work
7914         even with snap-to-bbox enabled.
7916         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp: remove
7917         snaptogrid and snaptoguides options as they confuse people.  Use
7918         better names for the scale origin radio buttons, as suggested by
7919         Bulia.
7921         * src/seltrans.cpp: Fix some cases where snap wasn't correctly applied.
7923 2004-07-10  MenTaLguY  <mental@rydia.net>
7925         * src/sp-image.cpp: prospective fix for bug #979858
7927         * src/select-context.cpp, src/select-context.h,
7928           src/seltrans.cpp, src/seltrans.h:
7930           gave SPSelTrans its own Inkscape::MessageContext, fixing
7931           bug #977971
7933 2004-07-10  Kees Cook  <kees@outflux.net>
7935         * src/knot.cpp: solved bug #988513: knot could stay grabbed in
7936           situations where the tool went away but never got "button_release"
7937           event.  This patch uses the "enter" and "leave" notifiers to disable
7938           the grab before a "motion" can come and snag the knot.
7940 2004-07-09  Kees Cook  <kees@outflux.net>
7942         * src/widgets/paint-selector.cpp: solved bug #984902: the pattern
7943           menu was being destroyed since it was remaining part of the frame
7944           that was being destroyed whenever the selector changed.  It gets
7945           ref-counted, disconnected, and destroyed correctly now.
7946         * mkinstalldirs: automake 1.8 stopped including "mkinstalldirs", but
7947           intltool still uses it.  We'll need to keep this until intltool
7948           fixes the bug.  intltool 0.31 and earlier are all buggy.
7950 2004-07-09  Carl Hetherington  <inkscape@carlh.net>
7952         * src/draw-context.cpp: remove some debugging g_prints.
7954 2004-07-08  MenTaLguY  <mental@rydia.net>
7956         * src/interface.cpp: fixed crash on desktop context menu
7958         * src/desktop.h, src/desktop.cpp:
7960           added SPDesktop::isWithinViewport() to conveniently determine
7961           if an item is within view
7963           also made isLayer() const
7965         * src/sp-object.h: added SPObject::hasChildren() predicate
7967         * src/sp-object.cpp: revert to old behavior of breaking parent
7968           link before emitting "release" signal
7970         * src/selection-chemistry.cpp: rewrote sp_selection_item_next()
7971           and sp_selection_item_prev() to work with layers
7973 2004-07-08  Carl Hetherington  <inkscape@carlh.net>
7975         * src/libnrtype/FontFactory.cpp: disable printing of debug
7976         messages.
7978         * src/sp-item-group.cpp: give it a snappoints method to fix
7979         937318.
7981         * src/draw-context.cpp: fix a couple of places where Shift isn't
7982         checked before snapping.
7985 2004-07-07  MenTaLguY  <mental@rydia.net>
7987         * src/desktop.cpp, src/interface.cpp: remove the word "layer"
7988           for now, and disable the layer selector when the user is not
7989           inside a group
7991 2004-07-07  Kees Cook  <kees@outflux.net>
7993         * src/dialogs/desktop-properties.cpp: added a few g_asserts, and
7994           added a missing sp_signal_disconnect_by_data for the color picker,
7995           which closes bug #975864.  Stopped accidentally calling
7996           sp_document_done from the update handler (fixes bug #986411).
7997         * src/dialogs/dialog-events.cpp, src/helper/action.cpp:
7998           whitespace changes, typo fixes, added a few g_asserts.
7999         * src/selection-chemistry.cpp, src/desktop.cpp: when deleting items
8000           from the desktop, the selection context may need to be cleared since
8001           it may have pointers to the deleted items.  To do this, I just
8002           reselect the current tool (fixes bug #983243).
8003         * src/dialogs/xml-tree.cpp, src/dialogs/desktop-properties.cpp:
8004           corrected tooltips memory handling.
8006 2004-07-06  MenTaLguY  <mental@rydia.net>
8008         * src/desktop.cpp: minor tweaks to make the existing layers
8009           code easier to work with in its current state (particularly,
8010           to sidestep some existing bugs that otherwise require more
8011           UI work to fix)
8013 2004-07-06  Carl Hetherington  <inkscape@carlh.net>
8015         * src/seltrans.cpp, src/sp-namedview.cpp,
8016         src/display/bezier-utils.cpp, src/libnr/nr-types.cpp:
8017         isnan appears to need a std:: namespace qualifier.
8019 2004-07-06  Ted Gould  <ted@gould.cx>
8021         * src/libnr/nr-point.h, src/libnr/nr-rect.h:
8023         Adding in a function to round the points and rectangles.  Using this
8024         for less precise comparisons.  Also, added in a function to print
8025         each of these.
8027         * src/dialogs/export.cpp:
8029         Major revisions to do all kinds of fun stuff.  The major one being
8030         that filenames and dpi's can now be stored on selections.  This
8031         makes it so that people working on a section of a document can export
8032         it consistently.
8034 2004-07-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8036         * src/sp-typeset-utils.h: Greatly reduce #includes.
8038         * src/color-rgba.h, src/Makefile_insert, src/desktop.h:
8039           Move ColorRGBA from desktop.h to new file color-rgba.h.
8040         * src/desktop.cpp, src/dropper-context.cpp: #include it.
8042 2004-07-05  Kees Cook  <kees@outflux.net>
8044         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.cpp,
8045           src/dialogs/rdf.h: added multiline data entry items, reduced
8046           overall width of the dialog, and created the license entry areas.
8047           Auto-detection of license on load works now.
8049 2004-07-05  MenTaLguY <mental@rydia.net>
8051         * src/desktop.cpp: comitted further work which gives us a
8052           partially-functional layers menu (not actually hooked up to
8053           change layers yet), and it is not always updated when it needs
8054           to be (yet).  It does also fix the crash though.
8056         * src/desktop.cpp, src/desktop.h, src/document.cpp,
8057           src/sp-item-group.cpp, src/sp-item-group.h:
8059           additional layers work; backed off on promoting siblings to
8060           layers automatically and reintroduced "global" layer mode
8062 2004-07-05  Carl Hetherington <inkscape@carlh.net>
8064         * src/desktop.cpp: prevent crash by adding a check for
8065         layer == NULL to SPDesktopWidget::_buildLayerStatusMenuItem.
8067         * src/selection-chemistry.cpp: prevent crash on copying empty
8068         groups.
8070 2004-07-04  MenTaLguY  <mental@rydia.net>
8072         * src/sp-object.cpp: fixed bug #979281 -- I had accidentally
8073           reversed the sense of a test in SPObject::requestModified(),
8074           such that CHILD_MODIFIED notifications were never being sent
8076         * src/widgets/sp-color-notebook.cpp: always assume colors are
8077           8-digit hex rrggbbaa, and zero-fill accordingly
8079           HAPPY NATHAN#@$?#$#@$!?!?!?
8081         * src/desktop.cpp, src/desktop.h, src/document.cpp, src/document.h,
8082           src/interface.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
8083           src/sp-item-group.cpp, src/sp-item-group.h, src/widgets/widget-sizes.h:
8085           Added selection-changes-current-layer and other layer refinements.
8086           Except for fixing the currently broken layer combo box on the status
8087           bar, I think this is pretty much the last of the layerish work I'm
8088           willing to do for 0.39 since we're in freeze now.
8090 2004-07-03  Kees Cook  <kees@outflux.net>
8092         * src/document.cpp, src/dialogs/desktop-properties.cpp,
8093           src/dialogs/rdf.cpp, src/dialogs/rdf.h:
8094           Added several more RDF entities.  Created entry tooltips.  Set
8095           a few RDF defaults for the document.
8097 2004-07-03  MenTaLguY  <mental@rydia.net>
8099         * src/desktop.cpp, src/document.cpp:
8101           siblings of a layer now become layers too
8103         * src/interface.cpp: switched to command names suggested by bulia
8105         * src/object-hierarchy.cpp, src/object-hierarchy.h:
8107           bugfixes and cleanups
8109         * src/sp-item-group.cpp, src/sp-item-group.h, src/sp-root.cpp:
8111           new layerMode() and setLayerMode() methods; SPGroupMode becomes
8112           SPGroup::LayerMode
8114         * src/sp-object.h: added isSiblingOf() method
8116         * src/sp-object.cpp: leave parent pointer in place until after
8117           "release" handlers finish
8119 2004-07-02  Kees Cook  <kees@outflux.net>
8121         * src/document.cpp, src/dialogs/desktop-properties.cpp,
8122           src/dialogs/rdf.cpp, src/dialogs/rdf.h, src/xml/repr.h:
8123           Made RDF's writable now.  Handling modifications and defaults.
8124           Mental and others will most likely kill me when they finally
8125           read this code.
8127 2004-07-02  MenTaLguY  <mental@rydia.net>
8129         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp,
8130           src/sp-item-group.h:
8132           Removed the "inkscape:groupmode" attribute and added note about how
8133           the group/layer mode setting needs to be per-view, not global.
8135         * src/desktop.cpp, src/desktop.h,
8136           src/object-hierarchy.cpp, src/object-hierarchy.h:
8138           Added notification signals for switching layers, as well as putting
8139           groups in layer mode when they are being used as layers.
8141           Notably, you can now call SPDesktop::connectCurrentLayerChanged() to
8142           connect to a SigC++ signal to be notified when the current layer
8143           changes.
8145         * src/interface.cpp, src/object-ui.cpp:
8147           Fixed up the "Enter Group" and "Leave Group" context menu
8148           commands a bit, and implement them both in the same places.
8150 2004-07-02  Carl Hetherington  <inkscape@carlh.net>
8152         * src/desktop-snap.cpp, src/desktop-snap.h, src/snap.cpp, src/snap.h,
8153         src/Makefile_insert src/arc-context.cpp src/draw-context.cpp
8154         src/dyna-draw-context.cpp src/make.dep src/make.files src/make.ofiles
8155         src/makefile.msc src/nodepath.cpp src/rect-context.cpp
8156         src/select-context.cpp src/selection-chemistry.cpp src/seltrans.cpp
8157         src/sp-namedview.h src/spiral-context.cpp src/star-context.cpp:
8158         renamed desktop-snap.* to snap.* since it has nothing to do with the
8159         desktop any more.
8161         * src/draw-context.cpp: Temporary hack to prevent snapping
8162         completely failing to work when snapping to bbox points.  Support
8163         shift-disables-snap for freehand drawing.
8165         * src/snap.cpp, src/snap.h: Added some temporary methods to assist
8166         with hacks elsewhere.
8168 2004-07-01  Kees Cook  <kees@outflux.net>
8170         * src/xml/repr.h, src/xml/repr-util.h, src/dialogs/rdf.cpp:
8171           moved "repr_lookup_name" into the repr-util collection so
8172           that the RDF stuff doesn't need to know about SPRepr internals.
8173           Now that I've started to grok the SPRepr stuff, this seems best.
8174           Added "sp_repr_recursive_drop" for use in the future when I may
8175           want to throw away an entire tree of SPRepr items (like ditching
8176           a blank "dc:rights" section).
8178 2004-07-01  MenTaLguY  <mental@rydia.net>
8180         * src/sp-item.cpp: fix clip path loading bug
8182         * src/sp-object.cpp: relax analness about object ids a little
8184 2004-06-30  Kees Cook  <kees@outflux.net>
8186         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.h,
8187           src/dialogs/rdf.cpp: built the various functions needed to extract
8188           the RDF text elements from the DOM.  XML in the document will now
8189           be displayed in the entry fields.
8191 2004-06-28  MenTaLguY  <mental@rydia.net>
8193         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr-css.cpp,
8194           src/xml/repr-io.cpp, src/xml/repr-private.h, src/xml/repr-util.cpp,
8195           src/xml/repr.cpp, src/xml/sp-repr-attr.h: applied peter's patch to
8196           break out NRReprAttr
8198         * src/sp-object.cpp, src/sp-object.h:
8200           added SPObject::nearestCommonAncestor, which given another SPObject
8201           returns the nearest common ancestor of the two SPObjects.
8203         * src/sp-item.cpp, src/sp-item.h:
8205           added SPItem::getRelativeTransform, which computes the SPItem's
8206           transform relative to another SPObject
8208         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
8209           src/rect-context.cpp, src/spiral-context.cpp, src/star-context.cpp,
8210           src/text-context.cpp:
8212           drawing tools now cope with drawing within transformed groups
8213           (i.e. layers)
8215 2004-06-27  MenTaLguY  <mental@rydia.net>
8217         * src/sp-object.h: remove sp_object_request_update,
8218           sp_object_invoke_update, sp_object_invoke_modified,
8219           sp_object_request_modified, and sp_object_invoke_write, which have been
8220           deprecated and are now completely unused
8222         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
8223           src/object-hierarchy.cpp, src/object-hierarchy.h, src/sp-object.cpp,
8224           src/sp-object.h:
8226           Implemented SPDesktop::setCurrentLayer(), introducing
8227           Inkscape::ObjectHierarchy to permit falling back to parents if
8228           the current layer is removed.
8230         * src/object-ui.cpp, src/interface.cpp: really crude hack of
8231           Sodipodi-like "enter group" and "leave group"
8233 2004-06-26  MenTaLguY  <mental@rydia.net>
8235         * src/refcounted.h: allow reffing/unreffing const objects
8237         * src/arc-context.cpp, src/draw-context.cpp, src/dropper-context.cpp,
8238           src/event-context.cpp, src/event-context.h, src/node-context.cpp,
8239           src/rect-context.cpp, src/selcue.cpp, src/selcue.h,
8240           src/select-context.cpp, src/select-context.h, src/seltrans.cpp,
8241           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
8242           src/text-context.cpp, src/zoom-context.cpp:
8244           Make SPSelTrans and SPSelCue proper C++ classes with constructors.
8246         * src/document.h, src/dialogs/xml-tree.cpp: removed sp_document_lookup_id
8248         * src/sp-object.cpp: clarify what is happening with bug #980407 --
8249           the clone is getting attached to the repr before the original SPObject
8250           is.
8252 2004-06-26  Carl Hetherington  <inkscape@carlh.net>
8254         * src/node-context.cpp: make sure nodepath->nodeContext is set up
8255         when the selection changes.  Fixes 936739.
8257 2004-06-25  MenTaLguY  <mental@rydia.net>
8259         * src/display/sp-canvas.cpp: enabled win32 current item workaround on
8260           all platforms
8262 2004-06-25  Kees Cook  <kees@outflux.net>
8264         * src/dialogs/rdf.h, src/dialogs/rdf.cpp, src/dialogs/Makefile_insert,
8265           src/dialogs/desktop-properties.cpp:
8267           Added data entry widgets for document metadata, including a rough
8268           license selector, and debug rdf generator.  Corrected whitespace,
8269           added table for RDF entity lookup, tag, and title mapping.  Added
8270           initial loading framework.  Cleaned up rdf_work_entity_t usage.
8272 2004-06-25  Carl Hetherington  <inkscape@carlh.net>
8274         * src/sp-namedview.cpp: cleanups in grid snap settings.  Fix a
8275         typo.
8277         * src/seltrans.cpp: optional default origin for scaling.  Fixes
8278         to snap during scale.
8280         * src/seltrans.h: s/opposit/opposite/.  Add some comments.
8282         * src/dialogs/display-settings.cpp: add default scale origin
8283         option.
8285         * src/desktop-snap.h: changes to snap_list_scale prototype.
8287         * src/desktop-snap.cpp: snap_list_scale now returns whether
8288         it snapped or not.  The best scale snap is now the one that
8289         changes the scale factor least, rather than the one that
8290         results in the snap point being closest to where it used to be.
8292         * src/display/sp-canvas.cpp: fix for win32 freeze-at-border bug,
8293         copied from SP.
8295         * src/knot.cpp, src/select-context.cpp: change spellings from
8296         British to American English for translators.
8298 2004-06-24  rejon <kidproto@users.sf.net>
8300         * src/verbs.cpp: I changed the reverse command to be more verbose and
8301           explanative.
8303 2004-06-24  MenTaLguY  <mental@rydia.net>
8305         * src/seltrans.cpp: slight change to make showing/hiding center
8306           mark easier later on
8308         * configure.in, src/main.cpp, src/star-context.cpp,
8309           src/display/bezier-utils.cpp, src/display/canvas-bpath.cpp,
8310           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
8311           src/display/sp-ctrlline.cpp, src/libnr/nr-svp.cpp,
8312           src/libnrtype/FontFactory.cpp, src/libnrtype/RasterFont.cpp,
8313           src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
8314           src/livarot/Ligne.cpp, src/livarot/PathOutline.cpp,
8315           src/livarot/ShapeMisc.cpp, src/widgets/font-selector.cpp:
8317           fixes for floating-point portability issues, courtesy of
8318           Colin Marquardt.
8320         * src/extensions/init.cpp: dirent.h requires inttypes.h on OS X
8322 2004-06-23  MenTaLguY  <mental@rydia.net>
8324         * src/Makefile_insert, src/desktop.cpp, src/managed.h,
8325           src/message-context.cpp, src/message-stack.h, src/refcounted.h,
8326           src/selection.h, src/view.cpp:
8328           Changed my mind.
8330           Inkscape::Managed is more properly called Inkscape::Refcounted
8332         * src/libnrtype/Makefile_insert, src/libnrtype/codepages.h,
8333           src/libnrtype/cp1250.cpp, src/libnrtype/cp1251.cpp,
8334           src/libnrtype/cp1252.cpp, src/libnrtype/cp1253.cpp,
8335           src/libnrtype/cp1254.cpp, src/libnrtype/cp1255.cpp,
8336           src/libnrtype/cp1256.cpp, src/libnrtype/cp1257.cpp,
8337           src/libnrtype/cp1258.cpp, src/libnrtype/cp874.cpp,
8338           src/libnrtype/cp932.cpp, src/libnrtype/cp936.cpp,
8339           src/libnrtype/cp949.cpp, src/libnrtype/cp950.cpp:
8341           removed unused Win32 codepage crap
8343 2004-06-23  Carl Hetherington  <inkscape@carlh.net>
8345         * src/inkscape.cpp: Don't connect to SIGBUS on Win32, as
8346         it doesn't seem to exist.  Add Emacs mode line.
8347         Declaration-to-first-use and coding style cleanups.
8349         * src/desktop-snap.h: a few double -> NR::Coord fixes.
8351         * src/nodepath.cpp: turn off snapping when Shift is held down.
8352         Some minor cleanups.
8354         * src/dialogs/display-settings.cpp: remove my rather dubious
8355         move_with_grid option.
8357         * src/select-context.cpp: rationalise grid modifiers; now Shift
8358         disables snap and Alt snaps movement to the grid.
8360 2004-06-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8362         * share/extensions/dia2svg.sh: Fix bashism and insecure tempfile usage.
8364 2004-06-23  Ted Gould  <ted@gould.cx>
8366         * share/extensions/dropshadow.inkmod, share/extensions/roundhole.inkmod,
8367         src/extension/system.cpp:
8369         Setting it up so that poorly formed inkmod files generate actual GTK
8370         warnings so that they can be easily hidden.  Also, fixing these two inkmod
8371         files so that they don't generate the above mentioned warnings.
8373 2004-06-22  Kees Cook  <kees@outflux.net>
8375         * src/inkscape.cpp: added SIGBUS and SIGABRT handling.
8377 2004-06-22  John Cliff <simarilius@yahoo.com>
8379         * src/object-edit.cpp:  Added knots for manipulation of pattern fills.
8380         * src/sp-shape.cpp, src/sp-shape.h:     Added sp_shape_set_pattern to
8381         explictly set the transform rather than multiplying like adjust.
8384 2004-06-22  Carl Hetherington  <inkscape@carlh.net>
8386         * src/sp-shape.cpp: add sp_shape_snappoints.
8388         * src/desktop-snap.cpp: minor cleanups.  Added a comment.
8390         * src/sp-text.cpp: removed an old comment.
8392         * src/sp-ellipse.cpp: fix snappoints method now that the parent
8393         class method has changed.
8395         * src/sp-rect.cpp: snappoints method is not required as it's now
8396         handled by SPShape.
8398         * src/sp-image.cpp: use SPItem's snappoints method.
8400         * src/file.cpp: fix another call to g_file_test with a
8401         possibly-NULL parameter.  Fixes #977413.
8403 2004-06-21  Carl Hetherington  <inkscape@carlh.net>
8405         * src/file.cpp: don't call g_file_test with a NULL path.  Fixes
8406         #976703.
8408         * src/desktop-snap.cpp: default to snapping to bounding boxes when
8409         snapping is first enabled.  Rework in terms of SPNamedView rather
8410         than SPDesktop.
8412         * src/desktop-snap.h: rework in terms of SPNamedView rather than
8413         SPDesktop.
8415         * src/arc-context.cpp, src/draw-context.cpp,
8416         src/dyna-draw-context.cpp, src/nodepath.cpp src/rect-context.cpp,
8417         src/select-context.cpp, src/selection-chemistry.cpp,
8418         src/seltrans.cpp, src/sp-namedview.cpp, src/spiral-context.cpp,
8419         src/star-context.cpp: Adapt for changes to snap code naming.
8421         * src/seltrans.cpp: cleanups to sp_sel_trans_skew_request and
8422         sp_sel_trans_scale_request.
8424 2004-06-20  Ted Gould  <ted@gould.cx>
8426         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
8427         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
8428         share/extensions/epsi_output.inkmod, share/extensions/roundhole.inkmod,
8429         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
8430         share/extensions/txt2svg.inkmod, src/extension/extension.h,
8431         src/extension/system.cpp, src/extension/implementation/script.cpp,
8432         src/extension/internal/eps-out.cpp,
8433         src/extension/internal/gdkpixbuf-input.cpp,
8434         src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
8435         src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
8436         src/extension/internal/win32.cpp:
8438         Changing the naming of the extensions to be more Java style naming to
8439         allow for more extension in the future.
8441 2004-06-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8443         * src/extension/internal/ps.cpp (PrintPS): Initialize _stream to
8444           NULL (fixes segfaults when exporting to an unopenable file), and
8445           initialize _bitmap to false instead of random.
8447 2004-06-20  MenTaLguY  <mental@rydia.net>
8449         * src/desktop.cpp, src/managed.h, src/message-context.h,
8450           src/message-stack.h, src/message.h, src/view.cpp:
8452           Document classes, and change Managed to have an initial refcount
8453           of one at creation.
8455 2004-06-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8457         * src/libnrtype/FontFactory.cpp, src/libnrtype/FontInstance.cpp,
8458           src/libnrtype/font-instance.h: If both WIN32 and WITH_XFT are
8459           defined, then use just the WITH_XFT code.  (I don't know if it's
8460           possible for both to be defined, but we might as well document
8461           that the existing code doesn't handle both being defined, AFAICT.)
8463         * src/libnrtype/FontFactory.cpp (ink_strstr): Document brokenness.
8464           (is_regular, is_nonbold, is_italic, etc.): Mark as static.
8466         * src/Makefile.am (EXTRA_DIST): Remove reference to deleted files
8467           libnrtype/nr-type-w32.cpp, libnrtype/nr-type-w32.h,
8468           libnrtype/nr-type-xft.cpp, libnrtype/nr-type-xft.h.
8470         * src/config.h.win32: Define PACKAGE_TARNAME, for require-config.h.
8471           More accurate mathematical constants (20 decimal places instead of 3).
8473 2004-06-19  MenTaLguY  <mental@rydia.net>
8475         * src/desktop.cpp, src/managed.h, src/rect-context.cpp,
8476           src/rect-context.h, src/selection.h, src/view.cpp:
8478           SPSelection now derives from Inkscape::Managed
8480         * src/Makefile_insert, src/select-context.cpp, src/select-context.h,
8481           src/selection-describer.h, src/selection-describer.cpp:
8483           Introduced Inkscape::SelectionDescriber to which SPSelectContext
8484           delegates the task of displaying descriptions of the current
8485           selection.  This fixes bug #945735.
8487 2004-06-19  Carl Hetherington  <inkscape@carlh.net>
8489         * src/desktop-snap.{cpp,h}: sp_desktop_dim_snap_list returns
8490         whether or not it snapped anything.
8492         * src/select-context.cpp: fix snap on move behaviour (again)
8494         * src/widgets/dash-selector.cpp: fix off-by-one spotted by
8495         valgrind.
8497 2004-06-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8499         * src/extension/internal/ps.cpp (begin): Add some basic error handling.
8501         * src/extension/internal/ps.cpp (setup): Simplify an expression now that
8502           _bitmap is a bool.
8504         * src/extension/internal/ps.h: Twiddle the order of the fields.
8505           Replace bitfields with bool/short.
8507         * src/libnrtype/Makefile_insert, src/libnrtype/FontInstance.h,
8508           src/make.files, src/make.ofiles, src/make.dep:
8509           Remove src/libnrtype/FontInstance.h (see change below).
8511         * src/libnrtype/RasterFont.h, src/libnrtype/raster-glyph.h,
8512           src/libnrtype/raster-position.h:
8513           Move raster_glyph, raster_position from RasterFont.h to new files
8514           raster-glyph.h, raster-position.h.
8515         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
8517         * src/libnrtype/FontInstance.h, src/libnrtype/font-glyph.h,
8518           src/libnrtype/font-instance.h, src/libnrtype/font-style.h:
8519           Move font_glyph, font_instance, and font_style definitions from
8520           FontInstance.h into new files font-glyph.h, font-instance.h,
8521           font-style.h.
8522         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
8524         * src/libnrtype/nrtype-forward.h: New file.
8525         * src/libnrtype/Makefile_insert: Add it to SOURCES.
8526         * src/libnrtype/FontFactory.h, src/libnrtype/TextWrapper.h:
8527           #include it (replacing local declarations in some cases).
8529         * src/livarot/livarot-forward.h: New file.
8530         * src/livarot/Ligne.h, src/livarot/Path.h, src/livarot/Shape.h:
8531           #include it (replacing local declarations in some cases).
8532         * src/livarot/Makefile_insert: Add it to SOURCES.
8534 2004-08-18  Ted Gould  <ted@gould.cx>
8536         * src/file.cpp, src/preferences-skeleton.h:
8538         Adding the feature that the save and open directories are saved in the
8539         preferences.  The last one will be used.
8541 2004-08-18  Carl Hetherington  <inkscape@carlh.net>
8543         * src/widgets/font-selector.cpp: uint -> guint to fix
8544         compile errors.
8546         * src/desktop-snap.{cpp,h}: make snap functions aware of the
8547         type of point they are snapping, so they can decide whether
8548         to ignore it.
8550         * src/arc-context.cpp, src/rect-context.cpp,
8551         src/spiral-context.cpp, src/star-context.cpp,
8552         src/draw-context.cpp, src/dyna-draw-context.cpp, src/nodepath.cpp,
8553         src/selection-chemistry.cpp, src/seltrans.cpp:
8554         temporarily update for changes to snapping API.
8556         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp:
8557         adapt for small changes to Snapper API.
8559         * src/select-context.cpp: use new snapping API.
8561 2004-08-17  Bryce Harrington  <bryce@bryceharrington.org>
8563         *  nodepath.cpp path-chemistry.cpp selection-chemistry.cpp,
8564            seltrans.cpp sp-typeset.cpp splivarot.cpp text-context.cpp,
8565            tools-switch.cpp dialogs/find.cpp:  Converting statusbar
8566            messages from old style to new, as per
8567            http://inkscape.org/cgi-bin/wiki.pl?StatusbarAPI
8569 2004-06-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8571         * src/mkdep.pl: Add `by mkdep.pl' to `automatically generated' line.
8573         * src/dialogs/desktop-properties.cpp:
8574           Greater conformance to CodingStyle.  Add FIXME comment.
8576         * src/sp-namedview.cpp: Tighter scoping for iteration var.
8577           Simplify some code by greater use of cheap sp_unit_get_by_id.
8579 2004-06-17  MenTaLguY  <mental@rydia.net>
8581         * src/Makefile_insert, src/arc-context.cpp, src/arc-context.h,
8582           src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
8583           src/draw-context.cpp, src/dropper-context.cpp, src/event-context.cpp,
8584           src/event-context.h, src/file.cpp, src/interface.cpp, src/knot.cpp,
8585           src/managed.h, src/message-context.cpp, src/message-context.h,
8586           src/message-stack.cpp, src/message-stack.h, src/message.h,
8587           src/select-context.cpp, src/view.cpp, src/view.h,
8588           src/libnrtype/FontFactory.cpp, src/libnrtype/nr-type-primitives.h,
8589           src/widgets/font-selector.cpp:
8591           New status messages primitives (statusbar bug not fixed yet though).
8593 2004-06-17  Carl Hetherington  <inkscape@carlh.net>
8595         * src/helper/stock-items.cpp: fix a compiler warning.  Minor
8596         coding style cleanups.
8598         * src/arc-context.cpp, src/desktop-snap.cpp, src-desktop-snap.h,
8599         src/rect-context.cpp, src/spiral-context.cpp,
8600         src/star-context.cpp: Replace desktop.h include with forward
8601         references in desktop-snap.h, and add desktop.h includes in
8602         files which require them.
8604         * src/widgets/spw-utilities.cpp, src/widgets/spw-utilities.h:
8605         add spw_vbox_checkbutton.
8607         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
8608         src/sp-namedview.h, src/desktop-snap.cpp, src/desktop-snap.h,
8609         src/desktop.cpp, src/desktop.h,
8610         src/dialogs/desktop-properties.cpp, src/seltrans.cpp,
8611         src/seltrans.h, src/selection.cpp, src/selection.h,
8612         src/select-context.cpp, src/selection-chemistry.cpp:
8614         Start of new and hopefully improved snapping code.
8616 2004-06-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8618         * src/helper/units.h, src/helper/units.cpp:
8619           (sp_unit_get_by_id): new function.
8620           (sp_convert_distance_full): Change arguments & return value.
8621           Call g_log if no conversion possible.
8622           Callers updated.
8623           (sp_unit_get_default, sp_unit_get_by_name): Remove unused functions.
8624           sp_units: Less rounding error in unittobase.
8626 2004-06-16  Carl Hetherington  <inkscape@carlh.net>
8628         * src/sp-item.h: added a comment.
8630 2004-06-15  Ted Gould  <ted@gould.cx>
8632         * share/extensions/ai_input.inkmod:
8633         Removing the command-line argument to specify line endings.
8635         * src/print.cpp, src/print.h, src/sp-text.cpp,
8636         src/extension/extension.cpp, src/extension/extension.h,
8637         src/extension/implementation/implementation.cpp,
8638         src/extension/implementation/implementation.h,
8639         src/extension/internal/ps.cpp, src/extension/internal/ps.h:
8641         Changing it so that the text to vector is its own function.  This way it
8642         can be used as a parameter in Postscript, but then can be easily used for
8643         drivers which only support vector drawing.
8645 2004-06-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8647         * src/select-toolbar.cpp: Cleanups and preparation for px units.
8649         * src/helper/units.h, src/helper/units.cpp:
8650           Add reference version of sp_points_get_units, sp_units_get_points.
8651           Implement as simple multiplication instead of sp_convert_distance.
8652           (sp_units_table_sane): New function.
8653         * src/helper/units-test.cpp: Test sp_units_table_sane.
8655         * src/sp-object-repr.cpp: Move some declarations to first use.
8656         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_register):
8657           Change return type to void.
8659         * src/sp-item.cpp (sp_item_repr_compare_position):
8660           Reimplement as shallow wrapper around sp_repr_compare_position.
8662         * src/helper/units.h, src/helper/units.cpp:
8663           SPUnitId: new enum, to allow replacing string lookups.
8664           Get rid of handling for unused SP_UNIT_USERSPACE.
8665           Remove unused SPUnit.version field.
8667         * src/helper/units-test.cpp (test_bases): Test sp_unit_get_identity.
8669         * src/helper/Makefile_insert (helper_units_test_LDADD): Fix the previous
8670           commit: -lglib-2.0 instead of -lglib.
8672 2004-06-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8674         * src/Makefile.am, src/helper/Makefile_insert,
8675           src/helper/units-test.cpp:
8676           New unit test file units-test.cpp.
8678         * src/select-toolbar.cpp: Greater conformance to CodingStyle.
8680 2004-06-14  Carl Hetherington  <inkscape@carlh.net>
8682         * src/libnrtype/TextWrapper.cpp: Fix what looks like an off-by-one.
8684         * ChangeLog, src/prefs-utils.cpp:
8685         Fix bracketing typo that causes an array to be overrun.
8687 2004-06-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8689         * src/sp-path.cpp: Move some declarations to first use.
8691 2004-06-13  Kees Cook  <kees@outflux.net>
8693         * src/xml/repr.h, src/xml/repr-utils.cpp: adding additional RDF URIs
8694         to the default namespace prefix list.
8696 2004-06-13  MenTaLguY  <mental@rydia.net>
8698         * src/arc-context.cpp, src/desktop.cpp, src/desktop.h, src/document.cpp,
8699           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
8700           src/file.cpp, src/gradient-chemistry.cpp, src/interface.cpp,
8701           src/rect-context.cpp, src/selection-chemistry.cpp, src/sp-object.cpp,
8702           src/sp-object.h, src/spiral-context.cpp, src/splivarot.cpp,
8703           src/star-context.cpp, src/svg-view.h, src/text-context.cpp,
8704           src/extension/internal/gdkpixbuf-input.cpp:
8706           added SPDesktop::currentRoot() and SPDesktop::currentLayer(), which
8707           report the current "view" root and current "editing" layer,
8708           respectively; I've also added SPObject::appendReprChild().
8710           Between the two of them, they replace sp_document_add_repr, which
8711           has been removed.  Generally to add a repr to a document, you would
8712           now use either:
8714            SP_DOCUMENT_DEFS(document)->appendReprChild(repr);
8716           or:
8718            desktop->currentLayer()->appendReprChild(repr);
8720 2004-06-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8722         * src/sp-clippath.h, src/sp-gradient.h, src/sp-marker.h, src/sp-mask.h,
8723 src/sp-pattern.h:
8724           Explicitly mark _acceptObject as virtual.
8725           (Already declared as virtual in base class.)
8727         * src/file.cpp, src/main.cpp: Greater conformance to CodingStyle.
8729         * src/node-context.h, src/selcue.h, src/sp-pattern.h,
8730           src/widgets/sp-color-wheel-selector.h:
8731           Add missing includes as found by src/check-header-compile.
8733         * src/Makefile_insert:
8734         * src/sp-use-reference.cpp:
8735         * src/sp-use-reference.h:
8736         * src/sp-use.cpp:
8737         * src/sp-use.h:
8738           Move SPUseReference from sp-use.h to new files sp-use-reference.h,
8739           sp-use-reference.cpp.
8741         * src/sp-use.h (_acceptObject): Fix can't-use-ancestor check.
8743         * src/uri-references.h (getOwner): Fix copy&paste bug.
8745 2004-06-11  MenTaLguY  <mental@rydia.net>
8747         * src/sp-object.h, src/sp-object.cpp:
8749           migrated several SPObject methods to C++ methods:
8751           sp_object_invoke_write -> SPObject::updateRepr
8752           sp_object_request_update -> SPObject::requestDisplayUpdate
8753           sp_object_invoke_update -> SPObject::updateDisplay
8754           sp_object_request_modified -> SPObject::requestModified
8755           sp_object_invoke_modified -> SPObject::emitModified
8757           (leaving deprecated wrappers in place for now)
8759         * src/document.cpp, src/object-edit.cpp, src/sp-clippath.cpp,
8760           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-image.cpp,
8761           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-line.cpp,
8762           src/sp-marker.cpp, src/sp-mask.cpp, src/sp-offset.cpp,
8763           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-root.cpp,
8764           src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
8765           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
8766           src/sp-use.cpp, src/dialogs/stroke-style.cpp, src/sp-path.cpp:
8768           transitioned to SPObject::requestDisplayUpdate and
8769           SPObject::updateDisplay
8771         * src/arc-context.cpp, src/document.cpp, src/gradient-chemistry.cpp,
8772           src/knotholder.cpp, src/main.cpp, src/rect-context.cpp,
8773           src/sp-anchor.cpp, src/sp-clippath.cpp, src/sp-defs.cpp,
8774           src/sp-gradient.cpp, src/sp-item-group.cpp, src/sp-item.cpp,
8775           src/sp-mask.cpp, src/sp-namedview.cpp, src/sp-object-group.cpp,
8776           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp,
8777           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-shape.cpp,
8778           src/sp-spiral.cpp, src/sp-text.cpp, src/sp-use.cpp,
8779           src/spiral-context.cpp, src/splivarot.cpp, src/star-context.cpp,
8780           src/style.cpp, src/toolbox.cpp, src/dialogs/fill-style.cpp,
8781           src/dialogs/stroke-style.cpp, src/extension/internal/svg.cpp:
8783           transitioned to SPObject::requestModified, SPObject::emitModified,
8784           and SPObject::updateRepr; also reworked "minimal" version of
8785           updateRepr.
8787         * src/sp-object.h: added a little documentation
8789         * src/document.cpp, src/document.h, src/file.cpp,
8790           src/gradient-chemistry.cpp, src/help.cpp, src/object-ui.cpp,
8791           src/selection-chemistry.cpp, src/selection.cpp, src/seltrans.cpp,
8792           src/sp-clippath.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
8793           src/sp-namedview.cpp, src/sp-object.cpp, src/sp-offset.cpp,
8794           src/sp-pattern.cpp, src/sp-root.cpp, src/sp-text.cpp,
8795           src/sp-typeset.cpp, src/sp-use.cpp, src/splivarot.cpp,
8796           src/uri-references.cpp, src/dialogs/fill-style.cpp,
8797           src/dialogs/item-properties.cpp, src/dialogs/stroke-style.cpp,
8798           src/helper/stock-items.cpp, src/widgets/gradient-selector.cpp,
8799           src/widgets/gradient-vector.cpp, src/widgets/icon.cpp:
8801           replaced sp_document_lookup_id with SPDocument::getObjectById,
8802           and SPDocument::getObjectByRepr
8804           (left deprecated stub in place, but it should be unused at this point)
8806 2004-06-11  Ted Gould  <ted@gould.cx>
8808         * src/file.cpp, src/inkscape.cpp, src/interface.cpp, src/prefs-utils.cpp,
8809         src/prefs-utils.h:
8811         Moving the recent document setting and getting code into the prefs-utils
8812         files so that they'll be with the preferences (which they really kinda
8813         are).  Then, moved the place where they are set from the removing of the
8814         document to where the files are opened and 'save as'd.  (yes, I made up a
8815         word/contraction).
8817 2004-06-10  Carl Hetherington  <inkscape@carlh.net>
8819         * src/desktop-snap.cpp, src/desktop-snap.h,
8820         src/satisfied-guide-cns.cpp, src/satisfied-guide-cns.h,
8821         select-context.cpp, selection.cpp, selection.h, seltrans.cpp,
8822         seltrans.h, sp-ellipse.cpp, sp-image.cpp,
8823         sp-item-notify-moveto.cpp, sp-item-rm-unsatisfied-cns.cpp,
8824         sp-item-update-cns.cpp, sp-item.cpp, sp-item.h, sp-offset.cpp,
8825         sp-rect.cpp, sp-spiral.cpp, sp-star.cpp, sp-text.cpp:
8827         Use a std::vector to store snap points, rather than a fixed-size
8828         array.
8830 2004-06-09  Carl Hetherington  <inkscape@carlh.net>
8832         * src/desktop-snap.cpp, src/desktop-snap.h: Coding style fixes.
8833         Use NR::Coord rather than double where appropriate.  Added some
8834         comments.  Use NR::Dim2 where appropriate.  Use NR_HUGE rather
8835         than hardcoded 1e18s.
8837         * src/rect-context.cpp, src/nodepath.cpp, src/arc-context.cpp:
8838         Adapt for changes to sp_desktop_dim_snap prototype.
8840         * src/select-context.cpp:
8841         Adapt for changes to sp_desktop_dim_snap_list prototype.
8843 2004-06-08  MenTaLguY  <mental@rydia.net>
8845         * src/display/sp-canvas.h, src/livarot/DblLinked.h,
8846           src/livarot/LivarotDefs.h, src/livarot/AVL.h, src/livarot/Shape.h,
8847           src/livarot/ShapeUtils.h, src/livarot/Ligne.h,
8848           src/object-edit.cpp, src/spiral-context.cpp, src/sp-shape.cpp:
8850           Portability fixes from Colin Marquardt <colin@marquardt-home.de>.
8852 2004-06-08  Carl Hetherington  <inkscape@carlh.net>
8854         * src/main.cpp: remove the call to
8855         Extension::Internal::PrintWin32::init() entirely after Ted pointed
8856         out that it would be called by code in src/extension/init.cpp
8857         anyway.
8859 2004-06-08  Ted Gould  <ted@gould.cx>
8861         * src/main.cpp:
8863         Added in a version command to our command line args.  This fixes
8864         enhancement request 968642.
8866 2004-06-07  MenTaLguY  <mental@rydia.net>
8868         * src/document.cpp, src/document.h, src/document-undo.cpp,
8869           src/sp-object.h, src/sp-object.cpp:
8870           renamed object garbage collection routines to fit the "orphan"
8871           terminology
8873 2004-06-07  Carl Hetherington <inkscape@carlh.net>
8875         * src/main.cpp: tentative fix for startup crash on Win32.  Ensure
8876         that Extension::Internal::PrintWin32::init() is not called until
8877         after inkscape_application_init().
8879 2004-06-07  Ted Gould  <ted@gould.cx>
8881         * src/inkscape.cpp, src/main.cpp:
8883         Moving the initialization of the extensions into the Inkscape application
8884         init.  I have mixed feelings on this.  On one hand, basically extension
8885         init gets called directly after applicaiton init and extensions init has
8886         nothing to do with anything else in main.  On the other hand I'm not sure
8887         that it is directly related to the structure of the application itself.
8888         Comments are welcome.
8890 2004-06-06  MenTaLguY  <mental@rydia.net>
8892         * src/attributes.cpp, src/attributes.h: added inkscape:collect attribute
8893           to specify orphan collection policy (collect with parent, or always
8894           collect)
8896         * src/document-undo.cpp, src/document.cpp, src/document.h: added an orphan
8897           collection pass as part of comitting an undo step
8899         * src/sp-object.cpp, src/sp-object.h:
8900           add total hrefcount for all descendants, and basic orphan collection
8901           facilities
8903         * src/gradient-chemistry.cpp, src/dialogs/stroke-style.cpp,
8904           src/extension/internal/gdkpixbuf-input.cpp:
8905           mark automatically added gradients, patterns, and markers for orphan
8906           collection
8908 2004-06-06  Bryce Harrington <bryce@bryceharrington.org>
8910         * libnrtype/nr-type-xft.cpp, libnrtype/nr-font.cpp,
8911           libnrtype/nr-rasterfont.cpp, libnrtype/nr-type-directory.cpp,
8912           libnrtype/nr-typeface.cpp, libnrtype/nr-type-w32.cpp,
8913           libnrtype/nr-type-ft2.cpp, libnrtype/nr-type-pos-def.cpp,
8914           libnrtype/nr-type-primitives.cpp:
8916         Documenting the routines.  This adds basic code docs for
8917         everything in libnrtype.
8919 2004-06-06  Ted Gould  <ted@gould.cx>
8921         * src/main.cpp, src/preferences-skeleton.h, src/extension/extension.cpp:
8923         Making it so that the extension parameters get saved in the Inkscape
8924         preferences.  Most people will notice that their printer gets saved now.
8925         But this does alot more than that.  Added an "extensions" group to the
8926         preferences skeleton for all these settings.  All settings get saved as
8927         "module ID"."param name".  Also had to change where the extensions get
8928         init'd in the startup to put it behind the Inkscape application so that
8929         prerefences could be used.
8931 2004-06-03  Ted Gould  <ted@gould.cx>
8933         * src/file.cpp, src/dialog/filedialog.cpp:
8935         Making the whole file dialog alot more fun.  Basically, now the
8936         first filename will always be unique on files that don't have a
8937         filename already.  And, if you've selected a different default
8938         extension, that extension's filename extension will be placed
8939         on the file.  Also, when you change the extension to save with
8940         in the dialog, the filename extension will change with you (assuming
8941         that you were using filename extensions previously ofcourse).
8942         Finally, the checkbox to autoappend extensions is no insensitive
8943         when "Autodetect" is selected.
8945 2004-06-03  MenTaLguY  <mental@rydia.net>
8947         * src/file.cpp, src/extension/internal/ps.cpp,
8948           src/extension/internal/win32.cpp, src/sp-pattern.cpp,
8949           src/dialogs/stroke-style.cpp, src/display/nr-arena-glyphs.cpp,
8950           src/display/nr-arena-group.cpp, src/display/nr-arena-image.cpp,
8951           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
8952           src/widgets/icon.cpp, src/dialogs/nr-arena-item.h:
8954           Introduced the notion of "parent" NRGCs
8956 2004-06-02  bulia byak <bulia@users.sourceforge.net>
8958         * src/selection.h, src/selection.cpp:
8960         * preferences-skeleton.h dialogs/display-settings.cpp sp-item.cpp: New
8961 settings
8962         for various compensations
8964         * sp-shape.cpp sp-shape.h sp-rect.cpp sp-path.cpp: Factored out adjustments
8965         (stroke and pattern so far) from optimizing items into sp-shape.
8967         * libnr: Added distance function for a couple of points. Added expansions
8968 for X and Y.
8970         * object-edit.cpp sp-rect.cpp sp-item.cpp toolbox.cpp: Made rect use
8971 absolute
8972         radii, added recursive compensation on item_transform. Added new knot for
8973         rect, moved corner knots to the top right corner. Rect toolbar shows visible
8974         rx/ry.
8976         * toolbox.cpp: Finally got the freeze semaphores right (prevent loops for
8977         changes both from the repr and from toolbar UI).
8979         * sp-namedview.cpp: Guarding against nan in zoom, cx, cy
8981         * select-toolbar.cpp helper/unit-menu.cpp helper/unit-menu.h: Fix units menu
8982 size
8984         * node-context.cpp: Second Esc or empty-click deselects object
8986         * desktop.cpp desktop.h: Restored sticky zoom
8988         * preferences-skeleton.h extension/internal/gdkpixbuf-input.cpp file.cpp: Do
8989 not
8990         group import if only one item; move its defs to our defs; select and move
8991         under cursor the imported item/group. Optionally import bitmaps as filled
8992         rects.
8994         * many -context files: Decoupled seltrans and selcue so that the latter can
8995 be
8996         used outside of selector; enabled optional selcue in all tools
8998         * many files: New set_color signals on desktop, switching the dropper to
8999 them;
9000         needs to be redone for style. Excise the old inkscape::color_set signal.
9002         * dialogs/stroke-style.cpp: Fix the "all clubs" marker preview bug. In
9003 markers
9004         menu, skip document markers with stockid only if the same stockid is in
9005         markers.svg; add separator.
9007         * many fill and stroke files: Remove old mode selector, remove dropper
9008 checkbox
9009         (now always on). Remember active colorselector page. Remove redundant checks
9010         in setting color (fixes at least one bug). Cosmetics, cleanup, b/w icons,
9011         shortened labels, added mnemonics and tooltips, removed the drop-down modes
9012         list. Switched color spinbuttons to 0..255 enabling 0..1 floats to be typed
9013 as
9014         well.
9016         * dialogs/find.* et al: Find dialog, command
9018         * selection-chemistry.cpp: Fix copying objects from different parents; fix
9019 and
9020         reorganize copying gradients, recurse into groups
9022         * dialogs/xml-tree.cpp: Removed unused desktop shutdown signal, fixes
9023 problem
9024         with saving window settings on exit
9026         * select-toolbar.cpp: Percentage unit, lock toggle, NR::Rectification
9028         * sp-object.cpp path-chemistry.cpp splivarot.cpp et al: Sending
9029 _delete_signal
9030         recursively for descendants; switched to deleteObject where appropriate to
9031         notify clones
9033         * preferences-skeleton.h desktop.cpp desktop.h interface.cpp: Window layout
9034         fully configurable, commands in the View menu
9036         * path-chemistry.cpp: Fixed transform when combining inside group
9038         * preferences-skeleton.h sp-item.cpp dialogs/display-settings.cpp: Fixes in
9039         scalestroke (coded by Carl): arbitrary depth recusion, setting stroke-width
9040         via repr, pref in the transforms tab
9042         * widgets/sp-xmlview-attr-list.cpp: More robust listener
9044 2004-06-01  Ted Gould  <ted@gould.cx>
9046         * src/extension/internal/gdkpixbuf-input.cpp:
9047         Making it so that the lists of extensions and mimetypes are
9048         used in the creation of the plugins.  Also, free'ing everything
9049         properly so that we don't have a memory leak.
9051 2004-05-30  MenTaLguY  <mental@rydia.net>
9053         * src/selection.h, src/selection.cpp:
9054           rework SPSelection to be SPObject- rather than SPItem- oriented;
9055           this will be needed later for the layers/document tree dialog
9056           (and could prove useful for the XML editor later too)
9058         * src/sp-item.h: make SPItem a proper C++ subclass of SPObject
9060         * src/dialogs/item-properties.cpp:
9061           correct overly intimate knowledge of SPObject (use SP_OBJECT_ID rather
9062           than directly accessing the SPObject::id member)
9064 2004-05-27  Kees Cook  <kees@outflux.net>
9066         * src/extension/internal/ps.h, src/extension/internal/ps.cpp:
9067           Hopefully fixed the locale problems in the PS output generator.
9068         * src/sp-offset.cpp, src/display/bezier-utils-test.cpp,
9069           src/display/nr-arena-item.cpp, src/libnr/nr-svp-render.cpp,
9070           src/libnr/testnr.cpp, src/livarot/AlphaLigne.cpp,
9071           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
9072           src/livarot/PathCutting.cpp, src/livarot/Shape.cpp,
9073           src/livarot/ShapeDraw.cpp, src/livarot/ShapeSweep.cpp,
9074           src/svg/svg-affine.cpp: added comments and notes to all remaining
9075           "printf"ish calls that have %g or %f in them.  Most are just debug
9076           output, etc.  Hopefully we are actually free of locale bugs!  :)
9077         * src/desktop.h, src/desktop.cpp: desktop's knowledge of
9078           fullscreen-ness doesn't depend on having the ability to DO it.  Other
9079           functions already test "is_fullscreen" to alter their behavior.
9081 2004-05-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9083         * src/extension/system.h, src/extension/system.cpp (build_from_file):
9084           Remove unused second argument.  Callers updated.
9085         * src/extension/system.cpp (build_from_reprdoc):
9086           Just one call to sp_repr_name per child.
9087         * src/extension/system.h, src/extension/system.cpp:
9088           Cleanup: greater conformance to CodingStyle.
9090 2004-05-23  MenTaLguY  <mental@rydia.net>
9092         * src/libnrtype/Makefile_insert, src/libnrtype/nr-type-gnome.cpp,
9093           src/libnrtype/nr-type-gnome.h, src/libnrtype/nr-type-dictionary:
9095           removed gnome-print libnrtype backend
9097 2004-05-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9099         * src/xml/repr.h, src/xml/repr-util.cpp:
9100           Remove unused function sp_repr_set_position_relative.
9102         * src/xml/repr-util.cpp (sp_repr_compare_position, sp_repr_position):
9103           Minor cleanups.
9105 2004-05-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9107         * src/sp-use.cpp: Cleanup: greater conformance to CodingStyle.
9109         * src/sp-item-group.cpp (sp_item_group_ungroup): Fix bug #956334:
9110           ungrouping was reversing the order of the group members.
9112         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp: New files.
9113         * src/xml/Makefile_insert (xml_libspxml_a_SOURCES): Add the new files.
9115         * src/xml/repr-private.h, src/xml/repr.cpp (sp_repr_nth_child):
9116           Remove this unused function.
9118         * src/xml/repr.h, src/xml/repr.cpp (sp_repr_parent):
9119           Mark pointer as not written through (const).
9121 2004-05-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9123         * src/xml/repr.cpp: Cleanup: greater conformance to CodingStyle.
9125         * src/Makefile_insert: Add missing dependencies on inkscape_version.h.
9126         * src/display/Makefile_insert: Adapt dependency object names for
9127           `subdir-objects' automake option.
9128         * src/helper/Makefile_insert: Adapt dependency object names for
9129           lack of libspchelp-specific CPPFLAGS.
9131 2004-05-17  Carl Hetherington <inkscape@carlh.net>
9133         * src/libnrtype/nr-type-w32.cpp: Tentative fix for
9134         build problems on Win32.
9136         * src/extension/internal/svg.cpp: Coding style cleanups.
9138 2004-05-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9140         * src/sp-item.h, src/sp-item.cpp: Remove unused
9141           distance-conversion functions sp_item_distance_to_svg_bbox,
9142           sp_item_distance_to_svg_viewport.
9144         * src/sp-item.cpp: Cleanup: greater conformance to CodingStyle.
9146         * acinclude.m4: Remove.
9148 2004-05-16  Carl Hetherington  <inkscape@carlh.net>
9150         * src/extension/internal/svg.cpp:
9151         Throw an exception if sp_repr_save_file fails.  This should close
9152         bug 948921.
9154 2004-05-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9156         * src/check-header-compile.in: New script.
9157         * configure.in: Add it to list of files for substitution.
9159         * src/star-context.cpp: Minor cleanups, and use g_strdup_printf instead
9160           of fixed-size buffer for translated string.
9162         * src/selection-chemistry.cpp: Use NR::Rect bounds() method instead of
9163           old bounds(NRRect*).
9165         * src/document.cpp (sp_document_create):
9166         * src/preferences-skeleton.h:
9167           Use INKSCAPE_VERSION from inkscape_version.h instead of VERSION.
9169         * src/libnr/nr-rotate-test.cpp: Use new rotate_equalp function.
9171         * src/libnr/nr-translate-ops.h (operator-): New function.
9173         * src/select-context.cpp:
9174         * src/selection-chemistry.cpp:
9175         * src/xml/repr.h:
9176         * src/sp-defs.h:
9177           Cleanup: greater conformance to CodingStyle.
9179         * src/libnr/nr-macros.h: Don't #include nr-matrix.h, nr-rect.h.
9181         * src/arc-context.h, src/desktop-affine.h, src/dir-util.h,
9182           src/draw-context.h, src/dyna-draw-context.h, src/help.h,
9183           src/knotholder.h, src/prefs-utils.h, src/select-toolbar.h,
9184           src/sp-clippath.h, src/sp-mask.h, src/sp-pattern.h, src/sp-use.h,
9185           src/text-context.h, src/toolbox.h, src/tools-switch.h,
9186           src/dialogs/dialog-events.h, src/dialogs/sp-attribute-widget.h,
9187           src/display/sp-canvas.h, src/helper/gnome-utils.h,
9188           src/helper/png-write.h, src/helper/stock-items.h, src/inkjar/jar.h,
9189           src/libnr/nr-matrix.cpp, src/libnr/nr-point-l.h,
9190           src/svg/stringstream.h, src/svg/svg-affine.cpp,
9191           src/widgets/gradient-selector.h, src/widgets/paint-selector.h,
9192           src/widgets/spinbutton-events.h, src/widgets/spw-utilities.h,
9193           src/xml/repr-action.h:
9194           Add missing header files as detected by check-header-compile script.
9196         * src/libnr/nr-rotate-fns.h, src/libnr/nr-rotate-fns.cpp: New files.
9197         * src/libnr/nr-rotate-fns-test.cpp: New unit test.
9198         * src/libnr/Makefile_insert, src/Makefile.am: Reference new files,
9199           add to unit tests.
9201         * src/libnr/nr-rotate.h: Add Coord,Coord constructor.
9203         * src/libnr/nr-rotate.h, src/libnr/nr-rotate-ops.h (operator*=):
9204         New method.
9206         * src/libnr/nr-point-fns.h (point_equalp): New function.
9208         * src/radial.h: Remove this unused header.
9210         * src/xml/xml-forward.h: New file.
9211         * src/xml/Makefile_insert: Add it to xml_libspxml_a_SOURCES.
9212         * src/xml/repr-private.h: Include it.
9214 2004-05-16  MenTaLguY  <mental@rydia.net>
9216         * src/libnrtype/nr-type-directory.cpp, src/libnrtype/nr-type-ft2.cpp,
9217           src/libnrtype/nr-type-ft2.h, src/libnrtype/nr-type-gnome.h,
9218           src/libnrtype/nr-type-w32.h, src/libnrtype/nr-type-xft.cpp,
9219           src/libnrtype/nr-typeface.h:
9221           transition to C++ inheritance
9223         * src/verbs.cpp, src/helper/action.h, src/helper/action.cpp,
9224           src/widgets/button.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
9226           removed barely-used "in-place construction" facility for NRObject
9228         * src/helper/action.h, src/helper/action.cpp,
9229           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-glyphs.h,
9230           src/display/nr-arena-image.cpp, src/display/nr-arena-image.h,
9231           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
9232           src/helper/action.cpp, src/helper/action.h, src/libnr/nr-object.cpp,
9233           src/libnr/nr-object.h, src/libnrtype/nr-type-ft2.cpp,
9234           src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
9235           src/libnrtype/nr-typeface.cpp:
9237           Made NRObject "C++-compatible".  All C++ features including virtual
9238           methods and RTTI should now be available to NRObject subclasses
9239           _provided_:
9241            a) there is an unbroken chain of _C++_ inheritance from the subclass
9242               back to NRObject
9244            b) the NRObject-derived inheritance chain is always first in cases
9245               of multiple inheritance (the NRObject must be first in the memory
9246               layout)
9248            c) The subclass in question overrides NRObjectClass::cpp_ctor in its
9249               own class_init function, with a pointer to a function that calls
9250               the specific subclass' constructor (via placement new -- you will
9251               need to #include <new> for this to work)
9253               n.b. Objects of classes which do not override cpp_ctor will appear
9254               to the C++ runtime system (RTTI and virtual dispatch, at least) as
9255               objects of the closest ancestor class which does override it
9256               (NRObject or NRActiveObject if nothing else).
9258 2004-05-15  MenTaLguY  <mental@rydia.net>
9260         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
9261           further reduced dependency on SPStyle
9263 2004-05-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9265         * src/libnr/nr-path.cpp, src/libnr/nr-path.h (nr_path_matrix_bbox_union):
9266           Get rid of no-longer-needed tolerance arg.  Update callers.
9268         * src/selection.cpp, src/sp-chars.cpp, src/sp-image.cpp,
9269           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-item.h,
9270           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
9271           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
9272           src/sp-use.cpp, src/dialogs/fill-style.cpp,
9273           src/dialogs/stroke-style.cpp, src/display/nr-arena-shape.cpp,
9274           src/libnr/nr-path.cpp, src/libnr/nr-path.h,
9275           src/libnrtype/nr-font.cpp, src/libnrtype/nr-rasterfont.cpp,
9276           src/libnrtype/nr-type-gnome.cpp, src/widgets/icon.cpp,
9277           src/widgets/paint-selector.cpp:
9278           Change argument from NRMatrix to NR::Matrix in SPItemClass->bbox,
9279           sp_item_invoke_bbox, sp_item_invoke_bbox_full,
9280           nr_path_matrix_bbox_union.  Users updated.
9282         * src/libnr/nr-rect.h, src/libnr/nr-rect.cpp (nr_rect_union_pt):
9283           new function.
9285         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
9286           (NR::transform): new function.
9288         * src/Makefile_insert: Move fixes.cpp from libinkpre.a to libinkpost.a.
9289         * src/xml/Makefile_insert (xml_repr_action_test_LDADD):
9290           Add libinkpost.a, for fixes.o.  `make check' now works again.
9292         * src/sp-text.cpp (sp_text_set_transform):
9293           Don't include SP_OBJECT_CHILD_MODIFIED_FLAG in flags for
9294           sp_object_request_update.  Addresses `critical' warning.
9296 2004-05-13  John Cliff <simarilius@yahoo.com>
9298         * src/dialogs/stroke-style.cpp: Switched to using get_stock to retrieve
9299 markers.
9300         * src/helpers/stock-items.h, src/helpers/stock-items.cpp: created to handle
9301 stock items.
9302         * src/prefix.h: Added marker and gradient directorys.
9304 2004-05-13  Kees Cook <kees@outflux.net>
9306         * configure.in, src/main.cpp, config.h.mingw, debian/rules:
9307           made popt a requirement instead of an option.
9309 2004-05-13  Carl Hetherington  <cth103@houllier.home>
9311         * sp-color-notebook.cpp: Fix uninitialised value spotted by valgrind.
9313         * stroke-style.cpp:
9314         Fix ink_extract_marker_name returning a pointer into a free()d buffer.
9316 2004-05-13  Ted Gould <ted@gould.cx>
9318         * src/file.cpp:
9319         Making the default filename _("untitled.svg")
9321 2004-05-12  Kees Cook <kees@outflux.net>
9323         * config.h.mingw: added g_ascii_strtod macro.
9325 2004-05-12  Carl Hetherington <inkscape@carlh.net>
9327         * src/dialogs/export.cpp: fix faulty logic with exporting of
9328         selections, as reported by Artemio on the ML.
9330         * src/dialogs/desktop-properties.cpp: Fix a gtk_table size.
9331         Make use of spw_dropdown in one place.
9333         * src/select-context.cpp: Remove alt-drag "slow move" mode.
9334         Make alt-drag move without any grid snap, even if the grid
9335         is enabled.  Add a new mode, shift-drag, which preserves
9336         objects' grid offsets rather than snapping their snappoints.
9338         * src/selection-chemistry.cpp: Pasted objects have the same
9339         offset from the grid as the original, if the grid is enabled.
9340         Also a NRRect -> NR::Rect fix thrown in for no extra charge.
9342         * src/dialogs/display-settings.cpp: Added option to reverse
9343         the actions of drag and shift-drag when moving objects.
9345 2004-05-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9347         * src/main.cpp (main): Test ENABLE_NLS instead of HAVE_NLS (which
9348         wasn't getting defined).  Restores translations on *nix systems
9349         when inkscape translations aren't in system-wide /usr/share/locale.
9351 2004-05-10  Carl Hetherington <inkscape@carlh.net>
9353         * src/sp-item.cpp, src/dialogs/display-settings.cpp: primitive
9354         support for preserving line widths when scaling.  Thanks to Bulia
9355         for telling me what to do :)
9356         * src/dialogs/align.cpp: refactor some cut-and-paste code into
9357         a separate function.  Remove NRRect.  Declaration-to-first-use
9358         cleanups.
9359         * src/dialogs/transformation.cpp, src/dialogs/fill-stype.cpp:
9360         NRRect removal.  Declaration-to-first-use cleanups.
9362 2004-05-09  MenTaLguY <mental@rydia.net>
9364         * src/sp-paint-server.h: SPPaintServer now uses C++ inheritance
9366           (bigger question -- should SPPaintServer derive from SPObject?  I think
9367            not, actually ... it's more something that should be aggregated into
9368            the various paint-server-capable types)
9370         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
9371           first steps in removing SPStyle dependency from NRArenaShape --
9372           add fill and stroke paint server members, and use those instead
9373           of reading directly from an SPStyle.
9375 2004-05-09  Kees Cook <kees@outflux.net>
9377         * src/libnrtype/nr-type-xft.cpp: added patch 898200, hopefully this
9378           won't break anyone.
9379         * src/dialogs/desktop-properties.cpp: added patch 947127, along with
9380           some orientation bugfixes, list cleanup, and logic to select the
9381           correct menu items based on document settings.
9382         * configure.in: default to always replace g_ascii_strtod.
9384 2004-05-08  Kees Cook <kees@outflux.net>
9386         * src/extension/internal/gdkpixbuf-input.cpp: skip SVG files. (open bug)
9387         * configure.in, src/Makefile_insert, src/fixes.cpp: added replacement
9388           for g_ascii_strtod, since it has locale-related bugs in gnome 2.0.
9389           The upstream version is fixed, so some day, we won't need this any
9390           more.  (fixes "ugly icons" bug, and possibly the spinbutton locale bug)
9391         * src/dyna-draw-context.cpp, src/rect-context.cpp, src/sp-namedview.cpp,
9392           src/sp-object.cpp, src/sp-object.h, src/sp-pattern.cpp,
9393           src/sp-polygon.cpp, src/sp-polyline.cpp, src/sp-root.cpp,
9394           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp,
9395           src/sp-text.cpp, src/spiral-context.cpp, src/star-context.cpp,
9396           src/svg/ftos.cpp, src/svg/svg-affine.cpp, src/svg/svg-color.cpp,
9397           src/svg/svg-length.cpp: adding "config.h", making a few extra
9398           locale-sensitive functions use g_ascii versions.
9400 2004-05-08  MenTaLguY <mental@rydia.net>
9402         * src/sp-item.cpp: move "transformed" signal emission after actual
9403           application of transform
9405         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr.cpp:
9406           fix lifecycle issues with content and attribute strings
9408         * src/sp-object.h, src/sp-object.cpp: added SPObject::setId()
9410 2004-05-08  Kees Cook <kees@outflux.net>
9412         * src/verbs.cpp, src/help.cpp: localizing "about" and "keys" stuff.
9413         * po/*.po: rebuilt for new strings.
9415 2004-05-08  Carl Hetherington <inkscape@carlh.net>
9417         * src/dialogs/desktop-properties.cpp: the usual cleanups.  Also
9418         add some sp_document_done()s in various places.
9420 2004-05-08  bulia byak <bulia@users.sourceforge.net>
9422         * widgets/paint-selector.cpp: Tooltips, slight cosmetics
9424         * main.cpp: --help edit
9426         *  sp-use.h sp-use.cpp: Redid move compensation using _transformed_signal
9428         * sp-item.h sp-item.cpp: Added _transformed_signal, emitted by
9429 write_transform,
9430         passes the difference transform relative to the old one (not the new
9431 transform
9432         set)
9434         * nodepath.cpp: Fix lagging update of the other handle for smooth nodes
9436         * widgets/dash-selector.cpp: (Almost) fixed display of shorter-than-0.5
9437 dashes
9438         in selector; proper fixing will require manual drawing the dashes instead of
9439         using gdk dashes
9441         * preferences-skeleton.h: lots of new  dasharrays
9443         * dialogs/stroke-style.cpp: Remove repetitive code; relocation patch from
9444         mhearn; fixed, reenabled, and automated marker previews (no need for
9445 previews
9446         in markers.svg)
9448         * share/markers/markers.svg: Cleanup, sizes, remove manual previews
9450         * style.cpp: Disabled warning for overflow property (we need it for markers)
9452         * splivarot.cpp: Fixed transform when doing boolop inside group
9454         * libnr/nr-path.cpp: Ported fix from sodi, fixes two bugs with endnodes of a
9455         curve on the same hor/vert line
9457         * sp-namedview.cpp: Use set_default_size instead of _resize for setting
9458 window
9459         from namedview
9461         * preferences-skeleton.h dialogs/item-properties.cpp: Objects props
9462         transientized (better late than never)
9464         * dialogs/display-settings.cpp: Added simplify threshold
9466         * sp-use.cpp: Mega-kill use on unlink
9468         * preferences-skeleton.h dialogs/display-settings.cpp: Orphaned clones
9469 options
9471         * sp-item-group.cpp: Prevent jumps when ungrouping clone with its original
9473         * sp-object.cpp: Fix crash when deleting clone and its original
9475         * toolbox.cpp, tool contexts: Alt-x and top panel keyboard shortcuts now
9476 work
9477         for all tools
9479         * sp-use.cpp enums.h: Unlink option on self-delete
9481         * sp-use.cpp: Fix: disappeating clone on undoing ungrouping (_show finally
9482 works properly)
9484         * splivarot.cpp: Boolops: cleanup, preserve id, parent, position, fix to
9485 take
9486         style from the bottom object
9488         * interface.cpp verbs.cpp shortcuts.cpp: Mnemonics, tooltips, shortcuts,
9489         cleanup, autoraise removed from menu
9491 2004-05-07  Kees Cook <kees@outflux.net>
9493         * src/verbs.cpp: re-localizing tutorials.  My goof!
9494         * po/POTFILES.in: removed arikkei references
9496 2004-05-07  Carl Hetherington <inkscape@carlh.net>
9498         * src/desktop.cpp: make sure that a SPNamedView's modified signal
9499         is connected to the SPDesktop even when a file is loaded into an
9500         existing SPDesktop.  Fixes problems whereby grid snap does not
9501         work for the first file loaded in a session.  Fix a && -> & typo.
9503         * src/sp-object.cpp: declaration-to-first-use and coding style
9504         cleanups.
9506 2004-05-05 Spundun Bhatt <spundun@isi.edu>
9508         * configure.in: Stole Nathan's configure hack and used it to
9509         support gtkmm-2.4
9511 2004-05-06  Ted Gould  <ted@gould.cx>
9513         * src/file.cpp, src/extension/extension.cpp, src/extension/init.cpp,
9514         src/extension/internal/Makefile_insert,
9515         src/extension/internal/gdkpixbuf-input.cpp,
9516         src/extension/internal/gdkpixbuf-input.h:
9517           Changing the import functionality so that it works much more like open.
9518           You can use any format, and it will place that file directly in the
9519           document that you are working on.  Added input extensions that cover all
9520           of the bitmap formats that are covered with gdkpixbuf.  Also, more
9521           formats can be used using the scripting system.
9523 2004-05-06  Carl Hetherington <inkscape@carlh.net>
9525         * src/sp-line.cpp, src/sp-mask.cpp, src/sp-metrics.cpp:
9526         declaration-to-first-use and coding style cleanups
9528 2004-05-05  MenTaLguY  <mental@rydia.net>
9530         * src/libnrtype/nr-type-dictionary.cpp: removed 'private-fonts'
9531           feature (we should rely on fontconfig for "custom" font stuff)
9533         * configure.in, src/Makefile_include, src/Makefile.am,
9534           src/libarikkei/*: removed the now unused libarikkei
9536 2004-05-05 Nathan Hurst <njh@mail.csse.monash.edu.au>
9538         * src/dialogs/text-edit.cpp, configure.in: Added support for spell
9539         checking in text dialog.
9541 2004-05-04  MenTaLguY <mental@rydia.net>
9543         * src/display/nr-arena-glyphs.h: fixed cut-and-paste error in
9544           NRArenaGlyphsGroup::create()
9546         * src/selection.cpp, src/selection.h: fixed global "changed" propagation
9548 2004-05-02  MenTaLguY <mental@rydia.net>
9550         * src/file.cpp, src/print.cpp, src/sp-chars.cpp, src/sp-clippath.cpp,
9551           src/sp-image.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
9552           src/sp-pattern.cpp, src/sp-shape.cpp, src/sp-text.cpp,
9553           src/sp-use.cpp, src/dialogs/stroke-style.cpp,
9554           src/display/canvas-arena.cpp, src/display/nr-arena-glyphs.cpp,
9555           src/display/nr-arena-glyphs.h, src/display/nr-arena-group.h,
9556           src/display/nr-arena-image.h, src/display/nr-arena-item.cpp,
9557           src/display/nr-arena-item.h, src/display/nr-arena-shape.h,
9558           src/display/nr-arena.h, src/libnr/nr-object.h, src/widgets/icon.cpp:
9560           removed nr_arena_item_new in favor of static ::create() functions
9561           which call NRArenaItem::init() to perform setup (i.e. setting
9562           NRArenaItem::arena).  Eventually NRArenaItem::init() and
9563           nr_arena_item_init will merge and become NRArenaItem's constructor.
9565 2004-04-30  MenTaLguY <mental@rydia.net>
9567         * src/sp-use.cpp: call parent class' write methods rather than
9568           attempting to do everything (wrongly) ourselves; among other
9569           things, <use> transform attributes weren't getting written
9571         * src/sp-object.h, src/sp-object.cpp:
9573           designate a "successor" object so we still perform as
9574           expected if objects are replaced in the middle of e.g. a
9575           bulk delete operation
9577         * src/sp-use.cpp: cleanups and succession logic for <use>
9578           deletion
9580         * src/widgets/sp-hwrap-box.cpp, src/widgets/sp-hwrap-box.h,
9581           src/widgets/sp-vwrap-box.cpp, src/widgets/sp-vwrap-box.h,
9582           src/widgets/sp-wrap-box.cpp, src/widgets/sp-wrap-box.h,
9583           src/widgets/test-wrapbox.cpp, src/widgets/Makefile_insert:
9585           Removed unused (and imperfect) "wrapbox" widgets.
9587         * src/sp-object.h, src/sp-object.cpp, src/sp-item-group.cpp:
9589           Removed unused sp_object_invoke_forall and sp_object_sequence
9590           methods.  (forall might be nice to have, but we can do better
9591           implementation-wise now that we're in C++-land)
9593 2004-04-30 njh <njh@mail.csse.monash.edu.au>
9595         * main.cpp: replaced gtk_init with g_type_init for console mode.
9596         Closes 944969.
9598 2004-04-29  MenTaLguY <mental@rydia.net>
9600         * src/sp-image.cpp, src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
9601           src/sp-path.cpp, src/sp-rect.cpp, src/sp-text.cpp:
9603           write_transform becomes set_transform, which applies the given
9604           transform to the object without (!) invoking a repr write
9606         * src/sp-star.cpp, src/svg/svg-length.h, src/svg/svg-length.cpp,
9607           src/svg-types.h, src/svg/svg.h:
9609           replaced raw integers with real units enum
9611         * src/libnr/nr-matrix.h:
9613           removed dead assertion (it's always valid to retrieve the
9614           translation component of a matrix)
9616         * src/selection-chemistry.cpp:
9618           delete items via SPItem (SPObject), not repr
9620         * src/sp-object.h, src/sp-object.cpp:
9622           added SPObject::deleteObject() and a delete notification signal;
9623           SPObject now inherits from GObject in the C++ sense
9625         * src/sp-use.h:
9627           don't accept references to the use or its ancestors (preventing
9628           infinite loops)
9630         * src/sp-use.cpp, src/sp-use.h:
9632           added automatic deletion when referrent is deleted
9634         * src/uri-reference.h:
9636           added URIReference::getOwner()
9638 2004-04-29  Carl Hetherington <inkscape@carlh.net>
9640         * src/extension/internal/win32.cpp: add textToPath parameter to
9641         description in order to fix #944131.
9643 2004-04-28  Carl Hetherington <inkscape@carlh.net>
9645         * src/desktop.cpp, src/inkscape.cpp, src/sp-namedview.cpp
9646         Part of the fix for #942149.  Also fixed some compiler warnings.
9648         * src/display/nr-arena.cpp: Fixed an unused variable warning.
9650         * src/main.cpp: Fix a warning that is raised on Windows.
9652 2004-04-28  bulia byak <bulia@users.sourceforge.net>
9654         * inkscape.cpp: Fixed prev/next desktop; numbered from 0
9656         * Lots of files: Replaced all strtod() and atof() by g_ascii_strtod()
9658         * interface.cpp verbs.cpp: Tooltip edits
9660         * view.cpp view.h desktop.cpp: Signal and function to pop statusbar message
9662         * dialogs/dialog-events.cpp: Only set the UTILITY hint for non-modal
9663 windows,
9664         fixes "disappearing save as"
9666         * toolbox.cpp widgets/widget-sizes.h widgets/button.cpp: Got rid of button
9667         relief, top panel made less tall
9669         * desktop.cpp preferences-skeleton.h dialogs/display-settings.cpp: Done away
9670         with the sticky zoom button, now in prefs
9672         * path-chemistry.cpp: Preserve id= in combine/break, convert to paths;
9673 preserve
9674         z-order in combine/break; cleanups
9676         * splivarot.cpp: New selection API, Simplify preserves id=
9678         * select-context.cpp preferences-skeleton.h sp-item.cpp display-settings.cpp
9679         splivarot.cpp sp-item-group.cpp sp-item-transform.cpp
9680         sp-item-notify-moveto.cpp nodepath.cpp node-context.cpp seltrans.cpp
9681         seltrans.h: Switched to global preservetransform, transform writing
9682         unification (no more manual transform= setting all over the place), stamp
9683         preserves parent, mental's new SPSelection API, pruning dead code
9685         * verbs.cpp interface.cpp: Eliminated Dialogs menu, added ... to dialog
9686         commands, rearrangements, menu items display tooltips in statusbar when
9687         selected
9689         * sp-item-group.cpp sp-item-group.h: Made document_done optional in ungroup
9690 (not
9691         done when the function is called from another function)
9693         * dialogs/display-settings.cpp enums.h preferences-skeleton.h sp-use.cpp
9694         sp-use.h: Clone move compensation (3 modes), settable in prefs
9696         * seltrans.cpp selection-chemistry.cpp: Do not translate a clone if its
9697 original
9698         is in the selection
9700         * verbs.cpp verbs.h interface.cpp shortcuts.cpp sp-use.cpp sp-use.h
9701         selection-chemistry.cpp selection-chemistry.h: Unlink Clone verb and menu
9702         command (preserves id=)
9704         * selection-chemistry.cpp selection-chemistry.h verbs.h verbs.cpp
9705 shortcuts.cpp
9706         interface.cpp: Select Original verb and command, scrolls to the original
9708         * selection-chemistry.cpp selection-chemistry.h verbs.cpp verbs.h
9709 interface.cpp:
9710         Clone command
9712         * sp-use.h sp-use.cpp: Use URIReference; Propagate update to parent class
9713         (SPItem) (fixes redraw on dragging a clone)
9715         * dropper-context.cpp dropper-context.h dialogs/display-settings.cpp:
9716         Implemented pick modes (pick either actual color with transparency or
9717 visible
9718         color without transparency); added statusbar indication; color is only set
9719 on
9720         mouse release
9722         * seltrans.cpp display/sodipodi-ctrlrect.cpp: Finally the correct selection
9723 cue
9724         rect (fixed displacement)
9726 2004-04-27  Carl Hetherington <inkscape@carlh.net>
9728         * src/desktop.cpp: Check for there being no items when zooming to
9729         the drawing.  This fixes bug #942137.
9731 2004-04-26  Carl Hetherington <inkscape@carlh.net>
9733         * config.h.mingw, prefix.h:
9734         INKSCAPE_VERSION moved to inkscape_version.h.
9735         INKSCAPE_{PIXMAP,SCREENS,TUTORIALS,MARKERS}DIR moved to prefix.h
9737         * src/Makefile.mingw, src/inkscape_version.h.mingw
9738         Use CVS inkscape_version.h.mingw for inkscape_version.h on Win32.
9740         * src/sp-use.cpp: fix a warning.
9742 2004-04-26  Ted Gould  <ted@gould.cx>
9744         * share/extensions/ai_input.inkmod, share/extensions/dia.inkmod,
9745         share/extensions/txt2svg.inkmod, src/extension/extension.cpp,
9746         src/extension/internal/svg.cpp:
9748         Making the names of the input extensions look like the output ones.
9749         Also, threw in a slight memory savings in removing the implementation on
9750         deactivated extensions.
9752 2004-04-26  MenTaLguY  <mental@rydia.net>
9754         * src/selection.cpp: migrate to new glib idle API
9756         * src/extension/db.cpp: can't call ->deactivated() on a NULL pointer..
9758 2004-04-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9760         * configure.in: Replace use of old AM_PROG_LIBTOOL macro with
9761           AC_PROG_LIBTOOL.
9763 2004-04-26  Ted Gould  <ted@gould.cx>
9765         * share/extensions/epsi_output.inkmod:
9767         Added in a check for ps2epsi
9769         * src/dialogs/filedialog.cpp, src/extension/db.cpp, src/extension/db.h,
9770         src/extension/extension.cpp, src/extension/extension.h,
9771         src/extension/init.cpp, src/extension/system.cpp:
9773         Implementing a 'deactivated' extension.  This means that it should
9774         still exist, but show up as insensitive in any GUI element that could use
9775         it.  The idea here is that users should know what they don't have, but
9776         Inkscape supports.
9778 2004-04-26 Nathan Hurst <njh@mail.csse.monash.edu.au>
9780         * src/{libnr,libnrtype,widgets,display,helper,.}*.{h,cpp}: moved
9781         from typedef _name name; to C++ style struct name; forward
9782         references.
9784 2004-04-25  Ted Gould  <ted@gould.cx>
9786         * share/extensions/ai_output.inkmod, share/extensions/dia.inkmod,
9787         share/extensions/dropshadow.inkmod, share/extensions/epsi_output.inkmod,
9788         share/extensions/roundhole.inkmod, share/extensions/svgz_input.inkmod,
9789         share/extensions/svgz_output.inkmod, share/extensions/txt2svg.inkmod,
9790         src/extension/implementation/script.cpp,
9791         src/extension/implementation/script.h:
9793         Adding in support for superior checking of dependencies.  Now scripts
9794         can include a line, which will look for a binary in the path.  So
9795         something like dia input will no be loaded if there isn't dia available in
9796         the path.
9798 2004-04-25  Carl Hetherington <inkscape@carlh.net>
9800         * src/verbs.cpp, src/rect-context.cpp, src/spiral-context.cpp,
9801         src/event-context.cpp, src/text-context.cpp,
9802         src/dialogs/stroke-style.cpp, src/xml-tree.cpp, src/widgets/sp-widget.cpp:
9803         SPSelection OO-ification.
9805         * src/display/curve.cpp: Don't raise a critical error if a new
9806         curve cannot be created in sp_curve_new_from_bpath().  This can
9807         happen if a file contains a strange path, like one with only a
9808         move in it and nothing else.  This is part of the fix for bug
9809         934882.
9811         * src/sp-path.cpp: cope with sp_curve_new_from_bpath() returning
9812         NULL in sp_path_set().  This is the other part of the fix for 934882.
9814         * src/path-chemistry.cpp, src/sp-offset.cpp, src/sp-ellipse.cpp,
9815         src/display/nr-arena-glyhs.cpp:
9816         added asserts for calls to sp_curve_new_from_bpath() which look
9817         like they might not expect it to return NULL.
9819         * src/desktop.h: add a comment about how SPDesktop::selection
9820         should never generally be NULL.
9822         * src/desktop-handles.cpp: ensure that sp_desktop_selection never
9823         returns NULL, so that we don't have to check for this eventuality
9824         elsewhere.
9826         * src/arc-context.cpp, src/seltrans.cpp, src/desktop.cpp: be less defensive
9827 about
9828         SPDesktop::selection being NULL.
9830         * src/path-chemistry.cpp, src/select-context.cpp,
9831         src/selection-chemistry.cpp, src/star-context.cpp,
9832         src/dialogs/align.cpp, src/dialogs/item-properties.cpp,
9833 src/dialogs/text-edit.cpp:
9834         SPSelection OO-ification.  Also some coding style and
9835         declaration-to-first-use cleanups.
9837         * src/toolbox.cpp: SPSelection OO-ification.  Various cleanups.
9839         * src/selection.h: remove deprecated access functions.
9841         * src/dialogs/fill-style.cpp: declaration-to-first-use cleanups.
9843         * src/selection.cpp: add vim and Emacs mode blocks.
9845         * src/object-ui.cpp: very minor coding style fix.
9847 2004-04-24  MenTaLguY <mental@rydia.net>
9849         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/object-ui.cpp,
9850           src/path-chemistry.cpp, src/rect-context.cpp, src/select-context.cpp,
9851           src/select-toolbar.cpp, src/selection-chemistry.cpp, src/selection.h,
9852           src/spiral-context.cpp, src/star-context.cpp, src/text-context.cpp,
9853           src/verbs.cpp, src/dialogs/export.cpp, src/dialogs/fill-style.cpp,
9854           src/dialogs/in-dt-coordsys.cpp, src/dialogs/stroke-style.cpp,
9855           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp:
9857           removed sp_selection_set_item(), sp_selection_set_repr(),
9858           sp_selection_is_empty(), sp_selection_item_selected(),
9859           and sp_selection_repr_selected()
9861 2004-04-24  Ted Gould  <ted@gould.cx>
9863         * share/extensions/ill2svg.pl:
9865         Applying a patch made to the Sodipodi list by Tuukka Pasanen which adds in
9866         support for text in Illustrator files.  Also, I backed out the changes
9867         which removed being able to specify the line endings.  This will, by
9868         default, force them back to mac compatible.  Mac files didn't work with
9869         those changes.
9871 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9873         * configure.in: Tentatively remove config.h definitions of
9874           INKSCAPE_MARKERSDIR, INKSCAPE_PIXMAPDIR, INKSCAPE_SCREENSDIR,
9875           INKSCAPE_TUTORIALSDIR, with the understanding that these are to be
9876           provided by prefix.h.
9877         * src/prefix.h: Define INKSCAPE_MARKERSDIR.
9879         * src/extension/extension.cpp (Extension):
9880         * src/extension/init.cpp (check_extensions):
9881           Address warning.
9883         * src/dialogs/stroke-style.cpp: #include prefix.h.
9885         * src/Makefile.am (EXTRA_DIST): Add */makefile.in.
9887         * src/libnr/Makefile_insert (libnr_libnr_a_SOURCES):
9888           Add libnr/nr-convex-hull.h, needed by sp-canvas.cpp.
9890 2004-04-24  Ted Gould  <ted@gould.cx>
9892         * src/Makefile_include, src/prefix.cpp:
9894         Removing the redefition of NULL and adding to the make system.
9896 2004-04-24  Ted Gould  <ted@gould.cx>
9898         * src/extension/db.cpp, src/extension/db.h, src/extension/extension.cpp,
9899         src/extension/extension.h, src/extension/init.cpp,
9900         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
9901         src/extension/internal/ps-out.cpp, src/extension/internal/ps-out.h:
9903         Adding in more checks for individual extensions.  All of them
9904         should still pass though.  Also, moved the extension database from
9905         glib to STL.  This allows extensions to be deleted while using the
9906         foreach functions (which causes instability with the glib hash
9907         table).
9909 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9911         * src/dialogs/Makefile_insert:
9912         * src/display/Makefile_insert:
9913         * src/xml/Makefile_insert:
9914           Get rid of unneeded CPPFLAGS specification.
9916         * src/Makefile.am:
9917         * src/Makefile_insert:
9918           New generated file inkscape_version.h, to replace
9919           -DINKSCAPE_VERSION=\"$(VERSION)\".
9920         * src/help.cpp: #include it.
9922 2004-04-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9924         * src/sp-polygon.cpp:
9925         * src/splivarot.cpp:
9926         * src/style.cpp:
9927         Change include stringstream.h to include svg/stringstream.h.
9929         * src/Makefile.am, src/Makefile_insert: Change libinkscape.a use
9930           to eliminate triple compilation of these object files.
9932         * src/Makefile.am: Use `subdir-objects' option.
9934         * src/Makefile.am: Add global INCLUDES setting.
9935         * src/*/Makefile_insert: Get rid of now-redundant $(INKSCAPE_CFLAGS)
9936           from *_CPPFLAGS.
9938         * src/*/makefile.in: `%' as a target doesn't behave as intended,
9939         so replace with less general `clean %.a %.o' and add .SUFFIXES.
9941 2004-04-22  Ted Gould  <ted@gould.cx>
9943         * src/draw-context.cpp, src/dropper-context.cpp,
9944         src/dyna-draw-context.cpp, src/node-context.cpp, src/nodepath.cpp,
9945         src/sp-ellipse.cpp, src/sp-offset.cpp, src/sp-path.cpp,
9946         src/sp-polygon.cpp, src/sp-shape.cpp, src/splivarot.cpp, src/toolbox.cpp,
9947         src/display/curve.cpp, src/display/nr-arena-shape.cpp,
9948         src/extension/internal/gnome.cpp, src/extension/internal/ps.cpp,
9949         src/libnr/nr-path.cpp, src/libnr/nr-path.h,
9950         src/libnrtype/nr-rasterfont.cpp, src/libnrtype/nr-type-ft2.cpp,
9951         src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
9952         src/libnrtype/nr-typeface.cpp, src/livarot/PathCutting.cpp,
9953         src/svg/gnome-canvas-bpath-util.cpp, src/svg/svg-path.cpp:
9955         Changing the ART_ enums to NR_ so that if libart is include (like if
9956         you are building gnome-print) it doesn't conflict with the internal
9957         definitions.
9959         * share/extensions/svgz_output.inkmod, src/extension/extension.cpp,
9960         src/extension/init.cpp, src/extension/implementation/script.cpp:
9962         Adding in a little more checking code.  Now extensions can start
9963         deleting themseleves if they fail certain tests.  More tests are
9964         needed, along with more testing of this feature.  Consider this
9965         an 'early release' of the feature. ;)
9967 2004-04-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9969         * src/Makefile.am: Make non-recursive.  Now sources */Makefile_insert.
9970           See HACKING or discussion on mailing list.
9971         * autogen.sh: Bump requirement from automake-1.6 to automake-1.7.
9972         * configure.in: Don't generate src/blah/Makefile, but do generate
9973           src/blah/makefile.
9974         * src/*/Makefile.am: Remove.
9975         * src/*/makefile.in: New wrapper makefiles to allow typing `make' from
9976           subdirectories of src.  (Not used by compiles started from top-level
9977           or from src/.)
9979 2004-04-21  MenTaLguY <mental@rydia.net>
9981         * src/libnrtype/nr-type-w32.h: fixed unremoved underscores
9983         * src/select-context.cpp, src/selection.cpp, src/selection.h,
9984           src/seltrans.cpp, src/tools-switch.cpp, src/dialogs/align.cpp:
9985           remove improper twiddling of desktop message line from SPSelection;
9986           some additional work is now required in SPSelectContext to update
9987           the message properly in all cases.
9989         * src/selection.h, src/selection.cpp: touched up and documented
9990           SPSelection
9992         * src/uri-references.h: documentation touch-ups
9994 2004-04-20  Kees Cook <kees@outflux.net>
9996         * src/file.cpp, src/desktop.cpp: moved sp_file_open unselection code into
9997           sp_desktop_change_document.  Generalized Carl's fix for unref counting
9998           since it applies in both cases.  (My bad!)
10000 2004-04-20  MenTaLguY <mental@rydia.net>
10002         * src/text-context.cpp: merged Carl's fix for signal cleanup
10004         * src/selection.h: marked wrappers for old API as deprecated
10006 2004-04-20  Carl Hetherington <inkscape@carlh.net>
10008         * src/extension/internal/ps.cpp, src/extension/internal/ps.h:
10009         Fixed some bugs in exporting images that seem to have been
10010         introduced when the code was copied from the gimp.  They caused
10011         problems when exporting bitmap images to PS.
10013         * src/file.cpp: fix bug whereby the first file loaded in a session
10014         would not have its modified status checked when closed.  Hence if
10015         you modified the first file you loaded and then closed it, you
10016         would not be asked to confirm the close.
10018         * src/preferences-skeleton.h: add \n to the end of each line to
10019         fix bug 938368.
10021 2004-04-19  MenTaLguY <mental@rydia.net>
10023         * src/arc-context.cpp, src/desktop-handles.h, src/desktop.h,
10024           src/draw-context.cpp, src/draw-context.h, src/forward.h,
10025           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
10026           src/node-context.h, src/rect-context.cpp, src/selection-chemistry.cpp,
10027           src/selection-chemistry.h, src/selection.cpp, src/selection.h,
10028           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
10029           src/star-context.h, src/text-context.cpp, src/dialogs/xml-tree.cpp,
10030           src/widgets/sp-widget.h:
10032           finished GObject removal from SPSelection
10034         * src/arc-context.h, src/arc-context.cpp, src/desktop.cpp, src/desktop.h,
10035           src/draw-context.cpp, src/draw-context.h, src/node-context.cpp,
10036           src/node-context.h, src/rect-context.cpp, src/rect-context.h,
10037           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/seltrans.h,
10038           src/spiral-context.cpp, src/spiral-context.h, src/text-context.cpp,
10039           src/text-context.h, src/toolbox.cpp:
10041           migrated SPSelection to SigC++ signals (though it's a bit messy
10042           right now)
10044 2004-04-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
10046         * src/dialogs/stroke-style.cpp: Cleanups: greater conformance to
10047         CodingStyle.  Moved some declarations to their first use.
10049 2004-04-19  Carl Hetherington <inkscape@carlh.net>
10051         * src/dialogs/stroke-style.cpp, libnr/nr-rect-l.cpp:
10052         Fix a couple of compiler warnings.
10054         * src/dialogs/filedialog-win32.cpp: add OFN_NOCHANGEDIR to Win32
10055         flags in OPENFILENAME structs.  This prevents the open / save
10056         boxes from changing the current directory.  Any change to the
10057         current directory causes problems for subsequent attempts to
10058         load icons from pixmaps.  Also, fix a bug whereby the save
10059         dialogue would sometimes not open due to being passed a filename
10060         it didn't like.
10062 2004-04-19  bulia byak <bulia@users.sourceforge.net>
10064         * shortcuts.cpp selection-chemistry.cpp selection-chemistry.h verbs.cpp
10065 verbs.h
10066         interface.cpp: Clone command (Edit menu, Shift+Ctrl+N)
10068         * sp-use.cpp: Update propagated to parent class (SPItem), misc fixes
10070         * sp-polygon.cpp: Fix for points= updating by adding set_shape call into
10071 _write
10072         (bug 910142)
10074         * text-context.cpp: Do not create text object unless a printable key was
10075         pressed; fixes 934280
10077         * widgets/dash-selector.cpp dialogs/stroke-style.cpp: Removed marker
10078 buttons,
10079         fixed g_free crash in marker menus, added tooltips, added stroke-miterlimit
10080         spinbutton
10082         * splivarot.cpp: Outline handles multiple objects; All commands use correct
10083         stroke_miterlimit
10085         * splivarot.cpp sp-offset.cpp: Fix for 932642
10087         * helper/sodipodi-ctrlrect.cpp: Simplify and fix dashes and offsets
10089         * widgets/gradient-selector.cpp: Tooltip edits
10091         * verbs.cpp verbs.h interface.cpp...: Remove tool options
10093         * seltrans.cpp: Pivot marker made inverse
10095         * toolbox.cpp: More defocusing
10097         * *-context.cpp: Eliminated config widgets from all tools
10099         * toolbox.cpp sp-ellipse.cpp: Ellipse fixes, tooltips
10101         * verbs.cpp: Options -> Preferences
10103         * dialogs/display-settings.cpp: An options dialog, completely new; selector
10104         widget grafted here
10106         * preferences-skeleton.h node-context.cpp select-context.cpp: scaling uses
10107         defaultscale
10109         * dialogs/display-settings.cpp display/nr-arena-image.cpp: Make oversample
10110         saveable
10112         * toolbox.cpp: Aux toolbar for calligraphic
10114         * preferences-skeleton.h: fill-opacity:1 for calligraphic
10116         * select-context.cpp seltrans.cpp seltrans.cpp: Patch to enable box and none
10117         options for per-object selection cue
10119         * main.cpp: Removed C-locale setting, not needed anymore; temporary switch
10121         gettext encoding for console output
10123         * inkscape.cpp: Memory fix from sodi
10125         * right-click finishes pen (patch by Carl)  draw-context.cpp
10127 2004-04-19  Carl Hetherington <inkscape@carlh.net>
10129         * src/livarot/ShapeRaster.cpp
10130         Fix an unitialised value error that was spotted by valgrind.
10132 2004-04-18  MenTaLguY <mental@rydia.net>
10134         * src/selection.cpp, src/selection.h, src/selection-chemistry.cpp,
10135           src/seltrans.cpp, src/nodepath.cpp:
10136           made all SPSelection members private, and changed all methods into
10137           real C++ methods (with temporary inline wrappers for the old C
10138           pseudo-methods)
10140 2004-04-18  Carl Hetherington <inkscape@carlh.net>
10142         * src/print.cpp, src/print.h, src/sp-text.cpp
10143         src/extension/extension.cpp src/extension/extension.h,
10144         src/extension/implementation/implementation.cpp,
10145         src/extension/implementation/implementation.h,
10146         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
10147         src/extension/internal/ps.cpp, src/extension/internal/ps.h,
10148         Add very basic feature to allow PS text to be exported as real
10149         text, rather than being converted to paths first.  Needs some
10150         work, mostly on font handling.
10152         * src/seltrans.cpp: Slightly improve placement of the bounding
10153         box selection cue.
10155         * src/sp-shape.cpp: various marker-related cleanups, mostly factoring out
10156         common code into functions.
10158 2004-04-17  MenTaLguY <mental@rydia.net>
10159         * src/inkscape.cpp, src/node-context.cpp, src/selection-chemistry.cpp,
10160           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
10161           src/sp-item.cpp, src/sp-offset.cpp, src/dialogs/transformation.cpp,
10162           src/libnr/nr-rect.cpp, src/libnr/nr-rect.h:
10163           Cleaned up NR::Rect API and made SPSelection's desktop pointer private.
10165         * src/display/sp-canvas.cpp, src/libnr/nr-convex-hull.h,
10166           src/libnr/nr-rect.h:
10168           First use of NR::ConvexHull (for propagating canvas bounding boxes)
10170 2004-04-17  Kees Cook <kees@outflux.net>
10172         * share/icons/icons.svg, src/verbs.cpp: made last three ugly menu icons.
10174 2004-04-17  Nathan Hurst <njh@mail.csse.monash.edu.au>
10176         * configure.in src/draw-context.cpp src/dropper-context.cpp
10177         src/dyna-draw-context.cpp src/nodepath.cpp src/nodepath.h
10178         src/path-chemistry.cpp src/sp-chars.cpp src/sp-ellipse.cpp
10179         src/sp-offset.cpp src/sp-path.cpp src/sp-polygon.cpp
10180         src/sp-shape.cpp src/sp-text.cpp src/splivarot.cpp src/style.cpp
10181         src/style.h src/dialogs/fill-style.cpp
10182         src/dialogs/object-properties.cpp src/dialogs/stroke-style.cpp
10183         src/display/canvas-bpath.cpp src/display/canvas-bpath.h
10184         src/display/canvas-grid.h src/display/curve.cpp
10185         src/display/curve.h src/display/nr-arena-glyphs.cpp
10186         src/display/nr-arena-glyphs.h src/display/nr-arena-shape.cpp
10187         src/display/sodipodi-ctrl.cpp src/display/sodipodi-ctrl.h
10188         src/display/sodipodi-ctrlrect.h src/display/sp-canvas-util.cpp
10189         src/display/sp-canvas-util.h src/display/sp-canvas.cpp
10190         src/display/sp-canvas.h src/display/sp-ctrlline.cpp
10191         src/extension/internal/ps.cpp src/extension/internal/ps.h
10192         src/libnr/Makefile.am src/libnr/libnr.def src/libnr/nr-path.cpp
10193         src/libnr/nr-path.h src/libnr/nr-svp-private.h
10194         src/libnr/nr-svp-render.cpp src/libnr/nr-svp-render.h
10195         src/libnr/nr-svp.cpp src/libnr/nr-svp.h
10196         src/libnrtype/nr-rasterfont.cpp src/libnrtype/nr-type-ft2.cpp
10197         src/libnrtype/nr-type-gnome.cpp src/libnrtype/nr-type-w32.cpp
10198         src/libnrtype/nr-typeface.cpp src/livarot/PathCutting.cpp
10199         src/svg/gnome-canvas-bpath-util.cpp
10200         src/svg/gnome-canvas-bpath-util.h src/svg/svg-path.cpp
10201         src/svg/svg.h: removed libart.
10203         * src/libnr/nr-svp-uncross.cpp src/libnr/nr-svp-uncross.h: deleted
10204         uncross and SVL routines.
10207 2004-04-15  Carl Hetherington <inkscape@carlh.net>
10209         * src/make.exclude, src/make.dep, src/make.files, src/make.ofiles:
10210         Various fixes to the Win32 build following rearrangement of some
10211         source files and cleanups to libnr.
10213         * src/sp-text.cpp: remove an unused variable.
10215         * src/display/sodipodi-ctrlrect.cpp: removed two unused variables.
10217 2004-04-16  MenTaLguY <mental@rydia.net>
10219         * src/selection.cpp, src/selection.h, src/forward.h: initial
10220           C++ification of SPSelection class
10222 2004-04-15  Kees Cook <kees@outflux.net>
10224         * debian/control, debian/changes: dropping (currently) unused
10225           dependancies.  Added "0.39cvs" tag.
10227 2004-04-15  Carl Hetherington <inkscape@carlh.net>
10229         * src/seltrans.cpp, src/helper/sodipodi-ctrlrect.cpp,
10230         src/helper/sodipodi-ctrlrect.h:
10231           Use black, dashed bounding boxes for indicating itemselection,
10232           rather than red, solid boxes (as suggested by Bulia).
10234         * src/desktop.cpp:
10235         Small fix for the problem whereby the first file loaded in an
10236         Inkscape session will not have its grid set up properly.  This was
10237         my patch #935013.
10239         * src/dialogs/filedialog-win32.cpp:
10240         Use the extension system to build the list of allowable file types
10241         for save.  This means that save as PS and EPS work properly.
10243         * src/streams-zlib.cpp, src/livarot/PathConversion.cpp,
10244         src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
10245         src/livarot/PathStroke.cpp, src/livarot/Shape.cpp,
10246         src/livarot/ShapeMisc.cpp, src/display/nr-arena-glyphs.cpp,
10247         src/helper/sodipodi-ctrlrect.cpp, src/helper/sp-canvas.cpp,
10248         src/extension/internal/win32.cpp:
10249         Fix compiler warnings, mostly about unused variables.
10251         * src/helper/sp-canvas-util.cpp:
10252         Fix what I and someone else considered to be an obvious typo.  The
10253         function in question isn't used, however, so it's a bit difficult
10254         to test.
10256         * src/libnrtype/nr-rasterfont.cpp:
10257         Fix a warning wrt a cast from NR::Matrix to NRMatrix.
10259         * src/sp-shape.cpp:
10260         Fix bug #935758.
10263 2004-04-14  Ted Gould <ted@gould.cx>
10265         * src/file.cpp, dialogs/filedialog.cpp:
10266         Making it so that the filename will get placed in the save as dialog
10267         if there is a name for the file.  Otherwise the last save directory
10268         is used (properly now)
10270 2004-04-15  MenTaLguY <mental@rydia.net>
10272         * most files in src/: removed many old "compatable" struct typedefs
10274         * src/libarikkei/arikkei-dict.cpp, src/libarikkei/arikkei-dict.h:
10275           removed unused arikkei files
10277         * configure.in: added gtkmm dependency
10279 2004-04-14  Kees Cook <kees@outflux.net>
10281         * src/helper/unit-menu.cpp: Turns out I found a 2nd bug while
10282           investigating patch 934358.  I've applied this patch again, which gives
10283           us the entire fix.
10284         * src/draw-context.cpp: Investigated patch 934351 from cth103.  Applied a
10285           slight variation to conform to the function calling styles of that code.
10286         * configure.in: Implemented gcc version test for >= 3.0.0
10287         * src/file.cpp, src/interface.cpp, share/icons/icons.svg, src/verbs.cbb:
10288           finished "File / Revert" implementation.  Found a memory leak in
10289           "file_save".  Added more sanity checking to "sp_file_revert" and more
10290           status messages.
10291         * src/main.cpp, src/file.h, src/file.cpp: removed redundant code,
10292 implemented
10293           in "sp_file_open".
10295 2004-04-13  Kees Cook <kees@outflux.net>
10297         * tools-version.sh: added a possible fix for BSDish tools.
10298         * configure.in, share/patterns/Makefile.am: inkscape janitor strikes
10299           again!  This is a quick cleanup to Ted's new directories.  Looks
10300           like "patterns" got left out.
10301         * share/clipart/.cvsignore, share/templates/.cvsignore,
10302           share/examples/.cvsignore, share/fonts/.cvsignore,
10303           share/gradients/.cvsignore, share/keyboards/.cvsignore,
10304           share/palettes/.cvsignore, share/patterns/.cvsignore:
10305           Added Makefile build-cruft to .cvsignores.
10306         * src/helper/unit-menu.cpp: applied a variation to patch 934358 from cth103
10307           to fix grid unit changing bug.
10308         * configure.in: fixed capitalization of "libpng" to avoid confusion.
10309         * src/sp-namedview.cpp, src/document.cpp, src/document.h, src/file.cpp,
10310           src/file.h, src/document-undo.cpp, src/interface.cpp, src/verbs.cpp,
10311           src/verbs.h:
10312           Newly opened files will only create new windows if the current document
10313           is untouched.  (RFE#928517)
10314           Added support for future "File/Revert" handling.  Needs
10315           a little more support in the SPDocument structure.  See notes in
10316           "src/file.cpp", function "sp_file_revert_dialog".
10318 2004-04-13  Ted Gould <ted@gould.cx>
10320         * configure.in, share/Makefile.am, share/clipart/Makefile.am,
10321           share/examples/Makefile.am, share/fonts/Makefile.am
10322           share/gradients/Makefile.am, share/keyboards/Makefile.am
10323           share/markers/Makefile.am, share/palettes/Makefile.am
10324           share/screens/Makefile.am, share/templates/Makefile.am:
10325         Making it so that the clipart and everything else gets put in
10326         the tarball, and also get installed in the share directory.  Many
10327         of these have just 'README' files, but they now have good place-
10328         holders for further development.
10330 2004-04-12  Kees Cook <kees@outflux.net>
10332         * src/dialogs/stroke-style.cpp, src/Makefile.am, src/dialogs/Makefile.am,
10333           src/widgets/Makefile.am, configure.in: fixed up INKSCAPE_*DIR paths so CVS
10334           will compile happily for me.  This way if paths change, files will be
10335           recompiled.  The old way would let configure run again (changing the
10336           datadir path) without forcing a recompile, which could break the
10337           compiled paths.
10339 2004-04-13  John Cliff <simarilius@yahoo.com>
10340         * src/sp-shape.cpp, src/dialogs/stroke-style.cpp:
10341         Couple of changes to marker related code, mid and end markers now point in
10342 correct
10343         direction, turning off start markers behaves correctly.
10344         This follows on from changes made by me and Carl Hetherington that were
10345 commited
10346         yesterday to
10347         src/inkscape-stock.cpp, src/sp-item.cpp, src/sp-marker.cpp,
10348 src/sp-shape.cpp,
10349         src/style.cpp, src/style.h, src/dialogs/stroke-style.cpp
10350         to implement marker UI and fixes to the marker rendering code.
10352 2004-04-11  Ted Gould <ted@gould.cx>
10354         * src/extension/system.cpp, src/extension/internal/eps-out.cpp
10355           src/extension/internal/eps-out.h:
10356         First pass at a file save dialog with EPS output.  The dialog
10357         sets the bounding box in the file.  Comments encouraged.
10359 2004-04-11  Ted Gould <ted@gould.cx>
10361         * src/file.cpp, src/main.cpp, src/print.cpp, src/extension/init.cpp,
10362           src/extension/init.h, src/extension/system.cpp, src/extension/system.h,
10363           src/extension/implementation/script.cpp,
10364 src/extension/internal/eps-out.cpp,
10365           src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
10366           src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
10367           src/extension/internal/win32.cpp:
10368         Change alot of files, but small changes.  Basically just took
10369         system.cpp and init.cpp and finally ported them to the Inkscape::
10370         Extension namespace.  Cleaned up the code in them a bunch, it is
10371         much easier to read now!  All the other files are just referencing
10372         these changes.
10374 2004-04-11  Kees Cook <kees@outflux.net>
10376         * src/verbs.h, src/verbs.cpp, src/interface.cpp, src/interface.h: replaced
10377           the rest of the missing menu verbs: "View New", "Cleanup".  Created
10378           generic function to add icons to a given menu item (for submenu icons
10379           mostly).
10380         * share/icons/icons.svg: added "selection_cleanup", "selection_deselect",
10381           "selection_select_all".  Corrected "view_new" and "selection_smooth",
10382           "dialog_toggle", "dialog_tool_options", "file_open_recent".
10383         * src/selection-chemistry.cpp, src/selection-chemistry.h: renamed
10384           "selection_cleanup" function.
10386 2004-04-11  Jon Phillip <jon@rejon.org>
10388         * Makefile.mingw share/Makefile.am src/Makefile.am
10389           share/markers/Makefile.am share/markers/.cvsignore config.h.mingw
10390           configure.in:
10391           Added the proper infrastructure to get files to the right location for
10392           markers.
10394         * share/tutorials/tipsandtricks.svg: Deleted the URL trick because it no
10395           longer works or something.
10397 2004-04-11  Kees Cook <kees@outflux.net>
10399         * src/verbs.h, src/verbs.cpp: added verbs for the Help and Tutorials menus.
10400         * src/interface.cpp: replaced contents of sp_ui_menu_help to use new verbs.
10401         * src/help.h, src/help.cpp: replaced sp_help_keys with more generic
10402           sp_help_open_screen, similar to sp_help_open_tutorial.
10403         * share/icons/icons.svg: created really ugly "help_tutorials" and
10404           "help_keys" icons.  The "help_keys" one needs the most help.  :)
10406 2004-04-09  Ted Gould <ted@gould.cx>
10408         * share/extensions/Makefile.am, share/extensions/epsi_output.inkmod,
10409           share/extensions/ps2epsi.sh, src/extension/extension.cpp,
10410           src/extension/extension.h, src/extension/init.cpp,
10411           src/extension/implementation/implementation.cpp,
10412           src/extension/implementation/implementation.h,
10413           src/extension/implementation/script.cpp,
10414           src/extension/implementation/script.h,
10415           src/extension/internal/Makefile.am, src/extension/internal/eps-out.cpp,
10416           src/extension/internal/eps-out.h, src/extension/internal/ps.cpp:
10418           Okay, these are some changes that I've had in my directory for
10419           a little while.
10421           1) adding the basics of checking extensions.  This will allow
10422              them to remove themselves based on their dependencies failing.
10424           2) Adding the concepts of a 'helper extension' to scripts.  This
10425              allows them to use other extensions for handling the data, so
10426              they don't have to deal with SVG directly - Inkscape will
10427              build the pipeline.  An example of this is the epsi output.
10429           3) Adding the bounding box change provided by Carl Hetherington
10430              to the Postscript output.  The EPS output plugin sets this, so
10431              now EPSes have smaller bounding boxes.  A GUI needs to be
10432              written for this setting.
10434 2004-04-08  MenTaLguY <mental@rydia.net>
10436         * configure.in, src/svg/ftos.cpp: fix for OS X build
10438         * src/extensions/internal.ps.cpp: crash fix
10440 2004-04-07  MenTaLguY <mental@rydia.net>
10442         * src/xml/repr.cpp: adjusted the advertising comment in the default
10443           document template (we need a real default document template, btw)
10445         * src/svg/ftos.cpp, src/svg/itos.cpp, src/svg/round.cpp,
10446           src/svg/ftos.h, src/svg/stringstream.h: incorporated Bryce's number
10447           serializing code (disabled for now, due to the impending release)
10449         * src/dialogs/stroke-style.cpp, src/dialogs/sp-shape.cpp:
10450           nuked unused variables
10452 2004-04-07  bulia byak <bulia@users.sourceforge.net>
10454         * icons.svg: Alignment fix
10456         * src/select-toolbar.cpp: Swapped rotate buttons
10458         * share/tutorials/: Cleanup, added Russian translation of basic
10460         * extension/extension.cpp extension/system.cpp extension/internal/ps.cpp
10461         extension/implementation/script/cpp: Fixes to make non-ascii filenames work
10462 again
10464         * src/verbs.cpp: Remove xpm icon that causes trouble on win32
10466         * share/examples/: new gradient.svg, tiger.svgz, cleanup
10468         * src/widgets/gradient-vector.cpp: Crash fix: loading new gradient into the
10469         editor does not completely reset it
10471         * share/icons/icons.svg: New dialog icons, draw tool icons, changed colors
10473         * src/dialogs/align.cpp src/helper/bezier-utils.cpp: remove pjrm's debug
10474 output
10476         * share/tutorials/: SVG cleanup: remove unused font properties, wrong radius
10477         paths in ellipses (leftovers from old versions). Expanded & updated tips &
10478 tricks.
10480         * file.cpp: Set uri on save in one place; save 'offcially' from here only
10482         * system.cpp system.h: Remove redundant uri-setting on open and save, add
10483         official arg to sp_module_system_save to prevent docname/docbase changing on
10484         temporary saves
10486         * many files: _() fixes, edits in labels, messages, tooltips, mnemonics
10488         * src/inkscape.cpp: remove redundancy in error messages for failing to load
10489 prefs
10491         * share/extensions src/extension/internal: Renaming file formats to include
10492 (*.ext)
10494         * src/interface.cpp src/dialogs/filedialog.cpp: Transientize, make modal
10495         open/save dialogs, ditto for warning overwrite and make it unresizeable
10497         * src/dialogs/xml-tree.cpp: Do not deselect item on canvas when a
10498 non-selectable
10499         thing is highlighted in xml editor
10501         * src/sp-guide.cpp: Guide position updated after undo
10503         * src/widgets/sp-xmlview-attr-list.cpp: Max length of viewable attributes
10504         increased
10506         * many files: Adib's svgostringstream patches to remove printfs
10508         * src/selection-chemistry.cpp: Crash fix when pasting style to an object
10509 that
10510         has none (e.g. group)
10512         * src/knot.cpp: Knot dragging autoscrolls
10514         * src/sp-text.cpp src/text-context.cpp: Cursor movements autoscroll
10516         * src/desktop.h src/desktop.cpp: autoscrollspeed can be overridden in call
10518         sp_desktop_scroll_to_point
10520         * src/text-context.cpp src/sp-text.cpp: Text cursor made inverse. Initial
10521 cursor
10522         after click is no longer horizontal.
10524         * src/helper/sp-ctrlline.cpp: Always-visible inversion for ctrlline
10526         * src/libnrtype/nr-type-w32.cpp: Fix stretch and variant on win32
10528         * src/widgets/gradient-vector.cpp: Undo fix; new stop takes average of its
10529         neighbors' colors; is between stops even when the last stop is selected
10531 2004-04-06  Ted Gould <ted@gould.cx>
10533         * src/file.cpp, src/dialogs/filedialog.cpp, src/extension/extension.cpp,
10534         src/extension/system.cpp:
10535         Moving code around so that the filename extension gets put on by
10536         the extension that is saving the file.  This adds a couple complications
10537         in that the extension now needs to check for overwriting the file
10538         and also set the document URI.  Better overall, but a PITA.
10540 2004-04-05  njh <njh@mail.csse.monash.edu.au>
10542         * debian/rules,debian/control: applied patch from Kees Cook to remove
10543         obsolete libraries, and to tidy things up a tad.
10545 2004-04-04  Ted Gould <ted@gould.cx>
10547         * src/main.cpp, src/extension/extension.cpp, src/extension/system.cpp:
10548         Now the input autodetect will try the SVG filter if the autodetect
10549         fails.  This was done by the command line, but now it is done
10550         everywhere.
10552 2004-04-04  MenTaLguY <mental@rydia.net>
10554         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr.h:
10555         Take the full list of document node children from libxml, and
10556         append them in the correct order.  This fixes bug #929348.
10558         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr-private.h:
10559         Added API for coping with comments at the root level (i.e. siblings
10560         of the root XML node), and made corresponding changes to the repr-io
10561         code.  In theory this should be enough to preserve them upon loading,
10562         though in practice it still doesn't appear to be working (bug #929348).
10563         Is there some libxml thing we need to do?
10565 2004-04-04  Ted Gould <ted@gould.cx>
10567         * a bunch of files
10568         Sorry, I seem to be in some delay getting e-mail.  Anyway, a few
10569         files were changed to add in a new parameter 'dataloss'  Basically
10570         this signifies that a format was used to save that may not save
10571         the whole document and thus, a pop-up is elevated on close to signal
10572         that you might want to 'really save' this document.
10574 2004-04-03  Ted Gould <ted@gould.cx>
10576         * share/extensions/svgz_input.inkmod, src/file.cpp,
10577           src/extension/extension.cpp, src/extension/internal/svg.cpp:
10578         Making it so that input extensions can specify the output extension
10579         that gets used to save them.  If this field isn't filled in, the value
10580         gets set to NULL, and then the Save As dialog is used instead of
10581         just trying to save.
10583 2004-04-03  Ted Gould <ted@gould.cx>
10585         * src/file.cpp, src/main.cpp, src/extension/extension.cpp,
10586           src/extension/extension.h, src/extension/system.cpp,
10587           src/extension/internal/svg.cpp:
10588         Fixing the output_extension flag to not be saved in a file, but also
10589         to be able to be specified by the input module.  Also, this fixes
10590         the commandline processing of files to make them use the extension
10591         system.
10593 2004-04-02  Ted Gould <ted@gould.cx>
10595         * src/file.cpp, src/extension/db.cpp, src/extension/internal/svg.cpp:
10596         Changing it so that SVG documents open and default to with
10597         extension namespace.  Also, autodetect is reenabled.
10599 2004-04-03  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
10601         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Fix my
10602         previous commit.
10604 2004-04-02  Ted Gould <ted@gould.cx>
10606         * share/extensions/svgz_output.inkmod, src/main.cpp, src/print.cpp,
10607           src/extension/init.cpp, src/extension/implementation/script.cpp,
10608           src/extension/implementation/script.h,
10609           src/extension/internal/Makefile.am, src/extension/internal/ps-out.cpp,
10610           src/extension/internal/ps-out.h, src/extension/internal/ps.cpp:
10611         Fixing the commandline printing.  This required fixing both the
10612         print driver to handle the newer extensions stuff.  It seems
10613         happy now.  I went ahead and implemented save as postscript
10614         while I was at it.
10616 2004-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
10618         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Ensure that the
10619         "improved" value is never worse than the previous guess.
10621         * src/helper/bezier-utils.cpp:
10622         Greater CodingStyle conformance, mainly whitespace changes.
10624         * src/helper/bezier-utils.cpp (sp_bezier_fit_cubic_full):
10625         Always reparameterize between generate_bezier and calc_max_error.
10626         Switch from discouraged alloca (see man page) to g_new, at cost of
10627         some extra g_free calls in the code.
10628         (reparameterize): Do in-place modification.
10630         * src/helper/bezier-utils-test.cpp:
10631         Add tests for generate_bezier, sp_bezier_fit_cubic_full.
10632         Change to a simpler test bezier.
10634         * src/helper/bezier-utils.cpp (sp_darray_left_tangent,
10635         sp_darray_right_tangent):
10636         Switch to using just the two end points for calculating the gradient.
10637         (The old code could sometimes cause g_warning's.)
10638         Correct the documentation of requirements.
10639         (sp_darray_center_tangent): Similarly remove the #if'ed out code for
10640         looking at more than two points.
10642 See doc/Changelog_archive.txt for older entries
10644 # Local Variables:
10645 # tab-width:8
10646 # indent-tabs-mode:t
10647 # End:
10648 # vim: tabstop=4:noexpandtab:shiftwidth=4