Code

aef3dcd009a7f8c138bd4848781abee9ed2a29a6
[inkscape.git] / ChangeLog
1 2006-03-04  Jon A. Cruz  <jon@joncruz.org>
2         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
4           Style minibar now only accepts color drag-n-drop when not N/A.
5           Final tweak for completing RFE #1429027.
6         
7 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
8         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
10           Made the style minibar a target for color drag-n-drop.
11         
12 2006-03-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
14         * src/conn-avoid-ref.cpp, src/libavoid/connector.h,
15           src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
16           src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
17           src/libavoid/connector.cpp, src/libavoid/debug.h:
19           Some speed improvements and interface cleanups to libavoid.
21 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
22         * src/dialogs/swatches.cpp:
24           Fixed drag-n-drop out of color to match GTK+ standard.
25         
26 2006-02-27  Jon A. Cruz  <jon@joncruz.org>
27         * src/dialogs/swatches.cpp, src/ui/previewfillable.h,
28           src/ui/previewholder.h, src/ui/previewholder.cpp:
30           Finished cleanup of embedded swatches when switching palettes.
31         
32 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
33         * src/dialogs/swatches.cpp, src/ui/previewholder.h,
34           src/ui/previewholder.cpp:
36           Changing embedded swatches resizing.
37         
38 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
39         * src/text-context.cpp:
41           Allow Private Use Area characters. Fixes bug #1439016.
42         
43 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
44         * src/dialogs/swatches.cpp, src/dialogs/iconpreview.cpp,
45           src/ui/widget/panel.cpp, src/ui/widget/panel.h:
47           Refactoring panel containment. Purged ugly 'X'.
48         
49 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
50         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
51           src/dialogs/swatches.h, src/ui/widget/panel.cpp,
52           src/ui/widget/panel.h, src/ui/previewholder.cpp,
53           src/ui/previewholder.h:
55           Adding spacer to get swatches scrollbar enough room to move.
56           Tuning up API for better embedding.
58 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
59         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
60           src/dialogs/swatches.h, src/ui/previewholder.cpp, 
61           src/ui/previewfillable.h, src/ui/previewholder.h:
63           Removed horizontal scroll bar from swatches when embedded.
65 2006-02-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
67         *  src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, 
68            src/connector-context.cpp, src/conn-avoid-ref.cpp:
70         Keep a seperate connector router for each document.
71            
72         *  src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
73            src/libavoid/connector.h, src/libavoid/debug.h,
74            src/libavoid/geometry.cpp, src/libavoid/geometry.h,
75            src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
76            src/libavoid/graph.h, src/libavoid/incremental.cpp,
77            src/libavoid/incremental.h, src/libavoid/libavoid.h,
78            src/libavoid/makepath.cpp, src/libavoid/makepath.h,
79            src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
80            src/libavoid/router.cpp, src/libavoid/router.h,
81            src/libavoid/shape.cpp, src/libavoid/shape.h,
82            src/libavoid/static.cpp, src/libavoid/static.h,
83            src/libavoid/timer.cpp, src/libavoid/timer.h,
84            src/libavoid/vertices.cpp, src/libavoid/vertices.h,
85            src/libavoid/visibility.cpp, src/libavoid/visibility.h:
86            
87         Upstream changes to libavoid that allow multiple connector 
88         router instances, as well a few other minor bugfixes.
90 2006-02-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
92         * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
93         
94         Revert a previous change that generated enter events for canvas items
95         other than the current one when mouse buttons were depressed.  These 
96         events are now only generated in the connector context, where they are
97         required.
99 2006-02-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
101         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
102           src/conn-avoid-ref.h, src/libavoid/connector.cpp,
103           src/libavoid/connector.h:
104           
105         Change the behaviour and naming of some connector querying code
106         after feedback from Tim Dwyer in implementing graph drawing
107         functionality.
109 2006-02-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
111         * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:
112           Fix two bugs from my commit yesterday.
114 2006-02-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
116         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,
117           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
118           src/libavoid/connector.cpp, src/libavoid/connector.h,
119           src/libavoid/visibility.cpp:
121         Add some code to allow querying of items and connectors to find
122         out what is attached to them.  This will allow graph layout
123         algorithms (currently being worked on by Tim Dwyer) to determine 
124         a graph structure from the diagram.
126 2006-02-07  MenTaLguY  <mental@rydia.net>
128         * src/widgets/icon.cpp: get rid of icon prerender time messages
130 2006-02-07  MenTaLguY  <mental@rydia.net>
132         * src/debug/gc-heap.h, src/debug/logger.cpp, src/debug/sysv-heap.h,
133           src/jabber_whiteboard/deserializer.cpp, src/sp-object.cpp,
134           src/util/share.h, src/xml/simple-node.cpp:
136       share_static -> share_static_string
138 2006-02-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
140         * src/jabber_whiteboard/message-utilities.h,
141           src/jabber_whiteboard/serializer.cpp,
142           src/jabber_whiteboard/deserializer.cpp,
143           src/jabber_whiteboard/message-utilities.cpp,
144           src/ui/dialog/whiteboard-connect.cpp:
145         
146         Some fixes to allow the codebase to compile with Inkboard support
147         after the recent Util::shared_ptr<> and Dialog::present() changes.
149 2006-02-05  Marco Scholten  <mscholtn@xs4all.nl>
151         * src/verbs.cpp: updated to make double clicking a tool button
152       open the new preferences dialog.
153         * src/ui/dialog/inkscape-preferences.cpp: updated to enable opening
154       the dialog on the correct page.
155         * src/ui/dialog/dialog.cpp: added virtual void present() so that
156       InkscapePreferences::present() will be called from 
157       DialogManager::showDialog()
159 2006-02-05  MenTaLguY  <mental@rydia.net>
161         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
162           src/debug/logger.cpp, src/debug/simple-event.h, src/debug/sysv-heap.h,
163           src/jabber_whiteboard/deserializer.cpp,
164           src/jabber_whiteboard/message-utilities.cpp,
165           src/jabber_whiteboard/message-utilities.h,
166           src/jabber_whiteboard/node-tracker-observer.h,
167           src/jabber_whiteboard/node-utilities.cpp,
168           src/jabber_whiteboard/serializer.cpp,
169           src/jabber_whiteboard/serializer.h,
170           src/sp-object.cpp, src/util/Makefile_insert, src/util/share.cpp,
171           src/util/shared-c-string-ptr.cpp, src/util/shared-c-string-ptr.h,
172           src/util/share.h, src/xml/attribute-record.h, src/xml/comment-node.h,
173           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
174           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
175           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr.cpp,
176           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h,
177           src/xml/simple-session.cpp, src/xml/simple-session.h,
178           src/xml/text-node.h:
180           replace Util::SharedCStringPtr with the nicer and more general
181           Util::shared_ptr<>
183 2006-02-03  Jon Phillips  <jon@rejon.org>
185         * src/verbs.cpp: Added "..." to "Trace Bitmap" text. Yes, what a
186         simple and dumb thing to add for consistency.
188 2006-01-24  Michael Wybrow  <mjwybrow@users.sourceforge.net>
190         * src/libavoid/connector.cpp, src/libavoid/connector.h, 
191           src/libavoid/shape.cpp, src/libavoid/graph.cpp,
192           src/libavoid/incremental.cpp, src/libavoid/incremental.h,
193           src/libavoid/static.cpp, src/libavoid/visibility.cpp, 
194           src/libavoid/makepath.cpp:
196         Some minor upstream libavoid fixes.  
198 2006-01-23  Carl Hetherington  <inkscape@carlh.net>
200         * src/selection.cpp: fix a typo in one of my previous commits.
201         Closes #1401357.
203         * src/xml/repr-io.cpp: catch failures in fopen of XML files.
204         Closes #1374551.
206 2006-01-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
208         * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
209           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
210           src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
211           src/attributes-test.cpp:
213         Added a "Spacing" control to the connector toolbar which allows
214         the user to adjust the amount of space left around avoided shapes
215         for the purpose of determining auto-routing connector paths.
217 2006-01-17  Marco Scholten  <mscholtn@xs4all.nl>
219         * /src/ui/dialog/inkscape-preferences.cpp:
220       Added style swatches,
221       Changed Gtk::Requisition Gtk::Widget::size_request() to   
222       void Gtk::Widget::size_request(const Requisition& requisition)    
223         * /src/ui/dialog/preferences-widget.cpp & .h:
224           Added DialogPage::set_tip()
226 2006-01-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
228         * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
229           Use a modified fonts.conf file for Mac OS X that includes the 
230           standard user font directory ~/Library/Fonts.
232 2006-01-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
234         * src/svg/Makefile_insert: Updated to reflect a previous header
235           file renaming.
237 2006-01-12  Marco Scholten  <mscholtn@xs4all.nl>
239         * /src/ui/dialog/inkscape-preferences.cpp & .h:
240           Converted preferences dialog to gtkmm
241         * src/ui/widget/preferences-widget.cpp & .h:
242           New files.
243         * src/verbs.cpp: updated to start new dialog.
245 2006-01-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
247         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
248           src/extension/internal/svg.cpp, src/ui/widget/ruler.cpp:
249           Fix some compilation problems on Mac OS X after recent
250           includes cleanup.
252 2006-01-05  Jon A. Cruz  <jon@joncruz.org>
254         * src/widgets/desktop-widget.cpp:
255           Corrected resize behavior of canvas/swatches split.
257 2006-01-06  Mathieu Dimanche  <mdimanche@free.fr>
259         * src/util/units.cpp: forcin 'C' locale for reading units.txt file
260        Fixes bug #1391348.
262 2006-01-05  MenTaLguY  <mental@rydia.net>
264         * src/libnr/nr-maybe.h: fix constness/local reference issues
266 2006-01-04  MenTaLguY  <mental@rydia.net>
268         * src/Makefile_insert, src/shortcuts-default-xml.cpp,
269           src/shortcuts.cpp, src/shortcuts.xml:
271       Moved default shortcuts XML file into a string constant (for now);
272           replaced hard-coded structure with code to read XML file.
274 2006-01-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
276         * src/extension/internal/ps.cpp (setup): Clarify the meaning of
277           `Print destination', mentioning the new possibility of leaving
278           as empty.
279         * (PrintPS::begin) If print destination is an empty string, then
280           don't pass `-P %s' to lpr: just let lpr use its default.
281         * (PrintPS::init) Change default print destination from `lp' to empty
282           string.
284 2006-01-04  Jon A. Cruz  <jon@joncruz.org>
286         * src/widgets/desktop-widget.cpp:
287           Adding split pane for swatches.
289 2006-01-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
291         * src/libavoid/visibility.cpp: Add operator!= for the EdgePair class.
292           This is needed to compile on Tru64 UNIX.  Fixes bug #1386755.
294 2005-12-30  Josh Andler  <scislac@users.sf.net>
296         * src/ui/widget/selected-style.cpp, src/ui/widget/selected-style.h
297           Added "invert" function to right-click menu of style selector.
299 2005-12-22  Jon A. Cruz  <jon@joncruz.org>
301         * share/palettes/Tango-Palette.gpl:
302           Updated to newer version from the Tango project.
304 2005-12-21  Jon A. Cruz  <jon@joncruz.org>
306         * src/interface.cpp, src/preferences-skeleton.h,
307           src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
308           Adding panels/swatches to main UI.
310 2005-11-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
312         * src/removeoverlap/*.{cpp,h}: Bug fix in removeoverlap algorithm that
313           should finally get timestamps working properly.  Specifically, heap
314           timestamps are now refreshed before a merge.
316 2005-12-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
318         * src/sp-conn-end.cpp, src/connector-context.cpp: Have connectors
319           draw to the correct position on shape bounding boxes.  Previously
320           the point where connectors were drawn was on straight line between
321           the two endpoints.  These points now lie on the line between the 
322           second last point on the polyline and the center of the shape.
323           
324         * src/display/curve.cpp, src/display/curve.hpp: Added a couple of 
325           functions that return the second and second-last points in a curve.
327         * src/removeoverlap/generate-constraints.cpp: Moved the 
328           #include "isnan.h" to be the final include.  This fixes a
329           compilation error on OS X.
331 2005-12-16  Carl Hetherington  <inkscape@carlh.net>
333         * src/conn-avoid-ref.cpp, sp-conn-end-pair.cpp, sp-conn-end.cpp,
334         sp-item.cpp, sp-shape.cpp, dialogs/clonetiler.cpp,
335         dialogs/stroke-style.cpp, dialogs/tiledialog.cpp,
336         dialogs/unclump.cpp, display/nr-arena-shape.cpp,
337         display/nr-arena-shape.h, widgets/icon.cpp: more NRRect removal.
339         * src/desktop.cpp, src/desktop.h, src/dyna-draw-context.cpp,
340         src/selection-chemistry.cpp, src/sp-namedview.cpp, src/verbs.cpp,
341         src/display/sp-canvas.cpp, src/display/sp-canvas.h,
342         src/ui/view/edit-widget.cpp, src/ui/widget/zoom-status.cpp,
343         src/widgets/desktop-widget.cpp: more NRRect removals and cleanups.
345         * src/grid-snapper.cpp: snap only to visible grid lines (patch
346         from mtou).
348 2005-12-15  Carl Hetherington  <inkscape@carlh.net>
350         * src/conn-avoid-ref.cpp, src/gradient-chemistry.cpp,
351         src/sp-conn-end.cpp, src/sp-item.{cpp,h}: NR::Rect version of
352         sp_item_invoke_bbox (SPItem::invokeBbox).  Use it in some places.
354 2005-12-14  Carl Hetherington  <inkscape@carlh.net>
356         * src/dyna-draw-context.cpp, src/gradient-context.cpp,
357         src/selection.h, src/sp-flowtext.cpp, src/sp-item.cpp,
358         src/sp-item.h, src/sp-shape.cpp, src/sp-text.cpp,
359         src/dialogs/layer-properties.cpp,
360         src/extension/internal/bluredge.cpp,
361         src/extension/internal/grid.cpp, src/ui/dialog/transformation.cpp,
362         src/widgets/desktop-widget.cpp: remove NRMatrix version of
363         sp_item_i2d_affine().  Some include file adjustments.
365         * src/arc-context.cpp: some very minor cleanups.
367         * src/svg/svg-length.{cpp,h}, src/helper/units.cpp: use INCH
368         rather than IN to avoid breaking the compile on some systems.
370 2005-12-13  Carl Hetherington  <inkscape@carlh.net>
372         * src/arc-context.cpp, src/connector-context.cpp,
373         src/context-fns.cpp, src/desktop-affine.cpp, src/desktop-affine.h,
374         src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
375         src/draw-anchor.cpp src/dropper-context.cpp,
376         src/dyna-draw-context.cpp, src/event-context.cpp
377         src/gradient-context.cpp, src/knot.cpp, src/node-context.cpp,
378         src/object-snapper.cpp src/pen-context.cpp,
379         src/pencil-context.cpp, src/rect-context.cpp
380         src/select-context.cpp, src/selection-chemistry.cpp,
381         src/sp-item.cpp, src/sp-item.h src/spiral-context.cpp,
382         src/star-context.cpp, src/text-context.cpp src/zoom-context.cpp,
383         src/ui/widget/ruler.cpp: make desktop's transforms private
384         members.
386         * src/document.cpp, src/object-edit.cpp, src/sp-ellipse.cpp,
387         src/sp-ellipse.h, src/sp-gradient.cpp, src/sp-image.cpp,
388         src/sp-image.h, src/sp-line.cpp, src/sp-line.h,
389         src/sp-linear-gradient.h, src/sp-marker.cpp, src/sp-marker.h,
390         src/sp-pattern.cpp, src/sp-pattern.h, src/sp-radial-gradient.h,
391         src/sp-rect.cpp, src/sp-rect.h, src/sp-root.cpp, src/sp-root.h,
392         src/sp-star.cpp, src/sp-symbol.h, src/sp-text.cpp,
393         src/sp-textpath.h, src/sp-tspan.cpp, src/sp-use.cpp, src/sp-use.h,
394         src/text-tag-attributes.h, src/helper/units.cpp,
395         src/helper/units.h, src/libnrtype/Layout-TNG-Compute.cpp,
396         src/libnrtype/Layout-TNG-Input.cpp,
397         src/libnrtype/Layout-TNG-OutIter.cpp,
398         src/libnrtype/Layout-TNG-Output.cpp, src/libnrtype/Layout-TNG.h,
399         src/libnrtype/TextWrapper.cpp, src/svg/svg-length.cpp,
400         src/svg/svg.h: partial C++-ificiation of SPSVGLength.  Rename it
401         to SVGLength.
403 2005-12-13  Mathieu Dimanche <mdimanche@free.fr>
405         * src/snapped-point.{cpp,h} : new files.
407         * src/Makefile_insert : Added the new files
409         * src/arc-context.cpp, src/connector-context.cpp,
410         src/context-fns.cpp, src/draw-context.cpp, src/nodepath.cpp,
411         src/object-edit.cpp, src/pencil-context.cpp,
412         src/selection-chemistry.cpp, src/seltrans.cpp, src/snap.cpp,
413         src/spiral-context.cpp, src/star-context.cpp,
414         src/line-snapper.cpp, src/line-snapper.h, src/object-snapper.cpp,
415         src/object-snapper.h src/snapper.cpp, src/snapper.h,
416         src/event-context.cpp, src/rect-context.cpp,
417         src/select-context.cpp : Use SnappedPoint class
419         * src/color-rgba.h : Added rgba32 unsigned int handling and
420         "inverse" members (NEED TO BE TESTED)
422 2005-12-12  MenTaLguY  <mental@rydia.net>
424     * src/widgets/desktop-widget.cpp: moved some widgets into statusbar
425           widget for more aesthetic appearance
427 2005-12-12  Carl Hetherington <inkscape@carlh.net>
429         * src/arc-context.cpp: minor cleanups.  Use SnapManager more.  Use
430         Inkscape::setup_for_drag_start.
432         * src/connector-context.cpp, src/draw-context.cpp,
433         src/object-edit.cpp, src/pencil-context.cpp, src/rect-context.cpp,
434         src/spiral-context.cpp, src/star-context.cpp: use SnapManager.
436         * src/rect-context.cpp, src/spiral-context.cpp,
437         src/star-context.cpp: use Inkscape::setup_for_drag_start().
439         * src/snapper.{cpp,h}: simplify snap point types code.
441         * src/context-fns.{cpp,h}: add setup_for_drag_start().
443         * src/dyna-draw-context.cpp: remove unused and erroneous snapping code.
445         * src/pen-context.cpp: remove unused variable.
447         * src/draw-context.cpp: use SnapManager.
449         * src/nodepath.cpp: const fixes.  Use SnapManager.
451         * src/selection-chemistry.cpp, src/seltrans.cpp: some cleanups.
452         Use new snap API.
454         * src/snap.{cpp,h}: remove some dead code.
456         * src/sp-item.{cpp,h}, src/node-context.cpp, src/draw-context.cpp:
457         remove an unnecessary parameter from sp_item_dt2i_affine().
459 2005-12-09  Carl Hetherington <inkscape@carlh.net>
461         * src/object-snapper.cpp: make node snapping work again.
463         * src/star-context.cpp: use SnapManager.  Some other minor cleanups.
465         * src/arc-context.cpp, src/connector-context.cpp,
466         src/dyna-draw-context.cpp, src/pen-context.cpp,
467         src/pencil-context.cpp, src/rect-context.cpp,
468         src/selection-chemistry.cpp, src/spiral-context.cpp,
469         src/star-context.cpp, src/text-context.cpp: use
470         Inkscape::have_viable_layer.
472         * src/context-fns.{cpp,h}: new files.
474         * src/arc-context.cpp, src/context-fns.{cpp,h},
475         src/rect-context.cpp: abstract common code into context-fns and
476         clean it up a bit.
478 2005-12-08  Carl Hetherington <inkscape@carlh.net>
480         * src/grid-snapper.cpp, src/guide-snapper.cpp, src/line-snapper.h:
481         coding style.  Change how lines are defined.
483         * src/grid-snapper.h, src/guide-snapper.h: coding style.
485         * src/line-snapper.cpp, src/object-snapper.{cpp,h}: Coding style.
486         Various cleanups.  Small API changes.
488         * src/snap.cpp: changes to Snapper API.  Added work-in-progress SnapManager.
490         * src/snapper.{cpp,h}: API cleanups.
492         * src/sp-namedview.{cpp,h}: added getSnappers().
494         * src/seltrans.cpp: Cleanup and fix moveTo().  Go back to snapping
495         to snap points rather than the convex hull, at least for a bit.
497 2005-12-07  Carl Hetherington <inkscape@carlh.net>
499         * src/libnr/nr-convex-hull.h: remove unnecessary includes.
501         * src/line-snapper.{cpp,h}, src/object-snapper.{cpp,h},
502         src/attributes.{cpp,h}, src/desktop.cpp, src/dyna-draw-context.cpp
503         src/arc-context.cpp, src/grid-snapper.h, src/nodepath.cpp,
504         src/rect-context.cpp, src/selection-chemistry.cpp,
505         src/seltrans.cpp, src/snap.{cpp,h}, src/snapper.{cpp,h},
506         src/sp-namedview.{cpp,h}, src/spiral-context.cpp,
507         src/star-context.cpp, src/dialogs/desktop-properties.{cpp,h},
508         src/Makefile_insert: first cut of object snapping.
510         * src/grid-snapper.cpp, src/guide-snapper.{cpp,h}: use Inkscape namespace.
512 2005-12-06  Carl Hetherington <inkscape@carlh.net>
514         * src/libnr/nr-maybe.h: add missing public: to class IsNot.
516         * src/splivarot.{cpp,h}: declare some more functions.  Fix
517         get_nearest_position_on_Path to not crash if you call it with an
518         Item that isn't Shape or Text.
520         * src/node-context.cpp: adapt for changes in splivarot.{cpp,h}.
522         * src/nodepath.cpp: remove declaration of a function now declared
523         in splivarot.h.
525 2005-12-05  Carl Hetherington <inkscape@carlh.net>
527         * src/desktop.cpp, src/tools-switch.cpp,
528         src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp:
529         re-jig #includes slightly.
531         * src/seltrans.{cpp,h}, src/selcue.{cpp,h}: C++-ification and cleanup.
533         * src/select-context.{cpp,h}, src/seltrans-handles.h: adapt for
534         changes to SelTrans.
536         * src/event-context.{cpp,h}: adapt for changes to SelCue.
538         * src/rect-context.cpp, src/gradient-context.cpp: remove unnecessary include.
540         * src/connector-context.h, src/draw-context.h: add a forward
541         declaration.
543         * src/dropper-context.{cpp,h}: remove an unused variable and its
544         associated includes.
546         * src/main.cpp: fix comment for renamed SPSelCue.
548         * src/dialogs/display-settings.cpp: adapt for slightly re-jigged SelCue.
550 2005-12-04  Ted Gould  <ted@gould.cx>
552         * po/POTFILES.in:
554         Adding the .inx files as [type: gettext/xml] so that they will get
555         translated.  Good stuff.
557         * share/extensions/addnodes.inx, share/extensions/ai_input.inx,
558         share/extensions/ai_output.inx, share/extensions/bluredge.inx,
559         share/extensions/dia.inx, share/extensions/dots.inx,
560         share/extensions/dropshadow.inx, share/extensions/dxf_input.inx,
561         share/extensions/dxf_output.inx, share/extensions/embedimage.inx,
562         share/extensions/eps_input.inx, share/extensions/epsi_output.inx,
563         share/extensions/ffmet.inx, share/extensions/ffms.inx,
564         share/extensions/ffset.inx, share/extensions/ffss.inx,
565         share/extensions/gimpgrad.inx, share/extensions/grid.inx,
566         share/extensions/handles.inx, share/extensions/interp.inx,
567         share/extensions/kochify.inx, share/extensions/kochify_load.inx,
568         share/extensions/lindenmayer.inx, share/extensions/motion.inx,
569         share/extensions/pdf_output.inx, share/extensions/ps_input.inx,
570         share/extensions/radiusrand.inx, share/extensions/randompnt.inx,
571         share/extensions/randompos.inx, share/extensions/rtree.inx,
572         share/extensions/sk_input.inx, share/extensions/straightseg.inx,
573         share/extensions/summersnight.inx, share/extensions/svgz_input.inx,
574         share/extensions/svgz_output.inx, share/extensions/txt2svg.inx,
575         share/extensions/wavy.inx, share/extensions/whirl.inx,
576         share/extensions/wmf_input.inx:
578         Marking the user visible strings as translatable.
580         * src/extension/dependency.cpp, src/extension/extension.cpp,
581         src/extension/init.cpp, src/extension/input.cpp, src/extension/output.cpp,
582         src/extension/parameter.cpp:
584         Changed to handle translated .inx files.  They will find the data, and
585         mark the right strings as translated.
587         * src/extension/effect.cpp, src/extension/effect.h, src/interface.cpp:
589         Changed menu handling to be push instead of pull
591 2005-12-02  Carl Hetherington <inkscape@carlh.net>
593         * src/dropper-context.cpp: coding style.
594         * src/sp-namedview.cpp, src/sp-namedview.h, src/desktop.cpp: some
595         C++-ification of SPNamedView.
597 2005-12-01  MenTaLguY  <mental@rydia.net>
599     * src/widgets/desktop-widget.cpp: shuffle status bar around again;
600           add a grippie so we don't have to care about the corner of the window
601           getting covered up
603 2005-12-01  MenTaLguY  <mental@rydia.net>
605     * src/widgets/icon.cpp: refactored a bit around the icon prerendering
606           code and added a timer; also kick off the task immediately rather
607           than waiting for the first expose event
609 2005-12-01  MenTaLguY  <mental@rydia.net>
611     * src/widgets/desktop-widget.cpp:
613           moved zoom selector away from the right edge so it won't get covered
614           by window manager decorations
616 2005-12-01  MenTaLguY  <mental@rydia.net>
618     * src/help.cpp, src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp:
620           Moved creation of the splash widget into the about dialog code,
621           and tweaked the appearance of the dialog in a lot of subtle ways
622           -- we now use an AspectFrame to constrain the aspect ratio of the
623           splash view, and also finally get the correct initial size for the
624           dialog while still allowing it to be arbitrarily resized.
626 2005-12-01  Carl Hetherington <inkscape@carlh.net>
628         * src/sp-namedview.cpp: coding style.
630 2005-12-01  Jon A. Cruz  <jon@joncruz.org>
632         * src/widgets/icon.cpp: added idle calback pre-render.
634 2005-11-30  MenTaLguY  <mental@rydia.net>
636    * src/ui/dialog/aboutbox.cpp: make 'close' button default widget,
637      and rename "About" tab to "_Splash"
639 2005-11-30  Carl Hetherington <inkscape@carlh.net>
641         * src/svg/svg-path.cpp: add missing #include of assert.h for
642         assert()
643         * src/dialogs/xml-tree.cpp: fix uninitialised variable
644         warnings, move some declarations to first use, coding style fixes.
645         * src/snap.cpp, src/snap.h, src/sp-namedview.cpp: split
646         snap.{cpp,h} up into snapper.{cpp,h}, grid-snapper.{cpp,h},
647         guide-snapper.{cpp,h}.  Refactor and simplify.  Add another
648         namedview_free_snap().
649         * src/geom.cpp, src/geom.h: cosmetic renaming.
650         * src/pen-context.cpp: a few minor cleanups to
651         pen_handle_button_press().  Other snapping cleanups.
652         * src/draw-context.cpp, src/draw-context.h: split
653         spdc_endpoint_snap_internal() into two functions.
654         * src/pencil-context.cpp: snapping cleanups.
655         * src/ui/widget/unit-menu.cpp: remove definition of a variable
656         that's just been made static.
657         
658 2005-11-26  MenTaLguY <mental@rydia.net>
660     * src/ui/dialog/aboutbox.cpp, src/ui/dialog/aboutbox.h:
661           clean up and simplify About dialog; fix memory management (mostly)
663 2005-11-25  Robert Crosbie <swingincelt@gmail.com>
665         * replaced sp_repr_ref with direct cal to Inkscape::GC::anchor
666         * replaced sp_repr_unref with direct call to Inkscape::GC::release
667         * replaced sp_repr_set_attr with direct call to repr->setAttribute
669 2005-11-24  MenTaLguY  <mental@rydia.net>
671     * src/shortcuts.cpp, src/interface.cpp: prune back shortcuts API in
672           preparation for configurable key bindings work
674 2005-11-24  MenTaLguY  <mental@rydia.net>
676     * src/sp-item.cpp: remedy erroneous initialization of doubles with NULL
678 2005-11-24  MenTaLguY  <mental@rydia.net>
680     * src/seltrans.cpp: prune dead wood (sp_sel_trans_handle_click)
682 2005-11-24  MenTaLguY  <mental@rydia.net>
684     * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
685           src/display/canvas-grid.cpp, src/display/guideline.cpp,
686           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
687           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
688           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
689           
690           cosmetic renaming
692 2005-11-23  Robert Crosbie <swingincelt@gmail.com>
694         * replaced sp_repr_change_order with direct cal to repr->changeOrder
695         * replaced sp_repr_add_child with direct call to repr->addChild
696         * replaced sp_repr_remove_child with direct call to repr->removeChild
698 2005-11-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
700         * src/ui/dialog/align-and-distribute.h, src/ui/dialog/align-and-distribute.cpp:
701           Add new action ActionRemoveOverlaps, and add new button & two spin buttons
702           to the Align & Distribute dialog box, to remove overlaps between objects.
703         * configure.ac: New directory src/removeoverlap.
704         * src/Makefile.am: Build new library removeoverlap/libremoveoverlap.a.
705         * src/Makefile_insert: Link against new library removeoverlap/libremoveoverlap.a.
707 2005-11-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
709         * packaging/osx-app.sh, packaging/macosx/Resources/bin/inkscape:
710           Include some missing modules required by gnome-vfs and set shell
711           variables to point to these modules within the OS X app bundle.
712           Fixes bug #1363390.
714 2005-11-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
716         * packaging/osx-app.sh: Fix a typo resulting from last change.
718 2005-11-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
720         * packaging/osx-app.sh: Add libXinerama.1.dylib to the app bundle 
721           since users of OS X 10.3.x will not have this file.
723 2005-11-12  Jon Phillips <jon@rejon.org>
725         * po/it.po po/sr.po po/sr@Latn.po: Fixed these po files so that 
726         Inkscape builds okay.
729 2005-11-12  Ralf Stephan <ralf@ark.in-berlin.de>
731         * src/ui/view/edit-widget.h, src/ui/view/edit-widget.cpp:
732           new-gui: made complete statusbar widget, equals old-gui now
733         * src/widgets/layer-selector.h, src/ui/widget/selected-style.h:
734           classes have now a constructor with default parameter
735         * src/ui/widget/zoom-status.cpp: smaller font
737 2005-11-12  MenTaLguY  <mental@rydia.net>
739         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
740           src/display/canvas-grid.cpp, src/display/guideline.cpp,
741           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
742           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
743           src/display/sp-canvas.cpp, src/display/sp-canvas.h,
744           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
746           Refactor canvas buffer code a little.   Hint: if you have two flags
747           and an invariant that one will be false if the other is true and
748           vice-versa, you can represent them with a single flag.  Fixed
749           cut-and-paste madness between sp_canvas_buf_ensure_buf and
750           sp_canvas_clear_buf also.  Finally, renamed sp_canvas_buf_ensure_buf
751           to sp_canvas_prepare_buf.
753 2005-11-09  Michael Wybrow  <mjwybrow@users.sourceforge.net>
755         * src/sp-item.cpp: Call updateRepr before emitting the transformed
756           signal in sp_item_write_transform.  This fixes bug #1303423.
758         * packaging/osx-app.sh: Fixes to allow building app bundles on both
759           OS X 10.4 and earlier versions of the OS without altering the script.
760           Also, add a note that Inkscape needs to be configured with
761           --enable-osxapp when building the OS X package.
763         * po/nl.po: Fix an "Unmatched closing </b>" warning.
765 2005-11-08  Ralf Stephan <ralf@ark.in-berlin.de>
767     merged with branch CXXIFICATION_VIEW_AND_WIDGET
768         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/event-context.cpp,
769           src/file.cpp, gradient-context.cpp, src/inkscape.cpp, src/interface.cpp,
770           src/rect-context.cpp, src/select-context.cpp, src/seltrans.cpp,
771           src/sp-namedview.cpp, src/spiral-context.cpp, src/star-context.cpp,
772           src/verbs.cpp, dialogs/dialog-events.cpp, src/dialogs/layer-properties.cpp,
773           src/ui/dialog/dialog.cpp, src/widgets/desktop-widget.cpp,
774           src/widgets/desktop-widget.h:
775           move gtk code into desktop-widget.cpp, called via desktop
776         * src/ui/view/Makefile_insert: added files edit-widget-interface.h,
777           edit-widget.cpp, edit-widget.h
778           the EditWidget is the Gtkmm version of the SPDesktopWidget
779         * src/ui/widget/Makefile_insert: added files ruler.cpp, ruler.h,
780           svg-canvas.cpp, svg-canvas.h, zoom-status.cpp, zoom-status.h
781           these are widgets part of the EditWidget
782         * src/file.cpp, src/inkscape.cpp, src/ui/dialog/dialog.cpp, 
783           src/ui/dialog/dialog.h, src/application/application.h, 
784           src/application/application.cpp:
785           divide code /wrt Application::getNewGui(): if true, it's called by the 
786           Gtkmm application and the inkscape object is meaningless
787         * src/application/app-prototype.h:
788           replace UI specific return value of getWindow() with void*
789         * src/application/editor.cpp, src/application/editor.h:
790           made Editor a singleton, collect global UI code here that (for Gtk+)
791           lives in inkscape.cpp and elsewhere
792         * src/desktop-events.cpp, src/desktop.cpp, src/event-context.cpp,
793           src/nodepath.cpp, src/seltrans.cpp:
794           simplify calls to desktop->set_coordinate_status
795         * src/desktop-handles.cpp, src/desktop-handles.h, 
796           src/extension/internal/ps.cpp, src/widgets/gradient-toolbar.cpp, 
797           src/widgets/toolbox.cpp:
798           widget is no longer available through desktop
799         * src/Makefile_insert: added files preferences.h preferences.cpp
800           src/inkscape.h, src/inkscape.cpp, src/application/editor.cpp:
801           move preferences handling into preferences.cpp/h
802         * src/desktop.cpp, src/desktop.h:
803           use EditWidgetInterface, more cosmetics
804         * src/desktop.cpp, src/inkview.cpp, src/slideshow.cpp, src/svg-view-widget.cpp,
805           src/svg-view.cpp, src/svg-view.h, src/ui/view/view.cpp, src/ui/view/view.h:
806           streamline setDoc()/setDocument() logic
807         * src/inkview.cpp: include empty func bodies to make linker happy
809 2005-11-08 ------------0.43
811 2005-11-06  Ted Gould  <ted@gould.cx>
813         * 0.43pre2
815 2005-11-01  Jon A. Cruz  <jon@joncruz.org>
817         * src/io/base64stream.h, src/io/base64stream.cpp:
818           Applied modified patch 1341198.
820 2005-10-31  Jon A. Cruz  <jon@joncruz.org>
822         * src/verbs.cpp:
823           Applied patch from RFE 1247694.
825 2005-10-26  Jon A. Cruz  <jon@joncruz.org>
827         * share/screens/about.svg:
828           Trimmed bad lines. Fixed bug 1310742.
830 2005-10-24  Ted Gould  <ted@gould.cx>
832         * 0.43pre1
834 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
836         * Makefile.mingw, src/io/sys.cpp:
837           Patch 1334818.
839 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
841         * src/main.cpp, src/io/sys.cpp:
842           Updating Win32 parameter filename handling.
844 2005-10-22  Michael Wybrow  <mjwybrow@users.sourceforge.net>
846         * src/connector-context.cpp: Correct two typos.  Fixes bug #1333915.
848 2005-10-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
850         * src/connector-context.cpp: Fix a bug where undoing creation of 
851           new connectors revealed intermediate steps.
853         * src/libavoid/connector.cpp, src/libavoid/connector.h,
854           src/libavoid/makepath.cpp, src/libavoid/static.cpp:
855           Applied a couple of libavoid fixes.  One of which addresses
856           a possible crash bug.
858 2005-10-19  Ted Gould  <ted@gould.cx>
860         * 0.43pre0
862 2005-10-19  Jon A. Cruz  <jon@joncruz.org>
864         * inkscape32-16.ico: patch 1323419
866 2005-10-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
868         * src/conn-avoid-ref.cpp: Don't pass avoided objects to libavoid
869           if they have the 'cloned' flag set.  Fixes bug #1328401.
871 2005-10-17  Jon A. Cruz  <jon@joncruz.org>
873         * src/main.cpp, src/io/sys.h, src/io/sys.cpp:
874           Switched command-line name conversion from filename to locale.
875           Fixes bug #1250124.
877 2005-10-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
879         * src/sp-conn-end.cpp: Don't update the repr for the curve while 
880           manually rerouting connector endpoints.  This speeds up undo/redo
881           and allows responsive rerouting with the xml editor window open.
882           Fixes bug #1315489.
884         * po/ca.po: Fix unclosed <b> found in translations.
885         
886 2005-10-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
888         * src/isnan.h: Update to allow compilation on OSX 10.4.
890         * src/connector-context.cpp, src/connector-context.h,
891           src/tools-switch.cpp: Allow double-clicking on connectors
892           in the selector tool to swap to the connector tool.
894 2005-10-14  Jon A. Cruz  <jon@joncruz.org>
896         * share/palettes/Makefile.am, share/palettes/Tango-Palette.gpl:
897           Adding the Tango palette.
899 2005-10-13  MenTaLguY  <mental@rydia.net>
901         * share/screens/about.svg: New copy for about dialog; did some
902           vector clean-up and re-enabled the coffee stains.
904 2005-10-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
906         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h:
907           Reroute connector lines if the object itself is moved or
908           transformed.  Previously a routed line would not unroute if it
909           was moved away from the blocking objects.  Fixes bug #1303493.
911 2005-10-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
913         * packaging/macosx/Resources/script, src/path-prefix.h:
914           Don't assume the OSX app bundle will be named "Inkscape.app".
915           This caused things like tool icons to disappear if the app
916           bundle was renamed, e.g., to "Inscape-0.42.2.app".
917           Fixes bug #1289648.
919 2005-10-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
921         * src/sp-conn-end-pair.cpp: Fix a bug where connectors could
922           sometimes be given strange routes if there was a transform on
923           either of the objects that the connector was attached to.
925         * src/conn-avoid-ref.cpp, src/sp-conn-end.cpp: Add a call to
926           sp_document_ensure_up_to_date before checking bounding boxes
927           in response to a transform signal.  This is because some
928           objects (e.g., text) will not give the correct bbox until its
929           update function has been called and its internal representation
930           has been updated.  This fixes bug #1303523.
932         * src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
933           Restore the Connector tool preferences tab.  Use same ordering
934           for tools as on the toolbar.  Add the standard selection cue
935           option to the connector tool preferences.  Fixes bug #1303360.
937 2005-10-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
939         * packaging/osx-app.sh: Include locale files in the OSX package and
940           a couple of minor updates for building packages on OSX 10.4.x.
942         * packaging/macosx/Resources/bin/inkscape: Fix a problem in setting
943           LANG to the current OSX language before launching Inkscape.
944           With this fix, the Inkscape app bundle will obey the user's
945           language setting in the system preferences on OSX.
947 2005-09-30  Ralf Stephan <ralf@ark.in-berlin.de>
949         * src/desktop.*, src/widget/desktop-widget.cpp:
950         make empty destructor, fixes #1291009
952 2005-09-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
954         * Info.plist.in: Associate .svgz files with Inkscape on OSX.
955           Fixes bug #1307083.
957 2005-09-27  MenTaLguY  <mental@rydia.net>
959         * src/gc-anchored.h: emphasize initial refcount
961         * src/desktop.h, src/svg-view-widget.cpp, src/ui/view/view-widget.cpp,
962           src/ui/view/view.cpp, src/ui/view/view.h,
963           src/widgets/desktop-widget.cpp:
965           Move _whole_ UI::View::View hierarchy over to the garbage collector
966           and fix anchor imbalances; you can't do this piecemeal.
968 2005-09-23  Ben Fowler  <bpfowler@users.sourceforge.net>
970         * autogen.sh: Cleanup error message.
972 2005-09-20  Carl Hetherington <inkscape@carlh.net>
974         * src/file.cpp, src/file.h, src/help.cpp: don't replace empty
975         desktops with help files / tutorials.  Fixes 1249067.
977 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
979         * src/jabber_whiteboard/typedefs.h:
980           gcc4 needs more const correctness, fixes #1294298
982 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
984         * src/desktop.h, src/desktop.cpp, src/interface.cpp, 
985           src/dialogs/layer-properties.cpp, src/ui/view/view.cpp,
986           src/widgets/desktop-widget.cpp:
987           correcting old and new oversights, fixes #1290982
988           
989 2005-09-15  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
991         * src/xml/repr-util.cpp (sp_repr_set_double): Split into two
992           functions (sp_repr_set_svg_double, sp_repr_set_css_double)
993           according to whether or not an exponent is allowed.  Update callers.
994           (sp_repr_set_double_default): Remove this unused function.
996 2005-09-15  Carl Hetherington <inkscape@carlh.net>
998         * src/object-edit.cpp: fix idiotic bug introduced in previous commit.
1000 2005-09-14  Carl Hetherington <inkscape@carlh.net>
1002         * src/knot.cpp, src/knotholder.cpp: coding style.
1004 2005-09-13  Ralf Stephan <ralf@ark.in-berlin.de>
1006         * src/desktop.h, src/desktop.cpp, src/svg-view.h, src/svg-view.cpp,
1007           src/ui/view/view.h, src/ui/view/view.cpp, src/ui/view/edit.h:
1008             View::setDocument() did not call same function in subclass
1009         * src/widgets/select-toolbar.cpp:   removed usage of SP_DT_WIDGET
1010         * src/desktop.cpp:   removed last sp_desktop_* function names
1012 2005-09-13  Carl Hetherington <inkscape@carlh.net>
1014         * src/object-edit.cpp: Add some comments.  Minor refactoring.
1015         Snap points when editing rectangles; partial fix for bug 1282399.
1017         * packaging/win32/inkscape.nsi: Correct spelling of associations
1018         and associated; fix for bug 1283916.
1020 2005-09-12  Jon A. Cruz  <jon@joncruz.org>
1022         * src/dialogs/iconpreview.cpp, src/dialogs/iconpreview.h,
1023           src/widgets/icon.cpp:
1024           Icon preview now toggles between selection or whole document.
1025           Fixes REF #1281883.
1027 2005-09-12  Ralf Stephan <ralf@ark.in-berlin.de>
1029         * src/widgets/ruler.cpp:   fixed precision problem (bug #1242995)
1031 2005-09-12  Peter Moulder  <pmoulder@bowman.csse.monash.edu.au>
1033         * src/libnrtype/Layout-TNG-Compute.cpp (Calculator::_measureUnbrokenSpan):
1034           Fix line breaking for [supposedly] non-breaking whitespace characters.
1036 2005-09-11  Ralf Stephan <ralf@ark.in-berlin.de>
1038         * po/nl.po:   replaced all instances of "verkleint" with "verkleind"
1039           (bug #1277695)
1041 2005-09-10  Jon A. Cruz  <jon@joncruz.org>
1043         * src/preferences-skeleton.h, src/dialogs/iconpreview.cpp:
1044           Made icon preview sizes configurable. Fixes REF #1281885.
1046 2005-09-08  Carl Hetherington <inkscape@carlh.net>
1048         * src/object-edit.cpp: Coding style in SPRect portion.  Add
1049         Emacs/vim mode blocks.
1051 2005-09-08  Ralf Stephan <ralf@ark.in-berlin.de>
1053         * src/desktop.cpp, src/ui/view/view.cpp:
1054           removed placement new signal construction
1055         * src/desktop.cpp:   selection is no longer anchored
1056         * src/desktop.cpp, src/desktop.h:   further cleanup
1057         * src/main.cpp:   minor changes in doxygen main page
1059 2005-09-08  MenTaLguY  <mental@rydia.net>
1061         * src/xml/document.h, src/xml/session.h, src/xml/simple-session.cpp,
1062           src/xml/simple-session.h:
1064           Add Session and Document createElementNode, createCommentNode,
1065           and createTextNode methods
1067 2005-09-06  Ralf Stephan <ralf@ark.in-berlin.de>
1069         * src/desktop-handles.h, src/desktop-handles.cpp:
1070             added macros SP_DT_MSGSTACK/NAMEDVIEW/WIDGET, moved last
1071                 macros from desktop.h
1072         * src/desktop.h src/desktop.cpp, src/sp-namedview.h, 
1073           src/sp-namedview.cpp:
1074             moved default_metric and default_unit into namedview
1075         * src/desktop.h src/desktop.cpp, src/widgets/desktop-widget.h,
1076           src/widgets/desktop-widget.cpp:
1077             moved window member into desktop widget
1078         * src/dialogs/clonetiler.cpp, src/dialogs/color-picker.cpp,
1079           src/dialogs/desktop-properties.cpp, src/dialogs/dialog-events.cpp ,
1080           src/dialogs/display-settings.cpp, src/dialogs/export.cpp,
1081           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
1082           src/dialogs/transformation.cpp, src/dropper-context.cpp,
1083           src/extension/internal/ps.cpp, src/gradient-context.cpp,
1084           src/jabber_whiteboard/callbacks.cpp,
1085           src/jabber_whiteboard/chat-handler.cpp,
1086           src/jabber_whiteboard/message-processors.cpp,
1087           src/jabber_whiteboard/message-queue.cpp,
1088           src/jabber_whiteboard/session-manager.cpp,
1089           src/path-chemistry.cpp, src/satisfied-guide-cns.cpp,
1090           src/sp-text.cpp, src/text-chemistry.cpp,
1091           src/trace/potrace/inkscape-potrace.cpp,
1092           src/trace/trace.cpp, src/ui/dialog/align-and-distribute.cpp:
1093             removed dependency on desktop.h
1094         * src/arc-context.cpp, src/desktop-events.cpp, src/inkscape.cpp,
1095           src/interface.cpp, src/nodepath.cpp, src/rect-context.cpp,
1096           src/select-context.cpp, src/seltrans.cpp, src/spiral-context.cpp,
1097           src/star-context.cpp, src/text-context.cpp, src/ui/dialog/dialog.cpp,
1098           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp:
1099             minor adaptation due to the above changes
1100         * src/ui/dialog/session-player.cpp:   didn't #include config.h
1101         
1102 2005-09-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1104         * doc/keys.html, doc/keys.xml, share/screens/keys.svg,
1105           src/shortcuts.cpp:
1106           Add keyboard shortcuts for the connector tool -- Ctrl+F2 and 'o'.
1108 2005-09-05  Ralf Stephan <ralf@ark.in-berlin.de>
1110         * src/document.cpp, src/draw-anchor.cpp, src/knotholder.cpp,
1111           src/main.cpp, src/object-ui.cpp, src/selcue.cpp,
1112           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
1113           src/sp-star.cpp, src/sp-symbol.cpp, src/sp-tspan.cpp,
1114           src/dialogs/docker.cpp, src/dialogs/extensions.cpp,
1115           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
1116           src/extension/system.cpp, src/widgets/gradient-vector.cpp,
1117           src/jabber_whiteboard/session-file-player.cpp,
1118           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
1119           src/widgets/spw-utilities.cpp, src/extension/implementation/script.cpp,
1120           src/ui/dialog/transformation.cpp, src/seltrans.h,
1121           src/widgets/sp-widget.h:
1122             removed dependency on desktop.h
1123         * src/select-context.cpp, src/tools-switch.cpp, 
1124           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
1125           src/dialogs/object-properties.cpp, src/dialogs/clonetiler.cpp:
1126             added dependencies because of above changes
1127         
1128 2005-09-04  Kees Cook  <kees@outflux.net>
1130         * TRANSLATORS, Makefile.am, src/verbs.cpp, src/help.cpp,
1131           src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp,
1132           src/menus-skeleton.h, src/ui/dialog/Makefile_insert:
1133           Implemented AboutDialog following the Gnome style.
1134         * packaging/win32/inkscape.nsi: added quotes around execution name.
1136 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
1138         * src/desktop.cpp, src/dropper-context.cpp, src/forward.h,
1139           src/interface.cpp, src/main.cpp, src/sp-anchor.cpp,
1140           src/sp-text.cpp, src/splivarot.cpp, src/svg-view-widget.cpp,
1141           src/svg-view-widget.h, src/svg-view.h, src/extension/effect.h,
1142           src/extension/implementation/plugin-link.h, 
1143           src/jabber_whiteboard/session-manager.cpp,
1144           src/ui/dialog/dialog.cpp, src/ui/view/edit.h, 
1145           src/ui/view/view-widget.cpp, src/ui/view/view-widget.h,
1146           src/ui/view/view.cpp, src/ui/view/view.h:
1147             minor edits to completely remove SPView identifier, and some
1148                 dependencies
1150 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1152         * src/sp-conn-end-pair.cpp: Fix a crash bug when undoing connectors
1153           on Linux x86 where we were calling a signal destructor.
1155         * src/io/sys.cpp: Build fix - conditionally include <glib/gstdio.h>
1156           if using glib 2.6.0 or greater, since it is not available in earlier
1157           versions.
1159 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
1161         * src/svg-view-widget.h, src/svg-view-widget.cpp, src/Makefile_insert:
1162             separated SPSVGViewWidget from SPSVGView
1163         * src/desktop.h, src/svg-view.h, src/ui/view/edit.h,
1164           src/ui/view/view-widget.h, src/ui/view/view.h,
1165           src/widgets/desktop-widget.h, src/desktop.cpp,
1166           src/svg-view.cpp, src/ui/view/view-widget.cpp,
1167           src/ui/view/view.cpp, src/widgets/desktop-widget.cpp:
1168             moved SPDesktop from GObject to C++/sigc++
1169         * src/forward.h: 
1170             removed SP_DESKTOP*, SP_SVG_VIEW* macros and dependencies
1171         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
1172             changed to sigc++ but disabled call
1173         * src/desktop-events.cpp:  removed desktop_enter_notify()
1174         * src/sp-anchor.cpp:  removed handling of mouse over/out
1175         * src/helper/action.h, src/sp-use.cpp:  added missing dependency
1176         * src/arc-context.cpp, src/desktop-affine.cpp, src/desktop-events.cpp,
1177           src/desktop-handles.cpp, src/dyna-draw-context.cpp,
1178           src/event-context.cpp, src/file.cpp, src/gradient-context.cpp,
1179           src/gradient-drag.cpp, src/help.cpp, src/inkscape.cpp,
1180           src/inkview.cpp, src/interface.cpp, src/knot.cpp,
1181           src/knotholder.cpp, src/node-context.cpp, src/nodepath.cpp,
1182           src/object-ui.cpp, src/path-chemistry.cpp, src/rect-context.cpp,
1183           src/rubberband.cpp, src/satisfied-guide-cns.cpp,
1184           src/select-context.cpp, src/selection-chemistry.cpp,
1185           src/seltrans.cpp, src/shortcuts.cpp, src/slideshow.cpp,
1186           src/sp-anchor.cpp, src/sp-flowtext.cpp, src/sp-namedview.cpp,
1187           src/sp-text.cpp, src/spiral-context.cpp, src/splivarot.cpp,
1188           src/star-context.cpp, src/text-context.cpp, src/text-editing.cpp,
1189           src/tools-switch.cpp, src/verbs.cpp, src/zoom-context.cpp,
1190           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
1191           src/dialogs/dialog-events.cpp, src/dialogs/export.cpp,
1192           src/dialogs/filedialog.cpp, src/dialogs/iconpreview.cpp,
1193           src/dialogs/layer-properties.cpp, src/dialogs/stroke-style.cpp,
1194           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp,
1195           src/extension/effect.cpp, src/extension/implementation/script.cpp,
1196           src/extension/internal/grid.cpp, src/extension/internal/ps.cpp,
1197           src/helper/window.cpp, src/ui/dialog/dialog.cpp,
1198           src/ui/widget/imageicon.cpp, src/widgets/gradient-toolbar.cpp,
1199           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
1200           src/widgets/toolbox.cpp:
1201             minor adaptations due to the above changes
1202         * src/desktop-events.h:  removed dependencies 
1203         * src/selection.cpp:  improved doxygen documentation
1204         
1205 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1207         * src/connector-context.cpp: Fix a bug where a data structure was
1208           not being freed, triggering an assertion failure and Inkscape to
1209           crash sometimes when the connector tool context was switched.
1211 2005-09-03  Aaron Spike <aaron@ekips.org>
1213         * src/node-context.cpp, src/livarot.cpp: Fixing a problem where node
1214           adding and curve dragging operate on fills. A special thank you to
1215           Simon Budig of GIMP fame for working with me and giving very 
1216           thorough explanations of his curve dragging code.
1218 2005-09-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1220         * src/libavoid/connector.cpp, src/libavoid/connector.h: Autoroute
1221           connectors while they are being drawn in the connector context.
1223         * src/sp-conn-end.cpp: Fix a bug where connectors attached to shapes
1224           were not always getting updated.  Their path was sometimes thought
1225           to be valid even when it was not.
1227 2005-09-02  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1229         * src/sp-conn-end.cpp: Fix a bug where connectors not attached to
1230           shapes were not updating correctly if an object was dropped on
1231           their path.
1233 2005-09-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1235         * src/sp-conn-end.cpp, src/sp-conn-end.h, src/sp-conn-end-pair.cpp,
1236           src/sp-conn-end-pair.h, src/sp-path.cpp, src/libavoid/graph.cpp,
1237           src/libavoid/incremental.cpp:
1239         Connectors now automagically reroute as a result of any 'avoided'
1240         object being placed on their path.  They also update to better
1241         paths when blocking shapes are removed.
1242          
1243         * src/connector-context.cpp: Update TODO list.  Only show endpoints
1244           and allow manipulation of paths marked as connectors.
1246         * src/libavoid/connector.cpp, src/libavoid/connector.h: Connectors
1247           with invalid paths can now notify other code via a callback,
1248           rather than just setting a boolean flag.
1250         * src/conn-avoid-ref.cpp: Fix an obscure crash bug in the connector
1251           routing code where we were still using a freed data structure.
1253 2005-08-31  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1255         * src/conn-avoid-ref.cpp, src/conn-avoid-ref.h: Use the correct
1256           coordinate system when passing shape geometry to libavoid.
1257           Add a small amount of buffer space around objects.
1258         
1259         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
1260           src/path.cpp: Add code to handle the "inkscape:connector-type"
1261           attribute.
1263         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h: Store information
1264           about type paths, to determine whether they are connectors.  Keep
1265           a reference to the libavoid representation if necessary.  Add code
1266           to call libavoid to get a path for a connector.
1267         
1268         * src/sp-conn-end.cpp: Call the connector routing code when connector
1269           ends are moved.  Move connector endpoints rather than stretching
1270           when adjusting to draw to shape edge.
1271           
1272         * src/libavoid/connector.cpp, src/libavoid/connector.h: Make the
1273           connector references aware of their own initialisation state.
1275         * src/connector-context.cpp:  Update TODO list.  Update for other
1276           changes.  Fix a bug where multi-segment connectors had a solid
1277           black fill while being dragged.
1279         * src/display/curve.cpp, src/display/curve.h: Add a function to 
1280           simply move the two endpoints of a curve.
1282 2005-08-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1284         * src/conn-avoid-ref.cpp, src/libavoid/connector.cpp,
1285           src/libavoid/graph.cpp, src/libavoid/makepath.cpp,
1286           src/libavoid/shape.cpp, src/libavoid/vertices.cpp,
1287           src/libavoid/vertices.h, src/libavoid/visibility.cpp:
1289         Use a better system for unique IDs within libavoid.  This properly
1290         addresses a hack in SPAvoidRef that was unsafe on amd64 machines.
1292         * configure.ac: Add the src/libavoid subdir.
1293         
1294 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1296         * src/attributes.cpp, src/connector-context.cpp, src/sp-item.cpp:
1297           Use "inkscape:connector-avoid" instead of "inkscape:avoid".
1299 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1301         * src/libavoid/timer.cpp: Remove some code assuming a fixed size for
1302           timer types.
1304 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1306         * src/connector-context.cpp: Fix a problem where the context didn't
1307           notice the current selection when it was entered.  Also, fix a 
1308           problem where connectors disappeared for a moment when an endpoint
1309           was clicked (for rerouting), but before the mouse was moved.
1311 2005-08-29      David Yip               <yipdw@rose-hulman.edu>
1313         * src/ui/dialog/whiteboard-connect.{cpp,h},
1314           src/ui/dialog/whiteboard-sharewithchat.{cpp,h}:
1315           Improved widget layout (switched to Gtk::Table)
1317         * src/jabber_whiteboard/session-manager.cpp:
1318           Fixed crash that occurred when connecting via SSL to a Jabber
1319           server that does not support SSL
1320           
1321 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1323         * src/Makefile_insert, src/attributes-test.cpp, src/attributes.cpp,
1324           src/attributes.h, src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
1325           src/forward.h, src/sp-item.cpp, src/sp-item.h:
1326          
1327           Add code that handles the "inkscape:avoid" attribute, used to mark
1328           whether an item should be avoided for the purposes of routing
1329           connectors.  This code also calls libavoid when an 'avoided'
1330           item is moved/transformed.
1331         
1332         * src/connector-context.cpp, src/connector-context.h,
1333           src/widgets/toolbox.cpp:
1334           
1335           Add a couple of buttons to the connector context's toolbar to
1336           allow selected objects to be marked as avoided or ignored for the
1337           purpose of connector routing.
1338           
1339         * src/libavoid/debug.h, src/libavoid/geomtypes.h, 
1340           src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
1341           src/libavoid/shape.cpp:
1342         
1343           Misc fixes: turn off debugging output, put types in the Avoid
1344           namespace, and add an assertion for a special case that can
1345           cause problems.
1347 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1349         * share/icons/icons.svg: Add a couple of icons for the connector
1350           context toolbar.
1352 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1354         * src/Makefile.am, src/Makefile_insert, src/libavoid/*:
1355           Add libavoid code, the library that does all the path planning
1356           work for autorouting connectors.
1358 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1360         * src/Makefile_insert: Remove a reference to the previously moved
1361           src/desktop-widget.h.  This wasn't breaking the build, but was
1362           stopping me from generating tags files.
1363           
1364 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
1366         * src/ui/view/edit.h, src/ui/view/view.h, src/ui/view/view.cpp,
1367           src/ui/view/view-widget.h, src/ui/view/view-widget.cpp,
1368           src/widgets/desktop-widget.h, src/svg-view.h, src/desktop.cpp:
1369             separated SPViewWidget from SPView
1370         * src/connector-context.cpp, src/dyna-draw-context.cpp,
1371           src/file.cpp, src/gradient-context.cpp, src/knot.cpp,
1372           src/node-context.cpp, src/nodepath.cpp, src/path-chemistry.cpp,
1373           src/pen-context.cpp, src/pencil-context.cpp, src/rect-context.cpp,
1374           src/selection-chemistry.cpp, src/spiral-context.cpp,
1375           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
1376           src/text-context.cpp, src/verbs.cpp, src/dialogs/display-settings.cpp,
1377           src/dialogs/layer-properties.cpp, src/dialogs/find.cpp,
1378           src/dialogs/clonetiler.cpp, src/trace/trace.cpp,
1379           src/trace/potrace/inkscape-potrace.cpp:
1380             all these files relied on a dependency in view.h to include
1381           code for MessageStack and/or MessageContext which is now removed
1382         * dialogs/desktop-properties.cpp:   improved doxygen documentation
1383         
1384 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
1386         * src/desktop.cpp, src/widgets/desktop-widget.h, 
1387           src/widgets/desktop-widget.cpp: 
1388           abstracted out all Gtk+ calls from SPDesktop into SPDesktopWidget
1389         * src/Doxyfile, src/main.cpp, src/desktop.cpp:
1390           improved doxygen documentation
1391           
1392 2005-08-25  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1394         * src/connector-context.cpp, src/connector-context.h:
1395           Change the connector context to use Inkscape's standard selection
1396           mechanism.  Show connector endpoint handles for single connectors
1397           in the selection.  This is the proposed interaction changes as
1398           discussed on the mailing list.  See the post there for a greater
1399           description of the change.
1401 2005-08-24  Ralf Stephan <ralf@ark.in-berlin.de>
1403         * src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
1404           separated SPDesktopWidget from SPDesktop
1405         * src/desktop-widget.h:   removed
1406         * src/toolbox.cpp, src/toolbox.h, src/select-toolbar.cpp,
1407           src/select-toolbar.h, src/gradient-toolbar.cpp, 
1408           src/gradient-toolbar.h:   moved into src/widgets
1409         * src/desktop.h, src/desktop.cpp, src/desktop-events.cpp,
1410           src/verbs.cpp, src/Makefile_insert, src/widgets/Makefile_insert,
1411           src/arc-context.cpp, src/dyna-draw-context.cpp,
1412           src/gradient-context.cpp, src/rect-context.cpp,
1413           src/select-context.cpp, src/spiral-context.cpp,
1414           src/star-context.cpp, src/interface.cpp, src/seltrans.cpp:
1415           adapted following SPDesktopWidget separation
1416         
1417 2005-08-24      David Yip       <yipdw@rose-hulman.edu>
1419         * src/jabber_whiteboard/session-manager.{cpp.h},
1420           src/jabber_whiteboard/callbacks.cpp,
1421           src/ui/dialog/whiteboard-connect.{cpp,h}:
1422           added support for XMPP over SSL to Inkboard
1424 2005-08-22  Ralf Stephan <ralf@ark.in-berlin.de>
1426         * src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp:
1427           both dialogs are now unresizable (bug #1237865)
1428         * src/main.cpp: enhanced doxygen main page
1430 2005-08-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1432         * packaging/osx-app.sh: Added a command line option which allows
1433           the executable and bundled dylibs to be stripped, significantly
1434           reducing the package size.
1436 2005-08-20  Ralf Stephan <ralf@ark.in-berlin.de>
1438         * src/desktop-style.cpp: fixed bug 1247989: nonstroked objects are
1439           no longer counted in stroke_average_width()
1440         * src/Doxyfile: added 3 more files
1441         * src/main.cpp: introduced doc hierarchy on doxygen main page
1442         * src/desktop-style.cpp:  improved doxygen documentation
1443           
1444 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1446         * src/connector-context.cpp, src/connector-context.h:
1447           Rework connector context to extend SPEventContext instead of
1448           SPDrawContext, and remove most of the borrowed draw context
1449           code.
1451 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1453         * src/menus-skeleton.h: correct the verb for "Select All In All Layers"
1454           since it was just showing a verb error in the menu.
1456 2005-08-19  Kees Cook  <kees@outflux.net>
1458         * autogen.sh, tools-version.sh, distro: report Ubuntu correctly, detect
1459           and reject unsafe automake versions (1.9.0 -> 1.9.6).
1461 2005-08-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1463         * src/dialogs/display-settings.cpp:
1464           Align the "Oversample bitmaps" option in the preferences
1465           dialog with all the other options.
1467 2005-08-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1469         * src/Makefile_insert: Added connector-context.{cpp,h}
1471         * src/connector-context.cpp, src/connector-context.h: New code for
1472           the connector context.  Handles the interaction of creating and
1473           modifying connectors.
1475         * src/sp-conn-end.cpp, src/sp-conn-end.h: Added sp_conn_adjust_path
1476           for adjusting the path of connectors to the edge of shapes, and
1477           sp_conn_end_detach to detach a connector endpoint from a shape.
1478           Also, when there is only a single shape attached to a connector
1479           and it is moved, then reroute the connector leaving its unattached
1480           endpoint where it is, rather than just moving the whole thing with
1481           the shape.
1483         * src/preferences-skeleton.h, src/toolbox.cpp, src/tools-switch.cpp,
1484           src/tools-switch.h, src/verbs.cpp, src/verbs.h,
1485           src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
1487           Enable the connector context.  Give it a preferences tab, toolbox,
1488           icon, etc.  Also, correct some vim modelines.
1489           
1490         * src/display/sp-canvas.cpp: Allow enter and leave events to be generated
1491           for canvas items when mouse buttons are depressed.
1493         * src/pixmaps/cursor-connector.xpm: A cursor for connector context.
1495 2005-08-18  Jon A. Cruz  <jon@joncruz.org>
1497         * src/knot.cpp: Corrected type conflict for crash bugs.
1499 2005-08-18  Ralf Stephan <ralf@ark.in-berlin.de>
1501         * src/Doxyfile: added 4 more files
1502         * src/extension/implementation/plugin-link.h,
1503           src/extension/internal/gimpgrad.cpp:  improved doxygen documentation
1504           
1505 2005-08-16  Ralf Stephan <ralf@ark.in-berlin.de>
1507         * src/desktop.h, src/desktop.cpp: replaced gboolean with bool
1508         * src/display/curve.cpp: made is_moveto() inline
1509         * src/knot.cpp, src/extension/extension.cpp, src/helper/action.cpp:
1510           added editor footer
1511         * src/desktop.h, src/desktop.cpp, src/knot.cpp, src/sp-gradient.cpp,
1512           src/display/curve.cpp, src/extension/extension.cpp,
1513           src/extension/implementation/plugin.h, 
1514           src/extension/implementation/plugin.cpp,
1515           src/extension/internal/gimpgrad.cpp, src/helper/action.cpp:
1516           improved doxygen documentation
1518 2005-08-14  MenTaLguY  <mental@rydia.net>
1520         * src/widgets/layer-selector.cpp: quick fix for crash bug when
1521           deleting unnamed layer [bug 1255843]
1523 2005-08-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1524         
1525         * packaging/macosx/ScriptExec/main.c: Allow the user to ignore the
1526           automatic fixing of the fontconfig problem and fix the problem
1527           manually.  Don't pop up the dialog again in this case when they
1528           relaunch Inkscape.
1530 2005-08-13  Ralf Stephan <ralf@ark.in-berlin.de>
1532         * src/menus-skeleton.h: fixed cvs bug where, in the default menus.xml, 
1533           given submenus didn't have correct names, so translation on 
1534           non-English systems was missed.
1535         
1536 2005-08-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1538         * packaging/macosx/Resources/script, packaging/macosx/ScriptExec/main.c:
1540         Fix for the fontconfig cache problem on OS X 10.4.  The first time 
1541         Inkscape is launched on 10.4 machines, after checking X11 is available,
1542         a dialog is brought up informing users of the fontconfig problem.  The
1543         dialog has a button to run fc-cache as root.  If chosen, an OS X
1544         authentication dialog in launched and fc-cache is run following the
1545         authentication.  A file is stored in ~/.inkscape to mark that fc-cache
1546         has been run.
1547         
1548 2005-08-11  Ralf Stephan <ralf@ark.in-berlin.de>
1550         * src/sp-gradient.cpp,src/sp-gradient-fns.h,src/event-context.h,
1551           src/event-context.cpp:  replaced gboolean with bool
1552         * src/document-undo.cpp:  added editor footer
1553         * src/sp-gradient.cpp, src/desktop.cpp, src/document.h,
1554           src/document.cpp, src/document-undo.cpp, src/event-context.h,
1555           src/event-context.cpp, src/selection.h:
1556           improved doxygen documentation
1558 2005-08-10      David Yip       <yipdw@rose-hulman.edu>
1560         * src/Makefile_insert: added composite-undo-stack-observer.{cpp,h}
1562         * src/document.{cpp.h},
1563           src/document-undo.cpp, src/document-private.h: 
1564           added hooks for undo stack observer
1566         * src/jabber_whiteboard/Makefile_insert: added new classes
1568         * src/jabber_whiteboard/callbacks.cpp: moved document initialization actions
1569           here (not the best idea, admittedly...)
1571         * src/jabber_whiteboard/connection-establishment.cpp,
1572           src/jabber_whiteboard/session-manager.*,
1573           src/jabber_whiteboard/chat-handler.cpp: updated to work with new listeners
1575         * src/jabber_whiteboard/message-contexts.cpp,
1576           src/jabber_whiteboard/message-handler.*,
1577           src/jabber_whiteboard/message-tags.*,
1578           src/jabber_whiteboard/defines.h: new message types (TODO: trim out dead
1579           types)
1581         * src/jabber_whiteboard/message-queue.*,
1582         * src/jabber_whiteboard/message-node.h: made MessageNode capable of
1583           representing more message types, as required by callbacks.cpp
1584           and new commit model
1586         * src/jabber_whiteboard/message-utilities.*: new utilities, although
1587           this entire class should be going bye-bye soon (its main tasks have been
1588           taken over by SerializerNodeObserver)
1590         * src/jabber_whiteboard/node-tracker.*: removal of node-level locks
1592         * src/jabber_whiteboard/node-utilities.*: removal of unnecessary methods;
1593           this class should also be removed soon
1595         * src/jabber_whiteboard/session-file-selector.cpp: miscellaneous tweaks
1597         * src/jabber_whiteboard/typedefs.h: new type definitions to handle the new
1598           commit model (TODO: prune unnecessary types)
1600         * src/xml/event.cpp: small hack to get Inkboard working (shouldn't be
1601           there, but I'm still learning my way around XML::Node and
1602           XML::Session...help welcome)
1604         * src/undo-stack-observer.h: interface for classes that watch undo, redo,
1605           and undo log commit events
1607         * src/composite-undo-stack-observer.*: similar to CompositeNodeObserver;
1608           combines multiple undo stack observers
1610         * src/jabber_whiteboard/serializer-node-observer.*: XML::Event serializer
1612         * src/jabber_whiteboard/deserializer.*: XML::Event deserializer
1614         * src/jabber_whiteboard/tracker-action-observer.*: simple observer to
1615           watch for added and removed nodes in undo/redo actions (put aside for
1616           now)
1618         * src/jabber_whiteboard/undo-stack-observer.*: Inkboard's undo stack
1619           observer implementation
1621 2005-08-10  Ralf Stephan <ralf@ark.in-berlin.de>
1623         * src/main.cpp: introduced doxygen doc main page with links
1625 2005-08-09  Ralf Stephan <ralf@ark.in-berlin.de>
1627         * src/Doxyfile: added 5 more files
1628         * src/display/curve.h, src/display/curve.cpp, src/knot.cpp,
1629           src/dialogs/export.cpp: replaced gboolean with bool
1630         * src/display/curve.cpp: removed sp_curve_finish() as it is nowhere 
1631           called, made sp_curve_ensure_space() static
1632         * src/sp-object.cpp, src/sp-item.cpp, src/libnr/n-art-bpath.h,
1633           src/libnr/nr-path-code.h, src/ui/view/view.cpp, src/dialogs/export.cpp,
1634           src/display/bezier-utils.cpp, src/display/curve.h,
1635           src/display/curve.cpp, src/knot.h, src/knot.cpp:
1636           improved doxygen documentation
1638 2005-08-08  MenTaLguY  <mental@rydia.net>
1640         * README.txt, README: make autotools happy
1642 2005-08-06  MenTaLguY  <mental@rydia.net>
1644         * Makefile.am, HACKING, HACKING_de, HACKING_fr, HACKING_it,
1645           HACKING.txt, HACKING.de.txt, HACKING.fr.txt, HACKING.it.txt,
1646           README, README_ca, README_de, README_fr, README_it,
1647           README.txt, README.ca.txt, README.de.txt, README.fr.txt, README.it.txt:
1649           saner filenames
1651 2005-08-06  MenTaLguY  <mental@rydia.net>
1653         * src/xml/Makefile_insert, src/xml/log-builder.cpp,
1654           src/xml/log-builder.h, src/xml/simple-session.cpp,
1655           src/xml/simple-session.h:
1657           Implement XML::LogBuilder class and use it from XML::SimpleSession.
1659 2005-08-06  MenTaLguY  <mental@rydia.net>
1661         * src/xml/event.h, src/xml/event.cpp, src/xml/event-fns.h:
1662           rejigger the way XML event logs are handled, based on NodeObservers
1664 2005-08-06  MenTaLguY  <mental@rydia.net>
1666         * src/xml/simple-session.cpp: minor formatting cleanups
1668 2005-08-06  Ted Gould <ted@gould.cx>
1670         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
1672         Adding in a hash table for Verb ID lookups.  This makes searching for them
1673         in the dynamic menus much faster.
1675 2005-08-06  Ralf Stephan <ralf@ark.in-berlin.de>
1677         * src/sp-offset.cpp: 
1678           removed a dependency, made refresh_offset_source() static
1679         * src/svg-view.cpp, src/svg-view.h, src/sp-spiral.cpp, src/sp-spiral.h: 
1680           replaced gboolean with bool
1681         * src/sp-offset.cpp, src/sp-root.cpp, src/sp-stop.h, src/sp-spiral.h,
1682           src/sp-spiral.cpp, src/svg-view.h, src/svg-view.cpp, src/style.cpp:
1683           improved doxygen documentation
1684         
1685 2005-08-05  MenTaLguY  <mental@rydia.net>
1687         * inkscape.spec.in: include translated manpages
1689 2005-08-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1691         * po/nl.po: fix a typo: close a bold tag.
1693 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
1695         * src/jabber_whiteboard/typedefs.h:
1696           fixed incorrect template specialization syntax,
1697           removed duplicate definitions (oops...)
1699         * src/gc-alloc.h:
1700           removed explicit keyword from allocator constructors, as it is
1701           necessary to allow implicit conversion for rebinding.  Some
1702           containers in the libstdc++ in GCC 3.4.x require this, such as anything
1703           using the standard library's red-black tree implementation --
1704           std::set, std::map, std::multimap
1706 2005-08-03  Ralf Stephan <ralf@ark.in-berlin.de>
1708         * src/pen-context.cpp: made sp_pen_context_root_handler static
1709         * src/snap.h: removed getSnapToBBox() declaration
1710         * src/sp-stop.h: removed three dependencies
1711         * src/Doxyfile: added further 3 files
1712         * src/object-hierarchy.cpp, src/pen-context.h, src/pen-context.cpp,
1713           src/pencil-context.h, src/pencil-context.cpp, src/snap.h, 
1714           src/snap.cpp, src/sp-stop.h, src/sp-gradient.h, src/sp-gradient.cpp,
1715           src/sp-linear-gradient.h, src/sp-radial-gradient.h:
1716           improved doxygen documentation
1718 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
1720         * src/jabber_whiteboard/Makefile_insert,
1721           src/jabber_whiteboard/message-handler.cpp,
1722           src/jabber_whiteboard/empty.cpp:
1723           fixing some build issues (Apple's ar doesn't like creating
1724           archives with an empty member list, so empty.cpp is a null
1725           placeholder to be used as the sole member in the jabber_whiteboard
1726           archive in the event that a user does not wish to enable
1727           Inkboard)
1729 2005-08-02  Bryce Harrington <bryce@bryceharrington.org>
1731         * src/ui/dialog/*.*:  Update copyrights
1733         * doc/WISHLIST:  s/Sodipodi/Inkscape/
1735         * src/desktop.cpp:  Rename SPView to Inkscape::UI::View::View
1737         * changing include file syntax from "" to <> where appropriate
1739         * Changing copyrights to be consistent
1741 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
1743         * src/menus-skeleton.h:
1744           added WITH_INKBOARD ifdef to prevent Inkboard options from being
1745           compiled into the menu skeleton if the Inkboard code is not enabled
1747 2005-08-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1749         *  src/display/curve.cpp: Correctly free an array with "delete []".
1751 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
1753         * src/jabber/whiteboard/node-tracker.cpp:
1754           removed unnecessary anchoring of XML::Nodes in XMLNodeTracker
1756 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
1758         * src/jabber_whiteboard/typedefs.h:
1759           moved back to GC::Alloc from traceable_allocator
1761         * src/jabber_whiteboard/node-tracker.cpp:
1762           fixed anchor-release problem with XML::Nodes in XMLNodeTracker
1764 2005-08-01  MenTaLguY  <mental@rydia.net>
1766         * src/gc.cpp, src/gc-core.h: Hans says it's okay to use
1767           GC_malloc_atomic_uncollectable
1769 2005-08-01  MenTaLguY  <mental@rydia.net>
1771         * src/gc-alloc.h: fix improper allocation size
1773 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
1775         * src/jabber_whiteboard/message-handler.cpp: removed some
1776           debug output
1778         * src/dialogs/whiteboard-sharewithchat.cpp: removed some excess
1779           debugging code
1781         * src/jabber_whiteboard/session-manager.cpp: removed 
1782           redundant if (x == NULL) tests surrounding delete
1784 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
1786         * src/ui/icons.cpp, src/ui/stock-items.cpp, src/ui/stock.cpp, 
1787           src/ui/stock.h:
1788           added Inkboard UI stock items
1790         * src/dialogs/whiteboard*:
1791           old C/Gtk Inkboard dialogs for collecting user input necessary
1792           to establish Jabber connections and Inkboard sessions (they're
1793           still used in some parts of the Inkboard code)
1795         * src/Makefile.am, src/Makefile_insert, src/desktop.cpp, 
1796           src/desktop.h, src/document.cpp, src/file.cpp, src/file.h,
1797           src/menus-skeleton.h, src/verbs.cpp, src/verbs.h:
1798           added necessary UI code to access Inkboard functions
1800         * src/jabber_whiteboard/Makefile_insert,
1801           src/jabber_whiteboard/buddy-list-manager.*,
1802           src/jabber_whiteboard/callbacks.*,
1803           src/jabber_whiteboard/chat-handler.*,
1804           src/jabber_whiteboard/connection-establishment.*,
1805           src/jabber_whiteboard/defines.h,
1806           src/jabber_whiteboard/error*,
1807           src/jabber_whiteboard/internal-constants.*,
1808           src/jabber_whiteboard/invitation-confirm-dialog.*,
1809           src/jabber_whiteboard/jabber-handlers.*,
1810           src/jabber_whiteboard/makefile*,
1811           src/jabber_whiteboard/message-*,
1812           src/jabber_whiteboard/node-*,
1813           src/jabber_whiteboard/received-message-helpers.cpp,
1814           src/jabber_whiteboard/player-functors.*,
1815           src/jabber_whiteboard/session-*,
1816           src/jabber_whiteboard/tracker-node.h,
1817           src/jabber_whiteboard/typedefs.h:
1818           Initial commit of Inkboard code
1819         * src/ui/dialog/session-player*,
1820           src/ui/dialog/whiteboard*:
1821           C++/Gtkmm replacements for some old C/Gtk dialogs
1822         * configure.ac:
1823           added Inkboard configure checks
1824         * src/ui/view/edit.cpp,
1825           src/ui/view/edit.h,
1826           src/ui/view/view.cpp:
1827           added Inkboard code stubs to new Gtkmm code
1828         * share/ui/menus-bars.xml:
1829           added Inkboard code stubs to menu UI XML
1831 2005-08-01  Ralf Stephan <ralf@ark.in-berlin.de>
1833         * src/sp-object.cpp: improved doxygen documentation
1835 2005-07-31  Ralf Stephan <ralf@ark.in-berlin.de>
1837         * src/nodepath.cpp: removed three dependencies
1839 2005-07-31  MenTaLguY  <mental@rydia.net>
1841         * src/sp-object.cpp, src/sp-object.h, src/sp-use.cpp:
1842           adopt more consistent refcounting policy
1844         * src/sp-object.h: make second parameter to sp_object_ref and
1845           sp_object_unref optional
1847 2005-07-30  Ralf Stephan <ralf@ark.in-berlin.de>
1849         * src/draw-anchor.cpp, src/nodepath.h: reduced dependencies
1850         * src/nodepath.cpp: removed duplicate dependency, added two from 
1851           nodepath.h, made triangle_area() inline
1852         * src/node-context.cpp: added dependency removed from nodepath.h
1853         * src/Doxyfile: added 2 further files to the scanned list
1854         * src/nodepath.h: moved function docs into nodepath.cpp
1855         * src/color.cpp: made file work with src/Doxyfile
1856         * src/color.cpp, src/draw-anchor.cpp, src/geom.cpp, src/nodepath.cpp:
1857           improved doxygen documentation
1858         * src/event-context.cpp: added a \todo
1859         * src/geom.cpp: added editor footer
1861 2005-07-30  Ted Gould  <ted@gould.cx>
1863         * src/Makefile_insert, src/inkscape.cpp, src/inkscape.h,
1864         src/interface.cpp, src/selection.cpp, src/verbs.cpp, src/verbs.h,
1865         src/extension/effect.cpp, src/extension/effect.h, src/menus-skeleton.h:
1867         Doing two things.  One, making menus configurable by an external xml file
1868         and the second is enabling sensitivity in the verbs.  These are both in
1869         pretty basic states right now, but workable.
1871 2005-07-29  MenTaLguY  <mental@rydia.net>
1873         * src/shortcuts.cpp: made Ctrl+Shift+G the "primary" ungroup shortcut
1875 2005-07-28  Carl Hetherington  <inkscape@carlh.net>
1877         * src/arc-context.cpp: CodingStyle.  Replace gboolean with bool.
1879         * src/desktop-events.cpp: CodingStyle: whitespace.  Add editor
1880         variables block.  gboolean exorcism.  Declaration-to-first-use fixes.
1881         
1883 2005-07-27  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1885         * src/style.h (SP_SCALE24_MAX): Change from 0xffffff to 0xff0000,
1886           and add documentation for choice of value.
1887           (SP_SCALE24_TO_FLOAT) Return a double instead of a float.
1888           (SP_SCALE24_FROM_FLOAT) Change rounding behaviour.
1889           These changes are intended to combat float rounding bugs on x86.
1891         * src/style.cpp (sp_style_merge_from_style_string): Use libcroco
1892           to parse style="..." attribute strings, to improve CSS parsing.
1894 2005-07-27  Ralf Stephan <ralf@ark.in-berlin.de>
1896         * src/Doxyfile: added 10 further files to the scanned list
1897         * src/gc-anchored.h, src/gc-managed.h, src/object-hierarchy.h, 
1898           src/pencil-context.h, src/selection.h, src/sp-object.h, src/sp-spiral.h, 
1899           src/svg-view.h, src/verbs.h, src/livarot/float-line.h, src/util/list.h, 
1900           src/widgets/paint-selector.h, src/xml/repr.h: 
1901           made file work with src/Doxyfile
1902         * src/livarot/int-line.h, src/livarot/float-line.h: 
1903           moved part of documentation into *.cpp file
1904         * src/gc-anchored.h, src/knot-holder-entity.h, src/nodepath.h, 
1905           src/pen-context.h, src/pencil-context.h, src/selection.h, 
1906           src/sp-gradient.h, src/sp-gradient.cpp, src/sp-item.h, src/sp-object.h, 
1907           src/sp-spiral.h, src/style.h, src/svg-view.h, src/extension/extension.h, 
1908           src/libnr/nr-matrix.h, src/livarot/int-line.h, src/livarot/int-line.cpp, 
1909           src/livarot/float-line.h, src/livarot/float-line.cpp, 
1910           src/livarot/sweep-event.h, src/livarot/sweep-event-queue.h, 
1911           src/util/list.h, src/widgets/paint-selector.h, src/xml/repr.h, 
1912           src/xml/repr.cpp: documentation improvements
1913         * src/sp-item.h: added editor footer
1915 2005-07-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1917         * src/svg/stringstream.h, src/svg/stringstream.cpp:
1918           Trim trailing zeros from after the decimal point when writing
1919           float or double to Inkscape::SVGOStringStream.
1920         * src/style-test.cpp: Update expected output accordingly.
1921         * src/svg/stringstream-test.h: New unit test.
1922         * src/Makefile.am, src/svg/Makefile_insert: Add the new unit test.
1923         * src/svg/Makefile_insert:
1924           Don't link unused ftos.cpp, but do link new file stringstream.cpp.
1926 2005-07-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1928         * share/icons/icons.svg: Add icon for connector context.
1930 2005-07-25  Ralf Stephan <ralf@ark.in-berlin.de>
1932         * src/libnr/nr-pixblock.h:  interface cleanup of NRPixBlock: size and mode
1933           are now named enums, empty is now bool, changes to function interfaces 
1934           because of that, changed C macros to C++ inline functions, changed clean 
1935           flag in some function interfaces from int to bool.
1936         * src/libnr/nr-pixblock.cpp:  adaptations due to changes in nr-pixblock.h,
1937           added assert to ...setup_extern() which remains a bit ... risky,
1938         * src/display/sp-canvas.cpp: 
1939           made sp_canvas_item_construct() static, inlined two other functions
1940         * src/svg-view.cpp: piped emit_resized through C++ façade (incomplete)
1941         * src/ui/view/view.h: removed legacyMessageContext() member
1942         * src/Doxyfile: added files, and options to collect todo and bugs
1943         * src/display/curve.cpp: moved member docs into curve.h
1944         * src/event-context.cpp: long line cosmetics, moved a function for clarity
1945         * src/sp-offset.h, src/sp-spiral.cpp, src/svg-view.cpp, 
1946           src/libnr/nr-types.h: added editor footer
1947         * src/color-rgba.h, src/draw-anchor.h, src/event-context.*, src/knot-*.h, 
1948           src/message-*.h, src/modifier-fns.h, src/nodepath.h, 
1949           src/pencil-context.cpp, src/pen-context.*, src/snap.*, src/sp-gradient.h, 
1950           src/sp-gradient-fns.h, src/sp-item.cpp, src/sp-item-notify-moveto.h, 
1951           src/sp-linear-gradient*, src/sp-offset.*, src/sp-radial-gradient*, 
1952           src/sp-spiral.cpp, src/style.cpp, src/svg-view.cpp, src/verbs.cpp, 
1953           src/dialogs/export.cpp, src/display/bezier-utils.cpp, 
1954           src/display/curve.*, src/diplay/sp-canvas.*, 
1955           src/extension/implementation/plugin*, src/extension/internal/gimpgrad.h, 
1956           src/libnr/nr-matrix.h, src/libnr/nr-matrix-scale-ops.h, 
1957           src/libnr/nr-matrix-translate-ops.h, src/libnr/nr-pixblock.*, 
1958           src/libnr/nr-point.h, src/libnr/nr-rotate.h, src/libnr/nr-rotate-fns.h, 
1959           src/libnr/nr-scale-matrix-ops.h, src/libnr/nr-types.h, 
1960           src/livarot/int-line.h, src/ui/view/view.*:
1961           
1962           made file work with src/Doxygen, doxygen documentation improvements
1964 2005-07-24  Ted Gould  <ted@gould.cx>
1966         * 0.42 Release
1968 2005-07-21  Ted Gould  <ted@gould.cx>
1970         * 0.42pre3
1972 2005-05-21  Kees Cook  <kees@outflux.net>
1974         * share/icons/*xpm, src/ui/dialog/transformation.cpp,
1975           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h:
1976           Hooked up Gtkmmified Icon manager correctly.  (bug 1217367)
1977         * Makefile.mingw, Makefile.mingw.common: patch 1241293 for build fixes
1979 2005-07-12  Ted Gould  <ted@gould.cx>
1981         * 0.42pre2
1983 2005-07-11  MenTaLguY  <mental@rydia.net>
1985         * src/debug/logger.cpp: wrap stack vector in method to avoid
1986           potential static initialization issues
1988         * src/sp-object.cpp: add refcount logging
1990 2005-07-09  MenTaLguY  <mental@rydia.net>
1992         * src/document-undo.cpp, src/inkscape.cpp, src/debug/event.h,
1993           src/debug/logger.cpp, src/debug/logger.h, src/debug/simple-event.h,
1994           src/xml/composite-node-observer.cpp, src/xml/event.cpp,
1995           src/xml/simple-node.cpp:
1997           Categorize debugging events and add the ability to filter them
1998           via setting the INKSCAPE_DEBUG_FILTER environment variable to
1999           a comma-separated list of debug event categories.
2001 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
2003         * src/interface.cpp: Spackle for Bug 1217361 "freeze on quitting 
2004         with transform dialog"
2006 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
2008         * src/interface.cpp: Whitespace changes only
2010 2005-07-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2012         * Info.plist.in, packaging/osx-app.sh, packaging/macosx/*:
2014         Changes and new files required to build an Inkscape dmg on Mac OS X.
2016 2005-07-05  Ted Gould  <ted@gould.cx>
2018         * 0.42pre1
2020 2005-07-04  MenTaLguY  <mental@rydia.net>
2022         * src/sp-metadata.cpp: strip id= attributes under rdf:RDF elements
2024 2005-07-04  MenTaLguY  <mental@rydia.net>
2026         * src/sp-object.cpp, src/xml/node-fns.h, src/xml/node-fns.cpp:
2027           don't force id= attributes on anything except elements in the SVG,
2028           Sodipodi, or Inkscape namespaces.
2030 2005-07-04  MenTaLguY  <mental@rydia.net>
2032         * src/verbs.cpp: redo cryve's fix to use defaultLabel() rather than
2033           label()
2035 2005-07-04  Bryce Harrington <bryce@bryceharrington.org>
2037         * src/livarot/float-line.cpp:  Patch from Ralf Stephan
2038         <ralf@ark.in-berlin.de> to suppress two warnings.
2039         
2040 2005-06-28  Ted Gould  <ted@gould.cx>
2042         * src/verbs.h:
2044         Changing from gnu::hash_map to std::map.  The only reason this was a
2045         hash_map before is because I was stealing code that I didn't understand,
2046         and a std::map works as well.  This fixes bug #1172199 for Tru64.
2048 2005-06-28  Ted Gould  <ted@gould.cx>
2050         * src/extension/dependency.cpp:
2052         Fix for #1169396 -- setting the default type for a dependency to file,
2053         this seems to be the only way that the print function could end up using
2054         undefined memory, and then passing it on the gettext.
2056 2005-06-28  Ted Gould  <ted@gould.cx>
2058         * src/extension/implementation/script.cpp,
2059         src/extension/implementation/script.h:
2061         Adding support for information coming back on STDERR from scripts.  This
2062         fixes bug #1220959 and RFE #1178941
2064 2005-07-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2066         * src/sp-stop.h, sp-gradient.cpp, widgets/gradient-vector.cpp:
2067           Implement currentColor as possible value for stop-color, as per spec.
2069 2005-07-02  Kees Cook  <kees@outflux.net>
2071         * src/dialog/rdf.cpp: Added FreeArt license, RFE #1230981.
2073 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
2075         * inkscape.nsi:  Fix for bug #1230744 'wrong installer language'
2076         by theadib.
2078         * src/swatches.cpp: Fix for bug #1217973.  The KDE swatches file
2079         consists of 3 column numbers (missing 4th column), and also lacks
2080         an ending newline.  In this situation, the name variable returned
2081         from trim() could be null, thus causing a segfault when used as an
2082         input to Glib::ustring.
2084         * src/sp-image.cpp: Patch for bug #1210100 by bpfowler to help
2085         narrow in on the cause of the bug.
2087         * README:  Requested change for bug #1174991.  Directions for
2088         installation of perl libs
2089         
2090 2005-07-01  Ben Fowler  <bpfowler@users.sourceforge.net>
2092         * src/desktop.cpp src/svg-view.cpp src/dialogs/display-settings.cpp 
2093         src/dialogs/export.cpp src/dialogs/find.cpp 
2094         src/extension/internal/ps.cpp: Replaced calls to gtk_widget_set_usize 
2095         with GTK2 version.
2097 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
2099         * inkscape.pod, src/main.cpp: Applying Makzu's patch to implement
2100           --vacuum-defs
2102 2005-06-28  Ted Gould  <ted@gould.cx>
2104         * 0.42pre0
2106 2005-06-23  MenTaLguY  <mental@rydia.net>
2108         * src/extension/implementation/script.cpp:
2109           support for ruby scripts (interpreter="ruby")
2111 2005-06-20  Ted Gould  <ted@gould.cx>
2113         * src/desktop.cpp, src/desktop.h, src/document-private.h,
2114         src/document.cpp, src/document.h, src/extension/effect.h,
2115         src/extension/implementation/script.cpp:
2117         Adding in a signal to show that the document is being reconstructed from
2118         another document.  This is used by the scripting extensions implementation
2119         to say to the desktops that they need to save their object references
2120         as strings instead of pointers -- and then recreate them when the
2121         reconstruction is complete.
2123         * src/extension/prefdialog.cpp: Making "OK" have focus.
2125         * src/verbs.cpp, src/verbs.h: Some prototype code to start making verbs
2126         sensitive or not.  Not tied in to anything currently.
2128 2005-06-20  MenTaLguY  <mental@rydia.net>
2130         * src/xml/repr-io.cpp: whoops... don't emit xmlns:xml
2132 2005-06-18  Richard Hughes  <cyreve@users.sourceforge.net>
2134         * src/text-context.cpp, src/text-context.h, src/libnrtype/Layout-TNG.h:
2135           implement double- and triple-clicking of text for selecting the
2136           current word and line respectively
2138 2005-06-16  MenTaLguY  <mental@rydia.net>
2140         * src/interface.cpp: removed "Go to root" context menu item
2142         * src/widgets/layer-selector.cpp: hide "(root)" unless it is the current
2143           layer
2145 2005-06-11  Aaron Spike  <aaron@ekips.org>
2147         * confiugre.ac,
2148           packaging/autopackage/default.apspec.in:
2150           Adding the autopackage specfile
2152 2005-06-10  Richard Hughes  <cyreve@users.sourceforge.net>
2154         * src/text-context.cpp:
2155           use ctrl-left/right for moving cursor by word in text mode,
2156           and ctrl-a for select all text
2158 2005-06-09  Bryce Harrington <bryce@bryceharrington.org>
2160         * src/ui/dialogs/align-and-distribute.cpp,
2161           src/ui/dialogs/align-and-distribute.h,
2162           src/verbs.cpp:
2163           Hooking up Aubanel's new align and distribute dialog
2165 2005-06-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2167         * src/text-context.cpp (sp_text_context_root_handler):
2168           Greater conformance to ISO 14755 for unicode entry.  We now
2169           implement all of the ``Basic method'' portion of that spec
2170           except for non-latin hexadecimal digits (first 6 letters of
2171           other alphabets).  (Instead, we do the same as for all other
2172           shortcuts, viz. force a group0 (latin) interpretation of the
2173           keypress.)
2175 2005-06-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2177         * src/pen-context.cpp (spdc_endpoint_snap): Pen tool: do snapping
2178           (i.e. namedview_free_snap_all_types) even for initial point.
2180         * src/Makefile.am (INCLUDES), src/extension/script/Makefile_insert
2181         (extension_script_libscript_a_CXXFLAGS):
2183           Put PERL_CFLAGS PYTHON_CFLAGS into global INCLUDES rather than
2184           using a libscript_a_CXXFLAGS var (which involved creating .o files
2185           specific to that lib).
2187 2005-06-06  Ted Gould  <ted@gould.cx>
2189         * src/extensions/effect.cpp:
2191         Adding in the code so that effects can be undoable.
2193         * src/extensions/implementation/script.[cpp,h]
2195         Adding in the code so that a new window is not displayed when an
2196         effect is executed.  Now it is in the same window (much nicer).
2198         * src/extensions/internal/latex*.[cpp,h]
2200         Patches from the mailing list to add LaTeX output.
2202 2005-06-04  MenTaLguY  <mental@rydia.net>
2204         * src/extensions/init.cpp:
2206           That tears it.  Showing the error dialog on startup goes.  I've
2207           had to respond to one too many bloody bug reports.  If we released
2208           0.42 with this too we'll drive away users permanently.  As it was,
2209           a lot of people were assuming 0.41 was broken when they saw this
2210           and reverted to 0.40.
2212 2005-05-31  MenTaLguY  <mental@rydia.net>
2214         * src/preferences-skeleton.h: disable extension error dialog on startup
2215           -- I'm sick of hearing that Inkscape is broken because people see
2216           this dialog on startup.  It makes us look bad.
2217           
2218           We're not going to repeat this for 0.42 -- find a better approach.
2220 2005-05-28  MenTaLguY  <mental@rydia.net>
2222         * src/document.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
2223           src/sp-flowtext.cpp, src/sp-object.cpp, src/sp-object.h,
2224           src/sp-path.cpp, src/sp-rect.cpp, src/sp-root.cpp, src/sp-root.h,
2225           src/sp-shape.cpp, src/version.cpp, src/version.h:
2227           propagate SVG version upwards, and move SPVersion into Inkscape
2228           namespace
2230 2005-05-24  Simarilius  <Simarilius@yahoo.com>
2232         * src/verbs.cpp, src/dialogs/tiledialog.cpp, src/dialogs/tiledialog.h,
2233         src/ui/dialogs/dialog-manager.cpp
2234         
2235         Converted the tiledialog over to the inkscape:ui:dialog class and hooked
2236         it into dialog manager
2238 2005-05-24  Ted Gould  <ted@gould.cx>
2240         * src/extension/dependency.cpp, src/extension/extension.cpp,
2241         src/extension/extension.h, src/extension/init.cpp,
2242         src/extension/implementation/script.cpp:
2244         Applying patch 1199856 which allows Inkscape to have multiple directories
2245         for extensions.  Currently those are /share/inkscape/extensions and
2246         ~/.inkscape/extensions.  The patch was written by Aaron Spike.
2248 2005-05-23  Ted Gould  <ted@gould.cx>
2250         * share/extensions/<alot>
2252         Adding in Aaron Spike's extensions so that they come with the standard
2253         build.  Lot's of useful stuff that is worth having for most users.
2255 2005-05-19  MenTaLguY  <mental@rydia.net>
2257         * src/verbs.cpp, src/ui/dialog/align-and-distribute.h,
2258           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
2259           src/ui/dialog/document-preferences.h, src/ui/dialog/export.h,
2260           src/ui/dialog/extension-editor.h, src/ui/dialog/fill-and-stroke.h,
2261           src/ui/dialog/find.h, src/ui/dialog/inkscape-preferences.h,
2262           src/ui/dialog/layer-editor.h, src/ui/dialog/messages.h,
2263           src/ui/dialog/text-properties.h, src/ui/dialog/transformation.h,
2264           src/ui/dialog/xml-editor.h, src/ui/view/edit.cpp:
2266           refactoring of the dialog manager code, introducing factory
2267           functions and a method specifically for showing a dialog
2269 2005-05-19  MenTaLguY  <mental@rydia.net>
2271         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
2273           fix layer property undo crash bugs (#1192708 and #1171704)
2275 2005-05-19  MenTaLguY  <mental@rydia.net>
2277         * src/debug/Makefile_insert, src/debug/sysv-heap.cpp,
2278           src/debug/sysv-heap.h, src/gc.cpp, src/debug/gc-heap.h,
2279           src/debug/heap.cpp:
2281           moved GC Heap statistics stuff into libdebug to ease circular
2282           dependencies
2284 2005-05-17  MenTaLguY  <mental@rydia.net>
2286         * src/ui/dialog/memory.cpp:
2288           reduce magnitude of memory jitter somewhat by avoiding some vector
2289           resizing and copying
2291 2005-05-16  MenTaLguY  <mental@rydia.net>
2293         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
2295           revised Debug::Heap API slightly
2297         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
2299           thousands separators and other niceties.  'apply' now forces a
2300           garbage collection and immediate update.
2302 2005-05-16  MenTaLguY  <mental@rydia.net>
2304         * src/ui/dialog/memory.cpp: re-use existing rows, though it doesn't
2305           seem to help memory jitter much
2307 2005-05-15  MenTaLguY  <mental@rydia.net>
2309         * src/debug/heap.cpp: fix bounds error
2311         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
2312         
2313         flesh out basic memory info dialog
2315 2005-05-15  MenTaLguY  <mental@rydia.net>
2317         * configure.ac: cleaned up tests
2319         * src/debug/heap.cpp: fixed feature macro names
2321 2005-05-15  MenTaLguY  <mental@rydia.net>
2323         * configure.ac: added tests for mallinfo and malloc.h
2325         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
2327           fix up Debug::Heap API slightly
2329 2005-05-14  MenTaLguY  <mental@rydia.net>
2331         * src/interface.cpp, src/verbs.cpp, src/verbs.h,
2332           src/ui/dialog/Makefile_insert, src/ui/dialog/dialog-manager.cpp,
2333           src/ui/dialog/dialog-manager.h, src/ui/dialog/memory.cpp,
2334           src/ui/dialog/memory.h:
2335           
2336           added skeletal memory statistics dialog
2338 2005-05-12  Juerg Billeter  <j@bitron.ch>
2340         * configure.ac: Have pkgconfig explicitly require gdkmm-2.4 & glibmm-2.4
2341         (used directly by Inkscape), rather than relying on transitive
2342         dependencies.  It's said that this is required in some cases with
2343         pkgconfig 0.17 and later.
2345 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
2347         * ChangeLog configure.ac src/Makefile_insert src/desktop-widget.h
2348           src/desktop.h src/dropper-context.cpp src/file.cpp
2349           src/shortcuts.cpp src/sp-text.cpp src/splivarot.cpp
2350           src/svg-view.h src/text-context.cpp src/verbs.cpp
2351           src/extension/implementation/plugin-link.h
2352           src/extension/internal/grid.cpp src/helper/action.h
2353           src/helper/window.cpp src/ui/dialog/dialog.cpp
2354           src/ui/dialog/messages.cpp src/ui/view/view.cpp
2355           src/ui/view/view.h:   
2357           Moving view.* into src/ui/view/
2358         
2359 2005-05-09  MenTaLguY  <mental@rydia.net>
2361         * src/gc-alloc.h: const-correctness fix
2363 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
2365         * configure.ac:  Defaulting with-gnome-vfs to on if library is
2366           present. 
2367         
2368         * po/POTFILES.in : Fixed error causing compile failure
2370         * src/Makefile_insert src/arc-context.cpp src/desktop-events.cpp
2371            src/desktop.cpp src/desktop.h src/dyna-draw-context.cpp
2372            src/gradient-context.cpp src/gradient-toolbar.cpp
2373            src/interface.cpp src/make.dep src/make.files
2374            src/rect-context.cpp src/select-context.cpp
2375            src/select-toolbar.cpp src/seltrans.cpp src/spiral-context.cpp
2376            src/star-context.cpp src/toolbox.cpp src/verbs.cpp src/view.cpp
2377            src/view.h src/application/application.cpp
2378            src/application/application.h src/application/editor.cpp
2379            src/application/editor.h src/ui/dialog/align-and-distribute.cpp
2380            src/ui/dialog/align-and-distribute.h
2381            src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h
2382            src/ui/dialog/dialog.cpp src/ui/dialog/dialog.h
2383            src/ui/dialog/document-preferences.cpp
2384            src/ui/dialog/document-preferences.h src/ui/dialog/export.cpp
2385            src/ui/dialog/export.h src/ui/dialog/extension-editor.cpp
2386            src/ui/dialog/extension-editor.h
2387            src/ui/dialog/fill-and-stroke.cpp
2388            src/ui/dialog/fill-and-stroke.h src/ui/dialog/find.cpp
2389            src/ui/dialog/find.h src/ui/dialog/inkscape-preferences.cpp
2390            src/ui/dialog/inkscape-preferences.h
2391            src/ui/dialog/layer-editor.cpp src/ui/dialog/layer-editor.h
2392            src/ui/dialog/messages.h src/ui/dialog/text-properties.cpp
2393            src/ui/dialog/text-properties.h
2394            src/ui/dialog/transformation.cpp src/ui/dialog/transformation.h
2395            src/ui/dialog/tree-editor.h src/ui/dialog/xml-editor.cpp
2396            src/ui/dialog/xml-editor.h src/ui/view/Makefile_insert
2397            src/ui/view/edit.cpp src/ui/view/edit.h :
2399            Renaming sp-desktop-widget.h to desktop-widget.h for
2400            consistency with other desktop files.  Beginning migration of
2401            desktop-* and view* files into ui/view/ subdir.  Incorporating
2402            DialogManager into existing SPDesktop code.  Making SPView
2403            derive from GObject.  Changing Messages dialog to run via
2404            DialogManager.  Removing getName() and getDesc() routines from
2405            Dialogs.  
2406         
2407 2005-05-08  MenTaLguY  <mental@rydia.net>
2409         * src/Makefile_insert: change link order since the GC code now
2410           depends on the debugging stuff
2412         * src/debug/Makefile_insert, src/debug/heap.cpp, src/debug/heap.h:
2414           added heap statistics stuff
2416         * src/gc.cpp: register the GC heap with the heap statistics facility
2418 2005-05-07  MenTaLguY  <mental@rydia.net>
2420         * src/gc-anchored.h, src/gc-core.h, src/gc-finalized.h,
2421           src/gc-managed.h, src/gc.cpp:
2423           hide the global Ops structure from the outside world, and expose
2424           some additional libgc API.
2426 2005-05-07  Ted Gould  <ted@gould.cx>
2428         * src/extension/parameter.cpp: bug fix for empty string parameter
2430         * share/extensions/dropshadow.inx,
2431         src/extension/implementation/script.cpp:
2433         Adding in an "interpreter" attribute for "command" that will prepend
2434         the command with the interpreter.  Right now only "perl" and "python"
2435         work, and they only prepend "perl" and "python", but more will be
2436         added later.
2438 2005-05-07  MenTaLguY  <mental@rydia.net>
2440         * src/xml/composite-node-observer.cpp: bug fixes
2442         * src/xml/simple-node.cpp, src/xml/simple-node.h: switch to using
2443           CompositeNodeObserver, which has saner add/remove semantics
2445         * src/util/list-container-test.cpp: add another test, just to be sure
2447         * src/dialogs/xml-tree.cpp: remove need for is_interactive flag on
2448           attribute changes (the flag is effectively disabled by the other
2449           changes)
2451 2005-05-05  MenTaLguY  <mental@rydia.net>
2453         * src/debug/event.h, src/debug/logger.cpp:
2455           PropertyPair is now its own class
2456         
2457         * src/xml/simple-node.cpp: add logging of XML node mutation
2459         * src/xml/Makefile_insert, src/xml/composite-node-observer.cpp,
2460           src/xml/composite-node-observer.h:
2462           added CompositeNodeObserver class, which will eventually replace
2463           the existing notifier lists
2465 2005-05-05  MenTaLguY  <mental@rydia.net>
2467         * src/inkscape.cpp: try to cleanly terminate log in case of crashes
2469 2005-05-05  MenTaLguY  <mental@rydia.net>
2471         * src/document-undo.cpp, src/debug/Makefile_insert, src/debug/logger.cpp,
2472           src/debug/simple-event.h, src/xml/event.cpp:
2474           add debug logging for undo+redo+transactions
2476 2005-05-05  MenTaLguY  <mental@rydia.net>
2478         * src/inkscape.cpp, src/main.cpp: initialize and shutdown debug log
2479           from more reliable place
2481         * src/debug/logger.cpp: clean up log via std::atexit()
2483 2005-05-04  MenTaLguY  <mental@rydia.net>
2485         * configure.ac, src/Makefile.am, src/Makefile_insert,
2486           src/debug/Makefile_insert, src/debug/makefile.in:
2488           added src/debug/ subdir
2490         * src/gc-alloc.h: no default management type for now
2492         * src/debug/event-tracker.h, src/debug/event.h, src/debug/logger.cpp,
2493           src/debug/logger.h: simple XML logging facility
2495         * src/util/Makefile_insert: fixed cut-and-paste error
2497 2005-04-29  Jon A. Cruz  <jon@joncruz.org>
2498         * src/dialogs/swatches.cpp, src/dialogs/eek-preview.h,
2499           src/dialogs/eek-preview.cpp:
2501         Added property to swatch to block taking focus.
2503 2005-04-28  Jon A. Cruz  <jon@joncruz.org>
2504         * src/dialogs/Makefile_insert, src/dialogs/eek-preview.cpp,
2505           src/dialogs/eek-preview.h, src/dialogs/swatches.cpp,
2506           src/dialogs/swatches.h, src/ui/previewholder.cpp,
2507           src/ui/previewable.h, src/ui/widget/panel.cpp:
2509           Adding new widget for color swatch usage.
2511 2005-04-24  Bryce Harrington <bryce@bryceharrington.org>
2513         * src/Makefile.am src/Makefile_insert,
2514           src/application/Makefile_insert, src/application/editor.cpp,
2515           src/application/editor.h, src/extension/internal/svg.cpp,
2516           src/ui/Makefile_insert, src/ui/view/Makefile_insert,
2517           src/ui/view/edit.cpp, src/ui/view/edit.h, src/ui/view/makefile.in,
2518           src/application/editor-impl.cpp, src/application/editor-impl.h:
2520           Renaming EditorImpl to UI::View::Edit
2522           Fixing bug 1185873 "batch mode crasher" caused by VFS being
2523           called with relative paths.  Adding a check to see whether the
2524           input is a valid uri, and if not, just calling sp_document_new
2525           directly.
2528 2005-04-23  Ted Gould  <ted@gould.cx>
2530         * src/extension/input.cpp, src/extension/input.h,
2531         src/extension/output.cpp, src/extension/output.h,
2532         src/extension/system.cpp, src/extension/implementation/implementation.cpp,
2533         src/extension/implementation/implementation.h,
2534         src/extension/implementation/plugin-link.h,
2535         src/extension/implementation/plugin.cpp,
2536         src/extension/implementation/plugin.h,
2537         src/extension/implementation/script.cpp,
2538         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
2539         src/extension/internal/eps-out.h:
2541         Changing the prototype for the input/output preferences to be closer to
2542         that of Effects.  This is a good thing because now autogui can be used for
2543         all, and it is much cleaner.  Unfortunately, this caused alot of files to
2544         be changed.  Also, this sets up the extensions dialog (we're only using
2545         one now) to be integrated into the GTKmm codebase easier.
2547 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
2548         * src/widgets/sp-color-wheel-selector.cpp,
2549           src/widgets/sp-color-scales.h, src/widgets/sp-color-slider.cpp,
2550           src/widgets/sp-color-scales.cpp:
2551         Changed CMYK selector to display values as 0-100. Fixes REF #1124499.
2553 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
2554         * src/xml/repr-io.cpp:
2555         Expand entities; matches 0.41 behavior. Fixes bug #1157478.
2557 2005-04-20  Jon A. Cruz  <jon@joncruz.org>
2558         * src/sp-object-repr.cpp:
2559         Turned off the half-done <animate> element. Fixes bug #1119935.
2561 2005-04-19  Carl Hetherington  <inkscape@carlh.net>
2563         * src/pen-context.cpp: snap first point to grid correctly, fixing
2564         #1152057.  Remove a pointless call to spdc_endpoint_snap().
2566         * src/main.cpp: support for command-line export of PS and EPS,
2567         with options.
2569 2005-04-19  Piers Titus van der Torren  <piersvdt@users.sourceforge.net>
2570         * src/seltrans.cpp:
2571         Fixed skew so it displays and snaps to angle instead of percentage.
2573 2005-04-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2575         * src/extension/internal/pov-out.cpp (PovOutput::save):
2576         Was dividing component bytes by 256 instead of the usual 255 to get
2577         floating point component.  Changed to use sp_color_get_rgb_floatv
2578         instead.  (N.B. This change is wrong if pov files disallow 1.0.)
2580         Multiply opacity by product of all ancestors' opacity property computed
2581         value.
2583 2005-04-18  Carl Hetherington  <inkscape@carlh.net>
2585         * src/sp-line.cpp, src/dialogs/unclump.cpp,
2586         src/extension/internal/ps.cpp,
2587         src/libnrtype/Layout-TNG-Output.cpp,
2588         src/Layout-TNG-Scanline-Makers.cpp, src/livarot/PathCutting.cpp:
2589         add missing include of nr-point-matrix-ops.h.
2591 2005-04-17  Jon A. Cruz  <jon@joncruz.org>
2592         * src/toolbox.cpp:
2594         Corrected improper use of static. Fixes bug #1171919.
2596 2005-04-16  Ted Gould  <ted@gould.cx>
2598         * src/extension/extension.cpp, src/extension/parameter.cpp:
2600         Adding in autogui for strings and booleans.  Also making everything
2601         a little more robust.
2603 2005-04-17  cyreve  <cyreve@users.sourceforge.net>
2605         * src/: sp-text.cpp, sp-text.h, text-context.cpp, text-editing.cpp,
2606           text-editing.h, libnrtype/Layout-TNG-Compute.cpp: hook up keys
2607           for adding rotate= attribute to text elements
2609         * src/libnrtype/Layout-TNG-OutIter.cpp: visual cursor left/right in
2610           counterdirectional text runs
2612 2005-04-16  cyreve  <cyreve@users.sourceforge.net>
2614         * src/: display/nr-arena-glyphs.cpp, libnrtype/FontInstance.cpp,
2615           libnrtype/RasterFont.cpp, libnrtype/font-instance.h,
2616           libnrtype/font-style.h: make miter-limit work for text outlines
2617           (bug 1094430)
2619 2005-04-16  Ted Gould  <ted@gould.cx>
2621         * src/main.cpp:
2623         Added a command-line arguement --extension-directory to find what
2624         extension directory Inkscape is configured for.  This should be 
2625         helpful for external extensions that want to use the same path
2626         as Inkscape itself on their install.
2628         * src/extension/extension.cpp, src/extension/init.cpp:
2630         Putting in half of Aaron's fix, mostly the one to keep things from
2631         crashing, next we need to examine how to add multiple search paths
2632         for extension dependencies.
2634         Also, added a check so that autogui won't create a GUI if there are
2635         no preferences.
2637 2005-04-13  Jon Phillips <jon@rejon.org>
2638         * src/toolbox.cpp: removed code that was beeping and prepped for new
2639           drag-n-drop color swatches.
2641 2005-04-13  cyreve  <cyreve@users.sourceforge.net>
2643         * src/path-chemistry.cpp: wire up converting object to path for
2644           flowtext
2646 2005-04-13  Jon A. Cruz  <jon@joncruz.org>
2647         * src/dialogs/swatches.cpp:
2649         Simple drag-n-drop out from color swatches.
2651 2005-04-12  cyreve  <cyreve@users.sourceforge.net>
2653         * src/: selection-chemistry.cpp, text-context.cpp, text-context.h,
2654           text-editing.cpp, text-editing.h: cut and copy selected text (bug
2655           1175441)
2657 2005-04-12  Ted Gould  <ted@gould.cx>
2659         * src/extension/extension.cpp, src/extension/extension.h,
2660         src/extension/parameter.cpp, src/extension/parameter.h,
2661         src/extension/implementation/script.cpp:
2663         This is support for having command line arguments from the parameters,
2664         mostly this is a quick hack to get Aaron working, I'll clean it up
2665         shortly, I promise.  But, it does seem to be working right now.  More
2666         polish shortly.
2668 2005-04-10  Jon A. Cruz  <jon@joncruz.org>
2669         * src/interface.cpp:
2671         Adding drag-n-drop support for arbitrary images. Fixes bug 1177714.
2674 2005-04-10  Ted Gould  <ted@gould.cx>
2676         * Lots of files:
2678         Moving around the plugins, and disabling the feature.  I've put all
2679         the functionality into the internal directory.  This should allow for
2680         the features to be used until plugins could work.  Also, adding in
2681         features to do autogui with the parameters of a given extension.
2683 2005-04-09  Bryce <bryce@bryceharrington.org>
2685         * src/view.h, src/application/editor-impl.cpp,
2686           src/application/editor-impl.h, src/svg-view.h:
2688           C++-ification.  Created some C++ wrapper member functions for
2689           SPView and SPSVGView, to enable Gtkmmification of SPDesktop
2691 2005-04-09  MenTaLguY  <mental@rydia.net>
2693         * src/selection.cpp, src/selection.h, src/dialogs/align.cpp,
2694           src/extension/implementation/script.cpp,
2695           src/extension/plugin/bluredge.cpp, src/util/glib-list-iterators.h:
2697           excise STL abuse, and fix up the glib list iterators
2699 2005-04-09  MenTaLguY  <mental@rydia.net>
2701         * src/file.cpp, src/interface.cpp, src/shortcuts.cpp,
2702           src/sp-object-repr.cpp, src/sp-skeleton.cpp, src/verbs.cpp,
2703           src/dialogs/export.cpp, src/display/nr-arena-item.cpp,
2704           src/libnrtype/FontFactory.cpp, src/libnrtype/TextWrapper.h,
2705           src/livarot/ShapeMisc.cpp, src/livarot/float-line.cpp:
2707           combined several different 64-bit cleanness patches
2709 2005-04-08 Jon Phillips <jon@rejon.org>
2710         * src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h: 
2711           added copyright statements about dialog manager code I wrote.
2713 2005-04-08  MenTaLguY  <mental@rydia.net>
2715         * src/draw-context.cpp, src/dyna-draw-context.cpp, src/path-chemistry.cpp,
2716           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
2717           src/splivarot.cpp, src/extension/plugin/bluredge.cpp,
2718           src/trace/trace.cpp:
2720           renaming Inkscape::Selection methods that deal with XML::Nodes
2722 2005-04-08  MenTaLguY  <mental@rydia.net>
2724         * src/document-undo.cpp: try again with handling incomplete transactions
2725           more gracefully
2727 2005-04-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2729         * src/io/sys.h, src/io/sys.cpp (dir_open, dir_read_utf8name):
2730           New functions: utf8 wrappers around g_dir_open, g_dir_read_name.
2732 2005-04-02  Bryce Harrington <bryce@bryceharrington.org>
2734         * configure.ac share/ui/menus-bars.xml, src/Makefile.am,
2735           src/Makefile_insert, src/file.cpp,
2736           src/application/editor-impl.cpp,
2737           src/application/editor-impl.h,
2738           src/extension/init.cpp, src/extension/input.cpp,
2739           src/extension/system.cpp,
2740           src/extension/implementation/implementation.cpp,
2741           src/extension/implementation/plugin.cpp,
2742           src/extension/implementation/script.cpp,
2743           src/extension/internal/svg.cpp
2744         : Implementing preliminary load-from-URI functionality.
2745         
2747 2005-04-02  MenTaLguY  <mental@rydia.net>
2749         * src/document-undo.cpp, src/xml/event-fns.h, src/xml/event.cpp,
2750           src/xml/event.h:
2752           more debugging info for incomplete transactions
2754 2005-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2756         * src/sp-gradient.cpp: Fix crash with cycles in gradient hrefs.
2758 2005-04-01  Jon A. Cruz  <jon@joncruz.org>
2759         * src/ui/widget/panel.h, src/ui/widget/panel.cpp, src/ui/previewholder.h,
2760           src/ui/previewholder.cpp,src/dialogs/swatches.cpp,
2761           src/dialogs/swatches.h:
2762           Added UI for switching palettes
2764 2005-04-01  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2765         * src/style.cpp (sp_style_merge_from_dying_parent): New function to
2766           combine the styles of the <use> element and its ghost child when
2767           unlinking.
2768         * src/sp-use.cpp: Use it.
2770 2005-03-31  Jon A. Cruz  <jon@joncruz.org>
2771         * src/ui/widget/panel.cpp, src/ui/widget/panel.h, src/path-prefix.h,
2772           src/dialogs/swatches.cpp, src/dialogs/swatches.h
2773           share/palettes/Makefile.am, share/palettes/svg.gpl:
2774           Adding palette loading.
2776 2005-03-31 Jean-François Lemaire <jflemaire@skynet.be>
2777         * share/icons/David_icons.svg: new icon theme by David Christian Berg
2779         * share/icons/README.icons: explanations on how to use the theme
2781 2005-03-30  Jean-François Lemaire <jflemaire@skynet.be>
2782         * share/icons/icons.svg: included the layer menu icons
2784         * src/verbs.cpp: assigned names for the layer menu icons
2786 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
2787         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
2788           src/ui/previewholder.h, src/ui/previewfillable.h,
2789           src/dialogs/iconpreview.cpp, src/dialogs/swatches.cpp:
2790           Adding panel menu
2792 2005-03-27  Jon Phillips <jon@rejon.org>
2793         * src/toolbox.cpp src/toolbox.h src/ui/dialog/dialog-manager.cpp
2794           src/ui/dialog/dialog-manager.h: Added generic dialog adding,
2795           deleting, and getting and fixed toolboxes to be static with no
2796           warnings.
2798 2005-03-26  Bryce <bryce@bryceharrington.com>
2800         * share/ui/keybindings.rc, share/ui/menus-bars.xml
2801           src/application/editor-impl.cpp, src/application/editor-impl.h,
2802           src/extension/internal/svg.cpp, src/ui/dialog/Makefile_insert,
2803           src/ui/dialog/dialog-manager.cpp,
2804           src/ui/dialog/dialog-manager.h, src/ui/dialog/messages.cpp,
2805           src/ui/dialog/messages.h: Initial implementation of canvas in
2806           gtkmm.  Incorporating Messages dialog.
2809 2005-03-24  MenTaLguY  <mental@rydia.net>
2811         * src/sp-item.cpp: fix relative transforms to accommodate viewbox
2813 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
2815         * src/ui/Makefile_insert, src/dialogs/swatches.cpp,
2816           src/dialogs/swatches.h, src/ui/previewable.h,
2817           src/ui/previewfillable.h, src/ui/previewholder.cpp,
2818           src/ui/previewholder.h:
2819           Refactoring previewable functionality to be more generic
2821 2005-03-24  cyreve  <cyreve@users.sourceforge.net>
2823         * src/: text-context.cpp, text-editing.cpp, text-editing.h:
2824           functions for applying style to selected text, and wire them
2825           up to ctrl-b/ctrl-i for bold/italic
2827 2005-03-23  Jon Phillips <jon@rejon.org>
2828         * src/toolbox.h src/toolbox.cpp: Fixed warning messages.
2830 2005-03-23  Jon A. Cruz  <jon@joncruz.org>
2832         * src/ui/previewable.h, src/ui/Makefile_insert,
2833           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
2834           Preliminary work for 'Previewable' interface.
2836 2005-03-23  cyreve  <cyreve@users.sourceforge.net>
2838         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
2839           libnrtype/Layout-TNG-Output.cpp: make text on path work correctly
2840           with accent glyphs and suchlike
2842         * src/: text-chemistry.cpp, libnrtype/Layout-TNG.h: apply text's
2843           alignment to startOffset on new textpath elements, fixes bug
2844           1168145
2846         * src/libnrtype/Layout-TNG-OutIter.cpp: selecting text to the end
2847           sometimes displays wrong
2849 2005-03-22  MenTaLguY  <mental@rydia.net>
2851         * src/arc-context.cpp, src/desktop-handles.cpp,
2852           src/desktop-handles.h, src/desktop.cpp, src/desktop.h,
2853           src/document.h, src/draw-context.cpp, src/draw-context.h,
2854           src/file.cpp, src/forward.h, src/gradient-context.cpp,
2855           src/gradient-drag.cpp, src/gradient-drag.h, src/gradient-toolbar.cpp,
2856           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
2857           src/node-context.h, src/nodepath.cpp, src/object-ui.cpp,
2858           src/path-chemistry.cpp, src/rect-context.cpp, src/selcue.cpp,
2859           src/selcue.h, src/select-context.cpp, src/select-toolbar.cpp,
2860           src/selection-chemistry.cpp, src/selection-chemistry.h,
2861           src/selection-describer.cpp, src/selection-describer.h,
2862           src/selection.cpp, src/selection.h, src/seltrans.cpp,
2863           src/seltrans.h, src/sp-flowtext.cpp, src/spiral-context.cpp,
2864           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
2865           src/text-context.cpp, src/toolbox.cpp, src/verbs.cpp,
2866           src/dialogs/align.cpp, src/dialogs/clonetiler.cpp,
2867           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
2868           src/dialogs/find.cpp, src/dialogs/iconpreview.cpp,
2869           src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
2870           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
2871           src/dialogs/tiledialog.cpp, src/dialogs/transformation.cpp,
2872           src/dialogs/xml-tree.cpp, src/extension/plugin/bluredge.cpp,
2873           src/extension/plugin/grid.cpp, src/trace/trace.cpp,
2874           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
2875           src/ui/dialog/transformation.cpp, src/ui/dialog/transformation.h,
2876           src/widgets/sp-widget.cpp, src/widgets/sp-widget.h:
2878           SPSelection -> Inkscape::Selection
2880 2005-03-22  cyreve  <cyreve@users.sourceforge.net>
2882         * src/text-context.cpp: pressing esc doesn't hide text selection
2884         * src/: text-context.cpp, text-context.h, text-editing.cpp,
2885           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
2886           libnrtype/Layout-TNG.h: make text selection inverse
2888 2005-03-21  Jon Phillips <jon@rejon.org>
2890         * share/icons/icons.svg src/dropper-context.cpp
2891           src/dropper-context.h src/toolbox.cpp src/toolbox.h
2892           src/dialogs/display-settings.cpp: Added controls for eye dropper
2893           so that I could get color values. Removed option from application
2894           preferences.
2896 2005-03-21  MenTaLguY  <mental@rydia.net>
2898         * src/util/Makefile_insert, src/util/glib-list.h,
2899           src/util/glib-list-iterators.h:
2901           retired old Glib list to Util::List adaptor and replaced it with
2902           new iterator classes that directly wrap the Glib list types
2904 2005-03-21  cyreve  <cyreve@users.sourceforge.net>
2906         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp: text
2907           selection doesn't show when it starts at the end of a line
2909         * src/: text-context.cpp, text-editing.cpp: crash on overtyping
2910           selection, and displayed selection not removed on overtype
2912         * src/text-editing.cpp: kerning information placed wrongly in text
2913           after child span element
2915         * src/libnrtype/Layout-TNG-OutIter.cpp: crash when pressing home key
2917         * src/: text-context.cpp, text-context.h: text selection using the
2918           mouse
2920         * src/: make.dep, make.files, make.ofiles,
2921           libnrtype/Layout-TNG-OutIter.cpp: further optimisation of text
2922           selection, and an implementation for text on a path
2924         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp,
2925           libnrtype/Layout-TNG.h: optimisation of text selection and fixing
2926           some bugs in it
2928 2005-03-18  MenTaLguY  <mental@rydia.net>
2930         * src/arc-context.cpp, src/file.cpp, src/gradient-context.cpp,
2931           src/node-context.cpp, src/object-ui.cpp, src/path-chemistry.cpp,
2932           src/rect-context.cpp, src/select-context.cpp,
2933           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
2934           src/sp-flowtext.cpp, src/spiral-context.cpp, src/splivarot.cpp,
2935           src/star-context.cpp, src/text-chemistry.cpp, src/text-context.cpp,
2936           src/dialogs/find.cpp, src/dialogs/in-dt-coordsys.cpp,
2937           src/dialogs/xml-tree.cpp:
2939           cleaned up the selection API slightly
2941 2005-03-20  cyreve  <cyreve@users.sourceforge.net>
2943         * src/: text-context.cpp, text-context.h, text-editing.cpp,
2944           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
2945           libnrtype/Layout-TNG.h: initial implementation of text selection
2946           (keyboard only)
2948         * src/libnrtype/Layout-TNG-OutIter.cpp: making
2949           createSelectionShape() work
2951         * src/: sp-text.cpp, sp-text.h: text-anchor sometimes won't work in
2952           text on a path when x/y coordinates are set
2954         * src/libnrtype/Layout-TNG-Output.cpp: text on path: cut characters
2955           before start of path and calculate bounding box correctly when
2956           this happens
2958 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
2959         * src/dialogs/Makefile_insert, src/dialogs/swatches.cpp,
2960           src/dialogs/swatches.h, src/verbs.h, src/verbs.cpp,
2961           src/interface.cpp:
2962           Initial cut of swatches panel.
2964 2005-03-19  cyreve  <cyreve@users.sourceforge.net>
2966         * src/libnrtype/Layout-TNG-Compute.cpp: rendering of
2967           multiple-character clusters in rtl text is wrong (bug 1166603)
2969         * src/: make.dep, make.files, make.ofiles, sp-text.cpp, sp-text.h,
2970           text-editing.cpp: glue kerning info back together on deleting
2971           line breaks
2973         * src/sp-tspan.cpp: textpath startOffset attribute doesn't save
2974           correctly when it's a percentage (remnants of bug 1124722)
2976         * src/: text-context.cpp, text-context.h, text-editing.cpp,
2977           text-editing.h, libnrtype/Layout-TNG.h: use Layout::iterator for
2978           storing cursor position. Fixes bug 1093660 related to rtl cursor
2979           movement
2981         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG.h: implement
2982           backend cursor movement functions properly for multidirectional
2983           text
2985         * src/libnrtype/Layout-TNG-Output.cpp: create more efficient
2986           postscript output
2988         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG-Output.cpp,
2989           Layout-TNG.h: obey text-align attribute when fitting text to a
2990           path (fixes bug 1124722)
2992         * src/: attributes-test.cpp, attributes.cpp, attributes.h,
2993           sp-flowtext.cpp, sp-text.cpp, sp-tspan.cpp, sp-tspan.h,
2994           style-test.cpp, libnrtype/Layout-TNG-Output.cpp: wire up
2995           startOffset attribute to textpath and fix bugs in it
2997         * src/sp-flowtext.cpp: unflow text command loses formatting
2999         * src/xml/repr-io.cpp: xml pretty-printer adding whitespace in
3000           xml:space=preserve elements
3002         * src/: sp-flowtext.cpp, text-editing.cpp: line breaks not being
3003           put before strings immediately following para elements, and
3004           deleting line breaks copies style wrongly
3006 2005-03-18  MenTaLguY  <mental@rydia.net>
3008         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
3009           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
3010           src/xml/node-fns.cpp, src/xml/node-fns.h, src/xml/node-iterators.h,
3011           src/xml/repr.cpp, src/xml/simple-node.cpp:
3013           renamed node-fns-tree to node-fns, and moved sp_repr_prev etc
3014           into Inkscape::XML namespace (as e.g. previous_node)
3016 2005-03-18  cyreve  <cyreve@users.sourceforge.net>
3018         * src/libnrtype/Layout-TNG-Compute.cpp: cursor position on blank
3019           first line sometimes goes wrong
3021         * src/: make.dep, make.files, make.ofiles, text-editing.cpp:
3022           spurious line break added before text in text and font dialog
3023           (bug 1166016)
3025         * src/: make.dep, make.files, make.ofiles, libnrtype/FlowBoxes.cpp,
3026           libnrtype/FlowBoxes.h, libnrtype/FlowDefs.h,
3027           libnrtype/FlowDest.cpp, libnrtype/FlowDest.h,
3028           libnrtype/FlowEater.cpp, libnrtype/FlowEater.h,
3029           libnrtype/FlowRes.cpp, libnrtype/FlowRes.h,
3030           libnrtype/FlowResOut.cpp, libnrtype/FlowSols.cpp,
3031           libnrtype/FlowSols.h, libnrtype/FlowSrc.cpp, libnrtype/FlowSrc.h,
3032           libnrtype/FlowSrcText.cpp, libnrtype/FlowSrcText.h,
3033           libnrtype/FlowStyle.cpp, libnrtype/FlowStyle.h,
3034           libnrtype/FlowUtils.cpp, libnrtype/FlowUtils.h,
3035           libnrtype/Makefile_insert: remove all old text layout code (7,577
3036           lines)
3038         * src/: sp-flowregion.cpp, sp-flowregion.h, sp-flowtext.cpp,
3039           sp-string.cpp, sp-tspan.cpp: purge flow_dest class from code
3041         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
3042           libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: define a value
3043           for line-height:normal and use it consistently
3045         * src/: sp-text.cpp, sp-text.h, text-editing.cpp: adjust kerning
3046           attributes on adding/removing line breaks
3048 2005-03-17  MenTaLguY  <mental@rydia.net>
3050         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp:
3052           whoops, we were calling the 'children' vfunc rather than
3053           'last_child' when appending, hence the bug... fixed now.
3055 2005-03-17  cyreve  <cyreve@users.sourceforge.net>
3057         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
3058           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h: x,y
3059           attributes on tspans set wrongly when alignment != left (bug
3060           1165427)
3062         * src/: sp-text.cpp, sp-text.h: break before tspan role=line
3063           elements, ie allow first tspan not to have role=line
3065         * src/: make.dep, make.files, make.ofiles, sp-flowtext.cpp,
3066           sp-object.cpp: fix inheritance problems with xml:space attribute
3068         * src/libnrtype/Layout-TNG-OutIter.cpp: crash on pressing enter
3069           immediately after creating text
3071         * src/: object-ui.cpp, sp-flowtext.cpp: set xml:space=preserve on
3072           new flowdiv elements
3074         * src/libnrtype/Layout-TNG-Compute.cpp: second try at solving
3075           numerical problems when line-height is set
3077         * src/: sp-flowtext.cpp, sp-flowtext.h, verbs.cpp: slightly
3078           objectify SPFlowtext and rearrange its updating a tiny bit
3080         * src/: path-chemistry.cpp, sp-flowregion.cpp, sp-offset.cpp,
3081           sp-text.cpp, sp-text.h, sp-use-reference.cpp, splivarot.cpp:
3082           slightly objectify SPText & rearrange updating code, also fixes
3083           bug causing all letters to appear on top of each other
3085         * src/libnrtype/Layout-TNG-Compute.cpp: characters will draw
3086           multiple times when x or y attributes set
3088 2005-03-16  cyreve  <cyreve@users.sourceforge.net>
3090         * src/text-editing.cpp: kerning: add/remove kerns with
3091           insertion/deletion of characters, and only apply kerns to the
3092           topmost xml object
3094         * src/: help.cpp, selection-chemistry.cpp, sp-text.cpp, sp-text.h,
3095           text-context.cpp, text-editing.cpp, text-editing.h,
3096           dialogs/text-edit.cpp: move functions applying to both text and
3097           flowtext to text-editing & rename them. Also fixes crash on
3098           letter/linespacing adjustment for flowtext
3100         * src/text-editing.cpp: fix crash on pressing delete at the end of
3101           text
3103         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
3104           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h:
3105           position cursor correctly in empty text objects
3107         * src/: sp-item-group.cpp, sp-object.cpp: optimise adding children
3108           to the end of a group - big improvement for tile clones
3110         * src/: sp-flowtext.cpp, sp-text.cpp, text-context.cpp,
3111           text-editing.cpp, text-editing.h: text editing fixes: track line
3112           breaks with preceding para tag, finish abstracting line
3113           break/remove functions to work on flowtext
3115         * src/libnrtype/Layout-TNG-Compute.cpp: cursor positioning
3116           off-by-one in some cases of wrapped text
3118 2005-03-15  cyreve  <cyreve@users.sourceforge.net>
3120         * src/libnrtype/Layout-TNG-Compute.cpp: small tweak to make cursor
3121           positioning work right in counterdirectional spans in fully
3122           justified text
3124         * src/sp-text.cpp: tweak function for adjusting linespacing by
3125           keyboard to be more precise
3127         * src/: attributes-test.cpp, attributes.cpp, make.dep, make.files,
3128           make.ofiles, style-test.cpp, style.cpp,
3129           libnrtype/Layout-TNG-Output.cpp: make the unit tests pass for the
3130           new styles, and workaround build breakage when pango < 1.8
3131           installed
3133         * src/: sp-flowtext.cpp, sp-flowtext.h,
3134           libnrtype/Layout-TNG-Compute.cpp,
3135           libnrtype/Layout-TNG-Scanline-Makers.cpp, libnrtype/Layout-TNG.h:
3136           wiring up full justification to old attribute & fixing bugs in
3137           it, which turned in to a major refactoring of layout code
3139 2005-03-14  Jon Phillips <jon@rejon.org>
3140         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
3141           src/desktop.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
3142           src/dialogs/desktop-properties.cpp:
3143           Added showpageshadow preference to document preferences. Set to
3144           on automatically and saves with document if off.
3146 2005-03-14  MenTaLguY  <mental@rydia.net>
3148         * src/display/nr-arena-item.h, src/display/nr-arena-item.cpp,
3149           src/display/nr-arena-group.cpp:
3151           added virtual accessor for last child
3153 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
3154         * src/interface.cpp, src/verb.cpp, src/verbs.h,
3155           src/ui/widget/panel.cpp, src/dialogs/Makefile_insert,
3156           src/dialogs/extensions.cpp, src/dialogs/extensions.h,
3157           src/extension/error-file.cpp:
3158           Added rough cut of initial extensions panel and dialog.
3160 2005-03-13  Bryce Harrington <bryce@bryceharrington.org>
3162         * src/path-prefix.h: Rearranging linking of libui and libutil
3164         * src/application/application.cpp, src/application/application.h
3165           src/application/editor-impl.cpp,
3166           src/ui/dialog/dialog-manager.cpp,  src/ui/dialog/dialog.cpp,
3167           src/ui/dialog/dialog.h, src/ui/widget/labelled.cpp,
3168           src/ui/dialog/transformation.h, src/ui/dialog/transformation.cpp,
3169           src/ui/widget/unit-menu.h, src/util/units.cpp:
3170           Integrating Transformation dialog.  Removing hardcoded paths.
3172         * share/icons/Makefile.in, share/icons/arrows-horiz.svg,
3173           share/icons/arrows-vert.svg, share/icons/arrows_hor.xpm,
3174           share/icons/arrows_ver.xpm, share/icons/rotate.svg,
3175           share/icons/rotate.xpm, share/icons/scale_hor.xpm,
3176           share/icons/scale_ver.xpm, share/icons/Makefile.am:
3177           Adding icons needed by transformation dialog
3179         * share/ui/units.txt,  share/ui/units.xml:
3180           Moving units into ui/ subdir.  Dunno if this is the best
3181           location for them, but pjrm thought it'd be ok for now.
3183 2005-03-13  cyreve  <cyreve@users.sourceforge.net>
3185         * src/sp-text.cpp: allow adjusting letter spacing when cursor is at
3186           eol
3188         * src/: make.dep, make.files, make.ofiles,
3189           libnrtype/Layout-TNG-Compute.cpp,
3190           libnrtype/Layout-TNG-OutIter.cpp,
3191           libnrtype/Layout-TNG-Output.cpp, libnrtype/Layout-TNG.h: fix
3192           kerning when align != left, and fix linespacing < 100
3194         * src/: sp-flowtext.cpp, sp-text.cpp, sp-text.h, style.cpp,
3195           style.h, libnrtype/Layout-TNG-Compute.cpp,
3196           libnrtype/Layout-TNG-Input.cpp, libnrtype/Layout-TNG-OutIter.cpp,
3197           libnrtype/Layout-TNG-Output.cpp,
3198           libnrtype/Layout-TNG-Scanline-Maker.h, libnrtype/Layout-TNG.h:
3199           implement line-height css property, & fix percentage handling in
3200           style
3202 2005-03-12  MenTaLguY  <mental@rydia.net>
3204         * src/node-context.cpp, src/node-context.h, src/nodepath.cpp,
3205           src/nodepath.h, src/toolbox.cpp, src/dialogs/align.cpp:
3207           Renamed Path namespace to Inkscape::NodePath, to avoid conflict
3208           with livarot
3210 2005-03-12  Kees Cook  <kees@outflux.net>
3212         * inkscape.nsi: added German translation from Adib Taraben.
3214 2005-03-12  MenTaLguY  <mental@rydia.net>
3216         * src/sp-namedview.cpp, src/sp-metadata.cpp: it's valid for an SPObject
3217           'write' method to be passed the object's own XML node; account for this.
3219 2005-03-12  MenTaLguY  <mental@rydia.net>
3221         * src/xml/simple-node.cpp: assert that src != this in
3222           SimpleNode::mergeFrom
3224 2005-03-12  MenTaLguY  <mental@rydia.net>
3226         * src/gc-alloc.h: minor cosmetic adjustments
3228         * src/util/list-container.h: pedantically correct implementation of
3229           ListContainer::max_size()
3231         * src/xml/simple-node.cpp: use Util::ListContainer iterators in a more
3232           STL-ish fashion
3234 2005-03-12  Jon A. Cruz  <jon@joncruz.org>
3235         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
3236           src/ui/widget/Makefile_insert, src/dialogs/iconpreview.h,
3237           src/dialogs/iconpreview.cpp:
3238           Initial addition of Panel.
3240 2005-03-12  cyreve  <cyreve@users.sourceforge.net>
3242         * src/sp-flowtext.cpp: text unflow command losing space characters:
3243           add xml:space to generated elements
3245         * src/: attributes.cpp, attributes.h, make.dep, make.files,
3246           make.ofiles, sp-flowtext.cpp, sp-text.cpp, style.cpp, style.h,
3247           text-context.cpp, text-editing.cpp, dialogs/text-edit.cpp,
3248           libnrtype/FlowRes.cpp, libnrtype/Layout-TNG-Compute.cpp,
3249           libnrtype/Layout-TNG-Input.cpp: add several new text properties
3250           to SPStyle and rearrange some of the existing ones, also remove
3251           spurious warning on applying kerning
3253         * src/sp-flowtext.cpp: svg spec requires us to break after flowline
3254           content, not before
3256 2005-03-11  cyreve  <cyreve@users.sourceforge.net>
3258         * src/desktop-style.cpp, src/sp-text.cpp, src/sp-text.h,
3259           src/sp-tspan.cpp, src/sp-tspan.h, src/text-chemistry.cpp,
3260 src/text-editing.cpp,
3261           src/text-editing.h: combine the common attribute handling for text,
3262           tspan and textpath into one class
3264         * src/sp-flowtext.cpp, src/sp-string.cpp: reimplement xml:space attribute
3266         * src/sp-text.cpp, src/libnrtype/Layout-TNG-OutIter.cpp,
3267           src/libnrtype/Layout-TNG.h: apply calculated x/y attributes to tspan
3268           role=line elements
3270         * src/libnrtype/Layout-TNG-Output.cpp: postscript text output
3271           incorrectly scaled (and other problems)
3273 2005-03-10  cyreve  <cyreve@users.sourceforge.net>
3275         * src/sp-flowdiv.h, src/sp-flowtext.h,
3276           src/sp-text.cpp, src/sp-text.h, src/sp-tspan.h, src/text-context.cpp,
3277           src/text-editing.cpp, src/text-editing.h,
3278           src/libnrtype/Layout-TNG-Compute.cpp,
3279           src/libnrtype/Layout-TNG-OutIter.cpp: clean up xml tree properly on
3280           deleting line break, & fix various compile issues
3282         * src/nodepath.cpp, src/sp-flowdiv.cpp,
3283           src/sp-flowdiv.h, src/sp-flowtext.cpp, src/sp-flowtext.h,
3284 src/sp-string.cpp,
3285           src/sp-string.h, src/sp-text.cpp, src/sp-text.h, src/sp-tspan.cpp,
3286 src/sp-tspan.h,
3287           src/text-editing.cpp, src/verbs.cpp, src/libnrtype/FontInstance.cpp,
3288           src/libnrtype/font-instance.h, src/livarot/Shape.h,
3289           src/libnrtype/Layout-TNG-Compute.cpp, src/libnrtype/Layout-TNG-Input.cpp,
3290           src/libnrtype/Layout-TNG-OutIter.cpp,
3291           src/libnrtype/Layout-TNG-Output.cpp,
3292           src/libnrtype/Layout-TNG-Scanline-Maker.h,
3293           src/libnrtype/Layout-TNG-Scanline-Makers.cpp,
3294           src/libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: huge rewrite of
3295           text layout (and some text editing) code
3297 2005-03-07  Kees Cook  <kees@outflux.net>
3299         * src/libnr/have_mmx.S, src/libnr/nr_mmx_R8G8B8A8_P_EMPTY_A8_RGBAP.S,
3300           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_A8_RGBAP.S,
3301           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_R8G8B8A8_N_TRANSFORM.S,
3302           src/libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S: execstack patch
3303           from Mike Hearn.
3305 2005-03-07  Jon A. Cruz  <jon@joncruz.org>
3306         * src/interface.cpp, src/verbs.h, src.verbs.cpp, src/widgets/icon.cpp,
3307           src/dialogs/iconpreview.h, src/dialogs/iconpreview.cpp,
3308           src/dialogs/Makefile_insert:
3309           Initial cut of icon preview.
3311 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
3313         * share/icons/*.svg, share/icons/Makefile.am:  Adding icons for
3314           new gui interface
3316         * src/ui/icons.cpp:  Fixing some paths
3318         * src/main.cpp src/application/Makefile_insert,
3319           src/application/app-prototype.h,
3320           src/application/application.cpp src/application/editor.cpp,
3321           src/ui/widget/toolbox.cpp,
3322           src/application/editor-impl.cpp:
3323           Broke out editor-impl class to its own file.  Continued getting
3324           the new interface to the point where it'll load and run.
3326         * share/ui/keybindings.rc, share/ui/toolbox.xml, share/ui/menus-bars.xml:
3327           Migrating some of the UI definition stuff into main codebase
3329 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
3330         * src/widgets/layer-selector.cpp, src/widgets/icon.h,
3331           src/widgets/icon.cpp, src/dialogs/align.cpp, src/dialogs/find.cpp,
3332           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
3333           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
3334           src/dialogs/xml-tree.cpp, src/interface.cpp:
3335           Purging PixBufFactory and sp_icon_new_scaled.
3337 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
3338         * src/widgets/icon.cpp, src/widgets/icon.cpp: Switched icon loading
3339           to be deferred and react to theme changes on-the-fly.
3341 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
3343         * src/application/Makefile_insert,
3344           src/application/app-prototype.cpp,
3345           src/application/editor.h,
3346           src/application/app-prototype.h,
3347           src/application/application.cpp:
3348           Adding Application::AppPrototype class
3349         * src/application/editor.cpp,
3350           src/application/editor.h:
3351           Changing member function getImpl() to getWindow()
3353 2005-03-04  Jon A. Cruz  <jon@joncruz.org>
3354         * src/widgets/icon.cpp: Changed stock item loading to use stock
3355           GtkImage widgets directly.
3357 2005-03-03  MenTaLguY  <mental@rydia.net>
3359         * src/widgets/icon.cpp: more idiomatic iteration
3361 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
3362         * src/toolbox.cpp: Added preference to make the top toolbox 'small'.
3364 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
3365         * src/desktop-events.cpp, src/desktop.cpp, src/gradient-toolbar.cpp,
3366           src/interface.cpp, src/select-toolbar.cpp, src/toolbox.cpp,
3367           src/toolbox.h, src/dialogs/find.cpp,
3368           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
3369           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
3370           src/dialogs/xml-tree.cpp, src/widgets/button.cpp,
3371           src/widgets/button.h, src/widgets/icon.cpp, src/widgets/icon.h,
3372           src/widgets/layer-selector.cpp, src/widgets/paint-selector.cpp,
3373           src/widgets/widget-sizes.h:
3374           Initial pass removing hardcoded icon sizes.
3376 2005-03-01  MenTaLguY  <mental@rydia.net>
3378         * src/extensions/internal/ps.cpp: apply patch from Michael Forbes
3379           (miforbes@mbhs.edu) to support gradient fills in Postscript
3381 2005-03-01  MenTaLguY  <mental@rydia.net>
3383         * src/xml/node.h, src/xml/simple-node.cpp, src/xml/simple-node.h:
3385           begin migration of notification interface to use NodeObserver
3386           rather than NodeEventVector
3388 2005-03-01  MenTaLguY  <mental@rydia.net>
3390         * src/xml/Makefile_insert, src/xml/node-listener.h, src/xml/repr.cpp,
3391           src/xml/simple-node.cpp, src/xml/simple-node.h:
3393           reworked listener list to use Util::ListContainer
3395         * src/xml/node-observer.h: minor name cleanups
3397 2005-03-01  MenTaLguY  <mental@rydia.net>
3399         * src/Makefile.am, src/algorithms/find-if-before.h:
3401           added new generic algorithm
3403 2005-03-01  MenTaLguY  <mental@rydia.net>
3405         * src/Makefile.am, src/util/Makefile_insert,
3406           src/util/list-container-test.cpp, src/util/list-container.h:
3408           tests and fixes for Util::ListContainer
3410 2005-03-01  MenTaLguY  <mental@rydia.net>
3412         * src/Makefile.am, src/libnr/Makefile_insert, src/xml/Makefile_insert:
3413           use in-tree copy of cxxtest
3415         * src/util/Makefile_insert, src/util/list-container.h:
3416           add Util::List-based STL container
3418 2005-02-28 SwinginCelt  <swinginceltgmail.com>
3420         * Fixed an improper conversion of sp_repr_document_merge that was causing
3421           extra data being written to the prefrences file every time inkscape
3422           exited.
3424 2005-02-26 SwinginCelt  <swinginceltgmail.com>
3426         * Replaced all sp_repr_set_content calls with direct call to
3427           repr->setContent.
3428         * Replaced all sp_repr_merge calls with direct call to
3429           repr->mergeFrom.
3430         * Removed inline sp_repr_document_merge because it wasn't used anywhere.
3431         * Removed inline sp_repr_set_content because it wasn't used anywhere.
3433 2005-02-26  MenTaLguY  <mental@rydia.net>
3435         * cxxtest: imported cxxtest tree
3437 2005-02-24  Jon A. Cruz  <jon@joncruz.org>
3438         * src/main.cpp, io/sys.h, io/sys.cpp:
3439           Refactoring input filename conversion and fallback.
3440           Fixes bug #1151536.
3442 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
3443         * src/main.cpp:
3444           Refactoring sp_main_*. Adding cleanup phase on extracted filename list.
3446 2005-02-22  Bryce Harrington <bryce@bryceharringotn.org>
3448         * src/main.cpp, src/application/application.cpp:  Adding --new-gui
3449         option.
3451 2005-02-22  Ted Gould  <ted@gould.cx>
3453         * src/interface.cpp:
3455         Changing the effects menu to be driven by the preferences file so that the
3456         file can be the same whether or not the effects are shown.
3458 2005-02-22  MenTaLguY  <mental@rydia.net>
3460         * src/desktop-style.cpp, src/selection-chemistry.cpp,
3461           src/xml/attribute-record.h, src/xml/node.h, src/xml/repr-css.cpp,
3462           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h:
3464           use Inkscape::Util::List for attribute lists, and sprinkle some
3465           appropriate 'using's in to make things less verbose
3467 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
3468         * src/inkscape.cpp, src/main.cpp, src/extension/input.cpp, src/io/sys.cpp,
3469           src/xml/repr-io.cpp:
3470           Better catching of problematic filenames.
3471           Made segv handler only use dialog box when app is using a gui.
3472           Fixes bug #1145847.
3474 2005-02-22  Ted Gould  <ted@gould.cx>
3476         * src/extension/effect.cpp, src/extension/prefdialog.cpp,
3477         src/extension/prefdialog.h,
3478         src/extension/implementation/implementation.cpp,
3479         src/extension/implementation/implementation.h,
3480         src/extension/implementation/plugin-link.h,
3481         src/extension/implementation/plugin.cpp,
3482         src/extension/implementation/plugin.h,
3483         src/extension/implementation/script.cpp,
3484         src/extension/implementation/script.h, src/extension/plugin/grid.cpp:
3486         Changing the API of the effects preferences so that it doesn't use
3487         sockets and plugs anymore.  Now there is a generic widget passed down so
3488         that should work on every platform.
3490         * src/extension/plugin/grid.cpp:
3492         Fixing the grid so that it uses the right axis.
3494         * share/extensions/Makefile.am, share/extensions/bluredge.inx,
3495         share/extensions/randompnt.inx, share/extensions/randompos.inx,
3496         src/extension/plugin/Makefile_insert, src/extension/plugin/bluredge.cpp,
3497         src/extension/plugin/randompnt.cpp, src/extension/plugin/randompos.cpp:
3499         Adding some cool new effects, well, they're not really done yet,
3500         but getting the basis code into CVS so I don't loose it :)
3502 2005-02-21  MenTaLguY  <mental@rydia.net>
3504         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
3505           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
3506           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
3507           src/xml/repr.cpp, src/xml/simple-node.cpp:
3509           renamed header files
3511         * src/xml/Makefile_insert, src/xml/invalid-operation-exception.h:
3513           added Inkscape::XML::InvalidOperationException
3515         * src/xml/simple-node.h:
3517           avoid a second indirect function call from SimpleNode::appendChild
3519 2005-02-20 SwinginCelt  <swinginceltgmail.com>
3521         * Replaced all sp_repr_attr calls with direct call to
3522           repr->attribute.
3523         * Replaced all sp_repr_document_unref calls with direct call to
3524           Inkscape::GC::release(...).
3525         * Removed iinline sp_repr_document_ref because it wasn't used anywhere.
3527 2005-02-20  MenTaLguY  <mental@rydia.net>
3529         * src/inkscape.cpp: removed unused signals
3531 2005-02-19  MenTaLguY  <mental@rydia.net>
3533         * src/arc-context.cpp, src/desktop.cpp, src/document-private.h,
3534           src/document-undo.cpp, src/document.cpp, src/event-context.cpp,
3535           src/gradient-chemistry.cpp, src/gradient-chemistry.h,
3536           src/gradient-drag.cpp, src/gradient-drag.h, src/node-context.cpp,
3537           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
3538           src/star-context.cpp, src/toolbox.cpp,
3539           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
3540           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
3541           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
3542           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
3543           src/xml/attribute-record.h, src/xml/document.h, src/xml/event-fns.h,
3544           src/xml/event.cpp, src/xml/event.h, src/xml/node-event-vector.h,
3545           src/xml/node-iterators.h, src/xml/node-listener.h, src/xml/node.h,
3546           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp, src/xml/repr-io.cpp,
3547           src/xml/repr-sorting.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp,
3548           src/xml/repr.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
3549           src/xml/simple-node.h, src/xml/simple-session.cpp,
3550           src/xml/sp-css-attr.h, src/xml/sp-repr-action-fns.h,
3551           src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h,
3552           src/xml/sp-repr-attr.h, src/xml/sp-repr-doc.h,
3553           src/xml/sp-repr-event-vector.h, src/xml/sp-repr-iterators.h,
3554           src/xml/sp-repr-listener.h, src/xml/sp-repr.h:
3556           renamed header files to match new class names
3558 2005-02-19  MenTaLguY  <mental@rydia.net>
3560         * src/arc-context.cpp, src/arc-context.h, src/desktop-events.cpp,
3561           src/desktop-style.cpp, src/desktop-style.h, src/desktop.cpp,
3562           src/document-private.h, src/document-undo.cpp, src/document.cpp,
3563           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
3564           src/dyna-draw-context.h, src/event-context.cpp, src/event-context.h,
3565           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
3566           src/inkscape.h, src/inkview.cpp, src/interface.cpp, src/knotholder.cpp,
3567           src/knotholder.h, src/layer-fns.cpp, src/main.cpp, src/node-context.cpp,
3568           src/nodepath.cpp, src/nodepath.h, src/object-ui.cpp,
3569           src/path-chemistry.cpp, src/prefs-utils.cpp, src/rect-context.cpp,
3570           src/rect-context.h, src/selection-chemistry.cpp, src/selection.cpp,
3571           src/selection.h, src/seltrans.cpp, src/sp-anchor.cpp,
3572           src/sp-animation.cpp, src/sp-clippath.cpp, src/sp-conn-end-pair.cpp,
3573           src/sp-conn-end-pair.h, src/sp-defs.cpp, src/sp-ellipse.cpp,
3574           src/sp-flowdiv.cpp, src/sp-flowregion.cpp, src/sp-flowtext.cpp,
3575           src/sp-gradient-fns.h, src/sp-gradient-test.cpp, src/sp-gradient.cpp,
3576           src/sp-guide.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
3577           src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
3578           src/sp-linear-gradient-fns.h, src/sp-marker.cpp, src/sp-mask.cpp,
3579           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
3580           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object-repr.h,
3581           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp, src/sp-offset.h,
3582           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
3583           src/sp-polyline.cpp, src/sp-radial-gradient-fns.h, src/sp-rect.cpp,
3584           src/sp-root.cpp, src/sp-shape.cpp, src/sp-skeleton.cpp,
3585           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-string.cpp,
3586           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-tspan.cpp,
3587           src/sp-use-reference.h, src/sp-use.cpp, src/spiral-context.cpp,
3588           src/spiral-context.h, src/splivarot.cpp, src/star-context.cpp,
3589           src/star-context.h, src/style.cpp, src/style.h, src/text-chemistry.cpp,
3590           src/text-context.cpp, src/text-editing.cpp, src/toolbox.cpp,
3591           src/verbs.cpp, src/application/application.cpp,
3592           src/application/application.h, src/application/editor.h,
3593           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
3594           src/dialogs/export.cpp, src/dialogs/fill-style.cpp, src/dialogs/rdf.cpp,
3595           src/dialogs/sp-attribute-widget.cpp, src/dialogs/sp-attribute-widget.h,
3596           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
3597           src/dialogs/tiledialog.cpp, src/dialogs/xml-tree.cpp,
3598           src/ecma/EcmaBinding.cpp, src/ecma/EcmaBinding.h,
3599           src/extension/dependency.cpp, src/extension/dependency.h,
3600           src/extension/effect.cpp, src/extension/effect.h,
3601           src/extension/extension.cpp, src/extension/extension.h,
3602           src/extension/input.cpp, src/extension/input.h,
3603           src/extension/output.cpp, src/extension/output.h,
3604           src/extension/print.cpp, src/extension/print.h, src/extension/system.cpp,
3605           src/extension/implementation/plugin.cpp,
3606           src/extension/implementation/script.cpp,
3607           src/extension/implementation/script.h,
3608           src/extension/internal/gdkpixbuf-input.cpp,
3609           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
3610           src/extension/internal/svg.cpp, src/extension/plugin/grid.cpp,
3611           src/helper/stock-items.cpp, src/trace/trace.cpp,
3612           src/widgets/dash-selector.cpp, src/widgets/dash-selector.h,
3613           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp,
3614           src/widgets/layer-selector.cpp, src/widgets/layer-selector.h,
3615           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
3616           src/widgets/sp-widget.h, src/widgets/sp-xmlview-attr-list.cpp,
3617           src/widgets/sp-xmlview-attr-list.h, src/widgets/sp-xmlview-content.cpp,
3618           src/widgets/sp-xmlview-content.h, src/widgets/sp-xmlview-tree.cpp,
3619           src/widgets/sp-xmlview-tree.h, src/widgets/spw-utilities.h,
3620           src/xml/comment-node.h, src/xml/element-node.h, src/xml/node-observer.h,
3621           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
3622           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
3623           src/xml/repr-io.cpp, src/xml/repr-sorting.cpp, src/xml/repr-sorting.h,
3624           src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
3625           src/xml/session.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
3626           src/xml/simple-node.h, src/xml/simple-session.cpp,
3627           src/xml/simple-session.h, src/xml/sp-css-attr.h,
3628           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
3629           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h,
3630           src/xml/sp-repr-doc.h, src/xml/sp-repr-event-vector.h,
3631           src/xml/sp-repr-iterators.h, src/xml/sp-repr-listener.h,
3632           src/xml/sp-repr.h, src/xml/text-node.h, src/xml/transaction-logger.h:
3634             SPRepr -> Inkscape::XML::Node
3635             SPReprDoc -> Inkscape::XML::Document
3636             SPReprAttr -> Inkscape::XML::AttributeRecord
3637             SPReprAction -> Inkscape::XML::Event
3638             SPReprEventVector -> Inkscape::XML::EventVector
3639             SPReprListener -> Inkscape::XML::NodeListener
3641             etc..
3643 2005-02-19  Jon A. Cruz  <jon@joncruz.org>
3644         * src/extension/extension.h, src/extension/internal/svg.cpp,
3645           src/extension/internal/svgz.cpp:
3646           Fixing .svgz Inkscape save and adding .svgz Plain save.
3647           Fixes bug #1144223
3649 2005-02-18  Jon A. Cruz  <jon@joncruz.org>
3650         * src/Makefile.am, src/libnr/Makefile_insert,
3651           src/libnr/nr-point-fns-test.h  src/libnr/nr-types-test.h:
3652           Adding initial version of CxxTest test cases.
3654 2005-02-17  Jon A. Cruz  <jon@joncruz.org>
3656         * src/io/gzipinputstream.h, src/io/gzipinputstream.cpp: Changed
3657           decompression to be streammed and removed hardcoded limit.
3659 2005-02-17  MenTaLguY  <mental@rydia.net>
3661         * src/inkscape.h, src/inkscape.cpp, src/desktop.cpp:
3663           rewrote "last desktop standing" test to not suck
3665 2005-02-15 SwinginCelt  <swinginceltgmail.com>
3667         * Replaced some sp_repr_attr calls with direct call to
3668           repr->attribute.
3670 2005-02-16 John Cliff <simarilius@yahoo.com>
3672         * src/dialogs/tiledialog.h, src/dialogs/tiledialog.cpp,
3673           src/dialogs/makefile_insert, src/verbs.cpp, src/verbs.h:
3674           Added a dialog that allows you to arrange the selection
3675           in a grid pattern with user defined spacing.
3676           its in objects->grid arrange...
3678 2005-02-15 SwinginCelt  <swinginceltgmail.com>
3680         * Replaced inline function sp_repr_name with direct call to
3681           repr->name.
3682         * Replaced inline function sp_repr_content with direct call to
3683           repr->content.
3684         * Replaced inline function sp_repr_has_attr with direct call to
3685           repr->matchAttributeName.
3687 2005-02-15  MenTaLguY  <mental@rydia.net>
3689         * src/document.cpp, src/document.h, src/file.cpp, src/help.cpp,
3690           src/inkscape.cpp, src/inkview.cpp, src/slideshow.cpp,
3691           src/dialogs/filedialog.cpp, src/dialogs/stroke-style.cpp,
3692           src/extension/internal/gdkpixbuf-input.cpp,
3693           src/extension/internal/svg.cpp, src/extension/plugin/gimpgrad.cpp,
3694           src/helper/stock-items.cpp, src/widgets/icon.cpp:
3696           removed unused SPDocument::advertize
3698 2005-02-14  MenTaLguY  <mental@rydia.net>
3700         * src/document.cpp: remove redundant assignment that appears to confuse
3701           gcc anyhow
3703 2005-02-14  SwinginCelt  <swingincelt@gmail.com>
3705         * Replaced inline function sp_repr_set_position_absolute with
3706           direct call to repr>->setPosition.
3708 2005-02-13  Bryce  <bryce@bryceharrington.org>
3710         * src/main.cpp, src/application/application.cpp, src/inkscape.h,
3711           src/application/editor-impl.h, src/application/editor.cpp
3712           src/application/editor.h, src/ui/dialog/dialog-manager.cpp,
3713           src/ui/dialog/dialog-manager.h, src/application/app-prototype.h
3714           src/application/application.h:  Integrating I::A::Application
3715           into the execution path.  Now its run() routine is called from
3716           main().
3718         * src/application/Makefile_insert, src/application/makefile.in,
3719           src/application/editor-impl.h, src/application/editor.cpp,
3720           src/application/editor.h:  Initial import of inkscape_gtkmm
3721           code.  Also see doc/NewAppArchitecture/ presentation for the
3722           rationale behind this.
3724         * src/ui/dialog/align-and-distribute.cpp,
3725 src/ui/dialog/align-and-distribute.h,
3726           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
3727           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
3728           src/ui/dialog/document-preferences.cpp,
3729 src/ui/dialog/document-preferences.h,
3730           src/ui/dialog/export.cpp, src/ui/dialog/export.h,
3731           src/ui/dialog/extension-editor.cpp, src/ui/dialog/extension-editor.h,
3732           src/ui/dialog/fill-and-stroke.cpp, src/ui/dialog/fill-and-stroke.h,
3733           src/ui/dialog/find.cpp, src/ui/dialog/find.h,
3734           src/ui/dialog/inkscape-preferences.cpp,
3735 src/ui/dialog/inkscape-preferences.h,
3736           src/ui/dialog/layer-editor.cpp, src/ui/dialog/layer-editor.h,
3737           src/ui/dialog/messages.cpp, src/ui/dialog/messages.h,
3738           src/ui/dialog/text-properties.cpp, src/ui/dialog/text-properties.h,
3739           src/ui/dialog/tree-editor.cpp, src/ui/dialog/tree-editor.h,
3740           src/ui/dialog/xml-editor.cpp, src/ui/dialog/xml-editor.h,
3741           src/ui/widget/combo-text.cpp, src/ui/widget/combo-text.h,
3742           src/ui/widget/handlebox.cpp, src/ui/widget/handlebox.h,
3743           src/ui/widget/icon-widget.cpp, src/ui/widget/icon-widget.h,
3744           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h,
3745           src/ui/widget/notebook-page.cpp, src/ui/widget/notebook-page.h,
3746           src/ui/widget/scalar-unit.cpp, src/ui/widget/scalar-unit.h,
3747           src/ui/widget/scalar.cpp, src/ui/widget/scalar.h,
3748           src/ui/widget/toolbox.cpp, src/ui/widget/toolbox.h,
3749           src/ui/widget/unit-menu.cpp, src/ui/widget/unit-menu.h:
3750           Initial import of the gtkmm code.  These are mainly
3751           unimplemented stubs, but have few dependencies so are easy to
3752           integrate at this stage.
3754         * src/ui/widget/Makefile_insert, src/ui/widget/makefile.in,
3755           src/ui/dialog/Makefile_insert, src/ui/dialog/makefile.in,
3756           src/ui/Makefile_insert, src/ui/makefile.in:  Adding makefile
3757           support for new code.
3759         * io/simple-sax.h, io/simple-sax.cpp:  Adding Jon's simple SAX
3760           code
3762         * util/units.h, util/units.cpp:  New inkscape_gtkmm units code
3764 2005-02-12  MenTaLguY  <mental@rydia.net>
3766         * src/document.cpp, src/document.h, src/sp-gradient-test.cpp:
3768           SPDocument is now a "real C++ class", managed by the garbage collector
3770 2005-02-12  MenTaLguY  <mental@rydia.net>
3772         * src/document-private.h, src/document.cpp, src/document.h, src/view.cpp,
3773           src/view.h, src/dialogs/xml-tree.cpp:
3775           switched SPDocument to sigc++ signals
3777 2005-02-12  Kees Cook  <kees@outflux.net>
3779         * Makefile.am, configure.ac, Makefile.mingw.common, inkscape.nsi: undoing
3780           my "configure" changes.  Was dumb and forgot about native compiles on
3781           win32.
3782         * inkview.1.in, share/extensions/inkscape-shadow-white.sh,
3783           share/extensions/inkscape-shadow.sh: corrections found by Wolfram
3784           Quester during Debian packaging.
3785         * src/desktop-events.cpp, src/file.cpp, src/gradient-chemistry.cpp,
3786           src/interface.cpp, src/layer-fns.cpp, src/nodepath.cpp,
3787           src/object-ui.cpp, src/path-chemistry.cpp, src/prefs-utils.cpp,
3788           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
3789           src/sp-object.cpp, src/sp-pattern.cpp, src/sp-text.cpp, src/splivarot.cpp,
3790           src/text-editing.cpp, src/dialogs/clonetiler.cpp, src/dialogs/rdf.cpp,
3791           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
3792           src/extension/internal/gdkpixbuf-input.cpp, src/extension/plugin/grid.cpp,
3793           src/widgets/gradient-selector.cpp, src/xml/repr-action-test.cpp,
3794           src/xml/repr-css.cpp, src/xml/repr-io.cpp, src/xml/repr-util.cpp,
3795           src/xml/repr.cpp, src/xml/repr.h: inline function removal patches from
3796           Robert Crosbie.
3798 2005-02-11  Kees Cook  <kees@outflux.net>
3800         * src/Makefile.mingw, src/make.*: win32 compile updates.
3801         * src/extensions/internal/gnome.cpp: added my missing "comment" code.
3802         * src/shortcuts.cpp, doc/keys.xml, doc/keys.html, share/screens/keys.svg:
3803           added explicit ctrl-w. since gtk already binds it, we may as well show it.
3805 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
3807         * src/inkscape.cpp: Changed from SHGetSpecialFolderPath to
3808           SHGetSpecialFolderLocation. Fixes bug #1085641
3810 2005-02-10  MenTaLguY  <mental@rydia.net>
3812         * src/document.h, src/document.cpp: get rid of casting macro uses
3814 2005-02-10  MenTaLguY  <mental@rydia.net>
3816         * src/desktop.cpp, src/document-undo.cpp, src/document.cpp, src/file.cpp,
3817           src/gradient-chemistry.cpp, src/inkscape.cpp, src/interface.cpp,
3818           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-object-repr.cpp,
3819           src/sp-object.cpp, src/svg-view.cpp, src/uri-references.cpp,
3820           src/view.cpp, src/dialogs/stroke-style.cpp,
3821           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp:
3823           get rid needless uses of SP_IS_DOCUMENT (if we can't trust the
3824           compiler's type checking, what can we trust?)
3826 2005-02-10  MenTaLguY  <mental@rydia.net>
3828         * src/desktop-style.h, src/desktop.h, src/document.h, src/event-context.h,
3829           src/inkscape.h, src/knotholder.h, src/nodepath.h,
3830           src/selection-chemistry.h, src/selection.h, src/sp-conn-end-pair.h,
3831           src/sp-object-repr.h, src/sp-object.h, src/style.h,
3832           src/dialogs/sp-attribute-widget.h, src/extension/implementation/script.h,
3833           src/xml/repr-get-children.h, src/xml/repr.h, src/xml/sp-repr-action.h,
3834           src/xml/sp-repr-attr.h, src/xml/xml-forward.h:
3836           got rid of xml-forward.h
3838 2005-02-10  Kees Cook  <kees@outflux.net>
3840         * configure.ac, Makefile.am, src/Makefile.am, Makefile.mingw.common.in,
3841           inkscape.nsi.in: setting up "configure" to build the other files that
3842           expect version numbers to get updated.  Including mingw files in dist
3843           package.
3845 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
3846         * src/io/uristream.h, src/io/uristream.cpp,
3847           src/extension/internal/svg.h, src/extension/internal/svg.cpp,
3848           src/extension/internal/Makefile_insert,
3849           src/extension/internal/extension.h,
3850           src/extension/internal/init.cpp:
3851           Adding internal .svgz load and save extension.
3852           Probable fix for bugs #1074996, #1050361, #925033, #1052307
3854 2005-02-08  Kees Cook  <kees@outflux.net>
3856         * src/extension/implementation/script.cpp: proper /tmp handling.
3857           Closes bug #1074996.
3858         * src/inkscape.cpp, src/inkscape.h, src/dialogs/export.cpp: correction
3859           for export dialog paths.  Closes bug #1114714.
3860         * inkscape.nsi, Makefile.mingw.common: version bumps
3861         * src/text-context.cpp: removed preedit code; it was broken and unneeded.
3863 2005-02-08  Ted Gould  <ted@gould.cx>
3865         * Released 0.41
3867 2005-02-01  Kees Cook  <kees@outflux.net>
3869         * src/xml/sp-css-attr.h, src/desktop-style.cpp, src/xml/repr-css.cpp,
3870           src/xml/repr.h: Fixed SPCSSAttr to be a "real" class, at mental's
3871           direction.  Fixes my "default prefs don't show attrs" bug.
3872         * src/helper/stock-items.cpp: removing redundant code.
3873         * src/libnr/nr-point.h, src/libnrtype/FlowUtils.h, src/livarot/Shape.h:
3874           added explicit initializations to keep valgrind happy.
3875         * src/dir-util.cpp, src/sp-path.cpp, src/splivarot.cpp,
3876           src/svg/svg-length.cpp, src/widgets/icon.cpp:
3877           cleaning up memory leaks detected by valgrind.
3878         * src/extension/dependancy.cpp: made repr-attr tags untranslatable.
3879         * src/extension/system.cpp: correcting extension autodetection when
3880           there are conflicting matching modules.
3881         * src/dialogs/filedialog.cpp, src/extension/extension.h,
3882           src/extension/internal/svg.cpp: .svgz loading works again as
3883           expected.  Non-functioning modules are not listed in file dialogs.
3884         * src/text-context.cpp, src/text-editing.cpp: preedit modes don't
3885           work correctly for multi-byte characters.  See bug 1086769.
3887 2005-01-31  Jon A. Cruz  <jon@joncruz.org>
3888         * src/file.cpp, src/inkscape.cpp, src/interface.cpp,
3889           src/dialogs/export.cpp, src/extension/init.cpp:
3890           sanitize messages before passing to display dialogs.
3892 2005-01-31  Kees Cook  <kees@outflux.net>
3894         * src/libnrtype/FontFactory.cpp: added a crude font name detection
3895           routine to work around a Pango crash bug.  This can be removed once
3896           Pango is fixed.  See bug #1025565.  Actually, I figured out a fix.
3897         * print.cpp, print.h, sp-shape.cpp, extension/print.cpp,
3898           extension/print.h, extension/implementation/implementation.cpp,
3899           extension/implementation/implementation.h,
3900           extension/implementation/plugin.cpp, extension/implementation/plugin.h,
3901           extension/internal/gnome.h, extension/internal/ps.cpp,
3902           extension/internal/ps.h, extension/internal/win32.h:
3903           In an attempt to start debugging print rendering, I've added the
3904           Print::comment function so that SPItem boundries can be easily
3905           seen in rendered output.
3906         * src/preferences-skeleton.h, src/sp-shape.cpp,
3907           src/dialogs/display-settings.cpp, src/extension/internal/ps.cpp:
3908           Added printout comments for print debugging.  Fixed dash output
3909           bug #1104050.
3910         * src/dialogs/rdf.cpp: fixed rdf:bag displays.  Closes bug #1113316.
3912 2005-01-30  Jon A. Cruz  <jon@joncruz.org>
3913         * src/io/sys.h, src/io/sys.cpp: added utility routine to cleanup
3914           strings with invalid UTF-8 for display.
3916 2004-01-30  Kees Cook  <kees@outflux.net>
3918         * src/make.dep, src/make.exclude, src/make.files, src/make.ofiles,
3919           src/io/uristream.cpp, src/io/sys.cpp: additional win32 changes
3920           using Jon Cruz's new mkdir function.  Getting Win32 to compile the
3921           "io" directory.  Closes bug #1107305.
3922         * src/file.cpp, src/inkscape-stock.cpp, src/inkscape.cpp,
3923           src/interface.cpp, src/main.cpp, src/dialogs/export.cpp,
3924           src/dialogs/stroke-style.cpp, src/extension/input.cpp,
3925           src/extension/implementation/script.cpp, src/helper/stock-items.cpp,
3926           src/io/sys.cpp, src/io/sys.h, src/widgets/icon.cpp: wrapped
3927           g_file_test with new Inkscape::IO::file_test since g_file_test isn't
3928           utf8-safe.
3929         * src/inkscape.cpp: removed call to g_free on non-alloced string.
3930           fixed up crash-save location to be utf8-okay.
3931         * src/extension/extension.cpp: convert from utf8 before open.
3932         * src/sp-spiral.cpp, src/object-edit.cpp: found place where CLAMP on
3933           spiral's t0 wasn't working.  Closes bug #1075640.
3935 2004-01-28  MenTaLguY  <mental@rydia.net>
3937         * src/sp-object.h, src/sp-object.cpp:
3938           efficiency fixes which should be helpful when loading large documents
3940 2005-01-29  Jon A. Cruz  <jon@joncruz.org>
3942         * src/file.h, src/file.cpp, src/inkscape.cpp, src/sp-image.cpp,
3943           src/extension/implementation/script.cpp,
3944           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
3945           src/extension/plugin/gimpgrad.cpp, src/helper/png-write.cpp,
3946           src/io/Makefile_insert, src/io/sys.h, src/io/sys.cpp,
3947           src/trace/imagemap.cpp, src/xml/repr-io.cpp:
3949           Refactored open routine to better location.
3951 2004-01-28  Kees Cook  <kees@outflux.net>
3953         * configure.ac: added test for libgc 6.4 or better.
3954         * src/main.cpp: calling new SPRepr methods instead of inline wrappers.
3956 2004-01-27  MenTaLguY  <mental@rydia.net>
3958         * src/xml/simple-node.h, src/xml/simple-node.cpp:
3960           SimpleNode::lastChild() and SimpleNode::appendChild() are now
3961           O(1) rather than O(n)
3963 2004-01-26  MenTaLguY  <mental@rydia.net>
3965         * src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
3966           src/xml/sp-repr-action.h, src/xml/sp-repr-event-vector.h:
3968           inlined legacy wrappers
3970         * src/xml/simple-node.cpp: really fixed #1108231 now
3972 2005-01-25  Jon A. Cruz  <jon@joncruz.org>
3974         * src/interface.cpp: Passed file import call to shared code.
3975           Fixed bug #1108620.
3977 2005-01-25  MenTaLguY  <mental@rydia.net>
3979         * src/xml/simple-node.cpp: fixed bug #1108231
3981 2005-01-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
3983         * src/dialogs/desktop-properties.cpp: Changed set of paper sizes offered:
3985           Removed `Folio' pagesize (which means a different paper size to
3986           different people; will Folio be missed?  If so, can we improve
3987           the name?).
3989           Changed ISO page sizes (A0..A10, B0..B10) to match official ISO
3990           specification in mm.
3992           Note that these differ from ghostscript's idea of page sizes;
3993           see comment in desktop-properties.cpp for speculation of
3994           possible problems (fuzziness from antialiasing).
3996           (Note also that our previous sizes differed even more from
3997           gs_statd.ps...)
3999           Coalesced Ledger and Tabloid to a single entry (11x17in);
4000           previously they differed in size.
4002           Changed Icon 16x16 from 16pt to 16px; similarly Icon 32x32 and
4003           Banner 468x60.
4005 2004-01-24  MenTaLguY  <mental@rydia.net>
4007         * src/xml/simple-node.cpp: potential fix for bug #1108231
4009 2004-01-23  Ted Gould  <ted@gould.cx>
4011         * po/POTFILES.in, share/extensions/dia.inx,
4012         src/preferences-skeleton.h, src/extension/Makefile_insert,
4013         src/extension/dependency.cpp, src/extension/dependency.h,
4014         src/extension/error-file.cpp, src/extension/error-file.h,
4015         src/extension/extension.cpp, src/extension/extension.h,
4016         src/extension/init.cpp, src/extension/prefdialog.cpp:
4018         Adding in functionality to write out an error log based on the failing to
4019         load of extensions.  There is also a new error dialog that appears if one
4020         or more fail to alert the user and tell them where the error log is
4021         stored.  In the log there is more complex descriptions of what failed.
4023 2004-01-23  MenTaLguY  <mental@rydia.net>
4025         * src/sp-object.cpp: fix for id binding bug
4027 2004-01-23  MenTaLguY  <mental@rydia.net>
4029         * src/xml/repr-io.cpp: don't complain about not having a namespace
4030           URI for the standard xml: prefix
4032         * src/desktop-style.cpp, src/desktop.cpp, src/document-undo.cpp,
4033           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
4034           src/interface.cpp, src/nodepath.cpp, src/object-edit.cpp,
4035           src/path-chemistry.cpp, src/prefs-utils.cpp, src/select-toolbar.cpp,
4036           src/selection-chemistry.cpp, src/sp-defs.cpp, src/sp-flowdiv.cpp,
4037           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-item.cpp,
4038           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object.cpp,
4039           src/sp-offset.cpp, src/sp-pattern.cpp, src/sp-string.cpp,
4040           src/sp-text.cpp, src/sp-tspan.cpp, src/sp-use.cpp, src/splivarot.cpp,
4041           src/text-chemistry.cpp, src/text-context.cpp, src/text-editing.cpp,
4042           src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp,
4043           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
4044           src/extension/extension.h, src/extension/implementation/script.cpp,
4045           src/widgets/dash-selector.cpp, src/widgets/gradient-vector.cpp,
4046           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
4047           src/xml/comment-node.h, src/xml/element-node.h,
4048           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
4049           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
4050           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4051           src/xml/repr.h, src/xml/simple-document.cpp, src/xml/simple-document.h,
4052           src/xml/simple-node.cpp, src/xml/simple-node.h,
4053           src/xml/sp-repr-action.cpp, src/xml/sp-repr-doc.h, src/xml/sp-repr.h,
4054           src/xml/text-node.h:
4056           got rid of xml/repr-private.h, removed
4057           sp_repr_document_createTextNode(), made SPRepr and SPReprDoc abstract
4058           interfaces, and moved the SPRepr implementations into separate files
4059           in the Inkscape::XML namespace
4061         * src/util/shared-c-string-ptr.h: added equality operators to avoid
4062           certain ambiguities
4064 2004-01-22  MenTaLguY  <mental@rydia.net>
4066         * src/xml/Makefile_insert, src/xml/repr-private.h, src/xml/repr.cpp,
4067           src/xml/session.h, src/xml/simple-session.cpp, src/xml/simple-session.h,
4068           src/xml/sp-repr-action.cpp, src/xml/transaction-logger.h:
4070           added Inkscape::XML::Session and Inkscape::XML::TransactionLogger
4071           to provide a new interface for transactions, rather than doing it from
4072           SPReprDoc
4074 2004-01-22  MenTaLguY  <mental@rydia.net>
4076         * src/xml/Makefile_insert, src/xml/node-observer.h,
4077           src/xml/repr-private.h, src/xml/repr.cpp:
4079           moved repr loging behind generic observer interface
4081 2005-01-22  Ted Gould  <ted@gould.cx>
4083         * src/display/canvas-grid.cpp, src/display/canvas-grid.h;
4085         Fixing 1103001.  Now major grid lines work alot more like you
4086         think that they should.
4088 2005-01-21  MenTaLguY  <mental@rydia.net>
4090         * src/util/Makefile_insert, src/util/shared-c-string-ptr.cpp,
4091           src/util/shared-c-string-ptr.h, src/util/shared-c-string.cpp,
4092           src/util/shared-c-string.h, src/xml/repr-io.cpp,
4093           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4094           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h:
4096           renamed Util::SharedCString to Util::SharedCStringPtr, which is
4097           more descriptive of what it actually is
4099 2005-01-21  MenTaLguY  <mental@rydia.net>
4101         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp:
4103           simplify the cacheing of repr position indices, and make it something
4104           that can work with an abstract interface
4106 2005-01-20  Kees Cook  <kees@outflux.net>
4108         * src/file.cpp: added some debug output to help bulia debug bug #1102318.
4109         * configure.ac: more attempts at detecting the -lgc libs.
4111 2005-01-19  Kees Cook  <kees@outflux.net>
4113         * configure.ac: trying to correct the -lgc detection.
4114         * inkscape.pod: added theme details.
4115         * src/widgets/widget-sizes.h: went from 20 to 24 for toolbar icon size
4116           to match other GTK applications.
4117         * src/extension/db.cpp: corrected STL "not found" handling.  Didn't
4118           fix bug #1102318.
4120 2005-01-18  Kees Cook  <kees@outflux.net>
4122         * src/inkscape.h, src/inkscape.cpp, src/widgets/icons.cpp:
4123           Added basic theme support!  Whee!
4124         * share/inkscape/icons.svg: restoring original up/down/flip icons since
4125           icons are themable now.  We should stick to our original look.
4126         * share/screens/about.svg: added Brisgeek's 0.41 about screen.  Had
4127           to tweak background: looks like doc background isn't imported.
4128         * share/icons/*.xpm, share/icons/*.png: removed them.  Not being used.
4130 2005-01-17  MenTaLguY  <mental@rydia.net>
4132         * src/desktop-style.cpp, src/inkscape.cpp, src/interface.cpp,
4133           src/path-chemistry.cpp, src/prefs-utils.cpp, src/selection-chemistry.cpp,
4134           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-object.cpp,
4135           src/sp-text.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
4136           src/dialogs/xml-tree.cpp, src/extension/internal/pov-out.cpp,
4137           src/widgets/dash-selector.cpp, src/xml/repr-css.cpp,
4138           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
4139           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4140           src/xml/sp-repr-action.cpp:
4142           Made all SPRepr fields private, and moved most functionality into
4143           member functions.  Also shuffled SPReprDoc members, to avoid
4144           need for SPReprDoc to be finalized.
4146 2005-01-17  Kees Cook  <kees@outflux.net>
4148         * share/markers/markers.svg: applied patch #990884, which provides a
4149           few mirrored arrows until marker transforms are finished.
4150         * share/icons/icons.svg: updates per Bulia's request.
4152 2005-01-16  MenTaLguY  <mental@rydia.net>
4154         * src/sp-object.cpp: non-elements no longer get ids assigned
4156 2005-01-15  MenTaLguY  <mental@rydia.net>
4158         * src/arc-context.cpp, src/document-private.h, src/document.cpp,
4159           src/document.h, src/event-context.cpp, src/node-context.cpp,
4160           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4161           src/star-context.cpp, src/toolbox.cpp, src/uri-references.cpp,
4162           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4163           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4164           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4165           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
4166           src/xml/sp-repr-event-vector.h:
4168           Removed attribute setting callback, and decoupled ids and object/repr
4169           bindings (object <-> repr associations are now remembered directly,
4170           though ids are still tracked too).
4172           This means it is now possible to set a null id on an object without
4173           anything breaking (hopefully).  For now we will still assign ids
4174           to everything by default...
4176 2005-01-15  MenTaLguY  <mental@rydia.net>
4178         * src/arc-context.cpp, src/event-context.cpp, src/node-context.cpp,
4179           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4180           src/star-context.cpp, src/toolbox.cpp,
4181           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4182           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4183           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4184           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
4185           src/xml/sp-repr-event-vector.h:
4187           remove all veto callbacks but setting attributes
4189 2005-01-15  Kees Cook  <kees@outflux.net>
4191         * src/inkscape.cpp: correcting windows path for preferences.  Closes
4192         bug #933461.
4194         * src/file.cpp, src/nodepath.cpp, src/selection-describer.cpp,
4195         src/seltrans.cpp, src/sp-item-group.cpp, src/sp-path.cpp,
4196         src/sp-spiral.cpp, src/sp-star.cpp, src/dialogs/find.cpp:
4197         Using ngettext for plural localized strings.  Please try to keep this
4198         up.  Closes bug #1076872.
4200         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
4201         src/inkscape-stock.h, src/dialogs/stroke-style.cpp,
4202         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4203         src/dialogs/xml-tree.cpp: Finished the last of the missing pixmap
4204         replacements from Andreas Nilsson.  Fixed some mistakes in the earlier
4205         changes (need to call sp_icon_new_scaled not sp_icon_new).
4207 2005-01-14  MenTaLguY  <mental@rydia.net>
4209         * src/gc.cpp: leave the free space multiplier at the default, which
4210           will hopefully (according to Hans) avoid some of the odd gc issues
4211           we've had, if nothing else does
4213 2005-01-14  Kees Cook  <kees@outflux.net>
4215         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
4216         src/inkscape-stock.h, src/verbs.cpp, src/dialogs/stroke-style.cpp,
4217         src/dialogs/transformation.cpp, src/widgets/icon.cpp, src/widgets/icon.h,
4218         src/widgets/paint-selector.cpp:
4219         Fixed up code and replaced pixmaps with icons from myself and
4220         Andreas Nilsson.
4222 2005-01-11  MenTaLguY  <mental@rydia.net>
4224         * src/xml/repr-io.cpp: promote non-namespaced SVG documents into SVG
4225           namespace
4227 2005-01-08  MenTaLguY  <mental@rydia.net>
4229         * src/Makefile_insert, src/gc-anchored.cpp, src/gc-anchored.h:
4230           abstracted allocation of anchors
4232 2005-01-06  Ted Gould  <ted@gould.cx>
4234         * src/interface.cpp, src/extension/effect.cpp,
4235         src/extension/implementation/implementation.cpp,
4236         src/extension/implementation/implementation.h,
4237         src/extension/implementation/plugin-link.h,
4238         src/extension/implementation/plugin.cpp,
4239         src/extension/implementation/plugin.h,
4240         src/extension/implementation/script.cpp,
4241         src/extension/implementation/script.h, src/extension/plugin/gimpgrad.cpp,
4242         src/extension/plugin/grid.cpp:
4244         Changing the effects preferences so that it uses sockets and plugs which
4245         will allow out of process GUIs to work too.  This is a first pass with
4246         nothing beautiful, but it does seem to work.
4248 2005-01-03  MenTaLguY  <mental@rydia.net>
4250         * src/document.cpp, src/main.cpp, src/sp-root.cpp:
4251           get rid of ugly xmlns hacks
4253         * src/inkscape.cpp, src/extension/internal/svg.cpp, src/xml/repr-io.cpp:
4254           automatically include xmlns declarations for the required namespaces,
4255           and make a best effort at using a default namespace when requested
4256           and possible
4258 2005-01-02  Kees Cook  <kees@outflux.net>
4260         * share/icons/icons.svg: updated view and location
4261         * src/document.cpp, src/dialogs/rdf.cpp: fixed another bug in metadata
4262           due to svg: prefix change.
4263         * src/inkscape-stock.h, src/inkscape-stock.cpp, share/icons/Makefile.am:
4264           removed unused xpm icons
4266 2005-01-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4268         * src/fontsize-expansion.h, src/fontsize-expansion.cpp:
4269           New files.
4270         * src/Makefile_insert: Add the new files to libinkpre_a_SOURCES.
4271         * src/desktop-style.cpp (sp_desktop_apply_css_recursive):
4272           When calling sp_css_attr_scale, change the expansion calculation
4273           to use fontsize_expansion().
4274         * src/sp-text.cpp (sp_text_set_transform): Similarly use
4275           fontsize_expansion() instead of generic m.expansion().
4277 2005-01-01  Kees Cook  <kees@outflux.net>
4279         * src/extension/db.h, src/extension/db.cpp, src/extension/init.cpp:
4280         created "modulelist" to maintain initialization order for extension
4281         lists.
4283 2004-12-31  MenTaLguY  <mental@rydia.net>
4285         * src/xml/repr-io.cpp, src/xml/repr.h: initial scaffoliding for more
4286           cosmetic use of prefixes in output files (and eventually more proper
4287           namespace handling for output as well)
4289 2004-12-31  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4291         * src/sp-text.cpp (sp_text_set_transform): Change scaling of font size.
4292           The result should be closer to what CorelDraw, XaraX, Canvas 7 and
4293           Expression3 do according to vellum, though I don't know the exact
4294           rule that they use.
4296 2004-12-25  Ted Gould  <ted@gould.cx>
4298         * share/extensions/grid.inx, src/extension/extension.cpp,
4299         src/extension/extension.h, src/extension/plugin/grid.cpp:
4301         Futher improvements to the grid plugin.  This involves mostly adding in
4302         parameters at this time, but, ofcourse, I never implemented floating
4303         point parameters -- so that had to be done first.  More modular code so
4304         that things can be adjusted externally better.
4306 2004-12-25  Ted Gould  <ted@gould.cx>
4308         * share/extensions/Makefile.am, share/extensions/grid.inx,
4309         src/extension/implementation/plugin-link.h,
4310         src/extension/implementation/plugin.cpp,
4311         src/extension/plugin/Makefile_insert, src/extension/plugin/gimpgrad.cpp,
4312         src/extension/plugin/grid.cpp:
4314         Adding in a new effect plugin, grid.  It draws a grid on the canvas which
4315         is just an easy way to do some neat things.  It is mostly done, but still
4316         needs cleanup.  Some other files required modification to make this
4317         possible.
4319 2004-12-25  MenTaLguY  <mental@rydia.net>
4321         * src/event-context.cpp: removed unused handler
4323 2004-12-25  Ted Gould  <ted@gould.cx>
4325         * share/extensions/svg_dropshadow:
4327         Changing to use "svg:g" instead of "g" for the group.
4329         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h,
4330         src/extension/system.cpp, src/extension/system.h,
4331         src/extension/implementation/implementation.cpp,
4332         src/extension/implementation/implementation.h,
4333         src/extension/implementation/plugin.cpp,
4334         src/extension/implementation/plugin.h,
4335         src/extension/implementation/script.cpp,
4336         src/extension/implementation/script.h:
4338         Final stuff to get Effects working as well as the did before, which
4339         is okay, but not great.  This involved changing the API to get an SPView
4340         instead of an SPDocument because then I can get the selection information
4341         from the view that is being used.
4343 2004-12-24  MenTaLguY  <mental@rydia.net>
4345         * src/sp-object-repr.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
4346           src/dialogs/rdf.cpp, src/dialogs/xml-tree.cpp,
4347           src/widgets/sp-xmlview-tree.cpp, src/xml/repr-io.cpp,
4348           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4349           src/xml/repr.h:
4351           cleaned out unused code and unhygenic macros, as well as fixing
4352           constructors for text and comment nodes
4354 2004-12-24  Ted Gould  <ted@gould.cx>
4356         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h:
4358         Okay, now the effects menu really works!  Well, the implementation seems
4359         to be broken, but the wrapper seems to be all working.
4361 2004-12-24  Ted Gould  <ted@gould.cx>
4363         * src/interface.cpp, src/verbs.cpp, src/verbs.h, src/extension/effect.cpp,
4364         src/extension/effect.h:
4366         Getting the Effects menu basically working.  This included some fixes to
4367         the verbs where they were incrementing the database incorrectly.  The
4368         effects are the first component to take advantage of the dynamically
4369         created verbs, and exercised new code.  Now the basic menu is available,
4370         but there is no functionality there.
4372 2004-12-24  Ted Gould  <ted@gould.cx>
4374         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
4376         Basic code for the effects menu.
4378         * src/dialogs/filedialog.cpp, src/dialogs/filedialog.h,
4379         src/extension/db.cpp, src/extension/db.h:
4381         Changing the DB access functions to use std::list instead of GSList so
4382         that it is more standard, and we get rid of a specialized class that
4383         really isn't that useful.  Less memory usage, and fixes a leak.
4385         * src/extension/effect.cpp, src/extension/effect.h:
4387         Adding in a "Last Effect" to be used in the menus.
4389         * src/extension/extension-forward.h, src/extension/extension.cpp,
4390         src/extension/extension.h, src/extension/input.cpp,
4391         src/extension/output.cpp, src/extension/timer.cpp, src/extension/timer.h,
4392         src/extension/Makefile_insert:
4394         Adding in the timer functions so that modules will unload in a given
4395         amount of time.  For more information on this read the documentation
4396         in the files.  Kinda a lazy deallocation.
4398         * src/extension/implementation/implementation.cpp:
4400         Fix unload so that it is not recursive.
4402 2004-12-23  MenTaLguY  <mental@rydia.net>
4404         * src/arc-context.cpp, src/document.cpp, src/draw-context.cpp,
4405           src/dyna-draw-context.cpp, src/file.cpp, src/gradient-chemistry.cpp,
4406           src/interface.cpp, src/layer-fns.cpp, src/main.cpp, src/object-ui.cpp,
4407           src/path-chemistry.cpp, src/rect-context.cpp,
4408           src/selection-chemistry.cpp, src/sp-anchor.cpp, src/sp-clippath.cpp,
4409           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
4410           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-gradient-test.cpp,
4411           src/sp-gradient.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4412           src/sp-line.cpp, src/sp-marker.cpp, src/sp-mask.cpp,
4413           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-offset.cpp,
4414           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4415           src/sp-polyline.cpp, src/sp-rect.cpp, src/sp-root.cpp,
4416           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp, src/sp-text.cpp,
4417           src/sp-tspan.cpp, src/sp-use.cpp, src/spiral-context.cpp,
4418           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
4419           src/text-context.cpp, src/dialogs/find.cpp, src/dialogs/rdf.cpp,
4420           src/dialogs/xml-tree.cpp, src/ecma/EcmaBinding.cpp,
4421           src/extension/internal/gdkpixbuf-input.cpp,
4422           src/extension/internal/svg.cpp, src/livarot/ShapeDraw.cpp,
4423           src/xml/repr-io.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp:
4425           use normalized qnames for SVG elements too
4427 2004-12-23  Kees Cook  <kees@outflux.net>
4429         * configure.ac, src/Makefile_insert, src/extension/script/Makefile_insert:
4430           adding Perl and Python compile tests.  Corrected library locations.
4431         * src/extension/script/InkscapeScript.h,
4432           src/extension/script/InkscapePython.cpp,
4433           src/extension/script/InkscapeScript.cpp: white space fix, and
4434           added config.h, and some small debugging for myself.  Hope Bob doesn't
4435           mind!  :)
4436         * src/dialogs/scriptdialog.cpp: added comments to default code.
4438 2004-12-22  Kees Cook  <kees@outflux.net>
4440         * configure.ac, src/extension/script/Makefile_insert: automake cleanups
4441           to deal with perl/python detection.
4443 2004-12-20  David Turner <novalis@gnu.org>
4444         * src/widgets/gradient-vector.cpp:
4445           Fixed bug with gradient stops at 0 and 100%.  Closes 1085920.
4447 2004-12-18  Bob Jamison  <rjamison@titan.com>
4449         * src/extensions/script/*:
4450           New files that enable embedding of scripting languages
4451           in Inkscape.  Currently using Swig to embed Perl and Python.
4453         * autoconf.ac:
4454           Allow opting for perl or python with --with-perl=yes|no
4455           and --with-python=yes|no
4457 2004-12-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4459         * streq.h (streq), strneq.h (strneq), memeq.h (memeq):
4460           New convenience functions for strcmp(a,b)==0 etc.
4462         * src/dir-util.cpp (sp_relative_path_from_path):
4463           Fix when base is a string prefix of path but a directory prefix
4464           (e.g. path=/foo/barney, base=/foo/bar).
4466 2004-12-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4468         * src/sp-conn-end.cpp (sp_conn_end_move_compensate):
4469           Fix for undo/save: wasn't calling updateRepr().
4471 2004-12-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4473         * src/style.cpp (sp_style_merge_from_style_string):
4474           More standards-conforming parsing of style strings into prop:value
4475           pairs.
4477 2004-12-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4479         * src/style.h, src/style.cpp, src/libnrtype/font-style-to-pos.cpp:
4480           Fix font-weight value: s/darker/bolder/.
4482         * src/style.cpp (sp_style_merge_from_parent):
4483           Fix bug with specifying stroke-width with unit of em or ex.
4484           (We were ignoring the number, treating it as 1em or 1ex.)
4486         * src/style.h, src/style.cpp (sp_style_read_dash,
4487           sp_style_write_string, sp_style_write_difference):
4488           Allow `inherit' as a value for dasharray.
4489           (Also plug small memory leak in sp_style_read_dash.)
4491 2004-12-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4493         * src/style.cpp (sp_style_write_string):
4494           Fix for when stroke-dasharray either explicitly set to `none', or
4495           inherits non-none.
4497         * src/style.cpp (sp_style_write_ienum):
4498           Fix: preserve explicit `inherit' request.
4499         * (sp_style_read, sp_style_merge_property):
4500           Allow explicit `inherit' for `display' property.
4502         * src/style.cpp (sp_style_read):
4503           Fix copy&paste bug affecting `visibility' and `display' properties.
4505 2004-12-07  David Turner  <novalis@gnu.org>
4507         * src/libnrtype/RasterFont.cpp, src/display/nr-arena-shape.cpp:
4508         Fixed dash rendering bug (#1077213)
4510 2004-12-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4512         * src/style.h, src/style.cpp: Support all `display' values
4513           required by SVG 1.1.  (No functional change, insofar as the new
4514           values all have the same behaviour as our existing `block' value
4515           in SVG.)
4516         * src/sp-item.cpp, src/style.cpp: Use `inline' (SP_CSS_DISPLAY_INLINE)
4517           rather than `block' as our generic display value meaning `don't hide
4518           this', as per spec.
4520         * src/style.cpp: Prefer to write lr-tb etc. rather than the
4521           abbreviations lr etc.  (Also add comment saying why.)
4523 2004-12-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4525         * src/dialogs/xml-tree.cpp (on_attr_select_row_set_value_content):
4526           Fix segfault: treat NULL as empty string for display purposes.
4528 2004-11-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4530         * src/svg/svg.h, src/svg/sp-svg.def, src/svg/svg-length.cpp:
4531           (sp_svg_boolean_read, sp_svg_write_percentage):
4532           Remove these unused functions.
4533           (sp_svg_length_read_lff, sp_svg_number_write_d,
4534           sp_svg_number_write_i): Mark static.
4536         * configure.ac:
4537           When adding -lgc to LIBS, also add its dependencies -lpthread -ldl.
4539 2004-11-28  Ted Gould  <ted@gould.cx>
4541         * 0.40
4543 2004-11-25  MenTaLguY  <mental@rydia.net>
4545         * share/tutorials/tutorial-calligraphy.svg: spelling fix
4547         * src/widgets/layer-selector.cpp: fixing the layer selector update bug;
4548           sigc++ apparently doesn't deal with reference arguments very well
4550 2004-11-25  MenTaLguY  <mental@rydia.net>
4552         * src/layer-fns.cpp: fix layer creation within sublayers
4554         * src/dialogs/layer-properties.cpp: fix dialog leak
4556 2004-11-25  MenTaLguY  <mental@rydia.net>
4558         * src/inkscape.cpp: eliminate duplicated code across #ifdefs
4560         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
4561           src/dialogs/layer-properties.h:
4563           LayerPropertiesDialog is no longer a singleton, since it's kind of a
4564           per-desktop (well, ideally per-document) thing.  Remaining to do:
4565           fix update of layer selector widget, and eliminate leak of dialog
4566           objects.
4568 2004-11-24  Kees Cook  <kees@outflux.net>
4570         * inkscape.spec: added SMP flags, added static library link capability.
4572 2004-11-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4574         * src/draw-context.cpp (spdc_concat_colors_and_flush):
4575           Do nothing if empty curve; in particular, don't try to close an
4576           empty curve.
4578         * src/pen-context.cpp (spdc_endpoint_snap):
4579           Fix use of uninitialized value when snapping.
4581 2004-11-23  Bryce Harrington <bryce@bryceharrington.org>
4583         * src/dialogs/layer-properties.cpp:  Fixing bug causing two new
4584           layers to get created when hitting enter
4586 2004-11-23  Kees Cook  <kees@outflux.net>
4588         * share/tutorials: added Josh's changes, resized, repositioned for
4589           800x600.
4590         * src/verbs.h, src/verbs.cpp, src/interface.cpp: added tracing
4591           tutorial.
4593 2004-11-23  MenTaLguY  <mental@rydia.net>
4595         * src/rect-context.cpp: disallow drawing on locked or invisible layers
4597         * src/widgets/layer-properties.h, src/widgets/layer-properties.cpp:
4598           slight HIG-ification
4600         * src/desktop.cpp, src/desktop.h, src/widgets/layer-selector.cpp,
4601           src/widgets/layer-selector.h, src/verbs.cpp, src/sp-desktop-widget.h
4603           removed vestigal layer renaming thing
4605         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
4606           src/dialogs/layer-properties.h:
4608           reuse dialog for creating layers as well as for renaming them
4610 2004-11-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4612         * src/display/bezier-utils.cpp (generate_bezier): For the sake of
4613           our current pencil tool, don't use free optimization of the end
4614           tangent vector.
4616 2004-11-21  MenTaLguY <mental@rydia.net>
4618         * src/verbs.cpp: add accels for layer menu items
4620 2004-11-21  Bryce Harrington <bryce@bryceharrington.org>
4622         * src/dialogs/layer-properties.cpp, src/verbs.cpp,
4623           src/dialogs/layer-properties.h: Hooking up layer rename
4624           functionality, and making it show correctly.
4626         * src/dialogs/debugdialog.cpp, src/dialogs/find.cpp,
4627           src/dialogs/tracedialog.cpp:  Fixing dialog show behavior
4629 2004-11-21  Kees Cook  <kees@outflux.net>
4631         * src/sp-object.cpp, src/sp-metadata.cpp: added some debugging, and
4632           fixed a dumb error in my metadata _release handler.  Should mostly
4633           close bug 1069772.
4634         * src/Makefile_insert, src/sp-skeleton.cpp, src/sp-skeleton.h:
4635           created some example SPObject implementations for a basis for any
4636           new SPObjects in the future.
4637         * src/dialogs/xml-tree.cpp: fixing logic bug in identability checker.
4638           Added immutability test to actually close 1069772.
4639         * share/icons/icons.svg, src/verbs.cpp, src/interface.cpp: adding
4640           icons for the "new" menu, vacuum, reverse, make bitmap, and trace.
4642 2004-11-20  Jon A. Cruz  <jon@joncruz.org>
4644         * src/extension/db.h, src/extension/db.cpp, src/dialogs/filedialog.cpp:
4645           Added extension matching pattern. Fixed bug 1064888.
4647         * src/dialogs/filedialog.cpp (isValidImageFile):
4648           Fixed previewing bug 1067551.
4650 2004-11-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4652         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
4653           Add splitpoints parameter.  Callers updated.
4655         * src/display/bezier-utils.cpp
4656           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full):
4657           Change last parameter from lg_max_beziers to max_beziers.
4658           Callers updated.
4660 2004-11-19  Bryce <bryce@bryceharrington.org>
4662         * src/dialogs/layer-properties.cpp,
4663           src/dialogs/layer-properties.h:  Adding some widgets.
4665 2004-11-18  Bryce <bryce@bryceharrington.org>
4667         * src/dialogs/Makefile_insert, src/dialogs/makefile.msc,
4668           src/dialogs/layer-properties.h, src/dialogs/layer-properties.h:
4669           Adding a layer properties dialog for renaming layers
4671         * src/desktop.cpp src/interface.cpp, src/verbs.cpp,
4672           src/verbs.h src/dialogs/layer-properties.cpp,
4673           src/dialogs/layer-properties.h,
4674           src/widgets/layer-selector.cpp:  Hooking in layer props dialog.
4676 2004-11-16  MenTaLguY  <mental@rydia.net>
4678         * src/widgets/document-tree-model.cpp, src/widgets/document-tree-model.h,
4679           src/widgets/layer-selector.cpp, src/widgets/Makefile_insert:
4681           removed Widgets::DocumentTreeModel because unused
4683         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4684           src/xml/repr.h:
4686           cache successive sibling counts (self+subsequent siblings) in SPRepr
4687           to make sp_repr_n_children() and sp_repr_position() more efficient,
4688           which will be needed later for e.g. GTK tree models.
4690           sp_repr_nth_child() isn't any faster as a result of the changes,
4691           but it probably won't need to be
4693         * src/xml/repr.cpp: fixed refcount leak in SPRepr::SPRepr(SPRepr const &)
4695 2004-11-15  MenTaLguY  <mental@rydia.net>
4697         * src/gc.cpp: add initial stubs that print an informative error
4698           if the GC functions are used before Inkscape::GC::init() is called
4700 2004-11-14  MenTaLguY  <mental@rydia.net>
4702         * configure.ac, src/gc-core.h, src/gc-managed.h, src/gc-anchored.h,
4703           src/gc-finalized.h, src/gc.cpp:
4705           make disabling the collector a run-time rather than a compile-time
4706           option; there are now three garbage collector options, selectable
4707           by setting the _INKSCAPE_GC environment variable:
4709            * enable - the normal collector (default)
4710            * debug - the debugging collector
4711            * disable - use standard malloc in place of the libgc allocator
4713 2004-11-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4715         * src/display/bezier-utils.cpp: Make end tangent/s be unconstrained for
4716           sp_bezier_fit_cubic, sp_bezier_fit_cubic_r, and around corner nodes.
4718         * src/pencil-context.cpp (fit_and_split): Allow the bezier fitter to
4719           choose the middle control points freely except to the extent required
4720           for smooth nodes.
4722         * src/display/bezier-utils.cpp (generate_bezier):
4723           If either end tangent is specified as zero then estimate the
4724           corresponding control point without constraining its direction
4725           from the endpoint.
4727         * src/pencil-context.h, src/pencil-context.cpp
4728           (fit_and_split, sp_pencil_context_init): Explicitly remember required
4729           tangent instead of using "first two points" hack.
4731         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
4732           Detect & prevent "ghost spikes", by allowing a corner node if
4733           the specified tangent would result in a spike.
4735         * src/display/bezier-utils.cpp (generate_bezier): Better handling
4736           of the case of infinite solutions for the lengths of the two
4737           tangent vectors: try requiring that the lengths equal each other,
4738           and solving for that length (just one variable).
4740 2004-11-13  Kees Cook  <kees@outflux.net>
4742         * src/document.cpp: wrapped updateDisplay call in undo insensitivity.
4743           Closes bug #1030436.
4745 2004-11-12  MenTaLguY  <mental@rydia.net>
4747         * src/main.cpp: fpresetsticky -> fpsetsticky
4749         * src/verbs.cpp: cast width changes
4751         * src/libnrtype/FlowBoxes.h, src/libnrtype/FlowDefs.h,
4752           src/libnrtype/FlowDest.h, src/libnrtype/FlowEater.h,
4753           src/libnrtype/FlowRes.h, src/libnrtype/FlowSols.h,
4754           src/libnrtype/FlowSrc.h, src/libnrtype/FlowSrcText.h,
4755           src/libnrtype/FlowStyle.h, src/libnrtype/FlowUtils.h:
4756           remove stdint.h which isn't being used here
4758         * src/widgets/icon.h, src/widgets/icon.cpp:
4759           icon greys out when insensitive
4761         * src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
4762           documentation
4764         * src/verbs.cpp: changed cast to reinterpret_cast to hopefully
4765           avoid compiler warning
4767 2004-11-11  Kees Cook  <kees@outflux.net>
4769         * src/seltrans.cpp, src/select-context.cpp: ref counting SPObjects
4770           correctly so undo's don't blow up an active resize/move.  Closes
4771           bug #1018756.
4773 2004-11-11  MenTaLguY  <mental@rydia.net>
4775         * src/inkscape.cpp, src/main.cpp, src/widgets/icon.cpp:
4776           removed sp_bitmap_icons
4778         * configure.ac, src/sp-image.cpp, src/object-ui.cpp:
4779           removed stale autotrace support code
4781 2004-11-10  MenTaLguY  <mental@rydia.net>
4783         * src/sp-item.cpp, src/sp-clippath.cpp, src/cp-mask.cpp:
4784           minor refcounting tweaks
4786         * src/sp-image.cpp: fixed failure to release GdkPixbufLoader when
4787           done with it (fixes bug #1063054)
4789 2004-11-10  Kees Cook  <kees@outflux.net>
4791         * configure.ac, src/gc-core.h: corrected gc.h path detection.
4793 2004-11-09  MenTaLguY  <mental@rydia.net>
4795         * src/dialogs/fileselector.cpp: fixed cut-and-paste refcount bug
4796           between SVGPreview::setFileName and SVGPreview::setFromMem that
4797           was leaking bitmap image preview SPDocuments
4799 2004-11-09  Bryce Harrington <bryce@bryceharrington.org>
4801         * src/dialogs/item-properties.cpp
4803 2004-11-09  MenTaLguY  <mental@rydia.net>
4805         * src/sp-item.cpp, src/style.cpp, src/style.h:
4806           use 'display' rather than 'visibility' for hiding, and give display
4807           a more "modern" representation in SPStyle like visibility's
4809 2004-11-09  Kees Cook  <kees@outflux.net>
4811         * src/dialogs/xml-tree.cpp: added better context to the status bar.
4812           added warning flash for id conflicts.
4813         * src/toolbox.cpp: killed some copy/paste code while bug hunting.
4815 2004-11-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4817         * src/sp-item.h, src/sp-item.cpp
4818           (isExplicitlyHidden, setExplicitlyHidden): New methods.
4820         * src/dialogs/item-properties.cpp: Change from having a `Visible'
4821           checkbox that explicitly sets the SVG visibility property to
4822           having a `Hide' checkbox that controls whether or not the
4823           element has visibility:hidden.  (Mitigates #1061934.)
4825         * src/sp-object.h, src/sp-object.cpp (visible, setVisible):
4826           Remove these methods.
4828 2004-11-07  MenTaLguY  <mental@rydia.net>
4830         * src/gc-finalized.h: fix for Debian bug #279991 (cast to ptrdiff_t
4831                               rather than int), and basic documentation
4833 2004-11-06  MenTaLguY  <mental@rydia.net>
4835         * src/sp-item.cpp: fix desktop-specific version of SPItem::isHidden()
4836                            to deal correctly with parent visibility
4838 2004-11-05  MenTaLguY  <mental@rydia.net>
4840         * src/widgets/layer-selector.cpp: more work on making the lock/hide
4841           buttons actually do something
4843         * src/sp-item.cpp, src/sp-item.h: implement lock/hide related methods
4845         * src/verbs.cpp: "Remove All Kerns" -> "Remove Manual Kerning"
4847 2004-11-04  Kees Cook  <kees@outflux.net>
4849         * src/dialogs/rdf.h, src/dialogs/rdf.cpp: added rdf:Bag for the
4850           dc:subject keyword list.  Closed bug #1021025.
4851         * src/dialogs/xml-tree.cpp, src/widgets/sp-xmlview-attr-list.cpp,
4852           src/widgets/sp-xmlview-attr-list.h: added status bar to XML
4853           editor.  added row-change callback for XML tree view.  This
4854           all supports a possible future solution to bug #869683.
4855         * src/dialogs/desktop-properties.cpp: memory leak in RDF code.
4857 2004-11-04  MenTaLguY  <mental@rydia.net>
4859         * src/widgets/layer-selector.cpp: togglable images and formatting
4860           changes (make current layer bold)
4862         * src/uri.h, src/uri.cpp: added assignment operator
4864 2004-11-03  MenTaLguY  <mental@rydia.net>
4866         * src/widgets/Makefile_insert, src/widgets/shrink-wrap-button.cpp,
4867           src/widgets/shrink-wrap-button.h:
4869           added Inkscape::Widgets::shrink_wrap_button, to make any gtk button
4870           an SPButton-like shrink-wrapped button
4872         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
4874           abandon SPButton for layer selector buttons
4876 2004-11-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4878         * po/check-markup: New script: detects <b>markup<b> <b>problems<7b>
4879           in the <b>translated strings.  (~10 such problems found.)
4880         * Makefile.am (all, check, distcheck): Run po/check-markup (with
4881           varying permissiveness of errors).
4883 2004-11-02  MenTaLguY  <mental@rydia.net>
4885         * doc/keys.xml: added documentation of layer keys
4887 2004-11-01  Kees Cook  <kees@outflux.net>
4889         * src/dialogs/align.cpp, src/dialogs/debugdialog.cpp: localized
4890         some missed strings.
4892 2004-11-01  MenTaLguY  <mental@rydia.net>
4894         * share/icons/icons.svg: gave bulia's eye icons ids
4896         * src/widgets/layer-selector.h, src/widgets/layers-selector.cpp:
4897           fixed up visibility/lock toggles... now to make them actually do
4898           something
4900 2004-10-31  MenTaLguY  <mental@rydia.net>
4902         * src/util/glib-list.h: adaptor for glib lists
4904         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
4905           save the repr next to the SPObject
4907 2004-10-30  MenTaLguY  <mental@rydia.net>
4909         * src/util/list.h: more list cleanups and documentation
4911         * src/verbs.cpp: call sp_document_done() for layer verbs too
4913 2004-10-30  Bryce Harrington <bryce@bryceharrington.org>
4915         * src/dialogs/item-properties.cpp, src/sp-object.h:  Cleaning up
4916         stubs, disabling some more of the desc code to prevent crash.
4917         The change to SPObject::label() broke the label editing code;
4918         fixing it.
4920 2004-10-30  Kees Cook  <kees@outflux.net>
4922         * src/sp-metadata.cpp, src/sp-metadata.h, src/Makefile_insert,
4923         src/document.cpp, src/sp-object-repr.cpp, src/sp-object.cpp:
4924         I've created my very first SPObject!  SPMetadata is alive!  No
4925         more nasty hack to have it disappear from SVG Plain.  Mental
4926         won't have to take away my CVS access any more!  :)
4927         * inkscape2.nsi: update from Adib Taraben
4929 2004-10-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4931         * src/libnr/nr-matrix.cpp (nr_matrix_invert):
4932           Fix for last commit to this file, which broke src==dest case.
4933         * src/libnr/nr-matrix-test.cpp: Add test cases for nr_matrix_invert.
4935 2004-10-30  MenTaLguY  <mental@rydia.net>
4937         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
4938           update when layers added/removed/reordered.
4940         * src/verbs.h, src/verbs.cpp: added "rename layer" verb.
4942 2004-10-29  Kees Cook  <kees@outflux.net>
4944         * src/Makefile_insert, src/trace/Makefile_insert,
4945         src/util/Makefile_insert: distcheck cleanups.
4947 2004-10-29  MenTaLguY  <mental@rydia.net>
4949         * src/widgets/layer-selector.cpp: default labels in italic
4951         * src/sp-object.h, src/sp-object.cpp: inkscape:label fixes
4953         * src/layer-fns.cpp: make ordering of layers complete; not just among
4954                              siblings
4956         * src/util/list.h: documentation update
4958 2004-10-29  Bryce Harrington <bryce@bryceharrington.org>
4960         * layer-fns.cpp:  documenting
4961         * layer-selector.cpp:  documenting & fixing funky widget resizing
4962         * object-ui.cpp, dialogs/item-properties.cpp, sp-object.h,
4963           sp-object.cpp, widgets/layer-selector.cpp: add ability to set
4964           inkscape:label from "Item Properties", remove id setting from
4965           "Item Properties", switch to using
4966           SPObject::label()/SPObject?::defaultLabel() in UI where object
4967           ID is currently used.  Documenting.  Switching from "label" to
4968           "inkscape:label" where appropriate.  Adding
4969           visible()/setVisible() functions and activating checkbox.
4970         * dialogs/item-properties.cpp:  Adding title and desc boxes.
4971           Adjusting layout of dialog a bit.  Changing to use of tables
4972           instead of horiz/vert boxes for layout.  Setting to inactive
4973           until some underlying bits get finished.
4975 2004-10-29  Kees Cook  <kees@outflux.net>
4977         * src/dialogs/export.cpp: moved function-based static state variable
4978           into the dialog state variables.  Closes bug #993447.
4979         * src/display/curve.cpp: fixed compile warning.
4980         * src/sp-namedview.cpp: wasn't ref counting correctly.  Closes #955020.
4982 2004-10-29  Jon A. Cruz  <jon@joncruz.org>
4984         * src/sp-image.cpp, src/extension/internal/gdkpixbuf-input.cpp:
4985           Refactoring filenames and file opening
4986           Scales imported images if DPI is known and not 72 DPI. Fixes
4987           #1029755
4989 2004-10-29  MenTaLguY  <mental@rydia.net>
4991         * src/widgets/layer-selector.cpp, src/verbs.cpp:
4992           unselect objects when layer is manually switched
4994 2004-10-28  Kees Cook  <kees@outflux.net>
4996         * src/document-undo.cpp, src/document.cpp, src/sp-namedview.cpp,
4997           src/sp-text.cpp, src/dialogs/desktop-properties.cpp,
4998           src/dialogs/export.cpp, src/extension/input.cpp,
4999           src/extension/output.cpp, src/extension/system.cpp:
5000           Fixing calls to sp_document_set_undo_sensitive to correct allow for
5001           nesting, as suggested by mental.  Found while tracking down bug
5002           #1030436.
5004 2004-10-28  MenTaLguY  <mental@rydia.net>
5006         * src/util/list.h: cleanups of list class.  I think, aside from
5007           documentation and maybe fixes for g++ 3.4 (if required), this
5008           is the last set of changes I will need to make.
5010         * src/sp-item.cpp, src/splivarot.cpp, src/util/reverse-list.h,
5011           src/util/filter-list.h, src/util/map-list.h:
5012           adjust for changes in the list class' interface
5014         * src/desktop.cpp, src/sp-desktop-widget.h:
5015           removed old layer selector and added SPDesktop::itemIsHidden()
5017         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5018           more work; it's now at least as functional as the old selector it
5019           replaces
5021 2004-10-27  Kees Cook  <kees@outflux.net>
5023         * src/libnr/nr-point.h: use NR::X and NR::Y instead of "0" and "1".
5024         * src/dialogs/export.cpp: stack/register weirdness requires a function
5025           call to get true == comparison of NR::Rect's.  Closes bug #1048614.
5026         * src/dialogs/align.cpp: saving erased iterator.  Closes bug #1054270.
5027         * share/extensions/ill2svg.pl: added strict, warnings, and detection
5028           of Image::Magick module.  Closes bug #990659.
5029         * src/dialogs/find.h, src/dialogs/find.cpp: removed unfinished new
5030           find dialog instantiation.  Closes bug #1048802.
5032 2004-10-27  Carl Hetherington  <inkscape@carlh.net>
5034         * src/extension/output.cpp: better fix for 1004134 after advice
5035         from Ted.
5037 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
5039         * src/extension/output.cpp: don't reset modified flag until after
5040         save has happened, in case it fails.  Fixes 1004134.
5042         * src/livarot/ShapeSweep.cpp: fix a typo in my cleanups.  Fixes
5043         1048151.
5045 2004-10-25  Bryce Harringotn <bryce@bryceharrington.org>
5047         * file.cpp, file.h, dialogs/export.cpp: Adding error return logic
5048           for png export code so that failure to write can be tracked.
5049           Adding an error dialog for when this occurs.  Fixes bug 1038932.
5051         * extension/system.cpp:  Changing sp_ui_error_dialog to g_warning
5052           so won't crash when running from commandline.  Fixes bug
5053           1000350.
5055         * inkscape.cpp, inkscape.h, main.cpp, dialogs/filedialog.cpp:
5056           Adding Inkscape::Application::use_gui flag as temporary hack to
5057           prevent gui dialogs from being used when running from
5058           commandline.  Fixes bug 1045067.
5060 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
5062         * src/livarot/PathCutting.cpp: fix a couple of bugs that I
5063         introduced that cause crashes on cut path.
5065 2004-10-25  Kees Cook  <kees@outflux.net>
5067         * src/sp-object.cpp: nasty hack to not export metadata on "Plain SVG".
5068           I promise I'll fix this with a proper SPObject soon.
5070 2004-10-25  Jon A. Cruz  <jon@joncruz.org>
5071         * src/file.cpp, src/file.h, src/inkscape.cpp, src/sp-image.cpp,
5072         src/uri.cpp, src/uri.h, src/dialogs/filedialog.cpp,
5073         src/extension/input.cpp, src/extension/implementation/script.cpp,
5074         src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
5075         src/extension/internal/win32.h, src/extension/plugin/gimpgrad.cpp,
5076         src/helper/png-write.cpp, src/trace/imagemap.cpp, src/xml/repr-io.cpp:
5078         Refactoring filenames and file opening
5080 2004-10-24  MenTaLguY  <mental@rydia.net>
5082         * src/Makefile.am: added/removed files
5084         * src/util/copy-list.h: nobody's using it right now, get rid of it
5086         * src/traits/copy.h, src/traits/list-copy.h:
5087           traits for determining the type to make a copy of a value
5089         * src/sp-item.cpp, src/util/filter-list.h src/util/map-list.h,
5090           src/util/reverse-list.h, src/widgets/layer-selector.cpp
5091           src/xml/sp-repr-action.cpp:
5093           let the list functions infer their own result type (where possible)
5095         * src/util/forward-pointer-iterator.h: its value type is a reference
5097 2004-10-23  MenTaLguY  <mental@rydia.net>
5099         * src/desktop.cpp: removed vertical usize limits on statusbar
5101         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5102           more layer selector work; simplfied model and customized CellRenderer
5103           settings a bit
5105         * src/attributes.cpp, src/attributes.h, src/sp-object.cpp, src/sp-object.h:
5106           add inkscape:label attribute
5108         * src/file.cpp, src/sp-anchor.h, src/sp-animation.h, src/sp-chars.h,
5109           src/sp-clippath.h, src/sp-conn-end.cpp, src/sp-defs.h, src/sp-ellipse.h,
5110           src/sp-gradient.h, src/sp-guide.h, src/sp-image.h, src/sp-line.h,
5111           src/sp-linear-gradient.h, src/sp-marker.h, src/sp-mask.h,
5112           src/sp-namedview.h, src/sp-object-group.h, src/sp-offset.h, src/sp-path.h,
5113           src/sp-pattern.h, src/sp-polygon.h, src/sp-polyline.h,
5114           src/sp-radial-gradient.h, src/sp-rect.cpp, src/sp-rect.h, src/sp-root.h,
5115           src/sp-spiral.h, src/sp-star.h, src/sp-stop.h, src/sp-string.h,
5116           src/sp-symbol.h, src/sp-text.h, src/sp-tspan.h, src/sp-use.h,
5117           src/sp-offset.cpp, src/sp-shape.h:
5119           make inheritance actual
5121 2004-10-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5123         * src/libnr/*: Move some things from nr-matrix-ops.h to new files.
5125         * src/libnr/nr-point-fns.h, src/libnr/nr-point-fns.cpp:
5126           New function is_zero.  Move is_unit_vector here
5127           (was private to sp-spiral.cpp).
5129         * src/display/bezier-utils-test.cpp: Disable a test, replacing with a
5130           todo printf and adding a comment explaining.
5132 2004-10-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5134         * src/pencil-context.cpp: Ensure that data points array p is uniqued
5135           and contains no NaNs.
5137         * src/libnr/nr-point-fns.cpp (LInfty): Fix bug with NaN coordinates:
5138           return NaN (rather than unspecified behaviour).
5139         * src/libnr/nr-point-fns-test.cpp: Add test cases for L1,L2,LInfty
5140           handling of NaN.
5142         * src/pencil-context.cpp: Fix bug: undesirable interactions between
5143           snapping and snap-to-anchor.
5145 2004-10-21  MenTaLguY  <mental@rydia.net>
5147         * src/desktop.cpp: SPDesktop::currentRoot() should pull from
5148           the current layer hierarchy just like SPDesktop::currentLayer();
5149           doubly so, since currently when switching documents the layer hierarchy
5150           is updated before the document is switched
5152         * src/util/Makefile_insert, src/util/copy-list.h: add list copy thingy
5154         * src/util/list.h: add rest()
5156         * src/util/reverse-list.h: bug fixes to reverse_list_in_place()
5158         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5159           more work on layer selector
5161 2004-10-21  Carl Hetherington  <inkscape@carlh.net>
5163         * src/livarot/Path.cpp, src/livarot/Path.h,
5164         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5165         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5166         src/livarot/ShapeMisc.cpp: excise separate path description data
5167         structure.
5169         * src/livarot/Path.h, src/livarot/Path.cpp,
5170         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5171         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5172         src/livarot/ShapeMisc.cpp, src/livarot/livarot-forward.h: move
5173         path description structs into their own files, and rename a few
5174         member variables.
5176         * src/livarot/Path.h, src/livarot/PathConversion.cpp,
5177         src/livarot/PathOutline.cpp: remove some unused functions.
5179 2004-10-20  Carl Hetherington  <inkscape@carlh.net>
5181         * src/livarot/Path.cpp: fix for 1050379, and probably lots of
5182         others.
5184         * src/livarot/Path.h, src/livarot/PathOutline.cpp: bug fix for a
5185         previous commit.
5187         * src/livarot/Path.cpp: fix a memory leak.
5189 2004-10-19  Carl Hetherington  <inkscape@carlh.net>
5191         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: more
5192         simplification cleanups.
5194         * src/livarot/PathStroke.cpp: coding style cleanups.
5196         * src/livarot/Path.h, src/livarot/PathSimplify.cpp,
5197         src/livarot/PathStroke.cpp: more cleanups; don't modify Path::pts
5198         and Path::nbPt.
5200         * src/livarot/Path.cpp, src/livarot/Path.h,
5201         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5202         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: use a
5203         std::vector for Path::pts.
5205 2004-10-18  Carl Hetherington  <inkscape@carlh.net>
5207         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: coding style
5208         and const cleanups.
5210         * src/livarot/PathSimplify.cpp: some very minor cleanups, and
5211         temporary comments for myself.
5213         * src/livarot/PathConversion.cpp: coding style cleanups.
5215         * src/livarot/PathConversion.cpp: fix for bug 1048827.
5217         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: clean up
5218         simplification code.
5220 2004-10-17  MenTaLguY  <mental@rydia.net>
5222         * share/templates/Makefile.am, share/templates/layers.svg:
5223           added a layer template
5225         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5226           more layer selector work
5228         * src/util/filter-list.h, src/util/Makefile_insert:
5229           added filter_list()
5231 2004-10-15  Carl Hetherington  <inkscape@carlh.net>
5233         * src/livarot/PathSimplify.cpp: remove #ifdef
5234         pseudo_douglas_pecker code that wasn't being used.
5236 2004-10-15  MenTaLguY  <mental@rydia.net>
5238         * src/view.h: removed obsolete status message functions
5240         * src/attributes.h: remove unused #define
5242         * src/sp-object.cpp: fix for bug #1048268 (inkscape:collect being written
5243           in "plain SVG" files)
5245         * src/sp-item.h, src/sp-item.cpp: added isLocked() and isHidden()
5246           predicates
5248         * src/sp-item.cpp, src/sp-style.cpp: basic support for visibility CSS
5249           property
5251 2004-10-14  Ted Gould  <ted@gould.cx>
5253         * share/extension/*.inkmod -> *.inx
5254         src/extension/init.cpp
5256         Changing the filename extension that is used to identify Inkscape
5257         extensions to the one specified in the design document.
5259 2004-10-14  MenTaLguY  <mental@rydia.net>
5261         * src/util/list.h: more 3.4 fixes
5263 2004-10-13  MenTaLguY  <mental@rydia.net>
5265         * src/util/list.h, src/util/forward-pointer-iterator.h:
5267           fixes to (hopefully) build with g++ 3.4 (and generally be less evil
5268           anyway)
5270 2004-10-14  Carl Hetherington <inkscape@carlh.net>
5272         * src/livarot/int-line.cpp: coding style cleanups.
5274         * src/livarot/float-line.cpp, src/livarot/float-line.h:
5275         refactoring, removal of dead code.
5277         * src/display/guideline.cpp, src/display/guideline.h: coding style
5278         cleanups.
5280         * src/livarot/Path.cpp, src/livarot/Path.h,
5281         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5282         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: merge
5283         Path::path_lineto and Path::path_lineto_b.
5285 2004-10-14  Carl Hetherington <inkscape@carlh.net>
5287         * src/Path.cpp, src/Path.h, src/PathConversion.cpp,
5288         src/PathCutting.cpp, src/PathOutline.cpp, src/PathSimplify.cpp,
5289         src/ShapeMisc.cpp: use a vector of pointers for Path::descr_cmd.
5291         * src/livarot/Ligne.cpp, src/livarot/Ligne.h,
5292         src/livarot/int-line.cpp, src/livarot/int-line.h,
5293         src/livarot/float-line.cpp, src/livarot/float-line.h,
5294         src/livarot/livarot-forward.h, src/livarot/ShapeRaster.cpp,
5295         src/sp-flowregion.cpp, src/display/canvas-bpath.cpp,
5296         src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
5297         src/display/sp-ctrlline.cpp, src/libnrtype/FlowDest.cpp,
5298         src/libnrtype/RasterFont.cpp: split Ligne into float-line and
5299         int-line.
5301         * src/libnrtype/FlowDest.cpp, src/libnrtype/RasterFont.cpp,
5302         src/libnrtype/raster-position.h, src/livarot/float-line.cpp,
5303         src/livarot/float-line.h, src/livarot/int-line.cpp: use
5304         std::vector for arrays in FloatLigne.
5306         * src/livarot/float-line.cpp, src/livarot/float-line.h: remove
5307         lots of dead code.  Make some methods private.
5309 2004-10-12  MenTaLguY  <mental@rydia.net>
5311         * src/Makefile.am: added files
5313         * src/layer-fns.cpp, src/sp-item.cpp: use iterators, simplifying code
5315         * src/sp-object.cpp, src/splivarot.cpp: adapt to new version of
5316           Inkscape::Algorithms::longest_common_suffix
5318         * src/sp-object.h, src/sp-repr-iterators.h: add new iterator classes
5320         * src/algorithms/find-last-if.h: add counterpart of std::find_if
5322         * src/algorithms/longest-common-suffix.h: rewrite to use iterators
5324         * src/algorithms/longest-prefix.h, src/algorithms/longest-suffix.h,
5325           src/algorithms/shortest-prefix.h, src/algorithms/shortest-suffix.h:
5327           removed; these algorithms are no longer necessary when using
5328           iterators
5330         * src/traits/list.h: no longer needed
5332         * src/traits/reference.h: add "Pointer" member type
5334         * src/util/Makefile_insert: shuffled files
5336         * src/util/list.h: reworked Inkscape::Util::List to be a "handle" type
5337           that can also be used as an STL iterator
5339         * src/util/forward-pointer-iterator.h: treat a pointer as an iterator,
5340           given a base pointer type and a type which defines the iteration
5341           strategy
5343         * src/util/map.h: obsolete
5345         * src/util/map-list.h: iterator-based implementation
5347         * src/traits/tree-iterator.h: no longer necessary (superceded by
5348           specific applications of Inkscape::Util::ForwardPointerIterator)
5350         * src/sp-object-tree-iterator.h, src/util/parent-axis.h,
5351           src/util/sibling-axis.h: obsolete
5353         * src/util/map.h, src/util/reverse.h: obsolete
5355         * src/util/map-list.h, src/util/reverse-list.h:
5356           iterator-based implementations
5358         * src/xml/Makefile_insert: added file
5360         * src/xml/repr.h: removed old tree iterator stuff
5362         * src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h: use new
5363           pointer iterator facility
5365         * src/xml/sp-repr-iterators.h: pointer iterators for SPRepr
5367 2004-10-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5369         * src/display/bezier-utils.h, src/display/bezier-utils.cpp
5370           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full): Change the meaning
5371           of the last parameter: was max_depth, now lg_max_beziers, with the
5372           relationship lg_max_beziers = max_depth + 1.  Callers updated.
5374         * src/xml/repr.cpp (sp_repr_change_order):
5375           Add g_return_if_fail for some conditions that would break structural
5376           integrity, and add a TODO comment indicating incompleteness.
5377           Use sp_repr_prev function.
5379         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp
5380           (sp_repr_prev_sibling): Rename to sp_repr_prev for consistency
5381           with sp_repr_next.  Don't consider it an error for child to be
5382           NULL or parentless.  Callers updated.
5384         * src/draw-context.cpp (spdc_concat_colors_and_flush,
5385           spdc_flush_white): Misc readability cleanups.
5387         * src/display/curve.cpp (sp_curve_reverse): Fix a bug where the
5388           reversed curve wrongly included a trailing moveto command.  (Bug
5389           introduced in my 2004-09-05 change: one of the callers I didn't
5390           know how to cause to run.)
5392 2004-10-12  Ted Gould  <ted@gould.cx>
5394         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
5395         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
5396         share/extensions/eps_input.inkmod, share/extensions/epsi_output.inkmod,
5397         share/extensions/gimpgrad.inkmod, share/extensions/ps_input.inkmod,
5398         share/extensions/roundhole.inkmod, share/extensions/sk_input.inkmod,
5399         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
5400         share/extensions/txt2svg.inkmod, share/extensions/wmf_input.inkmod,
5401         src/extension/dependency.cpp, src/extension/dependency.h,
5402         src/extension/extension.cpp, src/extension/init.cpp:
5404         Moving all of the dependency stuff from the scripts, up to the root
5405         extension level.  This means that everyone can have dependencies, and
5406         dependency checking (a good thing).  This makes use of the new
5407         'Dependency' class that is also in the extension directory.
5409 2004-10-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5411         * src/pencil-context.cpp (sp_pencil_context_root_handler): Split into
5412           many functions, fixing some illegal union aliasing along the way (as
5413           was done for sp_pen_context_root_handler).
5415         * src/modifier-fns.h: New file of inline functions based on macros.h
5416           MOD__CTRL etc. macros.
5417         * src/Makefile_insert: Add the new file.
5419         * src/pen-context.h: Change size of p array from SP_DRAW_MAX_POINTS to
5420           5 now that we aren't sharing with SPPencilContext.
5422         * src/draw-context.cpp, src/draw-context.h, src/pen-context.cpp,
5423           src/pen-context.h, src/pencil-context.cpp, src/pencil-context.h:
5424           Move npoints,p from SPDrawContext to both SPPenContext and
5425           SPPencilContext.
5427         * src/draw-context.cpp, src/draw-context.h: Split off new files
5428           pen-context.h, pen-context.cpp, pencil-context.h, pencil-context.cpp,
5429           draw-anchor.h, draw-anchor.cpp.
5430         * src/Makefile_insert: Add the new files.
5432 2004-10-10  Ted Gould  <ted@gould.cx>
5434         * src/event-context.cpp, src/file.cpp, src/file.h, src/print.cpp,
5435         src/print.h, src/selection-chemistry.h, src/sp-image.cpp, src/sp-item.cpp,
5436         src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp, src/sp-symbol.cpp,
5437         src/tools-switch.cpp, src/dialogs/export.cpp, src/dialogs/filedialog.cpp,
5438         src/extension/Makefile_insert, src/extension/db.cpp,
5439         src/extension/dependency.cpp, src/extension/dependency.h,
5440         src/extension/effect.cpp, src/extension/effect.h,
5441         src/extension/extension-forward.h, src/extension/extension.cpp,
5442         src/extension/extension.h, src/extension/input.cpp, src/extension/input.h,
5443         src/extension/output.cpp, src/extension/output.h, src/extension/print.cpp,
5444         src/extension/print.h, src/extension/system.cpp,
5445         src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp,
5446         src/extension/internal/svg.cpp, src/libnrtype/FlowResOut.cpp:
5448         Splitting out the different types of extensions into their own files so
5449         that the overall dependencies can be reduced.  Caused a ripple through
5450         lots of other files.  Hopefully the dependency situation is better now.
5452 2004-10-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5454         * src/draw-context.cpp:
5455           Change xp,yp file globals to NR::Point pen_draw_origin_w.
5457         * src/draw-context.cpp (sp_pen_context_root_handler):
5458           Split into many routines.  Fix some illegal union member aliasing.
5459           (pen_handle_key_press): Minor code cleanups in backspace handling.
5460           (pen_handle_motion_notify): Make tolerance var local instead of
5461           file-global.  (This transformation is applicable to many
5462           dragtolerance users.)
5464         * src/draw-context.cpp (spdc_endpoint_snap_handle):
5465           Change argument type from SPDrawContext to SPPenContext, and
5466           specialize definition accordingly.  Caller updated.
5468         * src/draw-context.h: Change red_curve_is_valid from char to bool.
5469         * src/draw-context.cpp: Change red_curve_is_valid assignments from
5470           0x00/0x01 to false/true (using find & replace).
5472 2004-10-07  Carl Hetherington  <inkscape@carlh.net>
5474         * src/nr-object.cpp, src/nr-object.h: coding style and const
5475         fixes.
5477         * src/nr-rect.cpp: added a doxygen comment.  Some coding style
5478         fixes.
5480         * src/sp-paint-server.cpp: coding style fixes.
5482         * src/nr-arena-item.cpp, src/nr-arena-item.h: move a comment to
5483         the .cpp file and make it doxygen-style.
5485         * src/livarot/Path.cpp: coding style cleanups.  Add an assert to
5486         Path::Transform().
5488         * src/livarot/Path.cpp, src/livarot/Path.h: fix some archaic
5489         notation.
5491         * src/livarot/Ligne.cpp: coding style cleanups.
5493         * src/livarot/PathOutline.cpp, src/livarot/Path.h: fix a rather
5494         nasty hack in the outlining code.
5496         * src/livarot/Path.cpp, src/livarot/Path.h,
5497         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5498         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5499         src/livarot/ShapeMisc.cpp, src/splivarot.cpp, src/sp-offset.cpp:
5500         use std::vector for Path::descr_cmd.
5502         * src/livarot/Path.cpp, src/livarot/Path.h,
5503         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5504         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5505         src/livarot/ShapeMisc.cpp: getType() and setType() in Path::path_descr.
5507 2004-10-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5509         * src/sp-object-repr.cpp (sp_repr_type_lookup): Distinguish between XML
5510           element name and sodipodi:type attribute value: use a separate table
5511           for each.
5512         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_lookup):
5513           Don't export this function.  (Also rename it to name_to_gtype and
5514           change its definition for separate tables.)
5516 2004-10-03  Kees Cook  <kees@outflux.net>
5518         * src/dialogs/rdf.cpp, src/dialogs/repr-util.cpp, src/dialogs/repr.h:
5519           Since "dc:title" can appear at multiple XML levels, a way to
5520           control max depth in searching was added.  (Closes bug #1009290)
5522 2004-09-30  MenTaLguY  <mental@rydia.net>
5524         * src/widgets/document-tree-model.cpp:
5525           more bug fixes
5527         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5528           get the layer selector sort of in more order
5530 2004-09-28  Ted Gould  <ted@gould.cx>
5532         * src/verbs.cpp, src/verbs.h, src/view.cpp:
5534         Making it so that actions get deleted as views get destroyed.
5536 2004-09-27  Ted Gould  <ted@gould.cx>
5538         * src/desktop.h, src/forward.h, src/interface.cpp, src/interface.h,
5539         src/select-toolbar.cpp, src/shortcuts.cpp, src/shortcuts.h,
5540         src/toolbox.cpp, src/toolbox.h, src/verbs.cpp, src/verbs.h,
5541         src/dialogs/align.cpp, src/dialogs/align.h,
5542         src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp,
5543         src/dialogs/export.cpp, src/dialogs/find.cpp,
5544         src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
5545         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
5546         src/dialogs/xml-tree.cpp, src/helper/action.cpp, src/helper/action.h:
5548         Wow, alot of files changed.  The ones that changed the most are
5549         verb.cpp and verb.h, which are almost entirely different.  What happened
5550         here is the verbs were made object oriented.  So, as the verbs
5551         are built into everything, lots of files changed.  Now the code
5552         for the verbs is much cleaner, and I think a little bit faster.
5553         Also, it will be easier to extend the verbs for use in effects.
5555 2004-09-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5557         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
5558           Get rid of operator NR::translate(), which was allowing
5559           *implicit* (and typically lossy) conversion to NR::translate,
5560           and which made a bug hard to find.
5562         * src/sp-gradient-test.cpp: New unit test file.  I believe this is the
5563           first test that tests an SPObject.
5564         * src/Makefile_insert, src/Makefile.am: Invoke the new test.
5566 2004-09-24  MenTaLguY <mental@rydia.net>
5568         * src/selection-chemistry.cpp:
5570           "select all" and "clear" now operate on the current layer rather than on
5571           the document root
5573         * src/verbs.cpp, src/shortcuts.cpp, layer-fns.cpp, src/sp-item.cpp:
5575           keyboard shortcuts and fixes for layer verbs
5577 2004-09-23  MenTaLguY <mental@rydia.net>
5579         * src/message-stack.h, src/message-stack.cpp:
5581           return id of flashed messages so they are cancellable
5583         * src/message-context.h, src/message-context.cpp:
5585           message context flashes now supercede one another, as regular
5586           messages do (they do not supercede regular messages though)
5588         * src/interface.cpp, src/layer-fns.cpp, src/layer-fns.h, src/verbs.cpp:
5590           initial stab at layers menu; not everything works the way it should
5591           quite yet
5593         * src/message-context.h, src/message-context.cpp:
5595           added flash methods to Inkscape::MessageContext
5597         * src/gc-core.h, src/display/nr-arena-glyphs.cpp,
5598 src/display/nr-arena-group.cpp,
5599           src/display/nr-arena-item.cpp, src/display/nr-arena-item.h,
5600           src/display/nr-arena-shape.cpp, src/libnr/nr-object.cpp,
5601 src/libnr/nr-object.h,
5603           eliminate more sources of leaks; managed objects shouldn't use refcounts
5604           among themselves
5606         * src/xml/repr.cpp: don't nuke log pointer
5608 2004-09-21  MenTaLguY <mental@rydia.net>
5610         * src/gc-finalized.h: fix for stupid bug preventing finalizable objects
5611           from being collected
5613         * src/Makefile_insert, src/gc.cpp, src/gc-core.h:
5614           move Inkscape::GC::init out-of-line, and funnel GC warnings through
5615           glib
5617 2004-09-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5619         * src/sp-marker.h, src/sp-marker.cpp (sp_marker_show_instance):
5620           Change to using NR::Matrix instead of NRMatrix.  Update caller.
5622         * src/sp-gradient.cpp (sp_gradient_get_g2d_matrix,
5623           sp_gradient_get_gs2d_matrix, sp_gradient_set_gs2d_matrix):
5624           New NR::Matrix/NR::Rect versions of existing functions.
5626         * src/libnr/nr-matrix-translate-ops.h (operator/): New function.
5628         * src/libnr/nr-matrix-scale-ops.cpp: New file.
5629         * src/libnr/nr-matrix-scale-ops.h (operator/(Matrix,scale)):
5630           New function.
5632 2004-09-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5634         * src/sp-gradient.h: Change gradientTransform from NRMatrix to
5635           NR::Matrix.  Users updated.
5637         * src/Makefile.am (EXTRA_DIST), Makefile_insert
5638           dialogs/Makefile_insert extension/implementation/Makefile_insert
5639           extension/internal/Makefile_insert helper/Makefile_insert
5640           livarot/Makefile_insert (blah_SOURCES):
5641           Add some .h files for `make dist'.
5643 2004-09-19  MenTaLguY <mental@rydia.net>
5645         * src/gc-core.h: don't defer finalizers
5647         * src/gc-core.h: bump up free space divisor -- collections should
5648           happen ~32x more frequently
5650 2004-09-19  Carl Hetherington <inkscape@carlh.net>
5652         * src/display/canvas-bpath.cpp, src/display/nr-arena-shape.cpp,
5653         src/display/sp-ctrlline.cpp, src/libnrtype/RasterFont.cpp,
5654         src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: remove some
5655         unused parameters from calls to raster code.
5657         * src/livarot/ShapeRaster.cpp: coding style cleanups.
5659         * src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: factored out
5660         _updateIntersection().
5662         * src/livarot/AVL.cpp, src/livarot/AVL.h: remove DblLinked.  Cleanups.
5664 2004-09-18  MenTaLguY <mental@rydia.net>
5666         * src/dialogs/filedialog.cpp: unref the preview document we created
5668 2004-09-18  Carl Hetherington <inkscape@carlh.net>
5670         * src/livarot/AVL.cpp, src/livarot/AVL.h,
5671         src/livarot/DblLinked.cpp, src/livarot/DblLinked.h,
5672         src/livarot/LivarotDefs.h, src/livarot/ShapeRaster.cpp,
5673         src/livarot/ShapeSweep.cpp, src/livarot/sweep-tree.cpp,
5674         src/livarot/sweep-tree.h, src/sweep-event.h: replace leftFoo and
5675         rightFoo with foo[2] in a few places.  Associated cleanups.
5677         * src/livarot/Shape.h: use Side rather than a bool for
5678         TesteIntersection.  Add some methods.  Remove some unused variables.
5680         * src/livarot/ShapeSweep.cpp: simplify TesteIntersection with use
5681         of Side.
5683         * src/livarot/sweep-event.h: const fix.
5685         * src/livarot/sweep-event.cpp: simplifications with use of Side.
5687         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
5688         src/livarot/ShapeMisc.cpp, src/ShapeSweep.cpp: lastA/firstA in
5689         Shape::dg_point ->
5691           further work on stroking; break out bezier approximation into
5692           public functions
5694 2004-09-10  MenTaLguY <mental@rydia.net>
5696         * src/render/polygon.h, src/render/shape-builder.h,
5697           src/render/shape-builder.cpp, src/render/stroke.h,
5698           src/render/dash.h:
5700           beginnings of a simple alternate renderer
5702 2004-09-09  Carl Hetherington <inkscape@carlh.net>
5704         * src/sp-flowtext.cpp, src/sp-offset.cpp, src/splivarot.cpp,
5705         src/display/nr-arena-shape.cpp, src/libnrtype/FlowDest.cpp,
5706         src/livarot/PathConversion.cpp, src/livarot/Shape.h: make
5707         Shape::nbPt and Shape::nbAr private and provide accessor methods.
5709         * src/display/nr-arena-shape.cpp, src/livarot/Shape.h: make
5710         Shape::flags private.
5712         * src/splivarot.cpp, src/livarot/PathStroke.cpp,
5713         src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
5714         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
5715         Clean up handling of flags in Shape class
5717         * src/livarot/AlphaLigne.cpp, src/livarot/Path.cpp,
5718         src/livarot/PathSimplify.cpp, src/livarot/Shape.cpp,
5719         src/livarot/ShapeSweepUtils.cpp: it's ok to free NULL.
5721         * src/livarot/Shape.h, src/sp-offset.cpp, src/splivarot.cpp,
5722         src/display/nr-arena-shape.cpp: Make Shape::pts private and offer
5723         a read-only accessor.
5725         * src/livarot/Shape.cpp, src/livarot/Shape.h,
5726         src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
5727         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp, src/
5728         livarot/ShapeSweepUtils.cpp, src/livarot/ShapeUtils.h: Rename
5729         Shape::pts to Shape::_pts, and use getPoint() wherever possible.
5731         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
5732         src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
5733         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp: Add
5734         dg_point::totalDegree() and make use of it.
5737 2004-09-08  MenTaLguY  <mental@rydia.net>
5739         * src/libnr/nr-object.h, src/libnr/nr-object.cpp: fix NRObject
5740           initialization
5742         * configure.in, src/gc-core.h, src/gc-managed.h, src/gc-anchored,
5743           src/gc-finalized.h:
5745           add a --disable-gc ./configure option to omit garbage collection
5746           from the build (the normal allocator will be used, although
5747           memory will obviously leak since it does not get explicitly freed)
5749         * src/xml/repr.cpp: SPRepr's copy constructor needs to properly
5750           initialize its fields
5752         * src/xml/repr-util.cpp, src/xml/repr-private.h,
5753           src/xml/repr.h, src/xml/repr.cpp:
5755           new child-count-related routines, and added mutation signals
5756           to SPReprDoc
5758         * src/desktop.cpp: call the "Active Group" widget by its TRUE NAME!
5760         * src/widgets/Makefile_insert, src/widgets/document-tree-model.cpp,
5761           src/widgets/document-tree-model.h, src/widgets/layer-selector.cpp,
5762           src/widgets/layer-selector.h:
5764           very cursory start on new layers UI
5766 2004-09-08  Carl Hetherington <inkscape@carlh.net>
5768         * src/helper/stock-items.cpp: fix a bad free().  Improve coding
5769         style compliance.
5771         * src/libnrtype/FlowRes.cpp: slightly unpleasant fix for a buffer
5772         overrun.
5774 2004-09-07  MenTaLguY <mental@rydia.net>
5776         * src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
5777           src/livarot/ShapeSweep.cpp:
5779           use std::vector for points array (seems to crash less?)
5781         * src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
5782           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
5783           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
5784           src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
5785           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
5787           switch to glib's allocator routines, which have the expected
5788           semantics
5790         * src/livarot/evil-malloc.h: removed
5792 2004-09-07  Ted Gould  <ted@gould.cx>
5794         * src/color-rgba.h:
5796         Some comments and some little code clean up things.  Added a couple
5797         of constructors to make life a little simpler.
5799 2004-09-06  Ted Gould  <ted@gould.cx>
5800         * src/extension/plugin/gimgrad.cpp, src/extension/implementation/plugin*
5801           share/extension/gimpgrad.inkmod, src/extension/system.cpp,
5802           src/extension/extension.h:
5804         Mega commit.  This commit does two things, it adds in the ability to
5805         do plugins in Inkscape.  This means that there are loadable modules
5806         that can be used for just about anything.  It also provides a sample
5807         implementation of a plugin to load GIMP gradients.  This means that
5808         GIMP gradients can be imported into Inkscape, giving a larger set of
5809         gradients that can be used in Inkscape.
5811         Currently, nothing here is really complete, but it is functional.  The
5812         plugins really only work for input plugins, and the GIMP gradient example
5813         isn't very robust.  They will come shortly.
5815 2004-09-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5817         * src/display/curve.h, src/display/curve.cpp:
5818           Change x,y members to NR::Point.
5819           Rename posset (spiced&spiked hot milk) to posSet as per CodingStyle.
5821         * src/display/curve.cpp (sp_curve_reverse): Previously this
5822           routine returned only the last subpath, and made it an open
5823           path.  Now it preserves all aspects of the curve other than
5824           reversing it.  I believe this change makes no difference to the
5825           draw-context and dyna-draw-context callers (though I haven't
5826           managed to test all of these callers), whereas for the `reverse
5827           path' command, users presumably expect the new behaviour.
5829         * src/display/curve.cpp (sp_curve_closepath_current):
5830           Fix bad assertion.
5832         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
5833           (get_translation): New function.
5835         * src/sp-polygon.cpp (polygon_get_value): Use static linkage.
5836           (sp_polygon_set): Remove debugging output.  Add `todo' comment.
5838 2004-09-03  MenTaLguY <mental@rydia.net>
5840         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
5841           src/sp-namedview.h:
5843           remember previously selected layer on load
5845 2004-09-02  MenTaLguY <mental@rydia.net>
5847         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp:
5849           reintroduced the inkscape:groupmode attribute
5851         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
5852           src/libnr/nr-object.cpp:
5854           remove USE_LIBGC macro again
5856 2004-08-30  MenTaLguY <mental@rydia.net>
5858         * src/sp-object.cpp:
5860           ref the object while SPObject::deleteObject runs, so it doesn't
5861           get destroyed halfway through [ fix for bug #1012874 ]
5863 2004-08-29  MenTaLguY <mental@rydia.net>
5865         * src/gc-core.h:
5867           turn off scanning of dynamic library data segments; we don't need
5868           it, and it seems to cause problems on FC2
5870 2004-08-27  MenTaLguY <mental@rydia.net>
5872         * src/traits/function.h: add typedefs for all argument positions,
5873           specifying 'void' for all arguments after the last
5875         * src/livarot/evil-malloc.h, src/livarot/BitLigne.cpp,
5876           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
5877           src/livarot/Shape.cpp, src/livarot/ShapeSweepUtils.cpp:
5879           work around livarot bugs so I can use ElectricFence
5881         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
5882           src/libnr/nr-object.cpp:
5884           make the garbage collector easy to disable by undefining
5885           USE_LIBGC in src/gc-core.h
5887 2004-08-26  MenTaLguY <mental@rydia.net>
5889         * src/document-private.h, src/document.h, src/document.cpp:
5891           add notification signal when resources are added or removed
5893 2004-08-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5895         * src/xml/repr-css.cpp (sp_repr_css_print):
5896           Fix for shared string change.
5898         * src/sp-text.cpp (sp_text_description):
5899           Fix for when font Name() call fails.
5901         * src/sp-text.cpp: CodingStyle changes, including moving some
5902           declarations to first use.
5903           Remove unused __SP_TEXT_C__ define.
5905 2004-08-25  Carl Hetherington  <inkscape@carlh.net>
5907         * src/sp-cursor.cpp, src/sp-cursor.h, src/sp-guide.cpp:
5908         coding style cleanups.
5910 2004-08-24  MenTaLguY <mental@rydia.net>
5912         * src/gc-anchor.h: fix to always use the GC base address, since
5913           that will not always be the same as 'this', when I::GC::Anchored
5914           is used via multiple inheritance.
5916 2004-08-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5918         * src/libnrtype/TextWrapper.h, src/libnrtype/TextWrapper.cpp (AppendUTF8):
5919           Use strlen instead of for-loop.
5920           Change printf to g_return_if_fail (and document that the argument
5921           must be valid UTF-8).
5922           Mark the text pointer as not being written through (const).
5924 2004-08-23  MenTaLguY <mental@rydia.net>
5926         * src/xml/repr.cpp, src/xml/sp-repr-action.h:
5928           removed stupid default 'next' constructor arguments and force them
5929           to be specified explicitly (and fix the omission of one, which
5930           fixes bug #1014541)
5932 2004-08-22  MenTaLguY <mental@rydia.net>
5934         * src/Makefile_insert, src/gc-alloc.h:
5936           introduced a GC-aware STL allocator
5938         * src/document-private.h, src/document.h, src/document.cpp:
5940           switch to using STL map for "id changed" signals
5942 2004-08-21  MenTaLguY <mental@rydia.net>
5944         * src/Makefile_insert, src/util/Makefile_insert: get libinkutil
5945           deps straightened out
5947         * src/document-private.h, src/document-undo.cpp, src/document.cpp:
5949           adapt for new APIs, header cleanups/refactorings
5951         * src/gc-core.h, src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
5953           rewrote interface to Boehm GC for increased flexibility; there are now
5954           three main classes:
5956            - Inkscape::GC::Managed: objects managed by the GC; replaces
5957                                     Inkscape::GC::Object
5959            - Inkscape::GC::Finalized: objects for which the GC will call
5960                                       destructors automatically; replaces
5961                                       Inkscape::GC::FinalizedObject
5963            - Inkscape::GC::Anchored: managed objects which can be 'anchored'
5964                                      to prevent collection while non-gc-aware
5965                                      objects are holding references; replaces
5966                                      Inkscape::Refcounted
5968           Note that they no longer inherit from each other(!), so you will
5969           need to mix-and-match via multiple inheritance.  The latter two
5970           don't do anything useful without the first, however.
5972         * src/gc-object.h, src/refcounted.h: removed
5974         * src/message-context.cpp, src/message-stack.h, src/selection.h,
5975           src/view.cpp, src/libnr/nr-object.h, src/util/list.h,
5976           src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h, src/desktop.cpp:
5978           adopt new GC API and header refatorings
5980         * src/Makefile.am, src/util/Makefile_insert:
5982           list util/* files in util's Makefile_insert now.
5984         * src/util/reverse.h: revive anx fix Inkscape::Util::reverse
5986         * src/util/share-c-string.cpp, src/util/share-c-string.h: removed
5988         * src/util/shared-c-string.cpp, src/util/shared-c-string.h:
5990           employ the type system to make shared strings a little safer to use;
5991           you can still shoot yourself in the foot, but at least now you need
5992           to aim and pull the trigger first
5994         * src/xml/Makefile_insert, src/xml/repr-action-test.cpp,
5995           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.h:
5997           reorganize transaction logging files
5999         * src/xml/repr-action-test.cpp: updated headers
6001         * src/xml/repr-action.cpp, src/xml/repr-action.h: removed
6003         * src/xml/repr-private.h, src/xml/repr.cpp, src/xml/repr.h:
6005           update for new GC API and shared strings
6007         * src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
6008           src/xml/sp-repr-action.h:
6010           header refactoring and new GC API
6012         * src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h:
6014           new GC API
6016 2004-08-20  Carl Hetherington <inkscape@carlh.net>
6018         * src/zoom-context.cpp, src/view.cpp, src/version.cpp,
6019         src/sp-defs.cpp: coding style cleanups.
6021         * src/sp-polygon.cpp: coding style and a few other small cleanups.
6023         * src/sp-anchor.cpp: coding style cleanups.  Remove unnecessary
6024         static variable.
6026 2004-08-18  Bryce Harrington <bryce@bryceharrington.org>
6028         * autogen.sh:  Fixing the 'missing ltmain.sh' bug
6030 2004-08-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6032         * src/sp-star.cpp: Use cast to guint32 instead of using modulo 2**32.
6033           Fix a uint compilation bug on Windows reported by mrchapp.
6034           Mark a few functions as static.
6036 2004-08-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6038         * src/sp-conn-end.cpp (change_endpts):
6039           Use new sp_curve_stretch_endpoints function: i.e. preserve the
6040           shape of the connector path.
6042         * src/display/curve.h, src/display/curve.cpp
6043           (sp_curve_stretch_endpoints): New function.
6045         * src/sp-use-reference.cpp: CodingStyle changes.
6047         * src/sp-item.h, src/sp-item.cpp (sp_item_write_transform):
6048           Indicate that adv won't get written to.
6050         * src/sp-rect.cpp (sp_rect_set_transform): Call sp_rect_set_shape,
6051           so that bbox is up-to-    src/livarot/PathConversion.cpp,
6052 src/livarot/Shape.cpp,
6053         src/livarot/Shape.h, src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
6054         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp,
6055         src/livarot/ShapeSweepUtils.cpp:
6056           Revert these files to their state prior to mental's "2004-08-08"
6057           entry (the change made in 2004-08-09 02:23 UTC).
6059 2004-08-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6061         * src/algorithms/longest-common-suffix.h: Fix bug I introduced three
6062           days ago.
6064         * src/attributes.h, src/attributes.cpp: New attributes
6065           SP_ATTR_CONNECTION_START, SP_ATTR_CONNECTION_END.
6066         * src/sp-conn-end.h, src/sp-conn-end.cpp,
6067           src/sp-conn-end-pair.h, src/sp-conn-end-pair.cpp:
6068           New files.
6069         * src/Makefile_insert (libinkpre_a_SOURCES): Add the new files.
6071         * src/sp-path.cpp, src/sp-path.h: Call the new connector stuff.
6073         * src/display/curve.h, src/display/curve.cpp
6074           (sp_curve_first_point, sp_curve_last_point): New functions.
6076           (sp_curve_transform): Re-implement with NR::Matrix/NR::Point.
6077           The old code appears to be buggy for sheer/rotate matrices
6078           due to calculating each y coord using the new corresponding x coord
6079           instead of the previous value.
6081           Also add NR::translate version.
6083           Get rid of the return value.  Callers updated.
6085         * src/sp-item.h, src/sp-item.cpp: (i2anc_affine): New function
6086           (essentially a rename of existing private partial_xform function, but
6087           differing behaviour on encountering non-SPItem in the hierarchy).
6089           (i2i_affine): New function (essentially a rename of existing
6090           SPItem::getRelativeAffine).  Implement SPItem::getRelativeAffine in
6091           terms of the new function.
6093           (sp_item_dt2i_affine): NR::Matrix version.
6095         * src/libnr/nr-path.h (c, setC): new methods.
6097 2004-08-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6099         * src/desktop-affine.cpp (sp_desktop_w2doc_affine,
6100         sp_desktop_doc2w_affine, sp_desktop_doc2d_xy_point),
6101         src/knotholder.cpp (knot_moved_handler), src/sp-item.cpp
6102         (SPItem::getRelativeTransform), src/sp-rect.cpp
6103         (sp_rect_set_transform), src/display/sp-canvas-util.cpp
6104         (sp_canvas_item_i2i_affine, sp_canvas_item_set_i2w_affine):
6105           Cleanup: Use the new division operators instead of multiplication by
6106           inverse.  (Currently the division operators are implemented as
6107           multiplication by inverse.)
6109         * src/splivarot.cpp, src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
6110         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
6111           Hurriedly fix some problems caused by overly-hurried changes.
6112           Address some signed/unsigned warnings.
6113           Add some assertions.
6114           (Haven't checked the performance cost of the assertions.)
6116         * src/livarot/Shape.h: Make constructors explicit.
6118 2004-08-08  MenTaLguY  <mental@rydia.net>
6120         * src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-offset.cpp,
6121           src/splivarot.cpp, src/display/nr-arena-shape.cpp,
6122           src/livarot/PathConversion.cpp, src/livarot/Shape.cpp,
6123           src/livarot/Shape.h, src/livarot/ShapeDraw.cpp,
6124           src/livarot/ShapeMisc.cpp, src/livarot/ShapeRaster.cpp,
6125           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
6127           replace ad-hoc realloced arrays with std::vector and deal with
6128           uninitialized data problems that valgrind complained about
6130         * libgc.supp: valgrind suppression profile for libgc, which necessarily
6131           reads and runs comparisons on a lot of uninitalized data; the present
6132           form of this file is probably too broad however
6134 2004-08-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6136         * src/libnr/nr-matrix-div.h, src/libnr/nr-matrix-div.cpp:
6137           operator/(NR::Point, NR::Matrix), operator/(NR::Matrix, NR::Matrix):
6138           new functions, new files.
6140         * src/algorithms/longest-common-suffix.h:
6141           Handle in O(1) time the common case of equal tails.
6142           Documentation.
6144 2004-08-08  Ted Gould  <ted@gould.cx>
6146         * src/svg-profile.h, src/Makefile_insert:
6148         Adding the first support in for trying to determine which profiles are
6149         used with certain functionality, and if that is used by the current
6150         document.  Really, right now, there is no code changes to anything that
6151         compiles.  But this is the header file that contains the class that
6152         I'm plannig to use in the future.
6154 2004-08-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6156         * src/libnrtype/RasterFont.h, src/libnrtype/RasterFont.cpp:
6157           Get rid of argumentless constructor (which was leaving
6158           style.transform as random bits), replace with constructor taking
6159           style argument.  Caller updated.
6160           Disable default copy constructor and operator=.
6162 2004-08-06  MenTaLguY <mental@rydia.net>
6164         * configure.in, src/gc-core.h, src/gc-object.h,
6165           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-group.cpp,
6166           src/display/nr-arena-image.cpp, src/display/nr-arena-item.cpp,
6167           src/display/nr-arena-shape.cpp, src/display/nr-arena.cpp,
6168           src/helper/action.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
6170           make NRObject GC-aware
6172 2004-08-06  David Turner <novalis@gnu.org>
6173         * src/sp-shape.cpp (sp_shape_marker_get_transform): Make marker handling
6174 match
6175         SVG spec better.
6177 2004-08-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6179         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
6180           NR::Matrix *= NR::scale: new.
6182         * src/sp-object.cpp, src/sp-object.h, src/sp-object-tree-iterator.h:
6183           Move TreeIterator<SPObject *> specialization to snew file
6184           sp-object-tree-iterator.h.
6185           Mark several pointers as not being written through.
6186           Correspondingly change TreeIterator specialization to
6187           <SPObject const *> instead of <SPObject *>.
6189         * display/nr-arena-item.cpp, display/nr-arena-item.h:
6190           Add NR::Matrix version of nr_arena_item_set_transform.
6192         * src/sp-item.h, src/sp-item.cpp (getRelativeTransform, partial_xform):
6193           Mark pointers as not written through.
6195         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
6196           src/path-chemistry.cpp, src/rect-context.cpp,
6197           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowdiv.cpp,
6198           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-item-group.cpp,
6199           src/sp-item-notify-moveto.cpp, src/sp-item-transform.cpp,
6200           src/sp-item.cpp, src/sp-item.h, src/sp-offset.cpp, src/sp-rect.cpp,
6201           src/sp-shape.cpp, src/sp-use.cpp, src/spiral-context.cpp,
6202           src/splivarot.cpp, src/star-context.cpp, src/text-context.cpp,
6203           src/dialogs/item-properties.cpp:
6204           Change SPItem->transform from NRMatrix to NR::Matrix.
6206         * src/libnr/nr-matrix-ops.h (operator*(NR::Matrix, NRMatrix)): new.
6208         * src/libnr/nr-matrix.h: NR::Matrix *= NR::translate: new operator.
6210         * src/nodepath.cpp: Mark NodeSort operator< as static.
6211           Indentation as per CodingStyle.
6213         * src/libnr/nr-scale.h (NR::scale(double)): new constructor.
6215         * src/svg/svg-affine.cpp (sp_svg_transform_write), src/svg/svg.h:
6216           Add NR::Matrix version.
6218 2004-08-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6220         * src/display/bezier-utils.cpp: Misc. minor changes.
6222 2004-08-04  MenTaLguY  <mental@rydia.net>
6224         * configure.in, src/gc-object.h, src/refcounted.h:
6226           start using libgc in earnest; Inkscape::Refcounted is now GC-aware
6228 2004-08-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6230         * src/nodepath.cpp: Cleanups: Mark some things as static.  Switch from
6231           pointer to reference in some places. Make const placement conform to
6232           CodingStyle.
6234         * src/inkview.cpp (sp_svgview_main_key_press): Accept some common keys
6235           like PgUp, q.
6237         * src/draw-context.cpp (fit_and_split):
6238           Slight simplification: don't handle impossible condition npoints < 2.
6239         * src/proofs: Update accordingly.  (Also add some bezier-utils proofs.)
6241 2004-08-04  David Turner <novalis@gnu.org>
6243         * sp-path.cpp: 'd' is a required attribute for paths.  Ensure that
6244         all paths have it.
6246 2004-08-03  MenTaLguY  <mental@rydia.net>
6248         * src/dialogs/rdf.cpp, src/xml/repr-util.cpp, src/xml/repr.h:
6249           removed sp_repr_recursive_drop() which is unneeded and
6250           creates unnecessary thrash in the undo logs
6252         * src/livarot/Shape.h, src/livarot/Shape.cpp,
6253           src/livarot/ShapeSweep.cpp, src/livarot/ShapeMisc.cpp:
6255           experiment to replace ad-hoc realloc() arrays with std::vector
6257 2004-08-02  David Turner <novalis@gnu.org>
6259         * file.cpp, file.h, interface.cpp, toolbox.cpp, verbs.cpp, verbs.h:
6261         Added vacuum command to remove unused defs.
6263 2004-08-02  MenTaLguY  <mental@rydia.net>
6265         * configure.in: sigc++ 2.0.2 (and before?) has a bug that
6266           causes us to crash.  require >= 2.0.3
6268         * src/Makefile.am, src/Makefile_insert, src/gc-core.h,
6269           src/gc-object.h, src/algorithms/longest-common-suffix.h,
6270           src/traits/list.h, src/traits/reference.h, src/util/flip.h,
6271           src/util/fold.h, src/util/list-iterator.h, src/util/list.h,
6272           src/util/map.h, src/util/parent-axis.h, src/util/reverse.h,
6273           src/util/sibling-axis.h, src/util/tuple.h, src/util/zip.h:
6275           more "functional" work
6277 2004-08-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6279         * src/display/curve.cpp, src/display/curve.h:
6280           Greater conformance with CodingStyle.
6282 2004-07-31  David Turner <novalis@gnu.org>
6284         * dialogs/xml-tree.cpp: Improved focus, added keystroke for attr commit.
6286 2004-07-31  Ted Gould  <ted@gould.cx>
6288         * src/extension/extension.cpp,
6289         src/extension/implementation/implementation.cpp,
6290         src/extension/implementation/implementation.h,
6291         src/extension/implementation/script.cpp,
6292         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
6293         src/extension/internal/eps-out.h:
6295         Okay, changed the prefs_ prototypes to include which extension they are
6296         working with. This should clean up some warnings before they become
6297         problems later.
6299 2004-07-31  Ted Gould  <ted@gould.cx>
6301         * src/print.cpp, src/extension/extension.cpp, src/extension/extension.h,
6302           src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp:
6304           Changed the get and set param prototypes so that they aren't overloaded
6305           anymore - this was flaky.  Also added a document to the prototype so
6306           that document specific parameters can be supported in the future.
6308 2004-07-28  David Turner <novalis@gnu.org>
6310         * sp-gradient.cpp, widgets/gradient-vector.cpp: fixed gradient handling to
6311         properly render gradients with sharp color boundaries
6313 2004-07-29  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6315         * src/inkview.cpp: Make the window title be the name of the
6316           instead of the current file instead of the first file.
6318         * src/round-test.cpp: New unit-test file.
6320         * src/desktop.h, src/sp-desktop-widget.h:
6321           Move SPDesktopWidget stuff from desktop.h to new file
6322           sp-desktop-widget.h.
6324         * debian/*: Copy lots of changes from wolfi's official Debian package
6325           of inkscape.
6326           Also use separate builddir, which simplifies the `clean' target.
6328 2004-07-24  MenTaLguY  <mental@rydia.net>
6330         * configure.in, src/Makefile.am, src/main.cpp, src/gc-core.h:
6331           added libgc dependency
6333         * src/Makefile.am, traits/function.h:
6334           added trait class for functions and C++ "functors"
6336         * src/Makefile.am, util/flip.h:
6337           added flip() which, given a function with two arguments,
6338           returns an identical function with its arguments reversed
6340 2004-07-23  MenTaLguY  <mental@rydia.net>
6342         * src/Makefile.am, src/traits/reference.h, src/util/tuple.h:
6343           added generic Tuple type
6345 2004-07-23  Ted Gould  <ted@gould.cx>
6347         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
6348         src/sp-namedview.h, src/dialogs/desktop-properties.cpp,
6349         src/display/canvas-grid.cpp, src/display/canvas-grid.h:
6351         Adding in the ability to have 'emphasis grid lines' where some lines are a
6352         different color than others.  In the default case every fifth grid line
6353         gets to be 0x11 darker alpha.  Nothing that will get in your way, but
6354         enough that you can find the spacing.  All parameters are changeable in
6355         document preferences.
6357 2004-07-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6359         * autogen.sh: Move unversioned automake to last resort.
6361 2004-07-20  Kees Cook  <kees@outflux.net>
6363         * src/dialogs/desktop-preferences.cpp: corrected my usage of static
6364           l18n strings.
6365         * src/dialogs/stroke-style.cpp: fixed missing l18n. (bug #994837)
6366         * src/dialogs/sp-attribute-widget.cpp: went hunting for other static
6367           l18n strings.  Fixed some here too.
6368         * autogen.sh: cleanups and more debugging.
6369         * share/extensions/sk2svg.sh: tempfile cleanups from pjrm (patch #990009)
6371 2004-07-20 Nathan Hurst <njh@mail.csse.monash.edu.au>
6373         * debian/changelog, configure.in: Moved to 0.40cvs and updated
6374           debian stuff.
6376 2004-07-18  MenTaLguY  <mental@rydia.net>
6378         * configure.in, src/Makefile.am, src/algorithms/Makefile_insert,
6379           src/algorithms/makefile.in, src/traits/Makefile_insert,
6380           src/traits/makefile.in, src/util/Makefile_insert, src/util/makefile.in:
6382           added src/algorithms, src/traits, and src/util subdirs
6384         * src/algorithms/longest-common-suffix.h:
6386           added generic "longest common suffix" algorithm
6388         * src/traits/list.h: added traits class for lists
6390         * src/traits/tree-iterator.h: added traits class for n-ary tree iterators
6392         * src/util/list-iterator.h: STL iterator for lists
6394         * src/util/parent-axis.h: parent "axis" of tree iterator as list
6396         * src/util/sibling-axis.h: sibling "axis" of tree iterator as list
6398         * src/xml/repr.h: specialize Traits::TreeIterator for SPRepr *
6400         * src/sp-object.h: specialize Traits::TreeIterator for SPObject *
6402         * src/sp-object.cpp: use generic "longest common suffix" to find
6403                              nearest common ancestor
6405         * src/splivarot.cpp: use genric "longest common suffix" to find
6406                              nearest common ancestor here too
6408 2004-07-18  Kees Cook  <kees@outflux.net>
6410         * Makefile.am, configure.in, autogen.sh, toolversions.sh:
6411           cleaning up some automake misbehavior from the gtkmm patch.
6412           automake 1.4isms snuck back in.
6413         * src/desktop-events.cpp: unlocalized strings updated.
6415 2004-07-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6417         * src/sp-path.cpp (sp_path_write): Handle shape->curve==NULL.
6419 2004-07-18  MenTaLguY  <mental@rydia.net>
6421         * Makefile.am, configure.in, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4,
6422           m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4,
6423           m4/progtest.m4, src/arc-context.cpp, src/arc-context.h, src/desktop.cpp,
6424           src/desktop.h, src/document.cpp, src/document.h, src/draw-context.cpp,
6425           src/draw-context.h, src/event-context.h, src/main.cpp,
6426           src/message-stack.h, src/node-context.cpp, src/node-context.h,
6427           src/nodepath.cpp, src/nodepath.h, src/object-hierarchy.h,
6428           src/rect-context.cpp, src/rect-context.h, src/selcue.cpp, src/selcue.h,
6429           src/selection-describer.cpp, src/selection-describer.h,
6430           src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
6431           src/sp-item.cpp, src/sp-item.h, src/sp-object.cpp, src/sp-object.h,
6432           src/sp-offset.cpp, src/sp-offset.h, src/sp-pattern.cpp, src/sp-use.cpp,
6433           src/sp-use.h, src/spiral-context.cpp, src/spiral-context.h,
6434           src/star-context.cpp, src/star-context.h, src/text-context.cpp,
6435           src/text-context.h, src/toolbox.cpp, src/uri-references.cpp,
6436           src/uri-references.h, src/view.cpp, src/view.h,
6437           src/dialogs/xml-tree.cpp:
6439           merged Aubanel MONNIER's gtkmm upgrade patch
6441 2004-07-17  Carl Hetherington  <inkscape@carlh.net>
6443         * src/sp-use.cpp: fix a compiler warning (closes #992960)
6445         * src/sp-offset.cpp: fix a compiler warning (closes #992960)
6447         * src/sp-text.cpp: fix a compiler warning (closes #992959)
6449 2004-07-16  Kees Cook  <kees@outflux.net>
6451         * src/verbs.h, src/verbs.cpp: added "sp_verbs_find" function for bryce.
6453 2004-07-15  Ted Gould  <ted@gould.cx>
6455         * 0.39 Release
6457 2004-07-14  MenTaLguY  <mental@rydia.net>
6459         * src/sp-object.cpp: disable recursive update warning for release
6461         * src/select-context.cpp: work around probable cut-and-paste bug
6462           between sp_select_context_item_handler and
6463           sp_select_context_root_handler by checking for drag_escaped
6465 2004-07-13  MenTaLguY  <mental@rydia.net>
6467         * src/make.exclude: omit extension/script/js/js.c from build
6469 2004-07-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6471         * src/dialogs/rdf.cpp: Don't add dc:description entry to SVG files.
6473         * src/utest/utest.h: Add include guard.
6475 2004-07-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6477         * src/decimal-round.h (decimal_round): New file, new function.
6478         * src/round.h (decimal_round): New file, new function.
6479         * src/Makefile_insert: Add to libinkpost_a_SOURCES.
6481 2004-07-11  MenTaLguY  <mental@rydia.net>
6483         * src/document.h, src/document-undo.cpp:
6484           added sp_document_get_undo_sensitive() for capturing and restoring
6485           undo sensitivity
6487         * src/sp-object.cpp: don't log id changes made to resolve
6488           duplicate ids (to avoid undo badness) (fix for bug #989023)
6490 2004-07-11  Kees Cook  <kees@outflux.net>
6492         * src/preferences-skeleton.h, src/extension/init.cpp: with simarilius,
6493           tracked down the cause of bug #988445.  Extension code now has a
6494           small section that validates preferences for valid extension names.
6495         * src/dialogs/filedialog-win32.cpp: corrected an assert test, and
6496           changed dialog to take the passed window title.
6497         * autogen.sh, config.h.mingw, configure.in, src/Makefile_insert,
6498           src/help.cpp, src/inkscape-stock.cpp, src/inkscape.cpp, src/main.cpp,
6499           src/make.dep, src/make.files, src/path-prefix.h, src/prefix.cpp,
6500           src/prefix.h, src/dialogs/stroke-style.cpp,
6501           src/extension/Makefile_insert, src/extension/init.cpp,
6502           src/extension/implementation/Makefile_insert,
6503           src/extension/implementation/script.cpp,
6504           src/extension/internal/Makefile_insert, src/helper/stock-items.cpp,
6505           src/widgets/icon.cpp:
6506         Cleaned up all the path #define's and usage.  In the process found at
6507         least 3 separate bugs associated with file locations.  This should
6508         hopefully work for Win32 as well.  Bottom line in this change: don't use
6509         INKSCAPE_DATADIR anywhere except in "path-prefix.h".  This includes
6510         an update to the autopackage code as well with fixes so that
6511         a change to "--enable-binreloc" will get recompiled correctly.  These
6512         changes should address bug #978391.
6514 2004-07-11  Carl Hetherington  <inkscape@carlh.net>
6516         * src/attributes.cpp, src/attributes.h: remove confusing
6517         snaptogrid and snaptoguides options.
6519         * src/desktop-events.cpp: use inkscape:guide-bbox instead of
6520         snaptoguides to turn guides on.
6522         * src/desktop.cpp: no need to worry about Snapper::getEnabled().
6524         * src/snap.cpp, src/snap.h: Remove explicit enabled flag from
6525         Snapper, as itconfuses people.  Added
6526         namedview_dim_snap_all_types().  Return useful stuff from
6527         vector_snap_list.
6529         * src/rect-context.cpp: Use hack to make snapping kind of work
6530         even with snap-to-bbox enabled.
6532         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp: remove
6533         snaptogrid and snaptoguides options as they confuse people.  Use
6534         better names for the scale origin radio buttons, as suggested by
6535         Bulia.
6537         * src/seltrans.cpp: Fix some cases where snap wasn't correctly applied.
6539 2004-07-10  MenTaLguY  <mental@rydia.net>
6541         * src/sp-image.cpp: prospective fix for bug #979858
6543         * src/select-context.cpp, src/select-context.h,
6544           src/seltrans.cpp, src/seltrans.h:
6546           gave SPSelTrans its own Inkscape::MessageContext, fixing
6547           bug #977971
6549 2004-07-10  Kees Cook  <kees@outflux.net>
6551         * src/knot.cpp: solved bug #988513: knot could stay grabbed in
6552           situations where the tool went away but never got "button_release"
6553           event.  This patch uses the "enter" and "leave" notifiers to disable
6554           the grab before a "motion" can come and snag the knot.
6556 2004-07-09  Kees Cook  <kees@outflux.net>
6558         * src/widgets/paint-selector.cpp: solved bug #984902: the pattern
6559           menu was being destroyed since it was remaining part of the frame
6560           that was being destroyed whenever the selector changed.  It gets
6561           ref-counted, disconnected, and destroyed correctly now.
6562         * mkinstalldirs: automake 1.8 stopped including "mkinstalldirs", but
6563           intltool still uses it.  We'll need to keep this until intltool
6564           fixes the bug.  intltool 0.31 and earlier are all buggy.
6566 2004-07-09  Carl Hetherington  <inkscape@carlh.net>
6568         * src/draw-context.cpp: remove some debugging g_prints.
6570 2004-07-08  MenTaLguY  <mental@rydia.net>
6572         * src/interface.cpp: fixed crash on desktop context menu
6574         * src/desktop.h, src/desktop.cpp:
6576           added SPDesktop::isWithinViewport() to conveniently determine
6577           if an item is within view
6579           also made isLayer() const
6581         * src/sp-object.h: added SPObject::hasChildren() predicate
6583         * src/sp-object.cpp: revert to old behavior of breaking parent
6584           link before emitting "release" signal
6586         * src/selection-chemistry.cpp: rewrote sp_selection_item_next()
6587           and sp_selection_item_prev() to work with layers
6589 2004-07-08  Carl Hetherington  <inkscape@carlh.net>
6591         * src/libnrtype/FontFactory.cpp: disable printing of debug
6592         messages.
6594         * src/sp-item-group.cpp: give it a snappoints method to fix
6595         937318.
6597         * src/draw-context.cpp: fix a couple of places where Shift isn't
6598         checked before snapping.
6601 2004-07-07  MenTaLguY  <mental@rydia.net>
6603         * src/desktop.cpp, src/interface.cpp: remove the word "layer"
6604           for now, and disable the layer selector when the user is not
6605           inside a group
6607 2004-07-07  Kees Cook  <kees@outflux.net>
6609         * src/dialogs/desktop-properties.cpp: added a few g_asserts, and
6610           added a missing sp_signal_disconnect_by_data for the color picker,
6611           which closes bug #975864.  Stopped accidentally calling
6612           sp_document_done from the update handler (fixes bug #986411).
6613         * src/dialogs/dialog-events.cpp, src/helper/action.cpp:
6614           whitespace changes, typo fixes, added a few g_asserts.
6615         * src/selection-chemistry.cpp, src/desktop.cpp: when deleting items
6616           from the desktop, the selection context may need to be cleared since
6617           it may have pointers to the deleted items.  To do this, I just
6618           reselect the current tool (fixes bug #983243).
6619         * src/dialogs/xml-tree.cpp, src/dialogs/desktop-properties.cpp:
6620           corrected tooltips memory handling.
6622 2004-07-06  MenTaLguY  <mental@rydia.net>
6624         * src/desktop.cpp: minor tweaks to make the existing layers
6625           code easier to work with in its current state (particularly,
6626           to sidestep some existing bugs that otherwise require more
6627           UI work to fix)
6629 2004-07-06  Carl Hetherington  <inkscape@carlh.net>
6631         * src/seltrans.cpp, src/sp-namedview.cpp,
6632         src/display/bezier-utils.cpp, src/libnr/nr-types.cpp:
6633         isnan appears to need a std:: namespace qualifier.
6635 2004-07-06  Ted Gould  <ted@gould.cx>
6637         * src/libnr/nr-point.h, src/libnr/nr-rect.h:
6639         Adding in a function to round the points and rectangles.  Using this
6640         for less precise comparisons.  Also, added in a function to print
6641         each of these.
6643         * src/dialogs/export.cpp:
6645         Major revisions to do all kinds of fun stuff.  The major one being
6646         that filenames and dpi's can now be stored on selections.  This
6647         makes it so that people working on a section of a document can export
6648         it consistently.
6650 2004-07-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6652         * src/sp-typeset-utils.h: Greatly reduce #includes.
6654         * src/color-rgba.h, src/Makefile_insert, src/desktop.h:
6655           Move ColorRGBA from desktop.h to new file color-rgba.h.
6656         * src/desktop.cpp, src/dropper-context.cpp: #include it.
6658 2004-07-05  Kees Cook  <kees@outflux.net>
6660         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.cpp,
6661           src/dialogs/rdf.h: added multiline data entry items, reduced
6662           overall width of the dialog, and created the license entry areas.
6663           Auto-detection of license on load works now.
6665 2004-07-05  MenTaLguY <mental@rydia.net>
6667         * src/desktop.cpp: comitted further work which gives us a
6668           partially-functional layers menu (not actually hooked up to
6669           change layers yet), and it is not always updated when it needs
6670           to be (yet).  It does also fix the crash though.
6672         * src/desktop.cpp, src/desktop.h, src/document.cpp,
6673           src/sp-item-group.cpp, src/sp-item-group.h:
6675           additional layers work; backed off on promoting siblings to
6676           layers automatically and reintroduced "global" layer mode
6678 2004-07-05  Carl Hetherington <inkscape@carlh.net>
6680         * src/desktop.cpp: prevent crash by adding a check for
6681         layer == NULL to SPDesktopWidget::_buildLayerStatusMenuItem.
6683         * src/selection-chemistry.cpp: prevent crash on copying empty
6684         groups.
6686 2004-07-04  MenTaLguY  <mental@rydia.net>
6688         * src/sp-object.cpp: fixed bug #979281 -- I had accidentally
6689           reversed the sense of a test in SPObject::requestModified(),
6690           such that CHILD_MODIFIED notifications were never being sent
6692         * src/widgets/sp-color-notebook.cpp: always assume colors are
6693           8-digit hex rrggbbaa, and zero-fill accordingly
6695           HAPPY NATHAN#@$?#$#@$!?!?!?
6697         * src/desktop.cpp, src/desktop.h, src/document.cpp, src/document.h,
6698           src/interface.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
6699           src/sp-item-group.cpp, src/sp-item-group.h, src/widgets/widget-sizes.h:
6701           Added selection-changes-current-layer and other layer refinements.
6702           Except for fixing the currently broken layer combo box on the status
6703           bar, I think this is pretty much the last of the layerish work I'm
6704           willing to do for 0.39 since we're in freeze now.
6706 2004-07-03  Kees Cook  <kees@outflux.net>
6708         * src/document.cpp, src/dialogs/desktop-properties.cpp,
6709           src/dialogs/rdf.cpp, src/dialogs/rdf.h:
6710           Added several more RDF entities.  Created entry tooltips.  Set
6711           a few RDF defaults for the document.
6713 2004-07-03  MenTaLguY  <mental@rydia.net>
6715         * src/desktop.cpp, src/document.cpp:
6717           siblings of a layer now become layers too
6719         * src/interface.cpp: switched to command names suggested by bulia
6721         * src/object-hierarchy.cpp, src/object-hierarchy.h:
6723           bugfixes and cleanups
6725         * src/sp-item-group.cpp, src/sp-item-group.h, src/sp-root.cpp:
6727           new layerMode() and setLayerMode() methods; SPGroupMode becomes
6728           SPGroup::LayerMode
6730         * src/sp-object.h: added isSiblingOf() method
6732         * src/sp-object.cpp: leave parent pointer in place until after
6733           "release" handlers finish
6735 2004-07-02  Kees Cook  <kees@outflux.net>
6737         * src/document.cpp, src/dialogs/desktop-properties.cpp,
6738           src/dialogs/rdf.cpp, src/dialogs/rdf.h, src/xml/repr.h:
6739           Made RDF's writable now.  Handling modifications and defaults.
6740           Mental and others will most likely kill me when they finally
6741           read this code.
6743 2004-07-02  MenTaLguY  <mental@rydia.net>
6745         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp,
6746           src/sp-item-group.h:
6748           Removed the "inkscape:groupmode" attribute and added note about how
6749           the group/layer mode setting needs to be per-view, not global.
6751         * src/desktop.cpp, src/desktop.h,
6752           src/object-hierarchy.cpp, src/object-hierarchy.h:
6754           Added notification signals for switching layers, as well as putting
6755           groups in layer mode when they are being used as layers.
6757           Notably, you can now call SPDesktop::connectCurrentLayerChanged() to
6758           connect to a SigC++ signal to be notified when the current layer
6759           changes.
6761         * src/interface.cpp, src/object-ui.cpp:
6763           Fixed up the "Enter Group" and "Leave Group" context menu
6764           commands a bit, and implement them both in the same places.
6766 2004-07-02  Carl Hetherington  <inkscape@carlh.net>
6768         * src/desktop-snap.cpp, src/desktop-snap.h, src/snap.cpp, src/snap.h,
6769         src/Makefile_insert src/arc-context.cpp src/draw-context.cpp
6770         src/dyna-draw-context.cpp src/make.dep src/make.files src/make.ofiles
6771         src/makefile.msc src/nodepath.cpp src/rect-context.cpp
6772         src/select-context.cpp src/selection-chemistry.cpp src/seltrans.cpp
6773         src/sp-namedview.h src/spiral-context.cpp src/star-context.cpp:
6774         renamed desktop-snap.* to snap.* since it has nothing to do with the
6775         desktop any more.
6777         * src/draw-context.cpp: Temporary hack to prevent snapping
6778         completely failing to work when snapping to bbox points.  Support
6779         shift-disables-snap for freehand drawing.
6781         * src/snap.cpp, src/snap.h: Added some temporary methods to assist
6782         with hacks elsewhere.
6784 2004-07-01  Kees Cook  <kees@outflux.net>
6786         * src/xml/repr.h, src/xml/repr-util.h, src/dialogs/rdf.cpp:
6787           moved "repr_lookup_name" into the repr-util collection so
6788           that the RDF stuff doesn't need to know about SPRepr internals.
6789           Now that I've started to grok the SPRepr stuff, this seems best.
6790           Added "sp_repr_recursive_drop" for use in the future when I may
6791           want to throw away an entire tree of SPRepr items (like ditching
6792           a blank "dc:rights" section).
6794 2004-07-01  MenTaLguY  <mental@rydia.net>
6796         * src/sp-item.cpp: fix clip path loading bug
6798         * src/sp-object.cpp: relax analness about object ids a little
6800 2004-06-30  Kees Cook  <kees@outflux.net>
6802         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.h,
6803           src/dialogs/rdf.cpp: built the various functions needed to extract
6804           the RDF text elements from the DOM.  XML in the document will now
6805           be displayed in the entry fields.
6807 2004-06-28  MenTaLguY  <mental@rydia.net>
6809         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr-css.cpp,
6810           src/xml/repr-io.cpp, src/xml/repr-private.h, src/xml/repr-util.cpp,
6811           src/xml/repr.cpp, src/xml/sp-repr-attr.h: applied peter's patch to
6812           break out NRReprAttr
6814         * src/sp-object.cpp, src/sp-object.h:
6816           added SPObject::nearestCommonAncestor, which given another SPObject
6817           returns the nearest common ancestor of the two SPObjects.
6819         * src/sp-item.cpp, src/sp-item.h:
6821           added SPItem::getRelativeTransform, which computes the SPItem's
6822           transform relative to another SPObject
6824         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
6825           src/rect-context.cpp, src/spiral-context.cpp, src/star-context.cpp,
6826           src/text-context.cpp:
6828           drawing tools now cope with drawing within transformed groups
6829           (i.e. layers)
6831 2004-06-27  MenTaLguY  <mental@rydia.net>
6833         * src/sp-object.h: remove sp_object_request_update,
6834           sp_object_invoke_update, sp_object_invoke_modified,
6835           sp_object_request_modified, and sp_object_invoke_write, which have been
6836           deprecated and are now completely unused
6838         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
6839           src/object-hierarchy.cpp, src/object-hierarchy.h, src/sp-object.cpp,
6840           src/sp-object.h:
6842           Implemented SPDesktop::setCurrentLayer(), introducing
6843           Inkscape::ObjectHierarchy to permit falling back to parents if
6844           the current layer is removed.
6846         * src/object-ui.cpp, src/interface.cpp: really crude hack of
6847           Sodipodi-like "enter group" and "leave group"
6849 2004-06-26  MenTaLguY  <mental@rydia.net>
6851         * src/refcounted.h: allow reffing/unreffing const objects
6853         * src/arc-context.cpp, src/draw-context.cpp, src/dropper-context.cpp,
6854           src/event-context.cpp, src/event-context.h, src/node-context.cpp,
6855           src/rect-context.cpp, src/selcue.cpp, src/selcue.h,
6856           src/select-context.cpp, src/select-context.h, src/seltrans.cpp,
6857           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
6858           src/text-context.cpp, src/zoom-context.cpp:
6860           Make SPSelTrans and SPSelCue proper C++ classes with constructors.
6862         * src/document.h, src/dialogs/xml-tree.cpp: removed sp_document_lookup_id
6864         * src/sp-object.cpp: clarify what is happening with bug #980407 --
6865           the clone is getting attached to the repr before the original SPObject
6866           is.
6868 2004-06-26  Carl Hetherington  <inkscape@carlh.net>
6870         * src/node-context.cpp: make sure nodepath->nodeContext is set up
6871         when the selection changes.  Fixes 936739.
6873 2004-06-25  MenTaLguY  <mental@rydia.net>
6875         * src/display/sp-canvas.cpp: enabled win32 current item workaround on
6876           all platforms
6878 2004-06-25  Kees Cook  <kees@outflux.net>
6880         * src/dialogs/rdf.h, src/dialogs/rdf.cpp, src/dialogs/Makefile_insert,
6881           src/dialogs/desktop-properties.cpp:
6883           Added data entry widgets for document metadata, including a rough
6884           license selector, and debug rdf generator.  Corrected whitespace,
6885           added table for RDF entity lookup, tag, and title mapping.  Added
6886           initial loading framework.  Cleaned up rdf_work_entity_t usage.
6888 2004-06-25  Carl Hetherington  <inkscape@carlh.net>
6890         * src/sp-namedview.cpp: cleanups in grid snap settings.  Fix a
6891         typo.
6893         * src/seltrans.cpp: optional default origin for scaling.  Fixes
6894         to snap during scale.
6896         * src/seltrans.h: s/opposit/opposite/.  Add some comments.
6898         * src/dialogs/display-settings.cpp: add default scale origin
6899         option.
6901         * src/desktop-snap.h: changes to snap_list_scale prototype.
6903         * src/desktop-snap.cpp: snap_list_scale now returns whether
6904         it snapped or not.  The best scale snap is now the one that
6905         changes the scale factor least, rather than the one that
6906         results in the snap point being closest to where it used to be.
6908         * src/display/sp-canvas.cpp: fix for win32 freeze-at-border bug,
6909         copied from SP.
6911         * src/knot.cpp, src/select-context.cpp: change spellings from
6912         British to American English for translators.
6914 2004-06-24  rejon <kidproto@users.sf.net>
6916         * src/verbs.cpp: I changed the reverse command to be more verbose and
6917           explanative.
6919 2004-06-24  MenTaLguY  <mental@rydia.net>
6921         * src/seltrans.cpp: slight change to make showing/hiding center
6922           mark easier later on
6924         * configure.in, src/main.cpp, src/star-context.cpp,
6925           src/display/bezier-utils.cpp, src/display/canvas-bpath.cpp,
6926           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
6927           src/display/sp-ctrlline.cpp, src/libnr/nr-svp.cpp,
6928           src/libnrtype/FontFactory.cpp, src/libnrtype/RasterFont.cpp,
6929           src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
6930           src/livarot/Ligne.cpp, src/livarot/PathOutline.cpp,
6931           src/livarot/ShapeMisc.cpp, src/widgets/font-selector.cpp:
6933           fixes for floating-point portability issues, courtesy of
6934           Colin Marquardt.
6936         * src/extensions/init.cpp: dirent.h requires inttypes.h on OS X
6938 2004-06-23  MenTaLguY  <mental@rydia.net>
6940         * src/Makefile_insert, src/desktop.cpp, src/managed.h,
6941           src/message-context.cpp, src/message-stack.h, src/refcounted.h,
6942           src/selection.h, src/view.cpp:
6944           Changed my mind.
6946           Inkscape::Managed is more properly called Inkscape::Refcounted
6948         * src/libnrtype/Makefile_insert, src/libnrtype/codepages.h,
6949           src/libnrtype/cp1250.cpp, src/libnrtype/cp1251.cpp,
6950           src/libnrtype/cp1252.cpp, src/libnrtype/cp1253.cpp,
6951           src/libnrtype/cp1254.cpp, src/libnrtype/cp1255.cpp,
6952           src/libnrtype/cp1256.cpp, src/libnrtype/cp1257.cpp,
6953           src/libnrtype/cp1258.cpp, src/libnrtype/cp874.cpp,
6954           src/libnrtype/cp932.cpp, src/libnrtype/cp936.cpp,
6955           src/libnrtype/cp949.cpp, src/libnrtype/cp950.cpp:
6957           removed unused Win32 codepage crap
6959 2004-06-23  Carl Hetherington  <inkscape@carlh.net>
6961         * src/inkscape.cpp: Don't connect to SIGBUS on Win32, as
6962         it doesn't seem to exist.  Add Emacs mode line.
6963         Declaration-to-first-use and coding style cleanups.
6965         * src/desktop-snap.h: a few double -> NR::Coord fixes.
6967         * src/nodepath.cpp: turn off snapping when Shift is held down.
6968         Some minor cleanups.
6970         * src/dialogs/display-settings.cpp: remove my rather dubious
6971         move_with_grid option.
6973         * src/select-context.cpp: rationalise grid modifiers; now Shift
6974         disables snap and Alt snaps movement to the grid.
6976 2004-06-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6978         * share/extensions/dia2svg.sh: Fix bashism and insecure tempfile usage.
6980 2004-06-23  Ted Gould  <ted@gould.cx>
6982         * share/extensions/dropshadow.inkmod, share/extensions/roundhole.inkmod,
6983         src/extension/system.cpp:
6985         Setting it up so that poorly formed inkmod files generate actual GTK
6986         warnings so that they can be easily hidden.  Also, fixing these two inkmod
6987         files so that they don't generate the above mentioned warnings.
6989 2004-06-22  Kees Cook  <kees@outflux.net>
6991         * src/inkscape.cpp: added SIGBUS and SIGABRT handling.
6993 2004-06-22  John Cliff <simarilius@yahoo.com>
6995         * src/object-edit.cpp:  Added knots for manipulation of pattern fills.
6996         * src/sp-shape.cpp, src/sp-shape.h:     Added sp_shape_set_pattern to
6997         explictly set the transform rather than multiplying like adjust.
7000 2004-06-22  Carl Hetherington  <inkscape@carlh.net>
7002         * src/sp-shape.cpp: add sp_shape_snappoints.
7004         * src/desktop-snap.cpp: minor cleanups.  Added a comment.
7006         * src/sp-text.cpp: removed an old comment.
7008         * src/sp-ellipse.cpp: fix snappoints method now that the parent
7009         class method has changed.
7011         * src/sp-rect.cpp: snappoints method is not required as it's now
7012         handled by SPShape.
7014         * src/sp-image.cpp: use SPItem's snappoints method.
7016         * src/file.cpp: fix another call to g_file_test with a
7017         possibly-NULL parameter.  Fixes #977413.
7019 2004-06-21  Carl Hetherington  <inkscape@carlh.net>
7021         * src/file.cpp: don't call g_file_test with a NULL path.  Fixes
7022         #976703.
7024         * src/desktop-snap.cpp: default to snapping to bounding boxes when
7025         snapping is first enabled.  Rework in terms of SPNamedView rather
7026         than SPDesktop.
7028         * src/desktop-snap.h: rework in terms of SPNamedView rather than
7029         SPDesktop.
7031         * src/arc-context.cpp, src/draw-context.cpp,
7032         src/dyna-draw-context.cpp, src/nodepath.cpp src/rect-context.cpp,
7033         src/select-context.cpp, src/selection-chemistry.cpp,
7034         src/seltrans.cpp, src/sp-namedview.cpp, src/spiral-context.cpp,
7035         src/star-context.cpp: Adapt for changes to snap code naming.
7037         * src/seltrans.cpp: cleanups to sp_sel_trans_skew_request and
7038         sp_sel_trans_scale_request.
7040 2004-06-20  Ted Gould  <ted@gould.cx>
7042         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
7043         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
7044         share/extensions/epsi_output.inkmod, share/extensions/roundhole.inkmod,
7045         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
7046         share/extensions/txt2svg.inkmod, src/extension/extension.h,
7047         src/extension/system.cpp, src/extension/implementation/script.cpp,
7048         src/extension/internal/eps-out.cpp,
7049         src/extension/internal/gdkpixbuf-input.cpp,
7050         src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
7051         src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
7052         src/extension/internal/win32.cpp:
7054         Changing the naming of the extensions to be more Java style naming to
7055         allow for more extension in the future.
7057 2004-06-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7059         * src/extension/internal/ps.cpp (PrintPS): Initialize _stream to
7060           NULL (fixes segfaults when exporting to an unopenable file), and
7061           initialize _bitmap to false instead of random.
7063 2004-06-20  MenTaLguY  <mental@rydia.net>
7065         * src/desktop.cpp, src/managed.h, src/message-context.h,
7066           src/message-stack.h, src/message.h, src/view.cpp:
7068           Document classes, and change Managed to have an initial refcount
7069           of one at creation.
7071 2004-06-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7073         * src/libnrtype/FontFactory.cpp, src/libnrtype/FontInstance.cpp,
7074           src/libnrtype/font-instance.h: If both WIN32 and WITH_XFT are
7075           defined, then use just the WITH_XFT code.  (I don't know if it's
7076           possible for both to be defined, but we might as well document
7077           that the existing code doesn't handle both being defined, AFAICT.)
7079         * src/libnrtype/FontFactory.cpp (ink_strstr): Document brokenness.
7080           (is_regular, is_nonbold, is_italic, etc.): Mark as static.
7082         * src/Makefile.am (EXTRA_DIST): Remove reference to deleted files
7083           libnrtype/nr-type-w32.cpp, libnrtype/nr-type-w32.h,
7084           libnrtype/nr-type-xft.cpp, libnrtype/nr-type-xft.h.
7086         * src/config.h.win32: Define PACKAGE_TARNAME, for require-config.h.
7087           More accurate mathematical constants (20 decimal places instead of 3).
7089 2004-06-19  MenTaLguY  <mental@rydia.net>
7091         * src/desktop.cpp, src/managed.h, src/rect-context.cpp,
7092           src/rect-context.h, src/selection.h, src/view.cpp:
7094           SPSelection now derives from Inkscape::Managed
7096         * src/Makefile_insert, src/select-context.cpp, src/select-context.h,
7097           src/selection-describer.h, src/selection-describer.cpp:
7099           Introduced Inkscape::SelectionDescriber to which SPSelectContext
7100           delegates the task of displaying descriptions of the current
7101           selection.  This fixes bug #945735.
7103 2004-06-19  Carl Hetherington  <inkscape@carlh.net>
7105         * src/desktop-snap.{cpp,h}: sp_desktop_dim_snap_list returns
7106         whether or not it snapped anything.
7108         * src/select-context.cpp: fix snap on move behaviour (again)
7110         * src/widgets/dash-selector.cpp: fix off-by-one spotted by
7111         valgrind.
7113 2004-06-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7115         * src/extension/internal/ps.cpp (begin): Add some basic error handling.
7117         * src/extension/internal/ps.cpp (setup): Simplify an expression now that
7118           _bitmap is a bool.
7120         * src/extension/internal/ps.h: Twiddle the order of the fields.
7121           Replace bitfields with bool/short.
7123         * src/libnrtype/Makefile_insert, src/libnrtype/FontInstance.h,
7124           src/make.files, src/make.ofiles, src/make.dep:
7125           Remove src/libnrtype/FontInstance.h (see change below).
7127         * src/libnrtype/RasterFont.h, src/libnrtype/raster-glyph.h,
7128           src/libnrtype/raster-position.h:
7129           Move raster_glyph, raster_position from RasterFont.h to new files
7130           raster-glyph.h, raster-position.h.
7131         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
7133         * src/libnrtype/FontInstance.h, src/libnrtype/font-glyph.h,
7134           src/libnrtype/font-instance.h, src/libnrtype/font-style.h:
7135           Move font_glyph, font_instance, and font_style definitions from
7136           FontInstance.h into new files font-glyph.h, font-instance.h,
7137           font-style.h.
7138         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
7140         * src/libnrtype/nrtype-forward.h: New file.
7141         * src/libnrtype/Makefile_insert: Add it to SOURCES.
7142         * src/libnrtype/FontFactory.h, src/libnrtype/TextWrapper.h:
7143           #include it (replacing local declarations in some cases).
7145         * src/livarot/livarot-forward.h: New file.
7146         * src/livarot/Ligne.h, src/livarot/Path.h, src/livarot/Shape.h:
7147           #include it (replacing local declarations in some cases).
7148         * src/livarot/Makefile_insert: Add it to SOURCES.
7150 2004-08-18  Ted Gould  <ted@gould.cx>
7152         * src/file.cpp, src/preferences-skeleton.h:
7154         Adding the feature that the save and open directories are saved in the
7155         preferences.  The last one will be used.
7157 2004-08-18  Carl Hetherington  <inkscape@carlh.net>
7159         * src/widgets/font-selector.cpp: uint -> guint to fix
7160         compile errors.
7162         * src/desktop-snap.{cpp,h}: make snap functions aware of the
7163         type of point they are snapping, so they can decide whether
7164         to ignore it.
7166         * src/arc-context.cpp, src/rect-context.cpp,
7167         src/spiral-context.cpp, src/star-context.cpp,
7168         src/draw-context.cpp, src/dyna-draw-context.cpp, src/nodepath.cpp,
7169         src/selection-chemistry.cpp, src/seltrans.cpp:
7170         temporarily update for changes to snapping API.
7172         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp:
7173         adapt for small changes to Snapper API.
7175         * src/select-context.cpp: use new snapping API.
7177 2004-08-17  Bryce Harrington  <bryce@bryceharrington.org>
7179         *  nodepath.cpp path-chemistry.cpp selection-chemistry.cpp,
7180            seltrans.cpp sp-typeset.cpp splivarot.cpp text-context.cpp,
7181            tools-switch.cpp dialogs/find.cpp:  Converting statusbar
7182            messages from old style to new, as per
7183            http://inkscape.org/cgi-bin/wiki.pl?StatusbarAPI
7185 2004-06-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7187         * src/mkdep.pl: Add `by mkdep.pl' to `automatically generated' line.
7189         * src/dialogs/desktop-properties.cpp:
7190           Greater conformance to CodingStyle.  Add FIXME comment.
7192         * src/sp-namedview.cpp: Tighter scoping for iteration var.
7193           Simplify some code by greater use of cheap sp_unit_get_by_id.
7195 2004-06-17  MenTaLguY  <mental@rydia.net>
7197         * src/Makefile_insert, src/arc-context.cpp, src/arc-context.h,
7198           src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
7199           src/draw-context.cpp, src/dropper-context.cpp, src/event-context.cpp,
7200           src/event-context.h, src/file.cpp, src/interface.cpp, src/knot.cpp,
7201           src/managed.h, src/message-context.cpp, src/message-context.h,
7202           src/message-stack.cpp, src/message-stack.h, src/message.h,
7203           src/select-context.cpp, src/view.cpp, src/view.h,
7204           src/libnrtype/FontFactory.cpp, src/libnrtype/nr-type-primitives.h,
7205           src/widgets/font-selector.cpp:
7207           New status messages primitives (statusbar bug not fixed yet though).
7209 2004-06-17  Carl Hetherington  <inkscape@carlh.net>
7211         * src/helper/stock-items.cpp: fix a compiler warning.  Minor
7212         coding style cleanups.
7214         * src/arc-context.cpp, src/desktop-snap.cpp, src-desktop-snap.h,
7215         src/rect-context.cpp, src/spiral-context.cpp,
7216         src/star-context.cpp: Replace desktop.h include with forward
7217         references in desktop-snap.h, and add desktop.h includes in
7218         files which require them.
7220         * src/widgets/spw-utilities.cpp, src/widgets/spw-utilities.h:
7221         add spw_vbox_checkbutton.
7223         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7224         src/sp-namedview.h, src/desktop-snap.cpp, src/desktop-snap.h,
7225         src/desktop.cpp, src/desktop.h,
7226         src/dialogs/desktop-properties.cpp, src/seltrans.cpp,
7227         src/seltrans.h, src/selection.cpp, src/selection.h,
7228         src/select-context.cpp, src/selection-chemistry.cpp:
7230         Start of new and hopefully improved snapping code.
7232 2004-06-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7234         * src/helper/units.h, src/helper/units.cpp:
7235           (sp_unit_get_by_id): new function.
7236           (sp_convert_distance_full): Change arguments & return value.
7237           Call g_log if no conversion possible.
7238           Callers updated.
7239           (sp_unit_get_default, sp_unit_get_by_name): Remove unused functions.
7240           sp_units: Less rounding error in unittobase.
7242 2004-06-16  Carl Hetherington  <inkscape@carlh.net>
7244         * src/sp-item.h: added a comment.
7246 2004-06-15  Ted Gould  <ted@gould.cx>
7248         * share/extensions/ai_input.inkmod:
7249         Removing the command-line argument to specify line endings.
7251         * src/print.cpp, src/print.h, src/sp-text.cpp,
7252         src/extension/extension.cpp, src/extension/extension.h,
7253         src/extension/implementation/implementation.cpp,
7254         src/extension/implementation/implementation.h,
7255         src/extension/internal/ps.cpp, src/extension/internal/ps.h:
7257         Changing it so that the text to vector is its own function.  This way it
7258         can be used as a parameter in Postscript, but then can be easily used for
7259         drivers which only support vector drawing.
7261 2004-06-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7263         * src/select-toolbar.cpp: Cleanups and preparation for px units.
7265         * src/helper/units.h, src/helper/units.cpp:
7266           Add reference version of sp_points_get_units, sp_units_get_points.
7267           Implement as simple multiplication instead of sp_convert_distance.
7268           (sp_units_table_sane): New function.
7269         * src/helper/units-test.cpp: Test sp_units_table_sane.
7271         * src/sp-object-repr.cpp: Move some declarations to first use.
7272         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_register):
7273           Change return type to void.
7275         * src/sp-item.cpp (sp_item_repr_compare_position):
7276           Reimplement as shallow wrapper around sp_repr_compare_position.
7278         * src/helper/units.h, src/helper/units.cpp:
7279           SPUnitId: new enum, to allow replacing string lookups.
7280           Get rid of handling for unused SP_UNIT_USERSPACE.
7281           Remove unused SPUnit.version field.
7283         * src/helper/units-test.cpp (test_bases): Test sp_unit_get_identity.
7285         * src/helper/Makefile_insert (helper_units_test_LDADD): Fix the previous
7286           commit: -lglib-2.0 instead of -lglib.
7288 2004-06-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7290         * src/Makefile.am, src/helper/Makefile_insert,
7291           src/helper/units-test.cpp:
7292           New unit test file units-test.cpp.
7294         * src/select-toolbar.cpp: Greater conformance to CodingStyle.
7296 2004-06-14  Carl Hetherington  <inkscape@carlh.net>
7298         * src/libnrtype/TextWrapper.cpp: Fix what looks like an off-by-one.
7300         * ChangeLog, src/prefs-utils.cpp:
7301         Fix bracketing typo that causes an array to be overrun.
7303 2004-06-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7305         * src/sp-path.cpp: Move some declarations to first use.
7307 2004-06-13  Kees Cook  <kees@outflux.net>
7309         * src/xml/repr.h, src/xml/repr-utils.cpp: adding additional RDF URIs
7310         to the default namespace prefix list.
7312 2004-06-13  MenTaLguY  <mental@rydia.net>
7314         * src/arc-context.cpp, src/desktop.cpp, src/desktop.h, src/document.cpp,
7315           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
7316           src/file.cpp, src/gradient-chemistry.cpp, src/interface.cpp,
7317           src/rect-context.cpp, src/selection-chemistry.cpp, src/sp-object.cpp,
7318           src/sp-object.h, src/spiral-context.cpp, src/splivarot.cpp,
7319           src/star-context.cpp, src/svg-view.h, src/text-context.cpp,
7320           src/extension/internal/gdkpixbuf-input.cpp:
7322           added SPDesktop::currentRoot() and SPDesktop::currentLayer(), which
7323           report the current "view" root and current "editing" layer,
7324           respectively; I've also added SPObject::appendReprChild().
7326           Between the two of them, they replace sp_document_add_repr, which
7327           has been removed.  Generally to add a repr to a document, you would
7328           now use either:
7330            SP_DOCUMENT_DEFS(document)->appendReprChild(repr);
7332           or:
7334            desktop->currentLayer()->appendReprChild(repr);
7336 2004-06-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7338         * src/sp-clippath.h, src/sp-gradient.h, src/sp-marker.h, src/sp-mask.h,
7339 src/sp-pattern.h:
7340           Explicitly mark _acceptObject as virtual.
7341           (Already declared as virtual in base class.)
7343         * src/file.cpp, src/main.cpp: Greater conformance to CodingStyle.
7345         * src/node-context.h, src/selcue.h, src/sp-pattern.h,
7346           src/widgets/sp-color-wheel-selector.h:
7347           Add missing includes as found by src/check-header-compile.
7349         * src/Makefile_insert:
7350         * src/sp-use-reference.cpp:
7351         * src/sp-use-reference.h:
7352         * src/sp-use.cpp:
7353         * src/sp-use.h:
7354           Move SPUseReference from sp-use.h to new files sp-use-reference.h,
7355           sp-use-reference.cpp.
7357         * src/sp-use.h (_acceptObject): Fix can't-use-ancestor check.
7359         * src/uri-references.h (getOwner): Fix copy&paste bug.
7361 2004-06-11  MenTaLguY  <mental@rydia.net>
7363         * src/sp-object.h, src/sp-object.cpp:
7365           migrated several SPObject methods to C++ methods:
7367           sp_object_invoke_write -> SPObject::updateRepr
7368           sp_object_request_update -> SPObject::requestDisplayUpdate
7369           sp_object_invoke_update -> SPObject::updateDisplay
7370           sp_object_request_modified -> SPObject::requestModified
7371           sp_object_invoke_modified -> SPObject::emitModified
7373           (leaving deprecated wrappers in place for now)
7375         * src/document.cpp, src/object-edit.cpp, src/sp-clippath.cpp,
7376           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-image.cpp,
7377           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-line.cpp,
7378           src/sp-marker.cpp, src/sp-mask.cpp, src/sp-offset.cpp,
7379           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-root.cpp,
7380           src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
7381           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
7382           src/sp-use.cpp, src/dialogs/stroke-style.cpp, src/sp-path.cpp:
7384           transitioned to SPObject::requestDisplayUpdate and
7385           SPObject::updateDisplay
7387         * src/arc-context.cpp, src/document.cpp, src/gradient-chemistry.cpp,
7388           src/knotholder.cpp, src/main.cpp, src/rect-context.cpp,
7389           src/sp-anchor.cpp, src/sp-clippath.cpp, src/sp-defs.cpp,
7390           src/sp-gradient.cpp, src/sp-item-group.cpp, src/sp-item.cpp,
7391           src/sp-mask.cpp, src/sp-namedview.cpp, src/sp-object-group.cpp,
7392           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp,
7393           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-shape.cpp,
7394           src/sp-spiral.cpp, src/sp-text.cpp, src/sp-use.cpp,
7395           src/spiral-context.cpp, src/splivarot.cpp, src/star-context.cpp,
7396           src/style.cpp, src/toolbox.cpp, src/dialogs/fill-style.cpp,
7397           src/dialogs/stroke-style.cpp, src/extension/internal/svg.cpp:
7399           transitioned to SPObject::requestModified, SPObject::emitModified,
7400           and SPObject::updateRepr; also reworked "minimal" version of
7401           updateRepr.
7403         * src/sp-object.h: added a little documentation
7405         * src/document.cpp, src/document.h, src/file.cpp,
7406           src/gradient-chemistry.cpp, src/help.cpp, src/object-ui.cpp,
7407           src/selection-chemistry.cpp, src/selection.cpp, src/seltrans.cpp,
7408           src/sp-clippath.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
7409           src/sp-namedview.cpp, src/sp-object.cpp, src/sp-offset.cpp,
7410           src/sp-pattern.cpp, src/sp-root.cpp, src/sp-text.cpp,
7411           src/sp-typeset.cpp, src/sp-use.cpp, src/splivarot.cpp,
7412           src/uri-references.cpp, src/dialogs/fill-style.cpp,
7413           src/dialogs/item-properties.cpp, src/dialogs/stroke-style.cpp,
7414           src/helper/stock-items.cpp, src/widgets/gradient-selector.cpp,
7415           src/widgets/gradient-vector.cpp, src/widgets/icon.cpp:
7417           replaced sp_document_lookup_id with SPDocument::getObjectById,
7418           and SPDocument::getObjectByRepr
7420           (left deprecated stub in place, but it should be unused at this point)
7422 2004-06-11  Ted Gould  <ted@gould.cx>
7424         * src/file.cpp, src/inkscape.cpp, src/interface.cpp, src/prefs-utils.cpp,
7425         src/prefs-utils.h:
7427         Moving the recent document setting and getting code into the prefs-utils
7428         files so that they'll be with the preferences (which they really kinda
7429         are).  Then, moved the place where they are set from the removing of the
7430         document to where the files are opened and 'save as'd.  (yes, I made up a
7431         word/contraction).
7433 2004-06-10  Carl Hetherington  <inkscape@carlh.net>
7435         * src/desktop-snap.cpp, src/desktop-snap.h,
7436         src/satisfied-guide-cns.cpp, src/satisfied-guide-cns.h,
7437         select-context.cpp, selection.cpp, selection.h, seltrans.cpp,
7438         seltrans.h, sp-ellipse.cpp, sp-image.cpp,
7439         sp-item-notify-moveto.cpp, sp-item-rm-unsatisfied-cns.cpp,
7440         sp-item-update-cns.cpp, sp-item.cpp, sp-item.h, sp-offset.cpp,
7441         sp-rect.cpp, sp-spiral.cpp, sp-star.cpp, sp-text.cpp:
7443         Use a std::vector to store snap points, rather than a fixed-size
7444         array.
7446 2004-06-09  Carl Hetherington  <inkscape@carlh.net>
7448         * src/desktop-snap.cpp, src/desktop-snap.h: Coding style fixes.
7449         Use NR::Coord rather than double where appropriate.  Added some
7450         comments.  Use NR::Dim2 where appropriate.  Use NR_HUGE rather
7451         than hardcoded 1e18s.
7453         * src/rect-context.cpp, src/nodepath.cpp, src/arc-context.cpp:
7454         Adapt for changes to sp_desktop_dim_snap prototype.
7456         * src/select-context.cpp:
7457         Adapt for changes to sp_desktop_dim_snap_list prototype.
7459 2004-06-08  MenTaLguY  <mental@rydia.net>
7461         * src/display/sp-canvas.h, src/livarot/DblLinked.h,
7462           src/livarot/LivarotDefs.h, src/livarot/AVL.h, src/livarot/Shape.h,
7463           src/livarot/ShapeUtils.h, src/livarot/Ligne.h,
7464           src/object-edit.cpp, src/spiral-context.cpp, src/sp-shape.cpp:
7466           Portability fixes from Colin Marquardt <colin@marquardt-home.de>.
7468 2004-06-08  Carl Hetherington  <inkscape@carlh.net>
7470         * src/main.cpp: remove the call to
7471         Extension::Internal::PrintWin32::init() entirely after Ted pointed
7472         out that it would be called by code in src/extension/init.cpp
7473         anyway.
7475 2004-06-08  Ted Gould  <ted@gould.cx>
7477         * src/main.cpp:
7479         Added in a version command to our command line args.  This fixes
7480         enhancement request 968642.
7482 2004-06-07  MenTaLguY  <mental@rydia.net>
7484         * src/document.cpp, src/document.h, src/document-undo.cpp,
7485           src/sp-object.h, src/sp-object.cpp:
7486           renamed object garbage collection routines to fit the "orphan"
7487           terminology
7489 2004-06-07  Carl Hetherington <inkscape@carlh.net>
7491         * src/main.cpp: tentative fix for startup crash on Win32.  Ensure
7492         that Extension::Internal::PrintWin32::init() is not called until
7493         after inkscape_application_init().
7495 2004-06-07  Ted Gould  <ted@gould.cx>
7497         * src/inkscape.cpp, src/main.cpp:
7499         Moving the initialization of the extensions into the Inkscape application
7500         init.  I have mixed feelings on this.  On one hand, basically extension
7501         init gets called directly after applicaiton init and extensions init has
7502         nothing to do with anything else in main.  On the other hand I'm not sure
7503         that it is directly related to the structure of the application itself.
7504         Comments are welcome.
7506 2004-06-06  MenTaLguY  <mental@rydia.net>
7508         * src/attributes.cpp, src/attributes.h: added inkscape:collect attribute
7509           to specify orphan collection policy (collect with parent, or always
7510           collect)
7512         * src/document-undo.cpp, src/document.cpp, src/document.h: added an orphan
7513           collection pass as part of comitting an undo step
7515         * src/sp-object.cpp, src/sp-object.h:
7516           add total hrefcount for all descendants, and basic orphan collection
7517           facilities
7519         * src/gradient-chemistry.cpp, src/dialogs/stroke-style.cpp,
7520           src/extension/internal/gdkpixbuf-input.cpp:
7521           mark automatically added gradients, patterns, and markers for orphan
7522           collection
7524 2004-06-06  Bryce Harrington <bryce@bryceharrington.org>
7526         * libnrtype/nr-type-xft.cpp, libnrtype/nr-font.cpp,
7527           libnrtype/nr-rasterfont.cpp, libnrtype/nr-type-directory.cpp,
7528           libnrtype/nr-typeface.cpp, libnrtype/nr-type-w32.cpp,
7529           libnrtype/nr-type-ft2.cpp, libnrtype/nr-type-pos-def.cpp,
7530           libnrtype/nr-type-primitives.cpp:
7532         Documenting the routines.  This adds basic code docs for
7533         everything in libnrtype.
7535 2004-06-06  Ted Gould  <ted@gould.cx>
7537         * src/main.cpp, src/preferences-skeleton.h, src/extension/extension.cpp:
7539         Making it so that the extension parameters get saved in the Inkscape
7540         preferences.  Most people will notice that their printer gets saved now.
7541         But this does alot more than that.  Added an "extensions" group to the
7542         preferences skeleton for all these settings.  All settings get saved as
7543         "module ID"."param name".  Also had to change where the extensions get
7544         init'd in the startup to put it behind the Inkscape application so that
7545         prerefences could be used.
7547 2004-06-03  Ted Gould  <ted@gould.cx>
7549         * src/file.cpp, src/dialog/filedialog.cpp:
7551         Making the whole file dialog alot more fun.  Basically, now the
7552         first filename will always be unique on files that don't have a
7553         filename already.  And, if you've selected a different default
7554         extension, that extension's filename extension will be placed
7555         on the file.  Also, when you change the extension to save with
7556         in the dialog, the filename extension will change with you (assuming
7557         that you were using filename extensions previously ofcourse).
7558         Finally, the checkbox to autoappend extensions is no insensitive
7559         when "Autodetect" is selected.
7561 2004-06-03  MenTaLguY  <mental@rydia.net>
7563         * src/file.cpp, src/extension/internal/ps.cpp,
7564           src/extension/internal/win32.cpp, src/sp-pattern.cpp,
7565           src/dialogs/stroke-style.cpp, src/display/nr-arena-glyphs.cpp,
7566           src/display/nr-arena-group.cpp, src/display/nr-arena-image.cpp,
7567           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
7568           src/widgets/icon.cpp, src/dialogs/nr-arena-item.h:
7570           Introduced the notion of "parent" NRGCs
7572 2004-06-02  bulia byak <bulia@users.sourceforge.net>
7574         * src/selection.h, src/selection.cpp:
7576         * preferences-skeleton.h dialogs/display-settings.cpp sp-item.cpp: New
7577 settings
7578         for various compensations
7580         * sp-shape.cpp sp-shape.h sp-rect.cpp sp-path.cpp: Factored out adjustments
7581         (stroke and pattern so far) from optimizing items into sp-shape.
7583         * libnr: Added distance function for a couple of points. Added expansions
7584 for X and Y.
7586         * object-edit.cpp sp-rect.cpp sp-item.cpp toolbox.cpp: Made rect use
7587 absolute
7588         radii, added recursive compensation on item_transform. Added new knot for
7589         rect, moved corner knots to the top right corner. Rect toolbar shows visible
7590         rx/ry.
7592         * toolbox.cpp: Finally got the freeze semaphores right (prevent loops for
7593         changes both from the repr and from toolbar UI).
7595         * sp-namedview.cpp: Guarding against nan in zoom, cx, cy
7597         * select-toolbar.cpp helper/unit-menu.cpp helper/unit-menu.h: Fix units menu
7598 size
7600         * node-context.cpp: Second Esc or empty-click deselects object
7602         * desktop.cpp desktop.h: Restored sticky zoom
7604         * preferences-skeleton.h extension/internal/gdkpixbuf-input.cpp file.cpp: Do
7605 not
7606         group import if only one item; move its defs to our defs; select and move
7607         under cursor the imported item/group. Optionally import bitmaps as filled
7608         rects.
7610         * many -context files: Decoupled seltrans and selcue so that the latter can
7611 be
7612         used outside of selector; enabled optional selcue in all tools
7614         * many files: New set_color signals on desktop, switching the dropper to
7615 them;
7616         needs to be redone for style. Excise the old inkscape::color_set signal.
7618         * dialogs/stroke-style.cpp: Fix the "all clubs" marker preview bug. In
7619 markers
7620         menu, skip document markers with stockid only if the same stockid is in
7621         markers.svg; add separator.
7623         * many fill and stroke files: Remove old mode selector, remove dropper
7624 checkbox
7625         (now always on). Remember active colorselector page. Remove redundant checks
7626         in setting color (fixes at least one bug). Cosmetics, cleanup, b/w icons,
7627         shortened labels, added mnemonics and tooltips, removed the drop-down modes
7628         list. Switched color spinbuttons to 0..255 enabling 0..1 floats to be typed
7629 as
7630         well.
7632         * dialogs/find.* et al: Find dialog, command
7634         * selection-chemistry.cpp: Fix copying objects from different parents; fix
7635 and
7636         reorganize copying gradients, recurse into groups
7638         * dialogs/xml-tree.cpp: Removed unused desktop shutdown signal, fixes
7639 problem
7640         with saving window settings on exit
7642         * select-toolbar.cpp: Percentage unit, lock toggle, NR::Rectification
7644         * sp-object.cpp path-chemistry.cpp splivarot.cpp et al: Sending
7645 _delete_signal
7646         recursively for descendants; switched to deleteObject where appropriate to
7647         notify clones
7649         * preferences-skeleton.h desktop.cpp desktop.h interface.cpp: Window layout
7650         fully configurable, commands in the View menu
7652         * path-chemistry.cpp: Fixed transform when combining inside group
7654         * preferences-skeleton.h sp-item.cpp dialogs/display-settings.cpp: Fixes in
7655         scalestroke (coded by Carl): arbitrary depth recusion, setting stroke-width
7656         via repr, pref in the transforms tab
7658         * widgets/sp-xmlview-attr-list.cpp: More robust listener
7660 2004-06-01  Ted Gould  <ted@gould.cx>
7662         * src/extension/internal/gdkpixbuf-input.cpp:
7663         Making it so that the lists of extensions and mimetypes are
7664         used in the creation of the plugins.  Also, free'ing everything
7665         properly so that we don't have a memory leak.
7667 2004-05-30  MenTaLguY  <mental@rydia.net>
7669         * src/selection.h, src/selection.cpp:
7670           rework SPSelection to be SPObject- rather than SPItem- oriented;
7671           this will be needed later for the layers/document tree dialog
7672           (and could prove useful for the XML editor later too)
7674         * src/sp-item.h: make SPItem a proper C++ subclass of SPObject
7676         * src/dialogs/item-properties.cpp:
7677           correct overly intimate knowledge of SPObject (use SP_OBJECT_ID rather
7678           than directly accessing the SPObject::id member)
7680 2004-05-27  Kees Cook  <kees@outflux.net>
7682         * src/extension/internal/ps.h, src/extension/internal/ps.cpp:
7683           Hopefully fixed the locale problems in the PS output generator.
7684         * src/sp-offset.cpp, src/display/bezier-utils-test.cpp,
7685           src/display/nr-arena-item.cpp, src/libnr/nr-svp-render.cpp,
7686           src/libnr/testnr.cpp, src/livarot/AlphaLigne.cpp,
7687           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
7688           src/livarot/PathCutting.cpp, src/livarot/Shape.cpp,
7689           src/livarot/ShapeDraw.cpp, src/livarot/ShapeSweep.cpp,
7690           src/svg/svg-affine.cpp: added comments and notes to all remaining
7691           "printf"ish calls that have %g or %f in them.  Most are just debug
7692           output, etc.  Hopefully we are actually free of locale bugs!  :)
7693         * src/desktop.h, src/desktop.cpp: desktop's knowledge of
7694           fullscreen-ness doesn't depend on having the ability to DO it.  Other
7695           functions already test "is_fullscreen" to alter their behavior.
7697 2004-05-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7699         * src/extension/system.h, src/extension/system.cpp (build_from_file):
7700           Remove unused second argument.  Callers updated.
7701         * src/extension/system.cpp (build_from_reprdoc):
7702           Just one call to sp_repr_name per child.
7703         * src/extension/system.h, src/extension/system.cpp:
7704           Cleanup: greater conformance to CodingStyle.
7706 2004-05-23  MenTaLguY  <mental@rydia.net>
7708         * src/libnrtype/Makefile_insert, src/libnrtype/nr-type-gnome.cpp,
7709           src/libnrtype/nr-type-gnome.h, src/libnrtype/nr-type-dictionary:
7711           removed gnome-print libnrtype backend
7713 2004-05-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7715         * src/xml/repr.h, src/xml/repr-util.cpp:
7716           Remove unused function sp_repr_set_position_relative.
7718         * src/xml/repr-util.cpp (sp_repr_compare_position, sp_repr_position):
7719           Minor cleanups.
7721 2004-05-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7723         * src/sp-use.cpp: Cleanup: greater conformance to CodingStyle.
7725         * src/sp-item-group.cpp (sp_item_group_ungroup): Fix bug #956334:
7726           ungrouping was reversing the order of the group members.
7728         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp: New files.
7729         * src/xml/Makefile_insert (xml_libspxml_a_SOURCES): Add the new files.
7731         * src/xml/repr-private.h, src/xml/repr.cpp (sp_repr_nth_child):
7732           Remove this unused function.
7734         * src/xml/repr.h, src/xml/repr.cpp (sp_repr_parent):
7735           Mark pointer as not written through (const).
7737 2004-05-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7739         * src/xml/repr.cpp: Cleanup: greater conformance to CodingStyle.
7741         * src/Makefile_insert: Add missing dependencies on inkscape_version.h.
7742         * src/display/Makefile_insert: Adapt dependency object names for
7743           `subdir-objects' automake option.
7744         * src/helper/Makefile_insert: Adapt dependency object names for
7745           lack of libspchelp-specific CPPFLAGS.
7747 2004-05-17  Carl Hetherington <inkscape@carlh.net>
7749         * src/libnrtype/nr-type-w32.cpp: Tentative fix for
7750         build problems on Win32.
7752         * src/extension/internal/svg.cpp: Coding style cleanups.
7754 2004-05-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7756         * src/sp-item.h, src/sp-item.cpp: Remove unused
7757           distance-conversion functions sp_item_distance_to_svg_bbox,
7758           sp_item_distance_to_svg_viewport.
7760         * src/sp-item.cpp: Cleanup: greater conformance to CodingStyle.
7762         * acinclude.m4: Remove.
7764 2004-05-16  Carl Hetherington  <inkscape@carlh.net>
7766         * src/extension/internal/svg.cpp:
7767         Throw an exception if sp_repr_save_file fails.  This should close
7768         bug 948921.
7770 2004-05-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7772         * src/check-header-compile.in: New script.
7773         * configure.in: Add it to list of files for substitution.
7775         * src/star-context.cpp: Minor cleanups, and use g_strdup_printf instead
7776           of fixed-size buffer for translated string.
7778         * src/selection-chemistry.cpp: Use NR::Rect bounds() method instead of
7779           old bounds(NRRect*).
7781         * src/document.cpp (sp_document_create):
7782         * src/preferences-skeleton.h:
7783           Use INKSCAPE_VERSION from inkscape_version.h instead of VERSION.
7785         * src/libnr/nr-rotate-test.cpp: Use new rotate_equalp function.
7787         * src/libnr/nr-translate-ops.h (operator-): New function.
7789         * src/select-context.cpp:
7790         * src/selection-chemistry.cpp:
7791         * src/xml/repr.h:
7792         * src/sp-defs.h:
7793           Cleanup: greater conformance to CodingStyle.
7795         * src/libnr/nr-macros.h: Don't #include nr-matrix.h, nr-rect.h.
7797         * src/arc-context.h, src/desktop-affine.h, src/dir-util.h,
7798           src/draw-context.h, src/dyna-draw-context.h, src/help.h,
7799           src/knotholder.h, src/prefs-utils.h, src/select-toolbar.h,
7800           src/sp-clippath.h, src/sp-mask.h, src/sp-pattern.h, src/sp-use.h,
7801           src/text-context.h, src/toolbox.h, src/tools-switch.h,
7802           src/dialogs/dialog-events.h, src/dialogs/sp-attribute-widget.h,
7803           src/display/sp-canvas.h, src/helper/gnome-utils.h,
7804           src/helper/png-write.h, src/helper/stock-items.h, src/inkjar/jar.h,
7805           src/libnr/nr-matrix.cpp, src/libnr/nr-point-l.h,
7806           src/svg/stringstream.h, src/svg/svg-affine.cpp,
7807           src/widgets/gradient-selector.h, src/widgets/paint-selector.h,
7808           src/widgets/spinbutton-events.h, src/widgets/spw-utilities.h,
7809           src/xml/repr-action.h:
7810           Add missing header files as detected by check-header-compile script.
7812         * src/libnr/nr-rotate-fns.h, src/libnr/nr-rotate-fns.cpp: New files.
7813         * src/libnr/nr-rotate-fns-test.cpp: New unit test.
7814         * src/libnr/Makefile_insert, src/Makefile.am: Reference new files,
7815           add to unit tests.
7817         * src/libnr/nr-rotate.h: Add Coord,Coord constructor.
7819         * src/libnr/nr-rotate.h, src/libnr/nr-rotate-ops.h (operator*=):
7820         New method.
7822         * src/libnr/nr-point-fns.h (point_equalp): New function.
7824         * src/radial.h: Remove this unused header.
7826         * src/xml/xml-forward.h: New file.
7827         * src/xml/Makefile_insert: Add it to xml_libspxml_a_SOURCES.
7828         * src/xml/repr-private.h: Include it.
7830 2004-05-16  MenTaLguY  <mental@rydia.net>
7832         * src/libnrtype/nr-type-directory.cpp, src/libnrtype/nr-type-ft2.cpp,
7833           src/libnrtype/nr-type-ft2.h, src/libnrtype/nr-type-gnome.h,
7834           src/libnrtype/nr-type-w32.h, src/libnrtype/nr-type-xft.cpp,
7835           src/libnrtype/nr-typeface.h:
7837           transition to C++ inheritance
7839         * src/verbs.cpp, src/helper/action.h, src/helper/action.cpp,
7840           src/widgets/button.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
7842           removed barely-used "in-place construction" facility for NRObject
7844         * src/helper/action.h, src/helper/action.cpp,
7845           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-glyphs.h,
7846           src/display/nr-arena-image.cpp, src/display/nr-arena-image.h,
7847           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
7848           src/helper/action.cpp, src/helper/action.h, src/libnr/nr-object.cpp,
7849           src/libnr/nr-object.h, src/libnrtype/nr-type-ft2.cpp,
7850           src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
7851           src/libnrtype/nr-typeface.cpp:
7853           Made NRObject "C++-compatible".  All C++ features including virtual
7854           methods and RTTI should now be available to NRObject subclasses
7855           _provided_:
7857            a) there is an unbroken chain of _C++_ inheritance from the subclass
7858               back to NRObject
7860            b) the NRObject-derived inheritance chain is always first in cases
7861               of multiple inheritance (the NRObject must be first in the memory
7862               layout)
7864            c) The subclass in question overrides NRObjectClass::cpp_ctor in its
7865               own class_init function, with a pointer to a function that calls
7866               the specific subclass' constructor (via placement new -- you will
7867               need to #include <new> for this to work)
7869               n.b. Objects of classes which do not override cpp_ctor will appear
7870               to the C++ runtime system (RTTI and virtual dispatch, at least) as
7871               objects of the closest ancestor class which does override it
7872               (NRObject or NRActiveObject if nothing else).
7874 2004-05-15  MenTaLguY  <mental@rydia.net>
7876         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
7877           further reduced dependency on SPStyle
7879 2004-05-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7881         * src/libnr/nr-path.cpp, src/libnr/nr-path.h (nr_path_matrix_bbox_union):
7882           Get rid of no-longer-needed tolerance arg.  Update callers.
7884         * src/selection.cpp, src/sp-chars.cpp, src/sp-image.cpp,
7885           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-item.h,
7886           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
7887           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
7888           src/sp-use.cpp, src/dialogs/fill-style.cpp,
7889           src/dialogs/stroke-style.cpp, src/display/nr-arena-shape.cpp,
7890           src/libnr/nr-path.cpp, src/libnr/nr-path.h,
7891           src/libnrtype/nr-font.cpp, src/libnrtype/nr-rasterfont.cpp,
7892           src/libnrtype/nr-type-gnome.cpp, src/widgets/icon.cpp,
7893           src/widgets/paint-selector.cpp:
7894           Change argument from NRMatrix to NR::Matrix in SPItemClass->bbox,
7895           sp_item_invoke_bbox, sp_item_invoke_bbox_full,
7896           nr_path_matrix_bbox_union.  Users updated.
7898         * src/libnr/nr-rect.h, src/libnr/nr-rect.cpp (nr_rect_union_pt):
7899           new function.
7901         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
7902           (NR::transform): new function.
7904         * src/Makefile_insert: Move fixes.cpp from libinkpre.a to libinkpost.a.
7905         * src/xml/Makefile_insert (xml_repr_action_test_LDADD):
7906           Add libinkpost.a, for fixes.o.  `make check' now works again.
7908         * src/sp-text.cpp (sp_text_set_transform):
7909           Don't include SP_OBJECT_CHILD_MODIFIED_FLAG in flags for
7910           sp_object_request_update.  Addresses `critical' warning.
7912 2004-05-13  John Cliff <simarilius@yahoo.com>
7914         * src/dialogs/stroke-style.cpp: Switched to using get_stock to retrieve
7915 markers.
7916         * src/helpers/stock-items.h, src/helpers/stock-items.cpp: created to handle
7917 stock items.
7918         * src/prefix.h: Added marker and gradient directorys.
7920 2004-05-13  Kees Cook <kees@outflux.net>
7922         * configure.in, src/main.cpp, config.h.mingw, debian/rules:
7923           made popt a requirement instead of an option.
7925 2004-05-13  Carl Hetherington  <cth103@houllier.home>
7927         * sp-color-notebook.cpp: Fix uninitialised value spotted by valgrind.
7929         * stroke-style.cpp:
7930         Fix ink_extract_marker_name returning a pointer into a free()d buffer.
7932 2004-05-13  Ted Gould <ted@gould.cx>
7934         * src/file.cpp:
7935         Making the default filename _("untitled.svg")
7937 2004-05-12  Kees Cook <kees@outflux.net>
7939         * config.h.mingw: added g_ascii_strtod macro.
7941 2004-05-12  Carl Hetherington <inkscape@carlh.net>
7943         * src/dialogs/export.cpp: fix faulty logic with exporting of
7944         selections, as reported by Artemio on the ML.
7946         * src/dialogs/desktop-properties.cpp: Fix a gtk_table size.
7947         Make use of spw_dropdown in one place.
7949         * src/select-context.cpp: Remove alt-drag "slow move" mode.
7950         Make alt-drag move without any grid snap, even if the grid
7951         is enabled.  Add a new mode, shift-drag, which preserves
7952         objects' grid offsets rather than snapping their snappoints.
7954         * src/selection-chemistry.cpp: Pasted objects have the same
7955         offset from the grid as the original, if the grid is enabled.
7956         Also a NRRect -> NR::Rect fix thrown in for no extra charge.
7958         * src/dialogs/display-settings.cpp: Added option to reverse
7959         the actions of drag and shift-drag when moving objects.
7961 2004-05-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7963         * src/main.cpp (main): Test ENABLE_NLS instead of HAVE_NLS (which
7964         wasn't getting defined).  Restores translations on *nix systems
7965         when inkscape translations aren't in system-wide /usr/share/locale.
7967 2004-05-10  Carl Hetherington <inkscape@carlh.net>
7969         * src/sp-item.cpp, src/dialogs/display-settings.cpp: primitive
7970         support for preserving line widths when scaling.  Thanks to Bulia
7971         for telling me what to do :)
7972         * src/dialogs/align.cpp: refactor some cut-and-paste code into
7973         a separate function.  Remove NRRect.  Declaration-to-first-use
7974         cleanups.
7975         * src/dialogs/transformation.cpp, src/dialogs/fill-stype.cpp:
7976         NRRect removal.  Declaration-to-first-use cleanups.
7978 2004-05-09  MenTaLguY <mental@rydia.net>
7980         * src/sp-paint-server.h: SPPaintServer now uses C++ inheritance
7982           (bigger question -- should SPPaintServer derive from SPObject?  I think
7983            not, actually ... it's more something that should be aggregated into
7984            the various paint-server-capable types)
7986         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
7987           first steps in removing SPStyle dependency from NRArenaShape --
7988           add fill and stroke paint server members, and use those instead
7989           of reading directly from an SPStyle.
7991 2004-05-09  Kees Cook <kees@outflux.net>
7993         * src/libnrtype/nr-type-xft.cpp: added patch 898200, hopefully this
7994           won't break anyone.
7995         * src/dialogs/desktop-properties.cpp: added patch 947127, along with
7996           some orientation bugfixes, list cleanup, and logic to select the
7997           correct menu items based on document settings.
7998         * configure.in: default to always replace g_ascii_strtod.
8000 2004-05-08  Kees Cook <kees@outflux.net>
8002         * src/extension/internal/gdkpixbuf-input.cpp: skip SVG files. (open bug)
8003         * configure.in, src/Makefile_insert, src/fixes.cpp: added replacement
8004           for g_ascii_strtod, since it has locale-related bugs in gnome 2.0.
8005           The upstream version is fixed, so some day, we won't need this any
8006           more.  (fixes "ugly icons" bug, and possibly the spinbutton locale bug)
8007         * src/dyna-draw-context.cpp, src/rect-context.cpp, src/sp-namedview.cpp,
8008           src/sp-object.cpp, src/sp-object.h, src/sp-pattern.cpp,
8009           src/sp-polygon.cpp, src/sp-polyline.cpp, src/sp-root.cpp,
8010           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp,
8011           src/sp-text.cpp, src/spiral-context.cpp, src/star-context.cpp,
8012           src/svg/ftos.cpp, src/svg/svg-affine.cpp, src/svg/svg-color.cpp,
8013           src/svg/svg-length.cpp: adding "config.h", making a few extra
8014           locale-sensitive functions use g_ascii versions.
8016 2004-05-08  MenTaLguY <mental@rydia.net>
8018         * src/sp-item.cpp: move "transformed" signal emission after actual
8019           application of transform
8021         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr.cpp:
8022           fix lifecycle issues with content and attribute strings
8024         * src/sp-object.h, src/sp-object.cpp: added SPObject::setId()
8026 2004-05-08  Kees Cook <kees@outflux.net>
8028         * src/verbs.cpp, src/help.cpp: localizing "about" and "keys" stuff.
8029         * po/*.po: rebuilt for new strings.
8031 2004-05-08  Carl Hetherington <inkscape@carlh.net>
8033         * src/dialogs/desktop-properties.cpp: the usual cleanups.  Also
8034         add some sp_document_done()s in various places.
8036 2004-05-08  bulia byak <bulia@users.sourceforge.net>
8038         * widgets/paint-selector.cpp: Tooltips, slight cosmetics
8040         * main.cpp: --help edit
8042         *  sp-use.h sp-use.cpp: Redid move compensation using _transformed_signal
8044         * sp-item.h sp-item.cpp: Added _transformed_signal, emitted by
8045 write_transform,
8046         passes the difference transform relative to the old one (not the new
8047 transform
8048         set)
8050         * nodepath.cpp: Fix lagging update of the other handle for smooth nodes
8052         * widgets/dash-selector.cpp: (Almost) fixed display of shorter-than-0.5
8053 dashes
8054         in selector; proper fixing will require manual drawing the dashes instead of
8055         using gdk dashes
8057         * preferences-skeleton.h: lots of new  dasharrays
8059         * dialogs/stroke-style.cpp: Remove repetitive code; relocation patch from
8060         mhearn; fixed, reenabled, and automated marker previews (no need for
8061 previews
8062         in markers.svg)
8064         * share/markers/markers.svg: Cleanup, sizes, remove manual previews
8066         * style.cpp: Disabled warning for overflow property (we need it for markers)
8068         * splivarot.cpp: Fixed transform when doing boolop inside group
8070         * libnr/nr-path.cpp: Ported fix from sodi, fixes two bugs with endnodes of a
8071         curve on the same hor/vert line
8073         * sp-namedview.cpp: Use set_default_size instead of _resize for setting
8074 window
8075         from namedview
8077         * preferences-skeleton.h dialogs/item-properties.cpp: Objects props
8078         transientized (better late than never)
8080         * dialogs/display-settings.cpp: Added simplify threshold
8082         * sp-use.cpp: Mega-kill use on unlink
8084         * preferences-skeleton.h dialogs/display-settings.cpp: Orphaned clones
8085 options
8087         * sp-item-group.cpp: Prevent jumps when ungrouping clone with its original
8089         * sp-object.cpp: Fix crash when deleting clone and its original
8091         * toolbox.cpp, tool contexts: Alt-x and top panel keyboard shortcuts now
8092 work
8093         for all tools
8095         * sp-use.cpp enums.h: Unlink option on self-delete
8097         * sp-use.cpp: Fix: disappeating clone on undoing ungrouping (_show finally
8098 works properly)
8100         * splivarot.cpp: Boolops: cleanup, preserve id, parent, position, fix to
8101 take
8102         style from the bottom object
8104         * interface.cpp verbs.cpp shortcuts.cpp: Mnemonics, tooltips, shortcuts,
8105         cleanup, autoraise removed from menu
8107 2004-05-07  Kees Cook <kees@outflux.net>
8109         * src/verbs.cpp: re-localizing tutorials.  My goof!
8110         * po/POTFILES.in: removed arikkei references
8112 2004-05-07  Carl Hetherington <inkscape@carlh.net>
8114         * src/desktop.cpp: make sure that a SPNamedView's modified signal
8115         is connected to the SPDesktop even when a file is loaded into an
8116         existing SPDesktop.  Fixes problems whereby grid snap does not
8117         work for the first file loaded in a session.  Fix a && -> & typo.
8119         * src/sp-object.cpp: declaration-to-first-use and coding style
8120         cleanups.
8122 2004-05-05 Spundun Bhatt <spundun@isi.edu>
8124         * configure.in: Stole Nathan's configure hack and used it to
8125         support gtkmm-2.4
8127 2004-05-06  Ted Gould  <ted@gould.cx>
8129         * src/file.cpp, src/extension/extension.cpp, src/extension/init.cpp,
8130         src/extension/internal/Makefile_insert,
8131         src/extension/internal/gdkpixbuf-input.cpp,
8132         src/extension/internal/gdkpixbuf-input.h:
8133           Changing the import functionality so that it works much more like open.
8134           You can use any format, and it will place that file directly in the
8135           document that you are working on.  Added input extensions that cover all
8136           of the bitmap formats that are covered with gdkpixbuf.  Also, more
8137           formats can be used using the scripting system.
8139 2004-05-06  Carl Hetherington <inkscape@carlh.net>
8141         * src/sp-line.cpp, src/sp-mask.cpp, src/sp-metrics.cpp:
8142         declaration-to-first-use and coding style cleanups
8144 2004-05-05  MenTaLguY  <mental@rydia.net>
8146         * src/libnrtype/nr-type-dictionary.cpp: removed 'private-fonts'
8147           feature (we should rely on fontconfig for "custom" font stuff)
8149         * configure.in, src/Makefile_include, src/Makefile.am,
8150           src/libarikkei/*: removed the now unused libarikkei
8152 2004-05-05 Nathan Hurst <njh@mail.csse.monash.edu.au>
8154         * src/dialogs/text-edit.cpp, configure.in: Added support for spell
8155         checking in text dialog.
8157 2004-05-04  MenTaLguY <mental@rydia.net>
8159         * src/display/nr-arena-glyphs.h: fixed cut-and-paste error in
8160           NRArenaGlyphsGroup::create()
8162         * src/selection.cpp, src/selection.h: fixed global "changed" propagation
8164 2004-05-02  MenTaLguY <mental@rydia.net>
8166         * src/file.cpp, src/print.cpp, src/sp-chars.cpp, src/sp-clippath.cpp,
8167           src/sp-image.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
8168           src/sp-pattern.cpp, src/sp-shape.cpp, src/sp-text.cpp,
8169           src/sp-use.cpp, src/dialogs/stroke-style.cpp,
8170           src/display/canvas-arena.cpp, src/display/nr-arena-glyphs.cpp,
8171           src/display/nr-arena-glyphs.h, src/display/nr-arena-group.h,
8172           src/display/nr-arena-image.h, src/display/nr-arena-item.cpp,
8173           src/display/nr-arena-item.h, src/display/nr-arena-shape.h,
8174           src/display/nr-arena.h, src/libnr/nr-object.h, src/widgets/icon.cpp:
8176           removed nr_arena_item_new in favor of static ::create() functions
8177           which call NRArenaItem::init() to perform setup (i.e. setting
8178           NRArenaItem::arena).  Eventually NRArenaItem::init() and
8179           nr_arena_item_init will merge and become NRArenaItem's constructor.
8181 2004-04-30  MenTaLguY <mental@rydia.net>
8183         * src/sp-use.cpp: call parent class' write methods rather than
8184           attempting to do everything (wrongly) ourselves; among other
8185           things, <use> transform attributes weren't getting written
8187         * src/sp-object.h, src/sp-object.cpp:
8189           designate a "successor" object so we still perform as
8190           expected if objects are replaced in the middle of e.g. a
8191           bulk delete operation
8193         * src/sp-use.cpp: cleanups and succession logic for <use>
8194           deletion
8196         * src/widgets/sp-hwrap-box.cpp, src/widgets/sp-hwrap-box.h,
8197           src/widgets/sp-vwrap-box.cpp, src/widgets/sp-vwrap-box.h,
8198           src/widgets/sp-wrap-box.cpp, src/widgets/sp-wrap-box.h,
8199           src/widgets/test-wrapbox.cpp, src/widgets/Makefile_insert:
8201           Removed unused (and imperfect) "wrapbox" widgets.
8203         * src/sp-object.h, src/sp-object.cpp, src/sp-item-group.cpp:
8205           Removed unused sp_object_invoke_forall and sp_object_sequence
8206           methods.  (forall might be nice to have, but we can do better
8207           implementation-wise now that we're in C++-land)
8209 2004-04-30 njh <njh@mail.csse.monash.edu.au>
8211         * main.cpp: replaced gtk_init with g_type_init for console mode.
8212         Closes 944969.
8214 2004-04-29  MenTaLguY <mental@rydia.net>
8216         * src/sp-image.cpp, src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
8217           src/sp-path.cpp, src/sp-rect.cpp, src/sp-text.cpp:
8219           write_transform becomes set_transform, which applies the given
8220           transform to the object without (!) invoking a repr write
8222         * src/sp-star.cpp, src/svg/svg-length.h, src/svg/svg-length.cpp,
8223           src/svg-types.h, src/svg/svg.h:
8225           replaced raw integers with real units enum
8227         * src/libnr/nr-matrix.h:
8229           removed dead assertion (it's always valid to retrieve the
8230           translation component of a matrix)
8232         * src/selection-chemistry.cpp:
8234           delete items via SPItem (SPObject), not repr
8236         * src/sp-object.h, src/sp-object.cpp:
8238           added SPObject::deleteObject() and a delete notification signal;
8239           SPObject now inherits from GObject in the C++ sense
8241         * src/sp-use.h:
8243           don't accept references to the use or its ancestors (preventing
8244           infinite loops)
8246         * src/sp-use.cpp, src/sp-use.h:
8248           added automatic deletion when referrent is deleted
8250         * src/uri-reference.h:
8252           added URIReference::getOwner()
8254 2004-04-29  Carl Hetherington <inkscape@carlh.net>
8256         * src/extension/internal/win32.cpp: add textToPath parameter to
8257         description in order to fix #944131.
8259 2004-04-28  Carl Hetherington <inkscape@carlh.net>
8261         * src/desktop.cpp, src/inkscape.cpp, src/sp-namedview.cpp
8262         Part of the fix for #942149.  Also fixed some compiler warnings.
8264         * src/display/nr-arena.cpp: Fixed an unused variable warning.
8266         * src/main.cpp: Fix a warning that is raised on Windows.
8268 2004-04-28  bulia byak <bulia@users.sourceforge.net>
8270         * inkscape.cpp: Fixed prev/next desktop; numbered from 0
8272         * Lots of files: Replaced all strtod() and atof() by g_ascii_strtod()
8274         * interface.cpp verbs.cpp: Tooltip edits
8276         * view.cpp view.h desktop.cpp: Signal and function to pop statusbar message
8278         * dialogs/dialog-events.cpp: Only set the UTILITY hint for non-modal
8279 windows,
8280         fixes "disappearing save as"
8282         * toolbox.cpp widgets/widget-sizes.h widgets/button.cpp: Got rid of button
8283         relief, top panel made less tall
8285         * desktop.cpp preferences-skeleton.h dialogs/display-settings.cpp: Done away
8286         with the sticky zoom button, now in prefs
8288         * path-chemistry.cpp: Preserve id= in combine/break, convert to paths;
8289 preserve
8290         z-order in combine/break; cleanups
8292         * splivarot.cpp: New selection API, Simplify preserves id=
8294         * select-context.cpp preferences-skeleton.h sp-item.cpp display-settings.cpp
8295         splivarot.cpp sp-item-group.cpp sp-item-transform.cpp
8296         sp-item-notify-moveto.cpp nodepath.cpp node-context.cpp seltrans.cpp
8297         seltrans.h: Switched to global preservetransform, transform writing
8298         unification (no more manual transform= setting all over the place), stamp
8299         preserves parent, mental's new SPSelection API, pruning dead code
8301         * verbs.cpp interface.cpp: Eliminated Dialogs menu, added ... to dialog
8302         commands, rearrangements, menu items display tooltips in statusbar when
8303         selected
8305         * sp-item-group.cpp sp-item-group.h: Made document_done optional in ungroup
8306 (not
8307         done when the function is called from another function)
8309         * dialogs/display-settings.cpp enums.h preferences-skeleton.h sp-use.cpp
8310         sp-use.h: Clone move compensation (3 modes), settable in prefs
8312         * seltrans.cpp selection-chemistry.cpp: Do not translate a clone if its
8313 original
8314         is in the selection
8316         * verbs.cpp verbs.h interface.cpp shortcuts.cpp sp-use.cpp sp-use.h
8317         selection-chemistry.cpp selection-chemistry.h: Unlink Clone verb and menu
8318         command (preserves id=)
8320         * selection-chemistry.cpp selection-chemistry.h verbs.h verbs.cpp
8321 shortcuts.cpp
8322         interface.cpp: Select Original verb and command, scrolls to the original
8324         * selection-chemistry.cpp selection-chemistry.h verbs.cpp verbs.h
8325 interface.cpp:
8326         Clone command
8328         * sp-use.h sp-use.cpp: Use URIReference; Propagate update to parent class
8329         (SPItem) (fixes redraw on dragging a clone)
8331         * dropper-context.cpp dropper-context.h dialogs/display-settings.cpp:
8332         Implemented pick modes (pick either actual color with transparency or
8333 visible
8334         color without transparency); added statusbar indication; color is only set
8335 on
8336         mouse release
8338         * seltrans.cpp display/sodipodi-ctrlrect.cpp: Finally the correct selection
8339 cue
8340         rect (fixed displacement)
8342 2004-04-27  Carl Hetherington <inkscape@carlh.net>
8344         * src/desktop.cpp: Check for there being no items when zooming to
8345         the drawing.  This fixes bug #942137.
8347 2004-04-26  Carl Hetherington <inkscape@carlh.net>
8349         * config.h.mingw, prefix.h:
8350         INKSCAPE_VERSION moved to inkscape_version.h.
8351         INKSCAPE_{PIXMAP,SCREENS,TUTORIALS,MARKERS}DIR moved to prefix.h
8353         * src/Makefile.mingw, src/inkscape_version.h.mingw
8354         Use CVS inkscape_version.h.mingw for inkscape_version.h on Win32.
8356         * src/sp-use.cpp: fix a warning.
8358 2004-04-26  Ted Gould  <ted@gould.cx>
8360         * share/extensions/ai_input.inkmod, share/extensions/dia.inkmod,
8361         share/extensions/txt2svg.inkmod, src/extension/extension.cpp,
8362         src/extension/internal/svg.cpp:
8364         Making the names of the input extensions look like the output ones.
8365         Also, threw in a slight memory savings in removing the implementation on
8366         deactivated extensions.
8368 2004-04-26  MenTaLguY  <mental@rydia.net>
8370         * src/selection.cpp: migrate to new glib idle API
8372         * src/extension/db.cpp: can't call ->deactivated() on a NULL pointer..
8374 2004-04-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8376         * configure.in: Replace use of old AM_PROG_LIBTOOL macro with
8377           AC_PROG_LIBTOOL.
8379 2004-04-26  Ted Gould  <ted@gould.cx>
8381         * share/extensions/epsi_output.inkmod:
8383         Added in a check for ps2epsi
8385         * src/dialogs/filedialog.cpp, src/extension/db.cpp, src/extension/db.h,
8386         src/extension/extension.cpp, src/extension/extension.h,
8387         src/extension/init.cpp, src/extension/system.cpp:
8389         Implementing a 'deactivated' extension.  This means that it should
8390         still exist, but show up as insensitive in any GUI element that could use
8391         it.  The idea here is that users should know what they don't have, but
8392         Inkscape supports.
8394 2004-04-26 Nathan Hurst <njh@mail.csse.monash.edu.au>
8396         * src/{libnr,libnrtype,widgets,display,helper,.}*.{h,cpp}: moved
8397         from typedef _name name; to C++ style struct name; forward
8398         references.
8400 2004-04-25  Ted Gould  <ted@gould.cx>
8402         * share/extensions/ai_output.inkmod, share/extensions/dia.inkmod,
8403         share/extensions/dropshadow.inkmod, share/extensions/epsi_output.inkmod,
8404         share/extensions/roundhole.inkmod, share/extensions/svgz_input.inkmod,
8405         share/extensions/svgz_output.inkmod, share/extensions/txt2svg.inkmod,
8406         src/extension/implementation/script.cpp,
8407         src/extension/implementation/script.h:
8409         Adding in support for superior checking of dependencies.  Now scripts
8410         can include a line, which will look for a binary in the path.  So
8411         something like dia input will no be loaded if there isn't dia available in
8412         the path.
8414 2004-04-25  Carl Hetherington <inkscape@carlh.net>
8416         * src/verbs.cpp, src/rect-context.cpp, src/spiral-context.cpp,
8417         src/event-context.cpp, src/text-context.cpp,
8418         src/dialogs/stroke-style.cpp, src/xml-tree.cpp, src/widgets/sp-widget.cpp:
8419         SPSelection OO-ification.
8421         * src/display/curve.cpp: Don't raise a critical error if a new
8422         curve cannot be created in sp_curve_new_from_bpath().  This can
8423         happen if a file contains a strange path, like one with only a
8424         move in it and nothing else.  This is part of the fix for bug
8425         934882.
8427         * src/sp-path.cpp: cope with sp_curve_new_from_bpath() returning
8428         NULL in sp_path_set().  This is the other part of the fix for 934882.
8430         * src/path-chemistry.cpp, src/sp-offset.cpp, src/sp-ellipse.cpp,
8431         src/display/nr-arena-glyhs.cpp:
8432         added asserts for calls to sp_curve_new_from_bpath() which look
8433         like they might not expect it to return NULL.
8435         * src/desktop.h: add a comment about how SPDesktop::selection
8436         should never generally be NULL.
8438         * src/desktop-handles.cpp: ensure that sp_desktop_selection never
8439         returns NULL, so that we don't have to check for this eventuality
8440         elsewhere.
8442         * src/arc-context.cpp, src/seltrans.cpp, src/desktop.cpp: be less defensive
8443 about
8444         SPDesktop::selection being NULL.
8446         * src/path-chemistry.cpp, src/select-context.cpp,
8447         src/selection-chemistry.cpp, src/star-context.cpp,
8448         src/dialogs/align.cpp, src/dialogs/item-properties.cpp,
8449 src/dialogs/text-edit.cpp:
8450         SPSelection OO-ification.  Also some coding style and
8451         declaration-to-first-use cleanups.
8453         * src/toolbox.cpp: SPSelection OO-ification.  Various cleanups.
8455         * src/selection.h: remove deprecated access functions.
8457         * src/dialogs/fill-style.cpp: declaration-to-first-use cleanups.
8459         * src/selection.cpp: add vim and Emacs mode blocks.
8461         * src/object-ui.cpp: very minor coding style fix.
8463 2004-04-24  MenTaLguY <mental@rydia.net>
8465         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/object-ui.cpp,
8466           src/path-chemistry.cpp, src/rect-context.cpp, src/select-context.cpp,
8467           src/select-toolbar.cpp, src/selection-chemistry.cpp, src/selection.h,
8468           src/spiral-context.cpp, src/star-context.cpp, src/text-context.cpp,
8469           src/verbs.cpp, src/dialogs/export.cpp, src/dialogs/fill-style.cpp,
8470           src/dialogs/in-dt-coordsys.cpp, src/dialogs/stroke-style.cpp,
8471           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp:
8473           removed sp_selection_set_item(), sp_selection_set_repr(),
8474           sp_selection_is_empty(), sp_selection_item_selected(),
8475           and sp_selection_repr_selected()
8477 2004-04-24  Ted Gould  <ted@gould.cx>
8479         * share/extensions/ill2svg.pl:
8481         Applying a patch made to the Sodipodi list by Tuukka Pasanen which adds in
8482         support for text in Illustrator files.  Also, I backed out the changes
8483         which removed being able to specify the line endings.  This will, by
8484         default, force them back to mac compatible.  Mac files didn't work with
8485         those changes.
8487 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8489         * configure.in: Tentatively remove config.h definitions of
8490           INKSCAPE_MARKERSDIR, INKSCAPE_PIXMAPDIR, INKSCAPE_SCREENSDIR,
8491           INKSCAPE_TUTORIALSDIR, with the understanding that these are to be
8492           provided by prefix.h.
8493         * src/prefix.h: Define INKSCAPE_MARKERSDIR.
8495         * src/extension/extension.cpp (Extension):
8496         * src/extension/init.cpp (check_extensions):
8497           Address warning.
8499         * src/dialogs/stroke-style.cpp: #include prefix.h.
8501         * src/Makefile.am (EXTRA_DIST): Add */makefile.in.
8503         * src/libnr/Makefile_insert (libnr_libnr_a_SOURCES):
8504           Add libnr/nr-convex-hull.h, needed by sp-canvas.cpp.
8506 2004-04-24  Ted Gould  <ted@gould.cx>
8508         * src/Makefile_include, src/prefix.cpp:
8510         Removing the redefition of NULL and adding to the make system.
8512 2004-04-24  Ted Gould  <ted@gould.cx>
8514         * src/extension/db.cpp, src/extension/db.h, src/extension/extension.cpp,
8515         src/extension/extension.h, src/extension/init.cpp,
8516         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
8517         src/extension/internal/ps-out.cpp, src/extension/internal/ps-out.h:
8519         Adding in more checks for individual extensions.  All of them
8520         should still pass though.  Also, moved the extension database from
8521         glib to STL.  This allows extensions to be deleted while using the
8522         foreach functions (which causes instability with the glib hash
8523         table).
8525 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8527         * src/dialogs/Makefile_insert:
8528         * src/display/Makefile_insert:
8529         * src/xml/Makefile_insert:
8530           Get rid of unneeded CPPFLAGS specification.
8532         * src/Makefile.am:
8533         * src/Makefile_insert:
8534           New generated file inkscape_version.h, to replace
8535           -DINKSCAPE_VERSION=\"$(VERSION)\".
8536         * src/help.cpp: #include it.
8538 2004-04-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8540         * src/sp-polygon.cpp:
8541         * src/splivarot.cpp:
8542         * src/style.cpp:
8543         Change include stringstream.h to include svg/stringstream.h.
8545         * src/Makefile.am, src/Makefile_insert: Change libinkscape.a use
8546           to eliminate triple compilation of these object files.
8548         * src/Makefile.am: Use `subdir-objects' option.
8550         * src/Makefile.am: Add global INCLUDES setting.
8551         * src/*/Makefile_insert: Get rid of now-redundant $(INKSCAPE_CFLAGS)
8552           from *_CPPFLAGS.
8554         * src/*/makefile.in: `%' as a target doesn't behave as intended,
8555         so replace with less general `clean %.a %.o' and add .SUFFIXES.
8557 2004-04-22  Ted Gould  <ted@gould.cx>
8559         * src/draw-context.cpp, src/dropper-context.cpp,
8560         src/dyna-draw-context.cpp, src/node-context.cpp, src/nodepath.cpp,
8561         src/sp-ellipse.cpp, src/sp-offset.cpp, src/sp-path.cpp,
8562         src/sp-polygon.cpp, src/sp-shape.cpp, src/splivarot.cpp, src/toolbox.cpp,
8563         src/display/curve.cpp, src/display/nr-arena-shape.cpp,
8564         src/extension/internal/gnome.cpp, src/extension/internal/ps.cpp,
8565         src/libnr/nr-path.cpp, src/libnr/nr-path.h,
8566         src/libnrtype/nr-rasterfont.cpp, src/libnrtype/nr-type-ft2.cpp,
8567         src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
8568         src/libnrtype/nr-typeface.cpp, src/livarot/PathCutting.cpp,
8569         src/svg/gnome-canvas-bpath-util.cpp, src/svg/svg-path.cpp:
8571         Changing the ART_ enums to NR_ so that if libart is include (like if
8572         you are building gnome-print) it doesn't conflict with the internal
8573         definitions.
8575         * share/extensions/svgz_output.inkmod, src/extension/extension.cpp,
8576         src/extension/init.cpp, src/extension/implementation/script.cpp:
8578         Adding in a little more checking code.  Now extensions can start
8579         deleting themseleves if they fail certain tests.  More tests are
8580         needed, along with more testing of this feature.  Consider this
8581         an 'early release' of the feature. ;)
8583 2004-04-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8585         * src/Makefile.am: Make non-recursive.  Now sources */Makefile_insert.
8586           See HACKING or discussion on mailing list.
8587         * autogen.sh: Bump requirement from automake-1.6 to automake-1.7.
8588         * configure.in: Don't generate src/blah/Makefile, but do generate
8589           src/blah/makefile.
8590         * src/*/Makefile.am: Remove.
8591         * src/*/makefile.in: New wrapper makefiles to allow typing `make' from
8592           subdirectories of src.  (Not used by compiles started from top-level
8593           or from src/.)
8595 2004-04-21  MenTaLguY <mental@rydia.net>
8597         * src/libnrtype/nr-type-w32.h: fixed unremoved underscores
8599         * src/select-context.cpp, src/selection.cpp, src/selection.h,
8600           src/seltrans.cpp, src/tools-switch.cpp, src/dialogs/align.cpp:
8601           remove improper twiddling of desktop message line from SPSelection;
8602           some additional work is now required in SPSelectContext to update
8603           the message properly in all cases.
8605         * src/selection.h, src/selection.cpp: touched up and documented
8606           SPSelection
8608         * src/uri-references.h: documentation touch-ups
8610 2004-04-20  Kees Cook <kees@outflux.net>
8612         * src/file.cpp, src/desktop.cpp: moved sp_file_open unselection code into
8613           sp_desktop_change_document.  Generalized Carl's fix for unref counting
8614           since it applies in both cases.  (My bad!)
8616 2004-04-20  MenTaLguY <mental@rydia.net>
8618         * src/text-context.cpp: merged Carl's fix for signal cleanup
8620         * src/selection.h: marked wrappers for old API as deprecated
8622 2004-04-20  Carl Hetherington <inkscape@carlh.net>
8624         * src/extension/internal/ps.cpp, src/extension/internal/ps.h:
8625         Fixed some bugs in exporting images that seem to have been
8626         introduced when the code was copied from the gimp.  They caused
8627         problems when exporting bitmap images to PS.
8629         * src/file.cpp: fix bug whereby the first file loaded in a session
8630         would not have its modified status checked when closed.  Hence if
8631         you modified the first file you loaded and then closed it, you
8632         would not be asked to confirm the close.
8634         * src/preferences-skeleton.h: add \n to the end of each line to
8635         fix bug 938368.
8637 2004-04-19  MenTaLguY <mental@rydia.net>
8639         * src/arc-context.cpp, src/desktop-handles.h, src/desktop.h,
8640           src/draw-context.cpp, src/draw-context.h, src/forward.h,
8641           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
8642           src/node-context.h, src/rect-context.cpp, src/selection-chemistry.cpp,
8643           src/selection-chemistry.h, src/selection.cpp, src/selection.h,
8644           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
8645           src/star-context.h, src/text-context.cpp, src/dialogs/xml-tree.cpp,
8646           src/widgets/sp-widget.h:
8648           finished GObject removal from SPSelection
8650         * src/arc-context.h, src/arc-context.cpp, src/desktop.cpp, src/desktop.h,
8651           src/draw-context.cpp, src/draw-context.h, src/node-context.cpp,
8652           src/node-context.h, src/rect-context.cpp, src/rect-context.h,
8653           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/seltrans.h,
8654           src/spiral-context.cpp, src/spiral-context.h, src/text-context.cpp,
8655           src/text-context.h, src/toolbox.cpp:
8657           migrated SPSelection to SigC++ signals (though it's a bit messy
8658           right now)
8660 2004-04-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8662         * src/dialogs/stroke-style.cpp: Cleanups: greater conformance to
8663         CodingStyle.  Moved some declarations to their first use.
8665 2004-04-19  Carl Hetherington <inkscape@carlh.net>
8667         * src/dialogs/stroke-style.cpp, libnr/nr-rect-l.cpp:
8668         Fix a couple of compiler warnings.
8670         * src/dialogs/filedialog-win32.cpp: add OFN_NOCHANGEDIR to Win32
8671         flags in OPENFILENAME structs.  This prevents the open / save
8672         boxes from changing the current directory.  Any change to the
8673         current directory causes problems for subsequent attempts to
8674         load icons from pixmaps.  Also, fix a bug whereby the save
8675         dialogue would sometimes not open due to being passed a filename
8676         it didn't like.
8678 2004-04-19  bulia byak <bulia@users.sourceforge.net>
8680         * shortcuts.cpp selection-chemistry.cpp selection-chemistry.h verbs.cpp
8681 verbs.h
8682         interface.cpp: Clone command (Edit menu, Shift+Ctrl+N)
8684         * sp-use.cpp: Update propagated to parent class (SPItem), misc fixes
8686         * sp-polygon.cpp: Fix for points= updating by adding set_shape call into
8687 _write
8688         (bug 910142)
8690         * text-context.cpp: Do not create text object unless a printable key was
8691         pressed; fixes 934280
8693         * widgets/dash-selector.cpp dialogs/stroke-style.cpp: Removed marker
8694 buttons,
8695         fixed g_free crash in marker menus, added tooltips, added stroke-miterlimit
8696         spinbutton
8698         * splivarot.cpp: Outline handles multiple objects; All commands use correct
8699         stroke_miterlimit
8701         * splivarot.cpp sp-offset.cpp: Fix for 932642
8703         * helper/sodipodi-ctrlrect.cpp: Simplify and fix dashes and offsets
8705         * widgets/gradient-selector.cpp: Tooltip edits
8707         * verbs.cpp verbs.h interface.cpp...: Remove tool options
8709         * seltrans.cpp: Pivot marker made inverse
8711         * toolbox.cpp: More defocusing
8713         * *-context.cpp: Eliminated config widgets from all tools
8715         * toolbox.cpp sp-ellipse.cpp: Ellipse fixes, tooltips
8717         * verbs.cpp: Options -> Preferences
8719         * dialogs/display-settings.cpp: An options dialog, completely new; selector
8720         widget grafted here
8722         * preferences-skeleton.h node-context.cpp select-context.cpp: scaling uses
8723         defaultscale
8725         * dialogs/display-settings.cpp display/nr-arena-image.cpp: Make oversample
8726         saveable
8728         * toolbox.cpp: Aux toolbar for calligraphic
8730         * preferences-skeleton.h: fill-opacity:1 for calligraphic
8732         * select-context.cpp seltrans.cpp seltrans.cpp: Patch to enable box and none
8733         options for per-object selection cue
8735         * main.cpp: Removed C-locale setting, not needed anymore; temporary switch
8736 of
8737         gettext encoding for console output
8739         * inkscape.cpp: Memory fix from sodi
8741         * right-click finishes pen (patch by Carl)  draw-context.cpp
8743 2004-04-19  Carl Hetherington <inkscape@carlh.net>
8745         * src/livarot/ShapeRaster.cpp
8746         Fix an unitialised value error that was spotted by valgrind.
8748 2004-04-18  MenTaLguY <mental@rydia.net>
8750         * src/selection.cpp, src/selection.h, src/selection-chemistry.cpp,
8751           src/seltrans.cpp, src/nodepath.cpp:
8752           made all SPSelection members private, and changed all methods into
8753           real C++ methods (with temporary inline wrappers for the old C
8754           pseudo-methods)
8756 2004-04-18  Carl Hetherington <inkscape@carlh.net>
8758         * src/print.cpp, src/print.h, src/sp-text.cpp
8759         src/extension/extension.cpp src/extension/extension.h,
8760         src/extension/implementation/implementation.cpp,
8761         src/extension/implementation/implementation.h,
8762         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
8763         src/extension/internal/ps.cpp, src/extension/internal/ps.h,
8764         Add very basic feature to allow PS text to be exported as real
8765         text, rather than being converted to paths first.  Needs some
8766         work, mostly on font handling.
8768         * src/seltrans.cpp: Slightly improve placement of the bounding
8769         box selection cue.
8771         * src/sp-shape.cpp: various marker-related cleanups, mostly factoring out
8772         common code into functions.
8774 2004-04-17  MenTaLguY <mental@rydia.net>
8775         * src/inkscape.cpp, src/node-context.cpp, src/selection-chemistry.cpp,
8776           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
8777           src/sp-item.cpp, src/sp-offset.cpp, src/dialogs/transformation.cpp,
8778           src/libnr/nr-rect.cpp, src/libnr/nr-rect.h:
8779           Cleaned up NR::Rect API and made SPSelection's desktop pointer private.
8781         * src/display/sp-canvas.cpp, src/libnr/nr-convex-hull.h,
8782           src/libnr/nr-rect.h:
8784           First use of NR::ConvexHull (for propagating canvas bounding boxes)
8786 2004-04-17  Kees Cook <kees@outflux.net>
8788         * share/icons/icons.svg, src/verbs.cpp: made last three ugly menu icons.
8790 2004-04-17  Nathan Hurst <njh@mail.csse.monash.edu.au>
8792         * configure.in src/draw-context.cpp src/dropper-context.cpp
8793         src/dyna-draw-context.cpp src/nodepath.cpp src/nodepath.h
8794         src/path-chemistry.cpp src/sp-chars.cpp src/sp-ellipse.cpp
8795         src/sp-offset.cpp src/sp-path.cpp src/sp-polygon.cpp
8796         src/sp-shape.cpp src/sp-text.cpp src/splivarot.cpp src/style.cpp
8797         src/style.h src/dialogs/fill-style.cpp
8798         src/dialogs/object-properties.cpp src/dialogs/stroke-style.cpp
8799         src/display/canvas-bpath.cpp src/display/canvas-bpath.h
8800         src/display/canvas-grid.h src/display/curve.cpp
8801         src/display/curve.h src/display/nr-arena-glyphs.cpp
8802         src/display/nr-arena-glyphs.h src/display/nr-arena-shape.cpp
8803         src/display/sodipodi-ctrl.cpp src/display/sodipodi-ctrl.h
8804         src/display/sodipodi-ctrlrect.h src/display/sp-canvas-util.cpp
8805         src/display/sp-canvas-util.h src/display/sp-canvas.cpp
8806         src/display/sp-canvas.h src/display/sp-ctrlline.cpp
8807         src/extension/internal/ps.cpp src/extension/internal/ps.h
8808         src/libnr/Makefile.am src/libnr/libnr.def src/libnr/nr-path.cpp
8809         src/libnr/nr-path.h src/libnr/nr-svp-private.h
8810         src/libnr/nr-svp-render.cpp src/libnr/nr-svp-render.h
8811         src/libnr/nr-svp.cpp src/libnr/nr-svp.h
8812         src/libnrtype/nr-rasterfont.cpp src/libnrtype/nr-type-ft2.cpp
8813         src/libnrtype/nr-type-gnome.cpp src/libnrtype/nr-type-w32.cpp
8814         src/libnrtype/nr-typeface.cpp src/livarot/PathCutting.cpp
8815         src/svg/gnome-canvas-bpath-util.cpp
8816         src/svg/gnome-canvas-bpath-util.h src/svg/svg-path.cpp
8817         src/svg/svg.h: removed libart.
8819         * src/libnr/nr-svp-uncross.cpp src/libnr/nr-svp-uncross.h: deleted
8820         uncross and SVL routines.
8823 2004-04-15  Carl Hetherington <inkscape@carlh.net>
8825         * src/make.exclude, src/make.dep, src/make.files, src/make.ofiles:
8826         Various fixes to the Win32 build following rearrangement of some
8827         source files and cleanups to libnr.
8829         * src/sp-text.cpp: remove an unused variable.
8831         * src/display/sodipodi-ctrlrect.cpp: removed two unused variables.
8833 2004-04-16  MenTaLguY <mental@rydia.net>
8835         * src/selection.cpp, src/selection.h, src/forward.h: initial
8836           C++ification of SPSelection class
8838 2004-04-15  Kees Cook <kees@outflux.net>
8840         * debian/control, debian/changes: dropping (currently) unused
8841           dependancies.  Added "0.39cvs" tag.
8843 2004-04-15  Carl Hetherington <inkscape@carlh.net>
8845         * src/seltrans.cpp, src/helper/sodipodi-ctrlrect.cpp,
8846         src/helper/sodipodi-ctrlrect.h:
8847           Use black, dashed bounding boxes for indicating itemselection,
8848           rather than red, solid boxes (as suggested by Bulia).
8850         * src/desktop.cpp:
8851         Small fix for the problem whereby the first file loaded in an
8852         Inkscape session will not have its grid set up properly.  This was
8853         my patch #935013.
8855         * src/dialogs/filedialog-win32.cpp:
8856         Use the extension system to build the list of allowable file types
8857         for save.  This means that save as PS and EPS work properly.
8859         * src/streams-zlib.cpp, src/livarot/PathConversion.cpp,
8860         src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
8861         src/livarot/PathStroke.cpp, src/livarot/Shape.cpp,
8862         src/livarot/ShapeMisc.cpp, src/display/nr-arena-glyphs.cpp,
8863         src/helper/sodipodi-ctrlrect.cpp, src/helper/sp-canvas.cpp,
8864         src/extension/internal/win32.cpp:
8865         Fix compiler warnings, mostly about unused variables.
8867         * src/helper/sp-canvas-util.cpp:
8868         Fix what I and someone else considered to be an obvious typo.  The
8869         function in question isn't used, however, so it's a bit difficult
8870         to test.
8872         * src/libnrtype/nr-rasterfont.cpp:
8873         Fix a warning wrt a cast from NR::Matrix to NRMatrix.
8875         * src/sp-shape.cpp:
8876         Fix bug #935758.
8879 2004-04-14  Ted Gould <ted@gould.cx>
8881         * src/file.cpp, dialogs/filedialog.cpp:
8882         Making it so that the filename will get placed in the save as dialog
8883         if there is a name for the file.  Otherwise the last save directory
8884         is used (properly now)
8886 2004-04-15  MenTaLguY <mental@rydia.net>
8888         * most files in src/: removed many old "compatable" struct typedefs
8890         * src/libarikkei/arikkei-dict.cpp, src/libarikkei/arikkei-dict.h:
8891           removed unused arikkei files
8893         * configure.in: added gtkmm dependency
8895 2004-04-14  Kees Cook <kees@outflux.net>
8897         * src/helper/unit-menu.cpp: Turns out I found a 2nd bug while
8898           investigating patch 934358.  I've applied this patch again, which gives
8899           us the entire fix.
8900         * src/draw-context.cpp: Investigated patch 934351 from cth103.  Applied a
8901           slight variation to conform to the function calling styles of that code.
8902         * configure.in: Implemented gcc version test for >= 3.0.0
8903         * src/file.cpp, src/interface.cpp, share/icons/icons.svg, src/verbs.cbb:
8904           finished "File / Revert" implementation.  Found a memory leak in
8905           "file_save".  Added more sanity checking to "sp_file_revert" and more
8906           status messages.
8907         * src/main.cpp, src/file.h, src/file.cpp: removed redundant code,
8908 implemented
8909           in "sp_file_open".
8911 2004-04-13  Kees Cook <kees@outflux.net>
8913         * tools-version.sh: added a possible fix for BSDish tools.
8914         * configure.in, share/patterns/Makefile.am: inkscape janitor strikes
8915           again!  This is a quick cleanup to Ted's new directories.  Looks
8916           like "patterns" got left out.
8917         * share/clipart/.cvsignore, share/templates/.cvsignore,
8918           share/examples/.cvsignore, share/fonts/.cvsignore,
8919           share/gradients/.cvsignore, share/keyboards/.cvsignore,
8920           share/palettes/.cvsignore, share/patterns/.cvsignore:
8921           Added Makefile build-cruft to .cvsignores.
8922         * src/helper/unit-menu.cpp: applied a variation to patch 934358 from cth103
8923           to fix grid unit changing bug.
8924         * configure.in: fixed capitalization of "libpng" to avoid confusion.
8925         * src/sp-namedview.cpp, src/document.cpp, src/document.h, src/file.cpp,
8926           src/file.h, src/document-undo.cpp, src/interface.cpp, src/verbs.cpp,
8927           src/verbs.h:
8928           Newly opened files will only create new windows if the current document
8929           is untouched.  (RFE#928517)
8930           Added support for future "File/Revert" handling.  Needs
8931           a little more support in the SPDocument structure.  See notes in
8932           "src/file.cpp", function "sp_file_revert_dialog".
8934 2004-04-13  Ted Gould <ted@gould.cx>
8936         * configure.in, share/Makefile.am, share/clipart/Makefile.am,
8937           share/examples/Makefile.am, share/fonts/Makefile.am
8938           share/gradients/Makefile.am, share/keyboards/Makefile.am
8939           share/markers/Makefile.am, share/palettes/Makefile.am
8940           share/screens/Makefile.am, share/templates/Makefile.am:
8941         Making it so that the clipart and everything else gets put in
8942         the tarball, and also get installed in the share directory.  Many
8943         of these have just 'README' files, but they now have good place-
8944         holders for further development.
8946 2004-04-12  Kees Cook <kees@outflux.net>
8948         * src/dialogs/stroke-style.cpp, src/Makefile.am, src/dialogs/Makefile.am,
8949           src/widgets/Makefile.am, configure.in: fixed up INKSCAPE_*DIR paths so CVS
8950           will compile happily for me.  This way if paths change, files will be
8951           recompiled.  The old way would let configure run again (changing the
8952           datadir path) without forcing a recompile, which could break the
8953           compiled paths.
8955 2004-04-13  John Cliff <simarilius@yahoo.com>
8956         * src/sp-shape.cpp, src/dialogs/stroke-style.cpp:
8957         Couple of changes to marker related code, mid and end markers now point in
8958 correct
8959         direction, turning off start markers behaves correctly.
8960         This follows on from changes made by me and Carl Hetherington that were
8961 commited
8962         yesterday to
8963         src/inkscape-stock.cpp, src/sp-item.cpp, src/sp-marker.cpp,
8964 src/sp-shape.cpp,
8965         src/style.cpp, src/style.h, src/dialogs/stroke-style.cpp
8966         to implement marker UI and fixes to the marker rendering code.
8968 2004-04-11  Ted Gould <ted@gould.cx>
8970         * src/extension/system.cpp, src/extension/internal/eps-out.cpp
8971           src/extension/internal/eps-out.h:
8972         First pass at a file save dialog with EPS output.  The dialog
8973         sets the bounding box in the file.  Comments encouraged.
8975 2004-04-11  Ted Gould <ted@gould.cx>
8977         * src/file.cpp, src/main.cpp, src/print.cpp, src/extension/init.cpp,
8978           src/extension/init.h, src/extension/system.cpp, src/extension/system.h,
8979           src/extension/implementation/script.cpp,
8980 src/extension/internal/eps-out.cpp,
8981           src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
8982           src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
8983           src/extension/internal/win32.cpp:
8984         Change alot of files, but small changes.  Basically just took
8985         system.cpp and init.cpp and finally ported them to the Inkscape::
8986         Extension namespace.  Cleaned up the code in them a bunch, it is
8987         much easier to read now!  All the other files are just referencing
8988         these changes.
8990 2004-04-11  Kees Cook <kees@outflux.net>
8992         * src/verbs.h, src/verbs.cpp, src/interface.cpp, src/interface.h: replaced
8993           the rest of the missing menu verbs: "View New", "Cleanup".  Created
8994           generic function to add icons to a given menu item (for submenu icons
8995           mostly).
8996         * share/icons/icons.svg: added "selection_cleanup", "selection_deselect",
8997           "selection_select_all".  Corrected "view_new" and "selection_smooth",
8998           "dialog_toggle", "dialog_tool_options", "file_open_recent".
8999         * src/selection-chemistry.cpp, src/selection-chemistry.h: renamed
9000           "selection_cleanup" function.
9002 2004-04-11  Jon Phillip <jon@rejon.org>
9004         * Makefile.mingw share/Makefile.am src/Makefile.am
9005           share/markers/Makefile.am share/markers/.cvsignore config.h.mingw
9006           configure.in:
9007           Added the proper infrastructure to get files to the right location for
9008           markers.
9010         * share/tutorials/tipsandtricks.svg: Deleted the URL trick because it no
9011           longer works or something.
9013 2004-04-11  Kees Cook <kees@outflux.net>
9015         * src/verbs.h, src/verbs.cpp: added verbs for the Help and Tutorials menus.
9016         * src/interface.cpp: replaced contents of sp_ui_menu_help to use new verbs.
9017         * src/help.h, src/help.cpp: replaced sp_help_keys with more generic
9018           sp_help_open_screen, similar to sp_help_open_tutorial.
9019         * share/icons/icons.svg: created really ugly "help_tutorials" and
9020           "help_keys" icons.  The "help_keys" one needs the most help.  :)
9022 2004-04-09  Ted Gould <ted@gould.cx>
9024         * share/extensions/Makefile.am, share/extensions/epsi_output.inkmod,
9025           share/extensions/ps2epsi.sh, src/extension/extension.cpp,
9026           src/extension/extension.h, src/extension/init.cpp,
9027           src/extension/implementation/implementation.cpp,
9028           src/extension/implementation/implementation.h,
9029           src/extension/implementation/script.cpp,
9030           src/extension/implementation/script.h,
9031           src/extension/internal/Makefile.am, src/extension/internal/eps-out.cpp,
9032           src/extension/internal/eps-out.h, src/extension/internal/ps.cpp:
9034           Okay, these are some changes that I've had in my directory for
9035           a little while.
9037           1) adding the basics of checking extensions.  This will allow
9038              them to remove themselves based on their dependencies failing.
9040           2) Adding the concepts of a 'helper extension' to scripts.  This
9041              allows them to use other extensions for handling the data, so
9042              they don't have to deal with SVG directly - Inkscape will
9043              build the pipeline.  An example of this is the epsi output.
9045           3) Adding the bounding box change provided by Carl Hetherington
9046              to the Postscript output.  The EPS output plugin sets this, so
9047              now EPSes have smaller bounding boxes.  A GUI needs to be
9048              written for this setting.
9050 2004-04-08  MenTaLguY <mental@rydia.net>
9052         * configure.in, src/svg/ftos.cpp: fix for OS X build
9054         * src/extensions/internal.ps.cpp: crash fix
9056 2004-04-07  MenTaLguY <mental@rydia.net>
9058         * src/xml/repr.cpp: adjusted the advertising comment in the default
9059           document template (we need a real default document template, btw)
9061         * src/svg/ftos.cpp, src/svg/itos.cpp, src/svg/round.cpp,
9062           src/svg/ftos.h, src/svg/stringstream.h: incorporated Bryce's number
9063           serializing code (disabled for now, due to the impending release)
9065         * src/dialogs/stroke-style.cpp, src/dialogs/sp-shape.cpp:
9066           nuked unused variables
9068 2004-04-07  bulia byak <bulia@users.sourceforge.net>
9070         * icons.svg: Alignment fix
9072         * src/select-toolbar.cpp: Swapped rotate buttons
9074         * share/tutorials/: Cleanup, added Russian translation of basic
9076         * extension/extension.cpp extension/system.cpp extension/internal/ps.cpp
9077         extension/implementation/script/cpp: Fixes to make non-ascii filenames work
9078 again
9080         * src/verbs.cpp: Remove xpm icon that causes trouble on win32
9082         * share/examples/: new gradient.svg, tiger.svgz, cleanup
9084         * src/widgets/gradient-vector.cpp: Crash fix: loading new gradient into the
9085         editor does not completely reset it
9087         * share/icons/icons.svg: New dialog icons, draw tool icons, changed colors
9089         * src/dialogs/align.cpp src/helper/bezier-utils.cpp: remove pjrm's debug
9090 output
9092         * share/tutorials/: SVG cleanup: remove unused font properties, wrong radius
9093         paths in ellipses (leftovers from old versions). Expanded & updated tips &
9094 tricks.
9096         * file.cpp: Set uri on save in one place; save 'offcially' from here only
9098         * system.cpp system.h: Remove redundant uri-setting on open and save, add
9099         official arg to sp_module_system_save to prevent docname/docbase changing on
9100         temporary saves
9102         * many files: _() fixes, edits in labels, messages, tooltips, mnemonics
9104         * src/inkscape.cpp: remove redundancy in error messages for failing to load
9105 prefs
9107         * share/extensions src/extension/internal: Renaming file formats to include
9108 (*.ext)
9110         * src/interface.cpp src/dialogs/filedialog.cpp: Transientize, make modal
9111         open/save dialogs, ditto for warning overwrite and make it unresizeable
9113         * src/dialogs/xml-tree.cpp: Do not deselect item on canvas when a
9114 non-selectable
9115         thing is highlighted in xml editor
9117         * src/sp-guide.cpp: Guide position updated after undo
9119         * src/widgets/sp-xmlview-attr-list.cpp: Max length of viewable attributes
9120         increased
9122         * many files: Adib's svgostringstream patches to remove printfs
9124         * src/selection-chemistry.cpp: Crash fix when pasting style to an object
9125 that
9126         has none (e.g. group)
9128         * src/knot.cpp: Knot dragging autoscrolls
9130         * src/sp-text.cpp src/text-context.cpp: Cursor movements autoscroll
9132         * src/desktop.h src/desktop.cpp: autoscrollspeed can be overridden in call
9133 to
9134         sp_desktop_scroll_to_point
9136         * src/text-context.cpp src/sp-text.cpp: Text cursor made inverse. Initial
9137 cursor
9138         after click is no longer horizontal.
9140         * src/helper/sp-ctrlline.cpp: Always-visible inversion for ctrlline
9142         * src/libnrtype/nr-type-w32.cpp: Fix stretch and variant on win32
9144         * src/widgets/gradient-vector.cpp: Undo fix; new stop takes average of its
9145         neighbors' colors; is between stops even when the last stop is selected
9147 2004-04-06  Ted Gould <ted@gould.cx>
9149         * src/file.cpp, src/dialogs/filedialog.cpp, src/extension/extension.cpp,
9150         src/extension/system.cpp:
9151         Moving code around so that the filename extension gets put on by
9152         the extension that is saving the file.  This adds a couple complications
9153         in that the extension now needs to check for overwriting the file
9154         and also set the document URI.  Better overall, but a PITA.
9156 2004-04-05  njh <njh@mail.csse.monash.edu.au>
9158         * debian/rules,debian/control: applied patch from Kees Cook to remove
9159         obsolete libraries, and to tidy things up a tad.
9161 2004-04-04  Ted Gould <ted@gould.cx>
9163         * src/main.cpp, src/extension/extension.cpp, src/extension/system.cpp:
9164         Now the input autodetect will try the SVG filter if the autodetect
9165         fails.  This was done by the command line, but now it is done
9166         everywhere.
9168 2004-04-04  MenTaLguY <mental@rydia.net>
9170         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr.h:
9171         Take the full list of document node children from libxml, and
9172         append them in the correct order.  This fixes bug #929348.
9174         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr-private.h:
9175         Added API for coping with comments at the root level (i.e. siblings
9176         of the root XML node), and made corresponding changes to the repr-io
9177         code.  In theory this should be enough to preserve them upon loading,
9178         though in practice it still doesn't appear to be working (bug #929348).
9179         Is there some libxml thing we need to do?
9181 2004-04-04  Ted Gould <ted@gould.cx>
9183         * a bunch of files
9184         Sorry, I seem to be in some delay getting e-mail.  Anyway, a few
9185         files were changed to add in a new parameter 'dataloss'  Basically
9186         this signifies that a format was used to save that may not save
9187         the whole document and thus, a pop-up is elevated on close to signal
9188         that you might want to 'really save' this document.
9190 2004-04-03  Ted Gould <ted@gould.cx>
9192         * share/extensions/svgz_input.inkmod, src/file.cpp,
9193           src/extension/extension.cpp, src/extension/internal/svg.cpp:
9194         Making it so that input extensions can specify the output extension
9195         that gets used to save them.  If this field isn't filled in, the value
9196         gets set to NULL, and then the Save As dialog is used instead of
9197         just trying to save.
9199 2004-04-03  Ted Gould <ted@gould.cx>
9201         * src/file.cpp, src/main.cpp, src/extension/extension.cpp,
9202           src/extension/extension.h, src/extension/system.cpp,
9203           src/extension/internal/svg.cpp:
9204         Fixing the output_extension flag to not be saved in a file, but also
9205         to be able to be specified by the input module.  Also, this fixes
9206         the commandline processing of files to make them use the extension
9207         system.
9209 2004-04-02  Ted Gould <ted@gould.cx>
9211         * src/file.cpp, src/extension/db.cpp, src/extension/internal/svg.cpp:
9212         Changing it so that SVG documents open and default to with
9213         extension namespace.  Also, autodetect is reenabled.
9215 2004-04-03  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
9217         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Fix my
9218         previous commit.
9220 2004-04-02  Ted Gould <ted@gould.cx>
9222         * share/extensions/svgz_output.inkmod, src/main.cpp, src/print.cpp,
9223           src/extension/init.cpp, src/extension/implementation/script.cpp,
9224           src/extension/implementation/script.h,
9225           src/extension/internal/Makefile.am, src/extension/internal/ps-out.cpp,
9226           src/extension/internal/ps-out.h, src/extension/internal/ps.cpp:
9227         Fixing the commandline printing.  This required fixing both the
9228         print driver to handle the newer extensions stuff.  It seems
9229         happy now.  I went ahead and implemented save as postscript
9230         while I was at it.
9232 2004-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9234         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Ensure that the
9235         "improved" value is never worse than the previous guess.
9237         * src/helper/bezier-utils.cpp:
9238         Greater CodingStyle conformance, mainly whitespace changes.
9240         * src/helper/bezier-utils.cpp (sp_bezier_fit_cubic_full):
9241         Always reparameterize between generate_bezier and calc_max_error.
9242         Switch from discouraged alloca (see man page) to g_new, at cost of
9243         some extra g_free calls in the code.
9244         (reparameterize): Do in-place modification.
9246         * src/helper/bezier-utils-test.cpp:
9247         Add tests for generate_bezier, sp_bezier_fit_cubic_full.
9248         Change to a simpler test bezier.
9250         * src/helper/bezier-utils.cpp (sp_darray_left_tangent,
9251         sp_darray_right_tangent):
9252         Switch to using just the two end points for calculating the gradient.
9253         (The old code could sometimes cause g_warning's.)
9254         Correct the documentation of requirements.
9255         (sp_darray_center_tangent): Similarly remove the #if'ed out code for
9256         looking at more than two points.
9258 See doc/Changelog_archive.txt for older entries
9260 # Local Variables:
9261 # tab-width:8
9262 # indent-tabs-mode:t
9263 # End:
9264 # vim: tabstop=4:noexpandtab:shiftwidth=4