Code

Add .a files to svn:ignore property.
[inkscape.git] / ChangeLog
1 2006-01-23  Carl Hetherington  <inkscape@carlh.net>
3         * src/selection.cpp: fix a typo in one of my previous commits.
4         Closes #1401357.
6 2006-01-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
8         * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
9           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
10           src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
11           src/attributes-test.cpp:
13           Added a "Spacing" control to the connector toolbar which allows
14           the user to adjust the amount of space left around avoided shapes
15           for the purpose of determining auto-routing connector paths.
17 2006-01-17  Marco Scholten  <mscholtn@xs4all.nl>
19         * /src/ui/dialog/inkscape-preferences.cpp:
20       Added style swatches,
21       Changed Gtk::Requisition Gtk::Widget::size_request() to   
22       void Gtk::Widget::size_request(const Requisition& requisition)    
23         * /src/ui/dialog/preferences-widget.cpp & .h:
24           Added DialogPage::set_tip()
26 2006-01-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
28         * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
29           Use a modified fonts.conf file for Mac OS X that includes the 
30           standard user font directory ~/Library/Fonts.
32 2006-01-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
34         * src/svg/Makefile_insert: Updated to reflect a previous header
35           file renaming.
37 2006-01-12  Marco Scholten  <mscholtn@xs4all.nl>
39         * /src/ui/dialog/inkscape-preferences.cpp & .h:
40           Converted preferences dialog to gtkmm
41         * src/ui/widget/preferences-widget.cpp & .h:
42           New files.
43         * src/verbs.cpp: updated to start new dialog.
45 2006-01-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
47         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
48           src/extension/internal/svg.cpp, src/ui/widget/ruler.cpp:
49           Fix some compilation problems on Mac OS X after recent
50           includes cleanup.
52 2006-01-05  Jon A. Cruz  <jon@joncruz.org>
54         * src/widgets/desktop-widget.cpp:
55           Corrected resize behavior of canvas/swatches split.
57 2006-01-06  Mathieu Dimanche  <mdimanche@free.fr>
59         * src/util/units.cpp: forcin 'C' locale for reading units.txt file
60        Fixes bug #1391348.
62 2006-01-05  MenTaLguY  <mental@rydia.net>
64         * src/libnr/nr-maybe.h: fix constness/local reference issues
66 2006-01-04  MenTaLguY  <mental@rydia.net>
68         * src/Makefile_insert, src/shortcuts-default-xml.cpp,
69           src/shortcuts.cpp, src/shortcuts.xml:
71       Moved default shortcuts XML file into a string constant (for now);
72           replaced hard-coded structure with code to read XML file.
74 2006-01-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
76         * src/extension/internal/ps.cpp (setup): Clarify the meaning of
77           `Print destination', mentioning the new possibility of leaving
78           as empty.
79         * (PrintPS::begin) If print destination is an empty string, then
80           don't pass `-P %s' to lpr: just let lpr use its default.
81         * (PrintPS::init) Change default print destination from `lp' to empty
82           string.
84 2006-01-04  Jon A. Cruz  <jon@joncruz.org>
86         * src/widgets/desktop-widget.cpp:
87           Adding split pane for swatches.
89 2006-01-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
91         * src/libavoid/visibility.cpp: Add operator!= for the EdgePair class.
92           This is needed to compile on Tru64 UNIX.  Fixes bug #1386755.
94 2005-12-30  Josh Andler  <scislac@users.sf.net>
96         * src/ui/widget/selected-style.cpp, src/ui/widget/selected-style.h
97           Added "invert" function to right-click menu of style selector.
99 2005-12-22  Jon A. Cruz  <jon@joncruz.org>
101         * share/palettes/Tango-Palette.gpl:
102           Updated to newer version from the Tango project.
104 2005-12-21  Jon A. Cruz  <jon@joncruz.org>
106         * src/interface.cpp, src/preferences-skeleton.h,
107           src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
108           Adding panels/swatches to main UI.
110 2005-11-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
112         * src/removeoverlap/*.{cpp,h}: Bug fix in removeoverlap algorithm that
113           should finally get timestamps working properly.  Specifically, heap
114           timestamps are now refreshed before a merge.
116 2005-12-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
118         * src/sp-conn-end.cpp, src/connector-context.cpp: Have connectors
119           draw to the correct position on shape bounding boxes.  Previously
120           the point where connectors were drawn was on straight line between
121           the two endpoints.  These points now lie on the line between the 
122           second last point on the polyline and the center of the shape.
123           
124         * src/display/curve.cpp, src/display/curve.hpp: Added a couple of 
125           functions that return the second and second-last points in a curve.
127         * src/removeoverlap/generate-constraints.cpp: Moved the 
128           #include "isnan.h" to be the final include.  This fixes a
129           compilation error on OS X.
131 2005-12-16  Carl Hetherington  <inkscape@carlh.net>
133         * src/conn-avoid-ref.cpp, sp-conn-end-pair.cpp, sp-conn-end.cpp,
134         sp-item.cpp, sp-shape.cpp, dialogs/clonetiler.cpp,
135         dialogs/stroke-style.cpp, dialogs/tiledialog.cpp,
136         dialogs/unclump.cpp, display/nr-arena-shape.cpp,
137         display/nr-arena-shape.h, widgets/icon.cpp: more NRRect removal.
139         * src/desktop.cpp, src/desktop.h, src/dyna-draw-context.cpp,
140         src/selection-chemistry.cpp, src/sp-namedview.cpp, src/verbs.cpp,
141         src/display/sp-canvas.cpp, src/display/sp-canvas.h,
142         src/ui/view/edit-widget.cpp, src/ui/widget/zoom-status.cpp,
143         src/widgets/desktop-widget.cpp: more NRRect removals and cleanups.
145         * src/grid-snapper.cpp: snap only to visible grid lines (patch
146         from mtou).
148 2005-12-15  Carl Hetherington  <inkscape@carlh.net>
150         * src/conn-avoid-ref.cpp, src/gradient-chemistry.cpp,
151         src/sp-conn-end.cpp, src/sp-item.{cpp,h}: NR::Rect version of
152         sp_item_invoke_bbox (SPItem::invokeBbox).  Use it in some places.
154 2005-12-14  Carl Hetherington  <inkscape@carlh.net>
156         * src/dyna-draw-context.cpp, src/gradient-context.cpp,
157         src/selection.h, src/sp-flowtext.cpp, src/sp-item.cpp,
158         src/sp-item.h, src/sp-shape.cpp, src/sp-text.cpp,
159         src/dialogs/layer-properties.cpp,
160         src/extension/internal/bluredge.cpp,
161         src/extension/internal/grid.cpp, src/ui/dialog/transformation.cpp,
162         src/widgets/desktop-widget.cpp: remove NRMatrix version of
163         sp_item_i2d_affine().  Some include file adjustments.
165         * src/arc-context.cpp: some very minor cleanups.
167         * src/svg/svg-length.{cpp,h}, src/helper/units.cpp: use INCH
168         rather than IN to avoid breaking the compile on some systems.
170 2005-12-13  Carl Hetherington  <inkscape@carlh.net>
172         * src/arc-context.cpp, src/connector-context.cpp,
173         src/context-fns.cpp, src/desktop-affine.cpp, src/desktop-affine.h,
174         src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
175         src/draw-anchor.cpp src/dropper-context.cpp,
176         src/dyna-draw-context.cpp, src/event-context.cpp
177         src/gradient-context.cpp, src/knot.cpp, src/node-context.cpp,
178         src/object-snapper.cpp src/pen-context.cpp,
179         src/pencil-context.cpp, src/rect-context.cpp
180         src/select-context.cpp, src/selection-chemistry.cpp,
181         src/sp-item.cpp, src/sp-item.h src/spiral-context.cpp,
182         src/star-context.cpp, src/text-context.cpp src/zoom-context.cpp,
183         src/ui/widget/ruler.cpp: make desktop's transforms private
184         members.
186         * src/document.cpp, src/object-edit.cpp, src/sp-ellipse.cpp,
187         src/sp-ellipse.h, src/sp-gradient.cpp, src/sp-image.cpp,
188         src/sp-image.h, src/sp-line.cpp, src/sp-line.h,
189         src/sp-linear-gradient.h, src/sp-marker.cpp, src/sp-marker.h,
190         src/sp-pattern.cpp, src/sp-pattern.h, src/sp-radial-gradient.h,
191         src/sp-rect.cpp, src/sp-rect.h, src/sp-root.cpp, src/sp-root.h,
192         src/sp-star.cpp, src/sp-symbol.h, src/sp-text.cpp,
193         src/sp-textpath.h, src/sp-tspan.cpp, src/sp-use.cpp, src/sp-use.h,
194         src/text-tag-attributes.h, src/helper/units.cpp,
195         src/helper/units.h, src/libnrtype/Layout-TNG-Compute.cpp,
196         src/libnrtype/Layout-TNG-Input.cpp,
197         src/libnrtype/Layout-TNG-OutIter.cpp,
198         src/libnrtype/Layout-TNG-Output.cpp, src/libnrtype/Layout-TNG.h,
199         src/libnrtype/TextWrapper.cpp, src/svg/svg-length.cpp,
200         src/svg/svg.h: partial C++-ificiation of SPSVGLength.  Rename it
201         to SVGLength.
203 2005-12-13  Mathieu Dimanche <mdimanche@free.fr>
205         * src/snapped-point.{cpp,h} : new files.
207         * src/Makefile_insert : Added the new files
209         * src/arc-context.cpp, src/connector-context.cpp,
210         src/context-fns.cpp, src/draw-context.cpp, src/nodepath.cpp,
211         src/object-edit.cpp, src/pencil-context.cpp,
212         src/selection-chemistry.cpp, src/seltrans.cpp, src/snap.cpp,
213         src/spiral-context.cpp, src/star-context.cpp,
214         src/line-snapper.cpp, src/line-snapper.h, src/object-snapper.cpp,
215         src/object-snapper.h src/snapper.cpp, src/snapper.h,
216         src/event-context.cpp, src/rect-context.cpp,
217         src/select-context.cpp : Use SnappedPoint class
219         * src/color-rgba.h : Added rgba32 unsigned int handling and
220         "inverse" members (NEED TO BE TESTED)
222 2005-12-12  MenTaLguY  <mental@rydia.net>
224     * src/widgets/desktop-widget.cpp: moved some widgets into statusbar
225           widget for more aesthetic appearance
227 2005-12-12  Carl Hetherington <inkscape@carlh.net>
229         * src/arc-context.cpp: minor cleanups.  Use SnapManager more.  Use
230         Inkscape::setup_for_drag_start.
232         * src/connector-context.cpp, src/draw-context.cpp,
233         src/object-edit.cpp, src/pencil-context.cpp, src/rect-context.cpp,
234         src/spiral-context.cpp, src/star-context.cpp: use SnapManager.
236         * src/rect-context.cpp, src/spiral-context.cpp,
237         src/star-context.cpp: use Inkscape::setup_for_drag_start().
239         * src/snapper.{cpp,h}: simplify snap point types code.
241         * src/context-fns.{cpp,h}: add setup_for_drag_start().
243         * src/dyna-draw-context.cpp: remove unused and erroneous snapping code.
245         * src/pen-context.cpp: remove unused variable.
247         * src/draw-context.cpp: use SnapManager.
249         * src/nodepath.cpp: const fixes.  Use SnapManager.
251         * src/selection-chemistry.cpp, src/seltrans.cpp: some cleanups.
252         Use new snap API.
254         * src/snap.{cpp,h}: remove some dead code.
256         * src/sp-item.{cpp,h}, src/node-context.cpp, src/draw-context.cpp:
257         remove an unnecessary parameter from sp_item_dt2i_affine().
259 2005-12-09  Carl Hetherington <inkscape@carlh.net>
261         * src/object-snapper.cpp: make node snapping work again.
263         * src/star-context.cpp: use SnapManager.  Some other minor cleanups.
265         * src/arc-context.cpp, src/connector-context.cpp,
266         src/dyna-draw-context.cpp, src/pen-context.cpp,
267         src/pencil-context.cpp, src/rect-context.cpp,
268         src/selection-chemistry.cpp, src/spiral-context.cpp,
269         src/star-context.cpp, src/text-context.cpp: use
270         Inkscape::have_viable_layer.
272         * src/context-fns.{cpp,h}: new files.
274         * src/arc-context.cpp, src/context-fns.{cpp,h},
275         src/rect-context.cpp: abstract common code into context-fns and
276         clean it up a bit.
278 2005-12-08  Carl Hetherington <inkscape@carlh.net>
280         * src/grid-snapper.cpp, src/guide-snapper.cpp, src/line-snapper.h:
281         coding style.  Change how lines are defined.
283         * src/grid-snapper.h, src/guide-snapper.h: coding style.
285         * src/line-snapper.cpp, src/object-snapper.{cpp,h}: Coding style.
286         Various cleanups.  Small API changes.
288         * src/snap.cpp: changes to Snapper API.  Added work-in-progress SnapManager.
290         * src/snapper.{cpp,h}: API cleanups.
292         * src/sp-namedview.{cpp,h}: added getSnappers().
294         * src/seltrans.cpp: Cleanup and fix moveTo().  Go back to snapping
295         to snap points rather than the convex hull, at least for a bit.
297 2005-12-07  Carl Hetherington <inkscape@carlh.net>
299         * src/libnr/nr-convex-hull.h: remove unnecessary includes.
301         * src/line-snapper.{cpp,h}, src/object-snapper.{cpp,h},
302         src/attributes.{cpp,h}, src/desktop.cpp, src/dyna-draw-context.cpp
303         src/arc-context.cpp, src/grid-snapper.h, src/nodepath.cpp,
304         src/rect-context.cpp, src/selection-chemistry.cpp,
305         src/seltrans.cpp, src/snap.{cpp,h}, src/snapper.{cpp,h},
306         src/sp-namedview.{cpp,h}, src/spiral-context.cpp,
307         src/star-context.cpp, src/dialogs/desktop-properties.{cpp,h},
308         src/Makefile_insert: first cut of object snapping.
310         * src/grid-snapper.cpp, src/guide-snapper.{cpp,h}: use Inkscape namespace.
312 2005-12-06  Carl Hetherington <inkscape@carlh.net>
314         * src/libnr/nr-maybe.h: add missing public: to class IsNot.
316         * src/splivarot.{cpp,h}: declare some more functions.  Fix
317         get_nearest_position_on_Path to not crash if you call it with an
318         Item that isn't Shape or Text.
320         * src/node-context.cpp: adapt for changes in splivarot.{cpp,h}.
322         * src/nodepath.cpp: remove declaration of a function now declared
323         in splivarot.h.
325 2005-12-05  Carl Hetherington <inkscape@carlh.net>
327         * src/desktop.cpp, src/tools-switch.cpp,
328         src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp:
329         re-jig #includes slightly.
331         * src/seltrans.{cpp,h}, src/selcue.{cpp,h}: C++-ification and cleanup.
333         * src/select-context.{cpp,h}, src/seltrans-handles.h: adapt for
334         changes to SelTrans.
336         * src/event-context.{cpp,h}: adapt for changes to SelCue.
338         * src/rect-context.cpp, src/gradient-context.cpp: remove unnecessary include.
340         * src/connector-context.h, src/draw-context.h: add a forward
341         declaration.
343         * src/dropper-context.{cpp,h}: remove an unused variable and its
344         associated includes.
346         * src/main.cpp: fix comment for renamed SPSelCue.
348         * src/dialogs/display-settings.cpp: adapt for slightly re-jigged SelCue.
350 2005-12-04  Ted Gould  <ted@gould.cx>
352         * po/POTFILES.in:
354         Adding the .inx files as [type: gettext/xml] so that they will get
355         translated.  Good stuff.
357         * share/extensions/addnodes.inx, share/extensions/ai_input.inx,
358         share/extensions/ai_output.inx, share/extensions/bluredge.inx,
359         share/extensions/dia.inx, share/extensions/dots.inx,
360         share/extensions/dropshadow.inx, share/extensions/dxf_input.inx,
361         share/extensions/dxf_output.inx, share/extensions/embedimage.inx,
362         share/extensions/eps_input.inx, share/extensions/epsi_output.inx,
363         share/extensions/ffmet.inx, share/extensions/ffms.inx,
364         share/extensions/ffset.inx, share/extensions/ffss.inx,
365         share/extensions/gimpgrad.inx, share/extensions/grid.inx,
366         share/extensions/handles.inx, share/extensions/interp.inx,
367         share/extensions/kochify.inx, share/extensions/kochify_load.inx,
368         share/extensions/lindenmayer.inx, share/extensions/motion.inx,
369         share/extensions/pdf_output.inx, share/extensions/ps_input.inx,
370         share/extensions/radiusrand.inx, share/extensions/randompnt.inx,
371         share/extensions/randompos.inx, share/extensions/rtree.inx,
372         share/extensions/sk_input.inx, share/extensions/straightseg.inx,
373         share/extensions/summersnight.inx, share/extensions/svgz_input.inx,
374         share/extensions/svgz_output.inx, share/extensions/txt2svg.inx,
375         share/extensions/wavy.inx, share/extensions/whirl.inx,
376         share/extensions/wmf_input.inx:
378         Marking the user visible strings as translatable.
380         * src/extension/dependency.cpp, src/extension/extension.cpp,
381         src/extension/init.cpp, src/extension/input.cpp, src/extension/output.cpp,
382         src/extension/parameter.cpp:
384         Changed to handle translated .inx files.  They will find the data, and
385         mark the right strings as translated.
387         * src/extension/effect.cpp, src/extension/effect.h, src/interface.cpp:
389         Changed menu handling to be push instead of pull
391 2005-12-02  Carl Hetherington <inkscape@carlh.net>
393         * src/dropper-context.cpp: coding style.
394         * src/sp-namedview.cpp, src/sp-namedview.h, src/desktop.cpp: some
395         C++-ification of SPNamedView.
397 2005-12-01  MenTaLguY  <mental@rydia.net>
399     * src/widgets/desktop-widget.cpp: shuffle status bar around again;
400           add a grippie so we don't have to care about the corner of the window
401           getting covered up
403 2005-12-01  MenTaLguY  <mental@rydia.net>
405     * src/widgets/icon.cpp: refactored a bit around the icon prerendering
406           code and added a timer; also kick off the task immediately rather
407           than waiting for the first expose event
409 2005-12-01  MenTaLguY  <mental@rydia.net>
411     * src/widgets/desktop-widget.cpp:
413           moved zoom selector away from the right edge so it won't get covered
414           by window manager decorations
416 2005-12-01  MenTaLguY  <mental@rydia.net>
418     * src/help.cpp, src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp:
420           Moved creation of the splash widget into the about dialog code,
421           and tweaked the appearance of the dialog in a lot of subtle ways
422           -- we now use an AspectFrame to constrain the aspect ratio of the
423           splash view, and also finally get the correct initial size for the
424           dialog while still allowing it to be arbitrarily resized.
426 2005-12-01  Carl Hetherington <inkscape@carlh.net>
428         * src/sp-namedview.cpp: coding style.
430 2005-12-01  Jon A. Cruz  <jon@joncruz.org>
432         * src/widgets/icon.cpp: added idle calback pre-render.
434 2005-11-30  MenTaLguY  <mental@rydia.net>
436    * src/ui/dialog/aboutbox.cpp: make 'close' button default widget,
437      and rename "About" tab to "_Splash"
439 2005-11-30  Carl Hetherington <inkscape@carlh.net>
441         * src/svg/svg-path.cpp: add missing #include of assert.h for
442         assert()
443         * src/dialogs/xml-tree.cpp: fix uninitialised variable
444         warnings, move some declarations to first use, coding style fixes.
445         * src/snap.cpp, src/snap.h, src/sp-namedview.cpp: split
446         snap.{cpp,h} up into snapper.{cpp,h}, grid-snapper.{cpp,h},
447         guide-snapper.{cpp,h}.  Refactor and simplify.  Add another
448         namedview_free_snap().
449         * src/geom.cpp, src/geom.h: cosmetic renaming.
450         * src/pen-context.cpp: a few minor cleanups to
451         pen_handle_button_press().  Other snapping cleanups.
452         * src/draw-context.cpp, src/draw-context.h: split
453         spdc_endpoint_snap_internal() into two functions.
454         * src/pencil-context.cpp: snapping cleanups.
455         * src/ui/widget/unit-menu.cpp: remove definition of a variable
456         that's just been made static.
457         
458 2005-11-26  MenTaLguY <mental@rydia.net>
460     * src/ui/dialog/aboutbox.cpp, src/ui/dialog/aboutbox.h:
461           clean up and simplify About dialog; fix memory management (mostly)
463 2005-11-25  Robert Crosbie <swingincelt@gmail.com>
465         * replaced sp_repr_ref with direct cal to Inkscape::GC::anchor
466         * replaced sp_repr_unref with direct call to Inkscape::GC::release
467         * replaced sp_repr_set_attr with direct call to repr->setAttribute
469 2005-11-24  MenTaLguY  <mental@rydia.net>
471     * src/shortcuts.cpp, src/interface.cpp: prune back shortcuts API in
472           preparation for configurable key bindings work
474 2005-11-24  MenTaLguY  <mental@rydia.net>
476     * src/sp-item.cpp: remedy erroneous initialization of doubles with NULL
478 2005-11-24  MenTaLguY  <mental@rydia.net>
480     * src/seltrans.cpp: prune dead wood (sp_sel_trans_handle_click)
482 2005-11-24  MenTaLguY  <mental@rydia.net>
484     * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
485           src/display/canvas-grid.cpp, src/display/guideline.cpp,
486           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
487           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
488           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
489           
490           cosmetic renaming
492 2005-11-23  Robert Crosbie <swingincelt@gmail.com>
494         * replaced sp_repr_change_order with direct cal to repr->changeOrder
495         * replaced sp_repr_add_child with direct call to repr->addChild
496         * replaced sp_repr_remove_child with direct call to repr->removeChild
498 2005-11-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
500         * src/ui/dialog/align-and-distribute.h, src/ui/dialog/align-and-distribute.cpp:
501           Add new action ActionRemoveOverlaps, and add new button & two spin buttons
502           to the Align & Distribute dialog box, to remove overlaps between objects.
503         * configure.ac: New directory src/removeoverlap.
504         * src/Makefile.am: Build new library removeoverlap/libremoveoverlap.a.
505         * src/Makefile_insert: Link against new library removeoverlap/libremoveoverlap.a.
507 2005-11-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
509         * packaging/osx-app.sh, packaging/macosx/Resources/bin/inkscape:
510           Include some missing modules required by gnome-vfs and set shell
511           variables to point to these modules within the OS X app bundle.
512           Fixes bug #1363390.
514 2005-11-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
516         * packaging/osx-app.sh: Fix a typo resulting from last change.
518 2005-11-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
520         * packaging/osx-app.sh: Add libXinerama.1.dylib to the app bundle 
521           since users of OS X 10.3.x will not have this file.
523 2005-11-12  Jon Phillips <jon@rejon.org>
525         * po/it.po po/sr.po po/sr@Latn.po: Fixed these po files so that 
526         Inkscape builds okay.
529 2005-11-12  Ralf Stephan <ralf@ark.in-berlin.de>
531         * src/ui/view/edit-widget.h, src/ui/view/edit-widget.cpp:
532           new-gui: made complete statusbar widget, equals old-gui now
533         * src/widgets/layer-selector.h, src/ui/widget/selected-style.h:
534           classes have now a constructor with default parameter
535         * src/ui/widget/zoom-status.cpp: smaller font
537 2005-11-12  MenTaLguY  <mental@rydia.net>
539         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
540           src/display/canvas-grid.cpp, src/display/guideline.cpp,
541           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
542           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
543           src/display/sp-canvas.cpp, src/display/sp-canvas.h,
544           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
546           Refactor canvas buffer code a little.   Hint: if you have two flags
547           and an invariant that one will be false if the other is true and
548           vice-versa, you can represent them with a single flag.  Fixed
549           cut-and-paste madness between sp_canvas_buf_ensure_buf and
550           sp_canvas_clear_buf also.  Finally, renamed sp_canvas_buf_ensure_buf
551           to sp_canvas_prepare_buf.
553 2005-11-09  Michael Wybrow  <mjwybrow@users.sourceforge.net>
555         * src/sp-item.cpp: Call updateRepr before emitting the transformed
556           signal in sp_item_write_transform.  This fixes bug #1303423.
558         * packaging/osx-app.sh: Fixes to allow building app bundles on both
559           OS X 10.4 and earlier versions of the OS without altering the script.
560           Also, add a note that Inkscape needs to be configured with
561           --enable-osxapp when building the OS X package.
563         * po/nl.po: Fix an "Unmatched closing </b>" warning.
565 2005-11-08  Ralf Stephan <ralf@ark.in-berlin.de>
567     merged with branch CXXIFICATION_VIEW_AND_WIDGET
568         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/event-context.cpp,
569           src/file.cpp, gradient-context.cpp, src/inkscape.cpp, src/interface.cpp,
570           src/rect-context.cpp, src/select-context.cpp, src/seltrans.cpp,
571           src/sp-namedview.cpp, src/spiral-context.cpp, src/star-context.cpp,
572           src/verbs.cpp, dialogs/dialog-events.cpp, src/dialogs/layer-properties.cpp,
573           src/ui/dialog/dialog.cpp, src/widgets/desktop-widget.cpp,
574           src/widgets/desktop-widget.h:
575           move gtk code into desktop-widget.cpp, called via desktop
576         * src/ui/view/Makefile_insert: added files edit-widget-interface.h,
577           edit-widget.cpp, edit-widget.h
578           the EditWidget is the Gtkmm version of the SPDesktopWidget
579         * src/ui/widget/Makefile_insert: added files ruler.cpp, ruler.h,
580           svg-canvas.cpp, svg-canvas.h, zoom-status.cpp, zoom-status.h
581           these are widgets part of the EditWidget
582         * src/file.cpp, src/inkscape.cpp, src/ui/dialog/dialog.cpp, 
583           src/ui/dialog/dialog.h, src/application/application.h, 
584           src/application/application.cpp:
585           divide code /wrt Application::getNewGui(): if true, it's called by the 
586           Gtkmm application and the inkscape object is meaningless
587         * src/application/app-prototype.h:
588           replace UI specific return value of getWindow() with void*
589         * src/application/editor.cpp, src/application/editor.h:
590           made Editor a singleton, collect global UI code here that (for Gtk+)
591           lives in inkscape.cpp and elsewhere
592         * src/desktop-events.cpp, src/desktop.cpp, src/event-context.cpp,
593           src/nodepath.cpp, src/seltrans.cpp:
594           simplify calls to desktop->set_coordinate_status
595         * src/desktop-handles.cpp, src/desktop-handles.h, 
596           src/extension/internal/ps.cpp, src/widgets/gradient-toolbar.cpp, 
597           src/widgets/toolbox.cpp:
598           widget is no longer available through desktop
599         * src/Makefile_insert: added files preferences.h preferences.cpp
600           src/inkscape.h, src/inkscape.cpp, src/application/editor.cpp:
601           move preferences handling into preferences.cpp/h
602         * src/desktop.cpp, src/desktop.h:
603           use EditWidgetInterface, more cosmetics
604         * src/desktop.cpp, src/inkview.cpp, src/slideshow.cpp, src/svg-view-widget.cpp,
605           src/svg-view.cpp, src/svg-view.h, src/ui/view/view.cpp, src/ui/view/view.h:
606           streamline setDoc()/setDocument() logic
607         * src/inkview.cpp: include empty func bodies to make linker happy
609 2005-11-08 ------------0.43
611 2005-11-06  Ted Gould  <ted@gould.cx>
613         * 0.43pre2
615 2005-11-01  Jon A. Cruz  <jon@joncruz.org>
617         * src/io/base64stream.h, src/io/base64stream.cpp:
618           Applied modified patch 1341198.
620 2005-10-31  Jon A. Cruz  <jon@joncruz.org>
622         * src/verbs.cpp:
623           Applied patch from RFE 1247694.
625 2005-10-26  Jon A. Cruz  <jon@joncruz.org>
627         * share/screens/about.svg:
628           Trimmed bad lines. Fixed bug 1310742.
630 2005-10-24  Ted Gould  <ted@gould.cx>
632         * 0.43pre1
634 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
636         * Makefile.mingw, src/io/sys.cpp:
637           Patch 1334818.
639 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
641         * src/main.cpp, src/io/sys.cpp:
642           Updating Win32 parameter filename handling.
644 2005-10-22  Michael Wybrow  <mjwybrow@users.sourceforge.net>
646         * src/connector-context.cpp: Correct two typos.  Fixes bug #1333915.
648 2005-10-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
650         * src/connector-context.cpp: Fix a bug where undoing creation of 
651           new connectors revealed intermediate steps.
653         * src/libavoid/connector.cpp, src/libavoid/connector.h,
654           src/libavoid/makepath.cpp, src/libavoid/static.cpp:
655           Applied a couple of libavoid fixes.  One of which addresses
656           a possible crash bug.
658 2005-10-19  Ted Gould  <ted@gould.cx>
660         * 0.43pre0
662 2005-10-19  Jon A. Cruz  <jon@joncruz.org>
664         * inkscape32-16.ico: patch 1323419
666 2005-10-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
668         * src/conn-avoid-ref.cpp: Don't pass avoided objects to libavoid
669           if they have the 'cloned' flag set.  Fixes bug #1328401.
671 2005-10-17  Jon A. Cruz  <jon@joncruz.org>
673         * src/main.cpp, src/io/sys.h, src/io/sys.cpp:
674           Switched command-line name conversion from filename to locale.
675           Fixes bug #1250124.
677 2005-10-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
679         * src/sp-conn-end.cpp: Don't update the repr for the curve while 
680           manually rerouting connector endpoints.  This speeds up undo/redo
681           and allows responsive rerouting with the xml editor window open.
682           Fixes bug #1315489.
684         * po/ca.po: Fix unclosed <b> found in translations.
685         
686 2005-10-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
688         * src/isnan.h: Update to allow compilation on OSX 10.4.
690         * src/connector-context.cpp, src/connector-context.h,
691           src/tools-switch.cpp: Allow double-clicking on connectors
692           in the selector tool to swap to the connector tool.
694 2005-10-14  Jon A. Cruz  <jon@joncruz.org>
696         * share/palettes/Makefile.am, share/palettes/Tango-Palette.gpl:
697           Adding the Tango palette.
699 2005-10-13  MenTaLguY  <mental@rydia.net>
701         * share/screens/about.svg: New copy for about dialog; did some
702           vector clean-up and re-enabled the coffee stains.
704 2005-10-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
706         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h:
707           Reroute connector lines if the object itself is moved or
708           transformed.  Previously a routed line would not unroute if it
709           was moved away from the blocking objects.  Fixes bug #1303493.
711 2005-10-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
713         * packaging/macosx/Resources/script, src/path-prefix.h:
714           Don't assume the OSX app bundle will be named "Inkscape.app".
715           This caused things like tool icons to disappear if the app
716           bundle was renamed, e.g., to "Inscape-0.42.2.app".
717           Fixes bug #1289648.
719 2005-10-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
721         * src/sp-conn-end-pair.cpp: Fix a bug where connectors could
722           sometimes be given strange routes if there was a transform on
723           either of the objects that the connector was attached to.
725         * src/conn-avoid-ref.cpp, src/sp-conn-end.cpp: Add a call to
726           sp_document_ensure_up_to_date before checking bounding boxes
727           in response to a transform signal.  This is because some
728           objects (e.g., text) will not give the correct bbox until its
729           update function has been called and its internal representation
730           has been updated.  This fixes bug #1303523.
732         * src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
733           Restore the Connector tool preferences tab.  Use same ordering
734           for tools as on the toolbar.  Add the standard selection cue
735           option to the connector tool preferences.  Fixes bug #1303360.
737 2005-10-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
739         * packaging/osx-app.sh: Include locale files in the OSX package and
740           a couple of minor updates for building packages on OSX 10.4.x.
742         * packaging/macosx/Resources/bin/inkscape: Fix a problem in setting
743           LANG to the current OSX language before launching Inkscape.
744           With this fix, the Inkscape app bundle will obey the user's
745           language setting in the system preferences on OSX.
747 2005-09-30  Ralf Stephan <ralf@ark.in-berlin.de>
749         * src/desktop.*, src/widget/desktop-widget.cpp:
750         make empty destructor, fixes #1291009
752 2005-09-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
754         * Info.plist.in: Associate .svgz files with Inkscape on OSX.
755           Fixes bug #1307083.
757 2005-09-27  MenTaLguY  <mental@rydia.net>
759         * src/gc-anchored.h: emphasize initial refcount
761         * src/desktop.h, src/svg-view-widget.cpp, src/ui/view/view-widget.cpp,
762           src/ui/view/view.cpp, src/ui/view/view.h,
763           src/widgets/desktop-widget.cpp:
765           Move _whole_ UI::View::View hierarchy over to the garbage collector
766           and fix anchor imbalances; you can't do this piecemeal.
768 2005-09-23  Ben Fowler  <bpfowler@users.sourceforge.net>
770         * autogen.sh: Cleanup error message.
772 2005-09-20  Carl Hetherington <inkscape@carlh.net>
774         * src/file.cpp, src/file.h, src/help.cpp: don't replace empty
775         desktops with help files / tutorials.  Fixes 1249067.
777 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
779         * src/jabber_whiteboard/typedefs.h:
780           gcc4 needs more const correctness, fixes #1294298
782 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
784         * src/desktop.h, src/desktop.cpp, src/interface.cpp, 
785           src/dialogs/layer-properties.cpp, src/ui/view/view.cpp,
786           src/widgets/desktop-widget.cpp:
787           correcting old and new oversights, fixes #1290982
788           
789 2005-09-15  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
791         * src/xml/repr-util.cpp (sp_repr_set_double): Split into two
792           functions (sp_repr_set_svg_double, sp_repr_set_css_double)
793           according to whether or not an exponent is allowed.  Update callers.
794           (sp_repr_set_double_default): Remove this unused function.
796 2005-09-15  Carl Hetherington <inkscape@carlh.net>
798         * src/object-edit.cpp: fix idiotic bug introduced in previous commit.
800 2005-09-14  Carl Hetherington <inkscape@carlh.net>
802         * src/knot.cpp, src/knotholder.cpp: coding style.
804 2005-09-13  Ralf Stephan <ralf@ark.in-berlin.de>
806         * src/desktop.h, src/desktop.cpp, src/svg-view.h, src/svg-view.cpp,
807           src/ui/view/view.h, src/ui/view/view.cpp, src/ui/view/edit.h:
808             View::setDocument() did not call same function in subclass
809         * src/widgets/select-toolbar.cpp:   removed usage of SP_DT_WIDGET
810         * src/desktop.cpp:   removed last sp_desktop_* function names
812 2005-09-13  Carl Hetherington <inkscape@carlh.net>
814         * src/object-edit.cpp: Add some comments.  Minor refactoring.
815         Snap points when editing rectangles; partial fix for bug 1282399.
817         * packaging/win32/inkscape.nsi: Correct spelling of associations
818         and associated; fix for bug 1283916.
820 2005-09-12  Jon A. Cruz  <jon@joncruz.org>
822         * src/dialogs/iconpreview.cpp, src/dialogs/iconpreview.h,
823           src/widgets/icon.cpp:
824           Icon preview now toggles between selection or whole document.
825           Fixes REF #1281883.
827 2005-09-12  Ralf Stephan <ralf@ark.in-berlin.de>
829         * src/widgets/ruler.cpp:   fixed precision problem (bug #1242995)
831 2005-09-12  Peter Moulder  <pmoulder@bowman.csse.monash.edu.au>
833         * src/libnrtype/Layout-TNG-Compute.cpp (Calculator::_measureUnbrokenSpan):
834           Fix line breaking for [supposedly] non-breaking whitespace characters.
836 2005-09-11  Ralf Stephan <ralf@ark.in-berlin.de>
838         * po/nl.po:   replaced all instances of "verkleint" with "verkleind"
839           (bug #1277695)
841 2005-09-10  Jon A. Cruz  <jon@joncruz.org>
843         * src/preferences-skeleton.h, src/dialogs/iconpreview.cpp:
844           Made icon preview sizes configurable. Fixes REF #1281885.
846 2005-09-08  Carl Hetherington <inkscape@carlh.net>
848         * src/object-edit.cpp: Coding style in SPRect portion.  Add
849         Emacs/vim mode blocks.
851 2005-09-08  Ralf Stephan <ralf@ark.in-berlin.de>
853         * src/desktop.cpp, src/ui/view/view.cpp:
854           removed placement new signal construction
855         * src/desktop.cpp:   selection is no longer anchored
856         * src/desktop.cpp, src/desktop.h:   further cleanup
857         * src/main.cpp:   minor changes in doxygen main page
859 2005-09-08  MenTaLguY  <mental@rydia.net>
861         * src/xml/document.h, src/xml/session.h, src/xml/simple-session.cpp,
862           src/xml/simple-session.h:
864           Add Session and Document createElementNode, createCommentNode,
865           and createTextNode methods
867 2005-09-06  Ralf Stephan <ralf@ark.in-berlin.de>
869         * src/desktop-handles.h, src/desktop-handles.cpp:
870             added macros SP_DT_MSGSTACK/NAMEDVIEW/WIDGET, moved last
871                 macros from desktop.h
872         * src/desktop.h src/desktop.cpp, src/sp-namedview.h, 
873           src/sp-namedview.cpp:
874             moved default_metric and default_unit into namedview
875         * src/desktop.h src/desktop.cpp, src/widgets/desktop-widget.h,
876           src/widgets/desktop-widget.cpp:
877             moved window member into desktop widget
878         * src/dialogs/clonetiler.cpp, src/dialogs/color-picker.cpp,
879           src/dialogs/desktop-properties.cpp, src/dialogs/dialog-events.cpp ,
880           src/dialogs/display-settings.cpp, src/dialogs/export.cpp,
881           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
882           src/dialogs/transformation.cpp, src/dropper-context.cpp,
883           src/extension/internal/ps.cpp, src/gradient-context.cpp,
884           src/jabber_whiteboard/callbacks.cpp,
885           src/jabber_whiteboard/chat-handler.cpp,
886           src/jabber_whiteboard/message-processors.cpp,
887           src/jabber_whiteboard/message-queue.cpp,
888           src/jabber_whiteboard/session-manager.cpp,
889           src/path-chemistry.cpp, src/satisfied-guide-cns.cpp,
890           src/sp-text.cpp, src/text-chemistry.cpp,
891           src/trace/potrace/inkscape-potrace.cpp,
892           src/trace/trace.cpp, src/ui/dialog/align-and-distribute.cpp:
893             removed dependency on desktop.h
894         * src/arc-context.cpp, src/desktop-events.cpp, src/inkscape.cpp,
895           src/interface.cpp, src/nodepath.cpp, src/rect-context.cpp,
896           src/select-context.cpp, src/seltrans.cpp, src/spiral-context.cpp,
897           src/star-context.cpp, src/text-context.cpp, src/ui/dialog/dialog.cpp,
898           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp:
899             minor adaptation due to the above changes
900         * src/ui/dialog/session-player.cpp:   didn't #include config.h
901         
902 2005-09-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
904         * doc/keys.html, doc/keys.xml, share/screens/keys.svg,
905           src/shortcuts.cpp:
906           Add keyboard shortcuts for the connector tool -- Ctrl+F2 and 'o'.
908 2005-09-05  Ralf Stephan <ralf@ark.in-berlin.de>
910         * src/document.cpp, src/draw-anchor.cpp, src/knotholder.cpp,
911           src/main.cpp, src/object-ui.cpp, src/selcue.cpp,
912           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
913           src/sp-star.cpp, src/sp-symbol.cpp, src/sp-tspan.cpp,
914           src/dialogs/docker.cpp, src/dialogs/extensions.cpp,
915           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
916           src/extension/system.cpp, src/widgets/gradient-vector.cpp,
917           src/jabber_whiteboard/session-file-player.cpp,
918           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
919           src/widgets/spw-utilities.cpp, src/extension/implementation/script.cpp,
920           src/ui/dialog/transformation.cpp, src/seltrans.h,
921           src/widgets/sp-widget.h:
922             removed dependency on desktop.h
923         * src/select-context.cpp, src/tools-switch.cpp, 
924           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
925           src/dialogs/object-properties.cpp, src/dialogs/clonetiler.cpp:
926             added dependencies because of above changes
927         
928 2005-09-04  Kees Cook  <kees@outflux.net>
930         * TRANSLATORS, Makefile.am, src/verbs.cpp, src/help.cpp,
931           src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp,
932           src/menus-skeleton.h, src/ui/dialog/Makefile_insert:
933           Implemented AboutDialog following the Gnome style.
934         * packaging/win32/inkscape.nsi: added quotes around execution name.
936 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
938         * src/desktop.cpp, src/dropper-context.cpp, src/forward.h,
939           src/interface.cpp, src/main.cpp, src/sp-anchor.cpp,
940           src/sp-text.cpp, src/splivarot.cpp, src/svg-view-widget.cpp,
941           src/svg-view-widget.h, src/svg-view.h, src/extension/effect.h,
942           src/extension/implementation/plugin-link.h, 
943           src/jabber_whiteboard/session-manager.cpp,
944           src/ui/dialog/dialog.cpp, src/ui/view/edit.h, 
945           src/ui/view/view-widget.cpp, src/ui/view/view-widget.h,
946           src/ui/view/view.cpp, src/ui/view/view.h:
947             minor edits to completely remove SPView identifier, and some
948                 dependencies
950 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
952         * src/sp-conn-end-pair.cpp: Fix a crash bug when undoing connectors
953           on Linux x86 where we were calling a signal destructor.
955         * src/io/sys.cpp: Build fix - conditionally include <glib/gstdio.h>
956           if using glib 2.6.0 or greater, since it is not available in earlier
957           versions.
959 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
961         * src/svg-view-widget.h, src/svg-view-widget.cpp, src/Makefile_insert:
962             separated SPSVGViewWidget from SPSVGView
963         * src/desktop.h, src/svg-view.h, src/ui/view/edit.h,
964           src/ui/view/view-widget.h, src/ui/view/view.h,
965           src/widgets/desktop-widget.h, src/desktop.cpp,
966           src/svg-view.cpp, src/ui/view/view-widget.cpp,
967           src/ui/view/view.cpp, src/widgets/desktop-widget.cpp:
968             moved SPDesktop from GObject to C++/sigc++
969         * src/forward.h: 
970             removed SP_DESKTOP*, SP_SVG_VIEW* macros and dependencies
971         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
972             changed to sigc++ but disabled call
973         * src/desktop-events.cpp:  removed desktop_enter_notify()
974         * src/sp-anchor.cpp:  removed handling of mouse over/out
975         * src/helper/action.h, src/sp-use.cpp:  added missing dependency
976         * src/arc-context.cpp, src/desktop-affine.cpp, src/desktop-events.cpp,
977           src/desktop-handles.cpp, src/dyna-draw-context.cpp,
978           src/event-context.cpp, src/file.cpp, src/gradient-context.cpp,
979           src/gradient-drag.cpp, src/help.cpp, src/inkscape.cpp,
980           src/inkview.cpp, src/interface.cpp, src/knot.cpp,
981           src/knotholder.cpp, src/node-context.cpp, src/nodepath.cpp,
982           src/object-ui.cpp, src/path-chemistry.cpp, src/rect-context.cpp,
983           src/rubberband.cpp, src/satisfied-guide-cns.cpp,
984           src/select-context.cpp, src/selection-chemistry.cpp,
985           src/seltrans.cpp, src/shortcuts.cpp, src/slideshow.cpp,
986           src/sp-anchor.cpp, src/sp-flowtext.cpp, src/sp-namedview.cpp,
987           src/sp-text.cpp, src/spiral-context.cpp, src/splivarot.cpp,
988           src/star-context.cpp, src/text-context.cpp, src/text-editing.cpp,
989           src/tools-switch.cpp, src/verbs.cpp, src/zoom-context.cpp,
990           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
991           src/dialogs/dialog-events.cpp, src/dialogs/export.cpp,
992           src/dialogs/filedialog.cpp, src/dialogs/iconpreview.cpp,
993           src/dialogs/layer-properties.cpp, src/dialogs/stroke-style.cpp,
994           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp,
995           src/extension/effect.cpp, src/extension/implementation/script.cpp,
996           src/extension/internal/grid.cpp, src/extension/internal/ps.cpp,
997           src/helper/window.cpp, src/ui/dialog/dialog.cpp,
998           src/ui/widget/imageicon.cpp, src/widgets/gradient-toolbar.cpp,
999           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
1000           src/widgets/toolbox.cpp:
1001             minor adaptations due to the above changes
1002         * src/desktop-events.h:  removed dependencies 
1003         * src/selection.cpp:  improved doxygen documentation
1004         
1005 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1007         * src/connector-context.cpp: Fix a bug where a data structure was
1008           not being freed, triggering an assertion failure and Inkscape to
1009           crash sometimes when the connector tool context was switched.
1011 2005-09-03  Aaron Spike <aaron@ekips.org>
1013         * src/node-context.cpp, src/livarot.cpp: Fixing a problem where node
1014           adding and curve dragging operate on fills. A special thank you to
1015           Simon Budig of GIMP fame for working with me and giving very 
1016           thorough explanations of his curve dragging code.
1018 2005-09-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1020         * src/libavoid/connector.cpp, src/libavoid/connector.h: Autoroute
1021           connectors while they are being drawn in the connector context.
1023         * src/sp-conn-end.cpp: Fix a bug where connectors attached to shapes
1024           were not always getting updated.  Their path was sometimes thought
1025           to be valid even when it was not.
1027 2005-09-02  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1029         * src/sp-conn-end.cpp: Fix a bug where connectors not attached to
1030           shapes were not updating correctly if an object was dropped on
1031           their path.
1033 2005-09-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1035         * src/sp-conn-end.cpp, src/sp-conn-end.h, src/sp-conn-end-pair.cpp,
1036           src/sp-conn-end-pair.h, src/sp-path.cpp, src/libavoid/graph.cpp,
1037           src/libavoid/incremental.cpp:
1039         Connectors now automagically reroute as a result of any 'avoided'
1040         object being placed on their path.  They also update to better
1041         paths when blocking shapes are removed.
1042          
1043         * src/connector-context.cpp: Update TODO list.  Only show endpoints
1044           and allow manipulation of paths marked as connectors.
1046         * src/libavoid/connector.cpp, src/libavoid/connector.h: Connectors
1047           with invalid paths can now notify other code via a callback,
1048           rather than just setting a boolean flag.
1050         * src/conn-avoid-ref.cpp: Fix an obscure crash bug in the connector
1051           routing code where we were still using a freed data structure.
1053 2005-08-31  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1055         * src/conn-avoid-ref.cpp, src/conn-avoid-ref.h: Use the correct
1056           coordinate system when passing shape geometry to libavoid.
1057           Add a small amount of buffer space around objects.
1058         
1059         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
1060           src/path.cpp: Add code to handle the "inkscape:connector-type"
1061           attribute.
1063         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h: Store information
1064           about type paths, to determine whether they are connectors.  Keep
1065           a reference to the libavoid representation if necessary.  Add code
1066           to call libavoid to get a path for a connector.
1067         
1068         * src/sp-conn-end.cpp: Call the connector routing code when connector
1069           ends are moved.  Move connector endpoints rather than stretching
1070           when adjusting to draw to shape edge.
1071           
1072         * src/libavoid/connector.cpp, src/libavoid/connector.h: Make the
1073           connector references aware of their own initialisation state.
1075         * src/connector-context.cpp:  Update TODO list.  Update for other
1076           changes.  Fix a bug where multi-segment connectors had a solid
1077           black fill while being dragged.
1079         * src/display/curve.cpp, src/display/curve.h: Add a function to 
1080           simply move the two endpoints of a curve.
1082 2005-08-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1084         * src/conn-avoid-ref.cpp, src/libavoid/connector.cpp,
1085           src/libavoid/graph.cpp, src/libavoid/makepath.cpp,
1086           src/libavoid/shape.cpp, src/libavoid/vertices.cpp,
1087           src/libavoid/vertices.h, src/libavoid/visibility.cpp:
1089         Use a better system for unique IDs within libavoid.  This properly
1090         addresses a hack in SPAvoidRef that was unsafe on amd64 machines.
1092         * configure.ac: Add the src/libavoid subdir.
1093         
1094 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1096         * src/attributes.cpp, src/connector-context.cpp, src/sp-item.cpp:
1097           Use "inkscape:connector-avoid" instead of "inkscape:avoid".
1099 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1101         * src/libavoid/timer.cpp: Remove some code assuming a fixed size for
1102           timer types.
1104 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1106         * src/connector-context.cpp: Fix a problem where the context didn't
1107           notice the current selection when it was entered.  Also, fix a 
1108           problem where connectors disappeared for a moment when an endpoint
1109           was clicked (for rerouting), but before the mouse was moved.
1111 2005-08-29      David Yip               <yipdw@rose-hulman.edu>
1113         * src/ui/dialog/whiteboard-connect.{cpp,h},
1114           src/ui/dialog/whiteboard-sharewithchat.{cpp,h}:
1115           Improved widget layout (switched to Gtk::Table)
1117         * src/jabber_whiteboard/session-manager.cpp:
1118           Fixed crash that occurred when connecting via SSL to a Jabber
1119           server that does not support SSL
1120           
1121 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1123         * src/Makefile_insert, src/attributes-test.cpp, src/attributes.cpp,
1124           src/attributes.h, src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
1125           src/forward.h, src/sp-item.cpp, src/sp-item.h:
1126          
1127           Add code that handles the "inkscape:avoid" attribute, used to mark
1128           whether an item should be avoided for the purposes of routing
1129           connectors.  This code also calls libavoid when an 'avoided'
1130           item is moved/transformed.
1131         
1132         * src/connector-context.cpp, src/connector-context.h,
1133           src/widgets/toolbox.cpp:
1134           
1135           Add a couple of buttons to the connector context's toolbar to
1136           allow selected objects to be marked as avoided or ignored for the
1137           purpose of connector routing.
1138           
1139         * src/libavoid/debug.h, src/libavoid/geomtypes.h, 
1140           src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
1141           src/libavoid/shape.cpp:
1142         
1143           Misc fixes: turn off debugging output, put types in the Avoid
1144           namespace, and add an assertion for a special case that can
1145           cause problems.
1147 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1149         * share/icons/icons.svg: Add a couple of icons for the connector
1150           context toolbar.
1152 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1154         * src/Makefile.am, src/Makefile_insert, src/libavoid/*:
1155           Add libavoid code, the library that does all the path planning
1156           work for autorouting connectors.
1158 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1160         * src/Makefile_insert: Remove a reference to the previously moved
1161           src/desktop-widget.h.  This wasn't breaking the build, but was
1162           stopping me from generating tags files.
1163           
1164 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
1166         * src/ui/view/edit.h, src/ui/view/view.h, src/ui/view/view.cpp,
1167           src/ui/view/view-widget.h, src/ui/view/view-widget.cpp,
1168           src/widgets/desktop-widget.h, src/svg-view.h, src/desktop.cpp:
1169             separated SPViewWidget from SPView
1170         * src/connector-context.cpp, src/dyna-draw-context.cpp,
1171           src/file.cpp, src/gradient-context.cpp, src/knot.cpp,
1172           src/node-context.cpp, src/nodepath.cpp, src/path-chemistry.cpp,
1173           src/pen-context.cpp, src/pencil-context.cpp, src/rect-context.cpp,
1174           src/selection-chemistry.cpp, src/spiral-context.cpp,
1175           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
1176           src/text-context.cpp, src/verbs.cpp, src/dialogs/display-settings.cpp,
1177           src/dialogs/layer-properties.cpp, src/dialogs/find.cpp,
1178           src/dialogs/clonetiler.cpp, src/trace/trace.cpp,
1179           src/trace/potrace/inkscape-potrace.cpp:
1180             all these files relied on a dependency in view.h to include
1181           code for MessageStack and/or MessageContext which is now removed
1182         * dialogs/desktop-properties.cpp:   improved doxygen documentation
1183         
1184 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
1186         * src/desktop.cpp, src/widgets/desktop-widget.h, 
1187           src/widgets/desktop-widget.cpp: 
1188           abstracted out all Gtk+ calls from SPDesktop into SPDesktopWidget
1189         * src/Doxyfile, src/main.cpp, src/desktop.cpp:
1190           improved doxygen documentation
1191           
1192 2005-08-25  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1194         * src/connector-context.cpp, src/connector-context.h:
1195           Change the connector context to use Inkscape's standard selection
1196           mechanism.  Show connector endpoint handles for single connectors
1197           in the selection.  This is the proposed interaction changes as
1198           discussed on the mailing list.  See the post there for a greater
1199           description of the change.
1201 2005-08-24  Ralf Stephan <ralf@ark.in-berlin.de>
1203         * src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
1204           separated SPDesktopWidget from SPDesktop
1205         * src/desktop-widget.h:   removed
1206         * src/toolbox.cpp, src/toolbox.h, src/select-toolbar.cpp,
1207           src/select-toolbar.h, src/gradient-toolbar.cpp, 
1208           src/gradient-toolbar.h:   moved into src/widgets
1209         * src/desktop.h, src/desktop.cpp, src/desktop-events.cpp,
1210           src/verbs.cpp, src/Makefile_insert, src/widgets/Makefile_insert,
1211           src/arc-context.cpp, src/dyna-draw-context.cpp,
1212           src/gradient-context.cpp, src/rect-context.cpp,
1213           src/select-context.cpp, src/spiral-context.cpp,
1214           src/star-context.cpp, src/interface.cpp, src/seltrans.cpp:
1215           adapted following SPDesktopWidget separation
1216         
1217 2005-08-24      David Yip       <yipdw@rose-hulman.edu>
1219         * src/jabber_whiteboard/session-manager.{cpp.h},
1220           src/jabber_whiteboard/callbacks.cpp,
1221           src/ui/dialog/whiteboard-connect.{cpp,h}:
1222           added support for XMPP over SSL to Inkboard
1224 2005-08-22  Ralf Stephan <ralf@ark.in-berlin.de>
1226         * src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp:
1227           both dialogs are now unresizable (bug #1237865)
1228         * src/main.cpp: enhanced doxygen main page
1230 2005-08-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1232         * packaging/osx-app.sh: Added a command line option which allows
1233           the executable and bundled dylibs to be stripped, significantly
1234           reducing the package size.
1236 2005-08-20  Ralf Stephan <ralf@ark.in-berlin.de>
1238         * src/desktop-style.cpp: fixed bug 1247989: nonstroked objects are
1239           no longer counted in stroke_average_width()
1240         * src/Doxyfile: added 3 more files
1241         * src/main.cpp: introduced doc hierarchy on doxygen main page
1242         * src/desktop-style.cpp:  improved doxygen documentation
1243           
1244 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1246         * src/connector-context.cpp, src/connector-context.h:
1247           Rework connector context to extend SPEventContext instead of
1248           SPDrawContext, and remove most of the borrowed draw context
1249           code.
1251 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1253         * src/menus-skeleton.h: correct the verb for "Select All In All Layers"
1254           since it was just showing a verb error in the menu.
1256 2005-08-19  Kees Cook  <kees@outflux.net>
1258         * autogen.sh, tools-version.sh, distro: report Ubuntu correctly, detect
1259           and reject unsafe automake versions (1.9.0 -> 1.9.6).
1261 2005-08-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1263         * src/dialogs/display-settings.cpp:
1264           Align the "Oversample bitmaps" option in the preferences
1265           dialog with all the other options.
1267 2005-08-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1269         * src/Makefile_insert: Added connector-context.{cpp,h}
1271         * src/connector-context.cpp, src/connector-context.h: New code for
1272           the connector context.  Handles the interaction of creating and
1273           modifying connectors.
1275         * src/sp-conn-end.cpp, src/sp-conn-end.h: Added sp_conn_adjust_path
1276           for adjusting the path of connectors to the edge of shapes, and
1277           sp_conn_end_detach to detach a connector endpoint from a shape.
1278           Also, when there is only a single shape attached to a connector
1279           and it is moved, then reroute the connector leaving its unattached
1280           endpoint where it is, rather than just moving the whole thing with
1281           the shape.
1283         * src/preferences-skeleton.h, src/toolbox.cpp, src/tools-switch.cpp,
1284           src/tools-switch.h, src/verbs.cpp, src/verbs.h,
1285           src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
1287           Enable the connector context.  Give it a preferences tab, toolbox,
1288           icon, etc.  Also, correct some vim modelines.
1289           
1290         * src/display/sp-canvas.cpp: Allow enter and leave events to be generated
1291           for canvas items when mouse buttons are depressed.
1293         * src/pixmaps/cursor-connector.xpm: A cursor for connector context.
1295 2005-08-18  Jon A. Cruz  <jon@joncruz.org>
1297         * src/knot.cpp: Corrected type conflict for crash bugs.
1299 2005-08-18  Ralf Stephan <ralf@ark.in-berlin.de>
1301         * src/Doxyfile: added 4 more files
1302         * src/extension/implementation/plugin-link.h,
1303           src/extension/internal/gimpgrad.cpp:  improved doxygen documentation
1304           
1305 2005-08-16  Ralf Stephan <ralf@ark.in-berlin.de>
1307         * src/desktop.h, src/desktop.cpp: replaced gboolean with bool
1308         * src/display/curve.cpp: made is_moveto() inline
1309         * src/knot.cpp, src/extension/extension.cpp, src/helper/action.cpp:
1310           added editor footer
1311         * src/desktop.h, src/desktop.cpp, src/knot.cpp, src/sp-gradient.cpp,
1312           src/display/curve.cpp, src/extension/extension.cpp,
1313           src/extension/implementation/plugin.h, 
1314           src/extension/implementation/plugin.cpp,
1315           src/extension/internal/gimpgrad.cpp, src/helper/action.cpp:
1316           improved doxygen documentation
1318 2005-08-14  MenTaLguY  <mental@rydia.net>
1320         * src/widgets/layer-selector.cpp: quick fix for crash bug when
1321           deleting unnamed layer [bug 1255843]
1323 2005-08-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1324         
1325         * packaging/macosx/ScriptExec/main.c: Allow the user to ignore the
1326           automatic fixing of the fontconfig problem and fix the problem
1327           manually.  Don't pop up the dialog again in this case when they
1328           relaunch Inkscape.
1330 2005-08-13  Ralf Stephan <ralf@ark.in-berlin.de>
1332         * src/menus-skeleton.h: fixed cvs bug where, in the default menus.xml, 
1333           given submenus didn't have correct names, so translation on 
1334           non-English systems was missed.
1335         
1336 2005-08-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1338         * packaging/macosx/Resources/script, packaging/macosx/ScriptExec/main.c:
1340         Fix for the fontconfig cache problem on OS X 10.4.  The first time 
1341         Inkscape is launched on 10.4 machines, after checking X11 is available,
1342         a dialog is brought up informing users of the fontconfig problem.  The
1343         dialog has a button to run fc-cache as root.  If chosen, an OS X
1344         authentication dialog in launched and fc-cache is run following the
1345         authentication.  A file is stored in ~/.inkscape to mark that fc-cache
1346         has been run.
1347         
1348 2005-08-11  Ralf Stephan <ralf@ark.in-berlin.de>
1350         * src/sp-gradient.cpp,src/sp-gradient-fns.h,src/event-context.h,
1351           src/event-context.cpp:  replaced gboolean with bool
1352         * src/document-undo.cpp:  added editor footer
1353         * src/sp-gradient.cpp, src/desktop.cpp, src/document.h,
1354           src/document.cpp, src/document-undo.cpp, src/event-context.h,
1355           src/event-context.cpp, src/selection.h:
1356           improved doxygen documentation
1358 2005-08-10      David Yip       <yipdw@rose-hulman.edu>
1360         * src/Makefile_insert: added composite-undo-stack-observer.{cpp,h}
1362         * src/document.{cpp.h},
1363           src/document-undo.cpp, src/document-private.h: 
1364           added hooks for undo stack observer
1366         * src/jabber_whiteboard/Makefile_insert: added new classes
1368         * src/jabber_whiteboard/callbacks.cpp: moved document initialization actions
1369           here (not the best idea, admittedly...)
1371         * src/jabber_whiteboard/connection-establishment.cpp,
1372           src/jabber_whiteboard/session-manager.*,
1373           src/jabber_whiteboard/chat-handler.cpp: updated to work with new listeners
1375         * src/jabber_whiteboard/message-contexts.cpp,
1376           src/jabber_whiteboard/message-handler.*,
1377           src/jabber_whiteboard/message-tags.*,
1378           src/jabber_whiteboard/defines.h: new message types (TODO: trim out dead
1379           types)
1381         * src/jabber_whiteboard/message-queue.*,
1382         * src/jabber_whiteboard/message-node.h: made MessageNode capable of
1383           representing more message types, as required by callbacks.cpp
1384           and new commit model
1386         * src/jabber_whiteboard/message-utilities.*: new utilities, although
1387           this entire class should be going bye-bye soon (its main tasks have been
1388           taken over by SerializerNodeObserver)
1390         * src/jabber_whiteboard/node-tracker.*: removal of node-level locks
1392         * src/jabber_whiteboard/node-utilities.*: removal of unnecessary methods;
1393           this class should also be removed soon
1395         * src/jabber_whiteboard/session-file-selector.cpp: miscellaneous tweaks
1397         * src/jabber_whiteboard/typedefs.h: new type definitions to handle the new
1398           commit model (TODO: prune unnecessary types)
1400         * src/xml/event.cpp: small hack to get Inkboard working (shouldn't be
1401           there, but I'm still learning my way around XML::Node and
1402           XML::Session...help welcome)
1404         * src/undo-stack-observer.h: interface for classes that watch undo, redo,
1405           and undo log commit events
1407         * src/composite-undo-stack-observer.*: similar to CompositeNodeObserver;
1408           combines multiple undo stack observers
1410         * src/jabber_whiteboard/serializer-node-observer.*: XML::Event serializer
1412         * src/jabber_whiteboard/deserializer.*: XML::Event deserializer
1414         * src/jabber_whiteboard/tracker-action-observer.*: simple observer to
1415           watch for added and removed nodes in undo/redo actions (put aside for
1416           now)
1418         * src/jabber_whiteboard/undo-stack-observer.*: Inkboard's undo stack
1419           observer implementation
1421 2005-08-10  Ralf Stephan <ralf@ark.in-berlin.de>
1423         * src/main.cpp: introduced doxygen doc main page with links
1425 2005-08-09  Ralf Stephan <ralf@ark.in-berlin.de>
1427         * src/Doxyfile: added 5 more files
1428         * src/display/curve.h, src/display/curve.cpp, src/knot.cpp,
1429           src/dialogs/export.cpp: replaced gboolean with bool
1430         * src/display/curve.cpp: removed sp_curve_finish() as it is nowhere 
1431           called, made sp_curve_ensure_space() static
1432         * src/sp-object.cpp, src/sp-item.cpp, src/libnr/n-art-bpath.h,
1433           src/libnr/nr-path-code.h, src/ui/view/view.cpp, src/dialogs/export.cpp,
1434           src/display/bezier-utils.cpp, src/display/curve.h,
1435           src/display/curve.cpp, src/knot.h, src/knot.cpp:
1436           improved doxygen documentation
1438 2005-08-08  MenTaLguY  <mental@rydia.net>
1440         * README.txt, README: make autotools happy
1442 2005-08-06  MenTaLguY  <mental@rydia.net>
1444         * Makefile.am, HACKING, HACKING_de, HACKING_fr, HACKING_it,
1445           HACKING.txt, HACKING.de.txt, HACKING.fr.txt, HACKING.it.txt,
1446           README, README_ca, README_de, README_fr, README_it,
1447           README.txt, README.ca.txt, README.de.txt, README.fr.txt, README.it.txt:
1449           saner filenames
1451 2005-08-06  MenTaLguY  <mental@rydia.net>
1453         * src/xml/Makefile_insert, src/xml/log-builder.cpp,
1454           src/xml/log-builder.h, src/xml/simple-session.cpp,
1455           src/xml/simple-session.h:
1457           Implement XML::LogBuilder class and use it from XML::SimpleSession.
1459 2005-08-06  MenTaLguY  <mental@rydia.net>
1461         * src/xml/event.h, src/xml/event.cpp, src/xml/event-fns.h:
1462           rejigger the way XML event logs are handled, based on NodeObservers
1464 2005-08-06  MenTaLguY  <mental@rydia.net>
1466         * src/xml/simple-session.cpp: minor formatting cleanups
1468 2005-08-06  Ted Gould <ted@gould.cx>
1470         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
1472         Adding in a hash table for Verb ID lookups.  This makes searching for them
1473         in the dynamic menus much faster.
1475 2005-08-06  Ralf Stephan <ralf@ark.in-berlin.de>
1477         * src/sp-offset.cpp: 
1478           removed a dependency, made refresh_offset_source() static
1479         * src/svg-view.cpp, src/svg-view.h, src/sp-spiral.cpp, src/sp-spiral.h: 
1480           replaced gboolean with bool
1481         * src/sp-offset.cpp, src/sp-root.cpp, src/sp-stop.h, src/sp-spiral.h,
1482           src/sp-spiral.cpp, src/svg-view.h, src/svg-view.cpp, src/style.cpp:
1483           improved doxygen documentation
1484         
1485 2005-08-05  MenTaLguY  <mental@rydia.net>
1487         * inkscape.spec.in: include translated manpages
1489 2005-08-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1491         * po/nl.po: fix a typo: close a bold tag.
1493 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
1495         * src/jabber_whiteboard/typedefs.h:
1496           fixed incorrect template specialization syntax,
1497           removed duplicate definitions (oops...)
1499         * src/gc-alloc.h:
1500           removed explicit keyword from allocator constructors, as it is
1501           necessary to allow implicit conversion for rebinding.  Some
1502           containers in the libstdc++ in GCC 3.4.x require this, such as anything
1503           using the standard library's red-black tree implementation --
1504           std::set, std::map, std::multimap
1506 2005-08-03  Ralf Stephan <ralf@ark.in-berlin.de>
1508         * src/pen-context.cpp: made sp_pen_context_root_handler static
1509         * src/snap.h: removed getSnapToBBox() declaration
1510         * src/sp-stop.h: removed three dependencies
1511         * src/Doxyfile: added further 3 files
1512         * src/object-hierarchy.cpp, src/pen-context.h, src/pen-context.cpp,
1513           src/pencil-context.h, src/pencil-context.cpp, src/snap.h, 
1514           src/snap.cpp, src/sp-stop.h, src/sp-gradient.h, src/sp-gradient.cpp,
1515           src/sp-linear-gradient.h, src/sp-radial-gradient.h:
1516           improved doxygen documentation
1518 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
1520         * src/jabber_whiteboard/Makefile_insert,
1521           src/jabber_whiteboard/message-handler.cpp,
1522           src/jabber_whiteboard/empty.cpp:
1523           fixing some build issues (Apple's ar doesn't like creating
1524           archives with an empty member list, so empty.cpp is a null
1525           placeholder to be used as the sole member in the jabber_whiteboard
1526           archive in the event that a user does not wish to enable
1527           Inkboard)
1529 2005-08-02  Bryce Harrington <bryce@bryceharrington.org>
1531         * src/ui/dialog/*.*:  Update copyrights
1533         * doc/WISHLIST:  s/Sodipodi/Inkscape/
1535         * src/desktop.cpp:  Rename SPView to Inkscape::UI::View::View
1537         * changing include file syntax from "" to <> where appropriate
1539         * Changing copyrights to be consistent
1541 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
1543         * src/menus-skeleton.h:
1544           added WITH_INKBOARD ifdef to prevent Inkboard options from being
1545           compiled into the menu skeleton if the Inkboard code is not enabled
1547 2005-08-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1549         *  src/display/curve.cpp: Correctly free an array with "delete []".
1551 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
1553         * src/jabber/whiteboard/node-tracker.cpp:
1554           removed unnecessary anchoring of XML::Nodes in XMLNodeTracker
1556 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
1558         * src/jabber_whiteboard/typedefs.h:
1559           moved back to GC::Alloc from traceable_allocator
1561         * src/jabber_whiteboard/node-tracker.cpp:
1562           fixed anchor-release problem with XML::Nodes in XMLNodeTracker
1564 2005-08-01  MenTaLguY  <mental@rydia.net>
1566         * src/gc.cpp, src/gc-core.h: Hans says it's okay to use
1567           GC_malloc_atomic_uncollectable
1569 2005-08-01  MenTaLguY  <mental@rydia.net>
1571         * src/gc-alloc.h: fix improper allocation size
1573 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
1575         * src/jabber_whiteboard/message-handler.cpp: removed some
1576           debug output
1578         * src/dialogs/whiteboard-sharewithchat.cpp: removed some excess
1579           debugging code
1581         * src/jabber_whiteboard/session-manager.cpp: removed 
1582           redundant if (x == NULL) tests surrounding delete
1584 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
1586         * src/ui/icons.cpp, src/ui/stock-items.cpp, src/ui/stock.cpp, 
1587           src/ui/stock.h:
1588           added Inkboard UI stock items
1590         * src/dialogs/whiteboard*:
1591           old C/Gtk Inkboard dialogs for collecting user input necessary
1592           to establish Jabber connections and Inkboard sessions (they're
1593           still used in some parts of the Inkboard code)
1595         * src/Makefile.am, src/Makefile_insert, src/desktop.cpp, 
1596           src/desktop.h, src/document.cpp, src/file.cpp, src/file.h,
1597           src/menus-skeleton.h, src/verbs.cpp, src/verbs.h:
1598           added necessary UI code to access Inkboard functions
1600         * src/jabber_whiteboard/Makefile_insert,
1601           src/jabber_whiteboard/buddy-list-manager.*,
1602           src/jabber_whiteboard/callbacks.*,
1603           src/jabber_whiteboard/chat-handler.*,
1604           src/jabber_whiteboard/connection-establishment.*,
1605           src/jabber_whiteboard/defines.h,
1606           src/jabber_whiteboard/error*,
1607           src/jabber_whiteboard/internal-constants.*,
1608           src/jabber_whiteboard/invitation-confirm-dialog.*,
1609           src/jabber_whiteboard/jabber-handlers.*,
1610           src/jabber_whiteboard/makefile*,
1611           src/jabber_whiteboard/message-*,
1612           src/jabber_whiteboard/node-*,
1613           src/jabber_whiteboard/received-message-helpers.cpp,
1614           src/jabber_whiteboard/player-functors.*,
1615           src/jabber_whiteboard/session-*,
1616           src/jabber_whiteboard/tracker-node.h,
1617           src/jabber_whiteboard/typedefs.h:
1618           Initial commit of Inkboard code
1619         * src/ui/dialog/session-player*,
1620           src/ui/dialog/whiteboard*:
1621           C++/Gtkmm replacements for some old C/Gtk dialogs
1622         * configure.ac:
1623           added Inkboard configure checks
1624         * src/ui/view/edit.cpp,
1625           src/ui/view/edit.h,
1626           src/ui/view/view.cpp:
1627           added Inkboard code stubs to new Gtkmm code
1628         * share/ui/menus-bars.xml:
1629           added Inkboard code stubs to menu UI XML
1631 2005-08-01  Ralf Stephan <ralf@ark.in-berlin.de>
1633         * src/sp-object.cpp: improved doxygen documentation
1635 2005-07-31  Ralf Stephan <ralf@ark.in-berlin.de>
1637         * src/nodepath.cpp: removed three dependencies
1639 2005-07-31  MenTaLguY  <mental@rydia.net>
1641         * src/sp-object.cpp, src/sp-object.h, src/sp-use.cpp:
1642           adopt more consistent refcounting policy
1644         * src/sp-object.h: make second parameter to sp_object_ref and
1645           sp_object_unref optional
1647 2005-07-30  Ralf Stephan <ralf@ark.in-berlin.de>
1649         * src/draw-anchor.cpp, src/nodepath.h: reduced dependencies
1650         * src/nodepath.cpp: removed duplicate dependency, added two from 
1651           nodepath.h, made triangle_area() inline
1652         * src/node-context.cpp: added dependency removed from nodepath.h
1653         * src/Doxyfile: added 2 further files to the scanned list
1654         * src/nodepath.h: moved function docs into nodepath.cpp
1655         * src/color.cpp: made file work with src/Doxyfile
1656         * src/color.cpp, src/draw-anchor.cpp, src/geom.cpp, src/nodepath.cpp:
1657           improved doxygen documentation
1658         * src/event-context.cpp: added a \todo
1659         * src/geom.cpp: added editor footer
1661 2005-07-30  Ted Gould  <ted@gould.cx>
1663         * src/Makefile_insert, src/inkscape.cpp, src/inkscape.h,
1664         src/interface.cpp, src/selection.cpp, src/verbs.cpp, src/verbs.h,
1665         src/extension/effect.cpp, src/extension/effect.h, src/menus-skeleton.h:
1667         Doing two things.  One, making menus configurable by an external xml file
1668         and the second is enabling sensitivity in the verbs.  These are both in
1669         pretty basic states right now, but workable.
1671 2005-07-29  MenTaLguY  <mental@rydia.net>
1673         * src/shortcuts.cpp: made Ctrl+Shift+G the "primary" ungroup shortcut
1675 2005-07-28  Carl Hetherington  <inkscape@carlh.net>
1677         * src/arc-context.cpp: CodingStyle.  Replace gboolean with bool.
1679         * src/desktop-events.cpp: CodingStyle: whitespace.  Add editor
1680         variables block.  gboolean exorcism.  Declaration-to-first-use fixes.
1681         
1683 2005-07-27  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1685         * src/style.h (SP_SCALE24_MAX): Change from 0xffffff to 0xff0000,
1686           and add documentation for choice of value.
1687           (SP_SCALE24_TO_FLOAT) Return a double instead of a float.
1688           (SP_SCALE24_FROM_FLOAT) Change rounding behaviour.
1689           These changes are intended to combat float rounding bugs on x86.
1691         * src/style.cpp (sp_style_merge_from_style_string): Use libcroco
1692           to parse style="..." attribute strings, to improve CSS parsing.
1694 2005-07-27  Ralf Stephan <ralf@ark.in-berlin.de>
1696         * src/Doxyfile: added 10 further files to the scanned list
1697         * src/gc-anchored.h, src/gc-managed.h, src/object-hierarchy.h, 
1698           src/pencil-context.h, src/selection.h, src/sp-object.h, src/sp-spiral.h, 
1699           src/svg-view.h, src/verbs.h, src/livarot/float-line.h, src/util/list.h, 
1700           src/widgets/paint-selector.h, src/xml/repr.h: 
1701           made file work with src/Doxyfile
1702         * src/livarot/int-line.h, src/livarot/float-line.h: 
1703           moved part of documentation into *.cpp file
1704         * src/gc-anchored.h, src/knot-holder-entity.h, src/nodepath.h, 
1705           src/pen-context.h, src/pencil-context.h, src/selection.h, 
1706           src/sp-gradient.h, src/sp-gradient.cpp, src/sp-item.h, src/sp-object.h, 
1707           src/sp-spiral.h, src/style.h, src/svg-view.h, src/extension/extension.h, 
1708           src/libnr/nr-matrix.h, src/livarot/int-line.h, src/livarot/int-line.cpp, 
1709           src/livarot/float-line.h, src/livarot/float-line.cpp, 
1710           src/livarot/sweep-event.h, src/livarot/sweep-event-queue.h, 
1711           src/util/list.h, src/widgets/paint-selector.h, src/xml/repr.h, 
1712           src/xml/repr.cpp: documentation improvements
1713         * src/sp-item.h: added editor footer
1715 2005-07-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1717         * src/svg/stringstream.h, src/svg/stringstream.cpp:
1718           Trim trailing zeros from after the decimal point when writing
1719           float or double to Inkscape::SVGOStringStream.
1720         * src/style-test.cpp: Update expected output accordingly.
1721         * src/svg/stringstream-test.h: New unit test.
1722         * src/Makefile.am, src/svg/Makefile_insert: Add the new unit test.
1723         * src/svg/Makefile_insert:
1724           Don't link unused ftos.cpp, but do link new file stringstream.cpp.
1726 2005-07-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1728         * share/icons/icons.svg: Add icon for connector context.
1730 2005-07-25  Ralf Stephan <ralf@ark.in-berlin.de>
1732         * src/libnr/nr-pixblock.h:  interface cleanup of NRPixBlock: size and mode
1733           are now named enums, empty is now bool, changes to function interfaces 
1734           because of that, changed C macros to C++ inline functions, changed clean 
1735           flag in some function interfaces from int to bool.
1736         * src/libnr/nr-pixblock.cpp:  adaptations due to changes in nr-pixblock.h,
1737           added assert to ...setup_extern() which remains a bit ... risky,
1738         * src/display/sp-canvas.cpp: 
1739           made sp_canvas_item_construct() static, inlined two other functions
1740         * src/svg-view.cpp: piped emit_resized through C++ façade (incomplete)
1741         * src/ui/view/view.h: removed legacyMessageContext() member
1742         * src/Doxyfile: added files, and options to collect todo and bugs
1743         * src/display/curve.cpp: moved member docs into curve.h
1744         * src/event-context.cpp: long line cosmetics, moved a function for clarity
1745         * src/sp-offset.h, src/sp-spiral.cpp, src/svg-view.cpp, 
1746           src/libnr/nr-types.h: added editor footer
1747         * src/color-rgba.h, src/draw-anchor.h, src/event-context.*, src/knot-*.h, 
1748           src/message-*.h, src/modifier-fns.h, src/nodepath.h, 
1749           src/pencil-context.cpp, src/pen-context.*, src/snap.*, src/sp-gradient.h, 
1750           src/sp-gradient-fns.h, src/sp-item.cpp, src/sp-item-notify-moveto.h, 
1751           src/sp-linear-gradient*, src/sp-offset.*, src/sp-radial-gradient*, 
1752           src/sp-spiral.cpp, src/style.cpp, src/svg-view.cpp, src/verbs.cpp, 
1753           src/dialogs/export.cpp, src/display/bezier-utils.cpp, 
1754           src/display/curve.*, src/diplay/sp-canvas.*, 
1755           src/extension/implementation/plugin*, src/extension/internal/gimpgrad.h, 
1756           src/libnr/nr-matrix.h, src/libnr/nr-matrix-scale-ops.h, 
1757           src/libnr/nr-matrix-translate-ops.h, src/libnr/nr-pixblock.*, 
1758           src/libnr/nr-point.h, src/libnr/nr-rotate.h, src/libnr/nr-rotate-fns.h, 
1759           src/libnr/nr-scale-matrix-ops.h, src/libnr/nr-types.h, 
1760           src/livarot/int-line.h, src/ui/view/view.*:
1761           
1762           made file work with src/Doxygen, doxygen documentation improvements
1764 2005-07-24  Ted Gould  <ted@gould.cx>
1766         * 0.42 Release
1768 2005-07-21  Ted Gould  <ted@gould.cx>
1770         * 0.42pre3
1772 2005-05-21  Kees Cook  <kees@outflux.net>
1774         * share/icons/*xpm, src/ui/dialog/transformation.cpp,
1775           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h:
1776           Hooked up Gtkmmified Icon manager correctly.  (bug 1217367)
1777         * Makefile.mingw, Makefile.mingw.common: patch 1241293 for build fixes
1779 2005-07-12  Ted Gould  <ted@gould.cx>
1781         * 0.42pre2
1783 2005-07-11  MenTaLguY  <mental@rydia.net>
1785         * src/debug/logger.cpp: wrap stack vector in method to avoid
1786           potential static initialization issues
1788         * src/sp-object.cpp: add refcount logging
1790 2005-07-09  MenTaLguY  <mental@rydia.net>
1792         * src/document-undo.cpp, src/inkscape.cpp, src/debug/event.h,
1793           src/debug/logger.cpp, src/debug/logger.h, src/debug/simple-event.h,
1794           src/xml/composite-node-observer.cpp, src/xml/event.cpp,
1795           src/xml/simple-node.cpp:
1797           Categorize debugging events and add the ability to filter them
1798           via setting the INKSCAPE_DEBUG_FILTER environment variable to
1799           a comma-separated list of debug event categories.
1801 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
1803         * src/interface.cpp: Spackle for Bug 1217361 "freeze on quitting 
1804         with transform dialog"
1806 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
1808         * src/interface.cpp: Whitespace changes only
1810 2005-07-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1812         * Info.plist.in, packaging/osx-app.sh, packaging/macosx/*:
1814         Changes and new files required to build an Inkscape dmg on Mac OS X.
1816 2005-07-05  Ted Gould  <ted@gould.cx>
1818         * 0.42pre1
1820 2005-07-04  MenTaLguY  <mental@rydia.net>
1822         * src/sp-metadata.cpp: strip id= attributes under rdf:RDF elements
1824 2005-07-04  MenTaLguY  <mental@rydia.net>
1826         * src/sp-object.cpp, src/xml/node-fns.h, src/xml/node-fns.cpp:
1827           don't force id= attributes on anything except elements in the SVG,
1828           Sodipodi, or Inkscape namespaces.
1830 2005-07-04  MenTaLguY  <mental@rydia.net>
1832         * src/verbs.cpp: redo cryve's fix to use defaultLabel() rather than
1833           label()
1835 2005-07-04  Bryce Harrington <bryce@bryceharrington.org>
1837         * src/livarot/float-line.cpp:  Patch from Ralf Stephan
1838         <ralf@ark.in-berlin.de> to suppress two warnings.
1839         
1840 2005-06-28  Ted Gould  <ted@gould.cx>
1842         * src/verbs.h:
1844         Changing from gnu::hash_map to std::map.  The only reason this was a
1845         hash_map before is because I was stealing code that I didn't understand,
1846         and a std::map works as well.  This fixes bug #1172199 for Tru64.
1848 2005-06-28  Ted Gould  <ted@gould.cx>
1850         * src/extension/dependency.cpp:
1852         Fix for #1169396 -- setting the default type for a dependency to file,
1853         this seems to be the only way that the print function could end up using
1854         undefined memory, and then passing it on the gettext.
1856 2005-06-28  Ted Gould  <ted@gould.cx>
1858         * src/extension/implementation/script.cpp,
1859         src/extension/implementation/script.h:
1861         Adding support for information coming back on STDERR from scripts.  This
1862         fixes bug #1220959 and RFE #1178941
1864 2005-07-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1866         * src/sp-stop.h, sp-gradient.cpp, widgets/gradient-vector.cpp:
1867           Implement currentColor as possible value for stop-color, as per spec.
1869 2005-07-02  Kees Cook  <kees@outflux.net>
1871         * src/dialog/rdf.cpp: Added FreeArt license, RFE #1230981.
1873 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
1875         * inkscape.nsi:  Fix for bug #1230744 'wrong installer language'
1876         by theadib.
1878         * src/swatches.cpp: Fix for bug #1217973.  The KDE swatches file
1879         consists of 3 column numbers (missing 4th column), and also lacks
1880         an ending newline.  In this situation, the name variable returned
1881         from trim() could be null, thus causing a segfault when used as an
1882         input to Glib::ustring.
1884         * src/sp-image.cpp: Patch for bug #1210100 by bpfowler to help
1885         narrow in on the cause of the bug.
1887         * README:  Requested change for bug #1174991.  Directions for
1888         installation of perl libs
1889         
1890 2005-07-01  Ben Fowler  <bpfowler@users.sourceforge.net>
1892         * src/desktop.cpp src/svg-view.cpp src/dialogs/display-settings.cpp 
1893         src/dialogs/export.cpp src/dialogs/find.cpp 
1894         src/extension/internal/ps.cpp: Replaced calls to gtk_widget_set_usize 
1895         with GTK2 version.
1897 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
1899         * inkscape.pod, src/main.cpp: Applying Makzu's patch to implement
1900           --vacuum-defs
1902 2005-06-28  Ted Gould  <ted@gould.cx>
1904         * 0.42pre0
1906 2005-06-23  MenTaLguY  <mental@rydia.net>
1908         * src/extension/implementation/script.cpp:
1909           support for ruby scripts (interpreter="ruby")
1911 2005-06-20  Ted Gould  <ted@gould.cx>
1913         * src/desktop.cpp, src/desktop.h, src/document-private.h,
1914         src/document.cpp, src/document.h, src/extension/effect.h,
1915         src/extension/implementation/script.cpp:
1917         Adding in a signal to show that the document is being reconstructed from
1918         another document.  This is used by the scripting extensions implementation
1919         to say to the desktops that they need to save their object references
1920         as strings instead of pointers -- and then recreate them when the
1921         reconstruction is complete.
1923         * src/extension/prefdialog.cpp: Making "OK" have focus.
1925         * src/verbs.cpp, src/verbs.h: Some prototype code to start making verbs
1926         sensitive or not.  Not tied in to anything currently.
1928 2005-06-20  MenTaLguY  <mental@rydia.net>
1930         * src/xml/repr-io.cpp: whoops... don't emit xmlns:xml
1932 2005-06-18  Richard Hughes  <cyreve@users.sourceforge.net>
1934         * src/text-context.cpp, src/text-context.h, src/libnrtype/Layout-TNG.h:
1935           implement double- and triple-clicking of text for selecting the
1936           current word and line respectively
1938 2005-06-16  MenTaLguY  <mental@rydia.net>
1940         * src/interface.cpp: removed "Go to root" context menu item
1942         * src/widgets/layer-selector.cpp: hide "(root)" unless it is the current
1943           layer
1945 2005-06-11  Aaron Spike  <aaron@ekips.org>
1947         * confiugre.ac,
1948           packaging/autopackage/default.apspec.in:
1950           Adding the autopackage specfile
1952 2005-06-10  Richard Hughes  <cyreve@users.sourceforge.net>
1954         * src/text-context.cpp:
1955           use ctrl-left/right for moving cursor by word in text mode,
1956           and ctrl-a for select all text
1958 2005-06-09  Bryce Harrington <bryce@bryceharrington.org>
1960         * src/ui/dialogs/align-and-distribute.cpp,
1961           src/ui/dialogs/align-and-distribute.h,
1962           src/verbs.cpp:
1963           Hooking up Aubanel's new align and distribute dialog
1965 2005-06-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1967         * src/text-context.cpp (sp_text_context_root_handler):
1968           Greater conformance to ISO 14755 for unicode entry.  We now
1969           implement all of the ``Basic method'' portion of that spec
1970           except for non-latin hexadecimal digits (first 6 letters of
1971           other alphabets).  (Instead, we do the same as for all other
1972           shortcuts, viz. force a group0 (latin) interpretation of the
1973           keypress.)
1975 2005-06-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1977         * src/pen-context.cpp (spdc_endpoint_snap): Pen tool: do snapping
1978           (i.e. namedview_free_snap_all_types) even for initial point.
1980         * src/Makefile.am (INCLUDES), src/extension/script/Makefile_insert
1981         (extension_script_libscript_a_CXXFLAGS):
1983           Put PERL_CFLAGS PYTHON_CFLAGS into global INCLUDES rather than
1984           using a libscript_a_CXXFLAGS var (which involved creating .o files
1985           specific to that lib).
1987 2005-06-06  Ted Gould  <ted@gould.cx>
1989         * src/extensions/effect.cpp:
1991         Adding in the code so that effects can be undoable.
1993         * src/extensions/implementation/script.[cpp,h]
1995         Adding in the code so that a new window is not displayed when an
1996         effect is executed.  Now it is in the same window (much nicer).
1998         * src/extensions/internal/latex*.[cpp,h]
2000         Patches from the mailing list to add LaTeX output.
2002 2005-06-04  MenTaLguY  <mental@rydia.net>
2004         * src/extensions/init.cpp:
2006           That tears it.  Showing the error dialog on startup goes.  I've
2007           had to respond to one too many bloody bug reports.  If we released
2008           0.42 with this too we'll drive away users permanently.  As it was,
2009           a lot of people were assuming 0.41 was broken when they saw this
2010           and reverted to 0.40.
2012 2005-05-31  MenTaLguY  <mental@rydia.net>
2014         * src/preferences-skeleton.h: disable extension error dialog on startup
2015           -- I'm sick of hearing that Inkscape is broken because people see
2016           this dialog on startup.  It makes us look bad.
2017           
2018           We're not going to repeat this for 0.42 -- find a better approach.
2020 2005-05-28  MenTaLguY  <mental@rydia.net>
2022         * src/document.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
2023           src/sp-flowtext.cpp, src/sp-object.cpp, src/sp-object.h,
2024           src/sp-path.cpp, src/sp-rect.cpp, src/sp-root.cpp, src/sp-root.h,
2025           src/sp-shape.cpp, src/version.cpp, src/version.h:
2027           propagate SVG version upwards, and move SPVersion into Inkscape
2028           namespace
2030 2005-05-24  Simarilius  <Simarilius@yahoo.com>
2032         * src/verbs.cpp, src/dialogs/tiledialog.cpp, src/dialogs/tiledialog.h,
2033         src/ui/dialogs/dialog-manager.cpp
2034         
2035         Converted the tiledialog over to the inkscape:ui:dialog class and hooked
2036         it into dialog manager
2038 2005-05-24  Ted Gould  <ted@gould.cx>
2040         * src/extension/dependency.cpp, src/extension/extension.cpp,
2041         src/extension/extension.h, src/extension/init.cpp,
2042         src/extension/implementation/script.cpp:
2044         Applying patch 1199856 which allows Inkscape to have multiple directories
2045         for extensions.  Currently those are /share/inkscape/extensions and
2046         ~/.inkscape/extensions.  The patch was written by Aaron Spike.
2048 2005-05-23  Ted Gould  <ted@gould.cx>
2050         * share/extensions/<alot>
2052         Adding in Aaron Spike's extensions so that they come with the standard
2053         build.  Lot's of useful stuff that is worth having for most users.
2055 2005-05-19  MenTaLguY  <mental@rydia.net>
2057         * src/verbs.cpp, src/ui/dialog/align-and-distribute.h,
2058           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
2059           src/ui/dialog/document-preferences.h, src/ui/dialog/export.h,
2060           src/ui/dialog/extension-editor.h, src/ui/dialog/fill-and-stroke.h,
2061           src/ui/dialog/find.h, src/ui/dialog/inkscape-preferences.h,
2062           src/ui/dialog/layer-editor.h, src/ui/dialog/messages.h,
2063           src/ui/dialog/text-properties.h, src/ui/dialog/transformation.h,
2064           src/ui/dialog/xml-editor.h, src/ui/view/edit.cpp:
2066           refactoring of the dialog manager code, introducing factory
2067           functions and a method specifically for showing a dialog
2069 2005-05-19  MenTaLguY  <mental@rydia.net>
2071         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
2073           fix layer property undo crash bugs (#1192708 and #1171704)
2075 2005-05-19  MenTaLguY  <mental@rydia.net>
2077         * src/debug/Makefile_insert, src/debug/sysv-heap.cpp,
2078           src/debug/sysv-heap.h, src/gc.cpp, src/debug/gc-heap.h,
2079           src/debug/heap.cpp:
2081           moved GC Heap statistics stuff into libdebug to ease circular
2082           dependencies
2084 2005-05-17  MenTaLguY  <mental@rydia.net>
2086         * src/ui/dialog/memory.cpp:
2088           reduce magnitude of memory jitter somewhat by avoiding some vector
2089           resizing and copying
2091 2005-05-16  MenTaLguY  <mental@rydia.net>
2093         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
2095           revised Debug::Heap API slightly
2097         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
2099           thousands separators and other niceties.  'apply' now forces a
2100           garbage collection and immediate update.
2102 2005-05-16  MenTaLguY  <mental@rydia.net>
2104         * src/ui/dialog/memory.cpp: re-use existing rows, though it doesn't
2105           seem to help memory jitter much
2107 2005-05-15  MenTaLguY  <mental@rydia.net>
2109         * src/debug/heap.cpp: fix bounds error
2111         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
2112         
2113         flesh out basic memory info dialog
2115 2005-05-15  MenTaLguY  <mental@rydia.net>
2117         * configure.ac: cleaned up tests
2119         * src/debug/heap.cpp: fixed feature macro names
2121 2005-05-15  MenTaLguY  <mental@rydia.net>
2123         * configure.ac: added tests for mallinfo and malloc.h
2125         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
2127           fix up Debug::Heap API slightly
2129 2005-05-14  MenTaLguY  <mental@rydia.net>
2131         * src/interface.cpp, src/verbs.cpp, src/verbs.h,
2132           src/ui/dialog/Makefile_insert, src/ui/dialog/dialog-manager.cpp,
2133           src/ui/dialog/dialog-manager.h, src/ui/dialog/memory.cpp,
2134           src/ui/dialog/memory.h:
2135           
2136           added skeletal memory statistics dialog
2138 2005-05-12  Juerg Billeter  <j@bitron.ch>
2140         * configure.ac: Have pkgconfig explicitly require gdkmm-2.4 & glibmm-2.4
2141         (used directly by Inkscape), rather than relying on transitive
2142         dependencies.  It's said that this is required in some cases with
2143         pkgconfig 0.17 and later.
2145 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
2147         * ChangeLog configure.ac src/Makefile_insert src/desktop-widget.h
2148           src/desktop.h src/dropper-context.cpp src/file.cpp
2149           src/shortcuts.cpp src/sp-text.cpp src/splivarot.cpp
2150           src/svg-view.h src/text-context.cpp src/verbs.cpp
2151           src/extension/implementation/plugin-link.h
2152           src/extension/internal/grid.cpp src/helper/action.h
2153           src/helper/window.cpp src/ui/dialog/dialog.cpp
2154           src/ui/dialog/messages.cpp src/ui/view/view.cpp
2155           src/ui/view/view.h:   
2157           Moving view.* into src/ui/view/
2158         
2159 2005-05-09  MenTaLguY  <mental@rydia.net>
2161         * src/gc-alloc.h: const-correctness fix
2163 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
2165         * configure.ac:  Defaulting with-gnome-vfs to on if library is
2166           present. 
2167         
2168         * po/POTFILES.in : Fixed error causing compile failure
2170         * src/Makefile_insert src/arc-context.cpp src/desktop-events.cpp
2171            src/desktop.cpp src/desktop.h src/dyna-draw-context.cpp
2172            src/gradient-context.cpp src/gradient-toolbar.cpp
2173            src/interface.cpp src/make.dep src/make.files
2174            src/rect-context.cpp src/select-context.cpp
2175            src/select-toolbar.cpp src/seltrans.cpp src/spiral-context.cpp
2176            src/star-context.cpp src/toolbox.cpp src/verbs.cpp src/view.cpp
2177            src/view.h src/application/application.cpp
2178            src/application/application.h src/application/editor.cpp
2179            src/application/editor.h src/ui/dialog/align-and-distribute.cpp
2180            src/ui/dialog/align-and-distribute.h
2181            src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h
2182            src/ui/dialog/dialog.cpp src/ui/dialog/dialog.h
2183            src/ui/dialog/document-preferences.cpp
2184            src/ui/dialog/document-preferences.h src/ui/dialog/export.cpp
2185            src/ui/dialog/export.h src/ui/dialog/extension-editor.cpp
2186            src/ui/dialog/extension-editor.h
2187            src/ui/dialog/fill-and-stroke.cpp
2188            src/ui/dialog/fill-and-stroke.h src/ui/dialog/find.cpp
2189            src/ui/dialog/find.h src/ui/dialog/inkscape-preferences.cpp
2190            src/ui/dialog/inkscape-preferences.h
2191            src/ui/dialog/layer-editor.cpp src/ui/dialog/layer-editor.h
2192            src/ui/dialog/messages.h src/ui/dialog/text-properties.cpp
2193            src/ui/dialog/text-properties.h
2194            src/ui/dialog/transformation.cpp src/ui/dialog/transformation.h
2195            src/ui/dialog/tree-editor.h src/ui/dialog/xml-editor.cpp
2196            src/ui/dialog/xml-editor.h src/ui/view/Makefile_insert
2197            src/ui/view/edit.cpp src/ui/view/edit.h :
2199            Renaming sp-desktop-widget.h to desktop-widget.h for
2200            consistency with other desktop files.  Beginning migration of
2201            desktop-* and view* files into ui/view/ subdir.  Incorporating
2202            DialogManager into existing SPDesktop code.  Making SPView
2203            derive from GObject.  Changing Messages dialog to run via
2204            DialogManager.  Removing getName() and getDesc() routines from
2205            Dialogs.  
2206         
2207 2005-05-08  MenTaLguY  <mental@rydia.net>
2209         * src/Makefile_insert: change link order since the GC code now
2210           depends on the debugging stuff
2212         * src/debug/Makefile_insert, src/debug/heap.cpp, src/debug/heap.h:
2214           added heap statistics stuff
2216         * src/gc.cpp: register the GC heap with the heap statistics facility
2218 2005-05-07  MenTaLguY  <mental@rydia.net>
2220         * src/gc-anchored.h, src/gc-core.h, src/gc-finalized.h,
2221           src/gc-managed.h, src/gc.cpp:
2223           hide the global Ops structure from the outside world, and expose
2224           some additional libgc API.
2226 2005-05-07  Ted Gould  <ted@gould.cx>
2228         * src/extension/parameter.cpp: bug fix for empty string parameter
2230         * share/extensions/dropshadow.inx,
2231         src/extension/implementation/script.cpp:
2233         Adding in an "interpreter" attribute for "command" that will prepend
2234         the command with the interpreter.  Right now only "perl" and "python"
2235         work, and they only prepend "perl" and "python", but more will be
2236         added later.
2238 2005-05-07  MenTaLguY  <mental@rydia.net>
2240         * src/xml/composite-node-observer.cpp: bug fixes
2242         * src/xml/simple-node.cpp, src/xml/simple-node.h: switch to using
2243           CompositeNodeObserver, which has saner add/remove semantics
2245         * src/util/list-container-test.cpp: add another test, just to be sure
2247         * src/dialogs/xml-tree.cpp: remove need for is_interactive flag on
2248           attribute changes (the flag is effectively disabled by the other
2249           changes)
2251 2005-05-05  MenTaLguY  <mental@rydia.net>
2253         * src/debug/event.h, src/debug/logger.cpp:
2255           PropertyPair is now its own class
2256         
2257         * src/xml/simple-node.cpp: add logging of XML node mutation
2259         * src/xml/Makefile_insert, src/xml/composite-node-observer.cpp,
2260           src/xml/composite-node-observer.h:
2262           added CompositeNodeObserver class, which will eventually replace
2263           the existing notifier lists
2265 2005-05-05  MenTaLguY  <mental@rydia.net>
2267         * src/inkscape.cpp: try to cleanly terminate log in case of crashes
2269 2005-05-05  MenTaLguY  <mental@rydia.net>
2271         * src/document-undo.cpp, src/debug/Makefile_insert, src/debug/logger.cpp,
2272           src/debug/simple-event.h, src/xml/event.cpp:
2274           add debug logging for undo+redo+transactions
2276 2005-05-05  MenTaLguY  <mental@rydia.net>
2278         * src/inkscape.cpp, src/main.cpp: initialize and shutdown debug log
2279           from more reliable place
2281         * src/debug/logger.cpp: clean up log via std::atexit()
2283 2005-05-04  MenTaLguY  <mental@rydia.net>
2285         * configure.ac, src/Makefile.am, src/Makefile_insert,
2286           src/debug/Makefile_insert, src/debug/makefile.in:
2288           added src/debug/ subdir
2290         * src/gc-alloc.h: no default management type for now
2292         * src/debug/event-tracker.h, src/debug/event.h, src/debug/logger.cpp,
2293           src/debug/logger.h: simple XML logging facility
2295         * src/util/Makefile_insert: fixed cut-and-paste error
2297 2005-04-29  Jon A. Cruz  <jon@joncruz.org>
2298         * src/dialogs/swatches.cpp, src/dialogs/eek-preview.h,
2299           src/dialogs/eek-preview.cpp:
2301         Added property to swatch to block taking focus.
2303 2005-04-28  Jon A. Cruz  <jon@joncruz.org>
2304         * src/dialogs/Makefile_insert, src/dialogs/eek-preview.cpp,
2305           src/dialogs/eek-preview.h, src/dialogs/swatches.cpp,
2306           src/dialogs/swatches.h, src/ui/previewholder.cpp,
2307           src/ui/previewable.h, src/ui/widget/panel.cpp:
2309           Adding new widget for color swatch usage.
2311 2005-04-24  Bryce Harrington <bryce@bryceharrington.org>
2313         * src/Makefile.am src/Makefile_insert,
2314           src/application/Makefile_insert, src/application/editor.cpp,
2315           src/application/editor.h, src/extension/internal/svg.cpp,
2316           src/ui/Makefile_insert, src/ui/view/Makefile_insert,
2317           src/ui/view/edit.cpp, src/ui/view/edit.h, src/ui/view/makefile.in,
2318           src/application/editor-impl.cpp, src/application/editor-impl.h:
2320           Renaming EditorImpl to UI::View::Edit
2322           Fixing bug 1185873 "batch mode crasher" caused by VFS being
2323           called with relative paths.  Adding a check to see whether the
2324           input is a valid uri, and if not, just calling sp_document_new
2325           directly.
2328 2005-04-23  Ted Gould  <ted@gould.cx>
2330         * src/extension/input.cpp, src/extension/input.h,
2331         src/extension/output.cpp, src/extension/output.h,
2332         src/extension/system.cpp, src/extension/implementation/implementation.cpp,
2333         src/extension/implementation/implementation.h,
2334         src/extension/implementation/plugin-link.h,
2335         src/extension/implementation/plugin.cpp,
2336         src/extension/implementation/plugin.h,
2337         src/extension/implementation/script.cpp,
2338         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
2339         src/extension/internal/eps-out.h:
2341         Changing the prototype for the input/output preferences to be closer to
2342         that of Effects.  This is a good thing because now autogui can be used for
2343         all, and it is much cleaner.  Unfortunately, this caused alot of files to
2344         be changed.  Also, this sets up the extensions dialog (we're only using
2345         one now) to be integrated into the GTKmm codebase easier.
2347 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
2348         * src/widgets/sp-color-wheel-selector.cpp,
2349           src/widgets/sp-color-scales.h, src/widgets/sp-color-slider.cpp,
2350           src/widgets/sp-color-scales.cpp:
2351         Changed CMYK selector to display values as 0-100. Fixes REF #1124499.
2353 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
2354         * src/xml/repr-io.cpp:
2355         Expand entities; matches 0.41 behavior. Fixes bug #1157478.
2357 2005-04-20  Jon A. Cruz  <jon@joncruz.org>
2358         * src/sp-object-repr.cpp:
2359         Turned off the half-done <animate> element. Fixes bug #1119935.
2361 2005-04-19  Carl Hetherington  <inkscape@carlh.net>
2363         * src/pen-context.cpp: snap first point to grid correctly, fixing
2364         #1152057.  Remove a pointless call to spdc_endpoint_snap().
2366         * src/main.cpp: support for command-line export of PS and EPS,
2367         with options.
2369 2005-04-19  Piers Titus van der Torren  <piersvdt@users.sourceforge.net>
2370         * src/seltrans.cpp:
2371         Fixed skew so it displays and snaps to angle instead of percentage.
2373 2005-04-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2375         * src/extension/internal/pov-out.cpp (PovOutput::save):
2376         Was dividing component bytes by 256 instead of the usual 255 to get
2377         floating point component.  Changed to use sp_color_get_rgb_floatv
2378         instead.  (N.B. This change is wrong if pov files disallow 1.0.)
2380         Multiply opacity by product of all ancestors' opacity property computed
2381         value.
2383 2005-04-18  Carl Hetherington  <inkscape@carlh.net>
2385         * src/sp-line.cpp, src/dialogs/unclump.cpp,
2386         src/extension/internal/ps.cpp,
2387         src/libnrtype/Layout-TNG-Output.cpp,
2388         src/Layout-TNG-Scanline-Makers.cpp, src/livarot/PathCutting.cpp:
2389         add missing include of nr-point-matrix-ops.h.
2391 2005-04-17  Jon A. Cruz  <jon@joncruz.org>
2392         * src/toolbox.cpp:
2394         Corrected improper use of static. Fixes bug #1171919.
2396 2005-04-16  Ted Gould  <ted@gould.cx>
2398         * src/extension/extension.cpp, src/extension/parameter.cpp:
2400         Adding in autogui for strings and booleans.  Also making everything
2401         a little more robust.
2403 2005-04-17  cyreve  <cyreve@users.sourceforge.net>
2405         * src/: sp-text.cpp, sp-text.h, text-context.cpp, text-editing.cpp,
2406           text-editing.h, libnrtype/Layout-TNG-Compute.cpp: hook up keys
2407           for adding rotate= attribute to text elements
2409         * src/libnrtype/Layout-TNG-OutIter.cpp: visual cursor left/right in
2410           counterdirectional text runs
2412 2005-04-16  cyreve  <cyreve@users.sourceforge.net>
2414         * src/: display/nr-arena-glyphs.cpp, libnrtype/FontInstance.cpp,
2415           libnrtype/RasterFont.cpp, libnrtype/font-instance.h,
2416           libnrtype/font-style.h: make miter-limit work for text outlines
2417           (bug 1094430)
2419 2005-04-16  Ted Gould  <ted@gould.cx>
2421         * src/main.cpp:
2423         Added a command-line arguement --extension-directory to find what
2424         extension directory Inkscape is configured for.  This should be 
2425         helpful for external extensions that want to use the same path
2426         as Inkscape itself on their install.
2428         * src/extension/extension.cpp, src/extension/init.cpp:
2430         Putting in half of Aaron's fix, mostly the one to keep things from
2431         crashing, next we need to examine how to add multiple search paths
2432         for extension dependencies.
2434         Also, added a check so that autogui won't create a GUI if there are
2435         no preferences.
2437 2005-04-13  Jon Phillips <jon@rejon.org>
2438         * src/toolbox.cpp: removed code that was beeping and prepped for new
2439           drag-n-drop color swatches.
2441 2005-04-13  cyreve  <cyreve@users.sourceforge.net>
2443         * src/path-chemistry.cpp: wire up converting object to path for
2444           flowtext
2446 2005-04-13  Jon A. Cruz  <jon@joncruz.org>
2447         * src/dialogs/swatches.cpp:
2449         Simple drag-n-drop out from color swatches.
2451 2005-04-12  cyreve  <cyreve@users.sourceforge.net>
2453         * src/: selection-chemistry.cpp, text-context.cpp, text-context.h,
2454           text-editing.cpp, text-editing.h: cut and copy selected text (bug
2455           1175441)
2457 2005-04-12  Ted Gould  <ted@gould.cx>
2459         * src/extension/extension.cpp, src/extension/extension.h,
2460         src/extension/parameter.cpp, src/extension/parameter.h,
2461         src/extension/implementation/script.cpp:
2463         This is support for having command line arguments from the parameters,
2464         mostly this is a quick hack to get Aaron working, I'll clean it up
2465         shortly, I promise.  But, it does seem to be working right now.  More
2466         polish shortly.
2468 2005-04-10  Jon A. Cruz  <jon@joncruz.org>
2469         * src/interface.cpp:
2471         Adding drag-n-drop support for arbitrary images. Fixes bug 1177714.
2474 2005-04-10  Ted Gould  <ted@gould.cx>
2476         * Lots of files:
2478         Moving around the plugins, and disabling the feature.  I've put all
2479         the functionality into the internal directory.  This should allow for
2480         the features to be used until plugins could work.  Also, adding in
2481         features to do autogui with the parameters of a given extension.
2483 2005-04-09  Bryce <bryce@bryceharrington.org>
2485         * src/view.h, src/application/editor-impl.cpp,
2486           src/application/editor-impl.h, src/svg-view.h:
2488           C++-ification.  Created some C++ wrapper member functions for
2489           SPView and SPSVGView, to enable Gtkmmification of SPDesktop
2491 2005-04-09  MenTaLguY  <mental@rydia.net>
2493         * src/selection.cpp, src/selection.h, src/dialogs/align.cpp,
2494           src/extension/implementation/script.cpp,
2495           src/extension/plugin/bluredge.cpp, src/util/glib-list-iterators.h:
2497           excise STL abuse, and fix up the glib list iterators
2499 2005-04-09  MenTaLguY  <mental@rydia.net>
2501         * src/file.cpp, src/interface.cpp, src/shortcuts.cpp,
2502           src/sp-object-repr.cpp, src/sp-skeleton.cpp, src/verbs.cpp,
2503           src/dialogs/export.cpp, src/display/nr-arena-item.cpp,
2504           src/libnrtype/FontFactory.cpp, src/libnrtype/TextWrapper.h,
2505           src/livarot/ShapeMisc.cpp, src/livarot/float-line.cpp:
2507           combined several different 64-bit cleanness patches
2509 2005-04-08 Jon Phillips <jon@rejon.org>
2510         * src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h: 
2511           added copyright statements about dialog manager code I wrote.
2513 2005-04-08  MenTaLguY  <mental@rydia.net>
2515         * src/draw-context.cpp, src/dyna-draw-context.cpp, src/path-chemistry.cpp,
2516           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
2517           src/splivarot.cpp, src/extension/plugin/bluredge.cpp,
2518           src/trace/trace.cpp:
2520           renaming Inkscape::Selection methods that deal with XML::Nodes
2522 2005-04-08  MenTaLguY  <mental@rydia.net>
2524         * src/document-undo.cpp: try again with handling incomplete transactions
2525           more gracefully
2527 2005-04-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2529         * src/io/sys.h, src/io/sys.cpp (dir_open, dir_read_utf8name):
2530           New functions: utf8 wrappers around g_dir_open, g_dir_read_name.
2532 2005-04-02  Bryce Harrington <bryce@bryceharrington.org>
2534         * configure.ac share/ui/menus-bars.xml, src/Makefile.am,
2535           src/Makefile_insert, src/file.cpp,
2536           src/application/editor-impl.cpp,
2537           src/application/editor-impl.h,
2538           src/extension/init.cpp, src/extension/input.cpp,
2539           src/extension/system.cpp,
2540           src/extension/implementation/implementation.cpp,
2541           src/extension/implementation/plugin.cpp,
2542           src/extension/implementation/script.cpp,
2543           src/extension/internal/svg.cpp
2544         : Implementing preliminary load-from-URI functionality.
2545         
2547 2005-04-02  MenTaLguY  <mental@rydia.net>
2549         * src/document-undo.cpp, src/xml/event-fns.h, src/xml/event.cpp,
2550           src/xml/event.h:
2552           more debugging info for incomplete transactions
2554 2005-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2556         * src/sp-gradient.cpp: Fix crash with cycles in gradient hrefs.
2558 2005-04-01  Jon A. Cruz  <jon@joncruz.org>
2559         * src/ui/widget/panel.h, src/ui/widget/panel.cpp, src/ui/previewholder.h,
2560           src/ui/previewholder.cpp,src/dialogs/swatches.cpp,
2561           src/dialogs/swatches.h:
2562           Added UI for switching palettes
2564 2005-04-01  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2565         * src/style.cpp (sp_style_merge_from_dying_parent): New function to
2566           combine the styles of the <use> element and its ghost child when
2567           unlinking.
2568         * src/sp-use.cpp: Use it.
2570 2005-03-31  Jon A. Cruz  <jon@joncruz.org>
2571         * src/ui/widget/panel.cpp, src/ui/widget/panel.h, src/path-prefix.h,
2572           src/dialogs/swatches.cpp, src/dialogs/swatches.h
2573           share/palettes/Makefile.am, share/palettes/svg.gpl:
2574           Adding palette loading.
2576 2005-03-31 Jean-François Lemaire <jflemaire@skynet.be>
2577         * share/icons/David_icons.svg: new icon theme by David Christian Berg
2579         * share/icons/README.icons: explanations on how to use the theme
2581 2005-03-30  Jean-François Lemaire <jflemaire@skynet.be>
2582         * share/icons/icons.svg: included the layer menu icons
2584         * src/verbs.cpp: assigned names for the layer menu icons
2586 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
2587         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
2588           src/ui/previewholder.h, src/ui/previewfillable.h,
2589           src/dialogs/iconpreview.cpp, src/dialogs/swatches.cpp:
2590           Adding panel menu
2592 2005-03-27  Jon Phillips <jon@rejon.org>
2593         * src/toolbox.cpp src/toolbox.h src/ui/dialog/dialog-manager.cpp
2594           src/ui/dialog/dialog-manager.h: Added generic dialog adding,
2595           deleting, and getting and fixed toolboxes to be static with no
2596           warnings.
2598 2005-03-26  Bryce <bryce@bryceharrington.com>
2600         * share/ui/keybindings.rc, share/ui/menus-bars.xml
2601           src/application/editor-impl.cpp, src/application/editor-impl.h,
2602           src/extension/internal/svg.cpp, src/ui/dialog/Makefile_insert,
2603           src/ui/dialog/dialog-manager.cpp,
2604           src/ui/dialog/dialog-manager.h, src/ui/dialog/messages.cpp,
2605           src/ui/dialog/messages.h: Initial implementation of canvas in
2606           gtkmm.  Incorporating Messages dialog.
2609 2005-03-24  MenTaLguY  <mental@rydia.net>
2611         * src/sp-item.cpp: fix relative transforms to accommodate viewbox
2613 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
2615         * src/ui/Makefile_insert, src/dialogs/swatches.cpp,
2616           src/dialogs/swatches.h, src/ui/previewable.h,
2617           src/ui/previewfillable.h, src/ui/previewholder.cpp,
2618           src/ui/previewholder.h:
2619           Refactoring previewable functionality to be more generic
2621 2005-03-24  cyreve  <cyreve@users.sourceforge.net>
2623         * src/: text-context.cpp, text-editing.cpp, text-editing.h:
2624           functions for applying style to selected text, and wire them
2625           up to ctrl-b/ctrl-i for bold/italic
2627 2005-03-23  Jon Phillips <jon@rejon.org>
2628         * src/toolbox.h src/toolbox.cpp: Fixed warning messages.
2630 2005-03-23  Jon A. Cruz  <jon@joncruz.org>
2632         * src/ui/previewable.h, src/ui/Makefile_insert,
2633           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
2634           Preliminary work for 'Previewable' interface.
2636 2005-03-23  cyreve  <cyreve@users.sourceforge.net>
2638         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
2639           libnrtype/Layout-TNG-Output.cpp: make text on path work correctly
2640           with accent glyphs and suchlike
2642         * src/: text-chemistry.cpp, libnrtype/Layout-TNG.h: apply text's
2643           alignment to startOffset on new textpath elements, fixes bug
2644           1168145
2646         * src/libnrtype/Layout-TNG-OutIter.cpp: selecting text to the end
2647           sometimes displays wrong
2649 2005-03-22  MenTaLguY  <mental@rydia.net>
2651         * src/arc-context.cpp, src/desktop-handles.cpp,
2652           src/desktop-handles.h, src/desktop.cpp, src/desktop.h,
2653           src/document.h, src/draw-context.cpp, src/draw-context.h,
2654           src/file.cpp, src/forward.h, src/gradient-context.cpp,
2655           src/gradient-drag.cpp, src/gradient-drag.h, src/gradient-toolbar.cpp,
2656           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
2657           src/node-context.h, src/nodepath.cpp, src/object-ui.cpp,
2658           src/path-chemistry.cpp, src/rect-context.cpp, src/selcue.cpp,
2659           src/selcue.h, src/select-context.cpp, src/select-toolbar.cpp,
2660           src/selection-chemistry.cpp, src/selection-chemistry.h,
2661           src/selection-describer.cpp, src/selection-describer.h,
2662           src/selection.cpp, src/selection.h, src/seltrans.cpp,
2663           src/seltrans.h, src/sp-flowtext.cpp, src/spiral-context.cpp,
2664           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
2665           src/text-context.cpp, src/toolbox.cpp, src/verbs.cpp,
2666           src/dialogs/align.cpp, src/dialogs/clonetiler.cpp,
2667           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
2668           src/dialogs/find.cpp, src/dialogs/iconpreview.cpp,
2669           src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
2670           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
2671           src/dialogs/tiledialog.cpp, src/dialogs/transformation.cpp,
2672           src/dialogs/xml-tree.cpp, src/extension/plugin/bluredge.cpp,
2673           src/extension/plugin/grid.cpp, src/trace/trace.cpp,
2674           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
2675           src/ui/dialog/transformation.cpp, src/ui/dialog/transformation.h,
2676           src/widgets/sp-widget.cpp, src/widgets/sp-widget.h:
2678           SPSelection -> Inkscape::Selection
2680 2005-03-22  cyreve  <cyreve@users.sourceforge.net>
2682         * src/text-context.cpp: pressing esc doesn't hide text selection
2684         * src/: text-context.cpp, text-context.h, text-editing.cpp,
2685           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
2686           libnrtype/Layout-TNG.h: make text selection inverse
2688 2005-03-21  Jon Phillips <jon@rejon.org>
2690         * share/icons/icons.svg src/dropper-context.cpp
2691           src/dropper-context.h src/toolbox.cpp src/toolbox.h
2692           src/dialogs/display-settings.cpp: Added controls for eye dropper
2693           so that I could get color values. Removed option from application
2694           preferences.
2696 2005-03-21  MenTaLguY  <mental@rydia.net>
2698         * src/util/Makefile_insert, src/util/glib-list.h,
2699           src/util/glib-list-iterators.h:
2701           retired old Glib list to Util::List adaptor and replaced it with
2702           new iterator classes that directly wrap the Glib list types
2704 2005-03-21  cyreve  <cyreve@users.sourceforge.net>
2706         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp: text
2707           selection doesn't show when it starts at the end of a line
2709         * src/: text-context.cpp, text-editing.cpp: crash on overtyping
2710           selection, and displayed selection not removed on overtype
2712         * src/text-editing.cpp: kerning information placed wrongly in text
2713           after child span element
2715         * src/libnrtype/Layout-TNG-OutIter.cpp: crash when pressing home key
2717         * src/: text-context.cpp, text-context.h: text selection using the
2718           mouse
2720         * src/: make.dep, make.files, make.ofiles,
2721           libnrtype/Layout-TNG-OutIter.cpp: further optimisation of text
2722           selection, and an implementation for text on a path
2724         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp,
2725           libnrtype/Layout-TNG.h: optimisation of text selection and fixing
2726           some bugs in it
2728 2005-03-18  MenTaLguY  <mental@rydia.net>
2730         * src/arc-context.cpp, src/file.cpp, src/gradient-context.cpp,
2731           src/node-context.cpp, src/object-ui.cpp, src/path-chemistry.cpp,
2732           src/rect-context.cpp, src/select-context.cpp,
2733           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
2734           src/sp-flowtext.cpp, src/spiral-context.cpp, src/splivarot.cpp,
2735           src/star-context.cpp, src/text-chemistry.cpp, src/text-context.cpp,
2736           src/dialogs/find.cpp, src/dialogs/in-dt-coordsys.cpp,
2737           src/dialogs/xml-tree.cpp:
2739           cleaned up the selection API slightly
2741 2005-03-20  cyreve  <cyreve@users.sourceforge.net>
2743         * src/: text-context.cpp, text-context.h, text-editing.cpp,
2744           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
2745           libnrtype/Layout-TNG.h: initial implementation of text selection
2746           (keyboard only)
2748         * src/libnrtype/Layout-TNG-OutIter.cpp: making
2749           createSelectionShape() work
2751         * src/: sp-text.cpp, sp-text.h: text-anchor sometimes won't work in
2752           text on a path when x/y coordinates are set
2754         * src/libnrtype/Layout-TNG-Output.cpp: text on path: cut characters
2755           before start of path and calculate bounding box correctly when
2756           this happens
2758 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
2759         * src/dialogs/Makefile_insert, src/dialogs/swatches.cpp,
2760           src/dialogs/swatches.h, src/verbs.h, src/verbs.cpp,
2761           src/interface.cpp:
2762           Initial cut of swatches panel.
2764 2005-03-19  cyreve  <cyreve@users.sourceforge.net>
2766         * src/libnrtype/Layout-TNG-Compute.cpp: rendering of
2767           multiple-character clusters in rtl text is wrong (bug 1166603)
2769         * src/: make.dep, make.files, make.ofiles, sp-text.cpp, sp-text.h,
2770           text-editing.cpp: glue kerning info back together on deleting
2771           line breaks
2773         * src/sp-tspan.cpp: textpath startOffset attribute doesn't save
2774           correctly when it's a percentage (remnants of bug 1124722)
2776         * src/: text-context.cpp, text-context.h, text-editing.cpp,
2777           text-editing.h, libnrtype/Layout-TNG.h: use Layout::iterator for
2778           storing cursor position. Fixes bug 1093660 related to rtl cursor
2779           movement
2781         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG.h: implement
2782           backend cursor movement functions properly for multidirectional
2783           text
2785         * src/libnrtype/Layout-TNG-Output.cpp: create more efficient
2786           postscript output
2788         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG-Output.cpp,
2789           Layout-TNG.h: obey text-align attribute when fitting text to a
2790           path (fixes bug 1124722)
2792         * src/: attributes-test.cpp, attributes.cpp, attributes.h,
2793           sp-flowtext.cpp, sp-text.cpp, sp-tspan.cpp, sp-tspan.h,
2794           style-test.cpp, libnrtype/Layout-TNG-Output.cpp: wire up
2795           startOffset attribute to textpath and fix bugs in it
2797         * src/sp-flowtext.cpp: unflow text command loses formatting
2799         * src/xml/repr-io.cpp: xml pretty-printer adding whitespace in
2800           xml:space=preserve elements
2802         * src/: sp-flowtext.cpp, text-editing.cpp: line breaks not being
2803           put before strings immediately following para elements, and
2804           deleting line breaks copies style wrongly
2806 2005-03-18  MenTaLguY  <mental@rydia.net>
2808         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
2809           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
2810           src/xml/node-fns.cpp, src/xml/node-fns.h, src/xml/node-iterators.h,
2811           src/xml/repr.cpp, src/xml/simple-node.cpp:
2813           renamed node-fns-tree to node-fns, and moved sp_repr_prev etc
2814           into Inkscape::XML namespace (as e.g. previous_node)
2816 2005-03-18  cyreve  <cyreve@users.sourceforge.net>
2818         * src/libnrtype/Layout-TNG-Compute.cpp: cursor position on blank
2819           first line sometimes goes wrong
2821         * src/: make.dep, make.files, make.ofiles, text-editing.cpp:
2822           spurious line break added before text in text and font dialog
2823           (bug 1166016)
2825         * src/: make.dep, make.files, make.ofiles, libnrtype/FlowBoxes.cpp,
2826           libnrtype/FlowBoxes.h, libnrtype/FlowDefs.h,
2827           libnrtype/FlowDest.cpp, libnrtype/FlowDest.h,
2828           libnrtype/FlowEater.cpp, libnrtype/FlowEater.h,
2829           libnrtype/FlowRes.cpp, libnrtype/FlowRes.h,
2830           libnrtype/FlowResOut.cpp, libnrtype/FlowSols.cpp,
2831           libnrtype/FlowSols.h, libnrtype/FlowSrc.cpp, libnrtype/FlowSrc.h,
2832           libnrtype/FlowSrcText.cpp, libnrtype/FlowSrcText.h,
2833           libnrtype/FlowStyle.cpp, libnrtype/FlowStyle.h,
2834           libnrtype/FlowUtils.cpp, libnrtype/FlowUtils.h,
2835           libnrtype/Makefile_insert: remove all old text layout code (7,577
2836           lines)
2838         * src/: sp-flowregion.cpp, sp-flowregion.h, sp-flowtext.cpp,
2839           sp-string.cpp, sp-tspan.cpp: purge flow_dest class from code
2841         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
2842           libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: define a value
2843           for line-height:normal and use it consistently
2845         * src/: sp-text.cpp, sp-text.h, text-editing.cpp: adjust kerning
2846           attributes on adding/removing line breaks
2848 2005-03-17  MenTaLguY  <mental@rydia.net>
2850         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp:
2852           whoops, we were calling the 'children' vfunc rather than
2853           'last_child' when appending, hence the bug... fixed now.
2855 2005-03-17  cyreve  <cyreve@users.sourceforge.net>
2857         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
2858           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h: x,y
2859           attributes on tspans set wrongly when alignment != left (bug
2860           1165427)
2862         * src/: sp-text.cpp, sp-text.h: break before tspan role=line
2863           elements, ie allow first tspan not to have role=line
2865         * src/: make.dep, make.files, make.ofiles, sp-flowtext.cpp,
2866           sp-object.cpp: fix inheritance problems with xml:space attribute
2868         * src/libnrtype/Layout-TNG-OutIter.cpp: crash on pressing enter
2869           immediately after creating text
2871         * src/: object-ui.cpp, sp-flowtext.cpp: set xml:space=preserve on
2872           new flowdiv elements
2874         * src/libnrtype/Layout-TNG-Compute.cpp: second try at solving
2875           numerical problems when line-height is set
2877         * src/: sp-flowtext.cpp, sp-flowtext.h, verbs.cpp: slightly
2878           objectify SPFlowtext and rearrange its updating a tiny bit
2880         * src/: path-chemistry.cpp, sp-flowregion.cpp, sp-offset.cpp,
2881           sp-text.cpp, sp-text.h, sp-use-reference.cpp, splivarot.cpp:
2882           slightly objectify SPText & rearrange updating code, also fixes
2883           bug causing all letters to appear on top of each other
2885         * src/libnrtype/Layout-TNG-Compute.cpp: characters will draw
2886           multiple times when x or y attributes set
2888 2005-03-16  cyreve  <cyreve@users.sourceforge.net>
2890         * src/text-editing.cpp: kerning: add/remove kerns with
2891           insertion/deletion of characters, and only apply kerns to the
2892           topmost xml object
2894         * src/: help.cpp, selection-chemistry.cpp, sp-text.cpp, sp-text.h,
2895           text-context.cpp, text-editing.cpp, text-editing.h,
2896           dialogs/text-edit.cpp: move functions applying to both text and
2897           flowtext to text-editing & rename them. Also fixes crash on
2898           letter/linespacing adjustment for flowtext
2900         * src/text-editing.cpp: fix crash on pressing delete at the end of
2901           text
2903         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
2904           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h:
2905           position cursor correctly in empty text objects
2907         * src/: sp-item-group.cpp, sp-object.cpp: optimise adding children
2908           to the end of a group - big improvement for tile clones
2910         * src/: sp-flowtext.cpp, sp-text.cpp, text-context.cpp,
2911           text-editing.cpp, text-editing.h: text editing fixes: track line
2912           breaks with preceding para tag, finish abstracting line
2913           break/remove functions to work on flowtext
2915         * src/libnrtype/Layout-TNG-Compute.cpp: cursor positioning
2916           off-by-one in some cases of wrapped text
2918 2005-03-15  cyreve  <cyreve@users.sourceforge.net>
2920         * src/libnrtype/Layout-TNG-Compute.cpp: small tweak to make cursor
2921           positioning work right in counterdirectional spans in fully
2922           justified text
2924         * src/sp-text.cpp: tweak function for adjusting linespacing by
2925           keyboard to be more precise
2927         * src/: attributes-test.cpp, attributes.cpp, make.dep, make.files,
2928           make.ofiles, style-test.cpp, style.cpp,
2929           libnrtype/Layout-TNG-Output.cpp: make the unit tests pass for the
2930           new styles, and workaround build breakage when pango < 1.8
2931           installed
2933         * src/: sp-flowtext.cpp, sp-flowtext.h,
2934           libnrtype/Layout-TNG-Compute.cpp,
2935           libnrtype/Layout-TNG-Scanline-Makers.cpp, libnrtype/Layout-TNG.h:
2936           wiring up full justification to old attribute & fixing bugs in
2937           it, which turned in to a major refactoring of layout code
2939 2005-03-14  Jon Phillips <jon@rejon.org>
2940         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
2941           src/desktop.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
2942           src/dialogs/desktop-properties.cpp:
2943           Added showpageshadow preference to document preferences. Set to
2944           on automatically and saves with document if off.
2946 2005-03-14  MenTaLguY  <mental@rydia.net>
2948         * src/display/nr-arena-item.h, src/display/nr-arena-item.cpp,
2949           src/display/nr-arena-group.cpp:
2951           added virtual accessor for last child
2953 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
2954         * src/interface.cpp, src/verb.cpp, src/verbs.h,
2955           src/ui/widget/panel.cpp, src/dialogs/Makefile_insert,
2956           src/dialogs/extensions.cpp, src/dialogs/extensions.h,
2957           src/extension/error-file.cpp:
2958           Added rough cut of initial extensions panel and dialog.
2960 2005-03-13  Bryce Harrington <bryce@bryceharrington.org>
2962         * src/path-prefix.h: Rearranging linking of libui and libutil
2964         * src/application/application.cpp, src/application/application.h
2965           src/application/editor-impl.cpp,
2966           src/ui/dialog/dialog-manager.cpp,  src/ui/dialog/dialog.cpp,
2967           src/ui/dialog/dialog.h, src/ui/widget/labelled.cpp,
2968           src/ui/dialog/transformation.h, src/ui/dialog/transformation.cpp,
2969           src/ui/widget/unit-menu.h, src/util/units.cpp:
2970           Integrating Transformation dialog.  Removing hardcoded paths.
2972         * share/icons/Makefile.in, share/icons/arrows-horiz.svg,
2973           share/icons/arrows-vert.svg, share/icons/arrows_hor.xpm,
2974           share/icons/arrows_ver.xpm, share/icons/rotate.svg,
2975           share/icons/rotate.xpm, share/icons/scale_hor.xpm,
2976           share/icons/scale_ver.xpm, share/icons/Makefile.am:
2977           Adding icons needed by transformation dialog
2979         * share/ui/units.txt,  share/ui/units.xml:
2980           Moving units into ui/ subdir.  Dunno if this is the best
2981           location for them, but pjrm thought it'd be ok for now.
2983 2005-03-13  cyreve  <cyreve@users.sourceforge.net>
2985         * src/sp-text.cpp: allow adjusting letter spacing when cursor is at
2986           eol
2988         * src/: make.dep, make.files, make.ofiles,
2989           libnrtype/Layout-TNG-Compute.cpp,
2990           libnrtype/Layout-TNG-OutIter.cpp,
2991           libnrtype/Layout-TNG-Output.cpp, libnrtype/Layout-TNG.h: fix
2992           kerning when align != left, and fix linespacing < 100
2994         * src/: sp-flowtext.cpp, sp-text.cpp, sp-text.h, style.cpp,
2995           style.h, libnrtype/Layout-TNG-Compute.cpp,
2996           libnrtype/Layout-TNG-Input.cpp, libnrtype/Layout-TNG-OutIter.cpp,
2997           libnrtype/Layout-TNG-Output.cpp,
2998           libnrtype/Layout-TNG-Scanline-Maker.h, libnrtype/Layout-TNG.h:
2999           implement line-height css property, & fix percentage handling in
3000           style
3002 2005-03-12  MenTaLguY  <mental@rydia.net>
3004         * src/node-context.cpp, src/node-context.h, src/nodepath.cpp,
3005           src/nodepath.h, src/toolbox.cpp, src/dialogs/align.cpp:
3007           Renamed Path namespace to Inkscape::NodePath, to avoid conflict
3008           with livarot
3010 2005-03-12  Kees Cook  <kees@outflux.net>
3012         * inkscape.nsi: added German translation from Adib Taraben.
3014 2005-03-12  MenTaLguY  <mental@rydia.net>
3016         * src/sp-namedview.cpp, src/sp-metadata.cpp: it's valid for an SPObject
3017           'write' method to be passed the object's own XML node; account for this.
3019 2005-03-12  MenTaLguY  <mental@rydia.net>
3021         * src/xml/simple-node.cpp: assert that src != this in
3022           SimpleNode::mergeFrom
3024 2005-03-12  MenTaLguY  <mental@rydia.net>
3026         * src/gc-alloc.h: minor cosmetic adjustments
3028         * src/util/list-container.h: pedantically correct implementation of
3029           ListContainer::max_size()
3031         * src/xml/simple-node.cpp: use Util::ListContainer iterators in a more
3032           STL-ish fashion
3034 2005-03-12  Jon A. Cruz  <jon@joncruz.org>
3035         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
3036           src/ui/widget/Makefile_insert, src/dialogs/iconpreview.h,
3037           src/dialogs/iconpreview.cpp:
3038           Initial addition of Panel.
3040 2005-03-12  cyreve  <cyreve@users.sourceforge.net>
3042         * src/sp-flowtext.cpp: text unflow command losing space characters:
3043           add xml:space to generated elements
3045         * src/: attributes.cpp, attributes.h, make.dep, make.files,
3046           make.ofiles, sp-flowtext.cpp, sp-text.cpp, style.cpp, style.h,
3047           text-context.cpp, text-editing.cpp, dialogs/text-edit.cpp,
3048           libnrtype/FlowRes.cpp, libnrtype/Layout-TNG-Compute.cpp,
3049           libnrtype/Layout-TNG-Input.cpp: add several new text properties
3050           to SPStyle and rearrange some of the existing ones, also remove
3051           spurious warning on applying kerning
3053         * src/sp-flowtext.cpp: svg spec requires us to break after flowline
3054           content, not before
3056 2005-03-11  cyreve  <cyreve@users.sourceforge.net>
3058         * src/desktop-style.cpp, src/sp-text.cpp, src/sp-text.h,
3059           src/sp-tspan.cpp, src/sp-tspan.h, src/text-chemistry.cpp,
3060 src/text-editing.cpp,
3061           src/text-editing.h: combine the common attribute handling for text,
3062           tspan and textpath into one class
3064         * src/sp-flowtext.cpp, src/sp-string.cpp: reimplement xml:space attribute
3066         * src/sp-text.cpp, src/libnrtype/Layout-TNG-OutIter.cpp,
3067           src/libnrtype/Layout-TNG.h: apply calculated x/y attributes to tspan
3068           role=line elements
3070         * src/libnrtype/Layout-TNG-Output.cpp: postscript text output
3071           incorrectly scaled (and other problems)
3073 2005-03-10  cyreve  <cyreve@users.sourceforge.net>
3075         * src/sp-flowdiv.h, src/sp-flowtext.h,
3076           src/sp-text.cpp, src/sp-text.h, src/sp-tspan.h, src/text-context.cpp,
3077           src/text-editing.cpp, src/text-editing.h,
3078           src/libnrtype/Layout-TNG-Compute.cpp,
3079           src/libnrtype/Layout-TNG-OutIter.cpp: clean up xml tree properly on
3080           deleting line break, & fix various compile issues
3082         * src/nodepath.cpp, src/sp-flowdiv.cpp,
3083           src/sp-flowdiv.h, src/sp-flowtext.cpp, src/sp-flowtext.h,
3084 src/sp-string.cpp,
3085           src/sp-string.h, src/sp-text.cpp, src/sp-text.h, src/sp-tspan.cpp,
3086 src/sp-tspan.h,
3087           src/text-editing.cpp, src/verbs.cpp, src/libnrtype/FontInstance.cpp,
3088           src/libnrtype/font-instance.h, src/livarot/Shape.h,
3089           src/libnrtype/Layout-TNG-Compute.cpp, src/libnrtype/Layout-TNG-Input.cpp,
3090           src/libnrtype/Layout-TNG-OutIter.cpp,
3091           src/libnrtype/Layout-TNG-Output.cpp,
3092           src/libnrtype/Layout-TNG-Scanline-Maker.h,
3093           src/libnrtype/Layout-TNG-Scanline-Makers.cpp,
3094           src/libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: huge rewrite of
3095           text layout (and some text editing) code
3097 2005-03-07  Kees Cook  <kees@outflux.net>
3099         * src/libnr/have_mmx.S, src/libnr/nr_mmx_R8G8B8A8_P_EMPTY_A8_RGBAP.S,
3100           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_A8_RGBAP.S,
3101           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_R8G8B8A8_N_TRANSFORM.S,
3102           src/libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S: execstack patch
3103           from Mike Hearn.
3105 2005-03-07  Jon A. Cruz  <jon@joncruz.org>
3106         * src/interface.cpp, src/verbs.h, src.verbs.cpp, src/widgets/icon.cpp,
3107           src/dialogs/iconpreview.h, src/dialogs/iconpreview.cpp,
3108           src/dialogs/Makefile_insert:
3109           Initial cut of icon preview.
3111 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
3113         * share/icons/*.svg, share/icons/Makefile.am:  Adding icons for
3114           new gui interface
3116         * src/ui/icons.cpp:  Fixing some paths
3118         * src/main.cpp src/application/Makefile_insert,
3119           src/application/app-prototype.h,
3120           src/application/application.cpp src/application/editor.cpp,
3121           src/ui/widget/toolbox.cpp,
3122           src/application/editor-impl.cpp:
3123           Broke out editor-impl class to its own file.  Continued getting
3124           the new interface to the point where it'll load and run.
3126         * share/ui/keybindings.rc, share/ui/toolbox.xml, share/ui/menus-bars.xml:
3127           Migrating some of the UI definition stuff into main codebase
3129 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
3130         * src/widgets/layer-selector.cpp, src/widgets/icon.h,
3131           src/widgets/icon.cpp, src/dialogs/align.cpp, src/dialogs/find.cpp,
3132           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
3133           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
3134           src/dialogs/xml-tree.cpp, src/interface.cpp:
3135           Purging PixBufFactory and sp_icon_new_scaled.
3137 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
3138         * src/widgets/icon.cpp, src/widgets/icon.cpp: Switched icon loading
3139           to be deferred and react to theme changes on-the-fly.
3141 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
3143         * src/application/Makefile_insert,
3144           src/application/app-prototype.cpp,
3145           src/application/editor.h,
3146           src/application/app-prototype.h,
3147           src/application/application.cpp:
3148           Adding Application::AppPrototype class
3149         * src/application/editor.cpp,
3150           src/application/editor.h:
3151           Changing member function getImpl() to getWindow()
3153 2005-03-04  Jon A. Cruz  <jon@joncruz.org>
3154         * src/widgets/icon.cpp: Changed stock item loading to use stock
3155           GtkImage widgets directly.
3157 2005-03-03  MenTaLguY  <mental@rydia.net>
3159         * src/widgets/icon.cpp: more idiomatic iteration
3161 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
3162         * src/toolbox.cpp: Added preference to make the top toolbox 'small'.
3164 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
3165         * src/desktop-events.cpp, src/desktop.cpp, src/gradient-toolbar.cpp,
3166           src/interface.cpp, src/select-toolbar.cpp, src/toolbox.cpp,
3167           src/toolbox.h, src/dialogs/find.cpp,
3168           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
3169           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
3170           src/dialogs/xml-tree.cpp, src/widgets/button.cpp,
3171           src/widgets/button.h, src/widgets/icon.cpp, src/widgets/icon.h,
3172           src/widgets/layer-selector.cpp, src/widgets/paint-selector.cpp,
3173           src/widgets/widget-sizes.h:
3174           Initial pass removing hardcoded icon sizes.
3176 2005-03-01  MenTaLguY  <mental@rydia.net>
3178         * src/extensions/internal/ps.cpp: apply patch from Michael Forbes
3179           (miforbes@mbhs.edu) to support gradient fills in Postscript
3181 2005-03-01  MenTaLguY  <mental@rydia.net>
3183         * src/xml/node.h, src/xml/simple-node.cpp, src/xml/simple-node.h:
3185           begin migration of notification interface to use NodeObserver
3186           rather than NodeEventVector
3188 2005-03-01  MenTaLguY  <mental@rydia.net>
3190         * src/xml/Makefile_insert, src/xml/node-listener.h, src/xml/repr.cpp,
3191           src/xml/simple-node.cpp, src/xml/simple-node.h:
3193           reworked listener list to use Util::ListContainer
3195         * src/xml/node-observer.h: minor name cleanups
3197 2005-03-01  MenTaLguY  <mental@rydia.net>
3199         * src/Makefile.am, src/algorithms/find-if-before.h:
3201           added new generic algorithm
3203 2005-03-01  MenTaLguY  <mental@rydia.net>
3205         * src/Makefile.am, src/util/Makefile_insert,
3206           src/util/list-container-test.cpp, src/util/list-container.h:
3208           tests and fixes for Util::ListContainer
3210 2005-03-01  MenTaLguY  <mental@rydia.net>
3212         * src/Makefile.am, src/libnr/Makefile_insert, src/xml/Makefile_insert:
3213           use in-tree copy of cxxtest
3215         * src/util/Makefile_insert, src/util/list-container.h:
3216           add Util::List-based STL container
3218 2005-02-28 SwinginCelt  <swinginceltgmail.com>
3220         * Fixed an improper conversion of sp_repr_document_merge that was causing
3221           extra data being written to the prefrences file every time inkscape
3222           exited.
3224 2005-02-26 SwinginCelt  <swinginceltgmail.com>
3226         * Replaced all sp_repr_set_content calls with direct call to
3227           repr->setContent.
3228         * Replaced all sp_repr_merge calls with direct call to
3229           repr->mergeFrom.
3230         * Removed inline sp_repr_document_merge because it wasn't used anywhere.
3231         * Removed inline sp_repr_set_content because it wasn't used anywhere.
3233 2005-02-26  MenTaLguY  <mental@rydia.net>
3235         * cxxtest: imported cxxtest tree
3237 2005-02-24  Jon A. Cruz  <jon@joncruz.org>
3238         * src/main.cpp, io/sys.h, io/sys.cpp:
3239           Refactoring input filename conversion and fallback.
3240           Fixes bug #1151536.
3242 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
3243         * src/main.cpp:
3244           Refactoring sp_main_*. Adding cleanup phase on extracted filename list.
3246 2005-02-22  Bryce Harrington <bryce@bryceharringotn.org>
3248         * src/main.cpp, src/application/application.cpp:  Adding --new-gui
3249         option.
3251 2005-02-22  Ted Gould  <ted@gould.cx>
3253         * src/interface.cpp:
3255         Changing the effects menu to be driven by the preferences file so that the
3256         file can be the same whether or not the effects are shown.
3258 2005-02-22  MenTaLguY  <mental@rydia.net>
3260         * src/desktop-style.cpp, src/selection-chemistry.cpp,
3261           src/xml/attribute-record.h, src/xml/node.h, src/xml/repr-css.cpp,
3262           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h:
3264           use Inkscape::Util::List for attribute lists, and sprinkle some
3265           appropriate 'using's in to make things less verbose
3267 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
3268         * src/inkscape.cpp, src/main.cpp, src/extension/input.cpp, src/io/sys.cpp,
3269           src/xml/repr-io.cpp:
3270           Better catching of problematic filenames.
3271           Made segv handler only use dialog box when app is using a gui.
3272           Fixes bug #1145847.
3274 2005-02-22  Ted Gould  <ted@gould.cx>
3276         * src/extension/effect.cpp, src/extension/prefdialog.cpp,
3277         src/extension/prefdialog.h,
3278         src/extension/implementation/implementation.cpp,
3279         src/extension/implementation/implementation.h,
3280         src/extension/implementation/plugin-link.h,
3281         src/extension/implementation/plugin.cpp,
3282         src/extension/implementation/plugin.h,
3283         src/extension/implementation/script.cpp,
3284         src/extension/implementation/script.h, src/extension/plugin/grid.cpp:
3286         Changing the API of the effects preferences so that it doesn't use
3287         sockets and plugs anymore.  Now there is a generic widget passed down so
3288         that should work on every platform.
3290         * src/extension/plugin/grid.cpp:
3292         Fixing the grid so that it uses the right axis.
3294         * share/extensions/Makefile.am, share/extensions/bluredge.inx,
3295         share/extensions/randompnt.inx, share/extensions/randompos.inx,
3296         src/extension/plugin/Makefile_insert, src/extension/plugin/bluredge.cpp,
3297         src/extension/plugin/randompnt.cpp, src/extension/plugin/randompos.cpp:
3299         Adding some cool new effects, well, they're not really done yet,
3300         but getting the basis code into CVS so I don't loose it :)
3302 2005-02-21  MenTaLguY  <mental@rydia.net>
3304         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
3305           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
3306           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
3307           src/xml/repr.cpp, src/xml/simple-node.cpp:
3309           renamed header files
3311         * src/xml/Makefile_insert, src/xml/invalid-operation-exception.h:
3313           added Inkscape::XML::InvalidOperationException
3315         * src/xml/simple-node.h:
3317           avoid a second indirect function call from SimpleNode::appendChild
3319 2005-02-20 SwinginCelt  <swinginceltgmail.com>
3321         * Replaced all sp_repr_attr calls with direct call to
3322           repr->attribute.
3323         * Replaced all sp_repr_document_unref calls with direct call to
3324           Inkscape::GC::release(...).
3325         * Removed iinline sp_repr_document_ref because it wasn't used anywhere.
3327 2005-02-20  MenTaLguY  <mental@rydia.net>
3329         * src/inkscape.cpp: removed unused signals
3331 2005-02-19  MenTaLguY  <mental@rydia.net>
3333         * src/arc-context.cpp, src/desktop.cpp, src/document-private.h,
3334           src/document-undo.cpp, src/document.cpp, src/event-context.cpp,
3335           src/gradient-chemistry.cpp, src/gradient-chemistry.h,
3336           src/gradient-drag.cpp, src/gradient-drag.h, src/node-context.cpp,
3337           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
3338           src/star-context.cpp, src/toolbox.cpp,
3339           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
3340           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
3341           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
3342           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
3343           src/xml/attribute-record.h, src/xml/document.h, src/xml/event-fns.h,
3344           src/xml/event.cpp, src/xml/event.h, src/xml/node-event-vector.h,
3345           src/xml/node-iterators.h, src/xml/node-listener.h, src/xml/node.h,
3346           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp, src/xml/repr-io.cpp,
3347           src/xml/repr-sorting.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp,
3348           src/xml/repr.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
3349           src/xml/simple-node.h, src/xml/simple-session.cpp,
3350           src/xml/sp-css-attr.h, src/xml/sp-repr-action-fns.h,
3351           src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h,
3352           src/xml/sp-repr-attr.h, src/xml/sp-repr-doc.h,
3353           src/xml/sp-repr-event-vector.h, src/xml/sp-repr-iterators.h,
3354           src/xml/sp-repr-listener.h, src/xml/sp-repr.h:
3356           renamed header files to match new class names
3358 2005-02-19  MenTaLguY  <mental@rydia.net>
3360         * src/arc-context.cpp, src/arc-context.h, src/desktop-events.cpp,
3361           src/desktop-style.cpp, src/desktop-style.h, src/desktop.cpp,
3362           src/document-private.h, src/document-undo.cpp, src/document.cpp,
3363           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
3364           src/dyna-draw-context.h, src/event-context.cpp, src/event-context.h,
3365           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
3366           src/inkscape.h, src/inkview.cpp, src/interface.cpp, src/knotholder.cpp,
3367           src/knotholder.h, src/layer-fns.cpp, src/main.cpp, src/node-context.cpp,
3368           src/nodepath.cpp, src/nodepath.h, src/object-ui.cpp,
3369           src/path-chemistry.cpp, src/prefs-utils.cpp, src/rect-context.cpp,
3370           src/rect-context.h, src/selection-chemistry.cpp, src/selection.cpp,
3371           src/selection.h, src/seltrans.cpp, src/sp-anchor.cpp,
3372           src/sp-animation.cpp, src/sp-clippath.cpp, src/sp-conn-end-pair.cpp,
3373           src/sp-conn-end-pair.h, src/sp-defs.cpp, src/sp-ellipse.cpp,
3374           src/sp-flowdiv.cpp, src/sp-flowregion.cpp, src/sp-flowtext.cpp,
3375           src/sp-gradient-fns.h, src/sp-gradient-test.cpp, src/sp-gradient.cpp,
3376           src/sp-guide.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
3377           src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
3378           src/sp-linear-gradient-fns.h, src/sp-marker.cpp, src/sp-mask.cpp,
3379           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
3380           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object-repr.h,
3381           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp, src/sp-offset.h,
3382           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
3383           src/sp-polyline.cpp, src/sp-radial-gradient-fns.h, src/sp-rect.cpp,
3384           src/sp-root.cpp, src/sp-shape.cpp, src/sp-skeleton.cpp,
3385           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-string.cpp,
3386           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-tspan.cpp,
3387           src/sp-use-reference.h, src/sp-use.cpp, src/spiral-context.cpp,
3388           src/spiral-context.h, src/splivarot.cpp, src/star-context.cpp,
3389           src/star-context.h, src/style.cpp, src/style.h, src/text-chemistry.cpp,
3390           src/text-context.cpp, src/text-editing.cpp, src/toolbox.cpp,
3391           src/verbs.cpp, src/application/application.cpp,
3392           src/application/application.h, src/application/editor.h,
3393           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
3394           src/dialogs/export.cpp, src/dialogs/fill-style.cpp, src/dialogs/rdf.cpp,
3395           src/dialogs/sp-attribute-widget.cpp, src/dialogs/sp-attribute-widget.h,
3396           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
3397           src/dialogs/tiledialog.cpp, src/dialogs/xml-tree.cpp,
3398           src/ecma/EcmaBinding.cpp, src/ecma/EcmaBinding.h,
3399           src/extension/dependency.cpp, src/extension/dependency.h,
3400           src/extension/effect.cpp, src/extension/effect.h,
3401           src/extension/extension.cpp, src/extension/extension.h,
3402           src/extension/input.cpp, src/extension/input.h,
3403           src/extension/output.cpp, src/extension/output.h,
3404           src/extension/print.cpp, src/extension/print.h, src/extension/system.cpp,
3405           src/extension/implementation/plugin.cpp,
3406           src/extension/implementation/script.cpp,
3407           src/extension/implementation/script.h,
3408           src/extension/internal/gdkpixbuf-input.cpp,
3409           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
3410           src/extension/internal/svg.cpp, src/extension/plugin/grid.cpp,
3411           src/helper/stock-items.cpp, src/trace/trace.cpp,
3412           src/widgets/dash-selector.cpp, src/widgets/dash-selector.h,
3413           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp,
3414           src/widgets/layer-selector.cpp, src/widgets/layer-selector.h,
3415           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
3416           src/widgets/sp-widget.h, src/widgets/sp-xmlview-attr-list.cpp,
3417           src/widgets/sp-xmlview-attr-list.h, src/widgets/sp-xmlview-content.cpp,
3418           src/widgets/sp-xmlview-content.h, src/widgets/sp-xmlview-tree.cpp,
3419           src/widgets/sp-xmlview-tree.h, src/widgets/spw-utilities.h,
3420           src/xml/comment-node.h, src/xml/element-node.h, src/xml/node-observer.h,
3421           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
3422           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
3423           src/xml/repr-io.cpp, src/xml/repr-sorting.cpp, src/xml/repr-sorting.h,
3424           src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
3425           src/xml/session.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
3426           src/xml/simple-node.h, src/xml/simple-session.cpp,
3427           src/xml/simple-session.h, src/xml/sp-css-attr.h,
3428           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
3429           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h,
3430           src/xml/sp-repr-doc.h, src/xml/sp-repr-event-vector.h,
3431           src/xml/sp-repr-iterators.h, src/xml/sp-repr-listener.h,
3432           src/xml/sp-repr.h, src/xml/text-node.h, src/xml/transaction-logger.h:
3434             SPRepr -> Inkscape::XML::Node
3435             SPReprDoc -> Inkscape::XML::Document
3436             SPReprAttr -> Inkscape::XML::AttributeRecord
3437             SPReprAction -> Inkscape::XML::Event
3438             SPReprEventVector -> Inkscape::XML::EventVector
3439             SPReprListener -> Inkscape::XML::NodeListener
3441             etc..
3443 2005-02-19  Jon A. Cruz  <jon@joncruz.org>
3444         * src/extension/extension.h, src/extension/internal/svg.cpp,
3445           src/extension/internal/svgz.cpp:
3446           Fixing .svgz Inkscape save and adding .svgz Plain save.
3447           Fixes bug #1144223
3449 2005-02-18  Jon A. Cruz  <jon@joncruz.org>
3450         * src/Makefile.am, src/libnr/Makefile_insert,
3451           src/libnr/nr-point-fns-test.h  src/libnr/nr-types-test.h:
3452           Adding initial version of CxxTest test cases.
3454 2005-02-17  Jon A. Cruz  <jon@joncruz.org>
3456         * src/io/gzipinputstream.h, src/io/gzipinputstream.cpp: Changed
3457           decompression to be streammed and removed hardcoded limit.
3459 2005-02-17  MenTaLguY  <mental@rydia.net>
3461         * src/inkscape.h, src/inkscape.cpp, src/desktop.cpp:
3463           rewrote "last desktop standing" test to not suck
3465 2005-02-15 SwinginCelt  <swinginceltgmail.com>
3467         * Replaced some sp_repr_attr calls with direct call to
3468           repr->attribute.
3470 2005-02-16 John Cliff <simarilius@yahoo.com>
3472         * src/dialogs/tiledialog.h, src/dialogs/tiledialog.cpp,
3473           src/dialogs/makefile_insert, src/verbs.cpp, src/verbs.h:
3474           Added a dialog that allows you to arrange the selection
3475           in a grid pattern with user defined spacing.
3476           its in objects->grid arrange...
3478 2005-02-15 SwinginCelt  <swinginceltgmail.com>
3480         * Replaced inline function sp_repr_name with direct call to
3481           repr->name.
3482         * Replaced inline function sp_repr_content with direct call to
3483           repr->content.
3484         * Replaced inline function sp_repr_has_attr with direct call to
3485           repr->matchAttributeName.
3487 2005-02-15  MenTaLguY  <mental@rydia.net>
3489         * src/document.cpp, src/document.h, src/file.cpp, src/help.cpp,
3490           src/inkscape.cpp, src/inkview.cpp, src/slideshow.cpp,
3491           src/dialogs/filedialog.cpp, src/dialogs/stroke-style.cpp,
3492           src/extension/internal/gdkpixbuf-input.cpp,
3493           src/extension/internal/svg.cpp, src/extension/plugin/gimpgrad.cpp,
3494           src/helper/stock-items.cpp, src/widgets/icon.cpp:
3496           removed unused SPDocument::advertize
3498 2005-02-14  MenTaLguY  <mental@rydia.net>
3500         * src/document.cpp: remove redundant assignment that appears to confuse
3501           gcc anyhow
3503 2005-02-14  SwinginCelt  <swingincelt@gmail.com>
3505         * Replaced inline function sp_repr_set_position_absolute with
3506           direct call to repr>->setPosition.
3508 2005-02-13  Bryce  <bryce@bryceharrington.org>
3510         * src/main.cpp, src/application/application.cpp, src/inkscape.h,
3511           src/application/editor-impl.h, src/application/editor.cpp
3512           src/application/editor.h, src/ui/dialog/dialog-manager.cpp,
3513           src/ui/dialog/dialog-manager.h, src/application/app-prototype.h
3514           src/application/application.h:  Integrating I::A::Application
3515           into the execution path.  Now its run() routine is called from
3516           main().
3518         * src/application/Makefile_insert, src/application/makefile.in,
3519           src/application/editor-impl.h, src/application/editor.cpp,
3520           src/application/editor.h:  Initial import of inkscape_gtkmm
3521           code.  Also see doc/NewAppArchitecture/ presentation for the
3522           rationale behind this.
3524         * src/ui/dialog/align-and-distribute.cpp,
3525 src/ui/dialog/align-and-distribute.h,
3526           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
3527           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
3528           src/ui/dialog/document-preferences.cpp,
3529 src/ui/dialog/document-preferences.h,
3530           src/ui/dialog/export.cpp, src/ui/dialog/export.h,
3531           src/ui/dialog/extension-editor.cpp, src/ui/dialog/extension-editor.h,
3532           src/ui/dialog/fill-and-stroke.cpp, src/ui/dialog/fill-and-stroke.h,
3533           src/ui/dialog/find.cpp, src/ui/dialog/find.h,
3534           src/ui/dialog/inkscape-preferences.cpp,
3535 src/ui/dialog/inkscape-preferences.h,
3536           src/ui/dialog/layer-editor.cpp, src/ui/dialog/layer-editor.h,
3537           src/ui/dialog/messages.cpp, src/ui/dialog/messages.h,
3538           src/ui/dialog/text-properties.cpp, src/ui/dialog/text-properties.h,
3539           src/ui/dialog/tree-editor.cpp, src/ui/dialog/tree-editor.h,
3540           src/ui/dialog/xml-editor.cpp, src/ui/dialog/xml-editor.h,
3541           src/ui/widget/combo-text.cpp, src/ui/widget/combo-text.h,
3542           src/ui/widget/handlebox.cpp, src/ui/widget/handlebox.h,
3543           src/ui/widget/icon-widget.cpp, src/ui/widget/icon-widget.h,
3544           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h,
3545           src/ui/widget/notebook-page.cpp, src/ui/widget/notebook-page.h,
3546           src/ui/widget/scalar-unit.cpp, src/ui/widget/scalar-unit.h,
3547           src/ui/widget/scalar.cpp, src/ui/widget/scalar.h,
3548           src/ui/widget/toolbox.cpp, src/ui/widget/toolbox.h,
3549           src/ui/widget/unit-menu.cpp, src/ui/widget/unit-menu.h:
3550           Initial import of the gtkmm code.  These are mainly
3551           unimplemented stubs, but have few dependencies so are easy to
3552           integrate at this stage.
3554         * src/ui/widget/Makefile_insert, src/ui/widget/makefile.in,
3555           src/ui/dialog/Makefile_insert, src/ui/dialog/makefile.in,
3556           src/ui/Makefile_insert, src/ui/makefile.in:  Adding makefile
3557           support for new code.
3559         * io/simple-sax.h, io/simple-sax.cpp:  Adding Jon's simple SAX
3560           code
3562         * util/units.h, util/units.cpp:  New inkscape_gtkmm units code
3564 2005-02-12  MenTaLguY  <mental@rydia.net>
3566         * src/document.cpp, src/document.h, src/sp-gradient-test.cpp:
3568           SPDocument is now a "real C++ class", managed by the garbage collector
3570 2005-02-12  MenTaLguY  <mental@rydia.net>
3572         * src/document-private.h, src/document.cpp, src/document.h, src/view.cpp,
3573           src/view.h, src/dialogs/xml-tree.cpp:
3575           switched SPDocument to sigc++ signals
3577 2005-02-12  Kees Cook  <kees@outflux.net>
3579         * Makefile.am, configure.ac, Makefile.mingw.common, inkscape.nsi: undoing
3580           my "configure" changes.  Was dumb and forgot about native compiles on
3581           win32.
3582         * inkview.1.in, share/extensions/inkscape-shadow-white.sh,
3583           share/extensions/inkscape-shadow.sh: corrections found by Wolfram
3584           Quester during Debian packaging.
3585         * src/desktop-events.cpp, src/file.cpp, src/gradient-chemistry.cpp,
3586           src/interface.cpp, src/layer-fns.cpp, src/nodepath.cpp,
3587           src/object-ui.cpp, src/path-chemistry.cpp, src/prefs-utils.cpp,
3588           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
3589           src/sp-object.cpp, src/sp-pattern.cpp, src/sp-text.cpp, src/splivarot.cpp,
3590           src/text-editing.cpp, src/dialogs/clonetiler.cpp, src/dialogs/rdf.cpp,
3591           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
3592           src/extension/internal/gdkpixbuf-input.cpp, src/extension/plugin/grid.cpp,
3593           src/widgets/gradient-selector.cpp, src/xml/repr-action-test.cpp,
3594           src/xml/repr-css.cpp, src/xml/repr-io.cpp, src/xml/repr-util.cpp,
3595           src/xml/repr.cpp, src/xml/repr.h: inline function removal patches from
3596           Robert Crosbie.
3598 2005-02-11  Kees Cook  <kees@outflux.net>
3600         * src/Makefile.mingw, src/make.*: win32 compile updates.
3601         * src/extensions/internal/gnome.cpp: added my missing "comment" code.
3602         * src/shortcuts.cpp, doc/keys.xml, doc/keys.html, share/screens/keys.svg:
3603           added explicit ctrl-w. since gtk already binds it, we may as well show it.
3605 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
3607         * src/inkscape.cpp: Changed from SHGetSpecialFolderPath to
3608           SHGetSpecialFolderLocation. Fixes bug #1085641
3610 2005-02-10  MenTaLguY  <mental@rydia.net>
3612         * src/document.h, src/document.cpp: get rid of casting macro uses
3614 2005-02-10  MenTaLguY  <mental@rydia.net>
3616         * src/desktop.cpp, src/document-undo.cpp, src/document.cpp, src/file.cpp,
3617           src/gradient-chemistry.cpp, src/inkscape.cpp, src/interface.cpp,
3618           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-object-repr.cpp,
3619           src/sp-object.cpp, src/svg-view.cpp, src/uri-references.cpp,
3620           src/view.cpp, src/dialogs/stroke-style.cpp,
3621           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp:
3623           get rid needless uses of SP_IS_DOCUMENT (if we can't trust the
3624           compiler's type checking, what can we trust?)
3626 2005-02-10  MenTaLguY  <mental@rydia.net>
3628         * src/desktop-style.h, src/desktop.h, src/document.h, src/event-context.h,
3629           src/inkscape.h, src/knotholder.h, src/nodepath.h,
3630           src/selection-chemistry.h, src/selection.h, src/sp-conn-end-pair.h,
3631           src/sp-object-repr.h, src/sp-object.h, src/style.h,
3632           src/dialogs/sp-attribute-widget.h, src/extension/implementation/script.h,
3633           src/xml/repr-get-children.h, src/xml/repr.h, src/xml/sp-repr-action.h,
3634           src/xml/sp-repr-attr.h, src/xml/xml-forward.h:
3636           got rid of xml-forward.h
3638 2005-02-10  Kees Cook  <kees@outflux.net>
3640         * configure.ac, Makefile.am, src/Makefile.am, Makefile.mingw.common.in,
3641           inkscape.nsi.in: setting up "configure" to build the other files that
3642           expect version numbers to get updated.  Including mingw files in dist
3643           package.
3645 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
3646         * src/io/uristream.h, src/io/uristream.cpp,
3647           src/extension/internal/svg.h, src/extension/internal/svg.cpp,
3648           src/extension/internal/Makefile_insert,
3649           src/extension/internal/extension.h,
3650           src/extension/internal/init.cpp:
3651           Adding internal .svgz load and save extension.
3652           Probable fix for bugs #1074996, #1050361, #925033, #1052307
3654 2005-02-08  Kees Cook  <kees@outflux.net>
3656         * src/extension/implementation/script.cpp: proper /tmp handling.
3657           Closes bug #1074996.
3658         * src/inkscape.cpp, src/inkscape.h, src/dialogs/export.cpp: correction
3659           for export dialog paths.  Closes bug #1114714.
3660         * inkscape.nsi, Makefile.mingw.common: version bumps
3661         * src/text-context.cpp: removed preedit code; it was broken and unneeded.
3663 2005-02-08  Ted Gould  <ted@gould.cx>
3665         * Released 0.41
3667 2005-02-01  Kees Cook  <kees@outflux.net>
3669         * src/xml/sp-css-attr.h, src/desktop-style.cpp, src/xml/repr-css.cpp,
3670           src/xml/repr.h: Fixed SPCSSAttr to be a "real" class, at mental's
3671           direction.  Fixes my "default prefs don't show attrs" bug.
3672         * src/helper/stock-items.cpp: removing redundant code.
3673         * src/libnr/nr-point.h, src/libnrtype/FlowUtils.h, src/livarot/Shape.h:
3674           added explicit initializations to keep valgrind happy.
3675         * src/dir-util.cpp, src/sp-path.cpp, src/splivarot.cpp,
3676           src/svg/svg-length.cpp, src/widgets/icon.cpp:
3677           cleaning up memory leaks detected by valgrind.
3678         * src/extension/dependancy.cpp: made repr-attr tags untranslatable.
3679         * src/extension/system.cpp: correcting extension autodetection when
3680           there are conflicting matching modules.
3681         * src/dialogs/filedialog.cpp, src/extension/extension.h,
3682           src/extension/internal/svg.cpp: .svgz loading works again as
3683           expected.  Non-functioning modules are not listed in file dialogs.
3684         * src/text-context.cpp, src/text-editing.cpp: preedit modes don't
3685           work correctly for multi-byte characters.  See bug 1086769.
3687 2005-01-31  Jon A. Cruz  <jon@joncruz.org>
3688         * src/file.cpp, src/inkscape.cpp, src/interface.cpp,
3689           src/dialogs/export.cpp, src/extension/init.cpp:
3690           sanitize messages before passing to display dialogs.
3692 2005-01-31  Kees Cook  <kees@outflux.net>
3694         * src/libnrtype/FontFactory.cpp: added a crude font name detection
3695           routine to work around a Pango crash bug.  This can be removed once
3696           Pango is fixed.  See bug #1025565.  Actually, I figured out a fix.
3697         * print.cpp, print.h, sp-shape.cpp, extension/print.cpp,
3698           extension/print.h, extension/implementation/implementation.cpp,
3699           extension/implementation/implementation.h,
3700           extension/implementation/plugin.cpp, extension/implementation/plugin.h,
3701           extension/internal/gnome.h, extension/internal/ps.cpp,
3702           extension/internal/ps.h, extension/internal/win32.h:
3703           In an attempt to start debugging print rendering, I've added the
3704           Print::comment function so that SPItem boundries can be easily
3705           seen in rendered output.
3706         * src/preferences-skeleton.h, src/sp-shape.cpp,
3707           src/dialogs/display-settings.cpp, src/extension/internal/ps.cpp:
3708           Added printout comments for print debugging.  Fixed dash output
3709           bug #1104050.
3710         * src/dialogs/rdf.cpp: fixed rdf:bag displays.  Closes bug #1113316.
3712 2005-01-30  Jon A. Cruz  <jon@joncruz.org>
3713         * src/io/sys.h, src/io/sys.cpp: added utility routine to cleanup
3714           strings with invalid UTF-8 for display.
3716 2004-01-30  Kees Cook  <kees@outflux.net>
3718         * src/make.dep, src/make.exclude, src/make.files, src/make.ofiles,
3719           src/io/uristream.cpp, src/io/sys.cpp: additional win32 changes
3720           using Jon Cruz's new mkdir function.  Getting Win32 to compile the
3721           "io" directory.  Closes bug #1107305.
3722         * src/file.cpp, src/inkscape-stock.cpp, src/inkscape.cpp,
3723           src/interface.cpp, src/main.cpp, src/dialogs/export.cpp,
3724           src/dialogs/stroke-style.cpp, src/extension/input.cpp,
3725           src/extension/implementation/script.cpp, src/helper/stock-items.cpp,
3726           src/io/sys.cpp, src/io/sys.h, src/widgets/icon.cpp: wrapped
3727           g_file_test with new Inkscape::IO::file_test since g_file_test isn't
3728           utf8-safe.
3729         * src/inkscape.cpp: removed call to g_free on non-alloced string.
3730           fixed up crash-save location to be utf8-okay.
3731         * src/extension/extension.cpp: convert from utf8 before open.
3732         * src/sp-spiral.cpp, src/object-edit.cpp: found place where CLAMP on
3733           spiral's t0 wasn't working.  Closes bug #1075640.
3735 2004-01-28  MenTaLguY  <mental@rydia.net>
3737         * src/sp-object.h, src/sp-object.cpp:
3738           efficiency fixes which should be helpful when loading large documents
3740 2005-01-29  Jon A. Cruz  <jon@joncruz.org>
3742         * src/file.h, src/file.cpp, src/inkscape.cpp, src/sp-image.cpp,
3743           src/extension/implementation/script.cpp,
3744           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
3745           src/extension/plugin/gimpgrad.cpp, src/helper/png-write.cpp,
3746           src/io/Makefile_insert, src/io/sys.h, src/io/sys.cpp,
3747           src/trace/imagemap.cpp, src/xml/repr-io.cpp:
3749           Refactored open routine to better location.
3751 2004-01-28  Kees Cook  <kees@outflux.net>
3753         * configure.ac: added test for libgc 6.4 or better.
3754         * src/main.cpp: calling new SPRepr methods instead of inline wrappers.
3756 2004-01-27  MenTaLguY  <mental@rydia.net>
3758         * src/xml/simple-node.h, src/xml/simple-node.cpp:
3760           SimpleNode::lastChild() and SimpleNode::appendChild() are now
3761           O(1) rather than O(n)
3763 2004-01-26  MenTaLguY  <mental@rydia.net>
3765         * src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
3766           src/xml/sp-repr-action.h, src/xml/sp-repr-event-vector.h:
3768           inlined legacy wrappers
3770         * src/xml/simple-node.cpp: really fixed #1108231 now
3772 2005-01-25  Jon A. Cruz  <jon@joncruz.org>
3774         * src/interface.cpp: Passed file import call to shared code.
3775           Fixed bug #1108620.
3777 2005-01-25  MenTaLguY  <mental@rydia.net>
3779         * src/xml/simple-node.cpp: fixed bug #1108231
3781 2005-01-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3783         * src/dialogs/desktop-properties.cpp: Changed set of paper sizes offered:
3785           Removed `Folio' pagesize (which means a different paper size to
3786           different people; will Folio be missed?  If so, can we improve
3787           the name?).
3789           Changed ISO page sizes (A0..A10, B0..B10) to match official ISO
3790           specification in mm.
3792           Note that these differ from ghostscript's idea of page sizes;
3793           see comment in desktop-properties.cpp for speculation of
3794           possible problems (fuzziness from antialiasing).
3796           (Note also that our previous sizes differed even more from
3797           gs_statd.ps...)
3799           Coalesced Ledger and Tabloid to a single entry (11x17in);
3800           previously they differed in size.
3802           Changed Icon 16x16 from 16pt to 16px; similarly Icon 32x32 and
3803           Banner 468x60.
3805 2004-01-24  MenTaLguY  <mental@rydia.net>
3807         * src/xml/simple-node.cpp: potential fix for bug #1108231
3809 2004-01-23  Ted Gould  <ted@gould.cx>
3811         * po/POTFILES.in, share/extensions/dia.inx,
3812         src/preferences-skeleton.h, src/extension/Makefile_insert,
3813         src/extension/dependency.cpp, src/extension/dependency.h,
3814         src/extension/error-file.cpp, src/extension/error-file.h,
3815         src/extension/extension.cpp, src/extension/extension.h,
3816         src/extension/init.cpp, src/extension/prefdialog.cpp:
3818         Adding in functionality to write out an error log based on the failing to
3819         load of extensions.  There is also a new error dialog that appears if one
3820         or more fail to alert the user and tell them where the error log is
3821         stored.  In the log there is more complex descriptions of what failed.
3823 2004-01-23  MenTaLguY  <mental@rydia.net>
3825         * src/sp-object.cpp: fix for id binding bug
3827 2004-01-23  MenTaLguY  <mental@rydia.net>
3829         * src/xml/repr-io.cpp: don't complain about not having a namespace
3830           URI for the standard xml: prefix
3832         * src/desktop-style.cpp, src/desktop.cpp, src/document-undo.cpp,
3833           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
3834           src/interface.cpp, src/nodepath.cpp, src/object-edit.cpp,
3835           src/path-chemistry.cpp, src/prefs-utils.cpp, src/select-toolbar.cpp,
3836           src/selection-chemistry.cpp, src/sp-defs.cpp, src/sp-flowdiv.cpp,
3837           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-item.cpp,
3838           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object.cpp,
3839           src/sp-offset.cpp, src/sp-pattern.cpp, src/sp-string.cpp,
3840           src/sp-text.cpp, src/sp-tspan.cpp, src/sp-use.cpp, src/splivarot.cpp,
3841           src/text-chemistry.cpp, src/text-context.cpp, src/text-editing.cpp,
3842           src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp,
3843           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
3844           src/extension/extension.h, src/extension/implementation/script.cpp,
3845           src/widgets/dash-selector.cpp, src/widgets/gradient-vector.cpp,
3846           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
3847           src/xml/comment-node.h, src/xml/element-node.h,
3848           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
3849           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
3850           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
3851           src/xml/repr.h, src/xml/simple-document.cpp, src/xml/simple-document.h,
3852           src/xml/simple-node.cpp, src/xml/simple-node.h,
3853           src/xml/sp-repr-action.cpp, src/xml/sp-repr-doc.h, src/xml/sp-repr.h,
3854           src/xml/text-node.h:
3856           got rid of xml/repr-private.h, removed
3857           sp_repr_document_createTextNode(), made SPRepr and SPReprDoc abstract
3858           interfaces, and moved the SPRepr implementations into separate files
3859           in the Inkscape::XML namespace
3861         * src/util/shared-c-string-ptr.h: added equality operators to avoid
3862           certain ambiguities
3864 2004-01-22  MenTaLguY  <mental@rydia.net>
3866         * src/xml/Makefile_insert, src/xml/repr-private.h, src/xml/repr.cpp,
3867           src/xml/session.h, src/xml/simple-session.cpp, src/xml/simple-session.h,
3868           src/xml/sp-repr-action.cpp, src/xml/transaction-logger.h:
3870           added Inkscape::XML::Session and Inkscape::XML::TransactionLogger
3871           to provide a new interface for transactions, rather than doing it from
3872           SPReprDoc
3874 2004-01-22  MenTaLguY  <mental@rydia.net>
3876         * src/xml/Makefile_insert, src/xml/node-observer.h,
3877           src/xml/repr-private.h, src/xml/repr.cpp:
3879           moved repr loging behind generic observer interface
3881 2005-01-22  Ted Gould  <ted@gould.cx>
3883         * src/display/canvas-grid.cpp, src/display/canvas-grid.h;
3885         Fixing 1103001.  Now major grid lines work alot more like you
3886         think that they should.
3888 2005-01-21  MenTaLguY  <mental@rydia.net>
3890         * src/util/Makefile_insert, src/util/shared-c-string-ptr.cpp,
3891           src/util/shared-c-string-ptr.h, src/util/shared-c-string.cpp,
3892           src/util/shared-c-string.h, src/xml/repr-io.cpp,
3893           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
3894           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h:
3896           renamed Util::SharedCString to Util::SharedCStringPtr, which is
3897           more descriptive of what it actually is
3899 2005-01-21  MenTaLguY  <mental@rydia.net>
3901         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp:
3903           simplify the cacheing of repr position indices, and make it something
3904           that can work with an abstract interface
3906 2005-01-20  Kees Cook  <kees@outflux.net>
3908         * src/file.cpp: added some debug output to help bulia debug bug #1102318.
3909         * configure.ac: more attempts at detecting the -lgc libs.
3911 2005-01-19  Kees Cook  <kees@outflux.net>
3913         * configure.ac: trying to correct the -lgc detection.
3914         * inkscape.pod: added theme details.
3915         * src/widgets/widget-sizes.h: went from 20 to 24 for toolbar icon size
3916           to match other GTK applications.
3917         * src/extension/db.cpp: corrected STL "not found" handling.  Didn't
3918           fix bug #1102318.
3920 2005-01-18  Kees Cook  <kees@outflux.net>
3922         * src/inkscape.h, src/inkscape.cpp, src/widgets/icons.cpp:
3923           Added basic theme support!  Whee!
3924         * share/inkscape/icons.svg: restoring original up/down/flip icons since
3925           icons are themable now.  We should stick to our original look.
3926         * share/screens/about.svg: added Brisgeek's 0.41 about screen.  Had
3927           to tweak background: looks like doc background isn't imported.
3928         * share/icons/*.xpm, share/icons/*.png: removed them.  Not being used.
3930 2005-01-17  MenTaLguY  <mental@rydia.net>
3932         * src/desktop-style.cpp, src/inkscape.cpp, src/interface.cpp,
3933           src/path-chemistry.cpp, src/prefs-utils.cpp, src/selection-chemistry.cpp,
3934           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-object.cpp,
3935           src/sp-text.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
3936           src/dialogs/xml-tree.cpp, src/extension/internal/pov-out.cpp,
3937           src/widgets/dash-selector.cpp, src/xml/repr-css.cpp,
3938           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
3939           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
3940           src/xml/sp-repr-action.cpp:
3942           Made all SPRepr fields private, and moved most functionality into
3943           member functions.  Also shuffled SPReprDoc members, to avoid
3944           need for SPReprDoc to be finalized.
3946 2005-01-17  Kees Cook  <kees@outflux.net>
3948         * share/markers/markers.svg: applied patch #990884, which provides a
3949           few mirrored arrows until marker transforms are finished.
3950         * share/icons/icons.svg: updates per Bulia's request.
3952 2005-01-16  MenTaLguY  <mental@rydia.net>
3954         * src/sp-object.cpp: non-elements no longer get ids assigned
3956 2005-01-15  MenTaLguY  <mental@rydia.net>
3958         * src/arc-context.cpp, src/document-private.h, src/document.cpp,
3959           src/document.h, src/event-context.cpp, src/node-context.cpp,
3960           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
3961           src/star-context.cpp, src/toolbox.cpp, src/uri-references.cpp,
3962           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
3963           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
3964           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
3965           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
3966           src/xml/sp-repr-event-vector.h:
3968           Removed attribute setting callback, and decoupled ids and object/repr
3969           bindings (object <-> repr associations are now remembered directly,
3970           though ids are still tracked too).
3972           This means it is now possible to set a null id on an object without
3973           anything breaking (hopefully).  For now we will still assign ids
3974           to everything by default...
3976 2005-01-15  MenTaLguY  <mental@rydia.net>
3978         * src/arc-context.cpp, src/event-context.cpp, src/node-context.cpp,
3979           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
3980           src/star-context.cpp, src/toolbox.cpp,
3981           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
3982           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
3983           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
3984           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
3985           src/xml/sp-repr-event-vector.h:
3987           remove all veto callbacks but setting attributes
3989 2005-01-15  Kees Cook  <kees@outflux.net>
3991         * src/inkscape.cpp: correcting windows path for preferences.  Closes
3992         bug #933461.
3994         * src/file.cpp, src/nodepath.cpp, src/selection-describer.cpp,
3995         src/seltrans.cpp, src/sp-item-group.cpp, src/sp-path.cpp,
3996         src/sp-spiral.cpp, src/sp-star.cpp, src/dialogs/find.cpp:
3997         Using ngettext for plural localized strings.  Please try to keep this
3998         up.  Closes bug #1076872.
4000         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
4001         src/inkscape-stock.h, src/dialogs/stroke-style.cpp,
4002         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4003         src/dialogs/xml-tree.cpp: Finished the last of the missing pixmap
4004         replacements from Andreas Nilsson.  Fixed some mistakes in the earlier
4005         changes (need to call sp_icon_new_scaled not sp_icon_new).
4007 2005-01-14  MenTaLguY  <mental@rydia.net>
4009         * src/gc.cpp: leave the free space multiplier at the default, which
4010           will hopefully (according to Hans) avoid some of the odd gc issues
4011           we've had, if nothing else does
4013 2005-01-14  Kees Cook  <kees@outflux.net>
4015         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
4016         src/inkscape-stock.h, src/verbs.cpp, src/dialogs/stroke-style.cpp,
4017         src/dialogs/transformation.cpp, src/widgets/icon.cpp, src/widgets/icon.h,
4018         src/widgets/paint-selector.cpp:
4019         Fixed up code and replaced pixmaps with icons from myself and
4020         Andreas Nilsson.
4022 2005-01-11  MenTaLguY  <mental@rydia.net>
4024         * src/xml/repr-io.cpp: promote non-namespaced SVG documents into SVG
4025           namespace
4027 2005-01-08  MenTaLguY  <mental@rydia.net>
4029         * src/Makefile_insert, src/gc-anchored.cpp, src/gc-anchored.h:
4030           abstracted allocation of anchors
4032 2005-01-06  Ted Gould  <ted@gould.cx>
4034         * src/interface.cpp, src/extension/effect.cpp,
4035         src/extension/implementation/implementation.cpp,
4036         src/extension/implementation/implementation.h,
4037         src/extension/implementation/plugin-link.h,
4038         src/extension/implementation/plugin.cpp,
4039         src/extension/implementation/plugin.h,
4040         src/extension/implementation/script.cpp,
4041         src/extension/implementation/script.h, src/extension/plugin/gimpgrad.cpp,
4042         src/extension/plugin/grid.cpp:
4044         Changing the effects preferences so that it uses sockets and plugs which
4045         will allow out of process GUIs to work too.  This is a first pass with
4046         nothing beautiful, but it does seem to work.
4048 2005-01-03  MenTaLguY  <mental@rydia.net>
4050         * src/document.cpp, src/main.cpp, src/sp-root.cpp:
4051           get rid of ugly xmlns hacks
4053         * src/inkscape.cpp, src/extension/internal/svg.cpp, src/xml/repr-io.cpp:
4054           automatically include xmlns declarations for the required namespaces,
4055           and make a best effort at using a default namespace when requested
4056           and possible
4058 2005-01-02  Kees Cook  <kees@outflux.net>
4060         * share/icons/icons.svg: updated view and location
4061         * src/document.cpp, src/dialogs/rdf.cpp: fixed another bug in metadata
4062           due to svg: prefix change.
4063         * src/inkscape-stock.h, src/inkscape-stock.cpp, share/icons/Makefile.am:
4064           removed unused xpm icons
4066 2005-01-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4068         * src/fontsize-expansion.h, src/fontsize-expansion.cpp:
4069           New files.
4070         * src/Makefile_insert: Add the new files to libinkpre_a_SOURCES.
4071         * src/desktop-style.cpp (sp_desktop_apply_css_recursive):
4072           When calling sp_css_attr_scale, change the expansion calculation
4073           to use fontsize_expansion().
4074         * src/sp-text.cpp (sp_text_set_transform): Similarly use
4075           fontsize_expansion() instead of generic m.expansion().
4077 2005-01-01  Kees Cook  <kees@outflux.net>
4079         * src/extension/db.h, src/extension/db.cpp, src/extension/init.cpp:
4080         created "modulelist" to maintain initialization order for extension
4081         lists.
4083 2004-12-31  MenTaLguY  <mental@rydia.net>
4085         * src/xml/repr-io.cpp, src/xml/repr.h: initial scaffoliding for more
4086           cosmetic use of prefixes in output files (and eventually more proper
4087           namespace handling for output as well)
4089 2004-12-31  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4091         * src/sp-text.cpp (sp_text_set_transform): Change scaling of font size.
4092           The result should be closer to what CorelDraw, XaraX, Canvas 7 and
4093           Expression3 do according to vellum, though I don't know the exact
4094           rule that they use.
4096 2004-12-25  Ted Gould  <ted@gould.cx>
4098         * share/extensions/grid.inx, src/extension/extension.cpp,
4099         src/extension/extension.h, src/extension/plugin/grid.cpp:
4101         Futher improvements to the grid plugin.  This involves mostly adding in
4102         parameters at this time, but, ofcourse, I never implemented floating
4103         point parameters -- so that had to be done first.  More modular code so
4104         that things can be adjusted externally better.
4106 2004-12-25  Ted Gould  <ted@gould.cx>
4108         * share/extensions/Makefile.am, share/extensions/grid.inx,
4109         src/extension/implementation/plugin-link.h,
4110         src/extension/implementation/plugin.cpp,
4111         src/extension/plugin/Makefile_insert, src/extension/plugin/gimpgrad.cpp,
4112         src/extension/plugin/grid.cpp:
4114         Adding in a new effect plugin, grid.  It draws a grid on the canvas which
4115         is just an easy way to do some neat things.  It is mostly done, but still
4116         needs cleanup.  Some other files required modification to make this
4117         possible.
4119 2004-12-25  MenTaLguY  <mental@rydia.net>
4121         * src/event-context.cpp: removed unused handler
4123 2004-12-25  Ted Gould  <ted@gould.cx>
4125         * share/extensions/svg_dropshadow:
4127         Changing to use "svg:g" instead of "g" for the group.
4129         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h,
4130         src/extension/system.cpp, src/extension/system.h,
4131         src/extension/implementation/implementation.cpp,
4132         src/extension/implementation/implementation.h,
4133         src/extension/implementation/plugin.cpp,
4134         src/extension/implementation/plugin.h,
4135         src/extension/implementation/script.cpp,
4136         src/extension/implementation/script.h:
4138         Final stuff to get Effects working as well as the did before, which
4139         is okay, but not great.  This involved changing the API to get an SPView
4140         instead of an SPDocument because then I can get the selection information
4141         from the view that is being used.
4143 2004-12-24  MenTaLguY  <mental@rydia.net>
4145         * src/sp-object-repr.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
4146           src/dialogs/rdf.cpp, src/dialogs/xml-tree.cpp,
4147           src/widgets/sp-xmlview-tree.cpp, src/xml/repr-io.cpp,
4148           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4149           src/xml/repr.h:
4151           cleaned out unused code and unhygenic macros, as well as fixing
4152           constructors for text and comment nodes
4154 2004-12-24  Ted Gould  <ted@gould.cx>
4156         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h:
4158         Okay, now the effects menu really works!  Well, the implementation seems
4159         to be broken, but the wrapper seems to be all working.
4161 2004-12-24  Ted Gould  <ted@gould.cx>
4163         * src/interface.cpp, src/verbs.cpp, src/verbs.h, src/extension/effect.cpp,
4164         src/extension/effect.h:
4166         Getting the Effects menu basically working.  This included some fixes to
4167         the verbs where they were incrementing the database incorrectly.  The
4168         effects are the first component to take advantage of the dynamically
4169         created verbs, and exercised new code.  Now the basic menu is available,
4170         but there is no functionality there.
4172 2004-12-24  Ted Gould  <ted@gould.cx>
4174         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
4176         Basic code for the effects menu.
4178         * src/dialogs/filedialog.cpp, src/dialogs/filedialog.h,
4179         src/extension/db.cpp, src/extension/db.h:
4181         Changing the DB access functions to use std::list instead of GSList so
4182         that it is more standard, and we get rid of a specialized class that
4183         really isn't that useful.  Less memory usage, and fixes a leak.
4185         * src/extension/effect.cpp, src/extension/effect.h:
4187         Adding in a "Last Effect" to be used in the menus.
4189         * src/extension/extension-forward.h, src/extension/extension.cpp,
4190         src/extension/extension.h, src/extension/input.cpp,
4191         src/extension/output.cpp, src/extension/timer.cpp, src/extension/timer.h,
4192         src/extension/Makefile_insert:
4194         Adding in the timer functions so that modules will unload in a given
4195         amount of time.  For more information on this read the documentation
4196         in the files.  Kinda a lazy deallocation.
4198         * src/extension/implementation/implementation.cpp:
4200         Fix unload so that it is not recursive.
4202 2004-12-23  MenTaLguY  <mental@rydia.net>
4204         * src/arc-context.cpp, src/document.cpp, src/draw-context.cpp,
4205           src/dyna-draw-context.cpp, src/file.cpp, src/gradient-chemistry.cpp,
4206           src/interface.cpp, src/layer-fns.cpp, src/main.cpp, src/object-ui.cpp,
4207           src/path-chemistry.cpp, src/rect-context.cpp,
4208           src/selection-chemistry.cpp, src/sp-anchor.cpp, src/sp-clippath.cpp,
4209           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
4210           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-gradient-test.cpp,
4211           src/sp-gradient.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4212           src/sp-line.cpp, src/sp-marker.cpp, src/sp-mask.cpp,
4213           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-offset.cpp,
4214           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4215           src/sp-polyline.cpp, src/sp-rect.cpp, src/sp-root.cpp,
4216           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp, src/sp-text.cpp,
4217           src/sp-tspan.cpp, src/sp-use.cpp, src/spiral-context.cpp,
4218           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
4219           src/text-context.cpp, src/dialogs/find.cpp, src/dialogs/rdf.cpp,
4220           src/dialogs/xml-tree.cpp, src/ecma/EcmaBinding.cpp,
4221           src/extension/internal/gdkpixbuf-input.cpp,
4222           src/extension/internal/svg.cpp, src/livarot/ShapeDraw.cpp,
4223           src/xml/repr-io.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp:
4225           use normalized qnames for SVG elements too
4227 2004-12-23  Kees Cook  <kees@outflux.net>
4229         * configure.ac, src/Makefile_insert, src/extension/script/Makefile_insert:
4230           adding Perl and Python compile tests.  Corrected library locations.
4231         * src/extension/script/InkscapeScript.h,
4232           src/extension/script/InkscapePython.cpp,
4233           src/extension/script/InkscapeScript.cpp: white space fix, and
4234           added config.h, and some small debugging for myself.  Hope Bob doesn't
4235           mind!  :)
4236         * src/dialogs/scriptdialog.cpp: added comments to default code.
4238 2004-12-22  Kees Cook  <kees@outflux.net>
4240         * configure.ac, src/extension/script/Makefile_insert: automake cleanups
4241           to deal with perl/python detection.
4243 2004-12-20  David Turner <novalis@gnu.org>
4244         * src/widgets/gradient-vector.cpp:
4245           Fixed bug with gradient stops at 0 and 100%.  Closes 1085920.
4247 2004-12-18  Bob Jamison  <rjamison@titan.com>
4249         * src/extensions/script/*:
4250           New files that enable embedding of scripting languages
4251           in Inkscape.  Currently using Swig to embed Perl and Python.
4253         * autoconf.ac:
4254           Allow opting for perl or python with --with-perl=yes|no
4255           and --with-python=yes|no
4257 2004-12-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4259         * streq.h (streq), strneq.h (strneq), memeq.h (memeq):
4260           New convenience functions for strcmp(a,b)==0 etc.
4262         * src/dir-util.cpp (sp_relative_path_from_path):
4263           Fix when base is a string prefix of path but a directory prefix
4264           (e.g. path=/foo/barney, base=/foo/bar).
4266 2004-12-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4268         * src/sp-conn-end.cpp (sp_conn_end_move_compensate):
4269           Fix for undo/save: wasn't calling updateRepr().
4271 2004-12-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4273         * src/style.cpp (sp_style_merge_from_style_string):
4274           More standards-conforming parsing of style strings into prop:value
4275           pairs.
4277 2004-12-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4279         * src/style.h, src/style.cpp, src/libnrtype/font-style-to-pos.cpp:
4280           Fix font-weight value: s/darker/bolder/.
4282         * src/style.cpp (sp_style_merge_from_parent):
4283           Fix bug with specifying stroke-width with unit of em or ex.
4284           (We were ignoring the number, treating it as 1em or 1ex.)
4286         * src/style.h, src/style.cpp (sp_style_read_dash,
4287           sp_style_write_string, sp_style_write_difference):
4288           Allow `inherit' as a value for dasharray.
4289           (Also plug small memory leak in sp_style_read_dash.)
4291 2004-12-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4293         * src/style.cpp (sp_style_write_string):
4294           Fix for when stroke-dasharray either explicitly set to `none', or
4295           inherits non-none.
4297         * src/style.cpp (sp_style_write_ienum):
4298           Fix: preserve explicit `inherit' request.
4299         * (sp_style_read, sp_style_merge_property):
4300           Allow explicit `inherit' for `display' property.
4302         * src/style.cpp (sp_style_read):
4303           Fix copy&paste bug affecting `visibility' and `display' properties.
4305 2004-12-07  David Turner  <novalis@gnu.org>
4307         * src/libnrtype/RasterFont.cpp, src/display/nr-arena-shape.cpp:
4308         Fixed dash rendering bug (#1077213)
4310 2004-12-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4312         * src/style.h, src/style.cpp: Support all `display' values
4313           required by SVG 1.1.  (No functional change, insofar as the new
4314           values all have the same behaviour as our existing `block' value
4315           in SVG.)
4316         * src/sp-item.cpp, src/style.cpp: Use `inline' (SP_CSS_DISPLAY_INLINE)
4317           rather than `block' as our generic display value meaning `don't hide
4318           this', as per spec.
4320         * src/style.cpp: Prefer to write lr-tb etc. rather than the
4321           abbreviations lr etc.  (Also add comment saying why.)
4323 2004-12-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4325         * src/dialogs/xml-tree.cpp (on_attr_select_row_set_value_content):
4326           Fix segfault: treat NULL as empty string for display purposes.
4328 2004-11-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4330         * src/svg/svg.h, src/svg/sp-svg.def, src/svg/svg-length.cpp:
4331           (sp_svg_boolean_read, sp_svg_write_percentage):
4332           Remove these unused functions.
4333           (sp_svg_length_read_lff, sp_svg_number_write_d,
4334           sp_svg_number_write_i): Mark static.
4336         * configure.ac:
4337           When adding -lgc to LIBS, also add its dependencies -lpthread -ldl.
4339 2004-11-28  Ted Gould  <ted@gould.cx>
4341         * 0.40
4343 2004-11-25  MenTaLguY  <mental@rydia.net>
4345         * share/tutorials/tutorial-calligraphy.svg: spelling fix
4347         * src/widgets/layer-selector.cpp: fixing the layer selector update bug;
4348           sigc++ apparently doesn't deal with reference arguments very well
4350 2004-11-25  MenTaLguY  <mental@rydia.net>
4352         * src/layer-fns.cpp: fix layer creation within sublayers
4354         * src/dialogs/layer-properties.cpp: fix dialog leak
4356 2004-11-25  MenTaLguY  <mental@rydia.net>
4358         * src/inkscape.cpp: eliminate duplicated code across #ifdefs
4360         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
4361           src/dialogs/layer-properties.h:
4363           LayerPropertiesDialog is no longer a singleton, since it's kind of a
4364           per-desktop (well, ideally per-document) thing.  Remaining to do:
4365           fix update of layer selector widget, and eliminate leak of dialog
4366           objects.
4368 2004-11-24  Kees Cook  <kees@outflux.net>
4370         * inkscape.spec: added SMP flags, added static library link capability.
4372 2004-11-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4374         * src/draw-context.cpp (spdc_concat_colors_and_flush):
4375           Do nothing if empty curve; in particular, don't try to close an
4376           empty curve.
4378         * src/pen-context.cpp (spdc_endpoint_snap):
4379           Fix use of uninitialized value when snapping.
4381 2004-11-23  Bryce Harrington <bryce@bryceharrington.org>
4383         * src/dialogs/layer-properties.cpp:  Fixing bug causing two new
4384           layers to get created when hitting enter
4386 2004-11-23  Kees Cook  <kees@outflux.net>
4388         * share/tutorials: added Josh's changes, resized, repositioned for
4389           800x600.
4390         * src/verbs.h, src/verbs.cpp, src/interface.cpp: added tracing
4391           tutorial.
4393 2004-11-23  MenTaLguY  <mental@rydia.net>
4395         * src/rect-context.cpp: disallow drawing on locked or invisible layers
4397         * src/widgets/layer-properties.h, src/widgets/layer-properties.cpp:
4398           slight HIG-ification
4400         * src/desktop.cpp, src/desktop.h, src/widgets/layer-selector.cpp,
4401           src/widgets/layer-selector.h, src/verbs.cpp, src/sp-desktop-widget.h
4403           removed vestigal layer renaming thing
4405         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
4406           src/dialogs/layer-properties.h:
4408           reuse dialog for creating layers as well as for renaming them
4410 2004-11-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4412         * src/display/bezier-utils.cpp (generate_bezier): For the sake of
4413           our current pencil tool, don't use free optimization of the end
4414           tangent vector.
4416 2004-11-21  MenTaLguY <mental@rydia.net>
4418         * src/verbs.cpp: add accels for layer menu items
4420 2004-11-21  Bryce Harrington <bryce@bryceharrington.org>
4422         * src/dialogs/layer-properties.cpp, src/verbs.cpp,
4423           src/dialogs/layer-properties.h: Hooking up layer rename
4424           functionality, and making it show correctly.
4426         * src/dialogs/debugdialog.cpp, src/dialogs/find.cpp,
4427           src/dialogs/tracedialog.cpp:  Fixing dialog show behavior
4429 2004-11-21  Kees Cook  <kees@outflux.net>
4431         * src/sp-object.cpp, src/sp-metadata.cpp: added some debugging, and
4432           fixed a dumb error in my metadata _release handler.  Should mostly
4433           close bug 1069772.
4434         * src/Makefile_insert, src/sp-skeleton.cpp, src/sp-skeleton.h:
4435           created some example SPObject implementations for a basis for any
4436           new SPObjects in the future.
4437         * src/dialogs/xml-tree.cpp: fixing logic bug in identability checker.
4438           Added immutability test to actually close 1069772.
4439         * share/icons/icons.svg, src/verbs.cpp, src/interface.cpp: adding
4440           icons for the "new" menu, vacuum, reverse, make bitmap, and trace.
4442 2004-11-20  Jon A. Cruz  <jon@joncruz.org>
4444         * src/extension/db.h, src/extension/db.cpp, src/dialogs/filedialog.cpp:
4445           Added extension matching pattern. Fixed bug 1064888.
4447         * src/dialogs/filedialog.cpp (isValidImageFile):
4448           Fixed previewing bug 1067551.
4450 2004-11-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4452         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
4453           Add splitpoints parameter.  Callers updated.
4455         * src/display/bezier-utils.cpp
4456           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full):
4457           Change last parameter from lg_max_beziers to max_beziers.
4458           Callers updated.
4460 2004-11-19  Bryce <bryce@bryceharrington.org>
4462         * src/dialogs/layer-properties.cpp,
4463           src/dialogs/layer-properties.h:  Adding some widgets.
4465 2004-11-18  Bryce <bryce@bryceharrington.org>
4467         * src/dialogs/Makefile_insert, src/dialogs/makefile.msc,
4468           src/dialogs/layer-properties.h, src/dialogs/layer-properties.h:
4469           Adding a layer properties dialog for renaming layers
4471         * src/desktop.cpp src/interface.cpp, src/verbs.cpp,
4472           src/verbs.h src/dialogs/layer-properties.cpp,
4473           src/dialogs/layer-properties.h,
4474           src/widgets/layer-selector.cpp:  Hooking in layer props dialog.
4476 2004-11-16  MenTaLguY  <mental@rydia.net>
4478         * src/widgets/document-tree-model.cpp, src/widgets/document-tree-model.h,
4479           src/widgets/layer-selector.cpp, src/widgets/Makefile_insert:
4481           removed Widgets::DocumentTreeModel because unused
4483         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4484           src/xml/repr.h:
4486           cache successive sibling counts (self+subsequent siblings) in SPRepr
4487           to make sp_repr_n_children() and sp_repr_position() more efficient,
4488           which will be needed later for e.g. GTK tree models.
4490           sp_repr_nth_child() isn't any faster as a result of the changes,
4491           but it probably won't need to be
4493         * src/xml/repr.cpp: fixed refcount leak in SPRepr::SPRepr(SPRepr const &)
4495 2004-11-15  MenTaLguY  <mental@rydia.net>
4497         * src/gc.cpp: add initial stubs that print an informative error
4498           if the GC functions are used before Inkscape::GC::init() is called
4500 2004-11-14  MenTaLguY  <mental@rydia.net>
4502         * configure.ac, src/gc-core.h, src/gc-managed.h, src/gc-anchored.h,
4503           src/gc-finalized.h, src/gc.cpp:
4505           make disabling the collector a run-time rather than a compile-time
4506           option; there are now three garbage collector options, selectable
4507           by setting the _INKSCAPE_GC environment variable:
4509            * enable - the normal collector (default)
4510            * debug - the debugging collector
4511            * disable - use standard malloc in place of the libgc allocator
4513 2004-11-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4515         * src/display/bezier-utils.cpp: Make end tangent/s be unconstrained for
4516           sp_bezier_fit_cubic, sp_bezier_fit_cubic_r, and around corner nodes.
4518         * src/pencil-context.cpp (fit_and_split): Allow the bezier fitter to
4519           choose the middle control points freely except to the extent required
4520           for smooth nodes.
4522         * src/display/bezier-utils.cpp (generate_bezier):
4523           If either end tangent is specified as zero then estimate the
4524           corresponding control point without constraining its direction
4525           from the endpoint.
4527         * src/pencil-context.h, src/pencil-context.cpp
4528           (fit_and_split, sp_pencil_context_init): Explicitly remember required
4529           tangent instead of using "first two points" hack.
4531         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
4532           Detect & prevent "ghost spikes", by allowing a corner node if
4533           the specified tangent would result in a spike.
4535         * src/display/bezier-utils.cpp (generate_bezier): Better handling
4536           of the case of infinite solutions for the lengths of the two
4537           tangent vectors: try requiring that the lengths equal each other,
4538           and solving for that length (just one variable).
4540 2004-11-13  Kees Cook  <kees@outflux.net>
4542         * src/document.cpp: wrapped updateDisplay call in undo insensitivity.
4543           Closes bug #1030436.
4545 2004-11-12  MenTaLguY  <mental@rydia.net>
4547         * src/main.cpp: fpresetsticky -> fpsetsticky
4549         * src/verbs.cpp: cast width changes
4551         * src/libnrtype/FlowBoxes.h, src/libnrtype/FlowDefs.h,
4552           src/libnrtype/FlowDest.h, src/libnrtype/FlowEater.h,
4553           src/libnrtype/FlowRes.h, src/libnrtype/FlowSols.h,
4554           src/libnrtype/FlowSrc.h, src/libnrtype/FlowSrcText.h,
4555           src/libnrtype/FlowStyle.h, src/libnrtype/FlowUtils.h:
4556           remove stdint.h which isn't being used here
4558         * src/widgets/icon.h, src/widgets/icon.cpp:
4559           icon greys out when insensitive
4561         * src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
4562           documentation
4564         * src/verbs.cpp: changed cast to reinterpret_cast to hopefully
4565           avoid compiler warning
4567 2004-11-11  Kees Cook  <kees@outflux.net>
4569         * src/seltrans.cpp, src/select-context.cpp: ref counting SPObjects
4570           correctly so undo's don't blow up an active resize/move.  Closes
4571           bug #1018756.
4573 2004-11-11  MenTaLguY  <mental@rydia.net>
4575         * src/inkscape.cpp, src/main.cpp, src/widgets/icon.cpp:
4576           removed sp_bitmap_icons
4578         * configure.ac, src/sp-image.cpp, src/object-ui.cpp:
4579           removed stale autotrace support code
4581 2004-11-10  MenTaLguY  <mental@rydia.net>
4583         * src/sp-item.cpp, src/sp-clippath.cpp, src/cp-mask.cpp:
4584           minor refcounting tweaks
4586         * src/sp-image.cpp: fixed failure to release GdkPixbufLoader when
4587           done with it (fixes bug #1063054)
4589 2004-11-10  Kees Cook  <kees@outflux.net>
4591         * configure.ac, src/gc-core.h: corrected gc.h path detection.
4593 2004-11-09  MenTaLguY  <mental@rydia.net>
4595         * src/dialogs/fileselector.cpp: fixed cut-and-paste refcount bug
4596           between SVGPreview::setFileName and SVGPreview::setFromMem that
4597           was leaking bitmap image preview SPDocuments
4599 2004-11-09  Bryce Harrington <bryce@bryceharrington.org>
4601         * src/dialogs/item-properties.cpp
4603 2004-11-09  MenTaLguY  <mental@rydia.net>
4605         * src/sp-item.cpp, src/style.cpp, src/style.h:
4606           use 'display' rather than 'visibility' for hiding, and give display
4607           a more "modern" representation in SPStyle like visibility's
4609 2004-11-09  Kees Cook  <kees@outflux.net>
4611         * src/dialogs/xml-tree.cpp: added better context to the status bar.
4612           added warning flash for id conflicts.
4613         * src/toolbox.cpp: killed some copy/paste code while bug hunting.
4615 2004-11-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4617         * src/sp-item.h, src/sp-item.cpp
4618           (isExplicitlyHidden, setExplicitlyHidden): New methods.
4620         * src/dialogs/item-properties.cpp: Change from having a `Visible'
4621           checkbox that explicitly sets the SVG visibility property to
4622           having a `Hide' checkbox that controls whether or not the
4623           element has visibility:hidden.  (Mitigates #1061934.)
4625         * src/sp-object.h, src/sp-object.cpp (visible, setVisible):
4626           Remove these methods.
4628 2004-11-07  MenTaLguY  <mental@rydia.net>
4630         * src/gc-finalized.h: fix for Debian bug #279991 (cast to ptrdiff_t
4631                               rather than int), and basic documentation
4633 2004-11-06  MenTaLguY  <mental@rydia.net>
4635         * src/sp-item.cpp: fix desktop-specific version of SPItem::isHidden()
4636                            to deal correctly with parent visibility
4638 2004-11-05  MenTaLguY  <mental@rydia.net>
4640         * src/widgets/layer-selector.cpp: more work on making the lock/hide
4641           buttons actually do something
4643         * src/sp-item.cpp, src/sp-item.h: implement lock/hide related methods
4645         * src/verbs.cpp: "Remove All Kerns" -> "Remove Manual Kerning"
4647 2004-11-04  Kees Cook  <kees@outflux.net>
4649         * src/dialogs/rdf.h, src/dialogs/rdf.cpp: added rdf:Bag for the
4650           dc:subject keyword list.  Closed bug #1021025.
4651         * src/dialogs/xml-tree.cpp, src/widgets/sp-xmlview-attr-list.cpp,
4652           src/widgets/sp-xmlview-attr-list.h: added status bar to XML
4653           editor.  added row-change callback for XML tree view.  This
4654           all supports a possible future solution to bug #869683.
4655         * src/dialogs/desktop-properties.cpp: memory leak in RDF code.
4657 2004-11-04  MenTaLguY  <mental@rydia.net>
4659         * src/widgets/layer-selector.cpp: togglable images and formatting
4660           changes (make current layer bold)
4662         * src/uri.h, src/uri.cpp: added assignment operator
4664 2004-11-03  MenTaLguY  <mental@rydia.net>
4666         * src/widgets/Makefile_insert, src/widgets/shrink-wrap-button.cpp,
4667           src/widgets/shrink-wrap-button.h:
4669           added Inkscape::Widgets::shrink_wrap_button, to make any gtk button
4670           an SPButton-like shrink-wrapped button
4672         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
4674           abandon SPButton for layer selector buttons
4676 2004-11-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4678         * po/check-markup: New script: detects <b>markup<b> <b>problems<7b>
4679           in the <b>translated strings.  (~10 such problems found.)
4680         * Makefile.am (all, check, distcheck): Run po/check-markup (with
4681           varying permissiveness of errors).
4683 2004-11-02  MenTaLguY  <mental@rydia.net>
4685         * doc/keys.xml: added documentation of layer keys
4687 2004-11-01  Kees Cook  <kees@outflux.net>
4689         * src/dialogs/align.cpp, src/dialogs/debugdialog.cpp: localized
4690         some missed strings.
4692 2004-11-01  MenTaLguY  <mental@rydia.net>
4694         * share/icons/icons.svg: gave bulia's eye icons ids
4696         * src/widgets/layer-selector.h, src/widgets/layers-selector.cpp:
4697           fixed up visibility/lock toggles... now to make them actually do
4698           something
4700 2004-10-31  MenTaLguY  <mental@rydia.net>
4702         * src/util/glib-list.h: adaptor for glib lists
4704         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
4705           save the repr next to the SPObject
4707 2004-10-30  MenTaLguY  <mental@rydia.net>
4709         * src/util/list.h: more list cleanups and documentation
4711         * src/verbs.cpp: call sp_document_done() for layer verbs too
4713 2004-10-30  Bryce Harrington <bryce@bryceharrington.org>
4715         * src/dialogs/item-properties.cpp, src/sp-object.h:  Cleaning up
4716         stubs, disabling some more of the desc code to prevent crash.
4717         The change to SPObject::label() broke the label editing code;
4718         fixing it.
4720 2004-10-30  Kees Cook  <kees@outflux.net>
4722         * src/sp-metadata.cpp, src/sp-metadata.h, src/Makefile_insert,
4723         src/document.cpp, src/sp-object-repr.cpp, src/sp-object.cpp:
4724         I've created my very first SPObject!  SPMetadata is alive!  No
4725         more nasty hack to have it disappear from SVG Plain.  Mental
4726         won't have to take away my CVS access any more!  :)
4727         * inkscape2.nsi: update from Adib Taraben
4729 2004-10-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4731         * src/libnr/nr-matrix.cpp (nr_matrix_invert):
4732           Fix for last commit to this file, which broke src==dest case.
4733         * src/libnr/nr-matrix-test.cpp: Add test cases for nr_matrix_invert.
4735 2004-10-30  MenTaLguY  <mental@rydia.net>
4737         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
4738           update when layers added/removed/reordered.
4740         * src/verbs.h, src/verbs.cpp: added "rename layer" verb.
4742 2004-10-29  Kees Cook  <kees@outflux.net>
4744         * src/Makefile_insert, src/trace/Makefile_insert,
4745         src/util/Makefile_insert: distcheck cleanups.
4747 2004-10-29  MenTaLguY  <mental@rydia.net>
4749         * src/widgets/layer-selector.cpp: default labels in italic
4751         * src/sp-object.h, src/sp-object.cpp: inkscape:label fixes
4753         * src/layer-fns.cpp: make ordering of layers complete; not just among
4754                              siblings
4756         * src/util/list.h: documentation update
4758 2004-10-29  Bryce Harrington <bryce@bryceharrington.org>
4760         * layer-fns.cpp:  documenting
4761         * layer-selector.cpp:  documenting & fixing funky widget resizing
4762         * object-ui.cpp, dialogs/item-properties.cpp, sp-object.h,
4763           sp-object.cpp, widgets/layer-selector.cpp: add ability to set
4764           inkscape:label from "Item Properties", remove id setting from
4765           "Item Properties", switch to using
4766           SPObject::label()/SPObject?::defaultLabel() in UI where object
4767           ID is currently used.  Documenting.  Switching from "label" to
4768           "inkscape:label" where appropriate.  Adding
4769           visible()/setVisible() functions and activating checkbox.
4770         * dialogs/item-properties.cpp:  Adding title and desc boxes.
4771           Adjusting layout of dialog a bit.  Changing to use of tables
4772           instead of horiz/vert boxes for layout.  Setting to inactive
4773           until some underlying bits get finished.
4775 2004-10-29  Kees Cook  <kees@outflux.net>
4777         * src/dialogs/export.cpp: moved function-based static state variable
4778           into the dialog state variables.  Closes bug #993447.
4779         * src/display/curve.cpp: fixed compile warning.
4780         * src/sp-namedview.cpp: wasn't ref counting correctly.  Closes #955020.
4782 2004-10-29  Jon A. Cruz  <jon@joncruz.org>
4784         * src/sp-image.cpp, src/extension/internal/gdkpixbuf-input.cpp:
4785           Refactoring filenames and file opening
4786           Scales imported images if DPI is known and not 72 DPI. Fixes
4787           #1029755
4789 2004-10-29  MenTaLguY  <mental@rydia.net>
4791         * src/widgets/layer-selector.cpp, src/verbs.cpp:
4792           unselect objects when layer is manually switched
4794 2004-10-28  Kees Cook  <kees@outflux.net>
4796         * src/document-undo.cpp, src/document.cpp, src/sp-namedview.cpp,
4797           src/sp-text.cpp, src/dialogs/desktop-properties.cpp,
4798           src/dialogs/export.cpp, src/extension/input.cpp,
4799           src/extension/output.cpp, src/extension/system.cpp:
4800           Fixing calls to sp_document_set_undo_sensitive to correct allow for
4801           nesting, as suggested by mental.  Found while tracking down bug
4802           #1030436.
4804 2004-10-28  MenTaLguY  <mental@rydia.net>
4806         * src/util/list.h: cleanups of list class.  I think, aside from
4807           documentation and maybe fixes for g++ 3.4 (if required), this
4808           is the last set of changes I will need to make.
4810         * src/sp-item.cpp, src/splivarot.cpp, src/util/reverse-list.h,
4811           src/util/filter-list.h, src/util/map-list.h:
4812           adjust for changes in the list class' interface
4814         * src/desktop.cpp, src/sp-desktop-widget.h:
4815           removed old layer selector and added SPDesktop::itemIsHidden()
4817         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
4818           more work; it's now at least as functional as the old selector it
4819           replaces
4821 2004-10-27  Kees Cook  <kees@outflux.net>
4823         * src/libnr/nr-point.h: use NR::X and NR::Y instead of "0" and "1".
4824         * src/dialogs/export.cpp: stack/register weirdness requires a function
4825           call to get true == comparison of NR::Rect's.  Closes bug #1048614.
4826         * src/dialogs/align.cpp: saving erased iterator.  Closes bug #1054270.
4827         * share/extensions/ill2svg.pl: added strict, warnings, and detection
4828           of Image::Magick module.  Closes bug #990659.
4829         * src/dialogs/find.h, src/dialogs/find.cpp: removed unfinished new
4830           find dialog instantiation.  Closes bug #1048802.
4832 2004-10-27  Carl Hetherington  <inkscape@carlh.net>
4834         * src/extension/output.cpp: better fix for 1004134 after advice
4835         from Ted.
4837 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
4839         * src/extension/output.cpp: don't reset modified flag until after
4840         save has happened, in case it fails.  Fixes 1004134.
4842         * src/livarot/ShapeSweep.cpp: fix a typo in my cleanups.  Fixes
4843         1048151.
4845 2004-10-25  Bryce Harringotn <bryce@bryceharrington.org>
4847         * file.cpp, file.h, dialogs/export.cpp: Adding error return logic
4848           for png export code so that failure to write can be tracked.
4849           Adding an error dialog for when this occurs.  Fixes bug 1038932.
4851         * extension/system.cpp:  Changing sp_ui_error_dialog to g_warning
4852           so won't crash when running from commandline.  Fixes bug
4853           1000350.
4855         * inkscape.cpp, inkscape.h, main.cpp, dialogs/filedialog.cpp:
4856           Adding Inkscape::Application::use_gui flag as temporary hack to
4857           prevent gui dialogs from being used when running from
4858           commandline.  Fixes bug 1045067.
4860 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
4862         * src/livarot/PathCutting.cpp: fix a couple of bugs that I
4863         introduced that cause crashes on cut path.
4865 2004-10-25  Kees Cook  <kees@outflux.net>
4867         * src/sp-object.cpp: nasty hack to not export metadata on "Plain SVG".
4868           I promise I'll fix this with a proper SPObject soon.
4870 2004-10-25  Jon A. Cruz  <jon@joncruz.org>
4871         * src/file.cpp, src/file.h, src/inkscape.cpp, src/sp-image.cpp,
4872         src/uri.cpp, src/uri.h, src/dialogs/filedialog.cpp,
4873         src/extension/input.cpp, src/extension/implementation/script.cpp,
4874         src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4875         src/extension/internal/win32.h, src/extension/plugin/gimpgrad.cpp,
4876         src/helper/png-write.cpp, src/trace/imagemap.cpp, src/xml/repr-io.cpp:
4878         Refactoring filenames and file opening
4880 2004-10-24  MenTaLguY  <mental@rydia.net>
4882         * src/Makefile.am: added/removed files
4884         * src/util/copy-list.h: nobody's using it right now, get rid of it
4886         * src/traits/copy.h, src/traits/list-copy.h:
4887           traits for determining the type to make a copy of a value
4889         * src/sp-item.cpp, src/util/filter-list.h src/util/map-list.h,
4890           src/util/reverse-list.h, src/widgets/layer-selector.cpp
4891           src/xml/sp-repr-action.cpp:
4893           let the list functions infer their own result type (where possible)
4895         * src/util/forward-pointer-iterator.h: its value type is a reference
4897 2004-10-23  MenTaLguY  <mental@rydia.net>
4899         * src/desktop.cpp: removed vertical usize limits on statusbar
4901         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
4902           more layer selector work; simplfied model and customized CellRenderer
4903           settings a bit
4905         * src/attributes.cpp, src/attributes.h, src/sp-object.cpp, src/sp-object.h:
4906           add inkscape:label attribute
4908         * src/file.cpp, src/sp-anchor.h, src/sp-animation.h, src/sp-chars.h,
4909           src/sp-clippath.h, src/sp-conn-end.cpp, src/sp-defs.h, src/sp-ellipse.h,
4910           src/sp-gradient.h, src/sp-guide.h, src/sp-image.h, src/sp-line.h,
4911           src/sp-linear-gradient.h, src/sp-marker.h, src/sp-mask.h,
4912           src/sp-namedview.h, src/sp-object-group.h, src/sp-offset.h, src/sp-path.h,
4913           src/sp-pattern.h, src/sp-polygon.h, src/sp-polyline.h,
4914           src/sp-radial-gradient.h, src/sp-rect.cpp, src/sp-rect.h, src/sp-root.h,
4915           src/sp-spiral.h, src/sp-star.h, src/sp-stop.h, src/sp-string.h,
4916           src/sp-symbol.h, src/sp-text.h, src/sp-tspan.h, src/sp-use.h,
4917           src/sp-offset.cpp, src/sp-shape.h:
4919           make inheritance actual
4921 2004-10-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4923         * src/libnr/*: Move some things from nr-matrix-ops.h to new files.
4925         * src/libnr/nr-point-fns.h, src/libnr/nr-point-fns.cpp:
4926           New function is_zero.  Move is_unit_vector here
4927           (was private to sp-spiral.cpp).
4929         * src/display/bezier-utils-test.cpp: Disable a test, replacing with a
4930           todo printf and adding a comment explaining.
4932 2004-10-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4934         * src/pencil-context.cpp: Ensure that data points array p is uniqued
4935           and contains no NaNs.
4937         * src/libnr/nr-point-fns.cpp (LInfty): Fix bug with NaN coordinates:
4938           return NaN (rather than unspecified behaviour).
4939         * src/libnr/nr-point-fns-test.cpp: Add test cases for L1,L2,LInfty
4940           handling of NaN.
4942         * src/pencil-context.cpp: Fix bug: undesirable interactions between
4943           snapping and snap-to-anchor.
4945 2004-10-21  MenTaLguY  <mental@rydia.net>
4947         * src/desktop.cpp: SPDesktop::currentRoot() should pull from
4948           the current layer hierarchy just like SPDesktop::currentLayer();
4949           doubly so, since currently when switching documents the layer hierarchy
4950           is updated before the document is switched
4952         * src/util/Makefile_insert, src/util/copy-list.h: add list copy thingy
4954         * src/util/list.h: add rest()
4956         * src/util/reverse-list.h: bug fixes to reverse_list_in_place()
4958         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
4959           more work on layer selector
4961 2004-10-21  Carl Hetherington  <inkscape@carlh.net>
4963         * src/livarot/Path.cpp, src/livarot/Path.h,
4964         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
4965         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
4966         src/livarot/ShapeMisc.cpp: excise separate path description data
4967         structure.
4969         * src/livarot/Path.h, src/livarot/Path.cpp,
4970         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
4971         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
4972         src/livarot/ShapeMisc.cpp, src/livarot/livarot-forward.h: move
4973         path description structs into their own files, and rename a few
4974         member variables.
4976         * src/livarot/Path.h, src/livarot/PathConversion.cpp,
4977         src/livarot/PathOutline.cpp: remove some unused functions.
4979 2004-10-20  Carl Hetherington  <inkscape@carlh.net>
4981         * src/livarot/Path.cpp: fix for 1050379, and probably lots of
4982         others.
4984         * src/livarot/Path.h, src/livarot/PathOutline.cpp: bug fix for a
4985         previous commit.
4987         * src/livarot/Path.cpp: fix a memory leak.
4989 2004-10-19  Carl Hetherington  <inkscape@carlh.net>
4991         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: more
4992         simplification cleanups.
4994         * src/livarot/PathStroke.cpp: coding style cleanups.
4996         * src/livarot/Path.h, src/livarot/PathSimplify.cpp,
4997         src/livarot/PathStroke.cpp: more cleanups; don't modify Path::pts
4998         and Path::nbPt.
5000         * src/livarot/Path.cpp, src/livarot/Path.h,
5001         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5002         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: use a
5003         std::vector for Path::pts.
5005 2004-10-18  Carl Hetherington  <inkscape@carlh.net>
5007         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: coding style
5008         and const cleanups.
5010         * src/livarot/PathSimplify.cpp: some very minor cleanups, and
5011         temporary comments for myself.
5013         * src/livarot/PathConversion.cpp: coding style cleanups.
5015         * src/livarot/PathConversion.cpp: fix for bug 1048827.
5017         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: clean up
5018         simplification code.
5020 2004-10-17  MenTaLguY  <mental@rydia.net>
5022         * share/templates/Makefile.am, share/templates/layers.svg:
5023           added a layer template
5025         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5026           more layer selector work
5028         * src/util/filter-list.h, src/util/Makefile_insert:
5029           added filter_list()
5031 2004-10-15  Carl Hetherington  <inkscape@carlh.net>
5033         * src/livarot/PathSimplify.cpp: remove #ifdef
5034         pseudo_douglas_pecker code that wasn't being used.
5036 2004-10-15  MenTaLguY  <mental@rydia.net>
5038         * src/view.h: removed obsolete status message functions
5040         * src/attributes.h: remove unused #define
5042         * src/sp-object.cpp: fix for bug #1048268 (inkscape:collect being written
5043           in "plain SVG" files)
5045         * src/sp-item.h, src/sp-item.cpp: added isLocked() and isHidden()
5046           predicates
5048         * src/sp-item.cpp, src/sp-style.cpp: basic support for visibility CSS
5049           property
5051 2004-10-14  Ted Gould  <ted@gould.cx>
5053         * share/extension/*.inkmod -> *.inx
5054         src/extension/init.cpp
5056         Changing the filename extension that is used to identify Inkscape
5057         extensions to the one specified in the design document.
5059 2004-10-14  MenTaLguY  <mental@rydia.net>
5061         * src/util/list.h: more 3.4 fixes
5063 2004-10-13  MenTaLguY  <mental@rydia.net>
5065         * src/util/list.h, src/util/forward-pointer-iterator.h:
5067           fixes to (hopefully) build with g++ 3.4 (and generally be less evil
5068           anyway)
5070 2004-10-14  Carl Hetherington <inkscape@carlh.net>
5072         * src/livarot/int-line.cpp: coding style cleanups.
5074         * src/livarot/float-line.cpp, src/livarot/float-line.h:
5075         refactoring, removal of dead code.
5077         * src/display/guideline.cpp, src/display/guideline.h: coding style
5078         cleanups.
5080         * src/livarot/Path.cpp, src/livarot/Path.h,
5081         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5082         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: merge
5083         Path::path_lineto and Path::path_lineto_b.
5085 2004-10-14  Carl Hetherington <inkscape@carlh.net>
5087         * src/Path.cpp, src/Path.h, src/PathConversion.cpp,
5088         src/PathCutting.cpp, src/PathOutline.cpp, src/PathSimplify.cpp,
5089         src/ShapeMisc.cpp: use a vector of pointers for Path::descr_cmd.
5091         * src/livarot/Ligne.cpp, src/livarot/Ligne.h,
5092         src/livarot/int-line.cpp, src/livarot/int-line.h,
5093         src/livarot/float-line.cpp, src/livarot/float-line.h,
5094         src/livarot/livarot-forward.h, src/livarot/ShapeRaster.cpp,
5095         src/sp-flowregion.cpp, src/display/canvas-bpath.cpp,
5096         src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
5097         src/display/sp-ctrlline.cpp, src/libnrtype/FlowDest.cpp,
5098         src/libnrtype/RasterFont.cpp: split Ligne into float-line and
5099         int-line.
5101         * src/libnrtype/FlowDest.cpp, src/libnrtype/RasterFont.cpp,
5102         src/libnrtype/raster-position.h, src/livarot/float-line.cpp,
5103         src/livarot/float-line.h, src/livarot/int-line.cpp: use
5104         std::vector for arrays in FloatLigne.
5106         * src/livarot/float-line.cpp, src/livarot/float-line.h: remove
5107         lots of dead code.  Make some methods private.
5109 2004-10-12  MenTaLguY  <mental@rydia.net>
5111         * src/Makefile.am: added files
5113         * src/layer-fns.cpp, src/sp-item.cpp: use iterators, simplifying code
5115         * src/sp-object.cpp, src/splivarot.cpp: adapt to new version of
5116           Inkscape::Algorithms::longest_common_suffix
5118         * src/sp-object.h, src/sp-repr-iterators.h: add new iterator classes
5120         * src/algorithms/find-last-if.h: add counterpart of std::find_if
5122         * src/algorithms/longest-common-suffix.h: rewrite to use iterators
5124         * src/algorithms/longest-prefix.h, src/algorithms/longest-suffix.h,
5125           src/algorithms/shortest-prefix.h, src/algorithms/shortest-suffix.h:
5127           removed; these algorithms are no longer necessary when using
5128           iterators
5130         * src/traits/list.h: no longer needed
5132         * src/traits/reference.h: add "Pointer" member type
5134         * src/util/Makefile_insert: shuffled files
5136         * src/util/list.h: reworked Inkscape::Util::List to be a "handle" type
5137           that can also be used as an STL iterator
5139         * src/util/forward-pointer-iterator.h: treat a pointer as an iterator,
5140           given a base pointer type and a type which defines the iteration
5141           strategy
5143         * src/util/map.h: obsolete
5145         * src/util/map-list.h: iterator-based implementation
5147         * src/traits/tree-iterator.h: no longer necessary (superceded by
5148           specific applications of Inkscape::Util::ForwardPointerIterator)
5150         * src/sp-object-tree-iterator.h, src/util/parent-axis.h,
5151           src/util/sibling-axis.h: obsolete
5153         * src/util/map.h, src/util/reverse.h: obsolete
5155         * src/util/map-list.h, src/util/reverse-list.h:
5156           iterator-based implementations
5158         * src/xml/Makefile_insert: added file
5160         * src/xml/repr.h: removed old tree iterator stuff
5162         * src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h: use new
5163           pointer iterator facility
5165         * src/xml/sp-repr-iterators.h: pointer iterators for SPRepr
5167 2004-10-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5169         * src/display/bezier-utils.h, src/display/bezier-utils.cpp
5170           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full): Change the meaning
5171           of the last parameter: was max_depth, now lg_max_beziers, with the
5172           relationship lg_max_beziers = max_depth + 1.  Callers updated.
5174         * src/xml/repr.cpp (sp_repr_change_order):
5175           Add g_return_if_fail for some conditions that would break structural
5176           integrity, and add a TODO comment indicating incompleteness.
5177           Use sp_repr_prev function.
5179         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp
5180           (sp_repr_prev_sibling): Rename to sp_repr_prev for consistency
5181           with sp_repr_next.  Don't consider it an error for child to be
5182           NULL or parentless.  Callers updated.
5184         * src/draw-context.cpp (spdc_concat_colors_and_flush,
5185           spdc_flush_white): Misc readability cleanups.
5187         * src/display/curve.cpp (sp_curve_reverse): Fix a bug where the
5188           reversed curve wrongly included a trailing moveto command.  (Bug
5189           introduced in my 2004-09-05 change: one of the callers I didn't
5190           know how to cause to run.)
5192 2004-10-12  Ted Gould  <ted@gould.cx>
5194         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
5195         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
5196         share/extensions/eps_input.inkmod, share/extensions/epsi_output.inkmod,
5197         share/extensions/gimpgrad.inkmod, share/extensions/ps_input.inkmod,
5198         share/extensions/roundhole.inkmod, share/extensions/sk_input.inkmod,
5199         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
5200         share/extensions/txt2svg.inkmod, share/extensions/wmf_input.inkmod,
5201         src/extension/dependency.cpp, src/extension/dependency.h,
5202         src/extension/extension.cpp, src/extension/init.cpp:
5204         Moving all of the dependency stuff from the scripts, up to the root
5205         extension level.  This means that everyone can have dependencies, and
5206         dependency checking (a good thing).  This makes use of the new
5207         'Dependency' class that is also in the extension directory.
5209 2004-10-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5211         * src/pencil-context.cpp (sp_pencil_context_root_handler): Split into
5212           many functions, fixing some illegal union aliasing along the way (as
5213           was done for sp_pen_context_root_handler).
5215         * src/modifier-fns.h: New file of inline functions based on macros.h
5216           MOD__CTRL etc. macros.
5217         * src/Makefile_insert: Add the new file.
5219         * src/pen-context.h: Change size of p array from SP_DRAW_MAX_POINTS to
5220           5 now that we aren't sharing with SPPencilContext.
5222         * src/draw-context.cpp, src/draw-context.h, src/pen-context.cpp,
5223           src/pen-context.h, src/pencil-context.cpp, src/pencil-context.h:
5224           Move npoints,p from SPDrawContext to both SPPenContext and
5225           SPPencilContext.
5227         * src/draw-context.cpp, src/draw-context.h: Split off new files
5228           pen-context.h, pen-context.cpp, pencil-context.h, pencil-context.cpp,
5229           draw-anchor.h, draw-anchor.cpp.
5230         * src/Makefile_insert: Add the new files.
5232 2004-10-10  Ted Gould  <ted@gould.cx>
5234         * src/event-context.cpp, src/file.cpp, src/file.h, src/print.cpp,
5235         src/print.h, src/selection-chemistry.h, src/sp-image.cpp, src/sp-item.cpp,
5236         src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp, src/sp-symbol.cpp,
5237         src/tools-switch.cpp, src/dialogs/export.cpp, src/dialogs/filedialog.cpp,
5238         src/extension/Makefile_insert, src/extension/db.cpp,
5239         src/extension/dependency.cpp, src/extension/dependency.h,
5240         src/extension/effect.cpp, src/extension/effect.h,
5241         src/extension/extension-forward.h, src/extension/extension.cpp,
5242         src/extension/extension.h, src/extension/input.cpp, src/extension/input.h,
5243         src/extension/output.cpp, src/extension/output.h, src/extension/print.cpp,
5244         src/extension/print.h, src/extension/system.cpp,
5245         src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp,
5246         src/extension/internal/svg.cpp, src/libnrtype/FlowResOut.cpp:
5248         Splitting out the different types of extensions into their own files so
5249         that the overall dependencies can be reduced.  Caused a ripple through
5250         lots of other files.  Hopefully the dependency situation is better now.
5252 2004-10-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5254         * src/draw-context.cpp:
5255           Change xp,yp file globals to NR::Point pen_draw_origin_w.
5257         * src/draw-context.cpp (sp_pen_context_root_handler):
5258           Split into many routines.  Fix some illegal union member aliasing.
5259           (pen_handle_key_press): Minor code cleanups in backspace handling.
5260           (pen_handle_motion_notify): Make tolerance var local instead of
5261           file-global.  (This transformation is applicable to many
5262           dragtolerance users.)
5264         * src/draw-context.cpp (spdc_endpoint_snap_handle):
5265           Change argument type from SPDrawContext to SPPenContext, and
5266           specialize definition accordingly.  Caller updated.
5268         * src/draw-context.h: Change red_curve_is_valid from char to bool.
5269         * src/draw-context.cpp: Change red_curve_is_valid assignments from
5270           0x00/0x01 to false/true (using find & replace).
5272 2004-10-07  Carl Hetherington  <inkscape@carlh.net>
5274         * src/nr-object.cpp, src/nr-object.h: coding style and const
5275         fixes.
5277         * src/nr-rect.cpp: added a doxygen comment.  Some coding style
5278         fixes.
5280         * src/sp-paint-server.cpp: coding style fixes.
5282         * src/nr-arena-item.cpp, src/nr-arena-item.h: move a comment to
5283         the .cpp file and make it doxygen-style.
5285         * src/livarot/Path.cpp: coding style cleanups.  Add an assert to
5286         Path::Transform().
5288         * src/livarot/Path.cpp, src/livarot/Path.h: fix some archaic
5289         notation.
5291         * src/livarot/Ligne.cpp: coding style cleanups.
5293         * src/livarot/PathOutline.cpp, src/livarot/Path.h: fix a rather
5294         nasty hack in the outlining code.
5296         * src/livarot/Path.cpp, src/livarot/Path.h,
5297         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5298         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5299         src/livarot/ShapeMisc.cpp, src/splivarot.cpp, src/sp-offset.cpp:
5300         use std::vector for Path::descr_cmd.
5302         * src/livarot/Path.cpp, src/livarot/Path.h,
5303         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5304         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5305         src/livarot/ShapeMisc.cpp: getType() and setType() in Path::path_descr.
5307 2004-10-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5309         * src/sp-object-repr.cpp (sp_repr_type_lookup): Distinguish between XML
5310           element name and sodipodi:type attribute value: use a separate table
5311           for each.
5312         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_lookup):
5313           Don't export this function.  (Also rename it to name_to_gtype and
5314           change its definition for separate tables.)
5316 2004-10-03  Kees Cook  <kees@outflux.net>
5318         * src/dialogs/rdf.cpp, src/dialogs/repr-util.cpp, src/dialogs/repr.h:
5319           Since "dc:title" can appear at multiple XML levels, a way to
5320           control max depth in searching was added.  (Closes bug #1009290)
5322 2004-09-30  MenTaLguY  <mental@rydia.net>
5324         * src/widgets/document-tree-model.cpp:
5325           more bug fixes
5327         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5328           get the layer selector sort of in more order
5330 2004-09-28  Ted Gould  <ted@gould.cx>
5332         * src/verbs.cpp, src/verbs.h, src/view.cpp:
5334         Making it so that actions get deleted as views get destroyed.
5336 2004-09-27  Ted Gould  <ted@gould.cx>
5338         * src/desktop.h, src/forward.h, src/interface.cpp, src/interface.h,
5339         src/select-toolbar.cpp, src/shortcuts.cpp, src/shortcuts.h,
5340         src/toolbox.cpp, src/toolbox.h, src/verbs.cpp, src/verbs.h,
5341         src/dialogs/align.cpp, src/dialogs/align.h,
5342         src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp,
5343         src/dialogs/export.cpp, src/dialogs/find.cpp,
5344         src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
5345         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
5346         src/dialogs/xml-tree.cpp, src/helper/action.cpp, src/helper/action.h:
5348         Wow, alot of files changed.  The ones that changed the most are
5349         verb.cpp and verb.h, which are almost entirely different.  What happened
5350         here is the verbs were made object oriented.  So, as the verbs
5351         are built into everything, lots of files changed.  Now the code
5352         for the verbs is much cleaner, and I think a little bit faster.
5353         Also, it will be easier to extend the verbs for use in effects.
5355 2004-09-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5357         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
5358           Get rid of operator NR::translate(), which was allowing
5359           *implicit* (and typically lossy) conversion to NR::translate,
5360           and which made a bug hard to find.
5362         * src/sp-gradient-test.cpp: New unit test file.  I believe this is the
5363           first test that tests an SPObject.
5364         * src/Makefile_insert, src/Makefile.am: Invoke the new test.
5366 2004-09-24  MenTaLguY <mental@rydia.net>
5368         * src/selection-chemistry.cpp:
5370           "select all" and "clear" now operate on the current layer rather than on
5371           the document root
5373         * src/verbs.cpp, src/shortcuts.cpp, layer-fns.cpp, src/sp-item.cpp:
5375           keyboard shortcuts and fixes for layer verbs
5377 2004-09-23  MenTaLguY <mental@rydia.net>
5379         * src/message-stack.h, src/message-stack.cpp:
5381           return id of flashed messages so they are cancellable
5383         * src/message-context.h, src/message-context.cpp:
5385           message context flashes now supercede one another, as regular
5386           messages do (they do not supercede regular messages though)
5388         * src/interface.cpp, src/layer-fns.cpp, src/layer-fns.h, src/verbs.cpp:
5390           initial stab at layers menu; not everything works the way it should
5391           quite yet
5393         * src/message-context.h, src/message-context.cpp:
5395           added flash methods to Inkscape::MessageContext
5397         * src/gc-core.h, src/display/nr-arena-glyphs.cpp,
5398 src/display/nr-arena-group.cpp,
5399           src/display/nr-arena-item.cpp, src/display/nr-arena-item.h,
5400           src/display/nr-arena-shape.cpp, src/libnr/nr-object.cpp,
5401 src/libnr/nr-object.h,
5403           eliminate more sources of leaks; managed objects shouldn't use refcounts
5404           among themselves
5406         * src/xml/repr.cpp: don't nuke log pointer
5408 2004-09-21  MenTaLguY <mental@rydia.net>
5410         * src/gc-finalized.h: fix for stupid bug preventing finalizable objects
5411           from being collected
5413         * src/Makefile_insert, src/gc.cpp, src/gc-core.h:
5414           move Inkscape::GC::init out-of-line, and funnel GC warnings through
5415           glib
5417 2004-09-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5419         * src/sp-marker.h, src/sp-marker.cpp (sp_marker_show_instance):
5420           Change to using NR::Matrix instead of NRMatrix.  Update caller.
5422         * src/sp-gradient.cpp (sp_gradient_get_g2d_matrix,
5423           sp_gradient_get_gs2d_matrix, sp_gradient_set_gs2d_matrix):
5424           New NR::Matrix/NR::Rect versions of existing functions.
5426         * src/libnr/nr-matrix-translate-ops.h (operator/): New function.
5428         * src/libnr/nr-matrix-scale-ops.cpp: New file.
5429         * src/libnr/nr-matrix-scale-ops.h (operator/(Matrix,scale)):
5430           New function.
5432 2004-09-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5434         * src/sp-gradient.h: Change gradientTransform from NRMatrix to
5435           NR::Matrix.  Users updated.
5437         * src/Makefile.am (EXTRA_DIST), Makefile_insert
5438           dialogs/Makefile_insert extension/implementation/Makefile_insert
5439           extension/internal/Makefile_insert helper/Makefile_insert
5440           livarot/Makefile_insert (blah_SOURCES):
5441           Add some .h files for `make dist'.
5443 2004-09-19  MenTaLguY <mental@rydia.net>
5445         * src/gc-core.h: don't defer finalizers
5447         * src/gc-core.h: bump up free space divisor -- collections should
5448           happen ~32x more frequently
5450 2004-09-19  Carl Hetherington <inkscape@carlh.net>
5452         * src/display/canvas-bpath.cpp, src/display/nr-arena-shape.cpp,
5453         src/display/sp-ctrlline.cpp, src/libnrtype/RasterFont.cpp,
5454         src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: remove some
5455         unused parameters from calls to raster code.
5457         * src/livarot/ShapeRaster.cpp: coding style cleanups.
5459         * src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: factored out
5460         _updateIntersection().
5462         * src/livarot/AVL.cpp, src/livarot/AVL.h: remove DblLinked.  Cleanups.
5464 2004-09-18  MenTaLguY <mental@rydia.net>
5466         * src/dialogs/filedialog.cpp: unref the preview document we created
5468 2004-09-18  Carl Hetherington <inkscape@carlh.net>
5470         * src/livarot/AVL.cpp, src/livarot/AVL.h,
5471         src/livarot/DblLinked.cpp, src/livarot/DblLinked.h,
5472         src/livarot/LivarotDefs.h, src/livarot/ShapeRaster.cpp,
5473         src/livarot/ShapeSweep.cpp, src/livarot/sweep-tree.cpp,
5474         src/livarot/sweep-tree.h, src/sweep-event.h: replace leftFoo and
5475         rightFoo with foo[2] in a few places.  Associated cleanups.
5477         * src/livarot/Shape.h: use Side rather than a bool for
5478         TesteIntersection.  Add some methods.  Remove some unused variables.
5480         * src/livarot/ShapeSweep.cpp: simplify TesteIntersection with use
5481         of Side.
5483         * src/livarot/sweep-event.h: const fix.
5485         * src/livarot/sweep-event.cpp: simplifications with use of Side.
5487         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
5488         src/livarot/ShapeMisc.cpp, src/ShapeSweep.cpp: lastA/firstA in
5489         Shape::dg_point ->
5491           further work on stroking; break out bezier approximation into
5492           public functions
5494 2004-09-10  MenTaLguY <mental@rydia.net>
5496         * src/render/polygon.h, src/render/shape-builder.h,
5497           src/render/shape-builder.cpp, src/render/stroke.h,
5498           src/render/dash.h:
5500           beginnings of a simple alternate renderer
5502 2004-09-09  Carl Hetherington <inkscape@carlh.net>
5504         * src/sp-flowtext.cpp, src/sp-offset.cpp, src/splivarot.cpp,
5505         src/display/nr-arena-shape.cpp, src/libnrtype/FlowDest.cpp,
5506         src/livarot/PathConversion.cpp, src/livarot/Shape.h: make
5507         Shape::nbPt and Shape::nbAr private and provide accessor methods.
5509         * src/display/nr-arena-shape.cpp, src/livarot/Shape.h: make
5510         Shape::flags private.
5512         * src/splivarot.cpp, src/livarot/PathStroke.cpp,
5513         src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
5514         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
5515         Clean up handling of flags in Shape class
5517         * src/livarot/AlphaLigne.cpp, src/livarot/Path.cpp,
5518         src/livarot/PathSimplify.cpp, src/livarot/Shape.cpp,
5519         src/livarot/ShapeSweepUtils.cpp: it's ok to free NULL.
5521         * src/livarot/Shape.h, src/sp-offset.cpp, src/splivarot.cpp,
5522         src/display/nr-arena-shape.cpp: Make Shape::pts private and offer
5523         a read-only accessor.
5525         * src/livarot/Shape.cpp, src/livarot/Shape.h,
5526         src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
5527         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp, src/
5528         livarot/ShapeSweepUtils.cpp, src/livarot/ShapeUtils.h: Rename
5529         Shape::pts to Shape::_pts, and use getPoint() wherever possible.
5531         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
5532         src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
5533         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp: Add
5534         dg_point::totalDegree() and make use of it.
5537 2004-09-08  MenTaLguY  <mental@rydia.net>
5539         * src/libnr/nr-object.h, src/libnr/nr-object.cpp: fix NRObject
5540           initialization
5542         * configure.in, src/gc-core.h, src/gc-managed.h, src/gc-anchored,
5543           src/gc-finalized.h:
5545           add a --disable-gc ./configure option to omit garbage collection
5546           from the build (the normal allocator will be used, although
5547           memory will obviously leak since it does not get explicitly freed)
5549         * src/xml/repr.cpp: SPRepr's copy constructor needs to properly
5550           initialize its fields
5552         * src/xml/repr-util.cpp, src/xml/repr-private.h,
5553           src/xml/repr.h, src/xml/repr.cpp:
5555           new child-count-related routines, and added mutation signals
5556           to SPReprDoc
5558         * src/desktop.cpp: call the "Active Group" widget by its TRUE NAME!
5560         * src/widgets/Makefile_insert, src/widgets/document-tree-model.cpp,
5561           src/widgets/document-tree-model.h, src/widgets/layer-selector.cpp,
5562           src/widgets/layer-selector.h:
5564           very cursory start on new layers UI
5566 2004-09-08  Carl Hetherington <inkscape@carlh.net>
5568         * src/helper/stock-items.cpp: fix a bad free().  Improve coding
5569         style compliance.
5571         * src/libnrtype/FlowRes.cpp: slightly unpleasant fix for a buffer
5572         overrun.
5574 2004-09-07  MenTaLguY <mental@rydia.net>
5576         * src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
5577           src/livarot/ShapeSweep.cpp:
5579           use std::vector for points array (seems to crash less?)
5581         * src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
5582           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
5583           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
5584           src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
5585           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
5587           switch to glib's allocator routines, which have the expected
5588           semantics
5590         * src/livarot/evil-malloc.h: removed
5592 2004-09-07  Ted Gould  <ted@gould.cx>
5594         * src/color-rgba.h:
5596         Some comments and some little code clean up things.  Added a couple
5597         of constructors to make life a little simpler.
5599 2004-09-06  Ted Gould  <ted@gould.cx>
5600         * src/extension/plugin/gimgrad.cpp, src/extension/implementation/plugin*
5601           share/extension/gimpgrad.inkmod, src/extension/system.cpp,
5602           src/extension/extension.h:
5604         Mega commit.  This commit does two things, it adds in the ability to
5605         do plugins in Inkscape.  This means that there are loadable modules
5606         that can be used for just about anything.  It also provides a sample
5607         implementation of a plugin to load GIMP gradients.  This means that
5608         GIMP gradients can be imported into Inkscape, giving a larger set of
5609         gradients that can be used in Inkscape.
5611         Currently, nothing here is really complete, but it is functional.  The
5612         plugins really only work for input plugins, and the GIMP gradient example
5613         isn't very robust.  They will come shortly.
5615 2004-09-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5617         * src/display/curve.h, src/display/curve.cpp:
5618           Change x,y members to NR::Point.
5619           Rename posset (spiced&spiked hot milk) to posSet as per CodingStyle.
5621         * src/display/curve.cpp (sp_curve_reverse): Previously this
5622           routine returned only the last subpath, and made it an open
5623           path.  Now it preserves all aspects of the curve other than
5624           reversing it.  I believe this change makes no difference to the
5625           draw-context and dyna-draw-context callers (though I haven't
5626           managed to test all of these callers), whereas for the `reverse
5627           path' command, users presumably expect the new behaviour.
5629         * src/display/curve.cpp (sp_curve_closepath_current):
5630           Fix bad assertion.
5632         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
5633           (get_translation): New function.
5635         * src/sp-polygon.cpp (polygon_get_value): Use static linkage.
5636           (sp_polygon_set): Remove debugging output.  Add `todo' comment.
5638 2004-09-03  MenTaLguY <mental@rydia.net>
5640         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
5641           src/sp-namedview.h:
5643           remember previously selected layer on load
5645 2004-09-02  MenTaLguY <mental@rydia.net>
5647         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp:
5649           reintroduced the inkscape:groupmode attribute
5651         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
5652           src/libnr/nr-object.cpp:
5654           remove USE_LIBGC macro again
5656 2004-08-30  MenTaLguY <mental@rydia.net>
5658         * src/sp-object.cpp:
5660           ref the object while SPObject::deleteObject runs, so it doesn't
5661           get destroyed halfway through [ fix for bug #1012874 ]
5663 2004-08-29  MenTaLguY <mental@rydia.net>
5665         * src/gc-core.h:
5667           turn off scanning of dynamic library data segments; we don't need
5668           it, and it seems to cause problems on FC2
5670 2004-08-27  MenTaLguY <mental@rydia.net>
5672         * src/traits/function.h: add typedefs for all argument positions,
5673           specifying 'void' for all arguments after the last
5675         * src/livarot/evil-malloc.h, src/livarot/BitLigne.cpp,
5676           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
5677           src/livarot/Shape.cpp, src/livarot/ShapeSweepUtils.cpp:
5679           work around livarot bugs so I can use ElectricFence
5681         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
5682           src/libnr/nr-object.cpp:
5684           make the garbage collector easy to disable by undefining
5685           USE_LIBGC in src/gc-core.h
5687 2004-08-26  MenTaLguY <mental@rydia.net>
5689         * src/document-private.h, src/document.h, src/document.cpp:
5691           add notification signal when resources are added or removed
5693 2004-08-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5695         * src/xml/repr-css.cpp (sp_repr_css_print):
5696           Fix for shared string change.
5698         * src/sp-text.cpp (sp_text_description):
5699           Fix for when font Name() call fails.
5701         * src/sp-text.cpp: CodingStyle changes, including moving some
5702           declarations to first use.
5703           Remove unused __SP_TEXT_C__ define.
5705 2004-08-25  Carl Hetherington  <inkscape@carlh.net>
5707         * src/sp-cursor.cpp, src/sp-cursor.h, src/sp-guide.cpp:
5708         coding style cleanups.
5710 2004-08-24  MenTaLguY <mental@rydia.net>
5712         * src/gc-anchor.h: fix to always use the GC base address, since
5713           that will not always be the same as 'this', when I::GC::Anchored
5714           is used via multiple inheritance.
5716 2004-08-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5718         * src/libnrtype/TextWrapper.h, src/libnrtype/TextWrapper.cpp (AppendUTF8):
5719           Use strlen instead of for-loop.
5720           Change printf to g_return_if_fail (and document that the argument
5721           must be valid UTF-8).
5722           Mark the text pointer as not being written through (const).
5724 2004-08-23  MenTaLguY <mental@rydia.net>
5726         * src/xml/repr.cpp, src/xml/sp-repr-action.h:
5728           removed stupid default 'next' constructor arguments and force them
5729           to be specified explicitly (and fix the omission of one, which
5730           fixes bug #1014541)
5732 2004-08-22  MenTaLguY <mental@rydia.net>
5734         * src/Makefile_insert, src/gc-alloc.h:
5736           introduced a GC-aware STL allocator
5738         * src/document-private.h, src/document.h, src/document.cpp:
5740           switch to using STL map for "id changed" signals
5742 2004-08-21  MenTaLguY <mental@rydia.net>
5744         * src/Makefile_insert, src/util/Makefile_insert: get libinkutil
5745           deps straightened out
5747         * src/document-private.h, src/document-undo.cpp, src/document.cpp:
5749           adapt for new APIs, header cleanups/refactorings
5751         * src/gc-core.h, src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
5753           rewrote interface to Boehm GC for increased flexibility; there are now
5754           three main classes:
5756            - Inkscape::GC::Managed: objects managed by the GC; replaces
5757                                     Inkscape::GC::Object
5759            - Inkscape::GC::Finalized: objects for which the GC will call
5760                                       destructors automatically; replaces
5761                                       Inkscape::GC::FinalizedObject
5763            - Inkscape::GC::Anchored: managed objects which can be 'anchored'
5764                                      to prevent collection while non-gc-aware
5765                                      objects are holding references; replaces
5766                                      Inkscape::Refcounted
5768           Note that they no longer inherit from each other(!), so you will
5769           need to mix-and-match via multiple inheritance.  The latter two
5770           don't do anything useful without the first, however.
5772         * src/gc-object.h, src/refcounted.h: removed
5774         * src/message-context.cpp, src/message-stack.h, src/selection.h,
5775           src/view.cpp, src/libnr/nr-object.h, src/util/list.h,
5776           src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h, src/desktop.cpp:
5778           adopt new GC API and header refatorings
5780         * src/Makefile.am, src/util/Makefile_insert:
5782           list util/* files in util's Makefile_insert now.
5784         * src/util/reverse.h: revive anx fix Inkscape::Util::reverse
5786         * src/util/share-c-string.cpp, src/util/share-c-string.h: removed
5788         * src/util/shared-c-string.cpp, src/util/shared-c-string.h:
5790           employ the type system to make shared strings a little safer to use;
5791           you can still shoot yourself in the foot, but at least now you need
5792           to aim and pull the trigger first
5794         * src/xml/Makefile_insert, src/xml/repr-action-test.cpp,
5795           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.h:
5797           reorganize transaction logging files
5799         * src/xml/repr-action-test.cpp: updated headers
5801         * src/xml/repr-action.cpp, src/xml/repr-action.h: removed
5803         * src/xml/repr-private.h, src/xml/repr.cpp, src/xml/repr.h:
5805           update for new GC API and shared strings
5807         * src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
5808           src/xml/sp-repr-action.h:
5810           header refactoring and new GC API
5812         * src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h:
5814           new GC API
5816 2004-08-20  Carl Hetherington <inkscape@carlh.net>
5818         * src/zoom-context.cpp, src/view.cpp, src/version.cpp,
5819         src/sp-defs.cpp: coding style cleanups.
5821         * src/sp-polygon.cpp: coding style and a few other small cleanups.
5823         * src/sp-anchor.cpp: coding style cleanups.  Remove unnecessary
5824         static variable.
5826 2004-08-18  Bryce Harrington <bryce@bryceharrington.org>
5828         * autogen.sh:  Fixing the 'missing ltmain.sh' bug
5830 2004-08-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5832         * src/sp-star.cpp: Use cast to guint32 instead of using modulo 2**32.
5833           Fix a uint compilation bug on Windows reported by mrchapp.
5834           Mark a few functions as static.
5836 2004-08-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5838         * src/sp-conn-end.cpp (change_endpts):
5839           Use new sp_curve_stretch_endpoints function: i.e. preserve the
5840           shape of the connector path.
5842         * src/display/curve.h, src/display/curve.cpp
5843           (sp_curve_stretch_endpoints): New function.
5845         * src/sp-use-reference.cpp: CodingStyle changes.
5847         * src/sp-item.h, src/sp-item.cpp (sp_item_write_transform):
5848           Indicate that adv won't get written to.
5850         * src/sp-rect.cpp (sp_rect_set_transform): Call sp_rect_set_shape,
5851           so that bbox is up-to-    src/livarot/PathConversion.cpp,
5852 src/livarot/Shape.cpp,
5853         src/livarot/Shape.h, src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
5854         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp,
5855         src/livarot/ShapeSweepUtils.cpp:
5856           Revert these files to their state prior to mental's "2004-08-08"
5857           entry (the change made in 2004-08-09 02:23 UTC).
5859 2004-08-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5861         * src/algorithms/longest-common-suffix.h: Fix bug I introduced three
5862           days ago.
5864         * src/attributes.h, src/attributes.cpp: New attributes
5865           SP_ATTR_CONNECTION_START, SP_ATTR_CONNECTION_END.
5866         * src/sp-conn-end.h, src/sp-conn-end.cpp,
5867           src/sp-conn-end-pair.h, src/sp-conn-end-pair.cpp:
5868           New files.
5869         * src/Makefile_insert (libinkpre_a_SOURCES): Add the new files.
5871         * src/sp-path.cpp, src/sp-path.h: Call the new connector stuff.
5873         * src/display/curve.h, src/display/curve.cpp
5874           (sp_curve_first_point, sp_curve_last_point): New functions.
5876           (sp_curve_transform): Re-implement with NR::Matrix/NR::Point.
5877           The old code appears to be buggy for sheer/rotate matrices
5878           due to calculating each y coord using the new corresponding x coord
5879           instead of the previous value.
5881           Also add NR::translate version.
5883           Get rid of the return value.  Callers updated.
5885         * src/sp-item.h, src/sp-item.cpp: (i2anc_affine): New function
5886           (essentially a rename of existing private partial_xform function, but
5887           differing behaviour on encountering non-SPItem in the hierarchy).
5889           (i2i_affine): New function (essentially a rename of existing
5890           SPItem::getRelativeAffine).  Implement SPItem::getRelativeAffine in
5891           terms of the new function.
5893           (sp_item_dt2i_affine): NR::Matrix version.
5895         * src/libnr/nr-path.h (c, setC): new methods.
5897 2004-08-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5899         * src/desktop-affine.cpp (sp_desktop_w2doc_affine,
5900         sp_desktop_doc2w_affine, sp_desktop_doc2d_xy_point),
5901         src/knotholder.cpp (knot_moved_handler), src/sp-item.cpp
5902         (SPItem::getRelativeTransform), src/sp-rect.cpp
5903         (sp_rect_set_transform), src/display/sp-canvas-util.cpp
5904         (sp_canvas_item_i2i_affine, sp_canvas_item_set_i2w_affine):
5905           Cleanup: Use the new division operators instead of multiplication by
5906           inverse.  (Currently the division operators are implemented as
5907           multiplication by inverse.)
5909         * src/splivarot.cpp, src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
5910         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
5911           Hurriedly fix some problems caused by overly-hurried changes.
5912           Address some signed/unsigned warnings.
5913           Add some assertions.
5914           (Haven't checked the performance cost of the assertions.)
5916         * src/livarot/Shape.h: Make constructors explicit.
5918 2004-08-08  MenTaLguY  <mental@rydia.net>
5920         * src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-offset.cpp,
5921           src/splivarot.cpp, src/display/nr-arena-shape.cpp,
5922           src/livarot/PathConversion.cpp, src/livarot/Shape.cpp,
5923           src/livarot/Shape.h, src/livarot/ShapeDraw.cpp,
5924           src/livarot/ShapeMisc.cpp, src/livarot/ShapeRaster.cpp,
5925           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
5927           replace ad-hoc realloced arrays with std::vector and deal with
5928           uninitialized data problems that valgrind complained about
5930         * libgc.supp: valgrind suppression profile for libgc, which necessarily
5931           reads and runs comparisons on a lot of uninitalized data; the present
5932           form of this file is probably too broad however
5934 2004-08-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5936         * src/libnr/nr-matrix-div.h, src/libnr/nr-matrix-div.cpp:
5937           operator/(NR::Point, NR::Matrix), operator/(NR::Matrix, NR::Matrix):
5938           new functions, new files.
5940         * src/algorithms/longest-common-suffix.h:
5941           Handle in O(1) time the common case of equal tails.
5942           Documentation.
5944 2004-08-08  Ted Gould  <ted@gould.cx>
5946         * src/svg-profile.h, src/Makefile_insert:
5948         Adding the first support in for trying to determine which profiles are
5949         used with certain functionality, and if that is used by the current
5950         document.  Really, right now, there is no code changes to anything that
5951         compiles.  But this is the header file that contains the class that
5952         I'm plannig to use in the future.
5954 2004-08-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5956         * src/libnrtype/RasterFont.h, src/libnrtype/RasterFont.cpp:
5957           Get rid of argumentless constructor (which was leaving
5958           style.transform as random bits), replace with constructor taking
5959           style argument.  Caller updated.
5960           Disable default copy constructor and operator=.
5962 2004-08-06  MenTaLguY <mental@rydia.net>
5964         * configure.in, src/gc-core.h, src/gc-object.h,
5965           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-group.cpp,
5966           src/display/nr-arena-image.cpp, src/display/nr-arena-item.cpp,
5967           src/display/nr-arena-shape.cpp, src/display/nr-arena.cpp,
5968           src/helper/action.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
5970           make NRObject GC-aware
5972 2004-08-06  David Turner <novalis@gnu.org>
5973         * src/sp-shape.cpp (sp_shape_marker_get_transform): Make marker handling
5974 match
5975         SVG spec better.
5977 2004-08-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5979         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
5980           NR::Matrix *= NR::scale: new.
5982         * src/sp-object.cpp, src/sp-object.h, src/sp-object-tree-iterator.h:
5983           Move TreeIterator<SPObject *> specialization to snew file
5984           sp-object-tree-iterator.h.
5985           Mark several pointers as not being written through.
5986           Correspondingly change TreeIterator specialization to
5987           <SPObject const *> instead of <SPObject *>.
5989         * display/nr-arena-item.cpp, display/nr-arena-item.h:
5990           Add NR::Matrix version of nr_arena_item_set_transform.
5992         * src/sp-item.h, src/sp-item.cpp (getRelativeTransform, partial_xform):
5993           Mark pointers as not written through.
5995         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
5996           src/path-chemistry.cpp, src/rect-context.cpp,
5997           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowdiv.cpp,
5998           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-item-group.cpp,
5999           src/sp-item-notify-moveto.cpp, src/sp-item-transform.cpp,
6000           src/sp-item.cpp, src/sp-item.h, src/sp-offset.cpp, src/sp-rect.cpp,
6001           src/sp-shape.cpp, src/sp-use.cpp, src/spiral-context.cpp,
6002           src/splivarot.cpp, src/star-context.cpp, src/text-context.cpp,
6003           src/dialogs/item-properties.cpp:
6004           Change SPItem->transform from NRMatrix to NR::Matrix.
6006         * src/libnr/nr-matrix-ops.h (operator*(NR::Matrix, NRMatrix)): new.
6008         * src/libnr/nr-matrix.h: NR::Matrix *= NR::translate: new operator.
6010         * src/nodepath.cpp: Mark NodeSort operator< as static.
6011           Indentation as per CodingStyle.
6013         * src/libnr/nr-scale.h (NR::scale(double)): new constructor.
6015         * src/svg/svg-affine.cpp (sp_svg_transform_write), src/svg/svg.h:
6016           Add NR::Matrix version.
6018 2004-08-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6020         * src/display/bezier-utils.cpp: Misc. minor changes.
6022 2004-08-04  MenTaLguY  <mental@rydia.net>
6024         * configure.in, src/gc-object.h, src/refcounted.h:
6026           start using libgc in earnest; Inkscape::Refcounted is now GC-aware
6028 2004-08-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6030         * src/nodepath.cpp: Cleanups: Mark some things as static.  Switch from
6031           pointer to reference in some places. Make const placement conform to
6032           CodingStyle.
6034         * src/inkview.cpp (sp_svgview_main_key_press): Accept some common keys
6035           like PgUp, q.
6037         * src/draw-context.cpp (fit_and_split):
6038           Slight simplification: don't handle impossible condition npoints < 2.
6039         * src/proofs: Update accordingly.  (Also add some bezier-utils proofs.)
6041 2004-08-04  David Turner <novalis@gnu.org>
6043         * sp-path.cpp: 'd' is a required attribute for paths.  Ensure that
6044         all paths have it.
6046 2004-08-03  MenTaLguY  <mental@rydia.net>
6048         * src/dialogs/rdf.cpp, src/xml/repr-util.cpp, src/xml/repr.h:
6049           removed sp_repr_recursive_drop() which is unneeded and
6050           creates unnecessary thrash in the undo logs
6052         * src/livarot/Shape.h, src/livarot/Shape.cpp,
6053           src/livarot/ShapeSweep.cpp, src/livarot/ShapeMisc.cpp:
6055           experiment to replace ad-hoc realloc() arrays with std::vector
6057 2004-08-02  David Turner <novalis@gnu.org>
6059         * file.cpp, file.h, interface.cpp, toolbox.cpp, verbs.cpp, verbs.h:
6061         Added vacuum command to remove unused defs.
6063 2004-08-02  MenTaLguY  <mental@rydia.net>
6065         * configure.in: sigc++ 2.0.2 (and before?) has a bug that
6066           causes us to crash.  require >= 2.0.3
6068         * src/Makefile.am, src/Makefile_insert, src/gc-core.h,
6069           src/gc-object.h, src/algorithms/longest-common-suffix.h,
6070           src/traits/list.h, src/traits/reference.h, src/util/flip.h,
6071           src/util/fold.h, src/util/list-iterator.h, src/util/list.h,
6072           src/util/map.h, src/util/parent-axis.h, src/util/reverse.h,
6073           src/util/sibling-axis.h, src/util/tuple.h, src/util/zip.h:
6075           more "functional" work
6077 2004-08-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6079         * src/display/curve.cpp, src/display/curve.h:
6080           Greater conformance with CodingStyle.
6082 2004-07-31  David Turner <novalis@gnu.org>
6084         * dialogs/xml-tree.cpp: Improved focus, added keystroke for attr commit.
6086 2004-07-31  Ted Gould  <ted@gould.cx>
6088         * src/extension/extension.cpp,
6089         src/extension/implementation/implementation.cpp,
6090         src/extension/implementation/implementation.h,
6091         src/extension/implementation/script.cpp,
6092         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
6093         src/extension/internal/eps-out.h:
6095         Okay, changed the prefs_ prototypes to include which extension they are
6096         working with. This should clean up some warnings before they become
6097         problems later.
6099 2004-07-31  Ted Gould  <ted@gould.cx>
6101         * src/print.cpp, src/extension/extension.cpp, src/extension/extension.h,
6102           src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp:
6104           Changed the get and set param prototypes so that they aren't overloaded
6105           anymore - this was flaky.  Also added a document to the prototype so
6106           that document specific parameters can be supported in the future.
6108 2004-07-28  David Turner <novalis@gnu.org>
6110         * sp-gradient.cpp, widgets/gradient-vector.cpp: fixed gradient handling to
6111         properly render gradients with sharp color boundaries
6113 2004-07-29  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6115         * src/inkview.cpp: Make the window title be the name of the
6116           instead of the current file instead of the first file.
6118         * src/round-test.cpp: New unit-test file.
6120         * src/desktop.h, src/sp-desktop-widget.h:
6121           Move SPDesktopWidget stuff from desktop.h to new file
6122           sp-desktop-widget.h.
6124         * debian/*: Copy lots of changes from wolfi's official Debian package
6125           of inkscape.
6126           Also use separate builddir, which simplifies the `clean' target.
6128 2004-07-24  MenTaLguY  <mental@rydia.net>
6130         * configure.in, src/Makefile.am, src/main.cpp, src/gc-core.h:
6131           added libgc dependency
6133         * src/Makefile.am, traits/function.h:
6134           added trait class for functions and C++ "functors"
6136         * src/Makefile.am, util/flip.h:
6137           added flip() which, given a function with two arguments,
6138           returns an identical function with its arguments reversed
6140 2004-07-23  MenTaLguY  <mental@rydia.net>
6142         * src/Makefile.am, src/traits/reference.h, src/util/tuple.h:
6143           added generic Tuple type
6145 2004-07-23  Ted Gould  <ted@gould.cx>
6147         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
6148         src/sp-namedview.h, src/dialogs/desktop-properties.cpp,
6149         src/display/canvas-grid.cpp, src/display/canvas-grid.h:
6151         Adding in the ability to have 'emphasis grid lines' where some lines are a
6152         different color than others.  In the default case every fifth grid line
6153         gets to be 0x11 darker alpha.  Nothing that will get in your way, but
6154         enough that you can find the spacing.  All parameters are changeable in
6155         document preferences.
6157 2004-07-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6159         * autogen.sh: Move unversioned automake to last resort.
6161 2004-07-20  Kees Cook  <kees@outflux.net>
6163         * src/dialogs/desktop-preferences.cpp: corrected my usage of static
6164           l18n strings.
6165         * src/dialogs/stroke-style.cpp: fixed missing l18n. (bug #994837)
6166         * src/dialogs/sp-attribute-widget.cpp: went hunting for other static
6167           l18n strings.  Fixed some here too.
6168         * autogen.sh: cleanups and more debugging.
6169         * share/extensions/sk2svg.sh: tempfile cleanups from pjrm (patch #990009)
6171 2004-07-20 Nathan Hurst <njh@mail.csse.monash.edu.au>
6173         * debian/changelog, configure.in: Moved to 0.40cvs and updated
6174           debian stuff.
6176 2004-07-18  MenTaLguY  <mental@rydia.net>
6178         * configure.in, src/Makefile.am, src/algorithms/Makefile_insert,
6179           src/algorithms/makefile.in, src/traits/Makefile_insert,
6180           src/traits/makefile.in, src/util/Makefile_insert, src/util/makefile.in:
6182           added src/algorithms, src/traits, and src/util subdirs
6184         * src/algorithms/longest-common-suffix.h:
6186           added generic "longest common suffix" algorithm
6188         * src/traits/list.h: added traits class for lists
6190         * src/traits/tree-iterator.h: added traits class for n-ary tree iterators
6192         * src/util/list-iterator.h: STL iterator for lists
6194         * src/util/parent-axis.h: parent "axis" of tree iterator as list
6196         * src/util/sibling-axis.h: sibling "axis" of tree iterator as list
6198         * src/xml/repr.h: specialize Traits::TreeIterator for SPRepr *
6200         * src/sp-object.h: specialize Traits::TreeIterator for SPObject *
6202         * src/sp-object.cpp: use generic "longest common suffix" to find
6203                              nearest common ancestor
6205         * src/splivarot.cpp: use genric "longest common suffix" to find
6206                              nearest common ancestor here too
6208 2004-07-18  Kees Cook  <kees@outflux.net>
6210         * Makefile.am, configure.in, autogen.sh, toolversions.sh:
6211           cleaning up some automake misbehavior from the gtkmm patch.
6212           automake 1.4isms snuck back in.
6213         * src/desktop-events.cpp: unlocalized strings updated.
6215 2004-07-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6217         * src/sp-path.cpp (sp_path_write): Handle shape->curve==NULL.
6219 2004-07-18  MenTaLguY  <mental@rydia.net>
6221         * Makefile.am, configure.in, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4,
6222           m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4,
6223           m4/progtest.m4, src/arc-context.cpp, src/arc-context.h, src/desktop.cpp,
6224           src/desktop.h, src/document.cpp, src/document.h, src/draw-context.cpp,
6225           src/draw-context.h, src/event-context.h, src/main.cpp,
6226           src/message-stack.h, src/node-context.cpp, src/node-context.h,
6227           src/nodepath.cpp, src/nodepath.h, src/object-hierarchy.h,
6228           src/rect-context.cpp, src/rect-context.h, src/selcue.cpp, src/selcue.h,
6229           src/selection-describer.cpp, src/selection-describer.h,
6230           src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
6231           src/sp-item.cpp, src/sp-item.h, src/sp-object.cpp, src/sp-object.h,
6232           src/sp-offset.cpp, src/sp-offset.h, src/sp-pattern.cpp, src/sp-use.cpp,
6233           src/sp-use.h, src/spiral-context.cpp, src/spiral-context.h,
6234           src/star-context.cpp, src/star-context.h, src/text-context.cpp,
6235           src/text-context.h, src/toolbox.cpp, src/uri-references.cpp,
6236           src/uri-references.h, src/view.cpp, src/view.h,
6237           src/dialogs/xml-tree.cpp:
6239           merged Aubanel MONNIER's gtkmm upgrade patch
6241 2004-07-17  Carl Hetherington  <inkscape@carlh.net>
6243         * src/sp-use.cpp: fix a compiler warning (closes #992960)
6245         * src/sp-offset.cpp: fix a compiler warning (closes #992960)
6247         * src/sp-text.cpp: fix a compiler warning (closes #992959)
6249 2004-07-16  Kees Cook  <kees@outflux.net>
6251         * src/verbs.h, src/verbs.cpp: added "sp_verbs_find" function for bryce.
6253 2004-07-15  Ted Gould  <ted@gould.cx>
6255         * 0.39 Release
6257 2004-07-14  MenTaLguY  <mental@rydia.net>
6259         * src/sp-object.cpp: disable recursive update warning for release
6261         * src/select-context.cpp: work around probable cut-and-paste bug
6262           between sp_select_context_item_handler and
6263           sp_select_context_root_handler by checking for drag_escaped
6265 2004-07-13  MenTaLguY  <mental@rydia.net>
6267         * src/make.exclude: omit extension/script/js/js.c from build
6269 2004-07-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6271         * src/dialogs/rdf.cpp: Don't add dc:description entry to SVG files.
6273         * src/utest/utest.h: Add include guard.
6275 2004-07-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6277         * src/decimal-round.h (decimal_round): New file, new function.
6278         * src/round.h (decimal_round): New file, new function.
6279         * src/Makefile_insert: Add to libinkpost_a_SOURCES.
6281 2004-07-11  MenTaLguY  <mental@rydia.net>
6283         * src/document.h, src/document-undo.cpp:
6284           added sp_document_get_undo_sensitive() for capturing and restoring
6285           undo sensitivity
6287         * src/sp-object.cpp: don't log id changes made to resolve
6288           duplicate ids (to avoid undo badness) (fix for bug #989023)
6290 2004-07-11  Kees Cook  <kees@outflux.net>
6292         * src/preferences-skeleton.h, src/extension/init.cpp: with simarilius,
6293           tracked down the cause of bug #988445.  Extension code now has a
6294           small section that validates preferences for valid extension names.
6295         * src/dialogs/filedialog-win32.cpp: corrected an assert test, and
6296           changed dialog to take the passed window title.
6297         * autogen.sh, config.h.mingw, configure.in, src/Makefile_insert,
6298           src/help.cpp, src/inkscape-stock.cpp, src/inkscape.cpp, src/main.cpp,
6299           src/make.dep, src/make.files, src/path-prefix.h, src/prefix.cpp,
6300           src/prefix.h, src/dialogs/stroke-style.cpp,
6301           src/extension/Makefile_insert, src/extension/init.cpp,
6302           src/extension/implementation/Makefile_insert,
6303           src/extension/implementation/script.cpp,
6304           src/extension/internal/Makefile_insert, src/helper/stock-items.cpp,
6305           src/widgets/icon.cpp:
6306         Cleaned up all the path #define's and usage.  In the process found at
6307         least 3 separate bugs associated with file locations.  This should
6308         hopefully work for Win32 as well.  Bottom line in this change: don't use
6309         INKSCAPE_DATADIR anywhere except in "path-prefix.h".  This includes
6310         an update to the autopackage code as well with fixes so that
6311         a change to "--enable-binreloc" will get recompiled correctly.  These
6312         changes should address bug #978391.
6314 2004-07-11  Carl Hetherington  <inkscape@carlh.net>
6316         * src/attributes.cpp, src/attributes.h: remove confusing
6317         snaptogrid and snaptoguides options.
6319         * src/desktop-events.cpp: use inkscape:guide-bbox instead of
6320         snaptoguides to turn guides on.
6322         * src/desktop.cpp: no need to worry about Snapper::getEnabled().
6324         * src/snap.cpp, src/snap.h: Remove explicit enabled flag from
6325         Snapper, as itconfuses people.  Added
6326         namedview_dim_snap_all_types().  Return useful stuff from
6327         vector_snap_list.
6329         * src/rect-context.cpp: Use hack to make snapping kind of work
6330         even with snap-to-bbox enabled.
6332         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp: remove
6333         snaptogrid and snaptoguides options as they confuse people.  Use
6334         better names for the scale origin radio buttons, as suggested by
6335         Bulia.
6337         * src/seltrans.cpp: Fix some cases where snap wasn't correctly applied.
6339 2004-07-10  MenTaLguY  <mental@rydia.net>
6341         * src/sp-image.cpp: prospective fix for bug #979858
6343         * src/select-context.cpp, src/select-context.h,
6344           src/seltrans.cpp, src/seltrans.h:
6346           gave SPSelTrans its own Inkscape::MessageContext, fixing
6347           bug #977971
6349 2004-07-10  Kees Cook  <kees@outflux.net>
6351         * src/knot.cpp: solved bug #988513: knot could stay grabbed in
6352           situations where the tool went away but never got "button_release"
6353           event.  This patch uses the "enter" and "leave" notifiers to disable
6354           the grab before a "motion" can come and snag the knot.
6356 2004-07-09  Kees Cook  <kees@outflux.net>
6358         * src/widgets/paint-selector.cpp: solved bug #984902: the pattern
6359           menu was being destroyed since it was remaining part of the frame
6360           that was being destroyed whenever the selector changed.  It gets
6361           ref-counted, disconnected, and destroyed correctly now.
6362         * mkinstalldirs: automake 1.8 stopped including "mkinstalldirs", but
6363           intltool still uses it.  We'll need to keep this until intltool
6364           fixes the bug.  intltool 0.31 and earlier are all buggy.
6366 2004-07-09  Carl Hetherington  <inkscape@carlh.net>
6368         * src/draw-context.cpp: remove some debugging g_prints.
6370 2004-07-08  MenTaLguY  <mental@rydia.net>
6372         * src/interface.cpp: fixed crash on desktop context menu
6374         * src/desktop.h, src/desktop.cpp:
6376           added SPDesktop::isWithinViewport() to conveniently determine
6377           if an item is within view
6379           also made isLayer() const
6381         * src/sp-object.h: added SPObject::hasChildren() predicate
6383         * src/sp-object.cpp: revert to old behavior of breaking parent
6384           link before emitting "release" signal
6386         * src/selection-chemistry.cpp: rewrote sp_selection_item_next()
6387           and sp_selection_item_prev() to work with layers
6389 2004-07-08  Carl Hetherington  <inkscape@carlh.net>
6391         * src/libnrtype/FontFactory.cpp: disable printing of debug
6392         messages.
6394         * src/sp-item-group.cpp: give it a snappoints method to fix
6395         937318.
6397         * src/draw-context.cpp: fix a couple of places where Shift isn't
6398         checked before snapping.
6401 2004-07-07  MenTaLguY  <mental@rydia.net>
6403         * src/desktop.cpp, src/interface.cpp: remove the word "layer"
6404           for now, and disable the layer selector when the user is not
6405           inside a group
6407 2004-07-07  Kees Cook  <kees@outflux.net>
6409         * src/dialogs/desktop-properties.cpp: added a few g_asserts, and
6410           added a missing sp_signal_disconnect_by_data for the color picker,
6411           which closes bug #975864.  Stopped accidentally calling
6412           sp_document_done from the update handler (fixes bug #986411).
6413         * src/dialogs/dialog-events.cpp, src/helper/action.cpp:
6414           whitespace changes, typo fixes, added a few g_asserts.
6415         * src/selection-chemistry.cpp, src/desktop.cpp: when deleting items
6416           from the desktop, the selection context may need to be cleared since
6417           it may have pointers to the deleted items.  To do this, I just
6418           reselect the current tool (fixes bug #983243).
6419         * src/dialogs/xml-tree.cpp, src/dialogs/desktop-properties.cpp:
6420           corrected tooltips memory handling.
6422 2004-07-06  MenTaLguY  <mental@rydia.net>
6424         * src/desktop.cpp: minor tweaks to make the existing layers
6425           code easier to work with in its current state (particularly,
6426           to sidestep some existing bugs that otherwise require more
6427           UI work to fix)
6429 2004-07-06  Carl Hetherington  <inkscape@carlh.net>
6431         * src/seltrans.cpp, src/sp-namedview.cpp,
6432         src/display/bezier-utils.cpp, src/libnr/nr-types.cpp:
6433         isnan appears to need a std:: namespace qualifier.
6435 2004-07-06  Ted Gould  <ted@gould.cx>
6437         * src/libnr/nr-point.h, src/libnr/nr-rect.h:
6439         Adding in a function to round the points and rectangles.  Using this
6440         for less precise comparisons.  Also, added in a function to print
6441         each of these.
6443         * src/dialogs/export.cpp:
6445         Major revisions to do all kinds of fun stuff.  The major one being
6446         that filenames and dpi's can now be stored on selections.  This
6447         makes it so that people working on a section of a document can export
6448         it consistently.
6450 2004-07-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6452         * src/sp-typeset-utils.h: Greatly reduce #includes.
6454         * src/color-rgba.h, src/Makefile_insert, src/desktop.h:
6455           Move ColorRGBA from desktop.h to new file color-rgba.h.
6456         * src/desktop.cpp, src/dropper-context.cpp: #include it.
6458 2004-07-05  Kees Cook  <kees@outflux.net>
6460         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.cpp,
6461           src/dialogs/rdf.h: added multiline data entry items, reduced
6462           overall width of the dialog, and created the license entry areas.
6463           Auto-detection of license on load works now.
6465 2004-07-05  MenTaLguY <mental@rydia.net>
6467         * src/desktop.cpp: comitted further work which gives us a
6468           partially-functional layers menu (not actually hooked up to
6469           change layers yet), and it is not always updated when it needs
6470           to be (yet).  It does also fix the crash though.
6472         * src/desktop.cpp, src/desktop.h, src/document.cpp,
6473           src/sp-item-group.cpp, src/sp-item-group.h:
6475           additional layers work; backed off on promoting siblings to
6476           layers automatically and reintroduced "global" layer mode
6478 2004-07-05  Carl Hetherington <inkscape@carlh.net>
6480         * src/desktop.cpp: prevent crash by adding a check for
6481         layer == NULL to SPDesktopWidget::_buildLayerStatusMenuItem.
6483         * src/selection-chemistry.cpp: prevent crash on copying empty
6484         groups.
6486 2004-07-04  MenTaLguY  <mental@rydia.net>
6488         * src/sp-object.cpp: fixed bug #979281 -- I had accidentally
6489           reversed the sense of a test in SPObject::requestModified(),
6490           such that CHILD_MODIFIED notifications were never being sent
6492         * src/widgets/sp-color-notebook.cpp: always assume colors are
6493           8-digit hex rrggbbaa, and zero-fill accordingly
6495           HAPPY NATHAN#@$?#$#@$!?!?!?
6497         * src/desktop.cpp, src/desktop.h, src/document.cpp, src/document.h,
6498           src/interface.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
6499           src/sp-item-group.cpp, src/sp-item-group.h, src/widgets/widget-sizes.h:
6501           Added selection-changes-current-layer and other layer refinements.
6502           Except for fixing the currently broken layer combo box on the status
6503           bar, I think this is pretty much the last of the layerish work I'm
6504           willing to do for 0.39 since we're in freeze now.
6506 2004-07-03  Kees Cook  <kees@outflux.net>
6508         * src/document.cpp, src/dialogs/desktop-properties.cpp,
6509           src/dialogs/rdf.cpp, src/dialogs/rdf.h:
6510           Added several more RDF entities.  Created entry tooltips.  Set
6511           a few RDF defaults for the document.
6513 2004-07-03  MenTaLguY  <mental@rydia.net>
6515         * src/desktop.cpp, src/document.cpp:
6517           siblings of a layer now become layers too
6519         * src/interface.cpp: switched to command names suggested by bulia
6521         * src/object-hierarchy.cpp, src/object-hierarchy.h:
6523           bugfixes and cleanups
6525         * src/sp-item-group.cpp, src/sp-item-group.h, src/sp-root.cpp:
6527           new layerMode() and setLayerMode() methods; SPGroupMode becomes
6528           SPGroup::LayerMode
6530         * src/sp-object.h: added isSiblingOf() method
6532         * src/sp-object.cpp: leave parent pointer in place until after
6533           "release" handlers finish
6535 2004-07-02  Kees Cook  <kees@outflux.net>
6537         * src/document.cpp, src/dialogs/desktop-properties.cpp,
6538           src/dialogs/rdf.cpp, src/dialogs/rdf.h, src/xml/repr.h:
6539           Made RDF's writable now.  Handling modifications and defaults.
6540           Mental and others will most likely kill me when they finally
6541           read this code.
6543 2004-07-02  MenTaLguY  <mental@rydia.net>
6545         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp,
6546           src/sp-item-group.h:
6548           Removed the "inkscape:groupmode" attribute and added note about how
6549           the group/layer mode setting needs to be per-view, not global.
6551         * src/desktop.cpp, src/desktop.h,
6552           src/object-hierarchy.cpp, src/object-hierarchy.h:
6554           Added notification signals for switching layers, as well as putting
6555           groups in layer mode when they are being used as layers.
6557           Notably, you can now call SPDesktop::connectCurrentLayerChanged() to
6558           connect to a SigC++ signal to be notified when the current layer
6559           changes.
6561         * src/interface.cpp, src/object-ui.cpp:
6563           Fixed up the "Enter Group" and "Leave Group" context menu
6564           commands a bit, and implement them both in the same places.
6566 2004-07-02  Carl Hetherington  <inkscape@carlh.net>
6568         * src/desktop-snap.cpp, src/desktop-snap.h, src/snap.cpp, src/snap.h,
6569         src/Makefile_insert src/arc-context.cpp src/draw-context.cpp
6570         src/dyna-draw-context.cpp src/make.dep src/make.files src/make.ofiles
6571         src/makefile.msc src/nodepath.cpp src/rect-context.cpp
6572         src/select-context.cpp src/selection-chemistry.cpp src/seltrans.cpp
6573         src/sp-namedview.h src/spiral-context.cpp src/star-context.cpp:
6574         renamed desktop-snap.* to snap.* since it has nothing to do with the
6575         desktop any more.
6577         * src/draw-context.cpp: Temporary hack to prevent snapping
6578         completely failing to work when snapping to bbox points.  Support
6579         shift-disables-snap for freehand drawing.
6581         * src/snap.cpp, src/snap.h: Added some temporary methods to assist
6582         with hacks elsewhere.
6584 2004-07-01  Kees Cook  <kees@outflux.net>
6586         * src/xml/repr.h, src/xml/repr-util.h, src/dialogs/rdf.cpp:
6587           moved "repr_lookup_name" into the repr-util collection so
6588           that the RDF stuff doesn't need to know about SPRepr internals.
6589           Now that I've started to grok the SPRepr stuff, this seems best.
6590           Added "sp_repr_recursive_drop" for use in the future when I may
6591           want to throw away an entire tree of SPRepr items (like ditching
6592           a blank "dc:rights" section).
6594 2004-07-01  MenTaLguY  <mental@rydia.net>
6596         * src/sp-item.cpp: fix clip path loading bug
6598         * src/sp-object.cpp: relax analness about object ids a little
6600 2004-06-30  Kees Cook  <kees@outflux.net>
6602         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.h,
6603           src/dialogs/rdf.cpp: built the various functions needed to extract
6604           the RDF text elements from the DOM.  XML in the document will now
6605           be displayed in the entry fields.
6607 2004-06-28  MenTaLguY  <mental@rydia.net>
6609         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr-css.cpp,
6610           src/xml/repr-io.cpp, src/xml/repr-private.h, src/xml/repr-util.cpp,
6611           src/xml/repr.cpp, src/xml/sp-repr-attr.h: applied peter's patch to
6612           break out NRReprAttr
6614         * src/sp-object.cpp, src/sp-object.h:
6616           added SPObject::nearestCommonAncestor, which given another SPObject
6617           returns the nearest common ancestor of the two SPObjects.
6619         * src/sp-item.cpp, src/sp-item.h:
6621           added SPItem::getRelativeTransform, which computes the SPItem's
6622           transform relative to another SPObject
6624         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
6625           src/rect-context.cpp, src/spiral-context.cpp, src/star-context.cpp,
6626           src/text-context.cpp:
6628           drawing tools now cope with drawing within transformed groups
6629           (i.e. layers)
6631 2004-06-27  MenTaLguY  <mental@rydia.net>
6633         * src/sp-object.h: remove sp_object_request_update,
6634           sp_object_invoke_update, sp_object_invoke_modified,
6635           sp_object_request_modified, and sp_object_invoke_write, which have been
6636           deprecated and are now completely unused
6638         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
6639           src/object-hierarchy.cpp, src/object-hierarchy.h, src/sp-object.cpp,
6640           src/sp-object.h:
6642           Implemented SPDesktop::setCurrentLayer(), introducing
6643           Inkscape::ObjectHierarchy to permit falling back to parents if
6644           the current layer is removed.
6646         * src/object-ui.cpp, src/interface.cpp: really crude hack of
6647           Sodipodi-like "enter group" and "leave group"
6649 2004-06-26  MenTaLguY  <mental@rydia.net>
6651         * src/refcounted.h: allow reffing/unreffing const objects
6653         * src/arc-context.cpp, src/draw-context.cpp, src/dropper-context.cpp,
6654           src/event-context.cpp, src/event-context.h, src/node-context.cpp,
6655           src/rect-context.cpp, src/selcue.cpp, src/selcue.h,
6656           src/select-context.cpp, src/select-context.h, src/seltrans.cpp,
6657           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
6658           src/text-context.cpp, src/zoom-context.cpp:
6660           Make SPSelTrans and SPSelCue proper C++ classes with constructors.
6662         * src/document.h, src/dialogs/xml-tree.cpp: removed sp_document_lookup_id
6664         * src/sp-object.cpp: clarify what is happening with bug #980407 --
6665           the clone is getting attached to the repr before the original SPObject
6666           is.
6668 2004-06-26  Carl Hetherington  <inkscape@carlh.net>
6670         * src/node-context.cpp: make sure nodepath->nodeContext is set up
6671         when the selection changes.  Fixes 936739.
6673 2004-06-25  MenTaLguY  <mental@rydia.net>
6675         * src/display/sp-canvas.cpp: enabled win32 current item workaround on
6676           all platforms
6678 2004-06-25  Kees Cook  <kees@outflux.net>
6680         * src/dialogs/rdf.h, src/dialogs/rdf.cpp, src/dialogs/Makefile_insert,
6681           src/dialogs/desktop-properties.cpp:
6683           Added data entry widgets for document metadata, including a rough
6684           license selector, and debug rdf generator.  Corrected whitespace,
6685           added table for RDF entity lookup, tag, and title mapping.  Added
6686           initial loading framework.  Cleaned up rdf_work_entity_t usage.
6688 2004-06-25  Carl Hetherington  <inkscape@carlh.net>
6690         * src/sp-namedview.cpp: cleanups in grid snap settings.  Fix a
6691         typo.
6693         * src/seltrans.cpp: optional default origin for scaling.  Fixes
6694         to snap during scale.
6696         * src/seltrans.h: s/opposit/opposite/.  Add some comments.
6698         * src/dialogs/display-settings.cpp: add default scale origin
6699         option.
6701         * src/desktop-snap.h: changes to snap_list_scale prototype.
6703         * src/desktop-snap.cpp: snap_list_scale now returns whether
6704         it snapped or not.  The best scale snap is now the one that
6705         changes the scale factor least, rather than the one that
6706         results in the snap point being closest to where it used to be.
6708         * src/display/sp-canvas.cpp: fix for win32 freeze-at-border bug,
6709         copied from SP.
6711         * src/knot.cpp, src/select-context.cpp: change spellings from
6712         British to American English for translators.
6714 2004-06-24  rejon <kidproto@users.sf.net>
6716         * src/verbs.cpp: I changed the reverse command to be more verbose and
6717           explanative.
6719 2004-06-24  MenTaLguY  <mental@rydia.net>
6721         * src/seltrans.cpp: slight change to make showing/hiding center
6722           mark easier later on
6724         * configure.in, src/main.cpp, src/star-context.cpp,
6725           src/display/bezier-utils.cpp, src/display/canvas-bpath.cpp,
6726           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
6727           src/display/sp-ctrlline.cpp, src/libnr/nr-svp.cpp,
6728           src/libnrtype/FontFactory.cpp, src/libnrtype/RasterFont.cpp,
6729           src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
6730           src/livarot/Ligne.cpp, src/livarot/PathOutline.cpp,
6731           src/livarot/ShapeMisc.cpp, src/widgets/font-selector.cpp:
6733           fixes for floating-point portability issues, courtesy of
6734           Colin Marquardt.
6736         * src/extensions/init.cpp: dirent.h requires inttypes.h on OS X
6738 2004-06-23  MenTaLguY  <mental@rydia.net>
6740         * src/Makefile_insert, src/desktop.cpp, src/managed.h,
6741           src/message-context.cpp, src/message-stack.h, src/refcounted.h,
6742           src/selection.h, src/view.cpp:
6744           Changed my mind.
6746           Inkscape::Managed is more properly called Inkscape::Refcounted
6748         * src/libnrtype/Makefile_insert, src/libnrtype/codepages.h,
6749           src/libnrtype/cp1250.cpp, src/libnrtype/cp1251.cpp,
6750           src/libnrtype/cp1252.cpp, src/libnrtype/cp1253.cpp,
6751           src/libnrtype/cp1254.cpp, src/libnrtype/cp1255.cpp,
6752           src/libnrtype/cp1256.cpp, src/libnrtype/cp1257.cpp,
6753           src/libnrtype/cp1258.cpp, src/libnrtype/cp874.cpp,
6754           src/libnrtype/cp932.cpp, src/libnrtype/cp936.cpp,
6755           src/libnrtype/cp949.cpp, src/libnrtype/cp950.cpp:
6757           removed unused Win32 codepage crap
6759 2004-06-23  Carl Hetherington  <inkscape@carlh.net>
6761         * src/inkscape.cpp: Don't connect to SIGBUS on Win32, as
6762         it doesn't seem to exist.  Add Emacs mode line.
6763         Declaration-to-first-use and coding style cleanups.
6765         * src/desktop-snap.h: a few double -> NR::Coord fixes.
6767         * src/nodepath.cpp: turn off snapping when Shift is held down.
6768         Some minor cleanups.
6770         * src/dialogs/display-settings.cpp: remove my rather dubious
6771         move_with_grid option.
6773         * src/select-context.cpp: rationalise grid modifiers; now Shift
6774         disables snap and Alt snaps movement to the grid.
6776 2004-06-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6778         * share/extensions/dia2svg.sh: Fix bashism and insecure tempfile usage.
6780 2004-06-23  Ted Gould  <ted@gould.cx>
6782         * share/extensions/dropshadow.inkmod, share/extensions/roundhole.inkmod,
6783         src/extension/system.cpp:
6785         Setting it up so that poorly formed inkmod files generate actual GTK
6786         warnings so that they can be easily hidden.  Also, fixing these two inkmod
6787         files so that they don't generate the above mentioned warnings.
6789 2004-06-22  Kees Cook  <kees@outflux.net>
6791         * src/inkscape.cpp: added SIGBUS and SIGABRT handling.
6793 2004-06-22  John Cliff <simarilius@yahoo.com>
6795         * src/object-edit.cpp:  Added knots for manipulation of pattern fills.
6796         * src/sp-shape.cpp, src/sp-shape.h:     Added sp_shape_set_pattern to
6797         explictly set the transform rather than multiplying like adjust.
6800 2004-06-22  Carl Hetherington  <inkscape@carlh.net>
6802         * src/sp-shape.cpp: add sp_shape_snappoints.
6804         * src/desktop-snap.cpp: minor cleanups.  Added a comment.
6806         * src/sp-text.cpp: removed an old comment.
6808         * src/sp-ellipse.cpp: fix snappoints method now that the parent
6809         class method has changed.
6811         * src/sp-rect.cpp: snappoints method is not required as it's now
6812         handled by SPShape.
6814         * src/sp-image.cpp: use SPItem's snappoints method.
6816         * src/file.cpp: fix another call to g_file_test with a
6817         possibly-NULL parameter.  Fixes #977413.
6819 2004-06-21  Carl Hetherington  <inkscape@carlh.net>
6821         * src/file.cpp: don't call g_file_test with a NULL path.  Fixes
6822         #976703.
6824         * src/desktop-snap.cpp: default to snapping to bounding boxes when
6825         snapping is first enabled.  Rework in terms of SPNamedView rather
6826         than SPDesktop.
6828         * src/desktop-snap.h: rework in terms of SPNamedView rather than
6829         SPDesktop.
6831         * src/arc-context.cpp, src/draw-context.cpp,
6832         src/dyna-draw-context.cpp, src/nodepath.cpp src/rect-context.cpp,
6833         src/select-context.cpp, src/selection-chemistry.cpp,
6834         src/seltrans.cpp, src/sp-namedview.cpp, src/spiral-context.cpp,
6835         src/star-context.cpp: Adapt for changes to snap code naming.
6837         * src/seltrans.cpp: cleanups to sp_sel_trans_skew_request and
6838         sp_sel_trans_scale_request.
6840 2004-06-20  Ted Gould  <ted@gould.cx>
6842         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
6843         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
6844         share/extensions/epsi_output.inkmod, share/extensions/roundhole.inkmod,
6845         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
6846         share/extensions/txt2svg.inkmod, src/extension/extension.h,
6847         src/extension/system.cpp, src/extension/implementation/script.cpp,
6848         src/extension/internal/eps-out.cpp,
6849         src/extension/internal/gdkpixbuf-input.cpp,
6850         src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
6851         src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
6852         src/extension/internal/win32.cpp:
6854         Changing the naming of the extensions to be more Java style naming to
6855         allow for more extension in the future.
6857 2004-06-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6859         * src/extension/internal/ps.cpp (PrintPS): Initialize _stream to
6860           NULL (fixes segfaults when exporting to an unopenable file), and
6861           initialize _bitmap to false instead of random.
6863 2004-06-20  MenTaLguY  <mental@rydia.net>
6865         * src/desktop.cpp, src/managed.h, src/message-context.h,
6866           src/message-stack.h, src/message.h, src/view.cpp:
6868           Document classes, and change Managed to have an initial refcount
6869           of one at creation.
6871 2004-06-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6873         * src/libnrtype/FontFactory.cpp, src/libnrtype/FontInstance.cpp,
6874           src/libnrtype/font-instance.h: If both WIN32 and WITH_XFT are
6875           defined, then use just the WITH_XFT code.  (I don't know if it's
6876           possible for both to be defined, but we might as well document
6877           that the existing code doesn't handle both being defined, AFAICT.)
6879         * src/libnrtype/FontFactory.cpp (ink_strstr): Document brokenness.
6880           (is_regular, is_nonbold, is_italic, etc.): Mark as static.
6882         * src/Makefile.am (EXTRA_DIST): Remove reference to deleted files
6883           libnrtype/nr-type-w32.cpp, libnrtype/nr-type-w32.h,
6884           libnrtype/nr-type-xft.cpp, libnrtype/nr-type-xft.h.
6886         * src/config.h.win32: Define PACKAGE_TARNAME, for require-config.h.
6887           More accurate mathematical constants (20 decimal places instead of 3).
6889 2004-06-19  MenTaLguY  <mental@rydia.net>
6891         * src/desktop.cpp, src/managed.h, src/rect-context.cpp,
6892           src/rect-context.h, src/selection.h, src/view.cpp:
6894           SPSelection now derives from Inkscape::Managed
6896         * src/Makefile_insert, src/select-context.cpp, src/select-context.h,
6897           src/selection-describer.h, src/selection-describer.cpp:
6899           Introduced Inkscape::SelectionDescriber to which SPSelectContext
6900           delegates the task of displaying descriptions of the current
6901           selection.  This fixes bug #945735.
6903 2004-06-19  Carl Hetherington  <inkscape@carlh.net>
6905         * src/desktop-snap.{cpp,h}: sp_desktop_dim_snap_list returns
6906         whether or not it snapped anything.
6908         * src/select-context.cpp: fix snap on move behaviour (again)
6910         * src/widgets/dash-selector.cpp: fix off-by-one spotted by
6911         valgrind.
6913 2004-06-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6915         * src/extension/internal/ps.cpp (begin): Add some basic error handling.
6917         * src/extension/internal/ps.cpp (setup): Simplify an expression now that
6918           _bitmap is a bool.
6920         * src/extension/internal/ps.h: Twiddle the order of the fields.
6921           Replace bitfields with bool/short.
6923         * src/libnrtype/Makefile_insert, src/libnrtype/FontInstance.h,
6924           src/make.files, src/make.ofiles, src/make.dep:
6925           Remove src/libnrtype/FontInstance.h (see change below).
6927         * src/libnrtype/RasterFont.h, src/libnrtype/raster-glyph.h,
6928           src/libnrtype/raster-position.h:
6929           Move raster_glyph, raster_position from RasterFont.h to new files
6930           raster-glyph.h, raster-position.h.
6931         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
6933         * src/libnrtype/FontInstance.h, src/libnrtype/font-glyph.h,
6934           src/libnrtype/font-instance.h, src/libnrtype/font-style.h:
6935           Move font_glyph, font_instance, and font_style definitions from
6936           FontInstance.h into new files font-glyph.h, font-instance.h,
6937           font-style.h.
6938         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
6940         * src/libnrtype/nrtype-forward.h: New file.
6941         * src/libnrtype/Makefile_insert: Add it to SOURCES.
6942         * src/libnrtype/FontFactory.h, src/libnrtype/TextWrapper.h:
6943           #include it (replacing local declarations in some cases).
6945         * src/livarot/livarot-forward.h: New file.
6946         * src/livarot/Ligne.h, src/livarot/Path.h, src/livarot/Shape.h:
6947           #include it (replacing local declarations in some cases).
6948         * src/livarot/Makefile_insert: Add it to SOURCES.
6950 2004-08-18  Ted Gould  <ted@gould.cx>
6952         * src/file.cpp, src/preferences-skeleton.h:
6954         Adding the feature that the save and open directories are saved in the
6955         preferences.  The last one will be used.
6957 2004-08-18  Carl Hetherington  <inkscape@carlh.net>
6959         * src/widgets/font-selector.cpp: uint -> guint to fix
6960         compile errors.
6962         * src/desktop-snap.{cpp,h}: make snap functions aware of the
6963         type of point they are snapping, so they can decide whether
6964         to ignore it.
6966         * src/arc-context.cpp, src/rect-context.cpp,
6967         src/spiral-context.cpp, src/star-context.cpp,
6968         src/draw-context.cpp, src/dyna-draw-context.cpp, src/nodepath.cpp,
6969         src/selection-chemistry.cpp, src/seltrans.cpp:
6970         temporarily update for changes to snapping API.
6972         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp:
6973         adapt for small changes to Snapper API.
6975         * src/select-context.cpp: use new snapping API.
6977 2004-08-17  Bryce Harrington  <bryce@bryceharrington.org>
6979         *  nodepath.cpp path-chemistry.cpp selection-chemistry.cpp,
6980            seltrans.cpp sp-typeset.cpp splivarot.cpp text-context.cpp,
6981            tools-switch.cpp dialogs/find.cpp:  Converting statusbar
6982            messages from old style to new, as per
6983            http://inkscape.org/cgi-bin/wiki.pl?StatusbarAPI
6985 2004-06-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6987         * src/mkdep.pl: Add `by mkdep.pl' to `automatically generated' line.
6989         * src/dialogs/desktop-properties.cpp:
6990           Greater conformance to CodingStyle.  Add FIXME comment.
6992         * src/sp-namedview.cpp: Tighter scoping for iteration var.
6993           Simplify some code by greater use of cheap sp_unit_get_by_id.
6995 2004-06-17  MenTaLguY  <mental@rydia.net>
6997         * src/Makefile_insert, src/arc-context.cpp, src/arc-context.h,
6998           src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
6999           src/draw-context.cpp, src/dropper-context.cpp, src/event-context.cpp,
7000           src/event-context.h, src/file.cpp, src/interface.cpp, src/knot.cpp,
7001           src/managed.h, src/message-context.cpp, src/message-context.h,
7002           src/message-stack.cpp, src/message-stack.h, src/message.h,
7003           src/select-context.cpp, src/view.cpp, src/view.h,
7004           src/libnrtype/FontFactory.cpp, src/libnrtype/nr-type-primitives.h,
7005           src/widgets/font-selector.cpp:
7007           New status messages primitives (statusbar bug not fixed yet though).
7009 2004-06-17  Carl Hetherington  <inkscape@carlh.net>
7011         * src/helper/stock-items.cpp: fix a compiler warning.  Minor
7012         coding style cleanups.
7014         * src/arc-context.cpp, src/desktop-snap.cpp, src-desktop-snap.h,
7015         src/rect-context.cpp, src/spiral-context.cpp,
7016         src/star-context.cpp: Replace desktop.h include with forward
7017         references in desktop-snap.h, and add desktop.h includes in
7018         files which require them.
7020         * src/widgets/spw-utilities.cpp, src/widgets/spw-utilities.h:
7021         add spw_vbox_checkbutton.
7023         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7024         src/sp-namedview.h, src/desktop-snap.cpp, src/desktop-snap.h,
7025         src/desktop.cpp, src/desktop.h,
7026         src/dialogs/desktop-properties.cpp, src/seltrans.cpp,
7027         src/seltrans.h, src/selection.cpp, src/selection.h,
7028         src/select-context.cpp, src/selection-chemistry.cpp:
7030         Start of new and hopefully improved snapping code.
7032 2004-06-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7034         * src/helper/units.h, src/helper/units.cpp:
7035           (sp_unit_get_by_id): new function.
7036           (sp_convert_distance_full): Change arguments & return value.
7037           Call g_log if no conversion possible.
7038           Callers updated.
7039           (sp_unit_get_default, sp_unit_get_by_name): Remove unused functions.
7040           sp_units: Less rounding error in unittobase.
7042 2004-06-16  Carl Hetherington  <inkscape@carlh.net>
7044         * src/sp-item.h: added a comment.
7046 2004-06-15  Ted Gould  <ted@gould.cx>
7048         * share/extensions/ai_input.inkmod:
7049         Removing the command-line argument to specify line endings.
7051         * src/print.cpp, src/print.h, src/sp-text.cpp,
7052         src/extension/extension.cpp, src/extension/extension.h,
7053         src/extension/implementation/implementation.cpp,
7054         src/extension/implementation/implementation.h,
7055         src/extension/internal/ps.cpp, src/extension/internal/ps.h:
7057         Changing it so that the text to vector is its own function.  This way it
7058         can be used as a parameter in Postscript, but then can be easily used for
7059         drivers which only support vector drawing.
7061 2004-06-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7063         * src/select-toolbar.cpp: Cleanups and preparation for px units.
7065         * src/helper/units.h, src/helper/units.cpp:
7066           Add reference version of sp_points_get_units, sp_units_get_points.
7067           Implement as simple multiplication instead of sp_convert_distance.
7068           (sp_units_table_sane): New function.
7069         * src/helper/units-test.cpp: Test sp_units_table_sane.
7071         * src/sp-object-repr.cpp: Move some declarations to first use.
7072         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_register):
7073           Change return type to void.
7075         * src/sp-item.cpp (sp_item_repr_compare_position):
7076           Reimplement as shallow wrapper around sp_repr_compare_position.
7078         * src/helper/units.h, src/helper/units.cpp:
7079           SPUnitId: new enum, to allow replacing string lookups.
7080           Get rid of handling for unused SP_UNIT_USERSPACE.
7081           Remove unused SPUnit.version field.
7083         * src/helper/units-test.cpp (test_bases): Test sp_unit_get_identity.
7085         * src/helper/Makefile_insert (helper_units_test_LDADD): Fix the previous
7086           commit: -lglib-2.0 instead of -lglib.
7088 2004-06-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7090         * src/Makefile.am, src/helper/Makefile_insert,
7091           src/helper/units-test.cpp:
7092           New unit test file units-test.cpp.
7094         * src/select-toolbar.cpp: Greater conformance to CodingStyle.
7096 2004-06-14  Carl Hetherington  <inkscape@carlh.net>
7098         * src/libnrtype/TextWrapper.cpp: Fix what looks like an off-by-one.
7100         * ChangeLog, src/prefs-utils.cpp:
7101         Fix bracketing typo that causes an array to be overrun.
7103 2004-06-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7105         * src/sp-path.cpp: Move some declarations to first use.
7107 2004-06-13  Kees Cook  <kees@outflux.net>
7109         * src/xml/repr.h, src/xml/repr-utils.cpp: adding additional RDF URIs
7110         to the default namespace prefix list.
7112 2004-06-13  MenTaLguY  <mental@rydia.net>
7114         * src/arc-context.cpp, src/desktop.cpp, src/desktop.h, src/document.cpp,
7115           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
7116           src/file.cpp, src/gradient-chemistry.cpp, src/interface.cpp,
7117           src/rect-context.cpp, src/selection-chemistry.cpp, src/sp-object.cpp,
7118           src/sp-object.h, src/spiral-context.cpp, src/splivarot.cpp,
7119           src/star-context.cpp, src/svg-view.h, src/text-context.cpp,
7120           src/extension/internal/gdkpixbuf-input.cpp:
7122           added SPDesktop::currentRoot() and SPDesktop::currentLayer(), which
7123           report the current "view" root and current "editing" layer,
7124           respectively; I've also added SPObject::appendReprChild().
7126           Between the two of them, they replace sp_document_add_repr, which
7127           has been removed.  Generally to add a repr to a document, you would
7128           now use either:
7130            SP_DOCUMENT_DEFS(document)->appendReprChild(repr);
7132           or:
7134            desktop->currentLayer()->appendReprChild(repr);
7136 2004-06-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7138         * src/sp-clippath.h, src/sp-gradient.h, src/sp-marker.h, src/sp-mask.h,
7139 src/sp-pattern.h:
7140           Explicitly mark _acceptObject as virtual.
7141           (Already declared as virtual in base class.)
7143         * src/file.cpp, src/main.cpp: Greater conformance to CodingStyle.
7145         * src/node-context.h, src/selcue.h, src/sp-pattern.h,
7146           src/widgets/sp-color-wheel-selector.h:
7147           Add missing includes as found by src/check-header-compile.
7149         * src/Makefile_insert:
7150         * src/sp-use-reference.cpp:
7151         * src/sp-use-reference.h:
7152         * src/sp-use.cpp:
7153         * src/sp-use.h:
7154           Move SPUseReference from sp-use.h to new files sp-use-reference.h,
7155           sp-use-reference.cpp.
7157         * src/sp-use.h (_acceptObject): Fix can't-use-ancestor check.
7159         * src/uri-references.h (getOwner): Fix copy&paste bug.
7161 2004-06-11  MenTaLguY  <mental@rydia.net>
7163         * src/sp-object.h, src/sp-object.cpp:
7165           migrated several SPObject methods to C++ methods:
7167           sp_object_invoke_write -> SPObject::updateRepr
7168           sp_object_request_update -> SPObject::requestDisplayUpdate
7169           sp_object_invoke_update -> SPObject::updateDisplay
7170           sp_object_request_modified -> SPObject::requestModified
7171           sp_object_invoke_modified -> SPObject::emitModified
7173           (leaving deprecated wrappers in place for now)
7175         * src/document.cpp, src/object-edit.cpp, src/sp-clippath.cpp,
7176           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-image.cpp,
7177           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-line.cpp,
7178           src/sp-marker.cpp, src/sp-mask.cpp, src/sp-offset.cpp,
7179           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-root.cpp,
7180           src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
7181           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
7182           src/sp-use.cpp, src/dialogs/stroke-style.cpp, src/sp-path.cpp:
7184           transitioned to SPObject::requestDisplayUpdate and
7185           SPObject::updateDisplay
7187         * src/arc-context.cpp, src/document.cpp, src/gradient-chemistry.cpp,
7188           src/knotholder.cpp, src/main.cpp, src/rect-context.cpp,
7189           src/sp-anchor.cpp, src/sp-clippath.cpp, src/sp-defs.cpp,
7190           src/sp-gradient.cpp, src/sp-item-group.cpp, src/sp-item.cpp,
7191           src/sp-mask.cpp, src/sp-namedview.cpp, src/sp-object-group.cpp,
7192           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp,
7193           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-shape.cpp,
7194           src/sp-spiral.cpp, src/sp-text.cpp, src/sp-use.cpp,
7195           src/spiral-context.cpp, src/splivarot.cpp, src/star-context.cpp,
7196           src/style.cpp, src/toolbox.cpp, src/dialogs/fill-style.cpp,
7197           src/dialogs/stroke-style.cpp, src/extension/internal/svg.cpp:
7199           transitioned to SPObject::requestModified, SPObject::emitModified,
7200           and SPObject::updateRepr; also reworked "minimal" version of
7201           updateRepr.
7203         * src/sp-object.h: added a little documentation
7205         * src/document.cpp, src/document.h, src/file.cpp,
7206           src/gradient-chemistry.cpp, src/help.cpp, src/object-ui.cpp,
7207           src/selection-chemistry.cpp, src/selection.cpp, src/seltrans.cpp,
7208           src/sp-clippath.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
7209           src/sp-namedview.cpp, src/sp-object.cpp, src/sp-offset.cpp,
7210           src/sp-pattern.cpp, src/sp-root.cpp, src/sp-text.cpp,
7211           src/sp-typeset.cpp, src/sp-use.cpp, src/splivarot.cpp,
7212           src/uri-references.cpp, src/dialogs/fill-style.cpp,
7213           src/dialogs/item-properties.cpp, src/dialogs/stroke-style.cpp,
7214           src/helper/stock-items.cpp, src/widgets/gradient-selector.cpp,
7215           src/widgets/gradient-vector.cpp, src/widgets/icon.cpp:
7217           replaced sp_document_lookup_id with SPDocument::getObjectById,
7218           and SPDocument::getObjectByRepr
7220           (left deprecated stub in place, but it should be unused at this point)
7222 2004-06-11  Ted Gould  <ted@gould.cx>
7224         * src/file.cpp, src/inkscape.cpp, src/interface.cpp, src/prefs-utils.cpp,
7225         src/prefs-utils.h:
7227         Moving the recent document setting and getting code into the prefs-utils
7228         files so that they'll be with the preferences (which they really kinda
7229         are).  Then, moved the place where they are set from the removing of the
7230         document to where the files are opened and 'save as'd.  (yes, I made up a
7231         word/contraction).
7233 2004-06-10  Carl Hetherington  <inkscape@carlh.net>
7235         * src/desktop-snap.cpp, src/desktop-snap.h,
7236         src/satisfied-guide-cns.cpp, src/satisfied-guide-cns.h,
7237         select-context.cpp, selection.cpp, selection.h, seltrans.cpp,
7238         seltrans.h, sp-ellipse.cpp, sp-image.cpp,
7239         sp-item-notify-moveto.cpp, sp-item-rm-unsatisfied-cns.cpp,
7240         sp-item-update-cns.cpp, sp-item.cpp, sp-item.h, sp-offset.cpp,
7241         sp-rect.cpp, sp-spiral.cpp, sp-star.cpp, sp-text.cpp:
7243         Use a std::vector to store snap points, rather than a fixed-size
7244         array.
7246 2004-06-09  Carl Hetherington  <inkscape@carlh.net>
7248         * src/desktop-snap.cpp, src/desktop-snap.h: Coding style fixes.
7249         Use NR::Coord rather than double where appropriate.  Added some
7250         comments.  Use NR::Dim2 where appropriate.  Use NR_HUGE rather
7251         than hardcoded 1e18s.
7253         * src/rect-context.cpp, src/nodepath.cpp, src/arc-context.cpp:
7254         Adapt for changes to sp_desktop_dim_snap prototype.
7256         * src/select-context.cpp:
7257         Adapt for changes to sp_desktop_dim_snap_list prototype.
7259 2004-06-08  MenTaLguY  <mental@rydia.net>
7261         * src/display/sp-canvas.h, src/livarot/DblLinked.h,
7262           src/livarot/LivarotDefs.h, src/livarot/AVL.h, src/livarot/Shape.h,
7263           src/livarot/ShapeUtils.h, src/livarot/Ligne.h,
7264           src/object-edit.cpp, src/spiral-context.cpp, src/sp-shape.cpp:
7266           Portability fixes from Colin Marquardt <colin@marquardt-home.de>.
7268 2004-06-08  Carl Hetherington  <inkscape@carlh.net>
7270         * src/main.cpp: remove the call to
7271         Extension::Internal::PrintWin32::init() entirely after Ted pointed
7272         out that it would be called by code in src/extension/init.cpp
7273         anyway.
7275 2004-06-08  Ted Gould  <ted@gould.cx>
7277         * src/main.cpp:
7279         Added in a version command to our command line args.  This fixes
7280         enhancement request 968642.
7282 2004-06-07  MenTaLguY  <mental@rydia.net>
7284         * src/document.cpp, src/document.h, src/document-undo.cpp,
7285           src/sp-object.h, src/sp-object.cpp:
7286           renamed object garbage collection routines to fit the "orphan"
7287           terminology
7289 2004-06-07  Carl Hetherington <inkscape@carlh.net>
7291         * src/main.cpp: tentative fix for startup crash on Win32.  Ensure
7292         that Extension::Internal::PrintWin32::init() is not called until
7293         after inkscape_application_init().
7295 2004-06-07  Ted Gould  <ted@gould.cx>
7297         * src/inkscape.cpp, src/main.cpp:
7299         Moving the initialization of the extensions into the Inkscape application
7300         init.  I have mixed feelings on this.  On one hand, basically extension
7301         init gets called directly after applicaiton init and extensions init has
7302         nothing to do with anything else in main.  On the other hand I'm not sure
7303         that it is directly related to the structure of the application itself.
7304         Comments are welcome.
7306 2004-06-06  MenTaLguY  <mental@rydia.net>
7308         * src/attributes.cpp, src/attributes.h: added inkscape:collect attribute
7309           to specify orphan collection policy (collect with parent, or always
7310           collect)
7312         * src/document-undo.cpp, src/document.cpp, src/document.h: added an orphan
7313           collection pass as part of comitting an undo step
7315         * src/sp-object.cpp, src/sp-object.h:
7316           add total hrefcount for all descendants, and basic orphan collection
7317           facilities
7319         * src/gradient-chemistry.cpp, src/dialogs/stroke-style.cpp,
7320           src/extension/internal/gdkpixbuf-input.cpp:
7321           mark automatically added gradients, patterns, and markers for orphan
7322           collection
7324 2004-06-06  Bryce Harrington <bryce@bryceharrington.org>
7326         * libnrtype/nr-type-xft.cpp, libnrtype/nr-font.cpp,
7327           libnrtype/nr-rasterfont.cpp, libnrtype/nr-type-directory.cpp,
7328           libnrtype/nr-typeface.cpp, libnrtype/nr-type-w32.cpp,
7329           libnrtype/nr-type-ft2.cpp, libnrtype/nr-type-pos-def.cpp,
7330           libnrtype/nr-type-primitives.cpp:
7332         Documenting the routines.  This adds basic code docs for
7333         everything in libnrtype.
7335 2004-06-06  Ted Gould  <ted@gould.cx>
7337         * src/main.cpp, src/preferences-skeleton.h, src/extension/extension.cpp:
7339         Making it so that the extension parameters get saved in the Inkscape
7340         preferences.  Most people will notice that their printer gets saved now.
7341         But this does alot more than that.  Added an "extensions" group to the
7342         preferences skeleton for all these settings.  All settings get saved as
7343         "module ID"."param name".  Also had to change where the extensions get
7344         init'd in the startup to put it behind the Inkscape application so that
7345         prerefences could be used.
7347 2004-06-03  Ted Gould  <ted@gould.cx>
7349         * src/file.cpp, src/dialog/filedialog.cpp:
7351         Making the whole file dialog alot more fun.  Basically, now the
7352         first filename will always be unique on files that don't have a
7353         filename already.  And, if you've selected a different default
7354         extension, that extension's filename extension will be placed
7355         on the file.  Also, when you change the extension to save with
7356         in the dialog, the filename extension will change with you (assuming
7357         that you were using filename extensions previously ofcourse).
7358         Finally, the checkbox to autoappend extensions is no insensitive
7359         when "Autodetect" is selected.
7361 2004-06-03  MenTaLguY  <mental@rydia.net>
7363         * src/file.cpp, src/extension/internal/ps.cpp,
7364           src/extension/internal/win32.cpp, src/sp-pattern.cpp,
7365           src/dialogs/stroke-style.cpp, src/display/nr-arena-glyphs.cpp,
7366           src/display/nr-arena-group.cpp, src/display/nr-arena-image.cpp,
7367           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
7368           src/widgets/icon.cpp, src/dialogs/nr-arena-item.h:
7370           Introduced the notion of "parent" NRGCs
7372 2004-06-02  bulia byak <bulia@users.sourceforge.net>
7374         * src/selection.h, src/selection.cpp:
7376         * preferences-skeleton.h dialogs/display-settings.cpp sp-item.cpp: New
7377 settings
7378         for various compensations
7380         * sp-shape.cpp sp-shape.h sp-rect.cpp sp-path.cpp: Factored out adjustments
7381         (stroke and pattern so far) from optimizing items into sp-shape.
7383         * libnr: Added distance function for a couple of points. Added expansions
7384 for X and Y.
7386         * object-edit.cpp sp-rect.cpp sp-item.cpp toolbox.cpp: Made rect use
7387 absolute
7388         radii, added recursive compensation on item_transform. Added new knot for
7389         rect, moved corner knots to the top right corner. Rect toolbar shows visible
7390         rx/ry.
7392         * toolbox.cpp: Finally got the freeze semaphores right (prevent loops for
7393         changes both from the repr and from toolbar UI).
7395         * sp-namedview.cpp: Guarding against nan in zoom, cx, cy
7397         * select-toolbar.cpp helper/unit-menu.cpp helper/unit-menu.h: Fix units menu
7398 size
7400         * node-context.cpp: Second Esc or empty-click deselects object
7402         * desktop.cpp desktop.h: Restored sticky zoom
7404         * preferences-skeleton.h extension/internal/gdkpixbuf-input.cpp file.cpp: Do
7405 not
7406         group import if only one item; move its defs to our defs; select and move
7407         under cursor the imported item/group. Optionally import bitmaps as filled
7408         rects.
7410         * many -context files: Decoupled seltrans and selcue so that the latter can
7411 be
7412         used outside of selector; enabled optional selcue in all tools
7414         * many files: New set_color signals on desktop, switching the dropper to
7415 them;
7416         needs to be redone for style. Excise the old inkscape::color_set signal.
7418         * dialogs/stroke-style.cpp: Fix the "all clubs" marker preview bug. In
7419 markers
7420         menu, skip document markers with stockid only if the same stockid is in
7421         markers.svg; add separator.
7423         * many fill and stroke files: Remove old mode selector, remove dropper
7424 checkbox
7425         (now always on). Remember active colorselector page. Remove redundant checks
7426         in setting color (fixes at least one bug). Cosmetics, cleanup, b/w icons,
7427         shortened labels, added mnemonics and tooltips, removed the drop-down modes
7428         list. Switched color spinbuttons to 0..255 enabling 0..1 floats to be typed
7429 as
7430         well.
7432         * dialogs/find.* et al: Find dialog, command
7434         * selection-chemistry.cpp: Fix copying objects from different parents; fix
7435 and
7436         reorganize copying gradients, recurse into groups
7438         * dialogs/xml-tree.cpp: Removed unused desktop shutdown signal, fixes
7439 problem
7440         with saving window settings on exit
7442         * select-toolbar.cpp: Percentage unit, lock toggle, NR::Rectification
7444         * sp-object.cpp path-chemistry.cpp splivarot.cpp et al: Sending
7445 _delete_signal
7446         recursively for descendants; switched to deleteObject where appropriate to
7447         notify clones
7449         * preferences-skeleton.h desktop.cpp desktop.h interface.cpp: Window layout
7450         fully configurable, commands in the View menu
7452         * path-chemistry.cpp: Fixed transform when combining inside group
7454         * preferences-skeleton.h sp-item.cpp dialogs/display-settings.cpp: Fixes in
7455         scalestroke (coded by Carl): arbitrary depth recusion, setting stroke-width
7456         via repr, pref in the transforms tab
7458         * widgets/sp-xmlview-attr-list.cpp: More robust listener
7460 2004-06-01  Ted Gould  <ted@gould.cx>
7462         * src/extension/internal/gdkpixbuf-input.cpp:
7463         Making it so that the lists of extensions and mimetypes are
7464         used in the creation of the plugins.  Also, free'ing everything
7465         properly so that we don't have a memory leak.
7467 2004-05-30  MenTaLguY  <mental@rydia.net>
7469         * src/selection.h, src/selection.cpp:
7470           rework SPSelection to be SPObject- rather than SPItem- oriented;
7471           this will be needed later for the layers/document tree dialog
7472           (and could prove useful for the XML editor later too)
7474         * src/sp-item.h: make SPItem a proper C++ subclass of SPObject
7476         * src/dialogs/item-properties.cpp:
7477           correct overly intimate knowledge of SPObject (use SP_OBJECT_ID rather
7478           than directly accessing the SPObject::id member)
7480 2004-05-27  Kees Cook  <kees@outflux.net>
7482         * src/extension/internal/ps.h, src/extension/internal/ps.cpp:
7483           Hopefully fixed the locale problems in the PS output generator.
7484         * src/sp-offset.cpp, src/display/bezier-utils-test.cpp,
7485           src/display/nr-arena-item.cpp, src/libnr/nr-svp-render.cpp,
7486           src/libnr/testnr.cpp, src/livarot/AlphaLigne.cpp,
7487           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
7488           src/livarot/PathCutting.cpp, src/livarot/Shape.cpp,
7489           src/livarot/ShapeDraw.cpp, src/livarot/ShapeSweep.cpp,
7490           src/svg/svg-affine.cpp: added comments and notes to all remaining
7491           "printf"ish calls that have %g or %f in them.  Most are just debug
7492           output, etc.  Hopefully we are actually free of locale bugs!  :)
7493         * src/desktop.h, src/desktop.cpp: desktop's knowledge of
7494           fullscreen-ness doesn't depend on having the ability to DO it.  Other
7495           functions already test "is_fullscreen" to alter their behavior.
7497 2004-05-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7499         * src/extension/system.h, src/extension/system.cpp (build_from_file):
7500           Remove unused second argument.  Callers updated.
7501         * src/extension/system.cpp (build_from_reprdoc):
7502           Just one call to sp_repr_name per child.
7503         * src/extension/system.h, src/extension/system.cpp:
7504           Cleanup: greater conformance to CodingStyle.
7506 2004-05-23  MenTaLguY  <mental@rydia.net>
7508         * src/libnrtype/Makefile_insert, src/libnrtype/nr-type-gnome.cpp,
7509           src/libnrtype/nr-type-gnome.h, src/libnrtype/nr-type-dictionary:
7511           removed gnome-print libnrtype backend
7513 2004-05-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7515         * src/xml/repr.h, src/xml/repr-util.cpp:
7516           Remove unused function sp_repr_set_position_relative.
7518         * src/xml/repr-util.cpp (sp_repr_compare_position, sp_repr_position):
7519           Minor cleanups.
7521 2004-05-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7523         * src/sp-use.cpp: Cleanup: greater conformance to CodingStyle.
7525         * src/sp-item-group.cpp (sp_item_group_ungroup): Fix bug #956334:
7526           ungrouping was reversing the order of the group members.
7528         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp: New files.
7529         * src/xml/Makefile_insert (xml_libspxml_a_SOURCES): Add the new files.
7531         * src/xml/repr-private.h, src/xml/repr.cpp (sp_repr_nth_child):
7532           Remove this unused function.
7534         * src/xml/repr.h, src/xml/repr.cpp (sp_repr_parent):
7535           Mark pointer as not written through (const).
7537 2004-05-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7539         * src/xml/repr.cpp: Cleanup: greater conformance to CodingStyle.
7541         * src/Makefile_insert: Add missing dependencies on inkscape_version.h.
7542         * src/display/Makefile_insert: Adapt dependency object names for
7543           `subdir-objects' automake option.
7544         * src/helper/Makefile_insert: Adapt dependency object names for
7545           lack of libspchelp-specific CPPFLAGS.
7547 2004-05-17  Carl Hetherington <inkscape@carlh.net>
7549         * src/libnrtype/nr-type-w32.cpp: Tentative fix for
7550         build problems on Win32.
7552         * src/extension/internal/svg.cpp: Coding style cleanups.
7554 2004-05-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7556         * src/sp-item.h, src/sp-item.cpp: Remove unused
7557           distance-conversion functions sp_item_distance_to_svg_bbox,
7558           sp_item_distance_to_svg_viewport.
7560         * src/sp-item.cpp: Cleanup: greater conformance to CodingStyle.
7562         * acinclude.m4: Remove.
7564 2004-05-16  Carl Hetherington  <inkscape@carlh.net>
7566         * src/extension/internal/svg.cpp:
7567         Throw an exception if sp_repr_save_file fails.  This should close
7568         bug 948921.
7570 2004-05-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7572         * src/check-header-compile.in: New script.
7573         * configure.in: Add it to list of files for substitution.
7575         * src/star-context.cpp: Minor cleanups, and use g_strdup_printf instead
7576           of fixed-size buffer for translated string.
7578         * src/selection-chemistry.cpp: Use NR::Rect bounds() method instead of
7579           old bounds(NRRect*).
7581         * src/document.cpp (sp_document_create):
7582         * src/preferences-skeleton.h:
7583           Use INKSCAPE_VERSION from inkscape_version.h instead of VERSION.
7585         * src/libnr/nr-rotate-test.cpp: Use new rotate_equalp function.
7587         * src/libnr/nr-translate-ops.h (operator-): New function.
7589         * src/select-context.cpp:
7590         * src/selection-chemistry.cpp:
7591         * src/xml/repr.h:
7592         * src/sp-defs.h:
7593           Cleanup: greater conformance to CodingStyle.
7595         * src/libnr/nr-macros.h: Don't #include nr-matrix.h, nr-rect.h.
7597         * src/arc-context.h, src/desktop-affine.h, src/dir-util.h,
7598           src/draw-context.h, src/dyna-draw-context.h, src/help.h,
7599           src/knotholder.h, src/prefs-utils.h, src/select-toolbar.h,
7600           src/sp-clippath.h, src/sp-mask.h, src/sp-pattern.h, src/sp-use.h,
7601           src/text-context.h, src/toolbox.h, src/tools-switch.h,
7602           src/dialogs/dialog-events.h, src/dialogs/sp-attribute-widget.h,
7603           src/display/sp-canvas.h, src/helper/gnome-utils.h,
7604           src/helper/png-write.h, src/helper/stock-items.h, src/inkjar/jar.h,
7605           src/libnr/nr-matrix.cpp, src/libnr/nr-point-l.h,
7606           src/svg/stringstream.h, src/svg/svg-affine.cpp,
7607           src/widgets/gradient-selector.h, src/widgets/paint-selector.h,
7608           src/widgets/spinbutton-events.h, src/widgets/spw-utilities.h,
7609           src/xml/repr-action.h:
7610           Add missing header files as detected by check-header-compile script.
7612         * src/libnr/nr-rotate-fns.h, src/libnr/nr-rotate-fns.cpp: New files.
7613         * src/libnr/nr-rotate-fns-test.cpp: New unit test.
7614         * src/libnr/Makefile_insert, src/Makefile.am: Reference new files,
7615           add to unit tests.
7617         * src/libnr/nr-rotate.h: Add Coord,Coord constructor.
7619         * src/libnr/nr-rotate.h, src/libnr/nr-rotate-ops.h (operator*=):
7620         New method.
7622         * src/libnr/nr-point-fns.h (point_equalp): New function.
7624         * src/radial.h: Remove this unused header.
7626         * src/xml/xml-forward.h: New file.
7627         * src/xml/Makefile_insert: Add it to xml_libspxml_a_SOURCES.
7628         * src/xml/repr-private.h: Include it.
7630 2004-05-16  MenTaLguY  <mental@rydia.net>
7632         * src/libnrtype/nr-type-directory.cpp, src/libnrtype/nr-type-ft2.cpp,
7633           src/libnrtype/nr-type-ft2.h, src/libnrtype/nr-type-gnome.h,
7634           src/libnrtype/nr-type-w32.h, src/libnrtype/nr-type-xft.cpp,
7635           src/libnrtype/nr-typeface.h:
7637           transition to C++ inheritance
7639         * src/verbs.cpp, src/helper/action.h, src/helper/action.cpp,
7640           src/widgets/button.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
7642           removed barely-used "in-place construction" facility for NRObject
7644         * src/helper/action.h, src/helper/action.cpp,
7645           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-glyphs.h,
7646           src/display/nr-arena-image.cpp, src/display/nr-arena-image.h,
7647           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
7648           src/helper/action.cpp, src/helper/action.h, src/libnr/nr-object.cpp,
7649           src/libnr/nr-object.h, src/libnrtype/nr-type-ft2.cpp,
7650           src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
7651           src/libnrtype/nr-typeface.cpp:
7653           Made NRObject "C++-compatible".  All C++ features including virtual
7654           methods and RTTI should now be available to NRObject subclasses
7655           _provided_:
7657            a) there is an unbroken chain of _C++_ inheritance from the subclass
7658               back to NRObject
7660            b) the NRObject-derived inheritance chain is always first in cases
7661               of multiple inheritance (the NRObject must be first in the memory
7662               layout)
7664            c) The subclass in question overrides NRObjectClass::cpp_ctor in its
7665               own class_init function, with a pointer to a function that calls
7666               the specific subclass' constructor (via placement new -- you will
7667               need to #include <new> for this to work)
7669               n.b. Objects of classes which do not override cpp_ctor will appear
7670               to the C++ runtime system (RTTI and virtual dispatch, at least) as
7671               objects of the closest ancestor class which does override it
7672               (NRObject or NRActiveObject if nothing else).
7674 2004-05-15  MenTaLguY  <mental@rydia.net>
7676         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
7677           further reduced dependency on SPStyle
7679 2004-05-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7681         * src/libnr/nr-path.cpp, src/libnr/nr-path.h (nr_path_matrix_bbox_union):
7682           Get rid of no-longer-needed tolerance arg.  Update callers.
7684         * src/selection.cpp, src/sp-chars.cpp, src/sp-image.cpp,
7685           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-item.h,
7686           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
7687           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
7688           src/sp-use.cpp, src/dialogs/fill-style.cpp,
7689           src/dialogs/stroke-style.cpp, src/display/nr-arena-shape.cpp,
7690           src/libnr/nr-path.cpp, src/libnr/nr-path.h,
7691           src/libnrtype/nr-font.cpp, src/libnrtype/nr-rasterfont.cpp,
7692           src/libnrtype/nr-type-gnome.cpp, src/widgets/icon.cpp,
7693           src/widgets/paint-selector.cpp:
7694           Change argument from NRMatrix to NR::Matrix in SPItemClass->bbox,
7695           sp_item_invoke_bbox, sp_item_invoke_bbox_full,
7696           nr_path_matrix_bbox_union.  Users updated.
7698         * src/libnr/nr-rect.h, src/libnr/nr-rect.cpp (nr_rect_union_pt):
7699           new function.
7701         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
7702           (NR::transform): new function.
7704         * src/Makefile_insert: Move fixes.cpp from libinkpre.a to libinkpost.a.
7705         * src/xml/Makefile_insert (xml_repr_action_test_LDADD):
7706           Add libinkpost.a, for fixes.o.  `make check' now works again.
7708         * src/sp-text.cpp (sp_text_set_transform):
7709           Don't include SP_OBJECT_CHILD_MODIFIED_FLAG in flags for
7710           sp_object_request_update.  Addresses `critical' warning.
7712 2004-05-13  John Cliff <simarilius@yahoo.com>
7714         * src/dialogs/stroke-style.cpp: Switched to using get_stock to retrieve
7715 markers.
7716         * src/helpers/stock-items.h, src/helpers/stock-items.cpp: created to handle
7717 stock items.
7718         * src/prefix.h: Added marker and gradient directorys.
7720 2004-05-13  Kees Cook <kees@outflux.net>
7722         * configure.in, src/main.cpp, config.h.mingw, debian/rules:
7723           made popt a requirement instead of an option.
7725 2004-05-13  Carl Hetherington  <cth103@houllier.home>
7727         * sp-color-notebook.cpp: Fix uninitialised value spotted by valgrind.
7729         * stroke-style.cpp:
7730         Fix ink_extract_marker_name returning a pointer into a free()d buffer.
7732 2004-05-13  Ted Gould <ted@gould.cx>
7734         * src/file.cpp:
7735         Making the default filename _("untitled.svg")
7737 2004-05-12  Kees Cook <kees@outflux.net>
7739         * config.h.mingw: added g_ascii_strtod macro.
7741 2004-05-12  Carl Hetherington <inkscape@carlh.net>
7743         * src/dialogs/export.cpp: fix faulty logic with exporting of
7744         selections, as reported by Artemio on the ML.
7746         * src/dialogs/desktop-properties.cpp: Fix a gtk_table size.
7747         Make use of spw_dropdown in one place.
7749         * src/select-context.cpp: Remove alt-drag "slow move" mode.
7750         Make alt-drag move without any grid snap, even if the grid
7751         is enabled.  Add a new mode, shift-drag, which preserves
7752         objects' grid offsets rather than snapping their snappoints.
7754         * src/selection-chemistry.cpp: Pasted objects have the same
7755         offset from the grid as the original, if the grid is enabled.
7756         Also a NRRect -> NR::Rect fix thrown in for no extra charge.
7758         * src/dialogs/display-settings.cpp: Added option to reverse
7759         the actions of drag and shift-drag when moving objects.
7761 2004-05-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7763         * src/main.cpp (main): Test ENABLE_NLS instead of HAVE_NLS (which
7764         wasn't getting defined).  Restores translations on *nix systems
7765         when inkscape translations aren't in system-wide /usr/share/locale.
7767 2004-05-10  Carl Hetherington <inkscape@carlh.net>
7769         * src/sp-item.cpp, src/dialogs/display-settings.cpp: primitive
7770         support for preserving line widths when scaling.  Thanks to Bulia
7771         for telling me what to do :)
7772         * src/dialogs/align.cpp: refactor some cut-and-paste code into
7773         a separate function.  Remove NRRect.  Declaration-to-first-use
7774         cleanups.
7775         * src/dialogs/transformation.cpp, src/dialogs/fill-stype.cpp:
7776         NRRect removal.  Declaration-to-first-use cleanups.
7778 2004-05-09  MenTaLguY <mental@rydia.net>
7780         * src/sp-paint-server.h: SPPaintServer now uses C++ inheritance
7782           (bigger question -- should SPPaintServer derive from SPObject?  I think
7783            not, actually ... it's more something that should be aggregated into
7784            the various paint-server-capable types)
7786         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
7787           first steps in removing SPStyle dependency from NRArenaShape --
7788           add fill and stroke paint server members, and use those instead
7789           of reading directly from an SPStyle.
7791 2004-05-09  Kees Cook <kees@outflux.net>
7793         * src/libnrtype/nr-type-xft.cpp: added patch 898200, hopefully this
7794           won't break anyone.
7795         * src/dialogs/desktop-properties.cpp: added patch 947127, along with
7796           some orientation bugfixes, list cleanup, and logic to select the
7797           correct menu items based on document settings.
7798         * configure.in: default to always replace g_ascii_strtod.
7800 2004-05-08  Kees Cook <kees@outflux.net>
7802         * src/extension/internal/gdkpixbuf-input.cpp: skip SVG files. (open bug)
7803         * configure.in, src/Makefile_insert, src/fixes.cpp: added replacement
7804           for g_ascii_strtod, since it has locale-related bugs in gnome 2.0.
7805           The upstream version is fixed, so some day, we won't need this any
7806           more.  (fixes "ugly icons" bug, and possibly the spinbutton locale bug)
7807         * src/dyna-draw-context.cpp, src/rect-context.cpp, src/sp-namedview.cpp,
7808           src/sp-object.cpp, src/sp-object.h, src/sp-pattern.cpp,
7809           src/sp-polygon.cpp, src/sp-polyline.cpp, src/sp-root.cpp,
7810           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp,
7811           src/sp-text.cpp, src/spiral-context.cpp, src/star-context.cpp,
7812           src/svg/ftos.cpp, src/svg/svg-affine.cpp, src/svg/svg-color.cpp,
7813           src/svg/svg-length.cpp: adding "config.h", making a few extra
7814           locale-sensitive functions use g_ascii versions.
7816 2004-05-08  MenTaLguY <mental@rydia.net>
7818         * src/sp-item.cpp: move "transformed" signal emission after actual
7819           application of transform
7821         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr.cpp:
7822           fix lifecycle issues with content and attribute strings
7824         * src/sp-object.h, src/sp-object.cpp: added SPObject::setId()
7826 2004-05-08  Kees Cook <kees@outflux.net>
7828         * src/verbs.cpp, src/help.cpp: localizing "about" and "keys" stuff.
7829         * po/*.po: rebuilt for new strings.
7831 2004-05-08  Carl Hetherington <inkscape@carlh.net>
7833         * src/dialogs/desktop-properties.cpp: the usual cleanups.  Also
7834         add some sp_document_done()s in various places.
7836 2004-05-08  bulia byak <bulia@users.sourceforge.net>
7838         * widgets/paint-selector.cpp: Tooltips, slight cosmetics
7840         * main.cpp: --help edit
7842         *  sp-use.h sp-use.cpp: Redid move compensation using _transformed_signal
7844         * sp-item.h sp-item.cpp: Added _transformed_signal, emitted by
7845 write_transform,
7846         passes the difference transform relative to the old one (not the new
7847 transform
7848         set)
7850         * nodepath.cpp: Fix lagging update of the other handle for smooth nodes
7852         * widgets/dash-selector.cpp: (Almost) fixed display of shorter-than-0.5
7853 dashes
7854         in selector; proper fixing will require manual drawing the dashes instead of
7855         using gdk dashes
7857         * preferences-skeleton.h: lots of new  dasharrays
7859         * dialogs/stroke-style.cpp: Remove repetitive code; relocation patch from
7860         mhearn; fixed, reenabled, and automated marker previews (no need for
7861 previews
7862         in markers.svg)
7864         * share/markers/markers.svg: Cleanup, sizes, remove manual previews
7866         * style.cpp: Disabled warning for overflow property (we need it for markers)
7868         * splivarot.cpp: Fixed transform when doing boolop inside group
7870         * libnr/nr-path.cpp: Ported fix from sodi, fixes two bugs with endnodes of a
7871         curve on the same hor/vert line
7873         * sp-namedview.cpp: Use set_default_size instead of _resize for setting
7874 window
7875         from namedview
7877         * preferences-skeleton.h dialogs/item-properties.cpp: Objects props
7878         transientized (better late than never)
7880         * dialogs/display-settings.cpp: Added simplify threshold
7882         * sp-use.cpp: Mega-kill use on unlink
7884         * preferences-skeleton.h dialogs/display-settings.cpp: Orphaned clones
7885 options
7887         * sp-item-group.cpp: Prevent jumps when ungrouping clone with its original
7889         * sp-object.cpp: Fix crash when deleting clone and its original
7891         * toolbox.cpp, tool contexts: Alt-x and top panel keyboard shortcuts now
7892 work
7893         for all tools
7895         * sp-use.cpp enums.h: Unlink option on self-delete
7897         * sp-use.cpp: Fix: disappeating clone on undoing ungrouping (_show finally
7898 works properly)
7900         * splivarot.cpp: Boolops: cleanup, preserve id, parent, position, fix to
7901 take
7902         style from the bottom object
7904         * interface.cpp verbs.cpp shortcuts.cpp: Mnemonics, tooltips, shortcuts,
7905         cleanup, autoraise removed from menu
7907 2004-05-07  Kees Cook <kees@outflux.net>
7909         * src/verbs.cpp: re-localizing tutorials.  My goof!
7910         * po/POTFILES.in: removed arikkei references
7912 2004-05-07  Carl Hetherington <inkscape@carlh.net>
7914         * src/desktop.cpp: make sure that a SPNamedView's modified signal
7915         is connected to the SPDesktop even when a file is loaded into an
7916         existing SPDesktop.  Fixes problems whereby grid snap does not
7917         work for the first file loaded in a session.  Fix a && -> & typo.
7919         * src/sp-object.cpp: declaration-to-first-use and coding style
7920         cleanups.
7922 2004-05-05 Spundun Bhatt <spundun@isi.edu>
7924         * configure.in: Stole Nathan's configure hack and used it to
7925         support gtkmm-2.4
7927 2004-05-06  Ted Gould  <ted@gould.cx>
7929         * src/file.cpp, src/extension/extension.cpp, src/extension/init.cpp,
7930         src/extension/internal/Makefile_insert,
7931         src/extension/internal/gdkpixbuf-input.cpp,
7932         src/extension/internal/gdkpixbuf-input.h:
7933           Changing the import functionality so that it works much more like open.
7934           You can use any format, and it will place that file directly in the
7935           document that you are working on.  Added input extensions that cover all
7936           of the bitmap formats that are covered with gdkpixbuf.  Also, more
7937           formats can be used using the scripting system.
7939 2004-05-06  Carl Hetherington <inkscape@carlh.net>
7941         * src/sp-line.cpp, src/sp-mask.cpp, src/sp-metrics.cpp:
7942         declaration-to-first-use and coding style cleanups
7944 2004-05-05  MenTaLguY  <mental@rydia.net>
7946         * src/libnrtype/nr-type-dictionary.cpp: removed 'private-fonts'
7947           feature (we should rely on fontconfig for "custom" font stuff)
7949         * configure.in, src/Makefile_include, src/Makefile.am,
7950           src/libarikkei/*: removed the now unused libarikkei
7952 2004-05-05 Nathan Hurst <njh@mail.csse.monash.edu.au>
7954         * src/dialogs/text-edit.cpp, configure.in: Added support for spell
7955         checking in text dialog.
7957 2004-05-04  MenTaLguY <mental@rydia.net>
7959         * src/display/nr-arena-glyphs.h: fixed cut-and-paste error in
7960           NRArenaGlyphsGroup::create()
7962         * src/selection.cpp, src/selection.h: fixed global "changed" propagation
7964 2004-05-02  MenTaLguY <mental@rydia.net>
7966         * src/file.cpp, src/print.cpp, src/sp-chars.cpp, src/sp-clippath.cpp,
7967           src/sp-image.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
7968           src/sp-pattern.cpp, src/sp-shape.cpp, src/sp-text.cpp,
7969           src/sp-use.cpp, src/dialogs/stroke-style.cpp,
7970           src/display/canvas-arena.cpp, src/display/nr-arena-glyphs.cpp,
7971           src/display/nr-arena-glyphs.h, src/display/nr-arena-group.h,
7972           src/display/nr-arena-image.h, src/display/nr-arena-item.cpp,
7973           src/display/nr-arena-item.h, src/display/nr-arena-shape.h,
7974           src/display/nr-arena.h, src/libnr/nr-object.h, src/widgets/icon.cpp:
7976           removed nr_arena_item_new in favor of static ::create() functions
7977           which call NRArenaItem::init() to perform setup (i.e. setting
7978           NRArenaItem::arena).  Eventually NRArenaItem::init() and
7979           nr_arena_item_init will merge and become NRArenaItem's constructor.
7981 2004-04-30  MenTaLguY <mental@rydia.net>
7983         * src/sp-use.cpp: call parent class' write methods rather than
7984           attempting to do everything (wrongly) ourselves; among other
7985           things, <use> transform attributes weren't getting written
7987         * src/sp-object.h, src/sp-object.cpp:
7989           designate a "successor" object so we still perform as
7990           expected if objects are replaced in the middle of e.g. a
7991           bulk delete operation
7993         * src/sp-use.cpp: cleanups and succession logic for <use>
7994           deletion
7996         * src/widgets/sp-hwrap-box.cpp, src/widgets/sp-hwrap-box.h,
7997           src/widgets/sp-vwrap-box.cpp, src/widgets/sp-vwrap-box.h,
7998           src/widgets/sp-wrap-box.cpp, src/widgets/sp-wrap-box.h,
7999           src/widgets/test-wrapbox.cpp, src/widgets/Makefile_insert:
8001           Removed unused (and imperfect) "wrapbox" widgets.
8003         * src/sp-object.h, src/sp-object.cpp, src/sp-item-group.cpp:
8005           Removed unused sp_object_invoke_forall and sp_object_sequence
8006           methods.  (forall might be nice to have, but we can do better
8007           implementation-wise now that we're in C++-land)
8009 2004-04-30 njh <njh@mail.csse.monash.edu.au>
8011         * main.cpp: replaced gtk_init with g_type_init for console mode.
8012         Closes 944969.
8014 2004-04-29  MenTaLguY <mental@rydia.net>
8016         * src/sp-image.cpp, src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
8017           src/sp-path.cpp, src/sp-rect.cpp, src/sp-text.cpp:
8019           write_transform becomes set_transform, which applies the given
8020           transform to the object without (!) invoking a repr write
8022         * src/sp-star.cpp, src/svg/svg-length.h, src/svg/svg-length.cpp,
8023           src/svg-types.h, src/svg/svg.h:
8025           replaced raw integers with real units enum
8027         * src/libnr/nr-matrix.h:
8029           removed dead assertion (it's always valid to retrieve the
8030           translation component of a matrix)
8032         * src/selection-chemistry.cpp:
8034           delete items via SPItem (SPObject), not repr
8036         * src/sp-object.h, src/sp-object.cpp:
8038           added SPObject::deleteObject() and a delete notification signal;
8039           SPObject now inherits from GObject in the C++ sense
8041         * src/sp-use.h:
8043           don't accept references to the use or its ancestors (preventing
8044           infinite loops)
8046         * src/sp-use.cpp, src/sp-use.h:
8048           added automatic deletion when referrent is deleted
8050         * src/uri-reference.h:
8052           added URIReference::getOwner()
8054 2004-04-29  Carl Hetherington <inkscape@carlh.net>
8056         * src/extension/internal/win32.cpp: add textToPath parameter to
8057         description in order to fix #944131.
8059 2004-04-28  Carl Hetherington <inkscape@carlh.net>
8061         * src/desktop.cpp, src/inkscape.cpp, src/sp-namedview.cpp
8062         Part of the fix for #942149.  Also fixed some compiler warnings.
8064         * src/display/nr-arena.cpp: Fixed an unused variable warning.
8066         * src/main.cpp: Fix a warning that is raised on Windows.
8068 2004-04-28  bulia byak <bulia@users.sourceforge.net>
8070         * inkscape.cpp: Fixed prev/next desktop; numbered from 0
8072         * Lots of files: Replaced all strtod() and atof() by g_ascii_strtod()
8074         * interface.cpp verbs.cpp: Tooltip edits
8076         * view.cpp view.h desktop.cpp: Signal and function to pop statusbar message
8078         * dialogs/dialog-events.cpp: Only set the UTILITY hint for non-modal
8079 windows,
8080         fixes "disappearing save as"
8082         * toolbox.cpp widgets/widget-sizes.h widgets/button.cpp: Got rid of button
8083         relief, top panel made less tall
8085         * desktop.cpp preferences-skeleton.h dialogs/display-settings.cpp: Done away
8086         with the sticky zoom button, now in prefs
8088         * path-chemistry.cpp: Preserve id= in combine/break, convert to paths;
8089 preserve
8090         z-order in combine/break; cleanups
8092         * splivarot.cpp: New selection API, Simplify preserves id=
8094         * select-context.cpp preferences-skeleton.h sp-item.cpp display-settings.cpp
8095         splivarot.cpp sp-item-group.cpp sp-item-transform.cpp
8096         sp-item-notify-moveto.cpp nodepath.cpp node-context.cpp seltrans.cpp
8097         seltrans.h: Switched to global preservetransform, transform writing
8098         unification (no more manual transform= setting all over the place), stamp
8099         preserves parent, mental's new SPSelection API, pruning dead code
8101         * verbs.cpp interface.cpp: Eliminated Dialogs menu, added ... to dialog
8102         commands, rearrangements, menu items display tooltips in statusbar when
8103         selected
8105         * sp-item-group.cpp sp-item-group.h: Made document_done optional in ungroup
8106 (not
8107         done when the function is called from another function)
8109         * dialogs/display-settings.cpp enums.h preferences-skeleton.h sp-use.cpp
8110         sp-use.h: Clone move compensation (3 modes), settable in prefs
8112         * seltrans.cpp selection-chemistry.cpp: Do not translate a clone if its
8113 original
8114         is in the selection
8116         * verbs.cpp verbs.h interface.cpp shortcuts.cpp sp-use.cpp sp-use.h
8117         selection-chemistry.cpp selection-chemistry.h: Unlink Clone verb and menu
8118         command (preserves id=)
8120         * selection-chemistry.cpp selection-chemistry.h verbs.h verbs.cpp
8121 shortcuts.cpp
8122         interface.cpp: Select Original verb and command, scrolls to the original
8124         * selection-chemistry.cpp selection-chemistry.h verbs.cpp verbs.h
8125 interface.cpp:
8126         Clone command
8128         * sp-use.h sp-use.cpp: Use URIReference; Propagate update to parent class
8129         (SPItem) (fixes redraw on dragging a clone)
8131         * dropper-context.cpp dropper-context.h dialogs/display-settings.cpp:
8132         Implemented pick modes (pick either actual color with transparency or
8133 visible
8134         color without transparency); added statusbar indication; color is only set
8135 on
8136         mouse release
8138         * seltrans.cpp display/sodipodi-ctrlrect.cpp: Finally the correct selection
8139 cue
8140         rect (fixed displacement)
8142 2004-04-27  Carl Hetherington <inkscape@carlh.net>
8144         * src/desktop.cpp: Check for there being no items when zooming to
8145         the drawing.  This fixes bug #942137.
8147 2004-04-26  Carl Hetherington <inkscape@carlh.net>
8149         * config.h.mingw, prefix.h:
8150         INKSCAPE_VERSION moved to inkscape_version.h.
8151         INKSCAPE_{PIXMAP,SCREENS,TUTORIALS,MARKERS}DIR moved to prefix.h
8153         * src/Makefile.mingw, src/inkscape_version.h.mingw
8154         Use CVS inkscape_version.h.mingw for inkscape_version.h on Win32.
8156         * src/sp-use.cpp: fix a warning.
8158 2004-04-26  Ted Gould  <ted@gould.cx>
8160         * share/extensions/ai_input.inkmod, share/extensions/dia.inkmod,
8161         share/extensions/txt2svg.inkmod, src/extension/extension.cpp,
8162         src/extension/internal/svg.cpp:
8164         Making the names of the input extensions look like the output ones.
8165         Also, threw in a slight memory savings in removing the implementation on
8166         deactivated extensions.
8168 2004-04-26  MenTaLguY  <mental@rydia.net>
8170         * src/selection.cpp: migrate to new glib idle API
8172         * src/extension/db.cpp: can't call ->deactivated() on a NULL pointer..
8174 2004-04-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8176         * configure.in: Replace use of old AM_PROG_LIBTOOL macro with
8177           AC_PROG_LIBTOOL.
8179 2004-04-26  Ted Gould  <ted@gould.cx>
8181         * share/extensions/epsi_output.inkmod:
8183         Added in a check for ps2epsi
8185         * src/dialogs/filedialog.cpp, src/extension/db.cpp, src/extension/db.h,
8186         src/extension/extension.cpp, src/extension/extension.h,
8187         src/extension/init.cpp, src/extension/system.cpp:
8189         Implementing a 'deactivated' extension.  This means that it should
8190         still exist, but show up as insensitive in any GUI element that could use
8191         it.  The idea here is that users should know what they don't have, but
8192         Inkscape supports.
8194 2004-04-26 Nathan Hurst <njh@mail.csse.monash.edu.au>
8196         * src/{libnr,libnrtype,widgets,display,helper,.}*.{h,cpp}: moved
8197         from typedef _name name; to C++ style struct name; forward
8198         references.
8200 2004-04-25  Ted Gould  <ted@gould.cx>
8202         * share/extensions/ai_output.inkmod, share/extensions/dia.inkmod,
8203         share/extensions/dropshadow.inkmod, share/extensions/epsi_output.inkmod,
8204         share/extensions/roundhole.inkmod, share/extensions/svgz_input.inkmod,
8205         share/extensions/svgz_output.inkmod, share/extensions/txt2svg.inkmod,
8206         src/extension/implementation/script.cpp,
8207         src/extension/implementation/script.h:
8209         Adding in support for superior checking of dependencies.  Now scripts
8210         can include a line, which will look for a binary in the path.  So
8211         something like dia input will no be loaded if there isn't dia available in
8212         the path.
8214 2004-04-25  Carl Hetherington <inkscape@carlh.net>
8216         * src/verbs.cpp, src/rect-context.cpp, src/spiral-context.cpp,
8217         src/event-context.cpp, src/text-context.cpp,
8218         src/dialogs/stroke-style.cpp, src/xml-tree.cpp, src/widgets/sp-widget.cpp:
8219         SPSelection OO-ification.
8221         * src/display/curve.cpp: Don't raise a critical error if a new
8222         curve cannot be created in sp_curve_new_from_bpath().  This can
8223         happen if a file contains a strange path, like one with only a
8224         move in it and nothing else.  This is part of the fix for bug
8225         934882.
8227         * src/sp-path.cpp: cope with sp_curve_new_from_bpath() returning
8228         NULL in sp_path_set().  This is the other part of the fix for 934882.
8230         * src/path-chemistry.cpp, src/sp-offset.cpp, src/sp-ellipse.cpp,
8231         src/display/nr-arena-glyhs.cpp:
8232         added asserts for calls to sp_curve_new_from_bpath() which look
8233         like they might not expect it to return NULL.
8235         * src/desktop.h: add a comment about how SPDesktop::selection
8236         should never generally be NULL.
8238         * src/desktop-handles.cpp: ensure that sp_desktop_selection never
8239         returns NULL, so that we don't have to check for this eventuality
8240         elsewhere.
8242         * src/arc-context.cpp, src/seltrans.cpp, src/desktop.cpp: be less defensive
8243 about
8244         SPDesktop::selection being NULL.
8246         * src/path-chemistry.cpp, src/select-context.cpp,
8247         src/selection-chemistry.cpp, src/star-context.cpp,
8248         src/dialogs/align.cpp, src/dialogs/item-properties.cpp,
8249 src/dialogs/text-edit.cpp:
8250         SPSelection OO-ification.  Also some coding style and
8251         declaration-to-first-use cleanups.
8253         * src/toolbox.cpp: SPSelection OO-ification.  Various cleanups.
8255         * src/selection.h: remove deprecated access functions.
8257         * src/dialogs/fill-style.cpp: declaration-to-first-use cleanups.
8259         * src/selection.cpp: add vim and Emacs mode blocks.
8261         * src/object-ui.cpp: very minor coding style fix.
8263 2004-04-24  MenTaLguY <mental@rydia.net>
8265         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/object-ui.cpp,
8266           src/path-chemistry.cpp, src/rect-context.cpp, src/select-context.cpp,
8267           src/select-toolbar.cpp, src/selection-chemistry.cpp, src/selection.h,
8268           src/spiral-context.cpp, src/star-context.cpp, src/text-context.cpp,
8269           src/verbs.cpp, src/dialogs/export.cpp, src/dialogs/fill-style.cpp,
8270           src/dialogs/in-dt-coordsys.cpp, src/dialogs/stroke-style.cpp,
8271           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp:
8273           removed sp_selection_set_item(), sp_selection_set_repr(),
8274           sp_selection_is_empty(), sp_selection_item_selected(),
8275           and sp_selection_repr_selected()
8277 2004-04-24  Ted Gould  <ted@gould.cx>
8279         * share/extensions/ill2svg.pl:
8281         Applying a patch made to the Sodipodi list by Tuukka Pasanen which adds in
8282         support for text in Illustrator files.  Also, I backed out the changes
8283         which removed being able to specify the line endings.  This will, by
8284         default, force them back to mac compatible.  Mac files didn't work with
8285         those changes.
8287 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8289         * configure.in: Tentatively remove config.h definitions of
8290           INKSCAPE_MARKERSDIR, INKSCAPE_PIXMAPDIR, INKSCAPE_SCREENSDIR,
8291           INKSCAPE_TUTORIALSDIR, with the understanding that these are to be
8292           provided by prefix.h.
8293         * src/prefix.h: Define INKSCAPE_MARKERSDIR.
8295         * src/extension/extension.cpp (Extension):
8296         * src/extension/init.cpp (check_extensions):
8297           Address warning.
8299         * src/dialogs/stroke-style.cpp: #include prefix.h.
8301         * src/Makefile.am (EXTRA_DIST): Add */makefile.in.
8303         * src/libnr/Makefile_insert (libnr_libnr_a_SOURCES):
8304           Add libnr/nr-convex-hull.h, needed by sp-canvas.cpp.
8306 2004-04-24  Ted Gould  <ted@gould.cx>
8308         * src/Makefile_include, src/prefix.cpp:
8310         Removing the redefition of NULL and adding to the make system.
8312 2004-04-24  Ted Gould  <ted@gould.cx>
8314         * src/extension/db.cpp, src/extension/db.h, src/extension/extension.cpp,
8315         src/extension/extension.h, src/extension/init.cpp,
8316         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
8317         src/extension/internal/ps-out.cpp, src/extension/internal/ps-out.h:
8319         Adding in more checks for individual extensions.  All of them
8320         should still pass though.  Also, moved the extension database from
8321         glib to STL.  This allows extensions to be deleted while using the
8322         foreach functions (which causes instability with the glib hash
8323         table).
8325 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8327         * src/dialogs/Makefile_insert:
8328         * src/display/Makefile_insert:
8329         * src/xml/Makefile_insert:
8330           Get rid of unneeded CPPFLAGS specification.
8332         * src/Makefile.am:
8333         * src/Makefile_insert:
8334           New generated file inkscape_version.h, to replace
8335           -DINKSCAPE_VERSION=\"$(VERSION)\".
8336         * src/help.cpp: #include it.
8338 2004-04-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8340         * src/sp-polygon.cpp:
8341         * src/splivarot.cpp:
8342         * src/style.cpp:
8343         Change include stringstream.h to include svg/stringstream.h.
8345         * src/Makefile.am, src/Makefile_insert: Change libinkscape.a use
8346           to eliminate triple compilation of these object files.
8348         * src/Makefile.am: Use `subdir-objects' option.
8350         * src/Makefile.am: Add global INCLUDES setting.
8351         * src/*/Makefile_insert: Get rid of now-redundant $(INKSCAPE_CFLAGS)
8352           from *_CPPFLAGS.
8354         * src/*/makefile.in: `%' as a target doesn't behave as intended,
8355         so replace with less general `clean %.a %.o' and add .SUFFIXES.
8357 2004-04-22  Ted Gould  <ted@gould.cx>
8359         * src/draw-context.cpp, src/dropper-context.cpp,
8360         src/dyna-draw-context.cpp, src/node-context.cpp, src/nodepath.cpp,
8361         src/sp-ellipse.cpp, src/sp-offset.cpp, src/sp-path.cpp,
8362         src/sp-polygon.cpp, src/sp-shape.cpp, src/splivarot.cpp, src/toolbox.cpp,
8363         src/display/curve.cpp, src/display/nr-arena-shape.cpp,
8364         src/extension/internal/gnome.cpp, src/extension/internal/ps.cpp,
8365         src/libnr/nr-path.cpp, src/libnr/nr-path.h,
8366         src/libnrtype/nr-rasterfont.cpp, src/libnrtype/nr-type-ft2.cpp,
8367         src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
8368         src/libnrtype/nr-typeface.cpp, src/livarot/PathCutting.cpp,
8369         src/svg/gnome-canvas-bpath-util.cpp, src/svg/svg-path.cpp:
8371         Changing the ART_ enums to NR_ so that if libart is include (like if
8372         you are building gnome-print) it doesn't conflict with the internal
8373         definitions.
8375         * share/extensions/svgz_output.inkmod, src/extension/extension.cpp,
8376         src/extension/init.cpp, src/extension/implementation/script.cpp:
8378         Adding in a little more checking code.  Now extensions can start
8379         deleting themseleves if they fail certain tests.  More tests are
8380         needed, along with more testing of this feature.  Consider this
8381         an 'early release' of the feature. ;)
8383 2004-04-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8385         * src/Makefile.am: Make non-recursive.  Now sources */Makefile_insert.
8386           See HACKING or discussion on mailing list.
8387         * autogen.sh: Bump requirement from automake-1.6 to automake-1.7.
8388         * configure.in: Don't generate src/blah/Makefile, but do generate
8389           src/blah/makefile.
8390         * src/*/Makefile.am: Remove.
8391         * src/*/makefile.in: New wrapper makefiles to allow typing `make' from
8392           subdirectories of src.  (Not used by compiles started from top-level
8393           or from src/.)
8395 2004-04-21  MenTaLguY <mental@rydia.net>
8397         * src/libnrtype/nr-type-w32.h: fixed unremoved underscores
8399         * src/select-context.cpp, src/selection.cpp, src/selection.h,
8400           src/seltrans.cpp, src/tools-switch.cpp, src/dialogs/align.cpp:
8401           remove improper twiddling of desktop message line from SPSelection;
8402           some additional work is now required in SPSelectContext to update
8403           the message properly in all cases.
8405         * src/selection.h, src/selection.cpp: touched up and documented
8406           SPSelection
8408         * src/uri-references.h: documentation touch-ups
8410 2004-04-20  Kees Cook <kees@outflux.net>
8412         * src/file.cpp, src/desktop.cpp: moved sp_file_open unselection code into
8413           sp_desktop_change_document.  Generalized Carl's fix for unref counting
8414           since it applies in both cases.  (My bad!)
8416 2004-04-20  MenTaLguY <mental@rydia.net>
8418         * src/text-context.cpp: merged Carl's fix for signal cleanup
8420         * src/selection.h: marked wrappers for old API as deprecated
8422 2004-04-20  Carl Hetherington <inkscape@carlh.net>
8424         * src/extension/internal/ps.cpp, src/extension/internal/ps.h:
8425         Fixed some bugs in exporting images that seem to have been
8426         introduced when the code was copied from the gimp.  They caused
8427         problems when exporting bitmap images to PS.
8429         * src/file.cpp: fix bug whereby the first file loaded in a session
8430         would not have its modified status checked when closed.  Hence if
8431         you modified the first file you loaded and then closed it, you
8432         would not be asked to confirm the close.
8434         * src/preferences-skeleton.h: add \n to the end of each line to
8435         fix bug 938368.
8437 2004-04-19  MenTaLguY <mental@rydia.net>
8439         * src/arc-context.cpp, src/desktop-handles.h, src/desktop.h,
8440           src/draw-context.cpp, src/draw-context.h, src/forward.h,
8441           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
8442           src/node-context.h, src/rect-context.cpp, src/selection-chemistry.cpp,
8443           src/selection-chemistry.h, src/selection.cpp, src/selection.h,
8444           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
8445           src/star-context.h, src/text-context.cpp, src/dialogs/xml-tree.cpp,
8446           src/widgets/sp-widget.h:
8448           finished GObject removal from SPSelection
8450         * src/arc-context.h, src/arc-context.cpp, src/desktop.cpp, src/desktop.h,
8451           src/draw-context.cpp, src/draw-context.h, src/node-context.cpp,
8452           src/node-context.h, src/rect-context.cpp, src/rect-context.h,
8453           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/seltrans.h,
8454           src/spiral-context.cpp, src/spiral-context.h, src/text-context.cpp,
8455           src/text-context.h, src/toolbox.cpp:
8457           migrated SPSelection to SigC++ signals (though it's a bit messy
8458           right now)
8460 2004-04-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8462         * src/dialogs/stroke-style.cpp: Cleanups: greater conformance to
8463         CodingStyle.  Moved some declarations to their first use.
8465 2004-04-19  Carl Hetherington <inkscape@carlh.net>
8467         * src/dialogs/stroke-style.cpp, libnr/nr-rect-l.cpp:
8468         Fix a couple of compiler warnings.
8470         * src/dialogs/filedialog-win32.cpp: add OFN_NOCHANGEDIR to Win32
8471         flags in OPENFILENAME structs.  This prevents the open / save
8472         boxes from changing the current directory.  Any change to the
8473         current directory causes problems for subsequent attempts to
8474         load icons from pixmaps.  Also, fix a bug whereby the save
8475         dialogue would sometimes not open due to being passed a filename
8476         it didn't like.
8478 2004-04-19  bulia byak <bulia@users.sourceforge.net>
8480         * shortcuts.cpp selection-chemistry.cpp selection-chemistry.h verbs.cpp
8481 verbs.h
8482         interface.cpp: Clone command (Edit menu, Shift+Ctrl+N)
8484         * sp-use.cpp: Update propagated to parent class (SPItem), misc fixes
8486         * sp-polygon.cpp: Fix for points= updating by adding set_shape call into
8487 _write
8488         (bug 910142)
8490         * text-context.cpp: Do not create text object unless a printable key was
8491         pressed; fixes 934280
8493         * widgets/dash-selector.cpp dialogs/stroke-style.cpp: Removed marker
8494 buttons,
8495         fixed g_free crash in marker menus, added tooltips, added stroke-miterlimit
8496         spinbutton
8498         * splivarot.cpp: Outline handles multiple objects; All commands use correct
8499         stroke_miterlimit
8501         * splivarot.cpp sp-offset.cpp: Fix for 932642
8503         * helper/sodipodi-ctrlrect.cpp: Simplify and fix dashes and offsets
8505         * widgets/gradient-selector.cpp: Tooltip edits
8507         * verbs.cpp verbs.h interface.cpp...: Remove tool options
8509         * seltrans.cpp: Pivot marker made inverse
8511         * toolbox.cpp: More defocusing
8513         * *-context.cpp: Eliminated config widgets from all tools
8515         * toolbox.cpp sp-ellipse.cpp: Ellipse fixes, tooltips
8517         * verbs.cpp: Options -> Preferences
8519         * dialogs/display-settings.cpp: An options dialog, completely new; selector
8520         widget grafted here
8522         * preferences-skeleton.h node-context.cpp select-context.cpp: scaling uses
8523         defaultscale
8525         * dialogs/display-settings.cpp display/nr-arena-image.cpp: Make oversample
8526         saveable
8528         * toolbox.cpp: Aux toolbar for calligraphic
8530         * preferences-skeleton.h: fill-opacity:1 for calligraphic
8532         * select-context.cpp seltrans.cpp seltrans.cpp: Patch to enable box and none
8533         options for per-object selection cue
8535         * main.cpp: Removed C-locale setting, not needed anymore; temporary switch
8536 of
8537         gettext encoding for console output
8539         * inkscape.cpp: Memory fix from sodi
8541         * right-click finishes pen (patch by Carl)  draw-context.cpp
8543 2004-04-19  Carl Hetherington <inkscape@carlh.net>
8545         * src/livarot/ShapeRaster.cpp
8546         Fix an unitialised value error that was spotted by valgrind.
8548 2004-04-18  MenTaLguY <mental@rydia.net>
8550         * src/selection.cpp, src/selection.h, src/selection-chemistry.cpp,
8551           src/seltrans.cpp, src/nodepath.cpp:
8552           made all SPSelection members private, and changed all methods into
8553           real C++ methods (with temporary inline wrappers for the old C
8554           pseudo-methods)
8556 2004-04-18  Carl Hetherington <inkscape@carlh.net>
8558         * src/print.cpp, src/print.h, src/sp-text.cpp
8559         src/extension/extension.cpp src/extension/extension.h,
8560         src/extension/implementation/implementation.cpp,
8561         src/extension/implementation/implementation.h,
8562         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
8563         src/extension/internal/ps.cpp, src/extension/internal/ps.h,
8564         Add very basic feature to allow PS text to be exported as real
8565         text, rather than being converted to paths first.  Needs some
8566         work, mostly on font handling.
8568         * src/seltrans.cpp: Slightly improve placement of the bounding
8569         box selection cue.
8571         * src/sp-shape.cpp: various marker-related cleanups, mostly factoring out
8572         common code into functions.
8574 2004-04-17  MenTaLguY <mental@rydia.net>
8575         * src/inkscape.cpp, src/node-context.cpp, src/selection-chemistry.cpp,
8576           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
8577           src/sp-item.cpp, src/sp-offset.cpp, src/dialogs/transformation.cpp,
8578           src/libnr/nr-rect.cpp, src/libnr/nr-rect.h:
8579           Cleaned up NR::Rect API and made SPSelection's desktop pointer private.
8581         * src/display/sp-canvas.cpp, src/libnr/nr-convex-hull.h,
8582           src/libnr/nr-rect.h:
8584           First use of NR::ConvexHull (for propagating canvas bounding boxes)
8586 2004-04-17  Kees Cook <kees@outflux.net>
8588         * share/icons/icons.svg, src/verbs.cpp: made last three ugly menu icons.
8590 2004-04-17  Nathan Hurst <njh@mail.csse.monash.edu.au>
8592         * configure.in src/draw-context.cpp src/dropper-context.cpp
8593         src/dyna-draw-context.cpp src/nodepath.cpp src/nodepath.h
8594         src/path-chemistry.cpp src/sp-chars.cpp src/sp-ellipse.cpp
8595         src/sp-offset.cpp src/sp-path.cpp src/sp-polygon.cpp
8596         src/sp-shape.cpp src/sp-text.cpp src/splivarot.cpp src/style.cpp
8597         src/style.h src/dialogs/fill-style.cpp
8598         src/dialogs/object-properties.cpp src/dialogs/stroke-style.cpp
8599         src/display/canvas-bpath.cpp src/display/canvas-bpath.h
8600         src/display/canvas-grid.h src/display/curve.cpp
8601         src/display/curve.h src/display/nr-arena-glyphs.cpp
8602         src/display/nr-arena-glyphs.h src/display/nr-arena-shape.cpp
8603         src/display/sodipodi-ctrl.cpp src/display/sodipodi-ctrl.h
8604         src/display/sodipodi-ctrlrect.h src/display/sp-canvas-util.cpp
8605         src/display/sp-canvas-util.h src/display/sp-canvas.cpp
8606         src/display/sp-canvas.h src/display/sp-ctrlline.cpp
8607         src/extension/internal/ps.cpp src/extension/internal/ps.h
8608         src/libnr/Makefile.am src/libnr/libnr.def src/libnr/nr-path.cpp
8609         src/libnr/nr-path.h src/libnr/nr-svp-private.h
8610         src/libnr/nr-svp-render.cpp src/libnr/nr-svp-render.h
8611         src/libnr/nr-svp.cpp src/libnr/nr-svp.h
8612         src/libnrtype/nr-rasterfont.cpp src/libnrtype/nr-type-ft2.cpp
8613         src/libnrtype/nr-type-gnome.cpp src/libnrtype/nr-type-w32.cpp
8614         src/libnrtype/nr-typeface.cpp src/livarot/PathCutting.cpp
8615         src/svg/gnome-canvas-bpath-util.cpp
8616         src/svg/gnome-canvas-bpath-util.h src/svg/svg-path.cpp
8617         src/svg/svg.h: removed libart.
8619         * src/libnr/nr-svp-uncross.cpp src/libnr/nr-svp-uncross.h: deleted
8620         uncross and SVL routines.
8623 2004-04-15  Carl Hetherington <inkscape@carlh.net>
8625         * src/make.exclude, src/make.dep, src/make.files, src/make.ofiles:
8626         Various fixes to the Win32 build following rearrangement of some
8627         source files and cleanups to libnr.
8629         * src/sp-text.cpp: remove an unused variable.
8631         * src/display/sodipodi-ctrlrect.cpp: removed two unused variables.
8633 2004-04-16  MenTaLguY <mental@rydia.net>
8635         * src/selection.cpp, src/selection.h, src/forward.h: initial
8636           C++ification of SPSelection class
8638 2004-04-15  Kees Cook <kees@outflux.net>
8640         * debian/control, debian/changes: dropping (currently) unused
8641           dependancies.  Added "0.39cvs" tag.
8643 2004-04-15  Carl Hetherington <inkscape@carlh.net>
8645         * src/seltrans.cpp, src/helper/sodipodi-ctrlrect.cpp,
8646         src/helper/sodipodi-ctrlrect.h:
8647           Use black, dashed bounding boxes for indicating itemselection,
8648           rather than red, solid boxes (as suggested by Bulia).
8650         * src/desktop.cpp:
8651         Small fix for the problem whereby the first file loaded in an
8652         Inkscape session will not have its grid set up properly.  This was
8653         my patch #935013.
8655         * src/dialogs/filedialog-win32.cpp:
8656         Use the extension system to build the list of allowable file types
8657         for save.  This means that save as PS and EPS work properly.
8659         * src/streams-zlib.cpp, src/livarot/PathConversion.cpp,
8660         src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
8661         src/livarot/PathStroke.cpp, src/livarot/Shape.cpp,
8662         src/livarot/ShapeMisc.cpp, src/display/nr-arena-glyphs.cpp,
8663         src/helper/sodipodi-ctrlrect.cpp, src/helper/sp-canvas.cpp,
8664         src/extension/internal/win32.cpp:
8665         Fix compiler warnings, mostly about unused variables.
8667         * src/helper/sp-canvas-util.cpp:
8668         Fix what I and someone else considered to be an obvious typo.  The
8669         function in question isn't used, however, so it's a bit difficult
8670         to test.
8672         * src/libnrtype/nr-rasterfont.cpp:
8673         Fix a warning wrt a cast from NR::Matrix to NRMatrix.
8675         * src/sp-shape.cpp:
8676         Fix bug #935758.
8679 2004-04-14  Ted Gould <ted@gould.cx>
8681         * src/file.cpp, dialogs/filedialog.cpp:
8682         Making it so that the filename will get placed in the save as dialog
8683         if there is a name for the file.  Otherwise the last save directory
8684         is used (properly now)
8686 2004-04-15  MenTaLguY <mental@rydia.net>
8688         * most files in src/: removed many old "compatable" struct typedefs
8690         * src/libarikkei/arikkei-dict.cpp, src/libarikkei/arikkei-dict.h:
8691           removed unused arikkei files
8693         * configure.in: added gtkmm dependency
8695 2004-04-14  Kees Cook <kees@outflux.net>
8697         * src/helper/unit-menu.cpp: Turns out I found a 2nd bug while
8698           investigating patch 934358.  I've applied this patch again, which gives
8699           us the entire fix.
8700         * src/draw-context.cpp: Investigated patch 934351 from cth103.  Applied a
8701           slight variation to conform to the function calling styles of that code.
8702         * configure.in: Implemented gcc version test for >= 3.0.0
8703         * src/file.cpp, src/interface.cpp, share/icons/icons.svg, src/verbs.cbb:
8704           finished "File / Revert" implementation.  Found a memory leak in
8705           "file_save".  Added more sanity checking to "sp_file_revert" and more
8706           status messages.
8707         * src/main.cpp, src/file.h, src/file.cpp: removed redundant code,
8708 implemented
8709           in "sp_file_open".
8711 2004-04-13  Kees Cook <kees@outflux.net>
8713         * tools-version.sh: added a possible fix for BSDish tools.
8714         * configure.in, share/patterns/Makefile.am: inkscape janitor strikes
8715           again!  This is a quick cleanup to Ted's new directories.  Looks
8716           like "patterns" got left out.
8717         * share/clipart/.cvsignore, share/templates/.cvsignore,
8718           share/examples/.cvsignore, share/fonts/.cvsignore,
8719           share/gradients/.cvsignore, share/keyboards/.cvsignore,
8720           share/palettes/.cvsignore, share/patterns/.cvsignore:
8721           Added Makefile build-cruft to .cvsignores.
8722         * src/helper/unit-menu.cpp: applied a variation to patch 934358 from cth103
8723           to fix grid unit changing bug.
8724         * configure.in: fixed capitalization of "libpng" to avoid confusion.
8725         * src/sp-namedview.cpp, src/document.cpp, src/document.h, src/file.cpp,
8726           src/file.h, src/document-undo.cpp, src/interface.cpp, src/verbs.cpp,
8727           src/verbs.h:
8728           Newly opened files will only create new windows if the current document
8729           is untouched.  (RFE#928517)
8730           Added support for future "File/Revert" handling.  Needs
8731           a little more support in the SPDocument structure.  See notes in
8732           "src/file.cpp", function "sp_file_revert_dialog".
8734 2004-04-13  Ted Gould <ted@gould.cx>
8736         * configure.in, share/Makefile.am, share/clipart/Makefile.am,
8737           share/examples/Makefile.am, share/fonts/Makefile.am
8738           share/gradients/Makefile.am, share/keyboards/Makefile.am
8739           share/markers/Makefile.am, share/palettes/Makefile.am
8740           share/screens/Makefile.am, share/templates/Makefile.am:
8741         Making it so that the clipart and everything else gets put in
8742         the tarball, and also get installed in the share directory.  Many
8743         of these have just 'README' files, but they now have good place-
8744         holders for further development.
8746 2004-04-12  Kees Cook <kees@outflux.net>
8748         * src/dialogs/stroke-style.cpp, src/Makefile.am, src/dialogs/Makefile.am,
8749           src/widgets/Makefile.am, configure.in: fixed up INKSCAPE_*DIR paths so CVS
8750           will compile happily for me.  This way if paths change, files will be
8751           recompiled.  The old way would let configure run again (changing the
8752           datadir path) without forcing a recompile, which could break the
8753           compiled paths.
8755 2004-04-13  John Cliff <simarilius@yahoo.com>
8756         * src/sp-shape.cpp, src/dialogs/stroke-style.cpp:
8757         Couple of changes to marker related code, mid and end markers now point in
8758 correct
8759         direction, turning off start markers behaves correctly.
8760         This follows on from changes made by me and Carl Hetherington that were
8761 commited
8762         yesterday to
8763         src/inkscape-stock.cpp, src/sp-item.cpp, src/sp-marker.cpp,
8764 src/sp-shape.cpp,
8765         src/style.cpp, src/style.h, src/dialogs/stroke-style.cpp
8766         to implement marker UI and fixes to the marker rendering code.
8768 2004-04-11  Ted Gould <ted@gould.cx>
8770         * src/extension/system.cpp, src/extension/internal/eps-out.cpp
8771           src/extension/internal/eps-out.h:
8772         First pass at a file save dialog with EPS output.  The dialog
8773         sets the bounding box in the file.  Comments encouraged.
8775 2004-04-11  Ted Gould <ted@gould.cx>
8777         * src/file.cpp, src/main.cpp, src/print.cpp, src/extension/init.cpp,
8778           src/extension/init.h, src/extension/system.cpp, src/extension/system.h,
8779           src/extension/implementation/script.cpp,
8780 src/extension/internal/eps-out.cpp,
8781           src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
8782           src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
8783           src/extension/internal/win32.cpp:
8784         Change alot of files, but small changes.  Basically just took
8785         system.cpp and init.cpp and finally ported them to the Inkscape::
8786         Extension namespace.  Cleaned up the code in them a bunch, it is
8787         much easier to read now!  All the other files are just referencing
8788         these changes.
8790 2004-04-11  Kees Cook <kees@outflux.net>
8792         * src/verbs.h, src/verbs.cpp, src/interface.cpp, src/interface.h: replaced
8793           the rest of the missing menu verbs: "View New", "Cleanup".  Created
8794           generic function to add icons to a given menu item (for submenu icons
8795           mostly).
8796         * share/icons/icons.svg: added "selection_cleanup", "selection_deselect",
8797           "selection_select_all".  Corrected "view_new" and "selection_smooth",
8798           "dialog_toggle", "dialog_tool_options", "file_open_recent".
8799         * src/selection-chemistry.cpp, src/selection-chemistry.h: renamed
8800           "selection_cleanup" function.
8802 2004-04-11  Jon Phillip <jon@rejon.org>
8804         * Makefile.mingw share/Makefile.am src/Makefile.am
8805           share/markers/Makefile.am share/markers/.cvsignore config.h.mingw
8806           configure.in:
8807           Added the proper infrastructure to get files to the right location for
8808           markers.
8810         * share/tutorials/tipsandtricks.svg: Deleted the URL trick because it no
8811           longer works or something.
8813 2004-04-11  Kees Cook <kees@outflux.net>
8815         * src/verbs.h, src/verbs.cpp: added verbs for the Help and Tutorials menus.
8816         * src/interface.cpp: replaced contents of sp_ui_menu_help to use new verbs.
8817         * src/help.h, src/help.cpp: replaced sp_help_keys with more generic
8818           sp_help_open_screen, similar to sp_help_open_tutorial.
8819         * share/icons/icons.svg: created really ugly "help_tutorials" and
8820           "help_keys" icons.  The "help_keys" one needs the most help.  :)
8822 2004-04-09  Ted Gould <ted@gould.cx>
8824         * share/extensions/Makefile.am, share/extensions/epsi_output.inkmod,
8825           share/extensions/ps2epsi.sh, src/extension/extension.cpp,
8826           src/extension/extension.h, src/extension/init.cpp,
8827           src/extension/implementation/implementation.cpp,
8828           src/extension/implementation/implementation.h,
8829           src/extension/implementation/script.cpp,
8830           src/extension/implementation/script.h,
8831           src/extension/internal/Makefile.am, src/extension/internal/eps-out.cpp,
8832           src/extension/internal/eps-out.h, src/extension/internal/ps.cpp:
8834           Okay, these are some changes that I've had in my directory for
8835           a little while.
8837           1) adding the basics of checking extensions.  This will allow
8838              them to remove themselves based on their dependencies failing.
8840           2) Adding the concepts of a 'helper extension' to scripts.  This
8841              allows them to use other extensions for handling the data, so
8842              they don't have to deal with SVG directly - Inkscape will
8843              build the pipeline.  An example of this is the epsi output.
8845           3) Adding the bounding box change provided by Carl Hetherington
8846              to the Postscript output.  The EPS output plugin sets this, so
8847              now EPSes have smaller bounding boxes.  A GUI needs to be
8848              written for this setting.
8850 2004-04-08  MenTaLguY <mental@rydia.net>
8852         * configure.in, src/svg/ftos.cpp: fix for OS X build
8854         * src/extensions/internal.ps.cpp: crash fix
8856 2004-04-07  MenTaLguY <mental@rydia.net>
8858         * src/xml/repr.cpp: adjusted the advertising comment in the default
8859           document template (we need a real default document template, btw)
8861         * src/svg/ftos.cpp, src/svg/itos.cpp, src/svg/round.cpp,
8862           src/svg/ftos.h, src/svg/stringstream.h: incorporated Bryce's number
8863           serializing code (disabled for now, due to the impending release)
8865         * src/dialogs/stroke-style.cpp, src/dialogs/sp-shape.cpp:
8866           nuked unused variables
8868 2004-04-07  bulia byak <bulia@users.sourceforge.net>
8870         * icons.svg: Alignment fix
8872         * src/select-toolbar.cpp: Swapped rotate buttons
8874         * share/tutorials/: Cleanup, added Russian translation of basic
8876         * extension/extension.cpp extension/system.cpp extension/internal/ps.cpp
8877         extension/implementation/script/cpp: Fixes to make non-ascii filenames work
8878 again
8880         * src/verbs.cpp: Remove xpm icon that causes trouble on win32
8882         * share/examples/: new gradient.svg, tiger.svgz, cleanup
8884         * src/widgets/gradient-vector.cpp: Crash fix: loading new gradient into the
8885         editor does not completely reset it
8887         * share/icons/icons.svg: New dialog icons, draw tool icons, changed colors
8889         * src/dialogs/align.cpp src/helper/bezier-utils.cpp: remove pjrm's debug
8890 output
8892         * share/tutorials/: SVG cleanup: remove unused font properties, wrong radius
8893         paths in ellipses (leftovers from old versions). Expanded & updated tips &
8894 tricks.
8896         * file.cpp: Set uri on save in one place; save 'offcially' from here only
8898         * system.cpp system.h: Remove redundant uri-setting on open and save, add
8899         official arg to sp_module_system_save to prevent docname/docbase changing on
8900         temporary saves
8902         * many files: _() fixes, edits in labels, messages, tooltips, mnemonics
8904         * src/inkscape.cpp: remove redundancy in error messages for failing to load
8905 prefs
8907         * share/extensions src/extension/internal: Renaming file formats to include
8908 (*.ext)
8910         * src/interface.cpp src/dialogs/filedialog.cpp: Transientize, make modal
8911         open/save dialogs, ditto for warning overwrite and make it unresizeable
8913         * src/dialogs/xml-tree.cpp: Do not deselect item on canvas when a
8914 non-selectable
8915         thing is highlighted in xml editor
8917         * src/sp-guide.cpp: Guide position updated after undo
8919         * src/widgets/sp-xmlview-attr-list.cpp: Max length of viewable attributes
8920         increased
8922         * many files: Adib's svgostringstream patches to remove printfs
8924         * src/selection-chemistry.cpp: Crash fix when pasting style to an object
8925 that
8926         has none (e.g. group)
8928         * src/knot.cpp: Knot dragging autoscrolls
8930         * src/sp-text.cpp src/text-context.cpp: Cursor movements autoscroll
8932         * src/desktop.h src/desktop.cpp: autoscrollspeed can be overridden in call
8933 to
8934         sp_desktop_scroll_to_point
8936         * src/text-context.cpp src/sp-text.cpp: Text cursor made inverse. Initial
8937 cursor
8938         after click is no longer horizontal.
8940         * src/helper/sp-ctrlline.cpp: Always-visible inversion for ctrlline
8942         * src/libnrtype/nr-type-w32.cpp: Fix stretch and variant on win32
8944         * src/widgets/gradient-vector.cpp: Undo fix; new stop takes average of its
8945         neighbors' colors; is between stops even when the last stop is selected
8947 2004-04-06  Ted Gould <ted@gould.cx>
8949         * src/file.cpp, src/dialogs/filedialog.cpp, src/extension/extension.cpp,
8950         src/extension/system.cpp:
8951         Moving code around so that the filename extension gets put on by
8952         the extension that is saving the file.  This adds a couple complications
8953         in that the extension now needs to check for overwriting the file
8954         and also set the document URI.  Better overall, but a PITA.
8956 2004-04-05  njh <njh@mail.csse.monash.edu.au>
8958         * debian/rules,debian/control: applied patch from Kees Cook to remove
8959         obsolete libraries, and to tidy things up a tad.
8961 2004-04-04  Ted Gould <ted@gould.cx>
8963         * src/main.cpp, src/extension/extension.cpp, src/extension/system.cpp:
8964         Now the input autodetect will try the SVG filter if the autodetect
8965         fails.  This was done by the command line, but now it is done
8966         everywhere.
8968 2004-04-04  MenTaLguY <mental@rydia.net>
8970         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr.h:
8971         Take the full list of document node children from libxml, and
8972         append them in the correct order.  This fixes bug #929348.
8974         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr-private.h:
8975         Added API for coping with comments at the root level (i.e. siblings
8976         of the root XML node), and made corresponding changes to the repr-io
8977         code.  In theory this should be enough to preserve them upon loading,
8978         though in practice it still doesn't appear to be working (bug #929348).
8979         Is there some libxml thing we need to do?
8981 2004-04-04  Ted Gould <ted@gould.cx>
8983         * a bunch of files
8984         Sorry, I seem to be in some delay getting e-mail.  Anyway, a few
8985         files were changed to add in a new parameter 'dataloss'  Basically
8986         this signifies that a format was used to save that may not save
8987         the whole document and thus, a pop-up is elevated on close to signal
8988         that you might want to 'really save' this document.
8990 2004-04-03  Ted Gould <ted@gould.cx>
8992         * share/extensions/svgz_input.inkmod, src/file.cpp,
8993           src/extension/extension.cpp, src/extension/internal/svg.cpp:
8994         Making it so that input extensions can specify the output extension
8995         that gets used to save them.  If this field isn't filled in, the value
8996         gets set to NULL, and then the Save As dialog is used instead of
8997         just trying to save.
8999 2004-04-03  Ted Gould <ted@gould.cx>
9001         * src/file.cpp, src/main.cpp, src/extension/extension.cpp,
9002           src/extension/extension.h, src/extension/system.cpp,
9003           src/extension/internal/svg.cpp:
9004         Fixing the output_extension flag to not be saved in a file, but also
9005         to be able to be specified by the input module.  Also, this fixes
9006         the commandline processing of files to make them use the extension
9007         system.
9009 2004-04-02  Ted Gould <ted@gould.cx>
9011         * src/file.cpp, src/extension/db.cpp, src/extension/internal/svg.cpp:
9012         Changing it so that SVG documents open and default to with
9013         extension namespace.  Also, autodetect is reenabled.
9015 2004-04-03  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
9017         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Fix my
9018         previous commit.
9020 2004-04-02  Ted Gould <ted@gould.cx>
9022         * share/extensions/svgz_output.inkmod, src/main.cpp, src/print.cpp,
9023           src/extension/init.cpp, src/extension/implementation/script.cpp,
9024           src/extension/implementation/script.h,
9025           src/extension/internal/Makefile.am, src/extension/internal/ps-out.cpp,
9026           src/extension/internal/ps-out.h, src/extension/internal/ps.cpp:
9027         Fixing the commandline printing.  This required fixing both the
9028         print driver to handle the newer extensions stuff.  It seems
9029         happy now.  I went ahead and implemented save as postscript
9030         while I was at it.
9032 2004-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9034         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Ensure that the
9035         "improved" value is never worse than the previous guess.
9037         * src/helper/bezier-utils.cpp:
9038         Greater CodingStyle conformance, mainly whitespace changes.
9040         * src/helper/bezier-utils.cpp (sp_bezier_fit_cubic_full):
9041         Always reparameterize between generate_bezier and calc_max_error.
9042         Switch from discouraged alloca (see man page) to g_new, at cost of
9043         some extra g_free calls in the code.
9044         (reparameterize): Do in-place modification.
9046         * src/helper/bezier-utils-test.cpp:
9047         Add tests for generate_bezier, sp_bezier_fit_cubic_full.
9048         Change to a simpler test bezier.
9050         * src/helper/bezier-utils.cpp (sp_darray_left_tangent,
9051         sp_darray_right_tangent):
9052         Switch to using just the two end points for calculating the gradient.
9053         (The old code could sometimes cause g_warning's.)
9054         Correct the documentation of requirements.
9055         (sp_darray_center_tangent): Similarly remove the #if'ed out code for
9056         looking at more than two points.
9058 See doc/Changelog_archive.txt for older entries
9060 # Local Variables:
9061 # tab-width:8
9062 # indent-tabs-mode:t
9063 # End:
9064 # vim: tabstop=4:noexpandtab:shiftwidth=4